From 923b126f1c4404c1438978fb07ebd8f182a6a881 Mon Sep 17 00:00:00 2001 From: John Brown Date: Tue, 31 Mar 2009 17:31:28 -0600 Subject: [PATCH 001/190] bgo#571374 - Add 30-bit visuals to the list of supported depths Signed-off-by: Federico Mena Quintero --- gdk/x11/gdkvisual-x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/x11/gdkvisual-x11.c b/gdk/x11/gdkvisual-x11.c index e06c3560a5..593e3bab81 100644 --- a/gdk/x11/gdkvisual-x11.c +++ b/gdk/x11/gdkvisual-x11.c @@ -95,7 +95,7 @@ gdk_visual_get_type (void) void _gdk_visual_init (GdkScreen *screen) { - static const gint possible_depths[7] = { 32, 24, 16, 15, 8, 4, 1 }; + static const gint possible_depths[8] = { 32, 30, 24, 16, 15, 8, 4, 1 }; static const GdkVisualType possible_types[6] = { GDK_VISUAL_DIRECT_COLOR, From b25cfb78fc625e17bdada7b9f1e96953479e9e5f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 2 Apr 2009 10:17:23 -0400 Subject: [PATCH 002/190] fix slist/list confusion Don't use g_list_find on a GSList in _gtk_window_set_is_toplevel (rh#492767). --- gtk/gtkwindow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 1847039999..6dce1485c7 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -8330,9 +8330,9 @@ _gtk_window_set_is_toplevel (GtkWindow *window, gboolean is_toplevel) { if (GTK_WIDGET_TOPLEVEL (window)) - g_assert (g_list_find (toplevel_list, window) != NULL); + g_assert (g_slist_find (toplevel_list, window) != NULL); else - g_assert (g_list_find (toplevel_list, window) == NULL); + g_assert (g_slist_find (toplevel_list, window) == NULL); if (is_toplevel == GTK_WIDGET_TOPLEVEL (window)) return; From de0c9503ba2f1c64f86429848b67721fe34fd00c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 3 Apr 2009 01:48:22 -0400 Subject: [PATCH 003/190] Rename ChangeLog to ChangeLog.pre-2-20 Rename ChangeLog to prevent old habits from luring me into adding entries there. Also, this makes room for autogenerating a ChangeLog at make dist. --- ChangeLog => ChangeLog.pre-2-16 | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ChangeLog => ChangeLog.pre-2-16 (100%) diff --git a/ChangeLog b/ChangeLog.pre-2-16 similarity index 100% rename from ChangeLog rename to ChangeLog.pre-2-16 From e7b496719e54536b0c5403d16fea4da27d9c25e2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 3 Apr 2009 01:49:24 -0400 Subject: [PATCH 004/190] Remove generated files README and INSTALL are generated files, no need to keep them under source control. --- INSTALL | 41 ------ README | 401 -------------------------------------------------------- 2 files changed, 442 deletions(-) delete mode 100644 INSTALL delete mode 100644 README diff --git a/INSTALL b/INSTALL deleted file mode 100644 index f9b3a0787c..0000000000 --- a/INSTALL +++ /dev/null @@ -1,41 +0,0 @@ -Prerequisites -============= - -GTK+ requires the following packages: - - - The GLib, Pango, ATK and cairo libraries, available at the same - location as GTK+. GTK+ 2.16.0 requires at least GLib 2.17.6, - Pango 1.20, ATK 1.13.0 and cairo 1.6.0. - - - The TIFF, PNG, and JPEG image loading libraries. You most - likely have these installed on your system already. If not - these libraries are available from: - - http://www.libtiff.org/ - http://www.libpng.org/ - http://www.ijg.org/ - - libtiff must be version 3.6.0 or higher. - -Simple install procedure -======================== - - % gzip -cd gtk+-2.16.0.tar.gz | tar xvf - # unpack the sources - % cd gtk+-2.16.0 # change to the toplevel directory - % ./configure # run the `configure' script - % make # build GTK+ - [ Become root if necessary ] - % make install # install GTK+ - -The Details -=========== - -Complete information about installing GTK+ and related libraries can be found -in the file: - - docs/reference/gtk/html/gtk-building.html - -Or online at: - - http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html - diff --git a/README b/README deleted file mode 100644 index 260361a02b..0000000000 --- a/README +++ /dev/null @@ -1,401 +0,0 @@ -General Information -=================== - -This is GTK+ version 2.16.0. GTK+ is a multi-platform toolkit for -creating graphical user interfaces. Offering a complete set of widgets, -GTK+ is suitable for projects ranging from small one-off projects to -complete application suites. - -GTK+ is free software and part of the GNU Project. However, the -licensing terms for GTK+, the GNU LGPL, allow it to be used by all -developers, including those developing proprietary software, without any -license fees or royalties. - -The official ftp site is: - ftp://ftp.gtk.org/pub/gtk - -The official web site is: - http://www.gtk.org/ - -Information about mailing lists can be found at - http://www.gtk.org/mailinglists.html - - -Installation -============ - -See the file 'INSTALL' - - -Release notes for 2.14 -====================== - -* gtkitemfactory.h is now completely deprecated. - As gtkactiongroup.h and gtkstock.h no longer include the gtkitemfactory.h - header, this might break application using gtk_item_factory_* symbols - without including gtkitemfactory.h - even though this behaviour has never - been supported in the first place. - -* The GtkFileSystem semi-private interface has been removed. - The GTK+ filechooser implementation now uses GIO directly, which has - rendered external filesystem implementations unnecessary. Consequently, - the GtkFileSystem interface is no longer available, nor the filechooser - will load any GtkFileSystem implementation. - -* GtkComboBox now renders the popdown button insensitive when - the model is empty. Applications which want to populate the list - only before displaying it can set gtk_combo_box_set_button_sensitivity - to GTK_SENSITIVITY_ON, so that the button is always sensitive or - GTK_SENSITIVITY_OFF to make it insensitive respectively. - -* GtkAdjustment now enforces that values are restricted to the - range [lower, upper - page_size]. This has always been the documented - behaviour, and the recommended practice is to set page_size to 0 - when using adjustments for simple scalar values, like in a slider - or spin button. - -* gdk-pixbuf will use GIO for mime type detection if possible. For - this to work, shared-mime-info needs to be installed and XDG_DATA_DIRS - set accordingly at configure time. Otherwise, gdk-pixbuf falls - back to its built-in sniffing implementation. - -Release notes for 2.12 -====================== - -* gtk_about_dialog_get/set_name() were deprecated in favour of - gtk_about_dialog_get/set_program_name(), the GtkAboutDialog now uses the - "program-name" property instead of the conflicting "name" property. - -* The gdk-pixbuf tiff loader now requires libtiff 3.6.0 or later. - -* Support for Windows 9x/ME has officially been removed. It hasn't worked - since 2.6 anyway. - -* The GtkTextBufferTargetInfo enumeration values have been changed from - G_MAXUINT-0, G_MAXUINT-1, G_MAXUINT-2, etc, to -1, -2, -3 to stay within - ANSI C limits. - -* A change in the handling of _NET_WM_USER_TIME properties on toplevel - windows can cause deadlock problems with window managers that are using - GDK for drawing decorations. In particular, metacity <= 2.18.0 is affected - by this. The problem has been fixed in metacity 2.18.1. - -* Semi-private GtkTextLayout api has changed: new GtkTextLayout method - invalidate_cursors(), and new functions gtk_text_layout_invalidate_cursors() - and gtk_text_layout_cursors_changed(), which should be used in place of - gtk_text_layout_invalidate() and gtk_text_layout_changed() if invalidation - is due to marks moved or changed selection; new GtkTextLineDisplay structure - member. Source compatibility is preserved; binary compatibility may break - only if GtkTextLineDisplay structure was created on stack or as a part - of another structure (in particular GnomeCanvas and its clones do not need - recompiling). - -* Another new signal has been added to GtkNotebook. The new signal - is called create-window, so this name can no longer be used for signals - in objects derived from GtkNotebook. - -* The gtk_notebook_set/get_group_id() functions were found to be insufficient - and have been deprecated in favour of gtk_notebook_set/get_group(). - -* The move-focus signal has been moved to GtkWidget, to unify the - various implementations of this signal in specific widgets. Great care - has been taken to make sure that all code using this signal continues - to work. - -* An unused and hardly visible GtkFrame has been removed from the menu - widget hierarchy when GtkComboBox::appears-as-list style property is - set. Any RC file applying a different style to any widget below the - widget path "gtk-combobox-popup-window.GtkFrame" should take into - account that the frame no longer exists. - -* The external print preview application used by GtkPrintOperationPreview - is now passed the print settings on the command line with the - --print-settings parameter pointing to a temp file containing the - settings. The preview application assumes ownership of the file and - should delete it once it does not need it anymore. The --print-settings - commandline option is understood by Evince 0.9.0 and newer. To use a - different print preview application, change the gtk-print-preview-command - setting in your gtkrc file, e.g. gtk-print-preview-command = "ggv %f" - -* GtkMenuShell is now defined as an abstract type. It was already - documented as an abstract class, and there is little reason to - instantiate it. - -* The GtkTooltips struct (this is the old tooltips API) is now considered - private. Code that used to access this struct, in particular the - tips_data_list field, will need to change. All of the old tooltips - API has been deprecated in favour of a new implementation and - API. This affects all of the gtk_tooltips_ functions, and functions - which take a GtkTooltips argument, such as gtk_tool_item_set_tooltip() - and gtk_menu_tool_button_set_arrow_tooltip(). - -* The memory management of the GtkRecentManager object has been changed, - as using the screen didn't guarantee that the singleton instance was - correctly destroyed. The screen-related functions have been deprecated, - and should not be used anymore; the GtkRecentManager instance returned by - the gtk_recent_manager_get_default() function is guaranteed to be valid - for the entire lifetime of an application. - -* A number of interfaces that have been superseded by newer interfaces for - a long time have finally been deprecated. This includes - gtk_widget_ref/unref(), gtk_rc_style_ref/unref() and the old file selector. - -* The various coordinate systems in use in GtkTreeView widgets have - been clarified in the documentation, and in the cause of doing so, - the functions gtk_tree_view_widget_to_tree_coords() and - gtk_tree_view_tree_to_widget_coords() have been deprecated in - favour of a new family of gtk_tree_view_convert_ functions. - -* gtk_menu_item_remove_submenu() has been deprecated in favour of - gtk_menu_item_set_submenu (..., NULL). - -* gtk_default_draw_check() has been fixed to really decrease the - indicator size by one pixel to ensure an odd size instead of - accidentially increasing it. - Consequently, gtk_cell_renderer_toggle_render() could be fixed to - not subtract 1 from the size passed to gtk_paint_option(), which - was just a workaround for above off-by-two for even sizes (theme - engines now get the real indicator size passed). - The default toggle size of GtkCheckMenuItem and GtkCellRendererToggle - has been changed to 13 to be consistent with GtkCheckButton. - The only visible change with default settings is that the indicator in - GtkCellRendererToggle has changed its size from 11 to 13 and is now - consistent with menus and toggle buttons. - -* GTK+ has always required that gtk_init() (or a variant thereof) is - called before any other GTK+ function. Some applications call functions - like gtk_clipboard_get() to check if they need to call gtk_init(), - anyway. A change in GLib 2.14 has recently broken this unsupported - practise. It is worth pointing out that calling gtk_init() twice - does no harm. - - -Release notes for 2.10 -====================== - -* The hexadecimal Unicode input feature has been reworked. It no longer - blocks the use of the sixteen Ctrl-Shift- key sequences. Now - it only uses Ctrl-Shift-u. - -* A memory leak in GtkStyle handling has been fixed. This may expose bugs - in third-party widgets which forget to call gtk_style_attach() in their - realize functions. - -* Range widgets like GtkScrollbar now render their arrows insensitive - when the slider is at the end. Applications which react to arrow - clicks even if the slider is at the end may want to use the new - gtk_range_set_[upper/lower]_stepper_sensitivity() functions to - prevent the arrows from being rendered insensitive. - -* GtkObject now uses the "floating reference" support in GObject. - GTK_OBJECT_IS_FLOATING() will still work, but direct checking - of the GTK_FLOATING flag will no longer detect the floating - reference. Details about floating references can be found in the docs: - http://developer.gnome.org/doc/API/2.0/gobject/gobject-The-Base-Object-Type.html#floating-ref - -* Accelerators like (_F) are now stripped from labels when they are - displayed in toolbars. If this is not wanted, the feature can be - suppressed by inserting a Unicode control character, e.g ZWNJ. - -* The pixbuf theme engine can now customize expanders (in GtkTreeView - and GtkExpander) and resize grips, using the new EXPANDER and - RESIZE_GRIP function values. - -* Dialogs created by gtk_about_dialog_new() no longer hide automatically - when the user clicks close. It is the applications responsibility to - hide or destroy the dialog. - -* Several new signals have been added to GtkNotebook. Care has been taken - to choose signal names which do not collide with signals added by well-known - derived classes. The names which can no longer be used for signals in - objects derived from GtkNotebook are page-reordered, page-removed and - page-added. - -* Due to the interface changes in the file chooser backend interface, - the GTK+ ABI version has been bumped to 2.10.0. Third-party filesystem - backends have to be ported to the new interface, other modules, such as - theme engines, input method modules or pixbuf loaders have to be rebuilt - so that they are installed in the right place for GTK+ to find them. - - -Release notes for 2.8 -===================== - -* GTK+ 2.8 and Pango 1.10 require the cairo library. - -* The default theme has been renamed to "Raleigh". Existing configurations - specifying the "Default" theme name should still work. - -* The GtkTreeView::enable-search property has been changed to control - only typeahead search, not the C-f keybinding to start an interactive - search. To turn off interactive searching completely, you have to - set GtkTreeView::search-column to -1. - -* The restriction on using the same cell renderer in multiple columns - of a GtkTreeView is now more strictly enforced. - -* In GTK+ 2.8, GtkCalendar uses nl_langinfo() (if available) to determine - the first day of the week. Thus, it is possible to select the first day - of the week independently from the language, by setting LC_TIME. - -* In GTK+ 2.8, the gtk-update-icon-cache utility includes image data - in the icon caches, which will make the icon cache files larger than - the one produced by GTK+ 2.6. This change will reduce the memory - overhead of icon themes at runtime, since all GTK+ applications can - share the image data in memory. - -* In 2.8, GDK emits GdkEventGrabBroken events when a keyboard or pointer - grab is broken. On X11, this can happen if the same application grabs - again, or if the window used for the grab becomes unviewable. It happens - more often on Win32. Applications which use grabs should pay attention - to these events and do the necessary cleanups when the grab is lost. -* The GIOChannel code for sockets on win32 has been rewritten. - Applications who make non-trivial use of GIOChannels on win32 should - be watched for possible problems. - -* GLib 2.8 uses atomic operations to implement reference counting, thus - g_object_ref/unref, g_closure_ref/sink/unref and g_iochannel_ref/unref - can be used without locking in multithreaded applications. Note that - other modifications, like concurrent setting of properties still require - locking. - -* g_convert() and related character set conversion functions have been - fixed to emit pending shift states and to not cache iconv descriptors - across multiple calls, since that is problematic for some encodings. - Note that these functions are not suitable for streaming conversions; - use g_iconv() to do streaming conversion. - - -Release notes for 2.6 -===================== - -* GTK+ 2.6 supports clipboard persistency. To make use of this feature, - a clipboard manager following the specification at - http://www.freedesktop.org/wiki/Standards/clipboard-manager-spec - must be running. A sample implementation of such a clipboard manager - is available at - http://people.imendio.com/andersca/archives/clipboard-manager-0.3.tar.gz - Applications can use the function gdk_display_supports_clipboard_persistence() - to find out if clipboard persistence is available. - -* Notification on clipboard ownership changes via GdkOwnerChange events - requires the XFIXES X extension. Applications can use the function - gdk_display_supports_selection_notification() to find out if ownerchip - change notification is available. - -* The icon theme code in GTK+ 2.6 follows the freedesktop.org icon theme - specification. Setting the XDG_DATA_DIRS environtment variable may be - necessary if your icons aren't installed in the default location - /usr/share/icons. - -* The icon theme code in GTK+ 2.6 can make use of mmap()able cache files - to avoid a lot of disk searching overhead. GTK+ includes a utility named - gtk-update-icon-cache to generate these cache files. For further details, - see the gtk-update-icon-cache man page or the GTK+ documentation. - -* To reduce code size and improve efficiency, GTK+, when compiled - with the GNU toolchain, has separate internal and external entry - points for exported functions. The internal names, which begin with - IA__, may be seen when debugging a GTK+ program. - -* The following functions have been deprecated in GTK+ 2.6: - gdk_pango_context_set_colormap - gtk_cell_renderer_editing_canceled - -* The new GtkFileChooser widget emphasizes simplicity and thus does - not provide a navigation entry by default when opening files. - Experienced command line users will likely want to make heavy use of - the location dialog brought up by the Control-L key shortcut. - -* The GTK+ libraries use an '_' prefix to indicate private symbols that - must not be used by applications. On some platforms, symbols beginning - with prefixes such as _gtk, _gdk, and _pango will be exported - from the library, on others not. In no case can applications - use these private symbols. In addition to that, GTK+ 2.6 makes several - symbols private which were not in any installed header files and - were never intended to be exported. - -* The gdk_pixbuf_xlib library included in the contrib/ directory - and the framebuffer GDK backend included in the gdk/linux-fb directory - of GTK+ are provided on an as-is basis and have not been tested at all. - No guarantees about the degree of workingness or about future - compatibility are provided. - -* On Unix, the assumption of GLib and GTK+ by default is that filenames on - the filesystem are encoded in UTF-8 rather than the encoding of the locale; - the GTK+ developers consider that having filenames whose interpretation - depends on the current locale is fundamentally a bad idea. - - If you have filenames encoded in the encoding of your locale, then you - may want to set the G_FILENAME_ENCODING environment variable: - - G_FILENAME_ENCODING=@locale - export G_FILENAME_ENCODING - - (Earlier versions of GLib 2.x required a different environment variable - setting; G_BROKEN_FILENAMES=1 to achieve the same effect; this - is still supported, but G_FILENAME_ENCODING is preferred.) - Best integration of GTK+ 2.6 with the environment is achieved by - using a UTF-8 locale. - - On Windows, filenames passed to GTK+ should always be in UTF-8, as - in GLib 2.6. This is different than in previous versions of GTK+ - where the system codepage was used. As in GLib, for DLL ABI - stability, applications built against previous versions of GTK+ will - use entry points providing the old semantics. - - When compiling against GTK+ 2.6, applications intended to be - portable to Windows must take the UTF-8 file name encoding into - consideration, and use the gstdio wrappers to access files whose - names have been constructed from strings returned from GTK+ or GLib. - - -How to report bugs -================== - -Bugs should be reported to the GNOME bug tracking system. -(http://bugzilla.gnome.org, product gtk+.) You will need to create an -account for yourself. - -In the bug report please include: - -* Information about your system. For instance: - - - What operating system and version - - What version of X - - For Linux, what version of the C library - - And anything else you think is relevant. - -* How to reproduce the bug. - - If you can reproduce it with one of the tests or demos built with GTK+, - such as demos/gtk-demo/gtk-demo, that would be most convenient. Otherwise, - please include a short test program that exhibits the behavior. As a - last resort, you can also provide a pointer to a larger piece of software - that can be downloaded. - -* If the bug was a crash, the exact text that was printed out when the - crash occured. - -* Further information such as stack traces may be useful, but is not - necessary. If you do send a stack trace, and the error is an X error, - it will be more useful if the stacktrace is produced running the test - program with the --sync command line option. - - -Patches -======= - -Patches should also be submitted to bugzilla.gnome.org. If the patch -fixes an existing bug, add the patch as an attachment to that bug -report. - -Otherwise, enter a new bug report that describes the patch, and attach -the patch to that bug report. - -Bug reports containing patches should include the PATCH keyword in their -keyword fields. If the patch adds to or changes the GTK+ programming -interface, the API keyword should also be included. - -Patches should be in unified diff form. (The -u option to GNU diff.) From 4774d9c1fd46aca800add140c30ece5bf7a12d3a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 3 Apr 2009 02:00:48 -0400 Subject: [PATCH 005/190] Add a rule to generate ChangeLog We use the same rule pango uses to create a ChangeLog file with the help of git-log. The format is somewhat different from traditional ChangeLog, but it contains the relevant information. --- Makefile.am | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3fdb9f2706..e1bd48e8ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,9 @@ EXTRA_DIST += \ ChangeLog.pre-2-6 \ ChangeLog.pre-2-8 \ ChangeLog.pre-2-10 \ + ChangeLog.pre-2-12 \ + ChangeLog.pre-2-14 \ + ChangeLog.pre-2-16 \ ChangeLog.gtk-async-file-chooser \ ChangeLog.gtk-printing \ README.commits \ @@ -152,6 +155,20 @@ DISTCLEANFILES = \ gail-uninstalled.pc \ config.lt +ChangeLog: + @echo Creating $@ + @if test -d "$(srcdir)/.git"; then \ + (GIT_DIR=$(top_srcdir)/.git ./missing --run git log GTK_2_16_0^^.. --stat) | fmt --split-only > $@.tmp \ + && mv -f $@.tmp $@ \ + || ($(RM) $@.tmp; \ + echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \ + (test -f $@ || echo git-log is required to generate this file >> $@)); \ + else \ + test -f $@ || \ + (echo A git checkout and git-log is required to generate ChangeLog >&2 && \ + echo A git checkout and git-log is required to generate this file >> $@); \ + fi + ## copy the default target for this platform to gdk-2.0.pc and gtk+-2.0.pc DEFAULT_GDKTARGET=x11 install-data-hook: @@ -176,7 +193,7 @@ dist-hook: && cp INSTALL README $(distdir) ; \ fi -.PHONY: files release sanity snapshot +.PHONY: files release sanity snapshot ChangeLog files: @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \ From 8ab5f5673bfdb207f15c9477077c85ede8f73aae Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sat, 4 Apr 2009 13:32:09 +0200 Subject: [PATCH 006/190] Move G_END_DECLS before the #endif in gtkitemfactory.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug 577650 – gtkitemfactory.h fails to compile Place G_END_DECLS inside conditionals, otherwise C++ compilers will see a closing curly bracket when including the file for the second time. --- gtk/gtkitemfactory.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gtk/gtkitemfactory.h b/gtk/gtkitemfactory.h index 0e71f4886a..5c57b8032e 100644 --- a/gtk/gtkitemfactory.h +++ b/gtk/gtkitemfactory.h @@ -228,10 +228,9 @@ void gtk_item_factory_create_menu_entries (guint n_entries, void gtk_item_factories_path_delete (const gchar *ifactory_path, const gchar *path); -#endif /* !GTK_DISABLE_DEPRECATED */ - - G_END_DECLS +#endif /* !GTK_DISABLE_DEPRECATED */ + #endif /* __GTK_ITEM_FACTORY_H__ */ From c338228a865a73b7ab1f2ad55abcb24ae4ce3014 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 6 Apr 2009 15:10:35 +0300 Subject: [PATCH 007/190] Bug 578094 - ProcessIdToSessionId needs to be declared as WINAPI Patch by Shixin Zeng. --- gdk/win32/gdkdisplay-win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/win32/gdkdisplay-win32.c b/gdk/win32/gdkdisplay-win32.c index 8bdb9331e0..75fde08659 100644 --- a/gdk/win32/gdkdisplay-win32.c +++ b/gdk/win32/gdkdisplay-win32.c @@ -229,7 +229,7 @@ gdk_display_get_name (GdkDisplay *display) DWORD session_id; char *display_name; static const char *display_name_cache = NULL; - typedef BOOL (* PFN_ProcessIdToSessionId) (DWORD, DWORD *); + typedef BOOL (WINAPI *PFN_ProcessIdToSessionId) (DWORD, DWORD *); PFN_ProcessIdToSessionId processIdToSessionId; g_return_val_if_fail (GDK_IS_DISPLAY (display), NULL); From 1ad8bfb69afabb0e30f43bb27e6e1154b8f94300 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 6 Apr 2009 12:12:08 -0400 Subject: [PATCH 008/190] Better i18n support in GtkBuilder Let descriptions of accessible actions be translated, by specifying the description as content of the element, and allowing "translatable", "context" and "comment" as attributes. (#518642) --- docs/reference/gtk/tmpl/gtkwidget.sgml | 2 +- gtk/gtkwidget.c | 147 ++++++++++++++++--------- gtk/tests/builder.c | 11 +- 3 files changed, 107 insertions(+), 53 deletions(-) diff --git a/docs/reference/gtk/tmpl/gtkwidget.sgml b/docs/reference/gtk/tmpl/gtkwidget.sgml index 817b1e5417..664288e9cb 100644 --- a/docs/reference/gtk/tmpl/gtkwidget.sgml +++ b/docs/reference/gtk/tmpl/gtkwidget.sgml @@ -49,7 +49,7 @@ internal child "accessible" of a GtkWidget. - + Click the button. diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 76be04fe5b..c15da47d9f 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -8174,13 +8174,13 @@ gboolean _gtk_widget_is_pointer_widget (GtkWidget *widget) { if (GTK_WIDGET_HAS_POINTER (widget)) - { - GdkWindow *win; + { + GdkWindow *win; GtkWidget *wid; win = _gtk_widget_get_pointer_window (widget); if (win) - { + { gdk_window_get_user_data (win, &wid); if (wid == widget) return TRUE; @@ -9466,12 +9466,16 @@ gtk_widget_buildable_set_buildable_property (GtkBuildable *buildable, g_object_set_property (G_OBJECT (buildable), name, value); } -typedef struct { +typedef struct +{ gchar *action_name; - gchar *description; + GString *description; + gchar *context; + gboolean translatable; } AtkActionData; - -typedef struct { + +typedef struct +{ gchar *target; gchar *type; } AtkRelationData; @@ -9480,7 +9484,8 @@ static void free_action (AtkActionData *data, gpointer user_data) { g_free (data->action_name); - g_free (data->description); + g_string_free (data->description, TRUE); + g_free (data->context); g_slice_free (AtkActionData, data); } @@ -9497,7 +9502,7 @@ gtk_widget_buildable_parser_finished (GtkBuildable *buildable, GtkBuilder *builder) { GSList *atk_relations; - + if (g_object_get_qdata (G_OBJECT (buildable), quark_builder_has_default)) gtk_widget_grab_default (GTK_WIDGET (buildable)); if (g_object_get_qdata (G_OBJECT (buildable), quark_builder_has_focus)) @@ -9513,14 +9518,14 @@ gtk_widget_buildable_parser_finished (GtkBuildable *buildable, GObject *target; AtkRelationType relation_type; AtkObject *target_accessible; - + accessible = gtk_widget_get_accessible (GTK_WIDGET (buildable)); relation_set = atk_object_ref_relation_set (accessible); for (l = atk_relations; l; l = l->next) { AtkRelationData *relation = (AtkRelationData*)l->data; - + target = gtk_builder_get_object (builder, relation->target); if (!target) { @@ -9530,7 +9535,7 @@ gtk_widget_buildable_parser_finished (GtkBuildable *buildable, } target_accessible = gtk_widget_get_accessible (GTK_WIDGET (target)); g_assert (target_accessible != NULL); - + relation_type = atk_relation_type_for_name (relation->type); if (relation_type == ATK_RELATION_NULL) { @@ -9548,21 +9553,21 @@ gtk_widget_buildable_parser_finished (GtkBuildable *buildable, g_object_set_qdata (G_OBJECT (buildable), quark_builder_atk_relations, NULL); } - } -typedef struct { +typedef struct +{ GSList *actions; GSList *relations; } AccessibilitySubParserData; static void -accessibility_start_element (GMarkupParseContext *context, - const gchar *element_name, - const gchar **names, - const gchar **values, - gpointer user_data, - GError **error) +accessibility_start_element (GMarkupParseContext *context, + const gchar *element_name, + const gchar **names, + const gchar **values, + gpointer user_data, + GError **error) { AccessibilitySubParserData *data = (AccessibilitySubParserData*)user_data; guint i; @@ -9573,7 +9578,7 @@ accessibility_start_element (GMarkupParseContext *context, gchar *target = NULL; gchar *type = NULL; AtkRelationData *relation; - + for (i = 0; names[i]; i++) { if (strcmp (names[i], "target") == 0) @@ -9617,21 +9622,34 @@ accessibility_start_element (GMarkupParseContext *context, relation = g_slice_new (AtkRelationData); relation->target = target; relation->type = type; - + data->relations = g_slist_prepend (data->relations, relation); } else if (strcmp (element_name, "action") == 0) { gchar *action_name = NULL; gchar *description = NULL; + gchar *context = NULL; + gboolean translatable = FALSE; AtkActionData *action; - + for (i = 0; names[i]; i++) { if (strcmp (names[i], "action_name") == 0) - action_name = g_strdup (values[i]); + action_name = values[i]; else if (strcmp (names[i], "description") == 0) - description = g_strdup (values[i]); + description = values[i]; + else if (strcmp (names[i], "translatable") == 0) + { + if (!_gtk_builder_boolean_from_string (values[i], &translatable, error)) + return; + } + else if (strcmp (names[i], "comments") == 0) + { + /* do nothing, comments are for translators */ + } + else if (strcmp (names[i], "context") == 0) + context = values[i]; else { g_markup_parse_context_get_position (context, @@ -9643,13 +9661,11 @@ accessibility_start_element (GMarkupParseContext *context, "%s:%d:%d '%s' is not a valid attribute of <%s>", "", line_number, char_number, names[i], "action"); - g_free (action_name); - g_free (description); return; } } - if (!action_name || !description) + if (!action_name) { g_markup_parse_context_get_position (context, &line_number, @@ -9660,16 +9676,16 @@ accessibility_start_element (GMarkupParseContext *context, "%s:%d:%d <%s> requires attribute \"%s\"", "", line_number, char_number, "action", - description ? "action_name" : "description"); - g_free (action_name); - g_free (description); + "action_name"); return; } action = g_slice_new (AtkActionData); - action->action_name = action_name; - action->description = description; - + action->action_name = g_strdup (action_name); + action->description = g_string_new (description); + action->context = g_strdup (context); + action->translatable = translatable; + data->actions = g_slist_prepend (data->actions, action); } else if (strcmp (element_name, "accessibility") == 0) @@ -9678,12 +9694,32 @@ accessibility_start_element (GMarkupParseContext *context, g_warning ("Unsupported tag for GtkWidget: %s\n", element_name); } +static void +accessibility_text (GMarkupParseContext *context, + const gchar *text, + gsize text_len, + gpointer user_data, + GError **error) +{ + AccessibilitySubParserData *data = (AccessibilitySubParserData*)user_data; + + if (strcmp (g_markup_parse_context_get_element (context), "action") == 0) + { + AtkActionData *action = data->actions->data; + + g_string_append_len (action->description, text, text_len); + } +} + static const GMarkupParser accessibility_parser = { accessibility_start_element, + NULL, + accessibility_text, }; -typedef struct { +typedef struct +{ GObject *object; guint key; guint modifiers; @@ -9691,12 +9727,12 @@ typedef struct { } AccelGroupParserData; static void -accel_group_start_element (GMarkupParseContext *context, - const gchar *element_name, - const gchar **names, - const gchar **values, - gpointer user_data, - GError **error) +accel_group_start_element (GMarkupParseContext *context, + const gchar *element_name, + const gchar **names, + const gchar **values, + gpointer user_data, + GError **error) { gint i; guint key = 0; @@ -9817,26 +9853,36 @@ gtk_widget_buildable_custom_finished (GtkBuildable *buildable, AtkAction *action; gint i, n_actions; GSList *l; - + accessible = gtk_widget_get_accessible (GTK_WIDGET (buildable)); - + action = ATK_ACTION (accessible); - n_actions = atk_action_get_n_actions (action); - + n_actions = atk_action_get_n_actions (action); + for (l = a11y_data->actions; l; l = l->next) { AtkActionData *action_data = (AtkActionData*)l->data; - + for (i = 0; i < n_actions; i++) if (strcmp (atk_action_get_name (action, i), action_data->action_name) == 0) break; if (i < n_actions) - atk_action_set_description (action, i, - action_data->description); + { + gchar *description; + + if (action_data->translatable && action_data->description->len) + description = _gtk_builder_parser_translate (gtk_builder_get_translation_domain (builder), + action_data->context, + action_data->description->str); + else + description = action_data->description->str; + + atk_action_set_description (action, i, description); + } } - + g_slist_foreach (a11y_data->actions, (GFunc)free_action, NULL); g_slist_free (a11y_data->actions); } @@ -9844,9 +9890,8 @@ gtk_widget_buildable_custom_finished (GtkBuildable *buildable, if (a11y_data->relations) g_object_set_qdata (G_OBJECT (buildable), quark_builder_atk_relations, a11y_data->relations); - + g_slice_free (AccessibilitySubParserData, a11y_data); - } } diff --git a/gtk/tests/builder.c b/gtk/tests/builder.c index 7a3162969d..e9dab5c11f 100644 --- a/gtk/tests/builder.c +++ b/gtk/tests/builder.c @@ -44,10 +44,18 @@ builder_new_from_string (const gchar *buffer, const gchar *domain) { GtkBuilder *builder; + GError *error = NULL; + builder = gtk_builder_new (); if (domain) gtk_builder_set_translation_domain (builder, domain); - gtk_builder_add_from_string (builder, buffer, length, NULL); + gtk_builder_add_from_string (builder, buffer, length, &error); + if (error) + { + g_print ("ERROR: %s", error->message); + g_error_free (error); + } + return builder; } @@ -1580,6 +1588,7 @@ test_widget (void) " " " " " " + " Sniff" " " " " " " From 779deb2b9dd441568c7be7035de27f218796e5d5 Mon Sep 17 00:00:00 2001 From: Jennie Petoumenou Date: Mon, 6 Apr 2009 22:00:42 +0100 Subject: [PATCH 009/190] Updated Greek translation --- po/el.po | 4358 ++++++++++++++++++++++-------------------------------- 1 file changed, 1741 insertions(+), 2617 deletions(-) diff --git a/po/el.po b/po/el.po index 9b516b9377..2da7bc2dbe 100644 --- a/po/el.po +++ b/po/el.po @@ -1,7 +1,15 @@ -# translation of el.po to Greek +# translation of gtk+-HEAD-po-el-3920.merged.po to Greek # gtk+ Greek PO file -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. # +# kostas: 04Sep2003, one more update +# nikos: 04Sep2003, review (more is needed) +# nikosK: 06Sep2003, One more review +# ta panta rei: 08Sep2003, one more review +# Nikos: 26Jan2004 fixes 390 messages +# kostas: 29Jan2004 updates 403 messages +# kostas: 25Apr2004 update +# ta panta rei # spyros: initial translation, 1999. # simos: 186 messages, 20Apr2002, first log entry. # simos: 214 messages, 16Aug2002, updated and converted to UTF-8. @@ -16,1261 +24,1237 @@ # Nikos Kannelopoulos , 2003. # Kostas Papadimas , 2002, 2003, 2004, 2005, 2006, 2007. # Simos Xenitellis , 2006. -# kostas: 04Sep2003, one more update -# nikos: 04Sep2003, review (more is needed) -# nikosK: 06Sep2003, One more review -# ta panta rei: 08Sep2003, one more review -# Nikos: 26Jan2004 fixes 390 messages -# kostas: 29Jan2004 updates 403 messages -# kostas: 25Apr2004 update -# ta panta rei +# Jennie Petoumenou , 2009. msgid "" msgstr "" -"Project-Id-Version: el\n" +"Project-Id-Version: gtk+-HEAD-po-el-3920.merged\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" -"PO-Revision-Date: 2008-01-31 02:30+0200\n" -"Last-Translator: NikosCharonitakis \n" +"POT-Creation-Date: 2009-04-06 22:00+0100\n" +"PO-Revision-Date: 2009-04-05 02:33+0100\n" +"Last-Translator: Jennie Petoumenou \n" "Language-Team: Greek \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);X-Generator: KBabel 1.11.2X-\n" +"X-Generator: Lokalize 0.2\n" -#: gdk/gdk.c:103 -#, fuzzy, c-format +#: ../gdk/gdk.c:103 +#, c-format msgid "Error parsing option --gdk-debug" -msgstr "Σφάλμα εκτύπωσης" +msgstr "Σφάλμα κατά την ανάλυση της επιλογής --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" -msgstr "" +msgstr "Σφάλμα κατά την ανάλυση της επιλογής --gdk-no-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" -msgstr "Program class όπως χρησιμοποιείται από τον διαχειριστή παραθύρων" +msgstr "Κλάση προγράμματος, όπως χρησιμοποιείται από τον διαχειριστή παραθύρων" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" -msgstr "CLASS" +msgstr "ΚΛΑΣΗ" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" -msgstr "Όνομα προγράμματος όπως χρησιμοποιείται από τον διαχειριστή παραθύρων" +msgstr "Όνομα προγράμματος, όπως χρησιμοποιείται από το διαχειριστή παραθύρων" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" -msgstr "ΌΝΟΜΑ" +msgstr "ΟΝΟΜΑ" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" -msgstr "Οθόνη X για χρήση" +msgstr "Επιφάνεια προβολής X που θα χρησιμοποιηθεί" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" -msgstr "DISPLAY" +msgstr "ΕΠΙΦΑΝΕΙΑ_ΠΡΟΒΟΛΗΣ" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" -msgstr "Οθόνη X για χρήση" +msgstr "Οθόνη X που θα χρησιμοποιηθεί" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "ΟΘΟΝΗ" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" -msgstr "Gdk debugging flags to set" +msgstr "Σημαίες αποσφαλμάτωσης του Gdk που θα επιλεχθούν" #. Placeholder in --gdk-debug=FLAGS in --help output #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" -msgstr "FLAGS" +msgstr "ΣΗΜΑΙΕΣ" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" -msgstr "Gdk debugging flags to unset" +msgstr "Σημαίες αποσφαλμάτωσης του Gdk που θα αποεπιλεχθούν" -#: gdk/keyname-table.h:3940 -#, fuzzy +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" -msgstr "_Αντικατάσταση" +msgstr "BackSpace" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" -msgstr "" +msgstr "Tab" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" -msgstr "" +msgstr "Return" -#: gdk/keyname-table.h:3943 -#, fuzzy +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" -msgstr "Παύθηκε" +msgstr "Pause" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" -msgstr "" +msgstr "Scroll_Lock" -#: gdk/keyname-table.h:3945 -#, fuzzy +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" -msgstr "Σύστημα αρχείων" +msgstr "Sys_Req" -#: gdk/keyname-table.h:3946 -#, fuzzy +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" -msgstr "Τοπίο" +msgstr "Escape" -#: gdk/keyname-table.h:3947 -#, fuzzy +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" -msgstr "Multipress" +msgstr "Multi_key" -#: gdk/keyname-table.h:3948 -#, fuzzy +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" -msgstr "_Αρχική" +msgstr "Home" -#: gdk/keyname-table.h:3949 -#, fuzzy +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" -msgstr "_Αριστερά:" +msgstr "Αριστερά" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" -msgstr "" +msgstr "Πάνω" -#: gdk/keyname-table.h:3951 -#, fuzzy +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" -msgstr "_Δεξιά:" +msgstr "Δεξιά" -#: gdk/keyname-table.h:3952 -#, fuzzy +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" -msgstr "Διαδρομή κάτω" +msgstr "Κάτω" -#: gdk/keyname-table.h:3953 -#, fuzzy +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" -msgstr "Ρύθμιση σελίδας" +msgstr "Page_Up" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" -msgstr "" +msgstr "Page_Down" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" -msgstr "" +msgstr "End" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" -msgstr "" +msgstr "Begin" -#: gdk/keyname-table.h:3957 -#, fuzzy +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" -msgstr "Εκτύπωση" +msgstr "Print" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" -msgstr "" +msgstr "Insert" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" -msgstr "" +msgstr "Num_Lock" -#: gdk/keyname-table.h:3960 -#, fuzzy +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" -msgstr "_Αντικατάσταση" +msgstr "ΑΡ_Διάστημα" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" -msgstr "" +msgstr "ΑΡ_Tab" -#: gdk/keyname-table.h:3962 -#, fuzzy +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" -msgstr "Εκτυπωτής" +msgstr "ΑΡ_Enter" -#: gdk/keyname-table.h:3963 -#, fuzzy +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" -msgstr "_Αρχική" +msgstr "ΑΡ_Home" -#: gdk/keyname-table.h:3964 -#, fuzzy +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" -msgstr "_Αριστερά:" +msgstr "ΑΡ_Αριστερά" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" -msgstr "" +msgstr "ΑΡ_Πάνω" -#: gdk/keyname-table.h:3966 -#, fuzzy +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" -msgstr "_Δεξιά:" +msgstr "ΑΡ_Δεξιά" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" -msgstr "" +msgstr "ΑΡ_Κάτω" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" -msgstr "" +msgstr "ΑΡ_Page_Up" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" -msgstr "" +msgstr "ΑΡ_Prior" -#: gdk/keyname-table.h:3970 -#, fuzzy +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" -msgstr "KP_Page_Down" +msgstr "ΑΡ_Page_Down" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" -msgstr "" +msgstr "ΑΡ_Next" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" -msgstr "" +msgstr "ΑΡ_End" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" -msgstr "" +msgstr "ΑΡ_Begin" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" -msgstr "" +msgstr "ΑΡ_Insert" -#: gdk/keyname-table.h:3975 -#, fuzzy +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" -msgstr "_Διαγραφή" +msgstr "ΑΡ_Delete" -#: gdk/keyname-table.h:3976 -#, fuzzy +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" -msgstr "_Διαγραφή" +msgstr "Delete" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" -msgstr "Αποτυχία ανοίγματος αρχείου '%s': %s " +msgstr "Αποτυχία ανοίγματος αρχείου '%s': %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Το αρχείο εικόνας '%s' δεν περιέχει δεδομένα" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "" -"Αποτυχία φόρτωσης εικόνας '%s': Ο λόγος είναι άγνωστος, πιθανόν πρόκειται " -"για κατεστραμμένο αρχείο εικόνας" +"Αποτυχία φόρτωσης εικόνας '%s': Άγνωστη αιτία, πιθανόν πρόκειται για " +"κατεστραμμένο αρχείο εικόνας" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " "animation file" msgstr "" -"Αποτυχία φόρτωσης εικόνας '%s': Ο λόγος είναι άγνωστος, πιθανόν πρόκειται " -"για κατεστραμμένο αρχείο κινούμενης εικόνας" +"Αποτυχία φόρτωσης κινούμενης εικόνας '%s': Άγνωστη αιτία, πιθανόν πρόκειται " +"για κατεστραμμένο αρχείο" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" -msgstr "Αποτυχία φόρτωσης λειτουργικής μονάδας φόρτωσης εικόνας: %s: %s" +msgstr "Αποτυχία φόρτωσης αρθρώματος φόρτωσης εικόνων: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " "from a different GTK version?" msgstr "" -" Η λειτουργική μονάδα φόρτωσης εικόνας %s δεν έχει εξαγάγει το κατάλληλο " -"interface; Πιθανόν να είναι από μια διαφορετική έκδοση του GTK;" +"Το άρθρωμα φόρτωσης εικόνων %s δεν εξάγει την κατάλληλη διεπαφή. Μήπως " +"προέρχεται από διαφορετική έκδοση του GTK;" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Ο τύπος εικόνας '%s' δεν υποστηρίζεται" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" -msgstr "Αδυναμία αναγνώρισης του τύπου αρχείου εικόνας για το αρχείο '%s' " +msgstr "Αδυναμία αναγνώρισης του τύπου αρχείου εικόνας για το αρχείο '%s'" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Άγνωστος τύπος αρχείου εικόνας" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Αποτυχία φόρτωσης εικόνας '%s': %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" -msgstr "Σφάλμα κατά την εγγραφή εικόνας σε αρχείο: (%s)" +msgstr "Σφάλμα κατά την εγγραφή στο αρχείο εικόνας: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "" -"Αυτή η έκδοση του gdk-pixbuf δεν υποστηρίζει την αποθήκευση του τύπου " -"εικόνας : %s" +"Αυτή η έκδοση του gdk-pixbuf δεν υποστηρίζει αποθήκευση του τύπου εικόνας : %" +"s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" -msgstr "Ανεπάρκεια μνήμης για την αποθήκευση εικόνας σε callback" +msgstr "Ανεπάρκεια μνήμης για την αποθήκευση της εικόνας στο callback" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Αποτυχία ανοίγματος προσωρινού αρχείου" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Αποτυχία ανάγνωσης από το προσωρινό αρχείο" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" -msgstr "Αδυναμία ανοίγματος του '%s' για εγγραφή: %s" +msgstr "Αποτυχία ανοίγματος του '%s' για εγγραφή: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" "s" msgstr "" -"Αδυναμία κλεισίματος του '%s' κατα την εγγραφή εικόνας, μπορεί να μην έχουν " -"αποθηκευτεί όλα τα δεδομένα: %s" +"Αποτυχία κλεισίματος του '%s' κατά την εγγραφή της εικόνας. Μπορεί να μην " +"έχουν αποθηκευτεί όλα τα δεδομένα: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" -msgstr "Ανεπάρκεια μνήμης για την αποθήκευση εικόνας στο buffer" +msgstr "Ανεπάρκεια μνήμης για την αποθήκευση της εικόνας σε ενδιάμεση μνήμη" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 -#, fuzzy +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" -msgstr "Σφάλμα κατά την εγγραφή εικόνας σε αρχείο: (%s)" +msgstr "Σφάλμα κατά την εγγραφή στη ροή της εικόνας" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " "but didn't give a reason for the failure" msgstr "" -"Εσωτερικό σφάλμα: Η λειτουργική μονάδα '%s' απέτυχε να οκλοκληρώσει τη " -"διεργασία αλλά δεν εξήγησε το λόγο της αποτυχίας" +"Εσωτερικό σφάλμα: Το άρθρωμα φόρτωσης εικόνων '%s' απέτυχε να ολοκληρώσει " +"μια ενέργεια, αλλά δεν εξήγησε το λόγο της αποτυχίας" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" -msgstr "Η αυξητική φόρτωση του τύπου εικόνας '%s' δεν υποστηρίζεται" +msgstr "Δεν υποστηρίζεται η σταδιακή φόρτωση για τον τύπο εικόνας '%s'" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Κατεστραμμένη κεφαλίδα εικόνας" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" -msgstr "'Αγνωστος τύπος αρχείου" +msgstr "Άγνωστος τύπος εικόνας" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Κατεστραμμένα δεδομένα εικονοστοιχείων εικόνας" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" -msgstr[0] "αποτυχία διάθεσης buffer εικόνας %u byte" -msgstr[1] "αποτυχία διάθεσης buffer εικόνας %u bytes" +msgstr[0] "Αποτυχία διάθεσης %u byte ως ενδιάμεσης μνήμης εικόνας" +msgstr[1] "Αποτυχία διάθεσης %u bytes ως ενδιάμεσης μνήμης εικόνας" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" -msgstr "Απρόσμενο κομμάτι εικονιδίου στην κινούμενη εικόνα" +msgstr "Μη αναμενόμενο κομμάτι εικονιδίου στην κινούμενη εικόνα" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" -msgstr "Ο τύπος κινούμενης εικόνας δεν υποστηρίζεται" +msgstr "Μη υποστηριζόμενος τύπος κινούμενης εικόνας" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Μη έγκυρη κεφαλίδα στην κινούμενη εικόνα" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" -msgstr "Ανεπάρκεια μνήμης για τη φόρτωση κινούμενης εικόνας" +msgstr "Ανεπάρκεια μνήμης για τη φόρτωση της κινούμενης εικόνας" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" -msgstr "Κακοσχηματισμένο κομμάτι στην κινούμενη εικόνα" +msgstr "Η κινούμενη εικόνα περιέχει κομμάτι εσφαλμένης μορφής" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "Ο τύπος εικόνας ΑΝΙ" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" -msgstr "Τα δεδομένα κεφαλίδας της εικόνας BMP είναι πλασματικά" +msgstr "Η εικόνα BMP περιέχει εσφαλμένα δεδομένα κεφαλίδας" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" -msgstr "Ανεπάρκεια μνήμης για τη φόρτωση εικόνας bitmap" +msgstr "Ανεπάρκεια μνήμης για τη φόρτωση της εικόνας bitmap" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" -msgstr "Δεν υποστηρίζεται η κεφαλίδα της εικόνας BMP" +msgstr "Δεν υποστηρίζεται αυτό το μέγεθος κεφαλίδας εικόνας BMP" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Δεν είναι δυνατή η συμπίεση εικόνων Topdown BMP" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Εντοπίστηκε πρόωρος τερματισμός αρχείου" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" -msgstr "Δεν είναι δυνατή η διάθεση μνήμης για την αποθήκευση αρχείου BMP" +msgstr "Αδυναμία διάθεσης μνήμης για την αποθήκευση του αρχείου BMP" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Αδυναμία εγγραφής στο αρχείο BMP" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "Ο τύπος εικόνας BMP" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" -msgstr "Αδυναμία ανάγνωσης GIF: %s" +msgstr "Αποτυχία ανάγνωσης GIF: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "" -"Λείπουν κάποια δεδομένα από το αρχείο GIF (ίσως να αποκόπηκε με κάποιο " -"τρόπο;)" +"Λείπουν κάποια δεδομένα από το αρχείο GIF (μήπως αποκόπηκαν με κάποιο τρόπο;)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" -msgstr "Εσωτερικό σφάλμα στη μονάδα φόρτωσης GIF (%s)" +msgstr "Εσωτερικό σφάλμα στην εφαρμογή φόρτωσης εικόνων GIF (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Υπερχείλιση στοίβας" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." -msgstr "Η μονάδα φόρτωσης GIF δεν αναγνωρίζει αυτήν την εικόνα." +msgstr "Η εφαρμογή φόρτωσης εικόνων GIF δεν μπορεί να αναγνωρίσει την εικόνα." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Εντοπίστηκε εσφαλμένος κώδικας" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" -msgstr "Κυκλική καταχώρηση πίνακα στο αρχείο GIF" +msgstr "Κυκλική εγγραφή πίνακα στο αρχείο GIF" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Ανεπάρκεια μνήμης για τη φόρτωση του αρχείου GIF" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" -msgstr "Ανεπάρκεια μνήμης για τη φόρτωση ενός πλαισίου σε αρχείο GIF" +msgstr "Ανεπάρκεια μνήμης για τη σύνθεση πλαισίου στο αρχείο GIF" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" -msgstr "Η εικόνα GIF είναι κατεστραμμένη (εσφαλμένη συμπίεση LZW)" +msgstr "Η εικόνα GIF είναι κατεστραμμένη (εσφαλμένη συμπίεση LZW)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Το αρχείο δε φαίνεται να είναι αρχείο GIF" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" -msgstr "Οι εκδόσεις %s του τύπου αρχείων GIF δεν υποστηρίζονται" +msgstr "Η έκδοση %s του τύπου αρχείων GIF δεν υποστηρίζεται" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." msgstr "" -"Η εικόνα GIF περιέχει δεν έχει γενικό colormap, και ένα εσωτερικό πλαίσιο " -"δεν έχει τοπικό colormap." +"Η εικόνα GIF δεν περιέχει γενικό χάρτη χρωμάτων, ενώ ένα εσωτερικό πλαίσιο " +"δεν περιέχει τοπικό χάρτη χρωμάτων." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." -msgstr "Η εικόνα GIF ήταν είτε κατεστραμμένη είτε ημιτελής." +msgstr "Η εικόνα GIF είτε ήταν ημιτελής είτε είχε αποκοπεί κάποιο κομμάτι της." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "Ο τύπος εικόνας GIF" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Μη έγκυρη κεφαλίδα στο εικονίδιο" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" -msgstr "Ανεπάρκεια μνήμης για τη φόρτωση εικονιδίου" +msgstr "Ανεπάρκεια μνήμης για τη φόρτωση του εικονιδίου" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Το εικονίδιο έχει μηδενικό πλάτος" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Το εικονίδιο έχει μηδενικό ύψος" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Δεν υποστηρίζονται συμπιεσμένα εικονίδια" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" -msgstr "Ο τύπος εικονιδίου δεν υποστηρίζεται" +msgstr "Μη υποστηριζόμενος τύπος εικονιδίου" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" -msgstr "Ανεπάρκεια μνήμης για τη φόρτωση αρχείου ICO" +msgstr "Ανεπάρκεια μνήμης για τη φόρτωση του αρχείου ICO" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Η εικόνα είναι πολύ μεγάλη για να αποθηκευτεί ως ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" -msgstr "Το hotspot του δρομέα βρίσκεται έξω από την εικόνα" +msgstr "Το επίκεντρο του δρομέα βρίσκεται έξω από την εικόνα" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" -msgstr "Μη υποστηριζόμενο βάθος για αρχείο ICO: %d" +msgstr "Μη υποστηριζόμενο βάθος στο αρχείο ICO: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "Ο τύπος εικόνας ICO" -#: gdk-pixbuf/io-icns.c:347 -#, fuzzy, c-format +#: ../gdk-pixbuf/io-icns.c:347 +#, c-format msgid "Error reading ICNS image: %s" -msgstr "Μοιραίο σφάλμα στην ανάγνωση αρχείου εικόνας PNG: %s" +msgstr "Σφάλμα κατά την ανάγνωση της εικόνας ICNS: %s" -#: gdk-pixbuf/io-icns.c:364 -#, fuzzy +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" -msgstr "Αδυναμία επιλογής αρχείου" +msgstr "Αδυναμία αποκωδικοποίησης του αρχείου ICNS" -#: gdk-pixbuf/io-icns.c:397 -#, fuzzy +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" -msgstr "Ο τύπος εικόνας ICO" +msgstr "Ο τύπος εικόνας ICNS" -#: gdk-pixbuf/io-jasper.c:75 -#, fuzzy +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" -msgstr "Αδυναμία διάθεσης μνήμης για κεφαλίδα" +msgstr "Αδυναμία διάθεσης μνήμης για τη ροή" -#: gdk-pixbuf/io-jasper.c:105 -#, fuzzy +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" -msgstr "Αδυναμία μετατροπής ονόματος αρχείου" +msgstr "Αδυναμία αποκωδικοποίησης της εικόνας" -#: gdk-pixbuf/io-jasper.c:123 -#, fuzzy +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" -msgstr "Η μεταμορφωμένη JPEG έχει μηδενικό ύψος ή πλάτος." +msgstr "Το μετασχηματισμένο JPEG 2000 έχει μηδενικό ύψος ή πλάτος." -#: gdk-pixbuf/io-jasper.c:137 -#, fuzzy +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" -msgstr "Ο τύπος εικόνας '%s' δεν υποστηρίζεται" +msgstr "Αυτός ο τύπος εικόνας δεν υποστηρίζεται προς το παρόν" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 -#, fuzzy +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" -msgstr "Δεν είναι δυνατή η διάθεση μνήμης για τη φόρτωση αρχείου JPEG" +msgstr "Αδυναμία διάθεση μνήμης για το προφίλ χρωμάτων" -#: gdk-pixbuf/io-jasper.c:182 -#, fuzzy +#: ../gdk-pixbuf/io-jasper.c:182 msgid "Insufficient memory to open JPEG 2000 file" -msgstr "Ανεπάρκεια μνήμης για το άνοιγμα αρχείου TIFF" +msgstr "Ανεπάρκεια μνήμης για το άνοιγμα του αρχείου JPEG 2000" -#: gdk-pixbuf/io-jasper.c:264 -#, fuzzy +#: ../gdk-pixbuf/io-jasper.c:264 msgid "Couldn't allocate memory to buffer image data" -msgstr "Δεν είναι δυνατή η διάθεση μνήμης για δεδομένα γραμμής" +msgstr "" +"Αδυναμία διάθεσης μνήμης για την αποθήκευση των δεδομένων της εικόνας στην " +"ενδιάμεση μνήμη" -#: gdk-pixbuf/io-jasper.c:308 +#: ../gdk-pixbuf/io-jasper.c:308 msgid "The JPEG 2000 image format" msgstr "Ο τύπος εικόνας JPEG 2000" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" -msgstr "Σφάλμα κατά την ερμηνεία αρχείου εικόνας JPEG (%s)" +msgstr "Σφάλμα κατά την ερμηνεία του αρχείου εικόνας JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" msgstr "" -"Ανεπάρκεια μνήμης για τη φόρτωση εικόνας, βγείτε από ορισμένες εφαρμογές για " -"να ελευθερώσετε μνήμη" +"Ανεπάρκεια μνήμης για τη φόρτωση της εικόνας. Δοκιμάστε να τερματίσετε " +"ορισμένες εφαρμογές για να απελευθερώσετε μνήμη" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Μη υποστηριζόμενο εύρος χρωμάτων JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" -msgstr "Δεν είναι δυνατή η διάθεση μνήμης για τη φόρτωση αρχείου JPEG" +msgstr "Αδυναμία διάθεσης μνήμης για τη φόρτωση του αρχείου JPEG" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." -msgstr "Η μεταμορφωμένη JPEG έχει μηδενικό ύψος ή πλάτος." +msgstr "Το μετασχηματισμένο JPEG έχει μηδενικό ύψος ή πλάτος." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " "parsed." msgstr "" -"Η ποιότητα JPEG πρέπει να έχει τιμή μεταξύ 0 και 100; Η τιμή '%s' δε μπορεί " -"να ερμηνευθεί." +"Η ποιότητα του JPEG πρέπει να έχει τιμή μεταξύ 0 και 100. Η τιμή '%s' δεν " +"μπορεί να ερμηνευθεί." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" -"Η ποιότητα JPEG πρέπει να έχει τιμή μεταξύ 0 και 100; Η τιμή '%d' δεν " +"Η ποιότητα του JPEG πρέπει να έχει τιμή μεταξύ 0 και 100. Η τιμή '%d' δεν " "επιτρέπεται." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1309 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Ο τύπος εικόνας JPEG" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" -msgstr "Αδυναμία διάθεσης μνήμης για κεφαλίδα" +msgstr "Αδυναμία διάθεσης μνήμης για την κεφαλίδα" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" -msgstr "Αδυναμία διάθεσης μνήμης για context struct" +msgstr "Αδυναμία διάθεσης μνήμης για τη σχετική ενδιάμεση μνήμη" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" -msgstr "Η εικόνα έχει μη έγκυρο ύψος ή/και πλάτος" +msgstr "Μη έγκυρο ύψος ή/και πλάτος εικόνας" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" -msgstr "Δεν υποστηρίζεται το bpp της εικόνας" +msgstr "Εικόνα με μη υποστηριζόμενο bpp" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" -msgstr "Δεν υποστηρίζεται ο αριθμός των %d-bit planes της εικόνας" +msgstr "Εικόνα με μη υποστηριζόμενο αριθμό επιφανειών %d-bit" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" -msgstr "Αδυναμία δμιουργίας νέου pixbuf" +msgstr "Αδυναμία δημιουργίας νέου pixbuf" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" -msgstr "Δεν είναι δυνατή η διάθεση μνήμης για δεδομένα γραμμής" +msgstr "Αδυναμία διάθεσης μνήμης για τα δεδομένα των γραμμών" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" -msgstr "Δεν είναι δυνατή η διάθεση μνήμης για paletted δεδομένα " +msgstr "Δεν είναι δυνατή η διάθεση μνήμης για τα δεδομένα σε παλέτα" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" -msgstr "Αδυναμία λήψης όλων των γραμμών από εικόνα PCX" +msgstr "Αδυναμία λήψης όλων των γραμμών της εικόνας PCX" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" -msgstr "Δεν βρέθηκε παλέτα στο τέός των δεδομένων PCX" +msgstr "Δε βρέθηκε παλέτα στο τέλος των δεδομένων PCX" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "Ο τύπος εικόνας PCX" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." -msgstr "Τα bits ανά κανάλι της εικόνας PNG δεν είναι έγκυρα." +msgstr "Μη έγκυρος αριθμός bits ανά κανάλι στην εικόνα PNG." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." -msgstr "Η μεταμορφωμένη PNG έχει μηδενικό ύψος ή πλάτος." +msgstr "Το μετασχηματισμένο PNG έχει μηδενικό ύψος ή πλάτος." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." -msgstr "Τα bits ανά κανάλι της μεταμορφωμένης PNG δεν είναι 8." +msgstr "Τα bits ανά κανάλι του μετασχηματισμένου PNG δεν είναι 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." -msgstr "Η μεταμορφωμένη PNG δεν είναι RGB ή RGBA." +msgstr "Το μετασχηματισμένο PNG δεν είναι RGB ή RGBA." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" -"Η μεταμορφωμένη PNG περιέχει αριθμό καναλιών που δεν υποστηρίζονται, θα " -"πρέπει να είναι 3 ή 4." +"Το μετασχηματισμένο PNG περιέχει μη υποστηριζόμενο αριθμό καναλιών· θα " +"έπρεπε να είναι 3 ή 4." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Μοιραίο σφάλμα στο αρχείο εικόνας PNG: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" -msgstr "Ανεπάρκεια μνήμης για τη φόρτωση αρχείου PNG" +msgstr "Ανεπάρκεια μνήμης για τη φόρτωση του αρχείου PNG" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " "applications to reduce memory usage" msgstr "" -"Ανεπάρκεια μνήμης για την αποθήκευση %ld από %ld της εικόνας, βγείτε από " -"ορισμένες εφαρμογές για να ελαττώσετε το ποσό μνήμης που χρησιμοποιείται" +"Ανεπάρκεια μνήμης για την αποθήκευση εικόνας %ld επί %ld. Δοκιμάστε να " +"τερματίσετε μερικές εφαρμογές για να απελευθερώσετε μνήμη" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" -msgstr "Μοιραίο σφάλμα στην ανάγνωση αρχείου εικόνας PNG" +msgstr "Μοιραίο σφάλμα κατά την ανάγνωση του αρχείου εικόνας PNG" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" -msgstr "Μοιραίο σφάλμα στην ανάγνωση αρχείου εικόνας PNG: %s" +msgstr "Μοιραίο σφάλμα κατά την ανάγνωση του αρχείου εικόνας PNG: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" -"Τα κλειδιά για PNG text chunks θα πρέπει να έχουν το ελάχιστο 1 και το " -"μέγιστο 79 χαρακτήρες." +"Τα κλειδιά για τα κομμάτια κειμένου του PNG θα πρέπει να περιέχουν " +"τουλάχιστον 1 και όχι περισσότερους από 79 χαρακτήρες." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." -msgstr "Τα κλειδιά για PNG text chunks θα πρέπει να είναι χαρακτήρες ASCII." +msgstr "" +"Τα κλειδιά για τα κομμάτια κειμένου του PNG θα πρέπει να απαρτίζονται από " +"χαρακτήρες ASCII." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " "be parsed." msgstr "" -"Η ποιότητα συμπίεσης PNG πρέπει να έχει τιμή μεταξύ 0 και 9; Η τιμή '%s' δε " -"μπορεί να ερμηνευθεί." +"Η ποιότητα συμπίεσης του PNG πρέπει να έχει τιμή μεταξύ 0 και 9. Η τιμή '%s' " +"δεν μπορεί να ερμηνευτεί." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " "allowed." msgstr "" -"Η ποιότητα συμπίεσης PNG πρέπει να έχει τιμή μεταξύ 0 και 9; Η τιμή '%d' " +"Η ποιότητα συμπίεσης του PNG πρέπει να έχει τιμή μεταξύ 0 και 9. Η τιμή '%d' " "δεν επιτρέπεται." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" -"Η τιμή για PNG text chunk %s δε μπορεί να μετατραπεί σε κωδικοποίηση ISO-" -"8859-1." +"Η τιμή του κομματιού κειμένου του PNG %s δεν μπορεί να μετατραπεί σε " +"κωδικοποίηση ISO-8859-1." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "O τύπος εικόνας PNG" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" -msgstr "Ο εκκινητής PNM περίμενε να βρει ένα integer, αλλά δε βρήκε" +msgstr "" +"Η εφαρμογή φόρτωσης εικόνων PNM ανέμενε ακέραιο αριθμό, αλλά δεν τον βρήκε" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" -msgstr "Το αρχείο PNM έχει μη έγκυρο αρχικό byte" +msgstr "Το αρχείο PNM περιέχει εσφαλμένο αρχικό byte" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" -msgstr "Το αρχείο PNM δεν έχει ένα αναγνωρίσιμο PNM subformat " +msgstr "Ο τύπος του αρχείου PNM δεν είναι αναγνωρίσιμος τύπος PNM" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" -msgstr "Το αρχείο PNM έχει μια εικόνα με πλάτος 0" +msgstr "Το πλάτος εικόνας του αρχείου PNM είναι 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" -msgstr "Το αρχείο PNM έχει μια εικόνα με ύψος 0" +msgstr "Το ύψος εικόνας του αρχείου PNM είναι 0" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Η μέγιστη τιμή χρώματος στο αρχείο PNM είναι 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Η μέγιστη τιμή χρώματος στο αρχείο PNM είναι πολύ μεγάλη" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" -msgstr "Μη έγκυρος raw τύπος εικόνας PNM" +msgstr "Μη έγκυρος τύπος ακατέργαστης εικόνας PNM" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" -msgstr "Ο εκκινητής αρχείου PNM δεν υποστηρίζει αυτό το PNM subformat" +msgstr "Η εφαρμογή φόρτωσης εικόνων PNM δεν υποστηρίζει αυτόν τον τύπο PNM" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" -msgstr "Οι τύποι raw PNM απαιτούν ακριβώς ένα whitespace πριν από sample data" +msgstr "" +"Οι ακατέργαστοι τύποι PNM πρέπει να περιέχουν ακριβώς ένα κενό διάστημα πριν " +"από τα δεδομένα του δείγματος" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" -msgstr "Δεν είναι δυνατή η διάθεση μνήμης για τη φόρτωση εικόνας PNM" +msgstr "Αδυναμία διάθεσης μνήμης για τη φόρτωση της εικόνας PNM" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" -msgstr "Ανεπάρκεια μνήμης για τη φόρτωση PNM context struct" +msgstr "Ανεπάρκεια μνήμης για τη φόρτωση της δομής περιεχομένων του PNΜ" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" -msgstr "Απρόσμενος τερματισμός δεδομένων εικόνας PNM " +msgstr "Μη αναμενόμενος τερματισμός των δεδομένων της εικόνας PNM" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" -msgstr "Ανεπάρκεια μνήμης για τη φόρτωση αρχείου PNM" +msgstr "Ανεπάρκεια μνήμης για τη φόρτωση του αρχείου PNM" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" -msgstr "Η οικογένεια τύπου εικόνας PNM/PBM/PGM/PPM" +msgstr "Η οικογένεια τύπων εικόνας PNM/PBM/PGM/PPM" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" -msgstr "Η εικόνα RAS έχει πλαστά δεδομένα κεφαλίδας" +msgstr "Η εικόνα RAS περιέχει εσφαλμένα δεδομένα κεφαλίδας" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "Άγνωστος τύπος εικόνας RAS" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" -msgstr "η ποικιλία εικόνας RAS δεν υποστηρίζεται" +msgstr "μη υποστηριζόμενη παραλλαγή εικόνας RAS" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" -msgstr "Ανεπάρκεια μνήμης για τη φόρτωση εικόνας RAS " +msgstr "Ανεπάρκεια μνήμης για τη φόρτωση της εικόνας RAS" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Ο τύπος εικόνας Sun raster" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" -msgstr "Δεν είναι δυνατή η διάθεση μνήμης για IOBuffer struct" +msgstr "Αδυναμία διάθεσης μνήμης για τη δομή του IOBuffer" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" -msgstr "Δεν είναι δυνατή η διάθεση μνήμης για δεδομένα IOBuffer" +msgstr "Αδυναμία διάθεσης μνήμης για τα δεδομένα του IOBuffer" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" -msgstr "Δεν είναι δυνατή η αναδιανομή δεδομένων IOBuffer" +msgstr "Αδυναμία αλλαγής της διάθεσης μνήμης για το IOBuffer" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" -msgstr "Δεν είναι δυνατή η διάθεση δεδομένων προσωρινού IOBuffer" +msgstr "Αδυναμία διάθεσης μνήμης για τα προσωρινά δεδομένα του IOBuffer" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" -msgstr "Αδυναμία διάθεσης νέου pixbuf" +msgstr "Αδυναμία διάθεσης μνήμης για το νέο pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" -msgstr "Αδυναμία διάθεσης δομής colormap" +msgstr "Αδυναμία διάθεσης μνήμης για τη δομή του χάρτη χρωμάτων" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" -msgstr "Αδυναμία διάθεσης εγγραφών colormap" +msgstr "Αδυναμία διάθεσης μνήμης για τις εγγραφές του χάρτη χρωμάτων" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" -msgstr "Απρόσμενο bitdepth εγγραφών colormap" +msgstr "Μη αναμενόμενο βάθος χρωμάτων στις εγγραφές του χάρτη χρωμάτων" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" -msgstr "Αδυναμία διάθεσης μνήμης για κεφαλίδα TGA " +msgstr "Αδυναμία διάθεσης μνήμης για την κεφαλίδα του TGA" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "Η εικόνα TGA δεν έχει έγκυρες διαστάσεις" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" -msgstr "Δεν υποστηρίζεται αυτός ο τύπος της εικόνας TGA" +msgstr "Ο τύπος εικόνας TGA δεν υποστηρίζεται" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" -msgstr "Αδυναμία διάθεσης μνήμης για TGA context struct" +msgstr "Αδυναμία διάθεσης μνήμης για τη δομή περιεχομένων του TGA" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" -msgstr "Υπέρβαση δεδομένων στο αρχείο" +msgstr "Περίσσεια δεδομένων στο αρχείο" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" -msgstr "Ο τύπος εικόνας Targa " +msgstr "Ο τύπος εικόνας Targa" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" -msgstr "Δεν είναι δυνατή η λήψη πλάτους εικόνας (bad TIFF file)" +msgstr "Αδυναμία λήψης του πλάτους της εικόνας (εσφαλμένο αρχείο TIFF)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" -msgstr "Δεν είναι δυνατή η λήψη ύψους εικόνας (bad TIFF file)" +msgstr "Αδυναμία λήψης του ύψους της εικόνας (εσφαλμένο αρχείο TIFF)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "Το ύψος ή το πλάτος της εικόνας TIFF είναι μηδενικό" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Οι διαστάσεις της εικόνας TIFF είναι πολύ μεγάλες" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" -msgstr "Ανεπάρκεια μνήμης για το άνοιγμα αρχείου TIFF" +msgstr "Ανεπάρκεια μνήμης για το άνοιγμα του αρχείου TIFF" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" -msgstr "Αποτυχία φόρτωσης δεδομένων RGB από το αρχείο TIFF" +msgstr "Αποτυχία φόρτωσης των δεδομένων RGB από το αρχείο TIFF" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" -msgstr "Αποτυχία ανοίγματος εικόνας TIFF" +msgstr "Αποτυχία ανοίγματος της εικόνας TIFF" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "Αποτυχία ενέργειας TIFFClose" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" -msgstr "Αποτυχία φόρτωσης εικόνας TIFF" +msgstr "Αποτυχία φόρτωσης της εικόνας TIFF" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" -msgstr "Αποτυχία αποθήκευσης εικόνας TIFF" +msgstr "Αποτυχία αποθήκευσης της εικόνας TIFF" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" -msgstr "Αποτυχία εγγραφής δεδομένων TIFF" +msgstr "Αποτυχία εγγραφής των δεδομένων TIFF" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Αδυναμία εγγραφής στο αρχείο TIFF" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "Ο τύπος εικόνας TIFF" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Η εικόνα έχει μηδενικό πλάτος" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Η εικόνα έχει μηδενικό ύψος" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" -msgstr "Ανεπάρκεια μνήμης για τη φόρτωση εικόνας" +msgstr "Ανεπάρκεια μνήμης για τη φόρτωση της εικόνας" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Αποτυχία αποθήκευσης των υπολοίπων" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "Ο τύπος εικόνας WBMP" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" -msgstr "Μη έγκυρο αρχείο XBM " +msgstr "Μη έγκυρο αρχείο XBM" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" -msgstr "Ανεπάρκεια μνήμης για τη φόρτωση αρχείου εικόνας XBM" +msgstr "Ανεπάρκεια μνήμης για τη φόρτωση του αρχείου εικόνας XBM" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" -msgstr "Αποτυχία εγγραφής στο προσωρινό αρχείο κατα τη φόρτωση εικόνας XBM" +msgstr "Αποτυχία εγγραφής σε προσωρινό αρχείο κατά τη φόρτωση της εικόνας XBM" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "Ο τύπος εικόνας XBM" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Δε βρέθηκε κεφαλίδα XBM" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" -msgstr "Μη έγκυρη κεαφλίδα XBM " +msgstr "Μη έγκυρη κεφαλίδα XBM" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "Το αρχείο XPM έχει πλάτος εικόνας <= 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "Το αρχείο XPM έχει ύψος εικόνας <= 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" -msgstr "Το αρχείο XPM έχει μη έγκυρο αριθμό χαρακτήρων ανά εικονοστοιχείο" +msgstr "Το αρχείο XPM περιέχει μη έγκυρο αριθμό χαρακτήρων ανά εικονοστοιχείο" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" -msgstr "Το αρχείο XPM έχει μη έγκυρο αριθμό χρωμάτων" +msgstr "Το αρχείο XPM περιέχει μη έγκυρο αριθμό χρωμάτων" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" -msgstr "Αδυναμία διάθεσης μνήμης για τη φόρτωση εικόνας XPM" +msgstr "Αδυναμία διάθεσης μνήμης για τη φόρτωση της εικόνας XPM" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" -msgstr "Αδυναμία ανάγνωσης XPM colormap" +msgstr "Αδυναμία ανάγνωσης του χάρτη χρωμάτων XPM" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" -msgstr "Αποτυχία εγγραφής στον προσωρινό αρχείο κατά τη φόρτωση εικόνας XBM" +msgstr "Αποτυχία εγγραφής σε προσωρινό αρχείο κατά τη φόρτωση της εικόνας XPM" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "Ο τύπος εικόνας XPM" -#: gdk-pixbuf/io-gdip-emf.c:59 -#, fuzzy +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" -msgstr "Ο τύπος εικόνας BMP" +msgstr "Ο τύπος εικόνας EMF" -#: gdk-pixbuf/io-gdip-utils.c:220 -#, fuzzy, c-format +#: ../gdk-pixbuf/io-gdip-utils.c:220 +#, c-format msgid "Could not allocate memory: %s" -msgstr "Αδυναμία διάθεσης μνήμης για κεφαλίδα" +msgstr "Αδυναμία διάθεσης μνήμης: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 -#, fuzzy, c-format +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 +#, c-format msgid "Could not create stream: %s" -msgstr "Σφάλμα μετονομασίας %s σε %s: %s\n" +msgstr "Αδυναμία δημιουργίας ροής: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 -#, fuzzy, c-format +#: ../gdk-pixbuf/io-gdip-utils.c:259 +#, c-format msgid "Could not seek stream: %s" -msgstr "Αδυναμία αφαίρεσης αντικειμένου" +msgstr "Αδυναμία αναζήτησης μέσα στη ροή: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 -#, fuzzy, c-format +#: ../gdk-pixbuf/io-gdip-utils.c:271 +#, c-format msgid "Could not read from stream: %s" -msgstr "Σφάλμα μετονομασίας %s σε %s: %s\n" +msgstr "Αδυναμία ανάγνωσης από τη ροή: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 -#, fuzzy +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" -msgstr "Αδυναμία μετατροπής ονόματος αρχείου" +msgstr "Αδυναμία φόρτωσης του bitmap" -#: gdk-pixbuf/io-gdip-utils.c:838 -#, fuzzy +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" -msgstr "Αδυναμία μετατροπής ονόματος αρχείου" +msgstr "Αδυναμία φόρτωσης του αρχείου μεταδεδομένων" -#: gdk-pixbuf/io-gdip-utils.c:997 -#, fuzzy +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" -msgstr "η ποικιλία εικόνας RAS δεν υποστηρίζεται" +msgstr "Μη υποστηριζόμενος τύπος εικόνας για το GDI+" -#: gdk-pixbuf/io-gdip-utils.c:1004 -#, fuzzy +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" -msgstr "Αποτυχία αποθήκευσης των υπολοίπων" +msgstr "Αποτυχία αποθήκευσης" -#: gdk-pixbuf/io-gdip-wmf.c:58 -#, fuzzy +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" -msgstr "Ο τύπος εικόνας WBMP" +msgstr "Ο τύπος εικόνας WMF" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" -msgstr "Don't batch GDI requests" +msgstr "Να μην ομαδοποιούνται τα αιτήματα του GDI" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" -msgstr "Να μην γίνεται χρήση Wintab API για υποστήριξη tablet" +msgstr "Να μη χρησιμοποιείται το Wintab API για την υποστήριξη tablet" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" -msgstr "Όμοιο όπως --no-wintab" +msgstr "Το ίδιο με το --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" -msgstr "Να μην γίνεται χρήση Wintab API [προειλογή]" +msgstr "Να χρησιμοποιείται το Wintab API [προεπιλογή]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" -msgstr "Μέγεθος της παλέτας σε λειτουργία 8 bit " +msgstr "Μέγεθος της παλέτας σε λειτουργία 8 bit" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "ΧΡΩΜΑΤΑ" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" -msgstr "Make X calls synchronous" +msgstr "Να είναι σύγχρονες οι κλήσεις X" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 -#, fuzzy, c-format +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 +#, c-format msgid "Starting %s" -msgstr "Εκτύπωση %d" +msgstr "Εκκίνηση %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 -#, fuzzy, c-format +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 +#, c-format msgid "Opening %s" -msgstr "Άνοιγμα '%s'" +msgstr "Άνοιγμα %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Άνοιγμα %d αρχείου" +msgstr[1] "Άνοιγμα %d αρχείων" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: ../gtk/gtkaboutdialog.c:267 ../gtk/gtkaboutdialog.c:2121 msgid "License" msgstr "Άδεια χρήσης" -#: gtk/gtkaboutdialog.c:268 +#: ../gtk/gtkaboutdialog.c:268 msgid "The license of the program" msgstr "Η άδεια χρήσης του προγράμματος" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: ../gtk/gtkaboutdialog.c:508 msgid "C_redits" msgstr "Μ_νεία" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: ../gtk/gtkaboutdialog.c:522 msgid "_License" msgstr "Ά_δεια χρήσης" -#: gtk/gtkaboutdialog.c:790 +#: ../gtk/gtkaboutdialog.c:790 #, c-format msgid "About %s" msgstr "Περί %s" -#: gtk/gtkaboutdialog.c:2045 +#: ../gtk/gtkaboutdialog.c:2045 msgid "Credits" msgstr "Μνεία" -#: gtk/gtkaboutdialog.c:2074 +#: ../gtk/gtkaboutdialog.c:2074 msgid "Written by" msgstr "Γράφτηκε από" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Documented by" msgstr "Τεκμηρίωση από" -#: gtk/gtkaboutdialog.c:2089 +#: ../gtk/gtkaboutdialog.c:2089 msgid "Translated by" msgstr "Μετάφραση από" -#: gtk/gtkaboutdialog.c:2093 +#: ../gtk/gtkaboutdialog.c:2093 msgid "Artwork by" msgstr "Γραφικά από" @@ -1279,88 +1263,85 @@ msgstr "Γραφικά από" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" -msgstr "" +msgstr "Shift" #. This is the text that should appear next to menu accelerators #. * that use the control key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" -msgstr "" +msgstr "Ctrl" #. This is the text that should appear next to menu accelerators #. * that use the alt key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" -msgstr "" +msgstr "Alt" #. This is the text that should appear next to menu accelerators #. * that use the super key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 -#, fuzzy +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" -msgstr "Χαρτί" +msgstr "Super" #. This is the text that should appear next to menu accelerators #. * that use the hyper key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 -#, fuzzy +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" -msgstr "Χαρτί" +msgstr "Hyper" #. This is the text that should appear next to menu accelerators #. * that use the meta key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" -msgstr "" +msgstr "Meta" -#: gtk/gtkaccellabel.c:715 -#, fuzzy +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" -msgstr "_Αντικατάσταση" +msgstr "Διάστημα" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" -msgstr "" +msgstr "Ανάποδη κάθετος" -#: gtk/gtkbuilderparser.c:340 +#: ../gtk/gtkbuilderparser.c:340 #, c-format msgid "Invalid type function: `%s'" -msgstr "Μη έγκυρο όνομα λειτουργίας: `%s'" +msgstr "Μη έγκυρος τύπος συνάρτησης: '%s'" -#: gtk/gtkbuilderparser.c:837 +#: ../gtk/gtkbuilderparser.c:837 #, c-format msgid "Invalid root element: '%s'" -msgstr "Μη έγκυρο στοιχείο root: '%s'" +msgstr "Μη έγκυρο γονικό στοιχείο: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: ../gtk/gtkbuilderparser.c:876 #, c-format msgid "Unhandled tag: '%s'" -msgstr "Unhandled tag: '%s'" +msgstr "Μη υποστηριζόμενη ετικέτα: '%s'" #. Translate to calendar:YM if you want years to be displayed #. * before months; otherwise translate to calendar:MY. @@ -1371,7 +1352,7 @@ msgstr "Unhandled tag: '%s'" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1379,19 +1360,19 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" -msgstr "calendar:week_start:0" +msgstr "calendar:week_start:1" #. Translators: This is a text measurement template. #. * Translate it to the widest year text #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" -msgstr "" +msgstr "2000" #. Translators: this defines whether the day numbers should use #. * localized digits or the ones used in English (0123...). @@ -1403,11 +1384,11 @@ msgstr "" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" -msgstr "" +msgstr "%d" #. Translators: this defines whether the week numbers should use #. * localized digits or the ones used in English (0123...). @@ -1419,11 +1400,11 @@ msgstr "" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" -msgstr "" +msgstr "%d" #. Translators: This dictates how the year is displayed in #. * gtkcalendar widget. See strftime() manual for the format. @@ -1435,387 +1416,386 @@ msgstr "" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" -msgstr "" +msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 -#, fuzzy +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" -msgstr "Μη ενεργό" +msgstr "Ανενεργό" #. This label is displayed in a treeview cell displaying #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: ../gtk/gtkcellrendereraccel.c:376 ../gtk/gtkcellrendereraccel.c:588 msgid "New accelerator..." msgstr "Νέα συντόμευση..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" -msgstr "" +msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Επιλογή χρώματος" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" -msgstr "Λήφθηκαν μη έγκυρα δεδομένα χρώματος\n" +msgstr "Ελήφθησαν μη έγκυρα δεδομένα χρώματος\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." msgstr "" "Επιλέξτε το χρώμα που επιθυμείτε από τον εξωτερικό δακτύλιο. Επιλέξτε τη " -"διαβάθμιση φωτεινότητας του χρώματος με τη χρήση του εσωτερικού τριγώνου." +"διαβάθμιση φωτεινότητας του χρώματος από το εσωτερικό τρίγωνο." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." msgstr "" -"Πατήστε στο eyedropper, και μετά πατήστε σε ένα χρώμα οπουδήποτε στην οθόνη " -"για να επιλέξετε αυτό το χρώμα." +"Πατήστε το σταγονόμετρο, και μετά κάντε κλικ πάνω σε ένα χρώμα οπουδήποτε " +"στην οθόνη, για να επιλέξετε αυτό το χρώμα." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" -msgstr "Α_πόχρωση:" +msgstr "Απόχ_ρωση:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." -msgstr "Θέση του δρομέα χρώματος." +msgstr "Θέση στο χρωματικό τροχό." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "Κ_ορεσμός:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "\"Βάθος\" του χρώματος." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Τιμή:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Φωτεινότητα του χρώματος." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Κόκκινο:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Ποσότητα κόκκινου φωτός στο χρώμα." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Πράσινο:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Ποσότητα πράσινου φωτός στο χρώμα." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Μπλε:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Ποσότητα μπλε φωτός στο χρώμα." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "Α_διαφάνεια:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Διαφάνεια του χρώματος." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" -msgstr "Όνομα _χρώματος:" +msgstr "Όνομα _χρώματος:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." msgstr "" -"Μπορείτε να εισάγετε μια τιμή hexadecimal σε στυλ HTML, ή απλά ένα " -"όνομαχρώματος όπως 'orange'." +"Εδώ μπορείτε να εισάγετε δεκαεξαδική τιμή τύπου HTML ή απλά ένα όνομα " +"χρώματος, όπως 'orange'." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "Πα_λέτα:" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" -msgstr "Χρώμα τροχού" +msgstr "Χρωματικός τροχός" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " "current by dragging it to the other color swatch alongside." msgstr "" -"Το χρώμα που επιλέχθηκε πριν σε σύγκριση με το χρώμα που επιλέγετε τώρα. " -"Μπορείτε να σύρετε το χρώμα σε μια καταχώριση της παλλέτας ή να επιλέξετε το " -"χρώμα ως το τρέχον με το να το σύρετε στη θέση του άλλου χρώματος." +"Το προηγούμενο χρώμα, συγκρινόμενο με το νέο χρώμα που επιλέγετε τώρα. " +"Μπορείτε να το σύρετε σε μια θέση της παλέτας για να το αποθηκεύσετε, ή να " +"το σύρετε πάνω στο διπλανό χρώμα για να το επαναφέρετε ως τρέχον." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." msgstr "" -"Το χρώμα που επιλέξατε. Μπορείτε να σύρετε το χρώμα σε μια καταχώριση της " -"παλέτας για να το αποθηκεύσετε και να το χρησιμοποιείτε στο μέλλον." +"Το χρώμα που επιλέξατε. Μπορείτε να σύρετε το χρώμα σε μια θέση της παλέτας " +"για να το αποθηκεύσετε και να το χρησιμοποιείτε στο μέλλον." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Αποθήκευση χρώματος εδώ" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" msgstr "" -"Πατήστε σε αυτή την καταχώριση της παλέτας για να το επιλέξετε ως το τρέχον " -"χρώμα. Για να αλλάξετε αυτή την καταχώριση σύρετε ένα χρώμα εδώ ή κάντε δεξί " -"κλικ και επιλέξτε \"Αποθήκευση χρώματος εδώ.\"" +"Κάντε κλικ σε αυτό το χρώμα της παλέτας για να το επιλέξετε ως τρέχον. Για " +"να το αλλάξετε, σύρετε ένα νέο χρώμα στη θέση αυτή, ή κάντε δεξί κλικ και " +"επιλέξτε \"Αποθήκευση χρώματος εδώ.\"" -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" -msgstr "Επιλογή χρώματος" +msgstr "Επιλογή χρωμάτων" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7766 msgid "Input _Methods" msgstr "_Μέθοδοι εισαγωγής" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7780 msgid "_Insert Unicode Control Character" -msgstr "_Εισαγωγή χαρακτήρα Unicode control" +msgstr "_Εισαγωγή χαρακτήρα ελέγχου Unicode" -#: gtk/gtkentry.c:9797 -#, fuzzy +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" -msgstr "Άνοιγμα _τοποθεσίας" +msgstr "Είναι πατημένο το Caps Lock" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" -msgstr "Επιλογή ενός αρχείου" +msgstr "Επιλογή αρχείου" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Επιφάνεια εργασίας" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" -msgstr "(κανένα)" +msgstr "(Κανένα)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." -msgstr "Άλλο..." +msgstr "Άλλο…" -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" -msgstr "Αδυναμία λήψης πληροφοριών για το αρχείο" +msgstr "Αδυναμία ανάκτησης πληροφοριών για το αρχείο" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" -msgstr "Αποτυχία πρoσθήκης ενός σελιδοδείκτη" +msgstr "Αδυναμία προσθήκης σελιδοδείκτη" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Αδυναμία αφαίρεσης σελιδοδείκτη" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" -msgstr "Δεν είναι δυνατή η δημιουργία του φακέλου" +msgstr "Αδυναμία δημιουργίας φακέλου" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." msgstr "" -"Δεν είναι δυνατή η δημιουργία φακέλου, επειδή υπάρχει ένα αρχείο με τοίδιο " -"όνομα. Χρησιμοποιήστε ένα διαφορετικό όνο,α, η μετονομάστε το αρχείο πρώτα." +"Δεν ήταν δυνατή η δημιουργία του φακέλου, επειδή υπάρχει ήδη αρχείο με αυτό " +"το όνομα. Χρησιμοποιήστε διαφορετικό όνομα για το φάκελο, ή μετονομάστε " +"πρώτα το αρχείο." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Μη έγκυρο όνομα αρχείου" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" -msgstr "Τα περιεχόμενα του φακέλου δεν μπορούν να προβληθούν" +msgstr "Αδυναμία προβολής των περιεχομένων του φακέλου" #. Translators: the first string is a path and the second string #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" -msgstr "%1$s σε %2$s" +msgstr "%1$s στο %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Αναζήτηση" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Πρόσφατα" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" -msgstr "Επιλέξτε το τύπο των αρχείων που θα προβάλλονται" +msgstr "Επιλέξτε τους τύπους αρχείων που θα προβάλλονται" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Προσθήκη του φακέλου '%s' στους σελιδοδείκτες" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Προσθήκη του τρέχοντος φακέλου στους σελιδοδείκτες" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Προσθήκη των επιλεγμένων φακέλων στους σελιδοδείκτες" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Αφαίρεση του σελιδοδείκτη '%s'" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Αφαίρεση" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Μετονομασία..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Τοποθεσίες" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Τοποθεσίες" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" -msgstr "_Προσθήκη" +msgstr "Προσ_θήκη" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Προσθήκη του επιλεγμένου φακέλου στους σελιδοδείκτες" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" -msgstr "_Αφαίρεση" +msgstr "Α_φαίρεση" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Αφαίρεση του επιλεγμένου σελιδοδείκτη" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Αδυναμία επιλογής αρχείου" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "Προσ_θήκη στους σελιδοδείκτες" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Προβολή _κρυφών αρχείων" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" -msgstr "" +msgstr "Προβολή στήλης _μεγέθους" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Αρχεία" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Όνομα" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Μέγεθος" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Τροποποιήθηκε" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" -msgstr "Ό_νομα:" +msgstr "Όν_ομα:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" -msgstr "Περιήγηση για άλλους φακέλους" +msgstr "Πε_ριήγηση σε άλλους φακέλους" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" -msgstr "Εισάγετε ένα όνομα όνομα αρχείου" +msgstr "Εισάγετε όνομα αρχείου" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" -msgstr "Δημιουργία _φακέλου" +msgstr "Δημιουργία φα_κέλου" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Τοποθεσία:" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" -msgstr "Αποθήκευση σε _φάκελο:" +msgstr "Αποθήκευση στο _φάκελο:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" -msgstr "Δημιουργία σε _φάκελο:" +msgstr "Δημιουργία μέσα στο _φάκελο:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" -msgstr "Αποτυχία αλλαγής στο φάκελο γιατί δεν είναι τοπικός" +msgstr "Αποτυχία μετάβασης στο φάκελο, γιατί δεν είναι τοπικός" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" -msgstr "Η συντόμευση %s υπάρχει ήδη" +msgstr "Υπάρχει ήδη συντόμευση %s" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" -msgstr "Η συντόμευση %s δεν υπάρχει." +msgstr "Δεν υπάρχει συντόμευση %s" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" -msgstr "Ένα αρχείο με το όνομα \"%s\" υπάρχει ήδη. Θέλετε να αντικασταθεί;" +msgstr "Υπάρχει ήδη αρχείο με το όνομα \"%s\". Θέλετε να αντικασταθεί;" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." @@ -1823,137 +1803,134 @@ msgstr "" "Το αρχείο υπάρχει ήδη στο \"%s\". Η αντικατάσταση του θα αντικαταστήσει και " "τα περιεχόμενα του." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Αντικατάσταση" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Αποτυχία εκκίνησης της διεργασίας αναζήτησης" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." msgstr "" -"Το πρόγραμμα δεν κατάφερε να συνδεθεί με τον δαίμονα καταλογοποίησης " -"(indexer daemon). Βεβαιωθείτε ότι εκτελείται." +"Το πρόγραμμα δεν κατάφερε να συνδεθεί με την υπηρεσία δημιουργίας " +"ευρετηρίων. Βεβαιωθείτε ότι η υπηρεσία εκτελείται." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" -msgstr "Αποτυχία αποστολής του αιτήματος αναζήτησης" +msgstr "Αδυναμία αποστολής του αιτήματος αναζήτησης" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "Ανα_ζήτηση" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" -msgstr "Αδυναμία προσάρτησης %s" +msgstr "Αδυναμία προσάρτησης του %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Πληκτρολογήστε το όνομα του νέου φακέλου" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Άγνωστο" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" -msgstr "" +msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" -msgstr "Χθες στις %H:%M" +msgstr "Χθες, στις %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 -#, fuzzy +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" -msgstr "Μη έγκυρο URI" +msgstr "Μη έγκυρη διαδρομή" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" -msgstr "" +msgstr "Δε βρέθηκε" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 -#, fuzzy +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" -msgstr "Επιλογή χρώματος" +msgstr "Μοναδική αντιστοιχία" #. translators: this text is shown when the text in a file chooser #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" -msgstr "" +msgstr "Μη μοναδική αντιστοιχία" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." -msgstr "" +msgstr "Αντιστοίχιση..." #. hostnames in a local_only file chooser? user error #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" -msgstr "" +msgstr "Επιτρέπεται να επιλέγετε μόνο τοπικά αρχεία" #. Another option is to complete the hostname based on the remote volumes that are mounted #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" -msgstr "" +msgstr "Ημιτελές όνομα. Προσθέστε '/' στο τέλος" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 -#, fuzzy +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" -msgstr "Η συντόμευση %s δεν υπάρχει." +msgstr "Δεν υπάρχει η διαδρομή" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" -msgstr "Σφάλμα δημιουργίας καταλόγου '%s': %s " +msgstr "Σφάλμα κατά τη δημιουργία του φακέλου '%s': %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Φάκελοι" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "Φάκ_ελοι" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Αρχεία" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" -msgstr "Μη αναγνώσιμος φάκελος: %s" +msgstr "Αδυναμία ανάγνωσης φακέλου: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1961,112 +1938,109 @@ msgid "" "Are you sure that you want to select it?" msgstr "" "Το αρχείο \"%s\" βρίσκεται σε άλλο υπολογιστή (που ονομάζεται %s) και μπορεί " -"να μην είναι διαθέσιμο στο πρόγραμμα.\n" -"Είστε σίγουροι ότι θέλετε να το επιλέξετε;" +"να μην είναι διαθέσιμο για αυτό το πρόγραμμα.\n" +"Είστε βέβαιοι ότι θέλετε να το επιλέξετε;" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Νέος φάκελος" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "Δια_γραφή αρχείου" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Μετονομασία αρχείου" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" -msgstr "" -"Το όνομα αρχείου \"%s\" περιέχει σύμβολα που δεν επιτρέπονται σε ονόματα " -"αρχείου" +msgstr "Το όνομα φακέλου \"%s\" περιέχει σύμβολα που δεν επιτρέπονται" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Νέος φάκελος" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "Όνομα _φακέλου:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "Δη_μιουργία" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" -msgstr "" -"Το όνομα αρχείου \"%s\" περιέχει σύμβολα που δεν επιτρέπονται σε ονόματα " -"αρχείου" +msgstr "Το όνομα αρχείου \"%s\" περιέχει σύμβολα που δεν επιτρέπονται" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" -msgstr "Σφάλμα διαγραφής αρχείου '%s': %s" +msgstr "Σφάλμα κατά τη διαγραφή του αρχείου '%s': %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" -msgstr "Είστε σίγουροι για τη διαγραφή του αρχείου \"%s\";" +msgstr "Σίγουρα θέλετε να διαγραφεί το αρχείο \"%s\";" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Διαγραφή αρχείου" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" -msgstr "Σφάλμα μετονομασίας αρχείου σε \"\"%s\": %s" +msgstr "Σφάλμα κατά τη μετονομασία του αρχείου σε \"%s\": %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" -msgstr "Σφάλμα μετονομασίας αρχείου \"%s\": %s" +msgstr "Σφάλμα κατά τη μετονομασία του αρχείου \"%s\": %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" -msgstr "Σφάλμα μετονομασίας αρχείου \"%s\" σε \"%s\": %s" +msgstr "Σφάλμα κατά τη μετονομασία του αρχείου \"%s\" σε \"%s\": %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Μετονομασία αρχείου" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" -msgstr "Μετονομασία αρχείου \"%s\" σε:" +msgstr "Μετονομασία του αρχείου \"%s\" σε:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Μετονομασία" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Επιλογή: " -#: gtk/gtkfilesel.c:3048 +#: ../gtk/gtkfilesel.c:3048 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -"Το όνομα αρχείου \"%s\" δε μπορεί να μετατραπεί σε UTF-8 (προσπαθήστε να " -"ρυθμίσετε το environment variable G_FILENAME_ENCODING): %s" +"Δεν ήταν δυνατή η μετατροπή σε UTF-8 του ονόματος του αρχείου \"%s\". " +"(Δοκιμάστε να ρυθμίσετε τη μεταβλητή του περιβάλλοντος G_FILENAME_ENCODING): " +"%s" -#: gtk/gtkfilesel.c:3051 +#: ../gtk/gtkfilesel.c:3051 msgid "Invalid UTF-8" -msgstr "Μη έγκυρο UTF-8" +msgstr "Μη έγκυρη UTF-8" -#: gtk/gtkfilesel.c:3925 +#: ../gtk/gtkfilesel.c:3925 msgid "Name too long" -msgstr "Το όνομα είναι πολύ μεγάλο" +msgstr "Υπερβολικά μεγάλο όνομα" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Couldn't convert filename" msgstr "Αδυναμία μετατροπής ονόματος αρχείου" @@ -2075,75 +2049,75 @@ msgstr "Αδυναμία μετατροπής ονόματος αρχείου" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Σύστημα αρχείων" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" -msgstr "Αδυναμία λήψης φακέλου root" +msgstr "Αδυναμία εύρεσης φακέλου root" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Κενό)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" -msgstr "Επιλογή μιας γραμματοσειράς" +msgstr "Επιλογή γραμματοσειράς" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Γραμματοσειρά" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" -msgstr "αβγδεζηθικ ΑΒΓΔΕΖΗΘΙΚ" +msgstr "αβγδέ abcde ΆΒΓΔΕ ABCDE" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Οικογένεια:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Στυλ:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "Μέ_γεθος:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Προεπισκόπηση:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Επιλογή γραμματοσειράς" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" -msgstr "Gamma" +msgstr "Γάμμα" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" -msgstr "Τιμή _Gamma" +msgstr "Τιμή _γάμμα" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Σφάλμα φόρτωσης εικονιδίου: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2151,219 +2125,214 @@ msgid "" "You can get a copy from:\n" "\t%s" msgstr "" -"Αδυναμία εύρεσης εικονιδίου '%s'.Το θέμα '%s\n" -"δεν βρέθηκε, πιθανώς να πρέπει να το εγκαταστήσετε.\n" -"Μπορείτε να πάρετε ένα αντίγραφο από:\n" +"Δε βρέθηκε το εικονίδιο '%s'.Το θέμα '%s'\n" +"επίσης δε βρέθηκε. Ίσως πρέπει να το εγκαταστήσετε.\n" +"Μπορείτε να το βρείτε στο:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" -msgstr "Το εικονίδιο '%s' δε βρίσκεται στο θέμα" +msgstr "Το εικονίδιο '%s' δεν περιέχεται στο θέμα" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Αποτυχία φόρτωσης εικονιδίου" -#: gtk/gtkimmodule.c:527 -#, fuzzy +#: ../gtk/gtkimmodule.c:527 msgid "Simple" -msgstr "Μέγεθος" +msgstr "Απλό" -#: gtk/gtkimmulticontext.c:541 -#, fuzzy +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" -msgstr "Σύστημα αρχείων" +msgstr "Σύστημα" -#: gtk/gtkimmulticontext.c:625 -#, fuzzy, c-format +#: ../gtk/gtkimmulticontext.c:625 +#, c-format msgctxt "input method menu" msgid "System (%s)" -msgstr "%s (%s)" +msgstr "Σύστημα (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" -msgstr "Εισαγωγή" +msgstr "Είσοδος" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Δεν υπάρχουν εκτεταμένες συσκευές εισόδου" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Συσκευή:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" -msgstr "Μη ενεργό" +msgstr "Ανενεργό" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Οθόνη" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Παράθυρο" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" -msgstr "_Λειτουργία: " +msgstr "Λειτου_ργία:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Άξονες" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Πλήκτρα" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Πίεση:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" -msgstr "X _tilt:" +msgstr "_Κλίση Χ:" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" -msgstr "Y t_ilt:" +msgstr "Κ_λίση Υ:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Τροχός:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "κανένα" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" -msgstr "(μη ενεργό)" +msgstr "(ανενεργό)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(άγνωστο)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "Ε_κκαθάριση" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Αντιγραφή URL" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Μη έγκυρο URI" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" -msgstr "Φόρτωση πρόσθετων GTK+ modules" +msgstr "Φόρτωση πρόσθετων αρθρωμάτων GTK+" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" -msgstr "MODULES" +msgstr "ΑΡΘΡΩΜΑΤΑ" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" -msgstr "Να γίνουν όλες οι προειδοποίησεις μοιραίες" +msgstr "Να είναι όλες οι προειδοποιήσεις μοιραίες" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" -msgstr "GTK+ debugging flags to set" +msgstr "Σημαίες αποσφαλμάτωσης του GTK+ που θα ενεργοποιηθούν" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" -msgstr "GTK+ debugging flags to unset" +msgstr "Σημαίες αποσφαλμάτωσης του GTK+ που θα απενεργοποιηθούν" #. Translate to default:RTL if you want your widgets #. * to be RTL, otherwise translate to default:LTR. #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" -msgstr "" +msgstr "Αδυναμία ανοίγματος της οθόνης: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Επιλογές GTK+" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" -msgstr "Προβολή επιλογών GTK+" +msgstr "Εμφάνιση επιλογών GTK+" -#: gtk/gtkmountoperation.c:463 -#, fuzzy +#: ../gtk/gtkmountoperation.c:463 msgid "Co_nnect" msgstr "_Σύνδεση" -#: gtk/gtkmountoperation.c:530 +#: ../gtk/gtkmountoperation.c:530 msgid "Connect _anonymously" -msgstr "" +msgstr "Σύνδεση _ανώνυμα" -#: gtk/gtkmountoperation.c:539 +#: ../gtk/gtkmountoperation.c:539 msgid "Connect as u_ser:" -msgstr "" +msgstr "Σύνδεση ως _χρήστης:" -#: gtk/gtkmountoperation.c:577 -#, fuzzy +#: ../gtk/gtkmountoperation.c:577 msgid "_Username:" -msgstr "_Μετονομασία" +msgstr "Όν_ομα χρήστη:" -#: gtk/gtkmountoperation.c:582 -#, fuzzy +#: ../gtk/gtkmountoperation.c:582 msgid "_Domain:" -msgstr "_Τοποθεσία:" +msgstr "_Τομέας:" -#: gtk/gtkmountoperation.c:588 -#, fuzzy +#: ../gtk/gtkmountoperation.c:588 msgid "_Password:" -msgstr "_Πίεση:" +msgstr "Σ_υνθηματικό:" -#: gtk/gtkmountoperation.c:606 +#: ../gtk/gtkmountoperation.c:606 msgid "Forget password _immediately" -msgstr "" +msgstr "Όχ_ι απομνημόνευση του συνθηματικού" -#: gtk/gtkmountoperation.c:616 +#: ../gtk/gtkmountoperation.c:616 msgid "Remember password until you _logout" -msgstr "" +msgstr "Α_πομνημόνευση συνθηματικού μέχρι την αποσύνδεση" -#: gtk/gtkmountoperation.c:626 +#: ../gtk/gtkmountoperation.c:626 msgid "Remember _forever" -msgstr "" +msgstr "_Μόνιμη απομνημόνευση συνθηματικού" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Σελίδα %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" -msgstr "Δεν είναι ένα έγκυρο αρχείο διαμόρφωσης σελίδας" +msgstr "Μη έγκυρο αρχείο διαμόρφωσης σελίδας" #. Translate to the default units to use for presenting #. * lengths to the user. Translate to default:inch if you @@ -2371,11 +2340,11 @@ msgstr "Δεν είναι ένα έγκυρο αρχείο διαμόρφωση #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" -msgstr "προεπιλογή:mm" +msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2383,15 +2352,15 @@ msgstr "" "Οποιοσδήποτε εκτυπωτής\n" "Για φορητά έγγραφα" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "inch" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2406,522 +2375,508 @@ msgstr "" " Πάνω: %s %s\n" " Κάτω: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." -msgstr "Διαχείριση προσαρμοσμένων μεγεθών" +msgstr "Διαχείριση προσαρμοσμένων μεγεθών..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Μορφοποίηση για:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "Μέγε_θος χαρτιού:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Προσανατολισμός:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2681 msgid "Page Setup" -msgstr "Ρύθμιση σελίδας" +msgstr "Μορφοποίηση σελίδας" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." -msgstr "Περιθώρια για εκτυπωτή..." +msgstr "Περιθώρια εκτυπωτή…" -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Προσαρμοσμένο μέγεθος %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Διαχείριση προσαρμοσμένων μεγεθών" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Πλάτος:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "Ύ_ψος:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Μέγεθος χαρτιού" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" -msgstr "_Πάνω" +msgstr "_Πάνω:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Κάτω:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Αριστερά:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Δεξιά:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Περιθώρια χαρτιού" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Διαδρομή πάνω" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Διαδρομή κάτω" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" -msgstr "Σύστημα αρχείων root" +msgstr "Root συστήματος αρχείων" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Μη διαθέσιμο" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" -msgstr "Αποθήκευ_ση σε φάκελο:" +msgstr "Αποθήκευ_ση στο φάκελο:" #. translators: this string is the default job title for print #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s εκτύπωση #%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" -msgstr "" +msgstr "Αρχική κατάσταση" -#: gtk/gtkprintoperation.c:1518 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" -msgstr "Προετοιμασία %d" +msgstr "Προετοιμασία εκτύπωσης" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" -msgstr "" +msgstr "Παραγωγή δεδομένων" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" -msgstr "" +msgstr "Αποστολή δεδομένων" -#: gtk/gtkprintoperation.c:1521 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" -msgstr "Προειδοποίηση" +msgstr "Αναμονή" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" -msgstr "" +msgstr "Διακοπή λόγω προβλήματος" -#: gtk/gtkprintoperation.c:1523 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" -msgstr "Εκτύπωση %d" +msgstr "Εκτύπωση" -#: gtk/gtkprintoperation.c:1524 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" -msgstr "Ολοκληρώνεται" +msgstr "Ολοκληρώθηκε" -#: gtk/gtkprintoperation.c:1525 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Ολοκληρώθηκε με σφάλμα" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Προετοιμασία %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "Προετοιμασία" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Εκτύπωση %d" -#: gtk/gtkprintoperation.c:2411 -#, fuzzy, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" -msgstr "Σφάλμα εκκίνησης προεπισκόπησης" +msgstr "Σφάλμα κατά την παραγωγή της προεπισκόπησης" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." -msgstr "" +msgstr "Η πιθανότερη αιτία είναι η αδυναμία δημιουργίας προσωρινού αρχείου." -#: gtk/gtkprintoperation-unix.c:242 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:242 msgid "Error launching preview" -msgstr "Σφάλμα εκκίνησης προεπισκόπησης" +msgstr "Σφάλμα κατά την εκκίνηση της προεπισκόπησης" -#: gtk/gtkprintoperation-unix.c:280 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:280 msgid "Error printing" -msgstr "Σφάλμα εκτύπωσης" +msgstr "Σφάλμα κατά την εκτύπωση" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:384 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Εφαρμογή" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" -msgstr "Αποσυνδεδεμένος εκτυπωτής" +msgstr "Εκτυπωτής αποσυνδεδεμένος" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" -msgstr "Το χαρτί τελείωσε" +msgstr "Τελείωσε το χαρτί" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Παύθηκε" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" -msgstr "Χρειάζεται παρέμβαση χρήστη" +msgstr "Απαιτείται παρέμβαση του χρήστη" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Προσαρμοσμένο μέγεθος" -#: gtk/gtkprintoperation-win32.c:1517 -#, fuzzy +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" -msgstr "Δε βρέθηκαν αντικείμενα" +msgstr "Δε βρέθηκε εκτυπωτής" -#: gtk/gtkprintoperation-win32.c:1544 -#, fuzzy +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" -msgstr "Μη έγκυρο όρισμα για PrintDlgEx" +msgstr "Μη έγκυρο όρισμα στο CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" -msgstr "Σφάλμα από το StartDoc" +msgstr "Σφάλμα του StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Ανεπάρκεια μνήμης" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" -msgstr "Μη έγκυρο όρισμα για PrintDlgEx" +msgstr "Μη έγκυρο όρισμα στο PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" -msgstr "Μη έγκυρος pointer σε PrintDlgEx" +msgstr "Μη έγκυρος δείκτης για το PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" -msgstr "Αδυναμία χειρισμού PrintDlgEx" +msgstr "Μη έγκυρος χειριστής για το PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" -msgstr "Ακαθόριστ σφάλμα" +msgstr "Ακαθόριστο σφάλμα" -#: gtk/gtkprintunixdialog.c:1763 +#: ../gtk/gtkprintunixdialog.c:1763 msgid "Printer" msgstr "Εκτυπωτής" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: ../gtk/gtkprintunixdialog.c:1773 msgid "Location" msgstr "Τοποθεσία" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: ../gtk/gtkprintunixdialog.c:1784 msgid "Status" msgstr "Κατάσταση" -#: gtk/gtkprintunixdialog.c:1809 +#: ../gtk/gtkprintunixdialog.c:1809 msgid "Range" -msgstr "Διάστημα" +msgstr "Εύρος" -#: gtk/gtkprintunixdialog.c:1813 +#: ../gtk/gtkprintunixdialog.c:1813 msgid "_All Pages" msgstr "Ό_λες οι σελίδες" -#: gtk/gtkprintunixdialog.c:1820 +#: ../gtk/gtkprintunixdialog.c:1820 msgid "C_urrent Page" msgstr "_Τρέχουσα σελίδα" -#: gtk/gtkprintunixdialog.c:1829 +#: ../gtk/gtkprintunixdialog.c:1829 msgid "Pag_es:" -msgstr "_Σελίδες" +msgstr "_Σελίδες:" -#: gtk/gtkprintunixdialog.c:1830 +#: ../gtk/gtkprintunixdialog.c:1830 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -"Μια ή περισσότερες σειρές επιλεγμένων σελίδων,,\n" +"Μια ή περισσότερες σειρές επιλεγμένων σελίδων,\n" " π.χ. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: ../gtk/gtkprintunixdialog.c:1851 msgid "Copies" msgstr "Αντίγραφα" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: ../gtk/gtkprintunixdialog.c:1856 msgid "Copie_s:" msgstr "Αντί_γραφα:" -#: gtk/gtkprintunixdialog.c:1874 +#: ../gtk/gtkprintunixdialog.c:1874 msgid "C_ollate" msgstr "Συ_ρραφή" -#: gtk/gtkprintunixdialog.c:1882 +#: ../gtk/gtkprintunixdialog.c:1882 msgid "_Reverse" -msgstr "Αναστρο_φή" +msgstr "Αντίστρο_φη σειρά" -#: gtk/gtkprintunixdialog.c:1902 +#: ../gtk/gtkprintunixdialog.c:1902 msgid "General" msgstr "Γενικά" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:2442 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" -msgstr "Προετοιμασία" +msgstr "Σειρά σελίδων" -#: gtk/gtkprintunixdialog.c:2448 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:2448 msgid "Left to right" -msgstr "LRM _Left-to-right mark" +msgstr "Από αριστερά προς δεξιά" -#: gtk/gtkprintunixdialog.c:2449 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:2449 msgid "Right to left" -msgstr "Εκτύπωση σε αρχείο" +msgstr "Από δεξιά προς αριστερά" -#: gtk/gtkprintunixdialog.c:2518 +#: ../gtk/gtkprintunixdialog.c:2518 msgid "Layout" msgstr "Διάταξη" -#: gtk/gtkprintunixdialog.c:2522 +#: ../gtk/gtkprintunixdialog.c:2522 msgid "T_wo-sided:" msgstr "_Διπλής όψης:" -#: gtk/gtkprintunixdialog.c:2537 +#: ../gtk/gtkprintunixdialog.c:2537 msgid "Pages per _side:" -msgstr "Σελίδες ανά _φύλλο" +msgstr "Σελίδες ανά _φύλλο:" -#: gtk/gtkprintunixdialog.c:2555 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:2555 msgid "Page or_dering:" -msgstr "Σελίδες ανά _φύλλο" +msgstr "_Σειρά σελίδων:" -#: gtk/gtkprintunixdialog.c:2571 +#: ../gtk/gtkprintunixdialog.c:2571 msgid "_Only print:" -msgstr "_Μόνο εκτύπωση:" +msgstr "Εκτύπωση _μόνο για:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: ../gtk/gtkprintunixdialog.c:2586 msgid "All sheets" -msgstr "Όλες οι σελίδες" +msgstr "Όλες τις σελίδες" -#: gtk/gtkprintunixdialog.c:2587 +#: ../gtk/gtkprintunixdialog.c:2587 msgid "Even sheets" msgstr "Ζυγές σελίδες" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Odd sheets" msgstr "Μονές σελίδες" -#: gtk/gtkprintunixdialog.c:2591 +#: ../gtk/gtkprintunixdialog.c:2591 msgid "Sc_ale:" msgstr "Κλί_μακα:" -#: gtk/gtkprintunixdialog.c:2618 +#: ../gtk/gtkprintunixdialog.c:2618 msgid "Paper" msgstr "Χαρτί" -#: gtk/gtkprintunixdialog.c:2622 +#: ../gtk/gtkprintunixdialog.c:2622 msgid "Paper _type:" msgstr "_Τύπος χαρτιού:" -#: gtk/gtkprintunixdialog.c:2637 +#: ../gtk/gtkprintunixdialog.c:2637 msgid "Paper _source:" -msgstr "_Προέλευση χαρτιού:" +msgstr "_Πηγή χαρτιού:" -#: gtk/gtkprintunixdialog.c:2652 +#: ../gtk/gtkprintunixdialog.c:2652 msgid "Output t_ray:" msgstr "Συρτάρι ε_ξόδου:" -#: gtk/gtkprintunixdialog.c:2706 +#: ../gtk/gtkprintunixdialog.c:2706 msgid "Job Details" msgstr "Λεπτομέρειες εκτύπωσης" -#: gtk/gtkprintunixdialog.c:2712 +#: ../gtk/gtkprintunixdialog.c:2712 msgid "Pri_ority:" msgstr "Πρ_οτεραιότητα:" -#: gtk/gtkprintunixdialog.c:2727 +#: ../gtk/gtkprintunixdialog.c:2727 msgid "_Billing info:" -msgstr "Πληροφορίες _λογαριαμού:" +msgstr "Πληροφορίες τιμο_λόγησης:" -#: gtk/gtkprintunixdialog.c:2745 +#: ../gtk/gtkprintunixdialog.c:2745 msgid "Print Document" msgstr "Εκτύπωση εγγράφου" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: ../gtk/gtkprintunixdialog.c:2754 msgid "_Now" msgstr "_Τώρα" -#: gtk/gtkprintunixdialog.c:2765 +#: ../gtk/gtkprintunixdialog.c:2765 msgid "A_t:" -msgstr "_Σε:" +msgstr "_Στις:" #. Translators: Ability to parse the am/pm format depends on actual locale. #. * You can remove the am/pm values below for your locale if they are not supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: ../gtk/gtkprintunixdialog.c:2770 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" +"Προσδιορίστε πότε θα γίνει η εκτύπωση,\n" +"π.χ. 15:30, 2:35 μμ, 14:15:20, 11:46:30 πμ, 4 μμ" -#: gtk/gtkprintunixdialog.c:2791 +#: ../gtk/gtkprintunixdialog.c:2791 msgid "On _hold" -msgstr "On _hold" +msgstr "Σε α_ναμονή" -#: gtk/gtkprintunixdialog.c:2792 +#: ../gtk/gtkprintunixdialog.c:2792 msgid "Hold the job until it is explicitly released" -msgstr "" +msgstr "Η εργασία τίθεται σε αναμονή μέχρι να ζητηθεί ρητά η εκτύπωση" -#: gtk/gtkprintunixdialog.c:2812 +#: ../gtk/gtkprintunixdialog.c:2812 msgid "Add Cover Page" -msgstr "Προσθήκη Cover Page" +msgstr "Προσθήκη εξωφύλλου" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: ../gtk/gtkprintunixdialog.c:2821 msgid "Be_fore:" msgstr "Π_ριν:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: ../gtk/gtkprintunixdialog.c:2839 msgid "_After:" msgstr "_Μετά:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: ../gtk/gtkprintunixdialog.c:2857 msgid "Job" msgstr "Εκτύπωση" -#: gtk/gtkprintunixdialog.c:2923 +#: ../gtk/gtkprintunixdialog.c:2923 msgid "Advanced" msgstr "Για προχωρημένους" -#: gtk/gtkprintunixdialog.c:2958 +#: ../gtk/gtkprintunixdialog.c:2958 msgid "Image Quality" msgstr "Ποιότητα εικόνας" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Color" msgstr "Χρώμα" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Finishing" msgstr "Ολοκληρώνεται" -#: gtk/gtkprintunixdialog.c:2974 +#: ../gtk/gtkprintunixdialog.c:2974 msgid "Some of the settings in the dialog conflict" -msgstr "Μερικές ρυθμίσεις στο διάλογο έρχονται σε σύγκρουση " +msgstr "Μερικές ρυθμίσεις του διαλόγου συγκρούονται μεταξύ τους" -#: gtk/gtkprintunixdialog.c:2997 +#: ../gtk/gtkprintunixdialog.c:2997 msgid "Print" msgstr "Εκτύπωση" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" -msgstr "Αδυναμία εύρεσης αρχείου include : \"%s\"" +msgstr "Δε βρέθηκε το αρχείο include : \"%s\"" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" -msgstr "Αδυναμία εντοπισμού εικόνας στο pixmap_path: \"%s\"" +msgstr "Δε βρέθηκε το αρχείο εικόνας στη διαδρομή_pixmap: \"%s\"" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "" -"Αυτή η λειτουργία δεν έχει εφαρμοστεί για γραφικά συστατικά της κλάσης '%s'" +"Αυτή η λειτουργία δεν υποστηρίζεται για γραφικά συστατικά της κλάσης '%s'" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" -msgstr "Επιλέξτε το τύπο των αρχείων που θα προβάλλονται" +msgstr "Επιλέξτε τον τύπο εγγράφων που θα προβάλλονται" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" -msgstr "Δεν βρέθηκε αντικείμενο για το URI '%s'" +msgstr "Δε βρέθηκε καταχώρηση για το URI '%s'" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" -msgstr "Φίλτρο χωρίς όνομα" +msgstr "Ανώνυμο φίλτρο" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" -msgstr "Αδυναμία αφαίρεσης αντικειμένου" +msgstr "Αδυναμία αφαίρεσης καταχώρησης" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Αδυναμία εκκαθάρισης λίστας" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" -msgstr "Άνοιγμα _τοποθεσίας" +msgstr "Αντιγραφή _τοποθεσίας" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" -msgstr "Απο_μάκρυνση από λίστα" +msgstr "Απο_μάκρυνση από τη λίστα" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Εκκαθάριση λίστας" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Προβολή ι_διωτικών πόρων" @@ -2935,73 +2890,69 @@ msgstr "Προβολή ι_διωτικών πόρων" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" -msgstr "Δε βρέθηκαν αντικείμενα" +msgstr "Δε βρέθηκαν καταχωρήσεις" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" -msgstr "Δεν βρέθηκε πρόσφατα χρησιμοποιημένος πόρος για το URI `%s'" +msgstr "Δε βρέθηκε πρόσφατα χρησιμοποιημένη καταχώρηση με URI `%s'" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Άνοιγμα '%s'" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" -msgstr "Άγνωστο αντικείμενο" +msgstr "Άγνωστη καταχώρηση" #. This is the label format that is used for the first 10 items #. * in a recent files menu. The %d is the number of the item, #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" -msgstr "" +msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 -#, fuzzy, c-format +#: ../gtk/gtkrecentchoosermenu.c:821 +#, c-format msgctxt "recent menu label" msgid "%d. %s" -msgstr "%s (%s)" +msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" -msgstr "Αδυναμία εύρεσης αντικειμένου με URI '%s'" +msgstr "Αδυναμία εύρεσης καταχώρησης με URI '%s'" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 -#, fuzzy +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Πληροφορίες" -#: gtk/gtkstock.c:289 -#, fuzzy +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Προειδοποίηση" -#: gtk/gtkstock.c:290 -#, fuzzy +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Σφάλμα" -#: gtk/gtkstock.c:291 -#, fuzzy +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Ερώτηση" @@ -3009,641 +2960,556 @@ msgstr "Ερώτηση" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 -#, fuzzy +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "Π_ερί" -#: gtk/gtkstock.c:297 -#, fuzzy +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Προσθήκη" -#: gtk/gtkstock.c:298 -#, fuzzy +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Εφαρμογή" -#: gtk/gtkstock.c:299 -#, fuzzy +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "Έν_τονα" -#: gtk/gtkstock.c:300 -#, fuzzy +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Ακύρωση" -#: gtk/gtkstock.c:301 -#, fuzzy +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-Rom" -#: gtk/gtkstock.c:302 -#, fuzzy +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Εκκαθάριση" -#: gtk/gtkstock.c:303 -#, fuzzy +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Κλείσιμο" -#: gtk/gtkstock.c:304 -#, fuzzy +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "_Σύνδεση" -#: gtk/gtkstock.c:305 -#, fuzzy +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Μετατροπή" -#: gtk/gtkstock.c:306 -#, fuzzy +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Αντιγραφή" -#: gtk/gtkstock.c:307 -#, fuzzy +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "Αποκο_πή" -#: gtk/gtkstock.c:308 -#, fuzzy +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Διαγραφή" -#: gtk/gtkstock.c:309 -#, fuzzy +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" -msgstr "Από_ρριψη " +msgstr "Από_ρριψη" -#: gtk/gtkstock.c:310 -#, fuzzy +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "Απο_σύνδεση" -#: gtk/gtkstock.c:311 -#, fuzzy +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Εκτέλεση" -#: gtk/gtkstock.c:312 -#, fuzzy +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Επεξεργασία" -#: gtk/gtkstock.c:313 -#, fuzzy +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Εύρεση" -#: gtk/gtkstock.c:314 -#, fuzzy +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Εύρεση και _αντικατάσταση" -#: gtk/gtkstock.c:315 -#, fuzzy +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Δισκέτα" -#: gtk/gtkstock.c:316 -#, fuzzy +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Πλήρης Οθόνη" -#: gtk/gtkstock.c:317 -#, fuzzy +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "Έξ_οδος από πλήρη οθόνη" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 -#, fuzzy +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" -msgstr "_Κάτω:" +msgstr "Τέ_λος" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 -#, fuzzy +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" -msgstr "_Αρχεία" +msgstr "_Πρώτη" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 -#, fuzzy +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" -msgstr "_Επικόλληση" +msgstr "_Τελευταία" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 -#, fuzzy +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" -msgstr "_Πάνω" +msgstr "Αρ_χή" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" -msgstr "" +msgstr "Πί_σω" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 -#, fuzzy +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" -msgstr "_Τώρα" +msgstr "_Κάτω" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 -#, fuzzy +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Μπροστά" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" -msgstr "" +msgstr "Πά_νω" -#: gtk/gtkstock.c:334 -#, fuzzy +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Σκληρός δίσκος" -#: gtk/gtkstock.c:335 -#, fuzzy +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Βοήθεια" -#: gtk/gtkstock.c:336 -#, fuzzy +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Αρχική" -#: gtk/gtkstock.c:337 -#, fuzzy +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Αύξηση εσοχής" -#: gtk/gtkstock.c:338 -#, fuzzy +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Μείωση εσοχής" -#: gtk/gtkstock.c:339 -#, fuzzy +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" -msgstr "_Κατάλογος" +msgstr "Ε_υρετήριο" -#: gtk/gtkstock.c:340 -#, fuzzy +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Πληροφορίες" -#: gtk/gtkstock.c:341 -#, fuzzy +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Πλάγια" -#: gtk/gtkstock.c:342 -#, fuzzy +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Μετάβαση σε" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 -#, fuzzy +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" -msgstr "_Μετατροπή" +msgstr "_Κέντρο" #. This is about text justification -#: gtk/gtkstock.c:346 -#, fuzzy +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" -msgstr "_Αρχεία" +msgstr "_Πλήρης κάλυψη" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 -#, fuzzy +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" -msgstr "_Αριστερά:" +msgstr "_Αριστερά" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 -#, fuzzy +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" -msgstr "_Δεξιά:" +msgstr "_Δεξιά" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 -#, fuzzy +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Μπροστά" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 -#, fuzzy +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" -msgstr "_Νέο" +msgstr "Ε_πόμενο" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 -#, fuzzy +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" -msgstr "Παύθηκε" +msgstr "Παύ_ση" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 -#, fuzzy +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" -msgstr "_Τοποθεσίες" +msgstr "Αναπαραγω_γή" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 -#, fuzzy +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "Πρ_οηγούμενο" #. Media label -#: gtk/gtkstock.c:363 -#, fuzzy +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "Ε_γγραφή" #. Media label -#: gtk/gtkstock.c:365 -#, fuzzy +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Πίσω" #. Media label -#: gtk/gtkstock.c:367 -#, fuzzy +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Διακοπή" -#: gtk/gtkstock.c:368 -#, fuzzy +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Δίκτυο" -#: gtk/gtkstock.c:369 -#, fuzzy +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Νέο" -#: gtk/gtkstock.c:370 -#, fuzzy +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "Ό_χι" -#: gtk/gtkstock.c:371 -#, fuzzy +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_Εντάξει" -#: gtk/gtkstock.c:372 -#, fuzzy +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "Άν_οιγμα" #. Page orientation -#: gtk/gtkstock.c:374 -#, fuzzy +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Τοπίο" #. Page orientation -#: gtk/gtkstock.c:376 -#, fuzzy +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" -msgstr "Πορτραίτο" +msgstr "Πορτρέτο" #. Page orientation -#: gtk/gtkstock.c:378 -#, fuzzy +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Ανάποδο τοπίο" #. Page orientation -#: gtk/gtkstock.c:380 -#, fuzzy +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" -msgstr "Ανάποδο πορτραίτο" +msgstr "Ανάποδο πορτρέτο" -#: gtk/gtkstock.c:381 -#, fuzzy +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" -msgstr "Ρύθμιση σελίδας" +msgstr "_Διαμόρφωση σελίδας" -#: gtk/gtkstock.c:382 -#, fuzzy +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Επικόλληση" -#: gtk/gtkstock.c:383 -#, fuzzy +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Προτιμήσεις" -#: gtk/gtkstock.c:384 -#, fuzzy +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Εκτύπωση" -#: gtk/gtkstock.c:385 -#, fuzzy +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Προε_πισκόπηση εκτύπωσης" -#: gtk/gtkstock.c:386 -#, fuzzy +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Ιδιότητες" -#: gtk/gtkstock.c:387 -#, fuzzy +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "Έ_ξοδος" -#: gtk/gtkstock.c:388 -#, fuzzy +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Ακύρωση αναίρεσης" -#: gtk/gtkstock.c:389 -#, fuzzy +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Ανανέωση" -#: gtk/gtkstock.c:390 -#, fuzzy +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Αφαίρεση" -#: gtk/gtkstock.c:391 -#, fuzzy +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Επαναφορά" -#: gtk/gtkstock.c:392 -#, fuzzy +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Αποθήκευση" -#: gtk/gtkstock.c:393 -#, fuzzy +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Αποθήκευση _ως" -#: gtk/gtkstock.c:394 -#, fuzzy +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Επιλογή ό_λων" -#: gtk/gtkstock.c:395 -#, fuzzy +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Χρώμα" -#: gtk/gtkstock.c:396 -#, fuzzy +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Γραμματοσειρά" #. Sorting direction -#: gtk/gtkstock.c:398 -#, fuzzy +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Αύξουσα" #. Sorting direction -#: gtk/gtkstock.c:400 -#, fuzzy +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Φθίνουσα" -#: gtk/gtkstock.c:401 -#, fuzzy +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_Ορθογραφικός έλεγχος" -#: gtk/gtkstock.c:402 -#, fuzzy +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Διακοπή" #. Font variant -#: gtk/gtkstock.c:404 -#, fuzzy +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" -msgstr "_Επισήμανση" +msgstr "_Διακριτή διαγραφή" -#: gtk/gtkstock.c:405 -#, fuzzy +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Ακύρωση διαγραφής" #. Font variant -#: gtk/gtkstock.c:407 -#, fuzzy +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Υπογράμμιση" -#: gtk/gtkstock.c:408 -#, fuzzy +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Αναίρεση" -#: gtk/gtkstock.c:409 -#, fuzzy +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Ναι" #. Zoom -#: gtk/gtkstock.c:411 -#, fuzzy +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "Κανο_νικό μέγεθος" #. Zoom -#: gtk/gtkstock.c:413 -#, fuzzy +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Καλύτερο ταί_ριασμα" -#: gtk/gtkstock.c:414 -#, fuzzy +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "Μεγέ_θυνση" -#: gtk/gtkstock.c:415 -#, fuzzy +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "Σμίκρ_υνση" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" -msgstr "Άγνωστο σφάλμα κατά τη προσπάθεια deserialize %s" +msgstr "Άγνωστο σφάλμα κατά την προσπάθεια deserialize του %s" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" -msgstr "Δεν βρέθηκε λειτουργία deserialize για τον τύπο %s" +msgstr "Δε βρέθηκε συνάρτηση deserialize για τον τύπο %s" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" -msgstr "Και το \"id\" και το \"name\" βρέθηκαν στο στοιχείο <%s>" +msgstr "Τόσο το \"id\" όσο και το \"name\" βρέθηκαν στο στοιχείο <%s>" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "Το γνώρισμα \"%s\" βρέθηκε δύο φορές στο στοιχείο <%s>" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "Το στοιχείο <%s> έχει μη έγκυρο id \"%s\"" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" -msgstr "Το στοιχείο <%s> δεν έχει γνώρισμα \"name\" ή \"id\" " +msgstr "Το στοιχείο <%s> δεν διαθέτει γνώρισμα \"name\" ή \"id\"" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" -msgstr "Το γνώρισμα \"%s\" επαναλήφθηκε δυο φορές στο ίδιο στοιχείο <%s>" +msgstr "Το γνώρισμα \"%s\" επαναλαμβάνεται δύο φορές στο ίδιο στοιχείο <%s>" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" -msgstr "Το γνώρισμα \"%s\" είναι άκυρο στο στοιχείο <%s> σε αυτό το περιβάλλον" +msgstr "" +"Το γνώρισμα \"%s\" δεν είναι έγκυρο για το στοιχείο <%s> σε αυτήν την " +"περίπτωση" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." -msgstr "Η ετικέτα \"%s\" δεν έχει ορισθεί." +msgstr "Η ετικέτα \"%s\" δεν έχει οριστεί." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." -msgstr "Βρέθηκε ανώνυμη tag και δεν είναι δυνατή η δημιουργία tags " +msgstr "Βρέθηκε ανώνυμη ετικέτα και δεν μπορούν να δημιουργηθούν ετικέτες." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "" -"Η ετικέτα \"%s\" δεν υπάρχει στο buffer και δεν είναι δυνατή η δημιουργία " -"ετικετών." +"Η ετικέτα \"%s\" δεν υπάρχει στην ενδιάμεση μνήμη και δεν μπορούν να " +"δημιουργηθούν ετικέτες." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" -msgstr "Το στοιχείο <%s> δεν επιτρέπεται κάτω από <%s>" +msgstr "Το στοιχείο <%s> δεν επιτρέπεται κάτω από το <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" -msgstr "Το \"%s\" δεν είναι ένας έγκυρος τύπος γνωρίσματος" +msgstr "Το \"%s\" δεν είναι έγκυρος τύπος γνωρίσματος" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" -msgstr "Το \"%s\" δεν είναι ένα έγκυρο όνομα γνωρίσματος" +msgstr "Το \"%s\" δεν είναι έγκυρο όνομα γνωρίσματος" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" @@ -3651,146 +3517,144 @@ msgstr "" "Το \"%s\" δεν μπορεί να μετατραπεί σε τιμή του τύπου \"%s\" για το γνώρισμα " "\"%s\"" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "Το \"%s\" δεν είναι έγκυρη τιμή για το γνώρισμα \"%s\"" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" -msgstr "Η ετικέτα \"%s\" έχει ήδη ορισθεί" +msgstr "Η ετικέτα \"%s\" έχει ήδη οριστεί" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Η ετικέτα \"%s\" έχει μη έγκυρη προτεραιότητα \"%s\"" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "" -"Το εξωτερικό στοιχείο στο κείμενο θα πρέπει να είναι και " -"όχι <%s>" +"Το εξωτερικό στοιχείο στο κείμενο θα πρέπει να είναι το " +"και όχι το <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" -msgstr "Ένα <%s> στοιχείο έχει ήδη καθορισθεί" +msgstr "Ένα στοιχείο <%s> έχει ήδη καθοριστεί" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" -msgstr "" -"Ένα στοιχείο δεν μπορεί να πραγματοποιείται πριν από ένα στοιχείο " -"" +msgstr "Το στοιχείο δεν μπορεί να εμφανίζεται πριν από στοιχείο " -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" -msgstr "Τα serialized δεδομένα είναι κακοδιατυπωμένα" +msgstr "Τα serialized δεδομένα δεν έχουν τη σωστή μορφή" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" -"Τα serialized δεδομένα είναι κακοδιατυπωμένα. Η πρώτη ενότητα δεν είναι " +"Τα serialized δεδομένα δεν έχουν τη σωστή μορφή. Η πρώτη ενότητα δεν είναι " "GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" -msgstr "LRM _Left-to-right mark" +msgstr "_LRM Σημείο αριστερά προς δεξιά" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" -msgstr "RLM _Right-to-left mark" +msgstr "_RLM Σημείο δεξιά προς αριστερά" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" -msgstr "LRE Left-to-right _embedding" +msgstr "LRE _Ενσωμάτωση αριστερά προς δεξιά" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" -msgstr "RLE Right-to-left e_mbedding" +msgstr "RLE Ενσω_μάτωση δεξιά προς αριστερά" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" -msgstr "LRO Left-to-right _override" +msgstr "LRO _Αναγκαστικά αριστερά προς δεξιά" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" -msgstr "RLO Right-to-left o_verride" +msgstr "RLO Αναγκαστι_κά δεξιά προς αριστερά" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" -msgstr "PDF _Pop directional formatting" +msgstr "_PDF Αναίρεση τελευταίας ρύθμισης κατεύθυνσης" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" -msgstr "ZWS _Zero width space" +msgstr "_ZWS Διάστημα μηδενικού πλάτους" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" -msgstr "ZWJ Zero width _joiner" +msgstr "ZW_J Συνδετικό μηδενικού πλάτους" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" -msgstr "ZWNJ Zero width _non-joiner" +msgstr "ZW_NJ Μη συνδετικό μηδενικού πλάτους" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," -msgstr "Αδυναμία εντοπισμού μηχανής θεμάτων στο module_path: \"%s\"," +msgstr "Αδυναμία εντοπισμού μηχανής θεμάτων στη διαδρομή_αρθρώματος: \"%s\"," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" -msgstr "--- Χωρίς συμβουλή ---" +msgstr "--- Δεν υπάρχει συμβουλή ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" -msgstr "Απρόσμενη tag εκκίνησης '%s' στην γραμμή %d χαρακ %d" +msgstr "Μη αναμενόμενη ετικέτα εκκίνησης '%s' στη γραμμή %d χαρ. %d" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" -msgstr "Απρόσμενα δεδομένα χαρακτήρα στην γραμμή %d χαρακ %d" +msgstr "Μη αναμενόμενα δεδομένα χαρακτήρων στη γραμμή %d χαρ. %d" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Κενό" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Ένταση ήχου" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" -msgstr "" +msgstr "Αυξομειώνει την ένταση του ήχου" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" -msgstr "" +msgstr "Ρυθμίζει την ένταση του ήχου" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Μείωση έντασης" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" -msgstr "" +msgstr "Μειώνει την ένταση του ήχου" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Αύξηση έντασης" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" -msgstr "" +msgstr "Αυξάνει την ένταση του ήχου" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Σίγαση" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Μέγιστη ένταση" @@ -3799,2093 +3663,1353 @@ msgstr "Μέγιστη ένταση" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" -msgstr "" +msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 -#, fuzzy +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" -msgstr "Όνομα" +msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" -msgstr "" +msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" -msgstr "" +msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" -msgstr "" +msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" -msgstr "" +msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" -msgstr "" +msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" -msgstr "" +msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" -msgstr "" +msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" -msgstr "" +msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" -msgstr "" +msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" -msgstr "" +msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" -msgstr "" +msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" -msgstr "" +msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" -msgstr "" +msgstr "A3 Extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" -msgstr "" +msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" -msgstr "" +msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" -msgstr "" +msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" -msgstr "" +msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" -msgstr "" +msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" -msgstr "" +msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" -msgstr "" +msgstr "A4 Extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" -msgstr "" +msgstr "A4 Tab" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" -msgstr "" +msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" -msgstr "" +msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" -msgstr "" +msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" -msgstr "" +msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" -msgstr "" +msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" -msgstr "" +msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" -msgstr "" +msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" -msgstr "" +msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" -msgstr "" +msgstr "A5 Extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" -msgstr "" +msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" -msgstr "" +msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" -msgstr "" +msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" -msgstr "" +msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" -msgstr "" +msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" -msgstr "" +msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" -msgstr "" +msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" -msgstr "" +msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" -msgstr "" +msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" -msgstr "" +msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" -msgstr "" +msgstr "B5δ" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" -msgstr "" +msgstr "B5 Extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" -msgstr "" +msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" -msgstr "" +msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" -msgstr "" +msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" -msgstr "" +msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" -msgstr "" +msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" -msgstr "" +msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" -msgstr "" +msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" -msgstr "" +msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" -msgstr "" +msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" -msgstr "" +msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" -msgstr "" +msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" -msgstr "" +msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" -msgstr "" +msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" -msgstr "" +msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" -msgstr "" +msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" -msgstr "" +msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" -msgstr "" +msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" -msgstr "" +msgstr "C9" -#: gtk/paper_names_offsets.c:65 -#, fuzzy +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" -msgstr "DL Envelope" +msgstr "Φάκελος DL" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" -msgstr "" +msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" -msgstr "" +msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" -msgstr "" +msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" -msgstr "" +msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" -msgstr "" +msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" -msgstr "" +msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" -msgstr "" +msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" -msgstr "" +msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" -msgstr "" +msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" -msgstr "" +msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" -msgstr "" +msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" -msgstr "" +msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" -msgstr "" +msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" -msgstr "" +msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" -msgstr "" +msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" -msgstr "" +msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" -msgstr "" +msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" -msgstr "" +msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 -#, fuzzy +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Φάκελος Choukei 2" -#: gtk/paper_names_offsets.c:85 -#, fuzzy +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Φάκελος Choukei 3" -#: gtk/paper_names_offsets.c:86 -#, fuzzy +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Φάκελος Choukei 4" -#: gtk/paper_names_offsets.c:87 -#, fuzzy +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" -msgstr "hagaki (postcard)" +msgstr "hagaki (καρτ-ποστάλ)" -#: gtk/paper_names_offsets.c:88 -#, fuzzy +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Φάκελος kahu" -#: gtk/paper_names_offsets.c:89 -#, fuzzy +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Φάκελος kaku2" -#: gtk/paper_names_offsets.c:90 -#, fuzzy +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" -msgstr "oufuku (reply postcard)" +msgstr "oufuku (καρτ-ποστάλ απάντησης)" -#: gtk/paper_names_offsets.c:91 -#, fuzzy +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Φάκελος you4" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" -msgstr "" +msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" -msgstr "" +msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" -msgstr "" +msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" -msgstr "" +msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" -msgstr "" +msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" -msgstr "" +msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" -msgstr "" +msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" -msgstr "" +msgstr "5x7" -#: gtk/paper_names_offsets.c:101 -#, fuzzy +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Φάκελος 6x9" -#: gtk/paper_names_offsets.c:102 -#, fuzzy +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" -msgstr "7x9 Envelope" +msgstr "Φάκελος 7x9" -#: gtk/paper_names_offsets.c:103 -#, fuzzy +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Φάκελος 9x11" -#: gtk/paper_names_offsets.c:104 -#, fuzzy +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Φάκελος a2" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" -msgstr "" +msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" -msgstr "" +msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" -msgstr "" +msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" -msgstr "" +msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" -msgstr "" +msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" -msgstr "" +msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" -msgstr "" +msgstr "c" -#: gtk/paper_names_offsets.c:112 -#, fuzzy +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Φάκελος c5" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" -msgstr "" +msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" -msgstr "" +msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" -msgstr "" +msgstr "edp" -#: gtk/paper_names_offsets.c:116 -#, fuzzy +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" -msgstr "European edp" +msgstr "Ευρωπαϊκό edp" -#: gtk/paper_names_offsets.c:117 -#, fuzzy +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" -msgstr "_Εκτέλεση" +msgstr "Executive" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" -msgstr "" +msgstr "f" -#: gtk/paper_names_offsets.c:119 -#, fuzzy +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" -msgstr "FanFold European" +msgstr "FanFold Ευρωπαϊκό" -#: gtk/paper_names_offsets.c:120 -#, fuzzy +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: gtk/paper_names_offsets.c:121 -#, fuzzy +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" -msgstr "FanFold German Legal" +msgstr "FanFold Legal Γερμανικό" -#: gtk/paper_names_offsets.c:122 -#, fuzzy +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government Legal" -#: gtk/paper_names_offsets.c:123 -#, fuzzy +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government Letter" -#: gtk/paper_names_offsets.c:124 -#, fuzzy +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" -msgstr "_Κατάλογος" +msgstr "Index 3x5" -#: gtk/paper_names_offsets.c:125 -#, fuzzy +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" -msgstr "Index 4x6 (postcard)" +msgstr "Index 4x6 (καρτ-ποστάλ)" -#: gtk/paper_names_offsets.c:126 -#, fuzzy +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: gtk/paper_names_offsets.c:127 -#, fuzzy +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" -msgstr "_Κατάλογος" +msgstr "Index 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" -msgstr "" +msgstr "Τιμολόγιο" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" -msgstr "" +msgstr "Tabloid" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" -msgstr "" +msgstr "US Legal" -#: gtk/paper_names_offsets.c:131 -#, fuzzy +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: gtk/paper_names_offsets.c:132 -#, fuzzy +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: gtk/paper_names_offsets.c:133 -#, fuzzy +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: gtk/paper_names_offsets.c:134 -#, fuzzy +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: gtk/paper_names_offsets.c:135 -#, fuzzy +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Φάκελος Monarch" -#: gtk/paper_names_offsets.c:136 -#, fuzzy +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Φάκελος #10" -#: gtk/paper_names_offsets.c:137 -#, fuzzy +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Φάκελος #11" -#: gtk/paper_names_offsets.c:138 -#, fuzzy +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Φάκελος #12" -#: gtk/paper_names_offsets.c:139 -#, fuzzy +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Φάκελος #14" -#: gtk/paper_names_offsets.c:140 -#, fuzzy +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Φάκελος #9" -#: gtk/paper_names_offsets.c:141 -#, fuzzy +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Προσωπικός φάκελος" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" -msgstr "" +msgstr "Quarto (οκτασέλιδο)" -#: gtk/paper_names_offsets.c:143 -#, fuzzy +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" -msgstr "Χαρτί" +msgstr "Super A" -#: gtk/paper_names_offsets.c:144 -#, fuzzy +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" -msgstr "Χαρτί" +msgstr "Super B" -#: gtk/paper_names_offsets.c:145 -#, fuzzy +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" -msgstr "Wide Format" +msgstr "Πλατιά μορφή" -#: gtk/paper_names_offsets.c:146 -#, fuzzy +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 -#, fuzzy +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" -msgstr "Χρώμα" +msgstr "Folio (τετρασέλιδο)" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" -msgstr "" +msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 -#, fuzzy +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" -msgstr "Φάκελος πρόσκλησης" +msgstr "Φάκελος προσκλητηρίου" -#: gtk/paper_names_offsets.c:150 -#, fuzzy +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" -msgstr "Φάκελος Italian" +msgstr "Ιταλικός φάκελος" -#: gtk/paper_names_offsets.c:151 -#, fuzzy +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" -msgstr "" +msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 -#, fuzzy +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Φάκελος Postfix" -#: gtk/paper_names_offsets.c:154 -#, fuzzy +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Μικρή φωτογραφία" -#: gtk/paper_names_offsets.c:155 -#, fuzzy +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Φάκελος prc1" -#: gtk/paper_names_offsets.c:156 -#, fuzzy +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Φάκελος prc10" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" -msgstr "" +msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 -#, fuzzy +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Φάκελος prc2" -#: gtk/paper_names_offsets.c:159 -#, fuzzy +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Φάκελος prc3" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" -msgstr "" +msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 -#, fuzzy +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Φάκελος prc4" -#: gtk/paper_names_offsets.c:162 -#, fuzzy +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" -msgstr "Φάκελος c5" +msgstr "Φάκελος prc5" -#: gtk/paper_names_offsets.c:163 -#, fuzzy +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Φάκελος prc6" -#: gtk/paper_names_offsets.c:164 -#, fuzzy +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Φάκελος prc7" -#: gtk/paper_names_offsets.c:165 -#, fuzzy +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Φάκελος prc8" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" -msgstr "" +msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" -msgstr "" +msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" -msgstr "βρέθηκαν διαφορετικά idatas για symlinked '%s' και '%s'\n" +msgstr "" +"βρέθηκαν διαφορετικά idatas για τα συνδεδεμένα με συμβολικό σύνδεσμο '%s' " +"και '%s'\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Αποτυχία εγγραφής κεφαλίδας\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" -msgstr "Αποτυχία εγγραφής hash table\n" +msgstr "Αποτυχία εγγραφής πίνακα hash\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" -msgstr "Αποτυχία εγγραφής folder index\n" +msgstr "Αποτυχία εγγραφής ευρετηρίου φακέλου\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Αποτυχία επανεγγραφής κεφαλίδας\n" -#: gtk/updateiconcache.c:1455 -#, fuzzy, c-format +#: ../gtk/updateiconcache.c:1455 +#, c-format msgid "Failed to open file %s : %s\n" -msgstr "Αποτυχία ανοίγματος αρχείου '%s': %s " +msgstr "Αποτυχία ανοίγματος αρχείου %s : %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" -msgstr "Αποτυχία εγγραφής αρχείου cache: %s\n" +msgstr "Αποτυχία εγγραφής αρχείου λανθάνουσας μνήμης: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" -msgstr "Η δημιουργηθείσα προσωρινή μνήμη δεν 'ήταν έγκυρη.\n" +msgstr "Η δημιουργηθείσα λανθάνουσα μνήμη δεν ήταν έγκυρη.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" -msgstr "Αδυναμία μετονομασίας %s σε %s: %s, αναγκαστικά αφαίρεση του %s.\n" +msgstr "Αδυναμία μετονομασίας του %s σε %s: %s. Άρα, αφαιρείται το %s.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" -msgstr "Σφάλμα μετονομασίας %s σε %s: %s\n" +msgstr "Αδυναμία μετονομασίας του %s σε %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" -msgstr "Σφάλμα μετονομασίας %s πίσω σε %s: %s.\n" +msgstr "Αδυναμία μετονομασίας του %s πάλι σε %s: %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Επιτυχής δημιουργία αρχείου λανθάνουσας μνήμης.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "" -"Αντικατάσταση μιας υπάρχουσας λανθάνουσας μνήμης, ακόμα και αν είναι " -"ενημερωμένη" +"Αντικατάσταση υπάρχουσας λανθάνουσας μνήμης, ακόμη κι αν είναι ενημερωμένη" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" -msgstr "Να μην γίνεται έλεγχος για ύπαρξη του index.theme" +msgstr "Να μη γίνεται έλεγχος για την ύπαρξη του index.theme" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" -msgstr "Να μην συμπεριλαμβάνονται δεδομένα εικόνας στη λανθάνουσα μνήμη" +msgstr "Να μη συμπεριλαμβάνονται δεδομένα εικόνων στη λανθάνουσα μνήμη" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" -msgstr "Αποτέλεσμα ενός αρχείου C header" +msgstr "Έξοδος σε αρχείο C header" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" -msgstr "Απενεργοποίηση verbose output" +msgstr "Απενεργοποίηση αναλυτικής εξόδου μηνυμάτων" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" -msgstr "Επικύρωση υπάρχουσας προσωρινής μνήμης εικονιδίων" +msgstr "Επαλήθευση υπάρχουσας λανθάνουσας μνήμης εικονιδίων" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" -msgstr "Το αρχείο δεν βρέθηκε: %s\n" +msgstr "Δε βρέθηκε το αρχείο: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" -msgstr "Δεν είναι μια έγκυρη προσωρινή μνήμη εικονιδίων: %s\n" +msgstr "Δεν είναι έγκυρη λανθάνουσα μνήμη εικονιδίων: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." -msgstr "" +msgstr "Δε βρέθηκε αρχείο ευρετηρίου θέματος." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" "If you really want to create an icon cache here, use --ignore-theme-index.\n" msgstr "" -"Δεν βρέθηκε αρχείο theme index στο '%s'.\n" -"Αν θέλετε να δημιουργήσετε μια icon cache εδώ, χρησιμοποιήστε το --ignore-" -"theme-index.\n" +"Δε βρέθηκε αρχείο ευρετηρίου θέματος στο '%s'.\n" +"Αν επιμένετε να δημιουργήσετε εδώ λανθάνουσα μνήμη εικονιδίων, " +"χρησιμοποιήστε το --ignore-theme-index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" -msgstr "Amharic (EZ+)" +msgstr "Αμχαρικά (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" -msgstr "Cedilla" +msgstr "Σεντίγ" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" -msgstr "Cyrillic (Transliterated)" +msgstr "Κυριλλικά (μεταγραμμένα)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" -msgstr "Inukitut (Transliterated)" +msgstr "Inuktitut (μεταγραμμένα)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" -msgstr "IPA" +msgstr "IPA (Διεθνές Φωνητικό Αλφάβητο)" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" -msgstr "Multipress" +msgstr "Multipress (Πολλαπλών χτυπημάτων)" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" -msgstr "Thai-Lao" +msgstr "Ταϋλανδέζικα-Λαοτιανά" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" -msgstr "Tigrigna-Eritrean (EZ+)" +msgstr "Tigrigna Ερυθραίας (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" -msgstr "Tigrigna-Ethiopian (EZ+)" +msgstr "Tigrigna Αιθιοπίας (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" -msgstr "Vietnamese (VIQR)" +msgstr "Βιετναμέζικα (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "Μέθοδος Eισαγωγής Χ" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." -msgstr "" +msgstr "Τελειώνει το toner στον εκτυπωτή '%s'." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." -msgstr "" +msgstr "Τελείωσε το toner στον εκτυπωτή '%s'." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." -msgstr "" +msgstr "Τελειώνει το developer στον εκτυπωτή '%s'." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." -msgstr "" +msgstr "Τελείωσε το developer στον εκτυπωτή '%s'." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." -msgstr "" +msgstr "Τελειώνει τουλάχιστον ένα δοχείο έγχρωμου μελανιού στον εκτυπωτή '%s'." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." -msgstr "" +msgstr "Τελείωσε τουλάχιστον ένα δοχείο έγχρωμου μελανιού στον εκτυπωτή '%s'." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." -msgstr "" +msgstr "Είναι ανοιχτό το κάλυμμα του εκτυπωτή '%s'." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." -msgstr "" +msgstr "Είναι ανοιχτό το πορτάκι του εκτυπωτή '%s'." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." -msgstr "" +msgstr "Τελειώνει το χαρτί στον εκτυπωτή '%s'." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." -msgstr "" +msgstr "Τελείωσε το χαρτί στον εκτυπωτή '%s'." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 -#, fuzzy, c-format +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 +#, c-format msgid "Printer '%s' is currently off-line." -msgstr "Αποσυνδεδεμένος εκτυπωτής" +msgstr "Ο εκτυπωτής '%s' είναι αποσυνδεδεμένος." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." -msgstr "" +msgstr "Ο εκτυπωτής '%s' μπορεί να μην είναι συνδεδεμένος." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." -msgstr "" +msgstr "Υπάρχει πρόβλημα στον εκτυπωτή '%s'." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" -msgstr "" +msgstr "Σε παύση· δε γίνονται δεκτές εκτυπώσεις" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" -msgstr "" +msgstr "Δε γίνονται δεκτές εκτυπώσεις" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" -msgstr "Δυο πλευρών" +msgstr "Διπλής όψης" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Τύπος χαρτιού" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Πηγή χαρτιού" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Συρτάρι εξόδου" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" -msgstr "Ερώτηση" +msgstr "Ανάλυση" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" -msgstr "" +msgstr "GhostScript pre-filtering" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" -msgstr "Μια πλευρά" +msgstr "Μονής όψης" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" -msgstr "" +msgstr "Μακρύ άκρο (κανονικό)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" -msgstr "" +msgstr "Βραχύ άκρο (αναστροφή)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Αυτόματη επιλογή" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Προεπιλογή εκτυπωτή" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" -msgstr "" +msgstr "Ενσωμάτωση μόνο των γραμματοσειρών GhostScript" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" -msgstr "" +msgstr "Μετατροπή σε PS επιπέδου 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" -msgstr "" +msgstr "Μετατροπή σε PS επιπέδου 2" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" -msgstr "Δε βρέθηκαν αντικείμενα" +msgstr "Χωρίς pre-filtering" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" -msgstr "" +msgstr "Διάφορα" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Επείγον" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" -msgstr "Υψηλό" +msgstr "Υψηλή" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" -msgstr "Μεσαίο" +msgstr "Μεσαία" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" -msgstr "Χαμηλό" +msgstr "Χαμηλή" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" -msgstr "" +msgstr "Από αριστερά προς δεξιά, από πάνω προς τα κάτω" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" -msgstr "" +msgstr "Από αριστερά προς δεξιά, από κάτω προς τα πάνω" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" -msgstr "" +msgstr "Από δεξιά προς αριστερά, από πάνω προς τα κάτω" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" -msgstr "" +msgstr "Από δεξιά προς αριστερά, από κάτω προς τα πάνω" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" -msgstr "" +msgstr "Από πάνω προς τα κάτω, από αριστερά προς δεξιά" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" -msgstr "" +msgstr "Από πάνω προς τα κάτω, από δεξιά προς αριστερά" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" -msgstr "" +msgstr "Από κάτω προς τα πάνω, από αριστερά προς δεξιά" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" -msgstr "" +msgstr "Από κάτω προς τα πάνω, από δεξιά προς αριστερά" #. Cups specific, non-ppd related settings #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Σελίδες ανά φύλλο" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" -msgstr "Πρ_οτεραιότητα:" +msgstr "Προτεραιότητα" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" -msgstr "Πληροφορίες _λογαριαμού:" +msgstr "Πληροφορίες τιμολόγησης" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Κανένα" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Διαβαθμισμένο" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Εμπιστευτικό" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Απόρρητο" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Κανονικό" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Άκρως απόρρητο" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Αδιαβάθμητο" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" -msgstr "Π_ριν:" +msgstr "Πριν" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" -msgstr "_Μετά:" +msgstr "Μετά" #. Translators: this is the name of the option that controls when #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" -msgstr "Εκτύπωση" +msgstr "Ώρα εκτύπωσης" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" -msgstr "Εκτύπωση σε αρχείο" +msgstr "Ώρα εκτύπωσης" #. Translators: this format is used to display a custom paper #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 -#, fuzzy, c-format +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 +#, c-format msgid "Custom %sx%s" -msgstr "Προσαρμοσμένη %.2fx%.2f" +msgstr "Προσαρμοσμένο %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" -msgstr "output.%s" +msgstr "αποτέλεσμα.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Εκτύπωση σε αρχείο" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Σελίδες ανά _φύλλο" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Αρχείο" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "Μ_ορφή αποτελέσματος" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Εκτύπωση σε LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Σελίδες ανά φύλλο" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" -msgstr "Γραμμλη εντολών" +msgstr "Γραμμή εντολών" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" -msgstr "test-output.%s" +msgstr "δοκιμαστικό.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Εκτύπωση σε δοκιμαστικό εκτυπωτή" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Αδυναμία λήψης πληροφοριών για το αρχείο '%s': %s" - -#~ msgid "directfb arg" -#~ msgstr "directfb arg" - -#~ msgid "sdl|system" -#~ msgstr "σύστημα" - -#~ msgid "keyboard label|BackSpace" -#~ msgstr "BackSpace" - -#~ msgid "keyboard label|Tab" -#~ msgstr "Tab" - -#~ msgid "keyboard label|Return" -#~ msgstr "Return" - -#~ msgid "keyboard label|Pause" -#~ msgstr "Pause" - -#~ msgid "keyboard label|Scroll_Lock" -#~ msgstr "Scroll_Lock" - -#~ msgid "keyboard label|Sys_Req" -#~ msgstr "Sys_Req" - -#~ msgid "keyboard label|Escape" -#~ msgstr "Escape" - -#~ msgid "keyboard label|Multi_key" -#~ msgstr "Multi_key" - -#~ msgid "keyboard label|Home" -#~ msgstr "Home" - -#~ msgid "keyboard label|Left" -#~ msgstr "Αριστερό" - -#~ msgid "keyboard label|Up" -#~ msgstr "Πάνω" - -#~ msgid "keyboard label|Right" -#~ msgstr "Δεξιό" - -#~ msgid "keyboard label|Down" -#~ msgstr "Κάτω" - -#~ msgid "keyboard label|Page_Up" -#~ msgstr "Page_Up" - -#~ msgid "keyboard label|Page_Down" -#~ msgstr "Page_Down" - -#~ msgid "keyboard label|End" -#~ msgstr "End" - -#~ msgid "keyboard label|Begin" -#~ msgstr "Begin" - -#~ msgid "keyboard label|Print" -#~ msgstr "Print" - -#~ msgid "keyboard label|Insert" -#~ msgstr "Insert" - -#~ msgid "keyboard label|Num_Lock" -#~ msgstr "Num_Lock" - -#~ msgid "keyboard label|KP_Space" -#~ msgstr "KP_Space" - -#~ msgid "keyboard label|KP_Tab" -#~ msgstr "KP_Tab" - -#~ msgid "keyboard label|KP_Enter" -#~ msgstr "KP_Enter" - -#~ msgid "keyboard label|KP_Home" -#~ msgstr "KP_Home" - -#~ msgid "keyboard label|KP_Left" -#~ msgstr "KP_Left" - -#~ msgid "keyboard label|KP_Up" -#~ msgstr "KP_Up" - -#~ msgid "keyboard label|KP_Right" -#~ msgstr "KP_Right" - -#~ msgid "keyboard label|KP_Down" -#~ msgstr "KP_Down" - -#~ msgid "keyboard label|KP_Page_Up" -#~ msgstr "KP_Page_Up" - -#~ msgid "keyboard label|KP_Prior" -#~ msgstr "KP_Prior" - -#~ msgid "keyboard label|KP_Next" -#~ msgstr "KP_Next" - -#~ msgid "keyboard label|KP_End" -#~ msgstr "KP_End" - -#~ msgid "keyboard label|KP_Begin" -#~ msgstr "KP_Begin" - -#~ msgid "keyboard label|KP_Insert" -#~ msgstr "KP_Insert" - -#~ msgid "keyboard label|KP_Delete" -#~ msgstr "KP_Delete" - -#~ msgid "keyboard label|Delete" -#~ msgstr "Delete" - -#, fuzzy -#~ msgid "Couldn't create pixbuf" -#~ msgstr "Αδυναμία δμιουργίας νέου pixbuf" - -#~ msgid "keyboard label|Shift" -#~ msgstr "Shift" - -#~ msgid "keyboard label|Ctrl" -#~ msgstr "Ctrl" - -#~ msgid "keyboard label|Alt" -#~ msgstr "Alt" - -#~ msgid "keyboard label|Super" -#~ msgstr "Super" - -#~ msgid "keyboard label|Hyper" -#~ msgstr "Hyper" - -#~ msgid "keyboard label|Meta" -#~ msgstr "Tab" - -#~ msgid "keyboard label|Space" -#~ msgstr "Space" - -#~ msgid "keyboard label|Backslash" -#~ msgstr "Backslash" - -#~ msgid "year measurement template|2000" -#~ msgstr "2000" - -#~ msgid "calendar:day:digits|%d" -#~ msgstr "%d" - -#~ msgid "calendar:week:digits|%d" -#~ msgstr "%d" - -#~ msgid "calendar year format|%Y" -#~ msgstr "%Y" - -#~ msgid "Accelerator|Disabled" -#~ msgstr "Απενεργοποιημένο" - -#~ msgid "progress bar label|%d %%" -#~ msgstr "%d %%" - -#~ msgid "%.1f KB" -#~ msgstr "%.1f KB" - -#~ msgid "%.1f MB" -#~ msgstr "%.1f MB" - -#~ msgid "%.1f GB" -#~ msgstr "%.1f GB" - -#~ msgid "print operation status|Initial state" -#~ msgstr "Αρχική κατάσταση" - -#~ msgid "print operation status|Preparing to print" -#~ msgstr "Προετοιμασία για εκτύπωση" - -#~ msgid "print operation status|Generating data" -#~ msgstr "Δημιουργία δεδομένων" - -#~ msgid "print operation status|Sending data" -#~ msgstr "Αποστολή δεδομένων" - -#~ msgid "print operation status|Waiting" -#~ msgstr "Αναμονή" - -#~ msgid "print operation status|Blocking on issue" -#~ msgstr "Φραγή σε θέμα" - -#~ msgid "print operation status|Printing" -#~ msgstr "Εκτύπωση" - -#~ msgid "print operation status|Finished" -#~ msgstr "Ολοκληρώθηκε" - -#~ msgid "recent menu label|_%d. %s" -#~ msgstr "_%d. %s" - -#~ msgid "recent menu label|%d. %s" -#~ msgstr "%d. %s" - -#~ msgid "Navigation|_Bottom" -#~ msgstr "_Κάτω" - -#~ msgid "Navigation|_First" -#~ msgstr "_Πρώτη" - -#~ msgid "Navigation|_Last" -#~ msgstr "_Τελευταία" - -#~ msgid "Navigation|_Top" -#~ msgstr "_Πάνω" - -#~ msgid "Navigation|_Back" -#~ msgstr "Πί_σω" - -#~ msgid "Navigation|_Down" -#~ msgstr "_Κάτω" - -#~ msgid "Navigation|_Forward" -#~ msgstr "_Μπροστά" - -#~ msgid "Navigation|_Up" -#~ msgstr "_Πάνω" - -#~ msgid "Justify|_Center" -#~ msgstr "_Κέντρο" - -#~ msgid "Justify|_Fill" -#~ msgstr "_Γέμισμα" - -#~ msgid "Justify|_Left" -#~ msgstr "Α_ριστερά" - -#~ msgid "Justify|_Right" -#~ msgstr "_Δεξιά" - -#~ msgid "Media|_Next" -#~ msgstr "_Επόμενο" - -#~ msgid "Media|P_ause" -#~ msgstr "Παύ_ση" - -#~ msgid "Media|_Play" -#~ msgstr "Α_ναπαραγωγή" - -#~ msgid "Media|_Stop" -#~ msgstr "_Διακοπή" - -#~ msgid "volume percentage|%d %%" -#~ msgstr "%d %%" - -#~ msgid "paper size|asme_f" -#~ msgstr "asme_f" - -#~ msgid "paper size|A0x2" -#~ msgstr "A0x2" - -#~ msgid "paper size|A0" -#~ msgstr "Α0" - -#~ msgid "paper size|A0x3" -#~ msgstr "Α0x3" - -#~ msgid "paper size|A1" -#~ msgstr "A1" - -#~ msgid "paper size|A10" -#~ msgstr "A10" - -#~ msgid "paper size|A1x3" -#~ msgstr "A1x3" - -#~ msgid "paper size|A1x4" -#~ msgstr "A1x4" - -#~ msgid "paper size|A2" -#~ msgstr "A2" - -#~ msgid "paper size|A2x3" -#~ msgstr "A2x3" - -#~ msgid "paper size|A2x4" -#~ msgstr "A2x4" - -#~ msgid "paper size|A2x5" -#~ msgstr "A2x5" - -#~ msgid "paper size|A3" -#~ msgstr "A3" - -#~ msgid "paper size|A3 Extra" -#~ msgstr "A3 Extra" - -#~ msgid "paper size|A3x3" -#~ msgstr "A3x3" - -#~ msgid "paper size|A3x4" -#~ msgstr "A3x4" - -#~ msgid "paper size|A3x5" -#~ msgstr "A3x5" - -#~ msgid "paper size|A3x6" -#~ msgstr "A3x6" - -#~ msgid "paper size|A3x7" -#~ msgstr "A3x7" - -#~ msgid "paper size|A4" -#~ msgstr "A4" - -#~ msgid "paper size|A4 Extra" -#~ msgstr "A4 Extra" - -#~ msgid "paper size|A4 Tab" -#~ msgstr "A4 Tab" - -#~ msgid "paper size|A4x3" -#~ msgstr "A4x3" - -#~ msgid "paper size|A4x4" -#~ msgstr "A4x4" - -#~ msgid "paper size|A4x5" -#~ msgstr "A4x5" - -#~ msgid "paper size|A4x6" -#~ msgstr "A4x6" - -#~ msgid "paper size|A4x7" -#~ msgstr "A4x7" - -#~ msgid "paper size|A4x8" -#~ msgstr "A4x8" - -#~ msgid "paper size|A4x9" -#~ msgstr "A4x9" - -#~ msgid "paper size|A5" -#~ msgstr "A5" - -#~ msgid "paper size|A5 Extra" -#~ msgstr "A5 Extra" - -#~ msgid "paper size|A6" -#~ msgstr "A6" - -#~ msgid "paper size|A7" -#~ msgstr "A7" - -#~ msgid "paper size|A8" -#~ msgstr "A8" - -#~ msgid "paper size|A9" -#~ msgstr "A9" - -#~ msgid "paper size|B0" -#~ msgstr "B0" - -#~ msgid "paper size|B1" -#~ msgstr "B1" - -#~ msgid "paper size|B10" -#~ msgstr "B10" - -#~ msgid "paper size|B2" -#~ msgstr "B2" - -#~ msgid "paper size|B3" -#~ msgstr "B3" - -#~ msgid "paper size|B4" -#~ msgstr "B4" - -#~ msgid "paper size|B5" -#~ msgstr "B5" - -#~ msgid "paper size|B5 Extra" -#~ msgstr "B5 Extra" - -#~ msgid "paper size|B6" -#~ msgstr "B6" - -#~ msgid "paper size|B6/C4" -#~ msgstr "B6/C4" - -#~ msgid "paper size|B7" -#~ msgstr "B7" - -#~ msgid "paper size|B8" -#~ msgstr "B8" - -#~ msgid "paper size|B9" -#~ msgstr "B9" - -#~ msgid "paper size|C0" -#~ msgstr "C0" - -#~ msgid "paper size|C1" -#~ msgstr "C1" - -#~ msgid "paper size|C10" -#~ msgstr "C10" - -#~ msgid "paper size|C2" -#~ msgstr "C2" - -#~ msgid "paper size|C3" -#~ msgstr "C3" - -#~ msgid "paper size|C4" -#~ msgstr "C4" - -#~ msgid "paper size|C5" -#~ msgstr "C5" - -#~ msgid "paper size|C6" -#~ msgstr "C6" - -#~ msgid "paper size|C6/C5" -#~ msgstr "C6/C5" - -#~ msgid "paper size|C7" -#~ msgstr "C7" - -#~ msgid "paper size|C7/C6" -#~ msgstr "C7/C6" - -#~ msgid "paper size|C8" -#~ msgstr "C8" - -#~ msgid "paper size|C9" -#~ msgstr "C9" - -#~ msgid "paper size|RA0" -#~ msgstr "RA0" - -#~ msgid "paper size|RA1" -#~ msgstr "RA1" - -#~ msgid "paper size|RA2" -#~ msgstr "RA2" - -#~ msgid "paper size|SRA0" -#~ msgstr "SRA0" - -#~ msgid "paper size|SRA1" -#~ msgstr "SRA1" - -#~ msgid "paper size|SRA2" -#~ msgstr "SRA2" - -#~ msgid "paper size|JB0" -#~ msgstr "JB0" - -#~ msgid "paper size|JB1" -#~ msgstr "JB1" - -#~ msgid "paper size|JB10" -#~ msgstr "JB10" - -#~ msgid "paper size|JB2" -#~ msgstr "JB2" - -#~ msgid "paper size|JB3" -#~ msgstr "JB3" - -#~ msgid "paper size|JB4" -#~ msgstr "JB4" - -#~ msgid "paper size|JB5" -#~ msgstr "JB5" - -#~ msgid "paper size|JB6" -#~ msgstr "JB6" - -#~ msgid "paper size|JB7" -#~ msgstr "JB7" - -#~ msgid "paper size|JB8" -#~ msgstr "JB8" - -#~ msgid "paper size|JB9" -#~ msgstr "JB9" - -#~ msgid "paper size|jis exec" -#~ msgstr "jis exec" - -#~ msgid "paper size|10x11" -#~ msgstr "10x11" - -#~ msgid "paper size|10x13" -#~ msgstr "10x13" - -#~ msgid "paper size|10x14" -#~ msgstr "10x14" - -#~ msgid "paper size|10x15" -#~ msgstr "10x15" - -#~ msgid "paper size|11x12" -#~ msgstr "11x12" - -#~ msgid "paper size|11x15" -#~ msgstr "11x15" - -#~ msgid "paper size|12x19" -#~ msgstr "12x19" - -#~ msgid "paper size|5x7" -#~ msgstr "5x7" - -#~ msgid "paper size|Arch A" -#~ msgstr "Arch A" - -#~ msgid "paper size|Arch B" -#~ msgstr "Arch B" - -#~ msgid "paper size|Arch C" -#~ msgstr "Arch C" - -#~ msgid "paper size|Arch D" -#~ msgstr "Arch D" - -#~ msgid "paper size|Arch E" -#~ msgstr "Arch E" - -#~ msgid "paper size|b-plus" -#~ msgstr "b-plus" - -#~ msgid "paper size|c" -#~ msgstr "c" - -#~ msgid "paper size|d" -#~ msgstr "d" - -#~ msgid "paper size|e" -#~ msgstr "e" - -#~ msgid "paper size|edp" -#~ msgstr "edp" - -#~ msgid "paper size|Executive" -#~ msgstr "Executive" - -#~ msgid "paper size|f" -#~ msgstr "f" - -#~ msgid "paper size|Index 3x5" -#~ msgstr "Index 3x5" - -#~ msgid "paper size|Index 5x8" -#~ msgstr "Index 5x8" - -#~ msgid "paper size|Invoice" -#~ msgstr "Απόδειξη" - -#~ msgid "paper size|Tabloid" -#~ msgstr "Ταπλόιντ" - -#~ msgid "paper size|US Legal" -#~ msgstr "US Legal" - -#~ msgid "paper size|Quarto" -#~ msgstr "Quarto" - -#~ msgid "paper size|Super A" -#~ msgstr "Super A" - -#~ msgid "paper size|Super B" -#~ msgstr "Super B" - -#~ msgid "paper size|Folio" -#~ msgstr "Folio" - -#~ msgid "paper size|Folio sp" -#~ msgstr "Folio sp" - -#~ msgid "paper size|pa-kai" -#~ msgstr "pa-kai" - -#~ msgid "paper size|prc 16k" -#~ msgstr "prc 16k" - -#~ msgid "paper size|prc 32k" -#~ msgstr "prc 32k" - -#~ msgid "paper size|prc5 Envelope" -#~ msgstr "Φάκελος prc5" - -#~ msgid "paper size|ROC 16k" -#~ msgstr "ROC 16k" - -#~ msgid "paper size|ROC 8k" -#~ msgstr "ROC 8k" - -#~ msgid "URI" -#~ msgstr "URI" - -#~ msgid "The URI bound to this button" -#~ msgstr "Το URI είναι συνδεδεμένο με αυτό το κουμπί" - -#~ msgid "Arrow spacing" -#~ msgstr "Διάστιχο βέλους" - -#~ msgid "Scroll arrow spacing" -#~ msgstr "Διάστιχο βέλους κύλισης" - -#~ msgid "Group" -#~ msgstr "Ομάδα" - -#~ msgid "The radio tool button whose group this button belongs to." -#~ msgstr "Το κουμπί εργαλείου radio στην ομάδα που ανήκει αυτό το κουμπί." - -#~ msgid "Invalid filename: %s" -#~ msgstr "Μη έγκυρο όνομα αρχείου: %s" - -#~ msgid "" -#~ "Could not add a bookmark for '%s' because it is an invalid path name." -#~ msgstr "" -#~ "Αποτυχία πρόθεσης σελιδοδείκτη για %s επειδή έχει μη έγκυρο όνομα " -#~ "διαδρομής." - -#~ msgid "Could not select file '%s' because it is an invalid path name." -#~ msgstr "Αποτυχία επιλογής αρχείου %s επειδή έχει μη έγκυρο όνομα διαδρομής." - -#~ msgid "%d byte" -#~ msgid_plural "%d bytes" -#~ msgstr[0] "%d byte" -#~ msgstr[1] "%d bytes" - -#~ msgid "Could not get a stock icon for %s\n" -#~ msgstr "Αδυναμία λήψης εικονιδίου για %s\n" - -#~ msgid "Error getting information for '%s': %s" -#~ msgstr "Σφάλμα λήψης πληροφοριών για '%s': %s" - -#~ msgid "This file system does not support mounting" -#~ msgstr "Το σύστημα αρχείων δεν υποστηρίζει προσάρτηση" - -#~ msgid "" -#~ "The name \"%s\" is not valid because it contains the character \"%s\". " -#~ "Please use a different name." -#~ msgstr "" -#~ "Το όνομα \"%s\" δεν είναι έγκυρο επειδή περιέχει τον χαρακτήρα \"%s\". " -#~ "Παρακαλώ επιλέξτε ένα διαφορετικό όνομα." - -#~ msgid "Bookmark saving failed: %s" -#~ msgstr "Η αποθήκευση σελιδοδείκτη απέτυχε: %s" - -#~ msgid "'%s' already exists in the bookmarks list" -#~ msgstr "Ο '%s' υπάρχει ήδη στην λίστα σελιδοδεικτών" - -#~ msgid "'%s' does not exist in the bookmarks list" -#~ msgstr "Ο '%s' δεν υπάρχει στην λίστα σελιδοδεικτών" - -#~ msgid "Path is not a folder: '%s'" -#~ msgstr "Η διαδρομή δεν είναι φάκελος: '%s'" - -#~ msgid "Network Drive (%s)" -#~ msgstr "Δικτυακός δίσκος (%s)" - -#~ msgid "Unknown attribute '%s' on line %d char %d" -#~ msgstr "Άγνωστο γνώρισμα '%s' στην γραμμή %d χαρακ %d" - -#~ msgid "Today at %H:%M" -#~ msgstr "Σήμερα στις %H:%M" - -#~ msgid "Default" -#~ msgstr "Προεπιλογή" - -#~ msgid "Print Pages" -#~ msgstr "Εκτύπωση σελίδων" - -#~ msgid "_All" -#~ msgstr "Ό_λες" From 1a312bfa3e32414065a87d7376a9bff8c61f0560 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 6 Apr 2009 20:13:35 -0400 Subject: [PATCH 010/190] Improve GtkBuilder error reporting Make GtkBuilder report an error when it encounters a duplicate id, instead of segfaulting later on --- docs/reference/gtk/tmpl/gtkbuilder.sgml | 1 + gtk/gtkbuilder.h | 3 ++- gtk/gtkbuilderparser.c | 36 ++++++++++++++++++------- gtk/gtkbuilderprivate.h | 2 ++ 4 files changed, 32 insertions(+), 10 deletions(-) diff --git a/docs/reference/gtk/tmpl/gtkbuilder.sgml b/docs/reference/gtk/tmpl/gtkbuilder.sgml index 4353b1d2e3..09ee015f94 100644 --- a/docs/reference/gtk/tmpl/gtkbuilder.sgml +++ b/docs/reference/gtk/tmpl/gtkbuilder.sgml @@ -285,6 +285,7 @@ using #GtkBuilder. some attribute value. @GTK_BUILDER_ERROR_VERSION_MISMATCH: The input file requires a newer version of GTK+. +@GTK_BUILDER_ERROR_DUPLICATE_ID: An object id occurred twice. diff --git a/gtk/gtkbuilder.h b/gtk/gtkbuilder.h index 4a11001c5c..0f9224e0e7 100644 --- a/gtk/gtkbuilder.h +++ b/gtk/gtkbuilder.h @@ -52,7 +52,8 @@ typedef enum GTK_BUILDER_ERROR_INVALID_TAG, GTK_BUILDER_ERROR_MISSING_PROPERTY_VALUE, GTK_BUILDER_ERROR_INVALID_VALUE, - GTK_BUILDER_ERROR_VERSION_MISMATCH + GTK_BUILDER_ERROR_VERSION_MISMATCH, + GTK_BUILDER_ERROR_DUPLICATE_ID } GtkBuilderError; GQuark gtk_builder_error_quark (void); diff --git a/gtk/gtkbuilderparser.c b/gtk/gtkbuilderparser.c index 44b10fa036..084c3622f8 100644 --- a/gtk/gtkbuilderparser.c +++ b/gtk/gtkbuilderparser.c @@ -298,11 +298,12 @@ is_requested_object (const gchar *object, } static void -parse_object (ParserData *data, - const gchar *element_name, - const gchar **names, - const gchar **values, - GError **error) +parse_object (GMarkupParseContext *context, + ParserData *data, + const gchar *element_name, + const gchar **names, + const gchar **values, + GError **error) { ObjectInfo *object_info; ChildInfo* child_info; @@ -310,6 +311,7 @@ parse_object (ParserData *data, gchar *object_class = NULL; gchar *object_id = NULL; gchar *constructor = NULL; + gint line, line2; child_info = state_peek_info (data, ChildInfo); if (child_info && strcmp (child_info->tag.name, "object") == 0) @@ -335,10 +337,11 @@ parse_object (ParserData *data, object_class = _get_type_by_symbol (values[i]); if (!object_class) { - g_set_error (error, GTK_BUILDER_ERROR, + g_markup_parse_context_get_position (context, &line, NULL); + g_set_error (error, GTK_BUILDER_ERROR, GTK_BUILDER_ERROR_INVALID_TYPE_FUNCTION, - _("Invalid type function: `%s'"), - values[i]); + _("Invalid type function on line %d: '%s'"), + line, values[i]); return; } } @@ -389,6 +392,19 @@ parse_object (ParserData *data, if (child_info) object_info->parent = (CommonInfo*)child_info; + + g_markup_parse_context_get_position (context, &line, NULL); + line2 = GPOINTER_TO_INT (g_hash_table_lookup (data->object_ids, object_id)); + if (line2 != 0) + { + g_set_error (error, GTK_BUILDER_ERROR, + GTK_BUILDER_ERROR_DUPLICATE_ID, + _("Duplicate object id '%s' on line %d (previously on line %d)"), + object_id, line, line2); + return; + } + + g_hash_table_insert (data->object_ids, object_id, GINT_TO_POINTER (line)); } static void @@ -848,7 +864,7 @@ start_element (GMarkupParseContext *context, if (strcmp (element_name, "requires") == 0) parse_requires (data, element_name, names, values, error); else if (strcmp (element_name, "object") == 0) - parse_object (data, element_name, names, values, error); + parse_object (context, data, element_name, names, values, error); else if (data->requested_objects && !data->inside_requested_object) { /* If outside a requested object, simply ignore this tag */ @@ -1145,6 +1161,7 @@ _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->requested_objects = NULL; if (requested_objs) @@ -1204,6 +1221,7 @@ _gtk_builder_parser_parse_buffer (GtkBuilder *builder, g_slist_foreach (data->requested_objects, (GFunc) g_free, NULL); g_slist_free (data->requested_objects); g_free (data->domain); + g_hash_table_destroy (data->object_ids); g_markup_parse_context_free (data->ctx); g_free (data); diff --git a/gtk/gtkbuilderprivate.h b/gtk/gtkbuilderprivate.h index 8c69630d6c..e633a28b5d 100644 --- a/gtk/gtkbuilderprivate.h +++ b/gtk/gtkbuilderprivate.h @@ -101,6 +101,8 @@ typedef struct { gboolean inside_requested_object; gint requested_object_level; gint cur_object_level; + + GHashTable *object_ids; } ParserData; typedef GType (*GTypeGetFunc) (void); From 209af946f37d2eae9f62d16ee817f4368758ef8f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 6 Apr 2009 20:21:04 -0400 Subject: [PATCH 011/190] Improve gtk-builder-convert error reporting Make gtk-builder-convert warn when it meets duplicate ids, since those will not work with GtkBuilder. --- gtk/gtk-builder-convert | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtk-builder-convert b/gtk/gtk-builder-convert index 470e206de1..e1fccdbaa4 100755 --- a/gtk/gtk-builder-convert +++ b/gtk/gtk-builder-convert @@ -257,6 +257,8 @@ class GtkBuilderConverter(object): for node in objects: self._convert(node.getAttribute("class"), node) + if self._get_object(node.getAttribute('id')) is not None: + print "WARNING: duplicate id \"" + node.getAttribute('id') + "\"" self.objects[node.getAttribute('id')] = node # Convert Gazpachos UI tag From eeb3223802efcc43a7881406bbae24858b590917 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 6 Apr 2009 20:45:11 -0400 Subject: [PATCH 012/190] Trivial formatting fix --- gtk/gtkbuilderparser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkbuilderparser.c b/gtk/gtkbuilderparser.c index 084c3622f8..feda666c58 100644 --- a/gtk/gtkbuilderparser.c +++ b/gtk/gtkbuilderparser.c @@ -399,8 +399,8 @@ parse_object (GMarkupParseContext *context, { g_set_error (error, GTK_BUILDER_ERROR, GTK_BUILDER_ERROR_DUPLICATE_ID, - _("Duplicate object id '%s' on line %d (previously on line %d)"), - object_id, line, line2); + _("Duplicate object id '%s' on line %d (previously on line %d)"), + object_id, line, line2); return; } From 45894c9fad16886bd9c97adca150dd693ba0c806 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 6 Apr 2009 20:55:26 -0400 Subject: [PATCH 013/190] Fix a GtkBuilder crash Always set an error when returning FALSE from gtk_builder_value_from_string. This fixes the crash reported in bug 532858. --- gtk/gtkbuilder.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c index 1ea7db3ac7..9dff20e38a 100644 --- a/gtk/gtkbuilder.c +++ b/gtk/gtkbuilder.c @@ -1329,7 +1329,14 @@ gtk_builder_value_from_string_type (GtkBuilder *builder, g_value_take_boxed (value, vector); } else - ret = FALSE; + { + g_set_error (error, + GTK_BUILDER_ERROR, + GTK_BUILDER_ERROR_INVALID_VALUE, + "Could not parse '%s' as a %s", + string, G_VALUE_TYPE_NAME (value)); + ret = FALSE; + } break; case G_TYPE_OBJECT: if (G_VALUE_HOLDS (value, GDK_TYPE_PIXBUF)) From b5116d8eab30a04db6a961b629d055e1f9178916 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Tue, 7 Apr 2009 08:36:42 +0200 Subject: [PATCH 014/190] Updated French translation --- po/fr.po | 2080 +++++++++++++++++++++++++++--------------------------- 1 file changed, 1043 insertions(+), 1037 deletions(-) diff --git a/po/fr.po b/po/fr.po index fc19cb1b7f..8483de0c7a 100644 --- a/po/fr.po +++ b/po/fr.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" -"PO-Revision-Date: 2009-02-14 15:23+0100\n" +"POT-Creation-Date: 2009-04-07 08:31+0200\n" +"PO-Revision-Date: 2009-04-07 08:35+0200\n" "Last-Translator: Claude Paroz \n" "Language-Team: GNOME French Team \n" "MIME-Version: 1.0\n" @@ -27,58 +27,58 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n>1;\n" -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Erreur lors de l'analyse de l'option --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Erreur lors de l'analyse de l'option --gdk-no-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Classe du programme telle qu'utilisée par le gestionnaire de fenêtres" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "CLASSE" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Nom du programme tel qu'utilisé par le gestionnaire de fenêtres" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "NOM" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "Affichage X à utiliser" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "AFFICHAGE" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "Écran X à utiliser" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "ÉCRAN" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Drapeaux de débogage Gdk à définir" @@ -86,213 +86,213 @@ msgstr "Drapeaux de débogage Gdk à définir" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "DRAPEAUX" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Drapeaux de débogage Gdk à ne pas définir" -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "Retour arrière" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tabulation" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Retour" -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Arrêt défil." -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Syst" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Échap" -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Touche multi" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Origine" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Gauche" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Haut" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Droite" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Bas" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page haut" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page bas" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "Fin" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Début" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Impr" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Inser" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Verr. num" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "Num_Espace" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "Num_Tab" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "Num_Entrée" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "Num_Origine" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "Num_Gauche" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "Num_Haut" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "Num_Droite" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "Num_Bas" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "Num_Page_Haut" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "Num_Préc" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "Num_Page_Bas" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "Num_Suiv" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "Num_Fin" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "Num_Début" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "Num_Inser" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "Num_Suppr" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Suppr" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Impossible d'ouvrir le fichier « %s » : %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Le fichier image « %s » ne contient pas de données" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -300,7 +300,7 @@ msgstr "" "Impossible de charger l'image « %s » : raison inconnue, probablement un " "fichier d'image corrompu" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -309,12 +309,12 @@ msgstr "" "Impossible de charger l'animation « %s » : raison inconnue, probablement un " "fichier d'animation corrompu" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Impossible de charger le module de chargement d'images : %s : %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -323,56 +323,56 @@ msgstr "" "Le module de chargement d'images %s n'exporte pas la bonne interface ; peut-" "être provient-il d'une version différente de GTK ?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Le type d'images « %s » n'est pas pris en charge" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Impossible de reconnaître le format d'image du fichier « %s »" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Format d'image non reconnu" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Impossible de charger l'image « %s » : %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Erreur lors de l'écriture du fichier d'image : %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "" "Cette version de gdk-pixbuf ne prend pas en charge l'enregistrement au " "format d'image : %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "" "Mémoire insuffisante pour enregistrer l'image dans la fonction de rappel" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Impossible d'ouvrir le fichier temporaire" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Impossible de lire le fichier temporaire" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Impossible d'ouvrir « %s » en écriture : %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -381,15 +381,15 @@ msgstr "" "Impossible de fermer l'image « %s » lors de l'écriture, toutes les données " "n'ont peut-être pas été enregistrées : %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Mémoire insuffisante pour enregistrer l'image dans un tampon" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Erreur lors de l'écriture vers le flux image" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -398,145 +398,150 @@ msgstr "" "Erreur interne : le module de chargement d'images « %s » n'est pas parvenu à " "terminer une opération, mais il n'a pas donné la raison de son échec" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "" "Le chargement progressif d'images de type « %s » n'est pas pris en charge" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "En-tête d'image corrompu" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Format d'image inconnu" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Données des pixels de l'image corrompues" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "Impossible d'allouer un tampon de %u octet pour l'image" msgstr[1] "Impossible d'allouer un tampon de %u octets pour l'image" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Fragment d'icône non attendu dans l'animation" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Type d'animation non pris en charge" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "En-tête non valide dans l'animation" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Mémoire insuffisante pour charger l'animation" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Fragment malformé dans l'animation" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "Le format d'image ANI" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "L'image BMP a un en-tête erroné" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Mémoire insuffisante pour charger l'image bitmap" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "L'image BMP a une taille d'en-tête non prise en charge" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Les images BMP Topdown ne peuvent être compressées" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Fin de fichier rencontrée prématurément" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "" "Impossible d'allouer de la mémoire pour l'enregistrement du fichier BMP" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Impossible d'écrire le fichier BMP" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "Le format d'image BMP" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "La lecture du fichier GIF a échoué : %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "" "Il manque au fichier GIF quelques données (peut-être a-t-il été tronqué ?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Erreur interne dans le chargeur GIF (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Débordement de la pile" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "Le chargeur d'image GIF ne peut pas comprendre cette image." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Code non valide rencontré" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Entrée de table circulaire dans le fichier GIF" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Mémoire insuffisante pour charger le fichier GIF" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Mémoire insuffisante pour composer un cadre dans le fichier GIF" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "L'image GIF est corrompue (compression LZW incorrecte)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Le fichier ne semble pas être au format GIF" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "La version %s de ce format de fichier GIF n'est pas prise en charge." -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -544,112 +549,114 @@ msgstr "" "L'image GIF n'a pas de palette de couleurs globale, et une trame interne n'a " "pas de palette de couleurs locale." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "L'image GIF est tronquée ou incomplète." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "Le format d'image GIF" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "En-tête non valide pour l'icône" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Mémoire insuffisante pour charger l'icône" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "L'icône a une largeur nulle" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "L'icône a une hauteur nulle" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Les icônes compressées ne sont pas prises en charge" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Type d'icône non pris en charge" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Mémoire insuffisante pour charger le fichier ICO" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Image trop grande pour être enregistrée en tant qu'ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Point chaud du curseur en dehors de l'image" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Profondeur de couleur non prise en charge pour le fichier ICO : %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "Le format d'image ICO" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Erreur de lecture de l'image ICNS : %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Impossible de décoder l'image ICNS" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "Le format d'image ICNS" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Impossible d'allouer de la mémoire pour le flux" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Impossible de décoder l'image" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Le JPEG2000 transformé a une largeur ou une hauteur nulle" -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Ce type d'image n'est actuellement pas pris en charge" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Impossible d'allouer de la mémoire pour le profil de couleurs" -#: gdk-pixbuf/io-jasper.c:182 +#: ../gdk-pixbuf/io-jasper.c:182 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Mémoire insuffisante pour ouvrir le fichier JPEG 2000" -#: gdk-pixbuf/io-jasper.c:264 +#: ../gdk-pixbuf/io-jasper.c:264 msgid "Couldn't allocate memory to buffer image data" msgstr "Impossible d'allouer de la mémoire pour le tampon de données d'image" -#: gdk-pixbuf/io-jasper.c:308 +#: ../gdk-pixbuf/io-jasper.c:308 msgid "The JPEG 2000 image format" msgstr "Le format d'image JPEG 2000" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Erreur d'interprétation du fichier d'image JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -657,21 +664,21 @@ msgstr "" "Mémoire insuffisante pour charger l'image, essayez de quitter quelques " "applications pour libérer de la mémoire" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Espace de couleur JPEG non pris en charge (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Impossible d'allouer de la mémoire pour le chargement du fichier JPEG" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Le PNG transformé a une largeur ou une hauteur nulle." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -680,7 +687,7 @@ msgstr "" "La qualité JPEG doit être une valeur entre 0 et 100 ; la valeur « %s » n'est " "pas interprétable." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -688,87 +695,87 @@ msgstr "" "La qualité JPEG doit être une valeur entre 0 et 100 ; la valeur « %d » n'est " "pas autorisée." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1309 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Le format d'image JPEG" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Impossible d'allouer de la mémoire pour l'en-tête" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Impossible d'allouer de la mémoire pour le tampon du contexte" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "L'image a une largeur ou une hauteur non valide" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "L'image a une profondeur de couleurs non prise en charge" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "L'image a un nombre de plans de %d-bit non pris en charge" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Impossible de créer un nouveau pixbuf" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Impossible d'allouer de la mémoire pour les données de lignes" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Impossible d'allouer de la mémoire pour les données de palettes" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Impossible d'obtenir toutes les lignes de l'image PCX" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Aucune palette trouvée à la fin des données PCX" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "Le format d'image PCX" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Le nombre de bits par canal de l'image PNG n'est pas valide." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Le PNG transformé a une largeur ou une hauteur nulle." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Le nombre de bits du PNG transformé n'est pas 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Le PNG transformé n'est ni RGB, ni RGBA." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "Le PNG transformé a un nombre de canaux non pris en charge, il devrait être " "de 3 ou de 4." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Erreur fatale dans le fichier d'image PNG : %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Mémoire insuffisante pour charger le fichier PNG" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -777,28 +784,28 @@ msgstr "" "Mémoire insuffisante pour stocker une image de %ld sur %ld ; essayez de " "quitter quelques applications pour réduire la mémoire occupée" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Erreur fatale lors de la lecture d'une image PNG" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Erreur fatale lors de la lecture du fichier d'image PNG : %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Les clés pour les fragments texte PNG doivent contenir entre 1 et 79 " "caractères." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "" "Les clés pour les fragments texte PNG doivent être des caractères ASCII." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -807,7 +814,7 @@ msgstr "" "Le niveau de compression PNG doit être une valeur entre 0 et 9 ; la valeur « %" "s » n'est pas interprétable." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -816,426 +823,430 @@ msgstr "" "La niveau de compression PNG doit être une valeur entre 0 et 9 ; la valeur « %" "d » n'est pas autorisée." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "La valeur pour le fragment texte PNG %s ne peut pas être convertie dans le " "codage ISO-8859-1." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "Le format d'image PNG" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "" "Le chargeur PNM s'attendait à recevoir un entier, mais ce n'était pas le cas" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "Le fichier PNM a un octet initial incorrect" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "Le fichier PNM n'est pas un sous-format PNM reconnu" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "Le fichier PNM a une largeur d'image de 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "Le fichier PNM a une hauteur d'image de 0" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "La valeur maximale de couleur dans le fichier PNM est 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "La valeur maximale de couleur dans le fichier PNM est trop grande" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Le type d'image PNM brut n'est pas valide" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "Le chargeur d'image PNM ne prend pas en charge ce sous-format PNM" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "Les formats PNM bruts nécessitent exactement un espace avant les données" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Impossible d'allouer de la mémoire pour charger l'image PNM" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Mémoire insuffisante pour charger la structure de contexte PNM" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Fin inattendue des données de l'image PNM" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Mémoire insuffisante pour charger le fichier PNM" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "La famille de format d'image PNM/PBM/PGM/PPM" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "L'image RAS a un en-tête erroné" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "L'image RAS a un type inconnu" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "Variante d'image RAS non prise en charge" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Mémoire insuffisante pour charger l'image RAS" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Le format d'image Sun raster" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Impossible d'allouer de la mémoire pour la structure IOBuffer" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Impossible d'allouer de la mémoire pour les données IOBuffer" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Impossible de réallouer les données IOBuffer" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Impossible d'allouer les données IOBuffer temporaires" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Impossible d'allouer un nouveau pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Impossible d'allouer de structure de palette de couleurs" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Impossible d'allouer des entrées de palette de couleurs" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "" "Profondeur de couleur inattendue pour les entrées de la palette de couleurs" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Impossible d'allouer la mémoire pour l'en-tête TGA" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "Les dimensions de l'image TGA ne sont pas valides" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "Type d'image TGA non pris en charge" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Impossible d'allouer de la mémoire pour la structure de contexte TGA" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Trop de données dans le fichier" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Le format d'image Targa" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Impossible d'obtenir la largeur de l'image (fichier TIFF corrompu)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Impossible d'obtenir la hauteur de l'image (fichier TIFF corrompu)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "La largeur ou la hauteur de l'image TIFF est nulle" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Dimensions de l'image TIFF trop grandes" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Mémoire insuffisante pour ouvrir le fichier TIFF" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Impossible de lire les données RGB du fichier TIFF" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Impossible d'ouvrir l'image TIFF" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "L'opération TIFFClose a échoué" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Impossible de charger l'image TIFF" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Impossible d'enregistrer l'image TIFF" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Impossible d'enregistrer les données TIFF" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Impossible d'écrire le fichier TIFF" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "Le format d'image TIFF" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "L'image a une largeur nulle" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "L'image a une hauteur nulle" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Mémoire insuffisante pour charger l'image" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Impossible d'enregistrer le reste" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "Le format d'image WBMP" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Fichier XBM non valide" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Mémoire insuffisante pour charger l'image XBM" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "" "L'écriture dans un fichier temporaire lors du chargement de l'image XBM a " "échoué" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "Le format d'image XBM" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Aucun en-tête XPM n'a été trouvé" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Fichier XPM non valide" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "Le fichier XPM a une taille d'image négative ou nulle" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "Le fichier XPM a une hauteur négative ou nulle" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "Le nombre de caractères par pixel du fichier XPM n'est pas valide" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "Le fichier XPM n'a pas un nombre de couleurs valide" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Impossible d'allouer de la mémoire pour charger l'image XPM" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Impossible de lire la palette de couleurs XPM" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "" "L'écriture dans un fichier temporaire lors du chargement d'une image XPM a " "échoué" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "Le format d'image XPM" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "Le format d'image EMF" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Impossible d'allouer de la mémoire : %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Impossible de créer le flux : %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Impossible de se positionner dans le flux : %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Impossible de lire dans le flux : %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Impossible de charger l'image" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Impossible de charger le métafichier" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Le format d'image n'est pas pris en charge par GDI+" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Impossible d'enregistrer" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "Le format d'image WMF" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Ne pas traiter les requêtes GDI" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Ne pas utiliser l'API Wintab pour le support de la tablette" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Identique à --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Ne pas utiliser l'API Wintab [défaut]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Taille de la palette en mode 8 bits" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "COULEURS" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Effectue des appels X synchrones" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Lancement de %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Ouverture de %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "Ouverture de %d élément" msgstr[1] "Ouverture de %d éléments" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: ../gtk/gtkaboutdialog.c:267 ../gtk/gtkaboutdialog.c:2121 msgid "License" msgstr "Licence" -#: gtk/gtkaboutdialog.c:268 +#: ../gtk/gtkaboutdialog.c:268 msgid "The license of the program" msgstr "La licence du programme" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: ../gtk/gtkaboutdialog.c:508 msgid "C_redits" msgstr "_Crédits" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: ../gtk/gtkaboutdialog.c:522 msgid "_License" msgstr "_Licence" -#: gtk/gtkaboutdialog.c:790 +#: ../gtk/gtkaboutdialog.c:790 #, c-format msgid "About %s" msgstr "À propos de %s" -#: gtk/gtkaboutdialog.c:2045 +#: ../gtk/gtkaboutdialog.c:2045 msgid "Credits" msgstr "Crédits" -#: gtk/gtkaboutdialog.c:2074 +#: ../gtk/gtkaboutdialog.c:2074 msgid "Written by" msgstr "Écrit par" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Documented by" msgstr "Documenté par" -#: gtk/gtkaboutdialog.c:2089 +#: ../gtk/gtkaboutdialog.c:2089 msgid "Translated by" msgstr "Traduit par" -#: gtk/gtkaboutdialog.c:2093 +#: ../gtk/gtkaboutdialog.c:2093 msgid "Artwork by" msgstr "Graphisme par" @@ -1244,7 +1255,7 @@ msgstr "Graphisme par" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Maj" @@ -1254,7 +1265,7 @@ msgstr "Maj" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1264,7 +1275,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1274,7 +1285,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1284,7 +1295,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1294,32 +1305,37 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Méta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Espace" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Barre oblique inverse" -#: gtk/gtkbuilderparser.c:340 +#: ../gtk/gtkbuilderparser.c:343 #, c-format -msgid "Invalid type function: `%s'" -msgstr "Fonction de type non valide : « %s »" +msgid "Invalid type function on line %d: '%s'" +msgstr "Fonction de type non valide à la ligne %d : « %s »" -#: gtk/gtkbuilderparser.c:837 +#: ../gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "Identifiant d'objet « %s » dupliqué à la ligne %d (précédemment à la ligne %d)" + +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Élément racine non valide : « %s »" -#: gtk/gtkbuilderparser.c:876 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Balise non gérée : « %s »" @@ -1333,7 +1349,7 @@ msgstr "Balise non gérée : « %s »" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1341,7 +1357,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1350,7 +1366,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1365,7 +1381,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1381,7 +1397,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1397,7 +1413,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1405,7 +1421,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Désactivé" @@ -1414,25 +1430,25 @@ msgstr "Désactivé" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: ../gtk/gtkcellrendereraccel.c:376 ../gtk/gtkcellrendereraccel.c:588 msgid "New accelerator..." msgstr "Nouveau raccourci..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Choisissez une couleur" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Donnée de couleur non valide reçue\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1440,7 +1456,7 @@ msgstr "" "Sélectionnez la couleur que vous désirez depuis l'anneau extérieur. " "Sélectionnez la luminosité de la couleur en utilisant le triangle intérieur." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1448,67 +1464,67 @@ msgstr "" "Cliquez sur la pipette, puis cliquez sur une couleur n'importe où sur " "l'écran pour sélectionner cette couleur." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Teinte :" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Position sur le cercle des couleurs." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Saturation :" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "« Profondeur » de la couleur." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Valeur :" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Luminosité de la couleur." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Rouge :" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Quantité de rouge dans la couleur." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Vert :" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Quantité de vert dans la couleur." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Bleu :" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Quantité de bleu dans la couleur." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "Op_acité :" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Transparence de la couleur." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "_Nom de la couleur :" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1517,15 +1533,15 @@ msgstr "" "(comme les codes de couleur HTML), ou bien un nom de couleur (comme " "« orange »)." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Palette :" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Cercle des couleurs" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1536,7 +1552,7 @@ msgstr "" "sur une entrée de palette, ou sélectionner cette couleur comme actuelle en " "la glissant sur un autre échantillon de couleur à côté." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1544,11 +1560,11 @@ msgstr "" "La couleur que vous avez choisie. Vous pouvez faire glisser cette couleur " "dans une entrée de la palette pour pouvoir la réutiliser ultérieurement." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Enregistrer la couleur ici" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1557,55 +1573,55 @@ msgstr "" "modifier cette entrée, glissez un échantillon de couleur ou faites un clic " "droit dessus et sélectionnez « Enregistrer la couleur ici »." -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Sélecteur de couleurs" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7766 msgid "Input _Methods" msgstr "_Méthodes de saisie" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7780 msgid "_Insert Unicode Control Character" msgstr "_Insérer un caractère de contrôle Unicode" -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Le verrouillage majuscule est activé" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Sélectionner un fichier" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Bureau" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Aucun)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Autre..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Impossible d'obtenir les informations concernant le fichier" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Impossible d'ajouter un signet" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Impossible de supprimer le signet" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Le dossier ne peut pas être créé" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1614,11 +1630,11 @@ msgstr "" "déjà. Essayez d'utiliser un nom différent pour le dossier ou de renommer le " "fichier en premier." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Nom de fichier non valide" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Le contenu du dossier ne peut pas être affiché" @@ -1626,173 +1642,173 @@ msgstr "Le contenu du dossier ne peut pas être affiché" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s sur %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Rechercher" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Récemment utilisés" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Sélectionne les types de fichiers à afficher" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Ajoute le dossier « %s » aux signets" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Ajoute le dossier actuel aux signets" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Ajoute les dossiers sélectionnés aux signets" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Enlève le signet « %s »" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Enlever" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Renommer..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Raccourcis" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Raccourcis" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "A_jouter" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Ajoute le dossier sélectionné aux signets" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Enlever" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Supprime le signet sélectionné" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Impossible de sélectionner le fichier" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "A_jouter aux signets" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Afficher les fichiers _cachés" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Afficher la colonne _Taille" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Fichiers" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Nom" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Taille" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Modifié" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Nom :" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_Parcourir d'autres dossiers" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Saisissez un nom de fichier" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "_Créer un dossier" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Emplacement :" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Enregistrer dans le _dossier :" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Créer dans le _dossier :" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Impossible d'aller au dossier car il n'est pas local" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Le raccourci %s existe déjà" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "Le raccourci %s n'existe pas" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Un fichier nommé « %s » existe déjà. Voulez-vous le remplacer ?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "Le fichier existe déjà dans « %s ». Le remplacer écrasera son contenu." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Remplacer" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Impossible de lancer le processus de recherche" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1800,54 +1816,54 @@ msgstr "" "Le programme n'a pas pu créer une connexion au service d'indexation. " "Vérifiez que celui-ci fonctionne." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Impossible d'envoyer la requête de recherche" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Rechercher :" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Impossible de monter %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Saisissez le nom du nouveau dossier" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Inconnu" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Hier à %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Chemin non valide" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Pas de correspondance" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Complétion unique" @@ -1855,13 +1871,13 @@ msgstr "Complétion unique" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Plusieurs correspondances possibles" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Complétion en cours..." @@ -1869,7 +1885,7 @@ msgstr "Complétion en cours..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Sélectionner uniquement des fichiers locaux" @@ -1877,41 +1893,41 @@ msgstr "Sélectionner uniquement des fichiers locaux" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Nom d'hôte incomplet. Terminez-le par « / »" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Le chemin n'existe pas" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Impossible de créer le dossier « %s » : %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Dossiers" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Dossiers" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Fichiers" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Dossier non lisible : %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1922,19 +1938,19 @@ msgstr "" "pas être utilisable par ce programme.\n" "Voulez-vous vraiment le sélectionner ?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Nouveau dossier" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "_Supprimer le fichier" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Renommer le fichier" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" @@ -1942,72 +1958,72 @@ msgstr "" "Le nom du dossier « %s » contient des symboles non autorisés dans des noms de " "fichiers." -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Nouveau dossier" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "_Nom du dossier :" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "C_réer" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Le nom du fichier « %s » contient des symboles non valides dans un nom de " "fichiers." -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Erreur lors de la suppression du fichier « %s » : %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Voulez-vous vraiment supprimer le fichier « %s » ?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Supprimer le fichier" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Erreur lors du renommage du fichier en « %s » : %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Erreur lors du renommage du fichier « %s » : %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Erreur lors du renommage de « %s » en « %s » : %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Renommer le fichier" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Renommer le fichier « %s » en :" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Renommer" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Sélection : " -#: gtk/gtkfilesel.c:3048 +#: ../gtk/gtkfilesel.c:3048 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2016,15 +2032,15 @@ msgstr "" "Le nom du fichier « %s » n'a pas pu être converti en UTF-8. (essayez " "d'activer la variable d'environnement G_FILENAME_ENCODING) : %s" -#: gtk/gtkfilesel.c:3051 +#: ../gtk/gtkfilesel.c:3051 msgid "Invalid UTF-8" msgstr "UTF-8 non valide" -#: gtk/gtkfilesel.c:3925 +#: ../gtk/gtkfilesel.c:3925 msgid "Name too long" msgstr "Nom trop long" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Couldn't convert filename" msgstr "Impossible de convertir le nom du fichier" @@ -2033,77 +2049,77 @@ msgstr "Impossible de convertir le nom du fichier" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Système de fichiers" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Impossible d'obtenir le dossier racine" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Vide)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Choisissez une police" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Police" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "" "Dès Noël où un zéphyr haï me vêt de glaçons würmiens je dîne d’exquis rôtis " "de bœuf au kir à l’aÿ d’âge mûr & cætera ! 0123456789." -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Famille :" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Style :" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Taille :" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Aperçu :" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Sélecteur de polices" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Valeur _gamma" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Erreur de chargement de l'icône : %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2116,139 +2132,139 @@ msgstr "" "l'installer. Vous pouvez obtenir une copie à :\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "L'icône « %s » n'est pas présente dans le thème" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Impossible de charger l'icône" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Simple" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Système" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Système (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Entrée" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Aucun périphérique d'entrée étendue" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Périphérique :" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Désactivé" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Écran" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Fenêtre" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Mode :" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Axes" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Clés" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X :" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y :" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Pression :" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "_Inclinaison X :" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "I_nclinaison Y :" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Roulette :" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "aucun" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(désactivé)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(inconnu)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Effacer" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Copier l'URL" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "URI non valide" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Charge des modules GTK+ additionnels" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULES" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Rend tous les avertissements fatals" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Drapeaux de débogage GTK+ à définir" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Drapeaux de débogage GTK+ à ne pas définir" @@ -2257,65 +2273,66 @@ msgstr "Drapeaux de débogage GTK+ à ne pas définir" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Impossible d'ouvrir l'affichage : %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Options GTK+" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Affiche les options GTK+" -#: gtk/gtkmountoperation.c:463 +#: ../gtk/gtkmountoperation.c:463 msgid "Co_nnect" msgstr "Se co_nnecter" -#: gtk/gtkmountoperation.c:530 +#: ../gtk/gtkmountoperation.c:530 msgid "Connect _anonymously" msgstr "Se connecter _anonymement" -#: gtk/gtkmountoperation.c:539 +#: ../gtk/gtkmountoperation.c:539 msgid "Connect as u_ser:" msgstr "_Se connecter en tant que :" -#: gtk/gtkmountoperation.c:577 +#: ../gtk/gtkmountoperation.c:577 msgid "_Username:" msgstr "Nom d'_utilisateur :" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Domain:" msgstr "_Domaine :" -#: gtk/gtkmountoperation.c:588 +#: ../gtk/gtkmountoperation.c:588 msgid "_Password:" msgstr "Mot de _passe :" -#: gtk/gtkmountoperation.c:606 +#: ../gtk/gtkmountoperation.c:606 msgid "Forget password _immediately" msgstr "Oublier _immédiatement le mot de passe" -#: gtk/gtkmountoperation.c:616 +#: ../gtk/gtkmountoperation.c:616 msgid "Remember password until you _logout" msgstr "Se souvenir du mot de passe jusqu'à la _fin de la session" -#: gtk/gtkmountoperation.c:626 +#: ../gtk/gtkmountoperation.c:626 msgid "Remember _forever" msgstr "Se souvenir pour _toujours" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Page %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Fichier de mise en page non valide" @@ -2325,11 +2342,11 @@ msgstr "Fichier de mise en page non valide" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2337,15 +2354,15 @@ msgstr "" "N'importe quelle imprimante\n" "Pour les documents portables" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "pouce" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2360,88 +2377,88 @@ msgstr "" " Haut : %s %s\n" " Bas : %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Gérer les tailles personnalisées...." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Formaté pour :" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Taille du papier :" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientation :" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2681 msgid "Page Setup" msgstr "Mise en page" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Marges de l'imprimante..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Taille personnalisée %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Gérer les tailles personnalisées" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Largeur :" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Hauteur :" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Taille du papier" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Haut :" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Bas :" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Gauche :" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Droite :" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Marges du papier" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Chemin en amont" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Chemin en aval" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Racine du système de fichiers" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Pas disponible" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "Enregistrer dans le _dossier :" @@ -2449,182 +2466,177 @@ msgstr "Enregistrer dans le _dossier :" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s, tâche n°%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "État initial" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Préparation de l'impression" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Production des données" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Envoi des données" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "En attente" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Interruption à cause d'un problème" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Impression" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Terminé" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Terminé avec une erreur" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Préparation de %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "Préparation" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Impression de %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "Erreur lors de la création de l'aperçu" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "" "La raison la plus probable est qu'un fichier temporaire n'a pas pu être créé." -#: gtk/gtkprintoperation-unix.c:242 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:242 msgid "Error launching preview" msgstr "Impossible de lancer l'aperçu" -#: gtk/gtkprintoperation-unix.c:280 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:280 msgid "Error printing" msgstr "Erreur lors de l'impression" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:384 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Application" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Imprimante déconnectée" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Absence de papier" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "En pause" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Nécessite l'intervention de l'utilisateur" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Taille personnalisée" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Aucune imprimante trouvée" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Paramètre non valide pour CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Erreur de StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Mémoire insuffisante" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Argument non valide pour PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Pointeur non valide pour PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Identificateur non valide pour PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Erreur non précisée" -#: gtk/gtkprintunixdialog.c:1763 +#: ../gtk/gtkprintunixdialog.c:1763 msgid "Printer" msgstr "Imprimante" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: ../gtk/gtkprintunixdialog.c:1773 msgid "Location" msgstr "Emplacement" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: ../gtk/gtkprintunixdialog.c:1784 msgid "Status" msgstr "État" -#: gtk/gtkprintunixdialog.c:1809 +#: ../gtk/gtkprintunixdialog.c:1809 msgid "Range" msgstr "Plage" -#: gtk/gtkprintunixdialog.c:1813 +#: ../gtk/gtkprintunixdialog.c:1813 msgid "_All Pages" msgstr "_Toutes les pages" -#: gtk/gtkprintunixdialog.c:1820 +#: ../gtk/gtkprintunixdialog.c:1820 msgid "C_urrent Page" msgstr "Page act_uelle" -#: gtk/gtkprintunixdialog.c:1829 +#: ../gtk/gtkprintunixdialog.c:1829 msgid "Pag_es:" msgstr "Pag_es :" -#: gtk/gtkprintunixdialog.c:1830 +#: ../gtk/gtkprintunixdialog.c:1830 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2632,127 +2644,127 @@ msgstr "" "Indiquez une ou plusieurs intervalles de pages,\n" "p. ex. 1-3, 7, 11" -#: gtk/gtkprintunixdialog.c:1851 +#: ../gtk/gtkprintunixdialog.c:1851 msgid "Copies" msgstr "Copies" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: ../gtk/gtkprintunixdialog.c:1856 msgid "Copie_s:" msgstr "Copie_s :" -#: gtk/gtkprintunixdialog.c:1874 +#: ../gtk/gtkprintunixdialog.c:1874 msgid "C_ollate" msgstr "_Rassembler" -#: gtk/gtkprintunixdialog.c:1882 +#: ../gtk/gtkprintunixdialog.c:1882 msgid "_Reverse" msgstr "Inve_rser" -#: gtk/gtkprintunixdialog.c:1902 +#: ../gtk/gtkprintunixdialog.c:1902 msgid "General" msgstr "Général" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2442 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Ordre des pages" -#: gtk/gtkprintunixdialog.c:2448 +#: ../gtk/gtkprintunixdialog.c:2448 msgid "Left to right" msgstr "De gauche à droite" -#: gtk/gtkprintunixdialog.c:2449 +#: ../gtk/gtkprintunixdialog.c:2449 msgid "Right to left" msgstr "De droite à gauche" -#: gtk/gtkprintunixdialog.c:2518 +#: ../gtk/gtkprintunixdialog.c:2518 msgid "Layout" msgstr "Agencement" -#: gtk/gtkprintunixdialog.c:2522 +#: ../gtk/gtkprintunixdialog.c:2522 msgid "T_wo-sided:" msgstr "_Recto verso :" -#: gtk/gtkprintunixdialog.c:2537 +#: ../gtk/gtkprintunixdialog.c:2537 msgid "Pages per _side:" msgstr "Pages par _côté :" -#: gtk/gtkprintunixdialog.c:2555 +#: ../gtk/gtkprintunixdialog.c:2555 msgid "Page or_dering:" msgstr "Ordre des pages :" -#: gtk/gtkprintunixdialog.c:2571 +#: ../gtk/gtkprintunixdialog.c:2571 msgid "_Only print:" msgstr "Imprimer _seulement :" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: ../gtk/gtkprintunixdialog.c:2586 msgid "All sheets" msgstr "Toutes les pages" -#: gtk/gtkprintunixdialog.c:2587 +#: ../gtk/gtkprintunixdialog.c:2587 msgid "Even sheets" msgstr "Pages paires" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Odd sheets" msgstr "Pages impaires" -#: gtk/gtkprintunixdialog.c:2591 +#: ../gtk/gtkprintunixdialog.c:2591 msgid "Sc_ale:" msgstr "É_chelle :" -#: gtk/gtkprintunixdialog.c:2618 +#: ../gtk/gtkprintunixdialog.c:2618 msgid "Paper" msgstr "Papier" -#: gtk/gtkprintunixdialog.c:2622 +#: ../gtk/gtkprintunixdialog.c:2622 msgid "Paper _type:" msgstr "_Type de papier :" -#: gtk/gtkprintunixdialog.c:2637 +#: ../gtk/gtkprintunixdialog.c:2637 msgid "Paper _source:" msgstr "_Source du papier :" -#: gtk/gtkprintunixdialog.c:2652 +#: ../gtk/gtkprintunixdialog.c:2652 msgid "Output t_ray:" msgstr "_Bac de sortie :" -#: gtk/gtkprintunixdialog.c:2706 +#: ../gtk/gtkprintunixdialog.c:2706 msgid "Job Details" msgstr "Détails de la tâche" -#: gtk/gtkprintunixdialog.c:2712 +#: ../gtk/gtkprintunixdialog.c:2712 msgid "Pri_ority:" msgstr "_Priorité :" -#: gtk/gtkprintunixdialog.c:2727 +#: ../gtk/gtkprintunixdialog.c:2727 msgid "_Billing info:" msgstr "Informations de _facturation :" -#: gtk/gtkprintunixdialog.c:2745 +#: ../gtk/gtkprintunixdialog.c:2745 msgid "Print Document" msgstr "Impression du document" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: ../gtk/gtkprintunixdialog.c:2754 msgid "_Now" msgstr "_Maintenant" -#: gtk/gtkprintunixdialog.c:2765 +#: ../gtk/gtkprintunixdialog.c:2765 msgid "A_t:" msgstr "_À :" #. Translators: Ability to parse the am/pm format depends on actual locale. #. * You can remove the am/pm values below for your locale if they are not supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: ../gtk/gtkprintunixdialog.c:2770 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2760,115 +2772,115 @@ msgstr "" "Indiquez l'heure de l'impression,\n" " par ex. 15:30, 14:15:20, etc." -#: gtk/gtkprintunixdialog.c:2791 +#: ../gtk/gtkprintunixdialog.c:2791 msgid "On _hold" msgstr "En _attente" -#: gtk/gtkprintunixdialog.c:2792 +#: ../gtk/gtkprintunixdialog.c:2792 msgid "Hold the job until it is explicitly released" msgstr "Suspend la tâche jusqu'à ce qu'elle soit explicitement libérée" -#: gtk/gtkprintunixdialog.c:2812 +#: ../gtk/gtkprintunixdialog.c:2812 msgid "Add Cover Page" msgstr "Ajout d'une page de couverture" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: ../gtk/gtkprintunixdialog.c:2821 msgid "Be_fore:" msgstr "A_vant :" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: ../gtk/gtkprintunixdialog.c:2839 msgid "_After:" msgstr "A_près :" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: ../gtk/gtkprintunixdialog.c:2857 msgid "Job" msgstr "Tâche" -#: gtk/gtkprintunixdialog.c:2923 +#: ../gtk/gtkprintunixdialog.c:2923 msgid "Advanced" msgstr "Avancé" -#: gtk/gtkprintunixdialog.c:2958 +#: ../gtk/gtkprintunixdialog.c:2958 msgid "Image Quality" msgstr "Qualité de l'image" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Color" msgstr "Couleur" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Finishing" msgstr "Finalisation" -#: gtk/gtkprintunixdialog.c:2974 +#: ../gtk/gtkprintunixdialog.c:2974 msgid "Some of the settings in the dialog conflict" msgstr "Certains paramètres dans la boîte de dialogue sont en conflit" -#: gtk/gtkprintunixdialog.c:2997 +#: ../gtk/gtkprintunixdialog.c:2997 msgid "Print" msgstr "Imprimer" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Impossible de trouver le fichier à inclure : « %s »" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "" "Incapable de localiser le fichier image dans le chemin des pixmaps : « %s »" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "" "Cette fonction n'est pas implémentée pour les widgets de la classe « %s »" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Sélectionnez les types de documents à afficher" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Aucun élément trouvé pour l'URI « %s »" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Filtre sans titre" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Impossible de supprimer l'élément" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Impossible d'effacer la liste" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "_Copier l'emplacement" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Enlever de la liste" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Effacer la liste" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Afficher les ressources _privées" @@ -2882,21 +2894,21 @@ msgstr "Afficher les ressources _privées" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Aucun élément trouvé" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Aucune ressource utilisée récemment n'a été trouvée avec l'URI « %s »" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Ouvrir « %s »" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Élément inconnu" @@ -2905,7 +2917,7 @@ msgstr "Élément inconnu" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2914,37 +2926,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Impossible de trouver un élément dont l'URI est « %s »" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Information" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Avertissement" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Erreur" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Question" @@ -2952,556 +2964,556 @@ msgstr "Question" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "À _propos" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "A_jouter" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "A_ppliquer" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Gras" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "A_nnuler" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-ROM" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Effacer" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Fermer" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "Se _connecter" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Convertir" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Copier" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "Co_uper" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Supprimer" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Abandonner" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Déconnecter" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "E_xécuter" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Modifier" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Rechercher" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Rechercher et rem_placer" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Disquette" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Plein écran" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Quitter le plein écran" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Bas" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Début" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Fin" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Haut" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Précédent" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Descendre" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Suivant" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Monter" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Disque dur" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "Aid_e" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Dossier personnel" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Augmenter l'indentation" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Diminuer l'indentation" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Index" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Information" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Italique" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "A_ller à" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Centrer" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Justifié" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "À _gauche" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "À _droite" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "A_vancer" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Suivant" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "_Pause" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Lire" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "Pré_cédent" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Enregistrer" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Rembobiner" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Arrêter" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Réseau" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Nouveau" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Non" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_Valider" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Ouvrir" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Paysage" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Portrait" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Paysage inversé" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Portrait inversé" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "_Mise en page" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "C_oller" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Préférences" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Imprimer" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "_Aperçu avant impression" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Propriétés" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Quitter" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Rétablir" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "A_ctualiser" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Enlever" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Rétablir" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Enregistrer" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Enregistrer _sous" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "_Tout sélectionner" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Couleur" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Police" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Croissant" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Décroissant" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "Vérification _orthographique" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Arrêter" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Barré" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Récupérer" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Souligné" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "A_nnuler" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Oui" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "Taille _normale" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "A_juster au mieux" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "Zoom a_vant" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "Zoom a_rrière" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "" "Une erreur inconnue est survenue lors de la tentative de décodage de %s" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Aucune fonction de décodage trouvée pour le format %s" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "« id » et « name » ont tous deux été trouvés dans l'élément <%s>" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "L'attribut « %s » a été trouvé deux fois dans le même élément <%s>" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "<%s> a un identifiant non valide « %s »" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "L'élément <%s> n'a ni attribut « name », ni attribut « id »" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "L'attribut « %s » est répété deux fois dans le même élément <%s>" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "L'attribut « %s » n'est pas valide dans l'élément <%s> dans ce contexte" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "La balise « %s » n'a pas été définie." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "" "Une balise anonyme a été trouvée et les balises ne peuvent pas être créées." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "" "La balise « %s » n'existe pas dans le tampon et les balises ne peuvent pas " "être créées." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "L'élément <%s> n'est pas autorisé au-dessous de <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "« %s » n'est pas un type d'attribut valide" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "« %s » n'est pas un nom d'attribut valide" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" @@ -3509,144 +3521,144 @@ msgstr "" "« %s » ne peut pas être converti en une valeur de type « %s » pour l'attribut " "« %s »" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "« %s » n'est pas une valeur valide pour l'attribut « %s »" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "La balise « %s » est déjà définie" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "La balise « %s » a une priorité non valide « %s »" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "" "L'élément le plus à l'extérieur dans le texte doit être " "et non <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Un élément <%s> a déjà été indiqué" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Un élément ne peut pas être présent avant un élément " -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Les données linéarisées ne sont pas conformes" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Les données linéarisées ne sont pas conformes. La première section n'est pas " "GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM Marque _gauche-à-droite" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM Marque _droite-à-gauche" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE _Enchâssement gauche-à-droite " -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE E_nchâssement droite-à-gauche" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO _Forçage gauche-à-droite" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO F_orçage droite-à-gauche" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF _Dépilement de formatage directionnel" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS E_space sans chasse" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ _Liant sans chasse" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ _Anti-liant sans chasse" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Impossible de trouver le moteur de thème dans module_path : « %s »" -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Pas de conseil du jour ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Balise de début inattendue « %s » à la ligne %d caractère %d" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Donnée caractère inattendue à la ligne %d caractère %d" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Vide" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Volume" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Augmente ou diminue le volume" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Règle le volume" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Baisser le volume" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Diminue le volume" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Augmenter le volume" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Augmente le volume" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Sourdine" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Volume maximum" @@ -3655,928 +3667,928 @@ msgstr "Volume maximum" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6-C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Enveloppe DL" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Enveloppe Choukei 2" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Enveloppe Choukei 3" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Enveloppe Choukei 4" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (carte postale)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Enveloppe kahu" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Enveloppe kahu2" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (carte postale de réponse)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Enveloppe you4" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Enveloppe 6x9" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Enveloppe 7x9" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Enveloppe 9x11" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Enveloppe a2" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Enveloppe c5" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "Edp européen" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold européen" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "Legal FanFold allemand" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Legal gouvernemental" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Letter gouvernemental" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Carte index 3x5 pouces" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (carte postale)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Index 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Facture" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloïd" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "Légal US" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Enveloppe Monarch" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Enveloppe #10" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Enveloppe #11" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Enveloppe #12" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Enveloppe #14" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Enveloppe #9" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Enveloppe personnelle" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "In-quarto" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Format large" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" # in-Folio dans le cas de la reliure -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "In-folio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "In-folio sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Enveloppe d'invitation" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Enveloppe italienne" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Enveloppe Postfix" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Petite photo" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Enveloppe prc1" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Enveloppe prc10" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Enveloppe prc2" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Enveloppe prc3" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Enveloppe prc4" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Enveloppe prc5" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Enveloppe prc6" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Enveloppe prc7" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Enveloppe prc8" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "idatas différents trouvés pour « %s » et « %s » liés symboliquement\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Impossible d'écrire l'en-tête\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Impossible d'écrire dans la table de hachage\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Impossible d'écrire l'index du dossier\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Impossible de réécrire l'en-tête\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Impossible d'ouvrir le fichier « %s » : %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Impossible d'écrire dans le fichier de cache : %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Le cache généré n'était pas valide.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Impossible de renommer %s en %s : %s, suppression de %s.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Impossible de renommer « %s » en %s : %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Impossible de renommer à nouveau %s en %s : %s\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Fichier de cache écrit avec succès.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Écraser un cache existant même s'il est à jour" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Ne pas vérifier l'existence du fichier index.theme" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Ne pas inclure de données d'image dans le cache" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Sortir un fichier en-tête C" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Désactiver la sortie détaillée" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Valider le cache d'icônes existant" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Fichier introuvable : %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Cache d'icônes non valide : %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Aucun fichier d'index de thème." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4587,237 +4599,237 @@ msgstr "" "theme-index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amharique (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cédille" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Cyrillique (translitéré)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (translitéré)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Multipression" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thaï-Lao" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrigna-Érithréen (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrigna-Éthiopien (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamien (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "Méthode de saisie X" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Le toner de l'imprimante « %s » est presque vide." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Le toner de l'imprimante « %s » est vide." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "La quantité de développeur dans l'imprimante « %s » est faible." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Il n'y a plus de développeur dans l'imprimante « %s »." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "" "Au moins un des consommables est presque épuisé dans l'imprimante « %s »." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Au moins un des consommables est épuisé dans l'imprimante « %s »." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "Le capot de l'imprimante « %s » est ouvert." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "La porte de l'imprimante « %s » est ouverte." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Il n'y a presque plus de papier dans l'imprimante « %s »." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Il n'y a plus de papier dans l'imprimante « %s »." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "L'imprimante « %s » est actuellement déconnectée." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "L'imprimante « %s » ne semble pas être connectée." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Il y a un problème avec l'imprimante « %s »." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "En pause ; les tâches sont rejetées" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Tâches non acceptées" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Recto verso" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Type de papier" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Source du papier" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Bac de sortie" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Résolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "Pré-filtrage GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Recto" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Bord long (standard)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Bord court (retourné)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Sélection automatique" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Selon l'imprimante" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Inclure uniquement les polices GhostScript" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Convertir en PS niveau 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Convertir en PS niveau 2" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Pas de pré-filtrage" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Divers" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Urgent" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Haute" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Moyenne" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Basse" @@ -4825,35 +4837,35 @@ msgstr "Basse" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "De gauche à droite, du haut vers le bas" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "De gauche à droite, du bas vers le haut" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "De droite à gauche, du haut vers le bas" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "De droite à gauche, du bas vers le haut" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Du haut vers le bas, de gauche à droite" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Du haut vers le bas, de droite à gauche" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Du bas vers le haut, de gauche à droite" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Du bas vers le haut, de droite à gauche" @@ -4861,66 +4873,66 @@ msgstr "Du bas vers le haut, de droite à gauche" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Pages par feuille" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Priorité de la tâche" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Informations de facturation" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Aucune" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Classifié" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Confidentiel" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Secret" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Standard" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Top secret" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Non classifié" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Avant" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Après" @@ -4928,14 +4940,14 @@ msgstr "Après" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Imprimer à" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Imprimer à l'heure" @@ -4943,71 +4955,65 @@ msgstr "Imprimer à l'heure" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Personnalisé %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "sortie.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Imprimer dans un fichier" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Pages par _feuille :" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Fichier" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "Format de _sortie" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Imprimer vers LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Pages par feuille" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Ligne de commande" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "sortie-test.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Imprimer vers une imprimante test" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Impossible d'obtenir les informations du fichier « %s » : %s" - -#~ msgid "directfb arg" -#~ msgstr "arg. directfb" - -#~ msgid "sdl|system" -#~ msgstr "système" From bb093cf44c96cdf0076712b509e7e305cf57bdaa Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 7 Apr 2009 15:32:16 +0200 Subject: [PATCH 015/190] Set errno to 0 before calling strtoul We check errno for failure, so ensure its cleared first. (#573922) --- gtk/gtkwindow.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 6dce1485c7..4bbd53e0ce 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -395,7 +395,8 @@ extract_time_from_startup_id (const gchar* startup_id) /* Skip past the "_TIME" part */ timestr += 5; - + + errno = 0; timestamp = strtoul (timestr, &end, 0); if (end != timestr && errno == 0) retval = timestamp; From 87459ff86c88469a752a09314db44526264de2f2 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 7 Apr 2009 15:37:40 +0200 Subject: [PATCH 016/190] Don't move global user time backwards When setting the user_time on a specific app to something, make sure we're not moving the global per-display user time backwards. --- gdk/x11/gdkwindow-x11.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gdk/x11/gdkwindow-x11.c b/gdk/x11/gdkwindow-x11.c index a6d88b9ffc..54810a8c86 100644 --- a/gdk/x11/gdkwindow-x11.c +++ b/gdk/x11/gdkwindow-x11.c @@ -3995,7 +3995,9 @@ gdk_x11_window_set_user_time (GdkWindow *window, XA_CARDINAL, 32, PropModeReplace, (guchar *)×tamp_long, 1); - if (timestamp_long != GDK_CURRENT_TIME) + if (timestamp_long != GDK_CURRENT_TIME && + (display_x11->user_time == GDK_CURRENT_TIME || + XSERVER_TIME_IS_LATER (timestamp_long, display_x11->user_time))) display_x11->user_time = timestamp_long; if (toplevel) From 5e0bd0c9bed0398f12a311ecd57a4bb36a1bbbf6 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 7 Apr 2009 15:39:00 +0200 Subject: [PATCH 017/190] Set user_time from startup_id if window realized For non-realized windows we set the user_time from the startup id on realization. However, if the window is already realized when the startup_id is not set we currently don't, but we should. (#573922) --- gtk/gtkwindow.c | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 4bbd53e0ce..1238c2295c 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -1500,18 +1500,21 @@ gtk_window_set_startup_id (GtkWindow *window, g_free (priv->startup_id); priv->startup_id = g_strdup (startup_id); - + if (GTK_WIDGET_REALIZED (window)) { + guint32 timestamp = extract_time_from_startup_id (priv->startup_id); + +#ifdef GDK_WINDOWING_X11 + if (timestamp != GDK_CURRENT_TIME) + gdk_x11_window_set_user_time (GTK_WIDGET (window)->window, timestamp); +#endif + /* Here we differentiate real and "fake" startup notification IDs, * constructed on purpose just to pass interaction timestamp - */ + */ if (startup_id_is_fake (priv->startup_id)) - { - guint32 timestamp = extract_time_from_startup_id (priv->startup_id); - - gtk_window_present_with_time (window, timestamp); - } + gtk_window_present_with_time (window, timestamp); else { gdk_window_set_startup_id (GTK_WIDGET (window)->window, From dec55c311b8511a9538953a349d8784a2108045b Mon Sep 17 00:00:00 2001 From: Simos Xenitellis Date: Tue, 7 Apr 2009 14:50:57 +0100 Subject: [PATCH 018/190] Updated Greek translation --- po/el.po | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/po/el.po b/po/el.po index 2da7bc2dbe..a54c87e82b 100644 --- a/po/el.po +++ b/po/el.po @@ -29,7 +29,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-HEAD-po-el-3920.merged\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-06 22:00+0100\n" +"POT-Creation-Date: 2009-04-07 14:47+0100\n" "PO-Revision-Date: 2009-04-05 02:33+0100\n" "Last-Translator: Jennie Petoumenou \n" "Language-Team: Greek \n" @@ -1328,17 +1328,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Ανάποδη κάθετος" -#: ../gtk/gtkbuilderparser.c:340 +#: ../gtk/gtkbuilderparser.c:343 #, c-format -msgid "Invalid type function: `%s'" -msgstr "Μη έγκυρος τύπος συνάρτησης: '%s'" +msgid "Invalid type function on line %d: '%s'" +msgstr "Μη έγκυρος τύπος συνάρτησης στη γραμμή %d: '%s'" -#: ../gtk/gtkbuilderparser.c:837 +#: ../gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "Διπλή εμφάνιση id αντικειμένου '%s' στη γραμμή %d (προηγουμένως στη γραμμή %d)" + +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Μη έγκυρο γονικό στοιχείο: '%s'" -#: ../gtk/gtkbuilderparser.c:876 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Μη υποστηριζόμενη ετικέτα: '%s'" From 3fb6fbd801f6101fea746c6c21f943777e99e9e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindqvist?= Date: Tue, 7 Apr 2009 12:54:15 -0400 Subject: [PATCH 019/190] clarify bugfix in 2.14 for gtk_expander_get_label Updated documentation for gtk_expander_get_label to clarify that it was changed in 2.14. --- gtk/gtkexpander.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c index ebfead7aa4..6866f982c9 100644 --- a/gtk/gtkexpander.c +++ b/gtk/gtkexpander.c @@ -1538,6 +1538,12 @@ gtk_expander_set_label (GtkExpander *expander, * return value will be %NULL. This will be the case if you create an * empty button with gtk_button_new() to use as a container. * + * Note that this function behaved differently in versions prior to + * 2.14 and used to return the label text stripped of embedded + * underlines indicating mnemonics and Pango markup. This problem can + * be avoided by fetching the label text directly from the label + * widget. + * * Return value: The text of the label widget. This string is owned * by the widget and must not be modified or freed. * From fbe7ba55ce82a9db49132a54b6d0023782b80dc2 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 7 Apr 2009 18:04:05 -0300 Subject: [PATCH 020/190] Convert GtkComboBox items propertly If the last character is a newline, just ignore it. This is what glade normally writes, fixes #578276. --- gtk/gtk-builder-convert | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtk-builder-convert b/gtk/gtk-builder-convert index e1fccdbaa4..90fff1d0aa 100755 --- a/gtk/gtk-builder-convert +++ b/gtk/gtk-builder-convert @@ -560,6 +560,8 @@ class GtkBuilderConverter(object): data = self._dom.createElement('data') model.appendChild(data) + if value.endswith('\n'): + value = value[:-1] for item in value.split('\n'): row = self._dom.createElement('row') data.appendChild(row) From 7e6cd2b31c08a2ab746beeacd86bb0435f1d7342 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Apr 2009 19:09:28 -0400 Subject: [PATCH 021/190] Fix a memory leak in GtkAccelGroup Unref closures in accel group finalization (#577824). --- gtk/gtkaccelgroup.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk/gtkaccelgroup.c b/gtk/gtkaccelgroup.c index 32c76db8e3..b26fd63a05 100644 --- a/gtk/gtkaccelgroup.c +++ b/gtk/gtkaccelgroup.c @@ -165,6 +165,9 @@ gtk_accel_group_finalize (GObject *object) _gtk_accel_map_remove_group (accel_path, accel_group); } g_closure_remove_invalidate_notifier (entry->closure, accel_group, accel_closure_invalidate); + + /* remove quick_accel_add() refcount */ + g_closure_unref (entry->closure); } g_free (accel_group->priv_accels); From d79a25a0dbb6b9078bb3e963178aa749d0d113c4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Apr 2009 19:20:53 -0400 Subject: [PATCH 022/190] Mention writable git location, too --- HACKING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HACKING b/HACKING index 54c2baea8b..fe85e733c6 100644 --- a/HACKING +++ b/HACKING @@ -32,6 +32,11 @@ gtk+ and glib. You can do the following to get glib and gtk+ from GIT: $ git clone git://git.gnome.org/atk $ git clone git://git.gnome.org/gtk+ +Note: if you plan to push changes to back to the master repository and +have a gnome account, you want to use the following instead: + + $ git clone ssh://@git.gnome.org/git/gtk+ + To compile the GIT version of gtk+ on your system, you will need to take several steps to setup the tree for compilation. You can do all these steps at once by running: From d89c9911f08111024cb9e32890c342c19e754b6e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Apr 2009 19:28:29 -0400 Subject: [PATCH 023/190] Avoid warnings when unrealizing a text view For some reason, input methods can emit preedit-changed when a text view is unrealized, at which point the layout has already been cleared. (#578221) --- gtk/gtktextview.c | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c index 97e1433098..bf2d4b12b6 100644 --- a/gtk/gtktextview.c +++ b/gtk/gtktextview.c @@ -6452,9 +6452,9 @@ gtk_text_view_destroy_layout (GtkTextView *text_view) invalidated_handler, text_view); g_signal_handlers_disconnect_by_func (text_view->layout, - changed_handler, + changed_handler, text_view); - + /* Remove layout from all anchored children */ tmp_list = text_view->children; while (tmp_list != NULL) @@ -6469,7 +6469,7 @@ gtk_text_view_destroy_layout (GtkTextView *text_view) tmp_list = g_slist_next (tmp_list); } - + gtk_text_view_stop_cursor_blink (text_view); gtk_text_view_end_selection_drag (text_view); @@ -7269,7 +7269,7 @@ gtk_text_view_commit_text (GtkTextView *text_view, if (!had_selection && text_view->overwrite_mode) { GtkTextIter insert; - + gtk_text_buffer_get_iter_at_mark (get_buffer (text_view), &insert, gtk_text_buffer_get_insert (get_buffer (text_view))); @@ -7301,12 +7301,12 @@ gtk_text_view_preedit_changed_handler (GtkIMContext *context, gint cursor_pos; GtkTextIter iter; - gtk_text_buffer_get_iter_at_mark (text_view->buffer, &iter, + gtk_text_buffer_get_iter_at_mark (text_view->buffer, &iter, gtk_text_buffer_get_insert (text_view->buffer)); - /* Keypress events are passed to input method even if cursor position is not editable; - * so beep here if it's multi-key input sequence, input method will be reset in - * key-press-event handler. + /* Keypress events are passed to input method even if cursor position is + * not editable; so beep here if it's multi-key input sequence, input + * method will be reset in key-press-event handler. */ gtk_im_context_get_preedit_string (context, &str, &attrs, &cursor_pos); @@ -7316,7 +7316,8 @@ gtk_text_view_preedit_changed_handler (GtkIMContext *context, goto out; } - gtk_text_layout_set_preedit_string (text_view->layout, str, attrs, cursor_pos); + if (text_view->layout) + gtk_text_layout_set_preedit_string (text_view->layout, str, attrs, cursor_pos); if (GTK_WIDGET_HAS_FOCUS (text_view)) gtk_text_view_scroll_mark_onscreen (text_view, gtk_text_buffer_get_insert (get_buffer (text_view))); @@ -7335,7 +7336,7 @@ gtk_text_view_retrieve_surrounding_handler (GtkIMContext *context, gint pos; gchar *text; - gtk_text_buffer_get_iter_at_mark (text_view->buffer, &start, + gtk_text_buffer_get_iter_at_mark (text_view->buffer, &start, gtk_text_buffer_get_insert (text_view->buffer)); end = start; @@ -7359,7 +7360,7 @@ gtk_text_view_delete_surrounding_handler (GtkIMContext *context, GtkTextIter start; GtkTextIter end; - gtk_text_buffer_get_iter_at_mark (text_view->buffer, &start, + gtk_text_buffer_get_iter_at_mark (text_view->buffer, &start, gtk_text_buffer_get_insert (text_view->buffer)); end = start; From 954552a4cf5b0445ecc860ee1523df915c769f1e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Apr 2009 23:38:07 -0400 Subject: [PATCH 024/190] Fix --help output of gtk-builder-convert --- gtk/gtk-builder-convert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtk-builder-convert b/gtk/gtk-builder-convert index 90fff1d0aa..6406b108d0 100755 --- a/gtk/gtk-builder-convert +++ b/gtk/gtk-builder-convert @@ -29,7 +29,7 @@ The [INPUT] file is -r, --root Convert only widget named root and its children -h, --help display this help and exit -When OUTPUT is -, write to standard input. +When OUTPUT is -, write to standard output. Examples: gtk-builder-convert preference.glade preferences.ui From 45ac4f252315da812125f450e9004decfed21e92 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Apr 2009 23:51:52 -0400 Subject: [PATCH 025/190] Improve focus handling in the print dialog Move the focus to the range entry when selecting the "Pages". --- gtk/gtkprintunixdialog.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk/gtkprintunixdialog.c b/gtk/gtkprintunixdialog.c index 21c1efed69..e88852e456 100644 --- a/gtk/gtkprintunixdialog.c +++ b/gtk/gtkprintunixdialog.c @@ -1695,6 +1695,9 @@ update_range_sensitivity (GtkWidget *button, active = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (button)); gtk_widget_set_sensitive (range, active); + + if (active) + gtk_widget_grab_focus (range); } static void From b9355968fc7bc4984fa59d7c283031deb49b3cc5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 8 Apr 2009 00:12:54 -0400 Subject: [PATCH 026/190] Improve accessibility of the print dialog Add accessible name and description to the "Pages" and "At" entries, and improve focus handling. (#577964) --- gtk/gtkprintunixdialog.c | 62 ++++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/gtk/gtkprintunixdialog.c b/gtk/gtkprintunixdialog.c index e88852e456..bf79170f03 100644 --- a/gtk/gtkprintunixdialog.c +++ b/gtk/gtkprintunixdialog.c @@ -1083,19 +1083,19 @@ update_print_at_option (GtkPrintUnixDialog *dialog) if (priv->updating_print_at) return; - + if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (priv->print_at_radio))) gtk_printer_option_set (option, "at"); else if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (priv->print_hold_radio))) gtk_printer_option_set (option, "on-hold"); else gtk_printer_option_set (option, "now"); - + option = gtk_printer_option_set_lookup (priv->options, "gtk-print-time-text"); if (option != NULL) { const char *text = gtk_entry_get_text (GTK_ENTRY (priv->print_at_entry)); - gtk_printer_option_set (option,text); + gtk_printer_option_set (option, text); } } @@ -1105,9 +1105,9 @@ setup_print_at (GtkPrintUnixDialog *dialog) { GtkPrintUnixDialogPrivate *priv = dialog->priv; GtkPrinterOption *option; - + option = gtk_printer_option_set_lookup (priv->options, "gtk-print-time"); - + if (option == NULL) { gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (priv->print_now_radio), @@ -1120,18 +1120,11 @@ setup_print_at (GtkPrintUnixDialog *dialog) } priv->updating_print_at = TRUE; - - if (gtk_printer_option_has_choice (option, "at")) - { - gtk_widget_set_sensitive (priv->print_at_radio, TRUE); - gtk_widget_set_sensitive (priv->print_at_entry, TRUE); - } - else - { - gtk_widget_set_sensitive (priv->print_at_radio, FALSE); - gtk_widget_set_sensitive (priv->print_at_entry, FALSE); - } - + + gtk_widget_set_sensitive (priv->print_at_entry, FALSE); + gtk_widget_set_sensitive (priv->print_at_radio, + gtk_printer_option_has_choice (option, "at")); + gtk_widget_set_sensitive (priv->print_hold_radio, gtk_printer_option_has_choice (option, "on-hold")); @@ -1149,15 +1142,14 @@ setup_print_at (GtkPrintUnixDialog *dialog) option = gtk_printer_option_set_lookup (priv->options, "gtk-print-time-text"); if (option != NULL) - gtk_entry_set_text (GTK_ENTRY (priv->print_at_entry), - option->value); - + gtk_entry_set_text (GTK_ENTRY (priv->print_at_entry), option->value); + priv->updating_print_at = FALSE; return TRUE; } - + static void update_dialog_from_settings (GtkPrintUnixDialog *dialog) { @@ -1679,15 +1671,15 @@ gtk_print_unix_dialog_style_set (GtkWidget *widget, &size, NULL); scale = size / 48.0; - - gtk_widget_set_size_request (priv->collate_image, + + gtk_widget_set_size_request (priv->collate_image, (50 + 20) * scale, (15 + 26) * scale); } } static void -update_range_sensitivity (GtkWidget *button, +update_entry_sensitivity (GtkWidget *button, GtkWidget *range) { gboolean active; @@ -1840,13 +1832,15 @@ create_main_page (GtkPrintUnixDialog *dialog) 0, 0); entry = gtk_entry_new (); gtk_widget_set_tooltip_text (entry, range_tooltip); + atk_object_set_name (gtk_widget_get_accessible (entry), _("Pages")); + atk_object_set_description (gtk_widget_get_accessible (entry), range_tooltip); priv->page_range_entry = entry; gtk_widget_show (entry); gtk_table_attach (GTK_TABLE (table), entry, 1, 2, 2, 3, GTK_FILL, 0, 0, 0); - g_signal_connect (radio, "toggled", G_CALLBACK (update_range_sensitivity), entry); - update_range_sensitivity (radio, entry); + g_signal_connect (radio, "toggled", G_CALLBACK (update_entry_sensitivity), entry); + update_entry_sensitivity (radio, entry); table = gtk_table_new (3, 2, FALSE); gtk_table_set_row_spacings (GTK_TABLE (table), 6); @@ -2751,7 +2745,7 @@ create_job_page (GtkPrintUnixDialog *dialog) 0, 0); gtk_widget_show (table); - /* Translators: this is one of the choices for the print at option + /* Translators: this is one of the choices for the print at option * in the print dialog */ radio = gtk_radio_button_new_with_mnemonic (NULL, _("_Now")); @@ -2760,7 +2754,7 @@ create_job_page (GtkPrintUnixDialog *dialog) gtk_table_attach (GTK_TABLE (table), radio, 0, 2, 0, 1, GTK_FILL, 0, 0, 0); - /* Translators: this is one of the choices for the print at option + /* Translators: this is one of the choices for the print at option * in the print dialog. It also serves as the label for an entry that * allows the user to enter a time. */ @@ -2768,8 +2762,9 @@ create_job_page (GtkPrintUnixDialog *dialog) _("A_t:")); /* Translators: Ability to parse the am/pm format depends on actual locale. - * You can remove the am/pm values below for your locale if they are not supported. - */ + * You can remove the am/pm values below for your locale if they are not + * supported. + */ at_tooltip = _("Specify the time of print,\n e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm"); gtk_widget_set_tooltip_text (radio, at_tooltip); priv->print_at_radio = radio; @@ -2780,13 +2775,18 @@ create_job_page (GtkPrintUnixDialog *dialog) entry = gtk_entry_new (); gtk_widget_set_tooltip_text (entry, at_tooltip); + atk_object_set_name (gtk_widget_get_accessible (entry), _("At")); + atk_object_set_description (gtk_widget_get_accessible (entry), at_tooltip); priv->print_at_entry = entry; gtk_widget_show (entry); gtk_table_attach (GTK_TABLE (table), entry, 1, 2, 1, 2, GTK_FILL, 0, 0, 0); - /* Translators: this is one of the choices for the print at option + g_signal_connect (radio, "toggled", G_CALLBACK (update_entry_sensitivity), entry); + update_entry_sensitivity (radio, entry); + + /* Translators: this is one of the choices for the print at option * in the print dialog. It means that the print job will not be * printed until it explicitly gets 'released'. */ From b037b39886ae032ad690b38f14141a14e9a7a930 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 8 Apr 2009 00:39:22 -0400 Subject: [PATCH 027/190] Remove a non-effective style-set handler The style-set handler was supposed to set the background color of the text views in the credits dialog, but due to a thinko it never had any effect, unless a theme change happened while the dialog was open. Seems best to keep the current appearance now and remove the handler. (#577868) --- gtk/gtkaboutdialog.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index 62bc3ff66d..579e6d55f9 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -1863,15 +1863,6 @@ credits_visibility_notify_event (GtkWidget *text_view, return FALSE; } -static void -text_view_style_set (GtkWidget *widget, - GtkStyle *prev_style, - GtkWidget *text_view) -{ - gtk_widget_modify_base (text_view, GTK_STATE_NORMAL, - &widget->style->bg[GTK_STATE_NORMAL]); -} - static void add_credits_page (GtkAboutDialog *about, GtkWidget *notebook, @@ -1915,8 +1906,6 @@ add_credits_page (GtkAboutDialog *about, visited_link_color = default_visited_link_color; view = gtk_text_view_new (); - g_signal_connect_object (about, "style-set", - G_CALLBACK (text_view_style_set), view, 0); buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (view)); gtk_text_view_set_cursor_visible (GTK_TEXT_VIEW (view), FALSE); From 9eaa76e70d23e81d74d2798969e8988ac2fa0b8b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 8 Apr 2009 00:52:38 -0400 Subject: [PATCH 028/190] Support links in licenses Apply the same linkification to the license that we do for credits in about dialogs. E.g. GTK3 contains a link. (#577789) --- gtk/gtkaboutdialog.c | 155 +++++++++++++++++++++---------------------- 1 file changed, 74 insertions(+), 81 deletions(-) diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index 579e6d55f9..349d35e276 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -137,22 +137,6 @@ static void set_cursor_if_appropriate (GtkAboutDialog GtkTextView *text_view, gint x, gint y); -static void add_credits_page (GtkAboutDialog *about, - GtkWidget *notebook, - gchar *title, - gchar **people); -static gboolean credits_key_press_event (GtkWidget *text_view, - GdkEventKey *event, - GtkAboutDialog *about); -static gboolean credits_event_after (GtkWidget *text_view, - GdkEvent *event, - GtkAboutDialog *about); -static gboolean credits_motion_notify_event (GtkWidget *text_view, - GdkEventMotion *event, - GtkAboutDialog *about); -static gboolean credits_visibility_notify_event (GtkWidget *text_view, - GdkEventVisibility *event, - GtkAboutDialog *about); static void display_credits_dialog (GtkWidget *button, gpointer data); static void display_license_dialog (GtkWidget *button, @@ -1724,9 +1708,9 @@ follow_if_link (GtkAboutDialog *about, } static gboolean -credits_key_press_event (GtkWidget *text_view, - GdkEventKey *event, - GtkAboutDialog *about) +text_view_key_press_event (GtkWidget *text_view, + GdkEventKey *event, + GtkAboutDialog *about) { GtkTextIter iter; GtkTextBuffer *buffer; @@ -1750,9 +1734,9 @@ credits_key_press_event (GtkWidget *text_view, } static gboolean -credits_event_after (GtkWidget *text_view, - GdkEvent *event, - GtkAboutDialog *about) +text_view_event_after (GtkWidget *text_view, + GdkEvent *event, + GtkAboutDialog *about) { GtkTextIter start, end, iter; GtkTextBuffer *buffer; @@ -1827,9 +1811,9 @@ set_cursor_if_appropriate (GtkAboutDialog *about, } static gboolean -credits_motion_notify_event (GtkWidget *text_view, - GdkEventMotion *event, - GtkAboutDialog *about) +text_view_motion_notify_event (GtkWidget *text_view, + GdkEventMotion *event, + GtkAboutDialog *about) { gint x, y; @@ -1846,9 +1830,9 @@ credits_motion_notify_event (GtkWidget *text_view, static gboolean -credits_visibility_notify_event (GtkWidget *text_view, - GdkEventVisibility *event, - GtkAboutDialog *about) +text_view_visibility_notify_event (GtkWidget *text_view, + GdkEventVisibility *event, + GtkAboutDialog *about) { gint wx, wy, bx, by; @@ -1863,15 +1847,16 @@ credits_visibility_notify_event (GtkWidget *text_view, return FALSE; } -static void -add_credits_page (GtkAboutDialog *about, - GtkWidget *notebook, - gchar *title, - gchar **people) +static GtkWidget * +text_view_new (GtkAboutDialog *about, + GtkWidget *dialog, + gchar **strings, + GtkWrapMode wrap_mode) { gchar **p; gchar *q0, *q1, *q2, *r1, *r2; - GtkWidget *sw, *view; + GtkWidget *view; + GtkTextView *text_view; GtkTextBuffer *buffer; gboolean linkify_email, linkify_urls; GdkColor *style_link_color; @@ -1885,7 +1870,7 @@ add_credits_page (GtkAboutDialog *about, linkify_urls = (activate_url_hook != NULL); gtk_widget_ensure_style (GTK_WIDGET (about)); - gtk_widget_style_get (GTK_WIDGET (about), + gtk_widget_style_get (GTK_WIDGET (about), "link-color", &style_link_color, "visited-link-color", &style_visited_link_color, NULL); @@ -1906,46 +1891,34 @@ add_credits_page (GtkAboutDialog *about, visited_link_color = default_visited_link_color; view = gtk_text_view_new (); - - buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (view)); - gtk_text_view_set_cursor_visible (GTK_TEXT_VIEW (view), FALSE); - gtk_text_view_set_editable (GTK_TEXT_VIEW (view), FALSE); + text_view = GTK_TEXT_VIEW (view); + buffer = gtk_text_view_get_buffer (text_view); + gtk_text_view_set_cursor_visible (text_view, FALSE); + gtk_text_view_set_editable (text_view, FALSE); + gtk_text_view_set_wrap_mode (text_view, wrap_mode); - gtk_text_view_set_left_margin (GTK_TEXT_VIEW (view), 8); - gtk_text_view_set_right_margin (GTK_TEXT_VIEW (view), 8); + gtk_text_view_set_left_margin (text_view, 8); + gtk_text_view_set_right_margin (text_view, 8); g_signal_connect (view, "key-press-event", - G_CALLBACK (credits_key_press_event), about); + G_CALLBACK (text_view_key_press_event), about); g_signal_connect (view, "event-after", - G_CALLBACK (credits_event_after), about); - g_signal_connect (view, "motion-notify-event", - G_CALLBACK (credits_motion_notify_event), about); - g_signal_connect (view, "visibility-notify-event", - G_CALLBACK (credits_visibility_notify_event), about); + G_CALLBACK (text_view_event_after), about); + g_signal_connect (view, "motion-notify-event", + G_CALLBACK (text_view_motion_notify_event), about); + g_signal_connect (view, "visibility-notify-event", + G_CALLBACK (text_view_visibility_notify_event), about); - sw = gtk_scrolled_window_new (NULL, NULL); - gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (sw), - GTK_SHADOW_IN); - gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (sw), - GTK_POLICY_AUTOMATIC, - GTK_POLICY_AUTOMATIC); - gtk_container_add (GTK_CONTAINER (sw), view); - - gtk_notebook_append_page (GTK_NOTEBOOK (notebook), - sw, gtk_label_new (title)); - - if (people == NULL) + if (strings == NULL) { gtk_widget_hide (view); - return; + return view; } - else - gtk_widget_show (view); - - for (p = people; *p; p++) + + for (p = strings; *p; p++) { q0 = *p; - while (*q0) + while (*q0) { q1 = linkify_email ? strchr (q0, '<') : NULL; q2 = q1 ? strchr (q1, '>') : NULL; @@ -2014,6 +1987,32 @@ add_credits_page (GtkAboutDialog *about, if (p[1]) gtk_text_buffer_insert_at_cursor (buffer, "\n", 1); } + + gtk_widget_show (view); + return view; +} + +static void +add_credits_page (GtkAboutDialog *about, + GtkWidget *credits_dialog, + GtkWidget *notebook, + gchar *title, + gchar **people) +{ + GtkWidget *sw, *view; + + view = text_view_new (about, credits_dialog, people, GTK_WRAP_NONE); + + sw = gtk_scrolled_window_new (NULL, NULL); + gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (sw), + GTK_SHADOW_IN); + gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (sw), + GTK_POLICY_AUTOMATIC, + GTK_POLICY_AUTOMATIC); + gtk_container_add (GTK_CONTAINER (sw), view); + + gtk_notebook_append_page (GTK_NOTEBOOK (notebook), + sw, gtk_label_new (title)); } static void @@ -2060,10 +2059,10 @@ display_credits_dialog (GtkWidget *button, gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), notebook, TRUE, TRUE, 0); if (priv->authors != NULL) - add_credits_page (about, notebook, _("Written by"), priv->authors); + add_credits_page (about, dialog, notebook, _("Written by"), priv->authors); if (priv->documenters != NULL) - add_credits_page (about, notebook, _("Documented by"), priv->documenters); + add_credits_page (about, dialog, notebook, _("Documented by"), priv->documenters); /* Don't show an untranslated gettext msgid */ if (priv->translator_credits != NULL && @@ -2075,11 +2074,11 @@ display_credits_dialog (GtkWidget *button, translators[0] = priv->translator_credits; translators[1] = NULL; - add_credits_page (about, notebook, _("Translated by"), translators); + add_credits_page (about, dialog, notebook, _("Translated by"), translators); } if (priv->artists != NULL) - add_credits_page (about, notebook, _("Artwork by"), priv->artists); + add_credits_page (about, dialog, notebook, _("Artwork by"), priv->artists); gtk_widget_show_all (dialog); } @@ -2100,7 +2099,8 @@ display_license_dialog (GtkWidget *button, GtkAboutDialogPrivate *priv = (GtkAboutDialogPrivate *)about->private_data; GtkWidget *dialog, *view, *sw; GtkDialog *licence_dialog; - + gchar *strings[2]; + if (priv->license_dialog != NULL) { gtk_window_present (GTK_WINDOW (priv->license_dialog)); @@ -2141,17 +2141,10 @@ display_license_dialog (GtkWidget *button, g_signal_connect (sw, "map", G_CALLBACK (set_policy), NULL); gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), sw, TRUE, TRUE, 0); - view = gtk_text_view_new (); - gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW (view), - priv->wrap_license ? GTK_WRAP_WORD : GTK_WRAP_NONE); - gtk_text_buffer_set_text (gtk_text_view_get_buffer (GTK_TEXT_VIEW (view)), - priv->license, -1); - - gtk_text_view_set_cursor_visible (GTK_TEXT_VIEW (view), FALSE); - gtk_text_view_set_editable (GTK_TEXT_VIEW (view), FALSE); - - gtk_text_view_set_left_margin (GTK_TEXT_VIEW (view), 8); - gtk_text_view_set_right_margin (GTK_TEXT_VIEW (view), 8); + strings[0] = priv->license; + strings[1] = NULL; + view = text_view_new (about, dialog, strings, + priv->wrap_license ? GTK_WRAP_WORD : GTK_WRAP_NONE); gtk_container_add (GTK_CONTAINER (sw), view); From ea866c635b2c95067ef32b0b9a1aa90814f0b87c Mon Sep 17 00:00:00 2001 From: "Dr. Michael J. Chudobiak" Date: Wed, 8 Apr 2009 10:33:08 -0400 Subject: [PATCH 029/190] Fixed minor memory leak on error Bug 578290. Fixed a minor memory leak that occurs after a memory allocation error. Found it using cppcheck. --- gdk-pixbuf/io-jpeg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gdk-pixbuf/io-jpeg.c b/gdk-pixbuf/io-jpeg.c index da59386c16..cf8c9ed195 100644 --- a/gdk-pixbuf/io-jpeg.c +++ b/gdk-pixbuf/io-jpeg.c @@ -1184,6 +1184,7 @@ real_save_jpeg (GdkPixbuf *pixbuf, GDK_PIXBUF_ERROR, GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY, _("Couldn't allocate memory for loading JPEG file")); + g_free (buf); return FALSE; } } From a15b14032eeda8d23808a842abffe3a198bd735d Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Wed, 8 Apr 2009 10:50:30 -0400 Subject: [PATCH 030/190] Fixed memory leak in jasper loader Bug 578290. The "data" block was allocated but not used and not freed. --- gdk-pixbuf/io-jasper.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gdk-pixbuf/io-jasper.c b/gdk-pixbuf/io-jasper.c index a841b83024..e60a7c82e9 100644 --- a/gdk-pixbuf/io-jasper.c +++ b/gdk-pixbuf/io-jasper.c @@ -163,7 +163,6 @@ jasper_image_try_load (struct jasper_context *context, GError **error) if (!context->pixbuf) { int bits_per_sample; - guchar *data; /* Unfortunately, gdk-pixbuf doesn't support 16 bpp images * bits_per_sample = jas_image_cmptprec (image, 0); @@ -174,17 +173,16 @@ jasper_image_try_load (struct jasper_context *context, GError **error) */ bits_per_sample = 8; - data = g_try_malloc0 (context->width * context->height * bits_per_sample / 8); - if (data == NULL) { + context->pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, + FALSE, bits_per_sample, + context->width, context->height); + if (context->pixbuf == NULL) { g_set_error_literal (error, GDK_PIXBUF_ERROR, GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY, _("Insufficient memory to open JPEG 2000 file")); return FALSE; } - context->pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, - FALSE, bits_per_sample, - context->width, context->height); if (context->prepared_func) context->prepared_func (context->pixbuf, NULL, context->user_data); } From 84a9e65ca3bf407807dbe60c549169810c631601 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 8 Apr 2009 10:02:52 -0400 Subject: [PATCH 031/190] Allow empty passwords in GtkMountOperation Allow empty passwords, since there are situations where the backend doesn't need the password. (#578365) --- gtk/gtkmountoperation.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c index add46e85bd..ace58ed90a 100644 --- a/gtk/gtkmountoperation.c +++ b/gtk/gtkmountoperation.c @@ -316,9 +316,14 @@ pw_dialog_input_is_valid (GtkMountOperation *operation) GtkMountOperationPrivate *priv = operation->priv; gboolean is_valid = TRUE; + /* We don't require password to be non-empty here + * since there are situations where it is not needed, + * see bug 578365. + * We may add a way for the backend to specify that it + * definitively needs a password. + */ is_valid = entry_has_input (priv->username_entry) && - entry_has_input (priv->domain_entry) && - entry_has_input (priv->password_entry); + entry_has_input (priv->domain_entry); return is_valid; } From 543ac9298f6ebd903430bb1d6ad0aedf8f0f83e7 Mon Sep 17 00:00:00 2001 From: Simos Xenitellis Date: Wed, 8 Apr 2009 20:25:19 +0100 Subject: [PATCH 032/190] Updated Greek translation --- po/el.po | 165 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 88 insertions(+), 77 deletions(-) diff --git a/po/el.po b/po/el.po index a54c87e82b..efd94647ae 100644 --- a/po/el.po +++ b/po/el.po @@ -29,7 +29,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-HEAD-po-el-3920.merged\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-07 14:47+0100\n" +"POT-Creation-Date: 2009-04-08 20:24+0100\n" "PO-Revision-Date: 2009-04-05 02:33+0100\n" "Last-Translator: Jennie Petoumenou \n" "Language-Team: Greek \n" @@ -648,17 +648,17 @@ msgstr "Αυτός ο τύπος εικόνας δεν υποστηρίζετα msgid "Couldn't allocate memory for color profile" msgstr "Αδυναμία διάθεση μνήμης για το προφίλ χρωμάτων" -#: ../gdk-pixbuf/io-jasper.c:182 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Ανεπάρκεια μνήμης για το άνοιγμα του αρχείου JPEG 2000" -#: ../gdk-pixbuf/io-jasper.c:264 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" "Αδυναμία διάθεσης μνήμης για την αποθήκευση των δεδομένων της εικόνας στην " "ενδιάμεση μνήμη" -#: ../gdk-pixbuf/io-jasper.c:308 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Ο τύπος εικόνας JPEG 2000" @@ -706,7 +706,7 @@ msgstr "" "Η ποιότητα του JPEG πρέπει να έχει τιμή μεταξύ 0 και 100. Η τιμή '%d' δεν " "επιτρέπεται." -#: ../gdk-pixbuf/io-jpeg.c:1309 ../gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Ο τύπος εικόνας JPEG" @@ -1215,46 +1215,46 @@ msgid_plural "Opening %d Items" msgstr[0] "Άνοιγμα %d αρχείου" msgstr[1] "Άνοιγμα %d αρχείων" -#: ../gtk/gtkaboutdialog.c:267 ../gtk/gtkaboutdialog.c:2121 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Άδεια χρήσης" -#: ../gtk/gtkaboutdialog.c:268 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Η άδεια χρήσης του προγράμματος" #. Add the credits button -#: ../gtk/gtkaboutdialog.c:508 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "Μ_νεία" #. Add the license button -#: ../gtk/gtkaboutdialog.c:522 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "Ά_δεια χρήσης" -#: ../gtk/gtkaboutdialog.c:790 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Περί %s" -#: ../gtk/gtkaboutdialog.c:2045 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Μνεία" -#: ../gtk/gtkaboutdialog.c:2074 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Γράφτηκε από" -#: ../gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Τεκμηρίωση από" -#: ../gtk/gtkaboutdialog.c:2089 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Μετάφραση από" -#: ../gtk/gtkaboutdialog.c:2093 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Γραφικά από" @@ -1336,7 +1336,9 @@ msgstr "Μη έγκυρος τύπος συνάρτησης στη γραμμή #: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "Διπλή εμφάνιση id αντικειμένου '%s' στη γραμμή %d (προηγουμένως στη γραμμή %d)" +msgstr "" +"Διπλή εμφάνιση id αντικειμένου '%s' στη γραμμή %d (προηγουμένως στη γραμμή %" +"d)" #: ../gtk/gtkbuilderparser.c:853 #, c-format @@ -1583,11 +1585,11 @@ msgstr "" msgid "Color Selection" msgstr "Επιλογή χρωμάτων" -#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7766 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Μέθοδοι εισαγωγής" -#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7780 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Εισαγωγή χαρακτήρα ελέγχου Unicode" @@ -2293,39 +2295,39 @@ msgstr "Επιλογές GTK+" msgid "Show GTK+ Options" msgstr "Εμφάνιση επιλογών GTK+" -#: ../gtk/gtkmountoperation.c:463 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "_Σύνδεση" -#: ../gtk/gtkmountoperation.c:530 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Σύνδεση _ανώνυμα" -#: ../gtk/gtkmountoperation.c:539 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Σύνδεση ως _χρήστης:" -#: ../gtk/gtkmountoperation.c:577 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "Όν_ομα χρήστη:" -#: ../gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Τομέας:" -#: ../gtk/gtkmountoperation.c:588 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "Σ_υνθηματικό:" -#: ../gtk/gtkmountoperation.c:606 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Όχ_ι απομνημόνευση του συνθηματικού" -#: ../gtk/gtkmountoperation.c:616 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Α_πομνημόνευση συνθηματικού μέχρι την αποσύνδεση" -#: ../gtk/gtkmountoperation.c:626 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Μόνιμη απομνημόνευση συνθηματικού" @@ -2396,7 +2398,7 @@ msgstr "Μέγε_θος χαρτιού:" msgid "_Orientation:" msgstr "_Προσανατολισμός:" -#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2681 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Μορφοποίηση σελίδας" @@ -2608,37 +2610,37 @@ msgstr "Μη έγκυρος χειριστής για το PrintDlgEx" msgid "Unspecified error" msgstr "Ακαθόριστο σφάλμα" -#: ../gtk/gtkprintunixdialog.c:1763 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Εκτυπωτής" #. Translators: this is the header for the location column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1773 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Τοποθεσία" #. Translators: this is the header for the printer status column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1784 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Κατάσταση" -#: ../gtk/gtkprintunixdialog.c:1809 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Εύρος" -#: ../gtk/gtkprintunixdialog.c:1813 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "Ό_λες οι σελίδες" -#: ../gtk/gtkprintunixdialog.c:1820 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Τρέχουσα σελίδα" -#: ../gtk/gtkprintunixdialog.c:1829 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Σελίδες:" -#: ../gtk/gtkprintunixdialog.c:1830 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2646,127 +2648,132 @@ msgstr "" "Μια ή περισσότερες σειρές επιλεγμένων σελίδων,\n" " π.χ. 1-3,7,11" -#: ../gtk/gtkprintunixdialog.c:1851 +#: ../gtk/gtkprintunixdialog.c:1835 +msgid "Pages" +msgstr "Σελίδες" + +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Αντίγραφα" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: ../gtk/gtkprintunixdialog.c:1856 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Αντί_γραφα:" -#: ../gtk/gtkprintunixdialog.c:1874 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "Συ_ρραφή" -#: ../gtk/gtkprintunixdialog.c:1882 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Αντίστρο_φη σειρά" -#: ../gtk/gtkprintunixdialog.c:1902 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Γενικά" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: ../gtk/gtkprintunixdialog.c:2442 +#: ../gtk/gtkprintunixdialog.c:2439 #: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Σειρά σελίδων" -#: ../gtk/gtkprintunixdialog.c:2448 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Από αριστερά προς δεξιά" -#: ../gtk/gtkprintunixdialog.c:2449 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Από δεξιά προς αριστερά" -#: ../gtk/gtkprintunixdialog.c:2518 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Διάταξη" -#: ../gtk/gtkprintunixdialog.c:2522 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Διπλής όψης:" -#: ../gtk/gtkprintunixdialog.c:2537 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Σελίδες ανά _φύλλο:" -#: ../gtk/gtkprintunixdialog.c:2555 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "_Σειρά σελίδων:" -#: ../gtk/gtkprintunixdialog.c:2571 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Εκτύπωση _μόνο για:" #. In enum order -#: ../gtk/gtkprintunixdialog.c:2586 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Όλες τις σελίδες" -#: ../gtk/gtkprintunixdialog.c:2587 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Ζυγές σελίδες" -#: ../gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Μονές σελίδες" -#: ../gtk/gtkprintunixdialog.c:2591 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Κλί_μακα:" -#: ../gtk/gtkprintunixdialog.c:2618 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Χαρτί" -#: ../gtk/gtkprintunixdialog.c:2622 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Τύπος χαρτιού:" -#: ../gtk/gtkprintunixdialog.c:2637 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Πηγή χαρτιού:" -#: ../gtk/gtkprintunixdialog.c:2652 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Συρτάρι ε_ξόδου:" -#: ../gtk/gtkprintunixdialog.c:2706 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Λεπτομέρειες εκτύπωσης" -#: ../gtk/gtkprintunixdialog.c:2712 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Πρ_οτεραιότητα:" -#: ../gtk/gtkprintunixdialog.c:2727 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Πληροφορίες τιμο_λόγησης:" -#: ../gtk/gtkprintunixdialog.c:2745 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Εκτύπωση εγγράφου" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2754 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Τώρα" -#: ../gtk/gtkprintunixdialog.c:2765 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Στις:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: ../gtk/gtkprintunixdialog.c:2770 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2774,60 +2781,64 @@ msgstr "" "Προσδιορίστε πότε θα γίνει η εκτύπωση,\n" "π.χ. 15:30, 2:35 μμ, 14:15:20, 11:46:30 πμ, 4 μμ" -#: ../gtk/gtkprintunixdialog.c:2791 +#: ../gtk/gtkprintunixdialog.c:2778 +msgid "At" +msgstr "Σε" + +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Σε α_ναμονή" -#: ../gtk/gtkprintunixdialog.c:2792 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Η εργασία τίθεται σε αναμονή μέχρι να ζητηθεί ρητά η εκτύπωση" -#: ../gtk/gtkprintunixdialog.c:2812 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Προσθήκη εξωφύλλου" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../gtk/gtkprintunixdialog.c:2821 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "Π_ριν:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../gtk/gtkprintunixdialog.c:2839 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Μετά:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2857 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Εκτύπωση" -#: ../gtk/gtkprintunixdialog.c:2923 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Για προχωρημένους" -#: ../gtk/gtkprintunixdialog.c:2958 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Ποιότητα εικόνας" -#: ../gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Χρώμα" -#: ../gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Ολοκληρώνεται" -#: ../gtk/gtkprintunixdialog.c:2974 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Μερικές ρυθμίσεις του διαλόγου συγκρούονται μεταξύ τους" -#: ../gtk/gtkprintunixdialog.c:2997 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Εκτύπωση" From 8bc711b43b3bb0a95844384a410e452ac30603fb Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Wed, 8 Apr 2009 23:33:27 +0200 Subject: [PATCH 033/190] Updated Italian translation Updated Italian translation by Luca Ferretti Signed-off-by: Milo Casagrande --- po/it.po | 2090 +++++++++++++++++++++++++++--------------------------- 1 file changed, 1056 insertions(+), 1034 deletions(-) diff --git a/po/it.po b/po/it.po index fd192b0534..eec41dd990 100644 --- a/po/it.po +++ b/po/it.po @@ -8,9 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.14\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" -"PO-Revision-Date: 2009-03-02 20:46+0100\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" +"+&component=general\n" +"POT-Creation-Date: 2009-04-08 15:30+0000\n" +"PO-Revision-Date: 2009-04-08 21:45+0200\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" @@ -19,58 +20,58 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" # GTK-2-12 -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Errore nell'analizzare l'opzione --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Errore nell'analizzare l'opzione --gdk-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Classe del programma come usato dal window manager" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "CLASSE" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Nome del programma come usato dal window manager" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "NOME" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "Display X da usare" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "DISPLAY" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "Schermo X da usare" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "SCHERMO" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Flag per il debug di Gdk da attivare" @@ -78,17 +79,17 @@ msgstr "Flag per il debug di Gdk da attivare" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "FLAG" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Flag per il debug di Gdk da disattivare" # direi che non ha traduzione in italiano -Luca -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "BackSpace" @@ -96,21 +97,21 @@ msgstr "BackSpace" # Notare la differenza tra # "Tabulazione" (il carattere di -) e # "Tab" (il tasto -) -Luca -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tab" # Notare che in italiano non esiste distinzione tra Return ed Enter # (per lo meno mi pare così, dovrei controllare sulla Olivetti) -Luca -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Invio" # Traduzione del tasto sulla Logitech e Microsoft IT # che ho sottomano -Luca -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pausa" @@ -120,99 +121,99 @@ msgstr "Pausa" # Bloc # Scorr # Cmq direi di seguire la convenzione usata in originale con il _ -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Bloc_Scorr" # Traduzione del tasto sulla Logitech e Microsoft IT # che ho sottomano -Luca -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "R_Sist" # Traduzione del tasto sulla Logitech e Microsoft IT # che ho sottomano -Luca -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Esc" # Ma che tasto è ???? -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Tasto_Multi" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Sinistra" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Su" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Destra" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Giù" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Pag_Su" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Pag_Giù" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "Fine" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Inizio" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Stamp" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Ins" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Bloc_Num" # Questo e i successivi si riferiscono ai tasti sul Tastierino Numerico # (da cui il prefisso usato TN). -Luca -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "TN_Spazio" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "TN_Tab" @@ -222,96 +223,96 @@ msgstr "TN_Tab" # # Sulle tastiere Logitech e Microsoft IT che ho sottomano # entrambi sono tradotto come Invio. -Luca -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "TN_Invio" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "TN_Home" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "TN_Sinistra" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "TN_Su" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "TN_Destra" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "TN_Giù" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "TN_Pag_Su" # credo sia precedente, visto che c'è KP_Next, # ma non so a che tasto corrisponda.... -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "TN_Prec" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "TN_Pag_Giù" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "TN_Succ" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "TN_Fine" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "TN_Inizio" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "TN_Ins" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "TN_Canc" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Canc" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Apertura del file «%s» fallita: %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Il file d'immagine «%s» non contiene dati" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -319,7 +320,7 @@ msgstr "" "Caricamento dell'immagine «%s» fallito: causa sconosciuta, probabilmente un " "file d'immagine corrotto" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -328,12 +329,12 @@ msgstr "" "Caricamento dell'animazione «%s» fallito: causa sconosciuta, probabilmente un " "file d'animazione corrotto" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Impossibile aprire il modulo «%s» per il caricamento delle immagini: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -342,53 +343,53 @@ msgstr "" "Il modulo per il caricamento delle immagini «%s» non esporta l'interfaccia " "opportuna, forse appartiene a una versione differente di GTK." -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Il tipo di immagine «%s» non è supportato" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Impossibile riconoscere il formato di immagine per il file «%s»" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Formato del file di immagine non riconosciuto" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Caricamento dell'immagine «%s» fallito: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Errore nello scrivere sul file d'immagine: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "Questa versione di gdk-pixbuf non permette di salvare nel formato %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Memoria insufficiente per salvare l'immagine sulla callback" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Apertura del file temporaneo fallita" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Lettura dal file temporaneo fallita" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Apertura di «%s» in scrittura fallita: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -397,18 +398,18 @@ msgstr "" "Chiusura di «%s» fallita durante la scrittura dell'immagine, alcuni dati " "potrebbero non essere stati salvati: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Memoria insufficiente per salvare l'immagine in un buffer" # GTK-2-14 # stream lasciato non tradotto come in glib/gio, # credo intenda qualcosa 'tipo' file, ma più generico -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Errore nello scrivere sullo stream d'immagine" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -417,143 +418,148 @@ msgstr "" "Errore interno: il modulo di caricamento immagine «%s» non riesce a " "completare l'operazione, causa del problema sconosciuta" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Caricamento progressivo non supportato per il tipo di immagine «%s»" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Header dell'immagine corrotto" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Formato dell'immagine sconosciuto" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Immagine con dati dei pixel corrotti" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "fallita l'allocazione di un buffer di %u byte per l'immagine" msgstr[1] "fallita l'allocazione di un buffer di %u byte per l'immagine" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Segmento di icona inaspettato nell'animazione" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Tipo di animazione non supportato" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Header dell'animazione non valido" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Memoria insufficiente per caricare l'animazione" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Segmento malformato nell'animazione" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "Formato ANI" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "Immagine BMP con dati fasulli nell'header" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Memoria insufficiente per caricare l'immagine bitmap" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "Immagine BMP con dimensione dell'header non supportata" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Le immagini BMP topdown non possono essere compresse" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "End-of-file raggiunto prematuramente" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Impossibile allocare memoria per salvare il file BMP" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Impossibile scrivere nel file BMP" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "Formato BMP" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Lettura dell'immagine GIF fallita: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "Il file GIF non è completo (forse parte dei dati sono andati persi)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Errore interno nel modulo di caricamento GIF (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Stack overflow" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "" "Il modulo di caricamento di immagini GIF non riconosce questa immagine." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Lettura di codice errato" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Tabella circolare nel file GIF" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Memoria insufficiente per caricare il file GIF" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Memoria insufficiente per comporre un fotogramma nel file GIF" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "Immagine GIF corrotta (errori nella compressione LZW)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Il file non sembra essere in formato GIF" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "La versione %s del formato GIF non è supportata" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -561,126 +567,128 @@ msgstr "" "Immagine GIF priva di colormap globale e in un fotogramma interno manca la " "colormap locale." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "Immagine GIF troncata o incompleta." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "Formato GIF" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Header dell'icona non valido" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Memoria insufficiente per caricare l'icona" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Icona con larghezza pari a zero" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Icona con altezza pari a zero" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Icone compresse non supportate" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Tipo di icona non supportato" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Memoria insufficiente per caricare il file ICO" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Immagine troppo larga per essere salvata come ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Hotspot del cursore esterno all'immagine" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Profondità non supportata per il file ICO: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "Formato ICO" # GTK-2-14 -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Errore nel leggere l'immagine ICNS: %s" # GTK-2-14 -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Impossibile decodificare il file ICNS" # GTK-2-14 -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "Formato ICNS" # GTK-2-14 # stream lasciato non tradotto come in glib/gio, # credo intenda qualcosa 'tipo' file, ma più generico -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Impossibile allocare memoria per lo stream" # GTK-2-14 -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Impossibile decodificare l'immagine" # GTK-2-14 -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "L'immagine trasformata in JPEG2000 ha larghezza o altezza pari a zero." # GTK-2-14 -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Il tipo di immagine non è attualmente supportato" # GTK-2-14 -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Impossibile allocare memoria per il profilo di colore" # GTK-2-14 -#: gdk-pixbuf/io-jasper.c:182 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Memoria insufficiente per aprire il file JPEG 2000" # GTK-2-14 # FIXME: bufferizzare ???!!!!?? -#: gdk-pixbuf/io-jasper.c:264 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Impossibile allocare memoria per bufferizzare i dati dell'immagine" # GTK-2-14 -#: gdk-pixbuf/io-jasper.c:308 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Formato JPEG 2000" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Errore nell'interpretare il file JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -688,21 +696,21 @@ msgstr "" "Memoria insufficiente per caricare l'immagine, provare a chiudere qualche " "applicazione per liberare memoria" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Spazio di colore JPEG (%s) non supportato" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Impossibile allocare memoria per caricare il file JPEG" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "L'immagine convertita in JPEG ha larghezza o altezza pari a zero." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -711,7 +719,7 @@ msgstr "" "La qualità di un'immagine JPEG deve essere compresa tra 0 e 100; il valore «%" "s» non può essere analizzato." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -719,93 +727,93 @@ msgstr "" "La qualità di un'immagine JPEG deve essere compresa tra 0 e 100; il valore «%" "d» non è permesso." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Formato JPEG" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Impossibile allocare memoria per l'header" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Impossibile allocare memoria per il «context buffer»" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Larghezza e/o altezza dell'immagine non valida" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Byte per pixel dell'immagine non supportati" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Immagine ha un numero non supportato di piani %d-bit" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Impossibile creare un nuovo pixbuf" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Impossibile allocare memoria per i dati della riga" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Impossibile allocare memoria per i dati indicizzati" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Impossibile ottenere tutte le righe dell'immagine PCX" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Nessuna tavolozza trovata alla fine dei dati PCX" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "Formato PCX" # GTK-2-12 -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "I bit per canale dell'immagine PNG è non valido." # GTK-2-12 -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "L'immagine PNG trasformata ha larghezza o altezza pari a zero." # GTK-2-12 -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "I bit per canale dell'immagine PNG trasformata non è 8." # GTK-2-12 -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "L'immagine PNG trasformata non utilizza RGB o RGBA." # GTK-2-12 -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "L'immagine PNG trasformata presenta un numero di canali non supportato, deve " "essere 3 o 4." # GTK-2-12 -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Errore critico nel file di immagine PNG: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Memoria insufficiente per caricare il file PNG" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -815,28 +823,28 @@ msgstr "" "applicazione per liberare memoria" # GTK-2-12 -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Errore critico nella lettura del file PNG" # GTK-2-12 -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Errore critico nella lettura del file PNG: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Le chiavi per i segmenti di testo PNG devono avere da 1 a 79 caratteri." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "" "Le chiavi per i segmenti di testo PNG possono contenere solo caratteri ASCII." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -845,7 +853,7 @@ msgstr "" "Il livello di compressione PNG deve essere un valore tra 0 e 9; il valore «%" "s» non può essere elaborato." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -854,309 +862,313 @@ msgstr "" "Il livello di compressione PNG deve essere un valore tra 0 e 9; il valore «%" "d» non è consentito." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "Il valore per il segmento di testo PNG %s non è convertibile nella codifica " "ISO-8859-1." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "Formato PNG" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "" "Il numero intero atteso dal modulo di caricamento PNM non è stato trovato" # GTK-2-12 -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "Il file PNM presenta un byte iniziale non corretto" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "Il file PNM non è in un sottoformato PNM riconosciuto" # GTK-2-12 -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "Il file PNM ha larghezza pari a zero" # GTK-2-12 -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "Il file PNM ha altezza pari a zero" # GTK-2-12 -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Il valore di colore massimo nel file PNM è zero" # GTK-2-12 -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Il valore di colore massimo nel file PNM troppo grande" # GTK-2-12 -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Il tipo di immagine PNM Raw è non valido" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "" "Il modulo di caricamento per le immagini PNM non supporta questo " "sottoformato PNM" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "I formati Raw PNM richiedono esattamente uno spazio bianco prima dei dati " "grezzi" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Impossibile allocare memoria per caricare l'immagine PNM" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Memoria insufficiente per caricare la struttura context del file PNM" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Fine dei dati dell'immagine PNM inaspettata" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Memoria insufficiente per caricare il file PNM" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "Famiglia formati PNM/PBM/PGM/PPM" # GTK-2-12 -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "L'immagine RAS presenta dati fasulli nell'header" # GTK-2-12 -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "L'immagine RAS ha tipo sconosciuto" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "variante di immagine RAS non supportata" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Memoria insufficiente per caricare l'immagine RAS" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Formato Sun raster" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Impossibile allocare memoria per la struttura IOBuffer" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Impossibile allocare memoria per i dati IOBuffer" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Impossibile riallocare i dati IOBuffer" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Impossibile allocare i dati IOBuffer temporanei" # GTK-2-12 -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Impossibile allocare il nuovo pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Impossibile allocare la struttura colormap" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Impossibile allocare gli elementi della struttura colormap" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Profondità di colore inattesa per gli elementi della colormap" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Impossibile allocare memoria per l'header TGA" # GTK-2-12 -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "L'immagine TGA presenta dimensioni non valide" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "Tipo di immagine TGA non supportato" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Impossibile allocare memoria per la struttura context TGA" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Dati in eccesso nel file" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Formato Targa" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Impossibile ottenere la larghezza dell'immagine (file TIFF difettoso)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Impossibile ottenere l'altezza dell'immagine (file TIFF difettoso)" # GTK-2-12 -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "La larghezza o altezza dell'immagine TIFF è pari a zero" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Dimensioni dell'immagine TIFF troppo grandi" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Memoria insufficiente per aprire il file TIFF" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Impossibile caricare i dati RGB dal file TIFF" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Impossibile aprire l'immagine TIFF" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "Operazione TIFFClose fallita" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Impossibile caricare l'immagine TIFF" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Impossibile salvare l'immagine TIFF" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Scrittura dati TIFF fallita" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Impossibile scrivere nel file TIFF" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "Formato TIFF" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Larghezza dell'immagine pari a zero" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Altezza dell'immagine pari a zero" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Memoria insufficiente per caricare l'immagine" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Impossibile salvare il resto" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "Formato WBMP" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "File XBM non valido" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Memoria insufficiente per caricare l'immagine XBM" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "" "Fallita la scrittura sul file temporaneo durante il caricamento " "dell'immagine XBM" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "Formato XBM" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Impossibile trovare l'header XPM" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Header XBM non valido" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "File XPM con larghezza minore o uguale a zero" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "File XPM con altezza <= zero" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM con numero di byte per pixel non valido" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "File XPM con numero di colori non valido" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Impossibile allocare memoria per caricare l'immagine XPM" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Impossibile leggere la colormap XPM" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "" "Fallita la scrittura nel file temporaneo durante il caricamento " "dell'immagine XPM" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "Formato XPM" # GTK-2-14 -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "Formato EMF" # GTK-2-14 -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Impossibile allocare memoria: %s" @@ -1164,8 +1176,8 @@ msgstr "Impossibile allocare memoria: %s" # GTK-2-14 # stream lasciato non tradotto come in glib/gio, # credo intenda qualcosa 'tipo' file, ma più generico -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Impossibile creare lo stream: %s" @@ -1175,7 +1187,7 @@ msgstr "Impossibile creare lo stream: %s" # credo intenda qualcosa 'tipo' file, ma più generico # # seek->posizionare come il gio -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Impossibile posizionarsi nello stream: %s" @@ -1183,34 +1195,34 @@ msgstr "Impossibile posizionarsi nello stream: %s" # GTK-2-14 # stream lasciato non tradotto come in glib/gio, # credo intenda qualcosa 'tipo' file, ma più generico -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Impossibile leggere dallo stream: %s" # GTK-2-14 # il bitmap o la bitmap ?? -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Impossibile caricare la bitmap" # GTK-2-14 -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Impossibile caricare i metadati" # GTK-2-14 -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Formato di immagine non supportato per GDI+" # GTK-2-14 -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Impossibile salvare" # GTK-2-14 -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "Formato WMF" @@ -1218,44 +1230,44 @@ msgstr "Formato WMF" # # s/asincrone/sincrone !!! #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Rende sincrone le richieste GDI" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Non usare l'API Wintab per supportare le tavolette grafiche" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Uguale a --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Usa l'API Wintab [predefinito]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Dimensione della tavolozza in modalità 8 bit" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "COLORI" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Rende le chiamate a X sincrone" # GTK-2-14 # come da traduzione già # esistente in gnome-desktop e altro -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Avvio di «%s»" @@ -1263,67 +1275,67 @@ msgstr "Avvio di «%s»" # GTK-2-14 # come da traduzione già # esistente in gnome-desktop e altro -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Apertura di «%s»" # GTK-2-14 -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "Apertura di %d oggetto" msgstr[1] "Apertura di %d oggetti" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licenza" -#: gtk/gtkaboutdialog.c:268 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "La licenza del programma" # GTK-2-12 #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Riconoscimenti" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licenza" -#: gtk/gtkaboutdialog.c:790 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Informazioni su %s" # GTK-2-12 -#: gtk/gtkaboutdialog.c:2045 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Riconoscimenti" # GTK-2-12 -#: gtk/gtkaboutdialog.c:2074 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Codice" # GTK-2-12 -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documentazione" # GTK-2-12 -#: gtk/gtkaboutdialog.c:2089 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Traduzione" # GTK-2-12 # # Nota: "art work" --> grafica (da garzantilinguistica.it) -#: gtk/gtkaboutdialog.c:2093 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafica" @@ -1332,7 +1344,7 @@ msgstr "Grafica" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Maiusc" @@ -1342,7 +1354,7 @@ msgstr "Maiusc" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1352,7 +1364,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1362,7 +1374,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1372,7 +1384,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1382,35 +1394,40 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Spazio" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -# GTK-2-12 -#: gtk/gtkbuilderparser.c:340 +#: ../gtk/gtkbuilderparser.c:343 #, c-format -msgid "Invalid type function: `%s'" -msgstr "Funzione tipo non valida: \"%s\"" +msgid "Invalid type function on line %d: '%s'" +msgstr "Funzione tipo non valida alla riga %d: \"%s\"" + +#: ../gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" +"ID di oggetto \"%s\" duplicato alla riga %d (il precedente è alla riga %d)" # GTK-2-12 -#: gtk/gtkbuilderparser.c:837 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Elemento radice non valido: \"%s\"" # GTK-2-12 -#: gtk/gtkbuilderparser.c:876 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Tag non gestito: \"%s\"" @@ -1424,7 +1441,7 @@ msgstr "Tag non gestito: \"%s\"" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1432,7 +1449,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1441,7 +1458,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1456,7 +1473,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1472,7 +1489,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1488,7 +1505,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1496,7 +1513,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Disabilitato" @@ -1505,28 +1522,28 @@ msgstr "Disabilitato" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: ../gtk/gtkcellrendereraccel.c:376 ../gtk/gtkcellrendereraccel.c:588 msgid "New accelerator..." msgstr "Nuovo acceleratore..." # GTK-2-12 # Nota: il segno di percentuale è attaccato al valore # nella convenzione italiana -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d%%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Selezione colore" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Ricevuti dati colore non validi\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1534,7 +1551,7 @@ msgstr "" "Selezionare la tonalità di colore tramite l'anello esterno e la luminosità " "tramite il triangolo interno." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1542,68 +1559,68 @@ msgstr "" "Fare clic sul contagocce, quindi fare clic su un punto qualsiasi dello " "schermo per selezionare il colore di quel punto." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Tonalità:" # GTK-2-12 -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Posizione sull'anello dei colori." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Saturazione:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "\"Profondità\" del colore." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Valore:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Luminosità del colore." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Rosso:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Quantità di luce rossa nel colore." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Verde:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Quantità di luce verde nel colore." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Blu:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Quantità di luce blu nel colore." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "_Opacità:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Trasparenza del colore." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "_Nome colore:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1611,16 +1628,16 @@ msgstr "" "È possibile inserire il valore esadecimale (in stile HTML) del colore o " "semplicemente il nome del colore come ad esempio \"orange\"." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Tavolozza:" # GTK-2-12 -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Anello dei colori" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1631,7 +1648,7 @@ msgstr "" "della tavolozza o selezionarlo come corrente trascinandolo sul colore che si " "vuole sostituire." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1639,12 +1656,12 @@ msgstr "" "Il colore selezionato. È possibile trascinarlo su una posizione della " "tavolozza per averlo disponibile in futuro." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Salva il colore in questa posizione" # ,bug nella stringa il punto finale andrebbe fuori dall virgolette -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1654,15 +1671,15 @@ msgstr "" "o fare clic col pulsante destro per selezionare \"Salva il colore in questa " "posizione\"." -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Selezione colore" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Metodi di input" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Inserisci carattere di controllo unicode" @@ -1671,11 +1688,11 @@ msgstr "_Inserisci carattere di controllo unicode" # o Blocca Maiuscole ? # Metto BlocMaiusc per ora, dovrebbe essere la traduzione # corretta del tasto - Milo -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "BlocMaiusc è attivo" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Seleziona un file" @@ -1690,35 +1707,35 @@ msgstr "Seleziona un file" # # In questo modo i due bookmark hanno la stessa traduzione. # -Luca -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Scrivania" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Nessuno)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Altro..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Impossibile recuperare informazioni sul file" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Impossibile aggiungere un segnalibro" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Impossibile rimuovere il segnalibro" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "La cartella non può essere creata" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1727,11 +1744,11 @@ msgstr "" "nome. Provare a usare un nome diverso per la cartella o rinominare prima il " "file." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Nome di file non valido" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Il contenuto della cartella non può essere visualizzato" @@ -1739,110 +1756,110 @@ msgstr "Il contenuto della cartella non può essere visualizzato" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s su %2$s" # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Ricerca" # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Usati di recente" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Seleziona quali tipi di file mostrare" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Aggiunge la cartella «%s» ai segnalibri" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Aggiunge la cartella corrente ai segnalibri" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Aggiunge le cartelle selezionate ai segnalibri" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Rimuove il segnalibro «%s»" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Rimuovi" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Rinomina..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Risorse" # GKT-2-12 #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "Ris_orse" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "A_ggiungi" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Aggiunge la cartella selezionata ai segnalibri" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Rimuovi" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Rimuove il segnalibro selezionato" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Impossibile selezionare il file" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "A_ggiungi ai segnalibri" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Mostra _file nascosti" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Mostra _colonna dimensioni" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "File" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Nome" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Dimensione" # Visto che si applica a cartelle (f) e file (m) mi pare più corretto. -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Data di modifica" @@ -1852,25 +1869,25 @@ msgstr "Data di modifica" # # Da verificare nel printeroption!! --Luca #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "No_me:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_Esplora altre cartelle" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Digitare un nome di file" # GTK-2-12 #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "_Crea cartella" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Posizione:" @@ -1884,35 +1901,35 @@ msgstr "_Posizione:" # a usare la C come tasto d'accesso. # # --Luca -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Salva nella _cartella:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Crea nella _cartella:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Impossibile spostarsi in una cartella non locale" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "La scorciatoia «%s» esiste già" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "La scorciatoia «%s» non esiste" # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Esiste già un file con nome «%s». Sostituirlo?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." @@ -1920,17 +1937,17 @@ msgstr "" "Il file esiste già in «%s». Scegliendo di sostituirlo il suo contenuto verrà " "sovrascritto." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Sostituisci" # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Impossibile avviare il processo di ricerca" # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1939,44 +1956,44 @@ msgstr "" "indicizzazione. Assicurarsi che sia in esecuzione." # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Impossibile inviare la richiesta di ricerca" # GTK-2-12 #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Cerca:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Impossibile montare «%s»" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Digitare il nome della nuova cartella" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Sconosciuto" # GTK-2-14 -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%k.%M" # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Ieri alle %k.%M" # GTK-2-14 #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Percorso non valido" @@ -1984,7 +2001,7 @@ msgstr "Percorso non valido" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Nessuna corrispondenza" @@ -1992,7 +2009,7 @@ msgstr "Nessuna corrispondenza" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Unico completamento" @@ -2001,14 +2018,14 @@ msgstr "Unico completamento" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Completo, ma non unico" # GTK-2-14 #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Completamento..." @@ -2016,7 +2033,7 @@ msgstr "Completamento..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "È possibile selezionare solo i file locali" @@ -2024,42 +2041,42 @@ msgstr "È possibile selezionare solo i file locali" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Nome host incompleto; terminarlo con \"/\"" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Il percorso non esiste" # GTK-2-12 -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Errore nel creare la cartella «%s»: %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Cartelle" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Cartelle" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_File" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Cartella non leggibile: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -2070,89 +2087,89 @@ msgstr "" "disponibile.\n" "Selezionarlo veramente?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Nuova cartella" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "Eli_mina file" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Rinomina file" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Il nome della cartella «%s» contiene simboli non consentiti nei nomi dei file" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Nuova cartella" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "Nome _cartella:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "C_rea" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "Il nome del file «%s» contiene simboli non consentiti nei nomi dei file" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Errore nell'eliminare il file «%s»: %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Eliminare veramente il file «%s»?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Elimina file" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Errore nel rinominare il file in «%s»: %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Errore nel rinominare il file «%s»: %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Errore nel rinominare il file «%s» in «%s»: %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Rinomina file" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Rinomina il file «%s» in:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Rinomina" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Selezione: " -#: gtk/gtkfilesel.c:3048 +#: ../gtk/gtkfilesel.c:3048 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2161,15 +2178,15 @@ msgstr "" "Il nome del file «%s» non è convertibile in UTF-8 (impostare la variabile " "d'ambiente G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: ../gtk/gtkfilesel.c:3051 msgid "Invalid UTF-8" msgstr "UTF-8 non valido" -#: gtk/gtkfilesel.c:3925 +#: ../gtk/gtkfilesel.c:3925 msgid "Name too long" msgstr "Nome troppo lungo" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Couldn't convert filename" msgstr "Impossibile convertire il nome del file" @@ -2178,28 +2195,28 @@ msgstr "Impossibile convertire il nome del file" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "File system" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Impossibile ottenere la cartella radice" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Vuoto)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Selezione tipo di carattere" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Tipo di carattere" @@ -2210,49 +2227,49 @@ msgstr "Tipo di carattere" # #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcde ABCDE àèìòù €" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Famiglia:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Stile:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Dimensione:" # GTK-2-16 cambiato acceleratore per collisione con A_nnulla #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Anteprima:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Selezione tipo di carattere" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Valore _gamma" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Errore nel caricare l'icona: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2265,142 +2282,142 @@ msgstr "" "È possibile recuperarne una copia presso:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "Icona «%s» non presente nel tema" # GTK-2-12 -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Caricamento dell'icona fallito" # GTK-2-14 -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Semplice" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Sistema" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Sistema (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Inserimento" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Nessun dispositivo di inserimento esteso" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Dispositivo:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Disabilitato" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Schermo" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Finestra" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Modalità:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Assi" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Tasti" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Pressione:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "Inc_linazione X:" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "In_clinazione Y:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "Ro_tella:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "nessuno" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(disabilitato)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(sconosciuto)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Pulisci" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Copia URL" # GTK-2-12 -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "URI non valido" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Carica i moduli GTK+ addizionali" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULI" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Rende tutti i warning critici" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Flag per il debug di GTK+ da attivare" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Flag per il debug di GTK+ da disattivare" @@ -2409,76 +2426,77 @@ msgstr "Flag per il debug di GTK+ da disattivare" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" # GTK-2-14 -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Impossibile aprire il display: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Opzioni GTK+" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Mostra le opzioni GTK+" # GTK-2-14 -#: gtk/gtkmountoperation.c:463 +#: ../gtk/gtkmountoperation.c:463 msgid "Co_nnect" msgstr "C_onnetti" # GTK-2-14 -#: gtk/gtkmountoperation.c:530 +#: ../gtk/gtkmountoperation.c:530 msgid "Connect _anonymously" msgstr "Connetti in modo _anonimo" # GTK-2-14 -#: gtk/gtkmountoperation.c:539 +#: ../gtk/gtkmountoperation.c:539 msgid "Connect as u_ser:" msgstr "Connetti come u_tente:" # GTK-2-14 -#: gtk/gtkmountoperation.c:577 +#: ../gtk/gtkmountoperation.c:577 msgid "_Username:" msgstr "Nome _utente:" # GTK-2-14 -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Domain:" msgstr "_Dominio:" # GTK-2-14 -#: gtk/gtkmountoperation.c:588 +#: ../gtk/gtkmountoperation.c:588 msgid "_Password:" msgstr "Pass_word:" # GTK-2-14 -#: gtk/gtkmountoperation.c:606 +#: ../gtk/gtkmountoperation.c:606 msgid "Forget password _immediately" msgstr "Di_menticare la password immediatamente" # GTK-2-14 -#: gtk/gtkmountoperation.c:616 +#: ../gtk/gtkmountoperation.c:616 msgid "Remember password until you _logout" msgstr "Ricordare la password _fino al termine sessione" # GTK-2-14 -#: gtk/gtkmountoperation.c:626 +#: ../gtk/gtkmountoperation.c:626 msgid "Remember _forever" msgstr "_Ricordare per sempre" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Pagina %u" # GTK-2-12 -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Non è un file di impostazione pagina valido" @@ -2488,11 +2506,11 @@ msgstr "Non è un file di impostazione pagina valido" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2500,15 +2518,15 @@ msgstr "" "Stampante generica\n" "Per documenti portabili" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "pollici" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2523,98 +2541,98 @@ msgstr "" " Superiore: %s %s\n" " Inferiore: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Gestisci dimensioni personalizzate..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Formato per:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Dimensione carta:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientamento:" # setup è sostantivo, set up è verbo -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Impostazione pagina" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Margini dalla stampante..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Dimensione personalizzata %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Gestisci dimensioni personalizzate" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Larghezza:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Altezza:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Dimensione carta" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Superiore:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Inferiore:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Sinistro:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Destro:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Margini carta" # GTK-2-12 # # nome/descrizione per accessibilità -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Su nel percorso" # GTK-2-12 # # nome/descrizione per accessibilità -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Giù nel percorso" # GTK-2-12 # # nome/descrizione per accessibilità -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Radice del file system" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Non disponibile" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "Salva nella ca_rtella:" @@ -2623,194 +2641,189 @@ msgstr "Salva nella ca_rtella:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s lavoro #%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Stato iniziale" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Preparazione per la stampa" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Generazione dati" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Invio dati" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Attesa" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Bloccato a causa di un problema" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Stampa in corso" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Terminato" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Terminato con errore" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Preparazione di %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "Preparazione" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Stampa di %d" # GTK-2-14 -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "Errore nel creare l'anteprima di stampa" # GTK-2-14 -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "" "Il motivo più probabile è che non è possibile creare un file temporaneo." # GTK-2-12 launch-->lanciare -#: gtk/gtkprintoperation-unix.c:242 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:242 msgid "Error launching preview" msgstr "Errore nel lanciare l'anteprima" # GTK-2-12 -#: gtk/gtkprintoperation-unix.c:280 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:280 msgid "Error printing" msgstr "Errore nello stampare" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:384 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Applicazione" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Stampante scollegata" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Carta terminata" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "In pausa" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Richiesto l'intervento dell'utente" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Dimensione personalizzata" # GTK-2-14 -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Nessuna stampante trovata" # GTK-2-14 -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Argomento non valido per CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Errore da StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Memoria insufficiente" # GTK-2-14 -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Argomento non valido per PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Puntatore a PrintDlgEx non valido" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Handle per PrintDlgEx non valido" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Errore non specificato" -#: gtk/gtkprintunixdialog.c:1763 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Stampante" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Posizione" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Stato" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:1809 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Intervallo" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:1813 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Tutte le pagine" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:1820 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Pagina c_orrente" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:1829 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Pagine:" # GTK-2-12 -#: gtk/gtkprintunixdialog.c:1830 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2818,24 +2831,28 @@ msgstr "" "Specificare uno o più intervalli di pagine,\n" "per esempio: 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: ../gtk/gtkprintunixdialog.c:1835 +msgid "Pages" +msgstr "Pagine" + +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Copie" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Copi_e:" -#: gtk/gtkprintunixdialog.c:1874 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "Ra_ggruppa" -#: gtk/gtkprintunixdialog.c:1882 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Ordine inve_rso" -#: gtk/gtkprintunixdialog.c:1902 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Generale" @@ -2843,98 +2860,98 @@ msgstr "Generale" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Ordinamento pagine" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:2448 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Da sinistra a destra" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:2449 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Da destra a sinistra" # GTK-2-12 # # in tipografia layout-->impaginazione (garzantilinguistica.it) -#: gtk/gtkprintunixdialog.c:2518 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Impaginazione" # GTK-2-12 aggiunto acceleratore -#: gtk/gtkprintunixdialog.c:2522 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Fronte-retro:" # GTK-2-12 -#: gtk/gtkprintunixdialog.c:2537 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "P_agine per facciata:" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:2555 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Or_dinamento pagine:" -#: gtk/gtkprintunixdialog.c:2571 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Sta_mpare solo:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Tutti i fogli" -#: gtk/gtkprintunixdialog.c:2587 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Fogli pari" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Fogli dispari" -#: gtk/gtkprintunixdialog.c:2591 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Scala:" -#: gtk/gtkprintunixdialog.c:2618 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Carta" -#: gtk/gtkprintunixdialog.c:2622 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tipo di carta:" # GTK-2-14 # cambiato acceleratore per conflitto -#: gtk/gtkprintunixdialog.c:2637 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "S_orgente carta:" -#: gtk/gtkprintunixdialog.c:2652 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Cassetto di _uscita:" # GTK-2-12 -#: gtk/gtkprintunixdialog.c:2706 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Dettagli lavoro" # GTK-2-14 # cambiato acceleratore per conflitto -#: gtk/gtkprintunixdialog.c:2712 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_orità:" -#: gtk/gtkprintunixdialog.c:2727 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "In_formazioni fatturazione:" -#: gtk/gtkprintunixdialog.c:2745 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Stampa documento" @@ -2943,11 +2960,11 @@ msgstr "Stampa documento" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "Ad_esso" -#: gtk/gtkprintunixdialog.c:2765 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Alle:" @@ -2956,9 +2973,10 @@ msgstr "_Alle:" # boh, sarebbe da provare come funziona.... # #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2966,29 +2984,33 @@ msgstr "" "Specificare l'ora della stampa,\n" " per esempio 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: ../gtk/gtkprintunixdialog.c:2778 +msgid "At" +msgstr "Alle" + +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_In attesa" -#: gtk/gtkprintunixdialog.c:2792 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Trattenere il lavoro finché non è esplicitamente rilasciato" -#: gtk/gtkprintunixdialog.c:2812 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Aggiungi pagina di copertina" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "P_rima:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Dopo:" @@ -2996,88 +3018,88 @@ msgstr "_Dopo:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Lavoro" -#: gtk/gtkprintunixdialog.c:2923 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avanzato" -#: gtk/gtkprintunixdialog.c:2958 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Qualità immagine" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Colore" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Completamento in corso" -#: gtk/gtkprintunixdialog.c:2974 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Alcune impostazioni nella finestra di dialogo sono in conflitto" -#: gtk/gtkprintunixdialog.c:2997 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Stampa" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Impossibile trovare il file da includere: \"%s\"" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Impossibile trovare il file di immagine in pixmap_path: \"%s\"" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Questa funzione non è implementata per i widget della classe «%s»" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Seleziona i tipi di documento da visualizzare" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Nessun elemento trovato per l'URI «%s»" # GTK-2-12 -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Filtro senza titolo" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Impossibile rimuovere l'elemento" # GTK-2-12 s/lista/elenco -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Impossibile pulire l'elenco" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Copia _posizione" # GTK-2-12 s/lista/elenco -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Rimuovi da elenco" # GTK-2-12 s/lista/elenco -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Pulisci elenco" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Mostra risorse _private" @@ -3091,21 +3113,21 @@ msgstr "Mostra risorse _private" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Nessun elemento trovato" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Non sono state trovate risorse con l'URI «%s» usate di recente" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Apre «%s»" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Elemento sconosciuto" @@ -3114,7 +3136,7 @@ msgstr "Elemento sconosciuto" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -3123,37 +3145,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Impossibile trovare un elemento con l'URI «%s»" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Informazione" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Avvertimento" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Errore" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Domanda" @@ -3161,83 +3183,83 @@ msgstr "Domanda" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "I_nformazioni" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "A_ggiungi" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "A_pplica" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Grassetto" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "A_nnulla" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-Rom" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Pulisci" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Chiudi" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "C_onnetti" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Converti" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Copia" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "_Taglia" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "Eli_mina" # GTK-2-12 -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Scarta" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Disconnetti" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Esegui" @@ -3245,27 +3267,27 @@ msgstr "_Esegui" # GTK-2-16 # cambiato accelerato da _m a _d per possibili collisioni # con eli_mina -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "Mo_difica" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "Tr_ova" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Trova e sostit_uisci" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Floppy" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "Sc_hermo intero" @@ -3273,359 +3295,359 @@ msgstr "Sc_hermo intero" # Non è fedele, ma è come quanto già usato e testato in altre applicazioni. # La traduzione "Lascia schermo intero" o simili sono troppo lunghe per i # posti in cui va ad apparire (cfr epiphany, evince, gthumb...) -Luca -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Finestra normale" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Basso" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Primo" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Ultimo" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Alto" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Indietro" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Giù" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Avanti" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Su" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Disco fisso" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "A_iuto" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Home" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Aumenta rientro" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Riduci rientro" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Indice" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "I_nformazioni" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Corsivo" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Vai a" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Centrato" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Giustificato" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Sinistra" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Destra" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Avanti" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Successivo" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "P_ausa" # GKT-2-12 #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Riproduci" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "Pre_cedente" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "Re_gistra" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "Ria_vvolgi" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Ferma" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Rete" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Nuovo" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_No" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_OK" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Apri" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Orizzontale" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Verticale" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Orizzontale invertito" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Verticale invertito" # GTK-2-14 # setup è sostantivo, set up è verbo -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "_Impostazione pagina" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Incolla" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "Preferen_ze" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "Stam_pa" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Antepri_ma di stampa" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "Pr_oprietà" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Esci" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Ripeti" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Aggiorna" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Rimuovi" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Ripristina" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Salva" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Sa_lva come" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "_Seleziona tutto" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Colore" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Tipo di carattere" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Crescente" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Decrescente" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "C_ontrolla ortografia" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Ferma" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "S_barrato" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Annulla eliminazione" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Sottolineato" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Annulla" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Sì" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Dimensione normale" @@ -3634,253 +3656,253 @@ msgstr "_Dimensione normale" # # era "adatta alla finestra", ma che c'entra la finestra ???? #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Ada_tta dimensione" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "Aum_enta ingrandimento" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "Rid_uci ingrandimento" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Errore sconosciuto durante il tentativo di deserializzare %s" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Funzione di deserializzazione per il formato %s non trovata" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "Nell'elemento <%s> sono stati trovati sia \"id\" che \"name\"" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "" "L'attributo «%s» è stato trovato due volte all'interno dell'elemento <%s>" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "L'id «%s» dell'elemento <%s> non è valido" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "L'elemento <%s> non ha gli attributi \"id\" e \"name\"" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "L'attributo «%s» è ripetuto due volte nell'elemento <%s>" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "In questo contesto l'attributo «%s» non è valido nell'elemento <%s>" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Il tag «%s» non è stato definito." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Trovato tag anonimo. Non è possibile creare altri tag." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "Nel buffer non esiste il tag «%s» e non è possibile creare altri tag." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Non è consentito usare l'elemento <%s> dopo <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "«%s» non è un tipo di attributo valido" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "«%s» non è un nome di attributo valido" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "" "Non è possibile convertire «%s» in un valore di tipo «%s» per l'attributo «%s»" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "«%s» non è un valore valido per l'attributo «%s»" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Il tag «%s» è già definito" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Il tag «%s» ha priorità «%s» non valida" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "L'elemento più esterno deve essere , non <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Un elemento <%s> è già stato specificato" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Un elemento non può precedere un elemento " -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "I dati serializzati sono malformati" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "I dati serializzati sono malformati. La prima sezione non è " "GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM marcatura _sinistra-destra" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM marcatura _destra-sinistra" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE _inserimento sinistra-destra" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE i_nserimento destra-sinistra" # GTK-2-12 -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO _forza sinistra-destra" # GTK-2-12 -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO f_orza destra-sinistra" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF cancella formattazione direzionale" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS spa_zio a larghezza nulla" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ spazio di _unione a larghezza nulla" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ spazio _non di unione a larghezza nulla" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Impossibile trovare il motore del tema in module_path: «%s»," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Nessun suggerimento ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Tag iniziale «%s» non atteso alla riga %d, carattere %d" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Dati carattere non attesi alla riga %d, carattere %d" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Vuoto" # GTK-2-12 # nome per a11y -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Volume" # GTK-2-14 # descrizione per a11y -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Abbassa o alza il volume" # GTK-2-14 # descrizione dell'azione per a11y< -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Regola il volume" # GTK-2-12 # nome per a11y -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Abbassa volume" # GTK-2-14 # descrizione per a11y -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Decrementa il volume" # GTK-2-12 # nome per a11y -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Alza volume" # GTK-2-14 # descrizione per a11y -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Incrementa il volume" # GTK-2-12 -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Volume escluso" # GTK-2-12 -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Volume massimo" @@ -3892,932 +3914,932 @@ msgstr "Volume massimo" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d%%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tabulato" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Busta DL" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Busta Choukei 2" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Busta Choukei 3" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Busta Choukei 4" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (cartolina)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Busta kahu" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Busta kaku2" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (cartolina di risposta)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Busta you4" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10\"×11\"" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10\"×13\"" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10\"×14\"" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10\"×15\"" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11\"×12\"" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11\"×15\"" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12\"×19\"" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5\"×7\"" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Busta 6\"×9\"" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Busta 7\"×9\"" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Busta 9\"×11\"" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Busta a2" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Busta c5" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "edp Europeo" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "Modulo continuo Europeo" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "Modulo continuo US" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "Modulo continuo legal tedesco" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Legal ministeriale" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Letter ministeriale" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Bigliettino 3\"×5\"" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Bigliettino 4\"×6\" (cartolina)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Bigliettino 4\"×6\" ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Bigliettino 5\"×8\"" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Fattura" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Busta Monarch" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Busta #10" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Busta #11" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Busta #12" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Busta #14" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Busta #9" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Busta Personale" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Formato largo" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Busta invito" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Busta italiana" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Busta Postfix" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Foto piccola" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Busta prc1" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Busta prc10" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Busta prc2" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Busta prc3" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Busta prc4" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Busta prc5" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Busta prc6" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Busta prc7" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Busta prc8" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "trovati idata differenti per i collegamenti simbolici «%s» e «%s»\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Scrittura intestazione fallita\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Scrittura tabella hash fallita\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Scrittura indice della cartella fallita\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Riscrittura intestazione fallita\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Apertura del file «%s» fallita: %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Scrittura file di cache fallita: %s\n" # GTK-2-12 -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "La cache generata era non valida.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Impossibile rinominare %s in %s: %s quindi viene rimosso %s.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Impossibile rinominare %s in %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Impossibile rinominare %s nuovamente in %s: %s\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "File di cache creato con successo.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Sovrascrive una cache esistente, anche se aggiornata" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Non controlla se esiste index.theme" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Non include i dati dell'immagine nella cache" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Genera un header file C" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Disabilita l'output dettagliato" # GTK-2-12 -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Convalida una cache di icone esistente" # GTK-2-12 -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "File non trovato: %s\n" # GTK-2-12 -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Non è una cache di icone valida: %s\n" # GTK-2-14 -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Nessun file indice di tema." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4828,69 +4850,69 @@ msgstr "" "theme-index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amarico (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cedilla" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Cirillico (traslitterato)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (traslitterato)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" # GTK-2-12 #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Pressione multipla" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thai-Lao" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrino-Eritreo (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrino-Etiopico (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamita (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "Metodo di input X" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Toner in esaurimento sulla stampante «%s»." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Toner esaurito sulla stampante «%s»." @@ -4908,14 +4930,14 @@ msgstr "Toner esaurito sulla stampante «%s»." # # Per cui tanto vale non sbattersi la testa a cercare una traduzione. #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "Developer in esaurimento sulla stampante «%s»." # GTK-2-14 #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Developer esaurito sulla stampante «%s»." @@ -4923,7 +4945,7 @@ msgstr "Developer esaurito sulla stampante «%s»." # GTK-2-14 # marker-supply --> fornitura toner (da IBM) #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "Almeno una fornitura toner in esaurimento sulla stampante «%s»." @@ -4931,163 +4953,163 @@ msgstr "Almeno una fornitura toner in esaurimento sulla stampante «%s»." # GTK-2-14 # marker-supply --> fornitura toner (da IBM) #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Almeno una fornitura toner esaurita sulla stampante «%s»." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "Il coperchio della stampante «%s» è aperto." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "Lo sportello della stampante «%s» è aperto." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Carta in esaurimento sulla stampante «%s»." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Carta esaurita sulla stampante «%s»." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "La stampante «%s» è attualmente fuori rete." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "La stampante «%s» potrebbe non essere connessa." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "C'è un problema sulla stampante «%s»." # GTK-2-14 #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "In pausa; lavori rifiutati" # GTK-2-14 #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Lavori rifiutati" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Fronte-retro" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Tipo di carta" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Sorgente carta" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Cassetto di uscita" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Risoluzione" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "Pre-filtraggio GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Singola facciata" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Bordo lungo (standard)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Bordo corto (flip)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Selezione automatica" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Impostazioni predefinite stampante" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Includere solo i caratteri GhostScript" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Convertire a PS livello 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Convertire a PS livello 2" # GTK-2-14 #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Nessun pre-filtraggio" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Varie" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Urgente" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Alta" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Media" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Bassa" @@ -5095,42 +5117,42 @@ msgstr "Bassa" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Da sinistra a destra, dall'alto in basso" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Da sinistra a destra, dal basso in alto" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Da destra a sinistra, dall'alto in basso" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Da destra a sinistra, dal basso in alto" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Dall'alto in basso, da sinistra a destra" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Dall'alto in basso, da desta a sinistra" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Dal basso in alto, da sinistra a destra" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Dal basso in alto, da desta a sinistra" @@ -5138,7 +5160,7 @@ msgstr "Dal basso in alto, da desta a sinistra" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Pagine per foglio" @@ -5146,7 +5168,7 @@ msgstr "Pagine per foglio" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Priorità lavoro" @@ -5154,38 +5176,38 @@ msgstr "Priorità lavoro" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Informazioni fatturazione" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Nessuna" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Classificato" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Confidenziale" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Segreto" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Standard" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Top Secret" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Non classificato" @@ -5193,7 +5215,7 @@ msgstr "Non classificato" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Prima" @@ -5201,7 +5223,7 @@ msgstr "Prima" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Dopo" @@ -5210,14 +5232,14 @@ msgstr "Dopo" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Stampa" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Stampa alle" @@ -5226,67 +5248,67 @@ msgstr "Stampa alle" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Personalizzato %s×%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "output.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Stampa su file" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "PostScript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Pagine per _foglio:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "File" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "Formato di _output" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Stampa su LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Pagine per foglio" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Riga di comando" # GTK-2-12 #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "output-prova.%s" # GTK-2-12 -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Stampa su stampante di prova" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Impossibile ottenere informazioni per il file «%s»: %s" From d2bea918b9539390255d1912ac81e39c6a2fabea Mon Sep 17 00:00:00 2001 From: Simos Xenitellis Date: Thu, 9 Apr 2009 00:28:18 +0100 Subject: [PATCH 034/190] Updated Greek translation --- po/el.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/po/el.po b/po/el.po index efd94647ae..4f2eba5013 100644 --- a/po/el.po +++ b/po/el.po @@ -1343,7 +1343,7 @@ msgstr "" #: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" -msgstr "Μη έγκυρο γονικό στοιχείο: '%s'" +msgstr "Μη έγκυρο ριζικό στοιχείο: '%s'" #: ../gtk/gtkbuilderparser.c:892 #, c-format @@ -2062,7 +2062,7 @@ msgstr "Σύστημα αρχείων" #: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" -msgstr "Αδυναμία εύρεσης φακέλου root" +msgstr "Αδυναμία εντοπισμού ριζικού φακέλου" #: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" @@ -2457,7 +2457,7 @@ msgstr "Διαδρομή κάτω" #: ../gtk/gtkpathbar.c:1472 msgid "File System Root" -msgstr "Root συστήματος αρχείων" +msgstr "Ρίζα συστήματος αρχείων" #: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" From f702e212d80cb5f44acd2e84f33947ac73c27f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=C5=9Fat=20SABIQ?= Date: Thu, 9 Apr 2009 03:56:37 -0500 Subject: [PATCH 035/190] Updated Crimean Tatar (Crimean Turkish) translation Updated crh.po. --- po/crh.po | 185 ++++++++++++++---------------------------------------- 1 file changed, 46 insertions(+), 139 deletions(-) diff --git a/po/crh.po b/po/crh.po index 4583d0653c..d970e41d4e 100644 --- a/po/crh.po +++ b/po/crh.po @@ -5,29 +5,26 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ TRUNK\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" -"+&component=general\n" -"POT-Creation-Date: 2009-03-16 02:37+0000\n" -"PO-Revision-Date: 2009-03-15 22:17-0500\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-04-09 02:50-0500\n" +"PO-Revision-Date: 2009-04-09 03:07-0500\n" "Last-Translator: Reşat SABIQ \n" -"Language-Team: Qırımtatarca (Qırım Türkçesi) \n" +"Language-Team: Qırımtatarca (Qırım Türkçesi) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" +"Plural-Forms: nplurals=1; plural=0;\n" #: ../gdk/gdk.c:103 -#, fuzzy, c-format -#| msgid "Error printing" +#, c-format msgid "Error parsing option --gdk-debug" -msgstr "Bastırğanda hata" +msgstr "--gdk-debug ihtiyarını ayırıştırğanda hata" #: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" -msgstr "" +msgstr "--gdk-no-debug ihtiyarını ayırıştırğanda hata" #. Description of --class=CLASS in --help output #: ../gdk/gdk.c:151 @@ -302,10 +299,8 @@ msgstr "Suret dosyesi '%s' iç bir veri ihtiva etmey" #: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 #: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format -msgid "" -"Failed to load image '%s': reason not known, probably a corrupt image file" -msgstr "" -"'%s' sureti yüklenamadı: sebep bilinmey, mühtemelen bozuq suret dosyesi" +msgid "Failed to load image '%s': reason not known, probably a corrupt image file" +msgstr "'%s' sureti yüklenamadı: sebep bilinmey, mühtemelen bozuq suret dosyesi" # gdk-pixbuf/gdk-pixbuf-animation.c:233 #: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 @@ -313,8 +308,7 @@ msgstr "" msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " "animation file" -msgstr "" -"'%s' sureti yüklenamadı: sebep bilinmey, mühtemelen bozuq canlandırma dosyesi" +msgstr "'%s' sureti yüklenamadı: sebep bilinmey, mühtemelen bozuq canlandırma dosyesi" # gdk-pixbuf/gdk-pixbuf-io.c:295 #: ../gdk-pixbuf/gdk-pixbuf-io.c:701 @@ -395,8 +389,8 @@ msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" "s" msgstr "" -"Suretni yazğanda '%s' qapatılamadı, verilerniñ episi saqlanmağan ola bilir: %" -"s" +"Suretni yazğanda '%s' qapatılamadı, verilerniñ episi saqlanmağan ola bilir: " +"%s" # tüklü # gdk-pixbuf/io-xbm.c:295 @@ -448,7 +442,6 @@ msgstr "Suret piksel verileri bozuq" msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "%u baytlıq suret buferi tahsis etilamadı" -msgstr[1] "%u baytlıq suret buferi tahsis etilamadı" # tüklü #: ../gdk-pixbuf/io-ani.c:244 @@ -532,8 +525,7 @@ msgstr "GIF oqulamadı: %s" #: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 #: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" -msgstr "" -"GIF dosyesinde bazı veriler eksik edi (nasıl olsa pıtalğan ola bilirmi?)" +msgstr "GIF dosyesinde bazı veriler eksik edi (nasıl olsa pıtalğan ola bilirmi?)" # gdk-pixbuf/io-gif.c:469 #: ../gdk-pixbuf/io-gif.c:505 @@ -760,10 +752,8 @@ msgstr "" # gdk-pixbuf/io-jpeg.c:670 #: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format -msgid "" -"JPEG quality must be a value between 0 and 100; value '%d' is not allowed." -msgstr "" -"JPEG keyfiyeti 0 ile 100 arasında bir deger olmalı; '%d' degeri caiz degil." +msgid "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." +msgstr "JPEG keyfiyeti 0 ile 100 arasında bir deger olmalı; '%d' degeri caiz degil." #: ../gdk-pixbuf/io-jpeg.c:1309 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" @@ -875,8 +865,7 @@ msgid "Fatal error reading PNG image file: %s" msgstr "PNG dosyesini oquğanda ölümcil hata: %s" #: ../gdk-pixbuf/io-png.c:825 -msgid "" -"Keys for PNG text chunks must have at least 1 and at most 79 characters." +msgid "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "PNG metin tomarları içün anahtarlar eñ az 1 ve eñ çoq 79 remizden ibaret " "olmalı." @@ -1304,13 +1293,12 @@ msgstr "--no-wintab ile aynı" #. Description of --use-wintab in --help output #: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" -msgstr "" -"Wintab UPA (Uyğulama Programlav Arayüzü; API) qullanılmasın [ög-belgilengen]" +msgstr "Wintab UPA (Uyğulama Programlav Arayüzü; API) qullanılmasın [ög-belgilengen]" #. Description of --max-colors=COLORS in --help output #: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" -msgstr "8 bitlik kelişte paletniñ ölçüsi" +msgstr "8 bitlik tarzda paletniñ ölçüsi" #. Placeholder in --max-colors=COLORS in --help output #: ../gdk/win32/gdkmain-win32.c:63 @@ -1338,7 +1326,6 @@ msgstr "%s açıla" msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "%d Unsur Açıla" -msgstr[1] "%d Unsur Açıla" #: ../gtk/gtkaboutdialog.c:267 ../gtk/gtkaboutdialog.c:2121 msgid "License" @@ -1599,8 +1586,8 @@ msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." msgstr "" -"Köz-tamçılığına çertken soñ ekranıñızda olğan er angi tüske çerterek o tüsni " -"saylay bilirsiñiz." +"Köz-tamçılığına çertken soñ ekranıñızda olğan er angi tüske çerterek o " +"tüsni saylay bilirsiñiz." # tüklü # gtk/gtkcolorsel.c:1796 @@ -1747,10 +1734,8 @@ msgid "_Insert Unicode Control Character" msgstr "_Unikod Kontrol Remzini Qıstır" #: ../gtk/gtkentry.c:9797 -#, fuzzy -#| msgid "Copy _Location" msgid "Caps Lock is on" -msgstr "_Qonumnı Kopiyala" +msgstr "Büyük Arif Kiliti (Caps Lock) faaldir" # gtk/gtkfilesel.c:762 gtk/gtkfilesel.c:1176 #: ../gtk/gtkfilechooserbutton.c:64 @@ -1970,13 +1955,11 @@ msgstr "%s qısqa-yolu mevcut degil" #: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" -msgstr "" -"\"%s\" adında bir dosye artıq mevcuttır. Onıñ yerine qoymağa isteysiñizmi?" +msgstr "\"%s\" adında bir dosye artıq mevcuttır. Onıñ yerine qoymağa isteysiñizmi?" #: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format -msgid "" -"The file already exists in \"%s\". Replacing it will overwrite its contents." +msgid "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "" "\"%s\" yolçığında bir dosye artıq mevcuttır. Onıñ yerine qoyuv, " "mündericesiniñ üzerine yazacaq." @@ -2088,10 +2071,8 @@ msgstr "" #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab #: ../gtk/gtkfilechooserentry.c:1196 -#, fuzzy -#| msgid "Shortcut %s does not exist" msgid "Path does not exist" -msgstr "%s qısqa-yolu mevcut degil" +msgstr "Yolçıq mevcut degil" # gtk/gtkfilesel.c:1011 #: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 @@ -2149,10 +2130,8 @@ msgstr "Dosyeni _Kene Adlandır" # gtk/gtkfilesel.c:1249 gtk/gtkfilesel.c:1263 #: ../gtk/gtkfilesel.c:1347 #, c-format -msgid "" -"The folder name \"%s\" contains symbols that are not allowed in filenames" -msgstr "" -"\"%s\" fihrist adı, dosye isimlerinde caiz olmağan remizlerni ihtiva ete" +msgid "The folder name \"%s\" contains symbols that are not allowed in filenames" +msgstr "\"%s\" fihrist adı, dosye isimlerinde caiz olmağan remizlerni ihtiva ete" #: ../gtk/gtkfilesel.c:1392 msgid "New Folder" @@ -2412,7 +2391,7 @@ msgstr "Pencere" # gtk/gtkinputdialog.c:259 #: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" -msgstr "_Keliş:" +msgstr "_Tarz:" # tüklü # gtk/gtkinputdialog.c:290 @@ -2787,7 +2766,7 @@ msgstr "%d hazırlana" # gtk/gtkstock.c:268 #: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" -msgstr "Hazırlana" +msgstr "Azırlana" # gtk/gtkstock.c:299 #: ../gtk/gtkprintoperation.c:2053 @@ -3154,7 +3133,7 @@ msgstr "Unsur çetleştirilamadı" #: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" -msgstr "Cedvel temizlenamadı" +msgstr "Liste temizlenamadı" #: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" @@ -3162,12 +3141,12 @@ msgstr "_Qonumnı Kopiyala" #: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" -msgstr "_Cedvelden Çetleştir" +msgstr "_Listeden Çetleştir" # gtk/gtkstock.c:278 #: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" -msgstr "Cedvelni _Temizle" +msgstr "Listeni _Temizle" # tüklü #: ../gtk/gtkrecentchooserdefault.c:1815 @@ -3383,47 +3362,33 @@ msgstr "_Tam Ekrannı Terk Et" #. This is a navigation label as in "go to the bottom of the page" #: ../gtk/gtkstock.c:319 -#, fuzzy -#| msgctxt "Stock label" -#| msgid "_Bottom" msgctxt "Stock label, navigation" msgid "_Bottom" -msgstr "_Tüp" +msgstr "Tü_p" # gtk/gtkfilesel.c:651 #. This is a navigation label as in "go to the first page" #: ../gtk/gtkstock.c:321 -#, fuzzy -#| msgctxt "Stock label" -#| msgid "_First" msgctxt "Stock label, navigation" msgid "_First" msgstr "_İlk" #. This is a navigation label as in "go to the last page" #: ../gtk/gtkstock.c:323 -#, fuzzy -#| msgctxt "Stock label" -#| msgid "_Last" msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Soñki" +# tüklü # gtk/gtkstock.c:280 #. This is a navigation label as in "go to the top of the page" #: ../gtk/gtkstock.c:325 -#, fuzzy -#| msgctxt "Stock label" -#| msgid "_Top" msgctxt "Stock label, navigation" msgid "_Top" -msgstr "Ü_st:" +msgstr "_Töpe:" #. This is a navigation label as in "go back" #: ../gtk/gtkstock.c:327 -#, fuzzy -#| msgctxt "Stock label" -#| msgid "_Back" msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Keri" @@ -3431,27 +3396,18 @@ msgstr "_Keri" # gtk/gtkstock.c:294 #. This is a navigation label as in "go down" #: ../gtk/gtkstock.c:329 -#, fuzzy -#| msgctxt "Stock label" -#| msgid "_Down" msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Aşağı" #. This is a navigation label as in "go forward" #: ../gtk/gtkstock.c:331 -#, fuzzy -#| msgctxt "Stock label" -#| msgid "_Forward" msgctxt "Stock label, navigation" msgid "_Forward" msgstr "İ_leri" #. This is a navigation label as in "go up" #: ../gtk/gtkstock.c:333 -#, fuzzy -#| msgctxt "Stock label" -#| msgid "_Up" msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Yuqarı" @@ -3536,18 +3492,12 @@ msgstr "_Sağ" #. Media label, as in "fast forward" #: ../gtk/gtkstock.c:353 -#, fuzzy -#| msgctxt "Stock label" -#| msgid "_Forward" msgctxt "Stock label, media" msgid "_Forward" msgstr "İ_leri" #. Media label, as in "next song" #: ../gtk/gtkstock.c:355 -#, fuzzy -#| msgctxt "Stock label" -#| msgid "_Next" msgctxt "Stock label, media" msgid "_Next" msgstr "_Soñraki" @@ -3555,9 +3505,6 @@ msgstr "_Soñraki" # gtk/gtkstock.c:297 #. Media label, as in "pause music" #: ../gtk/gtkstock.c:357 -#, fuzzy -#| msgctxt "Stock label" -#| msgid "P_ause" msgctxt "Stock label, media" msgid "P_ause" msgstr "Tınış_la" @@ -3565,18 +3512,12 @@ msgstr "Tınış_la" # gtk/gtkfilesel.c:1351 #. Media label, as in "play music" #: ../gtk/gtkstock.c:359 -#, fuzzy -#| msgctxt "Stock label" -#| msgid "_Play" msgctxt "Stock label, media" msgid "_Play" -msgstr "_Oynat" +msgstr "_Çal" #. Media label, as in "previous song" #: ../gtk/gtkstock.c:361 -#, fuzzy -#| msgctxt "Stock label" -#| msgid "Pre_vious" msgctxt "Stock label, media" msgid "Pre_vious" msgstr "_Evelki" @@ -3584,18 +3525,12 @@ msgstr "_Evelki" # gtk/gtkcolorsel.c:1802 #. Media label #: ../gtk/gtkstock.c:363 -#, fuzzy -#| msgctxt "Stock label" -#| msgid "_Record" msgctxt "Stock label, media" msgid "_Record" msgstr "_Qayd et" #. Media label #: ../gtk/gtkstock.c:365 -#, fuzzy -#| msgctxt "Stock label" -#| msgid "R_ewind" msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Keri sar" @@ -3603,9 +3538,6 @@ msgstr "_Keri sar" # gtk/gtkstock.c:280 #. Media label #: ../gtk/gtkstock.c:367 -#, fuzzy -#| msgctxt "Stock label" -#| msgid "_Stop" msgctxt "Stock label, media" msgid "_Stop" msgstr "_Toqtat" @@ -3905,10 +3837,8 @@ msgstr "\"%s\" keçerli bir hassa adı degildir" #: ../gtk/gtktextbufferserialize.c:1193 #, c-format -msgid "" -"\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" -msgstr "" -"\"%1$s\", \"%3$s\" hassası içün \"%2$s\" türünden bir qıymetke çevirilamadı" +msgid "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" +msgstr "\"%1$s\", \"%3$s\" hassası içün \"%2$s\" türünden bir qıymetke çevirilamadı" #: ../gtk/gtktextbufferserialize.c:1202 #, c-format @@ -3944,8 +3874,7 @@ msgid "Serialized data is malformed" msgstr "Silsileleştirilgen veri yañlış-şekillidir" #: ../gtk/gtktextbufferserialize.c:1857 -msgid "" -"Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" +msgid "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Silsileleştirilgen veri yañlış-şekillidir. İlk kesim GTKTEXTBUFFERCONTENTS-" "0001 degil" @@ -5166,15 +5095,12 @@ msgid "Output Tray" msgstr "Çıqtı Sinisi" #: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 -#, fuzzy -#| msgctxt "Stock label" -#| msgid "Question" msgid "Resolution" -msgstr "Sual" +msgstr "Çezinirlik" #: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" -msgstr "" +msgstr "GhostScript ög-süzgüçlemesi" #: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" @@ -5214,29 +5140,28 @@ msgstr "Bastırıcı Ög-belgilemesi" msgid "Embed GhostScript fonts only" msgstr "" +# tüklü #. Translators: this is an option of "GhostScript" #: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" -msgstr "" +msgstr "PS seviye 1'ge çevir" #. Translators: this is an option of "GhostScript" #: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" -msgstr "" +msgstr "PS seviye 2'ge çevir" # gdk-pixbuf/io-xpm.c:1257 #. Translators: this is an option of "GhostScript" #: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 -#, fuzzy -#| msgid "No printer found" msgid "No pre-filtering" -msgstr "İç bir bastırıcı tapılmadı" +msgstr "Ög-süzgüçlemesiz" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. #: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" -msgstr "" +msgstr "Müteferriq" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog @@ -5451,21 +5376,3 @@ msgstr "Bastırıcını Sınamaq içün Bastır" msgid "Could not get information for file '%s': %s" msgstr "'%s' dosyesi içün malümat alınamadı: %s" -#~ msgid "directfb arg" -#~ msgstr "directfb arg" - -#~ msgid "sdl|system" -#~ msgstr "system" - -#~ msgid "" -#~ "You have the Caps Lock key on\n" -#~ "and an active input method" -#~ msgstr "" -#~ "Caps Lock tuşuñız basıq\n" -#~ "ve bir kirdi usulıñız faaldir" - -#~ msgid "You have the Caps Lock key on" -#~ msgstr "Caps Lock tuşuñız basıqtır" - -#~ msgid "You have an active input method" -#~ msgstr "Bir kirdi usulıñız faaldir" From 3f41896abed9beb86fc06814cb6560fd14bab1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=C5=9Fat=20SABIQ?= Date: Thu, 9 Apr 2009 04:37:32 -0500 Subject: [PATCH 036/190] Updated Crimean Tatar (Crimean Turkish) translation Updated crh.po. --- po-properties/crh.po | 633 ++++++++++++++++++------------------------- 1 file changed, 264 insertions(+), 369 deletions(-) diff --git a/po-properties/crh.po b/po-properties/crh.po index 84eb624719..c5df2ad589 100644 --- a/po-properties/crh.po +++ b/po-properties/crh.po @@ -5,17 +5,15 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" -"+&component=general\n" -"POT-Creation-Date: 2009-03-16 02:36+0000\n" -"PO-Revision-Date: 2009-03-15 22:28-0500\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-04-09 04:24-0500\n" +"PO-Revision-Date: 2009-04-09 04:32-0500\n" "Last-Translator: Reşat SABIQ \n" -"Language-Team: Qırımtatarca (Qırım Türkçesi) \n" +"Language-Team: Qırımtatarca (Qırım Türkçesi) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" +"Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: KBabel 1.11.4\n" #: ../gdk-pixbuf/gdk-pixbuf.c:89 @@ -82,10 +80,8 @@ msgstr "Saf-adımlaması" # gtk/gtkentry.c:447 #: ../gdk-pixbuf/gdk-pixbuf.c:160 -msgid "" -"The number of bytes between the start of a row and the start of the next row" -msgstr "" -"Bir safnıñ başlanğıçı ile soñraki safnıñ başlanğıçı arasındaki bayt sayısı" +msgid "The number of bytes between the start of a row and the start of the next row" +msgstr "Bir safnıñ başlanğıçı ile soñraki safnıñ başlanğıçı arasındaki bayt sayısı" #: ../gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" @@ -105,15 +101,15 @@ msgid "The default display for GDK" msgstr "GDK içün ög-belgilengen kösterim" # gtk/gtkinputdialog.c:243 -#: ../gdk/gdkpango.c:490 ../gtk/gtkinvisible.c:86 +#: ../gdk/gdkpango.c:537 ../gtk/gtkinvisible.c:86 #: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:613 +#: ../gtk/gtkwindow.c:614 msgid "Screen" msgstr "Ekran" # tüklü # gtk/gtktreeview.c:458 -#: ../gdk/gdkpango.c:491 +#: ../gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "Qılıcı içün GdkScreen" @@ -138,11 +134,11 @@ msgid "The resolution for fonts on the screen" msgstr "Ekran üzerindeki urufatlarnıñ çezinirligi" # gtk/gtktexttag.c:198 -#: ../gtk/gtkaboutdialog.c:200 +#: ../gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Program ismi" -#: ../gtk/gtkaboutdialog.c:201 +#: ../gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -150,45 +146,45 @@ msgstr "" "Programnıñ ismi. Eger tesbit etilmegen eken, g_get_application_name() " "qıymetine ög-belgilenir" -#: ../gtk/gtkaboutdialog.c:215 +#: ../gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Program sürümi" # gtk/gtktoolbar.c:224 -#: ../gtk/gtkaboutdialog.c:216 +#: ../gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Programnıñ sürümi" -#: ../gtk/gtkaboutdialog.c:230 +#: ../gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Telif aqqı tizgisi" -#: ../gtk/gtkaboutdialog.c:231 +#: ../gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Progam içün telif aqqı malümatı" # gtk/gtktable.c:183 -#: ../gtk/gtkaboutdialog.c:248 +#: ../gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Şerhler tizgisi" -#: ../gtk/gtkaboutdialog.c:249 +#: ../gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Program aqqındaki şerhler" -#: ../gtk/gtkaboutdialog.c:283 +#: ../gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Ağ-saytı adresi" -#: ../gtk/gtkaboutdialog.c:284 +#: ../gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "Programnıñ ağ-saytına ilişim içün URL" -#: ../gtk/gtkaboutdialog.c:300 +#: ../gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Ağ-saytı etiketi" -#: ../gtk/gtkaboutdialog.c:301 +#: ../gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -196,46 +192,44 @@ msgstr "" "Programnıñ ağ-saytına ilişim içün etiket. Eger tesbit etilmegen ise, URL " "qıymetine ög-belgilengenir" -#: ../gtk/gtkaboutdialog.c:317 +#: ../gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Müellifler" # gtk/gtktoolbar.c:224 -#: ../gtk/gtkaboutdialog.c:318 +#: ../gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" -msgstr "Programnıñ müellifler cedveli" +msgstr "Programnıñ müellifler listesi" -#: ../gtk/gtkaboutdialog.c:334 +#: ../gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Vesiqalandırıcılar" -#: ../gtk/gtkaboutdialog.c:335 +#: ../gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" -msgstr "Programnı vesiqalandırğan kişilerniñ cedveli" +msgstr "Programnı vesiqalandırğan kişilerniñ listesi" -#: ../gtk/gtkaboutdialog.c:351 +#: ../gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Sanatkârlar" -#: ../gtk/gtkaboutdialog.c:352 +#: ../gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" -msgstr "Programğa sanat işlerinen issede bulunğanlarnıñ cedveli" +msgstr "Programğa sanat işlerinen issede bulunğanlarnıñ listesi" -#: ../gtk/gtkaboutdialog.c:369 +#: ../gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Terciman itibarları" -#: ../gtk/gtkaboutdialog.c:370 -msgid "" -"Credits to the translators. This string should be marked as translatable" -msgstr "" -"Tercimanlarğa itibarlar. Bu tizginiñ çevirilebilir olaraq tamğalanuvı lâzim" +#: ../gtk/gtkaboutdialog.c:354 +msgid "Credits to the translators. This string should be marked as translatable" +msgstr "Tercimanlarğa itibarlar. Bu tizginiñ çevirilebilir olaraq tamğalanuvı lâzim" -#: ../gtk/gtkaboutdialog.c:385 +#: ../gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: ../gtk/gtkaboutdialog.c:386 +#: ../gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -244,22 +238,21 @@ msgstr "" "gtk_window_get_default_icon_list() qıymetine ög-belgilenir" # gtk/gtkfontsel.c:185 -#: ../gtk/gtkaboutdialog.c:401 +#: ../gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Logo İşaretçigi İsmi" -#: ../gtk/gtkaboutdialog.c:402 +#: ../gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." -msgstr "" -"Aqqında qutusı içün logo olaraq qullanılacaq isimlendirilgen işaretçik." +msgstr "Aqqında qutusı içün logo olaraq qullanılacaq isimlendirilgen işaretçik." # gtk/gtktexttag.c:607 -#: ../gtk/gtkaboutdialog.c:415 +#: ../gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Litsenziyanı Sar" # gtk/gtkcellrenderertext.c:324 gtk/gtktexttag.c:467 -#: ../gtk/gtkaboutdialog.c:416 +#: ../gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Litsenziya metniniñ sarılıp sarılmaycağı." @@ -303,8 +296,7 @@ msgstr "Etiket" #: ../gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." -msgstr "" -"Amelni qabilleştirgen menü unsurları ve dögmeler içün qullanılğan etiket." +msgstr "Amelni qabilleştirgen menü unsurları ve dögmeler içün qullanılğan etiket." #: ../gtk/gtkaction.c:215 msgid "Short label" @@ -345,7 +337,7 @@ msgstr "Kösterilgen GIcon" # gtk/gtkfontsel.c:185 #: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 #: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:605 +#: ../gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "İşaretçik İsmi" @@ -403,7 +395,7 @@ msgid "" "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." msgstr "" "Amelniñ önemli sayılıp sayılmağanı. DOĞRU ise , bu amel içün alet unsurı " -"proksileri, metni GTK_TOOLBAR_BOTH_HORIZ kelişinde kösterir." +"proksileri, metni GTK_TOOLBAR_BOTH_HORIZ tarzında kösterir." #: ../gtk/gtkaction.c:331 msgid "Hide if empty" @@ -465,7 +457,7 @@ msgstr "Amel zümresiniñ körünir olıp olmağanı." # gtk/gtkspinbutton.c:264 #: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:204 ../gtk/gtkspinbutton.c:269 +#: ../gtk/gtkscalebutton.c:206 ../gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Qıymet" @@ -533,8 +525,8 @@ msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" msgstr "" -"Faydalanılışlı fezada balanıñ gorizontal mevamı. 0.0 ise solğa, 1.0 ise " -"sağğa hizalanır" +"Faydalanılışlı fezada balanıñ gorizontal mevamı. 0.0 ise solğa, 1.0 ise sağğa " +"hizalanır" # gtk/gtkalignment.c:112 #: ../gtk/gtkalignment.c:100 @@ -560,8 +552,8 @@ msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" msgstr "" -"Faydalanılışlı gorizontal feza bala içün kerekkenden büyük ise, onıñ ne " -"qadarınıñ bala içün qullanılacağı. 0.0 ise iç, 1.0 ise episi demektir" +"Faydalanılışlı gorizontal feza bala içün kerekkenden büyük ise, onıñ ne qadarınıñ " +"bala içün qullanılacağı. 0.0 ise iç, 1.0 ise episi demektir" # gtk/gtkalignment.c:130 #: ../gtk/gtkalignment.c:118 @@ -573,8 +565,8 @@ msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" msgstr "" -"Faydalanılışlı vertikal feza bala içün kerekkenden büyük ise, onıñ ne " -"qadarınıñ bala içün qullanılacağıdır. 0.0 ise iç, 1.0 ise episi demektir" +"Faydalanılışlı vertikal feza bala içün kerekkenden büyük ise, onıñ ne qadarınıñ " +"bala içün qullanılacağıdır. 0.0 ise iç, 1.0 ise episi demektir" # tüklü #: ../gtk/gtkalignment.c:136 @@ -932,8 +924,7 @@ msgid "Use stock" msgstr "Depo qullan" #: ../gtk/gtkbutton.c:236 -msgid "" -"If set, the label is used to pick a stock item instead of being displayed" +msgid "If set, the label is used to pick a stock item instead of being displayed" msgstr "" "Eger tesbit etilgen ise, etiket, kösterilmek yerine bir depo unsurını " "saylamaq içün qullanılacaq" @@ -1018,20 +1009,16 @@ msgid "Child X Displacement" msgstr "Balanıñ X Yersizleştirilmesi" #: ../gtk/gtkbutton.c:447 -msgid "" -"How far in the x direction to move the child when the button is depressed" -msgstr "" -"Dögmege basılğanında balanıñ x yönelişinde ne qadar areket ettirilecegi" +msgid "How far in the x direction to move the child when the button is depressed" +msgstr "Dögmege basılğanında balanıñ x yönelişinde ne qadar areket ettirilecegi" #: ../gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "Balanıñ Y Yersizleştirilmesi" #: ../gtk/gtkbutton.c:455 -msgid "" -"How far in the y direction to move the child when the button is depressed" -msgstr "" -"Dögmege basılğanında balanıñ y yönelişinde ne qadar areket ettirilecegi" +msgid "How far in the y direction to move the child when the button is depressed" +msgstr "Dögmege basılğanında balanıñ y yönelişinde ne qadar areket ettirilecegi" # tüklü # gtk/gtkwidget.c:470 @@ -1172,11 +1159,11 @@ msgstr "Eger DOĞRU ise, tafsilât kösterilir" # gtk/gtksizegroup.c:241 #: ../gtk/gtkcellrenderer.c:177 msgid "mode" -msgstr "keliş" +msgstr "tarz" #: ../gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" -msgstr "CellRenderer'niñ tarir etilebilir kelişi" +msgstr "CellRenderer'niñ tarir etilebilir tarzı" # gtk/gtkcellrenderer.c:114 #: ../gtk/gtkcellrenderer.c:186 @@ -1298,7 +1285,7 @@ msgstr "Tarir etüv" # gtk/gtklabel.c:252 #: ../gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" -msgstr "Hüceyre qılıcısınıñ al-azırda tarir etüv kelişinde olıp olmağanı" +msgstr "Hüceyre qılıcısınıñ al-azırda tarir etüv tarzında olıp olmağanı" # gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:511 #: ../gtk/gtkcellrenderer.c:303 @@ -1343,7 +1330,7 @@ msgstr "Tezleştiriciniñ donanım tuş kodu (keycode)" # gtk/gtkaccellabel.c:115 #: ../gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" -msgstr "Tezleştirici Kelişi" +msgstr "Tezleştirici Tarzı" # gtk/gtklabel.c:199 #: ../gtk/gtkcellrendereraccel.c:169 @@ -1376,8 +1363,7 @@ msgstr "Kirildisi Bar" #: ../gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" -msgstr "" -"Eger YAÑLIŞ ise, saylanğan olğanlarnıñ tışında başqa tizgilerni kirsettirme" +msgstr "Eger YAÑLIŞ ise, saylanğan olğanlarnıñ tışında başqa tizgilerni kirsettirme" # gtk/gtkcellrendererpixbuf.c:102 gtk/gtkcellrenderertextpixbuf.c:125 #: ../gtk/gtkcellrendererpixbuf.c:111 @@ -1447,7 +1433,7 @@ msgstr "" "tüslendirilmeycegi" #: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:589 +#: ../gtk/gtkwindow.c:590 msgid "Icon" msgstr "İşaretçik" @@ -1519,7 +1505,7 @@ msgstr "Teraqqiyat çubuğınıñ yöneldirim ve ösüm yönelişi" # gtk/gtkprogressbar.c:131 gtk/gtkrange.c:265 gtk/gtkspinbutton.c:203 #: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:223 +#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:225 #: ../gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Tadil" @@ -1575,11 +1561,11 @@ msgstr "Hassalar" # gtk/gtkcellrenderertext.c:171 #: ../gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" -msgstr "Qılıcınıñ metnine uyğulanacaq uslûp hassalarınıñ bir cedveli" +msgstr "Qılıcınıñ metnine uyğulanacaq uslûp hassalarınıñ bir listesi" #: ../gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" -msgstr "Tek Paragraf Kelişi" +msgstr "Tek Paragraf Tarzı" #: ../gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" @@ -1731,10 +1717,8 @@ msgstr "Yükseliş" # gtk/gtkcellrenderertext.c:313 gtk/gtktexttag.c:427 #: ../gtk/gtkcellrenderertext.c:362 -msgid "" -"Offset of text above the baseline (below the baseline if rise is negative)" -msgstr "" -"Metinniñ temel-sızıq üstünde çıqıntısı (eger menfiy ise temel-sızıq altında)" +msgid "Offset of text above the baseline (below the baseline if rise is negative)" +msgstr "Metinniñ temel-sızıq üstünde çıqıntısı (eger menfiy ise temel-sızıq altında)" # tüklü # gtk/gtkcellrenderertext.c:323 gtk/gtktexttag.c:466 @@ -1782,8 +1766,8 @@ msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" msgstr "" -"Eger hüceyre qılıcısı bütün tizgini köstermek içün yeterli alanğa saip degil " -"ise, tizgini hazıflaştırmaq içün tercih etilgen yer" +"Eger hüceyre qılıcısı bütün tizgini köstermek içün yeterli alanğa saip " +"degil ise, tizgini hazıflaştırmaq içün tercih etilgen yer" # gtk/gtkentry.c:435 #: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 @@ -1798,15 +1782,15 @@ msgstr "Etiketniñ arzu etilgen kenişligi, remizler cınsından" # gtk/gtktexttag.c:483 #: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 msgid "Wrap mode" -msgstr "Sarma kelişi" +msgstr "Sarma tarzı" #: ../gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" msgstr "" -"Eger hüceyre qılıcısı bütün tizgini köstermek içün yeterli alanğa saip degil " -"ise, tizginiñ birden fazla satırğa nasıl bölünecegi" +"Eger hüceyre qılıcısı bütün tizgini köstermek içün yeterli alanğa saip " +"degil ise, tizginiñ birden fazla satırğa nasıl bölünecegi" # gtk/gtklayout.c:435 gtk/gtktreeviewcolumn.c:188 gtk/gtkwidget.c:424 #: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 @@ -1980,7 +1964,7 @@ msgstr "Hazıflaştırma tesbitli" # gtk/gtkcellrenderertext.c:383 gtk/gtktexttag.c:580 #: ../gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" -msgstr "Bu nişannıñ hazıflaştırma kelişine tesir etip etmegeni" +msgstr "Bu nişannıñ hazıflaştırma tarzına tesir etip etmegeni" # gtk/gtktreeviewcolumn.c:243 #: ../gtk/gtkcellrenderertext.c:562 @@ -1990,7 +1974,7 @@ msgstr "Hizalama tesbitli" # gtk/gtkcellrenderertext.c:383 gtk/gtktexttag.c:580 #: ../gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" -msgstr "Bu nişannıñ hizalama kelişine tesir etip etmegeni" +msgstr "Bu nişannıñ hizalama tarzına tesir etip etmegeni" # tüklü # gtk/gtkcellrenderertoggle.c:127 @@ -2226,8 +2210,7 @@ msgstr "Oq tuşlarını qabilleştir" # gtk/gtkcombo.c:134 #: ../gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" -msgstr "" -"Oq tuşlarınıñ unsurlar cedvelinde areket içün qullanılıp qullanılmaycağı" +msgstr "Oq tuşlarınıñ unsurlar listesinde areket içün qullanılıp qullanılmaycağı" # gtk/gtkcombo.c:140 #: ../gtk/gtkcombo.c:152 @@ -2246,7 +2229,7 @@ msgstr "Büyük-ufaq hassasiyeti" # gtk/gtkcombo.c:148 #: ../gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" -msgstr "Cedvel unsurı eşleştirmesiniñ büyük-ufaq hassasiyetli olıp olmağanı" +msgstr "Liste unsurı eşleştirmesiniñ büyük-ufaq hassasiyetli olıp olmağanı" #: ../gtk/gtkcombo.c:167 msgid "Allow empty" @@ -2258,12 +2241,11 @@ msgstr "Bu alanğa boş bir qıymetniñ kirsetile bilip bilmeycegi" #: ../gtk/gtkcombo.c:175 msgid "Value in list" -msgstr "Cedveldeki qıymet" +msgstr "Listedeki qıymet" #: ../gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" -msgstr "" -"Kirsetilgen qıymetlerniñ cedvelde artıq mevcut oluvınıñ şart olıp olmağanı" +msgstr "Kirsetilgen qıymetlerniñ listede artıq mevcut oluvınıñ şart olıp olmağanı" #: ../gtk/gtkcombobox.c:661 msgid "ComboBox model" @@ -2366,11 +2348,11 @@ msgstr "Model boş olğanda aşağı-tüşme dögmesiniñ hassas olıp olmaması #: ../gtk/gtkcombobox.c:848 msgid "Appears as list" -msgstr "Cedvel olaraq körünir" +msgstr "Liste olaraq körünir" #: ../gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" -msgstr "Aşağı-tüşmelerniñ menü yerine cedvel kibi körünip körünmeycegi" +msgstr "Aşağı-tüşmelerniñ menü yerine liste kibi körünip körünmeycegi" # gtk/gtkarrow.c:97 #: ../gtk/gtkcombobox.c:865 @@ -2398,7 +2380,7 @@ msgstr "Terkip qutusınıñ etrafında qaysı tür kölgeniñ sızılacağı" # gtk/gtkcontainer.c:207 #: ../gtk/gtkcontainer.c:238 msgid "Resize mode" -msgstr "Kene-ölçülendirme kelişi" +msgstr "Kene-ölçülendirme tarzı" # gtk/gtkcontainer.c:208 #: ../gtk/gtkcontainer.c:239 @@ -2543,8 +2525,7 @@ msgid "Selection Bound" msgstr "Saylam Hudutı" #: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 -msgid "" -"The position of the opposite end of the selection from the cursor in chars" +msgid "The position of the opposite end of the selection from the cursor in chars" msgstr "Remizler cınsından imleçten itibaren saylamnıñ muhalif ucunıñ mevamı" # gtk/gtkentry.c:397 @@ -2572,8 +2553,7 @@ msgstr "Körünirlik" msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" -msgstr "" -"YAÑLIŞ ise kerçek metin yerine \"körülmez remiz\" kösterilir (sır-söz kelişi)" +msgstr "YAÑLIŞ ise kerçek metin yerine \"körülmez remiz\" kösterilir (sır-söz tarzı)" # tüklü #: ../gtk/gtkentry.c:651 @@ -2582,8 +2562,7 @@ msgstr "YAÑLIŞ ise kirildiniñ tış şevi (qabartması) çetleştirilir" # tüklü #: ../gtk/gtkentry.c:659 -msgid "" -"Border between text and frame. Overrides the inner-border style property" +msgid "Border between text and frame. Overrides the inner-border style property" msgstr "" "Metin ve çerçive arasındaki sıñır. inner-body uslûp hasiyetiniñ üstünden " "aydar." @@ -2596,8 +2575,7 @@ msgstr "Körünmez remiz" # gtk/gtkentry.c:421 #: ../gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" -msgstr "" -"Kirdi mündericesini maskalağanda qullanılacaq remiz (\"sır-söz kelişi\" içün)" +msgstr "Kirdi mündericesini maskalağanda qullanılacaq remiz (\"sır-söz tarzı\" içün)" # gtk/gtkentry.c:428 #: ../gtk/gtkentry.c:674 @@ -2665,14 +2643,13 @@ msgstr "Çoq-satırlı yapıştırmalarnıñ tek satırğa pıtalıp pıtalmayca #: ../gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" -msgstr "" -"has-frame tesbitli olğanda kirildiniñ etrafında ne tarz kölgeniñ sızılacağı" +msgstr "has-frame tesbitli olğanda kirildiniñ etrafında ne tarz kölgeniñ sızılacağı" # tüklü # gtk/gtkcontainer.c:207 #: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 msgid "Overwrite mode" -msgstr "Üstüne-yazma kelişi" +msgstr "Üstüne-yazma tarzı" #: ../gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" @@ -2912,17 +2889,13 @@ msgstr "" # gtk/gtkrange.c:288 #: ../gtk/gtkentry.c:1211 -#, fuzzy -#| msgid "Trough Border" msgid "Progress Border" -msgstr "Uluq Sıñırı" +msgstr "Teraqqiyat Sıñırı" # gtk/gtkprogressbar.c:208 #: ../gtk/gtkentry.c:1212 -#, fuzzy -#| msgid "Text on the progress bar" msgid "Border around the progress bar" -msgstr "Teraqqiyat çubuğınıñ metni" +msgstr "Teraqqiyat çubuğı etrafındaki sıñır" #: ../gtk/gtkentry.c:1662 msgid "Border between text and frame." @@ -3061,8 +3034,7 @@ msgstr "Kenişletilgen" # gtk/gtkwidget.c:478 #: ../gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" -msgstr "" -"Bala pencereçigini ortağa çıqarmaq içün kenişleticiniñ açılğan olıp olmağanı" +msgstr "Bala pencereçigini ortağa çıqarmaq içün kenişleticiniñ açılğan olıp olmağanı" # gtk/gtkframe.c:125 #: ../gtk/gtkexpander.c:196 @@ -3077,8 +3049,7 @@ msgstr "Tamğalama qullan" # gtk/gtklabel.c:213 #: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" -msgstr "" -"Etiket metni XML tamğalamasını ihtiva ete. Baqıñız: pango_parse_markup()" +msgstr "Etiket metni XML tamğalamasını ihtiva ete. Baqıñız: pango_parse_markup()" #: ../gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" @@ -3163,8 +3134,7 @@ msgid "Preview Widget Active" msgstr "Ög-baquv Pencereçigi Faal" #: ../gtk/gtkfilechooser.c:226 -msgid "" -"Whether the application supplied widget for custom previews should be shown." +msgid "Whether the application supplied widget for custom previews should be shown." msgstr "" "Şahsiyleştirilgen ög-baquvlar uyğulamaca temin etilgen pencereçikniñ " "kösterilip kösterilmeycegi." @@ -3175,8 +3145,7 @@ msgstr "Ög-baquv Etiketi Qullan" #: ../gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." -msgstr "" -"Ög-baqılğan dosyeniñ ismi ile bir depo etiketiniñ kösterilip kösterilmeycegi." +msgstr "Ög-baqılğan dosyeniñ ismi ile bir depo etiketiniñ kösterilip kösterilmeycegi." # gtk/gtkimagemenuitem.c:124 #: ../gtk/gtkfilechooser.c:237 @@ -3218,7 +3187,7 @@ msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." msgstr "" -"Dosye saylavcısınıñ saqlama kelişinde kerekli ise üstüne-yazma tasdiq " +"Dosye saylavcısınıñ saqlama tarzında kerekli ise üstüne-yazma tasdiq " "dialogını kösterip köstermeycegi." #: ../gtk/gtkfilechooserbutton.c:376 @@ -3257,8 +3226,7 @@ msgstr "Dosye işletimlerini köster" # gtk/gtkfilesel.c:510 #: ../gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" -msgstr "" -"Dosyelerni icat etüv yaki qollav içün dögmelerniñ kösterilip kösterilmeycegi" +msgstr "Dosyelerni icat etüv yaki qollav içün dögmelerniñ kösterilip kösterilmeycegi" # gtk/gtkpaned.c:116 gtk/gtkruler.c:138 #: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 @@ -3424,8 +3392,7 @@ msgstr "Qoparma ucu" msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" -msgstr "" -"Tutquç-qutunıñ onı iskelelemek içün iskeleleme noqtası ile hizalanğan yanı" +msgstr "Tutquç-qutunıñ onı iskelelemek içün iskeleleme noqtası ile hizalanğan yanı" # gtk/gtkhandlebox.c:201 #: ../gtk/gtkhandlebox.c:201 @@ -3455,12 +3422,12 @@ msgstr "" # gtk/gtkfilesel.c:1795 #: ../gtk/gtkiconview.c:548 msgid "Selection mode" -msgstr "Saylam kelişi" +msgstr "Saylam tarzı" # gtk/gtkfilesel.c:503 #: ../gtk/gtkiconview.c:549 msgid "The selection mode" -msgstr "Saylam kelişi" +msgstr "Saylam tarzı" #: ../gtk/gtkiconview.c:567 msgid "Pixbuf column" @@ -3481,8 +3448,7 @@ msgstr "Tamğalama sutunı" #: ../gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" -msgstr "" -"Pango tamğalaması qullanıla ise metinni almaq içün qullanılğan model sutunı" +msgstr "Pango tamğalaması qullanıla ise metinni almaq içün qullanılğan model sutunı" # gtk/gtktreeview.c:457 #: ../gtk/gtkiconview.c:613 @@ -3544,10 +3510,8 @@ msgid "Space which is inserted at the edges of the icon view" msgstr "İşaretçik körüniminiñ uclarına qıstırılğan boşluq" #: ../gtk/gtkiconview.c:730 -msgid "" -"How the text and icon of each item are positioned relative to each other" -msgstr "" -"Er unsurnıñ metin ve işaretçiginiñ bir-birine nisbeten nasıl mevamlanğanı" +msgid "How the text and icon of each item are positioned relative to each other" +msgstr "Er unsurnıñ metin ve işaretçiginiñ bir-birine nisbeten nasıl mevamlanğanı" # gtk/gtktreeview.c:505 gtk/gtktreeviewcolumn.c:253 #: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 @@ -3566,8 +3530,7 @@ msgstr "Alet-qaranesi Sutunı" #: ../gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" -msgstr "" -"Unsurlar içün alet-qaranesi metinlerini ihtiva etken model içindeki sutun" +msgstr "Unsurlar içün alet-qaranesi metinlerini ihtiva etken model içindeki sutun" # gtk/gtkfilesel.c:1795 #: ../gtk/gtkiconview.c:766 @@ -3644,7 +3607,7 @@ msgstr "Kösterilecek işaretçik kümesi" # gtk/gtkcellrenderertext.c:282 gtk/gtkcellrenderertext.c:283 # gtk/gtktexttag.c:347 gtk/gtktexttag.c:348 -#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:214 ../gtk/gtktoolbar.c:540 +#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:216 ../gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "İşaretçik ölçüsi" @@ -3688,8 +3651,7 @@ msgstr "Menü metniniñ yanında körünecek bala pencereçigi" # gtk/gtklabel.c:252 #: ../gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" -msgstr "" -"Etiket metniniñ bir depo menü unsurınıñ icadı içün qullanılıp qullanılmaycağı" +msgstr "Etiket metniniñ bir depo menü unsurınıñ icadı içün qullanılıp qullanılmaycağı" #: ../gtk/gtkimagemenuitem.c:169 msgid "Always show image" @@ -3719,7 +3681,7 @@ msgstr "Menü suretlerini köster" msgid "Whether images should be shown in menus" msgstr "Menülerde suretlerniñ kösterilip kösterilmeycegi" -#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:614 +#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Bu pencereniñ kösterilecegi ekran" @@ -3731,7 +3693,7 @@ msgstr "Etiketniñ metni" # gtk/gtklabel.c:206 #: ../gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" -msgstr "Etiket metnine uyğulanacaq uslûp hassalarınıñ cedveli" +msgstr "Etiket metnine uyğulanacaq uslûp hassalarınıñ listesi" # gtk/gtklabel.c:227 gtk/gtktexttag.c:377 gtk/gtktextview.c:569 #: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 @@ -3776,7 +3738,7 @@ msgstr "Eger tesbit etilgen ise, metin fazla keniş olğanda satırlarnı sar" # gtk/gtklabel.c:244 #: ../gtk/gtklabel.c:429 msgid "Line wrap mode" -msgstr "Satır sarması kelişi" +msgstr "Satır sarması tarzı" #: ../gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" @@ -3824,12 +3786,12 @@ msgstr "" #: ../gtk/gtklabel.c:540 msgid "Single Line Mode" -msgstr "Tek Satır Kelişi" +msgstr "Tek Satır Tarzı" # gtk/gtklabel.c:252 #: ../gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" -msgstr "Etiketniñ tek satır kelişinde olıp olmağanı" +msgstr "Etiketniñ tek satır tarzında olıp olmağanı" #: ../gtk/gtklabel.c:558 msgid "Angle" @@ -4067,8 +4029,7 @@ msgid "Can change accelerators" msgstr "Tezleştiriciler deñiştirile bilir" #: ../gtk/gtkmenu.c:778 -msgid "" -"Whether menu accelerators can be changed by pressing a key over the menu item" +msgid "Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "" "Menü tezleştiricileri, menü unsurı üzerinde olğanda bir tuşqa basaraq " "deñiştirile bilsin" @@ -4078,8 +4039,7 @@ msgid "Delay before submenus appear" msgstr "Alt-menüler belirmeden evelki keçikme" #: ../gtk/gtkmenu.c:784 -msgid "" -"Minimum time the pointer must stay over a menu item before the submenu appear" +msgid "Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" "Alt-menüniñ belirüvi içün noqtacınıñ menüniñ üzerinde qalmalı olğanı eñ " "qısqa vaqıt" @@ -4128,8 +4088,7 @@ msgstr "Dahiliy şilteleme" # gtk/gtkmenubar.c:163 #: ../gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" -msgstr "" -"Menü çubuğı kölgesi ile menü unsurları arasındaki sıñır fezasınıñ miqdarı" +msgstr "Menü çubuğı kölgesi ile menü unsurları arasındaki sıñır fezasınıñ miqdarı" #: ../gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" @@ -4144,8 +4103,7 @@ msgid "Right Justified" msgstr "Sağğa Yaslanğan" #: ../gtk/gtkmenuitem.c:253 -msgid "" -"Sets whether the menu item appears justified at the right side of a menu bar" +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" @@ -4190,8 +4148,7 @@ msgstr "Fokusnı Al" # tüklü #: ../gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" -msgstr "" -"Menüniñ klavye fokusını yaqalap yaqalamağanını belgilegen bir mantıqiy qıymet" +msgstr "Menüniñ klavye fokusını yaqalap yaqalamağanını belgilegen bir mantıqiy qıymet" #: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 msgid "Menu" @@ -4218,8 +4175,7 @@ msgid "Use separator" msgstr "Ayırğıç qullan" #: ../gtk/gtkmessagedialog.c:115 -msgid "" -"Whether to put a separator between the message dialog's text and the buttons" +msgid "Whether to put a separator between the message dialog's text and the buttons" msgstr "" "Risale dialogınıñ metni ve dögmeleri arasında bir ayırğıç qoyulıp " "qoyulmaycağı" @@ -4294,10 +4250,8 @@ msgstr "X şilteleme" # gtk/gtkmisc.c:118 #: ../gtk/gtkmisc.c:94 -msgid "" -"The amount of space to add on the left and right of the widget, in pixels" -msgstr "" -"Pencereçikniñ soluna ve sağına eklenecek fezanıñ piksel cınsından miqdarı" +msgid "The amount of space to add on the left and right of the widget, in pixels" +msgstr "Pencereçikniñ soluna ve sağına eklenecek fezanıñ piksel cınsından miqdarı" # gtk/gtkmisc.c:127 #: ../gtk/gtkmisc.c:103 @@ -4306,10 +4260,8 @@ msgstr "Y şilteleme" # gtk/gtkmisc.c:128 #: ../gtk/gtkmisc.c:104 -msgid "" -"The amount of space to add on the top and bottom of the widget, in pixels" -msgstr "" -"Pencereçikniñ üstüne ve tübüne eklenecek fezanıñ piksel cınsından miqdarı" +msgid "The amount of space to add on the top and bottom of the widget, in pixels" +msgstr "Pencereçikniñ üstüne ve tübüne eklenecek fezanıñ piksel cınsından miqdarı" #: ../gtk/gtkmountoperation.c:139 msgid "Parent" @@ -4516,10 +4468,8 @@ msgstr "Ekilemci keri adımlayıcı" # gtk/gtkscrollbar.c:110 #: ../gtk/gtknotebook.c:746 -msgid "" -"Display a second backward arrow button on the opposite end of the tab area" -msgstr "" -"İlmek mesahasınıñ muhalif ucunda ekinci arqağa-doğru oq dögmesini köster" +msgid "Display a second backward arrow button on the opposite end of the tab area" +msgstr "İlmek mesahasınıñ muhalif ucunda ekinci arqağa-doğru oq dögmesini köster" # gtk/gtkscrollbar.c:117 #: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 @@ -4528,10 +4478,8 @@ msgstr "Ekilemci ileri adımlayıcı" # gtk/gtkscrollbar.c:118 #: ../gtk/gtknotebook.c:762 -msgid "" -"Display a second forward arrow button on the opposite end of the tab area" -msgstr "" -"İlmek mesahasınıñ muhalif ucunda ekinci ilerige-doğru oq dögmesini köster" +msgid "Display a second forward arrow button on the opposite end of the tab area" +msgstr "İlmek mesahasınıñ muhalif ucunda ekinci ilerige-doğru oq dögmesini köster" # gtk/gtkscrollbar.c:93 #: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 @@ -4611,10 +4559,8 @@ msgid "The orientation of the orientable" msgstr "Yöneldirilebilirniñ yöneldirimi" #: ../gtk/gtkpaned.c:242 -msgid "" -"Position of paned separator in pixels (0 means all the way to the left/top)" -msgstr "" -"Terezeli ayırğıçnıñ piksel cınsından mevamı (0 eñ solda/üstte demektir)" +msgid "Position of paned separator in pixels (0 means all the way to the left/top)" +msgstr "Terezeli ayırğıçnıñ piksel cınsından mevamı (0 eñ solda/üstte demektir)" # gtk/gtkpaned.c:125 #: ../gtk/gtkpaned.c:251 @@ -4661,8 +4607,7 @@ msgstr "Kene-ölçülendir" #: ../gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" -msgstr "" -"Eger DOĞRU ise, bala, terezeli pencereçik boyunca kenişler yaki tarlaşır" +msgstr "Eger DOĞRU ise, bala, terezeli pencereçik boyunca kenişler yaki tarlaşır" # gtk/gtkwindow.c:348 #: ../gtk/gtkpaned.c:327 @@ -4694,8 +4639,7 @@ msgstr "Tıqaçnıñ içinde yatqızılğan olğanı oyuq (soket) penceresi" # gtk/gtkpreview.c:135 #: ../gtk/gtkpreview.c:102 -msgid "" -"Whether the preview widget should take up the entire space it is allocated" +msgid "Whether the preview widget should take up the entire space it is allocated" msgstr "" "Ög-baquv pencereçiginiñ oña tahsis etilgen fezanıñ tamamını qaplap " "qaplamaycağı" @@ -4980,7 +4924,7 @@ msgstr "Saylanğan olğan GtkPrinter" # gtk/gtkprogress.c:122 #: ../gtk/gtkprogress.c:102 msgid "Activity mode" -msgstr "Faaliyet kelişi" +msgstr "Faaliyet tarzı" # gtk/gtkprogress.c:123 #: ../gtk/gtkprogress.c:103 @@ -4989,7 +4933,7 @@ msgid "" "something is happening, but not how much of the activity is finished. This " "is used when you're doing something but don't know how long it will take." msgstr "" -"Eger DOĞRU ise, GtkProgress faaliyet kelişindedir, yani bir şeyniñ " +"Eger DOĞRU ise, GtkProgress faaliyet tarzındadır, yani bir şeyniñ " "yaşanğanını signallar, amma faaliyetniñ ne qadarınıñ tamamlanğan olğanını " "degil. Bu, ne qadar sürecegini bilmegeniñiz bir şey yapılğanda qullanılır." @@ -5018,7 +4962,7 @@ msgstr "Çubuq uslûbı" # gtk/gtkprogressbar.c:149 #: ../gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" -msgstr "Faiz kelişinde çubuqnıñ körsel uslûbını belirtir (Takbih etilgen)" +msgstr "Faiz tarzında çubuqnıñ körsel uslûbını belirtir (Takbih etilgen)" # gtk/gtkprogressbar.c:157 #: ../gtk/gtkprogressbar.c:144 @@ -5029,7 +4973,7 @@ msgstr "Faaliyet Adımı" # gtk/gtkprogressbar.c:158 #: ../gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" -msgstr "Faaliyet kelişinde er keneleme içün qullanılğan artım (Takbih etilgen)" +msgstr "Faaliyet tarzında er keneleme içün qullanılğan artım (Takbih etilgen)" # gtk/gtkprogressbar.c:167 #: ../gtk/gtkprogressbar.c:152 @@ -5042,7 +4986,7 @@ msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" msgstr "" -"Faaliyet kelişinde teraqqiyat çubuğı mesahasına sığa bilecek blok sayısı " +"Faaliyet tarzında teraqqiyat çubuğı mesahasına sığa bilecek blok sayısı " "(Takbih etilgen)" # tüklü @@ -5220,8 +5164,7 @@ msgstr "Ters aylandırılğan" # gtk/gtkrange.c:274 #: ../gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" -msgstr "" -"Sürgü areketiniñ, menzil qıymetini büyütecek ters aylandırılğan yönelişi" +msgstr "Sürgü areketiniñ, menzil qıymetini büyütecek ters aylandırılğan yönelişi" #: ../gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" @@ -5289,8 +5232,7 @@ msgstr "Uluq Sıñırı" # gtk/gtkrange.c:289 #: ../gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" -msgstr "" -"Başparmaq/adımlayıcılar ile tış uluq şevi (qabartması) arasındaki boşluqlama" +msgstr "Başparmaq/adımlayıcılar ile tış uluq şevi (qabartması) arasındaki boşluqlama" # gtk/gtkrange.c:296 #: ../gtk/gtkrange.c:468 @@ -5317,8 +5259,7 @@ msgid "Arrow X Displacement" msgstr "Oq X Yersizleştirilmesi" #: ../gtk/gtkrange.c:493 -msgid "" -"How far in the x direction to move the arrow when the button is depressed" +msgid "How far in the x direction to move the arrow when the button is depressed" msgstr "Dögmege basılğanında oqnıñ x yönelişinde ne qadar areket ettirilecegi" #: ../gtk/gtkrange.c:500 @@ -5326,8 +5267,7 @@ msgid "Arrow Y Displacement" msgstr "Oq Y X Yersizleştirilmesi" #: ../gtk/gtkrange.c:501 -msgid "" -"How far in the y direction to move the arrow when the button is depressed" +msgid "How far in the y direction to move the arrow when the button is depressed" msgstr "Dögmege basılğanında oqnıñ y yönelişinde ne qadar areket ettirilecegi" #: ../gtk/gtkrange.c:509 @@ -5473,22 +5413,19 @@ msgstr "Kösterilgen unsurlarnıñ sıralama tertibi" #: ../gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" -msgstr "" -"Angi çoqraqlarnıñ kösterilecegini saylamaq içün qullanılğan ağımdaki süzgüç" +msgstr "Angi çoqraqlarnıñ kösterilecegini saylamaq içün qullanılğan ağımdaki süzgüç" #: ../gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" -msgstr "Cedvelni mağazlamaq ve oqumaq içün qullanılacaq dosyeniñ tam yolçığı" +msgstr "Listeni mağazlamaq ve oqumaq içün qullanılacaq dosyeniñ tam yolçığı" #: ../gtk/gtkrecentmanager.c:230 -msgid "" -"The maximum number of items to be returned by gtk_recent_manager_get_items()" -msgstr "" -"gtk_recent_manager_get_items() tarafından qaytarılacaq azamiy unsur sayısı" +msgid "The maximum number of items to be returned by gtk_recent_manager_get_items()" +msgstr "gtk_recent_manager_get_items() tarafından qaytarılacaq azamiy unsur sayısı" #: ../gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" -msgstr "Demi qullanılğan çoqraqlar cedveliniñ ölçüsi" +msgstr "Demi qullanılğan çoqraqlar listesiniñ ölçüsi" # gtk/gtkruler.c:118 #: ../gtk/gtkruler.c:128 @@ -5584,30 +5521,28 @@ msgid "Space between value text and the slider/trough area" msgstr "Sürgü/Uluq mesahası ile qıymet metni arasındaki boşluq" # gtk/gtkwidget.c:393 -#: ../gtk/gtkscalebutton.c:205 +#: ../gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Miqyasnıñ qıymeti" # gtk/gtktoolbar.c:290 -#: ../gtk/gtkscalebutton.c:215 +#: ../gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "İşaretçik ölçüsi" # gtk/gtkrange.c:266 -#: ../gtk/gtkscalebutton.c:224 -msgid "" -"The GtkAdjustment that contains the current value of this scale button object" -msgstr "" -"Bu miqyas dögmesi nesnesiniñ ağımdaki qıymetini ihtiva etken GtkAdjustment" +#: ../gtk/gtkscalebutton.c:226 +msgid "The GtkAdjustment that contains the current value of this scale button object" +msgstr "Bu miqyas dögmesi nesnesiniñ ağımdaki qıymetini ihtiva etken GtkAdjustment" -#: ../gtk/gtkscalebutton.c:252 +#: ../gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "İşaretçikler" # gtk/gtkfontsel.c:185 -#: ../gtk/gtkscalebutton.c:253 +#: ../gtk/gtkscalebutton.c:255 msgid "List of icon names" -msgstr "İşaretçik isimleriniñ cedveli" +msgstr "İşaretçik isimleriniñ listesi" # gtk/gtkscrollbar.c:76 #: ../gtk/gtkscrollbar.c:51 @@ -5631,14 +5566,12 @@ msgstr "Sürgü ölçüsini deñiştirme, sadece onı eñ kiçik uzunlıqqa kili # gtk/gtkscrollbar.c:110 #: ../gtk/gtkscrollbar.c:82 -msgid "" -"Display a second backward arrow button on the opposite end of the scrollbar" +msgid "Display a second backward arrow button on the opposite end of the scrollbar" msgstr "Taydırma çubuğınıñ muhalif ucunda ekinci bir keri oq dögmesini köster" # gtk/gtkscrollbar.c:118 #: ../gtk/gtkscrollbar.c:89 -msgid "" -"Display a second forward arrow button on the opposite end of the scrollbar" +msgid "Display a second forward arrow button on the opposite end of the scrollbar" msgstr "Taydırma çubuğınıñ muhalif ucunda ekinci bir ileri oq dögmesini köster" # gtk/gtktext.c:594 gtk/gtktreeview.c:465 @@ -5717,8 +5650,7 @@ msgstr "Taydırma çubuqları şevniñ içerisinde" # gtk/gtkentry.c:447 #: ../gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" -msgstr "" -"Taydırma çubuqlarını taydırılğan pencereniñ şeviniñ içerisine yerleştir" +msgstr "Taydırma çubuqlarını taydırılğan pencereniñ şeviniñ içerisine yerleştir" # gtk/gtktable.c:183 #: ../gtk/gtkscrolledwindow.c:296 @@ -5778,8 +5710,8 @@ msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" msgstr "" -"Çifte çertme olaraq mulâaza etilüvi içün eki çertme arasındaki azamiy mesafe " -"(piksel cınsından)" +"Çifte çertme olaraq mulâaza etilüvi içün eki çertme arasındaki azamiy " +"mesafe (piksel cınsından)" # gtk/gtksettings.c:151 #: ../gtk/gtksettings.c:240 @@ -5809,8 +5741,7 @@ msgstr "İmleç Qıpması Zaman Aşımı" # gtk/gtksettings.c:160 #: ../gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" -msgstr "" -"İmleçniñ qıpuvnı toqtatuvı içün keçüvi kerek olğan vaqıt, saniye cınsından" +msgstr "İmleçniñ qıpuvnı toqtatuvı içün keçüvi kerek olğan vaqıt, saniye cınsından" # gtk/gtksettings.c:167 #: ../gtk/gtksettings.c:276 @@ -5900,7 +5831,7 @@ msgstr "İşaretçik Ölçüleri" #: ../gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." -msgstr "İşaretçik ölçüleri cedveli (gtk-menu=16,16;gtk-button=20,20..." +msgstr "İşaretçik ölçüleri listesi (gtk-menu=16,16;gtk-button=20,20..." #: ../gtk/gtksettings.c:370 msgid "GTK Modules" @@ -5908,7 +5839,7 @@ msgstr "GTK Modülleri" #: ../gtk/gtksettings.c:371 msgid "List of currently active GTK modules" -msgstr "Al-azırda faal olğan GTK modülleriniñ cedveli" +msgstr "Al-azırda faal olğan GTK modülleriniñ listesi" # tüklü #: ../gtk/gtksettings.c:380 @@ -5936,8 +5867,7 @@ msgid "Xft Hint Style" msgstr "Xft Kinaye Uslûbı" #: ../gtk/gtksettings.c:401 -msgid "" -"What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" +msgid "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "" "Qaysı derecede kinayelemeniñ qullanılacağı; iç (hintnone), az (hintslight), " "orta (hintmedium) yaki tam (hintfull)" @@ -5978,8 +5908,7 @@ msgstr "İmleç teması ölçüsi" #: ../gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" -msgstr "" -"İmleçler içün qullanılacaq ölçü ya da ög-belgilengen ölçü qullanmaq içün 0" +msgstr "İmleçler içün qullanılacaq ölçü ya da ög-belgilengen ölçü qullanmaq içün 0" #: ../gtk/gtksettings.c:450 msgid "Alternative button order" @@ -5988,8 +5917,7 @@ msgstr "Alternativ dögme sırası" # gtk/gtknotebook.c:369 #: ../gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" -msgstr "" -"Dialogtaki dögmelerniñ alternativ dögme sırasını qullanıp qullanmaycağı" +msgstr "Dialogtaki dögmelerniñ alternativ dögme sırasını qullanıp qullanmaycağı" #: ../gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" @@ -6000,7 +5928,7 @@ msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" msgstr "" -"Cedvellerde ve terek körünimlerinde sıralama köstergiçleri yönelişiniñ ög-" +"Listelerde ve terek körünimlerinde sıralama köstergiçleri yönelişiniñ ög-" "belgilengenge (aşağı köterilerek demek) qıyasen tersine olıp olmağanı" #: ../gtk/gtksettings.c:477 @@ -6071,13 +5999,12 @@ msgstr "Canlandırmalarnı Qabilleştir" #: ../gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." -msgstr "" -"Bütün-alet-taqımı canlandırmalarnıñ qabilleştirilip qabilleştirilmeycegi." +msgstr "Bütün-alet-taqımı canlandırmalarnıñ qabilleştirilip qabilleştirilmeycegi." # tüklü #: ../gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" -msgstr "Toqunmatik Ekran Kelişini Qabilleştir" +msgstr "Toqunmatik Ekran Tarzını Qabilleştir" # tüklü #: ../gtk/gtksettings.c:581 @@ -6099,16 +6026,16 @@ msgstr "Alet-qaranesi kezinme zaman aşımı" #: ../gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "" -"Kezinme kelişi qabilleştirilgen olğanda, alet-qaranesi kösterilmeden evelki " +"Kezinme tarzı qabilleştirilgen olğanda, alet-qaranesi kösterilmeden evelki " "keçikme" #: ../gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" -msgstr "Alet-qaranesi kezinme kelişi zaman aşımı" +msgstr "Alet-qaranesi kezinme tarzı zaman aşımı" #: ../gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" -msgstr "Kezinme kelişi ğayrı qabilleştirilmeden evelki keçikme" +msgstr "Kezinme tarzı ğayrı qabilleştirilmeden evelki keçikme" # tüklü #: ../gtk/gtksettings.c:666 @@ -6165,8 +6092,7 @@ msgstr "Ög-belgilengen bastıruv arqa-ucu" #: ../gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" -msgstr "" -"Ög-belgilengen olaraq qullanılacaq GtkPrintBackend arqa-uclarınıñ cedveli" +msgstr "Ög-belgilengen olaraq qullanılacaq GtkPrintBackend arqa-uclarınıñ listesi" #: ../gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" @@ -6274,7 +6200,7 @@ msgstr "Pencereçikler üzerinde alet-qaraneleriniñ kösterilip kösterilmeyceg # gtk/gtksizegroup.c:241 #: ../gtk/gtksizegroup.c:293 msgid "Mode" -msgstr "Keliş" +msgstr "Tarz" #: ../gtk/gtksizegroup.c:294 msgid "" @@ -6289,8 +6215,7 @@ msgid "Ignore hidden" msgstr "Gizlilerni ihmal et" #: ../gtk/gtksizegroup.c:311 -msgid "" -"If TRUE, unmapped widgets are ignored when determining the size of the group" +msgid "If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "" "DOĞRU ise, zümreniñ ölçüsini belgilegende haritalandırılmağan pencereçikler " "ihmal etilir" @@ -6348,8 +6273,7 @@ msgstr "Yañartma Siyaseti" # gtk/gtkspinbutton.c:256 #: ../gtk/gtkspinbutton.c:261 -msgid "" -"Whether the spin button should update always, or only when the value is legal" +msgid "Whether the spin button should update always, or only when the value is legal" msgstr "" "Aylanma dögmesiniñ er zamanmı yañartılacağı yoqsa ancaq qıymet qanuniy " "olğandamı" @@ -6372,8 +6296,7 @@ msgstr "Kene-ölçülendirme Sıqqıçı Bar" # gtk/gtkwidget.c:485 #: ../gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" -msgstr "" -"Üst seviyeni kene-ölçülendirmek içün durum çubuğınıñ sıqqıçı olıp olmağanı" +msgstr "Üst seviyeni kene-ölçülendirmek içün durum çubuğınıñ sıqqıçı olıp olmağanı" # gtk/gtkstatusbar.c:158 #: ../gtk/gtkstatusbar.c:187 @@ -6481,8 +6404,7 @@ msgstr "Ardı-sıralı eki sutun arasındaki boşluq miqdarı" # gtk/gtktable.c:193 #: ../gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" -msgstr "" -"DOĞRU ise, cedvel hüceyreleriniñ episi aynı kenişlikte/yükseklikte olur" +msgstr "DOĞRU ise, cedvel hüceyreleriniñ episi aynı kenişlikte/yükseklikte olur" # tüklü #: ../gtk/gtktable.c:173 @@ -6615,24 +6537,22 @@ msgid "Cursor position" msgstr "İmleç mevamı" #: ../gtk/gtktextbuffer.c:231 -msgid "" -"The position of the insert mark (as offset from the beginning of the buffer)" +msgid "The position of the insert mark (as offset from the beginning of the buffer)" msgstr "Qıstırma tamğasınıñ mevamı (buferniñ başından berli çıqıntı olaraq)" #: ../gtk/gtktextbuffer.c:246 msgid "Copy target list" -msgstr "Kopiyalama maqsat cedveli" +msgstr "Kopiyalama maqsat listesi" #: ../gtk/gtktextbuffer.c:247 -msgid "" -"The list of targets this buffer supports for clipboard copying and DND source" +msgid "The list of targets this buffer supports for clipboard copying and DND source" msgstr "" "Bu buferniñ tüyreme-tahtasına kopiyalav ve SVT (süyrekle-ve-tüşür; DND) " -"menbası içün desteklegeni maqsatlarnıñ cedveli" +"menbası içün desteklegeni maqsatlarnıñ listesi" #: ../gtk/gtktextbuffer.c:262 msgid "Paste target list" -msgstr "Yapıştırma maqsat cedveli" +msgstr "Yapıştırma maqsat listesi" #: ../gtk/gtktextbuffer.c:263 msgid "" @@ -6640,7 +6560,7 @@ msgid "" "destination" msgstr "" "Bu buferniñ tüyreme-tahtasına kopiyalav ve SVT (süyrekle-ve-tüşür; DND) " -"istiqameti içün desteklegeni maqsatlarnıñ cedveli" +"istiqameti içün desteklegeni maqsatlarnıñ listesi" # gtk/gtktexttag.c:198 #: ../gtk/gtktextmark.c:90 @@ -6664,8 +6584,7 @@ msgstr "Nişan ismi" # gtk/gtktexttag.c:199 #: ../gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" -msgstr "" -"Metin nişanına sıltamaq içün qullanılğan isim. Anonim nişanlar içün NULL" +msgstr "Metin nişanına sıltamaq içün qullanılğan isim. Anonim nişanlar içün NULL" # gtk/gtkcellrenderertext.c:187 gtk/gtktexttag.c:217 #: ../gtk/gtktexttag.c:192 @@ -6695,8 +6614,7 @@ msgstr "Arqa-zemin noqtalı-oyma maskası" # gtk/gtktexttag.c:234 #: ../gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" -msgstr "" -"Metin arqa-zeminini sızğanda bir maska olaraq qullanılacaq bit-haritası" +msgstr "Metin arqa-zeminini sızğanda bir maska olaraq qullanılacaq bit-haritası" # gtk/gtkcellrenderertext.c:203 gtk/gtktexttag.c:251 #: ../gtk/gtktexttag.c:226 @@ -6729,8 +6647,7 @@ msgstr "Bir PangoStyle olaraq urufat uslûbı, meselâ PANGO_STYLE_ITALIC" #: ../gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" -msgstr "" -"Bir PangoVariant olaraq urufat variantı, meselâ PANGO_VARIANT_SMALL_CAPS" +msgstr "Bir PangoVariant olaraq urufat variantı, meselâ PANGO_VARIANT_SMALL_CAPS" #: ../gtk/gtktexttag.c:310 msgid "" @@ -6742,8 +6659,7 @@ msgstr "" #: ../gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" -msgstr "" -"Bir PangoStretch olaraq urufat kerilmesi, meselâ PANGO_STRETCH_CONDENSED" +msgstr "Bir PangoStretch olaraq urufat kerilmesi, meselâ PANGO_STRETCH_CONDENSED" # gtk/gtkcellrenderertext.c:293 gtk/gtktexttag.c:368 #: ../gtk/gtktexttag.c:330 @@ -6846,8 +6762,7 @@ msgstr "Bir paragraf içindeki sarılğan satırlar arasındaki boş feza piksel # gtk/gtktexttag.c:484 gtk/gtktextview.c:561 #: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 -msgid "" -"Whether to wrap lines never, at word boundaries, or at character boundaries" +msgid "Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "" "Satırlarnıñ iç sarılmaycağımı, yoqsa kelime hudutlarında yaki remiz " "hudutlarında sarılacağımı" @@ -6983,8 +6898,7 @@ msgstr "Sarma içindeki pikseller tesbitli" # gtk/gtktexttag.c:592 #: ../gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" -msgstr "" -"Bu nişannıñ sarılğan satırlar arasındaki piksel sayısına tesir etip etmegeni" +msgstr "Bu nişannıñ sarılğan satırlar arasındaki piksel sayısına tesir etip etmegeni" # gtk/gtktexttag.c:599 #: ../gtk/gtktexttag.c:652 @@ -6999,12 +6913,12 @@ msgstr "Bu nişannıñ sağ kenarğa tesir etip etmegeni" # gtk/gtktexttag.c:607 #: ../gtk/gtktexttag.c:660 msgid "Wrap mode set" -msgstr "Sarma kelişi tesbitli" +msgstr "Sarma tarzı tesbitli" # gtk/gtktexttag.c:608 #: ../gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" -msgstr "Bu nişannıñ sarma kelişine tesir etip etmegeni" +msgstr "Bu nişannıñ sarma tarzına tesir etip etmegeni" # gtk/gtktexttag.c:611 #: ../gtk/gtktexttag.c:664 @@ -7054,7 +6968,7 @@ msgstr "Sarmalar İçindeki Pikseller" # gtk/gtktextview.c:560 #: ../gtk/gtktextview.c:581 msgid "Wrap Mode" -msgstr "Sarma Kelişi" +msgstr "Sarma Tarzı" # gtk/gtktextview.c:578 #: ../gtk/gtktextview.c:599 @@ -7253,8 +7167,7 @@ msgstr "Alet çubuğı uslûbı" # gtk/gtktoolbar.c:284 #: ../gtk/gtktoolbar.c:631 -msgid "" -"Whether default toolbars have text only, text and icons, icons only, etc." +msgid "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" "Ög-belgilengen alet çubuqlarınıñ ancaq metingemi, metin ve işaretçiklergemi, " "ancaq işaretçiklergemi, vs. saip olacağı." @@ -7331,7 +7244,7 @@ msgid "" "show text in GTK_TOOLBAR_BOTH_HORIZ mode" msgstr "" "Alet çubuğı unsurınıñ önemli mulâaza etilip etilmegeni. DOĞRU olğanda, alet " -"çubuğı dögmeleri metinni GTK_TOOLBAR_BOTH_HORIZ kelişinde kösterir" +"çubuğı dögmeleri metinni GTK_TOOLBAR_BOTH_HORIZ tarzında kösterir" # gtk/gtktreeview.c:457 #: ../gtk/gtktreemodelsort.c:274 @@ -7401,8 +7314,7 @@ msgstr "Cedveller Kinayesi" # gtk/gtktreeview.c:514 #: ../gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" -msgstr "" -"Saflarnı nevbetleşken tüslerde sızmaq içün tema motorına bir kinaye tesbit et" +msgstr "Saflarnı nevbetleşken tüslerde sızmaq içün tema motorına bir kinaye tesbit et" #: ../gtk/gtktreeview.c:634 msgid "Enable Search" @@ -7424,7 +7336,7 @@ msgstr "Tesirleşimli qıdırma esnasında üzerinde qıdırılacaq sutun modeli # gtk/gtkcellrenderer.c:179 #: ../gtk/gtktreeview.c:663 msgid "Fixed Height Mode" -msgstr "Sabit Yükseklik Kelişi" +msgstr "Sabit Yükseklik Tarzı" #: ../gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" @@ -7448,8 +7360,7 @@ msgstr "Avelenme Cayılması" # gtk/gtkpaned.c:126 #: ../gtk/gtktreeview.c:705 -msgid "" -"Whether rows should be expanded/collapsed when the pointer moves over them" +msgid "Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "" "Saflarnıñ noqtacı üzerlerinden keçkende cayıldırılacağımı yoqsa " "eştirilecegimi" @@ -7475,8 +7386,7 @@ msgid "Rubber Banding" msgstr "Silgiçleme" #: ../gtk/gtktreeview.c:745 -msgid "" -"Whether to enable selection of multiple items by dragging the mouse pointer" +msgid "Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "" "Sıçan noqtacısını süyrekleyerek birden fazla unsur saylamınıñ " "qabilleştirilip qabilleştirilmeycegi" @@ -7590,8 +7500,7 @@ msgstr "Izğara sızığı naqşı" # gtk/gtkwidget.c:1069 #: ../gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" -msgstr "" -"Terek körünimi ızğara sızıqlarını sızğanda qullanılacaq çarpma-sızıq naqşı" +msgstr "Terek körünimi ızğara sızıqlarını sızğanda qullanılacaq çarpma-sızıq naqşı" #: ../gtk/gtktreeview.c:866 msgid "Tree line pattern" @@ -7600,8 +7509,7 @@ msgstr "Terek sızığı naqşı" # gtk/gtkwidget.c:1069 #: ../gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" -msgstr "" -"Terek körünimi terek sızıqlarını sızğanda qullanılacaq çarpma-sızıq naqşı" +msgstr "Terek körünimi terek sızıqlarını sızğanda qullanılacaq çarpma-sızıq naqşı" # gtk/gtktreeviewcolumn.c:172 #: ../gtk/gtktreeviewcolumn.c:192 @@ -7609,7 +7517,7 @@ msgid "Whether to display the column" msgstr "Sutunnıñ kösterilip kösterilmeycegi" # gtk/gtkwindow.c:364 -#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:536 +#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Kene-ölçülendirilebilir" @@ -7634,7 +7542,7 @@ msgstr "Ölçülendirme" # gtk/gtktreeviewcolumn.c:180 #: ../gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" -msgstr "Sutunnıñ ölçülendirme kelişi" +msgstr "Sutunnıñ kene ölçülendirme tarzı" # gtk/gtkcellrenderer.c:168 #: ../gtk/gtktreeviewcolumn.c:234 @@ -7742,22 +7650,19 @@ msgstr "Mezc etilgen qullanıcı arayüzüni (QA) tasvir etken XML tizgisi" msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" -msgstr "" -"Bu körünim-limanı içün ufqiy mevam qıymetlerini belgilegen GtkAdjustment" +msgstr "Bu körünim-limanı içün ufqiy mevam qıymetlerini belgilegen GtkAdjustment" # gtk/gtkviewport.c:140 #: ../gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" -msgstr "" -"Bu körünim-limanı içün vertikal mevam qıymetlerini belgilegen GtkAdjustment" +msgstr "Bu körünim-limanı içün vertikal mevam qıymetlerini belgilegen GtkAdjustment" # gtk/gtkviewport.c:148 #: ../gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" -msgstr "" -"Körünim-limanınıñ etrafındaki kölgeli qutunıñ nasıl sızılğanını belgiler" +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 @@ -7882,8 +7787,7 @@ msgstr "Ög-belgilengenni qabul eter" # gtk/gtkwidget.c:492 #: ../gtk/gtkwidget.c:573 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" +msgstr "Eger DOĞRU ise, pencereçik fokuslanğanında ög-belgilengen amelni qabul eter" # gtk/gtkwidget.c:498 #: ../gtk/gtkwidget.c:579 @@ -7917,8 +7821,7 @@ msgstr "Vaqialar" # gtk/gtkwidget.c:513 #: ../gtk/gtkwidget.c:594 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ı" +msgstr "Bu pencereçikniñ alacağı GdkEvent çeşitlerini qararlaştırğan vaqia maskası" # gtk/gtkwidget.c:520 #: ../gtk/gtkwidget.c:601 @@ -7928,8 +7831,7 @@ msgstr "Uzantı vaqiaları" # gtk/gtkwidget.c:521 #: ../gtk/gtkwidget.c:602 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" +msgstr "Bu pencereçikniñ ne çeşit uzantı vaqialarını alacağını qararlaştırğan maska" #: ../gtk/gtkwidget.c:609 msgid "No show all" @@ -7988,8 +7890,7 @@ msgstr "Fokus şiltelemesi" # gtk/gtkwidget.c:1069 #: ../gtk/gtkwidget.c:2233 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" +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 @@ -8072,8 +7973,7 @@ msgstr "Ayırğıç Kenişligi" #: ../gtk/gtkwidget.c:2324 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" +msgstr "Eger keniş-ayırğıçlar (wide-separators) DOĞRU ise, ayırğıçlarnıñ kenişligi" # gtk/gtkwindow.c:399 #: ../gtk/gtkwidget.c:2338 @@ -8082,8 +7982,7 @@ msgstr "Ayırğıç Yüksekligi" #: ../gtk/gtkwidget.c:2339 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" +msgstr "Eger keniş-ayırğıçlar (wide-separators) DOĞRU ise, ayırğıçlarnıñ yüksekligi" # gtk/gtkalignment.c:121 #: ../gtk/gtkwidget.c:2353 @@ -8104,51 +8003,50 @@ msgid "The length of vertical scroll arrows" msgstr "Vertikal taydırma oqlarınıñ uzunlığı" # gtk/gtkwindow.c:322 -#: ../gtk/gtkwindow.c:477 +#: ../gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Pencere Türü" # gtk/gtkwindow.c:323 -#: ../gtk/gtkwindow.c:478 +#: ../gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Pencereniñ türü" # gtk/gtkwindow.c:332 -#: ../gtk/gtkwindow.c:486 +#: ../gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Pencere Serlevası" # gtk/gtkwindow.c:333 -#: ../gtk/gtkwindow.c:487 +#: ../gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Pencereniñ serlevası" # gtk/gtkwindow.c:332 -#: ../gtk/gtkwindow.c:494 +#: ../gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Pencere Rolü" -#: ../gtk/gtkwindow.c:495 +#: ../gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" -msgstr "" -"Oturım keri tiklengende qullanılacaq pencere içün emsalsiz kimliklendirici" +msgstr "Oturım keri tiklengende qullanılacaq pencere içün emsalsiz kimliklendirici" -#: ../gtk/gtkwindow.c:511 +#: ../gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Başlanğıç Kimligi" -#: ../gtk/gtkwindow.c:512 +#: ../gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Başlanğıç-tebliği (startup-notification) tarafından qullanılğan pencere içün " "emsalsiz başlanğıç kimliklendiricisi" # gtk/gtkwindow.c:348 -#: ../gtk/gtkwindow.c:519 +#: ../gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Tarlatmağa İzin Ber" -#: ../gtk/gtkwindow.c:521 +#: ../gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -8158,29 +8056,29 @@ msgstr "" "99% fena bir fikirdir" # gtk/gtkwindow.c:356 -#: ../gtk/gtkwindow.c:528 +#: ../gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Ösmege İzin Ber" # gtk/gtkwindow.c:357 -#: ../gtk/gtkwindow.c:529 +#: ../gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Eger DOĞRU ise, qullanıcılar pencereni en kiçik ölçüsiniñ tışına da " "kenişlete bilir" # gtk/gtkwindow.c:365 -#: ../gtk/gtkwindow.c:537 +#: ../gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Eger DOĞRU ise, qullanıcılar pencere ölçüsini deñiştire bilir" # gtk/gtkwindow.c:372 -#: ../gtk/gtkwindow.c:544 +#: ../gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modal" # gtk/gtkwindow.c:373 -#: ../gtk/gtkwindow.c:545 +#: ../gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -8189,77 +8087,74 @@ msgstr "" "qullanılamaz)" # gtk/gtkwindow.c:380 -#: ../gtk/gtkwindow.c:552 +#: ../gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Pencere Mevamı" # gtk/gtkwindow.c:381 -#: ../gtk/gtkwindow.c:553 +#: ../gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Pencereniñ başlanğıç mevamı" # gtk/gtkwindow.c:389 -#: ../gtk/gtkwindow.c:561 +#: ../gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Ög-belgilengen Kenişlik" -#: ../gtk/gtkwindow.c:562 +#: ../gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" -msgstr "" -"Pencere ilk kösterilgeninde qullanılğan, pencereniñ ög-belgilengen kenişligi" +msgstr "Pencere ilk kösterilgeninde qullanılğan, pencereniñ ög-belgilengen kenişligi" # gtk/gtkwindow.c:399 -#: ../gtk/gtkwindow.c:571 +#: ../gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Ög-belgilengen Yükseklik" -#: ../gtk/gtkwindow.c:572 -msgid "" -"The default height of the window, used when initially showing the window" -msgstr "" -"Pencere ilk kösterilgeninde qullanılğan, pencereniñ ög-belgilengen yüksekligi" +#: ../gtk/gtkwindow.c:573 +msgid "The default height of the window, used when initially showing the window" +msgstr "Pencere ilk kösterilgeninde qullanılğan, pencereniñ ög-belgilengen yüksekligi" # gtk/gtkwindow.c:409 -#: ../gtk/gtkwindow.c:581 +#: ../gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Baba ile yoq et" # gtk/gtkwindow.c:410 -#: ../gtk/gtkwindow.c:582 +#: ../gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Bu pencereniñ babası yoq etilgende yoq etilip etilmeycegi" -#: ../gtk/gtkwindow.c:590 +#: ../gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Bu pencere içün işaretçik" -#: ../gtk/gtkwindow.c:606 +#: ../gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Bu pencere içün temalı işaretçikniñ ismi" # gtk/gtkcheckmenuitem.c:114 gtk/gtktogglebutton.c:144 -#: ../gtk/gtkwindow.c:621 +#: ../gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Faaldir" # gtk/gtkwidget.c:485 -#: ../gtk/gtkwindow.c:622 +#: ../gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Üst seviyeniñ al-azırda faal pencere olıp olmağanı" -#: ../gtk/gtkwindow.c:629 +#: ../gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Fokus Üst Seviyede" -#: ../gtk/gtkwindow.c:630 +#: ../gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Kirdi fokusınıñ bu GtkWindow içerisinde olıp olmağanı" -#: ../gtk/gtkwindow.c:637 +#: ../gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Tür kinayesi" -#: ../gtk/gtkwindow.c:638 +#: ../gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -8267,95 +8162,94 @@ msgstr "" "Masaüstü çevresiniñ bunıñ ne tür pencere olğanını ve onıñ nasıl muamele " "etilecegini añlavına yardım etmek içün kinaye." -#: ../gtk/gtkwindow.c:646 +#: ../gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Vazife çubuğını atla" -#: ../gtk/gtkwindow.c:647 +#: ../gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Pencereniñ vazife çubuğında olmayuvı lâzim ise, DOĞRU" # tüklü -#: ../gtk/gtkwindow.c:654 +#: ../gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Saifecini atla" # gtk/gtkpaned.c:126 -#: ../gtk/gtkwindow.c:655 +#: ../gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "DOĞRU ise, pencereniñ saifecide olmayuvı lâzim." -#: ../gtk/gtkwindow.c:662 +#: ../gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Acil" # gtk/gtkpaned.c:126 -#: ../gtk/gtkwindow.c:663 +#: ../gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "DOĞRU ise, pencereniñ qullanıcınıñ diqqatına ketirilüvi lâzim." # gtk/gtkwidget.c:470 -#: ../gtk/gtkwindow.c:677 +#: ../gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Fokusnı qabul et" # gtk/gtkpaned.c:126 -#: ../gtk/gtkwindow.c:678 +#: ../gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "DOĞRU ise pencereniñ kirdi fokusını qabul etüvi lâzim." -#: ../gtk/gtkwindow.c:692 +#: ../gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Haritalama üzerine fokuslan" # gtk/gtkpaned.c:126 -#: ../gtk/gtkwindow.c:693 +#: ../gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." -msgstr "" -"DOĞRU ise, haritalanğanında pencereniñ kirdi fokusını qabul etüvi lâzim." +msgstr "DOĞRU ise, haritalanğanında pencereniñ kirdi fokusını qabul etüvi lâzim." -#: ../gtk/gtkwindow.c:707 +#: ../gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Bezeklengen" # gtk/gtkpaned.c:126 -#: ../gtk/gtkwindow.c:708 +#: ../gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Pencereniñ pencere idarecisi tarafından bezeklenip bezeklenmeycegi" # gtk/gtklabel.c:251 -#: ../gtk/gtkwindow.c:722 +#: ../gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Silinebilir" # gtk/gtkpaned.c:126 -#: ../gtk/gtkwindow.c:723 +#: ../gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Pencere çerçivesiniñ qapatma dögmesine saip olıp olmaycağı" -#: ../gtk/gtkwindow.c:739 +#: ../gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Çekim" # gtk/gtkwindow.c:323 -#: ../gtk/gtkwindow.c:740 +#: ../gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Pencereniñ pencere çekimi" -#: ../gtk/gtkwindow.c:757 +#: ../gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Pencere içün Keçici" -#: ../gtk/gtkwindow.c:758 +#: ../gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Dialognıñ keçici olğan babası" -#: ../gtk/gtkwindow.c:773 +#: ../gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Pencereniñ Tonuqlığı" # gtk/gtkwindow.c:323 -#: ../gtk/gtkwindow.c:774 +#: ../gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Pencereniñ tonuqlığı, 0'dan 1'ge qadar" @@ -8376,3 +8270,4 @@ msgstr "Kirdi Usulı (IM) Durum uslûbı" #: ../modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "Kirdi usulı durum çubuğınıñ nasıl sızılacağı" + From de64faabebc37a12fd171c618f826c501abf0c1b Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Thu, 9 Apr 2009 16:50:25 +0200 Subject: [PATCH 037/190] Fix compilation with DirectFB 1.0 The code used a field introduced with DirectFB 1.2. Added a compile-time version check to make it work with DirectFB 1.0. --- gdk/directfb/gdktestutils-directfb.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/gdk/directfb/gdktestutils-directfb.c b/gdk/directfb/gdktestutils-directfb.c index 9f843fbaac..2197f2ffa8 100644 --- a/gdk/directfb/gdktestutils-directfb.c +++ b/gdk/directfb/gdktestutils-directfb.c @@ -161,7 +161,8 @@ gdk_test_simulate_key (GdkWindow *window, DFBWindowEvent evt; g_return_val_if_fail (GDK_IS_WINDOW(window), FALSE); - g_return_val_if_fail (key_pressrelease == GDK_KEY_PRESS || key_pressrelease == GDK_KEY_RELEASE, FALSE); + g_return_val_if_fail (key_pressrelease == GDK_KEY_PRESS || + key_pressrelease == GDK_KEY_RELEASE, FALSE); private = GDK_WINDOW_OBJECT (window); impl = GDK_WINDOW_IMPL_DIRECTFB (private->impl); @@ -175,7 +176,9 @@ gdk_test_simulate_key (GdkWindow *window, evt.clazz = DFEC_WINDOW; evt.type = (key_pressrelease == GDK_KEY_PRESS) ? DWET_KEYDOWN : DWET_KEYUP; +#if ((DIRECTFB_MAJOR_VERSION > 1) || (DIRECTFB_MINOR_VERSION >= 2)) evt.flags = DWEF_NONE; +#endif evt.window_id = impl->dfb_id; evt.x = MAX(x, 0); evt.y = MAX(y, 0); @@ -227,7 +230,8 @@ gdk_test_simulate_button (GdkWindow *window, DFBWindowEvent evt; g_return_val_if_fail (GDK_IS_WINDOW(window), FALSE); - g_return_val_if_fail (button_pressrelease == GDK_BUTTON_PRESS || button_pressrelease == GDK_BUTTON_RELEASE, FALSE); + g_return_val_if_fail (button_pressrelease == GDK_BUTTON_PRESS || + button_pressrelease == GDK_BUTTON_RELEASE, FALSE); private = GDK_WINDOW_OBJECT (window); impl = GDK_WINDOW_IMPL_DIRECTFB (private->impl); @@ -241,13 +245,17 @@ gdk_test_simulate_button (GdkWindow *window, evt.clazz = DFEC_WINDOW; evt.type = (button_pressrelease == GDK_BUTTON_PRESS) ? DWET_BUTTONDOWN : DWET_BUTTONUP; +#if ((DIRECTFB_MAJOR_VERSION > 1) || (DIRECTFB_MINOR_VERSION >= 2)) evt.flags = DWEF_NONE; +#endif evt.window_id = impl->dfb_id; evt.x = MAX(x, 0); evt.y = MAX(y, 0); _gdk_display->layer->GetCursorPosition (_gdk_display->layer, &evt.cx, &evt.cy); evt.modifiers = _gdk_modifiers_to_directfb (modifiers); evt.locks = (modifiers & GDK_LOCK_MASK) ? DILS_CAPS : 0; + evt.button = button; + evt.buttons = 0; gettimeofday (&evt.timestamp, NULL); _gdk_display->buffer->PostEvent (_gdk_display->buffer, DFB_EVENT(&evt)); From 24a9dadfe945619360a87297e6c4f07d76be938a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Gonz=C3=A1lez?= Date: Thu, 9 Apr 2009 17:04:17 +0200 Subject: [PATCH 038/190] Updated Spanish translation --- po/es.po | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/po/es.po b/po/es.po index 39384c5c9c..2e689df6c6 100644 --- a/po/es.po +++ b/po/es.po @@ -15,8 +15,8 @@ msgstr "" "Project-Id-Version: gtk+.HEAD\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" "+&component=general\n" -"POT-Creation-Date: 2009-03-13 15:07+0000\n" -"PO-Revision-Date: 2009-03-28 15:39+0100\n" +"POT-Creation-Date: 2009-04-07 15:40+0000\n" +"PO-Revision-Date: 2009-04-08 18:14+0200\n" "Last-Translator: Jorge González \n" "Language-Team: Español \n" "MIME-Version: 1.0\n" @@ -1315,17 +1315,24 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Contrabarra" -#: ../gtk/gtkbuilderparser.c:340 +#: ../gtk/gtkbuilderparser.c:343 #, c-format -msgid "Invalid type function: `%s'" -msgstr "Nombre de función no válido: «%s»" +#| msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" +msgstr "Tipo de función no válido en la línea %d: «%s»" -#: ../gtk/gtkbuilderparser.c:837 +#: ../gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" +"ID «%s» de objeto duplicado en la línea %d (anteriormente en la línea %d)" + +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Nombre de elemento raíz no válido: «%s»" -#: ../gtk/gtkbuilderparser.c:876 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Etiqueta no soportada: «%s»" From af56f63561b3d4439a68d5709a25ca782516086f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 9 Apr 2009 19:38:55 -0400 Subject: [PATCH 039/190] Update release instructions for git --- docs/RELEASE-HOWTO | 81 ++++++++++++++++++++++++---------------------- 1 file changed, 42 insertions(+), 39 deletions(-) diff --git a/docs/RELEASE-HOWTO b/docs/RELEASE-HOWTO index 8690081060..4991d9a9f1 100644 --- a/docs/RELEASE-HOWTO +++ b/docs/RELEASE-HOWTO @@ -9,17 +9,19 @@ dependencies: Without those packages make distcheck will *not* pass. - 0) Blow away your gtk+ directory, check a new version out + 0) Go back to a pristine working directory. With git, this works: - 1) autogen and build it, make sure to enable docs by specifying + git clean -f -x + + 1) autogen and build it, make sure to enable docs by specifying --enable-gtk-doc --enable-man - 2) Update NEWS based on the various ChangeLog files; follow the format + 2) Update NEWS based on the content of git log; follow the format of prior entries. This includes finding noteworthy new features, collecting summaries for all the fixed bugs that are referenced - and collecting all updated translations. - Also collect the names of all contributors that are mentioned. - We don't discriminate between bug reporters, patch writers, + and collecting all updated translations. + Also collect the names of all contributors that are mentioned. + We don't discriminate between bug reporters, patch writers, committers, etc. Anybody who is mentioned in ChangeLog gets credits, but only real names, not email addresses or nicknames. @@ -29,14 +31,14 @@ Without those packages make distcheck will *not* pass. with configure.in. 4) Verify that the version in configure.in has been bumped after the last - release. (Note that this is critical, a slip-up here will cause the + release. (Note that this is critical, a slip-up here will cause the soname to change). 5) Make sure that make check is happy (If you don't do it here, make distcheck - will also catch it, but it is kind of disheartening to see make distcheck - fail due to an extraneous symbol after watching it build the docs for an - hour...). - Typical problems to expect here (depending on whether this is a devel + will also catch it, but it is kind of disheartening to see make distcheck + fail due to an extraneous symbol after watching it build the docs for an + hour...). + Typical problems to expect here (depending on whether this is a devel snapshot or a stable release): * forgotten source files * new symbols missing from .symbols files @@ -48,57 +50,58 @@ Without those packages make distcheck will *not* pass. 6) If this is a devel release, make sure that the docs for new symbols are in good shape. Look at the -unused.txt files and add stuff found - there to the corresponding -sections.txt file. Look at the + there to the corresponding -sections.txt file. Look at the -undocumented.txt files and see if there is anything in there that should be documented. If it is, this may be due to typos in the doc - comments in the source. Make sure that all new symbols have proper - Since: tags, and that there is an index in the main -docs.sgml for - the next stable version. + comments in the source. Make sure that all new symbols have proper + Since: tags, and that there is an index in the main -docs.sgml for + the next stable version. - 7) Add === Released 2.x.y === at the top of all ChangeLog files + 7) make distcheck - 8) make distcheck + 8) Fix broken stuff found by 7), repeat - 9) Fix broken stuff found by 8), repeat + 9) Commit all changes: git commit -a. You will have a bunch of po file + changes, NEWS and maybe some doc changes too -10) svn commit; you'll have a bunch of po file changes, ChangeLog updates, - and maybe some doc changes too - -11) If 10) fails because someone else committed inbetween, curse, svn up, - fix conflicts and go to 8) - -12) Now you've got the tarball. Check that the tarball size looks +10) Now you've got the tarball. Check that the tarball size looks reasonable compared to previous releases. If the size goes down a lot, likely the docs went missing for some reason. Or the translations. If the size goes up by a lot, something else may be wrong. -13) Tag the release. The command for doing that looks like +11) Tag the release. The git command for doing that looks like - svn cp svn+ssh://matthiasc@svn.gnome.org/svn/gtk+/branches/gtk-2-12 \ - svn+ssh://matthiasc@svn.gnome.org/svn/gtk+/tags/GTK_2_12_10 + git tag -m "GTK+ 2.12.10" 2.12.10 -14) Bump the version number in configure.in and commit this change - with a ChangeLog entry +12) Push the tagged commit upstream. The git command for doing that is -15) Upload the tarball to master.gnome.org and run install-module to transfer + git push origin refs/tags/2.12.10 + +13) Bump the version number in configure.in and commit and push this change + +14) Upload the tarball to master.gnome.org and run install-module to transfer it to download.gnome.org. If you don't have an account on master.gnome.org, find someone who can do it for you. The command for this looks like - + scp gtk+-2.12.10.tar.gz matthiasc@master.gnome.org: ssh matthiasc@master.gnome.org install-module gtk+-2.12.10.tar.gz -16) Get the bz2 tarball and the .md5sum files back from master.gnome.org - You can probably also create it locally, but I've experienced md5 - mismatches when doing so +15) Get the .bz2 tarball and the .md5sum files back from master.gnome.org + You can probably also create it locally, but I've experienced md5 + mismatches when doing so. + +16) Upload the .gz and .bz2 tarballs and checksums to ftp.gtk.org and put + them in the right directory below /ftp/pub. Pay attention to correct + ownership, and don't forget to update the LATEST file in the directory. 17) Go to the gnome-announce list archives, find the last announce message, - create a new message in the same form, replacing version numbers, - commentary at the top about "what this release is about" and the - Summary of changes. + create a new message in the same form, replacing version numbers, + commentary at the top about "what this release is about" and the + summary of changes. 18) Send it to gnome-announce-list, gtk-list, gtk-app-devel-list and gtk-devel-list. Set reply-to to gnome-hackers. -19) Add a link to the release announcement to www.gtk.org which lives +19) Add a link to the release announcement to www.gtk.org which lives in the gtk-web cvs module. From 1f1db4f28861aafe3c8611b7b0d1269f6259e8a0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 9 Apr 2009 23:42:44 -0400 Subject: [PATCH 040/190] Expand GtkBuilder migration guide --- docs/reference/gtk/migrating-GtkBuilder.sgml | 79 ++++++++++++++++---- 1 file changed, 66 insertions(+), 13 deletions(-) diff --git a/docs/reference/gtk/migrating-GtkBuilder.sgml b/docs/reference/gtk/migrating-GtkBuilder.sgml index f406ab361d..a85ea68a84 100644 --- a/docs/reference/gtk/migrating-GtkBuilder.sgml +++ b/docs/reference/gtk/migrating-GtkBuilder.sgml @@ -16,14 +16,65 @@ A good way to start a migration from libglade to GtkBuilder is to run the gtk-builder-convert utility on your glade file, and inspect the resulting output. - If your code uses the @root parameter of glade_xml_new(), you + If your code uses the @root parameter of glade_xml_new(), you may want to split your glade file into multiple GtkBuilder files - by using the option of + by using the option of gtk-builder-convert. Alternatively, you can use gtk_builder_add_objects_from_file() to construct only certain objects from a GtkBuilder file. + + Alternatively, you can open the glade file with + glade3 and then save it in GtkBuilder + format. This is supported by glade3 since version 3.6. + + + + Step-by-step instructions for porting code from libglade to GtkBuilder + + + libgladeGtkBuilder + + + + ]]> + not needed + + + GladeXML* + GtkBuilder* + + + glade_xml_new (FILE, "first_widget", NULL) + + +GError* error = NULL; +GtkBuilder* builder = gtk_builder_new (); +if (!gtk_builder_add_from_file (builder, FILE, &error)) + { + g_warning ("Couldn't load builder file: %s", error->message); + g_error_free (error); + } + + + + + glade_xml_get_widget (gxml, “widget_name”) + GTK_WIDGET (gtk_builder_get_object (builder, “widget_name”)) + + + glade_get_widget_name (widget) + gtk_widget_get_name (widget) + + + glade_xml_get_widget_prefix (gxml, “prefix”) + can be emulated by gtk_builder_get_objects (builder) together with manual filtering. It returns a GSList* instead of a GList* though. + + + +
+ While GtkBuilder strives to be a complete replacement for libglade, there are a number of areas where it is currently @@ -32,21 +83,23 @@ GtkBuilder supports context information in translatable - properties in a slightly different way than libglade. - Intltool does not yet support this; see - bug - 454894 for the current status of intltool support for - GtkBuilder files. Thankfully, context in translations is a - rarely used feature, and if you are not using it, intltools + properties in a slightly different way than libglade. + Intltool does not yet support this; see + bug + 454894 for the current status of intltool support for + GtkBuilder files. Thankfully, context in translations is a + rarely used feature, and if you are not using it, intltools glade format support works just fine for GtkBuilder files. + + While libglade can often tolerate multiple widgets having the + same id in a glade file, GtkBuilder will not accept duplicate + object ids. Both gtk-builder-convert + and the GtkBuilder parser emit warnings when they see + duplicate ids. + - - More details about migrating from libglade to GtkBuilder will - appear here over time... - - From f0b4779d56fa331bf1b4ebb9b1d1400be77be4a3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 10 Apr 2009 00:09:27 -0400 Subject: [PATCH 041/190] Improve accessible name Change the accessible name of an entry in the print dialog from "At" to "Time of print". String addition. (#577964) --- gtk/gtkprintunixdialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkprintunixdialog.c b/gtk/gtkprintunixdialog.c index bf79170f03..72520f82a7 100644 --- a/gtk/gtkprintunixdialog.c +++ b/gtk/gtkprintunixdialog.c @@ -2775,7 +2775,7 @@ create_job_page (GtkPrintUnixDialog *dialog) entry = gtk_entry_new (); gtk_widget_set_tooltip_text (entry, at_tooltip); - atk_object_set_name (gtk_widget_get_accessible (entry), _("At")); + atk_object_set_name (gtk_widget_get_accessible (entry), _("Time of print")); atk_object_set_description (gtk_widget_get_accessible (entry), at_tooltip); priv->print_at_entry = entry; gtk_widget_show (entry); From 5261d14d6fe77972b8dde6b647486437715fb353 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Fri, 10 Apr 2009 00:14:23 -0400 Subject: [PATCH 042/190] Fix memory leak in gdkscreen-x11 When RandR 1.2 X driver doesn't return any usable multihead data the monitors array is freed, without freeing the memory allocated by the array elements before. Fixes bug #578354 --- gdk/x11/gdkscreen-x11.c | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/gdk/x11/gdkscreen-x11.c b/gdk/x11/gdkscreen-x11.c index 0bcb2bcdab..a2eaceaf3a 100644 --- a/gdk/x11/gdkscreen-x11.c +++ b/gdk/x11/gdkscreen-x11.c @@ -663,6 +663,21 @@ init_fake_xinerama (GdkScreen *screen) return FALSE; } +static void +free_monitors (GdkX11Monitor *monitors, + gint n_monitors) +{ + int i; + + for (i = 0; i < n_monitors; ++i) + { + g_free (monitors[i].output_name); + g_free (monitors[i].manufacturer); + } + + g_free (monitors); +} + static int monitor_compare_function (GdkX11Monitor *monitor1, GdkX11Monitor *monitor2) @@ -753,7 +768,11 @@ init_randr13 (GdkScreen *screen) /* non RandR 1.2 X driver doesn't return any usable multihead data */ if (randr12_compat) { - g_array_free (monitors, TRUE); + guint n_monitors = monitors->len; + + free_monitors ((GdkX11Monitor *)g_array_free (monitors, FALSE), + n_monitors); + return FALSE; } @@ -856,21 +875,6 @@ init_xfree_xinerama (GdkScreen *screen) return FALSE; } -static void -free_monitors (GdkX11Monitor *monitors, - gint n_monitors) -{ - int i; - - for (i = 0; i < n_monitors; ++i) - { - g_free (monitors[i].output_name); - g_free (monitors[i].manufacturer); - } - - g_free (monitors); -} - static void deinit_multihead (GdkScreen *screen) { From d77156952dd117a11d80b1f1a8ee7dd7ec09b126 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Tue, 7 Apr 2009 18:45:11 +0200 Subject: [PATCH 043/190] Save PageSetup into print settings file used by the print previewer Fixes bug #578271 --- gtk/gtkprintoperation-unix.c | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/gtk/gtkprintoperation-unix.c b/gtk/gtkprintoperation-unix.c index 99e047e419..875c5c0e25 100644 --- a/gtk/gtkprintoperation-unix.c +++ b/gtk/gtkprintoperation-unix.c @@ -183,6 +183,10 @@ _gtk_print_operation_platform_backend_launch_preview (GtkPrintOperation *op, gchar *preview_cmd; GtkSettings *settings; GtkPrintSettings *print_settings; + GtkPageSetup *page_setup; + GKeyFile *key_file = NULL; + gchar *data = NULL; + gsize data_len; gchar *settings_filename = NULL; gchar *quoted_filename; gchar *quoted_settings_filename; @@ -204,10 +208,19 @@ _gtk_print_operation_platform_backend_launch_preview (GtkPrintOperation *op, if (fd < 0) goto out; + key_file = g_key_file_new (); + print_settings = gtk_print_operation_get_print_settings (op); - retval = gtk_print_settings_to_file (print_settings, settings_filename, &error); - close (fd); + gtk_print_settings_to_key_file (print_settings, key_file, NULL); + page_setup = gtk_print_context_get_page_setup (op->priv->print_context); + gtk_page_setup_to_key_file (page_setup, key_file, NULL); + + data = g_key_file_to_data (key_file, &data_len, &error); + if (!data) + goto out; + + retval = g_file_set_contents (settings_filename, data, data_len, &error); if (!retval) goto out; @@ -259,6 +272,12 @@ _gtk_print_operation_platform_backend_launch_preview (GtkPrintOperation *op, if (!settings_used) g_unlink (settings_filename); + if (fd > 0) + close (fd); + + if (key_file) + g_key_file_free (key_file); + g_free (data); g_free (settings_filename); } From 67d8ed9ed331faf9de20555b158cbba8cb4ff2da Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Tue, 7 Apr 2009 19:02:48 +0200 Subject: [PATCH 044/190] Send the print job title to the previewer The previewer should know the print job title too, it could be included in the print settings file. Fixes bug #561345 --- gtk/gtkprintoperation-unix.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtkprintoperation-unix.c b/gtk/gtkprintoperation-unix.c index 875c5c0e25..6ec4ebdd8c 100644 --- a/gtk/gtkprintoperation-unix.c +++ b/gtk/gtkprintoperation-unix.c @@ -216,6 +216,8 @@ _gtk_print_operation_platform_backend_launch_preview (GtkPrintOperation *op, page_setup = gtk_print_context_get_page_setup (op->priv->print_context); gtk_page_setup_to_key_file (page_setup, key_file, NULL); + g_key_file_set_string (key_file, "Print Job", "title", op->priv->job_name); + data = g_key_file_to_data (key_file, &data_len, &error); if (!data) goto out; From fd513c3e1a653eb8dbe0b1a588c3ae21acc328e6 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 10 Apr 2009 22:12:35 +0200 Subject: [PATCH 045/190] Updated French translation --- po/fr.po | 172 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 91 insertions(+), 81 deletions(-) diff --git a/po/fr.po b/po/fr.po index 8483de0c7a..daf15fc787 100644 --- a/po/fr.po +++ b/po/fr.po @@ -18,8 +18,8 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-07 08:31+0200\n" -"PO-Revision-Date: 2009-04-07 08:35+0200\n" +"POT-Creation-Date: 2009-04-10 22:10+0200\n" +"PO-Revision-Date: 2009-04-10 22:11+0200\n" "Last-Translator: Claude Paroz \n" "Language-Team: GNOME French Team \n" "MIME-Version: 1.0\n" @@ -639,15 +639,15 @@ msgstr "Ce type d'image n'est actuellement pas pris en charge" msgid "Couldn't allocate memory for color profile" msgstr "Impossible d'allouer de la mémoire pour le profil de couleurs" -#: ../gdk-pixbuf/io-jasper.c:182 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Mémoire insuffisante pour ouvrir le fichier JPEG 2000" -#: ../gdk-pixbuf/io-jasper.c:264 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Impossible d'allouer de la mémoire pour le tampon de données d'image" -#: ../gdk-pixbuf/io-jasper.c:308 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Le format d'image JPEG 2000" @@ -695,7 +695,7 @@ msgstr "" "La qualité JPEG doit être une valeur entre 0 et 100 ; la valeur « %d » n'est " "pas autorisée." -#: ../gdk-pixbuf/io-jpeg.c:1309 ../gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Le format d'image JPEG" @@ -1207,46 +1207,46 @@ msgid_plural "Opening %d Items" msgstr[0] "Ouverture de %d élément" msgstr[1] "Ouverture de %d éléments" -#: ../gtk/gtkaboutdialog.c:267 ../gtk/gtkaboutdialog.c:2121 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licence" -#: ../gtk/gtkaboutdialog.c:268 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "La licence du programme" #. Add the credits button -#: ../gtk/gtkaboutdialog.c:508 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Crédits" #. Add the license button -#: ../gtk/gtkaboutdialog.c:522 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licence" -#: ../gtk/gtkaboutdialog.c:790 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "À propos de %s" -#: ../gtk/gtkaboutdialog.c:2045 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Crédits" -#: ../gtk/gtkaboutdialog.c:2074 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Écrit par" -#: ../gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documenté par" -#: ../gtk/gtkaboutdialog.c:2089 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Traduit par" -#: ../gtk/gtkaboutdialog.c:2093 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Graphisme par" @@ -1328,7 +1328,8 @@ msgstr "Fonction de type non valide à la ligne %d : « %s »" #: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "Identifiant d'objet « %s » dupliqué à la ligne %d (précédemment à la ligne %d)" +msgstr "" +"Identifiant d'objet « %s » dupliqué à la ligne %d (précédemment à la ligne %d)" #: ../gtk/gtkbuilderparser.c:853 #, c-format @@ -1577,11 +1578,11 @@ msgstr "" msgid "Color Selection" msgstr "Sélecteur de couleurs" -#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7766 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Méthodes de saisie" -#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7780 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Insérer un caractère de contrôle Unicode" @@ -2290,39 +2291,39 @@ msgstr "Options GTK+" msgid "Show GTK+ Options" msgstr "Affiche les options GTK+" -#: ../gtk/gtkmountoperation.c:463 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Se co_nnecter" -#: ../gtk/gtkmountoperation.c:530 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Se connecter _anonymement" -#: ../gtk/gtkmountoperation.c:539 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "_Se connecter en tant que :" -#: ../gtk/gtkmountoperation.c:577 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "Nom d'_utilisateur :" -#: ../gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domaine :" -#: ../gtk/gtkmountoperation.c:588 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "Mot de _passe :" -#: ../gtk/gtkmountoperation.c:606 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Oublier _immédiatement le mot de passe" -#: ../gtk/gtkmountoperation.c:616 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Se souvenir du mot de passe jusqu'à la _fin de la session" -#: ../gtk/gtkmountoperation.c:626 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Se souvenir pour _toujours" @@ -2393,7 +2394,7 @@ msgstr "_Taille du papier :" msgid "_Orientation:" msgstr "_Orientation :" -#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2681 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Mise en page" @@ -2539,15 +2540,15 @@ msgid "The most probable reason is that a temporary file could not be created." msgstr "" "La raison la plus probable est qu'un fichier temporaire n'a pas pu être créé." -#: ../gtk/gtkprintoperation-unix.c:242 +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Impossible de lancer l'aperçu" -#: ../gtk/gtkprintoperation-unix.c:280 +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Erreur lors de l'impression" -#: ../gtk/gtkprintoperation-unix.c:384 ../gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Application" @@ -2606,37 +2607,37 @@ msgstr "Identificateur non valide pour PrintDlgEx" msgid "Unspecified error" msgstr "Erreur non précisée" -#: ../gtk/gtkprintunixdialog.c:1763 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Imprimante" #. Translators: this is the header for the location column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1773 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Emplacement" #. Translators: this is the header for the printer status column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1784 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "État" -#: ../gtk/gtkprintunixdialog.c:1809 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Plage" -#: ../gtk/gtkprintunixdialog.c:1813 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Toutes les pages" -#: ../gtk/gtkprintunixdialog.c:1820 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Page act_uelle" -#: ../gtk/gtkprintunixdialog.c:1829 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Pag_es :" -#: ../gtk/gtkprintunixdialog.c:1830 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2644,127 +2645,132 @@ msgstr "" "Indiquez une ou plusieurs intervalles de pages,\n" "p. ex. 1-3, 7, 11" -#: ../gtk/gtkprintunixdialog.c:1851 +#: ../gtk/gtkprintunixdialog.c:1835 +msgid "Pages" +msgstr "Pages" + +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Copies" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: ../gtk/gtkprintunixdialog.c:1856 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Copie_s :" -#: ../gtk/gtkprintunixdialog.c:1874 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Rassembler" -#: ../gtk/gtkprintunixdialog.c:1882 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Inve_rser" -#: ../gtk/gtkprintunixdialog.c:1902 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Général" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: ../gtk/gtkprintunixdialog.c:2442 +#: ../gtk/gtkprintunixdialog.c:2439 #: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Ordre des pages" -#: ../gtk/gtkprintunixdialog.c:2448 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "De gauche à droite" -#: ../gtk/gtkprintunixdialog.c:2449 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "De droite à gauche" -#: ../gtk/gtkprintunixdialog.c:2518 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Agencement" -#: ../gtk/gtkprintunixdialog.c:2522 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Recto verso :" -#: ../gtk/gtkprintunixdialog.c:2537 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Pages par _côté :" -#: ../gtk/gtkprintunixdialog.c:2555 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Ordre des pages :" -#: ../gtk/gtkprintunixdialog.c:2571 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Imprimer _seulement :" #. In enum order -#: ../gtk/gtkprintunixdialog.c:2586 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Toutes les pages" -#: ../gtk/gtkprintunixdialog.c:2587 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Pages paires" -#: ../gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Pages impaires" -#: ../gtk/gtkprintunixdialog.c:2591 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "É_chelle :" -#: ../gtk/gtkprintunixdialog.c:2618 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papier" -#: ../gtk/gtkprintunixdialog.c:2622 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Type de papier :" -#: ../gtk/gtkprintunixdialog.c:2637 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Source du papier :" -#: ../gtk/gtkprintunixdialog.c:2652 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_Bac de sortie :" -#: ../gtk/gtkprintunixdialog.c:2706 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Détails de la tâche" -#: ../gtk/gtkprintunixdialog.c:2712 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "_Priorité :" -#: ../gtk/gtkprintunixdialog.c:2727 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Informations de _facturation :" -#: ../gtk/gtkprintunixdialog.c:2745 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Impression du document" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2754 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Maintenant" -#: ../gtk/gtkprintunixdialog.c:2765 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_À :" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: ../gtk/gtkprintunixdialog.c:2770 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2772,60 +2778,64 @@ msgstr "" "Indiquez l'heure de l'impression,\n" " par ex. 15:30, 14:15:20, etc." -#: ../gtk/gtkprintunixdialog.c:2791 +#: ../gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "Heure de l'impression" + +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "En _attente" -#: ../gtk/gtkprintunixdialog.c:2792 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Suspend la tâche jusqu'à ce qu'elle soit explicitement libérée" -#: ../gtk/gtkprintunixdialog.c:2812 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Ajout d'une page de couverture" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../gtk/gtkprintunixdialog.c:2821 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "A_vant :" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../gtk/gtkprintunixdialog.c:2839 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "A_près :" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2857 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Tâche" -#: ../gtk/gtkprintunixdialog.c:2923 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avancé" -#: ../gtk/gtkprintunixdialog.c:2958 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Qualité de l'image" -#: ../gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Couleur" -#: ../gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Finalisation" -#: ../gtk/gtkprintunixdialog.c:2974 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Certains paramètres dans la boîte de dialogue sont en conflit" -#: ../gtk/gtkprintunixdialog.c:2997 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Imprimer" From 8066cc1555fd4f27707f270e44eeea7ad7579630 Mon Sep 17 00:00:00 2001 From: Simos Xenitellis Date: Fri, 10 Apr 2009 23:29:14 +0100 Subject: [PATCH 046/190] Updated Greek translation --- po/el.po | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/po/el.po b/po/el.po index 4f2eba5013..cdeaedc5f9 100644 --- a/po/el.po +++ b/po/el.po @@ -29,7 +29,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-HEAD-po-el-3920.merged\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-08 20:24+0100\n" +"POT-Creation-Date: 2009-04-10 23:27+0100\n" "PO-Revision-Date: 2009-04-05 02:33+0100\n" "Last-Translator: Jennie Petoumenou \n" "Language-Team: Greek \n" @@ -2543,15 +2543,15 @@ msgstr "Σφάλμα κατά την παραγωγή της προεπισκό msgid "The most probable reason is that a temporary file could not be created." msgstr "Η πιθανότερη αιτία είναι η αδυναμία δημιουργίας προσωρινού αρχείου." -#: ../gtk/gtkprintoperation-unix.c:242 +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Σφάλμα κατά την εκκίνηση της προεπισκόπησης" -#: ../gtk/gtkprintoperation-unix.c:280 +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Σφάλμα κατά την εκτύπωση" -#: ../gtk/gtkprintoperation-unix.c:384 ../gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Εφαρμογή" @@ -2782,8 +2782,8 @@ msgstr "" "π.χ. 15:30, 2:35 μμ, 14:15:20, 11:46:30 πμ, 4 μμ" #: ../gtk/gtkprintunixdialog.c:2778 -msgid "At" -msgstr "Σε" +msgid "Time of print" +msgstr "Ώρα εκτύπωσης" #: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" @@ -5029,3 +5029,6 @@ msgstr "Εκτύπωση σε δοκιμαστικό εκτυπωτή" #, c-format msgid "Could not get information for file '%s': %s" msgstr "Αδυναμία λήψης πληροφοριών για το αρχείο '%s': %s" + +#~ msgid "At" +#~ msgstr "Σε" From d8da8dd4ffede861d53af88fa5034aab6d7d2beb Mon Sep 17 00:00:00 2001 From: MOROHOSHI Akihiko Date: Sat, 11 Apr 2009 01:34:22 -0400 Subject: [PATCH 047/190] Improve dialog handling in gtk-builder-convert Make gtk-builder-convert handle response ids in GtkFileChooserDialog correctly. (#557629) --- gtk/gtk-builder-convert | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtk-builder-convert b/gtk/gtk-builder-convert index 6406b108d0..c6b36578b5 100755 --- a/gtk/gtk-builder-convert +++ b/gtk/gtk-builder-convert @@ -42,10 +42,10 @@ import sys from xml.dom import minidom, Node -WINDOWS = ['GtkWindow', - 'GtkDialog', +DIALOGS = ['GtkDialog', 'GtkFileChooserDialog', 'GtkMessageDialog'] +WINDOWS = ['GtkWindow'] + DIALOGS # The subprocess is only available in Python 2.4+ try: @@ -499,7 +499,7 @@ class GtkBuilderConverter(object): return if (node.tagName == 'object' and - node.getAttribute('class') == 'GtkDialog'): + node.getAttribute('class') in DIALOGS): dialog = node break node = node.parentNode From e5af8c67a1dd210a5c31fe0625a689b1bd654895 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sat, 11 Apr 2009 01:42:07 -0400 Subject: [PATCH 048/190] Correct tutorial url in faq --- docs/faq/gtk-faq.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq/gtk-faq.sgml b/docs/faq/gtk-faq.sgml index 6b80590491..e1fd8934f9 100644 --- a/docs/faq/gtk-faq.sgml +++ b/docs/faq/gtk-faq.sgml @@ -824,8 +824,8 @@ However, bindings for many other languages are available. So, after you have installed GTK+ there are a couple of things that can ease you into developing applications with it. There is the GTK+ Tutorial -http://www.gtk.org/tutorial/, which is undergoing +url="http://library.gnome.org/devel/gtk-tutorial/stable/"> +http://library.gnome.org/devel/gtk-tutorial/stable/, which is undergoing development. This will introduce you to writing applications using C. From 7b2bda7c846404ee23cdfa076504b6b220f67d91 Mon Sep 17 00:00:00 2001 From: Bruce Cowan Date: Sat, 11 Apr 2009 01:44:35 -0400 Subject: [PATCH 049/190] Add GtkHSV in gtk.types to fix documentation --- docs/reference/gtk/gtk.types | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/gtk/gtk.types b/docs/reference/gtk/gtk.types index 68e2e52bfe..24dd79b285 100644 --- a/docs/reference/gtk/gtk.types +++ b/docs/reference/gtk/gtk.types @@ -72,6 +72,7 @@ gtk_hruler_get_type gtk_hscale_get_type gtk_hscrollbar_get_type gtk_hseparator_get_type +gtk_hsv_get_type gtk_icon_factory_get_type gtk_icon_theme_get_type gtk_icon_view_get_type From f07613bb121ee57717ea106b1d0bbba0a6a1242a Mon Sep 17 00:00:00 2001 From: Michael Chudobiak Date: Sat, 11 Apr 2009 01:47:29 -0400 Subject: [PATCH 050/190] Fix a small leak in GtkFileSelector --- gtk/gtkfilesel.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk/gtkfilesel.c b/gtk/gtkfilesel.c index 318e67aa38..0aa9f17d91 100644 --- a/gtk/gtkfilesel.c +++ b/gtk/gtkfilesel.c @@ -3005,14 +3005,16 @@ open_new_dir (gchar *dir_name, if (!sys_dir_name) { cmpl_errno = CMPL_ERRNO_DID_NOT_CONVERT; + g_free (sent); return NULL; } - + directory = g_dir_open (sys_dir_name, 0, &error); if (!directory) { cmpl_errno = error->code; /* ??? */ g_free (sys_dir_name); + g_free (sent); return NULL; } From db7d72c82fb33debd200c2ce2576048473e6f3bf Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 11 Apr 2009 01:53:32 -0400 Subject: [PATCH 051/190] Display localised accelerator keys also in OTHER mode This fixes bug 572797. --- gtk/gtkcellrendereraccel.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gtk/gtkcellrendereraccel.c b/gtk/gtkcellrendereraccel.c index 9b10d86035..306bc5e247 100644 --- a/gtk/gtkcellrendereraccel.c +++ b/gtk/gtkcellrendereraccel.c @@ -249,7 +249,10 @@ convert_keysym_state_to_string (GtkCellRendererAccel *accel, { gchar *name; - name = gtk_accelerator_name (keysym, mask); + name = gtk_accelerator_get_label (keysym, mask); + if (name == NULL) + name = gtk_accelerator_name (keysym, mask); + if (keysym == 0) { gchar *tmp; From 2c6db0bae2af32420a2cc97fda23fb33117051c1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 11 Apr 2009 11:40:30 -0400 Subject: [PATCH 052/190] Remove generated files --- .../reference/gdk-pixbuf/gdk-pixbuf-csource.1 | 6 +- .../gdk-pixbuf/gdk-pixbuf-query-loaders.1 | 6 +- docs/reference/gtk/gtk-builder-convert.1 | 6 +- docs/reference/gtk/gtk-query-immodules-2.0.1 | 6 +- docs/reference/gtk/gtk-update-icon-cache.1 | 78 ++++++++++++------- 5 files changed, 64 insertions(+), 38 deletions(-) diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-csource.1 b/docs/reference/gdk-pixbuf/gdk-pixbuf-csource.1 index 745abd8ef9..0902cf33f9 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf-csource.1 +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-csource.1 @@ -1,13 +1,13 @@ '\" t .\" Title: gdk-pixbuf-csource .\" Author: [see the "Author" section] -.\" Generator: DocBook XSL Stylesheets v1.74.2 -.\" Date: 03/02/2009 +.\" Generator: DocBook XSL Stylesheets v1.74.3 +.\" Date: 04/11/2009 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" -.TH "GDK\-PIXBUF\-CSOURCE" "1" "03/02/2009" "[FIXME: source]" "[FIXME: manual]" +.TH "GDK\-PIXBUF\-CSOURCE" "1" "04/11/2009" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.1 b/docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.1 index 56bacc5194..9e1953e0fc 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.1 +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.1 @@ -1,13 +1,13 @@ '\" t .\" Title: gdk-pixbuf-query-loaders .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.74.2 -.\" Date: 03/13/2009 +.\" Generator: DocBook XSL Stylesheets v1.74.3 +.\" Date: 04/11/2009 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" -.TH "GDK\-PIXBUF\-QUERY\-" "1" "03/13/2009" "[FIXME: source]" "[FIXME: manual]" +.TH "GDK\-PIXBUF\-QUERY\-" "1" "04/11/2009" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- diff --git a/docs/reference/gtk/gtk-builder-convert.1 b/docs/reference/gtk/gtk-builder-convert.1 index df2404a088..ec2665790e 100644 --- a/docs/reference/gtk/gtk-builder-convert.1 +++ b/docs/reference/gtk/gtk-builder-convert.1 @@ -1,13 +1,13 @@ '\" t .\" Title: gtk-builder-convert .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.74.2 -.\" Date: 03/13/2009 +.\" Generator: DocBook XSL Stylesheets v1.74.3 +.\" Date: 04/11/2009 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" -.TH "GTK\-BUILDER\-CONVER" "1" "03/13/2009" "[FIXME: source]" "[FIXME: manual]" +.TH "GTK\-BUILDER\-CONVER" "1" "04/11/2009" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- diff --git a/docs/reference/gtk/gtk-query-immodules-2.0.1 b/docs/reference/gtk/gtk-query-immodules-2.0.1 index e105e20bcf..83ff6f7337 100644 --- a/docs/reference/gtk/gtk-query-immodules-2.0.1 +++ b/docs/reference/gtk/gtk-query-immodules-2.0.1 @@ -1,13 +1,13 @@ '\" t .\" Title: gtk-query-immodules-2.0 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.74.2 -.\" Date: 03/13/2009 +.\" Generator: DocBook XSL Stylesheets v1.74.3 +.\" Date: 04/11/2009 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" -.TH "GTK\-QUERY\-IMMODULE" "1" "03/13/2009" "[FIXME: source]" "[FIXME: manual]" +.TH "GTK\-QUERY\-IMMODULE" "1" "04/11/2009" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- diff --git a/docs/reference/gtk/gtk-update-icon-cache.1 b/docs/reference/gtk/gtk-update-icon-cache.1 index ad488840cf..644a912199 100644 --- a/docs/reference/gtk/gtk-update-icon-cache.1 +++ b/docs/reference/gtk/gtk-update-icon-cache.1 @@ -1,51 +1,77 @@ -.\" ** You probably do not want to edit this file directly ** -.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). -.\" Instead of manually editing it, you probably should edit the DocBook XML -.\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GTK\-UPDATE\-ICON\-CACH" "1" "11/07/2005" "" "" +'\" t +.\" Title: gtk-update-icon-cache +.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] +.\" Generator: DocBook XSL Stylesheets v1.74.3 +.\" Date: 04/11/2009 +.\" Manual: [FIXME: manual] +.\" Source: [FIXME: source] +.\" Language: English +.\" +.TH "GTK\-UPDATE\-ICON\-C" "1" "04/11/2009" "[FIXME: source]" "[FIXME: manual]" +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- .SH "NAME" -gtk\-update\-icon\-cache \- Icon theme caching utility +gtk-update-icon-cache \- Icon theme caching utility .SH "SYNOPSIS" -.HP 22 -\fBgtk\-update\-icon\-cache\fR [\-\-force] [\-\-ignore\-theme\-index] [\-\-index\-only] [\-\-source\ [name]] [\-\-quiet] {iconpath} +.HP \w'\fBgtk\-update\-icon\-cache\fR\ 'u +\fBgtk\-update\-icon\-cache\fR [\-\-force] [\-\-ignore\-theme\-index] [\-\-index\-only] [\-\-source\ [name]] [\-\-quiet] [\-\-validate] {iconpath} .SH "DESCRIPTION" .PP \fBgtk\-update\-icon\-cache\fR -creates mmap()able cache files for icon themes. +creates mmap()able cache files for icon themes\&. .PP It expects to be given the path to a icon theme directory containing an -\fIindex.theme\fR, e.g. -\fI/usr/share/icons/hicolor\fR, and writes a -\fIicon\-theme.cache\fR -containing cached information about the icons in the directory tree below the given directory. +index\&.theme, e\&.g\&. +/usr/share/icons/hicolor, and writes a +icon\-theme\&.cache +containing cached information about the icons in the directory tree below the given directory\&. .PP GTK+ can use the cache files created by \fBgtk\-update\-icon\-cache\fR -to avoid a lot of system call and disk seek overhead when the application starts. Since the format of the cache files allows them to be mmap()ed shared between multiple applications, the overall memory consumption is reduced as well. +to avoid a lot of system call and disk seek overhead when the application starts\&. Since the format of the cache files allows them to be mmap()ed shared between multiple applications, the overall memory consumption is reduced as well\&. .SH "OPTIONS" -.TP +.PP \-\-force, \-f -Overwrite an existing cache file even if it appears to be uptodate. -.TP +.RS 4 +Overwrite an existing cache file even if it appears to be uptodate\&. +.RE +.PP \-\-ignore\-theme\-index, \-t -Don't check for the existence of 'index.theme' in the icon theme directory. Without this option, +.RS 4 +Don\'t check for the existence of \'index\&.theme\' in the icon theme directory\&. Without this option, \fBgtk\-update\-icon\-cache\fR -refuses to create an icon cache in a directory which does not appear to be the toplevel directory of an icon theme. -.TP +refuses to create an icon cache in a directory which does not appear to be the toplevel directory of an icon theme\&. +.RE +.PP \-\-index\-only, \-i -Don't include image data in the cache. -.TP +.RS 4 +Don\'t include image data in the cache\&. +.RE +.PP \-\-source, \-c +.RS 4 Output a C header file declaring a constant \fIname\fR -with the contents of the icon cache. -.TP +with the contents of the icon cache\&. +.RE +.PP \-\-quiet, \-q -Turn off verbose output. +.RS 4 +Turn off verbose output\&. +.RE +.PP +\-\-validate, \-v +.RS 4 +Validate existing icon cache\&. +.RE .SH "BUGS" .PP -None known yet. +None known yet\&. From b07c6616f88847f07dc4c441d2e93e6769462c69 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Sat, 11 Apr 2009 13:42:14 -0400 Subject: [PATCH 053/190] Minor file descriptor leak in testgtk Added a missing fclose. Bug #578366. --- demos/testgtk/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/demos/testgtk/main.c b/demos/testgtk/main.c index f21c0f80a8..69c872a2b6 100644 --- a/demos/testgtk/main.c +++ b/demos/testgtk/main.c @@ -189,6 +189,7 @@ load_file (const gchar *filename) gtk_text_buffer_get_bounds (source_buffer, &start, &end); gtk_text_buffer_apply_tag_by_name (info_buffer, "source", &start, &end); + fclose (file); } gboolean From bfb8eed29231468daa2db17dd3d3099aa9334901 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 11 Apr 2009 15:52:28 -0400 Subject: [PATCH 054/190] Update for 2.16.1 --- NEWS | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/NEWS b/NEWS index 1a993aa744..0019b138e4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,71 @@ +Overview of Changes from GTK+ 2.16.0 to 2.16.1 +============================================== + +* GtkBuilder: + - Accessible action names can now be marked as translatable. + - gtk-builder-convert correctly handles response ids in all dialogs. + - gtk-builder-convert warns about duplicate ids. + +* GDK: + - GDK no longer refuses to work on 30-bit visuals + +* Win32: + - The appearance of GTK+ menus on Vista has been improved. + +* Bugs fixed: + 575700 Crash when moving a GtkWindow + 574283 unused assignment and dead code in gtk_widget_set_tooltip_window + 538840 [Win32] GTK menu theming could be improved + 576254 requires attribute "id" + 576306 gdkscreen.c: get_nearest_monitor too simple... + 437533 Implement draw_shape PangoRenderer method + 577224 crash when setting new icon after setting icon... + 576150 Doc bug for GtkMenuPositionFunc + 562863 GtkVscrollbar is hardly documented + 575644 Cygwin gail build patch + 571374 Add 30-bit visuals to the list of supported depths + 577650 gtkitemfactory.h fails to compile + 578094 ProcessIdToSessionId needs to be declared as WINAPI + 518642 Custom tags and translatable content + 532858 segv setting GBoxed subclass + 557629 Response ID not converted for GtkFileChooserDialog + 577789 about dialogue doesn't linkify licence text + 577824 empathy_chat_window_init: GClosure is leaked + 577964 Page Range entry is not accessible + 578221 Assertion warning `GTK_IS_TEXT_LAYOUT (layout)' failed + 578271 PageSetup should be sent to the previewer + 578276 gtk-builder-convert improperly converts GtkComboBox + 578290 two memory leaks + 578354 Memory leak in gdkscreen-x11 + 578365 GtkMountOperation does not allow passwordless mount of sf... + 578366 file descriptor leak + 573922 Using NET_WM_USER_TIME even if startup notification times... + 561345 Title of Print Preview window should not be previewXXXXXX... + 577868 about dialogue changes appearance on style-set (change th... + 572797 GtkCellRendererAccel display string i18n in OTHER mode + +* Updated translations: + Arabic + Assamese + Basque + Bulgarian + Crimean Tatar + Danish + Galician + German + Greek + Gujarati + Japanese + Kannada + Malayalam + Marathi + Oriya + Pashto + Russian + Spanish + Telugu + Turkish + Overview of Changes from GTK+ 2.15.5 to 2.16.0 ============================================== From 33857adc7dbf01f056a9c38d639194a4f4ba1498 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 11 Apr 2009 15:54:33 -0400 Subject: [PATCH 055/190] Remove generated files --- .../reference/gdk-pixbuf/gdk-pixbuf-csource.1 | 138 ------------------ .../gdk-pixbuf/gdk-pixbuf-query-loaders.1 | 50 ------- docs/reference/gtk/gtk-builder-convert.1 | 51 ------- docs/reference/gtk/gtk-query-immodules-2.0.1 | 43 ------ docs/reference/gtk/gtk-update-icon-cache.1 | 77 ---------- 5 files changed, 359 deletions(-) delete mode 100644 docs/reference/gdk-pixbuf/gdk-pixbuf-csource.1 delete mode 100644 docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.1 delete mode 100644 docs/reference/gtk/gtk-builder-convert.1 delete mode 100644 docs/reference/gtk/gtk-query-immodules-2.0.1 delete mode 100644 docs/reference/gtk/gtk-update-icon-cache.1 diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-csource.1 b/docs/reference/gdk-pixbuf/gdk-pixbuf-csource.1 deleted file mode 100644 index 0902cf33f9..0000000000 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf-csource.1 +++ /dev/null @@ -1,138 +0,0 @@ -'\" t -.\" Title: gdk-pixbuf-csource -.\" Author: [see the "Author" section] -.\" Generator: DocBook XSL Stylesheets v1.74.3 -.\" Date: 04/11/2009 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] -.\" Language: English -.\" -.TH "GDK\-PIXBUF\-CSOURCE" "1" "04/11/2009" "[FIXME: source]" "[FIXME: manual]" -.\" ----------------------------------------------------------------- -.\" * set default formatting -.\" ----------------------------------------------------------------- -.\" disable hyphenation -.nh -.\" disable justification (adjust text to left margin only) -.ad l -.\" ----------------------------------------------------------------- -.\" * MAIN CONTENT STARTS HERE * -.\" ----------------------------------------------------------------- -.SH "NAME" -gdk-pixbuf-csource \- C code generation utility for GdkPixbuf images -.SH "SYNOPSIS" -.HP \w'\fBgdk\-pixbuf\-csource\fR\ 'u -\fBgdk\-pixbuf\-csource\fR [options] [image] -.HP \w'\fBgdk\-pixbuf\-csource\fR\ 'u -\fBgdk\-pixbuf\-csource\fR [options] \-\-build\-list [[name]\ [image]...] -.SH "DESCRIPTION" -.PP - -\fBgdk\-pixbuf\-csource\fR -is a small utility that generates C code containing images, useful for compiling images directly into programs\&. -.SH "INVOCATION" -.PP - -\fBgdk\-pixbuf\-csource\fR -either takes as input one image file name to generate code for, or, using the -\fB\-\-build\-list\fR -option, a list of (\fIname\fR, -\fIimage\fR) pairs to generate code for a list of images into named variables\&. -.SS "Options" -.PP -\fB\-\-stream\fR -.RS 4 -Generate pixbuf data stream (a single string containing a serialized -GdkPixdata -structure in network byte order)\&. -.RE -.PP -\fB\-\-struct\fR -.RS 4 -Generate GdkPixdata structure (needs the -GdkPixdata -structure definition from -gdk\-pixdata\&.h)\&. -.RE -.PP -\fB\-\-macros\fR -.RS 4 -Generate *_ROWSTRIDE, *_WIDTH, *_HEIGHT, *_BYTES_PER_PIXEL and *_RLE_PIXEL_DATA or *_PIXEL_DATA macro definitions for the image\&. -.RE -.PP -\fB\-\-rle\fR -.RS 4 -Enables run\-length encoding for the generated pixel data (default)\&. -.RE -.PP -\fB\-\-raw\fR -.RS 4 -Disables run\-length encoding for the generated pixel data\&. -.RE -.PP -\fB\-\-extern\fR -.RS 4 -Generate extern symbols\&. -.RE -.PP -\fB\-\-static\fR -.RS 4 -Generate static symbols (default)\&. -.RE -.PP -\fB\-\-decoder\fR -.RS 4 -Provide a *_RUN_LENGTH_DECODE(image_buf, rle_data, size, bpp) macro definition to decode run\-length encoded image data\&. -.RE -.PP -\fB\-\-name=identifier\fR -.RS 4 -Specifies the identifier name (prefix) for the generated variables or macros (useful only if -\fB\-\-build\-list\fR -was not specified)\&. -.RE -.PP -\fB\-\-build\-list\fR -.RS 4 -Enables (\fIname\fR, -\fIimage\fR) pair parsing mode\&. -.RE -.PP -\fB\-h\fR, \fB\-\-help\fR -.RS 4 -Print brief help and exit\&. -.RE -.PP -\fB\-v\fR, \fB\-\-version\fR -.RS 4 -Print version and exit\&. -.RE -.PP -\fB\-\-g\-fatal\-warnings\fR -.RS 4 -Make warnings fatal (causes the program to abort)\&. -.RE -.SH "SEE ALSO" -.PP -The -GdkPixbuf -documentation, shipped with the Gtk+ distribution, available from -\m[blue]\fBwww\&.gtk\&.org\fR\m[]\&\s-2\u[1]\d\s+2\&. -.SH "BUGS" -.PP -The runlength encoder gets out of sync with the pixel boundaries, since it includes the rowstride padding in the encoded stream\&. Furthermore, it generates pixbufs with suboptimal rowstride in some cases\&. -.SH "AUTHOR" -.PP - -\fBgdk\-pixbuf\-csource\fR -was written by Tim Janik -timj@gtk\&.org\&. -.PP -This manual page was provided by Tim Janik -timj@gtk\&.org\&. -.SH "NOTES" -.IP " 1." 4 -www.gtk.org -.RS 4 -\%http://www.gtk.org -.RE diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.1 b/docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.1 deleted file mode 100644 index 9e1953e0fc..0000000000 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.1 +++ /dev/null @@ -1,50 +0,0 @@ -'\" t -.\" Title: gdk-pixbuf-query-loaders -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.74.3 -.\" Date: 04/11/2009 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] -.\" Language: English -.\" -.TH "GDK\-PIXBUF\-QUERY\-" "1" "04/11/2009" "[FIXME: source]" "[FIXME: manual]" -.\" ----------------------------------------------------------------- -.\" * set default formatting -.\" ----------------------------------------------------------------- -.\" disable hyphenation -.nh -.\" disable justification (adjust text to left margin only) -.ad l -.\" ----------------------------------------------------------------- -.\" * MAIN CONTENT STARTS HERE * -.\" ----------------------------------------------------------------- -.SH "NAME" -gdk-pixbuf-query-loaders \- GdkPixbuf loader registration utility -.SH "SYNOPSIS" -.HP \w'\fBgdk\-pixbuf\-query\-loaders\fR\ 'u -\fBgdk\-pixbuf\-query\-loaders\fR [module...] -.SH "DESCRIPTION" -.PP - -\fBgdk\-pixbuf\-query\-loaders\fR -collects information about loadable modules for -gdk\-pixbuf -and writes it to -stdout\&. -.PP -If called without arguments, it looks for modules in the -gdk\-pixbuf -loader directory\&. -.PP -If called with arguments, it looks for the specified modules\&. The arguments may be absolute or relative paths\&. -.SH "ENVIRONMENT" -.PP -The environment variable -\fBGDK_PIXBUF_MODULEDIR\fR -can be used to specify a different loader directory\&. The default -gdk\-pixbuf -loader directory is -\fIlibdir\fR/gtk\-2\&.0/\fIversion\fR/loaders\&. -.SH "BUGS" -.PP -None known yet\&. diff --git a/docs/reference/gtk/gtk-builder-convert.1 b/docs/reference/gtk/gtk-builder-convert.1 deleted file mode 100644 index ec2665790e..0000000000 --- a/docs/reference/gtk/gtk-builder-convert.1 +++ /dev/null @@ -1,51 +0,0 @@ -'\" t -.\" Title: gtk-builder-convert -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.74.3 -.\" Date: 04/11/2009 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] -.\" Language: English -.\" -.TH "GTK\-BUILDER\-CONVER" "1" "04/11/2009" "[FIXME: source]" "[FIXME: manual]" -.\" ----------------------------------------------------------------- -.\" * set default formatting -.\" ----------------------------------------------------------------- -.\" disable hyphenation -.nh -.\" disable justification (adjust text to left margin only) -.ad l -.\" ----------------------------------------------------------------- -.\" * MAIN CONTENT STARTS HERE * -.\" ----------------------------------------------------------------- -.SH "NAME" -gtk-builder-convert \- Glade file conversion utility -.SH "SYNOPSIS" -.HP \w'\fBgtk\-builder\-convert\fR\ 'u -\fBgtk\-builder\-convert\fR [\-\-skip\-windows] [\-\-root\ \fIname\fR] {input} {output} -.SH "DESCRIPTION" -.PP -\fBgtk\-builder\-convert\fR -converts glade files into XML files which can be loaded with GtkBuilder\&. -.PP -It expects the name of a glade file as the first argument, and writes its output the file specified as the second argument\&. -.SH "OPTIONS" -.PP -\-\-skip\-windows, \-w -.RS 4 -Convert everything but GtkWindow subclasses\&. -.RE -.PP -\-\-root, \-r -.RS 4 -Convert only the widget named -\fIname\fR -and its children\&. -.RE -.SH "BUGS" -.PP -Toolbars are not handled\&. -.PP -Support for accessibility is not yet implemented\&. -.PP -The script requires a python interpreter to run\&. diff --git a/docs/reference/gtk/gtk-query-immodules-2.0.1 b/docs/reference/gtk/gtk-query-immodules-2.0.1 deleted file mode 100644 index 83ff6f7337..0000000000 --- a/docs/reference/gtk/gtk-query-immodules-2.0.1 +++ /dev/null @@ -1,43 +0,0 @@ -'\" t -.\" Title: gtk-query-immodules-2.0 -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.74.3 -.\" Date: 04/11/2009 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] -.\" Language: English -.\" -.TH "GTK\-QUERY\-IMMODULE" "1" "04/11/2009" "[FIXME: source]" "[FIXME: manual]" -.\" ----------------------------------------------------------------- -.\" * set default formatting -.\" ----------------------------------------------------------------- -.\" disable hyphenation -.nh -.\" disable justification (adjust text to left margin only) -.ad l -.\" ----------------------------------------------------------------- -.\" * MAIN CONTENT STARTS HERE * -.\" ----------------------------------------------------------------- -.SH "NAME" -gtk-query-immodules-2.0 \- Input method module registration utility -.SH "SYNOPSIS" -.HP \w'\fBgtk\-query\-immodules\-2\&.0\fR\ 'u -\fBgtk\-query\-immodules\-2\&.0\fR [module...] -.SH "DESCRIPTION" -.PP - -\fBgtk\-query\-immodules\-2\&.0\fR -collects information about loadable input method modules for GTK+ and writes it to -stdout\&. -.PP -If called without arguments, it looks for modules in the GTK+ input method module path\&. -.PP -If called with arguments, it looks for the specified modules\&. The arguments may be absolute or relative paths\&. -.SH "ENVIRONMENT" -.PP -The environment variable -\fBGTK_PATH\fR -can be used to prepend directories to the input method module path\&. -.SH "BUGS" -.PP -None known yet\&. diff --git a/docs/reference/gtk/gtk-update-icon-cache.1 b/docs/reference/gtk/gtk-update-icon-cache.1 deleted file mode 100644 index 644a912199..0000000000 --- a/docs/reference/gtk/gtk-update-icon-cache.1 +++ /dev/null @@ -1,77 +0,0 @@ -'\" t -.\" Title: gtk-update-icon-cache -.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] -.\" Generator: DocBook XSL Stylesheets v1.74.3 -.\" Date: 04/11/2009 -.\" Manual: [FIXME: manual] -.\" Source: [FIXME: source] -.\" Language: English -.\" -.TH "GTK\-UPDATE\-ICON\-C" "1" "04/11/2009" "[FIXME: source]" "[FIXME: manual]" -.\" ----------------------------------------------------------------- -.\" * set default formatting -.\" ----------------------------------------------------------------- -.\" disable hyphenation -.nh -.\" disable justification (adjust text to left margin only) -.ad l -.\" ----------------------------------------------------------------- -.\" * MAIN CONTENT STARTS HERE * -.\" ----------------------------------------------------------------- -.SH "NAME" -gtk-update-icon-cache \- Icon theme caching utility -.SH "SYNOPSIS" -.HP \w'\fBgtk\-update\-icon\-cache\fR\ 'u -\fBgtk\-update\-icon\-cache\fR [\-\-force] [\-\-ignore\-theme\-index] [\-\-index\-only] [\-\-source\ [name]] [\-\-quiet] [\-\-validate] {iconpath} -.SH "DESCRIPTION" -.PP -\fBgtk\-update\-icon\-cache\fR -creates mmap()able cache files for icon themes\&. -.PP -It expects to be given the path to a icon theme directory containing an -index\&.theme, e\&.g\&. -/usr/share/icons/hicolor, and writes a -icon\-theme\&.cache -containing cached information about the icons in the directory tree below the given directory\&. -.PP -GTK+ can use the cache files created by -\fBgtk\-update\-icon\-cache\fR -to avoid a lot of system call and disk seek overhead when the application starts\&. Since the format of the cache files allows them to be mmap()ed shared between multiple applications, the overall memory consumption is reduced as well\&. -.SH "OPTIONS" -.PP -\-\-force, \-f -.RS 4 -Overwrite an existing cache file even if it appears to be uptodate\&. -.RE -.PP -\-\-ignore\-theme\-index, \-t -.RS 4 -Don\'t check for the existence of \'index\&.theme\' in the icon theme directory\&. Without this option, -\fBgtk\-update\-icon\-cache\fR -refuses to create an icon cache in a directory which does not appear to be the toplevel directory of an icon theme\&. -.RE -.PP -\-\-index\-only, \-i -.RS 4 -Don\'t include image data in the cache\&. -.RE -.PP -\-\-source, \-c -.RS 4 -Output a C header file declaring a constant -\fIname\fR -with the contents of the icon cache\&. -.RE -.PP -\-\-quiet, \-q -.RS 4 -Turn off verbose output\&. -.RE -.PP -\-\-validate, \-v -.RS 4 -Validate existing icon cache\&. -.RE -.SH "BUGS" -.PP -None known yet\&. From 035be761f4df2d41bb1684bba77cb87758af9c05 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 11 Apr 2009 18:05:34 -0400 Subject: [PATCH 056/190] Release 2.16.1 --- Makefile.am | 5 + docs/reference/gtk/tmpl/gtkhsv.sgml | 16 +- po-properties/af.po | 186 +- po-properties/am.po | 186 +- po-properties/ang.po | 186 +- po-properties/ar.po | 186 +- po-properties/as.po | 580 ++-- po-properties/ast.po | 186 +- po-properties/az.po | 186 +- po-properties/az_IR.po | 186 +- po-properties/be.po | 186 +- po-properties/be@latin.po | 186 +- po-properties/bg.po | 3392 ++++++++++---------- po-properties/bn.po | 186 +- po-properties/bn_IN.po | 186 +- po-properties/br.po | 186 +- po-properties/bs.po | 186 +- po-properties/ca.po | 186 +- po-properties/ca@valencia.po | 186 +- po-properties/crh.po | 3720 +++++++++++----------- po-properties/cs.po | 186 +- po-properties/cy.po | 186 +- po-properties/da.po | 3392 ++++++++++---------- po-properties/de.po | 3392 ++++++++++---------- po-properties/dz.po | 186 +- po-properties/el.po | 3392 ++++++++++---------- po-properties/en_CA.po | 186 +- po-properties/en_GB.po | 186 +- po-properties/eo.po | 186 +- po-properties/es.po | 186 +- po-properties/et.po | 186 +- po-properties/eu.po | 3723 +++++++++++----------- po-properties/fa.po | 186 +- po-properties/fi.po | 186 +- po-properties/fr.po | 186 +- po-properties/ga.po | 186 +- po-properties/gl.po | 3392 ++++++++++---------- po-properties/gu.po | 3567 +++++++++++---------- po-properties/he.po | 186 +- po-properties/hi.po | 186 +- po-properties/hr.po | 186 +- po-properties/hu.po | 186 +- po-properties/hy.po | 186 +- po-properties/ia.po | 186 +- po-properties/id.po | 186 +- po-properties/io.po | 186 +- po-properties/is.po | 186 +- po-properties/it.po | 186 +- po-properties/ja.po | 3392 ++++++++++---------- po-properties/ka.po | 186 +- po-properties/kn.po | 3937 ++++++++++++----------- po-properties/ko.po | 186 +- po-properties/ku.po | 186 +- po-properties/li.po | 186 +- po-properties/lt.po | 186 +- po-properties/lv.po | 186 +- po-properties/mai.po | 186 +- po-properties/mi.po | 186 +- po-properties/mk.po | 186 +- po-properties/ml.po | 186 +- po-properties/mn.po | 186 +- po-properties/mr.po | 3579 ++++++++++----------- po-properties/ms.po | 186 +- po-properties/nb.po | 186 +- po-properties/ne.po | 186 +- po-properties/nl.po | 186 +- po-properties/nn.po | 186 +- po-properties/nso.po | 186 +- po-properties/oc.po | 186 +- po-properties/or.po | 3567 ++++++++++----------- po-properties/pa.po | 3395 ++++++++++---------- po-properties/pl.po | 186 +- po-properties/ps.po | 186 +- po-properties/pt.po | 186 +- po-properties/pt_BR.po | 186 +- po-properties/ro.po | 186 +- po-properties/ru.po | 3470 ++++++++++---------- po-properties/rw.po | 186 +- po-properties/si.po | 186 +- po-properties/sk.po | 186 +- po-properties/sl.po | 4601 ++++++++++++++------------- po-properties/sq.po | 186 +- po-properties/sr.po | 186 +- po-properties/sr@ije.po | 186 +- po-properties/sr@latin.po | 186 +- po-properties/sv.po | 186 +- po-properties/ta.po | 4477 +++++++++++++------------- po-properties/te.po | 251 +- po-properties/th.po | 186 +- po-properties/tk.po | 186 +- po-properties/tr.po | 3392 ++++++++++---------- po-properties/tt.po | 186 +- po-properties/uk.po | 186 +- po-properties/ur.po | 186 +- po-properties/uz.po | 186 +- po-properties/uz@cyrillic.po | 186 +- po-properties/vi.po | 186 +- po-properties/wa.po | 186 +- po-properties/xh.po | 186 +- po-properties/yi.po | 186 +- po-properties/zh_CN.po | 3395 ++++++++++---------- po-properties/zh_HK.po | 186 +- po-properties/zh_TW.po | 186 +- po/af.po | 191 +- po/am.po | 191 +- po/ang.po | 191 +- po/ar.po | 2087 ++++++------ po/as.po | 193 +- po/ast.po | 193 +- po/az.po | 191 +- po/az_IR.po | 190 +- po/be.po | 191 +- po/be@latin.po | 193 +- po/bg.po | 193 +- po/bn.po | 191 +- po/bn_IN.po | 193 +- po/br.po | 191 +- po/bs.po | 191 +- po/ca.po | 193 +- po/ca@valencia.po | 193 +- po/crh.po | 2141 +++++++------ po/cs.po | 193 +- po/cy.po | 191 +- po/da.po | 2084 ++++++------ po/de.po | 2087 ++++++------ po/dz.po | 191 +- po/el.po | 2069 ++++++------ po/en_CA.po | 193 +- po/en_GB.po | 193 +- po/eo.po | 191 +- po/es.po | 2081 ++++++------ po/et.po | 193 +- po/eu.po | 193 +- po/fa.po | 191 +- po/fi.po | 193 +- po/fr.po | 2069 ++++++------ po/ga.po | 193 +- po/gl.po | 2084 ++++++------ po/gu.po | 193 +- po/he.po | 193 +- po/hi.po | 193 +- po/hr.po | 191 +- po/hu.po | 193 +- po/hy.po | 191 +- po/ia.po | 191 +- po/id.po | 193 +- po/io.po | 191 +- po/is.po | 191 +- po/it.po | 2079 ++++++------ po/ja.po | 193 +- po/ka.po | 193 +- po/kn.po | 193 +- po/ko.po | 193 +- po/ku.po | 193 +- po/li.po | 191 +- po/lt.po | 193 +- po/lv.po | 193 +- po/mai.po | 193 +- po/mi.po | 191 +- po/mk.po | 193 +- po/ml.po | 274 +- po/mn.po | 192 +- po/mr.po | 2137 +++++++------ po/ms.po | 191 +- po/nb.po | 193 +- po/ne.po | 191 +- po/nl.po | 193 +- po/nn.po | 194 +- po/nso.po | 191 +- po/oc.po | 191 +- po/or.po | 193 +- po/pa.po | 193 +- po/pl.po | 193 +- po/ps.po | 2085 ++++++------ po/pt.po | 193 +- po/pt_BR.po | 193 +- po/ro.po | 193 +- po/ru.po | 2103 ++++++------ po/rw.po | 192 +- po/si.po | 191 +- po/sk.po | 193 +- po/sl.po | 193 +- po/sq.po | 193 +- po/sr.po | 193 +- po/sr@ije.po | 191 +- po/sr@latin.po | 193 +- po/sv.po | 193 +- po/ta.po | 193 +- po/te.po | 193 +- po/th.po | 193 +- po/tk.po | 191 +- po/tr.po | 2084 ++++++------ po/tt.po | 191 +- po/uk.po | 193 +- po/ur.po | 190 +- po/uz.po | 191 +- po/uz@cyrillic.po | 191 +- po/vi.po | 193 +- po/wa.po | 191 +- po/xh.po | 191 +- po/yi.po | 191 +- po/zh_CN.po | 2087 ++++++------ po/zh_HK.po | 193 +- po/zh_TW.po | 193 +- 204 files changed, 64545 insertions(+), 62626 deletions(-) diff --git a/Makefile.am b/Makefile.am index e1bd48e8ad..7264d564c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -155,6 +155,11 @@ DISTCLEANFILES = \ gail-uninstalled.pc \ config.lt +distclean-local: + if test $(srdcir) = .; then :; else \ + rm -f ChangeLog; \ + fi + ChangeLog: @echo Creating $@ @if test -d "$(srcdir)/.git"; then \ diff --git a/docs/reference/gtk/tmpl/gtkhsv.sgml b/docs/reference/gtk/tmpl/gtkhsv.sgml index 1c2c2f4c67..999a74347b 100644 --- a/docs/reference/gtk/tmpl/gtkhsv.sgml +++ b/docs/reference/gtk/tmpl/gtkhsv.sgml @@ -35,7 +35,21 @@ saturation. -@parent_instance: + + + + + + +@hsv: the object which received the signal. + + + + + + +@hsv: the object which received the signal. +@arg1: diff --git a/po-properties/af.po b/po-properties/af.po index 9935d930fa..55de4f0a5b 100644 --- a/po-properties/af.po +++ b/po-properties/af.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties 2.6-branch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2004-03-30 17:02+0200\n" "Last-Translator: Zuza Software Foundation \n" "Language-Team: Afrikaans \n" @@ -90,12 +90,12 @@ msgstr "Verstekvertoon" msgid "The default display for GDK" msgstr "Die verstekvertoon vir GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Skerm" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 #, fuzzy msgid "the GdkScreen for the renderer" msgstr "Die model vir die boomaansig" @@ -120,121 +120,121 @@ msgstr "Fontpunte" msgid "The resolution for fonts on the screen" msgstr "Hoe die strekking op die skerm moet bygewerk word" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 #, fuzzy msgid "Program name" msgstr "Merkernaam" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 #, fuzzy msgid "The version of the program" msgstr "Die oriëntering van die nutsbalk" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 #, fuzzy msgid "Comments string" msgstr "Kolomspasiëring" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 #, fuzzy msgid "Website label" msgstr "Gebruik grootte in etiket" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 #, fuzzy msgid "List of authors of the program" msgstr "Die oriëntering van die nutsbalk" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 #, fuzzy msgid "Logo Icon Name" msgstr "Fontnaam" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 #, fuzzy msgid "Wrap license" msgstr "Omvoumodusstel" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 #, fuzzy msgid "Whether to wrap the license text." msgstr "Of die teks deurgehaal moet word" @@ -311,7 +311,7 @@ msgid "The GIcon being displayed" msgstr "Ikonstel wat vertoon moet word" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "Fontnaam" @@ -419,7 +419,7 @@ msgid "Whether the action group is visible." msgstr "Of die aksiegroep sigbaar is." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Waarde" @@ -1290,7 +1290,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Of die grens vertoon moet word of nie" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikon" @@ -1352,7 +1352,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Oriëntering en groeirigting van die vorderingstaaf" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Verstelling" @@ -3218,7 +3218,7 @@ msgstr "Ikonstel" msgid "Icon set to display" msgstr "Ikonstel wat vertoon moet word" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Ikongrootte" @@ -3289,7 +3289,7 @@ msgstr "Vertoon kieslysbeelde" msgid "Whether images should be shown in menus" msgstr "Of beelde in kieslyste vertoon moet word" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Die skerm waarop hierdie venster vertoon sal word" @@ -5010,28 +5010,28 @@ msgstr "Waardespasiëring" msgid "Space between value text and the slider/trough area" msgstr "Ruimte tussen waardeteks en die skuifknoppie/trog-streek" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Die waarde van die aanpassing" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Nutsbalkikongrootte" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "Die GtkAdjustment wat die huidige waarde van hierdie reikobjek bevat" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Ikon" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Fontnaam" @@ -6825,7 +6825,7 @@ msgstr "Stippelpatroon wat gebruik moet word om die fokusaanwyser te teken" msgid "Whether to display the column" msgstr "Of die kolom vertoon moet word" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Skaleerbaar" @@ -7257,49 +7257,49 @@ msgstr "Vertikalerolstaaf-beleid" msgid "The length of vertical scroll arrows" msgstr "Wanneer die vertikale rolstaaf vertoon word" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Venstersoort" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Die soort venster" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Venstertitel" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Die titel van die venster" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Vensterrol" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Unieke identifiseerder vir die venster wat gebruik moet word wanneer 'n " "sessie herstel word" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Groep" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 #, fuzzy msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Unieke identifiseerder vir die venster wat gebruik moet word wanneer 'n " "sessie herstel word" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Laat verklein toe" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7308,24 +7308,24 @@ msgstr "" "Indien WAAR het die venster geen minimum grootte nie Om dié waarde op WAAR " "te stel is 99% van die tyd 'n slegte idee" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Laat vergroot toe" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Indien WAAR kan gebruikers die venster buite die minimum grootte vergroot" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Indien WAAR kan gebruikers die venster skaleer" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modaal" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7333,73 +7333,73 @@ msgstr "" "Indien WAAR is die venster modaal (ander vensters is nie bruikbaar terwyl " "hierdie een op is nie)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Vensterposisie" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Die aanvanklike posisie van die venster" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Verstekwydte" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Die verstekwydte van die venster, gebruik wanneer die venster aanvanklik " "vertoon word" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Verstekhoogte" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "Die verstekhoogte van die venster, gebruik wanneer die venster aanvanklik " "vertoon word" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Vernietig met ouer" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Of hierdie venster vernietig moet word wanneer die ouer vernietig word" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Ikon vir die venster" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 #, fuzzy msgid "Name of the themed icon for this window" msgstr "Ikon vir die venster" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Is aktief" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Of die bokant die huidige aktiewe venster is" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Fokus in bokant" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Of die toevoerfokus binne hierdie GtkWindow is" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Soort wenk" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7407,89 +7407,89 @@ msgstr "" "Wenk om die werkskermomgewing te laat begryp watter soort venster dit is en " "hoe om dit te hanteer." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Slaan taakbalk oor" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "WAAR indien die venster nie in die taakbalk moet wees nie." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Slaan roeper oor" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "WAAR indien die venster nie in die roeper moet wees nie." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 #, fuzzy msgid "TRUE if the window should be brought to the user's attention." msgstr "WAAR indien die venster nie in die roeper moet wees nie." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Aanvaar fokus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "WAAR indien die venster die toevoerfokus moet ontvang." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 #, fuzzy msgid "Focus on map" msgstr "Fokus op kliek" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 #, fuzzy msgid "TRUE if the window should receive the input focus when mapped." msgstr "WAAR indien die venster die toevoerfokus moet ontvang." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Versier" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Of die venster deur die vensterbestuurder versier moet word" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "Kiesbaar" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 #, fuzzy msgid "Whether the window frame should have a close button" msgstr "Of die venster deur die vensterbestuurder versier moet word" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravitasie" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Die venstergravitasie van die venster" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Die knoppies wat in die boodskapdialoog vertoon word" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Die soort venster" diff --git a/po-properties/am.po b/po-properties/am.po index 70c9ccfee3..33781c07b4 100644 --- a/po-properties/am.po +++ b/po-properties/am.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2003-01-14 11:02+EDT\n" "Last-Translator: Ge'ez Frontier Foundation \n" "Language-Team: Amharic \n" @@ -91,12 +91,12 @@ msgstr "" msgid "The default display for GDK" msgstr "" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "እስክሪን" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -116,117 +116,117 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 #, fuzzy msgid "The version of the program" msgstr "የጽሑፉ መለያ" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 #, fuzzy msgid "List of authors of the program" msgstr "የጽሑፉ መለያ" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 #, fuzzy msgid "Logo Icon Name" msgstr "የፊደሉ ቅርጽ ስም" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -302,7 +302,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "የፊደሉ ቅርጽ ስም" @@ -404,7 +404,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "ዕሴት" @@ -1247,7 +1247,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "ምልክት" @@ -1305,7 +1305,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -3082,7 +3082,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "የምልክት መጠን" @@ -3149,7 +3149,7 @@ msgstr "ማስረጊያዎች አሳይ" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4750,27 +4750,27 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "የጽሑፉ መለያ" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "የምልክት መጠን" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "ምልክት" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "የፊደሉ ቅርጽ ስም" @@ -6438,7 +6438,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6849,220 +6849,220 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "የመስኮት ዓይነት" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "የመስኮቱ ዓይነት" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "የመስኮት አርእስት" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "የመስኮቱ አርእስት" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 #, fuzzy msgid "Window Role" msgstr "የመስኮት አርእስት" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "መድረክ" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "አዛምድ" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "የመስኮት ቦታ" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "የነበረው ስፋት" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "የነበረው እርዝማኔ" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "ምልክት ለዚህን መስኮት" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 #, fuzzy msgid "Name of the themed icon for this window" msgstr "ምልክት ለዚህን መስኮት" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 #, fuzzy msgid "The window gravity of the window" msgstr "የመስኮቱ ዓይነት" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "የመስኮቱ አርእስት" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "የመስኮቱ ዓይነት" diff --git a/po-properties/ang.po b/po-properties/ang.po index 2b3be842f5..670bc40bab 100644 --- a/po-properties/ang.po +++ b/po-properties/ang.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties OE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2004-08-26 16:32-0600\n" "Last-Translator: James Johnson \n" "Language-Team: Old English \n" @@ -88,12 +88,12 @@ msgstr "" msgid "The default display for GDK" msgstr "" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -113,114 +113,114 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -294,7 +294,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "Nama" @@ -393,7 +393,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "" @@ -1203,7 +1203,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Segn" @@ -1260,7 +1260,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -2993,7 +2993,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "" @@ -3057,7 +3057,7 @@ msgstr "" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4610,26 +4610,26 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Þæt cynn þæs éagþyrles" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Segn" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "" @@ -6269,7 +6269,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6672,217 +6672,217 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Éagþyrelcynn" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Þæt cynn þæs éagþyrles" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Segn þissum éagþyrle" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 #, fuzzy msgid "Name of the themed icon for this window" msgstr "Segn þissum éagþyrle" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Þæt cynn þæs éagþyrles" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Þæt cynn þæs éagþyrles" diff --git a/po-properties/ar.po b/po-properties/ar.po index c10d102cea..9526154377 100644 --- a/po-properties/ar.po +++ b/po-properties/ar.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD.ar\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2008-09-18 02:19+0300\n" "Last-Translator: Anas Afif Emad \n" "Language-Team: Arabic \n" @@ -96,12 +96,12 @@ msgstr "الشاشة الافتراضية" msgid "The default display for GDK" msgstr "شاشة GDK الافتراضية" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "شاشة" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "الـ GdkScreen للرّاسم" @@ -121,96 +121,96 @@ msgstr "ميز الخط" msgid "The resolution for fonts on the screen" msgstr "ميز الخطوط على الشاشة" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "اسم البرنامج" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "اسم البرنامج. اذا لم يحدد ، الإفتراضي هو g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "نسخة البرنامج" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "نسخة البرنامج" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "نصّ حقوق النسخ" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "معلومات حقوق نسخ للبرنامج" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "نصّ التعليقات" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "تعليقات عن البرنامج" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "موقع الانترنت" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "وصلة موقع البرنامج." -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "عنوان موقع الويب" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "تسمية الوصلة الى موقع البرنامج. إذا لم تكن محدّدة، الإفتراضي هو العنوان" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "المؤلفين" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "قائمة بمؤلفي البرنامج" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "الموثّقون" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "قائمة بموثّقي البرنامج" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "الفنانين" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "قائمة بالأشخاص الذي شاركوا بأعمال فنية للبرنامج" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "شكر للمترجمين" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "شكر للمترجمين. يجب تعليم هذا النصّ على انه قابل للترجمة" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "الشعار" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -218,19 +218,19 @@ msgstr "" "شعار لصندوق حوْل. لو لم يحدد سيستخدم الإفتراضي " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "اسم أيقونة الشعار" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "أيقونة مسماة لتستخدم كشعار في صندوق حوْل." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "لف الرخصة" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "اذا كان يتم لف الرخصة" @@ -303,7 +303,7 @@ msgid "The GIcon being displayed" msgstr "تم عرض GIcon" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "اسم الأيقونة" @@ -408,7 +408,7 @@ msgid "Whether the action group is visible." msgstr "فيما إذا كانت مجموعة العمليات مرئية." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "القيمة" @@ -1226,7 +1226,7 @@ msgstr "اتبع الحالة" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "فيما إذا كان يتم تلوين pixbuf المرسوم حسب الحالة" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "أيقونة" @@ -1283,7 +1283,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "إتجاه و وجهة نموّ همود التطوّر" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "الملائمة" @@ -3059,7 +3059,7 @@ msgstr "مجموعة الأيقونات" msgid "Icon set to display" msgstr "مجموعة الأيقونات للعرض" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "حجم الأيقونة" @@ -3126,7 +3126,7 @@ msgstr "اظهار صور القوائم" msgid "Whether images should be shown in menus" msgstr "فيما إذا سيتم إظهار صور في القوائم" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "الشاشة التي ستعرض فيها هذه النافذة" @@ -4696,24 +4696,24 @@ msgstr "فراغات القيمة" msgid "Space between value text and the slider/trough area" msgstr "الفراغ بين نص القيمة ومنطقة المتزحلق/المنخفض" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "قيمة المقياس" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "حجم الأيقونة" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment المحتوي على القيمة الحالية لجسم التحجيم هذا" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "أيقونات" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "قائمة أسماء الإيقونات" @@ -6375,7 +6375,7 @@ msgstr "نمط الخط الفاصل لرسم أسطر مظهر الشجرة" msgid "Whether to display the column" msgstr "ما إذا يعرض العمود" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "قابل للتحجيم" @@ -6779,43 +6779,43 @@ msgstr "طول أسهم شريط التدرج العمودي" msgid "The length of vertical scroll arrows" msgstr "عرض أسهم شريط التدرج العمودي" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "نوع النافذة" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "نوع النافذة" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "عنوان النافذة" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "عنوان النافذة" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "دور النافذة" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "معرف وحيد للنافذة يستخدم عند استرجاع جلسة" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "هوية البدأ" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "معرف وحيد لعملية البدأ للنافذة المستعملة من طرف startup-notification" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "اسمح بالانكماش" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6824,23 +6824,23 @@ msgstr "" "إذا ضبط لـ TRUE فلن يكون للنافذة حجم أدنى. ضبط هذا لـ TRUE فكرة سيّئة في 99% " "من الحالات." -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "اسمح بالنمو" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "اذا كان TRUE، فسيتمكن المستخدمون من تمديد النافذة فوق حجمها الأدنى" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "إذا كان TRUE، باستطاعة المستخدمين تحجيم النافذة." -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "سائدة" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6848,150 +6848,150 @@ msgstr "" "إذا ضبط لـ TRUE فستكون النافذة سائدة (لن يمكن استخدام نوافذ أخرى عند تكيز " "هذه النافذة)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "موقع النافذة" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "موقع النافذة الأولي" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "العرض الافتراضي" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "عرض النافذة الإفتراضي، مستخدم عند عرض النافذة في المرة الأولى" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "الإرتفاع الإفتراضي" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "ارتفاع النافذة الإفتراضي، مستخدم عند عرض النافذة في المرة الأولى" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "تدمير مع الأم" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "فيما إذا وجب تدمير هذه النافذة عند تدمير النافذة الأم" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "أيقونة لهذه النافذة" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "اسم أيقونة هذه النافذة" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "نشط" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "فيما إذا كان المستوى الأعلى هو النافذة النشطة" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "تركيز في المستوى الأعلى" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "ما اذا يكون تركيز الإدخال ضمن GtkWindow الحالي" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "أكتب التلميحة" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "تلميحة لمساعدة بيئة سطح المكتب في فهم نوع النافذة و طريقة التعاكل معها" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "تخطي عمود المهام" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "TRUE إذا وجب أن لا تكون النافذة في عمود المهام." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "تخطي المتصفح" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "يضبط لـ TRUE إذا وجب أن لا تكون النافذة في المتصفح." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "إستعجالي" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "يضبط لـ TRUE إذا وجب تنبيه المستخدم بالنافذة" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "تقبل التركيز" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "يضبط لـ TRUE إذا وجب للنافذة أن تتلقى تركيز الإدخال." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "تركيز على الخارطة" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "يضبط لـ TRUE إذا وجب للنافذة أن تتلقى تركيز الإدخال." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "مزوق" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "ما إذا وجب تزويق النافذة بمدير النوافذ" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "قابل للحذف" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "ما إذا يكون لإطار النافذة زر إغلاق" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "الجاذبية" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "جاذيبة الشباك للشباك" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "عابر النافذة" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "العابر الوالد للنافذة" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "شفافية النافذة" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "شفافية النافذة، من 0 إلى 1" diff --git a/po-properties/as.po b/po-properties/as.po index 97e1cbc39e..b8dcd315ee 100644 --- a/po-properties/as.po +++ b/po-properties/as.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: as\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-16 17:51+0530\n" "Last-Translator: Amitakhya Phukan \n" "Language-Team: American English \n" @@ -72,7 +72,8 @@ msgid "Rowstride" msgstr "Rowstride" #: gdk-pixbuf/gdk-pixbuf.c:160 -msgid "The number of bytes between the start of a row and the start of the next row" +msgid "" +"The number of bytes between the start of a row and the start of the next row" msgstr "দুই শাৰীৰ মাজৰ বাইটৰ সংখ্যা" #: gdk-pixbuf/gdk-pixbuf.c:169 @@ -91,12 +92,12 @@ msgstr "অবিকল্পিত প্ৰদৰ্শন" msgid "The default display for GDK" msgstr "GDK ৰ অবিকল্পিত প্ৰদৰ্শন" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "পৰ্দ্দা" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "ৰেন্ডাৰাৰৰ বাবে GdkScreen" @@ -116,53 +117,54 @@ msgstr "ফন্টৰ বিভাজন" msgid "The resolution for fonts on the screen" msgstr "পৰ্দ্দাৰ ফন্টৰ বিভাজন" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "অনুপ্ৰয়োগৰ নাম" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" -msgstr "অনুপ্ৰয়োগৰ নাম । কোন নাম নিদিলে অবিকল্পিতৰূপে g_get_application_name() ব্যৱহৃত হয়।" +msgstr "" +"অনুপ্ৰয়োগৰ নাম । কোন নাম নিদিলে অবিকল্পিতৰূপে g_get_application_name() ব্যৱহৃত হয়।" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "অনুপ্ৰয়োগৰ সংস্কৰণ" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "অনুপ্ৰয়োগৰ সংস্কৰণ" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "প্ৰতিলিপিস্বত্বৰ শব্দ" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "অনুপ্ৰয়োগৰ প্ৰতিলিপি স্বত্ব সংক্ৰান্ত তথ্য" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "মন্তব্য শব্দ" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "অনুপ্ৰয়োগ সম্পৰ্কিত মন্তব্য" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "ৱেবছাইটৰ URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "অনুপ্ৰয়োগৰ ৱেবছাইট নিৰ্দেশক সংযোগৰ URL" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "ৱেবছাইট লেবেল" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -170,43 +172,44 @@ msgstr "" "অনুপ্ৰয়োগৰ ৱেবছাইট নিৰ্দেশক সংযোগৰ লেবেল । ইয়াক নিৰ্ধাৰণ নকৰিলে অবিকল্পিতৰূপে URL " "ব্যৱহৃত হয়।" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "লেখক" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "অনুপ্ৰয়োগৰ লেখকসকলৰ তালিকা" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "আলেখ্যনৰ প্ৰস্তুতকাৰক" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "অনুপ্ৰয়োগৰ আলেখ্যন তৈয়াৰ কৰা প্ৰস্তুতকাৰকসকলৰ তালিকা" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "শিল্পী" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "যি সকল ব্যক্তি এই অনুপ্ৰয়োগৰ বাবে শিল্পকৰ্মত সহায় আগবঢ়াইছে" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "অমিতাক্ষ ফুকন (aphukan@fedoraproject.org)" -#: gtk/gtkaboutdialog.c:370 -msgid "Credits to the translators. This string should be marked as translatable" +#: gtk/gtkaboutdialog.c:354 +msgid "" +"Credits to the translators. This string should be marked as translatable" msgstr "অনুবাদকদের স্বীকৃতি। এই পংক্তিটি অনুবাদযোগ্য রূপে চিহ্নিত হওয়া আবশ্যক।" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "প্ৰতীকচিহ্ন" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -214,19 +217,19 @@ msgstr "" "বিষয়ক প্ৰদৰ্শক বক্সৰ লোগো । ইয়াক নিৰ্দিষ্ট নকৰিলে অবিকল্পিত হিচাপে " "gtk_window_get_default_icon_list() ব্যৱহৃত হয় ।" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "লোগো আইকনৰ নাম" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "পৰিচিতি প্ৰদৰ্শক বক্সৰ লোগো হিচাপে এটা নামযুক্ত আইকন ব্যৱহাৰ কৰা হ'ব।" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "লাইছেঞ্চ মেৰাই দিয়ক" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "লাইছেঞ্চৰ শব্দক মেৰোৱা হ'ব নে নাই ।" @@ -299,7 +302,7 @@ msgid "The GIcon being displayed" msgstr "প্ৰদৰ্শন কৰা GIcon" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "আইকনৰ নাম" @@ -401,7 +404,7 @@ msgid "Whether the action group is visible." msgstr "এই কামৰ গোট দৃশ্যমান নে নহয় ।" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "মান" @@ -754,7 +757,8 @@ msgstr "Pack ৰ ধৰন" msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" -msgstr "এটা GtkPackType যি নিৰ্দেশ কৰে যে চাইল্ড পেৰেন্টৰ আৰম্ভ নে শেষৰ সাপেক্ষে স্থাপিত" +msgstr "" +"এটা GtkPackType যি নিৰ্দেশ কৰে যে চাইল্ড পেৰেন্টৰ আৰম্ভ নে শেষৰ সাপেক্ষে স্থাপিত" #: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 #: gtk/gtkruler.c:148 @@ -798,7 +802,8 @@ msgid "Use stock" msgstr "Stock ব্যৱহাৰ কৰক" #: gtk/gtkbutton.c:236 -msgid "If set, the label is used to pick a stock item instead of being displayed" +msgid "" +"If set, the label is used to pick a stock item instead of being displayed" msgstr "" "নিৰ্ধাৰিত থাকিলে, প্ৰদৰ্শনৰ বিকল্পে লেবেলক এটা স্টকৰ বস্তু নিৰ্ব্বাচন কৰিবলৈ ব্যৱহৃত হয়" @@ -858,14 +863,16 @@ msgstr "অবিকল্পিত বহিস্থ স্থান স্থ msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" -msgstr "সৰ্বদা প্ৰান্তৰে বাহিৰে অঙ্কিত CAN_DEFAULT বুটামৰ বাবে অতিৰিক্ত স্থান যোগ কৰতে হ'ব" +msgstr "" +"সৰ্বদা প্ৰান্তৰে বাহিৰে অঙ্কিত CAN_DEFAULT বুটামৰ বাবে অতিৰিক্ত স্থান যোগ কৰতে হ'ব" #: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "চাইল্ডৰ এক্স অক্ষীয় বিচ্যুতি" #: gtk/gtkbutton.c:447 -msgid "How far in the x direction to move the child when the button is depressed" +msgid "" +"How far in the x direction to move the child when the button is depressed" msgstr "বুটামটি চাপা অবস্থায় চাইল্ডটিকে এক্স অক্ষ বৰাবৰ যি পৰিমাণ সৰানো হ'ব" #: gtk/gtkbutton.c:454 @@ -873,7 +880,8 @@ msgid "Child Y Displacement" msgstr "চাইল্ডৰ ওয়াই অক্ষীয় বিচ্যুতি" #: gtk/gtkbutton.c:455 -msgid "How far in the y direction to move the child when the button is depressed" +msgid "" +"How far in the y direction to move the child when the button is depressed" msgstr "বুটামটি চাপা অবস্থায় চাইল্ডটিকে ওয়াই অক্ষ বৰাবৰ যি পৰিমাণ সৰানো হ'ব" #: gtk/gtkbutton.c:471 @@ -884,7 +892,8 @@ msgstr "ফোকাস সৰাও" msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" -msgstr "child_displacement_x/_y বৈশিষ্ট্য ফোকাসকাৰী আয়তক্ষেত্ৰকেও প্ৰভাবিত কৰবে নে নাই" +msgstr "" +"child_displacement_x/_y বৈশিষ্ট্য ফোকাসকাৰী আয়তক্ষেত্ৰকেও প্ৰভাবিত কৰবে নে নাই" #: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" @@ -1223,7 +1232,7 @@ msgstr "স্টেট অনুসৰণ কৰো" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "অঙ্কিত পিক্সবাফকে স্টেট অনুসাৰে ৰং কৰা হ'ব নে নাই" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "আইকন" @@ -1282,7 +1291,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "প্ৰগ্ৰেছ বাৰেৰ প্ৰাথমিক অবস্থান আৰু বৃদ্ধি পাওয়াৰ দিক" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "সমন্বয়" @@ -1290,8 +1299,8 @@ msgstr "সমন্বয়" msgid "The adjustment that holds the value of the spinbutton." msgstr "সৰ্বমোট." -#: gtk/gtkcellrendererspin.c:109 # +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "ওপৰতে উঠাৰ গতি" @@ -1443,7 +1452,8 @@ msgid "Rise" msgstr "উত্থিত" #: gtk/gtkcellrenderertext.c:362 -msgid "Offset of text above the baseline (below the baseline if rise is negative)" +msgid "" +"Offset of text above the baseline (below the baseline if rise is negative)" msgstr "ভিত্তিভূমিৰ ওপৰ টেক্সটৰ উচ্চতা (Offset) (উচ্চতা ঋনাত্মক হলে ভিত্তিভূমিৰ তলে)" #: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 @@ -1684,8 +1694,8 @@ msgstr "ৰেডিও অবস্থা" msgid "Draw the toggle button as a radio button" msgstr "টোগল বুটামটিকে ৰেডিও বুটাম হিচাপে আঁকা হোক" -#: gtk/gtkcellrenderertoggle.c:158 # +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "নিৰ্দেশকেৰ আকাৰ" @@ -1795,7 +1805,8 @@ msgstr "বৰ্তমান ৰংটি" #: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" -msgstr "অস্বচ্ছতা (Opacity) বৰ্তমান মান (পূৰ্ণ স্বচ্ছতাৰ বাবে ০, পূৰ্ণ অস্বচ্ছতাৰ বাবে ৬৫৫৩৫)" +msgstr "" +"অস্বচ্ছতা (Opacity) বৰ্তমান মান (পূৰ্ণ স্বচ্ছতাৰ বাবে ০, পূৰ্ণ অস্বচ্ছতাৰ বাবে ৬৫৫৩৫)" #: gtk/gtkcolorsel.c:315 msgid "Custom palette" @@ -1805,13 +1816,13 @@ msgstr "স্বনিৰ্বাচিত পেলেট" msgid "Palette to use in the color selector" msgstr "ৰং নিৰ্বাচকে যি পেলেট ব্যৱহাৰ কৰা হ'ব" -#: gtk/gtkcolorseldialog.c:102 # +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "রং নির্বাচন" -#: gtk/gtkcolorseldialog.c:103 # +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "ৰং বাছাইকাৰক ডায়ালগেৰ শিৰোনাম" @@ -1819,28 +1830,28 @@ msgstr "ৰং বাছাইকাৰক ডায়ালগেৰ শিৰো msgid "OK Button" msgstr "OK Button" -#: gtk/gtkcolorseldialog.c:110 # +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "মেসেজ বুটামত প্ৰদৰ্শিত বুটাম" -#: gtk/gtkcolorseldialog.c:116 # +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "মেসেজ বুটাম" -#: gtk/gtkcolorseldialog.c:117 # +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "parent সৰ্বমোট" -#: gtk/gtkcolorseldialog.c:123 # +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "মেসেজ বুটাম" -#: gtk/gtkcolorseldialog.c:124 # +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "মেসেজ বুটামত প্ৰদৰ্শিত বুটাম" @@ -1966,8 +1977,8 @@ msgstr "হলো" msgid "Button Sensitivity" msgstr "Button Sensitivity" -#: gtk/gtkcombobox.c:841 # +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "কোন বুটামৰ মাউসেৰ সাহায্যি ক্লিক কৰা হলে তা ফ'কাচ হয়ে যাবে নে নাই" @@ -2077,13 +2088,13 @@ msgstr "বস্তু ক্ষেত্ৰেৰ প্ৰান্ত" msgid "Width of border around the main dialog area" msgstr "মূল ডায়ালগ ক্ষেত্ৰেৰ চাৰপাশেৰ প্ৰান্তেৰ প্ৰস্থ" -#: gtk/gtkdialog.c:209 # +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "বিসয়বস্তুৰ পেডিং" -#: gtk/gtkdialog.c:210 # +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "মানসূচক টেক্সট আৰু স্লাইডাৰ/থ্ৰু অংশেৰ মধ্যবৰ্তী স্থান তৰ সংখ্যা" @@ -2116,7 +2127,8 @@ msgid "Selection Bound" msgstr "চিহ্নিত কৰাৰ সীমানা" #: gtk/gtkentry.c:616 gtk/gtklabel.c:473 -msgid "The position of the opposite end of the selection from the cursor in chars" +msgid "" +"The position of the opposite end of the selection from the cursor in chars" msgstr "অক্ষৰ হিচাপে চিহ্নিত অংশেৰ বিপৰীত প্ৰান্তেৰ অবস্থান" #: gtk/gtkentry.c:626 @@ -2148,7 +2160,8 @@ msgid "FALSE removes outside bevel from entry" msgstr "FASLE তালিকাৰ পৰা বহিঃস্থ বেভেলকে অপসাৰণ কৰে" #: gtk/gtkentry.c:659 -msgid "Border between text and frame. Overrides the inner-border style property" +msgid "" +"Border between text and frame. Overrides the inner-border style property" msgstr "Border" #: gtk/gtkentry.c:666 @@ -2219,8 +2232,8 @@ msgstr "সৰ্বমোট হলো" msgid "Overwrite mode" msgstr "ওপৰ দিয়ে লেখাৰ মোড" -#: gtk/gtkentry.c:767 # +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "যি টেক্সট লেখা হ'ব তা বিদ্যমান টেক্সটৰ ওপৰ দিয়ে লেখা হ'ব নে নাই" @@ -2232,13 +2245,13 @@ msgstr "টেক্সটৰ দৈৰ্ঘ্য" msgid "Length of the text currently in the entry" msgstr "Length of the text currently in the entry" -#: gtk/gtkentry.c:797 # +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "অদৃশ্য সেট" -#: gtk/gtkentry.c:798 # +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "কামটো দৃশ্যমান নে নাই।" @@ -2250,23 +2263,23 @@ msgstr "Caps Lock warning" msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "Whether password entries will show a warning when Caps Lock is on" -#: gtk/gtkentry.c:831 # +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "ভগ্নাংশ" -#: gtk/gtkentry.c:832 # +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "পুৰো কাজটাৰ যি ভগ্নাংশ সম্পূৰ্ণ হৈছে" -#: gtk/gtkentry.c:849 # +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "স্পন্দন ধাপ" -#: gtk/gtkentry.c:850 # +#: gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" @@ -2274,23 +2287,23 @@ msgstr "" "মোট কামৰ যি ভগাংশ পৰিমাণ সম্পন্ন হলে স্পন্দনেৰ ফলে লাফাতে থাকা ব্লকটিকে সৰানো " "যাবে " -#: gtk/gtkentry.c:866 # +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "পিক্সবাফ" -#: gtk/gtkentry.c:867 # +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "খোলা প্ৰসাৰকেৰ বাবে Pixbuf" -#: gtk/gtkentry.c:881 # +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "দ্বিতীয় Text" -#: gtk/gtkentry.c:882 # +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "সম্মুখগামী গৌণ স্টেপাৰ" @@ -2302,8 +2315,8 @@ msgstr "Primary stock ID" msgid "Stock ID for primary icon" msgstr "Stock ID for primary icon" -#: gtk/gtkentry.c:911 # +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "দ্বিতীয় Text" @@ -2311,8 +2324,8 @@ msgstr "দ্বিতীয় Text" msgid "Stock ID for secondary icon" msgstr "Stock ID for secondary icon" -#: gtk/gtkentry.c:926 # +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "তালিকা সৰ্বমোট" @@ -2320,8 +2333,8 @@ msgstr "তালিকা সৰ্বমোট" msgid "Icon name for primary icon" msgstr "Icon name for primary icon" -#: gtk/gtkentry.c:941 # +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "দ্বিতীয় Text" @@ -2333,13 +2346,13 @@ msgstr "Icon name for secondary icon" msgid "Primary GIcon" msgstr "Primary GIcon" -#: gtk/gtkentry.c:957 # +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "এই উইন্ডোৰ বাবে আইকন" -#: gtk/gtkentry.c:971 # +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "দ্বিতীয়" @@ -2347,23 +2360,23 @@ msgstr "দ্বিতীয়" msgid "GIcon for secondary icon" msgstr "GIcon for secondary icon" -#: gtk/gtkentry.c:986 # +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "ভান্ডাৰেৰ (Storage) ধৰন" -#: gtk/gtkentry.c:987 # +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "তথ্যচিত্ৰে বাবে যি উপস্থাপনা ব্যৱহাৰ কৰা হচ্ছে" -#: gtk/gtkentry.c:1002 # +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "সম্মুখগামী গৌণ স্টেপাৰ" -#: gtk/gtkentry.c:1003 # +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "তথ্যচিত্ৰে বাবে যি উপস্থাপনা ব্যৱহাৰ কৰা হচ্ছে" @@ -2371,100 +2384,100 @@ msgstr "তথ্যচিত্ৰে বাবে যি উপস্থাপ msgid "Primary icon activatable" msgstr "Primary icon activatable" -#: gtk/gtkentry.c:1025 # +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "কামটো সক্ৰিয় হয় নে নহয়" -#: gtk/gtkentry.c:1045 # +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "কাৰ্সাৰ আঁকায় ব্যৱহৃত দ্বিতীয় ৰং" -#: gtk/gtkentry.c:1046 # +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "কামটো সক্ৰিয় হয় নে নহয়" -#: gtk/gtkentry.c:1068 # +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "সেল sensitive প্ৰদৰ্শন কৰো" -#: gtk/gtkentry.c:1069 # +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "" "তালিকাৰ সদস্যদেৰ মিলিয়ে দেখাৰ সময় বড় বা ছোট হাতেৰ অক্ষৰ পৃথকভাবে বিবেচনা কৰা " "হ'ব নে নাই" -#: gtk/gtkentry.c:1090 # +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "দ্বিতীয় Text" -#: gtk/gtkentry.c:1091 # +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "কামটো সক্ৰিয় হয় নে নহয়" -#: gtk/gtkentry.c:1107 # +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "সেল sensitive প্ৰদৰ্শন কৰো" -#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 # +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "সৰ্বমোট উল্লিখিত সময় অবধি" -#: gtk/gtkentry.c:1124 # +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "কাৰ্সাৰ আঁকায় ব্যৱহৃত দ্বিতীয় ৰং" -#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 # +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "সৰ্বমোট উল্লিখিত সময় অবধি" -#: gtk/gtkentry.c:1143 # +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "তালিকা সৰ্বমোট" -#: gtk/gtkentry.c:1162 # +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "দ্বিতীয় Text" -#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 # +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "অবিকল্পিত প্ৰস্থ" -#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 # +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "পেলেট ব্যৱহৃত হ'ব নে নাই" -#: gtk/gtkentry.c:1197 # +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "উচ্চতা" -#: gtk/gtkentry.c:1198 # +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "ট্যাব প্ৰদৰ্শন কৰা হ'ব নে নাই" -#: gtk/gtkentry.c:1211 # +#: gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "দীৰ্ঘ বক্সৰ প্ৰান্ত" -#: gtk/gtkentry.c:1212 # +#: gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "প্ৰগ্ৰেছবাৰত যি লিপি প্ৰদৰ্শন কৰা হ'ব" @@ -2472,13 +2485,13 @@ msgstr "প্ৰগ্ৰেছবাৰত যি লিপি প্ৰদৰ msgid "Border between text and frame." msgstr "Border." -#: gtk/gtkentry.c:1676 # +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "অবস্থা বাক্য" -#: gtk/gtkentry.c:1677 # +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "টেক্সটৰ পটভূমি আঁকাৰ সময় যি বিটম্যাপকে মাস্ক হিচাপে ব্যৱহাৰ কৰা হ'ব" @@ -2674,7 +2687,8 @@ msgid "Preview Widget Active" msgstr "প্ৰাকদৰ্শনে ব্যৱহৃত উইজেট সক্ৰিয় আছে" #: gtk/gtkfilechooser.c:226 -msgid "Whether the application supplied widget for custom previews should be shown." +msgid "" +"Whether the application supplied widget for custom previews should be shown." msgstr "" "স্বনিৰ্বাচিত প্ৰাকদৰ্শনে ব্যৱহাৰেৰ বাবে অ্যাপলিকেশন কৰ্তৃক সৰবৰাহকৃত উইজেট প্ৰদৰ্শন কৰা " "হ'ব নে নাই।" @@ -2685,7 +2699,8 @@ msgstr "প্ৰাকদৰ্শনে ব্যৱহৃত লেবেল #: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." -msgstr "প্ৰাকদৰ্শনকৃত ফাইলেৰ নামেৰ সাহায্যি এটা স্টক (Stock) লেবেল প্ৰদৰ্শন কৰা হ'ব নে নাই।" +msgstr "" +"প্ৰাকদৰ্শনকৃত ফাইলেৰ নামেৰ সাহায্যি এটা স্টক (Stock) লেবেল প্ৰদৰ্শন কৰা হ'ব নে নাই।" #: gtk/gtkfilechooser.c:237 msgid "Extra widget" @@ -2818,8 +2833,8 @@ msgstr "আকাৰ প্ৰদৰ্শন কৰো" msgid "Whether selected font size is shown in the label" msgstr "নিৰ্বাচিত ফন্টৰ আকাৰ লেবেলে প্ৰদৰ্শন কৰা হ'ব নে নাই" -#: gtk/gtkfontsel.c:197 # +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "যি এক্স অক্ষীয় পঙ্‌ক্তিটি এই ফন্টৰ প্ৰতিনিধিত্ব কৰে" @@ -2857,7 +2872,8 @@ msgstr "লেবেলেৰ উলম্ব সংৰেখন" #: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" -msgstr "এই বৈশিষ্ট্যটি অনুমোদিত নয়, ইয়াৰ পৰিবৰ্তে ছায়া _ধৰন (Shadow type) ব্যৱহাৰ কৰক" +msgstr "" +"এই বৈশিষ্ট্যটি অনুমোদিত নয়, ইয়াৰ পৰিবৰ্তে ছায়া _ধৰন (Shadow type) ব্যৱহাৰ কৰক" #: gtk/gtkframe.c:138 msgid "Frame shadow" @@ -2901,7 +2917,8 @@ msgstr "উজ্জ্বল প্ৰান্তেৰ সেট" msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" -msgstr "snap_edge নাকি handle_position ইয়াৰ বৈশিষ্ট্যৰ পৰা নেয়া মানটি ব্যৱহাৰ কৰা হ'ব" +msgstr "" +"snap_edge নাকি handle_position ইয়াৰ বৈশিষ্ট্যৰ পৰা নেয়া মানটি ব্যৱহাৰ কৰা হ'ব" #: gtk/gtkhandlebox.c:209 msgid "Child Detached" @@ -2996,7 +3013,8 @@ msgid "Space which is inserted at the edges of the icon view" msgstr "আইকন-ভিউ তৰ প্ৰান্তে যি সংখ্যক স্থান ভৰোৱা হয়" #: gtk/gtkiconview.c:730 -msgid "How the text and icon of each item are positioned relative to each other" +msgid "" +"How the text and icon of each item are positioned relative to each other" msgstr "প্ৰতিটি বস্তুৰ আইকন আৰু টেক্সটকে পৰস্পৰেৰ সাপেক্ষে যি ভাবে ৰাখা হয়" #: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 @@ -3079,13 +3097,14 @@ msgstr "আইকন সেট" msgid "Icon set to display" msgstr "প্ৰদৰ্শন কৰাৰ বাবে আইকন সেট" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "আইকনেৰ আয়তন" #: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" -msgstr "সাধাৰণ আইকন, আইকন সেট বা নামযুক্ত আইকনেৰ বাবে যি প্ৰতীকী আকাৰ ব্যৱহাৰ কৰা হ'ব" +msgstr "" +"সাধাৰণ আইকন, আইকন সেট বা নামযুক্ত আইকনেৰ বাবে যি প্ৰতীকী আকাৰ ব্যৱহাৰ কৰা হ'ব" #: gtk/gtkimage.c:205 msgid "Pixel size" @@ -3115,8 +3134,8 @@ msgstr "তথ্যচিত্ৰে বাবে যি উপস্থাপ msgid "Child widget to appear next to the menu text" msgstr "মেনু টেক্সটৰ পাশে যি চাইল্ড উইজেট দেখা যাবে" -#: gtk/gtkimagemenuitem.c:151 # +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "মাউসেৰ সাহায্যি লেবেলেৰ টেক্সটকে চিহ্নিত কৰা যাবে নে নাই" @@ -3124,18 +3143,18 @@ msgstr "মাউসেৰ সাহায্যি লেবেলেৰ টে msgid "Always show image" msgstr "Always show image" -#: gtk/gtkimagemenuitem.c:170 # +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "Whether the image will always be shown" -#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 # +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "Accel Group" -#: gtk/gtkimagemenuitem.c:185 # +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "The Accel Group to use for stock accelerator keys" @@ -3147,7 +3166,7 @@ msgstr "Show menu images" msgid "Whether images should be shown in menus" msgstr "Whether images should be shown in menus" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "এই উইন্ডোটি যি পৰ্দ্দায় প্ৰদৰ্শিত হ'ব" @@ -3286,28 +3305,28 @@ msgstr "নকশাৰ (Layout) উচ্চতা" msgid "URI" msgstr "URI" -#: gtk/gtklinkbutton.c:146 # +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "বুটামৰ টোগল (Toggle) অবস্থা" -#: gtk/gtklinkbutton.c:160 # +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "দৃশ্যমান" -#: gtk/gtklinkbutton.c:161 # +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "কামটো দৃশ্যমান নে নাই।" -#: gtk/gtkmenu.c:501 # +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "বৰ্তমানে বাছাইকৃত ফাইলনাম" -#: gtk/gtkmenu.c:516 # +#: gtk/gtkmenu.c:516 msgid "The accel group holding accelerators for the menu" msgstr "এই লেবেলেৰ নেমোনিক গতিবৰ্ধক কী (Key)" @@ -3317,15 +3336,16 @@ msgstr "Accel Path" #: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" -msgstr "An accel path used to conveniently construct accel paths of child items" +msgstr "" +"An accel path used to conveniently construct accel paths of child items" -#: gtk/gtkmenu.c:547 # +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "অতিৰিক্ত উইজেট" -#: gtk/gtkmenu.c:548 # +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "মেনুৰ বস্তুতে টিক দেয়া হৈছে নে নাই" @@ -3333,7 +3353,8 @@ msgstr "মেনুৰ বস্তুতে টিক দেয়া হৈছ msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" -msgstr "এই মেনুটি বিচ্ছিন্ন (???) থাকলে উইন্ডো ম্যানেজাৰ যি শিৰোনামটি প্ৰদৰ্শন কৰতে পাৰবে" +msgstr "" +"এই মেনুটি বিচ্ছিন্ন (???) থাকলে উইন্ডো ম্যানেজাৰ যি শিৰোনামটি প্ৰদৰ্শন কৰতে পাৰবে" #: gtk/gtkmenu.c:570 msgid "Tearoff State" @@ -3343,8 +3364,8 @@ msgstr "টিয়াৰ-অফ অবস্থা" msgid "A boolean that indicates whether the menu is torn-off" msgstr "এটা বুলিয়ান মান যা নিৰ্দেশ কৰে যি মেনুটি বিচ্ছিন্ন নে নাই (Torn-off)" -#: gtk/gtkmenu.c:585 # +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "মণিটৰ" @@ -3396,8 +3417,8 @@ msgstr "Double Arrows" msgid "When scrolling, always show both arrows." msgstr "When scrolling, always show both arrows." -#: gtk/gtkmenu.c:642 # +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "এক্স অক্ষ বৰাবৰ তীৰচিহ্ন সৰানো" @@ -3446,7 +3467,8 @@ msgid "Can change accelerators" msgstr "চটপট কী (Key) পৰিবৰ্তন কৰতে পাৰে" #: gtk/gtkmenu.c:778 -msgid "Whether menu accelerators can be changed by pressing a key over the menu item" +msgid "" +"Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "মেনু আইটেমেৰ ওপৰ চাপ দিয়ে চটপট কী (Key) পৰিবৰ্তন কৰা যাবে নে নাই" #: gtk/gtkmenu.c:783 @@ -3454,7 +3476,8 @@ msgid "Delay before submenus appear" msgstr "সাবমেনু দেখা যাওয়াৰ পূৰ্বে বিলম্ব" #: gtk/gtkmenu.c:784 -msgid "Minimum time the pointer must stay over a menu item before the submenu appear" +msgid "" +"Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" "সাবমেনু দেখা যাওয়াৰ পূৰ্বে সৰ্বনিম্ন যি সময় যাবত্‍ পয়েন্টাৰটি মেনুতে প্ৰদৰ্শিত সাবমেনুৰ " "নামেৰ ওপৰ থাকবে" @@ -3510,8 +3533,10 @@ msgid "Right Justified" msgstr "Right Justified" #: gtk/gtkmenuitem.c:253 -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" +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 msgid "Submenu" @@ -3525,23 +3550,23 @@ msgstr "The submenu attached to the menu item, or NULL if it has none" 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:301 msgid "The text for the child label" msgstr "লেবেলেৰ টেক্সট" -#: gtk/gtkmenuitem.c:364 # +#: gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "সৰ্বমোট" -#: gtk/gtkmenuitem.c:377 # +#: gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "অক্ষৰ হিচাপে প্ৰস্থ" -#: gtk/gtkmenuitem.c:378 # +#: gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "অক্ষৰ হিচাপে লেবেলেৰ আকাঙ্খিত প্ৰস্থ" @@ -3574,7 +3599,8 @@ msgid "Use separator" msgstr "বিভাজক ব্যৱহাৰ কৰো" #: gtk/gtkmessagedialog.c:115 -msgid "Whether to put a separator between the message dialog's text and the buttons" +msgid "" +"Whether to put a separator between the message dialog's text and the buttons" msgstr "ডায়ালগেৰ টেক্সট আৰু বুটামৰ মধ্যবৰ্তী স্থানে কোন বিভাজক ব্যৱহাৰ কৰা হ'ব নে নাই" #: gtk/gtkmessagedialog.c:128 @@ -3638,7 +3664,8 @@ msgid "X pad" msgstr "এক্স অক্ষ বৰাবৰ পেড (Pad)" #: gtk/gtkmisc.c:94 -msgid "The amount of space to add on the left and right of the widget, in pixels" +msgid "" +"The amount of space to add on the left and right of the widget, in pixels" msgstr "উইজেটেৰ বাম আৰু ডানে যত পিক্সেল ৰিক্ত স্থান যোগ কৰা হ'ব" #: gtk/gtkmisc.c:103 @@ -3646,21 +3673,22 @@ msgid "Y pad" msgstr "ওয়াই অক্ষ বৰাবৰ পেড (Pad)" #: gtk/gtkmisc.c:104 -msgid "The amount of space to add on the top and bottom of the widget, in pixels" +msgid "" +"The amount of space to add on the top and bottom of the widget, in pixels" msgstr "উইজেটেৰ ওপৰত আৰু নীচে যত পিক্সেল ৰিক্ত স্থান যোগ কৰা হ'ব" -#: gtk/gtkmountoperation.c:139 # +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "পেৰেন্ট" -#: gtk/gtkmountoperation.c:140 # +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "উইন্ডোৰ ধৰন " -#: gtk/gtkmountoperation.c:147 # +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "শিৰোনাম প্ৰদৰ্শন কৰো" @@ -3668,8 +3696,8 @@ msgstr "শিৰোনাম প্ৰদৰ্শন কৰো" msgid "Are we showing a dialog" msgstr "Are we showing a dialog" -#: gtk/gtkmountoperation.c:156 # +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "এই উইন্ডোটি যি পৰ্দ্দায় প্ৰদৰ্শিত হ'ব" @@ -3829,7 +3857,8 @@ msgid "Secondary backward stepper" msgstr "পশ্চাত্‍গামী গৌণ স্টেপাৰ" #: gtk/gtknotebook.c:746 -msgid "Display a second backward arrow button on the opposite end of the tab area" +msgid "" +"Display a second backward arrow button on the opposite end of the tab area" msgstr "" "ট্যাব অংশেৰ বিপৰীত প্ৰান্তে এটা পশ্চাত্‍গামী গৌণ স্টেপাৰ তীৰচিহ্নধাৰী বুটাম প্ৰদৰ্শন কৰো" @@ -3838,7 +3867,8 @@ msgid "Secondary forward stepper" msgstr "সম্মুখগামী গৌণ স্টেপাৰ" #: gtk/gtknotebook.c:762 -msgid "Display a second forward arrow button on the opposite end of the tab area" +msgid "" +"Display a second forward arrow button on the opposite end of the tab area" msgstr "" "ট্যাব অংশেৰ বিপৰীত প্ৰান্তে এটা সম্মুখগামী গৌণ স্টেপাৰ তীৰচিহ্নধাৰী বুটাম প্ৰদৰ্শন কৰো" @@ -3874,13 +3904,13 @@ msgstr "Tab curvature" msgid "Size of tab curvature" msgstr "মাপ সৰ্বমোট" -#: gtk/gtknotebook.c:839 # +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "প্ৰতি শাৰী স্থান তৰ সংখ্যা" -#: gtk/gtknotebook.c:840 # +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "স্ক্ৰলবাৰে ৰিক্ত স্থানৰ সংখ্যা" @@ -3904,13 +3934,14 @@ msgstr "ড্ৰপডাউন নিৰ্দেশকেৰ আকাৰ" msgid "Spacing around indicator" msgstr "নিৰ্দেশকেৰ চাৰপাশে স্থান স্থাপন" -#: gtk/gtkorientable.c:75 # +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "সৰ্বমোট" #: gtk/gtkpaned.c:242 -msgid "Position of paned separator in pixels (0 means all the way to the left/top)" +msgid "" +"Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "পিক্সেল হিচাপে পেন্‌ড বিভাজকেৰ অবস্থান (০ হলে ওপৰতে এবং বামপাৰ্শ্বে অবস্থিত)" #: gtk/gtkpaned.c:251 @@ -3961,10 +3992,11 @@ msgstr "সঙ্কোচন" #: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" -msgstr "ইয়াৰ মান সত্য হলে (TRUE), চাইল্ড উইজেটেৰ আকাৰ ইয়াৰ প্ৰয়োজন অপেক্ষা ক্ষুদ্ৰতৰ কৰা যায়" +msgstr "" +"ইয়াৰ মান সত্য হলে (TRUE), চাইল্ড উইজেটেৰ আকাৰ ইয়াৰ প্ৰয়োজন অপেক্ষা ক্ষুদ্ৰতৰ কৰা যায়" -#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 # +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "এমবেড করা" @@ -3976,13 +4008,14 @@ msgstr "হলো" msgid "Socket Window" msgstr "Socket Window" -#: gtk/gtkplug.c:166 # +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "হলো" #: gtk/gtkpreview.c:102 -msgid "Whether the preview widget should take up the entire space it is allocated" +msgid "" +"Whether the preview widget should take up the entire space it is allocated" msgstr "" "প্ৰাকদৰ্শন উইজেটেৰ বাবে যি পৰিমাণ স্থান বৰাদ্দ কৰা হ'ব তাৰ সম্পূৰ্ণ অংশই ব্যৱহৃত হ'ব " "নে নাই" @@ -4051,18 +4084,18 @@ msgstr "গণনা" msgid "Number of jobs queued in the printer" msgstr "সৰ্বমোট" -#: gtk/gtkprinter.c:198 # +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "Selected" -#: gtk/gtkprinter.c:199 # +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "অবস্থানেৰ বৈশিষ্ট্য ব্যৱহাৰ কৰা হলে TRUE" -#: gtk/gtkprinter.c:212 # +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "ফোকাস অনুমোদন কৰো" @@ -4082,8 +4115,8 @@ msgstr "The PrinterOption backing this widget" msgid "Title of the print job" msgstr "শিৰোনাম সৰ্বমোট" -#: gtk/gtkprintjob.c:125 # +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "প্ৰিন্টাৰ" @@ -4091,13 +4124,13 @@ msgstr "প্ৰিন্টাৰ" msgid "Printer to print the job to" msgstr "Printer to print the job to" -#: gtk/gtkprintjob.c:134 # +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "ন্যাট মানসমূহ" -#: gtk/gtkprintjob.c:135 # +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "মুদ্ৰক ছেটিংছ..." @@ -4337,48 +4370,48 @@ msgstr "প্ৰস্থ সৰ্বমোট." msgid "YSpacing" msgstr "YSpacing" -#: gtk/gtkprogressbar.c:221 # +#: gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "প্ৰস্থ সৰ্বমোট." -#: gtk/gtkprogressbar.c:234 # +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "পথালি বিভাজকেৰ প্ৰস্থ" -#: gtk/gtkprogressbar.c:235 # +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "লেবেলেৰ পথালি সংৰেখন" -#: gtk/gtkprogressbar.c:247 # +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "পথালি সংৰেখন" -#: gtk/gtkprogressbar.c:248 # +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "প্ৰগ্ৰেছবাৰেৰ মান" -#: gtk/gtkprogressbar.c:260 # +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "উলম্ব বিভাজকেৰ প্ৰস্থ" -#: gtk/gtkprogressbar.c:261 # +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "প্ৰগ্ৰেছবাৰে যি টেক্সট প্ৰদৰ্শন কৰা হ'ব" -#: gtk/gtkprogressbar.c:273 # +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "চাইল্ডৰ সৰ্বনিম্ন উচ্চতা" -#: gtk/gtkprogressbar.c:274 # +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "প্ৰগ্ৰেছবাৰেৰ মান" @@ -4416,8 +4449,8 @@ msgstr "এই উইজেটটি যি গ্ৰুপেৰ অংশ উ msgid "The radio menu item whose group this widget belongs to." msgstr "The radio menu item whose group this widget belongs to." -#: gtk/gtkradiotoolbutton.c:66 # +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "এই উইজেটটি যি গ্ৰুপেৰ অংশ উক্ত গ্ৰুপেৰ ৰেডিও বুটাম" @@ -4499,7 +4532,8 @@ msgstr "দীৰ্ঘ বক্সৰ প্ৰান্ত" #: gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" -msgstr "থাম্ব/স্টেপাৰ এবং বহিঃস্থ দীৰ্ঘ বক্সৰ ন্যায় বেভেলেৰ মধ্যবৰ্তী ৰিক্ত স্থানৰ পৰিমাণ" +msgstr "" +"থাম্ব/স্টেপাৰ এবং বহিঃস্থ দীৰ্ঘ বক্সৰ ন্যায় বেভেলেৰ মধ্যবৰ্তী ৰিক্ত স্থানৰ পৰিমাণ" #: gtk/gtkrange.c:468 msgid "Stepper Size" @@ -4522,7 +4556,8 @@ msgid "Arrow X Displacement" msgstr "এক্স অক্ষ বৰাবৰ তীৰচিহ্ন সৰানো" #: gtk/gtkrange.c:493 -msgid "How far in the x direction to move the arrow when the button is depressed" +msgid "" +"How far in the x direction to move the arrow when the button is depressed" msgstr "বুটাম চাপা অবস্থায় তীৰচিহ্নকে এক্স অক্ষ বৰাবৰ যি পৰিমাণ সৰানো হ'ব" #: gtk/gtkrange.c:500 @@ -4530,7 +4565,8 @@ msgid "Arrow Y Displacement" msgstr "ওয়াই অক্ষ বৰাবৰ তীৰচিহ্ন সৰানো" #: gtk/gtkrange.c:501 -msgid "How far in the y direction to move the arrow when the button is depressed" +msgid "" +"How far in the y direction to move the arrow when the button is depressed" msgstr "বুটাম চাপা অবস্থায় তীৰচিহ্নকে ওয়াই অক্ষ বৰাবৰ যি পৰিমাণ সৰানো হ'ব" #: gtk/gtkrange.c:509 @@ -4565,8 +4601,8 @@ msgid "" "spacing" msgstr "উল্লিখিত সময় অবধি সৰ্বমোট" -#: gtk/gtkrange.c:555 # +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "কাঁড়ৰ Scaling" @@ -4620,7 +4656,8 @@ msgstr "Show Not Found" #: gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" -msgstr "Whether the items pointing to unavailable resources should be displayed" +msgstr "" +"Whether the items pointing to unavailable resources should be displayed" #: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" @@ -4659,7 +4696,8 @@ msgid "The full path to the file to be used to store and read the list" msgstr "ফাইল তালিকা" #: gtk/gtkrecentmanager.c:230 -msgid "The maximum number of items to be returned by gtk_recent_manager_get_items()" +msgid "" +"The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "সৰ্বমোট" #: gtk/gtkrecentmanager.c:246 @@ -4738,24 +4776,25 @@ msgstr "স্পেসিং তৰ মান" msgid "Space between value text and the slider/trough area" msgstr "মানসূচক টেক্সট আৰু স্লাইডাৰ/থ্ৰু অংশেৰ মধ্যবৰ্তী স্থান তৰ সংখ্যা" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "সৰ্বমোট" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "The icon size" -#: gtk/gtkscalebutton.c:224 -msgid "The GtkAdjustment that contains the current value of this scale button object" +#: gtk/gtkscalebutton.c:226 +msgid "" +"The GtkAdjustment that contains the current value of this scale button object" msgstr "ধাৰন কৰে সৰ্বমোট" -#: gtk/gtkscalebutton.c:252 # +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "আইকন" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "তালিকা সৰ্বমোট" @@ -4776,11 +4815,13 @@ msgid "Don't change slider size, just lock it to the minimum length" msgstr "স্লাইডাৰেৰ দৈৰ্ঘ্য পৰিবৰ্তন না কৰে সৰ্বনিম্ন দৈৰ্ঘ্যি স্থিৰ ৰাখা হোক" #: gtk/gtkscrollbar.c:82 -msgid "Display a second backward arrow button on the opposite end of the scrollbar" +msgid "" +"Display a second backward arrow button on the opposite end of the scrollbar" msgstr "স্ক্ৰলবাৰেৰ বিপৰীত প্ৰান্তে এটা পশ্চাত্‍গামী তীৰচিহ্নধাৰী বুটাম প্ৰদৰ্শন কৰো" #: gtk/gtkscrollbar.c:89 -msgid "Display a second forward arrow button on the opposite end of the scrollbar" +msgid "" +"Display a second forward arrow button on the opposite end of the scrollbar" msgstr "প্ৰদৰ্শন দ্বিতীয় সক্ৰিয় সৰ্বমোট" #: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 @@ -5022,7 +5063,8 @@ msgid "Xft Hint Style" msgstr "Xft হিন্টেৰ ধৰন" #: gtk/gtksettings.c:401 -msgid "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" +msgid "" +"What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "যি মাত্ৰাৰ হিন্টিং ব্যৱহাৰ কৰা হ'ব; কিছুই না, স্বল্প, মধ্যম, বা সম্পূৰ্ণ" #: gtk/gtksettings.c:410 @@ -5039,7 +5081,8 @@ msgstr "Xft ডিপিএএই" #: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" -msgstr "১০২৪ * ডট/ইঞ্চি হিচাপে Xft তৰ বিভাজন। -১ হলে অবিকল্পিত মান ব্যৱহাৰ কৰা হ'ব" +msgstr "" +"১০২৪ * ডট/ইঞ্চি হিচাপে Xft তৰ বিভাজন। -১ হলে অবিকল্পিত মান ব্যৱহাৰ কৰা হ'ব" #: gtk/gtksettings.c:430 msgid "Cursor theme name" @@ -5251,23 +5294,23 @@ msgstr "Recent Files Limit" msgid "Number of recently used files" msgstr "সৰ্বমোট" -#: gtk/gtksettings.c:845 # +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "অবিকল্পিত প্ৰস্থ" -#: gtk/gtksettings.c:846 # +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "পেলেট ব্যৱহৃত হ'ব নে নাই" -#: gtk/gtksettings.c:864 # +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "মেনেজাৰ" -#: gtk/gtksettings.c:865 # +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "সৰ্বমোট" @@ -5279,13 +5322,13 @@ msgstr "Fontconfig configuration timestamp" msgid "Timestamp of current fontconfig configuration" msgstr "Timestamp of current fontconfig configuration" -#: gtk/gtksettings.c:897 # +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "শব্দের থিমের নাম" -#: gtk/gtksettings.c:898 # +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "কাৰ্সাৰ থিমেৰ নাম" @@ -5294,28 +5337,28 @@ msgstr "কাৰ্সাৰ থিমেৰ নাম" msgid "Audible Input Feedback" msgstr "Audible Input Feedback" -#: gtk/gtksettings.c:921 # +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "ইনপুটেৰ প্ৰতি উইজেট সাড়া দেয় নে নাই" -#: gtk/gtksettings.c:942 # +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "অ্যানিমেশন সক্ৰিয় কৰা হ'ব" -#: gtk/gtksettings.c:943 # +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "\"অসামঞ্জস্যপূৰ্ণ\" অবস্থা প্ৰদৰ্শন কৰা হ'ব নে নাই" -#: gtk/gtksettings.c:958 # +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "টুল-টিপ সক্ৰিয় কৰা হ'ব" -#: gtk/gtksettings.c:959 # +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "ট্যাব প্ৰদৰ্শন কৰা হ'ব নে নাই" @@ -5334,7 +5377,8 @@ msgid "Ignore hidden" msgstr "লুকানো উইজেটকে অগ্ৰাহ্য কৰো" #: gtk/gtksizegroup.c:311 -msgid "If TRUE, unmapped widgets are ignored when determining the size of the group" +msgid "" +"If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "সৰ্বমোট" #: gtk/gtkspinbutton.c:209 @@ -5378,7 +5422,8 @@ msgid "Update Policy" msgstr "আপডেট কৰাৰ নীতি" #: gtk/gtkspinbutton.c:261 -msgid "Whether the spin button should update always, or only when the value is legal" +msgid "" +"Whether the spin button should update always, or only when the value is legal" msgstr "স্পিন বুটাম কখন আপডেট কৰবে - সৰ্বদা নাকি কেবল মানটি বৈধ হলেই" #: gtk/gtkspinbutton.c:270 @@ -5409,8 +5454,8 @@ msgstr "সৰ্বমোট" msgid "The screen where this status icon will be displayed" msgstr "The screen where this status icon will be displayed" -#: gtk/gtkstatusicon.c:285 # +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "ঢিমিক-ঢামাক " @@ -5434,8 +5479,8 @@ msgstr "সৰ্বমোট" msgid "Has tooltip" msgstr "Has tooltip" -#: gtk/gtkstatusicon.c:354 # +#: gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" msgstr "এই ট্যাগ (tag) ফন্ট আকাৰকে প্ৰভাবিত কৰে নে নাই" @@ -5451,8 +5496,8 @@ msgstr "সৰ্বমোট উল্লিখিত সময় অবধি" msgid "Tooltip markup" msgstr "টুলটিপ" -#: gtk/gtkstatusicon.c:400 # +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "সৰ্বমোট উল্লিখিত সময় অবধি" @@ -5605,7 +5650,8 @@ msgid "Cursor position" msgstr "কাৰ্সাৰেৰ অবস্থান" #: gtk/gtktextbuffer.c:231 -msgid "The position of the insert mark (as offset from the beginning of the buffer)" +msgid "" +"The position of the insert mark (as offset from the beginning of the buffer)" msgstr "সৰ্বমোট সৰ্বমোট" #: gtk/gtktextbuffer.c:246 @@ -5613,7 +5659,8 @@ msgid "Copy target list" msgstr "কপি কৰক তালিকা" #: gtk/gtktextbuffer.c:247 -msgid "The list of targets this buffer supports for clipboard copying and DND source" +msgid "" +"The list of targets this buffer supports for clipboard copying and DND source" msgstr "তালিকা সৰ্বমোট উল্লিখিত সময় অবধি" #: gtk/gtktextbuffer.c:262 @@ -5792,7 +5839,8 @@ msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "কোন অনুচ্ছেদেৰ গুটিয়ে যাওয়া দুটি লাইনেৰ মাজত যত পিক্সেল ফাঁক থাকবে" #: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 -msgid "Whether to wrap lines never, at word boundaries, or at character boundaries" +msgid "" +"Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "" "লাইন কখনোই গুটিয়ে নেয়া নহ'ব, শব্দ শেষ হলে গুটিয়ে নেয়া নহ'বকি অক্ষৰ শেষ হলে গুটিয়ে " "নেয়া হ'ব" @@ -5903,7 +5951,8 @@ msgstr "গুটিয়ে যাওয়াৰ সেটেৰ মাজত প #: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" -msgstr "এই ট্যাগটি গুটিয়ে যাওয়া লাইনসমূহেৰ মাজত অবস্থিত পিক্ছেলৰসংখ্যাকে প্ৰভাবিত কৰে নে নাই" +msgstr "" +"এই ট্যাগটি গুটিয়ে যাওয়া লাইনসমূহেৰ মাজত অবস্থিত পিক্ছেলৰসংখ্যাকে প্ৰভাবিত কৰে নে নাই" #: gtk/gtktexttag.c:652 msgid "Right margin set" @@ -6122,8 +6171,10 @@ msgid "Toolbar style" msgstr "টুলবাৰেৰ ধৰন" #: gtk/gtktoolbar.c:631 -msgid "Whether default toolbars have text only, text and icons, icons only, etc." -msgstr "অবিকল্পিত টুলবাৰে অকল টেক্সট বা টেক্সট আৰু আইকন বা অকল আইকন, ইত্যাদি থাকবে নে নাই" +msgid "" +"Whether default toolbars have text only, text and icons, icons only, etc." +msgstr "" +"অবিকল্পিত টুলবাৰে অকল টেক্সট বা টেক্সট আৰু আইকন বা অকল আইকন, ইত্যাদি থাকবে নে নাই" #: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" @@ -6243,7 +6294,8 @@ msgstr "নিয়ম সংক্ৰান্ত ইঙ্গিত" #: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" -msgstr "পৰিবৰ্তনশীল ৰঙে শাৰী আঁকাৰ উদ্দেশ্যি থিম ইঞ্জিনেৰ বাবেি এটা ইঙ্গিত নিৰ্ধাৰণ কৰো" +msgstr "" +"পৰিবৰ্তনশীল ৰঙে শাৰী আঁকাৰ উদ্দেশ্যি থিম ইঞ্জিনেৰ বাবেি এটা ইঙ্গিত নিৰ্ধাৰণ কৰো" #: gtk/gtktreeview.c:634 msgid "Enable Search" @@ -6259,8 +6311,8 @@ msgstr "" msgid "Search Column" msgstr "অনুসন্ধানেৰ স্তম্ভ" -#: gtk/gtktreeview.c:643 # +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "কোড অনুসন্ধানেৰ সময় যি মডেল স্তম্ভে অনুসন্ধান চালানো হ'ব" @@ -6285,7 +6337,8 @@ msgid "Hover Expand" msgstr "ভাসমান (Hover) সম্প্ৰসাৰণ" #: gtk/gtktreeview.c:705 -msgid "Whether rows should be expanded/collapsed when the pointer moves over them" +msgid "" +"Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "কোন শাৰীৰ ওপৰ পয়েন্টাৰ ৰাখা হলে তাকে সম্প্ৰসাৰিত-কৰা/খোলা হ'ব নে নাই" #: gtk/gtktreeview.c:719 @@ -6309,7 +6362,8 @@ msgid "Rubber Banding" msgstr "Rubber Banding" #: gtk/gtktreeview.c:745 -msgid "Whether to enable selection of multiple items by dragging the mouse pointer" +msgid "" +"Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "সৰ্বমোট" #: gtk/gtktreeview.c:752 @@ -6424,7 +6478,7 @@ msgstr "খানি পংক্তিৰ বাবে" msgid "Whether to display the column" msgstr "স্তম্ভ প্ৰদৰ্শন কৰা হ'ব নে নাই" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "পৰিবৰ্তনযোগ্য আকাৰ" @@ -6676,7 +6730,8 @@ msgstr "ঘটনাসমূহ " #: gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" -msgstr "যি ইভেন্ট মাস্কটি নিৰ্ধাৰণ কৰে এই উইজেটটি কি ধৰনেৰ GdkEvents গ্ৰহণ কৰতে পাৰে" +msgstr "" +"যি ইভেন্ট মাস্কটি নিৰ্ধাৰণ কৰে এই উইজেটটি কি ধৰনেৰ GdkEvents গ্ৰহণ কৰতে পাৰে" #: gtk/gtkwidget.c:601 msgid "Extension events" @@ -6698,8 +6753,8 @@ msgstr "gtk_widget_show_all() এই উইজেটকে প্ৰভাবি msgid "Whether this widget has a tooltip" msgstr "Whether this widget has a tooltip" -#: gtk/gtkwidget.c:689 # +#: gtk/gtkwidget.c:689 msgid "Window" msgstr "সংযোগ পথ" @@ -6835,43 +6890,43 @@ msgstr "Vertical Scroll Arrow Length" msgid "The length of vertical scroll arrows" msgstr "সৰ্বমোট" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "উইন্ডোৰ ধৰন" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "উইন্ডোৰ ধৰন " -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "উইন্ডোৰ শিৰোনাম " -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "উইন্ডোৰ শিৰোনাম " -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "উইন্ডোৰ ভূমিকা" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "কোন সেশন পুনৰুদ্ধাৰেৰ সময় উইন্ডোৰ বাবে যি একক (Unique) নিৰ্দেশক ব্যৱহৃত হ'ব" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Startup ID" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "উল্লিখিত সময় অবধি" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "সঙ্কোচন অনুমোদন কৰো" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6880,25 +6935,25 @@ msgstr "" "যদি TRUE হয় তেন্তে উইন্ডোটিৰ কোন সৰ্বনিম্ন আকাৰ নেই। ইয়াৰ মান TRUE নিৰ্ধাৰণ কৰাটা " "৯৯% ক্ষেত্ৰে এটা বাজে সিদ্ধান্ত" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "বড় হতে দেয়া হোক" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "যদি TRUE হয় তেন্তে ব্যৱহাৰকাৰীগণ উইন্ডোটিকে তাৰ সৰ্বনিম্ন আকাৰ অপেক্ষা বড় কৰতে " "পাৰবেন" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "যদি TRUE হয় তেন্তে ব্যৱহাৰকাৰীগণ উইন্ডোৰ আকাৰ পৰিবৰ্তন কৰতে পাৰবেন" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "মোডাল (Modal)" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6906,67 +6961,68 @@ msgstr "" "যদি TRUE হয় তেন্তে উইন্ডোটো মোডাল (এই উইন্ডোটি যখন দেখা যাবে থাকবে তখন অন্যান্য " "উইন্ডো ব্যৱহাৰ কৰা যাবে না)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "উইন্ডোৰ অবস্থান" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "উইন্ডোৰ প্ৰাথমিক অবস্থান" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "অবিকল্পিত প্ৰস্থ" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "উইন্ডোটি প্ৰথমবাৰ প্ৰদৰ্শনেৰ সময় যি অবিকল্পিত প্ৰস্থ ব্যৱহাৰ কৰা হ'ব" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "অবিকল্পিত উচ্চতা" -#: gtk/gtkwindow.c:572 -msgid "The default height of the window, used when initially showing the window" +#: gtk/gtkwindow.c:573 +msgid "" +"The default height of the window, used when initially showing the window" msgstr "উইন্ডোটি প্ৰথমবাৰ প্ৰদৰ্শনেৰ সময় যি অবিকল্পিত উচ্চতা ব্যৱহাৰ কৰা হ'ব" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "পেৰেন্ট সাথেই বন্ধ কৰো" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "পেৰেন্ট উইন্ডো বন্ধ কৰে দিলে এই উইন্ডোটিও বন্ধ কৰা হ'ব নে নাই" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "এই উইন্ডোৰ বাবে আইকন" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "এই উইন্ডোৰ বাবে থিমযুক্ত আইকনেৰ নাম" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "সক্ৰিয় অবস্থায় আছে" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "সৰ্বোচ্চ স্তৰটি বৰ্তমানে সক্ৰিয় উইন্ডো নে নাই" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "ওপৰতেৰ স্তৰেৰ ফোকাস" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "ইনপুটেৰ ফ'কাচ GtkWindow'ৰ মাজত আছে নে নাই" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "ধৰন সংক্ৰান্ত ইঙ্গিত" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -6974,83 +7030,83 @@ msgstr "" "এটি কি ধৰনেৰ উইন্ডো এবং ইয়াক কিভাবে ব্যৱহাৰ কৰতে হ'ব সে ব্যাপাৰে ডেস্কটপকে " "সাহায্য কৰাৰ বাবে ইঙ্গিত।" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "টাস্কবাৰ এড়িয়ে যাওয়া হোক" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "উইন্ডোটি টাস্কবাৰে না থাকলে TRUE ।" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "পেজাৰ এড়িয়ে যাওয়া হোক" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "পেজাৰে উইন্ডোটি না থাকলে TRUE ।" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "জৰুৰি" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "এটিৰ মান সত্য (TRUE) হলে, উইন্ডোকে ব্যৱহাৰকাৰীৰ গোচৰে আনা হ'ব।" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "ফোকাস অনুমোদন কৰো" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "উইন্ডোটি ইনপুট ফোকাসেৰ লক্ষ্য হলে ইয়াৰ মান TRUE ।" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "মানচিত্ৰেৰ ওপৰ ফ'কাচ কৰো" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "ইয়াৰ মান সত্য (TRUE) হলে উইন্ডোটি ইনপুট ফোকাসেৰ লক্ষ্য হ'ব।" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "সজ্জিত" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "উইন্ডো ব্যৱস্থাপক উইন্ডোটি সজ্জিত কৰবে নে নাই" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Deletable" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Whether the window frame should have a close button" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "মাধ্যাকৰ্ষণ" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "এই উইন্ডোটিৰ উইন্ডো মাধ্যাকৰ্ষণ" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "উল্লিখিত সময় অবধি" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "parent সৰ্বমোট" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "উল্লিখিত সময় অবধি" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "সৰ্বমোট ১" diff --git a/po-properties/ast.po b/po-properties/ast.po index 6e697325e6..042edc5982 100644 --- a/po-properties/ast.po +++ b/po-properties/ast.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ast\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-01-25 13:10+0200\n" "Last-Translator: Esbardu \n" "Language-Team: Asturian \n" @@ -88,12 +88,12 @@ msgstr "" msgid "The default display for GDK" msgstr "" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -113,114 +113,114 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -293,7 +293,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "" @@ -391,7 +391,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "" @@ -1195,7 +1195,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "" @@ -1252,7 +1252,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -2972,7 +2972,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "" @@ -3036,7 +3036,7 @@ msgstr "" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4576,24 +4576,24 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "" @@ -6224,7 +6224,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6626,215 +6626,215 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" diff --git a/po-properties/az.po b/po-properties/az.po index c8fb7b5ec0..00ece778f6 100644 --- a/po-properties/az.po +++ b/po-properties/az.po @@ -32,7 +32,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2004-03-07 18:05+0200\n" "Last-Translator: Mətin Əmirov \n" "Language-Team: Azerbaijani Turkish \n" "Language-Team: Iranian Azerbaijani \n" @@ -88,12 +88,12 @@ msgstr "" msgid "The default display for GDK" msgstr "" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -113,114 +113,114 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -293,7 +293,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "" @@ -391,7 +391,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "" @@ -1195,7 +1195,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "" @@ -1252,7 +1252,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -2972,7 +2972,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "" @@ -3036,7 +3036,7 @@ msgstr "" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4576,24 +4576,24 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "" @@ -6226,7 +6226,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6628,215 +6628,215 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" diff --git a/po-properties/be.po b/po-properties/be.po index 9fea80895f..0d94490915 100644 --- a/po-properties/be.po +++ b/po-properties/be.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2003-03-31 07:40+0300\n" "Last-Translator: Ales Nyakhaychyk \n" "Language-Team: Belarusian \n" @@ -96,12 +96,12 @@ msgstr "Дапомны дысплей" msgid "The default display for GDK" msgstr "Дапомны дысплей для GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Экран" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 #, fuzzy msgid "the GdkScreen for the renderer" msgstr "Разнавід для адлюстраваньня дрэва" @@ -126,121 +126,121 @@ msgstr "Кропкі шрыфту" msgid "The resolution for fonts on the screen" msgstr "Як павінен абнаўляцца прамежак на экране" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 #, fuzzy msgid "Program name" msgstr "Назоў тэгу" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 #, fuzzy msgid "The version of the program" msgstr "Мейсцазнаходжаньне палоскі прылад" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 #, fuzzy msgid "Comments string" msgstr "Водступ між слупкоў" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 #, fuzzy msgid "Website label" msgstr "Адмеціна ўкладкі" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 #, fuzzy msgid "List of authors of the program" msgstr "Мейсцазнаходжаньне палоскі прылад" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 #, fuzzy msgid "Logo Icon Name" msgstr "Назва шрыфту" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 #, fuzzy msgid "Wrap license" msgstr "Рэжым загортваньня" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 #, fuzzy msgid "Whether to wrap the license text." msgstr "Ці будзе гэты тэкст закрэсьлены" @@ -319,7 +319,7 @@ msgid "The GIcon being displayed" msgstr "Значка для адлюстраваньня" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "Назва шрыфту" @@ -425,7 +425,7 @@ msgid "Whether the action group is visible." msgstr "Ці будзе віджэт бачны" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Значэньне" @@ -1322,7 +1322,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Ці павінна адлюстроўвацца мяжа" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Значка" @@ -1384,7 +1384,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Спагляданьне й накірунак росту палоскі посьпеху" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Выроўніваньне" @@ -3274,7 +3274,7 @@ msgstr "Набор значак" msgid "Icon set to display" msgstr "Значка для адлюстраваньня" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Памер значкі" @@ -3347,7 +3347,7 @@ msgstr "Паказаць лычкі" msgid "Whether images should be shown in menus" msgstr "Ці павінны адлюстроўвацца лычкі" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Экран, дзе гэтае акно будзе адлюстравана" @@ -5069,28 +5069,28 @@ msgstr "Водступ значэньня" msgid "Space between value text and the slider/trough area" msgstr "Прастора паміж тэкстам і паўзунком/накіроўваючай" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Назоў гэтага віджэту" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Памер значак панэлі прылад" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment, які зьмяшчае бягучае значэньне для абьекту дыяпазону" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Значка" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Назва шрыфту" @@ -6894,7 +6894,7 @@ msgstr "Узор штрыхоў для адлюстраваньня засяро msgid "Whether to display the column" msgstr "Ці будзе адлюстроўвацца слупок" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Зьмяняемая шырыня" @@ -7327,45 +7327,45 @@ msgstr "Вэртыкальная пракрутка" msgid "The length of vertical scroll arrows" msgstr "Калі будзе адлюстроўвацца вэртыкальная паласа пракруткі" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Тып акна" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Тып гэтага акна" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Назоў акна" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Назоў гэтага акна" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 #, fuzzy msgid "Window Role" msgstr "Назоў акна" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Група" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Дазваляць сьцісканьне" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7374,25 +7374,25 @@ msgstr "" "Калі ІСЬЦІНА (TRUE), акно ня мае найменьшага памеру. Усталяваньне гэтага " "значэньня ў ІСЬЦІНА ў 99% выпадках вельмі дрэнная ідэя." -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Дазваляць рост" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Калі ІСЬЦІНА (TRUE), карыстальнікі могуць разьвярнуць акно замест яго " "найменьшага памеру." -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Калі ІСЬЦІНА (TRUE), карыстальнікі могуць зьмяняць памеры акна." -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Мадальнае" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7400,73 +7400,73 @@ msgstr "" "Калі ІСЬЦІНА (TRUE) - акно зьяўляецца мадальным (іншыя вокны ня могуць быць " "выкарыстаны, покуль гэтае акно ня будзе зачынена)." -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Становішча акна" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Пачатковае становішча акна." -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Дапомная шырыня" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Дапомная шырыня акна; выкарыстоўваецца пры першапачатковым адлюстраваньні " "акна." -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Дапомная вышыня" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "Дапомная вышыня акна; выкарыстоўваецца пры першапачатковым адлюстраваньні " "акна." -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Зьнішчыць з бацькоўскім" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Ці павінна гэта акно быць зьнішчына разам з бацькоўскім." -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Значка для гэтага акна" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 #, fuzzy msgid "Name of the themed icon for this window" msgstr "Значка для гэтага акна" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Актыўны" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Ці зьяўляецца верхні ўзровень бягучым актыўным акном." -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Засяроджаньне на вехнім узроўні" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Ці знаходзіцца засяроджаньне ўводу ў межах гэтага GtkWindow." -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Падказкі" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7474,93 +7474,93 @@ msgstr "" "Падказкі значна спрашчаюць жыцьцё й дапамагаюць зразумець што за акно перад " "вамі й што зь ім рабіць." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Мінуць панэль задач" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "ІСЬЦІНА (TRUE), калі гэтае акно не павінна быць на панэлі задач." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Мінуць пэйджар" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "ІСЬЦІНА (TRUE), калі гэтае акно не павінна быць ў пэйджары." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 #, fuzzy msgid "TRUE if the window should be brought to the user's attention." msgstr "ІСЬЦІНА (TRUE), калі гэтае акно не павінна быць ў пэйджары." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 #, fuzzy msgid "Accept focus" msgstr "Засяроджаньне" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 #, fuzzy msgid "TRUE if the window should receive the input focus." msgstr "ІСЬЦІНА (TRUE), калі гэтае акно не павінна быць ў пэйджары." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 #, fuzzy msgid "Focus on map" msgstr "Засяроджаньне на вехнім узроўні" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 #, fuzzy msgid "TRUE if the window should receive the input focus when mapped." msgstr "ІСЬЦІНА (TRUE), калі гэтае акно не павінна быць ў пэйджары." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 #, fuzzy msgid "Whether the window should be decorated by the window manager" msgstr "ІСЬЦІНА (TRUE), калі гэтае акно не павінна быць ў пэйджары." -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "Вызначаемы" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 #, fuzzy msgid "Whether the window frame should have a close button" msgstr "ІСЬЦІНА (TRUE), калі гэтае акно не павінна быць ў пэйджары." -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 #, fuzzy msgid "The window gravity of the window" msgstr "Тып гэтага акна" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Кнопкі, якія адлюстроўвываюцца ў дыялёгу паведамленьня" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Тып гэтага акна" diff --git a/po-properties/be@latin.po b/po-properties/be@latin.po index d2a2a26d1f..54d7d5446c 100644 --- a/po-properties/be@latin.po +++ b/po-properties/be@latin.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2007-12-09 14:44+0200\n" "Last-Translator: Alaksandar Navicki \n" "Language-Team: i18n@mova.org \n" @@ -90,12 +90,12 @@ msgstr "Zmoŭčany ekran" msgid "The default display for GDK" msgstr "Zmoŭčany ekran dla GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Ekran" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen dla elementu renderavańnia" @@ -115,11 +115,11 @@ msgstr "Pamier šryftu" msgid "The resolution for fonts on the screen" msgstr "Pamier šryftoŭ na ekranie" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Nazva prahramy" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -127,43 +127,43 @@ msgstr "" "Nazva prahramy. Kali jana nie akreślenaja, zmoŭčana budzie vykarystanaja " "funkcyja g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Versija prahramy" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Versija prahramy" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Aŭtarskija pravy" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Infarmacyja pra aŭtarskija pravy na prahramu" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Apisalny tekst" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Apisańnie prahramy" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Adras chatniaj staronki" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "Adras spasyłki da chatniaj staronki prahramy" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Etykietka chatniaj staronki" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -171,46 +171,46 @@ msgstr "" "Etykietka spasyłki da chatniaj staronki prahramy. Kali jana nie akreślenaja, " "jana zmoŭčana ŭjaŭlaje saboj URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Aŭtary" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Śpis aŭtaraŭ prahramy" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Aŭtary dakumentacyi" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Śpis asobaŭ, jakija stvarajuć dakumentacyju prahramy" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Mastaki" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Śpis mastakoŭ, jakija pracujuć nad vyhladam prahramy" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Zasłuhi pierakładčykaŭ" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Zasłuhi pierakładčykaŭ. Pavinna być paznačana, što hety radok možna " "pierakłaści" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Lahatyp" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -218,21 +218,21 @@ msgstr "" "Lahatyp dla vakna z infarmacyjaj ab prahramie. Kali nie akreśleny, zmoŭčana " "pryjmaje vartaść gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Nazva ikony lahatypu" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" "Ikona, jakaja vykarystoŭvajecca jak lahatyp u vaknie z infarmacyjaj ab " "prahramie." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Pieranos radkoŭ u licenzii" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Akreślivaje, ci radki ŭ tekście licenzii pavinny pieranosicca." @@ -309,7 +309,7 @@ msgid "The GIcon being displayed" msgstr "Nabor ikon, kab pakazać" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Nazva ikony" @@ -419,7 +419,7 @@ msgid "Whether the action group is visible." msgstr "Akreślivaje, ci bačnaja aperacyjnaja hrupa." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Vartaść" @@ -1272,7 +1272,7 @@ msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" "Akreślivaje, ci pakazvany bufer piksmapy pavinien mieć zhodny sa stanam koler" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikona" @@ -1332,7 +1332,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Aryjentacyja j napramak pryrostu paneli prahresu" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Widget dapasavańnia" @@ -3165,7 +3165,7 @@ msgstr "Nabor ikon" msgid "Icon set to display" msgstr "Nabor ikon, kab pakazać" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Pamier ikony" @@ -3235,7 +3235,7 @@ msgstr "Pakazvaj vyjavy menu" msgid "Whether images should be shown in menus" msgstr "Akreślivaje, ci ŭ menu pavinny być pakazanyja vyjavy" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Ekran, na jakim budzie pakazanaje hetaje vakno" @@ -4888,25 +4888,25 @@ msgstr "Vodstup vartaści" msgid "Space between value text and the slider/trough area" msgstr "Vodstup pamiž tekstam z vartaściu i abšaram paŭzunka" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Vartaść škały" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Pamier ikon" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "Abjekt GtkAdjustment, jaki maje dziejnuju vartaść hetaha abjektu abšaru." -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Ikony" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Śpis nazvaŭ ikon" @@ -6653,7 +6653,7 @@ msgstr "Uzor linii, užyvanaj pry rysavańni linijaŭ tam, dzie dreva" msgid "Whether to display the column" msgstr "Akreślivaje, ci pakazvać kalonu" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Źmienny pamier" @@ -7079,44 +7079,44 @@ msgstr "Daŭžynia vertykalnaj strełki prakrutki" msgid "The length of vertical scroll arrows" msgstr "Daŭžynia vertykalnaj strełki prakrutki" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Typ akna" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Typ akna" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Zahałovak akna" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Zahałovak akna" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Rola akna" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Unikalny identyfikatar dla akna, užyvany padčas adbudovy sesii" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ID startu" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Unikalny identyfikatar dla akna, užyvany padčas paviedamleńnia ab starcie" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Mahčymaść źmianšeńnia" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7125,95 +7125,95 @@ msgstr "" "Akreślivaje, ci akno nia maje minimalnaha pamieru. Abrańnie hetaj vartaści " "na 99% drennaja ideja" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Dazvol pavieličeńnie" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Akreślivaje, ci moža karystalnik pavialičvać pamier akna na bolšy za " "minimalny" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Akreślivaje, ci moža karystalnik źmianiać pamier akna" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Madalnaje" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" "Akreślivaje, ci akno madalnaje (kali jano bačnaje, inšymi nielha karystacca)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Pałažeńnie akna" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Pačatkovaje pałažeńnie akna" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Zmoŭčanaja šyrynia" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Zmoŭčanaja šyrynia akna, užyvanaja pry pieršym jahonym pajaŭleńni" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Zmoŭčanaja vyšynia" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Zmoŭčanaja vyšynia akna, užyvanaja pry pieršym jahonym pajaŭleńni" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Źnišč z baćkam" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" "Akreślivaje, ci začyniać hetaje vakno, kali začyniajecca vakno vyšejšaha " "ŭzroŭniu" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Ikona, źviazanaja z hetym aknom" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Nazva ikony z matyvu, źviazanaj z hetym aknom" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Aktyŭnaje" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Akreślivaje, ci akno vyšejšaha ŭzroŭniu aktyŭnaje" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Fokus u aknie vyšejšaha ŭzroŭniu" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Akreślivaje, ci fokus znachodzicca ŭnutry GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Padkazka typu" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7221,86 +7221,86 @@ msgstr "" "Padkazka dla asiarodździa, ź jakim typam akna jano maje dačynieńnie, i jak ź " "im abychodzicca." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Abminaj paneli zadańniaŭ" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Akreślivaje, ci akno pavinna być abminutaje na paneli zadańniaŭ." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Abminaj pieraklučalnik rabočych abšaraŭ" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" "Akreślivaje, ci akno pavinna być abminutaje ŭ pieraklučalniku rabočych " "abšaraŭ." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Važnaje" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "Akreślivaje, ci źviartać uvahu karystalnika na dadzienaje akno." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Pryjmańnie fokusu" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "Kali PRAŬDA, akno pavinna atrymoŭvać fokus uvodu." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Fokus pry mapavańni" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "Kali PRAŬDA, akno pavinna atrymoŭvać fokus uvodu pry mapavańni." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Dekaravanaje" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Akreślivaje, ci kiraŭnik voknaŭ pavinien dekaravać hetaje akno" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Vydalalny" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" "Akreślivaje, ci na ramcy vakna pavinna być knopka, jakaja jaho začyniaje" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Hravitacyja" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Akno hravitacyi vakna" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Pierachodny dla akna" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Pierachodny baćka dyjalohu" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Prazrystaść akna" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Prazrystaść akna ad 0 da 1" diff --git a/po-properties/bg.po b/po-properties/bg.po index e8fa705c00..160b0c9e4a 100644 --- a/po-properties/bg.po +++ b/po-properties/bg.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-16 13:18+0200\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-16 13:18+0200\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" @@ -19,111 +19,109 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: ../gdk-pixbuf/gdk-pixbuf.c:89 +#: gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "Брой канали" -#: ../gdk-pixbuf/gdk-pixbuf.c:90 +#: gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "Броят отчети за пиксел" -#: ../gdk-pixbuf/gdk-pixbuf.c:99 +#: gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "Цветово пространство" -#: ../gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "Цветовото пространство, от което са отчетите" -#: ../gdk-pixbuf/gdk-pixbuf.c:108 +#: gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "С алфа канал" -#: ../gdk-pixbuf/gdk-pixbuf.c:109 +#: gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "Дали буферът с пиксели има алфа канал" -#: ../gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "Битове за отчет" -#: ../gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "Броят битове за отчет" -#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 -#: ../gtk/gtktreeviewcolumn.c:207 +#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "Широчина" -#: ../gdk-pixbuf/gdk-pixbuf.c:133 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "Броят колони в буфера с пиксели" -#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 +#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 msgid "Height" msgstr "Височина" -#: ../gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "Броят редове в буфера с пиксели" -#: ../gdk-pixbuf/gdk-pixbuf.c:159 +#: gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "Буфер пред ред" -#: ../gdk-pixbuf/gdk-pixbuf.c:160 +#: gdk-pixbuf/gdk-pixbuf.c:160 msgid "" "The number of bytes between the start of a row and the start of the next row" msgstr "Броят байтове между началото на ред и началото на следващия" -#: ../gdk-pixbuf/gdk-pixbuf.c:169 +#: gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "Пиксели" -#: ../gdk-pixbuf/gdk-pixbuf.c:170 +#: gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "Указател към данните с пиксели на буфера с пиксели" -#: ../gdk/gdkdisplaymanager.c:103 +#: gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "Стандартен дисплей" -#: ../gdk/gdkdisplaymanager.c:104 +#: gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "Стандартният за GDK дисплей" -#: ../gdk/gdkpango.c:490 ../gtk/gtkinvisible.c:86 -#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Екран" -#: ../gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "Екранът GdkScreen на ядрото за изчертаване" -#: ../gdk/gdkscreen.c:75 +#: gdk/gdkscreen.c:75 msgid "Font options" msgstr "Настройки на шрифт" -#: ../gdk/gdkscreen.c:76 +#: gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "Стандартни настройки на шрифт" -#: ../gdk/gdkscreen.c:83 +#: gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "Разделителна способност за шрифт" -#: ../gdk/gdkscreen.c:84 +#: gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "Разделителната способност за шрифтовете на екрана" -#: ../gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Име на програмата" -#: ../gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -131,43 +129,43 @@ msgstr "" "Името на програмата. Ако не е зададено, стандартно се взима " "g_get_application_name()" -#: ../gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Версия на програмата" -#: ../gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Версията на програмата" -#: ../gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Авторски права" -#: ../gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Информация за авторските права върху програмата" -#: ../gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Коментар" -#: ../gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Коментари за програмата" -#: ../gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Адрес на уеб сайт" -#: ../gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "Адрес на уеб сайта на програмата" -#: ../gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Етикет на страница в Интернет" -#: ../gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -175,46 +173,46 @@ msgstr "" "Етикетът за хипервръзката към уеб сайта на програмата. Ако не е зададен, " "стандартно е адресът" -#: ../gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Автори" -#: ../gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Списък на авторите на програмата" -#: ../gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Документатори" -#: ../gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Списък на хората, които са написали документацията на програмата" -#: ../gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Дизайнери" -#: ../gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" "Списък на хората, които са допринесли за художественото оформление на " "програмата" -#: ../gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Преводачи" -#: ../gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "Списък с преводачи. Низът трябва да е отбелязан за превод" -#: ../gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Лого" -#: ../gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -222,112 +220,111 @@ msgstr "" "Лого за диалоговата кутия „Относно“. Ако не е зададено, стандартно се " "използва gtk_window_get_default_icon_list()" -#: ../gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Име на иконата за логото" -#: ../gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" "Именувана икона, която да се използва като лого за диалоговата кутия " "„Относно“." -#: ../gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Пренасяне по ред на лиценза" -#: ../gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Дали текстът на лиценза ще се пренася." -#: ../gtk/gtkaccellabel.c:123 +#: gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "Заграждение за клавишни комбинации" -#: ../gtk/gtkaccellabel.c:124 +#: gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "Заграждението за наблюдение за промени на клавишни комбинации" -#: ../gtk/gtkaccellabel.c:130 +#: gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "Графичен обект за клавишни комбинации" -#: ../gtk/gtkaccellabel.c:131 +#: gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "Графичният обект за наблюдение за промени на клавишните комбинации" -#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 -#: ../gtk/gtktextmark.c:89 +#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 +#: gtk/gtktextmark.c:89 msgid "Name" msgstr "Име" -#: ../gtk/gtkaction.c:180 +#: gtk/gtkaction.c:180 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/gtktoolbutton.c:202 +#: 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/gtktoolbutton.c:202 msgid "Label" msgstr "Етикет" -#: ../gtk/gtkaction.c:199 +#: gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "" "Етикетът за елементи на менюто и бутоните, които активират това действие." -#: ../gtk/gtkaction.c:215 +#: gtk/gtkaction.c:215 msgid "Short label" msgstr "Кратък етикет" -#: ../gtk/gtkaction.c:216 +#: gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "" "По-кратък етикет, който да се използва за бутоните в лентата с инструменти." -#: ../gtk/gtkaction.c:224 +#: gtk/gtkaction.c:224 msgid "Tooltip" msgstr "Подсказка" -#: ../gtk/gtkaction.c:225 +#: gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "Подсказка за това действие." -#: ../gtk/gtkaction.c:240 +#: gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "Стандартна икона" -#: ../gtk/gtkaction.c:241 +#: gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "" "Стандартната икона, която да се показва в графичните обекти, които " "представят това действие." -#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 +#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "Икона" -#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 -#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 +#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 +#: gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "Иконата, която се показва" -#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 -#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:605 +#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Име на икона" -#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 -#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 +#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 +#: gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "Името на иконата от темата на иконите" -#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 +#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "Видим хоризонтално" -#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 +#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." @@ -335,11 +332,11 @@ msgstr "" "Дали елементът на лентата с инструменти да се вижда, когато тя е " "хоризонтално ориентирана." -#: ../gtk/gtkaction.c:306 +#: gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "Видим при преливане" -#: ../gtk/gtkaction.c:307 +#: gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." @@ -347,11 +344,11 @@ msgstr "" "Когато е истина, представянето на това действие се показва в менюто за " "преливане." -#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 +#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "Видим вертикално" -#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 +#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." @@ -359,11 +356,11 @@ msgstr "" "Дали елементът на лентата с инструменти да се вижда, когато тя е вертикално " "ориентирана." -#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 +#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 msgid "Is important" msgstr "Е важно" -#: ../gtk/gtkaction.c:323 +#: gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." @@ -371,38 +368,37 @@ msgstr "" "Дали действието е важно. Когато е истина, представянето на този елемент от " "инструментите съдържа и текст в режима GTK_TOOLBAR_BOTH_HORIZ." -#: ../gtk/gtkaction.c:331 +#: gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "Скриване, ако е празно" -#: ../gtk/gtkaction.c:332 +#: gtk/gtkaction.c:332 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/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193 +#: gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "Действащо" -#: ../gtk/gtkaction.c:339 +#: gtk/gtkaction.c:339 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/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293 +#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516 msgid "Visible" msgstr "Видимо" -#: ../gtk/gtkaction.c:346 +#: gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "Дали действието е видимо." -#: ../gtk/gtkaction.c:352 +#: gtk/gtkaction.c:352 msgid "Action Group" msgstr "Група на действия" -#: ../gtk/gtkaction.c:353 +#: gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." @@ -410,72 +406,72 @@ msgstr "" "Обектът GtkActionGroup, с който този GtkAction е свързан, или NULL (за " "вътрешно ползване)." -#: ../gtk/gtkactiongroup.c:171 +#: gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "Име на групата за действия." -#: ../gtk/gtkactiongroup.c:178 +#: gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "Дали групата действия е включена." -#: ../gtk/gtkactiongroup.c:185 +#: gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "Дали групата за действия е видима." -#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:204 ../gtk/gtkspinbutton.c:269 +#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Стойност" -#: ../gtk/gtkadjustment.c:94 +#: gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "Стойност на изменението" -#: ../gtk/gtkadjustment.c:110 +#: gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "Минимална стойност" -#: ../gtk/gtkadjustment.c:111 +#: gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "Минималната стойност на изменението" -#: ../gtk/gtkadjustment.c:130 +#: gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "Максимална стойност" -#: ../gtk/gtkadjustment.c:131 +#: gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "Максималната стойност на изменението" -#: ../gtk/gtkadjustment.c:147 +#: gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "Стъпка на изменение" -#: ../gtk/gtkadjustment.c:148 +#: gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "Стъпката на изменение" -#: ../gtk/gtkadjustment.c:164 +#: gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "Страница на изменение" -#: ../gtk/gtkadjustment.c:165 +#: gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "Стъпката-страница на изменението" -#: ../gtk/gtkadjustment.c:184 +#: gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "Размер на страницата" -#: ../gtk/gtkadjustment.c:185 +#: gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "Размерът на страницата на изменението" -#: ../gtk/gtkalignment.c:90 +#: gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "Хоризонтално подравняване" -#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 +#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" @@ -483,11 +479,11 @@ msgstr "" "Хоризонтално разположение на дъщерните елементи в наличното място. 0.0 е " "ляво подравняване, 1.0 е дясно подравняване" -#: ../gtk/gtkalignment.c:100 +#: gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "Вертикално подравняване" -#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 +#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" @@ -495,11 +491,11 @@ msgstr "" "Вертикално разположение на дъщерните елементи в наличното място. 0.0 е горно " "подравняване, 1.0 е долно подравняване" -#: ../gtk/gtkalignment.c:109 +#: gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "Хоризонтално мащабиране" -#: ../gtk/gtkalignment.c:110 +#: gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" @@ -508,11 +504,11 @@ msgstr "" "се задели за дъщерния елемент — 0.0 означава никакво заделяне, а 1.0 " "означава всичко" -#: ../gtk/gtkalignment.c:118 +#: gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "Вертикално мащабиране" -#: ../gtk/gtkalignment.c:119 +#: gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" @@ -521,189 +517,189 @@ msgstr "" "се задели за дъщерния елемент — 0.0 означава никакво заделяне, а 1.0 " "означава всичко" -#: ../gtk/gtkalignment.c:136 +#: gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "Горен отстъп" -#: ../gtk/gtkalignment.c:137 +#: gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "Отстъпът, който да се вмъкне отгоре на графичния обект." -#: ../gtk/gtkalignment.c:153 +#: gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "Долен отстъп" -#: ../gtk/gtkalignment.c:154 +#: gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "Отстъпът, който да се вмъкне отдолу на графичния обект." -#: ../gtk/gtkalignment.c:170 +#: gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "Ляв отстъп" -#: ../gtk/gtkalignment.c:171 +#: gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "Отстъпът, който да се вмъкне отляво на графичния обект." -#: ../gtk/gtkalignment.c:187 +#: gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "Десен отстъп" -#: ../gtk/gtkalignment.c:188 +#: gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "Отстъпът, който да се вмъкне отдясно на графичния обект." -#: ../gtk/gtkarrow.c:75 +#: gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "Направление на стрелка" -#: ../gtk/gtkarrow.c:76 +#: gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "Посоката, в която стрелката трябва да сочи" -#: ../gtk/gtkarrow.c:84 +#: gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "Сянка на стрелката" -#: ../gtk/gtkarrow.c:85 +#: gtk/gtkarrow.c:85 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:363 msgid "Arrow Scaling" msgstr "Размер на стрелката" -#: ../gtk/gtkarrow.c:93 +#: gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "Пространството заемано от стрелката" -#: ../gtk/gtkaspectframe.c:79 +#: gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "Хоризонтално подравняване" -#: ../gtk/gtkaspectframe.c:80 +#: gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "Подравняване на дъщерните елементи по Х" -#: ../gtk/gtkaspectframe.c:86 +#: gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "Вертикално подравняване" -#: ../gtk/gtkaspectframe.c:87 +#: gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "Подравняване на дъщерните елементи по У" -#: ../gtk/gtkaspectframe.c:93 +#: gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "Пропорция" -#: ../gtk/gtkaspectframe.c:94 +#: gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "Пропорция на размерите, ако obey_child (дъщерната пропорция) е лъжа" -#: ../gtk/gtkaspectframe.c:100 +#: gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "Дъщерна пропорция" -#: ../gtk/gtkaspectframe.c:101 +#: gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "" "Принуждаване пропорцията на размерите да същата като тази на дъщерния " "елемент на рамката" -#: ../gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "Отстъп на заглавието" -#: ../gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "Брой пиксели около заглавието." -#: ../gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "Отстъп на съдържанието" -#: ../gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "Брой пиксели около страниците на съдържанието." -#: ../gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:286 msgid "Page type" msgstr "Вид на страницата" -#: ../gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "Вид на страницата на помощника" -#: ../gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:304 msgid "Page title" msgstr "Заглавие на страницата" -#: ../gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "Заглавието на страницата на помощника" -#: ../gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:321 msgid "Header image" msgstr "Заглавно изображение" -#: ../gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "Заглавно изображение на страницата на помощника" -#: ../gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "Странично изображение" -#: ../gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "Странично изображение на страницата на помощника" -#: ../gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:354 msgid "Page complete" msgstr "Страницата е попълнена" -#: ../gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "Дали всички задължителни полета на страницата са попълнени" -#: ../gtk/gtkbbox.c:91 +#: gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "Минимална широчина на дъщерен елемент" -#: ../gtk/gtkbbox.c:92 +#: gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "Минимална широчина на бутони вътре в кутията" -#: ../gtk/gtkbbox.c:100 +#: gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "Минимална височина на дъщерен елемент" -#: ../gtk/gtkbbox.c:101 +#: gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "Минимална височина на бутони вътре в кутията" -#: ../gtk/gtkbbox.c:109 +#: gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "Вътрешно запълване по широчина" -#: ../gtk/gtkbbox.c:110 +#: gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "С колко да се увеличи размера на дъщерния елемент отляво и отдясно" -#: ../gtk/gtkbbox.c:118 +#: gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "Вътрешно запълване по височина" -#: ../gtk/gtkbbox.c:119 +#: gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "С колко да се увеличи размера на дъщерния елемент отгоре и отдолу" -#: ../gtk/gtkbbox.c:127 +#: gtk/gtkbbox.c:127 msgid "Layout style" msgstr "Стил на подредба" -#: ../gtk/gtkbbox.c:128 +#: gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" @@ -712,11 +708,11 @@ msgstr "" "„default“ (стандартно), „spread“ (разтягане), „edge“ (по края), „start“ (от " "началото), „end“ (от края)" -#: ../gtk/gtkbbox.c:136 +#: gtk/gtkbbox.c:136 msgid "Secondary" msgstr "Вторична група" -#: ../gtk/gtkbbox.c:137 +#: gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" @@ -724,40 +720,40 @@ msgstr "" "Ако е истина, дъщерният елемент се появява във вторична група от дъщерни " "елементи, напр. за бутони за помощ." -#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 -#: ../gtk/gtktreeviewcolumn.c:216 +#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 +#: gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "Разредка" -#: ../gtk/gtkbox.c:131 +#: gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "Разстоянието между дъщерни елементи" -#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 -#: ../gtk/gtktoolbar.c:573 +#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 +#: gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "Еднакво големи" -#: ../gtk/gtkbox.c:141 +#: gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "Дали дъщерните елементи да имат еднакъв размер" -#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 -#: ../gtk/gtktreeviewcolumn.c:272 +#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 +#: gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "Разширяване" -#: ../gtk/gtkbox.c:149 +#: gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "" "Дали дъщерните елементи да бъдат получат допълнително място, когато " "контейнерът нараства" -#: ../gtk/gtkbox.c:155 +#: gtk/gtkbox.c:155 msgid "Fill" msgstr "Запълване" -#: ../gtk/gtkbox.c:156 +#: gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" @@ -765,19 +761,19 @@ msgstr "" "Дали допълнителното място дадено на дъщерния елемент да се задели за " "елемента или да се остави като разстояние" -#: ../gtk/gtkbox.c:162 +#: gtk/gtkbox.c:162 msgid "Padding" msgstr "Отстъп" -#: ../gtk/gtkbox.c:163 +#: gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "Допълнително място между дъщерния елемент и неговите съседи, в пиксели" -#: ../gtk/gtkbox.c:169 +#: gtk/gtkbox.c:169 msgid "Pack type" msgstr "Вид пакетиране" -#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 +#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" @@ -785,37 +781,37 @@ msgstr "" "GtkPackType, който указва, дали дъщерният елемент е пакетиран с спрямо " "началото или края на контейнера" -#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 -#: ../gtk/gtkruler.c:148 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 +#: gtk/gtkruler.c:148 msgid "Position" msgstr "Позиция" -#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 +#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "Индексът на дъщерния елемент в контейнера" -#: ../gtk/gtkbuilder.c:96 +#: gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "Област на превод" -#: ../gtk/gtkbuilder.c:97 +#: gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "Областта за превод, която се ползва от gettext" -#: ../gtk/gtkbutton.c:220 +#: gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" msgstr "" "Текстът на елемента етикет вътре в бутона, ако той съдържа елемент етикет" -#: ../gtk/gtkbutton.c:227 ../gtk/gtkexpander.c:203 ../gtk/gtklabel.c:388 -#: ../gtk/gtkmenuitem.c:315 ../gtk/gtktoolbutton.c:209 +#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 +#: gtk/gtkmenuitem.c:315 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/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389 +#: gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" @@ -823,71 +819,70 @@ msgstr "" "Ако е зададено, знакът „_“ означава, че следващият знак ще бъде използван за " "клавишната комбинация" -#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 +#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "Използване на стандартен" -#: ../gtk/gtkbutton.c:236 +#: gtk/gtkbutton.c:236 msgid "" "If set, the label is used to pick a stock item instead of being displayed" msgstr "" "Ако е зададен, етикетът се използва за избор на стандартен обект вместо " "показваният" -#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 -#: ../gtk/gtkfilechooserbutton.c:393 +#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "Фокусиране при натискане" -#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 +#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "Дали бутонът се фокусира при натискането му с мишката" -#: ../gtk/gtkbutton.c:251 +#: gtk/gtkbutton.c:251 msgid "Border relief" msgstr "Релеф на рамката" -#: ../gtk/gtkbutton.c:252 +#: gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "Стилът на релефа на рамката" -#: ../gtk/gtkbutton.c:269 +#: gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "Хоризонтално подравняване за дъщерен обект" -#: ../gtk/gtkbutton.c:288 +#: gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "Вертикално подравняване за дъщерен обект" -#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 +#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "Графичен обект за изображение" -#: ../gtk/gtkbutton.c:306 +#: gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "Дъщерен обект, който да се появи до текста на бутона" -#: ../gtk/gtkbutton.c:320 +#: gtk/gtkbutton.c:320 msgid "Image position" msgstr "Позиция на изображението" -#: ../gtk/gtkbutton.c:321 +#: gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "Позиция на изображението спрямо текста" -#: ../gtk/gtkbutton.c:433 +#: gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "Стандартна разредка" -#: ../gtk/gtkbutton.c:434 +#: gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "Допълнително пространство за добавяне на бутоните CAN_DEFAULT " -#: ../gtk/gtkbutton.c:440 +#: gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "Стандартна външна разредка" -#: ../gtk/gtkbutton.c:441 +#: gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" @@ -895,33 +890,33 @@ msgstr "" "Допълнително пространство за добавяне към бутоните CAN_DEFAULT, което винаги " "се показва извън рамката" -#: ../gtk/gtkbutton.c:446 +#: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "Отместване по X на обект" -#: ../gtk/gtkbutton.c:447 +#: gtk/gtkbutton.c:447 msgid "" "How far in the x direction to move the child when the button is depressed" msgstr "" "Показва колко далеч по посока на X ще се отмести обектът, когато бутонът е " "натиснат" -#: ../gtk/gtkbutton.c:454 +#: gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "Отместване по Y на обект" -#: ../gtk/gtkbutton.c:455 +#: gtk/gtkbutton.c:455 msgid "" "How far in the y direction to move the child when the button is depressed" msgstr "" "Показва колко далеч по посока на Y ще се отмести обектът, когато бутонът е " "натиснат" -#: ../gtk/gtkbutton.c:471 +#: gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "Изместване на фокус" -#: ../gtk/gtkbutton.c:472 +#: gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" @@ -929,367 +924,365 @@ msgstr "" "Дали свойствата за отместване на дъщерните елементи по X и Y да оказват " "влияние и върху правоъгълника на фокусиране" -#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "Вътрешна рамка" -#: ../gtk/gtkbutton.c:486 +#: gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "Рамка между бутона и дъщерния елемент." -#: ../gtk/gtkbutton.c:499 +#: gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "Разредка между изображенията" -#: ../gtk/gtkbutton.c:500 +#: gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "Разстояние в пиксели, между изображението и етикета" -#: ../gtk/gtkbutton.c:514 +#: gtk/gtkbutton.c:514 msgid "Show button images" msgstr "Изображения в бутоните" -#: ../gtk/gtkbutton.c:515 +#: gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "Дали да се показват изображенията в бутоните" -#: ../gtk/gtkcalendar.c:440 +#: gtk/gtkcalendar.c:440 msgid "Year" msgstr "Година" -#: ../gtk/gtkcalendar.c:441 +#: gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "Избраната година" -#: ../gtk/gtkcalendar.c:454 +#: gtk/gtkcalendar.c:454 msgid "Month" msgstr "Месец" -#: ../gtk/gtkcalendar.c:455 +#: gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "Избраният месец (число от 0 до 11)" -#: ../gtk/gtkcalendar.c:469 +#: gtk/gtkcalendar.c:469 msgid "Day" msgstr "Ден" -#: ../gtk/gtkcalendar.c:470 +#: gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" msgstr "" "Избраният ден (число от 1 до 31, или 0, за да се махне избора на текущ ден)" -#: ../gtk/gtkcalendar.c:484 +#: gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "Заглавна част" -#: ../gtk/gtkcalendar.c:485 +#: gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "Ако е истина, се показва заглавна част" -#: ../gtk/gtkcalendar.c:499 +#: gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "Показване на имената на дните" -#: ../gtk/gtkcalendar.c:500 +#: gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "Ако е истина, се показват имената на дните" -#: ../gtk/gtkcalendar.c:513 +#: gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "Месецът не се променя" -#: ../gtk/gtkcalendar.c:514 +#: gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "Ако е истина, избраният месец не може да се променя" -#: ../gtk/gtkcalendar.c:528 +#: gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "Показване на номерата на седмиците" -#: ../gtk/gtkcalendar.c:529 +#: gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "Ако е истина, номерата на седмиците се показват" -#: ../gtk/gtkcalendar.c:544 +#: gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "Широчина на прозореца за подробностите" -#: ../gtk/gtkcalendar.c:545 +#: gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "Широчина на прозореца за подробностите в знаци" -#: ../gtk/gtkcalendar.c:560 +#: gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "Височина на прозореца за подробностите" -#: ../gtk/gtkcalendar.c:561 +#: gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "Височина на прозореца за подробностите в редове" -#: ../gtk/gtkcalendar.c:577 +#: gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "Показване на подробностите" -#: ../gtk/gtkcalendar.c:578 +#: gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "Ако е истина, подробностите се показват" -#: ../gtk/gtkcellrenderer.c:177 +#: gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "режим" -#: ../gtk/gtkcellrenderer.c:178 +#: gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "Редактируем режим за „CellRenderer“" -#: ../gtk/gtkcellrenderer.c:186 +#: gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "видимост" -#: ../gtk/gtkcellrenderer.c:187 +#: gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "Показване на клетката" -#: ../gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "Показване на клетката, като чувствителна" -#: ../gtk/gtkcellrenderer.c:201 +#: gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "подравняване по X" -#: ../gtk/gtkcellrenderer.c:202 +#: gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "Подравняването по X" -#: ../gtk/gtkcellrenderer.c:211 +#: gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "подравняване по Y" -#: ../gtk/gtkcellrenderer.c:212 +#: gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "Подравняването по Y" -#: ../gtk/gtkcellrenderer.c:221 +#: gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "отстъп по X" -#: ../gtk/gtkcellrenderer.c:222 +#: gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "Отстъпът по X" -#: ../gtk/gtkcellrenderer.c:231 +#: gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "отстъп по Y" -#: ../gtk/gtkcellrenderer.c:232 +#: gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "Отстъпът по Y" -#: ../gtk/gtkcellrenderer.c:241 +#: gtk/gtkcellrenderer.c:241 msgid "width" msgstr "широчина" -#: ../gtk/gtkcellrenderer.c:242 +#: gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "Фиксираната широчина" -#: ../gtk/gtkcellrenderer.c:251 +#: gtk/gtkcellrenderer.c:251 msgid "height" msgstr "височина" -#: ../gtk/gtkcellrenderer.c:252 +#: gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "Фиксираната височина" -#: ../gtk/gtkcellrenderer.c:261 +#: gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "Е разширител" -#: ../gtk/gtkcellrenderer.c:262 +#: gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "Редът съдържа дъщерни елементи" -#: ../gtk/gtkcellrenderer.c:270 +#: gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "Е разширен" -#: ../gtk/gtkcellrenderer.c:271 +#: gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "Редът е разширител и е разширен" -#: ../gtk/gtkcellrenderer.c:278 +#: gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "Име на цвета на фона на клетката" -#: ../gtk/gtkcellrenderer.c:279 +#: gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "Цвят на фона на клетката като низ" -#: ../gtk/gtkcellrenderer.c:286 +#: gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "Цвят на фона на клетка" -#: ../gtk/gtkcellrenderer.c:287 +#: gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "Цвят на фона на клетката като GdkColor" -#: ../gtk/gtkcellrenderer.c:294 +#: gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "Редактиране" -#: ../gtk/gtkcellrenderer.c:295 +#: gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "Дали в момента клетката е в режим на редактиране" -#: ../gtk/gtkcellrenderer.c:303 +#: gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "Фон на клетката" -#: ../gtk/gtkcellrenderer.c:304 +#: gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "Дали този етикет засяга цвета на фона на клетката" -#: ../gtk/gtkcellrendereraccel.c:113 +#: gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "Клавишна комбинация" -#: ../gtk/gtkcellrendereraccel.c:114 +#: gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "Стойност на клавиша от комбинацията" -#: ../gtk/gtkcellrendereraccel.c:130 +#: gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "Модификатори за клавишната комбинация" -#: ../gtk/gtkcellrendereraccel.c:131 +#: gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "Маската за модификаторите за клавишната комбинация" -#: ../gtk/gtkcellrendereraccel.c:148 +#: gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "Код на клавиша за комбинацията" -#: ../gtk/gtkcellrendereraccel.c:149 +#: gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "Хардуерният код на клавиша от комбинацията" -#: ../gtk/gtkcellrendereraccel.c:168 +#: gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "Режим на клавишната комбинация" -#: ../gtk/gtkcellrendereraccel.c:169 +#: gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "Видът на клавишната комбинация" -#: ../gtk/gtkcellrenderercombo.c:107 +#: gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "Модел" -#: ../gtk/gtkcellrenderercombo.c:108 +#: gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "Моделът съдържащ възможните стойности на падащото меню" -#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 +#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "Текстова колона" -#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 +#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "Колона в модела на източника на данни, от която да се взимат низове" -#: ../gtk/gtkcellrenderercombo.c:148 +#: gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "Съдържание" -#: ../gtk/gtkcellrenderercombo.c:149 +#: gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "Ако е лъжа, не се позволява вписването на низове освен избраните" -#: ../gtk/gtkcellrendererpixbuf.c:111 +#: gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "Обект „буфер с пиксели“" -#: ../gtk/gtkcellrendererpixbuf.c:112 +#: gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "Буфер пиксели за показване" -#: ../gtk/gtkcellrendererpixbuf.c:119 +#: gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "Буфер с пиксели за отворен разширител" -#: ../gtk/gtkcellrendererpixbuf.c:120 +#: gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "Буфер с пиксели за отворен разширител" -#: ../gtk/gtkcellrendererpixbuf.c:127 +#: gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "Буфер с пиксели за затворен разширител" -#: ../gtk/gtkcellrendererpixbuf.c:128 +#: gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "Буфер с пиксели за затворен разширител" -#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 -#: ../gtk/gtkstatusicon.c:226 +#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "Номенклатурен идентификатор" -#: ../gtk/gtkcellrendererpixbuf.c:136 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "Номенклатурен идентификатор на стандартна икона, която да се покаже" -#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 -#: ../gtk/gtkstatusicon.c:267 +#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 +#: gtk/gtkstatusicon.c:267 msgid "Size" msgstr "Размер" -#: ../gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "Стойността на GtkIconSize, която определя големината на иконата" -#: ../gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "Детайл" -#: ../gtk/gtkcellrendererpixbuf.c:154 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "Детайли по изображението, които да се подадат на модула на темата" -#: ../gtk/gtkcellrendererpixbuf.c:187 +#: gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "Следване на състоянието" -#: ../gtk/gtkcellrendererpixbuf.c:188 +#: gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Дали показаният буфер с пиксели да бъде оцветен според състоянието" -#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Икона" -#: ../gtk/gtkcellrendererprogress.c:129 +#: gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "Стойност на лентата за прогрес" -#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 -#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 -#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 +#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 +#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 +#: gtk/gtktextbuffer.c:198 msgid "Text" msgstr "Текст" -#: ../gtk/gtkcellrendererprogress.c:147 +#: gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "Текст на лентата за прогрес" -#: ../gtk/gtkcellrendererprogress.c:170 +#: gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "Пулс" -#: ../gtk/gtkcellrendererprogress.c:171 +#: gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." @@ -1297,11 +1290,11 @@ msgstr "" "Задайте положителна стойност, за да покажете, че има някакъв прогрес, но не " "знаете какъв." -#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 +#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "Подравняване на текст по x " -#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 +#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -1309,219 +1302,213 @@ msgstr "" "Хоризонталното подравняване на текста, от 0 (отляво) до 1 (отдясно). " "Обърнато за подредби отдясно-наляво (RTL)" -#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 +#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "Подравняване на текст по у" -#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 +#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "Вертикално подравняване на текста, от 0 (отгоре) до 1 (отдолу)" -#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 -#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 -#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 +#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 +#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 +#: gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "Ориентация" -#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 +#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "Ориентация и посока на растеж на лентата за прогрес" -#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:223 -#: ../gtk/gtkspinbutton.c:208 +#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Стъпка" -#: ../gtk/gtkcellrendererspin.c:94 +#: gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "Стъпка, който съдържа стойността на брояча." -#: ../gtk/gtkcellrendererspin.c:109 +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "Скорост на нарастване" -#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 +#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "Степента на ускорение, когато е задържан натиснат бутон" -#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 -#: ../gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "Цифри" -#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 +#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "Брой позиции след десетичната точка, които да се покажат" -#: ../gtk/gtkcellrenderertext.c:196 +#: gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "Текст за показване" -#: ../gtk/gtkcellrenderertext.c:203 +#: gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "Маркиране" -#: ../gtk/gtkcellrenderertext.c:204 +#: gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "Маркиран текст за показване" -#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 +#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 msgid "Attributes" msgstr "Атрибути" -#: ../gtk/gtkcellrenderertext.c:212 +#: gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "" "Списък от атрибути на стил за прилагане към текста на ядрото за изчертаване" -#: ../gtk/gtkcellrenderertext.c:219 +#: gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "Единичен абзац" -#: ../gtk/gtkcellrenderertext.c:220 +#: gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "Дали целият текст да е един абзац" -#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 -#: ../gtk/gtktexttag.c:183 +#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 msgid "Background color name" msgstr "Име на цвета на фона" -#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 -#: ../gtk/gtktexttag.c:184 +#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "Цвят на фон като низ" -#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 -#: ../gtk/gtktexttag.c:191 +#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 msgid "Background color" msgstr "Цвят на фон" -#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 +#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "Цвят на фон като GdkColor" -#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 +#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "Име на цвят на преден план" -#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 +#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "Цвят на преден план като низ" -#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 +#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "Цвят на преден план" -#: ../gtk/gtkcellrenderertext.c:253 +#: gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "Цвят на преден план като GdkColor" -#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 -#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 +#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "Редактируем" -#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 -#: ../gtk/gtktextview.c:574 +#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "Дали текстът може да бъде модифициран от потребителя" -#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 -#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 +#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 +#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 msgid "Font" msgstr "Шрифт" -#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 +#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "Описание на шрифт като низ, напр. „Sans Italic 12“" -#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 +#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "Описание на шрифт като структура „PangoFontDescription“" -#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 +#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 msgid "Font family" msgstr "Фамилия шрифтове" -#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 +#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "Име на фамилия шрифтове, напр. Sans, Helvetica, Times, Monospace" -#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 -#: ../gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 +#: gtk/gtktexttag.c:291 msgid "Font style" msgstr "Стил на шрифт" -#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 -#: ../gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 +#: gtk/gtktexttag.c:300 msgid "Font variant" msgstr "Вариант на шрифт" -#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 -#: ../gtk/gtktexttag.c:309 +#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 +#: gtk/gtktexttag.c:309 msgid "Font weight" msgstr "Чернота на шрифт" -#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 -#: ../gtk/gtktexttag.c:320 +#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 +#: gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "Сбитост на шрифт" -#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 -#: ../gtk/gtktexttag.c:329 +#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 +#: gtk/gtktexttag.c:329 msgid "Font size" msgstr "Размер на шрифт" -#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 +#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 msgid "Font points" msgstr "Шрифт в точки" -#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 +#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "Размер на шрифт в точки" -#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 +#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 msgid "Font scale" msgstr "Мащаб на шрифт" -#: ../gtk/gtkcellrenderertext.c:352 +#: gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "Коефициент на мащабиране за шрифт" -#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 +#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 msgid "Rise" msgstr "Издигане" -#: ../gtk/gtkcellrenderertext.c:362 +#: gtk/gtkcellrenderertext.c:362 msgid "" "Offset of text above the baseline (below the baseline if rise is negative)" msgstr "" "Отместване на текста нагоре над основната линия (под базовата линия, ако е " "отрицателно)" -#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 +#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "Зачертаване" -#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 +#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "Дали текстът ще бъде зачертан" -#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 +#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 msgid "Underline" msgstr "Подчертаване" -#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 +#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "Стил на подчертаване за текст" -#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 +#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 msgid "Language" msgstr "Език" -#: ../gtk/gtkcellrenderertext.c:391 +#: gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " @@ -1531,12 +1518,11 @@ msgstr "" "като подсказка, когато показва текста. Ако не разбирате този параметър, най-" "вероятно не се нуждаете от него" -#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 -#: ../gtk/gtkprogressbar.c:206 +#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "Съкращаване" -#: ../gtk/gtkcellrenderertext.c:412 +#: gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" @@ -1544,20 +1530,20 @@ msgstr "" "Предпочитаното място за съкращаване на низа в случаите, когато клетката не " "разполага с достатъчно място да покаже целия низ" -#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 -#: ../gtk/gtklabel.c:519 +#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 +#: gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "Широчина в знаци" -#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 +#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "Желаната широчина на етикета в знаци" -#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 +#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "Режим на пренасяне" -#: ../gtk/gtkcellrenderertext.c:451 +#: gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" @@ -1565,446 +1551,440 @@ msgstr "" "Предпочитаното място за пренасяне на низа в случаите, когато клетката не " "разполага с достатъчно място да се покаже целият низ." -#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 +#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "Широчина за пренасяне" -#: ../gtk/gtkcellrenderertext.c:471 +#: gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "Дължина, при която текстът е пренесен" -#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 +#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "Подравняване" -#: ../gtk/gtkcellrenderertext.c:492 +#: gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "Как да се подравнят редовете" -#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 -#: ../gtk/gtktexttag.c:564 +#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 msgid "Background set" msgstr "Фон" -#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 -#: ../gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "Дали този етикет засяга цвета на фона" -#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 +#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "Преден план" -#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "Дали този етикет засяга цвета на преден план" -#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 +#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 msgid "Editability set" msgstr "Редактируем" -#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 +#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "Дали този етикет засяга редактируемостта на текста" -#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 +#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 msgid "Font family set" msgstr "Фамилия шрифтове" -#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 +#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "Дали този етикет засяга фамилията на шрифт" -#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 +#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 msgid "Font style set" msgstr "Стил на шрифт" -#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "Дали този етикет засяга стила на шрифт" -#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 +#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "Вариант на шрифт" -#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 +#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "Дали този етикет засяга варианта на шрифт" -#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 +#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "Чернота" -#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "Дали този етикет засяга чернотата на шрифт" -#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 +#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "Сбитост на шрифт" -#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 +#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "Дали този етикет засяга сбитостта на шрифт" -#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 +#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 msgid "Font size set" msgstr "Размер на шрифт" -#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 +#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "Дали този етикет засяга кегела на шрифт" -#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 +#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "Мащаб на шрифт" -#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 +#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "Дали този етикет мащабира шрифта" -#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 +#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 msgid "Rise set" msgstr "Издигане" -#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 +#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "Дали този етикет засяга издигането" -#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 +#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "Зачертаване" -#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 +#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "Дали този етикет засяга зачертаването" -#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 +#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 msgid "Underline set" msgstr "Подчертаване" -#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 +#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "Дали този етикет засяга подчертаването" -#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 +#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 msgid "Language set" msgstr "Задаване на език" -#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 +#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "Дали този етикет засяга езика, на който е показан текстът" -#: ../gtk/gtkcellrenderertext.c:558 +#: gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "Задаване на съкращаване" -#: ../gtk/gtkcellrenderertext.c:559 +#: gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "Дали този етикет засяга съкращаването" -#: ../gtk/gtkcellrenderertext.c:562 +#: gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "Задаване на подравняването" -#: ../gtk/gtkcellrenderertext.c:563 +#: gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "Дали този етикет засяга режима на подравняване" -#: ../gtk/gtkcellrenderertoggle.c:126 +#: gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "Състояние на превключване" -#: ../gtk/gtkcellrenderertoggle.c:127 +#: gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "Състояние на превключване на бутоните" -#: ../gtk/gtkcellrenderertoggle.c:134 +#: gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "Неопределено състояние" -#: ../gtk/gtkcellrenderertoggle.c:135 +#: gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "Неопределено състояние на бутона" -#: ../gtk/gtkcellrenderertoggle.c:142 +#: gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "Активируеми" -#: ../gtk/gtkcellrenderertoggle.c:143 +#: gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "Превключването на бутоните може да ги активира" -#: ../gtk/gtkcellrenderertoggle.c:150 +#: gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "Радио състояние" -#: ../gtk/gtkcellrenderertoggle.c:151 +#: gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "Изчертаване на превключващ бутон като радио бутон" -#: ../gtk/gtkcellrenderertoggle.c:158 +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "Размер на индикатор" -#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 -#: ../gtk/gtkcheckmenuitem.c:122 +#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 +#: gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "Размер на маркирането или радио бутона" -#: ../gtk/gtkcellview.c:182 +#: gtk/gtkcellview.c:182 msgid "CellView model" msgstr "Режим на изглед с клетки" -#: ../gtk/gtkcellview.c:183 +#: gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "Моделът на изглед с клетки" -#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 -#: ../gtk/gtkoptionmenu.c:168 +#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "Размер на индикатор" -#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 -#: ../gtk/gtkoptionmenu.c:174 +#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "Разредка на индикатори" -#: ../gtk/gtkcheckbutton.c:78 +#: gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "Разстоянието около маркирането или радио индикатора" -#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 -#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 -#: ../gtk/gtktoggletoolbutton.c:114 +#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 +#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "Активен" -#: ../gtk/gtkcheckmenuitem.c:99 +#: gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "Дали елементът на менюто е маркиран" -#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 +#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "Неопределимост" -#: ../gtk/gtkcheckmenuitem.c:107 +#: gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "Дали да се показва състояние на неопределеност" -#: ../gtk/gtkcheckmenuitem.c:114 +#: gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "Изобразяване като радио бутон в меню" -#: ../gtk/gtkcheckmenuitem.c:115 +#: gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "Дали елемент от менюто да изглежда като елемент от меню с радио бутони" -#: ../gtk/gtkcolorbutton.c:171 +#: gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "Използване на алфа" -#: ../gtk/gtkcolorbutton.c:172 +#: gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "Дали да се дава алфа стойност на цвета" -#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 -#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 -#: ../gtk/gtktreeviewcolumn.c:264 +#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 +#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "Заглавие" -#: ../gtk/gtkcolorbutton.c:187 +#: gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "Заглавието на прозореца за избор на цвят" -#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 +#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "Текущ цвят" -#: ../gtk/gtkcolorbutton.c:202 +#: gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "Избраният цвят" -#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 +#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "Текущата алфа" -#: ../gtk/gtkcolorbutton.c:217 +#: gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "" "Избраната стойност на непрозрачност (0 пълна прозрачност, 65535 пълна " "непрозрачност)" -#: ../gtk/gtkcolorsel.c:279 +#: gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "С контрол на непрозрачност" -#: ../gtk/gtkcolorsel.c:280 +#: gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "Дали избраният цвят да има настройка на прозрачност" -#: ../gtk/gtkcolorsel.c:286 +#: gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "С палитра" -#: ../gtk/gtkcolorsel.c:287 +#: gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "Дали ще бъде използвана палитра" -#: ../gtk/gtkcolorsel.c:294 +#: gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "Текущият цвят" -#: ../gtk/gtkcolorsel.c:301 +#: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "" "Текущата стойност на непрозрачност (0 пълна прозрачност, 65535 пълна " "непрозрачност)" -#: ../gtk/gtkcolorsel.c:315 +#: gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "Потребителска палитра" -#: ../gtk/gtkcolorsel.c:316 +#: gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "Палитра за избор на цвят" -#: ../gtk/gtkcolorseldialog.c:102 +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "Избор на цвят" -#: ../gtk/gtkcolorseldialog.c:103 +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "Изборът на цвят вграден в този диалог." -#: ../gtk/gtkcolorseldialog.c:109 +#: gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "Бутон за потвърждаване" -#: ../gtk/gtkcolorseldialog.c:110 +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "Бутонът за потвърждаване на диалога." -#: ../gtk/gtkcolorseldialog.c:116 +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "Бутон за отказване" -#: ../gtk/gtkcolorseldialog.c:117 +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "Бутонът за отказване на диалога." -#: ../gtk/gtkcolorseldialog.c:123 +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "Бутон за помощ" -#: ../gtk/gtkcolorseldialog.c:124 +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "Бутонът за помощ на диалога." -#: ../gtk/gtkcombo.c:145 +#: gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "Клавиши със стрелки" -#: ../gtk/gtkcombo.c:146 +#: gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "Дали клавишите със стрелки ще преминават през обектите в списъка" -#: ../gtk/gtkcombo.c:152 +#: gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "Стрелките да са винаги включени" -#: ../gtk/gtkcombo.c:153 +#: gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "Изоставено, не се ползва" -#: ../gtk/gtkcombo.c:159 +#: gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "Разлика в регистъра" -#: ../gtk/gtkcombo.c:160 +#: gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "Дали списъкът с обекти се подрежда според регистъра на буквите" -#: ../gtk/gtkcombo.c:167 +#: gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "Може празна" -#: ../gtk/gtkcombo.c:168 +#: gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "Дали празни стойности могат да бъдат въведени в това поле" -#: ../gtk/gtkcombo.c:175 +#: gtk/gtkcombo.c:175 msgid "Value in list" msgstr "Само от списъка" -#: ../gtk/gtkcombo.c:176 +#: gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "Дали въведените стойности трябва да са вече налични в списъка" -#: ../gtk/gtkcombobox.c:661 +#: gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "Модел на падащото меню" -#: ../gtk/gtkcombobox.c:662 +#: gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "Моделът на падащото меню" -#: ../gtk/gtkcombobox.c:679 +#: gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "Широчината за пренасяне при позициониране на елементи в мрежа" -#: ../gtk/gtkcombobox.c:701 +#: gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "Колона за редовете" -#: ../gtk/gtkcombobox.c:702 +#: gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "" "Колона на модела на дървото, която съдържа стойностите за размера на редовете" -#: ../gtk/gtkcombobox.c:723 +#: gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "Колона за колоните" -#: ../gtk/gtkcombobox.c:724 +#: gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "" "Колона на модела на дървото, която съдържа стойностите за размера на колоните" -#: ../gtk/gtkcombobox.c:745 +#: gtk/gtkcombobox.c:745 msgid "Active item" msgstr "Активен елемент" -#: ../gtk/gtkcombobox.c:746 +#: gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "Елементът, който в момента е активен" -#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 +#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "Откъсване на менютата" -#: ../gtk/gtkcombobox.c:766 +#: gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "Дали менютата да имат елемент за откъсване" -#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 +#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 msgid "Has Frame" msgstr "С рамка" -#: ../gtk/gtkcombobox.c:782 +#: gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "Дали падащото меню да изчертава рамка около дъщерните си елементи" -#: ../gtk/gtkcombobox.c:790 +#: gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "Дали падащото меню поема фокуса, когато се щракне с мишката" -#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 +#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "Заглавие за откъснато" -#: ../gtk/gtkcombobox.c:806 +#: gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" @@ -2012,216 +1992,216 @@ msgstr "" "Заглавие, което може да се покаже от мениджъра на прозорци, когато този " "изскачащ прозорец е отделен" -#: ../gtk/gtkcombobox.c:823 +#: gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "Изскачащият прозорец е показан" -#: ../gtk/gtkcombobox.c:824 +#: gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "Дали се показва падащата част на падащото меню" -#: ../gtk/gtkcombobox.c:840 +#: gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "Чувствителност на бутона" -#: ../gtk/gtkcombobox.c:841 +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "Дали падащият елемент е чувствителен, когато моделът му е празен" -#: ../gtk/gtkcombobox.c:848 +#: gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "Като списък" -#: ../gtk/gtkcombobox.c:849 +#: gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "Дали падащите елементи да изглеждат като списъци, а не като менюта" -#: ../gtk/gtkcombobox.c:865 +#: gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "Размер на стрелката" -#: ../gtk/gtkcombobox.c:866 +#: gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "Минималният размер на стрелката в падащото меню" -#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 -#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 -#: ../gtk/gtkviewport.c:122 +#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 +#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 +#: gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "Вид сянка" -#: ../gtk/gtkcombobox.c:882 +#: gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "Вид на сянката около падащото меню" -#: ../gtk/gtkcontainer.c:238 +#: gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "Режим на промяна на размера" -#: ../gtk/gtkcontainer.c:239 +#: gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "Как ще се поддържа промяната на размера" -#: ../gtk/gtkcontainer.c:246 +#: gtk/gtkcontainer.c:246 msgid "Border width" msgstr "Широчина на рамка" -#: ../gtk/gtkcontainer.c:247 +#: gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "Широчина на празната рамка извън дъщерните елементи на контейнера" -#: ../gtk/gtkcontainer.c:255 +#: gtk/gtkcontainer.c:255 msgid "Child" msgstr "Дъщерен елемент" -#: ../gtk/gtkcontainer.c:256 +#: gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "" "Може да бъде използван за добавяне на нов дъщерен елемент към контейнера" -#: ../gtk/gtkcurve.c:124 +#: gtk/gtkcurve.c:124 msgid "Curve type" msgstr "Вид крива" -#: ../gtk/gtkcurve.c:125 +#: gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "Дали кривата е права линия, интерполиран сплайн или със свободна форма" -#: ../gtk/gtkcurve.c:132 +#: gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "Минимален Х" -#: ../gtk/gtkcurve.c:133 +#: gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "Минимална възможна стойност за Х" -#: ../gtk/gtkcurve.c:141 +#: gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "Максимален Х" -#: ../gtk/gtkcurve.c:142 +#: gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "Максимална възможна стойност за Х" -#: ../gtk/gtkcurve.c:150 +#: gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "Минимален Y" -#: ../gtk/gtkcurve.c:151 +#: gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "Минимална възможна стойност за Y" -#: ../gtk/gtkcurve.c:159 +#: gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "Максимален Y" -#: ../gtk/gtkcurve.c:160 +#: gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Максимална възможна стойност за Y" -#: ../gtk/gtkdialog.c:145 +#: gtk/gtkdialog.c:145 msgid "Has separator" msgstr "С разделител" -#: ../gtk/gtkdialog.c:146 +#: gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "Диалогът има разделител над бутоните" -#: ../gtk/gtkdialog.c:191 +#: gtk/gtkdialog.c:191 msgid "Content area border" msgstr "Рамка на полето за съдържание" -#: ../gtk/gtkdialog.c:192 +#: gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "Широчина на рамката около пространството на главния диалог" -#: ../gtk/gtkdialog.c:209 +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "Отстъп на областта на съдържанието" -#: ../gtk/gtkdialog.c:210 +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "Разстоянието между елементите в областта на основния диалогов прозорец" -#: ../gtk/gtkdialog.c:217 +#: gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "Разредка на бутони" -#: ../gtk/gtkdialog.c:218 +#: gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "Разстояние между бутони" -#: ../gtk/gtkdialog.c:226 +#: gtk/gtkdialog.c:226 msgid "Action area border" msgstr "Рамка на пространството за действие" -#: ../gtk/gtkdialog.c:227 +#: gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "Широчина на рамката около мястото с бутони долу в диалога" -#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 +#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "Позиция на показалеца" -#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 +#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "Текущата позиция на вмъкващия показалец в знаци" -#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 +#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "Свързана към избора" -#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 +#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 msgid "" "The position of the opposite end of the selection from the cursor in chars" msgstr "Позицията на противоположния край от избраното от показалеца в знаци" -#: ../gtk/gtkentry.c:626 +#: gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "Дали съдържанието на записите да бъде редактирано" -#: ../gtk/gtkentry.c:633 +#: gtk/gtkentry.c:633 msgid "Maximum length" msgstr "Максимална дължина" -#: ../gtk/gtkentry.c:634 +#: gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "Максимален брой знаци за този запис. 0, ако няма максимална стойност" -#: ../gtk/gtkentry.c:642 +#: gtk/gtkentry.c:642 msgid "Visibility" msgstr "Видимост" -#: ../gtk/gtkentry.c:643 +#: gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" msgstr "" "Лъжа показва „заместващите знаци“ вместо истинския текст (режим на парола)" -#: ../gtk/gtkentry.c:651 +#: gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "Лъжа премахва външното вдаване от полето" -#: ../gtk/gtkentry.c:659 +#: gtk/gtkentry.c:659 msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "Рамка между текст и рамка. Има превес над стила на вътрешната рамка" -#: ../gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 msgid "Invisible character" msgstr "Заместващ знак" -#: ../gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" "Знаците използвани за скриване съдържанието на записи (в „режим на парола“)" -#: ../gtk/gtkentry.c:674 +#: gtk/gtkentry.c:674 msgid "Activates default" msgstr "Активиране на стандартния елемент" -#: ../gtk/gtkentry.c:675 +#: gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" @@ -2229,31 +2209,31 @@ msgstr "" "Дали стандартно да се активира елементът (като стандартният бутон в диалог) " "когато е натиснат „Enter“" -#: ../gtk/gtkentry.c:681 +#: gtk/gtkentry.c:681 msgid "Width in chars" msgstr "Широчина в знаци" -#: ../gtk/gtkentry.c:682 +#: gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "Брой знаци, за които е оставено място в записа" -#: ../gtk/gtkentry.c:691 +#: gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "Отместване на придвижването" -#: ../gtk/gtkentry.c:692 +#: gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "Брой пиксели от полето придвижени извън екрана вляво" -#: ../gtk/gtkentry.c:702 +#: gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "Съдържание на записа" -#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 +#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 msgid "X align" msgstr "Подравняване по X " -#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 +#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -2261,66 +2241,66 @@ msgstr "" "Хоризонталното подравняване, от 0 (отляво) до 1 (отдясно). Обърнато за " "подредби отдясно-наляво (RTL)" -#: ../gtk/gtkentry.c:734 +#: gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "Съкращаване на множество редове" -#: ../gtk/gtkentry.c:735 +#: gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "Дали при поставянето на много редове се поставя само първия" -#: ../gtk/gtkentry.c:751 +#: gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "" "Какъв вид сянка да се изрисува около елемента, ако е указано, че е с рамка" -#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 +#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "Режим на презаписване" -#: ../gtk/gtkentry.c:767 +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "Дали новият текст заменя съществуващия" -#: ../gtk/gtkentry.c:781 +#: gtk/gtkentry.c:781 msgid "Text length" msgstr "Дължина на текста" -#: ../gtk/gtkentry.c:782 +#: gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "Дължина на текста в елемента в момента" -#: ../gtk/gtkentry.c:797 +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "Невидими знаци" -#: ../gtk/gtkentry.c:798 +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "Дали е зададено знаците да са невидими" -#: ../gtk/gtkentry.c:816 +#: gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "Предупреждаване за Caps Lock" -#: ../gtk/gtkentry.c:817 +#: gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "" "Дале да се показва предупреждение към полето за парола при натиснат клавиш " "„Caps Lock“" -#: ../gtk/gtkentry.c:831 +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "Прогрес" -#: ../gtk/gtkentry.c:832 +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "Текущата част от цялата работа, която е извършена" -#: ../gtk/gtkentry.c:849 +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "Стъпка на прогрес" -#: ../gtk/gtkentry.c:850 +#: gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" @@ -2328,266 +2308,266 @@ msgstr "" "Частта от общия прогрес, с която да се предвижи индикаторът при всяко " "изпълнение на gtk_entry_progress_pulse()" -#: ../gtk/gtkentry.c:866 +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "Основен буфер с пиксели" -#: ../gtk/gtkentry.c:867 +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "Основен буфер с пиксели за елемента" -#: ../gtk/gtkentry.c:881 +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "Допълнителен буфер с пиксели" -#: ../gtk/gtkentry.c:882 +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "Допълнителен буфер с пиксели за елемента" -#: ../gtk/gtkentry.c:896 +#: gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "Основен номенклатурен идентификатор" -#: ../gtk/gtkentry.c:897 +#: gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "Номенклатурен идентификатор на основната икона" -#: ../gtk/gtkentry.c:911 +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "Допълнителен номенклатурен идентификатор" -#: ../gtk/gtkentry.c:912 +#: gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "Номенклатурен идентификатор на допълнителната икона" -#: ../gtk/gtkentry.c:926 +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "Име на основната икона" -#: ../gtk/gtkentry.c:927 +#: gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "Име на основната икона" -#: ../gtk/gtkentry.c:941 +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "Име на допълнителната икона" -#: ../gtk/gtkentry.c:942 +#: gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "Име на допълнителната икона" -#: ../gtk/gtkentry.c:956 +#: gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "Основен GIcon" -#: ../gtk/gtkentry.c:957 +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "GIcon на основната икона" -#: ../gtk/gtkentry.c:971 +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "Допълнителен GIcon" -#: ../gtk/gtkentry.c:972 +#: gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "GIcon на допълнителната икона" -#: ../gtk/gtkentry.c:986 +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "Основен вид представяне" -#: ../gtk/gtkentry.c:987 +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "Представянето на основната икона" -#: ../gtk/gtkentry.c:1002 +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "Допълнителен вид представяне" -#: ../gtk/gtkentry.c:1003 +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "Представянето на допълнителната икона" -#: ../gtk/gtkentry.c:1024 +#: gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "Активируема основна икона" -#: ../gtk/gtkentry.c:1025 +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "Дали основната икона е активируема" -#: ../gtk/gtkentry.c:1045 +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "Активируема допълнителна икона" -#: ../gtk/gtkentry.c:1046 +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "Дали допълнителната икона е активируема" -#: ../gtk/gtkentry.c:1068 +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "Чувствителна основна икона" -#: ../gtk/gtkentry.c:1069 +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "Дали основната икона е чувствителна" -#: ../gtk/gtkentry.c:1090 +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "Чувствителна допълнителна икона" -#: ../gtk/gtkentry.c:1091 +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "Дали допълнителната икона е чувствителна" -#: ../gtk/gtkentry.c:1107 +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "Подсказка за основната икона" -#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "Съдържание на подсказката за основната икона" -#: ../gtk/gtkentry.c:1124 +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "Подсказка за допълнителната икона" -#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "Съдържание на подсказката за допълнителната икона" -#: ../gtk/gtkentry.c:1143 +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "Текст с маркиране за подсказката на основната икона" -#: ../gtk/gtkentry.c:1162 +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "Текст с маркиране за подсказката на допълнителната икона" -#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "Модул за вход" -#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "Кой модул за вход да се ползва" -#: ../gtk/gtkentry.c:1197 +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "Осветяване на иконата" -#: ../gtk/gtkentry.c:1198 +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "Дали активируемите икони да се осветяват при посочване" -#: ../gtk/gtkentry.c:1211 +#: gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "Рамка на лентата за прогрес" -#: ../gtk/gtkentry.c:1212 +#: gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "Рамка около лентата за прогрес" -#: ../gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "Разстояние между текста и рамката." -#: ../gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "Подсказка за състоянието" -#: ../gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "" "Дали да се предава правилното състояние при изчертаване на сянката или фона" -#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "Избор на фокус" -#: ../gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "Дали да се избере съдържанието на записа, когато той се фокусира" -#: ../gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "Време за подсказка на парола" -#: ../gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "Колко дълго да се показва последния въведен знак в скритите полета" -#: ../gtk/gtkentrycompletion.c:279 +#: gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "Модел на дописване" -#: ../gtk/gtkentrycompletion.c:280 +#: gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "Моделът, в който да се търсят съвпадения" -#: ../gtk/gtkentrycompletion.c:286 +#: gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "Минимална дължина на ключа" -#: ../gtk/gtkentrycompletion.c:287 +#: gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "Минимална дължина на низа за търсене, за да се търсят съвпадения" -#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 +#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 msgid "Text column" msgstr "Текстова колона" -#: ../gtk/gtkentrycompletion.c:304 +#: gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "Колоната в модела, от която да се взимат низове" -#: ../gtk/gtkentrycompletion.c:323 +#: gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "Вътрешно дописване" -#: ../gtk/gtkentrycompletion.c:324 +#: gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "Дали общият префикс да се показва автоматично" -#: ../gtk/gtkentrycompletion.c:338 +#: gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "Изскачащо дописване" -#: ../gtk/gtkentrycompletion.c:339 +#: gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "Дали автоматичното дописване да се показва в изскачащ прозорец" -#: ../gtk/gtkentrycompletion.c:354 +#: gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "Широчина на изскачащ прозорец" -#: ../gtk/gtkentrycompletion.c:355 +#: gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "" "Ако е истина, изскачащият прозорец ще е със същата широчина като елемента" -#: ../gtk/gtkentrycompletion.c:373 +#: gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "Единствено условие на изскачащ прозорец" -#: ../gtk/gtkentrycompletion.c:374 +#: gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "" "Ако е истина, изскачащият прозорец ще се появява при единствено условие." -#: ../gtk/gtkentrycompletion.c:388 +#: gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "Вътрешно избиране" -#: ../gtk/gtkentrycompletion.c:389 +#: gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "Вашето описание" -#: ../gtk/gtkeventbox.c:91 +#: gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "Видим прозорец" -#: ../gtk/gtkeventbox.c:92 +#: gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." @@ -2595,11 +2575,11 @@ msgstr "" "Дали кутията за събития да е видима, или не. Когато е невидима, се използва " "само, за да улавя събития." -#: ../gtk/gtkeventbox.c:98 +#: gtk/gtkeventbox.c:98 msgid "Above child" msgstr "Над дъщерния елемент" -#: ../gtk/gtkeventbox.c:99 +#: gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." @@ -2607,146 +2587,145 @@ msgstr "" "Дали прозорецът за прехващане на събитията е над прозореца на дъщерния " "елемент или под него." -#: ../gtk/gtkexpander.c:187 +#: gtk/gtkexpander.c:187 msgid "Expanded" msgstr "Разширен" -#: ../gtk/gtkexpander.c:188 +#: gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "" "Дали разширителят е бил отворен, за да се покаже вътрешния графичен обект" -#: ../gtk/gtkexpander.c:196 +#: gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "Текст на етикета на разширителя" -#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 +#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 msgid "Use markup" msgstr "Използване на маркиране" -#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 +#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "Текстът на етикета включва XML. Виж pango_parse_markup()" -#: ../gtk/gtkexpander.c:220 +#: gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "Разстояние, което да е между етикета и дъщерния елемент" -#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 +#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "Графичен обект „Етикет“" -#: ../gtk/gtkexpander.c:230 +#: gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "" "Графичен обект, който да се показва вместо обичайния разширяващ се етикет" -#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 +#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "Големина на разширителя" -#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 +#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "Големина на стрелката на разширителя" -#: ../gtk/gtkexpander.c:246 +#: gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "Разстояние около стрелката за разширяване" -#: ../gtk/gtkfilechooser.c:194 +#: gtk/gtkfilechooser.c:194 msgid "Action" msgstr "Действие" -#: ../gtk/gtkfilechooser.c:195 +#: gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "Видът операция, която извършва обектът за избор на файл" -#: ../gtk/gtkfilechooser.c:201 +#: gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "Модул за файлова система" -#: ../gtk/gtkfilechooser.c:202 +#: gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "Име на модула за файлова система, който да се ползва" -#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 +#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "Филтър" -#: ../gtk/gtkfilechooser.c:208 +#: gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "Текущият филтър за избиране на показваните файлове" -#: ../gtk/gtkfilechooser.c:213 +#: gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "Само локални" -#: ../gtk/gtkfilechooser.c:214 +#: gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "" "Дали избраните файлове да бъдат ограничени само до локални адреси — file:" -#: ../gtk/gtkfilechooser.c:219 +#: gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "Предварителен преглед" -#: ../gtk/gtkfilechooser.c:220 +#: gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "" "Графичен обект за предварителен преглед, който се предоставя от приложението" -#: ../gtk/gtkfilechooser.c:225 +#: gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "Включен предварителен преглед" -#: ../gtk/gtkfilechooser.c:226 +#: gtk/gtkfilechooser.c:226 msgid "" "Whether the application supplied widget for custom previews should be shown." msgstr "" "Дали графичният обект за предварителен преглед, който се предоставя от " "приложението, да се показва." -#: ../gtk/gtkfilechooser.c:231 +#: gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "Етикет за преглед" -#: ../gtk/gtkfilechooser.c:232 +#: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "" "Дали да се показва стандартен етикет с името на файла, който се преглежда." -#: ../gtk/gtkfilechooser.c:237 +#: gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "Допълнителен графичен обект" -#: ../gtk/gtkfilechooser.c:238 +#: gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "" "Допълнителен графичен обект, който се предоставя от приложението и дава " "допълнителни възможности." -#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 -#: ../gtk/gtkrecentchooser.c:203 +#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "Множествен избор" -#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 +#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "Дали е позволен избор на няколко файла" -#: ../gtk/gtkfilechooser.c:250 +#: gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "Показване на скритите" -#: ../gtk/gtkfilechooser.c:251 +#: gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "Дали скритите файлове и папки да бъдат показани" -#: ../gtk/gtkfilechooser.c:266 +#: gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "Потвърждение за презапис" -#: ../gtk/gtkfilechooser.c:267 +#: gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." @@ -2754,183 +2733,183 @@ msgstr "" "Дали диалогът за избор на файлове в режим за запазване ще показва прозорец " "искащ потвърждение за презапис при вече съществуващ файл." -#: ../gtk/gtkfilechooserbutton.c:376 +#: gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "Диалогова кутия" -#: ../gtk/gtkfilechooserbutton.c:377 +#: gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "Коя диалогова кутия да се ползва за избор на файл." -#: ../gtk/gtkfilechooserbutton.c:408 +#: gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "Заглавието на диалоговата кутия за избор на шрифт" -#: ../gtk/gtkfilechooserbutton.c:422 +#: gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "Желаната широчина на бутона, в знаци" -#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 -#: ../gtk/gtkstatusicon.c:218 +#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 +#: gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "Име на файл" -#: ../gtk/gtkfilesel.c:527 +#: gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "Текущото избрано име на файл" -#: ../gtk/gtkfilesel.c:533 +#: gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "Показване на файловите операции" -#: ../gtk/gtkfilesel.c:534 +#: gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "Дали бутоните за създаване/управление на файловете да бъдат показани" -#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 +#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 msgid "X position" msgstr "Позиция по X" -#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 +#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "Позиция на дъщерен обект по хоризонтала" -#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 +#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 msgid "Y position" msgstr "Позиция по Y" -#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 +#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "Позиция на дъщерен елемент по вертикала" -#: ../gtk/gtkfontbutton.c:143 +#: gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "Заглавието на прозореца за избор на шрифт" -#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 +#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 msgid "Font name" msgstr "Име на шрифт" -#: ../gtk/gtkfontbutton.c:159 +#: gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "Името на избрания шрифт" -#: ../gtk/gtkfontbutton.c:160 +#: gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:175 +#: gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "Използване на шрифт в етикета" -#: ../gtk/gtkfontbutton.c:176 +#: gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "Дали етикетът да е изчертан с избрания шрифт" -#: ../gtk/gtkfontbutton.c:191 +#: gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "Използване на размер в етикета" -#: ../gtk/gtkfontbutton.c:192 +#: gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "Дали етикетът да е изчертан с избрания размер" -#: ../gtk/gtkfontbutton.c:208 +#: gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "Показване на стил" -#: ../gtk/gtkfontbutton.c:209 +#: gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "Дали избраният стил на шрифта да се изпише в етикета" -#: ../gtk/gtkfontbutton.c:224 +#: gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "Показване на размер" -#: ../gtk/gtkfontbutton.c:225 +#: gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "Дали избраният размер на шрифта да се изпише в етикета" -#: ../gtk/gtkfontsel.c:197 +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "Низът, който представя този шрифт" -#: ../gtk/gtkfontsel.c:204 +#: gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "GdkFont, който текущо е избран" -#: ../gtk/gtkfontsel.c:210 +#: gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "Текст за прегледа" -#: ../gtk/gtkfontsel.c:211 +#: gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "Текстът за показване в мострата на шрифта" -#: ../gtk/gtkframe.c:106 +#: gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "Текст на етикет на рамката" -#: ../gtk/gtkframe.c:113 +#: gtk/gtkframe.c:113 msgid "Label xalign" msgstr "Подравняване на текста на етикета по X" -#: ../gtk/gtkframe.c:114 +#: gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "Хоризонталното подравняване на етикета" -#: ../gtk/gtkframe.c:122 +#: gtk/gtkframe.c:122 msgid "Label yalign" msgstr "Подравняване на текста на етикета по Y" -#: ../gtk/gtkframe.c:123 +#: gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "Вертикалното подравняване на етикета" -#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 +#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "Да не се ползва, вместо това използвайте shadow_type" -#: ../gtk/gtkframe.c:138 +#: gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "Сянка на рамка" -#: ../gtk/gtkframe.c:139 +#: gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "Вид на рамката" -#: ../gtk/gtkframe.c:148 +#: gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "Елемент, показан на мястото на обикновеният етикет за рамка" -#: ../gtk/gtkhandlebox.c:175 +#: gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "Вид на сянката около контейнера" -#: ../gtk/gtkhandlebox.c:183 +#: gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "Позиция на манипулатора" -#: ../gtk/gtkhandlebox.c:184 +#: gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "Позиция на манипулатора спрямо дъщерния елемент" -#: ../gtk/gtkhandlebox.c:192 +#: gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "Изравняване на края" -#: ../gtk/gtkhandlebox.c:193 +#: gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" msgstr "" "Страна на манипулатора, която е подравнена с точката за скачване на кутията" -#: ../gtk/gtkhandlebox.c:201 +#: gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "Включено изравняване на края" -#: ../gtk/gtkhandlebox.c:202 +#: gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" @@ -2938,11 +2917,11 @@ msgstr "" "Дали да използва стойността на характеристиката snap_edge или стойност " "извлечена от handle_position" -#: ../gtk/gtkhandlebox.c:209 +#: gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "Детето е отделено" -#: ../gtk/gtkhandlebox.c:210 +#: gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." @@ -2950,260 +2929,259 @@ msgstr "" "Булева стойност, която указва дали детето на манипулатора е свързано или " "отделено." -#: ../gtk/gtkiconview.c:548 +#: gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "Начин на избор" -#: ../gtk/gtkiconview.c:549 +#: gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "Начинът за избор" -#: ../gtk/gtkiconview.c:567 +#: gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "Колона на буферите" -#: ../gtk/gtkiconview.c:568 +#: gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "Колона в модела, от която се вземат буферите с пиксели за иконите" -#: ../gtk/gtkiconview.c:586 +#: gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "Колона в модела, от която се взема текста" -#: ../gtk/gtkiconview.c:605 +#: gtk/gtkiconview.c:605 msgid "Markup column" msgstr "Колона с маркиране" -#: ../gtk/gtkiconview.c:606 +#: gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "" "Колона в модела, от която се взема текста, ако се ползва маркиране на Pango" -#: ../gtk/gtkiconview.c:613 +#: gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "Изглед с икони" -#: ../gtk/gtkiconview.c:614 +#: gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "Моделът на изглед с икони" -#: ../gtk/gtkiconview.c:630 +#: gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "Брой колони" -#: ../gtk/gtkiconview.c:631 +#: gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "Брой колони, които да се покажат" -#: ../gtk/gtkiconview.c:648 +#: gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "Широчина на всеки елемент" -#: ../gtk/gtkiconview.c:649 +#: gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "Широчината, която се ползва за всеки елемент" -#: ../gtk/gtkiconview.c:665 +#: gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "Пространството, което се вмъква между клетките на елемент" -#: ../gtk/gtkiconview.c:680 +#: gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "Разредка на редовете" -#: ../gtk/gtkiconview.c:681 +#: gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "Пространството, което се вмъква между редовете в мрежата" -#: ../gtk/gtkiconview.c:696 +#: gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "Разредка на колоните" -#: ../gtk/gtkiconview.c:697 +#: gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "Пространството, което се вмъква между колоните в мрежата" -#: ../gtk/gtkiconview.c:712 +#: gtk/gtkiconview.c:712 msgid "Margin" msgstr "Поле" -#: ../gtk/gtkiconview.c:713 +#: gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "Пространството, което се вмъква по ръбовете на изгледа с икони" -#: ../gtk/gtkiconview.c:730 +#: gtk/gtkiconview.c:730 msgid "" "How the text and icon of each item are positioned relative to each other" msgstr "Как се разполагат относително един спрямо друг текстът и иконата" -#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 -#: ../gtk/gtktreeviewcolumn.c:307 +#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "Преподредим" -#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 +#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "Изгледът може да се преподрежда" -#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 +#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "Колона с подсказки" -#: ../gtk/gtkiconview.c:755 +#: gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "Колоната в модела, от която да се взимат подсказките за елементите" -#: ../gtk/gtkiconview.c:766 +#: gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "Цвят на прозореца за избор" -#: ../gtk/gtkiconview.c:767 +#: gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "Цветът на прозореца за избор" -#: ../gtk/gtkiconview.c:773 +#: gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "Алфа каналът на прозореца за избор" -#: ../gtk/gtkiconview.c:774 +#: gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "Непрозрачността на прозореца за избор" -#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 +#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "Буфер с пиксели" -#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 +#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "GdkPixbuf за показване" -#: ../gtk/gtkimage.c:139 +#: gtk/gtkimage.c:139 msgid "Pixmap" msgstr "Карта с пиксели" -#: ../gtk/gtkimage.c:140 +#: gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "GdkPixmap за показване" -#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 +#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "Изображение" -#: ../gtk/gtkimage.c:148 +#: gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "GdkImage за показване" -#: ../gtk/gtkimage.c:155 +#: gtk/gtkimage.c:155 msgid "Mask" msgstr "Маска" -#: ../gtk/gtkimage.c:156 +#: gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "Побитова маска използвана с GdkImage или GdkPixmap" -#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 +#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "Име на файла за зареждане и показване" -#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 +#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "" "Номенклатурен идентификатор на стандартно изображение, което да се показва." -#: ../gtk/gtkimage.c:180 +#: gtk/gtkimage.c:180 msgid "Icon set" msgstr "Набор икони" -#: ../gtk/gtkimage.c:181 +#: gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "Набор икони за показване" -#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:214 ../gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Размер на икона" -#: ../gtk/gtkimage.c:189 +#: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "" "Символичен размер, който се използва от стандартните икони, набор от икони " "или именувана икона" -#: ../gtk/gtkimage.c:205 +#: gtk/gtkimage.c:205 msgid "Pixel size" msgstr "Размер в пиксели" -#: ../gtk/gtkimage.c:206 +#: gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "Размер в пиксели, който да се използва от именувана икона" -#: ../gtk/gtkimage.c:214 +#: gtk/gtkimage.c:214 msgid "Animation" msgstr "Анимация" -#: ../gtk/gtkimage.c:215 +#: gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "GdkPixbufAnimation за показване" -#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 +#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "Вид запазване" -#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 +#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "Презентацията използвана за данни от изображения" -#: ../gtk/gtkimagemenuitem.c:136 +#: gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "Вграден графичен обект, който се появява до текста на менюто" -#: ../gtk/gtkimagemenuitem.c:151 +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "" "Дали да се ползва текстът на етикета за създаването на номенклатурен елемент " "в менюто" -#: ../gtk/gtkimagemenuitem.c:169 +#: gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "Изображението да се показва винаги" -#: ../gtk/gtkimagemenuitem.c:170 +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "Дали изображението да се показва винаги" -#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "Група с клавишни комбинации" -#: ../gtk/gtkimagemenuitem.c:185 +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "" "Групата клавишни комбинации, които да се ползват за номенклатурните действия" -#: ../gtk/gtkimagemenuitem.c:190 +#: gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "Изображения в менютата" -#: ../gtk/gtkimagemenuitem.c:191 +#: gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "Дали да се показват изображенията в менютата" -#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Екранът, където ще бъде показан този прозорец" -#: ../gtk/gtklabel.c:368 +#: gtk/gtklabel.c:368 msgid "The text of the label" msgstr "Текстът на етикета" -#: ../gtk/gtklabel.c:375 +#: gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "Списък от стилови атрибути, които да се приложат към текста на етикета" -#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 +#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 msgid "Justification" msgstr "Подравняване" -#: ../gtk/gtklabel.c:397 +#: gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " @@ -3213,11 +3191,11 @@ msgstr "" "влияе на подравняването на етикета в неговото място. За това Виж GtkMisc::" "xalign" -#: ../gtk/gtklabel.c:405 +#: gtk/gtklabel.c:405 msgid "Pattern" msgstr "Шаблон" -#: ../gtk/gtklabel.c:406 +#: gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" @@ -3225,47 +3203,47 @@ msgstr "" "Низ със знаци за подчертаване „_“, отговарящи на знаците от текста, които да " "се подчертаят" -#: ../gtk/gtklabel.c:413 +#: gtk/gtklabel.c:413 msgid "Line wrap" msgstr "Пренасяне по редове" -#: ../gtk/gtklabel.c:414 +#: gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "Ако е зададено, текстът се пренася на нов ред, ако е твърде дълъг" -#: ../gtk/gtklabel.c:429 +#: gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "Режим на пренасяне по редове" -#: ../gtk/gtklabel.c:430 +#: gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "Ако има пренасяне, как се осъществява" -#: ../gtk/gtklabel.c:437 +#: gtk/gtklabel.c:437 msgid "Selectable" msgstr "Избираем" -#: ../gtk/gtklabel.c:438 +#: gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "Дали текстът на етикета може да бъде избран с мишката" -#: ../gtk/gtklabel.c:444 +#: gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "Мнемоничен клавиш" -#: ../gtk/gtklabel.c:445 +#: gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "Клавишна комбинация за този етикет" -#: ../gtk/gtklabel.c:453 +#: gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "Мнемоничен графичен обект" -#: ../gtk/gtklabel.c:454 +#: gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "Елементът за активиране, когато бързият клавиш на етикет е натиснат" -#: ../gtk/gtklabel.c:500 +#: gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" @@ -3273,102 +3251,102 @@ msgstr "" "Предпочитаното място за съкращаване на низа в случаите, когато етикетът не " "разполага с достатъчно място да се покаже целият низ." -#: ../gtk/gtklabel.c:540 +#: gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "На един ред" -#: ../gtk/gtklabel.c:541 +#: gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "Дали текстът на етикета да бъде само на един ред" -#: ../gtk/gtklabel.c:558 +#: gtk/gtklabel.c:558 msgid "Angle" msgstr "Ъгъл" -#: ../gtk/gtklabel.c:559 +#: gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "Ъгъл, на който е завъртян етикета" -#: ../gtk/gtklabel.c:579 +#: gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "Максимална широчина в знаци" -#: ../gtk/gtklabel.c:580 +#: gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "Желаната максимална широчина на етикета в знаци" -#: ../gtk/gtklabel.c:696 +#: gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "" "Дали да се избере съдържанието на избираем етикет, когато той се фокусира" -#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 +#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "Хоризонтално нагласяване" -#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 +#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "GtkAdjustment за хоризонталната позиция" -#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 +#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "Вертикално нагласяване" -#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 +#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "GtkAdjustment за вертикалната позиция" -#: ../gtk/gtklayout.c:633 +#: gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "Широчината на подредбата" -#: ../gtk/gtklayout.c:642 +#: gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "Височината на подредбата" -#: ../gtk/gtklinkbutton.c:145 +#: gtk/gtklinkbutton.c:145 msgid "URI" msgstr "Адрес" -#: ../gtk/gtklinkbutton.c:146 +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "Адресът прикачен към бутона" -#: ../gtk/gtklinkbutton.c:160 +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "Посетена" -#: ../gtk/gtklinkbutton.c:161 +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "Дали адресът вече е посетен." -#: ../gtk/gtkmenu.c:501 +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "Текущо избраният елемент от меню" -#: ../gtk/gtkmenu.c:516 +#: gtk/gtkmenu.c:516 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:285 msgid "Accel Path" msgstr "Път за клавишна комбинация" -#: ../gtk/gtkmenu.c:531 +#: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "" "Път, който се използва за удобно създаване на клавишни комбинации от " "елементи-деца" -#: ../gtk/gtkmenu.c:547 +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "Графичен обект за скачване" -#: ../gtk/gtkmenu.c:548 +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "Графичният елемент, към който е скачено менюто" -#: ../gtk/gtkmenu.c:556 +#: gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" @@ -3376,43 +3354,43 @@ msgstr "" "Заглавие, което може да се покаже от мениджъра на прозорци, когато това меню " "е откъснато" -#: ../gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "Откъснато" -#: ../gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "Булева стойност указваща дали заглавието е откъснато" -#: ../gtk/gtkmenu.c:585 +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "Монитор" -#: ../gtk/gtkmenu.c:586 +#: gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "Мониторът, на който ще се появи това меню" -#: ../gtk/gtkmenu.c:592 +#: gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "Вертикален отстъп" -#: ../gtk/gtkmenu.c:593 +#: gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "Допълнително място над и под менюто" -#: ../gtk/gtkmenu.c:601 +#: gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "Хоризонтален отстъп" -#: ../gtk/gtkmenu.c:602 +#: gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "Допълнително място отляво и отдясно на менюто" -#: ../gtk/gtkmenu.c:610 +#: gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "Вертикален отстъп" -#: ../gtk/gtkmenu.c:611 +#: gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" @@ -3420,11 +3398,11 @@ msgstr "" "Когато менюто е подменю, да се разположи отместено на определен брой пиксели " "вертикално" -#: ../gtk/gtkmenu.c:619 +#: gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "Хоризонтален отстъп" -#: ../gtk/gtkmenu.c:620 +#: gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" @@ -3432,90 +3410,90 @@ msgstr "" "Когато менюто е подменю, да се разположи отместено на определен брой пиксели " "хоризонтално" -#: ../gtk/gtkmenu.c:628 +#: gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "Двойни стрелки" -#: ../gtk/gtkmenu.c:629 +#: gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "При придвижване винаги да се показват двете стрелки." -#: ../gtk/gtkmenu.c:642 +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "Място на стрелките" -#: ../gtk/gtkmenu.c:643 +#: gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "Указва къде да се поставят стрелките за предвижване" -#: ../gtk/gtkmenu.c:651 +#: gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "Ляво прикрепяне" -#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 +#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "" "Номер на колоната, към който да се прикрепи лявата страна на дъщерния елемент" -#: ../gtk/gtkmenu.c:659 +#: gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "Дясно прикрепяне" -#: ../gtk/gtkmenu.c:660 +#: gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "" "Номер на колоната, към който да се прикрепи дясната страна на дъщерния " "елемент" -#: ../gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "Горно прикрепяне" -#: ../gtk/gtkmenu.c:668 +#: gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "" "Номер на реда, към който да се прикрепи горната страна на дъщерния елемент" -#: ../gtk/gtkmenu.c:675 +#: gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "Долно прикрепяне" -#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 +#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "" "Номер на реда, към който да се прикрепи долната страна на дъщерния елемент" -#: ../gtk/gtkmenu.c:690 +#: gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "Произволна константа за мащабирането на стрелките за предвижване" -#: ../gtk/gtkmenu.c:777 +#: gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "Променливи клавишни комбинации" -#: ../gtk/gtkmenu.c:778 +#: gtk/gtkmenu.c:778 msgid "" "Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "" "Дали клавишните комбинации за менюта могат да бъдат променяни чрез натискане " "на клавиш над обект от менюто." -#: ../gtk/gtkmenu.c:783 +#: gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "Закъснение преди появяване на подменюта" -#: ../gtk/gtkmenu.c:784 +#: gtk/gtkmenu.c:784 msgid "" "Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" "Минимално време, през което показалецът трябва да остане над обект от меню, " "преди да се появи подменюто" -#: ../gtk/gtkmenu.c:791 +#: gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "Закъснение преди скриване на подменю" -#: ../gtk/gtkmenu.c:792 +#: gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" @@ -3523,287 +3501,287 @@ msgstr "" "Време преди скриване на подменю, през което показалецът се движи към " "подменюто" -#: ../gtk/gtkmenubar.c:168 +#: gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "Посока на пакетиране" -#: ../gtk/gtkmenubar.c:169 +#: gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "Посока на пакетирането на лентата с инструменти" -#: ../gtk/gtkmenubar.c:185 +#: gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "Посока на пакетирането на дъщерните елементи" -#: ../gtk/gtkmenubar.c:186 +#: gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "Посока на пакетирането на дъщерните елементи на лентата с менюта" -#: ../gtk/gtkmenubar.c:195 +#: gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "Стил на вдаване около лентата с менюта" -#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 +#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "Вътрешно пространство" -#: ../gtk/gtkmenubar.c:203 +#: gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "Пространство между сянката на лентата с менюта и елементите на менюта" -#: ../gtk/gtkmenubar.c:210 +#: gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "Закъснение преди появяване на падащи менюта" -#: ../gtk/gtkmenubar.c:211 +#: gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "Закъснението преди появяване на подменютата" -#: ../gtk/gtkmenuitem.c:252 +#: gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "Подравняване надясно" -#: ../gtk/gtkmenuitem.c:253 +#: gtk/gtkmenuitem.c:253 msgid "" "Sets whether the menu item appears justified at the right side of a menu bar" msgstr "" "Задаване дали елементът на менюто да бъде подравнено надясно спрямо лентата " "за менюта" -#: ../gtk/gtkmenuitem.c:267 +#: gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "Подменю" -#: ../gtk/gtkmenuitem.c:268 +#: gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" msgstr "" "Подменюто, което е закачено към този елемент от менюто. Ако няма, е NULL" -#: ../gtk/gtkmenuitem.c:286 +#: gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "Задава клавишната комбинация за елемента на менюто" -#: ../gtk/gtkmenuitem.c:301 +#: gtk/gtkmenuitem.c:301 msgid "The text for the child label" msgstr "Текстът на дъщерния етикет" -#: ../gtk/gtkmenuitem.c:364 +#: gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "" "Пространството заемано от стрелката спрямо размера на шрифта на елемента от " "менюто" -#: ../gtk/gtkmenuitem.c:377 +#: gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "Широчина в знаци" -#: ../gtk/gtkmenuitem.c:378 +#: gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "Минималната желана широчина на елемента от менюто в знаци" -#: ../gtk/gtkmenushell.c:374 +#: gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "Вземане на фокус" -#: ../gtk/gtkmenushell.c:375 +#: gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "Булева стойност указваща дали заглавието взема клавиатурния фокус" -#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 +#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "Меню" -#: ../gtk/gtkmenutoolbutton.c:246 +#: gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "Падащото меню" -#: ../gtk/gtkmessagedialog.c:98 +#: gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "Рамка на изображение/етикет" -#: ../gtk/gtkmessagedialog.c:99 +#: gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "" "Широчина за рамката около етикета и изображението в диалога за съобщения" -#: ../gtk/gtkmessagedialog.c:114 +#: gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "Разделител" -#: ../gtk/gtkmessagedialog.c:115 +#: gtk/gtkmessagedialog.c:115 msgid "" "Whether to put a separator between the message dialog's text and the buttons" msgstr "Дали да се постави разделител между текста на съобщението и бутоните" -#: ../gtk/gtkmessagedialog.c:128 +#: gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "Вид съобщение" -#: ../gtk/gtkmessagedialog.c:129 +#: gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "Видът на съобщението" -#: ../gtk/gtkmessagedialog.c:136 +#: gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "Бутони на съобщение" -#: ../gtk/gtkmessagedialog.c:137 +#: gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "Бутоните показани в диалога за съобщение" -#: ../gtk/gtkmessagedialog.c:154 +#: gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "Основният текст в диалога за съобщение" -#: ../gtk/gtkmessagedialog.c:169 +#: gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "Използване на маркиране" -#: ../gtk/gtkmessagedialog.c:170 +#: gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "Основният текст на етикета включва маркиране на Pango." -#: ../gtk/gtkmessagedialog.c:184 +#: gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "Допълнителен текст" -#: ../gtk/gtkmessagedialog.c:185 +#: gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "Допълнителният текст в диалога за съобщение" -#: ../gtk/gtkmessagedialog.c:200 +#: gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "Използване на маркиране в допълнителния текст" -#: ../gtk/gtkmessagedialog.c:201 +#: gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "Допълнителният текст на етикета включва маркиране на Pango." -#: ../gtk/gtkmessagedialog.c:216 +#: gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "Изображението" -#: ../gtk/gtkmisc.c:83 +#: gtk/gtkmisc.c:83 msgid "Y align" msgstr "Подравняване по Y " -#: ../gtk/gtkmisc.c:84 +#: gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "Вертикално подравняване, от 0 (отгоре) до 1 (отдолу)" -#: ../gtk/gtkmisc.c:93 +#: gtk/gtkmisc.c:93 msgid "X pad" msgstr "Отстъп по X" -#: ../gtk/gtkmisc.c:94 +#: gtk/gtkmisc.c:94 msgid "" "The amount of space to add on the left and right of the widget, in pixels" msgstr "" "Количеството празно пространство, което да се добави отляво и отдясно на " "графичния обект в пиксели" -#: ../gtk/gtkmisc.c:103 +#: gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Отстъп по Y" -#: ../gtk/gtkmisc.c:104 +#: gtk/gtkmisc.c:104 msgid "" "The amount of space to add on the top and bottom of the widget, in pixels" msgstr "" "Количеството празно пространство, което да се добави отгоре и отдолу на " "графичния обект в пиксели" -#: ../gtk/gtkmountoperation.c:139 +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "Родител" -#: ../gtk/gtkmountoperation.c:140 +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "Родителски прозорец" -#: ../gtk/gtkmountoperation.c:147 +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "Показва" -#: ../gtk/gtkmountoperation.c:148 +#: gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "Показва ли се диалогов прозорец" -#: ../gtk/gtkmountoperation.c:156 +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "Екранът, където ще бъде показан този прозорец." -#: ../gtk/gtknotebook.c:577 +#: gtk/gtknotebook.c:577 msgid "Page" msgstr "Страница" -#: ../gtk/gtknotebook.c:578 +#: gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "Индексът на текущата страница" -#: ../gtk/gtknotebook.c:586 +#: gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "Положение на табовете" -#: ../gtk/gtknotebook.c:587 +#: gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "От коя страна на контейнера-бележник са табовете" -#: ../gtk/gtknotebook.c:594 +#: gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "Рамка на табовете" -#: ../gtk/gtknotebook.c:595 +#: gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "Широчина на рамката около етикетите на таб" -#: ../gtk/gtknotebook.c:603 +#: gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "Хоризонтална рамка на таб" -#: ../gtk/gtknotebook.c:604 +#: gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "Широчина на хоризонталната рамка около етикетите на таб" -#: ../gtk/gtknotebook.c:612 +#: gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "Вертикална рамка на таб" -#: ../gtk/gtknotebook.c:613 +#: gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "Широчина на вертикалната рамка около етикетите на таб" -#: ../gtk/gtknotebook.c:621 +#: gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "Показване на табове" -#: ../gtk/gtknotebook.c:622 +#: gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "Дали табовете ще бъдат показани или не" -#: ../gtk/gtknotebook.c:628 +#: gtk/gtknotebook.c:628 msgid "Show Border" msgstr "Рамки" -#: ../gtk/gtknotebook.c:629 +#: gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "Показва дали ще се показват рамки" -#: ../gtk/gtknotebook.c:635 +#: gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "Може да се придвижва" -#: ../gtk/gtknotebook.c:636 +#: gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "" "Ако е истина, се добавят стрелки за предвижване, когато табовете са повече " "отколкото свободното екранно място" -#: ../gtk/gtknotebook.c:642 +#: gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "Изскачащи менюта" -#: ../gtk/gtknotebook.c:643 +#: gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" @@ -3811,359 +3789,357 @@ msgstr "" "Ако е истина, натискането на десен клавиш на мишката в контейнера-бележник " "предизвиква появата на меню за придвижването до страница" -#: ../gtk/gtknotebook.c:650 +#: gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "Дали табовете ще имат еднакви размери" -#: ../gtk/gtknotebook.c:656 +#: gtk/gtknotebook.c:656 msgid "Group ID" msgstr "Идентификатор на група" -#: ../gtk/gtknotebook.c:657 +#: gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "Идентификатор на група за влачене и пускане" -#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 -#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 -#: ../gtk/gtkradiotoolbutton.c:65 +#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 +#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "Група" -#: ../gtk/gtknotebook.c:674 +#: gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "Група за влачене и пускане" -#: ../gtk/gtknotebook.c:680 +#: gtk/gtknotebook.c:680 msgid "Tab label" msgstr "Текст на таба" -#: ../gtk/gtknotebook.c:681 +#: gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "Низът на етикета на таба на дъщерния елемент" -#: ../gtk/gtknotebook.c:687 +#: gtk/gtknotebook.c:687 msgid "Menu label" msgstr "Етикет на менюто" -#: ../gtk/gtknotebook.c:688 +#: gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "Низът в елемента в менюто за поделемента" -#: ../gtk/gtknotebook.c:701 +#: gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "Разширяване на таба" -#: ../gtk/gtknotebook.c:702 +#: gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "Дали табът на дъщерния елемент да се разширява или не" -#: ../gtk/gtknotebook.c:708 +#: gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "Допълване на таба" -#: ../gtk/gtknotebook.c:709 +#: gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "Дали табът на дъщерния елемент да запълва заделеното място или не" -#: ../gtk/gtknotebook.c:715 +#: gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "Вид пакетиране на таба" -#: ../gtk/gtknotebook.c:722 +#: gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "Преподредими табове" -#: ../gtk/gtknotebook.c:723 +#: gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "Дали табовете могат да се преподреждат от потребителя или не" -#: ../gtk/gtknotebook.c:729 +#: gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "Отделими табове" -#: ../gtk/gtknotebook.c:730 +#: gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "Дали табът може да се отделя" -#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 +#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "Втора стрелка назад" -#: ../gtk/gtknotebook.c:746 +#: gtk/gtknotebook.c:746 msgid "" "Display a second backward arrow button on the opposite end of the tab area" msgstr "Втори бутон със стрелка назад от другата страна на лентата с табове" -#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 +#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "Втора стрелка напред" -#: ../gtk/gtknotebook.c:762 +#: gtk/gtknotebook.c:762 msgid "" "Display a second forward arrow button on the opposite end of the tab area" msgstr "Втори бутон със стрелка напред от другата страна на лентата с табовете" -#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 +#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "Стрелка назад" -#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 +#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "Показване на стандартния бутон за стрелка назад" -#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 +#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "Стрелка напред" -#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 +#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "Показване на стандартния бутон за стрелка напред" -#: ../gtk/gtknotebook.c:806 +#: gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "Припокриване на табовете" -#: ../gtk/gtknotebook.c:807 +#: gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "Размер на припокриването на табовете" -#: ../gtk/gtknotebook.c:822 +#: gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "Заобляне на табовете" -#: ../gtk/gtknotebook.c:823 +#: gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "Размер на заоблянето на табовете" -#: ../gtk/gtknotebook.c:839 +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "Разредка около стрелката" -#: ../gtk/gtknotebook.c:840 +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "Разстояние около стрелката за предвижване" -#: ../gtk/gtkobject.c:370 +#: gtk/gtkobject.c:370 msgid "User Data" msgstr "Данни за потребителя" -#: ../gtk/gtkobject.c:371 +#: gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "Указател към данните на анонимен потребител" -#: ../gtk/gtkoptionmenu.c:162 +#: gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "Меню от опции" -#: ../gtk/gtkoptionmenu.c:169 +#: gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "Размер на падащ индикатор" -#: ../gtk/gtkoptionmenu.c:175 +#: gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "Разредка около индикатор" -#: ../gtk/gtkorientable.c:75 +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "Ориентация на елемента" -#: ../gtk/gtkpaned.c:242 +#: gtk/gtkpaned.c:242 msgid "" "Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "" "Позиция на разделител в пиксели (0 означава цялото разстояние до левия/" "горния край)" -#: ../gtk/gtkpaned.c:251 +#: gtk/gtkpaned.c:251 msgid "Position Set" msgstr "Задаване на позиция" -#: ../gtk/gtkpaned.c:252 +#: gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "Истина, ако ще се използва свойството „позиция“" -#: ../gtk/gtkpaned.c:258 +#: gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "Размер на дръжката" -#: ../gtk/gtkpaned.c:259 +#: gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "Широчина на дръжката" -#: ../gtk/gtkpaned.c:275 +#: gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "Минимална позиция" -#: ../gtk/gtkpaned.c:276 +#: gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "Най-малката възможна стойност за „позиция“" -#: ../gtk/gtkpaned.c:293 +#: gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "Максимална позиция" -#: ../gtk/gtkpaned.c:294 +#: gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "Най-голямата възможна стойност за „позиция“" -#: ../gtk/gtkpaned.c:311 +#: gtk/gtkpaned.c:311 msgid "Resize" msgstr "Променлив размер" -#: ../gtk/gtkpaned.c:312 +#: gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "" "Ако е истина, дъщерният елемент се разширява и свива заедно с мащабирания " "обект" -#: ../gtk/gtkpaned.c:327 +#: gtk/gtkpaned.c:327 msgid "Shrink" msgstr "Смаляване" -#: ../gtk/gtkpaned.c:328 +#: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "Ако е истина, дъщерният елемент може да е по-малък от исканото" -#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "Вградена" -#: ../gtk/gtkplug.c:151 +#: gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "Дали тапата да е вградена" -#: ../gtk/gtkplug.c:165 +#: gtk/gtkplug.c:165 msgid "Socket Window" msgstr "Прозорец на гнездо" -#: ../gtk/gtkplug.c:166 +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "Прозорец на гнездото, в който е вградена тапата." -#: ../gtk/gtkpreview.c:102 +#: gtk/gtkpreview.c:102 msgid "" "Whether the preview widget should take up the entire space it is allocated" msgstr "" "Дали графичният обект за преглед заема цялото разпределено пространство" -#: ../gtk/gtkprinter.c:124 +#: gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "Име на принтера" -#: ../gtk/gtkprinter.c:130 +#: gtk/gtkprinter.c:130 msgid "Backend" msgstr "Модул" -#: ../gtk/gtkprinter.c:131 +#: gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "Модул за принтера" -#: ../gtk/gtkprinter.c:137 +#: gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "Виртуален" -#: ../gtk/gtkprinter.c:138 +#: gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "Лъжа, ако това е реално хардуерно устройство" -#: ../gtk/gtkprinter.c:144 +#: gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "Приема PDF" -#: ../gtk/gtkprinter.c:145 +#: gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "Истина, ако този принтер приема формата PDF" -#: ../gtk/gtkprinter.c:151 +#: gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "Приема PostScript" -#: ../gtk/gtkprinter.c:152 +#: gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "Истина, ако този принтер приема формата PostScript" -#: ../gtk/gtkprinter.c:158 +#: gtk/gtkprinter.c:158 msgid "State Message" msgstr "Съобщение за състоянието" -#: ../gtk/gtkprinter.c:159 +#: gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "Низ с текущото състояние на принтера" -#: ../gtk/gtkprinter.c:165 +#: gtk/gtkprinter.c:165 msgid "Location" msgstr "Местонахождение" -#: ../gtk/gtkprinter.c:166 +#: gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "Местонахождението на принтера" -#: ../gtk/gtkprinter.c:173 +#: gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "Името на иконата за този принтер" -#: ../gtk/gtkprinter.c:179 +#: gtk/gtkprinter.c:179 msgid "Job Count" msgstr "Брой задания" -#: ../gtk/gtkprinter.c:180 +#: gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "Броят от заданията за печат в опашката" -#: ../gtk/gtkprinter.c:198 +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "Принтер на пауза" -#: ../gtk/gtkprinter.c:199 +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "Истина, ако този принтер е на пауза" -#: ../gtk/gtkprinter.c:212 +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "Приема задания" -#: ../gtk/gtkprinter.c:213 +#: gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "Истина, ако този принтер приема нови задания за печат" -#: ../gtk/gtkprinteroptionwidget.c:123 +#: gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "Настройка на източника" -#: ../gtk/gtkprinteroptionwidget.c:124 +#: gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "PrinterOption на този графичен обект" -#: ../gtk/gtkprintjob.c:117 +#: gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "Заглавието на заданието за печат" -#: ../gtk/gtkprintjob.c:125 +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "Принтер" -#: ../gtk/gtkprintjob.c:126 +#: gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "Принтерът, на който да се отпечата заданието" -#: ../gtk/gtkprintjob.c:134 +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "Настройки" -#: ../gtk/gtkprintjob.c:135 +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "Настройки на принтера" -#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 -#: ../gtk/gtkprintunixdialog.c:258 +#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "Настройки на страницата" -#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "Проследяване на състоянието на печата" -#: ../gtk/gtkprintjob.c:153 +#: gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." @@ -4172,51 +4148,51 @@ msgstr "" "състоянието след като данните за печат са били пратени към принтера или " "сървъра за печат." -#: ../gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "Стандартни настройки на страницата" -#: ../gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "Стандартен GtkPageSetup" -#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "Настройки за печат" -#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "GtkPrintSettings, който се ползва за инициализирането на диалога" -#: ../gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "Име на задание" -#: ../gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "Низ за идентифицирането на заданието за печат" -#: ../gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "Брой страници" -#: ../gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr "Броят страници в документа" -#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "Текущата страница" -#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "Текущата страница в документа" -#: ../gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "Използване на цялата страница" -#: ../gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1007 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" @@ -4224,7 +4200,7 @@ msgstr "" "Истина, ако началото на контекста трябва да е ъгълът на страницата, а не " "ъгълът на зоната за изобразяване" -#: ../gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1028 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." @@ -4232,75 +4208,75 @@ msgstr "" "Истина, ако заданието за печат продължава да докладва са състоянието си, " "след като данните за печат са били пратени на принтера или сървъра за печат." -#: ../gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "Единица" -#: ../gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "Единицата за разстоянията в този контекст" -#: ../gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "Показване на диалогова кутия" -#: ../gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr "Истина, ако диалогът за прогрес бива показван докато се печата." -#: ../gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "Позволяване на асинхронност" -#: ../gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "Истина, ако заданието за печат може да се изпълни асинхронно" -#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "Име на файл при изнасяне" -#: ../gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "Състояние" -#: ../gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "Състояние на заданието по печата" -#: ../gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "Низ за състоянието" -#: ../gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "Човешко описание на състоянието" -#: ../gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "Потребителски етикет на таб" -#: ../gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "Етикет за таб, съдържащ потребителски графични обекти" -#: ../gtk/gtkprintunixdialog.c:259 +#: gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "GtkPageSetup, който да се ползва" -#: ../gtk/gtkprintunixdialog.c:284 +#: gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "Избраният принтер" -#: ../gtk/gtkprintunixdialog.c:285 +#: gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "GtkPrinter, който е избран" -#: ../gtk/gtkprogress.c:102 +#: gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "Режим на активност" -#: ../gtk/gtkprogress.c:103 +#: gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " @@ -4310,42 +4286,42 @@ msgstr "" "сигнализира, когато има някакъв прогрес, но не и каква част от дейността е " "свършена. Това се използва за дейност с неопределима продължителност." -#: ../gtk/gtkprogress.c:111 +#: gtk/gtkprogress.c:111 msgid "Show text" msgstr "Показване на текст" -#: ../gtk/gtkprogress.c:112 +#: gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "Дали прогресът да се покаже като текст." -#: ../gtk/gtkprogressbar.c:119 +#: gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "" "GtkAdjustment, който е свързан с индикатора за прогрес (да не се ползва)" -#: ../gtk/gtkprogressbar.c:135 +#: gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "Стил на лентата" -#: ../gtk/gtkprogressbar.c:136 +#: gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "" "Стилът на визуализация на лентата в режим на проценти (да не се ползва)" -#: ../gtk/gtkprogressbar.c:144 +#: gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "Стъпка на активност" -#: ../gtk/gtkprogressbar.c:145 +#: gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "" "Нарастване, използвано за всяка итерация в активен режим (да не се ползва)" -#: ../gtk/gtkprogressbar.c:152 +#: gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "Блокове за активност" -#: ../gtk/gtkprogressbar.c:153 +#: gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" @@ -4353,38 +4329,38 @@ msgstr "" "Броят блокове, които могат да се наместят в пространството на лентата за " "прогрес в активен режим (да не се ползва)" -#: ../gtk/gtkprogressbar.c:160 +#: gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "Отделни блокове" -#: ../gtk/gtkprogressbar.c:161 +#: gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" msgstr "" "Броят отделни блокове в лентата за прогрес (когато се показва дискретизирана)" -#: ../gtk/gtkprogressbar.c:168 +#: gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "Част" -#: ../gtk/gtkprogressbar.c:169 +#: gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "Част от цялата работа която е извършена" -#: ../gtk/gtkprogressbar.c:176 +#: gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "Стъпка на тласък" -#: ../gtk/gtkprogressbar.c:177 +#: gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "Частта от общия прогрес, която предизвиква тласък на индикатора" -#: ../gtk/gtkprogressbar.c:185 +#: gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "Текст за показване в лентата за прогрес" -#: ../gtk/gtkprogressbar.c:207 +#: gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." @@ -4393,59 +4369,59 @@ msgstr "" "прогрес не разполага с достатъчно място да изобрази целия низ, ако въобще го " "показва." -#: ../gtk/gtkprogressbar.c:214 +#: gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "Разредка по X" -#: ../gtk/gtkprogressbar.c:215 +#: gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "Допълнително разстояние добавяно към широчината на лентата за прогрес." -#: ../gtk/gtkprogressbar.c:220 +#: gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "Разредка по Y" -#: ../gtk/gtkprogressbar.c:221 +#: gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "Допълнително разстояние добавяно към височината на лентата за прогрес." -#: ../gtk/gtkprogressbar.c:234 +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "Минимална широчина на хоризонтална лента" -#: ../gtk/gtkprogressbar.c:235 +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "Минималната хоризонтална широчина на лента за прогрес" -#: ../gtk/gtkprogressbar.c:247 +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "Минимална хоризонтална височина на лента" -#: ../gtk/gtkprogressbar.c:248 +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "Минимална хоризонтална височина на лента за прогрес" -#: ../gtk/gtkprogressbar.c:260 +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "Минимална вертикална широчина на лента" -#: ../gtk/gtkprogressbar.c:261 +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "Минималната вертикална широчина на лента за прогрес" -#: ../gtk/gtkprogressbar.c:273 +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "Минимална вертикална височина на лента" -#: ../gtk/gtkprogressbar.c:274 +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "Минималната вертикална височина на лента за прогрес" -#: ../gtk/gtkradioaction.c:111 +#: gtk/gtkradioaction.c:111 msgid "The value" msgstr "Стойността" -#: ../gtk/gtkradioaction.c:112 +#: gtk/gtkradioaction.c:112 msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." @@ -4453,15 +4429,15 @@ msgstr "" "Стойността, която се връща от gtk_radio_action_get_current_value(), когато " "това действие е текущото на своята група." -#: ../gtk/gtkradioaction.c:129 +#: gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "Действието за радио бутон, към чиято група принадлежи това действие" -#: ../gtk/gtkradioaction.c:144 +#: gtk/gtkradioaction.c:144 msgid "The current value" msgstr "Текущата стойност" -#: ../gtk/gtkradioaction.c:145 +#: gtk/gtkradioaction.c:145 msgid "" "The value property of the currently active member of the group to which this " "action belongs." @@ -4469,45 +4445,45 @@ msgstr "" "Стойността на текущо активният член на групата, към която принадлежи това " "действие." -#: ../gtk/gtkradiobutton.c:83 +#: gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "Радио бутонът, към чиято група принадлежи този графичен елемент." -#: ../gtk/gtkradiomenuitem.c:344 +#: gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "" "Радио бутонът в меню, към чиято група принадлежи този графичен елемент." -#: ../gtk/gtkradiotoolbutton.c:66 +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "Радио бутонът, към чиято група принадлежи този бутон." -#: ../gtk/gtkrange.c:358 +#: gtk/gtkrange.c:358 msgid "Update policy" msgstr "Политика на обновяване" -#: ../gtk/gtkrange.c:359 +#: gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "Как диапазонът ще бъде обновяван на екрана" -#: ../gtk/gtkrange.c:368 +#: gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "" "GtkAdjustment, който съдържа текущата стойност на този обект за диапазон" -#: ../gtk/gtkrange.c:375 +#: gtk/gtkrange.c:375 msgid "Inverted" msgstr "Обърнат" -#: ../gtk/gtkrange.c:376 +#: gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" msgstr "Обръщане на посоката, при която стойността се увеличава" -#: ../gtk/gtkrange.c:383 +#: gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "Чувствителност на стрелката надолу" -#: ../gtk/gtkrange.c:384 +#: gtk/gtkrange.c:384 msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" @@ -4515,11 +4491,11 @@ msgstr "" "Политиката на чувствителност на стрелката, която сочи към долната граница на " "интервала" -#: ../gtk/gtkrange.c:392 +#: gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "Чувствителност на стрелката нагоре" -#: ../gtk/gtkrange.c:393 +#: gtk/gtkrange.c:393 msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" @@ -4527,88 +4503,88 @@ msgstr "" "Политиката на чувствителност на стрелката, която сочи към горната граница на " "интервала" -#: ../gtk/gtkrange.c:410 +#: gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "Показване на нивото на запълване" -#: ../gtk/gtkrange.c:411 +#: gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "Дали да се показва индикатор за запълването върху жлеба на скалата." -#: ../gtk/gtkrange.c:427 +#: gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "Ограничаване до нивото на запълване" -#: ../gtk/gtkrange.c:428 +#: gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "Дали горната граница да се ограничи до нивото на запълване." -#: ../gtk/gtkrange.c:443 +#: gtk/gtkrange.c:443 msgid "Fill Level" msgstr "Ниво на запълване" -#: ../gtk/gtkrange.c:444 +#: gtk/gtkrange.c:444 msgid "The fill level." msgstr "Нивото на запълване." -#: ../gtk/gtkrange.c:452 +#: gtk/gtkrange.c:452 msgid "Slider Width" msgstr "Широчина на плъзгач" -#: ../gtk/gtkrange.c:453 +#: gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "Широчина на лентата за придвижване или плъзгача за мащабирането" -#: ../gtk/gtkrange.c:460 +#: gtk/gtkrange.c:460 msgid "Trough Border" msgstr "Рамка на жлеба на скалата" -#: ../gtk/gtkrange.c:461 +#: gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "" "Разстояние между плъзгача/стрелките и външното вдаване на жлеба на скалата" -#: ../gtk/gtkrange.c:468 +#: gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "Големина на стрелките" -#: ../gtk/gtkrange.c:469 +#: gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "Дължина на бутоните на позициите по краищата" -#: ../gtk/gtkrange.c:484 +#: gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "Разстояние около стрелките" -#: ../gtk/gtkrange.c:485 +#: gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "Разстояние между бутоните на позициите и плъзгача" -#: ../gtk/gtkrange.c:492 +#: gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "Отместване на стрелката по X " -#: ../gtk/gtkrange.c:493 +#: gtk/gtkrange.c:493 msgid "" "How far in the x direction to move the arrow when the button is depressed" msgstr "" "На какво разстояние по X да се премества стрелката при натискане на бутона" -#: ../gtk/gtkrange.c:500 +#: gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "Отместване на стрелката по Y" -#: ../gtk/gtkrange.c:501 +#: gtk/gtkrange.c:501 msgid "" "How far in the y direction to move the arrow when the button is depressed" msgstr "" "На какво разстояние по Y да се премества стрелката при натискане на бутона" -#: ../gtk/gtkrange.c:509 +#: gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "Изчертаване на активен плъзгач при влачене" -#: ../gtk/gtkrange.c:510 +#: gtk/gtkrange.c:510 msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" @@ -4616,11 +4592,11 @@ msgstr "" "Когато е истина, плъзгачите ще бъдат изчертавани активни и с вътрешна сянка " "при влачене" -#: ../gtk/gtkrange.c:524 +#: gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "Странични детайли на жлеба" -#: ../gtk/gtkrange.c:525 +#: gtk/gtkrange.c:525 msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" @@ -4628,11 +4604,11 @@ msgstr "" "Ако е истина, частите на жлеба от двете страни на плъзгача се изчертават с " "различни детайли" -#: ../gtk/gtkrange.c:541 +#: gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "Жлеб под стрелките" -#: ../gtk/gtkrange.c:542 +#: gtk/gtkrange.c:542 msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" @@ -4640,267 +4616,265 @@ msgstr "" "Дали жлебът на скалата да се изчертава през целия интервал или да пропуска " "стрелките и отстоянията" -#: ../gtk/gtkrange.c:555 +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "Разрешаване на мащабиране" -#: ../gtk/gtkrange.c:556 +#: gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "Разрешаване на мащабиране на размера на бутона за предвижване" -#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 +#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "Показване на номерата" -#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 +#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "Дали елементите да се показват с номер" -#: ../gtk/gtkrecentchooser.c:132 +#: gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "Управление на скоро отваряни" -#: ../gtk/gtkrecentchooser.c:133 +#: gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "Кой обект за скоро отваряни обекти да се използва" -#: ../gtk/gtkrecentchooser.c:147 +#: gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "Показване на личните" -#: ../gtk/gtkrecentchooser.c:148 +#: gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "Дали личните елементи да бъдат показани" -#: ../gtk/gtkrecentchooser.c:161 +#: gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "Показване на подсказки" -#: ../gtk/gtkrecentchooser.c:162 +#: gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "Дали елементът трябва да има подсказка" -#: ../gtk/gtkrecentchooser.c:174 +#: gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "Показване на икони" -#: ../gtk/gtkrecentchooser.c:175 +#: gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "Дали да има икона до елемента" -#: ../gtk/gtkrecentchooser.c:190 +#: gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "Показване, че липсва" -#: ../gtk/gtkrecentchooser.c:191 +#: gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "" "Дали елементите сочещи към недостъпни ресурси трябва да бъдат показвани" -#: ../gtk/gtkrecentchooser.c:204 +#: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "Дали е позволен избор на няколко елемента" -#: ../gtk/gtkrecentchooser.c:217 +#: gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "Само локални" -#: ../gtk/gtkrecentchooser.c:218 +#: gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "" "Дали избраните ресурси да бъдат ограничени само до локални адреси — file:" -#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 +#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "Ограничаване" -#: ../gtk/gtkrecentchooser.c:235 +#: gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "Максималният брой елементи, които да бъдат показвани" -#: ../gtk/gtkrecentchooser.c:249 +#: gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "Вид подредба" -#: ../gtk/gtkrecentchooser.c:250 +#: gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "Редът на подреждане на показваните елементи" -#: ../gtk/gtkrecentchooser.c:265 +#: gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "Текущият филтър за избиране кои ресурси да се показват" -#: ../gtk/gtkrecentmanager.c:215 +#: gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "" "Пълният път към файла, който да се ползва за запазване и прочитане на списъка" -#: ../gtk/gtkrecentmanager.c:230 +#: gtk/gtkrecentmanager.c:230 msgid "" "The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "" "Максималният брой елементи, които да се връщат от " "gtk_recent_manager_get_items()" -#: ../gtk/gtkrecentmanager.c:246 +#: gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "Размерът на списък със скоро отваряни елементи" -#: ../gtk/gtkruler.c:128 +#: gtk/gtkruler.c:128 msgid "Lower" msgstr "Начална стойност" -#: ../gtk/gtkruler.c:129 +#: gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "Начална стойност на скалата" -#: ../gtk/gtkruler.c:138 +#: gtk/gtkruler.c:138 msgid "Upper" msgstr "Крайна стойност" -#: ../gtk/gtkruler.c:139 +#: gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "Крайната стойност на скалата" -#: ../gtk/gtkruler.c:149 +#: gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "Позиции на маркер на скалата" -#: ../gtk/gtkruler.c:158 +#: gtk/gtkruler.c:158 msgid "Max Size" msgstr "Максимален размер" -#: ../gtk/gtkruler.c:159 +#: gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "Максимален размер на скалата" -#: ../gtk/gtkruler.c:174 +#: gtk/gtkruler.c:174 msgid "Metric" msgstr "Метрика" -#: ../gtk/gtkruler.c:175 +#: gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "Измерваща единица за скалата" -#: ../gtk/gtkscale.c:201 +#: gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "Брой десетични цифри, които се показват в стойността" -#: ../gtk/gtkscale.c:210 +#: gtk/gtkscale.c:210 msgid "Draw Value" msgstr "Стойност" -#: ../gtk/gtkscale.c:211 +#: gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "Дали текущата стойност се показва като низ до плъзгача" -#: ../gtk/gtkscale.c:218 +#: gtk/gtkscale.c:218 msgid "Value Position" msgstr "Позицията на стойността" -#: ../gtk/gtkscale.c:219 +#: gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "Позицията, където е показана текущата стойност" -#: ../gtk/gtkscale.c:226 +#: gtk/gtkscale.c:226 msgid "Slider Length" msgstr "Дължина на плъзгача" -#: ../gtk/gtkscale.c:227 +#: gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "Дължината на плъзгача на скалата" -#: ../gtk/gtkscale.c:235 +#: gtk/gtkscale.c:235 msgid "Value spacing" msgstr "Разредка на стойността" -#: ../gtk/gtkscale.c:236 +#: gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "Разстоянието между текста и плъзгача/жлеба" -#: ../gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Стойност на мащабирането" -#: ../gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Размер на иконите" -#: ../gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "GtkAdjustment, който съдържа текущата стойност на този обект за бутон за " "мащабиране" -#: ../gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Икони" -#: ../gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Списък с имената на иконите" -#: ../gtk/gtkscrollbar.c:51 +#: gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "Минимална дължина на плъзгача в лентата за придвижване" -#: ../gtk/gtkscrollbar.c:52 +#: gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "Минимална дължина на плъзгача в лентата за придвижване" -#: ../gtk/gtkscrollbar.c:60 +#: gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "Фиксиран размер на плъзгача" -#: ../gtk/gtkscrollbar.c:61 +#: gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "Дължината на плъзгача в лентата за придвижване не се променя" -#: ../gtk/gtkscrollbar.c:82 +#: gtk/gtkscrollbar.c:82 msgid "" "Display a second backward arrow button on the opposite end of the scrollbar" msgstr "" "Втори бутон със стрелка назад от другата страна на лентата за придвижване" -#: ../gtk/gtkscrollbar.c:89 +#: gtk/gtkscrollbar.c:89 msgid "" "Display a second forward arrow button on the opposite end of the scrollbar" msgstr "" "Показване на втори бутон със стрелка напред от другата страна на лентата за " "придвижване" -#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 -#: ../gtk/gtktreeview.c:578 +#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "Хоризонтално регулиране" -#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 -#: ../gtk/gtktreeview.c:586 +#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "Вертикално регулиране" -#: ../gtk/gtkscrolledwindow.c:232 +#: gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "Политика на хоризонтална лента за придвижване" -#: ../gtk/gtkscrolledwindow.c:233 +#: gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "Кога се показва хоризонтална лента за придвижване" -#: ../gtk/gtkscrolledwindow.c:240 +#: gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "Политика на вертикална лента за придвижване" -#: ../gtk/gtkscrolledwindow.c:241 +#: gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "Кога се показва вертикалната лента за придвижване" -#: ../gtk/gtkscrolledwindow.c:249 +#: gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "Разполагане на прозорец" -#: ../gtk/gtkscrolledwindow.c:250 +#: gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." @@ -4908,11 +4882,11 @@ msgstr "" "Къде е поместено съдържанието спрямо лентите за придвижване. Това свойство " "се взима предвид, само ако „window-placement-set“ е истина." -#: ../gtk/gtkscrolledwindow.c:267 +#: gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "Разполагане на няколко прозореца" -#: ../gtk/gtkscrolledwindow.c:268 +#: gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." @@ -4920,35 +4894,35 @@ msgstr "" "Дали „window-placement“ да се ползва при определянето къде е поместено " "съдържанието спрямо лентите за придвижване." -#: ../gtk/gtkscrolledwindow.c:274 +#: gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "Вид на сянка" -#: ../gtk/gtkscrolledwindow.c:275 +#: gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "Стилът на вдаването около съдържанието" -#: ../gtk/gtkscrolledwindow.c:289 +#: gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "Ленти за придвижване във вдаването" -#: ../gtk/gtkscrolledwindow.c:290 +#: gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "Ленти за придвижване във вдаването на вътрешния прозорец" -#: ../gtk/gtkscrolledwindow.c:296 +#: gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "Разредка на лентата за придвижване" -#: ../gtk/gtkscrolledwindow.c:297 +#: gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "Брой пиксели между лентите за придвижване и придвижвания прозорец" -#: ../gtk/gtkscrolledwindow.c:312 +#: gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "Разполагане на прозорец с придвижване" -#: ../gtk/gtkscrolledwindow.c:313 +#: gtk/gtkscrolledwindow.c:313 msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." @@ -4956,19 +4930,19 @@ msgstr "" "Къде е поместено съдържанието спрямо лентите за придвижване на придвижените " "прозорци, ако няма изрично задаване от придвижения прозорец." -#: ../gtk/gtkseparatortoolitem.c:105 +#: gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "Изчертаване" -#: ../gtk/gtkseparatortoolitem.c:106 +#: gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "Дали разделителят е изчертан или е просто празен" -#: ../gtk/gtksettings.c:215 +#: gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "Време на двойно натискане" -#: ../gtk/gtksettings.c:216 +#: gtk/gtksettings.c:216 msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" @@ -4976,11 +4950,11 @@ msgstr "" "Максимално време (в милисекунди) между две натискания, за да се обединят в " "двойно натискане" -#: ../gtk/gtksettings.c:223 +#: gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "Разстояние за двойно натискане" -#: ../gtk/gtksettings.c:224 +#: gtk/gtksettings.c:224 msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" @@ -4988,35 +4962,35 @@ msgstr "" "Максимално разстояние (в пиксели) между две натискания, за да се обединят в " "двойно натискане" -#: ../gtk/gtksettings.c:240 +#: gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "Мигащ курсор" -#: ../gtk/gtksettings.c:241 +#: gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "Дали курсорът ще мига" -#: ../gtk/gtksettings.c:248 +#: gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "Време на мигане на курсора" -#: ../gtk/gtksettings.c:249 +#: gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "Дължината на цикъла на мигане за курсора в милисекунди" -#: ../gtk/gtksettings.c:268 +#: gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "Време за спиране на мигането на курсора" -#: ../gtk/gtksettings.c:269 +#: gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "Време, след което курсорът спира да мига, в милисекунди" -#: ../gtk/gtksettings.c:276 +#: gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "Отделни курсори" -#: ../gtk/gtksettings.c:277 +#: gtk/gtksettings.c:277 msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" @@ -5024,164 +4998,164 @@ msgstr "" "Дали да се показват два курсора за смесен текст с посока на писане отляво-" "надясно и отдясно-наляво" -#: ../gtk/gtksettings.c:284 +#: gtk/gtksettings.c:284 msgid "Theme Name" msgstr "Име на тема" -#: ../gtk/gtksettings.c:285 +#: gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "Име на файл RC за тема, който да се зареди" -#: ../gtk/gtksettings.c:293 +#: gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "Име на тема за икони" -#: ../gtk/gtksettings.c:294 +#: gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "Име на темата за икони, която да се използва" -#: ../gtk/gtksettings.c:302 +#: gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "Име на резервната тема за икони" -#: ../gtk/gtksettings.c:303 +#: gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "Име на темата за икони, която да се използва, когато няма друга" -#: ../gtk/gtksettings.c:311 +#: gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "Име на тема за клавиши" -#: ../gtk/gtksettings.c:312 +#: gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "Име на файл RC с тема за клавишите, който да се зареди" -#: ../gtk/gtksettings.c:320 +#: gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "Клавишна комбинация на лента с менюта" -#: ../gtk/gtksettings.c:321 +#: gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "Клавиши за активиране на лентата с менюта" -#: ../gtk/gtksettings.c:329 +#: gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "Праг на изтегляне" -#: ../gtk/gtksettings.c:330 +#: gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "" "Брой пиксели, на които показалеца да се премести, преди започване на " "изтегляне" -#: ../gtk/gtksettings.c:338 +#: gtk/gtksettings.c:338 msgid "Font Name" msgstr "Име на шрифт" -#: ../gtk/gtksettings.c:339 +#: gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "Име на шрифта, който стандартно да се използва" -#: ../gtk/gtksettings.c:361 +#: gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "Размери на икони" -#: ../gtk/gtksettings.c:362 +#: gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "Списък размери на икони (gtk-menu=16,16:gtk-button=20,20…" -#: ../gtk/gtksettings.c:370 +#: gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "Модули на GTK" -#: ../gtk/gtksettings.c:371 +#: gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "Списъкът с текущо активните модули на GTK" -#: ../gtk/gtksettings.c:380 +#: gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Заглаждане на Xft" -#: ../gtk/gtksettings.c:381 +#: gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "" "Дали шрифтовете от Xft да бъдат загладени: 0 (не), 1 (да), -1 (стандартната " "стойност)" -#: ../gtk/gtksettings.c:390 +#: gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Подсказки на Xft" -#: ../gtk/gtksettings.c:391 +#: gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "" "Дали да се ползват подсказките при заглаждането: 0 (не), 1 (да), -1 " "(стандартната стойност)" -#: ../gtk/gtksettings.c:400 +#: gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Стил на подсказките на Xft" -#: ../gtk/gtksettings.c:401 +#: gtk/gtksettings.c:401 msgid "" "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "" "Колко силно да се използват подсказките: „hintnone“ (никак), " "„hintslight“ (леко), „hintmedium“ (средно) или „hintfull“ (изцяло)" -#: ../gtk/gtksettings.c:410 +#: gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft RGBA" -#: ../gtk/gtksettings.c:411 +#: gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "" "Видът на подпикселното заглаждане: „none“ (никакво), „rgb“ (чзс), " "„bgr“ (сзч), „vrgb“ (Вчзс), „vbgr“ (Всзч)" -#: ../gtk/gtksettings.c:420 +#: gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Xft DPI (тчк./инч)" -#: ../gtk/gtksettings.c:421 +#: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" msgstr "" "Разделителната способност на Xft, във вида 1024 * точки/инч. При -1 се " "ползва стандартната стойност" -#: ../gtk/gtksettings.c:430 +#: gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "Име на тема за показалеца" -#: ../gtk/gtksettings.c:431 +#: gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" msgstr "" "Име на темата за показалеца, която да се използва или NULL, за да се ползва " "стандартната тема" -#: ../gtk/gtksettings.c:439 +#: gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "Размер на показалеца" -#: ../gtk/gtksettings.c:440 +#: gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "" "Размерът, който да се използва за показалците или 0, за да се ползва " "стандартният размер" -#: ../gtk/gtksettings.c:450 +#: gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "Алтернативна подредба на бутоните" -#: ../gtk/gtksettings.c:451 +#: gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" msgstr "Дали бутоните в прозорците да използват алтернативна подредба" -#: ../gtk/gtksettings.c:468 +#: gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "Алтернативна посока на индикаторите за подредба" -#: ../gtk/gtksettings.c:469 +#: gtk/gtksettings.c:469 msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" @@ -5189,11 +5163,11 @@ msgstr "" "Дали посоката на индикаторите за подредбата в списъчния и дървовидния изглед " "е обърната спрямо стандартната (напр. „надолу“ да означава увеличаване)" -#: ../gtk/gtksettings.c:477 +#: gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "Показване на менюто „Методи за вход“" -#: ../gtk/gtksettings.c:478 +#: gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" @@ -5201,11 +5175,11 @@ msgstr "" "Дали контекстните менюта на елементите и текстовите полета ще позволяват да " "се сменя методът за вход" -#: ../gtk/gtksettings.c:486 +#: gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "Показване на менюто „Вмъкване на контролен знак на Уникод“" -#: ../gtk/gtksettings.c:487 +#: gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" @@ -5213,232 +5187,232 @@ msgstr "" "Дали контекстните менюта на елементите и текстовите полета ще позволяват " "въвеждането на контролни знаци" -#: ../gtk/gtksettings.c:495 +#: gtk/gtksettings.c:495 msgid "Start timeout" msgstr "Начало на изтичане" -#: ../gtk/gtksettings.c:496 +#: gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "Началното време за изтичане, когато се натисне бутон" -#: ../gtk/gtksettings.c:505 +#: gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "Изтичане на повтаряне" -#: ../gtk/gtksettings.c:506 +#: gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "Време за изтичане на повтарянето, когато се натисне бутон" -#: ../gtk/gtksettings.c:515 +#: gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "Изтичане на разширение" -#: ../gtk/gtksettings.c:516 +#: gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "" "Време за изтичане на разширение, когато графичен обект се разширява в нов " "регион" -#: ../gtk/gtksettings.c:551 +#: gtk/gtksettings.c:551 msgid "Color scheme" msgstr "Цветова схема" -#: ../gtk/gtksettings.c:552 +#: gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "Палитра с наименувани цветове, която да се ползва в темите" -#: ../gtk/gtksettings.c:561 +#: gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "Включване на анимациите" -#: ../gtk/gtksettings.c:562 +#: gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "Дали да се включат анимациите на ниво графични обекти." -#: ../gtk/gtksettings.c:580 +#: gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "Режим на допир на екрана" -#: ../gtk/gtksettings.c:581 +#: gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "" "Когато е истина, към този екран не се доставят събития за докладване на " "движение" -#: ../gtk/gtksettings.c:598 +#: gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "Време преди подсказка" -#: ../gtk/gtksettings.c:599 +#: gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "Време, което трябва да мине, преди да се покаже подсказка" -#: ../gtk/gtksettings.c:624 +#: gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "Време преди подсказка при разглеждане" -#: ../gtk/gtksettings.c:625 +#: gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "" "Време, което трябва да мине, преди да се покаже подсказка при режим на " "разглеждане" -#: ../gtk/gtksettings.c:646 +#: gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "Време за разглеждане" -#: ../gtk/gtksettings.c:647 +#: gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "Време, след което се изключва режимът на разглеждане" -#: ../gtk/gtksettings.c:666 +#: gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "Навигация само с клавишите на курсора" -#: ../gtk/gtksettings.c:667 +#: gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" msgstr "" "Когато е истина, между графичните обекти може да се преминава само с " "клавишите за навигация" -#: ../gtk/gtksettings.c:684 +#: gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "Превъртане при навигация с клавиши" -#: ../gtk/gtksettings.c:685 +#: gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "" "Дали да се започва от началния графичен обект след достигането на последния " "при навигация с клавиши" -#: ../gtk/gtksettings.c:705 +#: gtk/gtksettings.c:705 msgid "Error Bell" msgstr "Звънец при грешка" -#: ../gtk/gtksettings.c:706 +#: gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "" "Ако е истина, грешките при навигацията с клавиатура, както и другите грешки, " "ще се известяват със звук" -#: ../gtk/gtksettings.c:723 +#: gtk/gtksettings.c:723 msgid "Color Hash" msgstr "Цветова извадка" -#: ../gtk/gtksettings.c:724 +#: gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "Таблица с извадки, която представя цветовата схема." -#: ../gtk/gtksettings.c:732 +#: gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "Стандартният модул за файлова система" -#: ../gtk/gtksettings.c:733 +#: gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "Име на модула за GtkFileChooser, който стандартно да се използва" -#: ../gtk/gtksettings.c:750 +#: gtk/gtksettings.c:750 msgid "Default print backend" msgstr "Стандартният модулът за печат" -#: ../gtk/gtksettings.c:751 +#: gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "Списък с модули GtkPrintBackend, които стандартно да се използват" -#: ../gtk/gtksettings.c:774 +#: gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "Стандартната команда, която да се изпълни при прегледа преди печат" -#: ../gtk/gtksettings.c:775 +#: gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "Команда за изпълнение при прегледа преди печат" -#: ../gtk/gtksettings.c:791 +#: gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "Включване на мнемониката" -#: ../gtk/gtksettings.c:792 +#: gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "Дали етикетите ще имат мнемонични букви" -#: ../gtk/gtksettings.c:808 +#: gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "Включване на клавишните комбинации" -#: ../gtk/gtksettings.c:809 +#: gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "Дали елементите на менюто ще имат клавишни комбинации" -#: ../gtk/gtksettings.c:826 +#: gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "Максимален брой на скоро отваряните документи" -#: ../gtk/gtksettings.c:827 +#: gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "Брой на скоро отваряните документи" -#: ../gtk/gtksettings.c:845 +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "Стандартен модул за вход" -#: ../gtk/gtksettings.c:846 +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "Кой модул за вход стандартно да се ползва" -#: ../gtk/gtksettings.c:864 +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "Максимална възраст на скоро отваряните документи" -#: ../gtk/gtksettings.c:865 +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "Максимална възраст в дни на скоро отваряните документи" -#: ../gtk/gtksettings.c:874 +#: gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Време на настройване на fontconfig" -#: ../gtk/gtksettings.c:875 +#: gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "Кога са въведени текущите настройки на fontconfig" -#: ../gtk/gtksettings.c:897 +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "Име на аудио тема" -#: ../gtk/gtksettings.c:898 +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "Име на аудио тема по XDG" #. Translators: this means sounds that are played as feedback to user input -#: ../gtk/gtksettings.c:920 +#: gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "Звуково известяване при вход" -#: ../gtk/gtksettings.c:921 +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "Дали при вход от потребителя да се известява със звук" -#: ../gtk/gtksettings.c:942 +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "Включване на звуците при събития" -#: ../gtk/gtksettings.c:943 +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "Дали въобще да се пуска звук при събитие" -#: ../gtk/gtksettings.c:958 +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "Включване на подсказки" -#: ../gtk/gtksettings.c:959 +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "Дали да се показват подсказки към графичните обекти" -#: ../gtk/gtksizegroup.c:293 +#: gtk/gtksizegroup.c:293 msgid "Mode" msgstr "Режим" -#: ../gtk/gtksizegroup.c:294 +#: gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" @@ -5446,217 +5420,217 @@ msgstr "" "Посоките, в които тази група за размери оказва влияние на заявените размери " "на своите съставни елементи" -#: ../gtk/gtksizegroup.c:310 +#: gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "Игнориране на скритите" -#: ../gtk/gtksizegroup.c:311 +#: gtk/gtksizegroup.c:311 msgid "" "If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "" "Ако е истина, скритите графични обекти биват пренебрегнати при определяне на " "големината на групата" -#: ../gtk/gtkspinbutton.c:209 +#: gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "Стъпка, която съдържа стойността на брояча" -#: ../gtk/gtkspinbutton.c:216 +#: gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "Скорост на нарастване" -#: ../gtk/gtkspinbutton.c:236 +#: gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "Придържане към стъпките" -#: ../gtk/gtkspinbutton.c:237 +#: gtk/gtkspinbutton.c:237 msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" msgstr "Дали невалидните стойности ще се закръглят към най-близката стъпка" -#: ../gtk/gtkspinbutton.c:244 +#: gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "Само цифри" -#: ../gtk/gtkspinbutton.c:245 +#: gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "Дали нецифровите знаци ще бъдат игнорирани" -#: ../gtk/gtkspinbutton.c:252 +#: gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "Превъртане" -#: ../gtk/gtkspinbutton.c:253 +#: gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "Дали броячът ще превърта при достигане на своя лимит" -#: ../gtk/gtkspinbutton.c:260 +#: gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "Политика на актуализиране" -#: ../gtk/gtkspinbutton.c:261 +#: gtk/gtkspinbutton.c:261 msgid "" "Whether the spin button should update always, or only when the value is legal" msgstr "Дали броячът ще се обновява винаги или само при правилна стойност" -#: ../gtk/gtkspinbutton.c:270 +#: gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "Четене на текущата стойност или задаване на нова" -#: ../gtk/gtkspinbutton.c:279 +#: gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "Стил на вдаването около брояча" -#: ../gtk/gtkstatusbar.c:141 +#: gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "Дръжка за преоразмеряване" -#: ../gtk/gtkstatusbar.c:142 +#: gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "" "Дали лентата за състоянието има дръжка за преоразмеряването на най-горното " "ниво" -#: ../gtk/gtkstatusbar.c:187 +#: gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "Стил на вдаването около лентата за състоянието" -#: ../gtk/gtkstatusicon.c:268 +#: gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "Размерът на иконата" -#: ../gtk/gtkstatusicon.c:278 +#: gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "Екранът, където ще бъде показана тази икона за състоянието" -#: ../gtk/gtkstatusicon.c:285 +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "Мигаща" -#: ../gtk/gtkstatusicon.c:286 +#: gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "Дали иконата за състоянието да мига" -#: ../gtk/gtkstatusicon.c:294 +#: gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "Дали иконата за състоянието да е видима" -#: ../gtk/gtkstatusicon.c:310 +#: gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "Дали иконата за състоянието да е вградена" -#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 +#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "Ориентация на тавата" -#: ../gtk/gtkstatusicon.c:353 ../gtk/gtkwidget.c:632 +#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "С подсказка" -#: ../gtk/gtkstatusicon.c:354 +#: gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" msgstr "Дали тази икона за панела има подсказка" -#: ../gtk/gtkstatusicon.c:375 ../gtk/gtkwidget.c:653 +#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 msgid "Tooltip Text" msgstr "Текстът на подсказка" -#: ../gtk/gtkstatusicon.c:376 ../gtk/gtkwidget.c:654 ../gtk/gtkwidget.c:675 +#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 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:674 msgid "Tooltip markup" msgstr "Съдържание на подсказката" -#: ../gtk/gtkstatusicon.c:400 +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "Съдържание на подсказката за този икона за панела" -#: ../gtk/gtktable.c:129 +#: gtk/gtktable.c:129 msgid "Rows" msgstr "Редове" -#: ../gtk/gtktable.c:130 +#: gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "Брой редове в таблицата" -#: ../gtk/gtktable.c:138 +#: gtk/gtktable.c:138 msgid "Columns" msgstr "Колони" -#: ../gtk/gtktable.c:139 +#: gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "Брой колони в таблицата" -#: ../gtk/gtktable.c:147 +#: gtk/gtktable.c:147 msgid "Row spacing" msgstr "Разредката между редове" -#: ../gtk/gtktable.c:148 +#: gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "Интервалът между два съседни реда" -#: ../gtk/gtktable.c:156 +#: gtk/gtktable.c:156 msgid "Column spacing" msgstr "Разредката между колони" -#: ../gtk/gtktable.c:157 +#: gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "Разстоянието между две съседни колони" -#: ../gtk/gtktable.c:166 +#: gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "Ако е истина, клетките на таблицата ще са с еднакви височина/широчина" -#: ../gtk/gtktable.c:173 +#: gtk/gtktable.c:173 msgid "Left attachment" msgstr "Ляво прикачване" -#: ../gtk/gtktable.c:180 +#: gtk/gtktable.c:180 msgid "Right attachment" msgstr "Дясно прикачване" -#: ../gtk/gtktable.c:181 +#: gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "" "Номер на колоната, към който да се прикачи дясната страна на дъщерния елемент" -#: ../gtk/gtktable.c:187 +#: gtk/gtktable.c:187 msgid "Top attachment" msgstr "Горно прикачване" -#: ../gtk/gtktable.c:188 +#: gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "" "Номер на реда, към който да се прикачи горната страна на дъщерния елемент" -#: ../gtk/gtktable.c:194 +#: gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "Долно прикачване" -#: ../gtk/gtktable.c:201 +#: gtk/gtktable.c:201 msgid "Horizontal options" msgstr "Хоризонтални настройки" -#: ../gtk/gtktable.c:202 +#: gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "Настройки указващи хоризонталното поведение на дъщерния елемент" -#: ../gtk/gtktable.c:208 +#: gtk/gtktable.c:208 msgid "Vertical options" msgstr "Вертикални настройки" -#: ../gtk/gtktable.c:209 +#: gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "Настройки указващи вертикалното поведение на дъщерния елемент" -#: ../gtk/gtktable.c:215 +#: gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "Хоризонтално отстояние" -#: ../gtk/gtktable.c:216 +#: gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" @@ -5664,11 +5638,11 @@ msgstr "" "Допълнително разстояние, което да се добави между дъщерния елемент и " "неговите леви и десни съседи, в пиксели" -#: ../gtk/gtktable.c:222 +#: gtk/gtktable.c:222 msgid "Vertical padding" msgstr "Вертикално отстояние" -#: ../gtk/gtktable.c:223 +#: gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" @@ -5676,75 +5650,75 @@ msgstr "" "Допълнително разстояние, което да се добави между дъщерния елемент и " "неговите горни и долни съседи, в пиксели" -#: ../gtk/gtktext.c:546 +#: gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "Хоризонтално подравняване за графичния обект за текст" -#: ../gtk/gtktext.c:554 +#: gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "Вертикално подравняване за графичния обект за текст" -#: ../gtk/gtktext.c:561 +#: gtk/gtktext.c:561 msgid "Line Wrap" msgstr "Пренасяне на редове" -#: ../gtk/gtktext.c:562 +#: gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "Дали редовете ще се пренасят в края на графичния обект" -#: ../gtk/gtktext.c:569 +#: gtk/gtktext.c:569 msgid "Word Wrap" msgstr "Пренасяне по думи" -#: ../gtk/gtktext.c:570 +#: gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "Дали думите ще се пренасят в края на графичния обект" -#: ../gtk/gtktextbuffer.c:180 +#: gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "Таблица с етикети" -#: ../gtk/gtktextbuffer.c:181 +#: gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "Таблица с текстови етикети" -#: ../gtk/gtktextbuffer.c:199 +#: gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "Текущият текст на буфера" -#: ../gtk/gtktextbuffer.c:213 +#: gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "С избрано" -#: ../gtk/gtktextbuffer.c:214 +#: gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "Дали в буфера има текущо избран текст" -#: ../gtk/gtktextbuffer.c:230 +#: gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "Позиция на показалеца" -#: ../gtk/gtktextbuffer.c:231 +#: gtk/gtktextbuffer.c:231 msgid "" "The position of the insert mark (as offset from the beginning of the buffer)" msgstr "Позиция на вмъкване (отместване от началото на буфера)" -#: ../gtk/gtktextbuffer.c:246 +#: gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "Списък на копируемите" -#: ../gtk/gtktextbuffer.c:247 +#: gtk/gtktextbuffer.c:247 msgid "" "The list of targets this buffer supports for clipboard copying and DND source" msgstr "" "Списъкът с целите, които този буфер поддържа за копиране от буфера и при " "влачене с мишката" -#: ../gtk/gtktextbuffer.c:262 +#: gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "Списък на поставимите" -#: ../gtk/gtktextbuffer.c:263 +#: gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" @@ -5752,36 +5726,36 @@ msgstr "" "Списъкът с целите, които този буфер поддържа за поставяне от буфера и при " "влачене с мишката" -#: ../gtk/gtktextmark.c:90 +#: gtk/gtktextmark.c:90 msgid "Mark name" msgstr "Име на маркер" -#: ../gtk/gtktextmark.c:97 +#: gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "Лява гравитация" -#: ../gtk/gtktextmark.c:98 +#: gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "Дали този маркер е с лява гравитация" -#: ../gtk/gtktexttag.c:173 +#: gtk/gtktexttag.c:173 msgid "Tag name" msgstr "Име на етикет" -#: ../gtk/gtktexttag.c:174 +#: gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "" "Име използвано за обръщение към текстовия етикет. NULL за анонимен етикет" -#: ../gtk/gtktexttag.c:192 +#: gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "Цвят на фон като GdkColor (възможно незаделен)" -#: ../gtk/gtktexttag.c:199 +#: gtk/gtktexttag.c:199 msgid "Background full height" msgstr "Изпълване на фона по височина" -#: ../gtk/gtktexttag.c:200 +#: gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" @@ -5789,44 +5763,44 @@ msgstr "" "Дали цветът на фона ще изпълни цялата височина на реда или само височината " "на знаците с етикет" -#: ../gtk/gtktexttag.c:208 +#: gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "Маска с фонов пунктир" -#: ../gtk/gtktexttag.c:209 +#: gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "" "Побитова карта за използване като маска, когато се изчертава фона за текста" -#: ../gtk/gtktexttag.c:226 +#: gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "Цвят на преден план като GdkColor (възможно незаделен)" -#: ../gtk/gtktexttag.c:234 +#: gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "Маска с пунктир за преден план" -#: ../gtk/gtktexttag.c:235 +#: gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "Побитова карта за маска, когато се изчертава предния план за текста" -#: ../gtk/gtktexttag.c:242 +#: gtk/gtktexttag.c:242 msgid "Text direction" msgstr "Посока на текст" -#: ../gtk/gtktexttag.c:243 +#: gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "Посока на текст, напр. от „ляво на дясно“ или от „дясно на ляво“" -#: ../gtk/gtktexttag.c:292 +#: gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "Стил на шрифта като PangoStyle, напр. PANGO_STYLE_ITALIC" -#: ../gtk/gtktexttag.c:301 +#: gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" msgstr "Вариант на шрифта като PangoVariant, напр. PANGO_VARIANT_SMALL_CAPS" -#: ../gtk/gtktexttag.c:310 +#: gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" @@ -5834,15 +5808,15 @@ msgstr "" "Чернота на шрифта като цяло число, виж предефинираните стойности в " "PangoWeight, напр. PANGO_WEIGHT_BOLD" -#: ../gtk/gtktexttag.c:321 +#: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "Сбитост на шрифта като PangoStretch, напр. PANGO_STRETCH_CONDENSED" -#: ../gtk/gtktexttag.c:330 +#: gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "Размер на шрифт в единици на Pango" -#: ../gtk/gtktexttag.c:340 +#: gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " @@ -5852,11 +5826,11 @@ msgstr "" "адаптира към промени на темата, затова използването му се препоръчва. Pango " "предефинира някои стойности, напр. PANGO_SCALE_X_LARGE" -#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 +#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "Ляво, дясно или центрирано подравняване" -#: ../gtk/gtktexttag.c:379 +#: gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." @@ -5865,31 +5839,31 @@ msgstr "" "като подсказка, когато показва текста. Ако не е зададен, ще се използва " "подходяща стандартна стойност." -#: ../gtk/gtktexttag.c:386 +#: gtk/gtktexttag.c:386 msgid "Left margin" msgstr "Ляво поле" -#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 +#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "Широчина на лявото поле в пиксели" -#: ../gtk/gtktexttag.c:396 +#: gtk/gtktexttag.c:396 msgid "Right margin" msgstr "Дясно поле" -#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 +#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "Широчина на дясното поле в пиксели" -#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 +#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 msgid "Indent" msgstr "Отстъп" -#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 +#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "Размер на отстъпа на абзац, в пиксели" -#: ../gtk/gtktexttag.c:419 +#: gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" @@ -5897,383 +5871,383 @@ msgstr "" "Отместване на текста над основната линия (под базовата линия, ако е " "отрицателно), в единици на Pango" -#: ../gtk/gtktexttag.c:428 +#: gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "Пиксели над редовете" -#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 +#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "Празни пиксели над абзаци" -#: ../gtk/gtktexttag.c:438 +#: gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "Пиксели под редовете" -#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 +#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "Празни пиксели под абзаци" -#: ../gtk/gtktexttag.c:448 +#: gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "Пиксели в зоната на пренасяне" -#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 +#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "Празни пиксели между пренесени редове в абзац" -#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 +#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 msgid "" "Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "" "Къде да се пренасят редовете — никъде, на границите на дума или на границите " "на знаци" -#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 +#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 msgid "Tabs" msgstr "Табулатори" -#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 +#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "Потребителски табулатори за този текст" -#: ../gtk/gtktexttag.c:504 +#: gtk/gtktexttag.c:504 msgid "Invisible" msgstr "Невидим" -#: ../gtk/gtktexttag.c:505 +#: gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "Дали този текст е скрит" -#: ../gtk/gtktexttag.c:519 +#: gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "Име на фонов цвят на абзаца" -#: ../gtk/gtktexttag.c:520 +#: gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "Цвят на фона на абзаца като низ" -#: ../gtk/gtktexttag.c:535 +#: gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "Цвят на фона на абзаца" -#: ../gtk/gtktexttag.c:536 +#: gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "Цвят на фон на абзаца като GdkColor (възможно незаделен)" -#: ../gtk/gtktexttag.c:554 +#: gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "Натрупване на полетата" -#: ../gtk/gtktexttag.c:555 +#: gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "Дали лявото и дясното полета се натрупват" -#: ../gtk/gtktexttag.c:568 +#: gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "Задаване на пълна височина на фон" -#: ../gtk/gtktexttag.c:569 +#: gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "Дали този етикет засяга височината на фона" -#: ../gtk/gtktexttag.c:572 +#: gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "Задаване на фонов пунктир" -#: ../gtk/gtktexttag.c:573 +#: gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "Дали този етикет засяга фоновия пунктира" -#: ../gtk/gtktexttag.c:580 +#: gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "Задаване на пунктира на преден план" -#: ../gtk/gtktexttag.c:581 +#: gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "Дали този етикет засяга пунктира на преден план" -#: ../gtk/gtktexttag.c:616 +#: gtk/gtktexttag.c:616 msgid "Justification set" msgstr "Подравняване" -#: ../gtk/gtktexttag.c:617 +#: gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "Дали този етикет засяга подравняването на абзац" -#: ../gtk/gtktexttag.c:624 +#: gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "Задаване на ляво поле" -#: ../gtk/gtktexttag.c:625 +#: gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "Дали този етикет засяга лявото поле" -#: ../gtk/gtktexttag.c:628 +#: gtk/gtktexttag.c:628 msgid "Indent set" msgstr "Задаване на отстъп" -#: ../gtk/gtktexttag.c:629 +#: gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "Дали този етикет засяга отстъпа" -#: ../gtk/gtktexttag.c:636 +#: gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "Задаване на пиксели над ред" -#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 +#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "Дали този етикет засяга броя пиксели над редовете" -#: ../gtk/gtktexttag.c:640 +#: gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "Задаване на пиксели под ред" -#: ../gtk/gtktexttag.c:644 +#: gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "Задаване на пиксели при пренасяне" -#: ../gtk/gtktexttag.c:645 +#: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "Дали този етикет засяга броя пиксели между пренесени редове" -#: ../gtk/gtktexttag.c:652 +#: gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "Задаване на дясно поле" -#: ../gtk/gtktexttag.c:653 +#: gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "Дали този етикет засяга дясното поле" -#: ../gtk/gtktexttag.c:660 +#: gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "Задаване на режим на пренасяне" -#: ../gtk/gtktexttag.c:661 +#: gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "Дали този етикет засяга режима на пренасяне по редове" -#: ../gtk/gtktexttag.c:664 +#: gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "Задаване на табулатори" -#: ../gtk/gtktexttag.c:665 +#: gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "Дали този етикет засяга табулаторите" -#: ../gtk/gtktexttag.c:668 +#: gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "Задаване на невидимост" -#: ../gtk/gtktexttag.c:669 +#: gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "Дали този етикет засяга видимостта на текста" -#: ../gtk/gtktexttag.c:672 +#: gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "Задаване на фон на абзаца" -#: ../gtk/gtktexttag.c:673 +#: gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "Дали този етикет засяга цвета на фона на абзаца" -#: ../gtk/gtktextview.c:543 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "Пиксели над редове" -#: ../gtk/gtktextview.c:553 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "Пиксели под редове" -#: ../gtk/gtktextview.c:563 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "Пиксели в зоната на пренасяне" -#: ../gtk/gtktextview.c:581 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "Режим на пренасяне" -#: ../gtk/gtktextview.c:599 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "Ляво поле" -#: ../gtk/gtktextview.c:609 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "Дясно поле" -#: ../gtk/gtktextview.c:637 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "Видим курсор" -#: ../gtk/gtktextview.c:638 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "Дали курсорът за вмъкване е показан" -#: ../gtk/gtktextview.c:645 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "Буфер" -#: ../gtk/gtktextview.c:646 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "Буферът, който се показва" -#: ../gtk/gtktextview.c:654 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "Дали новият текст презаписва съществуващия" -#: ../gtk/gtktextview.c:661 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "Приемане на табулатори" -#: ../gtk/gtktextview.c:662 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "Дали табулаторът означава вмъкване на знак „табулатор“" -#: ../gtk/gtktextview.c:691 +#: gtk/gtktextview.c:691 msgid "Error underline color" msgstr "Цвят за подчертаване на грешки" -#: ../gtk/gtktextview.c:692 +#: gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "Цвят, с който ще се подчертават грешките" -#: ../gtk/gtktoggleaction.c:104 +#: gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "Изчертаване на превключващ бутон като радио бутон" -#: ../gtk/gtktoggleaction.c:105 +#: gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "" "Дали представянията на това действие изглеждат като представяния на радио " "бутони" -#: ../gtk/gtktoggleaction.c:120 +#: gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "Дали бутонът за превключване да бъде активен или не" -#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 +#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "Дали бутонът за превключване да бъде натиснат или не" -#: ../gtk/gtktogglebutton.c:124 +#: gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "Ако бутонът за превключване е в „междинно“ състояние" -#: ../gtk/gtktogglebutton.c:131 +#: gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "Изчертаване на индикатор" -#: ../gtk/gtktogglebutton.c:132 +#: gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "Дали частта за превключване на бутона е видима" -#: ../gtk/gtktoolbar.c:494 +#: gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "Стил на лентата с инструменти" -#: ../gtk/gtktoolbar.c:495 +#: gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "Как да се изчертава лентата с инструменти" -#: ../gtk/gtktoolbar.c:502 +#: gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "Показване на стрелка" -#: ../gtk/gtktoolbar.c:503 +#: gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "Дали да се показва стрелка, ако лентата с инструменти е много голяма" -#: ../gtk/gtktoolbar.c:518 +#: gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "Подсказки" -#: ../gtk/gtktoolbar.c:519 +#: gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "Дали подсказките да бъдат включени или не" -#: ../gtk/gtktoolbar.c:541 +#: gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "Размерът на иконите в тази лента с инструменти" -#: ../gtk/gtktoolbar.c:556 +#: gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "Размер на икона" -#: ../gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "Дали е зададена настройката за размер на икона" -#: ../gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "" "Дали елементът да получава допълнително пространство, когато лентата расте" -#: ../gtk/gtktoolbar.c:574 +#: gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "Дали елементът да е със същия размер като аналогичните елементи" -#: ../gtk/gtktoolbar.c:581 +#: gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "Размер на разделителя" -#: ../gtk/gtktoolbar.c:582 +#: gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "Размер на разделителите" -#: ../gtk/gtktoolbar.c:591 +#: gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "Размерът на рамката между сянката на лентата с инструменти и бутоните" -#: ../gtk/gtktoolbar.c:599 +#: gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "Максимално разширяване на дъщерен елемент" -#: ../gtk/gtktoolbar.c:600 +#: gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "Максималното място, което ще бъде отделено на разширим елемент" -#: ../gtk/gtktoolbar.c:608 +#: gtk/gtktoolbar.c:608 msgid "Space style" msgstr "Стил на разделители" -#: ../gtk/gtktoolbar.c:609 +#: gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "Дали разделителите са вертикални линии или са празни пространства" -#: ../gtk/gtktoolbar.c:616 +#: gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "Вдаване на бутон" -#: ../gtk/gtktoolbar.c:617 +#: gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "Вид на вдаването на бутоните" -#: ../gtk/gtktoolbar.c:624 +#: gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "Стилът на вдаването на лентата с инструменти" -#: ../gtk/gtktoolbar.c:630 +#: gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "Стил на лентата с инструменти" -#: ../gtk/gtktoolbar.c:631 +#: gtk/gtktoolbar.c:631 msgid "" "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" "Дали лентата ще е само с текст, с текст и икони или само с икони, и т.н." -#: ../gtk/gtktoolbar.c:637 +#: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "Размер на иконите в лентите с инструменти" -#: ../gtk/gtktoolbar.c:638 +#: gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "Размерът на иконите в стандартните ленти с инструменти" -#: ../gtk/gtktoolbutton.c:203 +#: gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "Текст, който да е показан в елемента" -#: ../gtk/gtktoolbutton.c:210 +#: gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" @@ -6281,43 +6255,43 @@ msgstr "" "Ако е зададено, „_“ означава, че следващият знак ще бъде използван за " "клавишна комбинация в прелялото меню" -#: ../gtk/gtktoolbutton.c:217 +#: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "Графичен обект, който да се ползва като етикет" -#: ../gtk/gtktoolbutton.c:223 +#: gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "Номенклатурен идентификатор" -#: ../gtk/gtktoolbutton.c:224 +#: gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "Стандартната икона в елемента" -#: ../gtk/gtktoolbutton.c:240 +#: gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "Име на икона" -#: ../gtk/gtktoolbutton.c:241 +#: gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "Име на вградената икона в елемента" -#: ../gtk/gtktoolbutton.c:247 +#: gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "Графичен обект за икони" -#: ../gtk/gtktoolbutton.c:248 +#: gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "Графичен обект за икона, който да се показва в елемента" -#: ../gtk/gtktoolbutton.c:261 +#: gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "Разредка на икона" -#: ../gtk/gtktoolbutton.c:262 +#: gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "Разстояние между иконата и етикета в пиксели" -#: ../gtk/gtktoolitem.c:191 +#: gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" @@ -6325,360 +6299,360 @@ msgstr "" "Дали елементът от лентата за инструменти е важен. Ако е зададено истина, " "бутонът на лентата с инструменти показва текст в режим GTK_TOOLBAR_BOTH_HORIZ" -#: ../gtk/gtktreemodelsort.c:274 +#: gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "Подредба в дървовиден модел" -#: ../gtk/gtktreemodelsort.c:275 +#: gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "Режимът за подредба на дървовиден режим" -#: ../gtk/gtktreeview.c:570 +#: gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "Дървовиден режим" -#: ../gtk/gtktreeview.c:571 +#: gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "Режим на дървовиден изглед" -#: ../gtk/gtktreeview.c:579 +#: gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "Хоризонтално подравняване за графичен обект" -#: ../gtk/gtktreeview.c:587 +#: gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "Вертикално подравняване за графичен обект" -#: ../gtk/gtktreeview.c:594 +#: gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "Видими заглавия" -#: ../gtk/gtktreeview.c:595 +#: gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "Показване на бутоните в заглавието на колоните" -#: ../gtk/gtktreeview.c:602 +#: gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "Заглавията могат да се натискат" -#: ../gtk/gtktreeview.c:603 +#: gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "Заглавията на колоните могат да се натискат" -#: ../gtk/gtktreeview.c:610 +#: gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "Разширяваща се колона" -#: ../gtk/gtktreeview.c:611 +#: gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "Задаване на колона за разширение" -#: ../gtk/gtktreeview.c:626 +#: gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "Подсказки за правила" -#: ../gtk/gtktreeview.c:627 +#: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "" "Задаване на подсказки за темата да изчертава редовете в редуващи се цветове" -#: ../gtk/gtktreeview.c:634 +#: gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "Разрешаване на търсене" -#: ../gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "" "Изгледът позволява на потребителите да претърсват колоните интерактивно" -#: ../gtk/gtktreeview.c:642 +#: gtk/gtktreeview.c:642 msgid "Search Column" msgstr "Колона за търсене" -#: ../gtk/gtktreeview.c:643 +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "Колона от модела, в която се търси интерактивно" -#: ../gtk/gtktreeview.c:663 +#: gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "Режим „еднаква височина“" -#: ../gtk/gtktreeview.c:664 +#: gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "" "Ускоряване на GtkTreeView чрез предположението, че всички редове имат същата " "височина" -#: ../gtk/gtktreeview.c:684 +#: gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "Следящ избор" -#: ../gtk/gtktreeview.c:685 +#: gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "Дали изборът да следва показалеца" -#: ../gtk/gtktreeview.c:704 +#: gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "Следване на разширяването" -#: ../gtk/gtktreeview.c:705 +#: gtk/gtktreeview.c:705 msgid "" "Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "" "Дали редовете да се разширяват и свиват при преминаване на показалец върху " "тях" -#: ../gtk/gtktreeview.c:719 +#: gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "Показване на разширители" -#: ../gtk/gtktreeview.c:720 +#: gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "Изгледът има разширители" -#: ../gtk/gtktreeview.c:734 +#: gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "Отстъп на ниво" -#: ../gtk/gtktreeview.c:735 +#: gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "Допълнителен отстъп за всяко ниво" -#: ../gtk/gtktreeview.c:744 +#: gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "Свързване" -#: ../gtk/gtktreeview.c:745 +#: gtk/gtktreeview.c:745 msgid "" "Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "" "Дали е позволен избор на множество елементи с провлачване на показалеца" -#: ../gtk/gtktreeview.c:752 +#: gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "Включване на мрежата от линии" -#: ../gtk/gtktreeview.c:753 +#: gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "Дали мрежата от линии да се показва в дървовидния изглед" -#: ../gtk/gtktreeview.c:761 +#: gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "Включване на линиите на дървото" -#: ../gtk/gtktreeview.c:762 +#: gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "Дали линиите на дървото да се показват в дървовидния изглед" -#: ../gtk/gtktreeview.c:770 +#: gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "Колоната в модела, от която да се взимат подсказките за редовете" -#: ../gtk/gtktreeview.c:792 +#: gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "Широчина на вертикален разделител" -#: ../gtk/gtktreeview.c:793 +#: gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "Вертикално разстояние между клетки. Трябва да е четно число" -#: ../gtk/gtktreeview.c:801 +#: gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "Широчина на хоризонтален разделител" -#: ../gtk/gtktreeview.c:802 +#: gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "Хоризонтално разстояние между клетки. Трябва да е четно число" -#: ../gtk/gtktreeview.c:810 +#: gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "Позволяване на правила" -#: ../gtk/gtktreeview.c:811 +#: gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "Редуващи се цветове на редове" -#: ../gtk/gtktreeview.c:817 +#: gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "Отместване на разширителите" -#: ../gtk/gtktreeview.c:818 +#: gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "Отместване на разширителите" -#: ../gtk/gtktreeview.c:824 +#: gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "Цвят за четен ред" -#: ../gtk/gtktreeview.c:825 +#: gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "Цветът, който да се използва за четни редове" -#: ../gtk/gtktreeview.c:831 +#: gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "Цвят за нечетен ред" -#: ../gtk/gtktreeview.c:832 +#: gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "Цветът, който да се използва за нечетни редове" -#: ../gtk/gtktreeview.c:838 +#: gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "Настройки за края на ред" -#: ../gtk/gtktreeview.c:839 +#: gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "Допълнителна тема на фона на ред" -#: ../gtk/gtktreeview.c:845 +#: gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "Широчина на линиите в мрежата" -#: ../gtk/gtktreeview.c:846 +#: gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "Широчина, в пиксели, на линиите в мрежата в дървовидния изглед" -#: ../gtk/gtktreeview.c:852 +#: gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "Широчина на линиите за дървото" -#: ../gtk/gtktreeview.c:853 +#: gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "Широчина, в пиксели, на линиите за дървото в дървовидния изглед" -#: ../gtk/gtktreeview.c:859 +#: gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "Пунктир за линията за мрежата" -#: ../gtk/gtktreeview.c:860 +#: gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "" "Пунктир използван за изчертаване на линиите на мрежата в дървовидния изглед" -#: ../gtk/gtktreeview.c:866 +#: gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "Пунктир за линията на дървото" -#: ../gtk/gtktreeview.c:867 +#: gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "" "Пунктир използван за изчертаване на линиите на дървото в дървовидния изглед" -#: ../gtk/gtktreeviewcolumn.c:192 +#: gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "Дали да се показва колоната" -#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Възможна промяна на размера" -#: ../gtk/gtktreeviewcolumn.c:200 +#: gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "Колона с възможност за промяна на размера" -#: ../gtk/gtktreeviewcolumn.c:208 +#: gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "Текуща широчина на колоната" -#: ../gtk/gtktreeviewcolumn.c:217 +#: gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "Пространството, което се вмъква между клетките" -#: ../gtk/gtktreeviewcolumn.c:225 +#: gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "Оразмеряване" -#: ../gtk/gtktreeviewcolumn.c:226 +#: gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "Режим на промяна размера на колоната" -#: ../gtk/gtktreeviewcolumn.c:234 +#: gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "Фиксирана широчина" -#: ../gtk/gtktreeviewcolumn.c:235 +#: gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "Текуща фиксирана широчина на колоната" -#: ../gtk/gtktreeviewcolumn.c:244 +#: gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "Минимална широчина" -#: ../gtk/gtktreeviewcolumn.c:245 +#: gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "Минимална позволена широчина на колона" -#: ../gtk/gtktreeviewcolumn.c:254 +#: gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "Максимална широчина" -#: ../gtk/gtktreeviewcolumn.c:255 +#: gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "Максимална позволена широчина на колона" -#: ../gtk/gtktreeviewcolumn.c:265 +#: gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "Текст за заглавие на колона" -#: ../gtk/gtktreeviewcolumn.c:273 +#: gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "" "Колоната получава дял от допълнителното пространство, което се дава на " "графичния обект" -#: ../gtk/gtktreeviewcolumn.c:280 +#: gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "Възможност за натискане" -#: ../gtk/gtktreeviewcolumn.c:281 +#: gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "Дали заглавието може да бъде натискано" -#: ../gtk/gtktreeviewcolumn.c:289 +#: gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "Графичен обект" -#: ../gtk/gtktreeviewcolumn.c:290 +#: gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "Графичен обект за поставяне в заглавието на колона вместо заглавие" -#: ../gtk/gtktreeviewcolumn.c:298 +#: gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "Подравняване по X на текст на заглавие на колона или графичен обект" -#: ../gtk/gtktreeviewcolumn.c:308 +#: gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "Дали колоната може да бъде преподреждана по заглавията" -#: ../gtk/gtktreeviewcolumn.c:315 +#: gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "Индикатор за подредба" -#: ../gtk/gtktreeviewcolumn.c:316 +#: gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "Дали да се показва индикатор за подредба" -#: ../gtk/gtktreeviewcolumn.c:323 +#: gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "Ред на подредба" -#: ../gtk/gtktreeviewcolumn.c:324 +#: gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "Ред на подреждане, който да се указва от индикатора за подредба" -#: ../gtk/gtkuimanager.c:223 +#: gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "Дали откъснатите елементи на менюто да се добавят към менюто" -#: ../gtk/gtkuimanager.c:230 +#: gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "Включени дефиниции на ГПИ" -#: ../gtk/gtkuimanager.c:231 +#: gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "Низ на XML, описващ включения ГПИ" -#: ../gtk/gtkviewport.c:107 +#: gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" @@ -6686,7 +6660,7 @@ msgstr "" "GtkAdjustment, който определя стойностите на хоризонталното положение за " "този изглед" -#: ../gtk/gtkviewport.c:115 +#: gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" @@ -6694,31 +6668,31 @@ msgstr "" "GtkAdjustment, който определя стойностите на вертикалното положение за този " "изглед" -#: ../gtk/gtkviewport.c:123 +#: gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" msgstr "Определяне на изчертаването на засенчващата кутия около изгледа" -#: ../gtk/gtkwidget.c:483 +#: gtk/gtkwidget.c:483 msgid "Widget name" msgstr "Име на графичен обект" -#: ../gtk/gtkwidget.c:484 +#: gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "Името на графичния обект" -#: ../gtk/gtkwidget.c:490 +#: gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "Родителски графичен обект" -#: ../gtk/gtkwidget.c:491 +#: gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" msgstr "Родителски елемент на този елемент. Трябва да бъде елемент-контейнер" -#: ../gtk/gtkwidget.c:498 +#: gtk/gtkwidget.c:498 msgid "Width request" msgstr "Заявена широчина" -#: ../gtk/gtkwidget.c:499 +#: gtk/gtkwidget.c:499 msgid "" "Override for width request of the widget, or -1 if natural request should be " "used" @@ -6726,11 +6700,11 @@ msgstr "" "Игнориране на заявката за широчина на елемента или -1, ако трябва да бъде " "използвана естествено заявената широчина" -#: ../gtk/gtkwidget.c:507 +#: gtk/gtkwidget.c:507 msgid "Height request" msgstr "Заявена височина" -#: ../gtk/gtkwidget.c:508 +#: gtk/gtkwidget.c:508 msgid "" "Override for height request of the widget, or -1 if natural request should " "be used" @@ -6738,176 +6712,176 @@ msgstr "" "Игнориране на заявката за височина на елемента или -1, ако трябва да бъде " "използвана естествено заявената височина" -#: ../gtk/gtkwidget.c:517 +#: gtk/gtkwidget.c:517 msgid "Whether the widget is visible" msgstr "Дали графичният обект е видим" -#: ../gtk/gtkwidget.c:524 +#: gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "Дали графичният обект ще отговаря на входа" -#: ../gtk/gtkwidget.c:530 +#: gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "Изчертава се от програмата" -#: ../gtk/gtkwidget.c:531 +#: gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "Дали програмата ще чертае директно в графичния обект" -#: ../gtk/gtkwidget.c:537 +#: gtk/gtkwidget.c:537 msgid "Can focus" msgstr "Може да има фокус" -#: ../gtk/gtkwidget.c:538 +#: gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "Дали графичният обект може да приема входен фокус" -#: ../gtk/gtkwidget.c:544 +#: gtk/gtkwidget.c:544 msgid "Has focus" msgstr "С фокус" -#: ../gtk/gtkwidget.c:545 +#: gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "Дали графичният обект има входен фокус" -#: ../gtk/gtkwidget.c:551 +#: gtk/gtkwidget.c:551 msgid "Is focus" msgstr "E фокус" -#: ../gtk/gtkwidget.c:552 +#: gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "Дали графичният обект е фокус в прозореца отгоре" -#: ../gtk/gtkwidget.c:558 +#: gtk/gtkwidget.c:558 msgid "Can default" msgstr "Може да е стандартен" -#: ../gtk/gtkwidget.c:559 +#: gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "Дали графичният обект може да бъде стандартния" -#: ../gtk/gtkwidget.c:565 +#: gtk/gtkwidget.c:565 msgid "Has default" msgstr "Е стандартния" -#: ../gtk/gtkwidget.c:566 +#: gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "Дали графичният обект е стандартният" -#: ../gtk/gtkwidget.c:572 +#: gtk/gtkwidget.c:572 msgid "Receives default" msgstr "Получава стандартното" -#: ../gtk/gtkwidget.c:573 +#: gtk/gtkwidget.c:573 msgid "If TRUE, the widget will receive the default action when it is focused" msgstr "" "Ако е истина, графичният обект ще получи стандартното действие, когато е " "фокусиран" -#: ../gtk/gtkwidget.c:579 +#: gtk/gtkwidget.c:579 msgid "Composite child" msgstr "Съставен дъщерен елемент" -#: ../gtk/gtkwidget.c:580 +#: gtk/gtkwidget.c:580 msgid "Whether the widget is part of a composite widget" msgstr "Дали графичният обект е част от друг съставен графичен обект" -#: ../gtk/gtkwidget.c:586 +#: gtk/gtkwidget.c:586 msgid "Style" msgstr "Стил" -#: ../gtk/gtkwidget.c:587 +#: gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" msgstr "" "Стилът на графичния обект — информация за това как ще изглежда (цвят и др.)" -#: ../gtk/gtkwidget.c:593 +#: gtk/gtkwidget.c:593 msgid "Events" msgstr "Събития" -#: ../gtk/gtkwidget.c:594 +#: gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" msgstr "" "Маската на събития, които определят видовете GdkEvents, които този графичен " "обект получава" -#: ../gtk/gtkwidget.c:601 +#: gtk/gtkwidget.c:601 msgid "Extension events" msgstr "Разширени събития" -#: ../gtk/gtkwidget.c:602 +#: gtk/gtkwidget.c:602 msgid "The mask that decides what kind of extension events this widget gets" msgstr "" "Маската, която определя какъв вид разширени събития получава този обект" -#: ../gtk/gtkwidget.c:609 +#: gtk/gtkwidget.c:609 msgid "No show all" msgstr "Да не се показват всички" -#: ../gtk/gtkwidget.c:610 +#: gtk/gtkwidget.c:610 msgid "Whether gtk_widget_show_all() should not affect this widget" msgstr "Дали gtk_widget_show_all() да не влияе на този обект" -#: ../gtk/gtkwidget.c:633 +#: gtk/gtkwidget.c:633 msgid "Whether this widget has a tooltip" msgstr "Дали графичният обект има подсказка" -#: ../gtk/gtkwidget.c:689 +#: gtk/gtkwidget.c:689 msgid "Window" msgstr "Прозорец" -#: ../gtk/gtkwidget.c:690 +#: gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "Прозорец на графичния обект, ако го има" -#: ../gtk/gtkwidget.c:2212 +#: gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "Вътрешен фокус" -#: ../gtk/gtkwidget.c:2213 +#: gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "Дали да се изчертава индикатор за фокус вътре в графични обекти" -#: ../gtk/gtkwidget.c:2219 +#: gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "Широчина на линията за фокус" -#: ../gtk/gtkwidget.c:2220 +#: gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "Широчина, в пиксели, за линията на индикатора на фокус" -#: ../gtk/gtkwidget.c:2226 +#: gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "Шаблон за пунктира на фокуса" -#: ../gtk/gtkwidget.c:2227 +#: gtk/gtkwidget.c:2227 msgid "Dash pattern used to draw the focus indicator" msgstr "Пунктир използван за изчертаване на индикатор за фокус" -#: ../gtk/gtkwidget.c:2232 +#: gtk/gtkwidget.c:2232 msgid "Focus padding" msgstr "Рамка на фокуса" -#: ../gtk/gtkwidget.c:2233 +#: gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" msgstr "" "Широчина в пиксели между индикатора за фокус и кутията на графичния обект" -#: ../gtk/gtkwidget.c:2238 +#: gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "Цвят на курсор" -#: ../gtk/gtkwidget.c:2239 +#: gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "Цвят, с който ще се изчертава курсора за вмъкване" -#: ../gtk/gtkwidget.c:2244 +#: gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "Цвят на допълнителния курсор" -#: ../gtk/gtkwidget.c:2245 +#: gtk/gtkwidget.c:2245 msgid "" "Color with which to draw the secondary insertion cursor when editing mixed " "right-to-left and left-to-right text" @@ -6915,43 +6889,43 @@ msgstr "" "Цвят, с който ще се изчертава допълнителният курсор за вмъкване при " "редактиране на текст с различни посоки на писане" -#: ../gtk/gtkwidget.c:2250 +#: gtk/gtkwidget.c:2250 msgid "Cursor line aspect ratio" msgstr "Пропорция на линията на курсора" -#: ../gtk/gtkwidget.c:2251 +#: gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "Пропорция на курсора при вмъкване" -#: ../gtk/gtkwidget.c:2265 +#: gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "Рамка на изчертаването" -#: ../gtk/gtkwidget.c:2266 +#: gtk/gtkwidget.c:2266 msgid "Size of areas outside the widget's allocation to draw" msgstr "Размер на зоната, извън заделената за обекта, в която ще се чертае" -#: ../gtk/gtkwidget.c:2279 +#: gtk/gtkwidget.c:2279 msgid "Unvisited Link Color" msgstr "Цвят на непосетена връзка" -#: ../gtk/gtkwidget.c:2280 +#: gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "Цветът на непосетените връзки" -#: ../gtk/gtkwidget.c:2293 +#: gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "Цвят на посетена връзка" -#: ../gtk/gtkwidget.c:2294 +#: gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "Цветът на посетените връзки" -#: ../gtk/gtkwidget.c:2308 +#: gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "Широки разделители" -#: ../gtk/gtkwidget.c:2309 +#: gtk/gtkwidget.c:2309 msgid "" "Whether separators have configurable width and should be drawn using a box " "instead of a line" @@ -6959,79 +6933,79 @@ msgstr "" "Дали разделителите са с ширина, която може да се настройва, за да се " "изчертаят като правоъгълници вместо линии" -#: ../gtk/gtkwidget.c:2323 +#: gtk/gtkwidget.c:2323 msgid "Separator Width" msgstr "Широчина на разделител" -#: ../gtk/gtkwidget.c:2324 +#: gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" msgstr "Широчина на разделители, ако е зададено да са широки" -#: ../gtk/gtkwidget.c:2338 +#: gtk/gtkwidget.c:2338 msgid "Separator Height" msgstr "Височина на разделител" -#: ../gtk/gtkwidget.c:2339 +#: gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" msgstr "Височина на разделители, ако е зададено да са широки" -#: ../gtk/gtkwidget.c:2353 +#: gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" msgstr "Дължина на хоризонтална стрелка за предвижване" -#: ../gtk/gtkwidget.c:2354 +#: gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "Дължината на хоризонталната стрелка за предвижване" -#: ../gtk/gtkwidget.c:2368 +#: gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "Височина на вертикална стрелка за предвижване" -#: ../gtk/gtkwidget.c:2369 +#: gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "Височината на вертикалната стрелка за предвижване" -#: ../gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Вид прозорец" -#: ../gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Видът на прозореца" -#: ../gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Заглавие на прозорец" -#: ../gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Заглавието на прозореца" -#: ../gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Роля на прозореца" -#: ../gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Уникален идентификатор на прозореца, който да се използва при " "възстановяването на сесия" -#: ../gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Идентификатор при стартиране" -#: ../gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Уникален идентификатор на прозореца при стартиране, който да се използва при " "оповестяването на стартирането" -#: ../gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Свиването е възможно" -#: ../gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7040,25 +7014,25 @@ msgstr "" "Ако е истина, прозорецът няма минимален размер. В 99% от случаите това е " "лоша идея." -#: ../gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Нарастването е възможно" -#: ../gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Ако е истина, потребителите могат да разширяват прозореца извън неговия " "минимален размер." -#: ../gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Ако е истина, потребителите могат да променят размерите на прозореца." -#: ../gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Модален" -#: ../gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7066,169 +7040,169 @@ msgstr "" "Ако е истина, прозорецът е модален (другите прозорци са неактивни докато " "този прозорец съществува)" -#: ../gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Местоположение" -#: ../gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Първоначално местоположение на прозореца" -#: ../gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Първоначална широчина" -#: ../gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Първоначалната широчина на прозореца, използва се при първото му показване" -#: ../gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Първоначална височина" -#: ../gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "Първоначалната височина на прозореца, използва се при първото му показване" -#: ../gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Унищожаване с родителския" -#: ../gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Да се унищожава ли този прозорец при унищожаване на родителския му" -#: ../gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Икона за този прозорец" -#: ../gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Име на иконата от темата за този прозорец" -#: ../gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Е активен" -#: ../gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Дали най-горният е активният в момента прозорец" -#: ../gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Фокусиране на най-горния" -#: ../gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Дали фокусът за въвеждане е в този GtkWindow" -#: ../gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Подсказка за вид" -#: ../gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" "Подсказка към графичната среда за вида на прозореца и как да се обработва." -#: ../gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Извън лентата със задачи" -#: ../gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Истина, ако прозорецът не трябва да бъде в лентата със задачи." -#: ../gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Извън превключвателя" -#: ../gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" "Истина, ако прозорецът не трябва да бъде в превключвателя на работни плотове." -#: ../gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Спешност" -#: ../gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "Истина, ако прозорецът трябва да привлече вниманието на потребителя." -#: ../gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Получаване на фокус" -#: ../gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "Истина, ако прозорецът трябва да получи фокуса за вход." -#: ../gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Фокусиране при показване" -#: ../gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "Истина, ако прозорецът трябва да получи фокуса при показване." -#: ../gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Украсен" -#: ../gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Дали прозорецът трябва да бъде украсен от мениджъра на прозорци" -#: ../gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Затворим" -#: ../gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Дали прозорецът трябва да има бутон за затваряне" -#: ../gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Гравитация" -#: ../gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Гравитацията на прозореца" -#: ../gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Временен прозорец" -#: ../gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Временният родител на диалога" -#: ../gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Непрозрачност на прозореца" -#: ../gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Непрозрачност на прозореца, от 0 до 1" -#: ../modules/input/gtkimcontextxim.c:334 +#: modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "Изчертаване преди промяната" -#: ../modules/input/gtkimcontextxim.c:335 +#: modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "Как да се изчертава низът преди промяната чрез метода за вход" -#: ../modules/input/gtkimcontextxim.c:343 +#: modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "Стил на лентата на метода за вход" -#: ../modules/input/gtkimcontextxim.c:344 +#: modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "Как да се изчертава лентата за състоянието на метода за вход" diff --git a/po-properties/bn.po b/po-properties/bn.po index e3aab14e46..0047d2a19b 100644 --- a/po-properties/bn.po +++ b/po-properties/bn.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2006-09-03 15:50+0600\n" "Last-Translator: Khandakar Mujahidul Islam \n" "Language-Team: Bangla \n" @@ -91,12 +91,12 @@ msgstr "ডিফল্ট ডিসপ্লে" msgid "The default display for GDK" msgstr "জিডিকে-র (GDK) ডিফল্ট ডিসপ্লে" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "পর্দা" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "রেন্ডারারের GdkScreen" @@ -116,11 +116,11 @@ msgstr "ফন্ট রেজলুশন" msgid "The resolution for fonts on the screen" msgstr "পর্দার ফন্টের রেজলুশন" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "প্রোগ্রামের নাম" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -128,43 +128,43 @@ msgstr "" "প্রোগ্রামের নাম। কোন নাম দেওয়া না হলে ডিফল্ট হিসেবে g_get_application_name() " "ব্যবহৃত হয়।" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "প্রোগ্রাম সংস্করণ" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "প্রোগ্রাম সংস্করণ" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "কপিরাইট পঙ্‌ক্তি" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "প্রোগ্রামের কপিরাইট সংক্রান্ত তথ্য" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "মন্তব্য পঙ্‌ক্তি" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "প্রোগ্রাম সম্পর্কিত মন্তব্য" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "ওয়েবসাইটের ইউ.আর.এল." -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "প্রোগ্রামটির ওয়েবসাইট নির্দেশক লিঙ্কের ইউ.আর.এল." -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "ওয়েবসাইট লেবেল" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -172,44 +172,44 @@ msgstr "" "প্রোগ্রামটির ওয়েবসাইট নির্দেশক লিঙ্কের লেবেল। এটি নির্ধারণ করে দেওয়া না হলে " "ডিফল্ট হিসেবে ইউ.আর.এল. ব্যবহৃত হয়।" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "লেখক" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "প্রোগ্রামটির লেখকবৃন্দের তালিকা" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "ডকুমেন্টেশন প্রস্তুতকারক" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "প্রোগ্রামটির ডকুমেন্টেশন প্রস্তুতকারকবৃন্দের তালিকা" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "শিল্পী" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "যে সকল ব্যক্তি এই প্রোগ্রামটির জন্য শিল্পকর্ম তৈরি করেছেন" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "গনোম বাংলা অনুবাদ প্রকল্পের পক্ষে, সায়মিন্দু দাশগুপ্ত, ও প্রজ্ঞা" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "লোগো" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -217,19 +217,19 @@ msgstr "" "পরিচিতি প্রদর্শক বাক্সের লোগো। এটি নির্দিষ্ট করে দেওয়া না হলে ডিফল্ট হিসেবে " "gtk_window_get_default_icon_list() ব্যবহৃত হয়।" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "লোগো আইকনের নাম" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "পরিচিতি প্রদর্শক বাক্সের লোগো হিসেবে একটি নামযুক্ত আইকন ব্যবহার করা হবে।" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "লাইসেন্স গুটিয়ে নাও" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "লাইসেন্সের টেক্সটকে গুটিয়ে নেওয়া হবে কিনা।" @@ -305,7 +305,7 @@ msgid "The GIcon being displayed" msgstr "প্রদর্শন করার জন্য আইকন সেট" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "আইকনের নাম" @@ -413,7 +413,7 @@ msgid "Whether the action group is visible." msgstr "এই কাজের গ্রুপটি দৃশ্যমান কিনা।" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "মান" @@ -1279,7 +1279,7 @@ msgstr "স্টেট অনুসরণ করো" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "অঙ্কিত পিক্সবাফকে স্টেট অনুসারে রং করা হবে কিনা" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "আইকন" @@ -1342,7 +1342,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "প্রগ্রেস বারের প্রাথমিক অবস্থান ও বৃদ্ধি পাওয়ার দিক" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "সমন্বয়" @@ -3196,7 +3196,7 @@ msgstr "আইকন সেট" msgid "Icon set to display" msgstr "প্রদর্শন করার জন্য আইকন সেট" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "আইকনের আয়তন" @@ -3265,7 +3265,7 @@ msgstr "মেনুতে ছবি প্রদর্শন করো" msgid "Whether images should be shown in menus" msgstr "মেনুতে ছবি প্রদর্শন করা হবে কিনা" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "এই উইন্ডোটি যে পর্দায় প্রদর্শিত হবে" @@ -4949,28 +4949,28 @@ msgstr "স্পেসিং-এর মান" msgid "Space between value text and the slider/trough area" msgstr "মানসূচক টেক্সট ও স্লাইডার/থ্রু অংশের মধ্যবর্তী স্পেস-এর সংখ্যা" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "adjustment-এর নাম" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "টুলবারের আইকনের আয়তন" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "যে GtkAdjustment এই সীমাসূচক অবজেক্টের বর্তমান মান ধারণ করে" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "আইকন" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "লোগো আইকনের নাম" @@ -6732,7 +6732,7 @@ msgstr "ফোকাস নির্দেশক আঁকতে যে ধর msgid "Whether to display the column" msgstr "কলাম প্রদর্শন করা হবে কিনা" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "পরিবর্তনযোগ্য আকার" @@ -7157,47 +7157,47 @@ msgstr "উলম্ব স্ক্রলবারের নীতি" msgid "The length of vertical scroll arrows" msgstr "যখন উলম্ব স্ক্রলবার প্রদর্শিত হবে" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "উইন্ডোর ধরন" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "উইন্ডোর ধরন " -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "উইন্ডোর শিরোনাম " -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "উইন্ডোর শিরোনাম " -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "উইন্ডোর ভূমিকা" # FIXME: Unique-এর অর্থ ভাল হয় নাই ;-( -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "কোন সেশন পুনরুদ্ধারের সময় উইন্ডোর জন্য যে একক (Unique) নির্দেশক ব্যবহৃত হবে" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "গ্রুপ আইডি" # FIXME: Unique-এর অর্থ ভাল হয় নাই ;-( -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 #, fuzzy msgid "Unique startup identifier for the window used by startup-notification" msgstr "কোন সেশন পুনরুদ্ধারের সময় উইন্ডোর জন্য যে একক (Unique) নির্দেশক ব্যবহৃত হবে" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "সঙ্কোচন অনুমোদন করো" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7206,24 +7206,24 @@ msgstr "" "যদি TRUE হয় তবে উইন্ডোটির কোন সর্বনিম্ন আকার নেই। এর মান TRUE নির্ধারণ করাটা ৯৯% " "ক্ষেত্রে একটি বাজে সিদ্ধান্ত" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "বড় হতে দেয়া হোক" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "যদি TRUE হয় তবে ব্যবহারকারীগণ উইন্ডোটিকে তার সর্বনিম্ন আকার অপেক্ষা বড় করতে পারবেন" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "যদি TRUE হয় তবে ব্যবহারকারীগণ উইন্ডোর আকার পরিবর্তন করতে পারবেন" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "মোডাল (Modal)" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7231,69 +7231,69 @@ msgstr "" "যদি TRUE হয় তবে উইন্ডোটো মোডাল (এই উইন্ডোটি যখন দেখা যাবে থাকবে তখন অন্যান্য " "উইন্ডো ব্যবহার করা যাবে না)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "উইন্ডোর অবস্থান" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "উইন্ডোর প্রাথমিক অবস্থান" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "ডিফল্ট প্রস্থ" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "উইন্ডোটি প্রথমবার প্রদর্শনের সময় যে ডিফল্ট প্রস্থ ব্যবহার করা হবে" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "ডিফল্ট উচ্চতা" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "উইন্ডোটি প্রথমবার প্রদর্শনের সময় যে ডিফল্ট উচ্চতা ব্যবহার করা হবে" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "প্যারেন্ট সাথেই বন্ধ করো" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "প্যারেন্ট উইন্ডো বন্ধ করে দিলে এই উইন্ডোটিও বন্ধ করা হবে কিনা" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "এই উইন্ডোর জন্য আইকন" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "এই উইন্ডোর জন্য থিমযুক্ত আইকনের নাম" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "সক্রিয় অবস্থায় আছে" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "সর্বোচ্চ স্তরটি বর্তমানে সক্রিয় উইন্ডো কিনা" # FIXME -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "উপরের স্তরের ফোকাস" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "ইনপুটের ফোকাস GtkWindow'র মধ্যে আছে কিনা" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "ধরন সংক্রান্ত ইঙ্গিত" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7301,87 +7301,87 @@ msgstr "" "এটি কি ধরনের উইন্ডো এবং এটি কিভাবে ব্যবহার করতে হবে সে ব্যাপারে ডেস্কটপকে সাহায্য " "করার জন্য ইঙ্গিত।" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "টাস্কবার এড়িয়ে যাওয়া হোক" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "উইন্ডোটি টাস্কবারে না থাকলে TRUE ।" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "পেজার এড়িয়ে যাওয়া হোক" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "পেজারে উইন্ডোটি না থাকলে TRUE ।" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "জরুরি" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "এটির মান সত্য (TRUE) হলে, উইন্ডোকে ব্যবহারকারীর গোচরে আনা হবে।" # FIXME -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "ফোকাস অনুমোদন করো" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "উইন্ডোটি ইনপুট ফোকাসের লক্ষ্য হলে এর মান TRUE ।" # FIXME: Is 'focus' a verb ? -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "মানচিত্রের ওপর ফোকাস করো" # FIXME -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "এর মান সত্য (TRUE) হলে উইন্ডোটি ইনপুট ফোকাসের লক্ষ্য হবে।" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "সজ্জিত" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "উইন্ডো ব্যবস্থাপক উইন্ডোটি সজ্জিত করবে কিনা" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "মোছার যোগ্য" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "যেখানে উইন্ডো ফ্রেমের একটি বন্ধ করার বাটন থাকে" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "মাধ্যাকর্ষণ" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "এই উইন্ডোটির উইন্ডো মাধ্যাকর্ষণ" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "মেসেজ বাটনে প্রদর্শিত বাটন" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "উইন্ডোর ধরন " diff --git a/po-properties/bn_IN.po b/po-properties/bn_IN.po index 69b7bf9975..7121292650 100644 --- a/po-properties/bn_IN.po +++ b/po-properties/bn_IN.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: bn_IN\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-06 18:20+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bengali INDIA \n" @@ -93,12 +93,12 @@ msgstr "ডিফল্ট ডিসপ্লে" msgid "The default display for GDK" msgstr "জিডিকে-র (GDK) ডিফল্ট ডিসপ্লে" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "পর্দা" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "রেন্ডারারের GdkScreen" @@ -118,11 +118,11 @@ msgstr "ফন্ট রেজলুশন" msgid "The resolution for fonts on the screen" msgstr "পর্দার ফন্টের রেজলুশন" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "প্রোগ্রামের নাম" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -130,43 +130,43 @@ msgstr "" "প্রোগ্রামের নাম। কোন নাম দেওয়া না হলে ডিফল্ট হিসেবে g_get_application_name() " "ব্যবহৃত হয়।" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "প্রোগ্রাম সংস্করণ" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "প্রোগ্রাম সংস্করণ" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "কপিরাইট পঙ্‌ক্তি" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "প্রোগ্রামের কপিরাইট সংক্রান্ত তথ্য" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "মন্তব্য পঙ্‌ক্তি" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "প্রোগ্রাম সম্পর্কিত মন্তব্য" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "ওয়েবসাইটের ইউ.আর.এল." -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "প্রোগ্রামটির ওয়েবসাইট নির্দেশক লিঙ্কের ইউ.আর.এল." -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "ওয়েবসাইট লেবেল" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -174,44 +174,44 @@ msgstr "" "প্রোগ্রামটির ওয়েবসাইট নির্দেশক লিঙ্কের লেবেল। এটি নির্ধারণ করে দেওয়া না হলে " "ডিফল্ট হিসেবে ইউ.আর.এল. ব্যবহৃত হয়।" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "লেখক" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "প্রোগ্রামটির লেখকবৃন্দের তালিকা" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "ডকুমেন্টেশন প্রস্তুতকারক" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "প্রোগ্রামটির ডকুমেন্টেশন প্রস্তুতকারকবৃন্দের তালিকা" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "শিল্পী" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "যে সকল ব্যক্তি এই প্রোগ্রামটির জন্য শিল্পকর্ম তৈরি করেছেন" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "গনোম বাংলা অনুবাদ প্রকল্পের পক্ষে, সায়মিন্দু দাশগুপ্ত, ও প্রজ্ঞা" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "লোগো" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -219,19 +219,19 @@ msgstr "" "পরিচিতি প্রদর্শক বাক্সের লোগো। এটি নির্দিষ্ট করে দেওয়া না হলে ডিফল্ট হিসেবে " "gtk_window_get_default_icon_list() ব্যবহৃত হয়।" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "লোগো আইকনের নাম" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "পরিচিতি প্রদর্শক বাক্সের লোগো হিসেবে একটি নামযুক্ত আইকন ব্যবহার করা হবে।" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "লাইসেন্স গুটিয়ে নাও" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "লাইসেন্সের টেক্সটকে গুটিয়ে নেওয়া হবে কিনা।" @@ -305,7 +305,7 @@ msgid "The GIcon being displayed" msgstr "প্রদর্শিত GIcon" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "আইকনের নাম" @@ -413,7 +413,7 @@ msgid "Whether the action group is visible." msgstr "এই কাজের গ্রুপটি দৃশ্যমান কিনা।" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "মান" @@ -1247,7 +1247,7 @@ msgstr "স্টেট অনুসরণ করো" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "অঙ্কিত পিক্সবাফকে স্টেট অনুসারে রং করা হবে কিনা" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "আইকন" @@ -1309,7 +1309,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "প্রগ্রেস বারের প্রাথমিক অবস্থান ও বৃদ্ধি পাওয়ার দিক" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "সমন্বয়" @@ -3080,7 +3080,7 @@ msgstr "আইকন সেট" msgid "Icon set to display" msgstr "প্রদর্শন করার জন্য আইকন সেট" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "আইকনের আয়তন" @@ -3145,7 +3145,7 @@ msgstr "মেনুতে ছবি প্রদর্শন করো" msgid "Whether images should be shown in menus" msgstr "মেনুতে ছবি প্রদর্শন করা হবে কিনা" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "এই উইন্ডোটি যে পর্দায় প্রদর্শিত হবে" @@ -4725,24 +4725,24 @@ msgstr "স্পেসিং-এর মান" msgid "Space between value text and the slider/trough area" msgstr "মানসূচক টেক্সট ও স্লাইডার/থ্রু অংশের মধ্যবর্তী স্পেস-এর সংখ্যা" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "আইকন" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "" @@ -6416,7 +6416,7 @@ msgstr "" msgid "Whether to display the column" msgstr "কলাম প্রদর্শন করা হবে কিনা" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "পরিবর্তনযোগ্য আকার" @@ -6828,45 +6828,45 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "উইন্ডোর ধরন" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "উইন্ডোর ধরন " -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "উইন্ডোর শিরোনাম " -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "উইন্ডোর শিরোনাম " -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "উইন্ডোর ভূমিকা" # FIXME: Unique-এর অর্থ ভাল হয় নাই ;-( -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "কোন সেশন পুনরুদ্ধারের সময় উইন্ডোর জন্য যে একক (Unique) নির্দেশক ব্যবহৃত হবে" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "" # FIXME: Unique-এর অর্থ ভাল হয় নাই ;-( -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "সঙ্কোচন অনুমোদন করো" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6875,24 +6875,24 @@ msgstr "" "যদি TRUE হয় তবে উইন্ডোটির কোন সর্বনিম্ন আকার নেই। এর মান TRUE নির্ধারণ করাটা ৯৯% " "ক্ষেত্রে একটি বাজে সিদ্ধান্ত" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "বড় হতে দেয়া হোক" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "যদি TRUE হয় তবে ব্যবহারকারীগণ উইন্ডোটিকে তার সর্বনিম্ন আকার অপেক্ষা বড় করতে পারবেন" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "যদি TRUE হয় তবে ব্যবহারকারীগণ উইন্ডোর আকার পরিবর্তন করতে পারবেন" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "মোডাল (Modal)" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6900,69 +6900,69 @@ msgstr "" "যদি TRUE হয় তবে উইন্ডোটো মোডাল (এই উইন্ডোটি যখন দেখা যাবে থাকবে তখন অন্যান্য " "উইন্ডো ব্যবহার করা যাবে না)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "উইন্ডোর অবস্থান" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "উইন্ডোর প্রাথমিক অবস্থান" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "ডিফল্ট প্রস্থ" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "উইন্ডোটি প্রথমবার প্রদর্শনের সময় যে ডিফল্ট প্রস্থ ব্যবহার করা হবে" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "ডিফল্ট উচ্চতা" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "উইন্ডোটি প্রথমবার প্রদর্শনের সময় যে ডিফল্ট উচ্চতা ব্যবহার করা হবে" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "প্যারেন্ট সাথেই বন্ধ করো" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "প্যারেন্ট উইন্ডো বন্ধ করে দিলে এই উইন্ডোটিও বন্ধ করা হবে কিনা" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "এই উইন্ডোর জন্য আইকন" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "এই উইন্ডোর জন্য থিমযুক্ত আইকনের নাম" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "সক্রিয় অবস্থায় আছে" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "সর্বোচ্চ স্তরটি বর্তমানে সক্রিয় উইন্ডো কিনা" # FIXME -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "উপরের স্তরের ফোকাস" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "ইনপুটের ফোকাস GtkWindow'র মধ্যে আছে কিনা" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "ধরন সংক্রান্ত ইঙ্গিত" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -6970,86 +6970,86 @@ msgstr "" "এটি কি ধরনের উইন্ডো এবং এটি কিভাবে ব্যবহার করতে হবে সে ব্যাপারে ডেস্কটপকে সাহায্য " "করার জন্য ইঙ্গিত।" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "টাস্কবার এড়িয়ে যাওয়া হোক" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "উইন্ডোটি টাস্কবারে না থাকলে TRUE ।" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "পেজার এড়িয়ে যাওয়া হোক" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "পেজারে উইন্ডোটি না থাকলে TRUE ।" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "জরুরি" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "এটির মান সত্য (TRUE) হলে, উইন্ডোকে ব্যবহারকারীর গোচরে আনা হবে।" # FIXME -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "ফোকাস অনুমোদন করো" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "উইন্ডোটি ইনপুট ফোকাসের লক্ষ্য হলে এর মান TRUE ।" # FIXME: Is 'focus' a verb ? -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "মানচিত্রের ওপর ফোকাস করো" # FIXME -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "এর মান সত্য (TRUE) হলে উইন্ডোটি ইনপুট ফোকাসের লক্ষ্য হবে।" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "সজ্জিত" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "উইন্ডো ব্যবস্থাপক উইন্ডোটি সজ্জিত করবে কিনা" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "মাধ্যাকর্ষণ" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "এই উইন্ডোটির উইন্ডো মাধ্যাকর্ষণ" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" diff --git a/po-properties/br.po b/po-properties/br.po index 391434a5a1..067933601c 100644 --- a/po-properties/br.po +++ b/po-properties/br.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2006-03-08 18:48+0100\n" "Last-Translator: Thierry Vignaud \n" "Language-Team: br \n" @@ -87,12 +87,12 @@ msgstr "Diskwel dre ziouer" msgid "The default display for GDK" msgstr "" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Skramm" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -113,114 +113,114 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Anv ar meziant" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Stumm ar meziant" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Doare ar meziant" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL al lec'hienn gwiad" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Skridennad al lec'hienn gwiad" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Oberourien" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Arzourien" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Anv arlun al logo" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -294,7 +294,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Anv an arlun" @@ -392,7 +392,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Gwerzh" @@ -1213,7 +1213,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Arlun" @@ -1270,7 +1270,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -3022,7 +3022,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Ment an arlun" @@ -3088,7 +3088,7 @@ msgstr "Diskouez meuziad ar skeudennoù" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4671,27 +4671,27 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Anv an nodrezh dibabet" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Ment an arlun" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Arlun" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Anv arlun al logo" @@ -6353,7 +6353,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6759,218 +6759,218 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Titl ar prenestr" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Titl ar prenestr" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Stroll" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Ledander dre ziouer" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Uhelder dre ziouer" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Arlun evit ar prenestr-mañ" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Mallus" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "Munud" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Dedennerezh" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Doare ar meziant" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Titl ar prenestr" diff --git a/po-properties/bs.po b/po-properties/bs.po index d0015d6e93..650e1f479c 100644 --- a/po-properties/bs.po +++ b/po-properties/bs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.gtk-2-4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2004-07-19 00:47+0200\n" "Last-Translator: Kenan Hadžiavdić \n" "Language-Team: Bosnian \n" @@ -89,12 +89,12 @@ msgstr "Uobičajeni prikaz" msgid "The default display for GDK" msgstr "Uobičajeni prikaz za GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Ekran" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 #, fuzzy msgid "the GdkScreen for the renderer" msgstr "Model za razgranati pregled" @@ -119,121 +119,121 @@ msgstr "Tačke fonta" msgid "The resolution for fonts on the screen" msgstr "Kako će se opseg ažurirati na ekranu" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 #, fuzzy msgid "Program name" msgstr "Ime oznake" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 #, fuzzy msgid "The version of the program" msgstr "Orijentacija trake s alatima" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 #, fuzzy msgid "Comments string" msgstr "Prostor između kolona" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 #, fuzzy msgid "Website label" msgstr "Koristi veličinu u oznaci" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 #, fuzzy msgid "List of authors of the program" msgstr "Orijentacija trake s alatima" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 #, fuzzy msgid "Logo Icon Name" msgstr "Ime fonta" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 #, fuzzy msgid "Wrap license" msgstr "Postavljen mod prijeloma" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 #, fuzzy msgid "Whether to wrap the license text." msgstr "Da li prekrižiti tekst" @@ -312,7 +312,7 @@ msgid "The GIcon being displayed" msgstr "Skup ikona koji će se prikazati" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "Ime fonta" @@ -422,7 +422,7 @@ msgid "Whether the action group is visible." msgstr "Da li je grupa akcije vidljiva." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Vrijednost" @@ -1295,7 +1295,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Da li će se rub prikazati ili ne" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikona" @@ -1357,7 +1357,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orijentacija i smjer razvoja trake za napredak" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Podešavanje" @@ -3212,7 +3212,7 @@ msgstr "Skup ikona" msgid "Icon set to display" msgstr "Skup ikona koji će se prikazati" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Veličina ikone" @@ -3283,7 +3283,7 @@ msgstr "Pokaži slike u menijima" msgid "Whether images should be shown in menus" msgstr "Da li će se slike prikazivati u menijima" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Ekran na kojem će se ovaj prozor prikazati" @@ -4988,28 +4988,28 @@ msgstr "Razmak vrijednosti" msgid "Space between value text and the slider/trough area" msgstr "Razmak između teksta vrijednosti i prostora sa klizačem" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Vrijednost za prilagođenost" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Veličina ikone u traci s alatima" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment koji sadrži trenutnu vrijednost ovog objekta opsega" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Ikona" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Ime fonta" @@ -6792,7 +6792,7 @@ msgstr "Šablon koji se koristi za crtanje pokazivač fokusa" msgid "Whether to display the column" msgstr "Da li će se prikazati kolona" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Promjenljive veličine" @@ -7222,47 +7222,47 @@ msgstr "Ponašanje uspravne trake s klizačem" msgid "The length of vertical scroll arrows" msgstr "Kada će se prikazati uspravna traka s klizačem" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Tip prozora" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Tip prozora" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Naslov prozora" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Naslov prozora" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Funkcija prozora" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Jednistveni identifikator za prozor koji se koristi pri obnavljanju sesije" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Grupa" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 #, fuzzy msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Jednistveni identifikator za prozor koji se koristi pri obnavljanju sesije" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Dopusti smanjivanje" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7271,25 +7271,25 @@ msgstr "" "Ako je postavljeno, prozor nema najmanju dozvoljenu veličinu. Ovo je u 99% " "slučajeva loša ideja" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Dopusti povećanje" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Ako je postavljeno, korisnici mogu povećati prozor izvan okvira najmanje " "veličine" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Ako je postavljeno, korisnici mogu mijenjati veličinu prozora" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modalni" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7297,69 +7297,69 @@ msgstr "" "Ako je postavljeno, prozor je modalni (drugi prozori se ne mogu koristiti " "dok je ovaj otvoren)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Pozicija prozora" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Početna pozicija prozora" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Uobičajena širina" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Uobičajena širina prozora, koristi se kod prvog pokazivanja prozora" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Uobičajena visina" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Uobičajena visina prozora, koristi se kod prvog pokazivanja prozora" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Ukloni sa nadređenim" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Da li će se ovaj prozor ukloniti kada je nadređeni uklonjen" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Ikona za ovaj prozor" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 #, fuzzy msgid "Name of the themed icon for this window" msgstr "Ikona za ovaj prozor" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Je aktivan" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Da li je glavni nivo trenutno aktivni prozor" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Fokus u glavnom nivou" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Da li je fokus unosa unutar ovog GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Nagovještaj o tipu" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7367,89 +7367,89 @@ msgstr "" "Nagovještaj koji će pomoći okolini desktopa razumjeti koji je ovo tip " "prozora i kako ga tretirati" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Preskoči listu procesa" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Ako je postavljeno, prozor nije u listi procesa" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Prekoči listu prozora" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "Ako je postavljeno, prozor nije u listi prozora" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 #, fuzzy msgid "TRUE if the window should be brought to the user's attention." msgstr "Ako je postavljeno, prozor nije u listi prozora" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Prihvati fokus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "Ako je postavljeno prozor će primiti fokus unosa" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 #, fuzzy msgid "Focus on map" msgstr "Fokusiraj na klik" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 #, fuzzy msgid "TRUE if the window should receive the input focus when mapped." msgstr "Ako je postavljeno prozor će primiti fokus unosa" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Ukrašeno" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Da li će upravitelj prozora ukrašavati ovaj prozor" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "Može se izabrati" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 #, fuzzy msgid "Whether the window frame should have a close button" msgstr "Da li će upravitelj prozora ukrašavati ovaj prozor" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravitacija" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Gravitacija ovog prozora" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Dugmad koja će se prikazati u dijalogu s obavještenjima" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Tip prozora" diff --git a/po-properties/ca.po b/po-properties/ca.po index 0f77fd4739..4055c8ef29 100644 --- a/po-properties/ca.po +++ b/po-properties/ca.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-05 21:04+0100\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" @@ -107,12 +107,12 @@ msgstr "Visualització per defecte" msgid "The default display for GDK" msgstr "La visualització per defecte per al GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Pantalla" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "el GdkScreen per al representador" @@ -132,11 +132,11 @@ msgstr "Resolució del tipus de lletra" msgid "The resolution for fonts on the screen" msgstr "La resolució del tipus de lletra a la pantalla" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Nom del programa" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -144,43 +144,43 @@ msgstr "" "El nom del programa. Si no està definit, per defecte serà el valor de " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Versió del programa" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "La versió del programa" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Cadena del copyright" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Informació de copyright per al programa" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Cadena de comentaris" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Comentaris quant al vostre programa" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL del lloc web" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "La URL per a l'enllaç al lloc web del programa" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Etiqueta del lloc web" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -188,44 +188,44 @@ msgstr "" "L'etiqueta per a l'enllaç al lloc web del programa. Si no està definida, " "s'usa el valor de la URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Autors" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Llista d'autors del programa" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Documentadors" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Llista de gent que documenta el programa" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artistes" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Llista de gent que ha contribuït amb imatges al programa" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Traductors" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "El nom dels traductors. Aquesta cadena s'ha de marcar com a traduïble" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logotip" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -233,19 +233,19 @@ msgstr "" "Un logotip per a la caixa d'informació de l'aplicació. Si no està definit, " "es fa servir el valor de gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Nom de la icona del logotip" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Una icona amb nom per a emprar com a logotip a la caixa d'informació" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Ajusta la llicència" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Si s'han d'ajustar els finals de línia del text de la llicència" @@ -320,7 +320,7 @@ msgid "The GIcon being displayed" msgstr "La icona GIcon que es mostra" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Nom de la icona" @@ -429,7 +429,7 @@ msgid "Whether the action group is visible." msgstr "Si el grup d'acció és visible" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Valor" @@ -1266,7 +1266,7 @@ msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" "Si la memòria de píxels representada s'hauria d'acolorir segons l'estat" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Icona" @@ -1327,7 +1327,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientació i direcció de creixement de la barra de progrés" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Ajust" @@ -3111,7 +3111,7 @@ msgstr "Definiu icona" msgid "Icon set to display" msgstr "Definiu icona per visualitzar" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Mida d'icona" @@ -3179,7 +3179,7 @@ msgstr "Mostra imatges del menú" msgid "Whether images should be shown in menus" msgstr "Si s'han de mostrar imatges en els menús." -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "La pantalla on es mostrarà aquesta finestra" @@ -4810,25 +4810,25 @@ msgstr "Espaiat del valor" msgid "Space between value text and the slider/trough area" msgstr "Espai entre el text del valor i l'àrea del lliscador/canal" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "El valor de l'escalat" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "La mida de la icona" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "El GtkAdjustment que conté el valor actual d'aquest objecte de botó d'escalat" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Icones" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Llista de noms d'icona" @@ -6606,7 +6606,7 @@ msgstr "" msgid "Whether to display the column" msgstr "Si es mostra la columna" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Redimensionable" @@ -7030,44 +7030,44 @@ msgstr "Longitud de la fletxa de desplaçament vertical" msgid "The length of vertical scroll arrows" msgstr "La longitud de la fletxa de desplaçament vertical" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Tipus de finestra" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "El tipus de finestra" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Títol de finestra" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "El títol de finestra" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Rol de la finestra" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Identificador únic de la finestra a utilitzar en restaurar una sessió" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ID d'inici" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Identificador únic de la finestra utilitzada per a la notificació de l'inici" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Permet encongir" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7076,25 +7076,25 @@ msgstr "" "Si és CERT, la finestra no tindrà una mida mínima. Fixant-ho a CERT és el " "99% del temps una mala idea" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Permet creixement" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Si és CERT, els usuaris podran expandir la finestra més enllà de la seva " "mida mínima" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Si és CERT, els usuaris podran redimensionar la finestra" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modal" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7102,72 +7102,72 @@ msgstr "" "Si és CERT, la finestra serà modal (les altres finestres no es podran " "utilitzar mentre aquesta estigui oberta)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Posició de la finestra" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "La posició inicial de la finestra" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Amplada per defecte" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "L'amplada per defecte de la finestra, utilitzada quan es mostra inicialment " "la finestra" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Alçària per defecte" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "L'alçada per defecte de la finestra, utilitzada quan es mostra inicialment " "la finestra" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Destrueix amb el pare" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Si s'hauria de destruir aquesta finestra quan es destrueixi el pare" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Icona per a aquesta finestra" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Nom de la icona del tema per a aquesta finestra" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Està activa" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Si el giny de nivell superior és la finestra activa actualment" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Focus al nivell superior" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Si el focus d'entrada és en aquest GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Tecleja pista" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7175,84 +7175,84 @@ msgstr "" "Pista per ajudar l'entorn d'escriptori a entendre quin tipus de finestra és " "i com tractar-la." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Omet la barra de tasques" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "CERT si la finestra no ha de ser a la barra de tasques." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Omet el paginador" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "CERT si la finestra no ha de ser al paginador." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Urgent" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "CERT si la finestra no ha de captar l'atenció de l'usuari." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Accepta el focus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "CERT si la finestra ha de rebre el focus d'entrada." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Focus en mapar" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "CERT si la finestra ha de rebre el focus d'entrada quan es mapi." # NOTE: the window (josep) -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Decorada" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Si el gestor de finestres ha de decorar la finestra." -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Suprimible" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Si el marc de la finestra ha de tenir un botó de tancar" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravetat" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "La gravetat de finestra de la finestra" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Finestra transitòria" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "El pare transitori del diàleg" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Opacitat de la finestra" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "La opacitat de la finestra, de 0 a 1" diff --git a/po-properties/ca@valencia.po b/po-properties/ca@valencia.po index 2c27877556..93f0511ddd 100644 --- a/po-properties/ca@valencia.po +++ b/po-properties/ca@valencia.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2007-09-17 20:57+0200\n" "Last-Translator: Robert Millan \n" "Language-Team: Catalan \n" @@ -91,12 +91,12 @@ msgstr "Visualització per defecte" msgid "The default display for GDK" msgstr "La visualització per defecte per a GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Pantalla" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "el GdkScreen per al representador" @@ -116,11 +116,11 @@ msgstr "Resolució del tipus de lletra" msgid "The resolution for fonts on the screen" msgstr "La resolució del tipus de lletra a la pantalla" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Nom del programa" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -128,43 +128,43 @@ msgstr "" "El nom del programa. Si no està definit, per defecte serà el valor de " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Versió del programa" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "La versió del programa" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Cadena del copyright" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Informació de copyright per al programa" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Cadena de comentaris" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Comentaris quant al vostre programa" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL del lloc web" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "La URL per a l'enllaç al lloc web del programa" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Etiqueta del lloc web" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -172,44 +172,44 @@ msgstr "" "L'etiqueta per a l'enllaç al lloc web del programa. Si no està definida, " "s'usa el valor de la URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Autors" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Llista d'autors del programa" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Documentadors" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Llista de gent que documenta el programa" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artistes" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Llista de gent que ha contribuït amb imatges al programa" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Traductors" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "El nom dels traductors. Esta cadena s'ha de marcar com a traduïble" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logotip" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -217,19 +217,19 @@ msgstr "" "Un logotip per a la caixa d'informació de l'aplicació. Si no està definit, " "es fa servir el valor de gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Nom de la icona del logotip" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Una icona amb nom per a emprar com a logotip a la caixa d'informació" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Ajusta la llicència" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Si s'han d'ajustar els finals de línia del text de la llicència" @@ -306,7 +306,7 @@ msgid "The GIcon being displayed" msgstr "Definiu icona per visualitzar" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Nom de la icona" @@ -414,7 +414,7 @@ msgid "Whether the action group is visible." msgstr "Si el grup d'acció és visible" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Valor" @@ -1261,7 +1261,7 @@ msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" "Si la memòria de píxels representada s'hauria d'acolorir segons l'estat" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Icona" @@ -1322,7 +1322,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientació i direcció de creixement de la barra de progrés" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Ajust" @@ -3157,7 +3157,7 @@ msgstr "Definiu icona" msgid "Icon set to display" msgstr "Definiu icona per visualitzar" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Grandària d'icona" @@ -3227,7 +3227,7 @@ msgstr "Mostra imatges del menú" msgid "Whether images should be shown in menus" msgstr "Si s'han de mostrar imatges en els menús." -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "La pantalla en la que es mostrarà esta finestra" @@ -4874,26 +4874,26 @@ msgstr "Espaiat del valor" msgid "Space between value text and the slider/trough area" msgstr "Espai entre el text del valor i l'àrea del lliscador/canal" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "El valor de l'ajustament" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "La grandària de la icona" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "El GtkAdjustment que conté el valor actual d'este rang d'objectes" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Icones" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Llista de noms d'icona" @@ -6677,7 +6677,7 @@ msgstr "" msgid "Whether to display the column" msgstr "Si es mostra la columna" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Redimensionable" @@ -7100,44 +7100,44 @@ msgstr "Longitud de la fletxa de desplaçament vertical" msgid "The length of vertical scroll arrows" msgstr "La longitud de la fletxa de desplaçament vertical" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Tipus de finestra" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "El tipus de finestra" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Títol de finestra" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "El títol de finestra" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Rol de la finestra" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Identificador únic de la finestra a utilitzar en restaurar una sessió" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 #, fuzzy msgid "Unique startup identifier for the window used by startup-notification" msgstr "Identificador únic de la finestra a utilitzar en restaurar una sessió" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Permet encongir" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7146,25 +7146,25 @@ msgstr "" "Si és CERT, la finestra no té una grandària mínima. Fixant-ho a CERT és el " "99% del temps una mala idea" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Permet creixement" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Si és CERT, els usuaris poden expandir la finestra més enllà de la seua " "grandària mínima" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Si és VERITAT, els usuaris poden redimensionar la finestra" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modal" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7172,72 +7172,72 @@ msgstr "" "Si és CERT (les altres finestres no es poden utilitzar mentre esta estigui " "oberta)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Posició de la finestra" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "La posició inicial de la finestra" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Amplada per defecte" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "L'amplada per defecte de la finestra, utilitzada quan es mostra inicialment " "la finestra" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Alçària per defecte" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "L'alçària per defecte de la finestra, utilitzada quan es mostra inicialment " "la finestra" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Destruix amb el pare" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Si s'hauria de destruir esta finestra quan es destrueixi el pare" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Icona per a esta finestra" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Nom de la icona del tema per a esta finestra" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Està activa" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Si el giny de nivell superior és la finestra activa actualment" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Focus al nivell superior" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Si el focus d'entrada és en este GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Tecleja pista" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7245,85 +7245,85 @@ msgstr "" "Pista per ajudar l'entorn d'escriptori a entendre quin tipus de finestra és " "i com tractar-la." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Omet la barra de tasques" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "És CERT si la finestra no hauria d'estar en la barra de tasques." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Omet el paginador" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "És CERT si la finestra no hauria d'estar en el paginador." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Urgent" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "És CERT si la finestra no s'hauria de presentar davant de l'usuari." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Accepta el focus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "És CERT si la finestra hauria de rebre el focus d'entrada." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Focus en mapar" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" "És CERT si la finestra hauria de rebre el focus d'entrada quan es mapi." # NOTE: the window (josep) -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Decorada" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Si el gestor de finestres ha de decorar la finestra." -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Suprimible" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Si el marc de la finestra ha de tenir un botó de tancar" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravetat" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "La gravetat de finestra de la finestra" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Finestra transitòria" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "El pare transitori del diàleg" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Opacitat de la finestra" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "La opacitat de la finestra, de 0 a 1" diff --git a/po-properties/crh.po b/po-properties/crh.po index c5df2ad589..c95522592b 100644 --- a/po-properties/crh.po +++ b/po-properties/crh.po @@ -6,139 +6,140 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-09 04:24-0500\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-04-09 04:32-0500\n" "Last-Translator: Reşat SABIQ \n" -"Language-Team: Qırımtatarca (Qırım Türkçesi) \n" +"Language-Team: Qırımtatarca (Qırım Türkçesi) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: KBabel 1.11.4\n" -#: ../gdk-pixbuf/gdk-pixbuf.c:89 +#: gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "Kanal Sayısı" # gdk-pixbuf/io-xpm.c:1265 -#: ../gdk-pixbuf/gdk-pixbuf.c:90 +#: gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "Piksel başına nümüne sayısı" # gtk/gtkcolorsel.c:1833 -#: ../gdk-pixbuf/gdk-pixbuf.c:99 +#: gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "Tüs-fezası" -#: ../gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "Nümünelerniñ içinde tefsir etilecegi tüs-fezası" # gtk/gtklabel.c:212 -#: ../gdk-pixbuf/gdk-pixbuf.c:108 +#: gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "Alfası Bar" -#: ../gdk-pixbuf/gdk-pixbuf.c:109 +#: gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "Piksel buferiniñ (pixbuf) alfa kanalına saip olıp olmağanı" -#: ../gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "Nümüne başına Bit" # gtk/gtktable.c:157 -#: ../gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "Nümüne başına bit sayısı" # gtk/gtklayout.c:435 gtk/gtktreeviewcolumn.c:188 gtk/gtkwidget.c:424 -#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 -#: ../gtk/gtktreeviewcolumn.c:207 +#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "Kenişlik" # gtk/gtktable.c:166 -#: ../gdk-pixbuf/gdk-pixbuf.c:133 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "Piksel buferindeki (pixbuf) sutun sayısı" # gtk/gtklayout.c:444 gtk/gtkwidget.c:433 -#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 +#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 msgid "Height" msgstr "Yükseklik" # gtk/gtktable.c:157 -#: ../gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "Piksel buferindeki (pixbuf) saf sayısı" # gtk/gtktable.c:156 -#: ../gdk-pixbuf/gdk-pixbuf.c:159 +#: gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "Saf-adımlaması" # gtk/gtkentry.c:447 -#: ../gdk-pixbuf/gdk-pixbuf.c:160 -msgid "The number of bytes between the start of a row and the start of the next row" -msgstr "Bir safnıñ başlanğıçı ile soñraki safnıñ başlanğıçı arasındaki bayt sayısı" +#: gdk-pixbuf/gdk-pixbuf.c:160 +msgid "" +"The number of bytes between the start of a row and the start of the next row" +msgstr "" +"Bir safnıñ başlanğıçı ile soñraki safnıñ başlanğıçı arasındaki bayt sayısı" -#: ../gdk-pixbuf/gdk-pixbuf.c:169 +#: gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "Piksel" -#: ../gdk-pixbuf/gdk-pixbuf.c:170 +#: gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "Piksel buferiniñ (pixbuf) piksel verilerine bir noqtacı" # gtk/gtkbutton.c:239 -#: ../gdk/gdkdisplaymanager.c:103 +#: gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "Ög-belgilengen Kösterim" -#: ../gdk/gdkdisplaymanager.c:104 +#: gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "GDK içün ög-belgilengen kösterim" # gtk/gtkinputdialog.c:243 -#: ../gdk/gdkpango.c:537 ../gtk/gtkinvisible.c:86 -#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:614 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Ekran" # tüklü # gtk/gtktreeview.c:458 -#: ../gdk/gdkpango.c:538 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "Qılıcı içün GdkScreen" # tüklü # gtk/gtkcellrenderertext.c:292 gtk/gtktexttag.c:367 -#: ../gdk/gdkscreen.c:75 +#: gdk/gdkscreen.c:75 msgid "Font options" msgstr "Urufat ihtiyariyatı" -#: ../gdk/gdkscreen.c:76 +#: gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "Ekran içün ög-belgilengen urufat ihtiyariyatı" # gtk/gtkcellrenderertext.c:292 gtk/gtktexttag.c:367 -#: ../gdk/gdkscreen.c:83 +#: gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "Urufat çezinirligi" # gtk/gtkrange.c:257 -#: ../gdk/gdkscreen.c:84 +#: gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "Ekran üzerindeki urufatlarnıñ çezinirligi" # gtk/gtktexttag.c:198 -#: ../gtk/gtkaboutdialog.c:184 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Program ismi" -#: ../gtk/gtkaboutdialog.c:185 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -146,45 +147,45 @@ msgstr "" "Programnıñ ismi. Eger tesbit etilmegen eken, g_get_application_name() " "qıymetine ög-belgilenir" -#: ../gtk/gtkaboutdialog.c:199 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Program sürümi" # gtk/gtktoolbar.c:224 -#: ../gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Programnıñ sürümi" -#: ../gtk/gtkaboutdialog.c:214 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Telif aqqı tizgisi" -#: ../gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Progam içün telif aqqı malümatı" # gtk/gtktable.c:183 -#: ../gtk/gtkaboutdialog.c:232 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Şerhler tizgisi" -#: ../gtk/gtkaboutdialog.c:233 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Program aqqındaki şerhler" -#: ../gtk/gtkaboutdialog.c:267 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Ağ-saytı adresi" -#: ../gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "Programnıñ ağ-saytına ilişim içün URL" -#: ../gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Ağ-saytı etiketi" -#: ../gtk/gtkaboutdialog.c:285 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -192,44 +193,46 @@ msgstr "" "Programnıñ ağ-saytına ilişim içün etiket. Eger tesbit etilmegen ise, URL " "qıymetine ög-belgilengenir" -#: ../gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Müellifler" # gtk/gtktoolbar.c:224 -#: ../gtk/gtkaboutdialog.c:302 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Programnıñ müellifler listesi" -#: ../gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Vesiqalandırıcılar" -#: ../gtk/gtkaboutdialog.c:319 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Programnı vesiqalandırğan kişilerniñ listesi" -#: ../gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Sanatkârlar" -#: ../gtk/gtkaboutdialog.c:336 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Programğa sanat işlerinen issede bulunğanlarnıñ listesi" -#: ../gtk/gtkaboutdialog.c:353 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Terciman itibarları" -#: ../gtk/gtkaboutdialog.c:354 -msgid "Credits to the translators. This string should be marked as translatable" -msgstr "Tercimanlarğa itibarlar. Bu tizginiñ çevirilebilir olaraq tamğalanuvı lâzim" +#: gtk/gtkaboutdialog.c:354 +msgid "" +"Credits to the translators. This string should be marked as translatable" +msgstr "" +"Tercimanlarğa itibarlar. Bu tizginiñ çevirilebilir olaraq tamğalanuvı lâzim" -#: ../gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: ../gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -238,120 +241,121 @@ msgstr "" "gtk_window_get_default_icon_list() qıymetine ög-belgilenir" # gtk/gtkfontsel.c:185 -#: ../gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Logo İşaretçigi İsmi" -#: ../gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." -msgstr "Aqqında qutusı içün logo olaraq qullanılacaq isimlendirilgen işaretçik." +msgstr "" +"Aqqında qutusı içün logo olaraq qullanılacaq isimlendirilgen işaretçik." # gtk/gtktexttag.c:607 -#: ../gtk/gtkaboutdialog.c:399 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Litsenziyanı Sar" # gtk/gtkcellrenderertext.c:324 gtk/gtktexttag.c:467 -#: ../gtk/gtkaboutdialog.c:400 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Litsenziya metniniñ sarılıp sarılmaycağı." # gtk/gtkaccellabel.c:115 -#: ../gtk/gtkaccellabel.c:123 +#: gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "Tezleştirici Qapanması" # gtk/gtkaccellabel.c:116 -#: ../gtk/gtkaccellabel.c:124 +#: gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "Tezleştirici deñişiklikleri içün közetilecek qapanma" # tüklü # gtk/gtkaccellabel.c:115 -#: ../gtk/gtkaccellabel.c:130 +#: gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "Tezleştirici Pencereçigi" # gtk/gtkaccellabel.c:116 -#: ../gtk/gtkaccellabel.c:131 +#: gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "Tezleştirici deñişiklikleri içün közetilecek pencereçik" # gtk/gtkfontsel.c:185 -#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 -#: ../gtk/gtktextmark.c:89 +#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 +#: gtk/gtktextmark.c:89 msgid "Name" msgstr "İsim" -#: ../gtk/gtkaction.c:180 +#: gtk/gtkaction.c:180 msgid "A unique name for the action." 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/gtktoolbutton.c:202 +#: 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/gtktoolbutton.c:202 msgid "Label" msgstr "Etiket" -#: ../gtk/gtkaction.c:199 +#: gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." -msgstr "Amelni qabilleştirgen menü unsurları ve dögmeler içün qullanılğan etiket." +msgstr "" +"Amelni qabilleştirgen menü unsurları ve dögmeler içün qullanılğan etiket." -#: ../gtk/gtkaction.c:215 +#: gtk/gtkaction.c:215 msgid "Short label" msgstr "Qısqa etiket" -#: ../gtk/gtkaction.c:216 +#: gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "Alet çubuğı dögmelerinde qullanıla bilecek daa qısqa bir etiket." # tüklü -#: ../gtk/gtkaction.c:224 +#: gtk/gtkaction.c:224 msgid "Tooltip" msgstr "Alet-qaranesi" -#: ../gtk/gtkaction.c:225 +#: gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "Bu amel içün bir alet-qaranesi." -#: ../gtk/gtkaction.c:240 +#: gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "Depodan İşaretçik" -#: ../gtk/gtkaction.c:241 +#: gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "" "Bu amelni temsil etken pencereçiklerde kösterilecek olğan temin etilgen " "işaretçik." -#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 +#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "GIcon" -#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 -#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 +#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 +#: gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "Kösterilgen GIcon" # gtk/gtkfontsel.c:185 -#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 -#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:606 +#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "İşaretçik İsmi" # gtk/gtkwidget.c:393 -#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 -#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 +#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 +#: gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "İşaretçik temasından işaretçikniñ ismi" -#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 +#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "Gorizontal olğanda körünir" -#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 +#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." @@ -359,12 +363,12 @@ msgstr "" "Alet çubuğı gorizontal yöneldirimde olğanda alet çubuğı unsurınıñ körünip " "körünmeycegi." -#: ../gtk/gtkaction.c:306 +#: gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "Taşqan olğanda körünir" # tüklü -#: ../gtk/gtkaction.c:307 +#: gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." @@ -372,11 +376,11 @@ msgstr "" "DOĞRU olğanda, bu amel içün alet unsurı proksileri alet çubuğındaki taşqan " "menüde temsil etilir." -#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 +#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "Vertikal olğanda körünir" -#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 +#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." @@ -384,12 +388,12 @@ msgstr "" "Alet çubuğı vertikal yöneldirimde olğanda alet çubuğı unsurınıñ körünip " "körünmeycegi." -#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 +#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 msgid "Is important" msgstr "Müimdir" # tüklü -#: ../gtk/gtkaction.c:323 +#: gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." @@ -397,43 +401,42 @@ msgstr "" "Amelniñ önemli sayılıp sayılmağanı. DOĞRU ise , bu amel içün alet unsurı " "proksileri, metni GTK_TOOLBAR_BOTH_HORIZ tarzında kösterir." -#: ../gtk/gtkaction.c:331 +#: gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "Boş ise gizle" -#: ../gtk/gtkaction.c:332 +#: gtk/gtkaction.c:332 msgid "When TRUE, empty menu proxies for this action are hidden." 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/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193 +#: gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "Hassas" # gtk/gtkwidget.c:443 -#: ../gtk/gtkaction.c:339 +#: gtk/gtkaction.c:339 msgid "Whether the action is enabled." 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/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293 +#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516 msgid "Visible" msgstr "Körünir" # gtk/gtkwidget.c:443 -#: ../gtk/gtkaction.c:346 +#: gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "Amelniñ körünir olıp olmağanı." # gtk/gtkprogressbar.c:187 -#: ../gtk/gtkaction.c:352 +#: gtk/gtkaction.c:352 msgid "Action Group" msgstr "Amel Zümresi" -#: ../gtk/gtkaction.c:353 +#: gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." @@ -441,99 +444,99 @@ msgstr "" "Bu GtkAction'nıñ ülfetlendirilgeni GtkActionGroup, yaki NULL (iç qullanım " "içün)." -#: ../gtk/gtkactiongroup.c:171 +#: gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "Amel zümresi içün bir isim." # gtk/gtkwidget.c:443 -#: ../gtk/gtkactiongroup.c:178 +#: gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "Amel zümresiniñ qabilleştirilgen olıp olmağanı." # gtk/gtkwidget.c:443 -#: ../gtk/gtkactiongroup.c:185 +#: gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "Amel zümresiniñ körünir olıp olmağanı." # gtk/gtkspinbutton.c:264 -#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:206 ../gtk/gtkspinbutton.c:269 +#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Qıymet" # tüklü # gtk/gtkwidget.c:393 -#: ../gtk/gtkadjustment.c:94 +#: gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "Tadilniñ qıymeti" # gtk/gtkcurve.c:129 -#: ../gtk/gtkadjustment.c:110 +#: gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "Eñ Kiçik Qıymet" # gtk/gtkwidget.c:393 -#: ../gtk/gtkadjustment.c:111 +#: gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "Tadilniñ eñ kiçik qıymeti" # gtk/gtkentry.c:404 -#: ../gtk/gtkadjustment.c:130 +#: gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "Azamiy Qıymet" # gtk/gtkwidget.c:393 -#: ../gtk/gtkadjustment.c:131 +#: gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "Tadilniñ azamiy qıymeti" # gtk/gtkinputdialog.c:243 -#: ../gtk/gtkadjustment.c:147 +#: gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "Adım Artımı" -#: ../gtk/gtkadjustment.c:148 +#: gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "Tadilniñ adımlıq artımı" -#: ../gtk/gtkadjustment.c:164 +#: gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "Saife Artımı" -#: ../gtk/gtkadjustment.c:165 +#: gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "Tadilniñ saife artımı" # gtk/gtkruler.c:148 -#: ../gtk/gtkadjustment.c:184 +#: gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "Saife Ölçüsi" # gtk/gtkcellrenderertoggle.c:128 -#: ../gtk/gtkadjustment.c:185 +#: gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "Tadilniñ saife ölçüsi" # gtk/gtkalignment.c:102 -#: ../gtk/gtkalignment.c:90 +#: gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "Gorizontal hizalama" # tüklü -#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 +#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" msgstr "" -"Faydalanılışlı fezada balanıñ gorizontal mevamı. 0.0 ise solğa, 1.0 ise sağğa " -"hizalanır" +"Faydalanılışlı fezada balanıñ gorizontal mevamı. 0.0 ise solğa, 1.0 ise " +"sağğa hizalanır" # gtk/gtkalignment.c:112 -#: ../gtk/gtkalignment.c:100 +#: gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "Vertikal hizalama" -#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 +#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" @@ -542,248 +545,248 @@ msgstr "" "hizalanır" # gtk/gtkalignment.c:121 -#: ../gtk/gtkalignment.c:109 +#: gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "Gorizontal miqyas" # tüklü -#: ../gtk/gtkalignment.c:110 +#: gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" msgstr "" -"Faydalanılışlı gorizontal feza bala içün kerekkenden büyük ise, onıñ ne qadarınıñ " -"bala içün qullanılacağı. 0.0 ise iç, 1.0 ise episi demektir" +"Faydalanılışlı gorizontal feza bala içün kerekkenden büyük ise, onıñ ne " +"qadarınıñ bala içün qullanılacağı. 0.0 ise iç, 1.0 ise episi demektir" # gtk/gtkalignment.c:130 -#: ../gtk/gtkalignment.c:118 +#: gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "Vertikal miqyas" -#: ../gtk/gtkalignment.c:119 +#: gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" msgstr "" -"Faydalanılışlı vertikal feza bala içün kerekkenden büyük ise, onıñ ne qadarınıñ " -"bala içün qullanılacağıdır. 0.0 ise iç, 1.0 ise episi demektir" +"Faydalanılışlı vertikal feza bala içün kerekkenden büyük ise, onıñ ne " +"qadarınıñ bala içün qullanılacağıdır. 0.0 ise iç, 1.0 ise episi demektir" # tüklü -#: ../gtk/gtkalignment.c:136 +#: gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "Üst Şilteleme" -#: ../gtk/gtkalignment.c:137 +#: gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "Pencereçikniñ üstüne eklenecek şilteleme." -#: ../gtk/gtkalignment.c:153 +#: gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "Tüp Şilteleme" -#: ../gtk/gtkalignment.c:154 +#: gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "Pencereçikniñ tübüne eklenecek şilteleme." -#: ../gtk/gtkalignment.c:170 +#: gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "Sol Şilteleme" -#: ../gtk/gtkalignment.c:171 +#: gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "Pencereçikniñ soluna eklenecek şilteleme." # gtk/gtktextview.c:588 -#: ../gtk/gtkalignment.c:187 +#: gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "Sağ Şilteleme" # gtk/gtkmisc.c:118 -#: ../gtk/gtkalignment.c:188 +#: gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "Pencereçikniñ sağına eklenecek şilteleme." # gtk/gtkarrow.c:97 -#: ../gtk/gtkarrow.c:75 +#: gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "Oq yönelişi" # gtk/gtkarrow.c:98 -#: ../gtk/gtkarrow.c:76 +#: gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "Oqnıñ doğrultıluvı lâzim olğan yöneliş" # gtk/gtkarrow.c:105 -#: ../gtk/gtkarrow.c:84 +#: gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "Oq kölgesi" # gtk/gtkarrow.c:106 -#: ../gtk/gtkarrow.c:85 +#: gtk/gtkarrow.c:85 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:363 msgid "Arrow Scaling" msgstr "Oq Miqyaslaması" -#: ../gtk/gtkarrow.c:93 +#: gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "Oq tarafından qullanılacaq fezanıñ miqdarı" # gtk/gtkaspectframe.c:107 -#: ../gtk/gtkaspectframe.c:79 +#: gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "Gorizontal Hizalama" # gtk/gtkaspectframe.c:108 -#: ../gtk/gtkaspectframe.c:80 +#: gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "Balanıñ X hizalaması" # gtk/gtkaspectframe.c:114 -#: ../gtk/gtkaspectframe.c:86 +#: gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "Vertikal Hizalama" # gtk/gtkaspectframe.c:115 -#: ../gtk/gtkaspectframe.c:87 +#: gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "Balanıñ Y hizalaması" # gtk/gtkaspectframe.c:121 -#: ../gtk/gtkaspectframe.c:93 +#: gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "Nisbet" # tüklü # gtk/gtkaspectframe.c:122 -#: ../gtk/gtkaspectframe.c:94 +#: gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "obey_child YAÑLIŞ olğanda aspekt nisbeti" # gtk/gtkaspectframe.c:128 -#: ../gtk/gtkaspectframe.c:100 +#: gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "Balağa boysun" # gtk/gtkaspectframe.c:129 -#: ../gtk/gtkaspectframe.c:101 +#: gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "Aspekt nisbetiniñ çerçiveniñ balasınıñkinen eşleşmesini cebir et" -#: ../gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "Başlıq Şilteleme" # gtk/gtkmenubar.c:155 -#: ../gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "Başlıqnıñ etrafındaki piksel sayısı." -#: ../gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "Münderice Şiltelemesi" # gtk/gtkmenubar.c:155 -#: ../gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "Münderice saifeleriniñ etrafındaki piksel sayısı." # gtk/gtktoolbar.c:259 -#: ../gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:286 msgid "Page type" msgstr "Saife türü" # gtk/gtklabel.c:199 -#: ../gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "Muavin saifeniñ türü" # gtk/gtkruler.c:148 -#: ../gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:304 msgid "Page title" msgstr "Saife serlevası" # gtk/gtkwindow.c:333 -#: ../gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "Muavin saifeniñ serlevası" # gtk/gtktreeview.c:489 -#: ../gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:321 msgid "Header image" msgstr "Başlıq sureti" -#: ../gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "Muavin saife içün başlıq sureti" # gtk/gtksettings.c:175 -#: ../gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "Kenar çubuğı sureti" -#: ../gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "Muavin saife içün kenar çubuğı sureti" -#: ../gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:354 msgid "Page complete" msgstr "Saife tamamlanğan" -#: ../gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "Saifede talap etilgen alanlarnıñ episiniñ toldurılğan olıp olmağanı" # gtk/gtkbbox.c:115 -#: ../gtk/gtkbbox.c:91 +#: gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "Eñ kiçik bala kenişligi" # gtk/gtkbbox.c:116 -#: ../gtk/gtkbbox.c:92 +#: gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "Qutu içindeki dögmelerniñ eñ kiçik kenişligi" # gtk/gtkbbox.c:124 -#: ../gtk/gtkbbox.c:100 +#: gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "Eñ kiçik bala yüksekligi" # gtk/gtkbbox.c:125 -#: ../gtk/gtkbbox.c:101 +#: gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "Qutu içindeki dögmelerniñ eñ kiçik yüksekligi" # gtk/gtkbbox.c:133 -#: ../gtk/gtkbbox.c:109 +#: gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "Bala iç kenişlik şiltelemesi" # gtk/gtkbbox.c:134 -#: ../gtk/gtkbbox.c:110 +#: gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "Balalarnıñ ölçüleriniñ er eki taraftan arttırılacağı miqdar" # gtk/gtkbbox.c:142 -#: ../gtk/gtkbbox.c:118 +#: gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "Bala iç yükseklik şiltelemesi" # gtk/gtkbbox.c:143 -#: ../gtk/gtkbbox.c:119 +#: gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "Balalarnıñ ölçüleriniñ üstte ve altta arttırılacağı miqdar" # gtk/gtkbbox.c:151 -#: ../gtk/gtkbbox.c:127 +#: gtk/gtkbbox.c:127 msgid "Layout style" msgstr "Serim uslûbı" # gtk/gtkbbox.c:152 -#: ../gtk/gtkbbox.c:128 +#: gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" @@ -792,12 +795,12 @@ msgstr "" "edge, start ve end" # gtk/gtkbbox.c:160 -#: ../gtk/gtkbbox.c:136 +#: gtk/gtkbbox.c:136 msgid "Secondary" msgstr "Ekilemci" # gtk/gtkbbox.c:161 -#: ../gtk/gtkbbox.c:137 +#: gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" @@ -806,46 +809,46 @@ msgstr "" "olaraq yardım dögmeleri içün uyğundır" # gtk/gtkbox.c:126 gtk/gtkpacker.c:229 -#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 -#: ../gtk/gtktreeviewcolumn.c:216 +#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 +#: gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "Boşluqlav" # gtk/gtkbox.c:127 -#: ../gtk/gtkbox.c:131 +#: gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "Balalar arasındaki boşluq miqdarı" # gtk/gtkbox.c:136 gtk/gtknotebook.c:396 -#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 -#: ../gtk/gtktoolbar.c:573 +#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 +#: gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "Soydaş" # gtk/gtkbox.c:137 -#: ../gtk/gtkbox.c:141 +#: gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "Balalarnıñ episiniñ aynı ölçüde olıp olmaycağı" # tüklü # gtk/gtkpreview.c:134 -#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 -#: ../gtk/gtktreeviewcolumn.c:272 +#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 +#: gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "Kenişlet" # tüklü # gtk/gtkbox.c:137 -#: ../gtk/gtkbox.c:149 +#: gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "Ebeveyn öskende, balalarğa ilâve feza berilip berilmeycegi" # gtk/gtkstock.c:290 -#: ../gtk/gtkbox.c:155 +#: gtk/gtkbox.c:155 msgid "Fill" msgstr "Toldur" -#: ../gtk/gtkbox.c:156 +#: gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" @@ -853,20 +856,20 @@ msgstr "" "Balağa berilgen ilâve fezanıñ balağamı tahsis etilecegi yoqsa şilteleme " "olaraqmı qullanılacağı" -#: ../gtk/gtkbox.c:162 +#: gtk/gtkbox.c:162 msgid "Padding" msgstr "Şilteleme" -#: ../gtk/gtkbox.c:163 +#: gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "Bala ile qomşularınıñ arasında qoyulacaq boşluq, piksel olaraq" # gtk/gtktoolbar.c:259 -#: ../gtk/gtkbox.c:169 +#: gtk/gtkbox.c:169 msgid "Pack type" msgstr "Deste türü" -#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 +#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" @@ -875,26 +878,26 @@ msgstr "" "belirtken bir GtkPackType" # gtk/gtkpaned.c:116 gtk/gtkruler.c:138 -#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 -#: ../gtk/gtkruler.c:148 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 +#: gtk/gtkruler.c:148 msgid "Position" msgstr "Mevam" # gtk/gtknotebook.c:325 -#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 +#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "Balanıñ, babası içindeki indeksi" -#: ../gtk/gtkbuilder.c:96 +#: gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "Tercime Saası" -#: ../gtk/gtkbuilder.c:97 +#: gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "Gettext tarafından qullanılğan tercime saası" # gtk/gtkbutton.c:180 -#: ../gtk/gtkbutton.c:220 +#: gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" @@ -903,15 +906,15 @@ msgstr "" "pencereçigi ihtiva ete ise" # 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/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 +#: gtk/gtkmenuitem.c:315 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/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389 +#: gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" @@ -919,83 +922,83 @@ msgstr "" "Eger tesbit etilgen ise, alt-sızıqtan soñraki remizniñ hatırlatıcı " "tezleştirici tuşu olaraq qullanılması lâzim" -#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 +#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "Depo qullan" -#: ../gtk/gtkbutton.c:236 -msgid "If set, the label is used to pick a stock item instead of being displayed" +#: gtk/gtkbutton.c:236 +msgid "" +"If set, the label is used to pick a stock item instead of being displayed" msgstr "" "Eger tesbit etilgen ise, etiket, kösterilmek yerine bir depo unsurını " "saylamaq içün qullanılacaq" -#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 -#: ../gtk/gtkfilechooserbutton.c:393 +#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "Çertme üzerine fokuslan" # gtk/gtklabel.c:252 -#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 +#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "Dögmeniñ sıçan ile çertilgeninde fokusnı yaqalap yaqalamaycağı" # gtk/gtkbutton.c:187 -#: ../gtk/gtkbutton.c:251 +#: gtk/gtkbutton.c:251 msgid "Border relief" msgstr "Sıñır relyefi" # gtk/gtkbutton.c:188 -#: ../gtk/gtkbutton.c:252 +#: gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "Sıñır relyefi uslûbı" # gtk/gtkalignment.c:102 -#: ../gtk/gtkbutton.c:269 +#: gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "Bala içün ufqiy hizalama" # gtk/gtkalignment.c:112 -#: ../gtk/gtkbutton.c:288 +#: gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "Bala içün vertikal hizalama" # gtk/gtkimagemenuitem.c:124 -#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 +#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "Suret pencereçigi" # gtk/gtkimagemenuitem.c:125 -#: ../gtk/gtkbutton.c:306 +#: gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "Dögme metniniñ yanında körünecek bala pencereçigi" # gtk/gtkhandlebox.c:192 -#: ../gtk/gtkbutton.c:320 +#: gtk/gtkbutton.c:320 msgid "Image position" msgstr "Suret mevamı" # gtk/gtkhandlebox.c:193 -#: ../gtk/gtkbutton.c:321 +#: gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "Suretniñ metinge nisbeten mevamı" # gtk/gtkbutton.c:239 -#: ../gtk/gtkbutton.c:433 +#: gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "Ög-belgilengen Boşluqlav" # gtk/gtkbutton.c:240 -#: ../gtk/gtkbutton.c:434 +#: gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "CAN_DEFAULT dögmeleri içün eklenecek ziyade feza" # gtk/gtkbutton.c:246 -#: ../gtk/gtkbutton.c:440 +#: gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "Ög-belgilengen Tış Boşluqlav" # gtk/gtkbutton.c:247 -#: ../gtk/gtkbutton.c:441 +#: gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" @@ -1004,29 +1007,33 @@ msgstr "" "ziyade feza" # tüklü -#: ../gtk/gtkbutton.c:446 +#: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "Balanıñ X Yersizleştirilmesi" -#: ../gtk/gtkbutton.c:447 -msgid "How far in the x direction to move the child when the button is depressed" -msgstr "Dögmege basılğanında balanıñ x yönelişinde ne qadar areket ettirilecegi" +#: gtk/gtkbutton.c:447 +msgid "" +"How far in the x direction to move the child when the button is depressed" +msgstr "" +"Dögmege basılğanında balanıñ x yönelişinde ne qadar areket ettirilecegi" -#: ../gtk/gtkbutton.c:454 +#: gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "Balanıñ Y Yersizleştirilmesi" -#: ../gtk/gtkbutton.c:455 -msgid "How far in the y direction to move the child when the button is depressed" -msgstr "Dögmege basılğanında balanıñ y yönelişinde ne qadar areket ettirilecegi" +#: gtk/gtkbutton.c:455 +msgid "" +"How far in the y direction to move the child when the button is depressed" +msgstr "" +"Dögmege basılğanında balanıñ y yönelişinde ne qadar areket ettirilecegi" # tüklü # gtk/gtkwidget.c:470 -#: ../gtk/gtkbutton.c:471 +#: gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "Fokusnı yersizleştir" -#: ../gtk/gtkbutton.c:472 +#: gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" @@ -1035,57 +1042,57 @@ msgstr "" "tesir etip etmeycegi" # gtk/gtknotebook.c:341 -#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "İç Sıñır" -#: ../gtk/gtkbutton.c:486 +#: gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "Dögme uçları ve bala arasındaki sıñır." # gtk/gtkscale.c:183 -#: ../gtk/gtkbutton.c:499 +#: gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "Suret boşluqlavı" -#: ../gtk/gtkbutton.c:500 +#: gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "Suret ve etiket arasındaki piksel cınsından boşluqlav" -#: ../gtk/gtkbutton.c:514 +#: gtk/gtkbutton.c:514 msgid "Show button images" msgstr "Dögme suretlerini köster" # gtk/gtknotebook.c:369 -#: ../gtk/gtkbutton.c:515 +#: gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "Dögmelerde suretlerniñ kösterilip kösterilmeycegi" # gtk/gtkinputdialog.c:662 -#: ../gtk/gtkcalendar.c:440 +#: gtk/gtkcalendar.c:440 msgid "Year" msgstr "Yıl" # gtk/gtkfilesel.c:503 -#: ../gtk/gtkcalendar.c:441 +#: gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "Saylanğan yıl" # gtk/gtkcellrenderertext.c:219 gtk/gtkcellrenderertext.c:227 # gtk/gtkfontsel.c:192 gtk/gtktexttag.c:284 gtk/gtktexttag.c:292 -#: ../gtk/gtkcalendar.c:454 +#: gtk/gtkcalendar.c:454 msgid "Month" msgstr "Ay" -#: ../gtk/gtkcalendar.c:455 +#: gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "Saylanğan ay (0 ile 11 arasındaki bir sayı olaraq)" -#: ../gtk/gtkcalendar.c:469 +#: gtk/gtkcalendar.c:469 msgid "Day" msgstr "Kün" -#: ../gtk/gtkcalendar.c:470 +#: gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" @@ -1094,372 +1101,371 @@ msgstr "" "saylanğan künni saylamsızlamaq içün 0)" # gtk/gtktable.c:174 -#: ../gtk/gtkcalendar.c:484 +#: gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "Serlevanı Köster" -#: ../gtk/gtkcalendar.c:485 +#: gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "Eger DOĞRU ise, bir serleva kösterilir" # gtk/gtknotebook.c:368 -#: ../gtk/gtkcalendar.c:499 +#: gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "Kün Adlarını Köster" -#: ../gtk/gtkcalendar.c:500 +#: gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "Eger DOĞRU ise, kün adları kösterilir" -#: ../gtk/gtkcalendar.c:513 +#: gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "Ay Deñişmez" -#: ../gtk/gtkcalendar.c:514 +#: gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "Eger DOĞRU ise, saylanğan ay deñiştirilamaz" -#: ../gtk/gtkcalendar.c:528 +#: gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "Afta Nomeralarını Köster" -#: ../gtk/gtkcalendar.c:529 +#: gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "Eger DOĞRU ise, afta numaraları kösterilir" # gtk/gtkwindow.c:389 -#: ../gtk/gtkcalendar.c:544 +#: gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "Tafsilât Kenişligi" # gtk/gtkentry.c:435 -#: ../gtk/gtkcalendar.c:545 +#: gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "Remizler olaraq tafsilâtnıñ kenişligi" # gtk/gtkwindow.c:399 -#: ../gtk/gtkcalendar.c:560 +#: gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "Tafsilât Yüksekligi" -#: ../gtk/gtkcalendar.c:561 +#: gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "Saflar cınsından tafsilât yüksekligi" # gtk/gtktable.c:174 -#: ../gtk/gtkcalendar.c:577 +#: gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "Tafsilâtnı Köster" -#: ../gtk/gtkcalendar.c:578 +#: gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "Eger DOĞRU ise, tafsilât kösterilir" # tüklü # gtk/gtksizegroup.c:241 -#: ../gtk/gtkcellrenderer.c:177 +#: gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "tarz" -#: ../gtk/gtkcellrenderer.c:178 +#: gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "CellRenderer'niñ tarir etilebilir tarzı" # gtk/gtkcellrenderer.c:114 -#: ../gtk/gtkcellrenderer.c:186 +#: gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "körünir" # gtk/gtkcellrenderer.c:115 -#: ../gtk/gtkcellrenderer.c:187 +#: gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "Hüceyreni köster" # gtk/gtkcellrenderer.c:115 -#: ../gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "Hüceyreni hassas köster" # gtk/gtkcellrenderer.c:123 -#: ../gtk/gtkcellrenderer.c:201 +#: gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "xhiza" # gtk/gtkcellrenderer.c:124 -#: ../gtk/gtkcellrenderer.c:202 +#: gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "x-hizalama" # gtk/gtkcellrenderer.c:134 -#: ../gtk/gtkcellrenderer.c:211 +#: gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "yhiza" # gtk/gtkcellrenderer.c:135 -#: ../gtk/gtkcellrenderer.c:212 +#: gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "y-hizalama" # tüklü # gtk/gtkcellrenderer.c:145 -#: ../gtk/gtkcellrenderer.c:221 +#: gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "xşilteleme" # gtk/gtkcellrenderer.c:146 -#: ../gtk/gtkcellrenderer.c:222 +#: gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "x şiltelemesi" # gtk/gtkcellrenderer.c:156 -#: ../gtk/gtkcellrenderer.c:231 +#: gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "yşilteleme" # gtk/gtkcellrenderer.c:157 -#: ../gtk/gtkcellrenderer.c:232 +#: gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "y şiltelemesi" # gtk/gtkcellrenderer.c:167 -#: ../gtk/gtkcellrenderer.c:241 +#: gtk/gtkcellrenderer.c:241 msgid "width" msgstr "kenişlik" # gtk/gtkcellrenderer.c:168 -#: ../gtk/gtkcellrenderer.c:242 +#: gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "Sabit kenişlik" # gtk/gtkcellrenderer.c:178 -#: ../gtk/gtkcellrenderer.c:251 +#: gtk/gtkcellrenderer.c:251 msgid "height" msgstr "yükseklik" # gtk/gtkcellrenderer.c:179 -#: ../gtk/gtkcellrenderer.c:252 +#: gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "Sabit yükseklik" -#: ../gtk/gtkcellrenderer.c:261 +#: gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "Kenişleticidir" -#: ../gtk/gtkcellrenderer.c:262 +#: gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "Safnıñ balaları bar" -#: ../gtk/gtkcellrenderer.c:270 +#: gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "Kenişletilgendir" -#: ../gtk/gtkcellrenderer.c:271 +#: gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "Saf kenişletici bir saftır ve kenişletilgentir" # gtk/gtkcellrenderertext.c:178 gtk/gtktexttag.c:208 -#: ../gtk/gtkcellrenderer.c:278 +#: gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "Hüceyre arqa-zemini tüs adı" # gtk/gtkcellrenderertext.c:179 gtk/gtktexttag.c:209 -#: ../gtk/gtkcellrenderer.c:279 +#: gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "Hüceyre arqa-zemini tüsü tizgi olaraq" # gtk/gtkcellrenderertext.c:186 gtk/gtktexttag.c:216 -#: ../gtk/gtkcellrenderer.c:286 +#: gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "Hüceyre arqa-zemini tüsü" # gtk/gtkcellrenderertext.c:187 gtk/gtktexttag.c:217 -#: ../gtk/gtkcellrenderer.c:287 +#: gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "Bir GdkColor olaraq hüceyre arqa-zemini tüsü" # gtk/gtktreeviewcolumn.c:179 -#: ../gtk/gtkcellrenderer.c:294 +#: gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "Tarir etüv" # gtk/gtklabel.c:252 -#: ../gtk/gtkcellrenderer.c:295 +#: gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "Hüceyre qılıcısınıñ al-azırda tarir etüv tarzında olıp olmağanı" # gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:511 -#: ../gtk/gtkcellrenderer.c:303 +#: gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "Hüceyre arqa-zemini tesbit etilgen" # tüklü # gtk/gtkcellrenderertext.c:343 gtk/gtktexttag.c:512 -#: ../gtk/gtkcellrenderer.c:304 +#: gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "Bu nişannıñ hüceyre arqa-zemininiñ tüsüne tesir etip etmegeni" # gtk/gtkaccellabel.c:115 -#: ../gtk/gtkcellrendereraccel.c:113 +#: gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "Tezleştirici tuş" # gtk/gtkwidget.c:393 -#: ../gtk/gtkcellrendereraccel.c:114 +#: gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "Tezleştiriciniñ tuş qıymeti (keyval)" # gtk/gtkaccellabel.c:115 -#: ../gtk/gtkcellrendereraccel.c:130 +#: gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "Tezleştirici başqalaştırıcıları" # tüklü -#: ../gtk/gtkcellrendereraccel.c:131 +#: gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "Tezleştiriciniñ başqalaştırıcı maskası" # gtk/gtkaccellabel.c:115 -#: ../gtk/gtkcellrendereraccel.c:148 +#: gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "Tezleştirici tuş kodu (keycode)" -#: ../gtk/gtkcellrendereraccel.c:149 +#: gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "Tezleştiriciniñ donanım tuş kodu (keycode)" # gtk/gtkaccellabel.c:115 -#: ../gtk/gtkcellrendereraccel.c:168 +#: gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "Tezleştirici Tarzı" # gtk/gtklabel.c:199 -#: ../gtk/gtkcellrendereraccel.c:169 +#: gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "Tezleştiricilerniñ türü" # gtk/gtksizegroup.c:241 -#: ../gtk/gtkcellrenderercombo.c:107 +#: gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "Model" # tüklü # gtk/gtktreeview.c:458 -#: ../gtk/gtkcellrenderercombo.c:108 +#: gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "Terkip qutusı içün caiz qıymetlerni ihtiva etken model" -#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 +#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "Metin Sutunı" -#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 +#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "Veriler menba modelinde tizgilerniñ alınacağı sutun" # tüklü -#: ../gtk/gtkcellrenderercombo.c:148 +#: gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "Kirildisi Bar" -#: ../gtk/gtkcellrenderercombo.c:149 +#: gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" -msgstr "Eger YAÑLIŞ ise, saylanğan olğanlarnıñ tışında başqa tizgilerni kirsettirme" +msgstr "" +"Eger YAÑLIŞ ise, saylanğan olğanlarnıñ tışında başqa tizgilerni kirsettirme" # gtk/gtkcellrendererpixbuf.c:102 gtk/gtkcellrenderertextpixbuf.c:125 -#: ../gtk/gtkcellrendererpixbuf.c:111 +#: gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "Pixbuf Nesnesi" # gtk/gtkcellrendererpixbuf.c:103 gtk/gtkcellrenderertextpixbuf.c:126 -#: ../gtk/gtkcellrendererpixbuf.c:112 +#: gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "Qılınacaq pixbuf" # gtk/gtktreeview.c:526 -#: ../gtk/gtkcellrendererpixbuf.c:119 +#: gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "Piksel Buferi (Pixbuf) Kenişleticisi Açıq" # gtk/gtkcellrendererpixbuf.c:103 gtk/gtkcellrenderertextpixbuf.c:126 -#: ../gtk/gtkcellrendererpixbuf.c:120 +#: gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "Açıq kenişletici içün piksel buferi (pixbuf)" -#: ../gtk/gtkcellrendererpixbuf.c:127 +#: gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "Piksel Buferi (Pixbuf) Kenişleticisi Qapalı" -#: ../gtk/gtkcellrendererpixbuf.c:128 +#: gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "Qapalı kenişletici içün piksel buferi (pixbuf)" -#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 -#: ../gtk/gtkstatusicon.c:226 +#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "Depo Kimligi" -#: ../gtk/gtkcellrendererpixbuf.c:136 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "Qılınacaq depodan işaretçikniñ depo kimligi" # gtk/gtkfontsel.c:310 -#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 -#: ../gtk/gtkstatusicon.c:267 +#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 +#: gtk/gtkstatusicon.c:267 msgid "Size" msgstr "Ölçü" # gtk/gtkwindow.c:333 -#: ../gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "Qılınğan işaretçikniñ ölçüsini belirtken GtkIconSize qıymeti" -#: ../gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "Tafsilât" -#: ../gtk/gtkcellrendererpixbuf.c:154 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "Tema motorına yetkizilecek qılış tafsilâtı" -#: ../gtk/gtkcellrendererpixbuf.c:187 +#: gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "Durumnı Taqip Et" # gtk/gtknotebook.c:376 -#: ../gtk/gtkcellrendererpixbuf.c:188 +#: gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" "Qılınğan piksel buferiniñ (pixbuf) durumına köre tüslendirilip " "tüslendirilmeycegi" -#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:590 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "İşaretçik" # gtk/gtkprogressbar.c:208 -#: ../gtk/gtkcellrendererprogress.c:129 +#: gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "Teraqqiyat çubuğınıñ qıymeti" # gtk/gtkcellrenderertext.c:154 gtk/gtkprogressbar.c:207 -#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 -#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 -#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 +#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 +#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 +#: gtk/gtktextbuffer.c:198 msgid "Text" msgstr "Metin" # gtk/gtkprogressbar.c:208 -#: ../gtk/gtkcellrendererprogress.c:147 +#: gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "Teraqqiyat çubuğınıñ metni" # gtk/gtkprogressbar.c:197 -#: ../gtk/gtkcellrendererprogress.c:170 +#: gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "Nabız" -#: ../gtk/gtkcellrendererprogress.c:171 +#: gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." @@ -1468,12 +1474,12 @@ msgstr "" "köstermek içün, bunı müsbet bir qıymetke tesbit etiñiz." # gtk/gtkprogress.c:138 -#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 +#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "Metin x hizalaması" # gtk/gtkmisc.c:98 -#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 +#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -1482,271 +1488,267 @@ msgstr "" "serimler içün tersi." # gtk/gtkprogress.c:147 -#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 +#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "Metin y hizalaması" # gtk/gtkmisc.c:108 -#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 +#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "Metinniñ vertikal hizalaması, 0'dan (üst) 1'ge (tüp) qadar." # gtk/gtkprogressbar.c:139 gtk/gtktoolbar.c:223 -#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 -#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 -#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 +#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 +#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 +#: gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "Yöneldirim" # gtk/gtkprogressbar.c:140 -#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 +#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "Teraqqiyat çubuğınıñ yöneldirim ve ösüm yönelişi" # gtk/gtkprogressbar.c:131 gtk/gtkrange.c:265 gtk/gtkspinbutton.c:203 -#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:225 -#: ../gtk/gtkspinbutton.c:208 +#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Tadil" # tüklü # gtk/gtkspinbutton.c:204 -#: ../gtk/gtkcellrendererspin.c:94 +#: gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "Aylanma dögmesi (spinbutton) qıymetini tutqan tadil." # gtk/gtkspinbutton.c:211 -#: ../gtk/gtkcellrendererspin.c:109 +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "Tırmanma nisbeti" # gtk/gtkspinbutton.c:212 -#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 +#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "Bir dögmeni basıq tutqanıñızda tezleşme nisbeti" # gtk/gtkscale.c:148 gtk/gtkspinbutton.c:221 -#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 -#: ../gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "Raqamlar" # tüklü # gtk/gtkspinbutton.c:222 -#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 +#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "Kösterilecek ondalıq raqam sayısı" # gtk/gtkcellrenderertext.c:155 -#: ../gtk/gtkcellrenderertext.c:196 +#: gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "Qılınacaq metin" # gtk/gtkcellrenderertext.c:162 -#: ../gtk/gtkcellrenderertext.c:203 +#: gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "Tamğalama" # gtk/gtkcellrenderertext.c:163 -#: ../gtk/gtkcellrenderertext.c:204 +#: gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "Qılınacaq tamğalanğan metin" # gtk/gtkcellrenderertext.c:170 gtk/gtklabel.c:205 -#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 +#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 msgid "Attributes" msgstr "Hassalar" # gtk/gtkcellrenderertext.c:171 -#: ../gtk/gtkcellrenderertext.c:212 +#: gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "Qılıcınıñ metnine uyğulanacaq uslûp hassalarınıñ bir listesi" -#: ../gtk/gtkcellrenderertext.c:219 +#: gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "Tek Paragraf Tarzı" -#: ../gtk/gtkcellrenderertext.c:220 +#: gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "Metinniñ episiniñ tek bir paragraf içinde tutulıp tutulmaycağı" # gtk/gtkcellrenderertext.c:178 gtk/gtktexttag.c:208 -#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 -#: ../gtk/gtktexttag.c:183 +#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 msgid "Background color name" msgstr "Arqa-zemin tüsü ismi" # gtk/gtkcellrenderertext.c:179 gtk/gtktexttag.c:209 -#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 -#: ../gtk/gtktexttag.c:184 +#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "Bir tizgi olaraq arqa-zemin tüsü" # gtk/gtkcellrenderertext.c:186 gtk/gtktexttag.c:216 -#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 -#: ../gtk/gtktexttag.c:191 +#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 msgid "Background color" msgstr "Arqa-zemin tüsü" # gtk/gtkcellrenderertext.c:187 gtk/gtktexttag.c:217 -#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 +#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "Bir GdkColor olaraq arqa-zemin tüsü" # gtk/gtkcellrenderertext.c:194 gtk/gtktexttag.c:242 -#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 +#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "Ög-zemin tüsü ismi" # gtk/gtkcellrenderertext.c:195 gtk/gtktexttag.c:243 -#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 +#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "Bir tizgi olaraq ög-zemin tüsü" # gtk/gtkcellrenderertext.c:202 gtk/gtktexttag.c:250 -#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 +#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "Ög-zemin tüsü" # gtk/gtkcellrenderertext.c:203 gtk/gtktexttag.c:251 -#: ../gtk/gtkcellrenderertext.c:253 +#: gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "Bir GdkColor olaraq ög-zemin tüsü" # gtk/gtkcellrenderertext.c:211 gtk/gtkentry.c:396 gtk/gtktexttag.c:276 # gtk/gtktextview.c:552 -#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 -#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 +#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "Tarir Etilebilir" # gtk/gtkcellrenderertext.c:212 gtk/gtktexttag.c:277 gtk/gtktextview.c:553 -#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 -#: ../gtk/gtktextview.c:574 +#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "Metinniñ qullanıcı tarafından deñiştirile bilip bilmeycegi" # gtk/gtkcellrenderertext.c:219 gtk/gtkcellrenderertext.c:227 # gtk/gtkfontsel.c:192 gtk/gtktexttag.c:284 gtk/gtktexttag.c:292 -#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 -#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 +#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 +#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 msgid "Font" msgstr "Urufat" # gtk/gtkcellrenderertext.c:220 gtk/gtktexttag.c:285 -#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 +#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "Bir tizgi olaraq urufat tasviri, meselâ \"Sans Italic 12\"" # gtk/gtkcellrenderertext.c:228 gtk/gtktexttag.c:293 -#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 +#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "Bir PangoFontDescription yapısı olaraq urufat tasviri" # gtk/gtkcellrenderertext.c:236 gtk/gtktexttag.c:301 -#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 +#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 msgid "Font family" msgstr "Urufat ailesi" # gtk/gtkcellrenderertext.c:237 gtk/gtktexttag.c:302 -#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 +#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "Urufat ailesiniñ ismi, meselâ Sans, Helvetica, Times, Monospace" # gtk/gtkcellrenderertext.c:244 gtk/gtkcellrenderertext.c:245 # gtk/gtktexttag.c:309 gtk/gtktexttag.c:310 -#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 -#: ../gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 +#: gtk/gtktexttag.c:291 msgid "Font style" msgstr "Urufat uslûbı" # gtk/gtkcellrenderertext.c:253 gtk/gtkcellrenderertext.c:254 # gtk/gtktexttag.c:318 gtk/gtktexttag.c:319 -#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 -#: ../gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 +#: gtk/gtktexttag.c:300 msgid "Font variant" msgstr "Urufat variantı" # gtk/gtkcellrenderertext.c:262 gtk/gtkcellrenderertext.c:263 # gtk/gtktexttag.c:327 gtk/gtktexttag.c:328 -#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 -#: ../gtk/gtktexttag.c:309 +#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 +#: gtk/gtktexttag.c:309 msgid "Font weight" msgstr "Urufat qalınlığı" # gtk/gtkcellrenderertext.c:273 gtk/gtkcellrenderertext.c:274 # gtk/gtktexttag.c:338 gtk/gtktexttag.c:339 -#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 -#: ../gtk/gtktexttag.c:320 +#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 +#: gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "Urufat kerilmesi" # gtk/gtkcellrenderertext.c:282 gtk/gtkcellrenderertext.c:283 # gtk/gtktexttag.c:347 gtk/gtktexttag.c:348 -#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 -#: ../gtk/gtktexttag.c:329 +#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 +#: gtk/gtktexttag.c:329 msgid "Font size" msgstr "Urufat ölçüsi" # gtk/gtkcellrenderertext.c:292 gtk/gtktexttag.c:367 -#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 +#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 msgid "Font points" msgstr "Urufat noqtaları" # gtk/gtkcellrenderertext.c:293 gtk/gtktexttag.c:368 -#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 +#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "Noqtalar cınsından urufat ölçüsi" # gtk/gtkcellrenderertext.c:302 gtk/gtktexttag.c:357 gtk/gtktexttag.c:358 -#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 +#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 msgid "Font scale" msgstr "Urufat miqyası" # tüklü # gtk/gtkcellrenderertext.c:303 -#: ../gtk/gtkcellrenderertext.c:352 +#: gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "Urufat miqyaslama faktorı" # gtk/gtkcellrenderertext.c:312 gtk/gtktexttag.c:426 -#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 +#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 msgid "Rise" msgstr "Yükseliş" # gtk/gtkcellrenderertext.c:313 gtk/gtktexttag.c:427 -#: ../gtk/gtkcellrenderertext.c:362 -msgid "Offset of text above the baseline (below the baseline if rise is negative)" -msgstr "Metinniñ temel-sızıq üstünde çıqıntısı (eger menfiy ise temel-sızıq altında)" +#: gtk/gtkcellrenderertext.c:362 +msgid "" +"Offset of text above the baseline (below the baseline if rise is negative)" +msgstr "" +"Metinniñ temel-sızıq üstünde çıqıntısı (eger menfiy ise temel-sızıq altında)" # tüklü # gtk/gtkcellrenderertext.c:323 gtk/gtktexttag.c:466 -#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 +#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "Üzerni sızuv" # gtk/gtkcellrenderertext.c:324 gtk/gtktexttag.c:467 -#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 +#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "Metinniñ üzeriniñ sızılıp sızılmaycağı" # gtk/gtkcellrenderertext.c:331 gtk/gtktexttag.c:474 -#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 +#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 msgid "Underline" msgstr "Alt-sızıq" # gtk/gtkcellrenderertext.c:332 gtk/gtktexttag.c:475 -#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 +#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "Bu metin içün alt-sızıq uslûbı" # gtk/gtktexttag.c:386 -#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 +#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 msgid "Language" msgstr "Til" -#: ../gtk/gtkcellrenderertext.c:391 +#: gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " @@ -1756,571 +1758,566 @@ msgstr "" "qullana bilir. Eger bu parametrni añlamay iseñiz, mühtemelen oña muhtac " "degilsiñiz" -#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 -#: ../gtk/gtkprogressbar.c:206 +#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "Hazıflaştır" -#: ../gtk/gtkcellrenderertext.c:412 +#: gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" msgstr "" -"Eger hüceyre qılıcısı bütün tizgini köstermek içün yeterli alanğa saip " -"degil ise, tizgini hazıflaştırmaq içün tercih etilgen yer" +"Eger hüceyre qılıcısı bütün tizgini köstermek içün yeterli alanğa saip degil " +"ise, tizgini hazıflaştırmaq içün tercih etilgen yer" # gtk/gtkentry.c:435 -#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 -#: ../gtk/gtklabel.c:519 +#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 +#: gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "Remiz Cınsından Kenişlik" -#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 +#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "Etiketniñ arzu etilgen kenişligi, remizler cınsından" # gtk/gtktexttag.c:483 -#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 +#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "Sarma tarzı" -#: ../gtk/gtkcellrenderertext.c:451 +#: gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" msgstr "" -"Eger hüceyre qılıcısı bütün tizgini köstermek içün yeterli alanğa saip " -"degil ise, tizginiñ birden fazla satırğa nasıl bölünecegi" +"Eger hüceyre qılıcısı bütün tizgini köstermek içün yeterli alanğa saip degil " +"ise, tizginiñ birden fazla satırğa nasıl bölünecegi" # gtk/gtklayout.c:435 gtk/gtktreeviewcolumn.c:188 gtk/gtkwidget.c:424 -#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 +#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "Sarma kenişligi" # gtk/gtkscale.c:167 -#: ../gtk/gtkcellrenderertext.c:471 +#: gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "Metinniñ sarılacağı kenişlik" # gtk/gtktreeviewcolumn.c:243 -#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 +#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "Hizalama" # gtk/gtktoolbar.c:233 -#: ../gtk/gtkcellrenderertext.c:492 +#: gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "Satırlarnıñ nasıl hizalanacağı" # tüklü # gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:511 -#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 -#: ../gtk/gtktexttag.c:564 +#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 msgid "Background set" msgstr "Arqa-zemin tesbitli" # gtk/gtkcellrenderertext.c:343 gtk/gtktexttag.c:512 -#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 -#: ../gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "Bu nişannıñ arqa-zemin tüsüne tesir etip etmegeni" # gtk/gtkcellrenderertext.c:346 gtk/gtktexttag.c:523 -#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 +#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "Ög-zemin tesbitli" # gtk/gtkcellrenderertext.c:347 gtk/gtktexttag.c:524 -#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "Bu nişannıñ ög-zemin tüsüne tesir etip etmegeni" # gtk/gtkcellrenderertext.c:350 gtk/gtktexttag.c:531 -#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 +#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 msgid "Editability set" msgstr "Tarir etilebilirlik tesbitli" # gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:532 -#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 +#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "Bu nişannıñ metin tarir etilebilirligine tesir etip etmegeni" # gtk/gtkcellrenderertext.c:354 gtk/gtktexttag.c:535 -#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 +#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 msgid "Font family set" msgstr "Urufat ailesi tesbitli" # gtk/gtkcellrenderertext.c:355 gtk/gtktexttag.c:536 -#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 +#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "Bu nişannıñ urufat ailesine tesir etip etmegeni" # gtk/gtkcellrenderertext.c:358 gtk/gtktexttag.c:539 -#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 +#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 msgid "Font style set" msgstr "Urufat uslûbı tesbitli" # gtk/gtkcellrenderertext.c:359 gtk/gtktexttag.c:540 -#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "Bu nişannıñ urufat uslûbına tesir etip etmegeni" # gtk/gtkcellrenderertext.c:362 gtk/gtktexttag.c:543 -#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 +#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "Urufat variantı tesbitli" # gtk/gtkcellrenderertext.c:363 gtk/gtktexttag.c:544 -#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 +#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "Bu nişannıñ urufat variantına tesir etip etmegeni" # gtk/gtkcellrenderertext.c:366 gtk/gtktexttag.c:547 -#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 +#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "Urufat qalınlığı tesbitli" # gtk/gtkcellrenderertext.c:367 gtk/gtktexttag.c:548 -#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "Bu nişannıñ urufat qalınlığına tesir etip etmegeni" # gtk/gtkcellrenderertext.c:370 gtk/gtktexttag.c:551 -#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 +#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "Urufat kerilmesi tesbitli" # gtk/gtkcellrenderertext.c:371 gtk/gtktexttag.c:552 -#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 +#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "Bu nişannıñ urufat kerilmesine tesir etip etmegeni" # gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:555 -#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 +#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 msgid "Font size set" msgstr "Urufat ölçüsi tesbitli" # gtk/gtkcellrenderertext.c:375 gtk/gtktexttag.c:556 -#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 +#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "Bu nişannıñ urufat ölçüsine tesir etip etmegeni" # gtk/gtkcellrenderertext.c:378 gtk/gtktexttag.c:559 -#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 +#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "Urufat miqyası tesbitli" # tüklü # gtk/gtkcellrenderertext.c:379 gtk/gtktexttag.c:560 -#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 +#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "Bu nişannıñ urufat ölçüsini bir faktor ile miqyaslap miqyaslamağanı" # gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:579 -#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 +#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 msgid "Rise set" msgstr "Yükseliş tesbitli" # gtk/gtkcellrenderertext.c:383 gtk/gtktexttag.c:580 -#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 +#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "Bu nişannıñ yükselişke tesir etip etmegeni" # gtk/gtkcellrenderertext.c:386 gtk/gtktexttag.c:595 -#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 +#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "Üzerni sızuv tesbitli" # gtk/gtkcellrenderertext.c:387 gtk/gtktexttag.c:596 -#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 +#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "Bu nişannıñ üzerni sızuvğa tesir etip etmegeni" # gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:603 -#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 +#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 msgid "Underline set" msgstr "Alt-sızıq tesbitli" # gtk/gtkcellrenderertext.c:391 gtk/gtktexttag.c:604 -#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 +#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "Bu nişannıñ alt-sızıqlamağa tesir etip etmegeni" # gtk/gtktexttag.c:567 -#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 +#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 msgid "Language set" msgstr "Til tesbitli" # gtk/gtktexttag.c:568 -#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 +#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "Bu nişannıñ metinniñ qılınğanı tilge tesir etip etmegeni" # gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:579 -#: ../gtk/gtkcellrenderertext.c:558 +#: gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "Hazıflaştırma tesbitli" # gtk/gtkcellrenderertext.c:383 gtk/gtktexttag.c:580 -#: ../gtk/gtkcellrenderertext.c:559 +#: gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "Bu nişannıñ hazıflaştırma tarzına tesir etip etmegeni" # gtk/gtktreeviewcolumn.c:243 -#: ../gtk/gtkcellrenderertext.c:562 +#: gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "Hizalama tesbitli" # gtk/gtkcellrenderertext.c:383 gtk/gtktexttag.c:580 -#: ../gtk/gtkcellrenderertext.c:563 +#: gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "Bu nişannıñ hizalama tarzına tesir etip etmegeni" # tüklü # gtk/gtkcellrenderertoggle.c:127 -#: ../gtk/gtkcellrenderertoggle.c:126 +#: gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "Döndürme durumı" # gtk/gtkcellrenderertoggle.c:128 -#: ../gtk/gtkcellrenderertoggle.c:127 +#: gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "Dögmeniñ döndürme durumı" # gtk/gtkcheckmenuitem.c:122 gtk/gtktogglebutton.c:152 -#: ../gtk/gtkcellrenderertoggle.c:134 +#: gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "İzçensiz durum" # gtk/gtkcellrenderertoggle.c:128 -#: ../gtk/gtkcellrenderertoggle.c:135 +#: gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "Dögmeniñ izçensiz durumı" # gtk/gtkcellrenderertext.c:211 gtk/gtkentry.c:396 gtk/gtktexttag.c:276 # gtk/gtktextview.c:552 -#: ../gtk/gtkcellrenderertoggle.c:142 +#: gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "Faalleştirilebilir" -#: ../gtk/gtkcellrenderertoggle.c:143 +#: gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "Döndürme dögmesi faalleştirile bilir" # gtk/gtkcellrenderertoggle.c:136 -#: ../gtk/gtkcellrenderertoggle.c:150 +#: gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "Radio durumı" # gtk/gtkcellrenderertoggle.c:137 -#: ../gtk/gtkcellrenderertoggle.c:151 +#: gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "Döndürme dögmesini radio dögmesi olaraq sız" # gtk/gtkcheckbutton.c:95 gtk/gtkoptionmenu.c:157 -#: ../gtk/gtkcellrenderertoggle.c:158 +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "Köstergiç ölçüsi" # gtk/gtkcheckbutton.c:96 -#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 -#: ../gtk/gtkcheckmenuitem.c:122 +#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 +#: gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "Çavke ya da radio köstergiçiniñ ölçüsi" # gtk/gtktreeview.c:457 -#: ../gtk/gtkcellview.c:182 +#: gtk/gtkcellview.c:182 msgid "CellView model" msgstr "CellView modeli" # gtk/gtktreeview.c:458 -#: ../gtk/gtkcellview.c:183 +#: gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "Hüceyre körünimi içün model" # gtk/gtkcheckbutton.c:95 gtk/gtkoptionmenu.c:157 -#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 -#: ../gtk/gtkoptionmenu.c:168 +#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "Köstergiç Ölçüsi" # gtk/gtkcheckbutton.c:103 gtk/gtkoptionmenu.c:163 -#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 -#: ../gtk/gtkoptionmenu.c:174 +#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "Köstergiç Boşluqlaması" # gtk/gtkcheckbutton.c:104 -#: ../gtk/gtkcheckbutton.c:78 +#: gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "Çavke ya da radio köstergiçiniñ etrafındaki boşluqlama" # gtk/gtkcheckmenuitem.c:114 gtk/gtktogglebutton.c:144 -#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 -#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 -#: ../gtk/gtktoggletoolbutton.c:114 +#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 +#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "Faal" # gtk/gtkcheckmenuitem.c:115 -#: ../gtk/gtkcheckmenuitem.c:99 +#: gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "Menü unsurınıñ çavkelengen olıp olmağanı" # gtk/gtkcheckmenuitem.c:122 gtk/gtktogglebutton.c:152 -#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 +#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "İzçensiz" # gtk/gtkcheckmenuitem.c:123 -#: ../gtk/gtkcheckmenuitem.c:107 +#: gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "Bir \"izçensiz\" durumnıñ kösterilip kösterilmeycegi" -#: ../gtk/gtkcheckmenuitem.c:114 +#: gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "Radio menü unsurı olaraq sız" # gtk/gtkcheckmenuitem.c:115 -#: ../gtk/gtkcheckmenuitem.c:115 +#: gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "Menü unsurınıñ radio menü unsurı kibi körülip körülmeycegi" # gtk/gtklabel.c:212 -#: ../gtk/gtkcolorbutton.c:171 +#: gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "Alfa qullan" -#: ../gtk/gtkcolorbutton.c:172 +#: gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "Tüske alfa qıymetiniñ berilip berilmeycegi" # gtk/gtktreeviewcolumn.c:218 -#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 -#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 -#: ../gtk/gtktreeviewcolumn.c:264 +#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 +#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "Serleva" # gtk/gtkwindow.c:333 -#: ../gtk/gtkcolorbutton.c:187 +#: gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "Tüs saylam penceresiniñ serlevası" # gtk/gtkcolorsel.c:1682 -#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 +#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "Ağımdaki Tüs" # gtk/gtkcolorsel.c:1683 -#: ../gtk/gtkcolorbutton.c:202 +#: gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "Saylanğan tüs" # gtk/gtkcolorsel.c:1689 -#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 +#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "Ağımdaki Alfa" # tüklü # gtk/gtkcolorsel.c:1690 -#: ../gtk/gtkcolorbutton.c:217 +#: gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "Saylanğan tonuqlıq qıymeti (0 tamamen şeffaf, 65535 tamamen tonuq)" # gtk/gtkcolorsel.c:1668 -#: ../gtk/gtkcolorsel.c:279 +#: gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "Tonuqlıq Kontroline Saip" # gtk/gtkcolorsel.c:1669 -#: ../gtk/gtkcolorsel.c:280 +#: gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "Tüs saylavcısınıñ tonuqlıqnı tesbit ettirip ettirmeycegi" # tüklü # gtk/gtkcolorsel.c:1675 -#: ../gtk/gtkcolorsel.c:286 +#: gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "Paletke saip" # gtk/gtkcolorsel.c:1676 -#: ../gtk/gtkcolorsel.c:287 +#: gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "Bir paletniñ qullanılıp qullanılmaycağı" # gtk/gtkcolorsel.c:1683 -#: ../gtk/gtkcolorsel.c:294 +#: gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "Ağımdaki tüs" # gtk/gtkcolorsel.c:1690 -#: ../gtk/gtkcolorsel.c:301 +#: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "Ağımdaki tonuqlıq qıymeti (0 tamamen şeffaf, 65535 tamamen tonuq)" # gtk/gtkcolorsel.c:1703 -#: ../gtk/gtkcolorsel.c:315 +#: gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "Şahsiyleştirilgen palet" # gtk/gtkcolorsel.c:1704 -#: ../gtk/gtkcolorsel.c:316 +#: gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "Tüs saylavcısında qullanılacaq palet" -#: ../gtk/gtkcolorseldialog.c:102 +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "Tüs Saylamı" # gtk/gtkwindow.c:333 -#: ../gtk/gtkcolorseldialog.c:103 +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "Dialogta içeri yatqızılğan tüs saylamı." -#: ../gtk/gtkcolorseldialog.c:109 +#: gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "Tamam Dögmesi" -#: ../gtk/gtkcolorseldialog.c:110 +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "Dialognıñ Tamam dögmesi." -#: ../gtk/gtkcolorseldialog.c:116 +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "Vazgeç Dögmesi" -#: ../gtk/gtkcolorseldialog.c:117 +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "Dialognıñ vazgeç dögmesi." -#: ../gtk/gtkcolorseldialog.c:123 +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "Yardım Dögmesi" -#: ../gtk/gtkcolorseldialog.c:124 +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "Dialognıñ yardım dögmesi." # gtk/gtkcombo.c:133 -#: ../gtk/gtkcombo.c:145 +#: gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "Oq tuşlarını qabilleştir" # gtk/gtkcombo.c:134 -#: ../gtk/gtkcombo.c:146 +#: gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" -msgstr "Oq tuşlarınıñ unsurlar listesinde areket içün qullanılıp qullanılmaycağı" +msgstr "" +"Oq tuşlarınıñ unsurlar listesinde areket içün qullanılıp qullanılmaycağı" # gtk/gtkcombo.c:140 -#: ../gtk/gtkcombo.c:152 +#: gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "Oqlarnı er zaman qabilleştir" -#: ../gtk/gtkcombo.c:153 +#: gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "Qadim hasiyet, ihmal etildi" # gtk/gtkcombo.c:147 -#: ../gtk/gtkcombo.c:159 +#: gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "Büyük-ufaq hassasiyeti" # gtk/gtkcombo.c:148 -#: ../gtk/gtkcombo.c:160 +#: gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "Liste unsurı eşleştirmesiniñ büyük-ufaq hassasiyetli olıp olmağanı" -#: ../gtk/gtkcombo.c:167 +#: gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "Boş caiz olsun" -#: ../gtk/gtkcombo.c:168 +#: gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "Bu alanğa boş bir qıymetniñ kirsetile bilip bilmeycegi" -#: ../gtk/gtkcombo.c:175 +#: gtk/gtkcombo.c:175 msgid "Value in list" msgstr "Listedeki qıymet" -#: ../gtk/gtkcombo.c:176 +#: gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" -msgstr "Kirsetilgen qıymetlerniñ listede artıq mevcut oluvınıñ şart olıp olmağanı" +msgstr "" +"Kirsetilgen qıymetlerniñ listede artıq mevcut oluvınıñ şart olıp olmağanı" -#: ../gtk/gtkcombobox.c:661 +#: gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "ComboBox modeli" # gtk/gtktreeview.c:458 -#: ../gtk/gtkcombobox.c:662 +#: gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "Terkip qutusı içün model" # tüklü -#: ../gtk/gtkcombobox.c:679 +#: gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "Bir ızğara içindeki unsurlarnı sermek içün sarma kenişligi" # gtk/gtktable.c:174 -#: ../gtk/gtkcombobox.c:701 +#: gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "Saf qarışı sutunı" -#: ../gtk/gtkcombobox.c:702 +#: gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "Saf qarışı qıymetlerini ihtiva etken TreeModel sutunı" # gtk/gtktable.c:183 -#: ../gtk/gtkcombobox.c:723 +#: gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "Sutun qarışı sutunı" -#: ../gtk/gtkcombobox.c:724 +#: gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "Sutun qarışı qıymetlerini ihtiva etken TreeModel sutunı" # gtk/gtkcheckmenuitem.c:114 gtk/gtktogglebutton.c:144 -#: ../gtk/gtkcombobox.c:745 +#: gtk/gtkcombobox.c:745 msgid "Active item" msgstr "Faal unsur" # gtk/gtkfontsel.c:193 -#: ../gtk/gtkcombobox.c:746 +#: gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "Al-azırda faal olğan unsur" # tüklü -#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 +#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "Menülerge yırtıp-allarnı ekle" # tüklü # gtk/gtknotebook.c:397 -#: ../gtk/gtkcombobox.c:766 +#: gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "Aşağı-tüşmelerniñ bir yırtıp-al menü unsurına saip olıp olmaycağı" # gtk/gtkcolorsel.c:1675 -#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 +#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 msgid "Has Frame" msgstr "Çerçivesi Bar" # gtk/gtkcellrenderertext.c:212 gtk/gtktexttag.c:277 gtk/gtktextview.c:553 -#: ../gtk/gtkcombobox.c:782 +#: gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "Terkip qutusınıñ bala etrafında çerçive sızıp sızmaycağı" # gtk/gtklabel.c:252 -#: ../gtk/gtkcombobox.c:790 +#: gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "Terkip qutusınıñ sıçan ile çertilgeninde fokusnı yaqalap yaqalamaycağı" -#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 +#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "Yırtıp-alnıñ Serlevası" # tüklü -#: ../gtk/gtkcombobox.c:806 +#: gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" @@ -2328,262 +2325,266 @@ msgstr "" "Peyda yırtılıp alınğanında pencere idarecisi tarafından kösterile bilecek " "bir serleva" -#: ../gtk/gtkcombobox.c:823 +#: gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "Peyda kösterilgen" # gtk/gtknotebook.c:376 -#: ../gtk/gtkcombobox.c:824 +#: gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "Terkipniñ aşağı-tüşmesiniñ kösterilgen olıp olmaması" -#: ../gtk/gtkcombobox.c:840 +#: gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "Dögme Hassaslığı" # gtk/gtklabel.c:252 -#: ../gtk/gtkcombobox.c:841 +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "Model boş olğanda aşağı-tüşme dögmesiniñ hassas olıp olmaması" -#: ../gtk/gtkcombobox.c:848 +#: gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "Liste olaraq körünir" -#: ../gtk/gtkcombobox.c:849 +#: gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "Aşağı-tüşmelerniñ menü yerine liste kibi körünip körünmeycegi" # gtk/gtkarrow.c:97 -#: ../gtk/gtkcombobox.c:865 +#: gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "Oq Ölçüsi" # gtk/gtktreeview.c:458 -#: ../gtk/gtkcombobox.c:866 +#: gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "Terkip qutusındaki oqnıñ eñ kiçik ölçüsi" # gtk/gtkhandlebox.c:183 gtk/gtkmenubar.c:154 gtk/gtkstatusbar.c:157 # gtk/gtktoolbar.c:276 gtk/gtkviewport.c:147 -#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 -#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 -#: ../gtk/gtkviewport.c:122 +#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 +#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 +#: gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "Kölge türü" # gtk/gtknotebook.c:342 -#: ../gtk/gtkcombobox.c:882 +#: gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "Terkip qutusınıñ etrafında qaysı tür kölgeniñ sızılacağı" # gtk/gtkcontainer.c:207 -#: ../gtk/gtkcontainer.c:238 +#: gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "Kene-ölçülendirme tarzı" # gtk/gtkcontainer.c:208 -#: ../gtk/gtkcontainer.c:239 +#: gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "Kene-ölçülendirme vaqialarınıñ nasıl qollanacağını belirtiñiz" # gtk/gtkcontainer.c:215 -#: ../gtk/gtkcontainer.c:246 +#: gtk/gtkcontainer.c:246 msgid "Border width" msgstr "Sıñır kenişligi" # tüklü # gtk/gtkcontainer.c:216 -#: ../gtk/gtkcontainer.c:247 +#: gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "Konteynerniñ balalarınıñ tışındaki boş sıñırnıñ kenişligi" # gtk/gtkcontainer.c:224 -#: ../gtk/gtkcontainer.c:255 +#: gtk/gtkcontainer.c:255 msgid "Child" msgstr "Bala" # gtk/gtkcontainer.c:225 -#: ../gtk/gtkcontainer.c:256 +#: gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "Konteynerge yañı bir balanı eklemek içün qullanıla bilir" # gtk/gtkcurve.c:120 -#: ../gtk/gtkcurve.c:124 +#: gtk/gtkcurve.c:124 msgid "Curve type" msgstr "Egri türü" # tüklü # gtk/gtkcurve.c:121 -#: ../gtk/gtkcurve.c:125 +#: gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "Bu egri doğrusalmı, yiv aralaştırılğanmı, yoqsa serbest-şekillimi" # gtk/gtkcurve.c:129 -#: ../gtk/gtkcurve.c:132 +#: gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "Eñ kiçik X" # gtk/gtkcurve.c:130 -#: ../gtk/gtkcurve.c:133 +#: gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "X içün mümkün olğan eñ kiçik qıymet" # gtk/gtkcurve.c:139 -#: ../gtk/gtkcurve.c:141 +#: gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "Azamiy X" # gtk/gtkcurve.c:140 -#: ../gtk/gtkcurve.c:142 +#: gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "X içün mümkün olğan azamiy qıymet" # gtk/gtkcurve.c:149 -#: ../gtk/gtkcurve.c:150 +#: gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "Eñ kiçik Y" # gtk/gtkcurve.c:150 -#: ../gtk/gtkcurve.c:151 +#: gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "Y içün mümkün olğan eñ kiçik qıymet" # gtk/gtkcurve.c:159 -#: ../gtk/gtkcurve.c:159 +#: gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "Azamiy Y" # gtk/gtkcurve.c:160 -#: ../gtk/gtkcurve.c:160 +#: gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Y içün mümkün olğan azamiy qıymet" # gtk/gtkdialog.c:125 -#: ../gtk/gtkdialog.c:145 +#: gtk/gtkdialog.c:145 msgid "Has separator" msgstr "Ayırğıçqa saip" # gtk/gtkdialog.c:126 -#: ../gtk/gtkdialog.c:146 +#: gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "Dialognıñ dögmeleri üzerinde bir ayırğıç çubuğı bar" # tüklü # gtk/gtkdialog.c:149 -#: ../gtk/gtkdialog.c:191 +#: gtk/gtkdialog.c:191 msgid "Content area border" msgstr "Münderice mesahası sıñırı" # gtk/gtkdialog.c:150 -#: ../gtk/gtkdialog.c:192 +#: gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "Ana dialog mesahasınıñ etrafındaki sıñırnıñ kenişligi" -#: ../gtk/gtkdialog.c:209 +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "Münderice mesahası boşluqlaması" # gtk/gtkscale.c:184 -#: ../gtk/gtkdialog.c:210 +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "Ana dialog mesahasınıñ unsurları arasındaki boşluqlama" # gtk/gtkdialog.c:157 -#: ../gtk/gtkdialog.c:217 +#: gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "Dögme boşluqlaması" # gtk/gtkdialog.c:158 -#: ../gtk/gtkdialog.c:218 +#: gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "Dögmeler arasıdaki boşluqlama" # gtk/gtkdialog.c:166 -#: ../gtk/gtkdialog.c:226 +#: gtk/gtkdialog.c:226 msgid "Action area border" msgstr "Amel mesahası sıñırı" # gtk/gtkdialog.c:167 -#: ../gtk/gtkdialog.c:227 +#: gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "Dialog tübündeki dögme mesahasınıñ etrafındaki sıñırnıñ kenişligi" # gtk/gtkpaned.c:116 gtk/gtkruler.c:138 -#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 +#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "İmleç Mevamı" # gtk/gtkwindow.c:381 -#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 +#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "Remizler cınsından qıstırma imleçiniñ ağımdaki mevamı" # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 +#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "Saylam Hudutı" -#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 -msgid "The position of the opposite end of the selection from the cursor in chars" +#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 +msgid "" +"The position of the opposite end of the selection from the cursor in chars" msgstr "Remizler cınsından imleçten itibaren saylamnıñ muhalif ucunıñ mevamı" # gtk/gtkentry.c:397 -#: ../gtk/gtkentry.c:626 +#: gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "Kirildiniñ mündericesiniñ tarir etile bilip bilmegeni" # gtk/gtkentry.c:404 -#: ../gtk/gtkentry.c:633 +#: gtk/gtkentry.c:633 msgid "Maximum length" msgstr "Azamiy uzunlıq" # gtk/gtkentry.c:405 -#: ../gtk/gtkentry.c:634 +#: gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "Bu kirildi içün azamiy remiz sayısı. Sıñırlama yoq ise sıfır" # gtk/gtkentry.c:413 -#: ../gtk/gtkentry.c:642 +#: gtk/gtkentry.c:642 msgid "Visibility" msgstr "Körünirlik" # gtk/gtkentry.c:414 -#: ../gtk/gtkentry.c:643 +#: gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" -msgstr "YAÑLIŞ ise kerçek metin yerine \"körülmez remiz\" kösterilir (sır-söz tarzı)" +msgstr "" +"YAÑLIŞ ise kerçek metin yerine \"körülmez remiz\" kösterilir (sır-söz tarzı)" # tüklü -#: ../gtk/gtkentry.c:651 +#: gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "YAÑLIŞ ise kirildiniñ tış şevi (qabartması) çetleştirilir" # tüklü -#: ../gtk/gtkentry.c:659 -msgid "Border between text and frame. Overrides the inner-border style property" +#: gtk/gtkentry.c:659 +msgid "" +"Border between text and frame. Overrides the inner-border style property" msgstr "" "Metin ve çerçive arasındaki sıñır. inner-body uslûp hasiyetiniñ üstünden " "aydar." # gtk/gtkentry.c:420 -#: ../gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 msgid "Invisible character" msgstr "Körünmez remiz" # gtk/gtkentry.c:421 -#: ../gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" -msgstr "Kirdi mündericesini maskalağanda qullanılacaq remiz (\"sır-söz tarzı\" içün)" +msgstr "" +"Kirdi mündericesini maskalağanda qullanılacaq remiz (\"sır-söz tarzı\" içün)" # gtk/gtkentry.c:428 -#: ../gtk/gtkentry.c:674 +#: gtk/gtkentry.c:674 msgid "Activates default" msgstr "Ög-belgilengenni qabilleştirir" # gtk/gtkentry.c:429 -#: ../gtk/gtkentry.c:675 +#: gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" @@ -2592,39 +2593,39 @@ msgstr "" "belgilengen dögme kibi) qabilleştirilip qabilleştirilmeycegi" # gtk/gtkentry.c:435 -#: ../gtk/gtkentry.c:681 +#: gtk/gtkentry.c:681 msgid "Width in chars" msgstr "Remizler cınsından kenişlik" # gtk/gtkentry.c:436 -#: ../gtk/gtkentry.c:682 +#: gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "Kirdi içinde qaç remiz içün fezanıñ qaldırılacağı" # tüklü # gtk/gtkentry.c:446 -#: ../gtk/gtkentry.c:691 +#: gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "Taydırma çıqıntısı" # tüklü # gtk/gtkentry.c:447 -#: ../gtk/gtkentry.c:692 +#: gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "Kirildiniñ ekran tışına solğa doğru taydırılğan piksel sayısı" -#: ../gtk/gtkentry.c:702 +#: gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "Kirildiniñ mündericesi" # tüklü # gtk/gtkmisc.c:97 -#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 +#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 msgid "X align" msgstr "X hizalaması" # gtk/gtkmisc.c:98 -#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 +#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -2633,74 +2634,75 @@ msgstr "" "tersi." # gtk/gtklabel.c:251 -#: ../gtk/gtkentry.c:734 +#: gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "Çoq-satırlını pıta" -#: ../gtk/gtkentry.c:735 +#: gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "Çoq-satırlı yapıştırmalarnıñ tek satırğa pıtalıp pıtalmaycağı." -#: ../gtk/gtkentry.c:751 +#: gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" -msgstr "has-frame tesbitli olğanda kirildiniñ etrafında ne tarz kölgeniñ sızılacağı" +msgstr "" +"has-frame tesbitli olğanda kirildiniñ etrafında ne tarz kölgeniñ sızılacağı" # tüklü # gtk/gtkcontainer.c:207 -#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 +#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "Üstüne-yazma tarzı" -#: ../gtk/gtkentry.c:767 +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "Yañı metinniñ mevcut metinniñ üstüne yazıp yazmaycağı" # gtk/gtkprogress.c:138 -#: ../gtk/gtkentry.c:781 +#: gtk/gtkentry.c:781 msgid "Text length" msgstr "Metin uzunlığı" -#: ../gtk/gtkentry.c:782 +#: gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "Kirildideki ağımdaki metinniñ uzunlığı" # gtk/gtktexttag.c:615 -#: ../gtk/gtkentry.c:797 +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "Körünmez remiz tesbitli" # gtk/gtkwidget.c:443 -#: ../gtk/gtkentry.c:798 +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "Körünmez remizniñ tesbit etilgen olıp olmağanı" -#: ../gtk/gtkentry.c:816 +#: gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "Büyük Arif Kiliti (CapsLock) ihtarı" -#: ../gtk/gtkentry.c:817 +#: gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "" "Sız-söz kirildileriniñ Büyük Arif Kiliti (CapsLock) faal olğanda bir ihtar " "kösterip köstermeycegi" # gtk/gtkprogressbar.c:187 -#: ../gtk/gtkentry.c:831 +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "Teraqqiyat Kesiri" # gtk/gtkprogressbar.c:188 -#: ../gtk/gtkentry.c:832 +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "Vazifeniñ al-azırda tamamlanğan qısmı" # gtk/gtkprogressbar.c:197 -#: ../gtk/gtkentry.c:849 +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "Teraqqiyat Nabzı Adımı" # gtk/gtkprogressbar.c:198 -#: ../gtk/gtkentry.c:850 +#: gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" @@ -2709,303 +2711,303 @@ msgstr "" "kirildiniñ topyekün kenişliginiñ ne qadar miqdarında areket ettirilecegi" # gtk/gtkcellrendererpixbuf.c:102 gtk/gtkcellrenderertextpixbuf.c:125 -#: ../gtk/gtkentry.c:866 +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "Birlemci piksel buferi (pixbuf)" # gtk/gtkcellrendererpixbuf.c:103 gtk/gtkcellrenderertextpixbuf.c:126 -#: ../gtk/gtkentry.c:867 +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "Kirildi içün birlemci piksel buferi (pixbuf)" # gtk/gtkbbox.c:160 -#: ../gtk/gtkentry.c:881 +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "Ekilemci piksel buferi (pixbuf)" # gtk/gtkscrollbar.c:117 -#: ../gtk/gtkentry.c:882 +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "Kirildi içün ekilemci piksel buferi (pixbuf)" -#: ../gtk/gtkentry.c:896 +#: gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "Birlemci depo kimligi" -#: ../gtk/gtkentry.c:897 +#: gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "Birlemci işaretçik içün depo kimligi" # gtk/gtkbbox.c:160 -#: ../gtk/gtkentry.c:911 +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "Ekilemci depo kimligi" -#: ../gtk/gtkentry.c:912 +#: gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "Ekilemci işaretçik içün depo kimligi" # gtk/gtkfontsel.c:185 -#: ../gtk/gtkentry.c:926 +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "İşaretçikniñ birlemci ismi" -#: ../gtk/gtkentry.c:927 +#: gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "Birlemci işaretçik içün işaretçik ismi" # gtk/gtkbbox.c:160 -#: ../gtk/gtkentry.c:941 +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "İşaretçikniñ ekilemci ismi" -#: ../gtk/gtkentry.c:942 +#: gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "Ekilemci işaretçik içün işaretçik ismi" -#: ../gtk/gtkentry.c:956 +#: gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "Birlemci GIcon" -#: ../gtk/gtkentry.c:957 +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "Birlemci işaretçik içün GIcon (işaretçik)" # gtk/gtkbbox.c:160 -#: ../gtk/gtkentry.c:971 +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "Ekilemci GIcon" -#: ../gtk/gtkentry.c:972 +#: gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "Ekilemci işaretçik içün GIcon (işaretçik)" # gtk/gtkcurve.c:120 -#: ../gtk/gtkentry.c:986 +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "Birlemci mağazlama türü" -#: ../gtk/gtkentry.c:987 +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "Birlemci işaretçik içün qullanılğan temsil" # gtk/gtkscrollbar.c:117 -#: ../gtk/gtkentry.c:1002 +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "Ekilemci mağazlama türü" -#: ../gtk/gtkentry.c:1003 +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "Ekilemci işaretçik içün qullanılğan temsil" -#: ../gtk/gtkentry.c:1024 +#: gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "Birlemci işaretçik faalleştirilebilir" # gtk/gtkwidget.c:443 -#: ../gtk/gtkentry.c:1025 +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "Birlemci işaretçikniñ faalleştirile bilip bilmegeni" # gtk/gtkentry.c:456 -#: ../gtk/gtkentry.c:1045 +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "Ekilemci işaretçik faalleştirilebilir" # gtk/gtkwidget.c:443 -#: ../gtk/gtkentry.c:1046 +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "Ekilemci işaretçikniñ faalleştirile bilip bilmegeni" # gtk/gtkcellrenderer.c:115 -#: ../gtk/gtkentry.c:1068 +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "Birlemci işaretçik hassas" # gtk/gtkcombo.c:148 -#: ../gtk/gtkentry.c:1069 +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "Birlemci işaretçikniñ hassas olıp olmağanı" # gtk/gtkbbox.c:160 -#: ../gtk/gtkentry.c:1090 +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "Ekilemci işaretçik hassas" # gtk/gtkwidget.c:443 -#: ../gtk/gtkentry.c:1091 +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "Ekilemci işaretçikniñ hassas olıp olmağanı" # gtk/gtkcellrenderer.c:115 -#: ../gtk/gtkentry.c:1107 +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "Birlemci işaretçik alet-qaranesi" -#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "Birlemci işaretçik üzerindeki alet-qaranesiniñ mündericesi" # gtk/gtkentry.c:456 -#: ../gtk/gtkentry.c:1124 +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "Ekilemci işaretçik alet-qaranesi" -#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "Ekilemci işaretçik üzerindeki alet-qaranesiniñ mündericesi" # gtk/gtkfontsel.c:185 -#: ../gtk/gtkentry.c:1143 +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "Birlemci işaretçik alet-qaranesiniñ tamğalaması" # gtk/gtkbbox.c:160 -#: ../gtk/gtkentry.c:1162 +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "Ekilemci işaretçik alet-qaranesiniñ tamğalaması" # gtk/gtkwindow.c:389 -#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "Kirdi Usulı (IM) modüli" # gtk/gtkcolorsel.c:1676 -#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "Angi Kirdi Usulı (IM) modüliniñ qullanılacağı" # gtk/gtklayout.c:444 gtk/gtkwidget.c:433 -#: ../gtk/gtkentry.c:1197 +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "İşaretçik Ög-ışığı" # gtk/gtknotebook.c:369 -#: ../gtk/gtkentry.c:1198 +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "" "Faalleştirilebilir işaretçiklerniñ avelengenlerinde ög ışıqlanıp " "ışıqlanmaycağı" # gtk/gtkrange.c:288 -#: ../gtk/gtkentry.c:1211 +#: gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "Teraqqiyat Sıñırı" # gtk/gtkprogressbar.c:208 -#: ../gtk/gtkentry.c:1212 +#: gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "Teraqqiyat çubuğı etrafındaki sıñır" -#: ../gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "Metin ve çerçive arasındaki sıñır." -#: ../gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "Durum Kinayesi" # gtk/gtktexttag.c:234 -#: ../gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "" "Kölge yaki arqa-zeminni sızğanda uyğun bir durumnıñ yetkizilip " "yetkizilmeycegi" # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "Fokus üzerine sayla" # gtk/gtkentry.c:397 -#: ../gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "Bir kirildi fokuslanğanda onıñ mündericesiniñ saylanıp saylanmaycağı" -#: ../gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "Sır-söz Kinayesi Zaman Aşımı" -#: ../gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "Gizli kirildilerde soñki remizniñ ne qadar müddet kösterilecegi" -#: ../gtk/gtkentrycompletion.c:279 +#: gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "Tamamlama Modeli" # gtk/gtktreeview.c:458 -#: ../gtk/gtkentrycompletion.c:280 +#: gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "İçinde eşleşmelerniñ tapılacağı model" # gtk/gtkscrollbar.c:76 -#: ../gtk/gtkentrycompletion.c:286 +#: gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "Eñ Qısqa Anahtar Uzunlığı" -#: ../gtk/gtkentrycompletion.c:287 +#: gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "Eşleşmelerni baqıp almaq içün qıdırma anahtarlarınıñ eñ qısqa uzunlığı" -#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 +#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 msgid "Text column" msgstr "Metin sutunı" -#: ../gtk/gtkentrycompletion.c:304 +#: gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "Tizgilerni ihtiva etken modelniñ sutunı." -#: ../gtk/gtkentrycompletion.c:323 +#: gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "Satır-içi tamamlama" # gtk/gtknotebook.c:376 -#: ../gtk/gtkentrycompletion.c:324 +#: gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "Adiy ög-yalğamanıñ avtomatik olaraq qıstırılıp qıstırılmaycağı" -#: ../gtk/gtkentrycompletion.c:338 +#: gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "Peydada tamamlama" # gtk/gtknotebook.c:376 -#: ../gtk/gtkentrycompletion.c:339 +#: gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "Tamamlamalarnıñ peyda pencere içerisinde kösterilip kösterilmeycegi" -#: ../gtk/gtkentrycompletion.c:354 +#: gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "Peyda kenişligini tesbit et" -#: ../gtk/gtkentrycompletion.c:355 +#: gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "Eger DOĞRU ise, peyda pencere kirildi ile aynı ölçüde olacaq" -#: ../gtk/gtkentrycompletion.c:373 +#: gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "Peydada tek eşleşme" -#: ../gtk/gtkentrycompletion.c:374 +#: gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "Eger DOĞRU ise, peyda pencere tek bir eşleşme içün körünecek." # gtk/gtkfilesel.c:503 -#: ../gtk/gtkentrycompletion.c:388 +#: gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "Satır-içi saylam" # gtk/gtkcellrenderertext.c:220 gtk/gtktexttag.c:285 -#: ../gtk/gtkentrycompletion.c:389 +#: gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "Tasviriñiz mında" # gtk/gtktreeview.c:481 gtk/gtktreeviewcolumn.c:171 gtk/gtkwidget.c:442 -#: ../gtk/gtkeventbox.c:91 +#: gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "Körünir Pencere" -#: ../gtk/gtkeventbox.c:92 +#: gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." @@ -3014,11 +3016,11 @@ msgstr "" "tuzaqlamaq içün qullanılmasınıñ aksine." # gtk/gtkaspectframe.c:128 -#: ../gtk/gtkeventbox.c:98 +#: gtk/gtkeventbox.c:98 msgid "Above child" msgstr "Balanıñ üstünde" -#: ../gtk/gtkeventbox.c:99 +#: gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." @@ -3027,162 +3029,165 @@ msgstr "" "üstündemi yoqsa aşağısındamı olması." # gtk/gtkpreview.c:134 -#: ../gtk/gtkexpander.c:187 +#: gtk/gtkexpander.c:187 msgid "Expanded" msgstr "Kenişletilgen" # gtk/gtkwidget.c:478 -#: ../gtk/gtkexpander.c:188 +#: gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" -msgstr "Bala pencereçigini ortağa çıqarmaq içün kenişleticiniñ açılğan olıp olmağanı" +msgstr "" +"Bala pencereçigini ortağa çıqarmaq içün kenişleticiniñ açılğan olıp olmağanı" # gtk/gtkframe.c:125 -#: ../gtk/gtkexpander.c:196 +#: gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "Kenişletici etiketiniñ metni" # gtk/gtklabel.c:212 -#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 +#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 msgid "Use markup" msgstr "Tamğalama qullan" # gtk/gtklabel.c:213 -#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 +#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" -msgstr "Etiket metni XML tamğalamasını ihtiva ete. Baqıñız: pango_parse_markup()" +msgstr "" +"Etiket metni XML tamğalamasını ihtiva ete. Baqıñız: pango_parse_markup()" -#: ../gtk/gtkexpander.c:220 +#: gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "Etiket ve bala arasında qoyulacaq boşluq" # gtk/gtkframe.c:161 -#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 +#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "Etiket pencereçigi" # gtk/gtkframe.c:162 -#: ../gtk/gtkexpander.c:230 +#: gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "Adetiy kenişletici etiketiniñ yerinde kösterilecek pencereçik" # gtk/gtktreeview.c:526 -#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 +#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "Kenişletici Ölçüsi" -#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 +#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "Kenişletici oqunıñ ölçüsi" # gtk/gtkoptionmenu.c:164 -#: ../gtk/gtkexpander.c:246 +#: gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "Kenişletici oqunıñ etrafındaki boşluq" # gtk/gtkprogressbar.c:187 -#: ../gtk/gtkfilechooser.c:194 +#: gtk/gtkfilechooser.c:194 msgid "Action" msgstr "Amel" # tüklü -#: ../gtk/gtkfilechooser.c:195 +#: gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "Dosye saylavcısınıñ icra eteyatqanı işletim türü" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkfilechooser.c:201 +#: gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "Dosye Sistemi Arqa-ucu" -#: ../gtk/gtkfilechooser.c:202 +#: gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "Qullanılacaq dosye sistemi arqa-ucunıñ ismi" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 +#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "Süzgüç" -#: ../gtk/gtkfilechooser.c:208 +#: gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "Qaysı dosyelerniñ kösterilecegini saylamaq içün ağımdaki süzgüç" -#: ../gtk/gtkfilechooser.c:213 +#: gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "Ancaq Yerel" # tüklü # gtk/gtkprogress.c:131 -#: ../gtk/gtkfilechooser.c:214 +#: gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "" "Saylanğan dosyelerniñ yerel dosye (file:) URL'lerine sıñırlanıp " "sıñırlanmaycağı" # gtk/gtkfontsel.c:199 -#: ../gtk/gtkfilechooser.c:219 +#: gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "Ög-baquv pencereçigi" -#: ../gtk/gtkfilechooser.c:220 +#: gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "Şahsiyleştirilgen ög-baquvlar uyğulamaca temin etilgen pencereçik." # gtk/gtkfontsel.c:199 -#: ../gtk/gtkfilechooser.c:225 +#: gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "Ög-baquv Pencereçigi Faal" -#: ../gtk/gtkfilechooser.c:226 -msgid "Whether the application supplied widget for custom previews should be shown." +#: gtk/gtkfilechooser.c:226 +msgid "" +"Whether the application supplied widget for custom previews should be shown." msgstr "" "Şahsiyleştirilgen ög-baquvlar uyğulamaca temin etilgen pencereçikniñ " "kösterilip kösterilmeycegi." -#: ../gtk/gtkfilechooser.c:231 +#: gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "Ög-baquv Etiketi Qullan" -#: ../gtk/gtkfilechooser.c:232 +#: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." -msgstr "Ög-baqılğan dosyeniñ ismi ile bir depo etiketiniñ kösterilip kösterilmeycegi." +msgstr "" +"Ög-baqılğan dosyeniñ ismi ile bir depo etiketiniñ kösterilip kösterilmeycegi." # gtk/gtkimagemenuitem.c:124 -#: ../gtk/gtkfilechooser.c:237 +#: gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "Ziyade pencereçik" # tüklü -#: ../gtk/gtkfilechooser.c:238 +#: gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "Ziyade ihtiyariyat içün uyğulamaca temin etilgen pencereçik." # gtk/gtklabel.c:251 -#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 -#: ../gtk/gtkrecentchooser.c:203 +#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "Çoqlu Sayla" -#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 +#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "Çoq sayılı dosyelerniñ saylanuvına izin berilip berilmeycegi" # gtk/gtkprogress.c:130 -#: ../gtk/gtkfilechooser.c:250 +#: gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "Gizlilerni Köster" # tüklü # gtk/gtkfilesel.c:510 -#: ../gtk/gtkfilechooser.c:251 +#: gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "Gizli dosye ve fihristlerniñ kösterilip kösterilmeycegi" -#: ../gtk/gtkfilechooser.c:266 +#: gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "Üstüne-yazma teyiti yap" -#: ../gtk/gtkfilechooser.c:267 +#: gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." @@ -3190,216 +3195,218 @@ msgstr "" "Dosye saylavcısınıñ saqlama tarzında kerekli ise üstüne-yazma tasdiq " "dialogını kösterip köstermeycegi." -#: ../gtk/gtkfilechooserbutton.c:376 +#: gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "Dialog" -#: ../gtk/gtkfilechooserbutton.c:377 +#: gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "Qullanılacaq dosye saylavcı dialog." # gtk/gtkwindow.c:333 -#: ../gtk/gtkfilechooserbutton.c:408 +#: gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "Dosye saylavcı dialognıñ serlevası." -#: ../gtk/gtkfilechooserbutton.c:422 +#: gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "Dögme pencereçiginiñ istengen kenişligi, remiz cınsından." # gtk/gtkfilesel.c:502 -#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 -#: ../gtk/gtkstatusicon.c:218 +#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 +#: gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "Dosye adı" # gtk/gtkfilesel.c:503 -#: ../gtk/gtkfilesel.c:527 +#: gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "Al-azırda saylanğan dosye adı" # gtk/gtkfilesel.c:509 -#: ../gtk/gtkfilesel.c:533 +#: gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "Dosye işletimlerini köster" # gtk/gtkfilesel.c:510 -#: ../gtk/gtkfilesel.c:534 +#: gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" -msgstr "Dosyelerni icat etüv yaki qollav içün dögmelerniñ kösterilip kösterilmeycegi" +msgstr "" +"Dosyelerni icat etüv yaki qollav içün dögmelerniñ kösterilip kösterilmeycegi" # gtk/gtkpaned.c:116 gtk/gtkruler.c:138 -#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 +#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 msgid "X position" msgstr "X mevamı" -#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 +#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "Bala pencereçiginiñ X mevamı" # gtk/gtkpaned.c:116 gtk/gtkruler.c:138 -#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 +#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 msgid "Y position" msgstr "Y mevamı" -#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 +#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "Bala pencereçiginiñ Y mevamı" # gtk/gtkwindow.c:333 -#: ../gtk/gtkfontbutton.c:143 +#: gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "Urufat saylamı dialogınıñ serlevası" # gtk/gtkfontsel.c:185 -#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 +#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 msgid "Font name" msgstr "Urufat ismi" # gtk/gtkwidget.c:393 -#: ../gtk/gtkfontbutton.c:159 +#: gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "Saylanğan urufatnıñ ismi" -#: ../gtk/gtkfontbutton.c:160 +#: gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:175 +#: gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "Urufatnı etikette qullan" # gtk/gtklabel.c:252 -#: ../gtk/gtkfontbutton.c:176 +#: gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "Etiketniñ saylanğan urufat ile sızılıp sızılmaycağı" -#: ../gtk/gtkfontbutton.c:191 +#: gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "Ölçüni etikette qullan" # gtk/gtklabel.c:252 -#: ../gtk/gtkfontbutton.c:192 +#: gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "Etiketniñ saylanğan urufat ölçüsi ile sızılıp sızılmaycağı" # gtk/gtkhandlebox.c:183 gtk/gtkmenubar.c:154 gtk/gtkstatusbar.c:157 # gtk/gtktoolbar.c:276 gtk/gtkviewport.c:147 -#: ../gtk/gtkfontbutton.c:208 +#: gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "Uslûpnı köster" # gtk/gtkprogress.c:131 -#: ../gtk/gtkfontbutton.c:209 +#: gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "Saylanğan urufat uslûbınıñ etikette kösterilip kösterilmeycegi" # gtk/gtkprogress.c:130 -#: ../gtk/gtkfontbutton.c:224 +#: gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "Ölçüni köster" # gtk/gtkprogress.c:131 -#: ../gtk/gtkfontbutton.c:225 +#: gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "Saylanğan urufat ölçüsiniñ etikette kösterilip kösterilmeycegi" # gtk/gtkfontsel.c:186 -#: ../gtk/gtkfontsel.c:197 +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "Bu urufatnı temsil etken tizgi" # gtk/gtkfontsel.c:193 -#: ../gtk/gtkfontsel.c:204 +#: gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "Al-azırda saylanğan GdkFont" # gtk/gtkfontsel.c:199 -#: ../gtk/gtkfontsel.c:210 +#: gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "Ög-baquv metni" # gtk/gtkfontsel.c:200 -#: ../gtk/gtkfontsel.c:211 +#: gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "Saylanğan urufatnı numayış etmek içün kösterilecek metin" # gtk/gtkframe.c:125 -#: ../gtk/gtkframe.c:106 +#: gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "Çerçiveniñ etiketiniñ metni" # gtk/gtkframe.c:132 -#: ../gtk/gtkframe.c:113 +#: gtk/gtkframe.c:113 msgid "Label xalign" msgstr "Etiket x-hizası" # gtk/gtkframe.c:133 -#: ../gtk/gtkframe.c:114 +#: gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "Etiketniñ ufqiy hizalaması" # gtk/gtkframe.c:142 -#: ../gtk/gtkframe.c:122 +#: gtk/gtkframe.c:122 msgid "Label yalign" msgstr "Etiket y-hizası" # gtk/gtkframe.c:143 -#: ../gtk/gtkframe.c:123 +#: gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "Etiketniñ vertikal hizalaması" -#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 +#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "Takbih etilgen hasiyet, yerine shadow_type qullanıñız" # gtk/gtkframe.c:152 -#: ../gtk/gtkframe.c:138 +#: gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "Çerçive kölgesi" # gtk/gtkframe.c:153 -#: ../gtk/gtkframe.c:139 +#: gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "Çerçive sıñırınıñ körünişi" # gtk/gtkframe.c:162 -#: ../gtk/gtkframe.c:148 +#: gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "Adetiy çerçive etiketiniñ yerinde kösterilecek bir pencereçik" # gtk/gtkhandlebox.c:184 -#: ../gtk/gtkhandlebox.c:175 +#: gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "Konteynerni quşatqan kölgeniñ körünişi" # gtk/gtkhandlebox.c:192 -#: ../gtk/gtkhandlebox.c:183 +#: gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "Tutquç mevamı" # gtk/gtkhandlebox.c:193 -#: ../gtk/gtkhandlebox.c:184 +#: gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "Bala pencereçigine nisbeten tutquç mevamı" # gtk/gtkhandlebox.c:201 -#: ../gtk/gtkhandlebox.c:192 +#: gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "Qoparma ucu" -#: ../gtk/gtkhandlebox.c:193 +#: gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" -msgstr "Tutquç-qutunıñ onı iskelelemek içün iskeleleme noqtası ile hizalanğan yanı" +msgstr "" +"Tutquç-qutunıñ onı iskelelemek içün iskeleleme noqtası ile hizalanğan yanı" # gtk/gtkhandlebox.c:201 -#: ../gtk/gtkhandlebox.c:201 +#: gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "Qoparma ucu tesbitli" -#: ../gtk/gtkhandlebox.c:202 +#: gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" @@ -3407,11 +3414,11 @@ msgstr "" "snap_edge hasiyetiniñ qıymetiniñmi yoqsa handle_position hasiyetinden " "töretilgen bir qıymetniñmi qullanılacağı" -#: ../gtk/gtkhandlebox.c:209 +#: gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "Bala Qopuşqan" -#: ../gtk/gtkhandlebox.c:210 +#: gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." @@ -3420,288 +3427,292 @@ msgstr "" "mantıqiy qıymet." # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkiconview.c:548 +#: gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "Saylam tarzı" # gtk/gtkfilesel.c:503 -#: ../gtk/gtkiconview.c:549 +#: gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "Saylam tarzı" -#: ../gtk/gtkiconview.c:567 +#: gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "Piksel buferi (pixbuf) sutunı" -#: ../gtk/gtkiconview.c:568 +#: gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "İşaretçik piksel buferini almaq içün qullanılğan model sutunı" -#: ../gtk/gtkiconview.c:586 +#: gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "Metinni almaq içün qullanılğan model sutunı" # gtk/gtkcellrenderertext.c:162 -#: ../gtk/gtkiconview.c:605 +#: gtk/gtkiconview.c:605 msgid "Markup column" msgstr "Tamğalama sutunı" -#: ../gtk/gtkiconview.c:606 +#: gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" -msgstr "Pango tamğalaması qullanıla ise metinni almaq içün qullanılğan model sutunı" +msgstr "" +"Pango tamğalaması qullanıla ise metinni almaq içün qullanılğan model sutunı" # gtk/gtktreeview.c:457 -#: ../gtk/gtkiconview.c:613 +#: gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "İşaretçik Körünimi Modeli" # gtk/gtktreeview.c:458 -#: ../gtk/gtkiconview.c:614 +#: gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "İşaretçik körünimi içün model" -#: ../gtk/gtkiconview.c:630 +#: gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "Sutun sayısı" # gtk/gtkspinbutton.c:222 -#: ../gtk/gtkiconview.c:631 +#: gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "Kösterilecek sutunlarnıñ sayısı" # gtk/gtknotebook.c:342 -#: ../gtk/gtkiconview.c:648 +#: gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "Er unsur içün kenişlik" -#: ../gtk/gtkiconview.c:649 +#: gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "Er unsur içün qullanılğan kenişlik" -#: ../gtk/gtkiconview.c:665 +#: gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "Bir unsurnıñ hüceyreleri arasına qıstırılğan boşluq" # gtk/gtktable.c:174 -#: ../gtk/gtkiconview.c:680 +#: gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "Saf Boşluqlaması" -#: ../gtk/gtkiconview.c:681 +#: gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "Izğara safları arasına qıstırılğan boşluq" # gtk/gtktable.c:183 -#: ../gtk/gtkiconview.c:696 +#: gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "Sutun Boşluqlaması" -#: ../gtk/gtkiconview.c:697 +#: gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "Izğara sutunları arasına qıstırılğan boşluq" # gtk/gtktextview.c:578 -#: ../gtk/gtkiconview.c:712 +#: gtk/gtkiconview.c:712 msgid "Margin" msgstr "Kenar" -#: ../gtk/gtkiconview.c:713 +#: gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "İşaretçik körüniminiñ uclarına qıstırılğan boşluq" -#: ../gtk/gtkiconview.c:730 -msgid "How the text and icon of each item are positioned relative to each other" -msgstr "Er unsurnıñ metin ve işaretçiginiñ bir-birine nisbeten nasıl mevamlanğanı" +#: gtk/gtkiconview.c:730 +msgid "" +"How the text and icon of each item are positioned relative to each other" +msgstr "" +"Er unsurnıñ metin ve işaretçiginiñ bir-birine nisbeten nasıl mevamlanğanı" # gtk/gtktreeview.c:505 gtk/gtktreeviewcolumn.c:253 -#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 -#: ../gtk/gtktreeviewcolumn.c:307 +#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "Kene sıralanabilir" # gtk/gtktreeview.c:506 -#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 +#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "Körünim yañıdan sıralana bilir" -#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 +#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "Alet-qaranesi Sutunı" -#: ../gtk/gtkiconview.c:755 +#: gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" -msgstr "Unsurlar içün alet-qaranesi metinlerini ihtiva etken model içindeki sutun" +msgstr "" +"Unsurlar içün alet-qaranesi metinlerini ihtiva etken model içindeki sutun" # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkiconview.c:766 +#: gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "Saylam Qutusı Tüsü" # gtk/gtkwindow.c:333 -#: ../gtk/gtkiconview.c:767 +#: gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "Saylam qutusınıñ tüsü" # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkiconview.c:773 +#: gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "Saylam Qutusı Alfası" # gtk/gtkwindow.c:333 -#: ../gtk/gtkiconview.c:774 +#: gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "Saylam qutusınıñ tonuqlığı" # gtk/gtkcellrendererpixbuf.c:102 gtk/gtkcellrenderertextpixbuf.c:125 -#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 +#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "Piksel Buferi (Pixbuf)" -#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 +#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "Kösterilecek GdkPixbuf" -#: ../gtk/gtkimage.c:139 +#: gtk/gtkimage.c:139 msgid "Pixmap" msgstr "Piksel Haritası (Pixmap)" -#: ../gtk/gtkimage.c:140 +#: gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "Kösterilecek GdkPixmap" # gtk/gtknotebook.c:324 -#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 +#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "Suret" -#: ../gtk/gtkimage.c:148 +#: gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "Kösterilecek GdkImage" # gtk/gtkcellrenderertext.c:162 -#: ../gtk/gtkimage.c:155 +#: gtk/gtkimage.c:155 msgid "Mask" msgstr "Maska" -#: ../gtk/gtkimage.c:156 +#: gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "GdkImage ya da GdkPixmap ile qullanılacaq maska bit-haritası" # gdk-pixbuf/io-tiff.c:411 -#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 +#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "Yüklenip kösterilecek dosye adı" -#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 +#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "Kösterilecek bir depo sureti içün depo kimligi" # gtk/gtkcheckmenuitem.c:122 gtk/gtktogglebutton.c:152 -#: ../gtk/gtkimage.c:180 +#: gtk/gtkimage.c:180 msgid "Icon set" msgstr "İşaretçik kümesi" -#: ../gtk/gtkimage.c:181 +#: gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "Kösterilecek işaretçik kümesi" # gtk/gtkcellrenderertext.c:282 gtk/gtkcellrenderertext.c:283 # gtk/gtktexttag.c:347 gtk/gtktexttag.c:348 -#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:216 ../gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "İşaretçik ölçüsi" -#: ../gtk/gtkimage.c:189 +#: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "" "Depo işaretçigi, işaretçik kümesi ya da isimlendirilgen işaretçik içün " "qullanılacaq remziy ölçü" -#: ../gtk/gtkimage.c:205 +#: gtk/gtkimage.c:205 msgid "Pixel size" msgstr "Piksel ölçüsi" -#: ../gtk/gtkimage.c:206 +#: gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "İsimlendirilgen işaretçik içün qullanılacaq piksel ölçüsi" # gtk/gtkstock.c:267 -#: ../gtk/gtkimage.c:214 +#: gtk/gtkimage.c:214 msgid "Animation" msgstr "Canlandırma" -#: ../gtk/gtkimage.c:215 +#: gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "Kösterilecek GdkPixbufAnimation" # gtk/gtkcurve.c:120 -#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 +#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "Mağazlama türü" -#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 +#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "Suret verileri içün qullanılayatqan temsil" # gtk/gtkimagemenuitem.c:125 -#: ../gtk/gtkimagemenuitem.c:136 +#: gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "Menü metniniñ yanında körünecek bala pencereçigi" # gtk/gtklabel.c:252 -#: ../gtk/gtkimagemenuitem.c:151 +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" -msgstr "Etiket metniniñ bir depo menü unsurınıñ icadı içün qullanılıp qullanılmaycağı" +msgstr "" +"Etiket metniniñ bir depo menü unsurınıñ icadı içün qullanılıp qullanılmaycağı" -#: ../gtk/gtkimagemenuitem.c:169 +#: gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "Suretni er zaman köster" # gtk/gtkwidget.c:443 -#: ../gtk/gtkimagemenuitem.c:170 +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "Suretniñ er zaman kösterilip kösterilmeycegi" # gtk/gtkprogressbar.c:187 -#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "Tezleştirici Zümresi" # gtk/gtkaccellabel.c:116 -#: ../gtk/gtkimagemenuitem.c:185 +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "Depo tezleştirici anahtarları içün qullanılacaq Tezleştirici Zümresi" -#: ../gtk/gtkimagemenuitem.c:190 +#: gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "Menü suretlerini köster" # gtk/gtknotebook.c:369 -#: ../gtk/gtkimagemenuitem.c:191 +#: gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "Menülerde suretlerniñ kösterilip kösterilmeycegi" -#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:615 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Bu pencereniñ kösterilecegi ekran" # gtk/gtklabel.c:199 -#: ../gtk/gtklabel.c:368 +#: gtk/gtklabel.c:368 msgid "The text of the label" msgstr "Etiketniñ metni" # gtk/gtklabel.c:206 -#: ../gtk/gtklabel.c:375 +#: gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "Etiket metnine uyğulanacaq uslûp hassalarınıñ listesi" # gtk/gtklabel.c:227 gtk/gtktexttag.c:377 gtk/gtktextview.c:569 -#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 +#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 msgid "Justification" msgstr "Tegizleme" # gtk/gtklabel.c:228 -#: ../gtk/gtklabel.c:397 +#: gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " @@ -3712,12 +3723,12 @@ msgstr "" "xalign" # gtk/gtklabel.c:236 -#: ../gtk/gtklabel.c:405 +#: gtk/gtklabel.c:405 msgid "Pattern" msgstr "Naqış" # gtk/gtklabel.c:237 -#: ../gtk/gtklabel.c:406 +#: gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" @@ -3726,57 +3737,57 @@ msgstr "" "remizleri bulunğan tizgi" # gtk/gtklabel.c:244 -#: ../gtk/gtklabel.c:413 +#: gtk/gtklabel.c:413 msgid "Line wrap" msgstr "Satır sarması" # gtk/gtklabel.c:245 -#: ../gtk/gtklabel.c:414 +#: gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "Eger tesbit etilgen ise, metin fazla keniş olğanda satırlarnı sar" # gtk/gtklabel.c:244 -#: ../gtk/gtklabel.c:429 +#: gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "Satır sarması tarzı" -#: ../gtk/gtklabel.c:430 +#: gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "" "Eger sarma tesbit etilgen ise, satır saruvınıñ nasıl yapılğanını muraqabe " "eter" # gtk/gtklabel.c:251 -#: ../gtk/gtklabel.c:437 +#: gtk/gtklabel.c:437 msgid "Selectable" msgstr "Saylanabilir" # gtk/gtklabel.c:252 -#: ../gtk/gtklabel.c:438 +#: gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "Etiket metniniñ sıçan ile saylana bilip bilmeycegi" # gtk/gtklabel.c:258 -#: ../gtk/gtklabel.c:444 +#: gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "Hatırlatıcı tuş" # gtk/gtklabel.c:259 -#: ../gtk/gtklabel.c:445 +#: gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "Bu etiket içün hatırlatıcı tezleştirici tuş" # gtk/gtklabel.c:267 -#: ../gtk/gtklabel.c:453 +#: gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "Hatırlatıcı pencereçik" # gtk/gtklabel.c:268 -#: ../gtk/gtklabel.c:454 +#: gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "Etiketniñ hatırlatıcı tuşuna basılğanında qabilleştirilecek pencereçik" -#: ../gtk/gtklabel.c:500 +#: gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" @@ -3784,120 +3795,120 @@ msgstr "" "Eger etiket bütün tizgini köstermek içün yeterli fezağa saip degil ise, " "tizgini hazıflaştırmaq içün tercih etilgen yer" -#: ../gtk/gtklabel.c:540 +#: gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "Tek Satır Tarzı" # gtk/gtklabel.c:252 -#: ../gtk/gtklabel.c:541 +#: gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "Etiketniñ tek satır tarzında olıp olmağanı" -#: ../gtk/gtklabel.c:558 +#: gtk/gtklabel.c:558 msgid "Angle" msgstr "Köşe" -#: ../gtk/gtklabel.c:559 +#: gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "Etiketniñ aylandırılacağı köşe" # gtk/gtkentry.c:435 -#: ../gtk/gtklabel.c:579 +#: gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "Remiz Cınsından Azamiy Kenişlik" -#: ../gtk/gtklabel.c:580 +#: gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "Etiketniñ istengen azamiy kenişligi, remiz cınsından" # gtk/gtkentry.c:397 -#: ../gtk/gtklabel.c:696 +#: gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "" "Fokuslanğanında bir saylanabilir etiketniñ mündericesiniñ saylanıp " "saylanmaycağı" # gtk/gtklayout.c:419 gtk/gtkviewport.c:131 -#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 +#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "Ufqiy tadil" # gtk/gtklayout.c:420 -#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 +#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "Ufqiy mevam içün GtkAdjustment" # gtk/gtklayout.c:427 gtk/gtkviewport.c:139 -#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 +#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "Vertikal tadil" # gtk/gtklayout.c:428 -#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 +#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "Vertikal mevam içün GtkAdjustment" # gtk/gtklayout.c:436 -#: ../gtk/gtklayout.c:633 +#: gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "Serimniñ kenişligi" # gtk/gtklayout.c:445 -#: ../gtk/gtklayout.c:642 +#: gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "Serimniñ yüksekligi" -#: ../gtk/gtklinkbutton.c:145 +#: gtk/gtklinkbutton.c:145 msgid "URI" msgstr "URI" # gtk/gtkcellrenderertoggle.c:128 -#: ../gtk/gtklinkbutton.c:146 +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "Bu dögmege bağlanğan URI" # gtk/gtktreeview.c:481 gtk/gtktreeviewcolumn.c:171 gtk/gtkwidget.c:442 -#: ../gtk/gtklinkbutton.c:160 +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "Ziyaret Etilgen" # gtk/gtkwidget.c:443 -#: ../gtk/gtklinkbutton.c:161 +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "Bu ilişimniñ ziyaret etilgen olıp olmağanı." # gtk/gtkfilesel.c:503 -#: ../gtk/gtkmenu.c:501 +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "Al-azırda saylanğan menü unsurı" # gtk/gtklabel.c:259 -#: ../gtk/gtkmenu.c:516 +#: gtk/gtkmenu.c:516 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:285 msgid "Accel Path" msgstr "Tezleştirici Yolçığı" -#: ../gtk/gtkmenu.c:531 +#: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "" "Bala unsurlarnıñ tezleştirici yolçıqlarını oñaytlıca tizmek içün " "qullanılacaq bir tezleştirici yolçığı" # gtk/gtkimagemenuitem.c:124 -#: ../gtk/gtkmenu.c:547 +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "İlişilgen Pencereçik" # gtk/gtkcheckmenuitem.c:115 -#: ../gtk/gtkmenu.c:548 +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "Menüniñ yanına ilişkeni pencereçik" # tüklü -#: ../gtk/gtkmenu.c:556 +#: gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" @@ -3905,51 +3916,51 @@ msgstr "" "Bu menü yırtıp alınğanında pencere idarecisi tarafından kösterile bilecek " "serleva" -#: ../gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "Yırtıp-alnıñ Durumı" -#: ../gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "Menüniñ yırtıp alınğan olıp olmağanını belirtken mantıqiy qıymet" # tüklü # gtk/gtkcellrenderertext.c:219 gtk/gtkcellrenderertext.c:227 # gtk/gtkfontsel.c:192 gtk/gtktexttag.c:284 gtk/gtktexttag.c:292 -#: ../gtk/gtkmenu.c:585 +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "Monitor" -#: ../gtk/gtkmenu.c:586 +#: gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "Menüniñ üzerinde peyda olacağı monitor" # gtk/gtkmenubar.c:162 gtk/gtktoolbar.c:250 -#: ../gtk/gtkmenu.c:592 +#: gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "Vertikal Şilteleme" # gtk/gtkmisc.c:128 -#: ../gtk/gtkmenu.c:593 +#: gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "Menüniñ üstündeki ve tübündeki ziyade boşluq" # gtk/gtkalignment.c:102 -#: ../gtk/gtkmenu.c:601 +#: gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "Ufqiy Şilteleme" # gtk/gtkmisc.c:128 -#: ../gtk/gtkmenu.c:602 +#: gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "Menüniñ sol ve sağ hanelerindeki ziyade boşluq" # gtk/gtkalignment.c:130 -#: ../gtk/gtkmenu.c:610 +#: gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "Vertikal Çıqıntı" -#: ../gtk/gtkmenu.c:611 +#: gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" @@ -3958,11 +3969,11 @@ msgstr "" "mevamlandır" # gtk/gtkalignment.c:121 -#: ../gtk/gtkmenu.c:619 +#: gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "Ufqiy Çıqıntı" -#: ../gtk/gtkmenu.c:620 +#: gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" @@ -3971,84 +3982,86 @@ msgstr "" "mevamlandır" # gtk/gtknotebook.c:375 -#: ../gtk/gtkmenu.c:628 +#: gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "Çifte Oq" -#: ../gtk/gtkmenu.c:629 +#: gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "Taydırğanda, er zaman oqlarnıñ ekisi de köster." -#: ../gtk/gtkmenu.c:642 +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "Oq Yerleştirimi" -#: ../gtk/gtkmenu.c:643 +#: gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "Taydırma oqlarınıñ qayda yerleştirilecegini kösterir" -#: ../gtk/gtkmenu.c:651 +#: gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "Sol İlişme" -#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 +#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "Balanıñ sol yanınıñ ilişecegi sutun numarası" -#: ../gtk/gtkmenu.c:659 +#: gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "Sağ İlişme" -#: ../gtk/gtkmenu.c:660 +#: gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "Balanıñ sağ yanınıñ ilişecegi sutun numarası" -#: ../gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "Üst İlişme" -#: ../gtk/gtkmenu.c:668 +#: gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "Balanıñ üstüniñ ilişecegi saf numarası" -#: ../gtk/gtkmenu.c:675 +#: gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "Tüp İlişme" -#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 +#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "Balanıñ tübüniñ ilişecegi saf numarası" -#: ../gtk/gtkmenu.c:690 +#: gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "Taydırma oqunıñ ölçüsini aşağı miqyaslamaq içün keyfiy sabit" # gtk/gtkmenubar.c:147 -#: ../gtk/gtkmenu.c:777 +#: gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "Tezleştiriciler deñiştirile bilir" -#: ../gtk/gtkmenu.c:778 -msgid "Whether menu accelerators can be changed by pressing a key over the menu item" +#: gtk/gtkmenu.c:778 +msgid "" +"Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "" "Menü tezleştiricileri, menü unsurı üzerinde olğanda bir tuşqa basaraq " "deñiştirile bilsin" -#: ../gtk/gtkmenu.c:783 +#: gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "Alt-menüler belirmeden evelki keçikme" -#: ../gtk/gtkmenu.c:784 -msgid "Minimum time the pointer must stay over a menu item before the submenu appear" +#: gtk/gtkmenu.c:784 +msgid "" +"Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" "Alt-menüniñ belirüvi içün noqtacınıñ menüniñ üzerinde qalmalı olğanı eñ " "qısqa vaqıt" -#: ../gtk/gtkmenu.c:791 +#: gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "Bir alt-menüni gizlemeden evelki keçikme" -#: ../gtk/gtkmenu.c:792 +#: gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" @@ -4057,321 +4070,329 @@ msgstr "" "vaqıt" # gtk/gtktexttag.c:267 -#: ../gtk/gtkmenubar.c:168 +#: gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "Deste yönelişi" # gtk/gtktoolbar.c:224 -#: ../gtk/gtkmenubar.c:169 +#: gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "Menü çubuğınıñ deste yönelişi" -#: ../gtk/gtkmenubar.c:185 +#: gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "Bala Deste yönelişi" # gtk/gtktoolbar.c:224 -#: ../gtk/gtkmenubar.c:186 +#: gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "Menü çubuğınıñ bala deste yönelişi" # gtk/gtkmenubar.c:155 -#: ../gtk/gtkmenubar.c:195 +#: gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "Menü çubuğınıñ etrafındaki şevniñ uslûbı" # gtk/gtkmenubar.c:162 gtk/gtktoolbar.c:250 -#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 +#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "Dahiliy şilteleme" # gtk/gtkmenubar.c:163 -#: ../gtk/gtkmenubar.c:203 +#: gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" -msgstr "Menü çubuğı kölgesi ile menü unsurları arasındaki sıñır fezasınıñ miqdarı" +msgstr "" +"Menü çubuğı kölgesi ile menü unsurları arasındaki sıñır fezasınıñ miqdarı" -#: ../gtk/gtkmenubar.c:210 +#: gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "Aşağı tüşken menüler belirmeden evelki keçikme" -#: ../gtk/gtkmenubar.c:211 +#: gtk/gtkmenubar.c:211 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:252 msgid "Right Justified" msgstr "Sağğa Yaslanğan" -#: ../gtk/gtkmenuitem.c:253 -msgid "Sets whether the menu item appears justified at the right side of a menu bar" +#: gtk/gtkmenuitem.c:253 +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:267 msgid "Submenu" msgstr "Alt-menü" -#: ../gtk/gtkmenuitem.c:268 +#: gtk/gtkmenuitem.c:268 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:286 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:301 msgid "The text for the child label" msgstr "Bala etiketiniñ metni" -#: ../gtk/gtkmenuitem.c:364 +#: gtk/gtkmenuitem.c:364 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:377 msgid "Width in Characters" msgstr "Remiz Cınsından Kenişlik" -#: ../gtk/gtkmenuitem.c:378 +#: gtk/gtkmenuitem.c:378 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" # gtk/gtkwidget.c:470 -#: ../gtk/gtkmenushell.c:374 +#: gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "Fokusnı Al" # tüklü -#: ../gtk/gtkmenushell.c:375 +#: gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" -msgstr "Menüniñ klavye fokusını yaqalap yaqalamağanını belgilegen bir mantıqiy qıymet" +msgstr "" +"Menüniñ klavye fokusını yaqalap yaqalamağanını belgilegen bir mantıqiy qıymet" -#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 +#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "Menü" -#: ../gtk/gtkmenutoolbutton.c:246 +#: gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "Aşağı-tüşken menü" # gtk/gtkmessagedialog.c:80 -#: ../gtk/gtkmessagedialog.c:98 +#: gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "Suret/etiket sıñırı" # tüklü # gtk/gtkmessagedialog.c:81 -#: ../gtk/gtkmessagedialog.c:99 +#: gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "Risale dialogındaki suret ve etiket etrafındaki sıñırnıñ kenişligi" # gtk/gtkdialog.c:125 -#: ../gtk/gtkmessagedialog.c:114 +#: gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "Ayırğıç qullan" -#: ../gtk/gtkmessagedialog.c:115 -msgid "Whether to put a separator between the message dialog's text and the buttons" +#: gtk/gtkmessagedialog.c:115 +msgid "" +"Whether to put a separator between the message dialog's text and the buttons" msgstr "" "Risale dialogınıñ metni ve dögmeleri arasında bir ayırğıç qoyulıp " "qoyulmaycağı" -#: ../gtk/gtkmessagedialog.c:128 +#: gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "Risale Türü" # gtk/gtklabel.c:199 -#: ../gtk/gtkmessagedialog.c:129 +#: gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "Mesajnıñ türü" -#: ../gtk/gtkmessagedialog.c:136 +#: gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "Risale Dögmeleri" -#: ../gtk/gtkmessagedialog.c:137 +#: gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "Risale dialogında kösterilgen dögmeler" -#: ../gtk/gtkmessagedialog.c:154 +#: gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "Risale dialogınıñ birlemci metni" # gtk/gtklabel.c:212 -#: ../gtk/gtkmessagedialog.c:169 +#: gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "Tamğalama Qullan" # gtk/gtklabel.c:213 -#: ../gtk/gtkmessagedialog.c:170 +#: gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "Serlevanıñ birlemci metni Pango tamğalaması ihtiva ete." # gtk/gtkbbox.c:160 -#: ../gtk/gtkmessagedialog.c:184 +#: gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "Ekilemci Metin" -#: ../gtk/gtkmessagedialog.c:185 +#: gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "Risale dialogınıñ ekilemci metni" -#: ../gtk/gtkmessagedialog.c:200 +#: gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "Ekilemcide Tamğalama qullan" -#: ../gtk/gtkmessagedialog.c:201 +#: gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "Ekilemci metin Pango tamğalaması ihtiva ete." # gtk/gtksettings.c:175 -#: ../gtk/gtkmessagedialog.c:216 +#: gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "Suret" # gtk/gtkmisc.c:107 -#: ../gtk/gtkmisc.c:83 +#: gtk/gtkmisc.c:83 msgid "Y align" msgstr "Y hizalaması" # gtk/gtkmisc.c:108 -#: ../gtk/gtkmisc.c:84 +#: gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "Vertikal hizalama; 0'dan (üst) 1'ge (tüp) qadar" # gtk/gtkmisc.c:117 -#: ../gtk/gtkmisc.c:93 +#: gtk/gtkmisc.c:93 msgid "X pad" msgstr "X şilteleme" # gtk/gtkmisc.c:118 -#: ../gtk/gtkmisc.c:94 -msgid "The amount of space to add on the left and right of the widget, in pixels" -msgstr "Pencereçikniñ soluna ve sağına eklenecek fezanıñ piksel cınsından miqdarı" +#: gtk/gtkmisc.c:94 +msgid "" +"The amount of space to add on the left and right of the widget, in pixels" +msgstr "" +"Pencereçikniñ soluna ve sağına eklenecek fezanıñ piksel cınsından miqdarı" # gtk/gtkmisc.c:127 -#: ../gtk/gtkmisc.c:103 +#: gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Y şilteleme" # gtk/gtkmisc.c:128 -#: ../gtk/gtkmisc.c:104 -msgid "The amount of space to add on the top and bottom of the widget, in pixels" -msgstr "Pencereçikniñ üstüne ve tübüne eklenecek fezanıñ piksel cınsından miqdarı" +#: gtk/gtkmisc.c:104 +msgid "" +"The amount of space to add on the top and bottom of the widget, in pixels" +msgstr "" +"Pencereçikniñ üstüne ve tübüne eklenecek fezanıñ piksel cınsından miqdarı" -#: ../gtk/gtkmountoperation.c:139 +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "Baba" # gtk/gtkwindow.c:323 -#: ../gtk/gtkmountoperation.c:140 +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "Baba penceresi" # gtk/gtktable.c:174 -#: ../gtk/gtkmountoperation.c:147 +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "Kösterile" -#: ../gtk/gtkmountoperation.c:148 +#: gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "Bir dialog kösteremizmi" -#: ../gtk/gtkmountoperation.c:156 +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "Bu pencereniñ kösterilecegi ekran." # gtk/gtknotebook.c:324 -#: ../gtk/gtknotebook.c:577 +#: gtk/gtknotebook.c:577 msgid "Page" msgstr "Saife" # gtk/gtknotebook.c:325 -#: ../gtk/gtknotebook.c:578 +#: gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "Ağımdaki saifeniñ indeksi" # gtk/gtknotebook.c:333 -#: ../gtk/gtknotebook.c:586 +#: gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "İlmek Mevamı" # gtk/gtknotebook.c:334 -#: ../gtk/gtknotebook.c:587 +#: gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "Defterniñ angi yanınıñ ilmeklerni tutacağı" # gtk/gtknotebook.c:341 -#: ../gtk/gtknotebook.c:594 +#: gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "İlmek Sıñırı" # gtk/gtknotebook.c:342 -#: ../gtk/gtknotebook.c:595 +#: gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "İlmek etiketleriniñ etrafındaki sıñırnıñ kenişligi" # gtk/gtknotebook.c:350 -#: ../gtk/gtknotebook.c:603 +#: gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "Ufqiy İlmek Sıñırı" # gtk/gtknotebook.c:351 -#: ../gtk/gtknotebook.c:604 +#: gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "İlmek etiketleriniñ ufqiy sıñırınıñ kenişligi" # gtk/gtknotebook.c:359 -#: ../gtk/gtknotebook.c:612 +#: gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "Vertikal İlmek Sıñırı" # gtk/gtknotebook.c:360 -#: ../gtk/gtknotebook.c:613 +#: gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "İlmek etiketleriniñ vertikal sıñırınıñ kenişligi" # gtk/gtknotebook.c:368 -#: ../gtk/gtknotebook.c:621 +#: gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "İlmeklerni Köster" # gtk/gtknotebook.c:369 -#: ../gtk/gtknotebook.c:622 +#: gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "İlmeklerniñ kösterilip kösterilmeycegi" # gtk/gtknotebook.c:375 -#: ../gtk/gtknotebook.c:628 +#: gtk/gtknotebook.c:628 msgid "Show Border" msgstr "Sıñır Köster" # gtk/gtknotebook.c:376 -#: ../gtk/gtknotebook.c:629 +#: gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "Sıñırnıñ kösterilip kösterilmeycegi" # gtk/gtknotebook.c:382 -#: ../gtk/gtknotebook.c:635 +#: gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "Taydırılabilir" # gtk/gtknotebook.c:383 -#: ../gtk/gtknotebook.c:636 +#: gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "Eger DOĞRU ise, ilmekler sığmağanında taydırma oqları eklenir" # gtk/gtknotebook.c:389 -#: ../gtk/gtknotebook.c:642 +#: gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "Peyda Qabilleştirilsin" # gtk/gtknotebook.c:390 -#: ../gtk/gtknotebook.c:643 +#: gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" @@ -4380,401 +4401,407 @@ msgstr "" "içün qullanıla bilecek bir menüni peyda eter" # gtk/gtknotebook.c:397 -#: ../gtk/gtknotebook.c:650 +#: gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "İlmeklerniñ soydaş ölçülerge saip olıp olmaycağı" -#: ../gtk/gtknotebook.c:656 +#: gtk/gtknotebook.c:656 msgid "Group ID" msgstr "Zümre Kimligi" -#: ../gtk/gtknotebook.c:657 +#: gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "İlmeklerni süyrekle-ve-tüşür içün zümre kimligi" -#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 -#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 -#: ../gtk/gtkradiotoolbutton.c:65 +#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 +#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "Zümre" -#: ../gtk/gtknotebook.c:674 +#: gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "İlmeklerni süyrekle-ve-tüşür içün zümre" -#: ../gtk/gtknotebook.c:680 +#: gtk/gtknotebook.c:680 msgid "Tab label" msgstr "İlmek etiketi" -#: ../gtk/gtknotebook.c:681 +#: gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "Balanıñ ilmek etiketinde köstergen tizgi" -#: ../gtk/gtknotebook.c:687 +#: gtk/gtknotebook.c:687 msgid "Menu label" msgstr "Menü etiketi" -#: ../gtk/gtknotebook.c:688 +#: gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "Balanıñ menü kirildisinde kösterilgen tizgi" # gtk/gtkcellrenderer.c:146 -#: ../gtk/gtknotebook.c:701 +#: gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "İlmek kenişlemesi" # gtk/gtknotebook.c:376 -#: ../gtk/gtknotebook.c:702 +#: gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "Balanıñ ilmeginiñ kenişletilip kenişletilmeycegi" -#: ../gtk/gtknotebook.c:708 +#: gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "İlmek toldurması" # gtk/gtkbox.c:137 -#: ../gtk/gtknotebook.c:709 +#: gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "Balanıñ ilmeginiñ tahsis etilgen mesahanı toldurıp toldurmaycağı" -#: ../gtk/gtknotebook.c:715 +#: gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "İlmek deste türü" # gtk/gtktreeview.c:505 gtk/gtktreeviewcolumn.c:253 -#: ../gtk/gtknotebook.c:722 +#: gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "İlmek kene sıralanabilir" # gtk/gtknotebook.c:376 -#: ../gtk/gtknotebook.c:723 +#: gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "İlmekniñ qullanıcı ameli ile yañıdan sıralana bilip bilmegeni" # tüklü -#: ../gtk/gtknotebook.c:729 +#: gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "İlmek qopuşabilir" # gtk/gtkwidget.c:443 -#: ../gtk/gtknotebook.c:730 +#: gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "İlmekniñ qopuştırıla bilip bilmegeni" # gtk/gtkscrollbar.c:109 -#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 +#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "Ekilemci keri adımlayıcı" # gtk/gtkscrollbar.c:110 -#: ../gtk/gtknotebook.c:746 -msgid "Display a second backward arrow button on the opposite end of the tab area" -msgstr "İlmek mesahasınıñ muhalif ucunda ekinci arqağa-doğru oq dögmesini köster" +#: gtk/gtknotebook.c:746 +msgid "" +"Display a second backward arrow button on the opposite end of the tab area" +msgstr "" +"İlmek mesahasınıñ muhalif ucunda ekinci arqağa-doğru oq dögmesini köster" # gtk/gtkscrollbar.c:117 -#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 +#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "Ekilemci ileri adımlayıcı" # gtk/gtkscrollbar.c:118 -#: ../gtk/gtknotebook.c:762 -msgid "Display a second forward arrow button on the opposite end of the tab area" -msgstr "İlmek mesahasınıñ muhalif ucunda ekinci ilerige-doğru oq dögmesini köster" +#: gtk/gtknotebook.c:762 +msgid "" +"Display a second forward arrow button on the opposite end of the tab area" +msgstr "" +"İlmek mesahasınıñ muhalif ucunda ekinci ilerige-doğru oq dögmesini köster" # gtk/gtkscrollbar.c:93 -#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 +#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "Кeri adımlayıcı" # gtk/gtkscrollbar.c:94 -#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 +#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "Standart keri oq dögmesini köster" # gtk/gtkscrollbar.c:101 -#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 +#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "İleri adımlayıcı" # gtk/gtkscrollbar.c:102 -#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 +#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "Standart ileri oq dögmesini köster" # gtk/gtknotebook.c:341 -#: ../gtk/gtknotebook.c:806 +#: gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "İlmek örtüşmesi" -#: ../gtk/gtknotebook.c:807 +#: gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "İlmek örtüşme mesahasınıñ ölçüsi" -#: ../gtk/gtknotebook.c:822 +#: gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "İlmek egriligi" # gtk/gtktoolbar.c:242 -#: ../gtk/gtknotebook.c:823 +#: gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "İlmek egriliginiñ ölçüsi" # gtk/gtktable.c:174 -#: ../gtk/gtknotebook.c:839 +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "Oq boşluqlaması" # gtk/gtktable.c:183 -#: ../gtk/gtknotebook.c:840 +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "Taydırma oqu boşluqlaması" # gtk/gtklabel.c:212 -#: ../gtk/gtkobject.c:370 +#: gtk/gtkobject.c:370 msgid "User Data" msgstr "Qullanıcı Verileri" -#: ../gtk/gtkobject.c:371 +#: gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "Anonim Qullanıcı Verileri Noqtacısı" # tüklü -#: ../gtk/gtkoptionmenu.c:162 +#: gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "İhtiyariyat menüsi" # gtk/gtkoptionmenu.c:158 -#: ../gtk/gtkoptionmenu.c:169 +#: gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "Aşağı-tüşme köstergiçiniñ ölçüsi" # gtk/gtkoptionmenu.c:164 -#: ../gtk/gtkoptionmenu.c:175 +#: gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "Köstergiç etrafındaki boşluqlama" # gtk/gtktoolbar.c:224 -#: ../gtk/gtkorientable.c:75 +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "Yöneldirilebilirniñ yöneldirimi" -#: ../gtk/gtkpaned.c:242 -msgid "Position of paned separator in pixels (0 means all the way to the left/top)" -msgstr "Terezeli ayırğıçnıñ piksel cınsından mevamı (0 eñ solda/üstte demektir)" +#: gtk/gtkpaned.c:242 +msgid "" +"Position of paned separator in pixels (0 means all the way to the left/top)" +msgstr "" +"Terezeli ayırğıçnıñ piksel cınsından mevamı (0 eñ solda/üstte demektir)" # gtk/gtkpaned.c:125 -#: ../gtk/gtkpaned.c:251 +#: gtk/gtkpaned.c:251 msgid "Position Set" msgstr "Mevam Tesbitli" # gtk/gtkpaned.c:126 -#: ../gtk/gtkpaned.c:252 +#: gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "Position hasiyetiniñ qullanıluvı lâzim ise, DOĞRU" # gtk/gtkpaned.c:132 -#: ../gtk/gtkpaned.c:258 +#: gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "Tutquç Ölçüsi" # gtk/gtkpaned.c:133 -#: ../gtk/gtkpaned.c:259 +#: gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "Tutquçnıñ kenişligi" # gtk/gtkscale.c:166 -#: ../gtk/gtkpaned.c:275 +#: gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "Eñ Kiçik Mevam" -#: ../gtk/gtkpaned.c:276 +#: gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "\"position\" hasiyeti içün mümkün eñ kiçik qıymet" # gtk/gtkscale.c:166 -#: ../gtk/gtkpaned.c:293 +#: gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "Azamiy Mevam" -#: ../gtk/gtkpaned.c:294 +#: gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "\"position\" hasiyeti içün mümkün azamiy qıymet" # gtk/gtkwindow.c:364 -#: ../gtk/gtkpaned.c:311 +#: gtk/gtkpaned.c:311 msgid "Resize" msgstr "Kene-ölçülendir" -#: ../gtk/gtkpaned.c:312 +#: gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" -msgstr "Eger DOĞRU ise, bala, terezeli pencereçik boyunca kenişler yaki tarlaşır" +msgstr "" +"Eger DOĞRU ise, bala, terezeli pencereçik boyunca kenişler yaki tarlaşır" # gtk/gtkwindow.c:348 -#: ../gtk/gtkpaned.c:327 +#: gtk/gtkpaned.c:327 msgid "Shrink" msgstr "Tarlat" -#: ../gtk/gtkpaned.c:328 +#: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "Eger DOĞRU ise, bala talapnamesinden daa kiçik yapıla bilir" # tüklü -#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "İçeri yatqızılğan" # gtk/gtkwidget.c:443 -#: ../gtk/gtkplug.c:151 +#: gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "Tıqaçnıñ içeri yatqızılğan olıp olmağanı" -#: ../gtk/gtkplug.c:165 +#: gtk/gtkplug.c:165 msgid "Socket Window" msgstr "Oyuq Penceresi" # gtk/gtkwidget.c:443 -#: ../gtk/gtkplug.c:166 +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "Tıqaçnıñ içinde yatqızılğan olğanı oyuq (soket) penceresi" # gtk/gtkpreview.c:135 -#: ../gtk/gtkpreview.c:102 -msgid "Whether the preview widget should take up the entire space it is allocated" +#: gtk/gtkpreview.c:102 +msgid "" +"Whether the preview widget should take up the entire space it is allocated" msgstr "" "Ög-baquv pencereçiginiñ oña tahsis etilgen fezanıñ tamamını qaplap " "qaplamaycağı" -#: ../gtk/gtkprinter.c:124 +#: gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "Bastırıcınıñ ismi" -#: ../gtk/gtkprinter.c:130 +#: gtk/gtkprinter.c:130 msgid "Backend" msgstr "Arqa-uc" # gtk/gtktreeview.c:458 -#: ../gtk/gtkprinter.c:131 +#: gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "Bastırıcı içün arqa-uc" # tüklü -#: ../gtk/gtkprinter.c:137 +#: gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "Sanaldır" -#: ../gtk/gtkprinter.c:138 +#: gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "YAÑLIŞ ise, bu kerçek bir donanım bastırıcısını temsil eter" -#: ../gtk/gtkprinter.c:144 +#: gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "PDF Qabul Eter" -#: ../gtk/gtkprinter.c:145 +#: gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "DOĞRU ise, bu bastırıcı PDF qabul ete bilir" -#: ../gtk/gtkprinter.c:151 +#: gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "PostScript Qabul Eter" -#: ../gtk/gtkprinter.c:152 +#: gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "DOĞRU ise, bu bastırıcı PostScript qabul ete bilir" -#: ../gtk/gtkprinter.c:158 +#: gtk/gtkprinter.c:158 msgid "State Message" msgstr "Durum Risalesi" -#: ../gtk/gtkprinter.c:159 +#: gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "Bastırıcınıñ ağımdaki durumını bergen mesaj" # gtk/gtkprogressbar.c:187 -#: ../gtk/gtkprinter.c:165 +#: gtk/gtkprinter.c:165 msgid "Location" msgstr "Qonum" # gtk/gtktoolbar.c:224 -#: ../gtk/gtkprinter.c:166 +#: gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "Bastırıcınıñ mekânı" # gtk/gtktreeview.c:458 -#: ../gtk/gtkprinter.c:173 +#: gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "Bastırıcı içün qullanılacaq işaretçik ismi" -#: ../gtk/gtkprinter.c:179 +#: gtk/gtkprinter.c:179 msgid "Job Count" msgstr "İş Sayacı" # gtk/gtktable.c:157 -#: ../gtk/gtkprinter.c:180 +#: gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "Bastırıcıda nevbetlendirilgen işlerniñ sayısı" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkprinter.c:198 +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "Tınışlanğan Bastırıcı" -#: ../gtk/gtkprinter.c:199 +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "DOĞRU ise bu bastırıcı tınışlanğandır" # gtk/gtkwidget.c:470 -#: ../gtk/gtkprinter.c:212 +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "İşler Qabul Etile" -#: ../gtk/gtkprinter.c:213 +#: gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "DOĞRU ise bu bastırıcı yañı işlerni qabul ete" # gtk/gtkalignment.c:130 -#: ../gtk/gtkprinteroptionwidget.c:123 +#: gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "Menba ihtiyariyatı" -#: ../gtk/gtkprinteroptionwidget.c:124 +#: gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "Bu pencereçikni arqalağan PrinterOption" # gtk/gtkwindow.c:333 -#: ../gtk/gtkprintjob.c:117 +#: gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "Bastırma işiniñ serlevası" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkprintjob.c:125 +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "Bastırıcı" -#: ../gtk/gtkprintjob.c:126 +#: gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "İşniñ bastırılacağı bastırıcı" # tüklü -#: ../gtk/gtkprintjob.c:134 +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "Tesbitler" -#: ../gtk/gtkprintjob.c:135 +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "Bastırıcı tesbitleri" # gtk/gtkruler.c:148 -#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 -#: ../gtk/gtkprintunixdialog.c:258 +#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "Saife Tesbiti" -#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "Bastırma Durumını Taqip Et" -#: ../gtk/gtkprintjob.c:153 +#: gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." @@ -4784,57 +4811,57 @@ msgstr "" "eter." # gtk/gtkwindow.c:399 -#: ../gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "Ög-belgilengen Saife Tesbiti" -#: ../gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "Ög-belgilengen olaraq qullanılacaq GtkPageSetup" -#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "Bastıruv Tesbitleri" -#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "Dialognı başlanğıçlandıruv içün qullanılacaq GtkPrintSettings" # gtk/gtkfontsel.c:185 -#: ../gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "İş İsmi" -#: ../gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "Bastırma işini kimliklendirmek içün qullanılğan tizgi." -#: ../gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "Saife Sayısı" # gtk/gtktable.c:157 -#: ../gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr "Belgedeki saife sayısı." # gtk/gtkcolorsel.c:1689 -#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "Ağımdaki Saife" # gtk/gtkcellrenderertoggle.c:128 -#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "Belgedeki cari saife" # gtk/gtklabel.c:212 -#: ../gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "Tam saife qullan" # tüklü -#: ../gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1007 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" @@ -4842,7 +4869,7 @@ msgstr "" "DOĞRU ise, kontekstniñ menşei saifeniñ köşesinde olmalıdır, suretlenebilir " "mesahanıñ köşesinde degil" -#: ../gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1028 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." @@ -4851,83 +4878,83 @@ msgstr "" "yiberilgen soñ bastıruv işlemi bastıruv işiniñ durumı aqqında bildirmege " "devam eter." -#: ../gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "Birlem" -#: ../gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "Kontekst içerisinde mesafelerniñ ölçele bilecegi birlem" # gtk/gtktable.c:174 -#: ../gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "Dialog Köster" -#: ../gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr "DOĞRU ise bastıruv esnasında bir teraqqiyat dialogı kösterilir." -#: ../gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "Eş-zamansız Caizdir" -#: ../gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "DOĞRU ise bastıruv esnası eş-zamansız olaraq çapa bilir." # gtk/gtkfilesel.c:502 -#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "İhracat dosye adı" -#: ../gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "Durum" # gtk/gtkcellrenderertoggle.c:128 -#: ../gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "Bastıruv işleminiñ durumı" -#: ../gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "Durum Tizgisi" -#: ../gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "Durumnıñ insanca oqula bilgen tasviri" # gtk/gtkcolorsel.c:1703 -#: ../gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "Şahsiyleştirilgen ilmek etiketi" -#: ../gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "Şahsiyleştirilgen pencereçiklerni ihtiva etken ilmek içün etiket." -#: ../gtk/gtkprintunixdialog.c:259 +#: gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "Qullanılacaq GtkPageSetup" # gtk/gtkfilesel.c:503 -#: ../gtk/gtkprintunixdialog.c:284 +#: gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "Saylanğan Bastırıcı" # gtk/gtkfontsel.c:193 -#: ../gtk/gtkprintunixdialog.c:285 +#: gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "Saylanğan olğan GtkPrinter" # gtk/gtkprogress.c:122 -#: ../gtk/gtkprogress.c:102 +#: gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "Faaliyet tarzı" # gtk/gtkprogress.c:123 -#: ../gtk/gtkprogress.c:103 +#: gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " @@ -4938,50 +4965,50 @@ msgstr "" "degil. Bu, ne qadar sürecegini bilmegeniñiz bir şey yapılğanda qullanılır." # gtk/gtkprogress.c:130 -#: ../gtk/gtkprogress.c:111 +#: gtk/gtkprogress.c:111 msgid "Show text" msgstr "Metinni köster" # gtk/gtkprogress.c:131 -#: ../gtk/gtkprogress.c:112 +#: gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "Teraqqiyatnıñ metin olaraq kösterilip kösterilmeycegi." # tüklü # gtk/gtkprogressbar.c:132 -#: ../gtk/gtkprogressbar.c:119 +#: gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "Teraqqiyat çubuğına bağlanğan GtkAdjustment (Takbih etilgen)" # gtk/gtkprogressbar.c:148 -#: ../gtk/gtkprogressbar.c:135 +#: gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "Çubuq uslûbı" # tüklü # gtk/gtkprogressbar.c:149 -#: ../gtk/gtkprogressbar.c:136 +#: gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "Faiz tarzında çubuqnıñ körsel uslûbını belirtir (Takbih etilgen)" # gtk/gtkprogressbar.c:157 -#: ../gtk/gtkprogressbar.c:144 +#: gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "Faaliyet Adımı" # tüklü # gtk/gtkprogressbar.c:158 -#: ../gtk/gtkprogressbar.c:145 +#: gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "Faaliyet tarzında er keneleme içün qullanılğan artım (Takbih etilgen)" # gtk/gtkprogressbar.c:167 -#: ../gtk/gtkprogressbar.c:152 +#: gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "Faaliyet Blokları" # gtk/gtkprogressbar.c:168 -#: ../gtk/gtkprogressbar.c:153 +#: gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" @@ -4991,12 +5018,12 @@ msgstr "" # tüklü # gtk/gtkprogressbar.c:177 -#: ../gtk/gtkprogressbar.c:160 +#: gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "Munfasıl Bloklar" # gtk/gtkprogressbar.c:178 -#: ../gtk/gtkprogressbar.c:161 +#: gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" @@ -5005,33 +5032,33 @@ msgstr "" "kösterilgende)" # gtk/gtkprogressbar.c:187 -#: ../gtk/gtkprogressbar.c:168 +#: gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "Kesir" # gtk/gtkprogressbar.c:188 -#: ../gtk/gtkprogressbar.c:169 +#: gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "Tolay işniñ tamamlanğan olğan kesiri" # gtk/gtkprogressbar.c:197 -#: ../gtk/gtkprogressbar.c:176 +#: gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "Nabız Adımı" # gtk/gtkprogressbar.c:198 -#: ../gtk/gtkprogressbar.c:177 +#: gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "" "Nabız etilgende sıçrav blokunıñ areket ettirilecegi topyekün teraqqiyatnıñ " "kesiri" # gtk/gtkprogressbar.c:208 -#: ../gtk/gtkprogressbar.c:185 +#: gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "Teraqqiyat çubuğında kösterilecek metin" -#: ../gtk/gtkprogressbar.c:207 +#: gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." @@ -5041,69 +5068,69 @@ msgstr "" "yer." # gtk/gtkbox.c:126 gtk/gtkpacker.c:229 -#: ../gtk/gtkprogressbar.c:214 +#: gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "XBoşluqlaması" -#: ../gtk/gtkprogressbar.c:215 +#: gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "Bir teraqqiyat çubuğınıñ kenişligine uyğulanacaq ziyade boşluqlama." # gtk/gtkbox.c:126 gtk/gtkpacker.c:229 -#: ../gtk/gtkprogressbar.c:220 +#: gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "YBoşluqlama" -#: ../gtk/gtkprogressbar.c:221 +#: gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "Bir teraqqiyat çubuğınıñ yüksekligine uyğulanacaq ziyade boşluqlama." # gtk/gtktreeview.c:544 -#: ../gtk/gtkprogressbar.c:234 +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "Eñ kiçik ufqiy çubuq kenişligi" # gtk/gtkframe.c:133 -#: ../gtk/gtkprogressbar.c:235 +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "Teraqqiyat çubuğınıñ asğariy ufqiy kenişligi" # gtk/gtkalignment.c:102 -#: ../gtk/gtkprogressbar.c:247 +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "Eñ kiçik ufqiy çubuq yüksekligi" # gtk/gtkprogressbar.c:208 -#: ../gtk/gtkprogressbar.c:248 +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "Teraqqiyat çubuğınıñ asğariy ufqiy yüksekligi" # gtk/gtktreeview.c:535 -#: ../gtk/gtkprogressbar.c:260 +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "Eñ kiçik vertikal çubuq kenişligi" # gtk/gtkprogressbar.c:208 -#: ../gtk/gtkprogressbar.c:261 +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "Teraqqiyat çubuğınıñ asğariy vertikal kenişligi" # gtk/gtkbbox.c:124 -#: ../gtk/gtkprogressbar.c:273 +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "Eñ kiçik vertikal çubuq yüksekligi" # gtk/gtkprogressbar.c:208 -#: ../gtk/gtkprogressbar.c:274 +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "Teraqqiyat çubuğınıñ asğariy vertikal yüksekligi" # gtk/gtksettings.c:175 -#: ../gtk/gtkradioaction.c:111 +#: gtk/gtkradioaction.c:111 msgid "The value" msgstr "Qıymeti" -#: ../gtk/gtkradioaction.c:112 +#: gtk/gtkradioaction.c:112 msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." @@ -5111,171 +5138,175 @@ msgstr "" "Bu amel, zümresiniñ ağımdaki ameli olğanda gtk_radio_action_get_current_value" "() tarafından qaytarılğan qıymet." -#: ../gtk/gtkradioaction.c:129 +#: gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "Bu amelniñ ait olğanı zümreniñ radio ameli." # gtk/gtkcolorsel.c:1683 -#: ../gtk/gtkradioaction.c:144 +#: gtk/gtkradioaction.c:144 msgid "The current value" msgstr "Ağımdaki qıymet" -#: ../gtk/gtkradioaction.c:145 +#: gtk/gtkradioaction.c:145 msgid "" "The value property of the currently active member of the group to which this " "action belongs." msgstr "Bu amelniñ ait olğanı zümreniñ ağımdaki faal azasınıñ qıymet hasiyeti." -#: ../gtk/gtkradiobutton.c:83 +#: gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "Bu pencereçikniñ ait olğanı zümreniñ radio dögmesi." -#: ../gtk/gtkradiomenuitem.c:344 +#: gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "Bu pencereçikniñ ait olğanı zümreniñ radio menü unsurı." -#: ../gtk/gtkradiotoolbutton.c:66 +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "Bu dögmeniñ ait olğanı zümreniñ radio alet dögmesi." # tüklü # gtk/gtkrange.c:256 -#: ../gtk/gtkrange.c:358 +#: gtk/gtkrange.c:358 msgid "Update policy" msgstr "Yañartma siyaseti" # tüklü # gtk/gtkrange.c:257 -#: ../gtk/gtkrange.c:359 +#: gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "Menzilniñ ekran üzerinde nasıl güncellenecegi" # gtk/gtkrange.c:266 -#: ../gtk/gtkrange.c:368 +#: gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "Bu menzil nesnesiniñ ağımdaki qıymetini ihtiva etken GtkAdjustment" # tüklü # gtk/gtkrange.c:273 -#: ../gtk/gtkrange.c:375 +#: gtk/gtkrange.c:375 msgid "Inverted" msgstr "Ters aylandırılğan" # gtk/gtkrange.c:274 -#: ../gtk/gtkrange.c:376 +#: gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" -msgstr "Sürgü areketiniñ, menzil qıymetini büyütecek ters aylandırılğan yönelişi" +msgstr "" +"Sürgü areketiniñ, menzil qıymetini büyütecek ters aylandırılğan yönelişi" -#: ../gtk/gtkrange.c:383 +#: gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "Aşağı adımlayıcı hassasiyeti" -#: ../gtk/gtkrange.c:384 +#: gtk/gtkrange.c:384 msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" msgstr "Adımlayıcı içün tadilniñ alt yanına nişanlağan hassasiyet siyaseti" -#: ../gtk/gtkrange.c:392 +#: gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "Yuqarı adımlayıcı hassasiyeti" -#: ../gtk/gtkrange.c:393 +#: gtk/gtkrange.c:393 msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" msgstr "Adımlayıcı içün tadilniñ üst yanına nişanlağan hassasiyet siyaseti" -#: ../gtk/gtkrange.c:410 +#: gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "Tolma Seviyesini Köster" -#: ../gtk/gtkrange.c:411 +#: gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "" "Uluq üzerinde bir tolma seviyesi köstergiçi grafiginiñ kösterilip " "kösterilmeycegi." -#: ../gtk/gtkrange.c:427 +#: gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "Tolma Seviyesine Sıñırla" -#: ../gtk/gtkrange.c:428 +#: gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "Üst hudutnıñ tolma seviyesine sıñırlandırılıp sıñırlandırılmaycağı." -#: ../gtk/gtkrange.c:443 +#: gtk/gtkrange.c:443 msgid "Fill Level" msgstr "Tolma Seviyesi" -#: ../gtk/gtkrange.c:444 +#: gtk/gtkrange.c:444 msgid "The fill level." msgstr "Tolma seviyesi." # gtk/gtkrange.c:280 -#: ../gtk/gtkrange.c:452 +#: gtk/gtkrange.c:452 msgid "Slider Width" msgstr "Sürgü Kenişligi" # tüklü # gtk/gtkrange.c:281 -#: ../gtk/gtkrange.c:453 +#: gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "Taydırma çubuğınıñ ya da miqyas başparmağınıñ kenişligi" # gtk/gtkrange.c:288 -#: ../gtk/gtkrange.c:460 +#: gtk/gtkrange.c:460 msgid "Trough Border" msgstr "Uluq Sıñırı" # tüklü # gtk/gtkrange.c:289 -#: ../gtk/gtkrange.c:461 +#: gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" -msgstr "Başparmaq/adımlayıcılar ile tış uluq şevi (qabartması) arasındaki boşluqlama" +msgstr "" +"Başparmaq/adımlayıcılar ile tış uluq şevi (qabartması) arasındaki boşluqlama" # gtk/gtkrange.c:296 -#: ../gtk/gtkrange.c:468 +#: gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "Adımlayıcı Ölçüsi" # gtk/gtkrange.c:297 -#: ../gtk/gtkrange.c:469 +#: gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "Uclardaki adım dögmeleriniñ uzunlığı" # gtk/gtkrange.c:304 -#: ../gtk/gtkrange.c:484 +#: gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "Adımlayıcı Boşluqlaması" # gtk/gtkrange.c:305 -#: ../gtk/gtkrange.c:485 +#: gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "Adım dögmeleri ile başparmaq arasındaki boşluqlama" -#: ../gtk/gtkrange.c:492 +#: gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "Oq X Yersizleştirilmesi" -#: ../gtk/gtkrange.c:493 -msgid "How far in the x direction to move the arrow when the button is depressed" +#: gtk/gtkrange.c:493 +msgid "" +"How far in the x direction to move the arrow when the button is depressed" msgstr "Dögmege basılğanında oqnıñ x yönelişinde ne qadar areket ettirilecegi" -#: ../gtk/gtkrange.c:500 +#: gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "Oq Y X Yersizleştirilmesi" -#: ../gtk/gtkrange.c:501 -msgid "How far in the y direction to move the arrow when the button is depressed" +#: gtk/gtkrange.c:501 +msgid "" +"How far in the y direction to move the arrow when the button is depressed" msgstr "Dögmege basılğanında oqnıñ y yönelişinde ne qadar areket ettirilecegi" -#: ../gtk/gtkrange.c:509 +#: gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "Süyrekleme esnasında sürgüni FAAL olaraq sız" # tüklü -#: ../gtk/gtkrange.c:510 +#: gtk/gtkrange.c:510 msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" @@ -5283,11 +5314,11 @@ msgstr "" "Bu ihtiyariyat DOĞRU olğanda, sürgüler süyreklenüvleri esnasında FAAL ve " "KÖLGELİ olaraq sızılır" -#: ../gtk/gtkrange.c:524 +#: gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "Uluq Yan Tafsilâtı" -#: ../gtk/gtkrange.c:525 +#: gtk/gtkrange.c:525 msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" @@ -5295,11 +5326,11 @@ msgstr "" "DOĞRU olğanda, sürgüniñ er eki tarafındaki uluq parçaları deñişik " "tafsilâtnen sızılır" -#: ../gtk/gtkrange.c:541 +#: gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "Uluq Adımlayıcılar Altında" -#: ../gtk/gtkrange.c:542 +#: gtk/gtkrange.c:542 msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" @@ -5308,308 +5339,313 @@ msgstr "" "boşluqlamanıñ harıçmı tutulacağı" # gtk/gtktable.c:174 -#: ../gtk/gtkrange.c:555 +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "Oq miqyaslaması" -#: ../gtk/gtkrange.c:556 +#: gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "Taydırma dögmesi ölçüsine nazaran oq miqyaslaması" -#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 +#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "Nomeralarnı Köster" # gtk/gtkcheckmenuitem.c:115 -#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 +#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "Unsurlarnıñ bir numara ile beraber kösterilip kösterilmeycegi" # tüklü -#: ../gtk/gtkrecentchooser.c:132 +#: gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "Demi İdarecisi" -#: ../gtk/gtkrecentchooser.c:133 +#: gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "Qullanılacaq RecentManager nesnesi" # gtk/gtkprogress.c:130 -#: ../gtk/gtkrecentchooser.c:147 +#: gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "Hususiylerni Köster" # gtk/gtkfilesel.c:510 -#: ../gtk/gtkrecentchooser.c:148 +#: gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "Hususiy unsurlarnıñ kösterilip kösterilmeycegi" -#: ../gtk/gtkrecentchooser.c:161 +#: gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "Alet-qaranelerini Köster" # gtk/gtknotebook.c:376 -#: ../gtk/gtkrecentchooser.c:162 +#: gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "Unsur üzerinde bir alet-qaranesiniñ olıp olmaycağı" -#: ../gtk/gtkrecentchooser.c:174 +#: gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "İşaretçiklerni Köster" # gtk/gtknotebook.c:376 -#: ../gtk/gtkrecentchooser.c:175 +#: gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "Unsurnıñ yanında bir işaretçikniñ olıp olmaycağı" -#: ../gtk/gtkrecentchooser.c:190 +#: gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "Tapılamağanlarnı Köster" # tüklü # gtk/gtkfilesel.c:510 -#: ../gtk/gtkrecentchooser.c:191 +#: gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "" "Faydalanıla bilmegen çoqraqlarnı belirtken unsurlarnıñ kösterilip " "kösterilmeycegi" -#: ../gtk/gtkrecentchooser.c:204 +#: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "Çoq sayılı unsurlarnıñ saylamına izin berilip berilmeycegi" -#: ../gtk/gtkrecentchooser.c:217 +#: gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "Ancaq yerli" # tüklü # gtk/gtkprogress.c:131 -#: ../gtk/gtkrecentchooser.c:218 +#: gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "" "Saylanğan çoqraq(lar)nıñ mevqiy dosye (file:) URI'lerine sıñırlanıp " "sıñırlanmaycağı" # tüklü -#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 +#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "Had" # gtk/gtkspinbutton.c:222 -#: ../gtk/gtkrecentchooser.c:235 +#: gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "Kösterilecek azamiy unsur sayısı" # gtk/gtkhandlebox.c:183 gtk/gtkmenubar.c:154 gtk/gtkstatusbar.c:157 # gtk/gtktoolbar.c:276 gtk/gtkviewport.c:147 -#: ../gtk/gtkrecentchooser.c:249 +#: gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "Sıralama Türü" # gtk/gtktogglebutton.c:161 -#: ../gtk/gtkrecentchooser.c:250 +#: gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "Kösterilgen unsurlarnıñ sıralama tertibi" -#: ../gtk/gtkrecentchooser.c:265 +#: gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" -msgstr "Angi çoqraqlarnıñ kösterilecegini saylamaq içün qullanılğan ağımdaki süzgüç" +msgstr "" +"Angi çoqraqlarnıñ kösterilecegini saylamaq içün qullanılğan ağımdaki süzgüç" -#: ../gtk/gtkrecentmanager.c:215 +#: gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "Listeni mağazlamaq ve oqumaq içün qullanılacaq dosyeniñ tam yolçığı" -#: ../gtk/gtkrecentmanager.c:230 -msgid "The maximum number of items to be returned by gtk_recent_manager_get_items()" -msgstr "gtk_recent_manager_get_items() tarafından qaytarılacaq azamiy unsur sayısı" +#: gtk/gtkrecentmanager.c:230 +msgid "" +"The maximum number of items to be returned by gtk_recent_manager_get_items()" +msgstr "" +"gtk_recent_manager_get_items() tarafından qaytarılacaq azamiy unsur sayısı" -#: ../gtk/gtkrecentmanager.c:246 +#: gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "Demi qullanılğan çoqraqlar listesiniñ ölçüsi" # gtk/gtkruler.c:118 -#: ../gtk/gtkruler.c:128 +#: gtk/gtkruler.c:128 msgid "Lower" msgstr "Alt" # gtk/gtkruler.c:119 -#: ../gtk/gtkruler.c:129 +#: gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "Cedvelniñ alt hadı" # gtk/gtkruler.c:128 -#: ../gtk/gtkruler.c:138 +#: gtk/gtkruler.c:138 msgid "Upper" msgstr "Üst" # gtk/gtkruler.c:129 -#: ../gtk/gtkruler.c:139 +#: gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "Cedvelniñ üst hadı" # gtk/gtkruler.c:139 -#: ../gtk/gtkruler.c:149 +#: gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "Cedvel üzerindeki tamğanıñ mevamı" # gtk/gtkruler.c:148 -#: ../gtk/gtkruler.c:158 +#: gtk/gtkruler.c:158 msgid "Max Size" msgstr "Azamiy Ölçü" # gtk/gtkruler.c:149 -#: ../gtk/gtkruler.c:159 +#: gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "Cedvelniñ azamiy ölçüsi" # tüklü # gtk/gtkspinbutton.c:239 -#: ../gtk/gtkruler.c:174 +#: gtk/gtkruler.c:174 msgid "Metric" msgstr "Ölçem" # gtk/gtktreeview.c:458 -#: ../gtk/gtkruler.c:175 +#: gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "Cedvel içün qullanılacaq ölçem" # gtk/gtkscale.c:149 -#: ../gtk/gtkscale.c:201 +#: gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "Qıymette kösterilgen onarlama kesir haneleri sayısı" # gtk/gtkscale.c:158 -#: ../gtk/gtkscale.c:210 +#: gtk/gtkscale.c:210 msgid "Draw Value" msgstr "Qıymetni Sız" # gtk/gtkscale.c:159 -#: ../gtk/gtkscale.c:211 +#: gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "" "Ağımdaki qıymetniñ bir tizgi olaraq sürgüniñ yanında kösterilip " "kösterilmeycegi" # gtk/gtkscale.c:166 -#: ../gtk/gtkscale.c:218 +#: gtk/gtkscale.c:218 msgid "Value Position" msgstr "Qıymet Mevamı" # gtk/gtkscale.c:167 -#: ../gtk/gtkscale.c:219 +#: gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "Ağımdaki qıymetniñ kösterilecegi mevam" # gtk/gtkscale.c:174 -#: ../gtk/gtkscale.c:226 +#: gtk/gtkscale.c:226 msgid "Slider Length" msgstr "Sürgü Uzunlığı" # gtk/gtkscale.c:175 -#: ../gtk/gtkscale.c:227 +#: gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "Miqyasnıñ sürgüsiniñ uzunlığı" # gtk/gtkscale.c:183 -#: ../gtk/gtkscale.c:235 +#: gtk/gtkscale.c:235 msgid "Value spacing" msgstr "Qıymet boşluqlaması" # gtk/gtkscale.c:184 -#: ../gtk/gtkscale.c:236 +#: gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "Sürgü/Uluq mesahası ile qıymet metni arasındaki boşluq" # gtk/gtkwidget.c:393 -#: ../gtk/gtkscalebutton.c:207 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Miqyasnıñ qıymeti" # gtk/gtktoolbar.c:290 -#: ../gtk/gtkscalebutton.c:217 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "İşaretçik ölçüsi" # gtk/gtkrange.c:266 -#: ../gtk/gtkscalebutton.c:226 -msgid "The GtkAdjustment that contains the current value of this scale button object" -msgstr "Bu miqyas dögmesi nesnesiniñ ağımdaki qıymetini ihtiva etken GtkAdjustment" +#: gtk/gtkscalebutton.c:226 +msgid "" +"The GtkAdjustment that contains the current value of this scale button object" +msgstr "" +"Bu miqyas dögmesi nesnesiniñ ağımdaki qıymetini ihtiva etken GtkAdjustment" -#: ../gtk/gtkscalebutton.c:254 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "İşaretçikler" # gtk/gtkfontsel.c:185 -#: ../gtk/gtkscalebutton.c:255 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "İşaretçik isimleriniñ listesi" # gtk/gtkscrollbar.c:76 -#: ../gtk/gtkscrollbar.c:51 +#: gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "Eñ Kiçik Sürgü Uzunlığı" # gtk/gtkscrollbar.c:77 -#: ../gtk/gtkscrollbar.c:52 +#: gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "Taydırma çubuğınıñ sürgüsiniñ eñ kiçik uzunlığı" # gtk/gtkscrollbar.c:85 -#: ../gtk/gtkscrollbar.c:60 +#: gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "Sabit sürgü ölçüsi" # gtk/gtkscrollbar.c:86 -#: ../gtk/gtkscrollbar.c:61 +#: gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "Sürgü ölçüsini deñiştirme, sadece onı eñ kiçik uzunlıqqa kilitle" # gtk/gtkscrollbar.c:110 -#: ../gtk/gtkscrollbar.c:82 -msgid "Display a second backward arrow button on the opposite end of the scrollbar" +#: gtk/gtkscrollbar.c:82 +msgid "" +"Display a second backward arrow button on the opposite end of the scrollbar" msgstr "Taydırma çubuğınıñ muhalif ucunda ekinci bir keri oq dögmesini köster" # gtk/gtkscrollbar.c:118 -#: ../gtk/gtkscrollbar.c:89 -msgid "Display a second forward arrow button on the opposite end of the scrollbar" +#: gtk/gtkscrollbar.c:89 +msgid "" +"Display a second forward arrow button on the opposite end of the scrollbar" msgstr "Taydırma çubuğınıñ muhalif ucunda ekinci bir ileri oq dögmesini köster" # gtk/gtktext.c:594 gtk/gtktreeview.c:465 -#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 -#: ../gtk/gtktreeview.c:578 +#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "Ufqiy Tadil" # gtk/gtktext.c:602 gtk/gtktreeview.c:473 -#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 -#: ../gtk/gtktreeview.c:586 +#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "Vertikal Tadil" # gtk/gtkalignment.c:121 -#: ../gtk/gtkscrolledwindow.c:232 +#: gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "Ufqiy Taydırma Çubuğı Siyaseti" -#: ../gtk/gtkscrolledwindow.c:233 +#: gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "Ufqiy taydırma çubuğınıñ ne zaman kösterilecegi" # gtk/gtkalignment.c:130 -#: ../gtk/gtkscrolledwindow.c:240 +#: gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "Vertikal Taydırma Çubuğı Siyaseti" -#: ../gtk/gtkscrolledwindow.c:241 +#: gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "Vertikal taydırma çubuğınıñ ne zaman kösterilecegi" # gtk/gtkwindow.c:332 -#: ../gtk/gtkscrolledwindow.c:249 +#: gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "Pencere Yerleşimi" -#: ../gtk/gtkscrolledwindow.c:250 +#: gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." @@ -5619,11 +5655,11 @@ msgstr "" "tesirli olur." # gtk/gtkwindow.c:332 -#: ../gtk/gtkscrolledwindow.c:267 +#: gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "Pencere Yerleşimi Tesbitli" -#: ../gtk/gtkscrolledwindow.c:268 +#: gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." @@ -5633,41 +5669,42 @@ msgstr "" # gtk/gtkhandlebox.c:183 gtk/gtkmenubar.c:154 gtk/gtkstatusbar.c:157 # gtk/gtktoolbar.c:276 gtk/gtkviewport.c:147 -#: ../gtk/gtkscrolledwindow.c:274 +#: gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "Kölge Türü" # gtk/gtkmenubar.c:155 -#: ../gtk/gtkscrolledwindow.c:275 +#: gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "Mündericeniñ etrafındaki şevniñ uslûbı" # gtk/gtktable.c:183 -#: ../gtk/gtkscrolledwindow.c:289 +#: gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "Taydırma çubuqları şevniñ içerisinde" # gtk/gtkentry.c:447 -#: ../gtk/gtkscrolledwindow.c:290 +#: gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" -msgstr "Taydırma çubuqlarını taydırılğan pencereniñ şeviniñ içerisine yerleştir" +msgstr "" +"Taydırma çubuqlarını taydırılğan pencereniñ şeviniñ içerisine yerleştir" # gtk/gtktable.c:183 -#: ../gtk/gtkscrolledwindow.c:296 +#: gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "Taydırma çubuğı boşluqlaması" # gtk/gtkentry.c:447 -#: ../gtk/gtkscrolledwindow.c:297 +#: gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "Taydırma çubuqları ile taydırılğan pencere arasındaki piksel sayısı" # gtk/gtkwindow.c:332 -#: ../gtk/gtkscrolledwindow.c:312 +#: gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "Taydırılğan Pencere Yerleşimi" -#: ../gtk/gtkscrolledwindow.c:313 +#: gtk/gtkscrolledwindow.c:313 msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." @@ -5676,22 +5713,22 @@ msgstr "" "qonumlanacağı, eger taydırılğan pencereniñ öz yerleşimi tarafından üstünden " "aydalğan olmasa." -#: ../gtk/gtkseparatortoolitem.c:105 +#: gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "Sız" # gtk/gtktoolbar.c:260 -#: ../gtk/gtkseparatortoolitem.c:106 +#: gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "Ayırğıç sızılırmı yoqsa sadece boş olurmı" # gtk/gtksettings.c:143 -#: ../gtk/gtksettings.c:215 +#: gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "Çifte Çertme Vaqtı" # gtk/gtksettings.c:144 -#: ../gtk/gtksettings.c:216 +#: gtk/gtksettings.c:216 msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" @@ -5700,56 +5737,57 @@ msgstr "" "(millisaniye cınsından)" # gtk/gtksettings.c:143 -#: ../gtk/gtksettings.c:223 +#: gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "Çifte Çertme Mesafesi" # gtk/gtksettings.c:144 -#: ../gtk/gtksettings.c:224 +#: gtk/gtksettings.c:224 msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" msgstr "" -"Çifte çertme olaraq mulâaza etilüvi içün eki çertme arasındaki azamiy " -"mesafe (piksel cınsından)" +"Çifte çertme olaraq mulâaza etilüvi içün eki çertme arasındaki azamiy mesafe " +"(piksel cınsından)" # gtk/gtksettings.c:151 -#: ../gtk/gtksettings.c:240 +#: gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "İmleç Qıpması" # gtk/gtksettings.c:152 -#: ../gtk/gtksettings.c:241 +#: gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "İmleçniñ qıpıp qıpmaycağı." # gtk/gtksettings.c:159 -#: ../gtk/gtksettings.c:248 +#: gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "İmleç Qıpması Vaqtı" # gtk/gtksettings.c:160 -#: ../gtk/gtksettings.c:249 +#: gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "İmleç qıpması döngüsiniñ uzunlığı, millisaniye cınsından" # gtk/gtksettings.c:159 -#: ../gtk/gtksettings.c:268 +#: gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "İmleç Qıpması Zaman Aşımı" # gtk/gtksettings.c:160 -#: ../gtk/gtksettings.c:269 +#: gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" -msgstr "İmleçniñ qıpuvnı toqtatuvı içün keçüvi kerek olğan vaqıt, saniye cınsından" +msgstr "" +"İmleçniñ qıpuvnı toqtatuvı içün keçüvi kerek olğan vaqıt, saniye cınsından" # gtk/gtksettings.c:167 -#: ../gtk/gtksettings.c:276 +#: gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "Yarılğan İmleç" # gtk/gtksettings.c:168 -#: ../gtk/gtksettings.c:277 +#: gtk/gtksettings.c:277 msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" @@ -5758,172 +5796,175 @@ msgstr "" "kösterilmeycegi" # gtk/gtksettings.c:175 -#: ../gtk/gtksettings.c:284 +#: gtk/gtksettings.c:284 msgid "Theme Name" msgstr "Tema İsmi" # gtk/gtksettings.c:176 -#: ../gtk/gtksettings.c:285 +#: gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "Yüklenecek tema emir-çaptır (RC) dosyesiniñ ismi" # gtk/gtksettings.c:175 -#: ../gtk/gtksettings.c:293 +#: gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "İşaretçik Teması Adı" -#: ../gtk/gtksettings.c:294 +#: gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "Qullanılacaq işaretçik temasınıñ adı" # gtk/gtksettings.c:175 -#: ../gtk/gtksettings.c:302 +#: gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "Keri-tüşme İşaretçik Teması Adı" -#: ../gtk/gtksettings.c:303 +#: gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "Keri tüşülecek bir işaretçik temasınıñ adı" # gtk/gtksettings.c:183 -#: ../gtk/gtksettings.c:311 +#: gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "Anahtar Teması İsmi" # gtk/gtksettings.c:184 -#: ../gtk/gtksettings.c:312 +#: gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "Yüklenecek anahtar teması emir-çaptır (RC) dosyesiniñ ismi" # gtk/gtkmenubar.c:147 -#: ../gtk/gtksettings.c:320 +#: gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "Menü çubuğı tezleştiricisi" # tüklü # gtk/gtkmenubar.c:148 -#: ../gtk/gtksettings.c:321 +#: gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "Menü çubuğını faalleştirecek tuş-bağlaması" -#: ../gtk/gtksettings.c:329 +#: gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "Süyrekleme bosağası" -#: ../gtk/gtksettings.c:330 +#: gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "Süyreklemeden evel imleçniñ areket ete bilecegi piksel sayısı" # gtk/gtkfontsel.c:185 -#: ../gtk/gtksettings.c:338 +#: gtk/gtksettings.c:338 msgid "Font Name" msgstr "Urufat İsmi" -#: ../gtk/gtksettings.c:339 +#: gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "Qullanılacaq ög-belgilengen urufat adı" # gtk/gtkcellrenderertext.c:282 gtk/gtkcellrenderertext.c:283 # gtk/gtktexttag.c:347 gtk/gtktexttag.c:348 -#: ../gtk/gtksettings.c:361 +#: gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "İşaretçik Ölçüleri" -#: ../gtk/gtksettings.c:362 +#: gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "İşaretçik ölçüleri listesi (gtk-menu=16,16;gtk-button=20,20..." -#: ../gtk/gtksettings.c:370 +#: gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "GTK Modülleri" -#: ../gtk/gtksettings.c:371 +#: gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "Al-azırda faal olğan GTK modülleriniñ listesi" # tüklü -#: ../gtk/gtksettings.c:380 +#: gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Xft Rumuzsızlaştırması" -#: ../gtk/gtksettings.c:381 +#: gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "" "Xft urufatlarınıñ rumuzsızlaştırılıp rumuzsızlaştırılmaycağı " "(tegizleştirme); 0=hayır, 1=ebet, -1= ög-belgilengen" -#: ../gtk/gtksettings.c:390 +#: gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Xft Kinayelemesi" -#: ../gtk/gtksettings.c:391 +#: gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "" "Xft urufatlarınıñ kinayelenip kinayelenmeycegi; 0=hayır, 1=ebet, -1= ög-" "belgilengen" -#: ../gtk/gtksettings.c:400 +#: gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Xft Kinaye Uslûbı" -#: ../gtk/gtksettings.c:401 -msgid "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" +#: gtk/gtksettings.c:401 +msgid "" +"What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "" "Qaysı derecede kinayelemeniñ qullanılacağı; iç (hintnone), az (hintslight), " "orta (hintmedium) yaki tam (hintfull)" -#: ../gtk/gtksettings.c:410 +#: gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft RGBA (Qızıl Yeşil Mavı Alfa)" -#: ../gtk/gtksettings.c:411 +#: gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "Alt-piksel rumuzsızlaştırma türü; none (iç), rgb, bgr, vrgb, vbgr" -#: ../gtk/gtksettings.c:420 +#: gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Xft DPI (Düym Başına Benek)" -#: ../gtk/gtksettings.c:421 +#: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" msgstr "" "Xft içün çezinirlik, 1024 * benek/düym olaraq. Ög-belgilengen qıymetni " "qullanmaq içün -1" # gtk/gtksettings.c:175 -#: ../gtk/gtksettings.c:430 +#: gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "İmleç teması adı" -#: ../gtk/gtksettings.c:431 +#: gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" msgstr "" "Qullanılacaq imleç temasınıñ adı ya da ög-belgilengen temanı qullanmaq içün " "NULL" # gtk/gtktextview.c:616 -#: ../gtk/gtksettings.c:439 +#: gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "İmleç teması ölçüsi" -#: ../gtk/gtksettings.c:440 +#: gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" -msgstr "İmleçler içün qullanılacaq ölçü ya da ög-belgilengen ölçü qullanmaq içün 0" +msgstr "" +"İmleçler içün qullanılacaq ölçü ya da ög-belgilengen ölçü qullanmaq içün 0" -#: ../gtk/gtksettings.c:450 +#: gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "Alternativ dögme sırası" # gtk/gtknotebook.c:369 -#: ../gtk/gtksettings.c:451 +#: gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" -msgstr "Dialogtaki dögmelerniñ alternativ dögme sırasını qullanıp qullanmaycağı" +msgstr "" +"Dialogtaki dögmelerniñ alternativ dögme sırasını qullanıp qullanmaycağı" -#: ../gtk/gtksettings.c:468 +#: gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "Alternativ sıralama köstergiçi yönelişi" -#: ../gtk/gtksettings.c:469 +#: gtk/gtksettings.c:469 msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" @@ -5931,11 +5972,11 @@ msgstr "" "Listelerde ve terek körünimlerinde sıralama köstergiçleri yönelişiniñ ög-" "belgilengenge (aşağı köterilerek demek) qıyasen tersine olıp olmağanı" -#: ../gtk/gtksettings.c:477 +#: gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "'Kirdi Usulları' menüsini köster" -#: ../gtk/gtksettings.c:478 +#: gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" @@ -5943,11 +5984,11 @@ msgstr "" "Kirildilerniñ ve metin körünimleriniñ kontekst menüleriniñ kirdi usulını " "deñiştirüvni teklif etip etmeycegi" -#: ../gtk/gtksettings.c:486 +#: gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "'Unikod Kontrol Remzini Qıstır' menüsini köster" -#: ../gtk/gtksettings.c:487 +#: gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" @@ -5955,254 +5996,256 @@ msgstr "" "Kirildilerniñ ve metin körünimleriniñ kontekst menüleriniñ kontrol " "remizlerini qıstıruvnı teklif etip etmeycegi" -#: ../gtk/gtksettings.c:495 +#: gtk/gtksettings.c:495 msgid "Start timeout" msgstr "Başlama zaman aşımı" -#: ../gtk/gtksettings.c:496 +#: gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "Dögmege basılğanında keçikmeler içün başlanğıç qıymet" -#: ../gtk/gtksettings.c:505 +#: gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "Tekrarlama zaman aşımı" -#: ../gtk/gtksettings.c:506 +#: gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "Dögmege basılğanında keçikmeler içün tekrarlama qıymeti" # gtk/gtktreeview.c:526 -#: ../gtk/gtksettings.c:515 +#: gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "Kenişleme zaman aşımı" -#: ../gtk/gtksettings.c:516 +#: gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "" "Bir pencereçik yañı bir bölgeni kenişlegeninde, keçikmeler içün kenişleme " "qıymeti" # gtk/gtkcolorsel.c:1833 -#: ../gtk/gtksettings.c:551 +#: gtk/gtksettings.c:551 msgid "Color scheme" msgstr "Tüs taslağı" # gtk/gtkwidget.c:393 -#: ../gtk/gtksettings.c:552 +#: gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "Temalarda qullanılmaq üzre isimlendirilgen tüsler paleti" # gtk/gtkstock.c:267 -#: ../gtk/gtksettings.c:561 +#: gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "Canlandırmalarnı Qabilleştir" -#: ../gtk/gtksettings.c:562 +#: gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." -msgstr "Bütün-alet-taqımı canlandırmalarnıñ qabilleştirilip qabilleştirilmeycegi." +msgstr "" +"Bütün-alet-taqımı canlandırmalarnıñ qabilleştirilip qabilleştirilmeycegi." # tüklü -#: ../gtk/gtksettings.c:580 +#: gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "Toqunmatik Ekran Tarzını Qabilleştir" # tüklü -#: ../gtk/gtksettings.c:581 +#: gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "DOĞRU olğanda, bu ekranda areket bildirme vaqiaları dağıtılmaz" -#: ../gtk/gtksettings.c:598 +#: gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "Alet-qaranesi zaman aşımı" -#: ../gtk/gtksettings.c:599 +#: gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "Alet-qaranesi kösterilmeden evel keçikme" -#: ../gtk/gtksettings.c:624 +#: gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "Alet-qaranesi kezinme zaman aşımı" -#: ../gtk/gtksettings.c:625 +#: gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "" "Kezinme tarzı qabilleştirilgen olğanda, alet-qaranesi kösterilmeden evelki " "keçikme" -#: ../gtk/gtksettings.c:646 +#: gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "Alet-qaranesi kezinme tarzı zaman aşımı" -#: ../gtk/gtksettings.c:647 +#: gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "Kezinme tarzı ğayrı qabilleştirilmeden evelki keçikme" # tüklü -#: ../gtk/gtksettings.c:666 +#: gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "Ancaq Tuş Yürsetme İmleçi" # tüklü -#: ../gtk/gtksettings.c:667 +#: gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" msgstr "" "DOĞRU olğanda, pencereçikler içerisinde yürsetmek içün sadece imleç tuşları " "faydalanılışlı olur" # tüklü -#: ../gtk/gtksettings.c:684 +#: gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "Tuş Yürsetme Dolanması" # gtk/gtkwidget.c:1069 -#: ../gtk/gtksettings.c:685 +#: gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "Pencereçikler içerisinde klavye ile yürsetkende dolanıp dolanmaycağı" -#: ../gtk/gtksettings.c:705 +#: gtk/gtksettings.c:705 msgid "Error Bell" msgstr "Hata Zili" # tüklü -#: ../gtk/gtksettings.c:706 +#: gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "DOĞRU olğanda, klavye yürsetmesi ve diger hatalar bip bipke sebep olur" # tüklü # gtk/gtkcolorsel.c:1833 -#: ../gtk/gtksettings.c:723 +#: gtk/gtksettings.c:723 msgid "Color Hash" msgstr "Tüs Heşi" -#: ../gtk/gtksettings.c:724 +#: gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "Tüs taslağınıñ bir heş (hash) cedveli temsili." -#: ../gtk/gtksettings.c:732 +#: gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "Ög-belgilengen dosye saylavcısı arqa-ucu" -#: ../gtk/gtksettings.c:733 +#: gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "Ög-belgilengen olaraq qullanılacaq GtkFileChooser arqa-ucunıñ adı" -#: ../gtk/gtksettings.c:750 +#: gtk/gtksettings.c:750 msgid "Default print backend" msgstr "Ög-belgilengen bastıruv arqa-ucu" -#: ../gtk/gtksettings.c:751 +#: gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" -msgstr "Ög-belgilengen olaraq qullanılacaq GtkPrintBackend arqa-uclarınıñ listesi" +msgstr "" +"Ög-belgilengen olaraq qullanılacaq GtkPrintBackend arqa-uclarınıñ listesi" -#: ../gtk/gtksettings.c:774 +#: gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "Bir bastıruv ög-baquvını köstergende çaptırılacak ög-belgilengen emir" -#: ../gtk/gtksettings.c:775 +#: gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "Bir bastıruv ög-baquvını köstergende çaptırılacak emir" # gtk/gtkstock.c:267 -#: ../gtk/gtksettings.c:791 +#: gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "Hatırlatıcılarnı Qabilleştir" # gtk/gtknotebook.c:397 -#: ../gtk/gtksettings.c:792 +#: gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "Etiketlerniñ hatırlatıcılı olıp olmaycağı" # gtk/gtkmenubar.c:147 -#: ../gtk/gtksettings.c:808 +#: gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "Tezleştiricilerni Qabilleştir" # gtk/gtkcheckmenuitem.c:115 -#: ../gtk/gtksettings.c:809 +#: gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "Menü unsurlarınıñ hızlandırıcılı olıp olmaycağı" -#: ../gtk/gtksettings.c:826 +#: gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "Demi Dosyeler Hadı" -#: ../gtk/gtksettings.c:827 +#: gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "Demi qullanılğan dosyelerniñ sayısı" # gtk/gtkwindow.c:389 -#: ../gtk/gtksettings.c:845 +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "Ög-belgilengen Kirdi Usulı (IM) modüli" # gtk/gtkcolorsel.c:1676 -#: ../gtk/gtksettings.c:846 +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "Ög-belgilengen olaraq qaysı IM (KU) modüliniñ qullanılacağı" -#: ../gtk/gtksettings.c:864 +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "Demi Dosyelerniñ Azamiy Yaşı" -#: ../gtk/gtksettings.c:865 +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "Demi qullanılğan dosyelerniñ azamiy yaşı, kün cınsından" -#: ../gtk/gtksettings.c:874 +#: gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Fontconfig ayarlaması zaman-tamğası" -#: ../gtk/gtksettings.c:875 +#: gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "Ağımdaki fontconfig ayarlamasınıñ zaman-tamğası" # gtk/gtksettings.c:175 -#: ../gtk/gtksettings.c:897 +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "Ses Teması İsmi" # gtk/gtksettings.c:175 -#: ../gtk/gtksettings.c:898 +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "XDG ses teması ismi" #. Translators: this means sounds that are played as feedback to user input -#: ../gtk/gtksettings.c:920 +#: gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "İşitilir Kirdi Keri Beslemesi" # gtk/gtkwidget.c:450 -#: ../gtk/gtksettings.c:921 +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "" "Qullanıcı kirdisiniñ keri beslemesi olaraq vaqia sesleriniñ çalınıp " "çalınmaycağı" # gtk/gtkstock.c:267 -#: ../gtk/gtksettings.c:942 +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "Vaqia Seslerini Qabilleştir" # gtk/gtkcheckmenuitem.c:123 -#: ../gtk/gtksettings.c:943 +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "Er angi vaqia sesleriniñ çalınıp çalınmaycağı" -#: ../gtk/gtksettings.c:958 +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "Alet-qaranelerini Qabilleştir" # gtk/gtknotebook.c:369 -#: ../gtk/gtksettings.c:959 +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "Pencereçikler üzerinde alet-qaraneleriniñ kösterilip kösterilmeycegi" # gtk/gtksizegroup.c:241 -#: ../gtk/gtksizegroup.c:293 +#: gtk/gtksizegroup.c:293 msgid "Mode" msgstr "Tarz" -#: ../gtk/gtksizegroup.c:294 +#: gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" @@ -6210,34 +6253,35 @@ msgstr "" "Ölçü zümresiniñ, komponent pencereçikleriniñ istemlengen ölçülerini tesir " "etkeni yönelişler" -#: ../gtk/gtksizegroup.c:310 +#: gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "Gizlilerni ihmal et" -#: ../gtk/gtksizegroup.c:311 -msgid "If TRUE, unmapped widgets are ignored when determining the size of the group" +#: gtk/gtksizegroup.c:311 +msgid "" +"If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "" "DOĞRU ise, zümreniñ ölçüsini belgilegende haritalandırılmağan pencereçikler " "ihmal etilir" # gtk/gtkspinbutton.c:204 -#: ../gtk/gtkspinbutton.c:209 +#: gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "Aylanma dögmesi (spinbutton) qıymetini tutqan tadil." # gtk/gtkspinbutton.c:211 -#: ../gtk/gtkspinbutton.c:216 +#: gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "Tırmaşma Nisbeti" # tüklü # gtk/gtkspinbutton.c:231 -#: ../gtk/gtkspinbutton.c:236 +#: gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "Belgilerge Qopar" # gtk/gtkspinbutton.c:232 -#: ../gtk/gtkspinbutton.c:237 +#: gtk/gtkspinbutton.c:237 msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" @@ -6247,215 +6291,218 @@ msgstr "" # tüklü # gtk/gtkspinbutton.c:239 -#: ../gtk/gtkspinbutton.c:244 +#: gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "Sayısal" # gtk/gtkspinbutton.c:240 -#: ../gtk/gtkspinbutton.c:245 +#: gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "Sayı olmağan remizlerniñ ihmal etilip etilmeycegi" # gtk/gtkspinbutton.c:247 -#: ../gtk/gtkspinbutton.c:252 +#: gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "Dolan" # gtk/gtkspinbutton.c:248 -#: ../gtk/gtkspinbutton.c:253 +#: gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "Aylanma dögmesiniñ had qıymetlerine ulaşqanında dolanıp dolanmaycağı" # gtk/gtkspinbutton.c:255 -#: ../gtk/gtkspinbutton.c:260 +#: gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "Yañartma Siyaseti" # gtk/gtkspinbutton.c:256 -#: ../gtk/gtkspinbutton.c:261 -msgid "Whether the spin button should update always, or only when the value is legal" +#: gtk/gtkspinbutton.c:261 +msgid "" +"Whether the spin button should update always, or only when the value is legal" msgstr "" "Aylanma dögmesiniñ er zamanmı yañartılacağı yoqsa ancaq qıymet qanuniy " "olğandamı" # gtk/gtkspinbutton.c:265 -#: ../gtk/gtkspinbutton.c:270 +#: gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "Ya ağımdaki qıymetni oqur ya da yañı qıymetni tesbit eter" # gtk/gtkmenubar.c:155 -#: ../gtk/gtkspinbutton.c:279 +#: gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "Aylanma dögmesiniñ etrafındaki şev uslûbı" # tüklü -#: ../gtk/gtkstatusbar.c:141 +#: gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "Kene-ölçülendirme Sıqqıçı Bar" # gtk/gtkwidget.c:485 -#: ../gtk/gtkstatusbar.c:142 +#: gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" -msgstr "Üst seviyeni kene-ölçülendirmek içün durum çubuğınıñ sıqqıçı olıp olmağanı" +msgstr "" +"Üst seviyeni kene-ölçülendirmek içün durum çubuğınıñ sıqqıçı olıp olmağanı" # gtk/gtkstatusbar.c:158 -#: ../gtk/gtkstatusbar.c:187 +#: gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "Durum çubuğı metni etrafındaki şev uslûbı" # gtk/gtkwindow.c:333 -#: ../gtk/gtkstatusicon.c:268 +#: gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "İşaretçikniñ ölçüsi" -#: ../gtk/gtkstatusicon.c:278 +#: gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "Durum işaretçiginiñ kösterilecegi ekran" -#: ../gtk/gtkstatusicon.c:285 +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "Qıpuv" # gtk/gtkwidget.c:443 -#: ../gtk/gtkstatusicon.c:286 +#: gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "Durum işaretçiginiñ qıpayatıp yatmaycağı" # gtk/gtkwidget.c:443 -#: ../gtk/gtkstatusicon.c:294 +#: gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "Durum işaretçiginiñ körünir olıp olmaycağı" # gtk/gtkwidget.c:443 -#: ../gtk/gtkstatusicon.c:310 +#: gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "Durum işaretçiginiñ içeri yatqızılğan olıp olmağanı" # gtk/gtktoolbar.c:224 -#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 +#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 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:632 msgid "Has tooltip" msgstr "Alet-qaranesi Bar" # gtk/gtkwidget.c:471 -#: ../gtk/gtkstatusicon.c:354 +#: gtk/gtkstatusicon.c:354 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:653 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:654 gtk/gtkwidget.c:675 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:674 msgid "Tooltip markup" msgstr "Alet-qaranesi tamğalaması" -#: ../gtk/gtkstatusicon.c:400 +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "Bu sini işaretçigi içün alet-qaranesi mündericesi" # gtk/gtktable.c:156 -#: ../gtk/gtktable.c:129 +#: gtk/gtktable.c:129 msgid "Rows" msgstr "Saflar" # gtk/gtktable.c:157 -#: ../gtk/gtktable.c:130 +#: gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "Cedveldeki satır sayısı" # gtk/gtktable.c:165 -#: ../gtk/gtktable.c:138 +#: gtk/gtktable.c:138 msgid "Columns" msgstr "Sutunlar" # gtk/gtktable.c:166 -#: ../gtk/gtktable.c:139 +#: gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "Cedveldeki sutun sayısı" # gtk/gtktable.c:174 -#: ../gtk/gtktable.c:147 +#: gtk/gtktable.c:147 msgid "Row spacing" msgstr "Saf boşluqlaması" # gtk/gtktable.c:175 -#: ../gtk/gtktable.c:148 +#: gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "Ardı-sıralı eki satır arasındaki boşluq miqdarı" # gtk/gtktable.c:183 -#: ../gtk/gtktable.c:156 +#: gtk/gtktable.c:156 msgid "Column spacing" msgstr "Sutun boşluqlaması" # gtk/gtktable.c:184 -#: ../gtk/gtktable.c:157 +#: gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "Ardı-sıralı eki sutun arasındaki boşluq miqdarı" # gtk/gtktable.c:193 -#: ../gtk/gtktable.c:166 +#: gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" -msgstr "DOĞRU ise, cedvel hüceyreleriniñ episi aynı kenişlikte/yükseklikte olur" +msgstr "" +"DOĞRU ise, cedvel hüceyreleriniñ episi aynı kenişlikte/yükseklikte olur" # tüklü -#: ../gtk/gtktable.c:173 +#: gtk/gtktable.c:173 msgid "Left attachment" msgstr "Sol ilişik" -#: ../gtk/gtktable.c:180 +#: gtk/gtktable.c:180 msgid "Right attachment" msgstr "Sağ ilişik" -#: ../gtk/gtktable.c:181 +#: gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "Bir balanıñ sağ tarafınıñ eklenecek olğanı sutun numarası" -#: ../gtk/gtktable.c:187 +#: gtk/gtktable.c:187 msgid "Top attachment" msgstr "Üst ilişik" -#: ../gtk/gtktable.c:188 +#: gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "Bir balanıñ üstüniñ eklenecek olğanı saf numarası" -#: ../gtk/gtktable.c:194 +#: gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "Tüp ilişik" # gtk/gtkalignment.c:121 -#: ../gtk/gtktable.c:201 +#: gtk/gtktable.c:201 msgid "Horizontal options" msgstr "Ufqiy ihtiyariyat" -#: ../gtk/gtktable.c:202 +#: gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "Balanıñ ufqiy davranışını belirtken ihtiyariyat" # gtk/gtkalignment.c:130 -#: ../gtk/gtktable.c:208 +#: gtk/gtktable.c:208 msgid "Vertical options" msgstr "Vertikal ihtiyariyat" -#: ../gtk/gtktable.c:209 +#: gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "Balanıñ vertikal davranışını belirtken ihtiyariyat" # gtk/gtkalignment.c:102 -#: ../gtk/gtktable.c:215 +#: gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "Ufqiy şilteleme" # gtk/gtkmisc.c:118 -#: ../gtk/gtktable.c:216 +#: gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" @@ -6464,11 +6511,11 @@ msgstr "" "cınsından" # gtk/gtkmenubar.c:162 gtk/gtktoolbar.c:250 -#: ../gtk/gtktable.c:222 +#: gtk/gtktable.c:222 msgid "Vertical padding" msgstr "Vertikal şilteleme" -#: ../gtk/gtktable.c:223 +#: gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" @@ -6477,84 +6524,86 @@ msgstr "" "cınsından" # gtk/gtktext.c:595 -#: ../gtk/gtktext.c:546 +#: gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "Metin pencereçigi içün ufqiy hizalama" # gtk/gtktext.c:603 -#: ../gtk/gtktext.c:554 +#: gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "Metin pencereçigi içün vertikal hizalama" # gtk/gtktext.c:610 -#: ../gtk/gtktext.c:561 +#: gtk/gtktext.c:561 msgid "Line Wrap" msgstr "Satır Sarması" # gtk/gtktext.c:611 -#: ../gtk/gtktext.c:562 +#: gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "Pencereçik uclarında metinniñ sarılıp sarılmağanı" # gtk/gtktext.c:618 -#: ../gtk/gtktext.c:569 +#: gtk/gtktext.c:569 msgid "Word Wrap" msgstr "Kelime Sarması" # gtk/gtktext.c:619 -#: ../gtk/gtktext.c:570 +#: gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "Pencereçik uclarında kelimelerniñ sarılıp sarılmağanı" # gtk/gtktexttag.c:198 -#: ../gtk/gtktextbuffer.c:180 +#: gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "Nişan Cedveli" # gtk/gtkprogress.c:147 -#: ../gtk/gtktextbuffer.c:181 +#: gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "Metin Nişanı Cedveli" # gtk/gtklabel.c:199 -#: ../gtk/gtktextbuffer.c:199 +#: gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "Buferdeki ağımdaki metin" # gtk/gtkfilesel.c:503 -#: ../gtk/gtktextbuffer.c:213 +#: gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "Saylamı bar" # gtk/gtkfontsel.c:193 -#: ../gtk/gtktextbuffer.c:214 +#: gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "Buferniñ al-azırda saylanğan metni olıp olmağanı" # gtk/gtkpaned.c:116 gtk/gtkruler.c:138 -#: ../gtk/gtktextbuffer.c:230 +#: gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "İmleç mevamı" -#: ../gtk/gtktextbuffer.c:231 -msgid "The position of the insert mark (as offset from the beginning of the buffer)" +#: gtk/gtktextbuffer.c:231 +msgid "" +"The position of the insert mark (as offset from the beginning of the buffer)" msgstr "Qıstırma tamğasınıñ mevamı (buferniñ başından berli çıqıntı olaraq)" -#: ../gtk/gtktextbuffer.c:246 +#: gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "Kopiyalama maqsat listesi" -#: ../gtk/gtktextbuffer.c:247 -msgid "The list of targets this buffer supports for clipboard copying and DND source" +#: gtk/gtktextbuffer.c:247 +msgid "" +"The list of targets this buffer supports for clipboard copying and DND source" msgstr "" "Bu buferniñ tüyreme-tahtasına kopiyalav ve SVT (süyrekle-ve-tüşür; DND) " "menbası içün desteklegeni maqsatlarnıñ listesi" -#: ../gtk/gtktextbuffer.c:262 +#: gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "Yapıştırma maqsat listesi" -#: ../gtk/gtktextbuffer.c:263 +#: gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" @@ -6563,41 +6612,42 @@ msgstr "" "istiqameti içün desteklegeni maqsatlarnıñ listesi" # gtk/gtktexttag.c:198 -#: ../gtk/gtktextmark.c:90 +#: gtk/gtktextmark.c:90 msgid "Mark name" msgstr "Tamğa ismi" -#: ../gtk/gtktextmark.c:97 +#: gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "Sol çekimi" # gtk/gtkcellrenderertext.c:355 gtk/gtktexttag.c:536 -#: ../gtk/gtktextmark.c:98 +#: gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "Bu tamğanıñ sol çekimli olıp olmağanı" # gtk/gtktexttag.c:198 -#: ../gtk/gtktexttag.c:173 +#: gtk/gtktexttag.c:173 msgid "Tag name" msgstr "Nişan ismi" # gtk/gtktexttag.c:199 -#: ../gtk/gtktexttag.c:174 +#: gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" -msgstr "Metin nişanına sıltamaq içün qullanılğan isim. Anonim nişanlar içün NULL" +msgstr "" +"Metin nişanına sıltamaq içün qullanılğan isim. Anonim nişanlar içün NULL" # gtk/gtkcellrenderertext.c:187 gtk/gtktexttag.c:217 -#: ../gtk/gtktexttag.c:192 +#: gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "Bir GdkColor (belki tahsis etilmegen) olaraq arqa-zemin tüsü" # gtk/gtktexttag.c:224 -#: ../gtk/gtktexttag.c:199 +#: gtk/gtktexttag.c:199 msgid "Background full height" msgstr "Arqa-zemin tam yükseklik" # gtk/gtktexttag.c:225 -#: ../gtk/gtktexttag.c:200 +#: gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" @@ -6607,49 +6657,51 @@ msgstr "" # tüklü # gtk/gtktexttag.c:233 -#: ../gtk/gtktexttag.c:208 +#: gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "Arqa-zemin noqtalı-oyma maskası" # gtk/gtktexttag.c:234 -#: ../gtk/gtktexttag.c:209 +#: gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" -msgstr "Metin arqa-zeminini sızğanda bir maska olaraq qullanılacaq bit-haritası" +msgstr "" +"Metin arqa-zeminini sızğanda bir maska olaraq qullanılacaq bit-haritası" # gtk/gtkcellrenderertext.c:203 gtk/gtktexttag.c:251 -#: ../gtk/gtktexttag.c:226 +#: gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "Bir GdkColor (belki tahsis etilmegen) olaraq ög-zemin tüsü" # gtk/gtktexttag.c:259 -#: ../gtk/gtktexttag.c:234 +#: gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "Ög-zemin noqtalı-oyma maskası" # gtk/gtktexttag.c:260 -#: ../gtk/gtktexttag.c:235 +#: gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "Metin ög-zeminini sızğanda bir maska olaraq qullanılacaq bit-haritası" # gtk/gtktexttag.c:267 -#: ../gtk/gtktexttag.c:242 +#: gtk/gtktexttag.c:242 msgid "Text direction" msgstr "Metin yönelişi" # gtk/gtktexttag.c:268 -#: ../gtk/gtktexttag.c:243 +#: gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "Metin yönelişi; meselâ sağdan-solğa yaki soldan-sağğa" -#: ../gtk/gtktexttag.c:292 +#: gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "Bir PangoStyle olaraq urufat uslûbı, meselâ PANGO_STYLE_ITALIC" -#: ../gtk/gtktexttag.c:301 +#: gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" -msgstr "Bir PangoVariant olaraq urufat variantı, meselâ PANGO_VARIANT_SMALL_CAPS" +msgstr "" +"Bir PangoVariant olaraq urufat variantı, meselâ PANGO_VARIANT_SMALL_CAPS" -#: ../gtk/gtktexttag.c:310 +#: gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" @@ -6657,16 +6709,17 @@ msgstr "" "Urufat kenişligi, tamsayı cınsından, ög-belgilengen qıymetlerni " "PangoWeight'te körüñiz, meselâ PANGO_WEIGHT_BOLD" -#: ../gtk/gtktexttag.c:321 +#: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" -msgstr "Bir PangoStretch olaraq urufat kerilmesi, meselâ PANGO_STRETCH_CONDENSED" +msgstr "" +"Bir PangoStretch olaraq urufat kerilmesi, meselâ PANGO_STRETCH_CONDENSED" # gtk/gtkcellrenderertext.c:293 gtk/gtktexttag.c:368 -#: ../gtk/gtktexttag.c:330 +#: gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "Pango birlemler cınsından urufat ölçüsi" -#: ../gtk/gtktexttag.c:340 +#: gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " @@ -6677,12 +6730,12 @@ msgstr "" "bazı miqyaslarnı ög-belgiler, meselâ PANGO_SCALE_X_LARGE" # gtk/gtktexttag.c:378 gtk/gtktextview.c:570 -#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 +#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "Sol, sağ yaki orta tegizleme" # tüklü -#: ../gtk/gtktexttag.c:379 +#: gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." @@ -6692,37 +6745,37 @@ msgstr "" "qullanılacaq." # gtk/gtktexttag.c:394 -#: ../gtk/gtktexttag.c:386 +#: gtk/gtktexttag.c:386 msgid "Left margin" msgstr "Sol kenar" # gtk/gtktexttag.c:395 gtk/gtktextview.c:579 -#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 +#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "Piksel cınsından sol kenarnıñ kenişligi" # gtk/gtktexttag.c:404 -#: ../gtk/gtktexttag.c:396 +#: gtk/gtktexttag.c:396 msgid "Right margin" msgstr "Sağ kenar" # gtk/gtktexttag.c:405 gtk/gtktextview.c:589 -#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 +#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "Piksel cınsından sağ kenarnıñ kenişligi" # gtk/gtktexttag.c:415 gtk/gtktextview.c:598 -#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 +#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 msgid "Indent" msgstr "Kirinti" # gtk/gtktexttag.c:416 gtk/gtktextview.c:599 -#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 +#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "Paragrafnıñ satır başı içün miqdar, piksel cınsından" # gtk/gtkcellrenderertext.c:313 gtk/gtktexttag.c:427 -#: ../gtk/gtktexttag.c:419 +#: gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" @@ -6731,464 +6784,467 @@ msgstr "" "temel-sızıq altında)" # gtk/gtktexttag.c:436 -#: ../gtk/gtktexttag.c:428 +#: gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "Satırlarnıñ üstündeki pikseller" # gtk/gtktexttag.c:437 gtk/gtktextview.c:523 -#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 +#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "Paragraflar üstündeki boş feza pikselleri" # gtk/gtktexttag.c:446 -#: ../gtk/gtktexttag.c:438 +#: gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "Satırlarnıñ altındaki pikseller" # gtk/gtktexttag.c:447 gtk/gtktextview.c:533 -#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 +#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "Paragraflar altındaki boş feza pikselleri" # gtk/gtktexttag.c:456 -#: ../gtk/gtktexttag.c:448 +#: gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "Sarma içindeki pikseller" # gtk/gtktexttag.c:457 gtk/gtktextview.c:543 -#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 +#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "Bir paragraf içindeki sarılğan satırlar arasındaki boş feza pikselleri" # gtk/gtktexttag.c:484 gtk/gtktextview.c:561 -#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 -msgid "Whether to wrap lines never, at word boundaries, or at character boundaries" +#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 +msgid "" +"Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "" "Satırlarnıñ iç sarılmaycağımı, yoqsa kelime hudutlarında yaki remiz " "hudutlarında sarılacağımı" # gtk/gtktexttag.c:493 gtk/gtktextview.c:608 -#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 +#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 msgid "Tabs" msgstr "İlmekler" # gtk/gtktexttag.c:494 gtk/gtktextview.c:609 -#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 +#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "Bu metin içün hususiy ilmekler" # gtk/gtktexttag.c:501 -#: ../gtk/gtktexttag.c:504 +#: gtk/gtktexttag.c:504 msgid "Invisible" msgstr "Körünmez" # gtk/gtkcellrenderertext.c:383 gtk/gtktexttag.c:580 -#: ../gtk/gtktexttag.c:505 +#: gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "Bu metinniñ körünmez olıp olmağanı." # gtk/gtkcellrenderertext.c:178 gtk/gtktexttag.c:208 -#: ../gtk/gtktexttag.c:519 +#: gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "Paragraf arqa-zemini tüs ismi" # gtk/gtkcellrenderertext.c:179 gtk/gtktexttag.c:209 -#: ../gtk/gtktexttag.c:520 +#: gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "Paragraf arqa-zemini tüsü, tizgi olaraq" # gtk/gtkcellrenderertext.c:186 gtk/gtktexttag.c:216 -#: ../gtk/gtktexttag.c:535 +#: gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "Paragraf arqa-zemini tüsü" # gtk/gtkcellrenderertext.c:187 gtk/gtktexttag.c:217 -#: ../gtk/gtktexttag.c:536 +#: gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "Bir GdkColor (belki tahsis etilmegen) olaraq paragraf arqa-zemini tüsü" -#: ../gtk/gtktexttag.c:554 +#: gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "Kenar Birike" -#: ../gtk/gtktexttag.c:555 +#: gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "Sol ve sağ kenarlarnıñ birikip birikmegeni." # gtk/gtktexttag.c:515 -#: ../gtk/gtktexttag.c:568 +#: gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "Arqa-zemin tam yüksekligi tesbitli" # gtk/gtktexttag.c:516 -#: ../gtk/gtktexttag.c:569 +#: gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "Bu etiketniñ arqa-zemin yüksekligine tesir etip etmegeni" # gtk/gtktexttag.c:519 -#: ../gtk/gtktexttag.c:572 +#: gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "Arqa-zemin noqtalı-oyma tesbitli" # gtk/gtktexttag.c:520 -#: ../gtk/gtktexttag.c:573 +#: gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "Bu nişannıñ arqa-zemin noqtalı-oymasına tesir etip etmegeni" # gtk/gtktexttag.c:527 -#: ../gtk/gtktexttag.c:580 +#: gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "Ög-zemin noqtalı-oyma tesbitli" # gtk/gtktexttag.c:528 -#: ../gtk/gtktexttag.c:581 +#: gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "Bu nişannıñ ög-zemin noqtalı-oymasına tesir etip etmegeni" # gtk/gtktexttag.c:563 -#: ../gtk/gtktexttag.c:616 +#: gtk/gtktexttag.c:616 msgid "Justification set" msgstr "Tegizleme tesbitli" # gtk/gtktexttag.c:564 -#: ../gtk/gtktexttag.c:617 +#: gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "Bu nişannıñ paragraf tegizlemesine tesir etip etmegeni" # gtk/gtktexttag.c:571 -#: ../gtk/gtktexttag.c:624 +#: gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "Sol kenar tesbitli" # gtk/gtktexttag.c:572 -#: ../gtk/gtktexttag.c:625 +#: gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "Bu nişannıñ sol kenarğa tesir etip etmegeni" # gtk/gtktexttag.c:575 -#: ../gtk/gtktexttag.c:628 +#: gtk/gtktexttag.c:628 msgid "Indent set" msgstr "Kirinti tesbitli" # gtk/gtktexttag.c:576 -#: ../gtk/gtktexttag.c:629 +#: gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "Bu nişannıñ kirintilemege tesir etip etmegeni" # gtk/gtktexttag.c:583 -#: ../gtk/gtktexttag.c:636 +#: gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "Satırlarnıñ üstüneki pikseller tesbitli" # gtk/gtktexttag.c:584 gtk/gtktexttag.c:588 -#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 +#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "Bu nişannıñ satırlarnıñ üstündeki piksel sayısına tesir etip etmegeni" # gtk/gtktexttag.c:587 -#: ../gtk/gtktexttag.c:640 +#: gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "Satırlarnıñ altındaki pikseller tesbitli" # gtk/gtktexttag.c:591 -#: ../gtk/gtktexttag.c:644 +#: gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "Sarma içindeki pikseller tesbitli" # gtk/gtktexttag.c:592 -#: ../gtk/gtktexttag.c:645 +#: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" -msgstr "Bu nişannıñ sarılğan satırlar arasındaki piksel sayısına tesir etip etmegeni" +msgstr "" +"Bu nişannıñ sarılğan satırlar arasındaki piksel sayısına tesir etip etmegeni" # gtk/gtktexttag.c:599 -#: ../gtk/gtktexttag.c:652 +#: gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "Sağ kenar tesbitli" # gtk/gtktexttag.c:600 -#: ../gtk/gtktexttag.c:653 +#: gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "Bu nişannıñ sağ kenarğa tesir etip etmegeni" # gtk/gtktexttag.c:607 -#: ../gtk/gtktexttag.c:660 +#: gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "Sarma tarzı tesbitli" # gtk/gtktexttag.c:608 -#: ../gtk/gtktexttag.c:661 +#: gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "Bu nişannıñ sarma tarzına tesir etip etmegeni" # gtk/gtktexttag.c:611 -#: ../gtk/gtktexttag.c:664 +#: gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "İlmekler tesbitli" # gtk/gtktexttag.c:612 -#: ../gtk/gtktexttag.c:665 +#: gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "Bu nişannıñ ilmeklerge tesir etip etmegeni" # gtk/gtktexttag.c:615 -#: ../gtk/gtktexttag.c:668 +#: gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "Körünmezlik tesbitli" # gtk/gtktexttag.c:616 -#: ../gtk/gtktexttag.c:669 +#: gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "Bu nişannıñ metin körünirligine tesir etip etmegeni" # gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:511 -#: ../gtk/gtktexttag.c:672 +#: gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "Paragraf arqa-zemini tesbitli" # gtk/gtkcellrenderertext.c:343 gtk/gtktexttag.c:512 -#: ../gtk/gtktexttag.c:673 +#: gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "Bu nişannıñ paragraf arqa-zemini tüsüne tesir etip etmegeni" # gtk/gtktextview.c:522 -#: ../gtk/gtktextview.c:543 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "Satırlar Üstüneki Pikseller" # gtk/gtktextview.c:532 -#: ../gtk/gtktextview.c:553 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "Satırlar Altındaki Pikseller" # gtk/gtktextview.c:542 -#: ../gtk/gtktextview.c:563 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "Sarmalar İçindeki Pikseller" # gtk/gtktextview.c:560 -#: ../gtk/gtktextview.c:581 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "Sarma Tarzı" # gtk/gtktextview.c:578 -#: ../gtk/gtktextview.c:599 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "Sol Kenar" # gtk/gtktextview.c:588 -#: ../gtk/gtktextview.c:609 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "Sağ Kenar" # gtk/gtktextview.c:616 -#: ../gtk/gtktextview.c:637 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "İmleç Körünir" # gtk/gtktextview.c:617 -#: ../gtk/gtktextview.c:638 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "Qıstırma imleçiniñ kösterilip kösterilmegeni" -#: ../gtk/gtktextview.c:645 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "Bufer" -#: ../gtk/gtktextview.c:646 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "Kösterilgen olğan bufer" -#: ../gtk/gtktextview.c:654 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "Kirsetilgen metinniñ mevcut mündericeniñ üstüne yazıp yazmaycağı" -#: ../gtk/gtktextview.c:661 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "Sekirmeni qabul ete" -#: ../gtk/gtktextview.c:662 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "" "Sekirmeniñ (Tab) bir sekirme remziniñ kirsetilüvinen neticelenip " "neticelenmeycegi" # gtk/gtkcellrenderertext.c:202 gtk/gtktexttag.c:250 -#: ../gtk/gtktextview.c:691 +#: gtk/gtktextview.c:691 msgid "Error underline color" msgstr "Hata alt-sızığı tüsü" # gtk/gtkentry.c:457 -#: ../gtk/gtktextview.c:692 +#: gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "Hata-kösteriş alt-sızıqlarınıñ sızılacağı tüs" # gtk/gtkcellrenderertoggle.c:137 -#: ../gtk/gtktoggleaction.c:104 +#: gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "Bir radio amelniñki ile aynı proksilerni icat et" -#: ../gtk/gtktoggleaction.c:105 +#: gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "" "Bu amel içün olğan proksilerniñ radio amel proksileri kibi körünip " "körünmeycegi" # gtk/gtktogglebutton.c:145 -#: ../gtk/gtktoggleaction.c:120 +#: gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "Döndürme ameliniñ faal olıp olmaycağı" # gtk/gtktogglebutton.c:145 -#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 +#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "Döndürme dögmesiniñ basıq olıp olmaycağı" # gtk/gtktogglebutton.c:153 -#: ../gtk/gtktogglebutton.c:124 +#: gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "Döndürme dögmesiniñ \"aralıqta\" durumında olıp olmaycağı" # gtk/gtktogglebutton.c:160 -#: ../gtk/gtktogglebutton.c:131 +#: gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "Köstergiçni Sız" # gtk/gtktogglebutton.c:161 -#: ../gtk/gtktogglebutton.c:132 +#: gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "Dögmeniñ döndürme qısmınıñ kösterilgen olıp olmağanı" # gtk/gtktoolbar.c:232 -#: ../gtk/gtktoolbar.c:494 +#: gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "Alet Çubuğı Uslûbı" # gtk/gtktoolbar.c:233 -#: ../gtk/gtktoolbar.c:495 +#: gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "Alet çubuğınıñ nasıl sızılacağı" # gtk/gtknotebook.c:375 -#: ../gtk/gtktoolbar.c:502 +#: gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "Oqnı Köster" -#: ../gtk/gtktoolbar.c:503 +#: gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "Alet çubuğı sığmay ise, bir oqnıñ kösterilip kösterilmeycegi" -#: ../gtk/gtktoolbar.c:518 +#: gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "Alet-qaraneleri" # gtk/gtktogglebutton.c:145 -#: ../gtk/gtktoolbar.c:519 +#: gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "Alet çubuğınıñ alet-qaraneleriniñ faal olıp olmağanı" # gtk/gtktoolbar.c:291 -#: ../gtk/gtktoolbar.c:541 +#: gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "Bu alet çubuğındaki işaretçiklerniñ ölçüsi" # gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:555 -#: ../gtk/gtktoolbar.c:556 +#: gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "İşaretçik ölçüsi tesbitli" # gtk/gtkwidget.c:443 -#: ../gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "İşaretçik ölçüsi (icon-size) hasiyetiniñ tesbitli olıp olmağanı" # gtk/gtkbox.c:137 -#: ../gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "Alet çubuğı büyügeni zaman unsurnıñ ziyade feza alıp almaycağı" # gtk/gtkbox.c:137 -#: ../gtk/gtktoolbar.c:574 +#: gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "Unsurnıñ diger soydaş unsurlar ile aynı ölçüde olıp olmaycağı" # gtk/gtktoolbar.c:241 -#: ../gtk/gtktoolbar.c:581 +#: gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "Boşluqçı ölçüsi" # gtk/gtktoolbar.c:242 -#: ../gtk/gtktoolbar.c:582 +#: gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "Boşluqçılarnıñ ölçüsi" # gtk/gtktoolbar.c:251 -#: ../gtk/gtktoolbar.c:591 +#: gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "Alet çubuğı kölgesi ile dögmeler arasındaki sıñır fezası miqdarı" # gtk/gtkbbox.c:115 -#: ../gtk/gtktoolbar.c:599 +#: gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "Azamiy bala cayılması" -#: ../gtk/gtktoolbar.c:600 +#: gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "Cayılabilir unsurğa berilecek azamiy feza miqdarı" # gtk/gtktoolbar.c:259 -#: ../gtk/gtktoolbar.c:608 +#: gtk/gtktoolbar.c:608 msgid "Space style" msgstr "Boşluq uslûbı" # gtk/gtktoolbar.c:260 -#: ../gtk/gtktoolbar.c:609 +#: gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "Boşluqçılarnıñ vertikal sızıqlarmı yoqsa sadece boşmı olacağı" # gtk/gtktoolbar.c:268 -#: ../gtk/gtktoolbar.c:616 +#: gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "Dögme relyefi" # gtk/gtktoolbar.c:269 -#: ../gtk/gtktoolbar.c:617 +#: gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "Alet çubuğı dögmeleri etrafındaki şevniñ türü" # gtk/gtktoolbar.c:277 -#: ../gtk/gtktoolbar.c:624 +#: gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "Alet çubuğınıñ etrafındaki şevniñ uslûbı" # gtk/gtktoolbar.c:283 -#: ../gtk/gtktoolbar.c:630 +#: gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "Alet çubuğı uslûbı" # gtk/gtktoolbar.c:284 -#: ../gtk/gtktoolbar.c:631 -msgid "Whether default toolbars have text only, text and icons, icons only, etc." +#: gtk/gtktoolbar.c:631 +msgid "" +"Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" "Ög-belgilengen alet çubuqlarınıñ ancaq metingemi, metin ve işaretçiklergemi, " "ancaq işaretçiklergemi, vs. saip olacağı." # gtk/gtktoolbar.c:290 -#: ../gtk/gtktoolbar.c:637 +#: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "Alet çubuğı işaretçik ölçüsi" # gtk/gtktoolbar.c:291 -#: ../gtk/gtktoolbar.c:638 +#: gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "Ög-belgilengen alet çubuqlarındaki işaretçiklerniñ ölçüsi" # gtk/gtktable.c:157 -#: ../gtk/gtktoolbutton.c:203 +#: gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "Unsurda kösterilecek metin." # gtk/gtklabel.c:220 -#: ../gtk/gtktoolbutton.c:210 +#: gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" @@ -7198,47 +7254,47 @@ msgstr "" "olğanını kösterir" # gtk/gtknotebook.c:342 -#: ../gtk/gtktoolbutton.c:217 +#: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "Unsur etiketi olaraq qullanılacaq pencereçik" -#: ../gtk/gtktoolbutton.c:223 +#: gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "Depo Kimligi" -#: ../gtk/gtktoolbutton.c:224 +#: gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "Bu unsurda kösterilecek depo işaretçigi" # gtk/gtkfontsel.c:185 -#: ../gtk/gtktoolbutton.c:240 +#: gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "İşaretçik ismi" -#: ../gtk/gtktoolbutton.c:241 +#: gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "Bu unsurda kösterilecek temalı işaretçikniñ ismi" # gtk/gtkcheckmenuitem.c:122 gtk/gtktogglebutton.c:152 -#: ../gtk/gtktoolbutton.c:247 +#: gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "İşaretçik pencereçigi" -#: ../gtk/gtktoolbutton.c:248 +#: gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "Bu unsurda kösterilecek işaretçik pencereçigi" # gtk/gtktable.c:174 -#: ../gtk/gtktoolbutton.c:261 +#: gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "İşaretçik boşluqlaması" # gtk/gtkrange.c:305 -#: ../gtk/gtktoolbutton.c:262 +#: gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "İşaretçik ve etiket arasındaki piksel cınsından boşluqlama" -#: ../gtk/gtktoolitem.c:191 +#: gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" @@ -7247,449 +7303,457 @@ msgstr "" "çubuğı dögmeleri metinni GTK_TOOLBAR_BOTH_HORIZ tarzında kösterir" # gtk/gtktreeview.c:457 -#: ../gtk/gtktreemodelsort.c:274 +#: gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "TreeModelSort Modeli" # gtk/gtktreeview.c:458 -#: ../gtk/gtktreemodelsort.c:275 +#: gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "TreeModelSort içün sıralandırılacaq model" # gtk/gtktreeview.c:457 -#: ../gtk/gtktreeview.c:570 +#: gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "TreeView Modeli" # gtk/gtktreeview.c:458 -#: ../gtk/gtktreeview.c:571 +#: gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "Terek körünimi içün model" # gtk/gtktreeview.c:466 -#: ../gtk/gtktreeview.c:579 +#: gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "Pencereçik içün Ufqiy Tadil" # gtk/gtktreeview.c:474 -#: ../gtk/gtktreeview.c:587 +#: gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "Pencereçik içün Vertikal Tadil" # gtk/gtktreeview.c:489 -#: ../gtk/gtktreeview.c:594 +#: gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "Başlıqlar Körünir" # gtk/gtktreeview.c:482 -#: ../gtk/gtktreeview.c:595 +#: gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "Sutun başlığı dögmelerini köster" # gtk/gtktreeview.c:489 -#: ../gtk/gtktreeview.c:602 +#: gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "Başlıqlar Çertilebilir" # gtk/gtktreeview.c:490 -#: ../gtk/gtktreeview.c:603 +#: gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "Sutun başlıqları çertme vaqialarına cevap berir" # gtk/gtktreeview.c:497 -#: ../gtk/gtktreeview.c:610 +#: gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "Kenişletici Sutun" # gtk/gtktreeview.c:498 -#: ../gtk/gtktreeview.c:611 +#: gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "Sutunnı kenişletici sutun olaraq tesbit et" # gtk/gtktreeview.c:513 -#: ../gtk/gtktreeview.c:626 +#: gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "Cedveller Kinayesi" # gtk/gtktreeview.c:514 -#: ../gtk/gtktreeview.c:627 +#: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" -msgstr "Saflarnı nevbetleşken tüslerde sızmaq içün tema motorına bir kinaye tesbit et" +msgstr "" +"Saflarnı nevbetleşken tüslerde sızmaq içün tema motorına bir kinaye tesbit et" -#: ../gtk/gtktreeview.c:634 +#: gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "Qıdırmanı Qabilleştir" # tüklü -#: ../gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "Körünim qullanıcığa sutunlarda tesirleşimli qıdırma izni berir" -#: ../gtk/gtktreeview.c:642 +#: gtk/gtktreeview.c:642 msgid "Search Column" msgstr "Qıdırma Sutunı" -#: ../gtk/gtktreeview.c:643 +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "Tesirleşimli qıdırma esnasında üzerinde qıdırılacaq sutun modeli" # gtk/gtkcellrenderer.c:179 -#: ../gtk/gtktreeview.c:663 +#: gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "Sabit Yükseklik Tarzı" -#: ../gtk/gtktreeview.c:664 +#: gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "" "Saflarnıñ episiniñ aynı yükseklikte olğanını farz eterek GtkTreeView'ni " "sur'atlandırır" -#: ../gtk/gtktreeview.c:684 +#: gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "Avelenme Saylamı" # gtk/gtkcolorsel.c:1669 -#: ../gtk/gtktreeview.c:685 +#: gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "Saylamnıñ noqtacını taqip etip etmeycegi" # gtk/gtkpreview.c:134 -#: ../gtk/gtktreeview.c:704 +#: gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "Avelenme Cayılması" # gtk/gtkpaned.c:126 -#: ../gtk/gtktreeview.c:705 -msgid "Whether rows should be expanded/collapsed when the pointer moves over them" +#: gtk/gtktreeview.c:705 +msgid "" +"Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "" "Saflarnıñ noqtacı üzerlerinden keçkende cayıldırılacağımı yoqsa " "eştirilecegimi" -#: ../gtk/gtktreeview.c:719 +#: gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "Cayıldırıcılarnı Köster" -#: ../gtk/gtktreeview.c:720 +#: gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "Körünim cayıldırıcılarğa saip" -#: ../gtk/gtktreeview.c:734 +#: gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "Seviye Kirintilemesi" -#: ../gtk/gtktreeview.c:735 +#: gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "Er seviye içün ziyade kirintileme" -#: ../gtk/gtktreeview.c:744 +#: gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "Silgiçleme" -#: ../gtk/gtktreeview.c:745 -msgid "Whether to enable selection of multiple items by dragging the mouse pointer" +#: gtk/gtktreeview.c:745 +msgid "" +"Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "" "Sıçan noqtacısını süyrekleyerek birden fazla unsur saylamınıñ " "qabilleştirilip qabilleştirilmeycegi" # gtk/gtkcombo.c:133 -#: ../gtk/gtktreeview.c:752 +#: gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "Izğara Sızıqlarını Qabilleştir" # gtk/gtknotebook.c:376 -#: ../gtk/gtktreeview.c:753 +#: gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "Terek körüniminde ızğara sızıqlarınıñ sızılıp sızılmaycağı" # gtk/gtkcombo.c:133 -#: ../gtk/gtktreeview.c:761 +#: gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "Terek Sızıqlarını Qabilleştir" # gtk/gtknotebook.c:376 -#: ../gtk/gtktreeview.c:762 +#: gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "Terek körüniminde terek sızıqlarınıñ sızılıp sızılmaycağı" # tüklü -#: ../gtk/gtktreeview.c:770 +#: gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "Saflar içün alet-qaranesi metinlerini derç etken modeldeki sutun" # gtk/gtktreeview.c:535 -#: ../gtk/gtktreeview.c:792 +#: gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "Vertikal Ayırğıç Kenişligi" -#: ../gtk/gtktreeview.c:793 +#: gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "Hüceyreler arasındaki vertikal boşluq. Bir çift sayı olmalı" # gtk/gtktreeview.c:544 -#: ../gtk/gtktreeview.c:801 +#: gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "Ufqiy Ayırğıç Kenişligi" -#: ../gtk/gtktreeview.c:802 +#: gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "Hüceyreler arasındaki ufqiy boşluq. Bir çift sayı olmalı" -#: ../gtk/gtktreeview.c:810 +#: gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "Cedvellerge İzin Ber" -#: ../gtk/gtktreeview.c:811 +#: gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "Nevbetleşken tüslü saflarnı sızuvğa izin ber" -#: ../gtk/gtktreeview.c:817 +#: gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "Cayıldırıcılarnı Kirintile" -#: ../gtk/gtktreeview.c:818 +#: gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "Cayıldırıcılarnı kirintilendir" -#: ../gtk/gtktreeview.c:824 +#: gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "Çift Saf Tüsü" -#: ../gtk/gtktreeview.c:825 +#: gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "Çift satırlar içün qullanılacaq tüs" -#: ../gtk/gtktreeview.c:831 +#: gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "Tek Saf Tüsü" -#: ../gtk/gtktreeview.c:832 +#: gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "Tek saflar içün qullanılacaq tüs" -#: ../gtk/gtktreeview.c:838 +#: gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "Saf Bitişi tafsilâtı" -#: ../gtk/gtktreeview.c:839 +#: gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "Uzatılğan saf arqa-zemini temalamasını qabilleştir" -#: ../gtk/gtktreeview.c:845 +#: gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "Izğara sızığı kenişligi" # gtk/gtkwidget.c:1069 -#: ../gtk/gtktreeview.c:846 +#: gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "Terek körünimi ızğara sızıqları kenişligi, piksel cınsından" # gtk/gtkcellrenderer.c:168 -#: ../gtk/gtktreeview.c:852 +#: gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "Terek sızığı kenişligi" # gtk/gtkwidget.c:1069 -#: ../gtk/gtktreeview.c:853 +#: gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "Terek körünimi sızıqları kenişligi, piksel cınsından" -#: ../gtk/gtktreeview.c:859 +#: gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "Izğara sızığı naqşı" # gtk/gtkwidget.c:1069 -#: ../gtk/gtktreeview.c:860 +#: gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" -msgstr "Terek körünimi ızğara sızıqlarını sızğanda qullanılacaq çarpma-sızıq naqşı" +msgstr "" +"Terek körünimi ızğara sızıqlarını sızğanda qullanılacaq çarpma-sızıq naqşı" -#: ../gtk/gtktreeview.c:866 +#: gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "Terek sızığı naqşı" # gtk/gtkwidget.c:1069 -#: ../gtk/gtktreeview.c:867 +#: gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" -msgstr "Terek körünimi terek sızıqlarını sızğanda qullanılacaq çarpma-sızıq naqşı" +msgstr "" +"Terek körünimi terek sızıqlarını sızğanda qullanılacaq çarpma-sızıq naqşı" # gtk/gtktreeviewcolumn.c:172 -#: ../gtk/gtktreeviewcolumn.c:192 +#: gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "Sutunnıñ kösterilip kösterilmeycegi" # gtk/gtkwindow.c:364 -#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:537 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Kene-ölçülendirilebilir" -#: ../gtk/gtktreeviewcolumn.c:200 +#: gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "Sutun qullanıcı tarafından kene ölçülendirile bilir" # gtk/gtktreeviewcolumn.c:189 -#: ../gtk/gtktreeviewcolumn.c:208 +#: gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "Sutunnıñ ağımdaki kenişligi" -#: ../gtk/gtktreeviewcolumn.c:217 +#: gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "Hüceyreler arasında qıstırılğan boşluq" # gtk/gtktreeviewcolumn.c:179 -#: ../gtk/gtktreeviewcolumn.c:225 +#: gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "Ölçülendirme" # gtk/gtktreeviewcolumn.c:180 -#: ../gtk/gtktreeviewcolumn.c:226 +#: gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "Sutunnıñ kene ölçülendirme tarzı" # gtk/gtkcellrenderer.c:168 -#: ../gtk/gtktreeviewcolumn.c:234 +#: gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "Sabit Kenişlik" -#: ../gtk/gtktreeviewcolumn.c:235 +#: gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "Sutunnıñ ağımdaki sabit kenişligi" # gtk/gtktreeviewcolumn.c:198 -#: ../gtk/gtktreeviewcolumn.c:244 +#: gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "Eñ Kiçik Kenişlik" # gtk/gtktreeviewcolumn.c:199 -#: ../gtk/gtktreeviewcolumn.c:245 +#: gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "Sutun içün caiz olğan eñ kiçik kenişlik" # gtk/gtktreeviewcolumn.c:208 -#: ../gtk/gtktreeviewcolumn.c:254 +#: gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "Azamiy Kenişlik" # gtk/gtktreeviewcolumn.c:209 -#: ../gtk/gtktreeviewcolumn.c:255 +#: gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "Sutun içün caiz olğan azamiy kenişlik" # gtk/gtktreeviewcolumn.c:219 -#: ../gtk/gtktreeviewcolumn.c:265 +#: gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "Sutun başlığında belirecek serleva" -#: ../gtk/gtktreeviewcolumn.c:273 +#: gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "Sutun pencereçikke tahsis etilgen ziyade kenişlikten pay alır" # gtk/gtktreeviewcolumn.c:226 -#: ../gtk/gtktreeviewcolumn.c:280 +#: gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "Çertilebilir" # gtk/gtktreeviewcolumn.c:227 -#: ../gtk/gtktreeviewcolumn.c:281 +#: gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "Başlıqnıñ çertile bilip bilmegeni" # gtk/gtktreeviewcolumn.c:235 -#: ../gtk/gtktreeviewcolumn.c:289 +#: gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "Pencereçik" # gtk/gtktreeviewcolumn.c:236 -#: ../gtk/gtktreeviewcolumn.c:290 +#: gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "Sutun serlevası yerine sutun başlığı dögmesine qoyulacaq pencereçik" # gtk/gtktreeviewcolumn.c:244 -#: ../gtk/gtktreeviewcolumn.c:298 +#: gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "Sutun başlığı metni ya da pencereçiginiñ X Hizalaması" # gtk/gtkcellrenderertext.c:212 gtk/gtktexttag.c:277 gtk/gtktextview.c:553 -#: ../gtk/gtktreeviewcolumn.c:308 +#: gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "Sutunnıñ başlıqlar etrafında kene sıralana bilip bilmegeni" # gtk/gtktreeviewcolumn.c:261 -#: ../gtk/gtktreeviewcolumn.c:315 +#: gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "Sıra köstergiçi" # gtk/gtktreeviewcolumn.c:262 -#: ../gtk/gtktreeviewcolumn.c:316 +#: gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "Bir sıralama köstergiçiniñ kösterilip kösterilmeycegi" # gtk/gtktreeviewcolumn.c:269 -#: ../gtk/gtktreeviewcolumn.c:323 +#: gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "Sıra tertibi" # gtk/gtktreeviewcolumn.c:270 -#: ../gtk/gtktreeviewcolumn.c:324 +#: gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "Sıra köstergiçiniñ kösterecegi sıra yönelişi" # gtk/gtkcheckmenuitem.c:115 -#: ../gtk/gtkuimanager.c:223 +#: gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "Yırtıp-al menü unsurlarınıñ menülerge eklenip eklenmeycegi" -#: ../gtk/gtkuimanager.c:230 +#: gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "Mezc etilgen QA tarifi" -#: ../gtk/gtkuimanager.c:231 +#: gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "Mezc etilgen qullanıcı arayüzüni (QA) tasvir etken XML tizgisi" # gtk/gtkviewport.c:132 -#: ../gtk/gtkviewport.c:107 +#: gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" -msgstr "Bu körünim-limanı içün ufqiy mevam qıymetlerini belgilegen GtkAdjustment" +msgstr "" +"Bu körünim-limanı içün ufqiy mevam qıymetlerini belgilegen GtkAdjustment" # gtk/gtkviewport.c:140 -#: ../gtk/gtkviewport.c:115 +#: gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" -msgstr "Bu körünim-limanı içün vertikal mevam qıymetlerini belgilegen GtkAdjustment" +msgstr "" +"Bu körünim-limanı içün vertikal mevam qıymetlerini belgilegen GtkAdjustment" # gtk/gtkviewport.c:148 -#: ../gtk/gtkviewport.c:123 +#: gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" -msgstr "Körünim-limanınıñ etrafındaki kölgeli qutunıñ nasıl sızılğanını belgiler" +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:483 msgid "Widget name" msgstr "Pencereçik ismi" # gtk/gtkwidget.c:393 -#: ../gtk/gtkwidget.c:484 +#: gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "Pencereçikniñ ismi" # gtk/gtkwidget.c:399 -#: ../gtk/gtkwidget.c:490 +#: gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "Baba pencereçigi" # gtk/gtkwidget.c:400 -#: ../gtk/gtkwidget.c:491 +#: gtk/gtkwidget.c:491 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:498 msgid "Width request" msgstr "Kenişlik istemi" # tüklü -#: ../gtk/gtkwidget.c:499 +#: gtk/gtkwidget.c:499 msgid "" "Override for width request of the widget, or -1 if natural request should be " "used" @@ -7697,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:507 msgid "Height request" msgstr "Yükseklik istemi" -#: ../gtk/gtkwidget.c:508 +#: gtk/gtkwidget.c:508 msgid "" "Override for height request of the widget, or -1 if natural request should " "be used" @@ -7710,102 +7774,103 @@ msgstr "" "qullanıluvı lâzim ise -1" # gtk/gtkwidget.c:443 -#: ../gtk/gtkwidget.c:517 +#: gtk/gtkwidget.c:517 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:524 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:530 msgid "Application paintable" msgstr "Uyğulamaca boyalanabilir" # gtk/gtkwidget.c:457 -#: ../gtk/gtkwidget.c:531 +#: gtk/gtkwidget.c:531 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:537 msgid "Can focus" msgstr "Fokuslana bilir" # gtk/gtkwidget.c:464 -#: ../gtk/gtkwidget.c:538 +#: gtk/gtkwidget.c:538 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:544 msgid "Has focus" msgstr "Fokuslı" # gtk/gtkwidget.c:471 -#: ../gtk/gtkwidget.c:545 +#: gtk/gtkwidget.c:545 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:551 msgid "Is focus" msgstr "Fokustır" # gtk/gtkwidget.c:485 -#: ../gtk/gtkwidget.c:552 +#: gtk/gtkwidget.c:552 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:558 msgid "Can default" msgstr "Ög-belgilengen ola bilir" # gtk/gtkwidget.c:478 -#: ../gtk/gtkwidget.c:559 +#: gtk/gtkwidget.c:559 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:565 msgid "Has default" msgstr "Ög-belgilengeni bar" # gtk/gtkwidget.c:485 -#: ../gtk/gtkwidget.c:566 +#: gtk/gtkwidget.c:566 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:572 msgid "Receives default" msgstr "Ög-belgilengenni qabul eter" # gtk/gtkwidget.c:492 -#: ../gtk/gtkwidget.c:573 +#: gtk/gtkwidget.c:573 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" +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:579 msgid "Composite child" msgstr "Mürekkep bala" # gtk/gtkwidget.c:499 -#: ../gtk/gtkwidget.c:580 +#: gtk/gtkwidget.c:580 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:586 msgid "Style" msgstr "Uslûp" # gtk/gtkwidget.c:506 -#: ../gtk/gtkwidget.c:587 +#: gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" @@ -7814,100 +7879,103 @@ msgstr "" "uslûbı" # gtk/gtkwidget.c:512 -#: ../gtk/gtkwidget.c:593 +#: gtk/gtkwidget.c:593 msgid "Events" msgstr "Vaqialar" # gtk/gtkwidget.c:513 -#: ../gtk/gtkwidget.c:594 +#: gtk/gtkwidget.c:594 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ı" +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:601 msgid "Extension events" msgstr "Uzantı vaqiaları" # gtk/gtkwidget.c:521 -#: ../gtk/gtkwidget.c:602 +#: gtk/gtkwidget.c:602 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" +msgstr "" +"Bu pencereçikniñ ne çeşit uzantı vaqialarını alacağını qararlaştırğan maska" -#: ../gtk/gtkwidget.c:609 +#: gtk/gtkwidget.c:609 msgid "No show all" msgstr "Episini köster yoq" -#: ../gtk/gtkwidget.c:610 +#: gtk/gtkwidget.c:610 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:633 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:689 msgid "Window" msgstr "Pencere" -#: ../gtk/gtkwidget.c:690 +#: gtk/gtkwidget.c:690 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:2212 msgid "Interior Focus" msgstr "Dahiliy Fokus" # gtk/gtkwidget.c:1069 -#: ../gtk/gtkwidget.c:2213 +#: gtk/gtkwidget.c:2213 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:2219 msgid "Focus linewidth" msgstr "Fokus sızığı kenişligi" # gtk/gtkwidget.c:1069 -#: ../gtk/gtkwidget.c:2220 +#: gtk/gtkwidget.c:2220 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:2226 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:2227 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:2232 msgid "Focus padding" msgstr "Fokus şiltelemesi" # gtk/gtkwidget.c:1069 -#: ../gtk/gtkwidget.c:2233 +#: gtk/gtkwidget.c:2233 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" +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:2238 msgid "Cursor color" msgstr "İmleç tüsü" # gtk/gtkentry.c:457 -#: ../gtk/gtkwidget.c:2239 +#: gtk/gtkwidget.c:2239 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:2244 msgid "Secondary cursor color" msgstr "Ekilemci imleç tüsü" -#: ../gtk/gtkwidget.c:2245 +#: gtk/gtkwidget.c:2245 msgid "" "Color with which to draw the secondary insertion cursor when editing mixed " "right-to-left and left-to-right text" @@ -7915,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:2250 msgid "Cursor line aspect ratio" msgstr "İmleçniñ satır aspekt nisbeti" # gtk/gtkentry.c:457 -#: ../gtk/gtkwidget.c:2251 +#: gtk/gtkwidget.c:2251 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:2265 msgid "Draw Border" msgstr "Sıñırnı Sız" -#: ../gtk/gtkwidget.c:2266 +#: gtk/gtkwidget.c:2266 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:2279 msgid "Unvisited Link Color" msgstr "Ziyaret Etilmegen İlişim Tüsü" # gtk/gtkwindow.c:333 -#: ../gtk/gtkwidget.c:2280 +#: gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "Ziyaret etilmegen ilişimlerniñ tüsü" # gtk/gtkcolorsel.c:1682 -#: ../gtk/gtkwidget.c:2293 +#: gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "Ziyaret Etilgen İlişim Tüsü" # gtk/gtkwindow.c:333 -#: ../gtk/gtkwidget.c:2294 +#: gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "Ziyaret etilgen ilişimlerniñ tüsü" # gtk/gtkdialog.c:125 -#: ../gtk/gtkwidget.c:2308 +#: gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "Keniş Ayırğıçlar" -#: ../gtk/gtkwidget.c:2309 +#: gtk/gtkwidget.c:2309 msgid "" "Whether separators have configurable width and should be drawn using a box " "instead of a line" @@ -7967,86 +8035,89 @@ msgstr "" "qutu qullanılaraq sızılıp sızılmaycağı" # gtk/gtktreeview.c:535 -#: ../gtk/gtkwidget.c:2323 +#: gtk/gtkwidget.c:2323 msgid "Separator Width" msgstr "Ayırğıç Kenişligi" -#: ../gtk/gtkwidget.c:2324 +#: gtk/gtkwidget.c:2324 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" +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:2338 msgid "Separator Height" msgstr "Ayırğıç Yüksekligi" -#: ../gtk/gtkwidget.c:2339 +#: gtk/gtkwidget.c:2339 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" +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:2353 msgid "Horizontal Scroll Arrow Length" msgstr "Ufqiy Taydırma Oqu Uzunlığı" -#: ../gtk/gtkwidget.c:2354 +#: gtk/gtkwidget.c:2354 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:2368 msgid "Vertical Scroll Arrow Length" msgstr "Vertikal Taydırma Oqu Uzunlığı" -#: ../gtk/gtkwidget.c:2369 +#: gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "Vertikal taydırma oqlarınıñ uzunlığı" # gtk/gtkwindow.c:322 -#: ../gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Pencere Türü" # gtk/gtkwindow.c:323 -#: ../gtk/gtkwindow.c:479 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Pencereniñ türü" # gtk/gtkwindow.c:332 -#: ../gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Pencere Serlevası" # gtk/gtkwindow.c:333 -#: ../gtk/gtkwindow.c:488 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Pencereniñ serlevası" # gtk/gtkwindow.c:332 -#: ../gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Pencere Rolü" -#: ../gtk/gtkwindow.c:496 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" -msgstr "Oturım keri tiklengende qullanılacaq pencere içün emsalsiz kimliklendirici" +msgstr "" +"Oturım keri tiklengende qullanılacaq pencere içün emsalsiz kimliklendirici" -#: ../gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Başlanğıç Kimligi" -#: ../gtk/gtkwindow.c:513 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Başlanğıç-tebliği (startup-notification) tarafından qullanılğan pencere içün " "emsalsiz başlanğıç kimliklendiricisi" # gtk/gtkwindow.c:348 -#: ../gtk/gtkwindow.c:520 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Tarlatmağa İzin Ber" -#: ../gtk/gtkwindow.c:522 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -8056,29 +8127,29 @@ msgstr "" "99% fena bir fikirdir" # gtk/gtkwindow.c:356 -#: ../gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Ösmege İzin Ber" # gtk/gtkwindow.c:357 -#: ../gtk/gtkwindow.c:530 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Eger DOĞRU ise, qullanıcılar pencereni en kiçik ölçüsiniñ tışına da " "kenişlete bilir" # gtk/gtkwindow.c:365 -#: ../gtk/gtkwindow.c:538 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Eger DOĞRU ise, qullanıcılar pencere ölçüsini deñiştire bilir" # gtk/gtkwindow.c:372 -#: ../gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modal" # gtk/gtkwindow.c:373 -#: ../gtk/gtkwindow.c:546 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -8087,74 +8158,77 @@ msgstr "" "qullanılamaz)" # gtk/gtkwindow.c:380 -#: ../gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Pencere Mevamı" # gtk/gtkwindow.c:381 -#: ../gtk/gtkwindow.c:554 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Pencereniñ başlanğıç mevamı" # gtk/gtkwindow.c:389 -#: ../gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Ög-belgilengen Kenişlik" -#: ../gtk/gtkwindow.c:563 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" -msgstr "Pencere ilk kösterilgeninde qullanılğan, pencereniñ ög-belgilengen kenişligi" +msgstr "" +"Pencere ilk kösterilgeninde qullanılğan, pencereniñ ög-belgilengen kenişligi" # gtk/gtkwindow.c:399 -#: ../gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Ög-belgilengen Yükseklik" -#: ../gtk/gtkwindow.c:573 -msgid "The default height of the window, used when initially showing the window" -msgstr "Pencere ilk kösterilgeninde qullanılğan, pencereniñ ög-belgilengen yüksekligi" +#: gtk/gtkwindow.c:573 +msgid "" +"The default height of the window, used when initially showing the window" +msgstr "" +"Pencere ilk kösterilgeninde qullanılğan, pencereniñ ög-belgilengen yüksekligi" # gtk/gtkwindow.c:409 -#: ../gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Baba ile yoq et" # gtk/gtkwindow.c:410 -#: ../gtk/gtkwindow.c:583 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Bu pencereniñ babası yoq etilgende yoq etilip etilmeycegi" -#: ../gtk/gtkwindow.c:591 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Bu pencere içün işaretçik" -#: ../gtk/gtkwindow.c:607 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Bu pencere içün temalı işaretçikniñ ismi" # gtk/gtkcheckmenuitem.c:114 gtk/gtktogglebutton.c:144 -#: ../gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Faaldir" # gtk/gtkwidget.c:485 -#: ../gtk/gtkwindow.c:623 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Üst seviyeniñ al-azırda faal pencere olıp olmağanı" -#: ../gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Fokus Üst Seviyede" -#: ../gtk/gtkwindow.c:631 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Kirdi fokusınıñ bu GtkWindow içerisinde olıp olmağanı" -#: ../gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Tür kinayesi" -#: ../gtk/gtkwindow.c:639 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -8162,112 +8236,112 @@ msgstr "" "Masaüstü çevresiniñ bunıñ ne tür pencere olğanını ve onıñ nasıl muamele " "etilecegini añlavına yardım etmek içün kinaye." -#: ../gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Vazife çubuğını atla" -#: ../gtk/gtkwindow.c:648 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Pencereniñ vazife çubuğında olmayuvı lâzim ise, DOĞRU" # tüklü -#: ../gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Saifecini atla" # gtk/gtkpaned.c:126 -#: ../gtk/gtkwindow.c:656 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "DOĞRU ise, pencereniñ saifecide olmayuvı lâzim." -#: ../gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Acil" # gtk/gtkpaned.c:126 -#: ../gtk/gtkwindow.c:664 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "DOĞRU ise, pencereniñ qullanıcınıñ diqqatına ketirilüvi lâzim." # gtk/gtkwidget.c:470 -#: ../gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Fokusnı qabul et" # gtk/gtkpaned.c:126 -#: ../gtk/gtkwindow.c:679 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "DOĞRU ise pencereniñ kirdi fokusını qabul etüvi lâzim." -#: ../gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Haritalama üzerine fokuslan" # gtk/gtkpaned.c:126 -#: ../gtk/gtkwindow.c:694 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." -msgstr "DOĞRU ise, haritalanğanında pencereniñ kirdi fokusını qabul etüvi lâzim." +msgstr "" +"DOĞRU ise, haritalanğanında pencereniñ kirdi fokusını qabul etüvi lâzim." -#: ../gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Bezeklengen" # gtk/gtkpaned.c:126 -#: ../gtk/gtkwindow.c:709 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Pencereniñ pencere idarecisi tarafından bezeklenip bezeklenmeycegi" # gtk/gtklabel.c:251 -#: ../gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Silinebilir" # gtk/gtkpaned.c:126 -#: ../gtk/gtkwindow.c:724 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Pencere çerçivesiniñ qapatma dögmesine saip olıp olmaycağı" -#: ../gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Çekim" # gtk/gtkwindow.c:323 -#: ../gtk/gtkwindow.c:741 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Pencereniñ pencere çekimi" -#: ../gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Pencere içün Keçici" -#: ../gtk/gtkwindow.c:759 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Dialognıñ keçici olğan babası" -#: ../gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Pencereniñ Tonuqlığı" # gtk/gtkwindow.c:323 -#: ../gtk/gtkwindow.c:775 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Pencereniñ tonuqlığı, 0'dan 1'ge qadar" -#: ../modules/input/gtkimcontextxim.c:334 +#: modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "Kirdi Usulı (IM) Tarir-aldı uslûbı" -#: ../modules/input/gtkimcontextxim.c:335 +#: modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "Kirdi usulı (IM) tarir-aldı tizgisiniñ nasıl sızılacağı" # gtk/gtktoolbar.c:259 -#: ../modules/input/gtkimcontextxim.c:343 +#: modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "Kirdi Usulı (IM) Durum uslûbı" # gtk/gtktoolbar.c:233 -#: ../modules/input/gtkimcontextxim.c:344 +#: modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "Kirdi usulı durum çubuğınıñ nasıl sızılacağı" - diff --git a/po-properties/cs.po b/po-properties/cs.po index d706dc1cea..6693cb7a8a 100644 --- a/po-properties/cs.po +++ b/po-properties/cs.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-07 23:38+0100\n" "Last-Translator: Petr Kovar \n" "Language-Team: Czech \n" @@ -96,12 +96,12 @@ msgstr "Implicitní displej" msgid "The default display for GDK" msgstr "Implicitní displej pro GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Obrazovka" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen pro vykreslovač" @@ -121,54 +121,54 @@ msgstr "Rozlišení písma" msgid "The resolution for fonts on the screen" msgstr "Rozlišení písem na obrazovce" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Název programu" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" "Název programu. Pokud není nastaven, je implicitně g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Verze programu" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Verze programu" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Řetězec copyrightu" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Informace o copyrightu na program" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Řetězec poznámek" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Poznámky o programu" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL WWW stránek" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "URL pro odkaz na WWW stránky programu" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Popisek WWW stránek" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -176,45 +176,45 @@ msgstr "" "Popisek pro odkaz na WWW stránky programu. Není-li nastaven, je implicitně " "roven URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Autoři" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Seznam autorů programu" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Dokumentátoři" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Seznam lidí dokumentujících program" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Umělci" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Seznam lidí, kteří pro program tvořili grafiku" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Zásluhy překladatelů" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Zásluhy překladatelů. Tento řetězec by měl být označen jako přeložitelný" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -222,19 +222,19 @@ msgstr "" "Logo pro dialog o aplikaci. Pokud není nastaveno, je implicitně " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Název ikony s logem" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Pojmenovaná ikona, kterou používat jako logo pro dialog o aplikaci." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Zalamovat licenci" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Jestli zalamovat text licence." @@ -307,7 +307,7 @@ msgid "The GIcon being displayed" msgstr "Zobrazovaná GIcon" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Název ikony" @@ -415,7 +415,7 @@ msgid "Whether the action group is visible." msgstr "Jestli je skupina akcí viditelná." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Hodnota" @@ -1245,7 +1245,7 @@ msgstr "Sledovat stav" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Jestli se má vykreslovaný pixbuf obarvovat podle stavu" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikona" @@ -1306,7 +1306,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientace a směr růstu ukazatele průběhu" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Zarovnání" @@ -3060,7 +3060,7 @@ msgstr "Skupina ikon" msgid "Icon set to display" msgstr "Skupina ikon, kterou zobrazovat" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Velikost ikony" @@ -3128,7 +3128,7 @@ msgstr "Zobrazovat v menu obrázky" msgid "Whether images should be shown in menus" msgstr "Jestli se mají v menu zobrazovat obrázky" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Obrazovka, kde se toto okno zobrazí" @@ -4712,24 +4712,24 @@ msgstr "Mezera okolo hodnoty" msgid "Space between value text and the slider/trough area" msgstr "Mezera mezi textem hodnoty a oblastí posuvníku/koryta" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Hodnota stupnice" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Velikost ikony" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment, které obsahuje aktuální hodnotu tohoto objektu rozsahu" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Ikony" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Seznam názvů ikon" @@ -6430,7 +6430,7 @@ msgstr "Čárkovaný vzorek používaný při kreslení řádků stromového zob msgid "Whether to display the column" msgstr "Jestli zobrazovat sloupec" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Měnitelná velikost" @@ -6840,43 +6840,43 @@ msgstr "Délka svislé posunovací šipky" msgid "The length of vertical scroll arrows" msgstr "Délka svislých posunovacích šipek" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Typ okna" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Typ okna" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Titulek okna" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Titulek okna" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Role okna" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Jedinečný identifikátor okna, který bude použit při obnově sezení" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Spouštěcí ID" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "Jedinečný spouštěcí identifikátor okna použitý startup-notification" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Povolit zmenšení" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6885,24 +6885,24 @@ msgstr "" "Je-li TRUE, okno nemá minimální velikost. Nastavení tohoto na TRUE je v 99% " "případů špatný nápad" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Povolit zvětšení" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Je-li TRUE, uživatelé mohou roztáhnout okno nad jeho minimální velikost" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Je-li TRUE, uživatelé mohou změnit velikost okna" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modální" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6910,68 +6910,68 @@ msgstr "" "Je-li TRUE, je okno modální (ostatní okna není možné používat, dokud je toto " "okno zobrazeno)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Pozice okna" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Počáteční pozice okna" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Implicitní šířka" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Implicitní šířka okna používaná při počátečním zobrazení okna" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Implicitní výška" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Implicitní výška okna používaná při počátečním zobrazení okna" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Zničit s rodičem" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Určuje, jestli má být okno zničeno při zničení svého rodiče" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Ikona tohoto okna" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Ikona z motivu u tohoto okna" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Je aktivní" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Jestli je widget na nejvyšší úrovni aktuální aktivní okno" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Zaměření na nejvyšší úrovni" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Jestli je vstupní zaměření uvnitř tohoto GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Nápověda typu" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -6979,83 +6979,83 @@ msgstr "" "Nápověda naznačující prostředí pracovní plochy, o jaký typ okna se jedná a " "jak s ním nakládat." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Vynechat v liště úloh" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "TRUE pokud by se okno nemělo objevovat v liště úloh." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Vynechat v pageru" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "TRUE, pokud by okno nemělo být v pageru." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Urgentní" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE, pokud na okno měl být upozorněn uživatel." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Přijímá zaměření" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE, pokud by okno mělo dostávat vstupní zaměření." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Zaměření při namapování" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "TRUE, pokud by okno mělo dostávat vstupní zaměření při namapování." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Dekorované" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Jestli by mělo být okno dekorované správcem oken" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Smazatelný" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Jestli by měl mít rám okna tlačítko zavření" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravity" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Gravity okna" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Podřízené pro okno" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Podřízený rodič dialogového okna" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Krytí pro okno" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Krytí okna, od 0 do 1" diff --git a/po-properties/cy.po b/po-properties/cy.po index 63494ab6f1..af3fde32cb 100644 --- a/po-properties/cy.po +++ b/po-properties/cy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2007-05-14 22:44-0000\n" "Last-Translator: Rhys Jones \n" "Language-Team: Cymraeg \n" @@ -90,12 +90,12 @@ msgstr "Dangosydd Rhagosodedig" msgid "The default display for GDK" msgstr "Dangosydd rhagosodedig GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Sgrin" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "y GdkScreen ar gyfer y llunydd" @@ -115,11 +115,11 @@ msgstr "Cydraniad ffont" msgid "The resolution for fonts on the screen" msgstr "Y cydraniad ar gyfer ffontiau ar y sgrin" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Enw'r rhaglen" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -127,43 +127,43 @@ msgstr "" "Enw'r rhaglen. Os nad yw'r enw wedi ei osod, y dewis rhagosodedig yw " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Fersiwn rhaglen" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Fersiwn y rhaglen" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Llinyn hawlfraint" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Gwybodaeth hawlfraint ar gyfer y rhaglen" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Llinyn sylwadau" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Sylwadau ynglŷn â'r rhaglen" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "LAU safle gwe" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "LAU cyswllt i safle gwe'r rhaglen" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Label safle gwe" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -171,45 +171,45 @@ msgstr "" "Y label ar gyfer y cyswllt i safle gwe'r rhaglen. Os nad yw wedi ei osod, fe " "ddefnyddir y LAU fel label" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Awduron" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Rhestr o awduron y rhaglen" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Dogfennwyr" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Rhestr o'r rhai ysgrifennodd ddogfennaeth y rhaglen" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artistiaid" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Rhestr o'r rhai gyfrannodd waith graffeg/celf i'r rhaglen" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Clodau cyfieithwyr" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Diolchiadau i'r cyfieithwyr. Dylid marcio'r llinyn hwn yn gyfieithiadwy" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -217,19 +217,19 @@ msgstr "" "Logo ar gyfer y blwch ynghylch. Os na osodir hyn, y dewis rhagosodedig yw " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Enw Eicon y Logo" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Enw'r eicon i'w ddefnyddio fel logo ar gyfer y blwch 'ynghylch'." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Amlapio trwydded" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "A ddylid amlapio testun y drwydded." @@ -307,7 +307,7 @@ msgid "The GIcon being displayed" msgstr "Set eiconau i'w ddangos" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Enw Eicon" @@ -413,7 +413,7 @@ msgid "Whether the action group is visible." msgstr "A ydy'r grŵp gweithred yn weladwy." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Gwerth" @@ -1258,7 +1258,7 @@ msgstr "Dilyn Stad" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Ar ôl ei lunio, a ddylid lliwio'r pixbuf yn ôl y stad" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Eicon" @@ -1319,7 +1319,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Gogwydd a chyfeiriad tyfu'r bar cynnydd" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Addasiad" @@ -3152,7 +3152,7 @@ msgstr "Set eiconau" msgid "Icon set to display" msgstr "Set eiconau i'w ddangos" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Maint eicon" @@ -3222,7 +3222,7 @@ msgstr "Dangos delweddau dewislen" msgid "Whether images should be shown in menus" msgstr "A ddylid dangos delweddau mewn dewislenni" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Y sgrin lle caiff y ffenestr hon ei dangos" @@ -4875,28 +4875,28 @@ msgstr "Bylchu'r gwerth" msgid "Space between value text and the slider/trough area" msgstr "Gofod rhwng testun y gwerth a'r ardal llithrydd/cafn" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Gwerth yr addasiad" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Maint eiconau bar offer" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "Y GtkAdjustment sy'n cynnwys gwerth cyfredol y gwrthrych cyfwng hwn" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Eicon" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Enw Eicon y Logo" @@ -6657,7 +6657,7 @@ msgid "Whether to display the column" msgstr "A ddylid dangos y golofn" # EFALLAI -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Ailfeintadwy" @@ -7087,46 +7087,46 @@ msgstr "Hyd Saeth Sgrolio Fertigol" msgid "The length of vertical scroll arrows" msgstr "Hyd y saethau sgrolio fertigol" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Math y Ffenestr" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Math y ffenestr" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Teitl y Ffenestr" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Teitl y ffenestr" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Rôl y Ffenestr" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Adnabyddydd unigryw ar gyfer y ffenestr i'w ddefnyddio wrth adfer sesiwn" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ID cychwyn" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Adnabyddydd cychwyn unigryw ar gyfer y ffenestr i'w ddefnyddio wrth hysbysu " "cychwyn" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Caniatáu Crebachu" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7136,23 +7136,23 @@ msgstr "" "gwael 99% o'r amser" # EFALLAI -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Caniatáu Tyfiant" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "Os GWIR, gall ddefnyddwyr ehangu'r ffenestr y tu hwnt i'w maint lleiaf" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Os GWIR, gall ddefnyddwyr newid maint y ffenestr" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Moddol" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7160,73 +7160,73 @@ msgstr "" "Os TRUE, mae'r ffenestr yn foddol (ni ellir defnyddio ffenestri eraill tra " "bo'r ffenest hon i fyny)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Safle'r Ffenestr" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Safle cychwynnol y ffenestr" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Lled Rhagosodedig" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Lled rhagosodedig y ffenestr, a ddefnyddir wrth gychwyn dangos y ffenestr" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Uchder Rhagosodedig" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "Uchder rhagosodedig y ffenestr, a ddefnyddir wrth gychwyn dangos y ffenestr" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Dinistrio gyda'r Rhiant" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "A ddylid dinistrio'r ffenestr hon pan ddinistrir y rhiant" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Eicon ar gyfer y ffenestr hon" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Enw'r eicon o'r thema ar gyfer y ffenestr hon" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Yn Weithredol" # EFALLAI -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Ai'r lefel dop yw'r ffenestr weithredol gyfredol" # EFALLAI -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Ffocws yn y Lefel Dop" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "A ydy'r ffocws mewnbwn o fewn y GtkWindow yma" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Awgrym math" # EFALLAI -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7235,85 +7235,85 @@ msgstr "" "i ymdrin â hi." # EFALLAI -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Sgipio'r bar tasgau" # EFALLAI -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "GWIR os na ddylai'r ffenestr fod yn y bar tasgau." # EFALLAI -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Hepgor y dalennydd" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "GWIR os na ddylai'r ffenestr fod yn y dalennydd." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Pwysig" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "GWIR os dylid dod â'r ffenestr at sylw'r defnyddiwr." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Yn derbyn ffocws" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "GWIR os ddylai'r ffenestr dderbyn y ffocws mewnbwn." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Ffocysu pan mae map" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "GWIR os ddylai'r ffenestr dderbyn y ffocws mewnbwn pan gaiff ei mapio." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Wedi Addurno" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "A ddylai'r ffenestr gael ei haddurno gan y rheolwr ffenestri" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Gellir ei Ddileu" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "A ddylai'r ffrâm y ffenestr gael botwm cau" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Disgyrchiant" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Disgyrchiant ffenestr y ffenest" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Darfodedig ar gyfer y Ffenestr" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Rhiant darfodedig y ddeialog" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Didreiddedd y Ffenestr" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Didreiddedd y ffenestr, o 0 i 1" diff --git a/po-properties/da.po b/po-properties/da.po index 51beb2935d..fbf1235f25 100644 --- a/po-properties/da.po +++ b/po-properties/da.po @@ -47,7 +47,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-14 05:02+0100\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-13 21:43+0100\n" "Last-Translator: Ask Hjorth Larsen \n" "Language-Team: Danish \n" @@ -55,111 +55,109 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gdk-pixbuf/gdk-pixbuf.c:89 +#: gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "Antal kanaler" -#: ../gdk-pixbuf/gdk-pixbuf.c:90 +#: gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "Antallet af farveværdier per punkt" -#: ../gdk-pixbuf/gdk-pixbuf.c:99 +#: gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "Farverum" -#: ../gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "Det farverum som farveværdierne fortolkes i" -#: ../gdk-pixbuf/gdk-pixbuf.c:108 +#: gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "Har alfa" -#: ../gdk-pixbuf/gdk-pixbuf.c:109 +#: gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "Om billedet har en alfakanal" -#: ../gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "Bit per kanal" -#: ../gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "Antal bit per farveværdi" -#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 -#: ../gtk/gtktreeviewcolumn.c:207 +#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "Bredde" -#: ../gdk-pixbuf/gdk-pixbuf.c:133 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "Antal kolonner i billedet" -#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 +#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 msgid "Height" msgstr "Højde" -#: ../gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "Antal rækker i billedet" -#: ../gdk-pixbuf/gdk-pixbuf.c:159 +#: gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "Rækkespand" -#: ../gdk-pixbuf/gdk-pixbuf.c:160 +#: gdk-pixbuf/gdk-pixbuf.c:160 msgid "" "The number of bytes between the start of a row and the start of the next row" msgstr "Antal byte mellem begyndelsen af en række og starten på den næste" -#: ../gdk-pixbuf/gdk-pixbuf.c:169 +#: gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "Punkter" -#: ../gdk-pixbuf/gdk-pixbuf.c:170 +#: gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "Adressen på punktdataene for billedet" -#: ../gdk/gdkdisplaymanager.c:103 +#: gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "Standardterminal" -#: ../gdk/gdkdisplaymanager.c:104 +#: gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "Standardterminalen for GDK" -#: ../gdk/gdkpango.c:490 ../gtk/gtkinvisible.c:86 -#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Skærm" -#: ../gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "optegnerens GdkScreen" -#: ../gdk/gdkscreen.c:75 +#: gdk/gdkscreen.c:75 msgid "Font options" msgstr "Skrifttypeindstillinger" -#: ../gdk/gdkscreen.c:76 +#: gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "Forvalgte skrifttypeindstillinger for skærmen" -#: ../gdk/gdkscreen.c:83 +#: gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "Skrifttypeopløsning" -#: ../gdk/gdkscreen.c:84 +#: gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "Opløsningen for skrifttyper på skærmen" -#: ../gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Programnavn" -#: ../gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -167,43 +165,43 @@ msgstr "" "Programmets navn. Hvis dette ikke er angivet benyttes g_get_application_name" "()" -#: ../gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Programversion" -#: ../gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Programmets version" -#: ../gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Copyright-streng" -#: ../gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Copyright-information for programmet" -#: ../gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Kommentarstreng" -#: ../gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Kommentarer om programmet" -#: ../gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Websted-adresse" -#: ../gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "Adressen til programmets websted" -#: ../gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Websted-etiket" -#: ../gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -211,46 +209,46 @@ msgstr "" "Etiketten for adressen til programmets websted. Hvis denne ikke er angivet " "benyttes adressen" -#: ../gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Forfattere" -#: ../gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Liste over programmets forfattere" -#: ../gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Dokumentører" -#: ../gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Liste over programmets dokumentører" -#: ../gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Kunstnere" -#: ../gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" "Liste over mennesker der har bidraget med grafik og/eller lyd til programmmet" -#: ../gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Bidragydere til oversættelse" -#: ../gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Bidragydere til oversættelse. Denne streng skal markeres som oversætbar" -#: ../gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: ../gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -258,119 +256,118 @@ msgstr "" "Et logo til om-vinduet. Hvis dette ikke er angivet benyttes " "gtk_window_get_default_icon_list()" -#: ../gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Logoikonnavn" -#: ../gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Et navngivetikon der skal bruges som logo for om-vinduet." -#: ../gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Ombryd licensen" -#: ../gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Om licensteksten skal ombrydes." -#: ../gtk/gtkaccellabel.c:123 +#: gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "Acceleratorobjekt" -#: ../gtk/gtkaccellabel.c:124 +#: gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "Objektet som skal overvåges for acceleratorændringer" -#: ../gtk/gtkaccellabel.c:130 +#: gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "Acceleratorkontrol" -#: ../gtk/gtkaccellabel.c:131 +#: gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "Kontrollen som skal overvåges for acceleratorændringer" -#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 -#: ../gtk/gtktextmark.c:89 +#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 +#: gtk/gtktextmark.c:89 msgid "Name" msgstr "Navn" -#: ../gtk/gtkaction.c:180 +#: gtk/gtkaction.c:180 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/gtktoolbutton.c:202 +#: 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/gtktoolbutton.c:202 msgid "Label" msgstr "Etiket" -#: ../gtk/gtkaction.c:199 +#: gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "" "Den etiket som benyttes til menuelementer og knapper som aktiverer denne " "handling." -#: ../gtk/gtkaction.c:215 +#: gtk/gtkaction.c:215 msgid "Short label" msgstr "Kort etiket" -#: ../gtk/gtkaction.c:216 +#: gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "En kortere etiket som kan bruges på værktøjslinjeknapper." -#: ../gtk/gtkaction.c:224 +#: gtk/gtkaction.c:224 msgid "Tooltip" msgstr "Værktøjtip" -#: ../gtk/gtkaction.c:225 +#: gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "Et værktøjtip til handlingen." -#: ../gtk/gtkaction.c:240 +#: gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "Lagerikon" -#: ../gtk/gtkaction.c:241 +#: gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "Det lagerikon som vises i kontroller der repræsenterer denne handling." -#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 +#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "GIcon-objekt" -#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 -#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 +#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 +#: gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "GIcon-objektet som vises" -#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 -#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:605 +#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Ikonnavn" -#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 -#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 +#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 +#: gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "Navnet på ikonet fra ikontemaet" -#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 +#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "Synlig når vandret" -#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 +#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." msgstr "" "Om værktøjslinieelementet er synligt når værktøjslinjen vender vandret." -#: ../gtk/gtkaction.c:306 +#: gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "Synlig ved overflydning" -#: ../gtk/gtkaction.c:307 +#: gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." @@ -378,21 +375,21 @@ msgstr "" "Hvis TRUE vil værktøjselementstedfortræderne for denne handling være " "repræsenteret i værktøjslinjens overflydningsmenu." -#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 +#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "Synlig når lodret" -#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 +#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." msgstr "Om værktøjslinjeelementet er synligt når værktøjslinjen vender lodret." -#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 +#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 msgid "Is important" msgstr "Er vigtig" -#: ../gtk/gtkaction.c:323 +#: gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." @@ -401,38 +398,37 @@ msgstr "" "værktøjselementstedfortræderne for denne handling vise tekst i " "GTK_TOOLBAR_BOTH_HORIZ-tilstand." -#: ../gtk/gtkaction.c:331 +#: gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "Skjul hvis tom" -#: ../gtk/gtkaction.c:332 +#: gtk/gtkaction.c:332 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/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193 +#: gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "Følsom" -#: ../gtk/gtkaction.c:339 +#: gtk/gtkaction.c:339 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/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293 +#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516 msgid "Visible" msgstr "Synlig" -#: ../gtk/gtkaction.c:346 +#: gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "Om handlingen er synlig." -#: ../gtk/gtkaction.c:352 +#: gtk/gtkaction.c:352 msgid "Action Group" msgstr "Handlingsgruppe" -#: ../gtk/gtkaction.c:353 +#: gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." @@ -440,72 +436,72 @@ msgstr "" "Den GtkActionGroup som denne GtkAction er associeret med, eller NULL (for " "intern brug)." -#: ../gtk/gtkactiongroup.c:171 +#: gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "Et navn på handlingsgruppen." -#: ../gtk/gtkactiongroup.c:178 +#: gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "Om handlingsgruppen er aktiveret." -#: ../gtk/gtkactiongroup.c:185 +#: gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "Om handlingsgruppen er synlig." -#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:204 ../gtk/gtkspinbutton.c:269 +#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Værdi" -#: ../gtk/gtkadjustment.c:94 +#: gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "Værdien for justeringen" -#: ../gtk/gtkadjustment.c:110 +#: gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "Mindste værdi" -#: ../gtk/gtkadjustment.c:111 +#: gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "Den mindste værdi for justeringen" -#: ../gtk/gtkadjustment.c:130 +#: gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "Største værdi" -#: ../gtk/gtkadjustment.c:131 +#: gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "Den største værdi for justeringen" -#: ../gtk/gtkadjustment.c:147 +#: gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "Skridtforøgelse" -#: ../gtk/gtkadjustment.c:148 +#: gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "Skridtforøgelsen for justeringen" -#: ../gtk/gtkadjustment.c:164 +#: gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "Sideforøgelse" -#: ../gtk/gtkadjustment.c:165 +#: gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "Sideforøgelsen for justeringen" -#: ../gtk/gtkadjustment.c:184 +#: gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "Sidestørrelsen" -#: ../gtk/gtkadjustment.c:185 +#: gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "Sidestørrelsen for justeringen" -#: ../gtk/gtkalignment.c:90 +#: gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "Vandret justering" -#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 +#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" @@ -513,11 +509,11 @@ msgstr "" "Vandret position for underelementet på den tilgængelige plads. 0.0 er " "venstrejusteret, 1.0 er højrejusteret" -#: ../gtk/gtkalignment.c:100 +#: gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "Lodret justering" -#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 +#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" @@ -525,11 +521,11 @@ msgstr "" "Lodret position for underelementet på den tilgængelige plads. 0.0 er øverst, " "1.0 er nederst" -#: ../gtk/gtkalignment.c:109 +#: gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "Vandret skalering" -#: ../gtk/gtkalignment.c:110 +#: gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" @@ -538,11 +534,11 @@ msgstr "" "behøver, angiver dette hvor meget der skal benyttes af underelementet. 0.0 " "betyder intet, 1.0 betyder alt" -#: ../gtk/gtkalignment.c:118 +#: gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "Lodret skalering" -#: ../gtk/gtkalignment.c:119 +#: gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" @@ -551,199 +547,199 @@ msgstr "" "angiver dette hvor meget der skal benyttes af underelementet. 0.0 betyder " "intet, 1.0 betyder alt" -#: ../gtk/gtkalignment.c:136 +#: gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "Topudfyldning" -#: ../gtk/gtkalignment.c:137 +#: gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "Den udfyldning som indsættes i toppen af kontrollen." -#: ../gtk/gtkalignment.c:153 +#: gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "Bundudfyldning" -#: ../gtk/gtkalignment.c:154 +#: gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "Den udfyldning som indsættes i bunden af kontrollen." -#: ../gtk/gtkalignment.c:170 +#: gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "Venstre udfyldning" -#: ../gtk/gtkalignment.c:171 +#: gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "Den udfyldning som indsættes i venstre side af kontrollen." -#: ../gtk/gtkalignment.c:187 +#: gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "Højre udfyldning" -#: ../gtk/gtkalignment.c:188 +#: gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "Den udfyldning som indsættes i højre side af kontrollen." -#: ../gtk/gtkarrow.c:75 +#: gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "Pilretning" -#: ../gtk/gtkarrow.c:76 +#: gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "Pegeretning for pilen" -#: ../gtk/gtkarrow.c:84 +#: gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "Pilskygge" -#: ../gtk/gtkarrow.c:85 +#: gtk/gtkarrow.c:85 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:363 msgid "Arrow Scaling" msgstr "Pilskalering" -#: ../gtk/gtkarrow.c:93 +#: gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "Hvor meget plads en pil fylder" -#: ../gtk/gtkaspectframe.c:79 +#: gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "Vandret justering" -#: ../gtk/gtkaspectframe.c:80 +#: gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "Justering af x for underkontrol" -#: ../gtk/gtkaspectframe.c:86 +#: gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "Lodret justering" -#: ../gtk/gtkaspectframe.c:87 +#: gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "Justering af y for underkontrol" -#: ../gtk/gtkaspectframe.c:93 +#: gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "Forhold" -#: ../gtk/gtkaspectframe.c:94 +#: gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "Højde/bredde-forhold hvis obey_child er FALSE" -#: ../gtk/gtkaspectframe.c:100 +#: gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "Adlyd underkontrol" -#: ../gtk/gtkaspectframe.c:101 +#: gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "Tving højde/bredde-forhold til at passe til rammens underkontrol" # Tvetydighed omkring hoved/overskrift afgjort ved flertals afstemning blandt de af de andre oversættelser jeg kan forstå. Jeg har fejlmeldt den for forhåbentligt at få den afgjort # # Fejlrapport afgjorde at det er sidehoved. -#: ../gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "Sidehoved-udfyldning" # Tvetydighed omkring hoved/overskrift afgjort ved flertals afstemning blandt de af de andre oversættelser jeg kan forstå. Jeg har fejlmeldt den for forhåbentligt at få den afgjort # # Fejlrapport afgjorde at det er sidehoved. -#: ../gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "Antallet af skærmpunkter rundt om sidehovedet." -#: ../gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "Indholdsudfyldning" -#: ../gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "Antallet af skærmpunkter rundt om indholdssiderne." -#: ../gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:286 msgid "Page type" msgstr "Sidetype" -#: ../gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "Assistentsidens type" -#: ../gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:304 msgid "Page title" msgstr "Sidetitel" -#: ../gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "Assistentsidens titel" # Tvetydighed omkring hoved/overskrift afgjort ved flertals afstemning blandt de af de andre oversættelser jeg kan forstå. Jeg har fejlmeldt den for forhåbentligt at få den afgjort # # Fejlrapport afgjorde at det er sidehoved. -#: ../gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:321 msgid "Header image" msgstr "Sidehoved-billede" -#: ../gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "Assistentsidens sidehoved-billede" -#: ../gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "Sidepanelbillede" -#: ../gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "Assistentsidens sidepanelbillede" # Denne her kan godt virke lidt mærkelig men skulle være god nok idet et kig i kildekoden afslører at "Page complete" er en boolsk variabel -#: ../gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:354 msgid "Page complete" msgstr "Side fuldført" -#: ../gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "Om alle påkrævede felter på siden er udfyldt" -#: ../gtk/gtkbbox.c:91 +#: gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "Minimumsbredde for underelement" -#: ../gtk/gtkbbox.c:92 +#: gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "Minimumsbredde for knapperne inde i boksen" -#: ../gtk/gtkbbox.c:100 +#: gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "Minimumshøjde for underelement" -#: ../gtk/gtkbbox.c:101 +#: gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "Minimumshøjde for knapperne inde i boksen" -#: ../gtk/gtkbbox.c:109 +#: gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "Indvendig breddeudfyldning for underelement" -#: ../gtk/gtkbbox.c:110 +#: gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "Hvor meget underelementets størrelse skal forøges på hver side" -#: ../gtk/gtkbbox.c:118 +#: gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "Indvendig højdeudfyldning for underelement" -#: ../gtk/gtkbbox.c:119 +#: gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "Hvor meget underelementets størrelse skal forøges øverst og nederst" # "lay out" bruges her i betydningen hvordan knapperne skal fordeles, se # f.eks. næste tekst for forklaring -#: ../gtk/gtkbbox.c:127 +#: gtk/gtkbbox.c:127 msgid "Layout style" msgstr "Fordelingsstil" -#: ../gtk/gtkbbox.c:128 +#: gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" @@ -751,11 +747,11 @@ msgstr "" "Hvordan knapperne i boksen skal fordeles. Mulige værdier er standard, " "spredt, kant, begyndelse og slutning" -#: ../gtk/gtkbbox.c:136 +#: gtk/gtkbbox.c:136 msgid "Secondary" msgstr "Sekundær" -#: ../gtk/gtkbbox.c:137 +#: gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" @@ -763,39 +759,39 @@ msgstr "" "Hvis TRUE optræder underelementet i en sekundær gruppe af underelementer, " "velegnet til f.eks. hjælpeknapper" -#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 -#: ../gtk/gtktreeviewcolumn.c:216 +#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 +#: gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "Mellemrum" -#: ../gtk/gtkbox.c:131 +#: gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "Hvor meget mellemrum der er mellem børnene" -#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 -#: ../gtk/gtktoolbar.c:573 +#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 +#: gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "Homogen" -#: ../gtk/gtkbox.c:141 +#: gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "Om alle børnene skal have den samme størrelse" -#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 -#: ../gtk/gtktreeviewcolumn.c:272 +#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 +#: gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "Udvid" -#: ../gtk/gtkbox.c:149 +#: gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "" "Om underelementet skal tildeles ekstra plads når ophavselementet vokser" -#: ../gtk/gtkbox.c:155 +#: gtk/gtkbox.c:155 msgid "Fill" msgstr "Udfyld" -#: ../gtk/gtkbox.c:156 +#: gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" @@ -803,19 +799,19 @@ msgstr "" "Om ekstra plads der tildeles underelementet skal allokeres i underelementet " "eller benyttes som fyld" -#: ../gtk/gtkbox.c:162 +#: gtk/gtkbox.c:162 msgid "Padding" msgstr "Udfyldning" -#: ../gtk/gtkbox.c:163 +#: gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "Ekstra mellemrum mellem underelementet og dets naboer, i skærmpunkter" -#: ../gtk/gtkbox.c:169 +#: gtk/gtkbox.c:169 msgid "Pack type" msgstr "Pakningstype" -#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 +#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" @@ -823,37 +819,37 @@ msgstr "" "En GtkPackType der angiver om underelementet skal pakkes med reference til " "begyndelsen eller slutningen af ophavselementet" -#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 -#: ../gtk/gtkruler.c:148 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 +#: gtk/gtkruler.c:148 msgid "Position" msgstr "Position" -#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 +#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "Indekset for underelementet i ophavselementet" -#: ../gtk/gtkbuilder.c:96 +#: gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "Oversættelsesdomæne" -#: ../gtk/gtkbuilder.c:97 +#: gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "Oversættelsesdomænet der bruges af gettext" -#: ../gtk/gtkbutton.c:220 +#: gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" 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/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 +#: gtk/gtkmenuitem.c:315 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/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389 +#: gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" @@ -861,109 +857,108 @@ msgstr "" "Hvis sat indikerer en understregning i teksten at det næste tegn skal bruges " "som genvejstast" -#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 +#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "Lagerknap" # vi er nødt til at omskrive lidt for at kunne komme rundt om "stock" -#: ../gtk/gtkbutton.c:236 +#: gtk/gtkbutton.c:236 msgid "" "If set, the label is used to pick a stock item instead of being displayed" msgstr "" "Hvis sat bruges etiketten til at vælge et standardelement fra knaplageret i " "stedet for at blive vist" -#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 -#: ../gtk/gtkfilechooserbutton.c:393 +#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "Fokus ved klik" -#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 +#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "Om knappen tager fokus når den klikkes på med musen" -#: ../gtk/gtkbutton.c:251 +#: gtk/gtkbutton.c:251 msgid "Border relief" msgstr "Kantrelief" -#: ../gtk/gtkbutton.c:252 +#: gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "Typen af kantrelief" -#: ../gtk/gtkbutton.c:269 +#: gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "Vandret justering for underelement" -#: ../gtk/gtkbutton.c:288 +#: gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "Lodret justering for underelement" -#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 +#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "Billedkontrol" -#: ../gtk/gtkbutton.c:306 +#: gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "Underkontrol der skal vises ved siden af teksten på knappen" -#: ../gtk/gtkbutton.c:320 +#: gtk/gtkbutton.c:320 msgid "Image position" msgstr "Billedposition" -#: ../gtk/gtkbutton.c:321 +#: gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "Billedets position i forhold til teksten" -#: ../gtk/gtkbutton.c:433 +#: gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "Forvalgsmellemrum" -#: ../gtk/gtkbutton.c:434 +#: gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "Ekstra mellemrum for CAN_DEFAULT-knapper" -#: ../gtk/gtkbutton.c:440 +#: gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "Ydre mellemrum for forvalg" -#: ../gtk/gtkbutton.c:441 +#: gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" msgstr "" "Ekstra mellemrum for CAN_DEFAULT-knapper som altid tegnes uden for kanten" -#: ../gtk/gtkbutton.c:446 +#: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "Vandret forskydning af underelement" -#: ../gtk/gtkbutton.c:447 +#: gtk/gtkbutton.c:447 msgid "" "How far in the x direction to move the child when the button is depressed" msgstr "Hvor lang i x-retningen underelementet flyttes når knappen trykkes ned" -#: ../gtk/gtkbutton.c:454 +#: gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "Lodret forskydning af underelement" -#: ../gtk/gtkbutton.c:455 +#: gtk/gtkbutton.c:455 msgid "" "How far in the y direction to move the child when the button is depressed" msgstr "" "Hvor langt i y-retningen underelementet flyttes når knappen trykkes ned" -#: ../gtk/gtkbutton.c:471 +#: gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "Forskyd fokus" -#: ../gtk/gtkbutton.c:472 +#: gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" msgstr "" "Om child_displacement_x/_y-egenskaberne også skal påvirke fokusrektanglet" -#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "Indre kant" @@ -977,47 +972,47 @@ msgstr "Indre kant" # |x child goes here x| # |xxxxxxxxxxxxxxxxxxx| # +-------------------+ -#: ../gtk/gtkbutton.c:486 +#: gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "Størrelse af kant mellem knap og underelement." -#: ../gtk/gtkbutton.c:499 +#: gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "Billedmellemrum" -#: ../gtk/gtkbutton.c:500 +#: gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "Afstand i billedpunkter mellem billedet og etiketten" -#: ../gtk/gtkbutton.c:514 +#: gtk/gtkbutton.c:514 msgid "Show button images" msgstr "Vis knapbilleder" -#: ../gtk/gtkbutton.c:515 +#: gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "Om billeder skal vises på knapper" -#: ../gtk/gtkcalendar.c:440 +#: gtk/gtkcalendar.c:440 msgid "Year" msgstr "År" -#: ../gtk/gtkcalendar.c:441 +#: gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "Det valgte år" -#: ../gtk/gtkcalendar.c:454 +#: gtk/gtkcalendar.c:454 msgid "Month" msgstr "Måned" -#: ../gtk/gtkcalendar.c:455 +#: gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "Den valgte måned som et tal mellem 0 og 11" -#: ../gtk/gtkcalendar.c:469 +#: gtk/gtkcalendar.c:469 msgid "Day" msgstr "Dag" -#: ../gtk/gtkcalendar.c:470 +#: gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" @@ -1025,317 +1020,315 @@ msgstr "" "Den valgte dag som et tal mellem 1 og 31, eller 0 for at fravælge den " "aktuelt valgte dag" -#: ../gtk/gtkcalendar.c:484 +#: gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "Vis overskrift" -#: ../gtk/gtkcalendar.c:485 +#: gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "Hvis TRUE vises en overskrift" -#: ../gtk/gtkcalendar.c:499 +#: gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "Vis dagnavne" -#: ../gtk/gtkcalendar.c:500 +#: gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "Hvis TRUE vises dagnavne" -#: ../gtk/gtkcalendar.c:513 +#: gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "Ingen månedsændring" -#: ../gtk/gtkcalendar.c:514 +#: gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "Hvis TRUE kan den valgte måned ikke ændres" -#: ../gtk/gtkcalendar.c:528 +#: gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "Vis ugenumre" -#: ../gtk/gtkcalendar.c:529 +#: gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "Hvis TRUE vises ugenumre" -#: ../gtk/gtkcalendar.c:544 +#: gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "Bredde af detaljer" -#: ../gtk/gtkcalendar.c:545 +#: gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "Bredde af detaljer i tegn" -#: ../gtk/gtkcalendar.c:560 +#: gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "Højde af detaljer" -#: ../gtk/gtkcalendar.c:561 +#: gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "Højde af detaljer i rækker" -#: ../gtk/gtkcalendar.c:577 +#: gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "Vis detaljer" -#: ../gtk/gtkcalendar.c:578 +#: gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "Hvis TRUE, vises detaljer" -#: ../gtk/gtkcellrenderer.c:177 +#: gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "tilstand" -#: ../gtk/gtkcellrenderer.c:178 +#: gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "Redigeringstilstand for CellRenderer'en" -#: ../gtk/gtkcellrenderer.c:186 +#: gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "synlig" -#: ../gtk/gtkcellrenderer.c:187 +#: gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "Vis cellen" -#: ../gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "Vis cellen redigerbar" -#: ../gtk/gtkcellrenderer.c:201 +#: gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "xalign" -#: ../gtk/gtkcellrenderer.c:202 +#: gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "Vandret justering" -#: ../gtk/gtkcellrenderer.c:211 +#: gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "yalign" -#: ../gtk/gtkcellrenderer.c:212 +#: gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "Lodret justering" -#: ../gtk/gtkcellrenderer.c:221 +#: gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "xpad" -#: ../gtk/gtkcellrenderer.c:222 +#: gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "Vandret udfyldning" -#: ../gtk/gtkcellrenderer.c:231 +#: gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "ypad" -#: ../gtk/gtkcellrenderer.c:232 +#: gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "Lodret udfyldning" -#: ../gtk/gtkcellrenderer.c:241 +#: gtk/gtkcellrenderer.c:241 msgid "width" msgstr "bredde" -#: ../gtk/gtkcellrenderer.c:242 +#: gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "Den faste bredde" -#: ../gtk/gtkcellrenderer.c:251 +#: gtk/gtkcellrenderer.c:251 msgid "height" msgstr "højde" -#: ../gtk/gtkcellrenderer.c:252 +#: gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "Den faste højde" -#: ../gtk/gtkcellrenderer.c:261 +#: gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "Er udvidende" -#: ../gtk/gtkcellrenderer.c:262 +#: gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "Række har børn" -#: ../gtk/gtkcellrenderer.c:270 +#: gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "Er udvidet" -#: ../gtk/gtkcellrenderer.c:271 +#: gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "Rækken er en udvidende række og er udvidet" -#: ../gtk/gtkcellrenderer.c:278 +#: gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "Navn på cellebaggrundsfarve" -#: ../gtk/gtkcellrenderer.c:279 +#: gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "Cellebaggrundsfarve som en streng" -#: ../gtk/gtkcellrenderer.c:286 +#: gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "Cellebaggrundsfarve" -#: ../gtk/gtkcellrenderer.c:287 +#: gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "Cellebaggrundsfarve som en GdkColor" -#: ../gtk/gtkcellrenderer.c:294 +#: gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "Redigerer" -#: ../gtk/gtkcellrenderer.c:295 +#: gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "Om celletegneren pt. er i redigeringstilstand" -#: ../gtk/gtkcellrenderer.c:303 +#: gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "Cellebaggrund sat" -#: ../gtk/gtkcellrenderer.c:304 +#: gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "Om dette mærke påvirker cellebaggrundsfarven" -#: ../gtk/gtkcellrendereraccel.c:113 +#: gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "Genvejstast" -#: ../gtk/gtkcellrendereraccel.c:114 +#: gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "Genvejstastens nøgleværdi" -#: ../gtk/gtkcellrendereraccel.c:130 +#: gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "Genvejstastmodifikatorer" -#: ../gtk/gtkcellrendereraccel.c:131 +#: gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "Modifikatormasken for genvejstasten" -#: ../gtk/gtkcellrendereraccel.c:148 +#: gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "Genvejstastens nøglekode" -#: ../gtk/gtkcellrendereraccel.c:149 +#: gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "Maskinnøglekoden for genvejstasten" -#: ../gtk/gtkcellrendereraccel.c:168 +#: gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "Genvejstasttilstand" -#: ../gtk/gtkcellrendereraccel.c:169 +#: gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "Typen af genvejstaster" -#: ../gtk/gtkcellrenderercombo.c:107 +#: gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "Model" -#: ../gtk/gtkcellrenderercombo.c:108 +#: gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "Modellen indeholdende de mulige værdier for kombinationsfeltet" -#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 +#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "Tekstkolonne" -#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 +#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "En kolonne i datakildemodellen som strengene hentes fra" -#: ../gtk/gtkcellrenderercombo.c:148 +#: gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "Har indtastningsfelt" -#: ../gtk/gtkcellrenderercombo.c:149 +#: gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "Hvis FALSE kan der ikke indtastes andre strenge end de valgte" -#: ../gtk/gtkcellrendererpixbuf.c:111 +#: gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "Pixbuf-objekt" -#: ../gtk/gtkcellrendererpixbuf.c:112 +#: gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "Pixbuf-billede der skal vises" -#: ../gtk/gtkcellrendererpixbuf.c:119 +#: gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "Åbent udviderpixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:120 +#: gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "Billede til en åben udvider" -#: ../gtk/gtkcellrendererpixbuf.c:127 +#: gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "Lukket udviderpixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:128 +#: gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "Billede til en lukket udvider" -#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 -#: ../gtk/gtkstatusicon.c:226 +#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "Lager-id" -#: ../gtk/gtkcellrendererpixbuf.c:136 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "Lager-id for det standardikon der skal vises" -#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 -#: ../gtk/gtkstatusicon.c:267 +#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 +#: gtk/gtkstatusicon.c:267 msgid "Size" msgstr "Størrelse" -#: ../gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "Den GtkIconSize-værdi der angiver størrelsen af det viste ikon" -#: ../gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "Detalje" # RETMIG: render detail? -#: ../gtk/gtkcellrendererpixbuf.c:154 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "Fremvisningsdetalje som skal videregives til temamotoren" -#: ../gtk/gtkcellrendererpixbuf.c:187 +#: gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "Følg tilstand" -#: ../gtk/gtkcellrendererpixbuf.c:188 +#: gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Om den renderede pixbuf skal være farvet efter dens tilstand" -#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikon" -#: ../gtk/gtkcellrendererprogress.c:129 +#: gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "Statuslinjens værdi" -#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 -#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 -#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 +#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 +#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 +#: gtk/gtktextbuffer.c:198 msgid "Text" msgstr "Tekst" -#: ../gtk/gtkcellrendererprogress.c:147 +#: gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "Statuslinjens tekst" -#: ../gtk/gtkcellrendererprogress.c:170 +#: gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "Puls" -#: ../gtk/gtkcellrendererprogress.c:171 +#: gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." @@ -1343,11 +1336,11 @@ msgstr "" "Sæt dette til positive værdier for at vise at der er fremgang, men at " "omfanget heraf er ukendt." -#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 +#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "Vandret tekstjustering" -#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 +#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -1355,217 +1348,211 @@ msgstr "" "Vandret tekstjustering, fra 0 (venstre) til 1 (højre). Omvendt for højre mod " "venstre-layout." -#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 +#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "Lodret tekstjustering" -#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 +#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "Lodret justering, fra 0 (øverst) til 1 (nederst)." -#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 -#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 -#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 +#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 +#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 +#: gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "Orientering" -#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 +#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "Orientering og vækstretning for fremgangsmåleren" -#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:223 -#: ../gtk/gtkspinbutton.c:208 +#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Justering" -#: ../gtk/gtkcellrendererspin.c:94 +#: gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "Justeringen som indeholder værdien for rulleknappen." -#: ../gtk/gtkcellrendererspin.c:109 +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "Stigningsrate" -#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 +#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "Accelerationsgraden når en knap holdes nede" -#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 -#: ../gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "Cifre" -#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 +#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "Antallet af decimale pladser at vise" -#: ../gtk/gtkcellrenderertext.c:196 +#: gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "Tekst der skal vises" # "markup" dækker over både opmærkning og tekst her -#: ../gtk/gtkcellrenderertext.c:203 +#: gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "Opmærket tekst" -#: ../gtk/gtkcellrenderertext.c:204 +#: gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "Opmærket tekst der skal vises" -#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 +#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 msgid "Attributes" msgstr "Egenskaber" -#: ../gtk/gtkcellrenderertext.c:212 +#: gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "En liste med stilegenskaber som skal anvendes på den viste tekst" -#: ../gtk/gtkcellrenderertext.c:219 +#: gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "Enkelt paragraf-tilstand" -#: ../gtk/gtkcellrenderertext.c:220 +#: gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "Om hele teksten skal bevares i en enkelt paragraf" -#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 -#: ../gtk/gtktexttag.c:183 +#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 msgid "Background color name" msgstr "Navn på baggrundsfarve" -#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 -#: ../gtk/gtktexttag.c:184 +#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "Baggrundsfarve som en streng" -#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 -#: ../gtk/gtktexttag.c:191 +#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 msgid "Background color" msgstr "Baggrundsfarve" -#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 +#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "Baggrundsfarve som en GdkColor" -#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 +#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "Navn på forgrundsfarve" -#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 +#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "Forgrundsfarve som en streng" -#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 +#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "Forgrundsfarve" -#: ../gtk/gtkcellrenderertext.c:253 +#: gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "Forgrundsfarve som en GdkColor" -#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 -#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 +#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "Kan ændres" -#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 -#: ../gtk/gtktextview.c:574 +#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "Om teksten kan ændres af brugeren" -#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 -#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 +#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 +#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 msgid "Font" msgstr "Skrifttype" -#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 +#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "Skrifttypebeskrivelse som en streng, f.eks. \"Sans Italic 12\"" -#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 +#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "Skrifttypebeskrivelse som en PangoFontDescription-struktur" -#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 +#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 msgid "Font family" msgstr "Skrifttypefamilie" -#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 +#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "Navn på skrifttypefamilien, f.eks Sans, Helvetica, Times, Monospace" -#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 -#: ../gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 +#: gtk/gtktexttag.c:291 msgid "Font style" msgstr "Skrifttypestil" -#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 -#: ../gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 +#: gtk/gtktexttag.c:300 msgid "Font variant" msgstr "Skrifttypevariant" -#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 -#: ../gtk/gtktexttag.c:309 +#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 +#: gtk/gtktexttag.c:309 msgid "Font weight" msgstr "Skrifttypevægt" -#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 -#: ../gtk/gtktexttag.c:320 +#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 +#: gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "Skrifttypestrækning" -#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 -#: ../gtk/gtktexttag.c:329 +#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 +#: gtk/gtktexttag.c:329 msgid "Font size" msgstr "Skrifttypestørrelse" -#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 +#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 msgid "Font points" msgstr "Skrifttypepunkter" -#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 +#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "Skrifttypens størrelse i punkter" -#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 +#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 msgid "Font scale" msgstr "Skrifttypeskalering" -#: ../gtk/gtkcellrenderertext.c:352 +#: gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "Skaleringsfaktor for skrifttype" -#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 +#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 msgid "Rise" msgstr "Grundlinjeafstand" -#: ../gtk/gtkcellrenderertext.c:362 +#: gtk/gtkcellrenderertext.c:362 msgid "" "Offset of text above the baseline (below the baseline if rise is negative)" msgstr "Afstand fra grundlinjen op til teksten (hvis negativ ned til teksten)" -#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 +#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "Gennemstreget" -#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 +#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "Om der teksten skal streges over" -#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 +#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 msgid "Underline" msgstr "Understreget" -#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 +#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "Understregningsstil for teksten" -#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 +#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 msgid "Language" msgstr "Sprog" -#: ../gtk/gtkcellrenderertext.c:391 +#: gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " @@ -1575,12 +1562,11 @@ msgstr "" "tip når teksten fremvises. Hvis du ikke forstår denne parameter, behøver du " "den sandsynligvis ikke" -#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 -#: ../gtk/gtkprogressbar.c:206 +#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "Ellipsegør" -#: ../gtk/gtkcellrenderertext.c:412 +#: gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" @@ -1588,20 +1574,20 @@ msgstr "" "Det foretrukne sted at ellipsegøre strengen, hvis celleoptegneren ikke har " "plads nok til at vise hele strengen" -#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 -#: ../gtk/gtklabel.c:519 +#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 +#: gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "Bredde i tegn" -#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 +#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "Den ønskede bredde på etiketten i tegn" -#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 +#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "Ombrydningstilstand" -#: ../gtk/gtkcellrenderertext.c:451 +#: gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" @@ -1609,446 +1595,440 @@ msgstr "" "Måden hvorpå en streng skal opdeles i flere linjer, hvis celleoptegneren " "ikke har plads nok til at vise hele strengen" -#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 +#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "Ombrydningsbredde" -#: ../gtk/gtkcellrenderertext.c:471 +#: gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "Bredden hvor tekstombrydningen sker" -#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 +#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "Justering" -#: ../gtk/gtkcellrenderertext.c:492 +#: gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "Hvordan linjerne justeres" # RETMIG: dette er vist suboptimalt -#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 -#: ../gtk/gtktexttag.c:564 +#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 msgid "Background set" msgstr "Baggrund angivet" -#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 -#: ../gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "Om dette mærke påvirker baggrundsfarven" -#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 +#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "Forgrund sat" -#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "Om dette mærke påvirker forgrundsfarven" -#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 +#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 msgid "Editability set" msgstr "Redigerbarhed sat" -#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 +#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "Om dette mærke påvirker redigerbarhed for teksten" -#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 +#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 msgid "Font family set" msgstr "Skrifttypefamilie sat" -#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 +#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "Om dette mærke påvirker skrifttypefamilien" -#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 +#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 msgid "Font style set" msgstr "Skrifttypestil sat" -#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "Om dette mærke påvirker skrifttypestil" -#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 +#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "Skrifttypevariant sat" -#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 +#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "Om dette mærke påvirker skrifttypevarianten" -#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 +#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "Skrifttypevægt sat" -#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "Om dette mærke påvirker skrifttypevægten" -#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 +#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "Skrifttypestrækning sat" -#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 +#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "Om dette mærke påvirker strækningen af skrifttypen" -#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 +#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 msgid "Font size set" msgstr "Skrifttypestørrelse sat" -#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 +#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "Om dette mærke påvirker skrifttypestørrelsen" -#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 +#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "Skrifttypeskalering sat" -#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 +#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "Om dette mærke skalerer skrifttypestørrelsen med en givet faktor" -#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 +#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 msgid "Rise set" msgstr "Grundlinjeafstand sat" -#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 +#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "Om dette mærke påvirker grundlinjeafstanden" -#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 +#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "Gennemstregning sat" -#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 +#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "Om dette mærke påvirker gennemstregning" -#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 +#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 msgid "Underline set" msgstr "Understregning sat" -#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 +#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "Om dette mærke påvirker understregning" -#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 +#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 msgid "Language set" msgstr "Sprog sat" -#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 +#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "Om dette mærke påvirker det sprog teksten optegnes som" -#: ../gtk/gtkcellrenderertext.c:558 +#: gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "Ellipsegør sat" -#: ../gtk/gtkcellrenderertext.c:559 +#: gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "Om dette mærke påvirker ellipsegørtilstanden" -#: ../gtk/gtkcellrenderertext.c:562 +#: gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "Justering sat" -#: ../gtk/gtkcellrenderertext.c:563 +#: gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "Om dette mærke påvirker justeringstilstanden" -#: ../gtk/gtkcellrenderertoggle.c:126 +#: gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "Afkrydsningstilstand" -#: ../gtk/gtkcellrenderertoggle.c:127 +#: gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "Afkrydsningstilstanden for knappen" -#: ../gtk/gtkcellrenderertoggle.c:134 +#: gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "Inkonsistent tilstand" -#: ../gtk/gtkcellrenderertoggle.c:135 +#: gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "Den inkonsistente tilstand for knappen" -#: ../gtk/gtkcellrenderertoggle.c:142 +#: gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "Kan aktiveres" -#: ../gtk/gtkcellrenderertoggle.c:143 +#: gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "Afkrydsningsknappen kan aktiveres" -#: ../gtk/gtkcellrenderertoggle.c:150 +#: gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "Radiotilstand" -#: ../gtk/gtkcellrenderertoggle.c:151 +#: gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "Tegn afkrydsningsknappen som en radioknap" -#: ../gtk/gtkcellrenderertoggle.c:158 +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "Indikatorstørrelse" -#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 -#: ../gtk/gtkcheckmenuitem.c:122 +#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 +#: gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "Størrelse på afkrydsnings- eller radioindikator" -#: ../gtk/gtkcellview.c:182 +#: gtk/gtkcellview.c:182 msgid "CellView model" msgstr "CellView-model" -#: ../gtk/gtkcellview.c:183 +#: gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "Modellen for cellevisningen" -#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 -#: ../gtk/gtkoptionmenu.c:168 +#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "Indikatorstørrelse" -#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 -#: ../gtk/gtkoptionmenu.c:174 +#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "Indikatormellemrum" -#: ../gtk/gtkcheckbutton.c:78 +#: gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "Mellemrum omkring afkrydsnings- eller radioindikator" -#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 -#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 -#: ../gtk/gtktoggletoolbutton.c:114 +#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 +#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "Aktiv" -#: ../gtk/gtkcheckmenuitem.c:99 +#: gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "Om menuelementet er afkrydset" -#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 +#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "Inkonsistent" -#: ../gtk/gtkcheckmenuitem.c:107 +#: gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "Om en \"inkonsistent\" tilstand skal vises" -#: ../gtk/gtkcheckmenuitem.c:114 +#: gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "Tegn som radiomenuelement" -#: ../gtk/gtkcheckmenuitem.c:115 +#: gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "Om menuelementet ser ud som et radiomenuelement" -#: ../gtk/gtkcolorbutton.c:171 +#: gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "Benyt alfa" -#: ../gtk/gtkcolorbutton.c:172 +#: gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "Om farven skal have en alfaværdi eller ej" -#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 -#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 -#: ../gtk/gtktreeviewcolumn.c:264 +#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 +#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "Titel" -#: ../gtk/gtkcolorbutton.c:187 +#: gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "Titlen på farvevælgervinduet" -#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 +#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "Nuværende farve" -#: ../gtk/gtkcolorbutton.c:202 +#: gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "Den valgte farve" -#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 +#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "Nuværende alfa" -#: ../gtk/gtkcolorbutton.c:217 +#: gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "" "Den valgte uigennemsigtighedsværdi (0 helt gennemsigtig, 65535 helt " "uigennemsigtig)" -#: ../gtk/gtkcolorsel.c:279 +#: gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "Kontrol til uigennemsigtighed" -#: ../gtk/gtkcolorsel.c:280 +#: gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "Om farvevælgeren understøtter ændring af uigennemsigtigheden" -#: ../gtk/gtkcolorsel.c:286 +#: gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "Med palet" -#: ../gtk/gtkcolorsel.c:287 +#: gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "Om en palet skal bruges" -#: ../gtk/gtkcolorsel.c:294 +#: gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "Den aktive farve" -#: ../gtk/gtkcolorsel.c:301 +#: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "" "Aktuel værdi for uigennemsigtighed (0 helt gennemsigtig, 65535 helt " "uigennemsigtig)" # RETMIG: er dette rigtigt? -#: ../gtk/gtkcolorsel.c:315 +#: gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "Brugerdefineret palet" -#: ../gtk/gtkcolorsel.c:316 +#: gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "Palet som skal bruges i farvevælgeren" -#: ../gtk/gtkcolorseldialog.c:102 +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "Farvevælger" -#: ../gtk/gtkcolorseldialog.c:103 +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "Farvevælgeren indlejret i dialogen." -#: ../gtk/gtkcolorseldialog.c:109 +#: gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "O.k.-knap" -#: ../gtk/gtkcolorseldialog.c:110 +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "O.k.-knappen for dialogen." -#: ../gtk/gtkcolorseldialog.c:116 +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "Annulleringsknap" -#: ../gtk/gtkcolorseldialog.c:117 +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "Annulleringsknappen for dialogen." -#: ../gtk/gtkcolorseldialog.c:123 +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "Hjælpeknap" -#: ../gtk/gtkcolorseldialog.c:124 +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "Hjælpeknappen for dialogen." -#: ../gtk/gtkcombo.c:145 +#: gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "Aktivér piletaster" -#: ../gtk/gtkcombo.c:146 +#: gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "Om piletasterne flytter markøren gennem listen af elementer" -#: ../gtk/gtkcombo.c:152 +#: gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "Aktivér altid piletaster" -#: ../gtk/gtkcombo.c:153 +#: gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "Forældet egenskab, ignoreret" -#: ../gtk/gtkcombo.c:159 +#: gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "Skeln mellem små og store bogstaver" -#: ../gtk/gtkcombo.c:160 +#: gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "Om søgningen i listen skelner mellem store og små bogstaver" -#: ../gtk/gtkcombo.c:167 +#: gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "Tillad tom" -#: ../gtk/gtkcombo.c:168 +#: gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "Om en tom værdi kan indtastes i dette felt" -#: ../gtk/gtkcombo.c:175 +#: gtk/gtkcombo.c:175 msgid "Value in list" msgstr "Værdi i liste" -#: ../gtk/gtkcombo.c:176 +#: gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "Om indtastede værdier altid skal være til stede i listen" -#: ../gtk/gtkcombobox.c:661 +#: gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "ComboBox-model" -#: ../gtk/gtkcombobox.c:662 +#: gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "Modellen for kombinationsfeltet" -#: ../gtk/gtkcombobox.c:679 +#: gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "Ombrydningsbredde for visning af elementerne i et gitter" -#: ../gtk/gtkcombobox.c:701 +#: gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "Rækkespandkolonne" -#: ../gtk/gtkcombobox.c:702 +#: gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "TreeModel-kolonne der indeholder rækkespandværdierne" -#: ../gtk/gtkcombobox.c:723 +#: gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "Kolonnespandkolonne" -#: ../gtk/gtkcombobox.c:724 +#: gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "TreeModel-kolonne der indeholder kolonnespandværdierne" -#: ../gtk/gtkcombobox.c:745 +#: gtk/gtkcombobox.c:745 msgid "Active item" msgstr "Aktivt element" -#: ../gtk/gtkcombobox.c:746 +#: gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "Det element som aktuelt er aktivt" -#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 +#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "Tilføj afrivningslinjer til menuer" -#: ../gtk/gtkcombobox.c:766 +#: gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "Om kombinationsfelter skal have et rivaf-menuelement" -#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 +#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 msgid "Has Frame" msgstr "Med ramme" -#: ../gtk/gtkcombobox.c:782 +#: gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "Om kombinationsfeltet tegner en ramme om underelementet" -#: ../gtk/gtkcombobox.c:790 +#: gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "Om kombinationsfeltet tager fokus når den klikkes på med musen" -#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 +#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "Afrivningstitel" -#: ../gtk/gtkcombobox.c:806 +#: gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" @@ -2056,190 +2036,190 @@ msgstr "" "En titel som kan vises af vindueshåndteringen når denne pop op bliver revet " "af" -#: ../gtk/gtkcombobox.c:823 +#: gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "Pop op vises" -#: ../gtk/gtkcombobox.c:824 +#: gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "Om kombinationsfeltets rullegardinsmenu vises" -#: ../gtk/gtkcombobox.c:840 +#: gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "Knapfølsomhed" -#: ../gtk/gtkcombobox.c:841 +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "Om rullegardinsknappen er følsom, når modellen er tom" -#: ../gtk/gtkcombobox.c:848 +#: gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "Vises som liste" -#: ../gtk/gtkcombobox.c:849 +#: gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "Om kombinationsfelter skal ligne lister fremfor menuer" -#: ../gtk/gtkcombobox.c:865 +#: gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "Pilstørrelse" -#: ../gtk/gtkcombobox.c:866 +#: gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "Minimumstørrelsen af pilen i kombinationsfeltet" -#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 -#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 -#: ../gtk/gtkviewport.c:122 +#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 +#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 +#: gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "Skyggetype" -#: ../gtk/gtkcombobox.c:882 +#: gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "Typen af skygge, der tegnes omkring kombinationsfeltet" -#: ../gtk/gtkcontainer.c:238 +#: gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "Størrelsesændringstilstand" -#: ../gtk/gtkcontainer.c:239 +#: gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "Angiv hvordan størrelsesændringshændelser håndteres" -#: ../gtk/gtkcontainer.c:246 +#: gtk/gtkcontainer.c:246 msgid "Border width" msgstr "Kantbredde" -#: ../gtk/gtkcontainer.c:247 +#: gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "Bredden af den tomme kant uden for beholderens børn" -#: ../gtk/gtkcontainer.c:255 +#: gtk/gtkcontainer.c:255 msgid "Child" msgstr "Underelement" -#: ../gtk/gtkcontainer.c:256 +#: gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "Kan bruges til at tilføje et nyt underelement til beholderen" -#: ../gtk/gtkcurve.c:124 +#: gtk/gtkcurve.c:124 msgid "Curve type" msgstr "Kurvetype" -#: ../gtk/gtkcurve.c:125 +#: gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "Om kurven er lineær, spline-interpoleret eller frihånds" -#: ../gtk/gtkcurve.c:132 +#: gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "Mindste x" -#: ../gtk/gtkcurve.c:133 +#: gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "Mindste mulige værdi for x" -#: ../gtk/gtkcurve.c:141 +#: gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "Største x" -#: ../gtk/gtkcurve.c:142 +#: gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "Største mulige værdi for x" -#: ../gtk/gtkcurve.c:150 +#: gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "Mindste y" -#: ../gtk/gtkcurve.c:151 +#: gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "Mindste mulige værdi for y" -#: ../gtk/gtkcurve.c:159 +#: gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "Største y" -#: ../gtk/gtkcurve.c:160 +#: gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Største mulige værdi for y" -#: ../gtk/gtkdialog.c:145 +#: gtk/gtkdialog.c:145 msgid "Has separator" msgstr "Med adskillelseslinje" -#: ../gtk/gtkdialog.c:146 +#: gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "Om vinduet har en adskillelseslinje over dets knapper" -#: ../gtk/gtkdialog.c:191 +#: gtk/gtkdialog.c:191 msgid "Content area border" msgstr "Indholdsområdekant" -#: ../gtk/gtkdialog.c:192 +#: gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "Bredde på kanten omkring hovedområdet i vinduet" -#: ../gtk/gtkdialog.c:209 +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "Udfyldning i indholdsområde" -#: ../gtk/gtkdialog.c:210 +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "Mellemrum mellem elementer af hoveddialogområdet" -#: ../gtk/gtkdialog.c:217 +#: gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "Knapmellemrum" -#: ../gtk/gtkdialog.c:218 +#: gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "Mellemrum mellem knapper" -#: ../gtk/gtkdialog.c:226 +#: gtk/gtkdialog.c:226 msgid "Action area border" msgstr "Handlingsområdekant" -#: ../gtk/gtkdialog.c:227 +#: gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "Bredde på kanten omkring knapområdet nederst i vinduet" -#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 +#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "Markørposition" -#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 +#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "Den aktuelle position af indsætningsmarkøren i tegn" -#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 +#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "Markeringsgrænse" -#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 +#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 msgid "" "The position of the opposite end of the selection from the cursor in chars" msgstr "" "Positionen af den modsatte ende af markeringen i forhold til markøreren i " "tegn" -#: ../gtk/gtkentry.c:626 +#: gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "Om indtastningsindholdet kan ændres" -#: ../gtk/gtkentry.c:633 +#: gtk/gtkentry.c:633 msgid "Maximum length" msgstr "Maksimal længde" -#: ../gtk/gtkentry.c:634 +#: gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "" "Maksimalt antal tegn i indtastningsfeltet. Nul hvis der ikke er noget " "maksimum" -#: ../gtk/gtkentry.c:642 +#: gtk/gtkentry.c:642 msgid "Visibility" msgstr "Synlighed" -#: ../gtk/gtkentry.c:643 +#: gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" @@ -2247,32 +2227,32 @@ msgstr "" "FALSE viser det \"usynlige\" tegn i stedet for den faktiske tekst (til " "adgangskoder)" -#: ../gtk/gtkentry.c:651 +#: gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "FALSE fjerner den ydre kant fra indtastningsfeltet" -#: ../gtk/gtkentry.c:659 +#: gtk/gtkentry.c:659 msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "" "Kant mellem tekst og ramme. Har prioritet over stilegenskaben \"inner-border" "\"" -#: ../gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 msgid "Invisible character" msgstr "Usynligt tegn" -#: ../gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" "Tegnet som bruges når indholdet i indtastningsfeltet maskeres (i " "\"adgangskodetilstand\")" -#: ../gtk/gtkentry.c:674 +#: gtk/gtkentry.c:674 msgid "Activates default" msgstr "Aktiverer forvalg" -#: ../gtk/gtkentry.c:675 +#: gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" @@ -2280,32 +2260,32 @@ msgstr "" "Om den forvalgte kontrol (som f.eks. den forvalgte knap i et " "meddelelsesvindue) aktiveres når der trykkes på returtasten" -#: ../gtk/gtkentry.c:681 +#: gtk/gtkentry.c:681 msgid "Width in chars" msgstr "Bredde i tegn" -#: ../gtk/gtkentry.c:682 +#: gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "Antal tegn der skal være plads til i feltet" -#: ../gtk/gtkentry.c:691 +#: gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "Rulningsforskydning" -#: ../gtk/gtkentry.c:692 +#: gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "" "Antal punkter af indtastningsfeltet som rulles ud af skærmen til venstre" -#: ../gtk/gtkentry.c:702 +#: gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "Indholdet i indtastningsfeltet" -#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 +#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 msgid "X align" msgstr "Vandret justering" -#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 +#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -2313,68 +2293,68 @@ msgstr "" "Vandret justering, fra 0 (venstre) til 1 (højre). Omvendt for højre mod " "venstre-layout." -#: ../gtk/gtkentry.c:734 +#: gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "Afskær efterfølgende linjer" -#: ../gtk/gtkentry.c:735 +#: gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "Om der ved indsættelse af flere linjer skal beskæres til en linje." # has-frame synes at være en boolean som angiver hvorvidt en komponent er associeret med en frame -#: ../gtk/gtkentry.c:751 +#: gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "" "Hvilken form for skygge der tegnes rundt om elementet når has-frame er slået " "til" -#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 +#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "Overskrivningstilstand" -#: ../gtk/gtkentry.c:767 +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "Om ny tekst overskriver eksisterende tekst" -#: ../gtk/gtkentry.c:781 +#: gtk/gtkentry.c:781 msgid "Text length" msgstr "Tekstlængde" -#: ../gtk/gtkentry.c:782 +#: gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "Længde af den aktuelle tekst i feltet" # Fejlrapport -#: ../gtk/gtkentry.c:797 +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "Usynligt tegn sat" # Fejlrapport -#: ../gtk/gtkentry.c:798 +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "Om det usynlige tegn er blevet sat" -#: ../gtk/gtkentry.c:816 +#: gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "Caps Lock-advarsel" -#: ../gtk/gtkentry.c:817 +#: gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "Om adgangskodefelter viser en advarsel når Caps Lock er slået til" -#: ../gtk/gtkentry.c:831 +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "Statusbrøkdel" -#: ../gtk/gtkentry.c:832 +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "Den aktuelle brøkdel af det totale arbejde der er blevet fuldført" -#: ../gtk/gtkentry.c:849 +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "Pulsskridtlængde for statuslinje" -#: ../gtk/gtkentry.c:850 +#: gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" @@ -2382,267 +2362,267 @@ msgstr "" "Brøkdelen af den totale bredde, statuslinjens blok skal bevæge sig ved hvert " "kald til gtk_entry_progress_pulse()" -#: ../gtk/gtkentry.c:866 +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "Primær pixbuf" -#: ../gtk/gtkentry.c:867 +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "Primær pixbuf for indtastningsfeltet" -#: ../gtk/gtkentry.c:881 +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "Sekundær pixbuf" -#: ../gtk/gtkentry.c:882 +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "Sekundær pixbuf for indtastningsfeltet" -#: ../gtk/gtkentry.c:896 +#: gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "Primær indbygget ID" -#: ../gtk/gtkentry.c:897 +#: gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "ID for indbygget primært ikon" -#: ../gtk/gtkentry.c:911 +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "Sekundær indbygget ID" -#: ../gtk/gtkentry.c:912 +#: gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "Indbygget ID for sekundært ikon" -#: ../gtk/gtkentry.c:926 +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "Primært ikonnavn" -#: ../gtk/gtkentry.c:927 +#: gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "Ikonnavn for primært ikon" -#: ../gtk/gtkentry.c:941 +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "Sekundært ikonnavn" -#: ../gtk/gtkentry.c:942 +#: gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "Ikonnavn for sekundært ikon" -#: ../gtk/gtkentry.c:956 +#: gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "Primær GIcon" -#: ../gtk/gtkentry.c:957 +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "GIcon for primært ikon" -#: ../gtk/gtkentry.c:971 +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "Sekundær GIcon" -#: ../gtk/gtkentry.c:972 +#: gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "GIcon for sekundært ikon" -#: ../gtk/gtkentry.c:986 +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "Primær lagringstype" -#: ../gtk/gtkentry.c:987 +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "Repræsentation der bruges til det primære ikon" -#: ../gtk/gtkentry.c:1002 +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "Sekundær lagringstype" -#: ../gtk/gtkentry.c:1003 +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "Repræsentation der bruges til sekundært ikon" -#: ../gtk/gtkentry.c:1024 +#: gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "Primære ikon aktivérbart" -#: ../gtk/gtkentry.c:1025 +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "Om det primære ikon kan aktiveres" -#: ../gtk/gtkentry.c:1045 +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "Sekundært ikon aktivérbart" -#: ../gtk/gtkentry.c:1046 +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "Om det sekundære ikon kan aktiveres" -#: ../gtk/gtkentry.c:1068 +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "Primært ikon følsomt" -#: ../gtk/gtkentry.c:1069 +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "Om det primære ikon er følsomt" -#: ../gtk/gtkentry.c:1090 +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "Sekundært ikon følsomt" -#: ../gtk/gtkentry.c:1091 +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "Om det sekundære ikon er følsomt" -#: ../gtk/gtkentry.c:1107 +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "Værktøjstiptekst for primært ikon" -#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "Indholdet af værktøjstippet for det primære ikon" -#: ../gtk/gtkentry.c:1124 +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "Værktøjstiptekst for sekundært ikon" -#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "Indholdet af værktøjstippet for det sekundære ikon" -#: ../gtk/gtkentry.c:1143 +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "Opmærkning af primært ikons værktøjstip" -#: ../gtk/gtkentry.c:1162 +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "Opmærkning af sekundært ikons værktøjstip" -#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "IM-modul" -#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "Hvilket IM-modul der skal bruges" -#: ../gtk/gtkentry.c:1197 +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "Ikon oplyses" -#: ../gtk/gtkentry.c:1198 +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "Om aktiverbare ikoner oplyses under markøren" -#: ../gtk/gtkentry.c:1211 +#: gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "Statuslinjekant" -#: ../gtk/gtkentry.c:1212 +#: gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "Kant omkring statuslinjen" -#: ../gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "Kant mellem tekst og ramme." -#: ../gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "Tilstandsfif" -#: ../gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "" "Om der skal videregives en egentlig tilstand, når der tegnes skygge eller " "baggrund" -#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "Markér ved fokus" -#: ../gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "Om indholdet af indtastningsfeltet markeres når feltet modtager fokus" -#: ../gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "Tidsudløb for adgangskodefif" -#: ../gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "" "Hvor længe de sidst indtastede tegn skal vises ved skjulte indtastninger" -#: ../gtk/gtkentrycompletion.c:279 +#: gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "Fuldførelsesmodel" -#: ../gtk/gtkentrycompletion.c:280 +#: gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "Den model som fuldførelser findes i" -#: ../gtk/gtkentrycompletion.c:286 +#: gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "Mindste nøglelængde" -#: ../gtk/gtkentrycompletion.c:287 +#: gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "Mindste nøglelængde for søgenøglen for at kunne finde fuldførelser" -#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 +#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 msgid "Text column" msgstr "Tekstkolonne" -#: ../gtk/gtkentrycompletion.c:304 +#: gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "Kolonnen i modellen der indeholder strengene." -#: ../gtk/gtkentrycompletion.c:323 +#: gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "Integreretfuldførelse" -#: ../gtk/gtkentrycompletion.c:324 +#: gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "Om standardpræfiks skal indsættes automatisk" -#: ../gtk/gtkentrycompletion.c:338 +#: gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "Pop op-fuldførelse" -#: ../gtk/gtkentrycompletion.c:339 +#: gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "Om fuldførelserne skal vises i et pop op-vindue" -#: ../gtk/gtkentrycompletion.c:354 +#: gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "Sæt pop op-bredde" -#: ../gtk/gtkentrycompletion.c:355 +#: gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "" "Hvis TRUE vil pop op-vinduet have den samme størrelse som indtastningsfeltet" -#: ../gtk/gtkentrycompletion.c:373 +#: gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "Pop op enkelt match" -#: ../gtk/gtkentrycompletion.c:374 +#: gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "Hvis TRUE vil pop op-vinduet vises for et enkelt match." -#: ../gtk/gtkentrycompletion.c:388 +#: gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "Integreret markering" -#: ../gtk/gtkentrycompletion.c:389 +#: gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "Din beskrivelse her" -#: ../gtk/gtkeventbox.c:91 +#: gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "Synligt vindue" -#: ../gtk/gtkeventbox.c:92 +#: gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." @@ -2650,11 +2630,11 @@ msgstr "" "Om handlingsboksen er synlig i stedet for at være usynlig og kun benyttet " "til at indfange handlinger." -#: ../gtk/gtkeventbox.c:98 +#: gtk/gtkeventbox.c:98 msgid "Above child" msgstr "Over underelement" -#: ../gtk/gtkeventbox.c:99 +#: gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." @@ -2662,137 +2642,136 @@ msgstr "" "Om handlingsindfangningsvinduet for handlingsboksen er over vinduet for " "underkontrollen i stedet for over det." -#: ../gtk/gtkexpander.c:187 +#: gtk/gtkexpander.c:187 msgid "Expanded" msgstr "Udvidet" -#: ../gtk/gtkexpander.c:188 +#: gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "Om udvideren er blevet åbnet for at afsløre underkontrollen" -#: ../gtk/gtkexpander.c:196 +#: gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "Tekst for udviderens etiket" -#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 +#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 msgid "Use markup" msgstr "Benyt opmærkning" -#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 +#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "Etikettens tekst indeholder XML-opmærkning - se pango_parse_markup()" -#: ../gtk/gtkexpander.c:220 +#: gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "Mellemrum mellem etiketten og underelementet" -#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 +#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "Etiketkontrol" -#: ../gtk/gtkexpander.c:230 +#: gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "En kontrol som vises i stedet for den sædvanlige udvideretiket" -#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 +#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "Udviderstørrelse" -#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 +#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "Størrelse af udviderpilen" -#: ../gtk/gtkexpander.c:246 +#: gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "Mellemrum omkring udviderpil" -#: ../gtk/gtkfilechooser.c:194 +#: gtk/gtkfilechooser.c:194 msgid "Action" msgstr "Handling" -#: ../gtk/gtkfilechooser.c:195 +#: gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "Den type handling som filvælgeren udfører" -#: ../gtk/gtkfilechooser.c:201 +#: gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "Filsystembagende" -#: ../gtk/gtkfilechooser.c:202 +#: gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "Navnet på den filsystemsbagende der skal benyttes" -#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 +#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "Filter" -#: ../gtk/gtkfilechooser.c:208 +#: gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "Det aktuelle filter for vælge hvilke filer der vises" -#: ../gtk/gtkfilechooser.c:213 +#: gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "Lokale kun" -#: ../gtk/gtkfilechooser.c:214 +#: gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "Om de valgte filer skal begrænses til lokale \"file:\"-adresser" -#: ../gtk/gtkfilechooser.c:219 +#: gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "Eksempelkontrol" -#: ../gtk/gtkfilechooser.c:220 +#: gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "Kontrol givet af programmet til forhåndsvisning af filer." -#: ../gtk/gtkfilechooser.c:225 +#: gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "Eksempelkontrol aktiv" -#: ../gtk/gtkfilechooser.c:226 +#: gtk/gtkfilechooser.c:226 msgid "" "Whether the application supplied widget for custom previews should be shown." msgstr "Om kontrollen til forhåndsvisning af filer skal vises." -#: ../gtk/gtkfilechooser.c:231 +#: gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "Benyt eksempeletiket" -#: ../gtk/gtkfilechooser.c:232 +#: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "Om der skal vises en lageretiket med navnet på den forhåndsviste fil." -#: ../gtk/gtkfilechooser.c:237 +#: gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "Ekstra kontrol" -#: ../gtk/gtkfilechooser.c:238 +#: gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "Kontrol givet af programmet til ekstra tilvalg." -#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 -#: ../gtk/gtkrecentchooser.c:203 +#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "Vælg flere" -#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 +#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "Om det er muligt at vælge mere end én fil" -#: ../gtk/gtkfilechooser.c:250 +#: gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "Vis skjulte" -#: ../gtk/gtkfilechooser.c:251 +#: gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "Om skjulte filer og mapper skal vises" -#: ../gtk/gtkfilechooser.c:266 +#: gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "Overskriv bekræftelsen" -#: ../gtk/gtkfilechooser.c:267 +#: gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." @@ -2800,172 +2779,172 @@ msgstr "" "Om en filvælger i gem-tilstand vil fremvise et bekræftelsesvindue før der " "overskrives, hvis nødvendigt." -#: ../gtk/gtkfilechooserbutton.c:376 +#: gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "Dialogvindue" -#: ../gtk/gtkfilechooserbutton.c:377 +#: gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "Filvælgervinduet der skal bruges." -#: ../gtk/gtkfilechooserbutton.c:408 +#: gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "Titlen på filvælgervinduet." -#: ../gtk/gtkfilechooserbutton.c:422 +#: gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "Den ønskede bredde på knapkontrollen i tegn." -#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 -#: ../gtk/gtkstatusicon.c:218 +#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 +#: gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "Filnavn" -#: ../gtk/gtkfilesel.c:527 +#: gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "Navnet på den aktuelt valgte fil" -#: ../gtk/gtkfilesel.c:533 +#: gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "Vis filhandlingsknapper" -#: ../gtk/gtkfilesel.c:534 +#: gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "Om knapper til oprettelse/manipulering af filer skal vises" -#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 +#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 msgid "X position" msgstr "x-position" -#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 +#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "x-position for underkontrollen" -#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 +#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 msgid "Y position" msgstr "y-position" -#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 +#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "y-position for underkontrollen" -#: ../gtk/gtkfontbutton.c:143 +#: gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "Titlen på skrifttypevælgervinduet" -#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 +#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 msgid "Font name" msgstr "Skrifttypenavn" -#: ../gtk/gtkfontbutton.c:159 +#: gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "Navnet på den valgte skrifttype" -#: ../gtk/gtkfontbutton.c:160 +#: gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:175 +#: gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "Benyt skrifttype i etiket" -#: ../gtk/gtkfontbutton.c:176 +#: gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "Om etiketten tegnes den valgte skrifttype" -#: ../gtk/gtkfontbutton.c:191 +#: gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "Benyt størrelse i etiket" -#: ../gtk/gtkfontbutton.c:192 +#: gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "Om etiketten tegnes den valgte skrifttypestørrelse" -#: ../gtk/gtkfontbutton.c:208 +#: gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "Vis stil" -#: ../gtk/gtkfontbutton.c:209 +#: gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "Om den valgte skrifttypestil vises i etiketten" -#: ../gtk/gtkfontbutton.c:224 +#: gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "Vis størrelse" -#: ../gtk/gtkfontbutton.c:225 +#: gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "Om den valgte skrifttypestørrelse vises i etiketten" -#: ../gtk/gtkfontsel.c:197 +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "Strengen, der repræsenterer denne skrifttype" -#: ../gtk/gtkfontsel.c:204 +#: gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "Den GdkFont som er valgt i øjeblikket" -#: ../gtk/gtkfontsel.c:210 +#: gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "Eksempeltekst" -#: ../gtk/gtkfontsel.c:211 +#: gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "Den tekst der vises for at demonstrere den valgte skrifttype" -#: ../gtk/gtkframe.c:106 +#: gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "Teksten i rammens etiket" -#: ../gtk/gtkframe.c:113 +#: gtk/gtkframe.c:113 msgid "Label xalign" msgstr "Vandret etiketjustering" -#: ../gtk/gtkframe.c:114 +#: gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "Den vandrette justering for etiketten" -#: ../gtk/gtkframe.c:122 +#: gtk/gtkframe.c:122 msgid "Label yalign" msgstr "Lodret etiketjustering" -#: ../gtk/gtkframe.c:123 +#: gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "Den lodrette justering for etiketten" -#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 +#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "Forældet egenskab, brug shadow_type i stedet" -#: ../gtk/gtkframe.c:138 +#: gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "Rammeskygge" -#: ../gtk/gtkframe.c:139 +#: gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "Rammekantens udseende" -#: ../gtk/gtkframe.c:148 +#: gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "En kontrol som vises i stedet for den normale rammeetiket" -#: ../gtk/gtkhandlebox.c:175 +#: gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "Udseendet af den skygge der omgiver beholderen" -#: ../gtk/gtkhandlebox.c:183 +#: gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "Placering af håndtag" -#: ../gtk/gtkhandlebox.c:184 +#: gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "Håndtagets placering i forhold til underkontrollen" -#: ../gtk/gtkhandlebox.c:192 +#: gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "Fastgørelseskant" -#: ../gtk/gtkhandlebox.c:193 +#: gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" @@ -2973,11 +2952,11 @@ msgstr "" "Den side af håndtagsboksen som skal anbringes ved dokkepunktet for at " "anbringe håndtagsboksen i dokken" -#: ../gtk/gtkhandlebox.c:201 +#: gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "Fastgørelseskant sat" -#: ../gtk/gtkhandlebox.c:202 +#: gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" @@ -2985,11 +2964,11 @@ msgstr "" "Om værdien fra snap_edge-egenskaben skal bruges eller en værdi der er afledt " "fra handle_position" -#: ../gtk/gtkhandlebox.c:209 +#: gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "Underelement frakoblet" -#: ../gtk/gtkhandlebox.c:210 +#: gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." @@ -2997,259 +2976,258 @@ msgstr "" "En boolsk værdi der angiver, hvorvidt håndtagsboksens underelement er " "tilkoblet eller frakoblet." -#: ../gtk/gtkiconview.c:548 +#: gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "Markeringstilstand" -#: ../gtk/gtkiconview.c:549 +#: gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "Markeringstilstanden" -#: ../gtk/gtkiconview.c:567 +#: gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "Pixbufkolonne" -#: ../gtk/gtkiconview.c:568 +#: gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "Modelkolonnen hvorfra pixbuf-ikonet hentes fra" -#: ../gtk/gtkiconview.c:586 +#: gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "Modelkolonnen hvorfra tekst hentes fra" # "markup" dækker over både opmærkning og tekst her -#: ../gtk/gtkiconview.c:605 +#: gtk/gtkiconview.c:605 msgid "Markup column" msgstr "Opmærkningskolonne" -#: ../gtk/gtkiconview.c:606 +#: gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "Modelkolonnen hvorfra tekst hentes fra, hvis Pango-opmærkning benyttes" -#: ../gtk/gtkiconview.c:613 +#: gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "Ikonvisningsmodel" -#: ../gtk/gtkiconview.c:614 +#: gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "Modellen for ikonvisningen" -#: ../gtk/gtkiconview.c:630 +#: gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "Antal kolonner" -#: ../gtk/gtkiconview.c:631 +#: gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "Antallet af kolonner der skal vises" -#: ../gtk/gtkiconview.c:648 +#: gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "Bredden for hvert objekt" -#: ../gtk/gtkiconview.c:649 +#: gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "Bredden der bruges for hvert objekt" -#: ../gtk/gtkiconview.c:665 +#: gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "Mellemrum der indsættes mellem objekt-celler" -#: ../gtk/gtkiconview.c:680 +#: gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "Rækkemellemrum" -#: ../gtk/gtkiconview.c:681 +#: gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "Mellemrum der indsættes mellem gitterrækker" -#: ../gtk/gtkiconview.c:696 +#: gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "Kolonnemellemrum" -#: ../gtk/gtkiconview.c:697 +#: gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "Mellemrum der indsættes mellem gitterkolonner" -#: ../gtk/gtkiconview.c:712 +#: gtk/gtkiconview.c:712 msgid "Margin" msgstr "Margen" -#: ../gtk/gtkiconview.c:713 +#: gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "Mellemrum der indsættes ved kanterne af ikonvisningen" -#: ../gtk/gtkiconview.c:730 +#: gtk/gtkiconview.c:730 msgid "" "How the text and icon of each item are positioned relative to each other" msgstr "" "Hvordan teksten og ikonet for hvert element er placeret relativt til hinanden" -#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 -#: ../gtk/gtktreeviewcolumn.c:307 +#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "Kan omsorteres" -#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 +#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "Visningen kan omsorteres" -#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 +#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "Værktøjstip-kolonne" -#: ../gtk/gtkiconview.c:755 +#: gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "" "Kolonnen i modellen der indeholder værktøjstip-teksterne for elementerne" -#: ../gtk/gtkiconview.c:766 +#: gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "Udvalgsfeltsfarve" -#: ../gtk/gtkiconview.c:767 +#: gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "Farven på udvalgsfeltet" -#: ../gtk/gtkiconview.c:773 +#: gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "Alpha-værdi for udvalgsfelt" -#: ../gtk/gtkiconview.c:774 +#: gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "Gennemsigtigheden af udvalgsfeltet" -#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 +#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "Pixbuf" -#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 +#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "En GdkPixbuf der skal fremvises" -#: ../gtk/gtkimage.c:139 +#: gtk/gtkimage.c:139 msgid "Pixmap" msgstr "Pixmap" -#: ../gtk/gtkimage.c:140 +#: gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "En GdkPixmap der skal fremvises" # navn på struktur - se næste tekst for forklaring -#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 +#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "Image" -#: ../gtk/gtkimage.c:148 +#: gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "Et GdkImage der skal fremvises" -#: ../gtk/gtkimage.c:155 +#: gtk/gtkimage.c:155 msgid "Mask" msgstr "Maske" -#: ../gtk/gtkimage.c:156 +#: gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "Maskebitkort der skal brugess med GdkImage eller GdkPixmap" -#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 +#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "Filnavn der skal indlæses og vises" -#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 +#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "Lager-id for et standardbillede der skal fremvises" -#: ../gtk/gtkimage.c:180 +#: gtk/gtkimage.c:180 msgid "Icon set" msgstr "Ikonsæt" -#: ../gtk/gtkimage.c:181 +#: gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "Ikonsæt der skal vises" -#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:214 ../gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Ikonstørrelse" -#: ../gtk/gtkimage.c:189 +#: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "" "Symbolsk størrelse der skal bruges for standardikon, ikonsæt eller navngivet " "ikon" -#: ../gtk/gtkimage.c:205 +#: gtk/gtkimage.c:205 msgid "Pixel size" msgstr "Punktstørrelse" -#: ../gtk/gtkimage.c:206 +#: gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "Punktstørrelse der skal bruges for navngivet ikon" -#: ../gtk/gtkimage.c:214 +#: gtk/gtkimage.c:214 msgid "Animation" msgstr "Animation" -#: ../gtk/gtkimage.c:215 +#: gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "GdkPixbufAnimation der skal fremvises" -#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 +#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "Lagringstype" -#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 +#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "Den repræsentation der bruges til billeddata" -#: ../gtk/gtkimagemenuitem.c:136 +#: gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "Underkontrol der skal vises ved siden af menuteksten" -#: ../gtk/gtkimagemenuitem.c:151 +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "Om etiketteksten skal bruges til at oprette indbygget menuelement" -#: ../gtk/gtkimagemenuitem.c:169 +#: gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "Vis altid billede" -#: ../gtk/gtkimagemenuitem.c:170 +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "Om billedet altid vil blive vist" -#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "Genvejsgruppe" -#: ../gtk/gtkimagemenuitem.c:185 +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "Objektet som skal overvåges for acceleratorændringer" -#: ../gtk/gtkimagemenuitem.c:190 +#: gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "Vis menubilleder" -#: ../gtk/gtkimagemenuitem.c:191 +#: gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "Om billeder skal vises i menuer" -#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Den skærm hvor dette vindue vises" -#: ../gtk/gtklabel.c:368 +#: gtk/gtklabel.c:368 msgid "The text of the label" msgstr "Tekst for etiketten" -#: ../gtk/gtklabel.c:375 +#: gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "En liste over stilegenskaber som skal anvendes på etikettens tekst" -#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 +#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 msgid "Justification" msgstr "Justering" -#: ../gtk/gtklabel.c:397 +#: gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " @@ -3259,11 +3237,11 @@ msgstr "" "IKKE nogen indflydelse på justeringen af etiketten inden for dens afsatte " "plads - se GtkMisc::xalign for det" -#: ../gtk/gtklabel.c:405 +#: gtk/gtklabel.c:405 msgid "Pattern" msgstr "Mønster" -#: ../gtk/gtklabel.c:406 +#: gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" @@ -3271,48 +3249,48 @@ msgstr "" "En streng med tegnet _ i forskellige positioner svarer til tegn i teksten " "der skal understreges" -#: ../gtk/gtklabel.c:413 +#: gtk/gtklabel.c:413 msgid "Line wrap" msgstr "Linjeombrydning" -#: ../gtk/gtklabel.c:414 +#: gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "Hvis sat bliver linjer brudt hvis teksten bliver for bred" -#: ../gtk/gtklabel.c:429 +#: gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "Linjeombrydning-modus" -#: ../gtk/gtklabel.c:430 +#: gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "Angiver hvordan linjerne brydes hvis linjeombrydning er slået til" -#: ../gtk/gtklabel.c:437 +#: gtk/gtklabel.c:437 msgid "Selectable" msgstr "Kan markeres" -#: ../gtk/gtklabel.c:438 +#: gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "Om etiketteksten kan markeres med musen" -#: ../gtk/gtklabel.c:444 +#: gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "Genvejstast" -#: ../gtk/gtklabel.c:445 +#: gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "Genvejstasten for denne etiket" -#: ../gtk/gtklabel.c:453 +#: gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "Tilknyttet kontrol" -#: ../gtk/gtklabel.c:454 +#: gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "" "Den kontrol der skal aktiveres når etikettens genvejstast bliver tastet" -#: ../gtk/gtklabel.c:500 +#: gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" @@ -3320,144 +3298,144 @@ msgstr "" "Det foretrukne sted at ellipsegøre strengen hvis etiketten ikke har nok " "plads til at vise hele strengen" -#: ../gtk/gtklabel.c:540 +#: gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "Enkeltlinje-tilstand" -#: ../gtk/gtklabel.c:541 +#: gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "Om etiketten er i enkeltlinje-tilstand" -#: ../gtk/gtklabel.c:558 +#: gtk/gtklabel.c:558 msgid "Angle" msgstr "Vinkel" -#: ../gtk/gtklabel.c:559 +#: gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "Vinkel som etiketten roteres med" -#: ../gtk/gtklabel.c:579 +#: gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "Største bredde i tegn" -#: ../gtk/gtklabel.c:580 +#: gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "Den størst ønskede bredde på etiketten i tegn" -#: ../gtk/gtklabel.c:696 +#: gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "Om indholdet af en markérbar etiket markeres når den fokuseres" -#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 +#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "Vandret justering" -#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 +#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "GtkAdjustment til den vandrette position" -#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 +#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "Lodret justering" -#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 +#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "GtkAdjustment til den lodrette position" -#: ../gtk/gtklayout.c:633 +#: gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "Bredden af layoutet" -#: ../gtk/gtklayout.c:642 +#: gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "Højden af layoutet" -#: ../gtk/gtklinkbutton.c:145 +#: gtk/gtklinkbutton.c:145 msgid "URI" msgstr "URI" -#: ../gtk/gtklinkbutton.c:146 +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "En URI bundet til denne knap" -#: ../gtk/gtklinkbutton.c:160 +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "Besøgt" -#: ../gtk/gtklinkbutton.c:161 +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "Om dette link er blevet besøgt." -#: ../gtk/gtkmenu.c:501 +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "Det markerede menuelement" -#: ../gtk/gtkmenu.c:516 +#: gtk/gtkmenu.c:516 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:285 msgid "Accel Path" msgstr "Genvejssti" -#: ../gtk/gtkmenu.c:531 +#: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "" "En genvejssti der bruges til, på bekvem vis at konstruere genvejsstier af " "underelementer" -#: ../gtk/gtkmenu.c:547 +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "Tilkobl kontrol" -#: ../gtk/gtkmenu.c:548 +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "Kontrollen som menuen er tilkoblet" -#: ../gtk/gtkmenu.c:556 +#: gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" msgstr "" "En titel som vindueshåndteringen kan vise når denne menu bliver revet af" -#: ../gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "Afrivningstilstand" -#: ../gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "En sandhedsværdi der indikerer om menuen er afrevet" -#: ../gtk/gtkmenu.c:585 +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "Skærm" -#: ../gtk/gtkmenu.c:586 +#: gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "Skærmen hvor denne menu vil vises" -#: ../gtk/gtkmenu.c:592 +#: gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "Lodret udfyldning" -#: ../gtk/gtkmenu.c:593 +#: gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "Ekstra mellemrum i toppen og bunden af menuen" -#: ../gtk/gtkmenu.c:601 +#: gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "Vandret udfyldning" -#: ../gtk/gtkmenu.c:602 +#: gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "Ekstra mellemrum til højre og venstre for menuen" -#: ../gtk/gtkmenu.c:610 +#: gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "Lodret afstand" -#: ../gtk/gtkmenu.c:611 +#: gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" @@ -3465,11 +3443,11 @@ msgstr "" "Placér menuen med en afstand på dette antal punkter lodret når menuen er en " "undermenu" -#: ../gtk/gtkmenu.c:619 +#: gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "Vandret afstand" -#: ../gtk/gtkmenu.c:620 +#: gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" @@ -3477,83 +3455,83 @@ msgstr "" "Placér menuen med en afstand på dette antal punkter vandret når menuen er en " "undermenu" -#: ../gtk/gtkmenu.c:628 +#: gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "Dobbeltpil" -#: ../gtk/gtkmenu.c:629 +#: gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "Vis altid begge pile ved rulning." -#: ../gtk/gtkmenu.c:642 +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "Pilplacering" -#: ../gtk/gtkmenu.c:643 +#: gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "Angiver hvor rulleknapper skal placeres" -#: ../gtk/gtkmenu.c:651 +#: gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "Venstre vedhæftning" -#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 +#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "Det kolonnenummer som venstre side af underelementet skal vedhæftes" -#: ../gtk/gtkmenu.c:659 +#: gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "Højre vedhæftning" -#: ../gtk/gtkmenu.c:660 +#: gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "Det kolonnenummer som højre side af underelementet skal vedhæftes" -#: ../gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "Topvedhæftning" -#: ../gtk/gtkmenu.c:668 +#: gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "Det rækkenummer som toppen af underelementet skal vedhæftes" -#: ../gtk/gtkmenu.c:675 +#: gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "Bundvedhæftning" -#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 +#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "Det rækkenummer som bunden af underelementet skal vedhæftes" -#: ../gtk/gtkmenu.c:690 +#: gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "Arbitrær konstant til at nedskalere rullepilens størrelse" -#: ../gtk/gtkmenu.c:777 +#: gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "Kan ændre genveje" -#: ../gtk/gtkmenu.c:778 +#: gtk/gtkmenu.c:778 msgid "" "Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "Om menugenveje kan ændres ved at trykke på en tast over menuelementet" -#: ../gtk/gtkmenu.c:783 +#: gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "Ventetid før undermenuer dukker op" -#: ../gtk/gtkmenu.c:784 +#: gtk/gtkmenu.c:784 msgid "" "Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" "Det mindste tidsrum markøren skal befinde sig over et menuelement, før " "undermenuen dukker op" -#: ../gtk/gtkmenu.c:791 +#: gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "Ventetid før en undermenu skjules" -#: ../gtk/gtkmenu.c:792 +#: gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" @@ -3561,285 +3539,285 @@ msgstr "" "Det tidsrum der går før en undermenu skjules når markøren bevæger sig mod " "undermenuen" -#: ../gtk/gtkmenubar.c:168 +#: gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "Pakningsretning" -#: ../gtk/gtkmenubar.c:169 +#: gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "Pakningsretningen for værktøjslinjen" -#: ../gtk/gtkmenubar.c:185 +#: gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "Pakningsretning for indeholdt kontrol" -#: ../gtk/gtkmenubar.c:186 +#: gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "Pakningsretningen for indeholdt kontrol af værktøjslinjen" -#: ../gtk/gtkmenubar.c:195 +#: gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "Kanttype for menulinjen" -#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 +#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "Indvendig udfyldning" -#: ../gtk/gtkmenubar.c:203 +#: gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "Mængden af mellemrum mellem menulinjeskyggen og menuelementerne" -#: ../gtk/gtkmenubar.c:210 +#: gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "Ventetid før menuer dukker op" -#: ../gtk/gtkmenubar.c:211 +#: gtk/gtkmenubar.c:211 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:252 msgid "Right Justified" msgstr "Højrejusteret" -#: ../gtk/gtkmenuitem.c:253 +#: gtk/gtkmenuitem.c:253 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:267 msgid "Submenu" msgstr "Undermenu" -#: ../gtk/gtkmenuitem.c:268 +#: gtk/gtkmenuitem.c:268 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:286 msgid "Sets the accelerator path of the menu item" msgstr "Indstiller genvejsstien for menuelementet" -#: ../gtk/gtkmenuitem.c:301 +#: gtk/gtkmenuitem.c:301 msgid "The text for the child label" msgstr "Tekst for underetiketten" -#: ../gtk/gtkmenuitem.c:364 +#: gtk/gtkmenuitem.c:364 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:377 msgid "Width in Characters" msgstr "Bredde i tegn" -#: ../gtk/gtkmenuitem.c:378 +#: gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "Den mindste ønskede bredde af menuelementet i tegn" -#: ../gtk/gtkmenushell.c:374 +#: gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "Tag fokus" -#: ../gtk/gtkmenushell.c:375 +#: gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "En sandhedsværdi der bestemmer om menuen tager tastatur-fokus" -#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 +#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "Menu" -#: ../gtk/gtkmenutoolbutton.c:246 +#: gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "Kombinationsmenuen" -#: ../gtk/gtkmessagedialog.c:98 +#: gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "Billed-/etiketkant" -#: ../gtk/gtkmessagedialog.c:99 +#: gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "Bredden af kanten omkring etiketten og billedet i meddelelsesvinduet" -#: ../gtk/gtkmessagedialog.c:114 +#: gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "Benyt adskillelseslinje" -#: ../gtk/gtkmessagedialog.c:115 +#: gtk/gtkmessagedialog.c:115 msgid "" "Whether to put a separator between the message dialog's text and the buttons" msgstr "" "Om der skal anbringes en adskillelslinje mellem meddelelsesvinduets tekst og " "knapperne" -#: ../gtk/gtkmessagedialog.c:128 +#: gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "Meddelelsestype" -#: ../gtk/gtkmessagedialog.c:129 +#: gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "Hvilken type besked det drejer sig om" -#: ../gtk/gtkmessagedialog.c:136 +#: gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "Meddelelsesknapper" -#: ../gtk/gtkmessagedialog.c:137 +#: gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "De knapper der bliver vist i meddelelsesvinduet" -#: ../gtk/gtkmessagedialog.c:154 +#: gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "Meddelelsesvinduets primære tekst" -#: ../gtk/gtkmessagedialog.c:169 +#: gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "Benyt opmærkning" -#: ../gtk/gtkmessagedialog.c:170 +#: gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "Titlens primære tekst indeholder Pango-opmærkning." -#: ../gtk/gtkmessagedialog.c:184 +#: gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "Sekundær tekst" -#: ../gtk/gtkmessagedialog.c:185 +#: gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "Meddelelsesvinduets sekundære tekst" -#: ../gtk/gtkmessagedialog.c:200 +#: gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "Brug opmærkning i sekundær" -#: ../gtk/gtkmessagedialog.c:201 +#: gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "Den sekundære tekst indeholder Pango-opmærkning." -#: ../gtk/gtkmessagedialog.c:216 +#: gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "Billedet" -#: ../gtk/gtkmisc.c:83 +#: gtk/gtkmisc.c:83 msgid "Y align" msgstr "Lodret justering" -#: ../gtk/gtkmisc.c:84 +#: gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "Lodret justering, fra 0 (øverst) til 1 (nederst)" -#: ../gtk/gtkmisc.c:93 +#: gtk/gtkmisc.c:93 msgid "X pad" msgstr "Vandret udfyldning" -#: ../gtk/gtkmisc.c:94 +#: gtk/gtkmisc.c:94 msgid "" "The amount of space to add on the left and right of the widget, in pixels" msgstr "" "Andelen af mellemrum der skal tilføjes til højre og venstre for kontrollen, " "i skærmpunkter" -#: ../gtk/gtkmisc.c:103 +#: gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Lodret udfyldning" -#: ../gtk/gtkmisc.c:104 +#: gtk/gtkmisc.c:104 msgid "" "The amount of space to add on the top and bottom of the widget, in pixels" msgstr "" "Andelen af mellemrum der skal tilføjes over og under kontrollen, i " "skærmpunkter" -#: ../gtk/gtkmountoperation.c:139 +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "Ophav" -#: ../gtk/gtkmountoperation.c:140 +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "Ophavsvinduet" -#: ../gtk/gtkmountoperation.c:147 +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "Vises" -#: ../gtk/gtkmountoperation.c:148 +#: gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "Viser vi en dialog" -#: ../gtk/gtkmountoperation.c:156 +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "Den skærm hvor dette vindue vil blive vist." -#: ../gtk/gtknotebook.c:577 +#: gtk/gtknotebook.c:577 msgid "Page" msgstr "Side" -#: ../gtk/gtknotebook.c:578 +#: gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "Indeks for den aktuelle side" -#: ../gtk/gtknotebook.c:586 +#: gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "Fanebladplacering" -#: ../gtk/gtknotebook.c:587 +#: gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "Hvilken side af notesbogen der indeholder fanebladene" -#: ../gtk/gtknotebook.c:594 +#: gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "Fanebladkant" -#: ../gtk/gtknotebook.c:595 +#: gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "Bredden af kanten omkring fanebladetiketterne" -#: ../gtk/gtknotebook.c:603 +#: gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "Vandret fanebladkant" -#: ../gtk/gtknotebook.c:604 +#: gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "Bredden af den vandrette kant på fanebladetiketterne" -#: ../gtk/gtknotebook.c:612 +#: gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "Lodret fanebladkant" -#: ../gtk/gtknotebook.c:613 +#: gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "Bredden af den lodrette kant på fanebladetiketterne" -#: ../gtk/gtknotebook.c:621 +#: gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "Vis faneblade" -#: ../gtk/gtknotebook.c:622 +#: gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "Om faneblade skal vises eller ej" -#: ../gtk/gtknotebook.c:628 +#: gtk/gtknotebook.c:628 msgid "Show Border" msgstr "Vis kant" -#: ../gtk/gtknotebook.c:629 +#: gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "Om kanten skal vises eller ej" -#: ../gtk/gtknotebook.c:635 +#: gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "Med rulning" -#: ../gtk/gtknotebook.c:636 +#: gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "" "Hvis TRUE bliver rullepile tilføjet hvis der er for mange faneblade til at " "alle kan vises" # se næste tekst for forklaring -#: ../gtk/gtknotebook.c:642 +#: gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "Aktivér menu" -#: ../gtk/gtknotebook.c:643 +#: gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" @@ -3847,366 +3825,364 @@ msgstr "" "Hvis TRUE vil højreklik på notesbogen starte en menu som kan bruges til at " "gå til en bestemt side" -#: ../gtk/gtknotebook.c:650 +#: gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "Om faneblade skal have samme størrelser" -#: ../gtk/gtknotebook.c:656 +#: gtk/gtknotebook.c:656 msgid "Group ID" msgstr "Gruppe-id" -#: ../gtk/gtknotebook.c:657 +#: gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "Gruppe-id for faneblades træk og slip" -#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 -#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 -#: ../gtk/gtkradiotoolbutton.c:65 +#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 +#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "Gruppe" -#: ../gtk/gtknotebook.c:674 +#: gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "Gruppe for faneblads-træk og slip" -#: ../gtk/gtknotebook.c:680 +#: gtk/gtknotebook.c:680 msgid "Tab label" msgstr "Fanebladetiket" -#: ../gtk/gtknotebook.c:681 +#: gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "Strengen der vises i underelementets fanebladsetiket" -#: ../gtk/gtknotebook.c:687 +#: gtk/gtknotebook.c:687 msgid "Menu label" msgstr "Menuetiket" -#: ../gtk/gtknotebook.c:688 +#: gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "Strengen der vises i underelementets menuelement" -#: ../gtk/gtknotebook.c:701 +#: gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "Fanebladudvidning" -#: ../gtk/gtknotebook.c:702 +#: gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "Om underelementets faneblad skal udvides eller ej" -#: ../gtk/gtknotebook.c:708 +#: gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "Fanebladudfyldning" -#: ../gtk/gtknotebook.c:709 +#: gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "Om underelementets faneblad skal udfylde det tildelte område eller ej" -#: ../gtk/gtknotebook.c:715 +#: gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "Fanebladpakningstype" -#: ../gtk/gtknotebook.c:722 +#: gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "Faneblad kan sorteres om" -#: ../gtk/gtknotebook.c:723 +#: gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "Om fanebladet kan omsorteres af brugeren" -#: ../gtk/gtknotebook.c:729 +#: gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "Faneblad kan hægtes af" -#: ../gtk/gtknotebook.c:730 +#: gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "Om fanebladet kan hægtes af" -#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 +#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "Sekundær tilbagepil" -#: ../gtk/gtknotebook.c:746 +#: gtk/gtknotebook.c:746 msgid "" "Display a second backward arrow button on the opposite end of the tab area" msgstr "Vis en ekstra tilbagepilsknap i den modsatte ende af fanebladområdet" -#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 +#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "Sekundær fremadpil" -#: ../gtk/gtknotebook.c:762 +#: gtk/gtknotebook.c:762 msgid "" "Display a second forward arrow button on the opposite end of the tab area" msgstr "Vis en ekstra fremadpilsknap i den modsatte ende af fanebladområdet" -#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 +#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "Tilbagepil" -#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 +#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "Vis standard-tilbagepilsknappen" -#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 +#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "Fremadpil" -#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 +#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "Vis standard-fremadpilsknappen" -#: ../gtk/gtknotebook.c:806 +#: gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "Fanebladsoverlap" -#: ../gtk/gtknotebook.c:807 +#: gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "Størrelse af faneblads-overlapområde" # Sikker hjørnerunding, i fejlrapport # Bekræftet: hjørnerunding -#: ../gtk/gtknotebook.c:822 +#: gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "Fanebladsrunding" # Sikker hjørnerunding, i fejlrapport # Bekræftet: hjørnerunding -#: ../gtk/gtknotebook.c:823 +#: gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "Omfanget af afrunding af fanebladshjørner" -#: ../gtk/gtknotebook.c:839 +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "Pilmellemrum" -#: ../gtk/gtknotebook.c:840 +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "Rullepilsmellemrum" -#: ../gtk/gtkobject.c:370 +#: gtk/gtkobject.c:370 msgid "User Data" msgstr "Brugerdata" -#: ../gtk/gtkobject.c:371 +#: gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "Anonym brugerdata-peger" -#: ../gtk/gtkoptionmenu.c:162 +#: gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "Menuen af valg" -#: ../gtk/gtkoptionmenu.c:169 +#: gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "Størrelse af pop op-indikator" -#: ../gtk/gtkoptionmenu.c:175 +#: gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "Mellemrum omkring indikator" -#: ../gtk/gtkorientable.c:75 +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "Orienteringen af det orienterbare element" -#: ../gtk/gtkpaned.c:242 +#: gtk/gtkpaned.c:242 msgid "" "Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "" "Position af paneladskilleren i skærmpunkter (0 betyder helt til venstre/" "øverst)" -#: ../gtk/gtkpaned.c:251 +#: gtk/gtkpaned.c:251 msgid "Position Set" msgstr "Position sat" -#: ../gtk/gtkpaned.c:252 +#: gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "TRUE hvis positionsegenskaben skal bruges" -#: ../gtk/gtkpaned.c:258 +#: gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "Håndtagsstørrelse" -#: ../gtk/gtkpaned.c:259 +#: gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "Bredden af håndtaget" -#: ../gtk/gtkpaned.c:275 +#: gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "Mindste position" -#: ../gtk/gtkpaned.c:276 +#: gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "Mindste mulige værdi for positionsegenskaben" -#: ../gtk/gtkpaned.c:293 +#: gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "Største position" -#: ../gtk/gtkpaned.c:294 +#: gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "Største mulige værdi for positionsegenskaben" -#: ../gtk/gtkpaned.c:311 +#: gtk/gtkpaned.c:311 msgid "Resize" msgstr "Kan ændre størrelse" # Paned widget hentyder højst sandsynligt til en kontrol der er indlagt i et panel # og strengen betyder altså om denne kontrol skal skifte størrelse sammen med panelet -#: ../gtk/gtkpaned.c:312 +#: gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "Hvis TRUE kan underelementet følge størrelsen på panelkontrollen" -#: ../gtk/gtkpaned.c:327 +#: gtk/gtkpaned.c:327 msgid "Shrink" msgstr "Tillad formindskelse" -#: ../gtk/gtkpaned.c:328 +#: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "Hvis TRUE kan underelementet gøres mindre end dens pladstildeling" -#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "Indlejret" # En GtkPlug er en "Toplevel for embedding into other processes" (api-doc) -#: ../gtk/gtkplug.c:151 +#: gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "Om plug-objektet er indlejret" -#: ../gtk/gtkplug.c:165 +#: gtk/gtkplug.c:165 msgid "Socket Window" msgstr "Sokkelvindue" # En GtkPlug er en "Toplevel for embedding into other processes" (api-doc) -#: ../gtk/gtkplug.c:166 +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "Vinduet for soklen, hvori plug-objektet er indlejret" -#: ../gtk/gtkpreview.c:102 +#: gtk/gtkpreview.c:102 msgid "" "Whether the preview widget should take up the entire space it is allocated" msgstr "Om forhåndsvisningskontrollen skal optage al dens tildelte plads" -#: ../gtk/gtkprinter.c:124 +#: gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "Printerens navn" -#: ../gtk/gtkprinter.c:130 +#: gtk/gtkprinter.c:130 msgid "Backend" msgstr "Bagende" -#: ../gtk/gtkprinter.c:131 +#: gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "Bagende for printeren" -#: ../gtk/gtkprinter.c:137 +#: gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "Er virtuel" -#: ../gtk/gtkprinter.c:138 +#: gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "FALSE hvis denne repræsenterer en rigtig hardware printer" -#: ../gtk/gtkprinter.c:144 +#: gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "Accepterer PDF" -#: ../gtk/gtkprinter.c:145 +#: gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "TRUE hvis denne printer kan acceptere PDF" -#: ../gtk/gtkprinter.c:151 +#: gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "Accepterer PostScript" -#: ../gtk/gtkprinter.c:152 +#: gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "TRUE hvis denne printer kan acceptere PostScript" -#: ../gtk/gtkprinter.c:158 +#: gtk/gtkprinter.c:158 msgid "State Message" msgstr "Tilstandsbesked" -#: ../gtk/gtkprinter.c:159 +#: gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "Streng som angiver printerens nuværende tilstand" -#: ../gtk/gtkprinter.c:165 +#: gtk/gtkprinter.c:165 msgid "Location" msgstr "Placering" -#: ../gtk/gtkprinter.c:166 +#: gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "Printerens placering" -#: ../gtk/gtkprinter.c:173 +#: gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "Ikonnavnet der skal bruges til printeren" -#: ../gtk/gtkprinter.c:179 +#: gtk/gtkprinter.c:179 msgid "Job Count" msgstr "Jobantal" # Selvom ordet printerkø normalt dækker over den samlede kø i maskinen og printere tror jegalligevel det går an at bruge det her -#: ../gtk/gtkprinter.c:180 +#: gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "Antallet af jobs i printerkøen" -#: ../gtk/gtkprinter.c:198 +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "Printer på pause" -#: ../gtk/gtkprinter.c:199 +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "TRUE hvis denne printer er på pause" -#: ../gtk/gtkprinter.c:212 +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "Accepterer job" -#: ../gtk/gtkprinter.c:213 +#: gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "TRUE hvis denne printer kan acceptere nye job" -#: ../gtk/gtkprinteroptionwidget.c:123 +#: gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "Kildevalgmulighed" -#: ../gtk/gtkprinteroptionwidget.c:124 +#: gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "Den PrinterOption der står bag denne kontrol" -#: ../gtk/gtkprintjob.c:117 +#: gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "Udskrivningsjobbets titel" -#: ../gtk/gtkprintjob.c:125 +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "Printer" -#: ../gtk/gtkprintjob.c:126 +#: gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "Printer som jobbet skal udskrives på" -#: ../gtk/gtkprintjob.c:134 +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "Indstillinger" -#: ../gtk/gtkprintjob.c:135 +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "Printerindstillinger" -#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 -#: ../gtk/gtkprintunixdialog.c:258 +#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "Sideopsætning" -#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "Hold øje med udskrivningsstatus" # status-changed er et GTK-signal og skal derfor ikke oversættes -#: ../gtk/gtkprintjob.c:153 +#: gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." @@ -4215,52 +4191,52 @@ msgstr "" "signaler efter udskriftsdata er blevet sendt til printeren eller " "udskriftsserveren." -#: ../gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "Forvalgt sideopsætning" -#: ../gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "Den GtkPageSetup der bruges som standard" -#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "Udskriftsindstillinger" -#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "" "De GtkPrintSettings der bliver brugt ved initialisering af dialogvinduet" -#: ../gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "Jobnavn" -#: ../gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "En streng der bruges til at identificere udskriftsjobbet." -#: ../gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "Antal sider" -#: ../gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr "Antallet af sider i dokumentet." -#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "Nuværende side" -#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "Den nuværende side i dokumentet" -#: ../gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "Benyt hele siden" -#: ../gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1007 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" @@ -4268,7 +4244,7 @@ msgstr "" "TRUE hvis startpunktet for konteksten skal være sidens hjørne og ikke " "hjørnet af det område hvorpå der kan tegnes" -#: ../gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1028 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." @@ -4276,76 +4252,76 @@ msgstr "" "TRUE hvis udskriftsoperationen vil fortsætte med at rapportere jobstatus " "efter udskriftsdata er blevet sendt til printeren eller udskriftsserveren." -#: ../gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "Enhed" -#: ../gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "Den enhed som afstande i konteksten måles i" -#: ../gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "Vis dialogvindue" -#: ../gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr "TRUE hvis statusvinduet vises under udskrivning." # se foregående: Rules Hint -#: ../gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "Tillad asynkront" -#: ../gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "TRUE hvis udskrivningsprocessen må køre asynkront." -#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "Eksporteringsfilnavn" -#: ../gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "Status" -#: ../gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "Status for udskrivningsoperationen" -#: ../gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "Statusstreng" -#: ../gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "En menneske-læselig beskrivelse af status" -#: ../gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "Etiket for fanebladet for brugertilpassede" -#: ../gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "Etiket for fanebladet der indeholder brugertilpassede kontroller." -#: ../gtk/gtkprintunixdialog.c:259 +#: gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "Den GtkPageSetup som skal bruges" -#: ../gtk/gtkprintunixdialog.c:284 +#: gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "Valgte printer" -#: ../gtk/gtkprintunixdialog.c:285 +#: gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "Den GtkPrinter som er valgt" -#: ../gtk/gtkprogress.c:102 +#: gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "Aktivitetstilstand" -#: ../gtk/gtkprogress.c:103 +#: gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " @@ -4356,40 +4332,40 @@ msgstr "" "Dette kan bruges hvis programmet foretager sig noget som du ikke ved hvor " "lang tid vil tage." -#: ../gtk/gtkprogress.c:111 +#: gtk/gtkprogress.c:111 msgid "Show text" msgstr "Vis tekst" -#: ../gtk/gtkprogress.c:112 +#: gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "Om fremgang vses som tekst." -#: ../gtk/gtkprogressbar.c:119 +#: gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "GtkAdjustment der er tilknyttet statuslinjen (FORÆLDET)" -#: ../gtk/gtkprogressbar.c:135 +#: gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "Linjetype" -#: ../gtk/gtkprogressbar.c:136 +#: gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "Angiver den visuelle stil for linjen i procenttilstand (FORÆLDET)" -#: ../gtk/gtkprogressbar.c:144 +#: gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "Aktivitetsskridt" -#: ../gtk/gtkprogressbar.c:145 +#: gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "" "Den forøgelse der bruges til hver gentagelse i aktivitetstilstand (FORÆLDET)" -#: ../gtk/gtkprogressbar.c:152 +#: gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "Aktivitetsblokke" -#: ../gtk/gtkprogressbar.c:153 +#: gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" @@ -4397,11 +4373,11 @@ msgstr "" "Antallet af blokke som kan være i statuslinjens areal i aktivitetstilstand " "(FORÆLDET)" -#: ../gtk/gtkprogressbar.c:160 +#: gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "Adskilte blokke" -#: ../gtk/gtkprogressbar.c:161 +#: gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" @@ -4409,30 +4385,30 @@ msgstr "" "Antallet af adskilte blokke i statuslinjen (når den vises på den \"diskrete" "\" måde)" -#: ../gtk/gtkprogressbar.c:168 +#: gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "Brøkdel" -#: ../gtk/gtkprogressbar.c:169 +#: gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "Den brøkdel af det totale arbejde der er blevet fuldført" -#: ../gtk/gtkprogressbar.c:176 +#: gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "Pulseringsskridt" -#: ../gtk/gtkprogressbar.c:177 +#: gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "" "Brøkdelen af den totale fremgang som blokken skal bevæge sig frem og tilbage " "ved pulser" -#: ../gtk/gtkprogressbar.c:185 +#: gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "Den tekst der skal vises i statuslinjen" # Jeg er ikke sikker på hvad "if at all" refererer til, men det er nok også komplet ligegyldigt. -#: ../gtk/gtkprogressbar.c:207 +#: gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." @@ -4440,60 +4416,60 @@ msgstr "" "Det foretrukne sted at ellipsegøre strengen hvis statuslinjen ikke har nok " "plads til at vise hele strengen." -#: ../gtk/gtkprogressbar.c:214 +#: gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "X-mellemrum" -#: ../gtk/gtkprogressbar.c:215 +#: gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "Ekstra mellemrum der føjes til bredden af en statuslinje." -#: ../gtk/gtkprogressbar.c:220 +#: gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "Y-mellemrum" -#: ../gtk/gtkprogressbar.c:221 +#: gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "Ekstra mellemrum, der føjes til højden af en statuslinje." -#: ../gtk/gtkprogressbar.c:234 +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "Mindste vandrette bjælkebredde" -#: ../gtk/gtkprogressbar.c:235 +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "Den mindste vandrette bredde af statuslinjen" -#: ../gtk/gtkprogressbar.c:247 +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "Mindste vandrette bjælkehøjde" # "horizontal height"? Nu rabler det... -#: ../gtk/gtkprogressbar.c:248 +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "Den mindste vandrette højde af statuslinjen" -#: ../gtk/gtkprogressbar.c:260 +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "Mindste lodrette bjælkebredde" -#: ../gtk/gtkprogressbar.c:261 +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "Den mindste lodrette bredde af statuslinjen" -#: ../gtk/gtkprogressbar.c:273 +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "Mindste lodrette bjælkehøjde" -#: ../gtk/gtkprogressbar.c:274 +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "Den mindste lodrette højde af statuslinjen" -#: ../gtk/gtkradioaction.c:111 +#: gtk/gtkradioaction.c:111 msgid "The value" msgstr "Værdien" -#: ../gtk/gtkradioaction.c:112 +#: gtk/gtkradioaction.c:112 msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." @@ -4501,15 +4477,15 @@ msgstr "" "Værdien som returneres af gtk_radio_action_get_current_value() når denne " "handling er den aktuelle handling for dens gruppe." -#: ../gtk/gtkradioaction.c:129 +#: gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "Den radiohandling hvis gruppe denne handling tilhører." -#: ../gtk/gtkradioaction.c:144 +#: gtk/gtkradioaction.c:144 msgid "The current value" msgstr "Den nuværende værdi" -#: ../gtk/gtkradioaction.c:145 +#: gtk/gtkradioaction.c:145 msgid "" "The value property of the currently active member of the group to which this " "action belongs." @@ -4517,36 +4493,36 @@ msgstr "" "value-egenskab der hører til det på nuværende tidspunkt aktive medlem af den " "gruppe som denne handling hører til." -#: ../gtk/gtkradiobutton.c:83 +#: gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "Den radioknap hvis gruppe denne kontrol tilhører." -#: ../gtk/gtkradiomenuitem.c:344 +#: gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "Den radiomenuknap hvis gruppe denne kontrol tilhører." -#: ../gtk/gtkradiotoolbutton.c:66 +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "Radioværktøjsknappen, hvis gruppe denne knap tilhører." -#: ../gtk/gtkrange.c:358 +#: gtk/gtkrange.c:358 msgid "Update policy" msgstr "Opdateringspolitik" -#: ../gtk/gtkrange.c:359 +#: gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "Hvordan intervallet skal opdateres på skærmen" -#: ../gtk/gtkrange.c:368 +#: gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "" "GtkAdjustment som indeholder den aktuelle værdi af dette intervalobjekt" -#: ../gtk/gtkrange.c:375 +#: gtk/gtkrange.c:375 msgid "Inverted" msgstr "Omvendt" -#: ../gtk/gtkrange.c:376 +#: gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" msgstr "" "Vend den retning om som skyderen skal bevæges i for at forøge intervalværdien" @@ -4559,106 +4535,106 @@ msgstr "" # the policy for changing the sensitivity. As the next string in the # source code says: The sensitivity policy for the stepper that points to the # adjustment's lower side -#: ../gtk/gtkrange.c:383 +#: gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "Nedre pileknaps-følsomhed" -#: ../gtk/gtkrange.c:384 +#: gtk/gtkrange.c:384 msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" msgstr "Følsomhedspolitikken for justeringsobjektets nedre pileknap" -#: ../gtk/gtkrange.c:392 +#: gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "Øvre pileknaps-følsomhed" -#: ../gtk/gtkrange.c:393 +#: gtk/gtkrange.c:393 msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" msgstr "Følsomhedspolitikken for justeringsobjektets øvre pileknap" -#: ../gtk/gtkrange.c:410 +#: gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "Vis fyldningsniveau" -#: ../gtk/gtkrange.c:411 +#: gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "Om der vises en grafisk indikator af fyldningsniveauet i fordybningen." -#: ../gtk/gtkrange.c:427 +#: gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "Begræns til fyldningsniveau" -#: ../gtk/gtkrange.c:428 +#: gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "Hvorvidt den øvre grænse begrænses til fyldningsniveauet." -#: ../gtk/gtkrange.c:443 +#: gtk/gtkrange.c:443 msgid "Fill Level" msgstr "Fyldningsniveau" -#: ../gtk/gtkrange.c:444 +#: gtk/gtkrange.c:444 msgid "The fill level." msgstr "Fyldningsniveauet." -#: ../gtk/gtkrange.c:452 +#: gtk/gtkrange.c:452 msgid "Slider Width" msgstr "Skyderbredde" -#: ../gtk/gtkrange.c:453 +#: gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "Bredden af rullebjælken eller skaleringsgrebet" # trough = trug -#: ../gtk/gtkrange.c:460 +#: gtk/gtkrange.c:460 msgid "Trough Border" msgstr "Fordybningskant" -#: ../gtk/gtkrange.c:461 +#: gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "Mellemrum mellem greb og den ydre fordybningskant" -#: ../gtk/gtkrange.c:468 +#: gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "Pileknapstørrelse" -#: ../gtk/gtkrange.c:469 +#: gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "Længden af pileknapperne ved enderne" -#: ../gtk/gtkrange.c:484 +#: gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "Pileknapmellemrum" -#: ../gtk/gtkrange.c:485 +#: gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "Mellemrum mellem pileknapper og greb" -#: ../gtk/gtkrange.c:492 +#: gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "Vandret forskydning af pil" -#: ../gtk/gtkrange.c:493 +#: gtk/gtkrange.c:493 msgid "" "How far in the x direction to move the arrow when the button is depressed" msgstr "Hvor lang i x-retningen pilen flyttes når knappen trykkes ned" -#: ../gtk/gtkrange.c:500 +#: gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "Lodret forskydning af pil" -#: ../gtk/gtkrange.c:501 +#: gtk/gtkrange.c:501 msgid "" "How far in the y direction to move the arrow when the button is depressed" msgstr "Hvor lang i y-retningen pilen flyttes når knappen trykkes ned" -#: ../gtk/gtkrange.c:509 +#: gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "Tegn skyder ACTIVE ved træk" -#: ../gtk/gtkrange.c:510 +#: gtk/gtkrange.c:510 msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" @@ -4666,11 +4642,11 @@ msgstr "" "Hvis denne er sat til TRUE, vil skyderen blive tegnet ACTIVE og med skygge i " "(IN), mens der bliver trukket i den" -#: ../gtk/gtkrange.c:524 +#: gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "Fordybningsside-detaljer" -#: ../gtk/gtkrange.c:525 +#: gtk/gtkrange.c:525 msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" @@ -4678,11 +4654,11 @@ msgstr "" "Når TRUE vil de to dele på hver sin side af skyderen blive tegnet med " "forskellig detaljegrad" -#: ../gtk/gtkrange.c:541 +#: gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "Fordybning under pileknapper" -#: ../gtk/gtkrange.c:542 +#: gtk/gtkrange.c:542 msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" @@ -4690,272 +4666,270 @@ msgstr "" "Om der skal tegnes fordybning under hele bjælken eller om pileknapper og " "mellemrum skal ekskluderes" -#: ../gtk/gtkrange.c:555 +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "Pilskalering" -#: ../gtk/gtkrange.c:556 +#: gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "Pilskalering i forhold til rulleknapstørrelse" -#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 +#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "Vis numre" # Ordet "sammen" er en fortolkning men idet jeg regner med at hvis det der menes er at objekterne vises "som" et nummer ville der have stået "as a number" derfor regner jeg med at det det betyder er at visningen af objektet inkluderer et nummer. # # Antagelsen synes at være rigtig ifølge API-doc -#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 +#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "Om objekterne skal vises sammen med et nummer" # GtkRecentManager bliver brugt til generel håndtering af ting som f.eks. "Recently used documents", derfor skulle denne oversættelse være korrekt selvom den lyder lidt underligt -#: ../gtk/gtkrecentchooser.c:132 +#: gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "Seneste-håndtering" -#: ../gtk/gtkrecentchooser.c:133 +#: gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "Det RecentManager-objekt der skal bruges" -#: ../gtk/gtkrecentchooser.c:147 +#: gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "Vis private" -#: ../gtk/gtkrecentchooser.c:148 +#: gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "Om private objekter skal vises" -#: ../gtk/gtkrecentchooser.c:161 +#: gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "Vis værktøjstips" -#: ../gtk/gtkrecentchooser.c:162 +#: gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "Om der skal være et værktøjstip til objektet" -#: ../gtk/gtkrecentchooser.c:174 +#: gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "Vis ikoner" -#: ../gtk/gtkrecentchooser.c:175 +#: gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "Om der skal være et ikon nær objektet" # Formuleret i flertal fordi forklaringen er det # Whether the items pointing to unavailable resources should be displayed -#: ../gtk/gtkrecentchooser.c:190 +#: gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "Vis ikke fundne" -#: ../gtk/gtkrecentchooser.c:191 +#: gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "Om de objekter der peger på utilgængelige ressourcer skal vises" -#: ../gtk/gtkrecentchooser.c:204 +#: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "Om det er muligt at vælge mere end et objekt" # Formuleret i henhold til forklaringen # Whether the selected resource(s) should be limited to local file: URIs -#: ../gtk/gtkrecentchooser.c:217 +#: gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "Kun lokale" -#: ../gtk/gtkrecentchooser.c:218 +#: gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "Om de valgte ressourcer skal begrænses til lokale \"file:\"-adresser" # Formuleret i henhold til forklaringen # The maximum number of items to be displayed -#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 +#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "Begrænsning" -#: ../gtk/gtkrecentchooser.c:235 +#: gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "Det maksimale antal objekter der vises" -#: ../gtk/gtkrecentchooser.c:249 +#: gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "Sorteringstype" -#: ../gtk/gtkrecentchooser.c:250 +#: gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "Den sorteringstype objekterne vises efter" -#: ../gtk/gtkrecentchooser.c:265 +#: gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "" "Det filter der på nuværende tidspunkt bruges til at vælge hvilke ressourcer " "der vises" -#: ../gtk/gtkrecentmanager.c:215 +#: gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "Den fulde sti til den fil som listen skal opbevares i og læses fra" -#: ../gtk/gtkrecentmanager.c:230 +#: gtk/gtkrecentmanager.c:230 msgid "" "The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "" "Det maksimale antal af objekter der skal returneres af " "gtk_recent_manager_get_items()" -#: ../gtk/gtkrecentmanager.c:246 +#: gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "Størrelsen af listen over nyligt brugte ressourcer" -#: ../gtk/gtkruler.c:128 +#: gtk/gtkruler.c:128 msgid "Lower" msgstr "Nedre" -#: ../gtk/gtkruler.c:129 +#: gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "Den nedre grænse for linealen" -#: ../gtk/gtkruler.c:138 +#: gtk/gtkruler.c:138 msgid "Upper" msgstr "Øvre" -#: ../gtk/gtkruler.c:139 +#: gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "Den øvre grænse for linealen" -#: ../gtk/gtkruler.c:149 +#: gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "Position af mærke på linealen" -#: ../gtk/gtkruler.c:158 +#: gtk/gtkruler.c:158 msgid "Max Size" msgstr "Maks. størrelse" -#: ../gtk/gtkruler.c:159 +#: gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "Maksimal størrelse af linealen" -#: ../gtk/gtkruler.c:174 +#: gtk/gtkruler.c:174 msgid "Metric" msgstr "Metrisk" -#: ../gtk/gtkruler.c:175 +#: gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "Den metriske enhed der bruges for linealen" -#: ../gtk/gtkscale.c:201 +#: gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "Antallet af decimalpladser der vises i værdien" -#: ../gtk/gtkscale.c:210 +#: gtk/gtkscale.c:210 msgid "Draw Value" msgstr "Vis værdi" -#: ../gtk/gtkscale.c:211 +#: gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "Om den aktuelle værdi skal vises som en streng ved siden af skyderen" -#: ../gtk/gtkscale.c:218 +#: gtk/gtkscale.c:218 msgid "Value Position" msgstr "Placering af værdi" -#: ../gtk/gtkscale.c:219 +#: gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "Hvor den aktuelle værdi placeres" -#: ../gtk/gtkscale.c:226 +#: gtk/gtkscale.c:226 msgid "Slider Length" msgstr "Skyderlængde" -#: ../gtk/gtkscale.c:227 +#: gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "Længde af skaleringens skyder" -#: ../gtk/gtkscale.c:235 +#: gtk/gtkscale.c:235 msgid "Value spacing" msgstr "Værdimellemrum" -#: ../gtk/gtkscale.c:236 +#: gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "Mellemrum mellem værditekst og skyder-/fordybningsarealet" -#: ../gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Værdien for intervalobjektet" -#: ../gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Ikonstørrelsen" -#: ../gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "GtkAdjustment som indeholder den aktuelle værdi af dette intervalknap-objekt" -#: ../gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Ikoner" -#: ../gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Liste af ikonnavne" -#: ../gtk/gtkscrollbar.c:51 +#: gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "Mindste skyderlængde" -#: ../gtk/gtkscrollbar.c:52 +#: gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "Den mindste længde af rullebjælkeskyderen" -#: ../gtk/gtkscrollbar.c:60 +#: gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "Fast skyderbredde" -#: ../gtk/gtkscrollbar.c:61 +#: gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "Ændr ikke skyderens størrelse, lås den blot til den mindste længde" -#: ../gtk/gtkscrollbar.c:82 +#: gtk/gtkscrollbar.c:82 msgid "" "Display a second backward arrow button on the opposite end of the scrollbar" msgstr "Vis en ekstra tilbagepilsknap i den modsatte ende af rullebjælken" -#: ../gtk/gtkscrollbar.c:89 +#: gtk/gtkscrollbar.c:89 msgid "" "Display a second forward arrow button on the opposite end of the scrollbar" msgstr "Vis en ekstra fremadpilsknap i den modsatte ende af rullebjælken" -#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 -#: ../gtk/gtktreeview.c:578 +#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "Vandret justering" -#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 -#: ../gtk/gtktreeview.c:586 +#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "Lodret justering" -#: ../gtk/gtkscrolledwindow.c:232 +#: gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "Vandret rullebjælkepolitik" -#: ../gtk/gtkscrolledwindow.c:233 +#: gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "Hvornår den vandrette rullebjælke vises" -#: ../gtk/gtkscrolledwindow.c:240 +#: gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "Lodret rullebjælkepolitik" -#: ../gtk/gtkscrolledwindow.c:241 +#: gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "Hvornår den lodrette rullebjælke vises" -#: ../gtk/gtkscrolledwindow.c:249 +#: gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "Vinduesposition" -#: ../gtk/gtkscrolledwindow.c:250 +#: gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." @@ -4964,11 +4938,11 @@ msgstr "" "kun indflydelse hvis \"window-placement-set\" er sat til TRUE." # jvf. forklaring nedenfor såvel som API-doc -#: ../gtk/gtkscrolledwindow.c:267 +#: gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "Anvend tilpasset indholdsplacering" -#: ../gtk/gtkscrolledwindow.c:268 +#: gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." @@ -4976,35 +4950,35 @@ msgstr "" "Om \"window-placement\" skal bruges til at finde placeringen af indholdet i " "forhold til rullebjælken." -#: ../gtk/gtkscrolledwindow.c:274 +#: gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "Skyggetype" -#: ../gtk/gtkscrolledwindow.c:275 +#: gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "Kantstil omkring indholdet" -#: ../gtk/gtkscrolledwindow.c:289 +#: gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "Rullebjælker indenfor skråkant" -#: ../gtk/gtkscrolledwindow.c:290 +#: gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "Placér rullebjælker indenfor rullevinduets skråkant" -#: ../gtk/gtkscrolledwindow.c:296 +#: gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "Rullebjælkemellemrum" -#: ../gtk/gtkscrolledwindow.c:297 +#: gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "Antal skærmpunkter mellem rullebjælkerne og rullevinduet" -#: ../gtk/gtkscrolledwindow.c:312 +#: gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "Rullebjælkevindues-placering" -#: ../gtk/gtkscrolledwindow.c:313 +#: gtk/gtkscrolledwindow.c:313 msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." @@ -5013,19 +4987,19 @@ msgstr "" "rullebjælkerne, hvis ikke dette bliver overskrevet af rullebjælkevinduets " "egen placering." -#: ../gtk/gtkseparatortoolitem.c:105 +#: gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "Tegn" -#: ../gtk/gtkseparatortoolitem.c:106 +#: gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "Om adskilleren tegnes eller bare er blank" -#: ../gtk/gtksettings.c:215 +#: gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "Dobbeltklikstid" -#: ../gtk/gtksettings.c:216 +#: gtk/gtksettings.c:216 msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" @@ -5033,11 +5007,11 @@ msgstr "" "Maksimal tid tilladt mellem to klik for at de skal opfattes som et " "dobbeltklik (i millisekunder)" -#: ../gtk/gtksettings.c:223 +#: gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "Dobbeltkliksafstand" -#: ../gtk/gtksettings.c:224 +#: gtk/gtksettings.c:224 msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" @@ -5045,188 +5019,188 @@ msgstr "" "Maksimal afstand tilladt mellem to klik for at de skal opfattes som et " "dobbeltklik (i millisekunder)" -#: ../gtk/gtksettings.c:240 +#: gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "Markørblinkning" -#: ../gtk/gtksettings.c:241 +#: gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "Lad markøren blinke" -#: ../gtk/gtksettings.c:248 +#: gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "Markørblinketid" -#: ../gtk/gtksettings.c:249 +#: gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "Længden af markørblinkecyklen, i millisekunder" -#: ../gtk/gtksettings.c:268 +#: gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "Udløbstid for markørblink" -#: ../gtk/gtksettings.c:269 +#: gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "Tidsrum hvorefter markøren holder op med at blinke, i sekunder" -#: ../gtk/gtksettings.c:276 +#: gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "Delt markør" -#: ../gtk/gtksettings.c:277 +#: gtk/gtksettings.c:277 msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" msgstr "" "Vis to markører for blandet venstre-mod-højre- og højre-mod-venstre-tekst" -#: ../gtk/gtksettings.c:284 +#: gtk/gtksettings.c:284 msgid "Theme Name" msgstr "Temanavn" -#: ../gtk/gtksettings.c:285 +#: gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "Navn på temaopstartsfilen der skal indlæses" -#: ../gtk/gtksettings.c:293 +#: gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "Ikontemanavn" -#: ../gtk/gtksettings.c:294 +#: gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "Navn på ikontema der skal bruges" -#: ../gtk/gtksettings.c:302 +#: gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "Navn på reserveikontema" -#: ../gtk/gtksettings.c:303 +#: gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "Navn på ikontema der skal bruges som reserve" -#: ../gtk/gtksettings.c:311 +#: gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "Nøgletemanavn" -#: ../gtk/gtksettings.c:312 +#: gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "Navn på nøgletemaopstartsfilen der skal indlæses" -#: ../gtk/gtksettings.c:320 +#: gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "Menulinjegenvej" -#: ../gtk/gtksettings.c:321 +#: gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "Tastaturgenvej til at aktivere menulinjen" -#: ../gtk/gtksettings.c:329 +#: gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "Trækketærskel" -#: ../gtk/gtksettings.c:330 +#: gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "Antal skærmpunkter markøren må flyttes før det opfattes som et træk" -#: ../gtk/gtksettings.c:338 +#: gtk/gtksettings.c:338 msgid "Font Name" msgstr "Skrifttypenavn" -#: ../gtk/gtksettings.c:339 +#: gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "Navnet på den skrifttype der skal bruges som standard" -#: ../gtk/gtksettings.c:361 +#: gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "Ikonstørrelser" -#: ../gtk/gtksettings.c:362 +#: gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "Liste over ikonstørrelser (gtk-menu=16,16;gtk-button=20,20..." -#: ../gtk/gtksettings.c:370 +#: gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "GTK-moduler" -#: ../gtk/gtksettings.c:371 +#: gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "Liste over nuværende aktive GTK-moduler" -#: ../gtk/gtksettings.c:380 +#: gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Xft-udjævning" -#: ../gtk/gtksettings.c:381 +#: gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "Om Xft-skrifttyper skal udjævnes; 0 = nej, 1 = ja, -1 = standard" -#: ../gtk/gtksettings.c:390 +#: gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Xft-knibning" -#: ../gtk/gtksettings.c:391 +#: gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "Om Xft-skrifttyper skal hintes; 0 = nej, 1 = ja, -1 = standard" -#: ../gtk/gtksettings.c:400 +#: gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Xft-hintgrad" -#: ../gtk/gtksettings.c:401 +#: gtk/gtksettings.c:401 msgid "" "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "" "Graden af knibning der skal benyttes; hintnone, hintslight, hintmedium eller " "hintfull" -#: ../gtk/gtksettings.c:410 +#: gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft-RGBA" -#: ../gtk/gtksettings.c:411 +#: gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "" "Typen af underpunktsudjævning: \"none\", \"rgb\", \"bgr\", \"vrgb\", \"vbgr\"" -#: ../gtk/gtksettings.c:420 +#: gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Xft-DPI" -#: ../gtk/gtksettings.c:421 +#: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" msgstr "" "Opløsning for Xft, i 1024 · punkter/tomme. -1 for at bruge standardværdi" -#: ../gtk/gtksettings.c:430 +#: gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "Markørtema-navn" -#: ../gtk/gtksettings.c:431 +#: gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" msgstr "" "Navn på det markørtema der skal bruges eller NULL for at bruge standardtemaet" -#: ../gtk/gtksettings.c:439 +#: gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "Markørtema-størrelse" -#: ../gtk/gtksettings.c:440 +#: gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "Markørernes størrelse eller 0 for at bruge standardstørrelsen" -#: ../gtk/gtksettings.c:450 +#: gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "Alternativ knap-orden" -#: ../gtk/gtksettings.c:451 +#: gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" msgstr "Om knapper i vinduer skal benytte den alternative knaprækkefølge" -#: ../gtk/gtksettings.c:468 +#: gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "Alternativ orientering for sorteringsindikator" -#: ../gtk/gtksettings.c:469 +#: gtk/gtksettings.c:469 msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" @@ -5235,11 +5209,11 @@ msgstr "" "omvendt i forhold til standarden (hvor ned betyder stigende)" # Oversættelsen af dette menunavn findes i den anden gtk+fil som fra 2.18 til 2.20 har ændret navn fra GTK+ UI translations til GTK+ Core -#: ../gtk/gtksettings.c:477 +#: gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "Vis menuen \"Indtastningsmetoder\"" -#: ../gtk/gtksettings.c:478 +#: gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" @@ -5248,11 +5222,11 @@ msgstr "" "indtastningsmetode" # Oversættelsen af dette menunavn findes i den anden gtk+fil som fra 2.18 til 2.20 har ændret navn fra GTK+ UI translations til GTK+ Core< -#: ../gtk/gtksettings.c:486 +#: gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "Vis menuen \"Indsæt Unicode-kontroltegn\"" -#: ../gtk/gtksettings.c:487 +#: gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" @@ -5260,224 +5234,224 @@ msgstr "" "Om kontekstmenuer for indtastninger og tekstvisninger skal tilbyde at " "indsætte kontroltegn" -#: ../gtk/gtksettings.c:495 +#: gtk/gtksettings.c:495 msgid "Start timeout" msgstr "Start-tidsudløb" -#: ../gtk/gtksettings.c:496 +#: gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "Startværdi for tidsudløb når en tast holdes nede" -#: ../gtk/gtksettings.c:505 +#: gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "Gentagelses-tidsudløb" -#: ../gtk/gtksettings.c:506 +#: gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "Værdi af gentagelses-tidsudløb når tast holdes nede" -#: ../gtk/gtksettings.c:515 +#: gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "Udvid-tidsudløb" -#: ../gtk/gtksettings.c:516 +#: gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "Udvid-værdi for tidsudløb når en kontrol udvider et nyt område" -#: ../gtk/gtksettings.c:551 +#: gtk/gtksettings.c:551 msgid "Color scheme" msgstr "Farveskema" -#: ../gtk/gtksettings.c:552 +#: gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "En palet af navngivne farver til brug i temaer" -#: ../gtk/gtksettings.c:561 +#: gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "Aktivér animationer" -#: ../gtk/gtksettings.c:562 +#: gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "Om animationer skal slås til for hele værktøjssættet." -#: ../gtk/gtksettings.c:580 +#: gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "Aktivér tilstand for berøringsfølsom skærm" -#: ../gtk/gtksettings.c:581 +#: gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "" "Hvis TRUE bliver der ikke leveret nogen bevægelsesunderretnings-hændelser på " "denne skærm" -#: ../gtk/gtksettings.c:598 +#: gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "Tidsudløb for værktøjstip" -#: ../gtk/gtksettings.c:599 +#: gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "Tidsudløb før der vises værktøjstip" -#: ../gtk/gtksettings.c:624 +#: gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "Tidsudløb for værktøjstip i læsetilstand" -#: ../gtk/gtksettings.c:625 +#: gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "Tidsudløb før der vises værktøjstip når læsetilstand er slået til" -#: ../gtk/gtksettings.c:646 +#: gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "Tidsudløb af læsetilstand for værktøjstip" -#: ../gtk/gtksettings.c:647 +#: gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "Tidsudløb hvorefter læsetilstand deaktiveres" -#: ../gtk/gtksettings.c:666 +#: gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "Keynav-markør kun" -#: ../gtk/gtksettings.c:667 +#: gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" msgstr "Når TRUE, kan kun markørknapper bruges til at navigere kontroller" -#: ../gtk/gtksettings.c:684 +#: gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "Keynav-ombrydning" -#: ../gtk/gtksettings.c:685 +#: gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "Om der ombrydes når kontroller navigeres med tastaturet" -#: ../gtk/gtksettings.c:705 +#: gtk/gtksettings.c:705 msgid "Error Bell" msgstr "Fejlklokke" -#: ../gtk/gtksettings.c:706 +#: gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "Når TRUE, vil der bippes ved tastaturnavigations- eller andre fejl" -#: ../gtk/gtksettings.c:723 +#: gtk/gtksettings.c:723 msgid "Color Hash" msgstr "Farvehash" -#: ../gtk/gtksettings.c:724 +#: gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "En hashtabel-repræsentation af farveskemaet." -#: ../gtk/gtksettings.c:732 +#: gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "Standard-filvælgerbagende" -#: ../gtk/gtksettings.c:733 +#: gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "Navn på den GtkFileChooser-bagende som skal anvendes som standard" -#: ../gtk/gtksettings.c:750 +#: gtk/gtksettings.c:750 msgid "Default print backend" msgstr "Standard-udskriftsbagende" -#: ../gtk/gtksettings.c:751 +#: gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "Liste af GtkPrintBackend-bagender som skal bruges som standard" -#: ../gtk/gtksettings.c:774 +#: gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "Forvalgt kommando som skal køres ved forhåndvisning af udskrift" -#: ../gtk/gtksettings.c:775 +#: gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "Kommando som skal køres ved forhåndvisning af udskrift" # Mnemonics er blot genvejstaster, som markeres med underscore og så videre -#: ../gtk/gtksettings.c:791 +#: gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "Slå genvejstaster til" -#: ../gtk/gtksettings.c:792 +#: gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "Om etiketter skal have genvejstaster" -#: ../gtk/gtksettings.c:808 +#: gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "Aktivér genvejstaster" -#: ../gtk/gtksettings.c:809 +#: gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "Om menuelementer skal have genvejstaster" -#: ../gtk/gtksettings.c:826 +#: gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "Grænse for nyligt brugte filer" -#: ../gtk/gtksettings.c:827 +#: gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "Antal nyligt brugte filer" -#: ../gtk/gtksettings.c:845 +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "Standard-IM-modul" -#: ../gtk/gtksettings.c:846 +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "Hvilket IM-modul der skal bruges som standard" -#: ../gtk/gtksettings.c:864 +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "Maksimal alder af nyligt brugte filer" -#: ../gtk/gtksettings.c:865 +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "Maksimal alder af nyligt brugte filer, i dage" -#: ../gtk/gtksettings.c:874 +#: gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Tidsstempel til fontconfig-konfiguration" -#: ../gtk/gtksettings.c:875 +#: gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "Tidsstempel for den aktuelle fontconfig-konfiguration" -#: ../gtk/gtksettings.c:897 +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "Lydtemanavn" -#: ../gtk/gtksettings.c:898 +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "XDG-lydskemanavn" #. Translators: this means sounds that are played as feedback to user input -#: ../gtk/gtksettings.c:920 +#: gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "Hørbar tilbagemelding" -#: ../gtk/gtksettings.c:921 +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "" "Om der skal afspilles begivenhedslyde som tilbagemelding på brugerinddata" -#: ../gtk/gtksettings.c:942 +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "Aktivér begivenhedslyde" -#: ../gtk/gtksettings.c:943 +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "Om der skal afspilles begivenhedslyde overhovedet" -#: ../gtk/gtksettings.c:958 +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "Aktivér værktøjstip" -#: ../gtk/gtksettings.c:959 +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "Om værktøjstip skal vises på kontroller" -#: ../gtk/gtksizegroup.c:293 +#: gtk/gtksizegroup.c:293 msgid "Mode" msgstr "Tilstand" -#: ../gtk/gtksizegroup.c:294 +#: gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" @@ -5485,217 +5459,217 @@ msgstr "" "De retninger som størrelsesgruppen påvirker de forespurgte størrelser for " "dens kontroller" -#: ../gtk/gtksizegroup.c:310 +#: gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "Ignorér skjult" # Det er bekræftet at her betyder "unmapped" skjult -#: ../gtk/gtksizegroup.c:311 +#: gtk/gtksizegroup.c:311 msgid "" "If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "" "Hvis TRUE vil skjulte kontroller blive ignoreret under bestemmelse af " "størrelsen for gruppen" -#: ../gtk/gtkspinbutton.c:209 +#: gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "Den justering som indeholder værdien for rulleknappen" -#: ../gtk/gtkspinbutton.c:216 +#: gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "Klatrerate" # se næste tekst for forklaring -#: ../gtk/gtkspinbutton.c:236 +#: gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "Fastlås til skridtværdier" -#: ../gtk/gtkspinbutton.c:237 +#: gtk/gtkspinbutton.c:237 msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" msgstr "" "Skift automatisk fejlagtige værdier til rulleknappens nærmeste skridtværdi" -#: ../gtk/gtkspinbutton.c:244 +#: gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "Numerisk" -#: ../gtk/gtkspinbutton.c:245 +#: gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "Ignorér ikke-numeriske tegn" -#: ../gtk/gtkspinbutton.c:252 +#: gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "Ombryd" -#: ../gtk/gtkspinbutton.c:253 +#: gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "Start forfra hvis rulleknappen når en grænse" -#: ../gtk/gtkspinbutton.c:260 +#: gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "Opdateringspolitik" -#: ../gtk/gtkspinbutton.c:261 +#: gtk/gtkspinbutton.c:261 msgid "" "Whether the spin button should update always, or only when the value is legal" msgstr "" "Om rulleknappen altid skal opdatere sig eller kun når værdien er gyldig" -#: ../gtk/gtkspinbutton.c:270 +#: gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "Læser den aktuelle værdi eller sætter en ny" -#: ../gtk/gtkspinbutton.c:279 +#: gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "Kantstil omkring rulleknappen" -#: ../gtk/gtkstatusbar.c:141 +#: gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "Har udvidelsesgreb" -#: ../gtk/gtkstatusbar.c:142 +#: gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "Om statuslinjen har et greb for at ændre størrelsen på vinduet" -#: ../gtk/gtkstatusbar.c:187 +#: gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "Kanttype omkring statuslinjeteksten" -#: ../gtk/gtkstatusicon.c:268 +#: gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "Ikonets størrelse" -#: ../gtk/gtkstatusicon.c:278 +#: gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "Skærmen hvor dette statusikon vises" -#: ../gtk/gtkstatusicon.c:285 +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "Blinkende" -#: ../gtk/gtkstatusicon.c:286 +#: gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "Om statusikonet blinker eller ej" -#: ../gtk/gtkstatusicon.c:294 +#: gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "Om statusikonet er synligt eller ej" -#: ../gtk/gtkstatusicon.c:310 +#: gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "Om statusikonet er indlejret eller ej" -#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 +#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "Feltes orientering" -#: ../gtk/gtkstatusicon.c:353 ../gtk/gtkwidget.c:632 +#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "Har værktøjtip" -#: ../gtk/gtkstatusicon.c:354 +#: gtk/gtkstatusicon.c:354 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:653 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:654 gtk/gtkwidget.c:675 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:674 msgid "Tooltip markup" msgstr "Værktøjtipsformattering" -#: ../gtk/gtkstatusicon.c:400 +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "Indholdet af værktøjstippet for dette statusikon" -#: ../gtk/gtktable.c:129 +#: gtk/gtktable.c:129 msgid "Rows" msgstr "Rækker" -#: ../gtk/gtktable.c:130 +#: gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "Antal rækker i tabellen" -#: ../gtk/gtktable.c:138 +#: gtk/gtktable.c:138 msgid "Columns" msgstr "Kolonner" -#: ../gtk/gtktable.c:139 +#: gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "Antal kolonner i tabellen" -#: ../gtk/gtktable.c:147 +#: gtk/gtktable.c:147 msgid "Row spacing" msgstr "Rækkemellemrum" -#: ../gtk/gtktable.c:148 +#: gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "Mængden af mellemrum mellem rækkerne" -#: ../gtk/gtktable.c:156 +#: gtk/gtktable.c:156 msgid "Column spacing" msgstr "Kolonnemellemrum" -#: ../gtk/gtktable.c:157 +#: gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "Mængden af mellemrum mellem kolonnerne" -#: ../gtk/gtktable.c:166 +#: gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "Hvis TRUE har alle tabelceller samme højde og bredde" -#: ../gtk/gtktable.c:173 +#: gtk/gtktable.c:173 msgid "Left attachment" msgstr "Venstre vedhæftning" -#: ../gtk/gtktable.c:180 +#: gtk/gtktable.c:180 msgid "Right attachment" msgstr "Højre vedhæftning" -#: ../gtk/gtktable.c:181 +#: gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "Det kolonnenummer som højre side af en underkontrol skal vedhæftes til" -#: ../gtk/gtktable.c:187 +#: gtk/gtktable.c:187 msgid "Top attachment" msgstr "Topvedhæftning" -#: ../gtk/gtktable.c:188 +#: gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "Det rækkenummer som toppen af underelementet skal vedhæftes" -#: ../gtk/gtktable.c:194 +#: gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "Bundvedhæftning" -#: ../gtk/gtktable.c:201 +#: gtk/gtktable.c:201 msgid "Horizontal options" msgstr "Vandrette indstillinger" -#: ../gtk/gtktable.c:202 +#: gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "Indstillinger der angiver den vandrette opførsel for underelementet" -#: ../gtk/gtktable.c:208 +#: gtk/gtktable.c:208 msgid "Vertical options" msgstr "Lodrette indstillinger" -#: ../gtk/gtktable.c:209 +#: gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "Indstillinger der angiver den lodrette opførsel for underelementet" -#: ../gtk/gtktable.c:215 +#: gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "Vandret udfyldning" -#: ../gtk/gtktable.c:216 +#: gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" @@ -5703,11 +5677,11 @@ msgstr "" "Ekstra mellemrum der skal tilføjes mellem underelementet og højre og venstre " "naboer, i skærmpunkter" -#: ../gtk/gtktable.c:222 +#: gtk/gtktable.c:222 msgid "Vertical padding" msgstr "Lodret udfyldning" -#: ../gtk/gtktable.c:223 +#: gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" @@ -5715,77 +5689,77 @@ msgstr "" "Ekstra mellemrum der skal tilføjes mellem underelementet og øvre og nedre " "naboer, i skærmpunkter" -#: ../gtk/gtktext.c:546 +#: gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "Vandret justering for tekstkontrollen" -#: ../gtk/gtktext.c:554 +#: gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "Lodret justering for tekstkontrollen" -#: ../gtk/gtktext.c:561 +#: gtk/gtktext.c:561 msgid "Line Wrap" msgstr "Linjeombrydning" -#: ../gtk/gtktext.c:562 +#: gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "Del linjer ved kontrollens kanter" -#: ../gtk/gtktext.c:569 +#: gtk/gtktext.c:569 msgid "Word Wrap" msgstr "Ordombrydning" -#: ../gtk/gtktext.c:570 +#: gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "Del ord ved kontrollens kanter" -#: ../gtk/gtktextbuffer.c:180 +#: gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "Mærketabel" -#: ../gtk/gtktextbuffer.c:181 +#: gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "Tekstmærketabel" -#: ../gtk/gtktextbuffer.c:199 +#: gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "Nuværende buffer-tekst" -#: ../gtk/gtktextbuffer.c:213 +#: gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "Har markering" -#: ../gtk/gtktextbuffer.c:214 +#: gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "Om mellemlagret har noget tekst markeret i øjeblikket" -#: ../gtk/gtktextbuffer.c:230 +#: gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "Markørposition" -#: ../gtk/gtktextbuffer.c:231 +#: gtk/gtktextbuffer.c:231 msgid "" "The position of the insert mark (as offset from the beginning of the buffer)" msgstr "Positionen af indsæt-mærket (i forhold til begyndelsen af bufferen)" # Dette er en liste af mulige mål til copy/paste-operationer -#: ../gtk/gtktextbuffer.c:246 +#: gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "Liste af kopieringsmål" # DND=Drag-n'-drop -#: ../gtk/gtktextbuffer.c:247 +#: gtk/gtktextbuffer.c:247 msgid "" "The list of targets this buffer supports for clipboard copying and DND source" msgstr "" "Listen af mål til klippebordskopiering og DND-kilder som denne buffer " "understøtter" -#: ../gtk/gtktextbuffer.c:262 +#: gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "Indsættelsesmåls-liste" -#: ../gtk/gtktextbuffer.c:263 +#: gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" @@ -5793,36 +5767,36 @@ msgstr "" "Listen af mål til klippebordsindsættelse og DND-kilder som denne buffer " "understøtter" -#: ../gtk/gtktextmark.c:90 +#: gtk/gtktextmark.c:90 msgid "Mark name" msgstr "Navn på mærke" -#: ../gtk/gtktextmark.c:97 +#: gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "Venstrerettet tyngde" -#: ../gtk/gtktextmark.c:98 +#: gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "Om dette mærke har venstrerettet tyngde" -#: ../gtk/gtktexttag.c:173 +#: gtk/gtktexttag.c:173 msgid "Tag name" msgstr "Navn på mærke" -#: ../gtk/gtktexttag.c:174 +#: gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "Navn til at referere til tekstmærket med - NULL for anonyme mærker" -#: ../gtk/gtktexttag.c:192 +#: gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "Baggrundsfarve som en (evt. ikke-allokeret) GdkColor" # se næste tekst for forklaring -#: ../gtk/gtktexttag.c:199 +#: gtk/gtktexttag.c:199 msgid "Background full height" msgstr "Fuld højde for baggrundsfarve" -#: ../gtk/gtktexttag.c:200 +#: gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" @@ -5830,43 +5804,43 @@ msgstr "" "Om baggrundsfarven fylder hele linjehøjden eller kun højden af de mærkede " "tegn" -#: ../gtk/gtktexttag.c:208 +#: gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "Stiplingsmaske for baggrund" -#: ../gtk/gtktexttag.c:209 +#: gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "Bitmap der skal bruges som en maske ved optegning af tekstbaggrunden" -#: ../gtk/gtktexttag.c:226 +#: gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "Forgrundsfarve som en (evt. ikke-allokeret) GdkColor" -#: ../gtk/gtktexttag.c:234 +#: gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "Stiplingsmaske for forgrund" -#: ../gtk/gtktexttag.c:235 +#: gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "Bitmap der skal bruges som en maske ved optegning af tekstforgrunden" -#: ../gtk/gtktexttag.c:242 +#: gtk/gtktexttag.c:242 msgid "Text direction" msgstr "Tekstretning" -#: ../gtk/gtktexttag.c:243 +#: gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "Tekstretning, f.eks. højre-mod-venstre eller venstre-mod-højre" -#: ../gtk/gtktexttag.c:292 +#: gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "Skriftstil som en PangoStyle, f.eks. PANGO_STYLE_ITALIC" -#: ../gtk/gtktexttag.c:301 +#: gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" msgstr "Skriftvariant som en PangoVariant, f.eks. PANGO_VARIANT_SMALL_CAPS" -#: ../gtk/gtktexttag.c:310 +#: gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" @@ -5874,15 +5848,15 @@ msgstr "" "Skriftvægt som et heltal, jvf. prædefinerede værdier i PangoWeight; f.eks. " "PANGO_WEIGHT_BOLD" -#: ../gtk/gtktexttag.c:321 +#: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "Skriftstrækning som en PangoStretch, f.eks. PANGO_STRETCH_CONDENSED" -#: ../gtk/gtktexttag.c:330 +#: gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "Skrifttypens størrelse i Pango-enheder" -#: ../gtk/gtktexttag.c:340 +#: gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " @@ -5893,11 +5867,11 @@ msgstr "" "og anbefales derfor. Pango prædefinerer nogle skaleringen, f.eks. " "PANGO_SCALE_X_LARGE" -#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 +#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "Venstre, højre- eller centrumjustering" -#: ../gtk/gtktexttag.c:379 +#: gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." @@ -5906,31 +5880,31 @@ msgstr "" "tip når teksten fremvises. Hvis den ikke er sat, vil et hensigtsmæssigt " "forvalg blive brugt." -#: ../gtk/gtktexttag.c:386 +#: gtk/gtktexttag.c:386 msgid "Left margin" msgstr "Venstre margen" -#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 +#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "Bredde på venstre margen i skærmpunkter" -#: ../gtk/gtktexttag.c:396 +#: gtk/gtktexttag.c:396 msgid "Right margin" msgstr "Højre margen" -#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 +#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "Bredde på højre margen i skærmpunkter" -#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 +#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 msgid "Indent" msgstr "Indrykning" -#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 +#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "Indrykning for afsnittet, i skærmpunkter" -#: ../gtk/gtktexttag.c:419 +#: gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" @@ -5938,382 +5912,382 @@ msgstr "" "Afstand fra grundlinjen op til teksten (hvis negativ ned til teksten) i " "Pango-enheder" -#: ../gtk/gtktexttag.c:428 +#: gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "Mellemrum over linjer" -#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 +#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "Antal punkter mellemrum over afsnit" -#: ../gtk/gtktexttag.c:438 +#: gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "Mellemrum under linjer" -#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 +#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "Antal punkter mellemrum under afsnit" -#: ../gtk/gtktexttag.c:448 +#: gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "Mellemrum inde i ombrydning" -#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 +#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "Antal punkter mellemrum mellem ombrudte linjer i et afsnit" -#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 +#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 msgid "" "Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "Om linjer skal brydes mellem ord, mellem tegn eller aldrig" -#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 +#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 msgid "Tabs" msgstr "Tabulatorer" -#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 +#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "Brugerdefinerede tabulatorer for denne tekst" -#: ../gtk/gtktexttag.c:504 +#: gtk/gtktexttag.c:504 msgid "Invisible" msgstr "Usynlig" -#: ../gtk/gtktexttag.c:505 +#: gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "Om denne tekst skjules." -#: ../gtk/gtktexttag.c:519 +#: gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "Navn på paragraf-baggrundsfarve" -#: ../gtk/gtktexttag.c:520 +#: gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "Paragraf-baggrundsfarve som en streng" -#: ../gtk/gtktexttag.c:535 +#: gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "Paragraf-baggrundsfarve" -#: ../gtk/gtktexttag.c:536 +#: gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "Paragraf-baggrundsfarve som en (evt. ikke-allokeret) GdkColor" -#: ../gtk/gtktexttag.c:554 +#: gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "Margen akkumulerer" -#: ../gtk/gtktexttag.c:555 +#: gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "Om venstre og højre margen akkumulerer." -#: ../gtk/gtktexttag.c:568 +#: gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "Fuld højde for baggrundsfarve sat" -#: ../gtk/gtktexttag.c:569 +#: gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "Om dette mærke påvirker baggrundshøjden" -#: ../gtk/gtktexttag.c:572 +#: gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "Stiplingsmaske for baggrund sat" -#: ../gtk/gtktexttag.c:573 +#: gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "Om dette mærke påvirker baggrundsstiplingen" -#: ../gtk/gtktexttag.c:580 +#: gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "Stiplingsmaske for forgrund sat" -#: ../gtk/gtktexttag.c:581 +#: gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "Om dette mærke påvirker forgrundsstiplingen" -#: ../gtk/gtktexttag.c:616 +#: gtk/gtktexttag.c:616 msgid "Justification set" msgstr "Justering sat" -#: ../gtk/gtktexttag.c:617 +#: gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "Om dette mærke påvirker afsnitsjusteringen" -#: ../gtk/gtktexttag.c:624 +#: gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "Venstre margen sat" -#: ../gtk/gtktexttag.c:625 +#: gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "Om dette mærke påvirker den venstre margen" -#: ../gtk/gtktexttag.c:628 +#: gtk/gtktexttag.c:628 msgid "Indent set" msgstr "Indrykning sat" -#: ../gtk/gtktexttag.c:629 +#: gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "Om dette mærke påvirker indrykningen" -#: ../gtk/gtktexttag.c:636 +#: gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "Mellemrum over linjer sat" -#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 +#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "Om dette mærke påvirker antallet af punkter over linjer" -#: ../gtk/gtktexttag.c:640 +#: gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "Mellemrum under linjer sat" -#: ../gtk/gtktexttag.c:644 +#: gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "Mellemrum inden i ombrydning sat" -#: ../gtk/gtktexttag.c:645 +#: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "Om dette mærke påvirker antallet af punkter mellem delte linjer" -#: ../gtk/gtktexttag.c:652 +#: gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "Højre margen sat" -#: ../gtk/gtktexttag.c:653 +#: gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "Om dette mærke påvirker den højre margen" -#: ../gtk/gtktexttag.c:660 +#: gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "Ombrydningstilstand sat" -#: ../gtk/gtktexttag.c:661 +#: gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "Om dette mærke påvirker linjedelingstilstanden" -#: ../gtk/gtktexttag.c:664 +#: gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "Tabulatorer sat" -#: ../gtk/gtktexttag.c:665 +#: gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "Om dette mærke påvirker tabulatorer" -#: ../gtk/gtktexttag.c:668 +#: gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "Usynlighed sat" -#: ../gtk/gtktexttag.c:669 +#: gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "Om dette mærke påvirker synligheden af teksten" -#: ../gtk/gtktexttag.c:672 +#: gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "Paragraf-baggrund sat" -#: ../gtk/gtktexttag.c:673 +#: gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "Om dette mærke påvirker paragraf-baggrundsfarven" -#: ../gtk/gtktextview.c:543 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "Mellemrum over linjer" -#: ../gtk/gtktextview.c:553 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "Mellemrum under linjer" -#: ../gtk/gtktextview.c:563 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "Mellemrum inden i ombrydning" -#: ../gtk/gtktextview.c:581 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "Ombrydningstilstand" -#: ../gtk/gtktextview.c:599 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "Venstre margen" -#: ../gtk/gtktextview.c:609 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "Højre margen" -#: ../gtk/gtktextview.c:637 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "Markør synlig" -#: ../gtk/gtktextview.c:638 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "Vis indsætningsmarkøren" -#: ../gtk/gtktextview.c:645 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "Buffer" -#: ../gtk/gtktextview.c:646 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "Den buffer som vises" -#: ../gtk/gtktextview.c:654 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "Om indtastet tekst overskriver eksisterende indhold" -#: ../gtk/gtktextview.c:661 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "Accepterer tabulator" -#: ../gtk/gtktextview.c:662 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "Om tabulatortasten vil resultere i at et tabulatortegn indsættes" -#: ../gtk/gtktextview.c:691 +#: gtk/gtktextview.c:691 msgid "Error underline color" msgstr "Fejlunderstregningsfarve" -#: ../gtk/gtktextview.c:692 +#: gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "Farve som understregninger af fejl skal tegnes med" -#: ../gtk/gtktoggleaction.c:104 +#: gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "Opret de samme stedfortrædere som en radiohandling" -#: ../gtk/gtktoggleaction.c:105 +#: gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "" "Om stedfortræderne for denne handling ser ud som radiohandlingsstedfortræder" -#: ../gtk/gtktoggleaction.c:120 +#: gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "Om slå til/fra-handlingen skal være aktiv inde eller ikke" -#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 +#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "Om afkrydsningsknappen skal være trykket ind eller ej" # værktøjstip til når knappen er i en inkonsistent tilstand -#: ../gtk/gtktogglebutton.c:124 +#: gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "Om afkrydsningsknappen er i en \"mellemtilstand\"" -#: ../gtk/gtktogglebutton.c:131 +#: gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "Vis indikator" -#: ../gtk/gtktogglebutton.c:132 +#: gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "Vis afkrydsningsdelen af knappen" -#: ../gtk/gtktoolbar.c:494 +#: gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "Værktøjslinjestil" -#: ../gtk/gtktoolbar.c:495 +#: gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "Hvordan værktøjslinjen tegnes" -#: ../gtk/gtktoolbar.c:502 +#: gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "Vis pil" -#: ../gtk/gtktoolbar.c:503 +#: gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "Om en pil skal tegnes hvis værktøjslinjen ikke passer" -#: ../gtk/gtktoolbar.c:518 +#: gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "Værktøjstips" -#: ../gtk/gtktoolbar.c:519 +#: gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "Om værktøjstippene skal være aktiverede eller ej" -#: ../gtk/gtktoolbar.c:541 +#: gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "Ikonernes størrelse i denne værktøjslinje" -#: ../gtk/gtktoolbar.c:556 +#: gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "Ikonstørrelsessæt" -#: ../gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "Om egenskaben ikonstørrelse er blevet sat" -#: ../gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "Om element skal modtage ekstra mellemrum når værktøjslinjen vokser" -#: ../gtk/gtktoolbar.c:574 +#: gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "" "Om elementet skal have den samme størrelse som andre homogene elementer" -#: ../gtk/gtktoolbar.c:581 +#: gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "Mellemrumsstørrelse" -#: ../gtk/gtktoolbar.c:582 +#: gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "Størrelse af mellemrumelementerne" -#: ../gtk/gtktoolbar.c:591 +#: gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "Mængde af mellemrum mellem værktøjslinjeskyggen og knapperne" -#: ../gtk/gtktoolbar.c:599 +#: gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "Maksimumsplads for underelement" -#: ../gtk/gtktoolbar.c:600 +#: gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "Den maksimale mængde plads et objekt der kan udvides vil blive tildelt" -#: ../gtk/gtktoolbar.c:608 +#: gtk/gtktoolbar.c:608 msgid "Space style" msgstr "Mellemrumsstil" -#: ../gtk/gtktoolbar.c:609 +#: gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "Om mellemrum er lodrette linjer eller bare blanke" -#: ../gtk/gtktoolbar.c:616 +#: gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "Knaprelief" -#: ../gtk/gtktoolbar.c:617 +#: gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "Afrundingstypen omkring værktøjslinjeknapperne" -#: ../gtk/gtktoolbar.c:624 +#: gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "Afrundingstypen omkring værktøjslinjen" -#: ../gtk/gtktoolbar.c:630 +#: gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "Værktøjslinjestil" -#: ../gtk/gtktoolbar.c:631 +#: gtk/gtktoolbar.c:631 msgid "" "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" "Om standardværktøjslinjer kun har tekst eller tekst og ikoner eller kun " "ikoner, osv." -#: ../gtk/gtktoolbar.c:637 +#: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "Ikonstørrelse på værktøjslinje" -#: ../gtk/gtktoolbar.c:638 +#: gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "Størrelsen af ikoner i standardværktøjslinjer" -#: ../gtk/gtktoolbutton.c:203 +#: gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "Tekst som skal vises i elementet." -#: ../gtk/gtktoolbutton.c:210 +#: gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" @@ -6321,43 +6295,43 @@ msgstr "" "Hvis sat indikerer en understregning i etiketten at det næste tegn skal " "bruges som genvejstast i overflydningsmenuen" -#: ../gtk/gtktoolbutton.c:217 +#: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "Kontol som skal bruges som etiket" -#: ../gtk/gtktoolbutton.c:223 +#: gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "Lager-id" -#: ../gtk/gtktoolbutton.c:224 +#: gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "Det lagerikon der vises i elementet" -#: ../gtk/gtktoolbutton.c:240 +#: gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "Ikonnavn" -#: ../gtk/gtktoolbutton.c:241 +#: gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "Navnet for temaikonet der vises i elementet" -#: ../gtk/gtktoolbutton.c:247 +#: gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "Ikonkontrol" -#: ../gtk/gtktoolbutton.c:248 +#: gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "Ikonkontrol der skal vises i elementet" -#: ../gtk/gtktoolbutton.c:261 +#: gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "Ikonmellemrum" -#: ../gtk/gtktoolbutton.c:262 +#: gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "Mellemrum i skærmpunkter mellem ikonet og etiketten" -#: ../gtk/gtktoolitem.c:191 +#: gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" @@ -6365,205 +6339,205 @@ msgstr "" "Om værktøjslinjeelementet anses for at være vigtigt. Hvis TRUE vises tekst i " "GTK_TOOLBAR_BOTH_HORIZ-tilstand" -#: ../gtk/gtktreemodelsort.c:274 +#: gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "TreeModelSort-model" -#: ../gtk/gtktreemodelsort.c:275 +#: gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "Modellen som TreeModelSort skal sortere" -#: ../gtk/gtktreeview.c:570 +#: gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "TreeView-model" -#: ../gtk/gtktreeview.c:571 +#: gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "Modellen for trævisningen" -#: ../gtk/gtktreeview.c:579 +#: gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "Vandret justering for kontrollen" -#: ../gtk/gtktreeview.c:587 +#: gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "Lodret justering for kontrollen" -#: ../gtk/gtktreeview.c:594 +#: gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "Synlige hoveder" -#: ../gtk/gtktreeview.c:595 +#: gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "Vis kolonneoverskriftsknapperne" -#: ../gtk/gtktreeview.c:602 +#: gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "Klikbare overskrifter" -#: ../gtk/gtktreeview.c:603 +#: gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "Kolonneoverskrifter påvirkes af klikhændelser" -#: ../gtk/gtktreeview.c:610 +#: gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "Udviderkolonne" # RETMIG: dette giver ikke mening? -#: ../gtk/gtktreeview.c:611 +#: gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "Lad kolonnen være udviderkolonnen" # se næste for forklaring - jeg kunne ikke finde på noget bedre -#: ../gtk/gtktreeview.c:626 +#: gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "Skiftende rækker" -#: ../gtk/gtktreeview.c:627 +#: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "Sæt et tip til temamotoren om at tegne rækkerne i skiftende farver" -#: ../gtk/gtktreeview.c:634 +#: gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "Aktivér søgning" -#: ../gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "Visningen tillader brugeren at søge gennem kolonnerne interaktivt" -#: ../gtk/gtktreeview.c:642 +#: gtk/gtktreeview.c:642 msgid "Search Column" msgstr "Søgekolonne" -#: ../gtk/gtktreeview.c:643 +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "Modelkolonne der skal søges gennem ved interaktiv søgning" -#: ../gtk/gtktreeview.c:663 +#: gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "Fast højde-tilstand" -#: ../gtk/gtktreeview.c:664 +#: gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "" "Øger hastigheden af GtkTreeView ved at antage at alle rækker har den samme " "højde" -#: ../gtk/gtktreeview.c:684 +#: gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "Svævendemarkering" -#: ../gtk/gtktreeview.c:685 +#: gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "Om markeringen skal følge markøren" -#: ../gtk/gtktreeview.c:704 +#: gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "Svævende udvidelse" -#: ../gtk/gtktreeview.c:705 +#: gtk/gtktreeview.c:705 msgid "" "Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "Om rækker skal udfoldes/sammenfoldes når markøren bevæger sig over dem" -#: ../gtk/gtktreeview.c:719 +#: gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "Vis udvidere" -#: ../gtk/gtktreeview.c:720 +#: gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "Visning har udvidere" # Denne knytter sig ikke helt åbenlyst til linjen # Extra indentation for each level # Derfor denne oversættelse -#: ../gtk/gtktreeview.c:734 +#: gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "Indrykning pr. niveau" -#: ../gtk/gtktreeview.c:735 +#: gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "Ekstra indrykning for hvert niveau" # Denne knytter sig, igen ikke helt åbenlyst, til næste linje # Whether to enable selection of multiple items by dragging the mouse pointer # Derfor den pågældende oversættelse -#: ../gtk/gtktreeview.c:744 +#: gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "Træk-markering" -#: ../gtk/gtktreeview.c:745 +#: gtk/gtktreeview.c:745 msgid "" "Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "" "Om det er muligt at vælge mere end et objekt ved at trække musemarkøren" -#: ../gtk/gtktreeview.c:752 +#: gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "Aktivér gitterlinjer" -#: ../gtk/gtktreeview.c:753 +#: gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "Om gitterlinjer skal tegnes i trævisning" -#: ../gtk/gtktreeview.c:761 +#: gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "Aktivér trælinjer" -#: ../gtk/gtktreeview.c:762 +#: gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "Om der skal tegnes trælinjer i trævisningen" -#: ../gtk/gtktreeview.c:770 +#: gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "Kolonnen i modellen der indeholder værktøjstip-teksterne for rækkerne" -#: ../gtk/gtktreeview.c:792 +#: gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "Lodret adskillelsesbredde" -#: ../gtk/gtktreeview.c:793 +#: gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "Lodret mellemrum mellem celler - skal være et lige tal" -#: ../gtk/gtktreeview.c:801 +#: gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "Vandret adskillelsesbredde" -#: ../gtk/gtktreeview.c:802 +#: gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "Vandret mellemrum mellem celler - skal være et lige tal" # se foregående "Rules Hint" -#: ../gtk/gtktreeview.c:810 +#: gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "Tillad skiftende rækker" -#: ../gtk/gtktreeview.c:811 +#: gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "Tillad tegning af rækker med skiftende farver" -#: ../gtk/gtktreeview.c:817 +#: gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "Indryk udvidere" -#: ../gtk/gtktreeview.c:818 +#: gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "Ryk udviderne ind" -#: ../gtk/gtktreeview.c:824 +#: gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "Lige række-farve" -#: ../gtk/gtktreeview.c:825 +#: gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "Farve der benyttes til lige rækker" -#: ../gtk/gtktreeview.c:831 +#: gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "Ulige række-farve" -#: ../gtk/gtktreeview.c:832 +#: gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "Farve der benyttes til ulige rækker" @@ -6577,161 +6551,161 @@ msgstr "Farve der benyttes til ulige rækker" # detailed "details" will be passed to the theme engine for drawing # the background, drop indicator and focus rectangle. Requirement is # that the theme engine supports these details. -#: ../gtk/gtktreeview.c:838 +#: gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "Udvidet rækkedetaljegrad" -#: ../gtk/gtktreeview.c:839 +#: gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "Slå udvidet temasætning til for rækkebaggrunde" -#: ../gtk/gtktreeview.c:845 +#: gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "Gitterlinjebredde" -#: ../gtk/gtktreeview.c:846 +#: gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "Bredde i skærmpunkter på gitterlinjer i trævisning" -#: ../gtk/gtktreeview.c:852 +#: gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "Trælinjebredde" -#: ../gtk/gtktreeview.c:853 +#: gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "Bredde i skærmpunkter af trævisningslinjer" -#: ../gtk/gtktreeview.c:859 +#: gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "Gitterlinjemønster" -#: ../gtk/gtktreeview.c:860 +#: gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "Stiplingsmønster der bruges til at tegne gitterlinjer i trævisning" -#: ../gtk/gtktreeview.c:866 +#: gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "Trælinjemønster" -#: ../gtk/gtktreeview.c:867 +#: gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "Stiplingsmønster der bruges til at tegne trævisningslinjer" -#: ../gtk/gtktreeviewcolumn.c:192 +#: gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "Om kolonnen skal vises" -#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Kan ændre størrelse" -#: ../gtk/gtktreeviewcolumn.c:200 +#: gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "Brugeren kan ændre størrelsen af kolonnen" -#: ../gtk/gtktreeviewcolumn.c:208 +#: gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "Aktuel bredde af kolonnen" -#: ../gtk/gtktreeviewcolumn.c:217 +#: gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "Mellemrum der indsættes mellem celler" -#: ../gtk/gtktreeviewcolumn.c:225 +#: gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "Størrelsefastsættelse" -#: ../gtk/gtktreeviewcolumn.c:226 +#: gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "Størrelsesændringstilstand for kolonnen" -#: ../gtk/gtktreeviewcolumn.c:234 +#: gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "Fast bredde" -#: ../gtk/gtktreeviewcolumn.c:235 +#: gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "Den aktuelle faste bredde af kolonnen" -#: ../gtk/gtktreeviewcolumn.c:244 +#: gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "Mindste bredde" -#: ../gtk/gtktreeviewcolumn.c:245 +#: gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "Den mindst tilladte bredde af kolonnen" -#: ../gtk/gtktreeviewcolumn.c:254 +#: gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "Største bredde" -#: ../gtk/gtktreeviewcolumn.c:255 +#: gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "Den størst tilladte bredde af kolonnen" -#: ../gtk/gtktreeviewcolumn.c:265 +#: gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "Titel som vises i kolonneoverskriften" -#: ../gtk/gtktreeviewcolumn.c:273 +#: gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "Kolonne får del af ekstra bredde allokeret til kontrollen" -#: ../gtk/gtktreeviewcolumn.c:280 +#: gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "Klikbar" -#: ../gtk/gtktreeviewcolumn.c:281 +#: gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "Om overskriften kan klikkes på" -#: ../gtk/gtktreeviewcolumn.c:289 +#: gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "Kontrol" -#: ../gtk/gtktreeviewcolumn.c:290 +#: gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "" "Kontrol som skal anbringes i knappen i toppen af kolonnen i stedet for " "kolonnens titel" -#: ../gtk/gtktreeviewcolumn.c:298 +#: gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "Vandret justering for kolonneoverskriftens tekst eller kontrol" -#: ../gtk/gtktreeviewcolumn.c:308 +#: gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "Om kolonnen kan omsorteres efter overskrifterne" -#: ../gtk/gtktreeviewcolumn.c:315 +#: gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "Sorteringsindikator" -#: ../gtk/gtktreeviewcolumn.c:316 +#: gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "Om sorteringsindikatoren skal vises" -#: ../gtk/gtktreeviewcolumn.c:323 +#: gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "Sorteringsrækkefølge" -#: ../gtk/gtktreeviewcolumn.c:324 +#: gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "Den sorteringsretning sorteringsindikatoren skal pege i" -#: ../gtk/gtkuimanager.c:223 +#: gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "Om afrivningsmenuelementer skal tilføjes til menuer" -#: ../gtk/gtkuimanager.c:230 +#: gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "Flettet grænsefladedefinition" -#: ../gtk/gtkuimanager.c:231 +#: gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "En XML-streng der beskriver den flettede grænseflade" -#: ../gtk/gtkviewport.c:107 +#: gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" @@ -6739,7 +6713,7 @@ msgstr "" "GtkAdjustment som bestemmer værdierne for den vandrette position af dette " "visningsområde" -#: ../gtk/gtkviewport.c:115 +#: gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" @@ -6747,32 +6721,32 @@ msgstr "" "GtkAdjustment som bestemmer værdierne for den lodrette position af dette " "visningsområde" -#: ../gtk/gtkviewport.c:123 +#: gtk/gtkviewport.c:123 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:483 msgid "Widget name" msgstr "Kontrolnavn" -#: ../gtk/gtkwidget.c:484 +#: gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "Navnet på kontrollen" -#: ../gtk/gtkwidget.c:490 +#: gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "Ophavskontrol" -#: ../gtk/gtkwidget.c:491 +#: gtk/gtkwidget.c:491 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:498 msgid "Width request" msgstr "Breddeforespørgsel" -#: ../gtk/gtkwidget.c:499 +#: gtk/gtkwidget.c:499 msgid "" "Override for width request of the widget, or -1 if natural request should be " "used" @@ -6780,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:507 msgid "Height request" msgstr "Højdeforespørgsel" -#: ../gtk/gtkwidget.c:508 +#: gtk/gtkwidget.c:508 msgid "" "Override for height request of the widget, or -1 if natural request should " "be used" @@ -6792,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:517 msgid "Whether the widget is visible" msgstr "Om kontrollen er synlig" -#: ../gtk/gtkwidget.c:524 +#: gtk/gtkwidget.c:524 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:530 msgid "Application paintable" msgstr "Program må tegne" -#: ../gtk/gtkwidget.c:531 +#: gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "Om programmet tegner direkte på kontrollen" -#: ../gtk/gtkwidget.c:537 +#: gtk/gtkwidget.c:537 msgid "Can focus" msgstr "Accepterer fokus" -#: ../gtk/gtkwidget.c:538 +#: gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "Om kontrollen tager mod indtastningsfokuset" -#: ../gtk/gtkwidget.c:544 +#: gtk/gtkwidget.c:544 msgid "Has focus" msgstr "Har fokus" -#: ../gtk/gtkwidget.c:545 +#: gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "Om kontrollen har indtastningsfokuset" -#: ../gtk/gtkwidget.c:551 +#: gtk/gtkwidget.c:551 msgid "Is focus" msgstr "Har fokus" -#: ../gtk/gtkwidget.c:552 +#: gtk/gtkwidget.c:552 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:558 msgid "Can default" msgstr "Kan være forvalgt" -#: ../gtk/gtkwidget.c:559 +#: gtk/gtkwidget.c:559 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:565 msgid "Has default" msgstr "Har forvalg" -#: ../gtk/gtkwidget.c:566 +#: gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "Om kontrollen er den forvalgte kontrol" -#: ../gtk/gtkwidget.c:572 +#: gtk/gtkwidget.c:572 msgid "Receives default" msgstr "Modtager forvalg" -#: ../gtk/gtkwidget.c:573 +#: gtk/gtkwidget.c:573 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:579 msgid "Composite child" msgstr "Sammensat" -#: ../gtk/gtkwidget.c:580 +#: gtk/gtkwidget.c:580 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:586 msgid "Style" msgstr "Stil" -#: ../gtk/gtkwidget.c:587 +#: gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" @@ -6879,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:593 msgid "Events" msgstr "Hændelser" -#: ../gtk/gtkwidget.c:594 +#: gtk/gtkwidget.c:594 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:601 msgid "Extension events" msgstr "Udvidede hændelser" -#: ../gtk/gtkwidget.c:602 +#: gtk/gtkwidget.c:602 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:609 msgid "No show all" msgstr "Ingen vis alle" -#: ../gtk/gtkwidget.c:610 +#: gtk/gtkwidget.c:610 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:633 msgid "Whether this widget has a tooltip" msgstr "Om denne kontrol har et værktøjstip" -#: ../gtk/gtkwidget.c:689 +#: gtk/gtkwidget.c:689 msgid "Window" msgstr "Vindue" -#: ../gtk/gtkwidget.c:690 +#: gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "Kontrollens vindue, hvis dette er realiseret" -#: ../gtk/gtkwidget.c:2212 +#: gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "Indvendig fokus" -#: ../gtk/gtkwidget.c:2213 +#: gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "Om fokusindikatoren skal tegnes inde i kontrollen" -#: ../gtk/gtkwidget.c:2219 +#: gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "Fokuslinjebredde" -#: ../gtk/gtkwidget.c:2220 +#: gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "Bredde, i skærmpunkter, af fokuseringsindikatorens linje" -#: ../gtk/gtkwidget.c:2226 +#: gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "Stiplingsmønster til fokuslinje" -#: ../gtk/gtkwidget.c:2227 +#: gtk/gtkwidget.c:2227 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:2232 msgid "Focus padding" msgstr "Fokusudfyldning" -#: ../gtk/gtkwidget.c:2233 +#: gtk/gtkwidget.c:2233 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:2238 msgid "Cursor color" msgstr "Markørfarve" -#: ../gtk/gtkwidget.c:2239 +#: gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "Farve som indtastningsmarkøren skal tegnes med" -#: ../gtk/gtkwidget.c:2244 +#: gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "Sekundær markørfarve" -#: ../gtk/gtkwidget.c:2245 +#: gtk/gtkwidget.c:2245 msgid "" "Color with which to draw the secondary insertion cursor when editing mixed " "right-to-left and left-to-right text" @@ -6971,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:2250 msgid "Cursor line aspect ratio" msgstr "Højde/bredde-forhold for markørlinje" -#: ../gtk/gtkwidget.c:2251 +#: gtk/gtkwidget.c:2251 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:2265 msgid "Draw Border" msgstr "Tegn kant" -#: ../gtk/gtkwidget.c:2266 +#: gtk/gtkwidget.c:2266 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:2279 msgid "Unvisited Link Color" msgstr "Ubesøgt link-farve" -#: ../gtk/gtkwidget.c:2280 +#: gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "Farven på ubesøgte links" -#: ../gtk/gtkwidget.c:2293 +#: gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "Besøgt link-farve" -#: ../gtk/gtkwidget.c:2294 +#: gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "Farven på besøgte links" -#: ../gtk/gtkwidget.c:2308 +#: gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "Brede adskillelseslinjer" -#: ../gtk/gtkwidget.c:2309 +#: gtk/gtkwidget.c:2309 msgid "" "Whether separators have configurable width and should be drawn using a box " "instead of a line" @@ -7015,78 +6989,78 @@ 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:2323 msgid "Separator Width" msgstr "Adskillelseslinje-bredde" -#: ../gtk/gtkwidget.c:2324 +#: gtk/gtkwidget.c:2324 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:2338 msgid "Separator Height" msgstr "Adskillelseslinje-højde" -#: ../gtk/gtkwidget.c:2339 +#: gtk/gtkwidget.c:2339 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:2353 msgid "Horizontal Scroll Arrow Length" msgstr "Vandret rullebjælkepil-længde" -#: ../gtk/gtkwidget.c:2354 +#: gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "Længden af de vandrette rullebjælkepile" -#: ../gtk/gtkwidget.c:2368 +#: gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "Lodret rullebjælkepil-længde" -#: ../gtk/gtkwidget.c:2369 +#: gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "Længden af de lodrette rullebjælkepile" -#: ../gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Vinduestype" -#: ../gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Typen af vindue" -#: ../gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Vinduestitel" -#: ../gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Titlen på vinduet" -#: ../gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Vinduesrolle" -#: ../gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Unik identifikation for vinduet som bruges ved gendannelse af en session" -#: ../gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Start-id" -#: ../gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "Unik identifikation for vinduet der bruges ved opstarts-notifikation" -#: ../gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Tillad formindskelse" -#: ../gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7095,23 +7069,23 @@ msgstr "" "Hvis TRUE, har vinduet ingen mindste størrelse. At sætte dette til TRUE er i " "99% af alle tilfælde en dårlig idé" -#: ../gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Tillad forstørrelse" -#: ../gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "Hvis TRUE, kan brugere udvide vinduet ud over dets minimumstørrelse" -#: ../gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Hvis TRUE, kan brugere ændre størrelsen på vinduet" -#: ../gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modal" -#: ../gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7119,68 +7093,68 @@ msgstr "" "Hvis TRUE, er vinduet modalt (andre vinduer kan ikke tilgås så længe dette " "er åbent)" -#: ../gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Vinduesplacering" -#: ../gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Startplaceringen af vinduet" -#: ../gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Standardbredde" -#: ../gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Den forvalgte bredde af vinduet, bruges når vinduet vises først" -#: ../gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Standardhøjde" -#: ../gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Den forvalgte højde af vinduet, bruges når vinduet vises først" -#: ../gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Ødelæg med ophavselement" -#: ../gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Fjern alle spor af dette vindue når ophavet fjernes" -#: ../gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Ikonet for dette vindue" -#: ../gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Navnet på det tematiserede ikon for dette vindue" -#: ../gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Er aktiv" -#: ../gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Om vinduet er det aktuelt aktive vindue" -#: ../gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Fokus i vindue" -#: ../gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Om indtastningsfokuset er i dette GtkWindow" -#: ../gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Typetip" -#: ../gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7188,99 +7162,99 @@ msgstr "" "Tip som hjælper skrivebordsmiljøet med at forstå hvilken form for vindue " "dette er, og hvordan det skal behandles." -#: ../gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Udelad fra vinduesliste" -#: ../gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "TRUE hvis vinduet skal udelades fra vindueslisten." -#: ../gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Udelad fra arbejdsområdeskifter" -#: ../gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "TRUE hvis vinduet skal udelades fra arbejdsområdeskifteren." -#: ../gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Haster" -#: ../gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE hvis vinduet skal have brugerens opmærksomhed." -#: ../gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Accepterer fokus" -#: ../gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE hvis vinduet skal modtage indtastningsfokus." -#: ../gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Fokus ved kortlægning" -#: ../gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "TRUE hvis vinduet skal modtage indtastningsfokus når det er synligt." -#: ../gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Dekoreret" -#: ../gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Om vinduet skal dekoreres af vindueshåndteringen" -#: ../gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Sletbar" -#: ../gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Om vinduesrammen skal have en luk-knap" -#: ../gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Tyngdekraft" -#: ../gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Vinduestyngdekraften for vinduet" -#: ../gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Transient for vindue" -#: ../gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Den transiente forælder af vinduet" -#: ../gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Uigennemsigtighed for vindue" -#: ../gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Uigennemsigtigheden for vinduet, fra 0 til 1" -#: ../modules/input/gtkimcontextxim.c:334 +#: modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "Præredigeringsstil" -#: ../modules/input/gtkimcontextxim.c:335 +#: modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "Hvordan præredigeringsstrengen til indtastningsmetoden skal tegnes" -#: ../modules/input/gtkimcontextxim.c:343 +#: modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "Statusstil" -#: ../modules/input/gtkimcontextxim.c:344 +#: modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "Hvordan statuslinjen til indtastningsmetoden skal tegnes" diff --git a/po-properties/de.po b/po-properties/de.po index d2fe890c9b..005a9547e0 100644 --- a/po-properties/de.po +++ b/po-properties/de.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: GTK+ HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 16:54+0100\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-13 16:54+0100\n" "Last-Translator: Hendrik Richter \n" "Language-Team: German \n" @@ -22,114 +22,112 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../gdk-pixbuf/gdk-pixbuf.c:89 +#: gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "Kanalanzahl" -#: ../gdk-pixbuf/gdk-pixbuf.c:90 +#: gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "Die Sample-Anzahl pro Pixel" -#: ../gdk-pixbuf/gdk-pixbuf.c:99 +#: gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "Farbraum" -#: ../gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "Der Farbraum, in dem die Samples interpretiert werden" -#: ../gdk-pixbuf/gdk-pixbuf.c:108 +#: gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "Hat alpha" -#: ../gdk-pixbuf/gdk-pixbuf.c:109 +#: gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "Soll die Pixbuf einen Alpha-Kanal haben?" -#: ../gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "Bit pro Sample" -#: ../gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "Die Bit-Anzahl pro Sample" -#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 -#: ../gtk/gtktreeviewcolumn.c:207 +#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "Breite" -#: ../gdk-pixbuf/gdk-pixbuf.c:133 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "Die Anzahl der Spalten in der Pixbuf" -#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 +#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 msgid "Height" msgstr "Höhe" -#: ../gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "Die Anzahl der Zeilen in der Pixbuf" -#: ../gdk-pixbuf/gdk-pixbuf.c:159 +#: gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "Zeilenschritt" # CHECK -#: ../gdk-pixbuf/gdk-pixbuf.c:160 +#: gdk-pixbuf/gdk-pixbuf.c:160 msgid "" "The number of bytes between the start of a row and the start of the next row" msgstr "" "Die Anzahl der Byte zwischen dem Anfang einer Zeile und dem Anfang der " "nächsten Zeile" -#: ../gdk-pixbuf/gdk-pixbuf.c:169 +#: gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "Pixel" -#: ../gdk-pixbuf/gdk-pixbuf.c:170 +#: gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "Ein Pointer zu den Pixel-Daten der Pixbuf" -#: ../gdk/gdkdisplaymanager.c:103 +#: gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "Vorgabeanzeige" -#: ../gdk/gdkdisplaymanager.c:104 +#: gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "Die Vorgabeanzeige für GDK" -#: ../gdk/gdkpango.c:490 ../gtk/gtkinvisible.c:86 -#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Bildschirm" -#: ../gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "Der GdkScreen für den Renderer" -#: ../gdk/gdkscreen.c:75 +#: gdk/gdkscreen.c:75 msgid "Font options" msgstr "Schriftoptionen" -#: ../gdk/gdkscreen.c:76 +#: gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "Der Optionen der zu verwendenden Vorgabeschrift" -#: ../gdk/gdkscreen.c:83 +#: gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "Schriftauflösung" -#: ../gdk/gdkscreen.c:84 +#: gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "Die Auflösung für Schriften auf dem Bildschirm" -#: ../gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Programmname" -#: ../gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -137,43 +135,43 @@ msgstr "" "Der Name des Programms. Wird dies leer gelassen, so hat es den Wert von " "g_get_application_name()" -#: ../gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Programmversion" -#: ../gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Die Version des Programms" -#: ../gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Copyright Zeichenkette" -#: ../gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Copyright-Informationen des Programms" -#: ../gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Kommentare als Zeichenkette" -#: ../gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Kommentare über dieses Programme" -#: ../gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL der Webseite" -#: ../gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "Die URL der Webseite des Programms" -#: ../gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Titel der Webseite" -#: ../gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -181,46 +179,46 @@ msgstr "" "Die Beschriftung für die Webseite des Programms. Wird dies leer gelassen, so " "hat es den Wert der URL" -#: ../gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Programm von" -#: ../gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Autoren des Programms" -#: ../gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Dokumentation von" -#: ../gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Autoren der Dokumentation" -#: ../gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Grafiken von" -#: ../gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Personen, die Grafiken für das Programm erstellt haben" -#: ../gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Übersetzung von" -#: ../gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Die Übersetzer des Programms. Diese Zeichenkette sollte als übersetzbar " "markiert werden" -#: ../gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: ../gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -228,112 +226,111 @@ msgstr "" "Ein Logo für das Info-Fenster. Wird dies leer gelassen, so hat es den Wert " "von gtk_window_get_default_icon_list()" -#: ../gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Name des Logo-Symbols" -#: ../gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Symbol, das für das Info-Fenster verwendet werden soll." -#: ../gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Lizenz umbrechen" -#: ../gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Legt fest, ob der Lizenztext wenn notwendig umgebrochen wird." -#: ../gtk/gtkaccellabel.c:123 +#: gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "Kürzelausdruck" -#: ../gtk/gtkaccellabel.c:124 +#: gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "Der auf Kürzeländerungen hin zu überwachende Ausdruck" -#: ../gtk/gtkaccellabel.c:130 +#: gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "Kürzel-Widget" -#: ../gtk/gtkaccellabel.c:131 +#: gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "Das auf Kürzeländerungen hin zu überwachende Widget" -#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 -#: ../gtk/gtktextmark.c:89 +#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 +#: gtk/gtktextmark.c:89 msgid "Name" msgstr "Name" -#: ../gtk/gtkaction.c:180 +#: gtk/gtkaction.c:180 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/gtktoolbutton.c:202 +#: 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/gtktoolbutton.c:202 msgid "Label" msgstr "Beschriftung" -#: ../gtk/gtkaction.c:199 +#: gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "" "Die für Menüeinträge und -knöpfe zu verwendende Beschriftung, die diese " "Aktion auslösen." -#: ../gtk/gtkaction.c:215 +#: gtk/gtkaction.c:215 msgid "Short label" msgstr "Kurzbeschriftung" -#: ../gtk/gtkaction.c:216 +#: gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "" "Eine kürzere Beschriftung, die auf Werkzeugleistenknöpfen verwendet werden " "darf." -#: ../gtk/gtkaction.c:224 +#: gtk/gtkaction.c:224 msgid "Tooltip" msgstr "Minihilfe" -#: ../gtk/gtkaction.c:225 +#: gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "Eine Minihilfe für diese Aktion." -#: ../gtk/gtkaction.c:240 +#: gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "Repertoire-Symbol" -#: ../gtk/gtkaction.c:241 +#: gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "" "Das in Widgets, die diese Aktion repräsentieren, angezeigte Repertoire-" "Symbol." -#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 +#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "GIcon" -#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 -#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 +#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 +#: gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "Das anzuzeigende GIcon" -#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 -#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:605 +#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Symbolname" -#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 -#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 +#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 +#: gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "Der Name des Symbols aus dem Symbolthema der gewählten Schrift" -#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 +#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "Sichtbar wenn horizontal" -#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 +#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." @@ -341,11 +338,11 @@ msgstr "" "Soll das Werkzeugleistenobjekt sichtbar sein, wenn die Werkzeugleiste " "horizontal ausgerichtet ist?" -#: ../gtk/gtkaction.c:306 +#: gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "Sichtbar wenn zu groß" -#: ../gtk/gtkaction.c:307 +#: gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." @@ -353,11 +350,11 @@ msgstr "" "Sollen leere Menüproxys für diese Aktion in der Werkzeugleiste angezeigt " "werden?" -#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 +#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "Sichtbar wenn horizontal" -#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 +#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." @@ -365,11 +362,11 @@ msgstr "" "Soll das Werkzeugleistenobjekt sichtbar sein, wenn die Werkzeugleiste " "vertikal ausgerichtet ist?" -#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 +#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 msgid "Is important" msgstr "Ist wichtig" -#: ../gtk/gtkaction.c:323 +#: gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." @@ -377,38 +374,37 @@ msgstr "" "Wird die Aktion als wichtig angesehen? Falls dem so ist, zeigen " "Werkzeugobjekt-Proxys dieser Aktion Text im Modus »GTK_TOOLBAR_BOTH_HORIZ« an." -#: ../gtk/gtkaction.c:331 +#: gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "Verbergen falls leer" -#: ../gtk/gtkaction.c:332 +#: gtk/gtkaction.c:332 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/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193 +#: gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "Empfindlich" -#: ../gtk/gtkaction.c:339 +#: gtk/gtkaction.c:339 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/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293 +#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516 msgid "Visible" msgstr "Sichtbar" -#: ../gtk/gtkaction.c:346 +#: gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "Soll die Aktion sichtbar sein?" -#: ../gtk/gtkaction.c:352 +#: gtk/gtkaction.c:352 msgid "Action Group" msgstr "Aktionsgruppe" -#: ../gtk/gtkaction.c:353 +#: gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." @@ -416,72 +412,72 @@ msgstr "" "Die GtkActionGroup, mit der diese GtkAction verknüpft ist, oder NULL (für " "internen Gebrauch)." -#: ../gtk/gtkactiongroup.c:171 +#: gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "Ein Name für die Aktionsgruppe." -#: ../gtk/gtkactiongroup.c:178 +#: gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "Ist die Aktionsgruppe aktiviert?" -#: ../gtk/gtkactiongroup.c:185 +#: gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "Ist die Aktion sichtbar?" -#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:204 ../gtk/gtkspinbutton.c:269 +#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Wert" -#: ../gtk/gtkadjustment.c:94 +#: gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "Der Stellgrößenwert" -#: ../gtk/gtkadjustment.c:110 +#: gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "Mindestwert" -#: ../gtk/gtkadjustment.c:111 +#: gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "Der Mindestwert der Stellgröße" -#: ../gtk/gtkadjustment.c:130 +#: gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "Höchstwert" -#: ../gtk/gtkadjustment.c:131 +#: gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "Der Höchstwert der Stellgröße" -#: ../gtk/gtkadjustment.c:147 +#: gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "Schrittweite" -#: ../gtk/gtkadjustment.c:148 +#: gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "Die Schrittweite der Stellgröße" -#: ../gtk/gtkadjustment.c:164 +#: gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "Seitenweite" -#: ../gtk/gtkadjustment.c:165 +#: gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "Die Seitenweite der Stellgröße" -#: ../gtk/gtkadjustment.c:184 +#: gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "Seitengröße" -#: ../gtk/gtkadjustment.c:185 +#: gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "Die Seitengröße der Stellgröße" -#: ../gtk/gtkalignment.c:90 +#: gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "Horizontale Ausrichtung" -#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 +#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" @@ -489,11 +485,11 @@ msgstr "" "Die vertikale Position des Kindes in der verfügbaren Fläche. Bei 0.0 wird es " "links-, bei 1.0 rechtsbündig ausgerichtet" -#: ../gtk/gtkalignment.c:100 +#: gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "Vertikale Ausrichtung" -#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 +#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" @@ -501,11 +497,11 @@ msgstr "" "Die vertikale Position des Kindes in der verfügbaren Fläche. Bei 0.0 wird es " "am oberen, bei 1.0 am unteren Rand ausgerichtet" -#: ../gtk/gtkalignment.c:109 +#: gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "Horizontaler Maßstab" -#: ../gtk/gtkalignment.c:110 +#: gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" @@ -514,11 +510,11 @@ msgstr "" "verwendet werden, falls sie größer als die für das Kind angeforderte ist? " "0.0 heißt: keine, 1.0 heißt: die gesamte Fläche" -#: ../gtk/gtkalignment.c:118 +#: gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "Vertikaler Maßstab" -#: ../gtk/gtkalignment.c:119 +#: gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" @@ -527,188 +523,188 @@ msgstr "" "werden, falls sie größer als die für das Kind angeforderte ist? 0.0 heißt: " "keine, 1.0 heißt: die gesamte Fläche" -#: ../gtk/gtkalignment.c:136 +#: gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "Polsterung oben" -#: ../gtk/gtkalignment.c:137 +#: gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "Die oben am Widget anzufügende Polsterung." -#: ../gtk/gtkalignment.c:153 +#: gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "Polsterung unten" -#: ../gtk/gtkalignment.c:154 +#: gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "Die unten am Widget anzufügende Polsterung." -#: ../gtk/gtkalignment.c:170 +#: gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "Polsterung links" -#: ../gtk/gtkalignment.c:171 +#: gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "Die links am Widget anzufügende Polsterung." -#: ../gtk/gtkalignment.c:187 +#: gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "Rechte Polsterung" -#: ../gtk/gtkalignment.c:188 +#: gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "Die rechts am Widget anzufügende Polsterung." -#: ../gtk/gtkarrow.c:75 +#: gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "Pfeilrichtung" -#: ../gtk/gtkarrow.c:76 +#: gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "Die Richtung, in die der Pfeil zeigen soll" -#: ../gtk/gtkarrow.c:84 +#: gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "Pfeilschatten" -#: ../gtk/gtkarrow.c:85 +#: gtk/gtkarrow.c:85 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:363 msgid "Arrow Scaling" msgstr "Pfeilskalierung" -#: ../gtk/gtkarrow.c:93 +#: gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "Der vom Pfeil belegte Platz" -#: ../gtk/gtkaspectframe.c:79 +#: gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "Horizontale Ausrichtung" -#: ../gtk/gtkaspectframe.c:80 +#: gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "X-Ausrichtung des Kindes" -#: ../gtk/gtkaspectframe.c:86 +#: gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "Vertikale Ausrichtung" -#: ../gtk/gtkaspectframe.c:87 +#: gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "Y-Ausrichtung des Kindes" -#: ../gtk/gtkaspectframe.c:93 +#: gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "Seitenverhältnis" -#: ../gtk/gtkaspectframe.c:94 +#: gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "Das Seitenverhältnis, falls obey_child FALSCH ist" -#: ../gtk/gtkaspectframe.c:100 +#: gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "Kind gehorchen" -#: ../gtk/gtkaspectframe.c:101 +#: gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "" "Erzwingen, dass das Seitenverhältnis des Rahmens dem des Kindes entspricht" -#: ../gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "Polsterung um Kopf" -#: ../gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "Anzahl der Pixel um den Kopf." -#: ../gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "Polsterung um Inhalt" -#: ../gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "Anzahl der Pixel um Inhaltsseiten" -#: ../gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:286 msgid "Page type" msgstr "Seitentyp" -#: ../gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "Der Typ der Druidenseite" -#: ../gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:304 msgid "Page title" msgstr "Titel der Seite" -#: ../gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "Der Titel der Druidenseite" -#: ../gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:321 msgid "Header image" msgstr "Kopfbild" -#: ../gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "Bild im Kopf der Druidenseite" -#: ../gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "Seitenbild" -#: ../gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "Bild in Seitenleiste der Druidenseite" -#: ../gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:354 msgid "Page complete" msgstr "Seite abgeschlossen" -#: ../gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "Legt fest, ob alle benötigten Felder dieser Seite ausgefüllt wurden" -#: ../gtk/gtkbbox.c:91 +#: gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "Minimale Breite des Kindes" -#: ../gtk/gtkbbox.c:92 +#: gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "Die minimale Breite von Knöpfen im Kasten" -#: ../gtk/gtkbbox.c:100 +#: gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "Minimale Höhe des Kindes" -#: ../gtk/gtkbbox.c:101 +#: gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "Die minimale Höhe von Knöpfen im Kasten" -#: ../gtk/gtkbbox.c:109 +#: gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "Interne Breitenpolsterung des Kindes" -#: ../gtk/gtkbbox.c:110 +#: gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "Ausmaß, um das das Kind nach beiden Seiten vergrößert werden soll" -#: ../gtk/gtkbbox.c:118 +#: gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "Interne Höhenpolsterung des Kindes" -#: ../gtk/gtkbbox.c:119 +#: gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "Ausmaß, um das das Kind nach oben und unten vergrößert werden soll" -#: ../gtk/gtkbbox.c:127 +#: gtk/gtkbbox.c:127 msgid "Layout style" msgstr "Anordnungsstil" -#: ../gtk/gtkbbox.c:128 +#: gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" @@ -716,11 +712,11 @@ msgstr "" "Die Anordnung der Knöpfe im Kasten. Mögliche Werte sind default, spread, " "edge, start und end" -#: ../gtk/gtkbbox.c:136 +#: gtk/gtkbbox.c:136 msgid "Secondary" msgstr "Untergeordnet" -#: ../gtk/gtkbbox.c:137 +#: gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" @@ -728,40 +724,40 @@ msgstr "" "Falls WAHR, erscheint das Kind in einer Untergruppe von Kindern, geeignet " "bspw. für Hilfeknöpfe" -#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 -#: ../gtk/gtktreeviewcolumn.c:216 +#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 +#: gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "Abstand" -#: ../gtk/gtkbox.c:131 +#: gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "Der Abstand zwischen den Kindern" -#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 -#: ../gtk/gtktoolbar.c:573 +#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 +#: gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "Gleichmäßig" -#: ../gtk/gtkbox.c:141 +#: gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "Sollen die Kinder alle gleich groß sein?" -#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 -#: ../gtk/gtktreeviewcolumn.c:272 +#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 +#: gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "Ausdehnen" -#: ../gtk/gtkbox.c:149 +#: gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "" "Soll dem Kind zusätzlicher Platz zugewiesen werden, wenn das Eltern-Widget " "wächst?" -#: ../gtk/gtkbox.c:155 +#: gtk/gtkbox.c:155 msgid "Fill" msgstr "Füllen" -#: ../gtk/gtkbox.c:156 +#: gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" @@ -769,20 +765,20 @@ msgstr "" "Soll zusätzlicher, an das Kind übergebener Platz, diesem zugewiesen oder als " "Polsterung verwendet werden?" -#: ../gtk/gtkbox.c:162 +#: gtk/gtkbox.c:162 msgid "Padding" msgstr "Polsterung" -#: ../gtk/gtkbox.c:163 +#: gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "" "Die zwischen dem Kind und dessen Nachbarn einzufügende Polsterung in Pixel" -#: ../gtk/gtkbox.c:169 +#: gtk/gtkbox.c:169 msgid "Pack type" msgstr "Packtyp" -#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 +#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" @@ -790,37 +786,37 @@ msgstr "" "Der GtkPackType zeigt an, ob das Kind bezüglich des Anfangs oder des Endes " "des Eltern-Widgets gepackt werden soll" -#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 -#: ../gtk/gtkruler.c:148 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 +#: gtk/gtkruler.c:148 msgid "Position" msgstr "Position" -#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 +#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "Der Index des Kinds im Eltern-Widget" -#: ../gtk/gtkbuilder.c:96 +#: gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "Übersetzungsdomäne" -#: ../gtk/gtkbuilder.c:97 +#: gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "Die von gettext zu verwendende Übersetzungsdomäne" -#: ../gtk/gtkbutton.c:220 +#: gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" 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/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 +#: gtk/gtkmenuitem.c:315 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/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389 +#: gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" @@ -828,72 +824,71 @@ msgstr "" "Falls eingeschaltet, bedeutet ein Unterstrich im Text, dass das nächste " "Zeichen als Tastaturkürzel verwendet werden soll" -#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 +#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "Repertoire verwenden" -#: ../gtk/gtkbutton.c:236 +#: gtk/gtkbutton.c:236 msgid "" "If set, the label is used to pick a stock item instead of being displayed" msgstr "" "Falls aktiv, wird die Beschriftung nicht angezeigt, sondern verwendet, um " "ein Symbol aus dem Repertoire zu wählen" -#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 -#: ../gtk/gtkfilechooserbutton.c:393 +#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "Fokus beim Anklicken" -#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 +#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "" "Soll der Knopf den Fokus erhalten, sobald er mit der Maus angeklickt wurde?" -#: ../gtk/gtkbutton.c:251 +#: gtk/gtkbutton.c:251 msgid "Border relief" msgstr "Randrelief" -#: ../gtk/gtkbutton.c:252 +#: gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "Der Reliefstil des Rands" -#: ../gtk/gtkbutton.c:269 +#: gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "Horizontale Ausrichtung des Kinds" -#: ../gtk/gtkbutton.c:288 +#: gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "Vertikale Ausrichtung des Kinds" -#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 +#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "Bild-Widget" -#: ../gtk/gtkbutton.c:306 +#: gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "Das Kind-Widget, das neben dem Button-Text erscheint" -#: ../gtk/gtkbutton.c:320 +#: gtk/gtkbutton.c:320 msgid "Image position" msgstr "Bildposition" -#: ../gtk/gtkbutton.c:321 +#: gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "Position des Bildes bezüglich des Textes" -#: ../gtk/gtkbutton.c:433 +#: gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "Abstandsvorgabe" -#: ../gtk/gtkbutton.c:434 +#: gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "Der zusätzliche Raum für CAN_DEFAULT-Knöpfe" -#: ../gtk/gtkbutton.c:440 +#: gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "Vorgabeabstand außen" -#: ../gtk/gtkbutton.c:441 +#: gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" @@ -901,33 +896,33 @@ msgstr "" "Der zusätzliche Raum für CAN_DEFAULT-Knöpfe, der immer außerhalb des Rands " "zugegeben werden soll" -#: ../gtk/gtkbutton.c:446 +#: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "X-Versatz des Kindes" -#: ../gtk/gtkbutton.c:447 +#: gtk/gtkbutton.c:447 msgid "" "How far in the x direction to move the child when the button is depressed" msgstr "" "Wie weit soll das Kind in horizontaler Richtung versetzt werden, wenn der " "Knopf gedrückt wird?" -#: ../gtk/gtkbutton.c:454 +#: gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "Y-Versatz des Kindes" -#: ../gtk/gtkbutton.c:455 +#: gtk/gtkbutton.c:455 msgid "" "How far in the y direction to move the child when the button is depressed" msgstr "" "Wie weit soll das Kind in vertikaler Richtung versetzt werden, wenn der " "Knopf gedrückt wird?" -#: ../gtk/gtkbutton.c:471 +#: gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "Fokus ersetzen" -#: ../gtk/gtkbutton.c:472 +#: gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" @@ -935,51 +930,51 @@ msgstr "" "Sollen die child_displacement_x/_y-Eigenschaften auch den Bereich des Fokus " "beeinflussen?" -#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "Innerer Rand" -#: ../gtk/gtkbutton.c:486 +#: gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "Rand zwischen den Ecken des Knopfes und dem Kind." -#: ../gtk/gtkbutton.c:499 +#: gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "Bildabstand" -#: ../gtk/gtkbutton.c:500 +#: gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "Der Abstand zwischen dem Bild und der Beschriftung in Pixel" -#: ../gtk/gtkbutton.c:514 +#: gtk/gtkbutton.c:514 msgid "Show button images" msgstr "Knopfbilder anzeigen" -#: ../gtk/gtkbutton.c:515 +#: gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "Sollen auf Knöpfen Bilder angezeigt werden?" -#: ../gtk/gtkcalendar.c:440 +#: gtk/gtkcalendar.c:440 msgid "Year" msgstr "Jahr" -#: ../gtk/gtkcalendar.c:441 +#: gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "Das gewählte Jahr" -#: ../gtk/gtkcalendar.c:454 +#: gtk/gtkcalendar.c:454 msgid "Month" msgstr "Monat" -#: ../gtk/gtkcalendar.c:455 +#: gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "Der gewählte Monat (als Zahl zwischen 0 und 11)" -#: ../gtk/gtkcalendar.c:469 +#: gtk/gtkcalendar.c:469 msgid "Day" msgstr "Tag" -#: ../gtk/gtkcalendar.c:470 +#: gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" @@ -987,320 +982,318 @@ msgstr "" "Der gewählte Tag (als Zahl zwischen 1 und 31, oder 0, um den momentan " "gewählten Tag abzuwählen)" -#: ../gtk/gtkcalendar.c:484 +#: gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "Kopfzeile anzeigen" -#: ../gtk/gtkcalendar.c:485 +#: gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "Soll eine Kopfzeile angezeigt werden?" -#: ../gtk/gtkcalendar.c:499 +#: gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "Wochentagsnamen anzeigen" -#: ../gtk/gtkcalendar.c:500 +#: gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "Sollen die Namen der Wochentage angezeigt werden?" -#: ../gtk/gtkcalendar.c:513 +#: gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "Kein Monatswechsel" -#: ../gtk/gtkcalendar.c:514 +#: gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "Soll der gewählte Monat unveränderlich sein?" -#: ../gtk/gtkcalendar.c:528 +#: gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "Wochennummern anzeigen" -#: ../gtk/gtkcalendar.c:529 +#: gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "Sollen Wochennummern angezeigt werden?" -#: ../gtk/gtkcalendar.c:544 +#: gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "Vorgabebreite der Details" -#: ../gtk/gtkcalendar.c:545 +#: gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "Maximale Breite der Details in Zeichen" -#: ../gtk/gtkcalendar.c:560 +#: gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "Vorgabehöhe der Details" -#: ../gtk/gtkcalendar.c:561 +#: gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "Vorgabehöhe der Details in Zeilen" -#: ../gtk/gtkcalendar.c:577 +#: gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "Details anzeigen" -#: ../gtk/gtkcalendar.c:578 +#: gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "Sollen die Details angezeigt werden?" -#: ../gtk/gtkcellrenderer.c:177 +#: gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "Modus" -#: ../gtk/gtkcellrenderer.c:178 +#: gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "Bearbeitbarer Modus des CellRenderers" -#: ../gtk/gtkcellrenderer.c:186 +#: gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "sichtbar" -#: ../gtk/gtkcellrenderer.c:187 +#: gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "Die Zelle darstellen" # CHECK - leicht reagierend? sensibel? -#: ../gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "Die Zelle sensibel darstellen" -#: ../gtk/gtkcellrenderer.c:201 +#: gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "X-Ausrichtung" -#: ../gtk/gtkcellrenderer.c:202 +#: gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "Die horizontale Ausrichtung" -#: ../gtk/gtkcellrenderer.c:211 +#: gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "Y-Ausrichtung" -#: ../gtk/gtkcellrenderer.c:212 +#: gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "Die vertikale Ausrichtung" -#: ../gtk/gtkcellrenderer.c:221 +#: gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "X-Polsterung" -#: ../gtk/gtkcellrenderer.c:222 +#: gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "Die horizontale Polsterung" -#: ../gtk/gtkcellrenderer.c:231 +#: gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "Y-Polsterung" -#: ../gtk/gtkcellrenderer.c:232 +#: gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "Die vertikale Polsterung" -#: ../gtk/gtkcellrenderer.c:241 +#: gtk/gtkcellrenderer.c:241 msgid "width" msgstr "Breite" -#: ../gtk/gtkcellrenderer.c:242 +#: gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "Die feste Breite" -#: ../gtk/gtkcellrenderer.c:251 +#: gtk/gtkcellrenderer.c:251 msgid "height" msgstr "Höhe" -#: ../gtk/gtkcellrenderer.c:252 +#: gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "Die feste Höhe" -#: ../gtk/gtkcellrenderer.c:261 +#: gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "Ist ausklappbar" -#: ../gtk/gtkcellrenderer.c:262 +#: gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "Die Zeile hat Kinder" -#: ../gtk/gtkcellrenderer.c:270 +#: gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "Ist ausgeklappt" -#: ../gtk/gtkcellrenderer.c:271 +#: gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "Die Zeile ist ausklappbar und ausgeklappt" -#: ../gtk/gtkcellrenderer.c:278 +#: gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "Name der Hintergrundfarbe der Zelle" -#: ../gtk/gtkcellrenderer.c:279 +#: gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "Die Hintergrundfarbe der Zelle als Zeichenkette" -#: ../gtk/gtkcellrenderer.c:286 +#: gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "Hintergrundfarbe der Zelle" -#: ../gtk/gtkcellrenderer.c:287 +#: gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "Die Hintergrundfarbe der Zelle als GdkColor" -#: ../gtk/gtkcellrenderer.c:294 +#: gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "Bearbeiten-Modus" -#: ../gtk/gtkcellrenderer.c:295 +#: gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "Befindet sich der Zellen-Renderer im Bearbeiten-Modus?" -#: ../gtk/gtkcellrenderer.c:303 +#: gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "Zellhintergrund einstellen" -#: ../gtk/gtkcellrenderer.c:304 +#: gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "Soll dieses Tag die Hintergrundfarbe der Zelle beeinflussen?" -#: ../gtk/gtkcellrendereraccel.c:113 +#: gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "Tastaturkürzel" -#: ../gtk/gtkcellrendereraccel.c:114 +#: gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "Das Zeichen des Kürzels" -#: ../gtk/gtkcellrendereraccel.c:130 +#: gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "Kürzel-Modifikator" -#: ../gtk/gtkcellrendereraccel.c:131 +#: gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "Die Modifikator-Maske des Kürzels" -#: ../gtk/gtkcellrendereraccel.c:148 +#: gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "Kürzel-Zeichencode" -#: ../gtk/gtkcellrendereraccel.c:149 +#: gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "Der Hardware-Zeichencode des Kürzels" -#: ../gtk/gtkcellrendereraccel.c:168 +#: gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "Kürzel-Modus" -#: ../gtk/gtkcellrendereraccel.c:169 +#: gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "Der Typ des Kürzels" -#: ../gtk/gtkcellrenderercombo.c:107 +#: gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "Modell" -#: ../gtk/gtkcellrenderercombo.c:108 +#: gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "Das Modell für das Kombinationsfeld, das die möglichen Werte enthält" -#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 +#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "Textspalte" -#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 +#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "" "Eine Spalte im Datenquellenmodell, aus dem die Zeichenketten abgerufen " "werden sollen" -#: ../gtk/gtkcellrenderercombo.c:148 +#: gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "Hat Eintrag" -#: ../gtk/gtkcellrenderercombo.c:149 +#: gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "Dürfen andere Zeichenkette als die ausgewählten eingegeben werden?" -#: ../gtk/gtkcellrendererpixbuf.c:111 +#: gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "Pixbuf-Objekt" -#: ../gtk/gtkcellrendererpixbuf.c:112 +#: gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "Der darzustellende Pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:119 +#: gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "Pixbuf-Ausklapper offen" -#: ../gtk/gtkcellrendererpixbuf.c:120 +#: gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "Der Pixbuf für den offenen Ausklapper" -#: ../gtk/gtkcellrendererpixbuf.c:127 +#: gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "Pixbuf-Ausklapper geschlossen" -#: ../gtk/gtkcellrendererpixbuf.c:128 +#: gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "Der Pixbuf für den geschlossenen Ausklapper" -#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 -#: ../gtk/gtkstatusicon.c:226 +#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "Repertoire-Kennung" -#: ../gtk/gtkcellrendererpixbuf.c:136 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "Die Reportoire-Kennung des darzustellenden Repertoire-Symbols" -#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 -#: ../gtk/gtkstatusicon.c:267 +#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 +#: gtk/gtkstatusicon.c:267 msgid "Size" msgstr "Größe" -#: ../gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "Der GtkIconSize-Wert, der die Größe des dargestellten Symbols festlegt" -#: ../gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "Detailtreue" -#: ../gtk/gtkcellrendererpixbuf.c:154 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "Die an die Themen-Engine übergebende Detailtreue der Darstellung" -#: ../gtk/gtkcellrendererpixbuf.c:187 +#: gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "Folgestatus" -#: ../gtk/gtkcellrendererpixbuf.c:188 +#: gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" "Legt fest, ob der gerenderte Pixbuf je nach Status eingefärbt werden soll" -#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Symbol" -#: ../gtk/gtkcellrendererprogress.c:129 +#: gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "Wert des Fortschrittsbalkens" -#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 -#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 -#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 +#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 +#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 +#: gtk/gtktextbuffer.c:198 msgid "Text" msgstr "Text" -#: ../gtk/gtkcellrendererprogress.c:147 +#: gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "Im Fortschrittsbalken anzuzeigender Text" -#: ../gtk/gtkcellrendererprogress.c:170 +#: gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "Puls" -#: ../gtk/gtkcellrendererprogress.c:171 +#: gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." @@ -1308,11 +1301,11 @@ msgstr "" "Ein positiver Wert bedeutet, dass ein Fortschritt gemacht wurde, dessen " "Größe unbekannt ist." -#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 +#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "X-Ausrichtung des Texts" -#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 +#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -1320,220 +1313,214 @@ msgstr "" "Die horizontale Ausrichtung, von 0 (links) bis 1 (rechts). In RTL-Layouts " "umgekehrt." -#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 +#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "Y-Ausrichtung des Texts" -#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 +#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "Die vertikale Ausrichtung, von 0 (oben) bis 1 (unten)." -#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 -#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 -#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 +#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 +#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 +#: gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "Ausrichtung" -#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 +#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "Die Ausrichtung und Wachstumsrichtung des Fortschrittsbalkens" -#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:223 -#: ../gtk/gtkspinbutton.c:208 +#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Stellgröße" -#: ../gtk/gtkcellrendererspin.c:94 +#: gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "Die Stellgröße, die den Wert des Spinnbuttons enthält" -#: ../gtk/gtkcellrendererspin.c:109 +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "Steigrate" -#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 +#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "Die Beschleunigungsrate beim Gedrückthalten eines Knopfes" -#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 -#: ../gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "Ziffern" -#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 +#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "Die Anzahl der anzuzeigenden Nachkommastellen" -#: ../gtk/gtkcellrenderertext.c:196 +#: gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "Der darzustellende Text" -#: ../gtk/gtkcellrenderertext.c:203 +#: gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "Markup" -#: ../gtk/gtkcellrenderertext.c:204 +#: gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "Der darzustellende Markup-Text" -#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 +#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 msgid "Attributes" msgstr "Attribute" -#: ../gtk/gtkcellrenderertext.c:212 +#: gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "" "Eine Liste der Stilattribute, die auf den dargestellten Text angewendet " "werden" -#: ../gtk/gtkcellrenderertext.c:219 +#: gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "Einzelabsatz-Modus" -#: ../gtk/gtkcellrenderertext.c:220 +#: gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "Soll der gesamte Text in einem einzigen Absatz vorgehalten werden?" -#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 -#: ../gtk/gtktexttag.c:183 +#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 msgid "Background color name" msgstr "Name der Hintergrundfarbe" -#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 -#: ../gtk/gtktexttag.c:184 +#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "Die Hintergrundfarbe als Zeichenkette" -#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 -#: ../gtk/gtktexttag.c:191 +#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 msgid "Background color" msgstr "Hintergrundfarbe" -#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 +#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "Die Hintergrundfarbe als GdkColor" -#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 +#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "Name der Vordergrundfarbe" -#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 +#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "Die Vordergrundfarbe als Zeichenkette" -#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 +#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "Vordergrundfarbe" -#: ../gtk/gtkcellrenderertext.c:253 +#: gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "Die Vordergrundfarbe als GdkColor" -#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 -#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 +#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "Bearbeitbar" -#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 -#: ../gtk/gtktextview.c:574 +#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "Soll der Text durch den Benutzer änderbar sein?" -#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 -#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 +#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 +#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 msgid "Font" msgstr "Schrift" -#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 +#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "Die Schriftbezeichnung als Zeichenkette, z.B. »Sans Italic 12«" -#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 +#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "Schriftbeschreibung als PangoFontDescription-Struktur" -#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 +#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 msgid "Font family" msgstr "Schriftfamilie" -#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 +#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "Der Name der Schriftfamilie, z.B. Sans, Helvetica, Times, Monospace" -#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 -#: ../gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 +#: gtk/gtktexttag.c:291 msgid "Font style" msgstr "Schriftstil" -#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 -#: ../gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 +#: gtk/gtktexttag.c:300 msgid "Font variant" msgstr "Schriftvariante" -#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 -#: ../gtk/gtktexttag.c:309 +#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 +#: gtk/gtktexttag.c:309 msgid "Font weight" msgstr "Schriftgewicht" -#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 -#: ../gtk/gtktexttag.c:320 +#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 +#: gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "Schriftdehnung" -#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 -#: ../gtk/gtktexttag.c:329 +#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 +#: gtk/gtktexttag.c:329 msgid "Font size" msgstr "Schriftgröße" -#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 +#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 msgid "Font points" msgstr "Punktgröße" -#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 +#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "Die Schriftgröße in Punkt" -#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 +#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 msgid "Font scale" msgstr "Schriftskalierung" -#: ../gtk/gtkcellrenderertext.c:352 +#: gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "Der Skalierungsfaktor der Schrift" -#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 +#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 msgid "Rise" msgstr "Hochstellen" -#: ../gtk/gtkcellrenderertext.c:362 +#: gtk/gtkcellrenderertext.c:362 msgid "" "Offset of text above the baseline (below the baseline if rise is negative)" msgstr "" "Hochstellen des Texts über der Grundlinie (Tiefstellen, wenn der Wert " "negativ ist)" -#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 +#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "Durchstreichen" -#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 +#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "Den Text durchstreichen?" -#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 +#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 msgid "Underline" msgstr "Unterstreichen" -#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 +#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "Stil der Unterstreichung für diesen Text" -#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 +#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 msgid "Language" msgstr "Sprache" -#: ../gtk/gtkcellrenderertext.c:391 +#: gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " @@ -1543,12 +1530,11 @@ msgstr "" "dies bei der Textdarstellung als Wink verwenden. Falls Sie diesen Parameter " "nicht verstehen, benötigen Sie ihn wahrscheinlich nicht." -#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 -#: ../gtk/gtkprogressbar.c:206 +#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "Auslassungen" -#: ../gtk/gtkcellrenderertext.c:412 +#: gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" @@ -1556,20 +1542,20 @@ msgstr "" "Der bevorzugte Bereich zur Auslassung in der Zeichenkette, falls der " "Renderer der Zelle nicht genug Platz hat, um sie komplett anzuzeigen" -#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 -#: ../gtk/gtklabel.c:519 +#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 +#: gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "Breite in Zeichen" -#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 +#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "Die gewünschte Breite der Beschriftung, in Zeichen" -#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 +#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "Umbruchmodus" -#: ../gtk/gtkcellrenderertext.c:451 +#: gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" @@ -1578,451 +1564,445 @@ msgstr "" "Zellen-Renderer nicht genügend Platz hat, um die gesamte Zeichenkette in " "einer Zeile anzuzeigen" -#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 +#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "Umbruchbreite" -#: ../gtk/gtkcellrenderertext.c:471 +#: gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "Die Breite bei der der Text umgebrochen wird" -#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 +#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "Ausrichtung" -#: ../gtk/gtkcellrenderertext.c:492 +#: gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "Wie sollen die Zeilen ausgerichtet werden?" -#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 -#: ../gtk/gtktexttag.c:564 +#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 msgid "Background set" msgstr "Hintergrund einstellen" -#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 -#: ../gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "Soll dieses Tag die Hintergrundfarbe beeinflussen?" -#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 +#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "Vordergrund einstellen" -#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "Soll dieses Tag die Vordergrundfarbe beeinflussen?" -#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 +#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 msgid "Editability set" msgstr "Änderbarkeit einstellen" -#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 +#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "Soll dieses Tag die Änderbarkeit beeinflussen?" -#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 +#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 msgid "Font family set" msgstr "Schriftfamilie einstellen" -#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 +#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "Soll dieses Tag die Schriftfamilie beeinflussen?" -#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 +#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 msgid "Font style set" msgstr "Schriftstil einstellen" -#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "Soll dieses Tag den Schriftstil beeinflussen?" -#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 +#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "Schriftvariante einstellen" -#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 +#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "Soll dieses Tag die Schriftvariante beeinflussen?" -#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 +#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "Schriftgewicht einstellen" -#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "Soll dieses Tag das Schriftgewicht beeinflussen?" -#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 +#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "Schriftdehnung einstellen" -#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 +#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "Soll dieses Tag die Schriftdehnung beeinflussen?" -#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 +#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 msgid "Font size set" msgstr "Schriftgröße einstellen" -#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 +#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "Soll dieses Tag die Schriftgröße beeinflussen?" -#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 +#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "Schriftskalierung einstellen" -#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 +#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "Soll dieses Tag die Schriftgröße um einen Faktor skalieren?" -#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 +#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 msgid "Rise set" msgstr "Hochstellung einstellen" -#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 +#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "Soll dieses Tag die Hochstellung bewirken?" -#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 +#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "Durchstreichung einstellen" -#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 +#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "Soll dieses Tag die Durchstreichung bewirken?" -#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 +#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 msgid "Underline set" msgstr "Unterstreichung einstellen" -#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 +#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "Soll dieses Tag die Unterstreichung bewirken?" -#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 +#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 msgid "Language set" msgstr "Sprache einstellen" -#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 +#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "" "Soll dieses Tag die Sprache beeinflussen, in der der Text dargestellt wird?" -#: ../gtk/gtkcellrenderertext.c:558 +#: gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "Auslassungspunkte benutzen" -#: ../gtk/gtkcellrenderertext.c:559 +#: gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "Soll dieses Tag Auslassungen bewirken?" -#: ../gtk/gtkcellrenderertext.c:562 +#: gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "Ausrichtung" -#: ../gtk/gtkcellrenderertext.c:563 +#: gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "Legt fest, ob dieses Tag die Ausrichtung beeinflusst" -#: ../gtk/gtkcellrenderertoggle.c:126 +#: gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "Schaltzustand" -#: ../gtk/gtkcellrenderertoggle.c:127 +#: gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "Der Schaltzustand des Knopfes" -#: ../gtk/gtkcellrenderertoggle.c:134 +#: gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "Inkonsistenter Zustand" -#: ../gtk/gtkcellrenderertoggle.c:135 +#: gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "Der inkonsistente Zustand des Knopfes" -#: ../gtk/gtkcellrenderertoggle.c:142 +#: gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "Aktivierbar" -#: ../gtk/gtkcellrenderertoggle.c:143 +#: gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "Kann der Umschaltknopf aktiviert werden?" -#: ../gtk/gtkcellrenderertoggle.c:150 +#: gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "Radiozustand" -#: ../gtk/gtkcellrenderertoggle.c:151 +#: gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "Den Umschaltknopf als Radioknopf darstellen" -#: ../gtk/gtkcellrenderertoggle.c:158 +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "Indikatorgröße" -#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 -#: ../gtk/gtkcheckmenuitem.c:122 +#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 +#: gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "Die Größe des Ankreuz- oder Radioindikators" -#: ../gtk/gtkcellview.c:182 +#: gtk/gtkcellview.c:182 msgid "CellView model" msgstr "Cell-View-Modell" -#: ../gtk/gtkcellview.c:183 +#: gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "Das Modell für die Cell-View" -#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 -#: ../gtk/gtkoptionmenu.c:168 +#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "Indikatorgröße" -#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 -#: ../gtk/gtkoptionmenu.c:174 +#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "Indikatorabstand" -#: ../gtk/gtkcheckbutton.c:78 +#: gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "Die Polsterung um den Ankreuz- oder Radioindikator" -#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 -#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 -#: ../gtk/gtktoggletoolbutton.c:114 +#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 +#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "Aktiv" -#: ../gtk/gtkcheckmenuitem.c:99 +#: gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "Soll der Menüeintrag angekreuzt sein?" -#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 +#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "Inkonsistent" -#: ../gtk/gtkcheckmenuitem.c:107 +#: gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "Soll der Zustand »inkonsistent« angezeigt werden?" -#: ../gtk/gtkcheckmenuitem.c:114 +#: gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "Als Radio-Menüeintrag zeichnen" -#: ../gtk/gtkcheckmenuitem.c:115 +#: gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "Soll der Menüeintrag wie ein Radio-Menüeintrag aussehen?" -#: ../gtk/gtkcolorbutton.c:171 +#: gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "Alpha verwenden" -#: ../gtk/gtkcolorbutton.c:172 +#: gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "Soll der Farbe ein Alphawert gegeben werden?" -#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 -#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 -#: ../gtk/gtktreeviewcolumn.c:264 +#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 +#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "Titel" -#: ../gtk/gtkcolorbutton.c:187 +#: gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "Der Titel des Farbwahldialogs" -#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 +#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "Aktuelle Farbe" -#: ../gtk/gtkcolorbutton.c:202 +#: gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "Die gewählte Farbe" -#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 +#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "Aktuelles Alpha" -#: ../gtk/gtkcolorbutton.c:217 +#: gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "" "Die gewählte Deckkraft (0 ist völlig transparent, 65535 völlig " "undurchsichtig)" -#: ../gtk/gtkcolorsel.c:279 +#: gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "Hat Deckkraftregler" -#: ../gtk/gtkcolorsel.c:280 +#: gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "Soll der Farbwähler eine Regelung der Deckkraft zulassen?" -#: ../gtk/gtkcolorsel.c:286 +#: gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "Hat Palette" -#: ../gtk/gtkcolorsel.c:287 +#: gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "Soll eine Palette verwendet werden?" -#: ../gtk/gtkcolorsel.c:294 +#: gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "Die aktuelle Farbe" -#: ../gtk/gtkcolorsel.c:301 +#: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "" "Die aktuelle Deckkraft (0 ist völlig transparent, 65535 völlig " "undurchsichtig)" -#: ../gtk/gtkcolorsel.c:315 +#: gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "Eigene Palette" -#: ../gtk/gtkcolorsel.c:316 +#: gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "Im Farbwähler zu verwendende Palette" -#: ../gtk/gtkcolorseldialog.c:102 +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "Farbauswahl" -#: ../gtk/gtkcolorseldialog.c:103 +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "Die in den Dialog eingebundene Farbauswahl." -#: ../gtk/gtkcolorseldialog.c:109 +#: gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "OK-Knopf" -#: ../gtk/gtkcolorseldialog.c:110 +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "Der OK-Knopf des Dialogs" -#: ../gtk/gtkcolorseldialog.c:116 +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "Abbrechen-Knopf" -#: ../gtk/gtkcolorseldialog.c:117 +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "Der Abbrechen-Knopf des Dialogs" -#: ../gtk/gtkcolorseldialog.c:123 +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "Hilfe-Knopf" -#: ../gtk/gtkcolorseldialog.c:124 +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "Der Hilfe-Knopf des Dialogs" -#: ../gtk/gtkcombo.c:145 +#: gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "Pfeiltasten aktivieren" -#: ../gtk/gtkcombo.c:146 +#: gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "Sollen die Pfeiltasten durch die Eintragsliste führen?" -#: ../gtk/gtkcombo.c:152 +#: gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "Pfeile immer aktivieren" -#: ../gtk/gtkcombo.c:153 +#: gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "Überflüssige Eigenschaft, ignoriert" -#: ../gtk/gtkcombo.c:159 +#: gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "Groß-/Kleinschreibung berücksichtigen" -#: ../gtk/gtkcombo.c:160 +#: gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "" "Soll die Erkennung von Listeneinträgen unter Berücksichtigung der Groß-/" "Kleinschreibung erfolgen?" -#: ../gtk/gtkcombo.c:167 +#: gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "Darf leer sein" -#: ../gtk/gtkcombo.c:168 +#: gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "Darf ein leerer Wert in dieses Feld eingetragen werden?" -#: ../gtk/gtkcombo.c:175 +#: gtk/gtkcombo.c:175 msgid "Value in list" msgstr "Wert in Liste" -#: ../gtk/gtkcombo.c:176 +#: gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "Müssen eingetragene Werte bereits in der Liste vorhanden sein?" -#: ../gtk/gtkcombobox.c:661 +#: gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "ComboBox-Modell" -#: ../gtk/gtkcombobox.c:662 +#: gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "Das Modell für das Kombinationsfeld" -#: ../gtk/gtkcombobox.c:679 +#: gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "Umbruchbreite zum Anordnen der Objekte in einem Gitter" # CHECK -#: ../gtk/gtkcombobox.c:701 +#: gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "Spalte zur Zeilenüberbrückung" -#: ../gtk/gtkcombobox.c:702 +#: gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "TreeModel-Spalte, die die Zeilenüberbrückungswerte enthält" # CHECK -#: ../gtk/gtkcombobox.c:723 +#: gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "Spalte zur Spaltenüberbrückung" -#: ../gtk/gtkcombobox.c:724 +#: gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "TreeModel-Spalte, die die Spaltenüberbrückungswerte enthält" -#: ../gtk/gtkcombobox.c:745 +#: gtk/gtkcombobox.c:745 msgid "Active item" msgstr "Aktives Objekt" -#: ../gtk/gtkcombobox.c:746 +#: gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "Das momentan aktive Objekt" -#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 +#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "Abreiß-Einträge zu Menüs hinzufügen" -#: ../gtk/gtkcombobox.c:766 +#: gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "Sollen Herabklapper Abreiß-Einträge haben?" -#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 +#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 msgid "Has Frame" msgstr "Hat Rahmen" -#: ../gtk/gtkcombobox.c:782 +#: gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "Soll das Kombinationsfeld einen Rahmen um das Kind zeichnen?" -#: ../gtk/gtkcombobox.c:790 +#: gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "" "Soll das Kombinationsfeld den Fokus erhalten, sobald es mit der Maus " "angeklickt wurde?" -#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 +#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "Abreißtitel" -#: ../gtk/gtkcombobox.c:806 +#: gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" @@ -2030,190 +2010,190 @@ msgstr "" "Ein Titel, der evtl. vom Fenstermanager angezeigt wird, wenn dieses Popup " "abgerissen wurde" -#: ../gtk/gtkcombobox.c:823 +#: gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "Popups anzeigen" -#: ../gtk/gtkcombobox.c:824 +#: gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "Legt fest, ob Herabklapper von Kombinationsfelder angezeigt werden" -#: ../gtk/gtkcombobox.c:840 +#: gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "Knopf-Empfindlichkeit" -#: ../gtk/gtkcombobox.c:841 +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "Soll das Ausklappmenü aktivierbar sein, wenn das Modell leer ist?" -#: ../gtk/gtkcombobox.c:848 +#: gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "Als Liste anzeigen" -#: ../gtk/gtkcombobox.c:849 +#: gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "Sollen Herabklapper wie Listen statt wie Menüs aussehen?" -#: ../gtk/gtkcombobox.c:865 +#: gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "Pfeilgröße" -#: ../gtk/gtkcombobox.c:866 +#: gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "Die Minimale Größe des Pfeils im Auswahlfeld" -#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 -#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 -#: ../gtk/gtkviewport.c:122 +#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 +#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 +#: gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "Schattentyp" -#: ../gtk/gtkcombobox.c:882 +#: gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "Die Art des Schattens, der um das Auswahlfeld gezeichnet wird" -#: ../gtk/gtkcontainer.c:238 +#: gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "Größenänderungsmodus" -#: ../gtk/gtkcontainer.c:239 +#: gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "" "Die Art und Weise, auf die mit Größenänderungsereignissen umgegangen werden " "soll" -#: ../gtk/gtkcontainer.c:246 +#: gtk/gtkcontainer.c:246 msgid "Border width" msgstr "Randbreite" -#: ../gtk/gtkcontainer.c:247 +#: gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "Die Breite des leeren Rands um die Kinder des Containers" -#: ../gtk/gtkcontainer.c:255 +#: gtk/gtkcontainer.c:255 msgid "Child" msgstr "Kind" -#: ../gtk/gtkcontainer.c:256 +#: gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "Kann verwendet werden, um ein neues Kind zum Container hinzuzufügen" -#: ../gtk/gtkcurve.c:124 +#: gtk/gtkcurve.c:124 msgid "Curve type" msgstr "Kurventyp" -#: ../gtk/gtkcurve.c:125 +#: gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "Ist diese Kurve e-linear, spline-interpoliert oder unregelmäßig?" -#: ../gtk/gtkcurve.c:132 +#: gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "Minimales X" -#: ../gtk/gtkcurve.c:133 +#: gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "Der minimale für X zugelassene Wert" -#: ../gtk/gtkcurve.c:141 +#: gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "Maximales X" -#: ../gtk/gtkcurve.c:142 +#: gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "Der maximale für X zugelassene Wert" -#: ../gtk/gtkcurve.c:150 +#: gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "Minimales Y" -#: ../gtk/gtkcurve.c:151 +#: gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "Der minimale für Y zugelassene Wert" -#: ../gtk/gtkcurve.c:159 +#: gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "Maximales Y" -#: ../gtk/gtkcurve.c:160 +#: gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Der maximale für Y zugelassene Wert" -#: ../gtk/gtkdialog.c:145 +#: gtk/gtkdialog.c:145 msgid "Has separator" msgstr "Hat Trennbalken" -#: ../gtk/gtkdialog.c:146 +#: gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "Der Dialog hat einen Trennbalken über seinen Knöpfen" -#: ../gtk/gtkdialog.c:191 +#: gtk/gtkdialog.c:191 msgid "Content area border" msgstr "Rand um Inhaltsfläche" -#: ../gtk/gtkdialog.c:192 +#: gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "Die Breite des Rands um den Hauptbereich des Dialoges" -#: ../gtk/gtkdialog.c:209 +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "Polsterung um Inhaltsfläche" -#: ../gtk/gtkdialog.c:210 +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "Der Abstand zwischen Elementen im Inhaltsbereich des Dialogs" -#: ../gtk/gtkdialog.c:217 +#: gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "Knopfabstand" -#: ../gtk/gtkdialog.c:218 +#: gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "Abstand zwischen Knöpfen" -#: ../gtk/gtkdialog.c:226 +#: gtk/gtkdialog.c:226 msgid "Action area border" msgstr "Rand um Aktionsfläche" -#: ../gtk/gtkdialog.c:227 +#: gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "Die Breite des Rands um den Knopfbereich unten im Dialog" -#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 +#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "Zeigerposition" -#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 +#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "Die momentane Position des Einfügezeigers, in Zeichen" -#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 +#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "Markierungsgrenze" -#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 +#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 msgid "" "The position of the opposite end of the selection from the cursor in chars" msgstr "" "Der Abstand des gegenüberliegenden Endes der Markierung vom Zeiger in Zeichen" -#: ../gtk/gtkentry.c:626 +#: gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "Sollen die Feldinhalte bearbeitet werden können?" -#: ../gtk/gtkentry.c:633 +#: gtk/gtkentry.c:633 msgid "Maximum length" msgstr "Maximale Länge" -#: ../gtk/gtkentry.c:634 +#: gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "" "Die Maximale Anzahl der Zeichen für diesen Eintrag. Null, wenn unbegrenzt" -#: ../gtk/gtkentry.c:642 +#: gtk/gtkentry.c:642 msgid "Visibility" msgstr "Sichtbarkeit" -#: ../gtk/gtkentry.c:643 +#: gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" @@ -2221,29 +2201,29 @@ msgstr "" "Falls FALSCH, das »unsichtbare Zeichen« statt des eigentlichen Texts anzeigen " "(Passwort-Modus)" -#: ../gtk/gtkentry.c:651 +#: gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "FALSCH entfernt die äußere Fase des Eintrags" -#: ../gtk/gtkentry.c:659 +#: gtk/gtkentry.c:659 msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "" "Rand zwischen Text und Rahmen. Überschreibt die Eigenschaft »inner-border«." -#: ../gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 msgid "Invisible character" msgstr "Unsichtbares Zeichen" -#: ../gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "Das Zeichen, mit dem Feldinhalte verdeckt werden (im »Passwort-Modus«)" -#: ../gtk/gtkentry.c:674 +#: gtk/gtkentry.c:674 msgid "Activates default" msgstr "Vorgabe aktivieren" -#: ../gtk/gtkentry.c:675 +#: gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" @@ -2251,34 +2231,34 @@ msgstr "" "Soll das Vorgabe-Widget (z.B. der Vorgabeknopf in einem Dialogfenster) " "aktiviert werden, wenn die Eingabetaste gedrückt wird?" -#: ../gtk/gtkentry.c:681 +#: gtk/gtkentry.c:681 msgid "Width in chars" msgstr "Breite in Zeichen" -#: ../gtk/gtkentry.c:682 +#: gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "" "Die Anzahl der Zeichen, für die in diesem Feld Platz gelassen werden soll" -#: ../gtk/gtkentry.c:691 +#: gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "Rollversatz" -#: ../gtk/gtkentry.c:692 +#: gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "" "Die Anzahl der Pixel, um die der Eintrag nach links aus dem Schirm gerollt " "werden soll" -#: ../gtk/gtkentry.c:702 +#: gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "Der Inhalt des Feldes" -#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 +#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 msgid "X align" msgstr "X-Ausrichtung" -#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 +#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -2286,68 +2266,68 @@ msgstr "" "Die horizontale Ausrichtung, von 0 (links) bis 1 (rechts). In RTL-Layouts " "umgekehrt" -#: ../gtk/gtkentry.c:734 +#: gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "Mehrzeiliges abbrechen" -#: ../gtk/gtkentry.c:735 +#: gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "" "Sollen mehrzeilige eingefügte Texte nach der ersten Zeile abgebrochen werden?" -#: ../gtk/gtkentry.c:751 +#: gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "" "Legt fest, welcher Schattentyp um den Eintrag gezeichnet wird, wenn has-" "frame gesetzt ist" -#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 +#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "Überschreibmodus" -#: ../gtk/gtkentry.c:767 +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "Soll eingegebener Text vorhandenen Inhalt überschreiben?" -#: ../gtk/gtkentry.c:781 +#: gtk/gtkentry.c:781 msgid "Text length" msgstr "Textlänge" -#: ../gtk/gtkentry.c:782 +#: gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "Länge des Inhalts des Feldes" -#: ../gtk/gtkentry.c:797 +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "Unsichtbares Zeichen aktivieren" -#: ../gtk/gtkentry.c:798 +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "Legt fest, ob das unsichtbare Zeichen aktiviert ist" -#: ../gtk/gtkentry.c:816 +#: gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "Feststelltasten-Warnung" -#: ../gtk/gtkentry.c:817 +#: gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "" "Legt fest, ob Passwortfelder eine Warnung anzeigen, wenn die Feststelltaste " "aktiviert ist" -#: ../gtk/gtkentry.c:831 +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "Fortschritts-Anteil" -#: ../gtk/gtkentry.c:832 +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "Der fertiggestellte Anteil an der gesamten Arbeit" -#: ../gtk/gtkentry.c:849 +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "Fortschrittspuls-Schrittweite" -#: ../gtk/gtkentry.c:850 +#: gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" @@ -2355,276 +2335,276 @@ msgstr "" "Der Anteil an der gesamten Breite, um die sich der hüpfende Balken bei jedem " "Aufruf von gtk_entry_progress_pulse() bewegt" -#: ../gtk/gtkentry.c:866 +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "Primärer Pixbuf" -#: ../gtk/gtkentry.c:867 +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "Der primäre Pixbuf des Textfeldes" -#: ../gtk/gtkentry.c:881 +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "Sekundärer Pixbux" -#: ../gtk/gtkentry.c:882 +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "Sekundärer Pixbux des Textfeldes" -#: ../gtk/gtkentry.c:896 +#: gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "Primäre Repertoire-ID" -#: ../gtk/gtkentry.c:897 +#: gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "Repertoire-ID des primären Symbols" -#: ../gtk/gtkentry.c:911 +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "Sekundäre Repertoire-ID" -#: ../gtk/gtkentry.c:912 +#: gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "Repertoire-ID des sekundären Symbols" -#: ../gtk/gtkentry.c:926 +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "Primärer der Symbolnamen" -#: ../gtk/gtkentry.c:927 +#: gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "Symbolname des primären Symbols" -#: ../gtk/gtkentry.c:941 +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "Sekundärer Symbolname" -#: ../gtk/gtkentry.c:942 +#: gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "Symbolname des sekundären Symbols" -#: ../gtk/gtkentry.c:956 +#: gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "Primäres GIcon" -#: ../gtk/gtkentry.c:957 +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "GIcon des primären Symbols" -#: ../gtk/gtkentry.c:971 +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "Sekundäres GIcon" -#: ../gtk/gtkentry.c:972 +#: gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "GIcon für sekundäres Symbol" -#: ../gtk/gtkentry.c:986 +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "Primäre Speicherform" -#: ../gtk/gtkentry.c:987 +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "Die für das primäre Symbol verwendete Speicherform" -#: ../gtk/gtkentry.c:1002 +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "Sekundäre Speicherform" -#: ../gtk/gtkentry.c:1003 +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "Die für das sekundäre Symbol verwendete Speicherform" -#: ../gtk/gtkentry.c:1024 +#: gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "Primäres Symbol aktivierbar" -#: ../gtk/gtkentry.c:1025 +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "Legt fest, ob das primäre Symbol aktivierbar ist" -#: ../gtk/gtkentry.c:1045 +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "Sekundäres Symbl aktivierbar" -#: ../gtk/gtkentry.c:1046 +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "Legt fest, ob das sekundäre Symbol aktivierbar ist" # CHECK - leicht reagierend? sensibel? -#: ../gtk/gtkentry.c:1068 +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "Primäres Symbol sensibel darstellen" -#: ../gtk/gtkentry.c:1069 +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "Legt fest, ob das primäre Symbol sensibel ist" -#: ../gtk/gtkentry.c:1090 +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "Sekundäres Symbol sensibel darstellen" -#: ../gtk/gtkentry.c:1091 +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "Legt fest, ob das sekundäre Symbol sensibel ist" # CHECK - leicht reagierend? sensibel? -#: ../gtk/gtkentry.c:1107 +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "Minihilfentext für primäres Symbol" -#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "Der Inhalt der Minihilfe des primären Symbols" -#: ../gtk/gtkentry.c:1124 +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "Minihilfentext für sekundäres Symbol" -#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "Der Inhalt der Minihilfe des sekundären Symbols" -#: ../gtk/gtkentry.c:1143 +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "Minihilfen-Markup für primäres Symbol" -#: ../gtk/gtkentry.c:1162 +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "Minihilfen-Markup für sekundäres Symbol" -#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "IM-Modul" -#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "Legt fest, welches IM-Modul verwendet wird" -#: ../gtk/gtkentry.c:1197 +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "Symbol-Hervorhebung" -#: ../gtk/gtkentry.c:1198 +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "" "Legt fest, ob aktivierbare Symbole beim Berühren hervorgehoben werden sollen" -#: ../gtk/gtkentry.c:1211 +#: gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "Rand um Fortschrittsbalken" -#: ../gtk/gtkentry.c:1212 +#: gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "Um den Fortschrittsbalken anzuzeigender Rand" -#: ../gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "Rand zwischen Text und Rahmen." -#: ../gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "Status-Hinweis" -#: ../gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "" "Legt fest, ob beim Zeichnen von Schatten oder Hintergrund ein Status " "weitergegeben wird" -#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "Beim Fokussieren markieren" -#: ../gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "" "Soll der Inhalt eines Eintrages markiert werden, wenn er fokussiert wird?" -#: ../gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "Timetout des Passwort-Hinweises" -#: ../gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "" "Wie lange soll das zuletzt eingegebene Zeichen in versteckten Eingabefeldern " "angezeigt werden?" -#: ../gtk/gtkentrycompletion.c:279 +#: gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "Vervollständigungsmodell" -#: ../gtk/gtkentrycompletion.c:280 +#: gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "Das Modell, in dem nach Treffern gesucht werden soll" -#: ../gtk/gtkentrycompletion.c:286 +#: gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "Minimale Schlüssellänge" -#: ../gtk/gtkentrycompletion.c:287 +#: gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "" "Die minimale Länge des Suchschlüssels, damit nach Treffern gesucht wird" -#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 +#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 msgid "Text column" msgstr "Textspalte" # CHECK - Spalte oder Modell, wer »enthält«? -#: ../gtk/gtkentrycompletion.c:304 +#: gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "Die Spalte des Modells, das die Zeichenketten enthält." # CHECK -#: ../gtk/gtkentrycompletion.c:323 +#: gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "Auto-Vervollständigung" -#: ../gtk/gtkentrycompletion.c:324 +#: gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "Soll der übliche Präfix automatisch eingefügt werden?" -#: ../gtk/gtkentrycompletion.c:338 +#: gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "Popup-Vervollständigung" -#: ../gtk/gtkentrycompletion.c:339 +#: gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "Sollen die Vervollständigungen in einem Popup-Fenster gezeigt werden?" -#: ../gtk/gtkentrycompletion.c:354 +#: gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "Breite des Popups" -#: ../gtk/gtkentrycompletion.c:355 +#: gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "" "Falls WAHR, wird das Popup-Fenster die gleiche Größe haben wie der Eintrag" -#: ../gtk/gtkentrycompletion.c:373 +#: gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "Einfache Popup-Aktion" -#: ../gtk/gtkentrycompletion.c:374 +#: gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "Wenn WAHR, wird das Popup-Fenster für eine einfache Aktion erscheinen." # CHECK -#: ../gtk/gtkentrycompletion.c:388 +#: gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "Innere Auswahl" -#: ../gtk/gtkentrycompletion.c:389 +#: gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "Beschreibung" -#: ../gtk/gtkeventbox.c:91 +#: gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "Sichtbares Fenster" -#: ../gtk/gtkeventbox.c:92 +#: gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." @@ -2632,11 +2612,11 @@ msgstr "" "Ist das Ereignisfeld sichtbar? Andernfalls ist es unsichtbar und wird nur " "zum Einfangen von Ereignissen verwendet." -#: ../gtk/gtkeventbox.c:98 +#: gtk/gtkeventbox.c:98 msgid "Above child" msgstr "Oberhalb von Kind" -#: ../gtk/gtkeventbox.c:99 +#: gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." @@ -2644,145 +2624,144 @@ msgstr "" "Befindet sich das ereigniseinfangende Fenster des Ereignisfelds oberhalb des " "Fensters des Kind-Widgets? Andernfalls befindet es sich darunter." -#: ../gtk/gtkexpander.c:187 +#: gtk/gtkexpander.c:187 msgid "Expanded" msgstr "Ausgeklappt" -#: ../gtk/gtkexpander.c:188 +#: gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "Wurde der Ausklapper geöffnet, um das Kind-Widget anzuzeigen?" -#: ../gtk/gtkexpander.c:196 +#: gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "Der Text der Ausklapperbeschriftung" -#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 +#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 msgid "Use markup" msgstr "Markup verwenden" -#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 +#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "" "Der Text der Beschriftung enthält XML-Markup. Siehe pango_parse_markup()" -#: ../gtk/gtkexpander.c:220 +#: gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "Zwischen dem Kind und dessen Nachbarn einzufügende Polsterung in Pixel" -#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 +#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "Beschriftungs-Widget" -#: ../gtk/gtkexpander.c:230 +#: gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "" "Ein Widget, das anstatt der üblichen Ausklapperbeschriftung angezeigt werden " "soll" -#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 +#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "Ausklappergröße" -#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 +#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "Größe des Ausklapppfeils" -#: ../gtk/gtkexpander.c:246 +#: gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "Polsterung um Ausklapppfeil" -#: ../gtk/gtkfilechooser.c:194 +#: gtk/gtkfilechooser.c:194 msgid "Action" msgstr "Aktion" -#: ../gtk/gtkfilechooser.c:195 +#: gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "Der Typ der Aktion, die der Dateiwähler ausführt" -#: ../gtk/gtkfilechooser.c:201 +#: gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "Dateisystem-Backend" -#: ../gtk/gtkfilechooser.c:202 +#: gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "Der Name des zu verwendenden Dateisystem-Backends" -#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 +#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "Filter" -#: ../gtk/gtkfilechooser.c:208 +#: gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "" "Der momentan zum Auswählen der anzuzeigenden Dateien zu verwendende Filter" -#: ../gtk/gtkfilechooser.c:213 +#: gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "Nur lokal" -#: ../gtk/gtkfilechooser.c:214 +#: gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "Sollen die auswählbaren Dateien auf lokale file:-URLs begrenzt werden?" -#: ../gtk/gtkfilechooser.c:219 +#: gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "Vorschau-Widget" -#: ../gtk/gtkfilechooser.c:220 +#: gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "Von der Anwendung bereitgestelltes Vorschau-Widget." -#: ../gtk/gtkfilechooser.c:225 +#: gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "Vorschau-Widget aktiv" -#: ../gtk/gtkfilechooser.c:226 +#: gtk/gtkfilechooser.c:226 msgid "" "Whether the application supplied widget for custom previews should be shown." msgstr "" "Soll das von der Anwendung bereitgestellte Vorschau-Widget angezeigt werden?" -#: ../gtk/gtkfilechooser.c:231 +#: gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "Vorschaubeschriftung verwenden" -#: ../gtk/gtkfilechooser.c:232 +#: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "" "Soll eine Repertoire-Beschriftung mit dem Namen der Vorschau-Datei angezeigt " "werden?" -#: ../gtk/gtkfilechooser.c:237 +#: gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "Zusätzliches Widget" -#: ../gtk/gtkfilechooser.c:238 +#: gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "" "Von der Anwendung bereitgestelltes Widget, das Zusatzeinstellungen anbietet." -#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 -#: ../gtk/gtkrecentchooser.c:203 +#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "Mehrfachauswahl" -#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 +#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "Sollen mehrere Dateien ausgewählt werden können?" -#: ../gtk/gtkfilechooser.c:250 +#: gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "Verborgene anzeigen" -#: ../gtk/gtkfilechooser.c:251 +#: gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "Sollen verborgene Dateien und Ordner angezeigt werden?" -#: ../gtk/gtkfilechooser.c:266 +#: gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "Überschreiben bestätigen" -#: ../gtk/gtkfilechooser.c:267 +#: gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." @@ -2790,178 +2769,178 @@ msgstr "" "Legt fest, ob der Dateiauswahldialog im Speichern-Modus vor dem " "Überschreiben einer bestehenden Datei nachfragt." -#: ../gtk/gtkfilechooserbutton.c:376 +#: gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "Dialog" -#: ../gtk/gtkfilechooserbutton.c:377 +#: gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "Der Dateiwähler, der verwendet werden soll." -#: ../gtk/gtkfilechooserbutton.c:408 +#: gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "Der Titel des Dateiwählers." -#: ../gtk/gtkfilechooserbutton.c:422 +#: gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "Die gewünschte Breite des Knopfes in Zeichen" -#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 -#: ../gtk/gtkstatusicon.c:218 +#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 +#: gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "Dateiname" -#: ../gtk/gtkfilesel.c:527 +#: gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "Der momentan gewählte Dateiname" -#: ../gtk/gtkfilesel.c:533 +#: gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "Dateiaktionen anzeigen" -#: ../gtk/gtkfilesel.c:534 +#: gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "" "Sollen Knöpfe zum Erstellen und Verwalten von Dateien angezeigt werden?" -#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 +#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 msgid "X position" msgstr "X-Position" -#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 +#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "Die horizontale Position des Kind-Widgets" -#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 +#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 msgid "Y position" msgstr "Y-Position" -#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 +#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "Die vertikale Position des Kind-Widgets" -#: ../gtk/gtkfontbutton.c:143 +#: gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "Der Titel des Schriftwahlfensters" -#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 +#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 msgid "Font name" msgstr "Schriftname" -#: ../gtk/gtkfontbutton.c:159 +#: gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "Der Name der gewählten Schrift" -#: ../gtk/gtkfontbutton.c:160 +#: gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:175 +#: gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "Schrift in Beschriftung verwenden" -#: ../gtk/gtkfontbutton.c:176 +#: gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "" "Soll der Beschriftungstext in der gewählten Schrift dargestellt werden?" -#: ../gtk/gtkfontbutton.c:191 +#: gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "Größe in Beschriftung verwenden" -#: ../gtk/gtkfontbutton.c:192 +#: gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "" "Soll der Beschriftungstext in der gewählten Schriftgröße dargestellt werden?" -#: ../gtk/gtkfontbutton.c:208 +#: gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "Stil anzeigen" -#: ../gtk/gtkfontbutton.c:209 +#: gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "" "Soll der Beschriftungstext im gewählten Schriftstil dargestellt werden?" -#: ../gtk/gtkfontbutton.c:224 +#: gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "Größe anzeigen" -#: ../gtk/gtkfontbutton.c:225 +#: gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "Soll die gewählte Schriftgröße in der Beschriftung angezeigt werden?" -#: ../gtk/gtkfontsel.c:197 +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "Die Zeichenkette, die diese Schrift bezeichnet" -#: ../gtk/gtkfontsel.c:204 +#: gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "Die momentan gewählte GdkFont" -#: ../gtk/gtkfontsel.c:210 +#: gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "Vorschautext" -#: ../gtk/gtkfontsel.c:211 +#: gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "" "Der Text, der zur Demonstration der gewählten Schrift angezeigt werden soll" -#: ../gtk/gtkframe.c:106 +#: gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "Der Text der Rahmenbeschriftung" -#: ../gtk/gtkframe.c:113 +#: gtk/gtkframe.c:113 msgid "Label xalign" msgstr "X-Ausrichtung der Beschriftung" -#: ../gtk/gtkframe.c:114 +#: gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "Die horizontale Ausrichtung der Beschriftung" -#: ../gtk/gtkframe.c:122 +#: gtk/gtkframe.c:122 msgid "Label yalign" msgstr "Y-Ausrichtung der Beschriftung" -#: ../gtk/gtkframe.c:123 +#: gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "Die vertikale Ausrichtung der Beschriftung" -#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 +#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "Veraltete Eigenschaft, verwenden Sie stattdessen shadow_type." -#: ../gtk/gtkframe.c:138 +#: gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "Rahmenschatten" -#: ../gtk/gtkframe.c:139 +#: gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "Das Aussehen des Rahmenrandes" -#: ../gtk/gtkframe.c:148 +#: gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "" "Ein Widget, das anstatt der üblichen Rahmenbeschriftung angezeigt werden soll" -#: ../gtk/gtkhandlebox.c:175 +#: gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "Aussehen des Schattens, der den Container umgibt" -#: ../gtk/gtkhandlebox.c:183 +#: gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "Griffposition" -#: ../gtk/gtkhandlebox.c:184 +#: gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "Position des Griffs bezüglich des Kind-Widgets" -#: ../gtk/gtkhandlebox.c:192 +#: gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "Einrastende Seite" -#: ../gtk/gtkhandlebox.c:193 +#: gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" @@ -2969,11 +2948,11 @@ msgstr "" "Die Seite der Griffbox, die in den Rastpunkt eingefädelt wird, um die " "Griffbox einzurasten" -#: ../gtk/gtkhandlebox.c:201 +#: gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "Einrastende Seite einstellen" -#: ../gtk/gtkhandlebox.c:202 +#: gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" @@ -2981,11 +2960,11 @@ msgstr "" "Soll der Wert der Eigenschaft »snap_edge« oder ein von »handle_position« " "abgeleiteter Wert verwendet werden?" -#: ../gtk/gtkhandlebox.c:209 +#: gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "Kind abgetrennt" -#: ../gtk/gtkhandlebox.c:210 +#: gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." @@ -2993,264 +2972,263 @@ msgstr "" "Ein Boolescher Wert der angibt, ob das Kind-Element der Griffbox abgetrennt " "wurde." -#: ../gtk/gtkiconview.c:548 +#: gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "Markierungsmodus" -#: ../gtk/gtkiconview.c:549 +#: gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "Der Markierungsmodus" -#: ../gtk/gtkiconview.c:567 +#: gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "Pixbuf-Spalte" -#: ../gtk/gtkiconview.c:568 +#: gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "Spalte des Modells, der der Symbol-Pixbuf entnommen wird" -#: ../gtk/gtkiconview.c:586 +#: gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "Spalte des Modells, der der Text entnommen wird" -#: ../gtk/gtkiconview.c:605 +#: gtk/gtkiconview.c:605 msgid "Markup column" msgstr "Markup-Spalte" -#: ../gtk/gtkiconview.c:606 +#: gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "" "Spalte des Modells, der der Text entnommen wird, falls Pango-Markup benutzt " "wird" -#: ../gtk/gtkiconview.c:613 +#: gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "Icon View-Modell" -#: ../gtk/gtkiconview.c:614 +#: gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "Das Modell für die Icon View" -#: ../gtk/gtkiconview.c:630 +#: gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "Spaltenanzahl" -#: ../gtk/gtkiconview.c:631 +#: gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "Die Anzahl der anzuzeigenden Spalten" -#: ../gtk/gtkiconview.c:648 +#: gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "Die Breite für jeden Eintrag" -#: ../gtk/gtkiconview.c:649 +#: gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "Die verwendete Breite für jeden Eintrag" -#: ../gtk/gtkiconview.c:665 +#: gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "Der Platz der zwischen den Zellen eines Eintrags eingefügt wird" -#: ../gtk/gtkiconview.c:680 +#: gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "Zeilenabstand" -#: ../gtk/gtkiconview.c:681 +#: gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "Zwischen den Gitterzeilen eingefügter Platz" -#: ../gtk/gtkiconview.c:696 +#: gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "Spaltenabstand" -#: ../gtk/gtkiconview.c:697 +#: gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "Zwischen den Gitterspalten eingefügter Platz" -#: ../gtk/gtkiconview.c:712 +#: gtk/gtkiconview.c:712 msgid "Margin" msgstr "Rand" -#: ../gtk/gtkiconview.c:713 +#: gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "Der Platz der an den Rändern der Symbolansicht eingefügt wird" -#: ../gtk/gtkiconview.c:730 +#: gtk/gtkiconview.c:730 msgid "" "How the text and icon of each item are positioned relative to each other" msgstr "" "Legt fest, wie Text und Symbol von jedem Element relativ zueinander " "positioniert werden" -#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 -#: ../gtk/gtktreeviewcolumn.c:307 +#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "Umstellbar" -#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 +#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "Die Ansicht kann umsortiert werden" -#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 +#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "Minihilfe-Spalte" # CHECK - Spalte oder Modell, wer »enthält«? -#: ../gtk/gtkiconview.c:755 +#: gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "Die Spalte des Modells, das die Minihilfentexte der Objekte enthält." -#: ../gtk/gtkiconview.c:766 +#: gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "Farbe der Markierung" -#: ../gtk/gtkiconview.c:767 +#: gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "Farbe der Auswahlbox" -#: ../gtk/gtkiconview.c:773 +#: gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "Alpha der Markierung" -#: ../gtk/gtkiconview.c:774 +#: gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "Sichtbarkeit der Auswahlbox" -#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 +#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "Pixbuf" -#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 +#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "Ein anzuzeigender GdkPixbuf" -#: ../gtk/gtkimage.c:139 +#: gtk/gtkimage.c:139 msgid "Pixmap" msgstr "Pixmap" -#: ../gtk/gtkimage.c:140 +#: gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "Eine anzuzeigende GdkPixmap" -#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 +#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "Bild" -#: ../gtk/gtkimage.c:148 +#: gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "Ein anzuzeigendes GdkImage" -#: ../gtk/gtkimage.c:155 +#: gtk/gtkimage.c:155 msgid "Mask" msgstr "Maske" -#: ../gtk/gtkimage.c:156 +#: gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "Das Maskenbitmap für GdkImage bzw. GdkPixmap" -#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 +#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "Name der zu ladenden und anzuzeigenden Datei" -#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 +#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "Repertoire-Kennung eines anzuzeigendes Repertoire-Symbols" -#: ../gtk/gtkimage.c:180 +#: gtk/gtkimage.c:180 msgid "Icon set" msgstr "Symbolsatz" -#: ../gtk/gtkimage.c:181 +#: gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "Anzuzeigender Symbolsatz" -#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:214 ../gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Symbolgröße" -#: ../gtk/gtkimage.c:189 +#: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "" "Die für ein Repertoire-Symbol, Symbolsatz oder Symbolnamen zu verwendende " "Größe" -#: ../gtk/gtkimage.c:205 +#: gtk/gtkimage.c:205 msgid "Pixel size" msgstr "Pixel-Größe" -#: ../gtk/gtkimage.c:206 +#: gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "Die für einen Symbolnamen zu verwendende Größe" -#: ../gtk/gtkimage.c:214 +#: gtk/gtkimage.c:214 msgid "Animation" msgstr "Animation" -#: ../gtk/gtkimage.c:215 +#: gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "Die Anzuzeigende GdkPixbufAnimation" -#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 +#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "Speicherform" -#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 +#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "Die für die Bilddaten verwendete Darstellung" -#: ../gtk/gtkimagemenuitem.c:136 +#: gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "Das Kind-Widget, das neben dem Menütext erscheint" -#: ../gtk/gtkimagemenuitem.c:151 +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "" "Legt fest, ob der Beschriftungstext verwendet werden soll, um einen Stock-" "Menüeintrag zu erstellen" -#: ../gtk/gtkimagemenuitem.c:169 +#: gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "Bild immer anzeigen" -#: ../gtk/gtkimagemenuitem.c:170 +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "Legt fest, ob das Bild immer angezeigt werden soll" -#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "Tastenkürzelgruppe" -#: ../gtk/gtkimagemenuitem.c:185 +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "Die Tastenkürzelgruppe, die für Stock-Tastenkürzel verwendet wird" -#: ../gtk/gtkimagemenuitem.c:190 +#: gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "Menübilder anzeigen" -#: ../gtk/gtkimagemenuitem.c:191 +#: gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "Sollen in Menüs Bilder angezeigt werden?" -#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Der Bildschirm, auf dem dieses Fenster angezeigt werden soll" -#: ../gtk/gtklabel.c:368 +#: gtk/gtklabel.c:368 msgid "The text of the label" msgstr "Der Text der Beschriftung" -#: ../gtk/gtklabel.c:375 +#: gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "" "Eine Liste der Stilattribute, die auf den Beschriftungstext angewendet " "werden sollen" -#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 +#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 msgid "Justification" msgstr "Ausrichtung" -#: ../gtk/gtklabel.c:397 +#: gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " @@ -3260,11 +3238,11 @@ msgstr "" "NICHT die Ausrichtung der Beschriftung innerhalb des ihr zugewiesenen " "Raumes; siehe hierzu auch GtkMisc::xalign" -#: ../gtk/gtklabel.c:405 +#: gtk/gtklabel.c:405 msgid "Pattern" msgstr "Muster" -#: ../gtk/gtklabel.c:406 +#: gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" @@ -3272,49 +3250,49 @@ msgstr "" "Ein »_«-Zeichen in einer Zeichenkette führt dazu, dass das nachfolgende " "Zeichen im Text unterstrichen wird" -#: ../gtk/gtklabel.c:413 +#: gtk/gtklabel.c:413 msgid "Line wrap" msgstr "Zeilenumbruch" -#: ../gtk/gtklabel.c:414 +#: gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "Falls WAHR, Zeilen umbrechen, wenn der Text zu lang wird" -#: ../gtk/gtklabel.c:429 +#: gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "Zeilenumbruchmodus" -#: ../gtk/gtklabel.c:430 +#: gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "Legt fest, wie Zeilen umgebrochen werden" -#: ../gtk/gtklabel.c:437 +#: gtk/gtklabel.c:437 msgid "Selectable" msgstr "Markierbar" -#: ../gtk/gtklabel.c:438 +#: gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "Soll der Beschriftungstext mit der Maus markierbar sein?" -#: ../gtk/gtklabel.c:444 +#: gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "Tastaturkürzel" -#: ../gtk/gtklabel.c:445 +#: gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "Das Tastaturkürzel für diese Beschriftung" -#: ../gtk/gtklabel.c:453 +#: gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "Kürzel-Widget" -#: ../gtk/gtklabel.c:454 +#: gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "" "Das Widget, das aktiviert werden soll, wenn das Tastaturkürzel der " "Beschriftung gedrückt wird" -#: ../gtk/gtklabel.c:500 +#: gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" @@ -3322,103 +3300,103 @@ msgstr "" "Der bevorzugte Bereich zur Auslassung in der Zeichenkette, falls die " "Beschriftung nicht genug Platz hat, um sie komplett anzuzeigen" -#: ../gtk/gtklabel.c:540 +#: gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "Einzelzeilen-Modus" -#: ../gtk/gtklabel.c:541 +#: gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "Soll der Beschriftungstext im Einzelzeilen-Modus dargestellt werden?" -#: ../gtk/gtklabel.c:558 +#: gtk/gtklabel.c:558 msgid "Angle" msgstr "Winkel" -#: ../gtk/gtklabel.c:559 +#: gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "Der Winkel um den die Beschriftung rotiert wird" -#: ../gtk/gtklabel.c:579 +#: gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "Maximale Breite in Zeichen" -#: ../gtk/gtklabel.c:580 +#: gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "Die gewünschte maximale Breite der Beschriftung, in Zeichen" -#: ../gtk/gtklabel.c:696 +#: gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "" "Soll der Inhalt einer auswählbaren Beschriftung markiert werden, wenn sie " "fokussiert wird?" -#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 +#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "Horizontale Stellgröße" -#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 +#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "Das GtkAdjustment für die horizontale Position" -#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 +#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "Vertikale Stellgröße" -#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 +#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "Das GtkAdjustment für die vertikale Position" -#: ../gtk/gtklayout.c:633 +#: gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "Die Breite des Layouts" -#: ../gtk/gtklayout.c:642 +#: gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "Die Höhe des Layouts" -#: ../gtk/gtklinkbutton.c:145 +#: gtk/gtklinkbutton.c:145 msgid "URI" msgstr "URI" -#: ../gtk/gtklinkbutton.c:146 +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "Der diesem Knopf zugewiesene URI" -#: ../gtk/gtklinkbutton.c:160 +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "Besucht" -#: ../gtk/gtklinkbutton.c:161 +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "Wurde dieser Link besucht?" -#: ../gtk/gtkmenu.c:501 +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "Der momentan gewählte Menüeintrag" -#: ../gtk/gtkmenu.c:516 +#: gtk/gtkmenu.c:516 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:285 msgid "Accel Path" msgstr "Tastenkürzelpfad" -#: ../gtk/gtkmenu.c:531 +#: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "" "Ein Tastenkürzelpfad um einfach Tastenkürzelpfade für Kinderelemente zu " "erstellen" -#: ../gtk/gtkmenu.c:547 +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "Widget anheften" -#: ../gtk/gtkmenu.c:548 +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "Das Widget, dem das Menü angeheftet ist" -#: ../gtk/gtkmenu.c:556 +#: gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" @@ -3426,56 +3404,56 @@ msgstr "" "Ein Titel, der evtl. vom Fenstermanager angezeigt wird, wenn dieses Menü " "abgerissen wurde" -#: ../gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "Abreißstatus" -#: ../gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "Ein Boolscher Wert der anzeigt, ob das Menü abgerissen wurde" -#: ../gtk/gtkmenu.c:585 +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "Bildschirm" -#: ../gtk/gtkmenu.c:586 +#: gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "Der Bildschirm, auf dem das Menü aufklappen wird" -#: ../gtk/gtkmenu.c:592 +#: gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "Vertikale Polsterung" -#: ../gtk/gtkmenu.c:593 +#: gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "Die oben und unten am Menü hinzuzufügende Polsterung in Pixel" -#: ../gtk/gtkmenu.c:601 +#: gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "Horizontale Polsterung" -#: ../gtk/gtkmenu.c:602 +#: gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "" "Die an den linken und rechten Ecken des Menüs hinzuzufügende Polsterung in " "Pixel" -#: ../gtk/gtkmenu.c:610 +#: gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "Vertikaler Versatz" -#: ../gtk/gtkmenu.c:611 +#: gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" msgstr "" "Wenn das Menü ein Untermenü ist, wird es vertikal um so viele Pixel versetzt" -#: ../gtk/gtkmenu.c:619 +#: gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "Horizontaler Versatz" -#: ../gtk/gtkmenu.c:620 +#: gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" @@ -3483,91 +3461,91 @@ msgstr "" "Wenn das Menü ein Untermenü ist, wird es horizontal um so viele Pixel " "versetzt" -#: ../gtk/gtkmenu.c:628 +#: gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "Doppelte Pfeile" -#: ../gtk/gtkmenu.c:629 +#: gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "Beim Rollen immer beide Pfeile anzeigen." -#: ../gtk/gtkmenu.c:642 +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "Pfeilplatzierung" -#: ../gtk/gtkmenu.c:643 +#: gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "Legt fest, wo Rollpfeile platziert werden sollen" -#: ../gtk/gtkmenu.c:651 +#: gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "Links anhängen" -#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 +#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "" "Die Spaltennummer, an die die linke Seite des Kinds angehängt werden soll" -#: ../gtk/gtkmenu.c:659 +#: gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "Rechts anhängen" -#: ../gtk/gtkmenu.c:660 +#: gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "" "Die Spaltennummer, an die die rechte Seite des Kinds angehängt werden soll" -#: ../gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "Oben anhängen" -#: ../gtk/gtkmenu.c:668 +#: gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "" "Die Spaltennummer, an die die obere Seite des Kinds angehängt werden soll" -#: ../gtk/gtkmenu.c:675 +#: gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "Unten anhängen" -#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 +#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "" "Die Spaltennummer, an die die untere Seite des Kinds angehängt werden soll" -#: ../gtk/gtkmenu.c:690 +#: gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "" "Beliebige Konstant, mit der die Größe des Rollpfleils nach unten skaliert " "wird" -#: ../gtk/gtkmenu.c:777 +#: gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "Kürzel können geändert werden" -#: ../gtk/gtkmenu.c:778 +#: gtk/gtkmenu.c:778 msgid "" "Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "" "Sollen Menükürzel geändert werden können, indem man eine Taste drückt, wenn " "der Menüeintrag markiert ist?" -#: ../gtk/gtkmenu.c:783 +#: gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "Verzögerung bis zum Erscheinen der Untermenüs" -#: ../gtk/gtkmenu.c:784 +#: gtk/gtkmenu.c:784 msgid "" "Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" "Die Zeit, die sich der Mauszeiger über einem Menüeintrag befinden muss, " "bevor das Untermenü erscheint" -#: ../gtk/gtkmenu.c:791 +#: gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "Verzögerung bis zum Verbergen eines Untermenüs" -#: ../gtk/gtkmenu.c:792 +#: gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" @@ -3575,281 +3553,281 @@ msgstr "" "Die Zeit, bis ein Untermenü verborgen wird, wenn sich der Mauszeiger in " "dessen Richtung bewegt" -#: ../gtk/gtkmenubar.c:168 +#: gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "Packausrichtung" -#: ../gtk/gtkmenubar.c:169 +#: gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "Die Packausrichtung der Werkzeugleiste" -#: ../gtk/gtkmenubar.c:185 +#: gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "Kindergruppenausrichtung" -#: ../gtk/gtkmenubar.c:186 +#: gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "Die Ausrichtung einer Gruppe von Widget-Kindern in der Menüleiste" -#: ../gtk/gtkmenubar.c:195 +#: gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "Der Stil der Fase um die Menüleiste" -#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 +#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "Interne Polsterung" -#: ../gtk/gtkmenubar.c:203 +#: gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "Der Rand zwischen dem Schatten der Menüleiste und den Menüeinträgen" -#: ../gtk/gtkmenubar.c:210 +#: gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "Die Verzögerung bis zum Erscheinen der Herabklapp-Menüs" -#: ../gtk/gtkmenubar.c:211 +#: gtk/gtkmenubar.c:211 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:252 msgid "Right Justified" msgstr "Rechtsbündig" -#: ../gtk/gtkmenuitem.c:253 +#: gtk/gtkmenuitem.c:253 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:267 msgid "Submenu" msgstr "Untermenü" -#: ../gtk/gtkmenuitem.c:268 +#: gtk/gtkmenuitem.c:268 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:286 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:301 msgid "The text for the child label" msgstr "Der Text der Kind-Beschriftung" -#: ../gtk/gtkmenuitem.c:364 +#: gtk/gtkmenuitem.c:364 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:377 msgid "Width in Characters" msgstr "Breite in Zeichen" -#: ../gtk/gtkmenuitem.c:378 +#: gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "Die minimale gewünschte Breite des Menüeintrags, in Zeichen" -#: ../gtk/gtkmenushell.c:374 +#: gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "Fokus übernehmen" -#: ../gtk/gtkmenushell.c:375 +#: gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "" "Ein Boolscher Wert der anzeigt, ob das Menü den Tastaturfokus an sich nimmt" -#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 +#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "Menü" -#: ../gtk/gtkmenutoolbutton.c:246 +#: gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "Herabklapper-Menü" -#: ../gtk/gtkmessagedialog.c:98 +#: gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "Bild-/Beschriftungsrand" -#: ../gtk/gtkmessagedialog.c:99 +#: gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "" "Die Breite des Rands um die Beschriftung und das Bild im Hinweisdialog." -#: ../gtk/gtkmessagedialog.c:114 +#: gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "Trennbalken verwenden" -#: ../gtk/gtkmessagedialog.c:115 +#: gtk/gtkmessagedialog.c:115 msgid "" "Whether to put a separator between the message dialog's text and the buttons" msgstr "" "Soll eine Trennlinie zwischen dem Text des Nachrichtendialog und den Knöpfen " "eingefügt werden?" -#: ../gtk/gtkmessagedialog.c:128 +#: gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "Nachrichtentyp" -#: ../gtk/gtkmessagedialog.c:129 +#: gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "Der Typ der Nachricht" -#: ../gtk/gtkmessagedialog.c:136 +#: gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "Nachrichtenknöpfe" -#: ../gtk/gtkmessagedialog.c:137 +#: gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "Die im Nachrichtendialogfenster angezeigten Knöpfe" -#: ../gtk/gtkmessagedialog.c:154 +#: gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "Der primäre Text des Nachrichtendialogfensters" -#: ../gtk/gtkmessagedialog.c:169 +#: gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "Markup verwenden" -#: ../gtk/gtkmessagedialog.c:170 +#: gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "Der primäre Text des Titel enthält Pango-Markup." -#: ../gtk/gtkmessagedialog.c:184 +#: gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "Sekundärer Text" -#: ../gtk/gtkmessagedialog.c:185 +#: gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "Die sekundäre Text des Nachrichtendialogfensters" -#: ../gtk/gtkmessagedialog.c:200 +#: gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "Markum im Sekundären verwenden" -#: ../gtk/gtkmessagedialog.c:201 +#: gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "Der sekundäre Text enthält Pango-Markup." -#: ../gtk/gtkmessagedialog.c:216 +#: gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "Das Bild" -#: ../gtk/gtkmisc.c:83 +#: gtk/gtkmisc.c:83 msgid "Y align" msgstr "Y-Ausrichtung" -#: ../gtk/gtkmisc.c:84 +#: gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "Die vertikale Ausrichtung, von 0 (oben) bis 1 (unten)" -#: ../gtk/gtkmisc.c:93 +#: gtk/gtkmisc.c:93 msgid "X pad" msgstr "X-Polsterung" -#: ../gtk/gtkmisc.c:94 +#: gtk/gtkmisc.c:94 msgid "" "The amount of space to add on the left and right of the widget, in pixels" msgstr "Die links und rechts am Widget hinzuzufügende Polsterung in Pixel" -#: ../gtk/gtkmisc.c:103 +#: gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Y-Polsterung" -#: ../gtk/gtkmisc.c:104 +#: gtk/gtkmisc.c:104 msgid "" "The amount of space to add on the top and bottom of the widget, in pixels" msgstr "Die oben und unten am Widget hinzuzufügende Polsterung in Pixel" -#: ../gtk/gtkmountoperation.c:139 +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "Eltern" -#: ../gtk/gtkmountoperation.c:140 +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "Das Eltern-Fenster" -#: ../gtk/gtkmountoperation.c:147 +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "Wird angezeigt" -#: ../gtk/gtkmountoperation.c:148 +#: gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "Wird ein Dialog angezeigt?" -#: ../gtk/gtkmountoperation.c:156 +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "Der Bildschirm, auf dem dieses Fenster angezeigt werden soll" -#: ../gtk/gtknotebook.c:577 +#: gtk/gtknotebook.c:577 msgid "Page" msgstr "Seite" -#: ../gtk/gtknotebook.c:578 +#: gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "Der Index der aktuellen Seite" -#: ../gtk/gtknotebook.c:586 +#: gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "Reiterposition" -#: ../gtk/gtknotebook.c:587 +#: gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "Die Seite des Notizbuchs, auf der die Reiter sitzen" -#: ../gtk/gtknotebook.c:594 +#: gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "Reiterrand" -#: ../gtk/gtknotebook.c:595 +#: gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "Die Breite des Rands um Reiterbeschriftungen" -#: ../gtk/gtknotebook.c:603 +#: gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "Horizontaler Reiterrand" -#: ../gtk/gtknotebook.c:604 +#: gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "Die Breite des horizontalen Rands um Reiterbeschriftungen" -#: ../gtk/gtknotebook.c:612 +#: gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "Vertikaler Reiterrand" -#: ../gtk/gtknotebook.c:613 +#: gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "Die Breite des vertikalen Rands um Reiterbeschriftungen" -#: ../gtk/gtknotebook.c:621 +#: gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "Reiter anzeigen" -#: ../gtk/gtknotebook.c:622 +#: gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "Sollen die Reiter gezeigt werden?" -#: ../gtk/gtknotebook.c:628 +#: gtk/gtknotebook.c:628 msgid "Show Border" msgstr "Rand anzeigen" -#: ../gtk/gtknotebook.c:629 +#: gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "Soll der Rand gezeigt werden?" -#: ../gtk/gtknotebook.c:635 +#: gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "Rollbar" -#: ../gtk/gtknotebook.c:636 +#: gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "" "Falls WAHR, werden Rollpfeile hinzugefügt, falls nicht alle Reiter Platz " "finden" -#: ../gtk/gtknotebook.c:642 +#: gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "Popup aktivieren" -#: ../gtk/gtknotebook.c:643 +#: gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" @@ -3857,360 +3835,358 @@ msgstr "" "Falls WAHR, öffnet ein Rechtsklick auf das Notizbuch ein Menü, mit dem man " "die Seiten ansteuern kann" -#: ../gtk/gtknotebook.c:650 +#: gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "Sollen alle Reiter gleich groß sein?" -#: ../gtk/gtknotebook.c:656 +#: gtk/gtknotebook.c:656 msgid "Group ID" msgstr "Gruppen-ID" -#: ../gtk/gtknotebook.c:657 +#: gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "Gruppen-ID für Reiter beim Drag&Drop" -#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 -#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 -#: ../gtk/gtkradiotoolbutton.c:65 +#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 +#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "Gruppe" -#: ../gtk/gtknotebook.c:674 +#: gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "Gruppen für Reiter beim Drag&Drop" -#: ../gtk/gtknotebook.c:680 +#: gtk/gtknotebook.c:680 msgid "Tab label" msgstr "Reiterbeschriftung" -#: ../gtk/gtknotebook.c:681 +#: gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "Die auf dem Reiter des Kinds angezeigte Zeichenkette" -#: ../gtk/gtknotebook.c:687 +#: gtk/gtknotebook.c:687 msgid "Menu label" msgstr "Menü-Beschriftung" -#: ../gtk/gtknotebook.c:688 +#: gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "Die im Menü des Kinds angezeigte Zeichenkette" -#: ../gtk/gtknotebook.c:701 +#: gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "Reiter ausklappen" -#: ../gtk/gtknotebook.c:702 +#: gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "Soll der Reiter des Kinds ausgeklappt werden?" -#: ../gtk/gtknotebook.c:708 +#: gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "Reiter füllen" -#: ../gtk/gtknotebook.c:709 +#: gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "Soll der Reiter des Kinds den zugewiesenen Bereich ausfüllen?" -#: ../gtk/gtknotebook.c:715 +#: gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "Reiter-Packtyp" -#: ../gtk/gtknotebook.c:722 +#: gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "Reiter umordnerbar" -#: ../gtk/gtknotebook.c:723 +#: gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "Legt fest, ob der Reiter durch den Benutzer umgeordnet werden darf" -#: ../gtk/gtknotebook.c:729 +#: gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "Reiter abtrennbar" -#: ../gtk/gtknotebook.c:730 +#: gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "Legt fest, ob der Reiter abtrennbar ist" -#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 +#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "Zweiter Schrittschalter rückwärts" -#: ../gtk/gtknotebook.c:746 +#: gtk/gtknotebook.c:746 msgid "" "Display a second backward arrow button on the opposite end of the tab area" msgstr "" "Einen zweiten Rückwärtspfeil am gegenüberliegenden Ende des Reiterbereichs " "anzeigen" -#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 +#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "Zweiter Schrittschalter vorwärts" -#: ../gtk/gtknotebook.c:762 +#: gtk/gtknotebook.c:762 msgid "" "Display a second forward arrow button on the opposite end of the tab area" msgstr "" "Einen zweiten Vorwärtspfeil am gegenüberliegenden Ende des Reiterbereichs " "anzeigen" -#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 +#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "Schrittschalter rückwärts" -#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 +#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "Den normalen Rückwärtspfeil anzeigen" -#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 +#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "Schrittschalter vorwärts" -#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 +#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "Den normalen Vorwärtspfeil anzeigen" -#: ../gtk/gtknotebook.c:806 +#: gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "Reiterüberlappung" -#: ../gtk/gtknotebook.c:807 +#: gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "Größe der überlappenden Reiterregion" -#: ../gtk/gtknotebook.c:822 +#: gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "Reiterkrümmung" -#: ../gtk/gtknotebook.c:823 +#: gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "Die Größe der Reiterkrümmung" -#: ../gtk/gtknotebook.c:839 +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "Pfeilabstandt" -#: ../gtk/gtknotebook.c:840 +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "Abstand des Pfeils" -#: ../gtk/gtkobject.c:370 +#: gtk/gtkobject.c:370 msgid "User Data" msgstr "Benutzerdaten" -#: ../gtk/gtkobject.c:371 +#: gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "Zeiger auf anonyme Benutzerdaten" -#: ../gtk/gtkoptionmenu.c:162 +#: gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "Das Optionsmenü" -#: ../gtk/gtkoptionmenu.c:169 +#: gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "Die Größe des Herabklapp-Indikators" -#: ../gtk/gtkoptionmenu.c:175 +#: gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "Polsterung um Indikator" -#: ../gtk/gtkorientable.c:75 +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "Die Ausrichtung des Orientable-Widgets" -#: ../gtk/gtkpaned.c:242 +#: gtk/gtkpaned.c:242 msgid "" "Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "Die Position des Feldtrennbalkens in Pixel (0 heißt ganz links/oben)" -#: ../gtk/gtkpaned.c:251 +#: gtk/gtkpaned.c:251 msgid "Position Set" msgstr "Position einstellen" -#: ../gtk/gtkpaned.c:252 +#: gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "WAHR, falls die Eigenschaft Position verwendet werden soll" -#: ../gtk/gtkpaned.c:258 +#: gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "Griffgröße" -#: ../gtk/gtkpaned.c:259 +#: gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "Die Breite des Griffs" -#: ../gtk/gtkpaned.c:275 +#: gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "Minimale Position" -#: ../gtk/gtkpaned.c:276 +#: gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "Kleinster zulässiger Wert der Eigenschaft »position«" -#: ../gtk/gtkpaned.c:293 +#: gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "Maximale Position" -#: ../gtk/gtkpaned.c:294 +#: gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "Größter zulässiger Wert der Eigenschaft »position«" -#: ../gtk/gtkpaned.c:311 +#: gtk/gtkpaned.c:311 msgid "Resize" msgstr "Größe ändern" -#: ../gtk/gtkpaned.c:312 +#: gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "" "Soll das Kind zusammen mit dem Feldgröße-Widget ausgedehnt und geschrumpft " "werden?" -#: ../gtk/gtkpaned.c:327 +#: gtk/gtkpaned.c:327 msgid "Shrink" msgstr "Schrumpfen" -#: ../gtk/gtkpaned.c:328 +#: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "Soll das Kind kleiner als der angeforderte Raum gemacht werden können?" -#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "Eingebettet" -#: ../gtk/gtkplug.c:151 +#: gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "Legt fest, ob der Plug eingebettet ist" -#: ../gtk/gtkplug.c:165 +#: gtk/gtkplug.c:165 msgid "Socket Window" msgstr "Socket-Fenster" -#: ../gtk/gtkplug.c:166 +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "Das Fenster des Sockets, in den der Plug eingebettet ist" -#: ../gtk/gtkpreview.c:102 +#: gtk/gtkpreview.c:102 msgid "" "Whether the preview widget should take up the entire space it is allocated" msgstr "Soll das Vorschau-Widget den gesamten ihm zugewiesenen Raum einnehmen?" -#: ../gtk/gtkprinter.c:124 +#: gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "Der Name des zu verwendenden Druckers" -#: ../gtk/gtkprinter.c:130 +#: gtk/gtkprinter.c:130 msgid "Backend" msgstr "Backend" -#: ../gtk/gtkprinter.c:131 +#: gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "Backend für den Druckerr" -#: ../gtk/gtkprinter.c:137 +#: gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "Ist virtuell" -#: ../gtk/gtkprinter.c:138 +#: gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "FALSCH, falls dies einen realen Drucker darstellt" -#: ../gtk/gtkprinter.c:144 +#: gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "Akzeptiert PDF" -#: ../gtk/gtkprinter.c:145 +#: gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "WAHR, falls dieser Drucker PDF akzeptieren kann" -#: ../gtk/gtkprinter.c:151 +#: gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "Akzeptiert PostScript" -#: ../gtk/gtkprinter.c:152 +#: gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "WAHR, falls dieser Drucker PostScript akzeptieren kann" -#: ../gtk/gtkprinter.c:158 +#: gtk/gtkprinter.c:158 msgid "State Message" msgstr "Statusmitteilung" -#: ../gtk/gtkprinter.c:159 +#: gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "Zeichenkette, die den momentanen Status des Druckers wiedergibt" -#: ../gtk/gtkprinter.c:165 +#: gtk/gtkprinter.c:165 msgid "Location" msgstr "Ort" -#: ../gtk/gtkprinter.c:166 +#: gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "Der Ort des Druckers" -#: ../gtk/gtkprinter.c:173 +#: gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "Der Name des für diesen Drucker zu verwendenen Symbols" -#: ../gtk/gtkprinter.c:179 +#: gtk/gtkprinter.c:179 msgid "Job Count" msgstr "Aufträge" -#: ../gtk/gtkprinter.c:180 +#: gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "Anzahl der eingereihten Aufdräge dieses Druckers" -#: ../gtk/gtkprinter.c:198 +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "Drucker angehalten" -#: ../gtk/gtkprinter.c:199 +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "WAHR, falls dieser Drucker angehalten ist" -#: ../gtk/gtkprinter.c:212 +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "Aufträge annehmen" -#: ../gtk/gtkprinter.c:213 +#: gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "WAHR, falls dieser Drucker Aufträge annimmt" -#: ../gtk/gtkprinteroptionwidget.c:123 +#: gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "Quell-Option" -#: ../gtk/gtkprinteroptionwidget.c:124 +#: gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "Die PrinterOption für dieses Widget" -#: ../gtk/gtkprintjob.c:117 +#: gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "Der Titel des Druckauftrags" -#: ../gtk/gtkprintjob.c:125 +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "Drucker" -#: ../gtk/gtkprintjob.c:126 +#: gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "Der für diesen Druckauftrag zu verwendene Drucker" -#: ../gtk/gtkprintjob.c:134 +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "Einstellungen" -#: ../gtk/gtkprintjob.c:135 +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "Druckereinstellungen" -#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 -#: ../gtk/gtkprintunixdialog.c:258 +#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "Seiteneinstellungen" -#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "Druckstatus überwachen" -#: ../gtk/gtkprintjob.c:153 +#: gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." @@ -4218,51 +4194,51 @@ msgstr "" "WAHR, falls der Druckauftrag Statusänderungs-Signale emittieren soll nachdem " "die Druckdaten an den Drucker oder den Drucker-Server gesendet wurden." -#: ../gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "Vorgabe-Seiteneinstellungen" -#: ../gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "Das als Vorgabe zu verwendende GtkPageSetup" -#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "Druckeinstellungen" -#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "Die beim Initialisieren des Dialogs zu verwendenden GtkPrintSettings" -#: ../gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "Auftragsname" -#: ../gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "Eine Zeichenkette zur Identifizierung des Druckauftrags." -#: ../gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "Seitenanzahl" -#: ../gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr "Die Anzahl der Seiten des Dokuments." -#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "Aktuelles Seite" -#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "Die aktuelle Seite des Dokuments" -#: ../gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "Gesamte Seite verwenden" -#: ../gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1007 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" @@ -4270,7 +4246,7 @@ msgstr "" "WAHR, falls der Ursprung des Kontexts an der Ecke der Seite sein soll und " "nicht an der Ecke des druckbaren Bereichs" -#: ../gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1028 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." @@ -4279,77 +4255,77 @@ msgstr "" "nachdem die Druckdaten an den Drucker oder den Drucker-Server gesendet " "wurden." -#: ../gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "Einheit" -#: ../gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "Die Einheit, mit der Abstände in diesem Kontext gemessen werden" -#: ../gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "Dialog anzeigen" -#: ../gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr "" "WAHR, falls ein Fortschrittsanzeige-Dialog während des Druckens angezeigt " "wird." -#: ../gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "Async erlauben" -#: ../gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "WAHR, falls der Druckprozess asynchron laufen darf." -#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "Export-Dateiname" -#: ../gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "Status" -#: ../gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "Der Status der Druckoperation" -#: ../gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "Status-Zeichenkette" -#: ../gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "Eine verständliche Beschreibung des Status" -#: ../gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "Eigene Reiterbeschriftung" -#: ../gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "Beschriftung für den Reiter mit benutzerdefinierten Widgets." -#: ../gtk/gtkprintunixdialog.c:259 +#: gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "Das zu verwendende GtkPageSetup" -#: ../gtk/gtkprintunixdialog.c:284 +#: gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "Ausgewählter Drucker" -#: ../gtk/gtkprintunixdialog.c:285 +#: gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "Der ausgewählte GtkPrinter" -#: ../gtk/gtkprogress.c:102 +#: gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "Aktivitätsmodus" -#: ../gtk/gtkprogress.c:103 +#: gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " @@ -4360,39 +4336,39 @@ msgstr "" "verwendet, wenn die Anwendung etwas durchführt, von dem Sie nicht wissen, " "wie lang es dauert." -#: ../gtk/gtkprogress.c:111 +#: gtk/gtkprogress.c:111 msgid "Show text" msgstr "Text anzeigen" -#: ../gtk/gtkprogress.c:112 +#: gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "Legt fest, ob der Arbeitsfortschritt als Text angezeigt wird." -#: ../gtk/gtkprogressbar.c:119 +#: gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "Die mit dem Fortschrittsbalken verbundene Stellgröße (veraltet)" -#: ../gtk/gtkprogressbar.c:135 +#: gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "Balkenstil" -#: ../gtk/gtkprogressbar.c:136 +#: gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "Gibt das Aussehen des Balkens im Prozentmodus an (veraltet)" -#: ../gtk/gtkprogressbar.c:144 +#: gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "Aktivitäts-Schrittweite" -#: ../gtk/gtkprogressbar.c:145 +#: gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "Die Schrittweite jedes Durchlaufs im Aktivitätsmodus (veraltet)" -#: ../gtk/gtkprogressbar.c:152 +#: gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "Aktivitätsblöcke" -#: ../gtk/gtkprogressbar.c:153 +#: gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" @@ -4400,11 +4376,11 @@ msgstr "" "Die Anzahl der Blöcke, die im Aktivitätsmodus in die Fläche des " "Fortschrittsbalkens passen (veraltet)" -#: ../gtk/gtkprogressbar.c:160 +#: gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "Getrennte Blöcke" -#: ../gtk/gtkprogressbar.c:161 +#: gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" @@ -4412,29 +4388,29 @@ msgstr "" "Die Anzahl getrennter Blöcke in einem Fortschrittsbalken (wenn im Blockmodus " "dargestellt)" -#: ../gtk/gtkprogressbar.c:168 +#: gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "Anteil" -#: ../gtk/gtkprogressbar.c:169 +#: gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "Der fertiggestellte Anteil an der gesamten Arbeit" -#: ../gtk/gtkprogressbar.c:176 +#: gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "Puls-Schrittweite" -#: ../gtk/gtkprogressbar.c:177 +#: gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "" "Der Anteil an der gesamten Breite, um die sich der hüpfende Balken bei jedem " "Aktivitätspuls bewegt" -#: ../gtk/gtkprogressbar.c:185 +#: gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "Im Fortschrittsbalken anzuzeigender Text" -#: ../gtk/gtkprogressbar.c:207 +#: gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." @@ -4442,59 +4418,59 @@ msgstr "" "Der bevorzugte Bereich zur Auslassung in der Zeichenkette, falls der " "Fortschrittsbalken nicht genug Platz hat, um sie komplett anzuzeigen." -#: ../gtk/gtkprogressbar.c:214 +#: gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "X-Abstand" -#: ../gtk/gtkprogressbar.c:215 +#: gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "Extra Platz, der zur Breite der Fortschrittsanzeige hinzugefügt wird." -#: ../gtk/gtkprogressbar.c:220 +#: gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "Y-Abstand" -#: ../gtk/gtkprogressbar.c:221 +#: gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "Extra Platz, der zur Höhe der Fortschrittsanzeige hinzugefügt wird." -#: ../gtk/gtkprogressbar.c:234 +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "Minimale Breite der horizontalen Fortschrittsanzeige" -#: ../gtk/gtkprogressbar.c:235 +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "Die minimale Breite der horizontalen Fortschrittsanzeige" -#: ../gtk/gtkprogressbar.c:247 +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "Minimale Höhe der horizontalen Fortschrittsanzeige" -#: ../gtk/gtkprogressbar.c:248 +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "Minimale Höhe der horizontalen Fortschrittsanzeige" -#: ../gtk/gtkprogressbar.c:260 +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "Minimale Breite der vertikalen Fortschrittsanzeige" -#: ../gtk/gtkprogressbar.c:261 +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "Die minimale Breite der vertikalen Fortschrittsanzeige" -#: ../gtk/gtkprogressbar.c:273 +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "Minimale Höhe der vertikalen Fortschrittsanzeige" -#: ../gtk/gtkprogressbar.c:274 +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "Die minimale Höhe der vertikalen Fortschrittsanzeige" -#: ../gtk/gtkradioaction.c:111 +#: gtk/gtkradioaction.c:111 msgid "The value" msgstr "Der Wert" -#: ../gtk/gtkradioaction.c:112 +#: gtk/gtkradioaction.c:112 msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." @@ -4502,15 +4478,15 @@ msgstr "" "Der von »gtk_radio_action_get_current_value()« gelieferte wert, wenn diese " "Aktion die derzeitige Gruppenaktion ist." -#: ../gtk/gtkradioaction.c:129 +#: gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "Die Radioaktion, zu dessen Gruppe diese Aktion gehört." -#: ../gtk/gtkradioaction.c:144 +#: gtk/gtkradioaction.c:144 msgid "The current value" msgstr "Der aktuelle Wert" -#: ../gtk/gtkradioaction.c:145 +#: gtk/gtkradioaction.c:145 msgid "" "The value property of the currently active member of the group to which this " "action belongs." @@ -4518,149 +4494,149 @@ msgstr "" "Der Wert des momentan aktiven Mitglieds der Gruppe, zu der diese Aktion " "gehört." -#: ../gtk/gtkradiobutton.c:83 +#: gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "Der Radioknopf, zu dessen Gruppe dieses Widget gehört." -#: ../gtk/gtkradiomenuitem.c:344 +#: gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "Das Radio-Menüeintrag, zu dessen Gruppe dieses Widget gehört." -#: ../gtk/gtkradiotoolbutton.c:66 +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "Der Radiowerkzeug-Knopf, zu dessen Gruppe dieser Knopf gehört." -#: ../gtk/gtkrange.c:358 +#: gtk/gtkrange.c:358 msgid "Update policy" msgstr "Aktualisierungsmethode" -#: ../gtk/gtkrange.c:359 +#: gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "" "Die Art und Weise, auf die der Bereich auf dem Bildschirm aktualisiert " "werden soll" -#: ../gtk/gtkrange.c:368 +#: gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "" "Das GtkAdjustment, das den aktuellen Wert dieses Bereichsobjekts enthält" -#: ../gtk/gtkrange.c:375 +#: gtk/gtkrange.c:375 msgid "Inverted" msgstr "Umgekehrt" -#: ../gtk/gtkrange.c:376 +#: gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" msgstr "" "Die Richtung der Schieberbewegung umkehren, um den Bereichswert zu vergrößern" -#: ../gtk/gtkrange.c:383 +#: gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "Untere Empfindlichkeit des Schrittschalters" -#: ../gtk/gtkrange.c:384 +#: gtk/gtkrange.c:384 msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" msgstr "" "Die Empfindlichkeit des Schrittschalters am unteren Ende der Möglichkeiten" -#: ../gtk/gtkrange.c:392 +#: gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "Obere Empfindlichkeit des Schrittschaltes" -#: ../gtk/gtkrange.c:393 +#: gtk/gtkrange.c:393 msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" msgstr "" "Die Empfindlichkeit des Schrittschalters am oberen Ende der Möglichkeiten" -#: ../gtk/gtkrange.c:410 +#: gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "Füllstand anzeigen" -#: ../gtk/gtkrange.c:411 +#: gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "Legt fest, ob der Füllstand im Trog angezeigt wird." -#: ../gtk/gtkrange.c:427 +#: gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "Auf Füllstand beschränken" -#: ../gtk/gtkrange.c:428 +#: gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "Legt fest, ob der obere Rand auf den Füllstand beschränkt ist." -#: ../gtk/gtkrange.c:443 +#: gtk/gtkrange.c:443 msgid "Fill Level" msgstr "Füllstand" -#: ../gtk/gtkrange.c:444 +#: gtk/gtkrange.c:444 msgid "The fill level." msgstr "Der Füllstand." -#: ../gtk/gtkrange.c:452 +#: gtk/gtkrange.c:452 msgid "Slider Width" msgstr "Schieberbreite" -#: ../gtk/gtkrange.c:453 +#: gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "Die Breite des Rollbalkens" -#: ../gtk/gtkrange.c:460 +#: gtk/gtkrange.c:460 msgid "Trough Border" msgstr "Trogrand" -#: ../gtk/gtkrange.c:461 +#: gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "" "Der Abstand zwischen den Schiebern bzw. den Schrittschaltern und der äußeren " "Trogfase" -#: ../gtk/gtkrange.c:468 +#: gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "Schrittschalter-Größe" -#: ../gtk/gtkrange.c:469 +#: gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "Die Länge der Schrittschalter an den Enden" -#: ../gtk/gtkrange.c:484 +#: gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "Schrittschalter-Abstand" -#: ../gtk/gtkrange.c:485 +#: gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "Der Abstand zwischen den Schrittschaltern und dem Schieber" -#: ../gtk/gtkrange.c:492 +#: gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "Horizontaler Versatz des Pfeiles" -#: ../gtk/gtkrange.c:493 +#: gtk/gtkrange.c:493 msgid "" "How far in the x direction to move the arrow when the button is depressed" msgstr "" "Wie weit soll der Pfeil in der horizontaler Richtung versetzt werden, wenn " "der Knopf gedrückt wird?" -#: ../gtk/gtkrange.c:500 +#: gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "Y-Versatz des Pfeiles" -#: ../gtk/gtkrange.c:501 +#: gtk/gtkrange.c:501 msgid "" "How far in the y direction to move the arrow when the button is depressed" msgstr "" "Wie weit soll der Pfeil in der Y-Richtung versetzt werden, wenn der Knopf " "gedrückt wird?" -#: ../gtk/gtkrange.c:509 +#: gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "Schieber beim Ziehen als »aktiv« darstellen" -#: ../gtk/gtkrange.c:510 +#: gtk/gtkrange.c:510 msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" @@ -4668,11 +4644,11 @@ msgstr "" "Falls diese Eigenschaft WAHR ist, werden Schieber als »aktiv« und mit " "Schatten nach innen dargestellt, wenn sie gezogen werden" -#: ../gtk/gtkrange.c:524 +#: gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "Details der Trogseiten" -#: ../gtk/gtkrange.c:525 +#: gtk/gtkrange.c:525 msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" @@ -4680,11 +4656,11 @@ msgstr "" "Falls diese Option WAHR ist, werden die Teile des Trogs auf den beiden " "Seiten des Schiebers mit verschiedenen Details dargestellt" -#: ../gtk/gtkrange.c:541 +#: gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "Trog unter Schrittzählern" -#: ../gtk/gtkrange.c:542 +#: gtk/gtkrange.c:542 msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" @@ -4692,272 +4668,270 @@ msgstr "" "Legt fest, ob der Trog über die gesamte Länge gezeichnet wird oder ob " "Schrittzähler und Abstände ausgenommen werden" -#: ../gtk/gtkrange.c:555 +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "Pfeilskalierung" -#: ../gtk/gtkrange.c:556 +#: gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "Pfeilskalierung bezogen zur Größe der Bildlaufleiste" -#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 +#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "Nummern anzeigen" -#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 +#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "Sollen die Einträge nummeriert werden?" -#: ../gtk/gtkrecentchooser.c:132 +#: gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "»Zuletzt geöffnet«-Verwaltung" -#: ../gtk/gtkrecentchooser.c:133 +#: gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "Der zu verwendende RecentManager" -#: ../gtk/gtkrecentchooser.c:147 +#: gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "Private anzeigen" -#: ../gtk/gtkrecentchooser.c:148 +#: gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "Sollen private Einträge angezeigt werden?" -#: ../gtk/gtkrecentchooser.c:161 +#: gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "Minihilfen anzeigen" -#: ../gtk/gtkrecentchooser.c:162 +#: gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "Soll bei Einträgen eine Minihilfe angezeigt werden?" -#: ../gtk/gtkrecentchooser.c:174 +#: gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "Symbole anzeigen" -#: ../gtk/gtkrecentchooser.c:175 +#: gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "Soll bei Einträgen ein Symbol angezeigt werden?" -#: ../gtk/gtkrecentchooser.c:190 +#: gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "Nicht gefundene Dateien anzeigen" -#: ../gtk/gtkrecentchooser.c:191 +#: gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "" "Sollen Einträge, die auf nicht verfügbare Ressourcen zeigen, angezeigt " "werden?" -#: ../gtk/gtkrecentchooser.c:204 +#: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "Sollen mehrere Einträge ausgewählt werden können?" -#: ../gtk/gtkrecentchooser.c:217 +#: gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "Nur lokal" -#: ../gtk/gtkrecentchooser.c:218 +#: gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "" "Sollen die auswählbaren Ressourcen auf lokale file:-URIs begrenzt werden?" -#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 +#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "Limit" -#: ../gtk/gtkrecentchooser.c:235 +#: gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "Die Anzahl der anzuzeigenden Einträge" -#: ../gtk/gtkrecentchooser.c:249 +#: gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "Sortierreihenfolge" -#: ../gtk/gtkrecentchooser.c:250 +#: gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "Die Sortierreihenfolge der angezeigten Einträge" -#: ../gtk/gtkrecentchooser.c:265 +#: gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "" "Der momentan zum Auswählen der anzuzeigenden Ressourcen zu verwendende Filter" -#: ../gtk/gtkrecentmanager.c:215 +#: gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "" "Der gesamte Pfad zur Datei, der zum Speichern und Lesen der Liste verwendet " "wird" -#: ../gtk/gtkrecentmanager.c:230 +#: gtk/gtkrecentmanager.c:230 msgid "" "The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "" "Die maximale Anzahl an Einträgen, die von gtk_recent_manager_get_items() " "zurück gegeben wird" -#: ../gtk/gtkrecentmanager.c:246 +#: gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "Die Größe der »Zuletzt verwendet«-Liste" -#: ../gtk/gtkruler.c:128 +#: gtk/gtkruler.c:128 msgid "Lower" msgstr "Untergrenze" -#: ../gtk/gtkruler.c:129 +#: gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "Die Untergrenze des Lineals" -#: ../gtk/gtkruler.c:138 +#: gtk/gtkruler.c:138 msgid "Upper" msgstr "Obergrenze" -#: ../gtk/gtkruler.c:139 +#: gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "Die Obergrenze des Lineals" -#: ../gtk/gtkruler.c:149 +#: gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "Die Position der Markierung auf dem Lineal" -#: ../gtk/gtkruler.c:158 +#: gtk/gtkruler.c:158 msgid "Max Size" msgstr "Max. Länge" -#: ../gtk/gtkruler.c:159 +#: gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "Die maximale Länge des Lineals" -#: ../gtk/gtkruler.c:174 +#: gtk/gtkruler.c:174 msgid "Metric" msgstr "Metrisch" -#: ../gtk/gtkruler.c:175 +#: gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "Die metrische Einheit des Lineals" -#: ../gtk/gtkscale.c:201 +#: gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "Die Anzahl der Nachkommastellen, die für den Wert dargestellt werden" -#: ../gtk/gtkscale.c:210 +#: gtk/gtkscale.c:210 msgid "Draw Value" msgstr "Wert anzeigen" -#: ../gtk/gtkscale.c:211 +#: gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "" "Soll der aktuelle Wert als Zeichenkette neben dem Schieber angezeigt werden?" -#: ../gtk/gtkscale.c:218 +#: gtk/gtkscale.c:218 msgid "Value Position" msgstr "Wertposition" -#: ../gtk/gtkscale.c:219 +#: gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "Die Position, an der der aktuelle Wert angezeigt wird" -#: ../gtk/gtkscale.c:226 +#: gtk/gtkscale.c:226 msgid "Slider Length" msgstr "Schieberlänge" -#: ../gtk/gtkscale.c:227 +#: gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "Die Länge des Schiebers der Skala" -#: ../gtk/gtkscale.c:235 +#: gtk/gtkscale.c:235 msgid "Value spacing" msgstr "Wertabstand" -#: ../gtk/gtkscale.c:236 +#: gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "Der Abstand zwischen der Wertangabe und dem Schieber-/Trogbereich" -#: ../gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Der eingestellte Skalenwert" -#: ../gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Die Symbolgröße" -#: ../gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "Das GtkAdjustment, das den aktuellen Wert dieses Skalenobjekts enthält" -#: ../gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Symbole" -#: ../gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Liste der Symbolnamen" -#: ../gtk/gtkscrollbar.c:51 +#: gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "Die minimale Länge des Schiebers" -#: ../gtk/gtkscrollbar.c:52 +#: gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "Die minimale Länge des Rollbalken-Schiebers" -#: ../gtk/gtkscrollbar.c:60 +#: gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "Feste Schiebergröße" -#: ../gtk/gtkscrollbar.c:61 +#: gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "" "Die Schiebergröße nicht ändern, sondern lediglich auf der minimalen Länge " "festsperren" -#: ../gtk/gtkscrollbar.c:82 +#: gtk/gtkscrollbar.c:82 msgid "" "Display a second backward arrow button on the opposite end of the scrollbar" msgstr "" "Einen zweiten Rückwärtspfeil am gegenüberliegenden Ende des Rollbalkens " "anzeigen" -#: ../gtk/gtkscrollbar.c:89 +#: gtk/gtkscrollbar.c:89 msgid "" "Display a second forward arrow button on the opposite end of the scrollbar" msgstr "" "Einen zweiten Vorwärtspfeil am gegenüberliegenden Ende des Rollbalkens " "anzeigen" -#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 -#: ../gtk/gtktreeview.c:578 +#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "Horizontale Stellgröße" -#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 -#: ../gtk/gtktreeview.c:586 +#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "Vertikale Stellgröße" -#: ../gtk/gtkscrolledwindow.c:232 +#: gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "Horizontale Rollbalkenrichtlinie" -#: ../gtk/gtkscrolledwindow.c:233 +#: gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "Wann soll der horizontale Rollbalken angezeigt werden?" -#: ../gtk/gtkscrolledwindow.c:240 +#: gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "Vertikale Rollbalkenrichtlinie" -#: ../gtk/gtkscrolledwindow.c:241 +#: gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "Wann soll der vertikale Rollbalken angezeigt werden?" -#: ../gtk/gtkscrolledwindow.c:249 +#: gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "Fensterplatzierung" -#: ../gtk/gtkscrolledwindow.c:250 +#: gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." @@ -4965,11 +4939,11 @@ msgstr "" "Wo soll der Inhalt im Verhältnis zu den Rollbalken liegen? Diese Eigenschaft " "tritt nur in Kraft, falls »window-placement-set« WAHR ist." -#: ../gtk/gtkscrolledwindow.c:267 +#: gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "Fensterplatzierung aktiviert" -#: ../gtk/gtkscrolledwindow.c:268 +#: gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." @@ -4977,35 +4951,35 @@ msgstr "" "Legt fest, ob »window-placement« verwendet wird um die Position des Inhalts " "im Verhältnis zu den Rollbalken zu bestimmen." -#: ../gtk/gtkscrolledwindow.c:274 +#: gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "Schattentyp" -#: ../gtk/gtkscrolledwindow.c:275 +#: gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "Der Stil der Fase um den Inhalt" -#: ../gtk/gtkscrolledwindow.c:289 +#: gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "Rollbalken innerhalb der Fase" -#: ../gtk/gtkscrolledwindow.c:290 +#: gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "Rollbalken innerhalb der Fase des Fensters platzieren" -#: ../gtk/gtkscrolledwindow.c:296 +#: gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "Abstand der Rollbalken" -#: ../gtk/gtkscrolledwindow.c:297 +#: gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "Die Anzahl der Pixel zwischen den Rollbalken und dem gerollten Fenster" -#: ../gtk/gtkscrolledwindow.c:312 +#: gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "Platzierung gerollter Fenster" -#: ../gtk/gtkscrolledwindow.c:313 +#: gtk/gtkscrolledwindow.c:313 msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." @@ -5014,19 +4988,19 @@ msgstr "" "falls der Wert nicht durch die eigene Position des gerollten Fensters " "überschrieben wird?" -#: ../gtk/gtkseparatortoolitem.c:105 +#: gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "Anzeigen" -#: ../gtk/gtkseparatortoolitem.c:106 +#: gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "Soll der Trenner angezeigt werden oder einfach nur leer sein?" -#: ../gtk/gtksettings.c:215 +#: gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "Doppelklick-Zeit" -#: ../gtk/gtksettings.c:216 +#: gtk/gtksettings.c:216 msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" @@ -5034,11 +5008,11 @@ msgstr "" "Die maximale Zeit, die zwischen zwei Klicks vergehen darf, damit sie als " "Doppelklick erkannt werden (in Millisekunden)" -#: ../gtk/gtksettings.c:223 +#: gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "Doppelklick-Intervall" -#: ../gtk/gtksettings.c:224 +#: gtk/gtksettings.c:224 msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" @@ -5046,35 +5020,35 @@ msgstr "" "Der maximale Abstand, der zwischen zwei Klicks liegen darf, damit diese als " "Doppelklick interpretiert werden (in Pixel)" -#: ../gtk/gtksettings.c:240 +#: gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "Blinkender Zeiger" -#: ../gtk/gtksettings.c:241 +#: gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "Soll der Zeiger blinken?" -#: ../gtk/gtksettings.c:248 +#: gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "Zeigerblinkdauer" -#: ../gtk/gtksettings.c:249 +#: gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "Die Länge der Cursor-Blinkperiode in Millisekunden" -#: ../gtk/gtksettings.c:268 +#: gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "Cursor-Blinkdauer" -#: ../gtk/gtksettings.c:269 +#: gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "Die Zeit nach der der Cursor aufhört zu blinken, in Millisekunden" -#: ../gtk/gtksettings.c:276 +#: gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "Zeiger aufteilen" -#: ../gtk/gtksettings.c:277 +#: gtk/gtksettings.c:277 msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" @@ -5082,157 +5056,157 @@ msgstr "" "Sollen für gemischt linksläufigen und rechtsläufigen Text zwei Zeiger " "angezeigt werden?" -#: ../gtk/gtksettings.c:284 +#: gtk/gtksettings.c:284 msgid "Theme Name" msgstr "Themenname" -#: ../gtk/gtksettings.c:285 +#: gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "Name der zu ladenden Themen-RC-Datei" -#: ../gtk/gtksettings.c:293 +#: gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "Symbolthemenname" -#: ../gtk/gtksettings.c:294 +#: gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "Der Name des zu verwendenden Symbolthemas" -#: ../gtk/gtksettings.c:302 +#: gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "Ausweich-Symbolthemenname" -#: ../gtk/gtksettings.c:303 +#: gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "Der Name des zu verwendenden Ausweich-Symbolthemas" -#: ../gtk/gtksettings.c:311 +#: gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "Name der Tastenbelegung" -#: ../gtk/gtksettings.c:312 +#: gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "Name der zu ladenden Tastenbelegungs-RC-Datei" -#: ../gtk/gtksettings.c:320 +#: gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "Menüleisten-Kürzel" -#: ../gtk/gtksettings.c:321 +#: gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "Tastaturkürzel, das die Menüleiste aktiviert" -#: ../gtk/gtksettings.c:329 +#: gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "Ziehschwellwert" -#: ../gtk/gtksettings.c:330 +#: gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "" "Die Anzahl der Pixel, die sich der Zeiger bewegen kann, bevor das Ziehen " "einsetzt" -#: ../gtk/gtksettings.c:338 +#: gtk/gtksettings.c:338 msgid "Font Name" msgstr "Schriftname" -#: ../gtk/gtksettings.c:339 +#: gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "Der Name der zu verwendenden Vorgabeschrift" -#: ../gtk/gtksettings.c:361 +#: gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "Symbolgröße" -#: ../gtk/gtksettings.c:362 +#: gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "Die Liste der Symbolgrößen (gtk-menu=16,16;gtk-button=20,20 usw.)" -#: ../gtk/gtksettings.c:370 +#: gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "GTK-Module" -#: ../gtk/gtksettings.c:371 +#: gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "Liste der aktiven GTK-Module" -#: ../gtk/gtksettings.c:380 +#: gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Xft-Kantenglättung" -#: ../gtk/gtksettings.c:381 +#: gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "" "Sollen die Kanten von Xft-Schriften geglättet werden? 0: nein, 1: ja, -1: " "Vorgabe" -#: ../gtk/gtksettings.c:390 +#: gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Xft-Hinting" -#: ../gtk/gtksettings.c:391 +#: gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "" "Soll für Xft-Schriften Hinting verwendet werden? 0: nein, 1: ja, -1: Vorgabe" -#: ../gtk/gtksettings.c:400 +#: gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Xft-Hinting-Stil" -#: ../gtk/gtksettings.c:401 +#: gtk/gtksettings.c:401 msgid "" "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "" "Wie stark soll Hinting verwendet werden? none (keins), slight (leicht), " "medium (mittel) oder full (stark)" -#: ../gtk/gtksettings.c:410 +#: gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft-RGBA" -#: ../gtk/gtksettings.c:411 +#: gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "Typ der Subpixel-Kantenglättung; none (keine), rgb, bgr, vrgb, vbgr" -#: ../gtk/gtksettings.c:420 +#: gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Xft-DPI" -#: ../gtk/gtksettings.c:421 +#: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" msgstr "Xft-Auflösung in 1024 * Punkt/Zoll. -1: Vorgabewert" -#: ../gtk/gtksettings.c:430 +#: gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "Mauszeigerthema" -#: ../gtk/gtksettings.c:431 +#: gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" msgstr "" "Der Name des zu verwendenden Zeigerthemas, oder NULL, um das Vorgabethema zu " "verwenden." -#: ../gtk/gtksettings.c:439 +#: gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "Größe des Zeigerthemas" -#: ../gtk/gtksettings.c:440 +#: gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "Zu verwendende Zeigergröße, oder 0, um die Vorgabegröße zu verwenden." -#: ../gtk/gtksettings.c:450 +#: gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "Alternative Reihenfolge für Knöpfe" -#: ../gtk/gtksettings.c:451 +#: gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" msgstr "Sollen Knöpfe in Dialogen die alternative Reihenfolge verwenden?" -#: ../gtk/gtksettings.c:468 +#: gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "Vertauschte Sortierknöpfe" -#: ../gtk/gtksettings.c:469 +#: gtk/gtksettings.c:469 msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" @@ -5240,11 +5214,11 @@ msgstr "" "Legt fest, ob die Aktion der Sortierknöpfe gegenüber der Vorgabe, bei der " "runter »aufsteigend« bedeutet, vertauscht sein soll. " -#: ../gtk/gtksettings.c:477 +#: gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "Menü »Eingabemethoden« anzeigen" -#: ../gtk/gtksettings.c:478 +#: gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" @@ -5252,11 +5226,11 @@ msgstr "" "Sollen die Kontextmenüs von Eingabe- und Textfeldern die Möglichkeit zum " "Ändern der Eingabemethode bieten?" -#: ../gtk/gtksettings.c:486 +#: gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "Menü »Unicode-Steuerzeichen einfügen« anzeigen" -#: ../gtk/gtksettings.c:487 +#: gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" @@ -5264,228 +5238,228 @@ msgstr "" "Sollen die Kontextmenüs von Eingabe- und Textfeldern die Möglichkeit zum " "Einfügen von Steuerzeichen bieten?" -#: ../gtk/gtksettings.c:495 +#: gtk/gtksettings.c:495 msgid "Start timeout" msgstr "Anfangs-Timeout" -#: ../gtk/gtksettings.c:496 +#: gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "Anfangswert für Timeouts, wenn der Knopf gedrückt wird" -#: ../gtk/gtksettings.c:505 +#: gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "Wiederholungs-Timeout" -#: ../gtk/gtksettings.c:506 +#: gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "Widerholungswert für Timeouts, wenn der Knopf gedrückt wird" -#: ../gtk/gtksettings.c:515 +#: gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "Erweiterungs-Timeout" -#: ../gtk/gtksettings.c:516 +#: gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "" "Erweiterungswert für Timeouts, wenn ein Widget in eine neue Region expandiert" -#: ../gtk/gtksettings.c:551 +#: gtk/gtksettings.c:551 msgid "Color scheme" msgstr "Farbschema" -#: ../gtk/gtksettings.c:552 +#: gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "Eine Palette benannter Farben zur Verwendung in Themen" -#: ../gtk/gtksettings.c:561 +#: gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "Animationen aktivieren" -#: ../gtk/gtksettings.c:562 +#: gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "Sollen Toolkit-weite Animationen aktiviert werden?" -#: ../gtk/gtksettings.c:580 +#: gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "Touchscreen-Modus aktivieren" -#: ../gtk/gtksettings.c:581 +#: gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "" "Falls WAHR, werden auf diesem Bildschirm keine Bewegungsbenachrichtitungs-" "Ereignisse geliefert" -#: ../gtk/gtksettings.c:598 +#: gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "Minihilfe-Timeout" -#: ../gtk/gtksettings.c:599 +#: gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "Timeout, bis eine Minihilfe angezeigt wird" -#: ../gtk/gtksettings.c:624 +#: gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "Minihilfe-Auswahl-Timeout" -#: ../gtk/gtksettings.c:625 +#: gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "Timeout, bevor eine Minihilfe im Auswahlmodus angezeigt wird" -#: ../gtk/gtksettings.c:646 +#: gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "Minihilfe-Auswahlmodus-Timeout" -#: ../gtk/gtksettings.c:647 +#: gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "Timeout, nach dem der Auswahlmodus deaktiviert wird" -#: ../gtk/gtksettings.c:666 +#: gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "Nur Cursor-Tasten-Navigation" -#: ../gtk/gtksettings.c:667 +#: gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" msgstr "" "Falls WAHR, kann nur mit den Cursor-Tasten durch Widgets navigiert werden." -#: ../gtk/gtksettings.c:684 +#: gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "Umbruch bei Tastaturnavigation" -#: ../gtk/gtksettings.c:685 +#: gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "" "Legt fest, ob bei Navigation mit der Tastatur unten umgebrochen werden soll." -#: ../gtk/gtksettings.c:705 +#: gtk/gtksettings.c:705 msgid "Error Bell" msgstr "Fehler-Signal" -#: ../gtk/gtksettings.c:706 +#: gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "" "Falls WAHR, erzeugen Tastaturnavigations- und andere Fehler einen Klang." -#: ../gtk/gtksettings.c:723 +#: gtk/gtksettings.c:723 msgid "Color Hash" msgstr "Farb-Hash" -#: ../gtk/gtksettings.c:724 +#: gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "Eine Hash-Tabelle des Farbschemas" -#: ../gtk/gtksettings.c:732 +#: gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "Vorgabe-Backend des Dateiwählers" -#: ../gtk/gtksettings.c:733 +#: gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "Der Name des per Vorgabe zu verwendenden GtkFileChooser-Backends" -#: ../gtk/gtksettings.c:750 +#: gtk/gtksettings.c:750 msgid "Default print backend" msgstr "Vorgabe-Backend des Druckdialogs" -#: ../gtk/gtksettings.c:751 +#: gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "" "Liste der Namen von per Vorgabe zu verwendenden GtkPrintBackend-Backends" -#: ../gtk/gtksettings.c:774 +#: gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "" "Vorgabekommando, das beim Anzeigen der Druckvorschau ausgeführt werden soll" -#: ../gtk/gtksettings.c:775 +#: gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "Kommando, das beim Anzeigen der Druckvorschau ausgeführt werden soll" -#: ../gtk/gtksettings.c:791 +#: gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "Mnemonics aktivieren" -#: ../gtk/gtksettings.c:792 +#: gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "Legt fest, ob Beschriftungen Mnemonics haben sollen" -#: ../gtk/gtksettings.c:808 +#: gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "Kürzel aktivieren" -#: ../gtk/gtksettings.c:809 +#: gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "Legt fest, ob Menüeinträge Kürzel haben sollen" -#: ../gtk/gtksettings.c:826 +#: gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "Limit der zuletzt verwendeten Dateien" -#: ../gtk/gtksettings.c:827 +#: gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "Anzahl der zuletzt verwendeten Dateien" -#: ../gtk/gtksettings.c:845 +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "Vorgabe-IM-Modul" -#: ../gtk/gtksettings.c:846 +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "Welches IM-Modul soll verwendet werden?" -#: ../gtk/gtksettings.c:864 +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "Maximales Alter der zuletzt verwendeten Dateien" -#: ../gtk/gtksettings.c:865 +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "Maximales Alter der zuletzt verwendeten Dateien in Tagen" -#: ../gtk/gtksettings.c:874 +#: gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Fontconfig-Einstellungs-Zeitstempel" -#: ../gtk/gtksettings.c:875 +#: gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "Zeitstempel der aktuellen Fontconfig-Einstellungen" -#: ../gtk/gtksettings.c:897 +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "Audiothemenname" -#: ../gtk/gtksettings.c:898 +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "XDG-Audiothemenname" #. Translators: this means sounds that are played as feedback to user input -#: ../gtk/gtksettings.c:920 +#: gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "Rückmeldung mit Klängen" -#: ../gtk/gtksettings.c:921 +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "Soll auf Ereignisse eine Rückmeldung durch Klänge erfolgen?" -#: ../gtk/gtksettings.c:942 +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "Ereignis-Klänge aktivieren" -#: ../gtk/gtksettings.c:943 +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "Sollen Ereignis-Klänge gespielt werden?" -#: ../gtk/gtksettings.c:958 +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "Minihilfen aktivieren" -#: ../gtk/gtksettings.c:959 +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "Sollen Minihilfen auf Widgets angezeigt werden?" -#: ../gtk/gtksizegroup.c:293 +#: gtk/gtksizegroup.c:293 msgid "Mode" msgstr "Modus" -#: ../gtk/gtksizegroup.c:294 +#: gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" @@ -5493,30 +5467,30 @@ msgstr "" "Die Richtungen, in denen die Größengruppe die angeforderten Größen ihrer " "Komponenten-Widgets beeinflusst" -#: ../gtk/gtksizegroup.c:310 +#: gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "Versteckte ignorieren" -#: ../gtk/gtksizegroup.c:311 +#: gtk/gtksizegroup.c:311 msgid "" "If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "" "Wenn WAHR, werden alle nicht zugewiesenen Widgets beim Berechnen der " "Gruppengröße ignoriert" -#: ../gtk/gtkspinbutton.c:209 +#: gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "Die Stellgröße, die den Wert des Zahlenfeldes enthält" -#: ../gtk/gtkspinbutton.c:216 +#: gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "Steigrate" -#: ../gtk/gtkspinbutton.c:236 +#: gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "Auf Teilstriche einrasten" -#: ../gtk/gtkspinbutton.c:237 +#: gtk/gtkspinbutton.c:237 msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" @@ -5524,190 +5498,190 @@ msgstr "" "Sollen abseits liegende Werte automatisch auf das nächste " "Schrittweitenvielfache des Spinbuttons gerundet werden?" -#: ../gtk/gtkspinbutton.c:244 +#: gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "Numerisch" -#: ../gtk/gtkspinbutton.c:245 +#: gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "Sollen nicht-numerische Zeichen ignoriert werden?" -#: ../gtk/gtkspinbutton.c:252 +#: gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "Zyklisch" -#: ../gtk/gtkspinbutton.c:253 +#: gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "Soll der Spinbutton beim Erreichen seiner Grenzen umbrechen?" -#: ../gtk/gtkspinbutton.c:260 +#: gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "Aktualisierungsmethode" -#: ../gtk/gtkspinbutton.c:261 +#: gtk/gtkspinbutton.c:261 msgid "" "Whether the spin button should update always, or only when the value is legal" msgstr "" "Soll der Spinbutton immer aktualisieren, oder nur wenn der Wert zulässig ist?" -#: ../gtk/gtkspinbutton.c:270 +#: gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "Liest den aktuellen Wert aus oder stellt einen neuen ein" -#: ../gtk/gtkspinbutton.c:279 +#: gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "Der Stil der Fase um den Spinbutton" -#: ../gtk/gtkstatusbar.c:141 +#: gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "Hat Anfasser zur Größenänderung" # CHECK - toplevel unübersetzt -#: ../gtk/gtkstatusbar.c:142 +#: gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "Soll die Statusleiste einen Anfasser zur Größenänderung haben?" -#: ../gtk/gtkstatusbar.c:187 +#: gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "Stil der Fase um den Text der Statusleiste" -#: ../gtk/gtkstatusicon.c:268 +#: gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "Die Größe des Symbols" -#: ../gtk/gtkstatusicon.c:278 +#: gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "Der Bildschirm, auf dem dieses Statussymbol angezeigt werden soll" -#: ../gtk/gtkstatusicon.c:285 +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "Blinken" -#: ../gtk/gtkstatusicon.c:286 +#: gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "Soll das Statussymbol blinken?" -#: ../gtk/gtkstatusicon.c:294 +#: gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "Soll das Statussymbol sichtbar sein?" -#: ../gtk/gtkstatusicon.c:310 +#: gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "Legt fest, ob das Statussymbol eingebettet ist" -#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 +#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 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:632 msgid "Has tooltip" msgstr "Hat Minihilfe" -#: ../gtk/gtkstatusicon.c:354 +#: gtk/gtkstatusicon.c:354 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:653 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:654 gtk/gtkwidget.c:675 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:674 msgid "Tooltip markup" msgstr "Minihilfen-Markup" -#: ../gtk/gtkstatusicon.c:400 +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "Der Inhalt der Minihilfe dieses Benachrichtigungssymbols" -#: ../gtk/gtktable.c:129 +#: gtk/gtktable.c:129 msgid "Rows" msgstr "Zeilen" -#: ../gtk/gtktable.c:130 +#: gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "Die Anzahl der Zeilen in der Tabelle" -#: ../gtk/gtktable.c:138 +#: gtk/gtktable.c:138 msgid "Columns" msgstr "Spalten" -#: ../gtk/gtktable.c:139 +#: gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "Die Anzahl der Spalten in der Tabelle" -#: ../gtk/gtktable.c:147 +#: gtk/gtktable.c:147 msgid "Row spacing" msgstr "Zeilenabstand" -#: ../gtk/gtktable.c:148 +#: gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "Der Abstand zwischen zwei aufeinanderfolgenden Zeilen" -#: ../gtk/gtktable.c:156 +#: gtk/gtktable.c:156 msgid "Column spacing" msgstr "Spaltenabstand" -#: ../gtk/gtktable.c:157 +#: gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "Der Abstand zwischen zwei aufeinanderfolgenden Spalten" -#: ../gtk/gtktable.c:166 +#: gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "Falls WAHR, sind die Tabellenzellen alle gleich breit/hoch" -#: ../gtk/gtktable.c:173 +#: gtk/gtktable.c:173 msgid "Left attachment" msgstr "Links anhängen" -#: ../gtk/gtktable.c:180 +#: gtk/gtktable.c:180 msgid "Right attachment" msgstr "Rechts anhängen" -#: ../gtk/gtktable.c:181 +#: gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "" "Die Spaltennummer, an die die rechte Seite eines Kind-Widgets angehängt " "werden soll" -#: ../gtk/gtktable.c:187 +#: gtk/gtktable.c:187 msgid "Top attachment" msgstr "Oben anhängen" -#: ../gtk/gtktable.c:188 +#: gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "" "Die Spaltennummer, an die die obere Seite eines Kind-Widgets angehängt " "werden soll" -#: ../gtk/gtktable.c:194 +#: gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "Unten anhängen" -#: ../gtk/gtktable.c:201 +#: gtk/gtktable.c:201 msgid "Horizontal options" msgstr "Horizontale Optionen" -#: ../gtk/gtktable.c:202 +#: gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "Diese Optionen geben das horizontale Verhalten des Kindes an" -#: ../gtk/gtktable.c:208 +#: gtk/gtktable.c:208 msgid "Vertical options" msgstr "Vertikale Optionen" -#: ../gtk/gtktable.c:209 +#: gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "Diese Optionen geben das vertikale Verhalten des Kindes an" -#: ../gtk/gtktable.c:215 +#: gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "Horizontale Polsterung" -#: ../gtk/gtktable.c:216 +#: gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" @@ -5715,11 +5689,11 @@ msgstr "" "Die zwischen dem Kind und dessen oberen und unteren Nachbarn einzufügende " "Polsterung in Pixel" -#: ../gtk/gtktable.c:222 +#: gtk/gtktable.c:222 msgid "Vertical padding" msgstr "Vertikale Polsterung" -#: ../gtk/gtktable.c:223 +#: gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" @@ -5727,75 +5701,75 @@ msgstr "" "Die zwischen dem Kind und dessen linken und rechten Nachbarn einzufügende " "Polsterung in Pixel" -#: ../gtk/gtktext.c:546 +#: gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "Die horizontale Stellgröße für das Text-Widget" -#: ../gtk/gtktext.c:554 +#: gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "Die vertikale Stellgröße für das Text-Widget" -#: ../gtk/gtktext.c:561 +#: gtk/gtktext.c:561 msgid "Line Wrap" msgstr "Zeilenumbruch" -#: ../gtk/gtktext.c:562 +#: gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "Sollen Zeilen an den Widget-Kanten umbrochen werden?" -#: ../gtk/gtktext.c:569 +#: gtk/gtktext.c:569 msgid "Word Wrap" msgstr "Wortumbruch" -#: ../gtk/gtktext.c:570 +#: gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "Sollen Wörter an den Widget-Kanten umbrochen werden?" -#: ../gtk/gtktextbuffer.c:180 +#: gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "Tag-Tabelle" -#: ../gtk/gtktextbuffer.c:181 +#: gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "Text-Tag-Tabelle" -#: ../gtk/gtktextbuffer.c:199 +#: gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "Aktueller Text des Puffers" -#: ../gtk/gtktextbuffer.c:213 +#: gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "Hat Auswahl" -#: ../gtk/gtktextbuffer.c:214 +#: gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "Ob der Puffer einen momentan ausgewählten Text hat" -#: ../gtk/gtktextbuffer.c:230 +#: gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "Zeigerposition" -#: ../gtk/gtktextbuffer.c:231 +#: gtk/gtktextbuffer.c:231 msgid "" "The position of the insert mark (as offset from the beginning of the buffer)" msgstr "Die Position des Einfügezeigers (Versatz zum Beginn des Puffers)" -#: ../gtk/gtktextbuffer.c:246 +#: gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "Ziele für »Kopieren«" -#: ../gtk/gtktextbuffer.c:247 +#: gtk/gtktextbuffer.c:247 msgid "" "The list of targets this buffer supports for clipboard copying and DND source" msgstr "" "Die Liste der Ziele, die dieser Puffer für das Kopieren aus der " "Zwischenablage und Drag&Drop-Quellen unterstützt." -#: ../gtk/gtktextbuffer.c:262 +#: gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "Ziele für »Einfügen«" -#: ../gtk/gtktextbuffer.c:263 +#: gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" @@ -5803,38 +5777,38 @@ msgstr "" "Die Liste der Ziele, die dieser Puffer für das Einfügen aus der " "Zwischenablage und durch Drag&Drop-Zielen unterstützt." -#: ../gtk/gtktextmark.c:90 +#: gtk/gtktextmark.c:90 msgid "Mark name" msgstr "Markierungsname" # CHECK -#: ../gtk/gtktextmark.c:97 +#: gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "Linke Schwere" -#: ../gtk/gtktextmark.c:98 +#: gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "Legt fest, ob die Markierung linke Schwere besitzt." -#: ../gtk/gtktexttag.c:173 +#: gtk/gtktexttag.c:173 msgid "Tag name" msgstr "Tagname" -#: ../gtk/gtktexttag.c:174 +#: gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "" "Dieser Name wird verwendet, um auf das Text-Tag Bezug zu nehmen. NULL " "bedeutet anonyme Tags" -#: ../gtk/gtktexttag.c:192 +#: gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "Hintergrundfarbe als (möglicherweise nicht zugewiesene) GdkColor" -#: ../gtk/gtktexttag.c:199 +#: gtk/gtktexttag.c:199 msgid "Background full height" msgstr "Hintergrund über volle Höhe" -#: ../gtk/gtktexttag.c:200 +#: gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" @@ -5842,46 +5816,46 @@ msgstr "" "Soll die Hintergrundfarbe die gesamte Zeilenhöhe oder nur die Höhe der " "markierten Zeichen ausfüllen?" -#: ../gtk/gtktexttag.c:208 +#: gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "Hintergrund-Schraffurmaske" -#: ../gtk/gtktexttag.c:209 +#: gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "" "Die als Maske beim Zeichnen des Texthintergrundes zu verwendende Bitmap" -#: ../gtk/gtktexttag.c:226 +#: gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "Die Vordergrundfarbe als (möglicherweise nicht zugewiesene) GdkColor" -#: ../gtk/gtktexttag.c:234 +#: gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "Vordergrund-Schraffurmaske" -#: ../gtk/gtktexttag.c:235 +#: gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "" "Die als Maske beim Zeichnen des Textvordergrundes zu verwendende Bitmap" -#: ../gtk/gtktexttag.c:242 +#: gtk/gtktexttag.c:242 msgid "Text direction" msgstr "Textrichtung" -#: ../gtk/gtktexttag.c:243 +#: gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "" "Die Textrichtung, d.h. von rechts nach links oder von links nach rechts" -#: ../gtk/gtktexttag.c:292 +#: gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "Der Schriftstil als PangoStyle, z.B. PANGO_STYLE_ITALIC" -#: ../gtk/gtktexttag.c:301 +#: gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" msgstr "Die Schriftvariation als PangoVariant, z.B. PANGO_VARIANT_SMALL_CAPS" -#: ../gtk/gtktexttag.c:310 +#: gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" @@ -5889,15 +5863,15 @@ msgstr "" "Das Schriftgewicht als Ganzzahl, siehe vordefinierte Werte in PangoWeight; z." "B. PANGO_WEIGHT_BOLD" -#: ../gtk/gtktexttag.c:321 +#: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "Die Schriftdehnung als PangoStrech, z.B. PANGO_STRECH_CONDENSED" -#: ../gtk/gtktexttag.c:330 +#: gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "Schriftgröße in Pango-Einheiten" -#: ../gtk/gtktexttag.c:340 +#: gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " @@ -5908,11 +5882,11 @@ msgstr "" "ist daher empfehlenswert. Pango stellt einige vordefinierte Skalierungen zur " "Verfügung, so z.B. PANGO_SCALE_X_LARGE" -#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 +#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "Den Text linksbündig, rechtsbündig oder zentriert ausrichten" -#: ../gtk/gtktexttag.c:379 +#: gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." @@ -5921,31 +5895,31 @@ msgstr "" "dies bei der Textdarstellung als Wink verwenden. Falls Sie diesen Parameter " "nicht verstehen, benötigen Sie ihn wahrscheinlich nicht." -#: ../gtk/gtktexttag.c:386 +#: gtk/gtktexttag.c:386 msgid "Left margin" msgstr "Linker Rand" -#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 +#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "Die Breite des linken Rands in Pixel" -#: ../gtk/gtktexttag.c:396 +#: gtk/gtktexttag.c:396 msgid "Right margin" msgstr "Rechter Rand" -#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 +#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "Die Breite des linken Rands in Pixel" -#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 +#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 msgid "Indent" msgstr "Einrückung" -#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 +#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "Die Einrückungstiefe des Absatzes in Pixel" -#: ../gtk/gtktexttag.c:419 +#: gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" @@ -5953,390 +5927,390 @@ msgstr "" "Das Hochstellen des Texts über der Grundlinie (Tiefstellen, wenn der Wert " "negativ ist) in Pango-Einheiten" -#: ../gtk/gtktexttag.c:428 +#: gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "Pixel über Zeilen" -#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 +#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "Der Leerraum über Absätzen in Pixel" -#: ../gtk/gtktexttag.c:438 +#: gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "Pixel unter Zeilen" -#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 +#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "Der Leerraum unter Absätzen in Pixel" -#: ../gtk/gtktexttag.c:448 +#: gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "Pixel im Umbruch" # CHECK!!! -#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 +#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "" "Der Leerraum zwischen umgebrochenen Zeilen innerhalb eines Absatzes in Pixel" -#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 +#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 msgid "" "Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "Zeilen nie, an Wort-, oder an Zeichengrenzen umbrechen?" -#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 +#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 msgid "Tabs" msgstr "Reiter" -#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 +#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "Eigene Reiter für diesen Text" -#: ../gtk/gtktexttag.c:504 +#: gtk/gtktexttag.c:504 msgid "Invisible" msgstr "Unsichtbar" -#: ../gtk/gtktexttag.c:505 +#: gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "Legt fest, ob dieser Text versteckt wird." -#: ../gtk/gtktexttag.c:519 +#: gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "Name der Absatzhintergrundfarbe" -#: ../gtk/gtktexttag.c:520 +#: gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "Die Absatzhintergrundfarbe als Zeichenkette" -#: ../gtk/gtktexttag.c:535 +#: gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "Absatzhintergrundfarbe" -#: ../gtk/gtktexttag.c:536 +#: gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "Absatzhintergrundfarbe als (möglicherweise nicht zugewiesene) GdkColor" -#: ../gtk/gtktexttag.c:554 +#: gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "Ränder auflaufen" -#: ../gtk/gtktexttag.c:555 +#: gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "Legt fest, ob linke und rechte Ränder aufeinander auflaufen." -#: ../gtk/gtktexttag.c:568 +#: gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "Volle Hintergrundhöhe einstellen" -#: ../gtk/gtktexttag.c:569 +#: gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "Soll dieses Tag die Höhe des Hintergrunds beeinflussen?" -#: ../gtk/gtktexttag.c:572 +#: gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "Hintergrundschraffur einstellen" -#: ../gtk/gtktexttag.c:573 +#: gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "Soll dieses Tag die Hintergrundschraffur beeinflussen?" -#: ../gtk/gtktexttag.c:580 +#: gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "Vordergrundschraffur einstellen" -#: ../gtk/gtktexttag.c:581 +#: gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "Soll dieses Tag die Vordergrundschraffur beeinflussen?" -#: ../gtk/gtktexttag.c:616 +#: gtk/gtktexttag.c:616 msgid "Justification set" msgstr "Ausrichtung einstellen" -#: ../gtk/gtktexttag.c:617 +#: gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "Soll dieses Tag die Absatzausrichtung beeinflussen?" -#: ../gtk/gtktexttag.c:624 +#: gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "Linken Rand einstellen" -#: ../gtk/gtktexttag.c:625 +#: gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "Soll dieses Tag den linken Rand beeinflussen?" -#: ../gtk/gtktexttag.c:628 +#: gtk/gtktexttag.c:628 msgid "Indent set" msgstr "Einrückung einstellen" -#: ../gtk/gtktexttag.c:629 +#: gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "Soll dieses Tag die Einrückung beeinflussen?" -#: ../gtk/gtktexttag.c:636 +#: gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "Pixel über Zeilen einstellen" -#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 +#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "Soll dieses Tag den Leerraum über Zeilen beeinflussen?" -#: ../gtk/gtktexttag.c:640 +#: gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "Pixel unter Zeilen einstellen" -#: ../gtk/gtktexttag.c:644 +#: gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "Pixel im Umbruch einstellen" -#: ../gtk/gtktexttag.c:645 +#: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "" "Soll dieses Tag die Anzahl der Pixel zwischen umbrochenen Zeilen " "beeinflussen?" -#: ../gtk/gtktexttag.c:652 +#: gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "Rechten Rand einstellen" -#: ../gtk/gtktexttag.c:653 +#: gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "Soll dieses Tag den rechten Rand beeinflussen?" -#: ../gtk/gtktexttag.c:660 +#: gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "Umbruchmodus einstellen" -#: ../gtk/gtktexttag.c:661 +#: gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "Soll dieses Tag den Umbruchmodus beeinflussen?" -#: ../gtk/gtktexttag.c:664 +#: gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "Reiter einstellen" -#: ../gtk/gtktexttag.c:665 +#: gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "Soll dieses Tag Reiter beeinflussen?" -#: ../gtk/gtktexttag.c:668 +#: gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "Unsichtbarkeit einstellen" -#: ../gtk/gtktexttag.c:669 +#: gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "Soll dieses Tag die Sichtbarkeit des Texts beeinflussen?" -#: ../gtk/gtktexttag.c:672 +#: gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "Absatzintergrund einstellen" -#: ../gtk/gtktexttag.c:673 +#: gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "Legt fest, ob dieses Tag die Absatzhintergrundfarbe beeinflusst" -#: ../gtk/gtktextview.c:543 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "Pixel über Zeilen" -#: ../gtk/gtktextview.c:553 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "Pixel unter Zeilen" -#: ../gtk/gtktextview.c:563 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "Pixel im Umbruch" -#: ../gtk/gtktextview.c:581 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "Umbruchmodus" -#: ../gtk/gtktextview.c:599 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "Linker Rand" -#: ../gtk/gtktextview.c:609 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "Rechter Rand" -#: ../gtk/gtktextview.c:637 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "Zeiger sichtbar" -#: ../gtk/gtktextview.c:638 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "Soll der Einfügezeiger gezeigt werden?" -#: ../gtk/gtktextview.c:645 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "Puffer" -#: ../gtk/gtktextview.c:646 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "Der anzuzeigende Puffer" -#: ../gtk/gtktextview.c:654 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "Soll eingegebener Text vorhandenen Inhalt überschreiben?" -#: ../gtk/gtktextview.c:661 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "Akzeptiert Tabulator" -#: ../gtk/gtktextview.c:662 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "" "Soll das Drücken der Tab-Taste dazu führen, dass ein Tabulatorzeichen " "eingegeben wird?" -#: ../gtk/gtktextview.c:691 +#: gtk/gtktextview.c:691 msgid "Error underline color" msgstr "Farbe zum Unterstreichen von Fehlern" -#: ../gtk/gtktextview.c:692 +#: gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "" "Die Farbe, in der Unterstreichungen gezeichnet werden sollen, die Fehler " "anzeigen" -#: ../gtk/gtktoggleaction.c:104 +#: gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "Als Radio-Aktion die selben Proxys erzeugen" -#: ../gtk/gtktoggleaction.c:105 +#: gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "Sollen die Proxys dieser Aktion wie Radio-Aktions-Proxys aussehen?" -#: ../gtk/gtktoggleaction.c:120 +#: gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "Soll der Umschaltaktion aktiv sein oder nicht?" -#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 +#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "Soll der Umschaltknopf eingedrückt sein oder nicht?" -#: ../gtk/gtktogglebutton.c:124 +#: gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "Ist der Umschaltknopf in einem »Zwischen«-Zustand?" -#: ../gtk/gtktogglebutton.c:131 +#: gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "Indikator zeichnen" -#: ../gtk/gtktogglebutton.c:132 +#: gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "Soll der Umschaltteil des Knopfes dargestellt werden?" -#: ../gtk/gtktoolbar.c:494 +#: gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "Werkzeugleisten-Stil" -#: ../gtk/gtktoolbar.c:495 +#: gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "Wie soll die Werkzeugleiste gezeichnet werden?" -#: ../gtk/gtktoolbar.c:502 +#: gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "Pfeil anzeigen" -#: ../gtk/gtktoolbar.c:503 +#: gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "Soll ein Pfeil angezeigt werden, falls die Werkzeugleiste nicht passt?" -#: ../gtk/gtktoolbar.c:518 +#: gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "Minihilfen" -#: ../gtk/gtktoolbar.c:519 +#: gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "Legt fest, ob die Minihilfen der Werkzeugleiste angezeigt werden" -#: ../gtk/gtktoolbar.c:541 +#: gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "Die Größe der Symbole in dieser Werkzeugleiste" -#: ../gtk/gtktoolbar.c:556 +#: gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "Symbolgröße gesetzt" -#: ../gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "Legt fest, ob die Eigenschaft »icon-size« gesetzt ist" -#: ../gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "" "Soll dem Kind zusätzlicher Platz zugewiesen werden, wenn das Werkzeugleisten-" "Widget wächst?" -#: ../gtk/gtktoolbar.c:574 +#: gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "Soll das Objekt gleich groß wie andere homogene Objekte sein?" -#: ../gtk/gtktoolbar.c:581 +#: gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "Trennergröße" -#: ../gtk/gtktoolbar.c:582 +#: gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "Die Größe der Trenner" -#: ../gtk/gtktoolbar.c:591 +#: gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "Der Abstand zwischen dem Schatten der Werkzeugleiste und den Knöpfen" -#: ../gtk/gtktoolbar.c:599 +#: gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "Maximale Breite des Kindes" -#: ../gtk/gtktoolbar.c:600 +#: gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "Der maximale Platz, den ein ausgeklapptes Objet erhält" -#: ../gtk/gtktoolbar.c:608 +#: gtk/gtktoolbar.c:608 msgid "Space style" msgstr "Trennerstil" -#: ../gtk/gtktoolbar.c:609 +#: gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "Sollen Trenner vertikale Balken oder einfach nur leer sein?" -#: ../gtk/gtktoolbar.c:616 +#: gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "Knopfrelief" -#: ../gtk/gtktoolbar.c:617 +#: gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "Die Art der Fase um die Knöpfe der Werkzeugleiste" -#: ../gtk/gtktoolbar.c:624 +#: gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "Der Stil der Fase um die Werkzeugleiste" -#: ../gtk/gtktoolbar.c:630 +#: gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "Werkzeugleisten-Stil" -#: ../gtk/gtktoolbar.c:631 +#: gtk/gtktoolbar.c:631 msgid "" "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" "Sollen normale Werkzeugleisten nur Text, Text und Symbole, nur Symbole, etc. " "haben?" -#: ../gtk/gtktoolbar.c:637 +#: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "Symbolgröße in Werkzeugleiste" -#: ../gtk/gtktoolbar.c:638 +#: gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "Die Größe der Symbole in normalen Werkzeugleisten" -#: ../gtk/gtktoolbutton.c:203 +#: gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "Im Objekt anzuzeigender Text." # CHECK -#: ../gtk/gtktoolbutton.c:210 +#: gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" @@ -6344,44 +6318,44 @@ msgstr "" "Falls eingeschaltet, bedeutet ein Unterstrich im Beschriftungstext, dass das " "nächste Zeichen als Tastaturkürzel im Überlaufmenü verwendet werden soll" -#: ../gtk/gtktoolbutton.c:217 +#: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "Als Objektbeschriftung zu verwendendes Widget" -#: ../gtk/gtktoolbutton.c:223 +#: gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "Repertoire-Kennung" -#: ../gtk/gtktoolbutton.c:224 +#: gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "Das auf dem Objekt angezeigte Repertoire-Symbol" -#: ../gtk/gtktoolbutton.c:240 +#: gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "Symbolname" -#: ../gtk/gtktoolbutton.c:241 +#: gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "" "Der Name des thematisierten Symbols, welches auf dem Objekt angezeigt wird" -#: ../gtk/gtktoolbutton.c:247 +#: gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "Symbol-Widget" -#: ../gtk/gtktoolbutton.c:248 +#: gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "Im Objekt anzuzeigendes Symbol-Widget" -#: ../gtk/gtktoolbutton.c:261 +#: gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "Symbolabstand" -#: ../gtk/gtktoolbutton.c:262 +#: gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "Der Abstand zwischen dem Symbol und der Beschriftung" -#: ../gtk/gtktoolitem.c:191 +#: gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" @@ -6389,364 +6363,364 @@ msgstr "" "Wird das Werkzeugleistenobjekt als wichtig angesehen? Falls dem so ist, " "zeigen Knöpfe Text im Modus »GTK_TOOLBAR_BOTH_HORIZ« an" -#: ../gtk/gtktreemodelsort.c:274 +#: gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "TreeModelSort-Modell" -#: ../gtk/gtktreemodelsort.c:275 +#: gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "Das von TreeModelSort zum Sortieren verwendete Modell" -#: ../gtk/gtktreeview.c:570 +#: gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "Baumansichtsmodell" -#: ../gtk/gtktreeview.c:571 +#: gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "Das Modell für die Baumansicht" -#: ../gtk/gtktreeview.c:579 +#: gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "Die horizontale Stellgröße für das Widget" -#: ../gtk/gtktreeview.c:587 +#: gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "Die vertikale Stellgröße für das Widget" -#: ../gtk/gtktreeview.c:594 +#: gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "Sichtbare Köpfe" -#: ../gtk/gtktreeview.c:595 +#: gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "Die Spaltenkopf-Knöpfe anzeigen" -#: ../gtk/gtktreeview.c:602 +#: gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "Klickbare Köpfe" -#: ../gtk/gtktreeview.c:603 +#: gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "Die Spaltenköpfe sollen auf Klick-Ereignisse reagieren" -#: ../gtk/gtktreeview.c:610 +#: gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "Ausklapper-Spalte" -#: ../gtk/gtktreeview.c:611 +#: gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "Die Spalte für die Ausklapper einstellen" -#: ../gtk/gtktreeview.c:626 +#: gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "Streifenwink" -#: ../gtk/gtktreeview.c:627 +#: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "" "Einen Wink an die Themen-Engine übergeben, dass Zeilen in wechselnden Farben " "gezeichnet werden sollen" -#: ../gtk/gtktreeview.c:634 +#: gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "Suche aktivieren" -#: ../gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "" "Die Ansicht soll es dem Benutzer erlauben, Spalten interaktiv zu durchsuchen" -#: ../gtk/gtktreeview.c:642 +#: gtk/gtktreeview.c:642 msgid "Search Column" msgstr "Suchspalte" -#: ../gtk/gtktreeview.c:643 +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "" "Die Modellspalte, die bei der interaktiven Suche durchsucht werden soll" -#: ../gtk/gtktreeview.c:663 +#: gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "Feste Höhe-Modus" -#: ../gtk/gtktreeview.c:664 +#: gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "" "Beschleunigt GtkTreeView durch die Annahme, dass alle Zeilen gleich hoch " "sind." -#: ../gtk/gtktreeview.c:684 +#: gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "Schwebende Auswahl" -#: ../gtk/gtktreeview.c:685 +#: gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "Soll die Auswahl dem Zeige folgen?" # CHECK - »Expand on hover« oder »Hover the expansion«? -#: ../gtk/gtktreeview.c:704 +#: gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "Schwebendes Ausdehnen" -#: ../gtk/gtktreeview.c:705 +#: gtk/gtktreeview.c:705 msgid "" "Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "" "Legt fest, ob Zeilen aus-/eingeklappt werden, wenn der Zeiger sich über sie " "bewegt" -#: ../gtk/gtktreeview.c:719 +#: gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "Ausklapper anzeigen" -#: ../gtk/gtktreeview.c:720 +#: gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "Ansicht hat Ausklapper" -#: ../gtk/gtktreeview.c:734 +#: gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "Einrückung von Ebenen" -#: ../gtk/gtktreeview.c:735 +#: gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "Zusätzliche Einrückung für jede Ebene" -#: ../gtk/gtktreeview.c:744 +#: gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "Gummiband" -#: ../gtk/gtktreeview.c:745 +#: gtk/gtktreeview.c:745 msgid "" "Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "" "Sollen mehrere Einträge durch Ziehen des Mauszeigers ausgewählt werden " "können?" -#: ../gtk/gtktreeview.c:752 +#: gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "Rasterlinien aktivieren" -#: ../gtk/gtktreeview.c:753 +#: gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "Sollen Rasterlinien in der Baumansicht angezeigt werden?" -#: ../gtk/gtktreeview.c:761 +#: gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "Baumlinien aktivieren" -#: ../gtk/gtktreeview.c:762 +#: gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "Sollen Baumlinien in der Baumansicht angezeigt werden?" # CHECK - Spalte oder Modell, wer »enthält«? -#: ../gtk/gtktreeview.c:770 +#: gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "Die Spalte des Modells, das die Minihilfentexte der Zeilen enthält." -#: ../gtk/gtktreeview.c:792 +#: gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "Breite des vertikalen Trennbalkens" -#: ../gtk/gtktreeview.c:793 +#: gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "Der vertikale Abstand zwischen den Zellen. Muss eine gerade Zahl sein" -#: ../gtk/gtktreeview.c:801 +#: gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "Breite des horizontalen Trennbalkens" -#: ../gtk/gtktreeview.c:802 +#: gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "" "Der horizontale Abstand zwischen den Zellen. Muss eine gerade Zahl sein" -#: ../gtk/gtktreeview.c:810 +#: gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "Lesehilfen erlauben" -#: ../gtk/gtktreeview.c:811 +#: gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "Die Darstellung von farblich abwechselnden Zeilen erlauben" -#: ../gtk/gtktreeview.c:817 +#: gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "Ausklapper einrücken" -#: ../gtk/gtktreeview.c:818 +#: gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "Die Ausklapper einrücken" -#: ../gtk/gtktreeview.c:824 +#: gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "Farbe der geraden Spalten" -#: ../gtk/gtktreeview.c:825 +#: gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "Die für ungerade Zeilen zu verwendende Farbe" -#: ../gtk/gtktreeview.c:831 +#: gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "Farbe der ungeraden Spalten" -#: ../gtk/gtktreeview.c:832 +#: gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "Die für gerade Zeilen zu verwendende Farbe" -#: ../gtk/gtktreeview.c:838 +#: gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "Details der Zeilenenden" -#: ../gtk/gtktreeview.c:839 +#: gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "Erweitertes Festlegen des Spaltenhintergrunds aktivieren" -#: ../gtk/gtktreeview.c:845 +#: gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "Breite der Rasterlinie" -#: ../gtk/gtktreeview.c:846 +#: gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "Die Breite der Rasterlinien einer Baumansicht in Pixel" -#: ../gtk/gtktreeview.c:852 +#: gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "Breite der Baumlinie" -#: ../gtk/gtktreeview.c:853 +#: gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "Die Breite der Linien einer Baumansicht in Pixel" -#: ../gtk/gtktreeview.c:859 +#: gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "Muster der Rasterlinie" -#: ../gtk/gtktreeview.c:860 +#: gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "" "Das zum Zeichnen der Gitterlinien einer Baumansicht zu verwendende Muster" -#: ../gtk/gtktreeview.c:866 +#: gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "Muster der Baumlinie" -#: ../gtk/gtktreeview.c:867 +#: gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "Das zum Zeichnen der Linien einer Baumansicht zu verwendende Muster" -#: ../gtk/gtktreeviewcolumn.c:192 +#: gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "Soll die Spalte angezeigt werden?" -#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Größe veränderlich" -#: ../gtk/gtktreeviewcolumn.c:200 +#: gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "Ist die Größe der Spalte vom Benutzer veränderbar?" -#: ../gtk/gtktreeviewcolumn.c:208 +#: gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "Die momentane Breite der Spalte" -#: ../gtk/gtktreeviewcolumn.c:217 +#: gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "Zwischen Zellen eingefügter Platz" -#: ../gtk/gtktreeviewcolumn.c:225 +#: gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "Größenänderung" -#: ../gtk/gtktreeviewcolumn.c:226 +#: gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "Der Größenänderungs-Modus der Spalte" -#: ../gtk/gtktreeviewcolumn.c:234 +#: gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "Feste Breite" -#: ../gtk/gtktreeviewcolumn.c:235 +#: gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "Die momentane feste Breite der Spalte" -#: ../gtk/gtktreeviewcolumn.c:244 +#: gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "Minimale Breite" -#: ../gtk/gtktreeviewcolumn.c:245 +#: gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "Die minimal erforderliche Spaltenbreite" -#: ../gtk/gtktreeviewcolumn.c:254 +#: gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "Maximale Breite" -#: ../gtk/gtktreeviewcolumn.c:255 +#: gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "Die maximal zulässige Spaltenbreite" -#: ../gtk/gtktreeviewcolumn.c:265 +#: gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "Der Titel, der im Spaltenkopf erscheinen soll" -#: ../gtk/gtktreeviewcolumn.c:273 +#: gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "Spalte erhält Anteil der dem Widget zugewiesenen, zusätzlichen Breite" -#: ../gtk/gtktreeviewcolumn.c:280 +#: gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "Klickbar" -#: ../gtk/gtktreeviewcolumn.c:281 +#: gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "Soll der Kopf angeklickt werden können?" -#: ../gtk/gtktreeviewcolumn.c:289 +#: gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "Widget" -#: ../gtk/gtktreeviewcolumn.c:290 +#: gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "" "Das Widget, das statt des Spaltentitels im Spaltenkopf-Knopf erscheinen soll" -#: ../gtk/gtktreeviewcolumn.c:298 +#: gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "Die horizontale Ausrichtung des Spaltenkopftextes oder -widgets" -#: ../gtk/gtktreeviewcolumn.c:308 +#: gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "Kann die Spalte um die Köpfe umsortiert werden?" -#: ../gtk/gtktreeviewcolumn.c:315 +#: gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "Sortierungsanzeiger" -#: ../gtk/gtktreeviewcolumn.c:316 +#: gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "Soll ein Sortierungsanzeiger dargestellt werden?" -#: ../gtk/gtktreeviewcolumn.c:323 +#: gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "Sortierreihenfolge" -#: ../gtk/gtktreeviewcolumn.c:324 +#: gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "Die Richtung, in die der Sortierungsanzeiger zeigen soll" -#: ../gtk/gtkuimanager.c:223 +#: gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "Sollen Abreiß-Menüeinträge zu Menüs hinzugefügt werden?" -#: ../gtk/gtkuimanager.c:230 +#: gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "Zusammengeführte UI-Definition" -#: ../gtk/gtkuimanager.c:231 +#: gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "Eine XML-Zeichenkette, die die zusammengeführte UI beschreibt" -#: ../gtk/gtkviewport.c:107 +#: gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" @@ -6754,7 +6728,7 @@ msgstr "" "Das GtkAdjustment, das die horizontalen Positionswerte dieses Sichtfelds " "bestimmt" -#: ../gtk/gtkviewport.c:115 +#: gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" @@ -6762,32 +6736,32 @@ msgstr "" "Das GtkAdjustment, das die vertikalen Positionswerte dieses Sichtfelds " "bestimmt" -#: ../gtk/gtkviewport.c:123 +#: gtk/gtkviewport.c:123 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:483 msgid "Widget name" msgstr "Widget-Name" -#: ../gtk/gtkwidget.c:484 +#: gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "Der Name des Widgets" -#: ../gtk/gtkwidget.c:490 +#: gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "Eltern-Widget" -#: ../gtk/gtkwidget.c:491 +#: gtk/gtkwidget.c:491 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:498 msgid "Width request" msgstr "Breitenanforderung" -#: ../gtk/gtkwidget.c:499 +#: gtk/gtkwidget.c:499 msgid "" "Override for width request of the widget, or -1 if natural request should be " "used" @@ -6795,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:507 msgid "Height request" msgstr "Höhenanforderung" -#: ../gtk/gtkwidget.c:508 +#: gtk/gtkwidget.c:508 msgid "" "Override for height request of the widget, or -1 if natural request should " "be used" @@ -6807,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:517 msgid "Whether the widget is visible" msgstr "Soll das Widget sichtbar sein?" -#: ../gtk/gtkwidget.c:524 +#: gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "Soll das Widget auf Eingaben reagieren?" -#: ../gtk/gtkwidget.c:530 +#: gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "Direktes Zeichnen" -#: ../gtk/gtkwidget.c:531 +#: gtk/gtkwidget.c:531 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:537 msgid "Can focus" msgstr "Fokussierbar" -#: ../gtk/gtkwidget.c:538 +#: gtk/gtkwidget.c:538 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:544 msgid "Has focus" msgstr "Hat Fokus" -#: ../gtk/gtkwidget.c:545 +#: gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "Soll das Widget den Eingabefokus haben?" -#: ../gtk/gtkwidget.c:551 +#: gtk/gtkwidget.c:551 msgid "Is focus" msgstr "Ist Fokus" -#: ../gtk/gtkwidget.c:552 +#: gtk/gtkwidget.c:552 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:558 msgid "Can default" msgstr "Kann Vorgabe" -#: ../gtk/gtkwidget.c:559 +#: gtk/gtkwidget.c:559 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:565 msgid "Has default" msgstr "Ist Vorgabe" -#: ../gtk/gtkwidget.c:566 +#: gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "Soll das Widget das Vorgabe-Widget sein?" -#: ../gtk/gtkwidget.c:572 +#: gtk/gtkwidget.c:572 msgid "Receives default" msgstr "Vorgabe erhalten" -#: ../gtk/gtkwidget.c:573 +#: gtk/gtkwidget.c:573 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:579 msgid "Composite child" msgstr "Zusammengesetztes Kind" -#: ../gtk/gtkwidget.c:580 +#: gtk/gtkwidget.c:580 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:586 msgid "Style" msgstr "Stil" -#: ../gtk/gtkwidget.c:587 +#: gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" @@ -6892,90 +6866,90 @@ msgstr "" "Der Stil des Widgets, der Informationen zu seinem Aussehen enthält (Farben " "etc.)" -#: ../gtk/gtkwidget.c:593 +#: gtk/gtkwidget.c:593 msgid "Events" msgstr "Ereignisse" -#: ../gtk/gtkwidget.c:594 +#: gtk/gtkwidget.c:594 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:601 msgid "Extension events" msgstr "Erweiterungsereignisse" -#: ../gtk/gtkwidget.c:602 +#: gtk/gtkwidget.c:602 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:609 msgid "No show all" msgstr "Kein Show-All" -#: ../gtk/gtkwidget.c:610 +#: gtk/gtkwidget.c:610 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:633 msgid "Whether this widget has a tooltip" msgstr "Legt fest, ob das Widget eine Minihilfe hat" -#: ../gtk/gtkwidget.c:689 +#: gtk/gtkwidget.c:689 msgid "Window" msgstr "Fenster" -#: ../gtk/gtkwidget.c:690 +#: gtk/gtkwidget.c:690 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:2212 msgid "Interior Focus" msgstr "Interner Fokus" -#: ../gtk/gtkwidget.c:2213 +#: gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "Soll der Fokusanzeiger in Widgets dargestellt werden?" -#: ../gtk/gtkwidget.c:2219 +#: gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "Länge der Fokuszeile" -#: ../gtk/gtkwidget.c:2220 +#: gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "Die Breite der Fokusanzeiger-Linie in Pixel" -#: ../gtk/gtkwidget.c:2226 +#: gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "Strichelmuster der Fokuszeile" -#: ../gtk/gtkwidget.c:2227 +#: gtk/gtkwidget.c:2227 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:2232 msgid "Focus padding" msgstr "Fokus-Polsterung" -#: ../gtk/gtkwidget.c:2233 +#: gtk/gtkwidget.c:2233 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:2238 msgid "Cursor color" msgstr "Zeigerfarbe" -#: ../gtk/gtkwidget.c:2239 +#: gtk/gtkwidget.c:2239 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:2244 msgid "Secondary cursor color" msgstr "Zweite Zeigerfarbe" -#: ../gtk/gtkwidget.c:2245 +#: gtk/gtkwidget.c:2245 msgid "" "Color with which to draw the secondary insertion cursor when editing mixed " "right-to-left and left-to-right text" @@ -6983,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:2250 msgid "Cursor line aspect ratio" msgstr "Seitenverhältnis der Zeigerzeile" -#: ../gtk/gtkwidget.c:2251 +#: gtk/gtkwidget.c:2251 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:2265 msgid "Draw Border" msgstr "Rand zeichnen" -#: ../gtk/gtkwidget.c:2266 +#: gtk/gtkwidget.c:2266 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:2279 msgid "Unvisited Link Color" msgstr "Farbe für unbesuchte Links" -#: ../gtk/gtkwidget.c:2280 +#: gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "Farbe für unbesuchte Hyperlinks" -#: ../gtk/gtkwidget.c:2293 +#: gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "Farbe für besuchte Links" -#: ../gtk/gtkwidget.c:2294 +#: gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "Farbe für besuchte Hyperlinks" -#: ../gtk/gtkwidget.c:2308 +#: gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "Breite Trennbalken" -#: ../gtk/gtkwidget.c:2309 +#: gtk/gtkwidget.c:2309 msgid "" "Whether separators have configurable width and should be drawn using a box " "instead of a line" @@ -7027,79 +7001,79 @@ msgstr "" "Sollen Trennbalken eine festlegbare Breite haben und als Fläche anstatt " "einer Linie dargestellt werden?" -#: ../gtk/gtkwidget.c:2323 +#: gtk/gtkwidget.c:2323 msgid "Separator Width" msgstr "Breite der Trennbalken" -#: ../gtk/gtkwidget.c:2324 +#: gtk/gtkwidget.c:2324 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:2338 msgid "Separator Height" msgstr "Höhe der Trennbalken" -#: ../gtk/gtkwidget.c:2339 +#: gtk/gtkwidget.c:2339 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:2353 msgid "Horizontal Scroll Arrow Length" msgstr "Länge horizontaler Rollpfeile" -#: ../gtk/gtkwidget.c:2354 +#: gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "Die Länge horizontaler Rollpfeile" -#: ../gtk/gtkwidget.c:2368 +#: gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "Länge vertikaler Rollpfeile" -#: ../gtk/gtkwidget.c:2369 +#: gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "Die Länge vertikaler Rollpfeile" -#: ../gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Fenstertyp" -#: ../gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Der Typ des Fensters" -#: ../gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Fenstertitel" -#: ../gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Der Titel des Fensters" -#: ../gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Fensterrolle" -#: ../gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Eindeutige Zeichenkette, die das Fenster beim Wiederherstellen einer Sitzung " "identifiziert" -#: ../gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Start-ID" -#: ../gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Eindeutige Zeichenkette, die das Fenster beim Starten mittels startup-" "notification identifiziert." -#: ../gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Schrumpfen erlauben" -#: ../gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7108,25 +7082,25 @@ msgstr "" "Falls WAHR, hat das Fenster keine Mindestgröße. Dies auf WAHR zu setzen, ist " "in 99% aller Fälle keine gute Idee" -#: ../gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Wachstum erlauben" -#: ../gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Falls WAHR, können Benutzer das Fenster über seine Mindestgröße hinaus " "vergrößern" -#: ../gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Falls WAHR, können Benutzer die Fenstergröße verändern" -#: ../gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modal" -#: ../gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7134,73 +7108,73 @@ msgstr "" "Falls WAHR, ist das Fenster modal (alle anderen Fenster sind nicht " "verwendbar, während dieses geöffnet ist)" -#: ../gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Fensterposition" -#: ../gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Die Anfangsposition des Fensters" -#: ../gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Vorgabebreite" -#: ../gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Die Vorgabebreite des Fensters. Sie wird beim ersten Anzeigen des Fensters " "verwendet" -#: ../gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Vorgabehöhe" -#: ../gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "Die Vorgabebreite des Fensters. Sie wird beim ersten Anzeigen des Fensters " "verwendet." -#: ../gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Mit Eltern-Widget zerstören" -#: ../gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" "Soll dieses Fenster zerstört werden, wenn das Eltern-Widget zerstört wird?" -#: ../gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Symbol für dieses Fenster" -#: ../gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Name des Themen-Symbols für dieses Fenster" -#: ../gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Ist Aktiv" -#: ../gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Ist das momentan aktive Fenster die oberste Ebene?" -#: ../gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Fokus in der obersten Ebene" -#: ../gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Liegt der Eingabefokus innerhalb dieses GtkWindows?" -#: ../gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Typ-Wink" -#: ../gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7208,114 +7182,114 @@ msgstr "" "Wink, der der Desktop-Umgebung dabei hilft, den Typ und die erforderliche " "Behandlung dieses Fensters zu bestimmen." -#: ../gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Fensterliste übergehen" -#: ../gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" "WAHR, falls das Fenster nicht in der Fensterliste aufgeführt werden soll." -#: ../gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Arbeitsflächen-Umschalter übergehen" -#: ../gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" "WAHR, falls das Fenster nicht im Arbeitsflächen-Umschalter aufgeführt werden " "soll." -#: ../gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Aufdringlich" -#: ../gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" "WAHR, falls das Fenster in den Aufmerksamkeitsbereich des Benutzers gebracht " "werden soll." -#: ../gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Fokus annehmen" -#: ../gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "WAHR, falls das Fenster den Eingabefokus erhalten soll." # CHECK -#: ../gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Fokus beim Zuweisen" # CHECK -#: ../gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "WAHR, falls das Fenster beim Zuweisen den Eingabefokus erhalten soll." -#: ../gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Dekoriert" -#: ../gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Soll das Fenster vom Fenstermanager dekoriert werden?" -#: ../gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Entfernbar" -#: ../gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Soll der Fensterrahmen einen »Schließen«-Knopf haben?" # CHECK -#: ../gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Schwere" # CHECK -#: ../gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Die Fensterschwere des Fensters" # CHECK -#: ../gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Flüchtig für Fenster" -#: ../gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Das vorrübergehende Eltern-Widget des Dialogs" # CHECK -#: ../gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Transparenz des Fensters" -#: ../gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Die Transparenz des Fensters, von 0 bis 1" # CHECK -#: ../modules/input/gtkimcontextxim.c:334 +#: modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "Im Voraus bearbeiteter EM-Stil" # CHECK -#: ../modules/input/gtkimcontextxim.c:335 +#: modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "" "Wie die im Voraus bearbeitete Eingabemethoden-Zeichenkette gezeichnet werden " "soll" -#: ../modules/input/gtkimcontextxim.c:343 +#: modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "EM-Statusstil" -#: ../modules/input/gtkimcontextxim.c:344 +#: modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "Wie die Eingabemethoden-Statusleiste gezeichnet werden soll" diff --git a/po-properties/dz.po b/po-properties/dz.po index c359d9420c..626e95c8bd 100644 --- a/po-properties/dz.po +++ b/po-properties/dz.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD.dz\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2006-07-18 17:40+0530\n" "Last-Translator: Mindu Dorji\n" "Language-Team: DZONGKHA \n" @@ -91,12 +91,12 @@ msgstr "སྔོན་སྒྲིག་བཀྲམ་སྟོན་" msgid "The default display for GDK" msgstr "ཇི་ཌི་ཀེ་གི་དོན་ལུ་ སྔོན་སྒྲིག་བཀྲམ་སྟོན།" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "གསལ་གཞི།" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "ལྷག་སྟོན་པའི་དོན་ལུ་ ཇི་ཌི་ཀེ་གསལ་གཞི།" @@ -116,11 +116,11 @@ msgstr "ཡིག་གཟུགས་ཧུམ་ཆ།" msgid "The resolution for fonts on the screen" msgstr "གསལ་གཞི་གུ་ཡིག་གཟུགས་ཀྱི་ཧུམ་ཆ།" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "ལས་རིམ་གྱི་མིང༌།" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -128,43 +128,43 @@ msgstr "" "ལས་རིམ་གྱི་མིང༌། གལ་སྲིད་འདི་ གཞི་སྒྲིག་མེད་པ་ཅིན་ དེ་གིས་g_get_application_name() ལུ་སྔོན་སྒྲིག་" "འབདཝ་ཨིན།" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "ལས་རིམ་གྱི་ ཐོན་རིམ།" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "ལས་རིམ་གྱི་ ཐོན་རིམདེ།" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "འདྲ་བཤུས་དབང་ཆའི་ཡིག་རྒྱུན།" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "ལས་རིམ་གྱི་ འདྲ་བཤུས་དབང་ཆའི་བརྡ་དོན།" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "བསམ་བཀོད་ཡིག་རྒྱུན།" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "ལས་རིམ་སྐོར་གྱི་བསམ་བཀོད།" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "ཝེབ་ས་ཡིཊི་གི་ ཡུ་ཨར་ཨེལ།" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "ལས་རིམ་གྱི་ ཝེབ་ས་ཡིཊི་ལུ་ འབྲེལ་མཐུད་འབད་ནིའི་ ཡུ་ཨར་ཨེལ།" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "ཝེབ་ས་ཡིཊི་གི་ ཁ་ཡིག" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -172,46 +172,46 @@ msgstr "" "ལས་རིམ་གྱི་ ཝེབ་ས་ཡིཊི་ལུ་ འབྲེལ་མཐུད་འབད་ནིའི་ཁ་ཡིག གལ་སྲིད་འདི་ གཞི་སྒྲིག་མེད་པ་ཅིན་ དེ་གིས་ ཡུ་ཨར་" "ཨེལ་ལུ་ སྔོན་སྒྲིག་འབདཝ་ཨིན།" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "རྩོམ་པ་པོ།" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "ལས་རིམ་རྩོམ་པ་པོ་ཚུ་གི་ཐོ་ཡིག" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "ཡིག་བཀོདཔ།" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "ལས་རིམ་ཡིག་བཀོད་མི་ མི་ཚུ་གི་ཐོ་ཡིག" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "རི་མོ་མཁན།" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "ལས་རིམ་ལུ་ རི་མོའི་ལཱ་གི་ ཕན་འདེབས་་འབད་མི་ཚུ་གི་ཐོ་ཡིག" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" "ཨའི་ཌི་ཨར་སི་གི་མ་དངུལ་རྒྱབ་སྐྱོར་ཐོག་ལས་ བརྡ་དོན་འཕྲུལ་རིག་ལས་ཁུངས་ནང་ སྐད་བསྒྱུར་འབད་ཡི། ཁ་གསལ་གྱི་" "དོན་ལུ་ འབྲེལ་བ་འཐབ་ས་: /" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "སྐད་བསྒྱུརཔ་ཚུ་ལུ་ངོ་བསྟོད། ཡིག་རྒྱུན་འདི་ལུ་ སྐད་བསྒྱུར་འབད་བཏུབ་པའི་ རྟགས་མཚན་བཀལ་དགོ" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "ལས་རྟགས།" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -219,21 +219,21 @@ msgstr "" "སྐོར་ལས་སྒྲོམ་གྱི་ ལས་རྟགས་ཅིག གལ་སྲིད་འདི་ གཞི་སྒྲིག་མེད་པ་ཅིན་ དེ་གིས་ " "gtk_window_get_default_icon_list() ལུ་སྔོན་སྒྲིག་འབདཝ་ཨིན།" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "ལས་རྟགས་ངོས་དཔར་གྱི་མིང༌།" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" "སྐོར་ལས་ཀྱི་སྒྲོམ་གྱི་དོན་ལུ་ ལས་རྟགས་བཟུམ་ཅིག་སྦེ་ ལག་ལེན་འཐབ་ནིའི་དོན་ལུ་ མིང་བཏགས་ཡོད་པའི་ངོས་དཔར་" "ཅིག" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "ཆོག་ཐམ་ལོག་མཚམས་བཟོ།" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "ཆོག་ཐམ་ཚིག་ཡིག་དེ་ ལོག་མཚམས་བཟོ་ནི་ཨིན་ན་མེན།" @@ -308,7 +308,7 @@ msgid "The GIcon being displayed" msgstr "བཀྲམ་སྟོན་འབད་ནིའི་ ངོས་དཔར་ཆ་ཚན།" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "ངོས་དཔར་གྱི་མིང༌།" @@ -414,7 +414,7 @@ msgid "Whether the action group is visible." msgstr "བྱ་བའི་སྡེ་ཚན་དེ་ མཐོང་ཚུགསཔ་ཨིན་ན་མེན།" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "བེ་ལུ།" @@ -1264,7 +1264,7 @@ msgstr "གནས་ལུགས་དང་འཁྲིལ།" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "ལྷག་སྟོན་འབད་མི་ པར་ཁོངས་དེ་ གནས་ལུགས་དང་འཁྲིལ་ཏེ་ ཚོས་གཞི་གཏང་དགོཔ་ཨིན་ན་མེན།" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "ངོས་དཔར།" @@ -1324,7 +1324,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "ཡར་འཕེལ་་ཕྲ་རིིང་གི་ ཕྱོགས་དང་ཡར་བསྐྱེད་ཀྱི་ཁ་ཕྱོགས།" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "བདེ་སྒྲིག" @@ -3134,7 +3134,7 @@ msgstr "ངོས་དཔར་ཆ་ཚན།" msgid "Icon set to display" msgstr "བཀྲམ་སྟོན་འབད་ནིའི་ ངོས་དཔར་ཆ་ཚན།" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "ངོས་དཔར་གྱི་ཚད།" @@ -3204,7 +3204,7 @@ msgstr "དཀར་ཆག་གཟུགས་བརྙན་ཚུ་སྟོ msgid "Whether images should be shown in menus" msgstr "གཟུགས་བརྙན་ཚུ་ དཀར་ཆག་ཚུ་ནང་ སྟོན་དགོཔ་ཨིན་ན་མེན།" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "སྒོ་སྒྲིག་འདི་ བཀྲམ་སྟོན་འབད་སའི་ གསལ་གཞི་དེ།" @@ -4830,28 +4830,28 @@ msgstr "བེ་ལུ་གི་ བར་སྟོང་བཞག་ཐང msgid "Space between value text and the slider/trough area" msgstr "བེ་ལུ་ཚིག་ཡིག་དང་ བཤུད་བྱེད / གཞོངམ་གི་མངའ་འཁོངས་བར་ནའི་བར་སྟོང༌།" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "བདེ་སྒྲིག་གི་བེ་ལུ།" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "ལག་ཆས་ཕྲ་རིང་གི་ ངོས་དཔར་ཚད།" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "ཁྱབ་ཚད་དངོས་པོ་འདི་གི་ ད་ལྟོའི་བེ་ལུ་འཛིན་མི་ GtkAdjustment" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "ངོས་དཔར།" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "ལས་རྟགས་ངོས་དཔར་གྱི་མིང༌།" @@ -6579,7 +6579,7 @@ msgstr "རྩ་འབྲེལ་མཐོང་སྣང་གི་ཐིག msgid "Whether to display the column" msgstr "ཀེར་ཐིག་བཀྲམ་སྟོན་འབད་ནི་ཨིན་ན་མེན།" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "ཚད་བསྐྱར་བཟོ་་བཏུབ།" @@ -6992,45 +6992,45 @@ msgstr "ཀེར་ཕྲང་གི་བཤུད་སྒྲིལ་མཐ msgid "The length of vertical scroll arrows" msgstr "ཀེར་ཕྲང་གི་བཤུད་སྒྲིལ་མཐའ་རྟགས་ཚུ་གི་རིང་ཚད།" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "སྒོ་སྒྲིག་གི་དབྱེ་བ།" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "སྒོ་སྒྲིག་དེ་གི་ དབྱེ་བ་དེ།" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "སྒོ་སྒྲིག་གི་མགོ་མིང༌།" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "སྒོ་སྒྲིག་དེ་གི་ མགོ་མིང་དེ།" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "སྒོ་སྒྲིག་གི་ལས་འགན།" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "ལཱ་ཡུན་ཅིག་སོར་ཆུད་འབདཝ་ད་ ལག་ལེན་འཐབ་ནིའི་དོན་ལུ་ མཐུན་མོང་མ་ཡིན་པའི་ ངོས་འཛིན་པ།" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "སྡེ་ཚན་ཨའི་ཌི།" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 #, fuzzy msgid "Unique startup identifier for the window used by startup-notification" msgstr "ལཱ་ཡུན་ཅིག་སོར་ཆུད་འབདཝ་ད་ ལག་ལེན་འཐབ་ནིའི་དོན་ལུ་ མཐུན་མོང་མ་ཡིན་པའི་ ངོས་འཛིན་པ།" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "བསྐུམ་བཅུག" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7039,23 +7039,23 @@ msgstr "" "ངེས་བདེན་ཨིན་པ་ཅིན་ སྒོ་སྒྲིག་ལུ་ ཚད་ཀྱི་ཉུང་མཐའ་མིན་འདུག འདི་ ངེས་བདེན་ལུ་ གཞི་སྒྲིག་འབད་ནི་དེ་ དུས་" "ཚོད་བརྒྱ་ཆ་ ༩༩ དེ་ཅིག་ནང་ གནས་སྐབས་བྱང་ཉེས་ཅིག་ཨིན།" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "སྦོམ་བཅུག" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "ངེས་བདེན་ཨིན་པ་ཅིན་ ལག་ལེན་འཐབ་མི་གིས་ སྒོ་སྒྲིག་དེ་ ཉུང་མཐའི་ཚད་ལས་བརྒལ་ཏེ་ རྒྱ་འཕར་བཏུབ།" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "ངེས་བདེན་ཨིན་པ་ཅིན་ ལག་ལེན་འཐབ་མི་གིས་ སྒོ་སྒྲིག་གི་ ཚད་བསྐྱར་བཟོ་འབད་བཏུབ།" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "ཐབས་ལམ་གྱི།" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7063,68 +7063,68 @@ msgstr "" "ངེས་བདེན་ཨིན་པ་ཅིན་ སྒོ་སྒྲིག་དེ་ ཐབས་ལམ་ཨིན། (འདི་གཡོག་བཀོལ་བའི་སྐབས་ སྒོ་སྒྲིག་གཞན་ཚུ་ ལཱ་བཀོལ་མི་" "བཏུབ།)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "སྒོ་སྒྲིག་གི་གནས་ས།" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "སྒོ་སྒྲིག་གི་ ཐོག་མའི་གནས་ས།" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "སྔོན་སྒྲིག་རྒྱ་ཚད།" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "སྒོ་སྒྲིག་འགོ་ཐོག་སྟོན་ནི་ལུ་ ལག་ལེན་འཐབ་པའི་སྐབས་ སྒོ་སྒྲིག་གི་སྔོན་སྒྲིག་རྒྱ་ཚད།" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "སྔོན་སྒྲིག་མཐོ་ཚད།" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "སྒོ་སྒྲིག་འགོ་ཐོག་སྟོན་ནི་ལུ་ ལག་ལེན་འཐབ་པའི་སྐབས་ སྒོ་སྒྲིག་གི་སྔོན་སྒྲིག་མཐོ་ཚད།" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "རྩ་ལག་དང་བཅས་པར་ སྟོར་བཤིག་གཏང༌།" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "རྩ་ལག་དེ་ སྟོར་བཤིག་གཏངམ་ད་ སྒོ་སྒྲིག་དེ་ཡང་ སྟོར་བཤིག་གཏང་དགོཔ་ཨིན་ན།" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "སྒོ་སྒྲིག་འདི་གི་དོན་ལུ་ངོས་དཔར།" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "སྒོ་སྒྲིག་འདི་གི་དོན་ལུ་ བརྗོད་དོན་ཅན་གྱི་ ངོས་དཔར་གྱི་མིང༌།" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "ཤུགས་ལྡན་ཨིན།" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "མཐོ་རིམ་གནས་རིམ་དེ་ ད་ལྟོའི་ཤུགས་ལྡན་ སྒོ་སྒྲིག་ཨིན་ན་མེན།" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "མཐོ་རིམ་གནས་རིམ་ལུ་ ཆེད་དམིགས་འབད།" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "ཨིན་པུཊི་གི་ ཆེད་དམིགས་དེ་ GtkWindow འདི་གི་ནང་འཁོད་ཨིན་ན་མེན།" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "སྤུས་ཚད་ལེགས་བཅོས་དཔར་བསྐྲུན་འབད།" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7132,85 +7132,85 @@ msgstr "" "ཌེཀསི་ཊོཔ་མཐའ་མཐའ་སྐོར་གྱིས་ སྒོ་སྒྲིག་འདི་ ག་ཅི་བཟུམ་ཅིག་ཨིན་ན་དང་ དེ་ལུ་ག་དེ་སྦེ་ འབྲེལ་གཏུགས་འབད་ནི་" "ཨིན་ ཧ་གོ་ནི་ལུ་ གྲོགས་རམ་ལུ་ བརྡ་མཚོན་བཏོན།" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "ལས་ཀའི་ཕྲ་རིང༌གོམ་འགྱོ།" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "ངེས་བདེན་ཨིན་པ་ཅིན་ སྒོ་སྒྲིག་དེ་ ལས་ཀའི་ཕྲ་རིང་དེ་ནང་ བཞག་ནི་མི་འོང༌།" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "བརྡ་འཕྲུལ་གོམ་འགྱོ།" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "ངེས་བདེན་ཨིན་པ་ཅིན་ སྒོ་སྒྲིག་དེ་ པེ་ཇར་དེ་ནང་ བཞག་ནི་མེདཔ་ཨིན་ན།" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "འཕྲལ་མཁོ།" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "ངེས་བདེན་ཨིན་པ་ཅིན་ སྒོ་སྒྲིག་དེ་ ལག་ལེན་པའི་དྲན་པ་ལུ་ འབག་འོང་དགོཔ་ཨིན་ན།" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "ཆེད་དམིགས་ལུ་ དང་ལེན་འབད།" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "ངེས་བདེན་ཨིན་པ་ཅིན་ སྒོ་སྒྲིག་དེ་གིས་ ཨིན་པུཊི་ཆེད་དམིགས་དེ་ འཐོབ་དགོཔ་ཨིན་ན།" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "ས་ཁྲ་ལུ་ ཆེད་དམིགས་འབད།" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" "ངེས་བདེན་ཨིན་པ་ཅིན་ ས་ཁྲ་འབྲི་བའི་སྐབས་ སྒོ་སྒྲིག་དེ་གིས་ ཨིན་པུཊི་ཆེད་དམིགས་དེ་ འཐོབ་དགོཔ་ཨིན་ན།" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "མཛེས་སྤྲོས་ཅན།" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "སྒོ་སྒྲིག་དེ་ སྒོ་སྒྲིག་འཛིན་སྐྱོང་པ་གིས་ མཛེས་སྤྲོས་འབད་དགོཔ་ཨིན་ན་མེན།" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "འཕྱལ་བཏུབ།" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "སྒོ་སྒྲིག་གཞི་ཁྲམ་ལུ་ ཁ་བསྡམ་ནིའི་ཨེབ་རྟ་ཅིག་ཡོད་དགོཔ་ཨིན་ན་མེན།" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "འཐེན་ཤུགས།" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "སྒོ་སྒྲིག་གི་འཐེན་ཤུགས།" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "སྒོ་སྒྲིག་གི་དོན་ལུ་ཡུད་ཙམ།" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "ཌའི་ལོག་གི་ ཡུད་ཙམ་རྩ་ལག" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 #, fuzzy msgid "Opacity for Window" msgstr "སྒོ་སྒྲིག་གི་དོན་ལུ་ཡུད་ཙམ།" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "སྒོ་སྒྲིག་དེ་གི་ དབྱེ་བ་དེ།" diff --git a/po-properties/el.po b/po-properties/el.po index f06ec37ea4..cc9b189907 100644 --- a/po-properties/el.po +++ b/po-properties/el.po @@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-27 11:01+0000\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-27 09:21+0200\n" "Last-Translator: Jennie Petoumenou \n" "Language-Team: Greek \n" @@ -36,113 +36,111 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 0.2\n" -#: ../gdk-pixbuf/gdk-pixbuf.c:89 +#: gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "Αριθμός καναλιών" -#: ../gdk-pixbuf/gdk-pixbuf.c:90 +#: gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "Ο αριθμός δειγμάτων ανά εικονοστοιχείο" -#: ../gdk-pixbuf/gdk-pixbuf.c:99 +#: gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "Colorspace" -#: ../gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "Το colorspace στο οποίο τα δείγματα ερμηνεύονται" -#: ../gdk-pixbuf/gdk-pixbuf.c:108 +#: gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "Έχει άλφα" -#: ../gdk-pixbuf/gdk-pixbuf.c:109 +#: gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "Αν το pixbuf έχει κανάλι άλφα" -#: ../gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "Bits ανα δείγμα" -#: ../gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "Ο αριθμός των Bits ανα δείγμα" -#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 -#: ../gtk/gtktreeviewcolumn.c:207 +#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "Πλάτος" -#: ../gdk-pixbuf/gdk-pixbuf.c:133 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "Ο αριθμός των στηλών στο pixbuf" -#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 +#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 msgid "Height" msgstr "Ύψος" -#: ../gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "Ο αριθμός των γραμμών στο pixbuf" -#: ../gdk-pixbuf/gdk-pixbuf.c:159 +#: gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "Rowstride" -#: ../gdk-pixbuf/gdk-pixbuf.c:160 +#: gdk-pixbuf/gdk-pixbuf.c:160 msgid "" "The number of bytes between the start of a row and the start of the next row" msgstr "" "Αριθμός bytes ανάμεσα στην αρχή μιας γραμμής καί την αρχή της επόμενης " "γραμμής" -#: ../gdk-pixbuf/gdk-pixbuf.c:169 +#: gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "Εικονοστοιχεία" -#: ../gdk-pixbuf/gdk-pixbuf.c:170 +#: gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "Ένας δείκτης στα δεδομένα εικονοστοιχείου στο pixbuf" -#: ../gdk/gdkdisplaymanager.c:103 +#: gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "Προεπιλεγμένη Προβολή" -#: ../gdk/gdkdisplaymanager.c:104 +#: gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "Η προεπιλεγμένη προβολή για GDK" -#: ../gdk/gdkpango.c:490 ../gtk/gtkinvisible.c:86 -#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Οθόνη" -#: ../gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "the GdkScreen for the renderer" -#: ../gdk/gdkscreen.c:75 +#: gdk/gdkscreen.c:75 msgid "Font options" msgstr "Επιλογές γραμματοσειράς" -#: ../gdk/gdkscreen.c:76 +#: gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "Όνομα της προεπιλεγμένης γραμματοσειράς για την οθόνη" -#: ../gdk/gdkscreen.c:83 +#: gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "Ανάλυση γραμματοσειράς" -#: ../gdk/gdkscreen.c:84 +#: gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "Η ανάλυση για τις γραμματοσειρές στην οθόνη" -#: ../gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Όνομα προγράμματος" -#: ../gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -150,43 +148,43 @@ msgstr "" "Το όνομα προγράμματος. Αν δεν έχει οριστεί, τότε προεπιλέγεται από το " "g_get_application_name()" -#: ../gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Έκδοση προγράμματος" -#: ../gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Η έκδοση του προγράμματος" -#: ../gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Αλφαριθμητικό πνευματικών δικαιωμάτων" -#: ../gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Πληροφορίες για τα πνευματικά δικαιώματα του προγράμματος" -#: ../gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Αλφαριθμητικό σχολίων" -#: ../gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Σχόλια σχετικά με το πρόγραμμα" -#: ../gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL Ιστοσελίδας" -#: ../gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "Το URL για το σύνδεσμο στο δικτυακό τόπο του προγράμματος" -#: ../gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Ετικέτα ιστοσελίδας" -#: ../gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -194,46 +192,46 @@ msgstr "" "Η ετικέτα για το σύνδεσμο στο δικτυακό τόπο του προγράμματος. Αν δεν έχει " "τεθεί, η προεπιλογή είναι το URL" -#: ../gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Συγγραφείς" -#: ../gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Λίστα των συγγραφέων του προγράμματος" -#: ../gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Τεκμηριωτές" -#: ../gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Μια λίστα ανθρώπων που τεκμηριώνουν το πρόγραμμα" -#: ../gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Καλλιτέχνες" -#: ../gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Μια λίστα ανθρώπων που έχουν συμβάλλει με γραφικά για το πρόγραμμα" -#: ../gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Μνεία μεταφραστών" -#: ../gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Μνεία για τους μεταφραστές. Αυτό το αλφαριθμητικό πρέπει να σημειωθεί ως " "μεταφράσιμο" -#: ../gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Λογότυπο" -#: ../gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -241,111 +239,110 @@ msgstr "" "Το λογότυπο για το διάλογο Περί. Αν δεν έχει τεθεί, η προεπιλογή είναι από " "το gtk_window_get_default_icon_list()" -#: ../gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Όνομα εικονιδίου λογοτύπου" -#: ../gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Ένα επώνυμο εικονίδιο για χρήση ως λογότυπο στο διάλογο Περί." -#: ../gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Αναδίπλωση άδειας" -#: ../gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Αν θα γίνεται αναδίπλωση του κειμένου της άδειας." -#: ../gtk/gtkaccellabel.c:123 +#: gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "Διακοπή συντόμευσης" -#: ../gtk/gtkaccellabel.c:124 +#: gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "Η διακοπή για παρακολούθηση για αλλαγές στις συντομεύσεις" -#: ../gtk/gtkaccellabel.c:130 +#: gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "Γραφικό συστατικό συντόμευσης" -#: ../gtk/gtkaccellabel.c:131 +#: gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "Το γραφικό συστατικό που θα παρακολουθεί για αλλαγές συντόμευσης" -#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 -#: ../gtk/gtktextmark.c:89 +#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 +#: gtk/gtktextmark.c:89 msgid "Name" msgstr "'Όνομα" -#: ../gtk/gtkaction.c:180 +#: gtk/gtkaction.c:180 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/gtktoolbutton.c:202 +#: 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/gtktoolbutton.c:202 msgid "Label" msgstr "Ετικέτα" -#: ../gtk/gtkaction.c:199 +#: gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "" "Η ετικέτα που χρησιμοποιείται για τα αντικείμενα μενού και κουμπιά που " "ενεργοποιούν αυτή την ενέργεια." -#: ../gtk/gtkaction.c:215 +#: gtk/gtkaction.c:215 msgid "Short label" msgstr "Σύντομη ετικέτα" -#: ../gtk/gtkaction.c:216 +#: gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "" "Μια σύντομη ετικέτα που μπορεί να χρησιμοποηθεί στα κουμπιά εργαλειοθήκης." -#: ../gtk/gtkaction.c:224 +#: gtk/gtkaction.c:224 msgid "Tooltip" msgstr "Συμβουλή οθόνης" -#: ../gtk/gtkaction.c:225 +#: gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "Μια συμβουλή οθόνης για αυτή την ενέργεια" -#: ../gtk/gtkaction.c:240 +#: gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "Εικονίδιο stock" -#: ../gtk/gtkaction.c:241 +#: gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "" "Tο εικονίδιο stock που εμφανίζεται στα γραφικά συστατικά αναπαριστώντας αυτή " "την ενέργεια." -#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 +#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "GIcon" -#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 -#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 +#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 +#: gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "Το GIcon που εμφανίζεται" -#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 -#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:605 +#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Όνομα Εικονιδίου" -#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 -#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 +#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 +#: gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "Το όνομα του επιλεγμένου εικονιδίου από το θέμα εικονιδίου" -#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 +#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "Ορατό σε οριζόντια θέση" -#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 +#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." @@ -353,11 +350,11 @@ msgstr "" "Αν το αντικείμενο εργαλειοθήκης θα είναι ορατό όταν η εργαλειοθήκη έχει " "οριζόντιο προσανατολισμό." -#: ../gtk/gtkaction.c:306 +#: gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "Ορατό στην υπερχείλιση" -#: ../gtk/gtkaction.c:307 +#: gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." @@ -365,11 +362,11 @@ msgstr "" "Όταν είναι TRUE, οι κενοί διαμεσολαβητές μενού για αυτή την ενέργεια θα " "εςμφανίζονται στο μενού υπερχείλισης." -#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 +#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "Ορατό σε κάθετη θέση" -#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 +#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." @@ -377,11 +374,11 @@ msgstr "" "Αν το αντικείμενο εργαλειοθήκης θα είναι ορατό όταν η εργαλειοθήκη έχει " "κάθετοπροσανατολισμό." -#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 +#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 msgid "Is important" msgstr "Είναι σημαντικό" -#: ../gtk/gtkaction.c:323 +#: gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." @@ -390,40 +387,39 @@ msgstr "" "εργαλείου για αυτή την ενέργεια θα εμφανίζουν κείμενο σε λειτουργία " "GTK_TOOLBAR_BOTH_HORIZ" -#: ../gtk/gtkaction.c:331 +#: gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "Απόκρυψη αν είναι κενό" -#: ../gtk/gtkaction.c:332 +#: gtk/gtkaction.c:332 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/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193 +#: gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "Ευαίσθητο" -#: ../gtk/gtkaction.c:339 +#: gtk/gtkaction.c:339 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/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293 +#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516 msgid "Visible" msgstr "Ορατό" -#: ../gtk/gtkaction.c:346 +#: gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "Αν αυτή η ενέργεια θα είναι ορατή." -#: ../gtk/gtkaction.c:352 +#: gtk/gtkaction.c:352 msgid "Action Group" msgstr "Ομάδα ενέργειας" -#: ../gtk/gtkaction.c:353 +#: gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." @@ -431,72 +427,72 @@ msgstr "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." -#: ../gtk/gtkactiongroup.c:171 +#: gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "Ένα όνομα για αυτή την ομάδα ενεργειών." -#: ../gtk/gtkactiongroup.c:178 +#: gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "Αν αυτή η ομάδα ενέργειας θα είναι ενεργοποιημένη." -#: ../gtk/gtkactiongroup.c:185 +#: gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "Αν αυτή η ομάδα ενέργειας θα είναι ορατή." -#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:206 ../gtk/gtkspinbutton.c:269 +#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Τιμή" -#: ../gtk/gtkadjustment.c:94 +#: gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "Η τιμή της στοίχισης" -#: ../gtk/gtkadjustment.c:110 +#: gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "Ελάχιστη τιμή" -#: ../gtk/gtkadjustment.c:111 +#: gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "Η ελάχιστη τιμή της στοίχισης" -#: ../gtk/gtkadjustment.c:130 +#: gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "Μέγιστη τιμή" -#: ../gtk/gtkadjustment.c:131 +#: gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "Η μέγιστη τιμή της στοίχισης" -#: ../gtk/gtkadjustment.c:147 +#: gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "Ρυθμός αύξησης βήματος" -#: ../gtk/gtkadjustment.c:148 +#: gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "Ο ρυθμός αύξησης βήματος της στοίχισης" -#: ../gtk/gtkadjustment.c:164 +#: gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "Αύξηση σελίδας" -#: ../gtk/gtkadjustment.c:165 +#: gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "Η αύξηση σελίδας της στοίχισης" -#: ../gtk/gtkadjustment.c:184 +#: gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "Μέγεθος σελίδας" -#: ../gtk/gtkadjustment.c:185 +#: gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "Το μέγεθος σελίδας της στοίχισης" -#: ../gtk/gtkalignment.c:90 +#: gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "Οριζόντια στοίχιση" -#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 +#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" @@ -504,11 +500,11 @@ msgstr "" "Οριζόντια θέση θυγατρικού στο διαθέσιμο χώρο. 0.0 είναι στοιχισμένο " "αριστερά, 1.0 είναι στοιχισμένο δεξιά" -#: ../gtk/gtkalignment.c:100 +#: gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "Κάθετη στοίχιση" -#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 +#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" @@ -516,11 +512,11 @@ msgstr "" "Κάθετη θέση θυγατρικού στο διαθέσιμο χώρο. 0.0 είναι στοιχισμένο πάνω, 1.0 " "είναι στοιχισμένο κάτω" -#: ../gtk/gtkalignment.c:109 +#: gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "Οριζόντια κλίμακα" -#: ../gtk/gtkalignment.c:110 +#: gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" @@ -529,11 +525,11 @@ msgstr "" "από αυτό το χώρο να χρησιμοποιηθεί για το θυγατρικό. 0.0 σημαίνει καθόλου, " "1.0 σημαίνει όλο το χώρο" -#: ../gtk/gtkalignment.c:118 +#: gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "Κάθετη κλίμακα" -#: ../gtk/gtkalignment.c:119 +#: gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" @@ -542,190 +538,190 @@ msgstr "" "θυγατρικό, πόσο από αυτό το χώρο να χρησιμοποιηθεί για το θυγατρικό. 0.0 " "σημαίνει καθόλου, 1.0 σημαίνει όλο το χώρο" -#: ../gtk/gtkalignment.c:136 +#: gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "Γέμισμα προς τα πάνω" -#: ../gtk/gtkalignment.c:137 +#: gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "Το γέμισμα που θα εισάγεται στο πάνω μέρος ενός γραφικού συστατικού." -#: ../gtk/gtkalignment.c:153 +#: gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "Γέμισμα προς τα κάτω" -#: ../gtk/gtkalignment.c:154 +#: gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "Το γέμισμα που θα εισάγεται στο κάτω μέρος ενός γραφικού συστατικού. " -#: ../gtk/gtkalignment.c:170 +#: gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "Αριστερό γέμισμα" -#: ../gtk/gtkalignment.c:171 +#: gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "" "Το γέμισμα που θα εισάγεται στην αριστερή πλευρά ενός γραφικού συστατικού." -#: ../gtk/gtkalignment.c:187 +#: gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "Δεξιό γέμισμα " -#: ../gtk/gtkalignment.c:188 +#: gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "Το γέμισμα που θα εισάγεται στη δεξιά πλευρά ενός γραφικού συστατικού." -#: ../gtk/gtkarrow.c:75 +#: gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "Διεύθυνση βέλους" -#: ../gtk/gtkarrow.c:76 +#: gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "Η διεύθυνση στην οποία πρέπει να δείχνει το βέλος" -#: ../gtk/gtkarrow.c:84 +#: gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "Σκιά βέλους" -#: ../gtk/gtkarrow.c:85 +#: gtk/gtkarrow.c:85 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:363 msgid "Arrow Scaling" msgstr "Να επιτρέπεται κλιμάκωση" -#: ../gtk/gtkarrow.c:93 +#: gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "Χώρος που καλύπτει το βέλος" -#: ../gtk/gtkaspectframe.c:79 +#: gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "Οριζόντια στοίχιση" -#: ../gtk/gtkaspectframe.c:80 +#: gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "Χ στοίχιση του θυγατρικού" -#: ../gtk/gtkaspectframe.c:86 +#: gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "Κάθετη στοίχιση" -#: ../gtk/gtkaspectframe.c:87 +#: gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "Υ στοίχιση του θυγατρικού" -#: ../gtk/gtkaspectframe.c:93 +#: gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "Αναλογία" -#: ../gtk/gtkaspectframe.c:94 +#: gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "Αναλογία διαστάσεων αν η υπακοή_στο θυγατρικό είναι FALSE" -#: ../gtk/gtkaspectframe.c:100 +#: gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "Υπακοή στο θυγατρικό" -#: ../gtk/gtkaspectframe.c:101 +#: gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "" "Αλλαγή αναλογίας διαστάσεων ώστε να ταιριάζει στις διαστάσεις του θυγατρικού " "του πλαισίου" -#: ../gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "Γέμισμα κεφαλίδας" -#: ../gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "Αριθμός εικονοστοιχείων γύρω από την κεφαλίδα" -#: ../gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "Γέμισμα περιοχομένου" -#: ../gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "Αριθμός εικονοστοιχείων γύρω από τις σελίδες περιεχομένων." -#: ../gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:286 msgid "Page type" msgstr "Τύπος σελίδας" -#: ../gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "Ο τύπος της σελίδας βοηθού" -#: ../gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:304 msgid "Page title" msgstr "Τίτλος σελίδας" -#: ../gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "Ο τίτλος της σελίδας βοηθού" -#: ../gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:321 msgid "Header image" msgstr "Εικόνα κεφαλίδας" -#: ../gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "Εικόνα κεφαλίδας της σελίδας βοηθού" -#: ../gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "Εικόνα πλευρικής στήλης" -#: ../gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "Εικόνα πλευρικής στήλης της σελίδας βοηθού" -#: ../gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:354 msgid "Page complete" msgstr "Σελίδα πλήρης" -#: ../gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "Αν έχουν συμπληρωθεί όλα τα απαιτούμενα πεδία στη σελίδα" -#: ../gtk/gtkbbox.c:91 +#: gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "Ελάχιστο πλάτος θυγατρικού" -#: ../gtk/gtkbbox.c:92 +#: gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "Ελάχιστο πλάτος κουμπιών μέσα στο κουτί" -#: ../gtk/gtkbbox.c:100 +#: gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "Ελάχιστο ύψος θυγατρικού" -#: ../gtk/gtkbbox.c:101 +#: gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "Ελάχιστο ύψος κουμπιών μέσα στο κουτί" -#: ../gtk/gtkbbox.c:109 +#: gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "Εσωτερικό γέμισμα πλάτους θυγατρικού" -#: ../gtk/gtkbbox.c:110 +#: gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "Μέγεθος μεγένθυνσης θυγατρικού και στις δύο πλευρές" -#: ../gtk/gtkbbox.c:118 +#: gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "Εσωτερικό γέμισμα ύψους θυγατρικού" -#: ../gtk/gtkbbox.c:119 +#: gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "Μέγεθος μεγένθυνσης θυγατρικού και πάνω και κάτω" -#: ../gtk/gtkbbox.c:127 +#: gtk/gtkbbox.c:127 msgid "Layout style" msgstr "Στυλ διατάξης" -#: ../gtk/gtkbbox.c:128 +#: gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" @@ -733,11 +729,11 @@ msgstr "" "Ποιά θα είναι η διαρρύθμιση στο κουτί. Οι πιθανές τιμές είναι: " "προεπιλεγμένες, έκταση, γωνία, αρχή και τέλος" -#: ../gtk/gtkbbox.c:136 +#: gtk/gtkbbox.c:136 msgid "Secondary" msgstr "Δευτερεύον" -#: ../gtk/gtkbbox.c:137 +#: gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" @@ -745,39 +741,39 @@ msgstr "" "Αν TRUE, το θυγατρικό εμφανίζεται σε μια δεύτερη ομάδα θυγατρικών κατάλληλη " "για π.χ κουμπιά βοήθειας" -#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 -#: ../gtk/gtktreeviewcolumn.c:216 +#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 +#: gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "Διάκενο" -#: ../gtk/gtkbox.c:131 +#: gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "Το μέγεθος του διαστήματος μεταξύ θυγατρικών" -#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 -#: ../gtk/gtktoolbar.c:573 +#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 +#: gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "Ομογενοποίηση" -#: ../gtk/gtkbox.c:141 +#: gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "Αν όλα τα θυγατρικά θα είναι στο ίδιο μέγεθος" -#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 -#: ../gtk/gtktreeviewcolumn.c:272 +#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 +#: gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "Ανάπτυξη" -#: ../gtk/gtkbox.c:149 +#: gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "" "Αν το θυγατρικό θα λαμβάνει παραπάνω διάστημα όταν μεγαλώνει το μητρικό" -#: ../gtk/gtkbox.c:155 +#: gtk/gtkbox.c:155 msgid "Fill" msgstr "Γέμισμα" -#: ../gtk/gtkbox.c:156 +#: gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" @@ -785,21 +781,21 @@ msgstr "" "Αν το πρόσθετο διάστημα που θα δίνεται στο θυγατρικό θα ανατίθεται στο " "θυγατρικό ή θα χρησιμοποιείται ως γέμισμα" -#: ../gtk/gtkbox.c:162 +#: gtk/gtkbox.c:162 msgid "Padding" msgstr "Γέμισμα" -#: ../gtk/gtkbox.c:163 +#: gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "" "Επιπλέον διάστημα σε εικονοστοιχεία για προσθήκη ανάμεσα στο θυγατρικό και " "τα γειτονικά του" -#: ../gtk/gtkbox.c:169 +#: gtk/gtkbox.c:169 msgid "Pack type" msgstr "Τύπος συσκευασίας" -#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 +#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" @@ -807,24 +803,24 @@ msgstr "" "Ο τύπος GtkPack που ορίζει αν το θυγατρικό θα συσκευάζεται με αναφορά στην " "αρχή ή το τέλος του μητρικού" -#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 -#: ../gtk/gtkruler.c:148 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 +#: gtk/gtkruler.c:148 msgid "Position" msgstr "Θέση" -#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 +#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "Ο δείκτης του θυγατρικού στο μητρικό" -#: ../gtk/gtkbuilder.c:96 +#: gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "Τομέας μετάφρασης" -#: ../gtk/gtkbuilder.c:97 +#: gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "Ο τομέας μετάφρασης που χρησιμοποιεί το gettext" -#: ../gtk/gtkbutton.c:220 +#: gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" @@ -832,13 +828,13 @@ msgstr "" "Κείμενο της ετικέτας γραφικού συστατικού μέσα στο κουμπί, αν το κουμπί " "περιέχει ετικέτα γραφικού συστατικού." -#: ../gtk/gtkbutton.c:227 ../gtk/gtkexpander.c:203 ../gtk/gtklabel.c:388 -#: ../gtk/gtkmenuitem.c:315 ../gtk/gtktoolbutton.c:209 +#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 +#: gtk/gtkmenuitem.c:315 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/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389 +#: gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" @@ -846,73 +842,72 @@ msgstr "" "Αν ορισθεί, μια υπογράμμιση στο κείμενο θα επισημαίνει τον επόμενο χαρακτήρα " "που πρέπει να χρησιμοποιηθεί για το μνημονικό κλειδί συντόμευσης" -#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 +#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "Χρήση αποθέματος" -#: ../gtk/gtkbutton.c:236 +#: gtk/gtkbutton.c:236 msgid "" "If set, the label is used to pick a stock item instead of being displayed" msgstr "" "Άν ορίζεται, η ετικέτα χρησιμοποιείται στην επιλογή αποθέματος αντί της " "εμφάνισης της" -#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 -#: ../gtk/gtkfilechooserbutton.c:393 +#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "Εστίαση στο κλικ" -#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 +#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "Αν το κουμπί θα εστιάζεται όταν γίνεται κλικ με με το ποντίκι" -#: ../gtk/gtkbutton.c:251 +#: gtk/gtkbutton.c:251 msgid "Border relief" msgstr "Ανάγλυφο περιγράμματος" -#: ../gtk/gtkbutton.c:252 +#: gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "Το στυλ του ανάγλυφου περιγράμματος" -#: ../gtk/gtkbutton.c:269 +#: gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "Οριζόντια στοίχιση του θυγατρικού" -#: ../gtk/gtkbutton.c:288 +#: gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "Κάθετη στοίχιση του θυγατρικού" -#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 +#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "Γραφικό συστατικό εικόνας" -#: ../gtk/gtkbutton.c:306 +#: gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "" "Θυγατρικό γραφικό συστατικό που θα εμφανίζεται δίπλα από το κείμενο του " "κουμπιού" -#: ../gtk/gtkbutton.c:320 +#: gtk/gtkbutton.c:320 msgid "Image position" msgstr "Θέση εικόνας" -#: ../gtk/gtkbutton.c:321 +#: gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "Η θέση της εικόνας σχετικά με το κείμενο" -#: ../gtk/gtkbutton.c:433 +#: gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "Προεπιλεγμένο διάκενο" -#: ../gtk/gtkbutton.c:434 +#: gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "Επιπλέον διάστημα για να προστεθεί στα κουμπιά CAN_DEFAULT" -#: ../gtk/gtkbutton.c:440 +#: gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "Προεπιλεγμένο εξωτερικό διάκενο" -#: ../gtk/gtkbutton.c:441 +#: gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" @@ -920,33 +915,33 @@ msgstr "" "Επιπλέον διάστημα για να προστεθεί στα κουμπιά CAN_DEFAULT τα οποία " "σχεδιάζονται πάντα έξω από το όριο" -#: ../gtk/gtkbutton.c:446 +#: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "Μετατόπιση θυγατρικού Χ" -#: ../gtk/gtkbutton.c:447 +#: gtk/gtkbutton.c:447 msgid "" "How far in the x direction to move the child when the button is depressed" msgstr "" "Πόσο μακριά στην κατεύθυνση x θα μετακινείται το θυγατρικό όταν " "απελευθερώνεται το κουμπί" -#: ../gtk/gtkbutton.c:454 +#: gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "Μετατόπιση θυγατρικού Υ" -#: ../gtk/gtkbutton.c:455 +#: gtk/gtkbutton.c:455 msgid "" "How far in the y direction to move the child when the button is depressed" msgstr "" "Πόσο μακριά στην κατεύθυνση y θα μετακινείται το θυγατρικό όταν " "απελευθερώνεται το κουμπί" -#: ../gtk/gtkbutton.c:471 +#: gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "Μετάθεση εστίασης" -#: ../gtk/gtkbutton.c:472 +#: gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" @@ -954,51 +949,51 @@ msgstr "" "Αν οι ιδιότητες child_displacement_x/_y θα επηρεάζουν και το ορθογώνιο " "εστίασης" -#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "Εσωτερικό περίγραμμα" -#: ../gtk/gtkbutton.c:486 +#: gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "Περίγραμμα ανάμεσα στις άκρες των κουμπιών και θυγατρικών" -#: ../gtk/gtkbutton.c:499 +#: gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "Διάκενο εικόνας" -#: ../gtk/gtkbutton.c:500 +#: gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "Διάκενο σε εικονοστοιχεία ανάμεσα στην εικόνα και την ετικέτα" -#: ../gtk/gtkbutton.c:514 +#: gtk/gtkbutton.c:514 msgid "Show button images" msgstr "Εμφάνιση εικόνων κουμπιών" -#: ../gtk/gtkbutton.c:515 +#: gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "Αν θα εμφανίζονται ή όχι εικόνες στα κουμπιά" -#: ../gtk/gtkcalendar.c:440 +#: gtk/gtkcalendar.c:440 msgid "Year" msgstr "Έτος" -#: ../gtk/gtkcalendar.c:441 +#: gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "Το επιλεγμένο έτος" -#: ../gtk/gtkcalendar.c:454 +#: gtk/gtkcalendar.c:454 msgid "Month" msgstr "Μήνας" -#: ../gtk/gtkcalendar.c:455 +#: gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "Ο επιλεγμένος μήνας (ως αριθμός μεταξύ 0 και 12)" -#: ../gtk/gtkcalendar.c:469 +#: gtk/gtkcalendar.c:469 msgid "Day" msgstr "Ημέρα" -#: ../gtk/gtkcalendar.c:470 +#: gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" @@ -1006,317 +1001,315 @@ msgstr "" "Η επιλεγμένη ημέρα (ως αριθμός μεταξύ 1 και 31, ή 0 για αποεπιλογή της " "επιλεγμένης ημέρας)" -#: ../gtk/gtkcalendar.c:484 +#: gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "Προβολή κεφαλίδας" -#: ../gtk/gtkcalendar.c:485 +#: gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "Αν TRUE, εμφανίζεται η κεφαλίδα" -#: ../gtk/gtkcalendar.c:499 +#: gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "Προβολή ονομάτων ημερών" -#: ../gtk/gtkcalendar.c:500 +#: gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "Αν TRUE, προβάλλονται τα ονόματα των ημερών" -#: ../gtk/gtkcalendar.c:513 +#: gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "Όχι αλλαγή μήνα" -#: ../gtk/gtkcalendar.c:514 +#: gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "Αν TRUE, ο επιλεγμένος μήνας δεν μπορεί να αλλάξει" -#: ../gtk/gtkcalendar.c:528 +#: gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "Εμφάνιση αριθμού εβδομάδων" -#: ../gtk/gtkcalendar.c:529 +#: gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "Αν TRUE, θα προβάλλονται οι αριθμοί εβδομάδων" -#: ../gtk/gtkcalendar.c:544 +#: gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "Πλάτος λεπτομερειών" -#: ../gtk/gtkcalendar.c:545 +#: gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "Πλάτος λεπτομερειών σε χαρακτήρες" -#: ../gtk/gtkcalendar.c:560 +#: gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "Ύψος λεπτομερειών" -#: ../gtk/gtkcalendar.c:561 +#: gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "Ύψος λεπτομερειών σε γραμμές" -#: ../gtk/gtkcalendar.c:577 +#: gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "Εμφάνιση λεπτομερειών" -#: ../gtk/gtkcalendar.c:578 +#: gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "Αν είναι αληθές, προβάλλονται οι λεπτομέρειες" -#: ../gtk/gtkcellrenderer.c:177 +#: gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "λειτουργία" -#: ../gtk/gtkcellrenderer.c:178 +#: gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "Λειτουργία επεξεργασίας του CellRenderer" -#: ../gtk/gtkcellrenderer.c:186 +#: gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "ορατό" -#: ../gtk/gtkcellrenderer.c:187 +#: gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "Προβολή του κελιού" -#: ../gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "Προβολή του κελιού ως ευαίσθητου" -#: ../gtk/gtkcellrenderer.c:201 +#: gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "xalign" -#: ../gtk/gtkcellrenderer.c:202 +#: gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "The x-align" -#: ../gtk/gtkcellrenderer.c:211 +#: gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "yalign" -#: ../gtk/gtkcellrenderer.c:212 +#: gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "The y-align" -#: ../gtk/gtkcellrenderer.c:221 +#: gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "xpad" -#: ../gtk/gtkcellrenderer.c:222 +#: gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "The xpad." -#: ../gtk/gtkcellrenderer.c:231 +#: gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "ypad" -#: ../gtk/gtkcellrenderer.c:232 +#: gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "The ypad" -#: ../gtk/gtkcellrenderer.c:241 +#: gtk/gtkcellrenderer.c:241 msgid "width" msgstr "πλάτος" -#: ../gtk/gtkcellrenderer.c:242 +#: gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "Το σταθερό πλάτος" -#: ../gtk/gtkcellrenderer.c:251 +#: gtk/gtkcellrenderer.c:251 msgid "height" msgstr "ύψος" -#: ../gtk/gtkcellrenderer.c:252 +#: gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "Το σταθερό ύψος" -#: ../gtk/gtkcellrenderer.c:261 +#: gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "Is Expander" -#: ../gtk/gtkcellrenderer.c:262 +#: gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "Η γραμμή έχει θυγατρικά" -#: ../gtk/gtkcellrenderer.c:270 +#: gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "Είναι Διαστελλόμενη" -#: ../gtk/gtkcellrenderer.c:271 +#: gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "Η γραμμή είναι μια διαστελλόμενη γραμμή και διαστάλθηκε" -#: ../gtk/gtkcellrenderer.c:278 +#: gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "Όνομα χρώματος παρασκηνίου" -#: ../gtk/gtkcellrenderer.c:279 +#: gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "Χρώμα κελιού παρασκηνίου ως string" -#: ../gtk/gtkcellrenderer.c:286 +#: gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "Χρώμα κελιού παρασκηνίου" -#: ../gtk/gtkcellrenderer.c:287 +#: gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "Χρώμα κελιού παρασκηνίου ως GdkColor" -#: ../gtk/gtkcellrenderer.c:294 +#: gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "Επεξεργασία" -#: ../gtk/gtkcellrenderer.c:295 +#: gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "Αν ο σχεδιαστής κελιών είναι σε λειτουργία επεξεργασίας" -#: ../gtk/gtkcellrenderer.c:303 +#: gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "Ορισμός παρασκηνίου κελιού" -#: ../gtk/gtkcellrenderer.c:304 +#: gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "Αν αυτή αναγνωριστική ετικέτα επηρεάζει το χρώμα παρασκηνίου κελιού" -#: ../gtk/gtkcellrendereraccel.c:113 +#: gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "Πλήκτρο συντόμευσης" -#: ../gtk/gtkcellrendereraccel.c:114 +#: gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "Η τιμή πλήκτρου της συντόμευσης" -#: ../gtk/gtkcellrendereraccel.c:130 +#: gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "Πλήκτρα συντόμευσης" -#: ../gtk/gtkcellrendereraccel.c:131 +#: gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "Η τροποποιητική μάσκα των πλήκτρων συντόμευσης" -#: ../gtk/gtkcellrendereraccel.c:148 +#: gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "Κωδικός πλήκτρου συντόμευσης" -#: ../gtk/gtkcellrendereraccel.c:149 +#: gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "Ο κωδικός υλικού του πλήκτρου συντόμευσης" -#: ../gtk/gtkcellrendereraccel.c:168 +#: gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "Λειτουργία συντόμευσης" -#: ../gtk/gtkcellrendereraccel.c:169 +#: gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "Ο τύπος των συντομεύσεων" -#: ../gtk/gtkcellrenderercombo.c:107 +#: gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "Μοντέλο" -#: ../gtk/gtkcellrenderercombo.c:108 +#: gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "Το μοντέλο που περιέχει τις πιθανλες τιμές για το combo box" -#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 +#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "Στήλη κειμένου" -#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 +#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "Μια στήλη στο μοντέλο πηγής δεδομένων για τη λήψη αλφαριθμητικών" -#: ../gtk/gtkcellrenderercombo.c:148 +#: gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "Έχει καταχώριση" -#: ../gtk/gtkcellrenderercombo.c:149 +#: gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "Αν FALSE, να μην εισάγονται αλφαριθμητικά εκτός από τα επιλεγμένα" -#: ../gtk/gtkcellrendererpixbuf.c:111 +#: gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "Αντικείμενο Pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:112 +#: gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "Το pixbuf για εμφάνιση" -#: ../gtk/gtkcellrendererpixbuf.c:119 +#: gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "Pixbuf Expander Ανοικτό" -#: ../gtk/gtkcellrendererpixbuf.c:120 +#: gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "Pixbuf για open expander." -#: ../gtk/gtkcellrendererpixbuf.c:127 +#: gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "Pixbuf Expander Κλειστό" -#: ../gtk/gtkcellrendererpixbuf.c:128 +#: gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "Pixbuf για closed expander" -#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 -#: ../gtk/gtkstatusicon.c:226 +#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "ID αποθέματος" -#: ../gtk/gtkcellrendererpixbuf.c:136 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "Η ταυτότητα αποθέματος του πρός εμφάνιση εικονιδίου αποθέματος" -#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 -#: ../gtk/gtkstatusicon.c:267 +#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 +#: gtk/gtkstatusicon.c:267 msgid "Size" msgstr "Μέγεθος" -#: ../gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "" "Η GtkIconSize τιμή που καθορίζει το μέγεθος του εμφανιζόμενου εικονιδίου" -#: ../gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "Λεπτομέρεια" -#: ../gtk/gtkcellrendererpixbuf.c:154 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "Λεπτομέρεια εμφάνισης που θα μεταβιβαστεί στη μηχανή θέματος" -#: ../gtk/gtkcellrendererpixbuf.c:187 +#: gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "Ακολούθηση κατάστασης" -#: ../gtk/gtkcellrendererpixbuf.c:188 +#: gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Αν το εμφανιζόμενο pixbuf θα χρωματίζεται σύμφωνα με την κατάσταση" -#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Εικονίδιο" -#: ../gtk/gtkcellrendererprogress.c:129 +#: gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "Τιμή που θα εμφανίζεται στη μπάρα προόδου" -#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 -#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 -#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 +#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 +#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 +#: gtk/gtktextbuffer.c:198 msgid "Text" msgstr "Κείμενο" -#: ../gtk/gtkcellrendererprogress.c:147 +#: gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "Κείμενο που θα εμφανίζεται στη μπάρα προόδου" -#: ../gtk/gtkcellrendererprogress.c:170 +#: gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "Παλμός" -#: ../gtk/gtkcellrendererprogress.c:171 +#: gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." @@ -1324,11 +1317,11 @@ msgstr "" "Ορίστε θετική τιμή για να δηλώσετε ότι έχει υπάρξει πρόοδος, αλλά δεν " "γνωρίζετε πόση." -#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 +#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "Στοίχιση x κειμένου" -#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 +#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -1336,220 +1329,214 @@ msgstr "" "Η οριζόντια στοίχιση κειμένου. Από 0 (αριστερά) μέχρι 1 (δεξιά). " "Αντεστραμμένη για τις διατάξεις RTL (αραβική-εβραϊκή)" -#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 +#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "Στοίχιση y κειμένου" -#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 +#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "Η κάθετη στοίχιση κειμένου, από 0 (πάνω) μέχρι 1 (κάτω)" -#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 -#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 -#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 +#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 +#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 +#: gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "Προσανατολισμός" -#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 +#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "Προσανατολισμός και κατεύθυνση ανάπτυξης της μπάρας προόδου" -#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:225 -#: ../gtk/gtkspinbutton.c:208 +#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Ρύθμιση" -#: ../gtk/gtkcellrendererspin.c:94 +#: gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "Η ρύθμιση που κρατάει την τιμή του spinbutton" -#: ../gtk/gtkcellrendererspin.c:109 +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "Ρυθμός Αναρρίχησης" -#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 +#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "Ο ρυθμός συντόμευσης όταν πατιέται κάτω ένα κουμπί" -#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 -#: ../gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "Ψηφία" -#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 +#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "Ο αριθμός των δεκαδικών που προβάλλεται" -#: ../gtk/gtkcellrenderertext.c:196 +#: gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "Κείμενο προς εμφάνιση" -#: ../gtk/gtkcellrenderertext.c:203 +#: gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "Επισήμανση" -#: ../gtk/gtkcellrenderertext.c:204 +#: gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "Επισημασμένο κείμενο προς εμφάνιση" -#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 +#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 msgid "Attributes" msgstr "Γνωρίσματα" -#: ../gtk/gtkcellrenderertext.c:212 +#: gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "Μια λίστα γνωρισμάτων για να εφαρμοστούν στο κείμενο" -#: ../gtk/gtkcellrenderertext.c:219 +#: gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "Λειτουργία μονής παραγράφου" -#: ../gtk/gtkcellrenderertext.c:220 +#: gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "Αν θα διατηρηθεί ή όχι όλο το κείμενο σε μια μονή παράγραφο" -#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 -#: ../gtk/gtktexttag.c:183 +#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 msgid "Background color name" msgstr "Όνομα χρώματος παρασκηνίου" -#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 -#: ../gtk/gtktexttag.c:184 +#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "Χρώμα παρασκηνίου ως string" -#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 -#: ../gtk/gtktexttag.c:191 +#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 msgid "Background color" msgstr "Χρώμα παρασκηνίου" -#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 +#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "Χρώμα παρασκηνίου ως GdkColor" -#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 +#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "Όνομα χρώματος προσκηνίου" -#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 +#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "Χρώμα προσκηνίου ως string" -#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 +#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "Χρώμα προσκηνίου" -#: ../gtk/gtkcellrenderertext.c:253 +#: gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "Χρώμα προσκηνίου ως GdkColor" -#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 -#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 +#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "Παραμετροποιήσιμο" -#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 -#: ../gtk/gtktextview.c:574 +#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "Αν το κείμενο μπορεί να αλλαχθεί από το χρήστη" -#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 -#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 +#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 +#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 msgid "Font" msgstr "Γραμματοσειρά" -#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 +#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "Περιγραφή γραμματοσειράς ως string, π.χ. \"Sans Italic 12\"" -#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 +#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "Περιγραφή γραμματοσειράς ως PangoFontDescription struct " -#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 +#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 msgid "Font family" msgstr "Οικόγενεια γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 +#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "" "Όνομα της οικογένειας της γραμματοσειράς, π.χ. Sans, Helvetica, Times, " "Monospace" -#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 -#: ../gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 +#: gtk/gtktexttag.c:291 msgid "Font style" msgstr "Στυλ γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 -#: ../gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 +#: gtk/gtktexttag.c:300 msgid "Font variant" msgstr "Παραλλαγή γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 -#: ../gtk/gtktexttag.c:309 +#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 +#: gtk/gtktexttag.c:309 msgid "Font weight" msgstr "Βάρος γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 -#: ../gtk/gtktexttag.c:320 +#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 +#: gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "Τέντωμα γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 -#: ../gtk/gtktexttag.c:329 +#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 +#: gtk/gtktexttag.c:329 msgid "Font size" msgstr "Μέγεθος γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 +#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 msgid "Font points" msgstr "Σημεία γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 +#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "Μέγεθος γραμματοσειράς σε σημεία" -#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 +#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 msgid "Font scale" msgstr "Κλίμακα γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:352 +#: gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "Συντελεστής κλίμακας γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 +#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 msgid "Rise" msgstr "Ανάδυση" -#: ../gtk/gtkcellrenderertext.c:362 +#: gtk/gtkcellrenderertext.c:362 msgid "" "Offset of text above the baseline (below the baseline if rise is negative)" msgstr "" "Διάταξη του κειμένου πάνω από τη γραμμή βάσης (κάτω από τη γραμμή βάσης αν " "η άνοδος είναι αρνητική)" -#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 +#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "Επισήμανση" -#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 +#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "Αν θα γίνεται επισήμανση κειμένου" -#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 +#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 msgid "Underline" msgstr "Υπογράμμιση" -#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 +#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "Τύπος υπογράμμισης για αυτό το κείμενο" -#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 +#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 msgid "Language" msgstr "Γλώσσα" -#: ../gtk/gtkcellrenderertext.c:391 +#: gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " @@ -1559,12 +1546,11 @@ msgstr "" "χρησιμοποιήσει αυτό ως συμβουλή όταν θα εμφανίζει το κείμενο. Αν δεν " "καταλαβαίνετε αυτήν την παράμετρο πιθανόν και να μην τη χρειάζεστε." -#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 -#: ../gtk/gtkprogressbar.c:206 +#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "Χρήση αποσιωπητικών" -#: ../gtk/gtkcellrenderertext.c:412 +#: gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" @@ -1572,20 +1558,20 @@ msgstr "" "Η προτιμώμενη θέση για τη χρήση αποσιωπητικών στο αλφαριθμητικό, αν η " "εργασία απόδοσης κελιού δεν έχει αρκετό χώρο για να το εμφανίσει ολόκληρο" -#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 -#: ../gtk/gtklabel.c:519 +#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 +#: gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "Πλάτος σε χαρακτήρες" -#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 +#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "Το επιθυμητό πλάτος της ετικέτας, σε χαρακτήρες" -#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 +#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "Κατάσταση αναδίπλωσης" -#: ../gtk/gtkcellrenderertext.c:451 +#: gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" @@ -1593,445 +1579,439 @@ msgstr "" "Πως θα διασπάται το αλφαριθμητικό σε πολλαπλές γραμμές. αν η εμφάνιση του " "κελιούδεν έχει αρκετό χώρο για να εμφανίζει ολόκληρο το αλφαριθμητικό." -#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 +#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "Πλάτος αναδίπλωσης" -#: ../gtk/gtkcellrenderertext.c:471 +#: gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "Το πλάτος στο οποίο θα αναδιπλώνεται το κείμενο" -#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 +#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "Στοίχιση" -#: ../gtk/gtkcellrenderertext.c:492 +#: gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "Τρόπος στοίχισης γραμμών" -#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 -#: ../gtk/gtktexttag.c:564 +#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 msgid "Background set" msgstr "Ορισμός παρασκηνίου" -#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 -#: ../gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "Αν αυτή αναγνωριστική ετικέτα επηρεάζει το χρώμα παρασκηνίου" -#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 +#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "Ορισμός προσκηνίου" -#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "Αν αυτή αναγνωριστική ετικέτα επηρεάζει το χρώμα προσκηνίου" -#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 +#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 msgid "Editability set" msgstr "Ορισμός παραμετροποίησης" -#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 +#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "" "Αν αυτή αναγνωριστική ετικέτα επηρεάζει την παραμετροποίηση του κειμένου" -#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 +#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 msgid "Font family set" msgstr "Ορισμός οικογένειας γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 +#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "Αν αυτή αναγνωριστική ετικέτα επηρεάζει την οικογένεια γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 +#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 msgid "Font style set" msgstr "Ορισμός στυλ γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "Αν αυτή αναγνωριστική ετικέτα επηρεάζει το στυλ γραμματοσειράς " -#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 +#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "Ορισμός παραλλαγής γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 +#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "" "Αν αυτή αναγνωριστική ετικέτα επηρεάζει την παραλλαγή της γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 +#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "Ορισμός βάρους γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "Αν αυτή αναγνωριστική ετικέτα επηρεάζει το βάρος της γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 +#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "Ορισμός τεντώματος γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 +#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "Αν αυτή αναγνωριστική ετικέτα επηρεάζει το τέντωμα της γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 +#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 msgid "Font size set" msgstr "Ορισμός μεγέθους γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 +#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "Αν αυτή αναγνωριστική ετικέτα επηρεάζει το μέγεθος της γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 +#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "Ορισμός κλίμακας γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 +#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "Αν αυτή αναγνωριστική ετικέτα επηρεάζει την κλίμακα της γραμματοσειράς" -#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 +#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 msgid "Rise set" msgstr "Ορισμός ανάδυσης" -#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 +#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "Αν αυτή αναγνωριστική ετικέτα επηρεάζει την ανάδυση" -#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 +#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "Ορισμός διακριτής γραφής" -#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 +#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "Αν αυτή αναγνωριστική ετικέτα επηρεάζει τη διακριτή γραφής" -#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 +#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 msgid "Underline set" msgstr "Ορισμός υπογράμμισης" -#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 +#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "Αν αυτή αναγνωριστική ετικέτα επηρεάζει την υπογράμμιση" -#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 +#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 msgid "Language set" msgstr "Ορισμός γλώσσας" -#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 +#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "" "Αν η αναγνωριστική ετικέτα θα επηρεάζει τη γλώσσα χειρισμού του κειμένου" -#: ../gtk/gtkcellrenderertext.c:558 +#: gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "Ορισμός αποσιώπησης" -#: ../gtk/gtkcellrenderertext.c:559 +#: gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "Αν αυτή αναγνωριστική ετικέτα επηρεάζει τη λειτουργία αποσιώπησης" -#: ../gtk/gtkcellrenderertext.c:562 +#: gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "Ρύθμιση στοίχισης" -#: ../gtk/gtkcellrenderertext.c:563 +#: gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "Αν αυτή αναγνωριστική ετικέτα επηρεάζει τη λειτουργία στοίχισης" -#: ../gtk/gtkcellrenderertoggle.c:126 +#: gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "Κατάσταση Εναλλαγής" -#: ../gtk/gtkcellrenderertoggle.c:127 +#: gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "Η κατάσταση εναλλαγής του κουμπιού" -#: ../gtk/gtkcellrenderertoggle.c:134 +#: gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "Ασυνεπής κατάσταση" -#: ../gtk/gtkcellrenderertoggle.c:135 +#: gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "Η ασυνεπής κατάσταση του κουμπιού" -#: ../gtk/gtkcellrenderertoggle.c:142 +#: gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "Activatable" -#: ../gtk/gtkcellrenderertoggle.c:143 +#: gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "Δυνατότητα ενεργοποίησης κουμπιού εναλλαγής" -#: ../gtk/gtkcellrenderertoggle.c:150 +#: gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "Κατάσταση κουμπιού επιλογής" -#: ../gtk/gtkcellrenderertoggle.c:151 +#: gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "Σχεδιασμός πλήκτρου εναλλαγής ως radio button" -#: ../gtk/gtkcellrenderertoggle.c:158 +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "Μέγεθος σήμανσης" -#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 -#: ../gtk/gtkcheckmenuitem.c:122 +#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 +#: gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "Μέγεθος της επιλογής ή της επισήμανσης επιλογής" -#: ../gtk/gtkcellview.c:182 +#: gtk/gtkcellview.c:182 msgid "CellView model" msgstr "Μοντέλο CellView" -#: ../gtk/gtkcellview.c:183 +#: gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "Το μοντέλο για προβολή κελιού" -#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 -#: ../gtk/gtkoptionmenu.c:168 +#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "Μέγεθος σήμανσης" -#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 -#: ../gtk/gtkoptionmenu.c:174 +#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "Διάκενο σήμανσης" -#: ../gtk/gtkcheckbutton.c:78 +#: gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "Διάκενο γύρω από την επιλογή ή την επισήμανση επιλογής" -#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 -#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 -#: ../gtk/gtktoggletoolbutton.c:114 +#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 +#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "Ενεργό" -#: ../gtk/gtkcheckmenuitem.c:99 +#: gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "Αν το αντικείμενο στο μενού θα είναι επιλεγμένο" -#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 +#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "Ασυνέπεια" -#: ../gtk/gtkcheckmenuitem.c:107 +#: gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "Αν θα εμφανίζει μια \"ασυνεπή\" κατάσταση" -#: ../gtk/gtkcheckmenuitem.c:114 +#: gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "Σχεδιασμός ως αντικείμενο μενού radio" -#: ../gtk/gtkcheckmenuitem.c:115 +#: gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "Αν το αντικείμενο στο μενού θα μοιάζει σαν αντικείμενο μενού radio" -#: ../gtk/gtkcolorbutton.c:171 +#: gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "Χρήση άλφα" -#: ../gtk/gtkcolorbutton.c:172 +#: gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "Αν θα δοθεί ή όχι στο χρώμα μια τιμή άλφα" -#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 -#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 -#: ../gtk/gtktreeviewcolumn.c:264 +#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 +#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "Τίτλος" -#: ../gtk/gtkcolorbutton.c:187 +#: gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "Ο τίτλος του διαλόγου επιλογής χρώματος" -#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 +#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "Τρέχον χρώμα" -#: ../gtk/gtkcolorbutton.c:202 +#: gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "Το επιλεγμένο χρώμα" -#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 +#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "Τρέχον Alpha" -#: ../gtk/gtkcolorbutton.c:217 +#: gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "" "Η τρέχουσα τιμή αδιαφάνειας (0 πλήρη διαφάνεια, 65535 πλήρη αδιαφάνεια)" -#: ../gtk/gtkcolorsel.c:279 +#: gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "Έχει Έλεγχο Αδιαφάνειας" -#: ../gtk/gtkcolorsel.c:280 +#: gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "Αν ο επιλογέας χρώματος θα μπορεί να επιλέγει διαφάνεια" -#: ../gtk/gtkcolorsel.c:286 +#: gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "Έχει παλέτα" -#: ../gtk/gtkcolorsel.c:287 +#: gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "Αν θα χρησιμοποιηθεί παλέτα" -#: ../gtk/gtkcolorsel.c:294 +#: gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "Το τρέχον χρώμα" -#: ../gtk/gtkcolorsel.c:301 +#: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "" "Η τρέχουσα τιμή αδιαφάνειας (0 πλήρη διαφάνεια, 65535 πλήρη αδιαφάνεια)" -#: ../gtk/gtkcolorsel.c:315 +#: gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "Προσαρμοσμένη παλέτα" -#: ../gtk/gtkcolorsel.c:316 +#: gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "Παλέτα που θα χρησιμοποιείται στην επιλογή χρώματος" -#: ../gtk/gtkcolorseldialog.c:102 +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "Επιλογή χρώματος" -#: ../gtk/gtkcolorseldialog.c:103 +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "Οι επιλογές χρώματος του διαλόγου." -#: ../gtk/gtkcolorseldialog.c:109 +#: gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "Κουμπί Εντάξει" -#: ../gtk/gtkcolorseldialog.c:110 +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "Το κουμπί Εντάξει (ΟΚ) του διαλόγου." -#: ../gtk/gtkcolorseldialog.c:116 +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "Κουμπί Ακύρωση" -#: ../gtk/gtkcolorseldialog.c:117 +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "Το κουμπί Ακύρωση του διαλόγου." -#: ../gtk/gtkcolorseldialog.c:123 +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "Κουμπί Βοήθεια" -#: ../gtk/gtkcolorseldialog.c:124 +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "Το κουμπί Βοήθεια του διαλόγου." -#: ../gtk/gtkcombo.c:145 +#: gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "Ενεργοποίηση κουμπιών βέλους" -#: ../gtk/gtkcombo.c:146 +#: gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "Αν τα κουμπιά βέλους θα μετακινούνται στη λίστα των αντικειμένων" -#: ../gtk/gtkcombo.c:152 +#: gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "Πάντοτε ενεργοποιήση βελών" -#: ../gtk/gtkcombo.c:153 +#: gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "Παρωχημένη ιδιότητα, αγνοείται" -#: ../gtk/gtkcombo.c:159 +#: gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "Διάκριση πεζών-κεφαλαίων" -#: ../gtk/gtkcombo.c:160 +#: gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "Αν η λίστα αντικειμένων θα διακρίνει μεταξύ πεζών-κεφαλαίων " -#: ../gtk/gtkcombo.c:167 +#: gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "Να επιτρέπονται κενά" -#: ../gtk/gtkcombo.c:168 +#: gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "Αν μπορεί να εισαχθεί μια κενή τιμή σε αυτό το πεδίο" -#: ../gtk/gtkcombo.c:175 +#: gtk/gtkcombo.c:175 msgid "Value in list" msgstr "Τιμή στη λίστα" -#: ../gtk/gtkcombo.c:176 +#: gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "Αν οι εισηγμένες τιμές θα πρέπει να είναι ήδη παρούσες στη λίστα" -#: ../gtk/gtkcombobox.c:661 +#: gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "Μοντέλο ComboBox" -#: ../gtk/gtkcombobox.c:662 +#: gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "Το μοντέλο για combo box" -#: ../gtk/gtkcombobox.c:679 +#: gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "Πλάτος αναδίπλωσης για τη διάταξη των αντικειμένων σε πλέγμα" -#: ../gtk/gtkcombobox.c:701 +#: gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "Διάστημα γραμμής στήλης" -#: ../gtk/gtkcombobox.c:702 +#: gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "Στήλη δενδροειδούς μοντέλου που περιέχει τις τιμές διαστήματος γραμμής" -#: ../gtk/gtkcombobox.c:723 +#: gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "Διάστημα στηλών στήλης" -#: ../gtk/gtkcombobox.c:724 +#: gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "Στήλη δενδροειδούς μοντέλου που περιέχει τις τιμές διαστήματος στήλης" -#: ../gtk/gtkcombobox.c:745 +#: gtk/gtkcombobox.c:745 msgid "Active item" msgstr "Ενεργό αντικείμενο" -#: ../gtk/gtkcombobox.c:746 +#: gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "Το αντικείμενο που είναι αυτή τη στιγμή ενεργό" -#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 +#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "Προσθήκη αποσπώμενων στα μενού" -#: ../gtk/gtkcombobox.c:766 +#: gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "Αν τα κυλιόμενα θα πρέπει να έχουν αντικείμενο αποσπώμενου μενού" -#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 +#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 msgid "Has Frame" msgstr "Έχει Πλαίσιο" -#: ../gtk/gtkcombobox.c:782 +#: gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "Αν το combo box θα σχεδιάζει ένα πλαίσιο γύρω από το θυγατρικό" -#: ../gtk/gtkcombobox.c:790 +#: gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "Αν το combo box θα εστιάζεται όταν γίνεται κλικ με με το ποντίκι" -#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 +#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "Αποσπώμενος Τίτλος" -#: ../gtk/gtkcombobox.c:806 +#: gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" @@ -2039,191 +2019,191 @@ msgstr "" "Ένας τίτλος που μπορεί να προβάλλεται από το διαχειριστή παραθύρων όταν αυτό " "το αναδυόμενο αποκόπτεται" -#: ../gtk/gtkcombobox.c:823 +#: gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "Προβολή αναδυομένου" -#: ../gtk/gtkcombobox.c:824 +#: gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "Αν θα εμφανίζεται ή όχι η λίστα του κουμπιού πολλαπλών επιλογών" -#: ../gtk/gtkcombobox.c:840 +#: gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "Ευαισθησία κουμπιών" -#: ../gtk/gtkcombobox.c:841 +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "" "Αν το αναπτυσσόμενο κουμπί θα είναι ευαίσθητο, όταν δεν περιέχει επιλογές" -#: ../gtk/gtkcombobox.c:848 +#: gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "Εμφανίζεται ως λίστα" -#: ../gtk/gtkcombobox.c:849 +#: gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "Αν τα κυλιόμενα θα εμφανίζονται ως λίστες αντί για μενού" -#: ../gtk/gtkcombobox.c:865 +#: gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "Μέγεθος βέλους" -#: ../gtk/gtkcombobox.c:866 +#: gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "Το ελάχιστο μέγεθος του βέλους στο πεδίο combo" -#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 -#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 -#: ../gtk/gtkviewport.c:122 +#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 +#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 +#: gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "Είδος σκίασης" -#: ../gtk/gtkcombobox.c:882 +#: gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "Το είδος σκίασης που θα περιβάλλει το πλαίσιο combo" -#: ../gtk/gtkcontainer.c:238 +#: gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "Κατάσταση αλλαγής μεγέθους" -#: ../gtk/gtkcontainer.c:239 +#: gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "Ορισμός του τρόπου χειρισμού των αλλαγών μεγέθους" -#: ../gtk/gtkcontainer.c:246 +#: gtk/gtkcontainer.c:246 msgid "Border width" msgstr "Πλάτος πλαισίου" -#: ../gtk/gtkcontainer.c:247 +#: gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "Το πλάτος του κενού πλαισίου έξω από τα θυγατρικά containers" -#: ../gtk/gtkcontainer.c:255 +#: gtk/gtkcontainer.c:255 msgid "Child" msgstr "Θυγατρικό" -#: ../gtk/gtkcontainer.c:256 +#: gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "" "Μπορεί να χρησιμοποιηθεί για να προσθέσει ένα νέο θυγατρικό στο container" -#: ../gtk/gtkcurve.c:124 +#: gtk/gtkcurve.c:124 msgid "Curve type" msgstr "Είδος καμπύλης" -#: ../gtk/gtkcurve.c:125 +#: gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "Αν η καμπύλη είναι γραμμική, παρεμβαλλόμενη ή ελεύθερης φόρμας" -#: ../gtk/gtkcurve.c:132 +#: gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "Ελάχιστο Χ" -#: ../gtk/gtkcurve.c:133 +#: gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "Ελάχιστη δυνατή τιμή για X" -#: ../gtk/gtkcurve.c:141 +#: gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "Μέγιστο X" -#: ../gtk/gtkcurve.c:142 +#: gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "Μέγιστη δυνατή τιμή για X" -#: ../gtk/gtkcurve.c:150 +#: gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "Ελάχιστο Υ" -#: ../gtk/gtkcurve.c:151 +#: gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "Ελάχιστη δυνατή τιμή για Υ" -#: ../gtk/gtkcurve.c:159 +#: gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "Μέγιστο Υ" -#: ../gtk/gtkcurve.c:160 +#: gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Μέγιστη δυνατή τιμή για Υ" -#: ../gtk/gtkdialog.c:145 +#: gtk/gtkdialog.c:145 msgid "Has separator" msgstr "Έχει διαχωριστικό" -#: ../gtk/gtkdialog.c:146 +#: gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "Ο διάλογος έχει διαχωριστικό πάνω από τα κουμπιά" -#: ../gtk/gtkdialog.c:191 +#: gtk/gtkdialog.c:191 msgid "Content area border" msgstr "Πλαίσιο περιοχής περιεχομένου" -#: ../gtk/gtkdialog.c:192 +#: gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "Πλάτος πλαισίου γύρω από την περιοχή του κυρίως διαλόγου" -#: ../gtk/gtkdialog.c:209 +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "Διάκενο περιοχής περιεχομένου" -#: ../gtk/gtkdialog.c:210 +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "Διάκενο μεταξύ των στοιχείων της κύριας περιοχής του διαλόγου" -#: ../gtk/gtkdialog.c:217 +#: gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "Διάκενο κουμπιών" -#: ../gtk/gtkdialog.c:218 +#: gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "Διάκενο μεταξύ κουμπιών" -#: ../gtk/gtkdialog.c:226 +#: gtk/gtkdialog.c:226 msgid "Action area border" msgstr "Πλαίσιο περιοχής δράσης" -#: ../gtk/gtkdialog.c:227 +#: gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "" "Πλάτος πλαισίου γύρω από την περιοχή του κουμπιού στο κάτω μέρος του διαλόγου" -#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 +#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "Θέση δρομέα" -#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 +#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "Η τρέχουσα θέση του δρομέα εισαγωγής σε χαρακτήρες" -#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 +#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "Όριο επιλογής" -#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 +#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 msgid "" "The position of the opposite end of the selection from the cursor in chars" msgstr "Η θέση του αντίθετου άκρου της επιλογής από το δρομέα σε χαρακτήρες" -#: ../gtk/gtkentry.c:626 +#: gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "Αν τα περιεχόμενα της καταχώρισης μπορούν να τροποποιηθούν" -#: ../gtk/gtkentry.c:633 +#: gtk/gtkentry.c:633 msgid "Maximum length" msgstr "Μέγιστο μήκος" -#: ../gtk/gtkentry.c:634 +#: gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "" "Μέγιστος αριθμός χαρακτήρων για αυτή την καταχώριση. Μηδέν αν δεν υπάρχει " "μέγιστος" -#: ../gtk/gtkentry.c:642 +#: gtk/gtkentry.c:642 msgid "Visibility" msgstr "Ορατότητα" -#: ../gtk/gtkentry.c:643 +#: gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" @@ -2231,32 +2211,32 @@ msgstr "" "FALSE προβάλλει τον \"αόρατο χαρακτήρα\" αντί για το πραγματικό κείμενο " "(password mode)" -#: ../gtk/gtkentry.c:651 +#: gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "FALSE απομακρύνει την εξωτερική γωνία από την καταχώρηση" -#: ../gtk/gtkentry.c:659 +#: gtk/gtkentry.c:659 msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "" "Περίγραμμα μεταξύ κειμένου και πλαισίου. Αντικαθιστά την ιδιότητα στυλ του " "εσωτερικού περιγράμματος" -#: ../gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 msgid "Invisible character" msgstr "Αόρατος χαρακτήρας" -#: ../gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" "Ο χαρακτήρας που θα χρησιμοποιείται για την απόκρυψη περιεχομένου " "καταχώρισης (σε \"κατάσταση κωδικού πρόσβασης\")" -#: ../gtk/gtkentry.c:674 +#: gtk/gtkentry.c:674 msgid "Activates default" msgstr "Ενεργοποίηση προεπιλεγμένου" -#: ../gtk/gtkentry.c:675 +#: gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" @@ -2264,31 +2244,31 @@ msgstr "" "Αν θα ενεργοποιείται το προεπιλεγμένο γραφικό συστατικό (όπως ένα " "προεπιλεγμένο κουμπί σε ένα διάλογο) όταν πατιέται το Enter." -#: ../gtk/gtkentry.c:681 +#: gtk/gtkentry.c:681 msgid "Width in chars" msgstr "Πλάτος σε χαρακτήρες" -#: ../gtk/gtkentry.c:682 +#: gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "Αριθμός χαρακτήρων για την παροχή διαστήματος στην καταχώριση" -#: ../gtk/gtkentry.c:691 +#: gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "Offset κύλισης" -#: ../gtk/gtkentry.c:692 +#: gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "Αριθμός εικονοστοιχείων της καταχώρησης από αριστερά" -#: ../gtk/gtkentry.c:702 +#: gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "Τα περιεχόμενα της καταχώρισης" -#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 +#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 msgid "X align" msgstr "Στοίχιση Χ" -#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 +#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -2296,67 +2276,67 @@ msgstr "" "Η οριζόντια στοίχιση από 0 (αριστερά) μέχρι 1 (δεξιά). Αντεστραμμένη για τις " "διατάξεις RTL (αραβική-εβραϊκή)" -#: ../gtk/gtkentry.c:734 +#: gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "Σύμπτυξη πολλαπλών γραμμών" -#: ../gtk/gtkentry.c:735 +#: gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "" "Αν θα επιτρέπεται η σύμπτυξη πολλαπλών γραμμών σε μία κατά την επικόλληση." -#: ../gtk/gtkentry.c:751 +#: gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "" "Το είδος της σκίασης γύρω από την καταχώρηση, όταν έχει οριστεί το has-frame" -#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 +#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "Λετουργία επικάλυψης" -#: ../gtk/gtkentry.c:767 +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "Αν το νέο κείμενο θα αντικαθιστά το υπάρχον" -#: ../gtk/gtkentry.c:781 +#: gtk/gtkentry.c:781 msgid "Text length" msgstr "Μήκος κειμένου" -#: ../gtk/gtkentry.c:782 +#: gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "Μήκος του κειμένου που περιέχεται στο πεδίο αυτή τη στιγμή" -#: ../gtk/gtkentry.c:797 +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "Ορισμένος αόρατος χαρ." -#: ../gtk/gtkentry.c:798 +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "Αν θα έχει οριστεί ο αόρατος χαρακτήρας" -#: ../gtk/gtkentry.c:816 +#: gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "Προειδοποίηση Caps Lock" -#: ../gtk/gtkentry.c:817 +#: gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "" "Αν θα εμφανίζεται προειδοποίηση, όταν είναι πατημένο το Caps Lock στα πεδία " "εισαγωγής συνθηματικών" -#: ../gtk/gtkentry.c:831 +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "Κλάσμα προόδου" -#: ../gtk/gtkentry.c:832 +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "Το κλάσμα της εργασίας που έχει ολοκληρωθεί" -#: ../gtk/gtkentry.c:849 +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "Παλμικό βήμα προόδου" -#: ../gtk/gtkentry.c:850 +#: gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" @@ -2364,270 +2344,270 @@ msgstr "" "Το κλάσμα του πλάτους της εγγραφής κατά το οποίο θα μετακινείται η γραμμή " "προόδου με κάθε κλήση στο gtk_entry_progress_pulse()" -#: ../gtk/gtkentry.c:866 +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "Πρωτεύον pixbuf" -#: ../gtk/gtkentry.c:867 +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "Πρωτεύον pixbuf της καταχώρησης" -#: ../gtk/gtkentry.c:881 +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "Δευτερεύον pixbuf" -#: ../gtk/gtkentry.c:882 +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "Δευτερεύον pixbuf της καταχώρησης" -#: ../gtk/gtkentry.c:896 +#: gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "Stock ID πρωτεύοντος" -#: ../gtk/gtkentry.c:897 +#: gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "Stock ID πρωτεύοντος εικονιδίου" -#: ../gtk/gtkentry.c:911 +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "Stock ID δευτερεύοντος" -#: ../gtk/gtkentry.c:912 +#: gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "Stock ID δευτερεύοντος εικονιδίου" -#: ../gtk/gtkentry.c:926 +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "Όνομα πρωτεύοντος εικονιδίου" -#: ../gtk/gtkentry.c:927 +#: gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "Όνομα εικονιδίου για το πρωτεύον εικονίδιο" -#: ../gtk/gtkentry.c:941 +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "Όνομα δευτερεύοντος εικονιδίου" -#: ../gtk/gtkentry.c:942 +#: gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "Όνομα εικονιδίου για το δευτερεύον εικονίδιο" -#: ../gtk/gtkentry.c:956 +#: gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "Πρωτεύον GIcon" -#: ../gtk/gtkentry.c:957 +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "GIcon για το πρωτεύον εικονίδιο" -#: ../gtk/gtkentry.c:971 +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "Δευτερεύον GIcon" -#: ../gtk/gtkentry.c:972 +#: gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "GIcon για το δευτερεύον εικονίδιο" -#: ../gtk/gtkentry.c:986 +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "Πρωτεύων τύπος αποθήκευσης" -#: ../gtk/gtkentry.c:987 +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "Η αναπαράσταση που χρησιμοποιείται για το πρωτεύον εικονίδιο" -#: ../gtk/gtkentry.c:1002 +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "Δευτερεύων τύπος αποθήκευσης" -#: ../gtk/gtkentry.c:1003 +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "Η αναπαράσταση που χρησιμοποιείται για το δευτερεύον εικονίδιο" -#: ../gtk/gtkentry.c:1024 +#: gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "Ενεργοποιήσιμο πρωτεύον εικονίδιο" -#: ../gtk/gtkentry.c:1025 +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "Αν το πρωτεύον εικονίδιο θα είναι ενεργοποιήσιμο" -#: ../gtk/gtkentry.c:1045 +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "Ενεργοποιήσιμο δευτερεύον εικονίδιο" -#: ../gtk/gtkentry.c:1046 +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "Αν το δευτερεύον εικονίδιο θα είναι ενεργοποιήσιμο" -#: ../gtk/gtkentry.c:1068 +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "Ευαίσθητο πρωτεύον εικονίδιο" -#: ../gtk/gtkentry.c:1069 +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "Αν το πρωτεύον εικονίδιο θα είναι ευαίσθητο" -#: ../gtk/gtkentry.c:1090 +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "Ευαίσθητο δευτερεύον εικονίδιο" -#: ../gtk/gtkentry.c:1091 +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "Αν το δευτερεύον εικονίδιο θα είναι ευαίσθητο" -#: ../gtk/gtkentry.c:1107 +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "Συμβουλή πρωτεύοντος εικονιδίου" -#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "Τα περιεχόμενα της αναδυόμενης συμβουλής για το πρωτεύον εικονίδιο" -#: ../gtk/gtkentry.c:1124 +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "Συμβουλή δευτερεύοντος εικονιδίου" -#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "Τα περιεχόμενα της αναδυόμενης συμβουλής για το δευτερεύον εικονίδιο" -#: ../gtk/gtkentry.c:1143 +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "Markup συμβουλής πρωτεύοντος" -#: ../gtk/gtkentry.c:1162 +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "Markup συμβουλής δευτερεύοντος" -#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "IM module" -#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "Ποιο IM module θα χρησιμοποιείται" -#: ../gtk/gtkentry.c:1197 +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "Prelight εικονιδίου" -#: ../gtk/gtkentry.c:1198 +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "" "Αν θα τονίζονται (prelight) τα ενεργοποιήσιμα εικονίδια όταν περνάει από " "πάνω τους ο δρομέας" -#: ../gtk/gtkentry.c:1211 +#: gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "Περίγραμμα προόδου" -#: ../gtk/gtkentry.c:1212 +#: gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "Περίγραμμα που θα εμφανίζεται στη μπάρα προόδου" -#: ../gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "Περίγραμμα μεταξύ κειμένου και πλαισίου." -#: ../gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "Υπόδειξη κατάστασης" -#: ../gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "" "Αν θα διαβιβάζεται κανονική κατάσταση όταν σχεδιάζονται σκηνές ή παρασκήνια" -#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "Επιλογή σε εστίαση" -#: ../gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "Αν θα επιλέγονται τα περιεχόμενα μιας καταχώρισης όταν γίνεται εστίαση" -#: ../gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "Λήξη υπόδειξης συνθηματικού" -#: ../gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "" "Για πόσο χρόνο θα εμφανίζεται ο τελευταίος χαρακτήρας που εισήχθηκε σε ένα " "κρυφό πεδίο" -#: ../gtk/gtkentrycompletion.c:279 +#: gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "Μοντέλο συμπλήρωσης" -#: ../gtk/gtkentrycompletion.c:280 +#: gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "Το μοντέλο για την εύρεση ταιριασμάτων" -#: ../gtk/gtkentrycompletion.c:286 +#: gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "Ελάχιστη διάρκεια κλειδιού" -#: ../gtk/gtkentrycompletion.c:287 +#: gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "Ελάχιστη διάρκεια του κλειδιού αναζήτησης για την εύρεση ταιριασμάτων" -#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 +#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 msgid "Text column" msgstr "Στήλη κειμένου" -#: ../gtk/gtkentrycompletion.c:304 +#: gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "Μια στήλη στο μοντέλο που περιέχει τα αλφαριθμητικά." -#: ../gtk/gtkentrycompletion.c:323 +#: gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "Εκ των έσω συμπλήρωση" -#: ../gtk/gtkentrycompletion.c:324 +#: gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "Αν θα εισάγεται αυτόματα το κοινό πρόθεμα" -#: ../gtk/gtkentrycompletion.c:338 +#: gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "Συμπλήρωση μέσω αναδυόμενου" -#: ../gtk/gtkentrycompletion.c:339 +#: gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "Αν θα εμφανίζονται οι συμπληρώσεις σε αναδυόμενο παράθυρο" -#: ../gtk/gtkentrycompletion.c:354 +#: gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "Ορισμός πλάτους αναδυομένου" -#: ../gtk/gtkentrycompletion.c:355 +#: gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "" "Αν TRUE, το αναδυόμενο παράθυρο θα έχει το ίδιο μέγεθος με τη καταχώριση" -#: ../gtk/gtkentrycompletion.c:373 +#: gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "Αναδυόμενο μοναδικού ταιριάσματος" -#: ../gtk/gtkentrycompletion.c:374 +#: gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "" "Αν TRUE, το αναδυόμενο παράθυρο θα εμγανίζεται για ένα μοναδικό ταίριασμα" -#: ../gtk/gtkentrycompletion.c:388 +#: gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "Εκ των έσω επιλογή" -#: ../gtk/gtkentrycompletion.c:389 +#: gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "Η περιγραφή σας εδώ" -#: ../gtk/gtkeventbox.c:91 +#: gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "Ορατό Παράθυρο" -#: ../gtk/gtkeventbox.c:92 +#: gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." @@ -2635,160 +2615,159 @@ msgstr "" "Αν το κουτί γεγονότος θα είναι ορατό , σε αντίθεση με το αόρατο και " "χρησιμοποιείται για τη σύλληψη γεγονότων." -#: ../gtk/gtkeventbox.c:98 +#: gtk/gtkeventbox.c:98 msgid "Above child" msgstr "Πάνω από το θυγατρικό" -#: ../gtk/gtkeventbox.c:99 +#: gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." msgstr "Αν το παράθυρο σύλληψης γεγονότος είναι πάνω από θυγατρικό παράθυρο." -#: ../gtk/gtkexpander.c:187 +#: gtk/gtkexpander.c:187 msgid "Expanded" msgstr "Σε ανάπτυξη" -#: ../gtk/gtkexpander.c:188 +#: gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "" "Αν το σε ανάπτυξη παράθυρο έχει ανοίξει για να αποκαλύψει το θυγατρικό " "γραφικό συστατικό" -#: ../gtk/gtkexpander.c:196 +#: gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "Κείμενο της ετικέτας του σε ανάτυξη παραθύρου" -#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 +#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 msgid "Use markup" msgstr "Χρήση markup" -#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 +#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "" "Το κείμενο της ετικέτας περιέχει XML markup. Βλέπε pango_parse_markup()." -#: ../gtk/gtkexpander.c:220 +#: gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "" "Επιπλέον διάστημα σε εικονοστοιχεία για προσθήκη ανάμεσα στο θυγατρικό και " "την ετικέτα" -#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 +#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "Γραφικό συστατικό ετικέτας" -#: ../gtk/gtkexpander.c:230 +#: gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "Ένα γραφικό συστατικό στη θέση της σύνηθους ετικέττας αναπτυσόμμενου" -#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 +#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "Μέγεθος αναπτυσσόμενου" -#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 +#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "Μέγεθος του βέλους ανάπτυξης" -#: ../gtk/gtkexpander.c:246 +#: gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "Διάκενο γύρω από το βέλος ανάπτυξης" -#: ../gtk/gtkfilechooser.c:194 +#: gtk/gtkfilechooser.c:194 msgid "Action" msgstr "Ενέργεια" -#: ../gtk/gtkfilechooser.c:195 +#: gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "Ο τύπος της λειτουργίας που θα εκτελείται από τον επιλογέα αρχείου" -#: ../gtk/gtkfilechooser.c:201 +#: gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "Backend συστήματος αρχείων" -#: ../gtk/gtkfilechooser.c:202 +#: gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "Όνομα του Backend συστήματος για χρήση" -#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 +#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "Φίλτρο" -#: ../gtk/gtkfilechooser.c:208 +#: gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "Το τρέχον φίλτρο για την επιλογή των αρχείων που θα εμφανίζονται" -#: ../gtk/gtkfilechooser.c:213 +#: gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "Μόνο τοπικά" -#: ../gtk/gtkfilechooser.c:214 +#: gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "" "Αν τα επιλεγμένα αρχεία θα πρέπει να περιορίζονται σε τοπικά αρχεία: URLs " -#: ../gtk/gtkfilechooser.c:219 +#: gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "Προεπισκόπηση γραφικού συστατικού" -#: ../gtk/gtkfilechooser.c:220 +#: gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "" "Το γραφικό συστατικό που παρέχεται από την εφαρμογή για τις προσαρμοσμένες " "προεπισκοπήσεις." -#: ../gtk/gtkfilechooser.c:225 +#: gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "Ενεργό γραφικό συστατικό προεπισκόπησης" -#: ../gtk/gtkfilechooser.c:226 +#: gtk/gtkfilechooser.c:226 msgid "" "Whether the application supplied widget for custom previews should be shown." msgstr "" "Αν το παρεχόμενο από την εφαρμογή γραφικό συστατικό για προσαρμοσμένες " "προεπισκοπήσεις, θα εμφανίζεται." -#: ../gtk/gtkfilechooser.c:231 +#: gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "Χρήση Προεπισκόπησης Ετικέτας" -#: ../gtk/gtkfilechooser.c:232 +#: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "" "Αν θα εμφανίζεται ή όχι μια ετικέτα stock με το όνομα του αρχείου στο οποίο " "γίνεται προεπισκόπηση." -#: ../gtk/gtkfilechooser.c:237 +#: gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "Έξτρα γραφικό συστατικό" -#: ../gtk/gtkfilechooser.c:238 +#: gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "" "Το γραφικό συστατικό που παρέχεται από την εφαρμογή για τις έξτρα επιλογές." -#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 -#: ../gtk/gtkrecentchooser.c:203 +#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "Επιλογή πολλαπλών" -#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 +#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "Αν θα επιτρέπεται η επιλογή πολλαπλών αρχείων" -#: ../gtk/gtkfilechooser.c:250 +#: gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "Προβολή κρυφών" -#: ../gtk/gtkfilechooser.c:251 +#: gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "Αν θα εμφανίζονται τα κρυφά αρχεία και φάκελοι" -#: ../gtk/gtkfilechooser.c:266 +#: gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "Να γίνεται επιβεβαίωση αντικατάστασης" -#: ../gtk/gtkfilechooser.c:267 +#: gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." @@ -2796,175 +2775,175 @@ msgstr "" "Αν θα εμφανίζεται, όπου απαιτείται, διάλογος επιβεβαίωσης της αντικατάστασης " "κατά την αποθήκευση αρχείων με τον επιλογέα αρχείων." -#: ../gtk/gtkfilechooserbutton.c:376 +#: gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "Διάλογος" -#: ../gtk/gtkfilechooserbutton.c:377 +#: gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "Ο διάλογος που θα χρησιμοποιείται στον επιλογέα αρχείων." -#: ../gtk/gtkfilechooserbutton.c:408 +#: gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "Ο τίτλος του διαλόγου επιλογής αρχείου" -#: ../gtk/gtkfilechooserbutton.c:422 +#: gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "Το επιθυμητό πλάτος σε·χαρακτήρες. του γραφικού συστατικού." -#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 -#: ../gtk/gtkstatusicon.c:218 +#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 +#: gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "Όνομα αρχείου" -#: ../gtk/gtkfilesel.c:527 +#: gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "Το τρέχον επιλεγμένο όνομα αρχείου" -#: ../gtk/gtkfilesel.c:533 +#: gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "Προβολή εργασιών αρχείου" -#: ../gtk/gtkfilesel.c:534 +#: gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "Αν θα εμφανίζονται κουμπιά για τη δημιουργία/χειραγώγηση αρχείων" -#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 +#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 msgid "X position" msgstr "Θέση X" -#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 +#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "Θέση X του θυγατρικού γραφικού συστατικού" -#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 +#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 msgid "Y position" msgstr "Θέση Υ" -#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 +#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "Θέση Υ του θυγατρικού γραφικού συστατικού" -#: ../gtk/gtkfontbutton.c:143 +#: gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "Ο τίτλος του διαλόγου επιλογής γραμματοσειράς" -#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 +#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 msgid "Font name" msgstr "Όνομα γραμματοσειράς" -#: ../gtk/gtkfontbutton.c:159 +#: gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "Το όνομα της επιλεγμένης γραμματοσειράς" -#: ../gtk/gtkfontbutton.c:160 +#: gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:175 +#: gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "Χρήση γραμματοσειράς στην ετικέτα" -#: ../gtk/gtkfontbutton.c:176 +#: gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "Αν η ετικέτα σχεδιάζεται με την επιλεγμένη γραμματοσειρά" -#: ../gtk/gtkfontbutton.c:191 +#: gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "Χρήση μέγεθους στην ετικέτα" -#: ../gtk/gtkfontbutton.c:192 +#: gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "Αν η ετικέτα σχεδιάζεται με το επιλεγμένο μέγεθος γραμματοσειράς" -#: ../gtk/gtkfontbutton.c:208 +#: gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "Εμφάνιση στυλ" -#: ../gtk/gtkfontbutton.c:209 +#: gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "Αν η επιλεγμένη γραμματοσειρά φαίνεται στην ετικέτα" -#: ../gtk/gtkfontbutton.c:224 +#: gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "Προβολή μεγέθους" -#: ../gtk/gtkfontbutton.c:225 +#: gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "Αν το επιλεγμένο μέγεθος γραμματοσειράς εμφανίζεται στην ετικέτα" -#: ../gtk/gtkfontsel.c:197 +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "Το αλφαριθμητικό που αναπαριστά τη γραμματοσειρά" -#: ../gtk/gtkfontsel.c:204 +#: gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "Το GdkFont που είναι αυτή τη στιγμή επιλεγμένο" -#: ../gtk/gtkfontsel.c:210 +#: gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "Προεπισκόπηση κειμένου" -#: ../gtk/gtkfontsel.c:211 +#: gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "" "Το κείμενο που προβάλλεται για την παρουσίαση της επιλεγμένης γραμματοσειράς" -#: ../gtk/gtkframe.c:106 +#: gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "Κείμενο της ετικέτας πλαισίου." -#: ../gtk/gtkframe.c:113 +#: gtk/gtkframe.c:113 msgid "Label xalign" msgstr "xalign ετικέτας" -#: ../gtk/gtkframe.c:114 +#: gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "Η οριζόντια στοίχιση της ετικέτας." -#: ../gtk/gtkframe.c:122 +#: gtk/gtkframe.c:122 msgid "Label yalign" msgstr "yalign yalign" -#: ../gtk/gtkframe.c:123 +#: gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "Η κάθετη στοίχιση της ετικέτας." -#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 +#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "Η ιδιότητα δεν ισχύει, χρησιμοποιείστε στη θέση της shadow_type" -#: ../gtk/gtkframe.c:138 +#: gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "Σκίαση πλαισίου" -#: ../gtk/gtkframe.c:139 +#: gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "Εμφάνιση του περιγράμματος πλαισίου" -#: ../gtk/gtkframe.c:148 +#: gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "" "Εμφάνιση ενός γραφικού συστατικού στη θέση του συνήθους περιγράμματος " "πλαισίου" -#: ../gtk/gtkhandlebox.c:175 +#: gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "Εμφάνιση της σκίασης που περικλείει το container" -#: ../gtk/gtkhandlebox.c:183 +#: gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "Θέση χειριστή" -#: ../gtk/gtkhandlebox.c:184 +#: gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "Θέση του χειριστή σχετική με το θυγατρικό γραφικό συστατικό." -#: ../gtk/gtkhandlebox.c:192 +#: gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "Snap edge" -#: ../gtk/gtkhandlebox.c:193 +#: gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" @@ -2972,11 +2951,11 @@ msgstr "" "Μέγεθος του κουτιού χειρισμού το οποίο ευθυγραμμίζεται με το σημείο σύνδεσης " "για τη σύνδεση με το κουτί χειρισμού." -#: ../gtk/gtkhandlebox.c:201 +#: gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "Ορισμός Snap edge" -#: ../gtk/gtkhandlebox.c:202 +#: gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" @@ -2984,11 +2963,11 @@ msgstr "" "Αν θα γίνεται χρήση της τιμής από την ιδιότητα snap_edge ή μιας τιμής που " "προέρχεται από την handle_position" -#: ../gtk/gtkhandlebox.c:209 +#: gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "Αποσπασμένο θυγατρικό" -#: ../gtk/gtkhandlebox.c:210 +#: gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." @@ -2996,262 +2975,261 @@ msgstr "" "Τιμή bool που υποδεικνύει αν το θυγατρικό του κουτιού χειρισμού είναι " "συνημμένο ή αποσπασμένο." -#: ../gtk/gtkiconview.c:548 +#: gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "Λειτουργία επιλογής" -#: ../gtk/gtkiconview.c:549 +#: gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "Η λειτουργία επιλογής" -#: ../gtk/gtkiconview.c:567 +#: gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "Στήλη Pixbuf" -#: ../gtk/gtkiconview.c:568 +#: gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "Το μοντέλο στήλης για τη λήψη του pixbuf εικονιδίου από" -#: ../gtk/gtkiconview.c:586 +#: gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "Το μοντέλο στήλης που χρησιμοποιείται για τη λήψη του κειμένου από" -#: ../gtk/gtkiconview.c:605 +#: gtk/gtkiconview.c:605 msgid "Markup column" msgstr "Στήλη επισήμανσης" -#: ../gtk/gtkiconview.c:606 +#: gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "" "Το μοντέλο στήλης για τη λήψη του κειμένου, στην περίπτωση χρήσης σήμανσης " "Pango" -#: ../gtk/gtkiconview.c:613 +#: gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "Μοντέλο προβολής εικονιδίων" -#: ../gtk/gtkiconview.c:614 +#: gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "Το μοντέλο για προβολή εικονιδίου" -#: ../gtk/gtkiconview.c:630 +#: gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "Ο αριθμός των στηλών" -#: ../gtk/gtkiconview.c:631 +#: gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "Ο αριθμός των στηλών που προβάλλεται" -#: ../gtk/gtkiconview.c:648 +#: gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "Πλάτος κάθε αντικειμένου" -#: ../gtk/gtkiconview.c:649 +#: gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "Το πλάτος που χρησιμοποιείται για κάθε στοιχείο" -#: ../gtk/gtkiconview.c:665 +#: gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "Το διάστημα που εισάγεται ανάμεσα στα κελιά ενός στοιχείου" -#: ../gtk/gtkiconview.c:680 +#: gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "Διάκενο γραμμών" -#: ../gtk/gtkiconview.c:681 +#: gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "Το διάστημα που εισάγεται ανάμεσα στα κελιά γραμμών πλέγματος" -#: ../gtk/gtkiconview.c:696 +#: gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "Διάκενο στηλών" -#: ../gtk/gtkiconview.c:697 +#: gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "Το διάστημα που εισάγεται ανάμεσα στις στήλες πλέγματος" -#: ../gtk/gtkiconview.c:712 +#: gtk/gtkiconview.c:712 msgid "Margin" msgstr "Περιθώριο" -#: ../gtk/gtkiconview.c:713 +#: gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "Το διάστημα που εισάγεται στα όρια της προβολής εικονιδίου" -#: ../gtk/gtkiconview.c:730 +#: gtk/gtkiconview.c:730 msgid "" "How the text and icon of each item are positioned relative to each other" msgstr "" "Πως το κείμενο και κάθε στοιχείο τοποθετούνται σχετικά το ένα με το άλλο" -#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 -#: ../gtk/gtktreeviewcolumn.c:307 +#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "Δυνατότητα αναδιάταξης" -#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 +#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "Η προβολή έχει δυνατότητα αναδιάταξης" -#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 +#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "Στήλη αναδυόμενων συμβουλών" -#: ../gtk/gtkiconview.c:755 +#: gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "Στήλη στο μοντέλο που περιέχει τα κείμενα των αναδυόμενων συμβουλών" -#: ../gtk/gtkiconview.c:766 +#: gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "Χρώμα κουτιού επιλογής" -#: ../gtk/gtkiconview.c:767 +#: gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "Το χρώμα του κουτιού επιλογής" -#: ../gtk/gtkiconview.c:773 +#: gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "Άλφα κουτιού επιλογής" -#: ../gtk/gtkiconview.c:774 +#: gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "Αδιαφάνεια του κουτιού επιλογής" -#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 +#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "Pixbuf" -#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 +#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "Ένα GdkPixbuf προς προβολή" -#: ../gtk/gtkimage.c:139 +#: gtk/gtkimage.c:139 msgid "Pixmap" msgstr "Pixmap" -#: ../gtk/gtkimage.c:140 +#: gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "Ένα GdkPixmap προς προβολή" -#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 +#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "Εικόνα" -#: ../gtk/gtkimage.c:148 +#: gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "Μια εικόνα Gdk προς προβολή" -#: ../gtk/gtkimage.c:155 +#: gtk/gtkimage.c:155 msgid "Mask" msgstr "Mask" -#: ../gtk/gtkimage.c:156 +#: gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "Mask bitmap για χρήση με GdkImage ή GdkPixmap" -#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 +#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "Όνομα αρχείου για φόρτωση και προβολή" -#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 +#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "ID αποθέματος για προβολή εικόνας αποθέματος" -#: ../gtk/gtkimage.c:180 +#: gtk/gtkimage.c:180 msgid "Icon set" msgstr "Ορισμός εικονιδίου" -#: ../gtk/gtkimage.c:181 +#: gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "Ορισμός εικονιδίου για προβολή" -#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:216 ../gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Μέγεθος εικονιδίου" -#: ../gtk/gtkimage.c:189 +#: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "" "Συμβολικό μέγεθος για χρήση σε εικονίδιο αποθέματος, ομάδα εικονιδίων ή " "εικονίδιο με όνομα" -#: ../gtk/gtkimage.c:205 +#: gtk/gtkimage.c:205 msgid "Pixel size" msgstr "Μέγεθος εικονοστοιχείου" -#: ../gtk/gtkimage.c:206 +#: gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "Μέγεθος εικονοστοιχείου για το εικονίδιο με θέμα" -#: ../gtk/gtkimage.c:214 +#: gtk/gtkimage.c:214 msgid "Animation" msgstr "Κίνηση" -#: ../gtk/gtkimage.c:215 +#: gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "GdkPixbufAnimation για προβολή" -#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 +#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "Τύπος αποθήκευσης" -#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 +#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "Η αναπαράσταση που χρησιμοποιείται για δεδομένα εικόνας" -#: ../gtk/gtkimagemenuitem.c:136 +#: gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "" "Θυγατρικό γραφικό συστατικό που θα εμφανίζεται δίπλα από το κείμενο του μενού" -#: ../gtk/gtkimagemenuitem.c:151 +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "" "Αν το κείμενο της ετικέτας θα χρησιμοποιηθεί για τη δημιουργία έτοιμου " "(stock) στοιχείου μενού" -#: ../gtk/gtkimagemenuitem.c:169 +#: gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "Πάντα εμφάνιση εικόνας" -#: ../gtk/gtkimagemenuitem.c:170 +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "Αν θα εμφανίζεται πάντα η εικόνα" -#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "Ομάδα Accel" -#: ../gtk/gtkimagemenuitem.c:185 +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "" "Η ομάδα Accel που χρησιμοποιείται για τα έτοιμα (stock) πλήκτρα συντομεύσεων" -#: ../gtk/gtkimagemenuitem.c:190 +#: gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "Εμφάνιση εικόνων μενού" -#: ../gtk/gtkimagemenuitem.c:191 +#: gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "Αν θα εμφανίζονται ή όχι οι εικόνες στα μενού" -#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Η οθόνη όπου και θα προβάλλεται αυτό το παράθυρο" -#: ../gtk/gtklabel.c:368 +#: gtk/gtklabel.c:368 msgid "The text of the label" msgstr "Το κείμενο της ετικέτας" -#: ../gtk/gtklabel.c:375 +#: gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "Μια λίστα γνωρισμάτων στυλ για εφαρμογή στο κείμενο της ετικέτας" -#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 +#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 msgid "Justification" msgstr "Στοίχιση" -#: ../gtk/gtklabel.c:397 +#: gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " @@ -3260,11 +3238,11 @@ msgstr "" "Η στοίχιση των γραμμών του κείμενου της ετικέτας είναι σχετική μεταξύ τους. " "Αυτό ΔΕΝ επηρεάζει τη στοίχιση της ετικέτας . Βλέπε GtkMisc::xalign for that." -#: ../gtk/gtklabel.c:405 +#: gtk/gtklabel.c:405 msgid "Pattern" msgstr "Μοτίβο" -#: ../gtk/gtklabel.c:406 +#: gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" @@ -3272,50 +3250,50 @@ msgstr "" "Ένα string με χαρακτήρες _ σε θέσεις που αντιστοιχούν σε χαρακτήρες " "χρησιμοποιείται στο κείμενο για υπογράμμιση." -#: ../gtk/gtklabel.c:413 +#: gtk/gtklabel.c:413 msgid "Line wrap" msgstr "Αναδίπλωση γραμμής" -#: ../gtk/gtklabel.c:414 +#: gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "" "Αν ορισθεί θα γίνεται αναδίπλωση γραμμών αν το κείμενο είναι πολύ πλατύ" -#: ../gtk/gtklabel.c:429 +#: gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "Λειτουργία αναδίπλωσης γραμμής" -#: ../gtk/gtklabel.c:430 +#: gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "Αν έχει επιλεχθεί η αναδίπλωση, ελέγχει τον τρόπο εφαρμογής της" -#: ../gtk/gtklabel.c:437 +#: gtk/gtklabel.c:437 msgid "Selectable" msgstr "Δυνατότητα επιλογής" -#: ../gtk/gtklabel.c:438 +#: gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "Αν το κείμενο της ετικέτας μπορεί να επιλεχθεί με το ποντίκι" -#: ../gtk/gtklabel.c:444 +#: gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "Μνημονικό κλειδί" -#: ../gtk/gtklabel.c:445 +#: gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "Το μνημονικό κλειδί συντόμευσης για αυτήν την ετικέτα" -#: ../gtk/gtklabel.c:453 +#: gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "Μνημονικό γραφικό συστατικό" -#: ../gtk/gtklabel.c:454 +#: gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "" "Το γραφικό συστατικό που θα ενεργοποιείται όταν πατιέται το μνημονικό κλειδί " "της ετικέτας" -#: ../gtk/gtklabel.c:500 +#: gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" @@ -3323,103 +3301,103 @@ msgstr "" "Η προτιμώμενη θέση για την αποσιώπηση αλφαριθμητικού, αν η ετικέτα δεν έχει " "αρκετό χώρο για την εμφάνιση ολόκληρου του αλφαριθμητικού" -#: ../gtk/gtklabel.c:540 +#: gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "Λειτουργία μονής γραμμής" -#: ../gtk/gtklabel.c:541 +#: gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "Αν η ετικέτα είναι σε λειτουργία μονής γραμμής" -#: ../gtk/gtklabel.c:558 +#: gtk/gtklabel.c:558 msgid "Angle" msgstr "Γωνία" -#: ../gtk/gtklabel.c:559 +#: gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "Γωνία υπό την οποία περιστρέφεται η ετικέτα" -#: ../gtk/gtklabel.c:579 +#: gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "Μέγιστο μέγεθος σε χαρακτήρες" -#: ../gtk/gtklabel.c:580 +#: gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "Το επιθυμητό μέγιστο πλάτος της ετικέτας, σε χαρακτήρες" -#: ../gtk/gtklabel.c:696 +#: gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "" "Αν θα επιλέγονται τα περιεχόμενα μιας επιλέξιμης ετικέτας όταν γίνεται " "εστίαση" -#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 +#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "Οριζόντια ρύθμιση" -#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 +#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "Η GtkAdjustment για την οριζόντια θέση" -#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 +#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "Κάθετη ρύθμιση" -#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 +#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "Η GtkAdjustment για την κάθετη θέση" -#: ../gtk/gtklayout.c:633 +#: gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "Το πλάτος της διάταξης" -#: ../gtk/gtklayout.c:642 +#: gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "Το ύψος της διάταξης" -#: ../gtk/gtklinkbutton.c:145 +#: gtk/gtklinkbutton.c:145 msgid "URI" msgstr "URI" -#: ../gtk/gtklinkbutton.c:146 +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "Το URI που συνδέεται με αυτό το κουμπί" -#: ../gtk/gtklinkbutton.c:160 +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "Έγινε επίσκεψη" -#: ../gtk/gtklinkbutton.c:161 +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "Αν έχει ήδη γίνει επίσκεψη σε αυτό το σύνδεσμο." -#: ../gtk/gtkmenu.c:501 +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "Το τρέχον επιλεγμένο αντικείμενο μενού" -#: ../gtk/gtkmenu.c:516 +#: gtk/gtkmenu.c:516 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:285 msgid "Accel Path" msgstr "Διαδρομή Accel" -#: ../gtk/gtkmenu.c:531 +#: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "" "Διαδρομή accel που χρησιμοποιείται για εύκολη δημιουργία των διαδρομών accel " "των θυγατρικών αντικειμένων" -#: ../gtk/gtkmenu.c:547 +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "Πρόσδεση γραφικού συστατικού" -#: ../gtk/gtkmenu.c:548 +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "Το γραφικό συστατικό στο οποίο θα είναι προσδεμένο το μενού" -#: ../gtk/gtkmenu.c:556 +#: gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" @@ -3427,43 +3405,43 @@ msgstr "" "Ένας τίτλος που μπορεί να προβάλλεται από το διαχειριστή παραθύρων όταν αυτό " "το μενού αποκόπτεται" -#: ../gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "Αποσπώμενος κατάσταση" -#: ../gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "Ένα boolean που που δείχνει αν το μενού αποκόπτεται" -#: ../gtk/gtkmenu.c:585 +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "Οθόνη" -#: ../gtk/gtkmenu.c:586 +#: gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "Η οθόνη στην οποία θα εμφανιστεί το μενού" -#: ../gtk/gtkmenu.c:592 +#: gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "Κάθετο γέμισμα" -#: ../gtk/gtkmenu.c:593 +#: gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "Έξτρα διάστημα πάνω και κάτω από το μενού" -#: ../gtk/gtkmenu.c:601 +#: gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "Οριζόντιο γέμισμα" -#: ../gtk/gtkmenu.c:602 +#: gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "Έξτρα διάστημα πάνω και κάτω από τις γωνίες του μενού" -#: ../gtk/gtkmenu.c:610 +#: gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "Κάθετη κλίμακα" -#: ../gtk/gtkmenu.c:611 +#: gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" @@ -3471,11 +3449,11 @@ msgstr "" "Αν το μενού είναι ένα υπομενού, η θέση του σε εικονοστοιχεία σε κάθετη " "κλίμακα" -#: ../gtk/gtkmenu.c:619 +#: gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "Οριζόντια κλίμακα" -#: ../gtk/gtkmenu.c:620 +#: gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" @@ -3483,85 +3461,85 @@ msgstr "" "Αν το μενού είναι ένα υπομενού, η θέση του σε εικονοστοιχεία σε οριζόντια " "κλίμακα" -#: ../gtk/gtkmenu.c:628 +#: gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "Διπλά βέλη" -#: ../gtk/gtkmenu.c:629 +#: gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "Κατά την κύλιση, να εμφανίζονται πάντα και τα δύο βέλη." -#: ../gtk/gtkmenu.c:642 +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "Θέση βελών" -#: ../gtk/gtkmenu.c:643 +#: gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "Που θα τοποθετηθούν τα βέλη κύλισης" -#: ../gtk/gtkmenu.c:651 +#: gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "Πρόσδεση αριστερά" -#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 +#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "Ο αριθμός στήλης όπου προσδένεται η αριστερή πλευρά του θυγατρικού" -#: ../gtk/gtkmenu.c:659 +#: gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "Πρόσδεση δεξιά" -#: ../gtk/gtkmenu.c:660 +#: gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "Ο αριθμός στήλης όπου προσδένεται η δεξιά πλευρά του θυγατρικού" -#: ../gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "Πρόσδεση πάνω" -#: ../gtk/gtkmenu.c:668 +#: gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "Ο αριθμός γραμμής όπου προσδένεται το πάνω μέρος ενός θυγατρικού " -#: ../gtk/gtkmenu.c:675 +#: gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "Πρόσδεση κάτω" -#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 +#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "Ο αριθμός γραμμής όπου προσδένεται το κάτω μέρος ενός θυγατρικού " -#: ../gtk/gtkmenu.c:690 +#: gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "Αυθαίρετη σταθερά για τη μείωση του μεγέθους του βέλους κύλισης" -#: ../gtk/gtkmenu.c:777 +#: gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "Δυνατότητα αλλαγής συντομεύσεων" -#: ../gtk/gtkmenu.c:778 +#: gtk/gtkmenu.c:778 msgid "" "Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "" "Αν θα είναι δυνατή η αλλαγή συντομεύσεων μενού με την πίεση ενός κλειδιού " "πάνω στο αντικείμενο μενού" -#: ../gtk/gtkmenu.c:783 +#: gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "Καθυστέρηση πριν την εμφάνιση των υπομενού" -#: ../gtk/gtkmenu.c:784 +#: gtk/gtkmenu.c:784 msgid "" "Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" "Ελάχιστος χρόνος που θα στέκεται ο δρομέας πάνω σε ένα μενού μέχρι να " "εμφανιστεί το υπομενού" -#: ../gtk/gtkmenu.c:791 +#: gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "Καθυστέρηση πριν την απόκρυψη ενός υπομενού" -#: ../gtk/gtkmenu.c:792 +#: gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" @@ -3569,291 +3547,291 @@ msgstr "" "Ο χρόνος πριν την απόκρυψη ενός υπομενού όταν ο δρομέας κινείται προς ένα " "υπομενού" -#: ../gtk/gtkmenubar.c:168 +#: gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "Κατεύθυνση πακέτου" -#: ../gtk/gtkmenubar.c:169 +#: gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "Ο προσανατολισμός της εργαλειοθήκης μενού" -#: ../gtk/gtkmenubar.c:185 +#: gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "Προσανατολισμός θυγατρικού πακέτου" -#: ../gtk/gtkmenubar.c:186 +#: gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "Ο προσανατολισμός θυγατρικού πακέτου της εργαλειοθήκης" -#: ../gtk/gtkmenubar.c:195 +#: gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "Στυλ των γωνιών γύρω από την εργαλειοθήκη μενού" -#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 +#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "Εσωτερικό γέμισμα" -#: ../gtk/gtkmenubar.c:203 +#: gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "" "Μέγεθος διαστήματος περιγράμματος μεταξύ της εργαλειοθήκης μενού και τα " "αντικείμενα του μενού" -#: ../gtk/gtkmenubar.c:210 +#: gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "Καθυστέρηση μέχρι την εμφάνιση αναπτυσσόμενων μενού" -#: ../gtk/gtkmenubar.c:211 +#: gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "Καθυστέρηση μέχρι να εμφανιστούν τα υπομενού σε εργαλειοθήκη μενού" -#: ../gtk/gtkmenuitem.c:252 +#: gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "Δεξιά στοίχιση" -#: ../gtk/gtkmenuitem.c:253 +#: gtk/gtkmenuitem.c:253 msgid "" "Sets whether the menu item appears justified at the right side of a menu bar" msgstr "" "Ορίζει αν το στοιχείο του μενού θα είναι στοιχισμένο στη δεξιά πλευρά της " "γραμμής μενού" -#: ../gtk/gtkmenuitem.c:267 +#: gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "Υπομενού" -#: ../gtk/gtkmenuitem.c:268 +#: gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" msgstr "" "Το υπομενού που είναι προσδεμένο σε αυτό το στοιχείο του μενού, ή NULL αν " "δεν υπάρχει υπομενού" -#: ../gtk/gtkmenuitem.c:286 +#: gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "Ορίζει τη διαδρομή συντόμευσης του στοιχείου του μενού" -#: ../gtk/gtkmenuitem.c:301 +#: gtk/gtkmenuitem.c:301 msgid "The text for the child label" msgstr "Το κείμενο της ετικέτας του θυγατρικού" -#: ../gtk/gtkmenuitem.c:364 +#: gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "" "Χώρος που καλύπτει το βέλος, σε σχέση με το μέγεθος της γραμματοσειράς του " "στοιχείου του μενού" -#: ../gtk/gtkmenuitem.c:377 +#: gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "Πλάτος σε χαρακτήρες" -#: ../gtk/gtkmenuitem.c:378 +#: gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "Το ελάχιστο επιθυμητό πλάτος του στοιχείου του μενού, σε χαρακτήρες" -#: ../gtk/gtkmenushell.c:374 +#: gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "Λήψη εστίασης" -#: ../gtk/gtkmenushell.c:375 +#: gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "" "Ένα boolean που καθορίζει αν μενού θα παίρνει εστίαση από το πληκτρολόγιο" -#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 +#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "Μενού" -#: ../gtk/gtkmenutoolbutton.c:246 +#: gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "Το κυλιώμενο μενού" -#: ../gtk/gtkmessagedialog.c:98 +#: gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "Περίγραμμα εικόνας/ετικέτας" -#: ../gtk/gtkmessagedialog.c:99 +#: gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "" "Πλάτος περιγράμματος γύρω από την ετικέτα και εικόνα στο διάλογο μηνύματος" -#: ../gtk/gtkmessagedialog.c:114 +#: gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "Χρήση διαχωριστικού" -#: ../gtk/gtkmessagedialog.c:115 +#: gtk/gtkmessagedialog.c:115 msgid "" "Whether to put a separator between the message dialog's text and the buttons" msgstr "" "Αν θα τοποθετείται ένα διαχωριστικό ανάμεσα στο κείμενο διαλόγου μηνύματος " "και τα κουμπιά" -#: ../gtk/gtkmessagedialog.c:128 +#: gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "Τύπος μηνύματος" -#: ../gtk/gtkmessagedialog.c:129 +#: gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "Ο τύπος του μηνύματος" -#: ../gtk/gtkmessagedialog.c:136 +#: gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "Κουμπιά μηνύματος" -#: ../gtk/gtkmessagedialog.c:137 +#: gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "Τα κουμπιά που εμφανίζονται στο διάλογο μηνύματος" -#: ../gtk/gtkmessagedialog.c:154 +#: gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "Το κύριο κείμενο στο διάλογο μηνύματος" -#: ../gtk/gtkmessagedialog.c:169 +#: gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "Χρήση markup" -#: ../gtk/gtkmessagedialog.c:170 +#: gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "Το κύριο κείμενο του τίτλου που περιέχει Pango markup." -#: ../gtk/gtkmessagedialog.c:184 +#: gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "Δευτερεύον κείμενο" -#: ../gtk/gtkmessagedialog.c:185 +#: gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "Το δευτερεύον κείμενο στο διάλογο μηνύματος" -#: ../gtk/gtkmessagedialog.c:200 +#: gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "Χρήση markup για το δευτερεύον" -#: ../gtk/gtkmessagedialog.c:201 +#: gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "Το δευτερεύον κείμενο περιέχει Pango markup." -#: ../gtk/gtkmessagedialog.c:216 +#: gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "Η εικόνα" -#: ../gtk/gtkmisc.c:83 +#: gtk/gtkmisc.c:83 msgid "Y align" msgstr "Στοίχιση Y " -#: ../gtk/gtkmisc.c:84 +#: gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "Η κάθετη στοίχιση από 0 (πάνω) μέχρι 1 (κάτω)" -#: ../gtk/gtkmisc.c:93 +#: gtk/gtkmisc.c:93 msgid "X pad" msgstr "Γέμισμα Χ" -#: ../gtk/gtkmisc.c:94 +#: gtk/gtkmisc.c:94 msgid "" "The amount of space to add on the left and right of the widget, in pixels" msgstr "" "Το μέγεθος του διαστήματος για προσθήκη στα αριστερά και τα δεξιά του " "γραφικού συστατικού, σε εικονοστοιχεία" -#: ../gtk/gtkmisc.c:103 +#: gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Γέμισμα Y" -#: ../gtk/gtkmisc.c:104 +#: gtk/gtkmisc.c:104 msgid "" "The amount of space to add on the top and bottom of the widget, in pixels" msgstr "" "Το μέγεθος του διαστήματος για προσθήκη στο πάνω και κάτω μέρος του γραφικού " "συστατικού, σε εικονοστοιχεία" -#: ../gtk/gtkmountoperation.c:139 +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "Γονέας" -#: ../gtk/gtkmountoperation.c:140 +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "Το γονικό παράθυρο" -#: ../gtk/gtkmountoperation.c:147 +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "Εμφανίζεται" -#: ../gtk/gtkmountoperation.c:148 +#: gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "Αν εμφανίζεται ο διάλογος" -#: ../gtk/gtkmountoperation.c:156 +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "Η οθόνη όπου θα προβάλλεται αυτό το παράθυρο." -#: ../gtk/gtknotebook.c:577 +#: gtk/gtknotebook.c:577 msgid "Page" msgstr "Σελίδα" -#: ../gtk/gtknotebook.c:578 +#: gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "Ο δείκτης της τρέχουσας σελίδας" -#: ../gtk/gtknotebook.c:586 +#: gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "Θέση στηλοθέτη" -#: ../gtk/gtknotebook.c:587 +#: gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "Ποιό μέρος του σημειωματάριου ελέγχει τους στηλοθέτες" -#: ../gtk/gtknotebook.c:594 +#: gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "Περίγραμμα στηλοθέτη" -#: ../gtk/gtknotebook.c:595 +#: gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "Πλάτος του περιγράμματος γύρω από τις ετικέτες στηλοθετών" -#: ../gtk/gtknotebook.c:603 +#: gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "Οριζόντιο περίγραμμα στηλοθέτη" -#: ../gtk/gtknotebook.c:604 +#: gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "Πλάτος του οριζόντιου περιγράμματος γύρω από τις ετικέτες στηλοθετών" -#: ../gtk/gtknotebook.c:612 +#: gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "Κάθετο Περίγραμμα Στηλοθέτη" -#: ../gtk/gtknotebook.c:613 +#: gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "Πλάτος του κάθετου περιγράμματος γύρω από τις ετικέτες στηλοθετών" -#: ../gtk/gtknotebook.c:621 +#: gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "Προβολή στηλοθετών" -#: ../gtk/gtknotebook.c:622 +#: gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "Αν θα εμφανίζονται ή όχι οι στηλοθέτες" -#: ../gtk/gtknotebook.c:628 +#: gtk/gtknotebook.c:628 msgid "Show Border" msgstr "Προβολή Περιγράμματος" -#: ../gtk/gtknotebook.c:629 +#: gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "Αν θα εμφανίζεται ή όχι το περίγραμμα" -#: ../gtk/gtknotebook.c:635 +#: gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "Με δυνατότητα κύλισης" -#: ../gtk/gtknotebook.c:636 +#: gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "Αν TRUE, προστίθενται βέλη κύλισης αν υπάρχουν πολλοί στηλοθέτες" -#: ../gtk/gtknotebook.c:642 +#: gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "Ενεργοποίηση Αναδυόμενων Μενού" -#: ../gtk/gtknotebook.c:643 +#: gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" @@ -3861,361 +3839,359 @@ msgstr "" "Αν TRUE, ή πίεση του δεξιού ποντικιού στο σημειωματάριο, αναδύει ένα μενού " "που μπορεί να χρησιμοποιηθεί για τη μετάβαση σε μιά σελίδα" -#: ../gtk/gtknotebook.c:650 +#: gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "Αν οι στηλοθέτες θα πρέπει να έχουν ομογενοποιημένο μέγεθος" -#: ../gtk/gtknotebook.c:656 +#: gtk/gtknotebook.c:656 msgid "Group ID" msgstr "ID Ομάδας" -#: ../gtk/gtknotebook.c:657 +#: gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "ID Ομάδας για το σύρσιμο και την απόθεση καρτελών" -#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 -#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 -#: ../gtk/gtkradiotoolbutton.c:65 +#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 +#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "Ομάδα" -#: ../gtk/gtknotebook.c:674 +#: gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "Ομάδα για το σύρσιμο και την απόθεση καρτελών" -#: ../gtk/gtknotebook.c:680 +#: gtk/gtknotebook.c:680 msgid "Tab label" msgstr "Ετικέτα στήλης" -#: ../gtk/gtknotebook.c:681 +#: gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "Το αλφαριθμητικό που θα προβάλλεται στην ετικέτα στήλης θυγατρικού" -#: ../gtk/gtknotebook.c:687 +#: gtk/gtknotebook.c:687 msgid "Menu label" msgstr "Ετικέτα μενού" -#: ../gtk/gtknotebook.c:688 +#: gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "Το αλφαριθμητικό που θα προβάλλεται στην καταχώριση μενού θυγατρικού" -#: ../gtk/gtknotebook.c:701 +#: gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "Tab expand" -#: ../gtk/gtknotebook.c:702 +#: gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "Αν θα αναπτύσσεται ή όχι η στήλη θυγατρικού" -#: ../gtk/gtknotebook.c:708 +#: gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "Γέμισμα στήλης" -#: ../gtk/gtknotebook.c:709 +#: gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "Αν η στήλη των θυγατρικών θα γεμίζει ή όχι τη δοθείσα περιοχή" -#: ../gtk/gtknotebook.c:715 +#: gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "Τύπος συσκευασίας στήλης" -#: ../gtk/gtknotebook.c:722 +#: gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "Δυνατότητα αναταξινόμησης καρτέλας" -#: ../gtk/gtknotebook.c:723 +#: gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "Αν η θέση της καρτέλας μπορεί να αλλαχθεί από το χρήστη" -#: ../gtk/gtknotebook.c:729 +#: gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "Δυνατότητα απόσπασης καρτέλας" -#: ../gtk/gtknotebook.c:730 +#: gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "Αν η καρτέλα θα είναι αποσπώμενη" -#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 +#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "Δευτερεύον προς τα πίσω βήμα" -#: ../gtk/gtknotebook.c:746 +#: gtk/gtknotebook.c:746 msgid "" "Display a second backward arrow button on the opposite end of the tab area" msgstr "" "Προβολή ενός δεύτερου κουμπιού βέλους προς τα πίσω στην αντίθετη άκρη της " "περιοχής στήλης" -#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 +#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "Δευτερεύον προς τα μπροστά βήμα" -#: ../gtk/gtknotebook.c:762 +#: gtk/gtknotebook.c:762 msgid "" "Display a second forward arrow button on the opposite end of the tab area" msgstr "" "Προβολή ενός δεύτερου κουμπιού βέλους προς τα μπροστά στην αντίθετη άκρη της " "περιοχής στήλης" -#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 +#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "Προς τα πίσω βέλος" -#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 +#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "Να εμφανίζεται το κλασσικό προς τα πίσω κουμπί βέλους" -#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 +#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "Βήμα προς τα μπροστά" -#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 +#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "Να εμφανίζεται το κλασσικό προς τα μπροστά κουμπί βέλους" -#: ../gtk/gtknotebook.c:806 +#: gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "Επικάλυψη καρτέλας" -#: ../gtk/gtknotebook.c:807 +#: gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "Μέγεθος της περιοχής επικάλυψης καρτέλας" -#: ../gtk/gtknotebook.c:822 +#: gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "Καμπύλη καρτέλας" -#: ../gtk/gtknotebook.c:823 +#: gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "Μέγεθος της καμπύλης της καρτέλας" -#: ../gtk/gtknotebook.c:839 +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "Διάκενο βελών" -#: ../gtk/gtknotebook.c:840 +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "Διάκενο βελών κύλισης" -#: ../gtk/gtkobject.c:370 +#: gtk/gtkobject.c:370 msgid "User Data" msgstr "Δεδομένα χρήστη" -#: ../gtk/gtkobject.c:371 +#: gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "Δείκτης δεδομένων ανώνυμου χρήστη" -#: ../gtk/gtkoptionmenu.c:162 +#: gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "Το μενού των επιλογών" -#: ../gtk/gtkoptionmenu.c:169 +#: gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "Μέγεθος του δείκτη κύλισης προς τα κάτω" -#: ../gtk/gtkoptionmenu.c:175 +#: gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "Διάκενο γύρω από το δείκτη" -#: ../gtk/gtkorientable.c:75 +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "Ο προσανατολισμός του αντικειμένου" -#: ../gtk/gtkpaned.c:242 +#: gtk/gtkpaned.c:242 msgid "" "Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "" "Θέση του διαχωριστικού σε εικονοστοιχεία (0 σημαίνει προσανατολισμός πρός " "αριστερά/πάνω " -#: ../gtk/gtkpaned.c:251 +#: gtk/gtkpaned.c:251 msgid "Position Set" msgstr "Ορισμός Θέσης" -#: ../gtk/gtkpaned.c:252 +#: gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "TRUE αν θα χρησιμοποιηθεί ιδιότητα θέσης" -#: ../gtk/gtkpaned.c:258 +#: gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "Μέγεθος Χειριστή" -#: ../gtk/gtkpaned.c:259 +#: gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "Πλάτος χειριστή" -#: ../gtk/gtkpaned.c:275 +#: gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "Ελάχιστη θέση" -#: ../gtk/gtkpaned.c:276 +#: gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "Η μικρότερη δυνατή τιμή για την ιδιότητα \"θέση\"" -#: ../gtk/gtkpaned.c:293 +#: gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "Μέγιστη θέση" -#: ../gtk/gtkpaned.c:294 +#: gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "Η μεγαλύτερη δυνατή τιμή για την ιδιότητα \"θέση\"" -#: ../gtk/gtkpaned.c:311 +#: gtk/gtkpaned.c:311 msgid "Resize" msgstr "Αλλαγή μεγέθους" -#: ../gtk/gtkpaned.c:312 +#: gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "" "Αν TRUE, το θυγατρικό αναπτύσσεται και μικραίνει μαζί με το γραφικό συστατικό" -#: ../gtk/gtkpaned.c:327 +#: gtk/gtkpaned.c:327 msgid "Shrink" msgstr "Σμίκρυνση" -#: ../gtk/gtkpaned.c:328 +#: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "Αν TRUE, το θυγατρικό μπορεί να γίνει μικρότερο από το απαιτούμενο" -#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "Ενσωματωμένο" -#: ../gtk/gtkplug.c:151 +#: gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "Αν θα είναι ενσωματωμένο το plug" -#: ../gtk/gtkplug.c:165 +#: gtk/gtkplug.c:165 msgid "Socket Window" msgstr "Παράθυρο Socket" -#: ../gtk/gtkplug.c:166 +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "Το παράθυρο όπου είναι ενσωματωμένο το plug" -#: ../gtk/gtkpreview.c:102 +#: gtk/gtkpreview.c:102 msgid "" "Whether the preview widget should take up the entire space it is allocated" msgstr "Αν η προεπισκόπηση θα καταλαμβάνει όλο τον καθορισμένο χώρο" -#: ../gtk/gtkprinter.c:124 +#: gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "Όνομα του εκτυπωτή" -#: ../gtk/gtkprinter.c:130 +#: gtk/gtkprinter.c:130 msgid "Backend" msgstr "Σύστημα υποστήριξης" -#: ../gtk/gtkprinter.c:131 +#: gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "Σύστημα υποστήριξης εκτυπωτή" -#: ../gtk/gtkprinter.c:137 +#: gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "Είναι εικονικό" -#: ../gtk/gtkprinter.c:138 +#: gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "FALSE αν πρόκειται για πραγματικό εκτυπωτή (υλικό)" -#: ../gtk/gtkprinter.c:144 +#: gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "Δέχεται PDF" -#: ../gtk/gtkprinter.c:145 +#: gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "TRUE αν ο εκτυπωτής δέχεται PDF" -#: ../gtk/gtkprinter.c:151 +#: gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "Δέχεται PostScript" -#: ../gtk/gtkprinter.c:152 +#: gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "TRUE αν ο εκτυπωτής δέχεται PostScript" -#: ../gtk/gtkprinter.c:158 +#: gtk/gtkprinter.c:158 msgid "State Message" msgstr "Μήνυμα κατάστασης" -#: ../gtk/gtkprinter.c:159 +#: gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "Αλφαριθμητικό που παρέχει την τρέχουσα κατάσταση του εκτυπωτή" -#: ../gtk/gtkprinter.c:165 +#: gtk/gtkprinter.c:165 msgid "Location" msgstr "Τοποθεσία" -#: ../gtk/gtkprinter.c:166 +#: gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "Η τοποθεσία του εκτυπωτή" -#: ../gtk/gtkprinter.c:173 +#: gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "Το όνομα εικονιδίου που χρησιμοποιείται για τον εκτυπωτή" -#: ../gtk/gtkprinter.c:179 +#: gtk/gtkprinter.c:179 msgid "Job Count" msgstr "Αριθμός εργασιών" -#: ../gtk/gtkprinter.c:180 +#: gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "Ο αριθμός των εργασιών εκτύπωσης που είναι στην ουρά του εκτυπωτή" -#: ../gtk/gtkprinter.c:198 +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "Εκτυπωτής σε παύση" -#: ../gtk/gtkprinter.c:199 +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "TRUE αν έχει παυθεί ο εκτυπωτής" -#: ../gtk/gtkprinter.c:212 +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "Δέχεται εργασίες" -#: ../gtk/gtkprinter.c:213 +#: gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "TRUE αν ο εκτυπωτής δέχεται νέες εργασίες" -#: ../gtk/gtkprinteroptionwidget.c:123 +#: gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "Επιλογή πηγής" -#: ../gtk/gtkprinteroptionwidget.c:124 +#: gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "Η PrinterOption για αυτό το γραφικό συστατικό" -#: ../gtk/gtkprintjob.c:117 +#: gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "Ο τίτλος της εργασίας εκτύπωσης" -#: ../gtk/gtkprintjob.c:125 +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "Εκτυπωτής" -#: ../gtk/gtkprintjob.c:126 +#: gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "Εκτυπωτής που θα εκτυπώσει την εργασία" -#: ../gtk/gtkprintjob.c:134 +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "Ρυθμίσεις" -#: ../gtk/gtkprintjob.c:135 +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "Ρυθμίσεις εκτυπωτή" -#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 -#: ../gtk/gtkprintunixdialog.c:258 +#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "Διαμόρφωση σελίδας" -#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "Παρακολούθηση κατάστασης εκτύπωσης" -#: ../gtk/gtkprintjob.c:153 +#: gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." @@ -4224,53 +4200,53 @@ msgstr "" "κατάστασης μετά την αποστολή των δεδομένων στον εκτυπωτή ή τον εξυπηρετητή " "εκτύπωσης." -#: ../gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "Προεπιλεγμένη διαμόρφωση σελίδας" -#: ../gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "Το προεπιλεγμένο GtkPageSetup" -#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "Ρυθμίσεις εκτύπωσης" -#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "" "Τα GtkPrintSettings που χρησιμοποιούνται κατά την αρχικοποίηση του διαλόγου" -#: ../gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "Όνομα εργασίας" -#: ../gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "" "Αλφαριθμητικό που χρησιμοποιείται ως αναγνωριστικό της εργασίας εκτύπωσης." -#: ../gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "Αριθμός σελίδων" -#: ../gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr "Ο αριθμός των σελίδων στο έγγραφο." -#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "Τρέχουσα σελίδα" -#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "Η τρέχουσα σελίδα στο έγγραφο" -#: ../gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "Χρήση πλήρης σελίδας" -#: ../gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1007 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" @@ -4278,7 +4254,7 @@ msgstr "" "TRUE αν η αρχή των περιεχομένων θα πρέπει να βρίσκεται στη γωνία της σελίδας " "και όχι στη γωνία της απεικονίσιμης περιοχής (imageable area)" -#: ../gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1028 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." @@ -4287,77 +4263,77 @@ msgstr "" "εργασιών εκτύπωσης και μετά την αποστολή των δεδομένων στον εκτυπωτή ή τον " "εξυπηρετητή εκτύπωσης." -#: ../gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "Μονάδα" -#: ../gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "" "Η μονάδα με την οποία μπορούν να μετρηθούν οι αποστάσεις στα περιεχόμενα" -#: ../gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "Εμφάνιση διαλόγου" -#: ../gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr "TRUE αν θα εμφανίζεται ο διάλογος προόδου κατά την εκτύπωση." -#: ../gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "Να επιτρέπεται Async" -#: ../gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "TRUE αν η διαδικασία εκτύπωσης μπορεί να εκτελείται ασύγχρονα." -#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "Εξαγωγή ονόματος αρχείου" -#: ../gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "Κατάσταση" -#: ../gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "Η κατάσταση της εργασίας εκτύπωσης" -#: ../gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "Αλφαριθμητικό κατάστασης" -#: ../gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "" "Περιγραφή της κατάστασης σε μορφή προορισμένη για ανάγνωση από ανθρώπους" -#: ../gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "Προσαρμοσμένη ετικέτα καρτέλας" -#: ../gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "Ετικέτα της καρτέλας που περιέχει προσαρμοσμένα γραφικά συστατικά." -#: ../gtk/gtkprintunixdialog.c:259 +#: gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "Το GtkPageSetup που θα χρησιμοποιηθεί" -#: ../gtk/gtkprintunixdialog.c:284 +#: gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "Επιλεγμένος εκτυπωτής" -#: ../gtk/gtkprintunixdialog.c:285 +#: gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "Ο GtkPrinter που έχει επιλεχθεί" -#: ../gtk/gtkprogress.c:102 +#: gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "Κατάσταση δραστηριότητας" -#: ../gtk/gtkprogress.c:103 +#: gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " @@ -4368,42 +4344,42 @@ msgstr "" "τελειώσει. Αυτό χρησιμοποιείται όταν κάνετε κάτι αλλά δεν ξέρετε πόσο χρόνο " "θα κάνει να τελειώσει." -#: ../gtk/gtkprogress.c:111 +#: gtk/gtkprogress.c:111 msgid "Show text" msgstr "Προβολή κειμένου" -#: ../gtk/gtkprogress.c:112 +#: gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "Αν η πρόοδος θα εμφανίζεται ως κείμενο" -#: ../gtk/gtkprogressbar.c:119 +#: gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "Η ρύθμιση Gtk σε σύνδεση με την εργαλειοθήκη προόδου (Deprecated)" -#: ../gtk/gtkprogressbar.c:135 +#: gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "Στυλ μπάρας" -#: ../gtk/gtkprogressbar.c:136 +#: gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "" "Καθορίζει το οπτικό στυλ της μπάρας στην ποσοστιαία απεικόνιση (Deprecated)" -#: ../gtk/gtkprogressbar.c:144 +#: gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "Βήμα δραστηριότητας" -#: ../gtk/gtkprogressbar.c:145 +#: gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "" "Η αύξηση που χρησιμοποιείται για κάθε επανάληψη στην κατάσταση λειτουργίας " "(Deprecated)" -#: ../gtk/gtkprogressbar.c:152 +#: gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "Μπλόκ δραστηριότητας" -#: ../gtk/gtkprogressbar.c:153 +#: gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" @@ -4411,11 +4387,11 @@ msgstr "" "Ο αριθμός των μπλόκ που μπορούν να χωρέσουν στη μπάρα προόδου στην κατάσταση " "δραστηριότητας(Deprecated)" -#: ../gtk/gtkprogressbar.c:160 +#: gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "Διακριτικά μπλόκ" -#: ../gtk/gtkprogressbar.c:161 +#: gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" @@ -4423,28 +4399,28 @@ msgstr "" " Ο αριθμός των διακριτικών μπλόκ στη μπάρα προόδου (κατά την απεικόνιση σε " "διακεκριμένο στυλ)" -#: ../gtk/gtkprogressbar.c:168 +#: gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "Κομμάτι" -#: ../gtk/gtkprogressbar.c:169 +#: gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "Το κομμάτι της συνολικής εργασίας που έχει συμπληρωθεί" -#: ../gtk/gtkprogressbar.c:176 +#: gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "Παλμικό βήμα" -#: ../gtk/gtkprogressbar.c:177 +#: gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "" "Το κομμάτι της συνολικής προόδου που θα κινείται όταν θα πάλλεται το μπλόκ." -#: ../gtk/gtkprogressbar.c:185 +#: gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "Κείμενο που θα εμφανίζεται στη μπάρα προόδου" -#: ../gtk/gtkprogressbar.c:207 +#: gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." @@ -4452,59 +4428,59 @@ msgstr "" "Η προτιμώμενη θέση για την αποσιώπηση αλφαριθμητικού, αν η μπάρα προόδου δεν " "έχει αρκετό χώρο για την εμφάνιση ολόκληρου ή και μέρους του αλφαριθμητικού." -#: ../gtk/gtkprogressbar.c:214 +#: gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "X διάκενο" -#: ../gtk/gtkprogressbar.c:215 +#: gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "Επιπλέον διάκενο που προστίθεται στο πλάτος της γραμμής προόδου." -#: ../gtk/gtkprogressbar.c:220 +#: gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "Υ διάκενο" -#: ../gtk/gtkprogressbar.c:221 +#: gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "Επιπλέον διάκενο που προστίθεται στο ύψος της γραμμής προόδου." -#: ../gtk/gtkprogressbar.c:234 +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "Ελάχιστο πλάτος οριζόντιας γραμμής" -#: ../gtk/gtkprogressbar.c:235 +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "Το ελάχιστο οριζόντιο πλάτος της γραμμής προόδου" -#: ../gtk/gtkprogressbar.c:247 +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "Ελάχιστο ύψος οριζόντιας γραμμής" -#: ../gtk/gtkprogressbar.c:248 +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "Το ελάχιστο οριζόντιο ύψος της γραμμής προόδου" -#: ../gtk/gtkprogressbar.c:260 +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "Ελάχιστο πλάτος κάθετης γραμμής" -#: ../gtk/gtkprogressbar.c:261 +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "Το ελάχιστο κατακόρυφο πλάτος της γραμμής προόδου" -#: ../gtk/gtkprogressbar.c:273 +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "Ελάχιστο ύψος κάθετης γραμμής" -#: ../gtk/gtkprogressbar.c:274 +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "Το ελάχιστο κατακόρυφο ύψος της γραμμής προόδου" -#: ../gtk/gtkradioaction.c:111 +#: gtk/gtkradioaction.c:111 msgid "The value" msgstr "Η τιμή" -#: ../gtk/gtkradioaction.c:112 +#: gtk/gtkradioaction.c:112 msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." @@ -4512,15 +4488,15 @@ msgstr "" "Η τιμή που επιστρέφεται από το gtk_radio_action_get_current_value() όταν " "αυτή η ενέργεια είναι η τρέχουσα ενέργεια της ομάδας του." -#: ../gtk/gtkradioaction.c:129 +#: gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "Το κουμπί radio του οποίου η ομάδα της ανήκει αυτή η ενέργεια." -#: ../gtk/gtkradioaction.c:144 +#: gtk/gtkradioaction.c:144 msgid "The current value" msgstr "Η τρέχουσα τιμή" -#: ../gtk/gtkradioaction.c:145 +#: gtk/gtkradioaction.c:145 msgid "" "The value property of the currently active member of the group to which this " "action belongs." @@ -4528,148 +4504,148 @@ msgstr "" "Η ιδιότητα τιμής του ενεργού στοιχείου της ομάδας όπου ανήκει αυτή η " "ενέργεια." -#: ../gtk/gtkradiobutton.c:83 +#: gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "" "Το κουμπί radio του οποίου η ομάδα της ανήκει αυτό το γραφικό συστατικό" -#: ../gtk/gtkradiomenuitem.c:344 +#: gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "" "Το κουμπί επιλογής σε μενού στου οποίου την ομάδα ανήκει αυτό το γραφικό " "συστατικό." -#: ../gtk/gtkradiotoolbutton.c:66 +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "" "Το κουμπί επιλογής radio tool στου οποίου την ομάδα ανήκει αυτό το γραφικό " "συστατικό." -#: ../gtk/gtkrange.c:358 +#: gtk/gtkrange.c:358 msgid "Update policy" msgstr "Πολιτική ενημέρωσης" -#: ../gtk/gtkrange.c:359 +#: gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "Ο τρόπος με τον οποίο η κλίμακα θα ενημερώνεται στην οθόνη" -#: ../gtk/gtkrange.c:368 +#: gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "" "Η GtkAdjustment που περιέχει την τρέχουσα τιμή αυτού του αντικειμένου " "κλίμακας" -#: ../gtk/gtkrange.c:375 +#: gtk/gtkrange.c:375 msgid "Inverted" msgstr "Αντεστραμμένη" -#: ../gtk/gtkrange.c:376 +#: gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" msgstr "Αντιστρoφή κινήσεων κύλισης για την αύξηση τιμής εύρους" -#: ../gtk/gtkrange.c:383 +#: gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "Ευαισθησία κάτω βέλους" -#: ../gtk/gtkrange.c:384 +#: gtk/gtkrange.c:384 msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" msgstr "Πολιτική ευαισθησίας για το προς τα κάτω βέλος" -#: ../gtk/gtkrange.c:392 +#: gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "Ευαισθησία πάνω βέλους" -#: ../gtk/gtkrange.c:393 +#: gtk/gtkrange.c:393 msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" msgstr "Πολιτική ευαισθησίας για το προς τα πάνω βέλος" -#: ../gtk/gtkrange.c:410 +#: gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "Εμφάνιση επιπέδου γεμίσματος" -#: ../gtk/gtkrange.c:411 +#: gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "Αν θα εμφανίζεται δείκτης επιπέδου γεμίσματος στο κοίλο." -#: ../gtk/gtkrange.c:427 +#: gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "Περιορισμός στο επίπεδο γεμίσματος" -#: ../gtk/gtkrange.c:428 +#: gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "Αν θα περιορίζεται το ανώτατο όριο στο επίπεδο γεμίσματος." -#: ../gtk/gtkrange.c:443 +#: gtk/gtkrange.c:443 msgid "Fill Level" msgstr "Επίπεδο γεμίσματος" -#: ../gtk/gtkrange.c:444 +#: gtk/gtkrange.c:444 msgid "The fill level." msgstr "Το επίπεδο γεμίσματος" -#: ../gtk/gtkrange.c:452 +#: gtk/gtkrange.c:452 msgid "Slider Width" msgstr "Πλάτος κύλισης" -#: ../gtk/gtkrange.c:453 +#: gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "Πλάτος της μπάρας κύλισης ή κλίμακας thumb" -#: ../gtk/gtkrange.c:460 +#: gtk/gtkrange.c:460 msgid "Trough Border" msgstr "Περίγραμμα κοίλου" -#: ../gtk/gtkrange.c:461 +#: gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "Διάκενο μεταξύ thumb/steppers και εξωτερικού κοίλου γωνίας" -#: ../gtk/gtkrange.c:468 +#: gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "Μέγεθος βήματος" -#: ../gtk/gtkrange.c:469 +#: gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "Μάκρος κουμπιών βήματος στις άκρες" -#: ../gtk/gtkrange.c:484 +#: gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "Διάκενο βημάτων" -#: ../gtk/gtkrange.c:485 +#: gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "Διάκενο μεταξύ κουμπιών βήματος και thumb" -#: ../gtk/gtkrange.c:492 +#: gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "Μετακίνηση βέλους X" -#: ../gtk/gtkrange.c:493 +#: gtk/gtkrange.c:493 msgid "" "How far in the x direction to move the arrow when the button is depressed" msgstr "" "Απόσταση προς την κατεύθυνση x που θα κινείται το βέλος όταν απελευθερώνεται " "το κουμπί" -#: ../gtk/gtkrange.c:500 +#: gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "Μετακίνηση βέλους Υ" -#: ../gtk/gtkrange.c:501 +#: gtk/gtkrange.c:501 msgid "" "How far in the y direction to move the arrow when the button is depressed" msgstr "" "Απόσταση προς την κατεύθυνση y που θα κινείται το βέλος όταν απελευθερώνεται " "το κουμπί" -#: ../gtk/gtkrange.c:509 +#: gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "ACTIVE μπάρα κύλισης κατά το σύρσιμο" -#: ../gtk/gtkrange.c:510 +#: gtk/gtkrange.c:510 msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" @@ -4677,11 +4653,11 @@ msgstr "" "Αν είναι αληθές, οι μπάρες κύλισεις θα εμφανίζονται ACTIVE και με σκιά IN " "όποτε σύρονται" -#: ../gtk/gtkrange.c:524 +#: gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "Πλευρικές λεπτομέρειες κοίλου" -#: ../gtk/gtkrange.c:525 +#: gtk/gtkrange.c:525 msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" @@ -4689,11 +4665,11 @@ msgstr "" "Αν είναι αληθές, τα δύο άκρα των κοίλων θα σχεδιάζονται με διαφορετικές " "λεπτομέρειες" -#: ../gtk/gtkrange.c:541 +#: gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "Κοίλο κάτω από τα βέλη" -#: ../gtk/gtkrange.c:542 +#: gtk/gtkrange.c:542 msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" @@ -4701,279 +4677,277 @@ msgstr "" "Αν το κοίλο θα σχεδιάζεται για όλο το μήκος της μπάρας, ή αν θα εξαιρούνται " "τα βέλη και το διάκενο" -#: ../gtk/gtkrange.c:555 +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "Να επιτρέπεται κλιμάκωση" -#: ../gtk/gtkrange.c:556 +#: gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "" "Να επιτρέπεται η κλιμάκωση του μεγέθους του βέλους ανάλογα με το μέγεθος του " "κουμπιού κύλισης" -#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 +#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "Εμφάνιση αριθμών" -#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 +#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "Αν τα αντικείμενα θα εμφανίζονται με ένα αριθμό" -#: ../gtk/gtkrecentchooser.c:132 +#: gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "Πρόσφατος διαχειριστής" -#: ../gtk/gtkrecentchooser.c:133 +#: gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "Το αντικείμενο RecentManager που θα χρησιμοποιηθεί" -#: ../gtk/gtkrecentchooser.c:147 +#: gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "Προβολή ιδιωτικών" -#: ../gtk/gtkrecentchooser.c:148 +#: gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "Αν θα εμφανίζονται τα ιδιωτικά αντικείμενα" -#: ../gtk/gtkrecentchooser.c:161 +#: gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "Εμφάνιση συμβουλών οθόνης" -#: ../gtk/gtkrecentchooser.c:162 +#: gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "Αν θα εμφανίζεται ή όχι συμβουλή οθόνης στο αντικείμενο" -#: ../gtk/gtkrecentchooser.c:174 +#: gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "Εμφάνιση εικονιδίου" -#: ../gtk/gtkrecentchooser.c:175 +#: gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "Αν θα υπάρχει εικονίδιο δίπλα στο αντικείμενο" -#: ../gtk/gtkrecentchooser.c:190 +#: gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "Εμφάνιση μη βρεθέντων" -#: ../gtk/gtkrecentchooser.c:191 +#: gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "Αν θα εμφανίζονται τα αντικείμενα που αφορούν μη διαθέσιμες πηγές" -#: ../gtk/gtkrecentchooser.c:204 +#: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "Αν θα επιτρέπεται η επιλογή πολλαπλών αρχείων" -#: ../gtk/gtkrecentchooser.c:217 +#: gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "Μόνο τοπικά" -#: ../gtk/gtkrecentchooser.c:218 +#: gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "" "Αν οι επιλεγμένοι πόροι θα πρέπει να περιορίζονται σε τοπικά αρχεία: URLs " -#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 +#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "Όριο" -#: ../gtk/gtkrecentchooser.c:235 +#: gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "Ο μέγιστος αριθμός των αντικειμένων που εμφανίζεται" -#: ../gtk/gtkrecentchooser.c:249 +#: gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "Είδος ταξινόμησης" -#: ../gtk/gtkrecentchooser.c:250 +#: gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "Η σειρά ταξινόμησης των αντικειμένων που εμφανίζονται" -#: ../gtk/gtkrecentchooser.c:265 +#: gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "Το τρέχον φίλτρο για την επιλογή των πόρων που θα εμφανίζονται" -#: ../gtk/gtkrecentmanager.c:215 +#: gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "" "Η πλήρης διαδρομή προς το αρχείο που χρησιμοποιείται για την αποθήκευση και " "ανάγνωση της λίστας" -#: ../gtk/gtkrecentmanager.c:230 +#: gtk/gtkrecentmanager.c:230 msgid "" "The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "" "Ο μέγιστος αριθμός αντικειμένων που επιστρέφει το " "gtk_recent_manager_get_items()" -#: ../gtk/gtkrecentmanager.c:246 +#: gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "Το μέγεθος της λίστας των πρόσφατα χρησιμοποιημένων πηγών" -#: ../gtk/gtkruler.c:128 +#: gtk/gtkruler.c:128 msgid "Lower" msgstr "Κατώτερο" -#: ../gtk/gtkruler.c:129 +#: gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "Κατώτερο όριο του χάρακα" -#: ../gtk/gtkruler.c:138 +#: gtk/gtkruler.c:138 msgid "Upper" msgstr "Ανώτερο" -#: ../gtk/gtkruler.c:139 +#: gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "Ανώτερο όριο του χάρακα" -#: ../gtk/gtkruler.c:149 +#: gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "Θέση σήμανσης στο χάρακα" -#: ../gtk/gtkruler.c:158 +#: gtk/gtkruler.c:158 msgid "Max Size" msgstr "Μεγ. μέγεθος" -#: ../gtk/gtkruler.c:159 +#: gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "Μέγιστο μέγεθος του χάρακα" -#: ../gtk/gtkruler.c:174 +#: gtk/gtkruler.c:174 msgid "Metric" msgstr "Μετρικό" -#: ../gtk/gtkruler.c:175 +#: gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "Το μετρικό που χρησιμοποιείται για το χάρακα" -#: ../gtk/gtkscale.c:201 +#: gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "Ο αριθμός των δεκαδικών σημείων που εμφανίζονται στην τιμή" -#: ../gtk/gtkscale.c:210 +#: gtk/gtkscale.c:210 msgid "Draw Value" msgstr "Τιμή σχεδίασης" -#: ../gtk/gtkscale.c:211 +#: gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "Αν η τρέχουσα τιμή θα εμφανίζεται ως string δίπλα στη μπάρα κύλισης" -#: ../gtk/gtkscale.c:218 +#: gtk/gtkscale.c:218 msgid "Value Position" msgstr "Θέση τιμής" -#: ../gtk/gtkscale.c:219 +#: gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "Η θέση στην οποία θα εμφανίζεται η τρέχουσα τιμή" -#: ../gtk/gtkscale.c:226 +#: gtk/gtkscale.c:226 msgid "Slider Length" msgstr "Μήκος μπάρας κύλισης" -#: ../gtk/gtkscale.c:227 +#: gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "Μάκρος κύλισης σκάλας" -#: ../gtk/gtkscale.c:235 +#: gtk/gtkscale.c:235 msgid "Value spacing" msgstr "Διάκενο τιμής" -#: ../gtk/gtkscale.c:236 +#: gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "Διάστημα μεταξύ τιμής κειμένου και ζώνης κύλισης" -#: ../gtk/gtkscalebutton.c:207 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Η τιμή της κλιμάκωσης" -#: ../gtk/gtkscalebutton.c:217 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Το μέγεθος εικονιδίου" -#: ../gtk/gtkscalebutton.c:226 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "Η GtkAdjustment που περιέχει την τρέχουσα τιμή αυτού του κουμπιού κλίμακας" -#: ../gtk/gtkscalebutton.c:254 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Εικονίδια" -#: ../gtk/gtkscalebutton.c:255 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Λίστα ονομάτων εικονιδίων" -#: ../gtk/gtkscrollbar.c:51 +#: gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "Ελάχιστο μήκος κύλισης" -#: ../gtk/gtkscrollbar.c:52 +#: gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "Ελάχιστο μήκος γραμμής κύλισης" -#: ../gtk/gtkscrollbar.c:60 +#: gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "Προκαθορισμένο μέγεθος κύλισης" -#: ../gtk/gtkscrollbar.c:61 +#: gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "Να μην αλλαχθεί το μέγεθος κύλισης, να κλειδωθεί στο ελάχιστο μήκος" -#: ../gtk/gtkscrollbar.c:82 +#: gtk/gtkscrollbar.c:82 msgid "" "Display a second backward arrow button on the opposite end of the scrollbar" msgstr "" "Προβολή ενός δεύτερου κουμπιού βέλους προς τα πίσω στην αντίθετη άκρη της " "γραμμής κύλισης" -#: ../gtk/gtkscrollbar.c:89 +#: gtk/gtkscrollbar.c:89 msgid "" "Display a second forward arrow button on the opposite end of the scrollbar" msgstr "" "Προβολή ενός δεύτερου κουμπιού βέλους προς τα μπροστά στην αντίθετη άκρη της " "γραμμής κύλισης" -#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 -#: ../gtk/gtktreeview.c:578 +#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "Οριζόντια στοίχιση" -#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 -#: ../gtk/gtktreeview.c:586 +#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "Κάθετη στοίχιση" -#: ../gtk/gtkscrolledwindow.c:232 +#: gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "Πολιτική οριζόντιας γραμμής κύλισης" -#: ../gtk/gtkscrolledwindow.c:233 +#: gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "Αν θα εμφανίζεται η οριζόντια γραμμή κύλισης" -#: ../gtk/gtkscrolledwindow.c:240 +#: gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "Πολιτική κάθετης γραμμής κύλισης" -#: ../gtk/gtkscrolledwindow.c:241 +#: gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "Αν θα εμφανίζεται η κάθετη γραμμή κύλισης" -#: ../gtk/gtkscrolledwindow.c:249 +#: gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "Τοποθέτηση παραθύρου" -#: ../gtk/gtkscrolledwindow.c:250 +#: gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." msgstr "Αν τα περιεχόμενα θα τοποθετούνται σε σχέση με τις γραμμές κύλισης." -#: ../gtk/gtkscrolledwindow.c:267 +#: gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "Τοποθέτηση παραθύρου" -#: ../gtk/gtkscrolledwindow.c:268 +#: gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." @@ -4981,36 +4955,36 @@ msgstr "" "Αν θα χρησιμοποιείται το \"window-placement\" για να διαπιστωθεί η θέση των " "περιεχομένων σε σχέση με τις γραμμές κύλισης." -#: ../gtk/gtkscrolledwindow.c:274 +#: gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "Είδος Σκίασης" -#: ../gtk/gtkscrolledwindow.c:275 +#: gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "Είδος γωνίας γύρω από τα περιεχόμενα" -#: ../gtk/gtkscrolledwindow.c:289 +#: gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "Γραμμές κύλισης εντός γωνίας" -#: ../gtk/gtkscrolledwindow.c:290 +#: gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "Τοποθέτηση γραμμών κύλισης εντός της γωνίας του κυλιόμενου παραθύρου" -#: ../gtk/gtkscrolledwindow.c:296 +#: gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "Διάκενο μπάρας κύλισης" -#: ../gtk/gtkscrolledwindow.c:297 +#: gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "" "Αριθμός εικονοστοιχείων ανάμεσα στη μπάρα κύλισης και το κυλιόμενο παράθυρο" -#: ../gtk/gtkscrolledwindow.c:312 +#: gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "Τοποθέτηση κυλιόμενου παραθύρου" -#: ../gtk/gtkscrolledwindow.c:313 +#: gtk/gtkscrolledwindow.c:313 msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." @@ -5019,19 +4993,19 @@ msgstr "" "τις γραμμές κύλισης, αν δεν υπερισχύουν οι κανόνες τοποθέτησης του ίδιου του " "κυλιόμενου παραθύρου." -#: ../gtk/gtkseparatortoolitem.c:105 +#: gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "Σχεδίαση" -#: ../gtk/gtkseparatortoolitem.c:106 +#: gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "Αν το διαχωριστικό θα σχεδιάζεται ή θα είναι απλώς κενό" -#: ../gtk/gtksettings.c:215 +#: gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "Χρόνος διπλού κλικ" -#: ../gtk/gtksettings.c:216 +#: gtk/gtksettings.c:216 msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" @@ -5039,11 +5013,11 @@ msgstr "" "Μέγιστος χρόνος που επιτρέπεται μεταξύ δύο κλικ ώστε να θεωρούνται διπλό " "κλικ (σε milliseconds)" -#: ../gtk/gtksettings.c:223 +#: gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "Απόσταση διπλού κλικ" -#: ../gtk/gtksettings.c:224 +#: gtk/gtksettings.c:224 msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" @@ -5051,35 +5025,35 @@ msgstr "" "Μέγιστη απόσταση που επιτρέπεται μεταξύ δύο κλικ ώστε να θεωρούνται διπλό " "κλικ (σε εικονοστοιχεία)" -#: ../gtk/gtksettings.c:240 +#: gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "Παλλόμενος δρομέας" -#: ../gtk/gtksettings.c:241 +#: gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "Αν θα πάλλεται ο δρομέας" -#: ../gtk/gtksettings.c:248 +#: gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "Χρόνος παλμών δρομέα" -#: ../gtk/gtksettings.c:249 +#: gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "Διάρκεια του κύκλου εναλλαγής παλμού δρομέα σε χιλιοστά δευτερολ." -#: ../gtk/gtksettings.c:268 +#: gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "Όριο χρόνου παλμών δρομέα" -#: ../gtk/gtksettings.c:269 +#: gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "Χρόνος μέχρι να σταματήσει ο παλμός δρομέα σε χιλιοστά δευτερολ." -#: ../gtk/gtksettings.c:276 +#: gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "Διαχωρισμός δρομέα" -#: ../gtk/gtksettings.c:277 +#: gtk/gtksettings.c:277 msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" @@ -5087,158 +5061,158 @@ msgstr "" "Αν οι δύο δρομείς θα πρέπει να προβάλλονται για ανακατωμένο κείμενο από " "δεξιά στα αριστερά και αντίστροφα" -#: ../gtk/gtksettings.c:284 +#: gtk/gtksettings.c:284 msgid "Theme Name" msgstr "Όνομα θέματος" -#: ../gtk/gtksettings.c:285 +#: gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "Όνομα αρχείου θέματος RC για φόρτωση" -#: ../gtk/gtksettings.c:293 +#: gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "Όνομα θέματος εικονιδίου" -#: ../gtk/gtksettings.c:294 +#: gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "Όνομα του θέματος εικονιδίου για χρήση" -#: ../gtk/gtksettings.c:302 +#: gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "Εφεδρικό όνομα θέματος εικονιδίων" -#: ../gtk/gtksettings.c:303 +#: gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "Όνομα ενός θέματος εικονιδίων που θα χρησιμοποιηθεί εφεδρικά" -#: ../gtk/gtksettings.c:311 +#: gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "Όνομα αρχείου θέματος κλειδιού" -#: ../gtk/gtksettings.c:312 +#: gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "Όνομα αρχείου θέματος κλειδιού RC για φόρτωση" -#: ../gtk/gtksettings.c:320 +#: gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "Συντόμευση εργαλειοθήκης μενού" -#: ../gtk/gtksettings.c:321 +#: gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "Συνδυασμός πλήκτρων για την εργαλειοθήκη μενού" -#: ../gtk/gtksettings.c:329 +#: gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "Σύρσιμο αφετηρίας" -#: ../gtk/gtksettings.c:330 +#: gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "" "Αριθμός εικονοστοιχείων που μπορεί να μετακινηθεί ο δρομέας πρίν να σύρει" -#: ../gtk/gtksettings.c:338 +#: gtk/gtksettings.c:338 msgid "Font Name" msgstr "'Όνομα γραμματοσειράς" -#: ../gtk/gtksettings.c:339 +#: gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "Όνομα της προεπιλεγμένης γραμματοσειράς για χρήση" -#: ../gtk/gtksettings.c:361 +#: gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "Μεγέθη Εικονιδίου" -#: ../gtk/gtksettings.c:362 +#: gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "Λίστα μεγεθών εικονιδίου (gtk-menu=16,16;gtk-button=20,20..." -#: ../gtk/gtksettings.c:370 +#: gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "GTK Modules" -#: ../gtk/gtksettings.c:371 +#: gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "Λίστα των τρεχόντων ενεργών αρθρωμάτων GTK" -#: ../gtk/gtksettings.c:380 +#: gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Xft Antialias" -#: ../gtk/gtksettings.c:381 +#: gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "" "Αν θα γίνεται antialias στiς γραμματοσειρές Xft; 0=όχι, 1=ναι, -1=προεπιλογή" -#: ../gtk/gtksettings.c:390 +#: gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Xft Hinting" -#: ../gtk/gtksettings.c:391 +#: gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "" "Αν θα γίνεται hinting στις γραμματοσειρές Xft; 0=όχι, 1=ναι, -1=προεπιλογή" -#: ../gtk/gtksettings.c:400 +#: gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Στυλ Xft Hint " -#: ../gtk/gtksettings.c:401 +#: gtk/gtksettings.c:401 msgid "" "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "" "Ο βαθμός hinting που θα χρησιμοποιείται, κανένα, ελαφρύ, μέτριο, ή πλήρες" -#: ../gtk/gtksettings.c:410 +#: gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft RGBA" -#: ../gtk/gtksettings.c:411 +#: gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "Τύπος subpixel antialiasing;κανένα, rgb, bgr, vrgb, vbgr" -#: ../gtk/gtksettings.c:420 +#: gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Xft DPI" -#: ../gtk/gtksettings.c:421 +#: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" msgstr "" "Ανάλυση Xft, σε 1024 * κουκίδες/ίντσα. -1 για χρήση προεπιλεγμένης τιμής" -#: ../gtk/gtksettings.c:430 +#: gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "Όνομα θέματος δρομέα" -#: ../gtk/gtksettings.c:431 +#: gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" msgstr "" "Όνομα του θέματος δρομέα για χρήση, ή NULL για χρήση του προεπιλεγμένου " "θέματος" -#: ../gtk/gtksettings.c:439 +#: gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "Μέγεθος θέματος δρομέα" -#: ../gtk/gtksettings.c:440 +#: gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "" "Μέγεθος που θα χρησιμοποιηθεί για τους δρομείς, ή 0 για το προεπιλεγμένο " "μέγεθος" -#: ../gtk/gtksettings.c:450 +#: gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "Εναλλακτική χωροθέτηση κουμπιών" -#: ../gtk/gtksettings.c:451 +#: gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" msgstr "" "Αν τα κουμπιά στους διαλόγους θα χρησιμοποιούν εναλλακτική σειρά κουμπιών" -#: ../gtk/gtksettings.c:468 +#: gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "Εναλλακτική κατεύθυνση ενδείξεων ταξινόμησης" -#: ../gtk/gtksettings.c:469 +#: gtk/gtksettings.c:469 msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" @@ -5247,11 +5221,11 @@ msgstr "" "είναι αντεστραμμένος σε σχέση με την προεπιλεγμένη κατεύθυνση (όπου το κάτω " "σημαίνει αύξουσα σειρά)" -#: ../gtk/gtksettings.c:477 +#: gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "Εμφάνιση του μενού 'Μέθοδοι εισαγωγής'" -#: ../gtk/gtksettings.c:478 +#: gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" @@ -5259,11 +5233,11 @@ msgstr "" "Αν τα σχετικά μενού των πεδίων και των προβολών κειμένου θα εμφανίζουν τη " "δυνατότητα αλλαγής της μεθόδου εισαγωγής" -#: ../gtk/gtksettings.c:486 +#: gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "Εμφάνιση του μενού 'Εισαγωγή χαρακτήρα ελέγχου Unicode'" -#: ../gtk/gtksettings.c:487 +#: gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" @@ -5271,234 +5245,234 @@ msgstr "" "Αν τα σχετικά μενού των πεδίων και των προβολών κειμένου θα εμφανίζουν τη " "δυνατότητα εισαγωγής χαρακτήρων ελέγχου" -#: ../gtk/gtksettings.c:495 +#: gtk/gtksettings.c:495 msgid "Start timeout" msgstr "Έναρξη ορίου χρόνου" -#: ../gtk/gtksettings.c:496 +#: gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "Τιμή έναρξης ορίου χρόνου, όταν πιέζεται ένα κουμπί" -#: ../gtk/gtksettings.c:505 +#: gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "Επανάληψη ορίου χρόνου" -#: ../gtk/gtksettings.c:506 +#: gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "Τιμή επανάληψης ορίου χρόνου, όταν πιέζεται ένα κουμπί" -#: ../gtk/gtksettings.c:515 +#: gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "Επέκταση ορίου χρόνου" -#: ../gtk/gtksettings.c:516 +#: gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "" "Τιμή επέκτασης ορίου χρόνου, όταν ένα γραφικό συστατικό επεκτείνει νέα " "περιοχή" -#: ../gtk/gtksettings.c:551 +#: gtk/gtksettings.c:551 msgid "Color scheme" msgstr "Σχήμα χρωμάτων" -#: ../gtk/gtksettings.c:552 +#: gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "Παλέτα δοσμένων χρωμάτων που θα χρησιμοποιείται στα θέματα" -#: ../gtk/gtksettings.c:561 +#: gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "Ενεργοποίηση κινούμενων εικόνων" -#: ../gtk/gtksettings.c:562 +#: gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "Αν θα είναι ενεργοποιημένες οι κινούμενες εικόνες σε όλο το toolkit." -#: ../gtk/gtksettings.c:580 +#: gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "Ενεργοποίηση λειτουργίας οθόνης αφής" -#: ../gtk/gtksettings.c:581 +#: gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "" "Αν είναι αληθές, δεν θα εμφανίζονται ειδοποιήσεις κίνησης σε αυτή την οθόνη" -#: ../gtk/gtksettings.c:598 +#: gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "Όριο χρόνου συμβουλής" -#: ../gtk/gtksettings.c:599 +#: gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "Χρονικό διάστημα πριν την εμφάνιση της αναδυόμενης συμβουλής" -#: ../gtk/gtksettings.c:624 +#: gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "Όριο χρόνου συμβουλής περιήγησης" -#: ../gtk/gtksettings.c:625 +#: gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "" "Χρονικό διάστημα πριν την εμφάνιση της αναδυόμενης συμβουλής όταν είναι " "ενεργοποιημένη η λειτουργία περιήγησης" -#: ../gtk/gtksettings.c:646 +#: gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "Όριο χρόνου λειτουργίας περιήγησης συμβουλής" -#: ../gtk/gtksettings.c:647 +#: gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "Όριο χρόνου μετά το οποίο απενεργοποιείται η λειτουργία περιήγησης" -#: ../gtk/gtksettings.c:666 +#: gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "Μόνο δρομέας Keynav" -#: ../gtk/gtksettings.c:667 +#: gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" msgstr "" "Αν είναι αληθές, τα μόνα διαθέσιμα πλήκτρα του δρομέα αφορούν την πλοήγηση " "σε γραφικά συστατικά" -#: ../gtk/gtksettings.c:684 +#: gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "Αναδίπλωση Keynav" -#: ../gtk/gtksettings.c:685 +#: gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "" "Αν θα γίνεται αναδίπλωση όταν γίνεται πλοήγηση μέσω πληκτρολογίου στα " "γραφικά συστατικά " -#: ../gtk/gtksettings.c:705 +#: gtk/gtksettings.c:705 msgid "Error Bell" msgstr "Κουδούνι σφάλματος" -#: ../gtk/gtksettings.c:706 +#: gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "" "Αν είναι αληθές, θα ακούγεται το κουδούνι όταν γίνονται λάθη στην πλοήγηση " "μέσω πληκτρολογίου ή άλλα λάθη" -#: ../gtk/gtksettings.c:723 +#: gtk/gtksettings.c:723 msgid "Color Hash" msgstr "Color Hash" -#: ../gtk/gtksettings.c:724 +#: gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "Αναπαράσταση του σχήματος χρωμάτων σε πίνακα hash." -#: ../gtk/gtksettings.c:732 +#: gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "Προεπιλεγμένο backend επιλογέα αρχείων" -#: ../gtk/gtksettings.c:733 +#: gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "Όνομα του GtkFileChooser backend για προεπιλεγμένη χρήση" -#: ../gtk/gtksettings.c:750 +#: gtk/gtksettings.c:750 msgid "Default print backend" msgstr "Προεπιλεγμένο backend εκτύπωσης" -#: ../gtk/gtksettings.c:751 +#: gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "Λίστα των GtkPrintBackend backends για προεπιλεγμένη χρήση" -#: ../gtk/gtksettings.c:774 +#: gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "" "Προεπιλεγμένη εντολή που εκτελείται όταν εμφανίζεται η προεπισκόπηση " "εκτύπωσης" -#: ../gtk/gtksettings.c:775 +#: gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "Εντολή που εκτελείται όταν εμφανίζεται προεπισκόπηση εκτύπωσης" -#: ../gtk/gtksettings.c:791 +#: gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "Ενεργοποίηση μνημονικών" -#: ../gtk/gtksettings.c:792 +#: gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "Αν οι ετικέτες θα έχουν μνημονικά" -#: ../gtk/gtksettings.c:808 +#: gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "Ενεργοποίηση συντομεύσεων" -#: ../gtk/gtksettings.c:809 +#: gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "Αν τα αντικείμενα στα μενού θα έχουν συντομεύσεις" -#: ../gtk/gtksettings.c:826 +#: gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "Όριο πρόσφατων αρχείων" -#: ../gtk/gtksettings.c:827 +#: gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "Αριθμός πρόσφατα χρησιμοποιημένων αρχείων" -#: ../gtk/gtksettings.c:845 +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "Προεπιλεγμένο IM module" -#: ../gtk/gtksettings.c:846 +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "Ποιο IM module θα είναι προεπιλεγμένο" -#: ../gtk/gtksettings.c:864 +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "Μέγιστη ηλικία πρόσφατων αρχείων" -#: ../gtk/gtksettings.c:865 +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "Μέγιστη ηλικία πρόσφατα χρησιμοποιημένων αρχείων, σε ημέρες" -#: ../gtk/gtksettings.c:874 +#: gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Timestamp ρυθμίσεων fontconfig" -#: ../gtk/gtksettings.c:875 +#: gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "Timestamp των τρεχουσών ρυθμίσεων του fontconfig" -#: ../gtk/gtksettings.c:897 +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "Όνομα θέματος ήχων" -#: ../gtk/gtksettings.c:898 +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "Όνομα θέματος ήχων XDG" #. Translators: this means sounds that are played as feedback to user input -#: ../gtk/gtksettings.c:920 +#: gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "Ηχητική ανάδραση εισαγωγής" -#: ../gtk/gtksettings.c:921 +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "" "Αν θα ακούγονται ήχοι ως ανάδραση στην εισαγωγή δεδομένων από τον χρήστη" -#: ../gtk/gtksettings.c:942 +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "Ενεργοποίηση ήχων ενεργειών" -#: ../gtk/gtksettings.c:943 +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "Αν θα ακούγονται οι όχι ήχοι ενεργειών" -#: ../gtk/gtksettings.c:958 +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "Ενεργοποίηση αναδυόμενων συμβουλών" -#: ../gtk/gtksettings.c:959 +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "Αν θα εμφανίζονται ή όχι αναδυόμενες συμβουλές στα γραφικά συστατικά" -#: ../gtk/gtksizegroup.c:293 +#: gtk/gtksizegroup.c:293 msgid "Mode" msgstr "Λειτουργία" -#: ../gtk/gtksizegroup.c:294 +#: gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" @@ -5506,30 +5480,30 @@ msgstr "" "Οι κατευθύνσεις στις οποίες η ομάδα μεγέθους επηρεάζει τα απαιτούμενα μεγέθη " "από τα γραφικά συστατικά στοιχείου." -#: ../gtk/gtksizegroup.c:310 +#: gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "Αγνόηση κρυφών" -#: ../gtk/gtksizegroup.c:311 +#: gtk/gtksizegroup.c:311 msgid "" "If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "" "Αν TRUE, τα αγνοούνται τα κρυφά γραφικά συστατικά κατά τον υπολογισμό του " "μεγέθους της ομάδας" -#: ../gtk/gtkspinbutton.c:209 +#: gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "Η ρύθμιση που κρατάει την τιμή του spinbutton" -#: ../gtk/gtkspinbutton.c:216 +#: gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "Ρυθμός αναρρίχησης" -#: ../gtk/gtkspinbutton.c:236 +#: gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "Snap to Ticks" -#: ../gtk/gtkspinbutton.c:237 +#: gtk/gtkspinbutton.c:237 msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" @@ -5537,191 +5511,191 @@ msgstr "" "Αν οι εσφαλμένες τιμές θα αλλάζουν αυτόματα στην κοντινότερη βαθμίδα αύξησης " "του κουμπιού spin" -#: ../gtk/gtkspinbutton.c:244 +#: gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "Αριθμητικό" -#: ../gtk/gtkspinbutton.c:245 +#: gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "Αν θα πρέπει να αγνοούνται μη-αριθμητικοί χαρακτήρες" -#: ../gtk/gtkspinbutton.c:252 +#: gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "Αναδίπλωση" -#: ../gtk/gtkspinbutton.c:253 +#: gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "Αν ένα κουμπί spin θα πρέπει να αναδιπλώνεται όταν φθάνει στα όρια του" -#: ../gtk/gtkspinbutton.c:260 +#: gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "Πολιτική αναβάθμισης" -#: ../gtk/gtkspinbutton.c:261 +#: gtk/gtkspinbutton.c:261 msgid "" "Whether the spin button should update always, or only when the value is legal" msgstr "" "Αν το κουμπί spin θα ενημερώνει συνεχώς, ή μόνο όταν η τιμή θα είναι νόμιμη" -#: ../gtk/gtkspinbutton.c:270 +#: gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "Διαβάζει την τρέχουσα τιμή, ή θέτει μια νέα τιμή" -#: ../gtk/gtkspinbutton.c:279 +#: gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "Είδος γωνίας γύρω από το κουμπί spin" -#: ../gtk/gtkstatusbar.c:141 +#: gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "Έχει λαβή αλλαγής μεγέθους" -#: ../gtk/gtkstatusbar.c:142 +#: gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "" "Αν η γραμμή κατάστασης έχει λαβή για την αλλαγή μεγέθους στο επάνω επίπεδο" -#: ../gtk/gtkstatusbar.c:187 +#: gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "Στυλ γωνίας γύρω από το κείμενο της μπάρας κατάστασης" -#: ../gtk/gtkstatusicon.c:268 +#: gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "Το μέγεθος του εικονιδίου" -#: ../gtk/gtkstatusicon.c:278 +#: gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "Η οθόνη όπου και θα προβάλλεται αυτό το εικονίδιο κατάστασης" -#: ../gtk/gtkstatusicon.c:285 +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "Αναβοσβήσιμο" -#: ../gtk/gtkstatusicon.c:286 +#: gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "Αν θα αναβοσβήνει ή όχι το εικονίδιο κατάστασης" -#: ../gtk/gtkstatusicon.c:294 +#: gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "Αν το εικονίδιο κατάστασης θα είναι ορατό." -#: ../gtk/gtkstatusicon.c:310 +#: gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "Αν το εικονίδιο κατάστασης θα είναι ενσωματωμένο" -#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 +#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "Ο προσανατολισμός του συρταριού" -#: ../gtk/gtkstatusicon.c:353 ../gtk/gtkwidget.c:632 +#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "Έχει συμβουλή οθόνης" -#: ../gtk/gtkstatusicon.c:354 +#: gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" msgstr "Αν το εικονίδιο της περιοχής ειδοποιήσεων θα έχει συμβουλή οθόνης" -#: ../gtk/gtkstatusicon.c:375 ../gtk/gtkwidget.c:653 +#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 msgid "Tooltip Text" msgstr "Κείμενο συμβουλής οθόνης" -#: ../gtk/gtkstatusicon.c:376 ../gtk/gtkwidget.c:654 ../gtk/gtkwidget.c:675 +#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 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:674 msgid "Tooltip markup" msgstr "Markup συμβουλής" -#: ../gtk/gtkstatusicon.c:400 +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "" "Τα περιεχόμενα της συμβουλής οθόνης για αυτό το εικονίδιο της περιοχής " "ειδοποιήσεων" -#: ../gtk/gtktable.c:129 +#: gtk/gtktable.c:129 msgid "Rows" msgstr "Γραμμές" -#: ../gtk/gtktable.c:130 +#: gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "Ο αριθμός των κελιών στον πίνακα" -#: ../gtk/gtktable.c:138 +#: gtk/gtktable.c:138 msgid "Columns" msgstr "Στήλες" -#: ../gtk/gtktable.c:139 +#: gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "Ο αριθμός των στηλών στον πίνακα" -#: ../gtk/gtktable.c:147 +#: gtk/gtktable.c:147 msgid "Row spacing" msgstr "Διάκενο γραμμών" -#: ../gtk/gtktable.c:148 +#: gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "Το μέγεθος του διαστήματος μεταξύ δυο συνεχόμεμων γραμμών" -#: ../gtk/gtktable.c:156 +#: gtk/gtktable.c:156 msgid "Column spacing" msgstr "Διάκενο στηλών" -#: ../gtk/gtktable.c:157 +#: gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "Το μέγεθος του διαστήματος μεταξύ δυο συνεχόμεμων στηλών" -#: ../gtk/gtktable.c:166 +#: gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "" "Αν TRUE αυτό σημαίνει ότι όλα τα κελιά πίνακα είναι του ίδιου ύψους/πλάτους" -#: ../gtk/gtktable.c:173 +#: gtk/gtktable.c:173 msgid "Left attachment" msgstr "Αριστερό συνημμένο" -#: ../gtk/gtktable.c:180 +#: gtk/gtktable.c:180 msgid "Right attachment" msgstr "Δεξί συνημμένο" -#: ../gtk/gtktable.c:181 +#: gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "Ο αριθμός στήλης που επισυνάπτεται στη δεξιά πλευρά του θυγατρικού" -#: ../gtk/gtktable.c:187 +#: gtk/gtktable.c:187 msgid "Top attachment" msgstr "Πρός τα πάνω συνημμένο" -#: ../gtk/gtktable.c:188 +#: gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "" "Ο αριθμός γραμμής που επισυνάπτεται στο πάνω μέρος ενός θυγατρικού γραφικού " "συστατικού" -#: ../gtk/gtktable.c:194 +#: gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "Πρός τα κάτω συνημμένο" -#: ../gtk/gtktable.c:201 +#: gtk/gtktable.c:201 msgid "Horizontal options" msgstr "Οριζόντιες επιλογές" -#: ../gtk/gtktable.c:202 +#: gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "Επιλογές που καθορίζουν την οριζόντια συμπεριφορά του θυγατρικού" -#: ../gtk/gtktable.c:208 +#: gtk/gtktable.c:208 msgid "Vertical options" msgstr "Κάθετες επιλογές" -#: ../gtk/gtktable.c:209 +#: gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "Επιλογές που καθορίζουν την κάθετη συμπεριφορά του θυγατρικού" -#: ../gtk/gtktable.c:215 +#: gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "Οριζόντιο γέμισμα" -#: ../gtk/gtktable.c:216 +#: gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" @@ -5729,11 +5703,11 @@ msgstr "" "Το έξτρα διάστημα για προσθήκη ανάμεσα στο θυγατρικό και στα αριστερά και " "τα δεξιά του, σε εικονοστοιχεία" -#: ../gtk/gtktable.c:222 +#: gtk/gtktable.c:222 msgid "Vertical padding" msgstr "Κάθετο γέμισμα" -#: ../gtk/gtktable.c:223 +#: gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" @@ -5741,76 +5715,76 @@ msgstr "" "Το έξτρα διάστημα για προσθήκη ανάμεσα στο θυγατρικό και πρός τα πάνω και " "κάτω του, σε εικονοστοιχεία" -#: ../gtk/gtktext.c:546 +#: gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "Οριζόντια ρύθμιση για το γραφικό συστατικό κειμένου" -#: ../gtk/gtktext.c:554 +#: gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "Κάθετη ρύθμιση για το γραφικό συστατικό κειμένου" -#: ../gtk/gtktext.c:561 +#: gtk/gtktext.c:561 msgid "Line Wrap" msgstr "Αναδίπλωση Γραμμής" -#: ../gtk/gtktext.c:562 +#: gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "Αν θα αναδιπλώνονται οι γραμμές στια άκρες του γραφικού συστατικού" -#: ../gtk/gtktext.c:569 +#: gtk/gtktext.c:569 msgid "Word Wrap" msgstr "Αναδίπλωση Λέξης" -#: ../gtk/gtktext.c:570 +#: gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "Αν θα αναδιπλώνονται οι λέξεις στια άκρες του γραφικού συστατικού" -#: ../gtk/gtktextbuffer.c:180 +#: gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "Πίνακας Tag" -#: ../gtk/gtktextbuffer.c:181 +#: gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "Πίνακας Κειμένου Tag" -#: ../gtk/gtktextbuffer.c:199 +#: gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "Τρέχον κείμενο του buffer" -#: ../gtk/gtktextbuffer.c:213 +#: gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "Έχει επιλογή" -#: ../gtk/gtktextbuffer.c:214 +#: gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "Αν η ενδιάμεση μνήμη διαθέτει επιλεγμένο κείμενο αυτή τη στιγμή" -#: ../gtk/gtktextbuffer.c:230 +#: gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "Θέση δρομέα" -#: ../gtk/gtktextbuffer.c:231 +#: gtk/gtktextbuffer.c:231 msgid "" "The position of the insert mark (as offset from the beginning of the buffer)" msgstr "" "Η θέση του δείκτη εισαγωγής (σε σχέση με την αρχή της ενδιάμεσης μνήμης)" -#: ../gtk/gtktextbuffer.c:246 +#: gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "Αντιγραφή λίστας προορισμού" -#: ../gtk/gtktextbuffer.c:247 +#: gtk/gtktextbuffer.c:247 msgid "" "The list of targets this buffer supports for clipboard copying and DND source" msgstr "" "Η λίστα προορισμών που υποστηρίζει αυτή η ενδιάμεση μνήμη για την αντιγραφή " "στο πρόχειρο και για πηγές λήψεων" -#: ../gtk/gtktextbuffer.c:262 +#: gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "Επικόλληση λίστας στόχου" -#: ../gtk/gtktextbuffer.c:263 +#: gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" @@ -5818,37 +5792,37 @@ msgstr "" "Η λίστα προορισμών που υποστηρίζει αυτή η ενδιάμεση μνήμη για την επικόλληση " "από το πρόχειρο και για προορισμούς λήψεων" -#: ../gtk/gtktextmark.c:90 +#: gtk/gtktextmark.c:90 msgid "Mark name" msgstr "Όνομα δείκτη" -#: ../gtk/gtktextmark.c:97 +#: gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "Αριστερή κλίση" -#: ../gtk/gtktextmark.c:98 +#: gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "Αν ο δείκτης θα κλίνει προς τα αριστερά" -#: ../gtk/gtktexttag.c:173 +#: gtk/gtktexttag.c:173 msgid "Tag name" msgstr "Όνομα ετικέτας" -#: ../gtk/gtktexttag.c:174 +#: gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "" "Όνομα που χρησιμοποιείται για την αναφορά στην αναγνωριστική ετικέτα " "κειμένου, NULL για ανώνυμες tags" -#: ../gtk/gtktexttag.c:192 +#: gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "Χρώμα παρασκηνίου ως (πιθανόν αδιάθετο) GdkColor" -#: ../gtk/gtktexttag.c:199 +#: gtk/gtktexttag.c:199 msgid "Background full height" msgstr "Μέγιστο ύψος παρασκηνίου" -#: ../gtk/gtktexttag.c:200 +#: gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" @@ -5856,43 +5830,43 @@ msgstr "" "Αν το χρώμα παρασκηνίου θα γεμίσει όλο το ύψος της γραμμής, ή μόνο τους " "χαρακτήρες με αναγνωριστική ετικέτα" -#: ../gtk/gtktexttag.c:208 +#: gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "Διάστικτη (με κουκίδες) μάσκα παρασκηνίου" -#: ../gtk/gtktexttag.c:209 +#: gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "Bitmap για χρήση ως μάσκα κατα τη δημιουργία παρασκηνίου κειμένου" -#: ../gtk/gtktexttag.c:226 +#: gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "Χρώμα προσκηνίου ως GdkColor" -#: ../gtk/gtktexttag.c:234 +#: gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "Διάστικτη (με κουκίδες) μάσκα για το προσκήνιο" -#: ../gtk/gtktexttag.c:235 +#: gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "Bitmap για χρήση ως μάσκα κατά τη δημιουργία προσκηνίου κειμένου" -#: ../gtk/gtktexttag.c:242 +#: gtk/gtktexttag.c:242 msgid "Text direction" msgstr "Κατεύθυνση κειμένου" -#: ../gtk/gtktexttag.c:243 +#: gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "Κατεύθυνση κειμένου π.χ αριστερά-προς-δεξιά ή δεξιά-προς-αριστερά" -#: ../gtk/gtktexttag.c:292 +#: gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "Τύπος γραμματοσειράς ως PangoStyle, π.χ. PANGO_STYLE_ITALIC" -#: ../gtk/gtktexttag.c:301 +#: gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" msgstr "Ποικιλία γραμματοσειράς ως PangoVariant, π.χ. PANGO_VARIANT_SMALL_CAPS" -#: ../gtk/gtktexttag.c:310 +#: gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" @@ -5900,15 +5874,15 @@ msgstr "" "Βάρος γραμματοσειράς ως ακέραιος, βλ. προκαθορισμένες τιμές στο PangoWeight; " "για παράδειγμα, PANGO_WEIGHT_BOLD " -#: ../gtk/gtktexttag.c:321 +#: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "Τέντωμα γραμματοσειράς όπως PangoStretch, π.χ. PANGO_STRETCH_CONDENSED" -#: ../gtk/gtktexttag.c:330 +#: gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "Μέγεθος γραμματοσειράς σε Pango units" -#: ../gtk/gtktexttag.c:340 +#: gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " @@ -5918,11 +5892,11 @@ msgstr "" "μέγεθος γραμματοσειράς. Αυτό προσαρμόζεται σε αλλαγές θεμάτων κτλ. και έτσι " "συνιστάται. Το Pango προκαθορίζει κάποιες κλίμακες όπως PANGO_SCALE_X_LARGE" -#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 +#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "Αριστερή, δεξιά ή στοίχιση στο κέντρο" -#: ../gtk/gtktexttag.c:379 +#: gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." @@ -5931,31 +5905,31 @@ msgstr "" "χρησιμοποιήσει αυτό ως συμβουλή όταν θα εμφανίζει το κείμενο. Αν δεν οριστεί " "θα χρησιμοποιηθεί η κατάλληλη προεπιλογή." -#: ../gtk/gtktexttag.c:386 +#: gtk/gtktexttag.c:386 msgid "Left margin" msgstr "Αριστερό περιθώριο" -#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 +#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "Πλάτος του αριστερού περιθωρίου σε εικονοστοιχεία" -#: ../gtk/gtktexttag.c:396 +#: gtk/gtktexttag.c:396 msgid "Right margin" msgstr "Δεξιό περιθώριο" -#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 +#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "Πλάτος του δεξιού περιθωρίου σε εικονοστοιχεία" -#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 +#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 msgid "Indent" msgstr "Εσοχή" -#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 +#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "Μέγεθος εσοχής παραγράφου σε εικονοστοιχεία" -#: ../gtk/gtktexttag.c:419 +#: gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" @@ -5963,396 +5937,396 @@ msgstr "" "Διάταξη του κειμένου πάνω από τη γραμμή βάσης (κάτω από τη γραμμή βάσης αν η " "άνοδος είναι αρνητική) σε μονάδες Pango" -#: ../gtk/gtktexttag.c:428 +#: gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "Εικονοστοιχεία πάνω από γραμμές" -#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 +#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "Εικονοστοιχεία κενού διαστήματος πάνω από παραγράφους" -#: ../gtk/gtktexttag.c:438 +#: gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "Εικονοστοιχεία κάτω από γραμμές" -#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 +#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "Εικονοστοιχεία κενού διαστήματος κάτω από παραγράφους" -#: ../gtk/gtktexttag.c:448 +#: gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "Εικονοστοιχεία μέσα στην αναδίπλωση" -#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 +#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "" "Εικονοστοιχεία κενού διαστήματος μεταξύ αναδιπλούμενων γραμμών σε παράγραφο" -#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 +#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 msgid "" "Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "" "Αν θα αναδιπλώνονται οι γραμμές, καθόλου, στα όρια λέξεως ή στα όρια " "χαρακτήρων" -#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 +#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 msgid "Tabs" msgstr "Στηλοθέτες" -#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 +#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "Προσαρμοσμένοι στηλοθέτες για αυτό το κείμενο" -#: ../gtk/gtktexttag.c:504 +#: gtk/gtktexttag.c:504 msgid "Invisible" msgstr "Αόρατο" -#: ../gtk/gtktexttag.c:505 +#: gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "Αν αυτό το κείμενο αποκρύπτεται." -#: ../gtk/gtktexttag.c:519 +#: gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "Όνομα χρώματος παρασκηνίου παραγράφου" -#: ../gtk/gtktexttag.c:520 +#: gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "Χρώμα παρασκηνίου παραγράφου ως αλφαριθμητικό" -#: ../gtk/gtktexttag.c:535 +#: gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "Χρώμα παρασκηνίου παραγράφου" -#: ../gtk/gtktexttag.c:536 +#: gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "Χρώμα παρασκηνίου παραγράφου ως (πιθανόν αδιάθετο) GdkColor" -#: ../gtk/gtktexttag.c:554 +#: gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "Συσσώρευση περιθωρίων" -#: ../gtk/gtktexttag.c:555 +#: gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "Αν θα υπάρχει συσσώρευση των αριστερών και δεξιών περιθωρίων." -#: ../gtk/gtktexttag.c:568 +#: gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "Ορισμός μέγιστου ύψους παρασκηνίου" -#: ../gtk/gtktexttag.c:569 +#: gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "Αν η αναγνωριστική ετικέτα θα επηρεάζει το ύψος του παρασκηνίου" -#: ../gtk/gtktexttag.c:572 +#: gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "Ορισμός διάστικτου παρασκηνίου" -#: ../gtk/gtktexttag.c:573 +#: gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "Αν η αναγνωριστική ετικέτα θα επηρεάζει το διάστικτο του παρασκηνίου" -#: ../gtk/gtktexttag.c:580 +#: gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "Ορισμός διάστικτου προσκηνίου" -#: ../gtk/gtktexttag.c:581 +#: gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "Αν η αναγνωριστική ετικέτα θα επηρεάζει το διάστικτο του προσκηνίου" -#: ../gtk/gtktexttag.c:616 +#: gtk/gtktexttag.c:616 msgid "Justification set" msgstr "Ορισμός στοίχισης" -#: ../gtk/gtktexttag.c:617 +#: gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "" "Αν αυτή η αναγνωριστική ετικέτα θα επηρεάζει τη στοίχιση των παραγράφων" -#: ../gtk/gtktexttag.c:624 +#: gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "Ορισμός αριστερού περιθωρίου" -#: ../gtk/gtktexttag.c:625 +#: gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "Αν η αναγνωριστική ετικέτα θα επηρεάζει το αριστερό περιθώριο" -#: ../gtk/gtktexttag.c:628 +#: gtk/gtktexttag.c:628 msgid "Indent set" msgstr "Ορισμός εσοχής" -#: ../gtk/gtktexttag.c:629 +#: gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "Αν η αναγνωριστική ετικέτα θα επηρεάζει τις εσοχές" -#: ../gtk/gtktexttag.c:636 +#: gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "Ορισμός εικονοστοιχείων πάνω γραμμές" -#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 +#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "" "Αν η αναγνωριστική ετικέτα θα επηρεάζει τον αριθμό των εικονοστοιχείων πάνω " "από γραμμές" -#: ../gtk/gtktexttag.c:640 +#: gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "Ορισμός εικονοστοιχείων κάτω από γραμμές" -#: ../gtk/gtktexttag.c:644 +#: gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "Ορισμός εικονοστοιχείων μέσα στην αναδίπλωση" -#: ../gtk/gtktexttag.c:645 +#: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "" "Αν η αναγνωριστική ετικέτα θα επηρεάζει τον αριθμό των εικονοστοιχείων " "μεταξύ αναδιπλούμενων γραμμών" -#: ../gtk/gtktexttag.c:652 +#: gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "Ορισμός δεξιού περιθωρίου" -#: ../gtk/gtktexttag.c:653 +#: gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "Αν η αναγνωριστική ετικέτα θα επηρεάζει το δεξιό περιθώριο" -#: ../gtk/gtktexttag.c:660 +#: gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "Ορισμός κατάστασης αναδίπλωσης" -#: ../gtk/gtktexttag.c:661 +#: gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "Αν η αναγνωριστική ετικέτα θα επηρεάζει την αναδίπλωση γραμμών" -#: ../gtk/gtktexttag.c:664 +#: gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "Ορισμός στηλοθετών" -#: ../gtk/gtktexttag.c:665 +#: gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "Αν η αναγνωριστική ετικέτα θα επηρεάζει τους στηλοθέτες" -#: ../gtk/gtktexttag.c:668 +#: gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "Ορισμός αόρατου" -#: ../gtk/gtktexttag.c:669 +#: gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "Αν η αναγνωριστική ετικέτα θα επηρεάζει την ορατότητα του κειμένου" -#: ../gtk/gtktexttag.c:672 +#: gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "Ορισμός παρασκηνίου παραγράφου" -#: ../gtk/gtktexttag.c:673 +#: gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "" "Αν αυτή αναγνωριστική ετικέτα επηρεάζει το χρώμα παρασκηνίου παραγράφου" -#: ../gtk/gtktextview.c:543 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "Εικονοστοιχεία πάνω από γραμμές" -#: ../gtk/gtktextview.c:553 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "Εικονοστοιχεία κάτω από γραμμές" -#: ../gtk/gtktextview.c:563 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "Εικονοστοιχεία μέσα σε αναδίπλωση" -#: ../gtk/gtktextview.c:581 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "Κατάσταση αναδίπλωσης" -#: ../gtk/gtktextview.c:599 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "Αριστερό περιθώριο" -#: ../gtk/gtktextview.c:609 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "Δεξιό περιθώριο" -#: ../gtk/gtktextview.c:637 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "Ορατός δρομέας" -#: ../gtk/gtktextview.c:638 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "Αν θα είναι φανερή η εισαγωγή του δρομέα" -#: ../gtk/gtktextview.c:645 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "Buffer" -#: ../gtk/gtktextview.c:646 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "Το buffer που εμφανίζεται" -#: ../gtk/gtktextview.c:654 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "Αν το εισαγόμενο κείμενο επικαλύπτει τα υπάρχοντα περιεχομένα" -#: ../gtk/gtktextview.c:661 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "Δέχεται tab" -#: ../gtk/gtktextview.c:662 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "Αν το Tab θα έχει σαν αποτέλεσμα την εισαγωγή ενός χαρακτήρα tab" -#: ../gtk/gtktextview.c:691 +#: gtk/gtktextview.c:691 msgid "Error underline color" msgstr "Χρώμα υπογράμμισης σφάλματος" -#: ../gtk/gtktextview.c:692 +#: gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "Χρώμα με το οποίο ζωγραφίζονται οι υπογραμμίσεις επισήμανσης σφάλματος" -#: ../gtk/gtktoggleaction.c:104 +#: gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "Δημιουργία των ίδιων διαμεσολαβητών ως radio button" -#: ../gtk/gtktoggleaction.c:105 +#: gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "" "Αν οι διαμεσολαβητές για αυτή την ενέργεια θα φαίνονται σαν διαμεσολαβητές " "ενέργειας radio " -#: ../gtk/gtktoggleaction.c:120 +#: gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "Αν η ενέργεια εναλλαγής θα είναι ενεργή ή όχι" -#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 +#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "Αν το κουμπί εναλλαγής θα πρέπει να πατιέται ή όχι" -#: ../gtk/gtktogglebutton.c:124 +#: gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "Αν το κουμπί εναλλαγής θα πρέπει να είναι σε \"in between\" κατάσταση" -#: ../gtk/gtktogglebutton.c:131 +#: gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "Σήμανση σχεδίασης" -#: ../gtk/gtktogglebutton.c:132 +#: gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "Αν το μέρος εναλλαγής του κουμπιού θα εμφανίζεται" -#: ../gtk/gtktoolbar.c:494 +#: gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "Στυλ εργαλειοθήκης" -#: ../gtk/gtktoolbar.c:495 +#: gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "Τρόπος σχεδίασης εργαλειοθήκης" -#: ../gtk/gtktoolbar.c:502 +#: gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "Προβολή βέλους" -#: ../gtk/gtktoolbar.c:503 +#: gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "" "Αν ένα βέλος θα πρέπει να φαίνεται όταν η γραμμή εργαλείων δε ταιριάζει" -#: ../gtk/gtktoolbar.c:518 +#: gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "Συμβουλές οθόνης" -#: ../gtk/gtktoolbar.c:519 +#: gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "Αν οι συμβουλές οθόνης θα είναι ενεργές ή όχι" -#: ../gtk/gtktoolbar.c:541 +#: gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "Μέγεθος εικονιδίων σε αυτή την εργαλειοθήκη" -#: ../gtk/gtktoolbar.c:556 +#: gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "Ορισμός μεγέθους εικονιδίου" -#: ../gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "Αν θα έχει οριστεί η ιδιότητα icon-size" -#: ../gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "" "Αν το θυγατρικό θα λαμβάνει παραπάνω διάστημα όταν μεγαλώνει η εργαλειοθήκη" -#: ../gtk/gtktoolbar.c:574 +#: gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "" "Αν όλα το αντικείμενο θα είναι στο ίδιο μέγεθος με τα άλλα ομογενή " "αντικείμενα" -#: ../gtk/gtktoolbar.c:581 +#: gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "Μέγεθος διαστήματος" -#: ../gtk/gtktoolbar.c:582 +#: gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "Μέγεθος διαστημάτων" -#: ../gtk/gtktoolbar.c:591 +#: gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "" "Μέγεθος διαστήματος περιγράμματος μεταξύ της σκίασης της εργαλειοθήκης και " "τα κουμπιά" -#: ../gtk/gtktoolbar.c:599 +#: gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "Μέγιστη ανάπτυξη θυγατρικού" -#: ../gtk/gtktoolbar.c:600 +#: gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "Μέγιστος χώρος που μπορεί να αποδοθεί σε ένα αναπτυσσόμενο αντικείμενο" -#: ../gtk/gtktoolbar.c:608 +#: gtk/gtktoolbar.c:608 msgid "Space style" msgstr "Στυλ διαστήματος" -#: ../gtk/gtktoolbar.c:609 +#: gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "Αν τα διαστήματα θα είναι κάθετες γραμμές ή απλώς κενά" -#: ../gtk/gtktoolbar.c:616 +#: gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "Ανάγλυφο κουμπιού" -#: ../gtk/gtktoolbar.c:617 +#: gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "Είδος γωνίας γύρω από τα κουμπιά της εργαλειοθήκης" -#: ../gtk/gtktoolbar.c:624 +#: gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "Στυλ γωνίας γύρω από την εργαλειοθήκη" -#: ../gtk/gtktoolbar.c:630 +#: gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "Στυλ εργαλειοθήκης" -#: ../gtk/gtktoolbar.c:631 +#: gtk/gtktoolbar.c:631 msgid "" "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" "Αν οι προεπιλεγμένες εργαλειοθήκες θα έχουν μόνο κείμενο, κείμενο και " "εικόνες, μόνο εικόνες κτλ" -#: ../gtk/gtktoolbar.c:637 +#: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "Μέγεθος εικονιδίου εργαλειοθήκης" -#: ../gtk/gtktoolbar.c:638 +#: gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "Μέγεθος εικονιδίων προεπιλεγμένης εργαλειοθήκης" -#: ../gtk/gtktoolbutton.c:203 +#: gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "Το κείμενο που θα εμφανίζεται στο αντικείμενο." -#: ../gtk/gtktoolbutton.c:210 +#: gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" @@ -6360,43 +6334,43 @@ msgstr "" "Αν ορισθεί, μια υπογράμμιση στο κείμενο θα επισημαίνει τον επόμενο χαρακτήρα " "που πρέπει να χρησιμοποιηθεί για το μνημονικό κλειδί συντόμευσης" -#: ../gtk/gtktoolbutton.c:217 +#: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "Γραφικό συστατικό που θα χρησιμοποιηθεί ως ετικέτα αντικειμένου" -#: ../gtk/gtktoolbutton.c:223 +#: gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "ID αποθέματος" -#: ../gtk/gtktoolbutton.c:224 +#: gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "Το εικονίδιο αποθέματος που θα προβάλλεται στο αντικείμενο" -#: ../gtk/gtktoolbutton.c:240 +#: gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "'Όνομα εικονιδίου" -#: ../gtk/gtktoolbutton.c:241 +#: gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "Το όνομα του ειοκονιδίου με θέμα που θα εμφανίζεται στο αντικείμενο" -#: ../gtk/gtktoolbutton.c:247 +#: gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "Γραφικό συστατικό εικονιδίου" -#: ../gtk/gtktoolbutton.c:248 +#: gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "Γραφικό συστατικό εικονιδίου για προβολή στο εικονίδιο" -#: ../gtk/gtktoolbutton.c:261 +#: gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "Διάκενο εικονιδίων" -#: ../gtk/gtktoolbutton.c:262 +#: gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "Διάκενο σε εικονοστοιχεία μεταξύ εικονιδίου και ετικέτας" -#: ../gtk/gtktoolitem.c:191 +#: gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" @@ -6404,367 +6378,367 @@ msgstr "" "Αν το αντικείμενο εργαλειοθήκης θα θεωρείται σημαντικό. Οταν TRUE, τα " "κουμπιά εργαλειοθήκης εμφανίζουν κείμενο σε λειτουργία GTK_TOOLBAR_BOTH_HORIZ" -#: ../gtk/gtktreemodelsort.c:274 +#: gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "Μοντέλο δενδροειδούς ταξινόμησης" -#: ../gtk/gtktreemodelsort.c:275 +#: gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "Το μοντέλο για δενδροειδή ταξινόμηση" -#: ../gtk/gtktreeview.c:570 +#: gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "Μοντέλο Δενδροειδούς Προβολής" -#: ../gtk/gtktreeview.c:571 +#: gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "Το μοντέλο για δενδροειδή προβολή" -#: ../gtk/gtktreeview.c:579 +#: gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "Οριζόντια στοίχιση για το γραφικό συστατικό" -#: ../gtk/gtktreeview.c:587 +#: gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "Κάθετη στοίχιση για το γραφικό συστατικό" -#: ../gtk/gtktreeview.c:594 +#: gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "Ορατές Κεφαλίδες" -#: ../gtk/gtktreeview.c:595 +#: gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "Προβολή των κουμπιών της κεφαλίδας στήλης" -#: ../gtk/gtktreeview.c:602 +#: gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "Δυνατότητα Κλικ στις Κεφαλίδες" -#: ../gtk/gtktreeview.c:603 +#: gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "Οι κεφαλίδες στηλών να ανταποκρίνονται σε γεγονότα κλικ" -#: ../gtk/gtktreeview.c:610 +#: gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "Διαστελλόμενη στήλη" -#: ../gtk/gtktreeview.c:611 +#: gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "Ορισμός στήλης για τη διαστελλόμενη στήλη" -#: ../gtk/gtktreeview.c:626 +#: gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "Συμβουλή κανόνων" -#: ../gtk/gtktreeview.c:627 +#: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "" "Ορισμός συμβουλής στη μηχανή θεμάτων για το σχεδιασμό γραμμών σε εναλλακτικά " "χρώματα." -#: ../gtk/gtktreeview.c:634 +#: gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "Ενεργοποίηση Αναζήτησης" -#: ../gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "Η προβολή επιτρέπει τη διαδραστική αναζήτηση μέσω στηλών" -#: ../gtk/gtktreeview.c:642 +#: gtk/gtktreeview.c:642 msgid "Search Column" msgstr "Στήλη Αναζήτησης" -#: ../gtk/gtktreeview.c:643 +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "" "Στήλη του μοντέλου στην οποία θα γίνει αναζήτηση κατά τη διαδραστική " "αναζήτηση" -#: ../gtk/gtktreeview.c:663 +#: gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "Λειτουργία σταθερού ύψους" -#: ../gtk/gtktreeview.c:664 +#: gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "" "Συντομεύει το GtkTreeView με το να θεωρεί ότι όλες οι γραμμές έχουν το ίδιο " "ύψος" -#: ../gtk/gtktreeview.c:684 +#: gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "Επιλογή Hover" -#: ../gtk/gtktreeview.c:685 +#: gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "Αν η επιλογή θα ακολουθεί το δρομέα" -#: ../gtk/gtktreeview.c:704 +#: gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "Ανάπτυξη Hover" -#: ../gtk/gtktreeview.c:705 +#: gtk/gtktreeview.c:705 msgid "" "Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "" "Αν το οι γραμμές θα αναπτύσσονται/συμπτήσσονταο όταν περνά από πάνω τους ο " "δείκτης" -#: ../gtk/gtktreeview.c:719 +#: gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "Προβολή expanders" -#: ../gtk/gtktreeview.c:720 +#: gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "Η προβολή διαθέτει expanders" -#: ../gtk/gtktreeview.c:734 +#: gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "Επίπεδα εσοχών" -#: ../gtk/gtktreeview.c:735 +#: gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "Επιπλέον εσοχή σε κάθε επίπεδο" -#: ../gtk/gtktreeview.c:744 +#: gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "Ομαδοποίηση" -#: ../gtk/gtktreeview.c:745 +#: gtk/gtktreeview.c:745 msgid "" "Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "" "Αν θα επιτρέπεται η επιλογή πολλαπλών αντικειμένων με το σύρσιμο του " "ποντικιού" -#: ../gtk/gtktreeview.c:752 +#: gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "Ενεργοποίηση γραμμών πλέγματος" -#: ../gtk/gtktreeview.c:753 +#: gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "Αν θα εμφανίζονται οι γραμμές πλέγματος στην προβολή δέντρου" -#: ../gtk/gtktreeview.c:761 +#: gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "Ενεργοποίηση γραμμών δένδρου" -#: ../gtk/gtktreeview.c:762 +#: gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "Αν θα εμφανίζονται οι γραμμές δέντρου στην προβολή δέντρου" -#: ../gtk/gtktreeview.c:770 +#: gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "" "Η στήλη στο μοντέλο που περιέχει τα κείμενα των αναδυόμενων συμβουλών για " "τις γραμμές" -#: ../gtk/gtktreeview.c:792 +#: gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "Πλάτος Κάθετου Διαχωριστικού" -#: ../gtk/gtktreeview.c:793 +#: gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "Κάθετο διάστημα μεταξύ κελιών. Πρέπει να είναι ζυγός αριθμός" -#: ../gtk/gtktreeview.c:801 +#: gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "Πλάτος Οριζόντιου Διαχωριστικού" -#: ../gtk/gtktreeview.c:802 +#: gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "Οριζόντιο διάστημα μεταξύ κελιών. Πρέπει να είναι ζυγός αριθμός" -#: ../gtk/gtktreeview.c:810 +#: gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "Να Επιτρέπονται Κανόνες" -#: ../gtk/gtktreeview.c:811 +#: gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "Να επιτρέπεται ο σχεδιασμός γραμμών με εναλλαγές γραμμές χρωμάτων" -#: ../gtk/gtktreeview.c:817 +#: gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "Εσοχή Διαστελλόμενων Στοιχείων" -#: ../gtk/gtktreeview.c:818 +#: gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "Να οριοθετείται η εσοχή των διαστελλόμενων στοιχείων" -#: ../gtk/gtktreeview.c:824 +#: gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "Χρώμα Ζυγής Γραμμής" -#: ../gtk/gtktreeview.c:825 +#: gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "Χρώμα που θα χρησιμοποιείται για τις ζυγές γραμμές" -#: ../gtk/gtktreeview.c:831 +#: gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "Χρώμα Μονής Γραμμής" -#: ../gtk/gtktreeview.c:832 +#: gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "Χρώμα που θα χρησιμοποιείται για τις μονές γραμμές" -#: ../gtk/gtktreeview.c:838 +#: gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "Λεπτομέρειες τέλους γραμμής" -#: ../gtk/gtktreeview.c:839 +#: gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "" "Ενεργοποίηση της επέκτασης της χρήσης θεμάτων για το παρασκήνιο των γραμμών" -#: ../gtk/gtktreeview.c:845 +#: gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "Πλάτος γραμμής πλέγματος" -#: ../gtk/gtktreeview.c:846 +#: gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "Πλάτος, σε εικονοστοιχεία, των γραμμών πλέγματος στην προβολή δέντρου" -#: ../gtk/gtktreeview.c:852 +#: gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "Πλάτος γραμμής δένδρου" -#: ../gtk/gtktreeview.c:853 +#: gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "Πλάτος, σε εικονοστοιχεία των γραμμών προβολής δένδρου" -#: ../gtk/gtktreeview.c:859 +#: gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "Μοτίβο γραμμής πλέγματος" -#: ../gtk/gtktreeview.c:860 +#: gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "" "Διακεκομμένο μοτίβο που θα χρησιμοποιείται για τη σχεδίαση των γραμμών " "πλέγματος στην προβολή δέντρου" -#: ../gtk/gtktreeview.c:866 +#: gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "Μοτίβο γραμμής δένδρου" -#: ../gtk/gtktreeview.c:867 +#: gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "" "Διακεκομμένο μοτίβο που θα χρησιμοποιείται για τη σχεδίαση των γραμμών " "προβολής δέντρου" -#: ../gtk/gtktreeviewcolumn.c:192 +#: gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "Αν θα εμφανίζεται η στήλη" -#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Δυνατότητα αλλαγής μεγέθους" -#: ../gtk/gtktreeviewcolumn.c:200 +#: gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "Η στήλη έχει δυνατότητα αλλαγής μεγέθους από το χρήστη" -#: ../gtk/gtktreeviewcolumn.c:208 +#: gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "Τρέχον πλάτος της στήλης" -#: ../gtk/gtktreeviewcolumn.c:217 +#: gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "Το διάστημα που εισάγεται ανάμεσα στα κελιά" -#: ../gtk/gtktreeviewcolumn.c:225 +#: gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "Προσαρμογή μεγέθους" -#: ../gtk/gtktreeviewcolumn.c:226 +#: gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "Κατάσταση αλλαγής μεγέθους της στήλης" -#: ../gtk/gtktreeviewcolumn.c:234 +#: gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "Προκαθορισμένο πλάτος" -#: ../gtk/gtktreeviewcolumn.c:235 +#: gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "Τρέχον προκαθορισμένο πλάτος της στήλης" -#: ../gtk/gtktreeviewcolumn.c:244 +#: gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "Ελάχιστο Πλάτος" -#: ../gtk/gtktreeviewcolumn.c:245 +#: gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "Ελάχιστο επιτρεπτό πλάτος για τη στήλη" -#: ../gtk/gtktreeviewcolumn.c:254 +#: gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "Μέγιστο Πλάτος" -#: ../gtk/gtktreeviewcolumn.c:255 +#: gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "Μέγιστο επιτρεπτό πλάτος για τη στήλη" -#: ../gtk/gtktreeviewcolumn.c:265 +#: gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "Τίτλος που θα εμφανίζεται την κεφαλίδα στήλης" -#: ../gtk/gtktreeviewcolumn.c:273 +#: gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "Η στήλη πάιρνει μερίδιο από το έξτρα πλάτος του γραφικού συστατικού" -#: ../gtk/gtktreeviewcolumn.c:280 +#: gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "Δυνατότητα πατήματος" -#: ../gtk/gtktreeviewcolumn.c:281 +#: gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "Αν η κεφαλίδα μπορεί να πατηθεί με το ποντίκι" -#: ../gtk/gtktreeviewcolumn.c:289 +#: gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "Γραφικό συστατικό" -#: ../gtk/gtktreeviewcolumn.c:290 +#: gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "" "Γραφικό συστατικό για τοποθέτηση στην κεφαλίδα στήλης αντί για τίτλο στήλης" -#: ../gtk/gtktreeviewcolumn.c:298 +#: gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "Στοίχιση X της κεφαλίδας στήλης ή του γραφικού συστατικού" -#: ../gtk/gtktreeviewcolumn.c:308 +#: gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "Αν η στήλη μπορεί να ανακαταταχθεί γύρω από τις κεφαλίδες" -#: ../gtk/gtktreeviewcolumn.c:315 +#: gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "Επισήμανση ταξινόμησης" -#: ../gtk/gtktreeviewcolumn.c:316 +#: gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "Αν θα εμφανίζεται επισήμανση ταξινόμησης" -#: ../gtk/gtktreeviewcolumn.c:323 +#: gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "Σειρά ταξινόμησης" -#: ../gtk/gtktreeviewcolumn.c:324 +#: gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "Κατεύθυνση ταξινόμησης που δείχνει η επισήμανση ταξινόμησης" -#: ../gtk/gtkuimanager.c:223 +#: gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "Αν τα αντικείμενα στα αποσπώμενα μενού θα προστίθονται στα μενού" -#: ../gtk/gtkuimanager.c:230 +#: gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "Ορισμός συγχωνευμένου UI" -#: ../gtk/gtkuimanager.c:231 +#: gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "Ένα αλφαριθμητικό XML που περιγράφει το συγχωνευμένο UI" -#: ../gtk/gtkviewport.c:107 +#: gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" @@ -6772,7 +6746,7 @@ msgstr "" "Η GtkAdjustment που καθορίζει τις τιμές της οριζόντιας θέσης για αυτό το " "viewport." -#: ../gtk/gtkviewport.c:115 +#: gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" @@ -6780,35 +6754,35 @@ msgstr "" "Η GtkAdjustment που καθορίζει τις τιμές της κάθετης θέσης για αυτό το " "viewport." -#: ../gtk/gtkviewport.c:123 +#: gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" msgstr "" "Καθορίζει τον τρόπο με τον οποίο σχεδιάζεται το σκιασμένο κουτί γύρω από το " "viewport " -#: ../gtk/gtkwidget.c:483 +#: gtk/gtkwidget.c:483 msgid "Widget name" msgstr "Όνομα γραφικού συστατικού" -#: ../gtk/gtkwidget.c:484 +#: gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "Το όνομα του γραφικού συστατικού" -#: ../gtk/gtkwidget.c:490 +#: gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "Μητρικό γραφικό συστατικό" -#: ../gtk/gtkwidget.c:491 +#: gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" msgstr "" "Το μητρικό γραφικό συστατικό του γραφικού συστατικού. Πρέπει να είναι " "Container widget." -#: ../gtk/gtkwidget.c:498 +#: gtk/gtkwidget.c:498 msgid "Width request" msgstr "Αίτηση πλάτους" -#: ../gtk/gtkwidget.c:499 +#: gtk/gtkwidget.c:499 msgid "" "Override for width request of the widget, or -1 if natural request should be " "used" @@ -6816,11 +6790,11 @@ msgstr "" "Παράκαμψη για αίτηση πλάτους του γραφικού συστατικού, ή -1 αν θα πρέπει να " "χρησιμοποιηθεί κανονική αίτηση" -#: ../gtk/gtkwidget.c:507 +#: gtk/gtkwidget.c:507 msgid "Height request" msgstr "Αίτηση ύψους" -#: ../gtk/gtkwidget.c:508 +#: gtk/gtkwidget.c:508 msgid "" "Override for height request of the widget, or -1 if natural request should " "be used" @@ -6828,88 +6802,88 @@ msgstr "" "Παράκαμψη για αίτηση ύψους του γραφικού συστατικού, ή -1 αν θα πρέπει να " "χρησιμοποιηθεί κανονική αίτηση" -#: ../gtk/gtkwidget.c:517 +#: gtk/gtkwidget.c:517 msgid "Whether the widget is visible" msgstr "Αν γραφικό συστατικό θα είναι ορατό" -#: ../gtk/gtkwidget.c:524 +#: gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "Αν γραφικό συστατικό αποκρίνεται σε εισαγωγή δεδομένων" -#: ../gtk/gtkwidget.c:530 +#: gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "Δυνατότητα σχεδίασης" -#: ../gtk/gtkwidget.c:531 +#: gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "Αν η εφαρμογή μπορεί να σχεδιάζει απευθείας στο γραφικό συστατικό" -#: ../gtk/gtkwidget.c:537 +#: gtk/gtkwidget.c:537 msgid "Can focus" msgstr "Δυνατότητα εστίασης" -#: ../gtk/gtkwidget.c:538 +#: gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "Αν γραφικό συστατικό μπορεί να δεχτεί input focus" -#: ../gtk/gtkwidget.c:544 +#: gtk/gtkwidget.c:544 msgid "Has focus" msgstr "Έχει εστίαση" -#: ../gtk/gtkwidget.c:545 +#: gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "Αν γραφικό συστατικό θα έχει input focus" -#: ../gtk/gtkwidget.c:551 +#: gtk/gtkwidget.c:551 msgid "Is focus" msgstr "Έχει εστίαση" -#: ../gtk/gtkwidget.c:552 +#: gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "" "Αν το γραφικό συστατικό θα είναι το γραφικό συστατικό εστίασης μέσα στο " "toplevel" -#: ../gtk/gtkwidget.c:558 +#: gtk/gtkwidget.c:558 msgid "Can default" msgstr "Δυνατότητα προεπιλογής" -#: ../gtk/gtkwidget.c:559 +#: gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "Αν γραφικό συστατικό έχει τη δυνατότητα να γίνει το προεπιλεγμένο" -#: ../gtk/gtkwidget.c:565 +#: gtk/gtkwidget.c:565 msgid "Has default" msgstr "Έχει προεπιλογή" -#: ../gtk/gtkwidget.c:566 +#: gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "Αν το γραφικό συστατικό θα είναι το προεπιλεγμένο" -#: ../gtk/gtkwidget.c:572 +#: gtk/gtkwidget.c:572 msgid "Receives default" msgstr "Λήψη προεπιλεγμένης" -#: ../gtk/gtkwidget.c:573 +#: gtk/gtkwidget.c:573 msgid "If TRUE, the widget will receive the default action when it is focused" msgstr "" "Αν TRUE, το γραφικό συστατικό θα λαμβάνει την προεπιλεγμένη ενέργεια όταν " "εστιάζεται" -#: ../gtk/gtkwidget.c:579 +#: gtk/gtkwidget.c:579 msgid "Composite child" msgstr "Σύνθετο θυγατρικό" -#: ../gtk/gtkwidget.c:580 +#: gtk/gtkwidget.c:580 msgid "Whether the widget is part of a composite widget" msgstr "" "Αν το γραφικό συστατικό θα είναι μέρος ενός σύνθετου γραφικού συστατικού" -#: ../gtk/gtkwidget.c:586 +#: gtk/gtkwidget.c:586 msgid "Style" msgstr "Στυλ" -#: ../gtk/gtkwidget.c:587 +#: gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" @@ -6917,93 +6891,93 @@ msgstr "" "Το στυλ του γραφικού συστατικού που περιέχει πληροφορίες για την εμφάνιση " "του (χρώματα κτλ)." -#: ../gtk/gtkwidget.c:593 +#: gtk/gtkwidget.c:593 msgid "Events" msgstr "Γεγονότα" -#: ../gtk/gtkwidget.c:594 +#: gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" msgstr "" "Η μάσκα γεγονότων που αποφασίζει ποιό είδοςGdkEvents λαμβάνει το γραφικό " "συστατικό." -#: ../gtk/gtkwidget.c:601 +#: gtk/gtkwidget.c:601 msgid "Extension events" msgstr "Γεγονότα επέκτασης" -#: ../gtk/gtkwidget.c:602 +#: gtk/gtkwidget.c:602 msgid "The mask that decides what kind of extension events this widget gets" msgstr "" "Η μάσκα που αποφασίζει ποιό είδος γεγονότων επέκτασης λαμβάνει το γραφικό " "συστατικό." -#: ../gtk/gtkwidget.c:609 +#: gtk/gtkwidget.c:609 msgid "No show all" msgstr "Να μην εμφανίζονται όλα" -#: ../gtk/gtkwidget.c:610 +#: gtk/gtkwidget.c:610 msgid "Whether gtk_widget_show_all() should not affect this widget" msgstr "Αν η gtk_widget_show_all() θα επηρεάζει το γραφικό συστατικό" -#: ../gtk/gtkwidget.c:633 +#: gtk/gtkwidget.c:633 msgid "Whether this widget has a tooltip" msgstr "Αν γραφικό συστατικό θα έχει συμβουλή οθόνης" -#: ../gtk/gtkwidget.c:689 +#: gtk/gtkwidget.c:689 msgid "Window" msgstr "Παράθυρο" -#: ../gtk/gtkwidget.c:690 +#: gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "Το παράθυρο του γραφικού συστατικού, αν υπάρχει" -#: ../gtk/gtkwidget.c:2212 +#: gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "Εσωτερική Εστίαση" -#: ../gtk/gtkwidget.c:2213 +#: gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "Αν θα σχεδιάζεται επισήμανση εστίασης μέσα σε γραφικά συστατικά" -#: ../gtk/gtkwidget.c:2219 +#: gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "Πλάτος γραμμής εστίασης" -#: ../gtk/gtkwidget.c:2220 +#: gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "Πλάτος, σε εικονοστοιχεία της γραμμής επισήμανσης εστίασης" -#: ../gtk/gtkwidget.c:2226 +#: gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "Μοτίβο γραμμής εστίασης" -#: ../gtk/gtkwidget.c:2227 +#: gtk/gtkwidget.c:2227 msgid "Dash pattern used to draw the focus indicator" msgstr "Μοτίβο που θα χρησιμοποιείται για τη σχεδίαση της επισήμανσης εστίασης" -#: ../gtk/gtkwidget.c:2232 +#: gtk/gtkwidget.c:2232 msgid "Focus padding" msgstr "Γέμισμα εστίασης" -#: ../gtk/gtkwidget.c:2233 +#: gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" msgstr "" "Πλάτος σε εικονοστοιχεία μεταξύ της σήμανσης εστίασης και του 'κουτιού΄ " "γραφικού συστατικού" -#: ../gtk/gtkwidget.c:2238 +#: gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "Χρώμα δρομέα" -#: ../gtk/gtkwidget.c:2239 +#: gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "Χρώμα με το οποίο ζωγραφίζεται η εισαγωγή δρομέα" -#: ../gtk/gtkwidget.c:2244 +#: gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "Χρώμα δευτερεύοντος δρομέα" -#: ../gtk/gtkwidget.c:2245 +#: gtk/gtkwidget.c:2245 msgid "" "Color with which to draw the secondary insertion cursor when editing mixed " "right-to-left and left-to-right text" @@ -7011,45 +6985,45 @@ msgstr "" "Χρώμα με το οποίο θα σχεδιαστεί ο δευτερεύων δρομέας εισαγωγής κατα την " "επεξεργασία μικτού αριστερόστροφου και δεξιόστροφου κειμένου." -#: ../gtk/gtkwidget.c:2250 +#: gtk/gtkwidget.c:2250 msgid "Cursor line aspect ratio" msgstr "Αναλογία διαστάσεων γραμμής δρομέα" -#: ../gtk/gtkwidget.c:2251 +#: gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "Αναλογία διαστάσεων με την οποία θα σχεδιαστεί ο δρομέας εισαγωγής" -#: ../gtk/gtkwidget.c:2265 +#: gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "Σχεδίαση περιγράμματος" -#: ../gtk/gtkwidget.c:2266 +#: gtk/gtkwidget.c:2266 msgid "Size of areas outside the widget's allocation to draw" msgstr "" "Μέγεθος της περιοχής για σχεδίαση που βρίσκεται έξω από το χώρο ανάθεσης του " "γραφικού συστατικού" -#: ../gtk/gtkwidget.c:2279 +#: gtk/gtkwidget.c:2279 msgid "Unvisited Link Color" msgstr "Χρώμα μη αναγνωσμένου δεσμού" -#: ../gtk/gtkwidget.c:2280 +#: gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "Χρώμα μη αναγνωσμένων δεσμών" -#: ../gtk/gtkwidget.c:2293 +#: gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "Χρώμα ναγνωσμένου δεσμού" -#: ../gtk/gtkwidget.c:2294 +#: gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "Χρώμα αναγνωσμένων δεσμών" -#: ../gtk/gtkwidget.c:2308 +#: gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "Πλατιά διαχωριστικά" -#: ../gtk/gtkwidget.c:2309 +#: gtk/gtkwidget.c:2309 msgid "" "Whether separators have configurable width and should be drawn using a box " "instead of a line" @@ -7057,79 +7031,79 @@ msgstr "" "Αν τα διαχωριστικά θα έχουν μεταβλητό μέγεθος και θα σχεδιάζονται ως πλαίσια " "αντί για γραμμές" -#: ../gtk/gtkwidget.c:2323 +#: gtk/gtkwidget.c:2323 msgid "Separator Width" msgstr "Πλάτος διαχωριστικού" -#: ../gtk/gtkwidget.c:2324 +#: gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" msgstr "Το πλάτος των διαχωριστικών αν είναι αληθές το 'πλατιά διαχωριστικά'" -#: ../gtk/gtkwidget.c:2338 +#: gtk/gtkwidget.c:2338 msgid "Separator Height" msgstr "Ύψος διαχωριστικού" -#: ../gtk/gtkwidget.c:2339 +#: gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" msgstr "Το ύψος των διαχωριστικών αν είναι αληθές το 'πλατιά διαχωριστικά'" -#: ../gtk/gtkwidget.c:2353 +#: gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" msgstr "Μήκος οριζόντιου βέλους κύλισης" -#: ../gtk/gtkwidget.c:2354 +#: gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "Το μήκος του οριζόντιου βέλους κύλισης" -#: ../gtk/gtkwidget.c:2368 +#: gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "Μήκος κάθετου βέλους κύλισης" -#: ../gtk/gtkwidget.c:2369 +#: gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "Το μήκος του κάθετου βέλους κύλισης" -#: ../gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Τύπος παραθύρου" -#: ../gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Ο τύπος του παραθύρου" -#: ../gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Τίτλος παραθύρου" -#: ../gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Ο τίτλος του παραθύρου" -#: ../gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Ρόλος παραθύρου" -#: ../gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Μοναδικό αναγνωριστικό για το παράθυρο που θα χρησιμοποείται για την " "επαναφορά μιας συνεδρίας" -#: ../gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ID εκκίνησης" -#: ../gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Μοναδικό αναγνωριστικό εκκίνησης για το παράθυρο που θα χρησιμοποείται για " "την ειδοποίηση εκκίνησης" -#: ../gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Να επιτρέπεται η σμίκρυνση" -#: ../gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7138,25 +7112,25 @@ msgstr "" "Αν TRUE, το παράθυρο δεν έχει ελάχιστο μέγεθος. Η ρύθμιση σε TRUE είναι 99 " "στις εκατό φορές κακή ιδέα." -#: ../gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Να επιτρέπεται η μεγέθυνση" -#: ../gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Αν TRUE, οι χρήστες μπορούν να μεγαλώνουν το παράθυρο πέρα του ελάχιστου " "μεγέθους" -#: ../gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Αν TRUE, οι χρήστες μπορούν να αλλάζουν το μέγεθος του παραθύρου" -#: ../gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Σχηματικό" -#: ../gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7164,73 +7138,73 @@ msgstr "" "Αν TRUE, το παράθυρο είναι σχηματικό (τα άλλα παράθυρα δε μπορούν να " "χρησιμοποιηθούν όταν αυτό είναι ενεργό)." -#: ../gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Θέση Παραθύρου" -#: ../gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Η αρχική θέση του παραθύρου" -#: ../gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Προεπιλεγμένο πλάτος" -#: ../gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Το προεπιλεγμένο πλάτος του παραθύρου που χρησιμοποιείται κατα την αρχική " "εμφάνιση του παραθύρου" -#: ../gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Προεπιλεγμένο ύψος" -#: ../gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "Το προεπιλεγμένο ύψος του παραθύρου που χρησιμοποιείται κατά την αρχική " "εμφάνιση του παραθύρου" -#: ../gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Καταστροφή με το Μητρικό" -#: ../gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" "Αν θα πρέπει να καταστραφεί αυτό το παράθυρο όταν καταστρέφεται το μητρικό" -#: ../gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Εικονίδιο για αυτό το παράθυρο" -#: ../gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Όνομα του εικονιδίου με θέμα για αυτό το παράθυρο" -#: ../gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Είναι ενεργό" -#: ../gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Αν το toplevel θα είναι το τρέχον ενεργό παράθυρο" -#: ../gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Εστίαση στο Toplevel " -#: ../gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Αν η εστίαση είναι μέσα σε αυτό το GtkWindow" -#: ../gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Είδος συμβουλής" -#: ../gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7238,98 +7212,98 @@ msgstr "" "Συμβουλή για να βοηθηθεί το περιβάλλον εργασίας να καταλάβει το είδος του " "παραθύρου και πως να το χειριστεί" -#: ../gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Παράκαμψη γραμμής εργασιών" -#: ../gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "TRUE αν το παράθυρο δε θα είναι στη γραμμή εργασιών." -#: ../gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Παράκαμψη pager" -#: ../gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "TRUE αν το παράθυρο δε θα είναι στο pager." -#: ../gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Επείγον" -#: ../gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE αν το παράθυρο θα πρέπει να προσελκύει το ενδιαφέρον του χρήστη." -#: ../gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Δέχεται εστίαση" -#: ../gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE αν το παράθυρο θα δέχεται εστίαση εισόδου." -#: ../gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Εστίαση στο χάρτη" -#: ../gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "TRUE αν το παράθυρο θα δέχεται εστίαση εισόδου." -#: ../gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Διακοσμημένο" -#: ../gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Αν το παράθυρο θα διακοσμείται από το διαχειριστή παραθύρων" -#: ../gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Δυνατότητα διαγραφής" -#: ../gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Αν το πλάισιο του παραθύρου θα διαθέτει κουμπί κλεισίματος" -#: ../gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Βαρύτητα" -#: ../gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Η βαρύτητα παραθύρου του παραθύρου" -#: ../gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Προσωρινό παραθύρου" -#: ../gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Ο προσωρινός γονέας του διαλόγου" -#: ../gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Αδιαφάνεια για παράθυρο" -#: ../gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Η αδιαφάνεια του παραθύρου, από 0 ως 1" -#: ../modules/input/gtkimcontextxim.c:334 +#: modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "Στυλ IM Preedit " -#: ../modules/input/gtkimcontextxim.c:335 +#: modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "Πως θα σχεδιάζεται η μέθοδος εισαγωγής αλφαριθμητικού preedit" -#: ../modules/input/gtkimcontextxim.c:343 +#: modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "Στυλ IM Status " -#: ../modules/input/gtkimcontextxim.c:344 +#: modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "Πως θα σχεδιάζεται η μέθοδος εισαγωγής της γραμμής κατάστασης" diff --git a/po-properties/en_CA.po b/po-properties/en_CA.po index b4274fe1d3..8c3e8cf26e 100644 --- a/po-properties/en_CA.po +++ b/po-properties/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2005-07-22 22:53-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" @@ -90,12 +90,12 @@ msgstr "Default Display" msgid "The default display for GDK" msgstr "The default display for GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Screen" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "the GdkScreen for the renderer" @@ -115,11 +115,11 @@ msgstr "Font resolution" msgid "The resolution for fonts on the screen" msgstr "The resolution for fonts on the screen" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Program name" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -127,43 +127,43 @@ msgstr "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Program version" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "The version of the program" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Copyright string" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Copyright information for the program" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Comments string" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Comments about the program" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Website URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "The URL for the link to the website of the program" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Website label" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -171,45 +171,45 @@ msgstr "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Authors" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "List of authors of the program" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Documenters" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "List of people documenting the program" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artists" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "List of people who have contributed artwork to the program" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Translator credits" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Credits to the translators. This string should be marked as translatable" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -217,19 +217,19 @@ msgstr "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Logo Icon Name" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "A named icon to use as the logo for the about box." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Wrap licence" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Whether to wrap the licence text." @@ -304,7 +304,7 @@ msgid "The GIcon being displayed" msgstr "Icon set to display" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Icon Name" @@ -412,7 +412,7 @@ msgid "Whether the action group is visible." msgstr "Whether the action group is visible." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Value" @@ -1249,7 +1249,7 @@ msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" "Whether the rendered pixbuf should be colourized according to the state" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Icon" @@ -1310,7 +1310,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientation and growth direction of the progress bar" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Adjustment" @@ -3113,7 +3113,7 @@ msgstr "Icon set" msgid "Icon set to display" msgstr "Icon set to display" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Icon size" @@ -3181,7 +3181,7 @@ msgstr "Show menu images" msgid "Whether images should be shown in menus" msgstr "Whether images should be shown in menus" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "The screen where this window will be displayed" @@ -4819,25 +4819,25 @@ msgstr "Value spacing" msgid "Space between value text and the slider/trough area" msgstr "Space between value text and the slider/trough area" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "The value of the scale" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "The icon size" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "The GtkAdjustment that contains the current value of this scale button object" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Icons" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "List of icon names" @@ -6532,7 +6532,7 @@ msgstr "Dash pattern used to draw the tree view lines" msgid "Whether to display the column" msgstr "Whether to display the column" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Resizable" @@ -6949,43 +6949,43 @@ msgstr "Vertical Scroll Arrow Length" msgid "The length of vertical scroll arrows" msgstr "The length of vertical scroll arrows" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Window Type" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "The type of the window" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Window Title" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "The title of the window" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Window Role" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Unique identifier for the window to be used when restoring a session" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Startup ID" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "Unique startup identifier for the window used by startup-notification" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Allow Shrink" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6994,23 +6994,23 @@ msgstr "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Allow Grow" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "If TRUE, users can expand the window beyond its minimum size" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "If TRUE, users can resize the window" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modal" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7018,70 +7018,70 @@ msgstr "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Window Position" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "The initial position of the window" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Default Width" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "The default width of the window, used when initially showing the window" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Default Height" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "The default height of the window, used when initially showing the window" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Destroy with Parent" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "If this window should be destroyed when the parent is destroyed" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Icon for this window" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Name of the themed icon for this window" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Is Active" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Whether the toplevel is the current active window" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Focus in Toplevel" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Whether the input focus is within this GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Type hint" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7089,83 +7089,83 @@ msgstr "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Skip taskbar" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "TRUE if the window should not be in the task bar." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Skip pager" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "TRUE if the window should not be in the pager." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Urgent" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE if the window should be brought to the user's attention." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Accept focus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE if the window should receive the input focus." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Focus on map" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "TRUE if the window should receive the input focus when mapped." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Decorated" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Whether the window should be decorated by the window manager" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Deletable" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Whether the window frame should have a close button" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravity" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "The window gravity of the window" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Transient for Window" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "The transient parent of the dialogue" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Opacity for Window" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "The opacity of the window, from 0 to 1" diff --git a/po-properties/en_GB.po b/po-properties/en_GB.po index c6ebb7d3e7..d43dfa9583 100644 --- a/po-properties/en_GB.po +++ b/po-properties/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-02-20 23:21+0000\n" "Last-Translator: David Lodge \n" "Language-Team: <>\n" @@ -89,12 +89,12 @@ msgstr "Default Display" msgid "The default display for GDK" msgstr "The default display for GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Screen" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "the GdkScreen for the renderer" @@ -114,11 +114,11 @@ msgstr "Font resolution" msgid "The resolution for fonts on the screen" msgstr "The resolution for fonts on the screen" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Program name" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -126,43 +126,43 @@ msgstr "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Program version" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "The version of the program" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Copyright string" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Copyright information for the program" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Comments string" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Comments about the program" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Website URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "The URL for the link to the website of the program" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Website label" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -170,45 +170,45 @@ msgstr "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Authors" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "List of authors of the program" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Documenters" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "List of people documenting the program" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artists" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "List of people who have contributed artwork to the program" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Translator credits" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Credits to the translators. This string should be marked as translatable" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -216,19 +216,19 @@ msgstr "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Logo Icon Name" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "A named icon to use as the logo for the about box." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Wrap licence" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Whether to wrap the licence text." @@ -301,7 +301,7 @@ msgid "The GIcon being displayed" msgstr "The GIcon being displayed" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Icon Name" @@ -409,7 +409,7 @@ msgid "Whether the action group is visible." msgstr "Whether the action group is visible." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Value" @@ -1242,7 +1242,7 @@ msgstr "Follow State" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Whether the rendered pixbuf should be coloured according to the state" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Icon" @@ -1303,7 +1303,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientation and growth direction of the progress bar" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Adjustment" @@ -3058,7 +3058,7 @@ msgstr "Icon set" msgid "Icon set to display" msgstr "Icon set to display" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Icon size" @@ -3122,7 +3122,7 @@ msgstr "Show menu images" msgid "Whether images should be shown in menus" msgstr "Whether images should be shown in menus" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "The screen where this window will be displayed" @@ -4726,25 +4726,25 @@ msgstr "Value spacing" msgid "Space between value text and the slider/trough area" msgstr "Space between value text and the slider/trough area" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "The value of the scale" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "The icon size" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "The GtkAdjustment that contains the current value of this scale button object" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Icons" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "List of icon names" @@ -6429,7 +6429,7 @@ msgstr "Dash pattern used to draw the tree view lines" msgid "Whether to display the column" msgstr "Whether to display the column" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Resizable" @@ -6845,43 +6845,43 @@ msgstr "Vertical Scroll Arrow Length" msgid "The length of vertical scroll arrows" msgstr "The length of vertical scroll arrows" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Window Type" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "The type of the window" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Window Title" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "The title of the window" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Window Role" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Unique identifier for the window to be used when restoring a session" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Startup ID" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "Unique startup identifier for the window used by startup-notification" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Allow Shrink" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6890,23 +6890,23 @@ msgstr "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Allow Grow" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "If TRUE, users can expand the window beyond its minimum size" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "If TRUE, users can resize the window" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modal" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6914,70 +6914,70 @@ msgstr "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Window Position" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "The initial position of the window" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Default Width" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "The default width of the window, used when initially showing the window" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Default Height" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "The default height of the window, used when initially showing the window" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Destroy with Parent" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "If this window should be destroyed when the parent is destroyed" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Icon for this window" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Name of the themed icon for this window" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Is Active" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Whether the toplevel is the current active window" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Focus in Toplevel" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Whether the input focus is within this GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Type hint" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -6985,83 +6985,83 @@ msgstr "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Skip taskbar" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "TRUE if the window should not be in the task bar." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Skip pager" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "TRUE if the window should not be in the pager." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Urgent" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE if the window should be brought to the user's attention." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Accept focus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE if the window should receive the input focus." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Focus on map" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "TRUE if the window should receive the input focus when mapped." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Decorated" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Whether the window should be decorated by the window manager" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Deletable" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Whether the window frame should have a close button" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravity" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "The window gravity of the window" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Transient for Window" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "The transient parent of the dialogue" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Opacity for Window" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "The opacity of the window, from 0 to 1" diff --git a/po-properties/eo.po b/po-properties/eo.po index e58fe6fd4d..2bdb91b2e0 100644 --- a/po-properties/eo.po +++ b/po-properties/eo.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties 2.10\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2007-03-11 18:09+0100\n" "Last-Translator: Guillaume Savaton \n" "Language-Team: Eo-Tradukado \n" @@ -90,12 +90,12 @@ msgstr "" msgid "The default display for GDK" msgstr "" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -115,114 +115,114 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -295,7 +295,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "" @@ -393,7 +393,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "" @@ -1197,7 +1197,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "" @@ -1254,7 +1254,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -2974,7 +2974,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "" @@ -3038,7 +3038,7 @@ msgstr "" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4578,24 +4578,24 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "" @@ -6226,7 +6226,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6628,215 +6628,215 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" diff --git a/po-properties/es.po b/po-properties/es.po index 0f4481d4f9..b6c834ab39 100644 --- a/po-properties/es.po +++ b/po-properties/es.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-05 23:14+0100\n" "Last-Translator: Jorge González \n" "Language-Team: Español \n" @@ -99,12 +99,12 @@ msgstr "Visor predeterminado" msgid "The default display for GDK" msgstr "El visor predeterminado para GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Pantalla" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "El GdkScreen para el renderizador" @@ -124,11 +124,11 @@ msgstr "Resolución de la tipografía" msgid "The resolution for fonts on the screen" msgstr "La resolución para las tipografías en la pantalla" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Nombre del programa" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -136,43 +136,43 @@ msgstr "" "El nombre del programa. Si no estuviese establecido, se usará por omisión " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Versión del programa" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "La versión del programa" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Cadena del copyright" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Información de copyright del programa" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Cadena de comentarios" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Comentarios acerca del programa" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL del sitio web" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "La URL para el enlace al sitio web del programa" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Etiqueta del sitio web" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -180,45 +180,45 @@ msgstr "" "La etiqueta para el enlace al sitio web del programa. Si no está " "establecida, se usará la URL de forma predeterminada" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Autores" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Lista de autores del programa" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Documentadores" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Lista de gente documentando el programa" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artistas" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Lista de gente que ha contribuido con trabajo artístico al programa" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Créditos de traducción" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Créditos a los traductores. Esta cadena debe etiquetarse como traducible" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logotipo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -226,20 +226,20 @@ msgstr "" "Un logotipo para la caja «acerca de». Si no se establece, lo predeterminado " "es gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Nombre del icono del logotipo" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" "Un icono con nombre para usar como el logotipo para la caja «Acerca de»." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Ajustar licencia" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Indica si se debe ajustar el texto de la licencia." @@ -317,7 +317,7 @@ msgid "The GIcon being displayed" msgstr "El icono mostrado" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Nombre del icono" @@ -428,7 +428,7 @@ msgid "Whether the action group is visible." msgstr "Indica si el grupo de acción es visible." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Valor" @@ -1264,7 +1264,7 @@ msgstr "Seguir estado" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Indica si el pixbuf renderizado debe colorearse de acuerdo al estado" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Icono" @@ -1325,7 +1325,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientación y dirección del crecimiento de la barra de progreso" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Ajuste" @@ -3120,7 +3120,7 @@ msgstr "Conjunto de iconos" msgid "Icon set to display" msgstr "Conjunto de iconos para mostrar" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Tamaño del icono" @@ -3189,7 +3189,7 @@ msgstr "Mostrar imágenes del menú" msgid "Whether images should be shown in menus" msgstr "Indica si deben mostrarse o no las imágenes en los menús" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "La pantalla donde se mostrará esta ventana" @@ -4833,26 +4833,26 @@ msgstr "Espaciado del valor" msgid "Space between value text and the slider/trough area" msgstr "Espacio entre el texto del valor y el área del deslizador/carril" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "El valor de la escala" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "El tamaño del icono" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "El GtkAdjustment que contiene el valor actual de este objeto de botón de " "escala" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Iconos" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Lista de nombres de iconos" @@ -6619,7 +6619,7 @@ msgstr "" msgid "Whether to display the column" msgstr "Indica si se debe mostrar la columna" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Redimensionable" @@ -7043,45 +7043,45 @@ msgstr "Longitud de las flechas de desplazamiento vertical" msgid "The length of vertical scroll arrows" msgstr "La longitud de las flechas de desplazamiento vertical" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Tipo de ventana" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "El tipo de la ventana" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Título de la ventana" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "El título de la ventana" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Rol de la ventana" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Identificador único para la ventana para usarlo al restaurar una sesión" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ID de inicio" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Identificador único de inicio para la ventana usado por startup-notification" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Permitir encoger" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7090,25 +7090,25 @@ msgstr "" "Si es TRUE la ventana no tiene tamaño mínimo. Colocar este valor como TRUE " "es una mala idea el 99% de las veces" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Permitir crecer" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Si es TRUE los usuarios pueden expandir la ventana mas allá de su tamaño " "mínimo" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Si es TRUE los usuario pueden redimensionar la ventana" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modal" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7116,72 +7116,72 @@ msgstr "" "Si es TRUE, esta ventana es modal (no se pueden utilizar otras ventanas " "mientras ésta este encima)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Posición de la ventana" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "La posición inicial de la ventana" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Anchura predeterminada" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "El ancho predeterminado de la ventana, utilizado cuando se muestra " "inicialmente la ventana" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Altura predeterminada" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "La altura predeterminada de la ventana, utilizado cuando se muestra " "inicialmente la ventana" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Destruir con el padre" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Indica si esta ventana debe ser destruida cuando el padre se destruye" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Icono para esta ventana" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Nombre del icono del tema para esta ventana" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Está activo" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Indica si el nivel superior es la ventana activa actual" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Foco en el nivel superior" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Indica si el foco de entrada esta dentro de este GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Pista de tipo" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7189,83 +7189,83 @@ msgstr "" "Pista para ayudar al entorno de escritorio a entender qué clase de ventana " "es ésta y cómo tratar con ella." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Ignorar barra de tareas" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "TRUE si la ventana no debe estar en la barra de tareas." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Ignorar paginador" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "TRUE si la ventana no debe estar en el paginador." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Urgente" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE si la ventana debe llamar la atención del usuario." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Aceptar foco" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE si la ventana no debe recibir el foco de entrada." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Foco en el mapa" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "TRUE si la ventana debe recibir el foco de entrada al ser mapeada." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Decorado" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Indica si la ventana debe ser decorada por el gestor de ventanas" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Borrable" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Indica si el marco de la ventana debe tener un botón de cierre" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravedad" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "La gravedad de la ventana" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Transitorio para la ventana" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "El padre transitorio del diálogo" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Opacidad para la ventana" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "La opacidad de la ventana, desde 0 hasta 1" diff --git a/po-properties/et.po b/po-properties/et.po index d48a018de5..3876ee59e3 100644 --- a/po-properties/et.po +++ b/po-properties/et.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-08 21:24+0300\n" "Last-Translator: Mattias Põldaru \n" "Language-Team: Estonian \n" @@ -97,12 +97,12 @@ msgstr "Vaikimisi kuva" msgid "The default display for GDK" msgstr "GDK vaikimisi kuva" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Ekraan" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "Renderdaja GdkScreen" @@ -122,11 +122,11 @@ msgstr "Fondi eraldusvõime" msgid "The resolution for fonts on the screen" msgstr "Ekraanifontide eraldusvõime" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Programmi nimi" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -134,43 +134,43 @@ msgstr "" "Programmi nimi. Kui seda pole määratud, siis vaikimisi on " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Programmi versioon" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Programmi versioon" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Autoriõiguste string" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Programmi kohta kehtivate autoriõiguste andmed" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Kommentaaristring" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Programmi kohta käivad kommentaarid" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Veebisaidi URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "Programmi veebisaidi URL" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Veebisaidi silt" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -178,44 +178,44 @@ msgstr "" "Programmi veebisaidi URL-i silt. Kui seda pole määratud, siis vaikimis on " "selleks URL ise" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Autorid" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Programmi autorite nimekiri" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Dokumenteerijad" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Programmi dokumenteerijate nimekiri" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Kunstnikud" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Programmile kunstiloomingu teinud autorite nimekiri" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Tõlkijad" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "Tõlkijate nimekiri. See string peaks olema märgitud tõlgitavaks" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -223,19 +223,19 @@ msgstr "" "Programmi andmete kasti logo. Kui seda pole määratud, siis vaikimisi on " "selleks gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Logoikooni nimi" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Nimeline ikoon, mida kasutatakse programmi andmete kastis." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Litsensiridade murdmine" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Kas litsentsi tekstu murtakse või mitte." @@ -309,7 +309,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Ikooni nimi" @@ -410,7 +410,7 @@ msgid "Whether the action group is visible." msgstr "Kas tegevuste grupp on nähtav või mitte." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Väärtus" @@ -1226,7 +1226,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikoon" @@ -1285,7 +1285,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Edenemisriba ja selle kasvamise suund" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Joondus" @@ -3052,7 +3052,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Ikooni suurus" @@ -3120,7 +3120,7 @@ msgstr "" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4691,24 +4691,24 @@ msgstr "Väärtuse kaugus" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Ikooni suurus" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Ikoonid" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Ikooninimede loetelu" @@ -6352,7 +6352,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Suurus muudetav" @@ -6756,45 +6756,45 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Akna liik" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Akna liik" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Akna pealkiri" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Akna pealkiri" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Akna roll" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Seansi taastamisel kasutatav akna unikaalne identifikaator" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Käivitus-ID" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Unikaalne käivitusidentifikaator startup-notification'i poolt kasutatava " "akna jaoks" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6803,24 +6803,24 @@ msgstr "" "Kui TÕENE, siis aknal puudub minimaalne suurus. Sättides selle TÕESEKS on " "99% ulatuses halb idee" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Luba kasvada" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Kui TÕENE, siis kasutajad saavad laiendada akent miinimumsuurusest suuremaks" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Kui TÕENE, siis kasutajad saavad akna suurust muuta" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modaalne" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6828,150 +6828,150 @@ msgstr "" "Kui tõene, siis on see aken modaalne (teisi aknaid ei saa kasutada, kui see " "aken on pealmine)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Akna asukoht" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Akna algne asukoht" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Vaikimisi laius" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Akna vaikimisi laius, kasutatakse akna esmakordsel näitamisel" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Vaikimisi kõrgus" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Akna vaikimisi kõrgus, kasutatakse akna esmakordsel näitamisel" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Hävib koos vanemaga" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Kas see aken hävitatakse, kui tema vanem hävitatakse" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Selle akna ikoon" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Sellele aknale määratud temaatiline ikoon" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "On aktiivne" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Tegumiriba puudub" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Kui TÕENE, siis aknal ei peaks tegumiriba olema." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Fookus lubatud" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "Kui TÕENE, siis võib aken sisestusfookusesse sattuda." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Dekoreeritud" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Kas aken peaks olema aknahalduri poolt dekoreeritud" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Kustutatav" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Kas aknaraamil peaks olema sulgemisnupp" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Külgetõmme" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Akna külgetõmme" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" diff --git a/po-properties/eu.po b/po-properties/eu.po index c75d56fce1..3e3e8d56c5 100644 --- a/po-properties/eu.po +++ b/po-properties/eu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-16 12:47+0100\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-16 12:50+0100\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" @@ -17,117 +17,116 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "\n" -#: ../gdk-pixbuf/gdk-pixbuf.c:89 +#: gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "Kanal-kopurua" -#: ../gdk-pixbuf/gdk-pixbuf.c:90 +#: gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "Pixel bakoitzeko lagin-kopurua" -#: ../gdk-pixbuf/gdk-pixbuf.c:99 +#: gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "Kolore-eskala" -#: ../gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "Laginak interpretatzen diren kolore-eskala" -#: ../gdk-pixbuf/gdk-pixbuf.c:108 +#: gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "Alfa dauka" -#: ../gdk-pixbuf/gdk-pixbuf.c:109 +#: gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "pixbuf-ek alfa kanala duen ala ez adierazten du" -#: ../gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "Lagin bakoitzeko biteak" -#: ../gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "Lagin bakoitzeko bit-kopurua" # -#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 -#: ../gtk/gtktreeviewcolumn.c:207 +#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "Zabalera" -#: ../gdk-pixbuf/gdk-pixbuf.c:133 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "pixbuf-eko zutabe-kopurua" # -#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 +#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 msgid "Height" msgstr "Altuera" -#: ../gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "pixbuf-eko errenkada-kopurua" -#: ../gdk-pixbuf/gdk-pixbuf.c:159 +#: gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "Errenkada-luzera" -#: ../gdk-pixbuf/gdk-pixbuf.c:160 -msgid "The number of bytes between the start of a row and the start of the next row" +#: gdk-pixbuf/gdk-pixbuf.c:160 +msgid "" +"The number of bytes between the start of a row and the start of the next row" msgstr "" "Errenkada baten hasieratik hurrengo errenkadaren hasierara arte dagoen byte-" "kopurua" -#: ../gdk-pixbuf/gdk-pixbuf.c:169 +#: gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "Pixeletan" -#: ../gdk-pixbuf/gdk-pixbuf.c:170 +#: gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "pixbuf-eko pixel-datuetarako erakuslea" # -#: ../gdk/gdkdisplaymanager.c:103 +#: gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "Bistaratze lehenetsia" -#: ../gdk/gdkdisplaymanager.c:104 +#: gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "GDKren bistaratze lehenetsia" -#: ../gdk/gdkpango.c:490 ../gtk/gtkinvisible.c:86 -#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Pantaila" -#: ../gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen errendatzailearentzako" # -#: ../gdk/gdkscreen.c:75 +#: gdk/gdkscreen.c:75 msgid "Font options" msgstr "Letra-tipoaren aukerak" -#: ../gdk/gdkscreen.c:76 +#: gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "Pantailako letra-tipo lehenetsiaren aukerak" # -#: ../gdk/gdkscreen.c:83 +#: gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "Letra-tipoaren bereizmena" -#: ../gdk/gdkscreen.c:84 +#: gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "Pantailako letra-tipoaren bereizmena" -#: ../gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Programa-izena" -#: ../gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -135,43 +134,43 @@ msgstr "" "Programaren izena. Ez badago ezarrita, g_get_application_name() jarriko da " "lehenetsi gisa." -#: ../gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Programa-bertsioa" -#: ../gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Programaren bertsioa" -#: ../gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Copyright-aren katea" -#: ../gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Programaren Copyright informazioa" -#: ../gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Iruzkin-katea" -#: ../gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Programari buruzko iruzkinak" -#: ../gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Web gunearen URLa" -#: ../gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "Programaren web gunearen estekaren URLa" -#: ../gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Web guneko etiketa" -#: ../gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -179,43 +178,44 @@ msgstr "" "Programaren web gunearen estekarentzako etiketa. Ez bada ezartzen, " "lehenetsitako URLa erabiliko da." -#: ../gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Egileak" -#: ../gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Programaren egileen zerrenda" -#: ../gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Dokumentalistak" -#: ../gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Programarako informazioa bildu duten pertsonen zerrenda" -#: ../gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artistak" -#: ../gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Programako artelanak egin dituzten pertsonen zerrenda" -#: ../gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Itzultzaileen kredituak" -#: ../gtk/gtkaboutdialog.c:370 -msgid "Credits to the translators. This string should be marked as translatable" +#: gtk/gtkaboutdialog.c:354 +msgid "" +"Credits to the translators. This string should be marked as translatable" msgstr "Itzultzaileen kredituak. Kate haut itzulgai gisa markatu behar da" -#: ../gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logotipoa" -#: ../gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -223,111 +223,110 @@ msgstr "" "'Honi buruzko' kutxaren logotipoa. Ez bada ezartzen, " "gtk_window_get_default_icon_list() erabiliko da lehenetsi gisa." -#: ../gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Logotipoaren ikonoaren izena" -#: ../gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "'Honi buruz' kutxako logotipoan erabiliko den izendun ikonoa" # -#: ../gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Saltatu lizentzia" -#: ../gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Lizentziako testua saltatuko den edo ez." -#: ../gtk/gtkaccellabel.c:123 +#: gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "Bizkortzailea ixtea" -#: ../gtk/gtkaccellabel.c:124 +#: gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "Bizkortzailearen aldaketentzat kontrolatu beharreko itxiera" -#: ../gtk/gtkaccellabel.c:130 +#: gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "Bizkortzailearen trepeta" -#: ../gtk/gtkaccellabel.c:131 +#: gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "Bizkortzailearen aldaketentzat kontrolatu beharreko trepeta" # -#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 -#: ../gtk/gtktextmark.c:89 +#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 +#: gtk/gtktextmark.c:89 msgid "Name" msgstr "Izena" -#: ../gtk/gtkaction.c:180 +#: gtk/gtkaction.c:180 msgid "A unique name for the action." msgstr "Ekintza honentzako izen bakarra." -#: ../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/gtktoolbutton.c:202 +#: 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/gtktoolbutton.c:202 msgid "Label" msgstr "Etiketa" -#: ../gtk/gtkaction.c:199 +#: gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "" "Ekintza hau aktibatzen duten menu-elementuetarako eta botoietarako " "erabiltzen den etiketa." -#: ../gtk/gtkaction.c:215 +#: gtk/gtkaction.c:215 msgid "Short label" msgstr "Etiketa laburra" -#: ../gtk/gtkaction.c:216 +#: gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "Tresna-barraren botoietan erabil daitekeen etiketa laburragoa." -#: ../gtk/gtkaction.c:224 +#: gtk/gtkaction.c:224 msgid "Tooltip" msgstr "Argibidea" -#: ../gtk/gtkaction.c:225 +#: gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "Ekintza honetarako argibidea." -#: ../gtk/gtkaction.c:240 +#: gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "Oinarri-ikonoa" -#: ../gtk/gtkaction.c:241 +#: gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "Ekintza hau adierazten duten trepetetan bistaratutako oinarri-ikonoa." # -#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 +#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "GIcon" -#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 -#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 +#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 +#: gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "GIcon bistaratuta" -#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 -#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:605 +#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Ikono-izena" -#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 -#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 +#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 +#: gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "Ikono-gaiko ikonoaren izena" -#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 +#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "Ikusgai horizontal dagoenean" -#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 +#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." @@ -335,11 +334,11 @@ msgstr "" "Tresna-barra horizontal dagoenean tresna-barrako elementua ikusgai dagoen " "ala ez adierazten du." -#: ../gtk/gtkaction.c:306 +#: gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "Ikusgai gainezka egitean" -#: ../gtk/gtkaction.c:307 +#: gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." @@ -347,11 +346,11 @@ msgstr "" "TRUE (egia) denean, menuen proxiak tresna-barrako gainezkako menuan " "adierazten dira." -#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 +#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "Ikusgai bertikal dagoenean" -#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 +#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." @@ -359,11 +358,11 @@ msgstr "" "Tresna-barra bertikal dagoenean tresna-barrako elementua ikusgai dagoen ala " "ez adierazten du." -#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 +#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 msgid "Is important" msgstr "Garrantzitsua da" -#: ../gtk/gtkaction.c:323 +#: gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." @@ -372,39 +371,39 @@ msgstr "" "honetako toolitem proxy-ek testua GTK_TOOLBAR_BOTH_HORIZ moduan adierazten " "dute." -#: ../gtk/gtkaction.c:331 +#: gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "Ezkutatu hutsa badago" -#: ../gtk/gtkaction.c:332 +#: gtk/gtkaction.c:332 msgid "When TRUE, empty menu proxies for this action are hidden." -msgstr "TRUE (egia) denean, ekintza honetako menu hutseko proxy-ak ezkutatuta daude." +msgstr "" +"TRUE (egia) denean, ekintza honetako menu hutseko proxy-ak ezkutatuta daude." -#: ../gtk/gtkaction.c:338 ../gtk/gtkactiongroup.c:177 -#: ../gtk/gtkcellrenderer.c:193 ../gtk/gtkwidget.c:523 +#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193 +#: gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "Sentikorra" -#: ../gtk/gtkaction.c:339 +#: gtk/gtkaction.c:339 msgid "Whether the action is enabled." msgstr "Ekintza gaituta dagoen ala ez adierazten du." # -#: ../gtk/gtkaction.c:345 ../gtk/gtkactiongroup.c:184 -#: ../gtk/gtkstatusicon.c:293 ../gtk/gtktreeviewcolumn.c:191 -#: ../gtk/gtkwidget.c:516 +#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293 +#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516 msgid "Visible" msgstr "Ikusgai" -#: ../gtk/gtkaction.c:346 +#: gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "Ekintza ikusgai dagoen ala ez adierazten du." -#: ../gtk/gtkaction.c:352 +#: gtk/gtkaction.c:352 msgid "Action Group" msgstr "Ekintza-taldea" -#: ../gtk/gtkaction.c:353 +#: gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." @@ -412,74 +411,74 @@ msgstr "" "GtkAction honekin lotuta dagoen GtkActionGroup, edo NULL (barne-" "erabilerarako)." -#: ../gtk/gtkactiongroup.c:171 +#: gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "Ekintza-talderako izena." -#: ../gtk/gtkactiongroup.c:178 +#: gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "Ekintza-taldea gaituta dagoen ala ez adierazten du." -#: ../gtk/gtkactiongroup.c:185 +#: gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "Ekintza-taldea ikusgai dagoen ala ez adierazten du." # -#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:204 ../gtk/gtkspinbutton.c:269 +#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Balioa" -#: ../gtk/gtkadjustment.c:94 +#: gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "Doikuntzaren balioa" -#: ../gtk/gtkadjustment.c:110 +#: gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "Balio minimoa" -#: ../gtk/gtkadjustment.c:111 +#: gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "Doikuntzaren balio minimoa" -#: ../gtk/gtkadjustment.c:130 +#: gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "Balio maximoa" -#: ../gtk/gtkadjustment.c:131 +#: gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "Doikuntzaren balio maximoa" -#: ../gtk/gtkadjustment.c:147 +#: gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "Urrats-gehikuntza" -#: ../gtk/gtkadjustment.c:148 +#: gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "Doikuntzaren urrats-gehikuntza" -#: ../gtk/gtkadjustment.c:164 +#: gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "Orri-gehikuntza" -#: ../gtk/gtkadjustment.c:165 +#: gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "Doikuntzaren orri-gehikuntza" # -#: ../gtk/gtkadjustment.c:184 +#: gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "Orrialde-tamaina" -#: ../gtk/gtkadjustment.c:185 +#: gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "Doikuntzaren orrialde-tamaina" -#: ../gtk/gtkalignment.c:90 +#: gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "Lerrokatze horizontala" -#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 +#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" @@ -487,11 +486,11 @@ msgstr "" "Umearen kokaleku horizontala leku erabilgarrian. 0.0 ezkerrean lerrokatzea " "da, 1.0 eskuinean" -#: ../gtk/gtkalignment.c:100 +#: gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "Lerrokatze bertikala" -#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 +#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" @@ -500,11 +499,11 @@ msgstr "" "behean lerrokatzea" # -#: ../gtk/gtkalignment.c:109 +#: gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "Eskala horizontala" -#: ../gtk/gtkalignment.c:110 +#: gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" @@ -513,11 +512,11 @@ msgstr "" "umeak zenbat erabili behar duen adierazten du. 0.0 'bat ere ez' da, eta 1.0 " "'dena'." -#: ../gtk/gtkalignment.c:118 +#: gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "Eskala bertikala" -#: ../gtk/gtkalignment.c:119 +#: gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" @@ -525,190 +524,190 @@ msgstr "" "Erabilgarri dagoen leku bertikala umeak behar duena baino handiagoa bada, " "harrak zenbat erabili behar duen. 0.0k bat ere ez esan nahi du eta 1.0k dena." -#: ../gtk/gtkalignment.c:136 +#: gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "Goiko betegarria" -#: ../gtk/gtkalignment.c:137 +#: gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "Trepetaren goialdean txertatzeko betegarria." -#: ../gtk/gtkalignment.c:153 +#: gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "Beheko betegarria" -#: ../gtk/gtkalignment.c:154 +#: gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "Trepetaren behealdean txertatzeko betegarria." -#: ../gtk/gtkalignment.c:170 +#: gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "Ezkerreko betegarria" -#: ../gtk/gtkalignment.c:171 +#: gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "Trepetaren ezkerrean txertatzeko betegarria." -#: ../gtk/gtkalignment.c:187 +#: gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "Eskuineko betegarria" -#: ../gtk/gtkalignment.c:188 +#: gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "Trepetaren eskuinean txertatzeko betegarria." # -#: ../gtk/gtkarrow.c:75 +#: gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "Geziaren noranzkoa" -#: ../gtk/gtkarrow.c:76 +#: gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "Geziak seinalatu behar duen noranzkoa" -#: ../gtk/gtkarrow.c:84 +#: gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "Gezi-itzala" -#: ../gtk/gtkarrow.c:85 +#: gtk/gtkarrow.c:85 msgid "Appearance of the shadow surrounding the arrow" msgstr "Gezia inguratzen duen itzalaren itxura" # -#: ../gtk/gtkarrow.c:92 ../gtk/gtkmenu.c:689 ../gtk/gtkmenuitem.c:363 +#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363 msgid "Arrow Scaling" msgstr "Gezia eskalatzea" -#: ../gtk/gtkarrow.c:93 +#: gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "Geziak erabiltzen duen leku kopurua" -#: ../gtk/gtkaspectframe.c:79 +#: gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "Lerrokatze horizontala" -#: ../gtk/gtkaspectframe.c:80 +#: gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "Umearen X lerrokatzea" -#: ../gtk/gtkaspectframe.c:86 +#: gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "Lerrokatze bertikala" -#: ../gtk/gtkaspectframe.c:87 +#: gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "Umearen Y lerrokatzea" -#: ../gtk/gtkaspectframe.c:93 +#: gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "Erlazioa" -#: ../gtk/gtkaspectframe.c:94 +#: gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "Aspektu-erlazioa obey_child FALTSUA bada" -#: ../gtk/gtkaspectframe.c:100 +#: gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "Umeari obeditu" -#: ../gtk/gtkaspectframe.c:101 +#: gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "Behartu aspektu-erlazioa markoaren umearekin bat etor dadin" -#: ../gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "Goiburuko betegarria" -#: ../gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "Goiburuaren inguruko pixel kopurua." -#: ../gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "Edukiaren betegarria" -#: ../gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "Edukiaren orrialdeen inguruko pixel kopurua." -#: ../gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:286 msgid "Page type" msgstr "Orrialde mota" -#: ../gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "Laguntzako orrialde mota" # -#: ../gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:304 msgid "Page title" msgstr "Orrialdearen titulua" -#: ../gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "Laguntzako orrialdearen titulua" -#: ../gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:321 msgid "Header image" msgstr "Goiburuko irudia" -#: ../gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "Laguntzako orrialdearen goiburuko irudia" -#: ../gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "Albo-panelaren irudia" -#: ../gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "Laguntzako orrialdearen albo-panelaren irudia" -#: ../gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:354 msgid "Page complete" msgstr "Orrialdea osatu da" -#: ../gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "Orrialdean beharrezko eremu guztiak bete diren edo ez" -#: ../gtk/gtkbbox.c:91 +#: gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "Umearen gutxieneko zabalera" -#: ../gtk/gtkbbox.c:92 +#: gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "Laukiaren barruan botoiek duten gutxieneko zabalera" -#: ../gtk/gtkbbox.c:100 +#: gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "Umearen gutxieneko altuera" -#: ../gtk/gtkbbox.c:101 +#: gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "Laukiaren barruan botoiek duten gutxieneko altuera" -#: ../gtk/gtkbbox.c:109 +#: gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "Umearen barneko zabaleraren betegarria" -#: ../gtk/gtkbbox.c:110 +#: gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "Umearen tamaina bi alboetan handitzeko kopurua" -#: ../gtk/gtkbbox.c:118 +#: gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "Umearen barneko altueraren betegarria" -#: ../gtk/gtkbbox.c:119 +#: gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "Umearen tamaina goian eta behean handitzeko kopurua" -#: ../gtk/gtkbbox.c:127 +#: gtk/gtkbbox.c:127 msgid "Layout style" msgstr "Diseinuaren estiloa" -#: ../gtk/gtkbbox.c:128 +#: gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" @@ -716,11 +715,11 @@ msgstr "" "Botoiak laukian nola antolatuko diren. Hauek dira balio posibleak: " "lehenetsia, zabalduta, ertzean, hasieran eta amaieran" -#: ../gtk/gtkbbox.c:136 +#: gtk/gtkbbox.c:136 msgid "Secondary" msgstr "Bigarren mailakoa" -#: ../gtk/gtkbbox.c:137 +#: gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" @@ -729,41 +728,41 @@ msgstr "" "laguntza-botoietarako egoki" # -#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 -#: ../gtk/gtktreeviewcolumn.c:216 +#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 +#: gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "Tartea" -#: ../gtk/gtkbox.c:131 +#: gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "Umeen arteko tarte-kopurua" -#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 -#: ../gtk/gtktoolbar.c:573 +#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 +#: gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "Homogeneoa" -#: ../gtk/gtkbox.c:141 +#: gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "Ume guztiek tamaina bera eduki behar duten ala ez adierazten du" -#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 -#: ../gtk/gtktreeviewcolumn.c:272 +#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 +#: gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "Zabaldu" -#: ../gtk/gtkbox.c:149 +#: gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "" "Gurasoa handitzean, umeak beste tarte bat jaso behar duen ala ez adierazten " "du" # -#: ../gtk/gtkbox.c:155 +#: gtk/gtkbox.c:155 msgid "Fill" msgstr "Bete" -#: ../gtk/gtkbox.c:156 +#: gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" @@ -771,21 +770,21 @@ msgstr "" "Umeari emandako beste tartea umeari esleitu behar zaion ala tarte betegarri " "gisa erabili behar den adierazten du" -#: ../gtk/gtkbox.c:162 +#: gtk/gtkbox.c:162 msgid "Padding" msgstr "Betegarria" -#: ../gtk/gtkbox.c:163 +#: gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "" "Umearen eta haren ingurukoen artean jarri beharreko tarte osagarria, " "pixeletan" -#: ../gtk/gtkbox.c:169 +#: gtk/gtkbox.c:169 msgid "Pack type" msgstr "Pakete-mota" -#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 +#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" @@ -793,36 +792,36 @@ msgstr "" "Umea gurasoaren hasierari edo amaierari erreferentzia eginez paketatu den " "adierazten duen GtkPackType" -#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 -#: ../gtk/gtkruler.c:148 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 +#: gtk/gtkruler.c:148 msgid "Position" msgstr "Kokalekua" -#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 +#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "Umearen indizea gurasoan" -#: ../gtk/gtkbuilder.c:96 +#: gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "Itzulpenaren domeinua" -#: ../gtk/gtkbuilder.c:97 +#: gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "Gettext-ek erabiltzen duen itzulpenaren domeinua" -#: ../gtk/gtkbutton.c:220 +#: gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" msgstr "Etiketa-trepetaren testua botoi barruan, botoiak etiketa-trepeta badu" -#: ../gtk/gtkbutton.c:227 ../gtk/gtkexpander.c:203 ../gtk/gtklabel.c:388 -#: ../gtk/gtkmenuitem.c:315 ../gtk/gtktoolbutton.c:209 +#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 +#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209 msgid "Use underline" msgstr "Erabili azpimarra" -#: ../gtk/gtkbutton.c:228 ../gtk/gtkexpander.c:204 ../gtk/gtklabel.c:389 -#: ../gtk/gtkmenuitem.c:316 +#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389 +#: gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" @@ -830,72 +829,73 @@ msgstr "" "Ezartzen bada, testuko azpimarrak adierazten du hurrengo karakterea tekla " "bizkortzaile mnemoteknikorako erabili behar dela" -#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 +#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "Erabili oinarria" -#: ../gtk/gtkbutton.c:236 -msgid "If set, the label is used to pick a stock item instead of being displayed" +#: gtk/gtkbutton.c:236 +msgid "" +"If set, the label is used to pick a stock item instead of being displayed" msgstr "" "Ezartzen bada, etiketa oinarriko elementu bat hautatzeko erabiltzen da, " "bistaratu ordez" -#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 -#: ../gtk/gtkfilechooserbutton.c:393 +#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "Fokua klik egindakoan" -#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 +#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" -msgstr "Botoiak saguaren klik egindakoan fokua hartzen duen ala ez adierazten du" +msgstr "" +"Botoiak saguaren klik egindakoan fokua hartzen duen ala ez adierazten du" -#: ../gtk/gtkbutton.c:251 +#: gtk/gtkbutton.c:251 msgid "Border relief" msgstr "Ertzaren erliebea" -#: ../gtk/gtkbutton.c:252 +#: gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "Ertzaren erliebearen estiloa" -#: ../gtk/gtkbutton.c:269 +#: gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "Umearentzako lerrokatze horizontala" -#: ../gtk/gtkbutton.c:288 +#: gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "Umearentzako lerrokatze bertikala" # -#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 +#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "Ikono-trepeta" -#: ../gtk/gtkbutton.c:306 +#: gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "Menuaren testuaren ondoan agertu beharreko trepeta umea" -#: ../gtk/gtkbutton.c:320 +#: gtk/gtkbutton.c:320 msgid "Image position" msgstr "Irudiaren posizioa" -#: ../gtk/gtkbutton.c:321 +#: gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "Irudiaren posizioa, testuarekiko erlatiboa" # -#: ../gtk/gtkbutton.c:433 +#: gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "Tarte lehenetsia" -#: ../gtk/gtkbutton.c:434 +#: gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "CAN_DEFAULT botoiei gehitzeko tarte osagarria" -#: ../gtk/gtkbutton.c:440 +#: gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "Kanpoko tarte lehenetsia" -#: ../gtk/gtkbutton.c:441 +#: gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" @@ -903,27 +903,29 @@ msgstr "" "CAN_DEFAULT botoiei gehitzeko tarte osagarria, beti ertzetik kanpo " "marraztuta dagoena" -#: ../gtk/gtkbutton.c:446 +#: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "Umearen X desplazamendua" -#: ../gtk/gtkbutton.c:447 -msgid "How far in the x direction to move the child when the button is depressed" +#: gtk/gtkbutton.c:447 +msgid "" +"How far in the x direction to move the child when the button is depressed" msgstr "Umea noraino eraman behar den x norabidean, botoia askatutakoan" -#: ../gtk/gtkbutton.c:454 +#: gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "Umearen Y desplazamendua" -#: ../gtk/gtkbutton.c:455 -msgid "How far in the y direction to move the child when the button is depressed" +#: gtk/gtkbutton.c:455 +msgid "" +"How far in the y direction to move the child when the button is depressed" msgstr "Umea noraino eraman behar den y norabidean, botoia askatutakoan" -#: ../gtk/gtkbutton.c:471 +#: gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "Fokuaren desplazamendua" -#: ../gtk/gtkbutton.c:472 +#: gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" @@ -931,51 +933,51 @@ msgstr "" "child_displacement_x/_y propietateak foko-laukian ere eragingo duen ala ez " "adierazten du" -#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "Barneko ertza" -#: ../gtk/gtkbutton.c:486 +#: gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "Botoi-ertzaren eta umearen arteko ertza." -#: ../gtk/gtkbutton.c:499 +#: gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "Irudi-tartea" -#: ../gtk/gtkbutton.c:500 +#: gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "irudiaren eta etiketaren arteko tartea (pixeletan)" -#: ../gtk/gtkbutton.c:514 +#: gtk/gtkbutton.c:514 msgid "Show button images" msgstr "Erakutsi botoien irudiak" -#: ../gtk/gtkbutton.c:515 +#: gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "Irudiak botoietan erakutsi behar diren ala ez adierazten du" -#: ../gtk/gtkcalendar.c:440 +#: gtk/gtkcalendar.c:440 msgid "Year" msgstr "Urtea" -#: ../gtk/gtkcalendar.c:441 +#: gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "Hautatutako urtea" -#: ../gtk/gtkcalendar.c:454 +#: gtk/gtkcalendar.c:454 msgid "Month" msgstr "Hila" -#: ../gtk/gtkcalendar.c:455 +#: gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "Hautatutako hila (0 eta 11 arteko zenbakia)" -#: ../gtk/gtkcalendar.c:469 +#: gtk/gtkcalendar.c:469 msgid "Day" msgstr "Eguna" -#: ../gtk/gtkcalendar.c:470 +#: gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" @@ -984,329 +986,327 @@ msgstr "" "desautatzeko)" # -#: ../gtk/gtkcalendar.c:484 +#: gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "Erakutsi izenburua" -#: ../gtk/gtkcalendar.c:485 +#: gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "TRUE (egia) bada, izenburu bat bistaratuko da" -#: ../gtk/gtkcalendar.c:499 +#: gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "Erakutsi egunen izenak" -#: ../gtk/gtkcalendar.c:500 +#: gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "TRUE (egia) bada, egunen izenak bistaratuko dira" -#: ../gtk/gtkcalendar.c:513 +#: gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "Ezin da hila aldatu" -#: ../gtk/gtkcalendar.c:514 +#: gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "TRUE (egia) bada, hautatutako hila ezin da aldatu" -#: ../gtk/gtkcalendar.c:528 +#: gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "Erakutsi asteen zenbakiak" -#: ../gtk/gtkcalendar.c:529 +#: gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "TRUE (egia) bada, asteen zenbakiak bistaratuko dira" -#: ../gtk/gtkcalendar.c:544 +#: gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "Zabaleraren xehetasunak" -#: ../gtk/gtkcalendar.c:545 +#: gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "Zabaleraren xehetasuna karakteretan" -#: ../gtk/gtkcalendar.c:560 +#: gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "Altueraren xehetasunak" -#: ../gtk/gtkcalendar.c:561 +#: gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "Altueraren xehetasuna karakteretan" -#: ../gtk/gtkcalendar.c:577 +#: gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "Erakutsi xehetasunak" -#: ../gtk/gtkcalendar.c:578 +#: gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "TRUE (egia) bada, xehetasunak bistaratuko dira" # -#: ../gtk/gtkcellrenderer.c:177 +#: gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "modua" -#: ../gtk/gtkcellrenderer.c:178 +#: gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "CellRenderer-en modu editagarria" # -#: ../gtk/gtkcellrenderer.c:186 +#: gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "ikusgai" -#: ../gtk/gtkcellrenderer.c:187 +#: gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "Bistaratu gelaxka" -#: ../gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "Bistaratu gelaxka sentikorra" # -#: ../gtk/gtkcellrenderer.c:201 +#: gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "xalign" -#: ../gtk/gtkcellrenderer.c:202 +#: gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "x lerrokatzea" -#: ../gtk/gtkcellrenderer.c:211 +#: gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "yalign" -#: ../gtk/gtkcellrenderer.c:212 +#: gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "y lerrokatzea" -#: ../gtk/gtkcellrenderer.c:221 +#: gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "xpad" -#: ../gtk/gtkcellrenderer.c:222 +#: gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "x betegarria" -#: ../gtk/gtkcellrenderer.c:231 +#: gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "ypad" -#: ../gtk/gtkcellrenderer.c:232 +#: gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "y betegarria" # -#: ../gtk/gtkcellrenderer.c:241 +#: gtk/gtkcellrenderer.c:241 msgid "width" msgstr "zabalera" # -#: ../gtk/gtkcellrenderer.c:242 +#: gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "zabalera finkoa" # -#: ../gtk/gtkcellrenderer.c:251 +#: gtk/gtkcellrenderer.c:251 msgid "height" msgstr "altuera" -#: ../gtk/gtkcellrenderer.c:252 +#: gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "Altuera finkoa" -#: ../gtk/gtkcellrenderer.c:261 +#: gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "Zabaltzailea da" -#: ../gtk/gtkcellrenderer.c:262 +#: gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "Errenkadak umeak ditu" -#: ../gtk/gtkcellrenderer.c:270 +#: gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "Zabaltzailea da" -#: ../gtk/gtkcellrenderer.c:271 +#: gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "Errenkada errenkada zabaltzailea da eta zabalduta dago" -#: ../gtk/gtkcellrenderer.c:278 +#: gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "Gelaxkaren atzeko planoaren kolore-izena" -#: ../gtk/gtkcellrenderer.c:279 +#: gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "Gelaxkaren atzeko planoaren kolorea kate gisa" -#: ../gtk/gtkcellrenderer.c:286 +#: gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "Gelaxkaren atzeko planoaren kolorea" -#: ../gtk/gtkcellrenderer.c:287 +#: gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "Gelaxkaren atzeko planoaren kolorea GdkColor gisa" -#: ../gtk/gtkcellrenderer.c:294 +#: gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "Edizioa" -#: ../gtk/gtkcellrenderer.c:295 +#: gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "Gelaxka errendatzea edizio moduan dagoen ala ez adierazten du" -#: ../gtk/gtkcellrenderer.c:303 +#: gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "Gelaxkaren atzeko planoaren ezarpena" -#: ../gtk/gtkcellrenderer.c:304 +#: gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "" "Etiketa honek gelaxkaren atzeko planoaren koloreari eragiten dion ala ez " "adierazten du" -#: ../gtk/gtkcellrendereraccel.c:113 +#: gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "Tekla bizkortzailea" -#: ../gtk/gtkcellrendereraccel.c:114 +#: gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "Bizkortzailearen balioa" -#: ../gtk/gtkcellrendereraccel.c:130 +#: gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "Bizkortzailearen aldatzaileak" -#: ../gtk/gtkcellrendereraccel.c:131 +#: gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "Bizkortzailearen aldatzaile-maskara" -#: ../gtk/gtkcellrendereraccel.c:148 +#: gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "Bizkortzailearen kodea" -#: ../gtk/gtkcellrendereraccel.c:149 +#: gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "Bizkortzailearen hardwareko kodea" -#: ../gtk/gtkcellrendereraccel.c:168 +#: gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "Bizkortzaile modua" -#: ../gtk/gtkcellrendereraccel.c:169 +#: gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "Bizkortzaile motak" # -#: ../gtk/gtkcellrenderercombo.c:107 +#: gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "Modeloa" -#: ../gtk/gtkcellrenderercombo.c:108 +#: gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "Konbinazio-koadroaren balio posibleak dituen modeloa" -#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 +#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "Testu-zutabea" -#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 +#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "Kateak datu-iturburuen modeloko zein zutabetik hartu behar diren" -#: ../gtk/gtkcellrenderercombo.c:148 +#: gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "Sarrera du" -#: ../gtk/gtkcellrenderercombo.c:149 +#: gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "FALSE bada, ez du hautatutakoak ez diren kateak sartzen uzten" -#: ../gtk/gtkcellrendererpixbuf.c:111 +#: gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "Pixbuf objektua" -#: ../gtk/gtkcellrendererpixbuf.c:112 +#: gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "Errendatzeko pixbuf-a" -#: ../gtk/gtkcellrendererpixbuf.c:119 +#: gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "Pixbuf zabaltzailea irekita" -#: ../gtk/gtkcellrendererpixbuf.c:120 +#: gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "Irekitako zabaltzailearen pixbuf-a" -#: ../gtk/gtkcellrendererpixbuf.c:127 +#: gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "Pixbuf zabaltzailea itxita" -#: ../gtk/gtkcellrendererpixbuf.c:128 +#: gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "Itxitako zabaltzailearen pixbuf-a" -#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 -#: ../gtk/gtkstatusicon.c:226 +#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "Oinarri-IDa" -#: ../gtk/gtkcellrendererpixbuf.c:136 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "Errendatu behar den oinarri-ikonoaren oinarri-IDa" # -#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 -#: ../gtk/gtkstatusicon.c:267 +#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 +#: gtk/gtkstatusicon.c:267 msgid "Size" msgstr "Tamaina" -#: ../gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "Errendatutako ikonoaren tamaina zehazten duen GtkIconSize-(r)en balioa" -#: ../gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "Xehetasunak" -#: ../gtk/gtkcellrendererpixbuf.c:154 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "Errendatu gaiaren motorrera pasatzeko xehetasunak " -#: ../gtk/gtkcellrendererpixbuf.c:187 +#: gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "Hurrengo egoera" -#: ../gtk/gtkcellrendererpixbuf.c:188 +#: gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" "Errendatutako 'pixbuf'a egoerarekin bat koloreztatuko den ala ez adierazten " "du" # -#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikonoa" -#: ../gtk/gtkcellrendererprogress.c:129 +#: gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "Progresio-barraren balioa" -#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 -#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 -#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 +#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 +#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 +#: gtk/gtktextbuffer.c:198 msgid "Text" msgstr "Testua" -#: ../gtk/gtkcellrendererprogress.c:147 +#: gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "Progresio-barraren testua" -#: ../gtk/gtkcellrendererprogress.c:170 +#: gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "Pultsua" -#: ../gtk/gtkcellrendererprogress.c:171 +#: gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." @@ -1314,11 +1314,11 @@ msgstr "" "Ezarri balio positiboekin zehaztasunik gabeko progresio batzuk burutu direla " "adierazteko." -#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 +#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "Testuaren x lerrokatzea" -#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 +#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -1326,224 +1326,220 @@ msgstr "" "Lerrokatze horizontala, 0tik (ezkerretik) 1era (eskuinera). Alderantziz RTL " "diseinuetan." -#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 +#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "Testuaren y lerrokatzea" -#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 +#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "Lerrokatze bertikala, 0tik (goian) 1era (behean)." -#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 -#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 -#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 +#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 +#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 +#: gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "Orientazioa" -#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 +#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "Progresio-barraren orientazioa eta hazte-norabidea" -#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:223 -#: ../gtk/gtkspinbutton.c:208 +#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Doitzea" -#: ../gtk/gtkcellrendererspin.c:94 +#: gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "Biratze-botoiaren balioa duen doitzea." -#: ../gtk/gtkcellrendererspin.c:109 +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "Igoera-abiadura" -#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 +#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "Azelerazio-abiadura botoia sakatzean" -#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 -#: ../gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "Digituak" -#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 +#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "Bistaratu beharreko hamartarren kopurua" -#: ../gtk/gtkcellrenderertext.c:196 +#: gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "Errendatu beharreko testua" -#: ../gtk/gtkcellrenderertext.c:203 +#: gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "Markaketa" -#: ../gtk/gtkcellrenderertext.c:204 +#: gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "Errendatu beharreko testu markatua" -#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 +#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 msgid "Attributes" msgstr "Atributuak" -#: ../gtk/gtkcellrenderertext.c:212 +#: gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "Errendatzaileko testuari aplikatu beharreko estilo-atributuen zerrenda" -#: ../gtk/gtkcellrenderertext.c:219 +#: gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "Paragrafo bakarreko modua" -#: ../gtk/gtkcellrenderertext.c:220 +#: gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "Testu osoa paragrafo bakar batean mantenduko den ala ez adierazten du" -#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 -#: ../gtk/gtktexttag.c:183 +#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 msgid "Background color name" msgstr "Atzeko planoaren kolore-izena" -#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 -#: ../gtk/gtktexttag.c:184 +#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "Atzeko planoaren kolorea kate gisa" -#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 -#: ../gtk/gtktexttag.c:191 +#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 msgid "Background color" msgstr "Atzeko planoaren kolorea" -#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 +#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "Atzeko planoaren kolorea GdkColor gisa" -#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 +#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "Aurreko planoaren kolore-izena" -#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 +#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "Aurreko planoaren kolorea kate gisa" -#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 +#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "Aurreko planoko kolorea" -#: ../gtk/gtkcellrenderertext.c:253 +#: gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "Aurreko planoaren kolorea GdkColor gisa" # -#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 -#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 +#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "Editagarria" -#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 -#: ../gtk/gtktextview.c:574 +#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "Erabiltzaileak testua alda dezakeen ala ez adierazten du" -#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 -#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 +#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 +#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 msgid "Font" msgstr "Letra-tipoa" -#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 +#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "Letra-tipoaren azalpena kate gisa; adibidez, \"Sans Italic 12\"" -#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 +#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "Letra-tipoaren azalpena PangoFontDescription-en egitura gisa" # -#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 +#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 msgid "Font family" msgstr "Letra-tipoen familia" -#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 +#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" -msgstr "Letra-tipoen familien izena; adibidez, Sans, Helvetica, Times, Monospace" +msgstr "" +"Letra-tipoen familien izena; adibidez, Sans, Helvetica, Times, Monospace" -#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 -#: ../gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 +#: gtk/gtktexttag.c:291 msgid "Font style" msgstr "Letra-tipoaren estiloa" -#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 -#: ../gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 +#: gtk/gtktexttag.c:300 msgid "Font variant" msgstr "Letra-tipoaren aldaera" # -#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 -#: ../gtk/gtktexttag.c:309 +#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 +#: gtk/gtktexttag.c:309 msgid "Font weight" msgstr "Letraren zabalera" # -#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 -#: ../gtk/gtktexttag.c:320 +#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 +#: gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "Letra-tipo tiratua" -#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 -#: ../gtk/gtktexttag.c:329 +#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 +#: gtk/gtktexttag.c:329 msgid "Font size" msgstr "Letra-tamaina" # -#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 +#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 msgid "Font points" msgstr "Letraren puntuak" -#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 +#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "Letra-tamaina puntutan" # -#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 +#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 msgid "Font scale" msgstr "Letra-tipoaren eskala" -#: ../gtk/gtkcellrenderertext.c:352 +#: gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "Letra-tipoa eskalatzeko faktorea" # -#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 +#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 msgid "Rise" msgstr "Goratzea" -#: ../gtk/gtkcellrenderertext.c:362 -msgid "Offset of text above the baseline (below the baseline if rise is negative)" +#: gtk/gtkcellrenderertext.c:362 +msgid "" +"Offset of text above the baseline (below the baseline if rise is negative)" msgstr "" "Testuaren desplazamendua oinarri-lerroaren gainetik (oinarri-lerroaren " "azpitik goratzea negatiboa bada)" -#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 +#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "Marratua" -#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 +#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "Testua marratuko den ala ez adierazten du" -#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 +#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 msgid "Underline" msgstr "Azpimarra" -#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 +#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "Testu honen azpimarra-estiloa" -#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 +#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 msgid "Language" msgstr "Hizkuntza" -#: ../gtk/gtkcellrenderertext.c:391 +#: gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " @@ -1553,12 +1549,11 @@ msgstr "" "dezake testua bihurtzean. Parametro hori ulertzen ez baduzu, beharbada ez " "duzu beharko" -#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 -#: ../gtk/gtkprogressbar.c:206 +#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "Elipsi gisa" -#: ../gtk/gtkcellrenderertext.c:412 +#: gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" @@ -1566,21 +1561,21 @@ msgstr "" "Katea elipsi gisa jartzeko lekurik egokiena, errendatutako gelaxkak ez badu " "nahikoa toki kate osoa bistaratzeko." -#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 -#: ../gtk/gtklabel.c:519 +#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 +#: gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "Zabalera karakteretan" -#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 +#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "Etiketaren zabalera (karakteretan)" # -#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 +#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "Itzulbiratze-modua" -#: ../gtk/gtkcellrenderertext.c:451 +#: gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" @@ -1589,656 +1584,661 @@ msgstr "" "toki kate osoa bistaratzeko." # -#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 +#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "Doitze-zabalera" -#: ../gtk/gtkcellrenderertext.c:471 +#: gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "Testua itzulbiratzeko zabalera" -#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 +#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "Lerrokatzea" -#: ../gtk/gtkcellrenderertext.c:492 +#: gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "Marrak nola lerrokatu" -#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 -#: ../gtk/gtktexttag.c:564 +#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 msgid "Background set" msgstr "Atzeko planoaren ezarpena" -#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 -#: ../gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" -msgstr "Etiketa honek atzeko planoaren koloreari eragiten dion ala ez adierazten du" +msgstr "" +"Etiketa honek atzeko planoaren koloreari eragiten dion ala ez adierazten du" -#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 +#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "Aurreko planoaren ezarpena" -#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" -msgstr "Etiketa honek aurreko planoaren koloreari eragiten dion ala ez adierazten du" +msgstr "" +"Etiketa honek aurreko planoaren koloreari eragiten dion ala ez adierazten du" -#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 +#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 msgid "Editability set" msgstr "Editagarritasunaren ezarpena" -#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 +#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" -msgstr "Etiketa honek testuaren editagarritasunari eragiten dion ala ez adierazten du" +msgstr "" +"Etiketa honek testuaren editagarritasunari eragiten dion ala ez adierazten du" -#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 +#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 msgid "Font family set" msgstr "Letra-tipoen familiaren ezarpena" -#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 +#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" -msgstr "Etiketa honek letra-tipoen familiari eragiten dion ala ez adierazten du" +msgstr "" +"Etiketa honek letra-tipoen familiari eragiten dion ala ez adierazten du" # -#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 +#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 msgid "Font style set" msgstr "Letra-tipoen estiloaren ezarpena" -#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "Etiketa honek letra-estiloari eragingo dion ala ez adierazten du" -#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 +#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "Letra-tipoen aldaeraren ezarpena" -#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 +#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" -msgstr "Etiketa honek letra-tipoen aldaerari eragiten dion ala ez adierazten du" +msgstr "" +"Etiketa honek letra-tipoen aldaerari eragiten dion ala ez adierazten du" # -#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 +#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "Letraren zabaleraren ezarpena" -#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "Etiketa honek letraren zabalerari eragiten dion ala ez adierazten du" -#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 +#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "Letra-tipo tiratuaren ezarpena" -#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 +#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" -msgstr "Etiketa honek letra-tipoaren luzatzeari eragiten dion ala ez adierazten du" +msgstr "" +"Etiketa honek letra-tipoaren luzatzeari eragiten dion ala ez adierazten du" -#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 +#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 msgid "Font size set" msgstr "Letra-tamainaren ezarpena" -#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 +#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "Etiketa honek letra-tamainari eragingo dion ala ez adierazten du" # -#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 +#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "Letra-tipoaren eskalaren ezarpena" -#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 +#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "" "Etiketa honek faktore batez letraren tamaina eskalatzen duen ala ez " "adierazten du" -#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 +#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 msgid "Rise set" msgstr "Goratzearen ezarpena " -#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 +#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "Etiketa honek goratzeari eragingo dion ala ez adierazten du" -#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 +#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "Marratuaren ezarpena" -#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 +#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "Etiketa honek marratuari eragiten dion ala ez adierazten du" -#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 +#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 msgid "Underline set" msgstr "Azpimarraren ezarpena" -#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 +#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "Etiketa honek azpimarrari eragiten dion ala ez adierazten du" -#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 +#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 msgid "Language set" msgstr "Hizkuntzaren ezarpena" -#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 +#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "" "Etiketa honek testua errendatzen den hizkuntzari eragiten dion ala ez " "adierazten du" -#: ../gtk/gtkcellrenderertext.c:558 +#: gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "Elipsi multzoa" -#: ../gtk/gtkcellrenderertext.c:559 +#: gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" -msgstr "Etiketa honek elipsi sortzearen moduari eragiten dion ala ez adierazten du" +msgstr "" +"Etiketa honek elipsi sortzearen moduari eragiten dion ala ez adierazten du" -#: ../gtk/gtkcellrenderertext.c:562 +#: gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "Lerrokatzea ezarri" -#: ../gtk/gtkcellrenderertext.c:563 +#: gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "Etiketa honek lerrokatze moduari eragiten dion ala ez" -#: ../gtk/gtkcellrenderertoggle.c:126 +#: gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "Aktibatze-egoera" -#: ../gtk/gtkcellrenderertoggle.c:127 +#: gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "Botoia aktibatuta dagoen ala ez" -#: ../gtk/gtkcellrenderertoggle.c:134 +#: gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "Sendotasunik gabeko egoera" -#: ../gtk/gtkcellrenderertoggle.c:135 +#: gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "Botoiaren sendotasunik gabeko egoera" -#: ../gtk/gtkcellrenderertoggle.c:142 +#: gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "Aktibagarritasuna" -#: ../gtk/gtkcellrenderertoggle.c:143 +#: gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "Txandakatze-botoia aktiba daiteke" -#: ../gtk/gtkcellrenderertoggle.c:150 +#: gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "Aukera-egoera" -#: ../gtk/gtkcellrenderertoggle.c:151 +#: gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "Marraztu txandakatze-botoia aukera-botoi gisa" -#: ../gtk/gtkcellrenderertoggle.c:158 +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "Adierazlearen tamaina" -#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 -#: ../gtk/gtkcheckmenuitem.c:122 +#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 +#: gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "Kontrol-laukiaren edo aukera-adierazlearen tamaina" -#: ../gtk/gtkcellview.c:182 +#: gtk/gtkcellview.c:182 msgid "CellView model" msgstr "CellView modeloa" -#: ../gtk/gtkcellview.c:183 +#: gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "Gelaxka-ikustailaren modeloa" -#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 -#: ../gtk/gtkoptionmenu.c:168 +#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "Adierazlearen tamaina" -#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 -#: ../gtk/gtkoptionmenu.c:174 +#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "Adierazlearen tartea" -#: ../gtk/gtkcheckbutton.c:78 +#: gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "Kontrol-laukiaren edo aukera-adierazlearen inguruko tartea" -#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 -#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 -#: ../gtk/gtktoggletoolbutton.c:114 +#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 +#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "Aktibo" -#: ../gtk/gtkcheckmenuitem.c:99 +#: gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "Menu-elementuak hautamarka duen ala ez adierazten du" # -#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 +#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "Sendotasunik gabea" -#: ../gtk/gtkcheckmenuitem.c:107 +#: gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "\"sendotasunik gabeko\" egoera bistaratuko den ala ez adierazten du" -#: ../gtk/gtkcheckmenuitem.c:114 +#: gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "Marraztu aukera ugariko menu-elementu gisa" -#: ../gtk/gtkcheckmenuitem.c:115 +#: gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "" "Menu-elementuak aukera ugariko menu-elementuaren itxura duen ala ez " "adierazten du" -#: ../gtk/gtkcolorbutton.c:171 +#: gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "Erabili alfa" -#: ../gtk/gtkcolorbutton.c:172 +#: gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "Koloreari alfa balioa emango zaion ala ez adierazten du" # -#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 -#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 -#: ../gtk/gtktreeviewcolumn.c:264 +#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 +#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "Izenburua" -#: ../gtk/gtkcolorbutton.c:187 +#: gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "Kolorea hautatzeko elkarrizketa-koadroaren izenburua" -#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 +#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "Uneko kolorea" -#: ../gtk/gtkcolorbutton.c:202 +#: gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "Hautatutako kolorea" -#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 +#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "Uneko alfa" -#: ../gtk/gtkcolorbutton.c:217 +#: gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "Hautatutako opakutasun-balioa (0 guztiz gardena, 65535 guztiz opakua)" -#: ../gtk/gtkcolorsel.c:279 +#: gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "Opakutasun-kontrola du" -#: ../gtk/gtkcolorsel.c:280 +#: gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "" "Kolore-hautatzaileak opakutasuna ezartzeko baimena eman behar duen ala ez " "adierazten du" -#: ../gtk/gtkcolorsel.c:286 +#: gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "Paleta dauka" -#: ../gtk/gtkcolorsel.c:287 +#: gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "Paleta erabili behar den ala ez adierazten du" -#: ../gtk/gtkcolorsel.c:294 +#: gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "Uneko kolorea" -#: ../gtk/gtkcolorsel.c:301 +#: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "Uneko opakutasun-balioa (0 guztiz gardena, 65535 guztiz opakua)" -#: ../gtk/gtkcolorsel.c:315 +#: gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "Paleta pertsonalizatua" -#: ../gtk/gtkcolorsel.c:316 +#: gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "Kolore-hautatzailean erabili beharreko paleta" -#: ../gtk/gtkcolorseldialog.c:102 +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "Kolore hautapena" -#: ../gtk/gtkcolorseldialog.c:103 +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "Kolore hautapena elkarrizketa-koadroan kapsulatuta dago." -#: ../gtk/gtkcolorseldialog.c:109 +#: gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "Ados botoia" -#: ../gtk/gtkcolorseldialog.c:110 +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "Elkarrizketa-koadroan agertzen den Ados botoia." -#: ../gtk/gtkcolorseldialog.c:116 +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "Utzi botoia" -#: ../gtk/gtkcolorseldialog.c:117 +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "Elkarrizketa-koadroan agertzen den Utzi botoia." -#: ../gtk/gtkcolorseldialog.c:123 +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "Laguntza botoia" -#: ../gtk/gtkcolorseldialog.c:124 +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "Elkarrizketa-koadroan agertzen den Laguntza botoia." -#: ../gtk/gtkcombo.c:145 +#: gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "Gaitu gezi-teklak" -#: ../gtk/gtkcombo.c:146 +#: gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" -msgstr "Gezi-teklak elementu-zerrendan zehar mugitzen diren ala ez adierazten du" +msgstr "" +"Gezi-teklak elementu-zerrendan zehar mugitzen diren ala ez adierazten du" -#: ../gtk/gtkcombo.c:152 +#: gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "Gaitu beti geziak" -#: ../gtk/gtkcombo.c:153 +#: gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "Propietate zaharkitua, ez ikusi egin" -#: ../gtk/gtkcombo.c:159 +#: gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "Maiuskula/minuskula" -#: ../gtk/gtkcombo.c:160 +#: gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "" "Bat datozen elementuen zerrendan maiuskulak eta minuskulak kontuan hartzen " "dituen adierazten du" -#: ../gtk/gtkcombo.c:167 +#: gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "Onartu hutsik" -#: ../gtk/gtkcombo.c:168 +#: gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "Balio huts bat eremu honetan sar daitekeen ala ez adierazten du" -#: ../gtk/gtkcombo.c:175 +#: gtk/gtkcombo.c:175 msgid "Value in list" msgstr "Zerrendako balioa" -#: ../gtk/gtkcombo.c:176 +#: gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "Sartutako balioek zerrendan egon behar duten ala ez adierazten du" -#: ../gtk/gtkcombobox.c:661 +#: gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "Konbinazio-koadroaren modeloa" -#: ../gtk/gtkcombobox.c:662 +#: gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "Konbinazio-koadroa zein modelotakoa den" -#: ../gtk/gtkcombobox.c:679 +#: gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "Sareta bateko elementuak diseinatzeko doitze-zabalera" # -#: ../gtk/gtkcombobox.c:701 +#: gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "Errenkada-hedaduraren zutabea" -#: ../gtk/gtkcombobox.c:702 +#: gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "Errenkada-hedaduraren balioak dituen TreeModel zutabea" -#: ../gtk/gtkcombobox.c:723 +#: gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "Zutabe-hedaduraren zutabea" -#: ../gtk/gtkcombobox.c:724 +#: gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "Zutabe-hedaduraren balioak dituen TreeModel zutabea" -#: ../gtk/gtkcombobox.c:745 +#: gtk/gtkcombobox.c:745 msgid "Active item" msgstr "Elementu aktiboa" -#: ../gtk/gtkcombobox.c:746 +#: gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "Unean aktibatuta dagoen elementua" -#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 +#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "Gehitu askagarriak menuei" -#: ../gtk/gtkcombobox.c:766 +#: gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "" "Goitibeherako menuek askagarri bat eduki dezaketen menuko elementu gisa ala " "ez adierazten du" -#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 +#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 msgid "Has Frame" msgstr "Markoa dauka" -#: ../gtk/gtkcombobox.c:782 +#: gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "" "Konbinazio-koadroko goitibeherako menuek umearen inguruan markoa marraztu " "behar duten ala ez adierazten du" -#: ../gtk/gtkcombobox.c:790 +#: gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "" "Konbinazio-koadroko goitibeherako menuek fokoa hartzen duten (bertan " "saguarekin klik egitean) ala ez adierazten du" -#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 +#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "Askagarriaren izenburua" -#: ../gtk/gtkcombobox.c:806 +#: gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" msgstr "Leiho-kudeatzaileak bistara dezakeen izenburua laster-leihoa kentzean" -#: ../gtk/gtkcombobox.c:823 +#: gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "Laster-leihoa erakutsita" -#: ../gtk/gtkcombobox.c:824 +#: gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "Goitibeherako konbinazioa erakutsi edo ez" -#: ../gtk/gtkcombobox.c:840 +#: gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "Botoiaren sentikortasuna" -#: ../gtk/gtkcombobox.c:841 +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "" "Modeloa hutsik dagoenean goitibeherako botoia sentikorra izango den ala ez " "adierazten du" -#: ../gtk/gtkcombobox.c:848 +#: gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "Zerrenda gisa agertzen da" -#: ../gtk/gtkcombobox.c:849 +#: gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "" "Konbinazio-koadroko goitibeherako menuek menu-itxura baino zerrenda-itxura " "gehiago eduki behar duten ala ez adierazten du" # -#: ../gtk/gtkcombobox.c:865 +#: gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "Geziaren tamaina" -#: ../gtk/gtkcombobox.c:866 +#: gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "Geziaren gutxiengo tamaina konbinazio-koadroan" -#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 -#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 -#: ../gtk/gtkviewport.c:122 +#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 +#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 +#: gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "Itzal-mota" -#: ../gtk/gtkcombobox.c:882 +#: gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "Konbinazio-koadroaren inguruan marraztuko den itzal mota" # -#: ../gtk/gtkcontainer.c:238 +#: gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "Tamaina aldatzeko modua" -#: ../gtk/gtkcontainer.c:239 +#: gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "Tamaina-aldatzeak nola kudeatzen diren adierazten du" # -#: ../gtk/gtkcontainer.c:246 +#: gtk/gtkcontainer.c:246 msgid "Border width" msgstr "Ertzaren zabalera" -#: ../gtk/gtkcontainer.c:247 +#: gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "Edukiontzi umeen kanpoko ertz hutsaren zabalera" -#: ../gtk/gtkcontainer.c:255 +#: gtk/gtkcontainer.c:255 msgid "Child" msgstr "Umea" -#: ../gtk/gtkcontainer.c:256 +#: gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "Edukiontziari beste ume bat gehitzeko erabil daiteke" # -#: ../gtk/gtkcurve.c:124 +#: gtk/gtkcurve.c:124 msgid "Curve type" msgstr "Kurba-mota" -#: ../gtk/gtkcurve.c:125 +#: gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "Kurba hau lineala, spline-rekin interpolatua edo forma librekoa den" -#: ../gtk/gtkcurve.c:132 +#: gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "X minimoa" -#: ../gtk/gtkcurve.c:133 +#: gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "Xek izan dezakeen balio minimoa" -#: ../gtk/gtkcurve.c:141 +#: gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "X maximoa" -#: ../gtk/gtkcurve.c:142 +#: gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "Xek izan dezakeen balio maximoa" -#: ../gtk/gtkcurve.c:150 +#: gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "Y minimoa" -#: ../gtk/gtkcurve.c:151 +#: gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "Yk izan dezakeen balio minimoa" -#: ../gtk/gtkcurve.c:159 +#: gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "Y maximoa" -#: ../gtk/gtkcurve.c:160 +#: gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Yk izan dezakeen balio maximoa" -#: ../gtk/gtkdialog.c:145 +#: gtk/gtkdialog.c:145 msgid "Has separator" msgstr "Bereizlea dauka" -#: ../gtk/gtkdialog.c:146 +#: gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "Elkarrizketa-koadroak barra bereizlea du botoien gainean" -#: ../gtk/gtkdialog.c:191 +#: gtk/gtkdialog.c:191 msgid "Content area border" msgstr "Edukiaren arearen ertza" -#: ../gtk/gtkdialog.c:192 +#: gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "Ertzak elkarrizketa-area nagusiaren inguruan duen zabalera" -#: ../gtk/gtkdialog.c:209 +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "Edukiaren arearen tartea" -#: ../gtk/gtkdialog.c:210 +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "Elkarrizketa-koadro nagusiko areako elementuen arteko tartea" -#: ../gtk/gtkdialog.c:217 +#: gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "Botoien tartea" -#: ../gtk/gtkdialog.c:218 +#: gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "Botoien arteko tartea" -#: ../gtk/gtkdialog.c:226 +#: gtk/gtkdialog.c:226 msgid "Action area border" msgstr "Ekintza-arearen ertza" -#: ../gtk/gtkdialog.c:227 +#: gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" -msgstr "Elkarrizketa-koadroaren behekaldeko botoi-arearen inguruko ertzaren zabalera" +msgstr "" +"Elkarrizketa-koadroaren behekaldeko botoi-arearen inguruko ertzaren zabalera" # -#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 +#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "Kurtsorearen posizioa" -#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 +#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "Txertatze-kurtsorearen uneko posizioa karakteretan" # -#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 +#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "Hautapen-muga" -#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 -msgid "The position of the opposite end of the selection from the cursor in chars" +#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 +msgid "" +"The position of the opposite end of the selection from the cursor in chars" msgstr "Hautapenaren kontrako bukaera kurtsoretik zenbat karakteretara dagoen." -#: ../gtk/gtkentry.c:626 +#: gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "Sarreraren edukia edita daitekeen ala ez adierazten du" -#: ../gtk/gtkentry.c:633 +#: gtk/gtkentry.c:633 msgid "Maximum length" msgstr "Gehienezko luzera" -#: ../gtk/gtkentry.c:634 +#: gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" -msgstr "Sarrera honen gehienezko karaktere-kopurua. Gehienezkorik ez badago, zero" +msgstr "" +"Sarrera honen gehienezko karaktere-kopurua. Gehienezkorik ez badago, zero" -#: ../gtk/gtkentry.c:642 +#: gtk/gtkentry.c:642 msgid "Visibility" msgstr "Ikusgaitasuna" -#: ../gtk/gtkentry.c:643 +#: gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" @@ -2246,31 +2246,32 @@ msgstr "" "FALTSUAk \"karaktere ikusezina\" bistaratzen du uneko testuaren ordez " "(pasahitz-modua)" -#: ../gtk/gtkentry.c:651 +#: gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "FALTSUAk kanpoko alaka kentzen du sarreratik" -#: ../gtk/gtkentry.c:659 -msgid "Border between text and frame. Overrides the inner-border style property" +#: gtk/gtkentry.c:659 +msgid "" +"Border between text and frame. Overrides the inner-border style property" msgstr "" "Testua eta markoaren arteko ertza. 'Barneko ertza' propietateari jaramonik " "ez zaio egingo" -#: ../gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 msgid "Invisible character" msgstr "Karaktere ikusezina" -#: ../gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" "Sarreraren edukia maskaratzean erabili beharreko karakterea (\"pasahitz-" "moduan\")" -#: ../gtk/gtkentry.c:674 +#: gtk/gtkentry.c:674 msgid "Activates default" msgstr "Lehenetsia aktibatzen du" -#: ../gtk/gtkentry.c:675 +#: gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" @@ -2278,33 +2279,33 @@ msgstr "" "Sartu botoia sakatutakoan, trepeta lehenetsia aktibatuko den ala ez " "adierazten du (adibidez, elkarrizketa-koadroko botoi lehenetsia)" -#: ../gtk/gtkentry.c:681 +#: gtk/gtkentry.c:681 msgid "Width in chars" msgstr "Zabalera karakteretan" -#: ../gtk/gtkentry.c:682 +#: gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "Sarreran zenbat karaktererentzako tartea utzi behar den " # -#: ../gtk/gtkentry.c:691 +#: gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "Korritze-desplazamendua" -#: ../gtk/gtkentry.c:692 +#: gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "Sarrerako pixel-kopurua pantailan ezkerrera korrituta " -#: ../gtk/gtkentry.c:702 +#: gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "Sarreraren edukia" # -#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 +#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 msgid "X align" msgstr "X lerrokatzea" -#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 +#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -2313,66 +2314,67 @@ msgstr "" "diseinuetan" # -#: ../gtk/gtkentry.c:734 +#: gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "Trunkatu lerro-anitzak" -#: ../gtk/gtkentry.c:735 +#: gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "Lerro-anitzeko itsatsiak lerro bakarrean trunkatu edo ez" -#: ../gtk/gtkentry.c:751 +#: gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "Sarreraren inguruan marraztuko den itzal mota 'markoa du' ezartean" -#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 +#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "Gainidazteko modua" -#: ../gtk/gtkentry.c:767 +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" -msgstr "Testu berriak lehendik dagoen testua gainidazten duen ala ez adierazten du" +msgstr "" +"Testu berriak lehendik dagoen testua gainidazten duen ala ez adierazten du" -#: ../gtk/gtkentry.c:781 +#: gtk/gtkentry.c:781 msgid "Text length" msgstr "Testuaren luzera" -#: ../gtk/gtkentry.c:782 +#: gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "Uneko testuaren luzera sarreran" -#: ../gtk/gtkentry.c:797 +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "Karaktere-multzo ikusezina" -#: ../gtk/gtkentry.c:798 +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "Karaktereen ikusezintasuna ezarri den edo ez" -#: ../gtk/gtkentry.c:816 +#: gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "Blok.maius. abisua" -#: ../gtk/gtkentry.c:817 +#: gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "" "Pasahitzen sarrerek abisua erakutsi behar duten maiuskulak blokeatuta " "daudenean edo ez." # -#: ../gtk/gtkentry.c:831 +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "Progresioaren frakzioa" -#: ../gtk/gtkentry.c:832 +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "Atazaren amaitutako uneko frakzioa" -#: ../gtk/gtkentry.c:849 +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "Progresioaren pultsuaren urratsa" -#: ../gtk/gtkentry.c:850 +#: gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" @@ -2380,269 +2382,271 @@ msgstr "" "Sarreraren zabalera osoaren frakzioa progresioaren itzulerako blokea " "mugitzeko gtk_entry_progress_pulse() funtzioaren dei bakoitzagatik" -#: ../gtk/gtkentry.c:866 +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "Pixbuf nagusia" -#: ../gtk/gtkentry.c:867 +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "Sarreraren pixbuf nagusia" -#: ../gtk/gtkentry.c:881 +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "Bigarren mailako pixbuf-a" -#: ../gtk/gtkentry.c:882 +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "Sarreraren bigarren mailako pixbuf-a" -#: ../gtk/gtkentry.c:896 +#: gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "Oinarri-ID nagusia" -#: ../gtk/gtkentry.c:897 +#: gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "Ikono nagusiarentzako oinarri-IDa" -#: ../gtk/gtkentry.c:911 +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "Bigarren mailako oinarri-IDa" -#: ../gtk/gtkentry.c:912 +#: gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "Bigarren mailako ikonoarentzako oinarri-IDa" -#: ../gtk/gtkentry.c:926 +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "Ikono-izen nagusia" -#: ../gtk/gtkentry.c:927 +#: gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "Ikono nagusiarentzako ikono-izena" -#: ../gtk/gtkentry.c:941 +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "Bigarren mailako ikono-izena" -#: ../gtk/gtkentry.c:942 +#: gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "Bigarren mailako ikonoarentzako ikono-izena" -#: ../gtk/gtkentry.c:956 +#: gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "GIcon nagusia" -#: ../gtk/gtkentry.c:957 +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "Ikono nagusiarentzako GIcon" -#: ../gtk/gtkentry.c:971 +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "Bigarren mailako GIcon" -#: ../gtk/gtkentry.c:972 +#: gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "Bigarren mailako ikonoarentzako GIcon" # -#: ../gtk/gtkentry.c:986 +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "Biltegi mota nagusia" -#: ../gtk/gtkentry.c:987 +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "Ikono nagusientzat erabiltzen den adierazpidea" -#: ../gtk/gtkentry.c:1002 +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "Bigarren mailako biltegi mota" -#: ../gtk/gtkentry.c:1003 +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "Bigarren mailako ikonoentzat erabiltzen den adierazpidea" -#: ../gtk/gtkentry.c:1024 +#: gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "Ikono nagusia aktibagarria" -#: ../gtk/gtkentry.c:1025 +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "Ikono nagusia aktibagarria den edo ez" -#: ../gtk/gtkentry.c:1045 +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "Bigarren mailako ikonoa aktibagarria" -#: ../gtk/gtkentry.c:1046 +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "Bigarren mailako ikonoa aktibagarria den edo ez" -#: ../gtk/gtkentry.c:1068 +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "Ikono nagusia sentikorra" -#: ../gtk/gtkentry.c:1069 +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "Ikono nagusia sentikorra den edo ez" -#: ../gtk/gtkentry.c:1090 +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "Bigarren mailako ikonoa sentikorra" -#: ../gtk/gtkentry.c:1091 +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "Bigarren mailako ikonoa sentikorra den edo ez" -#: ../gtk/gtkentry.c:1107 +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "Ikono nagusiaren argibidearen testua" -#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "Ikono nagusiaren argibidearen edukia" -#: ../gtk/gtkentry.c:1124 +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "Bigarren mailako ikonoaren argibidearen testua" -#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "Bigarren mailako ikonoaren argibidearen edukia" -#: ../gtk/gtkentry.c:1143 +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "Ikono nagusiaren argibidearen markaketa" -#: ../gtk/gtkentry.c:1162 +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "Bigarren mailako ikonoaren argibidearen markaketa" -#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "BM modulua" -#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "Zein BM modulu erabiliko den" # -#: ../gtk/gtkentry.c:1197 +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "Ikono argitua" -#: ../gtk/gtkentry.c:1198 +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" -msgstr "Ikono aktibagarriak argitu behar diren sagua gainetik igarotzean edo ez" +msgstr "" +"Ikono aktibagarriak argitu behar diren sagua gainetik igarotzean edo ez" -#: ../gtk/gtkentry.c:1211 +#: gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "Progresioaren ertza" -#: ../gtk/gtkentry.c:1212 +#: gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "Progresio-barraren inguruko ertza" -#: ../gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "Testu eta markoaren arteko ertza." -#: ../gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "Egoeraren iradokizuna" -#: ../gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "Dagokion egoera pasatu itzala edo atzeko planoa marraztean ala ez" # -#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "Hautatu enfokatzean" -#: ../gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "Enfokatzean, sarreraren edukia hautatuko den ala ez adierazten du" -#: ../gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "Pasahitzaren gonbitearen denbora-muga" -#: ../gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "" "Zenbat denboran erakutsiko den idatzitako azken karakterea ezkutuko " "sarreretan" -#: ../gtk/gtkentrycompletion.c:279 +#: gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "Osatze-eredua" -#: ../gtk/gtkentrycompletion.c:280 +#: gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "Berdinak direnak bilatzeko eredua" -#: ../gtk/gtkentrycompletion.c:286 +#: gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "Gakoaren gutxieneko luzera" -#: ../gtk/gtkentrycompletion.c:287 +#: gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "Bilaketa-gakoaren gutxieneko luzera berdinak direnak bilatzeko" -#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 +#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 msgid "Text column" msgstr "Testu-zutabea" -#: ../gtk/gtkentrycompletion.c:304 +#: gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "Kateak dauzkan modeloaren zutabea." -#: ../gtk/gtkentrycompletion.c:323 +#: gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "Lineako osaketa" -#: ../gtk/gtkentrycompletion.c:324 +#: gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "Arrizki arruntak automatikoki txertatuko diren ala ez adierazten du" -#: ../gtk/gtkentrycompletion.c:338 +#: gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "Laster-leiho osaketa" -#: ../gtk/gtkentrycompletion.c:339 +#: gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "Osaketak laster-leihoan erakutsiko diren ala ez adierazten du" -#: ../gtk/gtkentrycompletion.c:354 +#: gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "Laster-leihoak zabalera ezarri" -#: ../gtk/gtkentrycompletion.c:355 +#: gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "TRUE bada, laster-leihoak sarreraren tamaina berdina izango du" -#: ../gtk/gtkentrycompletion.c:373 +#: gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "Agertarazi bat-etortze bakuna" -#: ../gtk/gtkentrycompletion.c:374 +#: gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." -msgstr "TRUE bada, laster-leihoa agertuko da konparazioan bat datorren bakunarentzat" +msgstr "" +"TRUE bada, laster-leihoa agertuko da konparazioan bat datorren bakunarentzat" -#: ../gtk/gtkentrycompletion.c:388 +#: gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "Lineako hautapena" -#: ../gtk/gtkentrycompletion.c:389 +#: gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "Zure azalpena hemen" # -#: ../gtk/gtkeventbox.c:91 +#: gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "Leihoa ikusgai" -#: ../gtk/gtkeventbox.c:92 +#: gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." @@ -2650,11 +2654,11 @@ msgstr "" "Gertaera-koadroa ikusgai dagoen edo, alderantziz, ikusezin dagoen eta " "gertaerak geldiarazteko bakarrik erabiltzen den adierazten du." -#: ../gtk/gtkeventbox.c:98 +#: gtk/gtkeventbox.c:98 msgid "Above child" msgstr "Umearen gainean" -#: ../gtk/gtkeventbox.c:99 +#: gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." @@ -2662,149 +2666,150 @@ msgstr "" "Gertaera-koadroko gertaerak geldiarazteko leihoa trepeta umearen leihoaren " "gainean edo azpian dagoen adierazten du." -#: ../gtk/gtkexpander.c:187 +#: gtk/gtkexpander.c:187 msgid "Expanded" msgstr "Zabalduta" -#: ../gtk/gtkexpander.c:188 +#: gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "Zabaltzailea trepeta umea erakusteko ireki den ala ez adierazten du" -#: ../gtk/gtkexpander.c:196 +#: gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "Zabaltzailearen etiketako testua" -#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 +#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 msgid "Use markup" msgstr "Erabili markaketa" -#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 +#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "Etiketako testuak XML markaketa dauka. Ikus pango_parse_markup()" -#: ../gtk/gtkexpander.c:220 +#: gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "" "Etiketaren eta umearen artean jarri beharreko tarteaUmearen eta haren " "ingurukoen artean jarri beharreko tarte osagarria, pixeletan" -#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 +#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "Etiketa-trepeta" -#: ../gtk/gtkexpander.c:230 +#: gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "Ohiko zabaltzaile-etiketaren ordez bistaratu beharreko trepeta" -#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 +#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "Zabaltzailearen tamaina" -#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 +#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "Zabaltzailearen geziaren tamaina" -#: ../gtk/gtkexpander.c:246 +#: gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "Zabaltzailearen geziaren inguruko tartea" # -#: ../gtk/gtkfilechooser.c:194 +#: gtk/gtkfilechooser.c:194 msgid "Action" msgstr "Ekintza" -#: ../gtk/gtkfilechooser.c:195 +#: gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "Fitxategi-hautatzailea egiten ari den eragiketa-mota" -#: ../gtk/gtkfilechooser.c:201 +#: gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "Fitxategi-sistemaren motorra" -#: ../gtk/gtkfilechooser.c:202 +#: gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "Erabili beharreko fitxategi-sistemaren motorraren izena" -#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 +#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "Iragazkia" -#: ../gtk/gtkfilechooser.c:208 +#: gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "Zein fitxategi bistaratuko diren hautatzeko uneko iragazkia" -#: ../gtk/gtkfilechooser.c:213 +#: gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "Lokalak bakarrik" -#: ../gtk/gtkfilechooser.c:214 +#: gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "" "Hautatutako fitxategiek lokalak, hau da, URLak, izan behar duten ala ez " "adierazten du" # -#: ../gtk/gtkfilechooser.c:219 +#: gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "Aurrebista-trepeta" -#: ../gtk/gtkfilechooser.c:220 +#: gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." -msgstr "Aplikazioak aurrebista pertsonalizatuak ikusteko trepeta eskaintzen du." +msgstr "" +"Aplikazioak aurrebista pertsonalizatuak ikusteko trepeta eskaintzen du." # -#: ../gtk/gtkfilechooser.c:225 +#: gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "Aurrebista-trepeta aktibatuta" -#: ../gtk/gtkfilechooser.c:226 -msgid "Whether the application supplied widget for custom previews should be shown." +#: gtk/gtkfilechooser.c:226 +msgid "" +"Whether the application supplied widget for custom previews should be shown." msgstr "" "Aurrebista pertsonalizatuak erakusteko aplikazioak eskainitako trepeta " "erakutsi beharko litzatekeen ala ez adierazten du." # -#: ../gtk/gtkfilechooser.c:231 +#: gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "Erabili aurrebista-etiketa" -#: ../gtk/gtkfilechooser.c:232 +#: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "" "Stock-etiketa aurrebistan erakutsitako fitxategiaren izenarekin bistaratuko " "den ala ez adierazten du.aa" -#: ../gtk/gtkfilechooser.c:237 +#: gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "Aukera osagarrien trepeta" -#: ../gtk/gtkfilechooser.c:238 +#: gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "Aplikazioak aukera osagarrietarako trepeta eskaintzen du." # -#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 -#: ../gtk/gtkrecentchooser.c:203 +#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "Hautatu hainbat" -#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 +#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "Hainbat fitxategi hautatzen utziko duen ala ez adierazten du" -#: ../gtk/gtkfilechooser.c:250 +#: gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "Erakutsi ezkutukoa" -#: ../gtk/gtkfilechooser.c:251 +#: gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "Ezkutuko fitxategiak eta karpetak bistaratu behar diren edo ez" -#: ../gtk/gtkfilechooser.c:266 +#: gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "Eskatu berrespena gainidaztean" -#: ../gtk/gtkfilechooser.c:267 +#: gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." @@ -2812,182 +2817,184 @@ msgstr "" "Fitxategi-aukeratzaileak (gordetzeko moduan) gainidazteko berrespena " "eskatzen duen elkarrizketa-koadroa erakutsi edo ez" -#: ../gtk/gtkfilechooserbutton.c:376 +#: gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "Elkarrizketa-koadroa" -#: ../gtk/gtkfilechooserbutton.c:377 +#: gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "Fitxategiak aukeratzeko erabiliko den elkarrizketa-kuadroa." -#: ../gtk/gtkfilechooserbutton.c:408 +#: gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." -msgstr "Elkarrizketa-koadroaren titulua (fitxategiak aukeratzeko erabiliko dena)" +msgstr "" +"Elkarrizketa-koadroaren titulua (fitxategiak aukeratzeko erabiliko dena)" -#: ../gtk/gtkfilechooserbutton.c:422 +#: gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "Botoi-trepetak edukiko duen zabalera, karaktereetan." # -#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 -#: ../gtk/gtkstatusicon.c:218 +#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 +#: gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "Fitxategi-izena" -#: ../gtk/gtkfilesel.c:527 +#: gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "Unean hautatutako fitxategi-izena" -#: ../gtk/gtkfilesel.c:533 +#: gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "Erakutsi fitxategi-eragiketak" -#: ../gtk/gtkfilesel.c:534 +#: gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "" "Fitxategiak sortzeko/manipulatzeko botoiak bistaratu behar diren ala ez " "adierazten du" -#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 +#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 msgid "X position" msgstr "X kokalekua" -#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 +#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "trepeta umearen X kokalekua" -#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 +#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 msgid "Y position" msgstr "Y kokalekua" -#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 +#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "trepeta umearen Y kokalekua" -#: ../gtk/gtkfontbutton.c:143 +#: gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "Letra-tipoa hautatzeko elkarrizketa-koadroaren izenburua" # -#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 +#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 msgid "Font name" msgstr "Letra-tipoaren izena" -#: ../gtk/gtkfontbutton.c:159 +#: gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "Hautatutako letra-tipoaren izena" -#: ../gtk/gtkfontbutton.c:160 +#: gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:175 +#: gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "Erabili etiketako letra-tipoa" -#: ../gtk/gtkfontbutton.c:176 +#: gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" -msgstr "Etiketa hautatutako letra-tipoan marraztuta dagoen ala ez adierazten du" +msgstr "" +"Etiketa hautatutako letra-tipoan marraztuta dagoen ala ez adierazten du" -#: ../gtk/gtkfontbutton.c:191 +#: gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "Erabili etiketako tamaina" -#: ../gtk/gtkfontbutton.c:192 +#: gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "Etiketa hautatutako tamainan marraztuta dagoen ala ez adierazten du" -#: ../gtk/gtkfontbutton.c:208 +#: gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "Erakutsi estiloa" -#: ../gtk/gtkfontbutton.c:209 +#: gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "" "Hautatutako letra-tipoaren estiloa etiketan erakusten den ala ez adierazten " "du" -#: ../gtk/gtkfontbutton.c:224 +#: gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "Erakutsi tamaina" -#: ../gtk/gtkfontbutton.c:225 +#: gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "" "Hautatutako letra-tipoaren tamaina etiketan erakusten den ala ez adierazten " "du" -#: ../gtk/gtkfontsel.c:197 +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "Letra-tipo hau adierazten duen katea" -#: ../gtk/gtkfontsel.c:204 +#: gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "GdkFont jadanik hautatuta dago" # -#: ../gtk/gtkfontsel.c:210 +#: gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "Testuaren aurrebista" -#: ../gtk/gtkfontsel.c:211 +#: gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "Hautatutako letra-tipoa erakusteko bistaratu beharreko testua" -#: ../gtk/gtkframe.c:106 +#: gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "Markoaren etiketako testua" # -#: ../gtk/gtkframe.c:113 +#: gtk/gtkframe.c:113 msgid "Label xalign" msgstr "Etiketaren xalign" -#: ../gtk/gtkframe.c:114 +#: gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "Etiketaren lerrokatze horizontala" -#: ../gtk/gtkframe.c:122 +#: gtk/gtkframe.c:122 msgid "Label yalign" msgstr "Etiketaren yalign" -#: ../gtk/gtkframe.c:123 +#: gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "Etiketaren lerrokatze bertikala" -#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 +#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "Propietate zaharkitua, erabili itzal-mota horren ordez" -#: ../gtk/gtkframe.c:138 +#: gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "Markoaren itzala" -#: ../gtk/gtkframe.c:139 +#: gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "Markoaren ertzaren itxura" -#: ../gtk/gtkframe.c:148 +#: gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "Ohiko marko-etiketaren ordez bistaratu beharreko trepeta" -#: ../gtk/gtkhandlebox.c:175 +#: gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "Edukiontzia inguratzen duen itzalaren itxura" -#: ../gtk/gtkhandlebox.c:183 +#: gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "Heldulekuaren posizioa" -#: ../gtk/gtkhandlebox.c:184 +#: gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "Trepeta umeari dagokion heldulekuaren posizioa" -#: ../gtk/gtkhandlebox.c:192 +#: gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "Egokitu ertza" -#: ../gtk/gtkhandlebox.c:193 +#: gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" @@ -2995,11 +3002,11 @@ msgstr "" "Helduleku-laukia atrakatzeko atrakatze-puntuarekin lerrokatuta dagoen " "helduleku-laukiaren aldea" -#: ../gtk/gtkhandlebox.c:201 +#: gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "Ertz-egokitzearen ezarpena" -#: ../gtk/gtkhandlebox.c:202 +#: gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" @@ -3007,279 +3014,282 @@ msgstr "" "snap_edge propietatearen balioa edo handle_position-etik eratorritako balioa " "erabiltiko den adierazten du" -#: ../gtk/gtkhandlebox.c:209 +#: gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "Umea askatuta" -#: ../gtk/gtkhandlebox.c:210 +#: gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." -msgstr "Balio boolearrak zera adierazten du: umea erantsita edo askatuta dagoen." +msgstr "" +"Balio boolearrak zera adierazten du: umea erantsita edo askatuta dagoen." -#: ../gtk/gtkiconview.c:548 +#: gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "Hautapen modua" -#: ../gtk/gtkiconview.c:549 +#: gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "Hautatzeko modua" -#: ../gtk/gtkiconview.c:567 +#: gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "Pixbuf-zutabea" -#: ../gtk/gtkiconview.c:568 +#: gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "Pixbufaren ikonoa eskuratzeko erabiliko de zubate-modeloa" -#: ../gtk/gtkiconview.c:586 +#: gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "Testua eskuratzeko erabiliko den zutabe-modeloa" -#: ../gtk/gtkiconview.c:605 +#: gtk/gtkiconview.c:605 msgid "Markup column" msgstr "Markaketa-zutabea" -#: ../gtk/gtkiconview.c:606 +#: gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "" "Testua eskuratzeko erabiliko den zutabe-modeloa, Pango markaketa erabiltzen " "bada" # -#: ../gtk/gtkiconview.c:613 +#: gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "Ikono-ikustaile modeloa" -#: ../gtk/gtkiconview.c:614 +#: gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "Ikono-ikustailaren modeloa" -#: ../gtk/gtkiconview.c:630 +#: gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "Zutabe kopurua" -#: ../gtk/gtkiconview.c:631 +#: gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "Bistaratuko diren zutabeen kopurua" -#: ../gtk/gtkiconview.c:648 +#: gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "Elementu bakoitzaren zabalera" -#: ../gtk/gtkiconview.c:649 +#: gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "Elementu bakoitzean erabiliko den zabalera" -#: ../gtk/gtkiconview.c:665 +#: gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "Elementu bateko gelaxken artean txertatuko den tartea" # -#: ../gtk/gtkiconview.c:680 +#: gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "Errenkada-tartea" -#: ../gtk/gtkiconview.c:681 +#: gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "Saretako errenkaden artean txretatuko den tartea" -#: ../gtk/gtkiconview.c:696 +#: gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "Zutabe-tartea" -#: ../gtk/gtkiconview.c:697 +#: gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "Saretako zutabeen artean txertatuko den tartea" -#: ../gtk/gtkiconview.c:712 +#: gtk/gtkiconview.c:712 msgid "Margin" msgstr "Marjina" -#: ../gtk/gtkiconview.c:713 +#: gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "Ikono-ikustailearen ertzetan txertatuko den tartea" -#: ../gtk/gtkiconview.c:730 -msgid "How the text and icon of each item are positioned relative to each other" -msgstr "Elementu bakoitzaren testua eta ikonoa elkarrekiko erlatiboki nola kokatu" +#: gtk/gtkiconview.c:730 +msgid "" +"How the text and icon of each item are positioned relative to each other" +msgstr "" +"Elementu bakoitzaren testua eta ikonoa elkarrekiko erlatiboki nola kokatu" -#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 -#: ../gtk/gtktreeviewcolumn.c:307 +#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "Berrantolagarria" -#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 +#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "Ikuspegia berrantolagarria da" -#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 +#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "Argibidearen zutabea" -#: ../gtk/gtkiconview.c:755 +#: gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "Elementuen argibideak dituen modeloaren zutabea." # -#: ../gtk/gtkiconview.c:766 +#: gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "Hautapen-koadroaren kolorea" -#: ../gtk/gtkiconview.c:767 +#: gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "Hautapen-koadroaren kolorea" # -#: ../gtk/gtkiconview.c:773 +#: gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "Alfaren hautapen-koadroa" -#: ../gtk/gtkiconview.c:774 +#: gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "Hautapen-koadroaren opakutasuna" -#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 +#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "Pixbuf" -#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 +#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "Bistaratu beharreko GdkPixbuf-a" # -#: ../gtk/gtkimage.c:139 +#: gtk/gtkimage.c:139 msgid "Pixmap" msgstr "Pixmap" -#: ../gtk/gtkimage.c:140 +#: gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "Bistaratu beharreko GdkPixmap-a" # -#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 +#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "Irudia" -#: ../gtk/gtkimage.c:148 +#: gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "Bistaratu beharreko GdkImage-a" -#: ../gtk/gtkimage.c:155 +#: gtk/gtkimage.c:155 msgid "Mask" msgstr "Maskaratu" -#: ../gtk/gtkimage.c:156 +#: gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" -msgstr "Maskaratu GdkImage-rekin edo GdkPixmap-arekin erabili beharreko bitmap-a" +msgstr "" +"Maskaratu GdkImage-rekin edo GdkPixmap-arekin erabili beharreko bitmap-a" -#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 +#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "Kargatu eta bistaratu beharreko fitxategi-izena" -#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 +#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "Bistaratu behar den stock-irudiaren stock-IDa" # -#: ../gtk/gtkimage.c:180 +#: gtk/gtkimage.c:180 msgid "Icon set" msgstr "Ikonoaren ezarpena" -#: ../gtk/gtkimage.c:181 +#: gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "Bistaratu beharreko ikonoa" # -#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:214 ../gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Ikonoaren tamaina" -#: ../gtk/gtkimage.c:189 +#: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "" "Stock-ikonoarentzat, ikono-multzoarentzat edo izendun ikonoarentzat erabili " "beharreko tamaina sinbolikoa" # -#: ../gtk/gtkimage.c:205 +#: gtk/gtkimage.c:205 msgid "Pixel size" msgstr "Pixel-tamaina" -#: ../gtk/gtkimage.c:206 +#: gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "Izendun ikonoan erabiliko den pixel-tamaina" # -#: ../gtk/gtkimage.c:214 +#: gtk/gtkimage.c:214 msgid "Animation" msgstr "Animazioa" -#: ../gtk/gtkimage.c:215 +#: gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "Bistaratu beharreko GdkPixbufAnimation " # -#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 +#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "Biltegi-mota" -#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 +#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "Irudien datuentzat erabiltzen den adierazpidea" -#: ../gtk/gtkimagemenuitem.c:136 +#: gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "Menuaren testuaren ondoan agertu beharreko trepeta umea" -#: ../gtk/gtkimagemenuitem.c:151 +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "" "Etiketako testua erabiliko den oinarriko menu-elementua sortzeko ala ez " "adierazten du" -#: ../gtk/gtkimagemenuitem.c:169 +#: gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "Erakutsi beti irudia" -#: ../gtk/gtkimagemenuitem.c:170 +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "Irudia beti erakutsiko den ala ez adierazten du" -#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "Bizkortzaile-taldea" -#: ../gtk/gtkimagemenuitem.c:185 +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "Oinarriko tekla bizkortzaileentzat erabiliko den bizkortzaile-taldea" -#: ../gtk/gtkimagemenuitem.c:190 +#: gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "Erakutsi menuko irudiak" -#: ../gtk/gtkimagemenuitem.c:191 +#: gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "Irudiak menuetan erakutsi behar diren ala ez adierazten du" -#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Leiho hau bistaratuko den pantaila" -#: ../gtk/gtklabel.c:368 +#: gtk/gtklabel.c:368 msgid "The text of the label" msgstr "Etiketako testua" -#: ../gtk/gtklabel.c:375 +#: gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "Etiketako testuari aplikatu beharreko estilo-atributuen zerrenda" -#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 +#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 msgid "Justification" msgstr "Justifikazioa" -#: ../gtk/gtklabel.c:397 +#: gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " @@ -3289,11 +3299,11 @@ msgstr "" "eragiten bere esleipenaren barruko etiketaren lerrokatzeari. Ikus GtkMisc::" "xalign horretarako" -#: ../gtk/gtklabel.c:405 +#: gtk/gtklabel.c:405 msgid "Pattern" msgstr "Eredua" -#: ../gtk/gtklabel.c:406 +#: gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" @@ -3301,49 +3311,51 @@ msgstr "" "_ karaktereak dauzkan katea, azpimarratu beharreko testuko karaktereei " "dagozkien kokalekutan" -#: ../gtk/gtklabel.c:413 +#: gtk/gtklabel.c:413 msgid "Line wrap" msgstr "Lerro-itzulbira" -#: ../gtk/gtklabel.c:414 +#: gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "Ezarrita badago, testua zabalegia bada lerroak itzulbiratu egingo dira" -#: ../gtk/gtklabel.c:429 +#: gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "Lerro-itzulbira modua" -#: ../gtk/gtklabel.c:430 +#: gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" -msgstr "Itzulbira ezartzen bada lerro-itzulbira nola egiten den kontrolatuko du" +msgstr "" +"Itzulbira ezartzen bada lerro-itzulbira nola egiten den kontrolatuko du" # -#: ../gtk/gtklabel.c:437 +#: gtk/gtklabel.c:437 msgid "Selectable" msgstr "Hautagarria" -#: ../gtk/gtklabel.c:438 +#: gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "Etiketako testua saguarekin hauta daitekeen ala ez adierazten du" -#: ../gtk/gtklabel.c:444 +#: gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "Tekla mnemoteknikoa" -#: ../gtk/gtklabel.c:445 +#: gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "Etiketa honen tekla bizkortzaile mnemoteknikoa" # -#: ../gtk/gtklabel.c:453 +#: gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "Trepeta mnemoteknikoa" -#: ../gtk/gtklabel.c:454 +#: gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" -msgstr "Etiketako tekla mnemoteknikoa sakatuta dagoenean aktibatuko den trepeta" +msgstr "" +"Etiketako tekla mnemoteknikoa sakatuta dagoenean aktibatuko den trepeta" -#: ../gtk/gtklabel.c:500 +#: gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" @@ -3351,521 +3363,533 @@ msgstr "" "Katea elipsi gisa jartzeko lekua, etiketak ez badu nahikoa toki kate osoa " "bistaratzeko." -#: ../gtk/gtklabel.c:540 +#: gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "Lerro bakarreko modua" -#: ../gtk/gtklabel.c:541 +#: gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "Etiketa lerro bakarreko moduan dagoen ala ez adierazten du" -#: ../gtk/gtklabel.c:558 +#: gtk/gtklabel.c:558 msgid "Angle" msgstr "Angelua" -#: ../gtk/gtklabel.c:559 +#: gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "Etiketa biratuko den angelua" -#: ../gtk/gtklabel.c:579 +#: gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "Zabalera maximoa karakteretan" -#: ../gtk/gtklabel.c:580 +#: gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "Etiketaren zabalera maximoa, karaktereetan" -#: ../gtk/gtklabel.c:696 +#: gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "Enfokatzean, sarreraren edukia hautatuko den edo ez" # -#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 +#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "Doitze horizontala" -#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 +#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "Posizio horizontalaren GtkAdjustment" -#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 +#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "Doitze bertikala" -#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 +#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "Posizio bertikalaren GtkAdjustment" -#: ../gtk/gtklayout.c:633 +#: gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "Diseinuaren zabalera" -#: ../gtk/gtklayout.c:642 +#: gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "Diseinuaren altuera" -#: ../gtk/gtklinkbutton.c:145 +#: gtk/gtklinkbutton.c:145 msgid "URI" msgstr "URIa" -#: ../gtk/gtklinkbutton.c:146 +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "Botoi honi lotutako URIa" # -#: ../gtk/gtklinkbutton.c:160 +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "Bisitatua" -#: ../gtk/gtklinkbutton.c:161 +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "Esteka hau bisitatua izan den ala ez." -#: ../gtk/gtkmenu.c:501 +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "Unean hautatutako menu-elementua" -#: ../gtk/gtkmenu.c:516 +#: gtk/gtkmenu.c:516 msgid "The accel group holding accelerators for the menu" msgstr "Bizkortzaile-taldea menuaren bizkortzaileak dituenak" -#: ../gtk/gtkmenu.c:530 ../gtk/gtkmenuitem.c:285 +#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285 msgid "Accel Path" msgstr "Bizkortzaile-bidea" -#: ../gtk/gtkmenu.c:531 +#: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "" "ume-elementuen bizkortzaile-bideak eraikitzeko erabiliko den bizkortzaile-" "bidea" -#: ../gtk/gtkmenu.c:547 +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "Erantsi trepeta" -#: ../gtk/gtkmenu.c:548 +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "Trepeta erantsita duen menua" -#: ../gtk/gtkmenu.c:556 +#: gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" msgstr "Menu hau bereiztean leiho-kudeatzaileak bistara dezakeen izenburua" -#: ../gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "Askagarri-egoera" -#: ../gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "Menua askatzen den ala ez adierazten duen balio boolearra" -#: ../gtk/gtkmenu.c:585 +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "Monitorea" -#: ../gtk/gtkmenu.c:586 +#: gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "Menua bistaratuko den monitorea" -#: ../gtk/gtkmenu.c:592 +#: gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "Betegarri bertikala" -#: ../gtk/gtkmenu.c:593 +#: gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "Menuaren goian eta behean tarte osagarria" -#: ../gtk/gtkmenu.c:601 +#: gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "Tarte betegarri horizontala" -#: ../gtk/gtkmenu.c:602 +#: gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "Menuaren ezkerreko eta eskuineko erten tarte osagarria" -#: ../gtk/gtkmenu.c:610 +#: gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "Desplazamendu bertikala" -#: ../gtk/gtkmenu.c:611 +#: gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" -msgstr "Menua azpimenua bada, desplaza ezazu menua bertikalki, horrenbeste pixelez" +msgstr "" +"Menua azpimenua bada, desplaza ezazu menua bertikalki, horrenbeste pixelez" # -#: ../gtk/gtkmenu.c:619 +#: gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "Desplazamendu horizontala" -#: ../gtk/gtkmenu.c:620 +#: gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" -msgstr "Menua azpimenua bada, desplaza ezazu menua horizontalki, horrenbeste pixelez" +msgstr "" +"Menua azpimenua bada, desplaza ezazu menua horizontalki, horrenbeste pixelez" -#: ../gtk/gtkmenu.c:628 +#: gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "Gezi bikoitzak" -#: ../gtk/gtkmenu.c:629 +#: gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "Korritzean beti erakutsi bi geziak" # -#: ../gtk/gtkmenu.c:642 +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "Gezien kokalekua" -#: ../gtk/gtkmenu.c:643 +#: gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "Korritze-geziak non kokatu behar diren adierazten du" -#: ../gtk/gtkmenu.c:651 +#: gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "Erantsi ezkerrean" -#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 +#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "Umearen ezkerreko aldean erantsi beharreko zutabeen kopurua" -#: ../gtk/gtkmenu.c:659 +#: gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "Erantsi eskuinean" -#: ../gtk/gtkmenu.c:660 +#: gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "Umearen eskuineko aldean erantsi beharreko zutabe-kopurua" -#: ../gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "Erantsi goian" -#: ../gtk/gtkmenu.c:668 +#: gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "Umearen goialdean erantsi beharreko errenkada-kopurua" -#: ../gtk/gtkmenu.c:675 +#: gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "Erantsi behean" -#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 +#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "Umearen behean erantsi beharreko errenkaden kopurua" -#: ../gtk/gtkmenu.c:690 +#: gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" -msgstr "Konstante arbitrarioa korritze-geziaren tamainaren eskala txikiagotzeko" +msgstr "" +"Konstante arbitrarioa korritze-geziaren tamainaren eskala txikiagotzeko" -#: ../gtk/gtkmenu.c:777 +#: gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "Bizkortzaileak alda daitezke" -#: ../gtk/gtkmenu.c:778 -msgid "Whether menu accelerators can be changed by pressing a key over the menu item" +#: gtk/gtkmenu.c:778 +msgid "" +"Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "" "Tekla menu-elementuan sakatzean menu-bizkortzailea alda daitekeen ala ez " "adierazten du" -#: ../gtk/gtkmenu.c:783 +#: gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "Azpimenuak agertu aurreko atzerapena" -#: ../gtk/gtkmenu.c:784 -msgid "Minimum time the pointer must stay over a menu item before the submenu appear" +#: gtk/gtkmenu.c:784 +msgid "" +"Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" "Azpimenua agertzeko erakusleak menu-elementu baten gainean gutxienez " "zenbatdenbora egon behar duen" -#: ../gtk/gtkmenu.c:791 +#: gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "Azpimenua ezkutatu aurreko atzerapena" -#: ../gtk/gtkmenu.c:792 +#: gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" msgstr "Erakuslea azpimenurantz mugitzean azpimenua ezkutatu aurreko denbora" # -#: ../gtk/gtkmenubar.c:168 +#: gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "Paketatze norabidea" -#: ../gtk/gtkmenubar.c:169 +#: gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "Menu-barrako paketatzearen norabidea" -#: ../gtk/gtkmenubar.c:185 +#: gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "Paketatze norabide umea" -#: ../gtk/gtkmenubar.c:186 +#: gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "Menu-barrako paketatze norabide umea" -#: ../gtk/gtkmenubar.c:195 +#: gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "Menu-barraren inguruko alaka-estiloa" -#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 +#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "Barneko tarte betegarria" -#: ../gtk/gtkmenubar.c:203 +#: gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "Menu-barraren itzalaren eta menuko elementuen arteko ertzen espazioa" -#: ../gtk/gtkmenubar.c:210 +#: gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "Goitibeherako menuak agertu aurreko atzerapena" -#: ../gtk/gtkmenubar.c:211 +#: gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "Menu-barrako azpimenuak agertu aurreko atzerapena" -#: ../gtk/gtkmenuitem.c:252 +#: gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "Eskuinean lerrokatuta" -#: ../gtk/gtkmenuitem.c:253 -msgid "Sets whether the menu item appears justified at the right side of a menu bar" +#: gtk/gtkmenuitem.c:253 +msgid "" +"Sets whether the menu item appears justified at the right side of a menu bar" msgstr "" "Menuko elementuak menu-barraren eskuineko aldean justifikatuta agertuko " "diren edo ez ezartzen du" -#: ../gtk/gtkmenuitem.c:267 +#: gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "Azpimenua" -#: ../gtk/gtkmenuitem.c:268 +#: gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" msgstr "Menuko elementuari erantsitako azpimenua, edo NULL ez badu ezer" -#: ../gtk/gtkmenuitem.c:286 +#: gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "Menuko elementuaren bizkortzaile-bidea ezartzen du" -#: ../gtk/gtkmenuitem.c:301 +#: gtk/gtkmenuitem.c:301 msgid "The text for the child label" msgstr "Etiketa umearen testua" -#: ../gtk/gtkmenuitem.c:364 +#: gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "" "Geziak erabiltzen duen leku kopurua, menuko elementuen letra-tamainarekiko " "erlatiboa" -#: ../gtk/gtkmenuitem.c:377 +#: gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "Zabalera karakteretan" -#: ../gtk/gtkmenuitem.c:378 +#: gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "Menuko elementuaren gutxieneko zabalera (karakteretan)" -#: ../gtk/gtkmenushell.c:374 +#: gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "Hartu fokua" -#: ../gtk/gtkmenushell.c:375 +#: gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" -msgstr "Menuak teklatuaren fokua hartuko duen ala ez zehazten duen balio boolearra" +msgstr "" +"Menuak teklatuaren fokua hartuko duen ala ez zehazten duen balio boolearra" -#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 +#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "Menua" -#: ../gtk/gtkmenutoolbutton.c:246 +#: gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "Goitibeherako menua" -#: ../gtk/gtkmessagedialog.c:98 +#: gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "Irudiaren/etiketaren ertza" -#: ../gtk/gtkmessagedialog.c:99 +#: gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" -msgstr "Elkarrizketa-koadroko etiketaren eta irudiaren inguruko ertzaren zabalera" +msgstr "" +"Elkarrizketa-koadroko etiketaren eta irudiaren inguruko ertzaren zabalera" -#: ../gtk/gtkmessagedialog.c:114 +#: gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "Erabili bereizlea" -#: ../gtk/gtkmessagedialog.c:115 -msgid "Whether to put a separator between the message dialog's text and the buttons" +#: gtk/gtkmessagedialog.c:115 +msgid "" +"Whether to put a separator between the message dialog's text and the buttons" msgstr "" "Mezuaren elkarrizketa-koadroaren testuaren eta botoien artean bereizlea " "jarri behar den ala ez adierazten du" -#: ../gtk/gtkmessagedialog.c:128 +#: gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "Mezu-mota" -#: ../gtk/gtkmessagedialog.c:129 +#: gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "Mezuaren mota" -#: ../gtk/gtkmessagedialog.c:136 +#: gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "Mezuko botoiak" -#: ../gtk/gtkmessagedialog.c:137 +#: gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "Mezuaren elkarrizketa-koadroan agertzen diren botoiak" -#: ../gtk/gtkmessagedialog.c:154 +#: gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "Mezuaren elkarrizketa-koadroaren testu nagusia" -#: ../gtk/gtkmessagedialog.c:169 +#: gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "Erabili markaketa" -#: ../gtk/gtkmessagedialog.c:170 +#: gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "Tituluaren testu nagusiak Pango markaketa dauka." -#: ../gtk/gtkmessagedialog.c:184 +#: gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "Bigarren mailako testua" -#: ../gtk/gtkmessagedialog.c:185 +#: gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "Mezuaren elkarrizketa-koadroaren 2. mailako testua" -#: ../gtk/gtkmessagedialog.c:200 +#: gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "Erabili markaketa 2. mailan" -#: ../gtk/gtkmessagedialog.c:201 +#: gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "2. mailako testuak Pango markaketa dauka." -#: ../gtk/gtkmessagedialog.c:216 +#: gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "Irudia" # -#: ../gtk/gtkmisc.c:83 +#: gtk/gtkmisc.c:83 msgid "Y align" msgstr "Y lerrokatzea" -#: ../gtk/gtkmisc.c:84 +#: gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "Lerrokatze bertikala, 0tik (goian) 1era (behean)" -#: ../gtk/gtkmisc.c:93 +#: gtk/gtkmisc.c:93 msgid "X pad" msgstr "X betegarria" -#: ../gtk/gtkmisc.c:94 -msgid "The amount of space to add on the left and right of the widget, in pixels" +#: gtk/gtkmisc.c:94 +msgid "" +"The amount of space to add on the left and right of the widget, in pixels" msgstr "Trepetaren ezkerrean eta eskuinean gehitu beharreko lekua, pixeletan" -#: ../gtk/gtkmisc.c:103 +#: gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Y betegarria" -#: ../gtk/gtkmisc.c:104 -msgid "The amount of space to add on the top and bottom of the widget, in pixels" +#: gtk/gtkmisc.c:104 +msgid "" +"The amount of space to add on the top and bottom of the widget, in pixels" msgstr "Trepetaren goian eta behean gehitu beharreko lekua, pixeletan" -#: ../gtk/gtkmountoperation.c:139 +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "Gurasoa" -#: ../gtk/gtkmountoperation.c:140 +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "Guraso-leihoa" # -#: ../gtk/gtkmountoperation.c:147 +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "Bistaratua" -#: ../gtk/gtkmountoperation.c:148 +#: gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "Elkarrizketa-koadro bat erakusten ari al gara" -#: ../gtk/gtkmountoperation.c:156 +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "Leiho hau bistaratuko den pantaila." # -#: ../gtk/gtknotebook.c:577 +#: gtk/gtknotebook.c:577 msgid "Page" msgstr "Orrialdea" -#: ../gtk/gtknotebook.c:578 +#: gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "Uneko orrialdearen indizea" -#: ../gtk/gtknotebook.c:586 +#: gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "Fitxen kokalekua" -#: ../gtk/gtknotebook.c:587 +#: gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "Ohar-koadernoaren zein aldetan dauden fitxak" -#: ../gtk/gtknotebook.c:594 +#: gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "Fitxaren ertza" -#: ../gtk/gtknotebook.c:595 +#: gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "Fitxa-etiketen inguruko ertzaren zabalera" # -#: ../gtk/gtknotebook.c:603 +#: gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "Fitxaren ertz horizontala" -#: ../gtk/gtknotebook.c:604 +#: gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "Fitxa-etiketen ertz horizontalaren zabalera" -#: ../gtk/gtknotebook.c:612 +#: gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "Fitxaren ertz bertikala" -#: ../gtk/gtknotebook.c:613 +#: gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "Fitxa-etiketen ertz bertikalaren zabalera" -#: ../gtk/gtknotebook.c:621 +#: gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "Erakutsi fitxak" -#: ../gtk/gtknotebook.c:622 +#: gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "Fitxak erakutsi behar diren ala ez adierazten du" -#: ../gtk/gtknotebook.c:628 +#: gtk/gtknotebook.c:628 msgid "Show Border" msgstr "Erakutsi ertza" -#: ../gtk/gtknotebook.c:629 +#: gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "Ertza erakutsi behar den ala ez adierazten du" # -#: ../gtk/gtknotebook.c:635 +#: gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "Korrigarria" -#: ../gtk/gtknotebook.c:636 +#: gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" -msgstr "TRUE (egia) bada, korritze-geziak gehitzen dira fitxa gehiegi daudenean" +msgstr "" +"TRUE (egia) bada, korritze-geziak gehitzen dira fitxa gehiegi daudenean" -#: ../gtk/gtknotebook.c:642 +#: gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "Gaitu laster-leihoa" -#: ../gtk/gtknotebook.c:643 +#: gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" @@ -3873,367 +3897,370 @@ msgstr "" "TRUE (egia) bada, ohar-koadernoan saguaren eskuineko botoia sakatuz orrialde " "batera joateko menua agertuko da" -#: ../gtk/gtknotebook.c:650 +#: gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "Fitxek tamaina homogeneoa eduki behar duten ala ez adierazten du" -#: ../gtk/gtknotebook.c:656 +#: gtk/gtknotebook.c:656 msgid "Group ID" msgstr "Taldearen IDa" -#: ../gtk/gtknotebook.c:657 +#: gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "Taldearen IDa fitxak arrastatu eta jaregiteko" -#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 -#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 -#: ../gtk/gtkradiotoolbutton.c:65 +#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 +#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "Elkartu" -#: ../gtk/gtknotebook.c:674 +#: gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "Taldea fitxak arrastatu eta jaregiteko" -#: ../gtk/gtknotebook.c:680 +#: gtk/gtknotebook.c:680 msgid "Tab label" msgstr "Fitxa-etiketa" -#: ../gtk/gtknotebook.c:681 +#: gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "Fitxa-umearen etiketan bistaratuko den katea" -#: ../gtk/gtknotebook.c:687 +#: gtk/gtknotebook.c:687 msgid "Menu label" msgstr "Menuaren etiketa" -#: ../gtk/gtknotebook.c:688 +#: gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "Menu-umearen sarreran umean bistaratuko den katea" -#: ../gtk/gtknotebook.c:701 +#: gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "Fitxa zabaltzea" -#: ../gtk/gtknotebook.c:702 +#: gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "Umearen fitxa zabalduko den ala ez adierazten du" -#: ../gtk/gtknotebook.c:708 +#: gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "Fitxa betetzea" -#: ../gtk/gtknotebook.c:709 +#: gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "Fitxa-umeak esleitutako area beteko duen ala ez adierazten du" -#: ../gtk/gtknotebook.c:715 +#: gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "Fitxaren pakete-mota" -#: ../gtk/gtknotebook.c:722 +#: gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "Fitxa berrantolagarria" -#: ../gtk/gtknotebook.c:723 +#: gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "Fitxa berrantola daitekeen erabiltzaiearen ekintzaren ondorioz edo ez" -#: ../gtk/gtknotebook.c:729 +#: gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "Fitxa desmuntagarria" -#: ../gtk/gtknotebook.c:730 +#: gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "Fitxa desmunta daitekeen edo ez" -#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 +#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "Bigarren mailako atzeranzko gezia" -#: ../gtk/gtknotebook.c:746 -msgid "Display a second backward arrow button on the opposite end of the tab area" +#: gtk/gtknotebook.c:746 +msgid "" +"Display a second backward arrow button on the opposite end of the tab area" msgstr "" "Bigarren atzera-geziaren botoia bistaratzen du etiketa-arearen kontrako " "bukaeranBigarren atzera-geziaren botoia bistaratzen du korritze-barraren " "kontrako bukaeran" -#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 +#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "Bigarren mailako aurreranzko gezia" -#: ../gtk/gtknotebook.c:762 -msgid "Display a second forward arrow button on the opposite end of the tab area" +#: gtk/gtknotebook.c:762 +msgid "" +"Display a second forward arrow button on the opposite end of the tab area" msgstr "" "Bigarren aurrera-geziaren botoia bistaratzen du etiketa-arearen kontrako " "bukaeranBigarren aurrera-geziaren botoia bistaratzen du korritze-barraren " "kontrako bukaeran" -#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 +#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "Atzeranzko gezia" -#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 +#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "Atzera-geziaren botoi estandarra bistaratzen du" -#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 +#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "Aurreranzko gezia" -#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 +#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "Aurrera-geziaren botoi estandarra bistaratzen du" -#: ../gtk/gtknotebook.c:806 +#: gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "Fitxa gainjartzea" -#: ../gtk/gtknotebook.c:807 +#: gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "Fitxa gainjarriaren arearen tamaina" -#: ../gtk/gtknotebook.c:822 +#: gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "Fitxa-kurbatura" -#: ../gtk/gtknotebook.c:823 +#: gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "Fitxa-kurbaturaren tamaina" # -#: ../gtk/gtknotebook.c:839 +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "Gezien tartea" # -#: ../gtk/gtknotebook.c:840 +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "Korritze-gezien tartea" -#: ../gtk/gtkobject.c:370 +#: gtk/gtkobject.c:370 msgid "User Data" msgstr "Erabiltzailearen datuak" -#: ../gtk/gtkobject.c:371 +#: gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "Erabiltzaile anonimoaren datuen erakuslea" -#: ../gtk/gtkoptionmenu.c:162 +#: gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "Aukeren menua" -#: ../gtk/gtkoptionmenu.c:169 +#: gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "Goitibeherako adierazlearen tamaina" -#: ../gtk/gtkoptionmenu.c:175 +#: gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "Adierazlearen inguruko tartea" -#: ../gtk/gtkorientable.c:75 +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "Orientagarriaren orientazioa" -#: ../gtk/gtkpaned.c:242 -msgid "Position of paned separator in pixels (0 means all the way to the left/top)" -msgstr "Panel-bereizlearen kokalekua pixeletan (0k ezkerrean/goian esan nahi du)" +#: gtk/gtkpaned.c:242 +msgid "" +"Position of paned separator in pixels (0 means all the way to the left/top)" +msgstr "" +"Panel-bereizlearen kokalekua pixeletan (0k ezkerrean/goian esan nahi du)" -#: ../gtk/gtkpaned.c:251 +#: gtk/gtkpaned.c:251 msgid "Position Set" msgstr "Kokalekuaren ezarpena" -#: ../gtk/gtkpaned.c:252 +#: gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "TRUE (egia) 'Kokalekua' propietatea erabili behar bada" # -#: ../gtk/gtkpaned.c:258 +#: gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "Heldulekuaren tamaina" -#: ../gtk/gtkpaned.c:259 +#: gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "Heldulekuaren zabalera" -#: ../gtk/gtkpaned.c:275 +#: gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "Gutxieneko kokalekua" -#: ../gtk/gtkpaned.c:276 +#: gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "\"kokalekua\" propietatearen ahalik eta balio txikiena" -#: ../gtk/gtkpaned.c:293 +#: gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "Gehienezko balioa" -#: ../gtk/gtkpaned.c:294 +#: gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "\"kokalekua\" propietatearen ahalik eta balio handiena" # -#: ../gtk/gtkpaned.c:311 +#: gtk/gtkpaned.c:311 msgid "Resize" msgstr "Aldatu tamaina" -#: ../gtk/gtkpaned.c:312 +#: gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "" "TRUE (egia) bada, umea zabaldu eta txikitu egiten da panelean dagoen " "trepetarekin batera" -#: ../gtk/gtkpaned.c:327 +#: gtk/gtkpaned.c:327 msgid "Shrink" msgstr "Txikitu" -#: ../gtk/gtkpaned.c:328 +#: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "TRUE (egia) bada, umea eskakizunak baino txikiagoa egin daiteke" -#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "Kapsulatuta" -#: ../gtk/gtkplug.c:151 +#: gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "Konektorea kapsulatuta dagoen edo ez" -#: ../gtk/gtkplug.c:165 +#: gtk/gtkplug.c:165 msgid "Socket Window" msgstr "Socket-aren leihoa" -#: ../gtk/gtkplug.c:166 +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "Konektorea kapsulatuta dagoen socket-aren leihoa" -#: ../gtk/gtkpreview.c:102 -msgid "Whether the preview widget should take up the entire space it is allocated" +#: gtk/gtkpreview.c:102 +msgid "" +"Whether the preview widget should take up the entire space it is allocated" msgstr "" "Aurrebistako trepetak esleitu zaion leku guztia hartu behar duen ala ez " "adierazten du" -#: ../gtk/gtkprinter.c:124 +#: gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "Inprimagailuaren izena" -#: ../gtk/gtkprinter.c:130 +#: gtk/gtkprinter.c:130 msgid "Backend" msgstr "Motorra" -#: ../gtk/gtkprinter.c:131 +#: gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "Inprimagailuaren motorra" -#: ../gtk/gtkprinter.c:137 +#: gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "Birtuala da" -#: ../gtk/gtkprinter.c:138 +#: gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "FALTSUA honek egiazko inprimagailu-hardwarea adierazten badu" -#: ../gtk/gtkprinter.c:144 +#: gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "PDF onartzen du" -#: ../gtk/gtkprinter.c:145 +#: gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "EGIA inprimagailuak PDF onartzen badu" -#: ../gtk/gtkprinter.c:151 +#: gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "PostScript onartzen du" -#: ../gtk/gtkprinter.c:152 +#: gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "EGIA inprimagailuak PostScript onartzen badu" -#: ../gtk/gtkprinter.c:158 +#: gtk/gtkprinter.c:158 msgid "State Message" msgstr "Mezuaren egoera" -#: ../gtk/gtkprinter.c:159 +#: gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "Inprimagialuaren uneko egoera azaltzen duen esaldia" # -#: ../gtk/gtkprinter.c:165 +#: gtk/gtkprinter.c:165 msgid "Location" msgstr "Kokalekua" -#: ../gtk/gtkprinter.c:166 +#: gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "Inprimagialuaren kokalekua" -#: ../gtk/gtkprinter.c:173 +#: gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "Inprimagailuan erabiliko den ikonoaren izena" -#: ../gtk/gtkprinter.c:179 +#: gtk/gtkprinter.c:179 msgid "Job Count" msgstr "Lan kopurua" -#: ../gtk/gtkprinter.c:180 +#: gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "Inprimagailuaren ilaran dagoen lan kopurua" -#: ../gtk/gtkprinter.c:198 +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "Inprimagailua pausarazita" -#: ../gtk/gtkprinter.c:199 +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "EGIA inprimagailua pausarazita badago" -#: ../gtk/gtkprinter.c:212 +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "Lanak onartzen" -#: ../gtk/gtkprinter.c:213 +#: gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "EGIA inprimagailuak lan berriak onartzen baditu" # -#: ../gtk/gtkprinteroptionwidget.c:123 +#: gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "Iturburuaren aukerak" -#: ../gtk/gtkprinteroptionwidget.c:124 +#: gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "Trepetaren atzean dagoen PrinterOption" -#: ../gtk/gtkprintjob.c:117 +#: gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "Inprimatze-lanaren titulua" -#: ../gtk/gtkprintjob.c:125 +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "Inprimagailua" -#: ../gtk/gtkprintjob.c:126 +#: gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "Inprimagailua lanak inprimatzeko" -#: ../gtk/gtkprintjob.c:134 +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "Ezarpenak" -#: ../gtk/gtkprintjob.c:135 +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "Inprimagailuaren ezarpenak" # -#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 -#: ../gtk/gtkprintunixdialog.c:258 +#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "Orriaren konfigurazioa" -#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "Inprimatze-egoeraren jarraipena" -#: ../gtk/gtkprintjob.c:153 +#: gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." @@ -4242,51 +4269,51 @@ msgstr "" "jarraitzen badu inprimatze-datuak inprimagailura edo inprimatze-zerbitzarira " "bidali ondoren." -#: ../gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "Orriaren konfigurazio lehenetsia" -#: ../gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "GtkPageSetup lehenespenez erabilita" -#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "Inprimatze-ezarpenak" -#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "GtkPrintSettings elkarrizketa-koadroa hasieratzeko erabilita" -#: ../gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "Lanaren izena" -#: ../gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "Inprimatze-lana identifikatzeko erabiliko den esaldia." -#: ../gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "Orrialde kopurua" -#: ../gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr "Dokumentuaren orrialde kopurua." -#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "Uneko orrialdea" -#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "Dokumentuaren uneko orrialdea" -#: ../gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "Erabili orrialde osoa" -#: ../gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1007 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" @@ -4294,7 +4321,7 @@ msgstr "" "EGIA testuinguruaren jatorria orrialdearen ertza izan behar badu eta ez " "irudiaren arearen ertzean" -#: ../gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1028 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." @@ -4303,75 +4330,75 @@ msgstr "" "jarraitzen badu inprimatze-datuak inprimagailura edo inprimatze-zerbitzarira " "bidali ondoren." -#: ../gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "Unitatea" -#: ../gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "Testuinguruaren distantziak neurtzeko unitatea" -#: ../gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "Erakutsi elkarrizketa-koadroa" -#: ../gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr "EGIA progresio-koadroa erakusten bada inprimatzean." -#: ../gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "Baimendu asinkronoa" -#: ../gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "EGIA inrprimatze-prozesua asinkronoki exekuta badaiteke" -#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "Esportatu fitxategi-izena" -#: ../gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "Egoera" -#: ../gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "Inprimatze-eragiketaren egoera" -#: ../gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "Egoeraren esaldia" -#: ../gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "Egoeraren azalpena pertsonek irakur ahal izateko" -#: ../gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "Fitxaren etiketa pertsonalizatua" -#: ../gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "Trepeta pertsonalizatuak dituen fitxaren etiketa." -#: ../gtk/gtkprintunixdialog.c:259 +#: gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "GtkPageSetup erabiltzeko" -#: ../gtk/gtkprintunixdialog.c:284 +#: gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "Hautatutako inprimagailua" -#: ../gtk/gtkprintunixdialog.c:285 +#: gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "Hautatutako GtkPrinter" -#: ../gtk/gtkprogress.c:102 +#: gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "Jarduera-modua" -#: ../gtk/gtkprogress.c:103 +#: gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " @@ -4382,39 +4409,40 @@ msgstr "" "dagoen bukatuta. Hori erabiltzen da zerbait egiten ari zarenean eta horretan " "zenbat denbora emango duzun ez dakizunean." -#: ../gtk/gtkprogress.c:111 +#: gtk/gtkprogress.c:111 msgid "Show text" msgstr "Erakutsi testua" -#: ../gtk/gtkprogress.c:112 +#: gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "Progresioa testu gisa erakutsiko den ala ez adierazten du" -#: ../gtk/gtkprogressbar.c:119 +#: gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "GtkAdjustment progresio-barrarekin konektatuta (zaharkitua)" -#: ../gtk/gtkprogressbar.c:135 +#: gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "Barra-estiloa" -#: ../gtk/gtkprogressbar.c:136 +#: gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "Barraren estilo bisuala zehazten du ehuneko-moduan (zaharkitua)" -#: ../gtk/gtkprogressbar.c:144 +#: gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "Jarduera-urratsa" -#: ../gtk/gtkprogressbar.c:145 +#: gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" -msgstr "Jarduera-moduan iterazio bakoitzerako erabilitako gehikuntza (zaharkitua)" +msgstr "" +"Jarduera-moduan iterazio bakoitzerako erabilitako gehikuntza (zaharkitua)" -#: ../gtk/gtkprogressbar.c:152 +#: gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "Jarduera-blokeak" -#: ../gtk/gtkprogressbar.c:153 +#: gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" @@ -4422,11 +4450,11 @@ msgstr "" "Progresio-barraren arean jarduera-moduan doi daitezkeen blokeen kopurua " "(zaharkitua)" -#: ../gtk/gtkprogressbar.c:160 +#: gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "Bloke diskretuak" -#: ../gtk/gtkprogressbar.c:161 +#: gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" @@ -4435,27 +4463,28 @@ msgstr "" "direnean)" # -#: ../gtk/gtkprogressbar.c:168 +#: gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "Frakzioa" -#: ../gtk/gtkprogressbar.c:169 +#: gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "Amaitu den lan guztiaren frakzioa" -#: ../gtk/gtkprogressbar.c:176 +#: gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "Pultsuaren urratsa" -#: ../gtk/gtkprogressbar.c:177 +#: gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" -msgstr "Sakatutakoan errebote-blokeak egin beharreko progresio osoaren frakzioa" +msgstr "" +"Sakatutakoan errebote-blokeak egin beharreko progresio osoaren frakzioa" -#: ../gtk/gtkprogressbar.c:185 +#: gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "Progresio-barran bistaratu beharreko testua" -#: ../gtk/gtkprogressbar.c:207 +#: gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." @@ -4464,60 +4493,60 @@ msgstr "" "osoa bistaratzeko." # -#: ../gtk/gtkprogressbar.c:214 +#: gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "XTartea" -#: ../gtk/gtkprogressbar.c:215 +#: gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "Progresio-barraren zabalerari aplikatutako tarte gehigarria." # -#: ../gtk/gtkprogressbar.c:220 +#: gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "YTartea" -#: ../gtk/gtkprogressbar.c:221 +#: gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "Progresio-barraren altuerari aplikatutako tarte gehigarria." -#: ../gtk/gtkprogressbar.c:234 +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "Barra horizontalaren gutxieneko zabalera" -#: ../gtk/gtkprogressbar.c:235 +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "Progresio-barraren gutxieneko zabalera horizontala" -#: ../gtk/gtkprogressbar.c:247 +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "Barra horizontalaren gutxieneko altuera" -#: ../gtk/gtkprogressbar.c:248 +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "Progresio-barraren gutxieneko altuera horizontala" -#: ../gtk/gtkprogressbar.c:260 +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "Barra bertikalaren gutxieneko zabalera" -#: ../gtk/gtkprogressbar.c:261 +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "Progresio-barraren gutxieneko zabalera bertikala" -#: ../gtk/gtkprogressbar.c:273 +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "Barra bertikalaren gutxieneko altuera" -#: ../gtk/gtkprogressbar.c:274 +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "Progresio-barraren gutxieneko altuera bertikala" -#: ../gtk/gtkradioaction.c:111 +#: gtk/gtkradioaction.c:111 msgid "The value" msgstr "Balioa" -#: ../gtk/gtkradioaction.c:112 +#: gtk/gtkradioaction.c:112 msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." @@ -4525,15 +4554,15 @@ msgstr "" "Ekintza hau bere taldeko uneko ekintza denean, " "gtk_radio_action_get_current_value()-k itzultzen duen balioa." -#: ../gtk/gtkradioaction.c:129 +#: gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "Ekintza honen taldeari dagokion aukera-botoien bidezko ekintza." -#: ../gtk/gtkradioaction.c:144 +#: gtk/gtkradioaction.c:144 msgid "The current value" msgstr "Uneko balioa" -#: ../gtk/gtkradioaction.c:145 +#: gtk/gtkradioaction.c:145 msgid "" "The value property of the currently active member of the group to which this " "action belongs." @@ -4541,139 +4570,145 @@ msgstr "" "Ekintza hau dagokion uneko aktibo dagoen taldeko kidearen propietatearen " "balioa." -#: ../gtk/gtkradiobutton.c:83 +#: gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "Aukera-botoia (taldeari dagokion trepeta hau)." -#: ../gtk/gtkradiomenuitem.c:344 +#: gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "Aukera-menuko elementua (taldeari dagokion trepeta hau)." -#: ../gtk/gtkradiotoolbutton.c:66 +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "Aukera-tresnaren botoia (taldeari dagokion botoi hau)." -#: ../gtk/gtkrange.c:358 +#: gtk/gtkrange.c:358 msgid "Update policy" msgstr "Eguneratze-politika" -#: ../gtk/gtkrange.c:359 +#: gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "Barrutia pantailan nola eguneratu behar den" -#: ../gtk/gtkrange.c:368 +#: gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "Barruti-objektu honen uneko balioa duen GtkAdjustment " -#: ../gtk/gtkrange.c:375 +#: gtk/gtkrange.c:375 msgid "Inverted" msgstr "Alderantzikatuta" -#: ../gtk/gtkrange.c:376 +#: gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" -msgstr "Graduatzailea mugitzen den norabidea alderantzikatu barruti-balioa handitzeko" +msgstr "" +"Graduatzailea mugitzen den norabidea alderantzikatu barruti-balioa handitzeko" -#: ../gtk/gtkrange.c:383 +#: gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "Beheranzko geziaren sentikortasuna" -#: ../gtk/gtkrange.c:384 +#: gtk/gtkrange.c:384 msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" -msgstr "Beheko zatira egokitzeko bideratzen duen geziaren sentikortasun politika" +msgstr "" +"Beheko zatira egokitzeko bideratzen duen geziaren sentikortasun politika" -#: ../gtk/gtkrange.c:392 +#: gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "Goiko geziaren sentikortasuna" -#: ../gtk/gtkrange.c:393 +#: gtk/gtkrange.c:393 msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" -msgstr "Goiko zatira egokitzeko bideratzen duen geziaren sentikortasun politika" +msgstr "" +"Goiko zatira egokitzeko bideratzen duen geziaren sentikortasun politika" -#: ../gtk/gtkrange.c:410 +#: gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "Erakutsi betegarri-maila" -#: ../gtk/gtkrange.c:411 +#: gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." -msgstr "Betegarriaren mailaren adierazlea erakutsi edo ez betetzen ari den bitartean." +msgstr "" +"Betegarriaren mailaren adierazlea erakutsi edo ez betetzen ari den bitartean." -#: ../gtk/gtkrange.c:427 +#: gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "Murriztu betegarriaren mailara" -#: ../gtk/gtkrange.c:428 +#: gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "Betegarri-mailaren goiko muga murriztu behar den edo ez." -#: ../gtk/gtkrange.c:443 +#: gtk/gtkrange.c:443 msgid "Fill Level" msgstr "Betegarri-maila" -#: ../gtk/gtkrange.c:444 +#: gtk/gtkrange.c:444 msgid "The fill level." msgstr "Betegarriaren maila." # -#: ../gtk/gtkrange.c:452 +#: gtk/gtkrange.c:452 msgid "Slider Width" msgstr "Graduatzailearen zabalera" -#: ../gtk/gtkrange.c:453 +#: gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "Korritze-barraren edo eskalaren zabalera" -#: ../gtk/gtkrange.c:460 +#: gtk/gtkrange.c:460 msgid "Trough Border" msgstr "Kanalaren ertza" -#: ../gtk/gtkrange.c:461 +#: gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "Koadroen/gezien eta ertzaren arteko tartea" -#: ../gtk/gtkrange.c:468 +#: gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "Geziaren tamaina" -#: ../gtk/gtkrange.c:469 +#: gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "Urrats-botoien bukaerako luzera" # -#: ../gtk/gtkrange.c:484 +#: gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "Geziaren tartea" -#: ../gtk/gtkrange.c:485 +#: gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "Botoien eta kurtsorearen arteko tartea" # -#: ../gtk/gtkrange.c:492 +#: gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "Geziaren X desplazamendua" -#: ../gtk/gtkrange.c:493 -msgid "How far in the x direction to move the arrow when the button is depressed" +#: gtk/gtkrange.c:493 +msgid "" +"How far in the x direction to move the arrow when the button is depressed" msgstr "Gezia noraino eraman behar den x norabidean, botoia sakatutakoan" # -#: ../gtk/gtkrange.c:500 +#: gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "Geziaren Y desplazamendua" -#: ../gtk/gtkrange.c:501 -msgid "How far in the y direction to move the arrow when the button is depressed" +#: gtk/gtkrange.c:501 +msgid "" +"How far in the y direction to move the arrow when the button is depressed" msgstr "Gezia noraino eraman behar den y norabidean, botoia sakatutakoan" -#: ../gtk/gtkrange.c:509 +#: gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "Marraztu graduatzaile AKTIBOA arrastatzean" -#: ../gtk/gtkrange.c:510 +#: gtk/gtkrange.c:510 msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" @@ -4681,11 +4716,11 @@ msgstr "" "Auekra hau EGIA balioa edukiz gero graduatzaileak AKTIBOKI marraztu egingo " "dira bere itzala BARRUAN duela arrastatzen diren heinean" -#: ../gtk/gtkrange.c:524 +#: gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "Kanalaren alboko xehetasunak" -#: ../gtk/gtkrange.c:525 +#: gtk/gtkrange.c:525 msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" @@ -4693,284 +4728,287 @@ msgstr "" "EGIA denean, kanalaren zatiak graduatzailearen bi alboetanxehetasun " "ezberdinekin marrazten dira" -#: ../gtk/gtkrange.c:541 +#: gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "Kanala gezi azpian" -#: ../gtk/gtkrange.c:542 +#: gtk/gtkrange.c:542 msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" msgstr "Barruti osorako marraztu edo desplazamenduko geziak eta tarteak kendu" # -#: ../gtk/gtkrange.c:555 +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "Gezia eskalatzea" -#: ../gtk/gtkrange.c:556 +#: gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "Gezia eskalatzea korritze botoiaren tamainarekiko" -#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 +#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "Erakutsi zenbakiak" -#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 +#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "Elementuak zenbaki batekin bistaratu behar diren edo ez" -#: ../gtk/gtkrecentchooser.c:132 +#: gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "Azkenen kudeatzailea" -#: ../gtk/gtkrecentchooser.c:133 +#: gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "RecentManager objektua erabiltzeko" -#: ../gtk/gtkrecentchooser.c:147 +#: gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "Erakutsi pribatua" -#: ../gtk/gtkrecentchooser.c:148 +#: gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "Elementu pribatuak bistaratu behar diren edo ez" -#: ../gtk/gtkrecentchooser.c:161 +#: gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "Erakutsi argibideak" -#: ../gtk/gtkrecentchooser.c:162 +#: gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "Elementuan argibidea egon behar duen edo ez" -#: ../gtk/gtkrecentchooser.c:174 +#: gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "Erakutsi ikonoak" -#: ../gtk/gtkrecentchooser.c:175 +#: gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "Ikonoa elementutik gertu egon behar duen edo ez" -#: ../gtk/gtkrecentchooser.c:190 +#: gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "Erakutsi ez-aurkituak" -#: ../gtk/gtkrecentchooser.c:191 +#: gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "" "Erabilgarri ez dauden baliabideetara erakusten duten elementuak bistaratu " "edo ez" -#: ../gtk/gtkrecentchooser.c:204 +#: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "Hainbat elementu hautatzen utziko duen edo ez" -#: ../gtk/gtkrecentchooser.c:217 +#: gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "Lokalak bakarrik" -#: ../gtk/gtkrecentchooser.c:218 +#: gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "" "Hautatutako baliabidea(k) fitxategi lokale(ta)ra mugatu behar den edo ez: " "URIak" -#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 +#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "Mugatu" -#: ../gtk/gtkrecentchooser.c:235 +#: gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "Bistaratu beharreko elementuen gehienezko kopurua" -#: ../gtk/gtkrecentchooser.c:249 +#: gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "Ordenatu mota" -#: ../gtk/gtkrecentchooser.c:250 +#: gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "Bistaratutako elementuak nola ordenatuko diren" -#: ../gtk/gtkrecentchooser.c:265 +#: gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "Zein fitxategi bistaratuko diren hautatzeko uneko iragazkia" -#: ../gtk/gtkrecentmanager.c:215 +#: gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "" "Zerrenda gordetzeko eta irakurtzeko erabiliko den fitxategiaren bide-izen " "osoa" -#: ../gtk/gtkrecentmanager.c:230 -msgid "The maximum number of items to be returned by gtk_recent_manager_get_items()" +#: gtk/gtkrecentmanager.c:230 +msgid "" +"The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "" "gtk_recent_manager_get_items() funtzioak itzulitako gehienezko elementu-" "kopurua" -#: ../gtk/gtkrecentmanager.c:246 +#: gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "Azken aldiz erabilitako baliabideen zerrendaren tamaina" # -#: ../gtk/gtkruler.c:128 +#: gtk/gtkruler.c:128 msgid "Lower" msgstr "Behekoa" -#: ../gtk/gtkruler.c:129 +#: gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "Erregelaren beheko muga" -#: ../gtk/gtkruler.c:138 +#: gtk/gtkruler.c:138 msgid "Upper" msgstr "Goikoa" -#: ../gtk/gtkruler.c:139 +#: gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "Erregelaren goiko muga" -#: ../gtk/gtkruler.c:149 +#: gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "Markaren posizioa erregelan" # -#: ../gtk/gtkruler.c:158 +#: gtk/gtkruler.c:158 msgid "Max Size" msgstr "Geh. tamaina" -#: ../gtk/gtkruler.c:159 +#: gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "Erregelaren gehienezko tamaina" -#: ../gtk/gtkruler.c:174 +#: gtk/gtkruler.c:174 msgid "Metric" msgstr "Metrotan" -#: ../gtk/gtkruler.c:175 +#: gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "Neurria metrotan, erregelan erabiltzeko" -#: ../gtk/gtkscale.c:201 +#: gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "Balioan bistaratzen diren hamartarren kopurua" -#: ../gtk/gtkscale.c:210 +#: gtk/gtkscale.c:210 msgid "Draw Value" msgstr "Marrazkiaren balioa" -#: ../gtk/gtkscale.c:211 +#: gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "" "Uneko balioa graduatzailearen ondoan kate gisa bistaratuko den ala ez " "adierazten du" -#: ../gtk/gtkscale.c:218 +#: gtk/gtkscale.c:218 msgid "Value Position" msgstr "Balioaren posizioa" -#: ../gtk/gtkscale.c:219 +#: gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "Uneko balioa zein posiziotan bistaratuko den" -#: ../gtk/gtkscale.c:226 +#: gtk/gtkscale.c:226 msgid "Slider Length" msgstr "Graduatzailearen luzera" -#: ../gtk/gtkscale.c:227 +#: gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "Eskala-graduatzailearen luzera" -#: ../gtk/gtkscale.c:235 +#: gtk/gtkscale.c:235 msgid "Value spacing" msgstr "Balioaren tartea" -#: ../gtk/gtkscale.c:236 +#: gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" -msgstr "Balio-testuaren eta graduatzailearen/kurtsorearen arearen arteko tartea" +msgstr "" +"Balio-testuaren eta graduatzailearen/kurtsorearen arearen arteko tartea" -#: ../gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Eskalaren balioa" -#: ../gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Ikonoaren tamaina" -#: ../gtk/gtkscalebutton.c:224 -msgid "The GtkAdjustment that contains the current value of this scale button object" +#: gtk/gtkscalebutton.c:226 +msgid "" +"The GtkAdjustment that contains the current value of this scale button object" msgstr "Eskala-botoi objektu honen uneko balioa duen GtkAdjustment" # -#: ../gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Ikonoak" -#: ../gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Ikonoen izenen zerrenda" -#: ../gtk/gtkscrollbar.c:51 +#: gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "Graduatzailearen gutxieneko luzera" -#: ../gtk/gtkscrollbar.c:52 +#: gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "Korritze-barraren graduatzailearen gutxieneko luzera" -#: ../gtk/gtkscrollbar.c:60 +#: gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "Graduatzailearen tamaina finkoa" -#: ../gtk/gtkscrollbar.c:61 +#: gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "Ez aldatu graduatzailearen tamaina; blokeatu gutxieneko luzeran" -#: ../gtk/gtkscrollbar.c:82 -msgid "Display a second backward arrow button on the opposite end of the scrollbar" +#: gtk/gtkscrollbar.c:82 +msgid "" +"Display a second backward arrow button on the opposite end of the scrollbar" msgstr "" "Bigarren atzera-geziaren botoia bistaratzen du korritze-barraren kontrako " "bukaeran" -#: ../gtk/gtkscrollbar.c:89 -msgid "Display a second forward arrow button on the opposite end of the scrollbar" +#: gtk/gtkscrollbar.c:89 +msgid "" +"Display a second forward arrow button on the opposite end of the scrollbar" msgstr "" "Bigarren aurrera-geziaren botoia bistaratzen du korritze-barraren kontrako " "bukaeran" # -#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 -#: ../gtk/gtktreeview.c:578 +#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "Doitze horizontala" -#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 -#: ../gtk/gtktreeview.c:586 +#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "Doitze bertikala" # -#: ../gtk/gtkscrolledwindow.c:232 +#: gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "Korritze-barra horizontalaren politika" -#: ../gtk/gtkscrolledwindow.c:233 +#: gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "Korritze-barra horizontala bistaratzean" -#: ../gtk/gtkscrolledwindow.c:240 +#: gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "Korritze-barra bertikalaren politika" -#: ../gtk/gtkscrolledwindow.c:241 +#: gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "Korritze-barra bertikala bistaratzean" # -#: ../gtk/gtkscrolledwindow.c:249 +#: gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "Leihoaren kokalekua" -#: ../gtk/gtkscrolledwindow.c:250 +#: gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." @@ -4979,11 +5017,11 @@ msgstr "" "izango du baldin eta \"window-placement-set\" EGIA bada." # -#: ../gtk/gtkscrolledwindow.c:267 +#: gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "Leihoa kokatzeko ezarpena" -#: ../gtk/gtkscrolledwindow.c:268 +#: gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." @@ -4991,38 +5029,38 @@ msgstr "" "Edukien kokalekua korritze-barrekiko zehazteko \"window-placement\" erabili " "behar den edo ez." -#: ../gtk/gtkscrolledwindow.c:274 +#: gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "Itzal-mota" -#: ../gtk/gtkscrolledwindow.c:275 +#: gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "Edukiaren inguruko alaka-estiloa" # -#: ../gtk/gtkscrolledwindow.c:289 +#: gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "Korritze-barra alaken artean" -#: ../gtk/gtkscrolledwindow.c:290 +#: gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "Korritutako leihoaren alaken artean kokatzen du Korritze-barra" # -#: ../gtk/gtkscrolledwindow.c:296 +#: gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "Korritze-barraren tartea" -#: ../gtk/gtkscrolledwindow.c:297 +#: gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "Korritze-barren eta korritutako leihoaren artean dagoen pixel-kopurua" # -#: ../gtk/gtkscrolledwindow.c:312 +#: gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "Korritutako leihoaren kokalekua" -#: ../gtk/gtkscrolledwindow.c:313 +#: gtk/gtkscrolledwindow.c:313 msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." @@ -5030,19 +5068,19 @@ msgstr "" "Korritutako leihoen edukiak korritze-barrarekiko kokakuta dauden edo ez, " "baldin eta ez korritutako leihoaren kokaleku bera ez bada gainjartzen." -#: ../gtk/gtkseparatortoolitem.c:105 +#: gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "Marraztu" -#: ../gtk/gtkseparatortoolitem.c:106 +#: gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "Bereizlea marraztuta edo hutsik dagoen adierazten du" -#: ../gtk/gtksettings.c:215 +#: gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "Klik bikoitzaren denbora" -#: ../gtk/gtksettings.c:216 +#: gtk/gtksettings.c:216 msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" @@ -5050,11 +5088,11 @@ msgstr "" "Klik bikoitza izateko bi kliken artean igaro daitekeen gehienezko denbora " "(milisegundotan)" -#: ../gtk/gtksettings.c:223 +#: gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "Klik bikoitzaren distantzia" -#: ../gtk/gtksettings.c:224 +#: gtk/gtksettings.c:224 msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" @@ -5064,37 +5102,37 @@ msgstr "" "denbora (milisegundotan)" # -#: ../gtk/gtksettings.c:240 +#: gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "Kurtsorearen keinua" -#: ../gtk/gtksettings.c:241 +#: gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "Kurtsoreak keinu egin behar duen ala ez adierazten du" # -#: ../gtk/gtksettings.c:248 +#: gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "Kurtsorearen keinuaren denbora" -#: ../gtk/gtksettings.c:249 +#: gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "Kurtsorearen keinu egiteko zikloaren iraupena, milisegundotan" # -#: ../gtk/gtksettings.c:268 +#: gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "Kurtsorearen keinuaren denbora" -#: ../gtk/gtksettings.c:269 +#: gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "Kurtsorearen keinu egiteari uzteko iraupena, milisegundotan" -#: ../gtk/gtksettings.c:276 +#: gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "Kurtsore zatitua" -#: ../gtk/gtksettings.c:277 +#: gtk/gtksettings.c:277 msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" @@ -5102,158 +5140,161 @@ msgstr "" "Ezkerretik eskuinera eta eskuinetik ezkerrera doan testu nahasian bi " "kurtsore bistaratu behar diren ala ez adierazten du" -#: ../gtk/gtksettings.c:284 +#: gtk/gtksettings.c:284 msgid "Theme Name" msgstr "Gaiaren izena" -#: ../gtk/gtksettings.c:285 +#: gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "Kargatu behar den gaiaren RC fitxategiaren izena" -#: ../gtk/gtksettings.c:293 +#: gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "Ikonoen gaiaren izena" -#: ../gtk/gtksettings.c:294 +#: gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "Erabili beharreko ikonoaren gaiaren izena" -#: ../gtk/gtksettings.c:302 +#: gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "Erreserbako ikono-gaiaren izena" -#: ../gtk/gtksettings.c:303 +#: gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "Errore-kasuan erabiliko den ikono-gaiaren izena" -#: ../gtk/gtksettings.c:311 +#: gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "Gako-gaiaren izena" -#: ../gtk/gtksettings.c:312 +#: gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "Kargatu behar den gako-gaiaren RC fitxategiaren izena" -#: ../gtk/gtksettings.c:320 +#: gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "Menu-barraren bizkortzailea" -#: ../gtk/gtksettings.c:321 +#: gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "Menu-barra aktibatzeko laster-tekla" -#: ../gtk/gtksettings.c:329 +#: gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "Arrastatu muga" -#: ../gtk/gtksettings.c:330 +#: gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "Kurtsorea zenbat pixel mugi daitekeen jaregin aurretik" # -#: ../gtk/gtksettings.c:338 +#: gtk/gtksettings.c:338 msgid "Font Name" msgstr "Letra-tipoaren izena" -#: ../gtk/gtksettings.c:339 +#: gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "Erabili behar den letra-tipo lehenetsiaren izena" # -#: ../gtk/gtksettings.c:361 +#: gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "Ikonoen tamainak" -#: ../gtk/gtksettings.c:362 +#: gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "Ikono-tamainen zerrenda (gtk-menu=16,16;gtk-button=20,20..." -#: ../gtk/gtksettings.c:370 +#: gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "GTK moduluak" -#: ../gtk/gtksettings.c:371 +#: gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "Unean aktibatuta dauden GTK moduluen zerrenda" -#: ../gtk/gtksettings.c:380 +#: gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Xft Antialias-a" -#: ../gtk/gtksettings.c:381 +#: gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "" "Xft letra-tipoei antialiasing-a aplikatu behar zaien ala ez adierazten du; " "0=ez, 1=bai, -1=lehenetsia" -#: ../gtk/gtksettings.c:390 +#: gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Xft Hinting-a" -#: ../gtk/gtksettings.c:391 +#: gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "" "Xft letra-tipoekin hinting-a erabili behar den ala ez adierazten du; 1=bai, -" "1=lehenetsia" -#: ../gtk/gtksettings.c:400 +#: gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Xft hinting-estiloa" -#: ../gtk/gtksettings.c:401 -msgid "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" -msgstr "Zein hinting-maila erabili behar; bat ere ez, arina, tartekoa, edo osoa" +#: gtk/gtksettings.c:401 +msgid "" +"What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" +msgstr "" +"Zein hinting-maila erabili behar; bat ere ez, arina, tartekoa, edo osoa" -#: ../gtk/gtksettings.c:410 +#: gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft RGBA" -#: ../gtk/gtksettings.c:411 +#: gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "Azpipixelen antialising-mota; bat ere ez, rgb, bgr, vrgb, vbgr" -#: ../gtk/gtksettings.c:420 +#: gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Xft DPI" -#: ../gtk/gtksettings.c:421 +#: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" -msgstr "Xft-n bereizmena, 1024 * hazbete/puntun. -1 balio lehenetsia erabiltzeko" +msgstr "" +"Xft-n bereizmena, 1024 * hazbete/puntun. -1 balio lehenetsia erabiltzeko" -#: ../gtk/gtksettings.c:430 +#: gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "Ikonoen gaiaren izena" -#: ../gtk/gtksettings.c:431 +#: gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" msgstr "" "Erabili beharreko kurtsorearen gaiaren izena, edo NULL gai lehenetsia " "erabiltzeko" # -#: ../gtk/gtksettings.c:439 +#: gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "Kurtsore-gaiaren tamaina" -#: ../gtk/gtksettings.c:440 +#: gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "Tamaina kurtsoreetan erabiltzeko, edo 0 tamaina lehenetsia erabiltzeko" -#: ../gtk/gtksettings.c:450 +#: gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "Botoien ordena alternatiboa" -#: ../gtk/gtksettings.c:451 +#: gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" msgstr "" "Elkarrizketa-koadroetako botoiak bestelako botoien ordena erabiliko duen ala " "ez adierazten du" -#: ../gtk/gtksettings.c:468 +#: gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "Ordena adierazlearen norabide alternatiboa" -#: ../gtk/gtksettings.c:469 +#: gtk/gtksettings.c:469 msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" @@ -5262,11 +5303,11 @@ msgstr "" "alderantzikatzen den edo ez lehenetsiarekin konparatuz (behera gorantz " "adierazten du)" -#: ../gtk/gtksettings.c:477 +#: gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "Erakutsi 'Sarrerako metodak' menua" -#: ../gtk/gtksettings.c:478 +#: gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" @@ -5274,11 +5315,11 @@ msgstr "" "Sarrerako eta testuen ikuspegiko testuinguruko menuak sarrerako metodoa " "aldatzea utzi behar duen edo ez." -#: ../gtk/gtksettings.c:486 +#: gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "Erakutsi 'Txertatu Unicode kontroleko karakterea' menua" -#: ../gtk/gtksettings.c:487 +#: gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" @@ -5286,228 +5327,231 @@ msgstr "" "Sarrerako eta testuen ikuspegiko testuinguruko menuak kontroleko karaktereak " "txertatzea utzi behar duen edo ez." -#: ../gtk/gtksettings.c:495 +#: gtk/gtksettings.c:495 msgid "Start timeout" msgstr "Hasierako denbora-muga" -#: ../gtk/gtksettings.c:496 +#: gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "Denbora-mugen hasierako balioa, botoia sakatzean" -#: ../gtk/gtksettings.c:505 +#: gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "Errepikatzeko denbora-muga" -#: ../gtk/gtksettings.c:506 +#: gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "Denobra-mugak errepikatzeko balioa, botoia sakatzean" -#: ../gtk/gtksettings.c:515 +#: gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "Zabaltzearen denbora-muga" -#: ../gtk/gtksettings.c:516 +#: gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "Denbora-mugak zabaltzeko balioa, trepeta area berrian zabaltzen denean" -#: ../gtk/gtksettings.c:551 +#: gtk/gtksettings.c:551 msgid "Color scheme" msgstr "Kolore-eskema" -#: ../gtk/gtksettings.c:552 +#: gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "Izendun koloreen paleta gaietan erabiltzeko" # -#: ../gtk/gtksettings.c:561 +#: gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "Gaitu animazioak" -#: ../gtk/gtksettings.c:562 +#: gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "Toolkit guztian erabiltzeko animazioak gaitu edo ez" -#: ../gtk/gtksettings.c:580 +#: gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "Gaitu ukitze-pantaila modua" -#: ../gtk/gtksettings.c:581 +#: gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" -msgstr "EGIA bada ez dago mugimenduaren jakinarazpen gertaerarik pantaila honetan" +msgstr "" +"EGIA bada ez dago mugimenduaren jakinarazpen gertaerarik pantaila honetan" -#: ../gtk/gtksettings.c:598 +#: gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "Argibideen denbora" -#: ../gtk/gtksettings.c:599 +#: gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "Argibidea erakutsiko den denbora" -#: ../gtk/gtksettings.c:624 +#: gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "Arakatzeko argibideen denbora" -#: ../gtk/gtksettings.c:625 +#: gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "" "Argibidea erakutsi aurretik igaroko den denbora arakatzeko modua gaitzen " "denean" -#: ../gtk/gtksettings.c:646 +#: gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "Argibideak arakatzeko moduaren denbora" -#: ../gtk/gtksettings.c:647 +#: gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "Denbora arakatzeko modua desgaitzeko" -#: ../gtk/gtksettings.c:666 +#: gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "Teklekin nabigatzeko kurtsorea soilik" -#: ../gtk/gtksettings.c:667 +#: gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" -msgstr "EGIA bada, kurtsore-geziak egongo dira soilik trepeten artean nabigatzeko" +msgstr "" +"EGIA bada, kurtsore-geziak egongo dira soilik trepeten artean nabigatzeko" -#: ../gtk/gtksettings.c:684 +#: gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "Itzulbiratu nabigazioko teklatua" -#: ../gtk/gtksettings.c:685 +#: gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "Itzulbiratu edo ez trepeten artean teklatuarekin nabigatzeko" -#: ../gtk/gtksettings.c:705 +#: gtk/gtksettings.c:705 msgid "Error Bell" msgstr "Errore soinua" -#: ../gtk/gtksettings.c:706 +#: gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" -msgstr "EGIA bada, nabigazioko teklatuak eta beste erroreek soinua sortuko dute" +msgstr "" +"EGIA bada, nabigazioko teklatuak eta beste erroreek soinua sortuko dute" -#: ../gtk/gtksettings.c:723 +#: gtk/gtksettings.c:723 msgid "Color Hash" msgstr "Kolorearen hash-a" -#: ../gtk/gtksettings.c:724 +#: gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "Kolore-eskema adierazten duen hash taula." -#: ../gtk/gtksettings.c:732 +#: gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "Fitxategi-hautatzailearen motor lehenetsia" -#: ../gtk/gtksettings.c:733 +#: gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "Lehenespenez erabili beharreko GtkFileChooser motorraren izena" -#: ../gtk/gtksettings.c:750 +#: gtk/gtksettings.c:750 msgid "Default print backend" msgstr "Inprimatze-motor lehenetsia" -#: ../gtk/gtksettings.c:751 +#: gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "Lehenespenez erabili beharreko GtkPrintBackend motorren zerrenda" -#: ../gtk/gtksettings.c:774 +#: gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "Komando lehenetsia inprimatzeko aurrebista bistaratzean exekutatzeko" -#: ../gtk/gtksettings.c:775 +#: gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "Komandoa inprimatzeko aurrebista bistaratzean exekutatzeko" # -#: ../gtk/gtksettings.c:791 +#: gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "Gaitu mnemoteknikoa" -#: ../gtk/gtksettings.c:792 +#: gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "Etiketek mnemoteknikoak eduki behar duten edo ez" -#: ../gtk/gtksettings.c:808 +#: gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "Gaitu bizkortzaileak" -#: ../gtk/gtksettings.c:809 +#: gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "Menuko elementuek bizkortzaileak edukiko duten edo ez" -#: ../gtk/gtksettings.c:826 +#: gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "Fitxategi berrien kopurua" -#: ../gtk/gtksettings.c:827 +#: gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "Erabilitako azken fitxategien kopurua" -#: ../gtk/gtksettings.c:845 +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "BM modulu lehenetsia" -#: ../gtk/gtksettings.c:846 +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "Zein BM modulu erabiliko den lehenetsi gisa" -#: ../gtk/gtksettings.c:864 +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "Azken fitxategien geh. antzinatasuna" -#: ../gtk/gtksettings.c:865 +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "Erabilitako azken fitxategien gehienezko antzinatasuna (egunetan)" -#: ../gtk/gtksettings.c:874 +#: gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Fontconfig-en konfigurazioaren data-zigilua" -#: ../gtk/gtksettings.c:875 +#: gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "Uneko fontconfig-en konfigurazioaren data-zigilua" -#: ../gtk/gtksettings.c:897 +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "Soinu gaiaren izena" -#: ../gtk/gtksettings.c:898 +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "XDG soinu gaiaren izena" #. Translators: this means sounds that are played as feedback to user input -#: ../gtk/gtksettings.c:920 +#: gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "Sarrerako berrelikadura entzungarria" -#: ../gtk/gtksettings.c:921 +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "" "Erabiltzailearen sarreren aurrean soinuak erreproduzituko duen berrelikadura " "gisa ala ez adierazten du" # -#: ../gtk/gtksettings.c:942 +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "Gaitu soinu gertaerak" -#: ../gtk/gtksettings.c:943 +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "Gertaeren soinuak erreproduzituko diren ala ez adierazten du" -#: ../gtk/gtksettings.c:958 +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "Gaitu argibideak" -#: ../gtk/gtksettings.c:959 +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "Trepetetan argibideak erakutsiko diren ala ez adierazten du" # -#: ../gtk/gtksizegroup.c:293 +#: gtk/gtksizegroup.c:293 msgid "Mode" msgstr "Modua" -#: ../gtk/gtksizegroup.c:294 +#: gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" @@ -5515,27 +5559,29 @@ msgstr "" "Norabide hauetan, taldearen tamainak osagai-trepetentzat eskatutako tamainei " "eragiten die" -#: ../gtk/gtksizegroup.c:310 +#: gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "Ezikusi egin ezkutukoei" -#: ../gtk/gtksizegroup.c:311 -msgid "If TRUE, unmapped widgets are ignored when determining the size of the group" -msgstr "EGIA bada ezkutuko trepetak baztertu egingo dira taldearen tamaina zehaztean" +#: gtk/gtksizegroup.c:311 +msgid "" +"If TRUE, unmapped widgets are ignored when determining the size of the group" +msgstr "" +"EGIA bada ezkutuko trepetak baztertu egingo dira taldearen tamaina zehaztean" -#: ../gtk/gtkspinbutton.c:209 +#: gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "Biratze-botoiaren balioa duen doitzea" -#: ../gtk/gtkspinbutton.c:216 +#: gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "Igoera-abiadura" -#: ../gtk/gtkspinbutton.c:236 +#: gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "Atxiki markei" -#: ../gtk/gtkspinbutton.c:237 +#: gtk/gtkspinbutton.c:237 msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" @@ -5543,189 +5589,193 @@ msgstr "" "Balio okerrak automatikoki botoiaren urrats-gehikuntza hurbilenera aldatzen " "diren ala ez adierazten du" -#: ../gtk/gtkspinbutton.c:244 +#: gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "Zenbakizkoa" -#: ../gtk/gtkspinbutton.c:245 +#: gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" -msgstr "Karaktere ez-zenbakizkoei ez ikusi egin behar zaien ala ez adierazten du" +msgstr "" +"Karaktere ez-zenbakizkoei ez ikusi egin behar zaien ala ez adierazten du" -#: ../gtk/gtkspinbutton.c:252 +#: gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "Itzulbiratu" -#: ../gtk/gtkspinbutton.c:253 +#: gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" -msgstr "Botoia bere mugetara iristean itzulbiratu behar den ala ez adierazten du" +msgstr "" +"Botoia bere mugetara iristean itzulbiratu behar den ala ez adierazten du" -#: ../gtk/gtkspinbutton.c:260 +#: gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "Eguneratze-politika" -#: ../gtk/gtkspinbutton.c:261 -msgid "Whether the spin button should update always, or only when the value is legal" +#: gtk/gtkspinbutton.c:261 +msgid "" +"Whether the spin button should update always, or only when the value is legal" msgstr "" "Botoia beti eguneratu behar den edo balioa legala denean bakarrik aldatu " "behar den adierazten du" -#: ../gtk/gtkspinbutton.c:270 +#: gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "Uneko balioa irakurtzen du edo balio berria ezartzen du" -#: ../gtk/gtkspinbutton.c:279 +#: gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "Biratze botoiaren inguruko alaka-estiloa" -#: ../gtk/gtkstatusbar.c:141 +#: gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "Tamainaz aldatzeko sareta" -#: ../gtk/gtkstatusbar.c:142 +#: gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" -msgstr "Egoera-barrak goi-maila tamainaz aldatzeko sareta duen ala ez adierazten du" +msgstr "" +"Egoera-barrak goi-maila tamainaz aldatzeko sareta duen ala ez adierazten du" -#: ../gtk/gtkstatusbar.c:187 +#: gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "Egoera-barrako testuaren inguruko alaka-estiloa" -#: ../gtk/gtkstatusicon.c:268 +#: gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "Ikonoaren tamaina" -#: ../gtk/gtkstatusicon.c:278 +#: gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "Egoerako ikono hau bistaratuko den pantaila" -#: ../gtk/gtkstatusicon.c:285 +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "Keinukaria" -#: ../gtk/gtkstatusicon.c:286 +#: gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "Egoerako ikonoa keinuka ari den edo ez" -#: ../gtk/gtkstatusicon.c:294 +#: gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "Egoerako ikonoa ikusgai dagoen edo ez" -#: ../gtk/gtkstatusicon.c:310 +#: gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "Egoerako ikonoa kapsulatuta dagoen edo ez" -#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 +#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "Erretiluraren orientazioa" -#: ../gtk/gtkstatusicon.c:353 ../gtk/gtkwidget.c:632 +#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "Argibidea du" -#: ../gtk/gtkstatusicon.c:354 +#: gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" msgstr "Erretiluko ikonoak argibidea duen edo ez" -#: ../gtk/gtkstatusicon.c:375 ../gtk/gtkwidget.c:653 +#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 msgid "Tooltip Text" msgstr "Argibidearen testua" -#: ../gtk/gtkstatusicon.c:376 ../gtk/gtkwidget.c:654 ../gtk/gtkwidget.c:675 +#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 msgid "The contents of the tooltip for this widget" msgstr "Trepetaren argibidearen edukia" -#: ../gtk/gtkstatusicon.c:399 ../gtk/gtkwidget.c:674 +#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674 msgid "Tooltip markup" msgstr "Markaren argibidea" -#: ../gtk/gtkstatusicon.c:400 +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "Erretiluko ikonoaren argibidearen edukia" -#: ../gtk/gtktable.c:129 +#: gtk/gtktable.c:129 msgid "Rows" msgstr "Errenkadak" -#: ../gtk/gtktable.c:130 +#: gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "Taulako errenkaden kopurua" -#: ../gtk/gtktable.c:138 +#: gtk/gtktable.c:138 msgid "Columns" msgstr "Zutabeak" -#: ../gtk/gtktable.c:139 +#: gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "Taulako zutabeen kopurua" # -#: ../gtk/gtktable.c:147 +#: gtk/gtktable.c:147 msgid "Row spacing" msgstr "Errenkaden tartea" -#: ../gtk/gtktable.c:148 +#: gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "Elkarren segidako bi errenkaden arteko lekua" -#: ../gtk/gtktable.c:156 +#: gtk/gtktable.c:156 msgid "Column spacing" msgstr "Zutabeen tartea" -#: ../gtk/gtktable.c:157 +#: gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "Elkarren segidako bi zutaberen arteko lekua" -#: ../gtk/gtktable.c:166 +#: gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "" "EGIA bada, horrek esan nahi du taulako gelaxka guztiek zabalera eta altuera " "bera dutela" -#: ../gtk/gtktable.c:173 +#: gtk/gtktable.c:173 msgid "Left attachment" msgstr "Ezkerreko eranskina" -#: ../gtk/gtktable.c:180 +#: gtk/gtktable.c:180 msgid "Right attachment" msgstr "Eskuineko eranskina" -#: ../gtk/gtktable.c:181 +#: gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "Trepeta umearen eskuineko aldean erantsi beharreko zutabe-kopurua" -#: ../gtk/gtktable.c:187 +#: gtk/gtktable.c:187 msgid "Top attachment" msgstr "Goiko eranskina" -#: ../gtk/gtktable.c:188 +#: gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "Trepeta umearen goian erantsi beharreko errenkaden kopurua" -#: ../gtk/gtktable.c:194 +#: gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "Beheko eranskina" # -#: ../gtk/gtktable.c:201 +#: gtk/gtktable.c:201 msgid "Horizontal options" msgstr "Aukera horizontalak" -#: ../gtk/gtktable.c:202 +#: gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "Umearen portaera horizontala zehazten duten aukerak" -#: ../gtk/gtktable.c:208 +#: gtk/gtktable.c:208 msgid "Vertical options" msgstr "Aukera bertikalak" -#: ../gtk/gtktable.c:209 +#: gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "Umearen portaera bertikala zehazten duten aukerak" -#: ../gtk/gtktable.c:215 +#: gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "Tarte betegarri horizontala" -#: ../gtk/gtktable.c:216 +#: gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" @@ -5733,11 +5783,11 @@ msgstr "" "Umearen eta haren ezkerreko eta eskuineko auzoen artean jarri beharreko " "tarte estra, pixeletan" -#: ../gtk/gtktable.c:222 +#: gtk/gtktable.c:222 msgid "Vertical padding" msgstr "Tarte betegarri bertikala" -#: ../gtk/gtktable.c:223 +#: gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" @@ -5745,74 +5795,77 @@ msgstr "" "Umearen eta haren goiko eta beheko auzoen artean jarri beharreko tarte " "estra, pixeletan" -#: ../gtk/gtktext.c:546 +#: gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "Testu-trepetaren doitze horizontala" -#: ../gtk/gtktext.c:554 +#: gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "Testu-trepetaren doitze bertikala" -#: ../gtk/gtktext.c:561 +#: gtk/gtktext.c:561 msgid "Line Wrap" msgstr "Lerro-itzulbira" -#: ../gtk/gtktext.c:562 +#: gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "Lerroak trepetaren ertzetara doitzen diren ala ez adierazten du" -#: ../gtk/gtktext.c:569 +#: gtk/gtktext.c:569 msgid "Word Wrap" msgstr "Doitu hitzak" -#: ../gtk/gtktext.c:570 +#: gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "Hitzak trepetaren ertzetara doitzen diren ala ez adierazten du" -#: ../gtk/gtktextbuffer.c:180 +#: gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "Etiketa-taula" -#: ../gtk/gtktextbuffer.c:181 +#: gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "Testu-etiketen taula" -#: ../gtk/gtktextbuffer.c:199 +#: gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "Bufferreko uneko testua" -#: ../gtk/gtktextbuffer.c:213 +#: gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "Hautapena du" -#: ../gtk/gtktextbuffer.c:214 +#: gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "Bufferrak unean testurik hautatuta duen edo ez" # -#: ../gtk/gtktextbuffer.c:230 +#: gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "Kurtsorearen posizioa" -#: ../gtk/gtktextbuffer.c:231 -msgid "The position of the insert mark (as offset from the beginning of the buffer)" -msgstr "Txertatze-markaren kokalekua (desplazamendu gisa bufferraren hasieratik)" +#: gtk/gtktextbuffer.c:231 +msgid "" +"The position of the insert mark (as offset from the beginning of the buffer)" +msgstr "" +"Txertatze-markaren kokalekua (desplazamendu gisa bufferraren hasieratik)" -#: ../gtk/gtktextbuffer.c:246 +#: gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "Kopia-helburuen zerrenda" -#: ../gtk/gtktextbuffer.c:247 -msgid "The list of targets this buffer supports for clipboard copying and DND source" +#: gtk/gtktextbuffer.c:247 +msgid "" +"The list of targets this buffer supports for clipboard copying and DND source" msgstr "" "Buffer honek onartzen dituen helburuen zerrenda arbeletik kopiatzeko eta " "DNDren iturburua" -#: ../gtk/gtktextbuffer.c:262 +#: gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "Itsaste-helburuen zerrenda" -#: ../gtk/gtktextbuffer.c:263 +#: gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" @@ -5820,35 +5873,37 @@ msgstr "" "Buffer honek onartzen dituen helburuen zerrenda arbeletik itsasteko eta " "DNDren helburua" -#: ../gtk/gtktextmark.c:90 +#: gtk/gtktextmark.c:90 msgid "Mark name" msgstr "Markatu izena" -#: ../gtk/gtktextmark.c:97 +#: gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "Ezker-grabitatea" -#: ../gtk/gtktextmark.c:98 +#: gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "Markak ezker-grabitatea duen edo ez" -#: ../gtk/gtktexttag.c:173 +#: gtk/gtktexttag.c:173 msgid "Tag name" msgstr "Etiketa-izena" -#: ../gtk/gtktexttag.c:174 +#: gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" -msgstr "Testu-etiketa aipatzeko erabiltzen den izena. NULUA etiketa anonimoentzat" +msgstr "" +"Testu-etiketa aipatzeko erabiltzen den izena. NULUA etiketa anonimoentzat" -#: ../gtk/gtktexttag.c:192 +#: gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" -msgstr "Atzeko planoaren kolorea GdkColor gisa (baliteke esleitu gabea izatea) " +msgstr "" +"Atzeko planoaren kolorea GdkColor gisa (baliteke esleitu gabea izatea) " -#: ../gtk/gtktexttag.c:199 +#: gtk/gtktexttag.c:199 msgid "Background full height" msgstr "Atzeko planoaren altuera osoa" -#: ../gtk/gtktexttag.c:200 +#: gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" @@ -5856,44 +5911,49 @@ msgstr "" "Atzeko planoaren koloreak lerroaren altuera osoa betetzen duen edo " "etiketatutako karaktereen altuera bakarrik adierazten duen" -#: ../gtk/gtktexttag.c:208 +#: gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "Atzeko planoaren maskara puntukatua" -#: ../gtk/gtktexttag.c:209 +#: gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" -msgstr "Testuaren atzeko planoa marraztean maskara gisa erabili beharreko bit-mapa" +msgstr "" +"Testuaren atzeko planoa marraztean maskara gisa erabili beharreko bit-mapa" -#: ../gtk/gtktexttag.c:226 +#: gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" -msgstr "Aurreko planoaren kolorea GdkColor gisa (baliteke esleitu gabea izatea) " +msgstr "" +"Aurreko planoaren kolorea GdkColor gisa (baliteke esleitu gabea izatea) " -#: ../gtk/gtktexttag.c:234 +#: gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "Aurreko planoaren maskara puntukatua" -#: ../gtk/gtktexttag.c:235 +#: gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" -msgstr "Testuaren aurreko planoa marraztean maskara gisa erabili beharreko bit-mapa" +msgstr "" +"Testuaren aurreko planoa marraztean maskara gisa erabili beharreko bit-mapa" # -#: ../gtk/gtktexttag.c:242 +#: gtk/gtktexttag.c:242 msgid "Text direction" msgstr "Testuaren norabidea" -#: ../gtk/gtktexttag.c:243 +#: gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" -msgstr "Testuaren norabidea; adibidez, eskuinetik ezkerrera edo ezkerretik eskuinera" +msgstr "" +"Testuaren norabidea; adibidez, eskuinetik ezkerrera edo ezkerretik eskuinera" -#: ../gtk/gtktexttag.c:292 +#: gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "Letra-tipoaren estiloa PangoStyle gisa; adibidez, PANGO_STYLE_ITALIC" -#: ../gtk/gtktexttag.c:301 +#: gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" -msgstr "Letra-tipoaren aldaera PangoVariant gisa; adibidez, PANGO_VARIANT_SMALL_CAPS" +msgstr "" +"Letra-tipoaren aldaera PangoVariant gisa; adibidez, PANGO_VARIANT_SMALL_CAPS" -#: ../gtk/gtktexttag.c:310 +#: gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" @@ -5901,15 +5961,16 @@ msgstr "" "Letra-tipoaren pisua osoko gisa, ikus aurrez definitutako balioak " "PangoWeight-en; adibidez, PANGO_WEIGHT_BOLD" -#: ../gtk/gtktexttag.c:321 +#: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" -msgstr "Letra-tipo tiratua PangoStretch gisa; adibidez, PANGO_STRETCH_CONDENSED" +msgstr "" +"Letra-tipo tiratua PangoStretch gisa; adibidez, PANGO_STRETCH_CONDENSED" -#: ../gtk/gtktexttag.c:330 +#: gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "Letra-tipoaren tamaina Pango unitatetan" -#: ../gtk/gtktexttag.c:340 +#: gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " @@ -5920,11 +5981,11 @@ msgstr "" "denez, gomendagarria da. Pango-k zenbait eskala aurrez definitzen ditu; " "adibidez, PANGO_SCALE_X_LARGE." -#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 +#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "Ezkerreko, eskuineko edo erdiko justifikazioa" -#: ../gtk/gtktexttag.c:379 +#: gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." @@ -5932,31 +5993,31 @@ msgstr "" "Testu honetako hizkuntza ISOren kode gisa dago. Pango-k laguntza gisa erabil " "dezake testua bihurtzean. Ez bada ezartzen, lehenetsitakoa erabiliko da." -#: ../gtk/gtktexttag.c:386 +#: gtk/gtktexttag.c:386 msgid "Left margin" msgstr "Ezkerreko marjina" -#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 +#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "Ezkerreko marjinaren zabalera pixeletan" -#: ../gtk/gtktexttag.c:396 +#: gtk/gtktexttag.c:396 msgid "Right margin" msgstr "Eskuineko marjina" -#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 +#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "Eskuineko marjinaren zabalera pixeletan" -#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 +#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 msgid "Indent" msgstr "Koska" -#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 +#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "Paragrafoa koskatzeko pixel-kopurua" -#: ../gtk/gtktexttag.c:419 +#: gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" @@ -5964,399 +6025,407 @@ msgstr "" "Testuaren desplazamendua oinarri-lerroaren gainetik (oinarri-lerroaren " "azpitik goratzea negatiboa bada), Pango unitateetan" -#: ../gtk/gtktexttag.c:428 +#: gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "Lerroen gaineko pixelak" -#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 +#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "Paragrafoen gaineko zuriuneen pixelak" -#: ../gtk/gtktexttag.c:438 +#: gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "Lerroen azpiko pixelak" -#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 +#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "Paragrafoen azpiko zuriuneen pixelak" -#: ../gtk/gtktexttag.c:448 +#: gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "Itzulbiratearen barruko pixelak" -#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 +#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "Paragrafoko itzulbiratzeen arteko zuriuneen pixelak" -#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 -msgid "Whether to wrap lines never, at word boundaries, or at character boundaries" +#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 +msgid "" +"Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "" "Lerroak noiz itzulbiratu behar diren adierazten du: inoiz ez, hitzen mugetan " "edo karaktereen mugetan" -#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 +#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 msgid "Tabs" msgstr "Tabuladoreak" -#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 +#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "Pertsonalizatu testu honen tabuladoreak" -#: ../gtk/gtktexttag.c:504 +#: gtk/gtktexttag.c:504 msgid "Invisible" msgstr "Ikusezina" -#: ../gtk/gtktexttag.c:505 +#: gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "Testu hau ezkutukoa den edo ez" -#: ../gtk/gtktexttag.c:519 +#: gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "Paragrafoaren atzeko planoaren kolore-izena" -#: ../gtk/gtktexttag.c:520 +#: gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "Paragrafoaren atzeko planoaren kolorea kate gisa" -#: ../gtk/gtktexttag.c:535 +#: gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "Paragrafoaren atzeko planoaren kolorea" -#: ../gtk/gtktexttag.c:536 +#: gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "" "Paragrafoaren atzeko planoaren kolorea GdkColor gisa (baliteke esleitu gabea " "izatea) " -#: ../gtk/gtktexttag.c:554 +#: gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "Marjinen pilaketa" -#: ../gtk/gtktexttag.c:555 +#: gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "Ezkerreko eta eskuineko marjinak pilatu edo ez" -#: ../gtk/gtktexttag.c:568 +#: gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "Atzeko planoaren altuera osoaren ezarpena" -#: ../gtk/gtktexttag.c:569 +#: gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" -msgstr "Etiketa honek atzeko planoaren altuerari eragiten dion ala ez adierazten du" +msgstr "" +"Etiketa honek atzeko planoaren altuerari eragiten dion ala ez adierazten du" -#: ../gtk/gtktexttag.c:572 +#: gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "Atzeko planoaren puntuen ezarpena" -#: ../gtk/gtktexttag.c:573 +#: gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" -msgstr "Etiketa honek atzeko planoaren puntuei eragiten dien ala ez adierazten du" +msgstr "" +"Etiketa honek atzeko planoaren puntuei eragiten dien ala ez adierazten du" -#: ../gtk/gtktexttag.c:580 +#: gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "Aurreko planoaren puntuen ezarpena" -#: ../gtk/gtktexttag.c:581 +#: gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" -msgstr "Etiketa honek aurreko planoaren puntuei eragiten dien ala ez adierazten du" +msgstr "" +"Etiketa honek aurreko planoaren puntuei eragiten dien ala ez adierazten du" -#: ../gtk/gtktexttag.c:616 +#: gtk/gtktexttag.c:616 msgid "Justification set" msgstr "Justifikazioaren ezarpena" -#: ../gtk/gtktexttag.c:617 +#: gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "" "Etiketa honek paragrafoaren justifikazioari eragiten dion ala ez adierazten " "du" -#: ../gtk/gtktexttag.c:624 +#: gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "Ezkerreko marjinaren ezarpena" -#: ../gtk/gtktexttag.c:625 +#: gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "Etiketa honek ezkerreko marjinari eragiten dion ala ez adierazten du" -#: ../gtk/gtktexttag.c:628 +#: gtk/gtktexttag.c:628 msgid "Indent set" msgstr "Koskaren ezarpena" -#: ../gtk/gtktexttag.c:629 +#: gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "Etiketa honek koskari eragiten dion ala ez adierazten du" -#: ../gtk/gtktexttag.c:636 +#: gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "Lerroen gaineko pixelen ezarpena" -#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 +#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "" "Etiketa honek lerroen gaineko pixel-kopuruari eragiten dion ala ez " "adierazten du" -#: ../gtk/gtktexttag.c:640 +#: gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "Lerroen azpiko pixelen ezarpena" -#: ../gtk/gtktexttag.c:644 +#: gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "Itzulbiratzearen barruko pixelen ezarpena" -#: ../gtk/gtktexttag.c:645 +#: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "" "Etiketa honek itzulbiratutako lerroen arteko pixel-kopuruari eragiten dion " "ala ez adierazten du" -#: ../gtk/gtktexttag.c:652 +#: gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "Eskuineko marjinaren ezarpena" -#: ../gtk/gtktexttag.c:653 +#: gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "Etiketa honek eskuineko marjinari eragiten dion ala ez adierazten du" # -#: ../gtk/gtktexttag.c:660 +#: gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "Itzulbiratze-moduaren ezarpena" -#: ../gtk/gtktexttag.c:661 +#: gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" -msgstr "Etiketa honek lerroen itzulbiratze-moduari eragiten dion ala ez adierazten du" +msgstr "" +"Etiketa honek lerroen itzulbiratze-moduari eragiten dion ala ez adierazten du" -#: ../gtk/gtktexttag.c:664 +#: gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "Tabuladoreen ezarpena" -#: ../gtk/gtktexttag.c:665 +#: gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "Etiketa honek tabuladoreei eragiten dien ala ez adierazten du" -#: ../gtk/gtktexttag.c:668 +#: gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "Ikusezintasunaren ezarpena" -#: ../gtk/gtktexttag.c:669 +#: gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" -msgstr "Etiketa honek testuaren ikusgaitasunari eragiten dion ala ez adierazten du" +msgstr "" +"Etiketa honek testuaren ikusgaitasunari eragiten dion ala ez adierazten du" -#: ../gtk/gtktexttag.c:672 +#: gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "Paragrafoaren atzeko planoaren ezarpena" -#: ../gtk/gtktexttag.c:673 +#: gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" -msgstr "Etiketa honek paragrafoaren atzeko planoaren koloreari eragiten dion ala ez" +msgstr "" +"Etiketa honek paragrafoaren atzeko planoaren koloreari eragiten dion ala ez" -#: ../gtk/gtktextview.c:543 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "Lerroen gaineko pixelak" -#: ../gtk/gtktextview.c:553 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "Lerroen azpiko pixelak" -#: ../gtk/gtktextview.c:563 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "Itzulbiratzearen barruko pixelak" # -#: ../gtk/gtktextview.c:581 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "Itzulbiratze-modua" -#: ../gtk/gtktextview.c:599 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "Ezkerreko marjina" -#: ../gtk/gtktextview.c:609 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "Eskuineko marjina" # -#: ../gtk/gtktextview.c:637 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "Kurtsorea ikusgai" -#: ../gtk/gtktextview.c:638 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "Txertatze-kurtsorea agertzen bada" -#: ../gtk/gtktextview.c:645 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "Bufferra" -#: ../gtk/gtktextview.c:646 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "Bistaratutako bufferra" -#: ../gtk/gtktextview.c:654 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "" "Sartutako testuak lehendik dauden edukiak gainidazten dituen ala ez " "adierazten du" -#: ../gtk/gtktextview.c:661 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "Tabulazio-marka onartzen du" -#: ../gtk/gtktextview.c:662 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "Tabuladoreak tabulazio-marka sartzea eragiten duen adierazten du" -#: ../gtk/gtktextview.c:691 +#: gtk/gtktextview.c:691 msgid "Error underline color" msgstr "Errore-azpimarren kolorea" -#: ../gtk/gtktextview.c:692 +#: gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "Errorea adierazteko azpimarrak zein koloretakoa izan behar duen" -#: ../gtk/gtktoggleaction.c:104 +#: gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "Sortu aukera-botoien bidezko ekintzaren proxy berak" -#: ../gtk/gtktoggleaction.c:105 +#: gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "" "Ekintza honen proxy-ek aukera-botoien bidezko ekintzen proxy-en itxura duten " "adierazten du" -#: ../gtk/gtktoggleaction.c:120 +#: gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "Txandakatze-botoiak aktibatuta egon behar duen edo ez" -#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 +#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "Txandakatze-botoiak sakatuta egon behar duen ala ez" -#: ../gtk/gtktogglebutton.c:124 +#: gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "Txandakatze-botoia \"tarteko\" egoeran dagoen" -#: ../gtk/gtktogglebutton.c:131 +#: gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "Marrazki-adierazlea" -#: ../gtk/gtktogglebutton.c:132 +#: gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "Botoiaren txandatatze-aldea bistaratuta dagoen" -#: ../gtk/gtktoolbar.c:494 +#: gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "Tresna-barraren estiloa" -#: ../gtk/gtktoolbar.c:495 +#: gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "Tresna-barra nola marraztu" -#: ../gtk/gtktoolbar.c:502 +#: gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "Erakutsi gezia" -#: ../gtk/gtktoolbar.c:503 +#: gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "Gezia erakutsi behar den tresna-barra kabitzen ez denean" -#: ../gtk/gtktoolbar.c:518 +#: gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "Argibidea" -#: ../gtk/gtktoolbar.c:519 +#: gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "Tresna-barrako argibideak aktibatuko diren ala ez adierazten du" -#: ../gtk/gtktoolbar.c:541 +#: gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "Tresna-barrako ikonoen tamaina" -#: ../gtk/gtktoolbar.c:556 +#: gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "Ikono-tamainaren ezarpena" -#: ../gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "Ikono-tamainaren propietatea ezarri den edo ez" -#: ../gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "" "Tresna-barra haztean, elementuak beste tarte bat eduki behar duen ala ez " "adierazten duGurasoa handitzean, umeak beste tarte bat jaso behar duen ala " "ez adierazten du" -#: ../gtk/gtktoolbar.c:574 +#: gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "" "Elementuak beste elementu homogeneoen tamaina bera eduki behar duen ala ez " "adierazten du" -#: ../gtk/gtktoolbar.c:581 +#: gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "Zuriune-tamaina" -#: ../gtk/gtktoolbar.c:582 +#: gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "Zuriuneen tamaina" -#: ../gtk/gtktoolbar.c:591 +#: gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "Tresna-barraren itzalaren eta botoien arteko ertzen leku-kantitatea" -#: ../gtk/gtktoolbar.c:599 +#: gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "Umearen gehienezko zabalera" -#: ../gtk/gtktoolbar.c:600 +#: gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "Elementu zabalgarri batek eman dezakeen gehienezko leku-kopurua" -#: ../gtk/gtktoolbar.c:608 +#: gtk/gtktoolbar.c:608 msgid "Space style" msgstr "Zuriunearen estiloa" -#: ../gtk/gtktoolbar.c:609 +#: gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "Zuriuneak lerro bertikalak edo zuriak bakarrik diren adierazten du" -#: ../gtk/gtktoolbar.c:616 +#: gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "Botoiaren erliebea" -#: ../gtk/gtktoolbar.c:617 +#: gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "Tresna-barraren botoien inguruko alaka-mota" -#: ../gtk/gtktoolbar.c:624 +#: gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "Tresna-barraren inguruko alaka-estiloa" -#: ../gtk/gtktoolbar.c:630 +#: gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "Tresna-barraren estiloa" -#: ../gtk/gtktoolbar.c:631 -msgid "Whether default toolbars have text only, text and icons, icons only, etc." +#: gtk/gtktoolbar.c:631 +msgid "" +"Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" "Tresna-barra lehenetsiek testua bakarrik duten, testua eta ikonoak, ikonoak " "bakarrik, etab. adierazten du" -#: ../gtk/gtktoolbar.c:637 +#: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "Tresna-barrako ikonoen tamaina" -#: ../gtk/gtktoolbar.c:638 +#: gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "Tresna-barra lehenetsietako ikonoen tamaina" -#: ../gtk/gtktoolbutton.c:203 +#: gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "Elementuan erakutsi beharreko testua." -#: ../gtk/gtktoolbutton.c:210 +#: gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" @@ -6366,45 +6435,45 @@ msgstr "" "gainezkatze menuanEzartzen bada, testuko azpimarrak adierazten du hurrengo " "karakterea tekla bizkortzaile mnemoteknikorako erabili behar dela" -#: ../gtk/gtktoolbutton.c:217 +#: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "Elementu-etiketa gisa erabili beharreko trepeta" -#: ../gtk/gtktoolbutton.c:223 +#: gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "Stock-ID-a" -#: ../gtk/gtktoolbutton.c:224 +#: gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "Elementuan bistaratutako stock-ikonoa" -#: ../gtk/gtktoolbutton.c:240 +#: gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "Ikono-izena" -#: ../gtk/gtktoolbutton.c:241 +#: gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "Elementuan bistaratutako ikono-gaiaren izena" # -#: ../gtk/gtktoolbutton.c:247 +#: gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "Ikono-trepeta" -#: ../gtk/gtktoolbutton.c:248 +#: gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "Elementuan bistaratu beharreko ikono-trepeta" # -#: ../gtk/gtktoolbutton.c:261 +#: gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "Ikono-tartea" -#: ../gtk/gtktoolbutton.c:262 +#: gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "Ikono eta etiketaren arteko tartea (pixeletan)" -#: ../gtk/gtktoolitem.c:191 +#: gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" @@ -6413,397 +6482,404 @@ msgstr "" "bada, tresna-barrako botoiek testua GTK_TOOLBAR_BOTH_HORIZ moduan adierazten " "dute" -#: ../gtk/gtktreemodelsort.c:274 +#: gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "TreeModelSort modeloa" -#: ../gtk/gtktreemodelsort.c:275 +#: gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "Ordenatzeko TreeModelSort-en modeloa" -#: ../gtk/gtktreeview.c:570 +#: gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "TreeView modeloa" -#: ../gtk/gtktreeview.c:571 +#: gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "Zuhaitz-ikuspegirako modeloa" -#: ../gtk/gtktreeview.c:579 +#: gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "Trepetaren doitze horizontala" -#: ../gtk/gtktreeview.c:587 +#: gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "Trepetaren doitze bertikala" -#: ../gtk/gtktreeview.c:594 +#: gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "Goiburu ikusgaiak" -#: ../gtk/gtktreeview.c:595 +#: gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "Zutabearen goiburuko botoiak erakusten ditu" -#: ../gtk/gtktreeview.c:602 +#: gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "Goiburu klikagarriak" -#: ../gtk/gtktreeview.c:603 +#: gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "Zutabeko goiburuek klik-ei erantzuten diete" -#: ../gtk/gtktreeview.c:610 +#: gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "Zabaltzailearen zutabea" -#: ../gtk/gtktreeview.c:611 +#: gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "Ezarri zabaltzailearen zutabearentzako zutabea" -#: ../gtk/gtktreeview.c:626 +#: gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "Arauen aholkua" -#: ../gtk/gtktreeview.c:627 +#: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "" "Gaiaren motorrarentzat aholku bat ezartzen du, errenkadak hainbat kolorez " "marrazteko" -#: ../gtk/gtktreeview.c:634 +#: gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "Gaitu bilaketa" -#: ../gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "" "Ikuspegiak erabiltzailearen zutabeetan barrena interaktiboki bilatzeko " "baimena ematen dio" -#: ../gtk/gtktreeview.c:642 +#: gtk/gtktreeview.c:642 msgid "Search Column" msgstr "Bilaketa-zutabea" -#: ../gtk/gtktreeview.c:643 +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "Bilaketa interaktiboan bilaketa egiteko zutabe-eredua" -#: ../gtk/gtktreeview.c:663 +#: gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "Altuera finkoko modua" -#: ../gtk/gtktreeview.c:664 +#: gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" -msgstr "GtkTreeView azkartzen du, errenkada guztiek altuera bera dutela suposatuz" +msgstr "" +"GtkTreeView azkartzen du, errenkada guztiek altuera bera dutela suposatuz" -#: ../gtk/gtktreeview.c:684 +#: gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "Nabarmendutakoa hautatzea" -#: ../gtk/gtktreeview.c:685 +#: gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "Hautapenak erakusleari jarrituko dion ala ez adierazten du" -#: ../gtk/gtktreeview.c:704 +#: gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "Nabarmendutakoa zabaltzea" -#: ../gtk/gtktreeview.c:705 -msgid "Whether rows should be expanded/collapsed when the pointer moves over them" +#: gtk/gtktreeview.c:705 +msgid "" +"Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "Errenkadak zabalduko/tolestuko diren ala ez adierazten du" -#: ../gtk/gtktreeview.c:719 +#: gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "Erakutsi zabaltzaileak" -#: ../gtk/gtktreeview.c:720 +#: gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "Ikuspegiak zabaltzaileak ditu" -#: ../gtk/gtktreeview.c:734 +#: gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "Koska-maila" -#: ../gtk/gtktreeview.c:735 +#: gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "Maila bakoitzaren koska estra" -#: ../gtk/gtktreeview.c:744 +#: gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "Goma-banda" -#: ../gtk/gtktreeview.c:745 -msgid "Whether to enable selection of multiple items by dragging the mouse pointer" +#: gtk/gtktreeview.c:745 +msgid "" +"Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "" "Hainbat elementu hautatzen utziko duen edo ez saguaren erakuslearekin " "arrastatzean" -#: ../gtk/gtktreeview.c:752 +#: gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "Gaitu saretako marrak" -#: ../gtk/gtktreeview.c:753 +#: gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "Saretako marrak zuhaitzaren ikuspegian marraztuko diren edo ez" -#: ../gtk/gtktreeview.c:761 +#: gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "Gaitu zuhaitz-marrak" -#: ../gtk/gtktreeview.c:762 +#: gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "Zuhaitz-marrak zuhaitzaren ikuspegian marraztu edo ez" -#: ../gtk/gtktreeview.c:770 +#: gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "Errenkaden argibideak dauzkan modeloaren zutabea" -#: ../gtk/gtktreeview.c:792 +#: gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "Bereizle bertikalaren zabalera" -#: ../gtk/gtktreeview.c:793 +#: gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "Gelaxken arteko zuriune bertikala. Zenbaki bikoitia izan behar du" -#: ../gtk/gtktreeview.c:801 +#: gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "Bereizle horizontalaren zabalera" -#: ../gtk/gtktreeview.c:802 +#: gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "Gelaxken arteko zuriune horizontala. Zenbaki bikoitia izan behar du" -#: ../gtk/gtktreeview.c:810 +#: gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "Arauak onartzen dira" -#: ../gtk/gtktreeview.c:811 +#: gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "Hainbat koloretako errenkadak marraztea onartzen da" -#: ../gtk/gtktreeview.c:817 +#: gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "Koskatu zabaltzaileak" -#: ../gtk/gtktreeview.c:818 +#: gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "Zabaltzaileei koska jartzen die" -#: ../gtk/gtktreeview.c:824 +#: gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "Errenkada bikoitiaren kolorea" -#: ../gtk/gtktreeview.c:825 +#: gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "Errenkada bikoitietan erabili beharreko kolorea" -#: ../gtk/gtktreeview.c:831 +#: gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "Errenkada bakoitien kolorea" -#: ../gtk/gtktreeview.c:832 +#: gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "Errenkada bakoitietan erabili beharreko kolorea" -#: ../gtk/gtktreeview.c:838 +#: gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "Errenkada amaierako xehetasunak" -#: ../gtk/gtktreeview.c:839 +#: gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "Gaitu zabaldutako errenkaden atzeko planoko gaia" -#: ../gtk/gtktreeview.c:845 +#: gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "Saretako marren zabalera" -#: ../gtk/gtktreeview.c:846 +#: gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "Zuhaitz ikuspegiko saretako marren zabalera, pixeletan" # -#: ../gtk/gtktreeview.c:852 +#: gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "Zuhaitz-marren zabalera" -#: ../gtk/gtktreeview.c:853 +#: gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "Zuhaitz ikuspegiko marren zabalera, pixeletan" -#: ../gtk/gtktreeview.c:859 +#: gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "Sareta-marren eredua" -#: ../gtk/gtktreeview.c:860 +#: gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "Marra etenaren eredua zuhaitz iksupeiko saretako marrak marrazteko" -#: ../gtk/gtktreeview.c:866 +#: gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "Zuhaitz-marren eredua" -#: ../gtk/gtktreeview.c:867 +#: gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "Marra etenaren eredua zuhaitz ikuspegiko marrak marrazteko" -#: ../gtk/gtktreeviewcolumn.c:192 +#: gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "Zutabea bistaratu behar den ala ez adierazten du" # -#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Neurriz alda daiteke" -#: ../gtk/gtktreeviewcolumn.c:200 +#: gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "Erabiltzaileak zutabea neurriz alda dezake" -#: ../gtk/gtktreeviewcolumn.c:208 +#: gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "Zutabearen uneko zabalera" -#: ../gtk/gtktreeviewcolumn.c:217 +#: gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "Gelaxken artean txertatuko den tartea" -#: ../gtk/gtktreeviewcolumn.c:225 +#: gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "Neurriak ezartzea" -#: ../gtk/gtktreeviewcolumn.c:226 +#: gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "Zutabearen tamainaz aldatzeko modua" # -#: ../gtk/gtktreeviewcolumn.c:234 +#: gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "Zabalera finkoa" -#: ../gtk/gtktreeviewcolumn.c:235 +#: gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "Zutabearen uneko zabalera finkoa" -#: ../gtk/gtktreeviewcolumn.c:244 +#: gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "Gutxieneko zabalera" -#: ../gtk/gtktreeviewcolumn.c:245 +#: gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "Zutabearen baimendutako gutxieneko zabalera" -#: ../gtk/gtktreeviewcolumn.c:254 +#: gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "Gehienezko zabalera" -#: ../gtk/gtktreeviewcolumn.c:255 +#: gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "Zutabearen baimendutako gehienezko zabalera" -#: ../gtk/gtktreeviewcolumn.c:265 +#: gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "Zutabearen goiburuan azaldu beharreko izenburua" -#: ../gtk/gtktreeviewcolumn.c:273 +#: gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "Trepetari esleitutako zabaleraren zati gehigarria lortzen du zutabeak" -#: ../gtk/gtktreeviewcolumn.c:280 +#: gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "Klikagarria" -#: ../gtk/gtktreeviewcolumn.c:281 +#: gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "Goiburua klikagarria den ala ez adierazten du" # -#: ../gtk/gtktreeviewcolumn.c:289 +#: gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "Trepeta" -#: ../gtk/gtktreeviewcolumn.c:290 +#: gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "" "Zutabearen goiburuko botoian zutabearen izenburuaren ordez ezarri beharreko " "trepeta " -#: ../gtk/gtktreeviewcolumn.c:298 +#: gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "Zutabearen goiburuko testuaren edo trepetaren X lerrokatzea" -#: ../gtk/gtktreeviewcolumn.c:308 +#: gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "Zutabea goiburuen inguruan berrantola daitekeen ala ez adierazten du" -#: ../gtk/gtktreeviewcolumn.c:315 +#: gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "Ordenaren adierazlea" -#: ../gtk/gtktreeviewcolumn.c:316 +#: gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "Ordenaren adierazlea erakutsi behar den ala ez adierazten du" -#: ../gtk/gtktreeviewcolumn.c:323 +#: gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "Ordenazioa" -#: ../gtk/gtktreeviewcolumn.c:324 +#: gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "Adierazleak adierazi behar duen ordenazio-norabidea" -#: ../gtk/gtkuimanager.c:223 +#: gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" -msgstr "Menuei menu-elementu askagarriak gehitu behar zaizkien ala ez adierazten du" +msgstr "" +"Menuei menu-elementu askagarriak gehitu behar zaizkien ala ez adierazten du" -#: ../gtk/gtkuimanager.c:230 +#: gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "Batutako UI definizioa" -#: ../gtk/gtkuimanager.c:231 +#: gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "Batutako UI azaltzen duen XML katea" -#: ../gtk/gtkviewport.c:107 +#: gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" -msgstr "Leihatila honen posizio horizontalaren balioak zehazten dituen GtkAdjustment" +msgstr "" +"Leihatila honen posizio horizontalaren balioak zehazten dituen GtkAdjustment" -#: ../gtk/gtkviewport.c:115 +#: gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" -msgstr "Leihatila honen posizio bertikalaren balioak zehazten dituen GtkAdjustment" +msgstr "" +"Leihatila honen posizio bertikalaren balioak zehazten dituen GtkAdjustment" -#: ../gtk/gtkviewport.c:123 +#: gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" -msgstr "Leihatilaren inguruko lauki itzaleztatua nola marrazten den zehazten du" +msgstr "" +"Leihatilaren inguruko lauki itzaleztatua nola marrazten den zehazten du" # -#: ../gtk/gtkwidget.c:483 +#: gtk/gtkwidget.c:483 msgid "Widget name" msgstr "Trepeta-izena" -#: ../gtk/gtkwidget.c:484 +#: gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "Trepetaren izena" # -#: ../gtk/gtkwidget.c:490 +#: gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "Trepeta gurasoa" -#: ../gtk/gtkwidget.c:491 +#: gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" msgstr "Trepeta honen trepeta gurasoa. Edukiontzi-trepeta izan behar du" -#: ../gtk/gtkwidget.c:498 +#: gtk/gtkwidget.c:498 msgid "Width request" msgstr "Zabalera-eskaera" -#: ../gtk/gtkwidget.c:499 +#: gtk/gtkwidget.c:499 msgid "" "Override for width request of the widget, or -1 if natural request should be " "used" @@ -6811,11 +6887,11 @@ msgstr "" "Gainidatzi trepetaren zabalera-eskaera, edo -1 eskaera naturala erabili " "behar bada" -#: ../gtk/gtkwidget.c:507 +#: gtk/gtkwidget.c:507 msgid "Height request" msgstr "Altuera-eskaera" -#: ../gtk/gtkwidget.c:508 +#: gtk/gtkwidget.c:508 msgid "" "Override for height request of the widget, or -1 if natural request should " "be used" @@ -6823,176 +6899,180 @@ msgstr "" "Gainidatzi trepetaren altuera-eskaera, edo -1 eskaera naturala erabili behar " "bada" -#: ../gtk/gtkwidget.c:517 +#: gtk/gtkwidget.c:517 msgid "Whether the widget is visible" msgstr "Trepeta ikusgai dagoen ala ez adierazten du" -#: ../gtk/gtkwidget.c:524 +#: gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "Trepetak sarrerari erantzuten dion ala ez adierazten du" -#: ../gtk/gtkwidget.c:530 +#: gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "Aplikazio margogarria" -#: ../gtk/gtkwidget.c:531 +#: gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "Aplikazioak zuzenean trepetan margotuko duen ala ez adierazten du" -#: ../gtk/gtkwidget.c:537 +#: gtk/gtkwidget.c:537 msgid "Can focus" msgstr "Enfoka dezake" -#: ../gtk/gtkwidget.c:538 +#: gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "Trepetak sarrera-fokua onar dezakeen ala ez adierazten du" -#: ../gtk/gtkwidget.c:544 +#: gtk/gtkwidget.c:544 msgid "Has focus" msgstr "Fokua du" -#: ../gtk/gtkwidget.c:545 +#: gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "Trepetak sarrera-fokua duen ala ez adierazten du" -#: ../gtk/gtkwidget.c:551 +#: gtk/gtkwidget.c:551 msgid "Is focus" msgstr "Fokua da" -#: ../gtk/gtkwidget.c:552 +#: gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "Trepeta goi-mailakoaren barruan foku-trepeta den ala ez adierazten du" # -#: ../gtk/gtkwidget.c:558 +#: gtk/gtkwidget.c:558 msgid "Can default" msgstr "Lehenetsia izan daiteke" -#: ../gtk/gtkwidget.c:559 +#: gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "Trepeta trepeta lehenetsia izan daitekeen ala ez adierazten du" # -#: ../gtk/gtkwidget.c:565 +#: gtk/gtkwidget.c:565 msgid "Has default" msgstr "Lehenetsia dauka" -#: ../gtk/gtkwidget.c:566 +#: gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "Trepeta trepeta lehenetsia den ala ez adierazten du" -#: ../gtk/gtkwidget.c:572 +#: gtk/gtkwidget.c:572 msgid "Receives default" msgstr "Lehenetsia jasotzen du" -#: ../gtk/gtkwidget.c:573 +#: gtk/gtkwidget.c:573 msgid "If TRUE, the widget will receive the default action when it is focused" msgstr "TRUE (egia) bada, trepetak ekintza lehenetsia jasoko du enfokatutakoan" -#: ../gtk/gtkwidget.c:579 +#: gtk/gtkwidget.c:579 msgid "Composite child" msgstr "Ume konposatua" -#: ../gtk/gtkwidget.c:580 +#: gtk/gtkwidget.c:580 msgid "Whether the widget is part of a composite widget" msgstr "Trepeta trepeta konposatu baten parte den ala ez adierazten du" -#: ../gtk/gtkwidget.c:586 +#: gtk/gtkwidget.c:586 msgid "Style" msgstr "Estiloa" -#: ../gtk/gtkwidget.c:587 +#: gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" -msgstr "Trepetaren estiloa, zein itxura edukiko duen azaltzen duena (koloreak, etab.)" +msgstr "" +"Trepetaren estiloa, zein itxura edukiko duen azaltzen duena (koloreak, etab.)" -#: ../gtk/gtkwidget.c:593 +#: gtk/gtkwidget.c:593 msgid "Events" msgstr "Gertaerak" -#: ../gtk/gtkwidget.c:594 +#: gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" msgstr "" "Trepeta honek zein motatako GdkEvents eskuratuko duen erabakitzen duen " "gertaera-maskara" -#: ../gtk/gtkwidget.c:601 +#: gtk/gtkwidget.c:601 msgid "Extension events" msgstr "Luzapen-gertaerak" -#: ../gtk/gtkwidget.c:602 +#: gtk/gtkwidget.c:602 msgid "The mask that decides what kind of extension events this widget gets" msgstr "" "Trepeta honek zein motatako luzapen-gertaerak eskuratuko dituen erabakitzen " "duen maskara" -#: ../gtk/gtkwidget.c:609 +#: gtk/gtkwidget.c:609 msgid "No show all" msgstr "Ez erakutsi dena" -#: ../gtk/gtkwidget.c:610 +#: gtk/gtkwidget.c:610 msgid "Whether gtk_widget_show_all() should not affect this widget" -msgstr "gtk_widget_show_all()-ek trepeta honi ez dion eragingo ala bai adierazten du" +msgstr "" +"gtk_widget_show_all()-ek trepeta honi ez dion eragingo ala bai adierazten du" -#: ../gtk/gtkwidget.c:633 +#: gtk/gtkwidget.c:633 msgid "Whether this widget has a tooltip" msgstr "Trepetak argibidea duen edo ez" # -#: ../gtk/gtkwidget.c:689 +#: gtk/gtkwidget.c:689 msgid "Window" msgstr "Leihoa" -#: ../gtk/gtkwidget.c:690 +#: gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "Trepetaren leihoa egiten bada" -#: ../gtk/gtkwidget.c:2212 +#: gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "Barneko fokua" -#: ../gtk/gtkwidget.c:2213 +#: gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" -msgstr "Foku-adierazlea trepeten barruan marraztu behar den ala ez adierazten du" +msgstr "" +"Foku-adierazlea trepeten barruan marraztu behar den ala ez adierazten du" -#: ../gtk/gtkwidget.c:2219 +#: gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "Enfokatu lerroaren zabalera" -#: ../gtk/gtkwidget.c:2220 +#: gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "Foku-adierazlearen lerroaren zabalera, pixeletan" -#: ../gtk/gtkwidget.c:2226 +#: gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "Enfokatu marra etenaren eredua" -#: ../gtk/gtkwidget.c:2227 +#: gtk/gtkwidget.c:2227 msgid "Dash pattern used to draw the focus indicator" msgstr "Marra etenaren eredua foku-adierazlea marrazteko erabiltzen da" -#: ../gtk/gtkwidget.c:2232 +#: gtk/gtkwidget.c:2232 msgid "Focus padding" msgstr "Fokuaren tarte betegarria" -#: ../gtk/gtkwidget.c:2233 +#: gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" -msgstr "Foku-adierazlearen eta trepetako 'laukia'ren arteko zabalera, pixeletan" +msgstr "" +"Foku-adierazlearen eta trepetako 'laukia'ren arteko zabalera, pixeletan" -#: ../gtk/gtkwidget.c:2238 +#: gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "Kurtsorearen kolorea" -#: ../gtk/gtkwidget.c:2239 +#: gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "Txertatze-kurtsorea marrazteko kolorea" -#: ../gtk/gtkwidget.c:2244 +#: gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "Kurtsorearen bigarren mailako kolorea" -#: ../gtk/gtkwidget.c:2245 +#: gtk/gtkwidget.c:2245 msgid "" "Color with which to draw the secondary insertion cursor when editing mixed " "right-to-left and left-to-right text" @@ -7000,45 +7080,45 @@ msgstr "" "Eskuinetik ezkerrera eta ezkerretik eskuinera doan testu nahasia editatzean, " "bigarren txertatze-kurtsorea marrazteko kolorea" -#: ../gtk/gtkwidget.c:2250 +#: gtk/gtkwidget.c:2250 msgid "Cursor line aspect ratio" msgstr "Kurtsore-lerroaren aspektu-erlazioa" -#: ../gtk/gtkwidget.c:2251 +#: gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "Txertatze-kurtsorea marrazteko aspektu-erlazioa" -#: ../gtk/gtkwidget.c:2265 +#: gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "Marraztu ertza" -#: ../gtk/gtkwidget.c:2266 +#: gtk/gtkwidget.c:2266 msgid "Size of areas outside the widget's allocation to draw" msgstr "Trepetaren marrazteko gunearen kanpoko arearen tamaina" # -#: ../gtk/gtkwidget.c:2279 +#: gtk/gtkwidget.c:2279 msgid "Unvisited Link Color" msgstr "Bisitatu gabeko estekaren kolorea" -#: ../gtk/gtkwidget.c:2280 +#: gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "Bisitatu ez diren esteken kolorea" # -#: ../gtk/gtkwidget.c:2293 +#: gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "Bisitatutako esteken kolorea" -#: ../gtk/gtkwidget.c:2294 +#: gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "Bisitatu diren estekan kolorea" -#: ../gtk/gtkwidget.c:2308 +#: gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "Bereizle zabalak" -#: ../gtk/gtkwidget.c:2309 +#: gtk/gtkwidget.c:2309 msgid "" "Whether separators have configurable width and should be drawn using a box " "instead of a line" @@ -7046,81 +7126,82 @@ msgstr "" "Bereizleen zabalera konfiguragarriak diren edo ez, eta marra erabili " "beharrean kutxa bat erabili marraztu behar diren edo ez" -#: ../gtk/gtkwidget.c:2323 +#: gtk/gtkwidget.c:2323 msgid "Separator Width" msgstr "Bereizlearen zabalera" -#: ../gtk/gtkwidget.c:2324 +#: gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" msgstr "Bereizleen zabalera 'bereizle zabalak' EGIA gisa ezarrita egonez gero" -#: ../gtk/gtkwidget.c:2338 +#: gtk/gtkwidget.c:2338 msgid "Separator Height" msgstr "Bereizlearen altuera" -#: ../gtk/gtkwidget.c:2339 +#: gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" msgstr "Bereizleen altuera 'bereizle zabalak' EGIA gisa ezarrita egonez gero" # -#: ../gtk/gtkwidget.c:2353 +#: gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" msgstr "Korritze horizontaleko geziaren luzera" -#: ../gtk/gtkwidget.c:2354 +#: gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "Korritze horizontaleko gezien luzera" -#: ../gtk/gtkwidget.c:2368 +#: gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "Korritze bertikaleko geziaren luzera" -#: ../gtk/gtkwidget.c:2369 +#: gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "Korritze bertikaleko gezien luzera" # -#: ../gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Leiho-mota" -#: ../gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Leihoa zein motatakoa den" # -#: ../gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Leihoaren titulua" -#: ../gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Leihoaren izenburua" # -#: ../gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Leihoaren funtzioa" -#: ../gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" -msgstr "Saio bat leheneratzean leihorako erabili beharreko identifikatzaile bakarra" +msgstr "" +"Saio bat leheneratzean leihorako erabili beharreko identifikatzaile bakarra" -#: ../gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Abioko IDa" -#: ../gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Abioko jakinarazpenak erabiltzen duen leihoaren abioko identifikatzaile " "bakarra" -#: ../gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Baimendu uzkurtzea" -#: ../gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7129,25 +7210,25 @@ msgstr "" "TRUE (egia) bada, leihoak ez du gutxieneko tamainarik. Hori TRUE (egia) " "jartzea ia beti ideia txarra izaten da" -#: ../gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Baimendu handitzea" -#: ../gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "TRUE (egia) bada, erabiltzaileek leihoa gutxieneko tamainatik gora zabal " "dezakete" -#: ../gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "TRUE (egia) bada, erabiltzaileek leihoaren tamaina alda dezakete" -#: ../gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modala" -#: ../gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7155,69 +7236,72 @@ msgstr "" "TRUE (egia) bada, leihoa modala da (beste leihoak ezin dira erabili hau " "gainean dagoen bitartean)" -#: ../gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Leihoaren kokalekua" -#: ../gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Leihoaren hasierako kokalekua" -#: ../gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Zabalera lehenetsia" -#: ../gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" -msgstr "Leihoaren zabalera lehenetsia, hasieran leihoa erakustean erabiltzen dena" +msgstr "" +"Leihoaren zabalera lehenetsia, hasieran leihoa erakustean erabiltzen dena" -#: ../gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Altuera lehenetsia" -#: ../gtk/gtkwindow.c:572 -msgid "The default height of the window, used when initially showing the window" -msgstr "Leihoaren altuera lehenetsia, hasieran leihoa erakustean erabiltzen dena" +#: gtk/gtkwindow.c:573 +msgid "" +"The default height of the window, used when initially showing the window" +msgstr "" +"Leihoaren altuera lehenetsia, hasieran leihoa erakustean erabiltzen dena" -#: ../gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Deuseztatu gurasoarekin" -#: ../gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" "Gurasoa deuseztatzean, leiho hau ere deuseztatu behar den ala ez adierazten " "du" -#: ../gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Leiho honen ikonoa" -#: ../gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Leiho honen ikono-gaiaren izena" -#: ../gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Aktibo dago" -#: ../gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Goi-maila unean aktibo dagoen leihoa den ala ez adierazten du" -#: ../gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Fokua goi-mailan" -#: ../gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Sarrera-fokua GtkWindow honen barruan dagoen ala ez adierazten du" -#: ../gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Motari buruzko arrastoa" -#: ../gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7225,100 +7309,99 @@ msgstr "" "Mahai-gaineko inguruneari hau zein leiho-mota den eta nola tratatu behar den " "ulertzen laguntzeko informazio laburra." -#: ../gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Saltatu ataza-barra" -#: ../gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "TRUE (egia) leihoak ataza-barran egon behar ez badu." -#: ../gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Saltatu orrialdekatzailea" -#: ../gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "TRUE (egia) leihoak orrialdekatzailean egon behar ez badu." -#: ../gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Berehalakoa" -#: ../gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE (egia) leihoak erabiltzailearen atentzioa erakarri behar badu." -#: ../gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Onartu fokua" -#: ../gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE (egia) leihoak sarrera-fokua jaso behar badu." -#: ../gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Fokua klik egindakoan" -#: ../gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "TRUE (egia) leihoak sarrera-fokua jaso behar badu." -#: ../gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Apainduta" -#: ../gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Leihoa leiho-kudeatzaileak apaindu behar lukeen ala ez adierazten du" # -#: ../gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Ezabagarria" -#: ../gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Leiho-markoak ixteko botoia eduki behar duen edo ez" -#: ../gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Grabitatea" -#: ../gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Leihoaren leiho-grabitatea" -#: ../gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Leihoaren transizioa" -#: ../gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Elkarrizketa-koadroaren gurasoaren transizioa" -#: ../gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Leihoaren opakotasuna" -#: ../gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Leihoaren opakotasuna, 0 eta 1 artekoa" -#: ../modules/input/gtkimcontextxim.c:334 +#: modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "IM aurreedizioko estiloa" -#: ../modules/input/gtkimcontextxim.c:335 +#: modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "Aurreedizioko katearen sarrera-metodoa nola marraztu" -#: ../modules/input/gtkimcontextxim.c:343 +#: modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "IM egoeraren estiloa" -#: ../modules/input/gtkimcontextxim.c:344 +#: modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "Egoera-barraren sarrera-metodoa nola marraztu" - diff --git a/po-properties/fa.po b/po-properties/fa.po index fee23ff810..bbc6f6a9fc 100644 --- a/po-properties/fa.po +++ b/po-properties/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2004-01-03 17:49+0330\n" "Last-Translator: Roozbeh Pournader \n" "Language-Team: Persian \n" @@ -95,12 +95,12 @@ msgstr "صفحه‌نمایش پیش‌فرض" msgid "The default display for GDK" msgstr "صفحه‌نمایش پیش‌فرض GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "صفحه‌نمایش" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 #, fuzzy msgid "the GdkScreen for the renderer" msgstr "مدل نمایش درختی" @@ -124,120 +124,120 @@ msgstr "پونت قلم" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 #, fuzzy msgid "Program name" msgstr "نام برچسب" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 #, fuzzy msgid "The version of the program" msgstr "نمایه‌ی صفحه‌ی فعلی" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 #, fuzzy msgid "Comments string" msgstr "فاصله‌گذاری ستون‌ها" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 #, fuzzy msgid "Website label" msgstr "برچسب منو" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 #, fuzzy msgid "List of authors of the program" msgstr "نمایه‌ی صفحه‌ی فعلی" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 #, fuzzy msgid "Logo Icon Name" msgstr "نام قلم" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -312,7 +312,7 @@ msgid "The GIcon being displayed" msgstr "مجموعه‌شمایلی که باید نمایش یابد." #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "نام قلم" @@ -413,7 +413,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "مقدار" @@ -1268,7 +1268,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "شمایل" @@ -1328,7 +1328,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "راستا و جهت رشد نوار پیش‌رفت" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -3122,7 +3122,7 @@ msgstr "مجموعه‌شمایل" msgid "Icon set to display" msgstr "مجموعه‌شمایلی که باید نمایش یابد." -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "اندازه‌ی شمایل" @@ -3190,7 +3190,7 @@ msgstr "نمایش شماره‌ی هفته‌ها" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "صفحه‌ای که این پنجره در آن نمایش خواهد یافت" @@ -4815,27 +4815,27 @@ msgstr "فاصله‌گذاری مقدار" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "نام ویجت" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "اندازه‌ی شمایل نوار ابزار" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "شمایل" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "نام قلم" @@ -6535,7 +6535,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6947,220 +6947,220 @@ msgstr "عرض جداساز عمودی" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "نوع پنجره" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "نوع این پنجره" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "عنوان پنجره" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "عنوان پنجره" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "نقش پنجره" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "گروه" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "موقعیت پنجره" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "موقعیت اولیه‌ی پنجره" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "عرض پیش‌فرض" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "ارتفاع پیش‌فرض" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 #, fuzzy msgid "Destroy with Parent" msgstr "تخریب با ؟؟؟" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "شمایل این پنجره" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 #, fuzzy msgid "Name of the themed icon for this window" msgstr "شمایل این پنجره" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "فعال است" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "انتخاب‌پذیر" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "ثقل" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "ثقل پنجره" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "عنوان پنجره" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "نوع این پنجره" diff --git a/po-properties/fi.po b/po-properties/fi.po index 5ab03bb1f9..7101dc5eb6 100644 --- a/po-properties/fi.po +++ b/po-properties/fi.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-10 13:13+0200\n" "Last-Translator: Ilkka Tuohela \n" "Language-Team: Finnish \n" @@ -91,12 +91,12 @@ msgstr "Oletusnäyttö" msgid "The default display for GDK" msgstr "GDK:n oletusnäyttö" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Näyttö" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen renderöijälle" @@ -116,11 +116,11 @@ msgstr "Kirjasimen tarkkuus" msgid "The resolution for fonts on the screen" msgstr "Näytöllä käytettyjen kirjasinten tarkkuus" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Ohjelman nimi" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -128,86 +128,86 @@ msgstr "" "Ohjelman nimi. Jos tätä ei ole asetettu, oletuksena on g_get_application_name" "()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Ohjelman versio" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Ohjelman versio" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Tekijänoikeustiedot" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Ohjelman tekijänoikeuksien tiedot" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Kommentti" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Kommentit ohjelmasta" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Kotisivun URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "URL-linkki ohjelman kotisivulle" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Kotisivun nimiö" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "Nimiö ohjelman kotisivulinkkiin. Oletuksena on URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Tekijät" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Luettelo ohjelman tekijöistä" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Dokumentoijat" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Luettelo ohjelman dokumentoijista" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Taiteilijat" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Luettelo ohjelman kuvamateriaalia tehneistä henkilöistä" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Kääntäjäkiitokset" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "Kiitokset kääntäjille. Tämä pitää merkitä käännettäväksi" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -215,19 +215,19 @@ msgstr "" "Logo tietoja-laatikkoon. Jos ei asetettu, oletuksena on " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Logokuvakkeen nimi" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Nimetty kuvake, jota käytetään logona tietoja-laatikossa." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Rivitä lisenssi" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Rivitetäänkö lisenssin teksti" @@ -300,7 +300,7 @@ msgid "The GIcon being displayed" msgstr "Näytettävä GIcon-kuvake" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Kuvakkeen nimi" @@ -404,7 +404,7 @@ msgid "Whether the action group is visible." msgstr "Onko tämä toimintoryhmä näkyvissä." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Arvo" @@ -1231,7 +1231,7 @@ msgstr "Seuraa tilaa" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Väritetäänkö renderoitu pixbuf tilan mukaan" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Kuvake" @@ -1292,7 +1292,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Edistymispalkin asento ja kasvusuunta" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Koonmuutos" @@ -3046,7 +3046,7 @@ msgstr "Kuvakejoukko" msgid "Icon set to display" msgstr "Näkyvä kuvakejoukko" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Kuvakekoko" @@ -3110,7 +3110,7 @@ msgstr "Näytä kuvat valikossa" msgid "Whether images should be shown in menus" msgstr "Näkyvätkö kuvat valikoissa" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Näyttö, jolle tämä ikkuna näkyy" @@ -4704,24 +4704,24 @@ msgstr "Arvon välit" msgid "Space between value text and the slider/trough area" msgstr "Väli arvotekstin ja liu'uttimen sekä uran alueen välissä" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Asteikon arvo" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Kuvakkeen koko" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment, joka sisältää tämän asteikkonapin nykyisen arvon" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Kuvakkeet" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Luettelo kuvakkeiden nimistä" @@ -6417,7 +6417,7 @@ msgstr "Puunäkymän viivojen piirrossa käytetty kuvio" msgid "Whether to display the column" msgstr "Onko otsake näkyvä" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Muuttuvakokoinen" @@ -6831,44 +6831,44 @@ msgstr "Pystysuuntaisten vieritysnuolten pituus" msgid "The length of vertical scroll arrows" msgstr "Pystysuuntaisten vieritysnuolten pituus" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Ikkunatyyppi" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Ikkunan tyyppi" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Ikkunan otsikko" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Ikkunan otsikko" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Ikkunan rooli" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Ikkunan ainutkertainen tunniste, jota käytetään istuntoa palautettaessa" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Käynnistystunniste" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "Käynnistysilmaisimen käyttämä ikkunan yksilöllinen käynnistystunniste" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Salli kutistuminen" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6877,24 +6877,24 @@ msgstr "" "Jos TRUE, ikkunalla ei ole minimikokoa. Älä käytä tätä ominaisuutta, sillä " "se on useimmiten järjetöntä" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Salli kasvu" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Jos TRUE, käyttäjät voivat kasvattaa ikkunaa sen pienintä kokoa suuremmaksi" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Jos TRUE, niin käyttäjä voi muuttaa ikkunan kokoa" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modaalinen" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6902,68 +6902,68 @@ msgstr "" "Jos TRUE, niin ikkuna on modaalinen (muita ikkunoita ei voi käyttää sen " "näkyessä)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Ikkunan sijainti" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Ikkunan alkusijainti" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Oletusleveys" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Ikkunan oletusleveys, jonka levyisenä se aluksi ilmestyy" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Oletuskorkeus" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Ikkunan oletuskorkeus, jonka korkuisena se aluksi ilmestyy" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Tuhoudu emon kanssa" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Pitääkö tämän ikkunan tuhoutua, kun sen emoikkuna tuhoutuu" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Tämän ikkunan kuvake" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Tämän ikkunan teemakuvakkeen nimi" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "On aktiivinen" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Onko ylätaso nykyinen aktiivinen ikkuna" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Ylätaso kohdistunut" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Onko syötekohdistus tässä GtkWindow:ssa" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Tyyppivihje" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -6971,83 +6971,83 @@ msgstr "" "Vihje työpöytäympäristölle, jotta se ymmärtäisi minkä tyyppinen ikkuna tämä " "on, ja miten sitä pitäisi kohdella." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Sivuuta ikkunaluettelo" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "TRUE, jos ikkunan ei pitäisi näkyä ikkunaluettelossa" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Sivuuta työtilanvaihtaja" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "TRUE, jos ikkunan ei pitäisi näkyä työtilanvaihtajassa." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Kiireellinen" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE, jos ikkunan pitäisi herättää käyttäjän huomiota." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Hyväksy kohdistus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE, jos ikkunan pitäisi saada syötekohdistus." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Kohdista näkyvänä" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "TRUE, jos ikkunan pitäisi saada syötekohdistus kun se on näkyvissä." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Koristeltu" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Koristeleeko ikkunointiohjelma ikkunan" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Poistettavissa" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Onko ikkunan reunuksessa sulkemispainike" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Painovoima" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Ikkunan ikkunapainovoima" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Lyhytaikainen ikkunalle" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Lyhytaikaisen valintaikkunan yläikkuna" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Ikkunan läpinäkyvyys" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Ikkunan läpinäkyvyys, väliltä 0-1" diff --git a/po-properties/fr.po b/po-properties/fr.po index 6ab7296744..54a7f05617 100644 --- a/po-properties/fr.po +++ b/po-properties/fr.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+_properties HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-05 20:06+0100\n" "Last-Translator: Claude Paroz \n" "Language-Team: GNOME French Team \n" @@ -101,12 +101,12 @@ msgstr "Visuel par défaut" msgid "The default display for GDK" msgstr "Le visuel par défaut pour GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Écran" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "le GdkScreen pour le moteur de rendu" @@ -126,11 +126,11 @@ msgstr "Résolution de la police" msgid "The resolution for fonts on the screen" msgstr "La résolution des polices à l'écran" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Nom du programme" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -138,43 +138,43 @@ msgstr "" "Le nom du programme. S'il n'est pas défini, il sera par défaut " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Version du programme" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "La version du programme" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Chaîne du copyright" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Information de copyright pour le programme" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Chaîne des commentaires" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Commentaires à propos du programme" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Adresse du site Web" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "L'URL pour le lien vers le site Web du programme" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Étiquette du site Web" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -182,45 +182,45 @@ msgstr "" "L'étiquette pour le lien vers le site Web du programme. Si non définie, " "l'étiquette par défaut est celle de l'URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Auteurs" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Liste des auteurs du programme" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Documentalistes" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Liste des documentalistes du programme" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artistes" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Liste des contributeurs aux graphismes du programme" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Remerciements aux traducteurs" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Remerciements aux traducteurs. Cette chaîne doit être marquée traduisible" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -228,20 +228,20 @@ msgstr "" "Un logo pour la boîte de dialogue « À propos ». Par défaut, sa valeur est " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Nom de l'icône logo" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" "Une icône à utiliser pour le logo dans la boîte de dialogue « À propos »." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Mettre en forme la licence" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" "Indique s'il faut ajouter les retours de ligne automatiques dans le texte de " @@ -323,7 +323,7 @@ msgid "The GIcon being displayed" msgstr "L'objet « GIcon » affiché" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Nom de l'icône" @@ -432,7 +432,7 @@ msgid "Whether the action group is visible." msgstr "Indique si le groupe d'actions est visible." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Valeur" @@ -1275,7 +1275,7 @@ msgstr "Suivre État" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Indique si le pixbuf rendu doit être colorié en accord avec l'état" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Icône" @@ -1336,7 +1336,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientation et direction de la croissance de la barre de progression" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Ajustement" @@ -3149,7 +3149,7 @@ msgstr "Jeu d'icônes" msgid "Icon set to display" msgstr "Jeu d'icônes à afficher" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Taille de l'icône" @@ -3218,7 +3218,7 @@ msgstr "Afficher les images du menu" msgid "Whether images should be shown in menus" msgstr "Indique si les images doivent être affichées dans les menus" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "L'écran où cette fenêtre sera affiché" @@ -4853,26 +4853,26 @@ msgstr "Espacement de la valeur" msgid "Space between value text and the slider/trough area" msgstr "Espace entre le texte de la valeur et la zone du curseur" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "La valeur de l'échelle" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "La taille de l'icône" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "Le GtkAdjustement qui contient la valeur actuelle de cet objet bouton " "d'échelle" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Icônes" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Liste de noms d'icônes" @@ -6643,7 +6643,7 @@ msgstr "Motif du trait utilisé pour dessiner les lignes d'arborescence" msgid "Whether to display the column" msgstr "Indique si cette colonne doit être affichée" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Redimensionnable" @@ -7090,47 +7090,47 @@ msgstr "Longueur de flèche de la barre de défilement verticale" msgid "The length of vertical scroll arrows" msgstr "La longueur des flèches des barres de défilement verticales" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Type de fenêtre" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Le type de la fenêtre" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Titre de la fenêtre" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Le titre de la fenêtre" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Rôle de la fenêtre" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Identifiant unique pour la fenêtre à utiliser lors de la restauration d'une " "session" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ID de démarrage" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Identifiant unique de démarrage pour la fenêtre, utilisé par startup-" "notification" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Autoriser la compression" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7139,25 +7139,25 @@ msgstr "" "Si VRAI, la fenêtre n'a pas de taille minimale. Mettre cette valeur à VRAI " "est une mauvaise idée dans 99% des cas" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Autoriser l'agrandissement" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Si VRAI, les utilisateurs peuvent rendre la fenêtre plus grande que sa " "taille minimale" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Si VRAI, les utilisateurs peuvent redimensionner la fenêtre" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modal" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7165,74 +7165,74 @@ msgstr "" "Si VRAI, la fenêtre est modale (les autres fenêtres ne peuvent pas être " "utilisées tant que celle-ci est ouverte)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Position de la fenêtre" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "La position initiale de la fenêtre" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Largeur par défaut" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "La largeur par défaut de la fenêtre, utilisé lors de l'affichage initial de " "cette fenêtre" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Hauteur par défaut" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "La hauteur par défaut de la fenêtre, utilisé lors de l'affichage initial de " "la fenêtre" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Détruire en même temps que le parent" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" "Indique si cette fenêtre doit être détruite quand le parent est détruit" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Icône pour cette fenêtre" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Nom de l'icône personnalisé pour cette fenêtre" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Est actif" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" "Indique si la fenêtre de plus haut niveau est la fenêtre active actuelle" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Activation au haut niveau" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Indique si le focus de saisie est dans ce GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Astuce de saisie" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7240,85 +7240,85 @@ msgstr "" "Astuce pour aider les environnement de bureau à comprendre quel est le type " "de la fenêtre et comment la gérer." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Ignorer la barre de tâches" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "VRAI si la fenêtre ne doit pas être dans la barre de tâches." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Ignorer le pager" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "VRAI si la fenêtre ne doit pas être dans le pager." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Urgent" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "VRAI si la fenêtre doit attirer l'attention de l'utilisateur." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Accepte l'activation" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "VRAI si la fenêtre doit recevoir le focus en entrée." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Prendre la main sur demande" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "VRAI si la fenêtre doit recevoir la main sur la saisie." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Décoré" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" "Indique si la fenêtre doit être décorée par le gestionnaire de fenêtres" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Supprimable" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" "Indique si le cadre de la fenêtre doit disposer d'un bouton de fermeture" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravité" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "La gravité de la fenêtre" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Fenêtre parente transitoire" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "La fenêtre parente liée de la boîte de dialogue" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Opacité de la fenêtre" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "L'opacité de la fenêtre, de 0 à 1" diff --git a/po-properties/ga.po b/po-properties/ga.po index 2ff6c10cad..13b29d1cd7 100644 --- a/po-properties/ga.po +++ b/po-properties/ga.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2008-08-29 22:29-0500\n" "Last-Translator: Seán de Búrca \n" "Language-Team: Irish \n" @@ -91,12 +91,12 @@ msgstr "Scathán Loicéad" msgid "The default display for GDK" msgstr "" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Scáileán" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -116,116 +116,116 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 #, fuzzy msgid "Website label" msgstr "Leibéal Chlár" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Údair" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Lógó" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 #, fuzzy msgid "Logo Icon Name" msgstr "Ainm Clófhoireann" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -298,7 +298,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "Ainm Clófhoireann" @@ -397,7 +397,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Luach" @@ -1215,7 +1215,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Dealbh" @@ -1272,7 +1272,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -3019,7 +3019,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Méid d'Íomha" @@ -3086,7 +3086,7 @@ msgstr "Taispeáin ainmhí do Lae" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4657,25 +4657,25 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Méid d'Íomha" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Deilbhíní" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Ainm Clófhoireann" @@ -6333,7 +6333,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6738,215 +6738,215 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Cineál na Fuinneoige" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Teideal na Fuinneoige" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "CA Tosaithe" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Inscriosta" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" diff --git a/po-properties/gl.po b/po-properties/gl.po index 2ca76a70d8..ec611d5e41 100644 --- a/po-properties/gl.po +++ b/po-properties/gl.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: gl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-16 18:29+0100\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-10 20:17+0000\n" "Last-Translator: Suso Baleato \n" "Language-Team: Galego \n" @@ -28,112 +28,110 @@ msgstr "" "Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../gdk-pixbuf/gdk-pixbuf.c:89 +#: gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "Número de canles" -#: ../gdk-pixbuf/gdk-pixbuf.c:90 +#: gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "O número de mostras por píxel" -#: ../gdk-pixbuf/gdk-pixbuf.c:99 +#: gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "Espazo de cor" -#: ../gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "O espazo de cor en que se interpretan as mostras" -#: ../gdk-pixbuf/gdk-pixbuf.c:108 +#: gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "Ten alfa" -#: ../gdk-pixbuf/gdk-pixbuf.c:109 +#: gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "Indica se o pixbuf ten unha canle alfa" -#: ../gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "Bits por mostra" -#: ../gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "O número de bits por mostra" -#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 -#: ../gtk/gtktreeviewcolumn.c:207 +#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "Largura" -#: ../gdk-pixbuf/gdk-pixbuf.c:133 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "O número de columnas do pixbuf" -#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 +#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 msgid "Height" msgstr "Altura" -#: ../gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "O número de filas do pixbuf" -#: ../gdk-pixbuf/gdk-pixbuf.c:159 +#: gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "Separación de filas" -#: ../gdk-pixbuf/gdk-pixbuf.c:160 +#: gdk-pixbuf/gdk-pixbuf.c:160 msgid "" "The number of bytes between the start of a row and the start of the next row" msgstr "" "O número de bytes entre o inicio dunha fila e o inicio da fila seguinte" -#: ../gdk-pixbuf/gdk-pixbuf.c:169 +#: gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "Píxeles" -#: ../gdk-pixbuf/gdk-pixbuf.c:170 +#: gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "Un punteiro para os datos de píxel do pixbuf" -#: ../gdk/gdkdisplaymanager.c:103 +#: gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "Pantalla predeterminada" -#: ../gdk/gdkdisplaymanager.c:104 +#: gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "Pantalla predeterminada para o GDK" -#: ../gdk/gdkpango.c:490 ../gtk/gtkinvisible.c:86 -#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Pantalla" -#: ../gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "o GdkScreen para o renderizador" -#: ../gdk/gdkscreen.c:75 +#: gdk/gdkscreen.c:75 msgid "Font options" msgstr "Opcións de tipo de letra" -#: ../gdk/gdkscreen.c:76 +#: gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "As opcións predeterminadas do tipo de letra para a pantalla" -#: ../gdk/gdkscreen.c:83 +#: gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "Resolución do tipo de letra" -#: ../gdk/gdkscreen.c:84 +#: gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "A resolución para os tipos de letra na pantalla" -#: ../gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Nome do programa" -#: ../gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -141,43 +139,43 @@ msgstr "" "O nome do programa. Se non se define, usarase de forma predeterminada " "g_get_application_name()" -#: ../gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Versión do programa" -#: ../gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "A versión do programa" -#: ../gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Cadea de Copyright" -#: ../gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Información de Copyright do programa" -#: ../gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Cadea de comentarios" -#: ../gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Comentarios sobre o programa" -#: ../gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL do sitio web" -#: ../gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "O URL para a ligazón ao sitio web do programa" -#: ../gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Etiqueta do sitio web" -#: ../gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -185,44 +183,44 @@ msgstr "" "A etiqueta para a ligazón ao sitio web do programa. Se non se define, " "usarase o URL predeterminado" -#: ../gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Autores" -#: ../gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Lista de autores do programa" -#: ../gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Documentadores" -#: ../gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Lista de persoas que documentan o programa" -#: ../gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artistas" -#: ../gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Lista de xente que contribuíu con material gráfico ao programa" -#: ../gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Créditos de tradución" -#: ../gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "Créditos dos tradutores. Esta cadea deberá marcarse como traducíbel" -#: ../gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logotipo" -#: ../gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -230,110 +228,109 @@ msgstr "" "Un logotipo para a caixa Sobre. Se non se define, o predeterminado é " "gtk_window_get_default_icon_list()" -#: ../gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Nome da icona do logotipo" -#: ../gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Unha icona con nome para usar como logotipo na caixa Sobre." -#: ../gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Axustar a licenza" -#: ../gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Indica se se debe axustar o texto da licenza." -#: ../gtk/gtkaccellabel.c:123 +#: gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "Peche do acelerador" -#: ../gtk/gtkaccellabel.c:124 +#: gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "O peche que se vai monitorizar para os cambios no acelerador" -#: ../gtk/gtkaccellabel.c:130 +#: gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "Widget do acelerador" -#: ../gtk/gtkaccellabel.c:131 +#: gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "O widget que se vai monitorizar para os cambios no acelerador" -#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 -#: ../gtk/gtktextmark.c:89 +#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 +#: gtk/gtktextmark.c:89 msgid "Name" msgstr "Nome" -#: ../gtk/gtkaction.c:180 +#: gtk/gtkaction.c:180 msgid "A unique name for the action." msgstr "Un nome único para a 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/gtktoolbutton.c:202 +#: 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/gtktoolbutton.c:202 msgid "Label" msgstr "Etiqueta" -#: ../gtk/gtkaction.c:199 +#: gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "" "A etiqueta usada para os elementos de menú e botóns que activan esta acción." -#: ../gtk/gtkaction.c:215 +#: gtk/gtkaction.c:215 msgid "Short label" msgstr "Etiqueta curta" -#: ../gtk/gtkaction.c:216 +#: gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "" "Unha etiqueta máis curta que poderá empregarse nos botóns da barra de " "ferramentas." -#: ../gtk/gtkaction.c:224 +#: gtk/gtkaction.c:224 msgid "Tooltip" msgstr "Indicación" -#: ../gtk/gtkaction.c:225 +#: gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "Unha indicación para esta acción." -#: ../gtk/gtkaction.c:240 +#: gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "Icona de inventario" -#: ../gtk/gtkaction.c:241 +#: gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "" "A icona de inventario mostrada nos widgets que representan esta acción." -#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 +#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "GIcon" -#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 -#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 +#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 +#: gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "A GIcon que se mostra" -#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 -#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:605 +#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Nome da icona" -#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 -#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 +#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 +#: gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "O nome da icona do tema de iconas" -#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 +#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "Visíbel cando é horizontal" -#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 +#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." @@ -341,11 +338,11 @@ msgstr "" "Indica se o elemento da barra de ferramentas é visíbel cando a barra de " "ferramentas está en orientación horizontal." -#: ../gtk/gtkaction.c:306 +#: gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "Visíbel cando se desborda" -#: ../gtk/gtkaction.c:307 +#: gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." @@ -353,11 +350,11 @@ msgstr "" "Cando é TRUE, os proxies toolitem para esta acción represéntanse no menú de " "desbordamento da barra de tarefas." -#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 +#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "Visíbel cando é vertical" -#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 +#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." @@ -365,11 +362,11 @@ msgstr "" "Indica se o elemento da barra de ferramentas é visíbel cando a barra de " "ferramentas está en orientación vertical." -#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 +#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 msgid "Is important" msgstr "É importante" -#: ../gtk/gtkaction.c:323 +#: gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." @@ -377,39 +374,38 @@ msgstr "" "Indica se a acción se considera importante. Cando é TRUE, os proxies " "toolitem mostran o texto no modo GTK_TOOLBAR_BOTH_HORIZ." -#: ../gtk/gtkaction.c:331 +#: gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "Ocultar se está baleiro" -#: ../gtk/gtkaction.c:332 +#: gtk/gtkaction.c:332 msgid "When TRUE, empty menu proxies for this action are hidden." msgstr "" "Cando é TRUE, ocúltanse os proxies de menú baleiro para esta aplicación." -#: ../gtk/gtkaction.c:338 ../gtk/gtkactiongroup.c:177 -#: ../gtk/gtkcellrenderer.c:193 ../gtk/gtkwidget.c:523 +#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193 +#: gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "Sensíbel" -#: ../gtk/gtkaction.c:339 +#: gtk/gtkaction.c:339 msgid "Whether the action is enabled." msgstr "Indica se a 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/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293 +#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516 msgid "Visible" msgstr "Visíbel" -#: ../gtk/gtkaction.c:346 +#: gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "Indica se a acción é visíbel." -#: ../gtk/gtkaction.c:352 +#: gtk/gtkaction.c:352 msgid "Action Group" msgstr "Grupo de acción" -#: ../gtk/gtkaction.c:353 +#: gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." @@ -417,72 +413,72 @@ msgstr "" "O GtkActionGroup co que esta GtkAction está asociada ou NULL (para uso " "interno)." -#: ../gtk/gtkactiongroup.c:171 +#: gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "Un nome para o grupo da acción." -#: ../gtk/gtkactiongroup.c:178 +#: gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "Indica se o grupo de acción está activado." -#: ../gtk/gtkactiongroup.c:185 +#: gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "Indica se o grupo de acción é visíbel." -#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:204 ../gtk/gtkspinbutton.c:269 +#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Valor" -#: ../gtk/gtkadjustment.c:94 +#: gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "O valor do axuste" -#: ../gtk/gtkadjustment.c:110 +#: gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "Valor mínimo" -#: ../gtk/gtkadjustment.c:111 +#: gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "O valor mínimo do axuste" -#: ../gtk/gtkadjustment.c:130 +#: gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "Valor máximo" -#: ../gtk/gtkadjustment.c:131 +#: gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "O valor máximo do axuste" -#: ../gtk/gtkadjustment.c:147 +#: gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "Incremento de paso" -#: ../gtk/gtkadjustment.c:148 +#: gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "O incremento de paso do axuste" -#: ../gtk/gtkadjustment.c:164 +#: gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "Incremento de páxina" -#: ../gtk/gtkadjustment.c:165 +#: gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "O incremento de páxina do axuste" -#: ../gtk/gtkadjustment.c:184 +#: gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "Tamaño de páxina" -#: ../gtk/gtkadjustment.c:185 +#: gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "O tamaño de páxina do axuste" -#: ../gtk/gtkalignment.c:90 +#: gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "Aliñamento horizontal" -#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 +#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" @@ -490,11 +486,11 @@ msgstr "" "Posición horizontal do fillo no espazo dispoñíbel. 0.0 é aliñado á esquerda, " "1.0 é aliñado á dereita" -#: ../gtk/gtkalignment.c:100 +#: gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "Aliñamento vertical" -#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 +#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" @@ -502,11 +498,11 @@ msgstr "" "Posición vertical do fillo no espazo dispoñíbel. 0.0 é aliñado arriba, 1.0 é " "aliñado abaixo" -#: ../gtk/gtkalignment.c:109 +#: gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "Escala horizontal" -#: ../gtk/gtkalignment.c:110 +#: gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" @@ -514,11 +510,11 @@ msgstr "" "Se o espazo horizontal dispoñíbel é maior que o necesitado para o fillo, " "canto se debe usar para o fillo. 0.0 significa nada, 1.0 significa todo" -#: ../gtk/gtkalignment.c:118 +#: gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "Escala vertical" -#: ../gtk/gtkalignment.c:119 +#: gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" @@ -526,187 +522,187 @@ msgstr "" "Se o espazo vertical dispoñíbel é maior que o necesario para o fillo, canto " "se debe usar para o fillo. 0.0 significa nada, 1.0 significa todo" -#: ../gtk/gtkalignment.c:136 +#: gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "Recheo superior" -#: ../gtk/gtkalignment.c:137 +#: gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "O recheo para introducir por encima do widget." -#: ../gtk/gtkalignment.c:153 +#: gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "Recheo inferior" -#: ../gtk/gtkalignment.c:154 +#: gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "O recheo para introducir por debaixo do widget." -#: ../gtk/gtkalignment.c:170 +#: gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "Recheo á esquerda" -#: ../gtk/gtkalignment.c:171 +#: gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "O recheo para introducir á esquerda do widget." -#: ../gtk/gtkalignment.c:187 +#: gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "Recheo á dereita" -#: ../gtk/gtkalignment.c:188 +#: gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "O recheo para introducir á dereita do widget." -#: ../gtk/gtkarrow.c:75 +#: gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "Dirección da frecha" -#: ../gtk/gtkarrow.c:76 +#: gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "A dirección á que a frecha deberá apuntar" -#: ../gtk/gtkarrow.c:84 +#: gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "Sombra da frecha" -#: ../gtk/gtkarrow.c:85 +#: gtk/gtkarrow.c:85 msgid "Appearance of the shadow surrounding the arrow" msgstr "Aparencia da sombra que rodea a frecha" -#: ../gtk/gtkarrow.c:92 ../gtk/gtkmenu.c:689 ../gtk/gtkmenuitem.c:363 +#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363 msgid "Arrow Scaling" msgstr "Escalado de frecha" -#: ../gtk/gtkarrow.c:93 +#: gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "Cantidade de espazo ocupado por frecha" -#: ../gtk/gtkaspectframe.c:79 +#: gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "Aliñamento horizontal" -#: ../gtk/gtkaspectframe.c:80 +#: gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "Aliñamento X do fillo" -#: ../gtk/gtkaspectframe.c:86 +#: gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "Aliñamento vertical" -#: ../gtk/gtkaspectframe.c:87 +#: gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "Aliñamento Y do fillo" -#: ../gtk/gtkaspectframe.c:93 +#: gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "Proporción" -#: ../gtk/gtkaspectframe.c:94 +#: gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "Proporción de aspecto se obey_child é FALSE" -#: ../gtk/gtkaspectframe.c:100 +#: gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "Obedecer ao fillo" -#: ../gtk/gtkaspectframe.c:101 +#: gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "Forzar a proporción de aspecto para que coincida coa do marco do fillo" -#: ../gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "Recheo da cabeceira" -#: ../gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "Número de píxeles ao redor da cabeceira." -#: ../gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "Recheo do contido" -#: ../gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "Número de píxeles ao redor das páxinas de contidos." -#: ../gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:286 msgid "Page type" msgstr "Tipo de páxina" -#: ../gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "O tipo da páxina do asistente" -#: ../gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:304 msgid "Page title" msgstr "Título da páxina" -#: ../gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "O título da páxina do asistente" -#: ../gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:321 msgid "Header image" msgstr "Imaxe de cabeceira" -#: ../gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "Imaxe de cabeceira para a páxina do asistente" -#: ../gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "Imaxe da barra lateral" -#: ../gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "Imaxe da barra lateral da páxina do asistente" -#: ../gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:354 msgid "Page complete" msgstr "Páxina completa" -#: ../gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "Indica se todos os campos requiridos na páxina foron cubertos" -#: ../gtk/gtkbbox.c:91 +#: gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "Largura mínima do fillo" -#: ../gtk/gtkbbox.c:92 +#: gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "A largura mínima dos botóns dentro da caixa" -#: ../gtk/gtkbbox.c:100 +#: gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "Altura mínima do fillo" -#: ../gtk/gtkbbox.c:101 +#: gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "A altura mínima dos botóns dentro da caixa" -#: ../gtk/gtkbbox.c:109 +#: gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "Largura interna de recheo do fillo" -#: ../gtk/gtkbbox.c:110 +#: gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "Cantidade na que se aumenta o tamaño do fillo por cada lado" -#: ../gtk/gtkbbox.c:118 +#: gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "Altura interna de recheo do fillo" -#: ../gtk/gtkbbox.c:119 +#: gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "Cantidade en que se aumenta o tamaño do fillo por encima e por debaixo" -#: ../gtk/gtkbbox.c:127 +#: gtk/gtkbbox.c:127 msgid "Layout style" msgstr "Estilo de disposición" -#: ../gtk/gtkbbox.c:128 +#: gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" @@ -715,11 +711,11 @@ msgstr "" "(predeterminado), spread (afastados), edge (bordos), start (inicio) e end " "(final)" -#: ../gtk/gtkbbox.c:136 +#: gtk/gtkbbox.c:136 msgid "Secondary" msgstr "Secundario" -#: ../gtk/gtkbbox.c:137 +#: gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" @@ -727,38 +723,38 @@ msgstr "" "Se é TRUE, o fillo aparece nun grupo secundario de fillos; é útil, por " "exemplo, para botóns de axuda" -#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 -#: ../gtk/gtktreeviewcolumn.c:216 +#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 +#: gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "Espazamento" -#: ../gtk/gtkbox.c:131 +#: gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "A cantidade de espazo entre os fillos" -#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 -#: ../gtk/gtktoolbar.c:573 +#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 +#: gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "Homoxéneo" -#: ../gtk/gtkbox.c:141 +#: gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "Indica se todos os fillos deben ser do mesmo tamaño" -#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 -#: ../gtk/gtktreeviewcolumn.c:272 +#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 +#: gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "Expandir" -#: ../gtk/gtkbox.c:149 +#: gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "Indica se o fillo debe recibir espazo adicional cando o pai crece" -#: ../gtk/gtkbox.c:155 +#: gtk/gtkbox.c:155 msgid "Fill" msgstr "Encher" -#: ../gtk/gtkbox.c:156 +#: gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" @@ -766,20 +762,20 @@ msgstr "" "Indica se se debe dar espazo adicional para que o fillo poida ser asignado " "no fillo ou usado como recheo" -#: ../gtk/gtkbox.c:162 +#: gtk/gtkbox.c:162 msgid "Padding" msgstr "Recheo" -#: ../gtk/gtkbox.c:163 +#: gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "" "Espazo adicional para colocar entre o fillo e os seus veciños, en píxeles" -#: ../gtk/gtkbox.c:169 +#: gtk/gtkbox.c:169 msgid "Pack type" msgstr "Tipo de empaquetado" -#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 +#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" @@ -787,24 +783,24 @@ msgstr "" "Un GtkPackType que indica se o fillo está empaquetado en relación ao inicio " "ou ao final do pai" -#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 -#: ../gtk/gtkruler.c:148 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 +#: gtk/gtkruler.c:148 msgid "Position" msgstr "Posición" -#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 +#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "O índice do fillo no pai" -#: ../gtk/gtkbuilder.c:96 +#: gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "Dominio de tradución" -#: ../gtk/gtkbuilder.c:97 +#: gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "O dominio de tradución usado por gettext" -#: ../gtk/gtkbutton.c:220 +#: gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" @@ -812,13 +808,13 @@ msgstr "" "Texto da etiqueta do widget dentro do botón, se o botón contén unha etiqueta " "widget" -#: ../gtk/gtkbutton.c:227 ../gtk/gtkexpander.c:203 ../gtk/gtklabel.c:388 -#: ../gtk/gtkmenuitem.c:315 ../gtk/gtktoolbutton.c:209 +#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 +#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209 msgid "Use underline" msgstr "Usar subliñado" -#: ../gtk/gtkbutton.c:228 ../gtk/gtkexpander.c:204 ../gtk/gtklabel.c:389 -#: ../gtk/gtkmenuitem.c:316 +#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389 +#: gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" @@ -826,71 +822,70 @@ msgstr "" "Se se define, un subliñado no texto indica que o seguinte carácter debería " "usarse para a tecla rápida mnemónica" -#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 +#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "Usar inventario" -#: ../gtk/gtkbutton.c:236 +#: gtk/gtkbutton.c:236 msgid "" "If set, the label is used to pick a stock item instead of being displayed" msgstr "" "Se se estabelece, a etiqueta úsase para seleccionar un elemento do " "inventario en vez de ser mostrado" -#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 -#: ../gtk/gtkfilechooserbutton.c:393 +#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "Enfocar ao premer" -#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 +#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "Indica se o botón captura o foco cando se preme co rato" -#: ../gtk/gtkbutton.c:251 +#: gtk/gtkbutton.c:251 msgid "Border relief" msgstr "Relevo do bordo" -#: ../gtk/gtkbutton.c:252 +#: gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "Estilo de relevo do bordo" -#: ../gtk/gtkbutton.c:269 +#: gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "Aliñamento horizontal para o fillo" -#: ../gtk/gtkbutton.c:288 +#: gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "Aliñamento vertical para o fillo" -#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 +#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "Widget de imaxe" -#: ../gtk/gtkbutton.c:306 +#: gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "Widget fillo que aparecerá ao lado do texto do botón" -#: ../gtk/gtkbutton.c:320 +#: gtk/gtkbutton.c:320 msgid "Image position" msgstr "Posición da imaxe" -#: ../gtk/gtkbutton.c:321 +#: gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "A posición da imaxe en relación ao texto" -#: ../gtk/gtkbutton.c:433 +#: gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "Espazamento predeterminado" -#: ../gtk/gtkbutton.c:434 +#: gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "Espazo adicional que engadir para os botóns CAN_DEFAULT" -#: ../gtk/gtkbutton.c:440 +#: gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "Espazamento exterior predeterminado" -#: ../gtk/gtkbutton.c:441 +#: gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" @@ -898,31 +893,31 @@ msgstr "" "Espazo adicional que engadir para os botóns CAN_DEFAULT que son sempre " "debuxados fóra do bordo" -#: ../gtk/gtkbutton.c:446 +#: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "Desprazamento X do fillo" -#: ../gtk/gtkbutton.c:447 +#: gtk/gtkbutton.c:447 msgid "" "How far in the x direction to move the child when the button is depressed" msgstr "" "Distancia na dirección X que debe moverse o fillo cando se solta o botón" -#: ../gtk/gtkbutton.c:454 +#: gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "Desprazamento Y do fillo" -#: ../gtk/gtkbutton.c:455 +#: gtk/gtkbutton.c:455 msgid "" "How far in the y direction to move the child when the button is depressed" msgstr "" "Distancia na dirección Y que debe moverse o fillo cando se solta o botón" -#: ../gtk/gtkbutton.c:471 +#: gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "Desprazar o foco" -#: ../gtk/gtkbutton.c:472 +#: gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" @@ -930,51 +925,51 @@ msgstr "" "Indica se as propiedades child_displacement_x/_y deberían afectar tamén ao " "rectángulo do foco" -#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "Bordo interior" -#: ../gtk/gtkbutton.c:486 +#: gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "Bordo entre os bordos do botón e o fillo." -#: ../gtk/gtkbutton.c:499 +#: gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "Espazamento da imaxe" -#: ../gtk/gtkbutton.c:500 +#: gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "Espazamento en píxeles entre a imaxe e a etiqueta" -#: ../gtk/gtkbutton.c:514 +#: gtk/gtkbutton.c:514 msgid "Show button images" msgstr "Mostrar imaxes no botón" -#: ../gtk/gtkbutton.c:515 +#: gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "Indica se se deberían mostrar as imaxes nos botóns" -#: ../gtk/gtkcalendar.c:440 +#: gtk/gtkcalendar.c:440 msgid "Year" msgstr "Ano" -#: ../gtk/gtkcalendar.c:441 +#: gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "O ano seleccionado" -#: ../gtk/gtkcalendar.c:454 +#: gtk/gtkcalendar.c:454 msgid "Month" msgstr "Mes" -#: ../gtk/gtkcalendar.c:455 +#: gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "O mes seleccionado (como número entre 0 e 11)" -#: ../gtk/gtkcalendar.c:469 +#: gtk/gtkcalendar.c:469 msgid "Day" msgstr "Día" -#: ../gtk/gtkcalendar.c:470 +#: gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" @@ -982,316 +977,314 @@ msgstr "" "O día seleccionado (como un número entre 1 e 31 ou 0 para anular a selección " "do día seleccionado actualmente)" -#: ../gtk/gtkcalendar.c:484 +#: gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "Mostrar a cabeceira" -#: ../gtk/gtkcalendar.c:485 +#: gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "Se é TRUE, móstrase unha cabeceira" -#: ../gtk/gtkcalendar.c:499 +#: gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "Mostrar os nomes dos días" -#: ../gtk/gtkcalendar.c:500 +#: gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "Se é TRUE, móstranse os nomes dos días" -#: ../gtk/gtkcalendar.c:513 +#: gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "Sen cambio de mes" -#: ../gtk/gtkcalendar.c:514 +#: gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "Se é TRUE, o mes seleccionado non se pode cambiar" -#: ../gtk/gtkcalendar.c:528 +#: gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "Mostrar os números de semana" -#: ../gtk/gtkcalendar.c:529 +#: gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "Se é TRUE, móstranse os números de semana" -#: ../gtk/gtkcalendar.c:544 +#: gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "Largura dos detalles" -#: ../gtk/gtkcalendar.c:545 +#: gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "A largura dos detalles en caracteres" -#: ../gtk/gtkcalendar.c:560 +#: gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "Altura dos detalles" -#: ../gtk/gtkcalendar.c:561 +#: gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "A altura dos detalles en caracteres" -#: ../gtk/gtkcalendar.c:577 +#: gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "Mostrar os detalles" -#: ../gtk/gtkcalendar.c:578 +#: gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "Se é TRUE móstranse os detalles" -#: ../gtk/gtkcellrenderer.c:177 +#: gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "modo" -#: ../gtk/gtkcellrenderer.c:178 +#: gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "Modo editábel do CellRenderer" -#: ../gtk/gtkcellrenderer.c:186 +#: gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "visíbel" -#: ../gtk/gtkcellrenderer.c:187 +#: gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "Mostrar a cela" -#: ../gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "Mostrar a cela sensíbel" -#: ../gtk/gtkcellrenderer.c:201 +#: gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "xalign" -#: ../gtk/gtkcellrenderer.c:202 +#: gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "O aliñamento x" -#: ../gtk/gtkcellrenderer.c:211 +#: gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "yalign" -#: ../gtk/gtkcellrenderer.c:212 +#: gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "O aliñamento y" -#: ../gtk/gtkcellrenderer.c:221 +#: gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "xpad" -#: ../gtk/gtkcellrenderer.c:222 +#: gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "O xpad" -#: ../gtk/gtkcellrenderer.c:231 +#: gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "ypad" -#: ../gtk/gtkcellrenderer.c:232 +#: gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "O ypad" -#: ../gtk/gtkcellrenderer.c:241 +#: gtk/gtkcellrenderer.c:241 msgid "width" msgstr "largura" -#: ../gtk/gtkcellrenderer.c:242 +#: gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "A largura fixa" -#: ../gtk/gtkcellrenderer.c:251 +#: gtk/gtkcellrenderer.c:251 msgid "height" msgstr "altura" -#: ../gtk/gtkcellrenderer.c:252 +#: gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "A altura fixa" -#: ../gtk/gtkcellrenderer.c:261 +#: gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "É expansor" -#: ../gtk/gtkcellrenderer.c:262 +#: gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "A fila ten fillos" -#: ../gtk/gtkcellrenderer.c:270 +#: gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "Está expandido" -#: ../gtk/gtkcellrenderer.c:271 +#: gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "A fila é unha fila de expansor e está expandida" -#: ../gtk/gtkcellrenderer.c:278 +#: gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "Nome da cor de fondo da cela" -#: ../gtk/gtkcellrenderer.c:279 +#: gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "Cor de fondo da cela como unha cadea" -#: ../gtk/gtkcellrenderer.c:286 +#: gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "Cor de fondo da cela" -#: ../gtk/gtkcellrenderer.c:287 +#: gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "Cor de fondo da cela como unha GdkColor" -#: ../gtk/gtkcellrenderer.c:294 +#: gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "Editando" -#: ../gtk/gtkcellrenderer.c:295 +#: gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "Indica se o renderizador de cela está actualmente no modo de edición" -#: ../gtk/gtkcellrenderer.c:303 +#: gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "Definición do fondo da cela" -#: ../gtk/gtkcellrenderer.c:304 +#: gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "Indica se esta etiqueta afecta á cor de fondo da cela" -#: ../gtk/gtkcellrendereraccel.c:113 +#: gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "Tecla rápida" -#: ../gtk/gtkcellrendereraccel.c:114 +#: gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "O valor (keyval) da tecla rápida" -#: ../gtk/gtkcellrendereraccel.c:130 +#: gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "Modificadores de tecla rápida" -#: ../gtk/gtkcellrendereraccel.c:131 +#: gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "A máscara do modificador da tecla rápida" -#: ../gtk/gtkcellrendereraccel.c:148 +#: gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "Código de tecla da tecla rápida" -#: ../gtk/gtkcellrendereraccel.c:149 +#: gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "O código de tecla de hardware da tecla rápida" -#: ../gtk/gtkcellrendereraccel.c:168 +#: gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "Modo de teclas rápidas" -#: ../gtk/gtkcellrendereraccel.c:169 +#: gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "O tipo de teclas rápidas" -#: ../gtk/gtkcellrenderercombo.c:107 +#: gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "Modelo" -#: ../gtk/gtkcellrenderercombo.c:108 +#: gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "O modelo que contén os valores posíbeis para a caixa de combinación" -#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 +#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "Columna de texto" -#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 +#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "Unha columna no modelo de orixe de datos da que se obteñen as cadeas" -#: ../gtk/gtkcellrenderercombo.c:148 +#: gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "Ten entrada" -#: ../gtk/gtkcellrenderercombo.c:149 +#: gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "Se é FALSE, non permitir introducir cadeas distintas das escollidas" -#: ../gtk/gtkcellrendererpixbuf.c:111 +#: gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "Obxecto pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:112 +#: gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "O pixbuf para renderizar" -#: ../gtk/gtkcellrendererpixbuf.c:119 +#: gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "O pixbuf do expansor aberto" -#: ../gtk/gtkcellrendererpixbuf.c:120 +#: gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "O pixbuf para o expansor aberto" -#: ../gtk/gtkcellrendererpixbuf.c:127 +#: gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "O pixbuf do expansor pechado" -#: ../gtk/gtkcellrendererpixbuf.c:128 +#: gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "O pixbuf para o expansor pechado" -#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 -#: ../gtk/gtkstatusicon.c:226 +#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "ID de inventario" -#: ../gtk/gtkcellrendererpixbuf.c:136 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "O ID de inventario da icona de inventario para renderizar" -#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 -#: ../gtk/gtkstatusicon.c:267 +#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 +#: gtk/gtkstatusicon.c:267 msgid "Size" msgstr "Tamaño" -#: ../gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "O valor do GtkIconSize que especifica o tamaño da icona renderizada" -#: ../gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "Detalle" -#: ../gtk/gtkcellrendererpixbuf.c:154 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "Detalle de renderizado para pasar ao motor de temas" -#: ../gtk/gtkcellrendererpixbuf.c:187 +#: gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "Seguir o estado" -#: ../gtk/gtkcellrendererpixbuf.c:188 +#: gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Indica se o pixbuf renderizado debería colorearse de acordo co estado" -#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Icona" -#: ../gtk/gtkcellrendererprogress.c:129 +#: gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "Valor da barra de progreso" -#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 -#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 -#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 +#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 +#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 +#: gtk/gtktextbuffer.c:198 msgid "Text" msgstr "Texto" -#: ../gtk/gtkcellrendererprogress.c:147 +#: gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "Texto na barra de progreso" -#: ../gtk/gtkcellrendererprogress.c:170 +#: gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "Pulsación" -#: ../gtk/gtkcellrendererprogress.c:171 +#: gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." @@ -1299,11 +1292,11 @@ msgstr "" "Defina isto con valores positivos para indicar que se realiza algún " "progreso, mais non se sabe canto." -#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 +#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "Aliñamento x do texto" -#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 +#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -1311,222 +1304,216 @@ msgstr "" "O aliñamento horizontal do texto, desde 0 (esquerda) até 1 (dereita). Ao " "revés para disposicións RTL." -#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 +#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "Aliñamento y do texto" -#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 +#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "O aliñamento vertical do texto, desde 0 (superior) até 1 (inferior)." -#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 -#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 -#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 +#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 +#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 +#: gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "Orientación" -#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 +#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "Orientación e dirección de crecemento da barra de progreso" -#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:223 -#: ../gtk/gtkspinbutton.c:208 +#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Axuste" -#: ../gtk/gtkcellrendererspin.c:94 +#: gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "O axuste que mantén o valor do botón de axuste." -#: ../gtk/gtkcellrendererspin.c:109 +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "Taxa de incremento" -#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 +#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "A taxa de aceleración cando mantén premido un botón" -#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 -#: ../gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "Díxitos" -#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 +#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "O número de lugares decimais que se vai mostrar" -#: ../gtk/gtkcellrenderertext.c:196 +#: gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "Texto para renderizar" -#: ../gtk/gtkcellrenderertext.c:203 +#: gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "Marcación" -#: ../gtk/gtkcellrenderertext.c:204 +#: gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "Texto marcado para renderizar" -#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 +#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 msgid "Attributes" msgstr "Atributos" -#: ../gtk/gtkcellrenderertext.c:212 +#: gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "" "Unha lista de atributos de estilo para aplicar ao texto do renderizador" -#: ../gtk/gtkcellrenderertext.c:219 +#: gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "Modo de parágrafo único" -#: ../gtk/gtkcellrenderertext.c:220 +#: gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "Indica se debe manterse ou non todo o texto nun só parágrafo" -#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 -#: ../gtk/gtktexttag.c:183 +#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 msgid "Background color name" msgstr "Nome da cor de fondo" -#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 -#: ../gtk/gtktexttag.c:184 +#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "Cor de fondo como unha cadea" -#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 -#: ../gtk/gtktexttag.c:191 +#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 msgid "Background color" msgstr "Cor de fondo" -#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 +#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "Cor de fondo como unha GdkColor" -#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 +#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "Nome da cor de primeiro plano" -#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 +#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "Cor de primeiro plano como unha cadea" -#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 +#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "Cor de primeiro plano" -#: ../gtk/gtkcellrenderertext.c:253 +#: gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "Cor de primeiro plano como unha GdkColor" -#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 -#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 +#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "Editábel" -#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 -#: ../gtk/gtktextview.c:574 +#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "Indica se o usuario pode modificar o texto" -#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 -#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 +#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 +#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 msgid "Font" msgstr "Tipo de letra" -#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 +#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "" "Descrición do tipo de letra como unha cadea, por exemplo \"Sans Italic 12\"" -#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 +#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "Descrición do tipo de letra como unha estrutura PangoFontDescription" -#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 +#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 msgid "Font family" msgstr "Familia do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 +#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "" "Nome da familia do tipo de letra, por exemplo Sans, Helvética, Times ou " "Monospace" -#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 -#: ../gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 +#: gtk/gtktexttag.c:291 msgid "Font style" msgstr "Estilo do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 -#: ../gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 +#: gtk/gtktexttag.c:300 msgid "Font variant" msgstr "Variante do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 -#: ../gtk/gtktexttag.c:309 +#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 +#: gtk/gtktexttag.c:309 msgid "Font weight" msgstr "Grosor do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 -#: ../gtk/gtktexttag.c:320 +#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 +#: gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "Expandir o tipo de letra" -#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 -#: ../gtk/gtktexttag.c:329 +#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 +#: gtk/gtktexttag.c:329 msgid "Font size" msgstr "Tamaño do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 +#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 msgid "Font points" msgstr "Puntos do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 +#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "Tamaño do tipo de letra en puntos" -#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 +#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 msgid "Font scale" msgstr "Escala do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:352 +#: gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "Factor de escalado do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 +#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 msgid "Rise" msgstr "Elevación" -#: ../gtk/gtkcellrenderertext.c:362 +#: gtk/gtkcellrenderertext.c:362 msgid "" "Offset of text above the baseline (below the baseline if rise is negative)" msgstr "" "Desprazamento do texto sobre a liña base (por debaixo da liña base se a " "elevación é negativa)" -#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 +#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "Riscado" -#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 +#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "Indica se se risca o texto" -#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 +#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 msgid "Underline" msgstr "Subliñado" -#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 +#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "Estilo de subliñado para este texto" -#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 +#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 msgid "Language" msgstr "Idioma" -#: ../gtk/gtkcellrenderertext.c:391 +#: gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " @@ -1536,12 +1523,11 @@ msgstr "" "isto como unha axuda cando está renderizando o texto. Se non comprende este " "parámetro probabelmente non o necesite" -#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 -#: ../gtk/gtkprogressbar.c:206 +#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "Elidir (...)" -#: ../gtk/gtkcellrenderertext.c:412 +#: gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" @@ -1549,20 +1535,20 @@ msgstr "" "O lugar preferido para elidir a cadea, se o renderizador da cela non ten " "espazo suficiente para mostrar a cadea completa" -#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 -#: ../gtk/gtklabel.c:519 +#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 +#: gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "Largura en caracteres" -#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 +#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "A largura desexada da etiqueta, en caracteres" -#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 +#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "Modo de axuste" -#: ../gtk/gtkcellrenderertext.c:451 +#: gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" @@ -1570,450 +1556,444 @@ msgstr "" "Como romper a cadea en liñas múltiples, se o renderizador da cela non ten " "suficiente espazo para mostrar a cadea completa" -#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 +#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "Largura de axuste" -#: ../gtk/gtkcellrenderertext.c:471 +#: gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "A largura á que o texto se axustará" -#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 +#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "Aliñamento" -#: ../gtk/gtkcellrenderertext.c:492 +#: gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "Como aliñar as liñas" -#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 -#: ../gtk/gtktexttag.c:564 +#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 msgid "Background set" msgstr "Definición do fondo" -#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 -#: ../gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "Indica se esta marca afecta á cor de fondo" -#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 +#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "Definición do primeiro plano" -#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "Indica se esta marca afecta á cor de primeiro plano" -#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 +#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 msgid "Editability set" msgstr "Definición da editabilidade" -#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 +#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "Indica se esta marca afecta á editabilidade do texto" -#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 +#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 msgid "Font family set" msgstr "Definición da familia do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 +#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "Indica se esta marca afecta á familia do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 +#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 msgid "Font style set" msgstr "Definición do estilo do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "Indica se esta marca afecta ao estilo do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 +#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "Definición da variante do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 +#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "Indica se esta marca afecta á variante do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 +#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "Definición do grosor do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "Indica se esta marca afecta ao grosor do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 +#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "Definición da expansión do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 +#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "Indica se esta marca afecta á expansión do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 +#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 msgid "Font size set" msgstr "Definición do tamaño do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 +#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "Indica se esta marca afecta ao tamaño do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 +#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "Definición da escala do tipo de letra" -#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 +#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "Indica se esta etiqueta escala o tamaño do tipo de letra por un factor" -#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 +#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 msgid "Rise set" msgstr "Definición da elevación" -#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 +#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "Indica se esta marca afecta á elevación" -#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 +#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "Definición do riscado" -#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 +#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "Indica se esta marca afecta ao riscado" -#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 +#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 msgid "Underline set" msgstr "Definición do subliñado" -#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 +#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "Indica se esta marca afecta ao subliñado" -#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 +#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 msgid "Language set" msgstr "Definición do idioma" -#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 +#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "Indica se esta marca afecta ao idioma en que se renderiza o texto" -#: ../gtk/gtkcellrenderertext.c:558 +#: gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "Definición da elisión" -#: ../gtk/gtkcellrenderertext.c:559 +#: gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "Indica se esta marca afecta ao modo elidido" -#: ../gtk/gtkcellrenderertext.c:562 +#: gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "Definición de aliñamento" -#: ../gtk/gtkcellrenderertext.c:563 +#: gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "Indica se esta marca afecta ao modo de aliñamento" -#: ../gtk/gtkcellrenderertoggle.c:126 +#: gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "Estado alternábel" -#: ../gtk/gtkcellrenderertoggle.c:127 +#: gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "O estado alternábel do botón" -#: ../gtk/gtkcellrenderertoggle.c:134 +#: gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "Estado inconsistente" -#: ../gtk/gtkcellrenderertoggle.c:135 +#: gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "O estado inconsistente do botón" -#: ../gtk/gtkcellrenderertoggle.c:142 +#: gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "Activábel" -#: ../gtk/gtkcellrenderertoggle.c:143 +#: gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "O botón de estado pódese activar" -#: ../gtk/gtkcellrenderertoggle.c:150 +#: gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "Estado de opción" -#: ../gtk/gtkcellrenderertoggle.c:151 +#: gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "Debuxar o botón de estado como un botón de opción" -#: ../gtk/gtkcellrenderertoggle.c:158 +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "Tamaño do indicador" -#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 -#: ../gtk/gtkcheckmenuitem.c:122 +#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 +#: gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "Tamaño do indicador de opción ou de verificación" -#: ../gtk/gtkcellview.c:182 +#: gtk/gtkcellview.c:182 msgid "CellView model" msgstr "Modelo CellView" -#: ../gtk/gtkcellview.c:183 +#: gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "O modelo para a visualización de cela" -#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 -#: ../gtk/gtkoptionmenu.c:168 +#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "Tamaño do indicador" -#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 -#: ../gtk/gtkoptionmenu.c:174 +#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "Espazamento do indicador" -#: ../gtk/gtkcheckbutton.c:78 +#: gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "Espazamento ao redor do indicador de opción ou de verificación" -#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 -#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 -#: ../gtk/gtktoggletoolbutton.c:114 +#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 +#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "Activo" -#: ../gtk/gtkcheckmenuitem.c:99 +#: gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "Indica se o elemento de menú está seleccionado" -#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 +#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "Inconsistente" -#: ../gtk/gtkcheckmenuitem.c:107 +#: gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "Indica se se debe mostrar un estado \"inconsistente\"" -#: ../gtk/gtkcheckmenuitem.c:114 +#: gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "Debuxar como un elemento do menú de opción" -#: ../gtk/gtkcheckmenuitem.c:115 +#: gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "" "Indica se a aparencia do elemento de menú é como un elemento do menú de " "opción" -#: ../gtk/gtkcolorbutton.c:171 +#: gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "Usar alfa" -#: ../gtk/gtkcolorbutton.c:172 +#: gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "Indica se debe darse ou non un valor alfa á cor" -#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 -#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 -#: ../gtk/gtktreeviewcolumn.c:264 +#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 +#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "Título" -#: ../gtk/gtkcolorbutton.c:187 +#: gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "O título do diálogo de selección da cor" -#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 +#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "Cor actual" -#: ../gtk/gtkcolorbutton.c:202 +#: gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "A cor seleccionada" -#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 +#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "Alfa actual" -#: ../gtk/gtkcolorbutton.c:217 +#: gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "" "O valor de opacidade actual (0 é completamente transparente; 65535 é " "completamente opaco)" -#: ../gtk/gtkcolorsel.c:279 +#: gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "Ten un control de opacidade" -#: ../gtk/gtkcolorsel.c:280 +#: gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "Indica se o selector de cor pode permitir seleccionar a opacidade" -#: ../gtk/gtkcolorsel.c:286 +#: gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "Ten unha paleta" -#: ../gtk/gtkcolorsel.c:287 +#: gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "Indica se se pode usar unha paleta" -#: ../gtk/gtkcolorsel.c:294 +#: gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "A cor actual" -#: ../gtk/gtkcolorsel.c:301 +#: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "" "O valor de opacidade actual (0 é completamente transparente, 65535 é " "completamente opaco)" -#: ../gtk/gtkcolorsel.c:315 +#: gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "Paleta personalizada" -#: ../gtk/gtkcolorsel.c:316 +#: gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "A paleta que se usará no selector de cores" -#: ../gtk/gtkcolorseldialog.c:102 +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "Selección de cor" -#: ../gtk/gtkcolorseldialog.c:103 +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "A selección de cor incorporada no diálogo." -#: ../gtk/gtkcolorseldialog.c:109 +#: gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "Botón Aceptar" -#: ../gtk/gtkcolorseldialog.c:110 +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "O botón Aceptar do diálogo." -#: ../gtk/gtkcolorseldialog.c:116 +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "Botón Cancelar" -#: ../gtk/gtkcolorseldialog.c:117 +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "O botón Cancelar do diálogo." -#: ../gtk/gtkcolorseldialog.c:123 +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "Botón Axuda" -#: ../gtk/gtkcolorseldialog.c:124 +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "O botón Axuda do diálogo." -#: ../gtk/gtkcombo.c:145 +#: gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "Activar as teclas de frecha" -#: ../gtk/gtkcombo.c:146 +#: gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "" "Indica se as teclas de frecha permiten moverse a través da lista de elementos" -#: ../gtk/gtkcombo.c:152 +#: gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "Activar sempre as frechas" -#: ../gtk/gtkcombo.c:153 +#: gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "Propiedade obsoleta; ignorada" -#: ../gtk/gtkcombo.c:159 +#: gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "Diferenciar maiúsculas de minúsculas" -#: ../gtk/gtkcombo.c:160 +#: gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "" "Indica se a lista de elementos coincidentes diferencia maiúsculas de " "minúsculas" -#: ../gtk/gtkcombo.c:167 +#: gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "Permitir baleiro" -#: ../gtk/gtkcombo.c:168 +#: gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "Indica se se pode introducir neste campo un valor baleiro" -#: ../gtk/gtkcombo.c:175 +#: gtk/gtkcombo.c:175 msgid "Value in list" msgstr "Valor da lista" -#: ../gtk/gtkcombo.c:176 +#: gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "Indica se os valores introducidos deben estar xa presentes na lista" -#: ../gtk/gtkcombobox.c:661 +#: gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "Modelo de caixa de combinación" -#: ../gtk/gtkcombobox.c:662 +#: gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "O modelo para a caixa de combinación" -#: ../gtk/gtkcombobox.c:679 +#: gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "Largura de axuste para distribuír os elementos nunha grade" -#: ../gtk/gtkcombobox.c:701 +#: gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "Columna de expansión da fila" -#: ../gtk/gtkcombobox.c:702 +#: gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "Columna TreeModel que contén os valores de expansión da fila" -#: ../gtk/gtkcombobox.c:723 +#: gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "Columna de expansión da columna" -#: ../gtk/gtkcombobox.c:724 +#: gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "Columna TreeModel que contén os valores de expansión da columna" -#: ../gtk/gtkcombobox.c:745 +#: gtk/gtkcombobox.c:745 msgid "Active item" msgstr "Elemento activo" -#: ../gtk/gtkcombobox.c:746 +#: gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "O elemento que está activo actualmente" -#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 +#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "Engadir tiradores aos menús" -#: ../gtk/gtkcombobox.c:766 +#: gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "" "Indica se os menús despregábeis deben ter un elemento de menú desprazábel" -#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 +#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 msgid "Has Frame" msgstr "Ten marco" -#: ../gtk/gtkcombobox.c:782 +#: gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "Indica se a caixa de combinación debuxa un marco ao redor do fillo" -#: ../gtk/gtkcombobox.c:790 +#: gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "Indica se a caixa de combinación captura o foco cando se preme co rato" -#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 +#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "Título do tirador" -#: ../gtk/gtkcombobox.c:806 +#: gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" @@ -2021,188 +2001,188 @@ msgstr "" "Un título que o xestor de xanelas pode mostrar cando o menú emerxente se " "separa" -#: ../gtk/gtkcombobox.c:823 +#: gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "Menú emerxente mostrado" -#: ../gtk/gtkcombobox.c:824 +#: gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "Indica se se mostra o despregábel da caixa de combinación" -#: ../gtk/gtkcombobox.c:840 +#: gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "Sensibilidade do botón" -#: ../gtk/gtkcombobox.c:841 +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "Indica se o botón despregábel é sensíbel cando o modelo está baleiro" -#: ../gtk/gtkcombobox.c:848 +#: gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "Móstrase como unha lista" -#: ../gtk/gtkcombobox.c:849 +#: gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "Indica se os despregábeis deben parecerse a listas en vez de a menús" -#: ../gtk/gtkcombobox.c:865 +#: gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "Tamaño da frecha" -#: ../gtk/gtkcombobox.c:866 +#: gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "O tamaño mínimo da frecha no caixa de combinación" -#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 -#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 -#: ../gtk/gtkviewport.c:122 +#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 +#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 +#: gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "Tipo de sombra" -#: ../gtk/gtkcombobox.c:882 +#: gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "A clase de sombra que se debuxa ao redor da caixa de combinación" -#: ../gtk/gtkcontainer.c:238 +#: gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "Modo de redimensionamento" -#: ../gtk/gtkcontainer.c:239 +#: gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "Especifica como se manipulan os eventos de redimensionamento" -#: ../gtk/gtkcontainer.c:246 +#: gtk/gtkcontainer.c:246 msgid "Border width" msgstr "Largura do bordo" -#: ../gtk/gtkcontainer.c:247 +#: gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "A largura do bordo baleiro fóra dos contedores fillos" -#: ../gtk/gtkcontainer.c:255 +#: gtk/gtkcontainer.c:255 msgid "Child" msgstr "Fillo" -#: ../gtk/gtkcontainer.c:256 +#: gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "Pode usarse para engadir un fillo novo ao contedor" -#: ../gtk/gtkcurve.c:124 +#: gtk/gtkcurve.c:124 msgid "Curve type" msgstr "Tipo de curva" -#: ../gtk/gtkcurve.c:125 +#: gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "Se esta curva é lineal, spline interpolada ou de forma libre" -#: ../gtk/gtkcurve.c:132 +#: gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "X mínimo" -#: ../gtk/gtkcurve.c:133 +#: gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "Mínimo valor posíbel para X" -#: ../gtk/gtkcurve.c:141 +#: gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "X máximo" -#: ../gtk/gtkcurve.c:142 +#: gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "Máximo valor posíbel para X" -#: ../gtk/gtkcurve.c:150 +#: gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "Y mínimo" -#: ../gtk/gtkcurve.c:151 +#: gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "Mínimo valor posíbel para Y" -#: ../gtk/gtkcurve.c:159 +#: gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "Y máximo" -#: ../gtk/gtkcurve.c:160 +#: gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Máximo valor posíbel para Y" -#: ../gtk/gtkdialog.c:145 +#: gtk/gtkdialog.c:145 msgid "Has separator" msgstr "Ten un separador" -#: ../gtk/gtkdialog.c:146 +#: gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "A caixa de diálogo ten unha barra separadora sobre os seus botóns" -#: ../gtk/gtkdialog.c:191 +#: gtk/gtkdialog.c:191 msgid "Content area border" msgstr "Bordo da área de contidos" -#: ../gtk/gtkdialog.c:192 +#: gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "Largura do bordo ao redor da área principal da caixa de diálogo" -#: ../gtk/gtkdialog.c:209 +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "Espazamento da área de contido" -#: ../gtk/gtkdialog.c:210 +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "O espazamento entre os elementos da área de diálogo principal" -#: ../gtk/gtkdialog.c:217 +#: gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "Espazamento dos botóns" -#: ../gtk/gtkdialog.c:218 +#: gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "Espazamento entre os botóns" -#: ../gtk/gtkdialog.c:226 +#: gtk/gtkdialog.c:226 msgid "Action area border" msgstr "Bordo da área de acción" -#: ../gtk/gtkdialog.c:227 +#: gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "" "Largura do bordo ao redor da área do botón na parte inferior da caixa de " "diálogo" -#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 +#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "Posición do cursor" -#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 +#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "A posición actual do cursor de inserción en caracteres" -#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 +#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "Límite da selección" -#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 +#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 msgid "" "The position of the opposite end of the selection from the cursor in chars" msgstr "A posición en caracteres do extremo oposto da selección desde o cursor" -#: ../gtk/gtkentry.c:626 +#: gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "Indica se os contidos da entrada se poden editar" -#: ../gtk/gtkentry.c:633 +#: gtk/gtkentry.c:633 msgid "Maximum length" msgstr "Lonxitude máxima" -#: ../gtk/gtkentry.c:634 +#: gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "Número máximo de caracteres nesta entrada. É cero se non hai un máximo" -#: ../gtk/gtkentry.c:642 +#: gtk/gtkentry.c:642 msgid "Visibility" msgstr "Visibilidade" -#: ../gtk/gtkentry.c:643 +#: gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" @@ -2210,32 +2190,32 @@ msgstr "" "FALSE mostra o \"carácter invisíbel\" en lugar do texto actual (no modo " "contrasinal)" -#: ../gtk/gtkentry.c:651 +#: gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "FALSE elimina o bisel exterior da entrada" -#: ../gtk/gtkentry.c:659 +#: gtk/gtkentry.c:659 msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "" "Bordo entre o texto e o marco. Sobreponse á propiedade de estilo do bordo " "interno" -#: ../gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 msgid "Invisible character" msgstr "Carácter invisíbel" -#: ../gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" "O carácter que usar cando se oculten os contidos da entrada (no \"modo de " "contrasinal\")" -#: ../gtk/gtkentry.c:674 +#: gtk/gtkentry.c:674 msgid "Activates default" msgstr "Activa o predeterminado" -#: ../gtk/gtkentry.c:675 +#: gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" @@ -2243,32 +2223,32 @@ msgstr "" "Indica se se debe activar o widget predeterminado (como o botón " "predeterminado nunha caixa de diálogo) cando se prema a tecla Intro" -#: ../gtk/gtkentry.c:681 +#: gtk/gtkentry.c:681 msgid "Width in chars" msgstr "Largura en caracteres" -#: ../gtk/gtkentry.c:682 +#: gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "Número de caracteres para os que deixar espazo na entrada" -#: ../gtk/gtkentry.c:691 +#: gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "Compensación do desprazamento" -#: ../gtk/gtkentry.c:692 +#: gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "" "Número de píxeles da entrada desprazados fóra da pantalla e cara á esquerda" -#: ../gtk/gtkentry.c:702 +#: gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "Os contidos da entrada" -#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 +#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 msgid "X align" msgstr "Aliñamento X" -#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 +#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -2276,66 +2256,66 @@ msgstr "" "O aliñamento horizontal, desde 0 (esquerda) até 1 (dereita). Ao revés para " "disposicións DAE." -#: ../gtk/gtkentry.c:734 +#: gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "Truncar multiliña" -#: ../gtk/gtkentry.c:735 +#: gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "Indica se se truncan as accións de colar multiliñas nunha liña." -#: ../gtk/gtkentry.c:751 +#: gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "" "Que tipo de sombra debuxar ao redor da entrada cando has-frame está activado" -#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 +#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "Modo de sobrescritura" -#: ../gtk/gtkentry.c:767 +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "Indica se o texto novo sobrescribe o texto existente" -#: ../gtk/gtkentry.c:781 +#: gtk/gtkentry.c:781 msgid "Text length" msgstr "Lonxitude de texto" -#: ../gtk/gtkentry.c:782 +#: gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "A lonxitude do texto que está actualmente na entrada" -#: ../gtk/gtkentry.c:797 +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "Carácter invisíbel definido" -#: ../gtk/gtkentry.c:798 +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "Indica se o carácter invisíbel foi definido" -#: ../gtk/gtkentry.c:816 +#: gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "Aviso de Bloq Maiús" -#: ../gtk/gtkentry.c:817 +#: gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "" "Indica se as entradas de contrasinal mostrarán un aviso cando Bloq Maiús " "estea activado" -#: ../gtk/gtkentry.c:831 +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "Fracción de progreso" -#: ../gtk/gtkentry.c:832 +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "A fracción actual da tarefa que está terminada" -#: ../gtk/gtkentry.c:849 +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "Paso de pulso de progreso" -#: ../gtk/gtkentry.c:850 +#: gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" @@ -2343,270 +2323,270 @@ msgstr "" "A fracción total da largura da entrada para mover o bloque de rebote de " "progreso para cada chamada a gtk_entry_progress_pulse()" -#: ../gtk/gtkentry.c:866 +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "Pixbuf primario" -#: ../gtk/gtkentry.c:867 +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "O pixbuf primario para a entrada" -#: ../gtk/gtkentry.c:881 +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "Pixbuf secundario" -#: ../gtk/gtkentry.c:882 +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "O pixbuf secundario para a entrada" -#: ../gtk/gtkentry.c:896 +#: gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "ID de inventario primario" -#: ../gtk/gtkentry.c:897 +#: gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "O ID de inventario para a icona primaria" -#: ../gtk/gtkentry.c:911 +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "ID de inventario secundario" -#: ../gtk/gtkentry.c:912 +#: gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "O ID de inventario para a icona secundaria" -#: ../gtk/gtkentry.c:926 +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "Nome de icona primaria" -#: ../gtk/gtkentry.c:927 +#: gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "O nome de icona para a icona primaria" -#: ../gtk/gtkentry.c:941 +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "Nome de icona secundaria" -#: ../gtk/gtkentry.c:942 +#: gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "O nome de icona para a icona secundaria" -#: ../gtk/gtkentry.c:956 +#: gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "GIcon primaria" -#: ../gtk/gtkentry.c:957 +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "O nome para a GIcon primaria" -#: ../gtk/gtkentry.c:971 +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "GIcon secundaria" -#: ../gtk/gtkentry.c:972 +#: gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "O nome para a GIcon secundaria" -#: ../gtk/gtkentry.c:986 +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "Tipo de almacenamento primario" -#: ../gtk/gtkentry.c:987 +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "A representación usada para a icona primaria" -#: ../gtk/gtkentry.c:1002 +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "Tipo de almacenamento secundario" -#: ../gtk/gtkentry.c:1003 +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "A representación usada para a icona secundaria" -#: ../gtk/gtkentry.c:1024 +#: gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "Icona primaria activábel" -#: ../gtk/gtkentry.c:1025 +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "Indica se a icona primaria é activábel" -#: ../gtk/gtkentry.c:1045 +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "Icona secundaria activábel" -#: ../gtk/gtkentry.c:1046 +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "Indica se a icona secundaria é activábel" -#: ../gtk/gtkentry.c:1068 +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "Sensibilidade da icona primaria" -#: ../gtk/gtkentry.c:1069 +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "Indica se a icona primaria é sensíbel" -#: ../gtk/gtkentry.c:1090 +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "Sensibilidade da icona secundaria" -#: ../gtk/gtkentry.c:1091 +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "Indica se a icona secundaria é sensíbel" -#: ../gtk/gtkentry.c:1107 +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "Texto da indicación da icona primaria" -#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "O contido da indicación da icona primaria" -#: ../gtk/gtkentry.c:1124 +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "Texto da indicación da icona secundaria" -#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "O contido da indicación da icona secundaria" -#: ../gtk/gtkentry.c:1143 +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "Marcación da indicación da icona primaria" -#: ../gtk/gtkentry.c:1162 +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "Marcación da indicación da icona secundaria" -#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "Módulo MI" -#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "O módulo de MI que se debería usar" -#: ../gtk/gtkentry.c:1197 +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "Iluminación previa da icona" -#: ../gtk/gtkentry.c:1198 +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "" "Indica se as iconas activábeis se deberían iluminar previamente ao pasar o " "rato por encima" -#: ../gtk/gtkentry.c:1211 +#: gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "Bordo do progreso" -#: ../gtk/gtkentry.c:1212 +#: gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "O bordo ao redor da barra de progreso" -#: ../gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "Bordo entre o texto e o marco." -#: ../gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "Suxestión de estado" -#: ../gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "" "Indica se se pasa unha propiedade de estado cando se debuxe a sombra ou o " "fondo" -#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "Seleccionar ao enfocar" -#: ../gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "" "Indica se se deben seleccionar os contidos dunha entrada cando está enfocada" -#: ../gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "Tempo de espera para a suxestión de contrasinal" -#: ../gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "" "Durante canto tempo hai que mostrar o último carácter introducido nas " "entradas ocultas" -#: ../gtk/gtkentrycompletion.c:279 +#: gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "Modelo de completado" -#: ../gtk/gtkentrycompletion.c:280 +#: gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "O modelo para encontrar coincidencias" -#: ../gtk/gtkentrycompletion.c:286 +#: gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "Lonxitude mínima da chave" -#: ../gtk/gtkentrycompletion.c:287 +#: gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "Lonxitude mínima da chave de busca para encontrar coincidencias" -#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 +#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 msgid "Text column" msgstr "Columna de texto" -#: ../gtk/gtkentrycompletion.c:304 +#: gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "Unha columna do modelo que contén as cadeas." -#: ../gtk/gtkentrycompletion.c:323 +#: gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "Completado en liña" -#: ../gtk/gtkentrycompletion.c:324 +#: gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "Indica se o prefixo común se debe inserir automaticamente" -#: ../gtk/gtkentrycompletion.c:338 +#: gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "Emerxer os completados" -#: ../gtk/gtkentrycompletion.c:339 +#: gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "Indica se os completados se deben mostrar nunha xanela emerxente" -#: ../gtk/gtkentrycompletion.c:354 +#: gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "O emerxente define a largura" -#: ../gtk/gtkentrycompletion.c:355 +#: gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "Se é TRUE, a xanela emerxente terá o mesmo tamaño que a entrada" -#: ../gtk/gtkentrycompletion.c:373 +#: gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "Emerxente para coincidencia única" -#: ../gtk/gtkentrycompletion.c:374 +#: gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "Se é TRUE, a xanela emerxente aparecerá para unha coincidencia única." -#: ../gtk/gtkentrycompletion.c:388 +#: gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "Selección en liña" -#: ../gtk/gtkentrycompletion.c:389 +#: gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "A súa descrición aquí" -#: ../gtk/gtkeventbox.c:91 +#: gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "Xanela visíbel" -#: ../gtk/gtkeventbox.c:92 +#: gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." @@ -2614,11 +2594,11 @@ msgstr "" "Indica se a caixa de eventos é visíbel, ao contrario da invisíbel; só se usa " "para capturar eventos." -#: ../gtk/gtkeventbox.c:98 +#: gtk/gtkeventbox.c:98 msgid "Above child" msgstr "Encima do fillo" -#: ../gtk/gtkeventbox.c:99 +#: gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." @@ -2626,142 +2606,141 @@ msgstr "" "Indica se a xanela captadora de eventos da caixa de eventos está por encima " "da xanela do widget fillo ao contrario de por debaixo dela." -#: ../gtk/gtkexpander.c:187 +#: gtk/gtkexpander.c:187 msgid "Expanded" msgstr "Expandido" -#: ../gtk/gtkexpander.c:188 +#: gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "Indica se o expansor foi aberto para deixar ver o widget fillo" -#: ../gtk/gtkexpander.c:196 +#: gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "Texto da etiqueta do expansor" -#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 +#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 msgid "Use markup" msgstr "Usar a marcación" -#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 +#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "O texto da etiqueta inclúe marcación XML. Vexa pango_parse_markup()" -#: ../gtk/gtkexpander.c:220 +#: gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "Espazo para pór entre a etiqueta e o fillo" -#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 +#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "Widget etiqueta" -#: ../gtk/gtkexpander.c:230 +#: gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "Un widget para mostrar en lugar da etiqueta habitual do expansor" -#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 +#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "Tamaño do expansor" -#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 +#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "Tamaño da frecha do expansor" -#: ../gtk/gtkexpander.c:246 +#: gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "Espazamento ao redor da frecha do expansor" -#: ../gtk/gtkfilechooser.c:194 +#: gtk/gtkfilechooser.c:194 msgid "Action" msgstr "Acción" -#: ../gtk/gtkfilechooser.c:195 +#: gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "O tipo de operación que o selector de ficheiro está realizando" -#: ../gtk/gtkfilechooser.c:201 +#: gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "Backend do sistema de ficheiros" -#: ../gtk/gtkfilechooser.c:202 +#: gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "Nome do backend do sistema de ficheiros para usar" -#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 +#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "Filtro" -#: ../gtk/gtkfilechooser.c:208 +#: gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "O filtro actual para seleccionar que ficheiros se mostran" -#: ../gtk/gtkfilechooser.c:213 +#: gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "Só local" -#: ../gtk/gtkfilechooser.c:214 +#: gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "" "Indica se os ficheiros seleccionados deben limitarse a URL tipo 'file:' " "locais" -#: ../gtk/gtkfilechooser.c:219 +#: gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "Widget de previsualización" -#: ../gtk/gtkfilechooser.c:220 +#: gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "Widget de aplicación fornecido para previsualizacións personalizadas." -#: ../gtk/gtkfilechooser.c:225 +#: gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "Widget de previsualización activo" -#: ../gtk/gtkfilechooser.c:226 +#: gtk/gtkfilechooser.c:226 msgid "" "Whether the application supplied widget for custom previews should be shown." msgstr "" "Indica se se debería mostrar o widget fornecido pola aplicación para " "previsualizacións personalizadas." -#: ../gtk/gtkfilechooser.c:231 +#: gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "Usar a etiqueta de previsualización" -#: ../gtk/gtkfilechooser.c:232 +#: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "" "Indica se se debe mostrar unha etiqueta co nome do ficheiro previsualizado." -#: ../gtk/gtkfilechooser.c:237 +#: gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "Widget adicional" -#: ../gtk/gtkfilechooser.c:238 +#: gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "Widget de aplicación fornecido para opcións adicionais." -#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 -#: ../gtk/gtkrecentchooser.c:203 +#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "Selección múltiple" -#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 +#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "Indica se se permite seleccionar múltiples ficheiros" -#: ../gtk/gtkfilechooser.c:250 +#: gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "Mostrar os ocultos" -#: ../gtk/gtkfilechooser.c:251 +#: gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "Indica se os ficheiros e cartafoles ocultos se deben mostrar" -#: ../gtk/gtkfilechooser.c:266 +#: gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "Confirmar sobrescritura" -#: ../gtk/gtkfilechooser.c:267 +#: gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." @@ -2769,174 +2748,174 @@ msgstr "" "Indica se un selector de ficheiros en modo de gardado presentará un diálogo " "de confirmación de sobrescritura se é necesario." -#: ../gtk/gtkfilechooserbutton.c:376 +#: gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "Diálogo" -#: ../gtk/gtkfilechooserbutton.c:377 +#: gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "O diálogo do selector de ficheiros para usar." -#: ../gtk/gtkfilechooserbutton.c:408 +#: gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "O título do diálogo de selección de ficheiros." -#: ../gtk/gtkfilechooserbutton.c:422 +#: gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "A largura desexada do widget de botón, en caracteres." -#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 -#: ../gtk/gtkstatusicon.c:218 +#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 +#: gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "Nome do ficheiro" -#: ../gtk/gtkfilesel.c:527 +#: gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "O nome do ficheiro actualmente seleccionado" -#: ../gtk/gtkfilesel.c:533 +#: gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "Mostrar operacións de ficheiro" -#: ../gtk/gtkfilesel.c:534 +#: gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "" "Indica se se deben mostrar os botóns de creación ou manipulación de ficheiros" -#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 +#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 msgid "X position" msgstr "Posición X" -#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 +#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "Posición X do widget fillo" -#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 +#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 msgid "Y position" msgstr "Posición Y" -#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 +#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "Posición Y do widget fillo" -#: ../gtk/gtkfontbutton.c:143 +#: gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "O título do diálogo de selección do tipo de letra" -#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 +#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 msgid "Font name" msgstr "Nome do tipo de letra" -#: ../gtk/gtkfontbutton.c:159 +#: gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "O nome do tipo de letra seleccionado" -#: ../gtk/gtkfontbutton.c:160 +#: gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:175 +#: gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "Usar o tipo de letra na etiqueta" -#: ../gtk/gtkfontbutton.c:176 +#: gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "Indica se a etiqueta se debuxa co tipo de letra seleccionado" -#: ../gtk/gtkfontbutton.c:191 +#: gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "Usar o tamaño na etiqueta" -#: ../gtk/gtkfontbutton.c:192 +#: gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "Indica se a etiqueta se debuxa co tamaño de tipo de letra seleccionado" -#: ../gtk/gtkfontbutton.c:208 +#: gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "Mostrar o estilo" -#: ../gtk/gtkfontbutton.c:209 +#: gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "Indica se o estilo de tipo de letra seleccionado se mostra na etiqueta" -#: ../gtk/gtkfontbutton.c:224 +#: gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "Mostrar o tamaño" -#: ../gtk/gtkfontbutton.c:225 +#: gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "Indica se o tamaño de tipo de letra seleccionado se mostra na etiqueta" -#: ../gtk/gtkfontsel.c:197 +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "A cadea que representa este tipo de letra" -#: ../gtk/gtkfontsel.c:204 +#: gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "O GdkFont que está actualmente seleccionado" -#: ../gtk/gtkfontsel.c:210 +#: gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "Previsualizar o texto" -#: ../gtk/gtkfontsel.c:211 +#: gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "" "O texto que mostrar como exemplo para indicar o tipo de letra seleccionado" -#: ../gtk/gtkframe.c:106 +#: gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "Texto da etiqueta do marco" -#: ../gtk/gtkframe.c:113 +#: gtk/gtkframe.c:113 msgid "Label xalign" msgstr "Aliñamento x da etiqueta" -#: ../gtk/gtkframe.c:114 +#: gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "O aliñamento horizontal da etiqueta" -#: ../gtk/gtkframe.c:122 +#: gtk/gtkframe.c:122 msgid "Label yalign" msgstr "Aliñamento y da etiqueta" -#: ../gtk/gtkframe.c:123 +#: gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "O aliñamento vertical da etiqueta" -#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 +#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "Propiedade obsoleta; use shadow_type no seu lugar" -#: ../gtk/gtkframe.c:138 +#: gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "Sombra do marco" -#: ../gtk/gtkframe.c:139 +#: gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "Aparencia do bordo do marco" -#: ../gtk/gtkframe.c:148 +#: gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "Un widget para mostrar en lugar da etiqueta de marco habitual" -#: ../gtk/gtkhandlebox.c:175 +#: gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "Aparencia da sombra que rodea o contedor" -#: ../gtk/gtkhandlebox.c:183 +#: gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "Posición do manipulador" -#: ../gtk/gtkhandlebox.c:184 +#: gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "Posición do manipulador en relación ao widget fillo" -#: ../gtk/gtkhandlebox.c:192 +#: gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "Axustar ao bordo" -#: ../gtk/gtkhandlebox.c:193 +#: gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" @@ -2944,11 +2923,11 @@ msgstr "" "Lado da caixa manipuladora que está aliñado co punto de ancoraxe, para " "ancorar a caixa manipuladora" -#: ../gtk/gtkhandlebox.c:201 +#: gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "Definición do axuste de bordo" -#: ../gtk/gtkhandlebox.c:202 +#: gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" @@ -2956,11 +2935,11 @@ msgstr "" "Indica se se usa o valor da propiedade snap_edge ou un valor derivado de " "handle_position" -#: ../gtk/gtkhandlebox.c:209 +#: gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "Fillo separado" -#: ../gtk/gtkhandlebox.c:210 +#: gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." @@ -2968,261 +2947,260 @@ msgstr "" "Un valor booleano que indica se a caixa de manipulación do fillo está " "separada ou anexada." -#: ../gtk/gtkiconview.c:548 +#: gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "Modo de selección" -#: ../gtk/gtkiconview.c:549 +#: gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "O modo de selección" -#: ../gtk/gtkiconview.c:567 +#: gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "Columna de pixbuf" -#: ../gtk/gtkiconview.c:568 +#: gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "Columna modelo usada para recuperar o pixbuf da icona" -#: ../gtk/gtkiconview.c:586 +#: gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "Columna modelo usada para recuperar o texto" -#: ../gtk/gtkiconview.c:605 +#: gtk/gtkiconview.c:605 msgid "Markup column" msgstr "Columna de marcación" -#: ../gtk/gtkiconview.c:606 +#: gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "" "Columna modelo usada para recuperar o texto se se emprega a marcación Pango" -#: ../gtk/gtkiconview.c:613 +#: gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "Modelo de visualización de icona" -#: ../gtk/gtkiconview.c:614 +#: gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "O modelo para a visualización de icona" -#: ../gtk/gtkiconview.c:630 +#: gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "Número de columnas" -#: ../gtk/gtkiconview.c:631 +#: gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "O número de columnas que se mostran" -#: ../gtk/gtkiconview.c:648 +#: gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "Largura de cada elemento" -#: ../gtk/gtkiconview.c:649 +#: gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "A largura usada para cada elemento" -#: ../gtk/gtkiconview.c:665 +#: gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "Espazo que se introduce entre as celas dun elemento" -#: ../gtk/gtkiconview.c:680 +#: gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "Espazamento de fila" -#: ../gtk/gtkiconview.c:681 +#: gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "Espazo que se introduce entre as filas da grade" -#: ../gtk/gtkiconview.c:696 +#: gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "Espazamento de columna" -#: ../gtk/gtkiconview.c:697 +#: gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "Espazo que se introduce entre as columnas da grade" -#: ../gtk/gtkiconview.c:712 +#: gtk/gtkiconview.c:712 msgid "Margin" msgstr "Marxe" -#: ../gtk/gtkiconview.c:713 +#: gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "Espazo que se insire nos bordos da visualización de icona" -#: ../gtk/gtkiconview.c:730 +#: gtk/gtkiconview.c:730 msgid "" "How the text and icon of each item are positioned relative to each other" msgstr "" "Como se sitúan o texto e a icona de cada elemento en relación un ao outro" -#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 -#: ../gtk/gtktreeviewcolumn.c:307 +#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "Reordenábel" -#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 +#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "A visualización é reordenábel" -#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 +#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "Columna de indicación" -#: ../gtk/gtkiconview.c:755 +#: gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "" "A columna do modelo que contén os textos de indicación para os elementos" -#: ../gtk/gtkiconview.c:766 +#: gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "Cor da caixa de selección" -#: ../gtk/gtkiconview.c:767 +#: gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "Cor da caixa de selección" -#: ../gtk/gtkiconview.c:773 +#: gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "Alfa da caixa de selección" -#: ../gtk/gtkiconview.c:774 +#: gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "Opacidade da caixa de selección" -#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 +#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "Pixbuf" -#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 +#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "Un GdkPixbuf para mostrar" -#: ../gtk/gtkimage.c:139 +#: gtk/gtkimage.c:139 msgid "Pixmap" msgstr "Mapa de píxeles" -#: ../gtk/gtkimage.c:140 +#: gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "Un GdkPixmap para mostrar" -#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 +#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "Imaxe" -#: ../gtk/gtkimage.c:148 +#: gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "Un GdkImage para mostrar" -#: ../gtk/gtkimage.c:155 +#: gtk/gtkimage.c:155 msgid "Mask" msgstr "Máscara" -#: ../gtk/gtkimage.c:156 +#: gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "" "A máscara do mapa de bits que se vai usar con GdkImage ou con GdkPixmap" -#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 +#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "Nome de ficheiro para cargar e mostrar" -#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 +#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "ID de inventario para unha imaxe de inventario para mostrar" -#: ../gtk/gtkimage.c:180 +#: gtk/gtkimage.c:180 msgid "Icon set" msgstr "Definición da icona" -#: ../gtk/gtkimage.c:181 +#: gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "Definición da icona para mostrar" -#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:214 ../gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Tamaño da icona" -#: ../gtk/gtkimage.c:189 +#: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "" "Tamaño simbólico que usar para a icona de inventario, conxunto de iconas ou " "icona con nome" -#: ../gtk/gtkimage.c:205 +#: gtk/gtkimage.c:205 msgid "Pixel size" msgstr "Tamaño do píxel" -#: ../gtk/gtkimage.c:206 +#: gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "Tamaño do píxel que usar para a icona con nome" -#: ../gtk/gtkimage.c:214 +#: gtk/gtkimage.c:214 msgid "Animation" msgstr "Animación" -#: ../gtk/gtkimage.c:215 +#: gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "GdkPixbufAnimation para mostrar" -#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 +#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "Tipo de almacenamento" -#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 +#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "A representación empregada para as informacións de imaxe" -#: ../gtk/gtkimagemenuitem.c:136 +#: gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "Widget fillo que aparecerá ao lado do texto de menú" -#: ../gtk/gtkimagemenuitem.c:151 +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "" "Indica se hai que usar a etiqueta de texto para crear un elemento de menú de " "inventario" -#: ../gtk/gtkimagemenuitem.c:169 +#: gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "Mostrar sempre a imaxe" -#: ../gtk/gtkimagemenuitem.c:170 +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "Indica se hai que mostrar a imaxe sempre" -#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "Grupo de teclas rápidas" -#: ../gtk/gtkimagemenuitem.c:185 +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "O grupo de teclas rápidas para usar nas teclas rápidas de inventario" -#: ../gtk/gtkimagemenuitem.c:190 +#: gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "Mostrar as imaxes de menú" -#: ../gtk/gtkimagemenuitem.c:191 +#: gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "Indica se se deben mostrar ou non as imaxes nos menús" -#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "A pantalla onde se mostrará esta xanela" -#: ../gtk/gtklabel.c:368 +#: gtk/gtklabel.c:368 msgid "The text of the label" msgstr "O texto da etiqueta" -#: ../gtk/gtklabel.c:375 +#: gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "Unha lista de atributos de estilos para aplicar ao texto da etiqueta" -#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 +#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 msgid "Justification" msgstr "Xustificación" -#: ../gtk/gtklabel.c:397 +#: gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " @@ -3232,11 +3210,11 @@ msgstr "" "NON afecta ao aliñamento da etiqueta dentro da súa asignación Ver GtkMisc::" "xalign para iso" -#: ../gtk/gtklabel.c:405 +#: gtk/gtklabel.c:405 msgid "Pattern" msgstr "Patrón" -#: ../gtk/gtklabel.c:406 +#: gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" @@ -3244,47 +3222,47 @@ msgstr "" "Unha cadea con caracteres _ en posicións correspondentes a caracteres no " "texto para subliñar" -#: ../gtk/gtklabel.c:413 +#: gtk/gtklabel.c:413 msgid "Line wrap" msgstr "Axuste de liña" -#: ../gtk/gtklabel.c:414 +#: gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "Se se define, axusta a liña se o texto se volve demasiado largo" -#: ../gtk/gtklabel.c:429 +#: gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "Modo de axuste de liña" -#: ../gtk/gtklabel.c:430 +#: gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "Se se estabelece o axuste, controla como se fai o axuste de liña" -#: ../gtk/gtklabel.c:437 +#: gtk/gtklabel.c:437 msgid "Selectable" msgstr "Seleccionábel" -#: ../gtk/gtklabel.c:438 +#: gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "Indica se o texto da etiqueta pode ser seleccionado co rato" -#: ../gtk/gtklabel.c:444 +#: gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "Tecla mnemónica" -#: ../gtk/gtklabel.c:445 +#: gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "A tecla rápida mnemónica para esta etiqueta" -#: ../gtk/gtklabel.c:453 +#: gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "Widget mnemónico" -#: ../gtk/gtklabel.c:454 +#: gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "O widget que se activará cando se prema a tecla mnemónica da etiqueta" -#: ../gtk/gtklabel.c:500 +#: gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" @@ -3292,103 +3270,103 @@ msgstr "" "O lugar preferido para a elisión da cadea, se a etiqueta non ten suficiente " "espazo para mostrar a cadea completa" -#: ../gtk/gtklabel.c:540 +#: gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "Modo de liña única" -#: ../gtk/gtklabel.c:541 +#: gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "Indica se a etiqueta está no modo de liña única" -#: ../gtk/gtklabel.c:558 +#: gtk/gtklabel.c:558 msgid "Angle" msgstr "Ángulo" -#: ../gtk/gtklabel.c:559 +#: gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "Ángulo sobre o que se rota a etiqueta" -#: ../gtk/gtklabel.c:579 +#: gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "Largura máxima en caracteres" -#: ../gtk/gtklabel.c:580 +#: gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "A largura máxima desexada da etiqueta, en caracteres" -#: ../gtk/gtklabel.c:696 +#: gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "" "Indica se se seleccionan os contidos dunha etiqueta seleccionábel cando está " "enfocada" -#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 +#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "Axuste horizontal" -#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 +#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "O GtkAdjustment para a posición horizontal" -#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 +#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "Axuste vertical" -#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 +#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "O GtkAdjustment para a posición vertical" -#: ../gtk/gtklayout.c:633 +#: gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "A largura da disposición" -#: ../gtk/gtklayout.c:642 +#: gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "A altura da disposición" -#: ../gtk/gtklinkbutton.c:145 +#: gtk/gtklinkbutton.c:145 msgid "URI" msgstr "URI" -#: ../gtk/gtklinkbutton.c:146 +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "O URI vinculado a este botón" -#: ../gtk/gtklinkbutton.c:160 +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "Visitada" -#: ../gtk/gtklinkbutton.c:161 +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "Indica se esta ligazón foi visitada." -#: ../gtk/gtkmenu.c:501 +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "O elemento de menú actualmente seleccionado" -#: ../gtk/gtkmenu.c:516 +#: gtk/gtkmenu.c:516 msgid "The accel group holding accelerators for the menu" msgstr "O grupo de teclas rápidas que contén as teclas rápidas para o menú" -#: ../gtk/gtkmenu.c:530 ../gtk/gtkmenuitem.c:285 +#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285 msgid "Accel Path" msgstr "Camiño de teclas rápidas" -#: ../gtk/gtkmenu.c:531 +#: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "" "Un camiño de teclas rápidas usado para construír adecuadamente os camiños de " "teclas rápidas dos elementos fillo" -#: ../gtk/gtkmenu.c:547 +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "Widget anexado" -#: ../gtk/gtkmenu.c:548 +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "O widget ao que está anexado o menú" -#: ../gtk/gtkmenu.c:556 +#: gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" @@ -3396,43 +3374,43 @@ msgstr "" "Un título que o xestor de xanelas poderá mostrar cando este menú estea " "desprazado" -#: ../gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "Estado de desprazamento" -#: ../gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "Un booleano que indica se o menú está desprazado" -#: ../gtk/gtkmenu.c:585 +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "Monitor" -#: ../gtk/gtkmenu.c:586 +#: gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "O monitor en que emerxerá o menú" -#: ../gtk/gtkmenu.c:592 +#: gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "Recheo vertical" -#: ../gtk/gtkmenu.c:593 +#: gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "O espazo adicional na parte superior e inferior do menú" -#: ../gtk/gtkmenu.c:601 +#: gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "Recheo horizontal" -#: ../gtk/gtkmenu.c:602 +#: gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "O espazo adicional nos bordos dereito e esquerdo do menú" -#: ../gtk/gtkmenu.c:610 +#: gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "Desprazamento vertical" -#: ../gtk/gtkmenu.c:611 +#: gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" @@ -3440,11 +3418,11 @@ msgstr "" "Cando o menú é un submenú, colóqueo verticalmente con este número de píxeles " "de desprazamento" -#: ../gtk/gtkmenu.c:619 +#: gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "Desprazamento horizontal" -#: ../gtk/gtkmenu.c:620 +#: gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" @@ -3452,87 +3430,87 @@ msgstr "" "Cando o menú é un submenú, colóqueo horizontalmente con este número de " "píxeles de desprazamento" -#: ../gtk/gtkmenu.c:628 +#: gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "Frechas duplas" -#: ../gtk/gtkmenu.c:629 +#: gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "Mostrar sempre ambas as frechas ao desprazar." -#: ../gtk/gtkmenu.c:642 +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "Colocación da frecha" -#: ../gtk/gtkmenu.c:643 +#: gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "Indica onde se deberían colocar as frechas de desprazamento" -#: ../gtk/gtkmenu.c:651 +#: gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "Anexar á esquerda" -#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 +#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "A cantidade de columnas para anexar ao lado esquerdo do fillo" -#: ../gtk/gtkmenu.c:659 +#: gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "Anexar á dereita" -#: ../gtk/gtkmenu.c:660 +#: gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "A cantidade de columnas para anexar ao lado dereito do fillo" -#: ../gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "Anexar arriba" -#: ../gtk/gtkmenu.c:668 +#: gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "O número de filas para anexar encima do fillo" -#: ../gtk/gtkmenu.c:675 +#: gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "Anexar abaixo" -#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 +#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "O número de filas para anexar debaixo do fillo" -#: ../gtk/gtkmenu.c:690 +#: gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "" "Unha constante arbitraria para escalar para abaixo o tamaño da frecha de " "desprazamento" -#: ../gtk/gtkmenu.c:777 +#: gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "Pode cambiar as teclas rápidas" -#: ../gtk/gtkmenu.c:778 +#: gtk/gtkmenu.c:778 msgid "" "Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "" "Indica se as teclas rápidas do menú poden ser cambiadas premendo unha tecla " "sobre o elemento de menú" -#: ../gtk/gtkmenu.c:783 +#: gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "Atraso antes de que os submenús aparezan" -#: ../gtk/gtkmenu.c:784 +#: gtk/gtkmenu.c:784 msgid "" "Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" "Tempo mínimo no que o punteiro debe permanecer sobre un elemento de menú " "antes de que o submenú apareza" -#: ../gtk/gtkmenu.c:791 +#: gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "Atraso antes de ocultar un submenú" -#: ../gtk/gtkmenu.c:792 +#: gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" @@ -3540,288 +3518,288 @@ msgstr "" "Tempo antes de ocultar un submenú cando o punteiro se estea a mover cara ao " "submenú" -#: ../gtk/gtkmenubar.c:168 +#: gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "Dirección do empaquetado" -#: ../gtk/gtkmenubar.c:169 +#: gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "A dirección do empaquetado da barra de menú" -#: ../gtk/gtkmenubar.c:185 +#: gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "Dirección do empaquetado fillo" -#: ../gtk/gtkmenubar.c:186 +#: gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "A dirección do empaquetado fillo da barra de menú" -#: ../gtk/gtkmenubar.c:195 +#: gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "Estilo do bisel ao redor da barra de menús" -#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 +#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "Recheo interno" -#: ../gtk/gtkmenubar.c:203 +#: gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "" "Cantidade de espazo do bordo entre a sombra da barra de menús e os elementos " "de menú" -#: ../gtk/gtkmenubar.c:210 +#: gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "Atraso antes de que os menús despregábeis aparezan" -#: ../gtk/gtkmenubar.c:211 +#: gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "Atraso antes de que os submenús dunha barra de menú aparezan" -#: ../gtk/gtkmenuitem.c:252 +#: gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "Xustificado á dereita" -#: ../gtk/gtkmenuitem.c:253 +#: gtk/gtkmenuitem.c:253 msgid "" "Sets whether the menu item appears justified at the right side of a menu bar" msgstr "" "Define se o elemento de menú aparece xustificado ao lado dereito dunha barra " "de menú" -#: ../gtk/gtkmenuitem.c:267 +#: gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "Submenú" -#: ../gtk/gtkmenuitem.c:268 +#: gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" msgstr "O submenú anexado ao elemento do menú, ou NULL se non ten ningún" -#: ../gtk/gtkmenuitem.c:286 +#: gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "Define o camiño de teclas rápidas dun elemento de menú" -#: ../gtk/gtkmenuitem.c:301 +#: gtk/gtkmenuitem.c:301 msgid "The text for the child label" msgstr "O texto da etiqueta filla" -#: ../gtk/gtkmenuitem.c:364 +#: gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "" "A cantidade de espazo usado pola frecha, relativa ao tamaño do tipo de letra " "do elemento de menú" -#: ../gtk/gtkmenuitem.c:377 +#: gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "Largura en caracteres" -#: ../gtk/gtkmenuitem.c:378 +#: gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "A largura mínima desexada do elemento de menú en caracteres" -#: ../gtk/gtkmenushell.c:374 +#: gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "Obtén o foco" -#: ../gtk/gtkmenushell.c:375 +#: gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "Un booleano que determina se o menú captura o foco do teclado" -#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 +#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "Menú" -#: ../gtk/gtkmenutoolbutton.c:246 +#: gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "O menú despregábel" -#: ../gtk/gtkmessagedialog.c:98 +#: gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "Bordo da imaxe ou etiqueta" -#: ../gtk/gtkmessagedialog.c:99 +#: gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "Largura do bordo ao redor da etiqueta e a imaxe no diálogo de mensaxes" -#: ../gtk/gtkmessagedialog.c:114 +#: gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "Usar un separador" -#: ../gtk/gtkmessagedialog.c:115 +#: gtk/gtkmessagedialog.c:115 msgid "" "Whether to put a separator between the message dialog's text and the buttons" msgstr "" "Indica se se pon un separador entre o texto do diálogo de mensaxe e os botóns" -#: ../gtk/gtkmessagedialog.c:128 +#: gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "Tipo de mensaxe" -#: ../gtk/gtkmessagedialog.c:129 +#: gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "O tipo de mensaxe" -#: ../gtk/gtkmessagedialog.c:136 +#: gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "Botóns de mensaxe" -#: ../gtk/gtkmessagedialog.c:137 +#: gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "Os botóns mostrados no diálogo de mensaxe" -#: ../gtk/gtkmessagedialog.c:154 +#: gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "O texto primario do diálogo de mensaxe" -#: ../gtk/gtkmessagedialog.c:169 +#: gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "Usar marcación" -#: ../gtk/gtkmessagedialog.c:170 +#: gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "O texto primario do título inclúe a marcación Pango." -#: ../gtk/gtkmessagedialog.c:184 +#: gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "Texto secundario" -#: ../gtk/gtkmessagedialog.c:185 +#: gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "O texto secundario do diálogo de mensaxe" -#: ../gtk/gtkmessagedialog.c:200 +#: gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "Usar marcación no secundario" -#: ../gtk/gtkmessagedialog.c:201 +#: gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "O texto secundario inclúe a marcación Pango." -#: ../gtk/gtkmessagedialog.c:216 +#: gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "A imaxe" -#: ../gtk/gtkmisc.c:83 +#: gtk/gtkmisc.c:83 msgid "Y align" msgstr "Aliñamento Y" -#: ../gtk/gtkmisc.c:84 +#: gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "O aliñamento vertical, desde 0 (superior) até 1 (inferior)" -#: ../gtk/gtkmisc.c:93 +#: gtk/gtkmisc.c:93 msgid "X pad" msgstr "Recheo X" -#: ../gtk/gtkmisc.c:94 +#: gtk/gtkmisc.c:94 msgid "" "The amount of space to add on the left and right of the widget, in pixels" msgstr "" "A cantidade de espazos, en píxeles, para engadir á esquerda e dereita do " "widget" -#: ../gtk/gtkmisc.c:103 +#: gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Recheo Y" -#: ../gtk/gtkmisc.c:104 +#: gtk/gtkmisc.c:104 msgid "" "The amount of space to add on the top and bottom of the widget, in pixels" msgstr "" "A cantidade de espazos, en píxeles, para engadir na parte superior e " "inferior do widget" -#: ../gtk/gtkmountoperation.c:139 +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "Pai" -#: ../gtk/gtkmountoperation.c:140 +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "A xanela pai" -#: ../gtk/gtkmountoperation.c:147 +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "Estase mostrando" -#: ../gtk/gtkmountoperation.c:148 +#: gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "Se estamos mostrando un diálogo" -#: ../gtk/gtkmountoperation.c:156 +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "A pantalla onde esta xanela se mostrará." -#: ../gtk/gtknotebook.c:577 +#: gtk/gtknotebook.c:577 msgid "Page" msgstr "Páxina" -#: ../gtk/gtknotebook.c:578 +#: gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "O índice da páxina actual" -#: ../gtk/gtknotebook.c:586 +#: gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "Posición do separador" -#: ../gtk/gtknotebook.c:587 +#: gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "Que lado do caderno contén os separadores" -#: ../gtk/gtknotebook.c:594 +#: gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "Bordo de separador" -#: ../gtk/gtknotebook.c:595 +#: gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "Largura do bordo ao redor das etiquetas de separador" -#: ../gtk/gtknotebook.c:603 +#: gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "Bordo horizontal de separador" -#: ../gtk/gtknotebook.c:604 +#: gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "Largura do bordo horizontal das etiquetas de separador" -#: ../gtk/gtknotebook.c:612 +#: gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "Bordo vertical de separador" -#: ../gtk/gtknotebook.c:613 +#: gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "Largura do bordo vertical das etiquetas de separador" -#: ../gtk/gtknotebook.c:621 +#: gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "Mostrar separadores" -#: ../gtk/gtknotebook.c:622 +#: gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "Indica se os separadores deben mostrarse ou non" -#: ../gtk/gtknotebook.c:628 +#: gtk/gtknotebook.c:628 msgid "Show Border" msgstr "Mostrar bordo" -#: ../gtk/gtknotebook.c:629 +#: gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "Indica se o bordo debe mostrarse ou non" -#: ../gtk/gtknotebook.c:635 +#: gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "Desprazábel" -#: ../gtk/gtknotebook.c:636 +#: gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "" "Se é TRUE, engádense frechas de desprazamento se hai demasiados separadores " "para encaixar" -#: ../gtk/gtknotebook.c:642 +#: gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "Activar o menú emerxente" -#: ../gtk/gtknotebook.c:643 +#: gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" @@ -3829,363 +3807,361 @@ msgstr "" "Se é TRUE, premendo o botón dereito do rato no caderno emerxe un menú que " "pode usar para ir a unha páxina" -#: ../gtk/gtknotebook.c:650 +#: gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "Indica se os separadores deben ter tamaños homoxéneos" -#: ../gtk/gtknotebook.c:656 +#: gtk/gtknotebook.c:656 msgid "Group ID" msgstr "ID de grupo" -#: ../gtk/gtknotebook.c:657 +#: gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "ID de grupo para arrastrar e soltar os separadores" -#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 -#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 -#: ../gtk/gtkradiotoolbutton.c:65 +#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 +#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "Grupo" -#: ../gtk/gtknotebook.c:674 +#: gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "Grupo para arrastrar e soltar os separadores" -#: ../gtk/gtknotebook.c:680 +#: gtk/gtknotebook.c:680 msgid "Tab label" msgstr "Etiqueta de separador" -#: ../gtk/gtknotebook.c:681 +#: gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "A cadea mostrada na etiqueta do separador fillo" -#: ../gtk/gtknotebook.c:687 +#: gtk/gtknotebook.c:687 msgid "Menu label" msgstr "Etiqueta de menú" -#: ../gtk/gtknotebook.c:688 +#: gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "A cadea mostrada na entrada de menú filla" -#: ../gtk/gtknotebook.c:701 +#: gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "Expansión do separador" -#: ../gtk/gtknotebook.c:702 +#: gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "Indica se se expanden os separadores fillos ou non" -#: ../gtk/gtknotebook.c:708 +#: gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "Recheo de separador" -#: ../gtk/gtknotebook.c:709 +#: gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "Indica se os separadores fillos deberían encher a área asignada ou non" -#: ../gtk/gtknotebook.c:715 +#: gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "Tipo de empaquetado de separador" -#: ../gtk/gtknotebook.c:722 +#: gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "Separador reordenábel" -#: ../gtk/gtknotebook.c:723 +#: gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "" "Indica se o separador se pode ou non reordenar por unha acción do usuario" -#: ../gtk/gtknotebook.c:729 +#: gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "Separador desprazábel" -#: ../gtk/gtknotebook.c:730 +#: gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "Indica se o separador é desprazábel" -#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 +#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "Paso de retroceso secundario" -#: ../gtk/gtknotebook.c:746 +#: gtk/gtknotebook.c:746 msgid "" "Display a second backward arrow button on the opposite end of the tab area" msgstr "" "Mostra un segundo botón de frecha de retroceso no extremo oposto da área de " "tabulación" -#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 +#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "Paso de avance secundario" -#: ../gtk/gtknotebook.c:762 +#: gtk/gtknotebook.c:762 msgid "" "Display a second forward arrow button on the opposite end of the tab area" msgstr "" "Mostra un segundo botón de frecha de avance no extremo oposto da área de " "tabulación" -#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 +#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "Paso de retroceso" -#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 +#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "Mostrar o botón estándar de frecha de retroceso" -#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 +#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "Paso de avance" -#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 +#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "Mostrar o botón estándar de frecha de avance" -#: ../gtk/gtknotebook.c:806 +#: gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "Superposición de separador" -#: ../gtk/gtknotebook.c:807 +#: gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "Tamaño da área de superposición do separador" -#: ../gtk/gtknotebook.c:822 +#: gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "Curvatura do separador" -#: ../gtk/gtknotebook.c:823 +#: gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "Tamaño da curvatura do separador" -#: ../gtk/gtknotebook.c:839 +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "Espazamento de frechas" -#: ../gtk/gtknotebook.c:840 +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "Espazamento das frechas de desprazamento" -#: ../gtk/gtkobject.c:370 +#: gtk/gtkobject.c:370 msgid "User Data" msgstr "Información de usuario" -#: ../gtk/gtkobject.c:371 +#: gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "Punteiro de información de usuario anónimo" -#: ../gtk/gtkoptionmenu.c:162 +#: gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "O menú de opcións" -#: ../gtk/gtkoptionmenu.c:169 +#: gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "Tamaño do indicador despregábel" -#: ../gtk/gtkoptionmenu.c:175 +#: gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "Espazamento ao redor do indicador" -#: ../gtk/gtkorientable.c:75 +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "A orientación do orientábel" -#: ../gtk/gtkpaned.c:242 +#: gtk/gtkpaned.c:242 msgid "" "Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "" "Posición do separador de sección en píxeles (0 significa todo o traxecto " "cara á esquerda ou arriba)" -#: ../gtk/gtkpaned.c:251 +#: gtk/gtkpaned.c:251 msgid "Position Set" msgstr "Definición de posición" -#: ../gtk/gtkpaned.c:252 +#: gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "É TRUE se a propiedade de posición debe ser usada" -#: ../gtk/gtkpaned.c:258 +#: gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "Tamaño do manipulador" -#: ../gtk/gtkpaned.c:259 +#: gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "Largura do manipulador" -#: ../gtk/gtkpaned.c:275 +#: gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "Posición mínima" -#: ../gtk/gtkpaned.c:276 +#: gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "O valor máis pequeno posíbel para a propiedade \"posición\"" -#: ../gtk/gtkpaned.c:293 +#: gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "Posición máxima" -#: ../gtk/gtkpaned.c:294 +#: gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "O valor máis grande posíbel para a propiedade \"posición\"" -#: ../gtk/gtkpaned.c:311 +#: gtk/gtkpaned.c:311 msgid "Resize" msgstr "Redimensionar" -#: ../gtk/gtkpaned.c:312 +#: gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "Se é TRUE, o fillo expándese e redúcese xunto coa sección do widget" -#: ../gtk/gtkpaned.c:327 +#: gtk/gtkpaned.c:327 msgid "Shrink" msgstr "Reducir" -#: ../gtk/gtkpaned.c:328 +#: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "Se é TRUE, o fillo pode facerse máis pequeno que a súa solicitude" -#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "Incorporado" -#: ../gtk/gtkplug.c:151 +#: gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "Indica se o conectador está incorporado" -#: ../gtk/gtkplug.c:165 +#: gtk/gtkplug.c:165 msgid "Socket Window" msgstr "Xanela de conectador" -#: ../gtk/gtkplug.c:166 +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "A xanela do conectador en que o obxecto \"plug\" está incorporado" -#: ../gtk/gtkpreview.c:102 +#: gtk/gtkpreview.c:102 msgid "" "Whether the preview widget should take up the entire space it is allocated" msgstr "" "Indica se o widget de previsualización debe tomar o espazo enteiro onde está " "asignado" -#: ../gtk/gtkprinter.c:124 +#: gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "Nome da impresora" -#: ../gtk/gtkprinter.c:130 +#: gtk/gtkprinter.c:130 msgid "Backend" msgstr "Backend" -#: ../gtk/gtkprinter.c:131 +#: gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "Backend para a impresora" -#: ../gtk/gtkprinter.c:137 +#: gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "É virtual" -#: ../gtk/gtkprinter.c:138 +#: gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "É FALSE se isto representa unha impresora real de hardware" -#: ../gtk/gtkprinter.c:144 +#: gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "Acepta PDF" -#: ../gtk/gtkprinter.c:145 +#: gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "É TRUE se esta impresora pode aceptar PDF" -#: ../gtk/gtkprinter.c:151 +#: gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "Acepta PostScript" -#: ../gtk/gtkprinter.c:152 +#: gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "É TRUE se esta impresora acepta PostScript" -#: ../gtk/gtkprinter.c:158 +#: gtk/gtkprinter.c:158 msgid "State Message" msgstr "Mensaxe de estado" -#: ../gtk/gtkprinter.c:159 +#: gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "Unha cadea que mostra o estado actual da impresora" -#: ../gtk/gtkprinter.c:165 +#: gtk/gtkprinter.c:165 msgid "Location" msgstr "Localización" -#: ../gtk/gtkprinter.c:166 +#: gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "A localización da impresora" -#: ../gtk/gtkprinter.c:173 +#: gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "O nome da icona que usar para a impresora" -#: ../gtk/gtkprinter.c:179 +#: gtk/gtkprinter.c:179 msgid "Job Count" msgstr "Conta de traballos" -#: ../gtk/gtkprinter.c:180 +#: gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "O número de traballos postos na fila de impresión" -#: ../gtk/gtkprinter.c:198 +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "Impresora detida" -#: ../gtk/gtkprinter.c:199 +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "É TRUE se a impresora está detida" -#: ../gtk/gtkprinter.c:212 +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "Acepta traballos" -#: ../gtk/gtkprinter.c:213 +#: gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "É TRUE se esta impresora acepta traballos novos" -#: ../gtk/gtkprinteroptionwidget.c:123 +#: gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "Opción de orixe" -#: ../gtk/gtkprinteroptionwidget.c:124 +#: gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "A PrinterOption que serve de apoio para este widget" -#: ../gtk/gtkprintjob.c:117 +#: gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "Título do traballo de impresión" -#: ../gtk/gtkprintjob.c:125 +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "Impresora" -#: ../gtk/gtkprintjob.c:126 +#: gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "Impresora na que imprimir o traballo" -#: ../gtk/gtkprintjob.c:134 +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "Configuracións" -#: ../gtk/gtkprintjob.c:135 +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "Configuracións da impresora" -#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 -#: ../gtk/gtkprintunixdialog.c:258 +#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "Configuración da páxina" -#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "Seguimento do estado de impresión" -#: ../gtk/gtkprintjob.c:153 +#: gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." @@ -4194,51 +4170,51 @@ msgstr "" "estado despois de que os datos de impresión sexan enviados á impresora ou ao " "servidor de impresoras." -#: ../gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "Configuración de páxina predeterminada" -#: ../gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "A GtkPageSetup que se usa por defecto" -#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "Configuracións da impresora" -#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "Os GtkPrintSettings que se usan para inicializar o diálogo" -#: ../gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "Nome do traballo" -#: ../gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "Unha cadea que se usa para identificar o traballo de impresión." -#: ../gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "Número de páxinas" -#: ../gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr "O número de páxinas do documento." -#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "Páxina actual" -#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "A páxina actual do documento" -#: ../gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "Usar a páxina completa" -#: ../gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1007 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" @@ -4246,7 +4222,7 @@ msgstr "" "É TRUE se a orixe do contexto debe estar na esquina da páxina e non na " "esquina da área de imaxe" -#: ../gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1028 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." @@ -4255,75 +4231,75 @@ msgstr "" "impresión despois de que os datos de impresión sexan enviados á impresora ou " "ao servidor de impresoras." -#: ../gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "Unidade" -#: ../gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "A unidade na que se poden medir as distancias no contexto" -#: ../gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "Mostrar diálogo" -#: ../gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr "É TRUE se se mostra un diálogo de progreso ao imprimir." -#: ../gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "Permitir asíncrono" -#: ../gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "É TRUE se o proceso de impresión se pode executar asincronamente." -#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "Exportar nome de ficheiro" -#: ../gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "Estado" -#: ../gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "O estado da operación de impresión" -#: ../gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "Cadea de estado" -#: ../gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "Unha descrición lexíbel por humanos do estado" -#: ../gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "Etiqueta de separador personalizado" -#: ../gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "Etiqueta para o separador que contén widgets personalizados." -#: ../gtk/gtkprintunixdialog.c:259 +#: gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "O GtkPageSetup que usar" -#: ../gtk/gtkprintunixdialog.c:284 +#: gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "Impresora seleccionada" -#: ../gtk/gtkprintunixdialog.c:285 +#: gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "O GtkPrinter que está seleccionado" -#: ../gtk/gtkprogress.c:102 +#: gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "Modo de actividade" -#: ../gtk/gtkprogress.c:103 +#: gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " @@ -4334,40 +4310,40 @@ msgstr "" "terminada. Isto úsase cando está facendo algo que non sabe canto tempo pode " "tardar." -#: ../gtk/gtkprogress.c:111 +#: gtk/gtkprogress.c:111 msgid "Show text" msgstr "Mostrar texto" -#: ../gtk/gtkprogress.c:112 +#: gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "Indica se o progreso se mostra como texto." -#: ../gtk/gtkprogressbar.c:119 +#: gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "O GtkAdjustment conectado á barra de progreso (obsoleto)" -#: ../gtk/gtkprogressbar.c:135 +#: gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "Estilo da barra" -#: ../gtk/gtkprogressbar.c:136 +#: gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "Especifica o estilo visual da barra no modo de porcentaxe (obsoleto)" -#: ../gtk/gtkprogressbar.c:144 +#: gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "Paso de actividade" -#: ../gtk/gtkprogressbar.c:145 +#: gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "" "O incremento empregado en cada iteración no modo de actividade (obsoleto)" -#: ../gtk/gtkprogressbar.c:152 +#: gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "Bloques de actividade" -#: ../gtk/gtkprogressbar.c:153 +#: gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" @@ -4375,11 +4351,11 @@ msgstr "" "A cantidade de bloques que poden encaixar na área da barra de progreso no " "modo de actividade (obsoleto)" -#: ../gtk/gtkprogressbar.c:160 +#: gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "Bloques diferenciados" -#: ../gtk/gtkprogressbar.c:161 +#: gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" @@ -4387,28 +4363,28 @@ msgstr "" "O número de bloques diferenciados na barra de progreso (cando se mostra no " "estilo diferenciado)" -#: ../gtk/gtkprogressbar.c:168 +#: gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "Fracción" -#: ../gtk/gtkprogressbar.c:169 +#: gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "A fracción do traballo total que se completou" -#: ../gtk/gtkprogressbar.c:176 +#: gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "Paso de pulso" -#: ../gtk/gtkprogressbar.c:177 +#: gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "" "A fracción do progreso total para mover o bloque rebotador cando se preme" -#: ../gtk/gtkprogressbar.c:185 +#: gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "Texto que se mostrará na barra de progreso" -#: ../gtk/gtkprogressbar.c:207 +#: gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." @@ -4416,59 +4392,59 @@ msgstr "" "O lugar preferido para elidir a cadea, se a barra de progreso non ten espazo " "suficiente para mostrar a cadea completa." -#: ../gtk/gtkprogressbar.c:214 +#: gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "EspazamentoX" -#: ../gtk/gtkprogressbar.c:215 +#: gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "Espazo extra aplicado á largura dunha barra de progreso." -#: ../gtk/gtkprogressbar.c:220 +#: gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "EspazamentoY" -#: ../gtk/gtkprogressbar.c:221 +#: gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "Un espazamento extra aplicado á altura dunha barra de progreso." -#: ../gtk/gtkprogressbar.c:234 +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "Largura horizontal mínima da barra" -#: ../gtk/gtkprogressbar.c:235 +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "A largura horizontal mínima da barra de progreso" -#: ../gtk/gtkprogressbar.c:247 +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "Altura horizontal mínima da barra" -#: ../gtk/gtkprogressbar.c:248 +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "A altura horizontal mínima da barra de progreso" -#: ../gtk/gtkprogressbar.c:260 +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "Largura vertical mínima da barra" -#: ../gtk/gtkprogressbar.c:261 +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "A largura vertical mínima da barra de progreso" -#: ../gtk/gtkprogressbar.c:273 +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "Altura vertical mínima da barra" -#: ../gtk/gtkprogressbar.c:274 +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "A altura vertical mínima da barra de progreso" -#: ../gtk/gtkradioaction.c:111 +#: gtk/gtkradioaction.c:111 msgid "The value" msgstr "O valor" -#: ../gtk/gtkradioaction.c:112 +#: gtk/gtkradioaction.c:112 msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." @@ -4476,15 +4452,15 @@ msgstr "" "O valor devolto por gtk_radio_action_get_current_value() cando esta acción é " "a acción actual do seu grupo." -#: ../gtk/gtkradioaction.c:129 +#: gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "O botón de opción a cuxo grupo pertence esta acción." -#: ../gtk/gtkradioaction.c:144 +#: gtk/gtkradioaction.c:144 msgid "The current value" msgstr "O valor actual" -#: ../gtk/gtkradioaction.c:145 +#: gtk/gtkradioaction.c:145 msgid "" "The value property of the currently active member of the group to which this " "action belongs." @@ -4492,45 +4468,45 @@ msgstr "" "A propiedade do valor do membro actualmente activo do grupo ao que esta " "acción pertence." -#: ../gtk/gtkradiobutton.c:83 +#: gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "O botón de opción a cuxo grupo pertence este widget." -#: ../gtk/gtkradiomenuitem.c:344 +#: gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "O elemento do menú de opción a cuxo grupo pertence este widget." -#: ../gtk/gtkradiotoolbutton.c:66 +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "O botón de ferramenta de opción a cuxo grupo pertence este botón." -#: ../gtk/gtkrange.c:358 +#: gtk/gtkrange.c:358 msgid "Update policy" msgstr "Política de actualización" -#: ../gtk/gtkrange.c:359 +#: gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "Como se debe actualizar o intervalo na pantalla" -#: ../gtk/gtkrange.c:368 +#: gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "O GtkAdjustment que contén o valor actual deste intervalo de obxectos" -#: ../gtk/gtkrange.c:375 +#: gtk/gtkrange.c:375 msgid "Inverted" msgstr "Invertido" -#: ../gtk/gtkrange.c:376 +#: gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" msgstr "" "Inverter a dirección en que se move o control desprazábel para incrementar o " "valor do intervalo" -#: ../gtk/gtkrange.c:383 +#: gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "Sensibilidade de paso inferior" -#: ../gtk/gtkrange.c:384 +#: gtk/gtkrange.c:384 msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" @@ -4538,11 +4514,11 @@ msgstr "" "A política de sensibilidade para o paso que apunta ao lado máis baixo do " "axuste" -#: ../gtk/gtkrange.c:392 +#: gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "Sensibilidade do paso superior" -#: ../gtk/gtkrange.c:393 +#: gtk/gtkrange.c:393 msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" @@ -4550,89 +4526,89 @@ msgstr "" "A política de sensibilidade para o paso que apunta ao lado máis alto do " "axuste" -#: ../gtk/gtkrange.c:410 +#: gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "Mostrar nivel de recheo" -#: ../gtk/gtkrange.c:411 +#: gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "" "Indica se se debe mostrar o indicador gráfico de nivel de recheo mentres se " "enche." -#: ../gtk/gtkrange.c:427 +#: gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "Restrinxir ao nivel de recheo" -#: ../gtk/gtkrange.c:428 +#: gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "Indica se se debe restrinxir o bordo superior ao nivel de recheo." -#: ../gtk/gtkrange.c:443 +#: gtk/gtkrange.c:443 msgid "Fill Level" msgstr "Nivel de recheo" -#: ../gtk/gtkrange.c:444 +#: gtk/gtkrange.c:444 msgid "The fill level." msgstr "O nivel de recheo." -#: ../gtk/gtkrange.c:452 +#: gtk/gtkrange.c:452 msgid "Slider Width" msgstr "Largura do control desprazábel" -#: ../gtk/gtkrange.c:453 +#: gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "Largura da barra de desprazamento ou do indicador de escala" -#: ../gtk/gtkrange.c:460 +#: gtk/gtkrange.c:460 msgid "Trough Border" msgstr "Bordo do canal" -#: ../gtk/gtkrange.c:461 +#: gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "" "Espazamento entre o indicador de escala ou os pasos e o bisel do canal " "exterior" -#: ../gtk/gtkrange.c:468 +#: gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "Tamaño do paso" -#: ../gtk/gtkrange.c:469 +#: gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "Lonxitude dos botóns de paso nos extremos" -#: ../gtk/gtkrange.c:484 +#: gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "Espazamento do paso" -#: ../gtk/gtkrange.c:485 +#: gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "Espazamento entre os botóns de paso e o indicador de escala" -#: ../gtk/gtkrange.c:492 +#: gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "Desprazamento X da frecha" -#: ../gtk/gtkrange.c:493 +#: gtk/gtkrange.c:493 msgid "" "How far in the x direction to move the arrow when the button is depressed" msgstr "Até onde se move a frecha na dirección X cando se solta o botón" -#: ../gtk/gtkrange.c:500 +#: gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "Desprazamento Y da frecha" -#: ../gtk/gtkrange.c:501 +#: gtk/gtkrange.c:501 msgid "" "How far in the y direction to move the arrow when the button is depressed" msgstr "Até onde se move a frecha na dirección Y cando se solta o botón" -#: ../gtk/gtkrange.c:509 +#: gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "Debuxar control desprazábel ACTIVO durante o arrastre" -#: ../gtk/gtkrange.c:510 +#: gtk/gtkrange.c:510 msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" @@ -4640,11 +4616,11 @@ msgstr "" "Con esta opción definida como TRUE, os controis desprazábeis debuxaranse " "como ACTIVOS e con sombra DENTRO ao arrastralos" -#: ../gtk/gtkrange.c:524 +#: gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "Detalles do lado do canal" -#: ../gtk/gtkrange.c:525 +#: gtk/gtkrange.c:525 msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" @@ -4652,11 +4628,11 @@ msgstr "" "Cando é TRUE, as partes do canal nos dous lados do control desprazábel " "debúxanse con detalles diferentes" -#: ../gtk/gtkrange.c:541 +#: gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "Canal baixo os pasos" -#: ../gtk/gtkrange.c:542 +#: gtk/gtkrange.c:542 msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" @@ -4664,274 +4640,272 @@ msgstr "" "Indica se se debuxa para toda a lonxitude do intervalo ou se exclúe os pasos " "e o espazamento" -#: ../gtk/gtkrange.c:555 +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "Escalado de frecha" -#: ../gtk/gtkrange.c:556 +#: gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "O escalado da frecha con atención ao tamaño do botón de desprazamento" -#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 +#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "Mostrar números" -#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 +#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "Indica se os elementos deberían mostrarse cun número" -#: ../gtk/gtkrecentchooser.c:132 +#: gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "Recent Manager" -#: ../gtk/gtkrecentchooser.c:133 +#: gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "O obxecto RecentManager que se vai usar" -#: ../gtk/gtkrecentchooser.c:147 +#: gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "Mostrar os privados" -#: ../gtk/gtkrecentchooser.c:148 +#: gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "Indica se os elementos privados se deben mostrar" -#: ../gtk/gtkrecentchooser.c:161 +#: gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "Mostrar as indicacións" -#: ../gtk/gtkrecentchooser.c:162 +#: gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "Indica se debe haber unha indicación no elemento" -#: ../gtk/gtkrecentchooser.c:174 +#: gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "Mostrar iconas" -#: ../gtk/gtkrecentchooser.c:175 +#: gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "Indica se debe haber unha icona cerca do elemento" -#: ../gtk/gtkrecentchooser.c:190 +#: gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "Mostrar os non encontrados" -#: ../gtk/gtkrecentchooser.c:191 +#: gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "" "Indica se se deben mostrar os elementos que apuntan a recursos non " "dispoñíbeis" -#: ../gtk/gtkrecentchooser.c:204 +#: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "Indica se se permite a selección de múltiples elementos" -#: ../gtk/gtkrecentchooser.c:217 +#: gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "Só local" -#: ../gtk/gtkrecentchooser.c:218 +#: gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "" "Indica se os recursos seleccionados deberían limitarse a URI de tipo 'file:' " "locais" -#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 +#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "Límite" -#: ../gtk/gtkrecentchooser.c:235 +#: gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "O número máximo de elementos para mostrar" -#: ../gtk/gtkrecentchooser.c:249 +#: gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "Tipo de ordenación" -#: ../gtk/gtkrecentchooser.c:250 +#: gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "A orde de clasificación dos elementos mostrados" -#: ../gtk/gtkrecentchooser.c:265 +#: gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "O filtro actual para seleccionar que recursos se mostran" -#: ../gtk/gtkrecentmanager.c:215 +#: gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "" "O camiño completo ao ficheiro que se vai usar para almacenar e ler a lista" -#: ../gtk/gtkrecentmanager.c:230 +#: gtk/gtkrecentmanager.c:230 msgid "" "The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "" "O número máximo de elementos que serán devoltos polo " "gtk_recent_manager_get_items()" -#: ../gtk/gtkrecentmanager.c:246 +#: gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "O tamaño da lista de recursos usados recentemente" # verificar: High= alta e low= baixa -#: ../gtk/gtkruler.c:128 +#: gtk/gtkruler.c:128 msgid "Lower" msgstr "Inferior" -#: ../gtk/gtkruler.c:129 +#: gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "Límite inferior da regra" -#: ../gtk/gtkruler.c:138 +#: gtk/gtkruler.c:138 msgid "Upper" msgstr "Superior" -#: ../gtk/gtkruler.c:139 +#: gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "Límite superior da regra" -#: ../gtk/gtkruler.c:149 +#: gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "Posición da marca na regra" -#: ../gtk/gtkruler.c:158 +#: gtk/gtkruler.c:158 msgid "Max Size" msgstr "Tamaño máximo" -#: ../gtk/gtkruler.c:159 +#: gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "Tamaño máximo da regra" -#: ../gtk/gtkruler.c:174 +#: gtk/gtkruler.c:174 msgid "Metric" msgstr "Métrica" -#: ../gtk/gtkruler.c:175 +#: gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "A métrica que se usa na regra" -#: ../gtk/gtkscale.c:201 +#: gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "O número de lugares decimais que se mostran no valor" -#: ../gtk/gtkscale.c:210 +#: gtk/gtkscale.c:210 msgid "Draw Value" msgstr "Valor de debuxo" -#: ../gtk/gtkscale.c:211 +#: gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "" "Indica se o valor actual se mostra como unha cadea contigua ao control " "desprazábel" -#: ../gtk/gtkscale.c:218 +#: gtk/gtkscale.c:218 msgid "Value Position" msgstr "Posición do valor" -#: ../gtk/gtkscale.c:219 +#: gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "A posición na que se mostra o valor actual" -#: ../gtk/gtkscale.c:226 +#: gtk/gtkscale.c:226 msgid "Slider Length" msgstr "Lonxitude do control desprazábel" -#: ../gtk/gtkscale.c:227 +#: gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "Lonxitude da escala do control desprazábel" -#: ../gtk/gtkscale.c:235 +#: gtk/gtkscale.c:235 msgid "Value spacing" msgstr "Espazamento do valor" -#: ../gtk/gtkscale.c:236 +#: gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "" "Espazo entre os valores de texto e a área do control desprazábel ou o canal" -#: ../gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "O valor da escala" -#: ../gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "O tamaño da icona" -#: ../gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "O GtkAdjustment que contén o valor actual deste obxecto de botón de escala" -#: ../gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Iconas" -#: ../gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Lista dos nomes de iconas" -#: ../gtk/gtkscrollbar.c:51 +#: gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "Lonxitude mínima do control desprazábel" -#: ../gtk/gtkscrollbar.c:52 +#: gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "Tamaño mínimo da barra de desprazamento do control desprazábel" -#: ../gtk/gtkscrollbar.c:60 +#: gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "Tamaño fixo do control desprazábel" -#: ../gtk/gtkscrollbar.c:61 +#: gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "" "Non cambiar o tamaño do control desprazábel, bloquealo na lonxitude mínima" -#: ../gtk/gtkscrollbar.c:82 +#: gtk/gtkscrollbar.c:82 msgid "" "Display a second backward arrow button on the opposite end of the scrollbar" msgstr "" "Mostra un segundo botón de frecha de retroceso no extremo oposto da barra de " "desprazamento" -#: ../gtk/gtkscrollbar.c:89 +#: gtk/gtkscrollbar.c:89 msgid "" "Display a second forward arrow button on the opposite end of the scrollbar" msgstr "" "Mostra un segundo botón de frecha de avance no extremo oposto da barra de " "desprazamento" -#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 -#: ../gtk/gtktreeview.c:578 +#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "Axuste horizontal" -#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 -#: ../gtk/gtktreeview.c:586 +#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "Axuste vertical" -#: ../gtk/gtkscrolledwindow.c:232 +#: gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "Comportamento da barra de desprazamento horizontal" -#: ../gtk/gtkscrolledwindow.c:233 +#: gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "Cando se mostra a barra de desprazamento horizontal" -#: ../gtk/gtkscrolledwindow.c:240 +#: gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "Comportamento da barra de desprazamento vertical" -#: ../gtk/gtkscrolledwindow.c:241 +#: gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "Cando se mostra a barra de desprazamento vertical" -#: ../gtk/gtkscrolledwindow.c:249 +#: gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "Colocación da xanela" -#: ../gtk/gtkscrolledwindow.c:250 +#: gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." @@ -4939,11 +4913,11 @@ msgstr "" "Onde se colocan os contidos respecto ás barras de desprazamento. Esta " "propiedade só ten efecto se \"window-placement-set\" é TRUE." -#: ../gtk/gtkscrolledwindow.c:267 +#: gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "Definición da colocación da xanela" -#: ../gtk/gtkscrolledwindow.c:268 +#: gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." @@ -4951,38 +4925,38 @@ msgstr "" "Indica se debe usarse \"window-placement\" para determinar a localización do " "contido respecto ás barras de desprazamento." -#: ../gtk/gtkscrolledwindow.c:274 +#: gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "Tipo de sombra" -#: ../gtk/gtkscrolledwindow.c:275 +#: gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "Estilo de bisel ao redor dos contidos" -#: ../gtk/gtkscrolledwindow.c:289 +#: gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "Barra de desprazamento no bisel" -#: ../gtk/gtkscrolledwindow.c:290 +#: gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "" "Colocar as barras de desprazamento no bisel da xanela con desprazamento" -#: ../gtk/gtkscrolledwindow.c:296 +#: gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "Espazamento da barra de desprazamento" -#: ../gtk/gtkscrolledwindow.c:297 +#: gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "" "Número de píxeles entre as barras de desprazamentos e a xanela con " "desprazamento" -#: ../gtk/gtkscrolledwindow.c:312 +#: gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "Colocación da xanela con desprazamento" -#: ../gtk/gtkscrolledwindow.c:313 +#: gtk/gtkscrolledwindow.c:313 msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." @@ -4991,19 +4965,19 @@ msgstr "" "barras de desprazamento, se non toma precedencia a colocación da propia " "xanela con desprazamento." -#: ../gtk/gtkseparatortoolitem.c:105 +#: gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "Debuxar" -#: ../gtk/gtkseparatortoolitem.c:106 +#: gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "Indica se se debuxa o separador ou se se deixa en branco" -#: ../gtk/gtksettings.c:215 +#: gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "Tempo do duplo clic" -#: ../gtk/gtksettings.c:216 +#: gtk/gtksettings.c:216 msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" @@ -5011,11 +4985,11 @@ msgstr "" "Tempo máximo permitido entre dous clics para ser considerados como un clic " "duplo (en milisegundos)" -#: ../gtk/gtksettings.c:223 +#: gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "Distancia do duplo clic" -#: ../gtk/gtksettings.c:224 +#: gtk/gtksettings.c:224 msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" @@ -5023,36 +4997,36 @@ msgstr "" "Distancia máxima permitida entre dous clics para ser considerados como un " "duplo clic (en píxeles)" -#: ../gtk/gtksettings.c:240 +#: gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "Intermitencia do cursor" -#: ../gtk/gtksettings.c:241 +#: gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "Indica se o cursor debe pestanexar" -#: ../gtk/gtksettings.c:248 +#: gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "Tempo de intermitencia do cursor" -#: ../gtk/gtksettings.c:249 +#: gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "Duración do ciclo de intermitencia do cursor, en milisegundos" -#: ../gtk/gtksettings.c:268 +#: gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "Tempo de intermitencia do cursor" -#: ../gtk/gtksettings.c:269 +#: gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "" "Duración a partir de que se detén a intermitencia do cursor, en segundos" -#: ../gtk/gtksettings.c:276 +#: gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "Cursor dividido" -#: ../gtk/gtksettings.c:277 +#: gtk/gtksettings.c:277 msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" @@ -5060,159 +5034,159 @@ msgstr "" "Indica se se deben mostrar dous cursores para o texto mesturado de esquerda " "a dereita e de dereita a esquerda" -#: ../gtk/gtksettings.c:284 +#: gtk/gtksettings.c:284 msgid "Theme Name" msgstr "Nome do tema" -#: ../gtk/gtksettings.c:285 +#: gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "Nome do ficheiro de tema RC para cargar" -#: ../gtk/gtksettings.c:293 +#: gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "Nome do tema de iconas" -#: ../gtk/gtksettings.c:294 +#: gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "Nome do tema de iconas para usar" -#: ../gtk/gtksettings.c:302 +#: gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "Nome do tema de iconas do modo de emerxencia" -#: ../gtk/gtksettings.c:303 +#: gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "Nome do tema de iconas que usar cando o escollido falle" -#: ../gtk/gtksettings.c:311 +#: gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "Nome do tema principal" -#: ../gtk/gtksettings.c:312 +#: gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "Nome do ficheiro de tema RC principal para cargar" -#: ../gtk/gtksettings.c:320 +#: gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "Tecla rápida da barra de menús" -#: ../gtk/gtksettings.c:321 +#: gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "Combinación de teclas para activar a barra de menús" -#: ../gtk/gtksettings.c:329 +#: gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "Límite de arrastre" -#: ../gtk/gtksettings.c:330 +#: gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "Número de píxeles que o cursor pode mover antes de iniciar o arrastre" -#: ../gtk/gtksettings.c:338 +#: gtk/gtksettings.c:338 msgid "Font Name" msgstr "Nome do tipo de letra" -#: ../gtk/gtksettings.c:339 +#: gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "Nome do tipo de letra predeterminado que usar" -#: ../gtk/gtksettings.c:361 +#: gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "Tamaño das iconas" -#: ../gtk/gtksettings.c:362 +#: gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "Lista dos tamaños das iconas (gtk-menu=16,16:gtk-button=20,20..." -#: ../gtk/gtksettings.c:370 +#: gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "Módulos GTK" -#: ../gtk/gtksettings.c:371 +#: gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "Lista dos módulos GTK actualmente activos" -#: ../gtk/gtksettings.c:380 +#: gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Suavizado Xft" -#: ../gtk/gtksettings.c:381 +#: gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "" "Indica se se suavizan os bordos dos tipo de letra Xft, 0=non, 1=si, -" "1=predeterminado" -#: ../gtk/gtksettings.c:390 +#: gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Contorno Xft" -#: ../gtk/gtksettings.c:391 +#: gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "" "Indica se se usa o contorno dos tipo de letra Xft; 0=non, 1=si, -" "1=predeterminado" -#: ../gtk/gtksettings.c:400 +#: gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Estilo de contorno Xft" -#: ../gtk/gtksettings.c:401 +#: gtk/gtksettings.c:401 msgid "" "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "" "Que grao de contorno hai que usar: ningunha, lixeira, media ou completa" -#: ../gtk/gtksettings.c:410 +#: gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft RGBA" -#: ../gtk/gtksettings.c:411 +#: gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "Tipo de suavizado de subpíxel: ningún, rgb, vrgb, vbgr" -#: ../gtk/gtksettings.c:420 +#: gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "PPP Xft" -#: ../gtk/gtksettings.c:421 +#: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" msgstr "" "Resolución para Xft, en 1024 * puntos por polgada. -1 para usar o valor " "predeterminado" -#: ../gtk/gtksettings.c:430 +#: gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "Nome do tema de cursor" -#: ../gtk/gtksettings.c:431 +#: gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" msgstr "" "Nome do tema de cursor que usar ou NULL para usar o tema predeterminado" -#: ../gtk/gtksettings.c:439 +#: gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "Tamaño do tema de cursor" -#: ../gtk/gtksettings.c:440 +#: gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "" "Tamaño que se vai usar para os cursores ou 0 para usar o tamaño " "predeterminado" -#: ../gtk/gtksettings.c:450 +#: gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "Orde alternativa dos botóns" -#: ../gtk/gtksettings.c:451 +#: gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" msgstr "" "Indica se os botóns nos diálogos deben usar a orde alternativa de botóns" -#: ../gtk/gtksettings.c:468 +#: gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "Dirección alternativa do indicador de orde" -#: ../gtk/gtksettings.c:469 +#: gtk/gtksettings.c:469 msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" @@ -5221,11 +5195,11 @@ msgstr "" "en árbore está invertida en comparación coa predeterminada (onde abaixo " "significa ascendente)" -#: ../gtk/gtksettings.c:477 +#: gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "Mostrar o menú Métodos de entrada" -#: ../gtk/gtksettings.c:478 +#: gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" @@ -5233,11 +5207,11 @@ msgstr "" "Indica se os menús de contexto das entradas e as visualizacións de texto " "deben ofrecer modificar o método de entrada" -#: ../gtk/gtksettings.c:486 +#: gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "Mostrar o menú Inserir carácter de control Unicode" -#: ../gtk/gtksettings.c:487 +#: gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" @@ -5245,235 +5219,235 @@ msgstr "" "Indica se os menús de contexto das entradas e as visualizacións de texto " "deben ofrecer inserir caracteres de control" -#: ../gtk/gtksettings.c:495 +#: gtk/gtksettings.c:495 msgid "Start timeout" msgstr "Comezar o tempo de espera" -#: ../gtk/gtksettings.c:496 +#: gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "Valor de inicio para o tempo de espera, cando se prema o botón" -#: ../gtk/gtksettings.c:505 +#: gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "Repetir o tempo de espera" -#: ../gtk/gtksettings.c:506 +#: gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "Valor de repetición para o tempo de espera, cando o botón se prema" -#: ../gtk/gtksettings.c:515 +#: gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "Ampliar o tempo de espera" -#: ../gtk/gtksettings.c:516 +#: gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "" "Valor de ampliación para os tempos de espera, cando un widget está " "expandindo unha nova rexión" -#: ../gtk/gtksettings.c:551 +#: gtk/gtksettings.c:551 msgid "Color scheme" msgstr "Esquema de cor" -#: ../gtk/gtksettings.c:552 +#: gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "Unha paleta de cores con nome para usar nos temas" -#: ../gtk/gtksettings.c:561 +#: gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "Activar animacións" -#: ../gtk/gtksettings.c:562 +#: gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "Indica se se activan as animacións para todo o toolkit." -#: ../gtk/gtksettings.c:580 +#: gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "Activar o modo de pantalla táctil" -#: ../gtk/gtksettings.c:581 +#: gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "" "Cando é TRUE, non se envían eventos de notificación de movemento a esta " "pantalla" -#: ../gtk/gtksettings.c:598 +#: gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "Tempo de espera da indicación" -#: ../gtk/gtksettings.c:599 +#: gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "Tempo de espera antes de que se mostre a indicación" -#: ../gtk/gtksettings.c:624 +#: gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "Tempo de espera da indicación de navegación" -#: ../gtk/gtksettings.c:625 +#: gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "" "Tempo de espera antes de que se mostre a indicación cando o modo de " "navegación está activo" -#: ../gtk/gtksettings.c:646 +#: gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "Tempo de espera da indicación en modo de navegación" -#: ../gtk/gtksettings.c:647 +#: gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "Tempo de espera despois do que se desactiva o modo de navegación" -#: ../gtk/gtksettings.c:666 +#: gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "Só cursor para navegar con teclas" -#: ../gtk/gtksettings.c:667 +#: gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" msgstr "" "Cando sexa TRUE, só hai teclas de cursor dispoñíbeis para navegar polos " "widgets" -#: ../gtk/gtksettings.c:684 +#: gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "Dar a volta coa navegación con teclas" -#: ../gtk/gtksettings.c:685 +#: gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "Indica se se dá a volta cando se navegue cos widgets co teclado" -#: ../gtk/gtksettings.c:705 +#: gtk/gtksettings.c:705 msgid "Error Bell" msgstr "Campá de erro" -#: ../gtk/gtksettings.c:706 +#: gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "" "Cando sexa TRUE, a navegación co teclado e outros erros emitirán un ton de " "aviso" -#: ../gtk/gtksettings.c:723 +#: gtk/gtksettings.c:723 msgid "Color Hash" msgstr "Hash da cor" -#: ../gtk/gtksettings.c:724 +#: gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "Unha representación en táboa hash do esquema de cor." -#: ../gtk/gtksettings.c:732 +#: gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "Backend predeterminado do selector de ficheiros" -#: ../gtk/gtksettings.c:733 +#: gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "Nome do backend do GtkFileChooser para usar por defecto" -#: ../gtk/gtksettings.c:750 +#: gtk/gtksettings.c:750 msgid "Default print backend" msgstr "Backend de impresión predeterminado" -#: ../gtk/gtksettings.c:751 +#: gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "Lista dos backends do GtkPrintBackend para usar por defecto" -#: ../gtk/gtksettings.c:774 +#: gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "" "Comando predeterminado para executar ao mostrar unha visualización previa de " "impresión" -#: ../gtk/gtksettings.c:775 +#: gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "" "Comando para executar ao mostrar unha visualización previa de impresión" -#: ../gtk/gtksettings.c:791 +#: gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "Activar mnemónicos" -#: ../gtk/gtksettings.c:792 +#: gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "Indica se as etiquetas deben ser mnemónicas" -#: ../gtk/gtksettings.c:808 +#: gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "Activar teclas rápidas" -#: ../gtk/gtksettings.c:809 +#: gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "Indica se os elementos de menús deben ter teclas rápidas" -#: ../gtk/gtksettings.c:826 +#: gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "Límite de ficheiros recentes" -#: ../gtk/gtksettings.c:827 +#: gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "Número de ficheiros usados recentemente" -#: ../gtk/gtksettings.c:845 +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "Módulo de MI predeterminado" -#: ../gtk/gtksettings.c:846 +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "O módulo de MI que se debería usar por defecto" -#: ../gtk/gtksettings.c:864 +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "Antigüidade máxima dos ficheiros recentes" -#: ../gtk/gtksettings.c:865 +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "A antigüidade máxima dos ficheiros usados recentemente, en días" -#: ../gtk/gtksettings.c:874 +#: gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Marca temporal de configuración do Fontconfig" -#: ../gtk/gtksettings.c:875 +#: gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "A marca temporal da configuración actual do Fontconfig" -#: ../gtk/gtksettings.c:897 +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "Nome do tema de son" -#: ../gtk/gtksettings.c:898 +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "Nome do tema de son XDG" #. Translators: this means sounds that are played as feedback to user input -#: ../gtk/gtksettings.c:920 +#: gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "Retroacción audíbel á entrada" -#: ../gtk/gtksettings.c:921 +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "" "Indica se hai que reproducir eventos de son como retroacción á entrada do " "usuario" -#: ../gtk/gtksettings.c:942 +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "Activar os eventos de son" -#: ../gtk/gtksettings.c:943 +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "Indica se hai que activar todos os eventos de son" -#: ../gtk/gtksettings.c:958 +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "Activar indicacións" -#: ../gtk/gtksettings.c:959 +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "Indica se se deberían mostrar as indicacións nos widgets" -#: ../gtk/gtksizegroup.c:293 +#: gtk/gtksizegroup.c:293 msgid "Mode" msgstr "Modo" -#: ../gtk/gtksizegroup.c:294 +#: gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" @@ -5481,30 +5455,30 @@ msgstr "" "As direccións en que o tamaño do grupo afecta aos tamaños solicitados dos " "seus compoñentes widgets" -#: ../gtk/gtksizegroup.c:310 +#: gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "Ignorar ocultos" -#: ../gtk/gtksizegroup.c:311 +#: gtk/gtksizegroup.c:311 msgid "" "If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "" "Se é TRUE, os widgets non mapeados ignoraranse ao determinar o tamaño do " "grupo" -#: ../gtk/gtkspinbutton.c:209 +#: gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "O axuste que mantén o valor do botón de axuste" -#: ../gtk/gtkspinbutton.c:216 +#: gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "Taxa de incremento" -#: ../gtk/gtkspinbutton.c:236 +#: gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "Axustar aos pasos" -#: ../gtk/gtkspinbutton.c:237 +#: gtk/gtkspinbutton.c:237 msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" @@ -5512,190 +5486,190 @@ msgstr "" "Indica se os valores errados se cambian automaticamente polo incremento de " "paso máis próximo dun botón de axuste" -#: ../gtk/gtkspinbutton.c:244 +#: gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "Numérico" -#: ../gtk/gtkspinbutton.c:245 +#: gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "Indica se se deben ignorar os caracteres non numéricos" -#: ../gtk/gtkspinbutton.c:252 +#: gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "Axustar" -#: ../gtk/gtkspinbutton.c:253 +#: gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "" "Indica se un botón de axuste debe axustarse cara a arriba até alcanzar os " "seus límites" -#: ../gtk/gtkspinbutton.c:260 +#: gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "Política de actualización" -#: ../gtk/gtkspinbutton.c:261 +#: gtk/gtkspinbutton.c:261 msgid "" "Whether the spin button should update always, or only when the value is legal" msgstr "" "Indica se o botón de axuste debe actualizarse sempre ou só cando o valor é " "correcto" -#: ../gtk/gtkspinbutton.c:270 +#: gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "Le o valor actual ou define un valor novo" -#: ../gtk/gtkspinbutton.c:279 +#: gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "Estilo de bisel ao redor do botón de axuste" -#: ../gtk/gtkstatusbar.c:141 +#: gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "Ten tirador de redimensión" -#: ../gtk/gtkstatusbar.c:142 +#: gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "" "Indica se a barra de estado ten un tirador para redimensionar o nivel " "superior" -#: ../gtk/gtkstatusbar.c:187 +#: gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "Estilo do bisel ao redor do texto da barra de estado" -#: ../gtk/gtkstatusicon.c:268 +#: gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "O tamaño da icona" -#: ../gtk/gtkstatusicon.c:278 +#: gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "A pantalla onde se mostrará esta icona de estado" -#: ../gtk/gtkstatusicon.c:285 +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "Intermitencia" -#: ../gtk/gtkstatusicon.c:286 +#: gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "Indica se a icona de estado pestanexa ou non" -#: ../gtk/gtkstatusicon.c:294 +#: gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "Indica se o estado da icona é visíbel ou non" -#: ../gtk/gtkstatusicon.c:310 +#: gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "Indica se a icona de estado está incorporada" -#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 +#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "A orientación da bandexa" -#: ../gtk/gtkstatusicon.c:353 ../gtk/gtkwidget.c:632 +#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "Ten indicación" -#: ../gtk/gtkstatusicon.c:354 +#: gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" msgstr "Indica se esta icona de bandexa ten unha indicación" -#: ../gtk/gtkstatusicon.c:375 ../gtk/gtkwidget.c:653 +#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 msgid "Tooltip Text" msgstr "Texto da indicación" -#: ../gtk/gtkstatusicon.c:376 ../gtk/gtkwidget.c:654 ../gtk/gtkwidget.c:675 +#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 msgid "The contents of the tooltip for this widget" msgstr "Os contidos da indicación para este widget" -#: ../gtk/gtkstatusicon.c:399 ../gtk/gtkwidget.c:674 +#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674 msgid "Tooltip markup" msgstr "Marcado das indicacións" -#: ../gtk/gtkstatusicon.c:400 +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "O contido da indicación para esta icona de bandexa" -#: ../gtk/gtktable.c:129 +#: gtk/gtktable.c:129 msgid "Rows" msgstr "Filas" -#: ../gtk/gtktable.c:130 +#: gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "O número de filas na táboa" -#: ../gtk/gtktable.c:138 +#: gtk/gtktable.c:138 msgid "Columns" msgstr "Columnas" -#: ../gtk/gtktable.c:139 +#: gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "O número de columnas na táboa" -#: ../gtk/gtktable.c:147 +#: gtk/gtktable.c:147 msgid "Row spacing" msgstr "Espazamento de fila" -#: ../gtk/gtktable.c:148 +#: gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "A cantidade de espazo entre dúas filas consecutivas" -#: ../gtk/gtktable.c:156 +#: gtk/gtktable.c:156 msgid "Column spacing" msgstr "Espazamento de columna" -#: ../gtk/gtktable.c:157 +#: gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "A cantidade de espazo entre dúas columnas consecutivas" -#: ../gtk/gtktable.c:166 +#: gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "Se é TRUE, as celas da táboa teñen todas a mesma largura ou altura" -#: ../gtk/gtktable.c:173 +#: gtk/gtktable.c:173 msgid "Left attachment" msgstr "Anexo á esquerda" -#: ../gtk/gtktable.c:180 +#: gtk/gtktable.c:180 msgid "Right attachment" msgstr "Anexo á dereita" -#: ../gtk/gtktable.c:181 +#: gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "O número de columnas para anexar ao lado dereito dun widget fillo" -#: ../gtk/gtktable.c:187 +#: gtk/gtktable.c:187 msgid "Top attachment" msgstr "Anexo superior" -#: ../gtk/gtktable.c:188 +#: gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "O número de filas para anexar encima do widget fillo" -#: ../gtk/gtktable.c:194 +#: gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "Anexo inferior" -#: ../gtk/gtktable.c:201 +#: gtk/gtktable.c:201 msgid "Horizontal options" msgstr "Opcións horizontais" -#: ../gtk/gtktable.c:202 +#: gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "Opcións que especifican o comportamento horizontal do fillo" -#: ../gtk/gtktable.c:208 +#: gtk/gtktable.c:208 msgid "Vertical options" msgstr "Opcións verticais" -#: ../gtk/gtktable.c:209 +#: gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "Opcións que especifican o comportamento vertical do fillo" -#: ../gtk/gtktable.c:215 +#: gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "Recheo horizontal" -#: ../gtk/gtktable.c:216 +#: gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" @@ -5703,11 +5677,11 @@ msgstr "" "Espazo adicional en píxeles para colocar entre o fillo e os seus veciños á " "esquerda e á dereita" -#: ../gtk/gtktable.c:222 +#: gtk/gtktable.c:222 msgid "Vertical padding" msgstr "Recheo vertical" -#: ../gtk/gtktable.c:223 +#: gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" @@ -5715,77 +5689,77 @@ msgstr "" "Espazo adicional en píxeles para colocar entre o fillo e os seus veciños " "superiores e inferiores" -#: ../gtk/gtktext.c:546 +#: gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "Axuste horizontal para o widget de texto" -#: ../gtk/gtktext.c:554 +#: gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "Axuste vertical para o widget de texto" -#: ../gtk/gtktext.c:561 +#: gtk/gtktext.c:561 msgid "Line Wrap" msgstr "Axuste de liña" -#: ../gtk/gtktext.c:562 +#: gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "Indica se as liñas se axustan aos bordos do widget" -#: ../gtk/gtktext.c:569 +#: gtk/gtktext.c:569 msgid "Word Wrap" msgstr "Axuste de palabra" -#: ../gtk/gtktext.c:570 +#: gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "Indica se as palabras se axustan aos bordos do widget" -#: ../gtk/gtktextbuffer.c:180 +#: gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "Táboa de etiquetas" -#: ../gtk/gtktextbuffer.c:181 +#: gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "Táboa de etiquetas de texto" -#: ../gtk/gtktextbuffer.c:199 +#: gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "Texto actual do búfer" -#: ../gtk/gtktextbuffer.c:213 +#: gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "Está selecccionado" -#: ../gtk/gtktextbuffer.c:214 +#: gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "Indica se o búfer ten actualmente algún texto seleccionado" -#: ../gtk/gtktextbuffer.c:230 +#: gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "Posición do cursor" -#: ../gtk/gtktextbuffer.c:231 +#: gtk/gtktextbuffer.c:231 msgid "" "The position of the insert mark (as offset from the beginning of the buffer)" msgstr "" "A posición da marca de inserción (como desprazamento desde o principio do " "búfer)" -#: ../gtk/gtktextbuffer.c:246 +#: gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "Lista de destinos da copia" -#: ../gtk/gtktextbuffer.c:247 +#: gtk/gtktextbuffer.c:247 msgid "" "The list of targets this buffer supports for clipboard copying and DND source" msgstr "" "A lista de destinos que soporta este búfer para copiar desde o portapapeis e " "a orixe do DND" -#: ../gtk/gtktextbuffer.c:262 +#: gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "Lista de destinos para colar" -#: ../gtk/gtktextbuffer.c:263 +#: gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" @@ -5793,36 +5767,36 @@ msgstr "" "A lista de destinos que soporta este búfer para colar desde o portapapeis e " "o destino do DND" -#: ../gtk/gtktextmark.c:90 +#: gtk/gtktextmark.c:90 msgid "Mark name" msgstr "Nome de marca" -#: ../gtk/gtktextmark.c:97 +#: gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "Gravidade esquerda" -#: ../gtk/gtktextmark.c:98 +#: gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "Indica se esta marca ten gravidade esquerda" -#: ../gtk/gtktexttag.c:173 +#: gtk/gtktexttag.c:173 msgid "Tag name" msgstr "Nome de etiqueta" -#: ../gtk/gtktexttag.c:174 +#: gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "" "Nome usado para referirse á etiqueta do texto. NULL para etiquetas anónimas" -#: ../gtk/gtktexttag.c:192 +#: gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "Cor de fondo como unha (posibelmente non asignada) GdkColor" -#: ../gtk/gtktexttag.c:199 +#: gtk/gtktexttag.c:199 msgid "Background full height" msgstr "Altura completa do fondo" -#: ../gtk/gtktexttag.c:200 +#: gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" @@ -5830,51 +5804,51 @@ msgstr "" "Indica se a cor de fondo enche a altura completa da liña ou só a altura dos " "caracteres etiquetados" -#: ../gtk/gtktexttag.c:208 +#: gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "Máscara de puntos do fondo" -#: ../gtk/gtktexttag.c:209 +#: gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "" "O mapa de bits que se vai usar como unha máscara cando se debuxe o fondo do " "texto" -#: ../gtk/gtktexttag.c:226 +#: gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "Cor de primeiro plano como unha (posibelmente non asignada) GdkColor" -#: ../gtk/gtktexttag.c:234 +#: gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "Máscara de puntos de primeiro plano" -#: ../gtk/gtktexttag.c:235 +#: gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "" "O mapa de bits que usar como máscara ao debuxar o primeiro plano de texto" -#: ../gtk/gtktexttag.c:242 +#: gtk/gtktexttag.c:242 msgid "Text direction" msgstr "Dirección do texto" -#: ../gtk/gtktexttag.c:243 +#: gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "" "Dirección do texto, por exemplo de dereita a esquerda ou de esquerda a " "dereita" -#: ../gtk/gtktexttag.c:292 +#: gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "" "Estilo do tipo de letra como un PangoStyle, por exemplo PANGO_STYLE_ITALIC" -#: ../gtk/gtktexttag.c:301 +#: gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" msgstr "" "Variante do tipo de letra como unha PangoVariant, por exemplo " "PANGO_VARIANT_SMALL_CAPS" -#: ../gtk/gtktexttag.c:310 +#: gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" @@ -5882,17 +5856,17 @@ msgstr "" "Grosor do tipo de letra como un enteiro. Vexa os valores predeterminados en " "PangoWeight; por exemplo PANGO_WEIGHT_BOLD" -#: ../gtk/gtktexttag.c:321 +#: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "" "Tipo de letra axustada como un PangoStretch, por exemplo " "PANGO_STRETCH_CONDENSED" -#: ../gtk/gtktexttag.c:330 +#: gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "Tamaño do tipo de letra en unidades Pango" -#: ../gtk/gtktexttag.c:340 +#: gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " @@ -5903,11 +5877,11 @@ msgstr "" "tema etc., polo que é recomendábel. O Pango define previamente algunhas " "escalas tales como PANGO_SCALE_X_LARGE" -#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 +#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "Xustificación á esquerda, á dereita ou ao centro" -#: ../gtk/gtktexttag.c:379 +#: gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." @@ -5916,31 +5890,31 @@ msgstr "" "como unha axuda ao renderizar o texto. Se non se estabelece este parámetro " "usarase como predeterminado o máis apropiado." -#: ../gtk/gtktexttag.c:386 +#: gtk/gtktexttag.c:386 msgid "Left margin" msgstr "Marxe esquerda" -#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 +#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "Largura da marxe esquerda en píxeles" -#: ../gtk/gtktexttag.c:396 +#: gtk/gtktexttag.c:396 msgid "Right margin" msgstr "Marxe dereita" -#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 +#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "Largura da marxe dereita en píxeles" -#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 +#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 msgid "Indent" msgstr "Sangría" -#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 +#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "Cantidade en píxeles para a sangría de parágrafo" -#: ../gtk/gtktexttag.c:419 +#: gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" @@ -5948,391 +5922,391 @@ msgstr "" "Desprazamento do texto sobre a liña base (por debaixo da liña base se a " "elevación é negativa) en unidades Pango" -#: ../gtk/gtktexttag.c:428 +#: gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "Píxeles encima das liñas" -#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 +#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "Píxeles de espazo en branco encima do parágrafos" -#: ../gtk/gtktexttag.c:438 +#: gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "Píxeles debaixo das liñas" -#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 +#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "Píxeles de espazo en branco debaixo dos parágrafos" -#: ../gtk/gtktexttag.c:448 +#: gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "Píxeles dentro do axuste" -#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 +#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "Píxeles de espazo en branco entre as liñas axustadas nun parágrafo" -#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 +#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 msgid "" "Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "" "Indica se nunca se axustan as liñas aos límites de palabra ou aos límites de " "carácter" -#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 +#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 msgid "Tabs" msgstr "Separadores" -#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 +#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "Separadores personalizados para este texto" -#: ../gtk/gtktexttag.c:504 +#: gtk/gtktexttag.c:504 msgid "Invisible" msgstr "Invisíbel" -#: ../gtk/gtktexttag.c:505 +#: gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "Indica se este texto está oculto." -#: ../gtk/gtktexttag.c:519 +#: gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "Nome da cor de fondo do parágrafo" -#: ../gtk/gtktexttag.c:520 +#: gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "Nome da cor de fondo do parágrafo como unha cadea" -#: ../gtk/gtktexttag.c:535 +#: gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "Cor de fondo do parágrafo" -#: ../gtk/gtktexttag.c:536 +#: gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "" "Cor de fondo do parágrafo como unha GdkColor (posibelmente non asignada)" -#: ../gtk/gtktexttag.c:554 +#: gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "Acumulación de marxes" -#: ../gtk/gtktexttag.c:555 +#: gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "Indica se as marxes esquerda e dereita son acumulativas." -#: ../gtk/gtktexttag.c:568 +#: gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "Definición da altura completa do fondo" -#: ../gtk/gtktexttag.c:569 +#: gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "Indica se esta marca afecta á altura do fondo" -#: ../gtk/gtktexttag.c:572 +#: gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "Definición da liña punteada de fondo" -#: ../gtk/gtktexttag.c:573 +#: gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "Indica se esta marca afecta á liña punteada de fondo" -#: ../gtk/gtktexttag.c:580 +#: gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "Definición da liña punteada de primeiro plano" -#: ../gtk/gtktexttag.c:581 +#: gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "Indica se esta marca afecta á liña punteada de primeiro plano" -#: ../gtk/gtktexttag.c:616 +#: gtk/gtktexttag.c:616 msgid "Justification set" msgstr "Definición da xustificación" -#: ../gtk/gtktexttag.c:617 +#: gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "Indica se esta marca afecta á xustificación do parágrafo" -#: ../gtk/gtktexttag.c:624 +#: gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "Definición da marxe esquerda" -#: ../gtk/gtktexttag.c:625 +#: gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "Indica se esta marca afecta á marxe esquerda" -#: ../gtk/gtktexttag.c:628 +#: gtk/gtktexttag.c:628 msgid "Indent set" msgstr "Definición da sangría" -#: ../gtk/gtktexttag.c:629 +#: gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "Indica se esta marca afecta á sangría" -#: ../gtk/gtktexttag.c:636 +#: gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "Definición dos píxeles sobre o conxunto de liñas" -#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 +#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "Indica se esta marca afecta a cantidade de píxeles sobre as liñas" -#: ../gtk/gtktexttag.c:640 +#: gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "Definición dos píxeles debaixo do conxunto de liñas" -#: ../gtk/gtktexttag.c:644 +#: gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "Definición dos píxeles dentro do axuste" -#: ../gtk/gtktexttag.c:645 +#: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "" "Indica se esta marca afecta a cantidade de píxeles entre as liñas axustadas" -#: ../gtk/gtktexttag.c:652 +#: gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "Definición da marxe dereita" -#: ../gtk/gtktexttag.c:653 +#: gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "Indica se esta marca afecta á marxe dereita" -#: ../gtk/gtktexttag.c:660 +#: gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "Definición do modo de axuste" -#: ../gtk/gtktexttag.c:661 +#: gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "Indica se esta marca afecta ao modo de axuste de liña" -#: ../gtk/gtktexttag.c:664 +#: gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "Definición dos separadores" -#: ../gtk/gtktexttag.c:665 +#: gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "Indica se esta marca afecta aos separadores" -#: ../gtk/gtktexttag.c:668 +#: gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "Definición de invisíbel" -#: ../gtk/gtktexttag.c:669 +#: gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "Indica se esta marca afecta á visibilidade do texto" -#: ../gtk/gtktexttag.c:672 +#: gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "Definición do fondo de parágrafo" -#: ../gtk/gtktexttag.c:673 +#: gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "Indica se esta etiqueta afecta á cor de fondo de parágrafo" -#: ../gtk/gtktextview.c:543 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "Píxeles encima das liñas" -#: ../gtk/gtktextview.c:553 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "Píxeles debaixo das liñas" -#: ../gtk/gtktextview.c:563 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "Píxeles dentro do axuste" -#: ../gtk/gtktextview.c:581 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "Modo de axuste" -#: ../gtk/gtktextview.c:599 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "Marxe esquerda" -#: ../gtk/gtktextview.c:609 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "Marxe dereita" -#: ../gtk/gtktextview.c:637 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "Cursor visíbel" -#: ../gtk/gtktextview.c:638 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "Se se mostra o cursor de inserción" -#: ../gtk/gtktextview.c:645 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "Búfer" -#: ../gtk/gtktextview.c:646 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "O búfer que se mostra" -#: ../gtk/gtktextview.c:654 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "Indica se o texto introducido sobrescribe os contidos existentes" -#: ../gtk/gtktextview.c:661 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "Acepta tabulación" -#: ../gtk/gtktextview.c:662 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "Indica se o tabulador resultará nun carácter de tabulación introducido" -#: ../gtk/gtktextview.c:691 +#: gtk/gtktextview.c:691 msgid "Error underline color" msgstr "Cor de subliñado de erros" -#: ../gtk/gtktextview.c:692 +#: gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "Cor coa que debuxar o subliñado de indicación de erros" -#: ../gtk/gtktoggleaction.c:104 +#: gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "Crear os mesmos proxies como unha acción radio" -#: ../gtk/gtktoggleaction.c:105 +#: gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "" "Indica se a aparencia dos proxies para esta acción é como a dun proxy de " "acción radio" -#: ../gtk/gtktoggleaction.c:120 +#: gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "Se a acción de conmutación debe estar activa ou non" -#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 +#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "Se o botón de estado debe estar premido ou non" -#: ../gtk/gtktogglebutton.c:124 +#: gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "Se o botón de estado está en estado \"intermedio\"" -#: ../gtk/gtktogglebutton.c:131 +#: gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "Debuxar o indicador" -#: ../gtk/gtktogglebutton.c:132 +#: gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "Se se mostra a parte de activación do botón" -#: ../gtk/gtktoolbar.c:494 +#: gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "Estilo da barra de ferramentas" -#: ../gtk/gtktoolbar.c:495 +#: gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "Como debuxar a barra de ferramentas" -#: ../gtk/gtktoolbar.c:502 +#: gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "Mostrar frecha" -#: ../gtk/gtktoolbar.c:503 +#: gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "Se debe mostrar unha frecha se a barra de ferramentas non encaixa" -#: ../gtk/gtktoolbar.c:518 +#: gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "Indicacións" -#: ../gtk/gtktoolbar.c:519 +#: gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "Se as indicacións da barra de ferramentas deben estar activadas ou non" -#: ../gtk/gtktoolbar.c:541 +#: gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "Tamaño das iconas nesta barra de ferramentas" -#: ../gtk/gtktoolbar.c:556 +#: gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "Definición do tamaño da icona" -#: ../gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "Indica se se estabeleceu a propiedade de tamaño da icona" -#: ../gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "" "Indica se o elemento debe recibir espazo adicional cando a barra de " "ferramentas medre" -#: ../gtk/gtktoolbar.c:574 +#: gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "" "Indica se o elemento debería ser do mesmo tamaño que outros elementos " "homoxéneos" -#: ../gtk/gtktoolbar.c:581 +#: gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "Tamaño do espazador" -#: ../gtk/gtktoolbar.c:582 +#: gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "Tamaño dos espazadores" -#: ../gtk/gtktoolbar.c:591 +#: gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "" "Cantidade de espazo do bordo entre a sombra da barra de ferramentas e os " "botóns" -#: ../gtk/gtktoolbar.c:599 +#: gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "Expansión de fillos máxima" -#: ../gtk/gtktoolbar.c:600 +#: gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "Cantidade máxima de espazo que se lle dará a un elemento expandíbel" -#: ../gtk/gtktoolbar.c:608 +#: gtk/gtktoolbar.c:608 msgid "Space style" msgstr "Estilo do espazo" -#: ../gtk/gtktoolbar.c:609 +#: gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "Indica se os espazadores son liñas verticais ou só espazos en branco" -#: ../gtk/gtktoolbar.c:616 +#: gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "Relevo do botón" -#: ../gtk/gtktoolbar.c:617 +#: gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "Tipo de bisel ao redor dos botóns da barra de ferramentas" -#: ../gtk/gtktoolbar.c:624 +#: gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "Estilo do bisel ao redor da barra de ferramentas" -#: ../gtk/gtktoolbar.c:630 +#: gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "Estilo da barra de ferramentas" -#: ../gtk/gtktoolbar.c:631 +#: gtk/gtktoolbar.c:631 msgid "" "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" "Indica se as barras de ferramentas predeterminadas teñen só texto, texto e " "iconas, só iconas etc." -#: ../gtk/gtktoolbar.c:637 +#: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "Tamaño da icona da barra de ferramentas" -#: ../gtk/gtktoolbar.c:638 +#: gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "Tamaño das iconas das barras de ferramentas predeterminadas" -#: ../gtk/gtktoolbutton.c:203 +#: gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "Texto para mostrar no elemento." -#: ../gtk/gtktoolbutton.c:210 +#: gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" @@ -6341,43 +6315,43 @@ msgstr "" "seguinte carácter debería usarse para a tecla rápida mnemónica no menú de " "desbordamento" -#: ../gtk/gtktoolbutton.c:217 +#: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "Widget que usar como etiqueta do elemento" -#: ../gtk/gtktoolbutton.c:223 +#: gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "ID de inventario" -#: ../gtk/gtktoolbutton.c:224 +#: gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "A icona de inventario mostrada no elemento" -#: ../gtk/gtktoolbutton.c:240 +#: gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "Nome da icona" -#: ../gtk/gtktoolbutton.c:241 +#: gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "O nome da icona de tema mostrada no elemento" -#: ../gtk/gtktoolbutton.c:247 +#: gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "Icona do widget" -#: ../gtk/gtktoolbutton.c:248 +#: gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "Icona do widget para mostrar no elemento" -#: ../gtk/gtktoolbutton.c:261 +#: gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "Espazamento da icona" -#: ../gtk/gtktoolbutton.c:262 +#: gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "Espazamento en píxeles entre a icona e a etiqueta" -#: ../gtk/gtktoolitem.c:191 +#: gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" @@ -6386,363 +6360,363 @@ msgstr "" "é TRUE, os botóns da barra de ferramentas mostran o texto no modo " "GTK_TOOLBAR_BOTH_HORIZ" -#: ../gtk/gtktreemodelsort.c:274 +#: gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "Modelo TreeModelSort" -#: ../gtk/gtktreemodelsort.c:275 +#: gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "O modelo para o TreeModelSort que ordenar" -#: ../gtk/gtktreeview.c:570 +#: gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "Modelo TreeView" -#: ../gtk/gtktreeview.c:571 +#: gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "O modelo para a visualización en árbore" -#: ../gtk/gtktreeview.c:579 +#: gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "Axuste horizontal para o widget" -#: ../gtk/gtktreeview.c:587 +#: gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "Axuste vertical para o widget" -#: ../gtk/gtktreeview.c:594 +#: gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "Cabeceiras visíbeis" -#: ../gtk/gtktreeview.c:595 +#: gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "Mostrar botóns nas cabeceiras de columna" -#: ../gtk/gtktreeview.c:602 +#: gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "Cabeceiras premíbeis" -#: ../gtk/gtktreeview.c:603 +#: gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "As cabeceiras de columna responden aos eventos de clic" -#: ../gtk/gtktreeview.c:610 +#: gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "Columna expansora" -#: ../gtk/gtktreeview.c:611 +#: gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "Estabelecer a columna para a columna expansora" -#: ../gtk/gtktreeview.c:626 +#: gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "Suxestión das regras" -#: ../gtk/gtktreeview.c:627 +#: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "" "Define unha suxestión para o motor de tema para debuxar as filas con cores " "alternas" -#: ../gtk/gtktreeview.c:634 +#: gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "Activar a busca" -#: ../gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "" "A visualización permite aos usuarios buscar de modo interactivo a través das " "columnas" -#: ../gtk/gtktreeview.c:642 +#: gtk/gtktreeview.c:642 msgid "Search Column" msgstr "Columna de busca" -#: ../gtk/gtktreeview.c:643 +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "A columna de modelo na que buscar durante a busca interactiva" -#: ../gtk/gtktreeview.c:663 +#: gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "Modo de altura fixa" -#: ../gtk/gtktreeview.c:664 +#: gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "Acelera GtkTreeView asumindo que todas as filas teñen a mesma altura" -#: ../gtk/gtktreeview.c:684 +#: gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "Seleccionar ao pasar por encima" -#: ../gtk/gtktreeview.c:685 +#: gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "Indica se a selección debería seguir o punteiro" -#: ../gtk/gtktreeview.c:704 +#: gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "Expandir ao pasar por encima" -#: ../gtk/gtktreeview.c:705 +#: gtk/gtktreeview.c:705 msgid "" "Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "" "Indica se as filas deben expandirse ou contraerse cando se move o punteiro " "sobre elas" -#: ../gtk/gtktreeview.c:719 +#: gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "Mostrar expansores" -#: ../gtk/gtktreeview.c:720 +#: gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "A visualización ten expansores" -#: ../gtk/gtktreeview.c:734 +#: gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "Nivel de sangría" -#: ../gtk/gtktreeview.c:735 +#: gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "Sangría adicional para cada nivel" -#: ../gtk/gtktreeview.c:744 +#: gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "Tiras de goma" -#: ../gtk/gtktreeview.c:745 +#: gtk/gtktreeview.c:745 msgid "" "Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "" "Indica se se activa a selección de múltiples elementos arrastrando o " "punteiro do rato" -#: ../gtk/gtktreeview.c:752 +#: gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "Activar as liñas da grade" -#: ../gtk/gtktreeview.c:753 +#: gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "" "Indica se as liñas da grade se deben debuxar na visualización en árbore" -#: ../gtk/gtktreeview.c:761 +#: gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "Activar as liñas da árbore" -#: ../gtk/gtktreeview.c:762 +#: gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "Indica se se deben debuxar as liñas na visualización en árbore" -#: ../gtk/gtktreeview.c:770 +#: gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "A columna do modelo que contén os textos de indicación para as filas" -#: ../gtk/gtktreeview.c:792 +#: gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "Largura do separador vertical" -#: ../gtk/gtktreeview.c:793 +#: gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "Espazo vertical entre celas. Debe ser un número par" -#: ../gtk/gtktreeview.c:801 +#: gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "Largura do separador horizontal" -#: ../gtk/gtktreeview.c:802 +#: gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "Espazo horizontal entre celas. Debe ser un número par" -#: ../gtk/gtktreeview.c:810 +#: gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "Permitir regras" -#: ../gtk/gtktreeview.c:811 +#: gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "Permitir debuxar filas con cores alternas" -#: ../gtk/gtktreeview.c:817 +#: gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "Sangrar os expansores" -#: ../gtk/gtktreeview.c:818 +#: gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "Crear os expansores sangrados" -#: ../gtk/gtktreeview.c:824 +#: gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "Cor da fila par" -#: ../gtk/gtktreeview.c:825 +#: gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "Cor que usar para as filas pares" -#: ../gtk/gtktreeview.c:831 +#: gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "Cor da fila impar" -#: ../gtk/gtktreeview.c:832 +#: gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "Cor que usar para as filas impares" -#: ../gtk/gtktreeview.c:838 +#: gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "Detalles de terminación de fila" -#: ../gtk/gtktreeview.c:839 +#: gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "Activar o tema do fondo de estendido de fila" -#: ../gtk/gtktreeview.c:845 +#: gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "Largura da liña da grade" -#: ../gtk/gtktreeview.c:846 +#: gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "Largura en píxeles das liñas da grade da visualización en árbore" -#: ../gtk/gtktreeview.c:852 +#: gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "Largura da liña da árbore" -#: ../gtk/gtktreeview.c:853 +#: gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "Largura en píxeles das liñas da visualización en árbore" -#: ../gtk/gtktreeview.c:859 +#: gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "Patrón da liña da grade" -#: ../gtk/gtktreeview.c:860 +#: gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "" "Patrón de trazos usado para debuxar as liñas da grade da visualización en " "árbore" -#: ../gtk/gtktreeview.c:866 +#: gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "Patrón da liña da árbore" -#: ../gtk/gtktreeview.c:867 +#: gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "" "Patrón de trazos usado para debuxar as liñas da visualización en árbore" -#: ../gtk/gtktreeviewcolumn.c:192 +#: gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "Indica se se mostra a columna" -#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Redimensionábel" -#: ../gtk/gtktreeviewcolumn.c:200 +#: gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "O usuario pode redimensionar a columna" -#: ../gtk/gtktreeviewcolumn.c:208 +#: gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "Largura actual da columna" -#: ../gtk/gtktreeviewcolumn.c:217 +#: gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "Espazo que se introduce entre as celas" -#: ../gtk/gtktreeviewcolumn.c:225 +#: gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "Dimensionamento" -#: ../gtk/gtktreeviewcolumn.c:226 +#: gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "Modo de redimensionamento da columna" -#: ../gtk/gtktreeviewcolumn.c:234 +#: gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "Largura fixa" -#: ../gtk/gtktreeviewcolumn.c:235 +#: gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "Largura fixa actual da columna" -#: ../gtk/gtktreeviewcolumn.c:244 +#: gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "Largura mínima" -#: ../gtk/gtktreeviewcolumn.c:245 +#: gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "Largura mínima permitida da columna" -#: ../gtk/gtktreeviewcolumn.c:254 +#: gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "Largura máxima" -#: ../gtk/gtktreeviewcolumn.c:255 +#: gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "Largura máxima permitida da columna" -#: ../gtk/gtktreeviewcolumn.c:265 +#: gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "Título que aparecerá na cabeceira da columna" -#: ../gtk/gtktreeviewcolumn.c:273 +#: gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "A columna obtén unha parte da largura adicional asignada ao widget" -#: ../gtk/gtktreeviewcolumn.c:280 +#: gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "Premíbel" -#: ../gtk/gtktreeviewcolumn.c:281 +#: gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "Indica se a cabeceira se pode premer" -#: ../gtk/gtktreeviewcolumn.c:289 +#: gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "Widget" -#: ../gtk/gtktreeviewcolumn.c:290 +#: gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "" "O widget para colocar no botón da cabeceira da columna en vez do título da " "columna" -#: ../gtk/gtktreeviewcolumn.c:298 +#: gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "Aliñamento X do texto da cabeceira da columna ou do widget" -#: ../gtk/gtktreeviewcolumn.c:308 +#: gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "Indica se a columna se pode reordenar ao redor das cabeceiras" -#: ../gtk/gtktreeviewcolumn.c:315 +#: gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "Indicador de ordenación" -#: ../gtk/gtktreeviewcolumn.c:316 +#: gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "Indica se se mostra un indicador de ordenación" -#: ../gtk/gtktreeviewcolumn.c:323 +#: gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "Orde de clasificación" -#: ../gtk/gtktreeviewcolumn.c:324 +#: gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "Dirección de ordenación que o indicador deberá mostrar" -#: ../gtk/gtkuimanager.c:223 +#: gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "Indica se se deben engadir elementos de menú despregábel aos menús" -#: ../gtk/gtkuimanager.c:230 +#: gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "Definición de IU combinado" -#: ../gtk/gtkuimanager.c:231 +#: gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "Unha cadea XML que describe o IU combinado" -#: ../gtk/gtkviewport.c:107 +#: gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" @@ -6750,7 +6724,7 @@ msgstr "" "O GtkAdjustment que determina os valores da posición horizontal para esta " "área de visualización" -#: ../gtk/gtkviewport.c:115 +#: gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" @@ -6758,32 +6732,32 @@ msgstr "" "O GtkAdjustment que determina os valores da posición vertical para esta área " "de visualización" -#: ../gtk/gtkviewport.c:123 +#: gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" msgstr "" "Determina como se debuxa a caixa sombreada ao redor da área de visualización" -#: ../gtk/gtkwidget.c:483 +#: gtk/gtkwidget.c:483 msgid "Widget name" msgstr "Nome do widget" -#: ../gtk/gtkwidget.c:484 +#: gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "O nome do widget" -#: ../gtk/gtkwidget.c:490 +#: gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "Widget pai" -#: ../gtk/gtkwidget.c:491 +#: gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" msgstr "O widget pai deste widget. Debe ser un widget contedor" -#: ../gtk/gtkwidget.c:498 +#: gtk/gtkwidget.c:498 msgid "Width request" msgstr "Solicitude de largura" -#: ../gtk/gtkwidget.c:499 +#: gtk/gtkwidget.c:499 msgid "" "Override for width request of the widget, or -1 if natural request should be " "used" @@ -6791,11 +6765,11 @@ msgstr "" "Sobrepor a solicitude de largura do widget ou -1 se se debe empregar a " "solicitude normal" -#: ../gtk/gtkwidget.c:507 +#: gtk/gtkwidget.c:507 msgid "Height request" msgstr "Solicitude de altura" -#: ../gtk/gtkwidget.c:508 +#: gtk/gtkwidget.c:508 msgid "" "Override for height request of the widget, or -1 if natural request should " "be used" @@ -6803,173 +6777,173 @@ msgstr "" "Sobrepor a solicitude de altura do widget ou -1 se se debe empregar a " "solicitude normal" -#: ../gtk/gtkwidget.c:517 +#: gtk/gtkwidget.c:517 msgid "Whether the widget is visible" msgstr "Indica se o widget é visíbel" -#: ../gtk/gtkwidget.c:524 +#: gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "Indica se o widget responde á entrada de datos" -#: ../gtk/gtkwidget.c:530 +#: gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "Aplicación pintábel" -#: ../gtk/gtkwidget.c:531 +#: gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "Indica se a aplicación pintará directamente sobre o widget" -#: ../gtk/gtkwidget.c:537 +#: gtk/gtkwidget.c:537 msgid "Can focus" msgstr "Pode enfocar" -#: ../gtk/gtkwidget.c:538 +#: gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "Indica se o widget pode aceptar o foco de entrada" -#: ../gtk/gtkwidget.c:544 +#: gtk/gtkwidget.c:544 msgid "Has focus" msgstr "Ten foco" -#: ../gtk/gtkwidget.c:545 +#: gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "Indica se o widget ten o foco de entrada" -#: ../gtk/gtkwidget.c:551 +#: gtk/gtkwidget.c:551 msgid "Is focus" msgstr "É o foco" -#: ../gtk/gtkwidget.c:552 +#: gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "Indica se o widget é o widget co foco, dentro do nivel superior" -#: ../gtk/gtkwidget.c:558 +#: gtk/gtkwidget.c:558 msgid "Can default" msgstr "Pode ser o predeterminado" -#: ../gtk/gtkwidget.c:559 +#: gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "Indica se o widget pode ser o widget predeterminado" -#: ../gtk/gtkwidget.c:565 +#: gtk/gtkwidget.c:565 msgid "Has default" msgstr "É o predeterminado" -#: ../gtk/gtkwidget.c:566 +#: gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "Indica se o widget é o widget predeterminado" -#: ../gtk/gtkwidget.c:572 +#: gtk/gtkwidget.c:572 msgid "Receives default" msgstr "Recibe o predeterminado" -#: ../gtk/gtkwidget.c:573 +#: gtk/gtkwidget.c:573 msgid "If TRUE, the widget will receive the default action when it is focused" msgstr "" "Se é TRUE, o widget recibirá a acción predeterminada cando estea enfocado" -#: ../gtk/gtkwidget.c:579 +#: gtk/gtkwidget.c:579 msgid "Composite child" msgstr "Fillo composto" -#: ../gtk/gtkwidget.c:580 +#: gtk/gtkwidget.c:580 msgid "Whether the widget is part of a composite widget" msgstr "Indica se o widget é parte dun widget composto" -#: ../gtk/gtkwidget.c:586 +#: gtk/gtkwidget.c:586 msgid "Style" msgstr "Estilo" -#: ../gtk/gtkwidget.c:587 +#: gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" msgstr "" "O estilo do widget, que contén información sobre a aparencia (cores etc.)" -#: ../gtk/gtkwidget.c:593 +#: gtk/gtkwidget.c:593 msgid "Events" msgstr "Eventos" -#: ../gtk/gtkwidget.c:594 +#: gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" msgstr "" "A máscara de eventos que decide que tipo de GdkEvents recibe este widget" -#: ../gtk/gtkwidget.c:601 +#: gtk/gtkwidget.c:601 msgid "Extension events" msgstr "Eventos de extensión" -#: ../gtk/gtkwidget.c:602 +#: gtk/gtkwidget.c:602 msgid "The mask that decides what kind of extension events this widget gets" msgstr "" "A máscara que decide que clase de eventos de extensión consegue este widget" -#: ../gtk/gtkwidget.c:609 +#: gtk/gtkwidget.c:609 msgid "No show all" msgstr "Non mostrar todo" -#: ../gtk/gtkwidget.c:610 +#: gtk/gtkwidget.c:610 msgid "Whether gtk_widget_show_all() should not affect this widget" msgstr "Indica se o gtk_widget_show_all() non debe afectar a este widget" -#: ../gtk/gtkwidget.c:633 +#: gtk/gtkwidget.c:633 msgid "Whether this widget has a tooltip" msgstr "Indica se este widget ten unha indicación" -#: ../gtk/gtkwidget.c:689 +#: gtk/gtkwidget.c:689 msgid "Window" msgstr "Xanela" -#: ../gtk/gtkwidget.c:690 +#: gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "A xanela do widget, se se crea" -#: ../gtk/gtkwidget.c:2212 +#: gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "Foco interior" -#: ../gtk/gtkwidget.c:2213 +#: gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "Indica se se debuxa o foco indicador dentro dos widgets" -#: ../gtk/gtkwidget.c:2219 +#: gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "Enfocar a largura da liña" -#: ../gtk/gtkwidget.c:2220 +#: gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "Largura en píxeles da liña indicadora do foco" -#: ../gtk/gtkwidget.c:2226 +#: gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "Patrón de trazos da liña de foco" -#: ../gtk/gtkwidget.c:2227 +#: gtk/gtkwidget.c:2227 msgid "Dash pattern used to draw the focus indicator" msgstr "Patrón de trazos empregado para debuxar o indicador de foco" -#: ../gtk/gtkwidget.c:2232 +#: gtk/gtkwidget.c:2232 msgid "Focus padding" msgstr "Recheo do foco" -#: ../gtk/gtkwidget.c:2233 +#: gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" msgstr "Largura en píxeles entre o indicador de foco e a 'caixa' do widget" -#: ../gtk/gtkwidget.c:2238 +#: gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "Cor do cursor" -#: ../gtk/gtkwidget.c:2239 +#: gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "Cor coa que debuxar o cursor de inserción" -#: ../gtk/gtkwidget.c:2244 +#: gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "Cor secundaria do cursor" -#: ../gtk/gtkwidget.c:2245 +#: gtk/gtkwidget.c:2245 msgid "" "Color with which to draw the secondary insertion cursor when editing mixed " "right-to-left and left-to-right text" @@ -6977,43 +6951,43 @@ msgstr "" "Cor coa que debuxar o cursor de inserción secundario cando se edita unha " "mestura de texto de dereita a esquerda e de esquerda a dereita" -#: ../gtk/gtkwidget.c:2250 +#: gtk/gtkwidget.c:2250 msgid "Cursor line aspect ratio" msgstr "Proporción de aspecto da liña do cursor" -#: ../gtk/gtkwidget.c:2251 +#: gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "Proporción de aspecto coa que debuxar o cursor de inserción" -#: ../gtk/gtkwidget.c:2265 +#: gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "Debuxar bordo" -#: ../gtk/gtkwidget.c:2266 +#: gtk/gtkwidget.c:2266 msgid "Size of areas outside the widget's allocation to draw" msgstr "Tamaño das áreas fóra da asignación do widget para debuxar" -#: ../gtk/gtkwidget.c:2279 +#: gtk/gtkwidget.c:2279 msgid "Unvisited Link Color" msgstr "Cor de ligazón non visitada" -#: ../gtk/gtkwidget.c:2280 +#: gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "Cor de ligazóns non visitadas" -#: ../gtk/gtkwidget.c:2293 +#: gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "Cor de ligazón visitada" -#: ../gtk/gtkwidget.c:2294 +#: gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "Cor de ligazóns visitadas" -#: ../gtk/gtkwidget.c:2308 +#: gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "Separadores largos" -#: ../gtk/gtkwidget.c:2309 +#: gtk/gtkwidget.c:2309 msgid "" "Whether separators have configurable width and should be drawn using a box " "instead of a line" @@ -7021,77 +6995,77 @@ msgstr "" "Indica se os separadores teñen unha largura configurábel e se deberían " "debuxarse usando unha caixa en vez dunha liña" -#: ../gtk/gtkwidget.c:2323 +#: gtk/gtkwidget.c:2323 msgid "Separator Width" msgstr "Largura do separador" -#: ../gtk/gtkwidget.c:2324 +#: gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" msgstr "A largura dos separadores se \"wide-separators\" é TRUE" -#: ../gtk/gtkwidget.c:2338 +#: gtk/gtkwidget.c:2338 msgid "Separator Height" msgstr "Altura do separador" -#: ../gtk/gtkwidget.c:2339 +#: gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" msgstr "A altura dos separadores se \"wide-separators\" é TRUE" -#: ../gtk/gtkwidget.c:2353 +#: gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" msgstr "Lonxitude da frecha de desprazamento horizontal" -#: ../gtk/gtkwidget.c:2354 +#: gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "A lonxitude das frechas de desprazamento horizontal" -#: ../gtk/gtkwidget.c:2368 +#: gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "Lonxitude das frechas de desprazamento vertical" -#: ../gtk/gtkwidget.c:2369 +#: gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "A lonxitude das frechas de desprazamento vertical" -#: ../gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Tipo de xanela" -#: ../gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "O tipo da xanela" -#: ../gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Título da xanela" -#: ../gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "O título da xanela" -#: ../gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Rol da xanela" -#: ../gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Identificador único para a xanela que se usará ao restaurar unha sesión" -#: ../gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ID de inicio" -#: ../gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Identificador único para a xanela que se usará para a notificación de inicio" -#: ../gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Permitir redución" -#: ../gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7100,24 +7074,24 @@ msgstr "" "Se é TRUE, a xanela non ten tamaño mínimo. Colocar este valor como TRUE é " "unha mala idea o 99% das veces" -#: ../gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Permitir crecemento" -#: ../gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Se é TRUE, os usuarios poden expandir a xanela máis alá do seu tamaño mínimo" -#: ../gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Se é TRUE, os usuarios poden redimensionar a xanela" -#: ../gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modal" -#: ../gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7125,72 +7099,72 @@ msgstr "" "Se é TRUE, a xanela é modal (non se poden usar outras xanelas mentres esta " "está encima)" -#: ../gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Posición da xanela" -#: ../gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "A posición inicial da xanela" -#: ../gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Largura predeterminada" -#: ../gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "A largura predeterminada da xanela, usada cando se mostra inicialmente a " "xanela" -#: ../gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Altura predeterminada" -#: ../gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "A altura predeterminada da xanela, usada cando se mostra inicialmente a " "xanela" -#: ../gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Destruír co pai" -#: ../gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Se esta xanela debería ser destruída cando se destrúe o pai" -#: ../gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Icona para esta xanela" -#: ../gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Nome da icona de tema para esta xanela" -#: ../gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Está activo" -#: ../gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Indica se o nivel superior é a xanela activa actual" -#: ../gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Foco no nivel superior" -#: ../gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Indica se o foco de entrada está dentro desta GtkWindow" -#: ../gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Suxestión de tipo" -#: ../gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7198,99 +7172,99 @@ msgstr "" "Suxestión para axudar ao contorno de escritorio a entender que clase de " "xanela é e como tratar con ela." -#: ../gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Omitir a barra de tarefas" -#: ../gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "É TRUE se a xanela non debe estar na barra de tarefas." -#: ../gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Omitir o paxinador" -#: ../gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "É TRUE se a xanela non debe estar no paxinador." -#: ../gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Urxente" -#: ../gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "É TRUE se a xanela debe chamar a atención do usuario." -#: ../gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Aceptar o foco" -#: ../gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "É TRUE se a xanela non debe recibir o foco de entrada." -#: ../gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Foco no mapa" -#: ../gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "É TRUE se a xanela debería recibir o foco de entrada cando se mapee." -#: ../gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Decorado" -#: ../gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Indica se o xestor de xanelas debe decorar a xanela" -#: ../gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Eliminábel" -#: ../gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Indica se o marco da xanela debería ter un botón de pechar" -#: ../gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravidade" -#: ../gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "O tipo de gravidade da xanela" -#: ../gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Transición para a xanela" -#: ../gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "O pai transitorio do diálogo" -#: ../gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Opacidade para a xanela" -#: ../gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "A opacidade da xanela; de 0 até 1" -#: ../modules/input/gtkimcontextxim.c:334 +#: modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "Estilo preedit IM" -#: ../modules/input/gtkimcontextxim.c:335 +#: modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "Como debuxar a cadea do método de entrada de preedit" -#: ../modules/input/gtkimcontextxim.c:343 +#: modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "Estilo do estado IM" -#: ../modules/input/gtkimcontextxim.c:344 +#: modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "Como debuxar o método de entrada da barra de estado" diff --git a/po-properties/gu.po b/po-properties/gu.po index 04e4b9d0fe..47c1e453db 100644 --- a/po-properties/gu.po +++ b/po-properties/gu.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD.gu\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+&component=general\n" -"POT-Creation-Date: 2009-03-13 15:07+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-15 10:15+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" @@ -14,7 +14,8 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"\n" "\n" "\n" "\n" @@ -46,194 +47,196 @@ msgstr "" "\n" "\n" -#: ../gdk-pixbuf/gdk-pixbuf.c:89 +#: gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "ચેનલોની સંખ્યા" -#: ../gdk-pixbuf/gdk-pixbuf.c:90 +#: gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "પિક્સેલ પ્રતિ નમૂનાઓની સંખ્યા" -#: ../gdk-pixbuf/gdk-pixbuf.c:99 +#: gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "રંગજગ્યા" -#: ../gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "રંગજગ્યા કે જેમાં નમૂનાઓ ઈન્ટરપ્રીટ થયેલ છે" -#: ../gdk-pixbuf/gdk-pixbuf.c:108 +#: gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "પાસે આલ્ફા છે" -#: ../gdk-pixbuf/gdk-pixbuf.c:109 +#: gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "શું pixbuf પાસે આલ્ફા ચેનલ છે" -#: ../gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "નમૂના પ્રતિ બાઈટો" -#: ../gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "નમૂના પ્રતિ બાઈટોની સંખ્યા" -#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 -#: ../gtk/gtktreeviewcolumn.c:207 +#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "પહોળાઈ" -#: ../gdk-pixbuf/gdk-pixbuf.c:133 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "pixbuf ના સ્તંભોની સંખ્યા" -#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 +#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 msgid "Height" msgstr "ઊંચાઈ" -#: ../gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "pixbuf ની હરોળોની સંખ્યા" -#: ../gdk-pixbuf/gdk-pixbuf.c:159 +#: gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "Rowstride" -#: ../gdk-pixbuf/gdk-pixbuf.c:160 -msgid "The number of bytes between the start of a row and the start of the next row" +#: gdk-pixbuf/gdk-pixbuf.c:160 +msgid "" +"The number of bytes between the start of a row and the start of the next row" msgstr "ખસેડવાની પટ્ટી અને ખસેડાયેલી વિન્ડો વચ્ચે પિક્સેલની સંખ્યા" -#: ../gdk-pixbuf/gdk-pixbuf.c:169 +#: gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "પિક્સેલો" -#: ../gdk-pixbuf/gdk-pixbuf.c:170 +#: gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "pixbuf ની પિક્સેલ માહિતીનો નિર્દેશક" -#: ../gdk/gdkdisplaymanager.c:103 +#: gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "મૂળભૂત ડિસ્પ્લે" -#: ../gdk/gdkdisplaymanager.c:104 +#: gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "GDK માટેનો મૂળભૂત ડિસ્પ્લે" -#: ../gdk/gdkpango.c:490 ../gtk/gtkinvisible.c:86 -#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "સ્ક્રીન" -#: ../gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "રેન્ડર કરનાર માટે GdkScreen" -#: ../gdk/gdkscreen.c:75 +#: gdk/gdkscreen.c:75 msgid "Font options" msgstr "ફોન્ટ વિકલ્પો" -#: ../gdk/gdkscreen.c:76 +#: gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "સ્ક્રીન માટે મૂળભુત ફોન્ટ વિકલ્પો" -#: ../gdk/gdkscreen.c:83 +#: gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "ફોન્ટ રીઝોલ્યુશન" -#: ../gdk/gdkscreen.c:84 +#: gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "સ્ક્રીન પર ફોન્ટ માટેનું રીઝોલ્યુશન" -#: ../gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "કાર્યક્રમ નામ" -#: ../gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" -msgstr "કાર્યક્રમનું નામ. જો આ સુયોજિત નહિં હોય, તો તેમાં g_get_application_name() મૂળભુત થઈ જશે" +msgstr "" +"કાર્યક્રમનું નામ. જો આ સુયોજિત નહિં હોય, તો તેમાં g_get_application_name() મૂળભુત થઈ જશે" -#: ../gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "કાર્યક્રમ આવૃત્તિ" -#: ../gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "કાર્યક્રમની આવૃત્તિ" -#: ../gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "કોપીરાઈટ શબ્દમાળા" -#: ../gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "કાર્યક્રમ માટે કોપીરાઈટ જાણકારી" -#: ../gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "ટિપ્પણીઓ શબ્દમાળા" -#: ../gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "કાર્યક્રમ વિશે ટિપ્પણીઓ" -#: ../gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "વેબસાઈટ URL" -#: ../gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "કાર્યક્રમની વેબસાઈટ માટે URL ની કડી" -#: ../gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "વેબસાઈટ લેબલ" -#: ../gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" -msgstr "કાર્યક્રમની વેબસાઈટ માટે કડી માટેનું લેબલ. જો આ સુયોજિત નહિં હોય, તો તેમાં URL મૂળભુત થઈ જશે" +msgstr "" +"કાર્યક્રમની વેબસાઈટ માટે કડી માટેનું લેબલ. જો આ સુયોજિત નહિં હોય, તો તેમાં URL મૂળભુત થઈ જશે" -#: ../gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "લેખકો" -#: ../gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "કાર્યક્રમના લેખકોની યાદી" -#: ../gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "દસ્તાવેજકારકો" -#: ../gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "કાર્યક્રમનું દસ્તાવેજીકરણ કરતા લોકોની યાદી" -#: ../gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "કલાકારો" -#: ../gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "કાર્યક્રમની કલાકૃતિમાં ફાળો આપનાર લોકોની યાદી" -#: ../gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "અનુવાદક શ્રેય" -#: ../gtk/gtkaboutdialog.c:370 -msgid "Credits to the translators. This string should be marked as translatable" +#: gtk/gtkaboutdialog.c:354 +msgid "" +"Credits to the translators. This string should be marked as translatable" msgstr "અનુવાદકોનો શ્રેય. આ શબ્દમાળા અનુવાદ કરી શકાય તે રીતે ચિહ્નિત થવી જોઈએ" -#: ../gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "લોગો" -#: ../gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -241,116 +244,115 @@ msgstr "" "વિશે બોક્સ માટે લોગો. જો આ સુયોજિત નહિં હોય, તો તેમાં " "gtk_window_get_default_icon_list() મૂળભુત થશે" -#: ../gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "લોગો ચિહ્ન નામ" -#: ../gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "વિશે બોક્સ માટે લોગો તરીકે વાપરવાનું નામવાળું ચિહ્ન." -#: ../gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "લાઈસન્સ લપેટો" -#: ../gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "શું લાઈસન્સ લખાણ લપેટવાનું છે." -#: ../gtk/gtkaccellabel.c:123 +#: gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "પ્રવેગ બંધ કરો" -#: ../gtk/gtkaccellabel.c:124 +#: gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "પ્રવેગમાં થતા બદલાવો માટે બંધ કરવાની પ્રક્રિયાનું નિરીક્ષણ કરો" -#: ../gtk/gtkaccellabel.c:130 +#: gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "પ્રવેગ વિજેટ" -#: ../gtk/gtkaccellabel.c:131 +#: gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "પ્રવેગમાં થતા બદલાવો માટે વિજેટનું નિરીક્ષણ કરો" -#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 -#: ../gtk/gtktextmark.c:89 +#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 +#: gtk/gtktextmark.c:89 msgid "Name" msgstr "નામ" -#: ../gtk/gtkaction.c:180 +#: gtk/gtkaction.c:180 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/gtktoolbutton.c:202 +#: 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/gtktoolbutton.c:202 msgid "Label" msgstr "લેબલ" -#: ../gtk/gtkaction.c:199 +#: gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "મેનુ વસ્તુઓ અને બટનો માટે વપરાતું લેબલ કે જે આ ક્રિયાને સક્રિય કરે છે." -#: ../gtk/gtkaction.c:215 +#: gtk/gtkaction.c:215 msgid "Short label" msgstr "ટેબનુ લેબલ" -#: ../gtk/gtkaction.c:216 +#: gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "નાનું લેબલ કે જે સાધનપટ્ટી બટનો માટે ઉપયોગી થાય છે." -#: ../gtk/gtkaction.c:224 +#: gtk/gtkaction.c:224 msgid "Tooltip" msgstr "સાધન ટીપ્પણી" -#: ../gtk/gtkaction.c:225 +#: gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "આ ક્રિયા માટે સાધનટિપ્પણી." -#: ../gtk/gtkaction.c:240 +#: gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "જથ્થાની ઓળખ" -#: ../gtk/gtkaction.c:241 +#: gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "આ કાર્યમાં રજૂઆત કરવા દરમ્યાન વિજેટોમાં સ્ટોક આઇકોન ને દર્શાવેલ છે." -#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 +#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "GIcon" -#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 -#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 +#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 +#: gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "GIcon ને દર્શાવેલ છે" -#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 -#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:605 +#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "ચિહ્ન નામ" -#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 -#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 +#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 +#: gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "ચિહ્ન નામમાથી ચિહ્નનું નામ" -#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 +#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "આડું હોય ત્યારે દૃશ્યમાન" -#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 +#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." msgstr "શું સાધનપટ્ટી વસ્તુ દૃશ્યમાન થશે જ્યારે સાધનપટ્ટી આડી દિશામાં છે." -#: ../gtk/gtkaction.c:306 +#: gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "વધુ ભરાઈ જાય ત્યારે દૃશ્યમાન" -#: ../gtk/gtkaction.c:307 +#: gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." @@ -358,21 +360,21 @@ msgstr "" "જ્યારે સાચું હોય, ત્યારે સાધનવસ્તુ પ્રોક્સીઓ માટે આ ક્રિયા સાધનપટ્ટી વધારેભરાઈ જાય તે મેનુ રજૂ " "થાય છે." -#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 +#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "ઉભું હોય ત્યારે દૃશ્યમાન" -#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 +#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." msgstr "જ્યારે સાધનપટ્ટી ઊભી દિશામાં હોય ત્યારે શું સાધનપટ્ટી વસ્તુ દૃશ્યમાન થશે." -#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 +#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 msgid "Is important" msgstr "જરુરી છે" -#: ../gtk/gtkaction.c:323 +#: gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." @@ -380,109 +382,109 @@ msgstr "" "શું ક્રિયા મહત્વની હોય એ જરૂરી છે. જ્યારે સાચું હોય, ત્યારે આ ક્રિયા માટેની સાધનવસ્તુ " "પ્રોક્સીઓ GTK_TOOLBAR_BOTH_HORIZ સ્થિતિમાં લખાણ બતાવે છે." -#: ../gtk/gtkaction.c:331 +#: gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "જો ખાલી હોય તો છુપાવો" -#: ../gtk/gtkaction.c:332 +#: gtk/gtkaction.c:332 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/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193 +#: gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "સંવેદનશીલ" -#: ../gtk/gtkaction.c:339 +#: gtk/gtkaction.c:339 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/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293 +#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516 msgid "Visible" msgstr "દૃશ્યમાન" -#: ../gtk/gtkaction.c:346 +#: gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "શું વિજેટ દૃશ્યમાન છે." -#: ../gtk/gtkaction.c:352 +#: gtk/gtkaction.c:352 msgid "Action Group" msgstr "કાર્યશીલ વિસ્તારની કિનારી" -#: ../gtk/gtkaction.c:353 +#: gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." -msgstr "GtkActionGroup આ GtkAction સાથે સંકળાયેલ છે, અથવા NULL સાથે (આંતરિક વપરાશ માટે)." +msgstr "" +"GtkActionGroup આ GtkAction સાથે સંકળાયેલ છે, અથવા NULL સાથે (આંતરિક વપરાશ માટે)." -#: ../gtk/gtkactiongroup.c:171 +#: gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "ક્રિયા જૂથ માટે નામ." -#: ../gtk/gtkactiongroup.c:178 +#: gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "શું ક્રિયા જૂથ સક્રિય કરેલ છે." -#: ../gtk/gtkactiongroup.c:185 +#: gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "શું ક્રિયા જૂથ દૃશ્યમાન છે." -#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:204 ../gtk/gtkspinbutton.c:269 +#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "કિંમત" -#: ../gtk/gtkadjustment.c:94 +#: gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "ગોઠવણની કિંમત" -#: ../gtk/gtkadjustment.c:110 +#: gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "ન્યૂનતમ x" -#: ../gtk/gtkadjustment.c:111 +#: gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "સ્તંભ માટે ન્યૂનતમ માન્ય રાખેલી પહોળાઈ" -#: ../gtk/gtkadjustment.c:130 +#: gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "મહત્તમ લંબાઈ" -#: ../gtk/gtkadjustment.c:131 +#: gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "સ્તંભ માટે મહત્તમ માન્ય રાખેલી પહોળાઈ" -#: ../gtk/gtkadjustment.c:147 +#: gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "સ્ક્રીન" -#: ../gtk/gtkadjustment.c:148 +#: gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "પ્રવેશના સમાવિષ્ટો" -#: ../gtk/gtkadjustment.c:164 +#: gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "પાના વધારો" -#: ../gtk/gtkadjustment.c:165 +#: gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "પ્રવેશના સમાવિષ્ટો" -#: ../gtk/gtkadjustment.c:184 +#: gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "પાનાનું માપ" -#: ../gtk/gtkadjustment.c:185 +#: gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "બટનની ફેરબદલની સ્થિતિ" -#: ../gtk/gtkalignment.c:90 +#: gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "આડી કતારબંધ ગોઠવણી" -#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 +#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" @@ -490,11 +492,11 @@ msgstr "" "પ્રાપ્ય જગ્યામાં બાળની આડી સ્થિતિ.0.0 ડાબી બાજુ, અને 1.0 જમણી બાજુ કતારબંધ રીતે " "ગોઠવાયેલી છે" -#: ../gtk/gtkalignment.c:100 +#: gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "ઊભી કતારબંધ ગોઠવણી" -#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 +#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" @@ -502,11 +504,11 @@ msgstr "" "પ્રાપ્ય જગ્યામાં બાળની ઊભી સ્થિતિ.0.0 ઉપરની બાજુ,1.0 નીચેની બાજુ કતારબંધ રીતે ગોઠવાયેલી " "છે" -#: ../gtk/gtkalignment.c:109 +#: gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "આડુ માપદંડ" -#: ../gtk/gtkalignment.c:110 +#: gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" @@ -514,11 +516,11 @@ msgstr "" "જો પ્રાપ્ય આડી જગ્યા બાળને જરુર કરતા વધારે હોય તો, બાળ માટે તેનો કેટલોઉપયોગ થયો. 0.0 " "એટલે જરા પણ નહિ, 1.0 એટલે બધી" -#: ../gtk/gtkalignment.c:118 +#: gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "ઉભુ માપદંડ" -#: ../gtk/gtkalignment.c:119 +#: gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" @@ -526,287 +528,288 @@ msgstr "" "જો પ્રાપ્ય ઉભી જગ્યા બાળને જરુર કરતા વધારે હોય તો, બાળ માટે તેનો કેટલો ઉપયોગ થયો. 0.0 " "એટલે જરાપણ નહિ, 1.0 એટલે બધી" -#: ../gtk/gtkalignment.c:136 +#: gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "ખાલી જગ્યા ભરો" -#: ../gtk/gtkalignment.c:137 +#: gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "બાળ વિજેટની ઉપરની બાજુ જોડવા માટેનો હરોળનો ક્રમાંક." -#: ../gtk/gtkalignment.c:153 +#: gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "ખાલી જગ્યા ભરો" -#: ../gtk/gtkalignment.c:154 +#: gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "બાળને નીચેથી જોડવાની હરોળની સંખ્યા." -#: ../gtk/gtkalignment.c:170 +#: gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "ખાલી જગ્યા ભરો" -#: ../gtk/gtkalignment.c:171 +#: gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "બાળની ડાબી બાજુ જોડવા માટેનો સ્તંભનો ક્રમાંક." -#: ../gtk/gtkalignment.c:187 +#: gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "જમણો હાંસ્યો" -#: ../gtk/gtkalignment.c:188 +#: gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "વિજેટની ડાબી અને જમણી બાજુને ઉમેરવામાં આવતી જગ્યા પિક્સેલમાં." -#: ../gtk/gtkarrow.c:75 +#: gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "તીરની દિશા" -#: ../gtk/gtkarrow.c:76 +#: gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "દિશા કે જે તીરે દર્શાવવી જોઈએ" -#: ../gtk/gtkarrow.c:84 +#: gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "તીરનો પડછાયો" -#: ../gtk/gtkarrow.c:85 +#: gtk/gtkarrow.c:85 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:363 msgid "Arrow Scaling" msgstr "તીરનું માપન" -#: ../gtk/gtkarrow.c:93 +#: gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "તીર દ્વારા વાપરવામાં આવતી જગ્યાનો જથ્થો" -#: ../gtk/gtkaspectframe.c:79 +#: gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "આડી કતારબંધ ગોઠવણી" -#: ../gtk/gtkaspectframe.c:80 +#: gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "બાળની X દિશામાં ગોઠવણી" -#: ../gtk/gtkaspectframe.c:86 +#: gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "ઉભી કતારબંધ ગોઠવણી" -#: ../gtk/gtkaspectframe.c:87 +#: gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "બાળની Y દિશામાં ગોઠવણી" -#: ../gtk/gtkaspectframe.c:93 +#: gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "ગુણોત્તર" -#: ../gtk/gtkaspectframe.c:94 +#: gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "ધારેલો ગુણોત્તર જો આજ્ઞાંકિત બાળ ખોટો હોય તો.(_c)" -#: ../gtk/gtkaspectframe.c:100 +#: gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "આજ્ઞાંકિત બાળ" -#: ../gtk/gtkaspectframe.c:101 +#: gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "ધારેલા ગુણોત્તરને ચોકઠાના બાળ સાથે બંધબેસવા માટે મજબૂર કરો" -#: ../gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "હેડર ભરો" -#: ../gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "હેડરની આસપાસ પિક્સેલોની સંખ્યા." -#: ../gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "સમાવિષ્ટ ભરો" -#: ../gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "સમાવિષ્ટ પાનાંઓ ફરતે પિક્સેલોની સંખ્યા." -#: ../gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:286 msgid "Page type" msgstr "પાનાં પ્રકાર" -#: ../gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "સહાયક પાનાંનો પ્રકાર" -#: ../gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:304 msgid "Page title" msgstr "પાનાં શીર્ષક" -#: ../gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "સહાયક પાનાંનું શીર્ષક" -#: ../gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:321 msgid "Header image" msgstr "હેડર ઈમેજ" -#: ../gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "સહાયક પાનાં માટે હેડર ઈમેજ" -#: ../gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "બાજુપટ્ટી ઈમેજ" -#: ../gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "સહાયક પાનાં માટે બાજુપટ્ટી ઈમેજ" -#: ../gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:354 msgid "Page complete" msgstr "પાનું સમાપ્ત" -#: ../gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "શું પાનાં પરના બધા જરૂરી ક્ષેત્રો ભરાઈ ગયેલ છે" -#: ../gtk/gtkbbox.c:91 +#: gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "બાળની ન્યૂનત્તમ પહોળાઈ" -#: ../gtk/gtkbbox.c:92 +#: gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "પેટીની અંદરના બટનની ન્યૂનત્તમ પહોળાઈ" -#: ../gtk/gtkbbox.c:100 +#: gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "બાળની ન્યૂનત્તમ ઊંચાઈ" -#: ../gtk/gtkbbox.c:101 +#: gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "પેટીની અંદરના બટનની ન્યૂનત્તમ ઊંચાઈ" -#: ../gtk/gtkbbox.c:109 +#: gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "બાળની આંતરિક પહોળાઈની ખાલી જગ્યા ભરો" -#: ../gtk/gtkbbox.c:110 +#: gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "બંને બાજુ વધારવા માટેનું બાળના માપનું પ્રમાણ" -#: ../gtk/gtkbbox.c:118 +#: gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "બાળની આંતરિક ઊંચાઈની ખાલી જગ્યા ભરો" -#: ../gtk/gtkbbox.c:119 +#: gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "ઉપર અને નીચે વધારવા માટેના બાળના માપનું પ્રમાણ" -#: ../gtk/gtkbbox.c:127 +#: gtk/gtkbbox.c:127 msgid "Layout style" msgstr "દેખાવની શૈલી" -#: ../gtk/gtkbbox.c:128 +#: gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" msgstr "પેટીમાં બટનોને કેવી રીતે દેખાડવા. શક્ય કિંમતો મૂળભૂત, ફેલાયેલીબાજુ, શરૂઆત અને અંત છે" -#: ../gtk/gtkbbox.c:136 +#: gtk/gtkbbox.c:136 msgid "Secondary" msgstr "ગૌણ" -#: ../gtk/gtkbbox.c:137 +#: gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" msgstr "જો ખરુ હોય તો બાળ ગૌણ જૂથમાં દેખાશે, દા.ત. મદદ બટનો માટે યોગ્ય છે" -#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 -#: ../gtk/gtktreeviewcolumn.c:216 +#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 +#: gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "છોડેલી જગ્યા" -#: ../gtk/gtkbox.c:131 +#: gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "બાળકો વચ્ચે છોડેલી જગ્યાનું પ્રમાણ" -#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 -#: ../gtk/gtktoolbar.c:573 +#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 +#: gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "એક જ સરખાં " -#: ../gtk/gtkbox.c:141 +#: gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "શું બધા બાળકો સરખા માપના હોવા જોઈએ" -#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 -#: ../gtk/gtktreeviewcolumn.c:272 +#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 +#: gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "ફેલાવો" -#: ../gtk/gtkbox.c:149 +#: gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "શું પિતૃનો વિકાસ થાય ત્યારે બાળને વધારાની જગ્યા મળવી જોઈએ" -#: ../gtk/gtkbox.c:155 +#: gtk/gtkbox.c:155 msgid "Fill" msgstr "ભરો" -#: ../gtk/gtkbox.c:156 +#: gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" msgstr "શું બાળને અપાયેલી વધારાની જગ્યા બાળને ફાળવવી શું તેને ભરી કાઢવી" -#: ../gtk/gtkbox.c:162 +#: gtk/gtkbox.c:162 msgid "Padding" msgstr "ખાલી જગ્યા ભરો" -#: ../gtk/gtkbox.c:163 +#: gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "પીક્સેલની અંદર, બાળ અને પડોશીની વચ્ચે મૂકવાની વધારાની જગ્યા" -#: ../gtk/gtkbox.c:169 +#: gtk/gtkbox.c:169 msgid "Pack type" msgstr "પેક પ્રકાર" -#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 +#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" -msgstr "બાળ એ પિતૃના શરુઆતના શું અંતના સંદર્ભમાં બંધાયુ છે કે નહિ તે દર્શાવવા માટેનુંGtkPackType" +msgstr "" +"બાળ એ પિતૃના શરુઆતના શું અંતના સંદર્ભમાં બંધાયુ છે કે નહિ તે દર્શાવવા માટેનુંGtkPackType" -#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 -#: ../gtk/gtkruler.c:148 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 +#: gtk/gtkruler.c:148 msgid "Position" msgstr "સ્થિતિ" -#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 +#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "પિતૃમાં બાળનો અનુક્રમાંક " -#: ../gtk/gtkbuilder.c:96 +#: gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "અનુવાદ ડોમેઈન" -#: ../gtk/gtkbuilder.c:97 +#: gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "gettext દ્વારા વપરાતું અનુવાદ ડોમેઈન" -#: ../gtk/gtkbutton.c:220 +#: gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" msgstr "જો બટન લેબલ વિજેટ ધરાવતુ હોય તો, બટનની અંદર લેબલ વિજેટનું લેખન" -#: ../gtk/gtkbutton.c:227 ../gtk/gtkexpander.c:203 ../gtk/gtklabel.c:388 -#: ../gtk/gtkmenuitem.c:315 ../gtk/gtktoolbutton.c:209 +#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 +#: gtk/gtkmenuitem.c:315 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/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389 +#: gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" @@ -814,144 +817,147 @@ msgstr "" "જો સુયોજિત હોય તો, શબ્દની નીચેની લીટી એ સૂચવે છે શુંનો શબ્દ સંજ્ઞાસૂચિની પ્રવેગ કી માટે " "વાપરવો જોઇએ" -#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 +#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "જથ્થાનો ઉપયોગ કરવો" -#: ../gtk/gtkbutton.c:236 -msgid "If set, the label is used to pick a stock item instead of being displayed" -msgstr "જો સુયોજિત હોય તો, દર્શાવવાની જગ્યાએ લેબલનો ઉપયોગ જથ્થાની વસ્તુને પસંદ કરવા માટે થાય છે" +#: gtk/gtkbutton.c:236 +msgid "" +"If set, the label is used to pick a stock item instead of being displayed" +msgstr "" +"જો સુયોજિત હોય તો, દર્શાવવાની જગ્યાએ લેબલનો ઉપયોગ જથ્થાની વસ્તુને પસંદ કરવા માટે થાય છે" -#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 -#: ../gtk/gtkfilechooserbutton.c:393 +#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "ક્લિક પર ફોકસ" -#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 +#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "જ્યારે માઉસ વડે ક્લિક થાય ત્યારે શું બટન ફોક્સ મેળવે" -#: ../gtk/gtkbutton.c:251 +#: gtk/gtkbutton.c:251 msgid "Border relief" msgstr "કિનારી મુક્તિ" -#: ../gtk/gtkbutton.c:252 +#: gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "કિનારીમુક્તની રીત" -#: ../gtk/gtkbutton.c:269 +#: gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "આડી કતારબંધ ગોઠવણી" -#: ../gtk/gtkbutton.c:288 +#: gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "ઊભી કતારબંધ ગોઠવણી" -#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 +#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "ચિત્ર વિજેટ" -#: ../gtk/gtkbutton.c:306 +#: gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "બટન લખાણની આગળ દેખાડવા માટે બાળ વિજેટ" -#: ../gtk/gtkbutton.c:320 +#: gtk/gtkbutton.c:320 msgid "Image position" msgstr "ચિત્ર સ્થિતિ" -#: ../gtk/gtkbutton.c:321 +#: gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "લખાણને અનુલક્ષીને ચિત્રની સ્થિતિ" -#: ../gtk/gtkbutton.c:433 +#: gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "છોડાયેલી મૂળભૂત જગ્યા" -#: ../gtk/gtkbutton.c:434 +#: gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "CAN_DEFAULT બટન માટે ઉમેરવાની વધારાની જગ્યા" -#: ../gtk/gtkbutton.c:440 +#: gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "છોડાયેલી મૂળભૂત બહારની જગ્યા" -#: ../gtk/gtkbutton.c:441 +#: gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" msgstr "CAN_DEFAULT બટન માટે વધારાની જગ્યા હંમેશા કિનારીની બહારના વિસ્તારમાં મૂકવી" -#: ../gtk/gtkbutton.c:446 +#: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "બાળ X સ્થળાંતર" -#: ../gtk/gtkbutton.c:447 -msgid "How far in the x direction to move the child when the button is depressed" +#: gtk/gtkbutton.c:447 +msgid "" +"How far in the x direction to move the child when the button is depressed" msgstr "બટનને દબાવવામાં આવે ત્યારે બાળને X ની દિશામાં કેટલો દૂર સુધી ખસેડવી" -#: ../gtk/gtkbutton.c:454 +#: gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "બાળ Y સ્થળાંતર" -#: ../gtk/gtkbutton.c:455 -msgid "How far in the y direction to move the child when the button is depressed" +#: gtk/gtkbutton.c:455 +msgid "" +"How far in the y direction to move the child when the button is depressed" msgstr "બટનને દબાવવામાં આવે ત્યારે બાળને y ની દિશામાં કેટલે દૂર સુધી ખસેડવી" -#: ../gtk/gtkbutton.c:471 +#: gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "ડિસ્પ્લે ફોકસ" -#: ../gtk/gtkbutton.c:472 +#: gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" msgstr "શું child_displacement_x/_y ગુણધર્મો ફોકસ લંબચોરસને પણ અસર કરવા જોઈએ" -#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "અંદરની કિનારી" -#: ../gtk/gtkbutton.c:486 +#: gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "બટન બાજુઓ અને બાળ વચ્ચેની કિનારી." -#: ../gtk/gtkbutton.c:499 +#: gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "ચિત્ર વચ્ચેની જગ્યા" -#: ../gtk/gtkbutton.c:500 +#: gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "ચિત્ર અને લેબલ વચ્ચેની જગ્યા પિક્સેલોમાં" -#: ../gtk/gtkbutton.c:514 +#: gtk/gtkbutton.c:514 msgid "Show button images" msgstr "બટન ઈમેજો બતાવો" -#: ../gtk/gtkbutton.c:515 +#: gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "ક્યાંતો બટનો પર ચિત્રોને બતાવેલ હોવા જોઇએ" -#: ../gtk/gtkcalendar.c:440 +#: gtk/gtkcalendar.c:440 msgid "Year" msgstr "વર્ષ" -#: ../gtk/gtkcalendar.c:441 +#: gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "પસંદ કરેલ વર્ષ" -#: ../gtk/gtkcalendar.c:454 +#: gtk/gtkcalendar.c:454 msgid "Month" msgstr "મહિનો" -#: ../gtk/gtkcalendar.c:455 +#: gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "પસંદ કરેલ મહિનો (૦ અને ૧૧ વચ્ચેની સંખ્યા)" -#: ../gtk/gtkcalendar.c:469 +#: gtk/gtkcalendar.c:469 msgid "Day" msgstr "દિવસ" -#: ../gtk/gtkcalendar.c:470 +#: gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" @@ -959,316 +965,314 @@ msgstr "" "પસંદ કરેલ દિવસ (૧ અને ૩૧ વચ્ચેની સંખ્યા, અથવા વર્તમાનમાં પસંદ થયેલ દિવસની પસંદગી દૂર કરવા " "માટે ૦)" -#: ../gtk/gtkcalendar.c:484 +#: gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "મથાળું બતાવો" -#: ../gtk/gtkcalendar.c:485 +#: gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "જો સાચું હોય, તો મથાળું દર્શાવાય છે" -#: ../gtk/gtkcalendar.c:499 +#: gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "દિવસ નામો બતાવો" -#: ../gtk/gtkcalendar.c:500 +#: gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "જો સાચું હોય, તો દિવસ નામો દર્શાવાય છે" -#: ../gtk/gtkcalendar.c:513 +#: gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "કોઈ મહિનો બદલાયો નથી" -#: ../gtk/gtkcalendar.c:514 +#: gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "જો સાચું હોય, તો પસંદ કરેલ મહિનો બદલી શકાતો નથી" -#: ../gtk/gtkcalendar.c:528 +#: gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "અઠવાડિયા નંબરો બતાવો" -#: ../gtk/gtkcalendar.c:529 +#: gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "જો સાચું હોય, તો અઠવાડિયા નંબરો દર્શાવાય છે" -#: ../gtk/gtkcalendar.c:544 +#: gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "પહોળાઇની વિગતો" -#: ../gtk/gtkcalendar.c:545 +#: gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "અક્ષરોમાં વિગતોની પહોળાઇ" -#: ../gtk/gtkcalendar.c:560 +#: gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "ઊંચાઇની વિગતો" -#: ../gtk/gtkcalendar.c:561 +#: gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "હરોળમાં ઊંચાઇની વિગતો" -#: ../gtk/gtkcalendar.c:577 +#: gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "વિગતો ને બતાવો" -#: ../gtk/gtkcalendar.c:578 +#: gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "જો TRUE હોય તો, વિગતો બતાવેલ છે" -#: ../gtk/gtkcellrenderer.c:177 +#: gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "સ્થિતિ" -#: ../gtk/gtkcellrenderer.c:178 +#: gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "CellRenderer માટે બદલી શકાય તેવી સ્થિતિ" -#: ../gtk/gtkcellrenderer.c:186 +#: gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "દૃશ્યમાન" -#: ../gtk/gtkcellrenderer.c:187 +#: gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "કોષ દર્શાવો" -#: ../gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "કોષ સંવેદનશીલ દર્શાવો" -#: ../gtk/gtkcellrenderer.c:201 +#: gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "xalign" -#: ../gtk/gtkcellrenderer.c:202 +#: gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "x-align" -#: ../gtk/gtkcellrenderer.c:211 +#: gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "yalign" -#: ../gtk/gtkcellrenderer.c:212 +#: gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "y-align" -#: ../gtk/gtkcellrenderer.c:221 +#: gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "xpad" -#: ../gtk/gtkcellrenderer.c:222 +#: gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "xpad" -#: ../gtk/gtkcellrenderer.c:231 +#: gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "ypad" -#: ../gtk/gtkcellrenderer.c:232 +#: gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "ypad" -#: ../gtk/gtkcellrenderer.c:241 +#: gtk/gtkcellrenderer.c:241 msgid "width" msgstr "પહોળાઈ" -#: ../gtk/gtkcellrenderer.c:242 +#: gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "ચોક્કસ પહોળાઈ" -#: ../gtk/gtkcellrenderer.c:251 +#: gtk/gtkcellrenderer.c:251 msgid "height" msgstr "ઊંચાઈ" -#: ../gtk/gtkcellrenderer.c:252 +#: gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "ચોક્કસ ઊંચાઈ" -#: ../gtk/gtkcellrenderer.c:261 +#: gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "વધારનાર છે" -#: ../gtk/gtkcellrenderer.c:262 +#: gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "હરોળને બાળક છે" -#: ../gtk/gtkcellrenderer.c:270 +#: gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "વિસ્તારેલું છે" -#: ../gtk/gtkcellrenderer.c:271 +#: gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "હરોળ એ એક ફેલાવનાર હરોળ છે અને તેને ફેલાવી દેવાઇ છે" -#: ../gtk/gtkcellrenderer.c:278 +#: gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "કોષના પાશ્વ ભાગના રંગનુ નામ" -#: ../gtk/gtkcellrenderer.c:279 +#: gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "કોષના પાશ્વ ભાગનો રંગ શબ્દમાળા તરીકે" -#: ../gtk/gtkcellrenderer.c:286 +#: gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "કોષના પાશ્વ ભાગનો રંગ" -#: ../gtk/gtkcellrenderer.c:287 +#: gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "કોષના પાશ્વ ભાગનો રંગ Gdk રંગ તરીકે" -#: ../gtk/gtkcellrenderer.c:294 +#: gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "ફેરફાર કરી રહ્યા છે" -#: ../gtk/gtkcellrenderer.c:295 +#: gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "શું રેન્ડર થયેલ ખાનું વર્તમાનમાં સંપાદન સ્થિતિમાં છે" -#: ../gtk/gtkcellrenderer.c:303 +#: gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "કોષનો પાશ્વ ભાગ સુયોજિત છે" -#: ../gtk/gtkcellrenderer.c:304 +#: gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "શું આ નિશાની કોષના પાશ્વ ભાગના રંગને અસર કરે છે" -#: ../gtk/gtkcellrendereraccel.c:113 +#: gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "પ્રવેગક કી" -#: ../gtk/gtkcellrendereraccel.c:114 +#: gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "પ્રવેગકની કી કિંમત" -#: ../gtk/gtkcellrendereraccel.c:130 +#: gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "પ્રવેગક સુધારકો" -#: ../gtk/gtkcellrendereraccel.c:131 +#: gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "પ્રવેગકનું સુધારક માસ્ક" -#: ../gtk/gtkcellrendereraccel.c:148 +#: gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "પ્રવેગક કીકોડ" -#: ../gtk/gtkcellrendereraccel.c:149 +#: gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "પ્રવેગકનો હાર્ડવેર કીકોડ" -#: ../gtk/gtkcellrendereraccel.c:168 +#: gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "પ્રવેગક સ્થિતિ" -#: ../gtk/gtkcellrendereraccel.c:169 +#: gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "પ્રવેગકનો પ્રકાર" -#: ../gtk/gtkcellrenderercombo.c:107 +#: gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "મોડેલ" -#: ../gtk/gtkcellrenderercombo.c:108 +#: gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "કમ્બો બોક્સ માટે શક્ય કિંમતો સમાવતું મોડેલ" -#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 +#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "લખાણ સ્તંભ" -#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 +#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "માંથી શબ્દમાળા મેળવવા માટે માહિતી સ્રોતમાં સ્તંભ" -#: ../gtk/gtkcellrenderercombo.c:148 +#: gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "પાસે પ્રવેશ છે" -#: ../gtk/gtkcellrenderercombo.c:149 +#: gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "જો ખોટું હોય, તો પસંદ થયેલની જગ્યાએ શબ્દમાળાઓ દાખલ કરવા માટે પરવાનગી આપશો નહિં" -#: ../gtk/gtkcellrendererpixbuf.c:111 +#: gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "pixbuf ઓબ્જેક્ટ" -#: ../gtk/gtkcellrendererpixbuf.c:112 +#: gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "ઘાટ આપવા માટેનું pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:119 +#: gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "Pixbufને ફેલાવનાર ખુલ્લુ છે" -#: ../gtk/gtkcellrendererpixbuf.c:120 +#: gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "ખુલ્લા ફેલાવનાર માટે Pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:127 +#: gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "Pixbuf ફેલાવનાર બંધ છે" -#: ../gtk/gtkcellrendererpixbuf.c:128 +#: gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "બંધ કરાયેલા ફેલાવનાર માટેનું Pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 -#: ../gtk/gtkstatusicon.c:226 +#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "સ્ટોક ID" -#: ../gtk/gtkcellrendererpixbuf.c:136 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "રેન્ડર કરવા માટે સ્ટોક ID નું સ્ટોક ચિહ્ન" -#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 -#: ../gtk/gtkstatusicon.c:267 +#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 +#: gtk/gtkstatusicon.c:267 msgid "Size" msgstr "માપ" -#: ../gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "GtkIconSize કિંમત કે જે રેન્ડર થયેલ ચિહ્નનું માપ સ્પષ્ટ કરે છે" -#: ../gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "વિગત" -#: ../gtk/gtkcellrendererpixbuf.c:154 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "થીમયંત્રને મોકલાયેલી ઘાટ આપવા માટેની વિગત મોકલવી" -#: ../gtk/gtkcellrendererpixbuf.c:187 +#: gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "સ્થિતિ અનુસરો" -#: ../gtk/gtkcellrendererpixbuf.c:188 +#: gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "શું રેન્ડર થયેલ pixbuf સ્થિતિ અનુસાર રંગ અપાયેલ હોવું જોઈએ" -#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "ચિહ્ન" -#: ../gtk/gtkcellrendererprogress.c:129 +#: gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "પ્રગતિદર્શક પટ્ટીની કિંમત" -#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 -#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 -#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 +#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 +#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 +#: gtk/gtktextbuffer.c:198 msgid "Text" msgstr "લખાણ" -#: ../gtk/gtkcellrendererprogress.c:147 +#: gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "પ્રગતિદર્શક પટ્ટી પરનું લખાણ" -#: ../gtk/gtkcellrendererprogress.c:170 +#: gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "ધબકાર" -#: ../gtk/gtkcellrendererprogress.c:171 +#: gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." @@ -1276,225 +1280,220 @@ msgstr "" "કંઈક પ્રગતિ થઈ છે, પરંતુ તમને ખબર નથી કે કેટલી, એમ સૂચવવા માટે આને ધન કિંમતોમાં સુયોજિત " "કરો." -#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 +#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "લખાણને x દિશામાં કતારબંધ ગોઠવો" -#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 +#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." msgstr "આડી લખાણ ગોઠવણ, 0 (ડાબે) થી 1 (જમણે). RTL દેખાવો માટે આરક્ષિત." -#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 +#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "લખાણને y દિશામાં કતારબંધ ગોઠવો" -#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 +#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "ઊભી લખાણ ગોઠવણ, 0 (ટોચ) થી 1 (તળિયે)." -#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 -#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 -#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 +#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 +#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 +#: gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "દિશા" -#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 +#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "પ્રગતિ દર્શક પટ્ટીની દિશા અને વિકાસ" -#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:223 -#: ../gtk/gtkspinbutton.c:208 +#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "બંધ બેસતુ કરો" -#: ../gtk/gtkcellrendererspin.c:94 +#: gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "સંતુલન કે જે સ્પીનબટનની કિંમત સાચવે છે." -#: ../gtk/gtkcellrendererspin.c:109 +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "વૃદ્ધિ દર" -#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 +#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "તમે જ્યારે બટનને પકડી રાખ્યું હોય ત્યારે પ્રવેગનો દર" -#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 -#: ../gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "આંકડા" -#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 +#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "દશાંશ પછી પ્રદર્શિત કરવા માટે આંકડાની સંખ્યા" -#: ../gtk/gtkcellrenderertext.c:196 +#: gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "ઘાટ આપવા માટેનું લખાણ" -#: ../gtk/gtkcellrenderertext.c:203 +#: gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "નિશાન કરવુ" -#: ../gtk/gtkcellrenderertext.c:204 +#: gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "ઘાટ આપવા માટે નિશાનીત કરાયેલુ લેખન" -#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 +#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 msgid "Attributes" msgstr "લાક્ષણિકતાઓ" -#: ../gtk/gtkcellrenderertext.c:212 +#: gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "લેખનને ઘાટ આપનાર પર અમલમાં મુકવા માટેની શૈલીની લાક્ષણિકતાઓની યાદી" -#: ../gtk/gtkcellrenderertext.c:219 +#: gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "એક ફકરા સ્થિતિ" -#: ../gtk/gtkcellrenderertext.c:220 +#: gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "બધા લખાણને એક જ ફકરામાં રાખવી કે નહિં" -#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 -#: ../gtk/gtktexttag.c:183 +#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 msgid "Background color name" msgstr "પાશ્વ ભાગના રંગનુ નામ" -#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 -#: ../gtk/gtktexttag.c:184 +#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "પાશ્વ ભાગના રંગને વાક્ય તરીકે" -#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 -#: ../gtk/gtktexttag.c:191 +#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 msgid "Background color" msgstr "પાશ્વ ભાગનો રંગ" -#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 +#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "પાશ્વ ભાગનો રંગ GdkColor તરીકે" -#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 +#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "અગ્ર ભાગના રંગનુ નામ" -#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 +#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "અગ્ર ભાગના રંગને વાક્ય તરીકે" -#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 +#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "અગ્ર ભાગનો રંગ" -#: ../gtk/gtkcellrenderertext.c:253 +#: gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "અગ્ર ભાગનો રંગ GdkColor તરીકે" -#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 -#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 +#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "બદલી શકાય તેવુ" -#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 -#: ../gtk/gtktextview.c:574 +#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "શું વપરાશકર્તા દ્વારા લખાણ બદલી શકાય છે" -#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 -#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 +#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 +#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 msgid "Font" msgstr "ફોન્ટ" -#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 +#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "ફોન્ટનુ વર્ણન શબ્દમાળા તરીકે દા.ત. \"Sans Italic 12\"" -#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 +#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "ફોન્ટનુ વર્ણન પેન્ગોફોન્ટના વર્ણનની સંરચના તરીકે" -#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 +#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 msgid "Font family" msgstr "ફોન્ટનુ કુટુંબ" -#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 +#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "ફોન્ટના કુટુંબનુ નામ દા.ત. સાંસ, હેલવેટીકા, ટાઈમ્સ, મોનોસ્પેસ" -#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 -#: ../gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 +#: gtk/gtktexttag.c:291 msgid "Font style" msgstr "ફોન્ટ શૈલી" -#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 -#: ../gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 +#: gtk/gtktexttag.c:300 msgid "Font variant" msgstr "ફોન્ટ ચલ" -#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 -#: ../gtk/gtktexttag.c:309 +#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 +#: gtk/gtktexttag.c:309 msgid "Font weight" msgstr "ફોન્ટની જાડાઈ" -#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 -#: ../gtk/gtktexttag.c:320 +#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 +#: gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "ફોન્ટનું ખેંચાણ" -#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 -#: ../gtk/gtktexttag.c:329 +#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 +#: gtk/gtktexttag.c:329 msgid "Font size" msgstr "ફોન્ટનું માપ" -#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 +#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 msgid "Font points" msgstr "ફોન્ટના બિંદુઓ" -#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 +#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "બિંદુઓમાં ફોન્ટનું માપ" -#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 +#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 msgid "Font scale" msgstr "ફોન્ટનુ માપદંડ" -#: ../gtk/gtkcellrenderertext.c:352 +#: gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "ફોન્ટના માપદંડ માટેનુ પરિમાણ" -#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 +#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 msgid "Rise" msgstr "ઉગવુ" -#: ../gtk/gtkcellrenderertext.c:362 -msgid "Offset of text above the baseline (below the baseline if rise is negative)" +#: gtk/gtkcellrenderertext.c:362 +msgid "" +"Offset of text above the baseline (below the baseline if rise is negative)" msgstr "આધારભૂત લાઈનથી લખાણની દૂરી(જો દૂરી નકારાત્મક હોય તો આધારભૂત લાઈનની નીચે)" -#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 +#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "છેંકી નાખો" -#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 +#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "શું તમારા લખાણને છેંકી નાખવુ છે" -#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 +#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 msgid "Underline" msgstr "નીચે લીટી કરો" -#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 +#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "આ લેખન માટે નીચે લીટી કરવાની રીત" -#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 +#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 msgid "Language" msgstr "ભાષા" -#: ../gtk/gtkcellrenderertext.c:391 +#: gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " @@ -1503,12 +1502,11 @@ msgstr "" "આ લખાણ જે ભાષામાં છે, ISO ના કોડ તરીકે. પેન્ગો લખાણને ઘાટ આપતી વખતેતેનો ઉપયોગ સંકેત " "તરીકે કરી શકે છે. જો તમે આ પરિમાણને સમજી ના શકો, તો કઈ નહિતમારે તેની જરુર નહિ પડે" -#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 -#: ../gtk/gtkprogressbar.c:206 +#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "એલીપ્સાઈઝ" -#: ../gtk/gtkcellrenderertext.c:412 +#: gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" @@ -1516,20 +1514,20 @@ msgstr "" "શબ્દમાળા ઈલીપ્સાઈઝ કરવા માટેનું પ્રાધાન્યવાળું સ્થાન, જો ખાનું રેન્ડર કરનાર પાસે પૂરતી " "શબ્દમાળા દર્શાવવા માટે પૂરતી જગ્યા નહિં હોય" -#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 -#: ../gtk/gtklabel.c:519 +#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 +#: gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "અક્ષરોમાં પહોળાઈ" -#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 +#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "લેબલની જરૂરી પહોળાઈ, અક્ષરોમાં" -#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 +#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "લપેટવાની સ્થિતિ" -#: ../gtk/gtkcellrenderertext.c:451 +#: gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" @@ -1537,1006 +1535,1006 @@ msgstr "" "કેવી રીતે શબ્દમાળાને ઘણી લીટીઓમાં તોડવી, જો કોષ રેન્ડર કરનાર પાસે વર્તમાન શબ્દમાળા " "દર્શાવવા માટે પૂરતી જગ્યા નહિં હોય" -#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 +#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "પહોળાઈ લપેટો" -#: ../gtk/gtkcellrenderertext.c:471 +#: gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "પહોળાઈ કે જે માપમાં લખાણ લપેટાય છે" -#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 +#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "કતારબંધ ગોઠવણી" -#: ../gtk/gtkcellrenderertext.c:492 +#: gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "લીટીઓ કેવી રીતે ગોઠવવી" -#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 -#: ../gtk/gtktexttag.c:564 +#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 msgid "Background set" msgstr "પાશ્વ ભાગ સુયોજિત છે" -#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 -#: ../gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "શું આ નિશાની પાશ્વ ભાગના રંગને અસર કરે છે" -#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 +#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "અગ્ર ભાગને સુયોજિત છે" -#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "શું આ નિશાની અગ્ર ભાગને અસર કરે છે" -#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 +#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 msgid "Editability set" msgstr "ફેરફાર કરી શકાય તેવી ગોઠવણ છે" -#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 +#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "શું આ નિશાની લેખનમાં ફેરફાર કરવાની ક્ષમતા પર અસર કરે છે" -#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 +#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 msgid "Font family set" msgstr "ફોન્ટના કુટુંબને સુયોજિત છે" -#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 +#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "શું આ નિશાની ફોન્ટના કુટુંબને અસર કરે છે" -#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 +#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 msgid "Font style set" msgstr "ફોન્ટની શૈલી સુયોજિત છે" -#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "શું આ નિશાની ફોન્ટની રીતને અસર કરે છે" -#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 +#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "ફોન્ટ ચલ સુયોજિત છે" -#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 +#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "શું આ નિશાની ફોન્ટના ચલને અસર કરે છે" -#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 +#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "ફોન્ટની જાડાઈનો સુયોજિત છે" -#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "શું આ નિશાની ફોન્ટની જાડાઈને અસર કરે છે" -#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 +#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "ફોન્ટને ખેંચો વિકલ્પ સુયોજિત છે" -#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 +#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "શું આ નિશાની ફોન્ટના ખેંચાણને અસર કરે છે" -#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 +#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 msgid "Font size set" msgstr "ફોન્ટના માપનો વિકલ્પ સુયોજિત છે" -#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 +#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "શું આ નિશાની ફોન્ટના માપને અસર કરે છે" -#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 +#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "ફોન્ટના માપદંડનો વિકલ્પ સુયોજિત છે" -#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 +#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "શું આ નિશાની ફોન્ટનું માપ કોઈ પ્રમાણ વડે બદલે છે" -#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 +#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 msgid "Rise set" msgstr "રાઇઝ વિકલ્પ સુયોજિત છે" -#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 +#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "શું આ નિશાની રાઇઝને અસર કરે છે" -#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 +#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "છેંકી નાખવાનો વિકલ્પ સુયોજિત છે" -#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 +#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "શું આ નિશાની છેંકી નાખવાના વિકલ્પને અસર કરે છે" -#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 +#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 msgid "Underline set" msgstr "નીચેલીટી કરવાનો વિકલ્પ સુયોજિત છે" -#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 +#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "શું આ નિશાની નીચેલીટી કરવાના વિકલ્પને અસર કરે છે" -#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 +#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 msgid "Language set" msgstr "ભાષા સુયોજિત છે" -#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 +#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "શું આ નિશાની એ ભાષાને અસર કરે છે જેમા લખાણને ઘાટ આપાયુ છે" -#: ../gtk/gtkcellrenderertext.c:558 +#: gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "એલીપ્સાઈઝ સુયોજિત છે" -#: ../gtk/gtkcellrenderertext.c:559 +#: gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "શું આ ટેગ એલીપ્સાઈઝ સ્થિતિને અસ કરે છે" -#: ../gtk/gtkcellrenderertext.c:562 +#: gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "કતારબંધ ગોઠવણી" -#: ../gtk/gtkcellrenderertext.c:563 +#: gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "શું આ ટેગ ગોઠવણ સ્થિતિને અસર કરે છે" -#: ../gtk/gtkcellrenderertoggle.c:126 +#: gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "ફેરબદલ સ્થિતિ" -#: ../gtk/gtkcellrenderertoggle.c:127 +#: gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "બટનની ફેરબદલની સ્થિતિ" -#: ../gtk/gtkcellrenderertoggle.c:134 +#: gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "અસંગત સ્થિતિ" -#: ../gtk/gtkcellrenderertoggle.c:135 +#: gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "બટનની અસંગત સ્થિતિ" -#: ../gtk/gtkcellrenderertoggle.c:142 +#: gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "કાર્યશીલ કરી શકાય તેવુ" -#: ../gtk/gtkcellrenderertoggle.c:143 +#: gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "ફેરબદલી માટેનું બટન કાર્યશીલ કરી શકાય છે" -#: ../gtk/gtkcellrenderertoggle.c:150 +#: gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "રેડિયો સ્થિતિ" -#: ../gtk/gtkcellrenderertoggle.c:151 +#: gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "ફેરબદલી માટેનું બટનને રેડિયો બટન તરીકે દોરો" -#: ../gtk/gtkcellrenderertoggle.c:158 +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "સૂચક માપ" -#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 -#: ../gtk/gtkcheckmenuitem.c:122 +#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 +#: gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "ચેક અથવા રેડિયો માટેના સૂચકનું માપ" -#: ../gtk/gtkcellview.c:182 +#: gtk/gtkcellview.c:182 msgid "CellView model" msgstr "CellView મોડલ" -#: ../gtk/gtkcellview.c:183 +#: gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "ખાનાં દેખાવ માટેનું મોડેલ" -#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 -#: ../gtk/gtkoptionmenu.c:168 +#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "સૂચકનુ માપ" -#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 -#: ../gtk/gtkoptionmenu.c:174 +#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "સૂચક માટેની જગ્યા" -#: ../gtk/gtkcheckbutton.c:78 +#: gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "ચેક અથવા રેડિયો સૂચકની આસપાસની જગ્યા" -#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 -#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 -#: ../gtk/gtktoggletoolbutton.c:114 +#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 +#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "કાર્યશીલ" -#: ../gtk/gtkcheckmenuitem.c:99 +#: gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "શું મેનુની વસ્તુઓ ચકાસાયેલી છે" -#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 +#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "અસંગત" -#: ../gtk/gtkcheckmenuitem.c:107 +#: gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "શું \"અસંગત\" સ્થિતિ દર્શાવી" -#: ../gtk/gtkcheckmenuitem.c:114 +#: gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "રેડિયો મેનુ વસ્તુ તરીકે દોરો" -#: ../gtk/gtkcheckmenuitem.c:115 +#: gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "શું મેનુની વસ્તુઓ તેની રેડિયો મેનુ વસ્તુ ચકાસાયેલી છે એમ દેખાય છે" -#: ../gtk/gtkcolorbutton.c:171 +#: gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "આલ્ફા વાપરો" -#: ../gtk/gtkcolorbutton.c:172 +#: gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "શું રંગને આલ્ફા કિંમત આપવી કે નહિં" -#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 -#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 -#: ../gtk/gtktreeviewcolumn.c:264 +#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 +#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "શીર્ષક" -#: ../gtk/gtkcolorbutton.c:187 +#: gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "રંગ પસંદગી સંવાદનું શીર્ષક" -#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 +#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "વર્તમાન રંગ" -#: ../gtk/gtkcolorbutton.c:202 +#: gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "પસંદિત રંગ" -#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 +#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "વર્તમાન આલ્ફા" -#: ../gtk/gtkcolorbutton.c:217 +#: gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "વર્તમાન અપારદર્શકતાનું કિંમત (૦ આખું પારદર્શક, ૬૫૫૩૫ આખું અપારદર્શક)" -#: ../gtk/gtkcolorsel.c:279 +#: gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "અપારદર્શકતા માટેનુ નિયંત્રણ ધરાવે છે" -#: ../gtk/gtkcolorsel.c:280 +#: gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "શું પસંદ કરનારે રંગ અપારદર્શકતાની ગોઠવણી માટે પરવાનગી આપવી જોઇએ છે" -#: ../gtk/gtkcolorsel.c:286 +#: gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "પેલેટ છે" -#: ../gtk/gtkcolorsel.c:287 +#: gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "શું પેલેટનો ઉપયોગ કરવો જોઈએ" -#: ../gtk/gtkcolorsel.c:294 +#: gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "વર્તમાન રંગ" -#: ../gtk/gtkcolorsel.c:301 +#: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "વર્તમાન અપારદર્શકતાનું કિંમત (૦ આખું પારદર્શક, ૬૫૫૩૫ આખું અપારદર્શક)" -#: ../gtk/gtkcolorsel.c:315 +#: gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "વૈવિધ્યપૂર્ણ પેલેટ" -#: ../gtk/gtkcolorsel.c:316 +#: gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "રંગની પસંદગીમાં પેલેટનો ઉપયોગ કરવો" -#: ../gtk/gtkcolorseldialog.c:102 +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "રંગ પસંદગી" -#: ../gtk/gtkcolorseldialog.c:103 +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "સંવાદમાં એમ્બેડેડ થયેલ રંગ પસંદગી." -#: ../gtk/gtkcolorseldialog.c:109 +#: gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "બરાબર બટન" -#: ../gtk/gtkcolorseldialog.c:110 +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "સંવાદનું બરાબર બટન." -#: ../gtk/gtkcolorseldialog.c:116 +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "બટન ને રદ કરો" -#: ../gtk/gtkcolorseldialog.c:117 +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "સંવાદનું રદ કરો બટન." -#: ../gtk/gtkcolorseldialog.c:123 +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "મદદ બટન" -#: ../gtk/gtkcolorseldialog.c:124 +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "સંવાદનું મદદ બટન." -#: ../gtk/gtkcombo.c:145 +#: gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "તીરવાળી કીને સક્રિય કરો" -#: ../gtk/gtkcombo.c:146 +#: gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "શું તીરવાળી કી વસ્તુઓની મેનુમાં ફરે છે" -#: ../gtk/gtkcombo.c:152 +#: gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "હંમેશા તીરવાળી કીને સક્રિય રાખો" -#: ../gtk/gtkcombo.c:153 +#: gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "જૂના ગુણધર્મો, અવગણાયેલ છે" -#: ../gtk/gtkcombo.c:159 +#: gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "કેસ પ્રત્યે સંવેદનશીલ" -#: ../gtk/gtkcombo.c:160 +#: gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "શું વસ્તુઓની મેનુની સરખામણી લખાણ સંવેદનશીલ છે" -#: ../gtk/gtkcombo.c:167 +#: gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "ખાલી રાખવા માટેની પરવાનગી આપો" -#: ../gtk/gtkcombo.c:168 +#: gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "શું આ જગ્યામાં ખાલી કિંમત દાખલ કરી શકાય" -#: ../gtk/gtkcombo.c:175 +#: gtk/gtkcombo.c:175 msgid "Value in list" msgstr "યાદીમાં કિંમત" -#: ../gtk/gtkcombo.c:176 +#: gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "શું પ્રવેશ કરાતી કિંમતો મેનુમાં પહેલેથી જ હોવી જોઇએ" -#: ../gtk/gtkcombobox.c:661 +#: gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "ComboBox મોડેલ" -#: ../gtk/gtkcombobox.c:662 +#: gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "કમ્બો બોક્સ માટે મોડેલ" -#: ../gtk/gtkcombobox.c:679 +#: gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "જાળીમાં વસ્તુઓ ગોઠવવા માટે લપેટવાની પહોળાઈ" -#: ../gtk/gtkcombobox.c:701 +#: gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "હરોળ વચ્ચેની જગ્યા" -#: ../gtk/gtkcombobox.c:702 +#: gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "હરોળ વિસ્તારક કિંમતો સમાવતો TreeModel સ્તંભ" -#: ../gtk/gtkcombobox.c:723 +#: gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "સ્તંભ વચ્ચેની જગ્યા" -#: ../gtk/gtkcombobox.c:724 +#: gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "સ્તંભ વિસ્તારતી કિંમતો સમાવતી TreeModel સ્તંભ" -#: ../gtk/gtkcombobox.c:745 +#: gtk/gtkcombobox.c:745 msgid "Active item" msgstr "ક્રિયાશીલ વસ્તુ" -#: ../gtk/gtkcombobox.c:746 +#: gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "વસ્તુ કે જે વર્તમાનમાં ક્રિયાશીલ છે" -#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 +#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "મેનુઓમાં ટ્રેડઓફ ઉમેરો" -#: ../gtk/gtkcombobox.c:766 +#: gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "શું ડ્રોપડાઉન પાસે ટીયરઓફ મેનુ વસ્તુઓ હોવી જોઈએ" -#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 +#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 msgid "Has Frame" msgstr "ચોકઠુ ધરાવે છે" -#: ../gtk/gtkcombobox.c:782 +#: gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "શું હેડરોની આસપાસ સ્તંભને ફરીથી ક્રમબધ કરી શકાય છે" -#: ../gtk/gtkcombobox.c:790 +#: gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "શું કમ્બો બોક્સ ફોકસ મેળવે છે જ્યારે તે માઉસ સાથે ક્લિક થાય છે" -#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 +#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "Tearoff શીર્ષક" -#: ../gtk/gtkcombobox.c:806 +#: gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" msgstr "શીર્ષક કે જે વિન્ડો વ્યવસ્થાપક દ્રારા દર્શાવવામાં આવશે જ્યારે પોપઅપ એ બંધ હોય" -#: ../gtk/gtkcombobox.c:823 +#: gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "પોપઅપ બતાવાયેલ" -#: ../gtk/gtkcombobox.c:824 +#: gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "શું કમ્બોનું ડ્રોપડાઉન બતાવાયેલ છે" -#: ../gtk/gtkcombobox.c:840 +#: gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "બટન સંવેદનશીલ" -#: ../gtk/gtkcombobox.c:841 +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "જ્યારે મોડેલ ખાલી હોય ત્યારે શું નીચેઆવતું બટન સંવેદનશીલ હોય" -#: ../gtk/gtkcombobox.c:848 +#: gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "યાદી તરીકે દેખાય છે" -#: ../gtk/gtkcombobox.c:849 +#: gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "શું ડ્રોપડાઉનો મેનુઓની જગ્યાએ યાદીઓ તરીકે દેખાવા જોઈએ" -#: ../gtk/gtkcombobox.c:865 +#: gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "તીર માપ" -#: ../gtk/gtkcombobox.c:866 +#: gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "કમ્બો બોક્સમાં તીરનું ન્યૂનતમ માપ" -#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 -#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 -#: ../gtk/gtkviewport.c:122 +#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 +#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 +#: gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "પડછાયાનો પ્રકાર" -#: ../gtk/gtkcombobox.c:882 +#: gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "કમ્બો બોક્સની ફરતે કયા પ્રકારનો પડછાયો દોરવો" -#: ../gtk/gtkcontainer.c:238 +#: gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "માપબદલવા માટેની સ્થિતિ" -#: ../gtk/gtkcontainer.c:239 +#: gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "સ્પષ્ટ કરો કે માપ બદલવા માટેના બનાવો કઈ રીતે સંચાલિત થાય છે" -#: ../gtk/gtkcontainer.c:246 +#: gtk/gtkcontainer.c:246 msgid "Border width" msgstr "કિનારીની પહોળાઈ" -#: ../gtk/gtkcontainer.c:247 +#: gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "સમાવનારના બાળની બહાર ખાલી કિનારીની પહોળાઈ" -#: ../gtk/gtkcontainer.c:255 +#: gtk/gtkcontainer.c:255 msgid "Child" msgstr "બાળ" -#: ../gtk/gtkcontainer.c:256 +#: gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "સમાવનારમાં એક નવા બાળને ઉમેરવા માટે ઉપયોગ કરી શકાય છે" -#: ../gtk/gtkcurve.c:124 +#: gtk/gtkcurve.c:124 msgid "Curve type" msgstr "વળાંકનો પ્રકાર" -#: ../gtk/gtkcurve.c:125 +#: gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "શું આ વળાંક રેખીય, સ્પ્લાઈન ઈન્ટરપોલેટેડ, અથવા ફ્રી-ફોર્મ છે" -#: ../gtk/gtkcurve.c:132 +#: gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "ન્યૂનતમ X" -#: ../gtk/gtkcurve.c:133 +#: gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "X માટે ન્યૂનતમ શક્ય કિંમત" -#: ../gtk/gtkcurve.c:141 +#: gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "મહત્તમ X" -#: ../gtk/gtkcurve.c:142 +#: gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "X માટે મહત્તમ શક્ય કિંમત" -#: ../gtk/gtkcurve.c:150 +#: gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "ન્યૂનતમ Y" -#: ../gtk/gtkcurve.c:151 +#: gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "Y માટે ન્યૂનતમ શક્ય કિંમત" -#: ../gtk/gtkcurve.c:159 +#: gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "મહત્તમ Y" -#: ../gtk/gtkcurve.c:160 +#: gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Y માટે મહત્તમ શક્ય કિંમત" -#: ../gtk/gtkdialog.c:145 +#: gtk/gtkdialog.c:145 msgid "Has separator" msgstr "વિભાજક છે" -#: ../gtk/gtkdialog.c:146 +#: gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "સંવાદમાં તેના બટનની ઉપર એક વિભાજક પટ્ટી છે" -#: ../gtk/gtkdialog.c:191 +#: gtk/gtkdialog.c:191 msgid "Content area border" msgstr "સમાવિષ્ટ વિસ્તારની કિનારી" -#: ../gtk/gtkdialog.c:192 +#: gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "મુખ્ય સંવાદ વિસ્તારની આસપાસ કિનારીની પહોળાઈ" -#: ../gtk/gtkdialog.c:209 +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "સમાવિષ્ટ વિસ્તાર વચ્ચે જગ્યા છોડો" -#: ../gtk/gtkdialog.c:210 +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "મુખ્ય સંવાદ વિસ્તારનાં ઘટકો વચ્ચે જગ્યા છોડો" -#: ../gtk/gtkdialog.c:217 +#: gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "બટન વચ્ચે છોડેલી જગ્યા" -#: ../gtk/gtkdialog.c:218 +#: gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "બટનો વચ્ચેની જગ્યા" -#: ../gtk/gtkdialog.c:226 +#: gtk/gtkdialog.c:226 msgid "Action area border" msgstr "કાર્યશીલ વિસ્તારની કિનારી" -#: ../gtk/gtkdialog.c:227 +#: gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "સંવાદના નીચલા ભાગમાં બટનની આસપાસ કિનારીની પહોળાઈ" -#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 +#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "કર્સરનું સ્થાન" -#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 +#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "શબ્દોમાં લખાણ ઉમેરવા માટેના કર્સરની વર્તમાન સ્થિતિ" -#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 +#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "પસંદ કરવા માટેની સીમા" -#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 -msgid "The position of the opposite end of the selection from the cursor in chars" +#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 +msgid "" +"The position of the opposite end of the selection from the cursor in chars" msgstr "શબ્દોમાં તેને પસંદ કરતી વખતે કર્સરની વિરુધ્ધ દિશાની સ્થિતિ" -#: ../gtk/gtkentry.c:626 +#: gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "શું સમાવિષ્ટ પ્રવેશોને બદલી શકાય છે" -#: ../gtk/gtkentry.c:633 +#: gtk/gtkentry.c:633 msgid "Maximum length" msgstr "મહત્તમ લંબાઈ" -#: ../gtk/gtkentry.c:634 +#: gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "આ પ્રવેશ માટે મહત્તમ શબ્દોની સંખ્યા. શૂન્ય જો મહત્તમ ના હોય" -#: ../gtk/gtkentry.c:642 +#: gtk/gtkentry.c:642 msgid "Visibility" msgstr "દૃશ્યમાનતા" -#: ../gtk/gtkentry.c:643 +#: gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" msgstr "FALSE વિકલ્પ મૂળ લખાણ (પાસવર્ડ સ્થિતિ) ને બદલે \"અદૃશ્ય અક્ષરો\" દર્શાવે છે" -#: ../gtk/gtkentry.c:651 +#: gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "FALSE વિકલ્પ પ્રવેશમાંથી બહારનો ઊઠાવ કાઢી નાંખે છે" -#: ../gtk/gtkentry.c:659 -msgid "Border between text and frame. Overrides the inner-border style property" +#: gtk/gtkentry.c:659 +msgid "" +"Border between text and frame. Overrides the inner-border style property" msgstr "લખાણ અને ચોકઠાં વચ્ચેની કિનારી. આંતર-કિનારી શૈલી પર ફરીથી લખે છે" -#: ../gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 msgid "Invisible character" msgstr "અદૃશ્ય અક્ષર" -#: ../gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" -msgstr "જ્યારે પ્રવેશના સમાવિષ્ટોને સંતાડો ત્યારે વાપરવા માટેના અક્ષર (\"પાસવર્ડ સ્થિતિ\" માં)" +msgstr "" +"જ્યારે પ્રવેશના સમાવિષ્ટોને સંતાડો ત્યારે વાપરવા માટેના અક્ષર (\"પાસવર્ડ સ્થિતિ\" માં)" -#: ../gtk/gtkentry.c:674 +#: gtk/gtkentry.c:674 msgid "Activates default" msgstr "મૂળભૂતને કાર્યશીલ કરે છે" -#: ../gtk/gtkentry.c:675 +#: gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" -msgstr "શું Enter બટન દબાવીએ ત્યારે મૂળભૂત વિજેટ (જેમ કે એક સંવાદમાં મૂળભૂત બટન) ને કાર્યશીલ કરવું" +msgstr "" +"શું Enter બટન દબાવીએ ત્યારે મૂળભૂત વિજેટ (જેમ કે એક સંવાદમાં મૂળભૂત બટન) ને કાર્યશીલ કરવું" -#: ../gtk/gtkentry.c:681 +#: gtk/gtkentry.c:681 msgid "Width in chars" msgstr "અક્ષરોમાં પહોળાઈ" -#: ../gtk/gtkentry.c:682 +#: gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "આ પ્રવેશ વખતે કેટલા અક્ષરોની સંખ્યા માટે જગ્યા છોડવામાં આવે" -#: ../gtk/gtkentry.c:691 +#: gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "ખસેડવા માટેનુ ઓફસેટ" -#: ../gtk/gtkentry.c:692 +#: gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "આ પ્રવેશના કેટલા પિક્સેલ સ્ક્રીનની ડાબી બાજુ ખસેડાય છે" -#: ../gtk/gtkentry.c:702 +#: gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "પ્રવેશના સમાવિષ્ટો" -#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 +#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 msgid "X align" msgstr "X align" -#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 +#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." msgstr "આડી ગોઠવણી, ૦ (ડાબે) થી ૧ (જમણે). RTL દેખાવો માટે આરક્ષિત છે." -#: ../gtk/gtkentry.c:734 +#: gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "મલ્ટીલાઈન અવગણો" -#: ../gtk/gtkentry.c:735 +#: gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "શું એક લીટીમાં મલ્ટીલાઈન ચોંટાડવાનું અવગણવું છે." -#: ../gtk/gtkentry.c:751 +#: gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "પ્રવેશ ફરતે કયા પ્રકારનો પડછાયો દોરવો જ્યારે has-frame સુયોજિત હોય" -#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 +#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "માપબદલવા માટેની સ્થિતિ" -#: ../gtk/gtkentry.c:767 +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "ક્યાં તો દાખલ થયેલ લખાણ વર્તમાન સમાવિષ્ટો પર ફરીથી લખે છે" -#: ../gtk/gtkentry.c:781 +#: gtk/gtkentry.c:781 msgid "Text length" msgstr "લખાણની લંબાઇ" -#: ../gtk/gtkentry.c:782 +#: gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "પ્રવેશ માં હાલનાં લખાણની લંબાઇ" -#: ../gtk/gtkentry.c:797 +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "અદૃશ્ય અક્ષર સુયોજિત છે" -#: ../gtk/gtkentry.c:798 +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "ક્યાં તો અદૃશ્ય અક્ષર ને સુયોજિત કરી દેવામાં આવ્યુ છે" -#: ../gtk/gtkentry.c:816 +#: gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "Caps Lock ચેતવણી" -#: ../gtk/gtkentry.c:817 +#: gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "ક્યાં તો પાસવર્ડ પ્રવેશો એ ચેતવણી ને બતાવશે જ્યારે Caps Lock એ ચાલુ હોય" -#: ../gtk/gtkentry.c:831 +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "પ્રગતિ ભાગ" -#: ../gtk/gtkentry.c:832 +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "ક્રિયા કે જે પતી ગઈ હોય તેનો વર્તમાન અંશ" -#: ../gtk/gtkentry.c:849 +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "પ્રગતિ ધબકાર સુયોજન" -#: ../gtk/gtkentry.c:850 +#: gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" -msgstr "gtk_entry_progress_pulse() ના દરેક કોલ માટે પછડાતા બ્લોકની પ્રગતિ ખસેડવા માટે કુલ પ્રવેશ પહોળાઈનો અંશ" +msgstr "" +"gtk_entry_progress_pulse() ના દરેક કોલ માટે પછડાતા બ્લોકની પ્રગતિ ખસેડવા માટે કુલ " +"પ્રવેશ પહોળાઈનો અંશ" -#: ../gtk/gtkentry.c:866 +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "પ્રાથમિક Pixbuf" -#: ../gtk/gtkentry.c:867 +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "પ્રવેશ માટે પ્રાથમિક pixbuf" -#: ../gtk/gtkentry.c:881 +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "ગૌણ pixbuf" -#: ../gtk/gtkentry.c:882 +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "પ્રવેશ માટે ગૌણ pixbuf" -#: ../gtk/gtkentry.c:896 +#: gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "પ્રાથમિક સ્ટોક ID" -#: ../gtk/gtkentry.c:897 +#: gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "પ્રાથમિક આઇકોન માટે સ્ટોક ID" -#: ../gtk/gtkentry.c:911 +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "ગૌણ સ્ટોક ID" -#: ../gtk/gtkentry.c:912 +#: gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "માધ્યમિક આઇકોન માટે સ્ટોક ID" -#: ../gtk/gtkentry.c:926 +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "પ્રાથમિક આઇકોન નામ" -#: ../gtk/gtkentry.c:927 +#: gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "પ્રાથમિક આઇકોન માટે આઇકોન નામ" -#: ../gtk/gtkentry.c:941 +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "ગૌણ આઇકોન નામ" -#: ../gtk/gtkentry.c:942 +#: gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "માધ્યમિક આઇકોન માટે આઇકોન નામ" -#: ../gtk/gtkentry.c:956 +#: gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "પ્રાથમિક GIcon" -#: ../gtk/gtkentry.c:957 +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "પ્રાથમિક આઇકોન માટે GIcon" -#: ../gtk/gtkentry.c:971 +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "ગૌણ GIcon" -#: ../gtk/gtkentry.c:972 +#: gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "માધ્યમિક આઇકોન માટે GIcon" -#: ../gtk/gtkentry.c:986 +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "પ્રાથમિક સંગ્રહ પ્રકાર" -#: ../gtk/gtkentry.c:987 +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "પ્રાથમિક ચિહ્ન માટે વપરાતી રજૂઆત" -#: ../gtk/gtkentry.c:1002 +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "ગૌણ સંગ્રહ પ્રકાર" -#: ../gtk/gtkentry.c:1003 +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "ગૌણ ચિહ્ન માટે વપરાતી રજૂઆત" -#: ../gtk/gtkentry.c:1024 +#: gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "પ્રાથમિક આઇકોન ને સક્રિય કરેલ છે" -#: ../gtk/gtkentry.c:1025 +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "ક્યાં તો પ્રાથમિક આઇકોન એ સક્રિય હોય" -#: ../gtk/gtkentry.c:1045 +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "ગૌણ આઇકોન સક્રિય થયેલ છે" -#: ../gtk/gtkentry.c:1046 +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "ક્યાં તો ગૌણ આઇકોન એ સક્રિય થયેલ હોય તો" -#: ../gtk/gtkentry.c:1068 +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "પ્રાથમિક આઇકોન સંવેદનશીલ" -#: ../gtk/gtkentry.c:1069 +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "ક્યાંતો પ્રાથમિક આઇકોન સંવેદનશીલ છે" -#: ../gtk/gtkentry.c:1090 +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "ગૌણ આઇકોન સંવેદનશીલ" -#: ../gtk/gtkentry.c:1091 +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "ક્યાં તો ગૌણ આઇકોન એ સંવેદનશીલ છે" -#: ../gtk/gtkentry.c:1107 +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "પ્રાથમિક આઇકોન સાધનમદદ લખાણ" -#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "પ્રાથમિક આઇકોન પર સાધનમદદનાં સમાવિષ્ટો" -#: ../gtk/gtkentry.c:1124 +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "ગૌણ આઇકોન સાધનમદદ લખાણ" -#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "ગૌણ આઇકોન પર સાધનમદદનાં સમાવિષ્ટો" -#: ../gtk/gtkentry.c:1143 +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "પ્રાથમિક ચિહ્ન ટુલટીપ માર્કઅપ" -#: ../gtk/gtkentry.c:1162 +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "ગૌણ ચિહ્ન સાધન મદદ માર્કઅપ" -#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "IM મોડ્યુલ" -#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "ક્યુ IM મોડ્યુલ ને વાપરવુ જોઇએ" -#: ../gtk/gtkentry.c:1197 +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "ચિહ્ન પૂર્વપ્રકાશ" -#: ../gtk/gtkentry.c:1198 +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "શું સક્રિય કરી શકાય તેવા ચિહ્નોનું પૂર્વપ્રકાશન થવું જોઈએ જ્યારે તેના પર માઉસ આવે" -#: ../gtk/gtkentry.c:1211 +#: gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "પ્રગતિ કિનારી" -#: ../gtk/gtkentry.c:1212 +#: gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "પ્રગતિદર્શક પટ્ટી ફરતેની કિનારી" -#: ../gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "લખાણ અને ચોકઠાં વચ્ચેની કિનારી." -#: ../gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "પરિસ્થિતિ ઇશારો" -#: ../gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "" "જ્યારે છાંયડો અથવા પાશ્ર્વ ભાગ ને દોરી રહ્યા હોય ત્યારે ક્યાંતો યોગ્ય સ્થિતિ ને પસાર કરવી " "કે નહિં" -#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "ફોકસ કરવા પર પસંદ કરો" -#: ../gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "શું ફોકસ થયા હોય ત્યારે પ્રવેશની સમાવિષ્ટ માહિતીને પસંદ કરવી" -#: ../gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "પાસવર્ડ સંકેત સમયસમાપ્તિ" -#: ../gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "છુપા પ્રવેશોમાં કેટલા સમય સુધી છેલ્લો દાખલ થયેલ અક્ષર બતાવવો" -#: ../gtk/gtkentrycompletion.c:279 +#: gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "પૂર્ણતા મોડેલ" -#: ../gtk/gtkentrycompletion.c:280 +#: gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "સરખામણીઓ શોધવા માટે મોડેલ" -#: ../gtk/gtkentrycompletion.c:286 +#: gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "ન્યૂનતમ કી લંબાઈ" -#: ../gtk/gtkentrycompletion.c:287 +#: gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "સરખામણીઓ માટે જોવા માટે શોધ કીની ન્યૂનતમ લંબાઈ" -#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 +#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 msgid "Text column" msgstr "લખાણ સ્તંભ" -#: ../gtk/gtkentrycompletion.c:304 +#: gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "શબ્દમાળાઓ સમાવતા સ્તંભનું મોડેલ." -#: ../gtk/gtkentrycompletion.c:323 +#: gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "વાક્યમાં પૂર્ણતા" -#: ../gtk/gtkentrycompletion.c:324 +#: gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "શું સામાન્ય પૂર્વગ આપોઆપ દાખલ થવો જોઈએ" -#: ../gtk/gtkentrycompletion.c:338 +#: gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "પોપઅપ પૂર્ણતા" -#: ../gtk/gtkentrycompletion.c:339 +#: gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "શું પોપઅપ વિન્ડોમાં પૂર્ણતા બતાવવી જોઈએ" -#: ../gtk/gtkentrycompletion.c:354 +#: gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "પોપઅપ સેટ પહોળાઈ" -#: ../gtk/gtkentrycompletion.c:355 +#: gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "જો સાચું હોય, તો પોપઅપ વિન્ડો પાસે પ્રવેશ તરીકે સરખું માપ હશે" -#: ../gtk/gtkentrycompletion.c:373 +#: gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "પોપઅપ એક જોડણી" -#: ../gtk/gtkentrycompletion.c:374 +#: gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "જો સાચું હોય, તો પોપઅપ વિન્ડો એક જોડણી માટે દૃશ્યમાન થશે." -#: ../gtk/gtkentrycompletion.c:388 +#: gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "લીટીમાં પસંદગી" -#: ../gtk/gtkentrycompletion.c:389 +#: gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "તમારું વર્ણન અંહિ" -#: ../gtk/gtkeventbox.c:91 +#: gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "દૃશ્યમાન વિન્ડો" -#: ../gtk/gtkeventbox.c:92 +#: gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." @@ -2544,146 +2542,146 @@ msgstr "" "શું ઘટના બોક્સ દૃશ્યમાન છે, જેમ અદૃશ્ય તરીકે વિરોધ થયેલ છે અને માત્ર ઘટનાઓ પકડવા માટે વપરાય " "છે." -#: ../gtk/gtkeventbox.c:98 +#: gtk/gtkeventbox.c:98 msgid "Above child" msgstr "ઉપરનો બાળ" -#: ../gtk/gtkeventbox.c:99 +#: gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." msgstr "શું ઘટનાબોક્સની ઘટના-પકડતી વિન્ડો એ બાળ વિજેટની ઉપર હોય જેમ નીચે દર્શાવ્યું છે." -#: ../gtk/gtkexpander.c:187 +#: gtk/gtkexpander.c:187 msgid "Expanded" msgstr "વિસ્તૃત" -#: ../gtk/gtkexpander.c:188 +#: gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "શું વિસ્તારક બાળ વિજેટ રીવેલ કરવા માટે ખોલવામાં આવેલ છે" -#: ../gtk/gtkexpander.c:196 +#: gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "ચોકઠાના લેબલનું લખાણ" -#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 +#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 msgid "Use markup" msgstr "માર્કઅપ વાપરો" -#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 +#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "લેબલનું લખાણ XML માર્કઅપનો સમાવેશ કરે છે. Pango-Parse_markup() જુઓ" -#: ../gtk/gtkexpander.c:220 +#: gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "લેબલ અને બાળની વચ્ચે મૂકવાની જગ્યા" -#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 +#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "લેબલ વિજેટ" -#: ../gtk/gtkexpander.c:230 +#: gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "ચોકઠાના સામાન્ય લેબલની જગ્યાએ વિજેટ દર્શાવો" -#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 +#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "વિસ્તારકનું માપ" -#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 +#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "વિસ્તારક તીરનું માપ" -#: ../gtk/gtkexpander.c:246 +#: gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "વિસ્તારક તીરની આસપાસની જગ્યા" -#: ../gtk/gtkfilechooser.c:194 +#: gtk/gtkfilechooser.c:194 msgid "Action" msgstr "ક્રિયા" -#: ../gtk/gtkfilechooser.c:195 +#: gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "પ્રક્રિયાનો પ્રકાર કે જે ફાઈલ પસંદગીકારક કરી રહ્યું છે" -#: ../gtk/gtkfilechooser.c:201 +#: gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "ફાઈલસિસ્ટમ બેકેન્ડ" -#: ../gtk/gtkfilechooser.c:202 +#: gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "વાપરવા માટે ફાઈલ સિસ્ટમ બેકેન્ડનું નામ" -#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 +#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "ગાળક" -#: ../gtk/gtkfilechooser.c:208 +#: gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "કઈ ફાઈલો દર્શાવાયેલ છે તે પસંદ કરવા માટે વર્તમાન ગાળક" -#: ../gtk/gtkfilechooser.c:213 +#: gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "માત્ર સ્થાનિક" -#: ../gtk/gtkfilechooser.c:214 +#: gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "શું પસંદિત ફાઈલો સ્થાનિક ફાઈલ સુધી જ મર્યાદિત હોવી જોઈએ: URL" -#: ../gtk/gtkfilechooser.c:219 +#: gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "વિજેટનું પૂર્વદર્શન" -#: ../gtk/gtkfilechooser.c:220 +#: gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "વૈવિધ્યપૂર્ણ પૂર્વદર્શન માટે કાર્યક્રમને પૂરો પાડવામાં આવેલ વિજેટ." -#: ../gtk/gtkfilechooser.c:225 +#: gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "પૂર્વદર્શન વિજેટ સક્રિય" -#: ../gtk/gtkfilechooser.c:226 -msgid "Whether the application supplied widget for custom previews should be shown." +#: gtk/gtkfilechooser.c:226 +msgid "" +"Whether the application supplied widget for custom previews should be shown." msgstr "શું કાર્યક્રમને વૈવિધ્યપૂર્ણ પૂર્વદર્શનો બતાવવા માટે વિજેટ પૂરો પાડવો જોઈએ." -#: ../gtk/gtkfilechooser.c:231 +#: gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "પૂર્વદર્શન લેબલ વાપરો" -#: ../gtk/gtkfilechooser.c:232 +#: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "શું પૂર્વદર્શનવાળીનું નામ સાથે સ્ટોક લેબલ દર્શાવવાનું છે." -#: ../gtk/gtkfilechooser.c:237 +#: gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "વધારાનું વિજેટ" -#: ../gtk/gtkfilechooser.c:238 +#: gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "વધારાના વિકલ્પો માટે કાર્યક્રમને વિજેટ પૂરું પાડવામાં આવેલ છે." -#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 -#: ../gtk/gtkrecentchooser.c:203 +#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "એક કરતાં વધારે પસંદ કરો" -#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 +#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "શું એક કરતાં વધારે ફાઈલને પસંદ કરવા માટેની પરવાનગી આપવી" -#: ../gtk/gtkfilechooser.c:250 +#: gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "છુપુ બતાવો" -#: ../gtk/gtkfilechooser.c:251 +#: gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "શું છુપી ફાઈલો અને ફોલ્ડરો દર્શાવવા જોઈએ" -#: ../gtk/gtkfilechooser.c:266 +#: gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "ઉપર ફરીથી લખવામાં ખાતરી" -#: ../gtk/gtkfilechooser.c:267 +#: gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." @@ -2691,443 +2689,444 @@ msgstr "" "શું ફાઈલ પસંદગીકારક એ સંગ્રહો સ્થિતિમાં જો જરૂરી હોય ત્યારે ઉપર ફરીથી લખવા માટેની " "ખાતરીવાળો સંવાદ દર્શાવશે." -#: ../gtk/gtkfilechooserbutton.c:376 +#: gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "સંવાદ" -#: ../gtk/gtkfilechooserbutton.c:377 +#: gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "વાપરવા માટે ફાઈલ પસંદગીકારક સંવાદ." -#: ../gtk/gtkfilechooserbutton.c:408 +#: gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "ફાઈલ પસંદગીકારક સંવાદનું શીર્ષક." -#: ../gtk/gtkfilechooserbutton.c:422 +#: gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "બટન વિજેટની જરૂરી પહોળાઈ, અક્ષરોમાં." -#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 -#: ../gtk/gtkstatusicon.c:218 +#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 +#: gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "ફાઈલ નામ" -#: ../gtk/gtkfilesel.c:527 +#: gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "વર્તમાનમાં પસંદ કરેલી ફાઈલનું નામ" -#: ../gtk/gtkfilesel.c:533 +#: gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "ફાઈલ પ્રક્રિયાઓ બતાવો" -#: ../gtk/gtkfilesel.c:534 +#: gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "શું ફાઈલને બનાવવા માટે/સંભાળવા માટેના બટન દર્શાવવા જોઈએ" -#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 +#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 msgid "X position" msgstr "X સ્થિતિ" -#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 +#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "બાળ વિજેટ માટેની X સ્થિતિ" -#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 +#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 msgid "Y position" msgstr "Y સ્થિતિ" -#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 +#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "બાળ વિજેટ માટેની Y સ્થિતિ" -#: ../gtk/gtkfontbutton.c:143 +#: gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "ફોન્ટ પસંદગી સંવાદનું શીર્ષક" -#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 +#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 msgid "Font name" msgstr "ફોન્ટ નામ" -#: ../gtk/gtkfontbutton.c:159 +#: gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "પસંદિત ફોન્ટનું નામ" -#: ../gtk/gtkfontbutton.c:160 +#: gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "સાન્સ ૧૨" -#: ../gtk/gtkfontbutton.c:175 +#: gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "લેબલમાં ફોન્ટ વાપરો" -#: ../gtk/gtkfontbutton.c:176 +#: gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "શું પસંદિત ફોન્ટમાં લેબલ દોરવામાં આવવું જોઈએ" -#: ../gtk/gtkfontbutton.c:191 +#: gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "લેબલમાં માપ વાપરો" -#: ../gtk/gtkfontbutton.c:192 +#: gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "શું લેબલ પસંદિત ફોન્ટ માપ સાથે દોરવામાં આવે છે" -#: ../gtk/gtkfontbutton.c:208 +#: gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "શૈલી બતાવો" -#: ../gtk/gtkfontbutton.c:209 +#: gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "શું પસંદિત ફોન્ટ શૈલી લેબલમાં બતાવાય છે" -#: ../gtk/gtkfontbutton.c:224 +#: gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "માપ બતાવો" -#: ../gtk/gtkfontbutton.c:225 +#: gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "શું પસંદિત ફોન્ટ માપ લેબલમાં બતાવાય છે" -#: ../gtk/gtkfontsel.c:197 +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "શબ્દમાળા કે જે આ ફોન્ટને રજૂ કરે છે" -#: ../gtk/gtkfontsel.c:204 +#: gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "GdkFont કે જે વર્તમાનમાં પસંદ કરેલ છે" -#: ../gtk/gtkfontsel.c:210 +#: gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "લખાણનું પૂર્વદર્શન" -#: ../gtk/gtkfontsel.c:211 +#: gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "પસંદ કરેલા ફોન્ટને રજૂ કરવા માટે દર્શાવવાનું લેખન" -#: ../gtk/gtkframe.c:106 +#: gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "ચોકઠાના લેબલનું લખાણ" -#: ../gtk/gtkframe.c:113 +#: gtk/gtkframe.c:113 msgid "Label xalign" msgstr "લેબલ xalign" -#: ../gtk/gtkframe.c:114 +#: gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "લેબલની આડી દિશામાં કતારબંધ ગોઠવણી" -#: ../gtk/gtkframe.c:122 +#: gtk/gtkframe.c:122 msgid "Label yalign" msgstr "લેબલ yalign" -#: ../gtk/gtkframe.c:123 +#: gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "લેબલની ઊભી દિશામાં કતારબંધ ગોઠવણી" -#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 +#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "નકારેલ ગુણધર્મ, તેની જગ્યાએ shadow_type વાપરો" -#: ../gtk/gtkframe.c:138 +#: gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "ચોકઠાનો પડછાયો" -#: ../gtk/gtkframe.c:139 +#: gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "ચોકઠાની કિનારીનો દેખાવ" -#: ../gtk/gtkframe.c:148 +#: gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "ચોકઠાના સામાન્ય લેબલની જગ્યાએ દર્શાવવાનું વિજેટ" -#: ../gtk/gtkhandlebox.c:175 +#: gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "સમાવનારની આસપાસના પડછાયાનો દેખાવ" -#: ../gtk/gtkhandlebox.c:183 +#: gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "હેન્ડલની સ્થિતિ" -#: ../gtk/gtkhandlebox.c:184 +#: gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "બાળ વિજેટને સંબધિત હેન્ડલની સ્થિતિ" -#: ../gtk/gtkhandlebox.c:192 +#: gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "સ્નેપ ઍડ્જ" -#: ../gtk/gtkhandlebox.c:193 +#: gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" msgstr "હેન્ડલબોક્સની બાજુ જે હેન્ડલબોક્સમાં સંગ્રહ કરવા માટે સંગ્રહબિંદુ સાથે હારબંધ કરાઈ છે" -#: ../gtk/gtkhandlebox.c:201 +#: gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "સ્નેપ ઍડ્જ સુયોજિત છે" -#: ../gtk/gtkhandlebox.c:202 +#: gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" -msgstr "શું સ્નેપ_ઍડ્જ ના ગુણધર્મોમાંથી કિંમત મેળવેલી કે પછી હેન્ડલની સ્થિતિમાંથી તારવેલી કિંમત વાપરવી" +msgstr "" +"શું સ્નેપ_ઍડ્જ ના ગુણધર્મોમાંથી કિંમત મેળવેલી કે પછી હેન્ડલની સ્થિતિમાંથી તારવેલી કિંમત વાપરવી" -#: ../gtk/gtkhandlebox.c:209 +#: gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "બાળ ને અલગ પાડેલ છે" -#: ../gtk/gtkhandlebox.c:210 +#: gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." msgstr "બુલિયન કિંમત એ સૂચવે છે કે ક્યાંતો બાળ નું હેન્ડલ બોક્સ એ જોડાયેલ અથવા અલગ છે કે નહિં." -#: ../gtk/gtkiconview.c:548 +#: gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "પસંદગી સ્થિતિ" -#: ../gtk/gtkiconview.c:549 +#: gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "પસંદગી સ્થિતિ" -#: ../gtk/gtkiconview.c:567 +#: gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "Pixbuf સ્તંભ" -#: ../gtk/gtkiconview.c:568 +#: gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "ચિહ્ન pixbuf આમાંથી મેળવવા માટે વપરાયેલ નમૂના સ્તંભ" -#: ../gtk/gtkiconview.c:586 +#: gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "આમાંથી લખાણ મેળવવા માટે વપરાયેલ નમૂના સ્તંભ" -#: ../gtk/gtkiconview.c:605 +#: gtk/gtkiconview.c:605 msgid "Markup column" msgstr "સ્તંભને નિશાન કરો" -#: ../gtk/gtkiconview.c:606 +#: gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "જો પેન્ગો માર્કઅપ વાપરી રહ્યા હોય તો લખાણ મેળવવા માટે વપરાતું નમૂના સ્તંભ" -#: ../gtk/gtkiconview.c:613 +#: gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "ચિહ્ન દેખાવ મોડેલ" -#: ../gtk/gtkiconview.c:614 +#: gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "ચિહ્ન દેખાવ માટેનું મોડેલ" -#: ../gtk/gtkiconview.c:630 +#: gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "સ્તંભોની સંખ્યા" -#: ../gtk/gtkiconview.c:631 +#: gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "દર્શાવવા માટેના સ્તંભોની સંખ્યા" -#: ../gtk/gtkiconview.c:648 +#: gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "દરેક વસ્તુ માટે પહોળાઈ" -#: ../gtk/gtkiconview.c:649 +#: gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "દરેક વસ્તુ માટે વપરાતી પહોળાઈ" -#: ../gtk/gtkiconview.c:665 +#: gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "જગ્યા કે જે વસ્તુના ખાનાંઓ વચ્ચે દાખલ થાય છે" -#: ../gtk/gtkiconview.c:680 +#: gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "હરોળ વચ્ચે જગ્યા" -#: ../gtk/gtkiconview.c:681 +#: gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "જગ્યા કે જે હરોળ જાળીઓ વચ્ચે દાખલ થયેલ છે" -#: ../gtk/gtkiconview.c:696 +#: gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "સ્તંભ વચ્ચે જગ્યા" -#: ../gtk/gtkiconview.c:697 +#: gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "જગ્યા કે જે જાળી સ્તંભો વચ્ચે દાખલ થયેલ છે" -#: ../gtk/gtkiconview.c:712 +#: gtk/gtkiconview.c:712 msgid "Margin" msgstr "હાંસ્યો" -#: ../gtk/gtkiconview.c:713 +#: gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "જગ્યા કે જે ચિહ્ન દેખાવની બાજુઓ વચ્ચે દાખલ થયેલ છે" -#: ../gtk/gtkiconview.c:730 -msgid "How the text and icon of each item are positioned relative to each other" +#: gtk/gtkiconview.c:730 +msgid "" +"How the text and icon of each item are positioned relative to each other" msgstr "કેવી રીતે દરેક વસ્તુનું લખાણ અને ચિહ્ન એકબીજાને અનુલક્ષીને ગોઠવાય છે" -#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 -#: ../gtk/gtktreeviewcolumn.c:307 +#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "ફરીથી ગોઠવી શકાય તેવું" -#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 +#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "ફરીથી ગોઠવી શકાય એ રીતે જુઓ" -#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 +#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "સાધનમદદ સ્તંભ" -#: ../gtk/gtkiconview.c:755 +#: gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "વસ્તુઓમાંથી સાધનમદદ લખાણો સમાવતો મોડેલમાંનો સ્તંભ" -#: ../gtk/gtkiconview.c:766 +#: gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "પસંદગી બોક્સ રંગ" -#: ../gtk/gtkiconview.c:767 +#: gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "પસંદગી બોક્સનો રંગ" -#: ../gtk/gtkiconview.c:773 +#: gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "પસંદગી બોક્સ આલ્ફા" -#: ../gtk/gtkiconview.c:774 +#: gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "પસંદગી બોક્સની અપારદર્શકતા" -#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 +#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "Pixbuf" -#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 +#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "પ્રદર્શિત કરવા માટે GdkPixbuf" -#: ../gtk/gtkimage.c:139 +#: gtk/gtkimage.c:139 msgid "Pixmap" msgstr "Pixmap" -#: ../gtk/gtkimage.c:140 +#: gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "પ્રદર્શિત કરવા માટે GdkPixmap" -#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 +#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "ચિત્ર" -#: ../gtk/gtkimage.c:148 +#: gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "પ્રદર્શિત કરવા માટે GdkImage" -#: ../gtk/gtkimage.c:155 +#: gtk/gtkimage.c:155 msgid "Mask" msgstr "સંતાડવુ" -#: ../gtk/gtkimage.c:156 +#: gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "GdkImage અથવા Gdkpixmap ની સાથે વાપરવાનો સંતાડવા માટેનો બીટમેપ" -#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 +#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "લાવવા અને દર્શાવવા માટેનું ફાઈલનું નામ" -#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 +#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "સ્ટોક ઈમેજ માટે દર્શાવવાનું સ્ટોક ID" -#: ../gtk/gtkimage.c:180 +#: gtk/gtkimage.c:180 msgid "Icon set" msgstr "ચિહ્ન સમૂહ" -#: ../gtk/gtkimage.c:181 +#: gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "દર્શાવવા માટેનો ચિહ્ન સમૂહ" -#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:214 ../gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "ચિહ્નનું માપ" -#: ../gtk/gtkimage.c:189 +#: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "સ્ટોક ચિહ્ન માટે વાપરવાનું સંજ્ઞાકીય માપ, ચિહ્ન સમૂહ અથવા નામવાળું ચિહ્ન" -#: ../gtk/gtkimage.c:205 +#: gtk/gtkimage.c:205 msgid "Pixel size" msgstr "પિક્સેલ માપ" -#: ../gtk/gtkimage.c:206 +#: gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "નામવાળા ચિહ્ન માટે વાપરવાનું પિક્સેલ માપ" -#: ../gtk/gtkimage.c:214 +#: gtk/gtkimage.c:214 msgid "Animation" msgstr "એનીમેશન" -#: ../gtk/gtkimage.c:215 +#: gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "પ્રદર્શિત કરવા માટે GdkPixbufAnimation" -#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 +#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "સંગ્રહનો પ્રકાર" -#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 +#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "ચિત્રની માહિતી માટે વપરાતી રજૂઆત" -#: ../gtk/gtkimagemenuitem.c:136 +#: gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "મેનુના લેખાણ પછી દેખાતું બાળ વિજેટ" -#: ../gtk/gtkimagemenuitem.c:151 +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "ક્યાંતો સ્ટોક મેનુ વસ્તુ ને બનાવવા માટે લેબલ લખાણ ને વાપરો" -#: ../gtk/gtkimagemenuitem.c:169 +#: gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "હંમેશા ચિત્ર ને બતાવો" -#: ../gtk/gtkimagemenuitem.c:170 +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "ક્યાંતો ઇમેજ એ હંમેશા બતાવેલ હશે" -#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "એક્સેલ જૂથ" -#: ../gtk/gtkimagemenuitem.c:185 +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "સ્ટોક પ્રવેગ કીઓ માટે વપરાતુ એક્સેલ જૂથ" -#: ../gtk/gtkimagemenuitem.c:190 +#: gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "મેનુ ઈમેજો બતાવો" -#: ../gtk/gtkimagemenuitem.c:191 +#: gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "શું ઈમેજો મેનુઓમાં બતાવવી જોઈએ" -#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "સ્ક્રિન કે જ્યાં વિન્ડો દેખાડવામાં આવશે" -#: ../gtk/gtklabel.c:368 +#: gtk/gtklabel.c:368 msgid "The text of the label" msgstr "લેબલનું લખાણ" -#: ../gtk/gtklabel.c:375 +#: gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "લેબલના લખાણ પર અમલમાં મૂકવા માટેની શૈલીના ગુણધર્મોની યાદી" -#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 +#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 msgid "Justification" msgstr "સમર્થન" -#: ../gtk/gtklabel.c:397 +#: gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " @@ -3136,57 +3135,57 @@ msgstr "" "લેબલના લખાણમાં એકબીજા સાથે સંકળાયેલી લીટીઓની ગોઠવણી. આ લેબલની ફાળવણીની અંદરની એની " "ગોઠવણીને અસર કરતું નથી. આના માટે GtkMisc::xalign જુઓ" -#: ../gtk/gtklabel.c:405 +#: gtk/gtklabel.c:405 msgid "Pattern" msgstr "ભાત" -#: ../gtk/gtklabel.c:406 +#: gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" msgstr "શબ્દમાળા સાથે અક્ષરોની નીચે લીટી (_) કરવા માટેના લખાણમાંના અક્ષરોને અનુરુપ સ્થિતિ" -#: ../gtk/gtklabel.c:413 +#: gtk/gtklabel.c:413 msgid "Line wrap" msgstr "લીટી લપેટો" -#: ../gtk/gtklabel.c:414 +#: gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "જો સુયોજિત હોય તો, લખાણ બહું મોટું થઈ જાય તો લીટીઓને લપેટી દો" -#: ../gtk/gtklabel.c:429 +#: gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "લીટી લપેટો સ્થિતિ" -#: ../gtk/gtklabel.c:430 +#: gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "જો લપેટો સુયોજિત હોય, તો તે કેવી રીતે લીટી લપેટવાનું થાય તે નિયંત્રિત કરે છે" -#: ../gtk/gtklabel.c:437 +#: gtk/gtklabel.c:437 msgid "Selectable" msgstr "પસંદ કરી શકાય તેવું" -#: ../gtk/gtklabel.c:438 +#: gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "શું લેબલનું લખાણ માઉસથી પસંદ કરી શકાય" -#: ../gtk/gtklabel.c:444 +#: gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "સંજ્ઞાસૂચિ કી" -#: ../gtk/gtklabel.c:445 +#: gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "આ લેબલ માટે સંજ્ઞાસૂચી પ્રવેગક કી" -#: ../gtk/gtklabel.c:453 +#: gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "સંજ્ઞાસૂચી વિજેટ" -#: ../gtk/gtklabel.c:454 +#: gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "જ્યારે લેબલની સંજ્ઞાસૂચી કી દબાવવામાં આવે ત્યારે કાર્યશીલ કરવામાં આવતુ વિજેટ" -#: ../gtk/gtklabel.c:500 +#: gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" @@ -3194,499 +3193,506 @@ msgstr "" "શબ્દમાળા ઈલીપ્સાઈઝ કરવા માટેની પ્રાધાન્યવાળી જગ્યા, જો લેબલ પાસે પૂરતી આખી શબ્દમાળા " "દર્શાવવા માટે પૂરતી જગ્યા નહિં હોય" -#: ../gtk/gtklabel.c:540 +#: gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "એક લીટી સ્થિતિ" -#: ../gtk/gtklabel.c:541 +#: gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "શું લેબલ એક લીટી સ્થિતિમાં છે" -#: ../gtk/gtklabel.c:558 +#: gtk/gtklabel.c:558 msgid "Angle" msgstr "કોણ" -#: ../gtk/gtklabel.c:559 +#: gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "કોણ કે જે માપે લેબલ ફરશે" -#: ../gtk/gtklabel.c:579 +#: gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "મહત્તમ પહોળાઈ અક્ષરોમાં" -#: ../gtk/gtklabel.c:580 +#: gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "લેબલની જરૂરી મહત્તમ પહોળાઈ, અક્ષરોમાં" -#: ../gtk/gtklabel.c:696 +#: gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" -msgstr "શું પસંદ કરી શકાય તેવા લેબલના સમાવિષ્ટોને જ્યારે તેઓ ફોકસ થયેલ હોય ત્યારે પસંદ કરવા કે નહિં" +msgstr "" +"શું પસંદ કરી શકાય તેવા લેબલના સમાવિષ્ટોને જ્યારે તેઓ ફોકસ થયેલ હોય ત્યારે પસંદ કરવા કે નહિં" -#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 +#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "આડી ગોઠવણી" -#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 +#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "આડી સ્થિતિ માટે GtkAdjustment" -#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 +#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "ઊભી ગોઠવણી" -#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 +#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "ઊભી સ્થિતિ માટે GtkAdjustment" -#: ../gtk/gtklayout.c:633 +#: gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "દેખાવની પહોળાઈ" -#: ../gtk/gtklayout.c:642 +#: gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "દેખાવની ઊંચાઈ" -#: ../gtk/gtklinkbutton.c:145 +#: gtk/gtklinkbutton.c:145 msgid "URI" msgstr "URI" -#: ../gtk/gtklinkbutton.c:146 +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "આ બટન માં URI બાઉન્ડ" -#: ../gtk/gtklinkbutton.c:160 +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "મુલાકાત થયેલ છે" -#: ../gtk/gtklinkbutton.c:161 +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "ક્યાં તો આ કડીની મુલાકાત કરી દેવામાં આવી છે." -#: ../gtk/gtkmenu.c:501 +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "વર્તમાનમાં પસંદ કરેલી મેનુ વસ્તુ" -#: ../gtk/gtkmenu.c:516 +#: gtk/gtkmenu.c:516 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:285 msgid "Accel Path" msgstr "એક્સેલ પાથ" -#: ../gtk/gtkmenu.c:531 +#: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "એકસેલ પાથ એ બાળ વસ્તુઓનાં એક્સેલ પાથો ને બાંધવા સુલભ રીતે વપરાયેલ હતા" -#: ../gtk/gtkmenu.c:547 +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "જોડાયેલી વિજેટ" -#: ../gtk/gtkmenu.c:548 +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "શું મેનુની વિજેટ જોડાયેલ છે" -#: ../gtk/gtkmenu.c:556 +#: gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" msgstr "જ્યારે આ મેનુ બંધ કરવામાં આવે ત્યારે વિન્ડો મેનેજર દ્વારા આ શીર્ષક દર્શાવવામાં આવે છે" -#: ../gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "Tearoff શીર્ષક" -#: ../gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "જ્યારે આ મેનુ બંધ કરવામાં આવે ત્યારે વિન્ડો મેનેજર દ્વારા આ શીર્ષક દર્શાવવામાં આવે છે" -#: ../gtk/gtkmenu.c:585 +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "મોનિટર" -#: ../gtk/gtkmenu.c:586 +#: gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "મેનુ નું મોનિટર નું પોપઅપ ચાલુ હશે" -#: ../gtk/gtkmenu.c:592 +#: gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "ઊભી દિશામાં ખાલી જગ્યાઓ ભરવી" -#: ../gtk/gtkmenu.c:593 +#: gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "વિજેટની ઉપર અને નીચે બાજુને ઉમેરવામાં આવતી જગ્યા પિક્સેલમાં" -#: ../gtk/gtkmenu.c:601 +#: gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "આડી દિશામાં ખાલી જગ્યાઓ ભરવી" -#: ../gtk/gtkmenu.c:602 +#: gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "મેનુની ડાબી અને જમણી બાજુએ વધારાની જગ્યા" -#: ../gtk/gtkmenu.c:610 +#: gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "ઉભુ માપદંડ" -#: ../gtk/gtkmenu.c:611 +#: gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" msgstr "જ્યારે મેનુ એ ઉપમેનુ હોય, તો તેને આ પિક્સેલોની સંખ્યાનો ઓફસેટ ઊભી રીતે ગોઠવો" -#: ../gtk/gtkmenu.c:619 +#: gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "આડુ માપદંડ" -#: ../gtk/gtkmenu.c:620 +#: gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" msgstr "જ્યારે મેનુ એ ઉપમેનુ હોય, તો તેને આ પિક્સેલોની સંખ્યાનો ઓફસેટ આડી રીતે ગોઠવો" -#: ../gtk/gtkmenu.c:628 +#: gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "દ્વિ તીરો" -#: ../gtk/gtkmenu.c:629 +#: gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "જ્યારે સરકાવી રહ્યા હોય, ત્યારે હંમેશા બંને તીરો બતાવો." -#: ../gtk/gtkmenu.c:642 +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "તીરની નિયુક્તિ" -#: ../gtk/gtkmenu.c:643 +#: gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "સૂચવે છે કે ક્યાં સ્ક્રોલ તીરો સ્થાપિત થયેલ છે" -#: ../gtk/gtkmenu.c:651 +#: gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "ડાબેથી જોડાયેલુ" -#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 +#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "બાળની ડાબી બાજુ જોડવા માટેનો સ્તંભનો ક્રમાંક" -#: ../gtk/gtkmenu.c:659 +#: gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "જમણેથી જોડાયેલુ" -#: ../gtk/gtkmenu.c:660 +#: gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "બાળની ડાબી બાજુ જોડવા માટેનો સ્તંભનો ક્રમાંક" -#: ../gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "ઉપરથી જોડાયેલુ" -#: ../gtk/gtkmenu.c:668 +#: gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "બાળને નીચેથી જોડવાની હરોળની સંખ્યા" -#: ../gtk/gtkmenu.c:675 +#: gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "નીચેથી જોડાયેલુ" -#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 +#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "બાળને નીચેથી જોડવાની હરોળની સંખ્યા" -#: ../gtk/gtkmenu.c:690 +#: gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "સરક તીરના માપને નીચે કરવા માટેનો અંશતઃ અચળ" -#: ../gtk/gtkmenu.c:777 +#: gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "પ્રવેગકો બદલી શકે છે" -#: ../gtk/gtkmenu.c:778 -msgid "Whether menu accelerators can be changed by pressing a key over the menu item" +#: gtk/gtkmenu.c:778 +msgid "" +"Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "શું મેનુની વસ્તુ ઉપર કી દબાવવાથી મેનુનો પ્રવેગક બદલી શકાય છે" -#: ../gtk/gtkmenu.c:783 +#: gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "ઉપમેનુ ઓવે તે પહેલાનો વિલંબ" -#: ../gtk/gtkmenu.c:784 -msgid "Minimum time the pointer must stay over a menu item before the submenu appear" +#: gtk/gtkmenu.c:784 +msgid "" +"Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "ઉપમેનુ આવતાં પહેલા ન્યૂનતમ સમય કે જ્યાં સુધી નિર્દેશક મેનુ પર રહેવુ જોઈએ" -#: ../gtk/gtkmenu.c:791 +#: gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "ઉપમેનુ છૂપાવતા પહેલાનો વિલંબ" -#: ../gtk/gtkmenu.c:792 +#: gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" msgstr "જ્યારે નિર્દેશક ઉપમેનુ તરફ જતો હોય ત્યારે તેને છૂપાવતા પહેલાનો વિલંબ" -#: ../gtk/gtkmenubar.c:168 +#: gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "પેક દિશા" -#: ../gtk/gtkmenubar.c:169 +#: gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "મેનુપટ્ટીની પેક દિશા" -#: ../gtk/gtkmenubar.c:185 +#: gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "બાળ પેક દિશા" -#: ../gtk/gtkmenubar.c:186 +#: gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "મેનુપટ્ટીની બાળ પેક દિશા" -#: ../gtk/gtkmenubar.c:195 +#: gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "મેનુબાર ની આસપાસ ઉઠાવ(bevel) નો પ્રકાર" -#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 +#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "આંતરિક જગ્યાઓને ભરવી" -#: ../gtk/gtkmenubar.c:203 +#: gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "મેનુબાર પડછાયા અને મેનુની વસ્તુઓની કિનારી વચ્ચે રહેલી જગ્યા" -#: ../gtk/gtkmenubar.c:210 +#: gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "નીચે આવતુ મેનુ દેખાય તે પહેલાનો વિલંબ" -#: ../gtk/gtkmenubar.c:211 +#: gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "મેનુબારની ઉપમેનુ દેખાય તે પહેલાનો વિલંબ" -#: ../gtk/gtkmenuitem.c:252 +#: gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "જમણેથી ગોઠવાયેલ" -#: ../gtk/gtkmenuitem.c:253 -msgid "Sets whether the menu item appears justified at the right side of a menu bar" +#: gtk/gtkmenuitem.c:253 +msgid "" +"Sets whether the menu item appears justified at the right side of a menu bar" msgstr "શું મેનુ વસ્તુ મેનુ પટ્ટીની જમણી બાજુએ ગોઠવાયેલ દેખાશે કે નહિં તે સુયોજીત કરે છે" -#: ../gtk/gtkmenuitem.c:267 +#: gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "ઉપમેનુ" -#: ../gtk/gtkmenuitem.c:268 +#: gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" msgstr "મેનુ વસ્તુ સાથે જોડાયેલ ઉપમેનુ, અથવા NULL જો તેની પાસે કંઈ નહિં હોય" -#: ../gtk/gtkmenuitem.c:286 +#: gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "મેનુ વસ્તુનાં પ્રવેગક પાથ ને સુયોજિત કરો" -#: ../gtk/gtkmenuitem.c:301 +#: gtk/gtkmenuitem.c:301 msgid "The text for the child label" msgstr "બાળ લેબલ માટે લખાણ" -#: ../gtk/gtkmenuitem.c:364 +#: gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "તીર દ્વારા વાપરવામાં આવતી જગ્યાનો જથ્થો, ફોન્ટ માપની મેનુ વસ્તુને સંબંધિત" -#: ../gtk/gtkmenuitem.c:377 +#: gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "અક્ષરોમાં પહોળાઈ" -#: ../gtk/gtkmenuitem.c:378 +#: gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "અક્ષરોમાં મેનુ વસ્તુની ન્યૂનત્તમ ઇચ્છિત પહોળાઇ" -#: ../gtk/gtkmenushell.c:374 +#: gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "ફોકસ કરો" -#: ../gtk/gtkmenushell.c:375 +#: gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "બુલિયન કે જે નક્કી કરે છે કે શું મેનુ કીબોર્ડ ટુંકાણો મેળવે છે" -#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 +#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "મેનુ" -#: ../gtk/gtkmenutoolbutton.c:246 +#: gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "નીચે આવતુ મેનુ" -#: ../gtk/gtkmessagedialog.c:98 +#: gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "ચિત્ર/લેબલની કિનારી" -#: ../gtk/gtkmessagedialog.c:99 +#: gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "સંદેશાના સંવાદમાં લેબલ અને ચિત્રની કિનારીની આસપાસની પહોળાઈ" -#: ../gtk/gtkmessagedialog.c:114 +#: gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "વિભાજક છે" -#: ../gtk/gtkmessagedialog.c:115 -msgid "Whether to put a separator between the message dialog's text and the buttons" +#: gtk/gtkmessagedialog.c:115 +msgid "" +"Whether to put a separator between the message dialog's text and the buttons" msgstr "શું સંદેશા સંવાદના લખાણ અને બટનો વચ્ચે વિભાજક મૂકવું" -#: ../gtk/gtkmessagedialog.c:128 +#: gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "સંદેશા પ્રકાર" -#: ../gtk/gtkmessagedialog.c:129 +#: gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "સંદેશાનો પ્રકાર" -#: ../gtk/gtkmessagedialog.c:136 +#: gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "સંદેશના બટનો" -#: ../gtk/gtkmessagedialog.c:137 +#: gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "સંદેશા સંવાદમાં બતાવેલા બટનો" -#: ../gtk/gtkmessagedialog.c:154 +#: gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "સંદેશા સંવાદનું પ્રાથમિક લખાણ" -#: ../gtk/gtkmessagedialog.c:169 +#: gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "માર્કઅપ વાપરો" -#: ../gtk/gtkmessagedialog.c:170 +#: gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "શીર્ષકનું પ્રાથમિક લખાણ પેન્ગો માર્કઅપનો સમાવેશ કરે છે." -#: ../gtk/gtkmessagedialog.c:184 +#: gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "ગૌણ લખાણ" -#: ../gtk/gtkmessagedialog.c:185 +#: gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "સંદેશા સંવાદનું ગૌણ લખાણ" -#: ../gtk/gtkmessagedialog.c:200 +#: gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "ગૌણમાં માર્કઅપ વાપરો" -#: ../gtk/gtkmessagedialog.c:201 +#: gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "ગૌણ લખાણ પેન્ગો માર્કઅપ સમાવે છે." -#: ../gtk/gtkmessagedialog.c:216 +#: gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "ચિત્ર" -#: ../gtk/gtkmisc.c:83 +#: gtk/gtkmisc.c:83 msgid "Y align" msgstr "Yની દિશામાં" -#: ../gtk/gtkmisc.c:84 +#: gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "ઊભી દિશામાં, ૦ (ઉપર) થી ૧(નીચે)" -#: ../gtk/gtkmisc.c:93 +#: gtk/gtkmisc.c:93 msgid "X pad" msgstr "X પેડ" -#: ../gtk/gtkmisc.c:94 -msgid "The amount of space to add on the left and right of the widget, in pixels" +#: gtk/gtkmisc.c:94 +msgid "" +"The amount of space to add on the left and right of the widget, in pixels" msgstr "વિજેટની ડાબી અને જમણી બાજુને ઉમેરવામાં આવતી જગ્યા પિક્સેલમાં" -#: ../gtk/gtkmisc.c:103 +#: gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Y પેડ" -#: ../gtk/gtkmisc.c:104 -msgid "The amount of space to add on the top and bottom of the widget, in pixels" +#: gtk/gtkmisc.c:104 +msgid "" +"The amount of space to add on the top and bottom of the widget, in pixels" msgstr "વિજેટની ઉપર અને નીચે બાજુને ઉમેરવામાં આવતી જગ્યા પિક્સેલમાં" -#: ../gtk/gtkmountoperation.c:139 +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "પિતૃ" -#: ../gtk/gtkmountoperation.c:140 +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "પિતૃ વિન્ડો" -#: ../gtk/gtkmountoperation.c:147 +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "બતાવી રહ્યા છે" -#: ../gtk/gtkmountoperation.c:148 +#: gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "શું આપણે સંવાદ ને બતાવી રહ્યા છે" -#: ../gtk/gtkmountoperation.c:156 +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "સ્ક્રિન કે જ્યાં વિન્ડો દેખાડવામાં આવશે." -#: ../gtk/gtknotebook.c:577 +#: gtk/gtknotebook.c:577 msgid "Page" msgstr "પાનું" -#: ../gtk/gtknotebook.c:578 +#: gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "વર્તમાન પાનાનો અનુક્રમાંક" -#: ../gtk/gtknotebook.c:586 +#: gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "ટેબની સ્થિતિ" -#: ../gtk/gtknotebook.c:587 +#: gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "નોટબુકની કઈ બાજુઓ ટેબો રાખે છે" -#: ../gtk/gtknotebook.c:594 +#: gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "ટેબની કિનારી" -#: ../gtk/gtknotebook.c:595 +#: gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "ટેબ લેબલના આજુબાજુની કિનારીની પહોળાઈ" -#: ../gtk/gtknotebook.c:603 +#: gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "આડી ટેબ કિનારી" -#: ../gtk/gtknotebook.c:604 +#: gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "ટેબ લેબલની આડી કિનારીની પહોળાઈ" -#: ../gtk/gtknotebook.c:612 +#: gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "ઊભી ટેબ કિનારી" -#: ../gtk/gtknotebook.c:613 +#: gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "ટેબ લેબલની ઊભી કિનારીની પહોળાઈ" -#: ../gtk/gtknotebook.c:621 +#: gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "ટેબો બતાવો" -#: ../gtk/gtknotebook.c:622 +#: gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "શું ટેબોને બતાવવી જોઈએ કે નહિ" -#: ../gtk/gtknotebook.c:628 +#: gtk/gtknotebook.c:628 msgid "Show Border" msgstr "કિનારી બતાવો" -#: ../gtk/gtknotebook.c:629 +#: gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "શું કિનારીને બતાવવી જોઈએ કે નહિં" -#: ../gtk/gtknotebook.c:635 +#: gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "સરકપટ્ટી" -#: ../gtk/gtknotebook.c:636 +#: gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "જો ખરુ હોય તો, સરક તીરો ઉમેરાય છે જો ત્યાં ઘણી ટેબો બંધબેસતી હોય" -#: ../gtk/gtknotebook.c:642 +#: gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "પૉપ-અપ સક્રિય કરો" -#: ../gtk/gtknotebook.c:643 +#: gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" @@ -3694,350 +3700,352 @@ msgstr "" "જો ખરુ હોય તો, નોટબુકમાં માઉસની જમણી બાજુનું બટન દબાવવાથી મેનુ ખુલશે જેનો ઉપયોગ તમે પાના " "ઉપર જવા માટે કરી શકો છો" -#: ../gtk/gtknotebook.c:650 +#: gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "શું બધા જ ટેબનું માપ એકસરખું હોવું જોઈએ" -#: ../gtk/gtknotebook.c:656 +#: gtk/gtknotebook.c:656 msgid "Group ID" msgstr "જૂથ ID" -#: ../gtk/gtknotebook.c:657 +#: gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "ખેંચો અને મૂકો ટેબો માટે જૂથ ID" -#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 -#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 -#: ../gtk/gtkradiotoolbutton.c:65 +#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 +#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "જૂથ" -#: ../gtk/gtknotebook.c:674 +#: gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "ખેંચો અને મૂકો ટેબો માટેના જૂથો" -#: ../gtk/gtknotebook.c:680 +#: gtk/gtknotebook.c:680 msgid "Tab label" msgstr "ટેબનુ લેબલ" -#: ../gtk/gtknotebook.c:681 +#: gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "બાળના ટેબ લેબલ પર દર્શાવાયે શબ્દમાળા" -#: ../gtk/gtknotebook.c:687 +#: gtk/gtknotebook.c:687 msgid "Menu label" msgstr "મેનુનું લેબલ" -#: ../gtk/gtknotebook.c:688 +#: gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "બાળના મેનુ પ્રવેશમાં પ્રદર્શિત કરાયેલી શબ્દમાળા" -#: ../gtk/gtknotebook.c:701 +#: gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "ટેબ વિસ્તરણ" -#: ../gtk/gtknotebook.c:702 +#: gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "શું બાળની ટેબને વિસ્તારવી કે નહિ" -#: ../gtk/gtknotebook.c:708 +#: gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "ટેબને ભરવુ" -#: ../gtk/gtknotebook.c:709 +#: gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "શું બાળની ટેબ ફાળવેલી જગ્યાને ભરવી જોઈએ કે નહિ" -#: ../gtk/gtknotebook.c:715 +#: gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "ટેબ પેકનો પ્રકાર" -#: ../gtk/gtknotebook.c:722 +#: gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "ટેબ પુનઃગોઠવી શકાય તેવી" -#: ../gtk/gtknotebook.c:723 +#: gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "શું ટેબ એ વપરાશકર્તા ક્રિયા દ્વારા પુનઃગોઠવી શકાય કે નહિં" -#: ../gtk/gtknotebook.c:729 +#: gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "ટેબ જોડાણ તોડી શકાય તેવી" -#: ../gtk/gtknotebook.c:730 +#: gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "શું ટેબનું જોડાણ તોડી શકાય" -#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 +#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "પાછા ફરવાનું ગૌણ સ્ટેપર" -#: ../gtk/gtknotebook.c:746 -msgid "Display a second backward arrow button on the opposite end of the tab area" +#: gtk/gtknotebook.c:746 +msgid "" +"Display a second backward arrow button on the opposite end of the tab area" msgstr "ખસેડવાની પટ્ટીના બીજા છેડા પર પાછા આવવા માટેનું એક બીજુ બટન દર્શાવો" -#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 +#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "આગળ જવાનું ગૌણ સ્ટેપર" -#: ../gtk/gtknotebook.c:762 -msgid "Display a second forward arrow button on the opposite end of the tab area" +#: gtk/gtknotebook.c:762 +msgid "" +"Display a second forward arrow button on the opposite end of the tab area" msgstr "ખસેડવાની પટ્ટીના બીજા છેડા પર આગળ જવા માટેનુ બીજુ બટન દર્શાવો" -#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 +#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "પાછા ફરવાનું સ્ટેપર" -#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 +#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "પાછા આવવા માટેનું મૂળભૂત તીરનું બટન દર્શાવો" -#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 +#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "આગળ જવા માટેનું સ્ટેપર" -#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 +#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "આગળ જવા માટેનું મૂળભૂત તીરનું બટન દર્શાવો" -#: ../gtk/gtknotebook.c:806 +#: gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "ટેબ ઓવરલેપ" -#: ../gtk/gtknotebook.c:807 +#: gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "ટેબ ઓવરલેપ વિસ્તારનું માપ" -#: ../gtk/gtknotebook.c:822 +#: gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "ટેબ વણાંક" -#: ../gtk/gtknotebook.c:823 +#: gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "ટેબ વળાંકનું માપ" -#: ../gtk/gtknotebook.c:839 +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "તીરની વચ્ચે જગ્યા છોડો" -#: ../gtk/gtknotebook.c:840 +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "ખસેડવાનાં તીર વચ્ચેની જગ્યા" -#: ../gtk/gtkobject.c:370 +#: gtk/gtkobject.c:370 msgid "User Data" msgstr "વપરાશકર્તા માહિતી" -#: ../gtk/gtkobject.c:371 +#: gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "અનામિક વપરાશકર્તા માહિતી નિર્દેશક" -#: ../gtk/gtkoptionmenu.c:162 +#: gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "વિકલ્પોનું મેનુ" -#: ../gtk/gtkoptionmenu.c:169 +#: gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "નીચે-ખુલતા સૂચકનું માપ" -#: ../gtk/gtkoptionmenu.c:175 +#: gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "સૂચકની આસપાસની જગ્યા" -#: ../gtk/gtkorientable.c:75 +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "દિશા થયેલ ની દિશા" -#: ../gtk/gtkpaned.c:242 -msgid "Position of paned separator in pixels (0 means all the way to the left/top)" +#: gtk/gtkpaned.c:242 +msgid "" +"Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "પિક્સેલમાં તક્તી જેવા વિભાજકની સ્થિતિ (૦ એટલે સીધા ડાબે/ઉપર)" -#: ../gtk/gtkpaned.c:251 +#: gtk/gtkpaned.c:251 msgid "Position Set" msgstr "સ્થિતિ સુયોજિત છે" -#: ../gtk/gtkpaned.c:252 +#: gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "જો સ્થિતિ ગુણધર્મનો ઉપયોગનો કરવાનો હોય તો ખરુ" -#: ../gtk/gtkpaned.c:258 +#: gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "હેન્ડલ માપ" -#: ../gtk/gtkpaned.c:259 +#: gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "હેન્ડલની પહોળાઈ" -#: ../gtk/gtkpaned.c:275 +#: gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "ન્યૂનતમ સ્થાન" -#: ../gtk/gtkpaned.c:276 +#: gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "\"સ્થાન\" ગુણધર્મ માટે નાનામાં નાની શક્ય કિંમત" -#: ../gtk/gtkpaned.c:293 +#: gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "મહત્તમ સ્થાન" -#: ../gtk/gtkpaned.c:294 +#: gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "\"સ્થાન\" ગુણધર્મ માટે મોટામાં મોટી શક્ય કિંમત" -#: ../gtk/gtkpaned.c:311 +#: gtk/gtkpaned.c:311 msgid "Resize" msgstr "માપ બદલો" -#: ../gtk/gtkpaned.c:312 +#: gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "જો સાચું હોય, તો બાળ પેનવાળા વિજેટો સાથે વિસ્તૃત થાય છે અને સંકુચિત થાય છે" -#: ../gtk/gtkpaned.c:327 +#: gtk/gtkpaned.c:327 msgid "Shrink" msgstr "સંકોચો" -#: ../gtk/gtkpaned.c:328 +#: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "જો સાચું હોય, તો બાળ તેની અરજી કરતાં નાનું બનાવી શકાય છે" -#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "જડિત" -#: ../gtk/gtkplug.c:151 +#: gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "શું પ્લગ જડિત છે કે નહિં" -#: ../gtk/gtkplug.c:165 +#: gtk/gtkplug.c:165 msgid "Socket Window" msgstr "સોકેટ વિન્ડો" -#: ../gtk/gtkplug.c:166 +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "પ્લગનાં સોકેટની વિન્ડોમાં પલ્ગ જડિત છે" -#: ../gtk/gtkpreview.c:102 -msgid "Whether the preview widget should take up the entire space it is allocated" +#: gtk/gtkpreview.c:102 +msgid "" +"Whether the preview widget should take up the entire space it is allocated" msgstr "શું પૂર્વદર્શન વિજેટે તેના માટે ફાળવાયેલી બધી જગ્યા લઇ લેવી જોઈએ" -#: ../gtk/gtkprinter.c:124 +#: gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "પ્રિન્ટરનું નામ" -#: ../gtk/gtkprinter.c:130 +#: gtk/gtkprinter.c:130 msgid "Backend" msgstr "પાશ્વ ભાગ" -#: ../gtk/gtkprinter.c:131 +#: gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "પ્રિન્ટર માટે પાશ્વ ભાગ" -#: ../gtk/gtkprinter.c:137 +#: gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "વર્ચ્યુઅલ છે" -#: ../gtk/gtkprinter.c:138 +#: gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "FALSE જો આ વાસ્તવિક હાર્ડવેર પ્રિન્ટરને રજૂ કરે" -#: ../gtk/gtkprinter.c:144 +#: gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "PDF સ્વીકારે છે" -#: ../gtk/gtkprinter.c:145 +#: gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "TRUE જો આ પ્રિન્ટર PDF સ્વીકારી શકે" -#: ../gtk/gtkprinter.c:151 +#: gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "PostScript સ્વીકારે છે" -#: ../gtk/gtkprinter.c:152 +#: gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "TRUE જો આ પ્રિન્ટર PostScript સ્વીકારી શકે" -#: ../gtk/gtkprinter.c:158 +#: gtk/gtkprinter.c:158 msgid "State Message" msgstr "પરિસ્થિતિ સંદેશો" -#: ../gtk/gtkprinter.c:159 +#: gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "પ્રિન્ટરની વર્તમાન સ્થિતિ આપતી શબ્દમાળા" -#: ../gtk/gtkprinter.c:165 +#: gtk/gtkprinter.c:165 msgid "Location" msgstr "સ્થાન" -#: ../gtk/gtkprinter.c:166 +#: gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "પ્રિન્ટરનું સ્થાન" -#: ../gtk/gtkprinter.c:173 +#: gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "પ્રિન્ટર માટે વાપરવાનું ચિહ્ન નામ" -#: ../gtk/gtkprinter.c:179 +#: gtk/gtkprinter.c:179 msgid "Job Count" msgstr "જોબ ગણતરી" -#: ../gtk/gtkprinter.c:180 +#: gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "પ્રિન્ટરમાં કતાર થયેલ જોબની સંખ્યા" -#: ../gtk/gtkprinter.c:198 +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "અટકાવેલ પ્રિન્ટર" -#: ../gtk/gtkprinter.c:199 +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "TRUE જો આ પ્રિન્ટર અટકેલ હોય તો" -#: ../gtk/gtkprinter.c:212 +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "કાર્યો ને સ્વીકારી રહ્યુ છે" -#: ../gtk/gtkprinter.c:213 +#: gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "TRUE જો આ પ્રિન્ટર એ નવા કાર્ય ને સ્વીકારી રહ્યુ હોય તો" -#: ../gtk/gtkprinteroptionwidget.c:123 +#: gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "સ્રોત વિકલ્પ" -#: ../gtk/gtkprinteroptionwidget.c:124 +#: gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "PrinterOption આ વિજેટને બેક કરી રહ્યું છે" -#: ../gtk/gtkprintjob.c:117 +#: gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "છાપન ક્રિયાનું શીર્ષક" -#: ../gtk/gtkprintjob.c:125 +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "પ્રિન્ટર" -#: ../gtk/gtkprintjob.c:126 +#: gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "ક્રિયાને છાપવા માટેનું પ્રિન્ટર" -#: ../gtk/gtkprintjob.c:134 +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "સુયોજનો" -#: ../gtk/gtkprintjob.c:135 +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "પ્રિન્ટર સુયોજનો" -#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 -#: ../gtk/gtkprintunixdialog.c:258 +#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "પાનાં સુયોજન" -#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "છાપન પરિસ્થિતિ ટ્રેક કરો" -#: ../gtk/gtkprintjob.c:153 +#: gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." @@ -4045,57 +4053,57 @@ msgstr "" "TRUE જો છાપન ક્રિયા પરિસ્થિતિ-બદલાયેલ સંકેતોને છાપન માહિતી પ્રિન્ટર અથવા પ્રિન્ટ " "સર્વરને મોકલાઈ ગયા પછી મોકલવાનું ચાલુ રાખશે." -#: ../gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "મૂળભૂત પાનાં સુયોજન" -#: ../gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "GtkPageSetup મૂળભૂત રીતે વપરાય છે" -#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "છાપન સુયોજનો" -#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "GtkPrintSettings એ સંવાદનો આરંભ કરવા માટે વપરાય છે" -#: ../gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "ક્રિયા નામ" -#: ../gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "છાપન ક્રિયા ઓળખવા માટે વપરાતી શબ્દમાળા." -#: ../gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "પાનાંઓની સંખ્યા" -#: ../gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr "દસ્તાવેજમાં પાનાંઓની સંખ્યા." -#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "વર્તમાન પાનું" -#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "દસ્તાવેજમાં વર્તમાન પાનું" -#: ../gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "આખું પાનું વાપરો" -#: ../gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1007 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" msgstr "TRUE જો સંદર્ભનું મૂળ પાનાંના ખૂણે હોવું જોઈએ અને ચિત્રવાળા વિસ્તારના ખૂણે નહિં" -#: ../gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1028 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." @@ -4103,75 +4111,75 @@ msgstr "" "જો TRUE હોય તો છાપન માહિતી પ્રિન્ટર અથવા પ્રિન્ટ સર્વરને મોકલાઈ જાય પછી છાપન " "પ્રક્રિયા છાપન ક્રિયા પરિસ્થિતિ પર અહેવાલ આપવા માટે ચાલુ રહેશે." -#: ../gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "એકમ" -#: ../gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "એકમ કે જેમાં અંતરો સંદર્ભમાં માપી શકાય છે" -#: ../gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "સંવાદ બતાવો" -#: ../gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr "TRUE જો છાપતી વખતે પ્રગતિ સંવાદ બતાવાયેલ હોય." -#: ../gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "અસુમેળને પરવાનગી આપો" -#: ../gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "જો છાપન પ્રક્રિયા અસુમેળ રીતે ચાલશે તો TRUE." -#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "નિકાસ ફાઈલનામ" -#: ../gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "પરિસ્થિતિ" -#: ../gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "છાપન પ્રક્રિયાની પરિસ્થિતિ" -#: ../gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "પરિસ્થિતિ શબ્દમાળા" -#: ../gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "પરિસ્થિતિનું માનવીય-વાંચનીય વર્ણન" -#: ../gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "વૈવિધ્યપૂર્ણ ટેબ લેબલ" -#: ../gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "વૈવિધ્યપૂર્ણ વિજેટોને સમાવતી ટેબ માટેનું લેબલ." -#: ../gtk/gtkprintunixdialog.c:259 +#: gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "વાપરવા માટેનું GtkPageSetup" -#: ../gtk/gtkprintunixdialog.c:284 +#: gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "પસંદ કરેલ પ્રિન્ટર" -#: ../gtk/gtkprintunixdialog.c:285 +#: gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "GtkPrinter કે જે પસંદ થયેલ છે" -#: ../gtk/gtkprogress.c:102 +#: gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "કાર્યશીલ સ્થિતિ" -#: ../gtk/gtkprogress.c:103 +#: gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " @@ -4181,39 +4189,39 @@ msgstr "" "થઈ રહ્યું છે તેનો સંકેત આપે છે, પરંતુ ક્રિયાનું ઘણુંબધું સમાપ્ત થયેલ નથી. આ ત્યારે વપરાય છે જ્યારે તમે " "કંઈક કરી રહ્યા હોય પરંતુ જાણતા નહિં હોય કે તે કેટલો સમય લેશે." -#: ../gtk/gtkprogress.c:111 +#: gtk/gtkprogress.c:111 msgid "Show text" msgstr "લખાણ બતાવો" -#: ../gtk/gtkprogress.c:112 +#: gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "શું પ્રગતિ લખાણ તરીકે બતાવેલ છે." -#: ../gtk/gtkprogressbar.c:119 +#: gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "પ્રગતિ દર્શક પટ્ટી સાથે સંકળાયેલ GtkAdjustment (અવગણાયેલ)" -#: ../gtk/gtkprogressbar.c:135 +#: gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "પટ્ટી ની શૈલી" -#: ../gtk/gtkprogressbar.c:136 +#: gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "પટ્ટીની દૃશ્યમાન શૈલી ટકાવારીની સ્થિતિમાં સ્પષ્ટ કરો (અવગણાયેલ)" -#: ../gtk/gtkprogressbar.c:144 +#: gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "કાર્યની દિશામાં પગલા" -#: ../gtk/gtkprogressbar.c:145 +#: gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "કાર્યશીલ સ્થિતિમાં દરેક વારાનો ઉપયોગમાં લેવામાં આવતો વધારો (અવગણાયેલ)" -#: ../gtk/gtkprogressbar.c:152 +#: gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "કાર્ય માટેના ખાના" -#: ../gtk/gtkprogressbar.c:153 +#: gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" @@ -4221,37 +4229,38 @@ msgstr "" "કાર્યશીલ સ્થિતિમાં પ્રગતિ દર્શક પટ્ટી વિસ્તારમાં બંધ બેસાડી શકાતી ખાનાઓની સંખ્યા " "(અવગણાયેલ)" -#: ../gtk/gtkprogressbar.c:160 +#: gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "અલગ અલગ ખાના" -#: ../gtk/gtkprogressbar.c:161 +#: gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" -msgstr "પ્રગતિ દર્શક પટ્ટીમાં અલગ અલગ ખાનાની સંખ્યા (જ્યારે અલગ શૈલીમાં બતાવાયુ હોય ત્યારે)" +msgstr "" +"પ્રગતિ દર્શક પટ્ટીમાં અલગ અલગ ખાનાની સંખ્યા (જ્યારે અલગ શૈલીમાં બતાવાયુ હોય ત્યારે)" -#: ../gtk/gtkprogressbar.c:168 +#: gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "ભાગ" -#: ../gtk/gtkprogressbar.c:169 +#: gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "પૂરા થઇ ગયેલ કામનો કેટલોક ભાગ જે પૂરો થયો છે" -#: ../gtk/gtkprogressbar.c:176 +#: gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "કંપન પગલું" -#: ../gtk/gtkprogressbar.c:177 +#: gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "કંપનની સ્થિતિમાં ઉછળતા ખાનાને ખસેડવા માટેનો કુલ પ્રગતિનો ભાગ" -#: ../gtk/gtkprogressbar.c:185 +#: gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "પ્રગતિ દર્શક પટ્ટીમાં દર્શાવવા માટેનું લખાણ" -#: ../gtk/gtkprogressbar.c:207 +#: gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." @@ -4259,59 +4268,59 @@ msgstr "" "શબ્દમાળા પ્રકાશિત કરવા માટેનું પ્રાધાન્યવાળું સ્થળ, જો પ્રગતિદર્રશક પટ્ટી પાસે વર્તમાન " "શબ્દમાળા દર્શાવવા માટે પૂરતી જગ્યા નહિં હોય, કોઈપણ હિસાબે." -#: ../gtk/gtkprogressbar.c:214 +#: gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "XSpacing" -#: ../gtk/gtkprogressbar.c:215 +#: gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "પ્રગતિદર્શક પટ્ટીની પહોળાઈને વધારાની જગ્યા લાગુ પાડવામાં આવેલ છે." -#: ../gtk/gtkprogressbar.c:220 +#: gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "YSpacing" -#: ../gtk/gtkprogressbar.c:221 +#: gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "પ્રગતિદર્શક પટ્ટીની ઊંચાઇને વધારાની જગ્યા લાગુ પાડવામાં આવેલ છે." -#: ../gtk/gtkprogressbar.c:234 +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "ન્યૂનત્તમ આડી પટ્ટીની પહોળાઇ" -#: ../gtk/gtkprogressbar.c:235 +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "પ્રગતિદર્શક પટ્ટી ની ન્યૂનત્તમ આડી પહોળાઇ" -#: ../gtk/gtkprogressbar.c:247 +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "ન્યૂનત્તમ આડી પટ્ટીની ઊંચાઇ" -#: ../gtk/gtkprogressbar.c:248 +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "પ્રગતિદર્શક પટ્ટીની ન્યૂનત્તમ આડી ઊંચાઇ" -#: ../gtk/gtkprogressbar.c:260 +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "ન્યૂનત્તમ ઊભી પટ્ટીની પહોળાઇ" -#: ../gtk/gtkprogressbar.c:261 +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "પ્રગતિદર્શક પટ્ટી ની ન્યૂનત્તમ ઊભી પહોળાઇ" -#: ../gtk/gtkprogressbar.c:273 +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "ન્યૂનત્તમ ઊભી પટ્ટીની ઊંચાઈ" -#: ../gtk/gtkprogressbar.c:274 +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "પ્રગતિદર્શક પટ્ટીની ન્યૂનત્તમ ઊભી ઊંચાઇ" -#: ../gtk/gtkradioaction.c:111 +#: gtk/gtkradioaction.c:111 msgid "The value" msgstr "કિંમત" -#: ../gtk/gtkradioaction.c:112 +#: gtk/gtkradioaction.c:112 msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." @@ -4319,149 +4328,151 @@ msgstr "" "gtk_radio_action_get_current_value() દ્વારા મળેલી કિંમત જ્યારે આ ક્રિયા એ તેના જૂથની " "વર્તમાન ક્રિયા હોય છે." -#: ../gtk/gtkradioaction.c:129 +#: gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "રેડિયો ક્રિયા કે જેના જૂથને આ ક્રિયા અનુસરે છે." -#: ../gtk/gtkradioaction.c:144 +#: gtk/gtkradioaction.c:144 msgid "The current value" msgstr "વર્તમાન કિંમત" -#: ../gtk/gtkradioaction.c:145 +#: gtk/gtkradioaction.c:145 msgid "" "The value property of the currently active member of the group to which this " "action belongs." msgstr "જૂથના વર્તમાનમાં સક્રિય સભ્યનો કિંમત ગુણધર્મ કે જેમાં આ ક્રિયા અનુલક્ષે છે." -#: ../gtk/gtkradiobutton.c:83 +#: gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "રેડિયો બટન કે જેનું જૂથ આ વિજેટને અનુસરે છે." -#: ../gtk/gtkradiomenuitem.c:344 +#: gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "રેડિયો મેનુ વસ્તુ કે જેનું જૂથમાં આ વિજેટ અનુલક્ષે છે." -#: ../gtk/gtkradiotoolbutton.c:66 +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "રેડિયો સાધન બટન કે જેનું જૂથ આ બટનને અનુસરે છે." -#: ../gtk/gtkrange.c:358 +#: gtk/gtkrange.c:358 msgid "Update policy" msgstr "સુધારા પોલિસી" -#: ../gtk/gtkrange.c:359 +#: gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "સ્ક્રીન પર વિસ્તારને કેવી રીતે બદલવી" -#: ../gtk/gtkrange.c:368 +#: gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "GtkAdjustment કે જે આ વિસ્તારની વસ્તુની વર્તમાન કિંમત ધરાવે છે" -#: ../gtk/gtkrange.c:375 +#: gtk/gtkrange.c:375 msgid "Inverted" msgstr "ઉલટુ કરાયેલું" -#: ../gtk/gtkrange.c:376 +#: gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" msgstr "વિસ્તારની કિંમત વધારવા માટે દિશાના સરકપટ્ટીને ઉલટુ ફેરવો" -#: ../gtk/gtkrange.c:383 +#: gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "નીચી ઊંડી સંવેદનશીલતા" -#: ../gtk/gtkrange.c:384 +#: gtk/gtkrange.c:384 msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" msgstr "ઊંડી માટે સંવેદનશીલતા પોલિસી કે જે સંતુલનને નીચી બાજુએ નિર્દેશ કરે છે" -#: ../gtk/gtkrange.c:392 +#: gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "ઉપરની ઊંડી સંવેદનશીલતા" -#: ../gtk/gtkrange.c:393 +#: gtk/gtkrange.c:393 msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" msgstr "ઊંડાણ માટે સંવેદનશીલતા પોલિસી કે જે સંતુલનની ઉપરની બાજુને નિર્દેશ કરે છે" -#: ../gtk/gtkrange.c:410 +#: gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "ભરવાનાં સ્તરો બતાવો" -#: ../gtk/gtkrange.c:411 +#: gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "શું ભરવાનું સ્તર સૂચક ગ્રાફિક્સ દર્શાવવું કે નહિં." -#: ../gtk/gtkrange.c:427 +#: gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "ભરવાનાં સ્તરો બાંધો" -#: ../gtk/gtkrange.c:428 +#: gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "શું ભરવાના સ્તરોની ઉપરની કિનારી બંધિત કરવી." -#: ../gtk/gtkrange.c:443 +#: gtk/gtkrange.c:443 msgid "Fill Level" msgstr "ભરવાનાં સ્તર" -#: ../gtk/gtkrange.c:444 +#: gtk/gtkrange.c:444 msgid "The fill level." msgstr "ભરવાનું સ્તર." -#: ../gtk/gtkrange.c:452 +#: gtk/gtkrange.c:452 msgid "Slider Width" msgstr "સરકપટ્ટીની પહોળાઈ" -#: ../gtk/gtkrange.c:453 +#: gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "ખસાડવાની પટ્ટી કે સ્કેલ થમ્બની પહોળાઈ" -#: ../gtk/gtkrange.c:460 +#: gtk/gtkrange.c:460 msgid "Trough Border" msgstr "ગર્તની કિનારી" -#: ../gtk/gtkrange.c:461 +#: gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "બહારના ગર્તના બેવેલ અને થમ્બ/સ્ટેપર વચ્ચેની જગ્યા" -#: ../gtk/gtkrange.c:468 +#: gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "સ્ટેપરનુ માપ" -#: ../gtk/gtkrange.c:469 +#: gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "છેડા પર સ્ટેપ બટન ની લંબાઈ" -#: ../gtk/gtkrange.c:484 +#: gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "સ્ટેપરની જગ્યા" -#: ../gtk/gtkrange.c:485 +#: gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "સ્ટેપ બટન અને થમ્બ વચ્ચેની જગ્યા" -#: ../gtk/gtkrange.c:492 +#: gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "તીરનું X દિશામાં સ્થળાંતર" -#: ../gtk/gtkrange.c:493 -msgid "How far in the x direction to move the arrow when the button is depressed" +#: gtk/gtkrange.c:493 +msgid "" +"How far in the x direction to move the arrow when the button is depressed" msgstr "જ્યારે બટન દબાવવામાં આવે ત્યારે તીરને x દિશામાં કેટલી દૂર લઈ જવુ" -#: ../gtk/gtkrange.c:500 +#: gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "તીરનુ Y દિશામાં સ્થળાંતર" -#: ../gtk/gtkrange.c:501 -msgid "How far in the y direction to move the arrow when the button is depressed" +#: gtk/gtkrange.c:501 +msgid "" +"How far in the y direction to move the arrow when the button is depressed" msgstr "જ્યારે બટન દબાવવામાં આવે ત્યારે તીરને Y દિશામાં કેટલી દૂર લઈ જવી " -#: ../gtk/gtkrange.c:509 +#: gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "ખેંચવા દરમ્યાન સરકાવનાર ACTIVE" -#: ../gtk/gtkrange.c:510 +#: gtk/gtkrange.c:510 msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" @@ -4469,11 +4480,11 @@ msgstr "" "આ વિકલ્પને TRUE તરીકે સુયોજિત કરીને, સરકનાર ACTIVE તરીકે દોરવામાં આવશે અને પડછાયા IN " "સાથે જ્યારે તેઓને ખેંચવામાં આવે" -#: ../gtk/gtkrange.c:524 +#: gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "Trough બાજુ વિગતો" -#: ../gtk/gtkrange.c:525 +#: gtk/gtkrange.c:525 msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" @@ -4481,263 +4492,265 @@ msgstr "" "જ્યારે TRUE હોય, ત્યારે trough ના બે બાજુઓ પરના સરકપટ્ટીના ભાગો અલગ વિગતો સાથે " "દોરવામાં આવે છે" -#: ../gtk/gtkrange.c:541 +#: gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "Trough પગલાંઓ નીચે" -#: ../gtk/gtkrange.c:542 +#: gtk/gtkrange.c:542 msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" msgstr "શું વિસ્તારની સંપૂર્ણ લંબાઈ માટે દોરવું કે આગળ આવનારાઓને અને જગ્યા છોડવા માટે દોરવું" -#: ../gtk/gtkrange.c:555 +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "તીરનું માપન" -#: ../gtk/gtkrange.c:556 +#: gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "સરક બટન માપને સંબંધિત તીર ખેંચવાનું" -#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 +#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "નંબરો બતાવો" -#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 +#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "શું વસ્તુઓ સંખ્યા સાથે દર્શાવવી જોઈએ" -#: ../gtk/gtkrecentchooser.c:132 +#: gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "છેલ્લો વ્યવસ્થાપક" -#: ../gtk/gtkrecentchooser.c:133 +#: gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "વાપરવા માટેનો RecentManager ઓબ્જેક્ટ" -#: ../gtk/gtkrecentchooser.c:147 +#: gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "ખાનગી બતાવો" -#: ../gtk/gtkrecentchooser.c:148 +#: gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "શું ખાનગી વસ્તુઓ દર્શાવવી જોઈએ" -#: ../gtk/gtkrecentchooser.c:161 +#: gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "સાધનમદદો બતાવો" -#: ../gtk/gtkrecentchooser.c:162 +#: gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "શું ત્યાં વસ્તુ પર સાધનમદદ હોવી જોઈએ" -#: ../gtk/gtkrecentchooser.c:174 +#: gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "ચિહ્નો બતાવો" -#: ../gtk/gtkrecentchooser.c:175 +#: gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "શું ત્યાં વસ્તુની નજીક ચિહ્ન હોવું જોઈએ" -#: ../gtk/gtkrecentchooser.c:190 +#: gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "મળ્યનું નહિં બતાવો" -#: ../gtk/gtkrecentchooser.c:191 +#: gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "શું ઉપલબ્ધ નહિં એવા સ્રોતોનો નિર્દેશ કરતી વસ્તુઓ દર્શાવવી જોઈએ" -#: ../gtk/gtkrecentchooser.c:204 +#: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "શું ઘણી વસ્તુઓને પસંદ થયેલ પરવાનગી આપવી જોઈએ" -#: ../gtk/gtkrecentchooser.c:217 +#: gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "માત્ર સ્થાનિક" -#: ../gtk/gtkrecentchooser.c:218 +#: gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "શું પસંદ કરેલ સ્રોતો માત્ર સ્થાનિક ફાઈલ પૂરતા જ મર્યાદિત હોવા જોઈએ: URIs" -#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 +#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "મર્યાદા" -#: ../gtk/gtkrecentchooser.c:235 +#: gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "દર્શાવવા માટેની મહત્તમ સંખ્યાની વસ્તુઓ" -#: ../gtk/gtkrecentchooser.c:249 +#: gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "ક્રમમાં ગોઠવવાનો પ્રકાર" -#: ../gtk/gtkrecentchooser.c:250 +#: gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "દર્શાવાયેલ વસ્તુઓને ક્રમમાં ગોઠવવાનો પ્રકાર" -#: ../gtk/gtkrecentchooser.c:265 +#: gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "કયા સ્રોતો દર્શાવાયેલ છે તે પસંદ કરવા માટેનું વર્તમાન ગાળક" -#: ../gtk/gtkrecentmanager.c:215 +#: gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "યાદી સંગ્રહવા અને વાંચવા માટે વાપરવા માટેની ફાઈલનો આખો પાથ" -#: ../gtk/gtkrecentmanager.c:230 -msgid "The maximum number of items to be returned by gtk_recent_manager_get_items()" +#: gtk/gtkrecentmanager.c:230 +msgid "" +"The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "gtk_recent_manager_get_items() દ્વારા મળેલ વસ્તુઓની મહત્તમ સંખ્યા" -#: ../gtk/gtkrecentmanager.c:246 +#: gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "છેલ્લે વપરાયેલ સ્રોતો યાદીનું માપ" -#: ../gtk/gtkruler.c:128 +#: gtk/gtkruler.c:128 msgid "Lower" msgstr "નીચેનું" -#: ../gtk/gtkruler.c:129 +#: gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "માપપટ્ટીની નીચેની હદ" -#: ../gtk/gtkruler.c:138 +#: gtk/gtkruler.c:138 msgid "Upper" msgstr "ઉપરનુ" -#: ../gtk/gtkruler.c:139 +#: gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "માપપટ્ટીની ઉપરની હદ" -#: ../gtk/gtkruler.c:149 +#: gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "માપપટ્ટી ઉપર નિશાનીનુ સ્થાન" -#: ../gtk/gtkruler.c:158 +#: gtk/gtkruler.c:158 msgid "Max Size" msgstr "મહત્તમ માપ" -#: ../gtk/gtkruler.c:159 +#: gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "માપપટ્ટી નુ મહત્તમ માપ" -#: ../gtk/gtkruler.c:174 +#: gtk/gtkruler.c:174 msgid "Metric" msgstr "મેટ્રિક" -#: ../gtk/gtkruler.c:175 +#: gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "માપપટ્ટી માટે વપરાયેલ મેટ્રિક" -#: ../gtk/gtkscale.c:201 +#: gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "દશાંશ સ્થળોની સંખ્યા કે જેઓ કિંમતમાં દર્શાવાયેલ છે" -#: ../gtk/gtkscale.c:210 +#: gtk/gtkscale.c:210 msgid "Draw Value" msgstr "કિંમત દોરો" -#: ../gtk/gtkscale.c:211 +#: gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "શું વર્તમાન કિંમત સરકપટ્ટીની બાજુની શબ્દમાળા તરીકે દર્શાવાયી છે" -#: ../gtk/gtkscale.c:218 +#: gtk/gtkscale.c:218 msgid "Value Position" msgstr "કિંમતની સ્થિતિ" -#: ../gtk/gtkscale.c:219 +#: gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "એ સ્થાન કે જ્યાં વર્તમાન કિંમત દર્શાવાયી છે" -#: ../gtk/gtkscale.c:226 +#: gtk/gtkscale.c:226 msgid "Slider Length" msgstr "સરકપટ્ટીની લંબાઈ" -#: ../gtk/gtkscale.c:227 +#: gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "માપપટ્ટીની સરકપટ્ટીની લંબાઈ" -#: ../gtk/gtkscale.c:235 +#: gtk/gtkscale.c:235 msgid "Value spacing" msgstr "કિંમતની વચ્ચેની જગ્યા" -#: ../gtk/gtkscale.c:236 +#: gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "લખાણની કિંમત અને સરકપટ્ટી/ગર્તના વિસ્તાર વચ્ચેની જગ્યા" -#: ../gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "માપદંડની કિંમત" -#: ../gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "ચિહ્ન માપ" -#: ../gtk/gtkscalebutton.c:224 -msgid "The GtkAdjustment that contains the current value of this scale button object" +#: gtk/gtkscalebutton.c:226 +msgid "" +"The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment કે જે આ માપદંડ બટન ઓબ્જેક્ટની વર્તમાન કિંમત સમાવે છે" -#: ../gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "ચિહ્નો" -#: ../gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "ચિહ્ન નામોની યાદી" -#: ../gtk/gtkscrollbar.c:51 +#: gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "સરકપટ્ટીની ન્યૂનતમ લંબાઈ" -#: ../gtk/gtkscrollbar.c:52 +#: gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "ખસેડવાની પટ્ટીની સરકપટ્ટીની ન્યૂનતમ લંબાઈ" -#: ../gtk/gtkscrollbar.c:60 +#: gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "સરકપટ્ટીનું ચોક્કસ માપ" -#: ../gtk/gtkscrollbar.c:61 +#: gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "સરકપટ્ટીનું માપ બદલો નહિ, તેને ફક્ત ન્યૂનતમ લંબાઈ પર સ્થિર રાખો" -#: ../gtk/gtkscrollbar.c:82 -msgid "Display a second backward arrow button on the opposite end of the scrollbar" +#: gtk/gtkscrollbar.c:82 +msgid "" +"Display a second backward arrow button on the opposite end of the scrollbar" msgstr "ખસેડવાની પટ્ટીના બીજા છેડા પર પાછા આવવા માટેનું એક બીજુ બટન દર્શાવો" -#: ../gtk/gtkscrollbar.c:89 -msgid "Display a second forward arrow button on the opposite end of the scrollbar" +#: gtk/gtkscrollbar.c:89 +msgid "" +"Display a second forward arrow button on the opposite end of the scrollbar" msgstr "બીજું આગળ ધપાવો તીર બટન સરકપટ્ટીના વિરુદ્ધ અંત પર દર્શાવો" -#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 -#: ../gtk/gtktreeview.c:578 +#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "આડી વ્યવસ્થિત ગોઠવણી" -#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 -#: ../gtk/gtktreeview.c:586 +#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "ઊભી વ્યવસ્થિત ગોઠવણી" -#: ../gtk/gtkscrolledwindow.c:232 +#: gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "આડી ખસેડવાની પટ્ટીની નીતિ" -#: ../gtk/gtkscrolledwindow.c:233 +#: gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "આડી ખસેડવાની પટ્ટી ક્યારે દર્શાવવામાં આવે છે" -#: ../gtk/gtkscrolledwindow.c:240 +#: gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "ઊભી ખસેડવાની પટ્ટીની નીતિ" -#: ../gtk/gtkscrolledwindow.c:241 +#: gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "ઊભી ખસેડવાની પટ્ટીને ક્યારે દર્શાવવામાં આવે છે" -#: ../gtk/gtkscrolledwindow.c:249 +#: gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "વિન્ડોની ગોઠવણી" -#: ../gtk/gtkscrolledwindow.c:250 +#: gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." @@ -4745,11 +4758,11 @@ msgstr "" "સરકપટ્ટીઓને સંબંધિત સમાવિષ્ટો ક્યાં સ્થિત થયેલ છે. આ ગુણધર્મ માત્ર ત્યારે જ અસરમાં આવે છે જો " "\"window-placement-set\" એ TRUE ખરું તરીકે સુયોજિત થયેલ હોય." -#: ../gtk/gtkscrolledwindow.c:267 +#: gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "વિન્ડોની ગોઠવણી સમૂહ" -#: ../gtk/gtkscrolledwindow.c:268 +#: gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." @@ -4757,35 +4770,35 @@ msgstr "" "શું \"વિન્ડો-ગોઠવણી\" એ સરકપટ્ટીઓને અનુલક્ષીને સમાવિષ્ટોનું સ્થાન નક્કી કરવા માટે વપરાવું " "જોઈએ." -#: ../gtk/gtkscrolledwindow.c:274 +#: gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "પડછાયાનો પ્રકાર" -#: ../gtk/gtkscrolledwindow.c:275 +#: gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "સમાવિષ્ટ વસ્તુની આસપાસ ઉઠાવનો પ્રકાર" -#: ../gtk/gtkscrolledwindow.c:289 +#: gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "bevel માં સરકપટ્ટીઓ" -#: ../gtk/gtkscrolledwindow.c:290 +#: gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "સરકાવાયેલ વિન્ડોની bevel માં સરકપટ્ટીઓ મૂકો" -#: ../gtk/gtkscrolledwindow.c:296 +#: gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "ખસેડવાની પટ્ટી વચ્ચેની જગ્યા" -#: ../gtk/gtkscrolledwindow.c:297 +#: gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "ખસેડવાની પટ્ટી અને ખસેડાયેલી વિન્ડો વચ્ચે પિક્સેલની સંખ્યા" -#: ../gtk/gtkscrolledwindow.c:312 +#: gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "સરકાવાયેલ વિન્ડો ગોઠવણી" -#: ../gtk/gtkscrolledwindow.c:313 +#: gtk/gtkscrolledwindow.c:313 msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." @@ -4793,19 +4806,19 @@ msgstr "" "સરકપટ્ટીઓને અનુલક્ષીને સરકાવાયેલ વિન્ડોના સમાવિષ્ટો ક્યાં સ્થિત થયેલ હશે, જો સરકાવાયેલ " "વિન્ડોની પોતાની ગોઠવણી દ્વારા નહિં ફરીથી લખાયેલ હોય." -#: ../gtk/gtkseparatortoolitem.c:105 +#: gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "દોરો" -#: ../gtk/gtkseparatortoolitem.c:106 +#: gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "શું વિભાજક દોરાયેલ છે, અથવા ખાલી જ છે" -#: ../gtk/gtksettings.c:215 +#: gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "બમણા ક્લિક માટેનો સમય" -#: ../gtk/gtksettings.c:216 +#: gtk/gtksettings.c:216 msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" @@ -4813,11 +4826,11 @@ msgstr "" "બમણા ક્લિક તરીકે ગણાવા માટે કરાયેલા બે ક્લિક વચ્ચે પરવાનગી આપવાનો મહત્તમ સમય" "(મિલીસેકન્ડમાં)" -#: ../gtk/gtksettings.c:223 +#: gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "બમણા ક્લિક માટેનું અંતર" -#: ../gtk/gtksettings.c:224 +#: gtk/gtksettings.c:224 msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" @@ -4825,181 +4838,183 @@ msgstr "" "બમણા ક્લિક તરીકે ગણાવા માટે કરાયેલા બે ક્લિક વચ્ચે પરવાનગી આપવાનો મહત્તમ સમય" "(મિલીસેકન્ડમાં)" -#: ../gtk/gtksettings.c:240 +#: gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "કર્સરનું ઝબકવુ" -#: ../gtk/gtksettings.c:241 +#: gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "શું કર્સરને ઝબકતુ કરવુ જોઈએ" -#: ../gtk/gtksettings.c:248 +#: gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "કર્સરને ઝબકવાનો સમય" -#: ../gtk/gtksettings.c:249 +#: gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "કર્સરને ઝબૂકવાના ચક્રની લંબાઈ, મિલીસેકન્ડમાં" -#: ../gtk/gtksettings.c:268 +#: gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "કર્સરને ઝબૂકવાનો સમયસમાપ્તિ ગાળો" -#: ../gtk/gtksettings.c:269 +#: gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "કર્સર ઝબૂકવાનું બંધ કરે પછીનો સમય, સેકન્ડોમાં" -#: ../gtk/gtksettings.c:276 +#: gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "કર્સર વિભાજન" -#: ../gtk/gtksettings.c:277 +#: gtk/gtksettings.c:277 msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" msgstr "શું ડાબેથી જમણે અને જમણેથી ડાબે લખાણને મિશ્રણ માટે બે કર્સરને પ્રદર્શિત કરવો જોઈએ" -#: ../gtk/gtksettings.c:284 +#: gtk/gtksettings.c:284 msgid "Theme Name" msgstr "થીમનું નામ" -#: ../gtk/gtksettings.c:285 +#: gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "RC ફાઈલને લાવવા માટેના થીમનું નામ" -#: ../gtk/gtksettings.c:293 +#: gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "ચિહ્ન થીમનું નામ" -#: ../gtk/gtksettings.c:294 +#: gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "વાપરવા માટેન ચિહ્ન થીમનું નામ" -#: ../gtk/gtksettings.c:302 +#: gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "ફોલબેક ચિહ્ન થીમ નામ" -#: ../gtk/gtksettings.c:303 +#: gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "માં ફોલબેક કરવા માટેની ચિહ્ન થીમનું નામ" -#: ../gtk/gtksettings.c:311 +#: gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "મુખ્ય થીમનુ નામ" -#: ../gtk/gtksettings.c:312 +#: gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "લાવવા માટેની મુખ્ય થીમની RC ફાઈલનું નામ" -#: ../gtk/gtksettings.c:320 +#: gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "મેનુની પટ્ટીનો પ્રવેગ" -#: ../gtk/gtksettings.c:321 +#: gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "મેનુની પટ્ટીને કાર્યશીલ કરવા માટે ફાળવાયેલી કી" -#: ../gtk/gtksettings.c:329 +#: gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "થ્રેશોલ્ડ ઘસેડો" -#: ../gtk/gtksettings.c:330 +#: gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "ઘસેડતા પહેલા કર્સર ખસી શકે તેટલા પિક્સેલની સંખ્યા" -#: ../gtk/gtksettings.c:338 +#: gtk/gtksettings.c:338 msgid "Font Name" msgstr "ફોન્ટનું નામ" -#: ../gtk/gtksettings.c:339 +#: gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "ઉપયોગમાં લેવાના મૂળભૂત ફોન્ટનું નામ" -#: ../gtk/gtksettings.c:361 +#: gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "ચિહ્ન માપો" -#: ../gtk/gtksettings.c:362 +#: gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "ચિહ્ન માપોની યાદી (gtk-menu=16,16:gtk-button=20,20..." -#: ../gtk/gtksettings.c:370 +#: gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "GTK મોડ્યુલો" -#: ../gtk/gtksettings.c:371 +#: gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "વર્તમાનમાં સક્રિય GTK મોડ્યુલોની યાદી" -#: ../gtk/gtksettings.c:380 +#: gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Xft એન્ટીએલીયાસ" -#: ../gtk/gtksettings.c:381 +#: gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "શું Xft ફોન્ટને એન્ટીએલિઆઝ કરવા છે; ૦=ના, ૧=હા, -૧=મૂળભુત" -#: ../gtk/gtksettings.c:390 +#: gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Xft હિંટીંગ" -#: ../gtk/gtksettings.c:391 +#: gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "શું Xft ફોન્ટ હિંટ કરવા છે; ૦=ના, ૧=હા, -૧=મૂળભુત" -#: ../gtk/gtksettings.c:400 +#: gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Xft હિંટ શૈલી" -#: ../gtk/gtksettings.c:401 -msgid "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" -msgstr "હિંટીંગની કેટલી ડિગ્રી વાપરવી; hintnone, hintslight, hintmedium, અથવા hintfull" +#: gtk/gtksettings.c:401 +msgid "" +"What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" +msgstr "" +"હિંટીંગની કેટલી ડિગ્રી વાપરવી; hintnone, hintslight, hintmedium, અથવા hintfull" -#: ../gtk/gtksettings.c:410 +#: gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft RGBA" -#: ../gtk/gtksettings.c:411 +#: gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "subpixel એન્ટીએલિઆઝીંગનો પ્રકાર; none, rgb, bgr, vrgb, vbgr" -#: ../gtk/gtksettings.c:420 +#: gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Xft DPI" -#: ../gtk/gtksettings.c:421 +#: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" msgstr "Xft માટે રીઝોલ્યુશન, 1024 * dots/inch માં. મૂળભુત કિંમત માટે -૧ વાપરો" -#: ../gtk/gtksettings.c:430 +#: gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "કર્સર થીમ નામ" -#: ../gtk/gtksettings.c:431 +#: gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" msgstr "વાપરવા માટેની કર્સર થીમનું નામ, અથવા મૂળભૂત થીમ વાપરવા માટે NULL" -#: ../gtk/gtksettings.c:439 +#: gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "કર્સર થીમ માપ" -#: ../gtk/gtksettings.c:440 +#: gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "કર્સરો માટે વાપરવાનું માપ, અથવા મૂળભૂત માપ વાપરવા માટે ૦" -#: ../gtk/gtksettings.c:450 +#: gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "વૈકલ્પિક બટન ક્રમ" -#: ../gtk/gtksettings.c:451 +#: gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" msgstr "શું સંવાદમાંના બટનોએ વૈકલ્પિક બટન ક્રમ વાપરવો જોઈએ" -#: ../gtk/gtksettings.c:468 +#: gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "વૈકલ્પિક સૂચક દિશા ક્રમમાં કરો" -#: ../gtk/gtksettings.c:469 +#: gtk/gtksettings.c:469 msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" @@ -5007,604 +5022,613 @@ msgstr "" "શું સૂચકોને યાદીમાં ક્રમમાં ગોઠવવાની દિશા અને વૃક્ષ દર્શોમાં તે મૂળભૂતની સરખામણીમાં ઉલટાવી " "દેવાયેલ છે (કે જ્યાં નીચે એટલે કે ચડતો ક્રમ)" -#: ../gtk/gtksettings.c:477 +#: gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "'ઈનપુટ પદ્ધતિઓ' મેનુ બતાવો" -#: ../gtk/gtksettings.c:478 +#: gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" msgstr "શું પ્રવેશોના સંદર્ભ મેનુઓ અને લખાણ દૃશ્યોએ ઈનપુટ પદ્ધતિ બદલવા માટે તક આપવી જોઈએ" -#: ../gtk/gtksettings.c:486 +#: gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "'યુનિકોડ નિયંત્રણ અક્ષર દાખલ કરો' મેનુ બતાવો" -#: ../gtk/gtksettings.c:487 +#: gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" -msgstr "શું પ્રવેશોના સંદર્ભ મેનુઓ અને લખાણ દૃશ્યોએ નિયંત્રણ અક્ષરો દાખલ કરવા માટે તક આપવી જોઈએ" +msgstr "" +"શું પ્રવેશોના સંદર્ભ મેનુઓ અને લખાણ દૃશ્યોએ નિયંત્રણ અક્ષરો દાખલ કરવા માટે તક આપવી જોઈએ" -#: ../gtk/gtksettings.c:495 +#: gtk/gtksettings.c:495 msgid "Start timeout" msgstr "શરૂઆત સમયસમાપ્તિ" -#: ../gtk/gtksettings.c:496 +#: gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "સમયસમાપ્તિઓ માટે શરૂઆતની કિંમત, જ્યારે બટન દબાયેલ હોય" -#: ../gtk/gtksettings.c:505 +#: gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "સમયસમાપ્તિ પુનરાવર્તન" -#: ../gtk/gtksettings.c:506 +#: gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "સમયસમાપ્તિઓ માટે પુનરાવર્તન કિંમત, જ્યારે બટન દબાયેલ હોય" -#: ../gtk/gtksettings.c:515 +#: gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "સમયસમાપ્તિ વિસ્તારો" -#: ../gtk/gtksettings.c:516 +#: gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "સમયસમાપ્તિઓ માટે કિંમત વિસ્તારો, જ્યારે વિજેટ એ નવો વિસ્તાર વિસ્તૃત કરી રહ્યો હોય" -#: ../gtk/gtksettings.c:551 +#: gtk/gtksettings.c:551 msgid "Color scheme" msgstr "રંગ પદ્ધતિ" -#: ../gtk/gtksettings.c:552 +#: gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "થીમોમાં વાપરવા માટેના નામવાળા રંગોની તકતી" -#: ../gtk/gtksettings.c:561 +#: gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "એનીમેશનો સક્રિય કરો" -#: ../gtk/gtksettings.c:562 +#: gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "શું ટુલકીટ-પ્રમાણે એનીમેશનો સક્રિય કરવા છે." -#: ../gtk/gtksettings.c:580 +#: gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "ટચસ્ક્રીન સ્થિતિ સક્રિય કરો" -#: ../gtk/gtksettings.c:581 +#: gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "જ્યારે TRUE હોય, ત્યારે આ સ્ક્રીન પર કોઈ ગતિ સૂચન ઘટનાઓ હોતી નથી" -#: ../gtk/gtksettings.c:598 +#: gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "સાધનમદદ સમયસમાપ્તિ ગાળો" -#: ../gtk/gtksettings.c:599 +#: gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "સાધનમદદ બતાવાય તે પહેલાં સમયસમાપ્ત" -#: ../gtk/gtksettings.c:624 +#: gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "સાધનમદદ શોધ સમયસમાપ્તિ ગાળો" -#: ../gtk/gtksettings.c:625 +#: gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "સાધનમદદ બતાવાય તે પહેલાં સમયસમાપ્તિ જ્યારે શોધ સ્થિતિ સક્રિય કરવામાં આવે" -#: ../gtk/gtksettings.c:646 +#: gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "સાધનમદદ શોધ સ્થિતિ સમયસમાપ્તિ" -#: ../gtk/gtksettings.c:647 +#: gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "સમયસમાપ્તિ ગાળો કે જેના પછી શોધ સ્થિતિ નિષ્ક્રિય થઈ જાય" -#: ../gtk/gtksettings.c:666 +#: gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "Keynav કર્સર માત્ર" -#: ../gtk/gtksettings.c:667 +#: gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" -msgstr "જ્યારે TRUE હોય, ત્યારે ત્યાં માત્ર કર્સર કીઓ જ વિજેટો શોધવા માટે ઉપલબ્ધ હોવી જોઈએ" +msgstr "" +"જ્યારે TRUE હોય, ત્યારે ત્યાં માત્ર કર્સર કીઓ જ વિજેટો શોધવા માટે ઉપલબ્ધ હોવી જોઈએ" -#: ../gtk/gtksettings.c:684 +#: gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "Keynav ફરતે લપેટો" -#: ../gtk/gtksettings.c:685 +#: gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "શું કીબોર્ડ-શોધ વિજેટો ફરતે લપેટવું" -#: ../gtk/gtksettings.c:705 +#: gtk/gtksettings.c:705 msgid "Error Bell" msgstr "ભૂલ ઘંટડી" -#: ../gtk/gtksettings.c:706 +#: gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "જ્યારે TRUE હોય, ત્યારે કીબોર્ડ શોધ અને અન્ય ભૂલો બીપનું કારણ બનશે" -#: ../gtk/gtksettings.c:723 +#: gtk/gtksettings.c:723 msgid "Color Hash" msgstr "રંગ હેશ" -#: ../gtk/gtksettings.c:724 +#: gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "રંગ પદ્ધતિની હેશ કોષ્ટક રજૂઆત." -#: ../gtk/gtksettings.c:732 +#: gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "મૂળભુત ફાઈલ પસંદગીકારક પાશ્વ ભાગ" -#: ../gtk/gtksettings.c:733 +#: gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "મૂળભુત રીતે વાપરવા માટેના GtkFileChooser પાશ્વભાગનું નામ" -#: ../gtk/gtksettings.c:750 +#: gtk/gtksettings.c:750 msgid "Default print backend" msgstr "મૂળભૂત છાપન પાશ્વ ભાગ" -#: ../gtk/gtksettings.c:751 +#: gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "મૂળભૂત રીતે વાપરવા માટેના GtkPrintBackend પાશ્વ ભાગોની યાદી" -#: ../gtk/gtksettings.c:774 +#: gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "જ્યારે છાપન પૂર્વદર્શન દર્શાવી રહ્યા હોય ત્યારે ચલાવવાનો મૂળભૂત આદેશ" -#: ../gtk/gtksettings.c:775 +#: gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "જ્યારે છાપન પૂર્વદર્શન દર્શાવી રહ્યા હોય ત્યારે ચલાવવાનો આદેશ" -#: ../gtk/gtksettings.c:791 +#: gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "સાંકેતિક ચિહ્નો સક્રિય કરો" -#: ../gtk/gtksettings.c:792 +#: gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "શું લેબલોને સાંકેતિક ચિહ્નો હોવા જોઈએ" -#: ../gtk/gtksettings.c:808 +#: gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "પ્રવેગકો સક્રિય કરો" -#: ../gtk/gtksettings.c:809 +#: gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "શું મેનુ વસ્તુઓને પ્રવેગકો હોવા જોઈએ" -#: ../gtk/gtksettings.c:826 +#: gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "છેલ્લી ફાઈલો મર્યાદા" -#: ../gtk/gtksettings.c:827 +#: gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "છેલ્લે વપરાયેલ ફાઈલોની સંખ્યા" -#: ../gtk/gtksettings.c:845 +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "મૂળભૂત IM મોડ્યુલ" -#: ../gtk/gtksettings.c:846 +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "મૂળભૂત દ્દારા ક્યું IM મોડ્યુલ વપરાયેલ હોવુ જોઇએ" -#: ../gtk/gtksettings.c:864 +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "તાજેતરની ફાઇલો ની મહત્તમ ઉંમર" -#: ../gtk/gtksettings.c:865 +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "તાજેતરની વપરાયેલ ફાઇલો ની મહત્તમ ઉંમર, દિવસોમાં" -#: ../gtk/gtksettings.c:874 +#: gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Fontconfig રૂપરેખાંકન ટાઇમસ્ટેમ્પ" -#: ../gtk/gtksettings.c:875 +#: gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "હાલનાં fontconfig રૂપરેખાંકન નું ટાઇમસ્ટેમ્પ" -#: ../gtk/gtksettings.c:897 +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "સાઉન્ડ થીમ નામ" -#: ../gtk/gtksettings.c:898 +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "XDG સાઉન્ડ થીમ નામ" #. Translators: this means sounds that are played as feedback to user input -#: ../gtk/gtksettings.c:920 +#: gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "ઓડિબલ ઇનપુટ ફિડબેક" -#: ../gtk/gtksettings.c:921 +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "ક્યાંતો વપરાશકર્તાનાં ઇનપુટનાં ફિડબેક તરીકે ઘટના અવાજો ને વગાડશો કે નહિં" -#: ../gtk/gtksettings.c:942 +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "ઘટના સાઉન્ડો ને સક્રિય કરો" -#: ../gtk/gtksettings.c:943 +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "ક્યાંતો કોઇપણ રીતે ઘટના અવાજો ને વગાડો કે નહિં" -#: ../gtk/gtksettings.c:958 +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "સાધનમદદો ને સક્રિય કરો" -#: ../gtk/gtksettings.c:959 +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "વિજેટો પર ક્યાંતો સાધનમદદો ને બતાવેલ હોવુ જોઇએ" -#: ../gtk/gtksizegroup.c:293 +#: gtk/gtksizegroup.c:293 msgid "Mode" msgstr "સ્થિતિ" -#: ../gtk/gtksizegroup.c:294 +#: gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" msgstr "દિશાઓ કે જેમાં માપ જૂથ તેના ઘટક વિજેટોના અરજી થયેલ માપોને અસર કરે છે" -#: ../gtk/gtksizegroup.c:310 +#: gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "છુપુ હોય એને અવગણો" -#: ../gtk/gtksizegroup.c:311 -msgid "If TRUE, unmapped widgets are ignored when determining the size of the group" -msgstr "જો TRUE હોય, તો મેપ થયા વિનાના વિજેટો અવગણાય છે જ્યારે જૂથનું માપ નક્કી કરી રહ્યા હોય" +#: gtk/gtksizegroup.c:311 +msgid "" +"If TRUE, unmapped widgets are ignored when determining the size of the group" +msgstr "" +"જો TRUE હોય, તો મેપ થયા વિનાના વિજેટો અવગણાય છે જ્યારે જૂથનું માપ નક્કી કરી રહ્યા હોય" -#: ../gtk/gtkspinbutton.c:209 +#: gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "એ વ્યવસ્થિત ગોઠવણી કે જે સ્પીન બટનની કિંમતને પકડી રાખે છે" -#: ../gtk/gtkspinbutton.c:216 +#: gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "વૃદ્ધિનો દર" -#: ../gtk/gtkspinbutton.c:236 +#: gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "સ્નેપથી ટીક્સ" -#: ../gtk/gtkspinbutton.c:237 +#: gtk/gtkspinbutton.c:237 msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" msgstr "શું ભૂલવાળી કિંમતો તેની જાતેજ સ્પીન બટનના નજીકનાં વધારામાં બદલાઈ જાય છે" -#: ../gtk/gtkspinbutton.c:244 +#: gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "આંકડાકીય" -#: ../gtk/gtkspinbutton.c:245 +#: gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "શું બિન-આંકડાકીય શબ્દોને અવગણવા" -#: ../gtk/gtkspinbutton.c:252 +#: gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "લપેટો" -#: ../gtk/gtkspinbutton.c:253 +#: gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "શું સ્પીન બટને તેની મર્યાદાએ પહોંચી જાય ત્યારે લપેટાઇ જવુ જોઇએ" -#: ../gtk/gtkspinbutton.c:260 +#: gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "નીતિ બદલો" -#: ../gtk/gtkspinbutton.c:261 -msgid "Whether the spin button should update always, or only when the value is legal" +#: gtk/gtkspinbutton.c:261 +msgid "" +"Whether the spin button should update always, or only when the value is legal" msgstr "શું સ્પીન બટનને હંમેશા બદલવું જાેઇએ કે પછી જ્યારે કિંમત સાચી હોય ત્યારે બદલવી" -#: ../gtk/gtkspinbutton.c:270 +#: gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "વર્તમાન કિંમતને વાંચે છે, અથવા નવી કિંમત પર સુયોજીત કરે છે" -#: ../gtk/gtkspinbutton.c:279 +#: gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "સમાવિષ્ટ વસ્તુની આસપાસ ઉઠાવનો પ્રકાર" -#: ../gtk/gtkstatusbar.c:141 +#: gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "પાસે માપબદલવાની ગ્રીપ છે" -#: ../gtk/gtkstatusbar.c:142 +#: gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "શું આ વિજેટ ઉંચાસ્તરમાં પ્રકાશિત વિજેટ છે" -#: ../gtk/gtkstatusbar.c:187 +#: gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "સ્થિતિ દર્શક પટ્ટીના લેખનની આજુબાજુના ઉઠાવનો પ્રકાર" -#: ../gtk/gtkstatusicon.c:268 +#: gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "ચિહ્નનું માપ" -#: ../gtk/gtkstatusicon.c:278 +#: gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "સ્ક્રીન કે જ્યાં આ પરિસ્થિતિ ચિહ્ન દર્શાવવામાં આવશે" -#: ../gtk/gtkstatusicon.c:285 +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "ઝબૂકી રહ્યું છે" -#: ../gtk/gtkstatusicon.c:286 +#: gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "શું પરિસ્થિતિ ચિહ્ન એ ઝબૂકી રહ્યું છે કે નહિં" -#: ../gtk/gtkstatusicon.c:294 +#: gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "શું પરિસ્થિતિ ચિહ્ન એ દૃશ્યમાન છે કે નહિં" -#: ../gtk/gtkstatusicon.c:310 +#: gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "શું પરિસ્થિતિ ચિહ્ન જડિત છે કે નહિં" -#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 +#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "ટ્રેની દિશા" -#: ../gtk/gtkstatusicon.c:353 ../gtk/gtkwidget.c:632 +#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "ને સાધનમદદ છે" -#: ../gtk/gtkstatusicon.c:354 +#: gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" msgstr "ક્યાં તો આ ટ્રે આઇકોન પાસે સાધનમદદ હોય" -#: ../gtk/gtkstatusicon.c:375 ../gtk/gtkwidget.c:653 +#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 msgid "Tooltip Text" msgstr "સાધનમદદ લખાણ" -#: ../gtk/gtkstatusicon.c:376 ../gtk/gtkwidget.c:654 ../gtk/gtkwidget.c:675 +#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 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:674 msgid "Tooltip markup" msgstr "સાધનમદદ ચિહ્ન" -#: ../gtk/gtkstatusicon.c:400 +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "આ ટ્રે આઇકોન માટે સાધનમદદના સમાવિષ્ટો" -#: ../gtk/gtktable.c:129 +#: gtk/gtktable.c:129 msgid "Rows" msgstr "હરોળો" -#: ../gtk/gtktable.c:130 +#: gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "કોષ્ટકમાં હરોળોની સંખ્યા" -#: ../gtk/gtktable.c:138 +#: gtk/gtktable.c:138 msgid "Columns" msgstr "સ્તંભો" -#: ../gtk/gtktable.c:139 +#: gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "ટેબલમાં સ્તંભોની સંખ્યા" -#: ../gtk/gtktable.c:147 +#: gtk/gtktable.c:147 msgid "Row spacing" msgstr "હરોળ વચ્ચે જગ્યા" -#: ../gtk/gtktable.c:148 +#: gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "બે સળંગ હરોળોની વચ્ચેની જગ્યા" -#: ../gtk/gtktable.c:156 +#: gtk/gtktable.c:156 msgid "Column spacing" msgstr "સ્તંભ વચ્ચે જગ્યા" -#: ../gtk/gtktable.c:157 +#: gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "બે સળંગ સ્તંભો વચ્ચેની જગ્યા" -#: ../gtk/gtktable.c:166 +#: gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "જો TRUE હોય, તો કોષ્ટક ખાનાંઓને સરખી પહોળાઈ/ઊંચાઈ હોય છે" -#: ../gtk/gtktable.c:173 +#: gtk/gtktable.c:173 msgid "Left attachment" msgstr "ડાબેથી જોડાયેલુ" -#: ../gtk/gtktable.c:180 +#: gtk/gtktable.c:180 msgid "Right attachment" msgstr "જમણેથી જોડાયેલુ" -#: ../gtk/gtktable.c:181 +#: gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "બાળ વિજેટની જમણી બાજુ જોડવા માટેનો સ્તંભનો ક્રમાંક" -#: ../gtk/gtktable.c:187 +#: gtk/gtktable.c:187 msgid "Top attachment" msgstr "ઉપરથી જોડાયેલુ" -#: ../gtk/gtktable.c:188 +#: gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "બાળ વિજેટની ઉપરની બાજુ જોડવા માટેનો હરોળનો ક્રમાંક" -#: ../gtk/gtktable.c:194 +#: gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "નીચેથી જોડાયેલુ" -#: ../gtk/gtktable.c:201 +#: gtk/gtktable.c:201 msgid "Horizontal options" msgstr "આડા વિકલ્પો" -#: ../gtk/gtktable.c:202 +#: gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "બાળનું આડુ વર્તન સ્પષ્ટ કરતા વિકલ્પો" -#: ../gtk/gtktable.c:208 +#: gtk/gtktable.c:208 msgid "Vertical options" msgstr "ઉભા વિકલ્પો" -#: ../gtk/gtktable.c:209 +#: gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "બાળનું ઉભુ વર્તન સ્પષ્ટ કરતા વિકલ્પો" -#: ../gtk/gtktable.c:215 +#: gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "આડી દિશામાં ખાલી જગ્યાઓ ભરવી" -#: ../gtk/gtktable.c:216 +#: gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" msgstr "બાળ અને તેના ડાબા અને જમણા પડોશીની વચ્ચે મૂકવાની વધારાની જગ્યા, પીક્સેલમાં" -#: ../gtk/gtktable.c:222 +#: gtk/gtktable.c:222 msgid "Vertical padding" msgstr "ઊભી દિશામાં ખાલી જગ્યાઓ ભરવી" -#: ../gtk/gtktable.c:223 +#: gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" msgstr "બાળ અને તેના ઉપર અને નીચેના પાડોશીઓની વચ્ચે મૂકવાની વધારાની જગ્યા, પીક્સેલમાં" -#: ../gtk/gtktext.c:546 +#: gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "લખાણના વિજેટ માટે આડી દિશામાં કરવાની વ્યવસ્થિત ગોઠવણી" -#: ../gtk/gtktext.c:554 +#: gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "લખાણના વિજેટ માટે ઊભી દિશામાં કરવાની વ્યવસ્થિત ગોઠવણી" -#: ../gtk/gtktext.c:561 +#: gtk/gtktext.c:561 msgid "Line Wrap" msgstr "લીટીઓને વીંટાળવી" -#: ../gtk/gtktext.c:562 +#: gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "શું લીટીઓ વિજેટની કિનારી આગળ વીંટાળેલી છે" -#: ../gtk/gtktext.c:569 +#: gtk/gtktext.c:569 msgid "Word Wrap" msgstr "શબ્દોને વીંટાળો" -#: ../gtk/gtktext.c:570 +#: gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "શું વિજેટની કિનારી આગળ શબ્દોને વીંટાળેલ છે" -#: ../gtk/gtktextbuffer.c:180 +#: gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "નિશાનીઓનો કોઠો" -#: ../gtk/gtktextbuffer.c:181 +#: gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "લખાણની નિશાનીઓનો કોઠો" -#: ../gtk/gtktextbuffer.c:199 +#: gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "બફરનું વર્તમાન લખાણ" -#: ../gtk/gtktextbuffer.c:213 +#: gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "ને પસંદગી છે" -#: ../gtk/gtktextbuffer.c:214 +#: gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "શું બફરને અમુક લખાણ વર્તમાનમાં પસંદ કરેલ છે કે નહિં" -#: ../gtk/gtktextbuffer.c:230 +#: gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "કર્સરનું સ્થાન" -#: ../gtk/gtktextbuffer.c:231 -msgid "The position of the insert mark (as offset from the beginning of the buffer)" +#: gtk/gtktextbuffer.c:231 +msgid "" +"The position of the insert mark (as offset from the beginning of the buffer)" msgstr "દાખલ કરો ચિહ્નનું સ્થાન (બફરની શરૂઆતથી ઓફસેટ)" -#: ../gtk/gtktextbuffer.c:246 +#: gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "લક્ષ્ય યાદીની નકલ કરો" -#: ../gtk/gtktextbuffer.c:247 -msgid "The list of targets this buffer supports for clipboard copying and DND source" +#: gtk/gtktextbuffer.c:247 +msgid "" +"The list of targets this buffer supports for clipboard copying and DND source" msgstr "લક્ષ્યોની યાદી કે જેને આ બફર ક્લિપબોર્ડ નકલ કરવા અને DND સ્રોત માટે વાપરે છે" -#: ../gtk/gtktextbuffer.c:262 +#: gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "લક્ષ્ય યાદી ચોંટાડો" -#: ../gtk/gtktextbuffer.c:263 +#: gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" msgstr "ક્લિપબોર્ડ ચોંટાડવા અને DND લક્ષ્ય માટે લક્ષ્યોની યાદી કે જેને આ બફર આધાર આપે છે" -#: ../gtk/gtktextmark.c:90 +#: gtk/gtktextmark.c:90 msgid "Mark name" msgstr "ચિહ્ન નામ" -#: ../gtk/gtktextmark.c:97 +#: gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "ડાબું ગુરુત્વાકર્ષણ" -#: ../gtk/gtktextmark.c:98 +#: gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "શું ચિહ્નને ડાબું ગુરુત્વાકર્ષણ હોય છે" -#: ../gtk/gtktexttag.c:173 +#: gtk/gtktexttag.c:173 msgid "Tag name" msgstr "નિશાનીનુ નામ" -#: ../gtk/gtktexttag.c:174 +#: gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" -msgstr "લખાણની નિશાનીઓને ઉલ્લેખ કરતી વખતે ઉપયોગમાં લેવાયેલ નામ, અનામી નિશાની માટે NULL વાપરો" +msgstr "" +"લખાણની નિશાનીઓને ઉલ્લેખ કરતી વખતે ઉપયોગમાં લેવાયેલ નામ, અનામી નિશાની માટે NULL વાપરો" -#: ../gtk/gtktexttag.c:192 +#: gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "પાશ્વ ભાગનો રંગ GdkColor તરીકે (સંભવિત રીતે ફાળવ્યા વગરનો)" -#: ../gtk/gtktexttag.c:199 +#: gtk/gtktexttag.c:199 msgid "Background full height" msgstr "પાશ્વ ભાગની પૂરેપૂરી ઊંચાઈ" -#: ../gtk/gtktexttag.c:200 +#: gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" -msgstr "શું પાશ્વ ભાગનો રંગ પૂરેપૂરી લીટીને રંગથી ભરી દે છે કે ફક્ત નિશાનીત કરેલાઅક્ષરોની ઊંચાઈ સુધી જ" +msgstr "" +"શું પાશ્વ ભાગનો રંગ પૂરેપૂરી લીટીને રંગથી ભરી દે છે કે ફક્ત નિશાનીત કરેલાઅક્ષરોની ઊંચાઈ સુધી જ" -#: ../gtk/gtktexttag.c:208 +#: gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "પાશ્વ ભાગમાં રહી ગયેલા બિંદુને સંતાડી દો" -#: ../gtk/gtktexttag.c:209 +#: gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "લખાણના પાશ્વ ભાગને દોરતી વખતે સંતાડવા માટે ઉપયોગમાં લેવાતુ બીટમેપ" -#: ../gtk/gtktexttag.c:226 +#: gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "અગ્ર રંગ GdkColor તરીકે (સંભવિત રીતે ફાળવ્યા વગરનો)" -#: ../gtk/gtktexttag.c:234 +#: gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "અગ્ર ભાગને બિંદુને સંતાડી દો" -#: ../gtk/gtktexttag.c:235 +#: gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "અગ્ર ભાગળના દોરતી વખતે સંતાડવા માટે ઉપયોગમાં લેવામાં આવતો નક્શો" -#: ../gtk/gtktexttag.c:242 +#: gtk/gtktexttag.c:242 msgid "Text direction" msgstr "લખાણની દિશા" -#: ../gtk/gtktexttag.c:243 +#: gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "લખાણની દિશા દા.ત. જમણેથી ડાબે કે ડાબેથી જમણે" -#: ../gtk/gtktexttag.c:292 +#: gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "ફોન્ટની રીત પેન્ગો શૈલી તરીકે, દા.ત. PANGO_STYLE_ITALIC" -#: ../gtk/gtktexttag.c:301 +#: gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" msgstr "ફોન્ટ ચલ પેન્ગો ચલ તરીકે, દા.ત PANGO_VARIANT_SMALL_CAPS" -#: ../gtk/gtktexttag.c:310 +#: gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" @@ -5612,15 +5636,15 @@ msgstr "" "ફોન્ટની જાડાઈ પૂર્ણાંક તરીકે, PangoWeight માં પહેલેથી નક્કી કરાયેલી કિંમત જુઓ. દા.ત " "PANGO_WEIGHT_BOLD" -#: ../gtk/gtktexttag.c:321 +#: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "ફોન્ટનું ખેચાણ પેન્ગો ખેંચાણ તરીકે, દા.ત PANGO_STRETCH_CONDENSED" -#: ../gtk/gtktexttag.c:330 +#: gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "ફોન્ટનું માપ પેન્ગોના એકમમાં" -#: ../gtk/gtktexttag.c:340 +#: gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " @@ -5630,11 +5654,11 @@ msgstr "" "બદલાવો વગેરે માટે અનુરૂપ છે. તેથી તેનો ઉપયોગ સુચવાયો છે. પેન્ગોએ પહેલેથી માપદંડ નક્કી કરેલા " "છે. જેવો કે PANGO_SCALE_X_LARGE" -#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 +#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "ડાબુ, જમણુ કે મધ્યની ગોઠવણી" -#: ../gtk/gtktexttag.c:379 +#: gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." @@ -5642,405 +5666,408 @@ msgstr "" "આ લખાણ જે ભાષામાં છે, ISO ના કોડ તરીકે. પેન્ગો લખાણને ઘાટ આપતી વખતેતેનો ઉપયોગ સંકેત " "તરીકે કરી શકે છે. જો તમે આ પરિમાણને સમજી ના શકો, તો કઈ નહિતમારે તેની જરુર નહિ પડે." -#: ../gtk/gtktexttag.c:386 +#: gtk/gtktexttag.c:386 msgid "Left margin" msgstr "ડાબી બાજુનો હાંસ્યો" -#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 +#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "ડાબી બાજુના હાંસ્યોની પિક્સેલમાં પહોળાઈ" -#: ../gtk/gtktexttag.c:396 +#: gtk/gtktexttag.c:396 msgid "Right margin" msgstr "જમણી બાજુનો હાંસ્યો" -#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 +#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "જમણી બાજુના હાંસ્યોની પિક્સેલમાં પહોળાઈ" -#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 +#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 msgid "Indent" msgstr "હાંસ્યોથી અંતર" -#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 +#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "હાંસ્યોથી ફકરાનું અંતર છે, પિક્સેલમાં" -#: ../gtk/gtktexttag.c:419 +#: gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" -msgstr "પેન્ગો એકમોમાં આધારરેખા ઉપરના લખાણનો ઓફસેટ (જો ઉન્નતી ઋણ હોય તો આધારરેખાની નીચે)" +msgstr "" +"પેન્ગો એકમોમાં આધારરેખા ઉપરના લખાણનો ઓફસેટ (જો ઉન્નતી ઋણ હોય તો આધારરેખાની નીચે)" -#: ../gtk/gtktexttag.c:428 +#: gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "લીટીની ઉપરના પિક્સેલ" -#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 +#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "ફકરાની ઉપર ખાલી જગ્યાના પિક્સેલ" -#: ../gtk/gtktexttag.c:438 +#: gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "લીટીની નીચેના પિક્સેલ" -#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 +#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "ફકરાની નીચેની ખાલી જગ્યાના પિક્સેલ" -#: ../gtk/gtktexttag.c:448 +#: gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "લપેટાયેલા ભાગની અંદરના પિક્સેલ" -#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 +#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "ફકરામાં લપેટાયેલી લીટીઓની વચ્ચેની ખાલી જગ્યાના પિક્સેલ" -#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 -msgid "Whether to wrap lines never, at word boundaries, or at character boundaries" +#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 +msgid "" +"Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "શું ક્યારેપણ લીટીઓ લપેટવી નહિ, શબ્દોની કિનારીએ કે અક્ષરોની કિનારીએ પણ નહિ" -#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 +#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 msgid "Tabs" msgstr "ટેબ" -#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 +#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "આ લખાણ માટેના કસ્ટમ ટેબ" -#: ../gtk/gtktexttag.c:504 +#: gtk/gtktexttag.c:504 msgid "Invisible" msgstr "અદૃશ્ય" -#: ../gtk/gtktexttag.c:505 +#: gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "શું લખાણ છુપુ છે." -#: ../gtk/gtktexttag.c:519 +#: gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "ફકરાના પાશ્વ ભાગના રંગનું નામ" -#: ../gtk/gtktexttag.c:520 +#: gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "ફકરાનો પાશ્વ ભાગનો રંગ શબ્દમાળા તરીકે" -#: ../gtk/gtktexttag.c:535 +#: gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "ફકરાના પાશ્વ ભાગનો રંગ" -#: ../gtk/gtktexttag.c:536 +#: gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "ફકરાના પાશ્વ ભાગનો રંગ (સંભવિત છે ફાળવેલ નહિં હોય તે) GdkColor તરીકે" -#: ../gtk/gtktexttag.c:554 +#: gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "હાંસિયા સંગ્રહો" -#: ../gtk/gtktexttag.c:555 +#: gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "શું ડાબા અને જમણા હાંસિયાઓ સંગ્રહ કરે છે." -#: ../gtk/gtktexttag.c:568 +#: gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "પાશ્વ ભાગની પૂરે પૂરી ઊંચાઈ સુયોજીત છે" -#: ../gtk/gtktexttag.c:569 +#: gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "શું આ નિશાની પાશ્વ ભાગની ઊંચાઈને અસર કરે છે" -#: ../gtk/gtktexttag.c:572 +#: gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "પાશ્વ ભાગમાં રહેલા બિંદુઓ સુયોજિત છે" -#: ../gtk/gtktexttag.c:573 +#: gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "શું આ નિશાની પાશ્વ ભાગના બિંદુઓને અસર કરે છે" -#: ../gtk/gtktexttag.c:580 +#: gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "અગ્ર ભાગમાં રહેલા બિંદુઓ સુયોજિત છે" -#: ../gtk/gtktexttag.c:581 +#: gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "શું આ નિશાની અગ્ર ભાગના બિંદુઓને અસર કરે છે" -#: ../gtk/gtktexttag.c:616 +#: gtk/gtktexttag.c:616 msgid "Justification set" msgstr "ની સાપેક્ષે વિકલ્પ સુયોજિત છે" -#: ../gtk/gtktexttag.c:617 +#: gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "શું આ નિશાની ફકરાની સાપેક્ષ ગોઠવણીને અસર કરે છે" -#: ../gtk/gtktexttag.c:624 +#: gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "ડાબી બાજુનો હાંસ્યો સુયોજિત છે" -#: ../gtk/gtktexttag.c:625 +#: gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "શું ડાબી બાજુના હાંસ્યોને અસર કરે છે" -#: ../gtk/gtktexttag.c:628 +#: gtk/gtktexttag.c:628 msgid "Indent set" msgstr "હાંસ્યોથી અંતર સુયોજિત છે" -#: ../gtk/gtktexttag.c:629 +#: gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "શું પછી આ નિશાની હાંસ્યોથી રખાયેલા અંતરને અસર કરે છે" -#: ../gtk/gtktexttag.c:636 +#: gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "લીટીઓની ઉપરના પિક્સેલ સુયોજિત છે" -#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 +#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "શું આ નિશાની લીટીઓની ઉપર રહેલા પિક્સેલની સંખ્યાને અસર કરે છે" -#: ../gtk/gtktexttag.c:640 +#: gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "લીટીઅોની નીચેના પિક્સેલ સુયોજિત છે" -#: ../gtk/gtktexttag.c:644 +#: gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "લપેટાયેલા ભાગની અંદર આવેલા પિક્સેલ સુયોજિત છે" -#: ../gtk/gtktexttag.c:645 +#: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "શું આ નિશાની લપેયાયેલી લીટીઓની વચ્ચે રહેલા પિક્સેલની સંખ્યાને અસર કરે છે" -#: ../gtk/gtktexttag.c:652 +#: gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "જમણી બાજુનાં હાંસ્યોનો સુયોજિત છે" -#: ../gtk/gtktexttag.c:653 +#: gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "શું આ નિશાની જમણી બાજુના હાંસ્યોને અસર કરે છે" -#: ../gtk/gtktexttag.c:660 +#: gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "લીટી લપેટવાની સ્થિતિ સુયોજિત છે" -#: ../gtk/gtktexttag.c:661 +#: gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "શું આ નિશાની લીટી લપેટવાની સ્થિતિ ને અસર કરે છે" -#: ../gtk/gtktexttag.c:664 +#: gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "ટેબ સુયોજિત છે" -#: ../gtk/gtktexttag.c:665 +#: gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "શું આ નિશાની ટેબને અસર કરે છે" -#: ../gtk/gtktexttag.c:668 +#: gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "અદૃશ્ય સુયોજિત છે" -#: ../gtk/gtktexttag.c:669 +#: gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "શું આ નિશાની લખાણના દેખાવને અસર કરે છે" -#: ../gtk/gtktexttag.c:672 +#: gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "ફકરાનો પાશ્વ ભાગ સુયોજિત છે" -#: ../gtk/gtktexttag.c:673 +#: gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "શું આ ટેગ ફકરાના પાશ્વ ભાગના રંગને અસર કરે છે" -#: ../gtk/gtktextview.c:543 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "લીટીઓની ઉપરના પિક્સેલ" -#: ../gtk/gtktextview.c:553 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "લીટાઓની નીચેના પિકસેલ" -#: ../gtk/gtktextview.c:563 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "લપેટાયેલા ભાગની અંદરના પિક્સેલ" -#: ../gtk/gtktextview.c:581 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "લપેટવાની સ્થિતિ" -#: ../gtk/gtktextview.c:599 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "ડાબો હાંસ્યો" -#: ../gtk/gtktextview.c:609 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "જમણો હાંસ્યો" -#: ../gtk/gtktextview.c:637 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "કર્સર દૃશ્યમાન છે" -#: ../gtk/gtktextview.c:638 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "જો દાખલ કરવા માટેનુ કર્સર બતાવેલુ હોય તો" -#: ../gtk/gtktextview.c:645 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "બફર" -#: ../gtk/gtktextview.c:646 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "બફર કે જે દર્શાવાય છે" -#: ../gtk/gtktextview.c:654 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "શું દાખલ થયેલ લખાણ વર્તમાન સમાવિષ્ટો પર ફરીથી લખે છે" -#: ../gtk/gtktextview.c:661 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "ટેબ સ્વીકારે છે" -#: ../gtk/gtktextview.c:662 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "શું ટેબ ટેબ અક્ષરો દાખલ થાય તેમાં પરિણમશે" -#: ../gtk/gtktextview.c:691 +#: gtk/gtktextview.c:691 msgid "Error underline color" msgstr "અગ્ર ભાગનો રંગ" -#: ../gtk/gtktextview.c:692 +#: gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "રંગ કે જેનાથી દાખલ કરવા માટેનું કર્સર દોરાય છે" -#: ../gtk/gtktoggleaction.c:104 +#: gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "ફેરબદલી માટેનું બટનને રેડિયો બટન તરીકે દોરો" -#: ../gtk/gtktoggleaction.c:105 +#: gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "શું આ ક્રિયા માટેના પ્રોક્સીઓ રેડિયો ક્રિયા પ્રોક્સીઓની જેમ દેખાય છે" -#: ../gtk/gtktoggleaction.c:120 +#: gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "શું બદલો ક્રિયા સક્રિય હોવી જોઈએ કે નહિં" -#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 +#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "શું ફેરબદલી માટેનું બટન દબાવવું જોઈએ કે નહિં" -#: ../gtk/gtktogglebutton.c:124 +#: gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "શું ફેરબદલી માટેનું બટન \"વચ્ચેની\" સ્થિતિમાં છે" -#: ../gtk/gtktogglebutton.c:131 +#: gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "સૂચક દોરો" -#: ../gtk/gtktogglebutton.c:132 +#: gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "શું બટનનો ફેરબદલી માટેનો ભાગ પ્રદર્શિત કરાયેલો છે" -#: ../gtk/gtktoolbar.c:494 +#: gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "સાધનપટ્ટીની શૈલી" -#: ../gtk/gtktoolbar.c:495 +#: gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "સાધનપટ્ટીને કેવી રીતે દોરવી" -#: ../gtk/gtktoolbar.c:502 +#: gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "તીર બતાવો" -#: ../gtk/gtktoolbar.c:503 +#: gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "શું તીર બતાવવું જોઈએ જો સાધનપટ્ટી બંધબેસે નહિં" -#: ../gtk/gtktoolbar.c:518 +#: gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "સાધન ટિપ્પણી" -#: ../gtk/gtktoolbar.c:519 +#: gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "શું સાધનપટ્ટી સાધનટિપ્પણી સક્રિય હોવી જોઈએ કે નહિં" -#: ../gtk/gtktoolbar.c:541 +#: gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "આ સાધનપટ્ટીમાંના ચિહ્નોનું માપ" -#: ../gtk/gtktoolbar.c:556 +#: gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "ચિહ્ન માપ સમૂહ" -#: ../gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "શું ચિહ્ન-માપ ગુણધર્મ સુયોજિત થયેલ છેt" -#: ../gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "શું પિતૃનો વિકાસ થાય ત્યારે બાળને વધારાની જગ્યા મળવી જોઈએ" -#: ../gtk/gtktoolbar.c:574 +#: gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "શું બધા બાળકો સરખા માપના હોવા જોઈએ" -#: ../gtk/gtktoolbar.c:581 +#: gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "જગ્યા છોડનારનું માપ" -#: ../gtk/gtktoolbar.c:582 +#: gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "જગ્યા છોડનારનું માપ" -#: ../gtk/gtktoolbar.c:591 +#: gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "સાધન દર્શક પટ્ટીના છાંયા અને બટનોની કિનારી વચ્ચેની જગ્યા" -#: ../gtk/gtktoolbar.c:599 +#: gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "મહત્તમ બાળ વિસ્તાર" -#: ../gtk/gtktoolbar.c:600 +#: gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "જગ્યાનો મહત્તમ જથ્થો કે જે વિસ્તારી શકાય તેવી વસ્તુને આપવામાં આવશે" -#: ../gtk/gtktoolbar.c:608 +#: gtk/gtktoolbar.c:608 msgid "Space style" msgstr "જગ્યા છોડવાની શૈલી" -#: ../gtk/gtktoolbar.c:609 +#: gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "શું જગ્યા છોડનાર ઊભી લીટીઓ ના જેવી છે કે પછી ખલી જગ્યા છે" -#: ../gtk/gtktoolbar.c:616 +#: gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "બટન છોડો" -#: ../gtk/gtktoolbar.c:617 +#: gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "સાધન દર્શક પટ્ટીની ચારેબાજુના ઉઠાવ નો પ્રકાર" -#: ../gtk/gtktoolbar.c:624 +#: gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "સાધન દર્શક પટ્ટીની ચારેબાજુના ઉઠાવ નો પ્રકાર" -#: ../gtk/gtktoolbar.c:630 +#: gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "સાધન દર્શાવવાની શૈલી" -#: ../gtk/gtktoolbar.c:631 -msgid "Whether default toolbars have text only, text and icons, icons only, etc." +#: gtk/gtktoolbar.c:631 +msgid "" +"Whether default toolbars have text only, text and icons, icons only, etc." msgstr "શું મૂળભૂત સાધન દર્શક પટ્ટીમાં ફક્ત લખાણ, લખાણ અને ચિહ્નો, ફક્ત ચિહ્નો વગેરે હોય છે." -#: ../gtk/gtktoolbar.c:637 +#: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "સાધન દર્શક પટ્ટીના ચિહ્નનું માપ" -#: ../gtk/gtktoolbar.c:638 +#: gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "મૂળભૂત સાધન દર્શક પટ્ટીમાં ચિહ્નોનંુ માપ" -#: ../gtk/gtktoolbutton.c:203 +#: gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "કોષ્ટકમાં હરોળની સંખ્યા." -#: ../gtk/gtktoolbutton.c:210 +#: gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" @@ -6048,43 +6075,43 @@ msgstr "" "જો સુયોજિત હોય તો, શબ્દની નીચેની લીટી એ સૂચવે છે શુંનો શબ્દ સંજ્ઞાસૂચિની પ્રવેગ કી માટે " "વાપરવો જોઇએ" -#: ../gtk/gtktoolbutton.c:217 +#: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "ટેબ લેબલના આજુબાજુની કિનારીની પહોળાઈ" -#: ../gtk/gtktoolbutton.c:223 +#: gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "જથ્થાની ઓળખ" -#: ../gtk/gtktoolbutton.c:224 +#: gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "બાળના ટેબના લેબલ ઉપર દેખાતી શબ્દમાળા" -#: ../gtk/gtktoolbutton.c:240 +#: gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "ચિહ્ન નામ" -#: ../gtk/gtktoolbutton.c:241 +#: gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "વસ્તુ પર દર્શાવાયેલ થીમવાળા ચિહ્નનું નામ" -#: ../gtk/gtktoolbutton.c:247 +#: gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "ચિહ્ન વિજેટ" -#: ../gtk/gtktoolbutton.c:248 +#: gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "દર્શાવવા માટે ચિહ્ન સુયોજિત છે" -#: ../gtk/gtktoolbutton.c:261 +#: gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "ચિહ્ન વચ્ચે જગ્યા" -#: ../gtk/gtktoolbutton.c:262 +#: gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "ચિહ્ન અને લેબલ વચ્ચેની જગ્યા પિક્સેલોમાં" -#: ../gtk/gtktoolitem.c:191 +#: gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" @@ -6092,467 +6119,471 @@ msgstr "" "શું સાધનપટ્ટી વસ્તુ એ મહત્વની તરીકે સમજાયેલ છે. જ્યારે સાચું હોય, તો સાધનપટ્ટી બટનો " "GTK_TOOLBAR_BOTH_HORIZ સ્થિતિમાં બતાવો" -#: ../gtk/gtktreemodelsort.c:274 +#: gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "TreeModelSort મોડલ" -#: ../gtk/gtktreemodelsort.c:275 +#: gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "ક્રમમાં ગોઠવવા માટે TreeModelSort મોડલ" -#: ../gtk/gtktreeview.c:570 +#: gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "TreeView મોડલ" -#: ../gtk/gtktreeview.c:571 +#: gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "ટ્રીના રૂપમાં દર્શન કરવા માટેનું મોડલ" -#: ../gtk/gtktreeview.c:579 +#: gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "વિજેટ માટે વ્યવસ્થિત આડી ગોઠવણી" -#: ../gtk/gtktreeview.c:587 +#: gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "વિજેટ માટે વ્યવસ્થિત ઊભી ગોઠવણી" -#: ../gtk/gtktreeview.c:594 +#: gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "હેડરો દૃશ્યમાન છે" -#: ../gtk/gtktreeview.c:595 +#: gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "સ્તંભ હેડર માટેના બટન બતાવો" -#: ../gtk/gtktreeview.c:602 +#: gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "હેડરો ક્લિક કરી શકાય તેવા છે" -#: ../gtk/gtktreeview.c:603 +#: gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "સ્તંભ હેડર ક્લિકની ઘટના સામે પ્રતિક્રીયા આપે છે" -#: ../gtk/gtktreeview.c:610 +#: gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "વિસ્તારકનો સ્તંભ" -#: ../gtk/gtktreeview.c:611 +#: gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "વિસ્તારક સ્તંભ માટે એક સ્તંભની ગોઠવણ કરો" -#: ../gtk/gtktreeview.c:626 +#: gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "નિયમો માટેના સંકેત" -#: ../gtk/gtktreeview.c:627 +#: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "હરોળને એકપછીએક રંગમાં દર્શાવવા માટે થીમયંત્રમાં સંકેતની ગોઠવણી કરો" -#: ../gtk/gtktreeview.c:634 +#: gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "શોધવાનું સક્રિય બનાવો" -#: ../gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "આ દેખાવ વપરાશકર્તાને સ્તંભમાં પારસ્પરિક રીતે શોધવાની પરવાનગી આપે છે" -#: ../gtk/gtktreeview.c:642 +#: gtk/gtktreeview.c:642 msgid "Search Column" msgstr "સ્તંભમાં શોધો" -#: ../gtk/gtktreeview.c:643 +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "અરસપરસ શોધ દરમ્યાન મારફતે શોધવા માટે મોડેલ સ્તંભ" -#: ../gtk/gtktreeview.c:663 +#: gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "ચોક્કસ ઊંચાઈ" -#: ../gtk/gtktreeview.c:664 +#: gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "GtkTreeView ને બધી હરોળોની ઊંચાઈ સરખી છે એમ ધારીને ઝડપી બનાવે છે" -#: ../gtk/gtktreeview.c:684 +#: gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "ઉપરથી પસંદગી" -#: ../gtk/gtktreeview.c:685 +#: gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "શું પસંદ કરનારે રંગ અપારદર્શકતાની ગોઠવણી માટે પરવાનગી આપવી જોઇએ છે" -#: ../gtk/gtktreeview.c:704 +#: gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "ઉપરથી વિસ્તારો" -#: ../gtk/gtktreeview.c:705 -msgid "Whether rows should be expanded/collapsed when the pointer moves over them" +#: gtk/gtktreeview.c:705 +msgid "" +"Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "શું હરોળો જ્યારે નિર્દેશક તેમના ઉપર ખસે ત્યારે વિસ્તૃત થવી જોઈએ/સંકોચાવી જોઈએ" -#: ../gtk/gtktreeview.c:719 +#: gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "વિસ્તારકો બતાવો" -#: ../gtk/gtktreeview.c:720 +#: gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "દૃશ્યને વિસ્તારકો છે" -#: ../gtk/gtktreeview.c:734 +#: gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "સ્તર ગોઠવણી" -#: ../gtk/gtktreeview.c:735 +#: gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "દરેક સ્તર માટે વધારાની ગોઠવણી" -#: ../gtk/gtktreeview.c:744 +#: gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "રબર બેન્ડીંગ" -#: ../gtk/gtktreeview.c:745 -msgid "Whether to enable selection of multiple items by dragging the mouse pointer" +#: gtk/gtktreeview.c:745 +msgid "" +"Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "શું ઘણી વસ્તુઓની પસંદગી માઉસ નિર્દેશક ખેંચીને પસંદ કરવા માટે સક્રિય કરવું જોઈએ" -#: ../gtk/gtktreeview.c:752 +#: gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "જાળી લીટીઓ સક્રિય કરો" -#: ../gtk/gtktreeview.c:753 +#: gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "શું જાળી લીટીઓ વૃક્ષ દૃશ્યમાં દોરાયેલ હોવી જોઈએ" -#: ../gtk/gtktreeview.c:761 +#: gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "વૃક્ષ લીટીઓ સક્રિય કરો" -#: ../gtk/gtktreeview.c:762 +#: gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "શું વૃક્ષ લીટીઓ વૃક્ષ દેખાવમાં દોરાયેલ હોવી જોઈએ" -#: ../gtk/gtktreeview.c:770 +#: gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "હરોળો માટે સાધનમદદ લખાણો સમાવતુ સ્તંભમાંનું મોડેલ" -#: ../gtk/gtktreeview.c:792 +#: gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "ઊભા વિભાજકની પહોળાઈ" -#: ../gtk/gtktreeview.c:793 +#: gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "કોષની વચ્ચેની ઊભી જગ્યા. બેકી સંખ્યામાં હોવી જોઈએ" -#: ../gtk/gtktreeview.c:801 +#: gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "આડા વિભાજકની પહોળાઈ" -#: ../gtk/gtktreeview.c:802 +#: gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "કોષની વચ્ચેની ઊભી જગ્યા. બેકી સંખ્યામાં હોવી જોઈએ કોષ" -#: ../gtk/gtktreeview.c:810 +#: gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "નિયમોની પરવાનગી આપો" -#: ../gtk/gtktreeview.c:811 +#: gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "એક પછી એક રંગની હરોળને દોરવાની પરવાનગી" -#: ../gtk/gtktreeview.c:817 +#: gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "વિસ્તારકો વચ્ચે અંતર લાવો" -#: ../gtk/gtktreeview.c:818 +#: gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "વિસ્તારકો વચ્ચે અંતર લાવો" -#: ../gtk/gtktreeview.c:824 +#: gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "બેકી હોય તેવી હરોળનો રંગ" -#: ../gtk/gtktreeview.c:825 +#: gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "બેકી હોય તેવી આડી હરોળ માટે ઉપયોગમાં લેવાતો રંગ" -#: ../gtk/gtktreeview.c:831 +#: gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "એકી હોય તેવી હરોળનો રંગ " -#: ../gtk/gtktreeview.c:832 +#: gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "એકી હોય તેવી આડી હરોળ માટે ઉપયોગમાં લેવાતો રંગ " -#: ../gtk/gtktreeview.c:838 +#: gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "હરોળના અંતની વિગતો" -#: ../gtk/gtktreeview.c:839 +#: gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "વિસ્તૃત કાચા પાશ્વ ભાગનું થીમવાળું સક્રિય કરો" -#: ../gtk/gtktreeview.c:845 +#: gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "જાળી લીટી પહોળાઈ" -#: ../gtk/gtktreeview.c:846 +#: gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "વૃક્ષ દેખાવ જાળી લીટીઓની પહોળાઈ, પિક્સેલોમાં" -#: ../gtk/gtktreeview.c:852 +#: gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "વૃક્ષ લીટી પહોળાઈ" -#: ../gtk/gtktreeview.c:853 +#: gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "વૃક્ષ દેખાવ લીટીઓની પહોળાઈ, પિક્સેલોમાં" -#: ../gtk/gtktreeview.c:859 +#: gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "જાળી લીટી ભાત" -#: ../gtk/gtktreeview.c:860 +#: gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "વૃક્ષ દેખાવ જાળી લીટીઓ દોરવા માટે વપરાતી ડેશ ભાત" -#: ../gtk/gtktreeview.c:866 +#: gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "વૃક્ષ લીટી ભાત" -#: ../gtk/gtktreeview.c:867 +#: gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "વૃક્ષ દેખાવ લીટીઓ દોરવા માટે વપરાતી ડેશ ભાત" -#: ../gtk/gtktreeviewcolumn.c:192 +#: gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "શું સ્તંભને દર્શાવવી છે" -#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "માપ બદલી શકાય તેવુ" -#: ../gtk/gtktreeviewcolumn.c:200 +#: gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "સ્તંભના માપને વપરાશકર્તા બદલી શકે છે" -#: ../gtk/gtktreeviewcolumn.c:208 +#: gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "સ્તંભની વર્તમાન પહોળાઈ" -#: ../gtk/gtktreeviewcolumn.c:217 +#: gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "જગ્યા કે જે ખાનાંઓ વચ્ચે દાખલ થયેલ છે" -#: ../gtk/gtktreeviewcolumn.c:225 +#: gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "માપ" -#: ../gtk/gtktreeviewcolumn.c:226 +#: gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "સ્તંભનુ માપ બદલી શકાય તેવી સ્થિતિ" -#: ../gtk/gtktreeviewcolumn.c:234 +#: gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "ચોક્કસ પહોળાઈ" -#: ../gtk/gtktreeviewcolumn.c:235 +#: gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "સ્તંભની ચોક્ક્સ વર્તમાન પહોળાઈ" -#: ../gtk/gtktreeviewcolumn.c:244 +#: gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "ન્યૂનતમ પહોળાઈ" -#: ../gtk/gtktreeviewcolumn.c:245 +#: gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "સ્તંભ માટે ન્યૂનતમ માન્ય રાખેલી પહોળાઈ" -#: ../gtk/gtktreeviewcolumn.c:254 +#: gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "મહત્તમ પહોળાઈ" -#: ../gtk/gtktreeviewcolumn.c:255 +#: gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "સ્તંભ માટે મહત્તમ માન્ય રાખેલી પહોળાઈ" -#: ../gtk/gtktreeviewcolumn.c:265 +#: gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "સ્તંભ હેડરમાં દર્શાવવાનું શીર્ષક" -#: ../gtk/gtktreeviewcolumn.c:273 +#: gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "સ્તંભો વિજેટને ફાળવેલ વધારાની પહેળાઈને વહેંચવાનું મેળવે છે" -#: ../gtk/gtktreeviewcolumn.c:280 +#: gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "ક્લિક કરી શકાય તેવુ" -#: ../gtk/gtktreeviewcolumn.c:281 +#: gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "ક્યાં તો હેડરને ક્લિક કરી શકાય છે" -#: ../gtk/gtktreeviewcolumn.c:289 +#: gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "વિજેટ" -#: ../gtk/gtktreeviewcolumn.c:290 +#: gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "સ્તંભના હેડરના બટનમાં સ્તંભના શીર્ષકની જગ્યાએ વિજેટ મૂકવાનું છે" -#: ../gtk/gtktreeviewcolumn.c:298 +#: gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "સ્તંભના હેડરના લખાણ કે વિજેટની X દિશામાં કતારબંધ ગોઠવણી" -#: ../gtk/gtktreeviewcolumn.c:308 +#: gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "શું હેડરોની આસપાસ સ્તંભને ફરીથી ક્રમબધ કરી શકાય છે" -#: ../gtk/gtktreeviewcolumn.c:315 +#: gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "ક્રમબધ કરવા માટેનું સૂચક" -#: ../gtk/gtktreeviewcolumn.c:316 +#: gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "શું ક્રમબધ કરવા માટેના સૂચકને બતાવુ કે નહિ" -#: ../gtk/gtktreeviewcolumn.c:323 +#: gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "ક્રમબધ કરવા માટેનો ક્રમ" -#: ../gtk/gtktreeviewcolumn.c:324 +#: gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "ક્રમબધ કરવા માટેના સૂચક દ્વારા ક્રમબધ કરવા માટેની દર્શાવવાની દિશાનો" -#: ../gtk/gtkuimanager.c:223 +#: gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "શું મેનુની વસ્તુઓ ચકાસાયેલી છે" -#: ../gtk/gtkuimanager.c:230 +#: gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "ભેળવેલ UI વ્યાખ્યા" -#: ../gtk/gtkuimanager.c:231 +#: gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "XML વાક્ય કે જે ભેળવેલ UI નું વર્ણન કરે છે" -#: ../gtk/gtkviewport.c:107 +#: gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" msgstr "Gtk ગોઠવણી જે વ્યુપોર્ટ માટેની આડી સ્થિતિની કિંમત નક્કી કરે છે" -#: ../gtk/gtkviewport.c:115 +#: gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" msgstr "Gtk ગોઠવણી જે વ્યુપોર્ટ માટેની ઊભી સ્થિતિની કિંમત નક્કી કરે છે" -#: ../gtk/gtkviewport.c:123 +#: gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" msgstr "વ્યુપોર્ટની આસપાસ છાયા પેટી કેવી રીતે દોરાઇ છે તે નક્કી કરે છે" -#: ../gtk/gtkwidget.c:483 +#: gtk/gtkwidget.c:483 msgid "Widget name" msgstr "વિજેટ નામ" -#: ../gtk/gtkwidget.c:484 +#: gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "વિન્ડોનો પ્રકાર" -#: ../gtk/gtkwidget.c:490 +#: gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "પિતૃ વિજેટ" -#: ../gtk/gtkwidget.c:491 +#: gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" msgstr "આ વિજેટનું પિતૃ વિજેટ. આ એક સમાવનાર વિજેટ હોવો જોઈએ" -#: ../gtk/gtkwidget.c:498 +#: gtk/gtkwidget.c:498 msgid "Width request" msgstr "પહોળાઈ માટેની વિનંતી" -#: ../gtk/gtkwidget.c:499 +#: gtk/gtkwidget.c:499 msgid "" "Override for width request of the widget, or -1 if natural request should be " "used" -msgstr "વિજેટને પહોળુ કરવાની વિનંતીને દબાવી દો, અથવા તો જો કુદરતી વિનંતી હોય તો -૧વાપરવુ જાેઇએ" +msgstr "" +"વિજેટને પહોળુ કરવાની વિનંતીને દબાવી દો, અથવા તો જો કુદરતી વિનંતી હોય તો -૧વાપરવુ જાેઇએ" -#: ../gtk/gtkwidget.c:507 +#: gtk/gtkwidget.c:507 msgid "Height request" msgstr "ઊંચાઈ માટેની વિનંતી" -#: ../gtk/gtkwidget.c:508 +#: gtk/gtkwidget.c:508 msgid "" "Override for height request of the widget, or -1 if natural request should " "be used" -msgstr "વિજેટને ઊંચુ કરવાની વિનંતીને દબાવી દો, અથવા તો જો એ કુદરતી વિનંતી હોય તો -૧વાપરવુ જાેઇએ" +msgstr "" +"વિજેટને ઊંચુ કરવાની વિનંતીને દબાવી દો, અથવા તો જો એ કુદરતી વિનંતી હોય તો -૧વાપરવુ જાેઇએ" -#: ../gtk/gtkwidget.c:517 +#: gtk/gtkwidget.c:517 msgid "Whether the widget is visible" msgstr "શું વિજેટ દૃશ્યમાન છે" -#: ../gtk/gtkwidget.c:524 +#: gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "શું વિજેટ ઈનપુટને પ્રતિસાદ આપે છે" -#: ../gtk/gtkwidget.c:530 +#: gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "દોરી શકાય તેવો કાર્યક્રમ" -#: ../gtk/gtkwidget.c:531 +#: gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "શું કાર્યક્રમ વિજેટની ઉપર સીધુ દોરશે" -#: ../gtk/gtkwidget.c:537 +#: gtk/gtkwidget.c:537 msgid "Can focus" msgstr "પ્રકાશિત કરી શકાય છે" -#: ../gtk/gtkwidget.c:538 +#: gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "શું વિજેટ પ્રકાશિત ઈનપુટને સ્વીકાર કરશે" -#: ../gtk/gtkwidget.c:544 +#: gtk/gtkwidget.c:544 msgid "Has focus" msgstr "પ્રકાશિત કરેલુ" -#: ../gtk/gtkwidget.c:545 +#: gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "શું વિજેટની પાસે પ્રકાશિત ઈનપુટ છે" -#: ../gtk/gtkwidget.c:551 +#: gtk/gtkwidget.c:551 msgid "Is focus" msgstr "પ્રકાશિત કરેલુ" -#: ../gtk/gtkwidget.c:552 +#: gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "શું આ વિજેટ ઉંચાસ્તરમાં પ્રકાશિત વિજેટ છે" -#: ../gtk/gtkwidget.c:558 +#: gtk/gtkwidget.c:558 msgid "Can default" msgstr "મૂળભૂત કરી શકાય છે" -#: ../gtk/gtkwidget.c:559 +#: gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "શું આ વિજેટ મૂળભૂત વિજેટ હોઇ શકે" -#: ../gtk/gtkwidget.c:565 +#: gtk/gtkwidget.c:565 msgid "Has default" msgstr "મૂળભૂત કરેલુ" -#: ../gtk/gtkwidget.c:566 +#: gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "શું આ વિજેટ મૂળભૂત વિજેટ છે" -#: ../gtk/gtkwidget.c:572 +#: gtk/gtkwidget.c:572 msgid "Receives default" msgstr "મૂળભૂત મેળવે છે" -#: ../gtk/gtkwidget.c:573 +#: gtk/gtkwidget.c:573 msgid "If TRUE, the widget will receive the default action when it is focused" msgstr "જો ખરુ હોય તો, વિજેટ જ્યારે પ્રકાશિત થયેલુ હશે ત્યારે મૂળભૂત કાર્ય મેળવશે" -#: ../gtk/gtkwidget.c:579 +#: gtk/gtkwidget.c:579 msgid "Composite child" msgstr "સંયુક્ત બાળ પ્રક્રિયા" -#: ../gtk/gtkwidget.c:580 +#: gtk/gtkwidget.c:580 msgid "Whether the widget is part of a composite widget" msgstr "શું આ વિજેટ સંયુક્ત વિજેટનેા ભાગ છે" @@ -6565,97 +6596,97 @@ msgstr "શું આ વિજેટ સંયુક્ત વિજેટન # libgnomeprintui/gnome-font-dialog.c:217 # #-#-#-#-# libgnomeprintui.HEAD.hi.po (libgnomeprintui ) #-#-#-#-# # libgnomeprintui/gnome-font-dialog.c:217 -#: ../gtk/gtkwidget.c:586 +#: gtk/gtkwidget.c:586 msgid "Style" msgstr "શૈલી" -#: ../gtk/gtkwidget.c:587 +#: gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" msgstr "વિજેટની શૈલી કે જે તે કેવું દેખાશે તેના વિશેની માહિતી ધરાવે છે(રંગ વગેરે)" -#: ../gtk/gtkwidget.c:593 +#: gtk/gtkwidget.c:593 msgid "Events" msgstr "ઘટનાઓ" -#: ../gtk/gtkwidget.c:594 +#: gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" msgstr "સંતાડવાની એ ઘટનાને કે જે નક્કી કરશે કે આ વિજેટ ક્યા પ્રકારની Gdk ઘટના મેળવશે" -#: ../gtk/gtkwidget.c:601 +#: gtk/gtkwidget.c:601 msgid "Extension events" msgstr "ઘટનાનું વિસ્તરણ" -#: ../gtk/gtkwidget.c:602 +#: gtk/gtkwidget.c:602 msgid "The mask that decides what kind of extension events this widget gets" msgstr "માસ્ક કે જે નક્કી કરશે કે આ વિજેટને કયા વિસ્તરણ વાળી ઘટના મળશે" -#: ../gtk/gtkwidget.c:609 +#: gtk/gtkwidget.c:609 msgid "No show all" msgstr "બધું બતાવો નહિં" -#: ../gtk/gtkwidget.c:610 +#: gtk/gtkwidget.c:610 msgid "Whether gtk_widget_show_all() should not affect this widget" msgstr "શું gtk_widget_show_all() એ આ વિજેટને અસર કરવું જોઈએ નહિં" -#: ../gtk/gtkwidget.c:633 +#: gtk/gtkwidget.c:633 msgid "Whether this widget has a tooltip" msgstr "શું આ વિજેટને સાધનમદદ છે" -#: ../gtk/gtkwidget.c:689 +#: gtk/gtkwidget.c:689 msgid "Window" msgstr "વિન્ડો" -#: ../gtk/gtkwidget.c:690 +#: gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "જો તે સાચે જ રજૂ કરેલ હોય તો વિજેટની વિન્ડો" -#: ../gtk/gtkwidget.c:2212 +#: gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "આંતરીક પ્રકાશન" -#: ../gtk/gtkwidget.c:2213 +#: gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "શું પ્રકાશન માટેના સૂચકને વિજેટની અંદર દેખાડવુ છે" -#: ../gtk/gtkwidget.c:2219 +#: gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "લીટીની પહોળાઈને પ્રકાશિત કરો" -#: ../gtk/gtkwidget.c:2220 +#: gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "પ્રકાશન સૂચક લીટીની, પહોળાઈ, પિક્સેલમાં" -#: ../gtk/gtkwidget.c:2226 +#: gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "લીટીની તૂટક ભાતને પ્રકાશિત કરો" -#: ../gtk/gtkwidget.c:2227 +#: gtk/gtkwidget.c:2227 msgid "Dash pattern used to draw the focus indicator" msgstr "પ્રકાશન સૂચકને દોરવા માટે તૂટક ભાતનો ઉપયોગ થાય છે" -#: ../gtk/gtkwidget.c:2232 +#: gtk/gtkwidget.c:2232 msgid "Focus padding" msgstr "પૂરાયેલી ખાલી જગ્યાને પ્રકાશિત કરો" -#: ../gtk/gtkwidget.c:2233 +#: gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" msgstr "પ્રકાશિત સૂચક અને વિજેટ પેટીની વચ્ચેની,પહોળાઈ,પિક્સેલમાં" -#: ../gtk/gtkwidget.c:2238 +#: gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "કર્સર નો રંગ" -#: ../gtk/gtkwidget.c:2239 +#: gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "રંગ કે જેનાથી દાખલ કરવા માટેનું કર્સર દોરાય છે" -#: ../gtk/gtkwidget.c:2244 +#: gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "કર્સરનો ગૌણ રંગ" -#: ../gtk/gtkwidget.c:2245 +#: gtk/gtkwidget.c:2245 msgid "" "Color with which to draw the secondary insertion cursor when editing mixed " "right-to-left and left-to-right text" @@ -6663,43 +6694,43 @@ msgstr "" "જ્યારે મિશ્રિત જમણેથી-ડાબે કે ડાબેથી-જમણે લખાણનું ફેરફાર કરતા હોઈએ ત્યારેદાખલ કરવા માટેના " "ગૌણ કર્સરને દોરવા માટેનો રંગ" -#: ../gtk/gtkwidget.c:2250 +#: gtk/gtkwidget.c:2250 msgid "Cursor line aspect ratio" msgstr "કર્સર લીટી માટેનો ધારેલો ગુણોત્તર" -#: ../gtk/gtkwidget.c:2251 +#: gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "ધારેલો ગુણોત્તર કે જેનાથી દાખલ કરવા માટેનુ કર્સર દોરાય છે" -#: ../gtk/gtkwidget.c:2265 +#: gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "કિનારી દોરો" -#: ../gtk/gtkwidget.c:2266 +#: gtk/gtkwidget.c:2266 msgid "Size of areas outside the widget's allocation to draw" msgstr "દોરવા માટેના વિજેટની સોંપણીની બાહરના વિસ્તારોનું માપ" -#: ../gtk/gtkwidget.c:2279 +#: gtk/gtkwidget.c:2279 msgid "Unvisited Link Color" msgstr "નહિં મુલાકાત લેવાયેલ કડીનો રંગ" -#: ../gtk/gtkwidget.c:2280 +#: gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "નહિં મુલાકાત લેવાયેલ કડીઓનો રંગ" -#: ../gtk/gtkwidget.c:2293 +#: gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "મુલાકાત લેવાયેલ કડીનો રંગ" -#: ../gtk/gtkwidget.c:2294 +#: gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "મુલાકાત લેવાયેલ કડીઓનો રંગ" -#: ../gtk/gtkwidget.c:2308 +#: gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "મોટા વિભાજકો" -#: ../gtk/gtkwidget.c:2309 +#: gtk/gtkwidget.c:2309 msgid "" "Whether separators have configurable width and should be drawn using a box " "instead of a line" @@ -6707,75 +6738,75 @@ msgstr "" "શું વિભાજકો પાસે રૂપરેખાંકન કરી શકાય તેવી પહોળાઈ છે અને તે લીટીની જગ્યાએ બોક્સથી દોરાવી " "જોઈએ" -#: ../gtk/gtkwidget.c:2323 +#: gtk/gtkwidget.c:2323 msgid "Separator Width" msgstr "વિભાજક પહોળાઈ" -#: ../gtk/gtkwidget.c:2324 +#: gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" msgstr "જો મોટા-વિભાજકો એ TRUE હોય તો વિભાજકોની પહોળાઈ" -#: ../gtk/gtkwidget.c:2338 +#: gtk/gtkwidget.c:2338 msgid "Separator Height" msgstr "વિભાજક ઊંચાઈ" -#: ../gtk/gtkwidget.c:2339 +#: gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" msgstr "જો \"મોટા-વિભાજકો\" એ TRUE હોય તો વિભાજકોની ઊંચાઈ" -#: ../gtk/gtkwidget.c:2353 +#: gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" msgstr "આડી સરકાવવાની તીરની લંબાઈ" -#: ../gtk/gtkwidget.c:2354 +#: gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "આડી સરકાવવાની તીરોની લંબાઈ" -#: ../gtk/gtkwidget.c:2368 +#: gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "ઊભી સરકાવવાની તીરની લંબાઈ" -#: ../gtk/gtkwidget.c:2369 +#: gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "ઊભી સરકાવવાની તીરોની લંબાઈ" -#: ../gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "વિન્ડો પ્રકાર" -#: ../gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "વિન્ડોનો પ્રકાર" -#: ../gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "વિન્ડો શીર્ષક" -#: ../gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "વિન્ડોનું શીર્ષક" -#: ../gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "વિન્ડો શીર્ષક" -#: ../gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "જ્યારે સત્રનો પુનઃસંગ્રહ કરી રહ્યા હોય ત્યારે વારવા માટેની વિન્ડોની અનન્ય ઓળખ" -#: ../gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "શરૂઆત ID" -#: ../gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "શરૂઆત-સૂચક દ્વારા વપરાતી વિનાડો માટે અનન્ય શરૂઆત સૂચક" -#: ../gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "સંકોચન થવા દો" -#: ../gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6784,25 +6815,25 @@ msgstr "" "જો ખરુ હોય તો, વિન્ડોનું કેાઈ ન્યૂનતમ માપ નથી. આને ખરા તરીકે સુયોજિત કરવાની યુક્તિ ૯૯% " "સમય ખોટી છે" -#: ../gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "વિકસવા દો" -#: ../gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "જો ખરુ હોય તો, વપરાશકર્તા વિન્ડોના માપને ન્યૂનતમ માપ કરતાં વધારી શકે છે" -#: ../gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "જો ખરુ હોય તો, વપરાશકર્તા વિન્ડોનું માપ બદલી શકે છે" # #-#-#-#-# libgnomeui.HEAD.hi.po (libgnomeui-2.0.hi) #-#-#-#-# # libgnomeui/gnome-file-entry.c:216 -#: ../gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "આજે" -#: ../gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6810,67 +6841,68 @@ msgstr "" "જો ખરુ હોય તો, વિન્ડો નમૂનારૂપી છે. (જ્યારે આ હોય ત્યારે બીજી બધી વિન્ડોનો ઉપયોગ કરી " "શકાય નહિ)" -#: ../gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "વિન્ડોની સ્થિતિ" -#: ../gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "વિન્ડોની શરુઆતની સ્થિતિ" -#: ../gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "મૂળભૂત પહોળાઈ" -#: ../gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "વિન્ડોની મૂળભૂત પહોળાઈ, આનો ઉપયોગ વિન્ડોને શરુઆતમાં દર્શાવતી વખતે કરવામાં આવશે" -#: ../gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "મૂળભૂત ઊંચાઈ" -#: ../gtk/gtkwindow.c:572 -msgid "The default height of the window, used when initially showing the window" +#: gtk/gtkwindow.c:573 +msgid "" +"The default height of the window, used when initially showing the window" msgstr "વિન્ડોની મૂળભૂત ઊંચાઈ, આનો ઉપોયોગ વિન્ડોને શરુઆતમાં દર્શાવતી વખતે કરવામાં આવશે" -#: ../gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "પિતૃની સાથે નાશ કરો" -#: ../gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "શું પિતૃનો નાશ કરવામાં આવે ત્યારે આ વિન્ડોનો નાશ કરવો" -#: ../gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "આ વિન્ડો માટેનુ ચિહ્ન" -#: ../gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "આ વિન્ડો માટેનુ ચિહ્ન" -#: ../gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "ક્રિયાશીલ છે" -#: ../gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "શું ઉચ્ચસ્તર એ આપણું વર્તમાન કાર્યશીલ વિન્ડો છે" -#: ../gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "ઉચ્ચસ્તર પ્રકાશિત છે" -#: ../gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "શું ઈનપુટનું પ્રકાશન આ Gtk વિન્ડોમાં છે" -#: ../gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "પ્રકાર વિશે સંકેત" -#: ../gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -6878,99 +6910,98 @@ msgstr "" "ડેસ્કટોપના વાતાવરણને આ વિન્ડો કયા પ્રકારની છે અને તેની સાથે કઈ રીતે વર્તન કરવુએ માટેની " "મદદ માટેનો સંકેત." -#: ../gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "કાર્ય દર્શક પટ્ટી છોડી દો" -#: ../gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "ખરુ જો વિન્ડો કાર્ય દર્શક પટ્ટીમાં ન હોવી જોઈએ." -#: ../gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "પેજર છોડી દો" -#: ../gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "ખરુ જો વિન્ડો પેજરમાં ન હોવી જોઈએ." -#: ../gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "તાત્કાલિક" -#: ../gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "જો વિન્ડો વપરાશકર્તાના ધ્યાનમાં લેવાવું જોઈએ તો ખરું." -#: ../gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "પ્રકાશિત કરેલુ" -#: ../gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "ખરુ જો વિન્ડો પેજરમાં ન હોવી જોઈએ." -#: ../gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "ઉચ્ચસ્તર પ્રકાશિત છે" -#: ../gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "ખરુ જો વિન્ડો પેજરમાં ન હોવી જોઈએ." -#: ../gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "શણગારાયેલ" -#: ../gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "ખરુ જો વિન્ડો પેજરમાં ન હોવી જોઈએ" -#: ../gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "કાઢી શકાય તેવું" -#: ../gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "શું વિન્ડો ચોકઠાંને બંધ કરો બટન હોવું જોઈએ" -#: ../gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "ગુરુત્વાકર્ષણ" -#: ../gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "વિન્ડોનો પ્રકાર" -#: ../gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "વિન્ડો માટે પારદર્શક" -#: ../gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "સંવાદનો પારદર્શક પિતૃ" -#: ../gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "વિન્ડો માટે અપારદર્શકતા" -#: ../gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "વિન્ડોની અપારદર્શકતા, ૦ થી ૧ સુધી" -#: ../modules/input/gtkimcontextxim.c:334 +#: modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "IM ફરીથી ફેરફાર કરવાની રીત" -#: ../modules/input/gtkimcontextxim.c:335 +#: modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "કેવી રીતે ઇનપુટ પદ્દતિ પિડીટ શબ્દમાળા ને દોરાય" -#: ../modules/input/gtkimcontextxim.c:343 +#: modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "IM સ્થિતિનો પ્રકાર" -#: ../modules/input/gtkimcontextxim.c:344 +#: modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "ઈનપુટ પધ્ધતિની સ્થિતિ દર્શાવતી પટ્ટી કેવી રીતે દોરવી" - diff --git a/po-properties/he.po b/po-properties/he.po index cd737d6098..0e4cc7c770 100644 --- a/po-properties/he.po +++ b/po-properties/he.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD.he\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-07 17:16+0200\n" "Last-Translator: Yaron Shahrabani \n" "Language-Team: Hebrew \n" @@ -89,12 +89,12 @@ msgstr "Default Display" msgid "The default display for GDK" msgstr "The default display for GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Screen" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "the GdkScreen for the renderer" @@ -114,11 +114,11 @@ msgstr "Font resolution" msgid "The resolution for fonts on the screen" msgstr "The resolution for fonts on the screen" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Program name" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -126,43 +126,43 @@ msgstr "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Program version" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "The version of the program" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Copyright string" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Copyright information for the program" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Comments string" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Comments about the program" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Website URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "The URL for the link to the website of the program" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Website label" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -170,45 +170,45 @@ msgstr "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Authors" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "List of authors of the program" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Documenters" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "List of people documenting the program" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artists" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "List of people who have contributed artwork to the program" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Translator credits" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Credits to the translators. This string should be marked as translatable" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -216,19 +216,19 @@ msgstr "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Logo Icon Name" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "A named icon to use as the logo for the about box." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Wrap license" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Whether to wrap the license text." @@ -301,7 +301,7 @@ msgid "The GIcon being displayed" msgstr "The GIcon being displayed" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Icon Name" @@ -409,7 +409,7 @@ msgid "Whether the action group is visible." msgstr "Whether the action group is visible." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Value" @@ -1242,7 +1242,7 @@ msgstr "Follow State" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Whether the rendered pixbuf should be colorized according to the state" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Icon" @@ -1303,7 +1303,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientation and growth direction of the progress bar" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Adjustment" @@ -3058,7 +3058,7 @@ msgstr "Icon set" msgid "Icon set to display" msgstr "Icon set to display" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Icon size" @@ -3122,7 +3122,7 @@ msgstr "Show menu images" msgid "Whether images should be shown in menus" msgstr "Whether images should be shown in menus" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "The screen where this window will be displayed" @@ -4725,25 +4725,25 @@ msgstr "Value spacing" msgid "Space between value text and the slider/trough area" msgstr "Space between value text and the slider/trough area" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "The value of the scale" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "The icon size" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "The GtkAdjustment that contains the current value of this scale button object" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Icons" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "List of icon names" @@ -6428,7 +6428,7 @@ msgstr "Dash pattern used to draw the tree view lines" msgid "Whether to display the column" msgstr "Whether to display the column" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Resizable" @@ -6844,43 +6844,43 @@ msgstr "Vertical Scroll Arrow Length" msgid "The length of vertical scroll arrows" msgstr "The length of vertical scroll arrows" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Window Type" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "The type of the window" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Window Title" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "The title of the window" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Window Role" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Unique identifier for the window to be used when restoring a session" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Startup ID" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "Unique startup identifier for the window used by startup-notification" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Allow Shrink" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6889,23 +6889,23 @@ msgstr "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Allow Grow" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "If TRUE, users can expand the window beyond its minimum size" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "If TRUE, users can resize the window" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modal" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6913,70 +6913,70 @@ msgstr "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Window Position" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "The initial position of the window" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Default Width" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "The default width of the window, used when initially showing the window" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Default Height" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "The default height of the window, used when initially showing the window" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Destroy with Parent" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "If this window should be destroyed when the parent is destroyed" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Icon for this window" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Name of the themed icon for this window" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Is Active" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Whether the toplevel is the current active window" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Focus in Toplevel" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Whether the input focus is within this GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Type hint" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -6984,83 +6984,83 @@ msgstr "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Skip taskbar" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "TRUE if the window should not be in the task bar." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Skip pager" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "TRUE if the window should not be in the pager." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Urgent" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE if the window should be brought to the user's attention." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Accept focus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE if the window should receive the input focus." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Focus on map" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "TRUE if the window should receive the input focus when mapped." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Decorated" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Whether the window should be decorated by the window manager" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Deletable" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Whether the window frame should have a close button" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravity" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "The window gravity of the window" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Transient for Window" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "The transient parent of the dialog" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Opacity for Window" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "The opacity of the window, from 0 to 1" diff --git a/po-properties/hi.po b/po-properties/hi.po index 62bcb84d8d..e229745da2 100644 --- a/po-properties/hi.po +++ b/po-properties/hi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-04 15:02+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: Hindi \n" @@ -95,12 +95,12 @@ msgstr "डिफ़ॉल्ट प्रदर्शक" msgid "The default display for GDK" msgstr "GDK के लिये मूलभूत प्रदर्शक" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "स्क्रीन" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "रेंडरर के लिये GdkScreen स्क्रीन" @@ -120,98 +120,98 @@ msgstr "फ़ॉन्ट रिजॉल्यूशन" msgid "The resolution for fonts on the screen" msgstr "स्क्रीन पर फंट के लिये रिजॉल्यूशन" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "प्रोग्राम नाम" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" "प्रोग्राम का नाम. अगर यह सेट नहीं होता है तो यह g_get_application_name() में मूलभूत है" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "प्रोग्राम संस्करण" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "प्रोग्राम का संस्करण" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "कॉपीराइट स्ट्रिंग" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "प्रोग्राम के लिये कॉपीराइट सूचना" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "टिप्पणी स्ट्रिंग" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "प्रोग्राम के बारे में टिप्पणी" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "वेबसाइट URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "प्रोग्राम के वेबसाइट में लिंक का URL" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "वेबसाइट लेबल" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" "प्रोग्राम के वेबसाइट के लिंक के लिये लेबल. अगर यह सेट नहीं है तो यह URL के लिये मूलभूत है" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "लेखक" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "प्रोग्राम के लेखक की सूची" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "दस्तावेज" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "प्रोग्राम का दस्तावेजन करने वाले लोगों की सूची" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "कलाकार" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "प्रोग्राम में आर्टवर्क देने वाले लोगों की सूच" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "राजेश रंजन (rranjan@redhat.com, rajeshkajha@yahoo.com)" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "अनुवादक श्रेय. इस स्ट्रिंग को अनुवाद करने योग्य चिह्नित किया जाना चाहिये" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "लोगो" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -219,19 +219,19 @@ msgstr "" "बॉक्स के लिये लोगो. अगर यह सेट नहीं होता है, यह gtk_window_get_default_icon_list() " "में मूलभूत है" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "लोगो आइकन नाम" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "बॉक्स के बारे में लोगो के लिये प्रयोग के लिये नामित प्रतीक" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "रैप मसौदा" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "क्या मसौदा पाठ को रैप करना है." @@ -304,7 +304,7 @@ msgid "The GIcon being displayed" msgstr "प्रदर्शित किया जाने वाला जीप्रतीक" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "प्रतीक नाम" @@ -405,7 +405,7 @@ msgid "Whether the action group is visible." msgstr "क्या क्रिया समूह दृश्य है" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "मान" @@ -1223,7 +1223,7 @@ msgstr "स्टेट अनुसरण करें" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "क्या रेंडर किये गये pixbuf को स्थिति के अनुसार रंग किया जाना है" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "चिह्न" @@ -1282,7 +1282,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "प्रगति बार की दिशा तथा वृधी" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "समायोजन" @@ -3023,7 +3023,7 @@ msgstr "चिह्न समूह" msgid "Icon set to display" msgstr "प्रदर्शित किया जाने वाला चिह्न समूह" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "चिह्न आकार" @@ -3087,7 +3087,7 @@ msgstr "मेनू छवि दिखाएँ" msgid "Whether images should be shown in menus" msgstr "क्या मेनू में चित्र दिखाये जाने चाहिये" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "स्क्रीन जहां विंडो प्रदर्शित होंगी." @@ -4653,24 +4653,24 @@ msgstr "मानों के बीच की दूरी" msgid "Space between value text and the slider/trough area" msgstr "मान पाठ तथा स्लाइडर छेत्र के बीच की दूरी" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "मापक का मान" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "प्रतीक आकार" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment जो इस मापक बटन वस्तु के मौजूदा मान को समाहित रखता है" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "प्रतीक" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "प्रतीक नाम सूची" @@ -6340,7 +6340,7 @@ msgstr "तरू दृश्य लाइन खींचने के लि msgid "Whether to display the column" msgstr "क्या कालम को प्रदर्शित किया जाना है" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "आकार बदलने योग्य" @@ -6748,43 +6748,43 @@ msgstr "उर्ध्वाधर स्क्रॉलबार तीर ल msgid "The length of vertical scroll arrows" msgstr "उर्ध्वाधर स्क्रॉलबार तीर की लंबाई" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "विंडो प्रकार" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "विंडो का प्रकार" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "विंडो का शीर्षक" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "विंडो का शीर्षक" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "विंडो रोल" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "सत्र के भंडारण के दौरान प्रयुक्त विंडो के लिये अनोखा पहचानकर्ता" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "आरंभन आईडी" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "आरंभन अधिसूचना के द्वारा प्रयुक्त विंडो के लिए अद्वितीय आरंभन पहचानकर्ता" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "सिकुड़ना स्वीकारें" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6792,23 +6792,23 @@ msgid "" msgstr "" "अगर सही है, विंडो का कोई न्यूनतम आकार नहीं रहता. इसे सही में सेट करना 99% खराब विचार है" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "बढ़ना स्वीकारें" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "यदि सत्य है, तो उपयोगकर्ता विंडो का उसके न्यूनतम आकार से बढ़ा कर सकता है" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "यदि सत्या है, तो उपयोगकर्ता विंडो के आकार को बदल सकता है" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "मोडल" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6816,72 +6816,72 @@ msgstr "" "यदि सत्य है तब विंडो मॉडल होगी (जब यह विंडो ऊपर होगा तब अन्य विंडो का प्रयोग नहीं " "किया जा सकेगा)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "विंडो की स्थिति" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "विंडो की प्रारंभिक स्थिति" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "डिफ़ॉल्ट चौड़ाई" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "विंडो की डिफाल्ड चौड़ाई, इसका प्रयोग तब किया जाएगा जब विंडो को प्रारंभिक तौर पर " "दर्शाया जाएगा" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "डिफ़ॉल्ट ऊँचाई" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "विंडो की डिफ़ॉल्ट ऊंचाई, इसका प्रयोग तब किया जाएगा जब विंडो को प्रारंभिक तौर पर " "दर्शाया जाएगा" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "पितृ के साथ खत्म करें" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "अगर यह विंडो खत्म किया जाता है जब पितृ को खत्म किया जाता है" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "इस विंडो हेतु चिह्न" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "इस विंडो हेतु थीम आइकन का नाम" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "सक्रिय है" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "क्या टॉपलेबल मौजूदा सक्रिय विंडो में है" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "शीर्ष स्तर में फोकस" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "क्या आगत फोकस GtkWindow के दायरे में है" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "संकेत टंकित करें" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -6889,83 +6889,83 @@ msgstr "" "डेस्कटॉप वातावरण को सहायता करने के लिये संकेत समझता है कि किस प्रकार का विंडो यह है और " "इसे कैसे ट्रीट करना है." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "कार्यपट्टी छोड़ें" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "सही अगर कार्य पट्टी में न रहना चाहिये" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "पेजर छोड़ें" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "सही अगर विंडो पेजर में नहीं हो." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "तत्काल" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "सही अगर विंडो को उपयोक्ता के ध्यान में लाया जाता है." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "फोकस को स्वीकार करें" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "सही अगर विंडो आगत फोकस प्राप्त करें." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "मैप पर फोकस करें" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "सही अगर विंडो मैप किये जाने के दौरान आगत फोकस प्राप्त करें." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "सजा संवरा" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "क्या विंडो को विंडो मैनेजर के द्वारा सजाया जाना चाहिये" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "मिटाने योग्य" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "क्या विंडो फ्रेम को बंद बटन रखना चाहिये" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "ग्रेविटी" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "विंडो की विंडो गुरूत्व" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Window के लिये अस्थायी" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "संदेश संवाद का अस्थायी जनक" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "विंडो के लिए अपारदर्शिता" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "इस विंडो की अपारदर्शिता, 0 से 1 तक" diff --git a/po-properties/hr.po b/po-properties/hr.po index 8a07cdb322..f3035fccdc 100644 --- a/po-properties/hr.po +++ b/po-properties/hr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2008-05-08 00:47+0000\n" "Last-Translator: Robert Sedak \n" "Language-Team: Croatian \n" @@ -96,12 +96,12 @@ msgstr "Uobičajeni zaslon" msgid "The default display for GDK" msgstr "Uobičajeni prikaz za GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Zaslon" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen za renderer" @@ -125,117 +125,117 @@ msgstr "Izbor pisma" msgid "The resolution for fonts on the screen" msgstr "Kako se opseg ažurira na zaslonu" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Naziv programa" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" "Ime programa. Ako nije postavljeno, pretpostavlja se g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Verzija programa" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Verzija programa" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Tekst o autorskim pravima" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Informacije o autorskim pravima za program" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Komentirajući tekst" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Komentari o programu" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL web stranice" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "URL za web programa" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Naziv web-a" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "Naziv za link na web programa. Ako nije postavljeno, koristi se URL." -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Autori" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Popis autora programa" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Pisci dokumentacije" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Popis ljudi koji su dokumentirali program" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Izvođači" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Popis ljudi koji su umjetničkim dodacim doprinjeli programu" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" "lokalizacija@linux.hr: Automatski Prijevod <>,Robert Sedak ; Ubuntu-hr: Ante Karamatić" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "Prevoditelji" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logotip" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "Logotip za \"O programu...\"." -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Ime ikone za logotip" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Imenovana ikona koja se koristi kao logo u dijalogu O programu." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Sažmi licencu" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Sažima li se tekst licence" @@ -313,7 +313,7 @@ msgid "The GIcon being displayed" msgstr "Skup sličica za prikaz" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Ime ikone" @@ -423,7 +423,7 @@ msgid "Whether the action group is visible." msgstr "Može li grupa aktivnost biti vidljiva." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Vrijednost" @@ -1288,7 +1288,7 @@ msgstr "Prati stanje" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Hoće li boja prikazanog pixbuf-a ovisiti o stanju" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Sličica" @@ -1350,7 +1350,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Pravac pružanja i smjer rasta u elementu za prikaz napretka" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Podešavanje" @@ -3179,7 +3179,7 @@ msgstr "Skup sličica" msgid "Icon set to display" msgstr "Skup sličica za prikaz" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Veličina sličice" @@ -3249,7 +3249,7 @@ msgstr "Prikaži izbornik slika" msgid "Whether images should be shown in menus" msgstr "Trebaju li se sličice prikazivati u izbornicima" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Zaslon na kojem će se prikazati ovaj prozor" @@ -4931,28 +4931,28 @@ msgstr "Razmak vrijednosti" msgid "Space between value text and the slider/trough area" msgstr "Razmak između teksta sa vrijednošću i površine klizača" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Vrijednost za prilagodbu" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Veličina sličice za alatnu traku" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment koji sadrži tekuću vrijednost ovog opsega" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Sličica" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Ime pisma" @@ -6716,7 +6716,7 @@ msgstr "Uzorak po kojem se crta pokazatelj elementa u fokusu" msgid "Whether to display the column" msgstr "Može li biti prikazan stupac" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Može se mijenjati veličina" @@ -7143,47 +7143,47 @@ msgstr "Pravilo ponašanja okomitog klizača" msgid "The length of vertical scroll arrows" msgstr "Kada se prikazuje okomiti klizač" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Vrsta prozora" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Vrsta prozora" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Naslov prozora" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Naslov prozora" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Funkcija prozora" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Jedinstveni identifikator prozora koji se koristi pri obnavljanju sesije" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Grupa" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 #, fuzzy msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Jedinstveni identifikator prozora koji se koristi pri obnavljanju sesije" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Dopusti smanjivanje" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7192,25 +7192,25 @@ msgstr "" "Ukoliko je postavljeno, prozor nema najmanju dopuštenu veličinu.Uključivanje " "ovoga je u 99% slučajeva neprikladno." -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Dopusti povećanje" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Ukoliko je postavljeno, korisnici mogu povećati prozor preko njegove " "najmanje veličine" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Ukoliko je postavljeno, korisnici mogu promijeniti veličinu prozora" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modalni" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7218,70 +7218,70 @@ msgstr "" "Ukoliko je postavljeno, prozor je modalni (ostali prozori se ne mogu " "koristiti dok je ovaj prikazan)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Položaj prozora" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Početna pozicija prozora" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Uobičajena širina" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Uobičajena širina prozora, koristi se pri prvom prikazivanju prozora" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Uobičajena visina" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Uobičajena visina prozora, koristi se pri prvom prikazivanju prozora" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Ukloni sa Roditeljem" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" "Da li ovaj prozor treba ukloniti kada se ukloni prozor iz kojeg je ovaj " "pozvan" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Sličica za ovaj prozor" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Ime tematske ikone za ovaj prozor" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Je aktivna" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Može li prva razina biti trenutno aktivni prozor" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Fokus na prvi nivo" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Može li fokus za unos biti unutar ovog Gtk prozora" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Nagovještaj o vrsti" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7289,87 +7289,87 @@ msgstr "" "Nagovještaj koji pomaže radnog okruženju razumjeti koje vrste je ovaj prozor " "i kako ga postaviti." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Preskoči popis procesa" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Ukoliko je postavljeno, prozor se neće vidjeti na spisku procesa." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Ne prikazuj u spisku prozora" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "Ukoliko je postavljeno, prozor se neće vidjeti u spisku prozora." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Hitno" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "Ukoliko je postavljeno, korisnik će biti obaviješten o prozoru." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Prihvati fokus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE ako prozor treba prihvatiti ulazni fokus." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Fokus kod mapiranja" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" "Ukoliko je postavljeno, prozor treba prihvatiti fokus unosa kada je mapiran." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Ukrašeno" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Može li prozor biti ukrašen od strane upravitelja prozora" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "Može se označiti" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 #, fuzzy msgid "Whether the window frame should have a close button" msgstr "Može li prozor biti ukrašen od strane upravitelja prozora" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravitacija" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Privlačenje između prozora" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "gumbi koji se prikazuju u prozoru sa porukom" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Vrsta prozora" diff --git a/po-properties/hu.po b/po-properties/hu.po index f3058d1a00..6992792275 100644 --- a/po-properties/hu.po +++ b/po-properties/hu.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD.hu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-04 01:06+0100\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -93,12 +93,12 @@ msgstr "Alapértelmezett képernyő" msgid "The default display for GDK" msgstr "A GDK alapértelmezett képernyője" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Képernyő" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "a megjelenítő GdkScreen-je" @@ -118,11 +118,11 @@ msgstr "Betűfelbontás" msgid "The resolution for fonts on the screen" msgstr "A képernyő betűinek felbontása" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Programnév" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -130,43 +130,43 @@ msgstr "" "A program neve. Ha nincs beállítva, akkor alapértelmezés szerint " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Programverzió" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "A program verziója" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Copyright szöveg" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Copyright-információ a programról" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Megjegyzések" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Megjegyzések a programról" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Webhely URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "A program webhelyére mutató hivatkozás URL-je" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Webhely címke" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -174,44 +174,44 @@ msgstr "" "A program webhelyére mutató hivatkozás címkéje. Ha nincs beállítva, " "alapértelmezett értéke az URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Szerzők" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "A program szerzőinek listája" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Dokumentáció írói" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "A program dokumentációját író emberek listája" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Művészek" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Azon emberek listája, akik alkotásaikat adták a programhoz" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Fordítók" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "A fordítók listája. Ezt a karakterláncot fordítandónak kell jelölni" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logó" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -219,19 +219,19 @@ msgstr "" "Logó a névjegy mezőhöz. Ha nincs beállítva, alapértelmezett értéke a " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Logóikon neve" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Egy megnevezett ikon a névjegy mező logójának." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Licenc tördelése" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Tördelje-e a licenc szövegét?" @@ -307,7 +307,7 @@ msgid "The GIcon being displayed" msgstr "A megjelenítendő GIcon" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Ikonnév" @@ -417,7 +417,7 @@ msgid "Whether the action group is visible." msgstr "Látható-e a műveletcsoport." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Érték" @@ -1254,7 +1254,7 @@ msgstr "Állapot követése" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "A megjelenített pixbuf az állapotának megfelelően legyen-e színezve?" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikon" @@ -1314,7 +1314,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "A folyamatjelző tájolása és a növekedés iránya" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Igazítás" @@ -3090,7 +3090,7 @@ msgstr "Ikonkészlet" msgid "Icon set to display" msgstr "A megjelenítendő ikonkészlet" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Ikonméret" @@ -3156,7 +3156,7 @@ msgstr "Menüképek megjelenítése" msgid "Whether images should be shown in menus" msgstr "Megjelenjenek-e képek a menükben" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "A képernyő, amelyen az ablak megjelenik" @@ -4767,24 +4767,24 @@ msgstr "Értékek távolsága" msgid "Space between value text and the slider/trough area" msgstr "Az érték szövege és a csúszka/vályú terület közötti távolság" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "A méretezés értéke" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Az ikon mérete" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "A méretezőgomb-objektum aktuális értékét tartalmazó GtkAdjustment" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Ikonok" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Ikonnevek listája" @@ -6501,7 +6501,7 @@ msgstr "A fanézet vonalainak kirajzolásához használt szaggatottvonal-minta" msgid "Whether to display the column" msgstr "Az oszlop megjelenítésre kerüljön-e" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Átméretezhető" @@ -6927,44 +6927,44 @@ msgstr "Függőleges görgetőnyíl hossza" msgid "The length of vertical scroll arrows" msgstr "A függőleges görgetőnyilak hossza" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Ablak típusa" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Az ablak típusa" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Ablakcím" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Az ablak címe" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Ablak szerepe" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Az ablaknak egy munkamenet visszaállításakor használt egyedi azonosítója" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Indítási azonosító" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "Az ablaknak az indítási értesítő által használt egyedi azonosítója" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Zsugorítás engedélyezése" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6973,25 +6973,25 @@ msgstr "" "Ha TRUE, akkor az ablaknak nincs minimális mérete. A TRUE értékre állítás az " "esetek 99 százalékában rossz ötlet" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Növelés engedélyezése" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Ha TRUE, akkor a felhasználók az ablakot a minimális méretnél nagyobbra is " "kinyújthatják" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Ha TRUE, akkor a felhasználók átméretezhetik az ablakot" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Kizárólagos" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6999,72 +6999,72 @@ msgstr "" "Ha TRUE, akkor az ablak kizárólagos (más ablakok nem használhatók addig, " "amíg ez látszik)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Ablakpozíció" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Az ablak kezdeti helye" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Alapértelmezett szélesség" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Az ablak alapértelmezett szélessége; az ablak első megjelenítésekor " "használatos" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Alapértelmezett magasság" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "Az ablak alapértelmezett magassága; az ablak első megjelenítésekor " "használatos" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Szülővel együtt megsemmisítendő" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Az ablakot meg kell-e semmisíteni a szülővel együtt" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Az ablak ikonja" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Az ablak témaikonja" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Aktív-e" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "A legfelső szintű-e a jelenlegi aktív ablak" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Fókusz a felső szinten" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "A beviteli fókusz a jelen GtkWindow ablakon belül van-e" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Típussúgó" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7072,84 +7072,84 @@ msgstr "" "Segítség az asztali környezet számára, hogy megállapítsa, milyen ablak is ez " "és hogyan kell kezelni." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Tálca kihagyása" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "TRUE, ha az ablak ne legyen a tálcán." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Lapozó kihagyása" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "TRUE, ha az ablak ne legyen a lapozóban." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Sürgős" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE, ha az ablaknak fel kell hívnia magára a felhasználó figyelmét." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Fókusz fogadása" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE, ha az ablaknak kell fogadnia a beviteli fókuszt." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Fókusz leképezéskor" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" "TRUE, ha az ablaknak kell fogadnia a beviteli fókuszt leképezett állapotban." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Díszített" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Díszítse-e az ablakkezelő az ablakot." -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Törölhető" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Az ablakkeret rendelkezzen-e bezárás gombbal" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravitáció" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Az ablak gravitációja" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Áttetsző ezen ablak számára" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "A párbeszédablak áttetsző szülője" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Az ablak áttetszősége" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Az ablak áttetszősége 0 és 1 között" diff --git a/po-properties/hy.po b/po-properties/hy.po index 9d310c5ebe..54e938c455 100644 --- a/po-properties/hy.po +++ b/po-properties/hy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD.hy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2005-07-19 17:50+0500\n" "Last-Translator: Norayr Chilingaryan\n" "Language-Team: \n" @@ -91,12 +91,12 @@ msgstr "" msgid "The default display for GDK" msgstr "" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Էկրան" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -118,121 +118,121 @@ msgstr "Տառատեսակի Ընտրություն" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Ծրագրի անունը" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Ծրագրի տարբերակը" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 #, fuzzy msgid "The version of the program" msgstr "Ծրագրի տարբերակը" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Արտոնագիր" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 #, fuzzy msgid "Comments about the program" msgstr "Ծրագրի մեկնաբանությունը" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 #, fuzzy msgid "The URL for the link to the website of the program" msgstr "Ծրագրի կայքի հղում" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Հեղինակներ" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 #, fuzzy msgid "List of authors of the program" msgstr "Ծրագրի հեղինակների ցանկը" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 #, fuzzy msgid "Documenters" msgstr "Փաստաթղթերը պատրաստել են" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Փաստաթղթերը պատրաստողների ցանկը" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Նկարիչները" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 #, fuzzy msgid "Translator credits" msgstr "Թարգմանիչ" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 #, fuzzy msgid "Wrap license" msgstr "Արտոնագիր" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -306,7 +306,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "Պատկերակի Վերնագիրը" @@ -405,7 +405,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 #, fuzzy msgid "Value" msgstr "Արժեք." @@ -1228,7 +1228,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "" @@ -1285,7 +1285,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -3042,7 +3042,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "" @@ -3109,7 +3109,7 @@ msgstr "Ցուցադրել ցանկի նկարները" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4685,27 +4685,27 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Ընտրված տառատեսակի անունը" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Տառատեսակ" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Չափս" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "" @@ -6356,7 +6356,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6764,223 +6764,223 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 #, fuzzy msgid "Window Type" msgstr "Պատուհանի տեսակ" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 #, fuzzy msgid "Window Title" msgstr "Պատուհանի վերնագիր" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 #, fuzzy msgid "The title of the window" msgstr "Պատուհանի վերնագիր" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Խումբ" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 #, fuzzy msgid "Default Width" msgstr "Հիմնական Լայնք" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 #, fuzzy msgid "Default Height" msgstr "Հիմնական բարձրություն" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "Ընտրող" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Գույնի թափանցիկություն։" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Պատուհանի վերնագիր" diff --git a/po-properties/ia.po b/po-properties/ia.po index fab10612a0..8f84e15d91 100644 --- a/po-properties/ia.po +++ b/po-properties/ia.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2000-10-27 02:02+0100\n" "Last-Translator: Robert Brady \n" "Language-Team: Interlingua\n" @@ -91,12 +91,12 @@ msgstr "" msgid "The default display for GDK" msgstr "" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Screen" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -117,115 +117,115 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 #, fuzzy msgid "Logo Icon Name" msgstr "Familia:" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -300,7 +300,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "Familia:" @@ -402,7 +402,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 #, fuzzy msgid "Value" msgstr "Valor:" @@ -1230,7 +1230,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "" @@ -1287,7 +1287,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -3060,7 +3060,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "" @@ -3128,7 +3128,7 @@ msgstr "" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4710,26 +4710,26 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Dimension:" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Dimension:" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Familia:" @@ -6393,7 +6393,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 #, fuzzy msgid "Resizable" msgstr "Deactiveate" @@ -6804,221 +6804,221 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 #, fuzzy msgid "Window Type" msgstr "Fenestra" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 #, fuzzy msgid "Window Title" msgstr "Fenestra" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 #, fuzzy msgid "Window Role" msgstr "Fenestra" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 #, fuzzy msgid "Is Active" msgstr "(deactive)" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 #, fuzzy msgid "Decorated" msgstr "Directoris" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "Deler" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" diff --git a/po-properties/id.po b/po-properties/id.po index 1bf800c2ce..76ec81b9a1 100644 --- a/po-properties/id.po +++ b/po-properties/id.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2006-03-24 15:19+0700\n" "Last-Translator: Mohammad DAMT \n" "Language-Team: Indonesia \n" @@ -90,12 +90,12 @@ msgstr "Tampilan Awal" msgid "The default display for GDK" msgstr "Tampilan Awal untuk GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Layar" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen penggambar" @@ -119,11 +119,11 @@ msgstr "Point Font" msgid "The resolution for fonts on the screen" msgstr "Bagaimana jangkauan akan diupdate pada layar" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Nama program" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -131,43 +131,43 @@ msgstr "" "Nama program. Jika tidak ada isinya, maka mengacu pada g_get_application_name" "()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Versi program" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Versi program ini" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Kalimat hak cipta" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Informasi hak cipta program" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Teks keterangan" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Keterangan mengenai program" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL Situs Web" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "URL taut situs program ini" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Label situs web" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -175,44 +175,44 @@ msgstr "" "Label yang digunakan untuk taut situs program ini. Jika tidak ada isinya, " "maka isinya akan dibuat sama dengan URL-nya" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Penyusun" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Daftar penyusun program ini" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Penulis Dokumentasi" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Daftar orang yang menulis dokumentasi program ini" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Seniman" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Daftar orang yang menyumbangkan karya seninya pada program ini" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Pengalih bahasa" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "Pengalih bahasa. Kalimat ini harus dibuat agar dapat diterjemahkan" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Lambang" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -220,20 +220,20 @@ msgstr "" "Lambang untuk kotak keterangan program. Jika tidak ada isinya, maka mengacu " "ke gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Nama Ikon Lambang" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" "Nama ikon yang digunakan sebagai lambang pada kotak keterangan program." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Potong lisensi" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Menentukan apakah teks lisensi dipotong" @@ -310,7 +310,7 @@ msgid "The GIcon being displayed" msgstr "Set ikon yang hendak ditampilkan" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Nama Ikon" @@ -421,7 +421,7 @@ msgid "Whether the action group is visible." msgstr "Menentukan apakah kelompok aksi tampak atau tidak" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Nilai" @@ -1289,7 +1289,7 @@ msgstr "" "Menentukan apakah pixbuf yang telah digambar harus diwarnai menurut yang " "telah ditentukan" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikon" @@ -1351,7 +1351,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientasi dan arah laju progress bar" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Penyesuaian" @@ -3196,7 +3196,7 @@ msgstr "Set ikon" msgid "Icon set to display" msgstr "Set ikon yang hendak ditampilkan" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Ukuran ikon" @@ -3265,7 +3265,7 @@ msgstr "Tampilkan gambar menu" msgid "Whether images should be shown in menus" msgstr "Menentukan apakah gambar akan ditampilkan pada menu" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Layar tempat jendela hendak ditampilkan" @@ -4965,28 +4965,28 @@ msgstr "Jarak Nilai" msgid "Space between value text and the slider/trough area" msgstr "Jarakn ruangan antara nilai teks dengan area slider" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Nilai penyesuaian" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Ukuran ikon toolbar" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment yang berisi nilai sekarang pada obyek jangkauan" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Ikon" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Nama Ikon Lambang" @@ -6768,7 +6768,7 @@ msgstr "Pola garis-garis yang digunakan untuk menggambar indikator fokus" msgid "Whether to display the column" msgstr "Menentukan apakah kolom ditampilkan" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Dapat diubah ukurannya" @@ -7199,45 +7199,45 @@ msgstr "Kebijakan Scrollbar Vertikal" msgid "The length of vertical scroll arrows" msgstr "Saat scrollbar vertikal ditampilkan" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Tipe window" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Jenis window" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Judul Window" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Judul window" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Peranan Window" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Nama unik jendela untuk digunakan saat mengembalikan kondisi sesi" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Kelompok" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 #, fuzzy msgid "Unique startup identifier for the window used by startup-notification" msgstr "Nama unik jendela untuk digunakan saat mengembalikan kondisi sesi" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Boleh dikecilkan" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7246,25 +7246,25 @@ msgstr "" "Bila bernilai TRUE, jendela tidak memiliki ukuran minimum. Adalah suatu ide " "buruk bila memberikan nilai TRUE pada properti ini" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Dapat dibesarkan" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Bila bernilai TRUE, pengguna dapat membesarkan jendela lebih besar dari " "ukuran minimalnya" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Bila bernilai TRUE, pengguna dapat merubah ukuran window" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Selalu di atas (modal)" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7272,69 +7272,69 @@ msgstr "" "Bila bernilai TRUE, jendela bersifat modal (window lain tidak dapat " "digunakan saat jendela yang ini ada di atasnya)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Posisi Window" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Posisi awal window" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Lebar awal" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Lebar awal window, digunakan saat pertama kali menampilkan window" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Tinggi Awal" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Tinggi awal window, digunakan pertama kali saat menampilkan window" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Musnah dengan Bapak" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" "Bila bapak jendela ini dimusnahkan, maka jendela ini juga harus dimusnahkan" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Ikon yang digunakan pada jendela ini" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Ikon tematik yang digunakan pada jendela ini" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Aktif" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Menentukan apakah pada tingkat atas adalah jendela aktif saat ini" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Fokus pada Tingkat Atas" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Menentukan apakah fokus input ada dalam GtkWindow ini" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Petunjuk pengetikan" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7342,88 +7342,88 @@ msgstr "" "Petunjuk untuk membantu lingkungan desktop mengerti jenis jendela ini dan " "bagaimana melayaninya." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Jangan pada taskbar" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Bernilai TRUE bila jendela tidak usah ada pada task bar." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Jangan pada pager" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "TRUE jika jendela tidak muncul pada pager" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Penting" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Terima fokus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE jika jendela harus dapat menerima fokus masukan" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Fokus pada pemetaan" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "BENAR jika jendelanya harus menerima fokus masukan ketika dipetakan." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Memiliki dekorasi" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" "Menentukan apakah jendela harus diberi dekorasi oleh program pengatur jendela" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "Dapat dipilih" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 #, fuzzy msgid "Whether the window frame should have a close button" msgstr "" "Menentukan apakah jendela harus diberi dekorasi oleh program pengatur jendela" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravitasi" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Gravitasi jendela ini" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Tombol yang ditampilkan pada tombol pesan" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Jenis window" diff --git a/po-properties/io.po b/po-properties/io.po index b632b5fbc5..270fe3391a 100644 --- a/po-properties/io.po +++ b/po-properties/io.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.12.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2007-09-18 19:25-0500\n" "Last-Translator: Michael Terry \n" "Language-Team: Ido \n" @@ -89,12 +89,12 @@ msgstr "" msgid "The default display for GDK" msgstr "" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -114,114 +114,114 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -294,7 +294,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "" @@ -392,7 +392,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "" @@ -1196,7 +1196,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "" @@ -1253,7 +1253,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -2973,7 +2973,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "" @@ -3037,7 +3037,7 @@ msgstr "" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4577,24 +4577,24 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "" @@ -6225,7 +6225,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6627,215 +6627,215 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" diff --git a/po-properties/is.po b/po-properties/is.po index e5bfcf8064..97e7fb1618 100644 --- a/po-properties/is.po +++ b/po-properties/is.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2003-07-22 16:05+0000\n" "Last-Translator: Richard Allen \n" "Language-Team: is \n" @@ -94,12 +94,12 @@ msgstr "Sjálfgefinn skjár" msgid "The default display for GDK" msgstr "Sjálfgefinn skjár fyrir GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -119,115 +119,115 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 #, fuzzy msgid "Comments string" msgstr "Bil milli dálka" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -301,7 +301,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "" @@ -400,7 +400,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "" @@ -1242,7 +1242,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "" @@ -1299,7 +1299,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -3082,7 +3082,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "" @@ -3148,7 +3148,7 @@ msgstr "" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4748,27 +4748,27 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Skráin sem nú er valin" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Táknmyndin hefur hæðina núll" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Stíll" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "" @@ -6439,7 +6439,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6847,219 +6847,219 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 #, fuzzy msgid "Whether the window should be decorated by the window manager" msgstr "Hvort barnið fái meira pláss þegar foreldrið stækkar" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "_Eyða" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 #, fuzzy msgid "Whether the window frame should have a close button" msgstr "Hvort barnið fái meira pláss þegar foreldrið stækkar" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Skráin sem nú er valin" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Skráin sem nú er valin" diff --git a/po-properties/it.po b/po-properties/it.po index 8a9f7c2a5a..47a3348a06 100644 --- a/po-properties/it.po +++ b/po-properties/it.po @@ -34,7 +34,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-07 18:10+0100\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" @@ -129,8 +129,8 @@ msgstr "Display predefinito" msgid "The default display for GDK" msgstr "Il display predefinito per GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Schermo" @@ -138,7 +138,7 @@ msgstr "Schermo" # # revert a renderer (dovrebbe essere qualcosa di # peculiare di pango) -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "Il GdkScreen per il renderer" @@ -163,11 +163,11 @@ msgid "The resolution for fonts on the screen" msgstr "La risoluzione per i tipi di carattere sullo schermo" # GTK-2-12 -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Nome programma" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -176,50 +176,50 @@ msgstr "" "g_get_application_name()" # GTK-2-12 -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Versione programma" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "La versione del programma" # GTK-2-12 -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Stringa copyright" # GTK-2-12 -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Informazioni sul copyright del programma" # GTK-2-12 -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Stringa commenti" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Commenti sul programma" # GTK-2-12 -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL sito web" # GTK-2-12 -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "L'URL per il collegamento al sito web del programma" # GTK-2-12 -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Etichetta sito web" # GTK-2-12 -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -227,51 +227,51 @@ msgstr "" "L'etichetta per il collegamento al sito web del programma. Se non impostata " "ha come valore predefinito l'URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Autori" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Elenco degli autori del programma" # GTK-2-12 # parafrasi, per abbreviare -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Documentazione" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Elenco delle persone che documentano il programma" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artisti" # GTK-2-12 -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Elenco delle persone che hanno contribuito alla grafica del programma" # GTK-2-12 -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Riconoscimenti traduttori" # GTK-2-12 -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Riconoscimenti per i traduttori. Questa stringa dovrebbe essere " "contrassegnata come traducibile" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -280,20 +280,20 @@ msgstr "" "predefinito gtk_window_get_default_icon_list()" # GTK-2-12 -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Logo come nome icona" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Un'icona con nome da usare come logo per la finestra «Informazioni»." # GTK-2-12 -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Licenza a capo" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Indica se il testo della licenza va automaticamente a capo." @@ -381,7 +381,7 @@ msgid "The GIcon being displayed" msgstr "Il GIcon da mostrare" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Nome icona" @@ -498,7 +498,7 @@ msgid "Whether the action group is visible." msgstr "Indica se il gruppo di azioni è visibile." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Valore" @@ -1407,7 +1407,7 @@ msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" "Indica se il pixbuf disegnato debba essere colorato in accordo con lo stato" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Icona" @@ -1472,7 +1472,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientamento e direzione di crescita della barra di avanzamento" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Aggiustamento" @@ -3315,7 +3315,7 @@ msgstr "Insieme di icone" msgid "Icon set to display" msgstr "Insieme di icone da visualizzare" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Dimensione icona" @@ -3381,7 +3381,7 @@ msgstr "Mostra le immagini dei menu" msgid "Whether images should be shown in menus" msgstr "Indica se mostrare le immagini dei menu" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Lo schermo dove verrà visualizzata questa finestra" @@ -5095,18 +5095,18 @@ msgstr "Spazio tra il testo del valore e l'area slider/avvallamento" # GTK-2-12 # FIXME -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Il valore della scala" # GTK-2-12 -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "La dimensione dell'icona" # GTK-2-12 # FIXME -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" @@ -5114,12 +5114,12 @@ msgstr "" "scala" # GTK-2-12 -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Icone" # GTK-2-12 -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Elenco di nomi di icona" @@ -6976,7 +6976,7 @@ msgstr "" msgid "Whether to display the column" msgstr "Indica se visualizzare le colonne" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Ridimensionabile" @@ -7405,49 +7405,49 @@ msgstr "Lunghezza della freccia di scorrimento verticale" msgid "The length of vertical scroll arrows" msgstr "La lunghezza delle frecce di scorrimento verticale" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Tipo finestra" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Il tipo di finestra" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Titolo della finestra" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Il titolo della finestra" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Ruolo della finestra" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Identificatore univoco della finestra utilizzato quando si ripristina una " "sessione" # GTK-2-12 -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ID avvio" # GTK-2-12 -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Identificatore univoco di avvio della finestra utilizzato da startup-" "notification" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Consenti rimpicciolimento" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7456,25 +7456,25 @@ msgstr "" "Se VERO, la finestra non ha dimensione minima. Mettere VERO è nel 99% dei " "casi una cattiva idea" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Consenti crescita" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Se VERO, gli utenti potranno espandere la finestra oltre la sua dimensione " "minima" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Se VERO, gli utenti potranno ridimensionare la finestra" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modale" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7482,72 +7482,72 @@ msgstr "" "Se VERO, la finestra è modale (le altre finestre non sono utilizzabili fino " "a quando questa non viene chiusa)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Posizione finestra" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "La posizione iniziale della finestra" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Larghezza predefinita" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "La larghezza predefinita della finestra, utilizzata all'inizio quando viene " "mostrata la finestra" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Altezza predefinita" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "L'altezza predefinita della finestra, utilizzata all'inizio quando viene " "mostrata la finestra" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Distruggi insieme al padre" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Indica se questa finestra deve essere distrutta insieme al padre" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Icona per questa finestra" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Nome dell'icona a tema con questa finestra" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "È attiva" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Indica se toplevel è la finestra attiva corrente" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Focus nel toplevel" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Indica se il focus di input è all'interno di questo GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Tipo di suggerimento" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7555,86 +7555,86 @@ msgstr "" "Suggerimento di aiuto per l'ambiente desktop per determinare il tipo di " "finestra e come possa essere trattata." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Salta la barra dei task" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Se VERO, la finestra non viene mostrata nella barra dei task." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Salta il pager" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "Se VERO, la finestra non viene mostrata nel pager." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Urgente" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" "Se VERO, la finestra dovrebbe essere portata all'attenzione dell'utente." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Accetta il focus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "Se VERO, la finestra può ricevere il focus dell'input." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Focus sulla mappa" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "VERO se la finestra può ricevere il focus dell'input quando mappata." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Decorata" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Indica se la finestra può essere decorata dal window manager." -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Rimovibile" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Indica se la finestra ha il pulsante di chiusura" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravità" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "La gravità della finestra" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Transient per la finestra" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Il genitore transient di una finestra di dialogo" # GTK-2-12 -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Opacità per la finestra" # GTK-2-12 -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "L'opacità per la finestra, da 0 a 1" diff --git a/po-properties/ja.po b/po-properties/ja.po index a89921a096..643ed16402 100644 --- a/po-properties/ja.po +++ b/po-properties/ja.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-16 08:19+0900\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-16 07:38+0900\n" "Last-Translator: Takeshi AIHANA \n" "Language-Team: Japanese \n" @@ -20,111 +20,109 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gdk-pixbuf/gdk-pixbuf.c:89 +#: gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "チャンネルの数" -#: ../gdk-pixbuf/gdk-pixbuf.c:90 +#: gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "ピクセル当たりのサンプル数です" -#: ../gdk-pixbuf/gdk-pixbuf.c:99 +#: gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "カラースペース" -#: ../gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "サンプルを処理する位置のカラースペースです" -#: ../gdk-pixbuf/gdk-pixbuf.c:108 +#: gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "αの所有可否" -#: ../gdk-pixbuf/gdk-pixbuf.c:109 +#: gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "Pixbuf がαチャンネルを持つかどうかです" -#: ../gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "ビット数/サンプル" -#: ../gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "サンプル辺りのビット数です" -#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 -#: ../gtk/gtktreeviewcolumn.c:207 +#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "幅" -#: ../gdk-pixbuf/gdk-pixbuf.c:133 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "Pixbuf の桁の幅です" -#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 +#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 msgid "Height" msgstr "高さ" -#: ../gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "Pixbuf の行の高さです" -#: ../gdk-pixbuf/gdk-pixbuf.c:159 +#: gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "Rowstride" -#: ../gdk-pixbuf/gdk-pixbuf.c:160 +#: gdk-pixbuf/gdk-pixbuf.c:160 msgid "" "The number of bytes between the start of a row and the start of the next row" msgstr "ある行の始点と次の行の始点の間のバイト数です" -#: ../gdk-pixbuf/gdk-pixbuf.c:169 +#: gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "ピクセル" -#: ../gdk-pixbuf/gdk-pixbuf.c:170 +#: gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "Pixbuf のピクセル・データを指すポインタです" -#: ../gdk/gdkdisplaymanager.c:103 +#: gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "デフォルトのディスプレイ" -#: ../gdk/gdkdisplaymanager.c:104 +#: gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "GDK が使用するデフォルトのディスプレイです" -#: ../gdk/gdkpango.c:490 ../gtk/gtkinvisible.c:86 -#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "画面" -#: ../gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "レンダラの GdkScreen です" -#: ../gdk/gdkscreen.c:75 +#: gdk/gdkscreen.c:75 msgid "Font options" msgstr "フォントのオプション" -#: ../gdk/gdkscreen.c:76 +#: gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "フォントのデフォルト・オプションです" -#: ../gdk/gdkscreen.c:83 +#: gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "フォントの解像度" -#: ../gdk/gdkscreen.c:84 +#: gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "画面上でのフォントの解像度です" -#: ../gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "プログラムの名前" -#: ../gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -132,43 +130,43 @@ msgstr "" "プログラムの名前です (これがセットされていない場合、関数 " "g_get_application_name() の結果をデフォルトにします)" -#: ../gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "プログラムのバージョン" -#: ../gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "プログラムのバージョンです" -#: ../gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "コピーライトの文字列" -#: ../gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "プログラムのコピーライト情報です" -#: ../gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "コメントの文字列" -#: ../gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "プログラムについてのコメントです" -#: ../gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "ウェブサイトの URL" -#: ../gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "プログラムのウェブサイトを示す URL です" -#: ../gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "ウェブサイトのラベル" -#: ../gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -176,45 +174,45 @@ msgstr "" "プログラムのウェブサイトを示すラベルです (これがセットされていない場合、URL " "がデフォルトになります)" -#: ../gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "作者" -#: ../gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "プログラムの作者の一覧です" -#: ../gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "ドキュメント担当" -#: ../gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "プログラムのドキュメントを担当した人達の一覧です" -#: ../gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "アーティスト" -#: ../gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "プログラムのアートワークに貢献した人達の一覧です" -#: ../gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "翻訳担当" -#: ../gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "翻訳者のクレジットです (この文字列は翻訳可能な文字列としてマークして下さい)" -#: ../gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "ロゴ" -#: ../gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -222,116 +220,115 @@ msgstr "" "情報ダイアログのロゴです (これがセットされていない場合、" "gtk_window_get_default_icon_list() の結果をデフォルトにします)" -#: ../gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "ロゴのアイコン名" -#: ../gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "情報ダイアログのロゴに使用するアイコン名です" -#: ../gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "ライセンスのラッピング" -#: ../gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "ライセンスの条文をラップするかどうかです" -#: ../gtk/gtkaccellabel.c:123 +#: gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "アクセラレータ・クロージャ" -#: ../gtk/gtkaccellabel.c:124 +#: gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "アクセラレータの変化を監視するためのクロージャです" -#: ../gtk/gtkaccellabel.c:130 +#: gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "アクセラレータのウィジェット" -#: ../gtk/gtkaccellabel.c:131 +#: gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "アクセラレータの変化を監視するためのウィジェットです" -#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 -#: ../gtk/gtktextmark.c:89 +#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 +#: gtk/gtktextmark.c:89 msgid "Name" msgstr "名前" -#: ../gtk/gtkaction.c:180 +#: gtk/gtkaction.c:180 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/gtktoolbutton.c:202 +#: 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/gtktoolbutton.c:202 msgid "Label" msgstr "ラベル" -#: ../gtk/gtkaction.c:199 +#: gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "このアクションを有効にするメニュー項目とボタンに使われるラベルです" -#: ../gtk/gtkaction.c:215 +#: gtk/gtkaction.c:215 msgid "Short label" msgstr "短いラベル" -#: ../gtk/gtkaction.c:216 +#: gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "ツール・バー上のボタンに使用する短いラベルです" -#: ../gtk/gtkaction.c:224 +#: gtk/gtkaction.c:224 msgid "Tooltip" msgstr "ツールチップ" -#: ../gtk/gtkaction.c:225 +#: gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "このアクションのツールチップです" -#: ../gtk/gtkaction.c:240 +#: gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "ストック・アイコン" -#: ../gtk/gtkaction.c:241 +#: gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "このアクションを示すウィジェットに表示するストック・アイコンです" -#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 +#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "GIcon" -#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 -#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 +#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 +#: gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "表示しているアイコンの種類です" -#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 -#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:605 +#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "アイコン名" -#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 -#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 +#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 +#: gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "アイコン・テーマから取得したアイコンの名前です" -#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 +#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "横向きなら表示する" -#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 +#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." msgstr "横向きのツールバーで項目を表示するかどうかです" -#: ../gtk/gtkaction.c:306 +#: gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "上に乗ったら表示する" -#: ../gtk/gtkaction.c:307 +#: gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." @@ -339,21 +336,21 @@ msgstr "" "TRUE にすると、このアクションのツールアイテムのプロキシをツールバーの中に描画" "します" -#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 +#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "縦向きなら表示する" -#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 +#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." msgstr "縦向きのツールバーで項目を表示するかどうかです" -#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 +#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 msgid "Is important" msgstr "重要か" -#: ../gtk/gtkaction.c:323 +#: gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." @@ -362,132 +359,131 @@ msgstr "" "ツールアイテム・プロキシは GTK_TOOLBAR_BOTH_HORIZ モードでテキストを表示しま" "す。" -#: ../gtk/gtkaction.c:331 +#: gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "空なら隠す" -#: ../gtk/gtkaction.c:332 +#: gtk/gtkaction.c:332 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/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193 +#: gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "感応可否" -#: ../gtk/gtkaction.c:339 +#: gtk/gtkaction.c:339 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/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293 +#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516 msgid "Visible" msgstr "可視性" -#: ../gtk/gtkaction.c:346 +#: gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "ウィジェットが可視かどうかです" -#: ../gtk/gtkaction.c:352 +#: gtk/gtkaction.c:352 msgid "Action Group" msgstr "アクション・グループ" -#: ../gtk/gtkaction.c:353 +#: gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." msgstr "" "この GtkAction と連携する GtkActionGroup、または NULL (GTK+ 内部で使用) です" -#: ../gtk/gtkactiongroup.c:171 +#: gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "アクション・グループの名前です" -#: ../gtk/gtkactiongroup.c:178 +#: gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "アクション・グループが有効かどうかです" -#: ../gtk/gtkactiongroup.c:185 +#: gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "アクション・グループが表示されるかどうかです" -#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:204 ../gtk/gtkspinbutton.c:269 +#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "値" -#: ../gtk/gtkadjustment.c:94 +#: gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "アジャストメントの値です" -#: ../gtk/gtkadjustment.c:110 +#: gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "最小値" -#: ../gtk/gtkadjustment.c:111 +#: gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "アジャストメントの最小値です" -#: ../gtk/gtkadjustment.c:130 +#: gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "最大値" -#: ../gtk/gtkadjustment.c:131 +#: gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "アジャストメントの最大値です" -#: ../gtk/gtkadjustment.c:147 +#: gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "ステップ単位の増分値" -#: ../gtk/gtkadjustment.c:148 +#: gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "アジャストメントのステップ単位の増分値です" -#: ../gtk/gtkadjustment.c:164 +#: gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "ページ単位の増分値" -#: ../gtk/gtkadjustment.c:165 +#: gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "アジャストメントのページ単位の増分値です" -#: ../gtk/gtkadjustment.c:184 +#: gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "ページ・サイズ" -#: ../gtk/gtkadjustment.c:185 +#: gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "アジャストメントのページ・サイズです" -#: ../gtk/gtkalignment.c:90 +#: gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "水平位置" -#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 +#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" msgstr "" "利用可能なスペースでの子ウィジェットの水平位置 (0.0 で左寄せ、1.0 で右寄せ)" -#: ../gtk/gtkalignment.c:100 +#: gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "垂直位置" -#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 +#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" msgstr "" "利用可能なスペースでの子ウィジェットの垂直位置 (0.0 で上寄せ、1.0 で下寄せ)" -#: ../gtk/gtkalignment.c:109 +#: gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "水平スケール" -#: ../gtk/gtkalignment.c:110 +#: gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" @@ -495,11 +491,11 @@ msgstr "" "利用可能な水平方向のスペースが子ウィジェットが必要とする幅より大きい場合、子" "ウィジェットがどれくらい利用するか (0.0 でゼロ、1.0 で全部)" -#: ../gtk/gtkalignment.c:118 +#: gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "垂直スケール" -#: ../gtk/gtkalignment.c:119 +#: gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" @@ -507,187 +503,187 @@ msgstr "" "利用可能な垂直方向のスペースが子ウィジェットが必要とする高さより大きい場合、" "子ウィジェットがどれくらい利用するか (0.0 でゼロ、1.0 で全部)" -#: ../gtk/gtkalignment.c:136 +#: gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "上部パディング" -#: ../gtk/gtkalignment.c:137 +#: gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "子ウィジェットの上部に挿入するパディング" -#: ../gtk/gtkalignment.c:153 +#: gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "下部パディング" -#: ../gtk/gtkalignment.c:154 +#: gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "子ウィジェットの下部に挿入するパディング" -#: ../gtk/gtkalignment.c:170 +#: gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "左側パディング" -#: ../gtk/gtkalignment.c:171 +#: gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "子ウィジェットの左側に挿入するパディング" -#: ../gtk/gtkalignment.c:187 +#: gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "右側パディング" -#: ../gtk/gtkalignment.c:188 +#: gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "ウィジェットの右側に挿入するパディングです" -#: ../gtk/gtkarrow.c:75 +#: gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "矢印の方向" -#: ../gtk/gtkarrow.c:76 +#: gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "矢印が指す向きです" -#: ../gtk/gtkarrow.c:84 +#: gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "矢印の影" -#: ../gtk/gtkarrow.c:85 +#: gtk/gtkarrow.c:85 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:363 msgid "Arrow Scaling" msgstr "矢印の大きさ" -#: ../gtk/gtkarrow.c:93 +#: gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "矢印が占有する大きさです" -#: ../gtk/gtkaspectframe.c:79 +#: gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "水平方向の位置" -#: ../gtk/gtkaspectframe.c:80 +#: gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "子ウィジェットのX方向の位置です" -#: ../gtk/gtkaspectframe.c:86 +#: gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "垂直方向の位置" -#: ../gtk/gtkaspectframe.c:87 +#: gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "子ウィジェットのY方向の位置です" -#: ../gtk/gtkaspectframe.c:93 +#: gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "比率" -#: ../gtk/gtkaspectframe.c:94 +#: gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "obey_child が FALSE の場合のアスペクト比です" -#: ../gtk/gtkaspectframe.c:100 +#: gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "子ウィジェットに従う" -#: ../gtk/gtkaspectframe.c:101 +#: gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "フレームの子ウィジェットのアスペクト比に強制的に合わせるかどうかです" -#: ../gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "ヘッダのパディング" -#: ../gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "ヘッダの周囲に挿入する余白 (ピクセル単位) です" -#: ../gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "ページ内容のパディング" -#: ../gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "各ページの内容の周囲に挿入する余白 (ピクセル単位) です" -#: ../gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:286 msgid "Page type" msgstr "ページの種類" -#: ../gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "アシスタントのページの種類です" -#: ../gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:304 msgid "Page title" msgstr "ページのタイトル" -#: ../gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "アシスタントのページに表示する題名です" -#: ../gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:321 msgid "Header image" msgstr "ヘッダの画像" -#: ../gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "アシスタントのページに表示するヘッダの画像です" -#: ../gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "サイドバーの画像" -#: ../gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "アシスタントのページに表示するサイドバーの画像です" -#: ../gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:354 msgid "Page complete" msgstr "アシスタントの完了かどうかです" -#: ../gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "アシスタントが提供する全てのページの入力が完了したかどうかです" -#: ../gtk/gtkbbox.c:91 +#: gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "子ウィジェットの最小幅" -#: ../gtk/gtkbbox.c:92 +#: gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "ボックス中のボタンの最小幅" -#: ../gtk/gtkbbox.c:100 +#: gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "子ウィジェットの高さの最小値" -#: ../gtk/gtkbbox.c:101 +#: gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "ボックス中のボタンの最小の高さ" -#: ../gtk/gtkbbox.c:109 +#: gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "子ウィジェット内部のパディング (幅)" -#: ../gtk/gtkbbox.c:110 +#: gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "子ウィジェットの両端の大きさをどれだけ増やすか" -#: ../gtk/gtkbbox.c:118 +#: gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "子ウィジェット内部のパディング (高さ)" -#: ../gtk/gtkbbox.c:119 +#: gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "子ウィジェットの上端下端の大きさをどれだけ増やすか" -#: ../gtk/gtkbbox.c:127 +#: gtk/gtkbbox.c:127 msgid "Layout style" msgstr "配置スタイル" -#: ../gtk/gtkbbox.c:128 +#: gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" @@ -695,11 +691,11 @@ msgstr "" "ボックス内にどのようにボタンを配置するか (設定可能な値: default, spread, " "edge, start, end)" -#: ../gtk/gtkbbox.c:136 +#: gtk/gtkbbox.c:136 msgid "Secondary" msgstr "セカンダリ" -#: ../gtk/gtkbbox.c:137 +#: gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" @@ -707,40 +703,40 @@ msgstr "" "TRUE にすると、指定した子ウィジェットのセカンダリ・グループに表示する (例: ヘ" "ルプボタンの向き)" -#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 -#: ../gtk/gtktreeviewcolumn.c:216 +#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 +#: gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "間隔" -#: ../gtk/gtkbox.c:131 +#: gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "子ウィジェットと子ウィジェットの間に入れる空白の大きさを指定します" -#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 -#: ../gtk/gtktoolbar.c:573 +#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 +#: gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "均等に配置する" -#: ../gtk/gtkbox.c:141 +#: gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "子ウィジェットの全てを同じ大きさにするかどうかです" -#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 -#: ../gtk/gtktreeviewcolumn.c:272 +#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 +#: gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "展張" -#: ../gtk/gtkbox.c:149 +#: gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "" "親ウィジェットが大きくなった際に子ウィジェットも余白のスペースを占めるかどう" "か" -#: ../gtk/gtkbox.c:155 +#: gtk/gtkbox.c:155 msgid "Fill" msgstr "フィル" -#: ../gtk/gtkbox.c:156 +#: gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" @@ -748,21 +744,21 @@ msgstr "" "子ウィジェットに与えられた余白を子ウィジェットの確保またはパディングに使用す" "るかどうかです" -#: ../gtk/gtkbox.c:162 +#: gtk/gtkbox.c:162 msgid "Padding" msgstr "パディング" -#: ../gtk/gtkbox.c:163 +#: gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "" "子ウィジェットとそれと隣接するウィジェットの間におく追加スペース (ピクセル単" "位)" -#: ../gtk/gtkbox.c:169 +#: gtk/gtkbox.c:169 msgid "Pack type" msgstr "パックの種類" -#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 +#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" @@ -770,24 +766,24 @@ msgstr "" "親ウィジェットの開始または終了に追従して子ウィジェットがパックされるかどうか " "(GtkPackType で指定する)" -#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 -#: ../gtk/gtkruler.c:148 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 +#: gtk/gtkruler.c:148 msgid "Position" msgstr "位置" -#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 +#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "親ウィジェットの中にある子ウィジェットのインデックスです" -#: ../gtk/gtkbuilder.c:96 +#: gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "翻訳ドメイン" -#: ../gtk/gtkbuilder.c:97 +#: gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "gettext で使用する翻訳ドメインです" -#: ../gtk/gtkbutton.c:220 +#: gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" @@ -795,13 +791,13 @@ msgstr "" "ボタンがラベル・ウィジェットを含んでいる場合、そのボタン内のラベル・ウィ" "ジェット上の文字" -#: ../gtk/gtkbutton.c:227 ../gtk/gtkexpander.c:203 ../gtk/gtklabel.c:388 -#: ../gtk/gtkmenuitem.c:315 ../gtk/gtktoolbutton.c:209 +#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 +#: gtk/gtkmenuitem.c:315 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/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389 +#: gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" @@ -809,465 +805,462 @@ msgstr "" "セットすると、下線の次にある文字がアクセラレータ・キーのニーモニックとして使" "用する" -#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 +#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "ストックを使用する" -#: ../gtk/gtkbutton.c:236 +#: gtk/gtkbutton.c:236 msgid "" "If set, the label is used to pick a stock item instead of being displayed" msgstr "" "セットすると、ラベルはそれ自身が表示されるのではなく、ストック・アイテムから" "選択するための文字列として使用する" -#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 -#: ../gtk/gtkfilechooserbutton.c:393 +#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "クリックでフォーカスを当てる" -#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 +#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "マウスでクリックした時にボタンにフォーカスを当てるかどうかです" -#: ../gtk/gtkbutton.c:251 +#: gtk/gtkbutton.c:251 msgid "Border relief" msgstr "枠のスタイル" -#: ../gtk/gtkbutton.c:252 +#: gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "枠の縁の外観" -#: ../gtk/gtkbutton.c:269 +#: gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "子ウィジェットの水平位置" -#: ../gtk/gtkbutton.c:288 +#: gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "子ウィジェットの垂直位置" -#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 +#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "画像ウィジェット" -#: ../gtk/gtkbutton.c:306 +#: gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "ボタンのテキストの隣に表示する子ウィジェットです" -#: ../gtk/gtkbutton.c:320 +#: gtk/gtkbutton.c:320 msgid "Image position" msgstr "画像の位置" -#: ../gtk/gtkbutton.c:321 +#: gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "テキストに関連する画像の位置" -#: ../gtk/gtkbutton.c:433 +#: gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "デフォルトの間隔" -#: ../gtk/gtkbutton.c:434 +#: gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "CAN_DEFAULT ボタンに加える余分な空白です" -#: ../gtk/gtkbutton.c:440 +#: gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "デフォルトの外部の空白" -#: ../gtk/gtkbutton.c:441 +#: gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" msgstr "ボーダーの外に常に描画する CAN_DEFAULT ボタンに加える余分な空白です" -#: ../gtk/gtkbutton.c:446 +#: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "子ウィジェットの X 方向のずれ" -#: ../gtk/gtkbutton.c:447 +#: gtk/gtkbutton.c:447 msgid "" "How far in the x direction to move the child when the button is depressed" msgstr "ボタンが押された場合、子ウィジェットが X 方向にどの程度動くのか" -#: ../gtk/gtkbutton.c:454 +#: gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "子ウィジェットの Y 方向のずれ" -#: ../gtk/gtkbutton.c:455 +#: gtk/gtkbutton.c:455 msgid "" "How far in the y direction to move the child when the button is depressed" msgstr "ボタンが押された場合、子ウィジェットが Y 方向にどの程度動くのか" -#: ../gtk/gtkbutton.c:471 +#: gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "フォーカスの解除" -#: ../gtk/gtkbutton.c:472 +#: gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" msgstr "" "プロパティ child_displacement_x/_y もフォーカスの範囲に影響するかどうかです" -#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "内側の境界線" -#: ../gtk/gtkbutton.c:486 +#: gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "ボタンの端から子ウィジェットまでの境界線です" -#: ../gtk/gtkbutton.c:499 +#: gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "画像の間隔" -#: ../gtk/gtkbutton.c:500 +#: gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "画像とラベルとの間に置く間隔 (ピクセル単位) です" -#: ../gtk/gtkbutton.c:514 +#: gtk/gtkbutton.c:514 msgid "Show button images" msgstr "ボタンの画像を表示するか" -#: ../gtk/gtkbutton.c:515 +#: gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "メニューの中に画像を表示するかどうかです" -#: ../gtk/gtkcalendar.c:440 +#: gtk/gtkcalendar.c:440 msgid "Year" msgstr "年" -#: ../gtk/gtkcalendar.c:441 +#: gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "選択した年" -#: ../gtk/gtkcalendar.c:454 +#: gtk/gtkcalendar.c:454 msgid "Month" msgstr "月" -#: ../gtk/gtkcalendar.c:455 +#: gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "選択した月 (0 から 11 の間の数字)" -#: ../gtk/gtkcalendar.c:469 +#: gtk/gtkcalendar.c:469 msgid "Day" msgstr "日" -#: ../gtk/gtkcalendar.c:470 +#: gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" msgstr "選択した日 (1 から 31 の間の数字、0 現在選択している日を解除する)" -#: ../gtk/gtkcalendar.c:484 +#: gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "年/月を表示する" -#: ../gtk/gtkcalendar.c:485 +#: gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "TRUE にすると年と月の見出しを表示します" -#: ../gtk/gtkcalendar.c:499 +#: gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "曜日を表示する" -#: ../gtk/gtkcalendar.c:500 +#: gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "TRUE にすると曜日を表示します" -#: ../gtk/gtkcalendar.c:513 +#: gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "月を変更しない" -#: ../gtk/gtkcalendar.c:514 +#: gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "TRUEにすると選択した月を変更できなくなります" -#: ../gtk/gtkcalendar.c:528 +#: gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "週番号を表示する" -#: ../gtk/gtkcalendar.c:529 +#: gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "TRUE にすると何週目かを表示します" -#: ../gtk/gtkcalendar.c:544 +#: gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "セルの幅" -#: ../gtk/gtkcalendar.c:545 +#: gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "詳細情報のセルの幅です" -#: ../gtk/gtkcalendar.c:560 +#: gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "セルの高さ" -#: ../gtk/gtkcalendar.c:561 +#: gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "詳細情報のセルの高さです" -#: ../gtk/gtkcalendar.c:577 +#: gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "詳細を表示するかどうか" -#: ../gtk/gtkcalendar.c:578 +#: gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "TRUE にすると詳細情報を表示します" -#: ../gtk/gtkcellrenderer.c:177 +#: gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "モード" -#: ../gtk/gtkcellrenderer.c:178 +#: gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "CellRenderer の編集可能なモード" -#: ../gtk/gtkcellrenderer.c:186 +#: gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "可視" -#: ../gtk/gtkcellrenderer.c:187 +#: gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "セルの表示" -#: ../gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "セル・センシティブの表示" -#: ../gtk/gtkcellrenderer.c:201 +#: gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "xalign" -#: ../gtk/gtkcellrenderer.c:202 +#: gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "X 方向の位置合わせ" -#: ../gtk/gtkcellrenderer.c:211 +#: gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "yalign" -#: ../gtk/gtkcellrenderer.c:212 +#: gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "Y 方向の位置合わせ" -#: ../gtk/gtkcellrenderer.c:221 +#: gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "xpad" -#: ../gtk/gtkcellrenderer.c:222 +#: gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "X 方向のパディング" -#: ../gtk/gtkcellrenderer.c:231 +#: gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "ypad" -#: ../gtk/gtkcellrenderer.c:232 +#: gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "Y 方向のパディング" -#: ../gtk/gtkcellrenderer.c:241 +#: gtk/gtkcellrenderer.c:241 msgid "width" msgstr "幅" -#: ../gtk/gtkcellrenderer.c:242 +#: gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "サイズ固定の幅" -#: ../gtk/gtkcellrenderer.c:251 +#: gtk/gtkcellrenderer.c:251 msgid "height" msgstr "高さ" -#: ../gtk/gtkcellrenderer.c:252 +#: gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "サイズ固定の高さ" -#: ../gtk/gtkcellrenderer.c:261 +#: gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "展張可能か" -#: ../gtk/gtkcellrenderer.c:262 +#: gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "行に子ウィジェットがある" -#: ../gtk/gtkcellrenderer.c:270 +#: gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "展張されているか" -#: ../gtk/gtkcellrenderer.c:271 +#: gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "展張可能な行で、かつ展張されている" -#: ../gtk/gtkcellrenderer.c:278 +#: gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "セルの背景色の名前" -#: ../gtk/gtkcellrenderer.c:279 +#: gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "セルの背景色の文字表現" -#: ../gtk/gtkcellrenderer.c:286 +#: gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "セルの背景色" -#: ../gtk/gtkcellrenderer.c:287 +#: gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "セルの背景色を示す GdkColor 形式の文字列です" -#: ../gtk/gtkcellrenderer.c:294 +#: gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "編集できるかどうか" -#: ../gtk/gtkcellrenderer.c:295 +#: gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "現在セル・レンダラが編集モードになっているかどうかです" -#: ../gtk/gtkcellrenderer.c:303 +#: gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "セルの背景色設定" -#: ../gtk/gtkcellrenderer.c:304 +#: gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "このタグがセルの背景色に影響を与えるかどうかです" -#: ../gtk/gtkcellrendereraccel.c:113 +#: gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "アクセラレータ・キー" -#: ../gtk/gtkcellrendereraccel.c:114 +#: gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "アクセラレータ・キーの値です" -#: ../gtk/gtkcellrendereraccel.c:130 +#: gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "アクセラレータの修飾キー" -#: ../gtk/gtkcellrendereraccel.c:131 +#: gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "アクセラレータに対する修飾キーのマスクです" -#: ../gtk/gtkcellrendereraccel.c:148 +#: gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "アクセラレータのキーコード" -#: ../gtk/gtkcellrendereraccel.c:149 +#: gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "アクセラレータのハードウェア的なキーコードです" -#: ../gtk/gtkcellrendereraccel.c:168 +#: gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "アクセラレータのモード" -#: ../gtk/gtkcellrendereraccel.c:169 +#: gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "アクセラレータの種類です" -#: ../gtk/gtkcellrenderercombo.c:107 +#: gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "モデル" -#: ../gtk/gtkcellrenderercombo.c:108 +#: gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "コンボ・ボックスで取りうる値を格納するモデルです" -#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 +#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "テキスト列" -#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 +#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "文字列を取得する先のデータ・ソース・モデル中の列" -#: ../gtk/gtkcellrenderercombo.c:148 +#: gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "エントリを持つ" -#: ../gtk/gtkcellrenderercombo.c:149 +#: gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "FALSE にすると、文字列を選択する以外に、文字列の入力ができなくなります" -#: ../gtk/gtkcellrendererpixbuf.c:111 +#: gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "Pixbuf オブジェクト" -#: ../gtk/gtkcellrendererpixbuf.c:112 +#: gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "描画する Pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:119 +#: gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "Pixbuf 展張オープン" -#: ../gtk/gtkcellrendererpixbuf.c:120 +#: gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "オープン展張の Pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:127 +#: gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "Pixbuf 展張クローズ" -#: ../gtk/gtkcellrendererpixbuf.c:128 +#: gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "クローズ展張の Pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 -#: ../gtk/gtkstatusicon.c:226 +#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "ストック ID" -#: ../gtk/gtkcellrendererpixbuf.c:136 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "描画するストック・アイコンのストック ID" -#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 -#: ../gtk/gtkstatusicon.c:267 +#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 +#: gtk/gtkstatusicon.c:267 msgid "Size" msgstr "サイズ" -#: ../gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "描画したアイコンのサイズを示す GtkIconSize の値です" -#: ../gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "詳細" -#: ../gtk/gtkcellrendererpixbuf.c:154 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "テーマ・エンジンに引き渡す詳細な描画情報" -#: ../gtk/gtkcellrendererpixbuf.c:187 +#: gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "状態に合わせる" -#: ../gtk/gtkcellrendererpixbuf.c:188 +#: gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "描画した pixbuf を状態に応じて色づけを行うかどうかです" -#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "アイコン" -#: ../gtk/gtkcellrendererprogress.c:129 +#: gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "プログレス・バーの値" -#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 -#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 -#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 +#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 +#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 +#: gtk/gtktextbuffer.c:198 msgid "Text" msgstr "ラベル" -#: ../gtk/gtkcellrendererprogress.c:147 +#: gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "プログレス・バーに表示するラベルです" -#: ../gtk/gtkcellrendererprogress.c:170 +#: gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "パルス" -#: ../gtk/gtkcellrendererprogress.c:171 +#: gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." @@ -1275,11 +1268,11 @@ msgstr "" "正の値にすると処理が進行中であるものの、どれぐらいで完了するかは不明であるこ" "とを示します" -#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 +#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "ラベルの位置 (X方向)" -#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 +#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -1287,216 +1280,210 @@ msgstr "" "ラベルの横方向の位置で 0 (左) から 1 (右) で指定します (RTL: Right To Left の" "逆)" -#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 +#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "ラベルの位置 (Y方向)" -#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 +#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "ラベルの縦方向の位置で 0 (上) から 1 (下) で指定します" -#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 -#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 -#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 +#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 +#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 +#: gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "向き" -#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 +#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "プログレス・バーが延びていく方向です" -#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:223 -#: ../gtk/gtkspinbutton.c:208 +#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "アジャストメント" -#: ../gtk/gtkcellrendererspin.c:94 +#: gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "スピンボタンの値を保持するアジャストメントです" -#: ../gtk/gtkcellrendererspin.c:109 +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "増分値の割合" -#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 +#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "ボタンを押したままにした時に加速する割合です" -#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 -#: ../gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "桁数" -#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 +#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "表示する小数点以下の桁数です" -#: ../gtk/gtkcellrenderertext.c:196 +#: gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "描画するラベル" -#: ../gtk/gtkcellrenderertext.c:203 +#: gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "マークアップ" -#: ../gtk/gtkcellrenderertext.c:204 +#: gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "描画するマークアップ付きのラベルです" -#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 +#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 msgid "Attributes" msgstr "属性の並び" -#: ../gtk/gtkcellrenderertext.c:212 +#: gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "文字列を描画する際に適用するスタイルの属性を並べたものです" -#: ../gtk/gtkcellrenderertext.c:219 +#: gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "単一の段落モード" -#: ../gtk/gtkcellrenderertext.c:220 +#: gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "単一の段落にある全てのテキストを保持するかどうかです" -#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 -#: ../gtk/gtktexttag.c:183 +#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 msgid "Background color name" msgstr "背景色の名前" -#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 -#: ../gtk/gtktexttag.c:184 +#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "背景色を示す文字列です" -#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 -#: ../gtk/gtktexttag.c:191 +#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 msgid "Background color" msgstr "背景色" -#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 +#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "背景色を示す GdkColor 形式の文字列です" -#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 +#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "前景色の名前" -#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 +#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "前景色を示す文字列です" -#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 +#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "前景色" -#: ../gtk/gtkcellrenderertext.c:253 +#: gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "前景色を示す GdkColor 形式の文字列です" -#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 -#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 +#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "編集可能" -#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 -#: ../gtk/gtktextview.c:574 +#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "ユーザがテキストを変更できるかどうかです" -#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 -#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 +#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 +#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 msgid "Font" msgstr "フォント" -#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 +#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "文字列によるフォント記述 (例: \"Sans Italic 12\")" -#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 +#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "PangoFontDescription 構造体によるフォント記述" -#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 +#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 msgid "Font family" msgstr "フォント・ファミリ" -#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 +#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "フォント・ファミリの名前 (例: Sans, Helvetica, Times, Monospace)" -#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 -#: ../gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 +#: gtk/gtktexttag.c:291 msgid "Font style" msgstr "フォント・スタイル" -#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 -#: ../gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 +#: gtk/gtktexttag.c:300 msgid "Font variant" msgstr "フォント・バリアント" -#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 -#: ../gtk/gtktexttag.c:309 +#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 +#: gtk/gtktexttag.c:309 msgid "Font weight" msgstr "フォント・ウェイト" -#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 -#: ../gtk/gtktexttag.c:320 +#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 +#: gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "フォント・ストレッチ" -#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 -#: ../gtk/gtktexttag.c:329 +#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 +#: gtk/gtktexttag.c:329 msgid "Font size" msgstr "フォント・サイズ" -#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 +#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 msgid "Font points" msgstr "フォント・ポイント" -#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 +#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "ポイント単位でのフォントの大きさ" -#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 +#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 msgid "Font scale" msgstr "フォント・スケール" -#: ../gtk/gtkcellrenderertext.c:352 +#: gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "フォントのスケール (率)" -#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 +#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 msgid "Rise" msgstr "ライズ" -#: ../gtk/gtkcellrenderertext.c:362 +#: gtk/gtkcellrenderertext.c:362 msgid "" "Offset of text above the baseline (below the baseline if rise is negative)" msgstr "テキストの基準線から上のオフセット (基準線から下の場合には負)" -#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 +#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "打ち消し" -#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 +#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "テキストに打ち消し線を引くかどうかです" -#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 +#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 msgid "Underline" msgstr "下線" -#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 +#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "このテキストの下線のスタイル" -#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 +#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 msgid "Language" msgstr "言語" -#: ../gtk/gtkcellrenderertext.c:391 +#: gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " @@ -1506,12 +1493,11 @@ msgstr "" "報をヒントとして利用することができます。もしこのパラメータの意味を理解してい" "ない場合、これを必要とすることはないでしょう。" -#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 -#: ../gtk/gtkprogressbar.c:206 +#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "省略記号で置き換える" -#: ../gtk/gtkcellrenderertext.c:412 +#: gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" @@ -1519,20 +1505,20 @@ msgstr "" "セル・レンダラが文字列の全てを表示しきれない場合に文字列を省略記号で置き換え" "る場所です" -#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 -#: ../gtk/gtklabel.c:519 +#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 +#: gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "ボタンの幅" -#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 +#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "ラベルの幅 (文字単位)" -#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 +#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "ラップ・モード" -#: ../gtk/gtkcellrenderertext.c:451 +#: gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" @@ -1540,627 +1526,621 @@ msgstr "" "セル・レンダラが文字列全体を表示できるだけの充分な領域を持たない場合に文字列" "を複数行に分割する際の数です" -#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 +#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "折り返し幅" -#: ../gtk/gtkcellrenderertext.c:471 +#: gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "ラベルをラップする際の幅です" -#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 +#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "配置" -#: ../gtk/gtkcellrenderertext.c:492 +#: gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "線の配置" -#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 -#: ../gtk/gtktexttag.c:564 +#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 msgid "Background set" msgstr "背景色の設定" -#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 -#: ../gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "このタグが背景色に影響するかどうかです" -#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 +#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "前景色の設定" -#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "このタグが前景色に影響するかどうかです" -#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 +#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 msgid "Editability set" msgstr "編集可否の設定" -#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 +#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "このタグがテキストの編集可能に影響するかどうかです" -#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 +#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 msgid "Font family set" msgstr "フォント・ファミリの設定" -#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 +#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "このタグがフォント・ファミリに影響するかどうかです" -#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 +#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 msgid "Font style set" msgstr "フォント・スタイルの設定" -#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "このタグがフォント・スタイルに影響するかどうかです" -#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 +#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "フォント・バリアント設定" -#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 +#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "このタグがフォント・バリアントに影響するかどうかです" -#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 +#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "フォントの太さの設定" -#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "このタグがフォントの太さに影響するかどうかです" -#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 +#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "フォントの展張の設定" -#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 +#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "このタグがフォントの展張に影響するかどうかです" -#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 +#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 msgid "Font size set" msgstr "フォント・サイズの設定" -#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 +#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "このタグがフォント・サイズに影響するかどうかです" -#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 +#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "フォント・スケールのセット" -#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 +#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "このタグが倍率でフォント・サイズを変更するかどうかです" -#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 +#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 msgid "Rise set" msgstr "ライズの設定" -#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 +#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "このタグがライズに影響するかどうかです" -#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 +#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "打ち消し線の設定" -#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 +#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "このタグが打ち消し線に影響するかどうかです" -#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 +#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 msgid "Underline set" msgstr "下線の設定" -#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 +#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "このタグが下線に影響するかどうかです" -#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 +#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 msgid "Language set" msgstr "言語の設定" -#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 +#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "このタグが描画するテキストの言語に影響するかどうかです" -#: ../gtk/gtkcellrenderertext.c:558 +#: gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "省略記号で置き換える" -#: ../gtk/gtkcellrenderertext.c:559 +#: gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "このタグが省略記号で置き換えるモードに対応するかどうかです" -#: ../gtk/gtkcellrenderertext.c:562 +#: gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "配置タグ" -#: ../gtk/gtkcellrenderertext.c:563 +#: gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "このタグが配置モードに作用するかどうかです" -#: ../gtk/gtkcellrenderertoggle.c:126 +#: gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "トグル・ボタンの状態" -#: ../gtk/gtkcellrenderertoggle.c:127 +#: gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "トグル・ボタンの状態" -#: ../gtk/gtkcellrenderertoggle.c:134 +#: gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "矛盾した状態" -#: ../gtk/gtkcellrenderertoggle.c:135 +#: gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "ボタンの状態が矛盾している" -#: ../gtk/gtkcellrenderertoggle.c:142 +#: gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "利用可能" -#: ../gtk/gtkcellrenderertoggle.c:143 +#: gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "トグル・ボタンが利用可能である" -#: ../gtk/gtkcellrenderertoggle.c:150 +#: gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "ラジオ・ボタンの状態" -#: ../gtk/gtkcellrenderertoggle.c:151 +#: gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "トグル・ボタンをラジオ・ボタンとして描画する" -#: ../gtk/gtkcellrenderertoggle.c:158 +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "表示器の大きさ" -#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 -#: ../gtk/gtkcheckmenuitem.c:122 +#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 +#: gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "チェック・ボタンまたはラジオ・ボタンの表示部の大きさ" -#: ../gtk/gtkcellview.c:182 +#: gtk/gtkcellview.c:182 msgid "CellView model" msgstr "CellView モデル" -#: ../gtk/gtkcellview.c:183 +#: gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "セル表示に使用するモデルです" -#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 -#: ../gtk/gtkoptionmenu.c:168 +#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "表示サイズ" -#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 -#: ../gtk/gtkoptionmenu.c:174 +#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "表示部の間隔" -#: ../gtk/gtkcheckbutton.c:78 +#: gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "チェック・ボタンまたはラジオ・ボタンの表示部の間隔" -#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 -#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 -#: ../gtk/gtktoggletoolbutton.c:114 +#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 +#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "有効" -#: ../gtk/gtkcheckmenuitem.c:99 +#: gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "メニュー・アイテムがチェックされているかどうかです" -#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 +#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "矛盾している" -#: ../gtk/gtkcheckmenuitem.c:107 +#: gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "\"矛盾した\" 状態を表示するかどうかです" -#: ../gtk/gtkcheckmenuitem.c:114 +#: gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "ラジオ・メニュー項目のように描画する" -#: ../gtk/gtkcheckmenuitem.c:115 +#: gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "メニュー項目をラジオ・メニュー項目のように描画するかどうかです" -#: ../gtk/gtkcolorbutton.c:171 +#: gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "アルファ値を使う" -#: ../gtk/gtkcolorbutton.c:172 +#: gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "色にアルファ値を設定するかどうかです" -#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 -#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 -#: ../gtk/gtktreeviewcolumn.c:264 +#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 +#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "タイトル" -#: ../gtk/gtkcolorbutton.c:187 +#: gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "色選択ダイアログのタイトル" -#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 +#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "現在の色" -#: ../gtk/gtkcolorbutton.c:202 +#: gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "選択した色" -#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 +#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "現在のアルファ値" -#: ../gtk/gtkcolorbutton.c:217 +#: gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "選択した色の透明度 (0 :完全透明、65535: 完全不透明)" -#: ../gtk/gtkcolorsel.c:279 +#: gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "不透明コントロールあり" -#: ../gtk/gtkcolorsel.c:280 +#: gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "色セレクタで不透明の属性を設定できるかどうかです" -#: ../gtk/gtkcolorsel.c:286 +#: gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "パレットあり" -#: ../gtk/gtkcolorsel.c:287 +#: gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "パレットを使用するかどうかです" -#: ../gtk/gtkcolorsel.c:294 +#: gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "現在使用する色" -#: ../gtk/gtkcolorsel.c:301 +#: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "現在使用する色の透明度 (0 :完全透明、65535: 完全不透明)" -#: ../gtk/gtkcolorsel.c:315 +#: gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "カスタム・パレット" -#: ../gtk/gtkcolorsel.c:316 +#: gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "色選択で使用するパレット" -#: ../gtk/gtkcolorseldialog.c:102 +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "色の選択" -#: ../gtk/gtkcolorseldialog.c:103 +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "色を選択するダイアログです" -#: ../gtk/gtkcolorseldialog.c:109 +#: gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "OK ボタン" -#: ../gtk/gtkcolorseldialog.c:110 +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "ダイアログに表示する OK ボタンです" -#: ../gtk/gtkcolorseldialog.c:116 +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "キャンセル・ボタン" -#: ../gtk/gtkcolorseldialog.c:117 +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "ダイアログに表示するキャンセル・ボタンです" -#: ../gtk/gtkcolorseldialog.c:123 +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "ヘルプ・ボタン" -#: ../gtk/gtkcolorseldialog.c:124 +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "ダイアログに表示するヘルプ・ボタンです" -#: ../gtk/gtkcombo.c:145 +#: gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "矢印キーを有効に" -#: ../gtk/gtkcombo.c:146 +#: gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "アイテムの一覧をずっと矢印キーが移動するかどうかです" -#: ../gtk/gtkcombo.c:152 +#: gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "矢印を常に有効に" -#: ../gtk/gtkcombo.c:153 +#: gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "破棄されたプロパティ (無視します)" -#: ../gtk/gtkcombo.c:159 +#: gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "大/小文字の区別" -#: ../gtk/gtkcombo.c:160 +#: gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "リストのアイテムが大小文字に一致するかどうかです" -#: ../gtk/gtkcombo.c:167 +#: gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "全て空" -#: ../gtk/gtkcombo.c:168 +#: gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "このフィールドに空の値を入力することができるかどうかです" -#: ../gtk/gtkcombo.c:175 +#: gtk/gtkcombo.c:175 msgid "Value in list" msgstr "リストの値" -#: ../gtk/gtkcombo.c:176 +#: gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "入力した値がリストの中に既に存在しているかどうかです" -#: ../gtk/gtkcombobox.c:661 +#: gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "ComboBox モデル" -#: ../gtk/gtkcombobox.c:662 +#: gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "コンボ・ボックスに使用するモデル" -#: ../gtk/gtkcombobox.c:679 +#: gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "グリッドに項目をレイアウトするための折り返し幅" -#: ../gtk/gtkcombobox.c:701 +#: gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "行間隔を持つ列" -#: ../gtk/gtkcombobox.c:702 +#: gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "行の間隔の値を保持している TreeModel の列" -#: ../gtk/gtkcombobox.c:723 +#: gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "列間隔を持つ列" -#: ../gtk/gtkcombobox.c:724 +#: gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "列の間隔の値を保持している TreeModel の列" -#: ../gtk/gtkcombobox.c:745 +#: gtk/gtkcombobox.c:745 msgid "Active item" msgstr "有効な項目" -#: ../gtk/gtkcombobox.c:746 +#: gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "現在アクティブな項目" -#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 +#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "ティアオフをメニューに追加" -#: ../gtk/gtkcombobox.c:766 +#: gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "ドロップダウンがティアオフ・メニューのアイテムを持つかどうかです" -#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 +#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 msgid "Has Frame" msgstr "フレーム有り" -#: ../gtk/gtkcombobox.c:782 +#: gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "コンボ・ボックスの子の周囲にフレームを描画するかどうかです" -#: ../gtk/gtkcombobox.c:790 +#: gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "" "マウスでクリックした時にコンボ・ボックスにフォーカスを当てるかどうかです" -#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 +#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "ティアオフ・タイトル" -#: ../gtk/gtkcombobox.c:806 +#: gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" msgstr "" "ポップアップを無効にした時にウィンドウ・マネージャが表示するタイトルです" -#: ../gtk/gtkcombobox.c:823 +#: gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "ポップアップの表示" -#: ../gtk/gtkcombobox.c:824 +#: gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "コンボのドロップダウンを表示するかどうかです" -#: ../gtk/gtkcombobox.c:840 +#: gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "ボタンの感応可否" -#: ../gtk/gtkcombobox.c:841 +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "モデルが空の時にドロップダウンのボタンを利用可能にするかどうかです" -#: ../gtk/gtkcombobox.c:848 +#: gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "リスト表示" -#: ../gtk/gtkcombobox.c:849 +#: gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "ドロップダウンをメニュー型式ではなくリスト型式で表示するかどうかです" -#: ../gtk/gtkcombobox.c:865 +#: gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "矢印の大きさ" -#: ../gtk/gtkcombobox.c:866 +#: gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "コンボ・ボックスで使用する矢印の大きさ (最小値) です" -#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 -#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 -#: ../gtk/gtkviewport.c:122 +#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 +#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 +#: gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "影の種類" -#: ../gtk/gtkcombobox.c:882 +#: gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "コンボ・ボックスの周囲に描画する影の種類です" -#: ../gtk/gtkcontainer.c:238 +#: gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "サイズ変更モード" -#: ../gtk/gtkcontainer.c:239 +#: gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "サイズ変更イベントをどのようにハンドルするかを指定します" -#: ../gtk/gtkcontainer.c:246 +#: gtk/gtkcontainer.c:246 msgid "Border width" msgstr "境界線の幅" -#: ../gtk/gtkcontainer.c:247 +#: gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "コンテナの子ウィジェットの外側にある空の境界線の幅を指定します" -#: ../gtk/gtkcontainer.c:255 +#: gtk/gtkcontainer.c:255 msgid "Child" msgstr "子ウィジェット" -#: ../gtk/gtkcontainer.c:256 +#: gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "コンテナの新しい子ウィジェットとして利用できるかどうかです" -#: ../gtk/gtkcurve.c:124 +#: gtk/gtkcurve.c:124 msgid "Curve type" msgstr "曲線タイプ" -#: ../gtk/gtkcurve.c:125 +#: gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "曲線か、補間スプライン曲線か、フリー形式かどうかです" -#: ../gtk/gtkcurve.c:132 +#: gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "最小の X 座標" -#: ../gtk/gtkcurve.c:133 +#: gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "X 座標の最小値" -#: ../gtk/gtkcurve.c:141 +#: gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "最大の X 座標" -#: ../gtk/gtkcurve.c:142 +#: gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "X 座標の最大値" -#: ../gtk/gtkcurve.c:150 +#: gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "最小の Y 座標" -#: ../gtk/gtkcurve.c:151 +#: gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "Y 座標の最小値" -#: ../gtk/gtkcurve.c:159 +#: gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "最大の Y 座標" -#: ../gtk/gtkcurve.c:160 +#: gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Y 座標の最大値" -#: ../gtk/gtkdialog.c:145 +#: gtk/gtkdialog.c:145 msgid "Has separator" msgstr "セパレータあり" -#: ../gtk/gtkdialog.c:146 +#: gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "ダイアログのボタンの上に区切り線があるかどうかです" -#: ../gtk/gtkdialog.c:191 +#: gtk/gtkdialog.c:191 msgid "Content area border" msgstr "内容エリアの枠" -#: ../gtk/gtkdialog.c:192 +#: gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "ダイアログのメインエリアの周りの枠の幅を指定します" -#: ../gtk/gtkdialog.c:209 +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "各要素の間隔" -#: ../gtk/gtkdialog.c:210 +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "ダイアログに格納されている各要素の間隔です" -#: ../gtk/gtkdialog.c:217 +#: gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "ボタンの間隔" -#: ../gtk/gtkdialog.c:218 +#: gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "ボタン同士の間隔" -#: ../gtk/gtkdialog.c:226 +#: gtk/gtkdialog.c:226 msgid "Action area border" msgstr "アクション・エリアの枠" -#: ../gtk/gtkdialog.c:227 +#: gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "ダイアログの下のボタンエリアの周りの枠の幅を指定します" -#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 +#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "カーソル位置" -#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 +#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "挿入カーソルの現在位置を指定します (文字単位)" -#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 +#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "選択制限範囲" -#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 +#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 msgid "" "The position of the opposite end of the selection from the cursor in chars" msgstr "カーソルから反対側にある選択範囲の終端位置を指定します (文字単位)" -#: ../gtk/gtkentry.c:626 +#: gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "エントリの内容を変更できるかどうかです" -#: ../gtk/gtkentry.c:633 +#: gtk/gtkentry.c:633 msgid "Maximum length" msgstr "最大サイズ" -#: ../gtk/gtkentry.c:634 +#: gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "このエントリに入力できる文字数の最大値を指定します (0: 最大値なし)" -#: ../gtk/gtkentry.c:642 +#: gtk/gtkentry.c:642 msgid "Visibility" msgstr "可視性" -#: ../gtk/gtkentry.c:643 +#: gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" @@ -2168,32 +2148,32 @@ msgstr "" "FALSE にすると、実際のテキストの代わりに \"隠し文字\" を表示します (例: \"パ" "スワード入力モード\")" -#: ../gtk/gtkentry.c:651 +#: gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "FALSE にすると、エントリから外側のベベルを削除します" -#: ../gtk/gtkentry.c:659 +#: gtk/gtkentry.c:659 msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "" "テキストからフレームまでの境界線で、inner-border スタイルのプロパティでオー" "バーライドされます" -#: ../gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 msgid "Invisible character" msgstr "隠し文字" -#: ../gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" "エントリの内容を隠す際に使用する文字を指定します (例: \"パスワード入力モード" "\")" -#: ../gtk/gtkentry.c:674 +#: gtk/gtkentry.c:674 msgid "Activates default" msgstr "デフォルトにする" -#: ../gtk/gtkentry.c:675 +#: gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" @@ -2201,95 +2181,95 @@ msgstr "" "[RETURN] キーが押下された際に、デフォルトのウィジェットを利用可能にするかどう" "かを指定します (例: ダイアログのデフォルト・ボタン)" -#: ../gtk/gtkentry.c:681 +#: gtk/gtkentry.c:681 msgid "Width in chars" msgstr "幅 (文字単位)" -#: ../gtk/gtkentry.c:682 +#: gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "エントリで空白のままにしておく文字数を指定します" -#: ../gtk/gtkentry.c:691 +#: gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "スクロールのオフセット値" -#: ../gtk/gtkentry.c:692 +#: gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "スクロールしないエントリの画面左からのピクセル数を指定します" -#: ../gtk/gtkentry.c:702 +#: gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "エントリの内容" -#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 +#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 msgid "X align" msgstr "X方向の配置" -#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 +#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." msgstr "" "水平方向の配置で 0 (左) から 1 (右) へ配置します (RTL: Right To Left の逆)" -#: ../gtk/gtkentry.c:734 +#: gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "複数行の切りつめ" -#: ../gtk/gtkentry.c:735 +#: gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "複数行のエントリを単一のエントリにまとめるかどうかです" -#: ../gtk/gtkentry.c:751 +#: gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "\"フレーム有り\" を有効にした時にエントリの周囲に描画する影の種類です" -#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 +#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "上書きモードかどうか" -#: ../gtk/gtkentry.c:767 +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "入力した文字で古い文字列を上書きするかどうかです" -#: ../gtk/gtkentry.c:781 +#: gtk/gtkentry.c:781 msgid "Text length" msgstr "文字列の長さ" -#: ../gtk/gtkentry.c:782 +#: gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "エントリの中にある文字列の長さです" -#: ../gtk/gtkentry.c:797 +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "文字を不可視にするか" -#: ../gtk/gtkentry.c:798 +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "文字を不可視にするかどうかです" -#: ../gtk/gtkentry.c:816 +#: gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "Caps Lock の状態を警告するかどうか" -#: ../gtk/gtkentry.c:817 +#: gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "" "パスワードのエントリに入力する際に Caps Lock が押されたら警告するかどうかです" -#: ../gtk/gtkentry.c:831 +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "進捗率" -#: ../gtk/gtkentry.c:832 +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "現在の検索タスクの進捗率です" -#: ../gtk/gtkentry.c:849 +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "進捗状況を表すブロックの幅" -#: ../gtk/gtkentry.c:850 +#: gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" @@ -2297,276 +2277,276 @@ msgstr "" "gtk_entry_progress_pulse() 関数を呼び出す度に移動する進捗状況を表すブロックの" "幅の合計です" -#: ../gtk/gtkentry.c:866 +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "一番目の Pixbuf" -#: ../gtk/gtkentry.c:867 +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "エントリで使用する一番目の Pixbuf 画像です" -#: ../gtk/gtkentry.c:881 +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "二番目の Pixbuf" -#: ../gtk/gtkentry.c:882 +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "エントリで使用する二番目の Pixbuf 画像です" -#: ../gtk/gtkentry.c:896 +#: gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "一番目のストック ID" -#: ../gtk/gtkentry.c:897 +#: gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "一番目のアイコンのストック ID です" -#: ../gtk/gtkentry.c:911 +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "二番目のストック ID" -#: ../gtk/gtkentry.c:912 +#: gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "二番目のアイコンのストック ID です" -#: ../gtk/gtkentry.c:926 +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "一番目のアイコンの名前" -#: ../gtk/gtkentry.c:927 +#: gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "一番目のアイコンの名前です" -#: ../gtk/gtkentry.c:941 +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "二番目のアイコンの名前" -#: ../gtk/gtkentry.c:942 +#: gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "二番目のアイコンの名前です" -#: ../gtk/gtkentry.c:956 +#: gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "一番目の GIcon" -#: ../gtk/gtkentry.c:957 +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "一番目のアイコンの GIcon 型オブジェクトです" -#: ../gtk/gtkentry.c:971 +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "二番目の GIcon" -#: ../gtk/gtkentry.c:972 +#: gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "二番目のアイコンの GIcon 型オブジェクトです" -#: ../gtk/gtkentry.c:986 +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "一番目のアイコンの形式" -#: ../gtk/gtkentry.c:987 +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "一番目のアイコンが使用している画像の種類です" -#: ../gtk/gtkentry.c:1002 +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "二番目のアイコンの形式" -#: ../gtk/gtkentry.c:1003 +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "一番目のアイコンが使用している画像の種類です" -#: ../gtk/gtkentry.c:1024 +#: gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "一番目のアイコンの有効可否" -#: ../gtk/gtkentry.c:1025 +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "一番目のアイコンを有効にできるかどうかです" -#: ../gtk/gtkentry.c:1045 +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "二番目のアイコンの有効可否" -#: ../gtk/gtkentry.c:1046 +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "二番目のアイコンを有効にできるかどうかです" -#: ../gtk/gtkentry.c:1068 +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "一番目のアイコンの反応可否" -#: ../gtk/gtkentry.c:1069 +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "一番目のアイコンを反応可能にするかどうかです" -#: ../gtk/gtkentry.c:1090 +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "二番目のアイコンの反応可否" -#: ../gtk/gtkentry.c:1091 +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "二番目のアイコンを反応可能にするかどうかです" -#: ../gtk/gtkentry.c:1107 +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "一番目のアイコンのツールチップ" -#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "一番目のアイコンで使用するツールチップの内容です" -#: ../gtk/gtkentry.c:1124 +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "二番目のアイコンのツールチップ" -#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "二番目のアイコンで使用するツールチップの内容です" -#: ../gtk/gtkentry.c:1143 +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "一番目のアイコンのツールチップ (マークアップ付き)" -#: ../gtk/gtkentry.c:1162 +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "一番目のアイコンのツールチップ (マークアップ付き)" -#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "IM モジュール" -#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "使用する入力メソッド (IM) のモジュールです" -#: ../gtk/gtkentry.c:1197 +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "アイコンの点灯" -#: ../gtk/gtkentry.c:1198 +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "利用可能なアイコンの上にカーソルをのせたら点灯させるかどうかです" -#: ../gtk/gtkentry.c:1211 +#: gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "プログレス・バーの境界線" -#: ../gtk/gtkentry.c:1212 +#: gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "プログレス・バーの周りに付与する境界線です" -#: ../gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "テキストとフレームとの間にある境界線です" -#: ../gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "状態を報告するかどうか" -#: ../gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "影や背景を描画する際に妥当な状態を渡すかどうかです" -#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "フォーカス部の選択" -#: ../gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "エントリにフォーカスが当たった際にその内容を選択するかどうかです" -#: ../gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "パスワード・ヒントのタイムアウト" -#: ../gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "隠しエントリで最後に入力した文字を表示しておく時間です" -#: ../gtk/gtkentrycompletion.c:279 +#: gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "補完モデル" -#: ../gtk/gtkentrycompletion.c:280 +#: gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "検索に使用するモデル" -#: ../gtk/gtkentrycompletion.c:286 +#: gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "キーの最小の長さ" -#: ../gtk/gtkentrycompletion.c:287 +#: gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "検索するために必要なキーの最小の長さを指定します" -#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 +#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 msgid "Text column" msgstr "テキストの列" -#: ../gtk/gtkentrycompletion.c:304 +#: gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "文字列を格納するモデルの列です" -#: ../gtk/gtkentrycompletion.c:323 +#: gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "インラインによる補完" -#: ../gtk/gtkentrycompletion.c:324 +#: gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "共通する接頭子を自動的に挿入するかどうかです" -#: ../gtk/gtkentrycompletion.c:338 +#: gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "ポップアップによる補完" -#: ../gtk/gtkentrycompletion.c:339 +#: gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "ポップアップ・ウィンドウの中に補完候補を表示するかどうかです" -#: ../gtk/gtkentrycompletion.c:354 +#: gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "ポップアップの幅" -#: ../gtk/gtkentrycompletion.c:355 +#: gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "" "TRUE にすると、ポップアップ・ウィンドウがエントリと同じサイズになります" -#: ../gtk/gtkentrycompletion.c:373 +#: gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "ポップアップの単一マッチ" -#: ../gtk/gtkentrycompletion.c:374 +#: gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "" "TRUE にすると、ポップアップ・ウィンドウが単一のマッチに対して表示されます" -#: ../gtk/gtkentrycompletion.c:388 +#: gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "インライン選択" -#: ../gtk/gtkentrycompletion.c:389 +#: gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "ココに説明を入力して下さい" -#: ../gtk/gtkeventbox.c:91 +#: gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "可視ウィンドウ" -#: ../gtk/gtkeventbox.c:92 +#: gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." msgstr "" "イベント・ボックスが表示可能かどうかです (トラップ・イベントでのみ使用します)" -#: ../gtk/gtkeventbox.c:98 +#: gtk/gtkeventbox.c:98 msgid "Above child" msgstr "子ウィジェットの上" -#: ../gtk/gtkeventbox.c:99 +#: gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." @@ -2574,142 +2554,141 @@ msgstr "" "イベントボックスのイベント・トラップ・ウィンドウを、子ウィジェットの下ではな" "く上に表示するかどうかです" -#: ../gtk/gtkexpander.c:187 +#: gtk/gtkexpander.c:187 msgid "Expanded" msgstr "展張" -#: ../gtk/gtkexpander.c:188 +#: gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "子ウィジェットを表示するために展張されているかどうかです" -#: ../gtk/gtkexpander.c:196 +#: gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "展張ラベルのテキスト" -#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 +#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 msgid "Use markup" msgstr "マークアップ使用" -#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 +#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "" "XML マークアップを含むラベルのテキストを指定します (pango_parse_markup() 参照" "のこと)" -#: ../gtk/gtkexpander.c:220 +#: gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "ラベルと子ウィジェットとの間に置くスペースを指定します" -#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 +#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "ラベル・ウィジェット" -#: ../gtk/gtkexpander.c:230 +#: gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "通常の展張ラベルとして表示するウィジェット" -#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 +#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "展張サイズ" -#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 +#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "展張矢印の大きさ" -#: ../gtk/gtkexpander.c:246 +#: gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "展張矢印の周りの間隔" -#: ../gtk/gtkfilechooser.c:194 +#: gtk/gtkfilechooser.c:194 msgid "Action" msgstr "アクション" -#: ../gtk/gtkfilechooser.c:195 +#: gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "ファイル・セレクタが実行する操作の種類を指定します" -#: ../gtk/gtkfilechooser.c:201 +#: gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "ファイル・システムのバックエンド" -#: ../gtk/gtkfilechooser.c:202 +#: gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "使用するファイル・システムのバックエンド名です" -#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 +#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "フィルタ" -#: ../gtk/gtkfilechooser.c:208 +#: gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "表示されたファイルを選択する際のフィルタです" -#: ../gtk/gtkfilechooser.c:213 +#: gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "ローカルのみ" -#: ../gtk/gtkfilechooser.c:214 +#: gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "選択するファイルをローカルのファイル (URL) に限定するかどうかです" -#: ../gtk/gtkfilechooser.c:219 +#: gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "ウィジェットのプレビュー" -#: ../gtk/gtkfilechooser.c:220 +#: gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "アプリケーションでカスタム・プレビュー用ウィジェットを提供します" -#: ../gtk/gtkfilechooser.c:225 +#: gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "プレビュー・ウィジェット有効" -#: ../gtk/gtkfilechooser.c:226 +#: gtk/gtkfilechooser.c:226 msgid "" "Whether the application supplied widget for custom previews should be shown." msgstr "" "アプリケーションで提供したカスタム・プレビュー用ウィジェットを表示するかどう" "かを指定します" -#: ../gtk/gtkfilechooser.c:231 +#: gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "プレビュー・ラベルを使う" -#: ../gtk/gtkfilechooser.c:232 +#: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "" "プレビューするファイルの名前が付いたストック・ラベルを表示するかどうかです" -#: ../gtk/gtkfilechooser.c:237 +#: gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "追加ウィジェット" -#: ../gtk/gtkfilechooser.c:238 +#: gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "アプリケーションで追加オプション用のウィジェットを提供します" -#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 -#: ../gtk/gtkrecentchooser.c:203 +#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "複数ファイルの選択" -#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 +#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "複数のファイルを選択できるようにするかどうかです" -#: ../gtk/gtkfilechooser.c:250 +#: gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "隠しファイルの表示" -#: ../gtk/gtkfilechooser.c:251 +#: gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "隠しファイルやフォルダを表示するかどうかです" -#: ../gtk/gtkfilechooser.c:266 +#: gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "上書きの確認" -#: ../gtk/gtkfilechooser.c:267 +#: gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." @@ -2717,172 +2696,172 @@ msgstr "" "ファイルを保存するモードでファイル選択ウィジェットを表示した場合に、必要であ" "れば上書きを警告するダイアログを表示するかどうかです" -#: ../gtk/gtkfilechooserbutton.c:376 +#: gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "ダイアログ" -#: ../gtk/gtkfilechooserbutton.c:377 +#: gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "使用するファイル選択ダイアログ" -#: ../gtk/gtkfilechooserbutton.c:408 +#: gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "フォント選択ダイアログのタイトル" -#: ../gtk/gtkfilechooserbutton.c:422 +#: gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "ボタン・ウィジェットの幅 (文字単位)" -#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 -#: ../gtk/gtkstatusicon.c:218 +#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 +#: gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "ファイル名" -#: ../gtk/gtkfilesel.c:527 +#: gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "現在選択されているファイル名" -#: ../gtk/gtkfilesel.c:533 +#: gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "ファイル操作の表示" -#: ../gtk/gtkfilesel.c:534 +#: gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "ファイルの作成やファイル操作のボタンを表示するかどうかです" -#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 +#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 msgid "X position" msgstr "X 位置" -#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 +#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "子ウィジェットの X 位置" -#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 +#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 msgid "Y position" msgstr "Y 位置" -#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 +#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "子ウィジェットの Y 位置" -#: ../gtk/gtkfontbutton.c:143 +#: gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "フォント選択ダイアログのタイトル" -#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 +#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 msgid "Font name" msgstr "フォント名" -#: ../gtk/gtkfontbutton.c:159 +#: gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "選択したフォントの名前" -#: ../gtk/gtkfontbutton.c:160 +#: gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:175 +#: gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "ラベルにフォントを使う" -#: ../gtk/gtkfontbutton.c:176 +#: gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "ラベルを選択したフォントで描画するかどうかです" -#: ../gtk/gtkfontbutton.c:191 +#: gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "ラベルにサイズを使う" -#: ../gtk/gtkfontbutton.c:192 +#: gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "ラベルを選択したフォントのサイズで描画するかどうかです" -#: ../gtk/gtkfontbutton.c:208 +#: gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "スタイルの表示" -#: ../gtk/gtkfontbutton.c:209 +#: gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "ラベルに選択したフォントのスタイルを表示するかどうかです" -#: ../gtk/gtkfontbutton.c:224 +#: gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "サイズの表示" -#: ../gtk/gtkfontbutton.c:225 +#: gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "ラベルに選択したフォントのサイズを表示するかどうかです" -#: ../gtk/gtkfontsel.c:197 +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "このフォントを表す文字列です" -#: ../gtk/gtkfontsel.c:204 +#: gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "現在選択されている GdkFont 型のオブジェクトです" -#: ../gtk/gtkfontsel.c:210 +#: gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "プレビューする文字列" -#: ../gtk/gtkfontsel.c:211 +#: gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "選択したフォントのプレビューで使用する文字列です" -#: ../gtk/gtkframe.c:106 +#: gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "フレームのラベルのテキスト" -#: ../gtk/gtkframe.c:113 +#: gtk/gtkframe.c:113 msgid "Label xalign" msgstr "ラベルの X方向位置" -#: ../gtk/gtkframe.c:114 +#: gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "ラベルの水平方向の配置" -#: ../gtk/gtkframe.c:122 +#: gtk/gtkframe.c:122 msgid "Label yalign" msgstr "ラベルの Y 方向位置" -#: ../gtk/gtkframe.c:123 +#: gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "ラベルの垂直方向の配置" -#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 +#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "破棄されたプロパティ (代わりに shadow_type を使用)" -#: ../gtk/gtkframe.c:138 +#: gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "フレームの影" -#: ../gtk/gtkframe.c:139 +#: gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "フレームの境界線の外観" -#: ../gtk/gtkframe.c:148 +#: gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "通常のフレーム付きラベルとして表示するウィジェット" -#: ../gtk/gtkhandlebox.c:175 +#: gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "コンテナの周囲に表示する影の外観" -#: ../gtk/gtkhandlebox.c:183 +#: gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "取っ手の位置" -#: ../gtk/gtkhandlebox.c:184 +#: gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "子ウィジェットに対する取っ手の位置" -#: ../gtk/gtkhandlebox.c:192 +#: gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "スナップ・エッジ" -#: ../gtk/gtkhandlebox.c:193 +#: gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" @@ -2890,11 +2869,11 @@ msgstr "" "ハンドルボックスを格納するためのドッキング位置を配置するハンドルボックスの側" "面" -#: ../gtk/gtkhandlebox.c:201 +#: gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "スナップ・エッジの設定" -#: ../gtk/gtkhandlebox.c:202 +#: gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" @@ -2902,265 +2881,264 @@ msgstr "" "snap_edge プロパティの値を使用するか、handle_position から継承した値を使用す" "るかどうかです" -#: ../gtk/gtkhandlebox.c:209 +#: gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "子の状態" -#: ../gtk/gtkhandlebox.c:210 +#: gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." msgstr "ハンドルボックスの中に子のオブジェクトが取り付けられているかどうかです" -#: ../gtk/gtkiconview.c:548 +#: gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "選択モード" -#: ../gtk/gtkiconview.c:549 +#: gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "選択するモードです" -#: ../gtk/gtkiconview.c:567 +#: gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "Pixbuf の列" -#: ../gtk/gtkiconview.c:568 +#: gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "アイコン pixbuf を取得するモデルのカラム" -#: ../gtk/gtkiconview.c:586 +#: gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "テキストを取得するモデルのカラム" -#: ../gtk/gtkiconview.c:605 +#: gtk/gtkiconview.c:605 msgid "Markup column" msgstr "マークアップのカラム" -#: ../gtk/gtkiconview.c:606 +#: gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "テキストを取得するモデルのカラム (Pango マークアップ使用時)" -#: ../gtk/gtkiconview.c:613 +#: gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "アイコンビューのモデル" -#: ../gtk/gtkiconview.c:614 +#: gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "アイコン表示に使用するモデルです" -#: ../gtk/gtkiconview.c:630 +#: gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "X-方向に表示するアイテムの数" -#: ../gtk/gtkiconview.c:631 +#: gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "X-方向に表示するアイテムの数です" -#: ../gtk/gtkiconview.c:648 +#: gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "各アイテムの幅" -#: ../gtk/gtkiconview.c:649 +#: gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "各アイテムで使用する幅です" -#: ../gtk/gtkiconview.c:665 +#: gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "X-方向のアイテムとアイテムの間に挿入する間隔です" -#: ../gtk/gtkiconview.c:680 +#: gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "行の間隔" -#: ../gtk/gtkiconview.c:681 +#: gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "Y-方向のグリッドの間に挿入する間隔です" -#: ../gtk/gtkiconview.c:696 +#: gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "列の間隔" -#: ../gtk/gtkiconview.c:697 +#: gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "グリッドの列の間に挿入する間隔です" -#: ../gtk/gtkiconview.c:712 +#: gtk/gtkiconview.c:712 msgid "Margin" msgstr "マージン" -#: ../gtk/gtkiconview.c:713 +#: gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "アイコン表示の隅に挿入する間隔です" -#: ../gtk/gtkiconview.c:730 +#: gtk/gtkiconview.c:730 msgid "" "How the text and icon of each item are positioned relative to each other" msgstr "各アイテムのテキストとアイコンをどのように配置するか" -#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 -#: ../gtk/gtktreeviewcolumn.c:307 +#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "再ソートの可否" -#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 +#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "表示は再ソート可能" -#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 +#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "ツールチップの項目" -#: ../gtk/gtkiconview.c:755 +#: gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "アイテムのツールチップを表す文字列を格納したモデルの中にある項目です" -#: ../gtk/gtkiconview.c:766 +#: gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "選択ボックスの色" -#: ../gtk/gtkiconview.c:767 +#: gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "選択ボックスの色です" -#: ../gtk/gtkiconview.c:773 +#: gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "選択ボックスのαブレンド" -#: ../gtk/gtkiconview.c:774 +#: gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "選択ボックスの透明度です" -#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 +#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "Pixbuf" -#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 +#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "表示する GdkPixbuf です" -#: ../gtk/gtkimage.c:139 +#: gtk/gtkimage.c:139 msgid "Pixmap" msgstr "Pixmap" -#: ../gtk/gtkimage.c:140 +#: gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "表示する GdkPixmap です" -#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 +#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "画像" -#: ../gtk/gtkimage.c:148 +#: gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "表示する GdkImage です" -#: ../gtk/gtkimage.c:155 +#: gtk/gtkimage.c:155 msgid "Mask" msgstr "マスク" -#: ../gtk/gtkimage.c:156 +#: gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "GdkImage や GdkPixmap で使用したいマスクのビットマップ" -#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 +#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "読み込んで表示するファイル名" -#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 +#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "表示するストック・アイテムのストック ID です" -#: ../gtk/gtkimage.c:180 +#: gtk/gtkimage.c:180 msgid "Icon set" msgstr "アイコン・セット" -#: ../gtk/gtkimage.c:181 +#: gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "表示するアイコン・セット" -#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:214 ../gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "アイコンのサイズ" -#: ../gtk/gtkimage.c:189 +#: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "" "ストック・アイコンやアイコン・セット、名前付きアイコンに適用するシンボリッ" "ク・サイズ" -#: ../gtk/gtkimage.c:205 +#: gtk/gtkimage.c:205 msgid "Pixel size" msgstr "ピクセル・サイズ" -#: ../gtk/gtkimage.c:206 +#: gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "名前付きアイコンに適用するピクセルのサイズ" -#: ../gtk/gtkimage.c:214 +#: gtk/gtkimage.c:214 msgid "Animation" msgstr "アニメーション" -#: ../gtk/gtkimage.c:215 +#: gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "表示する GdkPixbufAnimation" -#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 +#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "保存する種類" -#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 +#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "画像データに使用する表現" -#: ../gtk/gtkimagemenuitem.c:136 +#: gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "メニューのテキストの隣に表示する子ウィジェット" -#: ../gtk/gtkimagemenuitem.c:151 +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "ストック形式のメニュー項目を生成する際にラベルを使用するかどうかです" -#: ../gtk/gtkimagemenuitem.c:169 +#: gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "常に画像を表示するかどうか" -#: ../gtk/gtkimagemenuitem.c:170 +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "画像を常に表示しておくかどうかです" -#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "アクセラレータのグループ" -#: ../gtk/gtkimagemenuitem.c:185 +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "アクセラレータ・キーが所属するグループを表すオブジェクトです" -#: ../gtk/gtkimagemenuitem.c:190 +#: gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "メニュー画像の表示" -#: ../gtk/gtkimagemenuitem.c:191 +#: gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "メニューの中に画像を表示するかどうかです" -#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "このウィンドウを表示する画面" -#: ../gtk/gtklabel.c:368 +#: gtk/gtklabel.c:368 msgid "The text of the label" msgstr "ラベルのテキスト" -#: ../gtk/gtklabel.c:375 +#: gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "ラベルのテキストに適用するスタイル属性の一覧" -#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 +#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 msgid "Justification" msgstr "行端の揃え方" -#: ../gtk/gtklabel.c:397 +#: gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " @@ -3169,158 +3147,158 @@ msgstr "" "お互いにラベルのテキストを配置する位置です。これはラベルが確保する部分の中に" "配置されるものではありません。詳細は GtkMisc::xalign を参照して下さい。" -#: ../gtk/gtklabel.c:405 +#: gtk/gtklabel.c:405 msgid "Pattern" msgstr "パターン" -#: ../gtk/gtklabel.c:406 +#: gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" msgstr "下線付きのテキストで文字に一致する位置にある文字列" -#: ../gtk/gtklabel.c:413 +#: gtk/gtklabel.c:413 msgid "Line wrap" msgstr "行折り返し" -#: ../gtk/gtklabel.c:414 +#: gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "セットした場合、テキストの幅が広すぎたら行を折り返す" -#: ../gtk/gtklabel.c:429 +#: gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "行折り返しのモード" -#: ../gtk/gtklabel.c:430 +#: gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "折り返しを有効にした場合にどのように行を折り込むか" -#: ../gtk/gtklabel.c:437 +#: gtk/gtklabel.c:437 msgid "Selectable" msgstr "選択可能" -#: ../gtk/gtklabel.c:438 +#: gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "ラベルのテキストはマウスで選択可能かどうかです" -#: ../gtk/gtklabel.c:444 +#: gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "ニーモニック・キー" -#: ../gtk/gtklabel.c:445 +#: gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "このラベルのニーモニック・アクセラレータ・キー" -#: ../gtk/gtklabel.c:453 +#: gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "ニーモニック・ウィジェット" -#: ../gtk/gtklabel.c:454 +#: gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "ラベルのニーモニック・キーが押された時に有効にするウィジェット" -#: ../gtk/gtklabel.c:500 +#: gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" msgstr "" "ラベルが文字列を全て表示しきれない場合に文字列を省略記号で置き換える場所です" -#: ../gtk/gtklabel.c:540 +#: gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "一行モード" -#: ../gtk/gtklabel.c:541 +#: gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "ラベルが単一行モードにあるかどうかです" -#: ../gtk/gtklabel.c:558 +#: gtk/gtklabel.c:558 msgid "Angle" msgstr "角度" -#: ../gtk/gtklabel.c:559 +#: gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "ラベルを回転させる際の角度です" -#: ../gtk/gtklabel.c:579 +#: gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "文字数単位での最大幅" -#: ../gtk/gtklabel.c:580 +#: gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "ラベルの最大幅 (文字数) です" -#: ../gtk/gtklabel.c:696 +#: gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "" "選択可能なラベルにフォーカスが当たった場合、その内容を選択するかどうかです" -#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 +#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "水平方向の配置調整" -#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 +#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "水平方向の位置に対する GtkAdjustment です" -#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 +#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "垂直方向の配置調整" -#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 +#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "垂直方向の位置に対する GtkAdjustment です" -#: ../gtk/gtklayout.c:633 +#: gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "レイアウトの幅" -#: ../gtk/gtklayout.c:642 +#: gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "レイアウトの高さ" -#: ../gtk/gtklinkbutton.c:145 +#: gtk/gtklinkbutton.c:145 msgid "URI" msgstr "URI" -#: ../gtk/gtklinkbutton.c:146 +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "このボタンに割り当てる URI です" -#: ../gtk/gtklinkbutton.c:160 +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "訪問済みかどうか" -#: ../gtk/gtklinkbutton.c:161 +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "このリンクが指している URI を既に訪問したかどうかです" -#: ../gtk/gtkmenu.c:501 +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "現在選択されているメニュー項目の通番です" -#: ../gtk/gtkmenu.c:516 +#: gtk/gtkmenu.c:516 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:285 msgid "Accel Path" msgstr "アクセラレータのパス" -#: ../gtk/gtkmenu.c:531 +#: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "" "子のメニュー項目を表すパスを組み立てる際に使用するアクセラレータのパスです" -#: ../gtk/gtkmenu.c:547 +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "取り付け先のウィジェット" -#: ../gtk/gtkmenu.c:548 +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "メニューが取り付けられている先のウィジェットです" -#: ../gtk/gtkmenu.c:556 +#: gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" @@ -3328,135 +3306,135 @@ msgstr "" "このメニューが取り外された際にウィンドウ・マネージャが表示することが可能なタ" "イトル" -#: ../gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "ティアオフの状態" -#: ../gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "メニューを取り外すせるかどうかを示す論理値" -#: ../gtk/gtkmenu.c:585 +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "モニタ" -#: ../gtk/gtkmenu.c:586 +#: gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "メニュー項目をポップアップさせるモニタです" -#: ../gtk/gtkmenu.c:592 +#: gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "垂直パディング" -#: ../gtk/gtkmenu.c:593 +#: gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "メニューの上端と下端に追加する余白" -#: ../gtk/gtkmenu.c:601 +#: gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "水平パディング" -#: ../gtk/gtkmenu.c:602 +#: gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "メニューの左右に追加する余白です" -#: ../gtk/gtkmenu.c:610 +#: gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "垂直オフセット" -#: ../gtk/gtkmenu.c:611 +#: gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" msgstr "メニューがサブメニューの場合、この値だけ垂直にオフセットを設定する" -#: ../gtk/gtkmenu.c:619 +#: gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "水平オフセット" -#: ../gtk/gtkmenu.c:620 +#: gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" msgstr "メニューがサブメニューの場合、この値だけ水平にオフセットを設定する" -#: ../gtk/gtkmenu.c:628 +#: gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "二つ矢印" -#: ../gtk/gtkmenu.c:629 +#: gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "スクロールする時に、常に二つの矢印を表示します" -#: ../gtk/gtkmenu.c:642 +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "矢印の位置" -#: ../gtk/gtkmenu.c:643 +#: gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "スクロールバーの矢印を配置する場所です" -#: ../gtk/gtkmenu.c:651 +#: gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "左アタッチ" -#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 +#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "子ウィジェットの左側にアタッチする列番号" -#: ../gtk/gtkmenu.c:659 +#: gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "右アタッチ" -#: ../gtk/gtkmenu.c:660 +#: gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "子ウィジェットの右側にアタッチする列番号" -#: ../gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "上アタッチ" -#: ../gtk/gtkmenu.c:668 +#: gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "子ウィジェットの上側にアタッチする列番号" -#: ../gtk/gtkmenu.c:675 +#: gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "下アタッチ" -#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 +#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "子ウィジェットの下側にアタッチする列番号" -#: ../gtk/gtkmenu.c:690 +#: gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "スクロールバーの矢印のサイズを小さくしていく際に適用する倍率です" -#: ../gtk/gtkmenu.c:777 +#: gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "アクセラレータの変更可能" -#: ../gtk/gtkmenu.c:778 +#: gtk/gtkmenu.c:778 msgid "" "Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "" "メニュー・アイテムの上でキーを押下することでメニューのアクセラレータを変更で" "きるかどうかです" -#: ../gtk/gtkmenu.c:783 +#: gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "サブメニューを表示する際の遅延時間" -#: ../gtk/gtkmenu.c:784 +#: gtk/gtkmenu.c:784 msgid "" "Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "サブメニューを表示する前にメニュー・アイテムを表示しておく最小時間" -#: ../gtk/gtkmenu.c:791 +#: gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "サブメニューを隠す際の遅延時間" -#: ../gtk/gtkmenu.c:792 +#: gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" @@ -3464,277 +3442,277 @@ msgstr "" "サブメニューの方向にマウス・ポインタを移動した際にサブメニューを隠すまでの時" "間" -#: ../gtk/gtkmenubar.c:168 +#: gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "パッキングの向き" -#: ../gtk/gtkmenubar.c:169 +#: gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "メニューバーをパッキングする向きです" -#: ../gtk/gtkmenubar.c:185 +#: gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "子ウィジェットをパッキングする向き" -#: ../gtk/gtkmenubar.c:186 +#: gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "メニューバーで子ウィジェットをパッキングする向きです" -#: ../gtk/gtkmenubar.c:195 +#: gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "メニューバーの周囲にあるベベルのスタイル" -#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 +#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "内部パディング" -#: ../gtk/gtkmenubar.c:203 +#: gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "メニューバーの影とメニュー・アイテムの間の境界線のサイズ" -#: ../gtk/gtkmenubar.c:210 +#: gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "メニューをドロップ・ダウン表示する際の遅延時間" -#: ../gtk/gtkmenubar.c:211 +#: gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "メニューバーのサブメニューが表示される際の遅延時間" -#: ../gtk/gtkmenuitem.c:252 +#: gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "右寄せにするかどうか" -#: ../gtk/gtkmenuitem.c:253 +#: gtk/gtkmenuitem.c:253 msgid "" "Sets whether the menu item appears justified at the right side of a menu bar" msgstr "メニュー項目をメニュー・バーの右端に寄せて表示するかどうかです" -#: ../gtk/gtkmenuitem.c:267 +#: gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "サブメニュー" -#: ../gtk/gtkmenuitem.c:268 +#: gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" msgstr "メニュー項目に取り付けるサブメニューです (取り付けない場合は NULL)" -#: ../gtk/gtkmenuitem.c:286 +#: gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "メニュー項目に対するアクセラレータのパスです" -#: ../gtk/gtkmenuitem.c:301 +#: gtk/gtkmenuitem.c:301 msgid "The text for the child label" msgstr "子ラベルに表示する文字列です" -#: ../gtk/gtkmenuitem.c:364 +#: gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "メニュー項目のフォント・サイズに対して矢印が占有する大きさです" -#: ../gtk/gtkmenuitem.c:377 +#: gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "メニュー項目の幅" -#: ../gtk/gtkmenuitem.c:378 +#: gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "メニュー項目の希望最小幅 (文字数単位) です" -#: ../gtk/gtkmenushell.c:374 +#: gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "フォーカスの受け取り" -#: ../gtk/gtkmenushell.c:375 +#: gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "メニューでキーボードのフォーカスを受け取ることか可能かどうかです" -#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 +#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "メニュー" -#: ../gtk/gtkmenutoolbutton.c:246 +#: gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "ドロップダウン式のメニューです" -#: ../gtk/gtkmessagedialog.c:98 +#: gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "画像/ラベルの境界線" -#: ../gtk/gtkmessagedialog.c:99 +#: gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "メッセージ・ダイアログで画像とラベルの間に挿入する境界線の幅です" -#: ../gtk/gtkmessagedialog.c:114 +#: gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "セパレータあり" -#: ../gtk/gtkmessagedialog.c:115 +#: gtk/gtkmessagedialog.c:115 msgid "" "Whether to put a separator between the message dialog's text and the buttons" msgstr "" "メッセージ・ダイアログのテキストとボタンの間にセパレータを挿入するかどうかで" "す" -#: ../gtk/gtkmessagedialog.c:128 +#: gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "メッセージの種類" -#: ../gtk/gtkmessagedialog.c:129 +#: gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "メッセージの種類です" -#: ../gtk/gtkmessagedialog.c:136 +#: gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "メッセージのボタン" -#: ../gtk/gtkmessagedialog.c:137 +#: gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "メッセージ・ダイアログに表示するボタンです" -#: ../gtk/gtkmessagedialog.c:154 +#: gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "メッセージ・ダイアログに表示するタイトルです" -#: ../gtk/gtkmessagedialog.c:169 +#: gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "マークアップの使用" -#: ../gtk/gtkmessagedialog.c:170 +#: gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "Pango マークアップを含む一段目のテキスト (タイトル) です" -#: ../gtk/gtkmessagedialog.c:184 +#: gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "二段目のテキスト" -#: ../gtk/gtkmessagedialog.c:185 +#: gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "メッセージ・ダイアログに表示する二段目のテキストです" -#: ../gtk/gtkmessagedialog.c:200 +#: gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "二段目のテキストもマークアップを使用する" -#: ../gtk/gtkmessagedialog.c:201 +#: gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "二段目のテキストにも Pango マークアップを含めるかどうかです" -#: ../gtk/gtkmessagedialog.c:216 +#: gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "画像" -#: ../gtk/gtkmisc.c:83 +#: gtk/gtkmisc.c:83 msgid "Y align" msgstr "Y方向の配置" -#: ../gtk/gtkmisc.c:84 +#: gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "垂直方向の配置 (0: 上、1:下)" -#: ../gtk/gtkmisc.c:93 +#: gtk/gtkmisc.c:93 msgid "X pad" msgstr "Xパディング" -#: ../gtk/gtkmisc.c:94 +#: gtk/gtkmisc.c:94 msgid "" "The amount of space to add on the left and right of the widget, in pixels" msgstr "ウィジェットの左端と右端に追加する空間のサイズ (ピクセル単位)" -#: ../gtk/gtkmisc.c:103 +#: gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Yパディング" -#: ../gtk/gtkmisc.c:104 +#: gtk/gtkmisc.c:104 msgid "" "The amount of space to add on the top and bottom of the widget, in pixels" msgstr "ウィジェットの上端と下端に追加する空間のサイズ (ピクセル単位)" -#: ../gtk/gtkmountoperation.c:139 +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "親ウィンドウ" -#: ../gtk/gtkmountoperation.c:140 +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "親ウィンドウです" -#: ../gtk/gtkmountoperation.c:147 +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "表示するかどうか" -#: ../gtk/gtkmountoperation.c:148 +#: gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "ダイアログを表示するかどうかです" -#: ../gtk/gtkmountoperation.c:156 +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "このウィンドウを表示するスクリーンです" -#: ../gtk/gtknotebook.c:577 +#: gtk/gtknotebook.c:577 msgid "Page" msgstr "ページ" -#: ../gtk/gtknotebook.c:578 +#: gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "現在ページのインデックス" -#: ../gtk/gtknotebook.c:586 +#: gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "タブ位置" -#: ../gtk/gtknotebook.c:587 +#: gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "ノートブック・タブをどちら側に配置するか" -#: ../gtk/gtknotebook.c:594 +#: gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "タブの境界線" -#: ../gtk/gtknotebook.c:595 +#: gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "タブのラベルの周囲に配置する境界線の幅" -#: ../gtk/gtknotebook.c:603 +#: gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "水平タブの境界線" -#: ../gtk/gtknotebook.c:604 +#: gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "タブのラベルの水平方向の境界線の幅" -#: ../gtk/gtknotebook.c:612 +#: gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "垂直タブの境界線" -#: ../gtk/gtknotebook.c:613 +#: gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "タブのラベルの垂直方向の境界線の幅" -#: ../gtk/gtknotebook.c:621 +#: gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "タブの表示" -#: ../gtk/gtknotebook.c:622 +#: gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "タブを表示するかどうかです" -#: ../gtk/gtknotebook.c:628 +#: gtk/gtknotebook.c:628 msgid "Show Border" msgstr "境界線の表示" -#: ../gtk/gtknotebook.c:629 +#: gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "境界線を表示するかどうかです" -#: ../gtk/gtknotebook.c:635 +#: gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "スクロール可能" -#: ../gtk/gtknotebook.c:636 +#: gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "TRUE にすると、たくさんのタブがある場合にスクロール用の矢印を表示する" -#: ../gtk/gtknotebook.c:642 +#: gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "ポップアップ可能" -#: ../gtk/gtknotebook.c:643 +#: gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" @@ -3742,356 +3720,354 @@ msgstr "" "TRUE にすると、ノートブックの上でマウスの右ボタンを押下するとジャンプできる" "ページのメニューがポップアップする" -#: ../gtk/gtknotebook.c:650 +#: gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "タブのサイズを均等にするかどうかです" -#: ../gtk/gtknotebook.c:656 +#: gtk/gtknotebook.c:656 msgid "Group ID" msgstr "グループ ID" -#: ../gtk/gtknotebook.c:657 +#: gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "タブのドラッグ&ドロップに対するグループ ID です" -#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 -#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 -#: ../gtk/gtkradiotoolbutton.c:65 +#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 +#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "グループ" -#: ../gtk/gtknotebook.c:674 +#: gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "タブのドラッグ&ドロップに対するグループです" -#: ../gtk/gtknotebook.c:680 +#: gtk/gtknotebook.c:680 msgid "Tab label" msgstr "タブのラベル" -#: ../gtk/gtknotebook.c:681 +#: gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "子のタブにあるラベルに表示する文字列" -#: ../gtk/gtknotebook.c:687 +#: gtk/gtknotebook.c:687 msgid "Menu label" msgstr "メニューのラベル" -#: ../gtk/gtknotebook.c:688 +#: gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "子のメニュー・エントリに表示する文字列" -#: ../gtk/gtknotebook.c:701 +#: gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "タブの展張" -#: ../gtk/gtknotebook.c:702 +#: gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "子のタブを展張するかどうかです" -#: ../gtk/gtknotebook.c:708 +#: gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "タブの埋め込み" -#: ../gtk/gtknotebook.c:709 +#: gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "子のタブを確保した領域一杯に埋めるかどうかです" -#: ../gtk/gtknotebook.c:715 +#: gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "タブのパックの種類" -#: ../gtk/gtknotebook.c:722 +#: gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "タブの並べ替え" -#: ../gtk/gtknotebook.c:723 +#: gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "タブの並べ替えを可能にするかどうかです" -#: ../gtk/gtknotebook.c:729 +#: gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "タブの切り離し" -#: ../gtk/gtknotebook.c:730 +#: gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "タブを切り離し可能にするかどうかです" -#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 +#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "二番目の後ろ向きのステッパ" -#: ../gtk/gtknotebook.c:746 +#: gtk/gtknotebook.c:746 msgid "" "Display a second backward arrow button on the opposite end of the tab area" msgstr "タブ領域と反対の端に二番目の後ろ向き矢印ボタンを表示する" -#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 +#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "二番目の前向きステッパ" -#: ../gtk/gtknotebook.c:762 +#: gtk/gtknotebook.c:762 msgid "" "Display a second forward arrow button on the opposite end of the tab area" msgstr "タブ領域と反対の端に二番目の前向き矢印ボタンを表示する" -#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 +#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "後ろ向きのステッパ" -#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 +#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "標準的な後方矢印ボタンを表示する" -#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 +#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "前向きのステッパ" -#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 +#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "標準的な前方矢印ボタンを表示する" -#: ../gtk/gtknotebook.c:806 +#: gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "タブのオーバーラップ" -#: ../gtk/gtknotebook.c:807 +#: gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "タブが重なる部分の大きさです" -#: ../gtk/gtknotebook.c:822 +#: gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "タブの曲がり具合" -#: ../gtk/gtknotebook.c:823 +#: gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "タブにつける曲線の大きさです" -#: ../gtk/gtknotebook.c:839 +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "矢印の間隔" -#: ../gtk/gtknotebook.c:840 +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "スクロールバーの矢印の間隔です" -#: ../gtk/gtkobject.c:370 +#: gtk/gtkobject.c:370 msgid "User Data" msgstr "ユーザ・データ" -#: ../gtk/gtkobject.c:371 +#: gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "匿名のユーザ・データを指すポインタです" -#: ../gtk/gtkoptionmenu.c:162 +#: gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "オプション・メニュー" -#: ../gtk/gtkoptionmenu.c:169 +#: gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "ドロップダウン表示する表示部の大きさ" -#: ../gtk/gtkoptionmenu.c:175 +#: gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "表示部の枠の間隔" -#: ../gtk/gtkorientable.c:75 +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "指定できる向きです" -#: ../gtk/gtkpaned.c:242 +#: gtk/gtkpaned.c:242 msgid "" "Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "" "ペインを分割するセパレータの位置をピクセル単位で指定します (0: 左/上になりま" "す)" -#: ../gtk/gtkpaned.c:251 +#: gtk/gtkpaned.c:251 msgid "Position Set" msgstr "位置の設定" -#: ../gtk/gtkpaned.c:252 +#: gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "位置プロパティを使用する場合は TRUE にします" -#: ../gtk/gtkpaned.c:258 +#: gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "取っ手のサイズ" -#: ../gtk/gtkpaned.c:259 +#: gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "取っ手の幅" -#: ../gtk/gtkpaned.c:275 +#: gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "最小位置" -#: ../gtk/gtkpaned.c:276 +#: gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "\"位置\" プロパティの最小値" -#: ../gtk/gtkpaned.c:293 +#: gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "最大位置" -#: ../gtk/gtkpaned.c:294 +#: gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "\"位置\" プロパティの最大値" -#: ../gtk/gtkpaned.c:311 +#: gtk/gtkpaned.c:311 msgid "Resize" msgstr "サイズ変更" -#: ../gtk/gtkpaned.c:312 +#: gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "TRUE にすると、子をペインド・ウィジェットに沿って拡大縮小できる" -#: ../gtk/gtkpaned.c:327 +#: gtk/gtkpaned.c:327 msgid "Shrink" msgstr "縮小" -#: ../gtk/gtkpaned.c:328 +#: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "TRUE にすると、子は要求されたサイズよりも小さくすることができる" -#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "埋め込み" -#: ../gtk/gtkplug.c:151 +#: gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "プラグを埋め込むかどうかです" -#: ../gtk/gtkplug.c:165 +#: gtk/gtkplug.c:165 msgid "Socket Window" msgstr "ソケットのウィンドウ" -#: ../gtk/gtkplug.c:166 +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "プラグを埋め込むソケットのウィンドウの種類です" -#: ../gtk/gtkpreview.c:102 +#: gtk/gtkpreview.c:102 msgid "" "Whether the preview widget should take up the entire space it is allocated" msgstr "プレビュー・ウィジェットを確保した領域一杯に配置するかどうかです" -#: ../gtk/gtkprinter.c:124 +#: gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "プリンタの名前" -#: ../gtk/gtkprinter.c:130 +#: gtk/gtkprinter.c:130 msgid "Backend" msgstr "バックエンド" -#: ../gtk/gtkprinter.c:131 +#: gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "プリンタのバックエンドです" -#: ../gtk/gtkprinter.c:137 +#: gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "仮想かどうかです" -#: ../gtk/gtkprinter.c:138 +#: gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "本物のプリンタを表す場合は FALSE です" -#: ../gtk/gtkprinter.c:144 +#: gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "PDF を許可する" -#: ../gtk/gtkprinter.c:145 +#: gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "プリンタが PDF をサポートしている場合は TRUE です" -#: ../gtk/gtkprinter.c:151 +#: gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "Postscript を許可する" -#: ../gtk/gtkprinter.c:152 +#: gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "プリンタが Postscript をサポートしている場合は TRUE です" -#: ../gtk/gtkprinter.c:158 +#: gtk/gtkprinter.c:158 msgid "State Message" msgstr "状態メッセージ" -#: ../gtk/gtkprinter.c:159 +#: gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "プリンタの状態を表す文字列です" -#: ../gtk/gtkprinter.c:165 +#: gtk/gtkprinter.c:165 msgid "Location" msgstr "場所" -#: ../gtk/gtkprinter.c:166 +#: gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "プリンタが存在する場所です" -#: ../gtk/gtkprinter.c:173 +#: gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "プリンタに割り当てるアイコンの名前です" -#: ../gtk/gtkprinter.c:179 +#: gtk/gtkprinter.c:179 msgid "Job Count" msgstr "ジョブの数" -#: ../gtk/gtkprinter.c:180 +#: gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "プリンタのキューにたまっているジョブの数です" -#: ../gtk/gtkprinter.c:198 +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "一時停止しているかどうか" -#: ../gtk/gtkprinter.c:199 +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "このプリンタが一時停止しているかどうかです" -#: ../gtk/gtkprinter.c:212 +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "ジョブを受け取っているかどうか" -#: ../gtk/gtkprinter.c:213 +#: gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "このプリンタが新しいジョブを受け取っているかどうかです" -#: ../gtk/gtkprinteroptionwidget.c:123 +#: gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "ソースのオプション" -#: ../gtk/gtkprinteroptionwidget.c:124 +#: gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "このウィジェットの背後にある PrinterOptoin です" -#: ../gtk/gtkprintjob.c:117 +#: gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "印刷ジョブのタイトル" -#: ../gtk/gtkprintjob.c:125 +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "プリンタ" -#: ../gtk/gtkprintjob.c:126 +#: gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "印刷に使用するプリンタです" -#: ../gtk/gtkprintjob.c:134 +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "設定" -#: ../gtk/gtkprintjob.c:135 +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "プリンタの設定です" -#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 -#: ../gtk/gtkprintunixdialog.c:258 +#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "ページの設定" -#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "印刷状態の追跡" -#: ../gtk/gtkprintjob.c:153 +#: gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." @@ -4099,51 +4075,51 @@ msgstr "" "印刷データをプリンタまたはプリンタ・サーバに送信した後に、status-changed シグ" "ナルを送信し続ける場合は TRUE です" -#: ../gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "デフォルトのページ設定です" -#: ../gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "デフォルトで使用する GtkPageSetup オブジェクトです" -#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "印刷の設定" -#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "ダイアログを初期化する際に使用する GtkPrintSettings オブジェクトです" -#: ../gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "ジョブの名前" -#: ../gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "印刷ジョブを識別する際に使用する文字列です" -#: ../gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "ページ数" -#: ../gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr "ドキュメントのページ数です" -#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "現在のページ" -#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "現在のページ" -#: ../gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "ページ全体の使用" -#: ../gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1007 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" @@ -4151,7 +4127,7 @@ msgstr "" "コンテキストの原点を画像として表示した領域の隅ではなく実際のページの隅にする" "場合は TRUE です" -#: ../gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1028 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." @@ -4159,75 +4135,75 @@ msgstr "" "印刷するデータをプリンタまたはプリンタ・サーバに送信した後に、その印刷ジョブ" "の状態を報告し続ける場合は TRUE です" -#: ../gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "単位" -#: ../gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "コンテキスト内の長さを測定する際に使用する単位です" -#: ../gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "ダイアログの表示" -#: ../gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr "印刷中にプログレス・ダイアログを表示する場合は TRUE です" -#: ../gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "非同期の実行の許可" -#: ../gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "印刷プロセスを非同期に実行する場合は TRUE です" -#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "ファイル名のエキスポート" -#: ../gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "状態" -#: ../gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "印刷操作の状態" -#: ../gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "状態を表す文字列" -#: ../gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "プリンタを状態を表す説明です" -#: ../gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "カスタム・タブのラベル" -#: ../gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "カスタム・ウィジェットに含まれるタブのラベルです" -#: ../gtk/gtkprintunixdialog.c:259 +#: gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "使用する GtkPageSetup" -#: ../gtk/gtkprintunixdialog.c:284 +#: gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "選択したプリンタ" -#: ../gtk/gtkprintunixdialog.c:285 +#: gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "選択した GtkPrinter オブジェクトです" -#: ../gtk/gtkprogress.c:102 +#: gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "動作モード" -#: ../gtk/gtkprogress.c:103 +#: gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " @@ -4237,75 +4213,75 @@ msgstr "" "ルを発行しますが、どれくらいで完了するかは不明です (これは終了時間が不明な場" "合に使用します)" -#: ../gtk/gtkprogress.c:111 +#: gtk/gtkprogress.c:111 msgid "Show text" msgstr "文字列の表示" -#: ../gtk/gtkprogress.c:112 +#: gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "進捗状況を文字列で表示するかどうかです" -#: ../gtk/gtkprogressbar.c:119 +#: gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "プログレス・バーに接続する GtkAdjustment (破棄)" -#: ../gtk/gtkprogressbar.c:135 +#: gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "バーのスタイル" -#: ../gtk/gtkprogressbar.c:136 +#: gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "百分率 (%) モードにおけるバーの外観 (破棄)" -#: ../gtk/gtkprogressbar.c:144 +#: gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "動作ステップ" -#: ../gtk/gtkprogressbar.c:145 +#: gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "動作モードで繰り返し使用する増分値 (破棄)" -#: ../gtk/gtkprogressbar.c:152 +#: gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "動作ブロック数" -#: ../gtk/gtkprogressbar.c:153 +#: gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" msgstr "動作モードでプログレス・バーの領域に一致するブロックの数 (破棄)" -#: ../gtk/gtkprogressbar.c:160 +#: gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "減少時のブロック数" -#: ../gtk/gtkprogressbar.c:161 +#: gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" msgstr "プログレス・バーで減っていくブロックの数 (減少モードで表示される)" -#: ../gtk/gtkprogressbar.c:168 +#: gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "端数" -#: ../gtk/gtkprogressbar.c:169 +#: gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "完了した合計処理の端数" -#: ../gtk/gtkprogressbar.c:176 +#: gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "パルス・ステップ" -#: ../gtk/gtkprogressbar.c:177 +#: gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "パルスが発行されたらブロックを伸縮して移動するための進捗の合計の端数" -#: ../gtk/gtkprogressbar.c:185 +#: gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "プログレス・バーに表示する文字列" -#: ../gtk/gtkprogressbar.c:207 +#: gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." @@ -4313,59 +4289,59 @@ msgstr "" "プログレス・バーで文字列を全て表示しきれない場合に文字列を省略記号で置き換え" "る位置です" -#: ../gtk/gtkprogressbar.c:214 +#: gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "余白" -#: ../gtk/gtkprogressbar.c:215 +#: gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "プログレス・バーの幅に付加する余白の大きさです" -#: ../gtk/gtkprogressbar.c:220 +#: gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "Y方向の間隔" -#: ../gtk/gtkprogressbar.c:221 +#: gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "プログレス・バーの高さに付加する余白の大きさです" -#: ../gtk/gtkprogressbar.c:234 +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "横向きのプログレス・バーの幅 (最小値)" -#: ../gtk/gtkprogressbar.c:235 +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "横向きのプログレス・バーの最小幅です" -#: ../gtk/gtkprogressbar.c:247 +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "横向きのプログレス・バーの高さ (最小値)" -#: ../gtk/gtkprogressbar.c:248 +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "横向きのプログレス・バーの最小高です" -#: ../gtk/gtkprogressbar.c:260 +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "縦向きのプログレス・バーの幅 (最小値)" -#: ../gtk/gtkprogressbar.c:261 +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "縦向きのプログレス・バーの最小幅です" -#: ../gtk/gtkprogressbar.c:273 +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "縦向きのプログレス・バーの高さ (最小値)\"" -#: ../gtk/gtkprogressbar.c:274 +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "縦向きのプログレス・バーの最小高です" -#: ../gtk/gtkradioaction.c:111 +#: gtk/gtkradioaction.c:111 msgid "The value" msgstr "値" -#: ../gtk/gtkradioaction.c:112 +#: gtk/gtkradioaction.c:112 msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." @@ -4373,151 +4349,151 @@ msgstr "" "このアクションがそのグループの現在のアクションのときに、" "gtk_radio_action_get_current_value() によって返される値です。" -#: ../gtk/gtkradioaction.c:129 +#: gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "このアクションが属するグループとなるラジオ・アクションです" -#: ../gtk/gtkradioaction.c:144 +#: gtk/gtkradioaction.c:144 msgid "The current value" msgstr "現在の値" -#: ../gtk/gtkradioaction.c:145 +#: gtk/gtkradioaction.c:145 msgid "" "The value property of the currently active member of the group to which this " "action belongs." msgstr "このアクションが属すグループで、現在アクティブなメンバの値です" -#: ../gtk/gtkradiobutton.c:83 +#: gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "このウィジェットが属するグループとなるラジオ・ボタンです" -#: ../gtk/gtkradiomenuitem.c:344 +#: gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "このウィジェットが属すグループのラジオ・メニューのアイテムです" -#: ../gtk/gtkradiotoolbutton.c:66 +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "このウィジェットが属すグループのラジオ・ツール・ボタンです" -#: ../gtk/gtkrange.c:358 +#: gtk/gtkrange.c:358 msgid "Update policy" msgstr "更新のポリシー" -#: ../gtk/gtkrange.c:359 +#: gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "画面上でどれくらい範囲を更新するか" -#: ../gtk/gtkrange.c:368 +#: gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "このレンジ・オブジェクトの現在値を格納する GtkAdjustment" -#: ../gtk/gtkrange.c:375 +#: gtk/gtkrange.c:375 msgid "Inverted" msgstr "反転する" -#: ../gtk/gtkrange.c:376 +#: gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" msgstr "レンジの増分値を移動するスライダの方向を反転する" -#: ../gtk/gtkrange.c:383 +#: gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "下限側にあるステッパの感度" -#: ../gtk/gtkrange.c:384 +#: gtk/gtkrange.c:384 msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" msgstr "下限側にあるポイントを調整するステッパの感度を示すポリシーです" -#: ../gtk/gtkrange.c:392 +#: gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "上限側にあるステッパの感度" -#: ../gtk/gtkrange.c:393 +#: gtk/gtkrange.c:393 msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" msgstr "上限側にあるポイントを調整するステッパの感度を示すポリシーです" -#: ../gtk/gtkrange.c:410 +#: gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "フィル・レベルの表示" -#: ../gtk/gtkrange.c:411 +#: gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "トラフにフィル・レベルを表す画像を表示するかどうかです" -#: ../gtk/gtkrange.c:427 +#: gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "フィル・レベルの制限" -#: ../gtk/gtkrange.c:428 +#: gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "フィル・レベルの上限を設定するかどうかです" -#: ../gtk/gtkrange.c:443 +#: gtk/gtkrange.c:443 msgid "Fill Level" msgstr "フィル・レベル" -#: ../gtk/gtkrange.c:444 +#: gtk/gtkrange.c:444 msgid "The fill level." msgstr "フィル・レベルです" -#: ../gtk/gtkrange.c:452 +#: gtk/gtkrange.c:452 msgid "Slider Width" msgstr "スライダの幅" -#: ../gtk/gtkrange.c:453 +#: gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "スクロールバーまたはスケール・サムの幅です" -#: ../gtk/gtkrange.c:460 +#: gtk/gtkrange.c:460 msgid "Trough Border" msgstr "トラフの境界線" -#: ../gtk/gtkrange.c:461 +#: gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "サムまたはステッパと外側のトラフの斜部との間隔です" -#: ../gtk/gtkrange.c:468 +#: gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "ステッパのサイズ" -#: ../gtk/gtkrange.c:469 +#: gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "最後にあるステップ・ボタンの長さ" -#: ../gtk/gtkrange.c:484 +#: gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "ステッパの間隔" -#: ../gtk/gtkrange.c:485 +#: gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "ステップ・ボタンとサムとの間隔" -#: ../gtk/gtkrange.c:492 +#: gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "X 方向の矢印の変位" -#: ../gtk/gtkrange.c:493 +#: gtk/gtkrange.c:493 msgid "" "How far in the x direction to move the arrow when the button is depressed" msgstr "ボタン押下が解放されたらどれくらい矢印が X 方向に移動するか" -#: ../gtk/gtkrange.c:500 +#: gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "Y 方向の矢印の変位" -#: ../gtk/gtkrange.c:501 +#: gtk/gtkrange.c:501 msgid "" "How far in the y direction to move the arrow when the button is depressed" msgstr "ボタン押下が解放されたらどれくらい矢印が Y 方向に移動するか" -#: ../gtk/gtkrange.c:509 +#: gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "ドラッグ中にスライダを ACTIVE で描画する" -#: ../gtk/gtkrange.c:510 +#: gtk/gtkrange.c:510 msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" @@ -4525,21 +4501,21 @@ msgstr "" "このオプションを TRUE にすると、スライダが ACTIVE で描画され、ドラッグしてい" "る間は影が IN に描画されます" -#: ../gtk/gtkrange.c:524 +#: gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "トラフの詳細" -#: ../gtk/gtkrange.c:525 +#: gtk/gtkrange.c:525 msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" msgstr "TRUE にすると、スライダにあるトラフを別の詳細で描画します" -#: ../gtk/gtkrange.c:541 +#: gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "ステッパの下にトラフを配置する" -#: ../gtk/gtkrange.c:542 +#: gtk/gtkrange.c:542 msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" @@ -4547,257 +4523,255 @@ msgstr "" "トラフを全範囲で描画するか、またはステッパとスペースを除いて描画するかどうか" "です" -#: ../gtk/gtkrange.c:555 +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "矢印の大きさ" -#: ../gtk/gtkrange.c:556 +#: gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "矢印の大きさをスクロール・ボタンの大きさに合わせるかどうかです" -#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 +#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "番号の表示" -#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 +#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "番号を付けてアイテムを表示するかどうかです" -#: ../gtk/gtkrecentchooser.c:132 +#: gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "現在のマネージャ" -#: ../gtk/gtkrecentchooser.c:133 +#: gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "使用する RecentManager オブジェクトです" -#: ../gtk/gtkrecentchooser.c:147 +#: gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "プライベートの表示" -#: ../gtk/gtkrecentchooser.c:148 +#: gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "プライベートなアイテムを表示するかどうかです" -#: ../gtk/gtkrecentchooser.c:161 +#: gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "ツールチップの表示" -#: ../gtk/gtkrecentchooser.c:162 +#: gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "アイテムのツールチップを表示するかどうかです" -#: ../gtk/gtkrecentchooser.c:174 +#: gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "アイコンの表示" -#: ../gtk/gtkrecentchooser.c:175 +#: gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "アイテムの近くにアイコンを表示するかどうかです" -#: ../gtk/gtkrecentchooser.c:190 +#: gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "\"見つかりません\" の表示" -#: ../gtk/gtkrecentchooser.c:191 +#: gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "利用不可のリソースを指すアイテムを表示するかどうかです" -#: ../gtk/gtkrecentchooser.c:204 +#: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "複数のアイテムを選択できるかどうかです" -#: ../gtk/gtkrecentchooser.c:217 +#: gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "ローカルのみ" -#: ../gtk/gtkrecentchooser.c:218 +#: gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "選択可能なアイテムをローカルのファイルに限定するかどうかです" -#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 +#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "上限" -#: ../gtk/gtkrecentchooser.c:235 +#: gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "表示するアイテムの総数です" -#: ../gtk/gtkrecentchooser.c:249 +#: gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "並び替えの種類" -#: ../gtk/gtkrecentchooser.c:250 +#: gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "アイテムを並べ替える際に適用するルールの種類です" -#: ../gtk/gtkrecentchooser.c:265 +#: gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "表示するリソースを選択する際のフィルタです" -#: ../gtk/gtkrecentmanager.c:215 +#: gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "保存したり読み込む際に指定する一覧ファイルの絶対パスです" -#: ../gtk/gtkrecentmanager.c:230 +#: gtk/gtkrecentmanager.c:230 msgid "" "The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "gtk_recent_manager_get_items() が返すアイテムの総数です" -#: ../gtk/gtkrecentmanager.c:246 +#: gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "最近使用したリソース一覧の大きさです" -#: ../gtk/gtkruler.c:128 +#: gtk/gtkruler.c:128 msgid "Lower" msgstr "下限" -#: ../gtk/gtkruler.c:129 +#: gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "ルーラの下限値" -#: ../gtk/gtkruler.c:138 +#: gtk/gtkruler.c:138 msgid "Upper" msgstr "上限" -#: ../gtk/gtkruler.c:139 +#: gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "ルーラの上限値" -#: ../gtk/gtkruler.c:149 +#: gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "ルーラでマークを付ける位置" -#: ../gtk/gtkruler.c:158 +#: gtk/gtkruler.c:158 msgid "Max Size" msgstr "最大サイズ" -#: ../gtk/gtkruler.c:159 +#: gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "ルーラの大きさの最大値" -#: ../gtk/gtkruler.c:174 +#: gtk/gtkruler.c:174 msgid "Metric" msgstr "計測の単位" -#: ../gtk/gtkruler.c:175 +#: gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "ルーラで使用する単位です" -#: ../gtk/gtkscale.c:201 +#: gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "目盛りを表記する 10 進数値" -#: ../gtk/gtkscale.c:210 +#: gtk/gtkscale.c:210 msgid "Draw Value" msgstr "値の描画" -#: ../gtk/gtkscale.c:211 +#: gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "次のスライダの文字列として現在値を表示するかどうかです" -#: ../gtk/gtkscale.c:218 +#: gtk/gtkscale.c:218 msgid "Value Position" msgstr "値の位置" -#: ../gtk/gtkscale.c:219 +#: gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "現在地を表示する位置" -#: ../gtk/gtkscale.c:226 +#: gtk/gtkscale.c:226 msgid "Slider Length" msgstr "スライダの長さ" -#: ../gtk/gtkscale.c:227 +#: gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "スケール・スライダの長さ" -#: ../gtk/gtkscale.c:235 +#: gtk/gtkscale.c:235 msgid "Value spacing" msgstr "値の間隔" -#: ../gtk/gtkscale.c:236 +#: gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "値を示すテキストとスライダ/トロフ領域との間隔" -#: ../gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "スケールの値です" -#: ../gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "アイコンの大きさです" -#: ../gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "スケール・ボタンの現在値を格納する GtkAdjustment です" -#: ../gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "アイコン" -#: ../gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "アイコン名の並び" -#: ../gtk/gtkscrollbar.c:51 +#: gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "スライダ・サイズの最小値" -#: ../gtk/gtkscrollbar.c:52 +#: gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "スクロールバーのスライダの大きさの最小値" -#: ../gtk/gtkscrollbar.c:60 +#: gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "固定スライダのサイズ" -#: ../gtk/gtkscrollbar.c:61 +#: gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "スライダの大きさを変更せずに、大きさを最小値にロックする" -#: ../gtk/gtkscrollbar.c:82 +#: gtk/gtkscrollbar.c:82 msgid "" "Display a second backward arrow button on the opposite end of the scrollbar" msgstr "スクロールバーと反対の位置の終端に二番目の後方矢印ボタンを表示する" -#: ../gtk/gtkscrollbar.c:89 +#: gtk/gtkscrollbar.c:89 msgid "" "Display a second forward arrow button on the opposite end of the scrollbar" msgstr "スクロールバーと反対位置の終端に二番目の前方矢印ボタンを表示する" -#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 -#: ../gtk/gtktreeview.c:578 +#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "水平方向の調整" -#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 -#: ../gtk/gtktreeview.c:586 +#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "垂直方向の調整" -#: ../gtk/gtkscrolledwindow.c:232 +#: gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "水平スクロールバーのポリシー" -#: ../gtk/gtkscrolledwindow.c:233 +#: gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "水平スクロールバーをいつ表示するか" -#: ../gtk/gtkscrolledwindow.c:240 +#: gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "垂直スクロールバーのポリシー" -#: ../gtk/gtkscrolledwindow.c:241 +#: gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "垂直スクロールバーをいつ表示するかを指定します" -#: ../gtk/gtkscrolledwindow.c:249 +#: gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "ウィンドウの配置" -#: ../gtk/gtkscrolledwindow.c:250 +#: gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." @@ -4805,11 +4779,11 @@ msgstr "" "スクロールバーに追従して内容をどこに表示するかを指定します (\"window-" "placement-set\" が TRUE の場合にだけ効果があります)" -#: ../gtk/gtkscrolledwindow.c:267 +#: gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "ウィンドウの配置セット" -#: ../gtk/gtkscrolledwindow.c:268 +#: gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." @@ -4817,37 +4791,37 @@ msgstr "" "スクロールバーに追従して内容を配置する場所を決める際に \"window-placement\" " "を使用するかどうかです" -#: ../gtk/gtkscrolledwindow.c:274 +#: gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "影の種類" -#: ../gtk/gtkscrolledwindow.c:275 +#: gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "内容の周囲に配置するベベルのスタイル" -#: ../gtk/gtkscrolledwindow.c:289 +#: gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "ベベルの追加" -#: ../gtk/gtkscrolledwindow.c:290 +#: gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "" "スクロール・ウィンドウのベベルの中にスクロールバーを配置するかどうかです" -#: ../gtk/gtkscrolledwindow.c:296 +#: gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "スクロールバーの間隔" -#: ../gtk/gtkscrolledwindow.c:297 +#: gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "" "スクロールバーとスクロール・ウィンドウとの間の間隔を指定します (ピクセル単位)" -#: ../gtk/gtkscrolledwindow.c:312 +#: gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "スクロール・ウィンドウの配置" -#: ../gtk/gtkscrolledwindow.c:313 +#: gtk/gtkscrolledwindow.c:313 msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." @@ -4855,30 +4829,30 @@ msgstr "" "スクロール・ウィンドウ自身の位置で上書きしない場合、スクロールバーの動きに追" "従してスクロール・ウィンドウの内容を配置するかどうかです" -#: ../gtk/gtkseparatortoolitem.c:105 +#: gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "描画" -#: ../gtk/gtkseparatortoolitem.c:106 +#: gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "セパレータを描画するか、空白にするかを指定します" -#: ../gtk/gtksettings.c:215 +#: gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "ダブル・クリックの時間" -#: ../gtk/gtksettings.c:216 +#: gtk/gtksettings.c:216 msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" msgstr "" "ダブル・クリックとして認識するために二回クリックする間の最大時間 (ミリ秒)" -#: ../gtk/gtksettings.c:223 +#: gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "ダブル・クリックの距離" -#: ../gtk/gtksettings.c:224 +#: gtk/gtksettings.c:224 msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" @@ -4886,35 +4860,35 @@ msgstr "" "ダブル・クリックとして認識するために二回クリックする間の最大距離 (ピクセル単" "位) です" -#: ../gtk/gtksettings.c:240 +#: gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "カーソルの点滅" -#: ../gtk/gtksettings.c:241 +#: gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "カーソルを点滅させるかどうかです" -#: ../gtk/gtksettings.c:248 +#: gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "カーソルの点滅間隔" -#: ../gtk/gtksettings.c:249 +#: gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "カーソルが点滅する際の周期 (ミリ秒) です" -#: ../gtk/gtksettings.c:268 +#: gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "カーソル点滅のタイムアウト" -#: ../gtk/gtksettings.c:269 +#: gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "カーソルの点滅を停止する際の周期 (ミリ秒) です" -#: ../gtk/gtksettings.c:276 +#: gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "カーソルの分離" -#: ../gtk/gtksettings.c:277 +#: gtk/gtksettings.c:277 msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" @@ -4922,153 +4896,153 @@ msgstr "" "左→右方向と右→左方向へ記述する混成テキストに対して二つのカーソルを表示するか" "どかです" -#: ../gtk/gtksettings.c:284 +#: gtk/gtksettings.c:284 msgid "Theme Name" msgstr "テーマ名" -#: ../gtk/gtksettings.c:285 +#: gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "読み込むテーマのリソース・ファイルの名前です" -#: ../gtk/gtksettings.c:293 +#: gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "アイコン・テーマの名前" -#: ../gtk/gtksettings.c:294 +#: gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "使用するアイコン・テーマの名前です" -#: ../gtk/gtksettings.c:302 +#: gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "以前のアイコン・テーマの名前" -#: ../gtk/gtksettings.c:303 +#: gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "変更する前のアイコン・テーマの名前です" -#: ../gtk/gtksettings.c:311 +#: gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "キーのテーマ名" -#: ../gtk/gtksettings.c:312 +#: gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "読み込むキー・テーマのリソース・ファイルの名前" -#: ../gtk/gtksettings.c:320 +#: gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "メニューバーのアクセラレータ" -#: ../gtk/gtksettings.c:321 +#: gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "メニューバーを有効にするキーバインディング" -#: ../gtk/gtksettings.c:329 +#: gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "ドラッグ時のしきい値" -#: ../gtk/gtksettings.c:330 +#: gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "ドラッグを開始するまでのカーソル移動量 (ピクセル単位)" -#: ../gtk/gtksettings.c:338 +#: gtk/gtksettings.c:338 msgid "Font Name" msgstr "フォント名" -#: ../gtk/gtksettings.c:339 +#: gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "使用するデフォルトのフォント名" -#: ../gtk/gtksettings.c:361 +#: gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "アイコンのサイズ" -#: ../gtk/gtksettings.c:362 +#: gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "アイコンの大きさを示す並び (gtk-menu=16,16;gtk-button=20,20...)" -#: ../gtk/gtksettings.c:370 +#: gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "GTK のモジュール" -#: ../gtk/gtksettings.c:371 +#: gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "現在、利用可能な GTK モジュールの一覧です" -#: ../gtk/gtksettings.c:380 +#: gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Xft アンチエイリアス" -#: ../gtk/gtksettings.c:381 +#: gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "" "Xft フォントをアンチエイリアス表示するかどうかです; 0=しない、1=する、-1=デ" "フォルト" -#: ../gtk/gtksettings.c:390 +#: gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Xft ヒンティング" -#: ../gtk/gtksettings.c:391 +#: gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "" "Xft フォントをヒンティングするかどうかです; 0=しない、1=する、-1=デフォルト" -#: ../gtk/gtksettings.c:400 +#: gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Xft ヒント・スタイル" -#: ../gtk/gtksettings.c:401 +#: gtk/gtksettings.c:401 msgid "" "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "使用するヒンティングの角度です; なし、細く、中ぐらい、完全" -#: ../gtk/gtksettings.c:410 +#: gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft RGBA" -#: ../gtk/gtksettings.c:411 +#: gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "サブピクセルのアンチエイリアス化の種類です; なし、rgb、bgr、vrgb、vbgr" -#: ../gtk/gtksettings.c:420 +#: gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Xft DPI" -#: ../gtk/gtksettings.c:421 +#: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" msgstr "Xft の解像度 (1024 x ドット/インチ) です; -1=デフォルト値" -#: ../gtk/gtksettings.c:430 +#: gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "カーソル・テーマの名前" -#: ../gtk/gtksettings.c:431 +#: gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" msgstr "" "使用するカーソル・テーマの名前、またはデフォルトのテーマを使う場合は NULL で" "す" -#: ../gtk/gtksettings.c:439 +#: gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "カーソルのサイズ" -#: ../gtk/gtksettings.c:440 +#: gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "使用するカーソルの大きさで、デフォルトの場合は 0です" -#: ../gtk/gtksettings.c:450 +#: gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "ボタンの並び" -#: ../gtk/gtksettings.c:451 +#: gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" msgstr "ダイアログにあるボタンの並びを別のものにするか" -#: ../gtk/gtksettings.c:468 +#: gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "並び替えを表す方向" -#: ../gtk/gtksettings.c:469 +#: gtk/gtksettings.c:469 msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" @@ -5076,11 +5050,11 @@ msgstr "" "リストやツリーで並び替えを行う向きをデフォルトとは逆向きにするかどうかです " "(down は昇順を表します)" -#: ../gtk/gtksettings.c:477 +#: gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "'入力メソッド' メニューの表示" -#: ../gtk/gtksettings.c:478 +#: gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" @@ -5088,11 +5062,11 @@ msgstr "" "エントリやテキスト・ビューで入力メソッドを変更するためのコンテキスト・メ" "ニューを表示するかどうかです" -#: ../gtk/gtksettings.c:486 +#: gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "'Unicode 制御文字の挿入' メニューの表示" -#: ../gtk/gtksettings.c:487 +#: gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" @@ -5100,223 +5074,223 @@ msgstr "" "エントリやテキスト・ビューで制御文字を挿入するためのコンテキスト・メニューを" "表示するかどうかです" -#: ../gtk/gtksettings.c:495 +#: gtk/gtksettings.c:495 msgid "Start timeout" msgstr "開始のタイムアウト" -#: ../gtk/gtksettings.c:496 +#: gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "ボタンをクリックしてからタイムアウトを計算する際の開始値" -#: ../gtk/gtksettings.c:505 +#: gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "繰り返しのタイムアウト" -#: ../gtk/gtksettings.c:506 +#: gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "ボタンをクリックしてからタイムアウトを計算する際の繰り返しの値" -#: ../gtk/gtksettings.c:515 +#: gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "展張のタイムアウト" -#: ../gtk/gtksettings.c:516 +#: gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "ボタンをクリックしてからタイムアウトを計算する際の展張るの値" -#: ../gtk/gtksettings.c:551 +#: gtk/gtksettings.c:551 msgid "Color scheme" msgstr "色のスキーム" -#: ../gtk/gtksettings.c:552 +#: gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "テーマで使用する色名のパレットです" -#: ../gtk/gtksettings.c:561 +#: gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "アニメーション" -#: ../gtk/gtksettings.c:562 +#: gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "ツールキット規模のアニメーションを有効にするかどうかです" -#: ../gtk/gtksettings.c:580 +#: gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "タッチスクリーン・モード" -#: ../gtk/gtksettings.c:581 +#: gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "TRUE にすると、この画面上には移動通知のイベントが配送されなくなります" -#: ../gtk/gtksettings.c:598 +#: gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "ツールチップのタイムアウト" -#: ../gtk/gtksettings.c:599 +#: gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "ツールチップを表示するまでの遅延時間です" -#: ../gtk/gtksettings.c:624 +#: gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "ツールチップのタイムアウト (参照モード有効)" -#: ../gtk/gtksettings.c:625 +#: gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "" "参照モードが有効になっている時にツールチップを表示するまでの遅延時間です" -#: ../gtk/gtksettings.c:646 +#: gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "ツールチップのタイムアウト (参照モード無効)" -#: ../gtk/gtksettings.c:647 +#: gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "" "参照モードが無効になっている時にツールチップを表示するまでの遅延時間です" -#: ../gtk/gtksettings.c:666 +#: gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "カーソル・キーのみ" -#: ../gtk/gtksettings.c:667 +#: gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" msgstr "カーソル・キーでのみフォーカス移動を可能にするかどうかです" -#: ../gtk/gtksettings.c:684 +#: gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "ウィジェットの強調表示" -#: ../gtk/gtksettings.c:685 +#: gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "キーボードでフォーカスを与えたウィジェットを強調表示するかどうかです" -#: ../gtk/gtksettings.c:705 +#: gtk/gtksettings.c:705 msgid "Error Bell" msgstr "ビープ音" -#: ../gtk/gtksettings.c:706 +#: gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "" "キーボードによるフォーカス移動やエラーの類をビープ音で知らせるかどうかです" -#: ../gtk/gtksettings.c:723 +#: gtk/gtksettings.c:723 msgid "Color Hash" msgstr "色のハッシュ" -#: ../gtk/gtksettings.c:724 +#: gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "色のスキームを表現するハッシュ・テーブルです" -#: ../gtk/gtksettings.c:732 +#: gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "デフォルトのファイル選択バックエンド" -#: ../gtk/gtksettings.c:733 +#: gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "デフォルトで使用する GtkFileChooser バックエンドの名前です" -#: ../gtk/gtksettings.c:750 +#: gtk/gtksettings.c:750 msgid "Default print backend" msgstr "デフォルトの印刷バックエンド" -#: ../gtk/gtksettings.c:751 +#: gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "デフォルトで使用する GtkPrintBackend オブジェクトのリストです" -#: ../gtk/gtksettings.c:774 +#: gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "印刷プレビューを表示する際に使用するデフォルトのコマンドです" -#: ../gtk/gtksettings.c:775 +#: gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "印刷プレビューで使用するコマンド" -#: ../gtk/gtksettings.c:791 +#: gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "ニーモニック" -#: ../gtk/gtksettings.c:792 +#: gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "ラベルにニーモニックを持たせるかどうかです" -#: ../gtk/gtksettings.c:808 +#: gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "アクセラレータ" -#: ../gtk/gtksettings.c:809 +#: gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "メニュー項目にアクセラレータを持たせるかどうかです" -#: ../gtk/gtksettings.c:826 +#: gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "最近開いたファイルの制限" -#: ../gtk/gtksettings.c:827 +#: gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "最近開いたファイルの一覧に表示する数" -#: ../gtk/gtksettings.c:845 +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "デフォルトの IM モジュール" -#: ../gtk/gtksettings.c:846 +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "デフォルトで使用する IM モジュールです" -#: ../gtk/gtksettings.c:864 +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "最近開いたファイルの最大寿命" -#: ../gtk/gtksettings.c:865 +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "最近開いたファイルとみなす最大寿命 (日数単位) です" -#: ../gtk/gtksettings.c:874 +#: gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Fontconfig の設定のタイムスタンプ" -#: ../gtk/gtksettings.c:875 +#: gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "現在使用している Fontconfig の設定のタイムスタンプです" -#: ../gtk/gtksettings.c:897 +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "サウンド・テーマの名前" -#: ../gtk/gtksettings.c:898 +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "XDG サウンド・テーマの名称です" #. Translators: this means sounds that are played as feedback to user input -#: ../gtk/gtksettings.c:920 +#: gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "サウンド・フィードバックの有無" -#: ../gtk/gtksettings.c:921 +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "ユーザの入力に対するフィードバックとしてサウンドを演奏するかどうかです" -#: ../gtk/gtksettings.c:942 +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "サウンドを有効にするかどうか" -#: ../gtk/gtksettings.c:943 +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "イベントに応じたサウンドを演奏するかどうかです" -#: ../gtk/gtksettings.c:958 +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "ツールチップを有効にするかどうか" -#: ../gtk/gtksettings.c:959 +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "ウィジェット上にツールチップを表示するかどうかです" -#: ../gtk/gtksizegroup.c:293 +#: gtk/gtksizegroup.c:293 msgid "Mode" msgstr "モード" -#: ../gtk/gtksizegroup.c:294 +#: gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" @@ -5324,302 +5298,302 @@ msgstr "" "サイズのグループが要求したサイズのコンポーネント・ウィジェットに効果を与える" "方向" -#: ../gtk/gtksizegroup.c:310 +#: gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "隠したウィジェットは無視" -#: ../gtk/gtksizegroup.c:311 +#: gtk/gtksizegroup.c:311 msgid "" "If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "" "TRUE にすると、グループのサイズを決定する時に隠したウィジェットは対象外にしま" "す" -#: ../gtk/gtkspinbutton.c:209 +#: gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "スピンボタンの値を格納するアジャストメント" -#: ../gtk/gtkspinbutton.c:216 +#: gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "上昇割合い" -#: ../gtk/gtkspinbutton.c:236 +#: gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "刻むスナップ" -#: ../gtk/gtkspinbutton.c:237 +#: gtk/gtkspinbutton.c:237 msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" msgstr "" "誤った値を自動的にスピンボタンの直近のステップ増分値に変更するかどうかです" -#: ../gtk/gtkspinbutton.c:244 +#: gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "数値" -#: ../gtk/gtkspinbutton.c:245 +#: gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "数値ではない文字を無視するかどうかです" -#: ../gtk/gtkspinbutton.c:252 +#: gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "ラップ" -#: ../gtk/gtkspinbutton.c:253 +#: gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "" "スピンボタンの限界値に到達したらラップアップする (元に戻す) かどうかです" -#: ../gtk/gtkspinbutton.c:260 +#: gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "更新のポリシー" -#: ../gtk/gtkspinbutton.c:261 +#: gtk/gtkspinbutton.c:261 msgid "" "Whether the spin button should update always, or only when the value is legal" msgstr "スピンボタンを常に更新するか、または値が正規の場合にのみ更新するか" -#: ../gtk/gtkspinbutton.c:270 +#: gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "現在の値を読み込むか、新しい値をセットするか" -#: ../gtk/gtkspinbutton.c:279 +#: gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "スピン・ボタンの周囲に配置するベベルのスタイル" -#: ../gtk/gtkstatusbar.c:141 +#: gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "リサイズ用のグリップあり" -#: ../gtk/gtkstatusbar.c:142 +#: gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "" "ステータスバーにトップレベルをリサイズするためのグリップがあるかどうかです" -#: ../gtk/gtkstatusbar.c:187 +#: gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "ステータスバーに表示するテキストの周りに配置するベベルのスタイルです" -#: ../gtk/gtkstatusicon.c:268 +#: gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "アイコンの大きさ" -#: ../gtk/gtkstatusicon.c:278 +#: gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "このステータス・アイコンを表示する画面です" -#: ../gtk/gtkstatusicon.c:285 +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "点滅" -#: ../gtk/gtkstatusicon.c:286 +#: gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "ステータス・アイコンを点滅させるかどうかです" -#: ../gtk/gtkstatusicon.c:294 +#: gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "ステータス・アイコンを表示するかどうかです" -#: ../gtk/gtkstatusicon.c:310 +#: gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "ステータス・アイコンを埋め込むかどうかです" -#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 +#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "トレイの向き" -#: ../gtk/gtkstatusicon.c:353 ../gtk/gtkwidget.c:632 +#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "ツールチップ有り" -#: ../gtk/gtkstatusicon.c:354 +#: gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" msgstr "トレイのアイコンにツールチップを表示するかどうかです" -#: ../gtk/gtkstatusicon.c:375 ../gtk/gtkwidget.c:653 +#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 msgid "Tooltip Text" msgstr "ツールチップの内容" -#: ../gtk/gtkstatusicon.c:376 ../gtk/gtkwidget.c:654 ../gtk/gtkwidget.c:675 +#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 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:674 msgid "Tooltip markup" msgstr "ツールチップのマークアップ" -#: ../gtk/gtkstatusicon.c:400 +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "トレイのアイコンに表示するツールチップの内容 (マークアップ付き) です" -#: ../gtk/gtktable.c:129 +#: gtk/gtktable.c:129 msgid "Rows" msgstr "行の数" -#: ../gtk/gtktable.c:130 +#: gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "テーブルの中にある行の数です" -#: ../gtk/gtktable.c:138 +#: gtk/gtktable.c:138 msgid "Columns" msgstr "列の数" -#: ../gtk/gtktable.c:139 +#: gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "テーブルの中にある列の数です" -#: ../gtk/gtktable.c:147 +#: gtk/gtktable.c:147 msgid "Row spacing" msgstr "行の間隔" -#: ../gtk/gtktable.c:148 +#: gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "隣り合うセルの間に挿入する空白 (行間) の大きさです" -#: ../gtk/gtktable.c:156 +#: gtk/gtktable.c:156 msgid "Column spacing" msgstr "列の間隔" -#: ../gtk/gtktable.c:157 +#: gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "隣り合うセルの間に挿入する空白 (列間) の大きさです" -#: ../gtk/gtktable.c:166 +#: gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "テーブルの中のセルを全て同じ幅/高さにするかどうかです" -#: ../gtk/gtktable.c:173 +#: gtk/gtktable.c:173 msgid "Left attachment" msgstr "左アタッチ" -#: ../gtk/gtktable.c:180 +#: gtk/gtktable.c:180 msgid "Right attachment" msgstr "右アタッチ" -#: ../gtk/gtktable.c:181 +#: gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "子ウィジェットの右側にアタッチする列番号" -#: ../gtk/gtktable.c:187 +#: gtk/gtktable.c:187 msgid "Top attachment" msgstr "上アタッチ" -#: ../gtk/gtktable.c:188 +#: gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "子ウィジェットの上側にアタッチする行番号" -#: ../gtk/gtktable.c:194 +#: gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "下アタッチ" -#: ../gtk/gtktable.c:201 +#: gtk/gtktable.c:201 msgid "Horizontal options" msgstr "水平オプション" -#: ../gtk/gtktable.c:202 +#: gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "子ウィジェットの水平方向の動きを指定するオプション" -#: ../gtk/gtktable.c:208 +#: gtk/gtktable.c:208 msgid "Vertical options" msgstr "垂直オプション" -#: ../gtk/gtktable.c:209 +#: gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "子ウィジェットの垂直方向の動きを指定するオプション" -#: ../gtk/gtktable.c:215 +#: gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "水平パディング" -#: ../gtk/gtktable.c:216 +#: gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" msgstr "" "子ウィジェットとその隣接する左右との間に置く追加スペース (ピクセル単位)" -#: ../gtk/gtktable.c:222 +#: gtk/gtktable.c:222 msgid "Vertical padding" msgstr "垂直パディング" -#: ../gtk/gtktable.c:223 +#: gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" msgstr "" "子ウィジェットとその隣接する上下との間に置く追加スペース (ピクセル単位)" -#: ../gtk/gtktext.c:546 +#: gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "テキスト・ウィジェットの水平方向のアジャストメント" -#: ../gtk/gtktext.c:554 +#: gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "テキスト・ウィジェットの垂直方向のアジャストメント" -#: ../gtk/gtktext.c:561 +#: gtk/gtktext.c:561 msgid "Line Wrap" msgstr "行ラップ" -#: ../gtk/gtktext.c:562 +#: gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "ウィジェットの端で行をラッピングするかどうかです" -#: ../gtk/gtktext.c:569 +#: gtk/gtktext.c:569 msgid "Word Wrap" msgstr "単語ラップ" -#: ../gtk/gtktext.c:570 +#: gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "ウィジェットの端で単語をラッピングするかどうかです" -#: ../gtk/gtktextbuffer.c:180 +#: gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "タグのテーブル" -#: ../gtk/gtktextbuffer.c:181 +#: gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "テキスト・タグのテーブル" -#: ../gtk/gtktextbuffer.c:199 +#: gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "バッファにあるテキスト" -#: ../gtk/gtktextbuffer.c:213 +#: gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "選択範囲の保持" -#: ../gtk/gtktextbuffer.c:214 +#: gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "バッファが現在選択されているテキストを持つかどうかです" -#: ../gtk/gtktextbuffer.c:230 +#: gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "カーソルの位置" -#: ../gtk/gtktextbuffer.c:231 +#: gtk/gtktextbuffer.c:231 msgid "" "The position of the insert mark (as offset from the beginning of the buffer)" msgstr "挿入モードのカーソルを配置する位置 (バッファの先頭からのオフセット)" -#: ../gtk/gtktextbuffer.c:246 +#: gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "ターゲット一覧の複製" -#: ../gtk/gtktextbuffer.c:247 +#: gtk/gtktextbuffer.c:247 msgid "" "The list of targets this buffer supports for clipboard copying and DND source" msgstr "" "このバッファのターゲット一覧がクリップボードによるコピーと DND をサポートする" "かどうかです" -#: ../gtk/gtktextbuffer.c:262 +#: gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "ターゲット一覧の貼り付け" -#: ../gtk/gtktextbuffer.c:263 +#: gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" @@ -5627,79 +5601,79 @@ msgstr "" "このバッファのターゲット一覧がクリップボードによる貼り付けと DND をサポートす" "るかどうかです" -#: ../gtk/gtktextmark.c:90 +#: gtk/gtktextmark.c:90 msgid "Mark name" msgstr "マーク名" -#: ../gtk/gtktextmark.c:97 +#: gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "左グラビティ" -#: ../gtk/gtktextmark.c:98 +#: gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "" "マークが左グラビティを持つかどうかです (左向きに移動することを表します) " -#: ../gtk/gtktexttag.c:173 +#: gtk/gtktexttag.c:173 msgid "Tag name" msgstr "タグ名" -#: ../gtk/gtktexttag.c:174 +#: gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "テキスト・タグの参照に使用する名前 (匿名タグの場合は NULL)" -#: ../gtk/gtktexttag.c:192 +#: gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "背景色を示す GdkColor 形式の文字列です (おそらく未確保)" -#: ../gtk/gtktexttag.c:199 +#: gtk/gtktexttag.c:199 msgid "Background full height" msgstr "背景の高さ" -#: ../gtk/gtktexttag.c:200 +#: gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" msgstr "" "背景色で行の高さ分塗りつぶすか、またはタグされた文字の高さ分塗りつぶすか" -#: ../gtk/gtktexttag.c:208 +#: gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "背景の点式マスク" -#: ../gtk/gtktexttag.c:209 +#: gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "テキストの背景を描画する際にマスクとして使用するビットマップ" -#: ../gtk/gtktexttag.c:226 +#: gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "前景色を示す GdkColor 形式の文字列です (おそらく未確保)" -#: ../gtk/gtktexttag.c:234 +#: gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "前景の点式マスク" -#: ../gtk/gtktexttag.c:235 +#: gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "テキストの前景を描画する際にマスクとして使用するビットマップ" -#: ../gtk/gtktexttag.c:242 +#: gtk/gtktexttag.c:242 msgid "Text direction" msgstr "テキストの向き" -#: ../gtk/gtktexttag.c:243 +#: gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "テキストを描画する向き (例: 右→左、または左→右)" -#: ../gtk/gtktexttag.c:292 +#: gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "PangoStyle によるフォント記述 (例: PANGO_STYLE_ITALIC)" -#: ../gtk/gtktexttag.c:301 +#: gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" msgstr "PangoVariant によるフォントの縦横比 (例: PANGO_VARIANT_SMALL_CAPS)" -#: ../gtk/gtktexttag.c:310 +#: gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" @@ -5707,15 +5681,15 @@ msgstr "" "フォントの太さ (整数値) で、PangoWeight で定義した事前定義値を参照のこと " "(例: PANGO_WEIGHT_BOLD)" -#: ../gtk/gtktexttag.c:321 +#: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "PangoStretch によるフォントの伸び縮み (例: PANGO_STRETCH_CONDENSED)" -#: ../gtk/gtktexttag.c:330 +#: gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "Pango 単位によるフォントのサイズ" -#: ../gtk/gtktexttag.c:340 +#: gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " @@ -5725,11 +5699,11 @@ msgstr "" "す。これはテーマの変更などに正しく対応します。よって推奨になります。Pango で" "は PANGO_SCALE_X_LARGE などのようないくつかの大きさを予め定義されています。" -#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 +#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "行端を左寄せ、右寄せ、あるいは中央寄せにします" -#: ../gtk/gtktexttag.c:379 +#: gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." @@ -5738,31 +5712,31 @@ msgstr "" "にこの情報をヒントとして利用します (セットしない場合は、適切なデフォルト値を" "使用します)" -#: ../gtk/gtktexttag.c:386 +#: gtk/gtktexttag.c:386 msgid "Left margin" msgstr "左マージン" -#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 +#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "左マージンの幅 (ピクセル単位)" -#: ../gtk/gtktexttag.c:396 +#: gtk/gtktexttag.c:396 msgid "Right margin" msgstr "右マージン" -#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 +#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "右マージンの幅 (ピクセル単位)" -#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 +#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 msgid "Indent" msgstr "インデント" -#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 +#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "段落のインデント量 (ピクセル単位)" -#: ../gtk/gtktexttag.c:419 +#: gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" @@ -5770,383 +5744,383 @@ msgstr "" "ベースラインより上 (負の方向にライズしている場合はベースラインより下) にある" "テキストのオフセット (ピクセル単位)" -#: ../gtk/gtktexttag.c:428 +#: gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "ラインより上のピクセル数" -#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 +#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "段落の上にある空白のピクセル数" -#: ../gtk/gtktexttag.c:438 +#: gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "ラインより下のピクセル数" -#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 +#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "段落の下にある空白のピクセル数" -#: ../gtk/gtktexttag.c:448 +#: gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "ラップ内部のピクセル数" -#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 +#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "段落でラップした行間との間に挿入する空白のピクセル数" -#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 +#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 msgid "" "Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "単語単位で行ラップしない、または文字単位で行ラップしないかどうかです" -#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 +#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 msgid "Tabs" msgstr "タブ" -#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 +#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "このテキストのカスタム・タブ" -#: ../gtk/gtktexttag.c:504 +#: gtk/gtktexttag.c:504 msgid "Invisible" msgstr "不可視" -#: ../gtk/gtktexttag.c:505 +#: gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "このテキストが非表示かどうかです" -#: ../gtk/gtktexttag.c:519 +#: gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "段落の背景色" -#: ../gtk/gtktexttag.c:520 +#: gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "段落の背景色を示す文字列です" -#: ../gtk/gtktexttag.c:535 +#: gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "段落の背景色" -#: ../gtk/gtktexttag.c:536 +#: gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "段落の背景色を示す GdkColor 形式の文字列です (おそらく未確保)" -#: ../gtk/gtktexttag.c:554 +#: gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "マージンの累積" -#: ../gtk/gtktexttag.c:555 +#: gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "左右のマージンを累積するかどうかです" -#: ../gtk/gtktexttag.c:568 +#: gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "背景の完全な高さの設定" -#: ../gtk/gtktexttag.c:569 +#: gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "このタグが背景の高さに影響するかどうかです" -#: ../gtk/gtktexttag.c:572 +#: gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "背景の点式の設定" -#: ../gtk/gtktexttag.c:573 +#: gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "このタグが背景の点式描画に影響するかどうかです" -#: ../gtk/gtktexttag.c:580 +#: gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "前景の点式の設定" -#: ../gtk/gtktexttag.c:581 +#: gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "このタグが前景の点式描画に影響するかどうかです" -#: ../gtk/gtktexttag.c:616 +#: gtk/gtktexttag.c:616 msgid "Justification set" msgstr "均等割付けの設定" -#: ../gtk/gtktexttag.c:617 +#: gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "このタグが段落の均等割付けに影響するかどうかです" -#: ../gtk/gtktexttag.c:624 +#: gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "左マージンの設定" -#: ../gtk/gtktexttag.c:625 +#: gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "このタグが左マージンに影響するかどうかです" -#: ../gtk/gtktexttag.c:628 +#: gtk/gtktexttag.c:628 msgid "Indent set" msgstr "インデントの設定" -#: ../gtk/gtktexttag.c:629 +#: gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "このタグがインデントに影響するかどうかです" -#: ../gtk/gtktexttag.c:636 +#: gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "ラインより上のピクセル数の設定" -#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 +#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "このタグがラインより上のピクセル数に影響するかどうかです" -#: ../gtk/gtktexttag.c:640 +#: gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "ラインより下のピクセル数の設定" -#: ../gtk/gtktexttag.c:644 +#: gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "内部ラップのピクセル数の設定" -#: ../gtk/gtktexttag.c:645 +#: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "このタグがラップした行間のピクセル数に影響するかどうかです" -#: ../gtk/gtktexttag.c:652 +#: gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "右マージンの設定" -#: ../gtk/gtktexttag.c:653 +#: gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "このタグが右マージンに影響するかどうかです" -#: ../gtk/gtktexttag.c:660 +#: gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "ラップ・モードの設定" -#: ../gtk/gtktexttag.c:661 +#: gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "このタグが行ラップ・モードに影響するかどうかです" -#: ../gtk/gtktexttag.c:664 +#: gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "タブの設定" -#: ../gtk/gtktexttag.c:665 +#: gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "このタグがタブに影響するかどうかです" -#: ../gtk/gtktexttag.c:668 +#: gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "隠蔽の設定" -#: ../gtk/gtktexttag.c:669 +#: gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "このタグがテキストの隠蔽に影響するかどうかです" -#: ../gtk/gtktexttag.c:672 +#: gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "段落の背景色設定" -#: ../gtk/gtktexttag.c:673 +#: gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "このタグが段落の背景色に影響するかどうかです" -#: ../gtk/gtktextview.c:543 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "ラインより上のピクセル数" -#: ../gtk/gtktextview.c:553 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "ラインより下のピクセル数" -#: ../gtk/gtktextview.c:563 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "ラップ内部のピクセル数" -#: ../gtk/gtktextview.c:581 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "ラップ・モード" -#: ../gtk/gtktextview.c:599 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "左マージン" -#: ../gtk/gtktextview.c:609 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "右マージン" -#: ../gtk/gtktextview.c:637 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "カーソルの表示" -#: ../gtk/gtktextview.c:638 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "挿入カーソルを表示するかどうかです" -#: ../gtk/gtktextview.c:645 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "バッファ" -#: ../gtk/gtktextview.c:646 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "表示されるバッファ" -#: ../gtk/gtktextview.c:654 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "入力されたテキストが既にある内容を上書きするかどうかです" -#: ../gtk/gtktextview.c:661 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "タブを許可する" -#: ../gtk/gtktextview.c:662 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "入力されているタブ文字をタブとして表示するかどうかです" -#: ../gtk/gtktextview.c:691 +#: gtk/gtktextview.c:691 msgid "Error underline color" msgstr "エラーを示す下線の色" -#: ../gtk/gtktextview.c:692 +#: gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "エラーを示す下線を描画する色です" -#: ../gtk/gtktoggleaction.c:104 +#: gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "ラジオ・アクションと同じプロキシを作成する" -#: ../gtk/gtktoggleaction.c:105 +#: gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "" "このアクションのプロキシをラジオボタンのアクション・プロキシにするかどうかで" "す" -#: ../gtk/gtktoggleaction.c:120 +#: gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "トグル操作をアクティブにするかどうかです" -#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 +#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "トグル・ボタンを押下するかしないかです" -#: ../gtk/gtktogglebutton.c:124 +#: gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "トグル・ボタンが \"in between\" 状態にあるかどうかです" -#: ../gtk/gtktogglebutton.c:131 +#: gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "表示部の描画" -#: ../gtk/gtktogglebutton.c:132 +#: gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "ボタンのトグル部分を表示するかどうかです" -#: ../gtk/gtktoolbar.c:494 +#: gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "ツールバーのスタイル" -#: ../gtk/gtktoolbar.c:495 +#: gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "ツールバーの描画方法" -#: ../gtk/gtktoolbar.c:502 +#: gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "矢印の表示" -#: ../gtk/gtktoolbar.c:503 +#: gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "ツールバーがフィットしないときに、矢印を表示すべきかどうかです" -#: ../gtk/gtktoolbar.c:518 +#: gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "ツールチップ" -#: ../gtk/gtktoolbar.c:519 +#: gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "ツールバーで表示するツールチップを有効にするかどうかです" -#: ../gtk/gtktoolbar.c:541 +#: gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "ツールバーに配置するアイコンの大きさ" -#: ../gtk/gtktoolbar.c:556 +#: gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "アイコン・サイズのプロパティ" -#: ../gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "プロパティ icon-size をセットするかどうかです" -#: ../gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "" "ツールバーが大きくなった際にアイテムも余白のスペースを受け取るべきかどうかで" "す" -#: ../gtk/gtktoolbar.c:574 +#: gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "全ての同種のアイテムを同じ大きさにするかどうかです" -#: ../gtk/gtktoolbar.c:581 +#: gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "スペーサのサイズ" -#: ../gtk/gtktoolbar.c:582 +#: gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "スペーサの大きさ" -#: ../gtk/gtktoolbar.c:591 +#: gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "ツールバーの影とボタンの間に挿入する境界線の領域の大きさ" -#: ../gtk/gtktoolbar.c:599 +#: gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "子ウィジェットの最大展張幅" -#: ../gtk/gtktoolbar.c:600 +#: gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "指定したアイテムが展張できる最大量です" -#: ../gtk/gtktoolbar.c:608 +#: gtk/gtktoolbar.c:608 msgid "Space style" msgstr "スペースのスタイル" -#: ../gtk/gtktoolbar.c:609 +#: gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "スペーサは垂直線か単なる空白か" -#: ../gtk/gtktoolbar.c:616 +#: gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "ボタンのレリーフ" -#: ../gtk/gtktoolbar.c:617 +#: gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "ツールバーボタンの周りの縁取りの種類" -#: ../gtk/gtktoolbar.c:624 +#: gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "ツールバー周りのに縁取りのスタイル" -#: ../gtk/gtktoolbar.c:630 +#: gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "ツールバーのスタイル" -#: ../gtk/gtktoolbar.c:631 +#: gtk/gtktoolbar.c:631 msgid "" "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" "デフォルトのツールバーはラベルのみか、ラベルとアイコンか、アイコンのみかどう" "か" -#: ../gtk/gtktoolbar.c:637 +#: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "ツールバーのアイコン・サイズ" -#: ../gtk/gtktoolbar.c:638 +#: gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "デフォルトのツールバーに配置するアイコンの大きさ" -#: ../gtk/gtktoolbutton.c:203 +#: gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "項目に表示するテキスト" -#: ../gtk/gtktoolbutton.c:210 +#: gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" @@ -6154,43 +6128,43 @@ msgstr "" "セットすると、ラベル・プロパティ上の下線の次にある文字がオーバーフロー・メ" "ニューのアクセラレータ・キーのニーモニックとして使用される" -#: ../gtk/gtktoolbutton.c:217 +#: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "項目のラベルとして使用されるウィジェット" -#: ../gtk/gtktoolbutton.c:223 +#: gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "ストック ID" -#: ../gtk/gtktoolbutton.c:224 +#: gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "項目に表示されるストック・アイコン" -#: ../gtk/gtktoolbutton.c:240 +#: gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "アイコン名" -#: ../gtk/gtktoolbutton.c:241 +#: gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "項目に表示されるテーマのアイコン名" -#: ../gtk/gtktoolbutton.c:247 +#: gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "アイコン・ウィジェット" -#: ../gtk/gtktoolbutton.c:248 +#: gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "項目に表示されるアイコン・ウィジェット" -#: ../gtk/gtktoolbutton.c:261 +#: gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "アイコンの間隔" -#: ../gtk/gtktoolbutton.c:262 +#: gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "アイコンとラベルの間に挿入する間隔 (ピクセル単位) です" -#: ../gtk/gtktoolitem.c:191 +#: gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" @@ -6198,573 +6172,573 @@ msgstr "" "ツールバーの項目を重要と見なすかどうか。TRUE の場合、ツールバーのボタンは " "GTK_TOOLBAR_BOTH_HORIZ モードで表示されます。" -#: ../gtk/gtktreemodelsort.c:274 +#: gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "TreeModelSort モデル" -#: ../gtk/gtktreemodelsort.c:275 +#: gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "ソートに使用する TreeModelSort モデル" -#: ../gtk/gtktreeview.c:570 +#: gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "ツリー・ビューのモデル" -#: ../gtk/gtktreeview.c:571 +#: gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "ツリー・ビューで使用するモデルです" -#: ../gtk/gtktreeview.c:579 +#: gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "ウィジェットの水平方向のアジャストメント" -#: ../gtk/gtktreeview.c:587 +#: gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "ウィジェットの垂直方向のアジャストメント" -#: ../gtk/gtktreeview.c:594 +#: gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "ヘッダの表示可否" -#: ../gtk/gtktreeview.c:595 +#: gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "列のヘッダ・ボタンを表示する" -#: ../gtk/gtktreeview.c:602 +#: gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "ヘッダのクリック可否" -#: ../gtk/gtktreeview.c:603 +#: gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "列のヘッダでクリック・イベントを受け付けるかどうかです" -#: ../gtk/gtktreeview.c:610 +#: gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "列の展張" -#: ../gtk/gtktreeview.c:611 +#: gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "展張列の列をセットする" -#: ../gtk/gtktreeview.c:626 +#: gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "ヒントのルール" -#: ../gtk/gtktreeview.c:627 +#: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "列の色を交互に描画するためにテーマ・エンジンに対するヒントをセットする" -#: ../gtk/gtktreeview.c:634 +#: gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "検索可能" -#: ../gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "相互に列の検索を可能にする" -#: ../gtk/gtktreeview.c:642 +#: gtk/gtktreeview.c:642 msgid "Search Column" msgstr "列の検索" -#: ../gtk/gtktreeview.c:643 +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "検索の対象となるモデルの列数です" -#: ../gtk/gtktreeview.c:663 +#: gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "高さが固定のモード" -#: ../gtk/gtktreeview.c:664 +#: gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "全ての行が同じ高さであると仮定することで GtkTreeView を高速にします" -#: ../gtk/gtktreeview.c:684 +#: gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "ホバーのセレクタ" -#: ../gtk/gtktreeview.c:685 +#: gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "セレクションをマウス・ポインタに追従させるかどうかです" -#: ../gtk/gtktreeview.c:704 +#: gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "ホバーの展張" -#: ../gtk/gtktreeview.c:705 +#: gtk/gtktreeview.c:705 msgid "" "Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "マウス・ポインタが行にのったら展開するか/畳むかどうかです" -#: ../gtk/gtktreeview.c:719 +#: gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "エキスパンダの表示" -#: ../gtk/gtktreeview.c:720 +#: gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "ビューがエキスパンダを持つ" -#: ../gtk/gtktreeview.c:734 +#: gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "レベル毎のインデント" -#: ../gtk/gtktreeview.c:735 +#: gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "各レベルにインデントを追加します" -#: ../gtk/gtktreeview.c:744 +#: gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "ラバー・バインド" -#: ../gtk/gtktreeview.c:745 +#: gtk/gtktreeview.c:745 msgid "" "Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "" "複数のアイテムをマウス・ポインタをドラッグすることで選択できるようにするかど" "うかです" -#: ../gtk/gtktreeview.c:752 +#: gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "グリッド線を有効にする" -#: ../gtk/gtktreeview.c:753 +#: gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "ツリー表示でグリッド線を描画するかどうかです" -#: ../gtk/gtktreeview.c:761 +#: gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "ツリー線を有効にする" -#: ../gtk/gtktreeview.c:762 +#: gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "ツリー表示でツリー線を描画するかどうかです" -#: ../gtk/gtktreeview.c:770 +#: gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "ノードのツールチップを表す文字列を格納したモデルの中にある項目です" -#: ../gtk/gtktreeview.c:792 +#: gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "垂直セパレータの幅" -#: ../gtk/gtktreeview.c:793 +#: gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "セル間の垂直方向のスペース (偶数にする必要あり)" -#: ../gtk/gtktreeview.c:801 +#: gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "水平セパレータの幅" -#: ../gtk/gtktreeview.c:802 +#: gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "セル間の水平方向のスペース (偶数にする必要あり)" -#: ../gtk/gtktreeview.c:810 +#: gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "ルールの可否" -#: ../gtk/gtktreeview.c:811 +#: gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "交互の色をもつ行を描画できる" -#: ../gtk/gtktreeview.c:817 +#: gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "インデントの展張" -#: ../gtk/gtktreeview.c:818 +#: gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "展張インデントにする" -#: ../gtk/gtktreeview.c:824 +#: gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "偶数行の色" -#: ../gtk/gtktreeview.c:825 +#: gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "偶数行に使用する色" -#: ../gtk/gtktreeview.c:831 +#: gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "奇数行の色" -#: ../gtk/gtktreeview.c:832 +#: gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "奇数行に使用する色" -#: ../gtk/gtktreeview.c:838 +#: gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "行の終端の詳細" -#: ../gtk/gtktreeview.c:839 +#: gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "行の背景にテーマを適用します" -#: ../gtk/gtktreeview.c:845 +#: gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "グリッド線の幅" -#: ../gtk/gtktreeview.c:846 +#: gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "ツリー表示で描画するグリッド線の幅 (ピクセル単位)" -#: ../gtk/gtktreeview.c:852 +#: gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "ツリー線の幅" -#: ../gtk/gtktreeview.c:853 +#: gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "ツリー表示で描画するツリー線の幅 (ピクセル単位)" -#: ../gtk/gtktreeview.c:859 +#: gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "グリッド線のダッシュ・パターン" -#: ../gtk/gtktreeview.c:860 +#: gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "ツリー表示のグリッド線で描画するダッシュ (-) のパターン" -#: ../gtk/gtktreeview.c:866 +#: gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "ツリー線のダッシュ・パターン" -#: ../gtk/gtktreeview.c:867 +#: gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "ツリー表示のツリー線で描画するダッシュ (-) のパターン" -#: ../gtk/gtktreeviewcolumn.c:192 +#: gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "列を表示するかどうかです" -#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "サイズ変更可" -#: ../gtk/gtktreeviewcolumn.c:200 +#: gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "列の変更可能" -#: ../gtk/gtktreeviewcolumn.c:208 +#: gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "列の現在の幅" -#: ../gtk/gtktreeviewcolumn.c:217 +#: gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "セルの間に挿入する領域" -#: ../gtk/gtktreeviewcolumn.c:225 +#: gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "サイズ変更" -#: ../gtk/gtktreeviewcolumn.c:226 +#: gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "列のサイズ変更モード" -#: ../gtk/gtktreeviewcolumn.c:234 +#: gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "固定幅" -#: ../gtk/gtktreeviewcolumn.c:235 +#: gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "列の現在の固定幅" -#: ../gtk/gtktreeviewcolumn.c:244 +#: gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "最小幅" -#: ../gtk/gtktreeviewcolumn.c:245 +#: gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "列の幅の最小値" -#: ../gtk/gtktreeviewcolumn.c:254 +#: gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "最大幅" -#: ../gtk/gtktreeviewcolumn.c:255 +#: gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "列の幅の最大値" -#: ../gtk/gtktreeviewcolumn.c:265 +#: gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "列のヘッダに表示するタイトル" -#: ../gtk/gtktreeviewcolumn.c:273 +#: gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "列はウィジェットに割り当てられた余分な幅を共有する" -#: ../gtk/gtktreeviewcolumn.c:280 +#: gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "クリック可否" -#: ../gtk/gtktreeviewcolumn.c:281 +#: gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "ヘッダがクリック可能かどうかです" -#: ../gtk/gtktreeviewcolumn.c:289 +#: gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "ウィジェット" -#: ../gtk/gtktreeviewcolumn.c:290 +#: gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "列のタイトルを配置する代わりに列のヘッダを配置したウィジェット" -#: ../gtk/gtktreeviewcolumn.c:298 +#: gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "列のヘッダ・テキストまたはウィジェットの X 方向の配置" -#: ../gtk/gtktreeviewcolumn.c:308 +#: gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "ヘッダ周辺で列を再ソートできるかどうかです" -#: ../gtk/gtktreeviewcolumn.c:315 +#: gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "ソート表示器" -#: ../gtk/gtktreeviewcolumn.c:316 +#: gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "ソート表示器を描画するかどうかです" -#: ../gtk/gtktreeviewcolumn.c:323 +#: gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "ソートの順番" -#: ../gtk/gtktreeviewcolumn.c:324 +#: gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "ソート表示器で描画するソートする方向" -#: ../gtk/gtkuimanager.c:223 +#: gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "ティアオフ・メニュー項目をメニューに追加するかどうかです" -#: ../gtk/gtkuimanager.c:230 +#: gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "統合された UI 定義" -#: ../gtk/gtkuimanager.c:231 +#: gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "統合された UI を記述する XML 文字列" -#: ../gtk/gtkviewport.c:107 +#: gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" msgstr "このビューポートの水平方向の位置を決定する GtkAdjustment" -#: ../gtk/gtkviewport.c:115 +#: gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" msgstr "このビューポートの垂直方向の位置を決定する GtkAdjustment" -#: ../gtk/gtkviewport.c:123 +#: gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" msgstr "表示するビューポートの周囲に影付きのボックスを配置するかどうかです" -#: ../gtk/gtkwidget.c:483 +#: gtk/gtkwidget.c:483 msgid "Widget name" msgstr "ウィジェット名" -#: ../gtk/gtkwidget.c:484 +#: gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "ウィジェットの名前を指定します" -#: ../gtk/gtkwidget.c:490 +#: gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "親ウィジェット" -#: ../gtk/gtkwidget.c:491 +#: gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" msgstr "このウィジェットの親です (コンテナ・ウィジェットにして下さい)" -#: ../gtk/gtkwidget.c:498 +#: gtk/gtkwidget.c:498 msgid "Width request" msgstr "要求する幅" -#: ../gtk/gtkwidget.c:499 +#: gtk/gtkwidget.c:499 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:507 msgid "Height request" msgstr "要求する高さ" -#: ../gtk/gtkwidget.c:508 +#: gtk/gtkwidget.c:508 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:517 msgid "Whether the widget is visible" msgstr "ウィジェットが表示可能かどうかです" -#: ../gtk/gtkwidget.c:524 +#: gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "ウィジェットは入力に応答するかどうかです" -#: ../gtk/gtkwidget.c:530 +#: gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "アプリケーション表示可否" -#: ../gtk/gtkwidget.c:531 +#: gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "アプリケーションはウィジェット状で直接描画するかどうかです" -#: ../gtk/gtkwidget.c:537 +#: gtk/gtkwidget.c:537 msgid "Can focus" msgstr "フォーカス可否" -#: ../gtk/gtkwidget.c:538 +#: gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "ウィジェットは入力フォーカスを受け付けるかどうかです" -#: ../gtk/gtkwidget.c:544 +#: gtk/gtkwidget.c:544 msgid "Has focus" msgstr "フォーカスあり" -#: ../gtk/gtkwidget.c:545 +#: gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "ウィジェットは入力のフォーカスをもてるかどうかです" -#: ../gtk/gtkwidget.c:551 +#: gtk/gtkwidget.c:551 msgid "Is focus" msgstr "フォーカス化あり" -#: ../gtk/gtkwidget.c:552 +#: gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "" "ウィジェットがトップレベルの内側でフォーカス・ウィジェットであるかどうかです" -#: ../gtk/gtkwidget.c:558 +#: gtk/gtkwidget.c:558 msgid "Can default" msgstr "デフォルト可否" -#: ../gtk/gtkwidget.c:559 +#: gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "ウィジェットがデフォルトのウィジェットになれるかどうかです" -#: ../gtk/gtkwidget.c:565 +#: gtk/gtkwidget.c:565 msgid "Has default" msgstr "デフォルトあり" -#: ../gtk/gtkwidget.c:566 +#: gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "ウィジェットはデフォルトのウィジェットかどうかです" -#: ../gtk/gtkwidget.c:572 +#: gtk/gtkwidget.c:572 msgid "Receives default" msgstr "デフォルトの受信" -#: ../gtk/gtkwidget.c:573 +#: gtk/gtkwidget.c:573 msgid "If TRUE, the widget will receive the default action when it is focused" msgstr "" "TRUE にすると、ウィジェットにフォーカスが当たるとデフォルトの動作を受信する" -#: ../gtk/gtkwidget.c:579 +#: gtk/gtkwidget.c:579 msgid "Composite child" msgstr "コンポジットの子ウィジェット" -#: ../gtk/gtkwidget.c:580 +#: gtk/gtkwidget.c:580 msgid "Whether the widget is part of a composite widget" msgstr "ウィジェットがコンポジット・ウィジェットの一部であるかどうかです" -#: ../gtk/gtkwidget.c:586 +#: gtk/gtkwidget.c:586 msgid "Style" msgstr "スタイル" -#: ../gtk/gtkwidget.c:587 +#: gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" msgstr "ウィジェットのスタイルで、どのように見えるかという情報 (色など) を含む" -#: ../gtk/gtkwidget.c:593 +#: gtk/gtkwidget.c:593 msgid "Events" msgstr "イベント" -#: ../gtk/gtkwidget.c:594 +#: gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" msgstr "" "このウィジェットがどの種類の GdkEvent を受信するかを決定するイベント・マスク" "です" -#: ../gtk/gtkwidget.c:601 +#: gtk/gtkwidget.c:601 msgid "Extension events" msgstr "拡張イベント" -#: ../gtk/gtkwidget.c:602 +#: gtk/gtkwidget.c:602 msgid "The mask that decides what kind of extension events this widget gets" msgstr "" "このウィジェットがどの種類の拡張イベントを受信するかを決定するマスクです" -#: ../gtk/gtkwidget.c:609 +#: gtk/gtkwidget.c:609 msgid "No show all" msgstr "何も表示しない" -#: ../gtk/gtkwidget.c:610 +#: gtk/gtkwidget.c:610 msgid "Whether gtk_widget_show_all() should not affect this widget" msgstr "gtk_widget_show_all() がこのウィジェットに影響すべきでないかどうかです" -#: ../gtk/gtkwidget.c:633 +#: gtk/gtkwidget.c:633 msgid "Whether this widget has a tooltip" msgstr "このウィジェットでツールチップを表示するかどうかです" -#: ../gtk/gtkwidget.c:689 +#: gtk/gtkwidget.c:689 msgid "Window" msgstr "ウィンドウの種別" -#: ../gtk/gtkwidget.c:690 +#: gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "リアライズするウィンドウの種類です" -#: ../gtk/gtkwidget.c:2212 +#: gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "インテリア・フォーカス" -#: ../gtk/gtkwidget.c:2213 +#: gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "" "フォーカスが当たったことを示す矩形の内側のウィジェットを描画するかどうかです" -#: ../gtk/gtkwidget.c:2219 +#: gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "フォーカス線の幅" -#: ../gtk/gtkwidget.c:2220 +#: gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "フォーカスが当たったことを示す表示線の幅 (ピクセル単位)" -#: ../gtk/gtkwidget.c:2226 +#: gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "フォーカス線のダッシュ・パターン" -#: ../gtk/gtkwidget.c:2227 +#: gtk/gtkwidget.c:2227 msgid "Dash pattern used to draw the focus indicator" msgstr "" "フォーカスが当たったことを示す矩形の描画に使用するダッシュ (-) のパターン" -#: ../gtk/gtkwidget.c:2232 +#: gtk/gtkwidget.c:2232 msgid "Focus padding" msgstr "フォーカスのパディング" -#: ../gtk/gtkwidget.c:2233 +#: gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" msgstr "フォーカスが当たった表示部と 'box' ウィジェット間の幅 (ピクセル単位)" -#: ../gtk/gtkwidget.c:2238 +#: gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "カーソルの色" -#: ../gtk/gtkwidget.c:2239 +#: gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "挿入カーソルを描画する色" -#: ../gtk/gtkwidget.c:2244 +#: gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "二番目のカーソルの色" -#: ../gtk/gtkwidget.c:2245 +#: gtk/gtkwidget.c:2245 msgid "" "Color with which to draw the secondary insertion cursor when editing mixed " "right-to-left and left-to-right text" @@ -6772,118 +6746,118 @@ msgstr "" "右→左と左→右文字列トが混在しているに使用する二番目のリ挿入カーソルを描画すか" "どうかです" -#: ../gtk/gtkwidget.c:2250 +#: gtk/gtkwidget.c:2250 msgid "Cursor line aspect ratio" msgstr "カーソル行のアスペクト比" -#: ../gtk/gtkwidget.c:2251 +#: gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "挿入カーソルを描画する際に使用するアスペクト比です" -#: ../gtk/gtkwidget.c:2265 +#: gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "境界線の描画" -#: ../gtk/gtkwidget.c:2266 +#: gtk/gtkwidget.c:2266 msgid "Size of areas outside the widget's allocation to draw" msgstr "描画するウィジェットの外側に配置する領域の大きさです" -#: ../gtk/gtkwidget.c:2279 +#: gtk/gtkwidget.c:2279 msgid "Unvisited Link Color" msgstr "未訪問リンクの色" -#: ../gtk/gtkwidget.c:2280 +#: gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "未だ訪問していないリンクの色です" -#: ../gtk/gtkwidget.c:2293 +#: gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "訪問したリンクの色" -#: ../gtk/gtkwidget.c:2294 +#: gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "訪問したリンクの色です" -#: ../gtk/gtkwidget.c:2308 +#: gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "幅の広いセパレータ" -#: ../gtk/gtkwidget.c:2309 +#: gtk/gtkwidget.c:2309 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:2323 msgid "Separator Width" msgstr "セパレータの幅" -#: ../gtk/gtkwidget.c:2324 +#: gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" msgstr "wide-separators が TRUE の場合のセパレータの幅です" -#: ../gtk/gtkwidget.c:2338 +#: gtk/gtkwidget.c:2338 msgid "Separator Height" msgstr "セパレータの高さ" -#: ../gtk/gtkwidget.c:2339 +#: gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" msgstr "\"wide-separators\" が TRUE の場合のセパレータの高さです" -#: ../gtk/gtkwidget.c:2353 +#: gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" msgstr "水平スクロールバーの矢印の長さ" -#: ../gtk/gtkwidget.c:2354 +#: gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "水平スクロールバーに付ける矢印の長さです" -#: ../gtk/gtkwidget.c:2368 +#: gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "垂直スクロールバーの矢印の長さ" -#: ../gtk/gtkwidget.c:2369 +#: gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "垂直スクロールバーに付ける矢印の長さです" -#: ../gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "ウィンドウの種類" -#: ../gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "ウィンドウの種類です" -#: ../gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "ウィンドウのタイトル" -#: ../gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "ウィンドウのタイトルです" -#: ../gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "ウィンドウのロール" -#: ../gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "セッションを復帰する際に使用するウィジェット固有の識別子です" -#: ../gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "起動 ID" -#: ../gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "startup-notification が使用するウィンドウ固有の (起動用の) 識別子です" -#: ../gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "縮小可否" -#: ../gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6892,23 +6866,23 @@ msgstr "" "TRUE にすると、ウィンドウには最小のサイズは定義されません (TRUE にするのは九" "分九厘間違っています)" -#: ../gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "拡大可能" -#: ../gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "TRUE にすると、ユーザは最小の大きさよりはウィンドウを拡大できる" -#: ../gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "TRUE にすると、ユーザはウィンドウのサイズを変更できる" -#: ../gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "モーダル" -#: ../gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6916,68 +6890,68 @@ msgstr "" "TRUE にすると、ウィンドウはモーダル (このウィンドウが上にある間、他のウィンド" "ウは使用できない)" -#: ../gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "ウィンドウの位置" -#: ../gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "ウィンドウの初期位置" -#: ../gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "デフォルトの幅" -#: ../gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "最初にウィンドウを表示する際に使用されるウィンドウのデフォルトの幅" -#: ../gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "デフォルトの高さ" -#: ../gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "最初にウィンドウを表示する際に使用されるウィンドウのデフォルトの高さ" -#: ../gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "親ウィジェットと一緒に破棄" -#: ../gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "親ウィジェットが破棄された時にこのウィンドウも破棄するかどうかです" -#: ../gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "このウィンドウのアイコン" -#: ../gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "このウィンドウのテーマアイコンの名前です" -#: ../gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "アクティブかどうかです" -#: ../gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "トップレベルが現在のアクティブなウィンドウかどうかです" -#: ../gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "トップレベルのフォーカス" -#: ../gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "この GtkWindow 内部にフォーカスを当てるかどうかです" -#: ../gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "ヒントの入力" -#: ../gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -6985,98 +6959,98 @@ msgstr "" "どの種類のウィンドウが、どのように取り扱うかというデスクトップ環境の理解を助" "けるヒント" -#: ../gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "タスクバーのスキップ" -#: ../gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "タスクバーの中にウィンドウを配置しない場合は TRUE" -#: ../gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "ページャのスキップ" -#: ../gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "ページャの中にウィンドウを配置しない場合は TRUE" -#: ../gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "緊急" -#: ../gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "ウィンドウをユーザへの警告として使用する場合は TRUE" -#: ../gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "フォーカスを許可する" -#: ../gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE にすると、ウィンドウは入力フォーカスを受け取ります" -#: ../gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "マップ時にフォーカス" -#: ../gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "TRUE にすると、ウィンドウはマップ時に入力フォーカスを受け取ります" -#: ../gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "装飾" -#: ../gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "ウィンドウがウィンドウ・マネージャによって装飾されるべきかどうかです" -#: ../gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "削除可能" -#: ../gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "ウィンドウのフレームに閉じるボタンを付けるかどうかです" -#: ../gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "グラビティ" -#: ../gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "ウィンドウのグラビティ" -#: ../gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "一時的なウィンドウ" -#: ../gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "ダイアログの一時的な親ウィジェットです" -#: ../gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "ウィンドウの透明度" -#: ../gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "ウィンドウの透明度を 0 から 1 の数値で指定します" -#: ../modules/input/gtkimcontextxim.c:334 +#: modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "IM 前処理のスタイル" -#: ../modules/input/gtkimcontextxim.c:335 +#: modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "入力メソッドで前処理している文字列のスタイルです" -#: ../modules/input/gtkimcontextxim.c:343 +#: modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "IM ステータスのスタイル" -#: ../modules/input/gtkimcontextxim.c:344 +#: modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "入力メソッドのステータスバーのスタイルです" diff --git a/po-properties/ka.po b/po-properties/ka.po index 3d5d7cf1af..5d56b8434e 100644 --- a/po-properties/ka.po +++ b/po-properties/ka.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ka\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2008-03-19 16:31+0100\n" "Last-Translator: Vladimer Sichinava ვლადიმერ სიჭინავა \n" "Language-Team: Georgian \n" "Language-Team: Kannada \n" @@ -17,110 +17,110 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../gdk-pixbuf/gdk-pixbuf.c:89 +#: gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "ಮಾರ್ಗಗಳ ಸಂಖ್ಯೆ" -#: ../gdk-pixbuf/gdk-pixbuf.c:90 +#: gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "ಪ್ರತಿ ಚುಕ್ಕಿಗಳಲ್ಲಿನ(ಪಿಕ್ಸೆಲ್) ನಮೂನೆಗಳ ಸಂಖ್ಯೆ" -#: ../gdk-pixbuf/gdk-pixbuf.c:99 +#: gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "ವರ್ಣಸ್ಥಳ(Colorspace)" -#: ../gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "ನಮೂನೆಗಳು ವಿವರಿಸಲ್ಪಟ್ಟಂತಹ ವರ್ಣಸ್ಥಳ" -#: ../gdk-pixbuf/gdk-pixbuf.c:108 +#: gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "ಆಲ್ಫಾವನ್ನು ಹೊಂದಿದೆ" -#: ../gdk-pixbuf/gdk-pixbuf.c:109 +#: gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "pixbuf ಒಂದು ಆಲ್ಫಾ ಚಾನಲ್ ಅನ್ನು ಹೊಂದಿದೆಯೆ" -#: ../gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "ಪ್ರತಿ ನಮೂನೆಯಲ್ಲಿನ ದ್ವಿಮಾನಾಂಕಗಳು(bits)" -#: ../gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "ಪ್ರತಿ ನಮೂನೆಯಲ್ಲಿನ ದ್ವಿಮಾನಾಂಕಗಳ (bits) ಸಂಖ್ಯೆ" -#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 -#: ../gtk/gtktreeviewcolumn.c:207 +#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "ಅಗಲ" -#: ../gdk-pixbuf/gdk-pixbuf.c:133 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "pixbuf ನಲ್ಲಿನ ಸಂಖ್ಯೆಗಳ ಸಾಲು" -#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 +#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 msgid "Height" msgstr "ಎತ್ತರ" -#: ../gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "pixbuf ನಲ್ಲಿನ ಸಾಲುಗಳ ಸಂಖ್ಯೆ" -#: ../gdk-pixbuf/gdk-pixbuf.c:159 +#: gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "ರೋಸ್ಟ್ರೈಡ್‌" -#: ../gdk-pixbuf/gdk-pixbuf.c:160 -msgid "The number of bytes between the start of a row and the start of the next row" -msgstr "ಒಂದು ಸಾಲಿನಿಂದ ಆರಂಭದಿಂದ ಮುಂದಿನ ಸಾಲಿನ ಆರಂಭದ ನಡುವೆ ಇರುವ ಅಷ್ಟಕಗಳ(bytes) ಸಂಖ್ಯೆಗಳ" +#: gdk-pixbuf/gdk-pixbuf.c:160 +msgid "" +"The number of bytes between the start of a row and the start of the next row" +msgstr "" +"ಒಂದು ಸಾಲಿನಿಂದ ಆರಂಭದಿಂದ ಮುಂದಿನ ಸಾಲಿನ ಆರಂಭದ ನಡುವೆ ಇರುವ ಅಷ್ಟಕಗಳ(bytes) ಸಂಖ್ಯೆಗಳ" -#: ../gdk-pixbuf/gdk-pixbuf.c:169 +#: gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "ಚುಕ್ಕಿಗಳು (Pixels)" -#: ../gdk-pixbuf/gdk-pixbuf.c:170 +#: gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "pixbuf ನ ಪಿಕ್ಸೆಲ್ ದತ್ತಾಂಶಕ್ಕೆ ಒಂದು ಸೂಚಿ" -#: ../gdk/gdkdisplaymanager.c:103 +#: gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಪ್ರದರ್ಶಕ" -#: ../gdk/gdkdisplaymanager.c:104 +#: gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "GDK ಗಾಗಿನ ಪೂರ್ವನಿಯೋಜಿತ ಪ್ರದರ್ಶಕ" -#: ../gdk/gdkpango.c:490 ../gtk/gtkinvisible.c:86 -#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "ತೆರೆ(Screen)" -#: ../gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "ನಿರೂಪಕನಿಗಾಗಿ(renderer) Gdkತೆರೆ" -#: ../gdk/gdkscreen.c:75 +#: gdk/gdkscreen.c:75 msgid "Font options" msgstr "ಅಕ್ಷರ ಶೈಲಿ ಆಯ್ಕೆಗಳು" -#: ../gdk/gdkscreen.c:76 +#: gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "ತೆರೆಗಾಗಿನ ಪೂರ್ವನಿಯೋಜಿತ ಅಕ್ಷರಶೈಲಿ ಆಯ್ಕೆಗಳು" -#: ../gdk/gdkscreen.c:83 +#: gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "ಅಕ್ಷರ ಶೈಲಿ ರೆಸೊಲ್ಯೂಶನ್" -#: ../gdk/gdkscreen.c:84 +#: gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "ತೆರೆಯಲ್ಲಿನ ಅಕ್ಷರ ಶೈಲಿಗಾಗಿನ ರೆಸೊಲ್ಯೂಶನ್" -#: ../gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "ಪ್ರೋಗ್ರಾಂ ಹೆಸರು" -#: ../gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -128,43 +128,43 @@ msgstr "" "ಪ್ರೋಗ್ರಾಂನ ಹೆಸರು. ಇದನ್ನು ಸಂಯೋಜಿಸದೆ ಹೋದರೆ, ಇದು g_get_application_name() ಕ್ಕೆ ಪೂರ್ವ " "ನಿಯೋಜಿತಗೊಳ್ಳುತ್ತದೆ" -#: ../gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "ಪ್ರೋಗ್ರಾಂ ಆವೃತ್ತಿ" -#: ../gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "ಪ್ರೋಗ್ರಾಂನ ಆವೃತ್ತಿ" -#: ../gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "ಕೃತಿಸ್ವಾಮ್ಯ ಸಾಲು" -#: ../gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "ಪ್ರೊಗ್ರಾಂನ ಕೃತಿಸ್ವಾಮ್ಯ ಮಾಹಿತಿ" -#: ../gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "ಅಭಿಪ್ರಾಯದ ಸಾಲು" -#: ../gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "ಪ್ರೋಗ್ರಾಂನ ಬಗೆಗಿನ ಅಭಿಪ್ರಾಯ" -#: ../gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "ಜಾಲತಾಣದ URL" -#: ../gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "ಪ್ರೊಗ್ರಾಂನ ಜಾಲತಾಣಕ್ಕೆ ಸಂಪರ್ಕಕಲ್ಪಿಸುವ URL" -#: ../gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "ಜಾಲತಾಣ ಶೀರ್ಷಿಕೆ" -#: ../gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -172,590 +172,615 @@ msgstr "" "ಪ್ರೋಗ್ರಾಂನ ಜಾಲತಾಣದ ಕೊಂಡಿಯ ಶೀರ್ಷಿಕೆ. ಇದನ್ನು ಸಂಯೋಜಿಸದೆ ಹೋದರೆ, URL ಗೆ " "ಪೂರ್ವನಿಯೋಜಿತಗೊಳ್ಳುತ್ತದೆ" -#: ../gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "ಲೇಖಕರು" -#: ../gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "ಪ್ರೊಗ್ರಾಂನ ಲೇಖಕರ ಪಟ್ಟಿ" -#: ../gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "ದಸ್ತಾವೇಜಕರು" -#: ../gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "ಪ್ರೋಗ್ರಾಂ ಅನ್ನು ದಸ್ತಾವೇಜು ಮಾಡಿದ ಜನರ ಪಟ್ಟಿ" -#: ../gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "ಕಲಾಕಾರರು" -#: ../gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "ಪ್ರೋಗ್ರಾಂನ ಕಲಾತ್ಮಕ ಕಾರ್ಯದಲ್ಲಿ ಭಾಗಿಯಾದವರ ಹೆಸರುಗಳ ಪಟ್ಟಿ" -#: ../gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "ಭಾಷಾನುವಾದಕರ ಮನ್ನಣೆಗಳು" -#: ../gtk/gtkaboutdialog.c:370 -msgid "Credits to the translators. This string should be marked as translatable" +#: gtk/gtkaboutdialog.c:354 +msgid "" +"Credits to the translators. This string should be marked as translatable" msgstr "ಅನುವಾದಕರ ಮನ್ನಣೆ. ಈ ಸಾಲು ಅನುವಾದಿತವಾಗುವಂತೆ ಗುರುತುಹಾಕಬೇಕು" -#: ../gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "ಲಾಂಛನ" -#: ../gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" -msgstr "ಕುರಿತು ಎನ್ನುವ ಚೌಕಕ್ಕಾಗಿನ ಚಿಹ್ನೆ. ಇದನ್ನು ಹೊಂದಿಸದೆ ಹೋದಲ್ಲಿ, tk_window_get_default_icon_list() ಕ್ಕೆ ಡೀಫಾಲ್ಟಾಗುತ್ತದೆ" +msgstr "" +"ಕುರಿತು ಎನ್ನುವ ಚೌಕಕ್ಕಾಗಿನ ಚಿಹ್ನೆ. ಇದನ್ನು ಹೊಂದಿಸದೆ ಹೋದಲ್ಲಿ, " +"tk_window_get_default_icon_list() ಕ್ಕೆ ಡೀಫಾಲ್ಟಾಗುತ್ತದೆ" -#: ../gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "ಲಾಂಛನ ಚಿಹ್ನೆಯ ಹೆಸರು" -#: ../gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "ಕುರಿತು ಚೌಕದಲ್ಲಿ ಬಳಸಲು ಒಂದು ಹೆಸರಿಸಲಾದಂತಹ ಚಿಹ್ನೆ." -#: ../gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "ಪರವಾನಗಿಯನ್ನು ಆವೃತ್ತಗೊಳಿಸು" -#: ../gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "ಪರವಾನಗಿ ಪಠ್ಯವನ್ನು ಆವೃತಗೊಳಿಸಬೇಕೆ." -#: ../gtk/gtkaccellabel.c:123 +#: gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "ವೇಗವರ್ಧಕ ಮುಚ್ಚಿಗೆ(Closure)" -#: ../gtk/gtkaccellabel.c:124 +#: gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "ವೇಗವರ್ಧಕ ಬದಲಾವಣೆಗಳಿಗೆ ಮುಚ್ಚಿಗೆಯು ಮೇಲ್ವಿಚಾರಿತಗೊಳ್ಳಬೇಕೆ" -#: ../gtk/gtkaccellabel.c:130 +#: gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "ವೇಗವರ್ಧಕ ವಿಜೆಟ್" -#: ../gtk/gtkaccellabel.c:131 +#: gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "ವೇಗವರ್ಧಕ ಬದಲಾವಣೆಗಳಿಗಾಗಿ ವಿಜೆಟ್ ಮೇಲ್ವಿಚಾರಿತಗೊಳ್ಳಬೇಕೆ" -#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 -#: ../gtk/gtktextmark.c:89 +#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 +#: gtk/gtktextmark.c:89 msgid "Name" msgstr "ಹೆಸರು" -#: ../gtk/gtkaction.c:180 +#: gtk/gtkaction.c:180 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/gtktoolbutton.c:202 +#: 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/gtktoolbutton.c:202 msgid "Label" msgstr "ಶೀರ್ಷಿಕೆ" -#: ../gtk/gtkaction.c:199 +#: gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." -msgstr "ಈ ಕಾರ್ಯವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸುವ ಪಟ್ಟಿಯ ಅಂಶಗಳು ಹಾಗು ಗುಂಡಿಗಳಿಗಾಗಿ ಬಳಸಲ್ಪಟ್ಟ ಶೀರ್ಷಿಕೆ." +msgstr "" +"ಈ ಕಾರ್ಯವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸುವ ಪಟ್ಟಿಯ ಅಂಶಗಳು ಹಾಗು ಗುಂಡಿಗಳಿಗಾಗಿ ಬಳಸಲ್ಪಟ್ಟ ಶೀರ್ಷಿಕೆ." -#: ../gtk/gtkaction.c:215 +#: gtk/gtkaction.c:215 msgid "Short label" msgstr "ಚಿಕ್ಕ ಶೀರ್ಷಿಕೆ (ಲೇಬಲ್)" -#: ../gtk/gtkaction.c:216 +#: gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "ಸಲಕರಣೆಪಟ್ಟಿಯಲ್ಲಿ ಬಳಸಲ್ಪಡಬಹುದಾದ ಚಿಕ್ಕ ಶೀರ್ಷಿಕೆ." -#: ../gtk/gtkaction.c:224 +#: gtk/gtkaction.c:224 msgid "Tooltip" msgstr "ಸಲಕರಣೆ ಸುಳಿವು (Tooltip)" -#: ../gtk/gtkaction.c:225 +#: gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "ಈ ಕಾರ್ಯಕ್ಕಾಗಿನ ಸಲಕರಣೆ ಸುಳಿವು." -#: ../gtk/gtkaction.c:240 +#: gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "ಶೇಖರಿತ ಚಿಹ್ನೆ" -#: ../gtk/gtkaction.c:241 +#: gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "ಈ ಕಾರ್ಯವನ್ನು ಪ್ರತಿನಿಧಿಸುವ ಶೇಖರಿತ ಚಿಹ್ನೆಗಳು ಸಂಪರ್ಕ ತಟದಲ್ಲಿ ಪ್ರದರ್ಶಿಸಲ್ಪಡುತ್ತವೆ." -#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 +#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "GIcon" -#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 -#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 +#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 +#: gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "ತೋರಿಸಲಾಗುತ್ತಿರುವ GIcon" -#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 -#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:605 +#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "ಚಿಹ್ನೆಯ ಹೆಸರು" -#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 -#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 +#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 +#: gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "ಚಿಹ್ನೆ ಥೀಮಿನಲ್ಲಿನ ಚಿಹ್ನೆಯ ಹೆಸರು" -#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 +#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "ಸಮತಲವಾಗಿದ್ದಾಗ ಗೋಚರಿಸುತ್ತವೆ" -#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 +#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." -msgstr "ಸಲಕರಣೆಪಟ್ಟಿಯು ಒಂದು ಸಮತಲ ನಿಲುವಿನಲ್ಲಿ ಇದ್ದಾಗ ಸಲಕರಣೆಪಟ್ಟಿಯ ಅಂಶಗಳು ಗೋಚರಿಸುತ್ತವೆಯೆ." +msgstr "" +"ಸಲಕರಣೆಪಟ್ಟಿಯು ಒಂದು ಸಮತಲ ನಿಲುವಿನಲ್ಲಿ ಇದ್ದಾಗ ಸಲಕರಣೆಪಟ್ಟಿಯ ಅಂಶಗಳು ಗೋಚರಿಸುತ್ತವೆಯೆ." -#: ../gtk/gtkaction.c:306 +#: gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "ಮಿತಿಮೀರಿದಾಗ ಗೋಚರಿಸುತ್ತದೆ" -#: ../gtk/gtkaction.c:307 +#: gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." -msgstr "TRUE ಆದಲ್ಲಿ, ಈ ಕಾರ್ಯಕ್ಕಾಗಿನ ಉಪಕರಣಅಂಶದ ಪ್ರಾಕ್ಸಿಗಳನ್ನು ಉಪಕರಣಪಟ್ಟಿ ಮಿತಿಮೀರಿದ ಮೆನುವಿನಲ್ಲಿ ತೋರಿಸಲಾಗುವುದು." +msgstr "" +"TRUE ಆದಲ್ಲಿ, ಈ ಕಾರ್ಯಕ್ಕಾಗಿನ ಉಪಕರಣಅಂಶದ ಪ್ರಾಕ್ಸಿಗಳನ್ನು ಉಪಕರಣಪಟ್ಟಿ ಮಿತಿಮೀರಿದ " +"ಮೆನುವಿನಲ್ಲಿ ತೋರಿಸಲಾಗುವುದು." -#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 +#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "ಲಂಬವಾಗಿದ್ದಾಗ ಗೋಚರಿಸುತ್ತದೆ" -#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 +#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." -msgstr "ಸಲಕರಣೆಪಟ್ಟಿಯು ಒಂದು ಲಂಬ ನಿಲುವಿನಲ್ಲಿ ಇದ್ದಾಗ ಸಲಕರಣೆಪಟ್ಟಿಯ ಅಂಶಗಳು ಗೋಚರಿಸುತ್ತವೆಯೆ." +msgstr "" +"ಸಲಕರಣೆಪಟ್ಟಿಯು ಒಂದು ಲಂಬ ನಿಲುವಿನಲ್ಲಿ ಇದ್ದಾಗ ಸಲಕರಣೆಪಟ್ಟಿಯ ಅಂಶಗಳು ಗೋಚರಿಸುತ್ತವೆಯೆ." -#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 +#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 msgid "Is important" msgstr "ಇದು ಮುಖ್ಯ" -#: ../gtk/gtkaction.c:323 +#: gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." -msgstr "ಕ್ರಿಯೆಯನ್ನು ಪ್ರಮುಖವಾದುದ್ದು ಎಂದು ಪರಿಗಣಿಸಬೇಕೆ. TRUE ಆದಲ್ಲಿ, ಕಾರ್ಯಕ್ಕಾಗಿನ ಉಪಕರಣಅಂಶದ ಪ್ರಾಕ್ಸಿಗಳು ಪಠ್ಯವನ್ನು GTK_TOOLBAR_BOTH_HORIZ ಕ್ರಮದಲ್ಲಿ ತೋರಿಸುತ್ತದೆ." +msgstr "" +"ಕ್ರಿಯೆಯನ್ನು ಪ್ರಮುಖವಾದುದ್ದು ಎಂದು ಪರಿಗಣಿಸಬೇಕೆ. TRUE ಆದಲ್ಲಿ, ಕಾರ್ಯಕ್ಕಾಗಿನ ಉಪಕರಣಅಂಶದ " +"ಪ್ರಾಕ್ಸಿಗಳು ಪಠ್ಯವನ್ನು GTK_TOOLBAR_BOTH_HORIZ ಕ್ರಮದಲ್ಲಿ ತೋರಿಸುತ್ತದೆ." -#: ../gtk/gtkaction.c:331 +#: gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "ಖಾಲಿ ಇದ್ದರೆ ಅಡಗಿಸಿಡು" -#: ../gtk/gtkaction.c:332 +#: gtk/gtkaction.c:332 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/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193 +#: gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "ಸಂವೇದಿ" -#: ../gtk/gtkaction.c:339 +#: gtk/gtkaction.c:339 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/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293 +#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516 msgid "Visible" msgstr "ಗೋಚರ" -#: ../gtk/gtkaction.c:346 +#: gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "ಕ್ರಿಯೆಯು ಗೋಚರಿಸುತ್ತದೆಯೆ." -#: ../gtk/gtkaction.c:352 +#: gtk/gtkaction.c:352 msgid "Action Group" msgstr "ಕ್ರಿಯಾ ಸಮೂಹ" -#: ../gtk/gtkaction.c:353 +#: gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." msgstr "ಈ Gtkಕ್ರಿಯೆಯು ಒಡನಾಡಿಯಾಗಿರುವ Gtkಕ್ರಿಯಾಸಮೂಹ, ಅಥವ NULL (ಆಂತರಿಕ ಬಳಕೆಗೆ)." -#: ../gtk/gtkactiongroup.c:171 +#: gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "ಕ್ರಿಯಾ ಸಮೂಹಕ್ಕೆ ಒಂದು ಹೆಸರು." -#: ../gtk/gtkactiongroup.c:178 +#: gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "ಈ ಕ್ರಿಯಾ ಸಮೂಹವು ಶಕ್ತಗೊಂಡಿದೆಯೆ." -#: ../gtk/gtkactiongroup.c:185 +#: gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "ಈ ಕ್ರಿಯಾ ಸಮೂಹವು ಗೋಚರಿಸುತ್ತದೆಯೆ." -#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:204 ../gtk/gtkspinbutton.c:269 +#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "ಮೌಲ್ಯ" -#: ../gtk/gtkadjustment.c:94 +#: gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "ಹೊಂದಿಕೆಯ ಮೌಲ್ಯ" -#: ../gtk/gtkadjustment.c:110 +#: gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "ಕನಿಷ್ಟ ಮೌಲ್ಯ" -#: ../gtk/gtkadjustment.c:111 +#: gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "ಹೊಂದಿಕೆಯ ಕನಿಷ್ಟ ಮೌಲ್ಯ" -#: ../gtk/gtkadjustment.c:130 +#: gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "ಗರಿಷ್ಠ ಮೌಲ್ಯ" -#: ../gtk/gtkadjustment.c:131 +#: gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "ಹೊಂದಿಕೆಯ ಗರಿಷ್ಟ ಮೌಲ್ಯ" -#: ../gtk/gtkadjustment.c:147 +#: gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "ಹಂತದ ಏರಿಕೆ(Step Increment)" -#: ../gtk/gtkadjustment.c:148 +#: gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "ಹೊಂದಾಣಿಕೆಯ ಹಂತದ ಏರಿಕೆ" -#: ../gtk/gtkadjustment.c:164 +#: gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "ಪುಟ ಏರಿಕೆ(Page Increment)" -#: ../gtk/gtkadjustment.c:165 +#: gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "ಹೊಂದಾಣಿಕೆಯ ಪುಟ ಏರಿಕೆ" -#: ../gtk/gtkadjustment.c:184 +#: gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "ಪುಟದ ಗಾತ್ರ" -#: ../gtk/gtkadjustment.c:185 +#: gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "ಹೊಂದಿಕೆಯ ಪುಟದ ಗಾತ್ರ" -#: ../gtk/gtkalignment.c:90 +#: gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "ಸಮತಲ ಸರಿಹೊಂದಿಕೆ (alignment)" -#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 +#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" -msgstr "ಲಭ್ಯವಿರುವ ಜಾಗದಲ್ಲಿ ಚೈಲ್ಡಿನ ಅಡ್ಡಲಾದ ಸ್ಥಾನ. 0.0 ಎಂದರೆ ಎಡಕ್ಕೆ ಹೊಂದಿರುತ್ತದೆ, 1.0 ಎಂದರೆ ಬಲಕ್ಕೆ ಹೊಂದಿರುತ್ತದೆ" +msgstr "" +"ಲಭ್ಯವಿರುವ ಜಾಗದಲ್ಲಿ ಚೈಲ್ಡಿನ ಅಡ್ಡಲಾದ ಸ್ಥಾನ. 0.0 ಎಂದರೆ ಎಡಕ್ಕೆ ಹೊಂದಿರುತ್ತದೆ, 1.0 ಎಂದರೆ " +"ಬಲಕ್ಕೆ ಹೊಂದಿರುತ್ತದೆ" -#: ../gtk/gtkalignment.c:100 +#: gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "ಲಂಬ ಸರಿಹೊಂದಿಕೆ" -#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 +#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" -msgstr "ಲಭ್ಯವಿರುವ ಜಾಗದಲ್ಲಿ ಚೈಲ್ಡಿನ ಲಂಬ ಸ್ಥಾನ. 0.0 ಎಂದರೆ ಮೇಲಕ್ಕೆ ಹೊಂದಿರುತ್ತದೆ, 1.0 ಎಂದರೆ ಕೆಳಕ್ಕೆ ಹೊಂದಿರುತ್ತದೆ" +msgstr "" +"ಲಭ್ಯವಿರುವ ಜಾಗದಲ್ಲಿ ಚೈಲ್ಡಿನ ಲಂಬ ಸ್ಥಾನ. 0.0 ಎಂದರೆ ಮೇಲಕ್ಕೆ ಹೊಂದಿರುತ್ತದೆ, 1.0 ಎಂದರೆ " +"ಕೆಳಕ್ಕೆ ಹೊಂದಿರುತ್ತದೆ" -#: ../gtk/gtkalignment.c:109 +#: gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "ಸಮತಲ ಅಳತೆ(Horizontal scale)" -#: ../gtk/gtkalignment.c:110 +#: gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" -msgstr "ಲಭ್ಯವಿರುವ ಅಡ್ಡ ಸ್ಥಳವು ಚೈಲ್ಡಿಗೆ ಅಗತ್ಯವಿರುವುದಕ್ಕಿಂತ ದೊಡ್ಡದಾಗಿದ್ದರೆ, ಚೈಲ್ಡಿಗಾಗಿ ಅದರಲ್ಲಿ ಎಷ್ಟು ಜಾಗವನ್ನು ಬಳಸಬೇಕು ಎಂದು ಸೂಚಿಸುತ್ತದೆ. 0.0 ಎಂದರೆ ಏನೂ ಇಲ್ಲ, 1.0 ಎಂದರೆ ಎಲ್ಲವೂ ಆಗಿರುತ್ತದೆ" +msgstr "" +"ಲಭ್ಯವಿರುವ ಅಡ್ಡ ಸ್ಥಳವು ಚೈಲ್ಡಿಗೆ ಅಗತ್ಯವಿರುವುದಕ್ಕಿಂತ ದೊಡ್ಡದಾಗಿದ್ದರೆ, ಚೈಲ್ಡಿಗಾಗಿ ಅದರಲ್ಲಿ " +"ಎಷ್ಟು ಜಾಗವನ್ನು ಬಳಸಬೇಕು ಎಂದು ಸೂಚಿಸುತ್ತದೆ. 0.0 ಎಂದರೆ ಏನೂ ಇಲ್ಲ, 1.0 ಎಂದರೆ ಎಲ್ಲವೂ " +"ಆಗಿರುತ್ತದೆ" -#: ../gtk/gtkalignment.c:118 +#: gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "ಲಂಬ ಅಳತೆ(Vertical scale)" -#: ../gtk/gtkalignment.c:119 +#: gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" -msgstr "ಲಭ್ಯವಿರುವ ಲಂಬ ಸ್ಥಳವು ಚೈಲ್ಡಿಗೆ ಅಗತ್ಯವಿರುವುದಕ್ಕಿಂತ ದೊಡ್ಡದಾಗಿದ್ದರೆ, ಚೈಲ್ಡಿಗಾಗಿ ಅದರಲ್ಲಿ ಎಷ್ಟು ಜಾಗವನ್ನು ಬಳಸಬೇಕು ಎಂದು ಸೂಚಿಸುತ್ತದೆ. 0.0 ಎಂದರೆ ಏನೂ ಇಲ್ಲ, 1.0 ಎಂದರೆ ಎಲ್ಲವೂ ಆಗಿರುತ್ತದೆ" +msgstr "" +"ಲಭ್ಯವಿರುವ ಲಂಬ ಸ್ಥಳವು ಚೈಲ್ಡಿಗೆ ಅಗತ್ಯವಿರುವುದಕ್ಕಿಂತ ದೊಡ್ಡದಾಗಿದ್ದರೆ, ಚೈಲ್ಡಿಗಾಗಿ ಅದರಲ್ಲಿ " +"ಎಷ್ಟು ಜಾಗವನ್ನು ಬಳಸಬೇಕು ಎಂದು ಸೂಚಿಸುತ್ತದೆ. 0.0 ಎಂದರೆ ಏನೂ ಇಲ್ಲ, 1.0 ಎಂದರೆ ಎಲ್ಲವೂ " +"ಆಗಿರುತ್ತದೆ" -#: ../gtk/gtkalignment.c:136 +#: gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "ಮೇಲ್ಭಾಗದ ಪ್ಯಾಡಿಂಗ್" -#: ../gtk/gtkalignment.c:137 +#: gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "ವಿಜೆಟ್‌ನ ಮೇಲ್ಭಾಗದಲ್ಲಿ ಸೇರಿಸಬೇಕಿರುವ ಪ್ಯಾಡಿಂಗ್." -#: ../gtk/gtkalignment.c:153 +#: gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "ಕೆಳ ಪ್ಯಾಡಿಂಗ್" -#: ../gtk/gtkalignment.c:154 +#: gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "ವಿಜೆಟ್‌ನ ಕೆಳಭಾಗದಲ್ಲಿ ಸೇರಿಸಬೇಕಿರುವ ಪ್ಯಾಡಿಂಗ್." -#: ../gtk/gtkalignment.c:170 +#: gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "ಎಡ ಪ್ಯಾಡಿಂಗ್" -#: ../gtk/gtkalignment.c:171 +#: gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "ವಿಜೆಟ್‌ನ ಎಡ ಭಾಗದಲ್ಲಿ ಸೇರಿಸಬೇಕಿರುವ ಪ್ಯಾಡಿಂಗ್." -#: ../gtk/gtkalignment.c:187 +#: gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "ಬಲ ಪ್ಯಾಡಿಂಗ್" -#: ../gtk/gtkalignment.c:188 +#: gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "ವಿಜೆಟ್‌ನ ಬಲ ಭಾಗದಲ್ಲಿ ಸೇರಿಸಬೇಕಿರುವ ಪ್ಯಾಡಿಂಗ್." -#: ../gtk/gtkarrow.c:75 +#: gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "ಬಾಣದ ದಿಕ್ಕು" -#: ../gtk/gtkarrow.c:76 +#: gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "ಬಾಣ ಸೂಚಿತವಾಗಿರಬೇಕಾದ ದಿಕ್ಕು" -#: ../gtk/gtkarrow.c:84 +#: gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "ಬಾಣದ ನೆರಳು" -#: ../gtk/gtkarrow.c:85 +#: gtk/gtkarrow.c:85 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:363 msgid "Arrow Scaling" msgstr "ಬಾಣದ ಗಾತ್ರ ಬದಲಾವಣೆ" -#: ../gtk/gtkarrow.c:93 +#: gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "ಬಾಣವು ಬಳಸಬೇಕಾದ ಜಾಗದ ಪ್ರಮಾಣ" -#: ../gtk/gtkaspectframe.c:79 +#: gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "ಸಮತಲ ಸರಿಹೊಂದಿಕೆ (Horizontal Alignment)" -#: ../gtk/gtkaspectframe.c:80 +#: gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "ಚೈಲ್ಡಿನ X ವಾಲಿಕೆ" -#: ../gtk/gtkaspectframe.c:86 +#: gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "ಲಂಬ ವಾಲಿಕೆ" -#: ../gtk/gtkaspectframe.c:87 +#: gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "ಚೈಲ್ಡಿನ Y ವಾಲಿಕೆ" -#: ../gtk/gtkaspectframe.c:93 +#: gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "ಅನುಪಾತ" -#: ../gtk/gtkaspectframe.c:94 +#: gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "obey_child ಯು FALSE ಆಗಿದ್ದರೆ ಆಕಾರದ ಅನುಪಾತ" -#: ../gtk/gtkaspectframe.c:100 +#: gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "ಚೈಲ್ಡನ್ನು ಅನುಸರಿಸು(Obey child)" -#: ../gtk/gtkaspectframe.c:101 +#: gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "ಚೌಕಟ್ಟಿನ ಚೈಲ್ಡಿಗೆ ತಾಳೆಯಾಗುವಂತೆ ಆಕಾರ ಅನುಪಾತವನ್ನು ಒತ್ತಾಯಿಸು" -#: ../gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "ಹೆಡರ್ ಪ್ಯಾಡಿಂಗ್" -#: ../gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "ಶೀರ್ಷಿಕೆಯ ಸುತ್ತಮುತ್ತಲಿರುವ ಪಿಕ್ಸೆಲ್ಲುಗಳ ಸಂಖ್ಯೆ." -#: ../gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "ಪ್ರಸಕ್ತ ಪ್ಯಾಡಿಂಗ್" -#: ../gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "ಒಳಅಂಶ ಪುಟಗಳ ಸುತ್ತಮುತ್ತಲಿನ ಪಿಕ್ಸೆಲ್ಲುಗಳ ಸಂಖ್ಯೆ." -#: ../gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:286 msgid "Page type" msgstr "ಪುಟದ ಬಗೆ" -#: ../gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "ಸಹಾಯಕ ಪುಟದ ಬಗೆ" -#: ../gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:304 msgid "Page title" msgstr "ಪುಟದ ಶೀರ್ಷಿಕೆ" -#: ../gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "ಸಹಾಯಕ ಪುಟದ ಶೀರ್ಷಿಕೆ" -#: ../gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:321 msgid "Header image" msgstr "ಶೀರ್ಷಿಕಾ ಚಿತ್ರ" -#: ../gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "ಸಹಾಯಕ ಪುಟಕ್ಕಾಗಿನ ಶೀರ್ಷಿಕಾ ಚಿತ್ರ" -#: ../gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "ಬದಿಪಟ್ಟಿಯ ಚಿತ್ರ (Sidebar image)" -#: ../gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "ಸಹಾಯಕ ಪುಟಕ್ಕಾಗಿನ ಬಲಪಟ್ಟಿಯ ಚಿತ್ರ" -#: ../gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:354 msgid "Page complete" msgstr "ಪೂರ್ಣಗೊಂಡ ಪುಟ" -#: ../gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "ಪುಟದಲ್ಲಿನ ಅಗತ್ಯ ಕ್ಷೇತ್ರಗಳು ಪೂರ್ಣಗೊಂಡಿವೆಯೆ" -#: ../gtk/gtkbbox.c:91 +#: gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "ಚೈಲ್ಡಿನ ಕನಿಷ್ಠ ಅಗಲ" -#: ../gtk/gtkbbox.c:92 +#: gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "ಚೌಕಟ್ಟಿನೊಳಗಿನ ಗುಂಡಿಗಳ ಕನಿಷ್ಠ ಅಗಲ" -#: ../gtk/gtkbbox.c:100 +#: gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "ಚೈಲ್ಡಿನ ಕನಿಷ್ಠ ಎತ್ತರ" -#: ../gtk/gtkbbox.c:101 +#: gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "ಚೌಕಟ್ಟಿನೊಳಗಿನ ಗುಂಡಿಗಳ ಕನಿಷ್ಠ ಉದ್ದ" -#: ../gtk/gtkbbox.c:109 +#: gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "ಚೈಲ್ಡಿನ ಆಂತರಿಕ ಅಗಲದ ಪ್ಯಾಡಿಂಗ್" -#: ../gtk/gtkbbox.c:110 +#: gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "ಚೈಲ್ಡಿನ ಎರಡೂ ಬದಿಗಳಲ್ಲೂ ಹೆಚ್ಚಿಸಬೇಕಿರುವ ಪ್ರಮಾಣ" -#: ../gtk/gtkbbox.c:118 +#: gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "ಚೈಲ್ಡಿನ ಆಂತರಿಕ ಎತ್ತರದ ಪ್ಯಾಡಿಂಗ್" -#: ../gtk/gtkbbox.c:119 +#: gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "ಚೈಲ್ಡಿನ ಕೆಳಗೆ ಹಾಗು ಮೇಲೆ ಹೆಚ್ಚಿಸಬೇಕಿರುವ ಪ್ರಮಾಣ" -#: ../gtk/gtkbbox.c:127 +#: gtk/gtkbbox.c:127 msgid "Layout style" msgstr "ಚೌಕಟ್ಟಿನ ಬಗೆ" -#: ../gtk/gtkbbox.c:128 +#: gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" -msgstr "ಚೌಕದಲ್ಲಿ ಗುಂಡಿಗಳನ್ನು ಹೇಗೆ ಇರಿಸಬೇಕು. ಸಾಧ್ಯವಿರುವ ಮೌಲ್ಯಗಳೆಂದರೆ, ಹರಡಿದ, ಆರಂಭಿಕ ಹಾಗು ಕೊನೆಯ ಆಗಿರುತ್ತದೆ" +msgstr "" +"ಚೌಕದಲ್ಲಿ ಗುಂಡಿಗಳನ್ನು ಹೇಗೆ ಇರಿಸಬೇಕು. ಸಾಧ್ಯವಿರುವ ಮೌಲ್ಯಗಳೆಂದರೆ, ಹರಡಿದ, ಆರಂಭಿಕ ಹಾಗು " +"ಕೊನೆಯ ಆಗಿರುತ್ತದೆ" -#: ../gtk/gtkbbox.c:136 +#: gtk/gtkbbox.c:136 msgid "Secondary" msgstr "ಎರಡನೆಯ" -#: ../gtk/gtkbbox.c:137 +#: gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" -msgstr "TRUE ಆದಲ್ಲಿ, ಚಿಲ್ಡ್ರನ್‌ನ ಎರಡನೆ ಗುಂಪಿನಲ್ಲಿ ಚೈಲ್ಡ್ ಕಾಣಿಸಿಕೊಳ್ಳುತ್ತದೆ, ಉದಾಹರಣೆಗೆ, ಇದು ನೆರವಿನ ಗುಂಡಿಗಳಿಗೆ ಸೂಕ್ತವೆನಿಸುತ್ತದೆ" +msgstr "" +"TRUE ಆದಲ್ಲಿ, ಚಿಲ್ಡ್ರನ್‌ನ ಎರಡನೆ ಗುಂಪಿನಲ್ಲಿ ಚೈಲ್ಡ್ ಕಾಣಿಸಿಕೊಳ್ಳುತ್ತದೆ, ಉದಾಹರಣೆಗೆ, ಇದು " +"ನೆರವಿನ ಗುಂಡಿಗಳಿಗೆ ಸೂಕ್ತವೆನಿಸುತ್ತದೆ" -#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 -#: ../gtk/gtktreeviewcolumn.c:216 +#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 +#: gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "ಅಂತರ" -#: ../gtk/gtkbox.c:131 +#: gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "ಚಿಲ್ಡ್ರನ್‌ ನಡುವಿನ ಜಾಗ" -#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 -#: ../gtk/gtktoolbar.c:573 +#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 +#: gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "ಏಕರೂಪವಾಗಿ" -#: ../gtk/gtkbox.c:141 +#: gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "ಎಲ್ಲಾ ಚಿಲ್ಡ್ರನ್ ಒಂದೇ ಬಗೆಯ ಗಾತ್ರವನ್ನು ಹೊಂದಿರಬೇಕೆ" -#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 -#: ../gtk/gtktreeviewcolumn.c:272 +#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 +#: gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "ವಿಸ್ತೃತಗೊಳಿಸು" -#: ../gtk/gtkbox.c:149 +#: gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "ಮೂಲವು ಬೆಳೆದಾಗ ಚೈಲ್ಡ್‌ ಹೆಚ್ಚಿನ ಜಾಗವನ್ನು ಪಡೆದುಕೊಳ್ಳಬೇಕೆ" -#: ../gtk/gtkbox.c:155 +#: gtk/gtkbox.c:155 msgid "Fill" msgstr "ತುಂಬಿಸು" -#: ../gtk/gtkbox.c:156 +#: gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" -msgstr "ಚೈಲ್ಡಿಗೆ ನೀಡಲಾದ ಹೆಚ್ಚುವರಿ ಸ್ಥಳವನ್ನು ಚೈಲ್ಡಿಗೆ ನಿಯೋಜಿಸಬೇಕೆ ಅಥವ ಪ್ಯಾಡಿಂಗ್ ಆಗಿ ಬಳಸಬೇಕೆ" +msgstr "" +"ಚೈಲ್ಡಿಗೆ ನೀಡಲಾದ ಹೆಚ್ಚುವರಿ ಸ್ಥಳವನ್ನು ಚೈಲ್ಡಿಗೆ ನಿಯೋಜಿಸಬೇಕೆ ಅಥವ ಪ್ಯಾಡಿಂಗ್ ಆಗಿ ಬಳಸಬೇಕೆ" -#: ../gtk/gtkbox.c:162 +#: gtk/gtkbox.c:162 msgid "Padding" msgstr "ಪ್ಯಾಡಿಂಗ್" -#: ../gtk/gtkbox.c:163 +#: gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "ಚೈಲ್ಡ್‌ ಹಾಗು ಅದರ ನೆರಹೊರೆಯ ನಡುವೆ ಒದಗಿಸಬೇಕಿರುವ ಹೆಚ್ಚಿನ ಸ್ಥಳ, ಪಿಕ್ಸೆಲ್‌ಗಳಲ್ಲಿ" -#: ../gtk/gtkbox.c:169 +#: gtk/gtkbox.c:169 msgid "Pack type" msgstr "ಪ್ಯಾಕಿನ ಬಗೆ" -#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 +#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" -msgstr "ಚೈಲ್ಡನ್ನು ಅದರ ಮೂಲದ ಆರಂಭದಲ್ಲಿ ಪ್ಯಾಕ್ ಮಾಡಲಾಗಿದೆ ಅಥವ ಅಂತ್ಯದಲ್ಲಿಯೆ ಎಂದು ಸೂಚಿಸುವ ಒಂದು GtkPackType" +msgstr "" +"ಚೈಲ್ಡನ್ನು ಅದರ ಮೂಲದ ಆರಂಭದಲ್ಲಿ ಪ್ಯಾಕ್ ಮಾಡಲಾಗಿದೆ ಅಥವ ಅಂತ್ಯದಲ್ಲಿಯೆ ಎಂದು ಸೂಚಿಸುವ ಒಂದು " +"GtkPackType" -#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 -#: ../gtk/gtkruler.c:148 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 +#: gtk/gtkruler.c:148 msgid "Position" msgstr "ಸ್ಥಳ" -#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 +#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "ಮೂಲದಲ್ಲಿ ಚೈಲ್ಡಿನ ಸೂಚಿ" -#: ../gtk/gtkbuilder.c:96 +#: gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "ಅನುವಾದನೆಯ ಕ್ಷೇತ್ರ" -#: ../gtk/gtkbuilder.c:97 +#: gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "gettext ನಿಂದ ಬಳಸಲ್ಪಟ್ತ ಅನುವಾದನೆಯ ಕ್ಷೇತ್ರ" -#: ../gtk/gtkbutton.c:220 +#: gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" @@ -763,156 +788,164 @@ msgstr "" "ಗುಂಡಿಯು ಒಂದು ಶೀರ್ಷಿಕಾ(label) ವಿಜೆಟ್‌ ಅನ್ನು ಹೊಂದಿದ್ದರೆ, ಗುಂಡಿಯೊಳಗಿನ ಶೀರ್ಷಿಕಾ ಸಂಪರ್ಕ " "ತಟದ ಪಠ್ಯ" -#: ../gtk/gtkbutton.c:227 ../gtk/gtkexpander.c:203 ../gtk/gtklabel.c:388 -#: ../gtk/gtkmenuitem.c:315 ../gtk/gtktoolbutton.c:209 +#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 +#: gtk/gtkmenuitem.c:315 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/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389 +#: gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" -msgstr "ಹೊಂದಿಸಿದಲ್ಲಿ, ಪಠ್ಯದಲ್ಲಿನ ಅಡಿಗೆರೆ ಇದ್ದಲ್ಲಿ ಅದು ಮುಂದಿನ ಅಕ್ಷರವನ್ನು ನಿಮೋನಿಕ್ ವೇಗವರ್ಧಕ ಕೀಲಿಯಾಗಿ ಬಳಸಬೇಕು ಎಂದು ಸೂಚಿಸುತ್ತದೆ" +msgstr "" +"ಹೊಂದಿಸಿದಲ್ಲಿ, ಪಠ್ಯದಲ್ಲಿನ ಅಡಿಗೆರೆ ಇದ್ದಲ್ಲಿ ಅದು ಮುಂದಿನ ಅಕ್ಷರವನ್ನು ನಿಮೋನಿಕ್ ವೇಗವರ್ಧಕ " +"ಕೀಲಿಯಾಗಿ ಬಳಸಬೇಕು ಎಂದು ಸೂಚಿಸುತ್ತದೆ" -#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 +#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "ಶೇಖರಣೆಯನ್ನು ಬಳಸು" -#: ../gtk/gtkbutton.c:236 -msgid "If set, the label is used to pick a stock item instead of being displayed" -msgstr "ಹೊಂದಿಸಲಾಗಿದ್ದಲ್ಲಿ, ಲೇಬಲ್‌ ಅನ್ನು ಒಂದು ಶೇಖರಣಾ ಅಂಶವನ್ನು ತೋರಿಸುವ ಬದಲು ಆಯ್ಕೆ ಮಾಡಲು ಬಳಸಲಾಗುತ್ತದೆ" +#: gtk/gtkbutton.c:236 +msgid "" +"If set, the label is used to pick a stock item instead of being displayed" +msgstr "" +"ಹೊಂದಿಸಲಾಗಿದ್ದಲ್ಲಿ, ಲೇಬಲ್‌ ಅನ್ನು ಒಂದು ಶೇಖರಣಾ ಅಂಶವನ್ನು ತೋರಿಸುವ ಬದಲು ಆಯ್ಕೆ ಮಾಡಲು " +"ಬಳಸಲಾಗುತ್ತದೆ" -#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 -#: ../gtk/gtkfilechooserbutton.c:393 +#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "ಕ್ಲಿಕ್ ಆದಾಗ ಕೇಂದ್ರಿಕೃತಗೊಳ್ಳು(Focus)" -#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 +#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "ತೆರೆಸೂಚಕದಿಂದ ಕ್ಲಿಕ್ ಆದಾಗ ಗುಂಡಿಯು ಕೇಂದ್ರೀಕೃತಗೊಳ್ಳಬೇಕೆ" -#: ../gtk/gtkbutton.c:251 +#: gtk/gtkbutton.c:251 msgid "Border relief" msgstr "ಸೀಮೆಯ ಪರಿಹಾರ(ರಿಲೀಫ್)" -#: ../gtk/gtkbutton.c:252 +#: gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "ಸೀಮೆಯ ಪರಿಹಾರದ ಶೈಲಿ" -#: ../gtk/gtkbutton.c:269 +#: gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "ಚೈಲ್ಡಿಗಾಗಿನ ಅಡ್ಡಲಾದ ವಾಲಿಕೆ" -#: ../gtk/gtkbutton.c:288 +#: gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "ಚೈಲ್ಡಿಗಾಗಿನ ಲಂಬ ವಾಲಿಕೆ" -#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 +#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "ಚಿತ್ರ ವಿಜೆಟ್‌" -#: ../gtk/gtkbutton.c:306 +#: gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "ಗುಂಡಿ ಪಠ್ಯದ ನಂತರ ಕಾಣಿಸಿಕೊಳ್ಳಬೇಕಿರುವ ಚೈಲ್ಡ್ ಸಂಪರ್ಕ ತಟ(ವಿಜೆಟ್)" -#: ../gtk/gtkbutton.c:320 +#: gtk/gtkbutton.c:320 msgid "Image position" msgstr "ಚಿತ್ರದ ಸ್ಥಾನ" -#: ../gtk/gtkbutton.c:321 +#: gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "ಪಠ್ಯಕ್ಕೆ ಅನುಗುಣವಾದ ಬಿಂಬದ ಸ್ಥಾನ" -#: ../gtk/gtkbutton.c:433 +#: gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಅಂತರ(spacing)" -#: ../gtk/gtkbutton.c:434 +#: gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "CAN_DEFAULT ಗುಂಡಿಗಳಿಗೆ ಸೇರಿಸಬಹುದಾದ ಹೆಚ್ಚುವರಿ ಅಂತರ" -#: ../gtk/gtkbutton.c:440 +#: gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಹೊರಗಿನ ಸ್ಥಳ" -#: ../gtk/gtkbutton.c:441 +#: gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" -msgstr "ಯಾವಾಗಲೂ ಅಂಚಿನಿಂದ ಹೊರಗೆ ಚಿತ್ರಿಸಲಾಗುವ CAN_DEFAULT ಗುಂಡಿಗಳಿಗಾಗಿ ಸೇರಿಸಬೇಕಿರುವ ಹೆಚ್ಚುವರಿ ಜಾಗ" +msgstr "" +"ಯಾವಾಗಲೂ ಅಂಚಿನಿಂದ ಹೊರಗೆ ಚಿತ್ರಿಸಲಾಗುವ CAN_DEFAULT ಗುಂಡಿಗಳಿಗಾಗಿ ಸೇರಿಸಬೇಕಿರುವ " +"ಹೆಚ್ಚುವರಿ ಜಾಗ" -#: ../gtk/gtkbutton.c:446 +#: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "ಚೈಲ್ಡಿನ X ಪಲ್ಲಟ" -#: ../gtk/gtkbutton.c:447 -msgid "How far in the x direction to move the child when the button is depressed" +#: gtk/gtkbutton.c:447 +msgid "" +"How far in the x direction to move the child when the button is depressed" msgstr "ಗುಂಡಿಯನ್ನು ಒತ್ತಿದಾಗ x ದಿಕ್ಕಿನಲ್ಲಿ ಚೈಲ್ಡನ್ನು ಎಷ್ಟು ದೂರ ಸ್ಥಳಾಂತರಿಸಬೇಕು" -#: ../gtk/gtkbutton.c:454 +#: gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "ಚೈಲ್ಡಿನ Y ಪಲ್ಲಟ" -#: ../gtk/gtkbutton.c:455 -msgid "How far in the y direction to move the child when the button is depressed" +#: gtk/gtkbutton.c:455 +msgid "" +"How far in the y direction to move the child when the button is depressed" msgstr "ಗುಂಡಿಯನ್ನು ಒತ್ತಿದಾಗ y ದಿಕ್ಕಿನಲ್ಲಿ ಚೈಲ್ಡನ್ನು ಎಷ್ಟು ದೂರ ಸ್ಥಳಾಂತರಿಸಬೇಕು" -#: ../gtk/gtkbutton.c:471 +#: gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "ಗಮನವನ್ನು ಪಲ್ಲಟಗೊಳಿಸು" -#: ../gtk/gtkbutton.c:472 +#: gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" msgstr "child_displacement_x/_y ಗುಣಗಳು ಗಮನ ಆಯತದ ಮೇಲೂ ಸಹ ಪರಿಣಾಮ ಬೀರಬೇಕೆ" -#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "ಒಳಗಿನ ಅಂಚು" -#: ../gtk/gtkbutton.c:486 +#: gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "ಗುಂಡಿಯ ಅಂಚು ಹಾಗು ಚೈಲ್ಡಿನ ನಡುವಿನ ಅಂಚು." -#: ../gtk/gtkbutton.c:499 +#: gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "ಚಿತ್ರ ಅಂತರ" -#: ../gtk/gtkbutton.c:500 +#: gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "ಚಿತ್ರ ಹಾಗು ಲೇಬಲ್‌ಗಳ ನಡುವಿನ ಅಂತರ, ಪಿಕ್ಸೆಲ್‌ಗಳಲ್ಲಿ" -#: ../gtk/gtkbutton.c:514 +#: gtk/gtkbutton.c:514 msgid "Show button images" msgstr "ಗುಂಡಿ ಚಿತ್ರಗಳನ್ನು ತೋರಿಸು" -#: ../gtk/gtkbutton.c:515 +#: gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "ಚಿತ್ರಗಳನ್ನು ಗುಂಡಿಗಳ ಮೇಲೆ ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtkcalendar.c:440 +#: gtk/gtkcalendar.c:440 msgid "Year" msgstr "ವರ್ಷ" -#: ../gtk/gtkcalendar.c:441 +#: gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "ಆರಿಸಿದ ವರ್ಷ" -#: ../gtk/gtkcalendar.c:454 +#: gtk/gtkcalendar.c:454 msgid "Month" msgstr "ತಿಂಗಳು" -#: ../gtk/gtkcalendar.c:455 +#: gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "ಆರಿಸಲಾದ ತಿಂಗಳು (೦ ಹಾಗು ೧೧ರ ನಡುವಿನ ಒಂದು ಸಂಖ್ಯೆಯಾಗಿ)" -#: ../gtk/gtkcalendar.c:469 +#: gtk/gtkcalendar.c:469 msgid "Day" msgstr "ದಿನಾಂಕ" -#: ../gtk/gtkcalendar.c:470 +#: gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" @@ -920,5941 +953,6115 @@ msgstr "" "ಆರಿಸಲಾದ ದಿನಾಂಕ (೧ ಹಾಗು ೩೧ರ ನಡುವಿನ ಒಂದು ಸಂಖ್ಯೆ, ಅಥವ ಪ್ರಸ್ತುತ ಆರಿಸಲಾದ ದಿನಾಂಕವನ್ನು " "೦ ಅಳಿಸಲು ೦ ಆಗಿ)" -#: ../gtk/gtkcalendar.c:484 +#: gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "ಶೀರ್ಷಿಕೆಯನ್ನು ತೋರಿಸು" -#: ../gtk/gtkcalendar.c:485 +#: gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "TRUE ಆದಲ್ಲಿ, ಒಂದು ಹೆಡಿಂಗ್ ಅನ್ನು ತೋರಿಸಲಾಗುತ್ತದೆ" -#: ../gtk/gtkcalendar.c:499 +#: gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "ದಿನಗಳ ಹೆಸರನ್ನು ತೋರಿಸು" -#: ../gtk/gtkcalendar.c:500 +#: gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "TRUE ಆದಲ್ಲಿ, ದಿನದ ಹೆಸರುಗಳನ್ನು ತೋರಿಸಲಾಗುತ್ತದೆ" -#: ../gtk/gtkcalendar.c:513 +#: gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "ತಿಂಗಳಲ್ಲಿ ಯಾವುದೇ ಬದಲಾವಣೆ ಇಲ್ಲ" -#: ../gtk/gtkcalendar.c:514 +#: gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "TRUE ಆದಲ್ಲಿ, ಆಯ್ದ ತಿಂಗಳನ್ನು ಬದಲಾಯಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ" -#: ../gtk/gtkcalendar.c:528 +#: gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "ವಾರಗಳ ಸಂಖ್ಯೆಗಳನ್ನು ತೋರಿಸು" -#: ../gtk/gtkcalendar.c:529 +#: gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "TRUE ಆದಲ್ಲಿ, ವಾರದ ಸಂಖ್ಯೆಗಳನ್ನು ತೋರಿಸಲಾಗುತ್ತದೆ" -#: ../gtk/gtkcalendar.c:544 +#: gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "ವಿವರಗಳ ಅಗಲ" -#: ../gtk/gtkcalendar.c:545 +#: gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "ವಿವರಗಳ ಅಗಲ, ಅಕ್ಷರಗಳಲ್ಲಿ" -#: ../gtk/gtkcalendar.c:560 +#: gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "ವಿವರಗಳ ಎತ್ತರ" -#: ../gtk/gtkcalendar.c:561 +#: gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "ವಿವರಗಳ ಎತ್ತರ, ಸಾಲುಗಳಲ್ಲಿ" -#: ../gtk/gtkcalendar.c:577 +#: gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "ವಿವರಗಳನ್ನು ತೋರಿಸು" -#: ../gtk/gtkcalendar.c:578 +#: gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "TRUE ಆದಲ್ಲಿ, ವಿವರಗಳನ್ನು ತೋರಿಸಲಾಗುವುದು" -#: ../gtk/gtkcellrenderer.c:177 +#: gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "ಪದ್ದತಿ" -#: ../gtk/gtkcellrenderer.c:178 +#: gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "ಕೋಶರೆಂಡರರ್ ನ ಸಂಪಾದಿಸಬಹುದಾದ ನೋಟ" -#: ../gtk/gtkcellrenderer.c:186 +#: gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "ಗೋಚರ" -#: ../gtk/gtkcellrenderer.c:187 +#: gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "ಕೋಶವನ್ನು ತೋರಿಸು" -#: ../gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "ಕೋಶ ಸಂವೇದಿಯನ್ನು ತೋರಿಸು" -#: ../gtk/gtkcellrenderer.c:201 +#: gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "xalign" -#: ../gtk/gtkcellrenderer.c:202 +#: gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "x-ವಾಲಿಕೆ" -#: ../gtk/gtkcellrenderer.c:211 +#: gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "yalign" -#: ../gtk/gtkcellrenderer.c:212 +#: gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "y-ವಾಲಿಕೆ" -#: ../gtk/gtkcellrenderer.c:221 +#: gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "xpad" -#: ../gtk/gtkcellrenderer.c:222 +#: gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "xpad" -#: ../gtk/gtkcellrenderer.c:231 +#: gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "ypad" -#: ../gtk/gtkcellrenderer.c:232 +#: gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "ypad" -#: ../gtk/gtkcellrenderer.c:241 +#: gtk/gtkcellrenderer.c:241 msgid "width" msgstr "ಅಗಲ" -#: ../gtk/gtkcellrenderer.c:242 +#: gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "ನಿಶ್ಚಿತ ಅಗಲ" -#: ../gtk/gtkcellrenderer.c:251 +#: gtk/gtkcellrenderer.c:251 msgid "height" msgstr "ಎತ್ತರ" -#: ../gtk/gtkcellrenderer.c:252 +#: gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "ನಿಶ್ಚಿತ ಎತ್ತರ" -#: ../gtk/gtkcellrenderer.c:261 +#: gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "ವಿಸ್ತಾರಕವಾಗಿದೆ" -#: ../gtk/gtkcellrenderer.c:262 +#: gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "ಅಡ್ಡಸಾಲು ಚಿಲ್ಡ್ರನ್ ಅನ್ನು ಹೊಂದಿದೆ" -#: ../gtk/gtkcellrenderer.c:270 +#: gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "ವಿಸ್ತರಿಸಲಾಗಿದೆ" -#: ../gtk/gtkcellrenderer.c:271 +#: gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "ಅಡ್ಡಸಾಲು ಒಂದು ವಿಸ್ತಾರಕ ಸಾಲಾಗಿದೆ, ಹಾಗು ವಿಸ್ತರಿಲ್ಪಟ್ಟಿದೆ" -#: ../gtk/gtkcellrenderer.c:278 +#: gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "ಕೋಶದ ಹಿನ್ನೆಲೆ ಬಣ್ಣದ ಹೆಸರು" -#: ../gtk/gtkcellrenderer.c:279 +#: gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "ಕೋಶದ ಹಿನ್ನೆಲೆ ಬಣ್ಣದ ಹೆಸರು, ವಾಕ್ಯವಾಗಿ" -#: ../gtk/gtkcellrenderer.c:286 +#: gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "ಕೋಶದ ಹಿನ್ನೆಲೆ ಬಣ್ಣ" -#: ../gtk/gtkcellrenderer.c:287 +#: gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "ಕೋಶದ ಹಿನ್ನೆಲೆ ಬಣ್ಣ, GdkColor ಆಗಿ" -#: ../gtk/gtkcellrenderer.c:294 +#: gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "ಸಂಪಾದಿಸಲಾಗುತ್ತಿದೆ" -#: ../gtk/gtkcellrenderer.c:295 +#: gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "ಕೋಶದ ರೆಂಡರರ್ ಪ್ರಸಕ್ತ ಸಂಪಾದನೆಯ ಕ್ರಮದಲ್ಲಿ ಇದೆಯೆ" -#: ../gtk/gtkcellrenderer.c:303 +#: gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "ಕೋಶದ ಹಿನ್ನೆಲೆಯ ಸೆಟ್‌" -#: ../gtk/gtkcellrenderer.c:304 +#: gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "ಈ ಟ್ಯಾಗ್ ಕೋಶದ ಹಿನ್ನೆಲೆ ಬಣ್ಣದ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtkcellrendereraccel.c:113 +#: gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "ವೇಗೋತ್ಕರ್ಷಕ ಕೀಲಿ" -#: ../gtk/gtkcellrendereraccel.c:114 +#: gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "ವೇಗವರ್ಧಕದ keyval" -#: ../gtk/gtkcellrendereraccel.c:130 +#: gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "ವೇಗವರ್ಧಕದ ಮಾರ್ಪಡಕಗಳು" -#: ../gtk/gtkcellrendereraccel.c:131 +#: gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "ವೇಗವರ್ಧಕದ ಪರಿವರ್ತಕ ಮುಸುಕು" -#: ../gtk/gtkcellrendereraccel.c:148 +#: gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "ವೇಗೋತ್ಕರ್ಷಕ ಕೀಲಿಸಂಕೇತ" -#: ../gtk/gtkcellrendereraccel.c:149 +#: gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "ವೇಗವರ್ಧಕದ ಯಂತ್ರಾಂಶ ಕೀಲಿಸಂಜ್ಞೆ" -#: ../gtk/gtkcellrendereraccel.c:168 +#: gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "ವೇಗೋತ್ಕರ್ಷಕ ಕ್ರಮ" -#: ../gtk/gtkcellrendereraccel.c:169 +#: gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "ವೇಗೋತ್ಕರ್ಷಕಗಳ ಬಗೆ" -#: ../gtk/gtkcellrenderercombo.c:107 +#: gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "ಮಾದರಿ" -#: ../gtk/gtkcellrenderercombo.c:108 +#: gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "ಸಂಯೋಜನಾ ಚೌಕಕ್ಕಾಗಿ ಮಾದರಿ ಹೊಂದಿರುವ ಸಾಧ್ಯವಿರುವ ಮೌಲ್ಯಗಳು" -#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 +#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "ಪಠ್ಯದ ಲಂಬಸಾಲು" -#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 +#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "ದತ್ತಾಂಶ ಆಕರದ ಯಾವ ಲಂಬಸಾಲಿನಿಂದ ವಾಕ್ಯಗಳನ್ನು ಪಡೆದುಕೊಳ್ಳಬೇಕು" -#: ../gtk/gtkcellrenderercombo.c:148 +#: gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "ನಮೂದನ್ನು ಹೊಂದಿದೆ" -#: ../gtk/gtkcellrenderercombo.c:149 +#: gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" -msgstr "FALSE ಆದಲ್ಲಿ, ಆಯ್ಕೆ ಮಾಡಿದ ವಾಕ್ಯಗಳನ್ನು ಹೊರತು ಪಡಿಸಿ ಬೇರಾವುದನ್ನೂ ನಮೂದಿಸಲಾಗುವುದಿಲ್ಲ" +msgstr "" +"FALSE ಆದಲ್ಲಿ, ಆಯ್ಕೆ ಮಾಡಿದ ವಾಕ್ಯಗಳನ್ನು ಹೊರತು ಪಡಿಸಿ ಬೇರಾವುದನ್ನೂ ನಮೂದಿಸಲಾಗುವುದಿಲ್ಲ" -#: ../gtk/gtkcellrendererpixbuf.c:111 +#: gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "Pixbuf ವಸ್ತು" -#: ../gtk/gtkcellrendererpixbuf.c:112 +#: gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "ರೆಂಡರ್ ಮಾಡಲು pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:119 +#: gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "Pixbuf ವಿಸ್ತಾರಕವನ್ನು ತೆರೆಯಲಾಗಿದೆ" -#: ../gtk/gtkcellrendererpixbuf.c:120 +#: gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "ತೆರೆದ ವಿಸ್ತಾರಕಕ್ಕಾಗಿ Pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:127 +#: gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "Pixbuf ವಿಸ್ತಾರಕವನ್ನು ಮುಚ್ಚಲಾಗಿದೆ" -#: ../gtk/gtkcellrendererpixbuf.c:128 +#: gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "ಮುಚ್ಚಲಾದ ವಿಸ್ತಾರಕಕ್ಕಾಗಿನ Pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 -#: ../gtk/gtkstatusicon.c:226 +#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "ಶೇಖರಣಾ ID" -#: ../gtk/gtkcellrendererpixbuf.c:136 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "ರೆಂಡರ್ ಮಾಡಲು ಶೇಖರಣಾ(ಸ್ಟಾಕ್) ಚಿಹ್ನೆಯ ಶೇಖರಣಾ ID" -#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 -#: ../gtk/gtkstatusicon.c:267 +#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 +#: gtk/gtkstatusicon.c:267 msgid "Size" msgstr "ಗಾತ್ರ" -#: ../gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "ರೆಂಡರ್ ಮಾಡಲಾದ ಚಿಹ್ನೆಯ ಗಾತ್ರವನ್ನು ಸೂಚಿಸುವ GtkIconSize ಮೌಲ್ಯ" -#: ../gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "ವಿವರ" -#: ../gtk/gtkcellrendererpixbuf.c:154 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "ಪರಿಸರವಿನ್ಯಾಸ (ಥೀಮ್) ಎಂಜಿನ್‌ಗೆ ರವಾನಿಸಬೇಕಿರುವ ರೆಂಡರ್ ವಿವರ" -#: ../gtk/gtkcellrendererpixbuf.c:187 +#: gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "ಅನುಸರಿಸುವ ಸ್ತಿತಿ" -#: ../gtk/gtkcellrendererpixbuf.c:188 +#: gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" -msgstr "ರೆಂಡರ್ ಮಾಡಲಾದ pixbuf ಅನ್ನು ಸ್ಥಿತಿಗೆ ಅನುಗುಣವಾಗಿ ಬಣ್ಣ ಹಚ್ಚಬೇಕೆ ಎಂದು ಸೂಚಿಸುತ್ತದೆ" +msgstr "" +"ರೆಂಡರ್ ಮಾಡಲಾದ pixbuf ಅನ್ನು ಸ್ಥಿತಿಗೆ ಅನುಗುಣವಾಗಿ ಬಣ್ಣ ಹಚ್ಚಬೇಕೆ ಎಂದು ಸೂಚಿಸುತ್ತದೆ" -#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "ಚಿಹ್ನೆ" -#: ../gtk/gtkcellrendererprogress.c:129 +#: gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "ಪ್ರಗತಿ ಪಟ್ಟಿಯ ಮೌಲ್ಯ್" -#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 -#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 -#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 +#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 +#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 +#: gtk/gtktextbuffer.c:198 msgid "Text" msgstr "ಪಠ್ಯ" -#: ../gtk/gtkcellrendererprogress.c:147 +#: gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "ಪ್ರಗತಿ ಪಟ್ಟಿಯ ಪಠ್ಯ" -#: ../gtk/gtkcellrendererprogress.c:170 +#: gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "ನಾಡಿ(ಪಲ್ಸ್)" -#: ../gtk/gtkcellrendererprogress.c:171 +#: gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." -msgstr "ಒಂದಿಷ್ಟು ಧನಾತ್ಮಕ ಪ್ರಗತಿಯು ಉಂಟಾಗಿದೆ ಆದರೆ ಎಷ್ಟು ಎಂದು ನಿಮಗೆ ತಿಳಯದೆ ಇದ್ದಲ್ಲಿ ಇದನ್ನು ಧನಾತ್ಮಕ ಮೌಲ್ಯಗಳಿಗೆ ಹೊಂದಿಸಿ." +msgstr "" +"ಒಂದಿಷ್ಟು ಧನಾತ್ಮಕ ಪ್ರಗತಿಯು ಉಂಟಾಗಿದೆ ಆದರೆ ಎಷ್ಟು ಎಂದು ನಿಮಗೆ ತಿಳಯದೆ ಇದ್ದಲ್ಲಿ ಇದನ್ನು " +"ಧನಾತ್ಮಕ ಮೌಲ್ಯಗಳಿಗೆ ಹೊಂದಿಸಿ." -#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 +#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "ಪಠ್ಯ x ನ ಹೊಂದಿಕೆ" -#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 +#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." -msgstr "ಅಡ್ಡ ಪಠ್ಯದ ಹೊಂದಿಕೆ, 0 (ಎಡ) ಯಿಂದ 1 (ಬಲ) ಕ್ಕೆ. RTL ವಿನ್ಯಾಸಗಳಿಗೆ ವಿಲೋಮಗೊಳಿಸಲಾಗುತ್ತದೆ." +msgstr "" +"ಅಡ್ಡ ಪಠ್ಯದ ಹೊಂದಿಕೆ, 0 (ಎಡ) ಯಿಂದ 1 (ಬಲ) ಕ್ಕೆ. RTL ವಿನ್ಯಾಸಗಳಿಗೆ ವಿಲೋಮಗೊಳಿಸಲಾಗುತ್ತದೆ." -#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 +#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "ಪಠ್ಯ y ನ ಹೊಂದಿಕೆ" -#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 +#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "ಲಂಬ ಪಠ್ಯದ ಹೊಂದಿಕೆ, 0 (ಮೇಲೆ) ಯಿಂದ 1 ಕ್ಕೆ (ಕೆಳಗೆ)." -#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 -#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 -#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 +#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 +#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 +#: gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "ನಿಲುವು (Orientation)" -#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 +#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "ಪ್ರಗತಿ ಪಟ್ಟಿಕೆಯ ವಾಲಿಕೆ ಹಾಗು ಬೆಳವಣಿಗೆಯ ದಿಕ್ಕು" -#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:223 -#: ../gtk/gtkspinbutton.c:208 +#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "ಹೊಂದಾಣಿಕೆ" -#: ../gtk/gtkcellrendererspin.c:94 +#: gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "ಸುತ್ತುಗುಂಡಿಯ ಮೌಲ್ಯವನ್ನು ಒಳಗೊಂಡಿರುವ ಹೊಂದಾಣಿಕೆ." -#: ../gtk/gtkcellrendererspin.c:109 +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "ಏರಿಕೆಯ ಗತಿ" -#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 +#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "ಸುತ್ತುಗುಂಡಿಯ ಮೌಲ್ಯವನ್ನು ಒಳಗೊಂಡಿರುವ ವೇಗವರ್ಧನೆ ಗತಿ" -#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 -#: ../gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "ಅಂಕಿಗಳು" -#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 +#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "ತೋರಿಸಲು ದಶಾಂಶ ಸ್ಥಾನಗಳ ಸಂಖ್ಯೆ" -#: ../gtk/gtkcellrenderertext.c:196 +#: gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "ರೆಂಡರ್ ಮಾಡಬೇಕಿರುವ ಪಠ್ಯ" -#: ../gtk/gtkcellrenderertext.c:203 +#: gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "ಗುರುತು" -#: ../gtk/gtkcellrenderertext.c:204 +#: gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "ರೆಂಡರ್ ಮಾಡಲು ಗುರುತು ಹಾಕಲಾದ ಪಠ್ಯ" -#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 +#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 msgid "Attributes" msgstr "ವೈಶಿಷ್ಟ್ಯಗಳು" -#: ../gtk/gtkcellrenderertext.c:212 +#: gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "ರೆಂಡರರ್ ನ ಪಠ್ಯಕ್ಕೆ ಅನ್ವಯಿಸಬೇಕಿರುವ ಶೈಲಿ ಗುಣವಿಶೇಷಗಳ ಒಂದು ಪಟ್ಟಿ" -#: ../gtk/gtkcellrenderertext.c:219 +#: gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "ಒಂಟಿ ಪ್ಯಾರಾಗ್ರಾಫ್ ಕ್ರಮ" -#: ../gtk/gtkcellrenderertext.c:220 +#: gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "ಎಲ್ಲಾ ಪಠ್ಯಗಳನ್ನು ಒಂದೇ ಪ್ಯಾರಾಗ್ರಾಫಿನಲ್ಲಿ ಇರಿಸಿಬೇಕೆ ಅಥವ ಬೇಡವೆ" -#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 -#: ../gtk/gtktexttag.c:183 +#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 msgid "Background color name" msgstr "ಹಿನ್ನೆಲೆ ಬಣ್ಣದ ಹೆಸರು" -#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 -#: ../gtk/gtktexttag.c:184 +#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "ಒಂದು ಸಾಲಾಗಿ ಹಿನ್ನೆಲೆ ಬಣ್ಣ" -#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 -#: ../gtk/gtktexttag.c:191 +#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 msgid "Background color" msgstr "ಹಿನ್ನೆಲೆ ಬಣ್ಣ" -#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 +#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "ಒಂದು GdkColor ಆಗಿ ಹಿನ್ನೆಲೆ ಬಣ್ಣ" -#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 +#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "ಮುನ್ನೆಲೆ ಬಣ್ಣದ ಹೆಸರು" -#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 +#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "ಮುನ್ನೆಲೆ ಬಣ್ಣ ಒಂದು ವಾಕ್ಯವಾಗಿ" -#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 +#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "ಮುನ್ನೆಲೆ ಬಣ್ಣ" -#: ../gtk/gtkcellrenderertext.c:253 +#: gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "ಮುನ್ನೆಲೆ ಬಣ್ಣ ಒಂದು GdkColor ಆಗಿ" -#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 -#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 +#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "ಸಂಪಾದಿಸಬಲ್ಲ" -#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 -#: ../gtk/gtktextview.c:574 +#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "ಪಠ್ಯವನ್ನು ಬಳಕೆದಾರರು ಬದಲಾಯಿಸಬಹುದೆ" -#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 -#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 +#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 +#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 msgid "Font" msgstr "ಅಕ್ಷರದ ಶೈಲಿ" -#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 +#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "ಪದದ ರೂಪದಲ್ಲಿ ಅಕ್ಷರಶೈಲಿಯ ವಿವರಣೆ, ಉದಾ. \"Sans Italic 12\"" -#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 +#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "ಒಂದು PangoFontDescription ರಚನೆಯಲ್ಲಿ ಅಕ್ಷರಶೈಲಿಯ ವಿವರಣೆ" -#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 +#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 msgid "Font family" msgstr "ಅಕ್ಷರಶೈಲಿ ಪರಿವಾರ" -#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 +#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "ಅಕ್ಷರಶೈಲಿ ಪರಿವಾರದ ಹೆಸರು, ಉದಾ. Sans, Helvetica, Times, Monospace" -#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 -#: ../gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 +#: gtk/gtktexttag.c:291 msgid "Font style" msgstr "ಅಕ್ಷರಶೈಲಿಯ ಬಗೆ" -#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 -#: ../gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 +#: gtk/gtktexttag.c:300 msgid "Font variant" msgstr "ಅಕ್ಷರಶೈಲಿ ವೇರಿಯಂಟ್" -#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 -#: ../gtk/gtktexttag.c:309 +#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 +#: gtk/gtktexttag.c:309 msgid "Font weight" msgstr "ಅಕ್ಷರಶೈಲಿಯ ತೂಕ" -#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 -#: ../gtk/gtktexttag.c:320 +#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 +#: gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "ಅಕ್ಷರಶೈಲಿಯ ಎಳೆತ" -#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 -#: ../gtk/gtktexttag.c:329 +#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 +#: gtk/gtktexttag.c:329 msgid "Font size" msgstr "ಅಕ್ಷರಶೈಲಿಯ ಗಾತ್ರ" -#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 +#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 msgid "Font points" msgstr "ಅಕ್ಷರಶೈಲಿಯ ಬಿಂದುಗಳು" -#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 +#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "ಬಿಂದುಗಳಲ್ಲಿ ಅಕ್ಷರಶೈಲಿಯ ಗಾತ್ರ" -#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 +#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 msgid "Font scale" msgstr "ಅಕ್ಷರಶೈಲಿಯ ಅಳತೆ" -#: ../gtk/gtkcellrenderertext.c:352 +#: gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "ಅಕ್ಷರಶೈಲಿಯ ಅಳತೆಬದಲಾವಣೆ ಅಂಶ" -#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 +#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 msgid "Rise" msgstr "ಏರಿಕೆ" -#: ../gtk/gtkcellrenderertext.c:362 -msgid "Offset of text above the baseline (below the baseline if rise is negative)" +#: gtk/gtkcellrenderertext.c:362 +msgid "" +"Offset of text above the baseline (below the baseline if rise is negative)" msgstr "ಬೇಸ್‌ಲೈನಿನ ಮೇಲಿನ ಪಠ್ಯದ ಆಫ್‌ಸೆಟ್‌ (ಏರಿಕೆಯು ಋಣವಾಗಿದ್ದಲ್ಲಿ ಬೇಸ್‌ಲೈನಿನ ಕೆಳಗೆ)" -#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 +#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "ಹೊಡೆದುಹಾಕು" -#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 +#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "ಪಠ್ಯವನ್ನು ಹೊಡೆದುಹಾಕ ಬೇಕೆ" -#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 +#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 msgid "Underline" msgstr "ಅಡಿಗೆರೆ" -#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 +#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "ಈ ಪಠ್ಯದ ಅಡಿಗೆರೆಯ ಶೈಲಿ" -#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 +#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 msgid "Language" msgstr "ಭಾಷೆ" -#: ../gtk/gtkcellrenderertext.c:391 +#: gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " "probably don't need it" -msgstr "ಈ ಪಠ್ಯವು ಇರುವ ಭಾಷೆಯ ಒಂದು ISO ಸಂಕೇತ. ಪಠ್ಯವನ್ನು ರೆಂಡರಿಂಗ್ ಮಾಡುವಾಗ Pango ಇದನ್ನು ಒಂದು ಸುಳಿವಾಗಿ ಬಳಸುತ್ತದೆ. ನಿಮಗೆ ಈ ನಿಯತಾಂಕವು ಅರ್ಥವಾಗದೆ ಹೋದಲ್ಲಿ, ಬಹುಷಃ ನಿಮಗೆ ಇದರ ಆವಶ್ಯಕತೆ ಇಲ್ಲ ಎಂದರ್ಥ" +msgstr "" +"ಈ ಪಠ್ಯವು ಇರುವ ಭಾಷೆಯ ಒಂದು ISO ಸಂಕೇತ. ಪಠ್ಯವನ್ನು ರೆಂಡರಿಂಗ್ ಮಾಡುವಾಗ Pango ಇದನ್ನು " +"ಒಂದು ಸುಳಿವಾಗಿ ಬಳಸುತ್ತದೆ. ನಿಮಗೆ ಈ ನಿಯತಾಂಕವು ಅರ್ಥವಾಗದೆ ಹೋದಲ್ಲಿ, ಬಹುಷಃ ನಿಮಗೆ ಇದರ " +"ಆವಶ್ಯಕತೆ ಇಲ್ಲ ಎಂದರ್ಥ" -#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 -#: ../gtk/gtkprogressbar.c:206 +#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "ದೀರ್ಘವೃತ್ತ" -#: ../gtk/gtkcellrenderertext.c:412 +#: gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" -msgstr "ಸಂಪೂರ್ಣ ವಾಕ್ಯವನ್ನು ತೋರಿಸಲು ಕೋಶದ ರೆಂಡರರಿನಲ್ಲಿ ಸಾಕಷ್ಟು ಸ್ಥಳಾವಕಾಶವಿಲ್ಲದೆ ಇದ್ದರೆ ದೀರ್ಘವೃತ್ತವಾಗಿಸಲು ಇಚ್ಛೆಯ ಜಾಗ" +msgstr "" +"ಸಂಪೂರ್ಣ ವಾಕ್ಯವನ್ನು ತೋರಿಸಲು ಕೋಶದ ರೆಂಡರರಿನಲ್ಲಿ ಸಾಕಷ್ಟು ಸ್ಥಳಾವಕಾಶವಿಲ್ಲದೆ ಇದ್ದರೆ " +"ದೀರ್ಘವೃತ್ತವಾಗಿಸಲು ಇಚ್ಛೆಯ ಜಾಗ" -#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 -#: ../gtk/gtklabel.c:519 +#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 +#: gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "ಅಕ್ಷರಗಳಲ್ಲಿ ಅಗಲ" -#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 +#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "ಲೇಬಲ್ ಇಚ್ಛೆಯ ಅಗಲ, ಅಕ್ಷರಗಳಲ್ಲಿ" -#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 +#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "ಆವರಿಕೆ ವಿಧಾನ" -#: ../gtk/gtkcellrenderertext.c:451 +#: gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" -msgstr "ಸಂಪೂರ್ಣ ವಾಕ್ಯವನ್ನು ತೋರಿಸಲು ಕೋಶದ ರೆಂಡರರಿನಲ್ಲಿ ಸಾಕಷ್ಟು ಸ್ಥಳಾವಕಾಶವಿಲ್ಲದೆ ಇದ್ದರೆ ಅನೇಕ ಸಾಲುಗಳಾಗಿ ವಾಕ್ಯವನ್ನು ಹೇಗೆ ವಿಂಗಡಿಸಬೇಕು ಎನ್ನುವ ಸೂಚನೆ" +msgstr "" +"ಸಂಪೂರ್ಣ ವಾಕ್ಯವನ್ನು ತೋರಿಸಲು ಕೋಶದ ರೆಂಡರರಿನಲ್ಲಿ ಸಾಕಷ್ಟು ಸ್ಥಳಾವಕಾಶವಿಲ್ಲದೆ ಇದ್ದರೆ ಅನೇಕ " +"ಸಾಲುಗಳಾಗಿ ವಾಕ್ಯವನ್ನು ಹೇಗೆ ವಿಂಗಡಿಸಬೇಕು ಎನ್ನುವ ಸೂಚನೆ" -#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 +#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "ಆವರಿಕೆಯ ಅಗಲ" -#: ../gtk/gtkcellrenderertext.c:471 +#: gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "ಯಾವ ಅಗಲದಲ್ಲಿ ಪಠ್ಯವನ್ನು ಆವರಿಸಬೇಕು" -#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 +#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "ಸಾಲು ಹೊಂದಿಕೆ" -#: ../gtk/gtkcellrenderertext.c:492 +#: gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "ಸಾಲುಗಳನ್ನು ವಾಲಿಸಬೇಕು" -#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 -#: ../gtk/gtktexttag.c:564 +#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 msgid "Background set" msgstr "ಹಿನ್ನೆಲೆ ಸಂಯೋಜನೆ" -#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 -#: ../gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "ಈ ಟ್ಯಾಗ್ ಹಿನ್ನೆಲೆ ಬಣ್ಣದ ಮೇಲೆ ಪರಿಣಾಮವನ್ನು ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 +#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "ಮುನ್ನೆಲೆ ಸಂಯೋಜನೆ" -#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "ಈ ಟ್ಯಾಗ್ ಮುನ್ನೆಲೆ ಬಣ್ಣದ ಮೇಲೆ ಪರಿಣಾಮವನ್ನು ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 +#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 msgid "Editability set" msgstr "ಸಂಪಾದಿಸಬಲ್ಲ ಸಂಯೋಜನೆ" -#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 +#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "ಈ ಟ್ಯಾಗ್ ಪಠ್ಯದ ಸಂಪಾದಕೀಯತೆಯ ಮೇಲೆ ಪರಿಣಾಮವನ್ನು ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 +#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 msgid "Font family set" msgstr "ಅಕ್ಷರಶೈಲಿ ಪರಿವಾರ ಸಂಯೋಜನೆ" -#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 +#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "ಈ ಟ್ಯಾಗ್ ಅಕ್ಷರಶೈಲಿ ಪರಿವಾರದ ಮೇಲೆ ಪರಿಣಾಮವನ್ನು ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 +#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 msgid "Font style set" msgstr "ಅಕ್ಷರದ ಶೈಲಿಯ ಸಂಯೋಜನೆ" -#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "ಈ ಟ್ಯಾಗ್ ಅಕ್ಷರದ ಶೈಲಿಯ ಮೇಲೆ ಪರಿಣಾಮವನ್ನು ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 +#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "ಅಕ್ಷರ ಶೈಲಿ ವೇರಿಯಿಂಟ್ ಸೆಟ್‌" -#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 +#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "ಈ ಟ್ಯಾಗ್ ಅಕ್ಷರಶೈಲಿಯ ವೇರಿಯಂಟ್ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 +#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "ಅಕ್ಷರಶೈಲಿ ತೂಕದ ಸಂಯೋಜನೆ" -#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "ಈ ಟ್ಯಾಗ್ ಅಕ್ಷರಶೈಲಿಯ ತೂಕದ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 +#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "ಅಕ್ಷರ ಶೈಲಿಯ ಎಳೆತದ ಸೆಟ್‌" -#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 +#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "ಈ ಟ್ಯಾಗ್ ಅಕ್ಷರಶೈಲಿಯ ಎಳೆತದ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 +#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 msgid "Font size set" msgstr "ಅಕ್ಷರಶೈಲಿಯ ಗಾತ್ರದ ಸೆಟ್‌" -#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 +#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "ಈ ಟ್ಯಾಗ್ ಅಕ್ಷರಶೈಲಿಯ ಗಾತ್ರದ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 +#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "ಅಕ್ಷರಶೈಲಿಯ ಗಾತ್ರ ಬದಲಾವಣೆ ಸೆಟ್‌" -#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 +#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "ಈ ಟ್ಯಾಗ್ ಅಕ್ಷರಶೈಲಿಯ ಗಾತ್ರವನ್ನು ಗುಣಕದಲ್ಲಿ ಬದಲಾವಣೆ ಮಾಡುತ್ತದೆಯೆ" -#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 +#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 msgid "Rise set" msgstr "ಏರಿಕೆ ಸೆಟ್" -#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 +#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "ಈ ಟ್ಯಾಗ್ ಏರಿಕೆಯ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 +#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "ಹೊಡೆದುಹಾಕುವ ಸೆಟ್" -#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 +#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "ಈ ಟ್ಯಾಗ್‌ ಹೊಡೆದುಹಾಕುವಿಕೆಯ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 +#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 msgid "Underline set" msgstr "ಅಡಿಗೆರೆ ಸೆಟ್" -#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 +#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "ಈ ಟ್ಯಾಗ್‌ ಅಡಿಗೆರೆಯನ್ನು ಎಳೆಯುವಿಕೆಯ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 +#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 msgid "Language set" msgstr "ಭಾಷೆ ಸೆಟ್" -#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 +#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "ಈ ಟ್ಯಾಗ್ ಪಠ್ಯವನ್ನು ರೆಂಡರ್ ಮಾಡಲಾದ ಭಾಷೆಯ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtkcellrenderertext.c:558 +#: gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "ದೀರ್ಗವೃತ್ತದ ಸೆಟ್" -#: ../gtk/gtkcellrenderertext.c:559 +#: gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "ಈ ಟ್ಯಾಗ್ ದೀರ್ಘವೃತ್ತ ಮಾಡುವಿಕೆಯ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtkcellrenderertext.c:562 +#: gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "ಹೊಂದಿಕೆ ಸೆಟ್" -#: ../gtk/gtkcellrenderertext.c:563 +#: gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "ಈ ಟ್ಯಾಗ್ ಹೊಂದಿಕೆ ಕ್ರಮದ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtkcellrenderertoggle.c:126 +#: gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "ಟಾಗಲ್ ಸ್ಥಿತಿ" -#: ../gtk/gtkcellrenderertoggle.c:127 +#: gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "ಗುಂಡಿಯ ಟಾಗಲ್ ಸ್ಥಿತಿ" -#: ../gtk/gtkcellrenderertoggle.c:134 +#: gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "ಅನಿಶ್ಚಿತತೆಯ ಸ್ಥಿತಿ" -#: ../gtk/gtkcellrenderertoggle.c:135 +#: gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "ಗುಂಡಿಯ ಅನಿಶ್ಚಿತತೆಯ ಸ್ಥಿತಿ" -#: ../gtk/gtkcellrenderertoggle.c:142 +#: gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "ಸಕ್ರಿಯಗೊಳಿಸಬಹುದು" -#: ../gtk/gtkcellrenderertoggle.c:143 +#: gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "ಟಾಗಲ್ ಗುಂಡಿಯನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬಹುದು" -#: ../gtk/gtkcellrenderertoggle.c:150 +#: gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "ರೇಡಿಯೋ ಸ್ಥಿತಿ" -#: ../gtk/gtkcellrenderertoggle.c:151 +#: gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "ರೇಡಿಯೋ ಗುಂಡಿಯನ್ನು ಟಾಗಲ್ ಗುಂಡಿಯಾಗಿ ಚಿತ್ರಿಸು" -#: ../gtk/gtkcellrenderertoggle.c:158 +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "ಸೂಚಕದ(Indicator) ಗಾತ್ರ" -#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 -#: ../gtk/gtkcheckmenuitem.c:122 +#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 +#: gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "ಗುರುತುಹಾಕುವ ಅಥವ ರೇಡಿಯೋ ಸೂಚಕದ ಗಾತ್ರ" -#: ../gtk/gtkcellview.c:182 +#: gtk/gtkcellview.c:182 msgid "CellView model" msgstr "CellView ಮಾದರಿ" -#: ../gtk/gtkcellview.c:183 +#: gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "ಕೋಶ ನೋಟದ ಮಾದರಿ" -#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 -#: ../gtk/gtkoptionmenu.c:168 +#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "ಸೂಚಕದ(Indicator) ಗಾತ್ರ" -#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 -#: ../gtk/gtkoptionmenu.c:174 +#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "ಸೂಚಕದ(Indicator) ಅಂತರ" -#: ../gtk/gtkcheckbutton.c:78 +#: gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "ಗುರುತುಹಾಕುವ ಅಥವ ರೇಡಿಯೋ ಸೂಚಕದ ಸುತ್ತಲಿನ ಜಾಗ" -#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 -#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 -#: ../gtk/gtktoggletoolbutton.c:114 +#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 +#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "ಸಕ್ರಿಯ" -#: ../gtk/gtkcheckmenuitem.c:99 +#: gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "ಮೆನು ಅಂಶವನ್ನು ಗುರುತುಹಾಕಲಾಗಿದೆಯೆ" -#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 +#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "ಅನಿಶ್ಚಿತ" -#: ../gtk/gtkcheckmenuitem.c:107 +#: gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "ಒಂದು \"ಅನಿಶ್ಚಿತತೆ\" ಸ್ಥಿತಿಯನ್ನು ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtkcheckmenuitem.c:114 +#: gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "ರೇಡಿಯೋ ಮೆನು ಅಂಶವಾಗಿ ಚಿತ್ರಿಸಬೇಕೆ" -#: ../gtk/gtkcheckmenuitem.c:115 +#: gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "ಮೆನು ಅಂಶವವು ಒಂದು ರೇಡಿಯೋ ಮೆನು ಅಂಶದಂತೆ ಕಾಣಿಸಿಕೊಳ್ಳಬೇಕೆ" -#: ../gtk/gtkcolorbutton.c:171 +#: gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "ಆಲ್ಫಾವನ್ನು ಬಳಸಿ" -#: ../gtk/gtkcolorbutton.c:172 +#: gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "ಬಣ್ಣವು ಒಂದು ಆಲ್ಫಾ ಮೌಲ್ಯವನ್ನು ಕೊಡಬೇಕೆ ಅಥವ ಬೇಡವೆ" -#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 -#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 -#: ../gtk/gtktreeviewcolumn.c:264 +#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 +#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "ಶೀರ್ಷಿಕೆ" -#: ../gtk/gtkcolorbutton.c:187 +#: gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "ಬಣ್ಣ ಆಯ್ಕೆಯ ಸಂವಾದದ ಶೀರ್ಷಿಕೆ" -#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 +#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "ಪ್ರಸ್ತುತ ಇರುವ ಬಣ್ಣ" -#: ../gtk/gtkcolorbutton.c:202 +#: gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "ಆರಿಸಲ್ಪಟ್ಟ ಬಣ್ಣ" -#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 +#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "ಪ್ರಸ್ತುತ ಇರುವ ಆಲ್ಫಾ" -#: ../gtk/gtkcolorbutton.c:217 +#: gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" -msgstr "ಆಯ್ಕೆ ಮಾಡಲಾದ ಅಪಾರದರ್ಶಕತೆ ಮೌಲ್ಯ (ಸಂಪೂರ್ಣ ಪಾರದರ್ಶಕತೆಗೆ 0 ಆಗಿರುತ್ತದೆ, ಸಂಪೂರ್ಣವಾಗಿ ಅಪಾರದರ್ಶಕತೆಗೆ 65535 ಆಗಿರುತ್ತದೆ)" +msgstr "" +"ಆಯ್ಕೆ ಮಾಡಲಾದ ಅಪಾರದರ್ಶಕತೆ ಮೌಲ್ಯ (ಸಂಪೂರ್ಣ ಪಾರದರ್ಶಕತೆಗೆ 0 ಆಗಿರುತ್ತದೆ, ಸಂಪೂರ್ಣವಾಗಿ " +"ಅಪಾರದರ್ಶಕತೆಗೆ 65535 ಆಗಿರುತ್ತದೆ)" -#: ../gtk/gtkcolorsel.c:279 +#: gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "ಅಪಾರದರ್ಶಕತೆಯ ನಿಯಂತ್ರಣವನ್ನು ಹೊಂದಿದೆ" -#: ../gtk/gtkcolorsel.c:280 +#: gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "ಬಣ್ಣದ ಆಯ್ಕೆಯಲ್ಲಿ ಅಪಾರದರ್ಶಕತೆಗೆ ಹೊಂದಿಸುವುದನ್ನು ಅನುಮತಿಸಬೇಕೆ" -#: ../gtk/gtkcolorsel.c:286 +#: gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "ವರ್ಣಫಲಕವನ್ನು ಹೊಂದಿದೆ" -#: ../gtk/gtkcolorsel.c:287 +#: gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "ವರ್ಣಫಲಕವನ್ನು ಬಳಸಬೇಕೆ" -#: ../gtk/gtkcolorsel.c:294 +#: gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "ಪ್ರಸ್ತುತ ಇರುವ ಬಣ್ಣ" -#: ../gtk/gtkcolorsel.c:301 +#: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" -msgstr "ಪ್ರಸಕ್ತ ಅಪಾರದರ್ಶಕತೆ ಮೌಲ್ಯ (ಸಂಪೂರ್ಣ ಪಾರದರ್ಶಕತೆಗೆ 0 ಆಗಿರುತ್ತದೆ, ಸಂಪೂರ್ಣವಾಗಿ ಅಪಾರದರ್ಶಕತೆಗೆ 65535 ಆಗಿರುತ್ತದೆ)" +msgstr "" +"ಪ್ರಸಕ್ತ ಅಪಾರದರ್ಶಕತೆ ಮೌಲ್ಯ (ಸಂಪೂರ್ಣ ಪಾರದರ್ಶಕತೆಗೆ 0 ಆಗಿರುತ್ತದೆ, ಸಂಪೂರ್ಣವಾಗಿ " +"ಅಪಾರದರ್ಶಕತೆಗೆ 65535 ಆಗಿರುತ್ತದೆ)" -#: ../gtk/gtkcolorsel.c:315 +#: gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "ಇಚ್ಛೆಯ ವರ್ಣಫಲಕ" -#: ../gtk/gtkcolorsel.c:316 +#: gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "ಬಣ್ಣದ ಆಯ್ಕೆಗಾರನಲ್ಲಿ ಬಳಸಬೇಕಿರುವ ವರ್ಣಫಲಕ" -#: ../gtk/gtkcolorseldialog.c:102 +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "ಬಣ್ಣದ ಆಯ್ಕೆ" -#: ../gtk/gtkcolorseldialog.c:103 +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "ಸಂವಾದದಲ್ಲಿ ಅಡಕಗೊಳಿಸಲಾದ ಬಣ್ಣದ ಆಯ್ಕೆ." -#: ../gtk/gtkcolorseldialog.c:109 +#: gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "ಸರಿ ಗುಂಡಿ" -#: ../gtk/gtkcolorseldialog.c:110 +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "ಸಂವಾದದಲ್ಲಿ ತೋರಿಸಲಾಗುವ ಸರಿ ಗುಂಡಿ." -#: ../gtk/gtkcolorseldialog.c:116 +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "ರದ್ದು ಮಾಡುವ ಗುಂಡಿ" -#: ../gtk/gtkcolorseldialog.c:117 +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "ಸಂವಾದದಲ್ಲಿ ತೋರಿಸಲಾಗುವ ರದ್ದು ಮಾಡುವ ಗುಂಡಿ." -#: ../gtk/gtkcolorseldialog.c:123 +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "ನೆರವಿನ ಗುಂಡಿ" -#: ../gtk/gtkcolorseldialog.c:124 +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "ಸಂವಾದದಲ್ಲಿ ತೋರಿಸಲಾಗುವ ನೆರವಿನ ಗುಂಡಿ." -#: ../gtk/gtkcombo.c:145 +#: gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "ಬಾಣದ ಗುರುತಿನ ಕೀಲಿಗಳನ್ನು ಶಕ್ತಗೊಳಿಸು" -#: ../gtk/gtkcombo.c:146 +#: gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "ಅಂಶಗಳ ಪಟ್ಟಿಯಲ್ಲಿ ಚಲಿಸಲು ಬಾಣದ ಗುರುತಿನ ಕೀಲಿಯನ್ನು ಬಳಸಬೇಕೆ" -#: ../gtk/gtkcombo.c:152 +#: gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "ಯಾವಾಗಲು ಬಾಣದ ಗುರುತುಗಳ ಕೀಲಿಗಳನ್ನು ಶಕ್ತಗೊಳಿಸು" -#: ../gtk/gtkcombo.c:153 +#: gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "ಪ್ರಚಲಿತದಲ್ಲಿಲ್ಲದ ಗುಣ, ಆಲಕ್ಷಿಸಲಾಗುತ್ತಿದೆ" -#: ../gtk/gtkcombo.c:159 +#: gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "ಕೇಸ್‌ ಸಂವೇದಿ" -#: ../gtk/gtkcombo.c:160 +#: gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "ಪಟ್ಟಿ ಅಂಶದ ತಾಳೆಯಾಗುವಿಕೆಯು ಕೇಸ್ ಸಂವೇದಿಯಾಗಿರಬೇಕೆ" -#: ../gtk/gtkcombo.c:167 +#: gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "ಖಾಲಿಯನ್ನು ಅನುಮತಿಸು" -#: ../gtk/gtkcombo.c:168 +#: gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "ಈ ವರ್ಗದಲ್ಲಿ ಒಂದು ಖಾಲಿ ಮೌಲ್ಯವನ್ನು ನಮೂದಿಸಬೇಕೆ" -#: ../gtk/gtkcombo.c:175 +#: gtk/gtkcombo.c:175 msgid "Value in list" msgstr "ಪಟ್ಟಿಯಲ್ಲಿನ ಮೌಲ್ಯ" -#: ../gtk/gtkcombo.c:176 +#: gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "ನಮೂದಿಸಲಾದ ಮೌಲ್ಯವು ಮೊದಲೆ ಪಟ್ಟಿಯಲ್ಲಿ ಇರಬೇಕೆ" -#: ../gtk/gtkcombobox.c:661 +#: gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "ಸಂಯೋಜನಾ ಚೌಕ ಮಾದರಿ" -#: ../gtk/gtkcombobox.c:662 +#: gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "ಸಂಯೋಜನಾ ಚೌಕಕ್ಕಾಗಿನ ಮಾದರಿ" -#: ../gtk/gtkcombobox.c:679 +#: gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "ಒಂದು ಚೌಕಜಾಲದಲ್ಲಿ ಅಂಶಗಳನ್ನು ಇರಿಸಲು ಆವರಿಕೆಯ ಅಗಲ" -#: ../gtk/gtkcombobox.c:701 +#: gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "ಲಂಬಸಾಲಿಗೆ ವ್ಯಾಪಿಸಿರುವ ಅಡ್ಡಸಾಲು" -#: ../gtk/gtkcombobox.c:702 +#: gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "ಅಡ್ಡಸಾಲಿನ ವ್ಯಾಪ್ತಿಯ ಮೌಲ್ಯಗಳನ್ನು ಒಳಗೊಂಡಿರುವ TreeModel ಲಂಬಸಾಲು" -#: ../gtk/gtkcombobox.c:723 +#: gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "ಲಂಬಸಾಲಿಗೆ ವ್ಯಾಪಿಸಿರುವ ಲಂಬಸಾಲು" -#: ../gtk/gtkcombobox.c:724 +#: gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "ಲಂಬಸಾಲಿನ ವ್ಯಾಪ್ತಿಯ ಮೌಲ್ಯಗಳನ್ನು ಒಳಗೊಂಡಿರುವ TreeModel ಲಂಬಸಾಲು" -#: ../gtk/gtkcombobox.c:745 +#: gtk/gtkcombobox.c:745 msgid "Active item" msgstr "ಸಕ್ರಿಯ ಅಂಶ" -#: ../gtk/gtkcombobox.c:746 +#: gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "ಪ್ರಸ್ತುತ ಇರುವ ಅಂಶ" -#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 +#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "ಮೆನುಗಳಿಗೆ ಹರಿದುಹಾಕುವಿಕೆಗಳನ್ನು ಸೇರಿಸು" -#: ../gtk/gtkcombobox.c:766 +#: gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "ಬೀಳಿಕೆಯು(ಡ್ರಾಪ್‌ಡೌನ್) ಹರಿದ ಮೆನು ಅಂಶವನ್ನು ಹೊಂದಿರಬೇಕೆ" -#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 +#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 msgid "Has Frame" msgstr "ಚೌಕಟ್ಟನ್ನು ಹೊಂದಿದೆ" -#: ../gtk/gtkcombobox.c:782 +#: gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "ಒಂದು ಸಂಯೋಜನಾ ಚೌಕವು ಚೈಲ್ಡಿನ ಸುತ್ತ ಒಂದು ಚೌಕವನ್ನು ಎಳೆಯ ಬೇಕೆ" -#: ../gtk/gtkcombobox.c:790 +#: gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "ಮೌಸಿನಿಂದ ಸಂಯೋಜನಾ ಚೌಕವನ್ನು ಕ್ಲಿಕ್ ಮಾಡಿದಾಗ ಅದು ಗಮನ ಸೆಳೆಯಲ್ಪಡಬೇಕೆ" -#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 +#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "ಹರಿದುಹಾಕುವ ಶೀರ್ಷಿಕೆ" -#: ../gtk/gtkcombobox.c:806 +#: gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" -msgstr "ಒಂದು ಪುಟಿಕೆಯನ್ನು ಹರಿದುಹಾಕಿದಾಗ ವಿಂಡೋ ವ್ಯವಸ್ಥಾಪಕನಿಂದ ತೋರಿಸಬೇಕಿರುವ ಒಂದು ಶೀರ್ಷಿಕೆ" +msgstr "" +"ಒಂದು ಪುಟಿಕೆಯನ್ನು ಹರಿದುಹಾಕಿದಾಗ ವಿಂಡೋ ವ್ಯವಸ್ಥಾಪಕನಿಂದ ತೋರಿಸಬೇಕಿರುವ ಒಂದು ಶೀರ್ಷಿಕೆ" -#: ../gtk/gtkcombobox.c:823 +#: gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "ತೋರಿಸಲಾಗುವ ಪುಟಿಕೆ" -#: ../gtk/gtkcombobox.c:824 +#: gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "ಸಂಯೋಜನಾ ಚೌಕದ ಬೀಳಿಕೆಯು(ಡ್ರಾಪ್‌ಡೌನ್) ತೋರಿಸಲ್ಪಡಬೇಕೆ" -#: ../gtk/gtkcombobox.c:840 +#: gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "ಗುಂಡಿಯ ಸಂವೇನಶೀಲತೆ" -#: ../gtk/gtkcombobox.c:841 +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "ಮಾದರಿಯು ಖಾಲಿ ಇದ್ದಾಗ ಬೀಳಿಕೆಯ ಗುಂಡಿಯು ಸಂವೇದನಶೀಲವಾಗಿರಬೇಕೆ" -#: ../gtk/gtkcombobox.c:848 +#: gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "ಪಟ್ಟಿಯಾಗಿ ಕಾಣಿಸಿಕೊಳ್ಳುತ್ತದೆ" -#: ../gtk/gtkcombobox.c:849 +#: gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "ಬೀಳಿಕೆಗಳು ಮೆನುಗಳಂತೆ ಕಾಣದೆ ಗುಂಡಿಗಳಂತೆ ಕಾಣಿಸಬೇಕೆ" -#: ../gtk/gtkcombobox.c:865 +#: gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "ಬಾಣದ ಗುರುತಿನ ಗಾತ್ರ" -#: ../gtk/gtkcombobox.c:866 +#: gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "ಸಂಯೋಜನಾ ಚೌಕದಲ್ಲಿನ ಬಾಣದ ಗುರುತಿನ ಕನಿಷ್ಠ ಗಾತ್ರ" -#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 -#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 -#: ../gtk/gtkviewport.c:122 +#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 +#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 +#: gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "ನೆರಳಿನ ಬಗೆ" -#: ../gtk/gtkcombobox.c:882 +#: gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "ಸಂಯೋಜನಾ ಚೌಕದ ಸುತ್ತಮುತ್ತ ಯಾವ ಬಗೆಯ ನೆರಳು ಇರಬೇಕು" -#: ../gtk/gtkcontainer.c:238 +#: gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "ಗಾತ್ರಬದಲಿಸು ಕ್ರಮ" -#: ../gtk/gtkcontainer.c:239 +#: gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "ಗಾತ್ರಬದಲಾವಣೆಯ ಘಟನೆಗಳನ್ನು ಹೇಗೆ ನಿಭಾಯಿಸಬೇಕು" -#: ../gtk/gtkcontainer.c:246 +#: gtk/gtkcontainer.c:246 msgid "Border width" msgstr "ಅಂಚಿನ ಅಗಲ" -#: ../gtk/gtkcontainer.c:247 +#: gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "ಕಂಟೈನರುಗಳ ಚಿಲ್ಡ್ರನ್ನಿನ ಹೊರಗಿನ ಖಾಲಿ ಅಂಚಿನ ಅಗಲ" -#: ../gtk/gtkcontainer.c:255 +#: gtk/gtkcontainer.c:255 msgid "Child" msgstr "ಚೈಲ್ಡ್‍" -#: ../gtk/gtkcontainer.c:256 +#: gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "ಕಂಟೈನರಿಗೆ ಹೊಸ ಚೈಲ್ಡನ್ನು ಸೇರಿಸಲು ಬಳಸಬಹುದು" -#: ../gtk/gtkcurve.c:124 +#: gtk/gtkcurve.c:124 msgid "Curve type" msgstr "ವಕ್ರ ರೇಖೆಯ ಬಗೆ" -#: ../gtk/gtkcurve.c:125 +#: gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "ಇದು ಲೀನಿಯರ್ ವಕ್ರರೇಖೆ, ಒಳಸೇರಿಸಲಾದ ಸ್ಪ್ಲೈನ್, ಅಥವ ಮುಕ್ತ-ಆಕಾರದ್ದಾಗಿದೆಯೆ" -#: ../gtk/gtkcurve.c:132 +#: gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "ಕನಿಷ್ಠ X" -#: ../gtk/gtkcurve.c:133 +#: gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "X ನ ಕನಿಷ್ಠ ಸಾಧ್ಯ ಮೌಲ್ಯ" -#: ../gtk/gtkcurve.c:141 +#: gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "ಗರಿಷ್ಠ X" -#: ../gtk/gtkcurve.c:142 +#: gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "X ನ ಗರಿಷ್ಠ ಸಾಧ್ಯ ಮೌಲ್ಯ" -#: ../gtk/gtkcurve.c:150 +#: gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "ಕನಿಷ್ಠ Y" -#: ../gtk/gtkcurve.c:151 +#: gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "Y ನ ಕನಿಷ್ಠ ಸಾಧ್ಯ ಮೌಲ್ಯ" -#: ../gtk/gtkcurve.c:159 +#: gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "ಗರಿಷ್ಠ X" -#: ../gtk/gtkcurve.c:160 +#: gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Y ನ ಗರಿಷ್ಠ ಸಾಧ್ಯ ಮೌಲ್ಯ" -#: ../gtk/gtkdialog.c:145 +#: gtk/gtkdialog.c:145 msgid "Has separator" msgstr "ವಿಯೋಜಕವನ್ನು ಹೊಂದಿದೆ" -#: ../gtk/gtkdialog.c:146 +#: gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "ಸಂವಾದವು ಅದರ ಗುಂಡಿಗಳ ಮೇಲ್ಭಾಗದಲ್ಲಿ ವಿಭಜಕ ಪಟ್ಟಿಕೆಯನ್ನು ಹೊಂದಿದೆ" -#: ../gtk/gtkdialog.c:191 +#: gtk/gtkdialog.c:191 msgid "Content area border" msgstr "ಒಳಪಿಡಿ ಸ್ಥಳದ ಅಂಚು" -#: ../gtk/gtkdialog.c:192 +#: gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "ಮುಖ್ಯ ಸಂವಾದ ಕ್ಷೇತ್ರದ ಸುತ್ತಲಿನ ಅಂಚಿನ ಅಗಲ" -#: ../gtk/gtkdialog.c:209 +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "ಒಳಪಿಡಿ ಸ್ಥಳದ ಅಂತರ" -#: ../gtk/gtkdialog.c:210 +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "ಮುಖ್ಯ ಸಂವಾದ ಕ್ಷೇತ್ರದಲ್ಲಿನ ಅಂಶಗಳ ನಡುವಿನ ಅಂತರ" -#: ../gtk/gtkdialog.c:217 +#: gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "ಗುಂಡಿ ಅಂತರ" -#: ../gtk/gtkdialog.c:218 +#: gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "ಗುಂಡಿಗಳ ನಡುವಿನ ಅಂತರ" -#: ../gtk/gtkdialog.c:226 +#: gtk/gtkdialog.c:226 msgid "Action area border" msgstr "ಕ್ರಿಯೆಯ ಸ್ಥಳದ ಅಂಚು" -#: ../gtk/gtkdialog.c:227 +#: gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "ಸಂವಾದದ ಕೆಳಭಾಗದಲ್ಲಿನ ಗುಂಡಿಯ ಕ್ಷೇತ್ರದ ಸುತ್ತಲಿನ ಅಂಚಿನ ಅಗಲ" -#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 +#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "ತೆರೆಸೂಚಕದ ಸ್ಥಳ" -#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 +#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "ಸೇರಿಸುವ ತೆರೆಸೂಚಕ ಪ್ರಸಕ್ತ ಸ್ಥಾನ, ಅಕ್ಷರಗಳಲ್ಲಿ" -#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 +#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "ಆಯ್ಕೆಯ ಬದ್ಧತೆ" -#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 -msgid "The position of the opposite end of the selection from the cursor in chars" +#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 +msgid "" +"The position of the opposite end of the selection from the cursor in chars" msgstr "ತೆರೆಸೂಚಕದಿಂದ ಆಯ್ಕೆಮಾಡಲಾದ ಇನ್ನೊಂದು ತುದಿಯ ಸ್ಥಾನ, ಅಕ್ಷರಗಳಲ್ಲಿ" -#: ../gtk/gtkentry.c:626 +#: gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "ನಮೂದಿನ ಒಳಪಿಡಿಗಳನ್ನು ಸಂಪಾದಿಸಬೇಕೆ" -#: ../gtk/gtkentry.c:633 +#: gtk/gtkentry.c:633 msgid "Maximum length" msgstr "ಗರಿಷ್ಟ ಉದ್ದ" -#: ../gtk/gtkentry.c:634 +#: gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "ಈ ನಮೂದಿಗಾಗಿನ ಅಕ್ಷರಗಳ ಗರಿಷ್ಟ ಸಂಖ್ಯೆ. ಶೂನ್ಯವೆಂದರೆ ಗರಿಷ್ಟವಾಗಿರುತ್ತದೆ" -#: ../gtk/gtkentry.c:642 +#: gtk/gtkentry.c:642 msgid "Visibility" msgstr "ಗೋಚರಿಕೆ" -#: ../gtk/gtkentry.c:643 +#: gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" -msgstr "FALSE ಎಂದಿದ್ದಲ್ಲಿ ನಿಜವಾದ ಪಠ್ಯದ ಬದಲಿಗೆ (ಗುಪ್ತಪದದ ಕ್ರಮ)\"invisible char\" ಅನ್ನು ತೋರಿಸಲಾಗುತ್ತದೆ" +msgstr "" +"FALSE ಎಂದಿದ್ದಲ್ಲಿ ನಿಜವಾದ ಪಠ್ಯದ ಬದಲಿಗೆ (ಗುಪ್ತಪದದ ಕ್ರಮ)\"invisible char\" ಅನ್ನು " +"ತೋರಿಸಲಾಗುತ್ತದೆ" -#: ../gtk/gtkentry.c:651 +#: gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "FALSE ಆಗಿದ್ದಲ್ಲಿ ನಮೂದಿನಿಂದ ಹೊರಗಿನ ಇಳಿಜಾರನ್ನು ತೆಗೆದು ಹಾಕುತ್ತದೆ" -#: ../gtk/gtkentry.c:659 -msgid "Border between text and frame. Overrides the inner-border style property" +#: gtk/gtkentry.c:659 +msgid "" +"Border between text and frame. Overrides the inner-border style property" msgstr "ಪಠ್ಯ ಹಾಗು ಚೌಕಟ್ಟಿನ ನಡುವಿನ ಅಂಚು. ಒಳಗಿನ ಅಂಚಿನ ಗುಣವನ್ನು ಅತಿಕ್ರಮಿಸುತ್ತದೆ" -#: ../gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 msgid "Invisible character" msgstr "ಅಗೋಚರ ಚಿಹ್ನೆ" -#: ../gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "ನಮೂದಿನ ವಿಷಯಗಳನ್ನು ಅಡಗಿಸುವಾಗ ಬಳಸಬೇಕಿರುವ ಅಕ್ಷರಗಳು (\"ಗುಪ್ತಪದದ ಕ್ರಮ\"ದಲ್ಲಿ)" -#: ../gtk/gtkentry.c:674 +#: gtk/gtkentry.c:674 msgid "Activates default" msgstr "ಪೂರ್ವನಿಯೋಜಿತವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸುತ್ತದೆ" -#: ../gtk/gtkentry.c:675 +#: gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" -msgstr "Enter ಅನ್ನು ಒತ್ತಿದಾಗ ಪೂರ್ವನಿಯೋಜಿತ ವಿಜೆಟನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬೇಕೆ (ಒಂದು ಸಂವಾದದಲ್ಲಿನ ಒಂದು ಪೂರ್ವನಿಯೋಜಿತ ಗುಂಡಿ)" +msgstr "" +"Enter ಅನ್ನು ಒತ್ತಿದಾಗ ಪೂರ್ವನಿಯೋಜಿತ ವಿಜೆಟನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬೇಕೆ (ಒಂದು ಸಂವಾದದಲ್ಲಿನ ಒಂದು " +"ಪೂರ್ವನಿಯೋಜಿತ ಗುಂಡಿ)" -#: ../gtk/gtkentry.c:681 +#: gtk/gtkentry.c:681 msgid "Width in chars" msgstr "ಅಗಲ, ಅಕ್ಷರಗಳಲ್ಲಿ" -#: ../gtk/gtkentry.c:682 +#: gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "ನಮೂದಿಗಾಗಿ ಬಿಡಬೇಕಿರುವ ಜಾಗಕ್ಕೆ ಬೇಕಿರುವ ಅಕ್ಷರಗಳ ಸಂಖ್ಯೆ" -#: ../gtk/gtkentry.c:691 +#: gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "ಚಲನಾ ಆಫ್‌ಸೆಟ್‌" -#: ../gtk/gtkentry.c:692 +#: gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "ತೆರೆಯಿಂದ ಎಡಕ್ಕೆ ಹೊರ ಚಲಿಸಲಾದ ನಮೂದಿಗಾಗಿನ ಪಿಕ್ಸೆಲ್‌ಗಳ ಸಂಖ್ಯೆ" -#: ../gtk/gtkentry.c:702 +#: gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "ನಮೂದಿನ ಒಳ ಅಂಶ" -#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 +#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 msgid "X align" msgstr "X ವಾಲಿಕೆ" -#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 +#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." -msgstr "ಅಡ್ಡಲಾದ ವಾಲಿಕೆ, 0 (ಎಡ) ಯಿಂದ 1 (ಬಲ) ಕ್ಕೆ. RTL ವಿನ್ಯಾಸಗಳಿಗೆ ವಿಲೋಮಗೊಳಿಸಲಾಗುತ್ತದೆ." +msgstr "" +"ಅಡ್ಡಲಾದ ವಾಲಿಕೆ, 0 (ಎಡ) ಯಿಂದ 1 (ಬಲ) ಕ್ಕೆ. RTL ವಿನ್ಯಾಸಗಳಿಗೆ ವಿಲೋಮಗೊಳಿಸಲಾಗುತ್ತದೆ." -#: ../gtk/gtkentry.c:734 +#: gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "ಬಹುಸಾಲುಗಳನ್ನು ಕಡಿಮೆಮಾಡು" -#: ../gtk/gtkentry.c:735 +#: gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "ಬಹುಸಾಲಿನ ಅಂಟಿಸುವಿಕೆಯನ್ನು ಒಂದು ಸಾಲಿಗೆ ಕಡಿಮೆಗೊಳಿಸಬೇಕೆ." -#: ../gtk/gtkentry.c:751 +#: gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" -msgstr "ಚೌಕಟ್ಟನ್ನು ಹೊಂದಿದೆ ಅನ್ನು ಸಜ್ಜುಗೊಳಿಸದಾಗ ನಮೂದಿನ ಸುತ್ತ ಯಾವ ಬಗೆಯ ನೆರಳನ್ನು ಚಿತ್ರಿಸಬೇಕು" +msgstr "" +"ಚೌಕಟ್ಟನ್ನು ಹೊಂದಿದೆ ಅನ್ನು ಸಜ್ಜುಗೊಳಿಸದಾಗ ನಮೂದಿನ ಸುತ್ತ ಯಾವ ಬಗೆಯ ನೆರಳನ್ನು ಚಿತ್ರಿಸಬೇಕು" -#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 +#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "ತಿದ್ದಿಬರೆಯುವ ಕ್ರಮ" -#: ../gtk/gtkentry.c:767 +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "ಈಗಿರುವ ಪಠ್ಯದ ಮೇಲೆ ಹೊಸ ಪಠ್ಯವು ತಿದ್ದಿಬರೆಯುತ್ತದೆಯೆ" -#: ../gtk/gtkentry.c:781 +#: gtk/gtkentry.c:781 msgid "Text length" msgstr "ಪಠ್ಯದ ಉದ್ದ" -#: ../gtk/gtkentry.c:782 +#: gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "ಪ್ರಸಕ್ತ ನಮೂದಿಸಲಾಗುತ್ತಿರುವ ಪಠ್ಯದ ಗಾತ್ರ" -#: ../gtk/gtkentry.c:797 +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "ಅಗೋಚರ ಅಕ್ಷರ ಸೆಟ್" -#: ../gtk/gtkentry.c:798 +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "ಅಗೋಚರ ಅಕ್ಷರವನ್ನು ಹೊಂದಿಸಲಾಗಿದೆಯೆ" -#: ../gtk/gtkentry.c:816 +#: gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "Caps Lock ಎಚ್ಚರಿಕೆ" -#: ../gtk/gtkentry.c:817 +#: gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" -msgstr "ಗುಪ್ತಪದ ನಮೂದುಗಳ ಸಮಯದಲ್ಲಿ Caps Lock ಚಾಲನೆಯಲ್ಲಿದ್ದಲ್ಲಿ ಒಂದು ಎಚ್ಚರಿಕೆಯನ್ನು ತೋರಿಸಬೇಕೆ" +msgstr "" +"ಗುಪ್ತಪದ ನಮೂದುಗಳ ಸಮಯದಲ್ಲಿ Caps Lock ಚಾಲನೆಯಲ್ಲಿದ್ದಲ್ಲಿ ಒಂದು ಎಚ್ಚರಿಕೆಯನ್ನು ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtkentry.c:831 +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "ಪ್ರಗತಿಯ ಅಂಶ" -#: ../gtk/gtkentry.c:832 +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "ಪೂರ್ಣಗೊಂಡ ಕಾರ್ಯದ ಪ್ರಸಕ್ತ ಅಂಶ" -#: ../gtk/gtkentry.c:849 +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "ನಾಡಿ ಹಂತದ ಪ್ರಗತಿ" -#: ../gtk/gtkentry.c:850 +#: gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" -msgstr "gtk_entry_progress_pulse() ಗಾಗಿನ ಪ್ರಗತಿಯ ಪುಟಿಯುವ ಘನಕ್ಕೆ ಸ್ಥಳಾಂತರಿಸಲು ಒಟ್ಟು ನಮೂದಿನ ಅಗಲದ ಅಂಶ" +msgstr "" +"gtk_entry_progress_pulse() ಗಾಗಿನ ಪ್ರಗತಿಯ ಪುಟಿಯುವ ಘನಕ್ಕೆ ಸ್ಥಳಾಂತರಿಸಲು ಒಟ್ಟು " +"ನಮೂದಿನ ಅಗಲದ ಅಂಶ" -#: ../gtk/gtkentry.c:866 +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "ಪ್ರಾಥಮಿಕ Pixbuf" -#: ../gtk/gtkentry.c:867 +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "ನಮೂದಿಗಾಗಿನ ಪ್ರಾಥಮಿಕ Pixbuf" -#: ../gtk/gtkentry.c:881 +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "ಎರಡನೆ Pixbuf" -#: ../gtk/gtkentry.c:882 +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "ನಮೂದಿಗಾಗಿನ ಎರಡನೆ Pixbuf" -#: ../gtk/gtkentry.c:896 +#: gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "ಪ್ರಾಥಮಿಕ ಶೇಖರಣಾ ID" -#: ../gtk/gtkentry.c:897 +#: gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "ಪ್ರಾಥಮಿಕ ಚಿಹ್ನೆಗಾಗಿನ ಶೇಖರಣಾ ID" -#: ../gtk/gtkentry.c:911 +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "ಎರಡನೆ ಶೇಖರಣಾ ID" -#: ../gtk/gtkentry.c:912 +#: gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "ಎರಡನೆ ಚಿಹ್ನೆಗಾಗಿನ ಶೇಖರಣಾ ID" -#: ../gtk/gtkentry.c:926 +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "ಪ್ರಾಥಮಿಕ ಚಿಹ್ನೆಯ ಹೆಸರು" -#: ../gtk/gtkentry.c:927 +#: gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "ಪ್ರಾಥಮಿಕ ಚಿಹ್ನೆಗಾಗಿನ ಹೆಸರು" -#: ../gtk/gtkentry.c:941 +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "ಎರಡನೆ ಚಿಹ್ನೆಯ ಹೆಸರು" -#: ../gtk/gtkentry.c:942 +#: gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "ಎರಡನೆ ಚಿಹ್ನೆಗಾಗಿನ ಹೆಸರು" -#: ../gtk/gtkentry.c:956 +#: gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "ಪ್ರಾಥಮಿಕ GIcon" -#: ../gtk/gtkentry.c:957 +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "ಪ್ರಾಥಮಿಕ ಚಿಹ್ನೆಗಾಗಿನ GIcon" -#: ../gtk/gtkentry.c:971 +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "ಎರಡನೆಯ GIcon" -#: ../gtk/gtkentry.c:972 +#: gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "ಎರಡನೆಯ ಚಿಹ್ನೆಗಾಗಿನ GIcon" -#: ../gtk/gtkentry.c:986 +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "ಪ್ರಾಥಮಿಕ ಸಂಗ್ರಹದ ಬಗೆ" -#: ../gtk/gtkentry.c:987 +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "ಪ್ರಾಥಮಿಕ ಚಿಹ್ನೆಗಾಗಿ ಬಳಸಲಾಗುವ ಪ್ರತಿನಿಧಿ" -#: ../gtk/gtkentry.c:1002 +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "ಎರಡನೆ ಸಂಗ್ರಹದ ಬಗೆ" -#: ../gtk/gtkentry.c:1003 +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "ಎರಡನೆ ಚಿಹ್ನೆಗಾಗಿ ಬಳಸಲಾಗುವ ಪ್ರತಿನಿಧಿ" -#: ../gtk/gtkentry.c:1024 +#: gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "ಪ್ರಾಥಮಿಕ ಚಿಹ್ನೆಯನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬಹುದಾಗಿದೆ" -#: ../gtk/gtkentry.c:1025 +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "ಪ್ರಾಥಮಿಕ ಚಿಹ್ನೆಯನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬಹುದೆ" -#: ../gtk/gtkentry.c:1045 +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "ಎರಡನೆಯ ಚಿಹ್ನೆಯನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬಹುದಾಗಿದೆ" -#: ../gtk/gtkentry.c:1046 +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "ಎರಡನೆಯ ಚಿಹ್ನೆಯನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬಹುದೆ" -#: ../gtk/gtkentry.c:1068 +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "ಪ್ರಾಥಮಿಕ ಚಿಹ್ನೆಯ ಸಂವೇದನಾಶೀಲತೆ" -#: ../gtk/gtkentry.c:1069 +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "ಪ್ರಾಥಮಿಕ ಚಿಹ್ನೆಯು ಸಂವೇದನಾಶೀಲವಾಗಿದೆಯೆ" -#: ../gtk/gtkentry.c:1090 +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "ಎರಡನೆ ಚಿಹ್ನೆಯ ಸಂವೇದನಾಶೀಲತೆ" -#: ../gtk/gtkentry.c:1091 +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "ಎರಡನೆ ಚಿಹ್ನೆಯು ಸಂವೇದನಾಶೀಲವಾಗಿದೆಯೆ" -#: ../gtk/gtkentry.c:1107 +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "ಪ್ರಾಥಮಿಕ ಚಿಹ್ನೆ ಉಪಕರಣ-ಸುಳಿವಿನ ಪಠ್ಯ" -#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "ಪ್ರಾಥಮಿಕ ಚಿಹ್ನೆಯ ಒಳವಿಷಯಗಳ ಉಪಕರಣ-ಸಲಹೆ" -#: ../gtk/gtkentry.c:1124 +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "ಎರಡನೆಯ ಚಿಹ್ನೆ ಉಪಕರಣ-ಸುಳಿವಿನ ಪಠ್ಯ" -#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "ಎರಡನೆ ಚಿಹ್ನೆಯ ಒಳವಿಷಯಗಳ ಉಪಕರಣ-ಸಲಹೆ" -#: ../gtk/gtkentry.c:1143 +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "ಪ್ರಾಥಮಿಕ ಚಿಹ್ನೆ ಉಪಕರಣ-ಸುಳಿವಿನ ಗುರುತು" -#: ../gtk/gtkentry.c:1162 +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "ಎರಡನೆ ಚಿಹ್ನೆ ಉಪಕರಣ-ಸುಳಿವಿನ ಗುರುತು" -#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "IM ಘಟಕ" -#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "ಯಾವ IM ಘಟಕವನ್ನು ಬಳಸಬೇಕು" -#: ../gtk/gtkentry.c:1197 +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "ಚಿಹ್ನೆ ಪೂರ್ವ ಬೆಳಕು" -#: ../gtk/gtkentry.c:1198 +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" -msgstr "ಸಕ್ರಿಯಗೊಳಿಸಬೇಕಾದ ಚಿಹ್ನೆಗಳ ಮೇಲೆ ಸುಳಿದಾಡಿಸಿದಾಗ ಅವುಗಳ ಮೇಲೆ ಪೂರ್ವಬೆಳಕು ಕಾಣಿಸಬೇಕೆ" +msgstr "" +"ಸಕ್ರಿಯಗೊಳಿಸಬೇಕಾದ ಚಿಹ್ನೆಗಳ ಮೇಲೆ ಸುಳಿದಾಡಿಸಿದಾಗ ಅವುಗಳ ಮೇಲೆ ಪೂರ್ವಬೆಳಕು ಕಾಣಿಸಬೇಕೆ" -#: ../gtk/gtkentry.c:1211 +#: gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "ಪ್ರಗತಿಯ ಅಂಚು" -#: ../gtk/gtkentry.c:1212 +#: gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "ಪ್ರಗತಿ ಪಟ್ಟಿಯ ಸುತ್ತಲಿನ ಅಂಚು" -#: ../gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "ಪಠ್ಯ ಹಾಗು ಚೌಕಟ್ಟಿನ ನಡುವಿನ ಅಂಚು." -#: ../gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "ಸ್ಥಿತಿ ಸುಳಿವು" -#: ../gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "ನೆರಳನ್ನು ಅಥವ ಹಿನ್ನಲೆಯನ್ನು ಚಿತ್ರಿಸುವಾಗ ಒಂದು ಸೂಕ್ತವಾದ ಸ್ಥಿತಿಯನ್ನು ಹಾದು ಹೋಗಬೇಕೆ" -#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "ಗಮನ ಕೇಂದ್ರೀಕರಿಸಿದಾಗ ಆರಿಸು" -#: ../gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "ಒಂದು ನಮೂದಿನ ಮೇಲೆ ಗಮನ ಕೇಂದ್ರೀಕರಿಸಿದಾಗ ಅದರ ಒಳಪಿಡಿಗಳನ್ನು ಆರಿಸಬೇಕೆ" -#: ../gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "ಗುಪ್ತಪದದ ಸುಳಿವಿನ ಸಮಯ ಮೀರಿಕೆ" -#: ../gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" -msgstr "ಕೊನೆಯ ಬಾರಿಗೆ ನಮೂದಿಸಿದ್ದನ್ನು ಎಷ್ಟು ಹೊತ್ತಿನವರೆಗೆ ಅಡಗಿಸಲಾದ ನಮೂದುಗಳಲ್ಲಿ ತೋರಿಸಬೇಕು" +msgstr "" +"ಕೊನೆಯ ಬಾರಿಗೆ ನಮೂದಿಸಿದ್ದನ್ನು ಎಷ್ಟು ಹೊತ್ತಿನವರೆಗೆ ಅಡಗಿಸಲಾದ ನಮೂದುಗಳಲ್ಲಿ ತೋರಿಸಬೇಕು" -#: ../gtk/gtkentrycompletion.c:279 +#: gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "ಪೂರ್ಣಗೊಳಿಕಾ ಮಾದರಿ" -#: ../gtk/gtkentrycompletion.c:280 +#: gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "ಹೊಂದಿಕೆಯಾಗುವವುಗಳಿಗಾಗಿ ಹುಡುಕಬೇಕಿರುವ ಮಾದರಿ" -#: ../gtk/gtkentrycompletion.c:286 +#: gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "ಕನಿಷ್ಠ ಕೀಲಿಪದದ ಉದ್ದ" -#: ../gtk/gtkentrycompletion.c:287 +#: gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "ಹೊಂದಿಕೆಯಾಗುವವುಗಳಿಗಾಗಿ ಹುಡುಕಲು ಅಗತ್ಯವಿರುವ ಕನಿಷ್ಠ ಕೀಲಿಪದದ ಉದ್ದ" -#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 +#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 msgid "Text column" msgstr "ಪಠ್ಯದ ಲಂಬಸಾಲು" -#: ../gtk/gtkentrycompletion.c:304 +#: gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "ವಾಕ್ಯಗಳನ್ನು ಹೊಂದಿರುವ ಮಾದರಿಯ ಲಂಬಸಾಲು." -#: ../gtk/gtkentrycompletion.c:323 +#: gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "ಸಾಲಿನಲ್ಲಿ ಪೂರ್ಣಗೊಳಿಕೆ" -#: ../gtk/gtkentrycompletion.c:324 +#: gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "ಸಾಮಾನ್ಯವಾದ ಪೂರ್ವಪ್ರತ್ಯಯಗಳನ್ನು ಸ್ವಯಂಚಾಲಿತವಾಗಿ ಸೇರಿಸಬೇಕೆ" -#: ../gtk/gtkentrycompletion.c:338 +#: gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "ಪುಟಿಕೆ ಪೂರ್ಣಗೊಳಿಕೆ" -#: ../gtk/gtkentrycompletion.c:339 +#: gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "ಪೂರ್ಣಗೊಂಡಿದ್ದನ್ನು ಒಂದು ಪುಟಿಕೆ ವಿಂಡೋದಲ್ಲಿ ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtkentrycompletion.c:354 +#: gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "ಪುಟಿಕೆ ಸೆಟ್‌ ಅಗಲ" -#: ../gtk/gtkentrycompletion.c:355 +#: gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "TRUE ಆದಲ್ಲಿ, ಪುಟಿಕೆ ವಿಂಡೋವು ನಮೂದಿನಷ್ಟೆ ಗಾತ್ರವನ್ನು ಹೊಂದಿರುತ್ತದೆ" -#: ../gtk/gtkentrycompletion.c:373 +#: gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "ಪುಟಿಕೆಯ ಒಂಟಿ ಹೊಂದಿಕೆ" -#: ../gtk/gtkentrycompletion.c:374 +#: gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "TRUE ಆದಲ್ಲಿ, ಒಂದು ಹೊಂದಿಕೆಗಾಗಿ ಪುಟಿಕೆ ವಿಂಡೋವು ಕಾಣಿಸಿಕೊಳ್ಳುತ್ತದೆ." -#: ../gtk/gtkentrycompletion.c:388 +#: gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "ಸಾಲಿನಲ್ಲಿ ಆಯ್ಕೆ" -#: ../gtk/gtkentrycompletion.c:389 +#: gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "ಇಲ್ಲಿ ನಿಮ್ಮ ವಿವರಣೆ" -#: ../gtk/gtkeventbox.c:91 +#: gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "ಗೋಚರಿಸುವ ವಿಂಡೊ" -#: ../gtk/gtkeventbox.c:92 +#: gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." -msgstr "ಅಗೋಚರಿಕೆಯ ಹಾಗು ಕೇವಲ ಟ್ರಾಪ್ ಸನ್ನಿವೇಶಗಳಲ್ಲಿ ಮಾತ್ರವೆ ಕಾಣಿಸಬೇಕಾಗಿರುವುದಕ್ಕೆ ವಿರುದ್ಧವಾಗಿ ಸನ್ನಿವೇಶ ಪೆಟ್ಟಿಗೆಯು ಕಾಣಿಸಬೇಕೆ." +msgstr "" +"ಅಗೋಚರಿಕೆಯ ಹಾಗು ಕೇವಲ ಟ್ರಾಪ್ ಸನ್ನಿವೇಶಗಳಲ್ಲಿ ಮಾತ್ರವೆ ಕಾಣಿಸಬೇಕಾಗಿರುವುದಕ್ಕೆ ವಿರುದ್ಧವಾಗಿ " +"ಸನ್ನಿವೇಶ ಪೆಟ್ಟಿಗೆಯು ಕಾಣಿಸಬೇಕೆ." -#: ../gtk/gtkeventbox.c:98 +#: gtk/gtkeventbox.c:98 msgid "Above child" msgstr "ಮೇಲಿನ ಚೈಲ್ಡ್‍" -#: ../gtk/gtkeventbox.c:99 +#: gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." -msgstr "ಸನ್ನಿವೇಶಚೌಕದ ಸನ್ನಿವೇಶ-ಟ್ರಾಪಿಂಗ್ ವಿಂಡೋವು ಚೈಲ್ಡ್‍ ವಿಜೆಟ್‌ನ ಕೆಳಗಿರಬೇಕಿರುವುದರ ವಿರುದ್ಧವಾಗಿ ಮೇಲಿದೆಯೆ." +msgstr "" +"ಸನ್ನಿವೇಶಚೌಕದ ಸನ್ನಿವೇಶ-ಟ್ರಾಪಿಂಗ್ ವಿಂಡೋವು ಚೈಲ್ಡ್‍ ವಿಜೆಟ್‌ನ ಕೆಳಗಿರಬೇಕಿರುವುದರ ವಿರುದ್ಧವಾಗಿ " +"ಮೇಲಿದೆಯೆ." -#: ../gtk/gtkexpander.c:187 +#: gtk/gtkexpander.c:187 msgid "Expanded" msgstr "ವಿಸ್ತೃತಗೊಂಡ" -#: ../gtk/gtkexpander.c:188 +#: gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "ಚೈಲ್ಡ್‍ ವಿಜೆಟ್‌ ಅನ್ನು ತೋರಿಸಲು ವಿಸ್ತಾರಕವನ್ನು ತೆರೆಯಲಾಗಿದೆಯೆ" -#: ../gtk/gtkexpander.c:196 +#: gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "ವಿಸ್ತಾರಕದ ಲೇಬಲ್‌ನ ಪಠ್ಯ" -#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 +#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 msgid "Use markup" msgstr "ಗುರುತುಗಳನ್ನು ಬಳಸು" -#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 +#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "ಲೇಬಲ್‌ನ ಪಠ್ಯವು XML ಗುರುತುಗಳನ್ನು ಒಳಗೊಂಡಿದೆ. pango_parse_markup() ಅನ್ನು ನೋಡಿ" -#: ../gtk/gtkexpander.c:220 +#: gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "ಲೇಬಲ್ ಹಾಗು ಚೈಲ್ಡಿನ ನಡುವಿನ ಸ್ಥಳ" -#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 +#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "ನಿಯಂತ್ರಣಾ ವಿಜೆಟ್‌ (ವಿಡ್ಗೆಟ್)" -#: ../gtk/gtkexpander.c:230 +#: gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "ಸಾಮಾನ್ಯವಾದ ವಿಸ್ತಾರಕದ ಬದಲಿಗೆ ತೋರಿಸಬೇಕಿರುವ ಒಂದು ವಿಜೆಟ್" -#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 +#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "ವಿಸ್ತಾರಕದ ಗಾತ್ರ" -#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 +#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "ವಿಸ್ತಾರಕ ಬಾಣದ ಗಾತ್ರ" -#: ../gtk/gtkexpander.c:246 +#: gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "ವಿಸ್ತಾರಕ ಬಾಣದ ಸುತ್ತಲಿನ ಜಾಗ" -#: ../gtk/gtkfilechooser.c:194 +#: gtk/gtkfilechooser.c:194 msgid "Action" msgstr "ಕ್ರಿಯೆ" -#: ../gtk/gtkfilechooser.c:195 +#: gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "ಕಡತ ಆಯ್ಕೆಗಾರವು ನಿರ್ವಹಿಸುತ್ತಿರುವ ಕಾರ್ಯದ ಬಗೆ" -#: ../gtk/gtkfilechooser.c:201 +#: gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "ಕಡತ ವ್ಯವಸ್ಥೆಯ ಬ್ಯಾಕ್‌ಎಂಡ್" -#: ../gtk/gtkfilechooser.c:202 +#: gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "ಬಳಸಬೇಕಿರುವ ಕಡತ ವ್ಯವಸ್ಥೆಯ ಬ್ಯಾಕ್‌ಎಂಡ್‌ನ ಹೆಸರು" -#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 +#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "ಶೋಧಕ (ಫಿಲ್ಟರ್)" -#: ../gtk/gtkfilechooser.c:208 +#: gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "ಯಾವ ಕಡತಗಳನ್ನು ತೋರಿಸಬೇಕು ಎಂದು ಸೂಚಿಸುವ ಪ್ರಸಕ್ತ ಶೋಧಕ" -#: ../gtk/gtkfilechooser.c:213 +#: gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "ಸ್ಥಳೀಯ ಮಾತ್ರ" -#: ../gtk/gtkfilechooser.c:214 +#: gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "ಕಡತದ(ಗಳ) ಆಯ್ಕೆಗಳನ್ನು ಕೇವಲ ಸ್ಥಳೀಯ ಕಡತಗಳಿಗೆ ಮಾತ್ರ ಸೀಮಿತಗೊಳಿಸು: URLಗಳು" -#: ../gtk/gtkfilechooser.c:219 +#: gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "ಮುನ್ನೋಟ ವಿಜೆಟ್" -#: ../gtk/gtkfilechooser.c:220 +#: gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "ಇಚ್ಛೆಯ ಮುನ್ನೋಟಗಳಿಗಾಗಿ ವಿಜೆಟ್‌ ಅನ್ನು ಒದಗಿಸುವ ಅನ್ವಯ." -#: ../gtk/gtkfilechooser.c:225 +#: gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "ಮುನ್ನೋಟ ವಿಜೆಟ್‌ ಸಕ್ರಿಯ" -#: ../gtk/gtkfilechooser.c:226 -msgid "Whether the application supplied widget for custom previews should be shown." +#: gtk/gtkfilechooser.c:226 +msgid "" +"Whether the application supplied widget for custom previews should be shown." msgstr "ಇಚ್ಛೆಯ ಮುನ್ನೋಟಗಳಿಗಾಗಿ ಅನ್ವಯದಿಂದ ಒದಗಿಸಲಾದ ವಿಜೆಟ್ ಅನ್ನು ತೋರಿಸಬೇಕೆ." -#: ../gtk/gtkfilechooser.c:231 +#: gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "ಮುನ್ನೋಟ ಲೇಬಲ್‌ ಅನ್ನು ಬಳಸಬೇಕೆ" -#: ../gtk/gtkfilechooser.c:232 +#: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "ಮುನ್ನೋಟ ತೋರಿಸಲಾದ ಕಡತದ ಹೆಸರಿನೊಂದಿಗಿನ ಶೇಖರಣಾ ಲೇಬಲ್ ಅನ್ನು ತೋರಿಸಬೇಕೆ." -#: ../gtk/gtkfilechooser.c:237 +#: gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "ಹೆಚ್ಚುವರಿ ವಿಜೆಟ್" -#: ../gtk/gtkfilechooser.c:238 +#: gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "ಹೆಚ್ಚುವರಿ ಕಾರ್ಯಗಳಿಗಾಗಿ ಅನ್ವಯ ಒದಗಿಸಿದ ವಿಜೆಟ್." -#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 -#: ../gtk/gtkrecentchooser.c:203 +#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "ಬಹು ಆಯ್ಕೆ" -#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 +#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "ಅನೇಕ ಕಡತಗಳ ಆಯ್ಕೆಯನ್ನು ಅನುಮತಿಸಬೇಕೆ" -#: ../gtk/gtkfilechooser.c:250 +#: gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "ಅಡಗಿಸಿದ್ದನ್ನು ತೋರಿಸು" -#: ../gtk/gtkfilechooser.c:251 +#: gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "ಅಡಗಿಸಲಾದ ಕಡತಗಳು ಹಾಗು ಕಡತಕೋಶಗಳನ್ನು ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtkfilechooser.c:266 +#: gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "ತಿದ್ದಿ ಬರೆಯುವುದನ್ನು ಖಚಿತಪಡಿಸು" -#: ../gtk/gtkfilechooser.c:267 +#: gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." -msgstr "ಉಳಿಸುವ ಕ್ರಮದಲ್ಲಿನ ಒಂದು ಕಡತ ಆಯ್ಕೆಗಾರವು ಅಗತ್ಯಬಿದ್ದಲ್ಲಿ ತಿದ್ದಿಬರೆಯುವಿಕೆಯನ್ನು ಖಚಿತಪಡಿಸುವ ಒಂದು ಸಂವಾದವನ್ನು ನೀಡಬೇಕೆ." +msgstr "" +"ಉಳಿಸುವ ಕ್ರಮದಲ್ಲಿನ ಒಂದು ಕಡತ ಆಯ್ಕೆಗಾರವು ಅಗತ್ಯಬಿದ್ದಲ್ಲಿ ತಿದ್ದಿಬರೆಯುವಿಕೆಯನ್ನು ಖಚಿತಪಡಿಸುವ " +"ಒಂದು ಸಂವಾದವನ್ನು ನೀಡಬೇಕೆ." -#: ../gtk/gtkfilechooserbutton.c:376 +#: gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "ಸಂವಾದ" -#: ../gtk/gtkfilechooserbutton.c:377 +#: gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "ಬಳಸಬೇಕಿರುವ ಕಡತ ಆಯ್ಕೆಗಾರನ ಸಂವಾದ." -#: ../gtk/gtkfilechooserbutton.c:408 +#: gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "ಕಡತ ಆಯ್ಕೆಗಾರನ ಸಂವಾದದ ಶೀರ್ಷಿಕೆ." -#: ../gtk/gtkfilechooserbutton.c:422 +#: gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "ಗುಂಡಿ ವಿಜೆಟ್‌ನ ಇಚ್ಛೆಯ ಅಗಲ, ಅಕ್ಷರಗಳಲ್ಲಿ." -#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 -#: ../gtk/gtkstatusicon.c:218 +#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 +#: gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "ಕಡತದ ಹೆಸರು" -#: ../gtk/gtkfilesel.c:527 +#: gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "ಪ್ರಸಕ್ತ ಆಯ್ಕೆ ಮಾಡಲಾದ ಕಡತದ ಹೆಸರು" -#: ../gtk/gtkfilesel.c:533 +#: gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "ಕಡತ ಕಾರ್ಯಾಚರಣೆಗಳನ್ನು ತೋರಿಸು" -#: ../gtk/gtkfilesel.c:534 +#: gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "ಕಡತಗಳನ್ನು ರಚಿಸುವ/ಬದಲಾಯಿಸುವ ಗುಂಡಿಗಳನ್ನು ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 +#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 msgid "X position" msgstr "X ಸ್ಥಾನ" -#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 +#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "ಚೈಲ್ಡ್‍ ವಿಜೆಟ್‌ನ X ಸ್ಥಾನ" -#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 +#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 msgid "Y position" msgstr "Y ಸ್ಥಾನ" -#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 +#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "ಚೈಲ್ಡ್‍ ವಿಜೆಟ್‌ನ Y ಸ್ಥಾನ" -#: ../gtk/gtkfontbutton.c:143 +#: gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "ಅಕ್ಷರಶೈಲಿ ಆಯ್ಕೆ ಸಂವಾದದ ಶೀರ್ಷಿಕೆ" -#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 +#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 msgid "Font name" msgstr "ಅಕ್ಷರಶೈಲಿಯ ಹೆಸರು" -#: ../gtk/gtkfontbutton.c:159 +#: gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "ಆರಿಸಲ್ಪಟ್ಟ ಅಕ್ಷರಶೈಲಿಯ ಹೆಸರು" -#: ../gtk/gtkfontbutton.c:160 +#: gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:175 +#: gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "ಲೇಬಲ್‌ನಲ್ಲಿ ಅಕ್ಷರಶೈಲಿಯನ್ನು ಬಳಸು" -#: ../gtk/gtkfontbutton.c:176 +#: gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "ಆಯ್ದ ಅಕ್ಷರಶೈಲಿಯಲ್ಲಿ ಲೇಬಲ್ ಅನ್ನು ಚಿತ್ರಿಸಬೇಕೆ" -#: ../gtk/gtkfontbutton.c:191 +#: gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "ಲೇಬಲ್‌ನಲ್ಲಿ ಗಾತ್ರವನ್ನು ಬಳಸು" -#: ../gtk/gtkfontbutton.c:192 +#: gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "ಲೇಬಲ್ ಅನ್ನು ಆಯ್ದ ಕಡತಶೈಲಿಯ ಗಾತ್ರದೊಂದಿಗೆ ಬಳಸಬೇಕೆ" -#: ../gtk/gtkfontbutton.c:208 +#: gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "ಶೈಲಿಯನ್ನು ತೋರಿಸು" -#: ../gtk/gtkfontbutton.c:209 +#: gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "ಆಯ್ದ ಅಕ್ಷರಶೈಲಿಯನ್ನು ಲೇಬಲ್‌ನಲ್ಲಿ ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtkfontbutton.c:224 +#: gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "ಗಾತ್ರವನ್ನು ತೋರಿಸು" -#: ../gtk/gtkfontbutton.c:225 +#: gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "ಆಯ್ದ ಅಕ್ಷರಶೈಲಿಯ ಗಾತ್ರವನ್ನು ಲೇಬಲ್‌ನಲ್ಲಿ ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtkfontsel.c:197 +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "ಅಕ್ಷರಶೈಲಿಯನ್ನು ಪ್ರತಿನಿಧಿಸುವ ವಾಕ್ಯ" -#: ../gtk/gtkfontsel.c:204 +#: gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "ಪ್ರಸಕ್ತ ಆಯ್ಕೆ ಮಾಡಲಾದ GdkFont" -#: ../gtk/gtkfontsel.c:210 +#: gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "ಮುನ್ನೋಟ ಪಠ್ಯ" -#: ../gtk/gtkfontsel.c:211 +#: gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "ಆಯ್ದ ಅಕ್ಷರಶೈಲಿಯನ್ನು ತೋರಿಸಲು ಬಳಸಬೇಕಿರುವ ಪಠ್ಯ" -#: ../gtk/gtkframe.c:106 +#: gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "ಚೌಕಟ್ಟಿನ ಲೇಬಲ್‌ನ ಪಠ್ಯ" -#: ../gtk/gtkframe.c:113 +#: gtk/gtkframe.c:113 msgid "Label xalign" msgstr "ಲೇಬಲ್‌ನ xವಾಲಿಕೆ" -#: ../gtk/gtkframe.c:114 +#: gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "ಲೇಬಲ್‌ನ ಅಡ್ಡ ವಾಲಿಕೆ" -#: ../gtk/gtkframe.c:122 +#: gtk/gtkframe.c:122 msgid "Label yalign" msgstr "ಲೇಬಲ್‌ನ yವಾಲಿಕೆ" -#: ../gtk/gtkframe.c:123 +#: gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "ಲೇಬಲ್‌ನ ಲಂಬ ವಾಲಿಕೆ" -#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 +#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "ತೆಗೆದುಹಾಕಲಾದ ಗುಣ, ಬದಲಿಗೆ shadow_type ಅನ್ನು ಬಳಸಿ" -#: ../gtk/gtkframe.c:138 +#: gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "ಚೌಕಟ್ಟಿನ ನೆರಳು(Frame shadow)" -#: ../gtk/gtkframe.c:139 +#: gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "ಚೌಕಟ್ಟಿನ ಅಂಚಿನ ಸ್ವರೂಪ" -#: ../gtk/gtkframe.c:148 +#: gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "ಸಾಮಾನ್ಯವಾದ ವಿಜೆಟ್‌ನ ಸ್ಥಳದಲ್ಲಿ ತೋರಿಸಬೇಕಿರುವ ಚೌಕಟ್ಟಿನ ಲೇಬಲ್" -#: ../gtk/gtkhandlebox.c:175 +#: gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "ಕಂಟೈನರಿನ ಸುತ್ತಲಿನ ನೆರಳಿನ ಸ್ವರೂಪ" -#: ../gtk/gtkhandlebox.c:183 +#: gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "ಹ್ಯಾಂಡಲಿನ ಸ್ಥಾನ" -#: ../gtk/gtkhandlebox.c:184 +#: gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "ಚೈಲ್ಡ್‍ ವಿಜೆಟ್‌ಗೆ ಅನುಗುಣವಾದ ಹ್ಯಾಂಡಲಿನ ಸ್ಥಾನ" -#: ../gtk/gtkhandlebox.c:192 +#: gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "ಅಂಚನ್ನು ಸೆಳೆ" -#: ../gtk/gtkhandlebox.c:193 +#: gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" msgstr "ಹ್ಯಾಂಡಲ್‌ಚೌಕವನ್ನು ಡಾಕ್ ಮಾಡಲು ಡಾಕಿಂಗ್ ಕೇಂದ್ರದೊಂದಿಗೆ ಜೋಡಿಸಿಡಲಾದ ಹ್ಯಾಂಡಲ್‌ಚೌಕದ ಬದಿ" -#: ../gtk/gtkhandlebox.c:201 +#: gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "ಅಂಚನ್ನು ಸೆಳೆಯುವ ಸೆಟ್" -#: ../gtk/gtkhandlebox.c:202 +#: gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" -msgstr "snap_edge ಗುಣದ ಮೌಲ್ಯವನ್ನು ಅಥವ handle_position ನಿಂದ ಉತ್ಪಾದಿತಗೊಂಡ ಒಂದು ಮೌಲ್ಯವನ್ನು ಬಳಸಬೇಕೆ" +msgstr "" +"snap_edge ಗುಣದ ಮೌಲ್ಯವನ್ನು ಅಥವ handle_position ನಿಂದ ಉತ್ಪಾದಿತಗೊಂಡ ಒಂದು ಮೌಲ್ಯವನ್ನು " +"ಬಳಸಬೇಕೆ" -#: ../gtk/gtkhandlebox.c:209 +#: gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "ಚೈಲ್ಡನ್ನು ತಪ್ಪಿಸಲಾಗಿದೆ" -#: ../gtk/gtkhandlebox.c:210 +#: gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." -msgstr "ಹ್ಯಾಂಡಲ್‌ಪೆಟ್ಟಿಗೆಯ ಚೈಲ್ಡನ್ನು ಲಗತ್ತಿಸಲಾಗಿದೆಯೆ ಅಥವ ತಪ್ಪಿಸಲಾಗಿದೆಯೆ ಎಂದು ಸೂಚಿಸುವ ಒಂದು ಬೂಲಿಯನ್ ಮೌಲ್ಯ." +msgstr "" +"ಹ್ಯಾಂಡಲ್‌ಪೆಟ್ಟಿಗೆಯ ಚೈಲ್ಡನ್ನು ಲಗತ್ತಿಸಲಾಗಿದೆಯೆ ಅಥವ ತಪ್ಪಿಸಲಾಗಿದೆಯೆ ಎಂದು ಸೂಚಿಸುವ ಒಂದು " +"ಬೂಲಿಯನ್ ಮೌಲ್ಯ." -#: ../gtk/gtkiconview.c:548 +#: gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "ಆಯ್ಕೆಯ ಕ್ರಮ" -#: ../gtk/gtkiconview.c:549 +#: gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "ಆಯ್ಕೆಯ ಕ್ರಮ" -#: ../gtk/gtkiconview.c:567 +#: gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "Pixbuf ಲಂಬಸಾಲು" -#: ../gtk/gtkiconview.c:568 +#: gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "ಚಿಹ್ನೆ pixbuf ಅನ್ನು ಯಾವುದರಿಂದ ಮರಳಿ ಪಡೆಯಬೇಕೋ ಆ ಮಾದರಿ ಲಂಬಸಾಲು" -#: ../gtk/gtkiconview.c:586 +#: gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "ಪಠ್ಯವನ್ನು ಯಾವುದರಿಂದ ಮರಳಿ ಪಡೆಯಬೇಕೋ ಆ ಮಾದರಿ ಲಂಬಸಾಲು" -#: ../gtk/gtkiconview.c:605 +#: gtk/gtkiconview.c:605 msgid "Markup column" msgstr "ಗುರುತು ಲಂಬಸಾಲು" -#: ../gtk/gtkiconview.c:606 +#: gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" -msgstr "Pango ಗುರುತು ಹಾಕುವಿಕೆಯನ್ನು ಬಳಸುತ್ತಿದ್ದಲ್ಲಿ ಪಠ್ಯವನ್ನು ಮರುಪಡೆಯಲು ಉಪಯೋಗಿಸಬೇಕಿರುವ ಮಾದರಿ ಲಂಬಸಾಲು" +msgstr "" +"Pango ಗುರುತು ಹಾಕುವಿಕೆಯನ್ನು ಬಳಸುತ್ತಿದ್ದಲ್ಲಿ ಪಠ್ಯವನ್ನು ಮರುಪಡೆಯಲು ಉಪಯೋಗಿಸಬೇಕಿರುವ " +"ಮಾದರಿ ಲಂಬಸಾಲು" -#: ../gtk/gtkiconview.c:613 +#: gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "ಚಿಹ್ನೆ ನೋಟ ವಿಧಾನ" -#: ../gtk/gtkiconview.c:614 +#: gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "ಚಿಹ್ನೆ ನೋಟಕ್ಕಾಗಿನ ಮಾದರಿ" -#: ../gtk/gtkiconview.c:630 +#: gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "ಲಂಬಸಾಲುಗಳ ಸಂಖ್ಯೆ" -#: ../gtk/gtkiconview.c:631 +#: gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "ತೋರಿಸಬೇಕಿರುವ ಲಂಬಸಾಲುಗಳ ಸಂಖ್ಯೆ" -#: ../gtk/gtkiconview.c:648 +#: gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "ಪ್ರತಿ ಅಂಶದ ಅಗಲ" -#: ../gtk/gtkiconview.c:649 +#: gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "ಪ್ರತಿ ಅಂಶದಲ್ಲಿ ಬಳಸಲಾದ ಅಗಲ" -#: ../gtk/gtkiconview.c:665 +#: gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "ಒಂದು ಅಂಶದ ನಡುವೆ ಸೇರಿಸಲಾದ ಸ್ಥಳ" -#: ../gtk/gtkiconview.c:680 +#: gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "ಸಾಲಿನ ಅಂತರ" -#: ../gtk/gtkiconview.c:681 +#: gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "ಚೌಕಜಾಲದ ಅಡ್ಡಸಾಲಿನ ನಡುವೆ ಸೇರಿಸಲಾದ ಸ್ಥಳ" -#: ../gtk/gtkiconview.c:696 +#: gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "ಲಂಬಸಾಲಿನ ಅಂತರ" -#: ../gtk/gtkiconview.c:697 +#: gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "ಚೌಕಜಾಲದ ಲಂಬಸಾಲಿನ ನಡುವೆ ಸೇರಿಸಲಾದ ಸ್ಥಳ" -#: ../gtk/gtkiconview.c:712 +#: gtk/gtkiconview.c:712 msgid "Margin" msgstr "ಅಂಚು" -#: ../gtk/gtkiconview.c:713 +#: gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "ಚಿಹ್ನೆ ನೋಟದ ಅಂಚುಗಳಲ್ಲಿ ಸೇರಿಸಲಾದ ಸ್ಥಳ" -#: ../gtk/gtkiconview.c:730 -msgid "How the text and icon of each item are positioned relative to each other" -msgstr "ಪ್ರತಿಯೊಂದು ಅಂಶದ ಪಠ್ಯ ಹಾಗು ಚಿಹ್ನೆಯನ್ನು ಪ್ರತಿಯೊಂದಕ್ಕೂ ಪರಸ್ಪರ ಹೊಂದಿಕೆ ಆಗುವಂತೆ ಹೇಗೆ ಇರಿಸಿಬೇಕು" +#: gtk/gtkiconview.c:730 +msgid "" +"How the text and icon of each item are positioned relative to each other" +msgstr "" +"ಪ್ರತಿಯೊಂದು ಅಂಶದ ಪಠ್ಯ ಹಾಗು ಚಿಹ್ನೆಯನ್ನು ಪ್ರತಿಯೊಂದಕ್ಕೂ ಪರಸ್ಪರ ಹೊಂದಿಕೆ ಆಗುವಂತೆ ಹೇಗೆ " +"ಇರಿಸಿಬೇಕು" -#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 -#: ../gtk/gtktreeviewcolumn.c:307 +#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "ಕ್ರಮವನ್ನು ಬದಲಿಸಬಹುದಾದ" -#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 +#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "ನೋಟದ ಕ್ರಮವನ್ನು ಬದಲಿಸಬಹುದಾಗಿದೆ" -#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 +#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "ಉಪಕರಣ-ಸುಳಿವು ಲಂಬಸಾಲು" -#: ../gtk/gtkiconview.c:755 +#: gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "ಅಂಶಗಳಿಗಾಗಿನ ಉಪಕರಣ ಸುಳಿವಿನ ಪಠ್ಯಗಳನ್ನು ಒಳಗೊಂಡಿರುವ ಮಾದರಿಯಲ್ಲಿನ ಲಂಬಸಾಲು" -#: ../gtk/gtkiconview.c:766 +#: gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "ಆಯ್ಕೆ ಚೌಕದ ಬಣ್ಣ" -#: ../gtk/gtkiconview.c:767 +#: gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "ಆಯ್ಕೆ ಚೌಕದ ಬಣ್ಣ" -#: ../gtk/gtkiconview.c:773 +#: gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "ಆಯ್ಕೆ ಚೌಕ ಆಲ್ಫಾ" -#: ../gtk/gtkiconview.c:774 +#: gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "ಆಯ್ಕೆ ಚೌಕದ ಅಪಾರದರ್ಶಕತೆ" -#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 +#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "Pixbuf" -#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 +#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "ಪ್ರದರ್ಶಿಸಲು ಒಂದು GdkPixbuf" -#: ../gtk/gtkimage.c:139 +#: gtk/gtkimage.c:139 msgid "Pixmap" msgstr "Pixmap" -#: ../gtk/gtkimage.c:140 +#: gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "ಪ್ರದರ್ಶಿಸಲು ಒಂದು GdkPixmap" -#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 +#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "ಚಿತ್ರ" -#: ../gtk/gtkimage.c:148 +#: gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "ಪ್ರದರ್ಶಿಸಲು ಒಂದು GdkImage" -#: ../gtk/gtkimage.c:155 +#: gtk/gtkimage.c:155 msgid "Mask" msgstr "ಮುಸುಕು(Mask)" -#: ../gtk/gtkimage.c:156 +#: gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "GdkImage ಅಥವ GdkPixmap ನೊಂದಿಗೆ ಬಳಸಲು ಮುಸುಕು ಬಿಟ್‌ಮ್ಯಾಪ್" -#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 +#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "ಲೋಡ್ ಮಾಡಲು ಹಾಗು ಪ್ರದರ್ಶಿಸಲು ಕಡತದ ಹೆಸರು" -#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 +#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "ಪ್ರದರ್ಶಿಸಲು ಶೇಖರಣಾ ಚಿತ್ರಿಕೆಗಾಗಿನ ಶೇಖರಣಾ ID" -#: ../gtk/gtkimage.c:180 +#: gtk/gtkimage.c:180 msgid "Icon set" msgstr "ಚಿಹ್ನೆಯ ಸೆಟ್" -#: ../gtk/gtkimage.c:181 +#: gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "ಪ್ರದರ್ಶಿಸಲು ಚಿಹ್ನೆಯ ಸೆಟ್" -#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:214 ../gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "ಚಿಹ್ನೆ ಗಾತ್ರ" -#: ../gtk/gtkimage.c:189 +#: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" -msgstr "ಶೇಖರಣಾ ಚಿಹ್ನೆ, ಚಿಹ್ನೆ ಸೆಟ್ ಅಥವ ಹೆಸರಿಸಲಾದ ಚಿಹ್ನೆಗಾಗಿ ಬಳಸಬೇಕಿರುವ ಸಾಂಕೇತಿಕ ಗಾತ್ರ" +msgstr "" +"ಶೇಖರಣಾ ಚಿಹ್ನೆ, ಚಿಹ್ನೆ ಸೆಟ್ ಅಥವ ಹೆಸರಿಸಲಾದ ಚಿಹ್ನೆಗಾಗಿ ಬಳಸಬೇಕಿರುವ ಸಾಂಕೇತಿಕ ಗಾತ್ರ" -#: ../gtk/gtkimage.c:205 +#: gtk/gtkimage.c:205 msgid "Pixel size" msgstr "ಪಿಕ್ಸೆಲ್ಲಿನ ಗಾತ್ರ" -#: ../gtk/gtkimage.c:206 +#: gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "ಹೆಸರಿಸಲಾದ ಚಿಹ್ನೆಗಾಗಿ ಬಳಸಲು ಪಿಕ್ಸೆಲ್‌ನ ಗಾತ್ರ" -#: ../gtk/gtkimage.c:214 +#: gtk/gtkimage.c:214 msgid "Animation" msgstr "ಸಜೀವನಗಳು (ಆನಿಮೇಶನ್)" -#: ../gtk/gtkimage.c:215 +#: gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "ಪ್ರದರ್ಶಿಸಲು GdkPixbufAnimation" -#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 +#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "ಸಂಗ್ರಹ ಬಗೆ" -#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 +#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "ಚಿತ್ರಿಕೆ ದತ್ತಾಂಶಕ್ಕಾಗಿ ಬಳಸಲಾಗುವ ಪ್ರತಿನಿಧಿಸುವಿಕೆ" -#: ../gtk/gtkimagemenuitem.c:136 +#: gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "ಮೆನು ಪಠ್ಯದ ಎದುರಿಗೆ ಕಾಣಿಸಬೇಕಿರುವ ಚೈಲ್ಡ್‍ ವಿಜೆಟ್" -#: ../gtk/gtkimagemenuitem.c:151 +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "ಶೇಖರಣಾ ಮೆನು ಅಂಶವನ್ನು ರಚಿಸಲು ಲೇಬಲ್ ಪಠ್ಯವನ್ನು ಬಳಸಬೇಕೆ" -#: ../gtk/gtkimagemenuitem.c:169 +#: gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "ಯಾವಾಗಲೂ ಚಿತ್ರವನ್ನು ತೋರಿಸು" -#: ../gtk/gtkimagemenuitem.c:170 +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "ಚಿತ್ರವನ್ನು ಯಾವಾಗಲೂ ತೋರಿಸುತ್ತಿರಬೇಕೆ" -#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "Accel ಸಮೂಹ" -#: ../gtk/gtkimagemenuitem.c:185 +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "ಶೇಖರಣಾ ವೇಗವರ್ಧಕ ಕೀಲಿಗಳಲ್ಲಿ ಬಳಸಬೇಕಿರುವ Accel ಸಮೂಹ" -#: ../gtk/gtkimagemenuitem.c:190 +#: gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "ಮೆನು ಚಿತ್ರಗಳನ್ನು ತೋರಿಸು" -#: ../gtk/gtkimagemenuitem.c:191 +#: gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "ಮೆನುಗಳಲ್ಲಿ ಚಿತ್ರಗಳನ್ನು ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "ಈ ವಿಂಡೋವನ್ನು ತೋರಿಸಲಾಗುವ ತೆರೆ" -#: ../gtk/gtklabel.c:368 +#: gtk/gtklabel.c:368 msgid "The text of the label" msgstr "ಪಠ್ಯದ ಲೇಬಲ್" -#: ../gtk/gtklabel.c:375 +#: gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "ಪಠ್ಯದ ಲೇಬಲ್‌ಗೆ ಬಳಸಬೇಕಿರುವ ಶೈಲಿ ಗುಣವಿಶೇಷಗಳ ಒಂದು ಪಟ್ಟಿ" -#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 +#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 msgid "Justification" msgstr "ಸರಿಹೊಂದಿಸು" -#: ../gtk/gtklabel.c:397 +#: gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " "GtkMisc::xalign for that" -msgstr "ಲೇಬಲ್‌ನ ಪಠ್ಯದ ಪರಸ್ಪರ ಸಾಲುಗಳ ಹೊಂದಿಕೆ. ಇದು ನಿಯೋಜಿತವಾದ ಜಾಗದಲ್ಲಿನ ಲೇಬಲ್‌ನ ಹೊಂದಿಕೆಯ ಮೇಲೆ ಯಾವುದೆ ಪರಿಣಾಮವನ್ನು ಬೀರುವುದಿಲ್ಲ. ಅದಕ್ಕಾಗಿ GtkMisc::xalign ಅನ್ನು ನೋಡಿ" +msgstr "" +"ಲೇಬಲ್‌ನ ಪಠ್ಯದ ಪರಸ್ಪರ ಸಾಲುಗಳ ಹೊಂದಿಕೆ. ಇದು ನಿಯೋಜಿತವಾದ ಜಾಗದಲ್ಲಿನ ಲೇಬಲ್‌ನ ಹೊಂದಿಕೆಯ ಮೇಲೆ " +"ಯಾವುದೆ ಪರಿಣಾಮವನ್ನು ಬೀರುವುದಿಲ್ಲ. ಅದಕ್ಕಾಗಿ GtkMisc::xalign ಅನ್ನು ನೋಡಿ" -#: ../gtk/gtklabel.c:405 +#: gtk/gtklabel.c:405 msgid "Pattern" msgstr "ನಮೂನೆ" -#: ../gtk/gtklabel.c:406 +#: gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" -msgstr "ಅಡಿಗೆರೆ ಹಾಕಲು ಪಠ್ಯದಲ್ಲಿನ ಅಕ್ಷರಗಳಿಗೆ ಅನುಗುಣವಾದ ಸ್ಥಾನಗಳಲ್ಲಿನ _ ಅಕ್ಷರಗಳನ್ನು ಹೊಂದಿರುವ ವಾಕ್ಯ" +msgstr "" +"ಅಡಿಗೆರೆ ಹಾಕಲು ಪಠ್ಯದಲ್ಲಿನ ಅಕ್ಷರಗಳಿಗೆ ಅನುಗುಣವಾದ ಸ್ಥಾನಗಳಲ್ಲಿನ _ ಅಕ್ಷರಗಳನ್ನು ಹೊಂದಿರುವ " +"ವಾಕ್ಯ" -#: ../gtk/gtklabel.c:413 +#: gtk/gtklabel.c:413 msgid "Line wrap" msgstr "ಸಾಲು ಆವರಿಕೆ" -#: ../gtk/gtklabel.c:414 +#: gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "ಹೊಂದಿಸಿದಲ್ಲಿ, ಪಠ್ಯಗಳು ಬಹಳ ಅಗಲವಾಗಿದ್ದಲ್ಲಿ ಸಾಲುಗಳನ್ನು ಆವರಿಸಲಾಗುವುದು" -#: ../gtk/gtklabel.c:429 +#: gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "ಸಾಲು ಆವರಿಕೆ ಕ್ರಮ" -#: ../gtk/gtklabel.c:430 +#: gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" -msgstr "ಆವರಿಕೆಯನ್ನು ಹೊಂದಿಸಿದಲ್ಲಿ, ಸಾಲುಆವರಿಕೆಯನ್ನು ಹೇಗೆ ನಡೆಸಬೇಕು ಎಂದು ನಿಯಂತ್ರಿಸುತ್ತದೆ" +msgstr "" +"ಆವರಿಕೆಯನ್ನು ಹೊಂದಿಸಿದಲ್ಲಿ, ಸಾಲುಆವರಿಕೆಯನ್ನು ಹೇಗೆ ನಡೆಸಬೇಕು ಎಂದು ನಿಯಂತ್ರಿಸುತ್ತದೆ" -#: ../gtk/gtklabel.c:437 +#: gtk/gtklabel.c:437 msgid "Selectable" msgstr "ಆರಿಸಬಹುದಾದ" -#: ../gtk/gtklabel.c:438 +#: gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "ಲೇಬಲ್ ಪಠ್ಯವನ್ನು ಮೌಸ್ ಬಳಸಿಕೊಂಡು ಆರಿಸಬಹುದೆ" -#: ../gtk/gtklabel.c:444 +#: gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "ನಿಮೋನಿಕ್ ಕೀಲಿ" -#: ../gtk/gtklabel.c:445 +#: gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "ಈ ಲೇಬಲ್‌ಗಾಗಿನ ನಿಮೋನಿಕ್ ವೇಗವರ್ಧಕ ಕೀಲಿ" -#: ../gtk/gtklabel.c:453 +#: gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "ನಿಮೋನಿಕ್ ವಿಜೆಟ್" -#: ../gtk/gtklabel.c:454 +#: gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "ಲೇಬಲ್‌ನ ನಿಮೋನಿಕ್ ಕೀಲಿಯನ್ನು ಒತ್ತಿದಾಗ ಸಕ್ರಿಯಗೊಳಿಸಬೇಕಿರುವ ವಿಜೆಟ್" -#: ../gtk/gtklabel.c:500 +#: gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" -msgstr "ಲೇಬಲ್‌ನಲ್ಲಿ ಸಂಪೂರ್ಣ ವಾಕ್ಯಕ್ಕಾಗಿ ಸಾಕಷ್ಟು ಸ್ಥಳಾವಕಾಶವಿಲ್ಲದೆ ಇದ್ದರೆ ವಾಕ್ಯವನ್ನು ದೀರ್ಘವೃತ್ತವಾಗಿಸಲು ಇಚ್ಛೆಯ ಜಾಗ" +msgstr "" +"ಲೇಬಲ್‌ನಲ್ಲಿ ಸಂಪೂರ್ಣ ವಾಕ್ಯಕ್ಕಾಗಿ ಸಾಕಷ್ಟು ಸ್ಥಳಾವಕಾಶವಿಲ್ಲದೆ ಇದ್ದರೆ ವಾಕ್ಯವನ್ನು " +"ದೀರ್ಘವೃತ್ತವಾಗಿಸಲು ಇಚ್ಛೆಯ ಜಾಗ" -#: ../gtk/gtklabel.c:540 +#: gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "ಒಂಟಿ ಸಾಲಿನ ಕ್ರಮ" -#: ../gtk/gtklabel.c:541 +#: gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "ಲೇಬಲ್ ಒಂಟಿ ಸಾಲಿನ ಕ್ರಮದಲ್ಲಿ ಇದೆಯೆ" -#: ../gtk/gtklabel.c:558 +#: gtk/gtklabel.c:558 msgid "Angle" msgstr "ಕೋನ" -#: ../gtk/gtklabel.c:559 +#: gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "ಲೇಬಲ್ ತಿರುಗಿಸಲ್ಪಡಬೇಕಿರುವ ಕೋನ" -#: ../gtk/gtklabel.c:579 +#: gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "ಗರಿಷ್ಟ ಅಗಲ, ಅಕ್ಷರಗಳಲ್ಲಿ" -#: ../gtk/gtklabel.c:580 +#: gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "ಇಚ್ಛೆಯ ಲೇಬಲ್‌ನ ಗರಿಷ್ಟ ಅಗಲ, ಅಕ್ಷರಗಳಲ್ಲಿ" -#: ../gtk/gtklabel.c:696 +#: gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "ಆಯ್ಕೆ ಮಾಡಬಹುದಾದ ಲೇಬಲ್‌ನತ್ತ ಗಮನಹರಿಸಿದಾಗ ಅದರಲ್ಲಿನ ವಿಷಯಗಳನ್ನು ಆರಿಸಬೇಕೆ" -#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 +#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "ಅಡ್ಡ ಹೊಂದಿಕೆ" -#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 +#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "ಅಡ್ಡಲಾದ ಸ್ಥಾನಕ್ಕಾಗಿನ GtkAdjustment" -#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 +#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "ಲಂಬ ಹೊಂದಾಣಿಕೆ" -#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 +#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "ಲಂಬ ಸ್ಥಾನಕ್ಕಾಗಿನ GtkAdjustment" -#: ../gtk/gtklayout.c:633 +#: gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "ವಿನ್ಯಾಸದ ಅಗಲ" -#: ../gtk/gtklayout.c:642 +#: gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "ವಿನ್ಯಾಸದ ಎತ್ತರ" -#: ../gtk/gtklinkbutton.c:145 +#: gtk/gtklinkbutton.c:145 msgid "URI" msgstr "URI" -#: ../gtk/gtklinkbutton.c:146 +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "ಈ ಗುಂಡಿಗೆ ಬದ್ದವಾಗಿರುವ URI" -#: ../gtk/gtklinkbutton.c:160 +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "ಭೇಟಿನೀಡಲಾದ" -#: ../gtk/gtklinkbutton.c:161 +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "ಈ ಕೊಂಡಿಗೆ ಭೇಟಿನೀಡಲಾಗಿದೆಯೆ." -#: ../gtk/gtkmenu.c:501 +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "ಪ್ರಸಕ್ತ ಆಯ್ಕೆ ಮಾಡಲಾದ ಮೆನು ಅಂಶ" -#: ../gtk/gtkmenu.c:516 +#: gtk/gtkmenu.c:516 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:285 msgid "Accel Path" msgstr "Accel ಮಾರ್ಗ" -#: ../gtk/gtkmenu.c:531 +#: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" -msgstr "ಚೈಲ್ಡ್‍ ಅಂಶಗಳಿಗಾಗಿ ಅನುಕೂಲಕರವಾದ accel ಮಾರ್ಗಗಳನ್ನು ರಚಿಸಲು ಬಳಸುವ ಒಂದು accel ಮಾರ್ಗ" +msgstr "" +"ಚೈಲ್ಡ್‍ ಅಂಶಗಳಿಗಾಗಿ ಅನುಕೂಲಕರವಾದ accel ಮಾರ್ಗಗಳನ್ನು ರಚಿಸಲು ಬಳಸುವ ಒಂದು accel ಮಾರ್ಗ" -#: ../gtk/gtkmenu.c:547 +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "ವಿಜೆಟ್ ಅನ್ನು ಲಗತ್ತಿಸು" -#: ../gtk/gtkmenu.c:548 +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "ಮೆನವನ್ನು ಲಗತ್ತಿಸಲಾದ ವಿಜೆಟ್" -#: ../gtk/gtkmenu.c:556 +#: gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" msgstr "ಈ ಮೆನುವು ಹರಿದು ಹೋದಾಗ ವಿಂಡೋ ವ್ಯವಸ್ಥಾಪಕದಿಂದ ತೋರಿಸಬಹುದಾದ ಶೀರ್ಷಿಕೆ" -#: ../gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "ಹರಿದುಹೋದ ಸ್ಥಿತಿ" -#: ../gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "ಮೆನುವು ಹರಿದುಹೋಗಿದೆಯೆ ಎಂದು ತೋರಿಸುವ ಒಂದು ಬೂಲಿಯನ್" -#: ../gtk/gtkmenu.c:585 +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "ಪರದೆ" -#: ../gtk/gtkmenu.c:586 +#: gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "ಮೆನುವನ್ನು ಪುಟಿಸುವ ಪರದೆ" -#: ../gtk/gtkmenu.c:592 +#: gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "ಲಂಬ ಪ್ಯಾಡಿಂಗ್" -#: ../gtk/gtkmenu.c:593 +#: gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "ಮೆನುವಿನ ಮೇಲ್ಭಾಗ ಹಾಗು ಕೆಳಭಾಗದಲ್ಲಿನ ಹೆಚ್ಚುವರಿ ಸ್ಥಳ" -#: ../gtk/gtkmenu.c:601 +#: gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "ಅಡ್ಡ ಪ್ಯಾಡಿಂಗ್" -#: ../gtk/gtkmenu.c:602 +#: gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "ಮೆನುವಿನ ಎಡಭಾಗ ಹಾಗು ಬಲಭಾಗದಲ್ಲಿನ ಹೆಚ್ಚುವರಿ ಸ್ಥಳ" -#: ../gtk/gtkmenu.c:610 +#: gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "ಲಂಬ ಆಫ್‌ಸೆಟ್" -#: ../gtk/gtkmenu.c:611 +#: gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" -msgstr "ಮೆನು ಒಂದು ಉಪಮೆನುವಾದಾಗ, ಈ ಸಂಖ್ಯೆಯ ಪಿಕ್ಸೆಲ್‌ಳಷ್ಟು ಸಂಖ್ಯೆಯ ಆಫ್‌ಸೆಟ್‌ಗಳನ್ನು ಲಂಬವಾಗಿ ಇರಿಸುತ್ತದೆ" +msgstr "" +"ಮೆನು ಒಂದು ಉಪಮೆನುವಾದಾಗ, ಈ ಸಂಖ್ಯೆಯ ಪಿಕ್ಸೆಲ್‌ಳಷ್ಟು ಸಂಖ್ಯೆಯ ಆಫ್‌ಸೆಟ್‌ಗಳನ್ನು ಲಂಬವಾಗಿ " +"ಇರಿಸುತ್ತದೆ" -#: ../gtk/gtkmenu.c:619 +#: gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "ಅಡ್ಡ ಆಫ್‌ಸೆಟ್" -#: ../gtk/gtkmenu.c:620 +#: gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" -msgstr "ಮೆನು ಒಂದು ಉಪಮೆನುವಾದಾಗ, ಈ ಸಂಖ್ಯೆಯ ಪಿಕ್ಸೆಲ್‌ಳಷ್ಟು ಸಂಖ್ಯೆಯ ಆಫ್‌ಸೆಟ್‌ಗಳನ್ನು ಅಡ್ಡವಾಗಿ ಇರಿಸುತ್ತದೆ" +msgstr "" +"ಮೆನು ಒಂದು ಉಪಮೆನುವಾದಾಗ, ಈ ಸಂಖ್ಯೆಯ ಪಿಕ್ಸೆಲ್‌ಳಷ್ಟು ಸಂಖ್ಯೆಯ ಆಫ್‌ಸೆಟ್‌ಗಳನ್ನು ಅಡ್ಡವಾಗಿ " +"ಇರಿಸುತ್ತದೆ" -#: ../gtk/gtkmenu.c:628 +#: gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "ಜೋಡಿ ಬಾಣಗಳು" -#: ../gtk/gtkmenu.c:629 +#: gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "ಚಲಿಸುವಾಗ ಯಾವಾಗಲೂ ಎರಡೂ ಬಾಣಗಳನ್ನು ತೋರಿಸು." -#: ../gtk/gtkmenu.c:642 +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "ಬಾಣಗಳ ಇರಿಸುವಿಕೆ" -#: ../gtk/gtkmenu.c:643 +#: gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "ಎಲ್ಲಿ ಚಲಿಸುವ(ಸ್ಕ್ರಾಲಿಂಗ್) ಬಾಣಗಳನ್ನು ಇರಿಸಬೇಕು ಎಂದು ಸೂಚಿಸುತ್ತದೆ" -#: ../gtk/gtkmenu.c:651 +#: gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "ಎಡ ಲಗತ್ತು" -#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 +#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "ಚೈಲ್ಡಿನ ಎಡಭಾಗಕ್ಕೆ ಲಗತ್ತಿಸಬೇಕಾದ ಲಂಬಸಾಲಿನ ಸಂಖ್ಯೆ" -#: ../gtk/gtkmenu.c:659 +#: gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "ಬಲ ಲಗತ್ತು" -#: ../gtk/gtkmenu.c:660 +#: gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "ಚೈಲ್ಡಿನ ಬಲಭಾಗಕ್ಕೆ ಲಗತ್ತಿಸಬೇಕಾದ ಲಂಬಸಾಲಿನ ಸಂಖ್ಯೆ" -#: ../gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "ಮೇಲಿನ ಲಗತ್ತು" -#: ../gtk/gtkmenu.c:668 +#: gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "ಚೈಲ್ಡಿನ ಮೇಲ್ಭಾಗಕ್ಕೆ ಲಗತ್ತಿಸಬೇಕಾದ ಅಡ್ಡಸಾಲಿನ ಸಂಖ್ಯೆ" -#: ../gtk/gtkmenu.c:675 +#: gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "ಕೆಳ ಲಗತ್ತು" -#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 +#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "ಚೈಲ್ಡಿನ ಕೆಳಭಾಗಕ್ಕೆ ಲಗತ್ತಿಸಬೇಕಾದ ಅಡ್ಡಸಾಲಿನ ಸಂಖ್ಯೆ" -#: ../gtk/gtkmenu.c:690 +#: gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "ಚಲನಾ (ಸ್ಕ್ರಾಲ್) ಬಾಣದ ಗಾತ್ರವನ್ನು ಕಡಿಮೆ ಮಾಡಲು ಅಗತ್ಯವಿರುವ ಸ್ಥಿರಾಂಕ" -#: ../gtk/gtkmenu.c:777 +#: gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "ವೇಗವರ್ಧಕಗಳನ್ನು ಬದಲಾಯಿಸಬಲ್ಲದು" -#: ../gtk/gtkmenu.c:778 -msgid "Whether menu accelerators can be changed by pressing a key over the menu item" +#: gtk/gtkmenu.c:778 +msgid "" +"Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "ಮೆನು ಅಂಶಗಳ ಮೇಲೆ ಒಂದು ಕೀಲಿಯನ್ನು ಒತ್ತುವುದರಿಂದ ಮೆನು ವೇಗವರ್ಧಕಗಳು ಬದಲಾಗಬೇಕೆ" -#: ../gtk/gtkmenu.c:783 +#: gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "ಉಪಮೆನು ಕಾಣಿಸುಕೊಳ್ಳುವ ಮೊದಲು ವಿಳಂಬಿಸು" -#: ../gtk/gtkmenu.c:784 -msgid "Minimum time the pointer must stay over a menu item before the submenu appear" +#: gtk/gtkmenu.c:784 +msgid "" +"Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "ಉಪಮೆನು ಕಾಣಿಸುವ ಮೊದಲು ಸೂಚಕವು ಮೆನು ಅಂಶದ ಮೇಲೆ ಇರಬೇಕಿರುವ ಕನಿಷ್ಟ ಸಮಯ" -#: ../gtk/gtkmenu.c:791 +#: gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "ಒಂದು ಉಪಪರಿವಿಡಿ(submenu) ಅನ್ನು ಅಡಗಿಸುವ ಮೊದಲು ವಿಳಂಬ" -#: ../gtk/gtkmenu.c:792 +#: gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" msgstr "ಸೂಚಕವು ಉಪಮೆನುವಿನತ್ತ ಚಲಿಸುವ ಮೊದಲು ಉಪಮೆನುವನ್ನು ಅಡಗಿಸಬೇಕಿರುವ ಕನಿಷ್ಟ ಸಮಯ" -#: ../gtk/gtkmenubar.c:168 +#: gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "ಒಟ್ಟುಗೂಡಿಕೆಯ ದಿಕ್ಕು" -#: ../gtk/gtkmenubar.c:169 +#: gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "ಮೆನುಪಟ್ಟಿಯ ಒಟ್ಟುಗೂಡಿಕೆಯ ದಿಕ್ಕು" -#: ../gtk/gtkmenubar.c:185 +#: gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "ಚೈಲ್ಡಿನ ಒಟ್ಟುಗೂಡಿಕೆಯ ದಿಕ್ಕು" -#: ../gtk/gtkmenubar.c:186 +#: gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "ಮೆನುಪಟ್ಟಿಯ ಚೈಲ್ಡಿನ ಒಟ್ಟುಗೂಡಿಕೆಯ ದಿಕ್ಕು" -#: ../gtk/gtkmenubar.c:195 +#: gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "ಮೆನುಪಟ್ಟಿಯ ಸುತ್ತಲಿನ ಇಳಿಜಾರಿನ ಶೈಲಿ" -#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 +#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "ಆಂತರಿಕ ಪ್ಯಾಡಿಂಗ್" -#: ../gtk/gtkmenubar.c:203 +#: gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "ಮೆನುಪಟ್ಟಿಯ ನೆರಳು ಹಾಗು ಮೆನು ಅಂಶಗಳ ನಡುವಿನ ಅಂಚಿನ ಸ್ಥಳದ ಪ್ರಮಾಣ" -#: ../gtk/gtkmenubar.c:210 +#: gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "ಬೀಳಿಕೆ ಮೆನುವು ಕಾಣಿಸುವ ಮುಂಚಿನ ವಿಳಂಬ" -#: ../gtk/gtkmenubar.c:211 +#: gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "ಒಂದು ಮೆನುವಿನ ಉಪಮೆನುವು ಕಾಣಿಸುವ ಮುಂಚಿನ ವಿಳಂಬ" -#: ../gtk/gtkmenuitem.c:252 +#: gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "ಬಲಕ್ಕೆ ಹೊಂದಿಸಲಾದ" -#: ../gtk/gtkmenuitem.c:253 -msgid "Sets whether the menu item appears justified at the right side of a menu bar" -msgstr "ಮೆನುವಿನಲ್ಲಿನ ಅಂಶವು ಮೆನು ಪಟ್ಟಿಯ ಬಲಭಾಗಕ್ಕೆ ಹೊಂದಿಸದಂತೆ ಕಾಣಿಸಬೇಕೆ ಎಂದು ನಿರ್ಧರಿಸುತ್ತದೆ" +#: gtk/gtkmenuitem.c:253 +msgid "" +"Sets whether the menu item appears justified at the right side of a menu bar" +msgstr "" +"ಮೆನುವಿನಲ್ಲಿನ ಅಂಶವು ಮೆನು ಪಟ್ಟಿಯ ಬಲಭಾಗಕ್ಕೆ ಹೊಂದಿಸದಂತೆ ಕಾಣಿಸಬೇಕೆ ಎಂದು ನಿರ್ಧರಿಸುತ್ತದೆ" -#: ../gtk/gtkmenuitem.c:267 +#: gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "ಉಪಪರಿವಿಡಿ" -#: ../gtk/gtkmenuitem.c:268 +#: gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" -msgstr "ಮೆನು ಅಂಶಕ್ಕೆ ಲಗತ್ತಿಸಲಾದ ಉಪಮೆನು, ಅಥವ ಯಾವುದನ್ನೂ ಹೊಂದಿರದೆ ಇದ್ದಲ್ಲಿ NULL ಆಗಿರುತ್ತದೆ" +msgstr "" +"ಮೆನು ಅಂಶಕ್ಕೆ ಲಗತ್ತಿಸಲಾದ ಉಪಮೆನು, ಅಥವ ಯಾವುದನ್ನೂ ಹೊಂದಿರದೆ ಇದ್ದಲ್ಲಿ NULL ಆಗಿರುತ್ತದೆ" -#: ../gtk/gtkmenuitem.c:286 +#: gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "ಮೆನು ಅಂಶದ ವೇಗವರ್ಧಕ ಮಾರ್ಗವನ್ನು ಹೊಂದಿಸುತ್ತದೆ" -#: ../gtk/gtkmenuitem.c:301 +#: gtk/gtkmenuitem.c:301 msgid "The text for the child label" msgstr "ಚೈಲ್ಡ್‍ ಲೇಬಲ್‌ನ ಪಠ್ಯ" -#: ../gtk/gtkmenuitem.c:364 +#: gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "ಮೆನು ಅಂಶದ ಅಕ್ಷರಶೈಲಿಯ ಗಾತ್ರಕ್ಕೆ ಅನುಗುಣವಾಗಿ ಬಾಣದಿಂದ ಬಳಸಲಾದ ಜಾಗ" -#: ../gtk/gtkmenuitem.c:377 +#: gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "ಅಗಲ, ಅಕ್ಷರಗಳಲ್ಲಿ" -#: ../gtk/gtkmenuitem.c:378 +#: gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "ಮೆನು ಅಂಶಗಳ ಇಚ್ಛೆಯ ಕನಿಷ್ಟ ಅಗಲ, ಅಕ್ಷರಗಳಲ್ಲಿ" -#: ../gtk/gtkmenushell.c:374 +#: gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "ಗಮನವನ್ನು ಕೇಂದ್ರೀಕರಿಸು" -#: ../gtk/gtkmenushell.c:375 +#: gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "ಮೆನು ಕೀಲಿಮಣೆಯ ಗಮನವನ್ನು ಪಡೆದುಕೊಳ್ಳುತ್ತದೆ ಎಂದು ನಿರ್ಧರಿಸುವ ಒಂದು ಬೂಲಿಯನ್" -#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 +#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "ಅಂಶ ಪಟ್ಟಿ" -#: ../gtk/gtkmenutoolbutton.c:246 +#: gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "ಬೀಳಿಕೆ ಮೆನು" -#: ../gtk/gtkmessagedialog.c:98 +#: gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "ಬಿಂಬ/ಲೇಬಲ್‌ನ ಅಂಚು" -#: ../gtk/gtkmessagedialog.c:99 +#: gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "ಸಂದೇಶ ಸಂವಾದದಲ್ಲಿನ ಲೇಬಲ್ ಹಾಗು ಬಿಂಬದ ಸುತ್ತಲಿನ ಅಂಚಿನ ಅಗಲ" -#: ../gtk/gtkmessagedialog.c:114 +#: gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "ವಿಭಜಕವನ್ನು ಬಳಸು" -#: ../gtk/gtkmessagedialog.c:115 -msgid "Whether to put a separator between the message dialog's text and the buttons" +#: gtk/gtkmessagedialog.c:115 +msgid "" +"Whether to put a separator between the message dialog's text and the buttons" msgstr "ಸಂದೇಶ ಸಂವಾದದಲ್ಲಿನ ಪಠ್ಯ ಹಾಗು ಗುಂಡಿಗಳ ನಡುವೆ ಒಂದು ವಿಭಜಕವನ್ನು ಇರಿಸಬೇಕೆ" -#: ../gtk/gtkmessagedialog.c:128 +#: gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "ಸಂದೇಶದ ಬಗೆ" -#: ../gtk/gtkmessagedialog.c:129 +#: gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "ಸಂದೇಶದ ಬಗೆ" -#: ../gtk/gtkmessagedialog.c:136 +#: gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "ಸಂದೇಶದ ಗುಂಡಿಗಳು" -#: ../gtk/gtkmessagedialog.c:137 +#: gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "ಸಂದೇಶ ಸಂವಾದದಲ್ಲಿ ತೋರಿಸಲಾಗುವ ಗುಂಡಿಗಳು" -#: ../gtk/gtkmessagedialog.c:154 +#: gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "ಸಂದೇಶ ಸಂವಾದದ ಪ್ರಾಥಮಿಕ ಪಠ್ಯ" -#: ../gtk/gtkmessagedialog.c:169 +#: gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "ಗುರುತನ್ನು ಬಳಸು" -#: ../gtk/gtkmessagedialog.c:170 +#: gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "ಶೀರ್ಷಿಕೆಯ ಪ್ರಾಥಮಿಕ ಪಠ್ಯವು Pango ಗುರುತುಹಾಕಿವಿಯನ್ನು ಬಳಸುತ್ತದೆ." -#: ../gtk/gtkmessagedialog.c:184 +#: gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "ಅಪ್ರಮುಖವಾದ ಪಠ್ಯ" -#: ../gtk/gtkmessagedialog.c:185 +#: gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "ಸಂದೇಶ ಸಂವಾದದ ಅಪ್ರಮುಖವಾದ ಪಠ್ಯ" -#: ../gtk/gtkmessagedialog.c:200 +#: gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "ಅಪ್ರಮುಖವಾದುದಲ್ಲಿ ಗುರುತನ್ನು ಬಳಸು" -#: ../gtk/gtkmessagedialog.c:201 +#: gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "ಅಪ್ರಮುಖವಾದ ಪಠ್ಯವು Pango ಗುರುತುಹಾಕುವಿಕೆಯನ್ನು ಬಳಸುತ್ತದೆ." -#: ../gtk/gtkmessagedialog.c:216 +#: gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "ಬಿಂಬ" -#: ../gtk/gtkmisc.c:83 +#: gtk/gtkmisc.c:83 msgid "Y align" msgstr "Y ಹೊಂದಿಕೆ" -#: ../gtk/gtkmisc.c:84 +#: gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "ಲಂಬ ಹೊಂದಿಕೆ, 0 (ಮೇಲೆ) ಯಿಂದ 1 ಕ್ಕೆ (ಕೆಳಗೆ)" -#: ../gtk/gtkmisc.c:93 +#: gtk/gtkmisc.c:93 msgid "X pad" msgstr "X ಪ್ಯಾಡ್" -#: ../gtk/gtkmisc.c:94 -msgid "The amount of space to add on the left and right of the widget, in pixels" +#: gtk/gtkmisc.c:94 +msgid "" +"The amount of space to add on the left and right of the widget, in pixels" msgstr "ವಿಜೆಟ್‌ನ ಎಡ ಹಾಗು ಬಲಭಾಗದಲ್ಲಿ ಸೇರಿಸಬೇಕಿರುವ ಪಠ್ಯದ ಪ್ರಮಾಣ, ಪಿಕ್ಸೆಲ್‌ಗಳಲ್ಲಿ" -#: ../gtk/gtkmisc.c:103 +#: gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Y ಪ್ಯಾಡ್" -#: ../gtk/gtkmisc.c:104 -msgid "The amount of space to add on the top and bottom of the widget, in pixels" +#: gtk/gtkmisc.c:104 +msgid "" +"The amount of space to add on the top and bottom of the widget, in pixels" msgstr "ವಿಜೆಟ್‌ನ ಮೇಲೆ ಹಾಗು ಕೆಳಭಾಗದಲ್ಲಿ ಸೇರಿಸಬೇಕಿರುವ ಪಠ್ಯದ ಪ್ರಮಾಣ, ಪಿಕ್ಸೆಲ್‌ಗಳಲ್ಲಿ" -#: ../gtk/gtkmountoperation.c:139 +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "ಮೂಲ" -#: ../gtk/gtkmountoperation.c:140 +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "ಮೂಲ ವಿಂಡೋ" -#: ../gtk/gtkmountoperation.c:147 +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "ತೋರಿಸಲಾಗುತ್ತಿದೆಯೆ" -#: ../gtk/gtkmountoperation.c:148 +#: gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "ನಾವು ಒಂದು ಸಂವಾದವನ್ನು ತೋರಿಸುತ್ತಿದ್ದೇವೆಯೆ" -#: ../gtk/gtkmountoperation.c:156 +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "ಈ ವಿಂಡೋವನ್ನು ತೋರಿಸಲಾಗುವ ತೆರೆ." -#: ../gtk/gtknotebook.c:577 +#: gtk/gtknotebook.c:577 msgid "Page" msgstr "ಪುಟ" -#: ../gtk/gtknotebook.c:578 +#: gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "ಪ್ರಸಕ್ತ ಪುಟದ ಸೂಚಿ" -#: ../gtk/gtknotebook.c:586 +#: gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "ಟ್ಯಾಬ್‌ನ ಸ್ಥಳ" -#: ../gtk/gtknotebook.c:587 +#: gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "ನೋಟ್‌ಬುಕ್ಕಿನ ಯಾವ ಬದಿಯು ಟ್ಯಾಬನ್ನು ಹೊಂದಿದೆ" -#: ../gtk/gtknotebook.c:594 +#: gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "ಟ್ಯಾಬಿನ ಅಂಚು" -#: ../gtk/gtknotebook.c:595 +#: gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "ಟ್ಯಾಬಿನ ಲೇಬಲ್‌ಗಳ ಸುತ್ತಲಿನ ಅಂಚಿನ ಅಗಲ" -#: ../gtk/gtknotebook.c:603 +#: gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "ಟ್ಯಾಬಿನ ಅಡ್ಡ ಅಂಚು" -#: ../gtk/gtknotebook.c:604 +#: gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "ಟ್ಯಾಬಿನ ಲೇಬಲ್‌ಗಳ ಅಡ್ಡಲಿನ ಅಂಚಿನ ಅಗಲ" -#: ../gtk/gtknotebook.c:612 +#: gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "ಟ್ಯಾಬಿನ ಲಂಬ ಅಂಚು" -#: ../gtk/gtknotebook.c:613 +#: gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "ಟ್ಯಾಬಿನ ಲೇಬಲ್‌ಗಳ ಲಂಬ ಅಂಚಿನ ಅಗಲ" -#: ../gtk/gtknotebook.c:621 +#: gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "ಟ್ಯಾಬ್‌ಗಳನ್ನು ತೋರಿಸು" -#: ../gtk/gtknotebook.c:622 +#: gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "ಟ್ಯಾಬ್‌ಗಳನ್ನು ತೋರಿಸಬೇಕೆ ಅಥವ ಬೇಡವೆ" -#: ../gtk/gtknotebook.c:628 +#: gtk/gtknotebook.c:628 msgid "Show Border" msgstr "ಅಂಚನ್ನು ತೋರಿಸು" -#: ../gtk/gtknotebook.c:629 +#: gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "ಅಂಚನ್ನು ತೋರಿಸಬೇಕೆ ಅಥವ ಬೇಡವೆ" -#: ../gtk/gtknotebook.c:635 +#: gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "ಚಲಿಸಬಹುದಾದ" -#: ../gtk/gtknotebook.c:636 +#: gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" -msgstr "TRUE ಆದಲ್ಲಿ, ಹಲವಾರು ಟ್ಯಾಬ್‌ಗಳನ್ನು ಸರಿಹೊಂದಿಸಲಾಗಿದ್ದಲ್ಲಿ ಚಲನೆಯ ಬಾಣಗಳನ್ನು ಸೇರಿಸಲಾಗುವುದು" +msgstr "" +"TRUE ಆದಲ್ಲಿ, ಹಲವಾರು ಟ್ಯಾಬ್‌ಗಳನ್ನು ಸರಿಹೊಂದಿಸಲಾಗಿದ್ದಲ್ಲಿ ಚಲನೆಯ ಬಾಣಗಳನ್ನು ಸೇರಿಸಲಾಗುವುದು" -#: ../gtk/gtknotebook.c:642 +#: gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "ಪುಟಿಕೆಯನ್ನು ಶಕ್ತಗೊಳಿಸು" -#: ../gtk/gtknotebook.c:643 +#: gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" -msgstr "TRUE ಆದಲ್ಲಿ, ನೋಟ್‌ಬುಕ್‌ನ ಮೇಲೆ ಮೌಸ್‌ನ ಬಲಗುಂಡಿಯನ್ನು ಒತ್ತುವುದರಿಂದ ನೀವು ಹೋಗಬಹುದಾದ ಒಂದು ಪುಟವನ್ನು ಅದು ಪುಟಿಸುತ್ತದೆ" +msgstr "" +"TRUE ಆದಲ್ಲಿ, ನೋಟ್‌ಬುಕ್‌ನ ಮೇಲೆ ಮೌಸ್‌ನ ಬಲಗುಂಡಿಯನ್ನು ಒತ್ತುವುದರಿಂದ ನೀವು ಹೋಗಬಹುದಾದ ಒಂದು " +"ಪುಟವನ್ನು ಅದು ಪುಟಿಸುತ್ತದೆ" -#: ../gtk/gtknotebook.c:650 +#: gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "ಟ್ಯಾಬ್‌ಗಳು ಏಕರೂಪವಾದ ಗಾತ್ರಗಳನ್ನು ಹೊಂದಿರಬೇಕೆ" -#: ../gtk/gtknotebook.c:656 +#: gtk/gtknotebook.c:656 msgid "Group ID" msgstr "ಸಮೂಹ ID" -#: ../gtk/gtknotebook.c:657 +#: gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "ಟ್ಯಾಬ್‌ಗಳನ್ನು ಎಳೆದು ಸೇರಿಸಲು ಬೇಕಿರುವ ಸಮೂಹ ID" -#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 -#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 -#: ../gtk/gtkradiotoolbutton.c:65 +#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 +#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "ಸಮೂಹ" -#: ../gtk/gtknotebook.c:674 +#: gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "ಟ್ಯಾಬ್‌ಗಳನ್ನು ಎಳೆದು ಸೇರಿಸಲು ಬೇಕಿರುವ ಸಮೂಹ" -#: ../gtk/gtknotebook.c:680 +#: gtk/gtknotebook.c:680 msgid "Tab label" msgstr "ಟ್ಯಾಬ್‌ನ ಲೇಬಲ್" -#: ../gtk/gtknotebook.c:681 +#: gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "ಚೈಲ್ಡಿನ ಟ್ಯಾಬ್‌ ಲೇಬಲ್‌ನಲ್ಲಿ ತೋರಿಸಲಾಗುವ ವಾಕ್ಯ" -#: ../gtk/gtknotebook.c:687 +#: gtk/gtknotebook.c:687 msgid "Menu label" msgstr "ಮೆನು ಲೇಬಲ್" -#: ../gtk/gtknotebook.c:688 +#: gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "ಚೈಲ್ಡಿನ ಮೆನು ನಮೂದಿನಲ್ಲಿ ತೋರಿಸಲಾಗುವ ವಾಕ್ಯ" -#: ../gtk/gtknotebook.c:701 +#: gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "ಟ್ಯಾಬಿನ ವಿಸ್ತರಿಸುವಿಕೆ" -#: ../gtk/gtknotebook.c:702 +#: gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "ಚೈಲ್ಡಿನ ಟ್ಯಾಬನ್ನು ವಿಸ್ತರಿಸಬೇಕೆ ಅಥವ ಬೇಡವೆ" -#: ../gtk/gtknotebook.c:708 +#: gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "ಟ್ಯಾಬನ್ನು ತುಂಬಿಸುವಿಕೆ" -#: ../gtk/gtknotebook.c:709 +#: gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "ನಿಯೋಜಿಸಲಾದ ಜಾಗವನ್ನು ಚೈಲ್ಡಿನ ಟ್ಯಾಬ್‌ ತುಂಬಿಸಬೇಕೆ ಅಥವ ಬೇಡವೆ" -#: ../gtk/gtknotebook.c:715 +#: gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "ಟ್ಯಾಬ್‌ನ ಒಟ್ಟುಗೂಡಿಕೆಯ ಬಗೆ" -#: ../gtk/gtknotebook.c:722 +#: gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "ಕ್ರಮವನ್ನು ಬದಲಾಯಿಸಬಹುದಾದ ಟ್ಯಾಬ್" -#: ../gtk/gtknotebook.c:723 +#: gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "ಬಳಕೆದಾರನ ಕ್ರಿಯೆಯಿಂದ ಟ್ಯಾಬಿನ ಕ್ರಮವನ್ನು ಬದಲಾಯಿಸಬಹುದೆ ಅಥವ ಇಲ್ಲವೆ" -#: ../gtk/gtknotebook.c:729 +#: gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "ಕೀಳಬಹುದಾದ ಟ್ಯಾಬ್" -#: ../gtk/gtknotebook.c:730 +#: gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "ಟ್ಯಾಬನ್ನು ಕೀಳಬಹುದೆ" -#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 +#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "ಅಪ್ರಮುಖವಾದ ಹಿಮ್ಮುಖ ಚಲನೆಗಾರ" -#: ../gtk/gtknotebook.c:746 -msgid "Display a second backward arrow button on the opposite end of the tab area" -msgstr "ಟ್ಯಾಬಿನ ಕ್ಷೇತ್ರದ ವಿರುದ್ಧವಾದ ಕೊನೆಯಲ್ಲಿ ಒಂದು ಅಪ್ರಮುಖವಾದ ಹಿಮ್ಮುಖ ಬಾಣದ ಗುಂಡಿಯನ್ನು ತೋರಿಸು" +#: gtk/gtknotebook.c:746 +msgid "" +"Display a second backward arrow button on the opposite end of the tab area" +msgstr "" +"ಟ್ಯಾಬಿನ ಕ್ಷೇತ್ರದ ವಿರುದ್ಧವಾದ ಕೊನೆಯಲ್ಲಿ ಒಂದು ಅಪ್ರಮುಖವಾದ ಹಿಮ್ಮುಖ ಬಾಣದ ಗುಂಡಿಯನ್ನು ತೋರಿಸು" -#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 +#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "ಅಪ್ರಮುಖವಾದ ಮುಮ್ಮುಖ ಚಲನೆಗಾರ" -#: ../gtk/gtknotebook.c:762 -msgid "Display a second forward arrow button on the opposite end of the tab area" -msgstr "ಟ್ಯಾಬಿನ ಕ್ಷೇತ್ರದ ವಿರುದ್ಧವಾದ ಕೊನೆಯಲ್ಲಿ ಒಂದು ಅಪ್ರಮುಖವಾದ ಮುಮ್ಮುಖ ಬಾಣದ ಗುಂಡಿಯನ್ನು ತೋರಿಸು" +#: gtk/gtknotebook.c:762 +msgid "" +"Display a second forward arrow button on the opposite end of the tab area" +msgstr "" +"ಟ್ಯಾಬಿನ ಕ್ಷೇತ್ರದ ವಿರುದ್ಧವಾದ ಕೊನೆಯಲ್ಲಿ ಒಂದು ಅಪ್ರಮುಖವಾದ ಮುಮ್ಮುಖ ಬಾಣದ ಗುಂಡಿಯನ್ನು ತೋರಿಸು" -#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 +#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "ಹಿಮ್ಮುಖ ಚಲನೆಗಾರ" -#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 +#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "ಸಾಮಾನ್ಯವಾದ ಹಿಮ್ಮುಖ ಬಾಣದ ಗುಂಡಿಯನ್ನು ತೋರಿಸು" -#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 +#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "ಮುಮ್ಮುಖ ಚಲನೆಗಾರ" -#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 +#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "ಸಾಮಾನ್ಯವಾದ ಮುಮ್ಮುಖ ಬಾಣದ ಗುಂಡಿಯನ್ನು ತೋರಿಸು" -#: ../gtk/gtknotebook.c:806 +#: gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "ಟ್ಯಾಬಿನ ಅತಿವ್ಯಾಪ್ತಿ (ಓವರ್ಲ್ಯಾಪ್)" -#: ../gtk/gtknotebook.c:807 +#: gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "ಟ್ಯಾಬಿನ ಅತಿವ್ಯಾಪ್ತಿ ಪ್ರದೇಶದ ಗಾತ್ರ" -#: ../gtk/gtknotebook.c:822 +#: gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "ಟ್ಯಾಬಿನ ವಕ್ರತೆ" -#: ../gtk/gtknotebook.c:823 +#: gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "ಟ್ಯಾಬಿನ ವಕ್ರತೆಯ ಗಾತ್ರ" -#: ../gtk/gtknotebook.c:839 +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "ಬಾಣದ ಅಂತರ" -#: ../gtk/gtknotebook.c:840 +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "ಬಾಣದ ಅಂತರದ ಚಲನೆ(ಸ್ಕ್ರಾಲ್)" -#: ../gtk/gtkobject.c:370 +#: gtk/gtkobject.c:370 msgid "User Data" msgstr "ಬಳಕೆದಾರ ದತ್ತಾಂಶ" -#: ../gtk/gtkobject.c:371 +#: gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "ಅನಾಮಧೇಯ ಬಳಕೆದಾರ ದತ್ತಾಂಶ ಸೂಚಕ" -#: ../gtk/gtkoptionmenu.c:162 +#: gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "ಆಯ್ಕೆಗಳ ಪರಿವಿಡಿ" -#: ../gtk/gtkoptionmenu.c:169 +#: gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "ಬೀಳಿಕೆ ಸೂಚಕದ ಗಾತ್ರ" -#: ../gtk/gtkoptionmenu.c:175 +#: gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "ಸೂಚಕದ ಸುತ್ತಲಿನ ಜಾಗ" -#: ../gtk/gtkorientable.c:75 +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "ಹೊಂದಿಸಬಹುದಾದರ ಹೊಂದಿಕೆ" -#: ../gtk/gtkpaned.c:242 -msgid "Position of paned separator in pixels (0 means all the way to the left/top)" +#: gtk/gtkpaned.c:242 +msgid "" +"Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "ಫಲಕವಾಗಿಸಿದ ವಿಭಜಕದ ಸ್ಥಾನ (0 ಎಂದರೆ ಸಂಪೂರ್ಣ ಎಡಕ್ಕೆ/ಮೇಲಕ್ಕೆ)" -#: ../gtk/gtkpaned.c:251 +#: gtk/gtkpaned.c:251 msgid "Position Set" msgstr "ಸ್ಥಳದ ಸೆಟ್" -#: ../gtk/gtkpaned.c:252 +#: gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "ಸ್ಥಳದ ಗುಣವನ್ನು ಬಳಸಿದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ" -#: ../gtk/gtkpaned.c:258 +#: gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "ಹ್ಯಾಂಡಲ್ ಗಾತ್ರ" -#: ../gtk/gtkpaned.c:259 +#: gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "ಹ್ಯಾಂಡಲ್ ಅಗಲ" -#: ../gtk/gtkpaned.c:275 +#: gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "ಕನಿಷ್ಟ ಸ್ಥಳ" -#: ../gtk/gtkpaned.c:276 +#: gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "\"position\"(ಸ್ಥಳ) ಗುಣಕ್ಕಾಗಿನ ಸಾಧ್ಯವಿರುವ ಕನಿಷ್ಟ ಮೌಲ್ಯ" -#: ../gtk/gtkpaned.c:293 +#: gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "ಗರಿಷ್ಟ ಸ್ಥಳ" -#: ../gtk/gtkpaned.c:294 +#: gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "\"position\"(ಸ್ಥಳ) ಗುಣಕ್ಕಾಗಿನ ಸಾಧ್ಯವಿರುವ ಗರಿಷ್ಟ ಮೌಲ್ಯ" -#: ../gtk/gtkpaned.c:311 +#: gtk/gtkpaned.c:311 msgid "Resize" msgstr "ಗಾತ್ರಬದಲಿಸು" -#: ../gtk/gtkpaned.c:312 +#: gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" -msgstr "TRUE ಆಗಿದ್ದಲ್ಲಿ, ಫಲಕದಂತಿರುವ ವಿಜೆಟ್‌ಗೆ ಅನುಗುಣವಾಗಿ ಚೈಲ್ಡ್‍ ಹಿಗ್ಗುತ್ತದೆ ಅಥವ ಕುಗ್ಗುತ್ತದೆ" +msgstr "" +"TRUE ಆಗಿದ್ದಲ್ಲಿ, ಫಲಕದಂತಿರುವ ವಿಜೆಟ್‌ಗೆ ಅನುಗುಣವಾಗಿ ಚೈಲ್ಡ್‍ ಹಿಗ್ಗುತ್ತದೆ ಅಥವ ಕುಗ್ಗುತ್ತದೆ" -#: ../gtk/gtkpaned.c:327 +#: gtk/gtkpaned.c:327 msgid "Shrink" msgstr "ಕುಗ್ಗಿಸು" -#: ../gtk/gtkpaned.c:328 +#: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "TRUE ಆದಲ್ಲಿ, ಚೈಲ್ಡನ್ನು ಅದು ಮನವಿ ಸಲ್ಲಿಸದಾದುಕ್ಕಿಂತ ಸಣ್ಣದಾಗಿಸಬಹುದು" -#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "ಹುದುಗಿಸಲ್ಪಟ್ಟ (ಎಂಬೆಡೆಡ್)" -#: ../gtk/gtkplug.c:151 +#: gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "ಪ್ಲಗ್ ಅನ್ನು ಅಡಕಗೊಳಿಸಬೇಕೆ ಅಥವ ಬೇಡವೆ" -#: ../gtk/gtkplug.c:165 +#: gtk/gtkplug.c:165 msgid "Socket Window" msgstr "ಸಾಕೆಟ್ ವಿಂಡೋ" -#: ../gtk/gtkplug.c:166 +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "ಪ್ಲಗ್ ಅನ್ನು ಅಡಕಗೊಳಿಸಲಾದಂತಹ ಸಾಕೆಟ್‌ನ ವಿಂಡೊ" -#: ../gtk/gtkpreview.c:102 -msgid "Whether the preview widget should take up the entire space it is allocated" +#: gtk/gtkpreview.c:102 +msgid "" +"Whether the preview widget should take up the entire space it is allocated" msgstr "ಮುನ್ನೋಟ ವಿಜೆಟ್‌ಗೆ ನಿಯೋಜಿಸಲಾದಂತಹ ಸ್ಥಳದಲ್ಲಿ ಪೂರ್ತಿಯನ್ನೂ ಅದು ತೆಗೆದುಕೊಳ್ಳಬೇಕೆ" -#: ../gtk/gtkprinter.c:124 +#: gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "ಮುದ್ರಕದ ಹೆಸರು" -#: ../gtk/gtkprinter.c:130 +#: gtk/gtkprinter.c:130 msgid "Backend" msgstr "ಬ್ಯಾಕೆಂಡ್" -#: ../gtk/gtkprinter.c:131 +#: gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "ಮುದ್ರಕದ ಬ್ಯಾಕೆಂಡ್" -#: ../gtk/gtkprinter.c:137 +#: gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "ವರ್ಚುವಲ್" -#: ../gtk/gtkprinter.c:138 +#: gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "ಇದು ಒಂದು ನಿಜವಾದ ಯಂತ್ರಾಂಶ ಮುದ್ರಣವನ್ನು ಪ್ರತಿನಿಧಿಸುತ್ತಿದ್ದಲ್ಲಿ FALSE ಆಗುತ್ತದೆ" -#: ../gtk/gtkprinter.c:144 +#: gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "PDF ಅನ್ನು ಅನುಮತಿಸುತ್ತದೆ" -#: ../gtk/gtkprinter.c:145 +#: gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "ಈ ಮುದ್ರಕವು PDF ಅನ್ನು ಸ್ವೀಕರಿಸುತ್ತಿದ್ದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ" -#: ../gtk/gtkprinter.c:151 +#: gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "PostScript ಅನ್ನು ಸ್ವೀಕರಿಸುತ್ತದೆ" -#: ../gtk/gtkprinter.c:152 +#: gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "ಈ ಮುದ್ರಕವು PostScript ಅನ್ನು ಸ್ವೀಕರಿಸುತ್ತಿದ್ದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ" -#: ../gtk/gtkprinter.c:158 +#: gtk/gtkprinter.c:158 msgid "State Message" msgstr "ಸ್ಥಿತಿ ಸಂದೇಶ" -#: ../gtk/gtkprinter.c:159 +#: gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "ಮುದ್ರಕದ ಪ್ರಸಕ್ತ ಸ್ಥಿತಿಯನ್ನು ನೀಡುವ ವಾಕ್ಯ" -#: ../gtk/gtkprinter.c:165 +#: gtk/gtkprinter.c:165 msgid "Location" msgstr "ಸ್ಥಳ" -#: ../gtk/gtkprinter.c:166 +#: gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "ಮುದ್ರಕವಿರುವ ಸ್ಥಳ" -#: ../gtk/gtkprinter.c:173 +#: gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "ಮುದ್ರಕಕ್ಕಾಗಿ ಬಳಸಬೇಕಿರುವ ಚಿಹ್ನೆ" -#: ../gtk/gtkprinter.c:179 +#: gtk/gtkprinter.c:179 msgid "Job Count" msgstr "ಕೆಲಸದ ಲೆಕ್ಕ" -#: ../gtk/gtkprinter.c:180 +#: gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "ಮುದ್ರಕದಲ್ಲಿ ಸರತಿಯಲ್ಲಿರುವ ಕೆಲಸಗಳ ಸಂಖ್ಯೆ" -#: ../gtk/gtkprinter.c:198 +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "ವಿರಮಿಸಲಾದ ಮುದ್ರಕ" -#: ../gtk/gtkprinter.c:199 +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "ಈ ಮುದ್ರಕವನ್ನು ತಾತ್ಕಾಲಿಕವಾಗಿ ವಿರಮಿಸಿದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ" -#: ../gtk/gtkprinter.c:212 +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "ಕೆಲಸವನ್ನು ಸ್ವೀಕರಿಸುತ್ತದೆ" -#: ../gtk/gtkprinter.c:213 +#: gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "ಮುದ್ರಕವು ಹೊಸ ಕೆಲಸಗಳನ್ನು ಸ್ವೀಕರಿಸುತ್ತಿದ್ದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ" -#: ../gtk/gtkprinteroptionwidget.c:123 +#: gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "ಆಕರದ ಆಯ್ಕೆ" -#: ../gtk/gtkprinteroptionwidget.c:124 +#: gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "ಈ ವಿಜೆಟ್‌ ಅನ್ನು ಬೆಂಬಲಿಸುವ PrinterOption (ಮುದ್ರಣ ಆಯ್ಕೆ)" -#: ../gtk/gtkprintjob.c:117 +#: gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "ಮುದ್ರಣ ಕಾರ್ಯದ ಶೀರ್ಷಿಕೆ" -#: ../gtk/gtkprintjob.c:125 +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "ಮುದ್ರಕ" -#: ../gtk/gtkprintjob.c:126 +#: gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "ಕೆಲಸಗಳನ್ನು ಮುದ್ರಿಸಲು ಬಳಸಬೇಕಿರುವ ಮುದ್ರಕ" -#: ../gtk/gtkprintjob.c:134 +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "ಸಂಯೋಜನೆಗಳು" -#: ../gtk/gtkprintjob.c:135 +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "ಮುದ್ರಕದ ಸಂಯೋಜನೆಗಳು" -#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 -#: ../gtk/gtkprintunixdialog.c:258 +#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "ಪುಟದ ಸಂಯೋಜನೆ" -#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "ಮುದ್ರಣದ ಸ್ಥಿತಿಯ ಜಾಡು" -#: ../gtk/gtkprintjob.c:153 +#: gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." -msgstr "ಮುದ್ರಣ ಮಾಹಿತಿಯನ್ನು ಮುದ್ರಕಕ್ಕೆ ಅಥವ ಮುದ್ರಕ ಪರಿಚಾರಕಕ್ಕೆ ಕಳುಹಿಸಿದ ನಂತರ ಮುದ್ರಣ ಕಾರ್ಯವು ಸ್ಥಿತಿ-ಬದಲಾವಣೆಗೊಂಡ ಸೂಚನೆಗಳನ್ನು ನೀಡುವುದನ್ನು ಮುಂದುವರೆಸುತ್ತಿದ್ದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ." +msgstr "" +"ಮುದ್ರಣ ಮಾಹಿತಿಯನ್ನು ಮುದ್ರಕಕ್ಕೆ ಅಥವ ಮುದ್ರಕ ಪರಿಚಾರಕಕ್ಕೆ ಕಳುಹಿಸಿದ ನಂತರ ಮುದ್ರಣ ಕಾರ್ಯವು " +"ಸ್ಥಿತಿ-ಬದಲಾವಣೆಗೊಂಡ ಸೂಚನೆಗಳನ್ನು ನೀಡುವುದನ್ನು ಮುಂದುವರೆಸುತ್ತಿದ್ದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ." -#: ../gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಪುಟ ಸಂಯೋಜನೆ" -#: ../gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "ಪೂರ್ವನಿಯೋಜಿತವಾಗಿ ಬಳಸಲಾಗುವ GtkPageSetup" -#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "ಮುದ್ರಣ ಸಂಯೋಜನೆಗಳು" -#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "ಸಂವಾದವನ್ನು ಆರಂಭಿಸಲು ಬಳಸಲಾಗುವ GtkPrintSettings" -#: ../gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "ಕೆಲಸದ ಹೆಸರು" -#: ../gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "ಮುದ್ರಣದ ಕೆಲಸವನ್ನು ಗುರುತಿಸಲು ಬಳಸಲಾಗುವ ಒಂದು ವಾಕ್ಯ." -#: ../gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "ಪುಟಗಳ ಸಂಖ್ಯೆ" -#: ../gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr "ದಸ್ತಾವೇಜಿನಲ್ಲಿರುವ ಪುಟಗಳ ಸಂಖ್ಯೆ." -#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "ಪ್ರಸ್ತುತ ಪುಟ" -#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "ದಸ್ತಾವೇಜಿನ ಪ್ರಸ್ತುತ ಪುಟ" -#: ../gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "ಸಂಪೂರ್ಣ ಪುಟವನ್ನು ಬಳಸು" -#: ../gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1007 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" -msgstr "ಸನ್ನಿವೇಶದ ಮೂಲವು ಪುಟದ ತುದಿಯಲ್ಲಿ ಇರಬೇಕಿದ್ದಲ್ಲಿ ಹಾಗು ಬಿಂಬಿಸಬಹುದಾದ ಕ್ಷೇತ್ರದಲ್ಲಿ ಇರದೆ ಇದ್ದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ" +msgstr "" +"ಸನ್ನಿವೇಶದ ಮೂಲವು ಪುಟದ ತುದಿಯಲ್ಲಿ ಇರಬೇಕಿದ್ದಲ್ಲಿ ಹಾಗು ಬಿಂಬಿಸಬಹುದಾದ ಕ್ಷೇತ್ರದಲ್ಲಿ ಇರದೆ " +"ಇದ್ದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ" -#: ../gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1028 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." -msgstr "ಮುದ್ರಣ ಮಾಹಿತಿಯನ್ನು ಮುದ್ರಕಕ್ಕೆ ಅಥವ ಮುದ್ರಕ ಪರಿಚಾರಕಕ್ಕೆ ಕಳುಹಿಸಿದ ನಂತರ ಮುದ್ರಣ ಕಾರ್ಯವು ಸ್ಥಿತಿ-ಬದಲಾವಣೆಗೊಂಡ ಸೂಚನೆಗಳನ್ನು ನೀಡುವುದನ್ನು ಮುಂದುವರೆಸುತ್ತಿದ್ದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ." +msgstr "" +"ಮುದ್ರಣ ಮಾಹಿತಿಯನ್ನು ಮುದ್ರಕಕ್ಕೆ ಅಥವ ಮುದ್ರಕ ಪರಿಚಾರಕಕ್ಕೆ ಕಳುಹಿಸಿದ ನಂತರ ಮುದ್ರಣ ಕಾರ್ಯವು " +"ಸ್ಥಿತಿ-ಬದಲಾವಣೆಗೊಂಡ ಸೂಚನೆಗಳನ್ನು ನೀಡುವುದನ್ನು ಮುಂದುವರೆಸುತ್ತಿದ್ದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ." -#: ../gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "ಘಟಕ" -#: ../gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "ಸನ್ನಿವೇಶದಲ್ಲಿ ದೂರವನ್ನು ಅಳೆಯಲು ಬಳಕೆಯಾಗುವ ಘಟಕ" -#: ../gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "ಸಂವಾದವನ್ನು ತೋರಿಸು" -#: ../gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr "ಮುದ್ರಿಸುವಾಗ ಒಂದು ಪ್ರಗತಿ ಸಂವಾದವನ್ನು ತೋರಿಸಲಾಗುತ್ತಿದ್ದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ." -#: ../gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "Async ಅನ್ನು ಸಮ್ಮತಿಸು" -#: ../gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "ಮುದ್ರಣ ಪ್ರಕ್ರಿಯೆಯು ಏಕರೀತಿಯಲ್ಲಿರದೆ ಹೋದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ." -#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "ಕಡತದ ಹೆಸರುಗಳನ್ನು ರಫ್ತು ಮಾಡು" -#: ../gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "ಸ್ಥಿತಿ" -#: ../gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "ಮುದ್ರಣ ಕಾರ್ಯದ ಸ್ಥಿತಿಗತಿ" -#: ../gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "ಸ್ಥಿತಿಗತಿಯ ವಾಕ್ಯ" -#: ../gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "ಮಾನವ ಓದಬಹುದಾದ ಸ್ಥಿತಿಗತಿಯ ವಿವರಣೆ" -#: ../gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "ಇಚ್ಛೆಯ ಟ್ಯಾಬ್ ಲೇಬಲ್" -#: ../gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "ಇಚ್ಛೆಯ ವಿಜೆಟ್‌ಗಳನ್ನು ಒಳಗೊಂಡಿರುವ ಟ್ಯಾಬ್‌ಗಾಗಿನ ಲೇಬಲ್." -#: ../gtk/gtkprintunixdialog.c:259 +#: gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "ಬಳಕೆಗಾಗಿನ GtkPageSetup" -#: ../gtk/gtkprintunixdialog.c:284 +#: gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "ಆರಿಸಲ್ಪಟ್ಟ ಮುದ್ರಕ" -#: ../gtk/gtkprintunixdialog.c:285 +#: gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "ಆರಿಸಲ್ಪಟ್ಟ GtkPrinter" -#: ../gtk/gtkprogress.c:102 +#: gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "ಚಟುವಟಿಕೆಯ ಕ್ರಮ" -#: ../gtk/gtkprogress.c:103 +#: gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " "is used when you're doing something but don't know how long it will take." -msgstr "TRUE ಆದಲ್ಲಿ, GtkProgress ಯು ಚಟುವಟಿಕೆಯ ಕ್ರಮದಲ್ಲಿ ಇರುತ್ತದೆ, ಅಂದರೆ ಏನೋ ನಡೆಯುತ್ತಿದೆ, ಆದರೆ ಎಷ್ಟು ಪ್ರಮಾಣದ ಕಾರ್ಯವು ಪೂರ್ಣಗೊಂಡಿದೆ ಎಂದು ತಿಳಿದಿಲ್ಲ ಎಂದರ್ಥ. ಇದನ್ನು, ನೀವು ಏನಾದರೂ ಮಾಡುತ್ತಿರುತ್ತೀರಿ ಆದರೆ ಅದಕ್ಕೆ ಎಷ್ಟು ಸಮಯ ತಗಲುತ್ತದೆ ಎಂದು ನಿಮಗೆ ತಿಳಿದಿರದಂತಹ ಸಂದರ್ಭದಲ್ಲಿ ಬಳಸಲಾಗುತ್ತದೆ." +msgstr "" +"TRUE ಆದಲ್ಲಿ, GtkProgress ಯು ಚಟುವಟಿಕೆಯ ಕ್ರಮದಲ್ಲಿ ಇರುತ್ತದೆ, ಅಂದರೆ ಏನೋ ನಡೆಯುತ್ತಿದೆ, " +"ಆದರೆ ಎಷ್ಟು ಪ್ರಮಾಣದ ಕಾರ್ಯವು ಪೂರ್ಣಗೊಂಡಿದೆ ಎಂದು ತಿಳಿದಿಲ್ಲ ಎಂದರ್ಥ. ಇದನ್ನು, ನೀವು ಏನಾದರೂ " +"ಮಾಡುತ್ತಿರುತ್ತೀರಿ ಆದರೆ ಅದಕ್ಕೆ ಎಷ್ಟು ಸಮಯ ತಗಲುತ್ತದೆ ಎಂದು ನಿಮಗೆ ತಿಳಿದಿರದಂತಹ ಸಂದರ್ಭದಲ್ಲಿ " +"ಬಳಸಲಾಗುತ್ತದೆ." -#: ../gtk/gtkprogress.c:111 +#: gtk/gtkprogress.c:111 msgid "Show text" msgstr "ಪಠ್ಯವನ್ನು ತೋರಿಸು" -#: ../gtk/gtkprogress.c:112 +#: gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "ಪ್ರಗತಿಯನ್ನು ಪಠ್ಯವಾಗಿ ತೋರಿಸಲಾಗುತ್ತಿದೆಯೆ." -#: ../gtk/gtkprogressbar.c:119 +#: gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "ಪ್ರಗತಿ ಪಟ್ಟಿಯೊಂದಿಗೆ ಜೋಡಿಸಲಾದಂತಹ GtkAdjustment (ತೆಗೆದುಹಾಕಲಾಗಿದೆ)" -#: ../gtk/gtkprogressbar.c:135 +#: gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "ಪಟ್ಟಿಕೆ ಶೈಲಿ" -#: ../gtk/gtkprogressbar.c:136 +#: gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "ಪಟ್ಟಿಕೆಯ ದೃಶ್ಯರೂಪ ಶೈಲಿಯನ್ನು ಪ್ರತಿಶತದಲ್ಲಿ ಸೂಚಿಸುತ್ತದೆ (ತೆಗೆದುಹಾಕಲಾಗಿದೆ)" -#: ../gtk/gtkprogressbar.c:144 +#: gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "ಚಟುವಟಿಕೆಯ ಹಂತ" -#: ../gtk/gtkprogressbar.c:145 +#: gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "ಪ್ರತಿಯೊಂದು ಚಟುವಟಿಕೆಯ ಕ್ರಮದಲ್ಲಿ ಏರಿಕೆಯನ್ನು ಬಳಸಲಾಗುವುದು (ತೆಗೆದುಹಾಕಲಾಗಿದೆ)" -#: ../gtk/gtkprogressbar.c:152 +#: gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "ಚಟುವಟಿಕೆ ಖಂಡಗಳು" -#: ../gtk/gtkprogressbar.c:153 +#: gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" -msgstr "ಚಟುವಟಿಕೆಯ ಕ್ರಮದಲ್ಲಿ ಪ್ರಗತಿ ಪಟ್ಟಿಕೆಯ ಜಾಗದಲ್ಲಿ ಹೊಂದಿಕೆಯಾಗುವ ಖಂಡಗಳ ಸಂಖ್ಯೆ (ತೆಗೆದುಹಾಕಲಾಗಿದೆ)" +msgstr "" +"ಚಟುವಟಿಕೆಯ ಕ್ರಮದಲ್ಲಿ ಪ್ರಗತಿ ಪಟ್ಟಿಕೆಯ ಜಾಗದಲ್ಲಿ ಹೊಂದಿಕೆಯಾಗುವ ಖಂಡಗಳ ಸಂಖ್ಯೆ " +"(ತೆಗೆದುಹಾಕಲಾಗಿದೆ)" -#: ../gtk/gtkprogressbar.c:160 +#: gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "ಪ್ರತ್ಯೇಕವಾದ ಖಂಡಗಳು" -#: ../gtk/gtkprogressbar.c:161 +#: gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" msgstr "ಪ್ರಗತಿಪಟ್ಟಿಯಲ್ಲಿನ ಪ್ರತ್ಯೇಕವಾದ ಖಂಡಗಳ ಸಂಖ್ಯೆ (ಪ್ರತ್ಯೇಕವಾದ ಶೈಲಿಯಲ್ಲಿ ತೋರಿಸದಾಗ)" -#: ../gtk/gtkprogressbar.c:168 +#: gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "ಭಿನ್ನರಾಶಿ" -#: ../gtk/gtkprogressbar.c:169 +#: gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "ಪೂರ್ಣಗೊಂಡ ಕಾರ್ಯದ ಭಿನ್ನರಾಶಿ" -#: ../gtk/gtkprogressbar.c:176 +#: gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "ಕಂಪನದ ಹಂತ" -#: ../gtk/gtkprogressbar.c:177 +#: gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "ಕಂಪನಕ್ಕೆ ಒಳಪಡಿಸಿದಾಗ ಪುಟಿಯುವ ಖಂಡದ ಒಟ್ಟು ಪ್ರಗತಿಯಲ್ಲಿ ಜರುಗಿಸಬೇಕಿರುವ ಒಂದು ಭಾಗ" -#: ../gtk/gtkprogressbar.c:185 +#: gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "ಪ್ರಗತಿ ಪಟ್ಟಿಯಲ್ಲಿ ತೋರಿಸಬೇಕಿರುವ ಪಠ್ಯ" -#: ../gtk/gtkprogressbar.c:207 +#: gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." -msgstr "ಸಂಪೂರ್ಣ ವಾಕ್ಯವನ್ನು ತೋರಿಸಲು ಪ್ರಗತಿ ಪಟ್ಟಿಯಲ್ಲಿ ಸಾಕಷ್ಟು ಸ್ಥಳಾವಕಾಶವಿಲ್ಲದೆ ಇದ್ದರೆ ವಾಕ್ಯವನ್ನು ದೀರ್ಘವೃತ್ತವಾಗಿಸಲು ಇಚ್ಛೆಯ ಜಾಗ." +msgstr "" +"ಸಂಪೂರ್ಣ ವಾಕ್ಯವನ್ನು ತೋರಿಸಲು ಪ್ರಗತಿ ಪಟ್ಟಿಯಲ್ಲಿ ಸಾಕಷ್ಟು ಸ್ಥಳಾವಕಾಶವಿಲ್ಲದೆ ಇದ್ದರೆ ವಾಕ್ಯವನ್ನು " +"ದೀರ್ಘವೃತ್ತವಾಗಿಸಲು ಇಚ್ಛೆಯ ಜಾಗ." -#: ../gtk/gtkprogressbar.c:214 +#: gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "Xಅಂತರ" -#: ../gtk/gtkprogressbar.c:215 +#: gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "ಪ್ರಗತಿ ಪಟ್ಟಿಗೆ ಅನ್ವಯಿಸಲಾದ ಹೆಚ್ಚುವರಿ ಅಗಲ." -#: ../gtk/gtkprogressbar.c:220 +#: gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "Yಅಂತರ" -#: ../gtk/gtkprogressbar.c:221 +#: gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "ಪ್ರಗತಿ ಪಟ್ಟಿಗೆ ಅನ್ವಯಿಸಲಾದ ಹೆಚ್ಚುವರಿ ಎತ್ತರ." -#: ../gtk/gtkprogressbar.c:234 +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "ಕನಿಷ್ಠ ಅಡ್ಡ ಪಟ್ಟಿಕೆಯ ಅಗಲ" -#: ../gtk/gtkprogressbar.c:235 +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "ಪ್ರಗತಿ ಪಟ್ಟಿಯ ಕನಿಷ್ಟ ಅಡ್ಡ ಅಗಲ" -#: ../gtk/gtkprogressbar.c:247 +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "ಕನಿಷ್ಠ ಅಡ್ಡ ಪಟ್ಟಿಕೆಯ ಎತ್ತರ" -#: ../gtk/gtkprogressbar.c:248 +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "ಪ್ರಗತಿ ಪಟ್ಟಿಯ ಕನಿಷ್ಟ ಅಡ್ಡ ಎತ್ತರ" -#: ../gtk/gtkprogressbar.c:260 +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "ಕನಿಷ್ಠ ಅಡ್ಡ ಪಟ್ಟಿಕೆಯ ಅಗಲ" -#: ../gtk/gtkprogressbar.c:261 +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "ಪ್ರಗತಿ ಪಟ್ಟಿಯ ಕನಿಷ್ಟ ಅಡ್ಡ ಅಗಲ" -#: ../gtk/gtkprogressbar.c:273 +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "ಕನಿಷ್ಠ ಲಂಬ ಪಟ್ಟಿಕೆಯ ಎತ್ತರ" -#: ../gtk/gtkprogressbar.c:274 +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "ಪ್ರಗತಿ ಪಟ್ಟಿಯ ಕನಿಷ್ಟ ಲಂಬ ಎತ್ತರ" -#: ../gtk/gtkradioaction.c:111 +#: gtk/gtkradioaction.c:111 msgid "The value" msgstr "ಮೌಲ್ಯ" -#: ../gtk/gtkradioaction.c:112 +#: gtk/gtkradioaction.c:112 msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." -msgstr "ಈ ಕ್ರಿಯೆಯು ಇದರ ಗುಂಪಿನ ಕ್ರಿಯೆಯಾಗಿದ್ದಲ್ಲಿ gtk_radio_action_get_current_value() ಇಂದ ಮರಳಿಸಲಾದ ಮೌಲ್ಯ." +msgstr "" +"ಈ ಕ್ರಿಯೆಯು ಇದರ ಗುಂಪಿನ ಕ್ರಿಯೆಯಾಗಿದ್ದಲ್ಲಿ gtk_radio_action_get_current_value() ಇಂದ " +"ಮರಳಿಸಲಾದ ಮೌಲ್ಯ." -#: ../gtk/gtkradioaction.c:129 +#: gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "ಈ ಕ್ರಿಯೆಯು ಸೇರಿರುವ ರೇಡಿಯೋ ಕ್ರಿಯೆಯ ಸಮೂಹ." -#: ../gtk/gtkradioaction.c:144 +#: gtk/gtkradioaction.c:144 msgid "The current value" msgstr "ಪ್ರಚಲಿತ ಮೌಲ್ಯ" -#: ../gtk/gtkradioaction.c:145 +#: gtk/gtkradioaction.c:145 msgid "" "The value property of the currently active member of the group to which this " "action belongs." msgstr "ಈ ಕ್ರಿಯೆಯ ಗುಂಪಿಗೆ ಸಂಬಂಧಿಸಿದ ಪ್ರಸಕ್ತ ಸಕ್ರಿಯವಾಗಿರುವ ಸದಸ್ಯನ ಮೌಲ್ಯ ಗುಣ." -#: ../gtk/gtkradiobutton.c:83 +#: gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "ಈ ವಿಜೆಟ್ ಸೇರಿರುವ ರೇಡಿಯೋ ಗುಂಡಿಯ ಸಮೂಹ." -#: ../gtk/gtkradiomenuitem.c:344 +#: gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "ಈ ವಿಜೆಟ್ ಸೇರಿರುವ ರೇಡಿಯೋ ಮೆನು ಅಂಶದ ಸಮೂಹ." -#: ../gtk/gtkradiotoolbutton.c:66 +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "ಈ ಗುಂಡಿಯು ಸೇರಿರುವ ರೇಡಿಯೋ ಉಪಕರಣ ಗುಂಡಿಯ ಸಮೂಹ." -#: ../gtk/gtkrange.c:358 +#: gtk/gtkrange.c:358 msgid "Update policy" msgstr "ಅಪ್‌ಡೇಟ್ ಕಾರ್ಯನೀತಿ" -#: ../gtk/gtkrange.c:359 +#: gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "ತೆರೆಯ ಮೇಲೆ ವ್ಯಾಪ್ತಿಯನ್ನು ಹೇಗೆ ತೋರಿಸಬೇಕು" -#: ../gtk/gtkrange.c:368 +#: gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "ಈ ವ್ಯಾಪ್ತಿ ವಸ್ತುವಿನ ಪ್ರಸಕ್ತ ಮೌಲ್ಯವನ್ನು ಹೊಂದಿರುವ GtkAdjustment" -#: ../gtk/gtkrange.c:375 +#: gtk/gtkrange.c:375 msgid "Inverted" msgstr "ವಿಲೋಮಗೊಂಡ (Inverted)" -#: ../gtk/gtkrange.c:376 +#: gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" msgstr "ವ್ಯಾಪ್ತಿಯ ಮೌಲ್ಯವನ್ನು ಹೆಚ್ಚಿಸಲು ಸ್ಲೈಡರ್ ಚಲಿಸುತ್ತಿರುವ ವಿಲೋಮ ದಿಕ್ಕು" -#: ../gtk/gtkrange.c:383 +#: gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "ಕೆಳಗಿನ ಸ್ಟೆಪ್ಪರಿನ ಸಂವೇದನಶೀಲತೆ" -#: ../gtk/gtkrange.c:384 +#: gtk/gtkrange.c:384 msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" msgstr "ಹೊಂದಾಣಿಕೆಯ ಕೆಳಗಿನ ಭಾಗವನ್ನು ಸೂಚಿಸುವ ಸ್ಟೆಪ್ಪರಿಗಾಗಿನ ಸಂವೇದನಾಶೀಲತೆಯ ಕಾರ್ಯನಿಯಮ" -#: ../gtk/gtkrange.c:392 +#: gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "ಮೇಲಿನ ಸ್ಟೆಪ್ಪರಿನ ಸಂವೇದನಶೀಲತೆ" -#: ../gtk/gtkrange.c:393 +#: gtk/gtkrange.c:393 msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" msgstr "ಹೊಂದಾಣಿಕೆಯ ಮೇಲಿನ ಭಾಗವನ್ನು ಸೂಚಿಸುವ ಸ್ಟೆಪ್ಪರಿಗಾಗಿನ ಸಂವೇದನಾಶೀಲತೆಯ ಕಾರ್ಯನಿಯಮ" -#: ../gtk/gtkrange.c:410 +#: gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "ತುಂಬಿದ ಮಟ್ಟವನ್ನು ತೋರಿಸು" -#: ../gtk/gtkrange.c:411 +#: gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "ತೊಟ್ಟಿಯಲ್ಲಿ(trough) ತುಂಬಿಕೆಯ ಮಟ್ಟದ ಸೂಚಕದ ಗ್ರಾಫಿಕ್ಸನ್ನು ತೋರಿಸಬೇಕೆ." -#: ../gtk/gtkrange.c:427 +#: gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "ತುಂಬಿಸುವ ಮಟ್ಟವನ್ನು ನಿರ್ಬಂಧಿಸು" -#: ../gtk/gtkrange.c:428 +#: gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "ತುಂಬಿಸುವ ಮಟ್ಟದ ಮೇಲಿನ ಮಿತಿಯನ್ನು ನಿರ್ಬಂಧಿಸಬೇಕೆ." -#: ../gtk/gtkrange.c:443 +#: gtk/gtkrange.c:443 msgid "Fill Level" msgstr "ತುಂಬಿಸಲಾದ ಮಟ್ಟ" -#: ../gtk/gtkrange.c:444 +#: gtk/gtkrange.c:444 msgid "The fill level." msgstr "ತುಂಬಿಸಲಾದ ಮಟ್ಟ." -#: ../gtk/gtkrange.c:452 +#: gtk/gtkrange.c:452 msgid "Slider Width" msgstr "ಸ್ಲೈಡರಿನ ಅಗಲ" -#: ../gtk/gtkrange.c:453 +#: gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "ಚಲನಾಪಟ್ಟಿಕೆ ಅಥವ ಸ್ಕೇಲ್ ತಂಬಿನ ಅಗಲ" -#: ../gtk/gtkrange.c:460 +#: gtk/gtkrange.c:460 msgid "Trough Border" msgstr "ತೊಟ್ಟಿಯ(trough) ಅಂಚು" -#: ../gtk/gtkrange.c:461 +#: gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "ತಂಬ್/ಸ್ಟೆಪ್ಪರುಗಳು ಹಾಗು ಹೊರಗಿನ ತೊಟ್ಟಿಯ(trough) ಇಳಿಜಾರಿನ ನಡುವಿನ ಅಂತರ" -#: ../gtk/gtkrange.c:468 +#: gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "ಸ್ಟೆಪ್ಪರಿನ ಗಾತ್ರ" -#: ../gtk/gtkrange.c:469 +#: gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "ತುದಿಯಲ್ಲಿರುವ ಸ್ಟೆಪ್ ಗುಂಡಿಗಳ ಉದ್ದ" -#: ../gtk/gtkrange.c:484 +#: gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "ಸ್ಟೆಪ್ಪರ್ ಅಂತರ" -#: ../gtk/gtkrange.c:485 +#: gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "ಸ್ಟೆಪ್ ಗುಂಡಿಗಳು ಹಾಗು ತಂಬಿನ ನಡುವಿನ ಅಂತರ" -#: ../gtk/gtkrange.c:492 +#: gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "ಬಾಣ X ನ ಸ್ಥಾನಪಲ್ಲಟ" -#: ../gtk/gtkrange.c:493 -msgid "How far in the x direction to move the arrow when the button is depressed" +#: gtk/gtkrange.c:493 +msgid "" +"How far in the x direction to move the arrow when the button is depressed" msgstr "ಒತ್ತಿದ ಗುಂಡಿಯನ್ನು ಬಿಟ್ಟಾಗ x ದಿಕ್ಕಿನಲ್ಲಿ ಎಷ್ಟು ದೂರ ಸ್ಥಳಾಂತರಿಸಬೇಕು" -#: ../gtk/gtkrange.c:500 +#: gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "ಬಾಣ Y ಯ ಸ್ಥಾನಪಲ್ಲಟ" -#: ../gtk/gtkrange.c:501 -msgid "How far in the y direction to move the arrow when the button is depressed" +#: gtk/gtkrange.c:501 +msgid "" +"How far in the y direction to move the arrow when the button is depressed" msgstr "ಒತ್ತಿದ ಗುಂಡಿಯನ್ನು ಬಿಟ್ಟಾಗ y ದಿಕ್ಕಿನಲ್ಲಿ ಎಷ್ಟು ದೂರ ಸ್ಥಳಾಂತರಿಸಬೇಕು" -#: ../gtk/gtkrange.c:509 +#: gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "ಎಳೆಯುವ ಸಮಯದಲ್ಲಿ ಸ್ಲೈಡರ್ ACTIVE ಅನ್ನು ಚಿತ್ರಿಸು" -#: ../gtk/gtkrange.c:510 +#: gtk/gtkrange.c:510 msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" -msgstr "ಈ ಆಯ್ಕೆಯನ್ನು TRUE ಗೆ ಹೊಂದಿಸಲಾದಲ್ಲಿ, ಸ್ಲೈಡರನ್ನು ಎಳೆದಾಗ ಅವನ್ನು ACTIVE ಆಗಿ ಹಾಗು IN ನ ನೆರಳಿನೊಂದಿಗೆ ಚಿತ್ರಿಸಲಾಗುವುದು" +msgstr "" +"ಈ ಆಯ್ಕೆಯನ್ನು TRUE ಗೆ ಹೊಂದಿಸಲಾದಲ್ಲಿ, ಸ್ಲೈಡರನ್ನು ಎಳೆದಾಗ ಅವನ್ನು ACTIVE ಆಗಿ ಹಾಗು IN ನ " +"ನೆರಳಿನೊಂದಿಗೆ ಚಿತ್ರಿಸಲಾಗುವುದು" -#: ../gtk/gtkrange.c:524 +#: gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "ತೊಟ್ಟಿಯ ಬದಿಯ (trough) ವಿವರಗಳು" -#: ../gtk/gtkrange.c:525 +#: gtk/gtkrange.c:525 msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" -msgstr "TRUE ಆಗಿದ್ದಲ್ಲಿ, ಸ್ಲೈಡರಿನ ಎರಡೂ ಬದಿಯಲ್ಲಿನ ತೊಟ್ಟಿಯ ಭಾಗವನ್ನು ಪ್ರತ್ಯೇಕವಾದ ವಿವರಗಳಿಂದ ಚಿತ್ರಿಸಲಾಗುವುದು" +msgstr "" +"TRUE ಆಗಿದ್ದಲ್ಲಿ, ಸ್ಲೈಡರಿನ ಎರಡೂ ಬದಿಯಲ್ಲಿನ ತೊಟ್ಟಿಯ ಭಾಗವನ್ನು ಪ್ರತ್ಯೇಕವಾದ ವಿವರಗಳಿಂದ " +"ಚಿತ್ರಿಸಲಾಗುವುದು" -#: ../gtk/gtkrange.c:541 +#: gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "ಸ್ಟೆಪ್ಪರುಗಳ ಅಡಿಯಲ್ಲಿನ ತೊಟ್ಟಿ(trough)" -#: ../gtk/gtkrange.c:542 +#: gtk/gtkrange.c:542 msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" -msgstr "ತೊಟ್ಟಯನ್ನು ವ್ಯಾಪ್ತಿಯ ಪೂರ್ತಿಗೂ ಚಿತ್ರಿಸಬೇಕೆ ಅಥವ ಸ್ಟೆಪ್ಪರ್ ಹಾಗು ಅಂತರವನ್ನು ಹೊರತುಪಡಿಸಬೇಕೆ" +msgstr "" +"ತೊಟ್ಟಯನ್ನು ವ್ಯಾಪ್ತಿಯ ಪೂರ್ತಿಗೂ ಚಿತ್ರಿಸಬೇಕೆ ಅಥವ ಸ್ಟೆಪ್ಪರ್ ಹಾಗು ಅಂತರವನ್ನು ಹೊರತುಪಡಿಸಬೇಕೆ" -#: ../gtk/gtkrange.c:555 +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "ಬಾಣದ ಗಾತ್ರ ಬದಲಾವಣೆ" -#: ../gtk/gtkrange.c:556 +#: gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "ಚಲನಾ(ಸ್ಕ್ರಾಲ್) ಗುಂಡಿಯ ಗಾತ್ರಕ್ಕೆ ಸಂಬಂಧಿತವಾದ ಬಾಣದ ಗಾತ್ರ ಬದಲಾವಣೆ" -#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 +#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "ಸಂಖ್ಯೆಗಳನ್ನು ತೋರಿಸು" -#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 +#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "ಅಂಶಗಳನ್ನು ಒಂದು ಸಂಖ್ಯೆಯೊಂದಿಗೆ ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtkrecentchooser.c:132 +#: gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "ಇತ್ತಿಚಿನ ವ್ಯವಸ್ಥಾಪಕ" -#: ../gtk/gtkrecentchooser.c:133 +#: gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "ಬಳಕೆಗಾಗಿನ RecentManager" -#: ../gtk/gtkrecentchooser.c:147 +#: gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "ಖಾಸಗಿಯದನ್ನು ತೋರಿಸು" -#: ../gtk/gtkrecentchooser.c:148 +#: gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "ಖಾಸಗಿ ಅಂಶಗಳನ್ನು ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtkrecentchooser.c:161 +#: gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "ಸಲಕರಣೆ ಸುಳಿವುಗಳನ್ನು(Tooltips) ತೋರಿಸು" -#: ../gtk/gtkrecentchooser.c:162 +#: gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "ಅಂಶದ ಮೇಲೆ ಒಂದು ಉಪಕರಣ-ಸುಳಿವು ಇರಬೇಕೆ" -#: ../gtk/gtkrecentchooser.c:174 +#: gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "ಚಿಹ್ನೆಗಳನ್ನು ತೋರಿಸು" -#: ../gtk/gtkrecentchooser.c:175 +#: gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "ಅಂಶದ ಸಮೀಪದಲ್ಲಿ ಒಂದು ಚಿಹ್ನೆಯು ಇರಬೇಕೆ" -#: ../gtk/gtkrecentchooser.c:190 +#: gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "ಪತ್ತೆಯಾಗದವುಗಳನ್ನು ತೋರಿಸು" -#: ../gtk/gtkrecentchooser.c:191 +#: gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "ಲಭ್ಯವಿರದ ಸಂಪನ್ಮೂಲಗಳನ್ನು ಸೂಚಿಸುವ ಅಂಶಗಳನ್ನು ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtkrecentchooser.c:204 +#: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "ಅನೇಕ ಅಂಶಗಳನ್ನು ಆರಿಸುವುದನ್ನು ಅನುಮತಿಸಬೇಕೆ" -#: ../gtk/gtkrecentchooser.c:217 +#: gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "ಸ್ಥಳಿಯ ಮಾತ್ರ" -#: ../gtk/gtkrecentchooser.c:218 +#: gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" -msgstr "ಆಯ್ದ ಸಂಪನ್ಮೂಲವನ್ನು(ಗಳನ್ನು) ಕೇವಲ ಸ್ಥಳೀಯ ಕಡತಗಳಿಗೆ ಮಾತ್ರವೆ ಸೀಮಿತಗೊಳಿಸಬೇಕೆ: URIಗಳು" +msgstr "" +"ಆಯ್ದ ಸಂಪನ್ಮೂಲವನ್ನು(ಗಳನ್ನು) ಕೇವಲ ಸ್ಥಳೀಯ ಕಡತಗಳಿಗೆ ಮಾತ್ರವೆ ಸೀಮಿತಗೊಳಿಸಬೇಕೆ: URIಗಳು" -#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 +#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "ಮಿತಿ" -#: ../gtk/gtkrecentchooser.c:235 +#: gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "ತೋರಿಸಬೇಕಿರುವ ಅಂಶಗಳ ಗರಿಷ್ಟ ಸಂಖ್ಯೆ" -#: ../gtk/gtkrecentchooser.c:249 +#: gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "ವಿಂಗಡಣೆಯ ಬಗೆ" -#: ../gtk/gtkrecentchooser.c:250 +#: gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "ತೋರಿಸಲಾಗುವ ಅಂಶಗಳ ವಿಂಗಡಣಾ ಕ್ರಮ" -#: ../gtk/gtkrecentchooser.c:265 +#: gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "ಯಾವ ಸಂಪನ್ಮೂಲವನ್ನು ತೋರಿಸಬೇಕು ಎಂದು ಆರಿಸುವ ಪ್ರಸಕ್ತ ಶೋಧಕ" -#: ../gtk/gtkrecentmanager.c:215 +#: gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "ಪಟ್ಟಿಯನ್ನು ಓದಬೇಕಿರುವ ಹಾಗು ಶೇಖರಿಸಿಡಬೇಕಿರುವ ಕಡತದ ಸಂಪೂರ್ಣ ಮಾರ್ಗ" -#: ../gtk/gtkrecentmanager.c:230 -msgid "The maximum number of items to be returned by gtk_recent_manager_get_items()" +#: gtk/gtkrecentmanager.c:230 +msgid "" +"The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "gtk_recent_manager_get_items() ನಿಂದ ಮರಳಿಸಲಾದ ಅಂಶಗಳ ಗರಿಷ್ಟ ಸಂಖ್ಯೆ" -#: ../gtk/gtkrecentmanager.c:246 +#: gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "ಇತ್ತೀಚೆಗೆ ಬಳಸಲಾದ ಸಂಪನ್ಮೂಲಗಳ ಪಟ್ಟಿಯ ಗಾತ್ರ" -#: ../gtk/gtkruler.c:128 +#: gtk/gtkruler.c:128 msgid "Lower" msgstr "ಕೆಳಗಿನ" -#: ../gtk/gtkruler.c:129 +#: gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "ರೂಲರಿನ ಕೆಳಗಿನ ಮಿತಿ" -#: ../gtk/gtkruler.c:138 +#: gtk/gtkruler.c:138 msgid "Upper" msgstr "ಮೇಲಿನ" -#: ../gtk/gtkruler.c:139 +#: gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "ರೂಲರಿನ ಮೇಲಿನ ಮಿತಿ" -#: ../gtk/gtkruler.c:149 +#: gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "ರೂಲರಿನಲ್ಲಿನ ಗುರುತಿನ ಸ್ಥಳ" -#: ../gtk/gtkruler.c:158 +#: gtk/gtkruler.c:158 msgid "Max Size" msgstr "ಗರಿಷ್ಟ ಗಾತ್ರ" -#: ../gtk/gtkruler.c:159 +#: gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "ರೂಲರಿನ ಗರಿಷ್ಟ ಗಾತ್ರ" -#: ../gtk/gtkruler.c:174 +#: gtk/gtkruler.c:174 msgid "Metric" msgstr "ಮೆಟ್ರಿಕ್" -#: ../gtk/gtkruler.c:175 +#: gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "ರೂಲರಿಗಾಗಿ ಬಳಸಲಾದ ಮೆಟ್ರಿಕ್" -#: ../gtk/gtkscale.c:201 +#: gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "ಮೌಲ್ಯದಲ್ಲಿ ತೋರಿಸಲಾಗುವ ದಶಾಂಶದ ಸ್ಥಾನಗಳ ಸಂಖ್ಯೆ" -#: ../gtk/gtkscale.c:210 +#: gtk/gtkscale.c:210 msgid "Draw Value" msgstr "ಮೌಲ್ಯದ ಚಿತ್ರಣ" -#: ../gtk/gtkscale.c:211 +#: gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "ಪ್ರಸಕ್ತ ಮೌಲ್ಯವನ್ನು ಸ್ಲೈಡರಿನ ಎದುರಿನ ಒಂದು ವಾಕ್ಯವಾಗಿ ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtkscale.c:218 +#: gtk/gtkscale.c:218 msgid "Value Position" msgstr "ಮೌಲ್ಯದ ಸ್ಥಳ" -#: ../gtk/gtkscale.c:219 +#: gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "ಪ್ರಸಕ್ತ ಮೌಲ್ಯವನ್ನು ತೋರಿಸಲಾಗುವ ಸ್ಥಳ" -#: ../gtk/gtkscale.c:226 +#: gtk/gtkscale.c:226 msgid "Slider Length" msgstr "ಸ್ಲೈಡರಿನ ಉದ್ದ" -#: ../gtk/gtkscale.c:227 +#: gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "ಸ್ಕೇಲಿನ ಸ್ಲೈಡರಿನ ಉದ್ದ" -#: ../gtk/gtkscale.c:235 +#: gtk/gtkscale.c:235 msgid "Value spacing" msgstr "ಮೌಲ್ಯದ ಅಂತರ" -#: ../gtk/gtkscale.c:236 +#: gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "ಮೌಲ್ಯ ಪಠ್ಯ ಹಾಗು ಸ್ಲೈಡರ್/ತೊಟ್ಟಿ(trough) ಕ್ಷೇತ್ರದ ನಡುವಿನ ಜಾಗ" -#: ../gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "ಸ್ಕೇಲಿನ ಮೌಲ್ಯ" -#: ../gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "ಚಿಹ್ನೆ ಗಾತ್ರ" -#: ../gtk/gtkscalebutton.c:224 -msgid "The GtkAdjustment that contains the current value of this scale button object" +#: gtk/gtkscalebutton.c:226 +msgid "" +"The GtkAdjustment that contains the current value of this scale button object" msgstr "ಈ ಸ್ಕೇಲಿನ ಗುಂಡಿ ವಸ್ತುವನ್ನು ಹೊಂದಿರುವ GtkAdjustment" -#: ../gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "ಚಿಹ್ನೆಗಳು" -#: ../gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "ಚಿಹ್ನೆ ಹೆಸರುಗಳ ಪಟ್ಟಿ" -#: ../gtk/gtkscrollbar.c:51 +#: gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "ಸ್ಲೈಡರಿನ ಕನಿಷ್ಠ ಉದ್ದ" -#: ../gtk/gtkscrollbar.c:52 +#: gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "ಚಲನಪಟ್ಟಿಕೆಯ ಕನಿಷ್ಠ ಉದ್ದ" -#: ../gtk/gtkscrollbar.c:60 +#: gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "ಸ್ಲೈಡರಿನ ನಿಗದಿತ ಗಾತ್ರ" -#: ../gtk/gtkscrollbar.c:61 +#: gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "ಸ್ಲೈಡರಿನ ಗಾತ್ರವನ್ನು ಬದಲಾಯಿಸಬೇಡ, ಅದನ್ನು ಕೇವಲ ಕನಿಷ್ಠ ಉದ್ದಕ್ಕೆ ಬಂಧಿಸು" -#: ../gtk/gtkscrollbar.c:82 -msgid "Display a second backward arrow button on the opposite end of the scrollbar" +#: gtk/gtkscrollbar.c:82 +msgid "" +"Display a second backward arrow button on the opposite end of the scrollbar" msgstr "ಚಲನಪಟ್ಟಿಕೆಯ ವಿರುದ್ಧ ತುದಿಯಲ್ಲಿ ಎರಡನೆ ಹಿಮ್ಮುಖ ಬಾಣದ ಗುಂಡಿಯನ್ನು ತೋರಿಸು" -#: ../gtk/gtkscrollbar.c:89 -msgid "Display a second forward arrow button on the opposite end of the scrollbar" +#: gtk/gtkscrollbar.c:89 +msgid "" +"Display a second forward arrow button on the opposite end of the scrollbar" msgstr "ಚಲನಾ ಪಟ್ಟಿಕೆಯ ವಿರುದ್ಧ ದಿಕ್ಕಿನಲ್ಲಿ ಎರಡನೆಯ ಮುಮ್ಮುಖ ಬಾಣದ ಗುಂಡಿಯನ್ನು ತೋರಿಸು" -#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 -#: ../gtk/gtktreeview.c:578 +#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "ಅಡ್ಡ ಹೊಂದಾಣಿಕೆ" -#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 -#: ../gtk/gtktreeview.c:586 +#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "ಲಂಬ ಹೊಂದಾಣಿಕೆ" -#: ../gtk/gtkscrolledwindow.c:232 +#: gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "ಅಡ್ಡ ಚಲನಪಟ್ಟಿಕೆ ನಿಯಮ" -#: ../gtk/gtkscrolledwindow.c:233 +#: gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "ಅಡ್ಡ ಚಲನಾಪಟ್ಟಿಕೆಯನ್ನು ತೋರಿಸಿದಾಗ" -#: ../gtk/gtkscrolledwindow.c:240 +#: gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "ಲಂಬ ಚಲನಪಟ್ಟಿಕೆ ನಿಯಮ" -#: ../gtk/gtkscrolledwindow.c:241 +#: gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "ಲಂಬ ಚಲನಾಪಟ್ಟಿಕೆಯನ್ನು ತೋರಿಸಿದಾಗ" -#: ../gtk/gtkscrolledwindow.c:249 +#: gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "ವಿಂಡೋ ಇರಿಸುವಿಕೆ" -#: ../gtk/gtkscrolledwindow.c:250 +#: gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." -msgstr "ಚಲನಪಟ್ಟಿಕೆಗಳಿಗೆ ಅನುಗುಣವಾಗಿ ಎಲ್ಲಿ ಒಳಪಿಡಿಗಳನ್ನು ಇರಿಸಲಾಗಿದೆಯೊ ಅಲ್ಲಿ. \"window-placement-set\" ಅನ್ನು TRUE ಗೆ ಬದಲಾಯಿಸಲಾಗಿದ್ದಲ್ಲಿ ಮಾತ್ರ ಈ ಗುಣವು ಕಾರ್ಯರೂಪಕ್ಕೆ ಬರುತ್ತದೆ." +msgstr "" +"ಚಲನಪಟ್ಟಿಕೆಗಳಿಗೆ ಅನುಗುಣವಾಗಿ ಎಲ್ಲಿ ಒಳಪಿಡಿಗಳನ್ನು ಇರಿಸಲಾಗಿದೆಯೊ ಅಲ್ಲಿ. \"window-" +"placement-set\" ಅನ್ನು TRUE ಗೆ ಬದಲಾಯಿಸಲಾಗಿದ್ದಲ್ಲಿ ಮಾತ್ರ ಈ ಗುಣವು ಕಾರ್ಯರೂಪಕ್ಕೆ " +"ಬರುತ್ತದೆ." -#: ../gtk/gtkscrolledwindow.c:267 +#: gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "ವಿಂಡೋ ಇರಿಸುವಿಕೆ ಸೆಟ್" -#: ../gtk/gtkscrolledwindow.c:268 +#: gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." -msgstr "ಚಲನಾಪಟ್ಟಿಕೆಗೆ ಅನುಗುಣವಾದ ವಿಷಯಗಳ ಸ್ಥಳವನ್ನು ನಿರ್ಧರಿಸಲು \"window-placement\"ಅನ್ನು ಬಳಸಬೇಕೆ." +msgstr "" +"ಚಲನಾಪಟ್ಟಿಕೆಗೆ ಅನುಗುಣವಾದ ವಿಷಯಗಳ ಸ್ಥಳವನ್ನು ನಿರ್ಧರಿಸಲು \"window-placement\"ಅನ್ನು " +"ಬಳಸಬೇಕೆ." -#: ../gtk/gtkscrolledwindow.c:274 +#: gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "ನೆರಳಿನ ಬಗೆ" -#: ../gtk/gtkscrolledwindow.c:275 +#: gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "ಒಳಪಿಡಿಗಳ ಸುತ್ತಲಿನ ಇಳಿಜಾರಿನ ಶೈಲಿ" -#: ../gtk/gtkscrolledwindow.c:289 +#: gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "ಇಳಿಜಾರಿನೊಳಗಿನ ಚಲನಾಪಟ್ಟಿಕೆಗಳು" -#: ../gtk/gtkscrolledwindow.c:290 +#: gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "ಚಲಿಸಲಾದ ವಿಂಡೋದ ಇಳಿಜಾರಿನಲ್ಲಿ ಚಲನಪಟ್ಟಿಕೆಗಳನ್ನು ಇರಿಸು" -#: ../gtk/gtkscrolledwindow.c:296 +#: gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "ಚಲನಪಟ್ಟಿಕೆ ಅಂತರ" -#: ../gtk/gtkscrolledwindow.c:297 +#: gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "ಚಲನಾಪಟ್ಟಿಕೆ ಹಾಗು ಚಲಿಸಲಾದ ವಿಂಡೋವಿನ ನಡುವಿನ ಪಿಕ್ಸೆಲ್‌ಗಳ ಸಂಖ್ಯೆ" -#: ../gtk/gtkscrolledwindow.c:312 +#: gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "ಚಲಿಸಲಾದ ವಿಂಡೋದ ಸ್ಥಾನ" -#: ../gtk/gtkscrolledwindow.c:313 +#: gtk/gtkscrolledwindow.c:313 msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." -msgstr "ಚಲಿಸಲಾದ ವಿಂಡೋದ ಸ್ವಂತದ ಸ್ಥಳದಿಂದ ಅತಿಕ್ರಮಿಸದೆ ಇದ್ದಲ್ಲಿ, ಇಲ್ಲಿ ಚಲಿಸಲಾದ ವಿಂಡೋಗಳಲ್ಲಿನ ವಿಷಯಗಳನ್ನು ಚಲನಾಪಟ್ಟಿಕೆಗಳಿಗೆ ಅನುಗುಣವಾಗಿ ಇರಿಸಲಾಗುತ್ತದೆ." +msgstr "" +"ಚಲಿಸಲಾದ ವಿಂಡೋದ ಸ್ವಂತದ ಸ್ಥಳದಿಂದ ಅತಿಕ್ರಮಿಸದೆ ಇದ್ದಲ್ಲಿ, ಇಲ್ಲಿ ಚಲಿಸಲಾದ ವಿಂಡೋಗಳಲ್ಲಿನ " +"ವಿಷಯಗಳನ್ನು ಚಲನಾಪಟ್ಟಿಕೆಗಳಿಗೆ ಅನುಗುಣವಾಗಿ ಇರಿಸಲಾಗುತ್ತದೆ." -#: ../gtk/gtkseparatortoolitem.c:105 +#: gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "ಚಿತ್ರಿಸು" -#: ../gtk/gtkseparatortoolitem.c:106 +#: gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "ವಿಭಜಕವನ್ನು ಚಿತ್ರಿಸಬೇಕೆ, ಅಥವ ಖಾಲಿ ಬಿಡಬೇಕೆ" -#: ../gtk/gtksettings.c:215 +#: gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "ಎರಡು ಬಾರಿ ಒತ್ತುವ ಸಮಯ" -#: ../gtk/gtksettings.c:216 +#: gtk/gtksettings.c:216 msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" -msgstr "ಎರಡು ಕ್ಲಿಕ್‌ ಮಾಡಲಾಗಿದ್ದರ ಸಮಯವನ್ನು ಎರಡುಬಾರಿಯ ಒತ್ತುವಿಕೆ ಎಂದು ಪರಿಗಣಿಸಲು ಅನುಮತಿ ಇರುವ ಅವುಗಳ ನಡುವಿನ ಗರಿಷ್ಟ ಸಮಯ (ಮಿಲಿಸೆಕೆಂಡುಗಳಲ್ಲಿ)" +msgstr "" +"ಎರಡು ಕ್ಲಿಕ್‌ ಮಾಡಲಾಗಿದ್ದರ ಸಮಯವನ್ನು ಎರಡುಬಾರಿಯ ಒತ್ತುವಿಕೆ ಎಂದು ಪರಿಗಣಿಸಲು ಅನುಮತಿ ಇರುವ " +"ಅವುಗಳ ನಡುವಿನ ಗರಿಷ್ಟ ಸಮಯ (ಮಿಲಿಸೆಕೆಂಡುಗಳಲ್ಲಿ)" -#: ../gtk/gtksettings.c:223 +#: gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "ಎರಡುಬಾರಿ ಕ್ಲಿಕ್ಕಿಸುವಿಕೆಯ ದೂರ" -#: ../gtk/gtksettings.c:224 +#: gtk/gtksettings.c:224 msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" -msgstr "ಎರಡು ಕ್ಲಿಕ್‌ ಮಾಡಲಾಗಿದ್ದನ್ನು ಎರಡುಬಾರಿಯ ಒತ್ತುವಿಕೆ ಎಂದು ಪರಿಗಣಿಸಲು ಅವುಗಳ ನಡುವಿನ ಅನುಮತಿ ಇರುವ ದೂರ (ಪಿಕ್ಸೆಲ್‌ಗಳಲ್ಲಿ)" +msgstr "" +"ಎರಡು ಕ್ಲಿಕ್‌ ಮಾಡಲಾಗಿದ್ದನ್ನು ಎರಡುಬಾರಿಯ ಒತ್ತುವಿಕೆ ಎಂದು ಪರಿಗಣಿಸಲು ಅವುಗಳ ನಡುವಿನ ಅನುಮತಿ " +"ಇರುವ ದೂರ (ಪಿಕ್ಸೆಲ್‌ಗಳಲ್ಲಿ)" -#: ../gtk/gtksettings.c:240 +#: gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "ಮಿಣುಕು ತೆರೆಸೂಚಕ (ಕರ್ಸರ್)" -#: ../gtk/gtksettings.c:241 +#: gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "ತೆರೆಸೂಚಕವು ಮಿಣಕಬೇಕೆ" -#: ../gtk/gtksettings.c:248 +#: gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "ತೆರೆಸೂಚಕದ ಮಿಣುಕುವ ಸಮಯ" -#: ../gtk/gtksettings.c:249 +#: gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "ತೆರೆಸೂಚಕವು ಮಿನುಗುವ ಚಕ್ರ, ಮಿಲಿ ಸೆಕೆಂಡುಗಳಲ್ಲಿ" -#: ../gtk/gtksettings.c:268 +#: gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "ತೆರೆಸೂಚಕದ ಮಿನುಗುವ ಕಾಲ ಮೀರಿಕೆ" -#: ../gtk/gtksettings.c:269 +#: gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" -msgstr "ಯಾವ ಸಮಯದ ನಂತರ ತೆರೆಸೂಚಕವು ಮಿನುಗುವುದನ್ನು ನಿಲ್ಲಿಸುತ್ತದೆಯೊ ಆ ಸಮಯ (ಸೆಕೆಂಡುಗಳಲ್ಲಿ)" +msgstr "" +"ಯಾವ ಸಮಯದ ನಂತರ ತೆರೆಸೂಚಕವು ಮಿನುಗುವುದನ್ನು ನಿಲ್ಲಿಸುತ್ತದೆಯೊ ಆ ಸಮಯ (ಸೆಕೆಂಡುಗಳಲ್ಲಿ)" -#: ../gtk/gtksettings.c:276 +#: gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "ವಿಂಗಡಿಸಲಾದ ತೆರೆಸೂಚಕ" -#: ../gtk/gtksettings.c:277 +#: gtk/gtksettings.c:277 msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" -msgstr "ಎಡದಿಂದ ಬಲಕ್ಕೆ ಹಾಗು ಬಲದಿಂದ ಎಡಕ್ಕೆ ಎರಡೂ ಬಗೆಯ ಪಠ್ಯಗಳನ್ನು ಹೊಂದಿರುವ ಪಠ್ಯಗಳಲ್ಲಿ ಎರಡು ತೆರೆಸೂಚಕಗಳನ್ನು ತೋರಿಸಬೇಕೆ" +msgstr "" +"ಎಡದಿಂದ ಬಲಕ್ಕೆ ಹಾಗು ಬಲದಿಂದ ಎಡಕ್ಕೆ ಎರಡೂ ಬಗೆಯ ಪಠ್ಯಗಳನ್ನು ಹೊಂದಿರುವ ಪಠ್ಯಗಳಲ್ಲಿ ಎರಡು " +"ತೆರೆಸೂಚಕಗಳನ್ನು ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtksettings.c:284 +#: gtk/gtksettings.c:284 msgid "Theme Name" msgstr "ಥೀಮಿನ ಹೆಸರು" -#: ../gtk/gtksettings.c:285 +#: gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "ಲೋಡ್ ಮಾಡಲು ಪರಿಸರವಿನ್ಯಾಸದ RC ಕಡತದ ಹೆಸರು" -#: ../gtk/gtksettings.c:293 +#: gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "ಚಿಹ್ನೆ ಪರಿಸರವಿನ್ಯಾಸದ ಹೆಸರು" -#: ../gtk/gtksettings.c:294 +#: gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "ಬಳಸಬೇಕಿರುವ ಪರಿಸರವಿನ್ಯಾಸದ ಹೆಸರು" -#: ../gtk/gtksettings.c:302 +#: gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "ಹಿಮ್ಮರಳಿಕೆ ಚಿಹ್ನೆ ಪರಿಸರವಿನ್ಯಾಸದ ಹೆಸರು" -#: ../gtk/gtksettings.c:303 +#: gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "ಹಿಮ್ಮರಳಬೇಕಿರುವ ಚಿಹ್ನೆ ಪರಿಸರವಿನ್ಯಾಸದ ಹೆಸರು" -#: ../gtk/gtksettings.c:311 +#: gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "ಕೀಲಿ ಪರಿಸರವಿನ್ಯಾಸದ ಹೆಸರು" -#: ../gtk/gtksettings.c:312 +#: gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "ಲೋಡ್ ಮಾಡಲು ಕೀಲಿ ಪರಿಸರವಿನ್ಯಾಸದ RC ಕಡತದ ಹೆಸರು" -#: ../gtk/gtksettings.c:320 +#: gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "ಮೆನು ಪಟ್ಟಿಯ ವೇಗವರ್ಧಕ" -#: ../gtk/gtksettings.c:321 +#: gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "ಮೆನು ಪಟ್ಟಿಯನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಬೇಕಿರುವ ಕೀಲಿಬೈಂಡಿಂಗ್" -#: ../gtk/gtksettings.c:329 +#: gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "ಎಳೆಯುವ ಮಿತಿ" -#: ../gtk/gtksettings.c:330 +#: gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "ತೆರೆಸೂಚಕವನ್ನು ಎಳೆಯುವ ಮೊದಲು ಅದು ಚಲಿಸಬಹುದಾದ ಪಿಕ್ಸೆಲ್‌ಗಳ ಸಂಖ್ಯೆ" -#: ../gtk/gtksettings.c:338 +#: gtk/gtksettings.c:338 msgid "Font Name" msgstr "ಅಕ್ಷರ ಶೈಲಿಯ ಹೆಸರು" -#: ../gtk/gtksettings.c:339 +#: gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "ಬಳಸಬೇಕಿರುವ ಪೂರ್ವನಿಯೋಜಿತ ಅಕ್ಷರಶೈಲಿಯ ಹೆಸರು" -#: ../gtk/gtksettings.c:361 +#: gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "ಚಿಹ್ನೆಯ ಗಾತ್ರಗಳು" -#: ../gtk/gtksettings.c:362 +#: gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "ಚಿಹ್ನೆಯ ಗಾತ್ರಗಳ ಪಟ್ಟಿ (gtk-ಪರಿವಿಡಿ=೧೬,೧೬:gtk-ಗುಂಡಿ=೨೦,೨೦..." -#: ../gtk/gtksettings.c:370 +#: gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "GTK ಘಟಕಗಳು" -#: ../gtk/gtksettings.c:371 +#: gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "ಪ್ರಸ್ತುತ ಸಕ್ರಿಯವಾಗಿರುವ GTK ಘಟಕಗಳ ಪಟ್ಟಿ" -#: ../gtk/gtksettings.c:380 +#: gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Xft ಆಂಟಿಅಲಿಯಾಸಿಂಗ್" -#: ../gtk/gtksettings.c:381 +#: gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "Xft ಅಕ್ಷರಶೈಲಿಗಳನ್ನು ಆಂಟಿಅಲಿಯಾಸ್ ಮಾಡಬೇಕೆ; 0=ಇಲ್ಲ, 1=ಹೌದು, -1=ಪೂರ್ವನಿಯೋಜಿತ" -#: ../gtk/gtksettings.c:390 +#: gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Xft ಹಿಂಟಿಂಗ್" -#: ../gtk/gtksettings.c:391 +#: gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "Xft ಅಕ್ಷರಶೈಲಿಗಳನ್ನು ಹಿಂಟ್ ಮಾಡಬೇಕೆ; 0=ಇಲ್ಲ, 1=ಹೌದು, -1=ಪೂರ್ವನಿಯೋಜಿತ" -#: ../gtk/gtksettings.c:400 +#: gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Xft ಹಿಂಟ್ ಶೈಲಿ" -#: ../gtk/gtksettings.c:401 -msgid "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" -msgstr "ಯಾವ ಬಗೆಯ ಹಿಂಟಿಂಗ್ ಅನ್ನು ಬಳಸಬೇಕು; hintnone, hintslight, hintmedium, ಅಥವ hintfull" +#: gtk/gtksettings.c:401 +msgid "" +"What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" +msgstr "" +"ಯಾವ ಬಗೆಯ ಹಿಂಟಿಂಗ್ ಅನ್ನು ಬಳಸಬೇಕು; hintnone, hintslight, hintmedium, ಅಥವ hintfull" -#: ../gtk/gtksettings.c:410 +#: gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft RGBA" -#: ../gtk/gtksettings.c:411 +#: gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "ಉಪಪಿಕ್ಸೆಲ್‌ ಆಂಟಿಅಲಿಯಾಸಿಂಗ್‌ನ ಬಗೆ; ಯಾವುದೂ ಇಲ್ಲ, rgb, bgr, vrgb, vbgr" -#: ../gtk/gtksettings.c:420 +#: gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Xft DPI" -#: ../gtk/gtksettings.c:421 +#: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" -msgstr "Xft ಗಾಗಿನ ರೆಸೊಲ್ಯೂಶನ್, 1024 * dots/inch ನಲ್ಲಿ. ಪೂರ್ವನಿಯೋಜಿತ ಮೌಲ್ಯಕ್ಕೆ -1 ಆಗಿರುತ್ತದೆ" +msgstr "" +"Xft ಗಾಗಿನ ರೆಸೊಲ್ಯೂಶನ್, 1024 * dots/inch ನಲ್ಲಿ. ಪೂರ್ವನಿಯೋಜಿತ ಮೌಲ್ಯಕ್ಕೆ -1 ಆಗಿರುತ್ತದೆ" -#: ../gtk/gtksettings.c:430 +#: gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "ತೆರೆಸೂಚಕದ ಪರಿಸರವಿನ್ಯಾಸದ ಹೆಸರು" -#: ../gtk/gtksettings.c:431 +#: gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" -msgstr "ಬಳಕೆಗಾಗಿನ ತೆರೆಸೂಚಕದ ಪರಿಸರವಿನ್ಯಾಸದ ಹೆಸರು, ಅಥವ ಪೂರ್ವನಿಯೋಜಿತ ಪರಿಸರವಿನ್ಯಾಸವನ್ನು ಬಳಸಲು NULL" +msgstr "" +"ಬಳಕೆಗಾಗಿನ ತೆರೆಸೂಚಕದ ಪರಿಸರವಿನ್ಯಾಸದ ಹೆಸರು, ಅಥವ ಪೂರ್ವನಿಯೋಜಿತ ಪರಿಸರವಿನ್ಯಾಸವನ್ನು " +"ಬಳಸಲು NULL" -#: ../gtk/gtksettings.c:439 +#: gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "ತೆರೆಸೂಚಕದ ಪರಿಸರವಿನ್ಯಾಸದ ಗಾತ್ರ" -#: ../gtk/gtksettings.c:440 +#: gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "ತೆರೆಸೂಚಕದಲ್ಲಿ ಬಳಸಬೇಕಿರುವ ಗಾತ್ರ, ಅಥವ ಪೂರ್ವನಿಯೋಜಿತ ಗಾತ್ರಕ್ಕೆ 0 ಆಗಿರುತ್ತದೆ" -#: ../gtk/gtksettings.c:450 +#: gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "ಪರ್ಯಾಯ ಗುಂಡಿ ಕ್ರಮ" -#: ../gtk/gtksettings.c:451 +#: gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" msgstr "ಸಂವಾದದಲ್ಲಿನ ಗುಂಡಿಗಳು ಪರ್ಯಾಯ ಗುಂಡಿ ಕ್ರಮವನ್ನು ಬಳಸಬೇಕೆ" -#: ../gtk/gtksettings.c:468 +#: gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "ಪರ್ಯಾಯವಾದ ವಿಂಗಡಣಾ ಸೂಚಕದ ದಿಕ್ಕು" -#: ../gtk/gtksettings.c:469 +#: gtk/gtksettings.c:469 msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" -msgstr "ದಿಕ್ಕು ಪಟ್ಟಿ ಹಾಗು ವೃಕ್ಷ ನೋಟದಲ್ಲಿನ ವಿಂಗಡಣಾ ಸೂಚಕಗಳನ್ನು ಪೂರ್ವನಿಯೋಜಿತದ ಹೋಲಿಕೆಯಲ್ಲಿ ವಿಲೋಮಗೊಳಿಸಬೇಕೆ (ಇಲ್ಲಿ ಕೆಳಕ್ಕೆ ಎಂದರೆ ಇಳಿಕೆ ಕ್ರಮ ಎಂದರ್ಥ)" +msgstr "" +"ದಿಕ್ಕು ಪಟ್ಟಿ ಹಾಗು ವೃಕ್ಷ ನೋಟದಲ್ಲಿನ ವಿಂಗಡಣಾ ಸೂಚಕಗಳನ್ನು ಪೂರ್ವನಿಯೋಜಿತದ ಹೋಲಿಕೆಯಲ್ಲಿ " +"ವಿಲೋಮಗೊಳಿಸಬೇಕೆ (ಇಲ್ಲಿ ಕೆಳಕ್ಕೆ ಎಂದರೆ ಇಳಿಕೆ ಕ್ರಮ ಎಂದರ್ಥ)" -#: ../gtk/gtksettings.c:477 +#: gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "'ಇನ್‌ಪುಟ್‌ ಕ್ರಮಗಳ' ಮೆನುವನ್ನು ತೋರಿಸು" -#: ../gtk/gtksettings.c:478 +#: gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" -msgstr "ನಮೂದುಗಳ ಸನ್ನಿವೇಶ ಮೆನುಗಳು ಹಾಗು ಪಠ್ಯ ನೋಟಗಳು ಇನ್‌ಪುಟ್‌ ಕ್ರಮವನ್ನು ಬದಲಾಯಿಸುವುದನ್ನು ಅನುಮತಿಸಬೇಕೆ" +msgstr "" +"ನಮೂದುಗಳ ಸನ್ನಿವೇಶ ಮೆನುಗಳು ಹಾಗು ಪಠ್ಯ ನೋಟಗಳು ಇನ್‌ಪುಟ್‌ ಕ್ರಮವನ್ನು ಬದಲಾಯಿಸುವುದನ್ನು " +"ಅನುಮತಿಸಬೇಕೆ" -#: ../gtk/gtksettings.c:486 +#: gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "'ಯೂನಿಕೋಡ್‌ ನಿಯಂತ್ರಣ ಅಕ್ಷರವನ್ನು ಸೇರಿಸು' ಮೆನುವನ್ನು ತೋರಿಸು" -#: ../gtk/gtksettings.c:487 +#: gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" -msgstr "ನಮೂದುಗಳ ಸನ್ನಿವೇಶ ಮೆನುಗಳು ಹಾಗು ಪಠ್ಯ ನೋಟಗಳು ನಿಯಂತ್ರಣ ಅಕ್ಷರಗಳನ್ನು ಸೇರಿಸುವುದನ್ನು ಅನುಮತಿಸಬೇಕೆ" +msgstr "" +"ನಮೂದುಗಳ ಸನ್ನಿವೇಶ ಮೆನುಗಳು ಹಾಗು ಪಠ್ಯ ನೋಟಗಳು ನಿಯಂತ್ರಣ ಅಕ್ಷರಗಳನ್ನು ಸೇರಿಸುವುದನ್ನು " +"ಅನುಮತಿಸಬೇಕೆ" -#: ../gtk/gtksettings.c:495 +#: gtk/gtksettings.c:495 msgid "Start timeout" msgstr "ಆರಂಭಿಕ ಸಮಯ ಮೀರಿಕೆ" -#: ../gtk/gtksettings.c:496 +#: gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "ಗುಂಡಿಯನ್ನು ಒತ್ತಿದಾಗ ಸಮಯ ಮೀರಿಕೆಗಾಗಿನ ಆರಂಭಿಕೆ ಮೌಲ್ಯ" -#: ../gtk/gtksettings.c:505 +#: gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "ಸಮಯ ಮೀರುವಿಕೆಯ ಪುನರಾವರ್ತನೆ" -#: ../gtk/gtksettings.c:506 +#: gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "ಗುಂಡಿಯನ್ನು ಒತ್ತಿದಾಗ ಸಮಯ ಮೀರಿಕೆಗಾಗಿನ ಮೌಲ್ಯವನ್ನು ಪುನರಾವರ್ತಿಸು" -#: ../gtk/gtksettings.c:515 +#: gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "ಸಮಯ ಮೀರುವಿಕೆಯ ವಿಸ್ತರಣೆ" -#: ../gtk/gtksettings.c:516 +#: gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "ವಿಜೆಟ್ ಒಂದು ಹೊಸ ಸ್ಥಳವನ್ನು ವಿಸ್ತರಿಸಿದಾಗ ಸಮಯ ಮೀರಿಕೆಗಾಗಿನ ವಿಸ್ತರಣಾ ಮೌಲ್ಯ" -#: ../gtk/gtksettings.c:551 +#: gtk/gtksettings.c:551 msgid "Color scheme" msgstr "ಬಣ್ಣ ಪದ್ಧತಿ (ಸ್ಕೀಮ್)" -#: ../gtk/gtksettings.c:552 +#: gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "ಪರಿಸರವಿನ್ಯಾಸದಲ್ಲಿ ಬಳಸಲು ಬೇಕಿರುವ ಹೆಸರಿಸಲಾದ ಬಣ್ಣಗಳ ಒಂದು ವರ್ಣಫಲಕ" -#: ../gtk/gtksettings.c:561 +#: gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "ಸಜೀವನಗಳನ್ನು (ಆನಿಮೇಶನ್) ಶಕ್ತಗೊಳಿಸು" -#: ../gtk/gtksettings.c:562 +#: gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "ಉಪಕರಣದಾದ್ಯಂತದ ಸಜೀವನಗಳನ್ನು ಶಕ್ತಗೊಳಿಸಬೇಕೆ." -#: ../gtk/gtksettings.c:580 +#: gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "ಟಚ್‌ಸ್ಕ್ರೀನ್ ಕ್ರಮವನ್ನು ಶಕ್ತಗೊಳಿಸು" -#: ../gtk/gtksettings.c:581 +#: gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "TRUE ಆದಲ್ಲಿ, ಯಾವುದೆ ಚಲನಾ ಸೂಚನೆ ಘಟನೆಗಳನ್ನು ತೆರೆಗೆ ಕಳುಹಿಸಲಾಗುವುದಿಲ್ಲ" -#: ../gtk/gtksettings.c:598 +#: gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "ಉಪಕರಣ ಸುಳಿವಿನ ಸಮಯ ಮೀರಿಕೆ" -#: ../gtk/gtksettings.c:599 +#: gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "ಉಪಕರಣ ಸುಳಿವನ್ನು ತೋರಿಸುವ ಮೊದಲಿನ ಸಮಯ ಮೀರಿಕೆ" -#: ../gtk/gtksettings.c:624 +#: gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "ಉಪಕರಣ-ಸುಳಿವು ವೀಕ್ಷಣೆಯ ಸಮಯ ಮೀರುವಿಕೆ" -#: ../gtk/gtksettings.c:625 +#: gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "ವೀಕ್ಷಣೆ ಕ್ರಮವನ್ನು ಶಕ್ತಗೊಳಿಸಿದಾಗ ಉಪಕರಣ ಸುಳಿವನ್ನು ತೋರಿಸುವ ಮುಂಚಿನ ಸಮಯ ಮೀರುವಿಕೆ" -#: ../gtk/gtksettings.c:646 +#: gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "ಉಪಕರಣ-ಸುಳಿವು ವೀಕ್ಷಣೆ ಕ್ರಮದ ಸಮಯ ಮೀರುವಿಕೆ" -#: ../gtk/gtksettings.c:647 +#: gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "ಯಾವ ಸಮಯ ಮೀರಿದ ಬಳಿಕ ವೀಕ್ಷಣೆಯ ಕ್ರಮವನ್ನು ಅಶಕ್ತಗೊಳಿಸಬೇಕು" -#: ../gtk/gtksettings.c:666 +#: gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "Keynav ತೆರೆಸೂಚಕ ಮಾತ್ರ" -#: ../gtk/gtksettings.c:667 +#: gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" -msgstr "TRUE ಆದಲ್ಲಿ, ನ್ಯಾವಿಗೇಟ್ ವಿಜೆಟ್‌ಗಳಿಗಾಗಿ ಕೇವಲ ತೆರೆಸೂಚಕ ಕೀಲಗಳು ಮಾತ್ರವೆ ಲಭ್ಯವಿರುತ್ತದೆ" +msgstr "" +"TRUE ಆದಲ್ಲಿ, ನ್ಯಾವಿಗೇಟ್ ವಿಜೆಟ್‌ಗಳಿಗಾಗಿ ಕೇವಲ ತೆರೆಸೂಚಕ ಕೀಲಗಳು ಮಾತ್ರವೆ ಲಭ್ಯವಿರುತ್ತದೆ" -#: ../gtk/gtksettings.c:684 +#: gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "Keynav ಸುತ್ತ ಆವರಿಸು" -#: ../gtk/gtksettings.c:685 +#: gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "ಕೀಲಿಮಣೆ-ನ್ಯಾವಿಗೇಶನ್ ವಿಜೆಟ್‌ಗಳ ಸುತ್ತ ಆವರಿಸಬೇಕೆ" -#: ../gtk/gtksettings.c:705 +#: gtk/gtksettings.c:705 msgid "Error Bell" msgstr "ದೋಷ ಘಂಟೆ" -#: ../gtk/gtksettings.c:706 +#: gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" -msgstr "TRUE ಆಗಿದ್ದಾಗ, ಕೀಲಿಮಣೆ ನ್ಯಾವಿಗೇಶನ್ ಹಾಗು ಇತರೆ ದೋಷಗಳಿಂದಾಗಿ ಒಂದು ಬೀಪ್ ಸದ್ದಿಗೆ ಕಾರಣವಾಗುತ್ತದೆ" +msgstr "" +"TRUE ಆಗಿದ್ದಾಗ, ಕೀಲಿಮಣೆ ನ್ಯಾವಿಗೇಶನ್ ಹಾಗು ಇತರೆ ದೋಷಗಳಿಂದಾಗಿ ಒಂದು ಬೀಪ್ ಸದ್ದಿಗೆ " +"ಕಾರಣವಾಗುತ್ತದೆ" -#: ../gtk/gtksettings.c:723 +#: gtk/gtksettings.c:723 msgid "Color Hash" msgstr "ಬಣ್ಣದ ಹ್ಯಾಶ್" -#: ../gtk/gtksettings.c:724 +#: gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "ಬಣ್ಣದ ವಿನ್ಯಾಸದ ಒಂದು ಹ್ಯಾಶ್ ಕೋಷ್ಟಕದ ಚಿತ್ರಣ." -#: ../gtk/gtksettings.c:732 +#: gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಕಡತ ಆಯ್ಕೆಗಾರ ಬ್ಯಾಕೆಂಡ್" -#: ../gtk/gtksettings.c:733 +#: gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "ಪೂರ್ವನಿಯೋಜಿತವಾಗಿ ಬಳಸಲು GtkPrintBackend ಬ್ಯಾಕೆಂಡಿನ ಹೆಸರು" -#: ../gtk/gtksettings.c:750 +#: gtk/gtksettings.c:750 msgid "Default print backend" msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಮುದ್ರಣದ ಬ್ಯಾಕ್ಎಂಡ್" -#: ../gtk/gtksettings.c:751 +#: gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "ಪೂರ್ವನಿಯೋಜಿತವಾಗಿ ಬಳಸಲು GtkPrintBackend ಬ್ಯಾಕೆಂಡ್‌ಗಳ ಪಟ್ಟಿ" -#: ../gtk/gtksettings.c:774 +#: gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "ಮುದ್ರಣ ಮುನ್ನೋಟವನ್ನು ತೋರಿಸುವಾಗ ಚಲಾಯಿಸಬೇಕಿರುವ ಪೂರ್ವನಿಯೋಜಿತ ಆಜ್ಞೆ" -#: ../gtk/gtksettings.c:775 +#: gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "ಮುದ್ರಣ ಮುನ್ನೋಟವನ್ನು ತೋರಿಸುವಾಗ ಚಲಾಯಿಸಬೇಕಿರುವ ಆಜ್ಞೆ" -#: ../gtk/gtksettings.c:791 +#: gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "ನಿಮೋನಿಕ್‌ಗಳನ್ನು ಶಕ್ತಗೊಳಿಸು" -#: ../gtk/gtksettings.c:792 +#: gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "ಲೇಬಲ್‌ಗಳು ನಿಮೋನಿಕ್‌ಗಳನ್ನು ಹೊಂದಿರಬೇಕೆ" -#: ../gtk/gtksettings.c:808 +#: gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "ವೇಗೋತ್ಕರ್ಷಕಗಳನ್ನು ಶಕ್ತಗೊಳಿಸು" -#: ../gtk/gtksettings.c:809 +#: gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "ಮೆನು ಅಂಶಗಳು ವೇಗವರ್ಧಕಗಳನ್ನು ಹೊಂದಿರಬೇಕೆ" -#: ../gtk/gtksettings.c:826 +#: gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "ಇತ್ತೀಚಿನ ಕಡತಗಳ ಮಿತಿ" -#: ../gtk/gtksettings.c:827 +#: gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "ಇತ್ತೀಚೆಗೆ ಬಳಸಲಾದ ಕಡತಗಳ ಸಂಖ್ಯೆ" -#: ../gtk/gtksettings.c:845 +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "ಪೂರ್ವನಿಯೋಜಿತ IM ಘಟಕ" -#: ../gtk/gtksettings.c:846 +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "ಪೂರ್ವನಿಯೋಜಿತವಾಗಿ ಯಾವ IM ಘಟಕವನ್ನು ಬಳಸಬೇಕು" -#: ../gtk/gtksettings.c:864 +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "ಇತ್ತೀಚಿನ ಕಡತಗಳ ಗರಿಷ್ಟ ಆಯಸ್ಸು" -#: ../gtk/gtksettings.c:865 +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "ಇತ್ತೀಚೆಗೆ ಬಳಸಲಾದ ಕಡತಗಳ ಗರಿಷ್ಟ ಜೀವಿತಾವಧಿ, ದಿನಗಳಲ್ಲಿ" -#: ../gtk/gtksettings.c:874 +#: gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Fontconfig ಸಂರಚನೆಯ ಸಮಯ" -#: ../gtk/gtksettings.c:875 +#: gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "ಪ್ರಸಕ್ತ fontconfig ಸಂರಚನೆಯ ಸಮಯ" -#: ../gtk/gtksettings.c:897 +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "ಧ್ವನಿ ಪರಿಸರವಿನ್ಯಾಸದ ಹೆಸರು" -#: ../gtk/gtksettings.c:898 +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "XDG ಧ್ವನಿ ಪರಿಸರವಿನ್ಯಾಸದ ಹೆಸರು" #. Translators: this means sounds that are played as feedback to user input -#: ../gtk/gtksettings.c:920 +#: gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "ಕೇಳಿಸಬಹುದಾದ ಇನ್‌ಪುಟ್ ಪ್ರತ್ಯುತ್ತರ" -#: ../gtk/gtksettings.c:921 +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "ಬಳಕೆದಾರರು ನಮೂದಿದಕ್ಕೆ ಉತ್ತರವಾಗಿ ಘಟನೆ ಶಬ್ಧವನ್ನು ಚಲಾಯಿಸಬೇಕೆ" -#: ../gtk/gtksettings.c:942 +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "ಘಟನೆಯ ಶಬ್ಧಗಳನ್ನು ಶಕ್ತಗೊಳಿಸು" -#: ../gtk/gtksettings.c:943 +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "ಘಟನೆಯ ಶಬ್ಧಗಳನ್ನು ಚಲಾಯಿಸಬೇಕೆ" -#: ../gtk/gtksettings.c:958 +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "ಸಲಕರಣೆ ಸುಳಿವುಗಳನ್ನು ಶಕ್ತಗೊಳಿಸು" -#: ../gtk/gtksettings.c:959 +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "ವಿಜೆಟ್‌ನ ಮೇಲೆ ಉಪಕರಣ-ಸುಳಿವುಗಳನ್ನು ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtksizegroup.c:293 +#: gtk/gtksizegroup.c:293 msgid "Mode" msgstr "ವಿಧಾನ" -#: ../gtk/gtksizegroup.c:294 +#: gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" -msgstr "ಗಾತ್ರದ ಸಮೂಹದ ಪರಿಣಾಮಗಳು ತನ್ನ ಘಟಕ ವಿಜೆಟ್‌ಗಳಿಗೆ ಮನವಿ ಸಲ್ಲಿಸಲಾದ ಗಾತ್ರಗಳಿಗೆ ಬದಲಾಯಿಸುವ ದಿಕ್ಕು" +msgstr "" +"ಗಾತ್ರದ ಸಮೂಹದ ಪರಿಣಾಮಗಳು ತನ್ನ ಘಟಕ ವಿಜೆಟ್‌ಗಳಿಗೆ ಮನವಿ ಸಲ್ಲಿಸಲಾದ ಗಾತ್ರಗಳಿಗೆ ಬದಲಾಯಿಸುವ " +"ದಿಕ್ಕು" -#: ../gtk/gtksizegroup.c:310 +#: gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "ಅಡಗಿಸದ್ದನ್ನು ಅಲಕ್ಷಿಸು" -#: ../gtk/gtksizegroup.c:311 -msgid "If TRUE, unmapped widgets are ignored when determining the size of the group" -msgstr "TRUE ಆದಲ್ಲಿ, ಗುಂಪಿನ ಗಾತ್ರವನ್ನು ನಿರ್ಧರಿಸುವಾಗ ಸೂಚಿಸಲಾಗದೆ ಇರುವ ವಿಜೆಟ್‌ಗಳನ್ನು ಆಲಕ್ಷಿಸಲಾಗುವುದು" +#: gtk/gtksizegroup.c:311 +msgid "" +"If TRUE, unmapped widgets are ignored when determining the size of the group" +msgstr "" +"TRUE ಆದಲ್ಲಿ, ಗುಂಪಿನ ಗಾತ್ರವನ್ನು ನಿರ್ಧರಿಸುವಾಗ ಸೂಚಿಸಲಾಗದೆ ಇರುವ ವಿಜೆಟ್‌ಗಳನ್ನು " +"ಆಲಕ್ಷಿಸಲಾಗುವುದು" -#: ../gtk/gtkspinbutton.c:209 +#: gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "ಸುತ್ತುಗುಂಡಿಯ ಮೌಲ್ಯವನ್ನು ಒಳಗೊಂಡಿರುವ ಹೊಂದಾಣಿಕೆ" -#: ../gtk/gtkspinbutton.c:216 +#: gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "ಏರಿಕೆ ದರ" -#: ../gtk/gtkspinbutton.c:236 +#: gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "ಗುರುತುಗಳಿಗೆ ಸೆಳೆ" -#: ../gtk/gtkspinbutton.c:237 +#: gtk/gtkspinbutton.c:237 msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" -msgstr "ದೋಷಯುಕ್ತ ಮೌಲ್ಯಗಳನ್ನು ಸ್ವಯಂಚಾಲಿತವಾಗಿ ಒಂದು ತಿರುಗು ಗುಂಡಿಯ ಸಮೀಪದ ಹಂತ ಏರಿಕೆಗೆ ಸೇರಿಸಬೇಕೆ" +msgstr "" +"ದೋಷಯುಕ್ತ ಮೌಲ್ಯಗಳನ್ನು ಸ್ವಯಂಚಾಲಿತವಾಗಿ ಒಂದು ತಿರುಗು ಗುಂಡಿಯ ಸಮೀಪದ ಹಂತ ಏರಿಕೆಗೆ ಸೇರಿಸಬೇಕೆ" -#: ../gtk/gtkspinbutton.c:244 +#: gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "ಸಾಂಖ್ಯಿಕ(Numeric)" -#: ../gtk/gtkspinbutton.c:245 +#: gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "ಅಂಕೀಯವಲ್ಲದ ಅಕ್ಷರಗಳನ್ನು ಆಲಕ್ಷಿಸಬೇಕೆ" -#: ../gtk/gtkspinbutton.c:252 +#: gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "ಆವರಿಸು" -#: ../gtk/gtkspinbutton.c:253 +#: gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "ಸುತ್ತುಗುಂಡಿಯು ಅದರ ಮಿತಿಯನ್ನು ತಲುಪಿದಾಗ ಆವರಿಸಲ್ಪಡಬೇಕೆ" -#: ../gtk/gtkspinbutton.c:260 +#: gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "ಅಪ್‌ಡೇಟ್ ಕಾರ್ಯನೀತಿ" -#: ../gtk/gtkspinbutton.c:261 -msgid "Whether the spin button should update always, or only when the value is legal" -msgstr "ಸುತ್ತುಗುಂಡಿಯು ಯಾವಾಗಲೂ ಅಪ್‌ಡೇಟ್ ಆಗಬೇಕೆ, ಅಥವ ಕೇವಲ ಅದು ಅಧೀಕೃತವಾಗಿದ್ದಾಗ ಮಾತ್ರ ಅಪ್‌ಡೇಟ್ ಆಗಬೇಕೆ" +#: gtk/gtkspinbutton.c:261 +msgid "" +"Whether the spin button should update always, or only when the value is legal" +msgstr "" +"ಸುತ್ತುಗುಂಡಿಯು ಯಾವಾಗಲೂ ಅಪ್‌ಡೇಟ್ ಆಗಬೇಕೆ, ಅಥವ ಕೇವಲ ಅದು ಅಧೀಕೃತವಾಗಿದ್ದಾಗ ಮಾತ್ರ ಅಪ್‌ಡೇಟ್ " +"ಆಗಬೇಕೆ" -#: ../gtk/gtkspinbutton.c:270 +#: gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "ಪ್ರಸಕ್ತ ಮೌಲ್ಯವನ್ನು ಓದುತ್ತದೆ, ಅಥವ ಒಂದು ಹೊಸ ಮೌಲ್ಯವನ್ನು ಹೊಂದಿಸುತ್ತದೆ" -#: ../gtk/gtkspinbutton.c:279 +#: gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "ಸುತ್ತುಗುಂಡಿಯ ಸುತ್ತಲಿನ ಇಳಿಜಾರಿನ ಶೈಲಿ" -#: ../gtk/gtkstatusbar.c:141 +#: gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "ಗಾತ್ರಬದಲಾವಣೆ ಹಿಡಿತವನ್ನು ಹೊಂದಿದೆ" -#: ../gtk/gtkstatusbar.c:142 +#: gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "ಸ್ಥಿತಿ ಪಟ್ಟಿಕೆಯು ಮೇಲಿನ ಮಟ್ಟದ ಗಾತ್ರದ ಬದಲಾವಣೆಯಲ್ಲಿ ಒಂದು ಹಿಡಿತವನ್ನು ಹೊಂದಿರಬೇಕೆ" -#: ../gtk/gtkstatusbar.c:187 +#: gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "ಸ್ಥಿತಿಪಟ್ಟಿಕೆಯ ಸುತ್ತಲಿನ ಇಳಿಜಾರಿನ ಶೈಲಿ" -#: ../gtk/gtkstatusicon.c:268 +#: gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "ಚಿಹ್ನೆಯ ಗಾತ್ರ" -#: ../gtk/gtkstatusicon.c:278 +#: gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "ಸ್ಥಿತಿ ಚಿಹ್ನೆಯನ್ನು ತೋರಿಸಲಾಗುವ ತೆರೆ" -#: ../gtk/gtkstatusicon.c:285 +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "ಮಿಣುಕುವಿಕೆ" -#: ../gtk/gtkstatusicon.c:286 +#: gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "ಸ್ಥಿತಿ ಚಿಹ್ನೆಯು ಮಿನುಗುತ್ತಿರಬೇಕೆ ಅಥವ ಬೇಡವೆ" -#: ../gtk/gtkstatusicon.c:294 +#: gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "ಸ್ಥಿತಿ ಚಿಹ್ನೆಯು ಕಾಣಿಸಿಕೊಳ್ಳಬೇಕೆ ಅಥವ ಬೇಡವೆ" -#: ../gtk/gtkstatusicon.c:310 +#: gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "ಸ್ಥಿತಿ ಚಿಹ್ನೆಯನ್ನು ಹುದುಗಿಸಬೇಕೆ ಅಥವ ಬೇಡವೆ" -#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 +#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "ಟ್ರೇಯ ವಾಲಿಕೆ" -#: ../gtk/gtkstatusicon.c:353 ../gtk/gtkwidget.c:632 +#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "ಸಲಕರಣೆ ಸುಳಿವುಗಳನ್ನು ಹೊಂದಿದೆ" -#: ../gtk/gtkstatusicon.c:354 +#: gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" msgstr "ಈ ಟ್ರೇ ಚಿಹ್ನೆಯು ಒಂದು ಟೂಲ್‌ಟಿಪ್ ಚಿಹ್ನೆಯನ್ನು ಹೊಂದಿದೆಯೆ" -#: ../gtk/gtkstatusicon.c:375 ../gtk/gtkwidget.c:653 +#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 msgid "Tooltip Text" msgstr "ಸಲಕರಣೆ ಸುಳಿವುಗಳ ಪಠ್ಯ" -#: ../gtk/gtkstatusicon.c:376 ../gtk/gtkwidget.c:654 ../gtk/gtkwidget.c:675 +#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 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:674 msgid "Tooltip markup" msgstr "ಉಪಕರಣ-ಸುಳಿವು ಗುರುತು" -#: ../gtk/gtkstatusicon.c:400 +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "ಈ ಟ್ರೇ ಚಿಹ್ನೆಗಾಗಿನ ಉಪಕರಣ-ಸುಳಿವಿನ ಅಂಶ" -#: ../gtk/gtktable.c:129 +#: gtk/gtktable.c:129 msgid "Rows" msgstr "ಅಡ್ಡಸಾಲುಗಳು" -#: ../gtk/gtktable.c:130 +#: gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "ಕೋಷ್ಟಕದಲ್ಲಿನ ಸಾಲುಗಳ ಸಂಖ್ಯೆ" -#: ../gtk/gtktable.c:138 +#: gtk/gtktable.c:138 msgid "Columns" msgstr "ಲಂಬಸಾಲುಗಳು" -#: ../gtk/gtktable.c:139 +#: gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "ಕೋಷ್ಟಕದಲ್ಲಿ ಲಂಬಸಾಲುಗಳ ಸಂಖ್ಯೆ" -#: ../gtk/gtktable.c:147 +#: gtk/gtktable.c:147 msgid "Row spacing" msgstr "ಸಾಲಿನ ಅಂತರ" -#: ../gtk/gtktable.c:148 +#: gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "ಎರಡು ಅನುಕ್ರಮಿತ ಅಡ್ಡಸಾಲುಗಳ ನಡುವಿನ ಜಾಗದ ಪ್ರಮಾಣ" -#: ../gtk/gtktable.c:156 +#: gtk/gtktable.c:156 msgid "Column spacing" msgstr "ಕಾಲನ ಅಂತರ" -#: ../gtk/gtktable.c:157 +#: gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "ಎರಡು ಅನುಕ್ರಮಿತ ಲಂಬಸಾಲುಗಳ ನಡುವಿನ ಜಾಗದ ಪ್ರಮಾಣ" -#: ../gtk/gtktable.c:166 +#: gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "TRUE ಆದಲ್ಲಿ, ಕೋಷ್ಟಕದ ಕೋಶಗಳು ಎಲ್ಲವೂ ಒಂದೇ ಅಗಲ/ಎತ್ತರವನ್ನು ಹೊಂದಿರುತ್ತವೆ" -#: ../gtk/gtktable.c:173 +#: gtk/gtktable.c:173 msgid "Left attachment" msgstr "ಎಡಭಾಗದ ಲಗತ್ತು" -#: ../gtk/gtktable.c:180 +#: gtk/gtktable.c:180 msgid "Right attachment" msgstr "ಬಲಭಾಗದ ಲಗತ್ತು" -#: ../gtk/gtktable.c:181 +#: gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "ಚೈಲ್ಡ್‍ ವಿಜೆಟ್‌ನ ಬಲಭಾಗಕ್ಕೆ ಲಗತ್ತಿಸಬೇಕಿರುವ ಸಾಲಿನ ಸಂಖ್ಯೆ" -#: ../gtk/gtktable.c:187 +#: gtk/gtktable.c:187 msgid "Top attachment" msgstr "ಮೇಲಿನ ಲಗತ್ತು" -#: ../gtk/gtktable.c:188 +#: gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "ಚೈಲ್ಡ್‍ ವಿಜೆಟ್‌ನ ಮೇಲ್ಭಾಗಕ್ಕೆ ಲಗತ್ತಿಸಬೇಕಿರುವ ಸಾಲಿನ ಸಂಖ್ಯೆ" -#: ../gtk/gtktable.c:194 +#: gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "ಕೆಳಗಿನ ಲಗತ್ತು" -#: ../gtk/gtktable.c:201 +#: gtk/gtktable.c:201 msgid "Horizontal options" msgstr "ಅಡ್ಡಲಾದ ಆಯ್ಕೆಗಳು" -#: ../gtk/gtktable.c:202 +#: gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "ಚೈಲ್ಡಿನ ಅಡ್ಡ ವರ್ತನೆಯನ್ನು ಸೂಚಿಸುವ ಆಯ್ಕೆಗಳು" -#: ../gtk/gtktable.c:208 +#: gtk/gtktable.c:208 msgid "Vertical options" msgstr "ಲಂಬ ಆಯ್ಕೆಗಳು" -#: ../gtk/gtktable.c:209 +#: gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "ಚೈಲ್ಡಿನ ಲಂಬ ವರ್ತನೆಯನ್ನು ಸೂಚಿಸುವ ಆಯ್ಕೆಗಳು" -#: ../gtk/gtktable.c:215 +#: gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "ಅಡ್ಡಲಾದ ಪ್ಯಾಡಿಂಗ್‌" -#: ../gtk/gtktable.c:216 +#: gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" -msgstr "ಚೈಲ್ಡ್‍ ಹಾಗು ಅದರ ಎಡಭಾಗದ ಹಾಗು ಬಲಭಾಗದ ನೆರೆಹೊರೆಯವುಗಳ ನಡುವಿನ ಹೆಚ್ಚುವರಿ ಸ್ಥಳ, ಪಿಕ್ಸೆಲ್‌ಗಳಲ್ಲಿ" +msgstr "" +"ಚೈಲ್ಡ್‍ ಹಾಗು ಅದರ ಎಡಭಾಗದ ಹಾಗು ಬಲಭಾಗದ ನೆರೆಹೊರೆಯವುಗಳ ನಡುವಿನ ಹೆಚ್ಚುವರಿ ಸ್ಥಳ, " +"ಪಿಕ್ಸೆಲ್‌ಗಳಲ್ಲಿ" -#: ../gtk/gtktable.c:222 +#: gtk/gtktable.c:222 msgid "Vertical padding" msgstr "ಲಂಬ ಪ್ಯಾಡಿಂಗ್" -#: ../gtk/gtktable.c:223 +#: gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" -msgstr "ಚೈಲ್ಡ್‍ ಹಾಗು ಅದರ ಮೇಲಿನ ಹಾಗು ಕೆಳಗಿನ ನೆರೆಹೊರೆಯವುಗಳ ನಡುವಿನ ಹೆಚ್ಚುವರಿ ಸ್ಥಳ, ಪಿಕ್ಸೆಲ್‌ಗಳಲ್ಲಿ" +msgstr "" +"ಚೈಲ್ಡ್‍ ಹಾಗು ಅದರ ಮೇಲಿನ ಹಾಗು ಕೆಳಗಿನ ನೆರೆಹೊರೆಯವುಗಳ ನಡುವಿನ ಹೆಚ್ಚುವರಿ ಸ್ಥಳ, " +"ಪಿಕ್ಸೆಲ್‌ಗಳಲ್ಲಿ" -#: ../gtk/gtktext.c:546 +#: gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "ಪಠ್ಯ ವಿಜೆಟ್‌ಗಾಗಿನ ಅಡ್ಡ ಹೊಂದಿಕೆ" -#: ../gtk/gtktext.c:554 +#: gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "ಪಠ್ಯ ವಿಜೆಟ್‌ಗಾಗಿನ ಲಂಬ ಹೊಂದಿಕೆ" -#: ../gtk/gtktext.c:561 +#: gtk/gtktext.c:561 msgid "Line Wrap" msgstr "ಸಾಲಿನ ಆವರಿಕೆ" -#: ../gtk/gtktext.c:562 +#: gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "ವಿಜೆಟ್‌ನ ತುದಿಗಳಲ್ಲಿ ಸಾಲುಗಳನ್ನು ಆವರಿಸಬೇಕೆ" -#: ../gtk/gtktext.c:569 +#: gtk/gtktext.c:569 msgid "Word Wrap" msgstr "ಪದದ ಆವರಿಕೆ" -#: ../gtk/gtktext.c:570 +#: gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "ವಿಜೆಟ್‌ನ ತುದಿಗಳಲ್ಲಿ ಪದಗಳನ್ನು ಆವರಿಸಬೇಕೆ" -#: ../gtk/gtktextbuffer.c:180 +#: gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "ಟ್ಯಾಗ್ ಕೋಷ್ಟಕ" -#: ../gtk/gtktextbuffer.c:181 +#: gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "ಪಠ್ಯ ಟ್ಯಾಗ್ ಕೋಷ್ಟಕ" -#: ../gtk/gtktextbuffer.c:199 +#: gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "ಬಫರಿನ ಪ್ರಸಕ್ತ ಪಠ್ಯ" -#: ../gtk/gtktextbuffer.c:213 +#: gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "ಆಯ್ಕೆಯನ್ನು ಹೊಂದಿದೆ" -#: ../gtk/gtktextbuffer.c:214 +#: gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "ಪ್ರಸಕ್ತ ಆಯ್ಕೆ ಮಾಡಲಾದುದರಲ್ಲಿ ಒಂದಿಷ್ಟು ಪಠ್ಯವನ್ನು ಬಫರ್ ಹೊಂದಿದೆಯೆ" -#: ../gtk/gtktextbuffer.c:230 +#: gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "ತೆರೆಸೂಚಕದ ಸ್ಥಾನ" -#: ../gtk/gtktextbuffer.c:231 -msgid "The position of the insert mark (as offset from the beginning of the buffer)" +#: gtk/gtktextbuffer.c:231 +msgid "" +"The position of the insert mark (as offset from the beginning of the buffer)" msgstr "ಸೇರಿಸುವ ಗುರುತಿನ ಚಿಹ್ನೆಯ ಸ್ಥಳ (ಬಫರಿನ ಆರಂಭದಿಂದಾಗಿ ಆಫ್‌ಸೆಟ್‌ ಆಗಿ)" -#: ../gtk/gtktextbuffer.c:246 +#: gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "ನಿರ್ದೇಶಿತ ಪಟ್ಟಿಯನ್ನು ಕಾಪಿ ಮಾಡು" -#: ../gtk/gtktextbuffer.c:247 -msgid "The list of targets this buffer supports for clipboard copying and DND source" +#: gtk/gtktextbuffer.c:247 +msgid "" +"The list of targets this buffer supports for clipboard copying and DND source" msgstr "ನಕಲುಫಲಕಕ್ಕೆ ಕಾಪಿ ಮಾಡುವಿಕೆ ಹಾಗು DND ಮೂಲವನ್ನು ಈ ಬಫರ್ ಬೆಂಬಲಿಸುವ ಗುರಿಗಳ ಪಟ್ಟಿ" -#: ../gtk/gtktextbuffer.c:262 +#: gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "ನಿರ್ದೇಶಿತ ಪಟ್ಟಿಯನ್ನು ಅಂಟಿಸು" -#: ../gtk/gtktextbuffer.c:263 +#: gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" -msgstr "ನಕಲುಫಲಕಕ್ಕೆ ಅಂಟಿಸುವಿಕೆ ಹಾಗು DND ನಿಶ್ಚಿತ ಸ್ಥಳವನ್ನು ಈ ಬಫರ್ ಬೆಂಬಲಿಸುವ ಗುರಿಗಳ ಪಟ್ಟಿ" +msgstr "" +"ನಕಲುಫಲಕಕ್ಕೆ ಅಂಟಿಸುವಿಕೆ ಹಾಗು DND ನಿಶ್ಚಿತ ಸ್ಥಳವನ್ನು ಈ ಬಫರ್ ಬೆಂಬಲಿಸುವ ಗುರಿಗಳ ಪಟ್ಟಿ" -#: ../gtk/gtktextmark.c:90 +#: gtk/gtktextmark.c:90 msgid "Mark name" msgstr "ಹೆಸರನ್ನು ಗುರುತಿಸು" -#: ../gtk/gtktextmark.c:97 +#: gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "ಎಡ ಗುರುತ್ವ" -#: ../gtk/gtktextmark.c:98 +#: gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "ಗುರುತು ಎಡ ಗುರುತ್ವಾಕರ್ಷಣೆಯನ್ನು ಹೊಂದಿದೆಯೆ" -#: ../gtk/gtktexttag.c:173 +#: gtk/gtktexttag.c:173 msgid "Tag name" msgstr "ಟ್ಯಾಗ್‌ನ ಹೆಸರು" -#: ../gtk/gtktexttag.c:174 +#: gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "ಪಠ್ಯದ ಟ್ಯಾಗನ್ನು ಸೂಚಿಸಲು ಬಳಸಲಾಗುವ ಹೆಸರು. ಅನಾಮಧೇಯ ಟ್ಯಾಗಿಗೆ NULL ಆಗಿರುತ್ತದೆ" -#: ../gtk/gtktexttag.c:192 +#: gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "ಒಂದು (ಬಹುಷಃ ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ) GdkColor ಆಗಿ ಹಿನ್ನೆಲೆ ಬಣ್ಣ" -#: ../gtk/gtktexttag.c:199 +#: gtk/gtktexttag.c:199 msgid "Background full height" msgstr "ಹಿನ್ನಲೆಯ ಪೂರ್ಣ ಎತ್ತರ" -#: ../gtk/gtktexttag.c:200 +#: gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" -msgstr "ಹಿನ್ನಲೆ ಬಣ್ಣವು ಸಂಪೂರ್ಣ ರೇಖೆಯ ಎತ್ತರಕ್ಕೆ ತುಂಬಿಸಲಾಗುತ್ತದೆಯೆ ಅಥವ ಟ್ಯಾಗ್‌ ಮಾಡಲಾದ ಅಕ್ಷರಗಳ ಎತ್ತರಕ್ಕೆ ಮಾತ್ರವೆ ತುಂಬಿಸಲಾಗುತ್ತದೆಯೆ" +msgstr "" +"ಹಿನ್ನಲೆ ಬಣ್ಣವು ಸಂಪೂರ್ಣ ರೇಖೆಯ ಎತ್ತರಕ್ಕೆ ತುಂಬಿಸಲಾಗುತ್ತದೆಯೆ ಅಥವ ಟ್ಯಾಗ್‌ ಮಾಡಲಾದ ಅಕ್ಷರಗಳ " +"ಎತ್ತರಕ್ಕೆ ಮಾತ್ರವೆ ತುಂಬಿಸಲಾಗುತ್ತದೆಯೆ" -#: ../gtk/gtktexttag.c:208 +#: gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "ಹಿನ್ನಲೆ ಚುಕ್ಕಿಚಿತ್ರದ ಮುಸುಕು" -#: ../gtk/gtktexttag.c:209 +#: gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "ಪಠ್ಯದ ಹಿನ್ನೆಲೆಯನ್ನು ಚಿತ್ರಿಸುವಾಗ ಮುಸುಕಾಗಿ ಬಳಸಬೇಕಿರುವ ಬಿಟ್‌ಮ್ಯಾಪ್‌" -#: ../gtk/gtktexttag.c:226 +#: gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "ಒಂದು (ಬಹುಷಃ ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ) GdkColor ಆಗಿ ಮುನ್ನೆಲೆ ಬಣ್ಣ" -#: ../gtk/gtktexttag.c:234 +#: gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "ಮುನ್ನಲೆ ಚುಕ್ಕಿಚಿತ್ರದ ಮುಸುಕು" -#: ../gtk/gtktexttag.c:235 +#: gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "ಪಠ್ಯದ ಮುನ್ನೆಲೆಯನ್ನು ಚಿತ್ರಿಸುವಾಗ ಮುಸುಕಾಗಿ ಬಳಸಬೇಕಿರುವ ಬಿಟ್‌ಮ್ಯಾಪ್‌" -#: ../gtk/gtktexttag.c:242 +#: gtk/gtktexttag.c:242 msgid "Text direction" msgstr "ಪಠ್ಯದ ದಿಕ್ಕು" -#: ../gtk/gtktexttag.c:243 +#: gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "ಪಠ್ಯದ ದಿಕ್ಕು, ಉದಾ, ಬಲದಿಂದ ಎಡಕ್ಕೆ ಅಥವ ಎಡದಿಂದ ಬಲಕ್ಕೆ" -#: ../gtk/gtktexttag.c:292 +#: gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "ಒಂದು PangoStyle ನಲ್ಲಿ ಅಕ್ಷರಶೈಲಿ, ಉದಾ. PANGO_STYLE_ITALIC" -#: ../gtk/gtktexttag.c:301 +#: gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" msgstr "ಅಕ್ಷರಶೈಲಿ ವೇರಿಯಂಟ್ ಆದ ಒಂದು PangoVariant, ಉದಾ. PANGO_VARIANT_SMALL_CAPS" -#: ../gtk/gtktexttag.c:310 +#: gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" -msgstr "ಅಕ್ಷರಶೈಲಿಯ ತೂಕ ಒಂದು ಪೂರ್ಣಾಂಕವಾಗಿ, ಪೂರ್ವನಿರ್ಧಾರಿತವಾದ ಮೌಲ್ಯಗಳಿಗೆ PangoWeight ನಲ್ಲಿ; ಉದಾಹರಣೆಗೆ, PANGO_WEIGHT_BOLD" +msgstr "" +"ಅಕ್ಷರಶೈಲಿಯ ತೂಕ ಒಂದು ಪೂರ್ಣಾಂಕವಾಗಿ, ಪೂರ್ವನಿರ್ಧಾರಿತವಾದ ಮೌಲ್ಯಗಳಿಗೆ PangoWeight ನಲ್ಲಿ; " +"ಉದಾಹರಣೆಗೆ, PANGO_WEIGHT_BOLD" -#: ../gtk/gtktexttag.c:321 +#: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" -msgstr "ಒಂದು PangoStretch ಆಗಿ ಅಕ್ಷರಶೈಲಿಯ ಎಳೆಯುವಿಕೆ, ಉದಾ. PANGO_STRETCH_CONDENSED" +msgstr "" +"ಒಂದು PangoStretch ಆಗಿ ಅಕ್ಷರಶೈಲಿಯ ಎಳೆಯುವಿಕೆ, ಉದಾ. PANGO_STRETCH_CONDENSED" -#: ../gtk/gtktexttag.c:330 +#: gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "ಪ್ಯಾಂಗೊ ಘಟಕಗಳಲ್ಲಿ ಅಕ್ಷರಶೈಲಿಯ ಗಾತ್ರ" -#: ../gtk/gtktexttag.c:340 +#: gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " "such as PANGO_SCALE_X_LARGE" -msgstr "ಅಕ್ಷರಶೈಲಿಯ ಪೂರ್ವನಿಯೋಜಿತ ಗಾತ್ರಕ್ಕೆ ಅನುಗುಣವಾದ, ಅಳತೆಯ ಅಂಶದ ರೂಪದಲ್ಲಿನ ಅಕ್ಷರಶೈಲಿಯ ಗಾತ್ರ. ಈ ಗುಣವು ಪರಿಸರವಿನ್ಯಾಸ ಬದಲಾವಣೆ ಇತ್ಯಾದಿಗಳನ್ನು ಹೊಂದಿಸಿಕೊಳ್ಳುತ್ತದೆ. ಆದ್ದರಿಂದ ಇದನ್ನು ಸಲಹೆ ಮಾಡಲಾಗುವುದು. PANGO_SCALE_X_LARGE ನಂತಹ ಕೆಲವು ಅಳತೆಗಳನ್ನು Pango ಮೊದಲೆ ನಿರ್ಧರಿಸುತ್ತದೆ" +msgstr "" +"ಅಕ್ಷರಶೈಲಿಯ ಪೂರ್ವನಿಯೋಜಿತ ಗಾತ್ರಕ್ಕೆ ಅನುಗುಣವಾದ, ಅಳತೆಯ ಅಂಶದ ರೂಪದಲ್ಲಿನ ಅಕ್ಷರಶೈಲಿಯ ಗಾತ್ರ. " +"ಈ ಗುಣವು ಪರಿಸರವಿನ್ಯಾಸ ಬದಲಾವಣೆ ಇತ್ಯಾದಿಗಳನ್ನು ಹೊಂದಿಸಿಕೊಳ್ಳುತ್ತದೆ. ಆದ್ದರಿಂದ ಇದನ್ನು ಸಲಹೆ " +"ಮಾಡಲಾಗುವುದು. PANGO_SCALE_X_LARGE ನಂತಹ ಕೆಲವು ಅಳತೆಗಳನ್ನು Pango ಮೊದಲೆ " +"ನಿರ್ಧರಿಸುತ್ತದೆ" -#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 +#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "ಎಡ, ಬಲ, ಅಥವ ಮಧ್ಯದ ಹೊಂದಿಕೆ" -#: ../gtk/gtktexttag.c:379 +#: gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." -msgstr "ಈ ಪಠ್ಯವು ಇರುವ ಭಾಷೆಯ ಒಂದು ISO ಸಂಕೇತ. ಪಠ್ಯವನ್ನು ರೆಂಡರಿಂಗ್ ಮಾಡುವಾಗ Pango ಇದನ್ನು ಸುಳಿವಾಗಿ ಬಳಸುತ್ತದೆ. ಸೂಚಿಸದೆ ಹೋದಲ್ಲಿ, ಸೂಕ್ತ ಪೂರ್ವನಿಯೋಜಿತವನ್ನು ಬಳಸಲಾಗುವುದು." +msgstr "" +"ಈ ಪಠ್ಯವು ಇರುವ ಭಾಷೆಯ ಒಂದು ISO ಸಂಕೇತ. ಪಠ್ಯವನ್ನು ರೆಂಡರಿಂಗ್ ಮಾಡುವಾಗ Pango ಇದನ್ನು " +"ಸುಳಿವಾಗಿ ಬಳಸುತ್ತದೆ. ಸೂಚಿಸದೆ ಹೋದಲ್ಲಿ, ಸೂಕ್ತ ಪೂರ್ವನಿಯೋಜಿತವನ್ನು ಬಳಸಲಾಗುವುದು." -#: ../gtk/gtktexttag.c:386 +#: gtk/gtktexttag.c:386 msgid "Left margin" msgstr "ಎಡ ಅಂಚು" -#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 +#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "ಎಡಭಾಗದ ಅಂಚಿನ ಅಗಲ, ಪಿಕ್ಸೆಲ್‌ಗಳಲ್ಲಿ" -#: ../gtk/gtktexttag.c:396 +#: gtk/gtktexttag.c:396 msgid "Right margin" msgstr "ಬಲ ಅಂಚು" -#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 +#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "ಬಲಭಾಗದ ಅಂಚಿನ ಅಗಲ, ಪಿಕ್ಸೆಲ್‌ಗಳಲ್ಲಿ" -#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 +#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 msgid "Indent" msgstr "ಇಂಡೆಂಟ್" -#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 +#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "ಪ್ಯಾರಾಗ್ರಾಫನ್ನು ಇಂಡೆಂಟ್ ಮಾಡಬೇಕಿರುವ ಪ್ರಮಾಣ, ಪಿಕ್ಸೆಲ್‌ಗಳಲ್ಲಿ" -#: ../gtk/gtktexttag.c:419 +#: gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" msgstr "" -"ಬೇಸ್‌ಲೈನಿನ ಮೇಲಿನ ಪಠ್ಯದ ಆಫ್‌ಸೆಟ್‌ (ಏರಿಕೆಯು ಋಣವಾಗಿದ್ದಲ್ಲಿ ಬೇಸ್‌ಲೈನಿನ ಕೆಳಗೆ)," -"Pango ಘಟಕಗಳಲ್ಲಿ" +"ಬೇಸ್‌ಲೈನಿನ ಮೇಲಿನ ಪಠ್ಯದ ಆಫ್‌ಸೆಟ್‌ (ಏರಿಕೆಯು ಋಣವಾಗಿದ್ದಲ್ಲಿ ಬೇಸ್‌ಲೈನಿನ ಕೆಳಗೆ),Pango ಘಟಕಗಳಲ್ಲಿ" -#: ../gtk/gtktexttag.c:428 +#: gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "ರೇಖೆಯ ಮೇಲಿನ ಪಿಕ್ಸೆಲ್‌ಗಳು" -#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 +#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "ಪ್ಯಾರಾಗ್ರಾಫಿನ ಮೇಲಿನ ಖಾಲಿ ಜಾಗದ ಪಿಕ್ಸೆಲ್‌ಗಳು" -#: ../gtk/gtktexttag.c:438 +#: gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "ರೇಖೆಯ ಕೆಳಗಿನ ಪಿಕ್ಸೆಲ್‌ಗಳು" -#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 +#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "ಪ್ಯಾರಾಗ್ರಾಫಿನ ಕೆಳಗಿನ ಖಾಲಿ ಜಾಗದ ಪಿಕ್ಸೆಲ್‌ಗಳು" -#: ../gtk/gtktexttag.c:448 +#: gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "ಆವರಿಕೆಯ ಒಳಗಿನ ಪಿಕ್ಸೆಲ್‌ಗಳು" -#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 +#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "ಒಂದು ಪ್ಯಾರಾಗ್ರಾಫಿನಲ್ಲಿನ ಆವರಿಸಲಾದ ಸಾಲುಗಳ ನಡುವಿನ ಪಿಕ್ಸೆಲ್‌ಗಳು" -#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 -msgid "Whether to wrap lines never, at word boundaries, or at character boundaries" -msgstr "ಸಾಲುಗಳನ್ನು ಎಂದಿಗೂ ಆವರಿಸಕೂಡದೆ, ಕೇವಲ ಪದಗಳ ಅಂಚಿನಲ್ಲಿ ಅಥವ ಅಕ್ಷರಗಳ ಅಂಚಿನಲ್ಲಿ ಮಾತ್ರವೆ ಆವರಿಸಬೇಕೆ" +#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 +msgid "" +"Whether to wrap lines never, at word boundaries, or at character boundaries" +msgstr "" +"ಸಾಲುಗಳನ್ನು ಎಂದಿಗೂ ಆವರಿಸಕೂಡದೆ, ಕೇವಲ ಪದಗಳ ಅಂಚಿನಲ್ಲಿ ಅಥವ ಅಕ್ಷರಗಳ ಅಂಚಿನಲ್ಲಿ ಮಾತ್ರವೆ " +"ಆವರಿಸಬೇಕೆ" -#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 +#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 msgid "Tabs" msgstr "ಟ್ಯಾಬ್‌ಗಳು" -#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 +#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "ಪಠ್ಯದಲ್ಲಿನ ಇಚ್ಛೆಯ ಟ್ಯಾಬ್‌ಗಳು" -#: ../gtk/gtktexttag.c:504 +#: gtk/gtktexttag.c:504 msgid "Invisible" msgstr "ಅಗೋಚರ" -#: ../gtk/gtktexttag.c:505 +#: gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "ಈ ಪಠ್ಯವು ಅಡಗಿಸಲ್ಪಟ್ಟಿದೆಯೆ." -#: ../gtk/gtktexttag.c:519 +#: gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "ಪ್ಯಾರಾಗ್ರಾಫಿನ ಹಿನ್ನಲೆ ಬಣ್ಣದ ಹೆಸರು" -#: ../gtk/gtktexttag.c:520 +#: gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "ಪ್ಯಾರಾಗ್ರಾಫಿನ ಹಿನ್ನಲೆ ಬಣ್ಣ ಒಂದು ವಾಕ್ಯವಾಗಿ" -#: ../gtk/gtktexttag.c:535 +#: gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "ಪ್ಯಾರಾಗ್ರಾಫಿನ ಹಿನ್ನೆಲೆ ಬಣ್ಣ" -#: ../gtk/gtktexttag.c:536 +#: gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "ಒಂದು (ಬಹುಷಃ ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ) GdkColor ಆಗಿ ಪ್ಯಾರಾಗ್ರಾಫಿನ ಹಿನ್ನೆಲೆ ಬಣ್ಣ" -#: ../gtk/gtktexttag.c:554 +#: gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "ಅಂಚುಗಳ ಒಟ್ಟುಗೂಡಿಕೆ" -#: ../gtk/gtktexttag.c:555 +#: gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "ಎಡ ಹಾಗು ಬಲ ಅಂಚುಗಳು ಒಟ್ಟುಗೂಡುತ್ತವೆಯೆ." -#: ../gtk/gtktexttag.c:568 +#: gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "ಹಿನ್ನಲೆ ಸಂಪೂರ್ಣ ಎತ್ತರದ ಸೆಟ್" -#: ../gtk/gtktexttag.c:569 +#: gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "ಈ ಟ್ಯಾಗ್ ಹಿನ್ನಲೆ ಎತ್ತರದ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtktexttag.c:572 +#: gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "ಹಿನ್ನೆಲೆ ಚುಕ್ಕಿಚಿತ್ರ ಸೆಟ್" -#: ../gtk/gtktexttag.c:573 +#: gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "ಈ ಟ್ಯಾಗ್‌ ಹಿನ್ನಲೆಯ ಚುಕ್ಕಿ ಚಿತ್ರದ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtktexttag.c:580 +#: gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "ಮುನ್ನೆಲೆ ಚುಕ್ಕಿಚಿತ್ರ ಸೆಟ್" -#: ../gtk/gtktexttag.c:581 +#: gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "ಈ ಟ್ಯಾಗ್ ಮುನ್ನೆಲೆಯ ಚುಕ್ಕಿಚಿತ್ರದ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರಬೇಕೆ" -#: ../gtk/gtktexttag.c:616 +#: gtk/gtktexttag.c:616 msgid "Justification set" msgstr "ಹೊಂದಿಕೆಯ ಸೆಟ್" -#: ../gtk/gtktexttag.c:617 +#: gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "ಈ ಟ್ಯಾಗ್ ಪ್ಯಾರಾಗ್ರಾಫಿನ ಹೊಂದಿಕೆಯ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtktexttag.c:624 +#: gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "ಎಡ ಅಂಚಿನ ಸೆಟ್" -#: ../gtk/gtktexttag.c:625 +#: gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "ಈ ಟ್ಯಾಗ್ ಎಡ ಅಂಚಿನ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtktexttag.c:628 +#: gtk/gtktexttag.c:628 msgid "Indent set" msgstr "ಇಂಡೆಂಟ್ ಸೆಟ್" -#: ../gtk/gtktexttag.c:629 +#: gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "ಈ ಟ್ಯಾಗ್ ಇಂಡೆಂಟ್‌ ನೀಡುವಿಕೆಯ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtktexttag.c:636 +#: gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "ಸಾಲಿನ ಮೇಲಿನ ಸೆಟ್" -#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 +#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "ಈ ಟ್ಯಾಗ್ ಸಾಲುಗಳ ಮೇಲಿನ ಪಿಕ್ಸೆಲ್‌ಗಳ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtktexttag.c:640 +#: gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "ಸಾಲಿನ ಕೆಳಗಿನ ಸೆಟ್" -#: ../gtk/gtktexttag.c:644 +#: gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "ಆವರಿಕೆಯ ಒಳಗಿನ ಸೆಟ್" -#: ../gtk/gtktexttag.c:645 +#: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "ಈ ಟ್ಯಾಗ್ ಆವರಿಸಲಾದ ಸಾಲುಗಳಲ್ಲಿನ ಪಿಕ್ಸೆಲ್‌ಗಳ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtktexttag.c:652 +#: gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "ಬಲ ಅಂಚಿನ ಸೆಟ್" -#: ../gtk/gtktexttag.c:653 +#: gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "ಈ ಟ್ಯಾಗ್ ಬಲ ಅಂಚಿನ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtktexttag.c:660 +#: gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "ಆವರಿಕೆ ಕ್ರಮದ ಸೆಟ್" -#: ../gtk/gtktexttag.c:661 +#: gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "ಈ ಟ್ಯಾಗ್ ಸಾಲುಗಳ ಆವರಿಕೆಯ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtktexttag.c:664 +#: gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "ಟ್ಯಾಬ್‌ಗಳ ಸೆಟ್" -#: ../gtk/gtktexttag.c:665 +#: gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "ಈ ಟ್ಯಾಗ್ ಟ್ಯಾಬ್‌ಗಳ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtktexttag.c:668 +#: gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "ಅಗೋಚರ ಸೆಟ್" -#: ../gtk/gtktexttag.c:669 +#: gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "ಈ ಟ್ಯಾಗ್ ಪಠ್ಯದ ಗೋಚರಿಕೆಯ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtktexttag.c:672 +#: gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "ಪುಟದ ಹಿನ್ನಲೆ ಸೆಟ್‌" -#: ../gtk/gtktexttag.c:673 +#: gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "ಈ ಟ್ಯಾಗ್ ಪ್ಯಾರಾಗ್ರಾಫಿನ ಹಿನ್ನಲೆ ಬಣ್ಣದ ಮೇಲೆ ಪರಿಣಾಮ ಬೀರುತ್ತದೆಯೆ" -#: ../gtk/gtktextview.c:543 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "ರೇಖೆಗಳ ಮೇಲಿನ ಪಿಕ್ಸೆಲ್‌ಗಳು" -#: ../gtk/gtktextview.c:553 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "ರೇಖೆಗಳ ಕೆಳಗಿನ ಪಿಕ್ಸೆಲ್‌ಗಳು" -#: ../gtk/gtktextview.c:563 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "ಆವರಿಕೆಯ ಒಳಗಿನ ಪಿಕ್ಸೆಲ್‌ಗಳು" -#: ../gtk/gtktextview.c:581 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "ಆವರಿಕೆ ಕ್ರಮ" -#: ../gtk/gtktextview.c:599 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "ಎಡ ಅಂಚು" -#: ../gtk/gtktextview.c:609 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "ಬಲ ಅಂಚು" -#: ../gtk/gtktextview.c:637 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "ತೆರೆಸೂಚಕದ ಗೋಚರಿಕೆ" -#: ../gtk/gtktextview.c:638 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "ತೂರಿಸುವ ತೆರೆಸೂಚಕವನ್ನು ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtktextview.c:645 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "ಬಫರ್" -#: ../gtk/gtktextview.c:646 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "ತೋರಿಸಲಾಗುವ ಬಫರ್" -#: ../gtk/gtktextview.c:654 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "ನಮೂದಿಸಲಾದ ಪಠ್ಯವು ಈಗಿರುವ ಪಠ್ಯದ ಮೇಲೆ ತಿದ್ದಿ ಬರೆಯುತ್ತದೆಯೆ" -#: ../gtk/gtktextview.c:661 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "ಟ್ಯಾಬ್‌ ಅನ್ನು ಅನುಮತಿಸುತ್ತದೆ" -#: ../gtk/gtktextview.c:662 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "ಟ್ಯಾಬ್‌ನಿಂದಾಗಿ ಟ್ಯಾಬ್ ಅಕ್ಷರದ ನಮೂದಿಗೆ ಕಾರಣವಾಗುತ್ತದೆಯೆ" -#: ../gtk/gtktextview.c:691 +#: gtk/gtktextview.c:691 msgid "Error underline color" msgstr "ದೋಷ ಅಡಿಗೆರೆ ಬಣ್ಣ" -#: ../gtk/gtktextview.c:692 +#: gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "ಎಳೆಯಬೇಕಿರುವ ದೋಷ ಸೂಚನೆಯ ಅಡಿಗೆರೆಗಳ ಬಣ್ಣ" -#: ../gtk/gtktoggleaction.c:104 +#: gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "ರೇಡಿಯೋ ಕ್ರಿಯೆಯಂತಹುದ್ದೆ ಆದ ಪ್ರಾಕ್ಸಿಗಳನ್ನು ರಚಿಸಬೇಕೆ" -#: ../gtk/gtktoggleaction.c:105 +#: gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "ಈ ಕ್ರಿಯೆಗಾಗಿನ ಪ್ರಾಕ್ಸಿಗಳು ರೇಡಿಯೋ ಕ್ರಿಯೆಯ ಪ್ರಾಕ್ಸಿಗಳೆಂದು ಕಾಣಿಸಕೊಳ್ಳಬೇಕೆ" -#: ../gtk/gtktoggleaction.c:120 +#: gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "ಟಾಗಲ್ ಕ್ರಿಯೆಯು ಸಕ್ರಿಯವಾಗಿರಬೇಕೆ ಅಥವ ಬೇಡವೆ" -#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 +#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "ಟಾಗಲ್ ಗುಂಡಿಯನ್ನು ಒತ್ತಬೇಕೆ ಅಥವ ಬೇಡವೆ" -#: ../gtk/gtktogglebutton.c:124 +#: gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "ಟಾಗಲ್ ಗುಂಡಿಯು ಒಂದು \"ನಡುವಿನ\" ಸ್ಥಿತಿಯಲ್ಲಿದ್ದರೆ" -#: ../gtk/gtktogglebutton.c:131 +#: gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "ಸೂಚಕವನ್ನು ಚಿತ್ರಿಸು" -#: ../gtk/gtktogglebutton.c:132 +#: gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "ಗುಂಡಿಯ ಟಾಗಲ್ ಭಾಗವನ್ನು ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtktoolbar.c:494 +#: gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "ಉಪಕರಣ ಪಟ್ಟಿಕೆಯ ಶೈಲಿ" -#: ../gtk/gtktoolbar.c:495 +#: gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "ಉಪಕರಣ ಪಟ್ಟಿಯನ್ನು ಹೇಗೆ ಎಳೆಯುವುದು" -#: ../gtk/gtktoolbar.c:502 +#: gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "ಬಾಣವನ್ನು ತೋರಿಸು" -#: ../gtk/gtktoolbar.c:503 +#: gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "ಉಪಕರಣಪಟ್ಟಿಯು ಸೂಕ್ತವಾಗಿ ಸರಿಹೊಂದದೆ ಇದ್ದಲ್ಲಿ ಒಂದು ಬಾಣವನ್ನು ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtktoolbar.c:518 +#: gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "ಸಲಕರಣೆ ಸುಳಿವುಗಳು" -#: ../gtk/gtktoolbar.c:519 +#: gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "ಉಪಕರಣಪಟ್ಟಿಯ ಉಪಕರಣ-ಸಲಹೆಗಳು ಸಕ್ರಿಯವಾಗಿರಬೇಕೆ ಅಥವ ಬೇಡವೆ" -#: ../gtk/gtktoolbar.c:541 +#: gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "ಈ ಉಪಕರಣ ಪಟ್ಟಿಕೆಯಲ್ಲ್ಲಿನ ಚಿಹ್ನೆಗಳ ಗಾತ್ರ" -#: ../gtk/gtktoolbar.c:556 +#: gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "ಹೊಂದಿಸಲಾದ ಚಿಹ್ನೆ ಗಾತ್ರ" -#: ../gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "ಚಿಹ್ನೆ-ಗಾತ್ರದ ಗುಣವನ್ನು ಹೊಂದಿಸಲಾಗಿದೆಯೆ" -#: ../gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "ಉಪಕರಣಪಟ್ಟಿಯು ಬೆಳದಂತೆಲ್ಲಾ ಅಂಶವು ಹೆಚ್ಚಿನ ಸ್ಥಳವನ್ನು ಪಡೆದುಕೊಳ್ಳಬೇಕೆ" -#: ../gtk/gtktoolbar.c:574 +#: gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "ಅಂಶಗಳು ಏಕರೀತಿಯ ಅಂಶಗಳಂತಹ ಗಾತ್ರದ್ದೇ ಆಗಿರಬೇಕೆ" -#: ../gtk/gtktoolbar.c:581 +#: gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "ಸ್ಪೇಸರಿನ ಗಾತ್ರ" -#: ../gtk/gtktoolbar.c:582 +#: gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "ಅಂತರಗಳ ಗಾತ್ರ" -#: ../gtk/gtktoolbar.c:591 +#: gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "ಉಪಕರಣಪಟ್ಟಿಯ ನೆರಳು ಹಾಗು ಗುಂಡಿಗಳ ನಡುವಿನ ಅಂಚಿನ ಸ್ಥಳ" -#: ../gtk/gtktoolbar.c:599 +#: gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "ಚೈಲ್ಡಿನ ಗರಿಷ್ಟ ವಿಸ್ತರಣೆ" -#: ../gtk/gtktoolbar.c:600 +#: gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "ವಿಸ್ತರಿಸಬಹುದಾದ ಒಂದು ಅಂಶಕ್ಕೆ ನೀಡಬಹುದಾದ ಗರಿಷ್ಟ ಪ್ರಮಾಣದ ಜಾಗ" -#: ../gtk/gtktoolbar.c:608 +#: gtk/gtktoolbar.c:608 msgid "Space style" msgstr "ಜಾಗದ ಶೈಲಿ" -#: ../gtk/gtktoolbar.c:609 +#: gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "ಅಂತರಗಳು ಲಂಬ ರೇಖೆಗಳೆ ಅಥವ ಕೇವಲ ಖಾಲಿ ಜಾಗವೆ" -#: ../gtk/gtktoolbar.c:616 +#: gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "ಗುಂಡಿ ಪರಿಹಾರ(ರಿಲೀಫ್)" -#: ../gtk/gtktoolbar.c:617 +#: gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "ಉಪಕರಣಪಟ್ಟಿಯ ಸುತ್ತಲಿನ ಇಳಿಜಾರಿನ ಬಗೆ" -#: ../gtk/gtktoolbar.c:624 +#: gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "ಉಪಕರಣಪಟ್ಟಿಯ ಸುತ್ತಲಿನ ಇಳಿಜಾರಿನ ಶೈಲಿ" -#: ../gtk/gtktoolbar.c:630 +#: gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "ಉಪಕರಣ ಪಟ್ಟಿಕೆಯ ಶೈಲಿ" -#: ../gtk/gtktoolbar.c:631 -msgid "Whether default toolbars have text only, text and icons, icons only, etc." -msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಉಪಕರಣಪಟ್ಟಿಗಳು ಪಠ್ಯವನ್ನು ಮಾತ್ರ, ಪಠ್ಯ ಹಾಗು ಚಿಹ್ನೆಗಳನ್ನು, ಚಿಹ್ನೆಗಳನ್ನು ಮಾತ್ರವೆ ಇತ್ಯಾದಿಗಳನ್ನು ಹೊಂದಿರಬೇಕೆ." +#: gtk/gtktoolbar.c:631 +msgid "" +"Whether default toolbars have text only, text and icons, icons only, etc." +msgstr "" +"ಪೂರ್ವನಿಯೋಜಿತ ಉಪಕರಣಪಟ್ಟಿಗಳು ಪಠ್ಯವನ್ನು ಮಾತ್ರ, ಪಠ್ಯ ಹಾಗು ಚಿಹ್ನೆಗಳನ್ನು, ಚಿಹ್ನೆಗಳನ್ನು " +"ಮಾತ್ರವೆ ಇತ್ಯಾದಿಗಳನ್ನು ಹೊಂದಿರಬೇಕೆ." -#: ../gtk/gtktoolbar.c:637 +#: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "ಉಪಕರಣಪಟ್ಟಿಕೆ ಚಿಹ್ನೆಯ ಗಾತ್ರ" -#: ../gtk/gtktoolbar.c:638 +#: gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಉಪಕರಣಪಟ್ಟಿಕೆಯಲ್ಲಿನ ಚಿಹ್ನೆಗಳ ಗಾತ್ರ" -#: ../gtk/gtktoolbutton.c:203 +#: gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "ಅಂಶದಲ್ಲಿ ತೋರಿಸಬೇಕಿರುವ ಪಠ್ಯ." -#: ../gtk/gtktoolbutton.c:210 +#: gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" -msgstr "ಹೊಂದಿಸಲಾಗಿದ್ದಲ್ಲಿ, ಮುಂದಿನ ಅಕ್ಷರವನ್ನು ಮಿತಿಮೀರಿದ ಮೆನುವಿನಲ್ಲಿನ ನಿಮೋನಿಕ್(mnemonic) ವೇಗವರ್ಧಕ ಕೀಲಿಯನ್ನು ಬಳಸುವಂತೆ ಲೇಬಲ್‌ ಗುಣದಲ್ಲಿನ ಒಂದು ಅಡಿಗೆರೆ ಸೂಚಿಸುತ್ತದೆ" +msgstr "" +"ಹೊಂದಿಸಲಾಗಿದ್ದಲ್ಲಿ, ಮುಂದಿನ ಅಕ್ಷರವನ್ನು ಮಿತಿಮೀರಿದ ಮೆನುವಿನಲ್ಲಿನ ನಿಮೋನಿಕ್(mnemonic) " +"ವೇಗವರ್ಧಕ ಕೀಲಿಯನ್ನು ಬಳಸುವಂತೆ ಲೇಬಲ್‌ ಗುಣದಲ್ಲಿನ ಒಂದು ಅಡಿಗೆರೆ ಸೂಚಿಸುತ್ತದೆ" -#: ../gtk/gtktoolbutton.c:217 +#: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "ಅಂಶದ ಲೇಬಲ್ ಆಗಿ ಬಳಸಬೇಕಿರುವ ವಿಜೆಟ್" -#: ../gtk/gtktoolbutton.c:223 +#: gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "ಶೇಖರಣಾ Id" -#: ../gtk/gtktoolbutton.c:224 +#: gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "ಅಂಶದ ಮೇಲೆ ತೋರಿಸಲಾದ ಶೇಖರಣಾ ಚಿಹ್ನೆ" -#: ../gtk/gtktoolbutton.c:240 +#: gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "ಚಿಹ್ನೆಯ ಹೆಸರು" -#: ../gtk/gtktoolbutton.c:241 +#: gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "ಅಂಶದ ಮೇಲೆ ತೋರಿಸಲಾಗುವ ಪರಿಸರವಿನ್ಯಾಸ(ಥೀಮ್‌) ಚಿಹ್ನೆಯ ಹೆಸರು" -#: ../gtk/gtktoolbutton.c:247 +#: gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "ಚಿಹ್ನೆಯ ವಿಜೆಟ್" -#: ../gtk/gtktoolbutton.c:248 +#: gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "ಅಂಶದಲ್ಲಿ ತೋರಿಸಲು ಚಿಹ್ನೆ ಸಂಪರ್ಕತಟ" -#: ../gtk/gtktoolbutton.c:261 +#: gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "ಚಿಹ್ನೆ ಅಂತರ (spacing)" -#: ../gtk/gtktoolbutton.c:262 +#: gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "ಚಿಹ್ನೆ ಹಾಗು ಲೇಬಲ್‌ಗಳ ನಡುವಿನ ಜಾಗ ಪಿಕ್ಸೆಲ್ಲುಗಳಲ್ಲಿ" -#: ../gtk/gtktoolitem.c:191 +#: gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" msgstr "" -"ಉಪಕರಣಪಟ್ಟಿ ಅಂಶವನ್ನು ಪ್ರಮುಖವಾದದ್ದು ಎಂದು ಪರಿಗಣಿಸಬೇಕೆ. TRUE ಆದಲ್ಲಿ, ಉಪಕರಣಪಟ್ಟಿ ಗುಂಡಿಗಳು" -"GTK_TOOLBAR_BOTH_HORIZ ಕ್ರಮದಲ್ಲಿ ಪಠ್ಯವನ್ನು ತೋರಿಸುತ್ತದೆ" +"ಉಪಕರಣಪಟ್ಟಿ ಅಂಶವನ್ನು ಪ್ರಮುಖವಾದದ್ದು ಎಂದು ಪರಿಗಣಿಸಬೇಕೆ. TRUE ಆದಲ್ಲಿ, ಉಪಕರಣಪಟ್ಟಿ " +"ಗುಂಡಿಗಳುGTK_TOOLBAR_BOTH_HORIZ ಕ್ರಮದಲ್ಲಿ ಪಠ್ಯವನ್ನು ತೋರಿಸುತ್ತದೆ" -#: ../gtk/gtktreemodelsort.c:274 +#: gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "TreeModelSort ಮಾದರಿ" -#: ../gtk/gtktreemodelsort.c:275 +#: gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "TreeModelSort ಅನ್ನು ವಿಂಗಡಿಸಲು ಮಾದರಿ" -#: ../gtk/gtktreeview.c:570 +#: gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "ವೃಕ್ಷನೋಟ ಮಾದರಿ" -#: ../gtk/gtktreeview.c:571 +#: gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "ವೃಕ್ಷ ನೋಟಕ್ಕಾಗಿನ ಮಾದರಿ" -#: ../gtk/gtktreeview.c:579 +#: gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "ವಿಜೆಟ್‌ಗಾಗಿನ ಅಡ್ಡಲಾದ ಹೊಂದಾಣಿಕೆ" -#: ../gtk/gtktreeview.c:587 +#: gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "ವಿಜೆಟ್‌ಗಾಗಿನ ಲಂಬವಾದ ಹೊಂದಾಣಿಕೆ" -#: ../gtk/gtktreeview.c:594 +#: gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "ಹೆಡರುಗಳ ಗೋಚರಿಕೆ" -#: ../gtk/gtktreeview.c:595 +#: gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "ಲಂಬಸಾಲಿನ ಹೆಡರ್ ಗುಂಡಿಗಳನ್ನು ತೋರಿಸು" -#: ../gtk/gtktreeview.c:602 +#: gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "ಹೆಡರುಗಳನ್ನು ಕ್ಲಿಕ್ ಮಾಡಬಹುದು" -#: ../gtk/gtktreeview.c:603 +#: gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "ಕ್ಲಿಕ್ ಮಾಡಿದಾಗ ಲಂಬಸಾಲಿನ ಹೆಡರುಗಳು ಪ್ರತಿಸ್ಪಂದಿಸುತ್ತವೆ" -#: ../gtk/gtktreeview.c:610 +#: gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "ವಿಸ್ತಾರಕ ಲಂಬಸಾಲು" -#: ../gtk/gtktreeview.c:611 +#: gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "ಲಂಬಸಾಲುನ್ನು ವಿಸ್ತಾರಕದ ಲಂಬಸಾಲಾಗಿ ಹೊಂದಿಸುತ್ತದೆ" -#: ../gtk/gtktreeview.c:626 +#: gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "ನಿಯಮಗಳ ಸುಳಿವು" -#: ../gtk/gtktreeview.c:627 +#: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" -msgstr "ಅಡ್ಡಸಾಲುಗಳನ್ನು ವಿವಿಧ ಬಣ್ಣಗಳಲ್ಲಿ ಚಿತ್ರಿಸುವಂತೆ ಸಿದ್ಧವಿನ್ಯಾಸ(ಥೀಮ್) ಎಂಜಿನ್ನಿಗೆ ಒಂದು ಸುಳಿವನ್ನು ನೀಡುತ್ತದೆ" +msgstr "" +"ಅಡ್ಡಸಾಲುಗಳನ್ನು ವಿವಿಧ ಬಣ್ಣಗಳಲ್ಲಿ ಚಿತ್ರಿಸುವಂತೆ ಸಿದ್ಧವಿನ್ಯಾಸ(ಥೀಮ್) ಎಂಜಿನ್ನಿಗೆ ಒಂದು " +"ಸುಳಿವನ್ನು ನೀಡುತ್ತದೆ" -#: ../gtk/gtktreeview.c:634 +#: gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "ಹುಡುಕಾಟವನ್ನು ಶಕ್ತಗೊಳಿಸು" -#: ../gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "ಲಂಬಸಾಲುಗಳ ಮೂಲಕ ಸಂವಾದಾತ್ಮಕವಾಗಿ ಹುಡುಕಲು ನೋಟವು ಅನುವು ಮಾಡಿಕೊಡುತ್ತದೆ" -#: ../gtk/gtktreeview.c:642 +#: gtk/gtktreeview.c:642 msgid "Search Column" msgstr "ಹುಡುಕು ಲಂಬಸಾಲು" -#: ../gtk/gtktreeview.c:643 +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "ಸಂವಾದಾತ್ಮಕ ಹುಡುಕಾಟದ ಸಮಯದಲ್ಲಿ ಹುಡುಕಬೇಕಿರುವ ಮಾದರಿ ಲಂಬಸಾಲು" -#: ../gtk/gtktreeview.c:663 +#: gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "ನಿಗದಿತ ಅಗಲದ ಕ್ರಮ" -#: ../gtk/gtktreeview.c:664 +#: gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" -msgstr "ಎಲ್ಲಾ ಅಡ್ಡಸಾಲುಗಳು ಒಂದೇ ಎತ್ತರದಲ್ಲಿವೆ ಎಂದು ಊಹಿಸಿಕೊಂಡು GtkTreeView ಅನ್ನುವೇಗವಾಗಿಸುತ್ತದೆ" +msgstr "" +"ಎಲ್ಲಾ ಅಡ್ಡಸಾಲುಗಳು ಒಂದೇ ಎತ್ತರದಲ್ಲಿವೆ ಎಂದು ಊಹಿಸಿಕೊಂಡು GtkTreeView ಅನ್ನುವೇಗವಾಗಿಸುತ್ತದೆ" -#: ../gtk/gtktreeview.c:684 +#: gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "ಸುಳಿದಾಡಿಕೆ ಆಯ್ಕೆ" -#: ../gtk/gtktreeview.c:685 +#: gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "ಆಯ್ಕೆಯು ಸೂಚಕವನ್ನು ಅನುಸರಿಸಬೇಕೆ" -#: ../gtk/gtktreeview.c:704 +#: gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "ಸುಳಿದಾಡಿಸಿದಾಗ ಹಿಗ್ಗಿಸು" -#: ../gtk/gtktreeview.c:705 -msgid "Whether rows should be expanded/collapsed when the pointer moves over them" +#: gtk/gtktreeview.c:705 +msgid "" +"Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "ಸೂಚಕವನ್ನು ಅಡ್ಡಸಾಲಿನ ಮೇಲೆ ಕೊಂಡೊಯ್ದಾಗ ಅವುಗಳನ್ನು ಹಿಗ್ಗಿಸಬೇಕೆ/ಬೀಳಿಸಬೇಕೆ" -#: ../gtk/gtktreeview.c:719 +#: gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "ವಿಸ್ತಾರಕಗಳನ್ನು ತೋರಿಸು" -#: ../gtk/gtktreeview.c:720 +#: gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "ನೋಟವು ವಿಸ್ತಾರಕಗಳನ್ನು ಹೊಂದಿದೆ" -#: ../gtk/gtktreeview.c:734 +#: gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "ಹಂತದ ಇಂಡೆಂಟೇಶನ್" -#: ../gtk/gtktreeview.c:735 +#: gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "ಪ್ರತಿಯೊಂದು ಹಂತಕ್ಕೂ ಹೆಚ್ಚುವರಿ ಇಂಡೆಂಟೇಶನ್" -#: ../gtk/gtktreeview.c:744 +#: gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "ರಬ್ಬರ್ ಬ್ಯಾಂಡಿಂಗ್" -#: ../gtk/gtktreeview.c:745 -msgid "Whether to enable selection of multiple items by dragging the mouse pointer" +#: gtk/gtktreeview.c:745 +msgid "" +"Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "ಮೌಸ್‌ನ ಸೂಚಕದಿಂದ ಎಳೆಯುವ ಮೂಲಕ ಅನೇಕ ಅಂಶಗಳನ್ನು ಆರಿಸುವುದನ್ನು ಶಕ್ತಗೊಳಿಸಬೇಕೆ" -#: ../gtk/gtktreeview.c:752 +#: gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "ಚೌಕ ರೇಖೆಗಳನ್ನು ಶಕ್ತಗೊಳಿಸು" -#: ../gtk/gtktreeview.c:753 +#: gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "ಚೌಕ ರೇಖೆಗಳನ್ನು ವೃಕ್ಷದ ನೋಟದಲ್ಲಿ ಚಿತ್ರಿಸಬೇಕೆ" -#: ../gtk/gtktreeview.c:761 +#: gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "ವೃಕ್ಷದ ರೇಖೆಗಳನ್ನು ಶಕ್ತಗೊಳಿಸು" -#: ../gtk/gtktreeview.c:762 +#: gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "ವೃಕ್ಷದ ರೇಖೆಗಳನ್ನು ವೃಕ್ಷದ ನೋಟದಲ್ಲಿ ಚಿತ್ರಿಸಬೇಕೆ" -#: ../gtk/gtktreeview.c:770 +#: gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "ಮಾದರಿಯಲ್ಲಿನ ಲಂಬಸಾಲಿನಲ್ಲಿ ಅಡ್ಡಸಾಲುಗಳಿಗಾಗಿನ ಸುಳಿವು ಪಠ್ಯವನ್ನು ಹೊಂದಿದೆ" -#: ../gtk/gtktreeview.c:792 +#: gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "ಲಂಬವಾದ ವಿಭಜಕದ ಅಗಲ" -#: ../gtk/gtktreeview.c:793 +#: gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "ಕೋಶಗಳ ನಡುವಿನ ಲಂಬವಾದ ಜಾಗ. ಇದು ಒಂದು ಸರಿ ಸಂಖ್ಯೆಯಾಗಿರಬೇಕು" -#: ../gtk/gtktreeview.c:801 +#: gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "ಅಡ್ಡಲಾದ ವಿಭಜಕದ ಅಗಲ" -#: ../gtk/gtktreeview.c:802 +#: gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "ಕೋಶಗಳ ನಡುವಿನ ಅಡ್ಡಲಾದ ಜಾಗ. ಇದು ಒಂದು ಸರಿ ಸಂಖ್ಯೆಯಾಗಿರಬೇಕು" -#: ../gtk/gtktreeview.c:810 +#: gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "ನಿಯಮಗಳನ್ನು ಅನುಮತಿಸು" -#: ../gtk/gtktreeview.c:811 +#: gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "ಪರ್ಯಾಯವಾದ ಬಣ್ಣದ ಸಾಲುಗಳನ್ನು ಚಿತ್ರಿಸುವುದನ್ನು ಅನುಮತಿಸು" -#: ../gtk/gtktreeview.c:817 +#: gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "ವಿಸ್ತಾರಕಗಳಿಗೆ ಇಂಡೆಂಟ್" -#: ../gtk/gtktreeview.c:818 +#: gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "ವಿಸ್ತಾರಕಗಳನ್ನು ಇಂಡೆಂಟ್ ಆಗಿರುವಂತೆ ಮಾಡು" -#: ../gtk/gtktreeview.c:824 +#: gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "ಸರಿ ಸಾಲಿನ ಬಣ್ಣ" -#: ../gtk/gtktreeview.c:825 +#: gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "ಸರಿ ಸಾಲುಗಳಿಗೆ ಬಳಸಬೇಕಿರುವ ಬಣ್ಣ" -#: ../gtk/gtktreeview.c:831 +#: gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "ಬೆಸ ಸಾಲಿನ ಬಣ್ಣ" -#: ../gtk/gtktreeview.c:832 +#: gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "ಬೆಸ ಸಾಲುಗಳಿಗೆ ಬಳಸಬೇಕಿರುವ ಬಣ್ಣ" -#: ../gtk/gtktreeview.c:838 +#: gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "ಅಡ್ಡಸಾಲಿನ ಅಂತ್ಯಗೊಳಿಕಾ ವಿವರಗಳು" -#: ../gtk/gtktreeview.c:839 +#: gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "ವಿಸ್ತರಿಸಲಾದ ಅಡ್ಡಸಾಲಿನ ಹಿನ್ನಲೆ ಪರಿಸರ ವಿನ್ಯಾಸವನ್ನು ಶಕ್ತಗೊಳಿಸು" -#: ../gtk/gtktreeview.c:845 +#: gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "ಚೌಕ ರೇಖೆಯ ಅಗಲ" -#: ../gtk/gtktreeview.c:846 +#: gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "ವೃಕ್ಷ ನೋಟ ಚೌಕ ರೇಖೆಗಳ ಅಗಲ, ಪಿಕ್ಸೆಲ್ಲುಗಳಲ್ಲಿ" -#: ../gtk/gtktreeview.c:852 +#: gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "ವೃಕ್ಷ ರೇಖೆ ಅಗಲ" -#: ../gtk/gtktreeview.c:853 +#: gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "ವೃಕ್ಷ ನೋಟದ ರೇಖೆಗಳ ಅಗಲ, ಪಿಕ್ಸೆಲ್ಲುಗಳಲ್ಲಿ" -#: ../gtk/gtktreeview.c:859 +#: gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "ಚೌಕ ರೇಖೆ ವಿನ್ಯಾಸ" -#: ../gtk/gtktreeview.c:860 +#: gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "ವೃಕ್ಷ ನೋಟದ ಚೌಕ ರೇಖೆಗಳನ್ನು ಎಳೆಯಲು ಬಳಸಲಾಗುವ ಡ್ಯಾಶ್ ವಿನ್ಯಾಸ" -#: ../gtk/gtktreeview.c:866 +#: gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "ವೃಕ್ಷ ರೇಖೆ ವಿನ್ಯಾಸ" -#: ../gtk/gtktreeview.c:867 +#: gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "ವೃಕ್ಷ ನೋಟದ ರೇಖೆಗಳನ್ನು ಚಿತ್ರಿಸಲು ಬಳಸಬೇಕಿರುವ ಡ್ಯಾಶ್ ವಿನ್ಯಾಸ" -#: ../gtk/gtktreeviewcolumn.c:192 +#: gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "ಲಂಬಸಾಲನ್ನು ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "ಪುನರ್-ಗಾತ್ರಿಸಬಲ್ಲ" -#: ../gtk/gtktreeviewcolumn.c:200 +#: gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "ಲಂಬಸಾಲಿನ ಗಾತ್ರವನ್ನು ಬಳಕೆದಾರರಿಗೆ ಸೂಕ್ತವಾಗುವಂತೆ ಬದಲಾಯಿಸಬಹುದಾಗಿದೆ" -#: ../gtk/gtktreeviewcolumn.c:208 +#: gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "ಲಂಬಸಾಲಿನ ಈಗಿನ ಅಗಲ" -#: ../gtk/gtktreeviewcolumn.c:217 +#: gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "ಕೋಶಗಳ ನಡುವೆ ಸೇರಿಸಬೇಕಿರುವ ಜಾಗ" -#: ../gtk/gtktreeviewcolumn.c:225 +#: gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "ಗಾತ್ರ ಬದಲಾವಣೆ" -#: ../gtk/gtktreeviewcolumn.c:226 +#: gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "ಲಂಬಸಾಲಿನ ಕ್ರಮದ ಗಾತ್ರವನ್ನು ಬದಲಾಯಿಸು" -#: ../gtk/gtktreeviewcolumn.c:234 +#: gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "ನಿಶ್ಚಿತ ಗಾತ್ರ" -#: ../gtk/gtktreeviewcolumn.c:235 +#: gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "ಲಂಬಸಾಲಿನ ಈಗಿನ ನಿಗದಿತ ಅಗಲ" -#: ../gtk/gtktreeviewcolumn.c:244 +#: gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "ಕನಿಷ್ಟ ಅಗಲ" -#: ../gtk/gtktreeviewcolumn.c:245 +#: gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "ಲಂಬಸಾಲಿನ ಅನುಮತಿ ಇರುವ ಕನಿಷ್ಟ ಅಗಲ" -#: ../gtk/gtktreeviewcolumn.c:254 +#: gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "ಗರಿಷ್ಠ ಅಗಲ" -#: ../gtk/gtktreeviewcolumn.c:255 +#: gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "ಲಂಬಸಾಲಿನ ಅನುಮತಿ ಇರುವ ಗರಿಷ್ಟ ಅಗಲ" -#: ../gtk/gtktreeviewcolumn.c:265 +#: gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "ಲಂಬಸಾಲಿನ ಹೆಡರಿನಲ್ಲಿ ಕಾಣಿಸಿಕೊಳ್ಳಬೇಕಿರುವ ಶೀರ್ಷಿಕೆ" -#: ../gtk/gtktreeviewcolumn.c:273 +#: gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "ವಿಜೆಟ್‌ಗೆ ನೀಡಲಾದ ಹೆಚ್ಚುವರಿ ಅಗಲದಲ್ಲಿ ಲಂಬಸಾಲಿಗೂ ಪಾಲು ದೊರೆಯುತ್ತದೆ" -#: ../gtk/gtktreeviewcolumn.c:280 +#: gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "ಕ್ಲಿಕ್ ಮಾಡಬಲ್ಲ" -#: ../gtk/gtktreeviewcolumn.c:281 +#: gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "ಹೆಡರನ್ನು ಕ್ಲಿಕ್ ಮಾಡಬಹುದೆ" -#: ../gtk/gtktreeviewcolumn.c:289 +#: gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "ವಿಜೆಟ್‌" -#: ../gtk/gtktreeviewcolumn.c:290 +#: gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "ಲಂಬಸಾಲಿನ ಶೀರ್ಷಿಕೆಯ ಬದಲಿಗೆ ಲಂಬಸಾಲು ಹೆಡರ್ ಗುಂಡಿಯಲ್ಲಿ ಇರಿಸಬೇಕಿರುವ ವಿಜೆಟ್" -#: ../gtk/gtktreeviewcolumn.c:298 +#: gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "ಲಂಬಸಾಲಿನ ಹೆಡರ್ ಪಠ್ಯ ಅಥವ ವಿಜೆಟ್‌ನ X ವಾಲಿಕೆ" -#: ../gtk/gtktreeviewcolumn.c:308 +#: gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "ಲಂಬಸಾಲನ್ನು ಹೆಡರಿನ ಸುತ್ತಾ ಮರಳಿ ಜೋಡಿಸಬೇಕೆ" -#: ../gtk/gtktreeviewcolumn.c:315 +#: gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "ವಿಂಗಡಣಾ ಸೂಚಕ" -#: ../gtk/gtktreeviewcolumn.c:316 +#: gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "ವಿಂಗಡಣಾ ಸೂಚಕವನ್ನು ತೋರಿಸಬೇಕೆ" -#: ../gtk/gtktreeviewcolumn.c:323 +#: gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "ವಿಂಗಡಣೆ ಕ್ರಮ (Sort order)" -#: ../gtk/gtktreeviewcolumn.c:324 +#: gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "ವಿಂಗಡಣಾ ಸೂಚಕವು ತೋರಿಸಬೇಕಿರುವ ವಿಂಗಡಣಾ ದಿಕ್ಕು" -#: ../gtk/gtkuimanager.c:223 +#: gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "ಮೆನುಗಳಿಗೆ ಹರಿದುಹಾಕುವ ಮೆನು ಅಂಶವನ್ನು ಸೇರಿಸಬೇಕೆ" -#: ../gtk/gtkuimanager.c:230 +#: gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "ವಿಲೀನಗೊಳಿಸಲಾದ UI ವಿವರಣೆ" -#: ../gtk/gtkuimanager.c:231 +#: gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "ವಿಲೀನಗೊಳಿಸಲಾದ UI ಅನ್ನು ವಿವರಿಸುವ ಒಂದು XML ವಾಕ್ಯ" -#: ../gtk/gtkviewport.c:107 +#: gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" msgstr "ನೋಟಸಂಪರ್ಕಸ್ಥಾನದ ಅಡ್ಡ ಇರುವಿಕೆಯನ್ನು ಮೌಲ್ಯಗಳನ್ನು ಸೂಚಿಸುವ GtkAdjustment" -#: ../gtk/gtkviewport.c:115 +#: gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" msgstr "ನೋಟಸಂಪರ್ಕಸ್ಥಾನದ ಲಂಬ ಇರುವಿಕೆಯನ್ನು ಮೌಲ್ಯಗಳನ್ನು ಸೂಚಿಸುವ GtkAdjustment" -#: ../gtk/gtkviewport.c:123 +#: gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" -msgstr "ನೋಟಸಂಪರ್ಕಸ್ಥಾನದ ಸುತ್ತಲಿನ ನೆರಳನ್ನು ಹೊಂದಿರುವ ಚೌಕವನ್ನು ಹೇಗೆ ಚಿತ್ರಿಸಬೇಕು ಎಂದು ನಿರ್ಧರಿಸುತ್ತದೆ" +msgstr "" +"ನೋಟಸಂಪರ್ಕಸ್ಥಾನದ ಸುತ್ತಲಿನ ನೆರಳನ್ನು ಹೊಂದಿರುವ ಚೌಕವನ್ನು ಹೇಗೆ ಚಿತ್ರಿಸಬೇಕು ಎಂದು " +"ನಿರ್ಧರಿಸುತ್ತದೆ" -#: ../gtk/gtkwidget.c:483 +#: gtk/gtkwidget.c:483 msgid "Widget name" msgstr "ಸಂಪರ್ಕ ತಟದ(Widget ) ಹೆಸರು" -#: ../gtk/gtkwidget.c:484 +#: gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "ಸಂಪರ್ಕ ತಟದ ಹೆಸರು" -#: ../gtk/gtkwidget.c:490 +#: gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "ಮೂಲ ಸಂಪರ್ಕ ತಟ (Parent widget)" -#: ../gtk/gtkwidget.c:491 +#: gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" msgstr "ಈ ವಿಜೆಟ್‌ನ ಮೂಲ ಸಂಪರ್ಕ ತಟ. ಒಂದು Container ಸಂಪರ್ಕತಟವಾಗಿರಬೇಕು" -#: ../gtk/gtkwidget.c:498 +#: gtk/gtkwidget.c:498 msgid "Width request" msgstr "ಅಗಲದ ಮನವಿ" -#: ../gtk/gtkwidget.c:499 +#: gtk/gtkwidget.c:499 msgid "" "Override for width request of the widget, or -1 if natural request should be " "used" -msgstr "ವಿಜೆಟ್‌ನ ಅಗಲದ ಮನವಿಗಾಗಿನ ಅತಿಕ್ರಮಣ, ಅಥವ ನೈಸರ್ಗಿಕ ಮನವಿಯನ್ನು ಬಳಸಬೇಕಿದ್ದಲ್ಲಿ -1 ಆಗಿರುತ್ತದೆ" +msgstr "" +"ವಿಜೆಟ್‌ನ ಅಗಲದ ಮನವಿಗಾಗಿನ ಅತಿಕ್ರಮಣ, ಅಥವ ನೈಸರ್ಗಿಕ ಮನವಿಯನ್ನು ಬಳಸಬೇಕಿದ್ದಲ್ಲಿ -1 ಆಗಿರುತ್ತದೆ" -#: ../gtk/gtkwidget.c:507 +#: gtk/gtkwidget.c:507 msgid "Height request" msgstr "ಎತ್ತರದ ಮನವಿ" -#: ../gtk/gtkwidget.c:508 +#: gtk/gtkwidget.c:508 msgid "" "Override for height request of the widget, or -1 if natural request should " "be used" -msgstr "ವಿಜೆಟ್‌ನ ಎತ್ತರದ ಮನವಿಗಾಗಿನ ಅತಿಕ್ರಮಣ, ಅಥವ ನೈಸರ್ಗಿಕ ಮನವಿಯನ್ನು ಬಳಸಬೇಕಿದ್ದಲ್ಲಿ -1 ಆಗಿರುತ್ತದೆ" +msgstr "" +"ವಿಜೆಟ್‌ನ ಎತ್ತರದ ಮನವಿಗಾಗಿನ ಅತಿಕ್ರಮಣ, ಅಥವ ನೈಸರ್ಗಿಕ ಮನವಿಯನ್ನು ಬಳಸಬೇಕಿದ್ದಲ್ಲಿ -1 " +"ಆಗಿರುತ್ತದೆ" -#: ../gtk/gtkwidget.c:517 +#: gtk/gtkwidget.c:517 msgid "Whether the widget is visible" msgstr "ಸಂಪರ್ಕತಟವು ಗೋಚರಿಸುತ್ತದೆಯೆ" -#: ../gtk/gtkwidget.c:524 +#: gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "ಸಂಪರ್ಕತಟವು ಪ್ರದಾನಕ್ಕೆ(input) ಪ್ರತಿಕ್ರಿಯಿಸಬಲ್ಲದೆ" -#: ../gtk/gtkwidget.c:530 +#: gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "ಅನ್ವಯಕ್ಕೆ ಬಣ್ಣಹಚ್ಚಬಹುದು" -#: ../gtk/gtkwidget.c:531 +#: gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "ಅನ್ವಯವು ನೇರವಾಗು ವಿಜೆಟ್‌ಗೆ ಬಣ್ಣ ಬಳಿಯ ಬಲ್ಲದೆ" -#: ../gtk/gtkwidget.c:537 +#: gtk/gtkwidget.c:537 msgid "Can focus" msgstr "ಗಮನ ಹೊಂದಬಲ್ಲದು" -#: ../gtk/gtkwidget.c:538 +#: gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "ವಿಜೆಟ್ ಇನ್‌ಪುಟ್ ಗಮನವನ್ನು ಅಂಗೀಕರಿಸುವುದೆ" -#: ../gtk/gtkwidget.c:544 +#: gtk/gtkwidget.c:544 msgid "Has focus" msgstr "ಗಮನವನ್ನು ಹೊಂದಿದೆ" -#: ../gtk/gtkwidget.c:545 +#: gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "ವಿಜೆಟ್‌ ಇನ್‌ಪುಟ್‌ ಗಮನವನ್ನು ಹೊಂದಿದೆಯೆ" -#: ../gtk/gtkwidget.c:551 +#: gtk/gtkwidget.c:551 msgid "Is focus" msgstr "ಗಮನದಲ್ಲಿದೆ" -#: ../gtk/gtkwidget.c:552 +#: gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "ವಿಜೆಟ್‌ ಮೇಲ್ಮಟ್ಟದ ಒಳಗೆಯೆ ಗಮನದ ವಿಜೆಟ್‌ ಆಗಿದೆಯೆ" -#: ../gtk/gtkwidget.c:558 +#: gtk/gtkwidget.c:558 msgid "Can default" msgstr "ಪೂರ್ವನಿಯೋಜನೆಯಾಗಬಲ್ಲ" -#: ../gtk/gtkwidget.c:559 +#: gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "ಸಂಪರ್ಕತಟವು ಪೂರ್ವನಿಯೋಜಿತ ಸಂಪರ್ಕತಟವಾಗಬಲ್ಲದೆ" -#: ../gtk/gtkwidget.c:565 +#: gtk/gtkwidget.c:565 msgid "Has default" msgstr "ಪೂರ್ವನಿಯೋಜನೆಗಳನ್ನು ಹೊಂದಿದೆ" -#: ../gtk/gtkwidget.c:566 +#: gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "ಸಂಪರ್ಕತಟವು ಪೂರ್ವನಿಯೋಜಿತ ಸಂಪರ್ಕತಟವೆ" -#: ../gtk/gtkwidget.c:572 +#: gtk/gtkwidget.c:572 msgid "Receives default" msgstr "ಪೂರ್ವನಿಯೋಜಿತವನ್ನು ಪಡೆದುಕೊಳ್ಳುತ್ತದೆ" -#: ../gtk/gtkwidget.c:573 +#: gtk/gtkwidget.c:573 msgid "If TRUE, the widget will receive the default action when it is focused" -msgstr "TRUE ಆಗಿದ್ದಲ್ಲಿ, ಸಂಪರ್ಕತಟಕ್ಕೆ ಗಮನವನ್ನು ಕೇಂದ್ರೀಕರಿಸಿದಾಗ ಪೂರ್ವನಿಯೋಜಿತ ಕ್ರಿಯೆಯನ್ನು ಪಡೆದುಕೊಳ್ಳುತ್ತದೆ" +msgstr "" +"TRUE ಆಗಿದ್ದಲ್ಲಿ, ಸಂಪರ್ಕತಟಕ್ಕೆ ಗಮನವನ್ನು ಕೇಂದ್ರೀಕರಿಸಿದಾಗ ಪೂರ್ವನಿಯೋಜಿತ ಕ್ರಿಯೆಯನ್ನು " +"ಪಡೆದುಕೊಳ್ಳುತ್ತದೆ" -#: ../gtk/gtkwidget.c:579 +#: gtk/gtkwidget.c:579 msgid "Composite child" msgstr "ಮಿಶ್ರಿತ ಚೈಲ್ಡ್‍" -#: ../gtk/gtkwidget.c:580 +#: gtk/gtkwidget.c:580 msgid "Whether the widget is part of a composite widget" msgstr "ಸಂಪರ್ಕತಟವು ಒಂದು ಸಂಕೀರ್ಣ ವಿಜೆಟ್‌ನ ಒಂದು ಭಾಗವೆ" -#: ../gtk/gtkwidget.c:586 +#: gtk/gtkwidget.c:586 msgid "Style" msgstr "ಶೈಲಿ" -#: ../gtk/gtkwidget.c:587 +#: gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" -msgstr "ವಿಜೆಟ್‌ನ ಶೈಲಿ, ಅದು ಹೇಗೆ ಕಾಣಿಸುತ್ತದೆ (ಬಣ್ಣ ಇತ್ಯಾದಿ) ಎನ್ನುವ ಮಾಹಿತಿಯನ್ನು ಹೊಂದಿರುತ್ತದೆ" +msgstr "" +"ವಿಜೆಟ್‌ನ ಶೈಲಿ, ಅದು ಹೇಗೆ ಕಾಣಿಸುತ್ತದೆ (ಬಣ್ಣ ಇತ್ಯಾದಿ) ಎನ್ನುವ ಮಾಹಿತಿಯನ್ನು ಹೊಂದಿರುತ್ತದೆ" -#: ../gtk/gtkwidget.c:593 +#: gtk/gtkwidget.c:593 msgid "Events" msgstr "ಘಟನೆಗಳು" -#: ../gtk/gtkwidget.c:594 +#: gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" -msgstr "ಈ ವಿಜೆಟ್‌ ಯಾವ ಬಗೆಯ GdkEvents ಅನ್ನು ಪಡೆದುಕೊಳ್ಳುತ್ತದೆ ಎಂದು ನಿರ್ಧರಿಸುವ ಘಟನೆ ಮುಸಕು" +msgstr "" +"ಈ ವಿಜೆಟ್‌ ಯಾವ ಬಗೆಯ GdkEvents ಅನ್ನು ಪಡೆದುಕೊಳ್ಳುತ್ತದೆ ಎಂದು ನಿರ್ಧರಿಸುವ ಘಟನೆ ಮುಸಕು" -#: ../gtk/gtkwidget.c:601 +#: gtk/gtkwidget.c:601 msgid "Extension events" msgstr "ವಿಸ್ತರಣೆಯ ಘಟನೆಗಳು" -#: ../gtk/gtkwidget.c:602 +#: gtk/gtkwidget.c:602 msgid "The mask that decides what kind of extension events this widget gets" msgstr "ಈ ವಿಜೆಟ್‌ ಯಾವ ಬಗೆಯ ವಿಸ್ತರಣೆ ಘಟನೆಯನ್ನು ಪಡೆದುಕೊಳ್ಳುತ್ತದೆ ಎಂದು ನಿರ್ಧರಿಸುವ ಮುಸಕು" -#: ../gtk/gtkwidget.c:609 +#: gtk/gtkwidget.c:609 msgid "No show all" msgstr "ಏನನ್ನೂ ತೋರಿಸಬೇಡ" -#: ../gtk/gtkwidget.c:610 +#: gtk/gtkwidget.c:610 msgid "Whether gtk_widget_show_all() should not affect this widget" msgstr "gtk_widget_show_all() ಯು ಈ ವಿಜೆಟ್‌ನ ಮೇಲೆ ಯಾವುದೆ ಪರಿಣಾಮ ಬೀರಬಾರದೆ" -#: ../gtk/gtkwidget.c:633 +#: gtk/gtkwidget.c:633 msgid "Whether this widget has a tooltip" msgstr "ಈ ವಿಜೆಟ್‌ ಒಂದು ಸಲಕರಣೆ ಸುಳಿವನ್ನು ಹೊಂದಿದೆಯೆ" -#: ../gtk/gtkwidget.c:689 +#: gtk/gtkwidget.c:689 msgid "Window" msgstr "ವಿಂಡೊ" -#: ../gtk/gtkwidget.c:690 +#: gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "ವಾಸ್ತವಗೊಳಿಸಿದಲ್ಲಿನ ವಿಜೆಟ್‌ನ ವಿಂಡೋ" -#: ../gtk/gtkwidget.c:2212 +#: gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "ಆಂತರಿಕ ಗಮನ" -#: ../gtk/gtkwidget.c:2213 +#: gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "ವಿಜೆಟ್‌ನ ಒಳಗೆ ಗಮನ ಸೂಚಕವನ್ನು ಚಿತ್ರಿಸಬೇಕೆ" -#: ../gtk/gtkwidget.c:2219 +#: gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "ಗಮನದ ಸಾಲಿನ ಅಗಲ" -#: ../gtk/gtkwidget.c:2220 +#: gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "ಗಮನ ಸೂಚಕ ಸಾಲಿನ ಅಗಲ, ಪಿಕ್ಸುಲ್ಲುಗಳಲ್ಲಿ" -#: ../gtk/gtkwidget.c:2226 +#: gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "ಗಮನ ಸಾಲಿನ ಡ್ಯಾಶ್ ವಿನ್ಯಾಸ" -#: ../gtk/gtkwidget.c:2227 +#: gtk/gtkwidget.c:2227 msgid "Dash pattern used to draw the focus indicator" msgstr "ಗಮನ ಸೂಚಕವನ್ನು ಬರೆಯಲು ಬಳಸಲಾಗುವ ಡ್ಯಾಶ್ ವಿನ್ಯಾಸ" -#: ../gtk/gtkwidget.c:2232 +#: gtk/gtkwidget.c:2232 msgid "Focus padding" msgstr "ಗಮನ(ಫೋಕಸ್) ಪ್ಯಾಡಿಂಗ್" -#: ../gtk/gtkwidget.c:2233 +#: gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" msgstr "ಗಮನದ ಸೂಚಕ ಹಾಗು ವಿಜೆಟ್ ಚೌಕದ ನಡುವಿನ ಅಗಲ, ಪಿಕ್ಸೆಲ್ಲುಗಳಲ್ಲಿ" -#: ../gtk/gtkwidget.c:2238 +#: gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "ತೆರೆಸೂಚಕದ ಬಣ್ಣ" -#: ../gtk/gtkwidget.c:2239 +#: gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "ಯಾವ ಬಣ್ಣದಲ್ಲಿ ತೆರೆಸೂಚಕವನ್ನು ಸೇರಿಸಬೇಕು" -#: ../gtk/gtkwidget.c:2244 +#: gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "ಎರಡನೆಯ ತೆರೆಸೂಚಕದ ಬಣ್ಣ" -#: ../gtk/gtkwidget.c:2245 +#: gtk/gtkwidget.c:2245 msgid "" "Color with which to draw the secondary insertion cursor when editing mixed " "right-to-left and left-to-right text" -msgstr "ಬಲದಿಂದ ಎಡಕ್ಕೆ ಹಾಗು ಎಡದಿಂದ ಬಲಕ್ಕೆ ಹೊಂದಿರುವ ಪಠ್ಯಗಳನ್ನು ಸಂಪಾದಿಸುವಾಗ ಎರಡನೆಯ ತೂರಿಸಲಾಗುವ ತೆರೆಸೂಚಕವನ್ನು ಚಿತ್ರಿಸಬೇಕಿರುವ ಬಣ್ಣ" +msgstr "" +"ಬಲದಿಂದ ಎಡಕ್ಕೆ ಹಾಗು ಎಡದಿಂದ ಬಲಕ್ಕೆ ಹೊಂದಿರುವ ಪಠ್ಯಗಳನ್ನು ಸಂಪಾದಿಸುವಾಗ ಎರಡನೆಯ " +"ತೂರಿಸಲಾಗುವ ತೆರೆಸೂಚಕವನ್ನು ಚಿತ್ರಿಸಬೇಕಿರುವ ಬಣ್ಣ" -#: ../gtk/gtkwidget.c:2250 +#: gtk/gtkwidget.c:2250 msgid "Cursor line aspect ratio" msgstr "ತೆರೆಸೂಚಕ ಸಾಲಿನ ಆಕಾರ ಅನುಪಾತ" -#: ../gtk/gtkwidget.c:2251 +#: gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "ತೂರಿಸುವ ತೆರೆಸೂಚಕವನ್ನು ಚಿತ್ರಿಸಲು ಬಳಸುವ ಆಕಾರ ಅನುಪಾತ" -#: ../gtk/gtkwidget.c:2265 +#: gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "ಅಂಚನ್ನು ಎಳೆ" -#: ../gtk/gtkwidget.c:2266 +#: gtk/gtkwidget.c:2266 msgid "Size of areas outside the widget's allocation to draw" msgstr "ಚಿತ್ರಿಸಲು ನಿಯೋಜಿತವಾದ ವಿಜೆಟ್‌ನ ಹೊರಗಿನ ಜಾಗಗಳ ಗಾತ್ರ" -#: ../gtk/gtkwidget.c:2279 +#: gtk/gtkwidget.c:2279 msgid "Unvisited Link Color" msgstr "ಭೇಟಿ ನೀಡದೆ ಕೊಂಡಿಗಳ ಬಣ್ಣ" -#: ../gtk/gtkwidget.c:2280 +#: gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "ಭೇಟಿ ನೀಡದೆ ಹೋದ ಕೊಂಡಿಗಳ ಬಣ್ಣ" -#: ../gtk/gtkwidget.c:2293 +#: gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "ಭೇಟಿ ನೀಡಲಾದ ಕೊಂಡಿಗಳ ಬಣ್ಣ" -#: ../gtk/gtkwidget.c:2294 +#: gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "ಭೇಟಿ ನೀಡಲಾದ ಕೊಂಡಿಗಳ ಬಣ್ಣ" -#: ../gtk/gtkwidget.c:2308 +#: gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "ಅಗಲ ವಿಭಜಕಗಳು" -#: ../gtk/gtkwidget.c:2309 +#: gtk/gtkwidget.c:2309 msgid "" "Whether separators have configurable width and should be drawn using a box " "instead of a line" -msgstr "ವಿಭಜಕಗಳು ಸಂರಚಿಸಬಹುದಾದಂತಹ ಅಗಲವನ್ನು ಹೊಂದಿರಬೇಕೆ ಹಾಗು ರೇಖೆಯ ಬದಲಿಗೆ ಒಂದು ಚೌಕವನ್ನು ಬಳಸಿಕೊಂಡು ಚಿತ್ರಿಸಬೇಕೆ" +msgstr "" +"ವಿಭಜಕಗಳು ಸಂರಚಿಸಬಹುದಾದಂತಹ ಅಗಲವನ್ನು ಹೊಂದಿರಬೇಕೆ ಹಾಗು ರೇಖೆಯ ಬದಲಿಗೆ ಒಂದು ಚೌಕವನ್ನು " +"ಬಳಸಿಕೊಂಡು ಚಿತ್ರಿಸಬೇಕೆ" -#: ../gtk/gtkwidget.c:2323 +#: gtk/gtkwidget.c:2323 msgid "Separator Width" msgstr "ವಿಭಜಕದ ಅಗಲ" -#: ../gtk/gtkwidget.c:2324 +#: gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" msgstr "ಅಗಲವಾದ ವಿಭಜಕವು TRUE ಆಗಿದ್ದಲ್ಲಿ ವಿಭಜಕದ ಅಗಲ" -#: ../gtk/gtkwidget.c:2338 +#: gtk/gtkwidget.c:2338 msgid "Separator Height" msgstr "ವಿಭಜಕದ ಉದ್ದ" -#: ../gtk/gtkwidget.c:2339 +#: gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" msgstr "\"wide-separators\" ಯು TRUE ಆದಲ್ಲಿ ವಿಭಜಕದ ಉದ್ದ" -#: ../gtk/gtkwidget.c:2353 +#: gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" msgstr "ಸಮತಲ ಚಲನ ಬಾಣದ ಉದ್ದ" -#: ../gtk/gtkwidget.c:2354 +#: gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "ಸಮತಲ ಚಲನ ಬಾಣಗಳ ಉದ್ದ" -#: ../gtk/gtkwidget.c:2368 +#: gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "ಲಂಬ ಚಲನ ಬಾಣದ ಉದ್ದ" -#: ../gtk/gtkwidget.c:2369 +#: gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "ಲಂಬ ಚಲನ ಬಾಣಗಳ ಉದ್ದ" -#: ../gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "ವಿಂಡೊ ಬಗೆ" -#: ../gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "ವಿಂಡೋ ಬಗೆ" -#: ../gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "ವಿಂಡೋ ಶೀರ್ಷಿಕೆ" -#: ../gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "ವಿಂಡೋ ಶೀರ್ಷಿಕೆ" -#: ../gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "ವಿಂಡೋ ಪಾತ್ರ" -#: ../gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" -msgstr "ಒಂದು ಅಧಿವೇಶನವನ್ನು ಮರಳಿ ಸ್ಥಾಪಿಸುವಾಗ ಬಳಸಲಾದ ವಿಂಡೋಗಾಗಿ ವಿಶಿಷ್ಟವಾದ ಆರಂಭಿಕ ಪತ್ತೆಗಾರ" +msgstr "" +"ಒಂದು ಅಧಿವೇಶನವನ್ನು ಮರಳಿ ಸ್ಥಾಪಿಸುವಾಗ ಬಳಸಲಾದ ವಿಂಡೋಗಾಗಿ ವಿಶಿಷ್ಟವಾದ ಆರಂಭಿಕ ಪತ್ತೆಗಾರ" -#: ../gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ಆರಂಭಿಸುವ ID" -#: ../gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "ಆರಂಭಿಕ ಸೂಚನೆಯಲ್ಲಿ ಬಳಸಲಾದ ವಿಂಡೋಗಾಗಿ ವಿಶಿಷ್ಟವಾದ ಆರಂಭಿಕ ಪತ್ತೆಗಾರ" -#: ../gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "ಕುಗ್ಗಿಸುವುದನ್ನು ಅನುಮತಿಸು" -#: ../gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" -msgstr "TRUE ಆದಲ್ಲಿ, ವಿಂಡೋಗೆ ಯಾವುದೆ ಕನಿಷ್ಟ ಗಾತ್ರವಿರುವುದಿಲ್ಲ. ಇದನ್ನು TRUE ಗೆ ಹೊಂದಿಸುವುದು ೯೯% ಪಾಲು ಒಂದು ಕೆಟ್ಟ ಉಪಾಯವಾಗಿರುತ್ತದೆ" +msgstr "" +"TRUE ಆದಲ್ಲಿ, ವಿಂಡೋಗೆ ಯಾವುದೆ ಕನಿಷ್ಟ ಗಾತ್ರವಿರುವುದಿಲ್ಲ. ಇದನ್ನು TRUE ಗೆ ಹೊಂದಿಸುವುದು " +"೯೯% ಪಾಲು ಒಂದು ಕೆಟ್ಟ ಉಪಾಯವಾಗಿರುತ್ತದೆ" -#: ../gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "ಹಿಗ್ಗಿಸುವುದನ್ನು ಅನುಮತಿಸು" -#: ../gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" -msgstr "TRUE ಆದಲ್ಲಿ, ಬಳಕೆದಾರರು ವಿಂಡೋದ ಗಾತ್ರವನ್ನು ಅದರ ಕನಿಷ್ಟ ಗಾತ್ರಕ್ಕಿಂತ ಹೆಚ್ಚಿನದಕ್ಕೆ ಹಿಗ್ಗಿಸಬಹುದು" +msgstr "" +"TRUE ಆದಲ್ಲಿ, ಬಳಕೆದಾರರು ವಿಂಡೋದ ಗಾತ್ರವನ್ನು ಅದರ ಕನಿಷ್ಟ ಗಾತ್ರಕ್ಕಿಂತ ಹೆಚ್ಚಿನದಕ್ಕೆ " +"ಹಿಗ್ಗಿಸಬಹುದು" -#: ../gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "TRUE ಆದಲ್ಲಿ, ಬಳಕೆದಾರರು ವಿಂಡೋದ ಗಾತ್ರವನ್ನು ಬದಲಾಯಿಸಬಹುದು" -#: ../gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "ಮೋಡಲ್" -#: ../gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" -msgstr "TRUE ಆದಲ್ಲಿ, ವಿಂಡೋವು ಮೋಡಲ್ ಆಗಿರುತ್ತದೆ (ಇದು ಮೇಲಿದ್ದಾಗ ಬೇರೆ ವಿಂಡೋಗಳನ್ನು ಬಳಸಲಾಗುವುದಿಲ್ಲ)" +msgstr "" +"TRUE ಆದಲ್ಲಿ, ವಿಂಡೋವು ಮೋಡಲ್ ಆಗಿರುತ್ತದೆ (ಇದು ಮೇಲಿದ್ದಾಗ ಬೇರೆ ವಿಂಡೋಗಳನ್ನು " +"ಬಳಸಲಾಗುವುದಿಲ್ಲ)" -#: ../gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "ವಿಂಡೋನ ಜಾಗ" -#: ../gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "ವಿಂಡೋನ ಆರಂಭಿಕ ಜಾಗ" -#: ../gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಅಗಲ" -#: ../gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "ವಿಂಡೋನ ಪೂರ್ವ ನಿಯೋಜಿತ ಅಗಲ, ವಿಂಡೋವನ್ನು ಆರಂಭದಲ್ಲಿ ತೋರಿಸುವಾಗ ಬಳಸಲಾಗುತ್ತದೆ" -#: ../gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "ಪೂರ್ವನಿಯೋಜಿತ ಉದ್ದ" -#: ../gtk/gtkwindow.c:572 -msgid "The default height of the window, used when initially showing the window" +#: gtk/gtkwindow.c:573 +msgid "" +"The default height of the window, used when initially showing the window" msgstr "ವಿಂಡೋನ ಪೂರ್ವ ನಿಯೋಜಿತ ಎತ್ತರ, ವಿಂಡೋವನ್ನು ಆರಂಭದಲ್ಲಿ ತೋರಿಸುವಾಗ ಬಳಸಲಾಗುತ್ತದೆ" -#: ../gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "ಮೂಲದೊಂದಿಗೆ(parent) ನಾಶಗೊಳಿಸು" -#: ../gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "ಮೂಲವು ನಾಶಗೊಂಡಾಗ ಈ ವಿಂಡೋ ಸಹ ನಾಶವಾಗಬೇಕೆ" -#: ../gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "ಈ ವಿಂಡೋಗಾಗಿನ ಚಿಹ್ನೆ" -#: ../gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "ಈ ವಿಂಡೋವಿಗಾಗಿ ಥೀಮ್ ಆದ ಚಿಹ್ನೆಯ ಹೆಸರು" -#: ../gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "ಸಕ್ರಿಯವಿದೆ" -#: ../gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "ಮೇಲ್ಮಟ್ಟವು(toplevel) ಪ್ರಸಕ್ತ ಸಕ್ರಿಯ ವಿಂಡೋ ಆಗಿದೆಯೆ" -#: ../gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "ಮೇಲಿನಸ್ತರಕ್ಕೆ ಗಮನ" -#: ../gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "ಇನ್‌ಪುಟ್ ಗಮನವು ಈ GtkWindow ಯ ಒಳಗೆಯೆ ಇದೆಯೆ" -#: ../gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "ಬಗೆಯ ಸುಳಿವು" -#: ../gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." -msgstr "ಇದು ಯಾವ ಬಗೆಯ ವಿಂಡೋ ಆಗಿದೆ ಹಾಗು ಇದರೊಂದಿಗೆ ಹೇಗೆ ವ್ಯವಹರಿಸಬೇಕು ಎಂದು ಗಣಕತೆರೆ ಪರಿಸರಕ್ಕೆ ನೆರವು ನೀಡಲು ಸುಳಿವು." +msgstr "" +"ಇದು ಯಾವ ಬಗೆಯ ವಿಂಡೋ ಆಗಿದೆ ಹಾಗು ಇದರೊಂದಿಗೆ ಹೇಗೆ ವ್ಯವಹರಿಸಬೇಕು ಎಂದು ಗಣಕತೆರೆ " +"ಪರಿಸರಕ್ಕೆ ನೆರವು ನೀಡಲು ಸುಳಿವು." -#: ../gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "ಕಾರ್ಯಪಟ್ಟಿಯನ್ನು ಉಪೇಕ್ಷಿಸು" -#: ../gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "ವಿಂಡೋ ಕಾರ್ಯಪಟ್ಟಿಕೆಯಲ್ಲಿ ಇರಬಾರದಾಗಿದ್ದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ." -#: ../gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "ಪೇಜರನ್ನು ಉಪೇಕ್ಷಿಸು" -#: ../gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "ವಿಂಡೋ ಪೇಜರ್ ಆಗಿರಬಾರದೆ ಇದ್ದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ." -#: ../gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "ತುರ್ತು" -#: ../gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "ವಿಂಡೋ ಅನ್ನು ಬಳಕೆದಾರರ ಗಮನಕ್ಕೆ ತರಬೇಕಿದ್ದಲ್ಲಿ TRUE ಆಗಿರುತ್ತದೆ." -#: ../gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "ಗಮನವನ್ನು ಅಂಗೀಕರಿಸು" -#: ../gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "ವಿಂಡೋ ಇನ್‌ಪುಟ್ ಗಮನವನ್ನು ಪಡೆದುಕೊಳ್ಳಬೇಕಿದ್ದರೆ TRUE ಆಗಿರುತ್ತದೆ." -#: ../gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "ಮ್ಯಾಪ್‌ ಆದಾಗ ಗಮನ" -#: ../gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "ಮ್ಯಾಪ್‌ ಮಾಡಿದಾಗ ವಿಂಡೋ ಇನ್‌ಪುಟ್ ಗಮನವನ್ನು ಪಡೆದುಕೊಳ್ಳಬೇಕಿದ್ದರೆ TRUE ಆಗಿರುತ್ತದೆ." -#: ../gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "ಅಲಂಕೃತಗೊಂಡ" -#: ../gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "ವಿಂಡೋ ವ್ಯವಸ್ಥಾಪಕನಿಂದ ವಿಂಡೋ ಅಲಂಕೃತಗೊಳ್ಳಬೇಕೆ" -#: ../gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "ಅಳಿಸಬಲ್ಲಂತಹ" -#: ../gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "ವಿಂಡೋ ಚೌಕಟ್ಟು ಒಂದು 'ಮುಚ್ಚು' ಗುಂಡಿಯನ್ನು ಹೊಂದಿರಬೇಕೆ" -#: ../gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "ಗುರುತ್ವ(Gravity)" -#: ../gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "ವಿಂಡೋನ ವಿಂಡೋ ಗುರುತ್ವ" -#: ../gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "ವಿಂಡೋಗಾಗಿನ ಅಶಾಶ್ವತೆ" -#: ../gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "ಸಂವಾದದ ಅಶಾಶ್ವತ ಮೂಲ" -#: ../gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "ವಿಂಡೋನ ಅಪಾರದರ್ಶಕತೆ" -#: ../gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "ವಿಂಡೋನ ಅಪಾರದರ್ಶಕತೆ, ೦ಯಿಂದ ೧" -#: ../modules/input/gtkimcontextxim.c:334 +#: modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "IM ಸಂಪಾದನಾ ಪೂರ್ವ (Preedit) ಶೈಲಿ" -#: ../modules/input/gtkimcontextxim.c:335 +#: modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "ಪ್ರದಾನ(input) ಕ್ರಮ ಸಂಪಾದನಾ ಪೂರ್ವ ಸಾಲನ್ನು ಹೇಗೆ ಎಳೆಯುವುದು" -#: ../modules/input/gtkimcontextxim.c:343 +#: modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "IM ಸ್ಥಿತಿ ಶೈಲಿ" -#: ../modules/input/gtkimcontextxim.c:344 +#: modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "ಪ್ರದಾನ(input) ಕ್ರಮ ಸ್ಥಿತಿ ಪಟ್ಟಿಯನ್ನು ಹೇಗೆ ಎಳೆಯುವುದು" - diff --git a/po-properties/ko.po b/po-properties/ko.po index dd9ffc394b..c71b7726dc 100644 --- a/po-properties/ko.po +++ b/po-properties/ko.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-09 18:43+0900\n" "Last-Translator: Eunju Kim \n" "Language-Team: GNOME Korea \n" @@ -91,12 +91,12 @@ msgstr "기본 디스플레이" msgid "The default display for GDK" msgstr "GDK 기본 디스플레이" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "화면" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "렌더러의 GdkScreen" @@ -116,97 +116,97 @@ msgstr "글꼴 해상도" msgid "The resolution for fonts on the screen" msgstr "스크린의 글꼴 해상도" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "프로그램 이름" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" "프로그램의 이름. 설정하지 않으면 기본 값은 g_get_application_name()입니다" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "프로그램 버전" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "프로그램의 버전" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "저작권 문자열" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "프로그램의 저작권 정보" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "설명 문자열" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "프로그램에 대한 설명" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "웹사이트 URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "프로그램의 웹사이트의 링크 URL" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "웹사이트 레이블" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "프로그램의 웹사이트의 링크 레이블. 설정하지 않으면 기본값은 URL입니다" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "개발자" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "프로그램의 개발자 목록" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "문서 작성자" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "프로그램의 문서 작성자 목록" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "아티스트" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "프로그램의 아트워크에 도움을 준 사람들 목록" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "옮긴이" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "옮긴이 목록. 이 문자열은 번역 가능한 문자열로 표시해야 합니다" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "로고" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -214,19 +214,19 @@ msgstr "" "정보 상자의 로고. 설정하지 않으면, 기본값은 gtk_window_get_default_icon_list" "()입니다" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "로고 아이콘 이름" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "정보 상자의 로고로 사용할 이름붙인 아이콘." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "사용권 줄바꿈" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "사용권 텍스트에 줄바꿈을 할 지 여부." @@ -300,7 +300,7 @@ msgid "The GIcon being displayed" msgstr "표시하고 있는 GIcon" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "아이콘 이름" @@ -401,7 +401,7 @@ msgid "Whether the action group is visible." msgstr "동작 그룹을 표시할 지 여부." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "값" @@ -1227,7 +1227,7 @@ msgstr "상태 따르기" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "렌더링한 픽스버퍼가 상태에 따라 색이 변하는 지 여부" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "아이콘" @@ -1287,7 +1287,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "진행 막대의 위치와 진행 방향" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "조정" @@ -3029,7 +3029,7 @@ msgstr "아이콘 집합" msgid "Icon set to display" msgstr "표시할 아이콘 집합" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "아이콘 크기" @@ -3093,7 +3093,7 @@ msgstr "메뉴 그림을 표시" msgid "Whether images should be shown in menus" msgstr "메뉴에 그림을 표시할 지 여부" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "이 창이 표시될 화면" @@ -4661,24 +4661,24 @@ msgstr "값 간격" msgid "Space between value text and the slider/trough area" msgstr "값 텍스트와 슬라이더/골짜기 영역 사이의 간격" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "크기 조정 값" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "아이콘 크기" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "이 크기 조정 단추의 현재 값이 들어 있는 GtkAdjustment" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "아이콘" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "아이콘 이름 목록" @@ -6341,7 +6341,7 @@ msgstr "트리 보기 선을 그릴 때 쓸 점선 패턴" msgid "Whether to display the column" msgstr "열을 표시할 것인지 여부" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "크기 조절 가능" @@ -6752,43 +6752,43 @@ msgstr "세로 스크롤 화살표 길이" msgid "The length of vertical scroll arrows" msgstr "세로 스크롤 화살표의 길이" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "창 형식" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "창의 형식" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "창 제목" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "창의 제목" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "창 역할" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "세션을 복구할 때 쓰이는 창의 고유 ID" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "시작 ID" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "startup-notification이 사용하는 창의 시작 ID" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "축소 허용" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6797,91 +6797,91 @@ msgstr "" "참이면, 창에 최소 사이즈가 없습니다. 참으로 하는 것은 99%의 경우 좋지 않은 생" "각입니다." -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "확대 허용" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "참이면, 사용자가 창을 그 최소 사이즈보다 크게 조정할 수 있습니다." -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "참이면, 사용자가 창의 크기를 조정할 수 있습니다." -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "모달" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" "참이면, 창이 모달입니다 (이 창이 떠 있으면 다른 창을 사용할 수 없게 됩니다)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "창 위치" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "창의 최초 위치" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "기본 너비" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "창의 기본 너비는 창이 처음으로 보여질때 사용됩니다." -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "기본 높이" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "창의 기본 높이는 창이 처음으로 보여질때 사용됩니다." -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "상위 위젯과 함께 파괴" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "상위 윈도우가 파괴할 때 이 윈도우도 파괴해야 하는지" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "이 창의 아이콘" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "이 창의 테마 아이콘 이름" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "활성되어 있는가" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "최상위 위젯이 현재 활성화된 창인 지 여부" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "최상위 위젯의 포커스" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "입력 포커스가 이 GtkWindow에 있는 지의 여부" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "유형 힌트" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -6889,83 +6889,83 @@ msgstr "" "이 창이 어떤 종류이고 어떻게 처리하는 지 등의 데스크탑 환경을 이해할 수 있도" "록 도움을 주는 힌트." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "작업 표시줄 건너 뛰기" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "창이 작업 표시줄에서 보여지지 않아야 하는 경우 참." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "페이저 건너뚬" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "창을 페이저에서 표시하지 않아야 하는 경우 참." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "긴급" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "해당 창이 사용자의 주의를 끌어야 하는 경우 참." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "포커스 받기" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "창이 입력 포커스를 받아야 하는 경우에 참입니다." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "나타나면 포커스" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "참이면 창이 나타났을 때 입력 포커스를 받습니다." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "꾸밈" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "창 관리자가 이 창을 꾸미는 지 여부" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "지우기 가능" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "창 관리자가 이 창의 프레임에 닫기 단추를 만드는 지 여부" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "끌림" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "이 창의 끌림 방향" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "투명 창" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "대화 상자 뒤로 위 단계 위젯이 투명하게" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "불투명 창" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "창의 불투명도, 0에서 1까지" diff --git a/po-properties/ku.po b/po-properties/ku.po index fe21f685e8..dd993c8b6a 100644 --- a/po-properties/ku.po +++ b/po-properties/ku.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ku\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2006-01-16 19:14+0100\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: Kurdish \n" @@ -91,12 +91,12 @@ msgstr "" msgid "The default display for GDK" msgstr "" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Monîtor" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -116,114 +116,114 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Navê bernameyê" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Guhertoya bernameyê" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Guhertoya bernameyê" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Nîvîskar" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Spasiya wêrgeran" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "Erdal Ronahi " -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -298,7 +298,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "" @@ -396,7 +396,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Nirx" @@ -1208,7 +1208,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Dawêr" @@ -1265,7 +1265,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -3005,7 +3005,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "" @@ -3070,7 +3070,7 @@ msgstr "" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4637,27 +4637,27 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Guhertoya bernameyê" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Mezinahiya cureyê nivîsê" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Dawêr" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "" @@ -6298,7 +6298,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6703,217 +6703,217 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Kom" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Guhertoya bernameyê" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" diff --git a/po-properties/li.po b/po-properties/li.po index 3e6db609c2..9fe2bf1dea 100644 --- a/po-properties/li.po +++ b/po-properties/li.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2003-05-28 17:57+0000\n" "Last-Translator: Mathieu van Woerkom \n" "Language-Team: Limburgish \n" @@ -94,12 +94,12 @@ msgstr "Sjtanderd display" msgid "The default display for GDK" msgstr "'t sjtanderd display veur GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Sjirm" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 #, fuzzy msgid "the GdkScreen for the renderer" msgstr "'t model van de TreeView" @@ -124,121 +124,121 @@ msgstr "Booksjtaaftiep puntje" msgid "The resolution for fonts on the screen" msgstr "Wie 't bereik op 't sjirm biegehauwe moot waere" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 #, fuzzy msgid "Program name" msgstr "Ittekètnaam" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 #, fuzzy msgid "The version of the program" msgstr "De orjentasie van de wirkbalk" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 #, fuzzy msgid "Comments string" msgstr "Kelóm-spasiëring" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 #, fuzzy msgid "Website label" msgstr "Tab-label" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 #, fuzzy msgid "List of authors of the program" msgstr "De orjentasie van de wirkbalk" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 #, fuzzy msgid "Logo Icon Name" msgstr "Booksjtaaftiepnaam" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 #, fuzzy msgid "Wrap license" msgstr "Regeltrökloupmodus gebroeke" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 #, fuzzy msgid "Whether to wrap the license text." msgstr "Of de teks doorsjtriept moot waere" @@ -317,7 +317,7 @@ msgid "The GIcon being displayed" msgstr "te tuine piktogrammezameling" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "Booksjtaaftiepnaam" @@ -423,7 +423,7 @@ msgid "Whether the action group is visible." msgstr "Of 't widget zichbaar moot zeen" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Waerd" @@ -1322,7 +1322,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Of 't kader getuind weurt of neet" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Piktogram" @@ -1384,7 +1384,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orjentasie en greujrichting van de avvansbalk" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Aanpassing" @@ -3281,7 +3281,7 @@ msgstr "Piktogrammezameling" msgid "Icon set to display" msgstr "te tuine piktogrammezameling" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Piktogramaafmaetinge" @@ -3356,7 +3356,7 @@ msgstr "Tabs tuine" msgid "Whether images should be shown in menus" msgstr "Of tabs getuind waere of neet" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "'t sjirm woe dit vinster weurt getuind" @@ -5071,28 +5071,28 @@ msgstr "Waerdespasiëring" msgid "Space between value text and the slider/trough area" msgstr "Aafsjtandj tösje de waerd-teks en 't sjuufobjek" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "De naam van 't widget" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Piktogramgruutde op wirkbalk" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "De GtkAdjustment die de hujige waerd van dit bereikobjek haet" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Piktogram" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Booksjtaaftiepnaam" @@ -6893,7 +6893,7 @@ msgstr "Sjtreippetroen van de focus-indikator" msgid "Whether to display the column" msgstr "Of de kelóm moot waere getuind" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Hersjaalbaar" @@ -7323,45 +7323,45 @@ msgstr "Vertikaal sjuufbalkbeleid" msgid "The length of vertical scroll arrows" msgstr "In welke gevalle de vertickle sjuufbalk getuind weurt" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Vinstertiep" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "'t tiep vinster" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Vinstertittel" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "De tittel van 't vinster" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 #, fuzzy msgid "Window Role" msgstr "Vinstertittel" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Gróp" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Krumpe toesjtaon" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7370,26 +7370,26 @@ msgstr "" "Ingeval WAOR (TRUE) haet 't vinster gein minimumgruutde. Dit is in 99% van " "de gevalle ei sjlech idee" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Greuje toesjtaon" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Ingeval van WAOR (TRUE), kèn 't vinster vergroet waere veurbie de " "minimumgruutde" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" "Ingeval van WAOR (TRUE), kèn de aafmaeting van 't vinster waere aangepas" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modaal" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7397,69 +7397,69 @@ msgstr "" "Ingeval van WAOR (TRUE), is 't vinster modaal: angere vinsters kènne neet " "gebruikt waere zoelank deze baovenaan sjteit" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Vinsterposisie" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "De beginposisie van 't vinster" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Sjtanderdbreide" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "De sjtanderdbreide van 't vinster wen 't veur 't iers getuind weurt" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Sjtanderdhuugde" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "De sjtanderdhuugde van 't vinster wen 't veur 't iers getuind weurt" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Vernetig same mit mojer" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Of dit vinster vernetig moot waere wen 't mojervinster vernetig weurt" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Piktogram veur dit vinster" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 #, fuzzy msgid "Name of the themed icon for this window" msgstr "Piktogram veur dit vinster" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Is aktief" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Of 't topnivo 't hujige aktieve vinster is" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "fokus in topnivo" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Of 't inveurfokus zich in dit GtkWindow bevundj" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Saort hint" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7467,94 +7467,94 @@ msgstr "" "Hint woemit de desktopómgaeving weurt gehólpe te begriepe waat veur saort " "vinster dit is, en wie 't behandeld moot waere" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Taakbalk euversjlaon" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "WAOR (TRUE) wen 't vinster neet in de taakbalk huurt" # in Gnome-nl is er veur gekozen de pager te vertalen met: wirkbladwisselaar -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Wirkblaadwisselaar euversjlaon" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "WAOR (TRUE) wen 't vinster neet in de wirkblaadwisselaar huurt" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 #, fuzzy msgid "TRUE if the window should be brought to the user's attention." msgstr "WAOR (TRUE) wen 't vinster neet in de wirkblaadwisselaar huurt" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 #, fuzzy msgid "Accept focus" msgstr "Is focus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 #, fuzzy msgid "TRUE if the window should receive the input focus." msgstr "WAOR (TRUE) wen 't vinster neet in de wirkblaadwisselaar huurt" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 #, fuzzy msgid "Focus on map" msgstr "fokus in topnivo" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 #, fuzzy msgid "TRUE if the window should receive the input focus when mapped." msgstr "WAOR (TRUE) wen 't vinster neet in de wirkblaadwisselaar huurt" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 #, fuzzy msgid "Whether the window should be decorated by the window manager" msgstr "WAOR (TRUE) wen 't vinster neet in de wirkblaadwisselaar huurt" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "Selekteerbaar" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 #, fuzzy msgid "Whether the window frame should have a close button" msgstr "WAOR (TRUE) wen 't vinster neet in de wirkblaadwisselaar huurt" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 #, fuzzy msgid "The window gravity of the window" msgstr "'t tiep vinster" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "De te tuine knóppe in 't berichdialoogvinster" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "'t tiep vinster" diff --git a/po-properties/lt.po b/po-properties/lt.po index ffbd7e0113..7b84a7dbe7 100644 --- a/po-properties/lt.po +++ b/po-properties/lt.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: lt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-11 01:36+0200\n" "Last-Translator: Vytautas Rėkus \n" "Language-Team: Lithuanian \n" @@ -96,12 +96,12 @@ msgstr "Numatytas ekranas" msgid "The default display for GDK" msgstr "Numatytas GDK ekranas" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Ekranas" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen atvaizduokliui" @@ -121,11 +121,11 @@ msgstr "Šrifto raiška" msgid "The resolution for fonts on the screen" msgstr "Šriftų ekrane raiška" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Programos pavadinimas" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -133,43 +133,43 @@ msgstr "" "Programos pavadinimas. Jeigu jis nenurodytas, tada standartiškai naudojama " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Programos versija" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Programos versija" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Autorinių teisių eilutė" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Programos autorinių teisių informacija" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Komentarų eilutė" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Pastabos apie programą" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Tinklalapio adresas" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "Programos tinklalapio adresas" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Tinklalapio pavadinimas" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -177,44 +177,44 @@ msgstr "" "Saito į programos tinklalapį pavadinimas. Jeigu jis nenurodytas, tada " "naudojamas adresas." -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Autoriai" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Programos autorių sąrašas" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Dokumentatoriai" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Žmonių, dokumentavusių programą, sąrašas" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Menininkai" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Žmonės, kurių menas naudojamas apipavidalinti programai" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Padėkos vertėjams" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "Padėkos vertėjams. Ši eilutė turėtų būti pažymėta, kaip verstina" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logotipas" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -222,19 +222,19 @@ msgstr "" "„Apie“ lango logotipas. Jeigu jis nenurodytas, tada naudojama " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Logotipo piktogramos pavadinimas" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Piktogramos, naudojamos „Apie“ kaip lango logotipo, pavadinimas." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Laužyti licenciją" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Ar laužyti licencijos tekstą." @@ -308,7 +308,7 @@ msgid "The GIcon being displayed" msgstr "Rodomas „GIcon“ tipo objektas" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Piktogramos pavadinimas" @@ -416,7 +416,7 @@ msgid "Whether the action group is visible." msgstr "Ar veiksmų grupė yra matoma." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Vertė" @@ -1248,7 +1248,7 @@ msgstr "Sekti būseną" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Ar atvaizduoklio pixbuf turėtų būti spalvinamas atsižvelgiant į būseną" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Piktograma" @@ -1309,7 +1309,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Pažangos juostos padėtis ir augimo kryptis" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Slankiklis" @@ -3063,7 +3063,7 @@ msgstr "Piktogramų rinkinys" msgid "Icon set to display" msgstr "Piktogramų rinkinys rodymui." -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Piktogramos dydis" @@ -3129,7 +3129,7 @@ msgstr "Rodyti meniu paveikslėlius" msgid "Whether images should be shown in menus" msgstr "Ar paveikslėliai turi būti rodomi meniu" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Ekranas, kuriame bus išvedamas šis langas" @@ -4719,24 +4719,24 @@ msgstr "Reikšmės atitraukimas" msgid "Space between value text and the slider/trough area" msgstr "Tarpas tarp reikšmės teksto ir slankiklio srities" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Slankiklio vertė" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Piktogramos dydis" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment kintamasis, kuris saugo dabartinę slankiklio reikšmę" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Piktogramos" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Piktogramų pavadinimų sąrašas" @@ -6422,7 +6422,7 @@ msgstr "Punktyras medžio laukelio linijoms piešti" msgid "Whether to display the column" msgstr "Ar rodyti stulpelį" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Keičiamo dydžio" @@ -6835,45 +6835,45 @@ msgstr "Horizontalios slinkimo rodyklės ilgis" msgid "The length of vertical scroll arrows" msgstr "Horizontalių slinkimo rodyklių ilgis" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Lango tipas" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Lango tipas" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Lango antraštė" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Lango antraštė" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Lango paskirtis" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Unikalus lango identifikatorius, naudojamas atstatant sesiją" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Paleidimo ID" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Unikalus lango, kurį naudoja „startup-notification“, paleidimo " "identifikatorius" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Gali susitraukti" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6882,25 +6882,25 @@ msgstr "" "Jei TEIGIAMA, langas neturi mažiausio galimo dydžio. 99% atvejų TEIGIAMOS " "reikšmės nustatymas yra prasta mintis" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Gali plėstis" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Jei TEIGIAMA, naudotojai gali padidinti lango dydį už jo mažiausių leistinų " "ribų" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Jei TRUE, naudotojai gali keisti lango dydį" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modalinis" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6908,68 +6908,68 @@ msgstr "" "Jei TEIGIAMA, langas yra modalinis (kiti langai bus nepasiekiami, kol " "atidarytas šis)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Lango padėtis" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Pradinė lango padėtis" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Numatytasis plotis" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Numatytasis lango plotis, naudojamas parodant langą pirmą kartą" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Numatytasis aukštis" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Standartinis lango aukštis, naudojamas formuojant langą" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Uždaryti kartu su pirminiu" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Ar langas turi būti uždarytas, kai uždaromas pirminis langas" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Šio lango piktograma" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Šio lango temomis keičiamos piktogramos pavadinimas" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Yra aktyvus" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Ar pagrindinis lygis yra esamas aktyvus langas" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Aktyvinti viršuje" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Ar įvedimo aktyvinimas naudojamas šiame GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Tipo užuomina" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -6977,83 +6977,83 @@ msgstr "" "Nuoroda, kuri padeda darbalaukio aplinkai įvertinti kokio tipo langas tai " "yra ir kaip su juo elgtis." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Nenaudoti užduočių juostos" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "TRUE jei lango neturėtų matytis užduočių juostoje." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Nenaudoti gido" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "TEIGIAMA, jei langas neturi būti rodomas gide." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Skubu" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TEIGIAMA, jei langas turėtų atkreipti naudotojo dėmesį." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Priimti aktyvinimą" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TEIGIAMA, jei langas turėtų būti aktyvinamas." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Aktyvinti parodžius (map)" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "TEIGIAMA, jei langas turėtų būti aktyvinamas jį parodžius (mapped)." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Su dekoracijomis" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Ar langų tvarkyklė turi apipavidalinti langą" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Ištrinamas" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Ar lango rėmelyje turėtų būti užvėrimo mygtukas" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Trauka" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Lango traukos dydis" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Trumpalaikis langui" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Trumpalaikis dialogo tėvas" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Lango nepermatomumas" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Lango nepermatomumas, nuo 0 iki 1" diff --git a/po-properties/lv.po b/po-properties/lv.po index f0de552597..ae4709d3d9 100644 --- a/po-properties/lv.po +++ b/po-properties/lv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-02-19 09:32+0200\n" "Last-Translator: Raivis Dejus \n" "Language-Team: Latvian \n" @@ -90,12 +90,12 @@ msgstr "Noklusētais Displejs" msgid "The default display for GDK" msgstr "Noklusētais GDK displejs" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Ekrāns" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen renderēšanai" @@ -115,11 +115,11 @@ msgstr "Fonta izšķirtspēja" msgid "The resolution for fonts on the screen" msgstr "Ekrāna fontu izšķirtspēja" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Programmas nosaukums" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -127,43 +127,43 @@ msgstr "" "Programmas nosaukums. Ja šis nav uzstadīts, tad pēc noklusējuma " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Programmas versija" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Programmas versija" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Autortiesību virkne" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Programmas autortiesību informācija" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Komentārs" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Komentāri par programmu" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Mājas lapas URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "URL saitei uz programmas mājas lapu" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Mājas lapas iezīme" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -171,44 +171,44 @@ msgstr "" "Etiķete hipersaitei uz programmas mājas lapu. Ja šis nav uzstadīts, tad tas " "ir noklusēts uz URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Autori" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Programmas autoru saraksts" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Dokumentētāji" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Cilvēku saraksts, kuri dokumentējuši programmu" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Izpildītāji" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Cilvēku saraksts, kas ziedojuši mākslas darbus programmai" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Tūlkotājs" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "Tūlkotāju kredīti. Šai virknei vajadzētu būt atzīmētai kā tūlkojamai" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -216,19 +216,19 @@ msgstr "" "Tēmas ramja logo. Ja šis nav iestatīts, tas ir noklusēts pēc " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Fonta Nosaukums" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Nosaukta ikona, ko lietot kā logo tēmas rāmī." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Apliekt licenci" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Vai apliekt licences tekstu." @@ -301,7 +301,7 @@ msgid "The GIcon being displayed" msgstr "GIkona, ko attēlo" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Ikonas nosaukums" @@ -407,7 +407,7 @@ msgid "Whether the action group is visible." msgstr "Vai darības gurpa ir redzama." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Vērtība" @@ -1237,7 +1237,7 @@ msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" "Vai renderētajam pikseļu buferim vajadzētu būt krāsotam atbilstoši stāvoklim" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikona" @@ -1296,7 +1296,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Progresjoslas novietojums un pieauguma virziens" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Noregulējums" @@ -3046,7 +3046,7 @@ msgstr "Ikonu kopa" msgid "Icon set to display" msgstr "Ikonu kopa, ko attēlot" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Ikonas izmērs" @@ -3112,7 +3112,7 @@ msgstr "Rādīt izvēlnes attēlus" msgid "Whether images should be shown in menus" msgstr "Vai izvēlnēs rādīt attēlus" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Ekrāns, kurā šis logs tiks parādīts" @@ -4683,24 +4683,24 @@ msgstr "Vērtības atstarpe" msgid "Space between value text and the slider/trough area" msgstr "Atstarpe starp vērtības tekstu un slīdņa/ieplakas laukumu" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Mēroga vērtība" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Ikonas izmērs" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment, kas satur pašreizējo mēroga objekta vērtību" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Ikonas" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Ikonu nosaukumu saraksts" @@ -6378,7 +6378,7 @@ msgstr "Svītru raksts, ko lietot zīmejot koka aplūkošanas līnijas" msgid "Whether to display the column" msgstr "Vai parādīt kolonnu" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Maināma" @@ -6792,43 +6792,43 @@ msgstr "Vertikālo ritjoslu garums" msgid "The length of vertical scroll arrows" msgstr "Vertikālo ritjoslu garums" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Loga Tips" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Loga tips" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Loga Virsraksts" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Loga visraksts" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Loga loma" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Unikāls identifikators logam, ko izmanto atjaunojot sesiju" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Sākuma ID" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Atļaut Sarauties" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6837,91 +6837,91 @@ msgstr "" "Ja TRUE, logam nav minimālā izmēra. Iestatīt šo kā TRUE 99% gadījumu nav " "laba doma" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Atļaut augt" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "Ja TRUE, lietotāji var paplašināt logu aiz tā minimālā izmēra" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Ja TRUE, lietotāji var mainīt loga izmēru" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modāls" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" "Ja TRUE, tad logs ir modāls (citi logi nav lietojami kamēr šis ir virspusē)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Loga Pozīcija" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Sākotnējā loga pozīcija" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Noklusētais Platums" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Noklusētais loga platums, ko izmanto, kad pirmo reizi parāda logu" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Noklusētais Augstums" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Noklusētais loga augstums, ko izmanto, kad pirmo reizi parāda logu" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Iznīcināt ar Vecāku" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Vai šis logs būtu jāiznīcina, kad tiek iznīcināts vecāks" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Ikona šim logam" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Šī loga tēmas ikonas tēmas nosaukums" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Ir Aktīvs" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Vai augšlīmenis ir pašreizējais aktīvais logs" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Fokusēties Augšlīmenī" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Vai ievades fokuss ir iekš šī GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Tipa padoms" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -6929,83 +6929,83 @@ msgstr "" "Padoms, lai palīdzētu dabvirsmas videi saprast, kas šis ir par logu un kā ar " "to apieties." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Izlaist uzdevumjoslu" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "TRUE, ja logam nebūtu jābūt uzdevumu joslā." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Izlaist peidžeri" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "TRUE, ja logam nevajadzētu atrasties peidžerī." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Steidzams" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "PATIESS, ja logam vajadzētu piesaistīt lietotaja uzmanību." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Pieņemt fokusu" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "PATIESS, ja logam būtu jāsaņem ievades fokuss." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Fokuss uz kartes" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "PATIESS, ja logam būtu jāsaņem ievades fokuss, kad tas tiek kartēts." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Rotāts" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Vai loga pārvaldniekam būtu jādekorē logs" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Dzēšams" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Vai loga ietvaram vajadzīga loga aizvēršanas poga" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravitācija" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Loga gravitācija" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Loga caurspīdība" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Loga caurspīdīgums no 0 līdz 1" diff --git a/po-properties/mai.po b/po-properties/mai.po index 6ee9f63362..577c7b1327 100644 --- a/po-properties/mai.po +++ b/po-properties/mai.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gedit.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2008-01-25 13:49+0530\n" "Last-Translator: Sangeeta Kumari\n" "Language-Team: \n" @@ -91,12 +91,12 @@ msgstr "मूलभूत प्रदर्शक" msgid "The default display for GDK" msgstr "GDK क' लेल मूलभूत प्रदर्शक" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "स्क्रीन" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "रेंडरर क' लेल GdkScreen स्क्रीन" @@ -116,98 +116,98 @@ msgstr "फाँट विभेदन" msgid "The resolution for fonts on the screen" msgstr "स्क्रीन पर फाँट क' लेल विभेदन" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "प्रोग्रामक नाम" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" "प्रोग्राम क' नाम. जँ ई सेट नहि होइछ तँ ई g_get_application_name() मे मूलभूत अछि" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "प्रोग्राम संस्करण" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "प्रोग्राम क' संस्करण" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "कापीराइट स्ट्रिंग" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "प्रोग्राम क' लेल कापीराइट सूचना" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "टिप्पणी स्ट्रिंग" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "प्रोग्राम क' संबंधमे टिप्पणी" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "वेबसाइट URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "प्रोग्राम क' वेबसाइटमे लिंक क' URL" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "वेबसाइट लेबल" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" "प्रोग्राम क' वेबसाइटक' लिंक क' लेल लेबल. जँ ई सेट नहि अछि तँ ई URL क' लेल मूलभूत अछि" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "लेखक" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "प्रोग्राम क' लेखकसभक सूची" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "दस्ताबेज लिखनिहार" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "प्रोग्राम क' दस्ताबेजीकरण करैबला लोकनिसभक सूची" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "कलाकार" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "प्रोग्राममे आर्टवर्क दएबला लोकनिसभक सूची" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "संगीता कुमारी (sangeeta09@gmail.com)" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "अनुवादक श्रेय. ई स्ट्रिंग केँ अनुवाद करबा योग्य चिह्नित कएल जएनाइ चाही" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "लोगो" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -215,19 +215,19 @@ msgstr "" "बाक्स क' लेल लोगो. जँ ई सेट नहि होइछ ई gtk_window_get_default_icon_list() मे मूलभूत " "अछि" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "लोगो प्रतीक नाम" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "बाक्स क' संबंध मे लोगो क' लेल प्रयोग क' लेल नामित प्रतीक" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "रैप लाइसेंस" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "की लाइसेंस पाठकेँ रैप कएनाइ अछि." @@ -300,7 +300,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "प्रतीक नाम" @@ -403,7 +403,7 @@ msgid "Whether the action group is visible." msgstr "की क्रिया समूह दृश्य अछि" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "मान" @@ -1220,7 +1220,7 @@ msgstr "स्थिति अनुसरण करू" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "की रेंडर कएल गेल pixbuf केँ स्थिति क' अनुसार रँग कएल जाएनाइ अछि" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "चिह्न" @@ -1277,7 +1277,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "प्रगति बार क' दिशा आओर वृद्धि" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "समायोजन" @@ -3058,7 +3058,7 @@ msgstr "चिह्न समूह" msgid "Icon set to display" msgstr "प्रदर्शित कएल जाएबला चिह्न समूह" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "चिह्न आकार" @@ -3125,7 +3125,7 @@ msgstr "मेनू चित्र देखाबू" msgid "Whether images should be shown in menus" msgstr "की मेनूमे चित्र देखाएल जाएनाइ चाही" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "स्क्रीन जतए विंडो प्रदर्शित हाएत." @@ -4682,24 +4682,24 @@ msgstr "मानसभ क' बीच क' दूरी" msgid "Space between value text and the slider/trough area" msgstr "मान पाठ आओर स्लाइडर क्षेत्र क' बीच क' दूरी" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "आइकन" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "" @@ -6369,7 +6369,7 @@ msgstr "तरू दृश्य लाइन घींचबाक लेल msgid "Whether to display the column" msgstr "की कालमकेँ प्रदर्शित कएल जएनाइ अछि" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "आकार बदलब योग्य" @@ -6777,43 +6777,43 @@ msgstr "उर्ध्वाधर स्क्रालबार तीर न msgid "The length of vertical scroll arrows" msgstr "उर्ध्वाधर स्क्रालबार तीरक नमाइ" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "विंडो प्रकार" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "विंडो क' प्रकार" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "विंडो क' शीर्षक" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "विंडो क' शीर्षक" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "विंडो रोल" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "सत्रक भंडारण क' दौरान प्रयुक्त विंडो क' लेल अनोखा पहचानकएनिहार" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "घोंकचाएनाइ स्वीकारू" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6822,23 +6822,23 @@ msgstr "" "जँ सही अछि विंडो क' कोनो न्यूनतम आकार नहि रहैत अछि एकरा सहीमे सेट कएनाइ 99% अधलाह " "बिचार अछि" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "बढ़नाइ स्वीकारू" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "जँ सही अछि तँ प्रयोक्ता विंडोक ओकर न्यूनतम आकारसँ बढ़ाए सकैत अछि" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "जँ सही अछि तँ प्रयोक्ता विंडो क' आकारकेँ बदएल सकैत अछि" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "मोडल" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6846,71 +6846,71 @@ msgstr "" "जँ सही अछि तखन विंडो माडल हएताह (जखन ई विंडो उप्पर हाएत तखन आन विंडो क' प्रयोग नहि " "कएल जाए सकत)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "विंडो क' स्थिति" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "विंडो क' प्रारंभिक स्थिति" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "मूलभूत चओड़ाइ" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "विंडो क' मूलभूत चओड़ाइ, एकर प्रयोग तखन कएल जएताह जखन विंडो प्रारंभिक तौर पर देखाएल " "जाएत" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "मूलभूत उँचाइ" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "विंडोक मूलभूत उँचाइ, एकर प्रयोग तब कएल जएताह जखन विंडोकेँ प्रारंभिक तौर पर देखाएल जाएत" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "जनक क' सँग खतम करू" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "जँ ई विंडो खतम कएल जाइछ जखन जनककेँ खत्म कएल जाइछ" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "ई विंडो लेल चिह्न" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "ई विंडो लेल थीम प्रतीक क' नाम" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "सक्रिय अछि" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "की टापलेबल मोजुदा सक्रिय विंडोमे अछि" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "शीर्ष स्तरमे फोकस" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "की आगत फोकस GtkWindow क' दायरामे अछि" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "संकेत टंकित करू" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -6918,83 +6918,83 @@ msgstr "" "डेस्कटाप वातावरणकेँ मद्दति करबाक लेल संकेत समझैत अछि जे कओन प्रकार क' विंडो ई अछि आओर " "एकरा कहिना लेबाक चाही." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "कार्यपट्टी छोड़ू" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "सही जँ कार्यपट्टीमे नहि रहनाइ चाही" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "पेजर छोड़ू" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "सही जँ विंडो पेजरमे नहि अछि." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "अत्यावश्यक" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "सही जँ विंडोकेँ प्रयोक्ता क' ध्यानमे लाबल जाइछ." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "फोकसकेँ स्वीकार करू" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "सही जँ विंडो आगत फोकस प्राप्त करू." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "मैप पर फोकस करू" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "सही जँ विंडो मैप कएल जाएबाक दौरान आगत फोकस प्राप्त करू." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "सजल सँवरल" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "की विंडोकेँ विंडो मैनेजर क' द्वारा सजाएल जाएनाइ चाही" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "मेटाएबाक योग्य" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "की विंडो फ्रेमकेँ बन्न बटन रखनाइ चाही" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "गुरूत्व" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "विंडो क' विंडो गुरूत्व" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Window क' लेल अस्थायी" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "संदेश समाद क' अस्थायी जनक" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" diff --git a/po-properties/mi.po b/po-properties/mi.po index 3aeb4db3d5..23be7e4877 100644 --- a/po-properties/mi.po +++ b/po-properties/mi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2004-02-06 21:52+1300\n" "Last-Translator: John C Barstow \n" "Language-Team: Maori \n" @@ -93,12 +93,12 @@ msgstr "" msgid "The default display for GDK" msgstr "" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Mata" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -118,115 +118,115 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 #, fuzzy msgid "Logo Icon Name" msgstr "Momotuhi" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -299,7 +299,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "Momotuhi" @@ -399,7 +399,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "" @@ -1219,7 +1219,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "" @@ -1276,7 +1276,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -3032,7 +3032,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "" @@ -3098,7 +3098,7 @@ msgstr "" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4656,25 +4656,25 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Momotuhi" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Momotuhi" @@ -6324,7 +6324,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6729,220 +6729,220 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 #, fuzzy msgid "Window Type" msgstr "Matapihi" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 #, fuzzy msgid "Window Title" msgstr "Matapihi" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 #, fuzzy msgid "Window Role" msgstr "Matapihi" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 #, fuzzy msgid "Modal" msgstr "Ākuni" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "_Porowhiu" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" diff --git a/po-properties/mk.po b/po-properties/mk.po index c4c2d6bb2a..7f4f3ea7ab 100644 --- a/po-properties/mk.po +++ b/po-properties/mk.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2007-09-11 09:40+0200\n" "Last-Translator: Arangel Angov \n" "Language-Team: Macedonian \n" @@ -94,12 +94,12 @@ msgstr "Стандарден приказ" msgid "The default display for GDK" msgstr "Стандарден приказ за GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Екран" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "the GdkScreen for the renderer" @@ -119,11 +119,11 @@ msgstr "Резолуција на фонтот" msgid "The resolution for fonts on the screen" msgstr "Резолуцијата за фонтовите на екранот" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Име на програма" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -131,43 +131,43 @@ msgstr "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Верзија на програма" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Верзијата на програмата" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Стринг за copyright" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Copyright information for the program" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Comments string" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Comments about the program" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Website URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "The URL for the link to the website of the program" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Website label" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -175,45 +175,45 @@ msgstr "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Автори" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Листа на автори на програмата" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Документатори" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Листа на луѓето кои работат на документацијата" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Изведувачи" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "List of people who have contributed artwork to the program" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Арангел Ангов (ufo@linux.net.mk)" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Credits to the translators. This string should be marked as translatable" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Лого" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -221,19 +221,19 @@ msgstr "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Logo Icon Name" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "A named icon to use as the logo for the about box." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Wrap license" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Whether to wrap the license text." @@ -308,7 +308,7 @@ msgid "The GIcon being displayed" msgstr "Icon set to display" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Име на икона" @@ -416,7 +416,7 @@ msgid "Whether the action group is visible." msgstr "Дали е видлива групата за дејствување." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Вредност" @@ -1257,7 +1257,7 @@ msgstr "Follow State" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Whether the rendered pixbuf should be colorized according to the state" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Икона" @@ -1316,7 +1316,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientation and growth direction of the progress bar" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Adjustment" @@ -3124,7 +3124,7 @@ msgstr "Icon set" msgid "Icon set to display" msgstr "Icon set to display" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Icon size" @@ -3192,7 +3192,7 @@ msgstr "Show menu images" msgid "Whether images should be shown in menus" msgstr "Whether images should be shown in menus" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "The screen where this window will be displayed" @@ -4836,26 +4836,26 @@ msgstr "Value spacing" msgid "Space between value text and the slider/trough area" msgstr "Space between value text and the slider/trough area" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Вредноста на скалата" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Големина на иконата" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "GtkAdjustment што ја содржи тековната вредност на овој објект за скалирање " "на копче" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Икони" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Листа на имиња со икони" @@ -6573,7 +6573,7 @@ msgstr "" msgid "Whether to display the column" msgstr "Whether to display the column" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Со променлива големина" @@ -6991,44 +6991,44 @@ msgstr "Должина на вертикалната стрелка за скр msgid "The length of vertical scroll arrows" msgstr "Должината на вертикалните стрелки за скролање" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Тип на прозорец" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Типот на прозорецот" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Наслов на прозорец" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Насловот на прозорецот" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Виткање на прозорец" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Unique identifier for the window to be used when restoring a session" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ID за подигнување" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Уникатен означувач за прозорецот кој се користи од startup-notification" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Дозволи намалување" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7037,23 +7037,23 @@ msgstr "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Allow Grow" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "If TRUE, users can expand the window beyond its minimum size" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "If TRUE, users can resize the window" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modal" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7061,70 +7061,70 @@ msgstr "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Позиција на прозорецот" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "The initial position of the window" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Стандардна широчина" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Стандардната широчина за прозорецот, се користи при прикажување на прозорецот" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Стандардна височина" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "Стандардната височина за прозорецот, се користи при прикажување на прозорецот" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Destroy with Parent" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "If this window should be destroyed when the parent is destroyed" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Иконата за овој прозорец" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Името на иконата од темата за овој прозорец" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Е активно" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Whether the toplevel is the current active window" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Focus in Toplevel" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Whether the input focus is within this GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Type hint" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7132,83 +7132,83 @@ msgstr "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Прескокни лента со програми" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "TRUE if the window should not be in the task bar." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Прескокни пејџер" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "TRUE if the window should not be in the pager." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Итно" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE if the window should be brought to the user's attention." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Прифати фокус" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE if the window should receive the input focus." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Focus on map" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "TRUE if the window should receive the input focus when mapped." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Украсено" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Whether the window should be decorated by the window manager" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Се бриши" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Дали рамката на прозорецот да има копче за затварање" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Гравитација" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "The window gravity of the window" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Преодност за прозорец" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Преодниот прозорец-родител на дијалогот" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Провидност на прозорецот" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Провидност на прозорецот, од 0 до 1" diff --git a/po-properties/ml.po b/po-properties/ml.po index 9fbaece946..b3605b0c3c 100644 --- a/po-properties/ml.po +++ b/po-properties/ml.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: ml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-17 20:32+0530\n" "Last-Translator: \n" "Language-Team: \n" @@ -95,12 +95,12 @@ msgstr "സ്വതവേയുളള ഡിസ്പ്ലെെ" msgid "The default display for GDK" msgstr "GDK യ്‌ക്ക് വേണ്ടി സ്വതവേയുളള ഡിസ്പ്ലെെ" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "സ്ക്രീന്‍" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "ചിട്ടപ്പെടുത്തുന്നതിനുളള GdkScreen" @@ -120,11 +120,11 @@ msgstr "ലിപിയുടെ സാന്ദ്രത" msgid "The resolution for fonts on the screen" msgstr "സ്ക്രീനില്‍ ലിപികളുടെ സാന്ദ്രത" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "പ്രോഗ്രാമിന്‍റെ പേര്" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -132,43 +132,43 @@ msgstr "" "പ്രോഗ്രാമിന്‍റെ പേര്. ഇത് സെറ്റ് ചെയ്തിട്ടില്ലായെങ്കില്‍, ഡീഫോള്‍ട്ടായി g_get_application_name" "() എന്ന പേരാകും" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "പ്രോഗ്രാമിന്‍റെ വേര്‍ഷന്‍" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "പ്രോഗ്രാമിന്‍റെ വേര്‍ഷന്‍" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Copyright സ്ട്രിങ്" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "പ്രോഗ്രാമിനുളള Copyright വിവരങ്ങള്‍" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Comments സ്ട്രിങ്" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "പ്രോഗ്രാമിനെ സംബന്ധിച്ചുളള അഭിപ്രായങ്ങള്‍" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Website URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "പ്രോഗ്രാമിന്‍റെ വെബ്സൈറ്റിനുളള URL" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Website ലേബല്‍" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -176,44 +176,44 @@ msgstr "" "പ്രോഗ്രാമിന്‍റെ വെബ്സൈറ്റിനുളള ലിങ്കിന്‍റെ ലേബല്‍. ഇത് സെറ്റ് ചെയ്തിട്ടില്ലായെങ്കില്‍, അത് " "ഡീഫോള്‍ട്ടായി URL ആകുന്നതാണ്" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "രചയിതാക്കള്‍" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "പ്രോഗ്രാമിന്‍റെ രചയിതാക്കളുടെ പട്ടിക" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "എഴുത്തുകാര്‍" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "പ്രോഗ്രാമിന്‍റെ എഴുത്തുകാരുടെ പട്ടിക" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "കലാകാരന്‍മാര്‍" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "പ്രോഗ്രാമിന് കലാസംഭാവന ചെയ്ത ആളുകളുടെ പട്ടിക" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "അനി പീറ്റര്‍ " -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "തര്‍ജ്ജിമ ചെയ്യുന്നവര്‍ക്കുളള അംഗീകാരം. ഈ സ്ട്രിങ് തര്‍ജിമ ചെയ്യണം എന്നടയാളപ്പെടുത്തുക" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "ലോഗോ" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -221,19 +221,19 @@ msgstr "" "വിശദീകരണങ്ങള്‍ എഴുതുന്ന പെട്ടിയ്ക്കുളള ലോഗോ. ഇത് സെറ്റ് ചെയ്തിട്ടില്ലായെങ്കില്‍, ഡീഫോള്‍ട്ടായി " "gtk_window_get_default_icon_list() എന്നത് ആകും." -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "ലോഗോ ഐക്കണ്‍ന്‍റെ നാമം" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "വിശദീകരണങ്ങള്‍ എഴുതുന്ന പെട്ടിയ്ക്കുളള ലോഗോ ആയി ഉപയോഗിക്കുന്നതിനുളള ഐക്കണ്‍." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "ലൈസന്‍സ് ആവരണം ചെയ്യുക" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "ലൈസന്‍സ് വാചകങ്ങള്‍ ആവരണം ചെയ്യുമോ എന്ന്." @@ -306,7 +306,7 @@ msgid "The GIcon being displayed" msgstr "പ്രദര്‍ശിപ്പിക്കുന്ന GIcon" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "ഐക്കണ്‍ന്‍റെ പേര്" @@ -408,7 +408,7 @@ msgid "Whether the action group is visible." msgstr "ആക്ഷന്‍ ഗ്രൂപ്പ് പ്രവര്‍ത്തന ദൃശ്യമോ എന്ന്." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "മൂല്യം" @@ -1229,7 +1229,7 @@ msgstr "ഫോളോ അവസ്ഥ" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "അവസ്ഥ അനുസരിച്ച് ചിട്ടപ്പെടുത്തിയ pixbuf-ന് നിറം കൊടുക്കണമോ" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "പ്രതിരൂപം" @@ -1288,7 +1288,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "പ്രോഗ്രസ്സ് ബാറിന്‍റെ സംവേദനവും വളര്‍ച്ചയും" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "ക്രമീകരണം" @@ -3030,7 +3030,7 @@ msgstr "പ്രതിരൂപങ്ങളുടെ ശേഖരം" msgid "Icon set to display" msgstr "പ്രദര്‍ശിപ്പിക്കുന്നതിനുളള പ്രതിരൂപങ്ങളുടെ ശേഖരം" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "പ്രതിരൂപത്തിന്‍റെ വലിപ്പം" @@ -3095,7 +3095,7 @@ msgstr "മെനു ഇമേജുകള്‍ കാണിക്കുക" msgid "Whether images should be shown in menus" msgstr "മെനുവില്‍ ഇമേജുകള്‍ കാണിക്കണമോ എന്ന്" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "ഈ ജാലകം പ്രദര്‍ശിപ്പിക്കുന്നതിനുളള ജാലകം" @@ -4664,24 +4664,24 @@ msgstr "വിടവ് മൂല്യം" msgid "Space between value text and the slider/trough area" msgstr "മൂല്ല്യത്തിനുള്ള വാചകത്തിനും സ്ലൈഡര്‍/ട്രഫിനും ഇടയ്ക്കുള്ള സ്ഥലം" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "സ്കെയിലിന്റെ മൂല്ല്യം" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "ഐക്കണിന്റെ വലിപ്പം" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "ഈ സ്കെയില്‍ ബട്ടണ്‍ വസ്തുവിന്റെ മൂല്ല്യം അടങ്ങുന്ന GtkAdjustment" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "പ്രതിരൂപങ്ങള്‍" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "പ്രതിരൂപങ്ങളുടെ പേരിന്റെ പട്ടിക" @@ -6345,7 +6345,7 @@ msgstr "ട്രീ വ്യൂ വരകള്‍ വരയ്ക്കുന msgid "Whether to display the column" msgstr "നിര പ്രദ‌ര്ശിപ്പിക്കണമോ" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "വലിപ്പം മാറ്റാവുന്ന" @@ -6756,43 +6756,43 @@ msgstr "തോത്" msgid "The length of vertical scroll arrows" msgstr "മുകളിലേക്കും താഴേക്കും ഉള്ള സ്ക്രോള്‍ ആരോകളുടെ നീളം" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "ജാലക തരം‌" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "ജാലകത്തിന്റെ തരം" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "ജാലക തലക്കുറി" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "ജാലകത്തിന്റെ തലക്കുറി" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "ജാലകത്തിന്റെ ആവശ്യം" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "ഒരു സെഷന്‍ വീണ്ടെടുക്കുന്നതിനായി ഉപയോഗിക്കുന്ന ജാലകത്തിനുള്ള ഐഡന്റിഫയറ്‍" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "സ്റ്റാറ്‍ട്ടപ്പ് ID" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "തുടക്കം അറിയിക്കുന്നതിനായി ഉപയോഗിക്കുന്ന ജാലകത്തിനുള്ള സ്റ്റാറ്‍ട്ടപ്പ് ഐഡന്റിഫയറ്‍" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "ചുരുങ്ങല്‌ അനുവദിക്കുക" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6801,91 +6801,91 @@ msgstr "" "TRUE എങ്കില്‍, ജാലകത്തിന്റെ വ്യാപ്തി ഏറ്റവും കുറവായിരിക്കില്ല. ഇത് TRUE ആയി സജ്ജീകരിക്കുന്നത് " "99% ശരിയായ നടപടിയല്ല." -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "വളരാന്‌ അനുവദിക്കുക" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "TRUE എങ്കില്‍, ജാലകത്തിന് ഇതിന്റെ ഏറ്റവും കുറഞ്ഞ വ്യാപ്തിയേക്കാള്‍ കുറഞ്ഞത് ഉപയോഗിക്കാം" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "TRUE എങ്കില്‍, ഉപയോക്താക്കള്‍ക്ക് ജാലകത്തിന്റെ വ്യാപ്തി മാറ്റുവാന്‍ സാധ്യമാകുന്നു" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "മാതൃക" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" "TRUE എങ്കില്‍, ജാലകം മോഡാല്‍ ആണ് (ഈ ജാലകം ഉപയോഗിക്കുമ്പോള്‍ മറ്റൊന്നും ഉപയോഗിക്കുവാന്‍ പാടില്ല)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "ജാലകത്തിന്റെ സ്ഥാനം" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "ജാലകത്തിന്റെ പ്രാരംഭസ്ഥാനം" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "സ്വതേയുള്ള വീതി" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "ജാലകത്തിന്റെ സ്വതവേയുള്ള വീതി, ജാലകം ആദ്യം കാണിക്കുമ്പോള്‍ ഉപയോഗിക്കുന്നു" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "സ്വതേയുള്ള ഉയരം" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "ജാലകത്തിന്റെ സ്വതവേയുള്ള ഉയരം, ജാലകം ആദ്യം കാണിക്കുമ്പോള്‍ ഉപയോഗിക്കുന്നു" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "സെ‍ര്‍വ‍റില് റെജിസ്റ്റ‍ര് ചെയ്യ‍ുക" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "പേരന്റിനെ ഇല്ലാതാക്കുമ്പോള്‍ ഈ ജാലകവും ഇല്ലാതാക്കണമോ എന്ന്" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "ഈ ജാലകത്തിനുളള പ്രതിരൂപം" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "ഈ ജാലകത്തിന് പ്രമേയം അനുസരിച്ചുള്ള പ്രതിരൂപത്തിന്രെ പേര്" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "സജീവമാണ്" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "സജീവ കാഴ്ചയുടെ നിലവാരം നിശ്ചയിക്കുക" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "മുകളിലേക്ക് കേന്ദ്രീകരിക്കൂ" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "ഇന്‍പുട്ട് ചെയ്യേണ്ടത് GtkWindow-യില്‍ ആണോ എന്ന്" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "സൂചനാതരം" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -6893,83 +6893,83 @@ msgstr "" "ഏത് തരത്തിലുള്ള ജാലകം ആണ് എന്നും അത് എങ്ങനെ കൈകാര്യം ചെയ്യണമെന്നും മനസ്സിലാക്കുന്നതിനാവശ്യമുള്ള " "സൂചന ഡസ്ക്ടോപ്പിന് നല്‍കുക" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "ടാസ്ക് ബാര്‍ അവഗണിക്കുക" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "ജാലകം ടാസ്ക് ബാറില്‍ ഉണ്ടാവാന്‍ പാടില്ല എങ്കില്‍ TRUE." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "പേജര്‍ അവഗണിക്കുക" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "ജാലകം പേജറില്‍ ഉണ്ടാവാന്‍ പാടില്ല എങ്കില്‍ TRUE." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "അത്യാവശ്യമായ" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "ജാലകം ഉപയോക്താവിന്റെ ശ്രദ്ധയില്‍പെടുത്തണമെങ്കില്‍ TRUE." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "ശ്റദ്ധാകേന്ദ്രം ആകുക" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "ശ്റദ്ധാകേന്ദ്രം ജാലകത്തിന് ലഭ്യമാകണമെങ്കില്‍ TRUE." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "മാപ്പില്‍ ശ്രദ്ധ കേന്ദ്രരിക്കുക" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "മാപ്പ് ചെയ്യുമ്പോള്‍ ഇന്‍പുട്ടിനുള്ള ശ്റദ്ധാകേന്ദ്രം ജാലകത്തിന് ലഭ്യമാകണമെങ്കില്‍ TRUE" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "അലങ്കരിച്ചിരിക്കുന്നു" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "ജാലകത്തിന്‍റെ നിരീക്ഷകന്‍ ജാലകം അലങ്കരിക്കണമോ എന്ന്" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "മായിക്കുവാന്‍ സാധ്യമാകുന്ന" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "ജാലകത്തിന്‍റെ ഫ്രെയിമിന് അടയ്ക്കുന്ന ബട്ടണ്‍ ഉണ്ടാകുവാന്‍ സാധ്യമോ എന്ന്" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "ഗ്രാവിറ്റി" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "ജാലകത്തിന്റെ ഗ്രാവിറ്റി" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "ജാലകത്തിനുളള താല്‍കാലിക നിയന്ത്രണ സംവിധാനം" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "ഡയലോഗ് ബോക്സിനുളള താല്‍കാലിക നിയന്ത്രണ സംവിധാനം" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "ജാലകത്തിനുള്ള അതാര്യത (ഒപേസിറ്റി)" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "ജാലകത്തിന്റെ അതാര്യത (ഒപേസിറ്റി), 0 മുതല്‍ 1 വരെ" diff --git a/po-properties/mn.po b/po-properties/mn.po index 3824ae65a5..9493195b2d 100644 --- a/po-properties/mn.po +++ b/po-properties/mn.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2004-03-09 12:13+0100\n" "Last-Translator: Sanlig Badral \n" "Language-Team: Mongolian \n" @@ -106,12 +106,12 @@ msgid "The default display for GDK" msgstr "GDK дэд системийн анхдагч дисплей" # gtk/gtkinputdialog.c:246 -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Дэлгэц" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 #, fuzzy msgid "the GdkScreen for the renderer" msgstr "Модоор харуулах загвар" @@ -141,126 +141,126 @@ msgid "The resolution for fonts on the screen" msgstr "Дэлгэцэнд хэрхэн шинэчлэгдэх дараалал" # gtk/gtktexttag.c:199 -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 #, fuzzy msgid "Program name" msgstr "Тагийн нэр" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" # gtk/gtktoolbar.c:225 -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 #, fuzzy msgid "The version of the program" msgstr "Хэрэгслийн мөрийн байршил" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" # gtk/gtktable.c:183 -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 #, fuzzy msgid "Comments string" msgstr "Баганы хэмжээ" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 #, fuzzy msgid "Website label" msgstr "Бичээст хэрэглэх хэмжээ" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" # gtk/gtktoolbar.c:225 -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 #, fuzzy msgid "List of authors of the program" msgstr "Хэрэгслийн мөрийн байршил" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" # gtk/gtksettings.c:215 -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 #, fuzzy msgid "Logo Icon Name" msgstr "Бичгийн нэр" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 #, fuzzy msgid "Wrap license" msgstr "Зөөвөрлөх тогтолцооны байдал" # gtk/gtkcellrenderertext.c:343 gtk/gtktexttag.c:468 -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 #, fuzzy msgid "Whether to wrap the license text." msgstr "Текст дотор хаях эсэх" @@ -341,7 +341,7 @@ msgstr "Дүрслэлийн сан зурагдаж байна." # gtk/gtksettings.c:215 #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "Бичгийн нэр" @@ -455,7 +455,7 @@ msgstr "Үйлдлийн бүлэг харагдахуйц эсэх." # gtk/gtkspinbutton.c:298 #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Утга" @@ -1426,7 +1426,7 @@ msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Хүрээ харагдах эсэх" # gtk/gtkwindow.c:494 -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Тэмдэг" @@ -1497,7 +1497,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Процессийн индикаторын өсөх чиглэл" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Тохируулах" @@ -3585,7 +3585,7 @@ msgid "Icon set to display" msgstr "Дүрслэлийн сан зурагдаж байна." # gtk/gtkimage.c:186 -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Дүрслэлийн хэмжээ" @@ -3662,7 +3662,7 @@ msgstr "Цэсний зургуудыг харуулах" msgid "Whether images should be shown in menus" msgstr "Зургууд товчинд харуулах эсэх" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Уг цонх дүрслэгдэх дэлгэц." @@ -5484,31 +5484,31 @@ msgid "Space between value text and the slider/trough area" msgstr "Текст утга ба гүйх муж хоорондын зай" # gtk/gtkwidget.c:391 -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Зэрэгцүүлэлтийн утга" # gtk/gtktoolbar.c:291 -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Хэрэгсэл мөрийн тэмдэгтийн хэмжээ." -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment нь энэ дараалал обьектийн утгыг агуулна." # gtk/gtkwindow.c:494 -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Тэмдэг" # gtk/gtksettings.c:215 -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Бичгийн нэр" @@ -7445,7 +7445,7 @@ msgid "Whether to display the column" msgstr "Баганыг үзүүл." # gtk/gtktreeviewcolumn.c:182 gtk/gtkwindow.c:441 -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Дахин хэмжээ тогтоогдохуйц" @@ -7913,49 +7913,49 @@ msgid "The length of vertical scroll arrows" msgstr "Босоо гүйх зурвас дүрслэгдэх үед" # gtk/gtkwindow.c:406 -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Цонхны төрөл" # gtk/gtkwindow.c:407 -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Цонхны төрөл" # gtk/gtkwindow.c:416 -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Цонхны гарчиг" # gtk/gtkwindow.c:417 -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Цонхны гарчиг" # gtk/gtkwindow.c:416 -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Цонхны үүрэг" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Суулт сэргээхэд хэрэглэгдэх цонхны цор ганц таних тэмдэг" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Бүлэг" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 #, fuzzy msgid "Unique startup identifier for the window used by startup-notification" msgstr "Суулт сэргээхэд хэрэглэгдэх цонхны цор ганц таних тэмдэг" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Хуйлаас зөвшөөрөх" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7965,25 +7965,25 @@ msgstr "" "ҮНЭН болгох нь бүх тохиолдлын 99% -д тиймч сайхан санаа биш дээ." # gtk/gtkwindow.c:433 -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Өсгөлтийг зөвшөөрөх" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "Хэрэв минимум байдалтай байгаа цаадах цонхыг нээж чадаж байвал үнэн. " # gtk/gtkwindow.c:442 -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Хэрэв хэрэглэгчид цонхны хэмжээг өөрчилж чадаж байвал үнэн." # gtk/gtkwindow.c:449 -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Модал" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7991,171 +7991,171 @@ msgstr "" "Хэрэв цонх нь modal (хамгийн наад цонхноос бусад нь идэвхгүй байдаг) бол үнэн" # gtk/gtkwindow.c:457 -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Цонхны байрлал" # gtk/gtkwindow.c:458 -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Цонхны эхний байрлал" # gtk/gtkwindow.c:466 -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Стандарт өргөн" # gtk/gtkwindow.c:467 -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Стандарт өргөнтэй цонхыг эхэлж үзүүлдэг." # gtk/gtkwindow.c:476 -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Стандалрт өндөр" # gtk/gtkwindow.c:477 -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Стандарт өндөртэй цонхыг эхэлж үзүүлдэг." # gtk/gtkwindow.c:486 -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Сурвалжтай нь хамт устга." # gtk/gtkwindow.c:487 -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Сурвалж нь устах үед цонх устдаг." # gtk/gtkwindow.c:495 -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Энэ цонхны тэмдэг" # gtk/gtkwindow.c:495 -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 #, fuzzy msgid "Name of the themed icon for this window" msgstr "Энэ цонхны тэмдэг" # gtk/gtkcheckmenuitem.c:115 gtk/gtktogglebutton.c:130 -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Идэвхтэй" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Оргил үе нь идэвхтэй цонхны явц эсэх" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Оргил үе дэх фокус" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Төв оролт GtkWindow-тай байдаг эсэх" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Сануулга бичих" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "Дэлгэцэнд байрлах цонхнуудыг хэрхэн үзэх сануулга" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Ажлын мөрийг алгасах" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Хэрэв цэсийн мөрөнд цонх байхгүй бол " -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "pager-ийг алгасах" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "Хэрвээ цонх ажлын-талбар солигчид харъяалагдахгүй бол ҮНЭН." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 #, fuzzy msgid "TRUE if the window should be brought to the user's attention." msgstr "Хэрвээ цонх ажлын-талбар солигчид харъяалагдахгүй бол ҮНЭН." # gtk/gtkwidget.c:451 -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Төвөөр авах" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "Хэрвээ цонх оруулах фокус авах бол ҮНЭН." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 #, fuzzy msgid "Focus on map" msgstr "Товшиход хараалах" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 #, fuzzy msgid "TRUE if the window should receive the input focus when mapped." msgstr "Хэрвээ цонх оруулах фокус авах бол ҮНЭН." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Чимэглэсэн" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Хэрвээ цонх цонхны менежерээр чимэглэгдсэн бол ҮНЭН." # gtk/gtklabel.c:333 -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "Сонгогдох" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 #, fuzzy msgid "Whether the window frame should have a close button" msgstr "Хэрвээ цонх цонхны менежерээр чимэглэгдсэн бол ҮНЭН." -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Хүнд" # gtk/gtkwindow.c:407 -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Цонхны цонхны хүнд" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Мэдээний цонх дээрх товчлуурууд" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" # gtk/gtkwindow.c:407 -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Цонхны төрөл" diff --git a/po-properties/mr.po b/po-properties/mr.po index cbf399833a..f6190a3776 100644 --- a/po-properties/mr.po +++ b/po-properties/mr.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD.mr\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+&component=general\n" -"POT-Creation-Date: 2009-03-02 20:42+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-15 15:48+0530\n" "Last-Translator: Sandeep Shedmake \n" "Language-Team: marathi\n" @@ -17,110 +17,109 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" -#: ../gdk-pixbuf/gdk-pixbuf.c:89 +#: gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "मार्गांची संख्या" -#: ../gdk-pixbuf/gdk-pixbuf.c:90 +#: gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "दर पिक्सेल करीता एकूण सॅम्पल" -#: ../gdk-pixbuf/gdk-pixbuf.c:99 +#: gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "रंगक्षेत्र" -#: ../gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "सॅम्पल विश्लेषीत केले जाते ते रंगक्षेत्र" -#: ../gdk-pixbuf/gdk-pixbuf.c:108 +#: gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "Alpha समाविष्टीत" -#: ../gdk-pixbuf/gdk-pixbuf.c:109 +#: gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "alpha मार्गकडे pixbuf समाविष्टीत आहे का" -#: ../gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "बिट्स दर सॅम्पल" -#: ../gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "दर सॅम्पल करीता एकूण सॅम्पल" -#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 -#: ../gtk/gtktreeviewcolumn.c:207 +#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "रुंदी" -#: ../gdk-pixbuf/gdk-pixbuf.c:133 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "pixbuf मधील स्तंभ संख्या" -#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 +#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 msgid "Height" msgstr "ऊंची" -#: ../gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "pixbuf मधील ओळींची संख्या" -#: ../gdk-pixbuf/gdk-pixbuf.c:159 +#: gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "ओळींची श्रृंखला" -#: ../gdk-pixbuf/gdk-pixbuf.c:160 -msgid "The number of bytes between the start of a row and the start of the next row" +#: gdk-pixbuf/gdk-pixbuf.c:160 +msgid "" +"The number of bytes between the start of a row and the start of the next row" msgstr "ओळीच्या सुरूवातीस व पुढल्या ओळीच्या सुरूवातीचे एकूण बाईट्सचे क्रमांक" -#: ../gdk-pixbuf/gdk-pixbuf.c:169 +#: gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "पिक्सेल" -#: ../gdk-pixbuf/gdk-pixbuf.c:170 +#: gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "pixbuf च्या पिक्सेल माहिती करीता पॉईंटर" -#: ../gdk/gdkdisplaymanager.c:103 +#: gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "सर्वसाधारण मोकळी जागा " -#: ../gdk/gdkdisplaymanager.c:104 +#: gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "GDKसाठी साधारण प्रदर्शक" -#: ../gdk/gdkpango.c:490 ../gtk/gtkinvisible.c:86 -#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "पडदा" -#: ../gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "ट्रीमॉडेलचे (बहुस्तरीय) स्वरुप" -#: ../gdk/gdkscreen.c:75 +#: gdk/gdkscreen.c:75 msgid "Font options" msgstr "फोन्ट(अक्षर रचना)" -#: ../gdk/gdkscreen.c:76 +#: gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "वापर होणाऱ्या सर्वसाधारण फॉन्टचे नाव" -#: ../gdk/gdkscreen.c:83 +#: gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "फोन्ट(अक्षर रचना)" -#: ../gdk/gdkscreen.c:84 +#: gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "पडद्यावरील क्षेत्राचे समशोधन कसे करावे" -#: ../gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "टॅगचे नाव" -#: ../gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -128,43 +127,43 @@ msgstr "" "कार्यक्रमाचे नाव. खरे नसल्यास, ते g_get_application_name() करीता मुलभूत म्हणून स्थापीत " "केले पाहिजे" -#: ../gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "कार्यक्रमाची आवृत्ती" -#: ../gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "कार्यक्रमाची आवृत्ती" -#: ../gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "हक्काधिकार अक्षरमाळा" -#: ../gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "कार्यक्रमाच्या मालकीहक्कावीषयी माहिती" -#: ../gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "प्रतिक्रिया अक्षरमाळा" -#: ../gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "कार्यक्रमावीषयी प्रतिक्रीया" -#: ../gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "संकेतस्थळ URL" -#: ../gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "कार्यक्रमाच्या संकेतस्थळावरील लिंक करीता URL" -#: ../gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "संकेतस्थळाचे नाव" -#: ../gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -172,45 +171,47 @@ msgstr "" "कार्यक्रमाच्या संकेतस्थलळावरील लिंक करीता लेबल. असे निश्चित नसल्यास, ते URL करीता मुलभूत " "म्हणून निर्धारीत केले जाते" -#: ../gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "लेखक" -#: ../gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "कार्यक्रमातील लेखकाची यादी" -#: ../gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "दस्तावेजकार" -#: ../gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "कार्यक्रमाचे दस्तावेज कर्त्यांची यादी" -#: ../gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "कलाकार" -#: ../gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "कार्यक्रमाच्या आर्टवर्कसाठी सहाय्य देणाऱ्या व्यक्तीचे यादीतील नावे" -#: ../gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" "Swapnil Hajare , 2003; Pradeep Deshpande " -", 2004; संदिप शेडमाके , 2008, 2009." +", 2004; संदिप शेडमाके , 2008, " +"2009." -#: ../gtk/gtkaboutdialog.c:370 -msgid "Credits to the translators. This string should be marked as translatable" +#: gtk/gtkaboutdialog.c:354 +msgid "" +"Credits to the translators. This string should be marked as translatable" msgstr "भाषांतराचे श्रेय.ही वाक्यरचना भाषांतरासाठी योग्य मानले जावे" -#: ../gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "चिन्ह" -#: ../gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -218,136 +219,136 @@ msgstr "" "याविषयी चौकोन करीता चिन्ह. हे निश्चित केल्यास, ते gtk_window_get_default_icon_list" "() करीता मुलभूत निश्चित केले जाते" -#: ../gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "चिन्ह चिन्ह नाव" -#: ../gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "याविषयी चौकोन करीता नामांकीत चिन्ह जे बोधचिन्ह म्हणून वापरले जाईल." -#: ../gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "कवर करा" -#: ../gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "परवाना पाठ्य गुंडाळायचे का." -#: ../gtk/gtkaccellabel.c:123 +#: gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "वेगनियंत्रक बटण" -#: ../gtk/gtkaccellabel.c:124 +#: gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "वेगक्रमात बदल करताना वेगनियंत्रक बटणावर लक्ष ठेवा" -#: ../gtk/gtkaccellabel.c:130 +#: gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "वेगनियंत्रक बटण असणारी चौकट(विंडो)" -#: ../gtk/gtkaccellabel.c:131 +#: gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "वेगक्रमात बदल करताना चौकटीवर (विंडो) लक्ष ठेवा" -#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 -#: ../gtk/gtktextmark.c:89 +#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 +#: gtk/gtktextmark.c:89 msgid "Name" msgstr "नाव" -#: ../gtk/gtkaction.c:180 +#: gtk/gtkaction.c:180 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/gtktoolbutton.c:202 +#: 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/gtktoolbutton.c:202 msgid "Label" msgstr "लेबल" -#: ../gtk/gtkaction.c:199 +#: gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "ही कृती करणाऱ्या मेनूविषय व बटणांसाठी वापरले जाणारे लेबल." -#: ../gtk/gtkaction.c:215 +#: gtk/gtkaction.c:215 msgid "Short label" msgstr "लहानसे लेबल" -#: ../gtk/gtkaction.c:216 +#: gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "टूलबार बटणकरीता वापरले जाणारे लहानसे लेबल." -#: ../gtk/gtkaction.c:224 +#: gtk/gtkaction.c:224 msgid "Tooltip" msgstr "साधनटिप" -#: ../gtk/gtkaction.c:225 +#: gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "या कृतीसाठी साधनटिप." -#: ../gtk/gtkaction.c:240 +#: gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "चिन्ह" -#: ../gtk/gtkaction.c:241 +#: gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "ही कृती दर्शविण्याकरीता नियंत्रीत घटकासाठीचे स्टॉक चिन्ह." -#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 +#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "GIcon" -#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 -#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 +#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 +#: gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "दर्शविले गेलेले GIcon" -#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 -#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:605 +#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "चिन्ह नाव" -#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 -#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 +#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 +#: gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "चिन्ह सुत्रयोजापासूनचे चिन्हाचे नाव" -#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 +#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "दर्शनीय" -#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 +#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." msgstr "सुस्पष्ट चित्र." -#: ../gtk/gtkaction.c:306 +#: gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "दर्शनीय" -#: ../gtk/gtkaction.c:307 +#: gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." -msgstr "खरे असल्यास, या कृतीसाठीचे साधनघटक प्रॉक्सी साधनपट्टी अगाऊ मेन्यु मध्ये दर्शविलेले जाते." +msgstr "" +"खरे असल्यास, या कृतीसाठीचे साधनघटक प्रॉक्सी साधनपट्टी अगाऊ मेन्यु मध्ये दर्शविलेले जाते." -#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 +#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "दर्शनीय" -#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 +#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." msgstr "सुस्पष्ट चित्र." -#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 +#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 msgid "Is important" msgstr "महत्वाचे आहे" -#: ../gtk/gtkaction.c:323 +#: gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." @@ -355,38 +356,37 @@ msgstr "" "साधनपट्टीतील घटक महत्वाचे ठरले जाते का. खरे असल्यास, साधनघटक प्रॉक्सी करीता " "GTK_TOOLBAR_BOTH_HORIZ पध्दती मध्ये पाठ्य दर्शविते." -#: ../gtk/gtkaction.c:331 +#: gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "रिकामे असेल तर लपवा" -#: ../gtk/gtkaction.c:332 +#: gtk/gtkaction.c:332 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/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193 +#: gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "संवेदनशील" -#: ../gtk/gtkaction.c:339 +#: gtk/gtkaction.c:339 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/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293 +#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516 msgid "Visible" msgstr "दर्शनीय" -#: ../gtk/gtkaction.c:346 +#: gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "सुस्पष्ट चित्र." -#: ../gtk/gtkaction.c:352 +#: gtk/gtkaction.c:352 msgid "Action Group" msgstr "कृती गट" -#: ../gtk/gtkaction.c:353 +#: gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." @@ -394,92 +394,92 @@ msgstr "" "GtkActionGroup ज्याच्याशी GtkAction निगडीत आहे, किंवा काहीच नाही (आंतरीक वापर " "करीता)." -#: ../gtk/gtkactiongroup.c:171 +#: gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "या कृती गट करीता एक नाव." -#: ../gtk/gtkactiongroup.c:178 +#: gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "कृती गट कार्यान्वीत आहे का." -#: ../gtk/gtkactiongroup.c:185 +#: gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "सुस्पष्ट चित्र." -#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:204 ../gtk/gtkspinbutton.c:269 +#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "मूल्य" -#: ../gtk/gtkadjustment.c:94 +#: gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "वापरण्याकरीताचे मुल्य" -#: ../gtk/gtkadjustment.c:110 +#: gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "मूल्य" -#: ../gtk/gtkadjustment.c:111 +#: gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "वापरण्याकरीताचे किमान मुल्य" -#: ../gtk/gtkadjustment.c:130 +#: gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "मूल्य" -#: ../gtk/gtkadjustment.c:131 +#: gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "वापरण्याकरीताचे कमाल मुल्य" -#: ../gtk/gtkadjustment.c:147 +#: gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "टप्पा वाढ" -#: ../gtk/gtkadjustment.c:148 +#: gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "वापरण्याकरीताचे टप्पा वाढ" -#: ../gtk/gtkadjustment.c:164 +#: gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "पान" -#: ../gtk/gtkadjustment.c:165 +#: gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "वापरण्याकरीताचे पृष्ठाचे वाढ" -#: ../gtk/gtkadjustment.c:184 +#: gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "पान आकार" -#: ../gtk/gtkadjustment.c:185 +#: gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "वापरण्याकरीताचे पृष्ठाचे आकार" -#: ../gtk/gtkalignment.c:90 +#: gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "ओळींची आडवी रचना" -#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 +#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" msgstr "उपलब्ध जागेमधील वापरण्यायोग्य रचना.0.0 डावीकडे, 1.0 उजवीकडे घेता येते" -#: ../gtk/gtkalignment.c:100 +#: gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "ओळींची उभी रचना" -#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 +#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" msgstr "उपलब्ध जागेमधील वापरण्यायोग्य रचना.0.0 वर, 1.0खाली घेता येते" -#: ../gtk/gtkalignment.c:109 +#: gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "आडव्या रेषेचे प्रमाण" -#: ../gtk/gtkalignment.c:110 +#: gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" @@ -487,11 +487,11 @@ msgstr "" "उपलब्ध जागा मोठी असेल तर त्या जागेपैकी किती जागा उपचौकटबनविण्यास लागेल ते ठरवा. 0.0 " "शून्य, 1.0 सर्व" -#: ../gtk/gtkalignment.c:118 +#: gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "ओळींची उभी रचना " -#: ../gtk/gtkalignment.c:119 +#: gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" @@ -499,380 +499,386 @@ msgstr "" "उपलब्ध जागा मोठी असेल तर त्या जागेपैकी किती जागा उपचौकटबनविण्यास लागेल ते ठरवा. 0.0 " "शून्य, 1.0 सर्व" -#: ../gtk/gtkalignment.c:136 +#: gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "वरील मोकळी जागा" -#: ../gtk/gtkalignment.c:137 +#: gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "नियंत्रण कार्यक्रमाच्या शिर्षास अंतर्भूत करण्याजोगी मोकळी जागा." -#: ../gtk/gtkalignment.c:153 +#: gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "तळातील मोकळी जागा" -#: ../gtk/gtkalignment.c:154 +#: gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "खालिल बाजूस जोडण्यकरीताचे मोकळी जागा." -#: ../gtk/gtkalignment.c:170 +#: gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "डावीकडील मोकळी जागा" -#: ../gtk/gtkalignment.c:171 +#: gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "नियंत्रण कार्यक्रमतील डावी बाजू जोडण्याकरीताचे मोकळी जागा." -#: ../gtk/gtkalignment.c:187 +#: gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "उजवीकडील मोकळी जागा" -#: ../gtk/gtkalignment.c:188 +#: gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "नियंत्रण कार्यक्रमतील उजवी बाजू जोडण्यासाठी लागणारी मोकळी जागा." -#: ../gtk/gtkarrow.c:75 +#: gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "बाणाची दिशा" -#: ../gtk/gtkarrow.c:76 +#: gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "बाणाची दिशा" -#: ../gtk/gtkarrow.c:84 +#: gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "बाणाची छाया" -#: ../gtk/gtkarrow.c:85 +#: gtk/gtkarrow.c:85 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:363 msgid "Arrow Scaling" msgstr "बाणाचे प्रमाणन" -#: ../gtk/gtkarrow.c:93 +#: gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "बाणा द्वारे व्यापलेली जागा" -#: ../gtk/gtkaspectframe.c:79 +#: gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "आडवी रचना" -#: ../gtk/gtkaspectframe.c:80 +#: gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "उपघटकाचे X स्थान" -#: ../gtk/gtkaspectframe.c:86 +#: gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "उभी रचना" -#: ../gtk/gtkaspectframe.c:87 +#: gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "उपघटकाचे Y स्थान" -#: ../gtk/gtkaspectframe.c:93 +#: gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "गुणोत्तर" -#: ../gtk/gtkaspectframe.c:94 +#: gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "ओबे चाइल्ड FALSE असल्यावरचे एस्पेक्ट गुणोत्तर (_c)" -#: ../gtk/gtkaspectframe.c:100 +#: gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "ओबे चाइल्ड" -#: ../gtk/gtkaspectframe.c:101 +#: gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "उपरचनेच्या चौकटीचे गुणोत्तर जुळवा" -#: ../gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "शिर्षकामधिळ मोकळी जागा" -#: ../gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "शिर्षका भोवतालचे पिक्सेलची एकूण संख्या." -#: ../gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "अनुक्रमातील मोकळी जागा" -#: ../gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "पाठ्य पानाच्या भोवतालचे एकूण पिक्सेलची संख्या." -#: ../gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:286 msgid "Page type" msgstr "पान" -#: ../gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "सहाय्यक पानाचे प्रकार" -#: ../gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:304 msgid "Page title" msgstr "पान" -#: ../gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "सहाय्यक पानाचे शिर्षक" -#: ../gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:321 msgid "Header image" msgstr "शिर्षक प्रतिमा" -#: ../gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "सहाय्यक पानाकरीताचे शिर्षक प्रतिमा" -#: ../gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "बाजूच्यापट्टीची प्रतिमा" -#: ../gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "सहाय्यक पानाकरीताचे बाजूच्यापट्टीची प्रतिमा" -#: ../gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:354 msgid "Page complete" msgstr "पान" -#: ../gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "सर्व पानावरील आवश्यक गुणविशेष भरून काडले आहेत" -#: ../gtk/gtkbbox.c:91 +#: gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "उपरचनेची किमान रुंदी" -#: ../gtk/gtkbbox.c:92 +#: gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "बॉक्स मधील बटनाची किमान रुंदी " -#: ../gtk/gtkbbox.c:100 +#: gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "उपरचनेची किमान उंची" -#: ../gtk/gtkbbox.c:101 +#: gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "बॉक्स मधील बटनाची किमान ऊंची" -#: ../gtk/gtkbbox.c:109 +#: gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "उपरचनेतील रुंदीमधील पोकळी भरण्यासाठी असणारी अतीरिक्त माहिती" -#: ../gtk/gtkbbox.c:110 +#: gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "उपरचनेच्या दोन्ही बाजु किती वाढवायच्या ते ठरवा" -#: ../gtk/gtkbbox.c:118 +#: gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "उपरचनेतील उंचीमधील पोकळी भरण्यासाठी असणारी अतीरिक्त माहीती" -#: ../gtk/gtkbbox.c:119 +#: gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "उपरचनेतील वरील आणि खालील पोकळी भरण्यासाठी असणारी अतीरिक्त माहीती" -#: ../gtk/gtkbbox.c:127 +#: gtk/gtkbbox.c:127 msgid "Layout style" msgstr "बाह्य शैली " -#: ../gtk/gtkbbox.c:128 +#: gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" -msgstr "बॉक्स मधील बटणाची रचना. उपलब्ध मूल्यें - सर्वसाधारण, पसरलेला,कडा, प्रारंभ आणि शेवट" +msgstr "" +"बॉक्स मधील बटणाची रचना. उपलब्ध मूल्यें - सर्वसाधारण, पसरलेला,कडा, प्रारंभ आणि शेवट" -#: ../gtk/gtkbbox.c:136 +#: gtk/gtkbbox.c:136 msgid "Secondary" msgstr "द्वितीय" -#: ../gtk/gtkbbox.c:137 +#: gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" -msgstr "जर मुल्य TRUE(खरे), असेल तर ही उप चौकट दुय्यम गटात मानली जाईल,उदा. 'मदतकरा' ही बटणे" +msgstr "" +"जर मुल्य TRUE(खरे), असेल तर ही उप चौकट दुय्यम गटात मानली जाईल,उदा. 'मदतकरा' ही बटणे" -#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 -#: ../gtk/gtktreeviewcolumn.c:216 +#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 +#: gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "मोकळी जागा ठेवा" -#: ../gtk/gtkbox.c:131 +#: gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "उपरचनेमधील मोकळ्या जागेचे प्रमाण" -#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 -#: ../gtk/gtktoolbar.c:573 +#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 +#: gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "एकसारखे" -#: ../gtk/gtkbox.c:141 +#: gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "सर्व उपरचना एकाच आकाराचे असायला हवे का" -#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 -#: ../gtk/gtktreeviewcolumn.c:272 +#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 +#: gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "विस्तार करा" -#: ../gtk/gtkbox.c:149 +#: gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "मुख्य वाढत असल्यावर उप घटकात अगाऊ जागा प्राप्त व्हायला हवी का" -#: ../gtk/gtkbox.c:155 +#: gtk/gtkbox.c:155 msgid "Fill" msgstr "भरा" -#: ../gtk/gtkbox.c:156 +#: gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" msgstr "उप घटक करीता निर्धारीत अगाऊ जागा घटका करीता निश्चित करायला हवे का" -#: ../gtk/gtkbox.c:162 +#: gtk/gtkbox.c:162 msgid "Padding" msgstr "मोकळी जागा" -#: ../gtk/gtkbox.c:163 +#: gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "उपघटक व त्याच्या शेजारी अंतर्गत वाढीव मोकळी जागा, पिक्सेल मध्ये द्या" -#: ../gtk/gtkbox.c:169 +#: gtk/gtkbox.c:169 msgid "Pack type" msgstr "संकुल प्रकार" -#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 +#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" -msgstr "GtkPackType उप घटक जे मुख्यच्या सुरवात किंवा शेवटशी संदर्भात आहे की नाही ते सूचवितो" +msgstr "" +"GtkPackType उप घटक जे मुख्यच्या सुरवात किंवा शेवटशी संदर्भात आहे की नाही ते सूचवितो" -#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 -#: ../gtk/gtkruler.c:148 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 +#: gtk/gtkruler.c:148 msgid "Position" msgstr "स्थिति" -#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 +#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "मुख्य मधिल उपघटकाची अनुक्रमणिका" -#: ../gtk/gtkbuilder.c:96 +#: gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "भाषांतरण क्षेत्र" -#: ../gtk/gtkbuilder.c:97 +#: gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "gettext द्वारे वापरले गेलेले भाषांतरण क्षेत्र" -#: ../gtk/gtkbutton.c:220 +#: gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" msgstr "जर बटणांमधे लेबल widget असेल तर, बटणांमधील लेबल विजेटची वाक्यरचना" -#: ../gtk/gtkbutton.c:227 ../gtk/gtkexpander.c:203 ../gtk/gtklabel.c:388 -#: ../gtk/gtkmenuitem.c:315 ../gtk/gtktoolbutton.c:209 +#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 +#: gtk/gtkmenuitem.c:315 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/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389 +#: gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" msgstr "शब्द जर, अधोरेखीत असेल तर त्याचा अर्थ त्यापुढील अक्षर हे लघुरूप म्हणून वापरले जाईल" -#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 +#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "साठ्याचा उपयोग करा " -#: ../gtk/gtkbutton.c:236 -msgid "If set, the label is used to pick a stock item instead of being displayed" -msgstr "उपलब्ध चिन्हकांच्या साठयातून हवे असणारे एखादे चिन्हक प्रत्यक्ष समोर न आणताही घेता येईल" +#: gtk/gtkbutton.c:236 +msgid "" +"If set, the label is used to pick a stock item instead of being displayed" +msgstr "" +"उपलब्ध चिन्हकांच्या साठयातून हवे असणारे एखादे चिन्हक प्रत्यक्ष समोर न आणताही घेता येईल" -#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 -#: ../gtk/gtkfilechooserbutton.c:393 +#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "क्लिकवर लक्ष केंद्रीत करा" -#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 +#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "माउसची क्लिक दिल्यावर बटन लक्षकेंद्रीत करते का" -#: ../gtk/gtkbutton.c:251 +#: gtk/gtkbutton.c:251 msgid "Border relief" msgstr "सीमा मुक्त करा" -#: ../gtk/gtkbutton.c:252 +#: gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "सीमा मुक्त करण्याची शैली" -#: ../gtk/gtkbutton.c:269 +#: gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "उपघटक करीता ओळींची आडवी रचना" -#: ../gtk/gtkbutton.c:288 +#: gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "उपघटक करीता ओळींची उभी रचना" -#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 +#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "प्रतिमा बिडगेट" -#: ../gtk/gtkbutton.c:306 +#: gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "उपचित्र" -#: ../gtk/gtkbutton.c:320 +#: gtk/gtkbutton.c:320 msgid "Image position" msgstr "प्रतिमा" -#: ../gtk/gtkbutton.c:321 +#: gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "पाठ्यशी संबंधीत प्रतिमाचे स्थान" -#: ../gtk/gtkbutton.c:433 +#: gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "सर्वसाधारण मोकळी जागा " -#: ../gtk/gtkbutton.c:434 +#: gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "CAN_DEFAULT साठी हवी असणारी अतिरीक्त जागा " -#: ../gtk/gtkbutton.c:440 +#: gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "सर्वसाधारण बाहेरील जागा" -#: ../gtk/gtkbutton.c:441 +#: gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" msgstr "CAN_DEFAULT बटणासाठी अधिक जागा हवी असेल तर अशी जागा नेहेमी सीमेबाहेर घ्यावी" -#: ../gtk/gtkbutton.c:446 +#: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "X उपरचना काढणे" -#: ../gtk/gtkbutton.c:447 -msgid "How far in the x direction to move the child when the button is depressed" +#: gtk/gtkbutton.c:447 +msgid "" +"How far in the x direction to move the child when the button is depressed" msgstr "बटण दाबलेल्या अवस्थेत ठेवून उपरचनेने x च्या दिशेने कुठपर्यंत जायचे ते ठरवा" -#: ../gtk/gtkbutton.c:454 +#: gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "Y उपरचना काढून टाका" -#: ../gtk/gtkbutton.c:455 -msgid "How far in the y direction to move the child when the button is depressed" +#: gtk/gtkbutton.c:455 +msgid "" +"How far in the y direction to move the child when the button is depressed" msgstr "बटण दाबलेल्या अवस्थेत ठेवून उपरचनेने y च्या दिशेने कुठपर्यंत जायचे ते ठरवा" -#: ../gtk/gtkbutton.c:471 +#: gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "लक्षकेंद्र हलवा" -#: ../gtk/gtkbutton.c:472 +#: gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" @@ -880,366 +886,364 @@ msgstr "" "child_displacement_x/_y गुणधर्ममुळे केंदीत काटकोन चौकानवर सुध्दा प्रभाव पडायला पाहिजे " "का" -#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "आतंरीक सीमा" -#: ../gtk/gtkbutton.c:486 +#: gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "बटन किनार व उपघटकामधील सीमा." -#: ../gtk/gtkbutton.c:499 +#: gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "प्रतिमा" -#: ../gtk/gtkbutton.c:500 +#: gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "मोकळी जागा ठेवा" -#: ../gtk/gtkbutton.c:514 +#: gtk/gtkbutton.c:514 msgid "Show button images" msgstr "बटणावरील प्रतिमा दर्शवा" -#: ../gtk/gtkbutton.c:515 +#: gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "बटन अंतर्गत प्रतिमा दर्शवायचे का" -#: ../gtk/gtkcalendar.c:440 +#: gtk/gtkcalendar.c:440 msgid "Year" msgstr "वर्ष" -#: ../gtk/gtkcalendar.c:441 +#: gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "निवडलेले वर्ष" -#: ../gtk/gtkcalendar.c:454 +#: gtk/gtkcalendar.c:454 msgid "Month" msgstr "महिना" -#: ../gtk/gtkcalendar.c:455 +#: gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "निवडलेला महिना (0 ते 11 मधील संख्या)" -#: ../gtk/gtkcalendar.c:469 +#: gtk/gtkcalendar.c:469 msgid "Day" msgstr "दिवस" -#: ../gtk/gtkcalendar.c:470 +#: gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" msgstr "निवडलेला दिवस (1 व 31 मधिल एक संख्या, किंवा निवडलेला दिवस बदलविण्याकरीता 0 )" -#: ../gtk/gtkcalendar.c:484 +#: gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "शिर्षक दर्शवा" -#: ../gtk/gtkcalendar.c:485 +#: gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "खरे असल्यास, शिर्षक प्रदर्शित करा" -#: ../gtk/gtkcalendar.c:499 +#: gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "दिवस नाव दर्शवा" -#: ../gtk/gtkcalendar.c:500 +#: gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "खरे असल्यास, वारांचे नाव दर्शवा" -#: ../gtk/gtkcalendar.c:513 +#: gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "महिना बदलाव नाही" -#: ../gtk/gtkcalendar.c:514 +#: gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "खरे असल्यास, निवडलेला महिना बदलता येणार नाही" -#: ../gtk/gtkcalendar.c:528 +#: gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "आठवडातील क्रमांक दर्शवा" -#: ../gtk/gtkcalendar.c:529 +#: gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "खरे असल्यास, आठवडी संख्या दर्शवा" -#: ../gtk/gtkcalendar.c:544 +#: gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "तपशील रूंदी" -#: ../gtk/gtkcalendar.c:545 +#: gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "तपशील अक्षर अंतर्गत रूंदी" -#: ../gtk/gtkcalendar.c:560 +#: gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "तपशील ऊंची" -#: ../gtk/gtkcalendar.c:561 +#: gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "तपशील ओळी नुरूप ऊंची" -#: ../gtk/gtkcalendar.c:577 +#: gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "तपशील दर्शवा" -#: ../gtk/gtkcalendar.c:578 +#: gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "खरे असल्यास, तपशील दर्शविले जाते" -#: ../gtk/gtkcellrenderer.c:177 +#: gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "रीत" -#: ../gtk/gtkcellrenderer.c:178 +#: gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "CellRenderer ची संपादन करण्याची रीत" -#: ../gtk/gtkcellrenderer.c:186 +#: gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "सुस्पष्ट चित्र" -#: ../gtk/gtkcellrenderer.c:187 +#: gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "कोष दाखवा" -#: ../gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "कक्ष संवेदनशीलता दर्शवा" -#: ../gtk/gtkcellrenderer.c:201 +#: gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "ओळ x दिशेने हलवा" -#: ../gtk/gtkcellrenderer.c:202 +#: gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "x-दिशा" -#: ../gtk/gtkcellrenderer.c:211 +#: gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "ओळ y दिशेने हलवा" -#: ../gtk/gtkcellrenderer.c:212 +#: gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "y दिशा" -#: ../gtk/gtkcellrenderer.c:221 +#: gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "x पॅड" -#: ../gtk/gtkcellrenderer.c:222 +#: gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "x पॅड" -#: ../gtk/gtkcellrenderer.c:231 +#: gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "y पॅड" -#: ../gtk/gtkcellrenderer.c:232 +#: gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "y पॅड" -#: ../gtk/gtkcellrenderer.c:241 +#: gtk/gtkcellrenderer.c:241 msgid "width" msgstr "रुंदी " -#: ../gtk/gtkcellrenderer.c:242 +#: gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "रुंदी " -#: ../gtk/gtkcellrenderer.c:251 +#: gtk/gtkcellrenderer.c:251 msgid "height" msgstr "उंची " -#: ../gtk/gtkcellrenderer.c:252 +#: gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "उंची " -#: ../gtk/gtkcellrenderer.c:261 +#: gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "विस्तारक आहे" -#: ../gtk/gtkcellrenderer.c:262 +#: gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "उपघटकामधील ओळी" -#: ../gtk/gtkcellrenderer.c:270 +#: gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "विस्तारीत आहे" -#: ../gtk/gtkcellrenderer.c:271 +#: gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "ओळ ही विस्तारक ओळ आहे आणि ती विस्तारीत केली आहे" -#: ../gtk/gtkcellrenderer.c:278 +#: gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "कक्ष पार्श्वभूमीतील रंगाचे नाव" -#: ../gtk/gtkcellrenderer.c:279 +#: gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "कक्ष पार्श्वभूमीतील रंग अक्षरमाळा म्हणून" -#: ../gtk/gtkcellrenderer.c:286 +#: gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "कक्ष पार्श्वभूमी रंग" -#: ../gtk/gtkcellrenderer.c:287 +#: gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "Gdk रंगाप्रमाणे कक्षातील पार्श्वभूमीतील रंग" -#: ../gtk/gtkcellrenderer.c:294 +#: gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "संपादन करीत आहे" -#: ../gtk/gtkcellrenderer.c:295 +#: gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "कक्ष प्रदर्शक वर्तमानरित्या संपादन पद्धतीत आहे का" -#: ../gtk/gtkcellrenderer.c:303 +#: gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "कक्ष पार्श्वभूमी संयोजन" -#: ../gtk/gtkcellrenderer.c:304 +#: gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "हा टॅग पार्श्वभूमीतील रंगाला प्रभावित करेल का" -#: ../gtk/gtkcellrendereraccel.c:113 +#: gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "प्रवर्गक किल्ली" -#: ../gtk/gtkcellrendereraccel.c:114 +#: gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "प्रवर्गकाची किल्ली मुल्य" -#: ../gtk/gtkcellrendereraccel.c:130 +#: gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "प्रवर्गक संपादक" -#: ../gtk/gtkcellrendereraccel.c:131 +#: gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "प्रवर्गकाचे संपादक मास्क" -#: ../gtk/gtkcellrendereraccel.c:148 +#: gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "प्रवर्गक कळाचे कोड" -#: ../gtk/gtkcellrendereraccel.c:149 +#: gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "प्रवर्गकाचे हार्डवेअर कळाचे कोड" -#: ../gtk/gtkcellrendereraccel.c:168 +#: gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "मोड (रूप)" -#: ../gtk/gtkcellrendereraccel.c:169 +#: gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "प्रवर्गकाचा प्रकार" -#: ../gtk/gtkcellrenderercombo.c:107 +#: gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "प्रारूप" -#: ../gtk/gtkcellrenderercombo.c:108 +#: gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "कॉम्बो चौकोन करीता संभाव्य मुल्य समाविष्टीत असलेले प्रारूप" -#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 +#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "लिखाण" -#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 +#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "अक्षरमाळा प्राप्त करण्याकरीता माहिती स्त्रोत प्रारूपातील स्तंभ" -#: ../gtk/gtkcellrenderercombo.c:148 +#: gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "नोंदणी आहे" -#: ../gtk/gtkcellrenderercombo.c:149 +#: gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "खोटे असल्यास, निवडलेल्या अक्षरमाळां सोडून इतर अक्षरमाळांना सहमती देऊ नका" -#: ../gtk/gtkcellrendererpixbuf.c:111 +#: gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "उपलब्ध साठ्यातून बिंदू (pixels) पडद्यावर घेण्याची कृती नियंत्रित करणारा नियंत्रक" -#: ../gtk/gtkcellrendererpixbuf.c:112 +#: gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "दर्शविण्याकरीताचे pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:119 +#: gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "उघडुन ठेवलेला बिंदूसाठा विस्तारक" -#: ../gtk/gtkcellrendererpixbuf.c:120 +#: gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "अक्षरबिंदुसंच" -#: ../gtk/gtkcellrendererpixbuf.c:127 +#: gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "बंद झालेला बिंदूसाठा विस्तारक" -#: ../gtk/gtkcellrendererpixbuf.c:128 +#: gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "अक्षरबिंदुसंच" -#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 -#: ../gtk/gtkstatusicon.c:226 +#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "ID साठा" -#: ../gtk/gtkcellrendererpixbuf.c:136 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "स्टॉक चिन्ह दर्शविण्याचे स्टॉक ID" -#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 -#: ../gtk/gtkstatusicon.c:267 +#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 +#: gtk/gtkstatusicon.c:267 msgid "Size" msgstr "आकार" -#: ../gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "दर्शविलेले चिन्हाचे आकार निर्धारीत करणारे GtkIconSize मुल्य" -#: ../gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "तपशील" -#: ../gtk/gtkcellrendererpixbuf.c:154 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "सुत्रयोजना इंजीन करीता तपशील दर्शवा" -#: ../gtk/gtkcellrendererpixbuf.c:187 +#: gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "स्थिती वापरा" -#: ../gtk/gtkcellrendererpixbuf.c:188 +#: gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "स्थितीनुरूप दर्शविलेले pixbuf रंगीत करायचे का" -#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "चिन्ह" -#: ../gtk/gtkcellrendererprogress.c:129 +#: gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "मूल्य" -#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 -#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 -#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 +#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 +#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 +#: gtk/gtktextbuffer.c:198 msgid "Text" msgstr "लिखाण" -#: ../gtk/gtkcellrendererprogress.c:147 +#: gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "लिखाण" -#: ../gtk/gtkcellrendererprogress.c:170 +#: gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "पल्स" -#: ../gtk/gtkcellrendererprogress.c:171 +#: gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." @@ -1247,225 +1251,220 @@ msgstr "" "प्रगती झाल्याची दर्शविण्याकरीता यास होकार्थी मुल्य करीता निश्चित करा, पण ते किती आहे ते " "तुम्हास माहित नाही." -#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 +#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "x दिशेने मजकुर घेणे" -#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 +#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." msgstr "आडवे पाठ्य रचना, 0 (डावी) पासून ते 1 (उजवी) पर्यंत. RTL मांडणी करीता उलटे." -#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 +#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "मजकुराची y रचना" -#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 +#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "उभी पाठ्य रचना, 0 (वर) पासून 1 (तळ)." -#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 -#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 -#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 +#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 +#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 +#: gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "कल" -#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 +#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "प्रगती सूचकपट्टीचा कल अणि वाढ" -#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:223 -#: ../gtk/gtkspinbutton.c:208 +#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "जुळणी" -#: ../gtk/gtkcellrendererspin.c:94 +#: gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "स्पीनबटणचे मुल्य जपून ठेवणारी रचना." -#: ../gtk/gtkcellrendererspin.c:109 +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "चढतीचा दर" -#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 +#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "तुम्ही बटण दाबून धरता अशा वेळी दिसणारा गतीवाढीचा दर" -#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 -#: ../gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "दशांक" -#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 +#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "प्रदर्शित केली जाणारी दशांकाची संख्या" -#: ../gtk/gtkcellrenderertext.c:196 +#: gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "दाखवण्यासाठी लिखाण" -#: ../gtk/gtkcellrenderertext.c:203 +#: gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "(हवे ते लिखाण) चिन्हांकित करा " -#: ../gtk/gtkcellrenderertext.c:204 +#: gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "दाखवण्यासाठी चिन्हांकित केलेले लिखाण " -#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 +#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 msgid "Attributes" msgstr "गुणविशेष" -#: ../gtk/gtkcellrenderertext.c:212 +#: gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "दाखवण्यायोग्य लिखाणाला लागु करण्यासाठी गुणविशेष शैलींची यादी" -#: ../gtk/gtkcellrenderertext.c:219 +#: gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "मोड (रूप)" -#: ../gtk/gtkcellrenderertext.c:220 +#: gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "एकाच परिच्छेदातच संपूर्ण वाक्यरचना ठेवायची किंवा नाही" -#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 -#: ../gtk/gtktexttag.c:183 +#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 msgid "Background color name" msgstr "पार्श्वरंगाचे नाव " -#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 -#: ../gtk/gtktexttag.c:184 +#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "पार्श्वरंगाचे नाव" -#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 -#: ../gtk/gtktexttag.c:191 +#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 msgid "Background color" msgstr "पार्श्वरंग" -#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 +#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "Gdk रंगाप्रमाणे पार्श्वरंग" -#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 +#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "पृष्ठभागावरील रंगाचे नाव " -#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 +#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "पृष्ठभागावरील रंगाचे नाव" -#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 +#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "पृष्ठभागावरील रंग" -#: ../gtk/gtkcellrenderertext.c:253 +#: gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "Gdk रंगाप्रमाणे पार्श्वरंग" -#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 -#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 +#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "संपादनयोग्य" -#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 -#: ../gtk/gtktextview.c:574 +#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "उपयोगकर्त्याद्वारे लिखाणात सुधारणा करता येईल काय" -#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 -#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 +#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 +#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 msgid "Font" msgstr "फोन्ट" -#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 +#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "फोन्ट(अक्षर रचना)" -#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 +#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "पांगोफोन्ट संरचनेप्रमाणे फोन्टचे वर्णन" -#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 +#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 msgid "Font family" msgstr "फोन्ट परिवार" -#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 +#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "फोन्ट परिवाराचे नाव जसे Sans, Helvetica, Times, Monospace" -#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 -#: ../gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 +#: gtk/gtktexttag.c:291 msgid "Font style" msgstr "फोन्ट शैली " -#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 -#: ../gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 +#: gtk/gtktexttag.c:300 msgid "Font variant" msgstr "रूपांतर करणारा फोन्ट" -#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 -#: ../gtk/gtktexttag.c:309 +#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 +#: gtk/gtktexttag.c:309 msgid "Font weight" msgstr "फोन्टचे वजन(परिमाण)" -#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 -#: ../gtk/gtktexttag.c:320 +#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 +#: gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "फोन्टची ताणक्षमता" -#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 -#: ../gtk/gtktexttag.c:329 +#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 +#: gtk/gtktexttag.c:329 msgid "Font size" msgstr "फोन्टचा आकार" -#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 +#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 msgid "Font points" msgstr "फोन्टचे बिंदू" -#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 +#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "बिदूंच्या रुपातील फोन्टचा आकार" -#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 +#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 msgid "Font scale" msgstr "फोन्टचे प्रमाण " -#: ../gtk/gtkcellrenderertext.c:352 +#: gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "फोन्टचा आकार ठरविणारा घटक" -#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 +#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 msgid "Rise" msgstr "वाढ" -#: ../gtk/gtkcellrenderertext.c:362 -msgid "Offset of text above the baseline (below the baseline if rise is negative)" +#: gtk/gtkcellrenderertext.c:362 +msgid "" +"Offset of text above the baseline (below the baseline if rise is negative)" msgstr "लेखनप्रयोग आधारओळीच्या वर करावा (जर वाढ नसेल तर आधारओळीच्या खाली)" -#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 +#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "नकोअसणारे लेखन नष्ट करा" -#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 +#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "लेखन/त्यातील भाग काढायचा आहे का" -#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 +#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 msgid "Underline" msgstr "अधोरेखन" -#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 +#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "हे लेखन अधोरेखीत करण्याची शैली" -#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 +#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 msgid "Language" msgstr "भाषा" -#: ../gtk/gtkcellrenderertext.c:391 +#: gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " @@ -1474,12 +1473,11 @@ msgstr "" "या पाठ्याची भाषा ISO कोड आहे. पाठ्य म्हणून दर्शवितेवेळी Pango यास ओळखखूण म्हणून वापरू " "शकतो. तुम्हाला हे समझत नसल्यास, याची गरज नाही" -#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 -#: ../gtk/gtkprogressbar.c:206 +#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "अर्धगोलाकार करा" -#: ../gtk/gtkcellrenderertext.c:412 +#: gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" @@ -1487,20 +1485,20 @@ msgstr "" "कक्ष प्रदर्शकास पूर्ण अक्षरमाळा दर्शविण्याकरीता परियुक्त जागा नसल्यास, अक्षरमाळा लंबवृत " "करण्यासाठीचे सूचविलेले स्थान" -#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 -#: ../gtk/gtklabel.c:519 +#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 +#: gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "रुंदी" -#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 +#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "रुंदी " -#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 +#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "आच्छादीत मोड" -#: ../gtk/gtkcellrenderertext.c:451 +#: gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" @@ -1508,624 +1506,619 @@ msgstr "" "अक्षरमाळास बहु ओळीत कसे विभाजीत करायचे, त्याकरीता अक्षरमाळा लंबवृत करण्यासाठीचे सूचविलेले " "स्थान" -#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 +#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "कवर करा रुंदी " -#: ../gtk/gtkcellrenderertext.c:471 +#: gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "रुंदी " -#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 +#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "रचना" -#: ../gtk/gtkcellrenderertext.c:492 +#: gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "ओळी कसे लावायचे" -#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 -#: ../gtk/gtktexttag.c:564 +#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 msgid "Background set" msgstr "पार्श्वभूमी समायोजन" -#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 -#: ../gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "हा टॅग पार्श्वरंगाला प्रभावित करेल का" -#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 +#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "पृष्ठभागाचे समायोजन" -#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "हा टॅग पृष्ठभागाचे रंग प्रभावित करेल का" -#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 +#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 msgid "Editability set" msgstr "संपादकीय क्षमता" -#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 +#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "संपादन क्षमतेवर या टॅगचा प्रभाव राहील का" -#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 +#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 msgid "Font family set" msgstr "फोन्ट परिवार संच" -#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 +#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "फोन्ट परिवार क्षमतेवर ह्या टॅगचा प्रभाव राहू शकेल का" -#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 +#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 msgid "Font style set" msgstr "फोन्ट शैलींचा संच" -#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "या फोन्ट शैलीवर या टॅगचा प्रभाव राहील का" -#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 +#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "फोन्ट रूपांतर संच" -#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 +#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "फोन्ट रूपांतर संचावर ह्या टॅगचा प्रभाव राहील का" -#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 +#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "फोन्टचा परिमाण संच" -#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "फोन्ट परिमाण संचावर या टॅगचा प्रभाव राहील का" -#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 +#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "फोन्टची ताणक्षमता दाखवणारा संच" -#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 +#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "फोन्टच्या ताणक्षमतेवर या टॅगचा प्रभाव राहील का" -#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 +#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 msgid "Font size set" msgstr "फोन्टच्या आकारांचा संच" -#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 +#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "फोन्टच्या आकाराच्या संचावर ह्या टॅगचा प्रभाव राहील का" -#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 +#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "फोन्ट प्रमाण संच" -#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 +#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "फोन्टचा आकार बदलण्याच्या क्रियेवर ह्या टॅगचा प्रभाव राहील का" -#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 +#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 msgid "Rise set" msgstr "वाढ संच" -#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 +#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "वाढीवर ह्या टॅगचा प्रभाव राहील का" -#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 +#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "लेखन खोडण्याची क्रिया" -#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 +#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "लेखन खोडण्याच्या क्रियेवर ह्या टॅगचा प्रभाव राहील का" -#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 +#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 msgid "Underline set" msgstr "अधोरेखन" -#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 +#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "अधोरेखनावर ह्या टॅगचा प्रभाव राहील का" -#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 +#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 msgid "Language set" msgstr "भाषा संच" -#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 +#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "ह्या टॅगचा मजकुरासाठी वापरलेल्या भाषेवर परिणाम होऊ शकतो का" -#: ../gtk/gtkcellrenderertext.c:558 +#: gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "Ellipsize संच" -#: ../gtk/gtkcellrenderertext.c:559 +#: gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "या टॅगचा लंबवृत पध्दतीस प्रभाव पडेल का" -#: ../gtk/gtkcellrenderertext.c:562 +#: gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "संच लावा" -#: ../gtk/gtkcellrenderertext.c:563 +#: gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "या टॅगचा रचना पध्दतीवर प्रभाव पडेल का" -#: ../gtk/gtkcellrenderertoggle.c:126 +#: gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "स्थिती परीवर्तीत करा" -#: ../gtk/gtkcellrenderertoggle.c:127 +#: gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "बटनाची परीवर्तन करण्याची स्थिती" -#: ../gtk/gtkcellrenderertoggle.c:134 +#: gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "असंगती" -#: ../gtk/gtkcellrenderertoggle.c:135 +#: gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "बटणाची अस्थीर स्थिती" -#: ../gtk/gtkcellrenderertoggle.c:142 +#: gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "क्रियान्वित करण्यायोग्य" -#: ../gtk/gtkcellrenderertoggle.c:143 +#: gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "हे बटन कार्यान्वित करता येते" -#: ../gtk/gtkcellrenderertoggle.c:150 +#: gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "रेडियो अवस्था" -#: ../gtk/gtkcellrenderertoggle.c:151 +#: gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "रेडियोच्या बटनाप्रमाणे एक बटण दाखवा" -#: ../gtk/gtkcellrenderertoggle.c:158 +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "सूचकाचे आकार" -#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 -#: ../gtk/gtkcheckmenuitem.c:122 +#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 +#: gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "चेक किंवा रेडियो सूचनादर्शकाचा आकार" -#: ../gtk/gtkcellview.c:182 +#: gtk/gtkcellview.c:182 msgid "CellView model" msgstr "कक्षदृश्य प्रारूप" -#: ../gtk/gtkcellview.c:183 +#: gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "कक्ष दृश्य करीता प्रारूप" -#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 -#: ../gtk/gtkoptionmenu.c:168 +#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "सूचनादर्शकाचा आकार" -#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 -#: ../gtk/gtkoptionmenu.c:174 +#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "सूचनादर्शकांच्या मधील रिकामी जागा" -#: ../gtk/gtkcheckbutton.c:78 +#: gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "चेक किंवा रेडियो सूचनादर्शकांच्या भोवती असणारी जागा" -#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 -#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 -#: ../gtk/gtktoggletoolbutton.c:114 +#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 +#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "क्रियाशील" -#: ../gtk/gtkcheckmenuitem.c:99 +#: gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "मेन्यु घटक तपासले आहे का" -#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 +#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "असंगती" -#: ../gtk/gtkcheckmenuitem.c:107 +#: gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "\"अस्थीर\" स्थिती दर्शवायची आहे का" -#: ../gtk/gtkcheckmenuitem.c:114 +#: gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "रेडियो मेन्यु घटक म्हणून चित्रण करा" -#: ../gtk/gtkcheckmenuitem.c:115 +#: gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "मेन्यु घटक रेडिओ मेन्यु घटक सारखे दिसते का" -#: ../gtk/gtkcolorbutton.c:171 +#: gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "अल्फा वापरा" -#: ../gtk/gtkcolorbutton.c:172 +#: gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "अल्फा मुल्य करीता रंग द्यावेत द्याचे का" -#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 -#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 -#: ../gtk/gtktreeviewcolumn.c:264 +#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 +#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "शीर्षक" -#: ../gtk/gtkcolorbutton.c:187 +#: gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "रंग निवड संवादचा शिर्षक" -#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 +#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "सध्याचा रंग" -#: ../gtk/gtkcolorbutton.c:202 +#: gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "निवडलेला रंग" -#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 +#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "चालू अल्फा" -#: ../gtk/gtkcolorbutton.c:217 +#: gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "निवडलेले अपारदर्शकता मूल्य (0 म्हणजे पूर्ण पारदर्शक, 65535 म्हणजे पूर्ण अपारदर्शक)" -#: ../gtk/gtkcolorsel.c:279 +#: gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "अपारदर्शकता नियंत्रक आहे" -#: ../gtk/gtkcolorsel.c:280 +#: gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "रंगनिवडकाने अपारदर्शकाचे नियंत्रण करावे काय" -#: ../gtk/gtkcolorsel.c:286 +#: gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "रंगफळी आहे" -#: ../gtk/gtkcolorsel.c:287 +#: gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "रंगफळी वापरावी काय" -#: ../gtk/gtkcolorsel.c:294 +#: gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "सध्याचा रंग" -#: ../gtk/gtkcolorsel.c:301 +#: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "चालू अपारदर्शकता मूल्य (0 म्हणजे पूर्ण पारदर्शक, 65535 म्हणजे पूर्ण अपारदर्शक)" -#: ../gtk/gtkcolorsel.c:315 +#: gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "वापरात असणारी रंगफळी" -#: ../gtk/gtkcolorsel.c:316 +#: gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "रंगनिवडकामध्ये वापरायची रंगफळी" -#: ../gtk/gtkcolorseldialog.c:102 +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "रंग चयन" -#: ../gtk/gtkcolorseldialog.c:103 +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "संवाद अंतर्गत अंतर्भूत केलेले रंग चयन." -#: ../gtk/gtkcolorseldialog.c:109 +#: gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "ठिक आहे बटन" -#: ../gtk/gtkcolorseldialog.c:110 +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "संवादातील ठिक आहे बटन." -#: ../gtk/gtkcolorseldialog.c:116 +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "रद्द करा बटन" -#: ../gtk/gtkcolorseldialog.c:117 +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "संवादातील रद्द करा बटन." -#: ../gtk/gtkcolorseldialog.c:123 +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "मदत बटन" -#: ../gtk/gtkcolorseldialog.c:124 +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "संवादातील मदत बटन." -#: ../gtk/gtkcombo.c:145 +#: gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "बाणदर्शक क्रियान्वित करा " -#: ../gtk/gtkcombo.c:146 +#: gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "कार्यसूचीवरुन बाणदर्शक फिरतो आहे का" -#: ../gtk/gtkcombo.c:152 +#: gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "नेहेमी बाणदर्शक क्रियान्वित करा" -#: ../gtk/gtkcombo.c:153 +#: gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "गुणधर्म वापरणीत नाही, दुर्लक्ष केले" -#: ../gtk/gtkcombo.c:159 +#: gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "संवेदनशील " -#: ../gtk/gtkcombo.c:160 +#: gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "कार्यसूचीतील जुळणी संवेदनशील आहे काय" -#: ../gtk/gtkcombo.c:167 +#: gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "रिकामे करा" -#: ../gtk/gtkcombo.c:168 +#: gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "ह्या जागेत एखादे रिक्त मूल्य भरता येईल का" -#: ../gtk/gtkcombo.c:175 +#: gtk/gtkcombo.c:175 msgid "Value in list" msgstr "सूचीमधील मूल्य" -#: ../gtk/gtkcombo.c:176 +#: gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "घेण्यात आलेली मूल्ये यादीमध्ये आधीपासून समाविष्ट असण्याची गरज आहे का" -#: ../gtk/gtkcombobox.c:661 +#: gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "कॉम्बोबॉक्स प्रारूप" -#: ../gtk/gtkcombobox.c:662 +#: gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "कॉम्बोबॉक्स करीता प्रारूप" -#: ../gtk/gtkcombobox.c:679 +#: gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "कवर करा रुंदी " -#: ../gtk/gtkcombobox.c:701 +#: gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "ओळीमधील रिकामी जागा" -#: ../gtk/gtkcombobox.c:702 +#: gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "वृक्षप्रारूप स्तंभात समाविष्टीत ओळीमधील रिकामी जागा" -#: ../gtk/gtkcombobox.c:723 +#: gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "स्तंभामधील रिकामी जागा" -#: ../gtk/gtkcombobox.c:724 +#: gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "वृक्षप्रारूप स्तंभात समाविष्टीत स्तंभमधील रिकामी जागा" -#: ../gtk/gtkcombobox.c:745 +#: gtk/gtkcombobox.c:745 msgid "Active item" msgstr "क्रियाशील" -#: ../gtk/gtkcombobox.c:746 +#: gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "सद्या सक्रीय असलेले घटक" -#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 +#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "मेन्युमध्ये टिअरऑफ जोडा" -#: ../gtk/gtkcombobox.c:766 +#: gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "सर्व खाली ओढा पध्दतीत टिअरऑफ मेन्यु घटक असायला हवे का" -#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 +#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 msgid "Has Frame" msgstr "चौकट आहे" -#: ../gtk/gtkcombobox.c:782 +#: gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "उपघटका भोवती फ्रेम काढायचे का" -#: ../gtk/gtkcombobox.c:790 +#: gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "माउसची क्लिक दिल्यावर कॉम्बोबॉक्स लक्षकेंद्रीत करते का" -#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 +#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "शिर्षक उडवा" -#: ../gtk/gtkcombobox.c:806 +#: gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" msgstr "पॉपअप नष्ट केल्यास चौकट व्यवस्थापक द्वारे दर्शविण्याजोगी शिर्षक" -#: ../gtk/gtkcombobox.c:823 +#: gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "दर्शविलेले पॉपअप" -#: ../gtk/gtkcombobox.c:824 +#: gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "खाली ओढण्याकीताचे कॉम्बो दर्शवायचे का" -#: ../gtk/gtkcombobox.c:840 +#: gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "बटन संवेदनशीलता" -#: ../gtk/gtkcombobox.c:841 +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "प्रारूप रिकामे असल्यावर ड्रॉपडाऊन बटन संवेदनशील आहे का" -#: ../gtk/gtkcombobox.c:848 +#: gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "यादी म्हणून दर्शवा" -#: ../gtk/gtkcombobox.c:849 +#: gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "मेन्युऐवजी यादी म्हणून खाली ओढण्याकरीताचे कॉम्बो दर्शवायचे का" -#: ../gtk/gtkcombobox.c:865 +#: gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "बाणाचा आकार" -#: ../gtk/gtkcombobox.c:866 +#: gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "कॉम्बो बॉक्स मध्ये दर्शविण्याजोगी बाणाचे कीमान आकार" -#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 -#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 -#: ../gtk/gtkviewport.c:122 +#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 +#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 +#: gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "छाये प्रमाणे" -#: ../gtk/gtkcombobox.c:882 +#: gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "कॉम्बो बॉक्सच्या भोवती कोणत्या प्रकारची छटा रेखांकीत करायची" -#: ../gtk/gtkcontainer.c:238 +#: gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "आकारमान बदलण्याची पध्दत" -#: ../gtk/gtkcontainer.c:239 +#: gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "आकार बदलण्याच्या पध्दती कशा वापरायच्या ते ठरवा" -#: ../gtk/gtkcontainer.c:246 +#: gtk/gtkcontainer.c:246 msgid "Border width" msgstr "सीमेची रुंदी" -#: ../gtk/gtkcontainer.c:247 +#: gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "उपघटकाच्या घटकातील बाहेरील रिकाम्या सीमेची रूंदी" -#: ../gtk/gtkcontainer.c:255 +#: gtk/gtkcontainer.c:255 msgid "Child" msgstr "उपचित्र" -#: ../gtk/gtkcontainer.c:256 +#: gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "कन्टेनरमध्ये एक नवे उपघटक जोडण्याकरीता उपयोगी होऊ शकते" -#: ../gtk/gtkcurve.c:124 +#: gtk/gtkcurve.c:124 msgid "Curve type" msgstr "वळण प्रकार" -#: ../gtk/gtkcurve.c:125 +#: gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "हे वळण एकमार्ग, स्पलाईन इंटरपोलेट, किंवा मुक्त-स्थितीचे आहे का" -#: ../gtk/gtkcurve.c:132 +#: gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "किमान x" -#: ../gtk/gtkcurve.c:133 +#: gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "x साठी किमान मूल्य" -#: ../gtk/gtkcurve.c:141 +#: gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "कमाल x" -#: ../gtk/gtkcurve.c:142 +#: gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "कमाल संभाव्य X मुल्य" -#: ../gtk/gtkcurve.c:150 +#: gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr " किमान y" -#: ../gtk/gtkcurve.c:151 +#: gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "y चे किमान मूल्य" -#: ../gtk/gtkcurve.c:159 +#: gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "कमाल y" -#: ../gtk/gtkcurve.c:160 +#: gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "y चे कमाल मूल्य" -#: ../gtk/gtkdialog.c:145 +#: gtk/gtkdialog.c:145 msgid "Has separator" msgstr "भेदक आहे" -#: ../gtk/gtkdialog.c:146 +#: gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "या संवादामध्ये बटणांवर एक भेदक आहे" -#: ../gtk/gtkdialog.c:191 +#: gtk/gtkdialog.c:191 msgid "Content area border" msgstr "मजकुरासाठी क्षेत्रसीमा" -#: ../gtk/gtkdialog.c:192 +#: gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "मुख्य मजकुर क्षेत्राच्या भोवतालची सीमेची रुंदी" -#: ../gtk/gtkdialog.c:209 +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "अंतर्भूत कक्ष अंतर" -#: ../gtk/gtkdialog.c:210 +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "मुख्य संवाद कक्षतील घटक अंतर्गत अंतर" -#: ../gtk/gtkdialog.c:217 +#: gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "बटणांमधील अंतर" -#: ../gtk/gtkdialog.c:218 +#: gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "बटणांमधील अंतर" -#: ../gtk/gtkdialog.c:226 +#: gtk/gtkdialog.c:226 msgid "Action area border" msgstr "वापरण्यायोग्य क्षेत्राची सीमा" -#: ../gtk/gtkdialog.c:227 +#: gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "ह्या मजकुराच्या तळभागातील बटणाभोवती असणाऱ्या जागेची रुंदी" -#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 +#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "कर्सरचे स्थान" -#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 +#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "अक्षरामध्ये असणारी कर्सरची वर्तमान स्थिती" -#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 +#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "निर्बंधित निवड" -#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 -msgid "The position of the opposite end of the selection from the cursor in chars" +#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 +msgid "" +"The position of the opposite end of the selection from the cursor in chars" msgstr "अक्षरांमधिल कर्सर पासून निवडकाच्या विरूध्द बाजुची स्थिती" -#: ../gtk/gtkentry.c:626 +#: gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "मजकुरातील नोंदी संपादित किंवा सुधारणा करता येतील का" -#: ../gtk/gtkentry.c:633 +#: gtk/gtkentry.c:633 msgid "Maximum length" msgstr "कमाल लांबी" -#: ../gtk/gtkentry.c:634 +#: gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "ह्या नोंदणी करीता कमाल अक्षर संख्या. कमाल नसल्यास शुन्य" -#: ../gtk/gtkentry.c:642 +#: gtk/gtkentry.c:642 msgid "Visibility" msgstr "दर्शनियता" -#: ../gtk/gtkentry.c:643 +#: gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" @@ -2133,391 +2126,395 @@ msgstr "" "FALSE चा प्रयोग केल्यावर वास्तविक मजकुराऐवजी (पासवर्ड मोड) \"अद्रुश्य\" रुपात अक्षर " "प्रदर्शित होते " -#: ../gtk/gtkentry.c:651 +#: gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "FALSE नोंदणीपासूनचे बाहेरील bevel काढूण टाकतो" -#: ../gtk/gtkentry.c:659 -msgid "Border between text and frame. Overrides the inner-border style property" +#: gtk/gtkentry.c:659 +msgid "" +"Border between text and frame. Overrides the inner-border style property" msgstr "पाठ्य व फ्रेम मधिल सीमा. आंतरीक-सीमा गुणविशेष प्रकार खोडून पुन्हा लिहीतो" -#: ../gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 msgid "Invisible character" msgstr "अद्रुश्य अक्षर" -#: ../gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "मजकुर झाकण्यासाठी वापरण्याचे अक्षर (\"पासवर्ड मोड\")" -#: ../gtk/gtkentry.c:674 +#: gtk/gtkentry.c:674 msgid "Activates default" msgstr "सर्वसाधारण हा भाग कार्यान्वित होतो" -#: ../gtk/gtkentry.c:675 +#: gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" -msgstr "Enter बटण दाबून मुलभूत नियंत्रण कार्यक्रम (संवाद मधिल मुलभूत बटण) कार्यान्वित करायचे का" +msgstr "" +"Enter बटण दाबून मुलभूत नियंत्रण कार्यक्रम (संवाद मधिल मुलभूत बटण) कार्यान्वित करायचे का" -#: ../gtk/gtkentry.c:681 +#: gtk/gtkentry.c:681 msgid "Width in chars" msgstr "अक्षरमालेची लांबी" -#: ../gtk/gtkentry.c:682 +#: gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "ह्या नोंदणी मधील किती अक्षरांसाठी रिकामी जागा सोडायला हवी" -#: ../gtk/gtkentry.c:691 +#: gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "स्क्रोल ओफसेट" -#: ../gtk/gtkentry.c:692 +#: gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "ह्या नोंदी मध्ये किती पिक्सल्स पडद्याच्या डावीकडे स्क्रोल करतो " -#: ../gtk/gtkentry.c:702 +#: gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "नोंदीचा मजकूर" -#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 +#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 msgid "X align" msgstr "Xची दिशा" -#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 +#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." msgstr "क्षितिज ओळींची दिशा 0 (डावीकडून) 1 (उजवीकडे). RTL मांडणी करीता आरक्षीत." -#: ../gtk/gtkentry.c:734 +#: gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "बहुओळी ट्रंकेट करा" -#: ../gtk/gtkentry.c:735 +#: gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "एकाच ओळी वरील बहुओळी चिकटविण्याचे पर्याय ट्रंकेट करायचे का." -#: ../gtk/gtkentry.c:751 +#: gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "नोंदणीच्या भोवती कोणत्याप्रकारचे छटा काढायची जेव्हा पटल असते निश्चित केले असते" -#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 +#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "रीत" -#: ../gtk/gtkentry.c:767 +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "नविन पाठ्य वर्तमान पाठ्य खोडून पुन्हा लिहीतो का" -#: ../gtk/gtkentry.c:781 +#: gtk/gtkentry.c:781 msgid "Text length" msgstr "पाठ्य लांबी" -#: ../gtk/gtkentry.c:782 +#: gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "नोंदणी अंतर्गत वर्तमान पाठ्याची लांबी" -#: ../gtk/gtkentry.c:797 +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "अदृष्य अक्षर संच" -#: ../gtk/gtkentry.c:798 +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "अदृष्य अक्षर निश्चित केले आहे का" -#: ../gtk/gtkentry.c:816 +#: gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "Caps Lock सावधानता" -#: ../gtk/gtkentry.c:817 +#: gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "Caps Lock सुरू असल्यावर परवलीचा शब्द नोंदणीने सावधानता दर्शवायचे का" -#: ../gtk/gtkentry.c:831 +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "प्रगती भाग" -#: ../gtk/gtkentry.c:832 +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "पूर्ण न झालेल्या कार्यचे वर्तमान भाग" -#: ../gtk/gtkentry.c:849 +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "प्रगती पल्स स्टेप" -#: ../gtk/gtkentry.c:850 +#: gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" -msgstr "gtk_entry_progress_pulse() करीता प्रत्येक कॉलसाठी प्रगती बाऊन्सींग ब्लॉक हलविण्याकरीता आवश्यक नोंदणी रूंदीचे भाग" +msgstr "" +"gtk_entry_progress_pulse() करीता प्रत्येक कॉलसाठी प्रगती बाऊन्सींग ब्लॉक " +"हलविण्याकरीता आवश्यक नोंदणी रूंदीचे भाग" -#: ../gtk/gtkentry.c:866 +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "प्राथमिक pixbuf" -#: ../gtk/gtkentry.c:867 +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "नोंदणी करीता प्राथमिक pixbuf" -#: ../gtk/gtkentry.c:881 +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "द्वितीय pixbuf" -#: ../gtk/gtkentry.c:882 +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "नोंदणी करीता द्वितीय pixbuf" -#: ../gtk/gtkentry.c:896 +#: gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "प्राथमिक स्टॉक ID" -#: ../gtk/gtkentry.c:897 +#: gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "प्राथमिक चिन्ह करीता स्टॉक ID" -#: ../gtk/gtkentry.c:911 +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "द्वितीय स्टॉक ID" -#: ../gtk/gtkentry.c:912 +#: gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "द्वितीय चिन्ह करीता स्टॉक ID" -#: ../gtk/gtkentry.c:926 +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "प्राथमिक चिन्हाचे नाव" -#: ../gtk/gtkentry.c:927 +#: gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "प्राथमिक चिन्ह करीता चिन्हाचे नाव" -#: ../gtk/gtkentry.c:941 +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "द्वितीय चिन्हाचे नाव" -#: ../gtk/gtkentry.c:942 +#: gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "द्वितीय चिन्ह करीता चिन्हाचे नाव" -#: ../gtk/gtkentry.c:956 +#: gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "प्राथमिक GIcon" -#: ../gtk/gtkentry.c:957 +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "प्राथमिक चिन्ह करीता GIcon" -#: ../gtk/gtkentry.c:971 +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "द्वितीय GIcon" -#: ../gtk/gtkentry.c:972 +#: gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "द्वितीय चिन्ह करीता GIcon" -#: ../gtk/gtkentry.c:986 +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "प्राथमिक साठा प्रकार" -#: ../gtk/gtkentry.c:987 +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "प्राथमिक चिन्ह करीता वापरण्याजोगी प्रस्तुति" -#: ../gtk/gtkentry.c:1002 +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "द्वितीय साठा प्रकार" -#: ../gtk/gtkentry.c:1003 +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "द्वितीय चिन्ह करीता वापरण्याजोगी प्रस्तुति" -#: ../gtk/gtkentry.c:1024 +#: gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "प्राथमिक चिन्ह सक्रीयजोगी" -#: ../gtk/gtkentry.c:1025 +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "प्राथमिक चिन्ह सक्रीयजोगी आहे का" -#: ../gtk/gtkentry.c:1045 +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "द्वितीय चिन्ह सक्रीयजोगी" -#: ../gtk/gtkentry.c:1046 +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "द्वितीय चिन्ह सक्रीयजोगी आहे का" -#: ../gtk/gtkentry.c:1068 +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "प्राथमिक चिन्ह संवेदनशील" -#: ../gtk/gtkentry.c:1069 +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "प्राथमिक चिन्ह संवेदनशील आहे का" -#: ../gtk/gtkentry.c:1090 +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "द्वितीय चिन्ह संवेदनशील" -#: ../gtk/gtkentry.c:1091 +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "द्वितीय चिन्ह संवेदनशील आहे का" -#: ../gtk/gtkentry.c:1107 +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "प्राथमिक चिन्ह टूलटीप पाठ्य" -#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "प्राथमिक चिन्ह वरील टूलटीपची अंतर्भूत माहिती" -#: ../gtk/gtkentry.c:1124 +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "द्वितीय चिन्ह टूलटीप पाठ्य" -#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "द्वितीय चिन्ह वरील टूलटीपची अंतर्भूत माहिती" -#: ../gtk/gtkentry.c:1143 +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "प्राथमिक चिन्ह टूलटीप मार्कअप" -#: ../gtk/gtkentry.c:1162 +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "द्वितीय चिन्ह टूलटीप मार्कअप" -#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "IM विभाग" -#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "कुठले IM विभाग वापरायचे" -#: ../gtk/gtkentry.c:1197 +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "चिन्ह पूर्वप्रकाशीत करा" -#: ../gtk/gtkentry.c:1198 +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "ताटकळतेवेळी सक्रीयजोगी चिन्ह पूर्व प्रकाशीत करायचे का" -#: ../gtk/gtkentry.c:1211 +#: gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "प्रगती सीमा" -#: ../gtk/gtkentry.c:1212 +#: gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "प्रगती पट्टी भोवती सीमा" -#: ../gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "पाठ्य व फेम मधिल सीमा." -#: ../gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "हिन्ट स्तर" -#: ../gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "सावली किंवा पार्श्वभूमीचे रेखाटण करतेवेळी योग्य स्तर पुरवायचे का" -#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "दृश्यमान करा" -#: ../gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "केंद्रीत केल्यावर नोंदणी मधिल अनुक्रम निवडायचे का" -#: ../gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "गुप्तशब्द ओळखण्याची वेळ संपली" -#: ../gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "लपविलेल्या नोंदणी मध्ये इंपुट अक्षर किती दर्शवायचे" -#: ../gtk/gtkentrycompletion.c:279 +#: gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "पूर्णत्वाचे प्रारूप" -#: ../gtk/gtkentrycompletion.c:280 +#: gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "जुळवणी शोधण्याकरीताचे प्रारूप" -#: ../gtk/gtkentrycompletion.c:286 +#: gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "किमान किल्लीची लांबी" -#: ../gtk/gtkentrycompletion.c:287 +#: gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "शोधक चावीची समानता पहाण्यासाठी हवी असलेली कमीत कमी लांबी" -#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 +#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 msgid "Text column" msgstr "लिखाण" -#: ../gtk/gtkentrycompletion.c:304 +#: gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "अक्षरमाळा समाविष्टीत प्रारूपाचे स्तंभ." -#: ../gtk/gtkentrycompletion.c:323 +#: gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "आंतरीक पूर्णत्व" -#: ../gtk/gtkentrycompletion.c:324 +#: gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "समान पूर्वपद आपोआप अंतर्भूत केले पाहिजे का" -#: ../gtk/gtkentrycompletion.c:338 +#: gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "वर उघडणारे पूर्णत्व" -#: ../gtk/gtkentrycompletion.c:339 +#: gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "पूर्णत्व पॉपअप चौकटीत दर्शविले पाहिजे का" -#: ../gtk/gtkentrycompletion.c:354 +#: gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "रुंदी " -#: ../gtk/gtkentrycompletion.c:355 +#: gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "खरे असल्यास, प्रवेशाप्रमाणेच वर उघडण्याच्या खिडकीचे आकारमान समान असेल" -#: ../gtk/gtkentrycompletion.c:373 +#: gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "एकमेव जुळवणी पॉपअप म्हणून दर्शवा" -#: ../gtk/gtkentrycompletion.c:374 +#: gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "खरे असल्यास, एक समानतेत वर उघडणारी खिडकी दिसू लागेल." -#: ../gtk/gtkentrycompletion.c:388 +#: gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "आंतरीक निवड" -#: ../gtk/gtkentrycompletion.c:389 +#: gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "तुमचे वर्णन येथे द्या" -#: ../gtk/gtkeventbox.c:91 +#: gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "दर्शनीय" -#: ../gtk/gtkeventbox.c:92 +#: gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." msgstr "सुस्पष्ट चित्र." -#: ../gtk/gtkeventbox.c:98 +#: gtk/gtkeventbox.c:98 msgid "Above child" msgstr "उपघटकाच्या वर" -#: ../gtk/gtkeventbox.c:99 +#: gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." @@ -2525,136 +2522,136 @@ msgstr "" "घटनाबॉक्सचे घटना-प्राप्य चौकट उपघटक नियंत्रण घटकाच्या जे खालाच्या बाजूने स्थीत आहे त्याच्या " "विरूध्द दिशेने म्हणजेच वर स्थित आहे का." -#: ../gtk/gtkexpander.c:187 +#: gtk/gtkexpander.c:187 msgid "Expanded" msgstr "विस्तारीत" -#: ../gtk/gtkexpander.c:188 +#: gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "उपघटक नियंत्रण साधन दर्शविण्याकरीता विस्तार उघडले गेले का" -#: ../gtk/gtkexpander.c:196 +#: gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "लिखाण" -#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 +#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 msgid "Use markup" msgstr "मार्कअप चा प्रयोग करा" -#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 +#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "लेबलच्या पाठ्य मध्ये XML मार्कअप संयुक्त आहे. pango_parse_markup() पहा" -#: ../gtk/gtkexpander.c:220 +#: gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "लेबल व मूळ घटक यामधिल समाविष्ट करायची ती मोकळी जागा" -#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 +#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "लेबल विडगेट" -#: ../gtk/gtkexpander.c:230 +#: gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "सामान्य फ्रेम लेबलच्या स्थानावर एक नियंत्रण घटक प्रदर्शित करा" -#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 +#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "विस्तारकाचा आकार" -#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 +#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "विस्तारक बाणाचा आकार" -#: ../gtk/gtkexpander.c:246 +#: gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "मोकळी जागा ठेवा" -#: ../gtk/gtkfilechooser.c:194 +#: gtk/gtkfilechooser.c:194 msgid "Action" msgstr "कृती" -#: ../gtk/gtkfilechooser.c:195 +#: gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "फाइल निवडक करत असेलेल्या प्रक्रियेचा प्रकार" -#: ../gtk/gtkfilechooser.c:201 +#: gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "फाइल पध्दती प्रतिकृती" -#: ../gtk/gtkfilechooser.c:202 +#: gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "वापरण्याजोगी फाइल प्रणाली प्रतिकृतीचे नाव" -#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 +#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "फिल्टर" -#: ../gtk/gtkfilechooser.c:208 +#: gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "कोणत्या फाइल दर्शवायचे हे निवडण्या करीताचे फिल्टर" -#: ../gtk/gtkfilechooser.c:213 +#: gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "केवळ स्थानिक" -#: ../gtk/gtkfilechooser.c:214 +#: gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "निवडलेली फाइल या स्थानिक फाइलं पर्यंत मर्यादीत ठेवायचे का: URL" -#: ../gtk/gtkfilechooser.c:219 +#: gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "मजकुराचे पुनरावलोकन" -#: ../gtk/gtkfilechooser.c:220 +#: gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "इच्छिक पुनरावलोकन करीताचे पुरविलेले अनुप्रयोगन." -#: ../gtk/gtkfilechooser.c:225 +#: gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "विजेट क्रियाशील" -#: ../gtk/gtkfilechooser.c:226 -msgid "Whether the application supplied widget for custom previews should be shown." +#: gtk/gtkfilechooser.c:226 +msgid "" +"Whether the application supplied widget for custom previews should be shown." msgstr "इच्छिक पुनरावलोकन करीताचे पुरविलेले अनुप्रयोग दर्शवायचे का." -#: ../gtk/gtkfilechooser.c:231 +#: gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "लेबल" -#: ../gtk/gtkfilechooser.c:232 +#: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "पुनरावलोकन फाइलच्या नावाबरोबर स्टॉक लेबल दर्शवायचे का." -#: ../gtk/gtkfilechooser.c:237 +#: gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "अगाऊ नियंत्रीत घटक" -#: ../gtk/gtkfilechooser.c:238 +#: gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "अगाऊ पर्यायकरीता अनुप्रयोगने नियंत्रण घटक पुरविले." -#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 -#: ../gtk/gtkrecentchooser.c:203 +#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "एकापेक्षा जास्त निवडा" -#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 +#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "अनेक फाइलं निवडण्याची अनुमती आहे का" -#: ../gtk/gtkfilechooser.c:250 +#: gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "लपविलेले दर्शवा" -#: ../gtk/gtkfilechooser.c:251 +#: gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "लपविलेले फाइलं व संचयीका प्रदर्शित करायचे का" -#: ../gtk/gtkfilechooser.c:266 +#: gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "निश्चितता पुन्हा खोडून लिहा" -#: ../gtk/gtkfilechooser.c:267 +#: gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." @@ -2662,182 +2659,183 @@ msgstr "" "फाइल निवडक संचयन पध्दती मध्ये खोडून पुन्हा लिहण्यास खात्रीपूर्वक संवाद आवश्यक अस्लयास " "दर्शवेल." -#: ../gtk/gtkfilechooserbutton.c:376 +#: gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "संवाद" -#: ../gtk/gtkfilechooserbutton.c:377 +#: gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "वापरण्याकरीताचे फाइल निवडक संवाद." -#: ../gtk/gtkfilechooserbutton.c:408 +#: gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "फाइल निवडक संवादचे शिर्षक." -#: ../gtk/gtkfilechooserbutton.c:422 +#: gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "रुंदी ." -#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 -#: ../gtk/gtkstatusicon.c:218 +#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 +#: gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "फाइलचे नाव" -#: ../gtk/gtkfilesel.c:527 +#: gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "सद्या निवडलेल्या फाइलचे नाव" -#: ../gtk/gtkfilesel.c:533 +#: gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "फाइलींच्या क्रिया दाखवा" -#: ../gtk/gtkfilesel.c:534 +#: gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "फाइलं निर्माण/अदलाबदल करण्याकरीताचे बटणे प्रदर्शित करायचे का" -#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 +#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 msgid "X position" msgstr "x स्थिति" -#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 +#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "ऊपचित्रातील विडगेटची x स्थिति" -#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 +#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 msgid "Y position" msgstr "y स्थिति" -#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 +#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "उपचित्रातील विडगेटची y स्थिति" -#: ../gtk/gtkfontbutton.c:143 +#: gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "फॉन्ट निवडक संवादचे शिर्षक" -#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 +#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 msgid "Font name" msgstr "फोन्टचे नाव" -#: ../gtk/gtkfontbutton.c:159 +#: gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "निवडलेले फॉन्टचे नाव" -#: ../gtk/gtkfontbutton.c:160 +#: gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "सॅन्स 12" -#: ../gtk/gtkfontbutton.c:175 +#: gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "लेबलसाठी वापरण्याजोगी फॉन्ट" -#: ../gtk/gtkfontbutton.c:176 +#: gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "लेबल निवडलेल्या फॉन्टसह रेखांकीत केले आहे का" -#: ../gtk/gtkfontbutton.c:191 +#: gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "लेबलमध्ये आकार वापरा" -#: ../gtk/gtkfontbutton.c:192 +#: gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "लेबल निवडलेल्या फॉन्टसह काढले आहे का" -#: ../gtk/gtkfontbutton.c:208 +#: gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "शैली दर्शवा" -#: ../gtk/gtkfontbutton.c:209 +#: gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "लेबल निवडलेल्या फॉन्ट शैली मध्ये दर्शविले गेले आहे का" -#: ../gtk/gtkfontbutton.c:224 +#: gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "आकार दर्शवा" -#: ../gtk/gtkfontbutton.c:225 +#: gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "लेबल निवडलेल्या फॉन्ट आकारा मध्ये दर्शविले गेले आहे का" -#: ../gtk/gtkfontsel.c:197 +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "या फॉन्ट दर्शविणारी अक्षरमाळा" -#: ../gtk/gtkfontsel.c:204 +#: gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "सद्या निवडलेला GdkFont" -#: ../gtk/gtkfontsel.c:210 +#: gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "मजकुराचे अवलोकन" -#: ../gtk/gtkfontsel.c:211 +#: gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "निवडलेला फॉन्ट दर्शवण्यासाठी प्रदर्शित करण्याजोगी पाठ्य" -#: ../gtk/gtkframe.c:106 +#: gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "लिखाण" -#: ../gtk/gtkframe.c:113 +#: gtk/gtkframe.c:113 msgid "Label xalign" msgstr "लेबलची क्षितिज स्थिति (x)" -#: ../gtk/gtkframe.c:114 +#: gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "लेबलची आढवी रचना" -#: ../gtk/gtkframe.c:122 +#: gtk/gtkframe.c:122 msgid "Label yalign" msgstr "लेबलची उभी (y) स्थिती" -#: ../gtk/gtkframe.c:123 +#: gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "लेबलची उभी रचना" -#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 +#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "गुणधर्म वारणीत नाही, त्याऐवजी shadow_type वापरा" -#: ../gtk/gtkframe.c:138 +#: gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "छाया चौकटीत घ्या" -#: ../gtk/gtkframe.c:139 +#: gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "चौकट सीमाचे दृश्य" -#: ../gtk/gtkframe.c:148 +#: gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "सामान्य फ्रेम लेबलच्या स्थानावर एक विडगेट प्रदर्शित करा" -#: ../gtk/gtkhandlebox.c:175 +#: gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "कन्टेनर भोवतालची छायेचे प्रस्तुतिकरण" -#: ../gtk/gtkhandlebox.c:183 +#: gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "हाताळण्याची स्थिति" -#: ../gtk/gtkhandlebox.c:184 +#: gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "स्थिति" -#: ../gtk/gtkhandlebox.c:192 +#: gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "कोपरे जुळवा" -#: ../gtk/gtkhandlebox.c:193 +#: gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" -msgstr "हँडलबॉक्सची बाजू जी डॉकींग बींदूशी स्थापीत आहे ज्यामुळे ते हँडलबॉक्सशी डॉक करण्यास वापरले जाते" +msgstr "" +"हँडलबॉक्सची बाजू जी डॉकींग बींदूशी स्थापीत आहे ज्यामुळे ते हँडलबॉक्सशी डॉक करण्यास वापरले जाते" -#: ../gtk/gtkhandlebox.c:201 +#: gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "Snap edge संच" -#: ../gtk/gtkhandlebox.c:202 +#: gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" @@ -2845,262 +2843,262 @@ msgstr "" "snap_edge गुणधर्म पासून वापरण्याजोगी किंवा handle_position पासून प्राप्त मुल्य वापरायचे " "का" -#: ../gtk/gtkhandlebox.c:209 +#: gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "उपघटक वेगळे केले" -#: ../gtk/gtkhandlebox.c:210 +#: gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." msgstr "हॅन्डलबॉक्सचे उपघटक जोडले गेले किंवा नाही, हे ठरविणारे बूलीयन मुल्य." -#: ../gtk/gtkiconview.c:548 +#: gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "रीत" -#: ../gtk/gtkiconview.c:549 +#: gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "रीत" -#: ../gtk/gtkiconview.c:567 +#: gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "अक्षरबिंदुसंच" -#: ../gtk/gtkiconview.c:568 +#: gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "चिन्ह pixbuf जेथून प्राप्त करायचे त्या प्रारूपातील स्तंभ" -#: ../gtk/gtkiconview.c:586 +#: gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "पाठ्य जेथून प्राप्त करायचे त्या प्रारूपातील स्तंभ" -#: ../gtk/gtkiconview.c:605 +#: gtk/gtkiconview.c:605 msgid "Markup column" msgstr "(हवे ते लिखाण) चिन्हांकित करा " -#: ../gtk/gtkiconview.c:606 +#: gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "Pango मार्कअप वापरत असल्यास प्राप्त करण्याकरीता वापरण्यजोगी प्रारूपातील स्तंभ" -#: ../gtk/gtkiconview.c:613 +#: gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "चिन्ह प्रारूप" -#: ../gtk/gtkiconview.c:614 +#: gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "चिन्ह दृश्य करीताचे प्रारूप" -#: ../gtk/gtkiconview.c:630 +#: gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "स्तंभची एकूण संख्या" -#: ../gtk/gtkiconview.c:631 +#: gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "प्रदर्शित करण्याकरीताचे स्तंभाची एकूण संख्या" -#: ../gtk/gtkiconview.c:648 +#: gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "रुंदी" -#: ../gtk/gtkiconview.c:649 +#: gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "रुंदी " -#: ../gtk/gtkiconview.c:665 +#: gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "घटकाच्या कक्षा अंतर्गत अंतर्भूत करायची ती मोकळी जागा" -#: ../gtk/gtkiconview.c:680 +#: gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "मोकळी जागा ठेवा" -#: ../gtk/gtkiconview.c:681 +#: gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "ग्रीड ओळीच्यामध्ये अंतर्भूत करायची ती मोकळी जागा" -#: ../gtk/gtkiconview.c:696 +#: gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "मोकळी जागा ठेवा" -#: ../gtk/gtkiconview.c:697 +#: gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "ग्रीड स्तंभ मध्ये अंतर्भूत करायची ती मोकळी जागा" -#: ../gtk/gtkiconview.c:712 +#: gtk/gtkiconview.c:712 msgid "Margin" msgstr "समास" -#: ../gtk/gtkiconview.c:713 +#: gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "चिन्ह दृश्यच्या किनारे अंतर्भूत केलेली मोकळी जागा" -#: ../gtk/gtkiconview.c:730 -msgid "How the text and icon of each item are positioned relative to each other" +#: gtk/gtkiconview.c:730 +msgid "" +"How the text and icon of each item are positioned relative to each other" msgstr "परस्पररित्या प्रत्येक घटकाकरीताचे पाठ्य व चिन्ह कशा प्रकारे स्थित आहेत" -#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 -#: ../gtk/gtktreeviewcolumn.c:307 +#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "पुनः सूचना करण्यासाठी योग्य" -#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 +#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "हे दृश्य पुनः पाहण्यासाठी योग्य" -#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 +#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "साधनटिप स्तंभ" -#: ../gtk/gtkiconview.c:755 +#: gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "प्रारूप मधिल घटक करीता स्तंभ मध्ये समाविष्टीत साधनटिप पाठ्य" -#: ../gtk/gtkiconview.c:766 +#: gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "निवडक चौकोन रंग" -#: ../gtk/gtkiconview.c:767 +#: gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "निवडक चौकोनाचे रंग" -#: ../gtk/gtkiconview.c:773 +#: gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "निवड चौकोन Alpha" -#: ../gtk/gtkiconview.c:774 +#: gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "निवड चौकोनाची अपारर्दर्शकता" -#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 +#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "अक्षरबिंदुसंच" -#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 +#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "प्रदर्शित करण्यासाठीचे GdkPixbuf" -#: ../gtk/gtkimage.c:139 +#: gtk/gtkimage.c:139 msgid "Pixmap" msgstr "अक्षरबिंदुचा नकाशा" -#: ../gtk/gtkimage.c:140 +#: gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "प्रदर्शित करण्याजोगी GdkPixmap" -#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 +#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "प्रतिमा" -#: ../gtk/gtkimage.c:148 +#: gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "प्रदर्शित करण्याजोगी GdkImage" -#: ../gtk/gtkimage.c:155 +#: gtk/gtkimage.c:155 msgid "Mask" msgstr "मुखवटा" -#: ../gtk/gtkimage.c:156 +#: gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "Gdkप्रतिमा किंवा Gdk अक्षरबिंदु समवेत वापरण्याचा मुखवटा" -#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 +#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "फाइलचे नाव" -#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 +#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "स्टॉक प्रतिमा दर्शविण्याजोगी करीताचे स्टॉक ID" -#: ../gtk/gtkimage.c:180 +#: gtk/gtkimage.c:180 msgid "Icon set" msgstr "चिन्ह संच" -#: ../gtk/gtkimage.c:181 +#: gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "चिन्ह" -#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:214 ../gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "चिन्हचा आकार" -#: ../gtk/gtkimage.c:189 +#: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "स्टॉक चिन्ह, चिन्ह संच किंवा नामांकीत चिन्ह करीताचे बोधचिन्हाचे आकार" -#: ../gtk/gtkimage.c:205 +#: gtk/gtkimage.c:205 msgid "Pixel size" msgstr "पिक्सेल आकार" -#: ../gtk/gtkimage.c:206 +#: gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "नामांकीत चिन्ह करीता वापरण्याजोगी पिक्सेल आकार" -#: ../gtk/gtkimage.c:214 +#: gtk/gtkimage.c:214 msgid "Animation" msgstr "गतीचित्रण" -#: ../gtk/gtkimage.c:215 +#: gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "दर्शविण्याकरीताचे GdkPixbufAnimation" -#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 +#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "संग्रहण प्रकार" -#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 +#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "प्रतिमा माहिती करीताचे वापरण्याजोगी प्रस्तुतिकरण" -#: ../gtk/gtkimagemenuitem.c:136 +#: gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "मेनू टेक्स्ट जवळ दिसणारे उपचित्र" -#: ../gtk/gtkimagemenuitem.c:151 +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "स्टॉक मेन्यू घटक बनविण्याकरीता लेबल पाठ्य वापरायचे का" -#: ../gtk/gtkimagemenuitem.c:169 +#: gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "नेहमी प्रतिमा दाखवा" -#: ../gtk/gtkimagemenuitem.c:170 +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "प्रतिमा नेहमी दाखविली जाईल का" -#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "Accel Group" -#: ../gtk/gtkimagemenuitem.c:185 +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "स्टॉक accelerator किज् करीता वारण्याजोगी Accel Group" -#: ../gtk/gtkimagemenuitem.c:190 +#: gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "मेन्युवरील प्रतिमा दर्शवा" -#: ../gtk/gtkimagemenuitem.c:191 +#: gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "मेन्यु मध्ये प्रतिमा दर्शवायचे का" -#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "ही चौकट जेथे दर्शविले पाहिजे ती पडदा" -#: ../gtk/gtklabel.c:368 +#: gtk/gtklabel.c:368 msgid "The text of the label" msgstr "लेबलचे पाठ्य" -#: ../gtk/gtklabel.c:375 +#: gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "लेबलमधिल पाठ्यकरीता वापरण्याजोगी स्टाईल गुणधर्माची यादी" -#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 +#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 msgid "Justification" msgstr "समर्थण" -#: ../gtk/gtklabel.c:397 +#: gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " @@ -3109,57 +3107,58 @@ msgstr "" "लेबल मधिल पाठ्यतील परस्पर संबंधी ओळींची रचना. यामुळे लेबलची रचना मध्ये फरक पडत नाही. " "त्याकरीता GtkMisc::xalign पहा" -#: ../gtk/gtklabel.c:405 +#: gtk/gtklabel.c:405 msgid "Pattern" msgstr "स्वरुप" -#: ../gtk/gtklabel.c:406 +#: gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" -msgstr "अक्षर मालिकेतील _ अक्षरे व मजकुरातील अक्षरे स्थिती परस्पर अधोरेखीत करण्याजोगी पाठ्यशी जुळते" +msgstr "" +"अक्षर मालिकेतील _ अक्षरे व मजकुरातील अक्षरे स्थिती परस्पर अधोरेखीत करण्याजोगी पाठ्यशी जुळते" -#: ../gtk/gtklabel.c:413 +#: gtk/gtklabel.c:413 msgid "Line wrap" msgstr "ओळ कव्हर करा" -#: ../gtk/gtklabel.c:414 +#: gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "निश्चित केल्यास, पाठ्य खूप मोठे होत असेल तर ओळी गुंडाळा" -#: ../gtk/gtklabel.c:429 +#: gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "रीत" -#: ../gtk/gtklabel.c:430 +#: gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "गुंडाळा निश्चित केल्यास, ओळी कशाप्रकारे गुंडाळायचे त्याचे नियंत्रण केले जाऊ शकते" -#: ../gtk/gtklabel.c:437 +#: gtk/gtklabel.c:437 msgid "Selectable" msgstr "निवडण्याजोगे" -#: ../gtk/gtklabel.c:438 +#: gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "माउस द्वारे लेबलचे पाठ्य निवडायचे का" -#: ../gtk/gtklabel.c:444 +#: gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "निमोनिक बटण" -#: ../gtk/gtklabel.c:445 +#: gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "या लेबलकरीताचे नेमॉनीक प्रवर्गक किल्ली" -#: ../gtk/gtklabel.c:453 +#: gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "निमोनिक विजेट" -#: ../gtk/gtklabel.c:454 +#: gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "लेबलचे नेमॉनीक प्रवर्गक किल्ली दाबल्यावर कार्यान्वित करण्याजोगी विजेट" -#: ../gtk/gtklabel.c:500 +#: gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" @@ -3167,499 +3166,507 @@ msgstr "" "पूर्णत्व अक्षरमाळा दर्शविण्याकरीता परियुक्त जागा नसल्यास, अक्षरमाळा लंबवृत करण्यासाठीचे " "सूचविलेले स्थान" -#: ../gtk/gtklabel.c:540 +#: gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "मोड (रूप)" -#: ../gtk/gtklabel.c:541 +#: gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "लेबल एक ओळी पध्दती मध्ये आहे का" -#: ../gtk/gtklabel.c:558 +#: gtk/gtklabel.c:558 msgid "Angle" msgstr "कोन" -#: ../gtk/gtklabel.c:559 +#: gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "लेबल फिरविण्याचा कोन" -#: ../gtk/gtklabel.c:579 +#: gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "रुंदी" -#: ../gtk/gtklabel.c:580 +#: gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "रुंदी " -#: ../gtk/gtklabel.c:696 +#: gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "लक्ष्यकेंद्रीत केल्यावर निवडलेल्या लेबलचे अनुक्रम निवडायचे का" -#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 +#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "क्षितिजरेषेवरील जुळणी" -#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 +#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "आडवे स्थितीकरीताचे GtkAdjustment" -#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 +#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "वरच्या दिशेने जुळणी" -#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 +#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "उभ्या स्थितीकरीताचे GtkAdjustment" -#: ../gtk/gtklayout.c:633 +#: gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "रुंदी " -#: ../gtk/gtklayout.c:642 +#: gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "उंची " -#: ../gtk/gtklinkbutton.c:145 +#: gtk/gtklinkbutton.c:145 msgid "URI" msgstr "URI" -#: ../gtk/gtklinkbutton.c:146 +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "या बटनशी बांधले गेलेले URI" -#: ../gtk/gtklinkbutton.c:160 +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "भेट दिलेले" -#: ../gtk/gtklinkbutton.c:161 +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "या लिंक करीता भेट दिले की नाही." -#: ../gtk/gtkmenu.c:501 +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "वर्तमानक्षणी निवडलेले मेन्यू घटक" -#: ../gtk/gtkmenu.c:516 +#: gtk/gtkmenu.c:516 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:285 msgid "Accel Path" msgstr "प्रवेगक मार्ग" -#: ../gtk/gtkmenu.c:531 +#: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" -msgstr "उपघटकाचे घटकाचे प्रवेगक मार्ग यशस्वीरित्या बनविण्याकरीता वापरण्याजोगी प्रवेगक मार्ग" +msgstr "" +"उपघटकाचे घटकाचे प्रवेगक मार्ग यशस्वीरित्या बनविण्याकरीता वापरण्याजोगी प्रवेगक मार्ग" -#: ../gtk/gtkmenu.c:547 +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "विजेट जोडा" -#: ../gtk/gtkmenu.c:548 +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "मेन्यू करीता जोडण्याजोगी विजेट" -#: ../gtk/gtkmenu.c:556 +#: gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" msgstr "हा मेन्यु नष्ट केल्यावर चौकट व्यवस्थापक द्वारे प्रदर्शित करण्यजोगी शिर्षक" -#: ../gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "नष्ट स्थिती" -#: ../gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "मेन्यु काढून टाकायचे की नाही दर्शविणारे बुलीयन" -#: ../gtk/gtkmenu.c:585 +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "मॉनीटर" -#: ../gtk/gtkmenu.c:586 +#: gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "मॉनीटर मेन्यू दर्शविले जाईल" -#: ../gtk/gtkmenu.c:592 +#: gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "उभी मोकळी जागा" -#: ../gtk/gtkmenu.c:593 +#: gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "मेन्युच्या वर व तळातील मोकळी जागा" -#: ../gtk/gtkmenu.c:601 +#: gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "आडवे मोकळी जागा" -#: ../gtk/gtkmenu.c:602 +#: gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "मेन्युच्या डावे व उजवे किनारकरीता अगाऊ मोकळी जागा" -#: ../gtk/gtkmenu.c:610 +#: gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "उभे ऑफसेट" -#: ../gtk/gtkmenu.c:611 +#: gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" msgstr "मेन्यु उपमेन्यु मध्ये समाविष्ट असल्यावर, पीक्सेलची एकूण संख्या उभे रचनास्वरूप निश्चित करा" -#: ../gtk/gtkmenu.c:619 +#: gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "आडवे ऑफसेट" -#: ../gtk/gtkmenu.c:620 +#: gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" -msgstr "मेन्यु उपमेन्यु मध्ये समाविष्टीत असल्यावर, पीक्सेलची एकूण संख्या आडवे रचनास्वरूप निश्चित करा" +msgstr "" +"मेन्यु उपमेन्यु मध्ये समाविष्टीत असल्यावर, पीक्सेलची एकूण संख्या आडवे रचनास्वरूप निश्चित करा" -#: ../gtk/gtkmenu.c:628 +#: gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "दोन बाण" -#: ../gtk/gtkmenu.c:629 +#: gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "सरकवतेवेळी, नेहमी दोन्ही बाण दर्शवा." -#: ../gtk/gtkmenu.c:642 +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "बाणाची सुस्थिती" -#: ../gtk/gtkmenu.c:643 +#: gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "स्क्रोल बाण कुठे स्थायीत करायचे ते दर्शवितो" -#: ../gtk/gtkmenu.c:651 +#: gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "डावीकडील जोडणी" -#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 +#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "उपघटकाच्या डाव्या बाजूस स्तंभ क्रमांक जोडा" -#: ../gtk/gtkmenu.c:659 +#: gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "उजवीकडील जोड" -#: ../gtk/gtkmenu.c:660 +#: gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "उपघटकाच्या उजव्या बाजूस स्तंभ क्रमांक जोडा" -#: ../gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "शिर्ष जोड" -#: ../gtk/gtkmenu.c:668 +#: gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "उपघटकाच्या शिर्षकास जोडण्याकरीताचे ओळी क्रमांक" -#: ../gtk/gtkmenu.c:675 +#: gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "तळ भाग(_B)" -#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 +#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "उपघटकाच्या तळास जोडण्याकरीताचे ओळी क्रमांक" -#: ../gtk/gtkmenu.c:690 +#: gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "स्क्रोल बाणचे आकार कमी यानुरुप प्रमाणीत करण्याकरीता कॉन्सटन्ट" -#: ../gtk/gtkmenu.c:777 +#: gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "वेगकारके बदलले जाऊ शकतात का" -#: ../gtk/gtkmenu.c:778 -msgid "Whether menu accelerators can be changed by pressing a key over the menu item" +#: gtk/gtkmenu.c:778 +msgid "" +"Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "मेन्युवरील एखादे बटण दाबून मेन्युमधील प्रवर्गक बदलता येईल का" -#: ../gtk/gtkmenu.c:783 +#: gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "उपमेन्यु दर्शविण्यापूर्वीचा उशीर" -#: ../gtk/gtkmenu.c:784 -msgid "Minimum time the pointer must stay over a menu item before the submenu appear" +#: gtk/gtkmenu.c:784 +msgid "" +"Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "उपमेन्यु दर्शविण्यापूर्वी किमान वेळ ज्यामुळे पॉईंटर मेन्यु घटकावर स्थायीत राहेल" -#: ../gtk/gtkmenu.c:791 +#: gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "उपमेन्यु लपविण्याआधिचा उशीर" -#: ../gtk/gtkmenu.c:792 +#: gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" msgstr "पॉईंटर उपमेन्युकडे जातेवेळी उपमेन्यु लपविण्यापूर्वीचा वेळ" -#: ../gtk/gtkmenubar.c:168 +#: gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "संकुलनाची दिशा" -#: ../gtk/gtkmenubar.c:169 +#: gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "मेन्युपट्टीची संकुलन दिशा" -#: ../gtk/gtkmenubar.c:185 +#: gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "उपचित्र" -#: ../gtk/gtkmenubar.c:186 +#: gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "मेन्युपट्टीची उपघटक संकुलन दिशा" -#: ../gtk/gtkmenubar.c:195 +#: gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "मेनूबार परिसरातील जवळील उठावाची शैली" -#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 +#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "अंतर्गत भरणी" -#: ../gtk/gtkmenubar.c:203 +#: gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "मेनूबार छाया आणि मेनूतील नमुन्यांमधील सीमेतील प्रमाण" -#: ../gtk/gtkmenubar.c:210 +#: gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "खाली उतरणारे मेन्यु दिसण्याआधीचा उशीर" -#: ../gtk/gtkmenubar.c:211 +#: gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "मेन्युपट्टीतील उपमेन्यु दिसण्यापूर्वीचा उशीर" -#: ../gtk/gtkmenuitem.c:252 +#: gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "उजवी बाजूकडे हलवा" -#: ../gtk/gtkmenuitem.c:253 -msgid "Sets whether the menu item appears justified at the right side of a menu bar" +#: gtk/gtkmenuitem.c:253 +msgid "" +"Sets whether the menu item appears justified at the right side of a menu bar" msgstr "मेन्यू घटक मेन्यू पट्टीच्या उजव्या बाजूस दर्शविले जाते का ते निश्चित केले जाते" -#: ../gtk/gtkmenuitem.c:267 +#: gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "उपमेन्यु" -#: ../gtk/gtkmenuitem.c:268 +#: gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" msgstr "मेन्यु घटकास जोडले गेलेले उपमेन्यु, किंवा काहीच नसल्यास NULL" -#: ../gtk/gtkmenuitem.c:286 +#: gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "मेन्यू घटकाचे प्रवेगक मार्ग निश्चित करतो" -#: ../gtk/gtkmenuitem.c:301 +#: gtk/gtkmenuitem.c:301 msgid "The text for the child label" msgstr "उप लेबल करीता पाठ्य" -#: ../gtk/gtkmenuitem.c:364 +#: gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "बाण द्वारे वापरले गेले रिकामी जागा, जे मेन्यू घटकातील फॉन्ट आकाराशी निगडीत आहे" -#: ../gtk/gtkmenuitem.c:377 +#: gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "अक्षर अंतर्गत रूंदी" -#: ../gtk/gtkmenuitem.c:378 +#: gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "मेन्यू घटकाचे अक्षर नुरूप किमान इच्छिक रूंदी" -#: ../gtk/gtkmenushell.c:374 +#: gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "लक्ष्यकेंद्र प्राप्त करा" -#: ../gtk/gtkmenushell.c:375 +#: gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "बुलीयन जे निश्चित करते की मेन्यु कळफलक लक्षकेंद्र प्राप्त करतो की नाही" -#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 +#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "मेनू" -#: ../gtk/gtkmenutoolbutton.c:246 +#: gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "उतरती मेन्यु" -#: ../gtk/gtkmessagedialog.c:98 +#: gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "प्रतिमा /लेबलची सीमा" -#: ../gtk/gtkmessagedialog.c:99 +#: gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "मजकुरातील लेबल आणि प्रतिमा यांच्या भोवतालच्या सीमेची रुंदी" -#: ../gtk/gtkmessagedialog.c:114 +#: gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "विभाजक वापरा" -#: ../gtk/gtkmessagedialog.c:115 -msgid "Whether to put a separator between the message dialog's text and the buttons" +#: gtk/gtkmessagedialog.c:115 +msgid "" +"Whether to put a separator between the message dialog's text and the buttons" msgstr "संदेश संवादपटातील पाठ्य व बटणा मध्ये विभाजक प्रविष्ट करायचे का" -#: ../gtk/gtkmessagedialog.c:128 +#: gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "संदेश लिहीण्याची पद्धत" -#: ../gtk/gtkmessagedialog.c:129 +#: gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "संदेश लिहीण्याची पद्धत" -#: ../gtk/gtkmessagedialog.c:136 +#: gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "संदेश लिहीणारी बटणे" -#: ../gtk/gtkmessagedialog.c:137 +#: gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "मजकुर लिहीण्यासाठी हवी असणारी बटणे" -#: ../gtk/gtkmessagedialog.c:154 +#: gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "संदेश संवादाचे प्राथमिक पाठ्य" -#: ../gtk/gtkmessagedialog.c:169 +#: gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "(हवे ते लिखाण) चिन्हांकित करा " -#: ../gtk/gtkmessagedialog.c:170 +#: gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "शिर्षकाचे प्राथमिक पाठ्य मध्ये Pango मार्कअप समाविष्टीत आहे." -#: ../gtk/gtkmessagedialog.c:184 +#: gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "द्वितीय लिखाण" -#: ../gtk/gtkmessagedialog.c:185 +#: gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "संदेश संवादपटाचे माध्यमिक पाठ्य" -#: ../gtk/gtkmessagedialog.c:200 +#: gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "(हवे ते लिखाण) चिन्हांकित करा " -#: ../gtk/gtkmessagedialog.c:201 +#: gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "माध्यमिक पाठ्य मध्ये समाविष्टीत Pango मार्कअप." -#: ../gtk/gtkmessagedialog.c:216 +#: gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "प्रतिमा" -#: ../gtk/gtkmisc.c:83 +#: gtk/gtkmisc.c:83 msgid "Y align" msgstr "Yची दिशा" -#: ../gtk/gtkmisc.c:84 +#: gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "वरच्या ओळींची दिशा 0 (वरपासून) ते 1(खालपर्यंत)" -#: ../gtk/gtkmisc.c:93 +#: gtk/gtkmisc.c:93 msgid "X pad" msgstr "X पॅड" -#: ../gtk/gtkmisc.c:94 -msgid "The amount of space to add on the left and right of the widget, in pixels" +#: gtk/gtkmisc.c:94 +msgid "" +"The amount of space to add on the left and right of the widget, in pixels" msgstr "अक्षररुपात, विडगेटची डावी आणि उजवी बाजू जोडण्यासाठी लागणारी मोकळी जागा" -#: ../gtk/gtkmisc.c:103 +#: gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Y पॅड" -#: ../gtk/gtkmisc.c:104 -msgid "The amount of space to add on the top and bottom of the widget, in pixels" +#: gtk/gtkmisc.c:104 +msgid "" +"The amount of space to add on the top and bottom of the widget, in pixels" msgstr "अक्षररुपात, विडगेटची वरील आणि खालील बाजू जोडण्यासाठी लागणारी मोकळी जागा" -#: ../gtk/gtkmountoperation.c:139 +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "मुख्य" -#: ../gtk/gtkmountoperation.c:140 +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "मुख्य चौकट" -#: ../gtk/gtkmountoperation.c:147 +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "दर्शवित आहे" -#: ../gtk/gtkmountoperation.c:148 +#: gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "संवाद दर्शविले जात आहे का" -#: ../gtk/gtkmountoperation.c:156 +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "ही चौकट जेथे दर्शविली जाईल तो पडदा." -#: ../gtk/gtknotebook.c:577 +#: gtk/gtknotebook.c:577 msgid "Page" msgstr "पान" -#: ../gtk/gtknotebook.c:578 +#: gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "वर्तमान पानावरील अनुक्रम" -#: ../gtk/gtknotebook.c:586 +#: gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "टॅब स्थिति" -#: ../gtk/gtknotebook.c:587 +#: gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "नोंदवहीच्या कोणत्या बाजूला टॅब आहेत" -#: ../gtk/gtknotebook.c:594 +#: gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "टॅबची सीमा" -#: ../gtk/gtknotebook.c:595 +#: gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "टैब लेबल भोवतीच्या सीमेची रुंदी" -#: ../gtk/gtknotebook.c:603 +#: gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "क्षीतिजाची टॅब सीमा" -#: ../gtk/gtknotebook.c:604 +#: gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "टॅब लेबलच्या क्षीतिजसीमेची रुंदी " -#: ../gtk/gtknotebook.c:612 +#: gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "टॅब सीमेची उभी दिशा" -#: ../gtk/gtknotebook.c:613 +#: gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "टॅब लेबलच्या वरच्या भागातील सीमेची रुंदी" -#: ../gtk/gtknotebook.c:621 +#: gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "टॅब दाखवा" -#: ../gtk/gtknotebook.c:622 +#: gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "टॅब दाखवायचे आहेत की नाहीत" -#: ../gtk/gtknotebook.c:628 +#: gtk/gtknotebook.c:628 msgid "Show Border" msgstr "सीमा दाखवा" -#: ../gtk/gtknotebook.c:629 +#: gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "सीमा दाखवायची आहे की नाही" -#: ../gtk/gtknotebook.c:635 +#: gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "स्क्रोल करण्यायोग्य" -#: ../gtk/gtknotebook.c:636 +#: gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "जर बरोबर आहे ,टॅब ची संख्या बरीच असेल तर स्क्रोल बाण जोडलेले आहेत" -#: ../gtk/gtknotebook.c:642 +#: gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "झटकन दिसण्याची क्रिया करा" -#: ../gtk/gtknotebook.c:643 +#: gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" @@ -3667,350 +3674,352 @@ msgstr "" "जर बरोबर आहे , तर वहीवर माउसवरील उजवीकडील कळ दाबल्यावर प्रकट होणाऱ्या मेनूचा वापर " "करुनतुम्ही कोणत्याही पानावर जाऊ शकता" -#: ../gtk/gtknotebook.c:650 +#: gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "सर्व टॅबचा आकार एकसारखा असावा का" -#: ../gtk/gtknotebook.c:656 +#: gtk/gtknotebook.c:656 msgid "Group ID" msgstr "गट ID" -#: ../gtk/gtknotebook.c:657 +#: gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "टॅब ओढा व टाकण्याकरीता गट ID" -#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 -#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 -#: ../gtk/gtkradiotoolbutton.c:65 +#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 +#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "समुह" -#: ../gtk/gtknotebook.c:674 +#: gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "टॅब ओढा व टाका करीता गट" -#: ../gtk/gtknotebook.c:680 +#: gtk/gtknotebook.c:680 msgid "Tab label" msgstr "टॅब लेबल" -#: ../gtk/gtknotebook.c:681 +#: gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "उपघटक करीता टॅब लेबल वरील दर्शविण्याजोगी अक्षरमाळा" -#: ../gtk/gtknotebook.c:687 +#: gtk/gtknotebook.c:687 msgid "Menu label" msgstr "मेनू" -#: ../gtk/gtknotebook.c:688 +#: gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "उपघटकवरील मेन्यु नोंदणीकरीता दर्शविण्याजोगी अक्षरमाळा" -#: ../gtk/gtknotebook.c:701 +#: gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "टॅब विस्तार" -#: ../gtk/gtknotebook.c:702 +#: gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "उपघटकाचे टॅब विस्तारीत करायचे की नाही" -#: ../gtk/gtknotebook.c:708 +#: gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "टॅब भरण" -#: ../gtk/gtknotebook.c:709 +#: gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "उपघटकाच्या टॅबने निर्धारीत कक्ष भरायचे की नाही" -#: ../gtk/gtknotebook.c:715 +#: gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "टॅब संकुल प्रकार" -#: ../gtk/gtknotebook.c:722 +#: gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "टॅब पुन्ह क्रमात लावा" -#: ../gtk/gtknotebook.c:723 +#: gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "टॅब वापरकर्ताच्या कृती ने पुन्ह क्रमात लावणे शक्य आहे की नाही" -#: ../gtk/gtknotebook.c:729 +#: gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "टॅब विलग होऊ शकते" -#: ../gtk/gtknotebook.c:730 +#: gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "टॅब विलग होऊ शकते का" -#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 +#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "दुय्यम स्थितीतील मागील पायऱ्या" -#: ../gtk/gtknotebook.c:746 -msgid "Display a second backward arrow button on the opposite end of the tab area" +#: gtk/gtknotebook.c:746 +msgid "" +"Display a second backward arrow button on the opposite end of the tab area" msgstr "टॅब कक्षच्या विरुध्द टोकाकडील एक पायरी मागे जाणारे बाणदर्शक बटण दर्शवा" -#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 +#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "दुय्यम स्थितितील पुढील पायऱ्या" -#: ../gtk/gtknotebook.c:762 -msgid "Display a second forward arrow button on the opposite end of the tab area" +#: gtk/gtknotebook.c:762 +msgid "" +"Display a second forward arrow button on the opposite end of the tab area" msgstr "टॅब कक्षच्या विरुध्द टोकाकडील एक पायरी पुढे जाणारे बाणदर्शक बटण दर्शवा" -#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 +#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "मागच्या पायऱ्या" -#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 +#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "मागे जाणारे बाणदर्शक बटण दाखवा करा" -#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 +#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "पुढील पायऱ्या" -#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 +#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "पुढे जाणारे बाणदर्शक बटण दाखवा करा" -#: ../gtk/gtknotebook.c:806 +#: gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "टॅब अतिव्याप्ती" -#: ../gtk/gtknotebook.c:807 +#: gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "टॅब अतिव्याप्ती कक्षाचे आकार" -#: ../gtk/gtknotebook.c:822 +#: gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "टॅब वक्ररेषा" -#: ../gtk/gtknotebook.c:823 +#: gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "टॅब वक्ररेषाचे आकार" -#: ../gtk/gtknotebook.c:839 +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "बाण अंतर्गत मोकळी जागा" -#: ../gtk/gtknotebook.c:840 +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "बाण अंतर्गत मोकळी जागा हलवा" -#: ../gtk/gtkobject.c:370 +#: gtk/gtkobject.c:370 msgid "User Data" msgstr "वापरकर्ता माहिती" -#: ../gtk/gtkobject.c:371 +#: gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "अपरिचीत वापरकर्ता माहितीविषयक पॉईंटर" -#: ../gtk/gtkoptionmenu.c:162 +#: gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "ऐच्छिक कृतींचा मेनू" -#: ../gtk/gtkoptionmenu.c:169 +#: gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "ड्रापडाऊन सूचकाचा आकार" -#: ../gtk/gtkoptionmenu.c:175 +#: gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "सूचकाभोवतीची रिकामी जागा" -#: ../gtk/gtkorientable.c:75 +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "दिशानिर्देशनजोगीचे दिशानिर्देशन" -#: ../gtk/gtkpaned.c:242 -msgid "Position of paned separator in pixels (0 means all the way to the left/top)" +#: gtk/gtkpaned.c:242 +msgid "" +"Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "अक्षरमालेतील विभाजकाची स्थिती (0 म्हणजे डाव्या किंवा वरच्या दिशेने)" -#: ../gtk/gtkpaned.c:251 +#: gtk/gtkpaned.c:251 msgid "Position Set" msgstr "स्थितीत" -#: ../gtk/gtkpaned.c:252 +#: gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "स्थितीमुल्य वापरायचे असेल तर हे बरोबर आहे" -#: ../gtk/gtkpaned.c:258 +#: gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "हॅन्डलचा आकार" -#: ../gtk/gtkpaned.c:259 +#: gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "हॅन्डलची रुंदी" -#: ../gtk/gtkpaned.c:275 +#: gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "स्थिति" -#: ../gtk/gtkpaned.c:276 +#: gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "\"स्थिती\" गुणधर्माकरिता सर्वात लहान संभाव्य मुल्य" -#: ../gtk/gtkpaned.c:293 +#: gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "स्थिति" -#: ../gtk/gtkpaned.c:294 +#: gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "\"स्थिती\" गुणधर्माकरिता सर्वात मोठे संभाव्य मुल्य" -#: ../gtk/gtkpaned.c:311 +#: gtk/gtkpaned.c:311 msgid "Resize" msgstr "पुन्हआकार द्या" -#: ../gtk/gtkpaned.c:312 +#: gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "खरे असल्यास, मोकळी जागा कार्यक्षम नियंत्रीत घटकाशी वाढते व कमी होते" -#: ../gtk/gtkpaned.c:327 +#: gtk/gtkpaned.c:327 msgid "Shrink" msgstr "आकुंचण" -#: ../gtk/gtkpaned.c:328 +#: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "खरे असल्यास, उपघटक आवश्यकपेक्षा लहान केले जाऊ शकते" -#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "अंतर्भूतीत" -#: ../gtk/gtkplug.c:151 +#: gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "प्लग अंतर्भूतीत आहे की नाही" -#: ../gtk/gtkplug.c:165 +#: gtk/gtkplug.c:165 msgid "Socket Window" msgstr "सॉकेट चौकट" -#: ../gtk/gtkplug.c:166 +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "प्लग ज्यात अंतर्भूत केले गेले त्या सॉकेटचे चौकट" -#: ../gtk/gtkpreview.c:102 -msgid "Whether the preview widget should take up the entire space it is allocated" +#: gtk/gtkpreview.c:102 +msgid "" +"Whether the preview widget should take up the entire space it is allocated" msgstr "अवलोकनासाठी उपलब्ध असणारी सर्व जागा विजेट वापरणार का" -#: ../gtk/gtkprinter.c:124 +#: gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "छपाईयंत्राचे नाव" -#: ../gtk/gtkprinter.c:130 +#: gtk/gtkprinter.c:130 msgid "Backend" msgstr "प्रतिकृती" -#: ../gtk/gtkprinter.c:131 +#: gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "छपाईयंत्र करीता प्रतिकृती" -#: ../gtk/gtkprinter.c:137 +#: gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "आभासी आहे" -#: ../gtk/gtkprinter.c:138 +#: gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "हार्डवेअर छपाईयंत्र दर्शवित असल्यास हे खोटे आहे" -#: ../gtk/gtkprinter.c:144 +#: gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "PDF स्वीकारतो" -#: ../gtk/gtkprinter.c:145 +#: gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "हे छपाईयंत्र PDF स्वीकारत असल्यास खरे आहे" -#: ../gtk/gtkprinter.c:151 +#: gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "PostScript स्वीकारतो" -#: ../gtk/gtkprinter.c:152 +#: gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "हे छपाईयंत्र PostScript स्विकारत असल्यास हे खरे आहे" -#: ../gtk/gtkprinter.c:158 +#: gtk/gtkprinter.c:158 msgid "State Message" msgstr "संदेश दर्शवा" -#: ../gtk/gtkprinter.c:159 +#: gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "छपाईयंत्राची सद्य स्थिती दर्शविणारी अक्षरमाळा" -#: ../gtk/gtkprinter.c:165 +#: gtk/gtkprinter.c:165 msgid "Location" msgstr "ठिकाण" -#: ../gtk/gtkprinter.c:166 +#: gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "छपाईयंत्राचे स्थान" -#: ../gtk/gtkprinter.c:173 +#: gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "छपाईयंत्र करीता वापरण्याजोगी चिन्हाचे नाव" -#: ../gtk/gtkprinter.c:179 +#: gtk/gtkprinter.c:179 msgid "Job Count" msgstr "कार्य प्रमाण" -#: ../gtk/gtkprinter.c:180 +#: gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "छपाईयंत्र करीता रांगेतील स्थित एकूण कार्यांची संख्या" -#: ../gtk/gtkprinter.c:198 +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "स्तब्ध छपाईयंत्र" -#: ../gtk/gtkprinter.c:199 +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "छपाईयंत्र स्तब्ध केल्यास TRUE असते" -#: ../gtk/gtkprinter.c:212 +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "कार्य स्वीकारत आहे" -#: ../gtk/gtkprinter.c:213 +#: gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "छपाईयंत्र नविन कार्य स्वीकारत असल्यास TRUE असते" -#: ../gtk/gtkprinteroptionwidget.c:123 +#: gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "स्त्रोत पर्याय" -#: ../gtk/gtkprinteroptionwidget.c:124 +#: gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "या नियंत्रण घटक करीता छपाईयंत्राचे पर्याय" -#: ../gtk/gtkprintjob.c:117 +#: gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "शीर्षक" -#: ../gtk/gtkprintjob.c:125 +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "प्रिंटर" -#: ../gtk/gtkprintjob.c:126 +#: gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "छपाईयंत्र करीता छपाई कार्य" -#: ../gtk/gtkprintjob.c:134 +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "संयोजना" -#: ../gtk/gtkprintjob.c:135 +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "छपाईयंत्र संयोजना" -#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 -#: ../gtk/gtkprintunixdialog.c:258 +#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "पृष्ठ व्यवस्था" -#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "छपाई स्थिती नियंत्रण" -#: ../gtk/gtkprintjob.c:153 +#: gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." @@ -4018,57 +4027,58 @@ msgstr "" "छपाई माहिती छपाईयंत्रास किंवा छपाई सर्वर करीता पाठविले असल्यास छपाई कार्य स्थिती-बदल " "संकेत पाठविणे पुढे चालवितो हे खरे आहे." -#: ../gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "पान" -#: ../gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "मुलभूत द्वारे वापरण्याजोगी GtkPageSetup" -#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "छपाईकरीताचे संयोजना" -#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "संवाद प्रारंभ करण्याकरीताचे GtkPrintSettings" -#: ../gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "कार्याचे नाव" -#: ../gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "छपाई कार्य ओळखण्याकरीता वापरलेली अक्षरमाळा." -#: ../gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "पानांची एकूण संख्या" -#: ../gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr "दस्तऐवजात पानांची एकूण संख्या." -#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "पान" -#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "दस्तऐवजातील सद्याचे पान" -#: ../gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "पूर्ण पान वापरा" -#: ../gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1007 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" -msgstr "प्रतिमा कक्षाच्या कोपऱ्यास न राहता व संदर्भाचे उगम पानाच्या कोपऱ्यास असल्यावर खरे असते" +msgstr "" +"प्रतिमा कक्षाच्या कोपऱ्यास न राहता व संदर्भाचे उगम पानाच्या कोपऱ्यास असल्यावर खरे असते" -#: ../gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1028 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." @@ -4076,75 +4086,75 @@ msgstr "" "छपाई माहिती छपाईयंत्र किंवा छपाई सर्वर करीता पाठविल्या नंतर जर छपाई कार्यपध्दती छपाई " "कार्य विषयी तपशील पाठवित असल्यास खरे होते." -#: ../gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "एकक" -#: ../gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "संदर्भ मध्ये अंतर मोजण्याकरीता एकक" -#: ../gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "संवाद दर्शवा" -#: ../gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr "छपाई करतेवेळी प्रगती संवाद दर्शवित असल्यास खरे होते." -#: ../gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "Async करीता सहमती द्या" -#: ../gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "छपाई कार्यपध्दती सुसंगतरित्या कर्यरत नसल्यास खरे असते." -#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "फाइलनाव पाठवा" -#: ../gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "स्थिती" -#: ../gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "छपाई कार्यपध्दतीची स्थिती" -#: ../gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "स्तिथी अक्षरमाळा" -#: ../gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "स्थितीचे मानवीय वाचण्याजोगी वर्णन" -#: ../gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "इच्छिक टॅब लेबल" -#: ../gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "लेबल." -#: ../gtk/gtkprintunixdialog.c:259 +#: gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "वापरण्याजोगी GtkPageSetup" -#: ../gtk/gtkprintunixdialog.c:284 +#: gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "निवडलेले छपाईयंत्र" -#: ../gtk/gtkprintunixdialog.c:285 +#: gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "निवडलेले GtkPrinter" -#: ../gtk/gtkprogress.c:102 +#: gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "कार्यपद्धती" -#: ../gtk/gtkprogress.c:103 +#: gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " @@ -4153,77 +4163,77 @@ msgstr "" "खरे असल्यास, GtkProgress कार्यरत पध्दती मध्ये जातो, ज्याचा अर्थ असा की काहीतरी होत " "आहे, पण ते कार्य पूर्ण करायला किती वेळ लागेल ते कळणार नाही." -#: ../gtk/gtkprogress.c:111 +#: gtk/gtkprogress.c:111 msgid "Show text" msgstr "मजकुर दाखवा" -#: ../gtk/gtkprogress.c:112 +#: gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "पाठ्य म्हणून प्रगती दर्शविले गेले आहे का." -#: ../gtk/gtkprogressbar.c:119 +#: gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "प्रगती दर्शकपट्टीला जोडलेली Gtk कालबाह्य आहे" -#: ../gtk/gtkprogressbar.c:135 +#: gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "पट्टीची शैली" -#: ../gtk/gtkprogressbar.c:136 +#: gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "पध्दतीमधील दृश्य शैली कालबाह्य झाल्याचे दर्शविते" -#: ../gtk/gtkprogressbar.c:144 +#: gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "क्रियाक्रम" -#: ../gtk/gtkprogressbar.c:145 +#: gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "" "gtk प्रगती सूचकपट्टी कार्यरत असताना एखाद्या वारंवार क्रियेत येणाऱ्या मूल्यात करावी " "लागणारी वाढ (कालबाह्य)" -#: ../gtk/gtkprogressbar.c:152 +#: gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "क्रियेचे भाग" -#: ../gtk/gtkprogressbar.c:153 +#: gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" msgstr "gtk प्रगती सूचकपट्टीच्या क्षेत्रात बसविता येणारे(क्रियेचे) भाग(कालबाह्य)" -#: ../gtk/gtkprogressbar.c:160 +#: gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "सुटे भाग" -#: ../gtk/gtkprogressbar.c:161 +#: gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" msgstr "प्रगती सुचकपट्टीमधील सुटे भाग (सुट्यास्वरुपात शैलीदाखविताना)" -#: ../gtk/gtkprogressbar.c:168 +#: gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "सूक्ष्मभाग" -#: ../gtk/gtkprogressbar.c:169 +#: gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "एकुण कार्यापैकी काही भाग पूर्ण झाला आहे " -#: ../gtk/gtkprogressbar.c:176 +#: gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "कंपनक्रम" -#: ../gtk/gtkprogressbar.c:177 +#: gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "सिग्नल मिळाल्यावर gtk प्रगती सूचकपट्टी किती पूढे न्यायची ते दर्शविणारी संख्या" -#: ../gtk/gtkprogressbar.c:185 +#: gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "gtk प्रगती सूचकपट्टी मध्ये दर्शविण्याचा मजकुर" -#: ../gtk/gtkprogressbar.c:207 +#: gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." @@ -4231,59 +4241,59 @@ msgstr "" "प्रगती पट्टी कडे पूर्णत्व अक्षरमाळा दर्शविण्याकरीता मोकळी जागा प्राप्त न झाल्यास, " "अक्षरमाळा लंबकृत करण्यासाठीचे योग्य स्थान." -#: ../gtk/gtkprogressbar.c:214 +#: gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "X मोकळी जागा" -#: ../gtk/gtkprogressbar.c:215 +#: gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "प्रगती पट्टीच्या रूंदी करीता लागू केले गेलेली वाढीव जागा." -#: ../gtk/gtkprogressbar.c:220 +#: gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "X मोकळी जागा" -#: ../gtk/gtkprogressbar.c:221 +#: gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "प्रगती पट्टीच्या ऊंची करीता लागू केले गेलेली वाढीव जागा." -#: ../gtk/gtkprogressbar.c:234 +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "आडवी पट्टीची किमान रूंदी" -#: ../gtk/gtkprogressbar.c:235 +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "प्रगती पट्टीची किमान आडवी रूंदी" -#: ../gtk/gtkprogressbar.c:247 +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "आडवी पट्टीची किमान ऊंची" -#: ../gtk/gtkprogressbar.c:248 +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "प्रगती पट्टीची किमान आडवी ऊंची" -#: ../gtk/gtkprogressbar.c:260 +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "उभी पट्टीची किमान रूंदी" -#: ../gtk/gtkprogressbar.c:261 +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "प्रगती पट्टीची किमान उभी रूंदी" -#: ../gtk/gtkprogressbar.c:273 +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "उभी पट्टीची किमान ऊंची" -#: ../gtk/gtkprogressbar.c:274 +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "प्रगती पट्टीची किमान उभी ऊंची" -#: ../gtk/gtkradioaction.c:111 +#: gtk/gtkradioaction.c:111 msgid "The value" msgstr "मुल्य" -#: ../gtk/gtkradioaction.c:112 +#: gtk/gtkradioaction.c:112 msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." @@ -4291,149 +4301,152 @@ msgstr "" "ही कृती गटाची सद्याची कृती असल्यावर gtk_radio_action_get_current_value() द्वारे " "पुन्ह पाठविलेले मुल्य." -#: ../gtk/gtkradioaction.c:129 +#: gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "ही कृती ज्या रेडिओ कृती शी संलग्न ते दर्शवा." -#: ../gtk/gtkradioaction.c:144 +#: gtk/gtkradioaction.c:144 msgid "The current value" msgstr "सद्याचे मुल्य" -#: ../gtk/gtkradioaction.c:145 +#: gtk/gtkradioaction.c:145 msgid "" "The value property of the currently active member of the group to which this " "action belongs." -msgstr "गटातील सद्याचे सक्रीय सहभागीचे मुल्य गुणधर्मा ज्यास ही कृती निर्धारीत करण्यात आली आहे." +msgstr "" +"गटातील सद्याचे सक्रीय सहभागीचे मुल्य गुणधर्मा ज्यास ही कृती निर्धारीत करण्यात आली आहे." -#: ../gtk/gtkradiobutton.c:83 +#: gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "हे नियंत्रीत घटक ज्या संचाशी निगडीत आहे ते रेडियो बटण." -#: ../gtk/gtkradiomenuitem.c:344 +#: gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "हे नियंत्रण घटक ज्या गटाशी निगडीत आहे त्याकरीताचे रेडिओ बटण." -#: ../gtk/gtkradiotoolbutton.c:66 +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "या बटनचे समुह रेडीओ साधन बटन आहे." -#: ../gtk/gtkrange.c:358 +#: gtk/gtkrange.c:358 msgid "Update policy" msgstr "समशोधनाचे धोरण" -#: ../gtk/gtkrange.c:359 +#: gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "पडद्यावरील क्षेत्राचे समशोधन कसे करावे" -#: ../gtk/gtkrange.c:368 +#: gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "या क्षेत्रातील वस्तुमानाचे चालू मूल्य असणारे Gtk" -#: ../gtk/gtkrange.c:375 +#: gtk/gtkrange.c:375 msgid "Inverted" msgstr "आतल्या बाजुला वळणारे" -#: ../gtk/gtkrange.c:376 +#: gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" msgstr "क्षेत्रमूल्य वाढविण्यासाठी सरकणारी आतील बाजूस वळणारी सरकपट्टी" -#: ../gtk/gtkrange.c:383 +#: gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "खालच्या दिशेने" -#: ../gtk/gtkrange.c:384 +#: gtk/gtkrange.c:384 msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" msgstr "स्टेपर करीता संवेदनशील करार जे नियंत्रणाच्या तळ भागी निर्देशन करते" -#: ../gtk/gtkrange.c:392 +#: gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "वरच्या दिशेने" -#: ../gtk/gtkrange.c:393 +#: gtk/gtkrange.c:393 msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" msgstr "स्टेपर करीता संवेदनशील करार जे नियंत्रणाच्या शिर्ष भागी निर्देशन करते" -#: ../gtk/gtkrange.c:410 +#: gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "भरीव स्थर दर्शवा" -#: ../gtk/gtkrange.c:411 +#: gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "ट्रफ वरील भरीव स्थर सूचक चित्रलेख दर्शवायचे का." -#: ../gtk/gtkrange.c:427 +#: gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "भरीव स्थर निर्बंधित करा" -#: ../gtk/gtkrange.c:428 +#: gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "वरील सीमा भरीव स्थर पर्यंत निर्बंधित करायची का." -#: ../gtk/gtkrange.c:443 +#: gtk/gtkrange.c:443 msgid "Fill Level" msgstr "भरीव स्थर" -#: ../gtk/gtkrange.c:444 +#: gtk/gtkrange.c:444 msgid "The fill level." msgstr "भरीव स्थर." -#: ../gtk/gtkrange.c:452 +#: gtk/gtkrange.c:452 msgid "Slider Width" msgstr "सरकपट्टीची रुंदी" -#: ../gtk/gtkrange.c:453 +#: gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "Gtk स्क्रोल बारची रुंदी" -#: ../gtk/gtkrange.c:460 +#: gtk/gtkrange.c:460 msgid "Trough Border" msgstr "ट्रफ सीमा" -#: ../gtk/gtkrange.c:461 +#: gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "मोकळी जागा ठेवा" -#: ../gtk/gtkrange.c:468 +#: gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "स्टेपरचा आकार" -#: ../gtk/gtkrange.c:469 +#: gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "दोन्ही टोकांना असलेल्या स्टॅप बटणांची लांबी" -#: ../gtk/gtkrange.c:484 +#: gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "मोकळी जागा ठेवा" -#: ../gtk/gtkrange.c:485 +#: gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "मोकळी जागा ठेवा" -#: ../gtk/gtkrange.c:492 +#: gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "x बाणाचे विस्थापन" -#: ../gtk/gtkrange.c:493 -msgid "How far in the x direction to move the arrow when the button is depressed" +#: gtk/gtkrange.c:493 +msgid "" +"How far in the x direction to move the arrow when the button is depressed" msgstr "बटण दाबल्यानंतर बाण x दिशेने कुठवर न्यायचा आहे" -#: ../gtk/gtkrange.c:500 +#: gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "Y बाणाचे विस्थापन" -#: ../gtk/gtkrange.c:501 -msgid "How far in the y direction to move the arrow when the button is depressed" +#: gtk/gtkrange.c:501 +msgid "" +"How far in the y direction to move the arrow when the button is depressed" msgstr "बटण दाबल्यानंतर बाण y दिशेने कुठवर न्यायचा आहे" -#: ../gtk/gtkrange.c:509 +#: gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "ओढतेवेळी स्लाईडर सक्रीय करा" -#: ../gtk/gtkrange.c:510 +#: gtk/gtkrange.c:510 msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" @@ -4441,21 +4454,22 @@ msgstr "" "हे पर्याय खरे निश्चित केल्यास, स्लाईडर सक्रीय केले जाईल व ओढून टाकतेवेळी ते काळोखस्वरूपात " "दिसतील" -#: ../gtk/gtkrange.c:524 +#: gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "ट्रफ बाजूचे तपशील" -#: ../gtk/gtkrange.c:525 +#: gtk/gtkrange.c:525 msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" -msgstr "खरे असल्यास, स्लाईडर च्या दोन्ही बाजूती ट्रफचे भाग विविध तपशील द्वारे रेखाटले जातात" +msgstr "" +"खरे असल्यास, स्लाईडर च्या दोन्ही बाजूती ट्रफचे भाग विविध तपशील द्वारे रेखाटले जातात" -#: ../gtk/gtkrange.c:541 +#: gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "Under Steppers शी निगडीत" -#: ../gtk/gtkrange.c:542 +#: gtk/gtkrange.c:542 msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" @@ -4463,253 +4477,255 @@ msgstr "" "पूर्ण लांबीच्या क्षेत्रकरीता ट्रफ रेखाटले पाहिजे का किंवा स्टेपर व मोकळी जागा काढूण टाकायला " "हवे का" -#: ../gtk/gtkrange.c:555 +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "बाण प्रमाण" -#: ../gtk/gtkrange.c:556 +#: gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "बटन आकार बदलविणे परस्पर असलेले बाण प्रमाण" -#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 +#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "क्रमांक दर्शवा" -#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 +#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "घटक क्रमांकाशी दर्शविले पाहिजे का" -#: ../gtk/gtkrecentchooser.c:132 +#: gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "अलिकडील व्यवस्थापक" -#: ../gtk/gtkrecentchooser.c:133 +#: gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "वापरण्याजोगी अलिकडीलव्यवस्थापक घटक" -#: ../gtk/gtkrecentchooser.c:147 +#: gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "व्यक्तिगत दर्शवा" -#: ../gtk/gtkrecentchooser.c:148 +#: gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "व्यक्तिगत घटक दर्शविले पाहिजे का" -#: ../gtk/gtkrecentchooser.c:161 +#: gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "साधनटिप दर्शवा" -#: ../gtk/gtkrecentchooser.c:162 +#: gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "घटकावर साधनटिप असायला हवे का" -#: ../gtk/gtkrecentchooser.c:174 +#: gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "चिन्ह दर्शवा" -#: ../gtk/gtkrecentchooser.c:175 +#: gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "घटका जवळ चिन्ह असायला हवे का" -#: ../gtk/gtkrecentchooser.c:190 +#: gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "आढळले नाही हे दर्शवा" -#: ../gtk/gtkrecentchooser.c:191 +#: gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "अनुपलब्ध स्त्रोत करीता निर्देशीत घटक दर्शविले पाहिजे का" -#: ../gtk/gtkrecentchooser.c:204 +#: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "बहु घटक निवडण्याकरीता परवानगी द्यायला हवी का" -#: ../gtk/gtkrecentchooser.c:217 +#: gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "फक्त स्थानीक" -#: ../gtk/gtkrecentchooser.c:218 +#: gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "निवडलेले स्त्रोत स्थानीक फाइल करीता सीमीत ठेवायचे का: URI" -#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 +#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "सीमा" -#: ../gtk/gtkrecentchooser.c:235 +#: gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "कमाल दर्शवायचे ते घटकाची एकूण संख्या" -#: ../gtk/gtkrecentchooser.c:249 +#: gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "क्रमवारी प्रकार" -#: ../gtk/gtkrecentchooser.c:250 +#: gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "दर्शविलेले घटकाची क्रमवारी सूची" -#: ../gtk/gtkrecentchooser.c:265 +#: gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "दर्शविण्याजोगी स्त्रोत निवडण्याकरीताचे सद्याचे फिल्टर" -#: ../gtk/gtkrecentmanager.c:215 +#: gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "यादी संचयन व वाचण करीता फाइलचे पूर्ण मार्ग" -#: ../gtk/gtkrecentmanager.c:230 -msgid "The maximum number of items to be returned by gtk_recent_manager_get_items()" +#: gtk/gtkrecentmanager.c:230 +msgid "" +"The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "gtk_recent_manager_get_items() द्वारे पुन्ह पाठविलेले कमाल घटकांची संख्या" -#: ../gtk/gtkrecentmanager.c:246 +#: gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "अलिकडील वापरण्याजोगी स्त्रोत यादीचा आकार" -#: ../gtk/gtkruler.c:128 +#: gtk/gtkruler.c:128 msgid "Lower" msgstr "खालच्या दिशेने" -#: ../gtk/gtkruler.c:129 +#: gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "मोजपट्टीची किमान सीमा" -#: ../gtk/gtkruler.c:138 +#: gtk/gtkruler.c:138 msgid "Upper" msgstr "वरच्या दिशेने" -#: ../gtk/gtkruler.c:139 +#: gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "मोजपट्टीची वरील सीमा" -#: ../gtk/gtkruler.c:149 +#: gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "मोजपट्टीवरील चिन्हाची स्थिति" -#: ../gtk/gtkruler.c:158 +#: gtk/gtkruler.c:158 msgid "Max Size" msgstr "कमाल आकार" -#: ../gtk/gtkruler.c:159 +#: gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "मोजपट्टीचा कमाल आकार" -#: ../gtk/gtkruler.c:174 +#: gtk/gtkruler.c:174 msgid "Metric" msgstr "गुणविशेष" -#: ../gtk/gtkruler.c:175 +#: gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "पट्टी करीता वापरलेले गुणविशेष" -#: ../gtk/gtkscale.c:201 +#: gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "मूल्यरूपात प्रदर्शित केली जाणारी दशांकांची संख्या" -#: ../gtk/gtkscale.c:210 +#: gtk/gtkscale.c:210 msgid "Draw Value" msgstr "मूल्य दाखवा" -#: ../gtk/gtkscale.c:211 +#: gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "सरकपट्टीच्या पुढे अक्षरमालेप्रमाणे वर्तमान मूल्य प्रदर्शित करायचे आहे का" -#: ../gtk/gtkscale.c:218 +#: gtk/gtkscale.c:218 msgid "Value Position" msgstr "मूल्य स्थिती" -#: ../gtk/gtkscale.c:219 +#: gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "वर्तमान मूल्य प्रदर्शित करण्याची स्थिती" -#: ../gtk/gtkscale.c:226 +#: gtk/gtkscale.c:226 msgid "Slider Length" msgstr "सरकपट्टीची लांबी" -#: ../gtk/gtkscale.c:227 +#: gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "सरकत्या मोजपट्टीची लांबी" -#: ../gtk/gtkscale.c:235 +#: gtk/gtkscale.c:235 msgid "Value spacing" msgstr "मुल्यांमधील मोकळी जागा" -#: ../gtk/gtkscale.c:236 +#: gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "पाठ्यमधिल मुल्य आणि सरकपट्टी/ट्रफ कक्षा मधिल मोकळी जागा" -#: ../gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "स्केलचे मुल्य" -#: ../gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "चिन्ह आकार" -#: ../gtk/gtkscalebutton.c:224 -msgid "The GtkAdjustment that contains the current value of this scale button object" +#: gtk/gtkscalebutton.c:226 +msgid "" +"The GtkAdjustment that contains the current value of this scale button object" msgstr "या प्रमाण बटण घटकाकरीताचे सद्याचे मुल्य समाविष्टीत असणारे GtkAdjustment" -#: ../gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "चिन्ह" -#: ../gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "चिन्हाचे नावाची यादी" -#: ../gtk/gtkscrollbar.c:51 +#: gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "सरकपट्टीची किमान लांबी" -#: ../gtk/gtkscrollbar.c:52 +#: gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "स्क्रोलबार सरकपट्टीची किमान लांबी" -#: ../gtk/gtkscrollbar.c:60 +#: gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "सरकपट्टीची स्थिर आकारस्थिती" -#: ../gtk/gtkscrollbar.c:61 +#: gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "सरकपट्टीचा आकार बदलू नका, किमान अंतरावर स्थिर ठेवा" -#: ../gtk/gtkscrollbar.c:82 -msgid "Display a second backward arrow button on the opposite end of the scrollbar" +#: gtk/gtkscrollbar.c:82 +msgid "" +"Display a second backward arrow button on the opposite end of the scrollbar" msgstr "स्क्रोलबारच्या विरुध्द टोकाकडील एक पायरी मागे जाणारे बाणदर्शक बटण दाखवा" -#: ../gtk/gtkscrollbar.c:89 -msgid "Display a second forward arrow button on the opposite end of the scrollbar" +#: gtk/gtkscrollbar.c:89 +msgid "" +"Display a second forward arrow button on the opposite end of the scrollbar" msgstr "सरकपट्टीच्या विरूध्द दिशेस दुसरे पुढे निर्देशीत बाणचे बटण दर्शवा" -#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 -#: ../gtk/gtktreeview.c:578 +#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "क्षितिजपातळीवरील जुळणी" -#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 -#: ../gtk/gtktreeview.c:586 +#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "उभ्या दिशेने जुळणी" -#: ../gtk/gtkscrolledwindow.c:232 +#: gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "क्षितिजपातळीवरील स्क्रोलबारची रीत" -#: ../gtk/gtkscrolledwindow.c:233 +#: gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "क्षितिजपातळीवरील स्क्रोलबार केव्हा प्रदर्शित करायचा आहे" -#: ../gtk/gtkscrolledwindow.c:240 +#: gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "उभ्या दिशेकडील स्क्रोलबारची रीत" -#: ../gtk/gtkscrolledwindow.c:241 +#: gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "उभ्या दिशेकडील स्क्रोलबार केव्हा प्रदर्शित करायचा आहे" -#: ../gtk/gtkscrolledwindow.c:249 +#: gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "विन्डोचे स्थान निर्धारण" -#: ../gtk/gtkscrolledwindow.c:250 +#: gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." @@ -4717,11 +4733,11 @@ msgstr "" "अनुक्रम सरकावपट्टीशी निगडीत स्थित राहते. हे गुणधर्म तरच प्रभावी ठरते जर \"window-" "placement-set\" खरे असे निश्चित असते." -#: ../gtk/gtkscrolledwindow.c:267 +#: gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "चौकट स्थिती संच" -#: ../gtk/gtkscrolledwindow.c:268 +#: gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." @@ -4729,35 +4745,35 @@ msgstr "" "सरकावपट्टी शी निगडीत अनुक्रमाचे स्थान निश्चित करण्याकरीता \"window-placement\" " "वापरले पाहिजे का." -#: ../gtk/gtkscrolledwindow.c:274 +#: gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "छायेप्रमाणे" -#: ../gtk/gtkscrolledwindow.c:275 +#: gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "विषयवस्तुच्या भोवतालीचा उठाव प्रकार" -#: ../gtk/gtkscrolledwindow.c:289 +#: gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "bevel च्या अंतर्गत सरकावपट्टी" -#: ../gtk/gtkscrolledwindow.c:290 +#: gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "सरकवलेल्या चौकटीच्या bevel अंतर्गत सरकावपट्टी स्थित करा" -#: ../gtk/gtkscrolledwindow.c:296 +#: gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "स्तंभामधील रिकामी जागा" -#: ../gtk/gtkscrolledwindow.c:297 +#: gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "सरकाव पट्टी व सरकाव चौकट मधिल पिक्सेलची एकूण संख्या" -#: ../gtk/gtkscrolledwindow.c:312 +#: gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "सरकाव चौकट स्थिती" -#: ../gtk/gtkscrolledwindow.c:313 +#: gtk/gtkscrolledwindow.c:313 msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." @@ -4765,19 +4781,19 @@ msgstr "" "जेथे सरकावपट्टी चौकटीचे अनुक्रम सरकावपट्टीशी निगडीत असते, तरी सरकाव चौकटीच्या स्वतःच्या " "स्थितीने खोडून पुन्हा लिहीले जात नाही." -#: ../gtk/gtkseparatortoolitem.c:105 +#: gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "रेखाटा" -#: ../gtk/gtkseparatortoolitem.c:106 +#: gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "विभाजक रेखटाले आहे का, किंवा ते रिकामेच आहे" -#: ../gtk/gtksettings.c:215 +#: gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "दोनदा क्लिक करण्याची वेळ" -#: ../gtk/gtksettings.c:216 +#: gtk/gtksettings.c:216 msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" @@ -4785,11 +4801,11 @@ msgstr "" "दोनदा क्लिक करताना लागणारा (मिलीसेकन्दच्या रुपात) कमाल वेळ ज्यामुळे दोन वेळा क्लिक " "झाल्याचे नक्की करता येते" -#: ../gtk/gtksettings.c:223 +#: gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "दोनवेळा किल्क केल्याचे अंतर" -#: ../gtk/gtksettings.c:224 +#: gtk/gtksettings.c:224 msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" @@ -4797,181 +4813,184 @@ msgstr "" "दोनदा क्लिक करताना लागणारा (मिलीसेकन्दच्या रुपात) कमाल वेळ ज्यामुळे दोन वेळा क्लिक " "झाल्याचे नक्की करता येते" -#: ../gtk/gtksettings.c:240 +#: gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "कर्सरचे लुकलुकणे" -#: ../gtk/gtksettings.c:241 +#: gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "कर्सर लुकलुकावा काय" -#: ../gtk/gtksettings.c:248 +#: gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "कर्सर लुकलुकण्याचा काळ" -#: ../gtk/gtksettings.c:249 +#: gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "कर्सर लुकलुकण्याच्या प्रवाहची लांबी, मिलीसेकंद मध्ये" -#: ../gtk/gtksettings.c:268 +#: gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "कर्सर लुकलुकपणा कालबाह्य झाले" -#: ../gtk/gtksettings.c:269 +#: gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "ठराविक वेळ नंतर कर्सर लुकलुणे थांबते, ती सेकंदामधिल वेळ" -#: ../gtk/gtksettings.c:276 +#: gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "कर्सरचे विभाजन करा" -#: ../gtk/gtksettings.c:277 +#: gtk/gtksettings.c:277 msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" -msgstr "डावीकडून-उजवीकडे आणि उजवीकडून-डावीकडे संमिश्र मजकुर नेण्यासाठी दोन कर्सर दाखवायचे आहेत का" +msgstr "" +"डावीकडून-उजवीकडे आणि उजवीकडून-डावीकडे संमिश्र मजकुर नेण्यासाठी दोन कर्सर दाखवायचे आहेत का" -#: ../gtk/gtksettings.c:284 +#: gtk/gtksettings.c:284 msgid "Theme Name" msgstr "प्रसंगाचे (विषय) नाव" -#: ../gtk/gtksettings.c:285 +#: gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "सुरू करण्यासाठी लागणाऱ्या प्रासंगिक RC फाइलचे नाव" -#: ../gtk/gtksettings.c:293 +#: gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "चिन्ह नाव" -#: ../gtk/gtksettings.c:294 +#: gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "वापरण्याजोगी चिन्ह सुत्रयोजनाचे नाव" -#: ../gtk/gtksettings.c:302 +#: gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "चिन्ह नाव" -#: ../gtk/gtksettings.c:303 +#: gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "प्रतिकृती चिन्ह करीताचे सुत्रयोजनाचे नाव" -#: ../gtk/gtksettings.c:311 +#: gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "मुख्य प्रसंगाचे नाव" -#: ../gtk/gtksettings.c:312 +#: gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "सुरू करण्यासाठी लागणाऱ्या मुख्य प्रासंगिक RC फाइलचे नाव" -#: ../gtk/gtksettings.c:320 +#: gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "मेनू बार गतीदर्शक" -#: ../gtk/gtksettings.c:321 +#: gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "मेनू बार क्रियाशील करणारी बटणे" -#: ../gtk/gtksettings.c:329 +#: gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "प्रारंभिक बिंदू ओढणे" -#: ../gtk/gtksettings.c:330 +#: gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "ओढण्यापूर्वी कर्सर किती अक्षरबिंदू गतीशील करु शकतो" -#: ../gtk/gtksettings.c:338 +#: gtk/gtksettings.c:338 msgid "Font Name" msgstr "फोन्टचे नाव" -#: ../gtk/gtksettings.c:339 +#: gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "वापर होणाऱ्या सर्वसाधारण फोन्टचे नाव" -#: ../gtk/gtksettings.c:361 +#: gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "चिन्ह" -#: ../gtk/gtksettings.c:362 +#: gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "चिन्ह आकारमानाची यादी (gtk-menu=16,16:gtk-button=20,20..." -#: ../gtk/gtksettings.c:370 +#: gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "GTK विभाग" -#: ../gtk/gtksettings.c:371 +#: gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "संख्या अक्टिव्ह असलेली GTK विभाग" -#: ../gtk/gtksettings.c:380 +#: gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Xft ऍन्टीअलाईस" -#: ../gtk/gtksettings.c:381 +#: gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "जर एँटीअलाईस Xft फॉन्ट्स; 0=नाही, 1=होय, -1=मूळ" -#: ../gtk/gtksettings.c:390 +#: gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Xft हिंटींग" -#: ../gtk/gtksettings.c:391 +#: gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "जर हिंट Xft फॉन्ट्स; 0=नाही, 1=होय, -1=मूळ" -#: ../gtk/gtksettings.c:400 +#: gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "शैली" -#: ../gtk/gtksettings.c:401 -msgid "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" +#: gtk/gtksettings.c:401 +msgid "" +"What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "हिंटींग करीता कोणते स्थर वापरायचे; काहीच नाही, थोडे, मध्यम, किंवा पूर्ण" -#: ../gtk/gtksettings.c:410 +#: gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft RGBA" -#: ../gtk/gtksettings.c:411 +#: gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "उपपिक्सेल antialiasing चा प्रकार; काहीच नाही, rgb, bgr, vrgb, vbgr" -#: ../gtk/gtksettings.c:420 +#: gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Xft DPI" -#: ../gtk/gtksettings.c:421 +#: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" msgstr "रिझॉल्यूशन Xft, मध्ये 1024 * बिंदू/इंच. -1 मूळ किंमत वापरा" -#: ../gtk/gtksettings.c:430 +#: gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "कर्सर सुत्रयोजनाचे नाव" -#: ../gtk/gtksettings.c:431 +#: gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" -msgstr "वापरण्याजोगी कर्सर सुत्रयोजनाचे नाव, किंवा काहीच नाही ला मुलभूत सुत्रयोजना म्हणून वापरा" +msgstr "" +"वापरण्याजोगी कर्सर सुत्रयोजनाचे नाव, किंवा काहीच नाही ला मुलभूत सुत्रयोजना म्हणून वापरा" -#: ../gtk/gtksettings.c:439 +#: gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "कर्सर सुत्रयोजनाचे आकार" -#: ../gtk/gtksettings.c:440 +#: gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "कर्सर करीता वापरण्याजोगी आकार, किंवा 0 ला मुलभूत आकार म्हणून वापरा" -#: ../gtk/gtksettings.c:450 +#: gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "पर्यायी बटनाची क्रमवारी" -#: ../gtk/gtksettings.c:451 +#: gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" msgstr "संवादपटल मध्ये वापरण्याजोगी बटण करीता पर्यायी बटण क्रमवारी वापरावी का" -#: ../gtk/gtksettings.c:468 +#: gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "पर्यायी क्रमवारी सूचक निर्देशन" -#: ../gtk/gtksettings.c:469 +#: gtk/gtksettings.c:469 msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" @@ -4979,240 +4998,240 @@ msgstr "" "मुलभूतशी जुळविल्यास अनुक्रम सूचकाचे यादी व वृक्ष दृश्य मध्ये दिशा उलटे असायला हवे का (येथे " "खाली म्हणजे चढतेक्रम)" -#: ../gtk/gtksettings.c:477 +#: gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "'इंनपुट पध्दती' मेन्यु दर्शवा" -#: ../gtk/gtksettings.c:478 +#: gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" msgstr "नोंदणी व पाठ्य दृश्याचे संदर्भने इंनपुट पध्दती बदलविण्यास विचारले पाहिजे का" -#: ../gtk/gtksettings.c:486 +#: gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "'Unicode नियंत्रण अक्षर अंतर्भूत करा' मेन्यु दर्शवा" -#: ../gtk/gtksettings.c:487 +#: gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" msgstr "नोंदणी व पाठ्य दृश्यचे संदर्भ मेन्यु मध्ये नियंत्रण अक्षर अंतर्भूत केले पाहिजे का" -#: ../gtk/gtksettings.c:495 +#: gtk/gtksettings.c:495 msgid "Start timeout" msgstr "कालबाह्यता सुरू करा" -#: ../gtk/gtksettings.c:496 +#: gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "बटण दाबल्यास, कालबाह्य करीता मुल्य सुरू करा" -#: ../gtk/gtksettings.c:505 +#: gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "कालबाह्यता पुन्हा करा" -#: ../gtk/gtksettings.c:506 +#: gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "बटण दाबल्यावर, कालबाह्यता करीता पुनराकृती मुल्य" -#: ../gtk/gtksettings.c:515 +#: gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "विस्तार करा" -#: ../gtk/gtksettings.c:516 +#: gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "विस्तार करा" -#: ../gtk/gtksettings.c:551 +#: gtk/gtksettings.c:551 msgid "Color scheme" msgstr "रंग रचना" -#: ../gtk/gtksettings.c:552 +#: gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "सुत्रयोजना मध्ये वापरण्याजोगी नामांकीत रंगाचे पेलेट" -#: ../gtk/gtksettings.c:561 +#: gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "चित्रचेतनीकरण कार्यान्वीत करा" -#: ../gtk/gtksettings.c:562 +#: gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "साधन-युक्त चित्रचेतनीकरण कार्यान्वीत करायचे का." -#: ../gtk/gtksettings.c:580 +#: gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "मोड (रूप)" -#: ../gtk/gtksettings.c:581 +#: gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "खरे असल्यास, पडद्यावर चल सूचना दर्शविण्याकरीता घटना नाही" -#: ../gtk/gtksettings.c:598 +#: gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "साधनटिप कालबाह्य" -#: ../gtk/gtksettings.c:599 +#: gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "साधनटिप दर्शविण्यापूर्वीचे कालबाह्य झाले" -#: ../gtk/gtksettings.c:624 +#: gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "साधनटिप संचार कालबाह्य" -#: ../gtk/gtksettings.c:625 +#: gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "ब्राउज पध्दती कार्यान्वीत केल्यावर साधनटिप दर्शविण्यापूर्वीचे कालबाह्यता" -#: ../gtk/gtksettings.c:646 +#: gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "साधनटिप रीत" -#: ../gtk/gtksettings.c:647 +#: gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "कालबाह्यता ज्यानंतर ब्राऊजर पध्दती अकार्यान्वीत केले जाते" -#: ../gtk/gtksettings.c:666 +#: gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "फक्त Keynav कर्सर" -#: ../gtk/gtksettings.c:667 +#: gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" msgstr "खरे असल्यास, नियंत्रीत घटक करीता फक्त कर्सर कळ उपलब्ध आहे" -#: ../gtk/gtksettings.c:684 +#: gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "कवर करा" -#: ../gtk/gtksettings.c:685 +#: gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "कळफलक-संचार नियंत्रण घटक भोवती गुंडाळाचे का" -#: ../gtk/gtksettings.c:705 +#: gtk/gtksettings.c:705 msgid "Error Bell" msgstr "त्रुटी घंटा" -#: ../gtk/gtksettings.c:706 +#: gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "खरे असल्यास, कळफलक संचार व अन्य त्रुटी बीप निर्माण करेल का" -#: ../gtk/gtksettings.c:723 +#: gtk/gtksettings.c:723 msgid "Color Hash" msgstr "रंग हॅश" -#: ../gtk/gtksettings.c:724 +#: gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "रंग सुत्रयोजनाचे हॅश कोष्टक प्रस्तुतीकरण." -#: ../gtk/gtksettings.c:732 +#: gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "मुलभूत फाइल निवडकर्ता प्रतिकृती" -#: ../gtk/gtksettings.c:733 +#: gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "मुलभूतरित्या वापरण्यासाठी GtkFileChooser प्रतिकृतीचे नाव" -#: ../gtk/gtksettings.c:750 +#: gtk/gtksettings.c:750 msgid "Default print backend" msgstr "मुलभूत छपाई प्रतिकृती" -#: ../gtk/gtksettings.c:751 +#: gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "मुलभूतरित्या वापरण्यासाठी GtkPrintBackend प्रतिकृतीची यादी" -#: ../gtk/gtksettings.c:774 +#: gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "छपाईपूर्वदृश्य दर्शवितेवेळीचे चालविण्याकरीताचे मुलभूत आदेश" -#: ../gtk/gtksettings.c:775 +#: gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "छपाई पूर्वदृश्य दर्शवितेवेळी चालविण्याकरीताचे आदेश" -#: ../gtk/gtksettings.c:791 +#: gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "नेमॉनीक्स कार्यान्वीत करा" -#: ../gtk/gtksettings.c:792 +#: gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "लेबलला नेमॉनीक्स असावेत का" -#: ../gtk/gtksettings.c:808 +#: gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "प्रवर्गक कार्यान्वतीत करा" -#: ../gtk/gtksettings.c:809 +#: gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "मेन्यु घटकास प्रवर्गक असायला हवे का" -#: ../gtk/gtksettings.c:826 +#: gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "अलिकडील फाइल सीमा" -#: ../gtk/gtksettings.c:827 +#: gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "अलिकडील वापरलेले फाइलंची संख्या" -#: ../gtk/gtksettings.c:845 +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "मुलभूत IM विभाग" -#: ../gtk/gtksettings.c:846 +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "मुलभूतरित्या कोणते IM विभाग वापरले पाहिजे" -#: ../gtk/gtksettings.c:864 +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "अलिकडील फाइलची कमाल कालावधी" -#: ../gtk/gtksettings.c:865 +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "अलिकडील वापरलेले फाइलची कमाल कालावधी, दिवस नुरूप" -#: ../gtk/gtksettings.c:874 +#: gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Fontconfig संयोजना टाइमस्टॅम्प" -#: ../gtk/gtksettings.c:875 +#: gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "वर्तमान fontconfig संयोजनाचे टाइमस्टॅम्प" -#: ../gtk/gtksettings.c:897 +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "आवाज सुत्रयोजना नाव" -#: ../gtk/gtksettings.c:898 +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "XDG आवाज सुत्रयोजना नाव" #. Translators: this means sounds that are played as feedback to user input -#: ../gtk/gtksettings.c:920 +#: gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "ऐकूयेण्याजोगी इनपुट प्रतिसाद" -#: ../gtk/gtksettings.c:921 +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "वापरकर्ता इनपुट करीता प्रतिसाद दर्शविण्याकरीता घटना संगीत चालवायचे" -#: ../gtk/gtksettings.c:942 +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "घटना संगीत कार्यान्वीत करा" -#: ../gtk/gtksettings.c:943 +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "कुठलेही घटना संगीत चालवायचे का" -#: ../gtk/gtksettings.c:958 +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "टूलटिप कार्यान्वीत करा" -#: ../gtk/gtksettings.c:959 +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "विजेटवरील टूलटिप दर्शविले पाहिजे का" -#: ../gtk/gtksizegroup.c:293 +#: gtk/gtksizegroup.c:293 msgid "Mode" msgstr "मोड (रूप)" -#: ../gtk/gtksizegroup.c:294 +#: gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" @@ -5220,211 +5239,213 @@ msgstr "" "ज्या दिशेने आकारगट (size group) आपल्या उप-गटाना हवी असणारी जागा उपलब्ध करून देतो " "त्या दिशा" -#: ../gtk/gtksizegroup.c:310 +#: gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "लपविलेल्यास दुर्लक्ष करा" -#: ../gtk/gtksizegroup.c:311 -msgid "If TRUE, unmapped widgets are ignored when determining the size of the group" +#: gtk/gtksizegroup.c:311 +msgid "" +"If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "" "खरे असल्यास, गटाचे आकार निश्चित करतेवेळी जुळवणी स्थापीत नसलेले नियंत्रीत घटक दुर्लक्षीत केले " "जाते" -#: ../gtk/gtkspinbutton.c:209 +#: gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "या जुळणीमुळे बटणाचे (spinbutton) मूल्य राखता येते" -#: ../gtk/gtkspinbutton.c:216 +#: gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "चढणदर" -#: ../gtk/gtkspinbutton.c:236 +#: gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "खुणा चौकटबंद करा" -#: ../gtk/gtkspinbutton.c:237 +#: gtk/gtkspinbutton.c:237 msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" msgstr "बटणामध्ये चुकीचे मूल्य असल्यास ते आपोआप जवळच्या योग्य मुल्यात बदललेजाते की नाही" -#: ../gtk/gtkspinbutton.c:244 +#: gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "सांख्यिक" -#: ../gtk/gtkspinbutton.c:245 +#: gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "असांख्यिक अक्षरे दुर्लक्षित करावी का" -#: ../gtk/gtkspinbutton.c:252 +#: gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "कवर करा" -#: ../gtk/gtkspinbutton.c:253 +#: gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "आपल्या सीमेपर्यंत पोहोचल्यावर स्पिन बटण कवर व्हावे का" -#: ../gtk/gtkspinbutton.c:260 +#: gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "समशोधनाची रीत" -#: ../gtk/gtkspinbutton.c:261 -msgid "Whether the spin button should update always, or only when the value is legal" +#: gtk/gtkspinbutton.c:261 +msgid "" +"Whether the spin button should update always, or only when the value is legal" msgstr "स्पिन बटणाने नेहमी समशोधन करावे की केवळ मूल्य वैध असते तेव्हा करावे" -#: ../gtk/gtkspinbutton.c:270 +#: gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "वर्तमान मूल्य वाचते किंवा एक नवीन मूल्य निर्धारित करते" -#: ../gtk/gtkspinbutton.c:279 +#: gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "शैली" -#: ../gtk/gtkstatusbar.c:141 +#: gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "पकड पुन:आकाराची आहे" -#: ../gtk/gtkstatusbar.c:142 +#: gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "वरच्या क्रमवारी मूळ रूपात आणण्यास स्थितीदर्शक पट्टीकडे पकड आहे का" -#: ../gtk/gtkstatusbar.c:187 +#: gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "स्थिती सुचक पट्टी वरील मजकुराभोवतीची उठाव शैली" -#: ../gtk/gtkstatusicon.c:268 +#: gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "चिन्हाचे आकार" -#: ../gtk/gtkstatusicon.c:278 +#: gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "ही स्थिती चिन्ह दर्शविले जाईल तो पडदा" -#: ../gtk/gtkstatusicon.c:285 +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "लुकलुक करीत आहे" -#: ../gtk/gtkstatusicon.c:286 +#: gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "स्थिती चिन्ह लुकलुक करीत आहे की नाही" -#: ../gtk/gtkstatusicon.c:294 +#: gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "सुस्पष्ट चित्र" -#: ../gtk/gtkstatusicon.c:310 +#: gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "स्तिथी चिन्ह अंतर्भूत करायचे की नाही" -#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 +#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "ट्रेची दिशा" -#: ../gtk/gtkstatusicon.c:353 ../gtk/gtkwidget.c:632 +#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "टूलटिप आहे" -#: ../gtk/gtkstatusicon.c:354 +#: gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" msgstr "या ट्रे चिन्ह करीता टूलटिप आहे का" -#: ../gtk/gtkstatusicon.c:375 ../gtk/gtkwidget.c:653 +#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 msgid "Tooltip Text" msgstr "साधनटिप लिखाण" -#: ../gtk/gtkstatusicon.c:376 ../gtk/gtkwidget.c:654 ../gtk/gtkwidget.c:675 +#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 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:674 msgid "Tooltip markup" msgstr "टूलटिप मार्कअप" -#: ../gtk/gtkstatusicon.c:400 +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "या ट्रे चिन्ह करीता टूलटीपची अंतर्भूत माहिती" -#: ../gtk/gtktable.c:129 +#: gtk/gtktable.c:129 msgid "Rows" msgstr "ओळी" -#: ../gtk/gtktable.c:130 +#: gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "टेबलमधील ओळींची संख्या" -#: ../gtk/gtktable.c:138 +#: gtk/gtktable.c:138 msgid "Columns" msgstr "स्तंभ" -#: ../gtk/gtktable.c:139 +#: gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "टेबलमधील स्तंभ संख्या" -#: ../gtk/gtktable.c:147 +#: gtk/gtktable.c:147 msgid "Row spacing" msgstr "ओळीमधील रिकामी जागा" -#: ../gtk/gtktable.c:148 +#: gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "पाठोपाठ येणाऱ्या दोन ओळींमधील रिकामी जागा" -#: ../gtk/gtktable.c:156 +#: gtk/gtktable.c:156 msgid "Column spacing" msgstr "स्तंभामधील रिकामी जागा" -#: ../gtk/gtktable.c:157 +#: gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "पाठोपाठ येणाऱ्या दोन स्तंभामधील रिकामी जागा" -#: ../gtk/gtktable.c:166 +#: gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "रुंदी उंची " -#: ../gtk/gtktable.c:173 +#: gtk/gtktable.c:173 msgid "Left attachment" msgstr "डावीकडील जोड" -#: ../gtk/gtktable.c:180 +#: gtk/gtktable.c:180 msgid "Right attachment" msgstr "उजवीकडील जोड" -#: ../gtk/gtktable.c:181 +#: gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "उप घटकाच्या उजव्या बाजूस चिकटवायचे ते स्तंभ क्रमांक" -#: ../gtk/gtktable.c:187 +#: gtk/gtktable.c:187 msgid "Top attachment" msgstr "वरची जुळवणी" -#: ../gtk/gtktable.c:188 +#: gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "घटकाच्या वरच्या बाजूस चिकटवायचे ते ओळ क्रमांक" -#: ../gtk/gtktable.c:194 +#: gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "तळ जोड" -#: ../gtk/gtktable.c:201 +#: gtk/gtktable.c:201 msgid "Horizontal options" msgstr "आडवे पर्याय" -#: ../gtk/gtktable.c:202 +#: gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "उप घटकाची आडवे वर्तवणूक दर्शविणारे विकल्प" -#: ../gtk/gtktable.c:208 +#: gtk/gtktable.c:208 msgid "Vertical options" msgstr "उभे पर्याय" -#: ../gtk/gtktable.c:209 +#: gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "उप घटकाची उभी वर्तवणूक दर्शविणारे विकल्प" -#: ../gtk/gtktable.c:215 +#: gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "आडवे मोकळी जागा" -#: ../gtk/gtktable.c:216 +#: gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" @@ -5432,11 +5453,11 @@ msgstr "" "पिक्सेल मध्ये, मुख्य व त्याच्या उपघटकातील डाव्या व उजव्या शेजऱ्यांमध्ये प्रविष्ट करायची ती " "अगाऊ जागा" -#: ../gtk/gtktable.c:222 +#: gtk/gtktable.c:222 msgid "Vertical padding" msgstr "उभे मोकळी जागा" -#: ../gtk/gtktable.c:223 +#: gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" @@ -5444,161 +5465,166 @@ msgstr "" "पिक्सेल मध्ये, मुख्य व त्याच्या उपघटकातील वरच्या व खालच्या शेजऱ्यांमध्ये प्रविष्ट करायची ती " "अगाऊ जागा" -#: ../gtk/gtktext.c:546 +#: gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "मजकुरातील विजेटसाठी करावी लागणारी क्षितिजपातळीवरील जुळणी" -#: ../gtk/gtktext.c:554 +#: gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "पाठ्य मजकुरातील विजेटसाठी करावी लागणारी उभ्या दिशेकडील जुळणी" -#: ../gtk/gtktext.c:561 +#: gtk/gtktext.c:561 msgid "Line Wrap" msgstr "ओळी आच्छादन करा" -#: ../gtk/gtktext.c:562 +#: gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "विडजेट कडांजवळील रेषा आच्छादीत करायच्या आहेत का" -#: ../gtk/gtktext.c:569 +#: gtk/gtktext.c:569 msgid "Word Wrap" msgstr "शब्द आच्छादन" -#: ../gtk/gtktext.c:570 +#: gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "विडजेट कडाजवळील शब्द आच्छादीत करायचे आहेत का" -#: ../gtk/gtktextbuffer.c:180 +#: gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "टॅग कोष्टक" -#: ../gtk/gtktextbuffer.c:181 +#: gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "लिखाण" -#: ../gtk/gtktextbuffer.c:199 +#: gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "बफर मधिल सद्याचे पाठ्य" -#: ../gtk/gtktextbuffer.c:213 +#: gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "निवड आहे" -#: ../gtk/gtktextbuffer.c:214 +#: gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "बफर मधिल काहिक पाठ्य सद्या निवडले गेली आहे का" -#: ../gtk/gtktextbuffer.c:230 +#: gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "कर्सर स्थिती" -#: ../gtk/gtktextbuffer.c:231 -msgid "The position of the insert mark (as offset from the beginning of the buffer)" +#: gtk/gtktextbuffer.c:231 +msgid "" +"The position of the insert mark (as offset from the beginning of the buffer)" msgstr "अंतर्भूत चिन्हाची स्थिती (बफरच्या सुरवातीपासून ऑफसेट म्हणून)" -#: ../gtk/gtktextbuffer.c:246 +#: gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "लक्ष्य यादी प्रतिकृत करा" -#: ../gtk/gtktextbuffer.c:247 -msgid "The list of targets this buffer supports for clipboard copying and DND source" +#: gtk/gtktextbuffer.c:247 +msgid "" +"The list of targets this buffer supports for clipboard copying and DND source" msgstr "क्लिपबोर्ड प्रतिकृती व DND स्त्रोत करीता समर्थन देणारी बफर मधिल लक्षांची यादी" -#: ../gtk/gtktextbuffer.c:262 +#: gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "लक्ष यादी चिकटवा" -#: ../gtk/gtktextbuffer.c:263 +#: gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" msgstr "क्लिपबोर्ड प्रतिकृती व DND स्त्रोत करीता समर्थन देणारी बफर मधिल लक्षांची यादी" -#: ../gtk/gtktextmark.c:90 +#: gtk/gtktextmark.c:90 msgid "Mark name" msgstr "चिन्हचे नाव" -#: ../gtk/gtktextmark.c:97 +#: gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "डावी ग्रॅव्हीटी" -#: ../gtk/gtktextmark.c:98 +#: gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "चिन्हकडे डावी ग्रॅव्हीटी आहे का" -#: ../gtk/gtktexttag.c:173 +#: gtk/gtktexttag.c:173 msgid "Tag name" msgstr "टॅगचे नाव" -#: ../gtk/gtktexttag.c:174 +#: gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "पाठ्य टॅगचा उल्लेख करण्यासाठी वापरलेले नाव. अपरिचीत टॅग करीता NULL" -#: ../gtk/gtktexttag.c:192 +#: gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "GdkColor म्हणून (संभाव्य अनिर्धारीत) पार्श्वभूमीतील रंग" -#: ../gtk/gtktexttag.c:199 +#: gtk/gtktexttag.c:199 msgid "Background full height" msgstr "पार्श्वभूमीची पूर्ण ऊंची" -#: ../gtk/gtktexttag.c:200 +#: gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" -msgstr "पार्श्वभूमीवरील रंग पूर्ण रेषेच्या ऊंचीपर्यंत भरलेला आहे कीकेवळ टॅगमधील अक्षरांच्या ऊंची पर्यंत" +msgstr "" +"पार्श्वभूमीवरील रंग पूर्ण रेषेच्या ऊंचीपर्यंत भरलेला आहे कीकेवळ टॅगमधील अक्षरांच्या ऊंची पर्यंत" -#: ../gtk/gtktexttag.c:208 +#: gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "पार्श्वभुमीचा ठिपक्यांनी भरलेला मुखवटा" -#: ../gtk/gtktexttag.c:209 +#: gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" -msgstr "मजकुराची पार्श्वभूमी तयार करताना एखाद्या मुखवट्याप्रमाणे उपयोग करता येईल असा बिटमॅप" +msgstr "" +"मजकुराची पार्श्वभूमी तयार करताना एखाद्या मुखवट्याप्रमाणे उपयोग करता येईल असा बिटमॅप" -#: ../gtk/gtktexttag.c:226 +#: gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "GdkColor म्हणून (संभाव्य अनिर्धारीत) पृष्ठभूमीतील रंग" -#: ../gtk/gtktexttag.c:234 +#: gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "पुढील भागाचा ठिपक्यांनी भरलेला मुखवटा" -#: ../gtk/gtktexttag.c:235 +#: gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" -msgstr "मजकुराचा पुढील भाग तयार करताना एखाद्या मुखवट्याप्रमाणे उपयोग करता येईल असा बिटमॅप" +msgstr "" +"मजकुराचा पुढील भाग तयार करताना एखाद्या मुखवट्याप्रमाणे उपयोग करता येईल असा बिटमॅप" -#: ../gtk/gtktexttag.c:242 +#: gtk/gtktexttag.c:242 msgid "Text direction" msgstr "मजकुराची दिशा" -#: ../gtk/gtktexttag.c:243 +#: gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "मजकुराची दिशा, उदा. उजवीकडून -डावीकडे किंवा डावीकडून उजवीकडे" -#: ../gtk/gtktexttag.c:292 +#: gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "फोन्ट(अक्षर रचना)" -#: ../gtk/gtktexttag.c:301 +#: gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" msgstr "फोन्ट(अक्षर रचना)" -#: ../gtk/gtktexttag.c:310 +#: gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" msgstr "फोन्ट(अक्षर रचना)" -#: ../gtk/gtktexttag.c:321 +#: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "फोन्ट(अक्षर रचना)" -#: ../gtk/gtktexttag.c:330 +#: gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "फोन्ट(अक्षर रचना)" -#: ../gtk/gtktexttag.c:340 +#: gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " @@ -5608,11 +5634,11 @@ msgstr "" "करीता इत्यादी करीता सोय प्राप्त होते. Pango काहीक प्रमाण सूचवितो जसे की " "PANGO_SCALE_X_LARGE" -#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 +#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "डावीकडील, उजवीकडील, किंवा केंद्रभागातील माडंणी" -#: ../gtk/gtktexttag.c:379 +#: gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." @@ -5620,405 +5646,408 @@ msgstr "" "पाठ्य मध्ये वापरलेली भाषा, हे ISO कोड आहे. Pango यास पाठ्य दर्शवितेवेळी ओळखखूण म्हणून " "लक्षात ठेवेल. निश्चित नसल्यास, योग्य मुलभूत वापरले जाईल." -#: ../gtk/gtktexttag.c:386 +#: gtk/gtktexttag.c:386 msgid "Left margin" msgstr "डावीकडील समास" -#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 +#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "डावीकडील समासाची अक्षररूपातील (pixels) रुंदी" -#: ../gtk/gtktexttag.c:396 +#: gtk/gtktexttag.c:396 msgid "Right margin" msgstr "उजवीकडील समास" -#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 +#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "उजवीकडील समासाची अक्षररूपातील (pixels) रुंदी" -#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 +#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 msgid "Indent" msgstr "परिच्छेदासाठी जागा" -#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 +#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "परिच्छेदासाठी अक्षररुपात लागणारी (pixels) जागा" -#: ../gtk/gtktexttag.c:419 +#: gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" msgstr "बेसलाईनच्या वरील (खालील जर वाढ नकारार्थी असेल तर) पाठ्यचे ऑफसेट Pango एकक मध्ये" -#: ../gtk/gtktexttag.c:428 +#: gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "रेषांवरील अक्षरे" -#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 +#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "परिच्छेदावरील रिक्त स्थानांसाठी अक्षरे" -#: ../gtk/gtktexttag.c:438 +#: gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "रेषांखालील अक्षरे" -#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 +#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "परिच्छेदाखालील रिक्त स्थानांसाठी अक्षरे" -#: ../gtk/gtktexttag.c:448 +#: gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "आच्छादनातील अक्षरे" -#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 +#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "परिच्छेदातील आच्छादित रेषांमधल्या रिक्त स्थानांसाठी अक्षरे" -#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 -msgid "Whether to wrap lines never, at word boundaries, or at character boundaries" +#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 +msgid "" +"Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "शब्दांच्या किंवा अक्षरांच्या सीमेवरील रेषा कधीच आच्छादीत करु नयेत का" -#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 +#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 msgid "Tabs" msgstr "टॅब" -#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 +#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "ह्या मजकुरासाठी लागणारा नेहेमीचा साधारण टॅब" -#: ../gtk/gtktexttag.c:504 +#: gtk/gtktexttag.c:504 msgid "Invisible" msgstr "अदृश्य" -#: ../gtk/gtktexttag.c:505 +#: gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "हे पाठ्य लपविलेले आहे का." -#: ../gtk/gtktexttag.c:519 +#: gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "परिच्छेद पार्श्वभूमीतील रंगाचे नाव" -#: ../gtk/gtktexttag.c:520 +#: gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "अक्षरमाळा म्हणून परिच्छेद पार्श्वभूमीतील रंग" -#: ../gtk/gtktexttag.c:535 +#: gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "परिच्छेद पार्श्वभूमीतील रंग" -#: ../gtk/gtktexttag.c:536 +#: gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "GdkColor प्रमाणे परिच्छेद पार्श्वभूमीतील रंग (संभाव्य अनिर्धारीत)" -#: ../gtk/gtktexttag.c:554 +#: gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "समास एकत्र होते" -#: ../gtk/gtktexttag.c:555 +#: gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "डावे व उजवे समास एकत्र करायचे का." -#: ../gtk/gtktexttag.c:568 +#: gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "पार्श्वभूमीची पूर्ण ऊंची" -#: ../gtk/gtktexttag.c:569 +#: gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "ह्या टॅगचा पार्श्वभूमीच्या ऊंचीवर परिणाम होऊ शकतो का" -#: ../gtk/gtktexttag.c:572 +#: gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "पार्श्वभूमीचा ठिपक्यांनी भरलेला संच" -#: ../gtk/gtktexttag.c:573 +#: gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "ह्या टैगचा पार्श्वभूमीच्या ठिपक्यांवर परिणाम होऊ शकतो का" -#: ../gtk/gtktexttag.c:580 +#: gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "पुढीलभागाचा ठिपक्यांनी भरलेला संच" -#: ../gtk/gtktexttag.c:581 +#: gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "ह्या टॅगचा पुढीलभागातील ठिपक्यांवर परिणाम होऊ शकतो का" -#: ../gtk/gtktexttag.c:616 +#: gtk/gtktexttag.c:616 msgid "Justification set" msgstr "मांडणी संच" -#: ../gtk/gtktexttag.c:617 +#: gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "ह्या टॅगचा परिच्छेदाच्या मांडणीवर परिणाम होऊ शकतो का" -#: ../gtk/gtktexttag.c:624 +#: gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "डावीकडील समास संच" -#: ../gtk/gtktexttag.c:625 +#: gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "ह्या टॅगचा डावीकडील समासावर परिणाम होऊ शकतो का" -#: ../gtk/gtktexttag.c:628 +#: gtk/gtktexttag.c:628 msgid "Indent set" msgstr "परीच्छेद जागेसाठीचा संच" -#: ../gtk/gtktexttag.c:629 +#: gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "ह्या टॅगचा परिच्छेदाच्या जागेवर परिणाम होऊ शकतो का" -#: ../gtk/gtktexttag.c:636 +#: gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "रेषासंचावरील अक्षरे" -#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 +#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "ह्या टॅगचा रेषासंचावरील अक्षरांच्या संख्येवर परिणाम होऊ शकतो का" -#: ../gtk/gtktexttag.c:640 +#: gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "रेषासंचाखालील अक्षरे" -#: ../gtk/gtktexttag.c:644 +#: gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "आच्छादित संचातील अक्षरे" -#: ../gtk/gtktexttag.c:645 +#: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "ह्या टॅगचा आच्छादित रेषासंचावरील अक्षरांच्या संख्येवर परिणाम होऊ शकतो का" -#: ../gtk/gtktexttag.c:652 +#: gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "उजवीकडील समास संच" -#: ../gtk/gtktexttag.c:653 +#: gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "ह्या टॅगचा उजवीकडील समासावर परिणाम होऊ शकतो का" -#: ../gtk/gtktexttag.c:660 +#: gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "रूप संच आच्छादित करा" -#: ../gtk/gtktexttag.c:661 +#: gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "ह्या टॅगचा आच्छादित रूपसंचावर परिणाम होऊ शकतो का" -#: ../gtk/gtktexttag.c:664 +#: gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "टॅब संच" -#: ../gtk/gtktexttag.c:665 +#: gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "ह्या टॅगचा टॅबवर परिणाम होउ शकतो का" -#: ../gtk/gtktexttag.c:668 +#: gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "अदृश्य संच" -#: ../gtk/gtktexttag.c:669 +#: gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "या टॅगचा मजकुर दिसण्यावर परिणाम होऊ शकतो का" -#: ../gtk/gtktexttag.c:672 +#: gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "परिच्छेद पार्श्वभूमी संच" -#: ../gtk/gtktexttag.c:673 +#: gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "हा टॅग परिच्छेद पार्श्वभूमीतील रंगाला प्रभावी ठरतो का" -#: ../gtk/gtktextview.c:543 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "रेषांवरील अक्षरे" -#: ../gtk/gtktextview.c:553 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "रेषांखालील अक्षरे" -#: ../gtk/gtktextview.c:563 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "आच्छादनातील अक्षरे" -#: ../gtk/gtktextview.c:581 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "रूप आच्छादित करा" -#: ../gtk/gtktextview.c:599 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "डावीकडील समास" -#: ../gtk/gtktextview.c:609 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "उजवीकडील समास" -#: ../gtk/gtktextview.c:637 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "कर्सरची दर्शनियता" -#: ../gtk/gtktextview.c:638 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "कर्सर दाखवलेला असेल तर" -#: ../gtk/gtktextview.c:645 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "बफर" -#: ../gtk/gtktextview.c:646 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "दर्शविण्याजोगी बफर" -#: ../gtk/gtktextview.c:654 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "आता अस्तित्वात असलेली माहिती नवीन घातलेली वाक्यरचना पुसूत आहे" -#: ../gtk/gtktextview.c:661 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "हा टॅब स्वीकारतो" -#: ../gtk/gtktextview.c:662 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "Tab परिणाम टॅबरचना अंतर्भूत करण्यास होईल का" -#: ../gtk/gtktextview.c:691 +#: gtk/gtktextview.c:691 msgid "Error underline color" msgstr "त्रुटी रेखांकीत रंग" -#: ../gtk/gtktextview.c:692 +#: gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "ज्या रंगाने त्रुटी-दर्शविण्याकरीताचे रेखांकीत ओळी बनविण्याकरीताचे रंग" -#: ../gtk/gtktoggleaction.c:104 +#: gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "रेडियोच्या बटनाप्रमाणे एक बटण दर्शवा" -#: ../gtk/gtktoggleaction.c:105 +#: gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "ह्या कृतीचे बदल हे रेडिओकृती बदलासारखे दिसत असतील तर" -#: ../gtk/gtktoggleaction.c:120 +#: gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "टॉगल कृती सक्रीय असायला हवी की नाही" -#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 +#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "टॉगल बटण दाबायचे आहे की नाहीं" -#: ../gtk/gtktogglebutton.c:124 +#: gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "टॉगल बटण \"मध्य स्थितीत\"असायला हवी का" -#: ../gtk/gtktogglebutton.c:131 +#: gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "सूचनादर्शक बनवा" -#: ../gtk/gtktogglebutton.c:132 +#: gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "बटणाचा टॉगल भाग प्रदर्शित केला असेल तर" -#: ../gtk/gtktoolbar.c:494 +#: gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "टूलबारची शैली " -#: ../gtk/gtktoolbar.c:495 +#: gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "टूलबार कसे बनवायचे आहेत" -#: ../gtk/gtktoolbar.c:502 +#: gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "बाण दर्शवा" -#: ../gtk/gtktoolbar.c:503 +#: gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "साधनपट्टी मावत नसल्यास बाण दर्शवायचे का" -#: ../gtk/gtktoolbar.c:518 +#: gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "टूलटिप" -#: ../gtk/gtktoolbar.c:519 +#: gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "साधनपट्टीतील टूलटिप सक्रीय असायला हवी किंवा नाही" -#: ../gtk/gtktoolbar.c:541 +#: gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "साधनपट्टीतील चिन्हाचे आकार" -#: ../gtk/gtktoolbar.c:556 +#: gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "चिन्ह" -#: ../gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "चिन्ह-आकार गुणधर्म निश्चित केले गेले का" -#: ../gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "जर साधनपट्टी वाढली तर गोष्टीला अधिक जागा मिळायला हवी का" -#: ../gtk/gtktoolbar.c:574 +#: gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "इतर संयुक्त घटकाच्या आकाराचेच घटकाचे आकार असायला पाहिजे का" -#: ../gtk/gtktoolbar.c:581 +#: gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "स्पेसरचा आकार" -#: ../gtk/gtktoolbar.c:582 +#: gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "स्पेसरचे आकार" -#: ../gtk/gtktoolbar.c:591 +#: gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "टूलबारची छाया आणि बटणांमधील सीमेची मोकळी जागा" -#: ../gtk/gtktoolbar.c:599 +#: gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "कमाल उपघटक विस्तार" -#: ../gtk/gtktoolbar.c:600 +#: gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "विस्तारीत घटकास देण्याजोगी कमाल जागा" -#: ../gtk/gtktoolbar.c:608 +#: gtk/gtktoolbar.c:608 msgid "Space style" msgstr "रिक्त स्थानाची शैली" -#: ../gtk/gtktoolbar.c:609 +#: gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr " काय स्पेसर उभ्या रेषांच्या रूपात असावेत की केवळ रिकाम्या असाव्यात" -#: ../gtk/gtktoolbar.c:616 +#: gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "दाबून ठेवलेले बटण मोकळे करा" -#: ../gtk/gtktoolbar.c:617 +#: gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "टूलबार मधील बटणांच्या भोवतालचा उठाव प्रकार" -#: ../gtk/gtktoolbar.c:624 +#: gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "टूलबार सभोवतालचा उठाव प्रकार" -#: ../gtk/gtktoolbar.c:630 +#: gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "टूलबारची शैली " -#: ../gtk/gtktoolbar.c:631 -msgid "Whether default toolbars have text only, text and icons, icons only, etc." -msgstr "सर्वसाधारण टूलबार मध्ये केवळ मजकुर, मजकुर आणि चिन्ह्स, फक्त चिन्ह्स, इत्यादी आहेत का." +#: gtk/gtktoolbar.c:631 +msgid "" +"Whether default toolbars have text only, text and icons, icons only, etc." +msgstr "" +"सर्वसाधारण टूलबार मध्ये केवळ मजकुर, मजकुर आणि चिन्ह्स, फक्त चिन्ह्स, इत्यादी आहेत का." -#: ../gtk/gtktoolbar.c:637 +#: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "टूलबारमधील चिन्हचा आकार" -#: ../gtk/gtktoolbar.c:638 +#: gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "सर्वसाधारण टूलबारमधील चिन्हचा आकार" -#: ../gtk/gtktoolbutton.c:203 +#: gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "लिखाण." -#: ../gtk/gtktoolbutton.c:210 +#: gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" @@ -6026,43 +6055,43 @@ msgstr "" "निश्चित केल्यास, लेबल गुणधर्मातील अधोरखन असे सूचविते की पुढचे अक्षर ओव्हरफ्लो मेन्यु मध्ये " "नेमॉनीक प्रवेगक कळ म्हणून वापरले पाहिजे" -#: ../gtk/gtktoolbutton.c:217 +#: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "विजेट" -#: ../gtk/gtktoolbutton.c:223 +#: gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "स्टॉक Id" -#: ../gtk/gtktoolbutton.c:224 +#: gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "घटकावरील दर्शविण्याजोगी स्टॉक चिन्ह" -#: ../gtk/gtktoolbutton.c:240 +#: gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "चिन्ह" -#: ../gtk/gtktoolbutton.c:241 +#: gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "घटकावरील दर्शविण्याजोगी सुत्रयोजना चिन्हाचे नाव" -#: ../gtk/gtktoolbutton.c:247 +#: gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "चिन्ह" -#: ../gtk/gtktoolbutton.c:248 +#: gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "चिन्ह" -#: ../gtk/gtktoolbutton.c:261 +#: gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "चिन्ह" -#: ../gtk/gtktoolbutton.c:262 +#: gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "मोकळी जागा ठेवा" -#: ../gtk/gtktoolitem.c:191 +#: gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" @@ -6070,387 +6099,389 @@ msgstr "" "साधनपट्टीतील घटक महत्वाचे ठरले जाते का. खरे असल्यास, साधनपट्टी बटण " "GTK_TOOLBAR_BOTH_HORIZ पध्दती मध्ये पाठ्य दर्शविते" -#: ../gtk/gtktreemodelsort.c:274 +#: gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "ट्रीमॉडेल ही एक माहिती क्रमबध्द करण्याची पध्दती आहे" -#: ../gtk/gtktreemodelsort.c:275 +#: gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "माहिती क्रमबध्द करण्यासाठी ट्रीमॉडेलसॉर्टचे स्वरुप" -#: ../gtk/gtktreeview.c:570 +#: gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "ट्रीमॉडेलच्या(बहुस्तरीय) स्वरुपात पहा" -#: ../gtk/gtktreeview.c:571 +#: gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "ट्रीमॉडेलचे (बहुस्तरीय) स्वरुप" -#: ../gtk/gtktreeview.c:579 +#: gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "विजेट करीता आडवी सुस्थिती" -#: ../gtk/gtktreeview.c:587 +#: gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "विजेट करीता उभी सुस्थिती" -#: ../gtk/gtktreeview.c:594 +#: gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "शिर्षक दर्शनीय" -#: ../gtk/gtktreeview.c:595 +#: gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "स्तंभावरील शीर्षकांची बटणे दाखवा" -#: ../gtk/gtktreeview.c:602 +#: gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "शिर्षक क्लिकजोगी" -#: ../gtk/gtktreeview.c:603 +#: gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "क्लिक होणाऱ्या घटनांना प्रतिसाद देणारी स्तंभ शिर्षके" -#: ../gtk/gtktreeview.c:610 +#: gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "स्तंभ विस्तारक" -#: ../gtk/gtktreeview.c:611 +#: gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "स्तंभ विस्ताराकरीता स्तंभाची रचना करा" -#: ../gtk/gtktreeview.c:626 +#: gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "नियम" -#: ../gtk/gtktreeview.c:627 +#: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "" "एक सोडून एक येतील अशा पर्यायी रंगामध्ये ओळी बनविण्यासाठी थीमइंजिनला कळतील अशा सूचना " "द्या" -#: ../gtk/gtktreeview.c:634 +#: gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "शोधकाम क्रियाशील करा" -#: ../gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "" "माहितीच्या अशा स्वरुपामुळे युजरला (कॉम्प्युटर वापरणाऱ्या व्यक्तीला) अनेक स्तंभातून सहजपणे हवे " "ते शोधकार्य करता येते" -#: ../gtk/gtktreeview.c:642 +#: gtk/gtktreeview.c:642 msgid "Search Column" msgstr "स्तंभामधून शोधा" -#: ../gtk/gtktreeview.c:643 +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "सुसंवाद शोधवेळी शोधण्याजोगी प्रारूचे स्तंभ" -#: ../gtk/gtktreeview.c:663 +#: gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "ऊंची मोड (रूप)" -#: ../gtk/gtktreeview.c:664 +#: gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "सर्व आडव्या रेषांना समांतर उंची आहे हे समजून GtkTreeView वेग वाढवतो" -#: ../gtk/gtktreeview.c:684 +#: gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "फॉन्ट निवड" -#: ../gtk/gtktreeview.c:685 +#: gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "रंगनिवडकाने अपारदर्शकाचे नियंत्रण करावे का" -#: ../gtk/gtktreeview.c:704 +#: gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "विस्तार करा" -#: ../gtk/gtktreeview.c:705 -msgid "Whether rows should be expanded/collapsed when the pointer moves over them" +#: gtk/gtktreeview.c:705 +msgid "" +"Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "पॉईंटर त्यावर फिरविल्यास ओळी विस्तारीत/नष्ट करायचे का" -#: ../gtk/gtktreeview.c:719 +#: gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "विस्तार दर्शवा" -#: ../gtk/gtktreeview.c:720 +#: gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "विस्तार म्हणून पहा" -#: ../gtk/gtktreeview.c:734 +#: gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "स्थर रचना" -#: ../gtk/gtktreeview.c:735 +#: gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "प्रत्येक स्थर करीता अगाऊ रचना" -#: ../gtk/gtktreeview.c:744 +#: gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "रब्बर बँडींग" -#: ../gtk/gtktreeview.c:745 -msgid "Whether to enable selection of multiple items by dragging the mouse pointer" +#: gtk/gtktreeview.c:745 +msgid "" +"Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "माउस पॉईंटर ओढूण एकापेक्षा जास्त घटक कार्यान्वीत करायचे का" -#: ../gtk/gtktreeview.c:752 +#: gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "ग्रीड ओळी कार्यान्वीत करा" -#: ../gtk/gtktreeview.c:753 +#: gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "वृक्षीय दृश्य मध्ये ग्रीड ओळी दर्शवायचे का" -#: ../gtk/gtktreeview.c:761 +#: gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "वृक्षीय ओळी कार्यान्वीत करायचे का" -#: ../gtk/gtktreeview.c:762 +#: gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "वृक्षीय दृश्य मध्ये वृक्ष ओळी दर्शवायचे का" -#: ../gtk/gtktreeview.c:770 +#: gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "ओळींकरीता साधनटिप पाठ्य साविष्टीत प्रारूप मधिल स्तंभ" -#: ../gtk/gtktreeview.c:792 +#: gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "उभ्या विभाजकाची रुंदी" -#: ../gtk/gtktreeview.c:793 +#: gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "कक्षांमधील उभी जागा. ही सम संख्या असावी" -#: ../gtk/gtktreeview.c:801 +#: gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "क्षितिजपातळीवरील विभाजकाची रुंदी" -#: ../gtk/gtktreeview.c:802 +#: gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "कक्षांमधील आडवी जागा. ही सम संख्या असावी" -#: ../gtk/gtktreeview.c:810 +#: gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "नियमांचे पालन करण्याची सूचना द्या" -#: ../gtk/gtktreeview.c:811 +#: gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "एका नंतर एक येतील अशा रंगाची ओळ बनविण्यास अनुमती द्या" -#: ../gtk/gtktreeview.c:817 +#: gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "परिच्छेद जागेसाठी विस्तारक" -#: ../gtk/gtktreeview.c:818 +#: gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "परिच्छेद जागेसाठी विस्तारक बनवा" -#: ../gtk/gtktreeview.c:824 +#: gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "सम ओळींचा रंग" -#: ../gtk/gtktreeview.c:825 +#: gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "सम ओळी करीता वापरण्याजोगी रंग" -#: ../gtk/gtktreeview.c:831 +#: gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "विषम ओळींचा रंग" -#: ../gtk/gtktreeview.c:832 +#: gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "विषम ओळीसांठी वापरायचा रंग" -#: ../gtk/gtktreeview.c:838 +#: gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "ओळी समाप्ति करीताचे तपशील" -#: ../gtk/gtktreeview.c:839 +#: gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "विस्तारीत ओळीकरीता पार्श्वभूमी सुत्रयोजना कार्यान्वीत करा" -#: ../gtk/gtktreeview.c:845 +#: gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "रुंदी " -#: ../gtk/gtktreeview.c:846 +#: gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "रुंदी" -#: ../gtk/gtktreeview.c:852 +#: gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "रुंदी " -#: ../gtk/gtktreeview.c:853 +#: gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "रुंदी" -#: ../gtk/gtktreeview.c:859 +#: gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "ग्रीड ओळ रचना" -#: ../gtk/gtktreeview.c:860 +#: gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "वृक्षीय दृश्य ग्रीड ओळी रेखाटण्याकरीता वापरण्याजोगी डॅश रचना" -#: ../gtk/gtktreeview.c:866 +#: gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "वृक्षीय ओळ रचना" -#: ../gtk/gtktreeview.c:867 +#: gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "वृक्षीय दृश्य ओळी रेखाटण्याकरीता वापरण्याजोगी डॅश रचना" -#: ../gtk/gtktreeviewcolumn.c:192 +#: gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "स्तंभ प्रदर्शित करायचा आहे का" -#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "आकार बदलता येतो" -#: ../gtk/gtktreeviewcolumn.c:200 +#: gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "हा स्तंभ उपयोगकर्त्याला हवातसा बदलता येतो" -#: ../gtk/gtktreeviewcolumn.c:208 +#: gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "स्तंभाची वर्तमान रुंदी " -#: ../gtk/gtktreeviewcolumn.c:217 +#: gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "कक्षा मधिल अंतर्भूत करण्याकरीता रिकामी जागा" -#: ../gtk/gtktreeviewcolumn.c:225 +#: gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "आकार बनवा" -#: ../gtk/gtktreeviewcolumn.c:226 +#: gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "स्तंभाचा आकार बदलण्याची रीत" -#: ../gtk/gtktreeviewcolumn.c:234 +#: gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "स्थिर रुंदी" -#: ../gtk/gtktreeviewcolumn.c:235 +#: gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "स्तंभाची वर्तमान स्थिर रुंदी" -#: ../gtk/gtktreeviewcolumn.c:244 +#: gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "किमान रुंदी" -#: ../gtk/gtktreeviewcolumn.c:245 +#: gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "अनुमती प्राप्त स्तंभाची किमान रुंदी" -#: ../gtk/gtktreeviewcolumn.c:254 +#: gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "कमाल रुंदी" -#: ../gtk/gtktreeviewcolumn.c:255 +#: gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "अनुमती प्राप्त स्तंभाची कमाल रुंदी" -#: ../gtk/gtktreeviewcolumn.c:265 +#: gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "स्तंभ शीर्षकामध्ये दिसणारा शीर्षक" -#: ../gtk/gtktreeviewcolumn.c:273 +#: gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "रुंदी " -#: ../gtk/gtktreeviewcolumn.c:280 +#: gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "क्लिक साठी योग्य" -#: ../gtk/gtktreeviewcolumn.c:281 +#: gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "शीर्षक क्लिक करता येईल का" -#: ../gtk/gtktreeviewcolumn.c:289 +#: gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "विजेट" -#: ../gtk/gtktreeviewcolumn.c:290 +#: gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "स्तंभ शीर्षकाऐवजी स्तंभ शिर्षक बटणावर देता येणारे विजेट" -#: ../gtk/gtktreeviewcolumn.c:298 +#: gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "स्तंभ शिर्षकातील मजकुर किंवा विजेटची X दिशेने जाणारी दिशा" -#: ../gtk/gtktreeviewcolumn.c:308 +#: gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "शिर्षकाभोवती असणारा स्तंभ नव्या स्वरुपात घेता येईल का" -#: ../gtk/gtktreeviewcolumn.c:315 +#: gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "क्रमांक लावणारा सूचनादर्शक" -#: ../gtk/gtktreeviewcolumn.c:316 +#: gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "क्रमांक लावणारा सूचनादर्शक दाखवायचा का" -#: ../gtk/gtktreeviewcolumn.c:323 +#: gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "क्रमांक दर्शक" -#: ../gtk/gtktreeviewcolumn.c:324 +#: gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "क्रमांक सूचकाने क्रमांकाची दिशा काय आहे ते सूचवावे" -#: ../gtk/gtkuimanager.c:223 +#: gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "मेन्यु मध्ये जोडण्याकरीताचे मेन्यु घटक नष्ट करायचे का" -#: ../gtk/gtkuimanager.c:230 +#: gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "जुळविलेले UI वर्णन" -#: ../gtk/gtkuimanager.c:231 +#: gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "जुळविलेली UI दर्शविणारी XML ओळ" -#: ../gtk/gtkviewport.c:107 +#: gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" msgstr "GtkAdjustment जे या दृश्यपोर्ट करीता आडवे स्थिती निश्चित करते" -#: ../gtk/gtkviewport.c:115 +#: gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" msgstr "GtkAdjustment जे या दृश्यपोर्ट करीता उभी स्थिती निश्चित करते" -#: ../gtk/gtkviewport.c:123 +#: gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" msgstr "दृश्यपोर्ट भोवती छायांकीत चौकट कशी बनवायची ते ठरविते" -#: ../gtk/gtkwidget.c:483 +#: gtk/gtkwidget.c:483 msgid "Widget name" msgstr "विडगेटचे नाव" -#: ../gtk/gtkwidget.c:484 +#: gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "विडगेटचे नाव" -#: ../gtk/gtkwidget.c:490 +#: gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "मोठे विडगेट" -#: ../gtk/gtkwidget.c:491 +#: gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" msgstr "या नियंत्रीत घटकाचे मुख्य घटक. कंटेनर नियंत्रीत घटक असायला हवे" -#: ../gtk/gtkwidget.c:498 +#: gtk/gtkwidget.c:498 msgid "Width request" msgstr "रुंदीसाठी सूचना" -#: ../gtk/gtkwidget.c:499 +#: gtk/gtkwidget.c:499 msgid "" "Override for width request of the widget, or -1 if natural request should be " "used" @@ -6458,11 +6489,11 @@ msgstr "" "विजेटसाठी मागणी केलेली रुंदी दुर्लक्षित करा, किंवा हे मूल्य -1 असल्यास मागणी केलेली रुंदी " "स्वीकारा" -#: ../gtk/gtkwidget.c:507 +#: gtk/gtkwidget.c:507 msgid "Height request" msgstr "उंचीसाठी सूचना" -#: ../gtk/gtkwidget.c:508 +#: gtk/gtkwidget.c:508 msgid "" "Override for height request of the widget, or -1 if natural request should " "be used" @@ -6470,169 +6501,170 @@ msgstr "" "विजेटसाठी मागणी केलेली रुंदी दुर्लक्षित करा, किंवा हे मूल्य -1 असल्यास मागणी केलेली " "रुंदीस्वीकारा" -#: ../gtk/gtkwidget.c:517 +#: gtk/gtkwidget.c:517 msgid "Whether the widget is visible" msgstr "विडगेट दिसतो का" -#: ../gtk/gtkwidget.c:524 +#: gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "विडगेट प्रत्युत्तर देतो का" -#: ../gtk/gtkwidget.c:530 +#: gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "रंगवण्यास योग्य आहे" -#: ../gtk/gtkwidget.c:531 +#: gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "विडगेटवर प्रत्यक्ष रंग भरले जातील का " -#: ../gtk/gtkwidget.c:537 +#: gtk/gtkwidget.c:537 msgid "Can focus" msgstr "प्रकाशमान करता येते" -#: ../gtk/gtkwidget.c:538 +#: gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "प्रकाशात आलेली (दिसणारी) माहिती विडगेट स्वीकारेल का" -#: ../gtk/gtkwidget.c:544 +#: gtk/gtkwidget.c:544 msgid "Has focus" msgstr "प्रकाशात आहे(दिसते आहे)" -#: ../gtk/gtkwidget.c:545 +#: gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "प्रकाशात आलेली (दिसणारी) माहिती विडगेटकडे आहे का" -#: ../gtk/gtkwidget.c:551 +#: gtk/gtkwidget.c:551 msgid "Is focus" msgstr "लक्ष्यकेंद्रीत आहे" -#: ../gtk/gtkwidget.c:552 +#: gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "नियंत्रण घटक हे उच्चस्थरीय घटक आहे" -#: ../gtk/gtkwidget.c:558 +#: gtk/gtkwidget.c:558 msgid "Can default" msgstr "सर्वसाधारण करता येते" -#: ../gtk/gtkwidget.c:559 +#: gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "हा विडगेट सर्वसाधारण विडगेटप्रमाणे करता येईल का" -#: ../gtk/gtkwidget.c:565 +#: gtk/gtkwidget.c:565 msgid "Has default" msgstr "सर्वसाधारण आहे" -#: ../gtk/gtkwidget.c:566 +#: gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "हा विडगेट सर्वसाधारण विडगेट आहे का" -#: ../gtk/gtkwidget.c:572 +#: gtk/gtkwidget.c:572 msgid "Receives default" msgstr "सर्वसाधारण (विडगेट) स्वीकारतो" -#: ../gtk/gtkwidget.c:573 +#: gtk/gtkwidget.c:573 msgid "If TRUE, the widget will receive the default action when it is focused" msgstr "खरे असल्यास, नियंत्रीत घटकास लक्ष केंद्रीत केल्यावर मुलभूत कार्य प्राप्त होते" -#: ../gtk/gtkwidget.c:579 +#: gtk/gtkwidget.c:579 msgid "Composite child" msgstr "एकत्रित उपरचना" -#: ../gtk/gtkwidget.c:580 +#: gtk/gtkwidget.c:580 msgid "Whether the widget is part of a composite widget" msgstr "हा विडगेट एकत्रित उपरचना भाग आहे का" -#: ../gtk/gtkwidget.c:586 +#: gtk/gtkwidget.c:586 msgid "Style" msgstr "शैली" -#: ../gtk/gtkwidget.c:587 +#: gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" msgstr "विगेटची शैली, अशी की त्या विगेटमध्ये असणारी माहिती कशी दिसते ते दाखविते(रंग इ.)" -#: ../gtk/gtkwidget.c:593 +#: gtk/gtkwidget.c:593 msgid "Events" msgstr "घटना" -#: ../gtk/gtkwidget.c:594 +#: gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" msgstr "ह्या विगेटसाठी कोणत्या प्रकारच्या Gdk घटना मिळतील ते निश्चित करणारे आच्छादन" -#: ../gtk/gtkwidget.c:601 +#: gtk/gtkwidget.c:601 msgid "Extension events" msgstr "क्षेत्रविस्तारण संकेत" -#: ../gtk/gtkwidget.c:602 +#: gtk/gtkwidget.c:602 msgid "The mask that decides what kind of extension events this widget gets" -msgstr "ह्या विगेटसाठी कोणत्या प्रकारचे Gdk क्षेत्रविस्तारण संकेत मिळतील ते निश्चित करणारे आच्छादन" +msgstr "" +"ह्या विगेटसाठी कोणत्या प्रकारचे Gdk क्षेत्रविस्तारण संकेत मिळतील ते निश्चित करणारे आच्छादन" -#: ../gtk/gtkwidget.c:609 +#: gtk/gtkwidget.c:609 msgid "No show all" msgstr "सर्व दाखवू नका" -#: ../gtk/gtkwidget.c:610 +#: gtk/gtkwidget.c:610 msgid "Whether gtk_widget_show_all() should not affect this widget" msgstr "gtk_widget_show_all() मुळे या नियंत्रण घटकावर प्रभाव पडायला पाहिजे का" -#: ../gtk/gtkwidget.c:633 +#: gtk/gtkwidget.c:633 msgid "Whether this widget has a tooltip" msgstr "या नियंत्रण घटकाकडे टूलटिप आहे का" -#: ../gtk/gtkwidget.c:689 +#: gtk/gtkwidget.c:689 msgid "Window" msgstr "चौकट" -#: ../gtk/gtkwidget.c:690 +#: gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "विजेट आढळल्यास विजेटचे चौकट" -#: ../gtk/gtkwidget.c:2212 +#: gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "प्रकाशित अंतर्भाग" -#: ../gtk/gtkwidget.c:2213 +#: gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "विजेटचे आंतरीक भाग प्रकाशमय करायचा आहे का" -#: ../gtk/gtkwidget.c:2219 +#: gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "ओळींची रुंदी प्रकाशित करा" -#: ../gtk/gtkwidget.c:2220 +#: gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "रुंदी" -#: ../gtk/gtkwidget.c:2226 +#: gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "प्रकाशित करणारी ओळ तुटक रेषेच्या कोणत्या स्वरुपात दाखवावी" -#: ../gtk/gtkwidget.c:2227 +#: gtk/gtkwidget.c:2227 msgid "Dash pattern used to draw the focus indicator" msgstr "लक्ष्यकेंद्रीत सूचक बनविण्यासाठी वापरायची तुटक रेष पध्दती" -#: ../gtk/gtkwidget.c:2232 +#: gtk/gtkwidget.c:2232 msgid "Focus padding" msgstr "मोकळी जागावर लक्ष्य केंद्रीत करा" -#: ../gtk/gtkwidget.c:2233 +#: gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" msgstr "लक्ष्यकेंद्रीत सूचक आणि विजेट 'चौकट' यांच्या मधील रुंदी, पिक्सेल मध्ये" -#: ../gtk/gtkwidget.c:2238 +#: gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "कर्सरचा रंग" -#: ../gtk/gtkwidget.c:2239 +#: gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "ज्या रंगाने कर्सर बनवायचा आहे तो रंग" -#: ../gtk/gtkwidget.c:2244 +#: gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "कर्सरचा दुय्यम रंग" -#: ../gtk/gtkwidget.c:2245 +#: gtk/gtkwidget.c:2245 msgid "" "Color with which to draw the secondary insertion cursor when editing mixed " "right-to-left and left-to-right text" @@ -6640,117 +6672,118 @@ msgstr "" "सरमिसळ झालेला मजकुर संपादित करताना दुय्यम कर्सरसाठी वापरण्याकरीताचे रंगउजवीकडून-डावीकडे " "आणि डावीकडून-उजवीकडे असा मजकुर" -#: ../gtk/gtkwidget.c:2250 +#: gtk/gtkwidget.c:2250 msgid "Cursor line aspect ratio" msgstr "कर्सर ओळीचा प्रमाण" -#: ../gtk/gtkwidget.c:2251 +#: gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "इनसर्शन कर्सर काढण्यास असलेले aspect प्रमाण" -#: ../gtk/gtkwidget.c:2265 +#: gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "टॅबची सीमा" -#: ../gtk/gtkwidget.c:2266 +#: gtk/gtkwidget.c:2266 msgid "Size of areas outside the widget's allocation to draw" msgstr "नियंत्रण घटकाच्या बाहेरील कक्षाचे आकार" -#: ../gtk/gtkwidget.c:2279 +#: gtk/gtkwidget.c:2279 msgid "Unvisited Link Color" msgstr "भेट न दिलेल्या लिंकचा रंग" -#: ../gtk/gtkwidget.c:2280 +#: gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "भेट न दिलेल्या लिंकचे रंग" -#: ../gtk/gtkwidget.c:2293 +#: gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "भेट दिलेल्या लिंकचा रंग" -#: ../gtk/gtkwidget.c:2294 +#: gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "भेट दिलेल्या लिंकचे रंग" -#: ../gtk/gtkwidget.c:2308 +#: gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "जास्त रूंदीचे विभाजक" -#: ../gtk/gtkwidget.c:2309 +#: gtk/gtkwidget.c:2309 msgid "" "Whether separators have configurable width and should be drawn using a box " "instead of a line" -msgstr "विभाजकाची रूंदी संयोजनजोगी आहे का व त्यास रेष ऐवजी चौकन द्वारा रेखांकीत केले पाहिजे" +msgstr "" +"विभाजकाची रूंदी संयोजनजोगी आहे का व त्यास रेष ऐवजी चौकन द्वारा रेखांकीत केले पाहिजे" -#: ../gtk/gtkwidget.c:2323 +#: gtk/gtkwidget.c:2323 msgid "Separator Width" msgstr "रुंदी" -#: ../gtk/gtkwidget.c:2324 +#: gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" msgstr "रुंदी " -#: ../gtk/gtkwidget.c:2338 +#: gtk/gtkwidget.c:2338 msgid "Separator Height" msgstr "ऊंची" -#: ../gtk/gtkwidget.c:2339 +#: gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" msgstr "\"wide-separators\" खरे असल्यास विभाजकाची ऊंची" -#: ../gtk/gtkwidget.c:2353 +#: gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" msgstr "आडवे सरकाव बाणाची लांबी" -#: ../gtk/gtkwidget.c:2354 +#: gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "आडवे सरकाव बाणांची लांबी" -#: ../gtk/gtkwidget.c:2368 +#: gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "उभे सरकाव बाणाची लांबी" -#: ../gtk/gtkwidget.c:2369 +#: gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "उभे सरकाव बाणांची लांबी" -#: ../gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "विन्डोचा प्रकार" -#: ../gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "विन्डोचा प्रकार" -#: ../gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "विन्डोचे शीर्षक" -#: ../gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "विन्डोचे शीर्षक" -#: ../gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "चौकटची भूमिका" -#: ../gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "सत्र पुन्हस्थापित करतवेळी चौकट वापरणी करीताचे एकमेव ओळखकार" -#: ../gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "प्रारंभ ID" -#: ../gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "प्रारंभ-सूचना द्वारे वापरले गेलेले चौकट करीताचे एकमेव ओळखकार" -#: ../gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "आकुंचित करावे" -#: ../gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6759,23 +6792,23 @@ msgstr "" "खरे असल्यास, चौकटला किमान आकार नाही. याला खरे निश्चित करणे म्हणजे 99% चुकीचा विचार " "करण्याजोगी आहे" -#: ../gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "वाढ होऊ द्यावी" -#: ../gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "खरे असल्यास, तर उपयोगकर्ता विन्डोला त्याच्या किमान आकारापेक्षा मोठे करू शकतो" -#: ../gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "खरे असल्यास, वापरकर्ता चौकटला पुन्हआकार देऊ शकतो" -#: ../gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "पध्दतविषयक" -#: ../gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6783,167 +6816,169 @@ msgstr "" "खरे असल्यास, चौकट पध्दती विषयक आहे (अर्थात जेव्हा ही विन्डो कार्यरत असेल तेव्हा इतर " "विन्डो वापरली जाऊ शकत नाही)" -#: ../gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "विन्डोची स्थिति" -#: ../gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "चौकटची प्रारंभिक स्थिती" -#: ../gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "सर्वसाधारण रुंदी" -#: ../gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" -msgstr "विन्डोची मुलभूत रुंदी, याचा प्रयोग तेव्हा केला जाईल जेव्हा चौकट प्रारंभिक रूपात दर्शविले जाईल" +msgstr "" +"विन्डोची मुलभूत रुंदी, याचा प्रयोग तेव्हा केला जाईल जेव्हा चौकट प्रारंभिक रूपात दर्शविले जाईल" -#: ../gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "सर्वसाधारण ऊंची" -#: ../gtk/gtkwindow.c:572 -msgid "The default height of the window, used when initially showing the window" +#: gtk/gtkwindow.c:573 +msgid "" +"The default height of the window, used when initially showing the window" msgstr "" "विन्डोची सर्वसाधारण ऊंची, याचा प्रयोग तेव्हा केला जाईल जेव्हा चौकटला प्रारंभिक रूपात " "दर्शविले जाईल" -#: ../gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "मोठे चित्र काढून टाका" -#: ../gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "मोठे चित्र काढून टाकल्यावर ही विंडोपण काढून टाकायची का" -#: ../gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "ह्या विन्डोकरीता चिन्ह" -#: ../gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "या चौकट करीता सुत्रयोजना चिन्हाचे नाव" -#: ../gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "क्रियाशील" -#: ../gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "उच्चस्थर सद्याची सक्रीय चौकट आहे का" -#: ../gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "उच्च पातळीतील स्थिरांक" -#: ../gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "GTKWindow च्या अंतर्गत इनपुट स्थिरांक आहे का" -#: ../gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "आधीसूचना टंकलेखीत करा" -#: ../gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." -msgstr "कार्यक्षेत्र वातावरण समझण्याकरीता चौकट चे प्रकार व त्यास कसे हाताळायचे त्या करीता युक्ती." +msgstr "" +"कार्यक्षेत्र वातावरण समझण्याकरीता चौकट चे प्रकार व त्यास कसे हाताळायचे त्या करीता युक्ती." -#: ../gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "कार्यपट्टी टाळा" -#: ../gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "चौकट कार्यपट्टीत न आढळल्यास खरे असते." -#: ../gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "पेजर टाळा" -#: ../gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "चौकट पेजर मध्ये न आढळल्यास खरे असते." -#: ../gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "तातडीने" -#: ../gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "चौकट वापरकर्त्याच्या नजरेस आणल्यावर खरे असते." -#: ../gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "स्थिरांक स्वीकारा" -#: ../gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "इनपुट स्थिरांक चौकटकडे प्राप्त झाल्यास खरे असते." -#: ../gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "नकाशावर कंद्रीत करा" -#: ../gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "मॅप केल्यावर चौकटीस इनपुट केंद्र प्राप्त झाल्यास खरे असते." -#: ../gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "सजविलेले" -#: ../gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "चौकट व्यवस्थापक द्वारे चौकट सजविले पाहिजे का" -#: ../gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "रद्द करण्याजोगी" -#: ../gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "चौकट पटलकडे बंद करा बटण असायला हवे का" -#: ../gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "गुरूत्व" -#: ../gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "चौकटची चौकट गुरूत्व" -#: ../gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "चौकट तात्पुर्ते पहा" -#: ../gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "संवादचे तात्पुरर्ते मुख्य" -#: ../gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "चौकट करीता अपारदर्शता" -#: ../gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "चौकटची अपारदर्शता, 0 पासून 1 पर्यंत" -#: ../modules/input/gtkimcontextxim.c:334 +#: modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "IM Preedit शैली" -#: ../modules/input/gtkimcontextxim.c:335 +#: modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "इनपुट पध्दती पूर्वसंपादन अक्षरमाळा कसे रेखांकीत करायचे" -#: ../modules/input/gtkimcontextxim.c:343 +#: modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "IM स्थिती शैली" -#: ../modules/input/gtkimcontextxim.c:344 +#: modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "इनपुट पध्दती स्थितीपट्टी कसे रेखांकीत करायचे" - diff --git a/po-properties/ms.po b/po-properties/ms.po index 91abb15c82..201df8fbbe 100644 --- a/po-properties/ms.po +++ b/po-properties/ms.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Gtk+ 1.3.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2004-01-20 00:57+0730\n" "Last-Translator: Hasbullah Bin Pit \n" "Language-Team: Projek Gabai \n" @@ -88,12 +88,12 @@ msgstr "Paparan Default" msgid "The default display for GDK" msgstr "Paparan default bagi GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Skrin" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 #, fuzzy msgid "the GdkScreen for the renderer" msgstr "Model pagi paparan pepohon" @@ -118,121 +118,121 @@ msgstr "Titik Font" msgid "The resolution for fonts on the screen" msgstr "bagaimana julat patut dikemaskini pada layar" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 #, fuzzy msgid "Program name" msgstr "Nama tag" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 #, fuzzy msgid "The version of the program" msgstr "Orientasi toolbar" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 #, fuzzy msgid "Comments string" msgstr "Jarak ruang kolum" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 #, fuzzy msgid "Website label" msgstr "Guna saiz pada label" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 #, fuzzy msgid "List of authors of the program" msgstr "Orientasi toolbar" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 #, fuzzy msgid "Logo Icon Name" msgstr "Nama Font" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 #, fuzzy msgid "Wrap license" msgstr "Set mod balut" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 #, fuzzy msgid "Whether to wrap the license text." msgstr "Samada coret menembusi teks" @@ -308,7 +308,7 @@ msgid "The GIcon being displayed" msgstr "Set ikon untuk dipaparkan" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "Nama Font" @@ -412,7 +412,7 @@ msgid "Whether the action group is visible." msgstr "Samada kumpulan aksi boleh dilihat." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Nilai" @@ -1288,7 +1288,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Samada sempadan patut dipapar atau sebaliknya" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikon" @@ -1350,7 +1350,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientasi dan hala pembesaran bagi bar progres" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Pelarasan" @@ -3193,7 +3193,7 @@ msgstr "Set Ikon" msgid "Icon set to display" msgstr "Set ikon untuk dipaparkan" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Saiz ikon" @@ -3266,7 +3266,7 @@ msgstr "Papar Bilangan Minggu" msgid "Whether images should be shown in menus" msgstr "Samada tab patut dipapar atau sebaliknya" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Skrin dimana tetingkap akan dipaparkan" @@ -4955,28 +4955,28 @@ msgstr "Jarak Ruang Nilai" msgid "Space between value text and the slider/trough area" msgstr "Ruang antara teks nilai dan kawasan penggelungsur" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Nama bagi wiget" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Saiz ikon toolbar" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment yang mengandungi nilai semasa julat objek ini" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Ikon" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Nama Font" @@ -6750,7 +6750,7 @@ msgstr "Corak sengkang yang digunakan untuk melukis penunjuk fokus" msgid "Whether to display the column" msgstr "Samada hendak memapar kolum" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Boleh diubahsaiz" @@ -7177,45 +7177,45 @@ msgstr "Polisi Bar Skrol Menegak" msgid "The length of vertical scroll arrows" msgstr "Bila bar skrol menegak dipaparkan" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Jenis Tetingkap" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Jenis tetingkap" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Tajuk Tetingkap" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Tajuk kepada tetingkap" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Tugas Tetingkap" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Pengcam unik bagi tetingkap untuk digunakan bila memulih sesi" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Kumpulan" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 #, fuzzy msgid "Unique startup identifier for the window used by startup-notification" msgstr "Pengcam unik bagi tetingkap untuk digunakan bila memulih sesi" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Izinkan Pengucupan" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7224,24 +7224,24 @@ msgstr "" "Jika BENAR, tetingkap tiada saiz minimum, Menetapkannya kepada BENAR 99% " "daripada masa adalah idea kurang arif." -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Izinkan Pembesaran" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Jika BENAR, pengguna boleh kembangkan tetingkap sehingga saiz minimumnya" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Jika BENAR, pengguna boleh mengubahsaiz tetingkap" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modal" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7249,158 +7249,158 @@ msgstr "" "Jika BENAR, tetingkap adalah modal (tetingkap lain tak boleh digunakan bila " "ianya naik)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "POsisi Tetingkap" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Posisi permulaan bagi tetingkap" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Lebar Default" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Lebar default tetingkap, digunakan bila mula memaparkan tetingkap" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Tinggi Default" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Tinggi default tetingkap, digunakan bila mula memaparkan tetingkap" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Musnah bersama Bapa" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Jika tetingkap ini patut dimusnahkan apabila bapanya dimusnahkan" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Ikon bagi tetingkap ini" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 #, fuzzy msgid "Name of the themed icon for this window" msgstr "Ikon bagi tetingkap ini" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Adalah Aktif" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Samada aras atas adalah tetingkap aktif semasa" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Samada fokus input adalah didalam GtkWindow ini" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Taip petua" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Langkah taskbar" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "BENAR jika tetingkap tak patut berada di taskbar." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "BENAR jika tetingkap tak patut berada di pager." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 #, fuzzy msgid "TRUE if the window should be brought to the user's attention." msgstr "BENAR jika tetingkap tak patut berada di pager." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Terima fokus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 #, fuzzy msgid "TRUE if the window should receive the input focus." msgstr "BENAR jika tetingkap tak patut berada di pager." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 #, fuzzy msgid "Focus on map" msgstr "Fokus pada klik" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 #, fuzzy msgid "TRUE if the window should receive the input focus when mapped." msgstr "BENAR jika tetingkap tak patut berada di pager." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Dihias" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Samada tetingkap patut dihias oleh pengurus tetingkap" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "Boleh dipilih" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 #, fuzzy msgid "Whether the window frame should have a close button" msgstr "Samada tetingkap patut dihias oleh pengurus tetingkap" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Graviti" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Graciti tetingkap bagi tetingkap" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Butang dipaparkan pada dialog mesej" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Jenis tetingkap" diff --git a/po-properties/nb.po b/po-properties/nb.po index 6e881dc624..5434309d1b 100644 --- a/po-properties/nb.po +++ b/po-properties/nb.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: nb\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-10 19:16+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian Bokmål \n" @@ -90,12 +90,12 @@ msgstr "Forvalgt skjerm" msgid "The default display for GDK" msgstr "Forvalgt skjerm for GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Skjerm" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen for rendrer" @@ -115,11 +115,11 @@ msgstr "Skriftoppløsning" msgid "The resolution for fonts on the screen" msgstr "Oppløsning for skrifter på skjermen" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Navn på program" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -127,43 +127,43 @@ msgstr "" "Navn på programmet. Hvis dette ikke er satt vil forvalgt verdi komme fra " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Programversjon" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Programmets versjon" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Opphavsrett" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Informasjon om opphavsrett for programmet" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Kommentar" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Kommentar om programmet" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL til nettsted" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "URL for programmets nettsted" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Etikett for nettsted" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -171,45 +171,45 @@ msgstr "" "Merkelappen til programmet sitt nettside. Hvis dette ikke er satt brukes " "bare nettadressen" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Forfattere" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Liste over programmets utviklere" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Dokumentasjon" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Liste med personer som har dokumentert programmet" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artister" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Liste med personer som har bidratt med grafikk til programmet" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Oversettere" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Takk til oversetterne. Denne strengen skal være markert som oversettbar" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -217,19 +217,19 @@ msgstr "" "En logo for «Om»-boksen. Hvis dette ikke er satt brukes " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Navn på ikon for logo" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Et navngitt ikon å bruke som logoen for «Om»-boksen." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Brytningslisens" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Om lisensteksten skal brytes." @@ -305,7 +305,7 @@ msgid "The GIcon being displayed" msgstr "GIcon som skal vises" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Navn på ikon" @@ -412,7 +412,7 @@ msgid "Whether the action group is visible." msgstr "Om handlingsgruppen er synlig" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Verdi" @@ -1243,7 +1243,7 @@ msgstr "Følg tilstand" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Om den tegnede «pixbuf»-en skal bli farget i samsvar med tilstanden" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikon" @@ -1302,7 +1302,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientering og vekstretning for fremgangsmåleren" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Justering" @@ -3095,7 +3095,7 @@ msgstr "Ikonsett" msgid "Icon set to display" msgstr "Ikonsett som skal vises" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Ikonstørrelse" @@ -3163,7 +3163,7 @@ msgstr "Vis bilder i menyer" msgid "Whether images should be shown in menus" msgstr "Om bilder skal vises i menyer" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Skjermen hvor dette vinduet vil vises" @@ -4772,26 +4772,26 @@ msgstr "Mellomrom for verdier" msgid "Space between value text and the slider/trough area" msgstr "Mellomrom mellom verditekst og område for glider/«through»" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Verdien for justeringen" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Størrelse på ikon" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment som inneholder nåværende verdi for dette områdeobjektet" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Ikoner" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Liste med ikonnavn" @@ -6514,7 +6514,7 @@ msgstr "Prikkemønster som brukes til å tegne fokusindikator" msgid "Whether to display the column" msgstr "Vis kolonnen" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Kan endre størrelse" @@ -6937,46 +6937,46 @@ msgstr "Oppførsel for vertikalt rullefelt" msgid "The length of vertical scroll arrows" msgstr "Når vertikalt rullefelt skal vises" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Vindustype" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Type vindu" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Vindustittel" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Tittelen på vinduet" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Vindusrolle" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Unik indentifikator for vinduet som brukes ved gjenoppretting av en sesjon" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Oppstarts-ID" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 #, fuzzy msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Unik indentifikator for vinduet som brukes ved gjenoppretting av en sesjon" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Tillat krymping" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6985,91 +6985,91 @@ msgstr "" "Hvis SANN får vinduet ingen minimum størrelse. Denne bør ikke settes til " "SANN 99% av tiden" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Tillat vekst" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "Brukere kan utvide vinduet utover minste størrelse hvis SANN" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Brukere kan endre størrelse på vinduet hvis SANN" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modal" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" "Hvis SANN er vinduet modalt (andre vinduer er ikke brukbare når dette vises)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Vindusplassering" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Startposisjon for vinduet" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Standard bredde" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Forvalgt bredde for vinduet. Brukt når vinduet først vises" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Standard høyde" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Forvalgt høyde for vindu. Brukt når vinduet først vises" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Ødelegg med opphav" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Vinduet skal ødelegges når opphavet ødelegges" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Ikon for dette vinduet" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Navnet på temaikonet for dette vinduet" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Er aktiv" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Om toppnivået er aktivt vindu" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Fokus i toppnivå" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Om inndatafokus er i dette GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Type hint" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7077,84 +7077,84 @@ msgstr "" "Hint som skal hjelpe skrivebordsmiljøet med å forstå hvilken type vindu " "dette er og hvordan det skal behandles." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Hopp over oppgaveliste" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "SANN hvis vinduet ikke skal være i oppgavelisten." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Hopp over vinduliste" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "SANN hvis vinduet ikke skal være i vindulisten." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Viktig" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE hvis vinduet skal bli gitt brukerens oppmerksomhet." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Godta fokus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "SANN hvis vinduet skal motta fokus for inndata." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Fokuser på kart" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "«TRUE» hvis vinduet skal få inndatafokus når kartlagt." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Dekorert" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Om vinduet skal dekoreres av vindushåndtereren" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Slettbar" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Om vinduet skal ha en knapp for å lukke det" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Tyngde" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Vinduets tyngde" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Knappene som vises i meldingsdialogen" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Type vindu" diff --git a/po-properties/ne.po b/po-properties/ne.po index b885357891..f7df3f8ed3 100644 --- a/po-properties/ne.po +++ b/po-properties/ne.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2005-05-15 15:47+0545\n" "Last-Translator: Ganesh Ghimire \n" "Language-Team: Nepali \n" @@ -86,12 +86,12 @@ msgstr "पूर्वनिर्धारित प्रदर्शन" msgid "The default display for GDK" msgstr "जिडिकेका लागि पूर्वनिर्धारित प्रदर्शन" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "पर्दा" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "रेण्डरकर्ताका लागि जिडिके स्क्रिन" @@ -115,97 +115,97 @@ msgstr "वर्णका बिन्दुहरु" msgid "The resolution for fonts on the screen" msgstr "पर्दामा दायरा कसरी सुधार गरिन्छ" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "कार्यक्रमको नाम" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" "कार्यक्रमको नाम. यदि सेट भएको छैन भने यो पूर्व निर्धारित हुन्छ g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "कार्यक्रमको संस्करण" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "कार्यक्रमको संस्करण" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "प्रतिलिपि अधिकार स्ट्रिङ" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "कार्यक्रमका लागि प्रतिलिपि अधिकार सूचना" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "प्रतिकृया स्ट्रिङ" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "कार्यक्रमका बारेको प्रतिकृया" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "वेबसाइट युआरएल" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "कर्यक्रमको वेबसाइट लिङ्कका लागि युआरएल" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "वेबसाइट लेबल" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "कर्यक्रमको वेबसाइट लिङ्कका लागि लेबल। यदि सेट छैन भने युआरएलमा पूर्वनिर्धारित हुन्छ" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "लेखकहरू" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "कर्यक्रमका लेखकहरूको सूची" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "संकलकहरू" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "कार्यक्रम डकुमेण्ट गर्ने मानिसहरूको सूची" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "कलाकारहरू" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "कार्यक्रममा कलाकारिता सहयोग गर्ने मानिसहरूको सूची" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "अनुवादक बिश्वास" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "अनुवादकहरूलाई क्रेडिट दिन्छ। यस स्ट्रिङलाई अनुवाद गर्न सकिने छिन्ह दिनु पर्दछ" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "लोगो" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -213,20 +213,20 @@ msgstr "" "जानकारी बाकसका लागि लोगो। यदि सेट भएको छैन भने, यो " "gtk_window_get_default_icon_list() मा पूर्वनिर्धारित हुन्छ" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "लोगो प्रतिमाको नाम" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "जानकारी बाकसका लागि लोगोको रूपमा नामांकित प्रतिमाको प्रयोग" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 #, fuzzy msgid "Wrap license" msgstr "लपेट्ने मोडको समूह" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 #, fuzzy msgid "Whether to wrap the license text." msgstr "जहाँ पाठको अक्षरलाई बीचमा काटिन्छ" @@ -302,7 +302,7 @@ msgid "The GIcon being displayed" msgstr " देखाउनको लागि छविचित्र स्थपित गर " #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "प्रतिमाको नाम" @@ -403,7 +403,7 @@ msgid "Whether the action group is visible." msgstr "जहाँ कार्य समूह हेर्न सकिने छ" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "मान" @@ -1256,7 +1256,7 @@ msgstr "स्टेट फलो गर्नुहोस्" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "या प्रतिपादित पिक्सबफ राज्य अनुसार रङ्गिन हुनु पर्दछ।न्थ्यो वा सकिन्नथ्यो" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "छविचित्र" @@ -1316,7 +1316,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "प्रगतिबारको अभिमुखिकृत र बड्दो दिशा" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "मिलान" @@ -3123,7 +3123,7 @@ msgstr "छविचित्र मिलाउ" msgid "Icon set to display" msgstr " देखाउनको लागि छविचित्र स्थपित गर " -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "छविचित्रको आकार" @@ -3191,7 +3191,7 @@ msgstr "सूचीका चित्रहरु देखाऊ" msgid "Whether images should be shown in menus" msgstr "जब मेनुहरूमा छविचित्र देखाइन्छ" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "त्यो पर्दा जहाँ यो विण्डो देखाइन्छ" @@ -4848,28 +4848,28 @@ msgstr "मूल्यको स्पेसिङ" msgid "Space between value text and the slider/trough area" msgstr "मूल्य पाठ र चिप्ल्याउने/क्षेत्रबाट बीचको ठाँउ" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "मिलानका लागि मूल्य" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "औजारबार चिन्हको आकार" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "जीटीके मिलानमा अवस्थित दायराको वर्तमान मान " -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "छविचित्र" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "लोगो प्रतिमाको नाम" @@ -6613,7 +6613,7 @@ msgstr "संकेन्द्रविन्दु सूचक खिच् msgid "Whether to display the column" msgstr "जब स्तम्भ देखाउनुछ भने" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "पुनराकृतिक" @@ -7036,135 +7036,135 @@ msgstr "उर्ध्व स्क्रोलबार नीति" msgid "The length of vertical scroll arrows" msgstr "जब उर्ध्व स्क्रोलबार देखाइएको छ" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "विण्डो प्रकार" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "विण्डोको प्रकार" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "विण्डो शीर्षक" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "विण्डोको शीर्षक" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "विण्डोको भूमिका" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "सेसन पुनर्संग्रहक्रममा प्रयोग गर्न विण्डोका लागि अद्वितीय सूचक " -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "समूह" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 #, fuzzy msgid "Unique startup identifier for the window used by startup-notification" msgstr "सेसन पुनर्संग्रहक्रममा प्रयोग गर्न विण्डोका लागि अद्वितीय सूचक " -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "संकुचित गर्ने अनुमति दिनु" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "यदि सत्य, सञ्झ्यालको न्युनतम आकार छैन। सत्य समयको ९९ प्रतिशत एक खराब विचार" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "उत्पादन गर्ने अनुमति दिनु" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "साँचो हो भने प्रयगकर्ताले न्यूनतम आकारभन्दा फरक आकारमा विण्डोको वृद्धिगर्न सक्छ" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "यदि सत्यहो भने प्रयोगकर्ताहरु विण्डोको पुनराकृति दिनसक्छन्" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "नमुना" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "साँचो हो भने विण्डो उएटा नमुना हो(अरू विण्डोहरू प्रयोग योग्य छैनन्)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "विण्डोको स्थिति" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "विण्डोको सुरू स्थिति" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "पूर्वनिर्धारित चौडाइ" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "विण्डोको पूर्वनिर्धारित चौडाइ प्रयोगहुने छ जब सुरूमा विण्डोलाई देखाउने छ" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "पूर्वनिर्धारित उचाई" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "विण्डोको पूर्वनिर्धारित उचाई प्रयोग हुनेछ जब सुरूमा विण्डोलाई देखाइने छ" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "आधारसँग नस्ट गर्नु" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "तब यो विण्डो नस्ट हुनुपर्छ जब आधार नस्ट हुनेछ" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "यो विण्डोको लागि छविचित्र" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "यस सञ्झ्यालका लागि थिम भएको प्रतिमा नाम" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "सक्रिय छ" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "जब वर्तमान सक्रिय विण्डो उच्चतहमा रहन्छ" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "उच्च तहमा संकेन्द्रित" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "जब निवेश संकेन्द्रविन्दु जीटीके विण्डोभित्र पर्छ" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "इसाराको प्रकार" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7172,87 +7172,87 @@ msgstr "" "यो कस्तो किसिमको विण्डो हो यसलाई कसरी प्रयोगमा ल्याउने भन्ने डेस्कटप वातावरण बुझनका " "लागि सहयोगी इसारा" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "टास्कबार छाड्नु" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "विण्डो टास्कबारमा छैनभने ठीक " -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "पेजर छाड्नु" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "सत्य, यदि विण्डो पेजरभित्र छैन भने" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 #, fuzzy msgid "TRUE if the window should be brought to the user's attention." msgstr "सत्य, यदि विण्डो पेजरभित्र छैन भने" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "फोकस स्वीकार्य" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "सत्य , यदि विण्डोले भित्र आउने फोकस लिन सक्यो भने" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "नक्सामा केन्द्रित गर" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "सत्य, यदि सञ्झ्यालले मानचित्रित गर्दा आगत केन्द्रित आउने फोकस लिन सक्यो भने" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "अलंकृत" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "जहाँ विण्डो विण्डो-प्रबन्धकबाट सजिएको हुन सक्थ्यो" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "चयन योग्य" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 #, fuzzy msgid "Whether the window frame should have a close button" msgstr "जहाँ विण्डो विण्डो-प्रबन्धकबाट सजिएको हुन सक्थ्यो" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "गुरुत्व" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "त्यो विण्डो विण्डोको गुरुत्व हो" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "खबर स‍ंवादभित्र बटनहरु देखाइन्छ" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "विण्डोको प्रकार" diff --git a/po-properties/nl.po b/po-properties/nl.po index e8ab58268c..b38eaa2f36 100644 --- a/po-properties/nl.po +++ b/po-properties/nl.po @@ -31,7 +31,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2008-09-07 22:00+0200\n" "Last-Translator: Tino Meinen \n" "Language-Team: Dutch \n" @@ -114,13 +114,13 @@ msgstr "Standaard display" msgid "The default display for GDK" msgstr "Het standaard display voor GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Scherm" # technische termen -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "het GdkScreen voor de renderer" @@ -142,11 +142,11 @@ msgid "The resolution for fonts on the screen" msgstr "De resolutie van lettertypes op het scherm" # Naam programma -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Programmanaam" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -154,44 +154,44 @@ msgstr "" "De naam van het programma. Als dit niet is ingesteld wordt standaard " "g_get_application_name() gebruikt" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Programmaversie" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "De versie van het programma" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Copyright-tekenreeks" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Copyright-informatie over het programma" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Opmerking-tekenreeks" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Opmerkingen over het programma" # webstek -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Website URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "De URL voor de link naar de website van het programma" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Website-label" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -199,46 +199,46 @@ msgstr "" "De label voor de link naar de website van het programma. Als dit niet is " "ingesteld wordt standaard de URL gebruikt" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Auteurs" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Lijst met de makers van het programma" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Documentalisten" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Lijst van degenen die het programma hebben gedocumenteerd" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artiesten" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" "Lijst van degenen die hebben bijgedragen aan het grafische werk van het " "programma" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Vertalers" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "De vertalers. Deze tekenreeks moet als vertaalbaar worden gemarkeerd" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -246,21 +246,21 @@ msgstr "" "Een logo voor het info-dialoogvenster. Als er geen logo is gegeven wordt " "standaard gtk_window_het_default_icon_list() gebruikt." -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Logo-pictogram" # dat als logo wordt gebruikt in het info-venster. -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Een pictogram met naam voor een logo in het info-venster." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Licentie doorloop" # of de licentietekst omgebogen wordt/afbreekt/doorloopt -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Of de licentietekst doorloopt." @@ -338,7 +338,7 @@ msgid "The GIcon being displayed" msgstr "Het GIcon dat weergegeven wordt" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Pictogramnaam" @@ -447,7 +447,7 @@ msgid "Whether the action group is visible." msgstr "Of de actiegroep zichtbaar is." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Waarde" @@ -1296,7 +1296,7 @@ msgstr "Status volgen" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Of de gerenderde pixbuf moet worden gekleurd volgens de status" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Pictogram" @@ -1359,7 +1359,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Oriëntatie en groeirichting van de voortgangsbalk" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Aanpassing" @@ -3212,7 +3212,7 @@ msgstr "Pictogramverzameling" msgid "Icon set to display" msgstr "Weer te geven pictogramverzameling" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Pictogramafmetingen" @@ -3281,7 +3281,7 @@ msgstr "Menu-afbeeldingen tonen" msgid "Whether images should be shown in menus" msgstr "Of afbeeldingen in menus worden getoond" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Het scherm waar dit venster wordt getoond" @@ -4951,25 +4951,25 @@ msgid "Space between value text and the slider/trough area" msgstr "Afstand tussen de waarde-tekst en de goot en het schuifobject" # beter? de hoeveelheid verandering/aanpassing -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "De waarde van de schaling" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "De pictogramgrootte" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "De GtkAdjustment die de huidige waarde van dit schalingsknop-object bevat" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Pictogrammen" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Lijst met pictogramnamen" @@ -6731,7 +6731,7 @@ msgstr "Streepjespatroon van vertakkingslijnen" msgid "Whether to display the column" msgstr "Of de kolom moet worden weergegeven" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Herschaalbaar" @@ -7154,47 +7154,47 @@ msgstr "Verticale schuifbalkpijllengte" msgid "The length of vertical scroll arrows" msgstr "De lengte van verticale schuifbalkpijlen" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Venstertype" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Het type venster" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Venstertitel" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "De titel van het venster" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Venster-rol" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Unieke identificatie voor het venster dat gebruikt wordt bij het herstellen " "van een sessie" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Opstart-ID" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Unieke opstart-identificatie voor het venster hetgeen gebruikt wordt voor " "opstart-meldingen" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Krimpen toestaan" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7203,24 +7203,24 @@ msgstr "" "Indien WAAR (TRUE) heeft het venster geen minimumgrootte. Dit is in 99% van " "de gevallen een slecht idee" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Groeien toestaan" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Indien WAAR (TRUE), kan het venster vergroot worden voorbij de minimumgrootte" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Indien WAAR (TRUE), kan de afmeting van het venster worden aangepast" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modaal" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7228,71 +7228,71 @@ msgstr "" "Indien WAAR (TRUE), is het venster modaal: andere vensters kunnen niet " "worden gebruikt zolang deze bovenaan staat" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Vensterpositie" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "De beginpositie van het venster" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Standaardbreedte" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "De standaardbreedte van het venster als het voor het eerst getoond wordt" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Standaardhoogte" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "De standaardhoogte van het venster als het voor het eerst getoond wordt" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Vernietig samen met moeder" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" "Of dit venster vernietigd moet worden als het moedervenster vernietigd wordt" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Pictogram voor dit venster" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Naam van het themapictogram voor dit venster" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Is actief" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Of het topniveau het huidige actieve venster is" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Aandacht in topniveau" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Of het invoeraandacht zich in dit GtkWindow bevindt" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Soort hint" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7300,96 +7300,96 @@ msgstr "" "Hint waarmee de werkomgeving wordt geholpen te begrijpen wat voor soort " "venster dit is, en hoe het moet worden behandeld" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Taakbalk overslaan" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "WAAR (TRUE) als het venster niet in de taakbalk hoort" # in Gnome-nl is er voor gekozen de pager te vertalen met: werkbladwisselaar -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Werkbladwisselaar overslaan" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "WAAR (TRUE) als het venster niet in de werkbladwisselaar hoort" # belangrijk/dringend -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Dringend" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" "WAAR (TRUE) als het venster onder de aandacht van de gebruiker moet worden " "gebracht." # aandacht -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Accepteert aandacht" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "WAAR (TRUE) als het venster de invoeraandacht moet krijgen." # projectie/realisering -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Aandacht bij realisering" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" "WAAR (TRUE) als het venster de invoeraandacht moet krijgen bij realisering." # versiering beter dan decoratie(=onderscheiding) -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Met versiering" # vensterbeheer ipv window manager? -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Of het venster de versiering van de window-manager moet krijgen." -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Verwijderbaar" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Of het vensterkader een afsluitknop moet hebben" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Zwaartekracht" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "De zwaartekrachtstijl voor het venster" # vergankelijk voor venster # tijdelijk venster, behorend bij # (het wijst naar het venster waar het transient voor is gemaakt) -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Behorend bij venster" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Het moedervenster van de dialoog" # dekkingsgraad/ondoorzichtigheid -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Dekkingsgraad van venster" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "De dekkingsgraad van het venster, van 0 tot 1" diff --git a/po-properties/nn.po b/po-properties/nn.po index 2910f13911..2ce8cd5baf 100644 --- a/po-properties/nn.po +++ b/po-properties/nn.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2004-01-03 23:53+0100\n" "Last-Translator: Åsmund Skjæveland \n" "Language-Team: Norwegian Nynorsk \n" @@ -100,12 +100,12 @@ msgstr "Standard skjerm" msgid "The default display for GDK" msgstr "Standard skjerm for GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Skjerm" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 #, fuzzy msgid "the GdkScreen for the renderer" msgstr "Modellen for trevisinga" @@ -130,120 +130,120 @@ msgstr "Skrift punkt" msgid "The resolution for fonts on the screen" msgstr "Korleis området skal oppdaterast på skjermen" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 #, fuzzy msgid "The version of the program" msgstr "Retning på verktøylinja" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 #, fuzzy msgid "Comments string" msgstr "Kolonnemellomrom" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 #, fuzzy msgid "Website label" msgstr "Bruk storleik i merkelapp" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 #, fuzzy msgid "List of authors of the program" msgstr "Retning på verktøylinja" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 #, fuzzy msgid "Logo Icon Name" msgstr "Skriftnamn" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 #, fuzzy msgid "Wrap license" msgstr "Brytingsmåte satt" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 #, fuzzy msgid "Whether to wrap the license text." msgstr "Om teksten skal strekast gjennom" @@ -322,7 +322,7 @@ msgid "The GIcon being displayed" msgstr "Ikonsett som skal visast" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "Skriftnamn" @@ -427,7 +427,7 @@ msgid "Whether the action group is visible." msgstr "Om handlinga er synleg" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Verdi" @@ -1309,7 +1309,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Om kanten skal visast eller ikkje" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikon" @@ -1371,7 +1371,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Peikeretningen og vekstretningen til framdriftsvisaren" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Justering" @@ -3232,7 +3232,7 @@ msgstr "Ikonsett" msgid "Icon set to display" msgstr "Ikonsett som skal visast" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Ikonstorleik" @@ -3305,7 +3305,7 @@ msgstr "Vis vekenummer" msgid "Whether images should be shown in menus" msgstr "Om arkfaner skal visast eller ikkje" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Skjermen kor dette vindauget vert vist" @@ -5016,29 +5016,29 @@ msgstr "Mellomrom mellom verdiane" msgid "Space between value text and the slider/trough area" msgstr "Mellomrom mellom verditeksten og glidebrytaren/trauet" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Namnet på skjermelementet" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Storleik på verktøylinjeikon" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "GtkAdjustment som inneheld den noverande verdien til dette områdeobjektet" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Ikon" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Skriftnamn" @@ -6815,7 +6815,7 @@ msgstr "Prikkemønster som vert brukt til å teikna fokusindikatoren" msgid "Whether to display the column" msgstr "Om kolonna skal visast" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Kan endra storleik" @@ -7250,45 +7250,45 @@ msgstr "Åtferda til loddrett rullefelt" msgid "The length of vertical scroll arrows" msgstr "Når loddrett rullefelt skal visast" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Vindaugetype" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Vindaugetype" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Vindaugetittel" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Tittelen på vindauget" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Rolla til vindauget" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Unikt kjenneteikn på vindauget, brukt når ei økt vert gjenoppretta" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Gruppe" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 #, fuzzy msgid "Unique startup identifier for the window used by startup-notification" msgstr "Unikt kjenneteikn på vindauget, brukt når ei økt vert gjenoppretta" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Tillat å krympa" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7297,23 +7297,23 @@ msgstr "" "Dersom denne er sann, har ikkje vindauget nokon minste storleik. Å setja " "denne til sann er ein dårleg idé 99% av tida" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Tillat å veksa" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "Dersom sann, kan brukarar utvida vindauget utover maksimumsstorleiken" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Dersom sann, kan brukarar endra storleik på vindauget" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modalt" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7321,71 +7321,71 @@ msgstr "" "Dersom denne er sann, er vindauget modalt (andre vindauge kan ikkje brukast " "så lenge dette er framme)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Vindaugeplassering" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Startposisjonen til vindauget" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Standardbreidde" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Standardbreidda på vindauget, vert brukt når vindauget vert vist fyrste gong" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Standardhøgde" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "Standardhøgda på vindauget, vert brukt når vindauget vert vist fyrste gong" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Øydelegg saman med forelder" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Om dette vindauget skal øydeleggast når forelderen blir øydelagd" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Ikonet til dette vindauget" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 #, fuzzy msgid "Name of the themed icon for this window" msgstr "Ikonet til dette vindauget" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Er aktivt" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Om toppnivået er det noverande aktive vindauget" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Fokus i toppnivå" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Om inndatafokus er i dette GtkWindow-et" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Type hint" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7393,89 +7393,89 @@ msgstr "" "Hint som skal hjelpa skrivebordsmiljøet til å skjøna kva slags vindauge " "dette er, og korleis det skal handsamast" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Hopp over oppgåveliste" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Sann dersom vindauget ikkje skal vera i oppgåvelista" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Hopp over vindaugeliste" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "SANN dersom vinduet ikkje skal vera i vindaugelista." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 #, fuzzy msgid "TRUE if the window should be brought to the user's attention." msgstr "SANN dersom vinduet ikkje skal vera i vindaugelista." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "ta imot fokus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "Sann dersom vinduet skal ta imot inndata-fokus." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 #, fuzzy msgid "Focus on map" msgstr "Fokuser ved klikk" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 #, fuzzy msgid "TRUE if the window should receive the input focus when mapped." msgstr "Sann dersom vinduet skal ta imot inndata-fokus." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Pynta" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Om vindauget skal pyntast av vindaugshandsamaren" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "Valgbar" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 #, fuzzy msgid "Whether the window frame should have a close button" msgstr "Om vindauget skal pyntast av vindaugshandsamaren" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Tyngde" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Tyngda til vindauget" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Knappane som vert viste i meldingsdialogen" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Vindaugetype" diff --git a/po-properties/nso.po b/po-properties/nso.po index 53f6849525..b9d4d589b9 100644 --- a/po-properties/nso.po +++ b/po-properties/nso.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties 2.8-branch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2004-11-30 15:02+0200\n" "Last-Translator: Zuza Software Foundation \n" "Language-Team: Northern Sotho \n" @@ -90,12 +90,12 @@ msgstr "Dira gore Ponagatšo e Hlaelele" msgid "The default display for GDK" msgstr "Ponagatšo e hlaelelago ya GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Sekirini" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 #, fuzzy msgid "the GdkScreen for the renderer" msgstr "Mohlala wa go lebelela mohlare" @@ -120,120 +120,120 @@ msgstr "Dintlha tša fonto" msgid "The resolution for fonts on the screen" msgstr "Kamoo mehuta e swanetšego go dirwa gore e be nakong sekirining" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 #, fuzzy msgid "Program name" msgstr "Leina la leswao" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 #, fuzzy msgid "The version of the program" msgstr "Thulaganyo ya bara ya sedirišwa" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 #, fuzzy msgid "Comments string" msgstr "Go dira sekgoba kholomong" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 #, fuzzy msgid "Website label" msgstr "Diriša bogolo leswaong" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 #, fuzzy msgid "Logo Icon Name" msgstr "Leina la Sehlogo sa Leswao" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 #, fuzzy msgid "Wrap license" msgstr "Peakanyo ya mokgwa wa go phuthela" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 #, fuzzy msgid "Whether to wrap the license text." msgstr "Ge eba o swanetše go kgabaganya sengwalwa" @@ -314,7 +314,7 @@ msgid "The GIcon being displayed" msgstr "Peakanyo ya leswao yeo e swanetšego go bontšhwa" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "Leina la Fonto" @@ -429,7 +429,7 @@ msgid "Whether the action group is visible." msgstr "Ge eba sehlopha sa mogato se a bonagala." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Boleng" @@ -1316,7 +1316,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Ge eba mollwane o swanetše go bontšhwa goba aowa" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Leswao" @@ -1380,7 +1380,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Moo thulaganyo le kgolo di lebilego tša bara ya tšwelopele" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Tokišo" @@ -3290,7 +3290,7 @@ msgstr "Peakanyo ya leswao" msgid "Icon set to display" msgstr "Peakanyo ya leswao yeo e swanetšego go bontšhwa" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Bogolo bja leswao" @@ -3367,7 +3367,7 @@ msgstr "Bontšha diswantšho tša lelokelelo la dikagare" msgid "Whether images should be shown in menus" msgstr "Ge eba diswantšho di swanetše go bontšhwa malokelelong a dikagare" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Sekirini seo lefesetere le le tla bontšhwago" @@ -5125,29 +5125,29 @@ msgstr "Go dira sekgoba ga boleng" msgid "Space between value text and the slider/trough area" msgstr "Sekgoba magareng ga sengwalwa sa boleng le lefelo la seširogi/sedibelo" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Boleng bja tokišo" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Bogolo bja leswao la bara ya sedirišwa" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "GtkAdjustment yeo e nago le boleng bja gona bjale bja sedirišwa se sa mohuta" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Leswao" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Leina la Sehlogo sa Leswao" @@ -7035,7 +7035,7 @@ msgstr "" msgid "Whether to display the column" msgstr "Ge eba go swanetše go bontšhwe kholomo" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "E ka lokišwa bogolo" @@ -7493,49 +7493,49 @@ msgstr "Pholisi ya Bara ya go ya godimo le tlase e Tsepamego" msgid "The length of vertical scroll arrows" msgstr "Ge bara ya go ya godimo le tlase e tsepamego e bontšhitšwe" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Mohuta wa Lefesetere" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Mohuta wa lefesetere" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Sehlogo sa Lefesetere" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Sehlogo sa lefesetere" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Karolo e Bapalwago ke Lefesetere" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Selemogi sa moswana-noši sa lefesetere seo se tla dirišetšwago go boloka " "lenaneo gape" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Sehlopha" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 #, fuzzy msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Selemogi sa moswana-noši sa lefesetere seo se tla dirišetšwago go boloka " "lenaneo gape" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Dumelela go Hunyela" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7544,25 +7544,25 @@ msgstr "" "Ge eba e le THEREŠO, lefesetere ga le na bogolo bjo bonyenyane. Go beakanya " "se go THEREŠO mabakeng a 99% ke kgopolo e mpe" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Dumelela Kgolo" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Ge eba e le THEREŠO, badiriši ba ka katološa lefesetere go feta bogolo bja " "lona bjo bonyenyane" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Ge eba e le THEREŠO, badiriši ba ka lokiša bogolo bja lefesetere" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Mohlala" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7570,74 +7570,74 @@ msgstr "" "Ge eba e le THEREŠO, lefesetere ke mohlala (mafasetere a mangwe ga a " "dirišege ge le le bulegile)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Boemo bja Lefesetere" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Boemo bja mathomo bja lefesetere" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Bophara bja Tlhaelelo" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Bophara bja tlhaelelo bja lefesetere, bjo dirišwago ge go thongwa go bontšha " "lefesetere" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Bophagamo bja Tlhaelelo" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "Bophagamo bja tlhaelelo bja lefesetere, bjo dirišwago ge go thongwa go " "bontšha lefesetere" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Senya ka Motswadi" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Ge eba lefesetere le le swanetše go senywa ge motswadi a sentšwe" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Leswao la lefesetere le" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 #, fuzzy msgid "Name of the themed icon for this window" msgstr "Leswao la lefesetere le" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "E a šoma" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Ge eba mogato o phagamego ke lefesetere la gona bjale le šomago" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Lebiša hlokomelo Mogatong o Phagamego" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" "Ge eba go lebiša hlokomelo ga tsebišo go ka gare ga Lefesetere le la Gtk" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Tlanya keletšo" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7645,91 +7645,91 @@ msgstr "" "Keletšo ya go thuša gore tikologo ya teseke e kwešiše gore le ke lefesetere " "la mohuta ofe le gore le swanetše go swarwa bjang." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Taboga bara ya mošomo" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "THEREŠO ge lefesetere le sa swanela go ba go bara ya mošomo." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Taboga pager" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "THEREŠO ge lefesetere le sa swanela go ba go pager." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 #, fuzzy msgid "TRUE if the window should be brought to the user's attention." msgstr "THEREŠO ge lefesetere le sa swanela go ba go pager." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Amogela go lebiša hlokomelo" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" "THEREŠO ge lefesetere le swanetše go amogela go lebiša hlokomelo ga tsebišo." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 #, fuzzy msgid "Focus on map" msgstr "Lebiša hlokomelo go kgotla" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 #, fuzzy msgid "TRUE if the window should receive the input focus when mapped." msgstr "" "THEREŠO ge lefesetere le swanetše go amogela go lebiša hlokomelo ga tsebišo." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Kgabišitšwego" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Ge eba lefesetere le swanetše go kgabišwa ke molaodi wa lefesetere" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "Kgethegago" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 #, fuzzy msgid "Whether the window frame should have a close button" msgstr "Ge eba lefesetere le swanetše go kgabišwa ke molaodi wa lefesetere" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Maatlakgogedi" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Maatlakgogedi a lefesetere a lefesetere" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Dikonope tšeo di bontšhitšwego poledišanong ya molaetša" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Mohuta wa lefesetere" diff --git a/po-properties/oc.po b/po-properties/oc.po index 5f5cde6e48..3aba524f42 100644 --- a/po-properties/oc.po +++ b/po-properties/oc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: oc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2008-07-03 09:06+0200\n" "Last-Translator: Yannig Marchegay (Kokoyaya) \n" "Language-Team: Occitan \n" @@ -90,12 +90,12 @@ msgstr "" msgid "The default display for GDK" msgstr "" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Ecran" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -115,117 +115,117 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Nom del programa" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Version del programa" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "La version del programa" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Cadena de copyright" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Entresenhas de copyright del programa" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Cadena de comentaris" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Comentaris sul programa" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Autors" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Documentalistas" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Tièra de las personas que documentan lo logicial" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artistas" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" "La còla occitana de revirada d'Ubuntu , " "2006" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Credits als reviraires. Aquesta cadena deu èsser marcada coma revirabla" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Lògo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -299,7 +299,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "" @@ -397,7 +397,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Valor" @@ -1202,7 +1202,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Icòna" @@ -1259,7 +1259,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -2989,7 +2989,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "" @@ -3053,7 +3053,7 @@ msgstr "" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4602,24 +4602,24 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Icònas" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "" @@ -6250,7 +6250,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Visible" @@ -6652,215 +6652,215 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Lo tipe de la fenèstra" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Lo títol de la fenèstra" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modal" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Urgent" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" diff --git a/po-properties/or.po b/po-properties/or.po index afe494b020..2c13da6f31 100644 --- a/po-properties/or.po +++ b/po-properties/or.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: or\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+&component=general\n" -"POT-Creation-Date: 2009-03-13 15:07+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-30 18:38+0530\n" "Last-Translator: Manoj Kumar Giri \n" "Language-Team: Oriya \n" @@ -19,7 +19,8 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"\n" "\n" "\n" "\n" @@ -36,110 +37,109 @@ msgstr "" "\n" "\n" -#: ../gdk-pixbuf/gdk-pixbuf.c:89 +#: gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "ଚାନେଲ ସଂଖ୍ଯା" -#: ../gdk-pixbuf/gdk-pixbuf.c:90 +#: gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "ପ୍ରତି ପାକ୍ସେଲ ପାଇଁ ନମୁନାର ସଂଖ୍ଯା" -#: ../gdk-pixbuf/gdk-pixbuf.c:99 +#: gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "ରଙ୍ଗକ୍ଷେତ୍ର" -#: ../gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "ରଙ୍ଗକ୍ଷେତ୍ର ଯେଉଁଠାରେ ନମୁନା ମାନଙ୍କର ଅର୍ଥ ଉଲ୍ଲେଖ କରାଯାଇଛି" -#: ../gdk-pixbuf/gdk-pixbuf.c:108 +#: gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "ଆଲଫା ଅଛି" -#: ../gdk-pixbuf/gdk-pixbuf.c:109 +#: gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "pixbuf ର ଗୋଟିଏ ଆଲଫା ଉପପଥ ଅଛି କି ନାହିଁ" -#: ../gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "ନମୁନା ପ୍ରତି ବିଟ" -#: ../gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "ନମୁନା ପ୍ରତି ବିଟ" -#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 -#: ../gtk/gtktreeviewcolumn.c:207 +#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "ପ୍ରସ୍ଥ" -#: ../gdk-pixbuf/gdk-pixbuf.c:133 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "pixbuf ର ସ୍ତମ୍ଭ ସଂଖ୍ଯା" -#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 +#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 msgid "Height" msgstr "ଉଚ୍ଚତା" -#: ../gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "pixbuf ର ଧାଡି ସଂଖ୍ଯା" -#: ../gdk-pixbuf/gdk-pixbuf.c:159 +#: gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "ଧାଡି ଲମ୍ବ" -#: ../gdk-pixbuf/gdk-pixbuf.c:160 -msgid "The number of bytes between the start of a row and the start of the next row" +#: gdk-pixbuf/gdk-pixbuf.c:160 +msgid "" +"The number of bytes between the start of a row and the start of the next row" msgstr "ଧାଡିର ପ୍ରାରମ୍ଭ ଏବଂ ନୂତନ ଧାଡି ଆରମ୍ଭ ହେବା ମଧ୍ଯରେ ବାଇଟ ସଂଖ୍ଯା" -#: ../gdk-pixbuf/gdk-pixbuf.c:169 +#: gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "ପିକ୍ସେଲ" -#: ../gdk-pixbuf/gdk-pixbuf.c:170 +#: gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "pixbuf ର ପିକ୍ସେଲ ତଥ୍ଯ ପାଇଁ ଗୋଟିଏ ସୂଚକ" -#: ../gdk/gdkdisplaymanager.c:103 +#: gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ପ୍ରଦର୍ଶନ" -#: ../gdk/gdkdisplaymanager.c:104 +#: gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "GDK ପାଇଁ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ପ୍ରଦର୍ଶନ" -#: ../gdk/gdkpango.c:490 ../gtk/gtkinvisible.c:86 -#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "ପରଦା" -#: ../gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "ଚିତ୍ରକ ପାଇଁ GdkScreen" -#: ../gdk/gdkscreen.c:75 +#: gdk/gdkscreen.c:75 msgid "Font options" msgstr "ଅକ୍ଷରରୂପ ବିକଳ୍ପ" -#: ../gdk/gdkscreen.c:76 +#: gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "ପରଦା ପାଇଁ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଅକ୍ଷରରୂପ ବିକଳ୍ପ" -#: ../gdk/gdkscreen.c:83 +#: gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "ଅକ୍ଷରରୂପ ବିଭେଦନ" -#: ../gdk/gdkscreen.c:84 +#: gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "ପରଦାରେ ଅକ୍ଷରରୂପ ପାଇଁ ବିଭେଦନ" -#: ../gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "ପ୍ରୋଗ୍ରାମ ର ନାମ" -#: ../gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -147,43 +147,43 @@ msgstr "" "ପ୍ରୋଗ୍ରାମର ନାମ। ଏହାକୁ ବିନ୍ଯାସ କରାଯାଇ ନ ଥିଲେ, g_get_application_name() ପୂର୍ବନିର୍ଦ୍ଧାରିତ " "ନାମ ହୋଇଥାଏ।" -#: ../gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "ପ୍ରୋଗ୍ରାମ ର ସଂସ୍କରଣ" -#: ../gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "ପ୍ରୋଗ୍ରାମ ର ସଂସ୍କରଣ" -#: ../gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "ସ୍ବତ୍ତ୍ବାଧୀକାର ବାକ୍ଯଖଣ୍ଡ" -#: ../gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "ପ୍ରୋଗ୍ରାମ ପାଇଁ ସ୍ବତ୍ତ୍ବାଧୀକାର ସୂଚନା" -#: ../gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "ଟିପ୍ପଣୀ ବାକ୍ଯଖଣ୍ଡ" -#: ../gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "ପ୍ରୋଗ୍ରାମ ବିଷୟରେ ଟିପ୍ପଣୀ" -#: ../gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "ୱେବସାଇଟ URL" -#: ../gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "ପ୍ରୋଗ୍ରାମର ୱେବସାଇଟ ସଂଯୋଗ ପାଇଁ URL" -#: ../gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "ୱେବସାଇଟ ସୂଚକ" -#: ../gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -191,43 +191,45 @@ msgstr "" "ପ୍ରୋଗ୍ରାମର ୱେବସାଇଟ ସଂଯୋଗ ପାଇଁ ସୂଚକ। ଏହାକୁ ବିନ୍ଯାସ କରାଯାଇ ନ ଥିଲେ, ୟୁ.ଆର.ଏଲ. ପୂର୍ବନିର୍ଦ୍ଧାରିତ " "ସୂଚକ ହୋଇଥାଏ" -#: ../gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "ଲେଖକ ମାନେ" -#: ../gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "ପ୍ରୋଗ୍ରାମ ଲେଖକ ମାନଙ୍କର ତାଲିକା" -#: ../gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "ଦସ୍ତାବେଜକର୍ତା" -#: ../gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "ଏହି ପ୍ରୋଗ୍ରାମର ଦସ୍ତାବେଜୀକରଣ କରୁଥିବା ବ୍ଯକ୍ତି ମାନଙ୍କ ସୂଚୀ" -#: ../gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "ଚିତ୍ରକାର" -#: ../gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "ପ୍ରୋଗ୍ରାମର ଚତ୍ରକଳା ପାଇଁ ଅଂଶଦାନ କରିଥିବା ବ୍ଯକ୍ତି ମାନଙ୍କ ନାମ" -#: ../gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" -msgstr "ଶୁଭ୍ରାଂଶୁ ବେହେରା ମନୋଜ କୁମାର ଗିରି " +msgstr "" +"ଶୁଭ୍ରାଂଶୁ ବେହେରା ମନୋଜ କୁମାର ଗିରି " -#: ../gtk/gtkaboutdialog.c:370 -msgid "Credits to the translators. This string should be marked as translatable" +#: gtk/gtkaboutdialog.c:354 +msgid "" +"Credits to the translators. This string should be marked as translatable" msgstr "ଅନୁବାଦକ ମାନଙ୍କୁ ଶ୍ରେୟ। ଏହି ବାକ୍ଯଖଣ୍ଡକୁ ଅନୁବାଦ ଯୋଗ୍ଯ ବୋଲି ଚିହ୍ନିତ କରାଯିବା ଉଚିତ" -#: ../gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "ପ୍ରତୀକ" -#: ../gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -235,116 +237,116 @@ msgstr "" "ବିବରଣୀ ବାକ୍ସ ପାଇଁ ଗୋଟିଏ ପ୍ରତୀକ। ଏହାକୁ ବିନ୍ଯାସ କରାଯାଇ ନ ଥିଲେ, " "gtk_window_get_default_icon_list() ପୂର୍ବନିର୍ଦ୍ଧାରିତ ହୋଇଥାଏ।" -#: ../gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "ପ୍ରତୀକ ଚିତ୍ରସଙ୍କେତ ନାମ" -#: ../gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "ବିବରଣୀ ବାକ୍ସରେ ପ୍ରତୀକ ଭାବରେ ବ୍ଯବହାର କରିବା ପାଇଁ ଗୋଟିଏ ନାମିତ ଚିତ୍ରସଙ୍କେତ" -#: ../gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "ଲାଇସେନ୍ସକୁ ପରିବେଷ୍ଟିତ କରନ୍ତୁ" -#: ../gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "ଲାଇସେନ୍ସ ପାଠ୍ଯକୁ ପରିବେଷ୍ଟିତ କରାଯିବ କି ନାହିଁ" -#: ../gtk/gtkaccellabel.c:123 +#: gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "ତ୍ବରକ ସମାପ୍ତି" -#: ../gtk/gtkaccellabel.c:124 +#: gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "ତ୍ବରକ ପରିବର୍ତ୍ତନ ପାଇଁ ଦୃଷ୍ଟି ରଖାଯିବା ସମାପ୍ତି" -#: ../gtk/gtkaccellabel.c:130 +#: gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "ତ୍ବରକ ୱିଜେଟ" -#: ../gtk/gtkaccellabel.c:131 +#: gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "ତ୍ବରକ ପରିବର୍ତ୍ତନ ପାଇଁ ଦୃଷ୍ଟି ରଖାଯିବା ୱିଜେଟ" -#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 -#: ../gtk/gtktextmark.c:89 +#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 +#: gtk/gtktextmark.c:89 msgid "Name" msgstr "ନାମ" -#: ../gtk/gtkaction.c:180 +#: gtk/gtkaction.c:180 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/gtktoolbutton.c:202 +#: 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/gtktoolbutton.c:202 msgid "Label" msgstr "ସୂଚକ" -#: ../gtk/gtkaction.c:199 +#: gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "ଏହି କାର୍ଯ୍ଯକୁ ସକ୍ରିୟ କରୁଥିବା ତାଲିକା ବସ୍ତୁ ଏବଂ ବଟନ ମାନଙ୍କ ପାଇଁ ବ୍ଯବହାର କରାଯାଉଥିବା ସୂଚକ।" -#: ../gtk/gtkaction.c:215 +#: gtk/gtkaction.c:215 msgid "Short label" msgstr "କ୍ଷୁଦ୍ର ସୂଚକ" -#: ../gtk/gtkaction.c:216 +#: gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "ଗୋଟିଏ କ୍ଷୁଦ୍ର ସୂଚକ ଯାହାକୁ ସାଧନ ପଟି ବଟନ ମାନଙ୍କରେ ବ୍ଯବହାର କରିହେବ।" -#: ../gtk/gtkaction.c:224 +#: gtk/gtkaction.c:224 msgid "Tooltip" msgstr "ଉପକରଣ ସୂଚନା" -#: ../gtk/gtkaction.c:225 +#: gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "ଏହି କାର୍ଯ୍ଯ ପାଇଁ ଗୋଟିଏ ଉପକରଣ ସୂଚନା" -#: ../gtk/gtkaction.c:240 +#: gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "ପୁଞ୍ଜି ଚିତ୍ରସଂକେତ" -#: ../gtk/gtkaction.c:241 +#: gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "ୱିଜେଟଗୁଡ଼ିକରେ ଦର୍ଶାଯାଇଥିବା ପୁଞ୍ଜି ଚିତ୍ରସଂକେତଏହି କାର୍ଯ୍ୟକୁ ଉପସ୍ଥାପନ କରିଥାଏ।" -#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 +#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "G ଚିତ୍ରସଙ୍କେତ" -#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 -#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 +#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 +#: gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "G ଚିତ୍ରସଙ୍କେତକୁ ଦର୍ଶାଯାଉଅଛି" -#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 -#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:605 +#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "ଚିତ୍ରସଙ୍କେତ ନାମ" -#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 -#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 +#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 +#: gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "ଚିତ୍ରସଙ୍କେତ ପ୍ରସଙ୍ଗରୁ ଚିତ୍ରସଙ୍କେତ ନାମ" -#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 +#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "ଭୂ-ସମାନ୍ତରାଳ ଥିବା ସମୟରେ ଦୃଶ୍ୟମାନ" -#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 +#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." -msgstr "କଦାଚିତ ସାଧନପଟି ବସ୍ତୁଟି ଦୃଶ୍ୟମାନ ହୋଇଥାଏ ଯେତେବେଳେ ସାଧନ ପଟିଟି ଭୂ-ସମାନ୍ତରାଳ ଅନୁସ୍ଥାପନରେ ରହିଥାଏ।" +msgstr "" +"କଦାଚିତ ସାଧନପଟି ବସ୍ତୁଟି ଦୃଶ୍ୟମାନ ହୋଇଥାଏ ଯେତେବେଳେ ସାଧନ ପଟିଟି ଭୂ-ସମାନ୍ତରାଳ ଅନୁସ୍ଥାପନରେ ରହିଥାଏ।" -#: ../gtk/gtkaction.c:306 +#: gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "ଅତିପ୍ରବାହିତ ହେଲେ ଦୃଶ୍ୟମାନ ହୋଇଥାଏ" -#: ../gtk/gtkaction.c:307 +#: gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." @@ -352,21 +354,21 @@ msgstr "" "ଯେତେବେଳେ ସତ୍ୟ, ସେତେବେଳେ ଏହି କାର୍ଯ୍ୟ ପାଇଁ ଉପକରଣ ବସ୍ତୁ ପ୍ରକ୍ସିଗୁଡ଼ିକ ସାଧନପଟି ଅତିପ୍ରବାହ ତାଲିକାରେ " "ଉପସ୍ଥାପିତ ହୋଇଥାନ୍ତି।" -#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 +#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "ଭୂ-ଲମ୍ବରେ ଥିବା ସମୟରେ ଦୃଶ୍ୟମାନ ହୋଇଥାଏ" -#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 +#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." msgstr "ସାଧନ ପଟିଟି ଭୂ-ଲମ୍ବ ଅନୁସ୍ଥାପନରେ ଥିବା ସମୟରେ ସାଧନ ପଟିର ବସ୍ତୁଗୁଡ଼ିକ ଦୃଶ୍ୟମାନ ହେଉଛି କି ନାହିଁ।" -#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 +#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 msgid "Is important" msgstr "ଟି ଦରକାରୀ" -#: ../gtk/gtkaction.c:323 +#: gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." @@ -374,109 +376,109 @@ msgstr "" "ଏହି କାର୍ଯ୍ୟଟିକୁ ଆବଶ୍ୟକୀୟ ମନେକରାଯିବ କି ନାହିଁ। ଯଦି TRUE, ତେବେ ଏହି କାର୍ଯ୍ୟ ପାଇଁ ସାଧନ ବସ୍ତୁ " "ପ୍ରକ୍ସିଗୁଡ଼ିକ GTK_TOOLBAR_BOTH_HORIZ ଧାରାରେ ପାଠ୍ୟ ଦର୍ଶାଇଥାନ୍ତି।" -#: ../gtk/gtkaction.c:331 +#: gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "ଯଦି ଖାଲି ଅଛି ତେବେ ଲୁଚାଇଦିଅନ୍ତୁ" -#: ../gtk/gtkaction.c:332 +#: gtk/gtkaction.c:332 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/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193 +#: gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "ସ୍ପର୍ଶ କାତର" -#: ../gtk/gtkaction.c:339 +#: gtk/gtkaction.c:339 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/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293 +#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516 msgid "Visible" msgstr "ଦୃଶ୍ଯମାନ" -#: ../gtk/gtkaction.c:346 +#: gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "ହୁଏତ କାର୍ଯ୍ୟଟି ଦୃଶ୍ୟମାନ ଥିବ।" -#: ../gtk/gtkaction.c:352 +#: gtk/gtkaction.c:352 msgid "Action Group" msgstr "କାର୍ଯ୍ୟ ଶ୍ରେଣୀ" -#: ../gtk/gtkaction.c:353 +#: gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." -msgstr "GtkActionGroup ସହିତ ଏହି GtkAction ସଶ୍ଳିଷ୍ଟ, କିମ୍ବା NULL (ଆଭ୍ୟନ୍ତରୀଣ ବ୍ୟବହାର ପାଇଁ)।" +msgstr "" +"GtkActionGroup ସହିତ ଏହି GtkAction ସଶ୍ଳିଷ୍ଟ, କିମ୍ବା NULL (ଆଭ୍ୟନ୍ତରୀଣ ବ୍ୟବହାର ପାଇଁ)।" -#: ../gtk/gtkactiongroup.c:171 +#: gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "କାର୍ଯ୍ୟ ଶ୍ରେଣୀ ପାଇଁ ଗୋଟିଏ ନାମ।" -#: ../gtk/gtkactiongroup.c:178 +#: gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "ହୁଏତ କାର୍ଯ୍ୟ ଶ୍ରେଣୀଟି ସକ୍ରିୟ ଅଛି।" -#: ../gtk/gtkactiongroup.c:185 +#: gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "ହୁଏତ କାର୍ଯ୍ୟ ଶ୍ରେଣୀଟି ଦୃଶ୍ୟମାନ ଅଛି।" -#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:204 ../gtk/gtkspinbutton.c:269 +#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "ମୂଲ୍ଯ" -#: ../gtk/gtkadjustment.c:94 +#: gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "ସମନ୍ୱୟର ମୂଲ୍ୟ" -#: ../gtk/gtkadjustment.c:110 +#: gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "ସର୍ବନିମ୍ନ ମୂଲ୍ୟ" -#: ../gtk/gtkadjustment.c:111 +#: gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "ସମନ୍ୱୟର ସର୍ବନିମ୍ନ ମୂଲ୍ୟ" -#: ../gtk/gtkadjustment.c:130 +#: gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "ସର୍ବାଧିକ ମୂଲ୍ୟ" -#: ../gtk/gtkadjustment.c:131 +#: gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "ସମନ୍ୱୟର ସର୍ବାଧିକ ମୂଲ୍ୟ" -#: ../gtk/gtkadjustment.c:147 +#: gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "ପଦକ୍ଷେପ ବୃଦ୍ଧି" -#: ../gtk/gtkadjustment.c:148 +#: gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "ସମନ୍ୱୟର ପଦକ୍ଷେପ ବୃଦ୍ଧି" -#: ../gtk/gtkadjustment.c:164 +#: gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "ପୃଷ୍ଠା ବୃଦ୍ଧି" -#: ../gtk/gtkadjustment.c:165 +#: gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "ସମନ୍ୱୟର ପୃଷ୍ଠା ବୃଦ୍ଧି" -#: ../gtk/gtkadjustment.c:184 +#: gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "ପୃଷ୍ଠା ଆକାର" -#: ../gtk/gtkadjustment.c:185 +#: gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "ସମନ୍ୱୟର ପୃଷ୍ଠା ଆକାର" -#: ../gtk/gtkalignment.c:90 +#: gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "ଭୂ-ସମାନ୍ତର ପାର୍ଶ୍ୱୀକରଣ" -#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 +#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" @@ -484,11 +486,11 @@ msgstr "" "ଉପଲବ୍ଧ ସ୍ଥାନରେ ନିମ୍ନ ସ୍ଥରର ଭୂ-ସମାନ୍ତର ଅବସ୍ଥିତି। 0.0 ହେଉଛି ବାମ ପାର୍ଶ୍ୱସଜ୍ଜା, 1.0 ହେଉଛି ଡ଼ାହାଣ " "ପାର୍ଶ୍ୱସଜ୍ଜା" -#: ../gtk/gtkalignment.c:100 +#: gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "ଭୂ-ଲମ୍ବ ପାର୍ଶ୍ୱୀକରଣ" -#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 +#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" @@ -496,4754 +498,4761 @@ msgstr "" "ଉପଲବ୍ଧ ସ୍ଥାନରେ ନିମ୍ନ ସ୍ଥରର ଭୂ-ଲମ୍ବ ଅବସ୍ଥିତି। 0.0 ହେଉଛି ଉପର ପାର୍ଶ୍ୱସଜ୍ଜା, 1.0 ହେଉଛି ତଳ " "ପାର୍ଶ୍ୱସଜ୍ଜା" -#: ../gtk/gtkalignment.c:109 +#: gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "ଭୂ-ସମାନ୍ତର ମାପ" -#: ../gtk/gtkalignment.c:110 +#: gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" msgstr "" -"ଯଦି ଉପଲବ୍ଧ ଖାଲି ସ୍ଥାନ ତଳସ୍ତର ପାଇଁ ଆବଶ୍ୟକତା ଠାରୁ ଅଧିକ, ତେବେ ତଳସ୍ତର ପାଇଁ " -"କେତେ ଆବଶ୍ୟକ ଅଟେ। 0.0 ମାନେ କିଛିନୁହଁ, 1.0 ମାନେ ସମସ୍ତ" +"ଯଦି ଉପଲବ୍ଧ ଖାଲି ସ୍ଥାନ ତଳସ୍ତର ପାଇଁ ଆବଶ୍ୟକତା ଠାରୁ ଅଧିକ, ତେବେ ତଳସ୍ତର ପାଇଁ କେତେ ଆବଶ୍ୟକ ଅଟେ। " +"0.0 ମାନେ କିଛିନୁହଁ, 1.0 ମାନେ ସମସ୍ତ" -#: ../gtk/gtkalignment.c:118 +#: gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "ଭୂ-ଲମ୍ବ ମାପ" -#: ../gtk/gtkalignment.c:119 +#: gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" msgstr "" -"ଯଦି ଉପଲବ୍ଧ ଭୂଲମ୍ବ ସ୍ଥାନ ତଳସ୍ତର ପାଇଁ ଆବଶ୍ୟକତା ଠାରୁ ଅଧିକ, ତେବେ ତଳସ୍ତର ପାଇଁ " -"କେତେ ଆବଶ୍ୟକ ଅଟେ। 0.0 ମାନେ କିଛିନୁହଁ, 1.0 ମାନେ ସମସ୍ତ" +"ଯଦି ଉପଲବ୍ଧ ଭୂଲମ୍ବ ସ୍ଥାନ ତଳସ୍ତର ପାଇଁ ଆବଶ୍ୟକତା ଠାରୁ ଅଧିକ, ତେବେ ତଳସ୍ତର ପାଇଁ କେତେ ଆବଶ୍ୟକ ଅଟେ। " +"0.0 ମାନେ କିଛିନୁହଁ, 1.0 ମାନେ ସମସ୍ତ" -#: ../gtk/gtkalignment.c:136 +#: gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "ଉପର ପ୍ୟାଡ଼ିଙ୍ଗ" -#: ../gtk/gtkalignment.c:137 +#: gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "ୱିଜେଟର ଉପର ଭାଗରେ ପ୍ୟାଡ଼ିଙ୍ଗକୁ ଭର୍ତ୍ତି କରିବା।" -#: ../gtk/gtkalignment.c:153 +#: gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "ତଳ ପ୍ୟାଡ଼ିଙ୍ଗ" -#: ../gtk/gtkalignment.c:154 +#: gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "ୱିଜେଟର ତଳ ଭାଗରେ ପ୍ୟାଡ଼ିଙ୍ଗକୁ ଭର୍ତ୍ତି କରିବା।" -#: ../gtk/gtkalignment.c:170 +#: gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "ବାମ ପ୍ୟାଡ଼ିଙ୍ଗ" -#: ../gtk/gtkalignment.c:171 +#: gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "ୱିଜେଟର ବାମ ପାଖରେରେ ପ୍ୟାଡ଼ିଙ୍ଗକୁ ଭର୍ତ୍ତି କରିବା।" -#: ../gtk/gtkalignment.c:187 +#: gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "ଡ଼ାହାଣ ପ୍ୟାଡ଼ିଙ୍ଗ" -#: ../gtk/gtkalignment.c:188 +#: gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "ୱିଜେଟର ଡ଼ାହାଣ ପାଖରେ ପ୍ୟାଡ଼ିଙ୍ଗକୁ ଭର୍ତ୍ତି କରିବା।" -#: ../gtk/gtkarrow.c:75 +#: gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "ତୀରର ଦିଗ" -#: ../gtk/gtkarrow.c:76 +#: gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "ତୀରର ଦିଗ ନିଦ୍ଦିଷ୍ଟ ହେବା ଉଚିତ" -#: ../gtk/gtkarrow.c:84 +#: gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "ତୀର ଛାଇ" -#: ../gtk/gtkarrow.c:85 +#: gtk/gtkarrow.c:85 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:363 msgid "Arrow Scaling" msgstr "ତୀର ମାପ" -#: ../gtk/gtkarrow.c:93 +#: gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "ତୀର ଦ୍ୱାରା ବ୍ୟବହୃତ ହୋଇଥିବା ସ୍ଥାନର ପରିମାଣ" -#: ../gtk/gtkaspectframe.c:79 +#: gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "ଭୂ-ସମାନ୍ତର ପାର୍ଶ୍ୱସଜ୍ଜା" -#: ../gtk/gtkaspectframe.c:80 +#: gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "ନିମ୍ନ ସ୍ତରର X ପାର୍ଶ୍ୱସଜ୍ଜା" -#: ../gtk/gtkaspectframe.c:86 +#: gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "ଭୂ-ଲମ୍ବ ପାର୍ଶ୍ୱସଜ୍ଜା" -#: ../gtk/gtkaspectframe.c:87 +#: gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "ନିମ୍ନ ସ୍ତରର Y ପାର୍ଶ୍ୱସଜ୍ଜା" -#: ../gtk/gtkaspectframe.c:93 +#: gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "ଅନୁପାତ" -#: ../gtk/gtkaspectframe.c:94 +#: gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "ଯଦି obey_child FALSE ଅଟେ ତେବେ ପରିମାପ ଅନୁପାତ (_c)" -#: ../gtk/gtkaspectframe.c:100 +#: gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "Obey child" -#: ../gtk/gtkaspectframe.c:101 +#: gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "ଫ୍ରେମର ନିମ୍ନ ସ୍ତର ସହିତ ମେଳାଇବା ପାଇଁ ପରିମାପ ଅନୁପାତକୁ ବାଧ୍ଯ କରନ୍ତୁ" -#: ../gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "ଶୀର୍ଷକ ପ୍ୟାଡିଙ୍ଗ" -#: ../gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "ଶୀର୍ଷକ ଚାରିପାଖେ ଥିବା ପିକ୍ସେଲ ସଂଖ୍ଯା।" -#: ../gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "ବିଷୟ ବସ୍ତୁ ପ୍ୟାଡିଙ୍ଗ" -#: ../gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "ସୂଚୀ ପୃଷ୍ଠାଗୁଡ଼ିକ ଚାରିପଟେ ଥିବା ପିକସେଲଗୁଡ଼ିକର ସଂଖ୍ୟା" -#: ../gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:286 msgid "Page type" msgstr "ପୃଷ୍ଠା ପ୍ରକାର" -#: ../gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "ସହକାରୀ ପୃଷ୍ଠାର ପ୍ରକାର" -#: ../gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:304 msgid "Page title" msgstr "ପୃଷ୍ଠାର ଶୀର୍ଷକ" -#: ../gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "ସହାୟତା ପୃଷ୍ଠାର ଶୀର୍ଷକ" -#: ../gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:321 msgid "Header image" msgstr "ଶୀର୍ଷକ ପ୍ରତିଛବି" -#: ../gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "ସହାୟକ ପୃଷ୍ଠା ପାଇଁ ଶୀର୍ଷକ ପ୍ରତିଛବି" -#: ../gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "ପାର୍ଶ୍ୱ ପଟି ପ୍ରତିଛବି" -#: ../gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "ସହାୟକ ପୃଷ୍ଠା ପାଇଁ ପାର୍ଶ୍ୱପଟି ପ୍ରତିଛବି" -#: ../gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:354 msgid "Page complete" msgstr "ପୃଷ୍ଠା ସମ୍ପୂର୍ଣ୍ଣ" -#: ../gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "ପୃଷ୍ଠାରେ ସମସ୍ତ ଆବଶ୍ୟକୀୟ କ୍ଷେତ୍ରଗୁଡ଼ିକ ପୁରଣ ହୋଇଛି କି ନାହିଁ" -#: ../gtk/gtkbbox.c:91 +#: gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "ସର୍ବନିମ୍ନ ନିମ୍ନ ସ୍ତରର ଓସାର" -#: ../gtk/gtkbbox.c:92 +#: gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "ବାକ୍ସ ମଧ୍ଯରେ ବଟନର ସର୍ବନିମ୍ନ ଓସାର" -#: ../gtk/gtkbbox.c:100 +#: gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "ସର୍ବନିମ୍ନ ନିମ୍ନସ୍ତରର ଉଚ୍ଚତା" -#: ../gtk/gtkbbox.c:101 +#: gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "ବାକ୍ସ ମଧ୍ଯରେ ବଟନଗୁଡ଼ିକର ସର୍ବନିମ୍ନ ଉଚ୍ଚତା" -#: ../gtk/gtkbbox.c:109 +#: gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "ନିମ୍ନସ୍ତରର ଆଭ୍ୟନ୍ତରୀଣ ଓସାର ପ୍ୟାଡିଙ୍ଗ" -#: ../gtk/gtkbbox.c:110 +#: gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "ଉଭୟ ପାର୍ଶ୍ୱରେ ନିମ୍ନସ୍ତରର ବୃଦ୍ଧିର ପରିମାଣ" -#: ../gtk/gtkbbox.c:118 +#: gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "ନିମ୍ନସ୍ତରର ଆଭ୍ୟନ୍ତରୀଣ ଉଚ୍ଚତା ପ୍ୟାଡିଙ୍ଗ" -#: ../gtk/gtkbbox.c:119 +#: gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "ଉପର ଏବଂ ତଳ ପାଖରେ ନିମ୍ନସ୍ତରର ଆକାର ବୃଦ୍ଧିର ପରିମାଣ" -#: ../gtk/gtkbbox.c:127 +#: gtk/gtkbbox.c:127 msgid "Layout style" msgstr "ବିନ୍ୟାସ ଶୈଳୀ" -#: ../gtk/gtkbbox.c:128 +#: gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" msgstr "" -"ବାକ୍ସରେ ବଟନଗୁଡ଼ିକୁ କିପରି ବିନ୍ୟାସ କରିବେ। ସମ୍ଭାବ୍ୟ ମୂଲ୍ୟଗୁଡ଼ିକ ହେଉଛି ପୂର୍ବନିର୍ଦ୍ଧାରିତ, ବିସ୍ତୃତ, " -"ଧାର, ଆରମ୍ଭ ଏବଂ ଶେଷ" +"ବାକ୍ସରେ ବଟନଗୁଡ଼ିକୁ କିପରି ବିନ୍ୟାସ କରିବେ। ସମ୍ଭାବ୍ୟ ମୂଲ୍ୟଗୁଡ଼ିକ ହେଉଛି ପୂର୍ବନିର୍ଦ୍ଧାରିତ, ବିସ୍ତୃତ, ଧାର, ଆରମ୍ଭ " +"ଏବଂ ଶେଷ" -#: ../gtk/gtkbbox.c:136 +#: gtk/gtkbbox.c:136 msgid "Secondary" msgstr "ଦ୍ୱିତୀୟକ" -#: ../gtk/gtkbbox.c:137 +#: gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" -msgstr "ଯଦି TRUE, ତେବେ ତଳ ସ୍ତରଟି ଦ୍ୱିତୀୟକ ଶ୍ରେଣୀରେ ଦୃଶ୍ୟମାନ ହେବ, ଉଦାହରଣ ସ୍ୱରୂପ, ସହାୟତା ବଟନଗୁଡ଼ିକ" +msgstr "" +"ଯଦି TRUE, ତେବେ ତଳ ସ୍ତରଟି ଦ୍ୱିତୀୟକ ଶ୍ରେଣୀରେ ଦୃଶ୍ୟମାନ ହେବ, ଉଦାହରଣ ସ୍ୱରୂପ, ସହାୟତା ବଟନଗୁଡ଼ିକ" -#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 -#: ../gtk/gtktreeviewcolumn.c:216 +#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 +#: gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "ଅନ୍ତରାଳ" -#: ../gtk/gtkbox.c:131 +#: gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "ନିମ୍ନସ୍ତରଗୁଡ଼ିକ ମଧ୍ୟରେ ସ୍ଥାନର ପରିମାଣ" -#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 -#: ../gtk/gtktoolbar.c:573 +#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 +#: gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "ଏକ ପ୍ରକାର" -#: ../gtk/gtkbox.c:141 +#: gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "ସମସ୍ତ ନିମ୍ନସ୍ତରଗୁଡ଼ିକ ସମାନ ଆକାର ବିଶିଷ୍ଟ କି" -#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 -#: ../gtk/gtktreeviewcolumn.c:272 +#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 +#: gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "ପ୍ରସାରିତ ହେବା" -#: ../gtk/gtkbox.c:149 +#: gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "" -#: ../gtk/gtkbox.c:155 +#: gtk/gtkbox.c:155 msgid "Fill" msgstr "ପୂର୍ଣ୍ଣ କରନ୍ତୁ" -#: ../gtk/gtkbox.c:156 +#: gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" msgstr "" -#: ../gtk/gtkbox.c:162 +#: gtk/gtkbox.c:162 msgid "Padding" msgstr "ପ୍ୟାଡିଙ୍ଗ" -#: ../gtk/gtkbox.c:163 +#: gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "ତଳ ସ୍ତର ଏବଂ ପଡ଼ୋଶୀମାନଙ୍କ ମଧ୍ଯରେ ଅତିରିକ୍ତ / ଅଧିକ ଖାଲି ସ୍ଥାନକୁ ରଖିବା ପାଇଁ, ପିକ୍ସେଲରେ" -#: ../gtk/gtkbox.c:169 +#: gtk/gtkbox.c:169 msgid "Pack type" msgstr "ପ୍ୟାକେଟ ପ୍ରକାର" -#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 +#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" msgstr "" -#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 -#: ../gtk/gtkruler.c:148 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 +#: gtk/gtkruler.c:148 msgid "Position" msgstr "ଅବସ୍ଥାନ" -#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 +#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "ପ୍ରମୂଖ ସ୍ତରରେ ନିର୍ଭରକର ଅନୁକ୍ରମଣିକା" -#: ../gtk/gtkbuilder.c:96 +#: gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "ଅନୁବାଦ ପରିସର" -#: ../gtk/gtkbuilder.c:97 +#: gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "gettext ଦ୍ୱାରା ବ୍ୟବହୃତ ହେଉଥିବା ଅନୁବାଦ ପରିସର" -#: ../gtk/gtkbutton.c:220 +#: gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" msgstr "" -#: ../gtk/gtkbutton.c:227 ../gtk/gtkexpander.c:203 ../gtk/gtklabel.c:388 -#: ../gtk/gtkmenuitem.c:315 ../gtk/gtktoolbutton.c:209 +#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 +#: gtk/gtkmenuitem.c:315 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/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389 +#: gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" msgstr "" -#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 +#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "ପୁଞ୍ଜି ବ୍ୟବହାର କରନ୍ତୁ" -#: ../gtk/gtkbutton.c:236 -msgid "If set, the label is used to pick a stock item instead of being displayed" -msgstr "ଯଦି ସେଟ କରାଯାଇଛି, ତେବେ ଦର୍ଶାଇବା ପରିବର୍ତ୍ତେ ଗୋଟିଏ ଭଣ୍ଡାର ବସ୍ତୁ ଉଠାଇବା ପାଇଁ ନାମପଟି ବ୍ୟବହାର କରାଯାଇଥାଏ।" +#: gtk/gtkbutton.c:236 +msgid "" +"If set, the label is used to pick a stock item instead of being displayed" +msgstr "" +"ଯଦି ସେଟ କରାଯାଇଛି, ତେବେ ଦର୍ଶାଇବା ପରିବର୍ତ୍ତେ ଗୋଟିଏ ଭଣ୍ଡାର ବସ୍ତୁ ଉଠାଇବା ପାଇଁ ନାମପଟି ବ୍ୟବହାର " +"କରାଯାଇଥାଏ।" -#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 -#: ../gtk/gtkfilechooserbutton.c:393 +#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "କ୍ଲିକ କରିବା ମାତ୍ରେ ଫୋକସ କରନ୍ତୁ" -#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 +#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "ମାଉସ ସହାୟତାରେ କ୍ଲିକ କରିବା ମାତ୍ରେ ବଟନ ଲକ୍ଷ୍ୟ ଧାରଣ କରିଥାଏ" -#: ../gtk/gtkbutton.c:251 +#: gtk/gtkbutton.c:251 msgid "Border relief" msgstr "ଧାର ସହାୟତା" -#: ../gtk/gtkbutton.c:252 +#: gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "ଧାର ସହାୟତା ଶୈଳୀ" -#: ../gtk/gtkbutton.c:269 +#: gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "ନିମ୍ନସ୍ତର ପାଇଁ ଭୂ-ସମାନ୍ତର ପାର୍ଶ୍ୱସଜ୍ଜା" -#: ../gtk/gtkbutton.c:288 +#: gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "ନିମ୍ନସ୍ତର ପାଇଁ ଭୂ-ଲମ୍ବ ପାର୍ଶ୍ୱସଜ୍ଜା" -#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 +#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "ପ୍ରତିଛବି ୱିଜେଟ" -#: ../gtk/gtkbutton.c:306 +#: gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "ବଟନ ପାଠ୍ୟ ପରେ ଦୃଶ୍ୟମାନ ହେଉଥିବା ନିମ୍ନସ୍ତରର ୱିଜେଟ" -#: ../gtk/gtkbutton.c:320 +#: gtk/gtkbutton.c:320 msgid "Image position" msgstr "ପ୍ରତିଛବି ସ୍ଥାନ" -#: ../gtk/gtkbutton.c:321 +#: gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "ପାଠ୍ୟ ତୁଳନାରେ ପ୍ରତିଛବିର ସ୍ଥାନର" -#: ../gtk/gtkbutton.c:433 +#: gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଅନ୍ତରାଳ" -#: ../gtk/gtkbutton.c:434 +#: gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "CAN_DEFAULT ବଟନଗୁଡ଼ିକରେ ଯୋଗ କରିବା ପାଇଁ ଅଧିକ ସ୍ଥାନ" -#: ../gtk/gtkbutton.c:440 +#: gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ବାହ୍ୟ ଅନ୍ତରାଳ" -#: ../gtk/gtkbutton.c:441 +#: gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" -msgstr "CAN_DEFAULT ବଟନଗୁଡ଼ିକରେ ଯୋଗ କରିବା ପାଇଁ ଅଧିକ ସ୍ଥାନ ଯ।ହାକି ସର୍ବଦା ଧାର ବାହାରେ ଅଙ୍କାଯାଇଥାଏ" +msgstr "" +"CAN_DEFAULT ବଟନଗୁଡ଼ିକରେ ଯୋଗ କରିବା ପାଇଁ ଅଧିକ ସ୍ଥାନ ଯ।ହାକି ସର୍ବଦା ଧାର ବାହାରେ ଅଙ୍କାଯାଇଥାଏ" -#: ../gtk/gtkbutton.c:446 +#: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "ନିର୍ଭରକ X ବିସ୍ଥାପନ" -#: ../gtk/gtkbutton.c:447 -msgid "How far in the x direction to move the child when the button is depressed" +#: gtk/gtkbutton.c:447 +msgid "" +"How far in the x direction to move the child when the button is depressed" msgstr "" -#: ../gtk/gtkbutton.c:454 +#: gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "ନିର୍ଭରକ Y ବିସ୍ଥାପନ" -#: ../gtk/gtkbutton.c:455 -msgid "How far in the y direction to move the child when the button is depressed" +#: gtk/gtkbutton.c:455 +msgid "" +"How far in the y direction to move the child when the button is depressed" msgstr "" -#: ../gtk/gtkbutton.c:471 +#: gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "ଲକ୍ଷ୍ଯ ବିସ୍ଥାପନ କରନ୍ତୁ" -#: ../gtk/gtkbutton.c:472 +#: gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" msgstr "" -#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "ଆଭ୍ୟନ୍ତରୀଣ ସୀମା" -#: ../gtk/gtkbutton.c:486 +#: gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "ବଟନ ଧାର ଏବଂ ନିର୍ଭରକ ମଧ୍ଯରେ ସୀମା।" -#: ../gtk/gtkbutton.c:499 +#: gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "ପ୍ରତିଛବି ଅନ୍ତରାଳ" -#: ../gtk/gtkbutton.c:500 +#: gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "ପ୍ରତିଛବି ଏବଂ ସ୍ତର ମଧ୍ଯରେ ବ୍ୟବଧାନ ପିକସେଲରେ" -#: ../gtk/gtkbutton.c:514 +#: gtk/gtkbutton.c:514 msgid "Show button images" msgstr "ବଟନ ପ୍ରତିଛବି ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkbutton.c:515 +#: gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "ବଟନଗୁଡ଼ିକରେ ପ୍ରତିଛବିଗୁଡ଼ିକୁ ଦର୍ଶାଯିବା ଉଚିତ କି ନୁହେଁ" -#: ../gtk/gtkcalendar.c:440 +#: gtk/gtkcalendar.c:440 msgid "Year" msgstr "ବର୍ଷ" -#: ../gtk/gtkcalendar.c:441 +#: gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "ବଚ୍ଛିତ ବର୍ଷ" -#: ../gtk/gtkcalendar.c:454 +#: gtk/gtkcalendar.c:454 msgid "Month" msgstr "ମାସ" -#: ../gtk/gtkcalendar.c:455 +#: gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "ବଚ୍ଛିତ ମାସ (0 ଏବଂ 11 ମଧ୍ଯବର୍ତ୍ତି ସଂଖ୍ୟା)" -#: ../gtk/gtkcalendar.c:469 +#: gtk/gtkcalendar.c:469 msgid "Day" msgstr "ଦିନ" -#: ../gtk/gtkcalendar.c:470 +#: gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" msgstr "ବଚ୍ଛିତ ଦିନ (1 ଏବଂ 31 ମଧ୍ଯବର୍ତ୍ତି ସଂଖ୍ଯା, କିମ୍ବା ବଛାଯାଇଥିବା ଦିନକୁ ଅବଛା କରିବା ପାଇଁ 0)" -#: ../gtk/gtkcalendar.c:484 +#: gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "ଶୀର୍ଷକ ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkcalendar.c:485 +#: gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "ଯଦି ସତ୍ୟ, ତେବେ ଶୀର୍ଷକ ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkcalendar.c:499 +#: gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "ଦିନ ନାମ ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkcalendar.c:500 +#: gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "ଯଦି ସତ୍ୟ, ତେବେ ଦିନ ନାମ ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkcalendar.c:513 +#: gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "କୌଣସି ମାସ ପରିବର୍ତ୍ତନ ନାହିଁ" -#: ../gtk/gtkcalendar.c:514 +#: gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "ଯଦି ସତ୍ୟ, ତେବେ ବଚ୍ଛିତ ମାସକୁ ପରିବର୍ତ୍ତନ କରାଯାଇପାରିବ ନାହିଁ" -#: ../gtk/gtkcalendar.c:528 +#: gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "ସପ୍ତାହ ସଂଖ୍ୟା ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkcalendar.c:529 +#: gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "ଯଦି TRUE, ତେବେ ସପ୍ତାହ କ୍ରମ ସଂଖ୍ୟାଗୁଡ଼ିକ ଦର୍ଶାଯାଇଥାଏ" -#: ../gtk/gtkcalendar.c:544 +#: gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "ବିସ୍ତୃତ ବିବରଣୀ ଓସାର" -#: ../gtk/gtkcalendar.c:545 +#: gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "ଅକ୍ଷରରେ ବିସ୍ତୃତ ବିବରଣୀ ଓସାର" -#: ../gtk/gtkcalendar.c:560 +#: gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "ବିସ୍ତୃତ ବିବରଣୀ ଉଚ୍ଚତା" -#: ../gtk/gtkcalendar.c:561 +#: gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "ଧାଡ଼ିରେ ବିସ୍ତୃତ ବିବରଣୀ ଉଚ୍ଚତା" -#: ../gtk/gtkcalendar.c:577 +#: gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "ବିସ୍ତୃତ ବିବରଣୀ ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkcalendar.c:578 +#: gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "ଯଦି ସତ, ତେବେ ବିସ୍ତୃତ ବିବରଣୀ ଦର୍ଶାଯାଇଥାଏ" -#: ../gtk/gtkcellrenderer.c:177 +#: gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "ଧାରା" -#: ../gtk/gtkcellrenderer.c:178 +#: gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "CellRendererର ସମ୍ପାଦନଯୋଗ୍ୟ ଧାରା" -#: ../gtk/gtkcellrenderer.c:186 +#: gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "ଦୃଶ୍ୟମାନ" -#: ../gtk/gtkcellrenderer.c:187 +#: gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "କୋଷ ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "କୋଷ ସ୍ପର୍ଷକାତର ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkcellrenderer.c:201 +#: gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "xalign" -#: ../gtk/gtkcellrenderer.c:202 +#: gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "x-align" -#: ../gtk/gtkcellrenderer.c:211 +#: gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "yalign" -#: ../gtk/gtkcellrenderer.c:212 +#: gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "y-align" -#: ../gtk/gtkcellrenderer.c:221 +#: gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "xpad" -#: ../gtk/gtkcellrenderer.c:222 +#: gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "xpad" -#: ../gtk/gtkcellrenderer.c:231 +#: gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "ypad" -#: ../gtk/gtkcellrenderer.c:232 +#: gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "ypad" -#: ../gtk/gtkcellrenderer.c:241 +#: gtk/gtkcellrenderer.c:241 msgid "width" msgstr "ଓସାର" -#: ../gtk/gtkcellrenderer.c:242 +#: gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "ସ୍ଥିର ଓସାର" -#: ../gtk/gtkcellrenderer.c:251 +#: gtk/gtkcellrenderer.c:251 msgid "height" msgstr "ଉଚ୍ଚତା" -#: ../gtk/gtkcellrenderer.c:252 +#: gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "ସ୍ଥିର ଉଚ୍ଚତା" -#: ../gtk/gtkcellrenderer.c:261 +#: gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "ବିସ୍ତାର କର୍ତ୍ତା" -#: ../gtk/gtkcellrenderer.c:262 +#: gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "ପଂକ୍ତିର ନିର୍ଭରକ ଅଛନ୍ତି" -#: ../gtk/gtkcellrenderer.c:270 +#: gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "କୁ ବିସ୍ତାର କରାଯାଇଛି" -#: ../gtk/gtkcellrenderer.c:271 +#: gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "ଧାଡ଼ି ଗୋଟିଏ ବିସ୍ତାରକାରୀ ଧାଡ଼ି, ଏବଂ ବିସ୍ତାରଣ କରାଯାଇଛି" -#: ../gtk/gtkcellrenderer.c:278 +#: gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "କୋଷ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ ନାମ" -#: ../gtk/gtkcellrenderer.c:279 +#: gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "କୋଷ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ ବାକ୍ୟଖଣ୍ଡ ଆକାରରେ" -#: ../gtk/gtkcellrenderer.c:286 +#: gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "କୋଷ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ" -#: ../gtk/gtkcellrenderer.c:287 +#: gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "GdkColor ପରି କୋଷ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ" -#: ../gtk/gtkcellrenderer.c:294 +#: gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "ସମ୍ପାଦନ କରୁଅଛି" -#: ../gtk/gtkcellrenderer.c:295 +#: gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "କୋଷ ଚିତ୍ରଣକାରୀ ବର୍ତ୍ତମାନ ସମ୍ପାଦନ ଧାରାରେ ଅଛି କି ନାହିଁ" -#: ../gtk/gtkcellrenderer.c:303 +#: gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "କୋଷ ପୃଷ୍ଠଭୂମି ବିନ୍ୟାସ" -#: ../gtk/gtkcellrenderer.c:304 +#: gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "ଏହି ଟ୍ୟାଗଟି କୋଷ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ ଉପରେ ପ୍ରଭାବ ପକାଏ କି ନାହିଁ" -#: ../gtk/gtkcellrendereraccel.c:113 +#: gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "ତ୍ୱରକ କି" -#: ../gtk/gtkcellrendereraccel.c:114 +#: gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "ତ୍ୱରକର କି ମୂଲ୍ୟ" -#: ../gtk/gtkcellrendereraccel.c:130 +#: gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "ତ୍ୱରକ ପରିବର୍ତ୍ତନ କାରୀ" -#: ../gtk/gtkcellrendereraccel.c:131 +#: gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "ତ୍ୱରକର ପରିବର୍ତ୍ତନକାରୀ ମାସ୍କ" -#: ../gtk/gtkcellrendereraccel.c:148 +#: gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "ତ୍ୱରକ କି ସଂକେତ" -#: ../gtk/gtkcellrendereraccel.c:149 +#: gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "ତ୍ୱରକର ହାର୍ଡ଼ୱେର କି ସଂକେତ" -#: ../gtk/gtkcellrendereraccel.c:168 +#: gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "ତ୍ୱରକ ଧାରା" -#: ../gtk/gtkcellrendereraccel.c:169 +#: gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "ତ୍ୱରକମାନଙ୍କର ପ୍ରକାର" -#: ../gtk/gtkcellrenderercombo.c:107 +#: gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "ମୋଡେଲ" -#: ../gtk/gtkcellrenderercombo.c:108 +#: gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "ସମ୍ମିଳିତ ବାକ୍ସ ପାଇଁ ସମ୍ଭାବ୍ୟ ମୂଲ୍ୟ ଧାରଣ କରିଥିବା ମଡେଲ" -#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 +#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "ପାଠ୍ୟ ସ୍ତମ୍ଭ" -#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 +#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "ରୁ ବାକ୍ୟଖଣ୍ଡ ପାଇବା ପାଇଁ ତଥ୍ୟ ଉତ୍ସ ମଡେଲରେ ଥିବା ଗୋଟିଏ ସ୍ତମ୍ଭ" -#: ../gtk/gtkcellrenderercombo.c:148 +#: gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "ଭରଣ ଅଛି" -#: ../gtk/gtkcellrenderercombo.c:149 +#: gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "ଯଦି FALSE, ତେବେ ବଛାହୋଇଥିବା ବାକ୍ୟଖଣ୍ଡ ବ୍ୟତିତ ଅନ୍ୟ କାହାକୁ ପ୍ରବେଶାନୁମତି ଦିଅନ୍ତୁ ନାହିଁ" -#: ../gtk/gtkcellrendererpixbuf.c:111 +#: gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "Pixbuf ବସ୍ତୁ" -#: ../gtk/gtkcellrendererpixbuf.c:112 +#: gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "ଚିତ୍ରଣ କରିବା ପାଇଁ pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:119 +#: gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "Pixbuf ବିସ୍ତାରକାରୀ ଖୋଲାଅଛି" -#: ../gtk/gtkcellrendererpixbuf.c:120 +#: gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "ଖୋଲା ବିସ୍ତାର କାରୀ ପାଇଁ Pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:127 +#: gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "Pixbuf ବିସ୍ତାରକାରୀ ବନ୍ଦ ହୋଇଛି" -#: ../gtk/gtkcellrendererpixbuf.c:128 +#: gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "ବନ୍ଦ ହୋଇଥିବା ବିସ୍ତାରକାରୀ ପାଇଁ Pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 -#: ../gtk/gtkstatusicon.c:226 +#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "ପୁଞ୍ଜି ପରିଚୟ" -#: ../gtk/gtkcellrendererpixbuf.c:136 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "ପୁଞ୍ଜି ଚିତ୍ରସଂକେତ ଚିତ୍ରଣ କରିବା ପାଇଁ ପୁଞ୍ଜି ପରିଚୟ" -#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 -#: ../gtk/gtkstatusicon.c:267 +#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 +#: gtk/gtkstatusicon.c:267 msgid "Size" msgstr "ଆକାର" -#: ../gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "GtkIconSize ମୂଲ୍ୟ ଯାହାକି ଚିତ୍ରିତ ଚିତ୍ର ସଂକେତର ଆକାରକୁ ନିର୍ଦ୍ଦିଷ୍ଟ କରିଥାଏ" -#: ../gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "ବିସ୍ତୃତ ବିବରଣୀ" -#: ../gtk/gtkcellrendererpixbuf.c:154 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "ପ୍ରସଙ୍ଗ ଯନ୍ତ୍ରକୁ ପ୍ରବେଶ କରିବା ପାଇଁ ଚିତ୍ରଣ ବିବରଣୀ" -#: ../gtk/gtkcellrendererpixbuf.c:187 +#: gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "ଅବସ୍ଥା ଅନୁସରଣ କରନ୍ତୁ" -#: ../gtk/gtkcellrendererpixbuf.c:188 +#: gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "ଚିତ୍ରସଙ୍କେତ" -#: ../gtk/gtkcellrendererprogress.c:129 +#: gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "ପ୍ରଗତି ସୂଚକର ମୂଲ୍ୟ" -#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 -#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 -#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 +#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 +#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 +#: gtk/gtktextbuffer.c:198 msgid "Text" msgstr "ପାଠ୍ଯ" -#: ../gtk/gtkcellrendererprogress.c:147 +#: gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "ପ୍ରଗତି ସୂଚକରେ ଥିବା ପାଠ୍ୟ" -#: ../gtk/gtkcellrendererprogress.c:170 +#: gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "ସ୍ପନ୍ଦନ" -#: ../gtk/gtkcellrendererprogress.c:171 +#: gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." msgstr "" -#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 +#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "ପାଠ୍ୟ x ପାର୍ଶ୍ୱୀକରଣ" -#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 +#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." msgstr "" -#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 +#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "ପାଠ୍ୟ y ପାର୍ଶ୍ୱୀକରଣ" -#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 +#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "ଭୂଲମ୍ବ ପାର୍ଶ୍ୱସଜ୍ଜା, 0 (ଉପର)ରୁ 1 (ତଳ)କୁ।" -#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 -#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 -#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 +#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 +#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 +#: gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "ଅନୁସ୍ଥାପନ" -#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 +#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "ପ୍ରଗତି ସୂଚକର ଅନୁସ୍ଥାପନ ଏବଂ ବୃଦ୍ଧି ଦିଗଦର୍ଶନ" -#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:223 -#: ../gtk/gtkspinbutton.c:208 +#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "ସମୟୋଜନ" -#: ../gtk/gtkcellrendererspin.c:94 +#: gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "ସ୍ପିନ ବଟନର ମୂଲ୍ୟକୁ ଧରିରଖିଥିବା ମେଳ।" -#: ../gtk/gtkcellrendererspin.c:109 +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "ଚଢ଼ିବା ଅନୁପାତ" -#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 +#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "ଗୋଟିଏ ବଟନକୁ ଧରିବା ପାଇଁ ତ୍ୱରଣ ଅନୁପାତ" -#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 -#: ../gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "ଅଙ୍କଗୁଡ଼ିକ" -#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 +#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "ଦର୍ଶାଇବା ପାଇଁ ଦଶମିକ ସ୍ଥାନର ସଂଖ୍ୟା" -#: ../gtk/gtkcellrenderertext.c:196 +#: gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "ଚିତ୍ରଣ କରିବା ପାଇଁ ପାଠ୍ଯ" -#: ../gtk/gtkcellrenderertext.c:203 +#: gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "ଚିହ୍ନିତ ପାଠ୍ଯ" -#: ../gtk/gtkcellrenderertext.c:204 +#: gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "ଚିତ୍ରଣ ପାଇଁ ଚିହ୍ନିତ ପାଠ୍ଯ" -#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 +#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 msgid "Attributes" msgstr "ଗୁଣ" -#: ../gtk/gtkcellrenderertext.c:212 +#: gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "ଚିତ୍ରଣ ପାଠ୍ଯ ପ୍ରୟୋଗ କରିବା ପାଇଁ ଗୋଟିଏ ଶୈଳୀ ଗୁଣଧର୍ମ ତାଲିକା" -#: ../gtk/gtkcellrenderertext.c:219 +#: gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "ଏକକ ପାରା ଅବସ୍ଥା" -#: ../gtk/gtkcellrenderertext.c:220 +#: gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "ସମସ୍ତ ପାଠ୍ୟକୁ ଗୋଟିଏ ଅନୁଚ୍ଛେଦରେ ରଖିବା ଉଚିତ କି ନୁହଁ" -#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 -#: ../gtk/gtktexttag.c:183 +#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 msgid "Background color name" msgstr "ପୃଷ୍ଠଭୂମି ରଙ୍ଗ ନାମ" -#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 -#: ../gtk/gtktexttag.c:184 +#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "ବାକ୍ୟଖଣ୍ଡ ଆକାରରେ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ" -#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 -#: ../gtk/gtktexttag.c:191 +#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 msgid "Background color" msgstr "ପୃଷ୍ଠଭୂମି ରଙ୍ଗ" -#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 +#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "ଗୋଟିଏ GdkColor ପରି ଶୀର୍ଷକର ପ୍ରୁଷ୍ଠଭୂମି ରଙ୍ଗ" -#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 +#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "ପୃଷ୍ଠଭୂମି ରଙ୍ଗ ନାମ" -#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 +#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "ବାକ୍ୟଖଣ୍ଡ ଆକାରରେ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ" -#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 +#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "ପୃଷ୍ଠଭୂମି ରଙ୍ଗ" -#: ../gtk/gtkcellrenderertext.c:253 +#: gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "ଗୋଟିଏ GdkColor ପରି ପୃଷ୍ଠଭୂମି ରଙ୍ଗଙ୍ଗ" -#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 -#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 +#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "ସମ୍ପାଦନ ଯୋଗ୍ଯ" -#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 -#: ../gtk/gtktextview.c:574 +#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "ପାଠ୍ଯଟି ବ୍ଯବହାରକାରୀଙ୍କ ଦ୍ୱାରା ପରିବର୍ତ୍ତିତ ହୋଇପାରିବ କି ନାହିଁ" -#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 -#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 +#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 +#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 msgid "Font" msgstr "ଅକ୍ଷରରୂପ" -#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 +#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "ବାକ୍ୟଖଣ୍ଡ ପରି ଅକ୍ଷରରୂପ ବର୍ଣ୍ଣନା, ଯେପରିକି \"Sans Italic 12\"" -#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 +#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "ପାଙ୍ଗୋ ଅକ୍ଷରରୂପ ବର୍ଣ୍ଣନା ଷ୍ଟ୍ରକ୍ଟ ଭାବରେ ଅକ୍ଷରରୂପର ବର୍ଣ୍ଣନା" -#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 +#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 msgid "Font family" msgstr "ଅକ୍ଷରରୂପ ପରିବାର" -#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 +#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "ଅକ୍ଷରରୂପ ଶ୍ରେଣୀର ନାମ, ଉଦାହରଣ ସ୍ବରୂପ Sans, Helvetica, Times, Monospace" -#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 -#: ../gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 +#: gtk/gtktexttag.c:291 msgid "Font style" msgstr "ଅକ୍ଷରରୂପ ଶୈଳୀ" -#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 -#: ../gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 +#: gtk/gtktexttag.c:300 msgid "Font variant" msgstr "ଅକ୍ଷରରୂପର ଅତିରିକ୍ତ ପ୍ରକାର" -#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 -#: ../gtk/gtktexttag.c:309 +#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 +#: gtk/gtktexttag.c:309 msgid "Font weight" msgstr "ଅକ୍ଷରରୂପର ଭାର" -#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 -#: ../gtk/gtktexttag.c:320 +#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 +#: gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "ଅକ୍ଷରରୂପର ବିସ୍ତୃତି" -#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 -#: ../gtk/gtktexttag.c:329 +#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 +#: gtk/gtktexttag.c:329 msgid "Font size" msgstr "ଅକ୍ଷରରୂପ ଆକାର" -#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 +#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 msgid "Font points" msgstr "ଅକ୍ଷରରୂପ ପଏଣ୍ଟ" -#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 +#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "ପଏଣ୍ଟରେ ଅକ୍ଷରରୂପ ଆକାର" -#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 +#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 msgid "Font scale" msgstr "ଅକ୍ଷରରୂପ ମାପ" -#: ../gtk/gtkcellrenderertext.c:352 +#: gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "ଅକ୍ଷରରୂପ ମାପ ଗୁଣାଙ୍କ" -#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 +#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 msgid "Rise" msgstr "ଆରୋହଣ" -#: ../gtk/gtkcellrenderertext.c:362 -msgid "Offset of text above the baseline (below the baseline if rise is negative)" +#: gtk/gtkcellrenderertext.c:362 +msgid "" +"Offset of text above the baseline (below the baseline if rise is negative)" msgstr "ଭିତ୍ତି ରେଖା ଉପରେ ପାଠ୍ଯର ଚ୍ଛାଡ଼ (ଆରୋହଣ ଋଣାତ୍ମକ ଥିଲେ ଭିତ୍ତି ରେଖା ତଳେ)" -#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 +#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "ଲେଖିକରି କାଟନ୍ତୁ" -#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 +#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "ପାଠ୍ଯ ମଧ୍ଯରେଖିତ କରାଯିବ କି ନାହିଁ" -#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 +#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 msgid "Underline" msgstr "ରେଖାଙ୍କିତ" -#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 +#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "ଏହି ପାଠ୍ଯ ପାଇଁ ଅବରେଖନ ଶୈଳୀ" -#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 +#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 msgid "Language" msgstr "ଭାଷା" -#: ../gtk/gtkcellrenderertext.c:391 +#: gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " "probably don't need it" msgstr "" -#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 -#: ../gtk/gtkprogressbar.c:206 +#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "Ellipsize" -#: ../gtk/gtkcellrenderertext.c:412 +#: gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" msgstr "" -#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 -#: ../gtk/gtklabel.c:519 +#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 +#: gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "ଅକ୍ଷରଗୁଡିକରେ ଓସାର" -#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 +#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "ନାମପଟି ପାଇଁ ଆଶା କରାଯାଉଥିବା ଓସାର, ଅକ୍ଷରରେ" -#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 +#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "ଗୁଡାଇବା ଧାରା" -#: ../gtk/gtkcellrenderertext.c:451 +#: gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" msgstr "" -#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 +#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "ଗୁଡାଇବା ଓସାର" -#: ../gtk/gtkcellrenderertext.c:471 +#: gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "ପାଠ୍ୟକୁ ଗୁଡ଼ାଯାଇଥିବା ସ୍ଥାନର ଓସାର" -#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 +#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "ପାର୍ଶ୍ବସଜ୍ଜା" -#: ../gtk/gtkcellrenderertext.c:492 +#: gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "ଧାଡ଼ିଗୁଡ଼ିକୁ କିପରି ପାର୍ଶ୍ୱସଜ୍ଜା କରାଯିବ" -#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 -#: ../gtk/gtktexttag.c:564 +#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 msgid "Background set" msgstr "ପୃଷ୍ଠଭୂମି ସେଟ" -#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 -#: ../gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "ଏହି ଟ୍ୟାଗ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ ଉପରେ ପ୍ରଭାବ ପକାଇବ କି ନାହିଁ" -#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 +#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "ପୃଷ୍ଠଭୂମି ସେଟ" -#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "ଏହି ଟ୍ୟାଗ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ ଉପରେ ପ୍ରଭାବ ପକାଇବ କି ନାହିଁ" -#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 +#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 msgid "Editability set" msgstr "ସମ୍ପାଦନ ଯୋଗ୍ୟ ସେଟ" -#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 +#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "ଏହି ଟ୍ୟାଗ ପାଠ୍ୟ ସମ୍ପାଦନ କ୍ଷମତା ଉପରେ ପ୍ରଭାବ ପକାଇବ କି ନାହିଁ" -#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 +#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 msgid "Font family set" msgstr "ଅକ୍ଷରରୂପ ଶ୍ରେଣୀର ସମୂହ" -#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 +#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "ଏହି ସୂଚକ ଅକ୍ଷରରୂପ ଶ୍ରେଣୀକୁ ପ୍ରଭାବିତ କରେ କି ନାହିଁ" -#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 +#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 msgid "Font style set" msgstr "ଅକ୍ଷରରୂପ ଶୈଳୀର ସମୂହ" -#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "ଏହି ସୂଚକ ଅକ୍ଷରରୂପ ଶୈଳୀକୁ ପ୍ରଭାବିତ କରେ କି ନାହିଁ" -#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 +#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "ଅକ୍ଷରରୂପର ଅତିରିକ୍ତ ପ୍ରକାରର ସମୂହ" -#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 +#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "ଏହି ସୂଚକ ଅକ୍ଷରରୂପର ଅତିରିକ୍ତ ପ୍ରକାରକୁ ପ୍ରଭାବିତ କରେ କି ନାହିଁ" -#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 +#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "ଅକ୍ଷରରୂପ ଭାରର ସମୂହ" -#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "ଏହି ସୂଚକ ଅକ୍ଷରରୂପ ଭାରକୁ ପ୍ରଭାବିତ କରେ କି ନାହିଁ" -#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 +#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "ଅକ୍ଷରରୂପ ବିସ୍ତୃତିର ସମୂହ" -#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 +#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "ଏହି ସୂଚକ ଅକ୍ଷରରୂପ ବିସ୍ତୃତିକୁ ପ୍ରଭାବିତ କରେ କି ନାହିଁ" -#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 +#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 msgid "Font size set" msgstr "ଅକ୍ଷରରୂପ ଆକାର ସମୂହ" -#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 +#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "ଏହି ସୂଚକ ଅକ୍ଷରରୂପ ଆକାରକୁ ପ୍ରଭାବିତ କରେ କି ନାହିଁ" -#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 +#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "ଅକ୍ଷରରୂପ ମାପ ସେଟ" -#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 +#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "ଏହି ଟ୍ୟାଗ ଅକ୍ଷରରୂପ ଆକାରକୁ ଗୁଣାଙ୍କ ଦ୍ୱାରା ମାପିଥାଏ କି ନାହିଁ" -#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 +#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 msgid "Rise set" msgstr "ଆରୋହଣ ସମୂହ" -#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 +#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "ଏହି ସୂଚକ ଆରୋହଣକୁ ପ୍ରଭାବିତ କରେ କି ନାହିଁ" -#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 +#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "ମଧ୍ଯରେଖନ ସମୂହ" -#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 +#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "ଏହି ସୂଚକ ମଧ୍ଯରେଖନକୁ ପ୍ରଭାବିତ କରେ କି ନାହିଁ" -#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 +#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 msgid "Underline set" msgstr "ଅବରେଖନ ସମୂହ" -#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 +#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "ଏହି ସୂଚକ ଅବରେଖନକୁ ପ୍ରଭାବିତ କରେ କି ନାହିଁ" -#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 +#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 msgid "Language set" msgstr "ଭାଷା ସେଟ" -#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 +#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "ପାଠ୍ୟ ଚିତ୍ରଣ ଭାଷା ଉପରେ ଏହି ଟ୍ୟାଗ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: ../gtk/gtkcellrenderertext.c:558 +#: gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "Ellipsize ସେଟ" -#: ../gtk/gtkcellrenderertext.c:559 +#: gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "ଏହି ଟ୍ୟାଗ ellipsize ଧାରା ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି ନାହିଁ" -#: ../gtk/gtkcellrenderertext.c:562 +#: gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "ପଂକ୍ତିକରଣ ସେଟ" -#: ../gtk/gtkcellrenderertext.c:563 +#: gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "ଏହି ଟ୍ଯାଗ ସରେଖଣ ଧାରା ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି ନାହିଁ" -#: ../gtk/gtkcellrenderertoggle.c:126 +#: gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "ଆଗପଛ ଅବସ୍ଥା" -#: ../gtk/gtkcellrenderertoggle.c:127 +#: gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "ବଟନର ଅଦଳବଦଳ ଧାରା" -#: ../gtk/gtkcellrenderertoggle.c:134 +#: gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "ଅସଙ୍ଗତ ଅବସ୍ଥା" -#: ../gtk/gtkcellrenderertoggle.c:135 +#: gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "ବଟନର ଅସ୍ଥିର ଅବସ୍ଥା" -#: ../gtk/gtkcellrenderertoggle.c:142 +#: gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "ସକ୍ରିୟଯୋଗ୍ୟ" -#: ../gtk/gtkcellrenderertoggle.c:143 +#: gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "ଅଦଳବଦଳ ବଟନକୁ ସକ୍ରିୟ କରାଯାଇପାରିବ" -#: ../gtk/gtkcellrenderertoggle.c:150 +#: gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "ରେଡିଓ ଅବସ୍ଥା" -#: ../gtk/gtkcellrenderertoggle.c:151 +#: gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "ଅଦଳବଦଳ ବଟନକୁ ରେଡିଓ ବଟନ ପରି ଆଙ୍କନ୍ତୁ" -#: ../gtk/gtkcellrenderertoggle.c:158 +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "ସୂଚକ ଆକାର" -#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 -#: ../gtk/gtkcheckmenuitem.c:122 +#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 +#: gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "ତନଖି କିମ୍ବା ରେଡିଓ ସୂଚକର ଆକାର" -#: ../gtk/gtkcellview.c:182 +#: gtk/gtkcellview.c:182 msgid "CellView model" msgstr "CellView ମଡ଼େଲ" -#: ../gtk/gtkcellview.c:183 +#: gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "କୋଷ ଦୃଶ୍ୟ ପାଇଁ ମଡ଼େଲ" -#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 -#: ../gtk/gtkoptionmenu.c:168 +#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "ସୂଚକର ଆକାର" -#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 -#: ../gtk/gtkoptionmenu.c:174 +#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "ସୂଚକର ବ୍ଯବଧାନ" -#: ../gtk/gtkcheckbutton.c:78 +#: gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "ତନଖି କିମ୍ବା ରେଡିଓ ସୂଚକର ମଧ୍ଯରେ ଅନ୍ତରଦେବା" -#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 -#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 -#: ../gtk/gtktoggletoolbutton.c:114 +#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 +#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "ସକ୍ରିୟ" -#: ../gtk/gtkcheckmenuitem.c:99 +#: gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "ମେନୁ ବସ୍ତୁକୁ ଯାଞ୍ଜ କରାଯାଇଛି କି ନାହିଁ" -#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 +#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "ଅସଙ୍ଗତ" -#: ../gtk/gtkcheckmenuitem.c:107 +#: gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "\"inconsistent\" ଅବସ୍ଥାକୁ ଦର୍ଶାଯାଇଛି କି ନାହିଁ" -#: ../gtk/gtkcheckmenuitem.c:114 +#: gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "ରେଡିଓ ମେନୁ ବସ୍ତୁ ଆକାରରେ ଆଙ୍କନ୍ତୁ" -#: ../gtk/gtkcheckmenuitem.c:115 +#: gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "ମେନୁ ବସ୍ତୁଟି ରେଡିଓ ମେନୁ ବସ୍ତୁ ସଦୃଶ ଦେଖାଯାଉଛି କି" -#: ../gtk/gtkcolorbutton.c:171 +#: gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "ଆଲଫା ବ୍ଯବହାର କରନ୍ତୁ" -#: ../gtk/gtkcolorbutton.c:172 +#: gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "ଆଲଫା ମୂଲ୍ୟକୁ ରଙ୍ଗ ଦେବା ଉଚିତ କି ନୁହଁ" -#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 -#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 -#: ../gtk/gtktreeviewcolumn.c:264 +#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 +#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "ଶୀର୍ଷକ" -#: ../gtk/gtkcolorbutton.c:187 +#: gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "ରଙ୍ଗ ଚୟନ ସମଳାପର ଶୀର୍ଷକ" -#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 +#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "ପ୍ରଚଳିତ ରଙ୍ଗ" -#: ../gtk/gtkcolorbutton.c:202 +#: gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "ବଚ୍ଛିତ ରଙ୍ଗ" -#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 +#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "ପ୍ରଚଳିତ ଆଲଫା" -#: ../gtk/gtkcolorbutton.c:217 +#: gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "ଚୟିତ ଅସ୍ୱଚ୍ଛତା ମୂଲ୍ଯ (0 ସମ୍ପୂର୍ଣ୍ଣ ସ୍ୱଚ୍ଛ, 65535 ସମ୍ପୂର୍ଣ୍ଣ ଅସ୍ୱଚ୍ଛ)" -#: ../gtk/gtkcolorsel.c:279 +#: gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "ଅସ୍ୱଚ୍ଛତା ନିଯନ୍ତ୍ରଣ ଅଛି" -#: ../gtk/gtkcolorsel.c:280 +#: gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "ରଙ୍ଗ ଚୟନକର୍ତ୍ତା ସଂରଚନା ଅସ୍ୱଚ୍ଛତାକୁ ଅନୁମତି ଦେବ କି" -#: ../gtk/gtkcolorsel.c:286 +#: gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "ପାଲେଟ ଅଛି" -#: ../gtk/gtkcolorsel.c:287 +#: gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "ପେଲେଟକୁ ବ୍ଯବହାର କରାଯିବା ଉଚିତ କି" -#: ../gtk/gtkcolorsel.c:294 +#: gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "ପ୍ରଚଳିତ ରଙ୍ଗ" -#: ../gtk/gtkcolorsel.c:301 +#: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "ପ୍ରଚଳିତ ଅସ୍ୱଚ୍ଛତା ମୂଲ୍ଯ (0 ସମ୍ପୂର୍ଣ୍ଣ ସ୍ୱଚ୍ଛ, 65535 ସମ୍ପୂର୍ଣ୍ଣ ଅସ୍ୱଚ୍ଛ)" -#: ../gtk/gtkcolorsel.c:315 +#: gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "ପେଲେଟକୁ ଇଚ୍ଛାରୂପଣ କରନ୍ତୁ" -#: ../gtk/gtkcolorsel.c:316 +#: gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "ରଙ୍ଗ ଚୟନରେ ବ୍ୟବହାର କରିବାକୁ ଥିବା ପେଲେଟ" -#: ../gtk/gtkcolorseldialog.c:102 +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "ରଙ୍ଗ ଚୟନ" -#: ../gtk/gtkcolorseldialog.c:103 +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "ସଂଳାପରେ ସଂଯୁକ୍ତ ରଙ୍ଗ ଚୟନ।" -#: ../gtk/gtkcolorseldialog.c:109 +#: gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "ଠିକ ଅଛି ବଟନ" -#: ../gtk/gtkcolorseldialog.c:110 +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "ସଂଳାପର OK ବଟନ।" -#: ../gtk/gtkcolorseldialog.c:116 +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "ବାତିଲ କରନ୍ତୁ ବଟନ" -#: ../gtk/gtkcolorseldialog.c:117 +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "ସଂଳାପର ବାତିଲ କରନ୍ତୁ ବଟନ।" -#: ../gtk/gtkcolorseldialog.c:123 +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "ସହାୟତା ବଟନ" -#: ../gtk/gtkcolorseldialog.c:124 +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "ସଂଳାପର ସହାୟତା ବଟନ" -#: ../gtk/gtkcombo.c:145 +#: gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "ତୀର କିକୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: ../gtk/gtkcombo.c:146 +#: gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "ତୀର କି ଟି ବସ୍ତୁ ତାଲିକା ମଧ୍ଯଦେଇ ଗତି କରେ କି" -#: ../gtk/gtkcombo.c:152 +#: gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "ତୀରକୁ ସର୍ବଦା ସକ୍ରିୟ ରଖନ୍ତୁ" -#: ../gtk/gtkcombo.c:153 +#: gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "ଅଚଳ ଗୁଣଧର୍ମ, ଅଗ୍ରାହ୍ୟ କରାଯାଇଛି" -#: ../gtk/gtkcombo.c:159 +#: gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "ଅକ୍ଷର ନିର୍ଦ୍ଦିଷ୍ଟ" -#: ../gtk/gtkcombo.c:160 +#: gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "ମେଳଖାଇଥିବା ତାଲିକାଭୁକ୍ତ ବସ୍ତୁଟି ଅକ୍ଷର ନିର୍ଦ୍ଧିଷ୍ଟ କି" -#: ../gtk/gtkcombo.c:167 +#: gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "ଖାଲିକୁ ଅନୁମତି ଦିଅନ୍ତୁ" -#: ../gtk/gtkcombo.c:168 +#: gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "ଏହି କ୍ଷେତ୍ରରେ ଖାଲି ମୂଲ୍ଯ ଭରଣ କରାଯାଇପାରିବ କି ନାହିଁ" -#: ../gtk/gtkcombo.c:175 +#: gtk/gtkcombo.c:175 msgid "Value in list" msgstr "ତାଲିକାରେ ଥିବା ମୂଲ୍ୟ" -#: ../gtk/gtkcombo.c:176 +#: gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "ଭରଣ କରାଯାଇଥିବା ମୂଲ୍ୟଗୁଡ଼ିକ ତାଲିକାରେ ଉପସ୍ଥିତ ରହିବା ଉଚିତ କି ନାହିଁ" -#: ../gtk/gtkcombobox.c:661 +#: gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "ComboBox ମଡେଲ" -#: ../gtk/gtkcombobox.c:662 +#: gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "କୋମ୍ବୋ ବାକ୍ସ ପାଇଁ ମଡେଲ" -#: ../gtk/gtkcombobox.c:679 +#: gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "ଜାଲିରେ ବସ୍ତୁଗୁଡ଼ିକୁ ବିନ୍ୟାସ କରିବା ପାଇଁ ଓସାରରେ ଗୁଡାଇବା" -#: ../gtk/gtkcombobox.c:701 +#: gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "ପଂକ୍ତି ବିସ୍ତାର ସ୍ତମ୍ଭ" -#: ../gtk/gtkcombobox.c:702 +#: gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "ପଂକ୍ତି ବିସ୍ତାର ମୂଲ୍ୟ ଧାରଣ କରିଥିବା TreeModel ସ୍ତମ୍ଭ" -#: ../gtk/gtkcombobox.c:723 +#: gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "ସ୍ତମ୍ଭ ବିସ୍ତାର ସ୍ତମ୍ଭ" -#: ../gtk/gtkcombobox.c:724 +#: gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "ସ୍ତମ୍ଭ ବିସ୍ତାର ମୂଲ୍ୟ ଧାରଣ କରିଥିବା TreeModel ସ୍ତମ୍ଭ" -#: ../gtk/gtkcombobox.c:745 +#: gtk/gtkcombobox.c:745 msgid "Active item" msgstr "ସକ୍ରିୟ ବସ୍ତୁ" -#: ../gtk/gtkcombobox.c:746 +#: gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "ବର୍ତ୍ତମାନ ସକ୍ରିୟ ଥିବା ବସ୍ତୁ" -#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 +#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "ତାଲିକାରେ tearoffଗୁଡ଼ିକୁ ଯୋଗ କରନ୍ତୁ" -#: ../gtk/gtkcombobox.c:766 +#: gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "" -#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 +#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 msgid "Has Frame" msgstr "ଫ୍ରେମ୍ ଅଛି" -#: ../gtk/gtkcombobox.c:782 +#: gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "" -#: ../gtk/gtkcombobox.c:790 +#: gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "" -#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 +#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "Tearoff ଶୀର୍ଷକ" -#: ../gtk/gtkcombobox.c:806 +#: gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" msgstr "" -#: ../gtk/gtkcombobox.c:823 +#: gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "ଦର୍ଶାଯାଇଥିବା ପପ-ଅପ" -#: ../gtk/gtkcombobox.c:824 +#: gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "କମ୍ବୋର ଡ୍ରପଡାଉନଟି ଦର୍ଶାଯାଇଛି କି ନାହିଁ" -#: ../gtk/gtkcombobox.c:840 +#: gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "ବଟନ ସମ୍ବେଦନଶୀଳତା" -#: ../gtk/gtkcombobox.c:841 +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "ମଡେଲ ଖାଲିଥିବା ସମୟରେ ତଳକୁ ଝୁଲା ବଟନଟି ସମ୍ବେଦନଶୀଳ ଅଛି କି" -#: ../gtk/gtkcombobox.c:848 +#: gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "ତାଲିକା ପରି ଦୃଶ୍ୟମାନ ହୋଇଥାଏ" -#: ../gtk/gtkcombobox.c:849 +#: gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "" -#: ../gtk/gtkcombobox.c:865 +#: gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "ତୀର ଆକାର" -#: ../gtk/gtkcombobox.c:866 +#: gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "" -#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 -#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 -#: ../gtk/gtkviewport.c:122 +#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 +#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 +#: gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "ଛାୟା ପ୍ରକାର" -#: ../gtk/gtkcombobox.c:882 +#: gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "" -#: ../gtk/gtkcontainer.c:238 +#: gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "ପୁନଃଆକାର ଧାରା" -#: ../gtk/gtkcontainer.c:239 +#: gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "ଆକାର ବଦଳାଇବା କାର୍ଯ୍ୟକୁ କିପରି ନିୟନ୍ତ୍ରଣ କରାଯିବ ତାହା ଉଲ୍ଲେଖ କରନ୍ତୁ" -#: ../gtk/gtkcontainer.c:246 +#: gtk/gtkcontainer.c:246 msgid "Border width" msgstr "ସୀମା ଓସାର" -#: ../gtk/gtkcontainer.c:247 +#: gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "" -#: ../gtk/gtkcontainer.c:255 +#: gtk/gtkcontainer.c:255 msgid "Child" msgstr "ତଳ ସ୍ତର" -#: ../gtk/gtkcontainer.c:256 +#: gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "" -#: ../gtk/gtkcurve.c:124 +#: gtk/gtkcurve.c:124 msgid "Curve type" msgstr "ବକ୍ର ପ୍ରକାର" -#: ../gtk/gtkcurve.c:125 +#: gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "" -#: ../gtk/gtkcurve.c:132 +#: gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "ସର୍ବନିମ୍ନ X" -#: ../gtk/gtkcurve.c:133 +#: gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "X ପାଇଁ ସର୍ବନିମ୍ନ ସମ୍ଭାବ୍ୟ ମୂଲ୍ଯ" -#: ../gtk/gtkcurve.c:141 +#: gtk/gtkcurve.c:141 #, fuzzy msgid "Maximum X" msgstr "ସର୍ବାଧିକ X" -#: ../gtk/gtkcurve.c:142 +#: gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "ସର୍ବାଧିକ ସମ୍ଭାବ୍ୟ X ମୂଲ୍ଯ" -#: ../gtk/gtkcurve.c:150 +#: gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "ସର୍ବନିମ୍ନ Y" -#: ../gtk/gtkcurve.c:151 +#: gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "Y ପାଇଁ ସର୍ବନିମ୍ନ ସମ୍ଭାବ୍ୟ ମୂଲ୍ଯ" -#: ../gtk/gtkcurve.c:159 +#: gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "ସର୍ବାଧିକ Y" -#: ../gtk/gtkcurve.c:160 +#: gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Y ପାଇଁ ସର୍ବାଧିକ ସମ୍ଭାବ୍ୟ ମୂଲ୍ଯ" -#: ../gtk/gtkdialog.c:145 +#: gtk/gtkdialog.c:145 msgid "Has separator" msgstr "ବିଭାଜକ ଅଛି" -#: ../gtk/gtkdialog.c:146 +#: gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "ସଂଳାପର ବଟନ ଉପରେ ଗୋଟିଏ ବିଭାଜକ ପଟି ଅଛି" -#: ../gtk/gtkdialog.c:191 +#: gtk/gtkdialog.c:191 msgid "Content area border" msgstr "ସୂଚୀପତ୍ର ସୀମା" -#: ../gtk/gtkdialog.c:192 +#: gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "ମୂଖ୍ଯ ସଂଳାପ କ୍ଷେତ୍ରର ସୀମା ଓସାର" -#: ../gtk/gtkdialog.c:209 +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "ବିଷୟବସ୍ତୁ କ୍ଷେତ୍ର ବ୍ଯବଧାନ" -#: ../gtk/gtkdialog.c:210 +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "ମୂଖ୍ଯ ସଂଳାପ କ୍ଷେତ୍ରର ଉପାଦାନଗୁଡ଼ିକ ମଧ୍ଯରେ ଅନ୍ତରଦେବା" -#: ../gtk/gtkdialog.c:217 +#: gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "ବଟନ ମଧ୍ଯରେ ଖାଲି ସ୍ଥାନ ରଖିବା" -#: ../gtk/gtkdialog.c:218 +#: gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "ବଟନଗୁଡ଼ିକ ମଧ୍ଯରେ ଅନ୍ତରଦେବା" -#: ../gtk/gtkdialog.c:226 +#: gtk/gtkdialog.c:226 msgid "Action area border" msgstr "କାର୍ଯ୍ୟ କ୍ଷେତ୍ର ସୀମା" -#: ../gtk/gtkdialog.c:227 +#: gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "ସଂଳାପର ତଳେ ଥିବା ସ୍ଥାନ ଚାରିପଟ ସୀମାର ଓସାର" -#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 +#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "ଦର୍ଶିକା ସ୍ଥିତି" -#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 +#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "ଚାର୍ଟରେ ଭର୍ତ୍ତିକରିବାକୁ ଥିବା ସୂଚକର ପ୍ରଚଳିତ ସ୍ଥାନ" -#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 +#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "ବଚ୍ଛାର ସୀମା" -#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 -msgid "The position of the opposite end of the selection from the cursor in chars" +#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 +msgid "" +"The position of the opposite end of the selection from the cursor in chars" msgstr "" -#: ../gtk/gtkentry.c:626 +#: gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "ଭରଣର ବିଷୟବସ୍ତୁଗୁଡ଼ିକୁ ସମ୍ପାଦନ କରିହେବ କି ନାହିଁ" -#: ../gtk/gtkentry.c:633 +#: gtk/gtkentry.c:633 msgid "Maximum length" msgstr "ସର୍ବାଧିକ ଲମ୍ବ " -#: ../gtk/gtkentry.c:634 +#: gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "ଏହି ଭରଣ ପାଇଁ ସର୍ବାଧିକ ସଂଖ୍ଯକ ଅକ୍ଷର। ଯଦି ସର୍ବାଧିକ ନୁହଁ ତେବେ ଶୂନ୍ୟ" -#: ../gtk/gtkentry.c:642 +#: gtk/gtkentry.c:642 msgid "Visibility" msgstr "ଦ୍ରୁଶ୍ଯମାନ୍ଯତା" -#: ../gtk/gtkentry.c:643 +#: gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" msgstr "" -#: ../gtk/gtkentry.c:651 +#: gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "ଭରଣରୁ bevel ବାହାରେ FALSE କାଢ଼ିଦେଇଥାଏ" -#: ../gtk/gtkentry.c:659 -msgid "Border between text and frame. Overrides the inner-border style property" +#: gtk/gtkentry.c:659 +msgid "" +"Border between text and frame. Overrides the inner-border style property" msgstr "ପାଠ୍ଯ ଏବଂ ବନ୍ଧେଇ ମଧ୍ଯରେ ସୀମା। ଆଭ୍ୟନ୍ତରୀଣ ସୀମା ଶୈଳୀ ଗୁଣଧର୍ମକୁ ନବଲିଖନ କରିଥାଏ" -#: ../gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 msgid "Invisible character" msgstr "ଅଦୃଶ୍ଯ ଅକ୍ଷର" -#: ../gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" -#: ../gtk/gtkentry.c:674 +#: gtk/gtkentry.c:674 msgid "Activates default" msgstr "ପୂର୍ବ ନିର୍ଦ୍ଧାରିତକୁ ସକ୍ରିୟ କରିଥାଏ" -#: ../gtk/gtkentry.c:675 +#: gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" msgstr "" -#: ../gtk/gtkentry.c:681 +#: gtk/gtkentry.c:681 msgid "Width in chars" msgstr "ଚାର୍‌ସରେ ଓସାର" -#: ../gtk/gtkentry.c:682 +#: gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "" -#: ../gtk/gtkentry.c:691 +#: gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "ଅପ୍‌ସେଟ୍ କୁ ସ୍କ୍ରୋଲ୍ କର" -#: ../gtk/gtkentry.c:692 +#: gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "" -#: ../gtk/gtkentry.c:702 +#: gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "ଭରଣର ବିଷୟବସ୍ତୁ" -#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 +#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 msgid "X align" msgstr "X ପଂକ୍ତି" -#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 +#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." msgstr "ସମାନ୍ତରାଳ ପାର୍ଶ୍ୱସଜ୍ଜା, 0 (ବାମ) ରୁ 1 (ଡ଼ାହାଣ)। RTL ସଂରଚନା ପାଇଁ ସଂରକ୍ଷିତ।" -#: ../gtk/gtkentry.c:734 +#: gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "ଏକାଧିକ ଧାଡ଼ିକୁ ଯୋଡ଼ନ୍ତୁ" -#: ../gtk/gtkentry.c:735 +#: gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "ଏକାଧିକ ଧାଡ଼ିକୁ ଗୋଟିଏ ଧାଡ଼ିରେ ଯୋଡ଼ିବା ଉଚିତ କି ନୁହଁ।" -#: ../gtk/gtkentry.c:751 +#: gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "ଫ୍ରେମ ସେଟ ହେବା ପରେ କେଉଁ ପ୍ରକାରର ଛାୟାକୁ ଭରଣ ଚାରିପଟେ ଅଙ୍କାଯିବା ଉଚିତ" -#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 +#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "ନବଲିଖନ ଧାରା" -#: ../gtk/gtkentry.c:767 +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "ନୂତନ ପାଠ୍ଯ ଅବସ୍ଥିତ ପାଠ୍ୟକୁ ନବଲିଖନ କରିଦେବ କି" -#: ../gtk/gtkentry.c:781 +#: gtk/gtkentry.c:781 msgid "Text length" msgstr "ଟେଷ୍ଟ୍ ଲମ୍ବ" -#: ../gtk/gtkentry.c:782 +#: gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "ବର୍ତ୍ତମାନ ଭରଣରେ ଥିବା ପାଠ୍ୟର ଲମ୍ବ" -#: ../gtk/gtkentry.c:797 +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "ଅଦୃଶ୍ଯ ଅକ୍ଷର ସଂରଚନା" -#: ../gtk/gtkentry.c:798 +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "ଅଦୃଶ୍ୟ ଅକ୍ଷର ସଂରଚନାକୁ ସେଟକରାଯାଇଛି କି ନାହିଁ" -#: ../gtk/gtkentry.c:816 +#: gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "Caps Lock ଚେତାବନୀ" -#: ../gtk/gtkentry.c:817 +#: gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "Caps Lock ଅନ ଥିବା ସମୟରେ ପ୍ରବେଶ ସଂକେତ ଭରଣଗୁଡ଼ିକରେ ଚେତାବନୀ ଦର୍ଶାଇଥାଏ" -#: ../gtk/gtkentry.c:831 +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "ଉନ୍ନତି ଭଗ୍ନାଂଶ" -#: ../gtk/gtkentry.c:832 +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "ସମ୍ପୂର୍ଣ୍ଣ ହୋଇଥିବା କାର୍ଯ୍ୟର ପ୍ରଚଳିତ ଭଗ୍ନାଂଶ" -#: ../gtk/gtkentry.c:849 +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "ପ୍ରଗତି ସ୍ପନ୍ଦନ ପଦକ୍ଷେପ" -#: ../gtk/gtkentry.c:850 +#: gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" msgstr "" -#: ../gtk/gtkentry.c:866 +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "ପ୍ରାଥମିକ pixbuf" -#: ../gtk/gtkentry.c:867 +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "ଭରଣ ପାଇଁ ପ୍ରାଥମିକ pixbuf" -#: ../gtk/gtkentry.c:881 +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "ଦ୍ୱିତୀୟକ pixbuf" -#: ../gtk/gtkentry.c:882 +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "ଭରଣ ପାଇଁ ଦ୍ୱିତୀୟକ pixbuf" -#: ../gtk/gtkentry.c:896 +#: gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "ପ୍ରାଥମିକ ଭଣ୍ଡାର ID" -#: ../gtk/gtkentry.c:897 +#: gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଙ୍କେତ ପାଇଁ ଭଣ୍ଡାର ID" -#: ../gtk/gtkentry.c:911 +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "ଦ୍ବିତୀୟକ ଭଣ୍ଡାର ID" -#: ../gtk/gtkentry.c:912 +#: gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "ଦ୍ୱିତୀୟକ ଚିତ୍ରସଙ୍କେତ ପାଇଁ ଭଣ୍ଡାର ID" -#: ../gtk/gtkentry.c:926 +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଙ୍କେତ ନାମ" -#: ../gtk/gtkentry.c:927 +#: gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଙ୍କେତ ପାଇଁ ଚିତ୍ରସଙ୍କେତ ନାମ" -#: ../gtk/gtkentry.c:941 +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "ଦ୍ବିତୀୟକ ଚିତ୍ରସଙ୍କେତ ନାମ" -#: ../gtk/gtkentry.c:942 +#: gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "ଦ୍ବିତୀୟକ ଚିତ୍ରସଙ୍କେତ ପାଇଁ ଚିତ୍ରସଙ୍କେତ ନାମ" -#: ../gtk/gtkentry.c:956 +#: gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "ପ୍ରାଥମିକ GIcon" -#: ../gtk/gtkentry.c:957 +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଂକେତ ପାଇଁ GIcon" -#: ../gtk/gtkentry.c:971 +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "ଦ୍ବିତୀୟକ GIcon" -#: ../gtk/gtkentry.c:972 +#: gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "ଦ୍ବିତୀୟକ ଚିତ୍ରସଙ୍କେତ ପାଇଁ GIcon" -#: ../gtk/gtkentry.c:986 +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "ପ୍ରାଥମିକ ଭଣ୍ଡାର ପ୍ରକାର" -#: ../gtk/gtkentry.c:987 +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଙ୍କେତରେ ବ୍ୟବହାର ପାଇଁ ଉପସ୍ଥାପନା" -#: ../gtk/gtkentry.c:1002 +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "ଦ୍ବିତୀୟକ ଭଣ୍ଡାର ପ୍ରକାର" -#: ../gtk/gtkentry.c:1003 +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "ଦ୍ବିତୀୟକ ଭଣ୍ଡାର ପ୍ରକାରରେ ବ୍ଯବହାର ହେବା ପାଇଁ ଉପସ୍ଥାପନା" -#: ../gtk/gtkentry.c:1024 +#: gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଙ୍କେତ ସକ୍ରିୟ ଅଛି" -#: ../gtk/gtkentry.c:1025 +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଙ୍କେତ ସକ୍ରିୟ ହେବା ଯୋଗ୍ୟ କି ନାହିଁ" -#: ../gtk/gtkentry.c:1045 +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "ଦ୍ବିତୀୟକ ଚିତ୍ରସଙ୍କେତ ସକ୍ରିୟ ଯୋଗ୍ୟ ନୁହଁ" -#: ../gtk/gtkentry.c:1046 +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "ଦ୍ବିତୀୟକ ଚିତ୍ରସଙ୍କେତ ସକ୍ରିୟ ଯୋଗ୍ୟ କି ନୁହଁ" -#: ../gtk/gtkentry.c:1068 +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଂକେତ ସମ୍ବେଦନଶୀଳତା" -#: ../gtk/gtkentry.c:1069 +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଂକେତଟି ସମ୍ବେଦନଶୀଳ କି ନୁହଁ" -#: ../gtk/gtkentry.c:1090 +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "ଦ୍ୱିତୀୟକ ଚିତ୍ରସଙ୍କେତ ସମ୍ବଦନଶୀଳତା" -#: ../gtk/gtkentry.c:1091 +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "ଦ୍ୱିତୀୟକ ଚିତ୍ରସଙ୍କେତଟି ସମ୍ବଦନଶୀଳ କି ନୁହଁ" -#: ../gtk/gtkentry.c:1107 +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଂକେତ ଉପକରଣ ସୂଚନା ପାଠ୍ୟ" -#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଂକେତରେ ଉପକରଣ ସୂଚନାର ବିଷୟବସ୍ତୁ" -#: ../gtk/gtkentry.c:1124 +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "ଦ୍ବିତୀୟକ ଚିତ୍ରସଂକେତ ଉପକରଣ ସୂଚନା ପାଠ୍ୟ" -#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "ଦ୍ବିତୀୟକ ଚିତ୍ରସଂକେତରେ ଉପକରଣ ସୂଚନାର ବିଷୟବସ୍ତୁ" -#: ../gtk/gtkentry.c:1143 +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଙ୍କେତ ଉପକରଣ ସୂଚନା ଚିହ୍ନଟ" -#: ../gtk/gtkentry.c:1162 +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "ଦ୍ବିତୀୟକ ଚିତ୍ରସଂକେତ ଉପକରଣ ଚିହ୍ନଟ" -#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "IM ଏକକାଂଶ" -#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "କେଉଁ IM ଏକକାଂଶକୁ ବ୍ୟବହାର କରିବା ଉଚିତ" -#: ../gtk/gtkentry.c:1197 +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "ଚିତ୍ରସଂକେତ ପୂର୍ବାଲୋକନ" -#: ../gtk/gtkentry.c:1198 +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "ଆଖପାଖରେ ବୁଲୁଥିବା ସମୟରେ ସକ୍ରିୟଯୋଗ୍ୟ ଚିତ୍ରସଂକେତଗୁଡ଼ିକୁ prelight କରିବା ଉଚିତ କି" -#: ../gtk/gtkentry.c:1211 +#: gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "ଉନ୍ନତି ଧାର" -#: ../gtk/gtkentry.c:1212 +#: gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "ପ୍ରଗତି ସୂଚକରେ ଚାରିପଟେ ଥିବା ଧାର" -#: ../gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "ପାଠ୍ଯ ଏବଂ ବନ୍ଧେଇ ମଧ୍ଯରେ ଥିବା ସୀମା।" -#: ../gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "ଅବସ୍ଥିତି ସୂଚନା" -#: ../gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "" -#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "ଲକ୍ଷ୍ୟସ୍ଥଳରେ ମନୋନୀତ କରନ୍ତୁ" -#: ../gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "" -#: ../gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "ପ୍ରବେଶ ସଙ୍କେତ ସମୟ ବିତିଯାଇଛି" -#: ../gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "" -#: ../gtk/gtkentrycompletion.c:279 +#: gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "ସମ୍ପୂର୍ଣ୍ଣତା ମୋଡେଲ" -#: ../gtk/gtkentrycompletion.c:280 +#: gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "ମେଳକଗୁଡ଼ିକୁ ଖୋଜିବା ପାଇଁ ମୋଡେଲ" -#: ../gtk/gtkentrycompletion.c:286 +#: gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "ସର୍ବନିମ୍ନ କି ଲମ୍ବ" -#: ../gtk/gtkentrycompletion.c:287 +#: gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "ମେଳକମାନଙ୍କୁ ଦେଖିବା ପାଇଁ ସନ୍ଧାନ କି ର ସର୍ବନିମ୍ନ ଲମ୍ବ" -#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 +#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 msgid "Text column" msgstr "ପାଠ୍ୟ ସ୍ତମ୍ଭ" -#: ../gtk/gtkentrycompletion.c:304 +#: gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "ବାକ୍ୟଖଣ୍ଡଗୁଡ଼ିକୁ ଧାରଣ କରିଥିବା ମଡେଲର ସ୍ତମ୍ଭ।" -#: ../gtk/gtkentrycompletion.c:323 +#: gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "ଇନଲାଇନ ସମ୍ପୂର୍ଣ୍ଣତା" -#: ../gtk/gtkentrycompletion.c:324 +#: gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "ସାଧାରଣ ଉପସର୍ଗକୁ ସ୍ୱୟଂଚାଳିତ ଭାବରେ ଭର୍ତ୍ତିକରାଯିବା ଉଚିତ କି" -#: ../gtk/gtkentrycompletion.c:338 +#: gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "ପପ-ଅପ ସମ୍ପୂର୍ଣ୍ଣତା" -#: ../gtk/gtkentrycompletion.c:339 +#: gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "" -#: ../gtk/gtkentrycompletion.c:354 +#: gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "ପପ-ଅପ ସେଟ ଓସାର" -#: ../gtk/gtkentrycompletion.c:355 +#: gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "ଯଦି TRUE, ତେବେ ପପଅପ ୱିଣ୍ଡୋ ଆକାର ଭରଣ ସଦୃଶ ହେବ" -#: ../gtk/gtkentrycompletion.c:373 +#: gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "ପପ-ଅପର ଗୋଟିଏ ମେଳକ" -#: ../gtk/gtkentrycompletion.c:374 +#: gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "ଯଦି TRUE, ତେବେ ପପ-ଅପ ୱିଣ୍ଡୋ ଗୋଟିଏ ମେଳକ ପାଇଁ ଦୃଶ୍ୟମାନ ହେବ।" -#: ../gtk/gtkentrycompletion.c:388 +#: gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "ଇନଲାଇନ ଚୟନ" -#: ../gtk/gtkentrycompletion.c:389 +#: gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "ଏଠାରେ ଆପଣଙ୍କର ବର୍ଣ୍ଣନା" -#: ../gtk/gtkeventbox.c:91 +#: gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "ଦୃଶ୍ଯମାନ ୱିଣ୍ଡୋ" -#: ../gtk/gtkeventbox.c:92 +#: gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." msgstr "" -#: ../gtk/gtkeventbox.c:98 +#: gtk/gtkeventbox.c:98 msgid "Above child" msgstr "ନିର୍ଭରକ ଉପରେ" -#: ../gtk/gtkeventbox.c:99 +#: gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." msgstr "" -#: ../gtk/gtkexpander.c:187 +#: gtk/gtkexpander.c:187 msgid "Expanded" msgstr "ବିସ୍ତୃତ" -#: ../gtk/gtkexpander.c:188 +#: gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "" -#: ../gtk/gtkexpander.c:196 +#: gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "ସମ୍ପ୍ରସାରକ ସୂଚକର ପାଠ୍ଯ" -#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 +#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 msgid "Use markup" msgstr "ଚିହ୍ନଟ ବ୍ଯବହାର କରନ୍ତୁ" -#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 +#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "" -#: ../gtk/gtkexpander.c:220 +#: gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "ସୂଚକ ଏବଂ ନିର୍ଭରକ ମଧ୍ଯରେ ଦିଆଯିବା ବ୍ଯବଧାନ" -#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 +#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "ସୂଚକ ୱିଜେଟ" -#: ../gtk/gtkexpander.c:230 +#: gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "ସ୍ବାଭାବିକ ସମ୍ପ୍ରସାରକ ସୂଚକ ସ୍ଥାନରେ ପ୍ରଦର୍ଶନ କରିବା ପାଇଁ ଗୋଟିଏ ୱିଜେଟ" -#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 +#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "ସମ୍ପ୍ରସାରକ ଆକାର" -#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 +#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "ସମ୍ପ୍ରସାରକ ତୀରର ଆକାର" -#: ../gtk/gtkexpander.c:246 +#: gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "ସମ୍ପ୍ରସାରକ ତୀର ଚତୁଃପାର୍ଶ୍ବରେ ବ୍ଯବଧାନ" -#: ../gtk/gtkfilechooser.c:194 +#: gtk/gtkfilechooser.c:194 msgid "Action" msgstr "କାର୍ଯ୍ଯ" -#: ../gtk/gtkfilechooser.c:195 +#: gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "" -#: ../gtk/gtkfilechooser.c:201 +#: gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "ଫାଇଲ ତନ୍ତ୍ର ପୃଷ୍ଠଭୂମି" -#: ../gtk/gtkfilechooser.c:202 +#: gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "ବ୍ୟବହାର କରିବା ପାଇଁ ଫାଇଲ ତନ୍ତ୍ର ପୃଷ୍ଠଭୂମିର ନାମ" -#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 +#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "ଫିଲଟର" -#: ../gtk/gtkfilechooser.c:208 +#: gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "" -#: ../gtk/gtkfilechooser.c:213 +#: gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "କେବଳ ସ୍ଥାନୀୟ" -#: ../gtk/gtkfilechooser.c:214 +#: gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "" -#: ../gtk/gtkfilechooser.c:219 +#: gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "ୱିଜେଟ ପ୍ରାକଦର୍ଶନ" -#: ../gtk/gtkfilechooser.c:220 +#: gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "" -#: ../gtk/gtkfilechooser.c:225 +#: gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "ପ୍ରାକଦର୍ଶନ ୱିଜେଟ ସକ୍ରିୟ ଅଛି" -#: ../gtk/gtkfilechooser.c:226 -msgid "Whether the application supplied widget for custom previews should be shown." +#: gtk/gtkfilechooser.c:226 +msgid "" +"Whether the application supplied widget for custom previews should be shown." msgstr "" -#: ../gtk/gtkfilechooser.c:231 +#: gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "ପ୍ରାକଦର୍ଶନ ନାମପଟିକୁ ବ୍ୟବହାର କରନ୍ତୁ" -#: ../gtk/gtkfilechooser.c:232 +#: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "" -#: ../gtk/gtkfilechooser.c:237 +#: gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "ଅତିରିକ୍ତ ୱିଜେଟ" -#: ../gtk/gtkfilechooser.c:238 +#: gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "" -#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 -#: ../gtk/gtkrecentchooser.c:203 +#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "ଏକାଧିକ ମନୋନିତ କରନ୍ତୁ" -#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 +#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "ଏକାଧିକ ଫାଇଲକୁ ବାଛିବା ପାଇଁ ଅନୁମତି ଦେବା ଉଚିତ କି" -#: ../gtk/gtkfilechooser.c:250 +#: gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "ଲୁକ୍କାଇତକୁ ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkfilechooser.c:251 +#: gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "" -#: ../gtk/gtkfilechooser.c:266 +#: gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "ନବଲିଖନ ନିଶ୍ଚିତତା କରନ୍ତୁ" -#: ../gtk/gtkfilechooser.c:267 +#: gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." msgstr "" -#: ../gtk/gtkfilechooserbutton.c:376 +#: gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "ସଂଳାପ" -#: ../gtk/gtkfilechooserbutton.c:377 +#: gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "ବ୍ୟବହାର କରିବା ପାଇଁ ଫାଇଲ ପସନ୍ଦକାରୀ ସଂଳାପ।" -#: ../gtk/gtkfilechooserbutton.c:408 +#: gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "ଫାଇଲ ଚୟନକର୍ତ୍ତା ସଂଳାପର ଶୀର୍ଷକ।" -#: ../gtk/gtkfilechooserbutton.c:422 +#: gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "" -#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 -#: ../gtk/gtkstatusicon.c:218 +#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 +#: gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "ଫାଇଲ ନାମ" -#: ../gtk/gtkfilesel.c:527 +#: gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "ବର୍ତ୍ତମାନ ବଛାହୋଇଥିବା ଫାଇଲ ନାମ" -#: ../gtk/gtkfilesel.c:533 +#: gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "ଫାଇଲ ପ୍ରୟୋଗଗୁଡ଼ିକୁ ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkfilesel.c:534 +#: gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "" -#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 +#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 msgid "X position" msgstr "ଏକ୍ସ ସ୍ଥିତି" -#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 +#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "ନିର୍ଭରକ ୱିଜେଟର X ଅବସ୍ଥାନ" -#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 +#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 msgid "Y position" msgstr "Y ସ୍ଥିତି" -#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 +#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "ନିର୍ଭରକ ୱିଜେଟର Y ଅବସ୍ଥାନ" -#: ../gtk/gtkfontbutton.c:143 +#: gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "ଅକ୍ଷରରୂପ ଚୟନ ସଂଳାପର ଶୀର୍ଷକ" -#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 +#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 msgid "Font name" msgstr "ଅକ୍ଷରରୂପ ନାମ" -#: ../gtk/gtkfontbutton.c:159 +#: gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "ବଚ୍ଛିତ ଅକ୍ଷରରୂପର ନାମ" -#: ../gtk/gtkfontbutton.c:160 +#: gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:175 +#: gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "ସୂଚକରେ ଥିବା ଅକ୍ଷରରୂପକୁ ବ୍ଯବହାର କରନ୍ତୁ" -#: ../gtk/gtkfontbutton.c:176 +#: gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "" -#: ../gtk/gtkfontbutton.c:191 +#: gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "ନାମପଟିରେ ଆକାର ବ୍ୟବହାର କରନ୍ତୁ" -#: ../gtk/gtkfontbutton.c:192 +#: gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "" -#: ../gtk/gtkfontbutton.c:208 +#: gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "ଶୈଳୀ ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkfontbutton.c:209 +#: gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "ବଚ୍ଛିତ ଅକ୍ଷରରୂପ ଶୈଳୀକୁ ନାମପଟିରେ ଦର୍ଶାଯାଇଛି କି ନାହିଁ" -#: ../gtk/gtkfontbutton.c:224 +#: gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "ଆକାର ପ୍ରଦର୍ଶନ କରନ୍ତୁ" -#: ../gtk/gtkfontbutton.c:225 +#: gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "ବଚ୍ଛିତ ଅକ୍ଷରରୂପ ଆକାରକୁ ନାମପଟିରେ ଦର୍ଶାଯାଇଛି କି ନାହିଁ" -#: ../gtk/gtkfontsel.c:197 +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "ଏହି ଅକ୍ଷରରୂପକୁ ଉପସ୍ଥାପନ କରୁଥିବା ବାକ୍ଯଖଣ୍ଡ" -#: ../gtk/gtkfontsel.c:204 +#: gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "ବର୍ତ୍ତମାନ ବଛାଯାଇଥିବା GdkFont" -#: ../gtk/gtkfontsel.c:210 +#: gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "ପାଠ୍ଯକୁ ଅବଲୋକନ କରନ୍ତୁ" -#: ../gtk/gtkfontsel.c:211 +#: gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "" -#: ../gtk/gtkframe.c:106 +#: gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "ବନ୍ଧେଇ ନାମପଟିର ପାଠ୍ୟ" -#: ../gtk/gtkframe.c:113 +#: gtk/gtkframe.c:113 msgid "Label xalign" msgstr "ନାମପଟି xalign" -#: ../gtk/gtkframe.c:114 +#: gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "ନାମପଟିର ସମାନ୍ତରାଳ ପାର୍ଶ୍ୱସଜ୍ଜା" -#: ../gtk/gtkframe.c:122 +#: gtk/gtkframe.c:122 msgid "Label yalign" msgstr "ନାମପଟି yalign" -#: ../gtk/gtkframe.c:123 +#: gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "ନାମପଟିର ଭୂଲମ୍ବ ପାର୍ଶ୍ୱସଜ୍ଜା" -#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 +#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "ଅପସନ୍ଦ ଗୁଣଧର୍ମ, ଏହା ପରିବର୍ତ୍ତେ ଛାୟା ପ୍ରକାରକୁ ବ୍ୟବହାର କରନ୍ତୁ" -#: ../gtk/gtkframe.c:138 +#: gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "ଫ୍ରେମ ଛାୟା" -#: ../gtk/gtkframe.c:139 +#: gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "ଫ୍ରେମ ଧାରର ସମ୍ମୁଖିନ" -#: ../gtk/gtkframe.c:148 +#: gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "" -#: ../gtk/gtkhandlebox.c:175 +#: gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "" -#: ../gtk/gtkhandlebox.c:183 +#: gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "ନିୟନ୍ତ୍ରଣ ସ୍ଥାନ" -#: ../gtk/gtkhandlebox.c:184 +#: gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "" -#: ../gtk/gtkhandlebox.c:192 +#: gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "ସ୍ନାପ ଧାର" -#: ../gtk/gtkhandlebox.c:193 +#: gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" msgstr "" -#: ../gtk/gtkhandlebox.c:201 +#: gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "ସ୍ନାପ ଧାର ସେଟ" -#: ../gtk/gtkhandlebox.c:202 +#: gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" msgstr "" -#: ../gtk/gtkhandlebox.c:209 +#: gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "ନିର୍ଭରକ ବିଚ୍ଛିନ୍ନ ହୋଇଛି" -#: ../gtk/gtkhandlebox.c:210 +#: gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." msgstr "" -#: ../gtk/gtkiconview.c:548 +#: gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "ଚଯନ ପ୍ରକାର" -#: ../gtk/gtkiconview.c:549 +#: gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "ଚଯନ ପ୍ରକାରଟି" -#: ../gtk/gtkiconview.c:567 +#: gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "Pixbuf ସ୍ତମ୍ଭ" -#: ../gtk/gtkiconview.c:568 +#: gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "ରୁ ଚିତ୍ରସଙ୍କେତ pixbufକୁ କାଢ଼ିବା ପାଇଁ ବ୍ୟବହୃତ ମୋଡେଲ ସ୍ତମ୍ଭ" -#: ../gtk/gtkiconview.c:586 +#: gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "ରୁ ପାଠ୍ୟକୁ କାଢ଼ିବା ପାଇଁ ବ୍ୟବହୃତ ମୋଡେଲ ସ୍ତମ୍ଭ" -#: ../gtk/gtkiconview.c:605 +#: gtk/gtkiconview.c:605 msgid "Markup column" msgstr "ଚିହ୍ନିତ ସ୍ତମ୍ଭ" -#: ../gtk/gtkiconview.c:606 +#: gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "" -#: ../gtk/gtkiconview.c:613 +#: gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "ଚିତ୍ରସଂକେତ ଦୃଶ୍ଯ ମୋଡେଲ" -#: ../gtk/gtkiconview.c:614 +#: gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "ଚିତ୍ରସଙ୍କେତ ଦୃଶ୍ୟ ପାଇଁ ମୋଡେଲ" -#: ../gtk/gtkiconview.c:630 +#: gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "ସ୍ତମ୍ଭଗୁଡିକର ସଂଖ୍ଯା" -#: ../gtk/gtkiconview.c:631 +#: gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "ଦର୍ଶାଇବା ପାଇଁ ସ୍ତମ୍ଭଗୁଡିକ ସଂଖ୍ୟା" -#: ../gtk/gtkiconview.c:648 +#: gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "ପ୍ରତ୍ୟେକ ବସ୍ତୁର ଓସାର" -#: ../gtk/gtkiconview.c:649 +#: gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "ପ୍ରତ୍ୟେକ ବସ୍ତୁ ପାଇଁ ବ୍ଯବହୃତ ଓସାର" -#: ../gtk/gtkiconview.c:665 +#: gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "" -#: ../gtk/gtkiconview.c:680 +#: gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "ପଂକ୍ତି ଅନ୍ତରଦେବା" -#: ../gtk/gtkiconview.c:681 +#: gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "ଜାଲି ପଂକ୍ତିଗୁଡିକ ମଧ୍ଯରେ ଦିଆଯାଇଥିବା ଖାଲି ସ୍ଥାନ" -#: ../gtk/gtkiconview.c:696 +#: gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "ସ୍ତମ୍ଭ ଅନ୍ତରଦେବା" -#: ../gtk/gtkiconview.c:697 +#: gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "ଜାଲି ପଂକ୍ତିଗୁଡିକ ମଧ୍ଯରେ ଭର୍ତ୍ତିକରାଯାଇଥିବା ଖାଲି ସ୍ଥାନ" -#: ../gtk/gtkiconview.c:712 +#: gtk/gtkiconview.c:712 msgid "Margin" msgstr "ସୀମାନ୍ତ" -#: ../gtk/gtkiconview.c:713 +#: gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "ଚିତ୍ରସଙ୍କେତ ଦୃଶ୍ୟର ଧାରରେ ଭର୍ତ୍ତିକରାଯାଇଥିବା ଖାଲିସ୍ଥାନ" -#: ../gtk/gtkiconview.c:730 -msgid "How the text and icon of each item are positioned relative to each other" +#: gtk/gtkiconview.c:730 +msgid "" +"How the text and icon of each item are positioned relative to each other" msgstr "" -#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 -#: ../gtk/gtktreeviewcolumn.c:307 +#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "ପୁନଃ କ୍ରମଯୋଗ୍ୟ" -#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 +#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "ଦୃଶ୍ଯଟି ପୁନଃ ଲିଖନ ଯୋଗ୍ୟ ଅଟେ" -#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 +#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "ଉପକରଣ ସୂଚନା ସ୍ତମ୍ଭ" -#: ../gtk/gtkiconview.c:755 +#: gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "ବସ୍ତୁ ମାନଙ୍କ ପାଇଁ ନମୁନାରେ ଉପକରଣ ସୂଚନା ଧାରଣ କରିଥିବା ସ୍ତମ୍ଭ" -#: ../gtk/gtkiconview.c:766 +#: gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "ମନୋନଯନ ବକ୍ସ ରଙ୍ଗ " -#: ../gtk/gtkiconview.c:767 +#: gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "ମନୋନଯନ ବକ୍ସର ରଙ୍ଗ " -#: ../gtk/gtkiconview.c:773 +#: gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "ମନୋନଯନ ବକ୍ସ ଆଲ୍ଫା" -#: ../gtk/gtkiconview.c:774 +#: gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "ମନୋନଯନ ବକ୍ସର ଅସ୍ପଷ୍ଟତା" -#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 +#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "ପିକ୍ସବଫ୍" -#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 +#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "ପ୍ରଦର୍ଶନ କରିବାକୁ ଥିବା ଏକ Gdkପିକ୍ସବଫ୍" -#: ../gtk/gtkimage.c:139 +#: gtk/gtkimage.c:139 msgid "Pixmap" msgstr "ପିକ୍ସମ୍ଯାପ" -#: ../gtk/gtkimage.c:140 +#: gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "ଦର୍ଶାଇବା ପାଇଁ GdkPixmap" -#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 +#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "ପ୍ରତିଛବି" -#: ../gtk/gtkimage.c:148 +#: gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "ଦର୍ଶାଇବା ପାଇଁ ଗୋଟିଏ GdkImage" -#: ../gtk/gtkimage.c:155 +#: gtk/gtkimage.c:155 msgid "Mask" msgstr "ମୁଖା" -#: ../gtk/gtkimage.c:156 +#: gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "" -#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 +#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "ଲୋଡ ଏବଂ ପ୍ରଦର୍ଶନ କରିବାକୁ ଥିବା ଫାଇଲ୍ ନାମ" -#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 +#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "ଏକ ଷ୍ଟକ୍ ଚିତ୍ର ପାଇଁ ପ୍ରଦର୍ଶନ କରିବାକୁ ଥିବା ଷ୍ଟକ୍ ID" -#: ../gtk/gtkimage.c:180 +#: gtk/gtkimage.c:180 msgid "Icon set" msgstr "ଚିତ୍ରସଂକେତ ସେଟ" -#: ../gtk/gtkimage.c:181 +#: gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "ଦର୍ଶାଇବା ପାଇଁ ସେଟ କରାଯାଇଥିବା ଚିତ୍ରସଂକେତ" -#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:214 ../gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "ଆଇକନ ଆକାର" -#: ../gtk/gtkimage.c:189 +#: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "" -#: ../gtk/gtkimage.c:205 +#: gtk/gtkimage.c:205 msgid "Pixel size" msgstr "ପିକସେଲ ଆକାର" -#: ../gtk/gtkimage.c:206 +#: gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "ନାମକରଣ କରାଯାଇଥିବା ଚିତ୍ରସଂକେତ ପାଇଁ ବ୍ୟବହୃତ ପିକସେଲ ଆକାର" -#: ../gtk/gtkimage.c:214 +#: gtk/gtkimage.c:214 msgid "Animation" msgstr "ଜୀବନାୟନ" -#: ../gtk/gtkimage.c:215 +#: gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "ପ୍ରଦର୍ଶନ କରିବାକୁ ଥିବା ଏକ Gdkପିକ୍ସବଫ୍ ଜୀବନଚିତ୍ର" -#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 +#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "ସଂଚିତସ୍ଥାନ ପ୍ରକାର" -#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 +#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "ଚିତ୍ର ତଥ୍ଯପାଇଁ ବ୍ଯବହୃତ ହେଉଥିବା ପ୍ରଦର୍ଶନ" -#: ../gtk/gtkimagemenuitem.c:136 +#: gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "" -#: ../gtk/gtkimagemenuitem.c:151 +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "" -#: ../gtk/gtkimagemenuitem.c:169 +#: gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "ସର୍ବଦା ଚିତ୍ର ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkimagemenuitem.c:170 +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "ପ୍ରତିଛବିକୁ ସର୍ବଦା ଦୃଶ୍ଯମାନ କରାଯିବ ନାଁ ନାହିଁ" -#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "Accel ସମୂହ" -#: ../gtk/gtkimagemenuitem.c:185 +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "" -#: ../gtk/gtkimagemenuitem.c:190 +#: gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "ତାଲିକା ପ୍ରତିଛବିଗୁଡ଼ିକୁ ଦେଖାନ୍ତୁ" -#: ../gtk/gtkimagemenuitem.c:191 +#: gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "" -#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" -#: ../gtk/gtklabel.c:368 +#: gtk/gtklabel.c:368 msgid "The text of the label" msgstr "ନାମପଟିର ପାଠ୍ଯ" -#: ../gtk/gtklabel.c:375 +#: gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "" -#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 +#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 msgid "Justification" msgstr "ଯଥାର୍ଥତା" -#: ../gtk/gtklabel.c:397 +#: gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " "GtkMisc::xalign for that" msgstr "" -#: ../gtk/gtklabel.c:405 +#: gtk/gtklabel.c:405 msgid "Pattern" msgstr "ନମୁନା" -#: ../gtk/gtklabel.c:406 +#: gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" msgstr "" -#: ../gtk/gtklabel.c:413 +#: gtk/gtklabel.c:413 msgid "Line wrap" msgstr "ରେଖାକୁ ଆବ୍ରୁତ କରନ୍ତୁ" -#: ../gtk/gtklabel.c:414 +#: gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "" -#: ../gtk/gtklabel.c:429 +#: gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "" -#: ../gtk/gtklabel.c:430 +#: gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "" -#: ../gtk/gtklabel.c:437 +#: gtk/gtklabel.c:437 msgid "Selectable" msgstr "ବଛାଯୋଗ୍ୟ" -#: ../gtk/gtklabel.c:438 +#: gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "" -#: ../gtk/gtklabel.c:444 +#: gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "Mnemonic କି" -#: ../gtk/gtklabel.c:445 +#: gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "" -#: ../gtk/gtklabel.c:453 +#: gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "Mnemonic widget" -#: ../gtk/gtklabel.c:454 +#: gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "" -#: ../gtk/gtklabel.c:500 +#: gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" msgstr "" -#: ../gtk/gtklabel.c:540 +#: gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "ଏକମାତ୍ର ରେଖା ମୋଡ" -#: ../gtk/gtklabel.c:541 +#: gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "ନାମପଟିଟି ଏକ ଧାଡ଼ି ଅବସ୍ଥାରେ ଅଛି କି" -#: ../gtk/gtklabel.c:558 +#: gtk/gtklabel.c:558 msgid "Angle" msgstr "କୋଣ" -#: ../gtk/gtklabel.c:559 +#: gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "ନାମପଟି ବୁଲୁଥିବା କୋଣ" -#: ../gtk/gtklabel.c:579 +#: gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "ଅକ୍ଷରଗୁଡିକର ସର୍ବାଧିକ ଓସାର ଅକ୍ଷରରେ" -#: ../gtk/gtklabel.c:580 +#: gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "" -#: ../gtk/gtklabel.c:696 +#: gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "" -#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 +#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "ସମାନ୍ତରାଳ ସଜଡ଼ା" -#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 +#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "ସମାନ୍ତରାଳ ଅବସ୍ଥାନ ପାଇଁ GtkAdjustment" -#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 +#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "ଭୂଲମ୍ବ ସଜଡ଼ା" -#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 +#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "ଭୂଲମ୍ବ ଅବସ୍ଥାନ ପାଇଁ GtkAdjustment" -#: ../gtk/gtklayout.c:633 +#: gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "ସଂରଚନାର ଓସାର" -#: ../gtk/gtklayout.c:642 +#: gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "ସଂରଚନାର ଉଚ୍ଚତା" -#: ../gtk/gtklinkbutton.c:145 +#: gtk/gtklinkbutton.c:145 msgid "URI" msgstr "ୟୁ.ଆର.ଆଇ." -#: ../gtk/gtklinkbutton.c:146 +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "ଏହି ବଟନ ସହିତ ୟୁ.ଆର.ଆଇ. ଟି ସଂଯୁକ୍ତ" -#: ../gtk/gtklinkbutton.c:160 +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "ପରିଦର୍ଶିତ" -#: ../gtk/gtklinkbutton.c:161 +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "ଏହି ସଂଯୋଗକୁ ପରିଦର୍ଶନ କରାଯାଇଛି କି ନାହିଁ।" -#: ../gtk/gtkmenu.c:501 +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "ବର୍ତ୍ତମାନ ବଛାହୋଇଥିବା ତାଲିକା ବସ୍ତୁ" -#: ../gtk/gtkmenu.c:516 +#: gtk/gtkmenu.c:516 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:285 msgid "Accel Path" msgstr "Accel ପଥ" -#: ../gtk/gtkmenu.c:531 +#: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "" -#: ../gtk/gtkmenu.c:547 +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "ୱିଜେଟ ଯୋଡ଼ନ୍ତୁ" -#: ../gtk/gtkmenu.c:548 +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "ତାଲିକା ଲାଗିରହିଥିବା ୱିଜେଟ" -#: ../gtk/gtkmenu.c:556 +#: gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" msgstr "" -#: ../gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "Tearoff ଅବସ୍ଥା" -#: ../gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "" -#: ../gtk/gtkmenu.c:585 +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "ମନିଟର" -#: ../gtk/gtkmenu.c:586 +#: gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "" -#: ../gtk/gtkmenu.c:592 +#: gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "ଲମ୍ବରୂପ ପ୍ୟାଡିଙ୍ଗ" -#: ../gtk/gtkmenu.c:593 +#: gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "ତାଲିକାର ଉପର ଏବଂ ତଳେ ଥିବା ଅତିରିକ୍ତ ସ୍ଥାନ" -#: ../gtk/gtkmenu.c:601 +#: gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "ସମାନ୍ତରାଳ ପ୍ୟାଡିଙ୍ଗ" -#: ../gtk/gtkmenu.c:602 +#: gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "" -#: ../gtk/gtkmenu.c:610 +#: gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "ଭୂଲମ୍ବ ଅଫସେଟ" -#: ../gtk/gtkmenu.c:611 +#: gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" msgstr "" -#: ../gtk/gtkmenu.c:619 +#: gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "ସମାନ୍ତରାଳ ଅଫସେଟ" -#: ../gtk/gtkmenu.c:620 +#: gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" msgstr "" -#: ../gtk/gtkmenu.c:628 +#: gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "ଦ୍ବିଗୁଣିତ ଶରଗୁଡିକ" -#: ../gtk/gtkmenu.c:629 +#: gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "ଦୃଶ୍ୟ ବଦଳାଇବା ସମୟରେ, ସର୍ବଦା ଉଭୟ ତୀରକୁ ଦର୍ଶାନ୍ତୁ।" -#: ../gtk/gtkmenu.c:642 +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "ତୀର ସ୍ଥାପନ" -#: ../gtk/gtkmenu.c:643 +#: gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "ଦୃଶ୍ୟବଦଳା ତୀରକୁ କେଉଁଠି ରଖାଯିବ ତାହା ନିର୍ଦ୍ଦିଶ୍ଟ କରନ୍ତୁ" -#: ../gtk/gtkmenu.c:651 +#: gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "ବାମ ସଂଯୁକ୍ତ" -#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 +#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "" -#: ../gtk/gtkmenu.c:659 +#: gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "ଡାହାଣ ସଂଯୁକ୍ତ" -#: ../gtk/gtkmenu.c:660 +#: gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "" -#: ../gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "ଉପର ସଂଯୁକ୍ତ" -#: ../gtk/gtkmenu.c:668 +#: gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "" -#: ../gtk/gtkmenu.c:675 +#: gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "ତଳ ସଂଯୁକ୍ତ" -#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 +#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "" -#: ../gtk/gtkmenu.c:690 +#: gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "" -#: ../gtk/gtkmenu.c:777 +#: gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "ତ୍ୱରକଗୁଡ଼ିକୁ ପରିବର୍ତ୍ତନ କରିପାରିବ" -#: ../gtk/gtkmenu.c:778 -msgid "Whether menu accelerators can be changed by pressing a key over the menu item" +#: gtk/gtkmenu.c:778 +msgid "" +"Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "" -#: ../gtk/gtkmenu.c:783 +#: gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "ଉପତାଲିକା ଦୃଶ୍ୟମାନ ହେବା ପୂର୍ବରୁ ବିଳମ୍ବ" -#: ../gtk/gtkmenu.c:784 -msgid "Minimum time the pointer must stay over a menu item before the submenu appear" +#: gtk/gtkmenu.c:784 +msgid "" +"Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" -#: ../gtk/gtkmenu.c:791 +#: gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "" -#: ../gtk/gtkmenu.c:792 +#: gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" msgstr "" -#: ../gtk/gtkmenubar.c:168 +#: gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "ପ୍ଯାକ ନିର୍ଦେଶ" -#: ../gtk/gtkmenubar.c:169 +#: gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "ତାଲିକାପଟିର ପ୍ୟାକ ନିର୍ଦେଶ" -#: ../gtk/gtkmenubar.c:185 +#: gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "ନିର୍ଭରକ ପ୍ଯାକ ନିର୍ଦ୍ଦେଶ" -#: ../gtk/gtkmenubar.c:186 +#: gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "" -#: ../gtk/gtkmenubar.c:195 +#: gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "" -#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 +#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "ଆଭ୍ୟନ୍ତରୀଣ ପ୍ୟାଡ଼ିଙ୍ଗ" -#: ../gtk/gtkmenubar.c:203 +#: gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "" -#: ../gtk/gtkmenubar.c:210 +#: gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "" -#: ../gtk/gtkmenubar.c:211 +#: gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "" -#: ../gtk/gtkmenuitem.c:252 +#: gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "ଡାହାଣ ୟୁକ୍ତିୟୁକ୍ତ" -#: ../gtk/gtkmenuitem.c:253 -msgid "Sets whether the menu item appears justified at the right side of a menu bar" +#: gtk/gtkmenuitem.c:253 +msgid "" +"Sets whether the menu item appears justified at the right side of a menu bar" msgstr "" -#: ../gtk/gtkmenuitem.c:267 +#: gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "ଉପତାଲିକା" -#: ../gtk/gtkmenuitem.c:268 +#: gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" msgstr "" -#: ../gtk/gtkmenuitem.c:286 +#: gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "" -#: ../gtk/gtkmenuitem.c:301 +#: gtk/gtkmenuitem.c:301 msgid "The text for the child label" msgstr "" -#: ../gtk/gtkmenuitem.c:364 +#: gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "" -#: ../gtk/gtkmenuitem.c:377 +#: gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "ଓସାର ଅକ୍ଷରରେ" -#: ../gtk/gtkmenuitem.c:378 +#: gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "" -#: ../gtk/gtkmenushell.c:374 +#: gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "କେନ୍ଦିଭୁତକିରଣ" -#: ../gtk/gtkmenushell.c:375 +#: gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "" -#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 +#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "ତାଲିକା" -#: ../gtk/gtkmenutoolbutton.c:246 +#: gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "ତଳକୁଝୁଲା ତାଲିକା" -#: ../gtk/gtkmessagedialog.c:98 +#: gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "ପ୍ରତିଛବି/ସୂଚକ ଧାର" -#: ../gtk/gtkmessagedialog.c:99 +#: gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "" -#: ../gtk/gtkmessagedialog.c:114 +#: gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "ବିଭାଜକ ବ୍ଯବହାର କରନ୍ତୁ" -#: ../gtk/gtkmessagedialog.c:115 -msgid "Whether to put a separator between the message dialog's text and the buttons" +#: gtk/gtkmessagedialog.c:115 +msgid "" +"Whether to put a separator between the message dialog's text and the buttons" msgstr "" -#: ../gtk/gtkmessagedialog.c:128 +#: gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "ସନ୍ଦେଶ ପ୍ରକାର" -#: ../gtk/gtkmessagedialog.c:129 +#: gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "ସନ୍ଦେଶର ପ୍ରକାର" -#: ../gtk/gtkmessagedialog.c:136 +#: gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "ସନ୍ଦେଶ ବଟନଗୁଡିକ" -#: ../gtk/gtkmessagedialog.c:137 +#: gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "" -#: ../gtk/gtkmessagedialog.c:154 +#: gtk/gtkmessagedialog.c:154 #, fuzzy msgid "The primary text of the message dialog" msgstr "ପାଠ୍ଯ ର ସନ୍ଦେଶ ସଂଳାପ" -#: ../gtk/gtkmessagedialog.c:169 +#: gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "ଚିହ୍ନିଟ ବ୍ଯବହାର କରନ୍ତୁ" -#: ../gtk/gtkmessagedialog.c:170 +#: gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "" -#: ../gtk/gtkmessagedialog.c:184 +#: gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "ଦ୍ୱିତୀୟକ ପାଠ୍ୟ" -#: ../gtk/gtkmessagedialog.c:185 +#: gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "ସନ୍ଦେଶ ସଂଳାପର ଦ୍ୱିତିୟକ ପାଠ୍ଯ" -#: ../gtk/gtkmessagedialog.c:200 +#: gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "ଦ୍ୱିତିୟକରେ ଚିହ୍ନିଟ ବ୍ଯବହାର କରନ୍ତୁ" -#: ../gtk/gtkmessagedialog.c:201 +#: gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "" -#: ../gtk/gtkmessagedialog.c:216 +#: gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "ଚିତ୍ର" -#: ../gtk/gtkmisc.c:83 +#: gtk/gtkmisc.c:83 msgid "Y align" msgstr "Y ପଂକ୍ତି" -#: ../gtk/gtkmisc.c:84 +#: gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "ଦଣ୍ଡରୂପୀ ପଂକ୍ତିକରଣ, 0 ଠାରୁ (ଉପର) 1 ପର୍ୟ୍ଯନ୍ତ (ତଳ)" -#: ../gtk/gtkmisc.c:93 +#: gtk/gtkmisc.c:93 msgid "X pad" msgstr "X ପ୍ୟାଡ଼" -#: ../gtk/gtkmisc.c:94 -msgid "The amount of space to add on the left and right of the widget, in pixels" +#: gtk/gtkmisc.c:94 +msgid "" +"The amount of space to add on the left and right of the widget, in pixels" msgstr "" -#: ../gtk/gtkmisc.c:103 +#: gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Y ପ୍ୟାଡ଼" -#: ../gtk/gtkmisc.c:104 -msgid "The amount of space to add on the top and bottom of the widget, in pixels" +#: gtk/gtkmisc.c:104 +msgid "" +"The amount of space to add on the top and bottom of the widget, in pixels" msgstr "" -#: ../gtk/gtkmountoperation.c:139 +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "ମୂଖ୍ୟ" -#: ../gtk/gtkmountoperation.c:140 +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "ମୂଖ୍ୟ ୱିଣ୍ଡୋ" -#: ../gtk/gtkmountoperation.c:147 +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "ଟି ଦର୍ଶାଉଅଛି" -#: ../gtk/gtkmountoperation.c:148 +#: gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "ଆମେ ସଂଳାପ ଦର୍ଶାଉଅଛୁ କି" -#: ../gtk/gtkmountoperation.c:156 +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "" -#: ../gtk/gtknotebook.c:577 +#: gtk/gtknotebook.c:577 msgid "Page" msgstr "ପୃଷ୍ଠା" -#: ../gtk/gtknotebook.c:578 +#: gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "ପ୍ରଚଳିତ ପୃଷ୍ଠାର ଅନୁକ୍ରମଣିକା" -#: ../gtk/gtknotebook.c:586 +#: gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "ଟ୍ଯାବ (Tab) ସ୍ଥାନ" -#: ../gtk/gtknotebook.c:587 +#: gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "" -#: ../gtk/gtknotebook.c:594 +#: gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "ଟ୍ଯାବ (Tab) ସୀମା" -#: ../gtk/gtknotebook.c:595 +#: gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "" -#: ../gtk/gtknotebook.c:603 +#: gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "ସମାନ୍ତରାଳ ଟ୍ଯାବ (Tab) ସୀମା" -#: ../gtk/gtknotebook.c:604 +#: gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "" -#: ../gtk/gtknotebook.c:612 +#: gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "ଭୂଲମ୍ବ ଟ୍ଯାବ (Tab) ସୀମା" -#: ../gtk/gtknotebook.c:613 +#: gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "" -#: ../gtk/gtknotebook.c:621 +#: gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "ଟ୍ଯାବଗୁଡିକୁ ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtknotebook.c:622 +#: gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "" -#: ../gtk/gtknotebook.c:628 +#: gtk/gtknotebook.c:628 msgid "Show Border" msgstr "ସୀମା ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtknotebook.c:629 +#: gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "" -#: ../gtk/gtknotebook.c:635 +#: gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "ଦୃଶ୍ୟବଦଳାଯୋଗ୍ୟ" -#: ../gtk/gtknotebook.c:636 +#: gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "" -#: ../gtk/gtknotebook.c:642 +#: gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "ପପ-ଅପ ସକ୍ରିୟ କରନ୍ତୁ" -#: ../gtk/gtknotebook.c:643 +#: gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" msgstr "" -#: ../gtk/gtknotebook.c:650 +#: gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "ଟ୍ୟାବଗୁଡ଼ିକର ଆକାର ଏକାପ୍ରକାର ହେବା ଉଚିତ କି " -#: ../gtk/gtknotebook.c:656 +#: gtk/gtknotebook.c:656 msgid "Group ID" msgstr "ସମୂହ ର ପରିଚୟ" -#: ../gtk/gtknotebook.c:657 +#: gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "" -#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 -#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 -#: ../gtk/gtkradiotoolbutton.c:65 +#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 +#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "ସମୂହ" -#: ../gtk/gtknotebook.c:674 +#: gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "" -#: ../gtk/gtknotebook.c:680 +#: gtk/gtknotebook.c:680 msgid "Tab label" msgstr "ଟ୍ଯାବ (Tab) ନାମପଟି" -#: ../gtk/gtknotebook.c:681 +#: gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "" -#: ../gtk/gtknotebook.c:687 +#: gtk/gtknotebook.c:687 msgid "Menu label" msgstr "ତାଲିକା ନାମପଟି" -#: ../gtk/gtknotebook.c:688 +#: gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "" -#: ../gtk/gtknotebook.c:701 +#: gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "ଟ୍ଯାବ (Tab) ସମ୍ପ୍ରସାରଣ" -#: ../gtk/gtknotebook.c:702 +#: gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "" -#: ../gtk/gtknotebook.c:708 +#: gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "ଟ୍ଯାବ (Tab) ପୁରଣ" -#: ../gtk/gtknotebook.c:709 +#: gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "" -#: ../gtk/gtknotebook.c:715 +#: gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "ଟ୍ଯାବ (Tab) ପ୍ୟାକ ପ୍ରକାର" -#: ../gtk/gtknotebook.c:722 +#: gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "ଟ୍ଯାବ (Tab) ପୁନଃଲିଖନ ଯୋଗ୍ୟ" -#: ../gtk/gtknotebook.c:723 +#: gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "" -#: ../gtk/gtknotebook.c:729 +#: gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "ଟ୍ଯାବ (Tab) ପୃଥକଯୋଗ୍ୟ" -#: ../gtk/gtknotebook.c:730 +#: gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "ଟ୍ଯାବଟି ପୃଥକ କରିବା ଯୋଗ୍ୟ କି" -#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 +#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "ଦ୍ୱିତୀୟକ ପଛୁଆ ଷ୍ଟେପର" -#: ../gtk/gtknotebook.c:746 -msgid "Display a second backward arrow button on the opposite end of the tab area" +#: gtk/gtknotebook.c:746 +msgid "" +"Display a second backward arrow button on the opposite end of the tab area" msgstr "" -#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 +#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "ଦ୍ୱିତୀୟକ ଅଗ୍ରସର ଷ୍ଟେପର" -#: ../gtk/gtknotebook.c:762 -msgid "Display a second forward arrow button on the opposite end of the tab area" +#: gtk/gtknotebook.c:762 +msgid "" +"Display a second forward arrow button on the opposite end of the tab area" msgstr "" -#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 +#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "ପଛକୁ ପାଦଦେବା" -#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 +#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "" -#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 +#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "ଅଗ୍ରସର ଷ୍ଟେପର" -#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 +#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "ମାନକ ଅଗ୍ରସର ତୀର ବଟନକୁ ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtknotebook.c:806 +#: gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "ଟ୍ଯାବ (Tab) ଆବରଣ" -#: ../gtk/gtknotebook.c:807 +#: gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "ଟ୍ଯାବ ଆବରଣ କ୍ଷେତ୍ରର ଆକାର" -#: ../gtk/gtknotebook.c:822 +#: gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "ଟ୍ଯାବ (Tab) ବକ୍ରତା" -#: ../gtk/gtknotebook.c:823 +#: gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "ଟ୍ଯାବ ବକ୍ରତାର ଆକାର" -#: ../gtk/gtknotebook.c:839 +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "ତୀରଗୁଡ଼ିକ ମଧ୍ଯରେ ଖାଲିସ୍ଥାନ ରଖିବା" -#: ../gtk/gtknotebook.c:840 +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "ତୀର ସ୍ଥାନକୁ ସ୍କ୍ରୋଲ କରନ୍ତୁ" -#: ../gtk/gtkobject.c:370 +#: gtk/gtkobject.c:370 msgid "User Data" msgstr "ଉପୟୋଗକର୍ତ୍ତା ତଥ୍ଯ" -#: ../gtk/gtkobject.c:371 +#: gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "ଅଜ୍ଞାତ ଚାଳକ ତଥ୍ଯ ସୂଚକ" -#: ../gtk/gtkoptionmenu.c:162 +#: gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "ବିକଳ୍ପ ମାନଙ୍କର ତାଲିକା" -#: ../gtk/gtkoptionmenu.c:169 +#: gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "" -#: ../gtk/gtkoptionmenu.c:175 +#: gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "" -#: ../gtk/gtkorientable.c:75 +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "" -#: ../gtk/gtkpaned.c:242 -msgid "Position of paned separator in pixels (0 means all the way to the left/top)" +#: gtk/gtkpaned.c:242 +msgid "" +"Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "" -#: ../gtk/gtkpaned.c:251 +#: gtk/gtkpaned.c:251 msgid "Position Set" msgstr "ଅବସ୍ଥାନ ସେଟକରନ୍ତୁ" -#: ../gtk/gtkpaned.c:252 +#: gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "" -#: ../gtk/gtkpaned.c:258 +#: gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "ଆକାର ନିୟନ୍ତ୍ରଣ କରନ୍ତୁ" -#: ../gtk/gtkpaned.c:259 +#: gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "ନିୟନ୍ତ୍ରଣର ଓସାର" -#: ../gtk/gtkpaned.c:275 +#: gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "ସର୍ବନିମ୍ନ ସ୍ଥାନ" -#: ../gtk/gtkpaned.c:276 +#: gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "" -#: ../gtk/gtkpaned.c:293 +#: gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "ସର୍ବାଧିକ ସ୍ଥାନ" -#: ../gtk/gtkpaned.c:294 +#: gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "" -#: ../gtk/gtkpaned.c:311 +#: gtk/gtkpaned.c:311 msgid "Resize" msgstr "ପୁନଃଆକାର " -#: ../gtk/gtkpaned.c:312 +#: gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "" -#: ../gtk/gtkpaned.c:327 +#: gtk/gtkpaned.c:327 msgid "Shrink" msgstr "ସଙ୍କୁଚିତକର" -#: ../gtk/gtkpaned.c:328 +#: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "" -#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "ସନ୍ନିହିତ" -#: ../gtk/gtkplug.c:151 +#: gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "ପ୍ଲଗଟି ସନ୍ନିହିତ ଅଛି କି ନାହିଁ" -#: ../gtk/gtkplug.c:165 +#: gtk/gtkplug.c:165 msgid "Socket Window" msgstr "ସକେଟ ୱିଣ୍ଡୋ" -#: ../gtk/gtkplug.c:166 +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "" -#: ../gtk/gtkpreview.c:102 -msgid "Whether the preview widget should take up the entire space it is allocated" +#: gtk/gtkpreview.c:102 +msgid "" +"Whether the preview widget should take up the entire space it is allocated" msgstr "" -#: ../gtk/gtkprinter.c:124 +#: gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "ମୁଦ୍ରଣୀର ନାମ" -#: ../gtk/gtkprinter.c:130 +#: gtk/gtkprinter.c:130 msgid "Backend" msgstr "ବ୍ଯାକ୍ଏଣ୍ଡ" -#: ../gtk/gtkprinter.c:131 +#: gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "" -#: ../gtk/gtkprinter.c:137 +#: gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "ଆଭାସୀ ଅଟେ" -#: ../gtk/gtkprinter.c:138 +#: gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "" -#: ../gtk/gtkprinter.c:144 +#: gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "PDF ଗ୍ରହଣ କରିଥାଏ" -#: ../gtk/gtkprinter.c:145 +#: gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "" -#: ../gtk/gtkprinter.c:151 +#: gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "ପୋଷ୍ଟସ୍କ୍ରିପ୍ଟ ଗ୍ରହଣ କରିଥାଏ" -#: ../gtk/gtkprinter.c:152 +#: gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "" -#: ../gtk/gtkprinter.c:158 +#: gtk/gtkprinter.c:158 msgid "State Message" msgstr "ସ୍ଥିତି ସନ୍ଦେଶ" -#: ../gtk/gtkprinter.c:159 +#: gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "" -#: ../gtk/gtkprinter.c:165 +#: gtk/gtkprinter.c:165 msgid "Location" msgstr "ଅବସ୍ଥାନ" -#: ../gtk/gtkprinter.c:166 +#: gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "ମୁଦ୍ରଣୀର ଅବସ୍ଥିତି" -#: ../gtk/gtkprinter.c:173 +#: gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "ମୁଦ୍ରଣୀ ପାଇଁ ବ୍ୟବହାର ହେବାକୁ ଥିବା ଚିତ୍ରସଙ୍କେତ ନାମ" -#: ../gtk/gtkprinter.c:179 +#: gtk/gtkprinter.c:179 msgid "Job Count" msgstr "କାର୍ଯ୍ଯ ଗଣନା" -#: ../gtk/gtkprinter.c:180 +#: gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "" -#: ../gtk/gtkprinter.c:198 +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "ମୂଦ୍ରଣୀ ବିରତିରେ ଅଛି" -#: ../gtk/gtkprinter.c:199 +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "" -#: ../gtk/gtkprinter.c:212 +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "କାର୍ଯ୍ୟଭାର ଗ୍ରହଣ କରୁଅଛି" -#: ../gtk/gtkprinter.c:213 +#: gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "" -#: ../gtk/gtkprinteroptionwidget.c:123 +#: gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "ଉତ୍ସ ବିକଳ୍ପ" -#: ../gtk/gtkprinteroptionwidget.c:124 +#: gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "" -#: ../gtk/gtkprintjob.c:117 +#: gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "ମୁଦ୍ରଣ କାର୍ଯ୍ୟର ଶୀର୍ଷକ" -#: ../gtk/gtkprintjob.c:125 +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "ମୂଦ୍ରଣୀ" -#: ../gtk/gtkprintjob.c:126 +#: gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "କାର୍ଯ୍ୟକୁ ମୁଦ୍ରଣ କରିବା ପାଇଁ ମୁଦ୍ରଣୀ" -#: ../gtk/gtkprintjob.c:134 +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "ବିନ୍ଯାସ" -#: ../gtk/gtkprintjob.c:135 +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "ମୁଦ୍ରଣୀ ସଂରଚନା" -#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 -#: ../gtk/gtkprintunixdialog.c:258 +#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "ପୃଷ୍ଠା ବ୍ଯବସ୍ଥା" -#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "ମୂଦ୍ରଣ ଅବସ୍ଥିତିକୁ ଅନୁସନ୍ଧାନ କରନ୍ତୁ" -#: ../gtk/gtkprintjob.c:153 +#: gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." msgstr "" -#: ../gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "ପୂର୍ବ ନିର୍ଦ୍ଧାରିତ ପୃଷ୍ଠା ସେଟଅପ" -#: ../gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:900 #, fuzzy msgid "The GtkPageSetup used by default" msgstr "ବ୍ଯବହୃତ ଦ୍ବାରା ପୂର୍ବ ନିର୍ଦ୍ଧାରିତ" -#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "ମୂଦ୍ରଣୀ ସେଟିଙ୍ଗଗୁଡିକ" -#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 #, fuzzy msgid "The GtkPrintSettings used for initializing the dialog" msgstr "ବ୍ଯବହୃତ ପାଇଁ ସଂଳାପ" -#: ../gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "କାର୍ଯ୍ଯ ନାମ" -#: ../gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:938 #, fuzzy msgid "A string used for identifying the print job." msgstr "A ବାକ୍ଯଖଣ୍ଡ ବ୍ଯବହୃତ ପାଇଁ ମୁଦ୍ରଣ." -#: ../gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "ପୃଷ୍ଠାଗୁଡିକ ସଂଖ୍ଯା" -#: ../gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:963 #, fuzzy msgid "The number of pages in the document." msgstr "ସଂଖ୍ଯା ର ଇଞ୍ଚ." -#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "ପ୍ରଚଳିତ ପୃଷ୍ଠା" -#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 #, fuzzy msgid "The current page in the document" msgstr "ପୃଷ୍ଠା ଇଞ୍ଚ" -#: ../gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "ସମ୍ପୂର୍ଣ୍ଣ ପୃଷ୍ଠା ବ୍ଯବହାର କରନ୍ତୁ" -#: ../gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1007 #, fuzzy msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" msgstr "TRUE ର ପ୍ରସଙ୍ଗ ଏଠାରେ ର ପୃଷ୍ଠା ଏବଂ ନୁହେଁ ର" -#: ../gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1028 #, fuzzy msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." msgstr "TRUE ମୁଦ୍ରଣ କୁ ରେ ମୁଦ୍ରଣ ପରେ ମୁଦ୍ରଣ ତଥ୍ଯ କୁ କିମ୍ବା ମୁଦ୍ରଣ ସରବର୍." -#: ../gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "ଏକକ" -#: ../gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1046 #, fuzzy msgid "The unit in which distances can be measured in the context" msgstr "ଇଞ୍ଚ ଇଞ୍ଚ ପ୍ରସଙ୍ଗ" -#: ../gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "ସଂଳାପ ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1064 #, fuzzy msgid "TRUE if a progress dialog is shown while printing." msgstr "TRUE a ସଂଳାପ ଅଟେ." -#: ../gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "Asyncକୁ ଅନୁମତି ଦିଅନ୍ତୁ" -#: ../gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "" -#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "ଫାଇଲନାମ ରପ୍ତାନୀ କରନ୍ତୁ" -#: ../gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "ଅବସ୍ଥିତି" -#: ../gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "ମୁଦ୍ରଣର ସ୍ଥିତି" -#: ../gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "ଅବସ୍ଥିତି ବାକ୍ୟଖଣ୍ଡ" -#: ../gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "ସ୍ଥିତିର ଗୋଟିଏ ପଢ଼ିବାଯୋଗ୍ୟ ବର୍ଣ୍ଣନା" -#: ../gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "ଟ୍ୟାବ ସ୍ତରକୁ ଇଚ୍ଛାମୁତାବକ କରନ୍ତୁ" -#: ../gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "" -#: ../gtk/gtkprintunixdialog.c:259 +#: gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "ବ୍ୟବହାର କରିବାକୁ ଥିବା GtkPageSetup" -#: ../gtk/gtkprintunixdialog.c:284 +#: gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "ବଚ୍ଛିତ ମୁଦ୍ରଣୀ" -#: ../gtk/gtkprintunixdialog.c:285 +#: gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "GtkPrinter ଯାହାକୁ କି ବଛାହୋଇଛି" -#: ../gtk/gtkprogress.c:102 +#: gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "କାର୍ଯ୍ୟକ୍ରମ ଅବସ୍ଥା" -#: ../gtk/gtkprogress.c:103 +#: gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " "is used when you're doing something but don't know how long it will take." msgstr "" -#: ../gtk/gtkprogress.c:111 +#: gtk/gtkprogress.c:111 msgid "Show text" msgstr "ପାଠ୍ୟ ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkprogress.c:112 +#: gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "ପ୍ରଗତିକୁ ପାଠ୍ଯ ଭାବରେ ଦେଖାଯାଇଛି କି ନାହିଁ।" -#: ../gtk/gtkprogressbar.c:119 +#: gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "" -#: ../gtk/gtkprogressbar.c:135 +#: gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "ପଟି ଶୈଳୀ" -#: ../gtk/gtkprogressbar.c:136 +#: gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "" -#: ../gtk/gtkprogressbar.c:144 +#: gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "କାର୍ଯ୍ୟକ୍ରମ ପଦକ୍ଷେପ" -#: ../gtk/gtkprogressbar.c:145 +#: gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "" -#: ../gtk/gtkprogressbar.c:152 +#: gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "ଉଦ୍ଯୋଗ ବ୍ଲକଗୁଡିକ" -#: ../gtk/gtkprogressbar.c:153 +#: gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" msgstr "" -#: ../gtk/gtkprogressbar.c:160 +#: gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "ପୃଥକ ପୃଥକ ବ୍ଲକଗୁଡିକ" -#: ../gtk/gtkprogressbar.c:161 +#: gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" msgstr "" -#: ../gtk/gtkprogressbar.c:168 +#: gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "ଭଗ୍ନାଂଶ" -#: ../gtk/gtkprogressbar.c:169 +#: gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "" -#: ../gtk/gtkprogressbar.c:176 +#: gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "ସ୍ପନ୍ଦନ ପଦକ୍ଷେପ" -#: ../gtk/gtkprogressbar.c:177 +#: gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "ମୋଟ କୁ ଘୁଞ୍ଚାନ୍ତୁ ଆବଦ୍ଧ" -#: ../gtk/gtkprogressbar.c:185 +#: gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "ପ୍ରଗତି ସୂଚକରରେ ଦର୍ଶାଇବାକୁ ଥିବା ପାଠ୍ୟ" -#: ../gtk/gtkprogressbar.c:207 +#: gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." msgstr "ବାକ୍ଯଖଣ୍ଡ ନୁହେଁ କୁ ବାକ୍ଯଖଣ୍ଡ ଏଠାରେ ସମସ୍ତ." -#: ../gtk/gtkprogressbar.c:214 +#: gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "XSpacing" -#: ../gtk/gtkprogressbar.c:215 +#: gtk/gtkprogressbar.c:215 #, fuzzy msgid "Extra spacing applied to the width of a progress bar." msgstr "ଅତିରିକ୍ତ / ଅଧିକ କୁ ଓସାର ର a." -#: ../gtk/gtkprogressbar.c:220 +#: gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "YSpacing" -#: ../gtk/gtkprogressbar.c:221 +#: gtk/gtkprogressbar.c:221 #, fuzzy msgid "Extra spacing applied to the height of a progress bar." msgstr "ଅତିରିକ୍ତ / ଅଧିକ କୁ ଉଚ୍ଚତା ର a." -#: ../gtk/gtkprogressbar.c:234 +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "ସର୍ବନିମ୍ନ ଭୂସମାନ୍ତରାଳ ପଟିର ଓସାର" -#: ../gtk/gtkprogressbar.c:235 +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "ପ୍ରଗତି ସୂଚକର ସର୍ବନିମ୍ନ ଭୂସମାନ୍ତରାଳ ଓସାର" -#: ../gtk/gtkprogressbar.c:247 +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "ସର୍ବନିମ୍ନ ଭୂସମାନ୍ତରାଳ ପଟିର ଉଚ୍ଚତା" -#: ../gtk/gtkprogressbar.c:248 +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "ପ୍ରଗତି ସୂଚକର ସର୍ବନିମ୍ନ ଭୂସମାନ୍ତରାଳ ଉଚ୍ଚତା" -#: ../gtk/gtkprogressbar.c:260 +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "ସର୍ବନିମ୍ନ ଭୂଲମ୍ବ ପଟିର ଓସାର" -#: ../gtk/gtkprogressbar.c:261 +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "ପ୍ରଗତି ସୂଚକର ସର୍ବନିମ୍ନ ଭୂଲମ୍ବ ଓସାର" -#: ../gtk/gtkprogressbar.c:273 +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "ସର୍ବନିମ୍ନ ଭୂଲମ୍ବ ପଟିର ଉଚ୍ଚତା" -#: ../gtk/gtkprogressbar.c:274 +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "ପ୍ରଗତି ସୂଚକର ସର୍ବନିମ୍ନ ଭୂଲମ୍ବ ଉଚ୍ଚତା" -#: ../gtk/gtkradioaction.c:111 +#: gtk/gtkradioaction.c:111 msgid "The value" msgstr "ମୂଲ୍ୟ" -#: ../gtk/gtkradioaction.c:112 +#: gtk/gtkradioaction.c:112 #, fuzzy msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." msgstr "ମୂଲ୍ଯ ଦ୍ବାରା ରେଡିଓ ପାଅ ମୂଲ୍ଯ ଏହା ଅଟେ ର ସମୁହ." -#: ../gtk/gtkradioaction.c:129 +#: gtk/gtkradioaction.c:129 #, fuzzy msgid "The radio action whose group this action belongs to." msgstr "ରେଡିଓ ସମୁହ ଏହା କୁ." -#: ../gtk/gtkradioaction.c:144 +#: gtk/gtkradioaction.c:144 msgid "The current value" msgstr "ପ୍ରଚଳିତ ମୂଲ୍ୟ" -#: ../gtk/gtkradioaction.c:145 +#: gtk/gtkradioaction.c:145 #, fuzzy msgid "" "The value property of the currently active member of the group to which this " "action belongs." msgstr "ମୂଲ୍ଯ ର ସକ୍ରିୟ ର ସମୁହ କୁ ଏହା." -#: ../gtk/gtkradiobutton.c:83 +#: gtk/gtkradiobutton.c:83 #, fuzzy msgid "The radio button whose group this widget belongs to." msgstr "ରେଡିଓ ବଟନ ସମୁହ ଏହା କୁ." -#: ../gtk/gtkradiomenuitem.c:344 +#: gtk/gtkradiomenuitem.c:344 #, fuzzy msgid "The radio menu item whose group this widget belongs to." msgstr "ରେଡିଓ ମେନୁ ବସ୍ତୁ ସମୁହ ଏହା କୁ." -#: ../gtk/gtkradiotoolbutton.c:66 +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "ରେଡିଓ ଉପକରଣ ଚାବି ଯାହା ସମୂହରୁ ଏହି ଚାବିଟି ଆସିଛି." -#: ../gtk/gtkrange.c:358 +#: gtk/gtkrange.c:358 msgid "Update policy" msgstr "ନିତୀ ଅଦ୍ୟତନ କରନ୍ତୁ" -#: ../gtk/gtkrange.c:359 +#: gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "ପରଦା ଉପରେ ସୀମାଟି କିପରି ଅଦ୍ୟତିତ ହୋଇଛି" -#: ../gtk/gtkrange.c:368 +#: gtk/gtkrange.c:368 #, fuzzy msgid "The GtkAdjustment that contains the current value of this range object" msgstr "ଧାରଣ କରିଥାଏ ମୂଲ୍ଯ ର ଏହା ପରିସର" -#: ../gtk/gtkrange.c:375 +#: gtk/gtkrange.c:375 msgid "Inverted" msgstr "ଓଲଟି ଯାଇଛି" -#: ../gtk/gtkrange.c:376 +#: gtk/gtkrange.c:376 #, fuzzy msgid "Invert direction slider moves to increase range value" msgstr "ଓଲଟାଅ ସର୍ପକ କୁ ପରିସର ମୂଲ୍ଯ" -#: ../gtk/gtkrange.c:383 +#: gtk/gtkrange.c:383 #, fuzzy msgid "Lower stepper sensitivity" msgstr "ତଳ" -#: ../gtk/gtkrange.c:384 +#: gtk/gtkrange.c:384 #, fuzzy msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" msgstr "ପାଇଁ ବିନ୍ଦୁ କୁ" -#: ../gtk/gtkrange.c:392 +#: gtk/gtkrange.c:392 #, fuzzy msgid "Upper stepper sensitivity" msgstr "ଉଚ୍ଚତର" -#: ../gtk/gtkrange.c:393 +#: gtk/gtkrange.c:393 #, fuzzy msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" msgstr "ପାଇଁ ବିନ୍ଦୁ କୁ" -#: ../gtk/gtkrange.c:410 +#: gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "ପୁରଣ ସ୍ତର ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkrange.c:411 +#: gtk/gtkrange.c:411 #, fuzzy msgid "Whether to display a fill level indicator graphics on trough." msgstr "କୁ a ସ୍ତର ଲେଖାଚିତ୍ରଗୁଡିକ ରେ." -#: ../gtk/gtkrange.c:427 +#: gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "ପୁରଣ ସ୍ତର ପର୍ଯ୍ୟନ୍ତ ସୀମିତ" -#: ../gtk/gtkrange.c:428 +#: gtk/gtkrange.c:428 #, fuzzy msgid "Whether to restrict the upper boundary to the fill level." msgstr "କୁ କୁ ସ୍ତର." -#: ../gtk/gtkrange.c:443 +#: gtk/gtkrange.c:443 msgid "Fill Level" msgstr "ପୁରଣ ସ୍ତର" -#: ../gtk/gtkrange.c:444 +#: gtk/gtkrange.c:444 msgid "The fill level." msgstr "ପୁରଣ ସ୍ତର।" -#: ../gtk/gtkrange.c:452 +#: gtk/gtkrange.c:452 msgid "Slider Width" msgstr "ସର୍ପକ ଓସାର" -#: ../gtk/gtkrange.c:453 +#: gtk/gtkrange.c:453 #, fuzzy msgid "Width of scrollbar or scale thumb" msgstr "ଓସାର ର କିମ୍ବା" -#: ../gtk/gtkrange.c:460 +#: gtk/gtkrange.c:460 #, fuzzy msgid "Trough Border" msgstr "ସୀମା" -#: ../gtk/gtkrange.c:461 +#: gtk/gtkrange.c:461 #, fuzzy msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "ଅନ୍ତରଦେବା ମଧ୍ଯରେ ଏବଂ" -#: ../gtk/gtkrange.c:468 +#: gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "ଷ୍ଟେପର ଆକାର" -#: ../gtk/gtkrange.c:469 +#: gtk/gtkrange.c:469 #, fuzzy msgid "Length of step buttons at ends" msgstr "ଲମ୍ବ ର ଏଠାରେ" -#: ../gtk/gtkrange.c:484 +#: gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "ଷ୍ଟେପର ମଧ୍ଯରେ ଖାଲିସ୍ଥାନ ଦେବା" -#: ../gtk/gtkrange.c:485 +#: gtk/gtkrange.c:485 #, fuzzy msgid "Spacing between step buttons and thumb" msgstr "ଅନ୍ତରଦେବା ମଧ୍ଯରେ ଏବଂ" -#: ../gtk/gtkrange.c:492 +#: gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "ତୀର X ବିସ୍ଥାପନ" -#: ../gtk/gtkrange.c:493 +#: gtk/gtkrange.c:493 #, fuzzy -msgid "How far in the x direction to move the arrow when the button is depressed" +msgid "" +"How far in the x direction to move the arrow when the button is depressed" msgstr "ଇଞ୍ଚ କୁ ଘୁଞ୍ଚାନ୍ତୁ ତୀର ବଟନ ଅଟେ" -#: ../gtk/gtkrange.c:500 +#: gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "ତୀର Y ବିସ୍ଥାପନ" -#: ../gtk/gtkrange.c:501 +#: gtk/gtkrange.c:501 #, fuzzy -msgid "How far in the y direction to move the arrow when the button is depressed" +msgid "" +"How far in the y direction to move the arrow when the button is depressed" msgstr "ଇଞ୍ଚ ହଁ କୁ ଘୁଞ୍ଚାନ୍ତୁ ତୀର ବଟନ ଅଟେ" -#: ../gtk/gtkrange.c:509 +#: gtk/gtkrange.c:509 #, fuzzy msgid "Draw slider ACTIVE during drag" msgstr "ଆଙ୍କନ୍ତୁ ସର୍ପକ" -#: ../gtk/gtkrange.c:510 +#: gtk/gtkrange.c:510 #, fuzzy msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" msgstr "ଏହା ସେଟ କୁ TRUE ଏବଂ ସହିତ" -#: ../gtk/gtkrange.c:524 +#: gtk/gtkrange.c:524 #, fuzzy msgid "Trough Side Details" msgstr "ବିସ୍ତୃତ ବିବରଣୀ" -#: ../gtk/gtkrange.c:525 +#: gtk/gtkrange.c:525 #, fuzzy msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" msgstr "TRUE ଅଂଶ ର ରେ ଦୁଇ ର ସର୍ପକ ସହିତ" -#: ../gtk/gtkrange.c:541 +#: gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "ପଦକ୍ଷେପ ତଳେ ନ୍ୟୁନତମ" -#: ../gtk/gtkrange.c:542 +#: gtk/gtkrange.c:542 #, fuzzy msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" msgstr "କୁ ଅଂକନ କର ପାଇଁ ଲମ୍ବ ର ପରିସର କିମ୍ବା ଏବଂ" -#: ../gtk/gtkrange.c:555 +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "ତୀର ମାପ" -#: ../gtk/gtkrange.c:556 +#: gtk/gtkrange.c:556 #, fuzzy msgid "Arrow scaling with regard to scroll button size" msgstr "ଶର ସହିତ କୁ ବଟନ ଆକାର" -#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 +#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "ସଂଖ୍ୟାଗୁଡ଼ିକୁ ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 +#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "ବସ୍ତୁଗୁଡ଼ିକ ଗୋଟିଏ ସଂଖ୍ୟା ମାଧ୍ଯମରେ ଦର୍ଶାଯିବା ଉଚିତ କି" -#: ../gtk/gtkrecentchooser.c:132 +#: gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "ନିକଟ ପରିଚାଳକ" -#: ../gtk/gtkrecentchooser.c:133 +#: gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "ବ୍ୟବହାର କରିବା ପାଇଁ RecentManager ବସ୍ତୁ" -#: ../gtk/gtkrecentchooser.c:147 +#: gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "ବ୍ୟକ୍ତିଗତ ବସ୍ତୁକୁ ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkrecentchooser.c:148 +#: gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "ବ୍ୟକ୍ତିଗତ ବସ୍ତୁଗୁଡ଼ିକୁ ଦର୍ଶାଇବା ଉଚିତ କି ନୁହଁ" -#: ../gtk/gtkrecentchooser.c:161 +#: gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "ଉପକରଣ ସୂଚନା ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkrecentchooser.c:162 +#: gtk/gtkrecentchooser.c:162 #, fuzzy msgid "Whether there should be a tooltip on the item" msgstr "a ରେ ବସ୍ତୁ" -#: ../gtk/gtkrecentchooser.c:174 +#: gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "ଚିତ୍ରସଂକେତ ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtkrecentchooser.c:175 +#: gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "ବସ୍ତୁ ନିକଟରେ ଚିତ୍ରସଂକେତ ରହିବା ଉଚିତ କି ନୁହଁ" -#: ../gtk/gtkrecentchooser.c:190 +#: gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "ଦୃଶ୍ୟ ମିଳିଲା ନାହିଁ" -#: ../gtk/gtkrecentchooser.c:191 +#: gtk/gtkrecentchooser.c:191 #, fuzzy msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "ଆଇଟମ୍ଗୁଡିକ କୁ ଅନୁପଲବ୍ଧ" -#: ../gtk/gtkrecentchooser.c:204 +#: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "ଏକାଧିକ ବସ୍ତୁଗୁଡ଼ିକୁ ବାଛିବା ପାଇଁ ଅନୁମତି ଦେବା ଉଚିତ କି" -#: ../gtk/gtkrecentchooser.c:217 +#: gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "କେବଳ ସ୍ଥାନୀୟ" -#: ../gtk/gtkrecentchooser.c:218 +#: gtk/gtkrecentchooser.c:218 #, fuzzy msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "ଚୟିତ କୁ ସ୍ଥାନୀୟ ଫାଇଲ" -#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 +#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "ସୀମା" -#: ../gtk/gtkrecentchooser.c:235 +#: gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "ଦର୍ଶାଇବା ପାଇଁ ସର୍ବାଧିକ ସଂଖ୍ୟକ ବସ୍ତୁ" -#: ../gtk/gtkrecentchooser.c:249 +#: gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "ସଜଡ଼ା ପ୍ରକାର" -#: ../gtk/gtkrecentchooser.c:250 +#: gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "ଦର୍ଶାଯାଇଥିବା ବସ୍ତୁଗୁଡ଼ିକର ସଜାଇବା କ୍ରମ" -#: ../gtk/gtkrecentchooser.c:265 +#: gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "" -#: ../gtk/gtkrecentmanager.c:215 +#: gtk/gtkrecentmanager.c:215 #, fuzzy msgid "The full path to the file to be used to store and read the list" msgstr "ପଥ କୁ ଫାଇଲ କୁ ବ୍ଯବହୃତ କୁ ଏବଂ ପଢନ୍ତୁ ତାଲିକା" -#: ../gtk/gtkrecentmanager.c:230 +#: gtk/gtkrecentmanager.c:230 #, fuzzy -msgid "The maximum number of items to be returned by gtk_recent_manager_get_items()" +msgid "" +"The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "ସଂଖ୍ଯା ର ଆଇଟମ୍ଗୁଡିକ କୁ ଦ୍ବାରା ପାଅ ଆଇଟମ୍ଗୁଡିକ" -#: ../gtk/gtkrecentmanager.c:246 +#: gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "ନିକଟରେ ବ୍ୟବହୃତ ଉତ୍ସ ତାଲିକାର ଆକାର" -#: ../gtk/gtkruler.c:128 +#: gtk/gtkruler.c:128 msgid "Lower" msgstr "ନିମ୍ନଭାଗ" -#: ../gtk/gtkruler.c:129 +#: gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "ରେଖାଟଣା ଦଣ୍ଡର ତଳସୀମା" -#: ../gtk/gtkruler.c:138 +#: gtk/gtkruler.c:138 msgid "Upper" msgstr "ଉପର" -#: ../gtk/gtkruler.c:139 +#: gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "ରେଖାଟଣା ଦଣ୍ଡର ଉପର ସୀମା" -#: ../gtk/gtkruler.c:149 +#: gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "ରେଖାଟଣା ଦଣ୍ଡ ଉପରେ ଚିହ୍ନର ଅବସ୍ଥାନ" -#: ../gtk/gtkruler.c:158 +#: gtk/gtkruler.c:158 msgid "Max Size" msgstr "ସର୍ବାଧିକ ଆକାର" -#: ../gtk/gtkruler.c:159 +#: gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "ରେଖାଟଣା ଦଣ୍ଡର ସର୍ବାଧିକ ଆକାର" -#: ../gtk/gtkruler.c:174 +#: gtk/gtkruler.c:174 msgid "Metric" msgstr "Metric" -#: ../gtk/gtkruler.c:175 +#: gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "ଶାସକ ପାଇଁ ବ୍ଯବହୃତ ମେଟ୍ରିକ" -#: ../gtk/gtkscale.c:201 +#: gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "ମୂଲ୍ୟରେ ଦର୍ଶାଯାଇଥିବା ଦଶମିକ ସ୍ଥାନର ସଂଖ୍ୟା" -#: ../gtk/gtkscale.c:210 +#: gtk/gtkscale.c:210 msgid "Draw Value" msgstr "ମୂଲ୍ୟାଙ୍କନ କରନ୍ତୁ" -#: ../gtk/gtkscale.c:211 +#: gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "" -#: ../gtk/gtkscale.c:218 +#: gtk/gtkscale.c:218 msgid "Value Position" msgstr "ମୂଲ୍ୟ ଅବସ୍ଥାନ" -#: ../gtk/gtkscale.c:219 +#: gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "ପ୍ରଚଳିତ ମୂଲ୍ୟ ଦର୍ଶାଉଥିବା ସ୍ଥାନ" -#: ../gtk/gtkscale.c:226 +#: gtk/gtkscale.c:226 msgid "Slider Length" msgstr "ସର୍ପକ ଲମ୍ବ" -#: ../gtk/gtkscale.c:227 +#: gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "ସର୍ପକର ଲମ୍ବ" -#: ../gtk/gtkscale.c:235 +#: gtk/gtkscale.c:235 msgid "Value spacing" msgstr "ଖାଲିସ୍ଥାନ ମୂଲ୍ଯ" -#: ../gtk/gtkscale.c:236 +#: gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "ମୂଲ୍ଯ ପାଠ୍ଯ ଏବଂ ସର୍ପକ/ନ୍ୟୁନତମ କ୍ଷେତ୍ର ମଧ୍ଯରେ ସ୍ଥାନ" -#: ../gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "ମାପର ମୂଲ୍ୟ" -#: ../gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "ଚିତ୍ରସଙ୍କେତ ଆକାର" -#: ../gtk/gtkscalebutton.c:224 -msgid "The GtkAdjustment that contains the current value of this scale button object" +#: gtk/gtkscalebutton.c:226 +msgid "" +"The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: ../gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "ଚିତ୍ରସଙ୍କେତଗୁଡ଼ିକ" -#: ../gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "ଚିତ୍ରସଙ୍କେତ ନାମର ତାଲିକା" -#: ../gtk/gtkscrollbar.c:51 +#: gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "ସର୍ବନିମ୍ନ ସର୍ପକ ଲମ୍ବ" -#: ../gtk/gtkscrollbar.c:52 +#: gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "ଦୃଶ୍ୟବଦଳା ସର୍ପକର ସର୍ବନିମ୍ନ ଲମ୍ବ" -#: ../gtk/gtkscrollbar.c:60 +#: gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "ସ୍ଥିର ସର୍ପକ ଆକାର" -#: ../gtk/gtkscrollbar.c:61 +#: gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "" -#: ../gtk/gtkscrollbar.c:82 -msgid "Display a second backward arrow button on the opposite end of the scrollbar" +#: gtk/gtkscrollbar.c:82 +msgid "" +"Display a second backward arrow button on the opposite end of the scrollbar" msgstr "" -#: ../gtk/gtkscrollbar.c:89 -msgid "Display a second forward arrow button on the opposite end of the scrollbar" +#: gtk/gtkscrollbar.c:89 +msgid "" +"Display a second forward arrow button on the opposite end of the scrollbar" msgstr "" -#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 -#: ../gtk/gtktreeview.c:578 +#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "ଭୂସମାନ୍ତରାଳ ସଜଡ଼ା" -#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 -#: ../gtk/gtktreeview.c:586 +#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "ଭୂଲମ୍ବ ସଜଡ଼ା" -#: ../gtk/gtkscrolledwindow.c:232 +#: gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "ସମାନ୍ତରାଳ ଟଣାପଟି ନିତୀ" -#: ../gtk/gtkscrolledwindow.c:233 +#: gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "ଯେତେବେଳେ ସମାନ୍ତରାଳ ଦୃଶ୍ୟବଦଳା ପଟିକୁ ଦର୍ଶାଯାଇଥିଲା" -#: ../gtk/gtkscrolledwindow.c:240 +#: gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "ଭୂ-ଲମ୍ବ ଦୃଶ୍ୟବଦଳା ନୀତି" -#: ../gtk/gtkscrolledwindow.c:241 +#: gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "ଯେତେବେଳେ ଭୂ-ଲମ୍ବ ଦୃଶ୍ୟବଦଳା ପଟିକୁ ଦର୍ଶାଯାଇଥିଲା" -#: ../gtk/gtkscrolledwindow.c:249 +#: gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "ୱିଣ୍ଡୋ ସ୍ଥାପନା" -#: ../gtk/gtkscrolledwindow.c:250 +#: gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." msgstr "" -#: ../gtk/gtkscrolledwindow.c:267 +#: gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "ୱିଣ୍ଡୋ ସ୍ଥାପନା ସେଟ" -#: ../gtk/gtkscrolledwindow.c:268 +#: gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." msgstr "" -#: ../gtk/gtkscrolledwindow.c:274 +#: gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "ଛାଇ ପ୍ରକାର" -#: ../gtk/gtkscrolledwindow.c:275 +#: gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "ବିଷୟବସ୍ତୁ ଚାରିପାଖେ bevelର ଶୈଳୀ" -#: ../gtk/gtkscrolledwindow.c:289 +#: gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "bevel ମଧ୍ଯରେ ଦୃଶ୍ୟବଦଳା ପଟି" -#: ../gtk/gtkscrolledwindow.c:290 +#: gtk/gtkscrolledwindow.c:290 #, fuzzy msgid "Place scrollbars within the scrolled window's bevel" msgstr "ସ୍ଥାନ ୱିଣ୍ଡୋ" -#: ../gtk/gtkscrolledwindow.c:296 +#: gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "ଦୃଶ୍ୟବଦଲା ପଟି ମଧ୍ଯରେ ଦୂରତା" -#: ../gtk/gtkscrolledwindow.c:297 +#: gtk/gtkscrolledwindow.c:297 #, fuzzy msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "ସଂଖ୍ଯା ର ପିକ୍ସେଲ ମଧ୍ଯରେ ଏବଂ ୱିଣ୍ଡୋ" -#: ../gtk/gtkscrolledwindow.c:312 +#: gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "ସ୍କ୍ରୋଲ ୱିଣ୍ଡୋ ସ୍ଥାପନା" -#: ../gtk/gtkscrolledwindow.c:313 +#: gtk/gtkscrolledwindow.c:313 #, fuzzy msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." msgstr "ର ସହିତ କୁ ନୁହେଁ ଦ୍ବାରା ୱିଣ୍ଡୋ." -#: ../gtk/gtkseparatortoolitem.c:105 +#: gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "ଆଙ୍କନ୍ତୁ" -#: ../gtk/gtkseparatortoolitem.c:106 +#: gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "ବିଭାଜକଟି ଟଣାହୋଇଛି କି ନାହିଁ, କିମ୍ବା ଖାଲିଅଛି" -#: ../gtk/gtksettings.c:215 +#: gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "ଦୁଇଥର ଦବାଇବାର ସମୟ" -#: ../gtk/gtksettings.c:216 +#: gtk/gtksettings.c:216 #, fuzzy msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" msgstr "ସର୍ବାଧିକ ମଧ୍ଯରେ ଦୁଇ ପାଇଁ କୁ a ଦବାନ୍ତୁ ଇଞ୍ଚ ମିଲିସେକେଣ୍ଡ" -#: ../gtk/gtksettings.c:223 +#: gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "ଦୁଇଥର କ୍ଲିକ ଦୂରତା" -#: ../gtk/gtksettings.c:224 +#: gtk/gtksettings.c:224 #, fuzzy msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" msgstr "ସର୍ବାଧିକ ମଧ୍ଯରେ ଦୁଇ ପାଇଁ କୁ a ଦବାନ୍ତୁ ଇଞ୍ଚ ପିକ୍ସେଲ" -#: ../gtk/gtksettings.c:240 +#: gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "ଦର୍ଶିକା ମିଟିମିଟିକରଣ" -#: ../gtk/gtksettings.c:241 +#: gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "ଦର୍ଶିକା ମିଟିମିଟି କରିବା ଉଚିତ କି" -#: ../gtk/gtksettings.c:248 +#: gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "ଦର୍ଶିକା ମିଟିମିଟିକରଣ ସମୟ" -#: ../gtk/gtksettings.c:249 +#: gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "ଦର୍ଶିକା ମିଟିମିଟିକରଣ ଆବୃତ୍ତି ସମୟ, ମିଲିସେକେଣ୍ଡରେ" -#: ../gtk/gtksettings.c:268 +#: gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "ଦର୍ଶିକା ମିଟିମିଟିକରଣ ସମୟ ସମାପ୍ତି" -#: ../gtk/gtksettings.c:269 +#: gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "ସୂଚକ ଦପଦପ ବନ୍ଦହେବା ପାଇଁ ଲାଗୁଥିବା ସମୟ, ସେକଣ୍ଡରେ" -#: ../gtk/gtksettings.c:276 +#: gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "ସୂଚକକୁ ପୃଥକ କରନ୍ତୁ" -#: ../gtk/gtksettings.c:277 +#: gtk/gtksettings.c:277 #, fuzzy msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" msgstr "ଦୁଇ ପାଇଁ ବାମ କୁ ଡାହାଣ ଏବଂ ଡାହାଣ କୁ ବାମ ପାଠ୍ଯ" -#: ../gtk/gtksettings.c:284 +#: gtk/gtksettings.c:284 msgid "Theme Name" msgstr "ପ୍ରସଙ୍ଗ ନାମ" -#: ../gtk/gtksettings.c:285 +#: gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "ଧାରଣ କରିବାକୁ ଥିବା ପ୍ରସଙ୍ଗ RC ଫାଇଲର ନାମ" -#: ../gtk/gtksettings.c:293 +#: gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "ଚିତ୍ରସଂକେତ ପ୍ରସଙ୍ଗ ନାମ" -#: ../gtk/gtksettings.c:294 +#: gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "ବ୍ୟବହାର କରିବାକୁ ଥିବା ଚିତ୍ରସଂକେତ ପ୍ରସଙ୍ଗର ନାମ" -#: ../gtk/gtksettings.c:302 +#: gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "ଶେଷ ଅବଲମ୍ବନ ଚିତ୍ରସଂକେତ ପ୍ରସଙ୍ଗ ନାମ" -#: ../gtk/gtksettings.c:303 +#: gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "ଚିତ୍ରସଂକେତ ପ୍ରସଙ୍ଗ ନାମ ଶେଷ ଅବଲମ୍ବନ" -#: ../gtk/gtksettings.c:311 +#: gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "କି ପ୍ରସଙ୍ଗ ନାମ" -#: ../gtk/gtksettings.c:312 +#: gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "ଧାରଣ କରିବାକୁ ଥିବା କି ପ୍ରସଙ୍ଗ RC ଫାଇଲର ନାମ" -#: ../gtk/gtksettings.c:320 +#: gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "ମେନୁ ପଟି ତ୍ୱରକ" -#: ../gtk/gtksettings.c:321 +#: gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "ମେନୁ ପଟିକୁ ସକ୍ରିୟ କରିବା ପାଇଁ କି ବନ୍ଧନ" -#: ../gtk/gtksettings.c:329 +#: gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "ପ୍ରଭାବ ସୀମା ଟାଣନ୍ତୁ" -#: ../gtk/gtksettings.c:330 +#: gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "ଟାଣିବା ପୂର୍ବରୁ ସୂଚକ ଗତିକରୁଥିବା ପିକସେଲର ସଂଖ୍ଯା" -#: ../gtk/gtksettings.c:338 +#: gtk/gtksettings.c:338 msgid "Font Name" msgstr "ଅକ୍ଷର ରୂପ ନାମ" -#: ../gtk/gtksettings.c:339 +#: gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "ବ୍ୟବହାର କରିବା ପାଇଁ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଅକ୍ଷରରୂପର ନାମ" -#: ../gtk/gtksettings.c:361 +#: gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "ଚିତ୍ରସଂକେତ ଆକାରଗୁଡ଼ିକ" -#: ../gtk/gtksettings.c:362 +#: gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "ଚିତ୍ରସଂକେତ ଆକାରଗୁଡ଼ିକର ତାଲିକା (gtk-menu=16,16:gtk-button=20,20..." -#: ../gtk/gtksettings.c:370 +#: gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "GTK ଏକକାଂଶଗୁଡ଼ିକ" -#: ../gtk/gtksettings.c:371 +#: gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "ସାମ୍ପ୍ରତିକ ସକ୍ରିୟ GTK ଏକକାଂଶଗୁଡ଼ିକର ତାଲିକା" -#: ../gtk/gtksettings.c:380 +#: gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Xft Antialias" -#: ../gtk/gtksettings.c:381 +#: gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "କାଳେ antialias Xft ଅକ୍ଷରରୂପ; 0=no, 1=yes, -1=default" -#: ../gtk/gtksettings.c:390 +#: gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Xft ଇଙ୍ଗିତ" -#: ../gtk/gtksettings.c:391 +#: gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "Xft ଅକ୍ଷରରୂପ ପାଇଁ ସୂଚନା ଦେବା; 0=no, 1=yes, -1=default" -#: ../gtk/gtksettings.c:400 +#: gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Xft ଇଙ୍ଗିତ ଶୈଳୀ" -#: ../gtk/gtksettings.c:401 +#: gtk/gtksettings.c:401 #, fuzzy -msgid "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" +msgid "" +"What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "ର କୁ କିମ୍ବା" -#: ../gtk/gtksettings.c:410 +#: gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft RGBA" -#: ../gtk/gtksettings.c:411 +#: gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "subpixel antialiasingର ପ୍ରକାର; none, rgb, bgr, vrgb, vbgr" -#: ../gtk/gtksettings.c:420 +#: gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Xft DPI" -#: ../gtk/gtksettings.c:421 +#: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" msgstr "Xft ପାଇଁ ବିଭେଦନ, 1024 * dots/inch. ପୂର୍ବନିର୍ଦ୍ଧାରିତ ମୂଲ୍ୟକୁ ବ୍ୟବହାର କରିବା ପାଇଁ -1" -#: ../gtk/gtksettings.c:430 +#: gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "ସୂଚକ ପ୍ରସଙ୍ଗ ନାମ" -#: ../gtk/gtksettings.c:431 +#: gtk/gtksettings.c:431 #, fuzzy msgid "Name of the cursor theme to use, or NULL to use the default theme" msgstr "ନାମ ର କୁ କିମ୍ବା କୁ ପୂର୍ବ ନିର୍ଦ୍ଧାରିତ" -#: ../gtk/gtksettings.c:439 +#: gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "ପ୍ରସଙ୍ଗ ଆକରକୁ ଇଚ୍ଛାରୂପଣ କରନ୍ତୁ" -#: ../gtk/gtksettings.c:440 +#: gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "ସୂଚକ ପାଇଁ ବ୍ୟବହାର ହେବାକୁ ଥିବା ଆକାର, କିମ୍ବା ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଆକାରକୁ ବ୍ୟବହାର କରିବା ପାଇଁ 0" -#: ../gtk/gtksettings.c:450 +#: gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "ବୈକଳ୍ପିକ ବଟନ କ୍ରମ" -#: ../gtk/gtksettings.c:451 +#: gtk/gtksettings.c:451 #, fuzzy msgid "Whether buttons in dialogs should use the alternative button order" msgstr "ଇଞ୍ଚ ବଟନ" -#: ../gtk/gtksettings.c:468 +#: gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "ବୈକଳ୍ପିକ କ୍ରମ ନିର୍ଦ୍ଦିଷ୍ଟକ ନିର୍ଦ୍ଦେଶ" -#: ../gtk/gtksettings.c:469 +#: gtk/gtksettings.c:469 #, fuzzy msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" msgstr "ର ସଜାଡନ୍ତୁ ଇଞ୍ଚ ତାଲିକା ଏବଂ ବୃକ୍ଷ ଅଟେ ବିପରୀତ ହେଲା କୁ ପୂର୍ବ ନିର୍ଦ୍ଧାରିତ ତଳ ଆରୋହଣ" -#: ../gtk/gtksettings.c:477 +#: gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "'ନିବେଶ ପ୍ରକ୍ରିୟା' ମେନୁ ପ୍ରଦର୍ଶିତ କରନ୍ତୁ" -#: ../gtk/gtksettings.c:478 +#: gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" msgstr "ଭରଣ ଓ ପାଠ୍ଯ ଦୃଶ୍ଯର ପ୍ରସଙ୍ଗ ମେନୁଗୁଡ଼ିକ ନିବେଶ ଧାରା ବଦଳାଇବାର ସମ୍ଭାବନା ଦେବା ଉଚିତ କି" -#: ../gtk/gtksettings.c:486 +#: gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "'Insert Unicode Control Character' ତାଲିକାକୁ ଦର୍ଶାନ୍ତୁ" -#: ../gtk/gtksettings.c:487 +#: gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" msgstr "ଭରଣ ଓ ପାଠ୍ଯ ଦୃଶ୍ଯର ପ୍ରସଙ୍ଗ ମେନୁଗୁଡ଼ିକ ନିୟନ୍ତ୍ରଣ ଅକ୍ଷର ଯୋଡ଼ିବାର ସମ୍ଭାବନା ଦେବା ଉଚିତ କି" -#: ../gtk/gtksettings.c:495 +#: gtk/gtksettings.c:495 msgid "Start timeout" msgstr "ଆରମ୍ଭ ସମୟ ସମାପ୍ତ" -#: ../gtk/gtksettings.c:496 +#: gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "ବଟନ ଦବାଇବା ସମୟରେ , ସମୟ ସମାପ୍ତର ପ୍ରାରମ୍ଭିକ ମୂଲ୍ୟ" -#: ../gtk/gtksettings.c:505 +#: gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "ପୁନରାବୃତ୍ତି ସମୟ ସମାପ୍ତ" -#: ../gtk/gtksettings.c:506 +#: gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "ବଟନ ଦବାଇଲା ସମୟରେ, ସମୟ ସମାପ୍ତ ପାଇଁ ମୂଲ୍ୟର ପୁନର୍ବୃତ୍ତି କରନ୍ତୁ" -#: ../gtk/gtksettings.c:515 +#: gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "ପ୍ରସାରଣ ସମୟ ସମାପ୍ତ" -#: ../gtk/gtksettings.c:516 +#: gtk/gtksettings.c:516 #, fuzzy msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "ବିସ୍ତାରକର ମୂଲ୍ଯ ପାଇଁ a ଅଟେ a ନୂତନ" -#: ../gtk/gtksettings.c:551 +#: gtk/gtksettings.c:551 msgid "Color scheme" msgstr "ରଙ୍ଗ ଯୋଜନା" -#: ../gtk/gtksettings.c:552 +#: gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "ପ୍ରସଙ୍ଗରେ ବ୍ୟବହାର ପାଇଁ ନାମିତ ରଙ୍ଗଥାଳି" -#: ../gtk/gtksettings.c:561 +#: gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "ଜୀବନାୟନ ସକ୍ରିୟ କରନ୍ତୁ" -#: ../gtk/gtksettings.c:562 +#: gtk/gtksettings.c:562 #, fuzzy msgid "Whether to enable toolkit-wide animations." msgstr "କୁ ସକ୍ରିୟ." -#: ../gtk/gtksettings.c:580 +#: gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "ଟଚସ୍କ୍ରିନ ପଦ୍ଧତିକୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: ../gtk/gtksettings.c:581 +#: gtk/gtksettings.c:581 #, fuzzy msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "TRUE ନାଁ ରେ ଏହା" -#: ../gtk/gtksettings.c:598 +#: gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "ଉପକରଣ ସୂଚନା ସମୟ ସମାପ୍ତି" -#: ../gtk/gtksettings.c:599 +#: gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "ଉପକରଣ ସୂଚନା ଦର୍ଶାଇବା ପୂର୍ବରୁ ସମୟ ସମାପ୍ତ ହୋଇଥିଲା" -#: ../gtk/gtksettings.c:624 +#: gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "ଉପକରଣ ସୂଚନା ବ୍ରାଉଜର ସମୟ ସମାପ୍ତ" -#: ../gtk/gtksettings.c:625 +#: gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "ବ୍ରାଉଜର ଧାରା ଆରମ୍ଭ କରିବା ସମୟରେ ଉପକରଣ ସୂଚନା ଦର୍ଶାଇବା ପୂର୍ବରୁ ସମୟ ସମାପ୍ତ ହୋଇଗଲା" -#: ../gtk/gtksettings.c:646 +#: gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "ଉପକରଣ ସୂଚନା ବ୍ରାଉଜର ଧାରାର ସମୟ ସମାପ୍ତ" -#: ../gtk/gtksettings.c:647 +#: gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "ସମୟ ସମାପ୍ତି ଯାହାପରେ ବ୍ରାଉଜ ଧାରାକୁ ନିଷ୍କ୍ରିୟ କରାଯାଇଛି" -#: ../gtk/gtksettings.c:666 +#: gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "କେବଳ Keynav ସୂଚକ" -#: ../gtk/gtksettings.c:667 +#: gtk/gtksettings.c:667 #, fuzzy msgid "When TRUE, there are only cursor keys available to navigate widgets" msgstr "TRUE ଉପଲବ୍ଧ କୁ" -#: ../gtk/gtksettings.c:684 +#: gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "Keynav ଚାରିପଟେ ବୁଲାଇବା" -#: ../gtk/gtksettings.c:685 +#: gtk/gtksettings.c:685 #, fuzzy msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "କୁ କିବୋର୍ଡ" -#: ../gtk/gtksettings.c:705 +#: gtk/gtksettings.c:705 msgid "Error Bell" msgstr "ତ୍ରୁଟି ସତର୍କ ଘଣ୍ଟି" -#: ../gtk/gtksettings.c:706 +#: gtk/gtksettings.c:706 #, fuzzy msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "TRUE କିବୋର୍ଡ ଏବଂ ଅନ୍ଯ a" -#: ../gtk/gtksettings.c:723 +#: gtk/gtksettings.c:723 msgid "Color Hash" msgstr "ଗଙ୍ଗ ହ୍ୟାସ" -#: ../gtk/gtksettings.c:724 +#: gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "ରଙ୍ଗ ଯୋଜନାର ହ୍ୟାସ ସାରଣୀ ଉପସ୍ଥାପନା।" -#: ../gtk/gtksettings.c:732 +#: gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଫାଇଲ ଚୟନକର୍ତ୍ତା ପୃଷ୍ଠଭୂମୀ" -#: ../gtk/gtksettings.c:733 +#: gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଭାବରେ ବ୍ୟବହୃତ GtkFileChooser ପୃଷ୍ଠଭୂମିର ନାମ" -#: ../gtk/gtksettings.c:750 +#: gtk/gtksettings.c:750 msgid "Default print backend" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ମୁଦ୍ରଣ ପୃଷ୍ଠଭୂମୀ" -#: ../gtk/gtksettings.c:751 +#: gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଭାବରେ ବ୍ୟବହୃତ GtkPrintBackend ପୃଷ୍ଠଭୂମିର ତାଲିକା" -#: ../gtk/gtksettings.c:774 +#: gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "ମୁଦ୍ରଣ ପ୍ରାକଦର୍ଶନକୁ ଦର୍ଶାଇବା ପାଇଁ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ନିର୍ଦ୍ଦେଶ" -#: ../gtk/gtksettings.c:775 +#: gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "ମୁଦ୍ରଣ ପ୍ରାକଦର୍ଶନକୁ ଦର୍ଶାଇବା ପାଇଁ ନିର୍ଦ୍ଦେଶ" -#: ../gtk/gtksettings.c:791 +#: gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "ସ୍ମରକକୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: ../gtk/gtksettings.c:792 +#: gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "ନାମପଟିଗୁଡ଼ିକରେ mnemonics ରହିବା ଉଚିତ କି ନୁହଁ" -#: ../gtk/gtksettings.c:808 +#: gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "ତ୍ବରକକୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: ../gtk/gtksettings.c:809 +#: gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "ତାଲିକା ବସ୍ତୁ ମାନଙ୍କ ନିକଟରେ ତ୍ବରକ ରହିବା ଉଚିତ କି ନୁହେଁ" -#: ../gtk/gtksettings.c:826 +#: gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "ସାମ୍ପ୍ରତିକ ଫାଇଲଗୁଡ଼ିକର ସୀମା" -#: ../gtk/gtksettings.c:827 +#: gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "ସାମ୍ପ୍ରତିକ ବ୍ୟବହୃତ ଫାଇଲ ସଂଖ୍ଯା" -#: ../gtk/gtksettings.c:845 +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ IM ଏକକାଂଶ" -#: ../gtk/gtksettings.c:846 +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଭାବରେ କେଉଁ IM ଏକକାଂଶକୁ ବ୍ୟବହାର କରାଯାଇଥାଏ" -#: ../gtk/gtksettings.c:864 +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "ସାମ୍ପ୍ରତିକ ଫାଇଲଗୁଡ଼ିକର ସର୍ବାଧିକ ବୟସ" -#: ../gtk/gtksettings.c:865 +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "ସାମ୍ପ୍ରତିକ ବ୍ୟବହୃତ ଫାଇଲଗୁଡ଼ିକର ସର୍ବଧିକ ବୟସ, ଦିନ ଆକାରରେ" -#: ../gtk/gtksettings.c:874 +#: gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Fontconfig ସଂରଚନା ସମୟସୂଚକ" -#: ../gtk/gtksettings.c:875 +#: gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "ପ୍ରଚଳିତ fontconfig ସଂରଚନାର ସମୟ ସୂଚକ" -#: ../gtk/gtksettings.c:897 +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "ଧ୍ୱନୀ ପ୍ରସଙ୍ଗ ନାମ" -#: ../gtk/gtksettings.c:898 +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "XDG ଧ୍ୱନୀ ପ୍ରସଂଗ ନାମ" #. Translators: this means sounds that are played as feedback to user input -#: ../gtk/gtksettings.c:920 +#: gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "ଶ୍ରବଣଯୋଗ୍ୟ ନିବେଶ ପ୍ରତିକ୍ରିୟା" -#: ../gtk/gtksettings.c:921 +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "ଚାଳକ ନିବେଶକୁ ପ୍ରତିକ୍ରିୟା ଦେଖାଇବା ପାଇଁ ଘଟଣା ଧ୍ୱନୀକୁ ଚଲାଇବା ଉଚିତ କି ନୁହଁ" -#: ../gtk/gtksettings.c:942 +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "ଘଟଣା ଧ୍ୱନୀକୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: ../gtk/gtksettings.c:943 +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "ସ୍ତମ୍ଭକୁ ପ୍ରଦର୍ଶିତ କରାଯିବା ଉଚିତ କି ନୁହେଁ" -#: ../gtk/gtksettings.c:958 +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "ଉପକରଣ ସୂଚନାକୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: ../gtk/gtksettings.c:959 +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "ୱିଜେଟରେ ଉପକରଣ ସୂଚନାଗୁଡ଼ିକୁ ଦର୍ଶାଯିବା ଉଚିତ କି ନୁହେଁ" -#: ../gtk/gtksizegroup.c:293 +#: gtk/gtksizegroup.c:293 msgid "Mode" msgstr "ଧାରା" -#: ../gtk/gtksizegroup.c:294 +#: gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" @@ -5251,1404 +5260,1420 @@ msgstr "" "ଅନୁରୋଧକରାଯାଇଥିବା ଆକାରଗୁଡ଼ିକ ଉପରେ ପ୍ରଭାବ ପକାଉଥିବା ଶ୍ରେଣୀର ଆକାରେ ନିର୍ଦ୍ଦେଶଗୁଡ଼ିକ ଏହାର ଉପାଦାନ " "ୱିଜେଟ ଅଟେ" -#: ../gtk/gtksizegroup.c:310 +#: gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "ଲୁକ୍କାଇତମାନଙ୍କୁ ଏଡ଼ାଇଯାଆନ୍ତୁ" -#: ../gtk/gtksizegroup.c:311 +#: gtk/gtksizegroup.c:311 #, fuzzy -msgid "If TRUE, unmapped widgets are ignored when determining the size of the group" +msgid "" +"If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "TRUE ଆକାର ର ସମୁହ" -#: ../gtk/gtkspinbutton.c:209 +#: gtk/gtkspinbutton.c:209 #, fuzzy msgid "The adjustment that holds the value of the spinbutton" msgstr "ମୂଲ୍ଯ ର" -#: ../gtk/gtkspinbutton.c:216 +#: gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "ଚଢ଼ିବା ଅନୁପାତ" -#: ../gtk/gtkspinbutton.c:236 +#: gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "ଚିହ୍ନଟ କରିବା ପାଇଁ ସ୍ନାପ" -#: ../gtk/gtkspinbutton.c:237 +#: gtk/gtkspinbutton.c:237 #, fuzzy msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" msgstr "କୁ a ସ୍ପିନ ବଟନ" -#: ../gtk/gtkspinbutton.c:244 +#: gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "ଗଣନ ସଂଖ୍ୟା" -#: ../gtk/gtkspinbutton.c:245 +#: gtk/gtkspinbutton.c:245 #, fuzzy msgid "Whether non-numeric characters should be ignored" msgstr "ଅକ୍ଷର" -#: ../gtk/gtkspinbutton.c:252 +#: gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "ଆବ୍ରୁତ କରନ୍ତୁ" -#: ../gtk/gtkspinbutton.c:253 +#: gtk/gtkspinbutton.c:253 #, fuzzy msgid "Whether a spin button should wrap upon reaching its limits" msgstr "a ସ୍ପିନ ବଟନ" -#: ../gtk/gtkspinbutton.c:260 +#: gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "ଅଦ୍ଯତନ ନୀତି" -#: ../gtk/gtkspinbutton.c:261 +#: gtk/gtkspinbutton.c:261 #, fuzzy -msgid "Whether the spin button should update always, or only when the value is legal" +msgid "" +"Whether the spin button should update always, or only when the value is legal" msgstr "ସ୍ପିନ ବଟନ କିମ୍ବା ମୂଲ୍ଯ ଅଟେ" -#: ../gtk/gtkspinbutton.c:270 +#: gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "ପ୍ରଚଳିତ ମୂଲ୍ୟକୁ ପଢ଼ନ୍ତୁ, କିମ୍ବା ଗୋଟିଏ ନୂତନ ମୂଲ୍ୟ ସେଟକରନ୍ତୁ" -#: ../gtk/gtkspinbutton.c:279 +#: gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "ସ୍ପିନ ବଟନ ଚାରିପାଖେ bevelର ଶୈଳୀ" -#: ../gtk/gtkstatusbar.c:141 +#: gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "Gripର ଆକାରବଦଳାଇଛି" -#: ../gtk/gtkstatusbar.c:142 +#: gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "" -#: ../gtk/gtkstatusbar.c:187 +#: gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "ସାଧନ ପଟି ପାଠ୍ଯ ଚାରିପାଖେ ଗଡାଣିଆ ଧାର ଶୈଳୀ" -#: ../gtk/gtkstatusicon.c:268 +#: gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "ଚିତ୍ରସଂକେତର ଆକାର" -#: ../gtk/gtkstatusicon.c:278 +#: gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "ସ୍ଥିତି ଚିତ୍ରସଂକେତ ଦର୍ଶାଉଥିବା ପରଦା" -#: ../gtk/gtkstatusicon.c:285 +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "ଦପଦପ ହେଉଛି" -#: ../gtk/gtkstatusicon.c:286 +#: gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "ସ୍ଥିତି ଚିତ୍ରସଂକେତଟି ଦପଦପ ହେଉଛି କି ନାହିଁ" -#: ../gtk/gtkstatusicon.c:294 +#: gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "ସ୍ଥିତି ଚିତ୍ରସଂକେତଟି ଦୃଶ୍ୟମାନ ହୋଇଛି କି ନାହିଁ" -#: ../gtk/gtkstatusicon.c:310 +#: gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "ସ୍ଥିତି ଚିତ୍ରସଂକେତଟି ସଂଯୁକ୍ତ ହୋଇଛି କି ନାହିଁ" -#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 +#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "ଟ୍ରେ ର ଅନୁସ୍ଥାପନ" -#: ../gtk/gtkstatusicon.c:353 ../gtk/gtkwidget.c:632 +#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "ଏହାର ଉପକରଣ ସୂଚନା ଅଛି" -#: ../gtk/gtkstatusicon.c:354 +#: gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" msgstr "ଏହି ଟ୍ରେ ଚିତ୍ରସଂକେତର ଗୋଟିଏ ଉପକରଣ ସୂଚନା ଅଛି କି ନାହିଁ" -#: ../gtk/gtkstatusicon.c:375 ../gtk/gtkwidget.c:653 +#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 msgid "Tooltip Text" msgstr "ଉପକରଣ ସୂଚନା ପାଠ୍ୟ" -#: ../gtk/gtkstatusicon.c:376 ../gtk/gtkwidget.c:654 ../gtk/gtkwidget.c:675 +#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 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:674 msgid "Tooltip markup" msgstr "ଉପକରଣ ସୂଚନା ମାର୍କ-ଅପ" -#: ../gtk/gtkstatusicon.c:400 +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "ଏହି ୱିଜେଟ ପାଇଁ ଉପକରଣ ସୂଚନାର ବିଷୟବସ୍ତୁ" -#: ../gtk/gtktable.c:129 +#: gtk/gtktable.c:129 msgid "Rows" msgstr "ଧାଡି" -#: ../gtk/gtktable.c:130 +#: gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "ସାରଣୀରେ ଥିବା ଧାଡ଼ିଗୁଡ଼ିକର ସଂଖ୍ୟା" -#: ../gtk/gtktable.c:138 +#: gtk/gtktable.c:138 msgid "Columns" msgstr "ସ୍ତମ୍ଭ" -#: ../gtk/gtktable.c:139 +#: gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "ସାରଣୀରେ ଥିବା ସ୍ତମ୍ଭଗୁଡ଼ିକର ସଂଖ୍ୟା" -#: ../gtk/gtktable.c:147 +#: gtk/gtktable.c:147 msgid "Row spacing" msgstr "ଧାଡ଼ି ମଧ୍ଯରେ ଖାଲିସ୍ଥାନ ରଖିବା" -#: ../gtk/gtktable.c:148 +#: gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "ଦୁଇଟି ପାଖାପାଖି ଧାଡ଼ି ମଧ୍ଯରେ ଥିବା ଖାଲିସ୍ଥାନ" -#: ../gtk/gtktable.c:156 +#: gtk/gtktable.c:156 msgid "Column spacing" msgstr "ସ୍ତମ୍ଭ ମଧ୍ଯରେ ଖାଲିସ୍ଥାନ ରଖିବା" -#: ../gtk/gtktable.c:157 +#: gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "ଦୁଇଟି ପାଖାପାଖି ସ୍ତମ୍ଭ ମଧ୍ଯରେ ଥିବା ଖାଲିସ୍ଥାନ" -#: ../gtk/gtktable.c:166 +#: gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "ଯଦି TRUE, ତେବେ ସାରଣୀ କୋଷଗୁଡ଼ିକରେ ସମାନ ଓସାର/ଉଚ୍ଚତା ଅଛି" -#: ../gtk/gtktable.c:173 +#: gtk/gtktable.c:173 msgid "Left attachment" msgstr "ବାମ ସଂଲଗ୍ନ" -#: ../gtk/gtktable.c:180 +#: gtk/gtktable.c:180 msgid "Right attachment" msgstr "ଡାହାଣ ସଂଲଗ୍ନ" -#: ../gtk/gtktable.c:181 +#: gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "ତଳ ସ୍ତର ୱିଜେଟର ଡ଼ାହାଣ ପାଖରେ ସଲଂଗ୍ନ ହୋଇଥିବା ସ୍ତମ୍ଭ ସଂଖ୍ଯା" -#: ../gtk/gtktable.c:187 +#: gtk/gtktable.c:187 msgid "Top attachment" msgstr "ଉପର ସଂଲଗ୍ନ" -#: ../gtk/gtktable.c:188 +#: gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "ତଳ ସ୍ତର ୱିଜେଟର ଉପରେ ସଲଂଗ୍ନ ହୋଇଥିବା ପଂକ୍ତି ସଂଖ୍ଯା" -#: ../gtk/gtktable.c:194 +#: gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "ନିମ୍ନ ସଂଲଗ୍ନ" -#: ../gtk/gtktable.c:201 +#: gtk/gtktable.c:201 msgid "Horizontal options" msgstr "ସମାନ୍ତରାଳ ବିକଳ୍ପଗୁଡ଼ିକ" -#: ../gtk/gtktable.c:202 +#: gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "ନିମ୍ନ ସ୍ତରର ସମାନ୍ତରାଳ ଆଚରଣକୁ ନିର୍ଦ୍ଦିଷ୍ଟ କରୁଥିବା ବିକଳ୍ପଗୁଡିକ" -#: ../gtk/gtktable.c:208 +#: gtk/gtktable.c:208 msgid "Vertical options" msgstr "ଭୂଲମ୍ବ ବିକଳ୍ପଗୁଡ଼ିକ" -#: ../gtk/gtktable.c:209 +#: gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "ନିମ୍ନ ସ୍ତରର ଆଚରଣକୁ ନିର୍ଦ୍ଦିଷ୍ଟ କରୁଥିବା ବିକଳ୍ପଗୁଡିକ" -#: ../gtk/gtktable.c:215 +#: gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "ସମାନ୍ତରାଳ ପ୍ୟାଡ଼ିଙ୍ଗ" -#: ../gtk/gtktable.c:216 +#: gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" -msgstr "ତଳ ସ୍ତର ଏବଂ ତାହାର ବାମ ଏବଂ ଡ଼ାହାଣ ପାଖ ସ୍ତର ମଧ୍ଯରେ ଥିବା ଅତିରିକ୍ତ ଖାଲି ସ୍ଥାନ, ପିକ୍ସେଲରେ" +msgstr "" +"ତଳ ସ୍ତର ଏବଂ ତାହାର ବାମ ଏବଂ ଡ଼ାହାଣ ପାଖ ସ୍ତର ମଧ୍ଯରେ ଥିବା ଅତିରିକ୍ତ ଖାଲି ସ୍ଥାନ, ପିକ୍ସେଲରେ" -#: ../gtk/gtktable.c:222 +#: gtk/gtktable.c:222 msgid "Vertical padding" msgstr "ଭୂଲମ୍ବ ପ୍ୟାଡିଙ୍ଗ" -#: ../gtk/gtktable.c:223 +#: gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" msgstr "ତଳ ସ୍ତର ଏବଂ ତାହାର ଉପର ଏବଂ ତଳ ପାଖ ସ୍ତର ମଧ୍ଯରେ ଥିବା ଅତିରିକ୍ତ ଖାଲି ସ୍ଥାନ, ପିକ୍ସେଲରେ" -#: ../gtk/gtktext.c:546 +#: gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "ପାଠ୍ୟ ୱିଜେଟ ପାଇଁ ସମାନ୍ତରାଳ ସଜଡ଼ା" -#: ../gtk/gtktext.c:554 +#: gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "ପାଠ୍ୟ ୱିଜେଟ ପାଇଁ ଭୂଲମ୍ବ ସଜଡ଼ା" -#: ../gtk/gtktext.c:561 +#: gtk/gtktext.c:561 msgid "Line Wrap" msgstr "ଧାଡ଼ି ଆବରଣ" -#: ../gtk/gtktext.c:562 +#: gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "ୱିଜେଟ ଧାରରେ ଧାଡ଼ିଗୁଡ଼ିକ ଆବୃତ ହୋଇଛି କି ନାହିଁ" -#: ../gtk/gtktext.c:569 +#: gtk/gtktext.c:569 msgid "Word Wrap" msgstr "ଶବ୍ଦ ଆବରଣ" -#: ../gtk/gtktext.c:570 +#: gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "" -#: ../gtk/gtktextbuffer.c:180 +#: gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "ଟ୍ୟାଗ ସାରଣୀ" -#: ../gtk/gtktextbuffer.c:181 +#: gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "ପାଠ୍ୟ ଟ୍ୟାଗ ସାରଣୀ" -#: ../gtk/gtktextbuffer.c:199 +#: gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "ବଫରର ପ୍ରଚଳିତ ପ୍ରସଙ୍ଗ" -#: ../gtk/gtktextbuffer.c:213 +#: gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "ଚୟନ ଅଛି" -#: ../gtk/gtktextbuffer.c:214 +#: gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "" -#: ../gtk/gtktextbuffer.c:230 +#: gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "ଦର୍ଶିକା ଅବସ୍ଥିତି" -#: ../gtk/gtktextbuffer.c:231 -msgid "The position of the insert mark (as offset from the beginning of the buffer)" +#: gtk/gtktextbuffer.c:231 +msgid "" +"The position of the insert mark (as offset from the beginning of the buffer)" msgstr "" -#: ../gtk/gtktextbuffer.c:246 +#: gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "ଲକ୍ଷ୍ୟ ତାଲିକା ନକଲ କରନ୍ତୁ" -#: ../gtk/gtktextbuffer.c:247 -msgid "The list of targets this buffer supports for clipboard copying and DND source" +#: gtk/gtktextbuffer.c:247 +msgid "" +"The list of targets this buffer supports for clipboard copying and DND source" msgstr "" -#: ../gtk/gtktextbuffer.c:262 +#: gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "ଲକ୍ଷ୍ୟ ତାଲିକା ଲଗାନ୍ତୁ" -#: ../gtk/gtktextbuffer.c:263 +#: gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" msgstr "" -#: ../gtk/gtktextmark.c:90 +#: gtk/gtktextmark.c:90 msgid "Mark name" msgstr "ଚିହ୍ନ ନାମ" -#: ../gtk/gtktextmark.c:97 +#: gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "ବାମ ଆକର୍ଷଣ" -#: ../gtk/gtktextmark.c:98 +#: gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "" -#: ../gtk/gtktexttag.c:173 +#: gtk/gtktexttag.c:173 msgid "Tag name" msgstr "ଟ୍ୟାଗ ନାମ" -#: ../gtk/gtktexttag.c:174 +#: gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "" -#: ../gtk/gtktexttag.c:192 +#: gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "ପୃଷ୍ଠଭୂମି ରଙ୍ଗ (ସମ୍ଭବତଃ ଅବଣ୍ଟିତ) GdkColor" -#: ../gtk/gtktexttag.c:199 +#: gtk/gtktexttag.c:199 msgid "Background full height" msgstr "ପୃଷ୍ଠଭୂମି ସମ୍ପୂର୍ଣ୍ଣ ଉଚ୍ଚତା" -#: ../gtk/gtktexttag.c:200 +#: gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" msgstr "" -#: ../gtk/gtktexttag.c:208 +#: gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "ପୃଷ୍ଠଭୂମି ସ୍ଟିପଲ ମୁଖା" -#: ../gtk/gtktexttag.c:209 +#: gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "" -#: ../gtk/gtktexttag.c:226 +#: gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "GdkColor ପରି ପୃଷ୍ଠଭୂମି ରଙ୍ଗ (ସମ୍ଭବତଃ ବଣ୍ଟାହୋଇନଥିବା)" -#: ../gtk/gtktexttag.c:234 +#: gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "ପୃଷ୍ଠଭୂମି ସ୍ଟିପଲ ମୁଖା" -#: ../gtk/gtktexttag.c:235 +#: gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "" -#: ../gtk/gtktexttag.c:242 +#: gtk/gtktexttag.c:242 msgid "Text direction" msgstr "ପାଠ୍ଯକ୍ରମ" -#: ../gtk/gtktexttag.c:243 +#: gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "ପାଠ୍ଯକ୍ରମ, ଉଦାହରଣ ସ୍ବରୂପ ଡାହାଣରୁ-ବାମକୁ କିମ୍ବା ବାମରୁ-ଡାହାଣକୁ" -#: ../gtk/gtktexttag.c:292 +#: gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "ଗୋଟିଏ PangoStyle ଭାବରେ ଅକ୍ଷରୂପର ଶୈଳୀ, ଉଦାହରଣ ସ୍ବରୂପ PANGO_STYLE_ITALIC" -#: ../gtk/gtktexttag.c:301 +#: gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" -msgstr "ଗୋଟିଏ PangoVariant ଭଳି ଅକ୍ଷରରୂପର ବ୍ଯତିକ୍ରମ, ଉଦାହରଣ ସ୍ବରୂପ PANGO_VARIANT_SMALL_CAPS" +msgstr "" +"ଗୋଟିଏ PangoVariant ଭଳି ଅକ୍ଷରରୂପର ବ୍ଯତିକ୍ରମ, ଉଦାହରଣ ସ୍ବରୂପ PANGO_VARIANT_SMALL_CAPS" -#: ../gtk/gtktexttag.c:310 +#: gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" msgstr "" -#: ../gtk/gtktexttag.c:321 +#: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "" -#: ../gtk/gtktexttag.c:330 +#: gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "ଫେଙ୍ଗୋ ଏକକରେ ଅକ୍ଷରରୂପର ଆକାର" -#: ../gtk/gtktexttag.c:340 +#: gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " "such as PANGO_SCALE_X_LARGE" msgstr "" -#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 +#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "ବାମ, ଡାହାଣ, କିମ୍ବା କେନ୍ଦ୍ର ଯଥାର୍ଥତା" -#: ../gtk/gtktexttag.c:379 +#: gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." msgstr "" -#: ../gtk/gtktexttag.c:386 +#: gtk/gtktexttag.c:386 msgid "Left margin" msgstr "ବାମ ମାର୍ଜିନ" -#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 +#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "ପିକ୍ସେଲରେ ବାମ ମାର୍ଜିନର ଓସାର" -#: ../gtk/gtktexttag.c:396 +#: gtk/gtktexttag.c:396 msgid "Right margin" msgstr "ଦକ୍ଷିଣ ମାର୍ଜିନ" -#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 +#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "ପିକ୍ସେଲରେ ଦକ୍ଷିଣ ମାର୍ଜିନର ଓସାର" -#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 +#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 msgid "Indent" msgstr "ଅନୁଚ୍ଛେଦ ଦିଅନ୍ତୁ" -#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 +#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "ଅନୁଚ୍ଛେଦ ଛାଡ଼ିବା ପରିମାଣ, ପିକ୍ସେଲରେ" -#: ../gtk/gtktexttag.c:419 +#: gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" msgstr "" -#: ../gtk/gtktexttag.c:428 +#: gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "ରେଖା ମାନଙ୍କ ଉପରେ ପିକ୍ସେଲ" -#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 +#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "ପରଚ୍ଛେଦ ଉପରେ ଖାଲି ସ୍ଥାନର ପିକ୍ସେଲ" -#: ../gtk/gtktexttag.c:438 +#: gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "ରେଖା ମାନଙ୍କ ତଳେ ପିକ୍ସେଲ" -#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 +#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "ପରଚ୍ଛେଦ ତଳେ ଖାଲି ସ୍ଥାନର ପିକ୍ସେଲ" -#: ../gtk/gtktexttag.c:448 +#: gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "ପାଠ୍ଯଭଙ୍ଗ ମଧ୍ଯରେ ପିକ୍ସେଲ" -#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 +#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "ଗୋଟିଏ ପରିଚ୍ଛେଦରେ ପାଠ୍ଯଭଙ୍ଗ ରେଖା ମାନଙ୍କ ମଧ୍ଯରେ ଖାଲି ସ୍ଥାନ ମାନଙ୍କର ପିକ୍ସେଲ" -#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 -msgid "Whether to wrap lines never, at word boundaries, or at character boundaries" +#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 +msgid "" +"Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "" -#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 +#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 msgid "Tabs" msgstr "ଟ୍ଯାବ" -#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 +#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "ଏହି ପାଠ୍ଯ ପାଇଁ ଇଚ୍ଛାରୂପଣ ଟ୍ଯାବ" -#: ../gtk/gtktexttag.c:504 +#: gtk/gtktexttag.c:504 msgid "Invisible" msgstr "ଅଦୃଶ୍ଯ" -#: ../gtk/gtktexttag.c:505 +#: gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "ପାଠ୍ଯଟି ଲୁକ୍କାୟିତ ଅଛି କି।" -#: ../gtk/gtktexttag.c:519 +#: gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "ପରିଚ୍ଛେଦ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ ନାମ" -#: ../gtk/gtktexttag.c:520 +#: gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "ଗୋଟିଏ ବାକ୍ଯଖଣ୍ଡ ଭାବରେ ପରିଚ୍ଛେଦ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ" -#: ../gtk/gtktexttag.c:535 +#: gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "ପରିଚ୍ଛେଦ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ" -#: ../gtk/gtktexttag.c:536 +#: gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "ଗୋଟିଏ (ସମ୍ଭବତଃ ଅବଣ୍ଟିତ) GdkColor ଭାବେ ପରିଚ୍ଛେଦ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ" -#: ../gtk/gtktexttag.c:554 +#: gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "ସୀମାରେଖା ଏକାଠି କରିବା" -#: ../gtk/gtktexttag.c:555 +#: gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "ବାମ ଏବଂ ଡାହାଣ ସୀମାରେଖାକୁ ଏକାଠି କରାଯିବା ଉଚିତ କି।" -#: ../gtk/gtktexttag.c:568 +#: gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "ପୃଷ୍ଠଭୂମି ପୂର୍ଣ୍ଣ ଉଚ୍ଚତା ବିନ୍ଯାସ" -#: ../gtk/gtktexttag.c:569 +#: gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "ଟ୍ଯାଗଟି ପୃଷ୍ଠଭୂମି ଉଚ୍ଚତା ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: ../gtk/gtktexttag.c:572 +#: gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "ପୃଷ୍ଠଭୂମି ବିନ୍ଦୁରୀତି ବିନ୍ଯାସ" -#: ../gtk/gtktexttag.c:573 +#: gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "ଟ୍ଯାଗଟି ପୃଷ୍ଠଭୂମି ବିନ୍ଦୁରୀତି ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: ../gtk/gtktexttag.c:580 +#: gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "ଅଗ୍ରଭୂମି ବିନ୍ଦୁରୀତି ବିନ୍ଯାସ" -#: ../gtk/gtktexttag.c:581 +#: gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "ଟ୍ଯାଗଟି ଅଗ୍ରଭୂମି ବିନ୍ଦୁରୀତି ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: ../gtk/gtktexttag.c:616 +#: gtk/gtktexttag.c:616 msgid "Justification set" msgstr "ଯଥାର୍ଥତା ବିନ୍ଯାସ" -#: ../gtk/gtktexttag.c:617 +#: gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "ଏହି ଟ୍ଯାଗଟି ପରିଚ୍ଛେଦ ଯଥାର୍ଥତା ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: ../gtk/gtktexttag.c:624 +#: gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "ବାମ ମାର୍ଜିନ ବିନ୍ଯାସ" -#: ../gtk/gtktexttag.c:625 +#: gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "ଏହି ଟ୍ଯାଗଟି ବାମ ମାର୍ଜିନ ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: ../gtk/gtktexttag.c:628 +#: gtk/gtktexttag.c:628 msgid "Indent set" msgstr "ଅନୁଚ୍ଛେଦ ବିନ୍ଯାସ" -#: ../gtk/gtktexttag.c:629 +#: gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "ଏହି ଟ୍ଯାଗଟି ଅନୁଚ୍ଛେଦ ମାନଙ୍କ ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: ../gtk/gtktexttag.c:636 +#: gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "ରେଖା ମାନଙ୍କର ପିକ୍ସେଲ ବିନ୍ଯାସ" -#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 +#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "ଏହି ଟ୍ଯାଗଟି ରେଖା ମାନଙ୍କର ପିକ୍ସେଲ ସଂଖ୍ଯା ଉପରେ ପ୍ରଭାବ ପକାଇବ କି" -#: ../gtk/gtktexttag.c:640 +#: gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "ରେଖା ତଳେ ପିକ୍ସେଲ ବିନ୍ଯାସ" -#: ../gtk/gtktexttag.c:644 +#: gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "ପାଠ୍ଯଭଙ୍ଗ ମଧ୍ଯରେ ପିକ୍ସେଲ ବିନ୍ଯାସ" -#: ../gtk/gtktexttag.c:645 +#: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "ଏହି ଟ୍ଯାଗଟି ପାଠ୍ଯରଙ୍ଗ ରେଖା ମଧ୍ଯରେ ପିକ୍ସେଲ ସଂଖ୍ଯା ଉପରେ ପ୍ରଭାବ ପକାଇବ କି" -#: ../gtk/gtktexttag.c:652 +#: gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "ଡାହଣ ମାର୍ଜିନ ବିନ୍ଯାସ" -#: ../gtk/gtktexttag.c:653 +#: gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "ଏହି ଟ୍ଯାଗଟି ଡାହାଣ ମାର୍ଜିନ ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: ../gtk/gtktexttag.c:660 +#: gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "ପାଠ୍ଯଭଙ୍ଗ ଧାରା ବିନ୍ଯାସ" -#: ../gtk/gtktexttag.c:661 +#: gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "ଏହି ଟ୍ଯାଗଟି ରେଖା ପାଠ୍ଯଭଙ୍ଗ ଧାରା ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: ../gtk/gtktexttag.c:664 +#: gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "ଟ୍ଯାବ ବିନ୍ଯାସ" -#: ../gtk/gtktexttag.c:665 +#: gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "ଏହି ଟ୍ଯାଗଟି ଅନ୍ଯ ଟ୍ଯାଗ ମାନଙ୍କ ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: ../gtk/gtktexttag.c:668 +#: gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "ଅଦୃଶ୍ଯ ବିନ୍ଯାସ" -#: ../gtk/gtktexttag.c:669 +#: gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "ଏହି ଟ୍ଯାଗଟି ପାଠ୍ଯ ଦୃଶ୍ଯମାନ୍ଯତା ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: ../gtk/gtktexttag.c:672 +#: gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "ପରିଚ୍ଛେଦ ପୃଷ୍ଠଭୂମି ବିନ୍ଯାସ" -#: ../gtk/gtktexttag.c:673 +#: gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "ଏହି ଟ୍ଯାଗଟି ପରିଚ୍ଛେଦ ପୃଷ୍ଠଭୂମି ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: ../gtk/gtktextview.c:543 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "ଲାଇନ ଉପରେ ପିକ୍ସେଲ" -#: ../gtk/gtktextview.c:553 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "ଲାଇନ ତଳେ ପିକ୍ସେଲ" -#: ../gtk/gtktextview.c:563 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "ମୋଡ଼ ଭିତରେ ପିକ୍ସେଲ" -#: ../gtk/gtktextview.c:581 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "ଧାଡ଼ି ମୋଡ଼ା ଧାରା" -#: ../gtk/gtktextview.c:599 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "ବାମ ସୀମାରେଖା" -#: ../gtk/gtktextview.c:609 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "ଡାହାଣ ସୀମାରେଖା" -#: ../gtk/gtktextview.c:637 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "ଦର୍ଶିକା ଦୃଶ୍ଯମାନ" -#: ../gtk/gtktextview.c:638 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "ଭରଣ ଦର୍ଶିକାଟି ପ୍ରଦର୍ଶିତ ଅଛି କି" -#: ../gtk/gtktextview.c:645 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "ବଫର" -#: ../gtk/gtktextview.c:646 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "ପ୍ରଦର୍ଶିତ ବଫର" -#: ../gtk/gtktextview.c:654 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "ଭରଣ କରାଯାଇଥିବା ପାଠ୍ଯ ଅବସ୍ଥିତ ବିଷୟବସ୍ତୁକୁ ନବଲିଖନ କରିଦେବ କି" -#: ../gtk/gtktextview.c:661 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "ସ୍ବୀକାର୍ଯ୍ଯ ଟ୍ଯାବ" -#: ../gtk/gtktextview.c:662 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "ଟ୍ଯାବଟି ଗୋଟିଏ ଟ୍ଯାବ ଅକ୍ଷର ପ୍ରବିଷ୍ଟି ସହିତ ଅନ୍ତ ହେବ କି" -#: ../gtk/gtktextview.c:691 +#: gtk/gtktextview.c:691 msgid "Error underline color" msgstr "ରେଖାଙ୍କିତ ରଙ୍ଗରେ ତୃଟି" -#: ../gtk/gtktextview.c:692 +#: gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "ତୃଟି ସୂଚକ ରେଖାଙ୍କିତ ପଙ୍କ୍ତିକୁ ଅଙ୍କନ କରିବା ପାଇଁ କେଉଁ ରଙ୍ଗ ବ୍ଯବହାର କରାଯିବ" -#: ../gtk/gtktoggleaction.c:104 +#: gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "ଗୋଟିଏ ରେଡିଓ କାର୍ଯ୍ଯ ଭଳି ସମାନ ପ୍ରୋକ୍ସିକୁ ସୃଷ୍ଟି କରନ୍ତୁ" -#: ../gtk/gtktoggleaction.c:105 +#: gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "" -#: ../gtk/gtktoggleaction.c:120 +#: gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "ଅଦଳ ବଦଳ କାର୍ଯ୍ଯ ସକ୍ରିୟ ହେବା ଉଚିତ କି ନୁହେଁ" -#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 +#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "ଅଦଳ ବଦଳ ବଟନ ରହିବା ଉଚିତ କି ନୁହେଁ" -#: ../gtk/gtktogglebutton.c:124 +#: gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "ଯଦି ଅଦଳ ବଦଳ ବଟନ ଗୋଟିଏ \"ଏହା ମଧ୍ଯରେ\" ଅବସ୍ଥାରେ ଥାଏ" -#: ../gtk/gtktogglebutton.c:131 +#: gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "ସୂଚକ ଅଙ୍କନ କରନ୍ତୁ" -#: ../gtk/gtktogglebutton.c:132 +#: gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "ଯଦି ବଟନର ଅଦଲ ବଦଳ ଅଂଶ ଯଦି ପ୍ରଦର୍ଶନ କରାଯାଏ" -#: ../gtk/gtktoolbar.c:494 +#: gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "ସାଧନ ପଟି ଶୈଳୀ" -#: ../gtk/gtktoolbar.c:495 +#: gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "ସାଧନ ପଟିକୁ କିପରି ଦେଖାଯିବ" -#: ../gtk/gtktoolbar.c:502 +#: gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "ତୀର ଦେଖାନ୍ତୁ" -#: ../gtk/gtktoolbar.c:503 +#: gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "ଯଦି ସାଧନ ପଟିର ଆକାର ମେଳ ଖାଉ ନାହିଁ ତାହାହେଲେ ଗୋଟିଏ ତୀକ ଦେଖାଯିବା ଉଚିତ" -#: ../gtk/gtktoolbar.c:518 +#: gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "ଉପକରଣ ସୂଚନା" -#: ../gtk/gtktoolbar.c:519 +#: gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "ସାଧନ ପଟିର ଉପକରଣ ସୂଚନା ସକ୍ରିୟ ହେବା ଉଚିତ କି ନାହିଁ" -#: ../gtk/gtktoolbar.c:541 +#: gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "ଏହି ସାଧନ ପଟିରେ ଚିତ୍ରସଙ୍କେତର ଆକାର" -#: ../gtk/gtktoolbar.c:556 +#: gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "ଚିତ୍ରସଙ୍କେତ ସେଟ" -#: ../gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "ଚିତ୍ରସଙ୍କେତ ଆକାର ଗୁଣଧର୍ମ ବିନ୍ଯାସ ହୋଇଛି କି ନାହିଁ" -#: ../gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "" -#: ../gtk/gtktoolbar.c:574 +#: gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "" -#: ../gtk/gtktoolbar.c:581 +#: gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "ଫାଙ୍କ ଆକାର" -#: ../gtk/gtktoolbar.c:582 +#: gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "ଫାଙ୍କର ଆକାର" -#: ../gtk/gtktoolbar.c:591 +#: gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "ସାଧନ ପଟି ଛାୟା ଏବଂ ବଟନ ମଧ୍ଯରେ ଧାରର ସ୍ଥାନ" -#: ../gtk/gtktoolbar.c:599 +#: gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "ସର୍ବାଧିକ ନିର୍ଭରକ ବର୍ଦ୍ଧନ" -#: ../gtk/gtktoolbar.c:600 +#: gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "ସର୍ବାଧିକ ସଂଖ୍ଯକ ସ୍ଥାନ ଗୋଟିଏ ସମ୍ପ୍ରସାରିତ ବସ୍ତୁ ଦେଇ ପାରିବ" -#: ../gtk/gtktoolbar.c:608 +#: gtk/gtktoolbar.c:608 msgid "Space style" msgstr "ବ୍ଯବଧାନ ଶୈଳୀ" -#: ../gtk/gtktoolbar.c:609 +#: gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "ଫାଙ୍କଗୁଡିକ ଭୂଲମ୍ବ ରେଖା କିମ୍ବା କେବଳ ଖାଲି ସ୍ଥାନ ଅଟନ୍ତି" -#: ../gtk/gtktoolbar.c:616 +#: gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "ବଟନ ସାହାଯ୍ଯ" -#: ../gtk/gtktoolbar.c:617 +#: gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "ସାଧନ ପଟି ବଟନ ଚତୁଃପାର୍ଶ୍ବରେ ଗଡାଣିଆ ଧାରର ପ୍ରକାର" -#: ../gtk/gtktoolbar.c:624 +#: gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "ସାଧନ ପଟି ଚାରିପାେଖ ଗଡ଼ାଣିଆ ଧାରର ଶୈଳୀ" -#: ../gtk/gtktoolbar.c:630 +#: gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "ସାଧନ ପଟି ଶୈଳୀ" -#: ../gtk/gtktoolbar.c:631 -msgid "Whether default toolbars have text only, text and icons, icons only, etc." +#: gtk/gtktoolbar.c:631 +msgid "" +"Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ସାଧନ ପଟିର କେବଳ ପାଠ୍ଯ, ପାଠ୍ଯ ଏବଂ ଚିତ୍ରସଙ୍କେତ, କିମ୍ବା କେବଳ ଚିତ୍ରସଙ୍କେତ, ଇତ୍ଯାଦି " "ଅଛି କି।" -#: ../gtk/gtktoolbar.c:637 +#: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "ସାଧନ ପଟି ଚିତ୍ରସଙ୍କେତ ଆକାର" -#: ../gtk/gtktoolbar.c:638 +#: gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ସାଧନ ପଟିରେ ଥିବା ଚିତ୍ରସଙ୍କେତ ଆକାର" -#: ../gtk/gtktoolbutton.c:203 +#: gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "ବସ୍ତୁରେ ଦେଖାଯିବା ପାଠ୍ଯ" -#: ../gtk/gtktoolbutton.c:210 +#: gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" msgstr "" -#: ../gtk/gtktoolbutton.c:217 +#: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "ବସ୍ତୁ ସୂଚକ ଭାବରେ ବ୍ଯବହାର କରାଯିବା ୱିଜେଟ" -#: ../gtk/gtktoolbutton.c:223 +#: gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "ଷ୍ଟୋକ ପରିଚୟ" -#: ../gtk/gtktoolbutton.c:224 +#: gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "ବସ୍ତୁରେ ପ୍ରଦର୍ଶିତ ହୋଇଥିବା ଷ୍ଟୋକ ଚିତ୍ରସଙ୍କେତ" -#: ../gtk/gtktoolbutton.c:240 +#: gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "ଚିତ୍ରସଙ୍କେତ ନାମ" -#: ../gtk/gtktoolbutton.c:241 +#: gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "ବସ୍ତୁରେ ପ୍ରଦର୍ଶିତ ହୋଇଥିବା ପ୍ରସଙ୍ଗ ଚିତ୍ରସଙ୍କେତର ନାମ" -#: ../gtk/gtktoolbutton.c:247 +#: gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "ଚିତ୍ରସଙ୍କେତ ୱିଜେଟ" -#: ../gtk/gtktoolbutton.c:248 +#: gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "ବସ୍ତୁରେ ପ୍ରଦର୍ଶିତ ହେବା ଚିତ୍ରସଙ୍କେତ ୱିଜେଟ" -#: ../gtk/gtktoolbutton.c:261 +#: gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "ଚିତ୍ରସଙ୍କେତ ବ୍ଯବଧାନ" -#: ../gtk/gtktoolbutton.c:262 +#: gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "ଚିତ୍ରସଙ୍କେତ ଏବଂ ସୂଚକ ମଧ୍ଯରେ ବ୍ଯବଧାନ (ପିକ୍ସେଲରେ)" -#: ../gtk/gtktoolitem.c:191 +#: gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" msgstr "" -#: ../gtk/gtktreemodelsort.c:274 +#: gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "TreeModelSort ନମୁନା" -#: ../gtk/gtktreemodelsort.c:275 +#: gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "ସଜାଡିବା ପାଇଁ TreeModelSort ର ନମୁନା" -#: ../gtk/gtktreeview.c:570 +#: gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "ବୃକ୍ଷ ଦୃଶ୍ଯ ନମୁନା" -#: ../gtk/gtktreeview.c:571 +#: gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "ବୃକ୍ଷ ଦୃଶ୍ଯ ପାଇଁ ନମୁନା" -#: ../gtk/gtktreeview.c:579 +#: gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "ୱିଜେଟ ପାଇଁ ଭୂସମାନ୍ତର ନିୟନ୍ତ୍ରଣ" -#: ../gtk/gtktreeview.c:587 +#: gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "ୱିଜେଟ ପାଇଁ ଭୂଲମ୍ବ ନିୟନ୍ତ୍ରଣ" -#: ../gtk/gtktreeview.c:594 +#: gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "ଶୀର୍ଷକ ଦୃଶ୍ଯମାନ" -#: ../gtk/gtktreeview.c:595 +#: gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "ସ୍ତମ୍ଭ ଶୀର୍ଷକ ବଟନକୁ ଦେଖାନ୍ତୁ" -#: ../gtk/gtktreeview.c:602 +#: gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "ଶୀର୍ଷକକୁ ଦବାଇ ହେବ" -#: ../gtk/gtktreeview.c:603 +#: gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "ଦବା ଯାଇଥିବା ଘଟଣାକୁ ଉତ୍ତର ଦେବା ପାଇଁ ସ୍ତମ୍ଭ ଶୀର୍ଷକ" -#: ../gtk/gtktreeview.c:610 +#: gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "ସମ୍ପ୍ରସାରକ ସ୍ତମ୍ଭ" -#: ../gtk/gtktreeview.c:611 +#: gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "ସମ୍ପ୍ରସାରକ ସ୍ତମ୍ଭ ପାଇଁ ସ୍ତମ୍ଭକୁ ବିନ୍ଯାସ କରନ୍ତୁ" -#: ../gtk/gtktreeview.c:626 +#: gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "ନିୟମାଭାସ" -#: ../gtk/gtktreeview.c:627 +#: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" -msgstr "ପର୍ଯ୍ଯାୟକ୍ରମିକ ରଙ୍ଗର ଧାଡି ମାନଙ୍କୁ ଅଙ୍କିତ କରିବା ପାଇଁ ପ୍ରସଙ୍ଗ ଯନ୍ତ୍ର ପାଇଁ ଗୋଟିଏ ଆଭାସ ବିନ୍ଯାସ କରନ୍ତୁ" +msgstr "" +"ପର୍ଯ୍ଯାୟକ୍ରମିକ ରଙ୍ଗର ଧାଡି ମାନଙ୍କୁ ଅଙ୍କିତ କରିବା ପାଇଁ ପ୍ରସଙ୍ଗ ଯନ୍ତ୍ର ପାଇଁ ଗୋଟିଏ ଆଭାସ ବିନ୍ଯାସ କରନ୍ତୁ" -#: ../gtk/gtktreeview.c:634 +#: gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "ସନ୍ଧନକୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: ../gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" -msgstr "ସ୍ତମ୍ଭକୁ ପାରସ୍ପରିକ କ୍ରିୟାତ୍ମକ ପ୍ରକ୍ରିୟା ଦ୍ବାରା ଖୋଜିବା ପାଇଁ ସ୍ବୀକୃତିପ୍ରାପ୍ତ ଚାଳକ ମାନଙ୍କୁ ଦେଖାନ୍ତୁ" +msgstr "" +"ସ୍ତମ୍ଭକୁ ପାରସ୍ପରିକ କ୍ରିୟାତ୍ମକ ପ୍ରକ୍ରିୟା ଦ୍ବାରା ଖୋଜିବା ପାଇଁ ସ୍ବୀକୃତିପ୍ରାପ୍ତ ଚାଳକ ମାନଙ୍କୁ ଦେଖାନ୍ତୁ" -#: ../gtk/gtktreeview.c:642 +#: gtk/gtktreeview.c:642 msgid "Search Column" msgstr "ସ୍ତମ୍ଭକୁ ଖୋଜନ୍ତୁ" -#: ../gtk/gtktreeview.c:643 +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "ସଙ୍କେତ ଦ୍ବାରା ଖୋଜିବା ସମୟରେ ଖୋଜିବା ପାଇଁ ନମୁନା ସ୍ତମ୍ଭ" -#: ../gtk/gtktreeview.c:663 +#: gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "ସ୍ଥିର ଉଚ୍ଚତା ଧାରା" -#: ../gtk/gtktreeview.c:664 +#: gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "ସମସ୍ତ ଧାଡି ମାନଙ୍କର ସମାନ ଉଚ୍ଚତା ଅଛି ବୋଲି ଅନୁମାନ କରି GtkTreeView କାର୍ଯ୍ଯର ଗତି ବଢାନ୍ତୁ" -#: ../gtk/gtktreeview.c:684 +#: gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "ସଂଶୟାକୁଳ ଚୟନ" -#: ../gtk/gtktreeview.c:685 +#: gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "ଚୟନ ନିମ୍ନଲିଖିତ ସୂଚକକୁ ଅନୁସରଣ କରିବା ଉଚିତ କି ନୁହେଁ" -#: ../gtk/gtktreeview.c:704 +#: gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "ସଂଶୟାକୁଳ ସମ୍ପ୍ରସାରଣ" -#: ../gtk/gtktreeview.c:705 -msgid "Whether rows should be expanded/collapsed when the pointer moves over them" +#: gtk/gtktreeview.c:705 +msgid "" +"Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "ସୂଚକଟି ଧାଡି ମାନଙ୍କ ଉପର ଦେଇଗଲେ ସେଗୁଡିକ ସମ୍ପ୍ରସାରିତ/ବିପର୍ଯ୍ଯସ୍ତ ହେବା ଉଚିତ କି" -#: ../gtk/gtktreeview.c:719 +#: gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "ସମ୍ପ୍ରସାରକ ମାନଙ୍କୁ ଦେଖାନ୍ତୁ" -#: ../gtk/gtktreeview.c:720 +#: gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "ଦୃଶ୍ଯର ସମ୍ପ୍ରସାରକ ଅଛି" -#: ../gtk/gtktreeview.c:734 +#: gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "ସ୍ତର ଅନୁଚ୍ଛେଦନ" -#: ../gtk/gtktreeview.c:735 +#: gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "ପ୍ରତ୍ଯକ ସ୍ତର ପାଇଁ ଅତିରିକ୍ତ ଅନୁଚ୍ଛେଦ" -#: ../gtk/gtktreeview.c:744 +#: gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "ରବର ବେଣ୍ଡିଙ୍ଗ" -#: ../gtk/gtktreeview.c:745 -msgid "Whether to enable selection of multiple items by dragging the mouse pointer" +#: gtk/gtktreeview.c:745 +msgid "" +"Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "ମାଉସ ସୂଚକକୁ ଟାଣି ଏକାଧିକ ବସ୍ତୁ ମାନଙ୍କର ଚୟନକୁ ସକ୍ରିୟ କରିବ କି ନାହିଁ" -#: ../gtk/gtktreeview.c:752 +#: gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "ଜାଲି ରେଖା ମାନଙ୍କୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: ../gtk/gtktreeview.c:753 +#: gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "ବୃକ୍ଷ ଦୃଶ୍ଯରେ ଜାଲି ରେଖା ମାନଙ୍କୁ ଅଙ୍କିତ କରାଯିବ କି ନାହିଁ" -#: ../gtk/gtktreeview.c:761 +#: gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "ବୃକ୍ଷ ରେଖା ମାନଙ୍କୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: ../gtk/gtktreeview.c:762 +#: gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "ବୃକ୍ଷ ଦୃଶ୍ଯରେ ବୃକ୍ଷ ରେଖା ମାନଙ୍କୁ ଅଙ୍କିତ କରାଯିବା ଉଚିତ କି ନୁହେଁ" -#: ../gtk/gtktreeview.c:770 +#: gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "" -#: ../gtk/gtktreeview.c:792 +#: gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "ଭୂଲମ୍ବ ବିଭାଜକ ଓସାର" -#: ../gtk/gtktreeview.c:793 +#: gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "କକ୍ଷ ମାନଙ୍କ ମଧ୍ଯରେ ଭୂଲମ୍ବ ଖାଲିସ୍ଥାନ। ଗୋଟିଏ ଯୁଗ୍ମ ସଂଖ୍ଯା ହେବା ଉଚିତ" -#: ../gtk/gtktreeview.c:801 +#: gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "ଭୂସମାନ୍ତର ବିଭାଜକ ଓସାର" -#: ../gtk/gtktreeview.c:802 +#: gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "କକ୍ଷ ମାନଙ୍କ ମଧ୍ଯରେ ଭୂସମାନ୍ତର ଖାଲିସ୍ଥାନ। ଗୋଟିଏ ଯୁଗ୍ମ ସଂଖ୍ଯା ହେବା ଉଚିତ" -#: ../gtk/gtktreeview.c:810 +#: gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "ନିୟମ ମାନଙ୍କୁ ସ୍ବୀକାର କରନ୍ତୁ" -#: ../gtk/gtktreeview.c:811 +#: gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "ପର୍ଯ୍ଯାୟକ୍ରମିକ ରଙ୍ଗୀନ ଧାଡି ମାନଙ୍କର ଅଙ୍କନକୁ ସ୍ବୀକାର କରନ୍ତୁ" -#: ../gtk/gtktreeview.c:817 +#: gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "ଅନୁଚ୍ଛେଦ ସମ୍ପ୍ରସାରକ" -#: ../gtk/gtktreeview.c:818 +#: gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "ଅନୁଚ୍ଛେଦ ସମ୍ପ୍ରସାରକକୁ ପ୍ରସ୍ତୁତ କରନ୍ତୁ" -#: ../gtk/gtktreeview.c:824 +#: gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "ଯୁଗ୍ମ ଧାଡିର ରଙ୍ଗ" -#: ../gtk/gtktreeview.c:825 +#: gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "ଯୁଗ୍ମ ଧାଡି ମାନଙ୍କ ପାଇଁ ବ୍ଯବହାର କରାଯିବା ରଙ୍ଗ" -#: ../gtk/gtktreeview.c:831 +#: gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "ଅଯୁଗ୍ମ ଧାଡିର ରଙ୍ଗ" -#: ../gtk/gtktreeview.c:832 +#: gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "ଅଯୁଗ୍ମ ଧାଡି ମାନଙ୍କ ପାଇଁ ବ୍ଯବହାର କରାଯିବା ରଙ୍ଗ" -#: ../gtk/gtktreeview.c:838 +#: gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "ଧାଡି ସମାପ୍ତି ବିବରଣୀ" -#: ../gtk/gtktreeview.c:839 +#: gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "ବର୍ଦ୍ଧିତ ଧାଡି ପୃଷ୍ଠଭୂମି ପ୍ରସଙ୍ଗକୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: ../gtk/gtktreeview.c:845 +#: gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "ଜାଲି ରେଖାର ଓସାର" -#: ../gtk/gtktreeview.c:846 +#: gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "ପିକ୍ସେଲରେ ବୃକ୍ଷ ଦୃଶ୍ଯମାନ ଜାଲି ରେଖାର ଓସାର" -#: ../gtk/gtktreeview.c:852 +#: gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "ବୃକ୍ଷ ରେଖା ପ୍ରସ୍ଥ" -#: ../gtk/gtktreeview.c:853 +#: gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "ପିକ୍ସେଲରେ ବୃକ୍ଷ ଦୃଶ୍ଯମାନ ରେଖାର ଓସାର" -#: ../gtk/gtktreeview.c:859 +#: gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "ଜାଲି ରେଖା ଶୈଳୀ" -#: ../gtk/gtktreeview.c:860 +#: gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "ବୃକ୍ଷର ଦୃଶ୍ଯମାନ ଜାଲି ରେଖା ଅଙ୍କନ କରିବା ପାଇଁ ବ୍ଯବହୃତ ବିଖଣ୍ଡିତ ରେଖା ଶୈଳୀ" -#: ../gtk/gtktreeview.c:866 +#: gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "ବୃକ୍ଷ ରେଖା ଶୈଳୀ" -#: ../gtk/gtktreeview.c:867 +#: gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "ବୃକ୍ଷର ଦୃଶ୍ଯମାନ ରେଖା ଅଙ୍କନ କରିବା ପାଇଁ ବ୍ଯବହୃତ ବିଖଣ୍ଡିତ ରେଖା ଶୈଳୀ" -#: ../gtk/gtktreeviewcolumn.c:192 +#: gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "ସ୍ତମ୍ଭକୁ ପ୍ରଦର୍ଶିତ କରାଯିବା ଉଚିତ କି ନୁହେଁ" -#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "ଆକାର ପରିବର୍ତ୍ତନ ଯୋଗ୍ଯ" -#: ../gtk/gtktreeviewcolumn.c:200 +#: gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "ସ୍ତମ୍ଭର ଆକାର ଚାଳକ ଦ୍ବାରା ପରିବର୍ତ୍ତନୀୟ" -#: ../gtk/gtktreeviewcolumn.c:208 +#: gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "ସ୍ତମ୍ଭର ବର୍ତ୍ତମାନ ଓସାର" -#: ../gtk/gtktreeviewcolumn.c:217 +#: gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "ଖାଲି ସ୍ଥାନ ଯାହାକି ଦୁଇଟି କକ୍ଷ ମଧ୍ଯରେ ସନ୍ନବେଶ କରାଯାଇଛି" -#: ../gtk/gtktreeviewcolumn.c:225 +#: gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "ସଠିକ ଆକାର ସ୍ଥିର କରୁଅଛି" -#: ../gtk/gtktreeviewcolumn.c:226 +#: gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "ସ୍ତମ୍ଭର ଧାରାର ଆକାର ପରିବର୍ତ୍ତନ କରନ୍ତୁ" -#: ../gtk/gtktreeviewcolumn.c:234 +#: gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "ସ୍ଥିର ଓସାର" -#: ../gtk/gtktreeviewcolumn.c:235 +#: gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "ସ୍ତମ୍ଭର ସାମ୍ପ୍ରତିକ ସ୍ଥିର ଓସାର" -#: ../gtk/gtktreeviewcolumn.c:244 +#: gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "ସର୍ବନିମ୍ନ ଓସାର" -#: ../gtk/gtktreeviewcolumn.c:245 +#: gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "ସ୍ତମ୍ଭର ସର୍ବନିମ୍ନ ସ୍ବୀକୃତ ଓସାର" -#: ../gtk/gtktreeviewcolumn.c:254 +#: gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "ସର୍ବାଧିକ ଓସାର" -#: ../gtk/gtktreeviewcolumn.c:255 +#: gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "ସ୍ତମ୍ଭର ସର୍ବାଧିକ ସ୍ବୀକୃତ ଓସାର" -#: ../gtk/gtktreeviewcolumn.c:265 +#: gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "ସ୍ତମ୍ଭ ଶୀର୍ଷକରେ ଦେଖାଯିବା ଶିରୋନାମା" -#: ../gtk/gtktreeviewcolumn.c:273 +#: gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "" -#: ../gtk/gtktreeviewcolumn.c:280 +#: gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "ଦବାଇ ହେବ" -#: ../gtk/gtktreeviewcolumn.c:281 +#: gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "ଶୀର୍ଷକକୁ ଦବାଇ ହେବ କି ନାହିଁ" -#: ../gtk/gtktreeviewcolumn.c:289 +#: gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "ୱିଜେଟ" -#: ../gtk/gtktreeviewcolumn.c:290 +#: gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "ସ୍ତମ୍ଭ ଶିରେନାମା ପରିବର୍ତ୍ତେ ସ୍ତମ୍ଭ ଶୀର୍ଷକରେ ୱିଜେଟକୁ ରଖନ୍ତୁ" -#: ../gtk/gtktreeviewcolumn.c:298 +#: gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "ସ୍ତମ୍ଭ ଶୀର୍ଷକ ପାଠ୍ଯ କିମ୍ବା ୱିଜେଟର ଏକ୍ସ ପାର୍ଶ୍ବସଜ୍ଜା" -#: ../gtk/gtktreeviewcolumn.c:308 +#: gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "ସ୍ତମ୍ଭକୁ ଶୀର୍ଷକ ଚାରିପାଖେ ପୁନଃବ୍ଯବସ୍ଥାପିତ କରିହେବ କି ନାହିଁ" -#: ../gtk/gtktreeviewcolumn.c:315 +#: gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "ସଜାଡିବା ସୂଚକ" -#: ../gtk/gtktreeviewcolumn.c:316 +#: gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "ଗୋଟିଏ ସଜାଡିବା ସୂଚକକୁ ଦେଖାଯିବ କି ନାହିଁ" -#: ../gtk/gtktreeviewcolumn.c:323 +#: gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "ସଜାଡିବା କ୍ରମ" -#: ../gtk/gtktreeviewcolumn.c:324 +#: gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "ସଜାଡିବା କ୍ରମ ଯାହାକୁ ସଜାଡିବା ସୂଚକ ସୂଚୀତ କରିବ" -#: ../gtk/gtkuimanager.c:223 +#: gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "ଟିଅର-ଅଫ ତାଲିକା ବସ୍ତୁକୁ ତାଲିକାରେ ଯୋଗ କରାଯିବ କି ନାହିଁ" -#: ../gtk/gtkuimanager.c:230 +#: gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "ମିଶ୍ରିତ ୟୁ.ଆଇ. ବ୍ଯାଖ୍ଯା" -#: ../gtk/gtkuimanager.c:231 +#: gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "ମିଶ୍ରିତ ୟୁ.ଆଇ. କୁ ବର୍ଣ୍ଣନା କରୁଥିବା ଗୋଟିଏ XML ବାକ୍ଯଖଣ୍ଡ" -#: ../gtk/gtkviewport.c:107 +#: gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" msgstr "" -#: ../gtk/gtkviewport.c:115 +#: gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" msgstr "" -#: ../gtk/gtkviewport.c:123 +#: gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" -msgstr "ଦୃଶ୍ଯ ସଂଯୋଗିକୀ ଚତଃପାର୍ଶ୍ବରେ ଛାୟାଙ୍କିତ ବାକ୍ସ ମାନଙ୍କୁ କିପରି ଅଙ୍କନ କରାଯାଇଛି ତାହା ସ୍ଥିର କରନ୍ତୁ" +msgstr "" +"ଦୃଶ୍ଯ ସଂଯୋଗିକୀ ଚତଃପାର୍ଶ୍ବରେ ଛାୟାଙ୍କିତ ବାକ୍ସ ମାନଙ୍କୁ କିପରି ଅଙ୍କନ କରାଯାଇଛି ତାହା ସ୍ଥିର କରନ୍ତୁ" -#: ../gtk/gtkwidget.c:483 +#: gtk/gtkwidget.c:483 msgid "Widget name" msgstr "ୱିଜେଟ ନାମ" -#: ../gtk/gtkwidget.c:484 +#: gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "ୱିଜେଟର ନାମ" -#: ../gtk/gtkwidget.c:490 +#: gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "ମୂଳ ୱିଜେଟ" -#: ../gtk/gtkwidget.c:491 +#: gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" msgstr "ଏହି ୱିଜେଟଟ ମୂଳ ୱିଜେଟ। ଗୋଟିଏ ଆଧାର ୱିଜେଟ ହେବା ଉଚିତ" -#: ../gtk/gtkwidget.c:498 +#: gtk/gtkwidget.c:498 msgid "Width request" msgstr "ଓସାର ନିବେଦନ" -#: ../gtk/gtkwidget.c:499 +#: gtk/gtkwidget.c:499 msgid "" "Override for width request of the widget, or -1 if natural request should be " "used" -msgstr "ୱିଜେଟର ଓସାର ନିବେଦନକୁ ନବଲିଖନ କରିଦିଅନ୍ତୁ, କିମ୍ବା -1 ଯଦି ସ୍ବାଭାବିକ ନିବେଦନ ମାନଙ୍କୁ ବ୍ଯବହାର କରାଯିବ" +msgstr "" +"ୱିଜେଟର ଓସାର ନିବେଦନକୁ ନବଲିଖନ କରିଦିଅନ୍ତୁ, କିମ୍ବା -1 ଯଦି ସ୍ବାଭାବିକ ନିବେଦନ ମାନଙ୍କୁ ବ୍ଯବହାର କରାଯିବ" -#: ../gtk/gtkwidget.c:507 +#: gtk/gtkwidget.c:507 msgid "Height request" msgstr "ଉଚ୍ଚତା ନିବେଦନ" -#: ../gtk/gtkwidget.c:508 +#: gtk/gtkwidget.c:508 msgid "" "Override for height request of the widget, or -1 if natural request should " "be used" -msgstr "ୱିଜେଟର ଉଚ୍ଚତା ନିବେଦନକୁ ନବଲିଖନ କରିଦିଅନ୍ତୁ, କିମ୍ବା -1 ଯଦି ସ୍ବାଭାବିକ ନିବେଦନ ମାନଙ୍କୁ ବ୍ଯବହାର କରାଯିବ" +msgstr "" +"ୱିଜେଟର ଉଚ୍ଚତା ନିବେଦନକୁ ନବଲିଖନ କରିଦିଅନ୍ତୁ, କିମ୍ବା -1 ଯଦି ସ୍ବାଭାବିକ ନିବେଦନ ମାନଙ୍କୁ ବ୍ଯବହାର କରାଯିବ" -#: ../gtk/gtkwidget.c:517 +#: gtk/gtkwidget.c:517 msgid "Whether the widget is visible" msgstr "ୱିଜେଟଟି ଦୃଶ୍ଯମାନ ଅଟେ ନାଁ ନାହିଁ" -#: ../gtk/gtkwidget.c:524 +#: gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "ୱିଜେଟଟି ନିବେଶକୁ ଉତ୍ତର ଦେଇଥାଏ କି ନାହିଁ" -#: ../gtk/gtkwidget.c:530 +#: gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "ପ୍ରୟୋଗ ମୂଦ୍ରଣଯୋଗ୍ଯ" -#: ../gtk/gtkwidget.c:531 +#: gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "ପ୍ରୟୋଗଟି ସିଧାସଳଖ ଭାବରେ ୱିଜେଟକୁ ରଞ୍ଜିତ କରିବ କି" -#: ../gtk/gtkwidget.c:537 +#: gtk/gtkwidget.c:537 msgid "Can focus" msgstr "ଫୋକସ କରିପାରିବ" -#: ../gtk/gtkwidget.c:538 +#: gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "ୱିଜେଟ ନିବଶ ଫୋକସକୁ ଗ୍ରହଣ କରିପାରିବ କି ନାହିଁ" -#: ../gtk/gtkwidget.c:544 +#: gtk/gtkwidget.c:544 msgid "Has focus" msgstr "ନିକଟରେ ଫୋକସ ଅଛି" -#: ../gtk/gtkwidget.c:545 +#: gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "ୱିଜେଟ ନିକଟରେ ନିବେଶ ଫୋକସ ଅଛି କି ନାହିଁ" -#: ../gtk/gtkwidget.c:551 +#: gtk/gtkwidget.c:551 msgid "Is focus" msgstr "ଫୋକସ ଅଟେ" -#: ../gtk/gtkwidget.c:552 +#: gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "ଉପରେ ସ୍ତରରେ ଥିବା ୱିଜେଟଟି ପୂର୍ବନିର୍ଦ୍ଧାରିତ ୱିଜେଟ କି ନୁହେଁ" -#: ../gtk/gtkwidget.c:558 +#: gtk/gtkwidget.c:558 msgid "Can default" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ହୋଇପାରିବ" -#: ../gtk/gtkwidget.c:559 +#: gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "ୱିଜେଟଟି ଗୋଟିଏ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ୱିଜେଟ ହୋଇପାରିବ କି ନୁହେଁ" -#: ../gtk/gtkwidget.c:565 +#: gtk/gtkwidget.c:565 msgid "Has default" msgstr "ନିକଟରେ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଅଛି" -#: ../gtk/gtkwidget.c:566 +#: gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "ୱିଜେଟଟି ଗୋଟିଏ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ୱିଜେଟ କି ନୁହେଁ" -#: ../gtk/gtkwidget.c:572 +#: gtk/gtkwidget.c:572 msgid "Receives default" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତକୁ ପ୍ରାପ୍ତ କରୁଅଛି" -#: ../gtk/gtkwidget.c:573 +#: gtk/gtkwidget.c:573 msgid "If TRUE, the widget will receive the default action when it is focused" -msgstr "ଯଦି ସତ (TRUE), ୱିଜେଟ ଗୋଟିଏ ପୂର୍ବନିର୍ଦ୍ଧାରିତ କାର୍ଯ୍ଯକୁ ପାଇବ ଯେତେବେଳେ ଏହାକୁ ଫୋକସ କରାଯିବ" +msgstr "" +"ଯଦି ସତ (TRUE), ୱିଜେଟ ଗୋଟିଏ ପୂର୍ବନିର୍ଦ୍ଧାରିତ କାର୍ଯ୍ଯକୁ ପାଇବ ଯେତେବେଳେ ଏହାକୁ ଫୋକସ କରାଯିବ" -#: ../gtk/gtkwidget.c:579 +#: gtk/gtkwidget.c:579 msgid "Composite child" msgstr "ମିଶ୍ରିତ ନିର୍ଭରକ" -#: ../gtk/gtkwidget.c:580 +#: gtk/gtkwidget.c:580 msgid "Whether the widget is part of a composite widget" msgstr "ୱିଜେଟଟି ଗୋଟିଏ ମିଶ୍ରିତ ୱିଜେଟର ଗୋଟିଏ ଅଂଶ କି ନୁହିଁ" -#: ../gtk/gtkwidget.c:586 +#: gtk/gtkwidget.c:586 msgid "Style" msgstr "ଶୈଳୀ" -#: ../gtk/gtkwidget.c:587 +#: gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" msgstr "ୱିଜେଟର ଶୈଳୀ, ଯାହାକି ଏହା କିପରି ଦେଖାଯିବ (କେଉଁ ରଙ୍ଗ ବିଶିଷ୍ଟ) ସେ ବିଷୟରେ ସୂଚନା ରଖିଥାଏ" -#: ../gtk/gtkwidget.c:593 +#: gtk/gtkwidget.c:593 msgid "Events" msgstr "ଘଟଣା" -#: ../gtk/gtkwidget.c:594 +#: gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" msgstr "ଏହି ୱିଜେଟ କେଉଁ ପ୍ରକାରର GdkEvents ପାଇଥାଏ ତାହା ଏହି ଘଟଣା ମାସ୍କଟି ସ୍ଥିର କରିଥାଏ" -#: ../gtk/gtkwidget.c:601 +#: gtk/gtkwidget.c:601 msgid "Extension events" msgstr "ଅଭିବୃଦ୍ଧି ଘଟଣା" -#: ../gtk/gtkwidget.c:602 +#: gtk/gtkwidget.c:602 msgid "The mask that decides what kind of extension events this widget gets" msgstr "ଏହି ୱିଜେଟ କେଉଁ ପ୍ରକାରର ଅଭିବୃଦ୍ଧି ପାଇଥାଏ ତାହା ଏହି ମାସ୍କଟି ସ୍ଥିର କରିଥାଏ" -#: ../gtk/gtkwidget.c:609 +#: gtk/gtkwidget.c:609 msgid "No show all" msgstr "ନାଁ ସବୁକିଛି ଦେଖାନ୍ତୁ" -#: ../gtk/gtkwidget.c:610 +#: gtk/gtkwidget.c:610 msgid "Whether gtk_widget_show_all() should not affect this widget" msgstr "gtk_widget_show_all() ଏହି ୱିଜେଟ ଉପରେ ପ୍ରଭାବ ପକାଇବ କି ନାହିଁ" -#: ../gtk/gtkwidget.c:633 +#: gtk/gtkwidget.c:633 msgid "Whether this widget has a tooltip" msgstr "ଏହି ୱିଜେଟର ଗୋଟିଏ ଉପକରଣ ସୂଚନା ଅଛି କି ନାହିଁ" -#: ../gtk/gtkwidget.c:689 +#: gtk/gtkwidget.c:689 msgid "Window" msgstr "ୱିଣ୍ଡୋ" -#: ../gtk/gtkwidget.c:690 +#: gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "ୱିଜେଟର ୱିଣ୍ଡୋ ଯଦି ଥାଏ" -#: ../gtk/gtkwidget.c:2212 +#: gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "ଅଭ୍ଯନ୍ତରୀଣ ଫୋକସ" -#: ../gtk/gtkwidget.c:2213 +#: gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "ୱିଜେଟ ମଧ୍ଯରେ ଫୋକସ ସୂଚକକୁ ଅଙ୍କନ କରାଯିବ କି ନାହିଁ" -#: ../gtk/gtkwidget.c:2219 +#: gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "ଫୋକସ ଲାଇନ ଓସାର" -#: ../gtk/gtkwidget.c:2220 +#: gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "ପିକ୍ସେଲରେ ଫୋକସ ସୂଚକ ରେଖାର ଓସାର" -#: ../gtk/gtkwidget.c:2226 +#: gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "ଫୋକସ ବିଖଣ୍ଡିତ ରେଖା ଶୈଳୀ" -#: ../gtk/gtkwidget.c:2227 +#: gtk/gtkwidget.c:2227 msgid "Dash pattern used to draw the focus indicator" msgstr "ଫୋକସ ସୂଚକକୁ ଅଙ୍କନ କରିବା ପାଇଁ ବ୍ଯବହୃତ ବିଖଣ୍ଡିତ ରେଖା ଶୈଳୀ" -#: ../gtk/gtkwidget.c:2232 +#: gtk/gtkwidget.c:2232 msgid "Focus padding" msgstr "ଫୋକସ ପ୍ଯାଡିଙ୍ଗ" -#: ../gtk/gtkwidget.c:2233 +#: gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" msgstr "ଫୋକସ ସୂଚକ ଏବଂ ୱିଜେଟ 'ବାକ୍ସ' ମଧ୍ଯରେ ଓସାର, ପିକ୍ସେଲରେ" -#: ../gtk/gtkwidget.c:2238 +#: gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "ଦର୍ଶିକା ରଙ୍ଗ" -#: ../gtk/gtkwidget.c:2239 +#: gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "ଯେଉଁ ରଙ୍ଗର ସନ୍ନିବେଶନ ଦର୍ଶିକାକୁ ଅଙ୍କନ କରିଯିବ" -#: ../gtk/gtkwidget.c:2244 +#: gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "ଦ୍ବିତୀୟକ ଦର୍ଶିକା ରଙ୍ଗ" -#: ../gtk/gtkwidget.c:2245 +#: gtk/gtkwidget.c:2245 msgid "" "Color with which to draw the secondary insertion cursor when editing mixed " "right-to-left and left-to-right text" @@ -6656,43 +6681,43 @@ msgstr "" "ମିଶ୍ର ଡାହାଣରୁ-ବାମକୁ ଏବଂ ବାମରୁ-ଡାହଣକୁ ପାଠ୍ଯକୁ ସମ୍ପାଦନ କରିବା ସମୟରେ ଯେଉଁ ରଙ୍ଗରେ ଦ୍ବିତୀୟକ " "ସନ୍ନିବେଶନ ଦର୍ଶିକାକୁ ଅଙ୍କନ କରାଯିବ" -#: ../gtk/gtkwidget.c:2250 +#: gtk/gtkwidget.c:2250 msgid "Cursor line aspect ratio" msgstr "ଦର୍ଶିକା ରେଖା ପରିମାପ ଅନୁପାତ" -#: ../gtk/gtkwidget.c:2251 +#: gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "ପରିମାପ ଅନୁପାତ ଯାହା ସହିତ ସନ୍ନିବେଶନ ଦର୍ଶିକାକୁ ଅଙ୍କନ କରାଯିବ" -#: ../gtk/gtkwidget.c:2265 +#: gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "ଅଙ୍କନ ଧାର" -#: ../gtk/gtkwidget.c:2266 +#: gtk/gtkwidget.c:2266 msgid "Size of areas outside the widget's allocation to draw" msgstr "ଅଙ୍କନ କରିବା ପାଇଁ ୱିଜେଟର ସ୍ଥାନ ବାହ୍ଯକ୍ଷେତ୍ରର ଆକାର" -#: ../gtk/gtkwidget.c:2279 +#: gtk/gtkwidget.c:2279 msgid "Unvisited Link Color" msgstr "ଅପରଦର୍ଶିତ ସଂଯୋଗର ରଙ୍ଗ" -#: ../gtk/gtkwidget.c:2280 +#: gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "ଅପରିଦର୍ଶିତ ସଂଯୋଗ ମାନଙ୍କର ରଙ୍ଗ" -#: ../gtk/gtkwidget.c:2293 +#: gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "ପରଦର୍ଶିତ ସଂଯୋଗର ରଙ୍ଗ" -#: ../gtk/gtkwidget.c:2294 +#: gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "ପରିଦର୍ଶିତ ସଂଯୋଗ ମାନଙ୍କର ରଙ୍ଗ" -#: ../gtk/gtkwidget.c:2308 +#: gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "ପ୍ରଶସ୍ତ" -#: ../gtk/gtkwidget.c:2309 +#: gtk/gtkwidget.c:2309 msgid "" "Whether separators have configurable width and should be drawn using a box " "instead of a line" @@ -6700,75 +6725,75 @@ msgstr "" "ବିଭାଜକ ମାନଙ୍କର ବିନ୍ଯାସ ଯୋଗ୍ଯ ଓସାର ଅଛି କି ନାହିଁ ଏବଂ ସେମାନଙ୍କୁ ଗୋଟିଏ ରେଖା ପରିବର୍ତ୍ତେ ଗୋଟିଏ " "ବାକ୍ସ ବ୍ଯବହାର କରି ଅଙ୍କନ କରାଯିବା ଉଚିତ କି" -#: ../gtk/gtkwidget.c:2323 +#: gtk/gtkwidget.c:2323 msgid "Separator Width" msgstr "ବିଭାଜକର ଓସାର" -#: ../gtk/gtkwidget.c:2324 +#: gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" msgstr "ବିଭାଜକର ଓସାର ଯଦି ପ୍ରଶସ୍ତ-ବିଭାଜକ ସକ୍ରିୟ (TRUE) ଅଟେ" -#: ../gtk/gtkwidget.c:2338 +#: gtk/gtkwidget.c:2338 msgid "Separator Height" msgstr "ବିଭାଜକ ଉଚ୍ଚତା" -#: ../gtk/gtkwidget.c:2339 +#: gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" msgstr "ବିଭାଜକର ଉଚ୍ଚତା ଯଦି \"ପ୍ରଶସ୍ତ-ବିଭାଜକ\" ସକ୍ରିୟ (TRUE) ଅଟେ" -#: ../gtk/gtkwidget.c:2353 +#: gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" msgstr "ଭୂସମାନ୍ତର ସ୍କ୍ରୋଲ ତୀର ଲମ୍ବ" -#: ../gtk/gtkwidget.c:2354 +#: gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "ଭୂସମାନ୍ତର ସ୍କ୍ରୋଲ ତୀରର ଲମ୍ବ" -#: ../gtk/gtkwidget.c:2368 +#: gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "ଭୂଲମ୍ବ ସ୍କ୍ରୋଲ ତୀର ଲମ୍ବ" -#: ../gtk/gtkwidget.c:2369 +#: gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "ଭୂଲମ୍ବ ସ୍କ୍ରୋଲ ତୀରର ଲମ୍ବ" -#: ../gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "ୱିଣ୍ଡୋ ପ୍ରକାର" -#: ../gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "ୱିଣ୍ଡୋର ପ୍ରକାର" -#: ../gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "ୱିଣ୍ଡୋ ଶୀର୍ଷକ" -#: ../gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "ୱିଣ୍ଡୋର ଶୀର୍ଷକ" -#: ../gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "ୱିଣ୍ଡୋ ଭୂମିକା" -#: ../gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "ଗୋଟିଏ ଅଧିବେଶନକୁ ପୁନଃସ୍ଥାପନ କରିବା ସମୟରେ ୱିଣ୍ଡୋ ପାଇଁ ଗୋଟିଏ ଅନନ୍ଯ ପରିଚୟକ" -#: ../gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ପ୍ରାରମ୍ଭିକ ପରିଚୟ" -#: ../gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "ପ୍ରାରମ୍ଭିକରଣ-ସୂଚନା ଦ୍ବାରା ବ୍ଯବହୃତ ୱିଣ୍ଡୋ ପାଇଁ ଅନନ୍ଯ ପ୍ରାରମ୍ଭିକ ପରିଚାୟକ" -#: ../gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "ସଂକୋଚନ ପ୍ରକାରକୁ ସ୍ବୀକାର କରନ୍ତୁ" -#: ../gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6777,23 +6802,23 @@ msgstr "" "ଯଦି ସତ (TRUE), ୱିଣ୍ଡୋର କୌଣସି ସର୍ବନିମ୍ନ ଆକାର ନାହିଁ। ୯୯% ସମୟରେ ଏହାକୁ ସତ୍ଯ (TRUE) ଭାବରେ " "ବିନ୍ଯାସ କରିବା ଗୋଟିଏ ଭୂଲ ଉପାୟ ଅଟେ" -#: ../gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "ବର୍ଦ୍ଧନକୁ ସ୍ବୀକାର କରନ୍ତୁ" -#: ../gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "ଯଦି ସତ (TRUE), ଚାଳକ ୱିଣ୍ଡୋକୁ ଏହାର ସର୍ବାନିମ୍ନ ଆକାରରୁ ଅଧିକ ପ୍ରସାରିତ କରିପାରିବ" -#: ../gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "ଯଦି ସତ (TRUE), ଚାଳକ ୱିଣ୍ଡୋର ଆକାରକୁ ପରିବର୍ତ୍ତନ କରିପାରିବ" -#: ../gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "ବାହ୍ଯ ଆକ୍ରୁତିଗତ" -#: ../gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6801,67 +6826,70 @@ msgstr "" "ଯଦି ସତ (TRUE), ୱିଣ୍ଡୋଟି ଗୋଟିଏ ନମୁନା ଅଟେ (ଏହା ବ୍ଯବହ୍ରୁତ ହେଉଥିବା ସମୟରେ ଅନ୍ଯାନ୍ଯ ୱିଣ୍ଡୋ ଗୁଡିକ " "ବ୍ଯବହାର ଯୋଗ୍ଯ ନୁହଁନ୍ତି)" -#: ../gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "ଓ୍ବିଣ୍ଡୋର ଅବସ୍ଥାନ" -#: ../gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "ଓ୍ବିଣ୍ଡୋର ପ୍ରାରମ୍ଭିକ ଅବସ୍ଥାନ" -#: ../gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଓସାର" -#: ../gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" -msgstr "ସର୍ବପ୍ରଥମେ ୱିଣ୍ଡୋକୁ ପ୍ରଦର୍ଶିତା କରିବା ସମୟରେ ବ୍ଯବହାର କରାଯାଉଥିବା ୱିଣ୍ଡୋର ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଓସାର" +msgstr "" +"ସର୍ବପ୍ରଥମେ ୱିଣ୍ଡୋକୁ ପ୍ରଦର୍ଶିତା କରିବା ସମୟରେ ବ୍ଯବହାର କରାଯାଉଥିବା ୱିଣ୍ଡୋର ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଓସାର" -#: ../gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଉଚ୍ଚତା" -#: ../gtk/gtkwindow.c:572 -msgid "The default height of the window, used when initially showing the window" -msgstr "ସର୍ବପ୍ରଥମେ ୱିଣ୍ଡୋକୁ ପ୍ରଦର୍ଶିତା କରିବା ସମୟରେ ବ୍ଯବହାର କରାଯାଉଥିବା ୱିଣ୍ଡୋର ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଉଚ୍ଚତା" +#: gtk/gtkwindow.c:573 +msgid "" +"The default height of the window, used when initially showing the window" +msgstr "" +"ସର୍ବପ୍ରଥମେ ୱିଣ୍ଡୋକୁ ପ୍ରଦର୍ଶିତା କରିବା ସମୟରେ ବ୍ଯବହାର କରାଯାଉଥିବା ୱିଣ୍ଡୋର ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଉଚ୍ଚତା" -#: ../gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "ମୂଳ ସହିତ ନଷ୍ଟ କରି ଦିଅନ୍ତୁ" -#: ../gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "ମୂଳ ନଷ୍ଟ ହୋଇଗଲେ ଏହି ୱିଣ୍ଡୋଟି ନଷ୍ଟ ହୋଇଯିବା ଉଚିତ କି" -#: ../gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "ଏହି ୱିଣ୍ଡୋ ପାଇଁ ଚିତ୍ରସଙ୍କେତ" -#: ../gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "ଏହି ୱିଣ୍ଡୋ ପାଇଁ ପ୍ରସଙ୍ଗିତ ଚିତ୍ରସଙ୍କେତର ନାମ" -#: ../gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "ସକ୍ରିୟ ଅଟେ" -#: ../gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "ଉଚ୍ଚ ସ୍ତରଟି ସମ୍ପ୍ରତିକ ସକ୍ରିୟଣ ୱିଣ୍ଡୋରେ ଅଛି କି ନାହିଁ" -#: ../gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "ଉଚ୍ଚ ସ୍ତରରେ ଫୋକସ" -#: ../gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "ନିବେଶ ଫୋକସଟି GtkWindow ମଧ୍ଯରେ ଅଛି କି ନାହିଁ" -#: ../gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "ଆଭାସକୁ ଟାଇପ କରନ୍ତୁ" -#: ../gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -6869,99 +6897,98 @@ msgstr "" "ଏହା କେଉଁ ପ୍ରକାରର ୱିଣ୍ଡୋ ଏବଂ ଏହାକୁ କିପରି ବ୍ଯବହାର କରିବେ ତାହା ବୁଝିବା ପାଇଁ ଡେସ୍କଟପ ପରିବେଶ " "ସହାୟତାର ଆଭାସ" -#: ../gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "ସାଧନ ପଟିକୁ ଏଡାଇ ଦିଅନ୍ତୁ" -#: ../gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "ସତ (TRUE), ଯଦି ୱିଣ୍ଡୋଟି ସାଧନ ପଟିରେ ନାହିଁ।" -#: ../gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "ପେଜରକୁ ଏଡାଇ ଦିଅନ୍ତୁ" -#: ../gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "ସତ (TRUE), ଯଦି ୱିଣ୍ଡୋଟି ପେଜରରେ ନାହିଁ।" -#: ../gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "ଜରୁରୀ" -#: ../gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "ସତ (TRUE), ଯଦି ୱିଣ୍ଡୋକୁ ଉପଭୋକ୍ତର ଦ୍ରୁଷ୍ଟିକୁ ଅଣାଯାଏ।" -#: ../gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "ଫୋକସକୁ ଗ୍ରହଣ କରନ୍ତୁ" -#: ../gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "ସତ (TRUE), ଯଦି ୱିଣ୍ଡୋ ନିବେଶ ଫୋକସକୁ ପାଇଥାଏ।" -#: ../gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "ମ୍ଯାପରେ ଫୋକସ କରନ୍ତୁ" -#: ../gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "ସତ (TRUE), ଯଦି ମ୍ଯାପ କରାଯିବା ସମୟରେ ୱିଣ୍ଡୋ ନିବେଶ ଫୋକସକୁ ପାଇଥାଏ।" -#: ../gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "ସଜା ଯାଇଛି" -#: ../gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "ୱିଣ୍ଡୋଟି ୱିଣ୍ଡୋ ପରିଚାଳକ ଦ୍ବାରା ସଜାଯିବା ଉଚିତ କି ନୁହେଁ" -#: ../gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "ଅପସାରଣ ଯୋଗ୍ଯ" -#: ../gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "ୱିଣ୍ଡୋ ଫ୍ରେମ ନିକଟରେ ବନ୍ଦ କରିବା ପାଇଁ ଗୋଟିଏ ବଟନ ରହିବା ଉଚିତ କି ନୁହେଁ" -#: ../gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "ସ୍ଥିରତା" -#: ../gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "ୱିଣ୍ଡୋର ୱିଣ୍ଡୋ ସ୍ଥିରତା" -#: ../gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "ୱିଣ୍ଡୋ ପାଇଁ ଅସ୍ଥାୟୀ" -#: ../gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "ସଂଳାପର ଅସ୍ଥାୟୀ ମୂଳ" -#: ../gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "ୱିଣ୍ଡୋ ପାଇଁ ସ୍ବଚ୍ଛତା" -#: ../gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "ୱିଣ୍ଡୋର ସ୍ବଚ୍ଛତା, ୦ ରୁ ୧" -#: ../modules/input/gtkimcontextxim.c:334 +#: modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "IM ଉପସମ୍ପାଦନ ଶୈଳୀ" -#: ../modules/input/gtkimcontextxim.c:335 +#: modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "ନିବେଳ ପ୍ରଣାଳୀ ଉପସମ୍ପାଦନ ବାକ୍ଯଖଣ୍ଡକୁ କିପରି ଅଙ୍କନ କରିବେ" -#: ../modules/input/gtkimcontextxim.c:343 +#: modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "IM ଅବସ୍ଥିତି ଶୈଳୀ" -#: ../modules/input/gtkimcontextxim.c:344 +#: modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "ନିବେଶ ପ୍ରଣାଳୀ ସାଧନ ପଟିକୁ କିପରି ଅଙ୍କନ କରିବେ" - diff --git a/po-properties/pa.po b/po-properties/pa.po index e97a315aea..e3c14fbc3d 100644 --- a/po-properties/pa.po +++ b/po-properties/pa.po @@ -9,9 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" -"+&component=general\n" -"POT-Creation-Date: 2009-03-13 15:07+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-10 08:46+0530\n" "Last-Translator: Amanpreet Singh Alam \n" "Language-Team: Punjabi \n" @@ -21,198 +20,196 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../gdk-pixbuf/gdk-pixbuf.c:89 +#: gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "ਚੈਨਲਾਂ ਦੀ ਗਿਣਤੀ" -#: ../gdk-pixbuf/gdk-pixbuf.c:90 +#: gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "ਪ੍ਰਤੀ ਪਿਕਸਲ ਵਿੱਚ ਸੈਂਪਲਾਂ ਦੀ ਗਿਣਤੀ" -#: ../gdk-pixbuf/gdk-pixbuf.c:99 +#: gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "ਰੰਗ-ਸਪੇਸ" -#: ../gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "ਰੰਗ ਸਪੇਸ ਜਿਸ ਵਿੱਚ ਕਿ ਸੈਂਪਲ ਵੇਖੇ ਜਾ ਸਕਣਗੇ" -#: ../gdk-pixbuf/gdk-pixbuf.c:108 +#: gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "ਐਲਫਾ ਹੈ" -#: ../gdk-pixbuf/gdk-pixbuf.c:109 +#: gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "ਕੀ ਪੈਕਸਬਫ ਵਿੱਚ ਐਲਫਾ ਚੈਨਲ ਹੈ" -#: ../gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "ਪ੍ਰਤੀ ਸੈਂਪਲ ਵਿੱਚ ਬਿੱਟ" -#: ../gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "ਪ੍ਰਤੀ ਸੈਂਪਲ ਵਿੱਚ ਬਿੱਟਾਂ ਦੀ ਗਿਣਤੀ" -#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 -#: ../gtk/gtktreeviewcolumn.c:207 +#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "ਚੌੜਾਈ" -#: ../gdk-pixbuf/gdk-pixbuf.c:133 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "ਪੈਕਸਬਫ ਵਿੱਚ ਕਾਲਮਾਂ ਦੀ ਗਿਣਤੀ" -#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 +#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 msgid "Height" msgstr "ਉਚਾਈ" -#: ../gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "ਪੈਕਸਬਫ ਵਿੱਚ ਕਤਾਰਾਂ ਦੀ ਗਿਣਤੀ" -#: ../gdk-pixbuf/gdk-pixbuf.c:159 +#: gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "ਕਤਾਰਾਂ" -#: ../gdk-pixbuf/gdk-pixbuf.c:160 +#: gdk-pixbuf/gdk-pixbuf.c:160 msgid "" "The number of bytes between the start of a row and the start of the next row" msgstr "ਇਸ ਕਤਾਰ ਦੇ ਸ਼ੁਰੂ ਅਤੇ ਅਗਲੀ ਕਤਾਰ ਦੇ ਸ਼ੁਰੂ ਵਿੱਚ ਬਿੱਟਾਂ ਦੀ ਗਿਣਤੀ" -#: ../gdk-pixbuf/gdk-pixbuf.c:169 +#: gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "ਪਿਕਸਲ" -#: ../gdk-pixbuf/gdk-pixbuf.c:170 +#: gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "ਪੈਕਸਬਫ ਵਿੱਚ ਪਿਕਸਲ ਡਾਟਾ ਲਈ ਸੰਕੇਤਕ" -#: ../gdk/gdkdisplaymanager.c:103 +#: gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "ਡਿਫਾਲਟ ਡਿਸਪਲੇਅ" -#: ../gdk/gdkdisplaymanager.c:104 +#: gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "GDK ਲਈ ਡਿਫਾਲਟ ਡਿਸਪਲੇਅ" -#: ../gdk/gdkpango.c:490 ../gtk/gtkinvisible.c:86 -#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "ਸਕਰੀਨ" -#: ../gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "ਰੈਂਡਰਿੰਗ ਲਈ GdkScreen" -#: ../gdk/gdkscreen.c:75 +#: gdk/gdkscreen.c:75 msgid "Font options" msgstr "ਫੋਂਟ ਚੋਣਾਂ" -#: ../gdk/gdkscreen.c:76 +#: gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "ਸਕਰੀਨ ਲਈ ਡਿਫਾਲਟ ਫੋਂਟ ਚੋਣਾਂ" -#: ../gdk/gdkscreen.c:83 +#: gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "ਫੋਂਟ ਰੈਜ਼ੋਲੂਸ਼ਨ" -#: ../gdk/gdkscreen.c:84 +#: gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "ਸਕਰੀਨ ਉੱਤੇ ਫੋਂਟਾਂ ਲਈ ਰੈਜ਼ੋਲੂਸ਼ਨ ਹੈ" -#: ../gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "ਪਰੋਗਰਾਮ ਨਾਂ" -#: ../gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" "ਪਰੋਗਰਾਮ ਦਾ ਨਾਂ ਹੈ। ਜੇਕਰ ਇਹ ਨਾ ਦਿੱਤਾ ਗਿਆ ਤਾਂ, ਡਿਫਾਲਟ g_get_application_name() ਹੋਵੇਗਾ।" -#: ../gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "ਪਰੋਗਰਾਮ ਵਰਜਨ" -#: ../gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "ਪਰੋਗਰਾਮ ਦਾ ਵਰਜਨ ਹੈ" -#: ../gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "ਕਾਪੀਰਾਈਟ ਲਾਈਨ" -#: ../gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "ਪਰੋਗਰਾਮ ਬਾਰੇ ਕਾਪੀਰਾਈਟ ਜਾਣਕਾਰੀ ਹੈ" -#: ../gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "ਟਿੱਪਣੀ ਲਾਈਨ" -#: ../gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "ਪਰੋਗਰਾਮ ਬਾਰੇ ਟਿੱਪਣੀ ਹੈ।" -#: ../gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "ਵੈਬਸਾਇਟ URL" -#: ../gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "ਪਰੋਗਰਾਮ ਦੀ ਵੈੱਬ ਸਾਇਟ ਨਾਲ ਸਬੰਧਤ URL ਹੈ" -#: ../gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "ਵੈਬਸਾਇਟ ਲੇਬਲ" -#: ../gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" "ਪਰੋਗਰਾਮ ਦੀ ਵੈਬਸਾਇਟ ਨਾਲ ਲਿੰਕ ਦਾ ਲੇਬਲ ਹੈ। ਜੇਕਰ ਇਹ ਨਾਂ ਦਿੱਤਾ ਗਿਆ ਤਾਂ, ਇਹ ਮੂਲ URL ਹੋਵੇਗਾ।" -#: ../gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "ਲੇਖਕ" -#: ../gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "ਪਰੋਗਰਾਮ ਦੇ ਲੇਖਕਾਂ ਦੀ ਲਿਸਟ" -#: ../gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "ਦਸਤਾਵੇਜ਼ ਲੇਖਕ" -#: ../gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "ਪਰੋਗਰਾਮ ਦੇ ਦਸਤਾਵੇਜ਼ ਲਿਖਣ ਵਾਲੇ ਲੇਖਕਾਂ ਦੀ ਲਿਸਟ" -#: ../gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "ਕਲਾਕਾਰ" -#: ../gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "ਪਰੋਗਰਾਮ ਵਿੱਚ ਕਲਾਕਾਰੀ ਕਰਨ ਵਾਲੇ ਲੋਕਾਂ ਦੀ ਲਿਸਟ" -#: ../gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "ਅਨੁਵਾਦ ਮਾਣ" -#: ../gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "ਅਨੁਵਾਦ ਕਰਨ ਵਾਲਿਆਂ ਦਾ ਨਾਂ ਹੈ। ਇਹ ਅਨੁਵਾਦ ਯੋਗ ਹੋਣੀ ਚਾਹੀਦੀ ਹੈ।" -#: ../gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "ਲੋਗੋ" -#: ../gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -220,137 +217,136 @@ msgstr "" "ਇਸ ਬਾਰੇ ਬਕਸੇ ਲਈ ਇੱਕ ਲੋਗੋ ਹੈ। ਜੇਕਰ ਇਹ ਨਾ ਦਿੱਤਾ ਗਿਆ ਤਾਂ, ਮੂਲ " "gtk_window_get_default_icon_list() ਵਰਤਿਆ ਜਾਵੇਗਾ।" -#: ../gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "ਲੋਗੋ ਆਈਕਾਨ ਨਾਂ" -#: ../gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "ਇਸ ਬਾਰੇ ਲੋਗੋ ਵਿੱਚ ਵਰਤਣ ਲਈ ਆਈਕਾਨ ਲੋਗੋ ਹੈ।" -#: ../gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "ਲਾਈਸੈਂਸ ਸਮੇਟਣਾ" -#: ../gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "ਕੀ ਲਾਈਸੈਂਸ ਟੈਕਸਟ ਨੂੰ ਸਮੇਟਣਾ ਹੈ।" -#: ../gtk/gtkaccellabel.c:123 +#: gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "ਐਕਸਰਲੇਟਰ ਬੰਦ" -#: ../gtk/gtkaccellabel.c:124 +#: gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "ਐਕਸਰਲੇਟਰ ਤਬਦੀਲੀਆਂ ਦੀ ਨਿਗਰਾਨੀ ਲਈ ਸਬੰਧ" -#: ../gtk/gtkaccellabel.c:130 +#: gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "ਐਕਸਰਲੇਟਰ ਵਿਦਗਿਟ" -#: ../gtk/gtkaccellabel.c:131 +#: gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "ਐਕਸਰਲੇਟਰ ਤਬਦੀਲੀਆਂ ਦੀ ਨਿਗਰਾਨੀ ਲਈ ਵਿਦਗਿਟ" -#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 -#: ../gtk/gtktextmark.c:89 +#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 +#: gtk/gtktextmark.c:89 msgid "Name" msgstr "ਨਾਂ" -#: ../gtk/gtkaction.c:180 +#: gtk/gtkaction.c:180 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/gtktoolbutton.c:202 +#: 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/gtktoolbutton.c:202 msgid "Label" msgstr "ਲੇਬਲ" -#: ../gtk/gtkaction.c:199 +#: gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "ਲੇਬਲ, ਜੋ ਮੇਨੂ ਆਈਟਮਾਂ ਅਤੇ ਬਟਨਾਂ ਲਈ ਵਰਤਿਆ ਜਾਦਾ ਹੈ, ਜੋ ਇਸ ਕਾਰਵਾਈ ਨੂੰ ਸਰਗਰਮ ਕਰਦੇ ਹਨ।" -#: ../gtk/gtkaction.c:215 +#: gtk/gtkaction.c:215 msgid "Short label" msgstr "ਛੋਟਾ ਲੇਬਲ" -#: ../gtk/gtkaction.c:216 +#: gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "ਛੋਟਾ ਲੇਬਲ ਜੋ ਕਿ ਟੂਲਬਾਰ ਦੇ ਬਟਨਾਂ ਲਈ ਵਰਤਿਆ ਜਾ ਸਕਦਾ ਹੈ " -#: ../gtk/gtkaction.c:224 +#: gtk/gtkaction.c:224 msgid "Tooltip" msgstr "ਟੂਲ-ਟਿੱਪ" -#: ../gtk/gtkaction.c:225 +#: gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "ਇਸ ਕਾਰਵਾਈ ਲਈ ਇੱਕ ਟਿੱਪ ਸੰਕੇਤ ਹੈ " -#: ../gtk/gtkaction.c:240 +#: gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "ਸਟਾਕ ਆਈਕਾਨ" -#: ../gtk/gtkaction.c:241 +#: gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "ਸਟਾਕ ਆਈਕਾਨ ਇਸ ਕਾਰਵਾਈ ਲਈ ਵਿਦਗਿਟ ਵਿੱਚ ਵਿਖਾ ਰਿਹਾ ਹੈ" -#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 +#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "ਗਲਕੋਨ" -#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 -#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 +#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 +#: gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "ਗਲਕੋਨ ਵੇਖਾਇਆ ਜਾ ਰਿਹਾ ਹੈ" -#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 -#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:605 +#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "ਆਈਕਾਨ ਨਾਂ" -#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 -#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 +#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 +#: gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "ਆਈਕਾਨ ਸਰੂਪ ਤੋਂ ਆਈਕਾਨ ਦਾ ਨਾਂ" -#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 +#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "ਜਦੋਂ ਲੇਟਵਾਂ ਹੋਵੇ ਤਾਂ ਵੇਖਾਓ" -#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 +#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." msgstr "ਕੀ ਟੂਲਬਾਰ ਦੀ ਆਈਟਮ ਉਪਲੱਬਧ ਹੋਵੇ, ਜਦੋਂ ਕਿ ਟੂਲਬਾਰ ਲੇਟਵੀ ਹਾਲਤ ਵਿੱਚ ਹੋਵੇ " -#: ../gtk/gtkaction.c:306 +#: gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "ਜਦੋਂ ਭਰ ਹੋਵੇ ਤਾਂ ਵੇਖਾਓ" -#: ../gtk/gtkaction.c:307 +#: gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." msgstr "" "ਜੇਕਰ ਠੀਕ ਹੈ ਤਾਂ, ਇਸ ਕਾਰਵਾਈ ਲਈ ਟੂਲ-ਆਈਟਮ ਪਰਾਕਸੀ ਨੂੰ ਟੂਲਬਾਰ ਭਰਨ ਮੇਨੂ ਵਿੱਚ ਵਿਖਾਇਆ ਜਾਵੇਗਾ।" -#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 +#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "ਜਦੋਂ ਲੰਬਕਾਰੀ ਹੋਵੇ ਤਾਂ ਵੇਖਾਓ" -#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 +#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." msgstr "ਕੀ ਟੂਲਬਾਰ ਦੀ ਆਈਟਮ ਉਪਲੱਬਧ ਹੋਵੇ, ਜਦੋਂ ਕਿ ਟੂਲਬਾਰ ਲੰਬਕਾਰੀ ਹਾਲਤ ਵਿੱਚ ਹੋਵੇ।" -#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 +#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 msgid "Is important" msgstr "ਖਾਸ ਹੈ" -#: ../gtk/gtkaction.c:323 +#: gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." @@ -358,129 +354,128 @@ msgstr "" "ਕੀ ਕਾਰਵਾਈ ਨੂੰ ਜ਼ਰੂਰੀ ਮੰਨਣਾ ਹੈ ਜੇਕਰ ਹਾਂ ਤਾਂ GTK_TOOLBAR_BOTH_HORIZ ਮੋਡ ਵਿੱਚ ਟੂਲ-ਆਈਟਮ " "ਪਰਾਕਸੀ ਲਈ ਇਹ ਕਾਰਵਾਈ ਟੈਕਸਟ ਰੂਪੀ ਵੇਖਾਵੇਗੀ।" -#: ../gtk/gtkaction.c:331 +#: gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "ਜੇ ਖਾਲੀ ਹੈ ਤਾਂ ਉਹਲੇ" -#: ../gtk/gtkaction.c:332 +#: gtk/gtkaction.c:332 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/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193 +#: gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "ਸੰਵੇਦਨਸ਼ੀਲ" -#: ../gtk/gtkaction.c:339 +#: gtk/gtkaction.c:339 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/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293 +#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516 msgid "Visible" msgstr "ਦਿੱਖ" -#: ../gtk/gtkaction.c:346 +#: gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "ਕੀ ਕਾਰਵਾਈ ਦਿੱਸ ਰਹੀ ਹੈ।" -#: ../gtk/gtkaction.c:352 +#: gtk/gtkaction.c:352 msgid "Action Group" msgstr "ਕਾਰਵਾਈ ਗਰੁੱਪ" -#: ../gtk/gtkaction.c:353 +#: gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." msgstr "ਇਹ GtkActionGroup, GtkAction ਨਾਲ ਸੰਬੰਧਿਤ ਹੈ, ਜਾਂ NULL (ਸਿਰਫ ਅੰਦਰੂਨੀ ਵਰਤੋਂ ਲਈ)" -#: ../gtk/gtkactiongroup.c:171 +#: gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "ਕਾਰਵਾਈ ਗਰੁੱਪ ਦਾ ਨਾਂ ਹੈ।" -#: ../gtk/gtkactiongroup.c:178 +#: gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "ਕੀ ਕਾਰਵਾਈ ਗਰੁੱਪ ਯੋਗ ਹੈ।" -#: ../gtk/gtkactiongroup.c:185 +#: gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "ਕੀ ਕਾਰਵਾਈ ਗਰੁੱਪ ਦਿੱਸ ਰਿਹਾ ਹੈ।" -#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:204 ../gtk/gtkspinbutton.c:269 +#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "ਮੁੱਲ" -#: ../gtk/gtkadjustment.c:94 +#: gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "ਅਡਜੱਸਟਮੈਂਟ ਕਰਨ ਦਾ ਮੁੱਲ ਹੈ" -#: ../gtk/gtkadjustment.c:110 +#: gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "ਘੱਟੋ-ਘੱਟ ਮੁੱਲ" -#: ../gtk/gtkadjustment.c:111 +#: gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "ਅਜਡੱਸਟਮੈਂਟ ਕਰਨ ਦਾ ਘੱਟੋ-ਘੱਟ ਮੁੱਲ ਹੈ" -#: ../gtk/gtkadjustment.c:130 +#: gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਮੁੱਲ" -#: ../gtk/gtkadjustment.c:131 +#: gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "ਅਡਜੱਸਟਮੈਂਟ ਕਰਨ ਦਾ ਵੱਧ ਤੋਂ ਵੱਧ ਮੁੱਲ ਹੈ" -#: ../gtk/gtkadjustment.c:147 +#: gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "ਸਟੈਪ ਵਾਧਾ" -#: ../gtk/gtkadjustment.c:148 +#: gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "ਅਡਜੱਸਟਮੈਂਟ ਕਰਨ ਦਾ ਸਟੈਪ ਵਾਧਾ ਹੈ" -#: ../gtk/gtkadjustment.c:164 +#: gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "ਸਫ਼ਾ ਵਾਧਾ" -#: ../gtk/gtkadjustment.c:165 +#: gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "ਅਡਜੱਸਟਮੈਂਟ ਕਰਨ ਦਾ ਸਫ਼ਾ ਵਾਧਾ ਹੈ" -#: ../gtk/gtkadjustment.c:184 +#: gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "ਸਫ਼ਾ ਅਕਾਰ" -#: ../gtk/gtkadjustment.c:185 +#: gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "ਅਡਜੱਸਟਮੈਂਟ ਕਰਨ ਦਾ ਸਫ਼ਾ ਅਕਾਰ ਹੈ" -#: ../gtk/gtkalignment.c:90 +#: gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "ਲੇਟਵੀਂ ਸਫਬੰਦੀ" -#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 +#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" msgstr "ਉਪਲੱਬਧ ਥਾਂ ਵਿੱਚ ਚਲਾਇਡ ਲਈ ਲੇਟਵੀ ਸਥਿਤੀ, ਸਫਬੰਦੀ ਖੱਬੇ 0.0 ਤੇ , ਸੱਜੇ 1.0 ਤੇ " -#: ../gtk/gtkalignment.c:100 +#: gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "ਲੰਬਰੂਪੀ ਸਫਬੰਦੀ" -#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 +#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" msgstr "ਉਪਲੱਬਧ ਥਾਂ ਵਿੱਚ ਚਲਾਇਡ ਲਈ ਲੰਬਕਾਰੀ ਹਾਲਤ ਸਫਬੰਦੀ ਉਪਰੋਂ 0.0 ਤੇ , ਥੱਲਿਉ1.0 'ਤੇ।" -#: ../gtk/gtkalignment.c:109 +#: gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "ਲੇਟਵਾਂ ਸਕੇਲ" -#: ../gtk/gtkalignment.c:110 +#: gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" @@ -488,11 +483,11 @@ msgstr "" "ਜੇਕਰ ਉਪਲੱਬਧ ਲੇਟਵੀ ਥਾਂ ਚਲਾਇਡ ਲਈ ਲੋੜੀਦੀ ਥਾਂ ਤੋਂ ਵਧੇਰੇ ਹੋਵੇ ਤਾਂਚਲਾਇਡ ਕਿੰਨੀ ਵਰਤੇ 0.0 ਦਾ ਮਤਲਬ ਕੁਝ " "ਵੀ ਨਹੀ, 1.0 ਸਭ" -#: ../gtk/gtkalignment.c:118 +#: gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "ਲੰਬਕਾਰੀ ਪੈਮਾਨਾ" -#: ../gtk/gtkalignment.c:119 +#: gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" @@ -500,289 +495,289 @@ msgstr "" "ਜੇਕਰ ਉਪਲੱਬਧ ਲੰਬਕਾਰੀ ਥਾਂ ਚਲਾਇਡ ਲਈ ਲੋੜੀਦੀ ਥਾਂ ਤੋਂ ਵਧੇਰੇ ਹੋਵੇ ਤਾਂ ਚਲਾਇਡ ਕਿੰਨੀ ਵਰਤੇ 0.0 ਦਾ ਮਤਲਬ " "ਕੁਝ ਵੀ ਨਹੀ, 1.0 ਸਭ" -#: ../gtk/gtkalignment.c:136 +#: gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "ਉੱਤੇ ਚਿਣੋ" -#: ../gtk/gtkalignment.c:137 +#: gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "ਵਿਡਗਿਟ ਦੇ ਉੱਤੇ ਚਿਣ ਦਿਓ" -#: ../gtk/gtkalignment.c:153 +#: gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "ਥੱਲੇ ਚਿਣੋ" -#: ../gtk/gtkalignment.c:154 +#: gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "ਵਿਡਗਿਟ ਦੇ ਹੇਠਾਂ ਚਿਣ ਦਿਓ" -#: ../gtk/gtkalignment.c:170 +#: gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "ਖੱਬੇ ਚਿਣੋ" -#: ../gtk/gtkalignment.c:171 +#: gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "ਵਿਡਗਿਟ ਦੇ ਖੱਬੇ ਚਿਣ ਦਿਓ" -#: ../gtk/gtkalignment.c:187 +#: gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "ਸੱਜੇ ਚਿਣੋ" -#: ../gtk/gtkalignment.c:188 +#: gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "ਵਿਡਗਿਟ ਦੇ ਸੱਜੇ ਚਿਣ ਦਿਓ" -#: ../gtk/gtkarrow.c:75 +#: gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "ਤੀਰ ਦਿਸ਼ਾ" -#: ../gtk/gtkarrow.c:76 +#: gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "ਤੀਰ ਦੀ ਦਿਸ਼ਾ ਨਿਸ਼ਾਨਦੇਹੀ ਕਰੇ" -#: ../gtk/gtkarrow.c:84 +#: gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "ਤੀਰ ਛਾਂ" -#: ../gtk/gtkarrow.c:85 +#: gtk/gtkarrow.c:85 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:363 msgid "Arrow Scaling" msgstr "ਤੀਰ ਸਕੇਲਿੰਗ" -#: ../gtk/gtkarrow.c:93 +#: gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "ਤੀਰ ਵਲੋਂ ਵਰਤੀ ਗਈ ਥਾਂ ਦੀ ਮਾਤਰਾ" -#: ../gtk/gtkaspectframe.c:79 +#: gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "ਲੇਟਵੀਂ ਸਫਬੰਦੀ" -#: ../gtk/gtkaspectframe.c:80 +#: gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "ਚਾਇਲਡ ਦੀ X ਕਤਾਰਬੰਦੀ" -#: ../gtk/gtkaspectframe.c:86 +#: gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "ਲੰਬਕਾਰੀ ਸਫਬੰਦੀ" -#: ../gtk/gtkaspectframe.c:87 +#: gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "ਚਾਇਲਡ ਦੀ Y ਸਫਬੰਦੀ" -#: ../gtk/gtkaspectframe.c:93 +#: gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "ਅਨੁਪਾਤ" -#: ../gtk/gtkaspectframe.c:94 +#: gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "ਜੇ obey_child ਗਲਤ ਹੈ ਤਾਂ ਆਕਾਰ-ਅਨੁਪਾਤ" -#: ../gtk/gtkaspectframe.c:100 +#: gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "ਉਬੇ-ਚਾਇਲਡ" -#: ../gtk/gtkaspectframe.c:101 +#: gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "ਫਰੇਮ ਦੀ ਚਾਇਲਡ ਨਾਲ ਆਕਾਰ-ਅਨੁਪਾਤ ਨਾਲ ਮਿਲਾਓ" -#: ../gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "ਹੈੱਡਰ ਪੈਡਿੰਗ" -#: ../gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "ਹੈੱਡਰ ਦੇ ਦੁਆਲੇ ਪਿਕਸਲਾਂ ਦੀ ਗਿਣਤੀ ਹੈ।" -#: ../gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "ਸਮੱਗਰੀ ਪੈਡਿੰਗ" -#: ../gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "ਸਮੱਗਰੀ ਪੇਜ਼ਾਂ ਦੁਆਲੇ ਪਿਕਸਲਾਂ ਦੀ ਗਿਣਤੀ ਹੈ।" -#: ../gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:286 msgid "Page type" msgstr "ਪੇਜ਼ ਕਿਸਮ" -#: ../gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "ਜਾਰੀ ਪੇਜ਼ ਦੀ ਕਿਸਮ ਹੈ" -#: ../gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:304 msgid "Page title" msgstr "ਸਫ਼ਾ ਟਾਇਟਲ" -#: ../gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "ਜਾਰੀ ਸਫ਼ੇ ਦਾ ਟਾਇਟਲ" -#: ../gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:321 msgid "Header image" msgstr "ਹੈੱਡਰ ਚਿੱਤਰ" -#: ../gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "ਸਹਾਇਕ ਸਫ਼ੇ ਲਈ ਹੈੱਡਰ ਚਿੱਤਰ" -#: ../gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "ਸਾਈਡ-ਬਾਰ ਚਿੱਤਰ" -#: ../gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "ਸਹਾਇਕ ਸਫ਼ੇ ਲਈ ਬਾਹੀ ਚਿੱਤਰ" -#: ../gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:354 msgid "Page complete" msgstr "ਸਫ਼ਾ ਪੂਰਾ ਹੋਇਆ" -#: ../gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "ਕੀ ਸਫ਼ੇ ਉੱਤੇ ਸਭ ਲੋੜੀਦੇ ਖੇਤਰ ਭਰਨੇ ਹਨ" -#: ../gtk/gtkbbox.c:91 +#: gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "ਘੱਟੋ-ਘੱਟ ਚਾਇਲਡ ਚੌੜਾਈ" -#: ../gtk/gtkbbox.c:92 +#: gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "ਡੱਬੇ ਦੇ ਅੰਦਰ ਬਟਨਾਂ ਦੀ ਘੱਟੋ-ਘੱਟ ਚੌੜਾਈ" -#: ../gtk/gtkbbox.c:100 +#: gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "ਘੱਟੋ-ਘੱਟ ਚਾਇਲਡ ਉਚਾਈ" -#: ../gtk/gtkbbox.c:101 +#: gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "ਡੱਬੇ ਦੇ ਅੰਦਰ ਬਟਨਾਂ ਦੀ ਘੱਟੋ-ਘੱਟ ਉਚਾਈ" -#: ../gtk/gtkbbox.c:109 +#: gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "ਚਾਇਲਡ ਦੀ ਅੰਦਰੂਨੀ ਚਿਣਨ ਦੀ ਚੌੜਾਈ" -#: ../gtk/gtkbbox.c:110 +#: gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "ਚਾਇਲਡ ਦੇ ਆਕਾਰ ਵਿੱਚ ਕਿਸੇ ਵੀ ਪਾਸੇ ਵਾਧੇ ਦੀ ਮਿਣਤੀ" -#: ../gtk/gtkbbox.c:118 +#: gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "ਚਾਇਲਡ ਦੀ ਅੰਦਰੂਨੀ ਚਿਣਨ ਦੀ ਉਚਾਈ" -#: ../gtk/gtkbbox.c:119 +#: gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "ਚਾਇਲਡ ਦੇ ਆਕਾਰ ਵਿੱਚ ਉੱਪਰ ਅਤੇ ਹੇਠਾਂ ਵਾਲੇ ਪਾਸੇ ਵਾਧੇ ਦੀ ਮਿਣਤੀ" -#: ../gtk/gtkbbox.c:127 +#: gtk/gtkbbox.c:127 msgid "Layout style" msgstr "ਲੇਆਉਟ ਸਟਾਇਲ" -#: ../gtk/gtkbbox.c:128 +#: gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" msgstr "" "ਡੱਬੇ ਵਿੱਚ ਬਟਨਾਂ ਦਾ ਲੇਆਉਟ ਕਿਵੇਂ ਹੋਵੇ, ਉਪਲੱਬਧ ਮੁੱਲ ਹਨ ਡਿਫਾਲਟ, ਖਿਲਰਿਆ, ਕਿਨਾਰਾ, ਸ਼ੁਰੂ ਅਤੇ ਅੰਤ" -#: ../gtk/gtkbbox.c:136 +#: gtk/gtkbbox.c:136 msgid "Secondary" msgstr "ਸੈਕੰਡਰੀ" -#: ../gtk/gtkbbox.c:137 +#: gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" msgstr "" "ਜੇਕਰ ਸਹੀ ਹੈ ਤਾਂ ਚਾਇਲਡ, ਚਾਇਲਡਰਨ ਦੇ ਗਰੁੱਪ ਦਾ ਸੈਕੰਡਰੀ ਬਣ ਰਹੀ ਜਾਪਦੀ ਹੈ ਜਿਵੇ ਕਿ ਮੱਦਦ ਬਟਨ " -#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 -#: ../gtk/gtktreeviewcolumn.c:216 +#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 +#: gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "ਖਾਲੀ ਥਾਂ" -#: ../gtk/gtkbox.c:131 +#: gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "ਚੈਲਡਰਨ ਵਿੱਚ ਕਿੰਨੀ ਥਾਂ ਹੈ" -#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 -#: ../gtk/gtktoolbar.c:573 +#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 +#: gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "ਸਮਰੂਪ" -#: ../gtk/gtkbox.c:141 +#: gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "ਕੀ ਚੈਲਰਨ ਇੱਕੋ ਆਕਾਰ ਦੇ ਹੋਣ" -#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 -#: ../gtk/gtktreeviewcolumn.c:272 +#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 +#: gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "ਫੈਲਾਓ" -#: ../gtk/gtkbox.c:149 +#: gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "ਕੀ ਚਾਇਲਡ ਵੱਖਰੀ ਥਾਂ ਲੈ ਲੈਣ ਜਦੋਂ ਕਿ ਮੂਲ਼ (ਪੇਰੈਨਟ) ਵੱਧ ਰਹੇ ਹੋ" -#: ../gtk/gtkbox.c:155 +#: gtk/gtkbox.c:155 msgid "Fill" msgstr "ਭਰੋ" -#: ../gtk/gtkbox.c:156 +#: gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" msgstr "ਕੀ ਚਾਇਲਡ ਦੀ ਖਾਲੀ ਥਾਂ ਚਾਇਡ ਨੂੰ ਦੇ ਦਿੱਤੀ ਜਾਵੇ ਜਾਂ ਚਿਣਨ ਲਈ ਵਰਤੀ ਜਾਵੇ " -#: ../gtk/gtkbox.c:162 +#: gtk/gtkbox.c:162 msgid "Padding" msgstr "ਚਿਣਿਆ" -#: ../gtk/gtkbox.c:163 +#: gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "ਵਾਧੂ ਥਾਂ, ਚਾਇਲਡ ਅਤੇ ਗੁਆਢੀ ਵਿੱਚਕਾਰ ਦੇਣ ਲਈ ( ਪਿਕਸਲਾਂ ਵਿੱਚ)" -#: ../gtk/gtkbox.c:169 +#: gtk/gtkbox.c:169 msgid "Pack type" msgstr "ਪੈਕ ਕਿਸਮ" -#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 +#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" msgstr "ਇਹ GtkPackType ਵੇਖਾ ਰਿਹਾ ਹੈ ਕਿ ਚਲਾਇਡ ਨੂੰ ਪੇਰੈਟ ਦੇ ਸ਼ੁਰੂ ਜ਼ਾਂ ਅਖੀਰ ਵਿੱਚ ਪੈਕ ਕੀਤਾ ਜਾਏ" -#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 -#: ../gtk/gtkruler.c:148 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 +#: gtk/gtkruler.c:148 msgid "Position" msgstr "ਟਿਕਾਣਾ" -#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 +#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "ਪੇਰੈਟ ਵਿੱਚ ਚਾਇਲਡ ਦਾ ਇੰਡੈਕਸ" -#: ../gtk/gtkbuilder.c:96 +#: gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "ਟਰਾਂਸਲੇਟ ਡੋਮੇਨ" -#: ../gtk/gtkbuilder.c:97 +#: gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "gettext ਵਲੋਂ ਵਰਤੀ ਟਰਾਂਸਲੇਟ ਡੋਮੇਨ" -#: ../gtk/gtkbutton.c:220 +#: gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" msgstr "ਬਟਨ ਵਿੱਚ ਲੇਬਲ ਵਿਦਗਿਟ ਦੇ ਸ਼ਬਦ, ਜੇਕਰ ਬਟਨ ਵਿੱਚ ਲੇਬਲ ਵਿਦਗਿਟ ਹੈ" -#: ../gtk/gtkbutton.c:227 ../gtk/gtkexpander.c:203 ../gtk/gtklabel.c:388 -#: ../gtk/gtkmenuitem.c:315 ../gtk/gtktoolbutton.c:209 +#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 +#: gtk/gtkmenuitem.c:315 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/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389 +#: gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" @@ -790,687 +785,678 @@ msgstr "" "ਜੇਕਰ, ਸ਼ਬਦ ਵਿੱਚ ਹੇਠਾਂ ਲਾਈਨ ਖਿੱਚੀ ਗਈ ਹੈ ਤਾਂ ਇਹ ਅਗਲੇ ਅੱਖਰ ਨੂੰ ਵੇਖਾਵੇਗਾ ਕਿ ਉਹ ਕੀ-ਬੋਰਡ ਤੋਂ ਵਰਤਿਆ " "ਜਾ ਸਕਦਾ ਹੈ" -#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 +#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "ਸਟਾਕ ਵਰਤੋਂ" -#: ../gtk/gtkbutton.c:236 +#: gtk/gtkbutton.c:236 msgid "" "If set, the label is used to pick a stock item instead of being displayed" msgstr "ਜੇਕਰ ਸੈੱਟ ਕੀਤਾ ਤਾਂ, ਲੇਬਲ ਸਟਾਕ ਆਈਟਮ ਨੂੰ ਚੁੱਕੇਗਾ ਨਾ ਕਿ ਉਸ ਨੂੰ ਵੇਖਾਵੇਗਾ" -#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 -#: ../gtk/gtkfilechooserbutton.c:393 +#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "ਕਲਿੱਕ 'ਤੇ ਫੋਕਸ" -#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 +#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "ਕੀ ਬਟਨ ਫੋਕਸ ਹੋ ਜਾਵੇ, ਜਦੋਂ ਕਿ ਇਹ ਮਾਊਸ ਨਾਲ ਦਬਾਇਆ ਜਾਵੇ" -#: ../gtk/gtkbutton.c:251 +#: gtk/gtkbutton.c:251 msgid "Border relief" msgstr "ਹਾਸ਼ੀਏ ਦੀ ਛੋਟ" -#: ../gtk/gtkbutton.c:252 +#: gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "ਬਾਰਡਰ ਛੋਟ ਸਟਾਇਲ" -#: ../gtk/gtkbutton.c:269 +#: gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "ਚਾਇਲਡ ਲਈ ਲੇਟਵੀ ਸਫ਼ਬੰਦੀ" -#: ../gtk/gtkbutton.c:288 +#: gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "ਚਾਇਲਡ ਲਈ ਲੰਬਕਾਰੀ ਸਫ਼ਬੰਦੀ" -#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 +#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "ਚਿੱਤਰ ਵਿਦਗਿਟ" -#: ../gtk/gtkbutton.c:306 +#: gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "ਚਲਾਇਡ ਵਿਦਗਿਟ, ਬਟਨ ਟੈਕਸਟ ਤੋਂ ਅੱਗੇ ਦਿੱਸਣ ਲਈ" -#: ../gtk/gtkbutton.c:320 +#: gtk/gtkbutton.c:320 msgid "Image position" msgstr "ਚਿੱਤਰ ਸਥਿਤੀ" -#: ../gtk/gtkbutton.c:321 +#: gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "ਟੈਕਸਟ ਦੇ ਮੁਤਾਬਕ ਚਿੱਤਰ ਦੀ ਅਨੁਸਾਰੀ ਸਥਿਤੀ" -#: ../gtk/gtkbutton.c:433 +#: gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "ਮੂਲ ਫਾਸਲਾ" -#: ../gtk/gtkbutton.c:434 +#: gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "ਬਟਨਾਂ CAN_DEFAULT ਲਈ ਵੱਖਰੀ ਥਾਂ ਜੋੜੋ" -#: ../gtk/gtkbutton.c:440 +#: gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "ਮੂਲ ਬਾਹਰੀ ਖਾਲ਼ੀ ਥਾਂ" -#: ../gtk/gtkbutton.c:441 +#: gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" msgstr "ਬਟਨਾਂ CAN_DEFAULT ਲਈ ਵੱਖਰੀ ਥਾਂ ਜੋੜੋ, ਹੋ ਕਿ ਹਾਸ਼ੀਏ ਤੋਂ ਹਮੇਸ਼ਾ ਬਾਹਰ ਖਿੱਚੀ ਜਾਵੇ" -#: ../gtk/gtkbutton.c:446 +#: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "ਚਾਇਲਡ X ਹਿਲਾਉਣਾ" -#: ../gtk/gtkbutton.c:447 +#: gtk/gtkbutton.c:447 msgid "" "How far in the x direction to move the child when the button is depressed" msgstr "ਜਦੋ ਬਟਨ ਨੂੰ ਦਬਾਇਆ ਜਾਵੇ ਤਾਂ ਚਾਇਲਡ ਨੂੰ X ਦਿਸ਼ਾ ਵਿੱਚ ਕਿੰਨਾ ਹਿਲਾਇਆ ਜਾਵੇ" -#: ../gtk/gtkbutton.c:454 +#: gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "ਚਾਇਲਡ Y ਹਿਲਾਉਣਾ" -#: ../gtk/gtkbutton.c:455 +#: gtk/gtkbutton.c:455 msgid "" "How far in the y direction to move the child when the button is depressed" msgstr "ਜਦੋ ਬਟਨ ਨੂੰ ਦਬਾਇਆ ਜਾਵੇ ਤਾਂ ਚਾਇਲਡ ਨੂੰ Y ਦਿਸ਼ਾ ਵਿੱਚ ਕਿੰਨਾ ਹਿਲਾਇਆ ਜਾਵੇ" -#: ../gtk/gtkbutton.c:471 +#: gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "ਫੋਕਸ ਹਿਲਾਓ" -#: ../gtk/gtkbutton.c:472 +#: gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" msgstr "ਕੀ child_displacement_x/_y properties ਚਤੁਰਭੁਜ ਫੋਕਸ ਨੂੰ ਪਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "ਅੰਦਰੂਨੀ ਹਾਸ਼ੀਆ" -#: ../gtk/gtkbutton.c:486 +#: gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "ਬਟਨ ਕਿਨਾਰੇ ਅਤੇ ਅਧੀਨ ਵਿੱਚ ਹਾਸ਼ੀਆ ਹੈ।" -#: ../gtk/gtkbutton.c:499 +#: gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "ਚਿੱਤਰ ਫਾਸਲਾ" -#: ../gtk/gtkbutton.c:500 +#: gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "ਚਿੱਤਰ ਅਤੇ ਲੇਬਲ ਵਿੱਚ ਫਾਸਲਾ ਪਿਕਸਲ ਵਿੱਚ" -#: ../gtk/gtkbutton.c:514 +#: gtk/gtkbutton.c:514 msgid "Show button images" msgstr "ਬਟਨ-ਚਿੱਤਰ ਵੇਖਾਓ" -#: ../gtk/gtkbutton.c:515 +#: gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "ਕੀ ਬਟਨਾਂ ਉੱਤੇ ਚਿੱਤਰ ਵੇਖਾਏ ਜਾਣ" -#: ../gtk/gtkcalendar.c:440 +#: gtk/gtkcalendar.c:440 msgid "Year" msgstr "ਵਰ੍ਹਾ" -#: ../gtk/gtkcalendar.c:441 +#: gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "ਚੁਣਿਆ ਵਰ੍ਹਾ" -#: ../gtk/gtkcalendar.c:454 +#: gtk/gtkcalendar.c:454 msgid "Month" msgstr "ਮਹੀਨਾ" -#: ../gtk/gtkcalendar.c:455 +#: gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "ਚੁਣਿਆ ਮਹੀਨਾ (ਇੱਕ ਨੰਬਰ 0 ਅਤੇ 11 ਵਿੱਚੋਂ)" -#: ../gtk/gtkcalendar.c:469 +#: gtk/gtkcalendar.c:469 msgid "Day" msgstr "ਦਿਨ" -#: ../gtk/gtkcalendar.c:470 +#: gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" msgstr "ਚੁਣਿਆ ਦਿਨ ( ਇੱਕ ਨੰਬਰ 1 ਅਤੇ 31 ਵਿੱਚੋ, ਜਾਂ 0 ਮੌਜੂਦਾ ਚੁਣੇ ਦਿਨ ਨੂੰ ਰੱਦ ਕਰਨ ਲਈ)" -#: ../gtk/gtkcalendar.c:484 +#: gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "ਹੈਡਿੰਗ ਵੇਖਾਓ" -#: ../gtk/gtkcalendar.c:485 +#: gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ, ਹੈਡਿੰਗ ਦਿੱਸੇਗਾ" -#: ../gtk/gtkcalendar.c:499 +#: gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "ਦਿਨ ਦੇ ਨਾਂ ਵੇਖਾਓ" -#: ../gtk/gtkcalendar.c:500 +#: gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ, ਦਿਨ ਦਾ ਨਾਂ ਵਿਖਾਈ ਦੇਵੇਗਾ" -#: ../gtk/gtkcalendar.c:513 +#: gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "ਕੋਈ ਮਹੀਨਾ ਨਾ ਬਦਲੋ" -#: ../gtk/gtkcalendar.c:514 +#: gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ, ਕੋਈ ਮਹੀਨਾ ਨਹੀਂ ਬਦਲ ਸਕੇਗਾ" -#: ../gtk/gtkcalendar.c:528 +#: gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "ਹਫਤਾ ਨੰਬਰ ਵੇਖਾਓ" -#: ../gtk/gtkcalendar.c:529 +#: gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ, ਹਫਤੇ ਦਾ ਨੰਬਰ ਦਿੱਸੇਗਾ" -#: ../gtk/gtkcalendar.c:544 +#: gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "ਵੇਰਵਾ ਚੌੜਾਈ" -#: ../gtk/gtkcalendar.c:545 +#: gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "ਅੱਖਰਾਂ ਵਿੱਚ ਵੇਰਵਾ ਚੌੜਾਈ" -#: ../gtk/gtkcalendar.c:560 +#: gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "ਵੇਰਵਾ ਉਚਾਈ" -#: ../gtk/gtkcalendar.c:561 +#: gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "ਕਤਾਰਾਂ ਵਿੱਚ ਵੇਰਵੇ ਦੀ ਉਚਾਈ" -#: ../gtk/gtkcalendar.c:577 +#: gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "ਵੇਰਵਾ ਵੇਖੋ" -#: ../gtk/gtkcalendar.c:578 +#: gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ ਵੇਰਵਾ ਵੇਖੋ" -#: ../gtk/gtkcellrenderer.c:177 +#: gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "ਢੰਗ" -#: ../gtk/gtkcellrenderer.c:178 +#: gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "CellRenderer ਦਾ ਸੋਧਣਯੋਗ ਮੋਡ" -#: ../gtk/gtkcellrenderer.c:186 +#: gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "ਦਿੱਖ" -#: ../gtk/gtkcellrenderer.c:187 +#: gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "ਸੈਲ ਵੇਖਾਓ" -#: ../gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "ਸੈਲ ਸੰਵੇਦਸ਼ੀਲ ਵੇਖਾਓ" -#: ../gtk/gtkcellrenderer.c:201 +#: gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "x ਸਫ਼ਬੰਦੀ" -#: ../gtk/gtkcellrenderer.c:202 +#: gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "x-ਸਫ਼ਬੰਦੀ" -#: ../gtk/gtkcellrenderer.c:211 +#: gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "y ਸਫ਼ਬੰਦੀ" -#: ../gtk/gtkcellrenderer.c:212 +#: gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "y-ਸਫ਼ਬੰਦੀ" -#: ../gtk/gtkcellrenderer.c:221 +#: gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "xpad" -#: ../gtk/gtkcellrenderer.c:222 +#: gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "xpad" -#: ../gtk/gtkcellrenderer.c:231 +#: gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "ypad" -#: ../gtk/gtkcellrenderer.c:232 +#: gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "ypad" -#: ../gtk/gtkcellrenderer.c:241 +#: gtk/gtkcellrenderer.c:241 msgid "width" msgstr "ਚੌੜਾਈ" -#: ../gtk/gtkcellrenderer.c:242 +#: gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "ਨਿਸ਼ਚਿਤ ਚੌੜਾਈ" -#: ../gtk/gtkcellrenderer.c:251 +#: gtk/gtkcellrenderer.c:251 msgid "height" msgstr "ਉਚਾਈ" -#: ../gtk/gtkcellrenderer.c:252 +#: gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "ਨਿਸ਼ਚਿਤ ਉਚਾਈ" -#: ../gtk/gtkcellrenderer.c:261 +#: gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "ਫੈਲਣਯੋਗ ਹੈ" -#: ../gtk/gtkcellrenderer.c:262 +#: gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "ਕਤਾਰ ਵਿੱਚ ਚਾਇਲਡਰਨ ਹਨ" -#: ../gtk/gtkcellrenderer.c:270 +#: gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "ਫੈਲ ਗਿਆ ਹੈ" -#: ../gtk/gtkcellrenderer.c:271 +#: gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "ਕਤਾਰ ਇੱਕ ਫੈਲਣਯੋਗ ਕਤਾਰ ਹੈ ਅਤੇ ਫੈਲ ਗਈ ਹੈ" -#: ../gtk/gtkcellrenderer.c:278 +#: gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "ਸੈਲ ਬੈਕਗਰਾਊਂਡ ਰੰਗ ਦਾ ਨਾਂ" -#: ../gtk/gtkcellrenderer.c:279 +#: gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "ਸੈਲ ਬੈਕਗਰਾਊਂਡ ਰੰਗ ਨਾਂ ਸਤਰ ਵਾਂਗ" -#: ../gtk/gtkcellrenderer.c:286 +#: gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "ਸੈਲ ਬੈਕਗਰਾਊਂਡ ਰੰਗ" -#: ../gtk/gtkcellrenderer.c:287 +#: gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "ਸੈਲ ਬੈਕਗਰਾਊਂਡ ਰੰਗ ਇੱਕ GdkColor ਵਾਂਗ" -#: ../gtk/gtkcellrenderer.c:294 +#: gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "ਸੋਧ ਜਾਰੀ" -#: ../gtk/gtkcellrenderer.c:295 +#: gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "ਕੀ ਸੋਧ ਢੰਗ ਵਿੱਚ ਮੌਜੂਦਾ ਸੈੱਲ ਰੈਡਰਿੰਗ ਹੋਵੇ" -#: ../gtk/gtkcellrenderer.c:303 +#: gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "ਸੈਲ ਬੈਕਗਰਾਊਂਡ ਦਿਓ" -#: ../gtk/gtkcellrenderer.c:304 +#: gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "ਕੀ ਇਹ ਟੈਗ ਸੈਲ਼ ਦੀ ਬੈਕਗਰਾਊਂਡ ਰੰਗ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇਗਾ" -#: ../gtk/gtkcellrendereraccel.c:113 +#: gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "ਐਕਸਰਲੇਟਰ ਸਵਿੱਚ" -#: ../gtk/gtkcellrendereraccel.c:114 +#: gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "ਐਕਸਰਲੇਟਰ ਲਈ ਸਵਿੱਚ-ਮੁੱਲ" -#: ../gtk/gtkcellrendereraccel.c:130 +#: gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "ਐਕਸਰਲੇਟਰ ਸੋਧਕ" -#: ../gtk/gtkcellrendereraccel.c:131 +#: gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "ਐਕਸਰਲੇਟਰ ਲਈ ਸੋਧਕ ਮਾਸਕ" -#: ../gtk/gtkcellrendereraccel.c:148 +#: gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "ਐਕਸਰਲੇਟਰ ਸਵਿੱਚ-ਕੋਡ" -#: ../gtk/gtkcellrendereraccel.c:149 +#: gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "ਐਕਸਰਲੇਟਰ ਲਈ ਜੰਤਰ ਸਵਿੱਚ-ਕੋਡ" -#: ../gtk/gtkcellrendereraccel.c:168 +#: gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "ਐਕਸਰਲੇਟਰ ਢੰਗ" -#: ../gtk/gtkcellrendereraccel.c:169 +#: gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "ਐਕਸਰਲੇਟਰ ਦੀ ਕਿਸਮ" -#: ../gtk/gtkcellrenderercombo.c:107 +#: gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "ਮਾਡਲ" -#: ../gtk/gtkcellrenderercombo.c:108 +#: gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "ਮਾਡਲ ਕੰਬੋ-ਬਾਕਸ ਲਈ ਸੰਭਵ ਮੁੱਲ ਰੱਖਦਾ ਹੈ" -#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 +#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "ਟੈਕਸਟ ਕਾਲਮ" -#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 +#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "ਕਾਲਮ ਡੈਟਾ-ਸਰੋਤ ਮਾਡਲ ਵਿੱਚ ਸਤਰਾਂ ਇਸ ਤੋਂ ਪਰਾਪਤ ਕਰੇਗਾ" -#: ../gtk/gtkcellrenderercombo.c:148 +#: gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "ਇੰਦਰਾਜ਼ ਹੈ" -#: ../gtk/gtkcellrenderercombo.c:149 +#: gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "ਜੇਕਰ ਗਲਤ ਹੋਇਆ ਤਾਂ, ਇਹ ਚੁਣਿਆਂ ਤੋਂ ਬਿਨਾਂ ਸਤਰ ਦੇਣ ਨੂੰ ਸਵੀਕਾਰ ਨਹੀਂ ਕਰੇਗਾ" -#: ../gtk/gtkcellrendererpixbuf.c:111 +#: gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "ਪਿਕਬਫ ਆਬਜੈਕਟ" -#: ../gtk/gtkcellrendererpixbuf.c:112 +#: gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "ਪੇਸ਼ ਕਰਨ ਲਈ ਪਿਕਬੱਫ" -#: ../gtk/gtkcellrendererpixbuf.c:119 +#: gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "ਪਿਕਬੱਪ ਐਕਸਪੈਡਰ ਖੋਲ੍ਹੋ" -#: ../gtk/gtkcellrendererpixbuf.c:120 +#: gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "ਖੁੱਲੇ ਐਕਸਪੈਡਰ ਲਈ ਪਿਕਬੱਪ" -#: ../gtk/gtkcellrendererpixbuf.c:127 +#: gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "ਪਿਕਬੱਪ ਐਕਸਪੈਡਰ ਬੰਦ" -#: ../gtk/gtkcellrendererpixbuf.c:128 +#: gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "ਬੰਦ ਐਕਸਪੈਡਰ ਲਈ ਪਿਕਬੱਪ" -#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 -#: ../gtk/gtkstatusicon.c:226 +#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "ਸਟਾਕ ID" -#: ../gtk/gtkcellrendererpixbuf.c:136 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "ਪੇਸ਼ ਕਰਨ ਲਈ ਸਟਾਕ ਆਈਕਾਨ ਦਾ ਸਟਾਕ ID" -#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 -#: ../gtk/gtkstatusicon.c:267 +#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 +#: gtk/gtkstatusicon.c:267 msgid "Size" msgstr "ਅਕਾਰ" -#: ../gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "GtkIconSize ਮੁੱਲ ਜੋ ਕਿ ਪੇਸ਼ ਆਈਕਾਨ ਦਾ ਆਕਾਰ ਸੈੱਟ ਕਰਦਾ ਹੈ" -#: ../gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "ਵੇਰਵਾ" -#: ../gtk/gtkcellrendererpixbuf.c:154 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "ਸਰੂਪ ਇੰਜਣ ਨੂੰ ਦੇਣ ਲਈ ਪੇਸ਼ਕਾਰੀ ਵੇਰਵਾ" -#: ../gtk/gtkcellrendererpixbuf.c:187 +#: gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "ਅੱਗੇ ਹਾਲਤ" -#: ../gtk/gtkcellrendererpixbuf.c:188 +#: gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "ਕੀ ਪੇਸ਼ਕਾਰੀ ਪਿਕਬਫ਼ਰ ਨੂੰ ਹਾਲਤ ਦੇ ਅਨੁਸਾਰ ਰੰਗਦਾਰ ਬਣਾਉਣਾ ਹੈ" -#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "ਆਈਕਾਨ" -#: ../gtk/gtkcellrendererprogress.c:129 +#: gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "ਤਰੱਕੀ ਪੱਟੀ ਦਾ ਮੁੱਲ" -#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 -#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 -#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 +#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 +#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 +#: gtk/gtktextbuffer.c:198 msgid "Text" msgstr "ਪਾਠ" -#: ../gtk/gtkcellrendererprogress.c:147 +#: gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "ਤਰੱਕੀ ਪੱਟੀ ਉੱਤੇ ਪਾਠ" -#: ../gtk/gtkcellrendererprogress.c:170 +#: gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "ਲਹਿਰ" -#: ../gtk/gtkcellrendererprogress.c:171 +#: gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." msgstr "ਇਸ ਲਈ ਧਨਾਤਮਕ ਮੁੱਲ ਦਿਓ, ਜੋ ਕਿ ਕੁਝ ਹੋਈ ਤਰੱਕੀ ਨੂੰ ਵੇਖਾਏ, ਪਰ ਤੁਸੀਂ ਨਹੀਂ ਜਾਣਦੇ ਕਿ ਕਿੰਨੀ।" -#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 +#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "ਪਾਠ x -ਸ਼ਫ਼ਬੰਦੀ" -#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 +#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." msgstr "ਖਿਤਿਜੀ ਟੈਕਸਟ ਸਫ਼ਬੰਦੀ, 0 (ਖੱਬਿਓ) ਤੋਂ 1 (ਸੱਜੇ) ਹੈ। RTL ਲੇਆਉਟ ਲਈ ਰਾਖਵਾਂ ਹੈ।" -#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 +#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "ਪਾਠ y -ਸ਼ਫ਼ਬੰਦੀ" -#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 +#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "ਲੰਬਕਾਰੀ ਸ਼ਫ਼ਬੰਦੀ, 0 (ਉਤੋਂ) ਤੋਂ 1 (ਹੇਠਾਂ) ਹੈ।" -#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 -#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 -#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 +#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 +#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 +#: gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "ਹਾਲਤ" -#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 +#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "ਤਰੱਕੀ-ਪੱਟੀ ਦਾ ਟਿਕਾਣਾ ਅਤੇ ਵਾਧੇ ਦੀ ਦਿਸ਼ਾ" -#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:223 -#: ../gtk/gtkspinbutton.c:208 +#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "ਅਨਕੂਲਤਾ" -#: ../gtk/gtkcellrendererspin.c:94 +#: gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "ਅਨਕੂਲਤਾ, ਜੋ ਕਿ ਸਪਿਨ-ਬਟਨ ਦੇ ਮੁੱਲ ਨੂੰ ਸੰਭਾਲਦੀ ਹੈ।" -#: ../gtk/gtkcellrendererspin.c:109 +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "ਚੜਨ ਦਰ" -#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 +#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "ਬਟਨ ਨੂੰ ਦਬਾਕੇ ਰੱਖਣ ਤੇ ਐਕਸਲੇਸ਼ਨ" -#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 -#: ../gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "ਅੰਕ" -#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 +#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "ਵੇਖਾਉਣ ਲਈ ਦਸ਼ਮਲਵ ਅੰਕਾਂ ਦੀ ਗਿਣਤੀ" -#: ../gtk/gtkcellrenderertext.c:196 +#: gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "ਪੇਸ਼ਕਾਰੀ ਪਾਠ" -#: ../gtk/gtkcellrenderertext.c:203 +#: gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "ਨਿਸ਼ਾਨਬੱਧ" -#: ../gtk/gtkcellrenderertext.c:204 +#: gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "ਪੇਸ਼ਕਾਰੀ ਲਈ ਟੈਕਸਟ ਦੀ ਨਿਸ਼ਾਨਬੰਦੀ" -#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 +#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 msgid "Attributes" msgstr "ਗੁਣ" -#: ../gtk/gtkcellrenderertext.c:212 +#: gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "ਪੇਸ਼ ਕਰਨ ਲਈ ਟੈਕਸਟ ਲਈ ਜਾਰੀ ਸਟਾਇਲ ਗੁਣਾਂ ਦੀ ਲਿਸਟ ਹੈ" -#: ../gtk/gtkcellrenderertext.c:219 +#: gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "ਇੱਕ ਪੈਰਾ ਮੋਡ" -#: ../gtk/gtkcellrenderertext.c:220 +#: gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "ਕੀ ਸਾਰੇ ਟੈਕਸਟ ਨੂੰ ਇੱਕੋ ਪ੍ਹੈਰੇ ਵਿੱਚ ਰੱਖਣਾ ਹੈ" -#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 -#: ../gtk/gtktexttag.c:183 +#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 msgid "Background color name" msgstr "ਬੈਕਗਰਾਊਂਡ ਰੰਗ ਨਾਂ" -#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 -#: ../gtk/gtktexttag.c:184 +#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "ਬੈਕਗਰਾਊਂਡ ਰੰਗ ਇੱਕ ਸਤਰ ਵਾਂਗ" -#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 -#: ../gtk/gtktexttag.c:191 +#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 msgid "Background color" msgstr "ਬੈਕਗਰਾਊਂਡ ਰੰਗ" -#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 +#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "ਬੈਕਗਰਾਊਂਡ ਰੰਗ ਇੱਕ GdkColor ਵਾਂਗ" -#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 +#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "ਫਾਰਗਰਾਊਂਡ ਰੰਗ ਨਾਂ" -#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 +#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "ਫਾਰਗਰਾਊਂਡ ਰੰਗ ਇੱਕ ਸਤਰ ਵਾਂਗ" -#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 +#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "ਫਾਰਗਰਾਊਂਡ ਰੰਗ" -#: ../gtk/gtkcellrenderertext.c:253 +#: gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "ਫਾਰਗਰਾਊਂਡ GdkColor ਵਾਂਗ" -#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 -#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 +#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "ਸੋਧਯੋਗ" -#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 -#: ../gtk/gtktextview.c:574 +#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "ਕੀ ਟੈਕਸਟ ਵਰਤਣਵਾਲਾ ਸੋਧ ਸਕੇ ਜਾਂ ਨਾ" -#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 -#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 +#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 +#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 msgid "Font" msgstr "ਫੋਟ" -#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 +#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "ਫੋਂਟ ਵਰਨਣ ਇੱਕ ਸਤਰ ਦੀ ਤਰਾਂ ਜਿਵੇ ਕਿ \"ਸੇਨਸ਼ ਇਟਾਲਿਕ 12\"" -#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 +#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "ਫੋਂਟ ਦਾ ਵੇਰਵਾ PangoFontDescription ਢਾਚੇ ਵਾਂਗ" -#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 +#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 msgid "Font family" msgstr "ਫੋਂਟ ਸਮੂਹ" -#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 +#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "ਫੋਂਟ ਸਮੂਹ ਦਾ ਨਾਂ, ਜਿਵੇ ਕਿ ਸੰਨਜ, ਟਾਇਮਜ਼, ਮੋਨੋਸਪੇਸ" -#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 -#: ../gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 +#: gtk/gtktexttag.c:291 msgid "Font style" msgstr "ਫੋਂਟ ਸਟਾਇਲ" -#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 -#: ../gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 +#: gtk/gtktexttag.c:300 msgid "Font variant" msgstr "ਫੋਂਟ ਬਦਲ" -#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 -#: ../gtk/gtktexttag.c:309 +#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 +#: gtk/gtktexttag.c:309 msgid "Font weight" msgstr "ਫੋਂਟ ਵੇਟ" -#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 -#: ../gtk/gtktexttag.c:320 +#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 +#: gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "ਫੋਂਟ ਤਣਾਅ" -#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 -#: ../gtk/gtktexttag.c:329 +#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 +#: gtk/gtktexttag.c:329 msgid "Font size" msgstr "ਫੋਂਟ ਅਕਾਰ" -#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 +#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 msgid "Font points" msgstr "ਫੋਂਟ ਬਿੰਦੂ" -#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 +#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "ਫੋਂਟ ਅਕਾਰ ਪੁਆਇਟ ਵਿੱਚ" -#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 +#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 msgid "Font scale" msgstr "ਫੋਂਟ ਸਕੇਲ" -#: ../gtk/gtkcellrenderertext.c:352 +#: gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "ਫੋਂਟ ਸਕੇਲਿੰਗ ਫੈਕਟਰ" -#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 +#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 msgid "Rise" msgstr "ਉਭਰੋ" -#: ../gtk/gtkcellrenderertext.c:362 +#: gtk/gtkcellrenderertext.c:362 msgid "" "Offset of text above the baseline (below the baseline if rise is negative)" msgstr "ਟੈਕਸਟ ਦਾ ਮੁੱਖ-ਸਤਰ ਤੋਂ ਉੱਤੇ ਸੰਤੁਲਨ (ਮੁੱਖ-ਸਤਰ ਤੋਂ ਹੇਠਾਂ ਉਭਾਰ ਰਿਣਾਤਮਕ ਹੈ)" -#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 +#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "ਵਿੰਨ੍ਹੋ" -#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 +#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "ਕੀ ਟੈਕਸਟ ਨੂੰ ਵਿੱਚੋਂ ਵਿੰਨ੍ਹਣਾ ਹੈ" -#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 +#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 msgid "Underline" msgstr "ਹੇਠਾਂ ਲਾਈਨ" -#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 +#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "ਇਸ ਟੈਕਸਟ ਦੇ ਹੇਠਾਂ ਲਾਈਨ ਖਿੱਚਣ ਦਾ ਸਟਾਇਲ" -#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 +#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 msgid "Language" msgstr "ਭਾਸ਼ਾ" -#: ../gtk/gtkcellrenderertext.c:391 +#: gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " @@ -1479,32 +1465,31 @@ msgstr "" "ਭਾਸ਼ਾ, ਜਿਸ ਵਿੱਚ ਇਹ ਕੋਡ ਹੈ, ਦਾ ISO ਕੋਡ ਹੈ, ਟੈਕਸਟ ਨੂੰ ਪੇਸ਼ ਕਰਨ ਲਈ ਪੈਨਗੋ ਦੀ ਉਦਾਹਰਨ ਲਈ ਜਾ " "ਸਕਦੀ ਹੈ, ਜੇਕਰ ਤੁਸੀਂ ਇਸ ਪੈਰਾਮੀਟਰ ਨੂੰ ਨਹੀਂ ਸਮਝ ਸਕੇ ਤਾਂ ਤੁਹਾਨੂੰ ਇਸ ਦੀ ਲੋੜ ਵੀ ਨਹੀਂ ਹੈ " -#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 -#: ../gtk/gtkprogressbar.c:206 +#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "ਅੰਡਕਾਰ-ਅਕਾਰ" -#: ../gtk/gtkcellrenderertext.c:412 +#: gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" msgstr "" "ਅੰਡਾਕਾਰ-ਅਕਾਰ ਸਤਰ ਦੀ ਪਸੰਦੀਦਾ ਥਾਂ, ਜੇਕਰ ਸੈਲ ਕੋਈ ਪੂਰੀ ਸਤਰ ਨੂੰ ਵੇਖਾਉਣ ਲਈ ਲੋੜੀਦੀ ਥਾਂ ਨਾ ਹੋਵੇ" -#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 -#: ../gtk/gtklabel.c:519 +#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 +#: gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "ਅੱਖਰਾਂ ਵਿੱਚ ਚੌੜਾਈ" -#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 +#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "ਲੇਬਲ ਦੀ ਲੋੜੀਦੀ ਚੌੜਾਈ, ਅੱਖਰਾਂ ਵਿੱਚ" -#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 +#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "ਸਮੇਟਣ ਢੰਗ" -#: ../gtk/gtkcellrenderertext.c:451 +#: gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" @@ -1512,745 +1497,739 @@ msgstr "" "ਲਾਈਨਾਂ ਨੂੰ ਬਹੁ-ਲਾਈਨਾਂ ਵਿੱਚ ਕਿਵੇਂ ਵੰਡਿਆ ਜਾਵੇ, ਜੇਕਰ ਸੈਲ ਕੋਲ ਲਾਈਨਾਂ ਨੂੰ ਵਿਖਾਉਣ ਲਈ ਲੋੜੀਦੀ ਥਾਂ ਨਾ " "ਹੋਵੇ।" -#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 +#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "ਚੌੜਾਈ ਨੂੰ ਲੇਪਟੋ" -#: ../gtk/gtkcellrenderertext.c:471 +#: gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "ਚੌੜਾਈ, ਜਿਸ ਨਾਲ ਟੈਕਸਟ ਸਮੇਟਿਆ ਜਾਵੇਗਾ" -#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 +#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "ਸ਼ਫਬੰਦੀ" -#: ../gtk/gtkcellrenderertext.c:492 +#: gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "ਲਾਈਨਾਂ ਨੂੰ ਇਕਸਾਰ ਕਿਵੇਂ ਕਰਨਾ ਹੈ" -#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 -#: ../gtk/gtktexttag.c:564 +#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 msgid "Background set" msgstr "ਬੈਕਗਰਾਊਂਡ ਦਿਓ" -#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 -#: ../gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "ਕੀ ਇਹ ਟੈਗ ਬੈਕਗਰਾਊਂਡ ਰੰਗ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 +#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "ਫਾਰ-ਗਰਾਊਂਡ ਦਿਓ" -#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "ਕੀ ਇਹ ਟੈਗ ਫਾਰ-ਗਰਾਊਂਡ ਰੰਗ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 +#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 msgid "Editability set" msgstr "ਸੋਧਣਯੋਗਤਾ ਦਿਓ" -#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 +#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "ਕੀ ਇਹ ਟੈਕਸਟ ਸੋਧਣਯੋਗਤਾ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 +#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 msgid "Font family set" msgstr "ਫੋਂਟ ਸਮੂਹ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 +#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "ਕੀ ਇਹ ਟੈਗ ਫੋਂਟ ਸਮੂਹ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 +#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 msgid "Font style set" msgstr "ਫੋਂਟ ਸਟਾਇਲ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "ਕੀ ਇਹ ਟੈਗ ਫੋਂਟ ਸਟਾਇਲ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 +#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "ਫੋਂਟ ਬਦਲ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 +#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "ਕੀ ਇਹ ਟੈਗ ਫੋਂਟ ਤਬਦੀਲੀ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 +#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "ਫੋਂਟ ਵੇਟ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "ਕੀ ਇਹ ਟੈਗ ਫੋਂਟ ਫੈਲਾ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 +#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "ਫੋਂਟ ਤਣਾਅ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 +#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "ਕੀ ਇਹ ਟੈਗ ਫੋਂਟ ਤਣਾਅ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 +#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 msgid "Font size set" msgstr "ਫੋਂਟ ਆਕਾਰ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 +#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "ਕੀ ਇਹ ਟੈਗ ਫੋਂਟ ਆਕਾਰ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 +#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "ਫੋਂਟ ਸਕੇਲ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 +#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "ਕੀ ਇਹ ਟੈਗ ਫੋਂਟ ਅਕਾਰ ਨੂੰ ਗੁਣਾਂਕ ਪੈਮਾਨਾ ਨਾਲ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 +#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 msgid "Rise set" msgstr "ਉਭਾਰਨਾ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 +#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "ਕੀ ਇਹ ਟੈਗ ਉਭਾਰਨ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 +#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "ਵਿੰਨ੍ਹਣਾ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 +#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "ਕੀ ਇਹ ਟੈਗ ਵਿੰਨ੍ਹਣ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 +#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 msgid "Underline set" msgstr "ਹੇਠਾਂ ਲਾਈਨ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 +#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "ਕੀ ਇਹ ਟੈਗ ਹੇਠਾਂ ਲਾਈਨ ਖਿੱਚਣ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 +#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 msgid "Language set" msgstr "ਭਾਸ਼ਾ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 +#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "ਕੀ ਇਹ ਟੈਗ ਟੈਕਸਟ ਪੇਸ਼ ਕਰਨ ਦੀ ਭਾਸ਼ਾ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtkcellrenderertext.c:558 +#: gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "ਅੰਡਾਕਾਰ-ਅਕਾਰ ਦਿਓ" -#: ../gtk/gtkcellrenderertext.c:559 +#: gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "ਕੀ ਅੰਡਾਕਾਰਅਕਾਰ ਢੰਗ ਇਸ ਟੈਗ ਨੂੰ ਪਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtkcellrenderertext.c:562 +#: gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "ਸ਼ਫਬੰਦੀ ਸੈੱਟ" -#: ../gtk/gtkcellrenderertext.c:563 +#: gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "ਕੀ ਇਹ ਟੈਗ ਅੰਡਾਕਾਰਅਕਾਰ ਢੰਗ ਨੂੰ ਪਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtkcellrenderertoggle.c:126 +#: gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "ਬਦਲਵੀਂ ਹਾਲਤ" -#: ../gtk/gtkcellrenderertoggle.c:127 +#: gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "ਬਟਨ ਦੀ ਬਦਲਵੀ ਹਾਲਤ" -#: ../gtk/gtkcellrenderertoggle.c:134 +#: gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "ਅਸੰਗਤ ਹਾਲਤ" -#: ../gtk/gtkcellrenderertoggle.c:135 +#: gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "ਬਟਨ ਦੀ ਅਸੰਗਤ ਸਥਿਤੀ" -#: ../gtk/gtkcellrenderertoggle.c:142 +#: gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "ਸਰਗਰਮਯੋਗ " -#: ../gtk/gtkcellrenderertoggle.c:143 +#: gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "ਬਦਲਣਯੋਗ ਬਟਨ ਨੂੰ ਸਰਗਰਮਯੋਗ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ" -#: ../gtk/gtkcellrenderertoggle.c:150 +#: gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "ਰੇਡੀਉ ਸਥਿਤੀ" -#: ../gtk/gtkcellrenderertoggle.c:151 +#: gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "ਬਦਲਣ ਵਾਲੇ ਬਟਨ ਨੂੰ ਰੇਡੀੳ ਬਟਨ ਵਿੱਚ ਤਬਦੀਲ ਕਰੋ" -#: ../gtk/gtkcellrenderertoggle.c:158 +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "ਸੰਕੇਤਕ ਆਕਾਰ" -#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 -#: ../gtk/gtkcheckmenuitem.c:122 +#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 +#: gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "ਚੈਕ ਜਾਂ ਰੇਡੀਓ ਸੰਕੇਤਕ ਦਾ ਆਕਾਰ" -#: ../gtk/gtkcellview.c:182 +#: gtk/gtkcellview.c:182 msgid "CellView model" msgstr "ਸੈੱਲ-ਝਲਕ ਮਾਡਲ" -#: ../gtk/gtkcellview.c:183 +#: gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "ਸੈੱਲ ਝਲਕ ਲਈ ਮਾਡਲ" -#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 -#: ../gtk/gtkoptionmenu.c:168 +#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "ਸੰਕੇਤਕ ਦਾ ਆਕਾਰ" -#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 -#: ../gtk/gtkoptionmenu.c:174 +#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "ਸੰਕੇਤਕ ਦੀ ਥਾਂ" -#: ../gtk/gtkcheckbutton.c:78 +#: gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "ਚੈਕ ਜਾਂ ਰੇਡੀਓ ਸੰਕੇਤਕ ਦੇ ਆਲੇ-ਦੁਆਲੇ ਥਾਂ" -#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 -#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 -#: ../gtk/gtktoggletoolbutton.c:114 +#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 +#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "ਸਰਗਰਮ" -#: ../gtk/gtkcheckmenuitem.c:99 +#: gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "ਕੀ ਮੇਨੂ ਆਈਟਮ ਚੈੱਕ ਹੋ ਜਾਏ" -#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 +#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "ਅਸੰਗਤ" -#: ../gtk/gtkcheckmenuitem.c:107 +#: gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "ਕੀ \"ਅਸੰਗਤ\" ਸਥਿਤੀ ਵੇਖਾਈ ਜਾਏ" -#: ../gtk/gtkcheckmenuitem.c:114 +#: gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "ਰੇਡੀਓ ਮੇਨੂ ਆਈਟਮ ਬਣਾਓ" -#: ../gtk/gtkcheckmenuitem.c:115 +#: gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "ਕੀ ਮੇਨੂ ਆਈਟਮ ਇੱਕ ਰੇਡੀਓ ਮੇਨੂ ਆਈਟਮ ਵਾਂਗ ਲੱਗੇ" -#: ../gtk/gtkcolorbutton.c:171 +#: gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "ਐਲਫਾ ਵਰਤੋ" -#: ../gtk/gtkcolorbutton.c:172 +#: gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "ਕੀ ਰੰਗ ਨੂੰ ਐਲਫਾ ਮੁੱਲ ਦਿੱਤਾ ਜਾਵੇ ਜਾਂ ਨਾ" -#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 -#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 -#: ../gtk/gtktreeviewcolumn.c:264 +#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 +#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "ਟਾਈਟਲ" -#: ../gtk/gtkcolorbutton.c:187 +#: gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "ਰੰਗ ਚੁਣਨ ਵਾਲੀ ਤਖਤੀ ਦਾ ਟਾਈਟਲ" -#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 +#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "ਮੌਜੂਦਾ ਰੰਗ" -#: ../gtk/gtkcolorbutton.c:202 +#: gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "ਚੁਣਿਆ ਰੰਗ" -#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 +#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "ਮੌਜੂਦਾ ਐਲਫਾ" -#: ../gtk/gtkcolorbutton.c:217 +#: gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "ਚੁਣਿਆ ਧੁੰਦਲਾਪਨ (0 ਪੂਰੀ ਤਰਾਂ ਪਾਰਦਰਸ਼ੀ , 65535 ਪੂਰੀ ਤਰਾਂ ਧੁੰਦਲਾ)" -#: ../gtk/gtkcolorsel.c:279 +#: gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "ਧੁੰਦਲਾਪਨ ਕੰਟਰੋਲ ਹੈ" -#: ../gtk/gtkcolorsel.c:280 +#: gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "ਕੀ ਰੰਗ ਚੋਣ ਧੁੰਦਕਾਪਨ ਦੀ ਸੈਟਿੰਗ ਵੇਖਾਵੇ" -#: ../gtk/gtkcolorsel.c:286 +#: gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "ਰੰਗ-ਪੱਟੀ" -#: ../gtk/gtkcolorsel.c:287 +#: gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "ਕੀ ਰੰਗ-ਪੱਟੀ ਨੂੰ ਵਰਤਣਾ ਹੈ" -#: ../gtk/gtkcolorsel.c:294 +#: gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "ਮੌਜੂਦਾ ਰੰਗ" -#: ../gtk/gtkcolorsel.c:301 +#: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "ਮੌਜੂਦਾ ਧੁੰਦਲਾਪਨ ਦਾ ਮੁੱਲ (0 ਪੂਰੀ ਤਰਾਂ ਪਾਰਦਰਸ਼ੀ , 65535 ਪੂਰੀ ਤਰਾਂ ਧੁੰਦਲਾ)" -#: ../gtk/gtkcolorsel.c:315 +#: gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "ਰੰਗ-ਪੱਟੀ ਦੀ ਚੋਣ" -#: ../gtk/gtkcolorsel.c:316 +#: gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "ਰੰਗ ਚੋਣ ਵਿੱਚ ਰੰਗ-ਪੱਟੀ ਵਰਤੋਂ" -#: ../gtk/gtkcolorseldialog.c:102 +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "ਰੰਗ ਚੋਣ" -#: ../gtk/gtkcolorseldialog.c:103 +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "ਡਾਈਲਾਗ ਵਿੱਚ ਰੰਗ ਚੋਣ ਇੰਬੈੱਡ ਹੈ।" -#: ../gtk/gtkcolorseldialog.c:109 +#: gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "ਠੀਕ ਹੈ ਬਟਨ" -#: ../gtk/gtkcolorseldialog.c:110 +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "ਡਾਈਲਾਗ ਦਾ ਠੀਕ ਹੈ ਬਟਨ।" -#: ../gtk/gtkcolorseldialog.c:116 +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "ਰੱਦ ਕਰੋ ਬਟਨ" -#: ../gtk/gtkcolorseldialog.c:117 +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "ਡਾਈਲਾਗ ਦਾ ਰੱਦ ਕਰੋ ਬਟਨ ਹੈ।" -#: ../gtk/gtkcolorseldialog.c:123 +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "ਮੱਦਦ ਬਟਨ" -#: ../gtk/gtkcolorseldialog.c:124 +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "ਡਾਈਲਾਗ ਲਈ ਮੱਦਦ ਬਟਨ ਹੈ।" -#: ../gtk/gtkcombo.c:145 +#: gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "ਤੀਰ ਸਵਿੱਚਾਂ ਯੋਗ ਕਰੋ" -#: ../gtk/gtkcombo.c:146 +#: gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "ਕੀ ਆਈਟਮਾਂ ਦੀ ਲਿਸਟ ਵਿੱਚ ਤੀਰ ਸਵਿੱਚਾਂ ਵਰਤਣੀਆਂ ਹਨ" -#: ../gtk/gtkcombo.c:152 +#: gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "ਹਮੇਸ਼ਾ ਤੀਰ ਯੋਗ ਕਰੋ" -#: ../gtk/gtkcombo.c:153 +#: gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "ਪੁਰਾਣੀ ਵਿਸ਼ੇਸ਼ਤਾ ਨੂੰ ਰੱਦ ਕਰੋ" -#: ../gtk/gtkcombo.c:159 +#: gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "ਸ਼ਬਦ ਆਕਾਰ ਪ੍ਰਤੀ ਸੰਵੇਦਸ਼ੀਲ" -#: ../gtk/gtkcombo.c:160 +#: gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "ਕੀ ਲਿਸਟ ਆਈਟਮਾਂ ਸ਼ਬਦ ਦੇ ਆਕਾਰ ਨੂੰ ਮੇਲ ਕਰੇ" -#: ../gtk/gtkcombo.c:167 +#: gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "ਖਾਲੀ ਮਨਜ਼ੂਰ" -#: ../gtk/gtkcombo.c:168 +#: gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "ਕੀ ਇਸ ਖਾਨੇ ਵਿੱਚ ਖਾਲੀ ਮੁੱਲ ਦਿੱਤਾ ਜਾਂਦਾ ਹੈ" -#: ../gtk/gtkcombo.c:175 +#: gtk/gtkcombo.c:175 msgid "Value in list" msgstr "ਲਿਸਟ ਵਿੱਚ ਮੁੱਲ" -#: ../gtk/gtkcombo.c:176 +#: gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "ਕੀ ਦਿੱਤਾ ਮੁੱਲ ਲਿਸਟ ਵਿੱਚ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੋ ਸਕਦਾ ਹੈ " -#: ../gtk/gtkcombobox.c:661 +#: gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "ਕੰਬੋ-ਬਾਕਸ ਮਾਡਲ" -#: ../gtk/gtkcombobox.c:662 +#: gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "ਕੰਬੋ-ਬਾਕਸ ਲਈ ਮਾਡਲ" -#: ../gtk/gtkcombobox.c:679 +#: gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "ਗਰਿੱਡ ਵਿੱਚ ਆਈਟਮਾਂ ਨੂੰ ਲੇਪਟਣ ਦੀ ਚੌੜਾਈ" -#: ../gtk/gtkcombobox.c:701 +#: gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "ਕਤਾਰ ਕਾਲਮ ਦਾ ਫਾਸਲਾ" -#: ../gtk/gtkcombobox.c:702 +#: gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "ਟਰੀਮਾਡਲ ਕਾਲਮ ਵਿੱਚ ਕਤਾਰਾਂ ਦੇ ਵਿੱਚ ਦੂਰੀ ਦਾ ਮੁੱਲ" -#: ../gtk/gtkcombobox.c:723 +#: gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "ਕਾਲਮ ਕਾਲਮ ਵਿੱਚ ਦੂਰੀ" -#: ../gtk/gtkcombobox.c:724 +#: gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "ਟਰੀਮਾਡਲ ਕਾਲਮ ਵਿੱਚ ਕਾਲਮਾਂ ਦੇ ਵਿੱਚ ਦੂਰੀ ਦਾ ਮੁੱਲ" -#: ../gtk/gtkcombobox.c:745 +#: gtk/gtkcombobox.c:745 msgid "Active item" msgstr "ਸਰਗਰਮ ਆਈਟਮ" -#: ../gtk/gtkcombobox.c:746 +#: gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "ਆਈਟਮ, ਜੋ ਹੁਣ ਸਰਗਰਮ ਹੈ" -#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 +#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "ਵੱਖ-ਕਰਨ ਨੂੰ ਸੂਚੀ ਵਿੱਚ ਜੋੜੋ" -#: ../gtk/gtkcombobox.c:766 +#: gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "ਕੀ ਲਟਕਣ ਵਾਲੇ ਵੱਖ ਮੇਨੂ ਆਈਟਮਾਂ ਹੋਣ" -#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 +#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 msgid "Has Frame" msgstr "ਫਰੇਮ ਹੈ" -#: ../gtk/gtkcombobox.c:782 +#: gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "ਕੀ ਕੰਬੋ-ਬਕਸਾ ਚਾਈਲਡ ਦੁਆਲੇ ਫਰੇਮ ਵੇਖਾਓ" -#: ../gtk/gtkcombobox.c:790 +#: gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "ਕੀ ਕੰਬੋ-ਬਕਸ ਫੋਕਸ ਹੋ ਜਾਵੇ, ਜਦੋਂ ਕਿ ਇਹ ਮਾਊਸ ਨਾਲ ਦਬਾਇਆ ਜਾਵੇ" -#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 +#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "ਟਾਈਟਲ ਨੂੰ ਵੱਖ ਕਰੋ" -#: ../gtk/gtkcombobox.c:806 +#: gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" msgstr "ਜਦੋਂ ਪੋਪਅੱਪ ਵੱਖ ਹੋਵੇ ਤਾਂ ਵਿੰਡੋ ਮੈਨੇਜਰ ਵਲੋਂ ਵੇਖਾਇਆ ਜਾਣ ਵਾਲਾ ਇੱਕ ਟਾਈਟਲ" -#: ../gtk/gtkcombobox.c:823 +#: gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "ਪੋਪਅੱਪ ਵੇਖਾਉਣਾ" -#: ../gtk/gtkcombobox.c:824 +#: gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "ਕੀ ਕੰਬੋ ਦੀ ਲਟਕਦੀ ਸੂਚੀ ਵੇਖਾਈ ਜਾਵੇ" -#: ../gtk/gtkcombobox.c:840 +#: gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "ਬਟਨ ਸੰਵਦੇਨਸ਼ੀਲਤਾ" -#: ../gtk/gtkcombobox.c:841 +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "ਜਦੋਂ ਮਾਡਲ ਖਾਲੀ ਹੋਵੇ ਤਾਂ ਲਟਕਦੇ ਬਟਨ ਸੰਵੇਦਨਸ਼ੀਲ ਹੋਣ" -#: ../gtk/gtkcombobox.c:848 +#: gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "ਸੂਚੀ ਦੀ ਦਿੱਸੇ" -#: ../gtk/gtkcombobox.c:849 +#: gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "ਕੀ ਲਟਕਣ ਹੇਠਾਂ-ਖੁੱਲ੍ਹਣ ਵਾਲਾ ਮੇਨੂ ਦੀ ਤਰਾਂ ਨਾ ਹੋਕੇ ਇੱਕ ਲਿਸਟ ਵਾਂਗ ਦਿੱਸੇ" -#: ../gtk/gtkcombobox.c:865 +#: gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "ਤੀਰ ਆਕਾਰ" -#: ../gtk/gtkcombobox.c:866 +#: gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "ਕੰਬੋ ਬਾਕਸ ਵਿੱਚ ਤੀਰ ਦਾ ਘੱਟੋ-ਘੱਟ ਆਕਾਰ ਹੈ।" -#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 -#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 -#: ../gtk/gtkviewport.c:122 +#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 +#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 +#: gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "ਛਾਂ ਕਿਸਮ" -#: ../gtk/gtkcombobox.c:882 +#: gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "ਕੰਬੋ ਬਾਕਸ ਦੁਆਲੇ ਕਿਸ ਕਿਸਮ ਦੀ ਛਾਂ ਖਿੱਚੀ ਜਾਵੇ" -#: ../gtk/gtkcontainer.c:238 +#: gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "ਮੁੜ-ਅਕਾਰ ਮੋਡ" -#: ../gtk/gtkcontainer.c:239 +#: gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "ਦੱਸੋ ਕਿ ਮੁੜ-ਅਕਾਰ ਘਟਨਾ ਨੂੰ ਕਿਵੇਂ ਸੰਭਾਲਿਆ ਜਾਵੇਗਾ" -#: ../gtk/gtkcontainer.c:246 +#: gtk/gtkcontainer.c:246 msgid "Border width" msgstr "ਕਿਨਾਰੇ ਦੀ ਚੌੜਾਈ" -#: ../gtk/gtkcontainer.c:247 +#: gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "ਕੰਨਟੇਨਰ ਚਲਾਇਡਰਨ ਦੇ ਬਾਹਰ ਖਾਲੀ ਹਾਸ਼ੀਏ ਦੀ ਚੌੜਾਈ" -#: ../gtk/gtkcontainer.c:255 +#: gtk/gtkcontainer.c:255 msgid "Child" msgstr "ਚਲਾਇਡ" -#: ../gtk/gtkcontainer.c:256 +#: gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "ਕੰਨਟੇਨਰ ਵਿੱਚ ਨਵਾਂ ਚਲਾਇਡ ਨੂੰ ਜੋੜਨ ਦੇ ਕੰਮ ਆਉਦੀ ਹੈ" -#: ../gtk/gtkcurve.c:124 +#: gtk/gtkcurve.c:124 msgid "Curve type" msgstr "ਚਾਪ ਦੀ ਕਿਸਮ" -#: ../gtk/gtkcurve.c:125 +#: gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "ਕੀ ਇਹ ਚਾਪ ਸਿੱਧੀ ਹੈ, ਜਾਂ ਬੇਢੰਗੀ ਹੈ" -#: ../gtk/gtkcurve.c:132 +#: gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "ਘੱਟੋ-ਘੱਟ X" -#: ../gtk/gtkcurve.c:133 +#: gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "ਘੱਟੋ-ਘੱਟ ਸੰਭਵ X ਦਾ ਮੁੱਲ" -#: ../gtk/gtkcurve.c:141 +#: gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "ਵੱਧ ਤੋਂ ਵੱਧ X" -#: ../gtk/gtkcurve.c:142 +#: gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਸੰਭਵ X ਦਾ ਮੁੱਲ" -#: ../gtk/gtkcurve.c:150 +#: gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "ਘੱਟੋ-ਘੱਟ X" -#: ../gtk/gtkcurve.c:151 +#: gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "ਘੱਟੋ-ਘੱਟ ਸੰਭਵ Y ਦਾ ਮੁੱਲ" -#: ../gtk/gtkcurve.c:159 +#: gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "ਵੱਧ ਤੋਂ ਵੱਧ Y" -#: ../gtk/gtkcurve.c:160 +#: gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਸੰਭਵ Y ਦਾ ਮੁੱਲ" -#: ../gtk/gtkdialog.c:145 +#: gtk/gtkdialog.c:145 msgid "Has separator" msgstr "ਵੱਖਰੇਵਾਂ ਕਰਨ ਵਾਲਾ ਹੈ" -#: ../gtk/gtkdialog.c:146 +#: gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "ਤਖੱਤੀ ਕੋਲ ਇਸ ਦੇ ਬਟਨਾ ਤੋਂ ਉੱਤੇ ਵੱਖਰੇਵਾਂ-ਪੱਟੀ ਹੋਵੇ" -#: ../gtk/gtkdialog.c:191 +#: gtk/gtkdialog.c:191 msgid "Content area border" msgstr "ਸੰਖੇਪ ਖੇਤਰ ਦਾ ਕਿਨਾਰਾ" -#: ../gtk/gtkdialog.c:192 +#: gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "ਮੁੱਲ਼ ਤੱਖਤੀ ਖੇਤਰ ਦੇ ਦੁਆਲੇ ਹਾਸ਼ੀਏ ਦੀ ਚੌੜਾਈ" -#: ../gtk/gtkdialog.c:209 +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "ਸਮੱਗਰੀ ਖੇਤਰ ਥਾਂ" -#: ../gtk/gtkdialog.c:210 +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "ਮੁੱਖ ਡਾਈਲਾਗ ਖੇਤਰ ਦੀਆਂ ਇਕਾਈਆਂ ਵਿੱਚ ਥਾਂ" -#: ../gtk/gtkdialog.c:217 +#: gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "ਬਟਨ ਦੀ ਥਾਂ" -#: ../gtk/gtkdialog.c:218 +#: gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "ਬਟਨਾਂ ਵਿੱਚਕਾਰ ਥਾਂ" -#: ../gtk/gtkdialog.c:226 +#: gtk/gtkdialog.c:226 msgid "Action area border" msgstr "ਕਾਰਵਾਈ ਖੇਤਰ ਦਾ ਹਾਸ਼ੀਆ" -#: ../gtk/gtkdialog.c:227 +#: gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "ਤੱਖਤੀ ਦੇ ਹੇਠ ਬਟਨਾਂ ਦੇ ਖੇਤਰ ਦੁਆਲੇ ਹਾਸ਼ੀਏ ਦੀ ਚੌੜਾਈ" -#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 +#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "ਕਰਸਰ ਦੀ ਸਥਿਤੀ" -#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 +#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "ਅੱਖਰਾਂ ਵਿੱਚ ਵਿਚਕਾਰਲੀ ਕਰਸਰ ਦੀ ਮੌਜੂਦਾ ਸਥਿਤੀ" -#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 +#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "ਚੋਣ ਸੀਮਾ" -#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 +#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 msgid "" "The position of the opposite end of the selection from the cursor in chars" msgstr "ਕਰਸਰ ਤੋਂ ਚੋਣ ਦੀ ਵਿਰੋਧੀ ਸਿਰਿਆ ਤੱਕ ਦੀ ਸਥਿਤੀ ਅੱਖਰਾਂ ਵਿੱਚ" -#: ../gtk/gtkentry.c:626 +#: gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "ਕੀ ਇੰਦਰਾਜ਼ ਹਿੱਸੇ ਨੁੰ ਸੋਧਿਆ ਜਾ ਸਕਦਾ ਹੈ" -#: ../gtk/gtkentry.c:633 +#: gtk/gtkentry.c:633 msgid "Maximum length" msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਲੰਬਾਈ" -#: ../gtk/gtkentry.c:634 +#: gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "ਇਸ ਇੰਦਰਾਜ਼ ਲਈ ਵੱਧ ਤੋਂ ਵੱਧ ਅੱਖਰਾਂ ਦੀ ਥਾਂ 0 ਜੇਕਰ ਕੋਈ ਵੱਧ ਤੋਂ ਵੱਧ ਨਹੀਂ ਹੈ " -#: ../gtk/gtkentry.c:642 +#: gtk/gtkentry.c:642 msgid "Visibility" msgstr "ਵੇਖਣਯੋਗਤਾ" -#: ../gtk/gtkentry.c:643 +#: gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" msgstr "ਗਲਤ, ਅਸਲੀ ਸ਼ਬਦਾਂ(ਗੁਪਤ ਕੋਡ) ਦੀ ਬਜਾਏ \"ਲੁਕਵੇ ਅੱਖਰ\" ਵੇਖਾਵੇਗਾ" -#: ../gtk/gtkentry.c:651 +#: gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "ਗਲਤ ਇੰਦਰਾਜ਼ ਵਿਚੋ ਬਾਹਰੀ bevel ਨੂੰ ਹਟਾ ਦੇਵੇਗਾ" -#: ../gtk/gtkentry.c:659 +#: gtk/gtkentry.c:659 msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "ਟੈਕਸਟ ਅਤੇ ਫਰੇਮ ਵਿੱਚ ਹਾਸ਼ੀਆ ਹੈ। ਅੰਦਰੂਨੀ-ਹਾਸ਼ੀਆ ਸਟਾਇਲ ਵਿਸ਼ੇਸ਼ਤਾ ਨੂੰ ਅਣਡਿੱਠਾ ਕਰਦਾ ਹੈ" -#: ../gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 msgid "Invisible character" msgstr "ਅਦਿੱਖ ਅੱਖਰ" -#: ../gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "ਅੱਖਰ, ਜੋ ਕਿ ਇੰਦਰਾਜ਼ ਦੇ ਸ਼ਬਦਾਂ ਨੂੰ ਲੁਕਉਣ ਦੇ ਕੰਮ ਲਈ ਵਰਤਿਆ ਜਾਵੇਗਾ (\"ਗੁਪਤ ਕੋਡ\" ਵਿੱਚ)" -#: ../gtk/gtkentry.c:674 +#: gtk/gtkentry.c:674 msgid "Activates default" msgstr "ਮੂਲ ਸਰਗਰਮ" -#: ../gtk/gtkentry.c:675 +#: gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" msgstr "" "ਕੀ ਮੂਲ ਵਿਦਗਿਟ ਹੀ ਸਰਗਰਮ ਕਰਨਾ ਹੈ, ( ਜਿਵੇ ਕਿ ਤੱਖਤੀ ਵਿੱਚ ਮੂਲ ਬਟਨ)ਜਦੋ ਕਿ ਐਟਰ ਨੂੰ ਦਬਾਇਆ ਜਾਵੇ" -#: ../gtk/gtkentry.c:681 +#: gtk/gtkentry.c:681 msgid "Width in chars" msgstr "ਅੱਖਰਾਂ ਵਿੱਚ ਚੌੜਾਈ" -#: ../gtk/gtkentry.c:682 +#: gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "ਇੰਦਰਾਜ਼ ਵਿੱਚ ਖਾਲੀ ਥਾਂ ਛੱਡਣ ਲਈ ਅੱਖਰਾਂ ਦੀ ਗਿਣਤੀ" -#: ../gtk/gtkentry.c:691 +#: gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "ਸੰਤੁਲਿਤ ਸਕਰੋਲ" -#: ../gtk/gtkentry.c:692 +#: gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "ਪਿਕਸਲਾਂ ਦੀ ਗਿਣਤੀ ਜੋ ਕਿ ਪਰਦੇ ਦੇ ਖੱਬਿਉ ਇੰਦਰਾਜ਼ ਵਿੱਚ ਸੰਤੁਲਿਤ ਸਕਰੋਲ ਹੋਣ" -#: ../gtk/gtkentry.c:702 +#: gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "ਇੰਦਰਾਜ਼ ਦਾ ਪਾਠ" -#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 +#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 msgid "X align" msgstr "X ਸਫ਼ਬੰਦੀ" -#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 +#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." msgstr "ਲੇਟਵੀ ਸਫ਼ਬੰਦੀ, 0 (ਖੱਬਿਉ) ਤੋ 1 (ਸੱਜਿਉ) RTL ਲਈ ਉਲਟ ਹੈ।" -#: ../gtk/gtkentry.c:734 +#: gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "ਛਾਂਟੀਆਂ ਬਹੁ-ਲਾਈਨਾਂ" -#: ../gtk/gtkentry.c:735 +#: gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "ਕੀ ਇੱਕ ਲਾਈਨ ਵਿੱਚ ਛਾਂਟੀਆਂ ਬਹੁ-ਲਾਈਨਾਂ ਨੂੰ ਚੇਪਿਆ ਜਾਵੇ।" -#: ../gtk/gtkentry.c:751 +#: gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "ਐਂਟਰੀ ਦੁਆਲੇ ਕਿਸ ਕਿਸਮ ਦੀ ਸ਼ੈਡੋ ਬਣਾਉਣੀ ਹੈ, ਜਦੋਂ ਕਿ ਫਰੇਮ ਸੈੱਟ ਹੋਵੇ" -#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 +#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "ਉੱਤੇ ਵੇਖਾਉਣ ਦਾ ਢੰਗ" -#: ../gtk/gtkentry.c:767 +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "ਕੀ ਨਵਾਂ ਟੈਕਸਟ ਪੁਰਾਣੇ ਟੈਕਸਟ ਉੱਤੇ ਲਿਖੇ" -#: ../gtk/gtkentry.c:781 +#: gtk/gtkentry.c:781 msgid "Text length" msgstr "ਟੈਕਸਟ ਲੰਬਾਈ" -#: ../gtk/gtkentry.c:782 +#: gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "ਐਂਟਰੀ ਵਿੱਚ ਮੌਜੂਦ ਟੈਕਸਟ ਦੀ ਲੰਬਾਈ" -#: ../gtk/gtkentry.c:797 +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "ਅਦਿੱਖ ਅੱਖਰ ਸੈੱਟ" -#: ../gtk/gtkentry.c:798 +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "ਕੀ ਅਦਿੱਖ ਅੱਖਰ ਸੈੱਟ ਕਰਨੇ ਹਨ" -#: ../gtk/gtkentry.c:816 +#: gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "ਕੈਪਸ ਲਾਕ ਚੇਤਾਵਨੀ" -#: ../gtk/gtkentry.c:817 +#: gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "ਕੀ ਜਦੋਂ ਕੈਪਸ ਲਾਕ ਚਾਲੂ ਹੋਵੇ ਤਾਂ ਪਾਸਵਰਡ ਐਂਟਰੀਆਂ ਇੱਕ ਚੇਤਾਵਨੀ ਵੇਖਾਉਣ" -#: ../gtk/gtkentry.c:831 +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "ਤਰੱਕੀ ਭਾਗ" -#: ../gtk/gtkentry.c:832 +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "ਟਾਸਕ ਦਾ ਮੌਜੂਦਾ ਭਾਗ, ਜੋ ਕਿ ਪੂਰਾ ਹੋ ਗਿਆ" -#: ../gtk/gtkentry.c:849 +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "ਤਰੱਕੀ ਪਲੱਸ ਸਟੈਪ" -#: ../gtk/gtkentry.c:850 +#: gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" @@ -2258,854 +2237,852 @@ msgstr "" "ਤਰੱਕੀ ਬਲਾਕ ਹਿਲਾਉਣ ਲਈ ਭਾਗ ਦੀ ਕੁੱਲ ਐਂਟਰੀ ਚੌੜਾਈ, ਜੋ ਕਿ gtk_entry_progress_pulse() ਦੀ " "ਹਰੇਕ ਕਾਲ ਲਈ ਹੋਵੇ" -#: ../gtk/gtkentry.c:866 +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "ਪ੍ਰਾਇਮਰੀ ਪਿਕਬਫ਼" -#: ../gtk/gtkentry.c:867 +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "ਐਂਟਰੀ ਲਈ ਪ੍ਰਾਇਮਰੀ ਪਿਕਬਫ਼" -#: ../gtk/gtkentry.c:881 +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "ਸੈਕੰਡਰੀ ਪਿਕਬਫ਼" -#: ../gtk/gtkentry.c:882 +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "ਐਂਟਰੀ ਲਈ ਸੈਕੰਡਰੀ ਪਿਕਬਫ਼" -#: ../gtk/gtkentry.c:896 +#: gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "ਪ੍ਰਾਇਮਰੀ ਸਟਾਕ ID" -#: ../gtk/gtkentry.c:897 +#: gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "ਪ੍ਰਾਇਮਰੀ ਆਈਕਾਨ ਲਈ ਸਟਾਕ ID" -#: ../gtk/gtkentry.c:911 +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "ਸੈਕੰਡਰੀ ਸਟਾਕ ID" -#: ../gtk/gtkentry.c:912 +#: gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "ਸੈਕੰਡਰੀ ਆਈਕਾਨ ਲਈ ਸਟਾਕ ID" -#: ../gtk/gtkentry.c:926 +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "ਪ੍ਰਾਇਮਰੀ ਆਈਕਾਨ ਨਾਂ" -#: ../gtk/gtkentry.c:927 +#: gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "ਪ੍ਰਾਇਮਰੀ ਆਈਕਾਨ ਲਈ ਆਈਕਾਨ ਨਾਂ" -#: ../gtk/gtkentry.c:941 +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "ਸੈਕੰਡਰੀ ਆਈਕਾਨ ਨਾਂ" -#: ../gtk/gtkentry.c:942 +#: gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "ਸੈਕੰਡਰੀ ਆਈਕਾਨ ਲਈ ਆਈਕਾਨ ਨਾਂ" -#: ../gtk/gtkentry.c:956 +#: gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "ਪ੍ਰਾਇਮਰੀ GIcon" -#: ../gtk/gtkentry.c:957 +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "ਪ੍ਰਾਇਮਰੀ ਆਈਕਾਨ ਲਈ GIcon" -#: ../gtk/gtkentry.c:971 +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "ਸੈਕੰਡਰੀ GIcon" -#: ../gtk/gtkentry.c:972 +#: gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "ਸੈਕੰਡਰੀ ਆਈਕਾਨ ਲਈ GIcon" -#: ../gtk/gtkentry.c:986 +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "ਪ੍ਰਾਇਮਰੀ ਸਟੋਰੇਜ਼ ਟਾਈਪ" -#: ../gtk/gtkentry.c:987 +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "ਪ੍ਰਾਇਮਰੀ ਆਈਕਾਨ ਲਈ ਨੁਮਾਇੰਦਾ" -#: ../gtk/gtkentry.c:1002 +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "ਸੈਕੰਡਰੀ ਸਟੋਰੇਜ਼ ਟਾਈਪ" -#: ../gtk/gtkentry.c:1003 +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "ਸੈਕੰਡਰੀ ਆਈਕਾਨ ਲਈ ਵਰਤਣ ਵਾਸਤੇ ਨੁਮਾਇੰਦਾ" -#: ../gtk/gtkentry.c:1024 +#: gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "ਪ੍ਰਾਇਮਰੀ ਆਈਕਾਨ ਸਰਗਰਮ-ਯੋਗ" -#: ../gtk/gtkentry.c:1025 +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "ਕੀ ਪ੍ਰਾਇਮਰੀ ਆਈਕਾਨ ਸਰਗਰਮ-ਹੋਣਯੋਗ ਹੋਣ" -#: ../gtk/gtkentry.c:1045 +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "ਸੈਕੰਡਰੀ ਆਈਕਾਨ ਸਰਗਰਮ-ਹੋਣਯੋਗ" -#: ../gtk/gtkentry.c:1046 +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "ਕੀ ਸੈਕੰਡਰੀ ਆਈਕਾਨ ਸਰਗਰਮ-ਹੋਣਯੋਗ ਹੋਣ" -#: ../gtk/gtkentry.c:1068 +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "ਪ੍ਰਾਇਮਰੀ ਆਈਕਾਨ ਸੰਵੇਦਨਸ਼ੀਲ" -#: ../gtk/gtkentry.c:1069 +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "ਕੀ ਪ੍ਰਾਇਮਰੀ ਆਈਕਾਨ ਸੰਵੇਦਨਸ਼ੀਲ ਹੋਣ" -#: ../gtk/gtkentry.c:1090 +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "ਸੈਕੰਡਰੀ ਆਈਕਾਨ ਸੰਵੇਦਨਸ਼ੀਲ" -#: ../gtk/gtkentry.c:1091 +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "ਕੀ ਸੈਕੰਡਰੀ ਆਈਕਾਨ ਸੰਵੇਦਨਸ਼ੀਲ ਹੋਣ" -#: ../gtk/gtkentry.c:1107 +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "ਪ੍ਰਾਇਮਰੀ ਆਈਕਾਨ ਟੂਲ-ਟਿੱਪ ਟੈਕਸਟ" -#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "ਪ੍ਰਾਇਮਰੀ ਆਈਕਾਨ ਟੂਲ-ਟਿੱਪ ਟੈਕਸਟ ਦੀ ਸਮੱਗਰੀ" -#: ../gtk/gtkentry.c:1124 +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "ਸੈਕੰਡਰੀ ਆਈਕਾਨ ਟੂਲ-ਟਿੱਪ ਟੈਕਸਟ" -#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "ਸੈਕੰਡਰੀ ਆਈਕਾਨ ਟੂਲ-ਟਿੱਪ ਟੈਕਸਟ ਦੀ ਸਮੱਗਰੀ" -#: ../gtk/gtkentry.c:1143 +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "ਪ੍ਰਾਇਮਰੀ ਆਈਕਾਨ ਟੂਲ-ਟਿੱਪ ਨਿਸ਼ਾਨਬੱਧ" -#: ../gtk/gtkentry.c:1162 +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "ਸੈਕੰਡਰੀ ਆਈਕਾਨ ਟੂਲ-ਟਿੱਪ ਨਿਸ਼ਾਨਬੱਧ" -#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "IM ਮੋਡੀਊਲ" -#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "ਕਿਹੜਾ IM ਮੋਡੀਊਲ ਵਰਤਿਆ ਜਾਵੇ" -#: ../gtk/gtkentry.c:1197 +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "ਆਈਕਾਨ ਪ੍ਰੀ-ਲਾਈਟ" -#: ../gtk/gtkentry.c:1198 +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "ਕੀ ਸਰਗਰਮ-ਹੋਣਯੋਗ ਆਈਕਾਨ ਪ੍ਰੀ-ਲਾਈਟ ਕੀਤੇ ਜਾਣ, ਜਦੋਂ ਉੱਤੇ ਇਸ਼ਾਰਾ ਹੋਵੇ" -#: ../gtk/gtkentry.c:1211 +#: gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "ਤਰੱਕੀ ਬਾਰਡਰ" -#: ../gtk/gtkentry.c:1212 +#: gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "ਤਰੱਕੀ ਪੱਟੀ ਦੇ ਦੁਆਲੇ ਬਾਰਡਰ" -#: ../gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "ਟੈਕਸਟ ਅਤੇ ਫਰੇਮ ਵਿੱਚ ਬਾਰਡਰ" -#: ../gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "ਹਾਲਤ ਹਿੰਟ" -#: ../gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "ਜਦੋਂ ਸ਼ੈਡੋ ਜਾਂ ਬੈਕਗਰਾਊਂਡ ਬਣਾਈ ਜਾਵੇ ਤਾਂ ਕੀ ਠੀਕ ਹਾਲਤ ਦੇਣੀ ਹੈ" -#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "ਫੋਕਸ ਉੱਤੇ ਚੁਣੋ" -#: ../gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "ਕੀ ਇੰਦਰਾਜ਼ ਵਿੱਚਲੇ ਹਿੱਸੇ ਨੂੰ ਚੁਣਾ ਹੈ, ਜਦੋਂ ਕਿ ਇਹ ਕੇਦਰਿਤ ਹੋ ਜਾਵੇ" -#: ../gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "ਗੁਪਤ-ਕੋਡ ਇਸ਼ਾਰਾ ਸਮਾਂ-ਅੰਤਰਾਲ" -#: ../gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "ਲੁਕਵੇਂ ਇੰਦਰਾਜ਼ਾਂ ਵਿੱਚ ਆਖਰੀ ਦਿੱਤੇ ਅੱਖਰ ਨੂੰ ਵੇਖਾਉਣ ਨੂੰ ਕਿੰਨਾ ਸਮਾਂ ਲੱਗੇ" -#: ../gtk/gtkentrycompletion.c:279 +#: gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "ਪੂਰਤੀ ਮਾਡਲ" -#: ../gtk/gtkentrycompletion.c:280 +#: gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "ਮਾਡਲ, ਜਿਸ ਵਿੱਚ ਮੇਲ ਲੱਭਣਾ ਹੈ" -#: ../gtk/gtkentrycompletion.c:286 +#: gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "ਘੱਟੋ-ਘੱਟ ਕੁੰਜੀ ਲੰਬਾਈ" -#: ../gtk/gtkentrycompletion.c:287 +#: gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "ਮੇਲ ਲੱਭਣ ਲਈ ਖੋਜ ਕੁੰਜੀ ਦੀ ਘੱਟੋ-ਘੱਟ ਲੰਬਾਈ" -#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 +#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 msgid "Text column" msgstr "ਟੈਕਸਟ ਕਾਲਮ" -#: ../gtk/gtkentrycompletion.c:304 +#: gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "ਮਾਡਲ ਦੇ ਕਾਲਮ ਵਿੱਚ ਸਤਰਾਂ ਇਸ ਤੋਂ ਪਰਾਪਤ ਕਰੇਗਾ।" -#: ../gtk/gtkentrycompletion.c:323 +#: gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "ਲਾਈਨ ਵਿੱਚ ਪੂਰਨ" -#: ../gtk/gtkentrycompletion.c:324 +#: gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "ਕੀ ਆਮ ਅਗੇਤਰ ਆਟੋਮੈਟਿਕ ਹੀ ਜੋੜ ਦਿੱਤਾ ਜਾਵੇ" -#: ../gtk/gtkentrycompletion.c:338 +#: gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "ਪੋਪਅੱਪ ਪੂਰਨ" -#: ../gtk/gtkentrycompletion.c:339 +#: gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "ਕੀ ਇੱਕ ਪੋਪਅੱਪ ਵਿੰਡੋ ਵਿੱਚ ਪੂਰਨ ਕੀਤਾ ਜਾਵੇ" -#: ../gtk/gtkentrycompletion.c:354 +#: gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "ਪੋਪਅੱਪ ਸੈਟ ਚੌੜਾਈ" -#: ../gtk/gtkentrycompletion.c:355 +#: gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ, ਪੋਪਅੱਪ ਵਿੰਡੋ ਨੂੰ ਉਸੇ ਅਕਾਰ ਦੇ ਹੋਵੇਗਾ, ਜਿਸ ਦਾ ਇੰਦਰਾਜ਼ ਹੈ" -#: ../gtk/gtkentrycompletion.c:373 +#: gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "ਪੋਪਅੱਪ ਇੱਕਲਾ ਮੇਲ" -#: ../gtk/gtkentrycompletion.c:374 +#: gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ ਪੋਪਅੱਪ ਵਿੰਡੋ ਇੱਕ ਇੱਕਲੇ ਮੇਲ ਲਈ ਵਿਖਾਈ ਦੇਵੇਗਾ।" -#: ../gtk/gtkentrycompletion.c:388 +#: gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "ਇਨ-ਲਾਈਨ ਚੋਣ" -#: ../gtk/gtkentrycompletion.c:389 +#: gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "ਆਪਣਾ ਵੇਰਵਾ ਇੱਥੇ ਦਿਓ" -#: ../gtk/gtkeventbox.c:91 +#: gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "ਦਿੱਖ ਵਿੰਡੋ" -#: ../gtk/gtkeventbox.c:92 +#: gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." msgstr "ਕੀ ਘਟਨਾ-ਡੱਬਾ ਦਿੱਸਯੋਗ ਹੋਵੇ, ਇਸ ਦੇ ਉਲਟ ਕਿ ਲੁਕਵਾਂ ਅਤੇ ਸਿਰਫ ਘਟਨਾਵਾਂ ਨੂੰ ਫੜੇ ਹੀ" -#: ../gtk/gtkeventbox.c:98 +#: gtk/gtkeventbox.c:98 msgid "Above child" msgstr "ਚਲਾਇਡ ਤੋਂ ਉੱਤੇ" -#: ../gtk/gtkeventbox.c:99 +#: gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." msgstr "" "ਕੀ ਘਟਨਾ-ਡੱਬੇ ਦਾ ਘਟਨਾ ਫੜਨ ਵਾਲੀ ਵਿੰਡੋ ਚਾਲਇਡ ਵਿਦਗਿਟ ਦੇ ਉੱਤੇ ਹੋਵੇ ,ਇਸ ਦੇ ਉਲਟ ਕਿ ਇਸ ਦੇ ਹੇਠਾਂ" -#: ../gtk/gtkexpander.c:187 +#: gtk/gtkexpander.c:187 msgid "Expanded" msgstr "ਫੈਲਿਆ" -#: ../gtk/gtkexpander.c:188 +#: gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "ਕੀ ਫੈਲਾਣਵਾਲੇ ਨੂੰ ਚਲਾਇਡ ਵਿਦਗਿਟ ਨੂੰ ਖੋਲ੍ਹਣਾ ਚਾਹੀਦਾ ਹੈ" -#: ../gtk/gtkexpander.c:196 +#: gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "ਫੈਲੇ ਲੇਬਲ ਦਾ ਪਾਠ" -#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 +#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 msgid "Use markup" msgstr "ਨਿਸ਼ਾਨਬੰਦੀ ਵਰਤੋਂ" -#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 +#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "ਲੇਬਲ ਦੇ ਟੈਕਸਟ ਵਿੱਚ XML ਮਾਰਕਅੱਪ ਹੋਵੇ ਵੇਖੋ pango_parse_markup()" -#: ../gtk/gtkexpander.c:220 +#: gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "ਲੇਬਲ ਅਤੇ ਚਲਾਇਡ ਵਿੱਚ ਦੇਣ ਵਾਲੀ ਖਾਲੀ ਥਾਂ" -#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 +#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "ਲੇਬਲ ਵਿਦਗਿਟ" -#: ../gtk/gtkexpander.c:230 +#: gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "ਵਿਦਗਿਟ, ਆਮ ਫੈਲਾੳ ਲੇਬਲ ਦੀ ਥਾਂ ਵੇਖਾਉ " -#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 +#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "ਫੈਲਾ ਦਾ ਅਕਾਰ" -#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 +#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "ਫੈਲਾ ਵਾਲੇ ਤੀਰ ਦਾ ਅਕਾਰ" -#: ../gtk/gtkexpander.c:246 +#: gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "ਫੈਲਾ ਵਾਲੇ ਤੀਰ ਦੇ ਆਲੇ-ਦੁਆਲੇ ਥਾਂ" -#: ../gtk/gtkfilechooser.c:194 +#: gtk/gtkfilechooser.c:194 msgid "Action" msgstr "ਕਾਰਵਾਈ" -#: ../gtk/gtkfilechooser.c:195 +#: gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "ਕਾਰਵਾਈ ਦੀ ਕਿਸਮ ਜੋ ਕਿ ਫਾਇਲ ਚੋਣਕਾਰ ਕਰ ਰਿਹਾ ਹੈ " -#: ../gtk/gtkfilechooser.c:201 +#: gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "ਫਾਇਲ ਸਿਸਟਮ ਬੈਕਐਡ" -#: ../gtk/gtkfilechooser.c:202 +#: gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "ਵਰਤਣ ਵਾਲੇ ਫਾਇਲ ਸਿਸਟਮ ਬੈਕਐਡ ਦਾ ਨਾਂ" -#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 +#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "ਫਿਲਟਰ" -#: ../gtk/gtkfilechooser.c:208 +#: gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "ਵੇਖਾਉਣ ਲਈ ਫਾਇਲਾਂ ਦੀ ਚੋਣ ਕਰਨ ਵਾਲਾ ਮੌਜੂਦਾ ਫਿਲਟਰ" -#: ../gtk/gtkfilechooser.c:213 +#: gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "ਲੋਕਲ ਹੀ" -#: ../gtk/gtkfilechooser.c:214 +#: gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "ਕੀ ਚੁਣੀਆਂ ਫਾਇਲਾਂ ਸਿਰਫ ਲੋਕਲ ਹੀ ਹੋਣੀਆਂ ਚਾਹੀਦੀਆਂ ਹਨ : URL" -#: ../gtk/gtkfilechooser.c:219 +#: gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "ਝਲਕ ਵਿਦਗਿਟ" -#: ../gtk/gtkfilechooser.c:220 +#: gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "ਕਸਟਮ ਝਲਕ ਲਈ ਕਾਰਜ ਵਲੋਂ ਦਿੱਤੇ ਵਿਦਗਿਟ" -#: ../gtk/gtkfilechooser.c:225 +#: gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "ਵਿਦਗਿਟ ਕਾਰਵਾਈ ਦੀ ਝਲਕ" -#: ../gtk/gtkfilechooser.c:226 +#: gtk/gtkfilechooser.c:226 msgid "" "Whether the application supplied widget for custom previews should be shown." msgstr "ਕੀ ਸੋਧ ਝਲਕ ਵੇਖਾਉਣ ਲਈ ਕਾਰਜ ਵਿਦਗਿਟ ਦੇਵੇ।" -#: ../gtk/gtkfilechooser.c:231 +#: gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "ਝਲਕ ਲੇਬਲ ਵਰਤੋਂ" -#: ../gtk/gtkfilechooser.c:232 +#: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "ਕੀ ਝਲਕ ਫਾਇਲਾਂ ਦੇ ਨਾਂ ਨਾਲ ਸਟਾਕ ਲੇਬਲ ਵੀ ਵੇਖਾਇਆ ਜਾਵੇ।" -#: ../gtk/gtkfilechooser.c:237 +#: gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "ਵਾਧੂ ਵਿਦਗਿਟ" -#: ../gtk/gtkfilechooser.c:238 +#: gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "ਹੋਰ ਚੋਣ ਲਈ ਕਾਰਜ ਵਿਦਗਿਟ ਦੇਵੇ " -#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 -#: ../gtk/gtkrecentchooser.c:203 +#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "ਬਹੁ-ਚੋਣ" -#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 +#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "ਕੀ ਬਹੁਤੀਆਂ ਫਾਇਲਾਂ ਦੀ ਚੋਣ ਦੀ ਇਜ਼ਾਜ਼ਤ ਦੇਣੀ ਹੈ" -#: ../gtk/gtkfilechooser.c:250 +#: gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "ਲੁਕਵੇਂ ਵੇਖਾਓ" -#: ../gtk/gtkfilechooser.c:251 +#: gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "ਕੀ ਲੁਕਵੀਆਂ ਫਾਇਲਾਂ ਅਤੇ ਫੋਲਡਰਾਂ ਨੂੰ ਵੇਖਾਉਣੇ ਹਨ" -#: ../gtk/gtkfilechooser.c:266 +#: gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "ਉੱਤੇ ਲਿਖਣ ਪੁਸ਼ਟੀ ਕਰੋ" -#: ../gtk/gtkfilechooser.c:267 +#: gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." msgstr "" "ਕੀ ਸੰਭਾਲਣ ਢੰਗ ਵਿੱਚ ਇੱਕ ਫਾਇਲ ਚੋਣਕਾਰ ਲੋੜ ਪੈਣ ਉੱਤੇ ਇੱਕ ਉੱਪਰ ਲਿਖਣ ਦੀ ਪੁਸ਼ਟੀ ਕਰਦਾ ਡਾਈਲਾਗ ਵੇਖਾਏ।" -#: ../gtk/gtkfilechooserbutton.c:376 +#: gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "ਡਾਈਲਾਗ" -#: ../gtk/gtkfilechooserbutton.c:377 +#: gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "ਵਰਤਣ ਲਈ ਫਾਇਲ ਚੋਣਕਾਰ ਵਰਤੋਂ।" -#: ../gtk/gtkfilechooserbutton.c:408 +#: gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "ਫਾਇਲ ਚੋਣਕਾਰ ਡਾਈਲਾਗ ਦਾ ਨਾਂ ਹੈ।" -#: ../gtk/gtkfilechooserbutton.c:422 +#: gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "ਬਟਨ ਵਿਦਗਿਟ ਦੀ ਲੋੜੀਦੀ ਚੌਰਾਈ ਅੱਖਰਾਂ ਵਿੱਚ ਹੈ।" -#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 -#: ../gtk/gtkstatusicon.c:218 +#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 +#: gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "ਫਾਇਲ-ਨਾਂ" -#: ../gtk/gtkfilesel.c:527 +#: gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "ਮੌਜੂਦਾ ਚੁਣਿਆ ਫਾਇਲ-ਨਾਂ" -#: ../gtk/gtkfilesel.c:533 +#: gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "ਫਾਇਲ ਕਾਰਵਾਈ ਵੇਖਾਓ" -#: ../gtk/gtkfilesel.c:534 +#: gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "ਕੀ ਫਾਇਲਾਂ ਨੂੰ ਬਣਾਉਣ/ਵਰਤਣ ਲਈ ਬਟਨ ਵੇਖਾਏ ਜਾਣ" -#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 +#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 msgid "X position" msgstr "X ਟਿਕਾਣਾ" -#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 +#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "ਚਲਾਇਡ ਵਿਦਗਿਟ ਦੀ X ਸਥਿਤੀ" -#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 +#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 msgid "Y position" msgstr "Y ਟਿਕਾਣਾ" -#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 +#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "ਚਲਾਇਡ ਵਿਦਗਿਟ ਦੀ Y ਸਥਿਤੀ" -#: ../gtk/gtkfontbutton.c:143 +#: gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "ਫੋਂਟ ਚੋਣਕਾਰ ਡਾਈਲਾਗ ਦਾ ਟਾਈਟਲ" -#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 +#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 msgid "Font name" msgstr "ਫੋਂਟ ਨਾਂ" -#: ../gtk/gtkfontbutton.c:159 +#: gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "ਚੁਣੇ ਫੋਂਟ ਦਾ ਨਾਂ" -#: ../gtk/gtkfontbutton.c:160 +#: gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "ਸਨਸ ੧੨" -#: ../gtk/gtkfontbutton.c:175 +#: gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "ਲੇਬਲ ਵਿੱਚ ਫੋਂਟ ਵਰਤੋਂ" -#: ../gtk/gtkfontbutton.c:176 +#: gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "ਕੀ ਚੁਣੇ ਫੋਟਾਂ ਨਾਲ ਲੇਬਲ ਨੂੰ ਫਿਰ ਬਣਾਇਆ ਜਾਵੇ" -#: ../gtk/gtkfontbutton.c:191 +#: gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "ਲੇਬਲ ਵਿੱਚ ਅਕਾਰ ਵਰਤੋਂ" -#: ../gtk/gtkfontbutton.c:192 +#: gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "ਕੀ ਚੁਣੇ ਫੋਂਟ ਅਕਾਰ ਨਾਲ ਲੇਬਲ ਨੂੰ ਫਿਰ ਬਣਾਇਆ ਜਾਵੇ" -#: ../gtk/gtkfontbutton.c:208 +#: gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "ਸਟਾਇਲ ਵੇਖਾਓ" -#: ../gtk/gtkfontbutton.c:209 +#: gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "ਕੀ ਚੁਣੇ ਫੋਂਟ ਸਟਾਇਲ ਨਾਲ ਲੇਬਲ ਨੂੰ ਫਿਰ ਬਣਾਇਆ ਜਾਵੇ" -#: ../gtk/gtkfontbutton.c:224 +#: gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "ਅਕਾਰ ਵੇਖਾਓ" -#: ../gtk/gtkfontbutton.c:225 +#: gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "ਕੀ ਚੁਣੇ ਫੋਂਟ ਅਕਾਰ ਨੂੰ ਲੇਬਲ ਵਿੱਚ ਵੇਖਾਇਆ ਜਾਵੇ" -#: ../gtk/gtkfontsel.c:197 +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "ਇਸ ਫੋਂਟ ਨੂੰ ਵੇਖਾਉਦੀ ਇੱਕ ਲਾਈਨ" -#: ../gtk/gtkfontsel.c:204 +#: gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "GdkFont ਜੋ ਹੁਣ ਚੁਣੇ ਗਏ ਹਨ" -#: ../gtk/gtkfontsel.c:210 +#: gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "ਟੈਕਸਟ ਝਲਕ" -#: ../gtk/gtkfontsel.c:211 +#: gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "ਚੁਣੇ ਫੋਟਾਂ ਲਈ ਝਲਕ ਵੇਖਾਉਣ ਲਈ ਪਾਠ" -#: ../gtk/gtkframe.c:106 +#: gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "ਫਰੇਮ ਦੇ ਲੇਬਲ ਦਾ ਸ਼ਬਦ" -#: ../gtk/gtkframe.c:113 +#: gtk/gtkframe.c:113 msgid "Label xalign" msgstr "ਲੇਬਲ x ਸਫ਼ਬੰਦੀ" -#: ../gtk/gtkframe.c:114 +#: gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "ਲੇਬਲ ਦੀ ਲੇਟਵੀ ਦਿਸ਼ਾ ਵਿੱਚ ਸਫ਼ਬੰਦੀ" -#: ../gtk/gtkframe.c:122 +#: gtk/gtkframe.c:122 msgid "Label yalign" msgstr "ਲੇਬਲ y ਸਫ਼ਬੰਦੀ" -#: ../gtk/gtkframe.c:123 +#: gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "ਲੇਬਲ ਦੀ ਲੰਬਕਾਰੀ ਦਿਸ਼ਾ ਵਿੱਚ ਸਫ਼ਬੰਦੀ" -#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 +#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "ਪ੍ਰਤੀਕੂਲ ਵਿਸ਼ੇਸ਼ਤਾ, ਬਜਾਏ ਪਰਛਾਵਾਂ-ਕਿਸਮ ਵਰਤੋਂ" -#: ../gtk/gtkframe.c:138 +#: gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "ਫਰੇਮ ਛਾਂ" -#: ../gtk/gtkframe.c:139 +#: gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "ਫਰੇਮ ਦੇ ਹਾਸ਼ੀਏ ਦੀ ਦਿੱਖ" -#: ../gtk/gtkframe.c:148 +#: gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "ਫਾਰਮ ਦੇ ਲੇਬਲ ਲਈ ਥਾਂ ਵੇਖਾਉਣ ਲਈ ਵਿਦਗਿਟ" -#: ../gtk/gtkhandlebox.c:175 +#: gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "ਕੰਨਟੇਨਰ ਦੇ ਦੁਆਲੇ ਛਾਂ ਦੀ ਮੌਜੂਦਗੀ" -#: ../gtk/gtkhandlebox.c:183 +#: gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "ਸਥਿਤੀ ਨੂੰ ਵੇਖੋ" -#: ../gtk/gtkhandlebox.c:184 +#: gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "ਚਲਾਇਡ ਵਿਦਗਿਟ ਦੇ ਅਨੁਸਾਰ ਸੰਭਾਲਣ ਦੀ ਸਥਿਤੀ" -#: ../gtk/gtkhandlebox.c:192 +#: gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "ਕਿਨਾਰੇ ਦਾ ਦਰਿਸ਼" -#: ../gtk/gtkhandlebox.c:193 +#: gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" msgstr "ਹੈਡਲ-ਡੱਬੇ ਦਾ ਪਾਸਾ ਜੋ ਕਿ ਹੈਡਲ-ਡੱਬੇ ਨਾਲ ਡਾਕ ਅਤੇ ਡਾਕ-ਬਿੰਦੂ ਨਾਲ ਕਤਾਰਬੱਧ ਕੀਤਾ ਹੈ" -#: ../gtk/gtkhandlebox.c:201 +#: gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "ਕਿਨਾਰਾ ਸਮੂਹ ਦਾ ਦਰਿਸ਼" -#: ../gtk/gtkhandlebox.c:202 +#: gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" msgstr "ਕੀ ਸਨੈਪ-ਕਿਨਾਰੇ ਦੀ ਵਿਸ਼ੇਸ਼ਤਾ ਤੋਂ ਮੁੱਲ ਵਰਤਣਾ ਹੈ ਜਾਂ ਸਥਿਤੀ ਤੋਂ ਬਣਾਉਣਾ ਹੈ" -#: ../gtk/gtkhandlebox.c:209 +#: gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "ਚਲਾਈਡ ਵੱਖ ਕੀਤਾ" -#: ../gtk/gtkhandlebox.c:210 +#: gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." msgstr "ਬੁਲੀਅਨ ਮੁੱਲ ਵੇਖਾਉਦਾ ਹੈ ਕਿ ਕੀ ਹੈਂਡਲਬਾਕਸ ਦਾ ਚਾਈਲਡ ਅਟੈਚ ਕੀਤਾ ਜਾਂ ਵੱਖ" -#: ../gtk/gtkiconview.c:548 +#: gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "ਚੋਣ ਢੰਗ" -#: ../gtk/gtkiconview.c:549 +#: gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "ਚੋਣ ਢੰਗ" -#: ../gtk/gtkiconview.c:567 +#: gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "ਪਿਕਬਫ਼ ਕਾਲਮ" -#: ../gtk/gtkiconview.c:568 +#: gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "ਆਈਕਾਨ ਪਿਕਬਫ਼ ਤੋਂ ਮਾਡਲ ਕਾਲਮ ਵਰਤਣ ਲਈ" -#: ../gtk/gtkiconview.c:586 +#: gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "ਟੈਕਸਟ ਤੋਂ ਪਰਾਪਤ ਕਰਨ ਲਈ ਮਾਡਲ ਕਾਲਮ" -#: ../gtk/gtkiconview.c:605 +#: gtk/gtkiconview.c:605 msgid "Markup column" msgstr "ਨਿਸ਼ਾਨਬੰਦੀ ਕਾਲਮ" -#: ../gtk/gtkiconview.c:606 +#: gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "ਜੇਕਰ ਪੈਂਗੋ ਨਿਸ਼ਾਨ ਦੀ ਵਰਤੋਂ ਕੀਤੀ ਜਾਵੇ ਤਾਂ ਮਾਡਲ ਕਾਲਮ ਵਰਤਣ ਲਈ ਪਰਾਪਤ ਪਾਠ" -#: ../gtk/gtkiconview.c:613 +#: gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "ਆਈਕਾਨ ਵੇਖਣ ਮਾਡਲ" -#: ../gtk/gtkiconview.c:614 +#: gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "ਆਈਕਾਨ ਵੇਖਣ ਲਈ ਮਾਡਲ" -#: ../gtk/gtkiconview.c:630 +#: gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "ਕਾਲਮਾਂ ਦੀ ਗਿਣਤੀ" -#: ../gtk/gtkiconview.c:631 +#: gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "ਵੇਖਾਉਣ ਲਈ ਕਾਲਮਾਂ ਦੀ ਗਿਣਤੀ" -#: ../gtk/gtkiconview.c:648 +#: gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "ਹਰੇਕ ਆਈਟਮ ਲਈ ਚੌੜਾਈ" -#: ../gtk/gtkiconview.c:649 +#: gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "ਹਰ ਆਈਟਮ ਲਈ ਵਰਤਨ ਲਈ ਚੌੜਾਈ" -#: ../gtk/gtkiconview.c:665 +#: gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "ਇੱਕ ਆਈਟਮ ਦੇ ਸੈੱਲਾਂ ਵਿੱਚ ਦਿੱਤੀ ਜਾਣ ਵਾਲੀ ਖਾਲੀ ਥਾਂ" -#: ../gtk/gtkiconview.c:680 +#: gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "ਕਤਾਰ ਫਾਸਲਾ" -#: ../gtk/gtkiconview.c:681 +#: gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "ਗਰਿੱਡ ਕਤਾਰਾਂ ਵਿੱਚ ਦਿੱਤੀ ਜਾਣ ਵਾਲੀ ਖਾਲੀ ਥਾਂ" -#: ../gtk/gtkiconview.c:696 +#: gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "ਕਾਲਮ ਖਾਲੀ ਥਾਂ" -#: ../gtk/gtkiconview.c:697 +#: gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "ਖਾਲੀ ਥਾਂ, ਜੋ ਕਿ ਗਰਿੱਡ ਕਾਲਮ ਵਿੱਚ ਦਿੱਤੀ ਜਾਂਦੀ ਹੈ" -#: ../gtk/gtkiconview.c:712 +#: gtk/gtkiconview.c:712 msgid "Margin" msgstr "ਫਾਸਲਾ" -#: ../gtk/gtkiconview.c:713 +#: gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "ਆਈਕਾਨ ਝਲਕ ਦੇ ਕਿਨਾਰੇ ਤੇ ਦਿੱਤੀ ਜਾਣ ਵਾਲੀ ਖਾਲੀ ਥਾਂ" -#: ../gtk/gtkiconview.c:730 +#: gtk/gtkiconview.c:730 msgid "" "How the text and icon of each item are positioned relative to each other" msgstr "ਇੱਕ ਆਈਕਾਨ ਲਈ ਉਸਦਾ ਟੈਕਸਟ ਅਤੇ ਆਈਕਾਨ ਨੂੰ ਕਿਵੇਂ ਟਿਕਾਇਆ ਜਾਵੇ" -#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 -#: ../gtk/gtktreeviewcolumn.c:307 +#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "ਮੁੜ-ਕਰਮਯੋਗ" -#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 +#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "ਮੁੜ-ਕਰਮਯੋਗ ਦੀ ਤਰਾਂ ਵੇਖੋ" -#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 +#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "ਟੂਲ-ਟਿੱਪ ਕਾਲਮ" -#: ../gtk/gtkiconview.c:755 +#: gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "ਮਾਡਲ ਦੇ ਕਾਲਮ ਵਿੱਚ , ਜੋ ਕਿ ਆਈਟਮਾਂ ਲਈ ਟੂਲ-ਟਿੱਪ ਲਵੇਗਾ।" -#: ../gtk/gtkiconview.c:766 +#: gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "ਚੋਣ ਬਕਸਾ ਰੰਗ" -#: ../gtk/gtkiconview.c:767 +#: gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "ਚੋਣ ਬਕਸੇ ਦਾ ਰੰਗ" -#: ../gtk/gtkiconview.c:773 +#: gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "ਚੋਣ ਬਕਸਾ ਐਲਫ਼ਾ" -#: ../gtk/gtkiconview.c:774 +#: gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "ਚੋਣ ਬਕਸੇ ਦਾ ਬਲੌਰੀਪਨ" -#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 +#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "ਪਿਕਬਫ" -#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 +#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "ਵੇਖਾਉਣ ਲਈ GdkPixbuf" -#: ../gtk/gtkimage.c:139 +#: gtk/gtkimage.c:139 msgid "Pixmap" msgstr "ਪਿਕਪੈਮ" -#: ../gtk/gtkimage.c:140 +#: gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "ਵੇਖਾਉਣ ਲਈ GdkPixmap" -#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 +#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "ਚਿੱਤਰ" -#: ../gtk/gtkimage.c:148 +#: gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "ਵੇਖਾਉਣ ਲਈ GdkImage" -#: ../gtk/gtkimage.c:155 +#: gtk/gtkimage.c:155 msgid "Mask" msgstr "ਮਖੌਟਾ" -#: ../gtk/gtkimage.c:156 +#: gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "GdkImage ਜਾਂ GdkPixmap ਨਾਲ ਵਰਤਣ ਲਈ ਬਿੱਟਮੈਪ ਕੱਜ ਦਿਉ" -#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 +#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "ਲੋਡ ਕਰਨ ਅਤੇ ਵੇਖਾਉਣ ਲਈ ਫਾਇਲ-ਨਾਂ" -#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 +#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "ਸਟਾਕ ਚਿੱਤਰ ਵੇਖਾਉਣ ਲਈ ਸਟਾਕ ID" -#: ../gtk/gtkimage.c:180 +#: gtk/gtkimage.c:180 msgid "Icon set" msgstr "ਆਈਕਾਨ ਸੈੱਟ" -#: ../gtk/gtkimage.c:181 +#: gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "ਵੇਖਾਉਣ ਲਈ ਆਈਕਾਨ ਸੈੱਟ" -#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:214 ../gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "ਆਈਕਾਨ ਆਕਾਰ" -#: ../gtk/gtkimage.c:189 +#: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "ਸਟਾਕ ਆਈਕਾਨ, ਆਈਕਾਨ ਸੈਟ ਜਾਂ ਨਾਂ ਆਈਕਾਨ ਲਈ ਲਿੰਕ ਅਕਾਰ" -#: ../gtk/gtkimage.c:205 +#: gtk/gtkimage.c:205 msgid "Pixel size" msgstr "ਪਿਕਸਲ ਅਕਾਰ" -#: ../gtk/gtkimage.c:206 +#: gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "ਨਾਮੀ ਆਈਕਾਨ ਲਈ ਪਿਕਸਲ ਅਕਾਰ" -#: ../gtk/gtkimage.c:214 +#: gtk/gtkimage.c:214 msgid "Animation" msgstr "ਸਜੀਵਤਾ" -#: ../gtk/gtkimage.c:215 +#: gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "ਵੇਖਾਉਣ ਲਈ GdkPixbufAnimation" -#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 +#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "ਸੰਭਾਲਣ ਦੀ ਕਿਸਮ" -#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 +#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "ਚਿੱਤਰ ਡੈਟਾ ਲਈ ਪੇਸ਼ਕਾਰੀ" -#: ../gtk/gtkimagemenuitem.c:136 +#: gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "ਚਲਾਇਡ ਵਿਦਗਿਟ, ਮੇਨੂ ਟੈਕਸਟ ਤੋਂ ਅੱਗੇ ਦਿੱਸਣ ਲਈ" -#: ../gtk/gtkimagemenuitem.c:151 +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "ਸਟਾਕ ਮੇਨੂ ਆਈਟਮ ਬਣਾਉਣ ਲਈ ਕੀ ਲੇਬਲ ਟੈਕਸਟ ਵਰਤਣਾ ਹੈ" -#: ../gtk/gtkimagemenuitem.c:169 +#: gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "ਹਮੇਸ਼ਾਂ ਚਿੱਤਰ ਵੇਖੋ" -#: ../gtk/gtkimagemenuitem.c:170 +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "ਕੀ ਚਿੱਤਰ ਵੇਖਾਇਆ ਜਾਵੇ" -#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "ਅਸੈੱਲ ਗਰੁੱਪ" -#: ../gtk/gtkimagemenuitem.c:185 +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "ਐਕਸਰਲੇਟਰ ਸਵਿੱਚਾਂ ਲਈ ਵਰਤਣ ਵਾਸਤੇ ਅਸੈੱਲ ਗਰੁੱਪ" -#: ../gtk/gtkimagemenuitem.c:190 +#: gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "ਮੇਨੂ ਚਿੱਤਰ ਵੇਖੋ" -#: ../gtk/gtkimagemenuitem.c:191 +#: gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "ਕੀ ਮੇਨੂ ਵਿੱਚ ਚਿੱਤਰ ਵੇਖਾਏ ਜਾਣ" -#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "ਸਕਰੀਨ, ਜਿੱਥੇ ਕਿ ਵਿੰਡੋ ਵੇਖਾਈ ਜਾਵੇਗੀ" -#: ../gtk/gtklabel.c:368 +#: gtk/gtklabel.c:368 msgid "The text of the label" msgstr "ਲੇਬਲ ਦੇ ਸ਼ਬਦ" -#: ../gtk/gtklabel.c:375 +#: gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "ਲੇਬਲ ਦੇ ਟੈਕਸਟ ਤੇ ਲਾਗੂ ਕਰਨ ਲਈ ਸਟਾਇਲ ਗੁਣਾਂ ਦੀ ਲਿਸਟ" -#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 +#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 msgid "Justification" msgstr "ਤਰਕਸੰਗਤ ਕਰੋ" -#: ../gtk/gtklabel.c:397 +#: gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " @@ -3114,561 +3091,561 @@ msgstr "" "ਲੇਬਲ ਦੇ ਟੈਕਸਟ ਦੀਆਂ ਸਤਰਾਂ ਦੀ ਇੱਕ-ਦੂਰਦੇ ਪ੍ਰਤੀ ਸ਼ਫ਼ਬੰਦੀ ਇਹ ਲੇਬਲ ਦੀ ਉਪਲੱਬਧ ਸਥਿਤੀ ਨੂੰ ਪ੍ਰਭਾਵਿਤ " "ਨਹੀਂ ਕਰਦੀ ਹੈ। ਇਸ ਦੇ ਲਈGtkMisc::xalign ਨੂੰ ਵੇਖੋ।" -#: ../gtk/gtklabel.c:405 +#: gtk/gtklabel.c:405 msgid "Pattern" msgstr "ਪੈਟਰਨ" -#: ../gtk/gtklabel.c:406 +#: gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" msgstr "ਕੀ ਸਤਰਾਂ _ ਅੱਖਰਾਂ ਨਾਲ ਜਿੱਥੇ ਕਿ ਉਹਨਾਂ ਦੀ ਸਥਿਤੀ ਹੈ, ਨੂੰ ਸ਼ਬਦਾਂ ਨੂੰ ਹੇਠਾਂ ਲਾਈਨ ਲਾ ਦੇਵੇ" -#: ../gtk/gtklabel.c:413 +#: gtk/gtklabel.c:413 msgid "Line wrap" msgstr "ਲਾਈਨ ਸਮੇਟੋ" -#: ../gtk/gtklabel.c:414 +#: gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "ਜੇ ਦਿੱਤਾ ਤਾਂ, ਲਾਈਨਾਂ ਨੂੰ ਲੇਪਟਿਆ ਜਾਵੇਗਾ ਜੇਕਰ ਟੈਕਸਟ ਜਿਆਦਾ ਹੀ ਚੌੜਾ ਹੋ ਗਿਆ" -#: ../gtk/gtklabel.c:429 +#: gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "ਲਾਈਨ ਲਪੇਟਣ ਮੋਡ" -#: ../gtk/gtklabel.c:430 +#: gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "ਜੇਕਰ ਲਪੇਟਣਾ ਸੈੱਟ ਹੋਵੇ ਤਾਂ ਲਾਈਨ-ਲਪੇਟਣ ਬਾਰੇ ਕੰਟਰੋਲ ਹੋਇਆ" -#: ../gtk/gtklabel.c:437 +#: gtk/gtklabel.c:437 msgid "Selectable" msgstr "ਚੋਣ-ਯੋਗ" -#: ../gtk/gtklabel.c:438 +#: gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "ਕੀ ਲੇਬਲ ਦੇ ਸ਼ਬਦ ਮਾਊਸ ਨਾਲ ਚੁਣੇ ਜਾ ਸਕਣ" -#: ../gtk/gtklabel.c:444 +#: gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "ਮਨਾਮੈਰਿਕ ਕੀ" -#: ../gtk/gtklabel.c:445 +#: gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "ਇਸ ਲੇਬਲ ਲਈ ਮਨਾਮੈਰਿਕ -ਤੇਜ਼-ਕੀ" -#: ../gtk/gtklabel.c:453 +#: gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "ਮਨਾਮੈਰਿਕ ਵਿਦਗਿਟ" -#: ../gtk/gtklabel.c:454 +#: gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "ਵਿਦਗਿਟ ਸਰਗਰਮ ਹੋ ਜਾਵੇ ਜਦੋਂ ਕਿ ਲੇਬਲ ਦੀ ਅੰਕੀ ਕੀ ਦਬਾਈ ਜਾਵੇ" -#: ../gtk/gtklabel.c:500 +#: gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" msgstr "ਅੰਡਾਕਾਰ ਸਤਰ ਲਈ ਪਸੰਦੀਦਾ ਥਾਂ, ਜੇਕਰ ਲੇਬਲ ਕੋਲ ਲੋੜੀਂਦੀ ਸਤਰ ਵੇਖਾਉਣ ਲਈ ਪੂਰੀ ਥਾਂ ਨਾ ਹੋਵੇ" -#: ../gtk/gtklabel.c:540 +#: gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "ਇੱਕਲੀ ਲਾਈਨ ਮੋਡ" -#: ../gtk/gtklabel.c:541 +#: gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "ਕੀ ਲੇਬਲ ਇੱਕ ਇੱਕਲੇ ਲਾਈਨ ਮੋਡ ਵਿੱਚ ਹੋਵੇ" -#: ../gtk/gtklabel.c:558 +#: gtk/gtklabel.c:558 msgid "Angle" msgstr "ਕੋਣ" -#: ../gtk/gtklabel.c:559 +#: gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "ਕੋਣ, ਜਿਸ ਉੱਤੇ ਲੇਬਲ ਨੂੰ ਘੁੰਮਾਉਣਾ ਹੈ" -#: ../gtk/gtklabel.c:579 +#: gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਚੌੜਾਈ ਅੱਖਰਾਂ ਵਿੱਚ" -#: ../gtk/gtklabel.c:580 +#: gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "ਲੇਬਲ ਦੀ ਵੱਧ ਤੋਂ ਵੱਧ ਲੋੜੀਦੀ ਚੌੜਾਈ, ਅੱਖਰਾਂ ਵਿੱਚ" -#: ../gtk/gtklabel.c:696 +#: gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "ਕੀ ਚੁਣਨਯੋਗ ਲੇਬਲ ਦੀ ਸਮੱਗਰੀ ਚੁਣੀ ਜਾਵੇ, ਜਦੋਂ ਇਹ ਫੋਕਸ ਹੋਵੇ" -#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 +#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "ਲੇਟਵਾਂ ਅਡਜੱਸਟਮੈਂਟ" -#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 +#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "ਲੇਟਵੀ ਸਥਿਤੀ ਲਈ GtkAdjustment" -#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 +#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "ਲੰਬਕਾਰੀ ਅਡਜੱਸਟਮੈਂਟ" -#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 +#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "ਲੰਬਕਾਰੀ ਸਥਿਤੀ ਲਈ GtkAdjustment" -#: ../gtk/gtklayout.c:633 +#: gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "ਲੇਆਉਟ ਦੀ ਚੌੜਾਈ" -#: ../gtk/gtklayout.c:642 +#: gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "ਲੇਆਉਟ ਦੀ ਉਚਾਈ" -#: ../gtk/gtklinkbutton.c:145 +#: gtk/gtklinkbutton.c:145 msgid "URI" msgstr "URI" -#: ../gtk/gtklinkbutton.c:146 +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "ਇਸ ਬਟਨ ਲਈ URI ਬਾਊਂਡ" -#: ../gtk/gtklinkbutton.c:160 +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "ਖੋਲ੍ਹੇ ਗਏ" -#: ../gtk/gtklinkbutton.c:161 +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "ਕੀ ਇਹ ਲਿੰਕ ਪਹਿਲਾਂ ਖੋਲ੍ਹਿਆ ਗਿਆ ਹੈ।" -#: ../gtk/gtkmenu.c:501 +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "ਮੌਜੂਦਾ ਚੁਣੀ ਮੇਨੂ ਆਈਟਮ ਹੈ।" -#: ../gtk/gtkmenu.c:516 +#: gtk/gtkmenu.c:516 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:285 msgid "Accel Path" msgstr "ਅਸੈੱਲ ਪਾਥ" -#: ../gtk/gtkmenu.c:531 +#: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "ਅਸੈੱਲ ਪਾਥ, ਜੋ ਕਿ ਚਾਈਲਡ ਆਈਟਮਾਂ ਦਾ ਅਸੈਲ ਪਾਥ ਬਣਾਉਣ ਲਈ ਸੌਖਾ ਹੋਵੇ" -#: ../gtk/gtkmenu.c:547 +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "ਵਿਡਜੈੱਟ ਨੱਥੀ" -#: ../gtk/gtkmenu.c:548 +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "ਨੱਥੀ ਕਰਨ ਲਈ ਵਿਡਜੈੱਟ ਮੇਨੂ" -#: ../gtk/gtkmenu.c:556 +#: gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" msgstr "ਜਦੋਂ ਲਿਸਟ ਨੂੰ ਹਟਾਇਆ ਜਾਵੇ ਤਾਂ ਵਿੰਡੋ ਮੈਨੇਜਰ ਦਾ ਉਪਲੱਬਧ ਟਾਇਟਲ, ਜੋ ਕਿ ਦਿੱਸ ਸਕਦਾ ਹੈ" -#: ../gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "ਵੱਖ ਹਾਲਤ" -#: ../gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "ਇੱਕ ਬੁਲੀਅਨ ਮੁੱਲ, ਜੋ ਕਿ ਮੇਨੂ ਨੂੰ ਵੱਖ ਹੋਣਯੋਗ ਬਣਾਉਦਾ ਹੈ" -#: ../gtk/gtkmenu.c:585 +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "ਮਾਨੀਟਰ" -#: ../gtk/gtkmenu.c:586 +#: gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "ਮੇਨੂ ਨਿਗਾਰਨ ਖੁੱਲ੍ਹੇਗਾ" -#: ../gtk/gtkmenu.c:592 +#: gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "ਲੰਬਕਾਰੀ ਚਿਣੋ" -#: ../gtk/gtkmenu.c:593 +#: gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "ਮੇਨੂ ਦੇ ਉੱਤੇ ਅਤੇ ਹੇਠਾਂ ਵਾਧੂ ਖਾਲੀ ਥਾਂ" -#: ../gtk/gtkmenu.c:601 +#: gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "ਖਿਤਿਜੀ ਚਿਣੋ" -#: ../gtk/gtkmenu.c:602 +#: gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "ਮੇਨੂ ਦੇ ਉੱਪਰਲੇ ਅਤੇ ਹੇਠਲੇ ਕਿਨਾਰੇ ਉੱਤੇ ਵਾਧੂ ਖਾਲੀ ਥਾਂ" -#: ../gtk/gtkmenu.c:610 +#: gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "ਲੰਬਕਾਰੀ ਆਫਸੈੱਟ" -#: ../gtk/gtkmenu.c:611 +#: gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" msgstr "ਜਦੋਂ ਮੇਨੂ ਵਿੱਚ ਸਬ-ਮੇਨੂ ਹੋਵੇ ਤਾਂ, ਇਸ ਨੂੰ ਇੰਨੇ ਪਿਕਸਿਲ ਲੰਬਕਾਰ ਦਿਸ਼ਾ ਵਿੱਚ ਸੰਤੁਲਿਤ ਕਰੋ" -#: ../gtk/gtkmenu.c:619 +#: gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "ਲੇਟਵੀ ਆਫਸੈੱਟ" -#: ../gtk/gtkmenu.c:620 +#: gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" msgstr "ਜਦੋਂ ਮੇਨੂ ਵਿੱਚ ਸਬ-ਮੇਨੂ ਹੋਵੇ ਤਾਂ, ਇਸ ਨੂੰ ਇੰਨੇ ਪਿਕਸਿਲ ਲੇਟਵੀ ਦਿਸ਼ਾ ਸੰਤੁਲਿਤ ਕਰੋ" -#: ../gtk/gtkmenu.c:628 +#: gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "ਦੋਹਰੇ ਤੀਰ" -#: ../gtk/gtkmenu.c:629 +#: gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "ਸਕਰੋਲ ਕਰਨ ਦੌਰਾਨ, ਹਮੇਸ਼ਾ ਦੋਵੇਂ ਤੀਰ ਵੇਖਾਓ।" -#: ../gtk/gtkmenu.c:642 +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "ਤੀਰ ਥਾਂ" -#: ../gtk/gtkmenu.c:643 +#: gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "ਵੇਖਾਉਦਾ ਹੈ ਕਿ ਕਿੱਥੇ ਸਕਰੋਲ ਤੀਰ ਰੱਖੇ ਜਾਣਗੇ" -#: ../gtk/gtkmenu.c:651 +#: gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "ਖੱਬਾ ਜੋੜੋ" -#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 +#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "ਚਲਾਇਡ ਨਾਲ ਖੱਬੇ ਪਾਸੇ ਜੋੜਨ ਲਈ ਕਾਲਮ ਦਾ ਨੰਬਰ" -#: ../gtk/gtkmenu.c:659 +#: gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "ਸੱਜੇ ਜੋੜੋ" -#: ../gtk/gtkmenu.c:660 +#: gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "ਚਲਾਇਡ ਨਾਲ ਸੱਜੇ ਪਾਸੇ ਜੋੜਨ ਲਈ ਕਾਲਮ ਦਾ ਨੰਬਰ" -#: ../gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "ਉੱਤੇ ਜੋੜੋ" -#: ../gtk/gtkmenu.c:668 +#: gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "ਚਲਾਇਡ ਨਾਲ ਉਪਰਲੇ ਪਾਸੇ ਜੋੜਨ ਲਈ ਸਤਰ ਦਾ ਨੰਬਰ" -#: ../gtk/gtkmenu.c:675 +#: gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "ਹੇਠਾਂ ਜੋੜੋ" -#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 +#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "ਚਲਾਇਡ ਨਾਲ ਹੇਠਲੇ ਪਾਸੇ ਜੋੜਨ ਲਈ ਸਤਰ ਦਾ ਨੰਬਰ" -#: ../gtk/gtkmenu.c:690 +#: gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "ਸਕਰੋਲ ਤੀਰ ਦਾ ਸਾਈਜ਼ ਘਟਾਉਣ ਲਈ ਸਥਿਰ ਅੰਕ" -#: ../gtk/gtkmenu.c:777 +#: gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "ਐਕਸਲੇਟਰ ਬਦਲ ਸਕਦੇ ਹਨ" -#: ../gtk/gtkmenu.c:778 +#: gtk/gtkmenu.c:778 msgid "" "Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "ਕੀ ਮੇਨੂ-ਤੇਜ਼ ਲਿਸਟ ਉੱਤੇ ਇੱਕ ਕੀ ਦਬਾਉਣ ਨਾਲ ਤਬਦੀਲ ਹੋ ਜਾਣ" -#: ../gtk/gtkmenu.c:783 +#: gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "ਸਬ-ਮੇਨੂ ਦੇ ਉਭੱਰਨ ਵਿੱਚ ਦੇਰੀ" -#: ../gtk/gtkmenu.c:784 +#: gtk/gtkmenu.c:784 msgid "" "Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "ਘੱਟੋ-ਘੱਟ ਸਮਾਂ, ਜਿਸ ਲਈ ਸਬ-ਮੇਨੂ ਦੇ ਖੁੱਲਣ ਤੋਂ ਪਹਿਲਾਂ ਸੰਕੇਤਕ ਮੇਨੂ ਆਈਟਮ ਉੱਤੇ ਹੀ ਰਹੇ" -#: ../gtk/gtkmenu.c:791 +#: gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "ਇੱਕ ਸਬ-ਮੇਨੂ ਨੂੰ ਉਹਲੇ ਹੋਣ ਵਿੱਚ ਦੇਰੀ" -#: ../gtk/gtkmenu.c:792 +#: gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" msgstr "ਸਮਾਂ ਇੱਕ ਸਬ-ਮੇਨੂ ਨੂੰ ਉਹਲੇ ਹੋਣ ਤੋਂ ਪਹਿਲਾਂ, ਜਦੋਂ ਕਿ ਸੰਕੇਤਕ ਸਬ-ਮੇਨੂ ਵੱਲ ਆ ਰਿਹਾ ਹੋਵੇ" -#: ../gtk/gtkmenubar.c:168 +#: gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "ਪੈਕ ਦਿਸ਼ਾ" -#: ../gtk/gtkmenubar.c:169 +#: gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "ਮੇਨੂ-ਪੱਟੀ ਵਿੱਚ ਪੈਕ ਦੀ ਦਿਸ਼ਾ" -#: ../gtk/gtkmenubar.c:185 +#: gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "ਚਾਈਲਡ ਪੈਕ ਦਿਸ਼ਾ" -#: ../gtk/gtkmenubar.c:186 +#: gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "ਮੇਨ-ਪੱਟੀ ਦੀ ਚਾਈਲਡ ਪੈਕ ਦਿਸ਼ਾ" -#: ../gtk/gtkmenubar.c:195 +#: gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "ਮੇਨੂ-ਬਾਰ ਦੇ ਦੁਆਲੇ ਬੀਵਲ ਦਾ ਸਟਾਇਲ" -#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 +#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "ਅੰਦਰੂਨੀ ਚਿਣਾਈ" -#: ../gtk/gtkmenubar.c:203 +#: gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "ਹਾਸ਼ੀਏ ਦੀ ਥਾਂ ਦਾ ਅਕਾਰ ਮੇਨੂ-ਬਾਰ ਦੇ ਪਰਛਾਵੇ ਅਤੇ ਮੇਨੂ ਚੀਜਾਂ ਦੇ ਵਿੱਚਕਾਰ" -#: ../gtk/gtkmenubar.c:210 +#: gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "ਲਟਕਦੇ ਮੇਨੂ ਦੇ ਉਪਲੱਬਧ ਹੋਣ ਦੇਰੀ" -#: ../gtk/gtkmenubar.c:211 +#: gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "ਮੇਨੂ-ਬਾਰ ਦੀ ਸਬ-ਮੇਨੂ ਦੇ ਉਪਲੱਬਧ ਹੋਣ ਦੇਰੀ" -#: ../gtk/gtkmenuitem.c:252 +#: gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "ਸੱਜੇ ਇਕਸਾਰ" -#: ../gtk/gtkmenuitem.c:253 +#: gtk/gtkmenuitem.c:253 msgid "" "Sets whether the menu item appears justified at the right side of a menu bar" msgstr "ਮੇਨ ਬਾਰੇ ਦੇ ਸੱਜੇ ਕੋਨੇ ਉੱਤੇ ਮੇਨੂ ਆਈਟਮ ਵੇਖਾਉਣ ਲਈ ਸੈੱਟ ਕਰੇਗਾ" -#: ../gtk/gtkmenuitem.c:267 +#: gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "ਸਬ-ਮੇਨੂ" -#: ../gtk/gtkmenuitem.c:268 +#: gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" msgstr "ਮੇਨ ਆਈਟਮ ਨਾਲ ਜੁੜਿਆ ਸਬ-ਮੇਨੂ, ਜਾਂ ਕੁਝ ਨਾ ਹੋਣ ਦੇ ਰੂਪ ਵਿੱਚ NULL" -#: ../gtk/gtkmenuitem.c:286 +#: gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "ਮੇਨੂ ਆਈਟਮ ਦਾ ਐਕਸਰਲੇਸ਼ਨ ਪਾਥ ਸੈੱਟ ਕਰਦਾ ਹੈ" -#: ../gtk/gtkmenuitem.c:301 +#: gtk/gtkmenuitem.c:301 msgid "The text for the child label" msgstr "ਚਾਈਲਡ ਲੇਬਲ ਲਈ ਟੈਕਸਟ" -#: ../gtk/gtkmenuitem.c:364 +#: gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "ਤੀਰ ਵਲੋਂ ਮੇਨੂ ਆਈਟਮ ਦੇ ਫੋਂਟ ਸਾਈਜ਼ ਮੁਤਾਬਕ ਵਰਤੀ ਥਾਂ ਦੀ ਮਾਤਰਾ" -#: ../gtk/gtkmenuitem.c:377 +#: gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "ਅੱਖਰਾਂ ਵਿੱਚ ਚੌੜਾਈ" -#: ../gtk/gtkmenuitem.c:378 +#: gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "ਅੱਖਰਾਂ ਵਿੱਚ ਮੇਨੂ ਆਈਟਮਾਂਂ ਦੀ ਘੱਟੋ-ਘੱਟ ਲੋੜੀਦੀ ਚੌੜਾਈ" -#: ../gtk/gtkmenushell.c:374 +#: gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "ਫੋਕਸ ਲਵੋ" -#: ../gtk/gtkmenushell.c:375 +#: gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "ਇੱਕ ਬੁਲੀਅਨ, ਜੋ ਕਿ ਮੇਨੂ-ਪੱਟੀ ਵਿੱਚ ਕੀ-ਬੋਰਡ ਫੋਕਸ ਲਵੇ" -#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 +#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "ਮੇਨੂ" -#: ../gtk/gtkmenutoolbutton.c:246 +#: gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "ਲਕਟਦਾ ਮੇਨੂ" -#: ../gtk/gtkmessagedialog.c:98 +#: gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "ਚਿੱਤਰ/ਲੇਬਲ ਦਾ ਹਾਸ਼ੀਆ" -#: ../gtk/gtkmessagedialog.c:99 +#: gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "ਸੁਨੇਹਾ ਤਖਤੀ ਵਿੱਚ ਲੇਬਲ ਅਤੇ ਚਿੱਤਰ ਦੁਆਲੇ ਹਾਸ਼ੀਏ ਦਾ ਚੌੜਾਈ" -#: ../gtk/gtkmessagedialog.c:114 +#: gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "ਵੱਖਰੇਵਾਂ ਵਰਤੋਂ" -#: ../gtk/gtkmessagedialog.c:115 +#: gtk/gtkmessagedialog.c:115 msgid "" "Whether to put a separator between the message dialog's text and the buttons" msgstr "ਕੀ ਸੁਨੇਹਾ ਡਾਈਲਾਗ ਸ਼ਬਦ ਅਤੇ ਬਟਨਾਂ ਵਿੱਚ ਵੱਖਰੇਵਾਂ ਵਰਤਣਾ ਹੈ" -#: ../gtk/gtkmessagedialog.c:128 +#: gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "ਸੁਨੇਹਾ ਕਿਸਮ" -#: ../gtk/gtkmessagedialog.c:129 +#: gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "ਸੁਨੇਹੇ ਦੀ ਕਿਸਮ" -#: ../gtk/gtkmessagedialog.c:136 +#: gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "ਸੁਨੇਹਾ ਬਟਨ" -#: ../gtk/gtkmessagedialog.c:137 +#: gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "ਸੁਨੇਹਾ ਡਾਈਲਾਗ ਵਿੱਚ ਬਟਨ ਵੇਖਾਓ" -#: ../gtk/gtkmessagedialog.c:154 +#: gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "ਸੁਨੇਹਾ ਡਾਈਲਾਗ ਲਈ ਮੁੱਢਲਾ ਪਾਠ" -#: ../gtk/gtkmessagedialog.c:169 +#: gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "ਮਾਰਕਅੱਪ ਵਰਤੋਂ" -#: ../gtk/gtkmessagedialog.c:170 +#: gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "ਪੈਂਗੋ ਨਿਸ਼ਾਨਬੱਧ ਸਮੇਤ ਟਾਈਟਲ ਦਾ ਮੁੱਢਲਾ ਟੈਕਸਟ ਹੈ।" -#: ../gtk/gtkmessagedialog.c:184 +#: gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "ਸੈਕੰਡਰੀ ਪਾਠ" -#: ../gtk/gtkmessagedialog.c:185 +#: gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "ਸੁਨੇਹਾ ਡਾਈਲਾਗ ਦਾ ਸੈਕੰਡਰੀ ਪਾਠ" -#: ../gtk/gtkmessagedialog.c:200 +#: gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "ਸੈਕੰਡਰੀ ਵਿੱਚ ਨਿਸ਼ਾਨਬੱਧ ਵਰਤੋਂ" -#: ../gtk/gtkmessagedialog.c:201 +#: gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "ਪੈਂਗੋ ਨਿਸ਼ਾਨਬੱਧ ਸਮੇਤ ਸੈਕੰਡਰੀ ਟੈਕਸਟ ਹੈ।" -#: ../gtk/gtkmessagedialog.c:216 +#: gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "ਚਿੱਤਰ" -#: ../gtk/gtkmisc.c:83 +#: gtk/gtkmisc.c:83 msgid "Y align" msgstr "Y ਸ਼ਫ਼ਬੰਦੀ" -#: ../gtk/gtkmisc.c:84 +#: gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "ਲੰਬਕਾਰੀ ਸ਼ਫ਼ਬੰਦੀ, ਤੋਂ 0 (ਉੱਤੇ) ਤੋਂ 1 (ਹੇਠੋਂ) " -#: ../gtk/gtkmisc.c:93 +#: gtk/gtkmisc.c:93 msgid "X pad" msgstr "X ਚਿਣਨਾ" -#: ../gtk/gtkmisc.c:94 +#: gtk/gtkmisc.c:94 msgid "" "The amount of space to add on the left and right of the widget, in pixels" msgstr "ਵਿਦਗਿਟ ਦੇ ਖੱਬੇ ਤੇ ਸੱਜੇ ਜੋੜਨ ਲਈ ਖਾਲ਼ੀ ਥਾਂ (ਪਿਕਸਿਲ ਵਿੱਚ)" -#: ../gtk/gtkmisc.c:103 +#: gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Y ਚਿਣਨਾ" -#: ../gtk/gtkmisc.c:104 +#: gtk/gtkmisc.c:104 msgid "" "The amount of space to add on the top and bottom of the widget, in pixels" msgstr "ਵਿਦਗਿਟ ਦੇ ਉੱਤੇ ਤੇ ਹੇਠਾਂ ਜੋੜਨ ਲਈ ਖਾਲ਼ੀ ਥਾਂ (ਪਿਕਸਿਲ ਵਿੱਚ)" -#: ../gtk/gtkmountoperation.c:139 +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "ਪੇਰੈਂਟ" -#: ../gtk/gtkmountoperation.c:140 +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "ਪੇਰੈਂਟ ਵਿੰਡੋ" -#: ../gtk/gtkmountoperation.c:147 +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "ਵੇਖਾ ਰਿਹਾ ਹੈ" -#: ../gtk/gtkmountoperation.c:148 +#: gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "ਕੀ ਅਸੀਂ ਡਾਈਲਾਗ ਵੇਖਾ ਰਹੇ ਹਨ" -#: ../gtk/gtkmountoperation.c:156 +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "ਸਕਰੀਨ, ਜਿੱਥੇ ਇਹ ਵਿੰਡੋ ਵੇਖਾਈ ਜਾਵੇਗੀ।" -#: ../gtk/gtknotebook.c:577 +#: gtk/gtknotebook.c:577 msgid "Page" msgstr "ਸਫ਼ਾ" -#: ../gtk/gtknotebook.c:578 +#: gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "ਮੌਜੂਦਾ ਸਫ਼ੇ ਦਾ ਇੰਡੈਕਸ" -#: ../gtk/gtknotebook.c:586 +#: gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "ਟੈਬ ਦੀ ਸਥਿਤੀ" -#: ../gtk/gtknotebook.c:587 +#: gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "ਨੋਟਬੁੱਕ ਦੇ ਕਿਹੜੇ ਪਾਸੇ ਟੈਬਾਂ ਨੂੰ ਸੰਭਾਲਿਆ ਜਾਵੇ" -#: ../gtk/gtknotebook.c:594 +#: gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "ਟੈਬ ਹਾਸ਼ੀਆ" -#: ../gtk/gtknotebook.c:595 +#: gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "ਟੈਬ ਲੇਬਲਾਂ ਦੁਆਲੇ ਹਾਸ਼ੀਏ ਦੀ ਚੌੜਾਈ" -#: ../gtk/gtknotebook.c:603 +#: gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "ਲੇਟਵਾਂ ਟੈਬ ਹਾਸ਼ੀਆ" -#: ../gtk/gtknotebook.c:604 +#: gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "ਟੈਬ ਲੇਬਲ ਦਾ ਲੇਟਵੇ ਹਾਸ਼ੀਏ ਦੀ ਚੌੜਾਈ" -#: ../gtk/gtknotebook.c:612 +#: gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "ਲੰਬਕਾਰੀ ਟੈਬ ਹਾਸ਼ੀਆ" -#: ../gtk/gtknotebook.c:613 +#: gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "ਟੈਬ ਲੇਬਲ ਦਾ ਲੰਬਕਾਰੀ ਹਾਸ਼ੀਏ ਦੀ ਚੌੜਾਈ" -#: ../gtk/gtknotebook.c:621 +#: gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "ਟੈਬਾਂ ਵੇਖਾਓ" -#: ../gtk/gtknotebook.c:622 +#: gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "ਕੀ ਟੈਬਾਂ ਵੇਖਾਉਣੀਆਂ ਹਨ ਜਾਂ ਨਹੀ" -#: ../gtk/gtknotebook.c:628 +#: gtk/gtknotebook.c:628 msgid "Show Border" msgstr "ਹਾਸ਼ੀਆ ਵੇਖਾਓ" -#: ../gtk/gtknotebook.c:629 +#: gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "ਕੀ ਹਾਸ਼ੀਆਂ ਵੇਖਾਉਣਾ ਹੈ ਜਾਂ ਨਹੀ" -#: ../gtk/gtknotebook.c:635 +#: gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "ਸਲਰੋਲ-ਵੋਗ" -#: ../gtk/gtknotebook.c:636 +#: gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ, ਸਕਰੋਲ ਤੀਰ ਜੋੜੇ ਜਾਣਗੇ ਜੇਕਰ ਜਿਆਦਾ ਟੈਬਾਂ ਆ ਗਈਆ" -#: ../gtk/gtknotebook.c:642 +#: gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "ਉਭਾਰਨ ਨੂੰ ਚਾਲੂ ਕਰੋ" -#: ../gtk/gtknotebook.c:643 +#: gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" @@ -3676,484 +3653,482 @@ msgstr "" "ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ, ਨੋਟ-ਬੁੱਕ ਤੇ ਮਾਊਸ ਦਾ ਸੱਜਾ ਬਟਨ ਦਬਾਉਣ ਨਾਲ ਮੇਨੂ ਆ ਜਾਵੇਗੀ, ਜੋ ਕਿ ਤੁਸੀਂ ਸਫੇ ਤੇ ਜਾਣ " "ਲਈ ਵਰਤ ਸਕਦੇ ਹੋ " -#: ../gtk/gtknotebook.c:650 +#: gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "ਕੀ ਟੈਬਾਂ ਇਕੋ ਅਕਾਰ ਦੀਆ ਹੋਣ" -#: ../gtk/gtknotebook.c:656 +#: gtk/gtknotebook.c:656 msgid "Group ID" msgstr "ਗਰੁੱਪ ID" -#: ../gtk/gtknotebook.c:657 +#: gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "ਟੈਬ ਚੁੱਕਣ ਅਤੇ ਸੁੱਟਣ ਲਈ ਗਰੁੱਪ ID" -#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 -#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 -#: ../gtk/gtkradiotoolbutton.c:65 +#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 +#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "ਗਰੁੱਪ" -#: ../gtk/gtknotebook.c:674 +#: gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "ਟੈਬ ਚੁੱਕਣ ਅਤੇ ਸੁੱਟਣ ਲਈ ਗਰੁੱਪ" -#: ../gtk/gtknotebook.c:680 +#: gtk/gtknotebook.c:680 msgid "Tab label" msgstr "ਟੈਬ ਲੇਬਲ" -#: ../gtk/gtknotebook.c:681 +#: gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "ਚਾਈਲਡ ਦੇ ਟੈਬ ਲੇਬਲ ਉੱਤੇ ਸਤਰ ਵਿਖਾਈ ਜਾਵੇ" -#: ../gtk/gtknotebook.c:687 +#: gtk/gtknotebook.c:687 msgid "Menu label" msgstr "ਮੇਨੂ ਲੇਬਲ" -#: ../gtk/gtknotebook.c:688 +#: gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "ਚਾਈਲਡ ਦੀ ਮੇਨੂ ਇੰਦਰਾਜ਼ ਵਿੱਚ ਸਤਰ ਵੇਖਾਓ" -#: ../gtk/gtknotebook.c:701 +#: gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "ਟੈਬ ਫੈਲਾਓ" -#: ../gtk/gtknotebook.c:702 +#: gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "ਕੀ ਚਲਾਇਡ ਟੈਬ ਨੂੰ ਫੈਲਾਉਣਾ ਹੈ ਜਾਂ ਨਹੀਂ" -#: ../gtk/gtknotebook.c:708 +#: gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "ਟੈਬ ਭਰੋ" -#: ../gtk/gtknotebook.c:709 +#: gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "ਕੀ ਚਾਈਲਡ ਦੀ ਟੈਬ ਨੂੰ ਦਿੱਤੇ ਖੇਤਰ ਨੂੰ ਭਰਨ ਲਈ ਵਰਤਿਆ ਜਾਵੇ ਜਾਂ ਨਾ" -#: ../gtk/gtknotebook.c:715 +#: gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "ਟੈਬ ਪੈਕ ਕਿਸਮ" -#: ../gtk/gtknotebook.c:722 +#: gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "ਟੈਬ ਮੁੜ-ਕ੍ਰਮਯੋਗ" -#: ../gtk/gtknotebook.c:723 +#: gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "ਕੀ ਟੈਬ ਯੂਜ਼ਰ ਕਾਰਵਾਈ ਰਾਹੀਂ ਮੁੜ-ਕ੍ਰਮਬੱਧ ਹੋਣ ਯੋਗ ਹੋਵੇ ਜਾਂ ਨਾ" -#: ../gtk/gtknotebook.c:729 +#: gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "ਟੈਬ ਵੱਖ ਹੋਣ ਯੋਗ" -#: ../gtk/gtknotebook.c:730 +#: gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "ਕੀ ਟੈਬ ਵੱਖ ਹੋਣ ਹੋਵੇ" -#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 +#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "ਸੈਕੰਡਰੀ ਪਿੱਛੇਵੱਲ ਜਾਣਵਾਲਾ" -#: ../gtk/gtknotebook.c:746 +#: gtk/gtknotebook.c:746 msgid "" "Display a second backward arrow button on the opposite end of the tab area" msgstr "ਟੈਬ ਖੇਤਰ ਦੇ ਵਿਰੋਧੀ ਸਿਰੇ ਤੇ ਦੂਜਾ ਪਿੱਛੇ ਜਾਣ ਵਾਲਾ ਤੀਰ ਵੇਖਾਓ" -#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 +#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "ਸੈਕੰਡਰੀ ਅੱਗੇਵੱਲ ਜਾਣਵਾਲਾ" -#: ../gtk/gtknotebook.c:762 +#: gtk/gtknotebook.c:762 msgid "" "Display a second forward arrow button on the opposite end of the tab area" msgstr "ਟੈਬ ਖੇਤਰ ਦੇ ਵਿਰੋਧੀ ਸਿਰੇ ਤੇ ਦੂਜਾ ਅੱਗੇ ਜਾਣ ਵਾਲਾ ਤੀਰ ਵੇਖਾਉ" -#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 +#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "ਪਿੱਛੇ ਵੱਲ ਜਾਣਵਾਲਾ" -#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 +#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "ਮਿਆਰੀ ਪਿੱਛੇ ਜਾਣ ਵਾਲਾ ਤੀਰ ਵੇਖਾਉ" -#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 +#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "ਅੱਗੇਵੱਲ ਜਾਣਵਾਲਾ" -#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 +#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "ਸਟੈਂਡਰਡ ਅੱਗੇ ਜਾਣ ਵਾਲਾ ਤੀਰ ਵੇਖਾਓ" -#: ../gtk/gtknotebook.c:806 +#: gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "ਟੈਬ ਢਕਣ" -#: ../gtk/gtknotebook.c:807 +#: gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "ਟੈਬ ਢਕਣ ਖੇਤਰ ਦਾ ਅਕਾਰ" -#: ../gtk/gtknotebook.c:822 +#: gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "ਟੈਬ ਕਰਵੇਚਰ" -#: ../gtk/gtknotebook.c:823 +#: gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "ਟੈਬ ਕਰਵੇਚਰ ਦਾ ਆਕਾਰ" -#: ../gtk/gtknotebook.c:839 +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "ਤੀਰ ਥਾਂ" -#: ../gtk/gtknotebook.c:840 +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "ਸਕਰੋਲ ਤੀਰ ਥਾਂ" -#: ../gtk/gtkobject.c:370 +#: gtk/gtkobject.c:370 msgid "User Data" msgstr "ਯੂਜ਼ਰ ਡਾਟਾ" -#: ../gtk/gtkobject.c:371 +#: gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "ਅਗਿਆਤ ਯੂਜ਼ਰ ਡਾਟਾ ਸੰਕੇਤਕ" -#: ../gtk/gtkoptionmenu.c:162 +#: gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "ਚੋਣ ਦੀ ਮੇਨੂ" -#: ../gtk/gtkoptionmenu.c:169 +#: gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "ਹੇਠ-ਡਿੱਗਣ ਵਾਲੇ ਸੰਕੇਤਕ ਦਾ ਅਕਾਰ" -#: ../gtk/gtkoptionmenu.c:175 +#: gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "ਸੰਕੇਤਕ ਦੇ ਦੁਆਲੇ ਖਾਲੀ ਥਾਂ" -#: ../gtk/gtkorientable.c:75 +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "ਸਥਿਤੀ-ਯੋਗ ਦੀ ਸਥਿਤੀ" -#: ../gtk/gtkpaned.c:242 +#: gtk/gtkpaned.c:242 msgid "" "Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "ਪੈਨਡ ਵੱਖਰੇਵੇ ਦੀ ਸਥਿਤੀ ਪਿਕਸਲ ਵਿੱਚ (0 ਦਾ ਅਰਥ ਹੈ ਸਭ ਪਾਸਿਆ ਤੋਂ ਖੱਬੇ/ਉੱਤੇ ਵੱਲ)" -#: ../gtk/gtkpaned.c:251 +#: gtk/gtkpaned.c:251 msgid "Position Set" msgstr "ਸਥਿਤੀ ਸੈੱਟ" -#: ../gtk/gtkpaned.c:252 +#: gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "ਸਹੀ ਜੇਕਰ ਸਥਿਤੀ-ਵਿਸ਼ੇਸ਼ਤਾ ਵਰਤਣੀ ਹੈ" -#: ../gtk/gtkpaned.c:258 +#: gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "ਹੈਡਲ ਅਕਾਰ" -#: ../gtk/gtkpaned.c:259 +#: gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "ਹੈਡਲ ਦੀ ਚੌੜਾਈ" -#: ../gtk/gtkpaned.c:275 +#: gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "ਘੱਟੋ-ਘੱਟੋ ਟਿਕਾਣਾ" -#: ../gtk/gtkpaned.c:276 +#: gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "\"ਟਿਕਾਣਾ\" ਵਿਸ਼ੇਸ਼ਤਾ ਲਈ ਸੰਭਵ ਛੋਟੇ ਤੋਂ ਛੋਟਾ ਮੁੱਲ" -#: ../gtk/gtkpaned.c:293 +#: gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "ਵੱਡੀ ਤੋਂ ਵੱਡੀ ਟਿਕਾਣਾ" -#: ../gtk/gtkpaned.c:294 +#: gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "\"ਟਿਕਾਣਾ\" ਵਿਸ਼ੇਸ਼ਤਾ ਲਈ ਸੰਭਵ ਵੱਡੇ ਤੋਂ ਵੱਡਾ ਮੁੱਲ" -#: ../gtk/gtkpaned.c:311 +#: gtk/gtkpaned.c:311 msgid "Resize" msgstr "ਮੁੜ-ਅਕਾਰ" -#: ../gtk/gtkpaned.c:312 +#: gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ, ਚਲਾਇਡ ਪੈਨਲ ਵਿਦਗਿਟ ਨਾਲ ਫੈਲ਼ ਅਤੇ ਸੁੰਘੜ ਸਕਦਾ ਹੈ " -#: ../gtk/gtkpaned.c:327 +#: gtk/gtkpaned.c:327 msgid "Shrink" msgstr "ਸੁੰਘੜੋ" -#: ../gtk/gtkpaned.c:328 +#: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ, ਚਲਾਇਡ ਇਸ ਦੇ ਅਸਲੀ ਅਕਾਰ ਤੋਂ ਛੋਟਾ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ" -#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "ਸ਼ਾਮਲ ਕੀਤਾ" -#: ../gtk/gtkplug.c:151 +#: gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "ਕੀ ਪਲੱਗ ਸ਼ਾਮਲ ਕੀਤਾ ਜਾਵੇ ਕਿ ਨਾ" -#: ../gtk/gtkplug.c:165 +#: gtk/gtkplug.c:165 msgid "Socket Window" msgstr "ਸਾਕਟ ਵਿੰਡੋ" -#: ../gtk/gtkplug.c:166 +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "ਇੰਬੈੱਡ ਕੀਤੇ ਪਲੱਗਇ ਦੇ ਸਾਕਟ ਦੀ ਵਿੰਡੋ" -#: ../gtk/gtkpreview.c:102 +#: gtk/gtkpreview.c:102 msgid "" "Whether the preview widget should take up the entire space it is allocated" msgstr "ਕੀ ਝਲਕ ਵਿਦਗਿਟ ਸਾਰੀ ਉਪਲੱਬਧ ਥਾਂ ਨੂੰ ਵਰਤ ਲਵੇ" -#: ../gtk/gtkprinter.c:124 +#: gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "ਪਰਿੰਟਰ ਦਾ ਨਾਂ" -#: ../gtk/gtkprinter.c:130 +#: gtk/gtkprinter.c:130 msgid "Backend" msgstr "ਬੈਕਐਂਡ" -#: ../gtk/gtkprinter.c:131 +#: gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "ਪਰਿੰਟਰ ਲਈ ਬੈਕਐਂਡ" -#: ../gtk/gtkprinter.c:137 +#: gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "ਫ਼ਰਜ਼ੀ ਹੈ" -#: ../gtk/gtkprinter.c:138 +#: gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "ਝੂਠ, ਜੇਕਰ ਇਹ ਇੱਕ ਅਸਲੀ ਹਾਰਡਵੇਅਰ ਪਰਿੰਟਰ ਨੂੰ ਵੇਖਾਉਦਾ ਹੈ" -#: ../gtk/gtkprinter.c:144 +#: gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "PDF ਮਨਜ਼ੂਰ" -#: ../gtk/gtkprinter.c:145 +#: gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "ਸੱਚ, ਜੇਕਰ ਪਰਿੰਟਰ PDF ਮਨਜ਼ੂਰ ਕਰਦਾ ਹੋਵੇ" -#: ../gtk/gtkprinter.c:151 +#: gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "ਪੋਸਟਸਕਰਿਪਟ ਮਨਜ਼ੂਰ" -#: ../gtk/gtkprinter.c:152 +#: gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "ਸੱਚ, ਜੇਕਰ ਪਰਿੰਟਰ ਪੋਸਟ-ਸਕਰਿਪਟ ਮਨਜ਼ੂਰ ਕਰਦਾ ਹੋਵੇ" -#: ../gtk/gtkprinter.c:158 +#: gtk/gtkprinter.c:158 msgid "State Message" msgstr "ਹਾਲਤ ਸੁਨੇਹਾ" -#: ../gtk/gtkprinter.c:159 +#: gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "ਪਰਿੰਟਰ ਦੀ ਹਾਲਤ ਦੱਸਣ ਵਾਲੀ ਸਤਰ" -#: ../gtk/gtkprinter.c:165 +#: gtk/gtkprinter.c:165 msgid "Location" msgstr "ਟਿਕਾਣਾ" -#: ../gtk/gtkprinter.c:166 +#: gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "ਪਰਿੰਟਰ ਦਾ ਟਿਕਾਣਾ" -#: ../gtk/gtkprinter.c:173 +#: gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "ਪਰਿੰਟਰ ਵਾਸਤੇ ਵਰਤਣ ਲਈ ਆਈਕਾਨ ਨਾਂ" -#: ../gtk/gtkprinter.c:179 +#: gtk/gtkprinter.c:179 msgid "Job Count" msgstr "ਜਾਬ ਗਿਣਤੀ" -#: ../gtk/gtkprinter.c:180 +#: gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "ਪਰਿੰਟਰ ਵਿੱਚ ਕਤਾਰਬੱਧ ਕੰਮਾਂ ਦੀ ਗਿਣਤੀ" -#: ../gtk/gtkprinter.c:198 +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "ਵਿਰਾਮ ਕੀਤਾ ਪਰਿੰਟਰ" -#: ../gtk/gtkprinter.c:199 +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "ਸੱਚ, ਜੇਕਰ ਪਰਿੰਟਰ ਵਿਰਾਮ ਹੈ" -#: ../gtk/gtkprinter.c:212 +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "ਜਾਬ ਲੈ ਰਿਹਾ" -#: ../gtk/gtkprinter.c:213 +#: gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "ਸੱਚ, ਜੇਕਰ ਪਰਿੰਟਰ ਨਵੇਂ ਜਾਬ ਮਨਜ਼ੂਰ ਕਰਦਾ ਹੋਵੇ" -#: ../gtk/gtkprinteroptionwidget.c:123 +#: gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "ਸਰੋਤ ਚੋਣਾਂ" -#: ../gtk/gtkprinteroptionwidget.c:124 +#: gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "ਇਹ ਵਿਦਗਿਟ ਲਈ PrinterOption ਬੈਕਿੰਗ ਹੈ" -#: ../gtk/gtkprintjob.c:117 +#: gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "ਪਰਿੰਟ ਜਾਬ ਦਾ ਟਾਇਟਲ" -#: ../gtk/gtkprintjob.c:125 +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "ਪਰਿੰਟਰ" -#: ../gtk/gtkprintjob.c:126 +#: gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "ਪਰਿੰਟ ਜਾਬ ਲਈ ਪਰਿੰਟਰ" -#: ../gtk/gtkprintjob.c:134 +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "ਸੈਟਿੰਗ" -#: ../gtk/gtkprintjob.c:135 +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "ਪਰਿੰਟਰ ਸੈਟਿੰਗ" -#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 -#: ../gtk/gtkprintunixdialog.c:258 +#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "ਸਫ਼ਾ ਸੈੱਟਅੱਪ" -#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "ਪਰਿੰਟ ਹਾਲਤ ਟਰੈਕ" -#: ../gtk/gtkprintjob.c:153 +#: gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." msgstr "" -#: ../gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "ਡਿਫਾਲਟ ਸਫ਼ਾ ਸੈੱਟਅੱਪ" -#: ../gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "ਡਿਫਾਲਟ ਰੂਪ ਵਿੱਚ ਵਰਤਣ ਲਈ GtkPageSetup" -#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "ਪਰਿੰਟ ਸੈਟਿੰਗ" -#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "ਡਾਈਲਾਗ ਸ਼ੁਰੂ ਕਰਨ ਲਈ GtkPrintSettings" -#: ../gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "ਜਾਬ ਨਾਂ" -#: ../gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "ਪਰਿੰਟ ਕੰਮ ਦੀ ਪਛਾਣ ਕਰਨ ਲਈ ਇੱਕ ਸਤਰ ਹੈ।" -#: ../gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "ਸਫ਼ਿਆਂ ਦੀ ਗਿਣਤੀ" -#: ../gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr "ਦਸਤਾਵੇਜ਼ ਵਿੱਚ ਸਫ਼ਿਆਂ ਦੀ ਗਿਣਤੀ ਹੈ।" -#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "ਮੌਜੂਦਾ ਸਫ਼ਾ" -#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "ਦਸਤਾਵੇਜ਼ ਵਿੱਚ ਮੌਜੂਦਾ ਸਫ਼ਿਆਂ ਦੀ ਗਿਣਤੀ" -#: ../gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "ਪੂਰਾ ਸਫ਼ਾ ਵਰਤੋਂ" -#: ../gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1007 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" msgstr "" -#: ../gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1028 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." msgstr "" -#: ../gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "ਯੂਨਿਟ" -#: ../gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "ਪਰਸੰਗ ਵਿੱਚ ਦੂਰੀ ਮਾਪਣ ਵਾਸਤੇ ਇਕਾਈ" -#: ../gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "ਡਾਈਲਾਗ ਵੇਖਾਓ" -#: ../gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr "ਸੱਚ, ਜੇਕਰ ਪਰਿੰਟਿੰਗ ਦੌਰਾਨ ਤਰੱਕੀ ਡਾਈਲਾਗ ਵੇਖਾਉਣਾ ਹੈ।" -#: ../gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "ਅਸਮਕਾਲੀ ਵਰਤੋਂ" -#: ../gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "ਸੱਚ, ਜੇਕਰ ਪਰਿੰਟ ਕਾਰਵਾਈ ਅਸਮਕਾਲੀ ਢੰਗ ਨਾਲ ਚੱਲ ਸਕਦਾ ਹੋਵੇ।" -#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "ਫਾਇਲ-ਨਾਂ ਐਕਸਪੋਰਟ" -#: ../gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "ਹਾਲਤ" -#: ../gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "ਪਰਿੰਟਰ ਦੀ ਕਾਰਜਕਾਰੀ ਹਾਲਤ" -#: ../gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "ਹਾਲਤ ਸਤਰ" -#: ../gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "ਹਾਲਤ ਦੀ ਪੜ੍ਹਨਯੋਗ ਵੇਰਵਾ" -#: ../gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "ਮੌਜਦਾ ਟੈਬ ਲੇਬਲ" -#: ../gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "ਕਸਟਮ ਵਿਦਗਿਟ ਰੱਖਣ ਵਾਲੀ ਟੈਬ ਲਈ ਲੇਬਲ ਹੈ।" -#: ../gtk/gtkprintunixdialog.c:259 +#: gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "ਵਰਤਣ ਲਈ GtkPageSetup" -#: ../gtk/gtkprintunixdialog.c:284 +#: gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "ਚੁਣਿਆ ਪਰਿੰਟਰ" -#: ../gtk/gtkprintunixdialog.c:285 +#: gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "GtkPrinter, ਜੋ ਕਿ ਚੁਣਿਆ ਹੈ" -#: ../gtk/gtkprogress.c:102 +#: gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "ਐਕਟਵਿਟੀ ਮੋਡ" -#: ../gtk/gtkprogress.c:103 +#: gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " @@ -4163,135 +4138,135 @@ msgstr "" "ਰਿਹਾ ਹੈ, ਪਰ ਇਹ ਨਹੀਂ ਦੱਸੇਗਾ ਕਿ ਕਾਰਵਾਈ ਕਿੰਨੀ ਪੂਰੀ ਹੋ ਗਈ ਹੈ ਇਹ ਤਾਂ ਹੀ ਵਰਤਿਆ ਜਾਂਦਾ ਹੈ ਜਦੋਂ " "ਕਿ ਤੁਸੀਂ ਕੁਝ ਕਰ ਰਹੇ ਹੋ, ਜਿਸ ਦੇ ਪੂਰਾ ਹੋਣ ਦੀ ਜਾਣਕਾਰੀ ਨਹੀਂ ਹੈ।" -#: ../gtk/gtkprogress.c:111 +#: gtk/gtkprogress.c:111 msgid "Show text" msgstr "ਟੈਕਸਟ ਵੇਖਾਓ" -#: ../gtk/gtkprogress.c:112 +#: gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "ਕੀ ਤਰੱਕੀ ਨੂੰ ਸ਼ਬਦ ਵਾਂਗ ਵੇਖਾਇਆ ਜਾਵੇ।" -#: ../gtk/gtkprogressbar.c:119 +#: gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "GtkAdjustment ਤਰੱਕੀ-ਪੱਟੀ ਨਾਲ ਜੁੜਿਆ ਹੈ (ਹਟਾਉਣ ਲਈ)" -#: ../gtk/gtkprogressbar.c:135 +#: gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "ਬਾਰ ਸਟਾਇਲ" -#: ../gtk/gtkprogressbar.c:136 +#: gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "ਬਾਰ ਦੀ ਵੇਖਣ-ਸਟਾਇਲ ਪ੍ਰਤੀਸ਼ਤ ਦੇ ਰੂਪ ਵਿੱਚ ਸੈੱਟ ਕਰੋ (ਬਰਤਰਫ਼)" -#: ../gtk/gtkprogressbar.c:144 +#: gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "ਐਕਟਵਿਟੀ ਸਟੈਪ" -#: ../gtk/gtkprogressbar.c:145 +#: gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "ਸਰਗਰਮ ਮੋਡ ਵਿੱਚ ਹਰੇਕ ਦੁਹਰਾਉ ਲਈ ਵਾਧਾ (ਪ੍ਰਤੀਕੂਲ)" -#: ../gtk/gtkprogressbar.c:152 +#: gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "ਐਕਟਵਿਟੀ ਬਲਾਕ" -#: ../gtk/gtkprogressbar.c:153 +#: gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" msgstr "ਐਕਟਵਿਟੀ ਮੋਡ ਵਿੱਚ ਤਰੱਕੀ-ਪੱਟੀ ਦੇ ਖੇਤਰ ਵਿੱਚ ਸਮਾ ਸਕਣ ਵਾਲੇ ਬਲਾਕਾਂ ਦੀ ਗਿਣਤੀ (ਪ੍ਰਤੀਕੂਲ)" -#: ../gtk/gtkprogressbar.c:160 +#: gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "ਖੰਡਿਤ ਬਲਾਕ" -#: ../gtk/gtkprogressbar.c:161 +#: gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" msgstr "" "ਸਰਗਰਮੀ ਮੋਡ ਵਿੱਚ ਤਰੱਕੀ-ਪੱਟੀ ਦੇ ਖੇਤਰ ਵਿੱਚ ਸਮਾ ਸਕਣ ਵਾਲੇ ਖੰਡਿਤ ਬਲਾਕਾਂ ਦੀ ਗਿਣਤੀ (ਪ੍ਰਤੀਕੂਲ)" -#: ../gtk/gtkprogressbar.c:168 +#: gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "ਭਾਗ" -#: ../gtk/gtkprogressbar.c:169 +#: gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "ਕੁੱਲ ਕੰਮ ਦੇ ਹਿੱਸੇ ਜੋ ਕਿ ਪੂਰੇ ਹੋ ਗਏ ਹਨ" -#: ../gtk/gtkprogressbar.c:176 +#: gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "ਪਲਸ ਸਟੈਪ" -#: ../gtk/gtkprogressbar.c:177 +#: gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "ਕੁੱਲ ਕੰਮ ਦੇ ਹਿੱਸੇ ਜੋ ਕਿ ਜਦੋਂ ਲਹਿਰ ਆਉਦੀ ਹੈ ਤਾਂ ਬਲਾਕ ਨੂੰ ਅੱਗੇ ਖਿਸਕਾਉਦੇ ਹਨ" -#: ../gtk/gtkprogressbar.c:185 +#: gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "ਤਰੱਕੀ-ਪੱਟੀ ਵਿੱਚ ਵੇਖਾਉਣ ਲਈ ਸ਼ਬਦ" -#: ../gtk/gtkprogressbar.c:207 +#: gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." msgstr "" "ਅੰਡਕਾਰ-ਅਕਾਰ ਸਤਰ ਲਈ ਪਸੰਦੀਦਾ ਥਾਂ, ਜੇਕਰ ਤਰੱਕੀ ਪੱਟੀ ਲਈ ਪੂਰੀ ਸਤਰ ਵੇਖਾਉਣ ਲਈ ਥਾਂ ਨਾ ਹੋਵੇ।" -#: ../gtk/gtkprogressbar.c:214 +#: gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "X-ਫਾਸਲਾ" -#: ../gtk/gtkprogressbar.c:215 +#: gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "ਇੱਕ ਤਰੱਕੀ ਬਾਰ ਦੀ ਚੌੜਾਈ ਵਿੱਚ ਵਾਧੂ ਥਾਂ ਲਾਗੂ ਕੀਤੀ ਜਾਵੇਗੀ।" -#: ../gtk/gtkprogressbar.c:220 +#: gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "Y ਥਾਂ" -#: ../gtk/gtkprogressbar.c:221 +#: gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "ਇੱਕ ਤਰੱਕੀ ਬਾਰ ਦੀ ਉਚਾਈ ਵਿੱਚ ਵਾਧੂ ਥਾਂ ਲਾਗੂ ਕੀਤੀ ਜਾਵੇਗੀ।" -#: ../gtk/gtkprogressbar.c:234 +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "ਘੱਟੋ-ਘੱਟ ਹਰੀਜੱਟਲ ਬਾਰ ਚੌੜਾਈ" -#: ../gtk/gtkprogressbar.c:235 +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "ਤਰੱਕੀ ਬਾਰ ਦੀ ਘੱਟੋ-ਘੱਟ ਹਰੀਜੱਟਲ ਚੌੜਾਈ" -#: ../gtk/gtkprogressbar.c:247 +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "ਘੱਟੋ-ਘੱਟ ਹਰੀਜੱਟਲ ਬਾਰ ਚੌੜਾਈ" -#: ../gtk/gtkprogressbar.c:248 +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "ਤਰੱਕੀ ਬਾਰ ਦੀ ਘੱਟੋ-ਘੱਟ ਹਰੀਜੱਟਲ ਉਚਾਈ" -#: ../gtk/gtkprogressbar.c:260 +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "ਘੱਟੋ-ਘੱਟ ਵਰਟੀਕਲ ਬਾਰ ਚੌੜਾਈ" -#: ../gtk/gtkprogressbar.c:261 +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "ਤਰੱਕੀ ਬਾਰ ਦੀ ਘੱਟੋ-ਘੱਟ ਵਰਟੀਕਲ ਚੌੜਾਈ" -#: ../gtk/gtkprogressbar.c:273 +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "ਘੱਟੋ-ਘੱਟ ਵਰਟੀਕਲ ਬਾਰ ਉਚਾਈ" -#: ../gtk/gtkprogressbar.c:274 +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "ਤਰੱਕੀ ਬਾਰ ਦੀ ਘੱਟੋ-ਘੱਟ ਵਰਟੀਕਲ ਉਚਾਈ" -#: ../gtk/gtkradioaction.c:111 +#: gtk/gtkradioaction.c:111 msgid "The value" msgstr "ਮੁੱਲ" -#: ../gtk/gtkradioaction.c:112 +#: gtk/gtkradioaction.c:112 msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." @@ -4299,491 +4274,489 @@ msgstr "" "ਇਹ ਕਾਰਵਾਈ ਆਪਣੇ ਗਰੁੱਪ ਦੀ ਮੌਜੂਦਾ ਕਾਰਵਾਈ ਹੈ ਤਾਂ gtk_radio_action_get_current_value() ਨੇ " "ਵਾਪਿਸ ਕੀਤਾ ਮੁੱਲ" -#: ../gtk/gtkradioaction.c:129 +#: gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "ਰੇਡੀਓ ਕਾਰਵਾਈ, ਜਿਸ ਗਰੁੱਪ ਨਾਲ ਇਹ ਕਾਰਵਾਈ ਸਬੰਧਤ ਹੈ।" -#: ../gtk/gtkradioaction.c:144 +#: gtk/gtkradioaction.c:144 msgid "The current value" msgstr "ਮੌਜੂਦਾ ਮੁੱਲ" -#: ../gtk/gtkradioaction.c:145 +#: gtk/gtkradioaction.c:145 msgid "" "The value property of the currently active member of the group to which this " "action belongs." msgstr "" -#: ../gtk/gtkradiobutton.c:83 +#: gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "ਰੇਡੀਉ ਬਟਨ, ਜਦੋਂ ਕਿ ਇਸ ਗਰੁੱਪ ਜਿਸ ਨਾਲ ਵਿਦਗਿਟ ਸਬੰਧਤ ਹੈ।" -#: ../gtk/gtkradiomenuitem.c:344 +#: gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "ਰੇਡੀਉ ਮੇਨੂ, ਜਦੋਂ ਕਿ ਇਸ ਗਰੁੱਪ ਜਿਸ ਨਾਲ ਵਿਦਗਿਟ ਸਬੰਧ ਹੈ।" -#: ../gtk/gtkradiotoolbutton.c:66 +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "ਰੇਡੀਉ ਟੂਲ ਬਟਨ, ਜਦੋਂ ਕਿ ਇਸ ਗਰੁੱਪ ਜਿਸ ਨਾਲ ਬਟਨ ਸਬੰਧਤ ਹੈ।" -#: ../gtk/gtkrange.c:358 +#: gtk/gtkrange.c:358 msgid "Update policy" msgstr "ਅੱਪਡੇਟ ਪਾਲਸੀ" -#: ../gtk/gtkrange.c:359 +#: gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "ਸਕਰੀਨ ਤੇ ਰੇਜ਼ ਦਾ ਕਿੰਨੀ ਵਾਰ ਅੱਪਡੇਟ ਕਰਨਾ ਹੈ" -#: ../gtk/gtkrange.c:368 +#: gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "GtkAdjustment ਜੋ ਕਿ ਰੇਜ਼ ਆਬਜੈਕਟ ਦੀ ਮੌਜੂਦਾ ਮੁੱਲ ਰੱਖਦਾ ਹੈ" -#: ../gtk/gtkrange.c:375 +#: gtk/gtkrange.c:375 msgid "Inverted" msgstr "ਬਦਲਵਾਂ" -#: ../gtk/gtkrange.c:376 +#: gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" msgstr "ਬਦਲਵੀ ਦਿਸ਼ਾ ਵਾਲਾ ਸਲਾਇਡਰ ਰੇਜ਼ ਦਾ ਮੁੱਲ ਵਧਾਉਣ ਲਈ ਹਿੱਲੇ" -#: ../gtk/gtkrange.c:383 +#: gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "ਹੇਠਲੀ ਸਟੈਪਰ ਸੰਵੇਦਨਸ਼ੀਲਤਾ" -#: ../gtk/gtkrange.c:384 +#: gtk/gtkrange.c:384 msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" msgstr "" -#: ../gtk/gtkrange.c:392 +#: gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "ਉੱਪਰੀ ਸਟੈਪਰ ਸੰਵੇਦਨਸ਼ੀਲਤਾ" -#: ../gtk/gtkrange.c:393 +#: gtk/gtkrange.c:393 msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" msgstr "" -#: ../gtk/gtkrange.c:410 +#: gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "ਭਰਨ ਲੈਵਲ ਵੇਖਾਓ" -#: ../gtk/gtkrange.c:411 +#: gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "" -#: ../gtk/gtkrange.c:427 +#: gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "ਭਰਨ ਲੈਵਲ ਲਈ ਪਾਬੰਦੀ" -#: ../gtk/gtkrange.c:428 +#: gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "" -#: ../gtk/gtkrange.c:443 +#: gtk/gtkrange.c:443 msgid "Fill Level" msgstr "ਭਰਨ ਲੈਵਲ" -#: ../gtk/gtkrange.c:444 +#: gtk/gtkrange.c:444 msgid "The fill level." msgstr "ਭਰਨ ਲੈਵਲ ਹੈ।" -#: ../gtk/gtkrange.c:452 +#: gtk/gtkrange.c:452 msgid "Slider Width" msgstr "ਸਲਾਇਡਰ ਚੌੜਾਈ" -#: ../gtk/gtkrange.c:453 +#: gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "ਸਕਰੋਲਬਾਰ ਜਾਂ ਪੈਮਾਨਾ ਥੰਮ ਦੀ ਚੌੜਾਈ" -#: ../gtk/gtkrange.c:460 +#: gtk/gtkrange.c:460 msgid "Trough Border" msgstr "ਕੁੰਡ ਦਾ ਹਾਸ਼ੀਆ" -#: ../gtk/gtkrange.c:461 +#: gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "ਥੰਬ/ਪਗਕਾਰਾਂ ਅਤੇ trough bevel ਵਿਚ ਫਾਸਲਾ" -#: ../gtk/gtkrange.c:468 +#: gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "ਪਗਕਾਰ ਅਕਾਰ" -#: ../gtk/gtkrange.c:469 +#: gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "ਅਖੀਰ ਤੇ ਪਗ-ਬਟਨ ਦੀ ਲੰਬਾਈ" -#: ../gtk/gtkrange.c:484 +#: gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "ਪਗਕਾਰ ਦੀ ਥਾਂ" -#: ../gtk/gtkrange.c:485 +#: gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "ਪਗ-ਬਟਨ ਅਤੇ ਥੰਬ ਵਿੱਚਕਾਰ ਖਾਲੀ ਥਾਂ" -#: ../gtk/gtkrange.c:492 +#: gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "ਤੀਰ X ਵਿਸਥਾਪਨ" -#: ../gtk/gtkrange.c:493 +#: gtk/gtkrange.c:493 msgid "" "How far in the x direction to move the arrow when the button is depressed" msgstr "ਜਦੋ ਬਟਨ ਦਬਾਇਆ ਜਾਵੇ ਤਾਂ x-ਦਿਸ਼ਾ ਵਿੱਚ ਕਿੰਨਾ ਹਿੱਲਾਉਣਾ ਹੈ" -#: ../gtk/gtkrange.c:500 +#: gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "ਤੀਟ Y ਵਿਸਥਾਪਨ" -#: ../gtk/gtkrange.c:501 +#: gtk/gtkrange.c:501 msgid "" "How far in the y direction to move the arrow when the button is depressed" msgstr "ਜਦੋ ਬਟਨ ਦਬਾਇਆ ਜਾਵੇ ਤਾਂ y-ਦਿਸ਼ਾ ਵਿੱਚ ਕਿੰਨਾ ਹਿੱਲਾਉਣਾ ਹੈ" -#: ../gtk/gtkrange.c:509 +#: gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "ਸੁੱਟਣ ਦੌਰਾਨ ਸਲਾਇਡਰ ਸਰਗਰਮ ਵੇਖਾਓ" -#: ../gtk/gtkrange.c:510 +#: gtk/gtkrange.c:510 msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" msgstr "" -#: ../gtk/gtkrange.c:524 +#: gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "ਬਾਹੀ ਵੇਰਵੇ ਰਾਹੀਂ" -#: ../gtk/gtkrange.c:525 +#: gtk/gtkrange.c:525 msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" msgstr "" -#: ../gtk/gtkrange.c:541 +#: gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "" -#: ../gtk/gtkrange.c:542 +#: gtk/gtkrange.c:542 msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" msgstr "" -#: ../gtk/gtkrange.c:555 +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "ਤੀਰ ਸਕੇਲਿੰਗ" -#: ../gtk/gtkrange.c:556 +#: gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "ਸਕਰੋਲ ਬਟਨ ਸਾਈਜ਼ ਮੁਤਾਬਕ ਤੀਰ ਸਕੇਲ ਕਰੋ" -#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 +#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "ਗਿਣਤੀ ਵੇਖਾਓ" -#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 +#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "ਕੀ ਆਈਟਮਾਂ ਨੂੰ ਇੱਕ ਨੰਬਰ ਵਾਂਗ ਵੇਖਾਇਆ ਜਾਵੇ" -#: ../gtk/gtkrecentchooser.c:132 +#: gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "ਤਾਜ਼ਾ ਮੈਨੇਜਰ" -#: ../gtk/gtkrecentchooser.c:133 +#: gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "ਵਰਤਣ ਲਈ ਤਾਜ਼ਾ-ਮੈਨੇਜਰ ਆਬਜੈਕਟ" -#: ../gtk/gtkrecentchooser.c:147 +#: gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "ਪ੍ਰਾਈਵੇਟ ਵੇਖਾਓ" -#: ../gtk/gtkrecentchooser.c:148 +#: gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "ਕੀ ਪ੍ਰਾਈਵੇਟ ਆਈਟਠਾਂ ਵੇਖਾਈਆਂ ਜਾਣ" -#: ../gtk/gtkrecentchooser.c:161 +#: gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "ਸੰਦ-ਸੰਕੇਤ ਵੇਖਾਓ" -#: ../gtk/gtkrecentchooser.c:162 +#: gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "ਕੀ ਆਈਟਮ ਉੱਤੇ ਟੂਲ-ਟਿੱਪ ਵੇਖਾਏ ਜਾਣ" -#: ../gtk/gtkrecentchooser.c:174 +#: gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "ਆਈਕਾਨ ਵੇਖਾਓ" -#: ../gtk/gtkrecentchooser.c:175 +#: gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "ਕੀ ਆਈਟਮ ਦੇ ਨਾਲ ਆਈਕਾਨ ਵੇਖਾਇਆ ਜਾਵੇ" -#: ../gtk/gtkrecentchooser.c:190 +#: gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "ਨਹੀਂ ਲੱਭਿਆ ਵੇਖਾਓ" -#: ../gtk/gtkrecentchooser.c:191 +#: gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "ਕੀ ਨਾ-ਉਪਲੱਬਧ ਸਰੋਤਾਂ ਵੱਲ ਇਸ਼ਾਰਾ ਕਰਦੀਆਂ ਆਈਟਮਾਂ ਵੇਖਾਈਆਂ ਜਾਣ" -#: ../gtk/gtkrecentchooser.c:204 +#: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "ਕੀ ਕਈ ਆਈਟਮਾਂ ਦੀ ਚੋਣ ਕਰਨ ਦੀ ਮਨਜ਼ੂਰੀ ਹੈ" -#: ../gtk/gtkrecentchooser.c:217 +#: gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "ਸਿਰਫ਼ ਲੋਕਲ ਹੀ" -#: ../gtk/gtkrecentchooser.c:218 +#: gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "ਕੀ ਚੁਣੇ ਸਰੋਤ ਸਿਰਫ਼ ਲੋਕਲ ਫਾਇਲ ਲਈ ਹੀ ਸੀਮਿਤ ਹੋਣ: URI" -#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 +#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "ਸੀਮਾ" -#: ../gtk/gtkrecentchooser.c:235 +#: gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "ਵੇਖਾਉਣ ਲਈ ਵੱਧ ਤੋਂ ਵੱਧ ਆਈਟਮਾਂ ਦੀ ਗਿਣਤੀ" -#: ../gtk/gtkrecentchooser.c:249 +#: gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "ਕ੍ਰਮਬੱਧ ਕਿਸਮ" -#: ../gtk/gtkrecentchooser.c:250 +#: gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "ਆਈਟਮਾਂ ਵੇਖਾਉਣ ਲਈ ਕ੍ਰਮਬੱਧ ਢੰਗ" -#: ../gtk/gtkrecentchooser.c:265 +#: gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "ਚੋਣ ਲਈ ਮੌਜੂਦਾ ਫਿਲਟਰ, ਜਿਸ ਨਾਲ ਸਰੋਤ ਵੇਖਾਏ ਜਾਣ" -#: ../gtk/gtkrecentmanager.c:215 +#: gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "ਸੂਚੀ ਸੰਭਾਲਣ ਅਤੇ ਪੜ੍ਹਨ ਲਈ ਵਰਤੀ ਜਾਣ ਵਾਲੀ ਫਾਇਲ ਲਈ ਪੂਰਾ ਮਾਰਗ" -#: ../gtk/gtkrecentmanager.c:230 +#: gtk/gtkrecentmanager.c:230 msgid "" "The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "" "gtk_recent_manager_get_items() ਰਾਹੀਂ ਵਾਪਿਸ ਕੀਤੀ ਜਾਣ ਵਾਲੀ ਆਈਟਮਾਂ ਦੀ ਵੱਧ ਤੋਂ ਵੱਧ " "ਗਿਣਤੀ" -#: ../gtk/gtkrecentmanager.c:246 +#: gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "ਇਸ ਸਮੇਂ ਵਰਤੀ ਸਰੋਤ ਸੂਚੀ ਦਾ ਆਕਾਰ" -#: ../gtk/gtkruler.c:128 +#: gtk/gtkruler.c:128 msgid "Lower" msgstr "ਹੇਠਲੀ" -#: ../gtk/gtkruler.c:129 +#: gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "ਪੈਮਾਨੇ ਲਈ ਹੇਠਲੀ ਹੱਦ" -#: ../gtk/gtkruler.c:138 +#: gtk/gtkruler.c:138 msgid "Upper" msgstr "ਉੱਤੇਲੀ" -#: ../gtk/gtkruler.c:139 +#: gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "ਪੈਮਾਨੇ ਲਈ ਉੱਤੇਲੀ ਹੱਦ" -#: ../gtk/gtkruler.c:149 +#: gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "ਪੈਮਾਨੇ ਤੇ ਨਿਸ਼ਾਨ ਦੀ ਟਿਕਾਣਾ" -#: ../gtk/gtkruler.c:158 +#: gtk/gtkruler.c:158 msgid "Max Size" msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਅਕਾਰ" -#: ../gtk/gtkruler.c:159 +#: gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "ਪੈਮਾਨ ਦਾ ਵੱਧ ਤੋਂ ਵੱਧ ਅਕਾਰ" -#: ../gtk/gtkruler.c:174 +#: gtk/gtkruler.c:174 msgid "Metric" msgstr "ਮੈਟਰਿਕ" -#: ../gtk/gtkruler.c:175 +#: gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "ਫੁੱਟੇ ਲਈ ਵਰਤਣ ਲਈ ਮੈਟਰਿਕ" -#: ../gtk/gtkscale.c:201 +#: gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "ਦਸ਼ਮਲਵ ਦੀ ਗਿਣਤੀ ਜੋ ਕਿ ਮੁੱਲ ਵਿੱਚ ਦਿੱਸੇਗੀ" -#: ../gtk/gtkscale.c:210 +#: gtk/gtkscale.c:210 msgid "Draw Value" msgstr "ਮੁੱਲ ਕੱਢੋ" -#: ../gtk/gtkscale.c:211 +#: gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "ਕੀ ਮੌਜੂਦਾ ਮੁੱਲ ਪਗਕਾਰ ਤੇ ਅਗਲ਼ੀ ਸਤਰ ਵੇਖਾ ਰਿਹਾ ਹੈ" -#: ../gtk/gtkscale.c:218 +#: gtk/gtkscale.c:218 msgid "Value Position" msgstr "ਟਿਕਾਣਾ ਮੁੱਲ" -#: ../gtk/gtkscale.c:219 +#: gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "ਟਿਕਾਣਾ ਜਿੱਥੇ ਮੌਜੂਦਾ ਮੁੱਲ ਵੇਖਾ ਰਿਹਾ ਹੈ" -#: ../gtk/gtkscale.c:226 +#: gtk/gtkscale.c:226 msgid "Slider Length" msgstr "ਪਗਕਾਰ ਲੰਬਾਈ" -#: ../gtk/gtkscale.c:227 +#: gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "ਪੈਮਾਨੇ ਦੇ ਪਗਕਾਰ ਦੀ ਲੰਬਾਈ" -#: ../gtk/gtkscale.c:235 +#: gtk/gtkscale.c:235 msgid "Value spacing" msgstr "ਮੁੱਲ ਦੀ ਥਾਂ" -#: ../gtk/gtkscale.c:236 +#: gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "ਖਾਲ਼ੀ ਥਾਂ, ਸ਼ਬਦ ਅਤੇ ਪਗਕਾਰ/ਕੁੰਡ ਖੇਤਰ ਵਿੱਚ" -#: ../gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "ਸਕੇਲ ਦਾ ਮੁੱਲ" -#: ../gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "ਆਈਕਾਨ ਆਕਾਰ" -#: ../gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment, ਜੋ ਕਿ ਇਹ ਸਕੇਲ ਬਟਨ ਆਬਜੈਕਟ ਦੀ ਮੌਜੂਦਾ ਮੁੱਲ ਰੱਖਦਾ ਹੈ" -#: ../gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "ਆਈਕਾਨ" -#: ../gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "ਆਈਕਾਨ ਨਾਂ ਦੀ ਲਿਸਟ" -#: ../gtk/gtkscrollbar.c:51 +#: gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "ਘੱਟੋ-ਘੱਟ ਪਗਕਾਰ ਦੀ ਲੰਬਾਈ" -#: ../gtk/gtkscrollbar.c:52 +#: gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "ਘੱਟੋ-ਘੱਟ ਸਕਰੋਲਬਾਰ-ਪਗਕਾਰ ਦੀ ਲੰਬਾਈ" -#: ../gtk/gtkscrollbar.c:60 +#: gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "ਪਗਕਾਰ ਦਾ ਨਿਸ਼ਚਿਤ ਅਕਾਰ" -#: ../gtk/gtkscrollbar.c:61 +#: gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "ਪਗਕਾਰ ਦਾ ਅਕਾਰ ਨਾ ਬਦਲੋ, ਸਿਰਫ ਘੱਟੋ-ਘੱਟ ਲੰਬਾਈ ਨਿਸ਼ਚਿਤ ਕਰ ਦਿਓ" -#: ../gtk/gtkscrollbar.c:82 +#: gtk/gtkscrollbar.c:82 msgid "" "Display a second backward arrow button on the opposite end of the scrollbar" msgstr "ਸਕਰੋਲਬਾਰ ਦੇ ਉਲਟ ਕਿਨਾਰੇ ਤੇ ਦੂਜਾ ਪਿੱਛੇ ਵਾਲਾ ਤੀਰ-ਬਟਨ ਵੇਖਾਓ" -#: ../gtk/gtkscrollbar.c:89 +#: gtk/gtkscrollbar.c:89 msgid "" "Display a second forward arrow button on the opposite end of the scrollbar" msgstr "ਸਕਰੋਲਬਾਰ ਦੇ ਉਲਟ ਕਿਨਾਰੇ ਉੱਤੇ ਦੂਜਾ ਅੱਗੇ ਵਾਲਾ ਤੀਰ-ਬਟਨ ਵੇਖਾਓ" -#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 -#: ../gtk/gtktreeview.c:578 +#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "ਲੇਟਵੀ ਅਡਜੱਸਟਮੈਂਟ" -#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 -#: ../gtk/gtktreeview.c:586 +#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "ਲੰਬਕਾਰੀ ਅਡਜੱਸਟਮੈਂਟ" -#: ../gtk/gtkscrolledwindow.c:232 +#: gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "ਲੇਟਵਾਂ ਸਕਰੌਲਬਾਰ ਦਾ ਢੰਗ" -#: ../gtk/gtkscrolledwindow.c:233 +#: gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "ਜਦੋਂ ਲੇਟਵਾਂ ਸਕਰੌਲਬਾਰ ਵਿਖਾਇਆ ਗਿਆ" -#: ../gtk/gtkscrolledwindow.c:240 +#: gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "ਲੰਬਕਾਰੀ ਅਡਜੱਸਟਮੈਂਟ ਪਾਲਸੀ" -#: ../gtk/gtkscrolledwindow.c:241 +#: gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "ਜਦੋਂ ਲੰਬਕਾਰੀ ਸਕਰੌਲਬਾਰ ਵਿਖਾਇਆ ਗਿਆ" -#: ../gtk/gtkscrolledwindow.c:249 +#: gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "ਵਿੰਡੋ ਟਿਕਾਣਾ" -#: ../gtk/gtkscrolledwindow.c:250 +#: gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." msgstr "" -#: ../gtk/gtkscrolledwindow.c:267 +#: gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "ਵਿੰਡੋ ਟਿਕਾਣਾ ਦਿਓ" -#: ../gtk/gtkscrolledwindow.c:268 +#: gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." msgstr "" -#: ../gtk/gtkscrolledwindow.c:274 +#: gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "ਛਾਂ ਕਿਸਮ" -#: ../gtk/gtkscrolledwindow.c:275 +#: gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "ਹਿੱਸੇ ਦੁਆਲੇ bevel ਦੀ ਕਿਸਮ" -#: ../gtk/gtkscrolledwindow.c:289 +#: gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "ਬੀਵਲ ਨਾਲ ਸਕਰੋਲਬਾਰ" -#: ../gtk/gtkscrolledwindow.c:290 +#: gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "ਸਕਰੋਲ ਕੀਤੇ ਵਿੰਡੋ ਦੇ ਬੀਵਲ ਵਿੱਚ ਸਕਰੋਲਬਾਰ ਰੱਖੋ" -#: ../gtk/gtkscrolledwindow.c:296 +#: gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "ਸਕਰੌਲਬਾਰ ਵਿੱਥ" -#: ../gtk/gtkscrolledwindow.c:297 +#: gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "ਸਕਰੌਲਬਾਰ ਅਤੇ ਸਕਰੌਲ ਕੀਤੇ ਵਿੰਡੋ ਵਿਚਕਾਰ ਪਿਕਸਲਾਂ ਦੀ ਗਿਣਤੀ" -#: ../gtk/gtkscrolledwindow.c:312 +#: gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "ਸਕਰੋਲ ਕੀਤਾ ਵਿੰਡੋ ਟਿਕਾਣਾ" -#: ../gtk/gtkscrolledwindow.c:313 +#: gtk/gtkscrolledwindow.c:313 msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." msgstr "" -#: ../gtk/gtkseparatortoolitem.c:105 +#: gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "ਉਲੀਕੋ" -#: ../gtk/gtkseparatortoolitem.c:106 +#: gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "ਵਖਰੇਵਾਂ ਉਲੀਕਿਆ ਜਾਵੇ ਜਾਂ ਸਿਰਫ ਖਾਲੀ ਛੱਡਿਆ ਜਾਵੇ" -#: ../gtk/gtksettings.c:215 +#: gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "ਦੋ-ਵਾਰ ਦਬਾਉਣ ਦਾ ਸਮਾਂ" -#: ../gtk/gtksettings.c:216 +#: gtk/gtksettings.c:216 msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" @@ -4791,192 +4764,192 @@ msgstr "" "ਵੱਧ ਤੋਂ ਵੱਧ ਸਮਾਂ, ਪਹਿਲੀ ਤੇ ਦੂਜੀ ਵਾਰ ਦਬਾਉਣ ਵਿਚਕਾਰ ਜੋ ਕਿ ਇਹ ਸਮਝਿਆ ਜਾਵੇ ਕਿ ਇਹ ਦੋ-ਵਾਰ-" "ਦਬਾਇਆ ਗਿਆ ਹੈ (ਮਿਲੀ-ਸਕਿੰਟਾਂ ਵਿੱਚ)" -#: ../gtk/gtksettings.c:223 +#: gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "ਦੋ-ਵਾਰ ਦਬਾਉਣ ਦਾ ਫਾਸਲਾ" -#: ../gtk/gtksettings.c:224 +#: gtk/gtksettings.c:224 msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" msgstr "ਦੋ ਦਬਾਉਣ ਵਿਚਕਾਰ ਵੱਧ ਤੋਂ ਵੱਧ ਮੰਨਣਯੋਗ ਦੂਰੀ ਜਿਸ ਨੂੰ ਦੋ-ਵਾਰ-ਦਬਾਇਆ ਜਾਵੇ (ਪਿਕਸਲਾਂ ਵਿੱਚ)" -#: ../gtk/gtksettings.c:240 +#: gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "ਕਰਸਰ ਝਪਕਣਾ" -#: ../gtk/gtksettings.c:241 +#: gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "ਕੀ ਕਰਸਰ ਝਪਕੇ" -#: ../gtk/gtksettings.c:248 +#: gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "ਕਰਸਰ ਝਪਕਣ ਦਾ ਸਮਾਂ" -#: ../gtk/gtksettings.c:249 +#: gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "ਕਰਸਰ ਝਪਕਣ ਦੇ ਸਮਾਂ ਚੱਕਰ ਦੀ ਲੰਬਾਈ, ਮਿਲੀਸਕਿੰਟਾਂ ਵਿੱਚ" -#: ../gtk/gtksettings.c:268 +#: gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "ਕਰਸਰ ਝਪਕਣ ਦਾ ਸਮਾਂ" -#: ../gtk/gtksettings.c:269 +#: gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "ਸਮਾਂ, ਜਿਸ ਉਪਰੰਤ ਕਰਸਰ ਝਪਕਣਾ ਬੰਦ ਹੋਵੇ, ਮਿਲੀਸਕਿੰਟਾਂ ਵਿੱਚ" -#: ../gtk/gtksettings.c:276 +#: gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "ਕਰਸਰ ਖਿੰਡਾਓ" -#: ../gtk/gtksettings.c:277 +#: gtk/gtksettings.c:277 msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" msgstr "ਕੀ ਦੋ ਕਰਸਰਾਂ ਵੇਖਾਈਆ ਜਾਣ ਜੋ ਕਿ ਖੱਬੇ ਤੋਂ ਸੱਜੇ ਤੇ ਸੱਜੇ ਤੋਂ ਖੱਬੇ ਟੈਕਸਟ ਰੱਲਵੇ ਨੂੰ ਵੇਖਾਉਣ" -#: ../gtk/gtksettings.c:284 +#: gtk/gtksettings.c:284 msgid "Theme Name" msgstr "ਸਰੂਪ ਨਾਂ" -#: ../gtk/gtksettings.c:285 +#: gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "ਲੋਡ ਕਰਨ ਲਈ ਸਰੂਪ RC ਫਾਇਲ ਦਾ ਨਾਂ" -#: ../gtk/gtksettings.c:293 +#: gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "ਆਈਕਾਨ ਸਰੂਪ ਦਾ ਨਾਂ" -#: ../gtk/gtksettings.c:294 +#: gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "ਵਰਤਣ ਲਈ ਆਈਕਾਨ ਸਰੂਪ ਦਾ ਨਾਂ" -#: ../gtk/gtksettings.c:302 +#: gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "ਵਾਪਸੀ ਆਈਕਾਨ ਸਰੂਪ ਨਾਂ" -#: ../gtk/gtksettings.c:303 +#: gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "ਵਾਪਸ ਪਰਤਣ ਲਈ ਇੱਕ ਆਈਕਾਨ ਸਰੂਪ ਦਾ ਨਾਂ" -#: ../gtk/gtksettings.c:311 +#: gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "ਕੀ-ਸਰੂਪ ਦਾ ਨਾਂ" -#: ../gtk/gtksettings.c:312 +#: gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "ਲੋਡ ਕਰਨ ਲਈ ਕੀ-ਸਰੂਪ RC ਫਾਇਲ ਦਾ ਨਾਂ" -#: ../gtk/gtksettings.c:320 +#: gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "ਮੇਨੂ-ਪੱਟੀ ਤੇਜ਼" -#: ../gtk/gtksettings.c:321 +#: gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "ਮੇਨੂ ਨੂੰ ਸਰਗਰਮ ਕਰਨ ਲਈ ਕੀ-ਬਾਈਡਿੰਗ" -#: ../gtk/gtksettings.c:329 +#: gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "ਚੁੱਕਣ ਸਮੱਰਥਾ" -#: ../gtk/gtksettings.c:330 +#: gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "ਖਿੱਚਣ ਤੋਂ ਪਹਿਲਾਂ ਕਰਸਰ ਕਿੰਨੇ ਪਿਕਸਲ ਹਿੱਲੇ" -#: ../gtk/gtksettings.c:338 +#: gtk/gtksettings.c:338 msgid "Font Name" msgstr "ਫੋਂਟ-ਨਾਂ" -#: ../gtk/gtksettings.c:339 +#: gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "ਵਰਤਣ ਲਈ ਮੂਲ-ਫੋਂਟ ਦਾ ਨਾਂ" -#: ../gtk/gtksettings.c:361 +#: gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "ਆਈਕਾਨ ਅਕਾਰ" -#: ../gtk/gtksettings.c:362 +#: gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "ਆਈਕਾਨ ਅਕਾਰ ਦੀ ਸੂਚੀ (gtk-ਸੂਚੀ=16,16;gtk-ਬਟਨ=20,20..." -#: ../gtk/gtksettings.c:370 +#: gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "GTK ਮੈਡੀਊਲ" -#: ../gtk/gtksettings.c:371 +#: gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "ਇਸ ਸਮੇਂ ਸਰਗਰਮ GTK ਮੈਡੀਊਲਾਂ ਦੀ ਸੂਚੀ" -#: ../gtk/gtksettings.c:380 +#: gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Xft ਐਟੀਲਾਈਸਿਕ" -#: ../gtk/gtksettings.c:381 +#: gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "ਕੀ Xft ਫੋਂਟ ਨੂੰ ਐਟੀਲਾਈਸਿਕ ਕਰਨਾ ਹੈ; 0= ਨਹੀ, 1=ਹਾਂ, -1=ਮੂਲ" -#: ../gtk/gtksettings.c:390 +#: gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Xft ਸੰਕੇਤ" -#: ../gtk/gtksettings.c:391 +#: gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "ਕੀ ਸੰਕੇਤ ਦੇਣੇ ਹਨ Xft ਫੋਟ; 0=ਨਹੀ, 1=ਹਾਂ, -1=ਮੂਲ" -#: ../gtk/gtksettings.c:400 +#: gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Xft ਸੰਕੇਤ ਸਟਾਇਲ" -#: ../gtk/gtksettings.c:401 +#: gtk/gtksettings.c:401 msgid "" "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "ਕਿਸ ਤਰ੍ਹਾਂ ਦੇ ਸੰਕੇਤ ਵਰਤਣੇ ਹਨ ; ਕੋਈ ਨਹੀ, ਥੋੜੇ, ਮੱਧਮ, ਜਾਂ ਲੋੜ ਮੁਤਾਬਕ" -#: ../gtk/gtksettings.c:410 +#: gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft RGBA" -#: ../gtk/gtksettings.c:411 +#: gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "ਸਬ-ਪਿਕਸਲ ਐਟੀਲਾਈਸਇੰਗ ਦੀ ਕਿਸਮ; ਕੋਈ ਨਹੀ, rgb, bgr, vrgb, vbgr" -#: ../gtk/gtksettings.c:420 +#: gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Xft DPI" -#: ../gtk/gtksettings.c:421 +#: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" msgstr "Xft ਲਈ ਰੈਜ਼ੋਲੂਸ਼ਨ, 1024 * ਬਿੰਦੂ/ਇੰਚ -1 ਮੂਲ ਮੁੱਲ ਦੇ ਰੂਪ ਵਿੱਚ ਵਰਤੋਂ" -#: ../gtk/gtksettings.c:430 +#: gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "ਕਰਸਰ ਸਰੂਪ ਨਾਂ" -#: ../gtk/gtksettings.c:431 +#: gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" msgstr "ਵਰਤਣ ਲਈ ਆਈਕਾਨ ਸਰੂਪ ਦਾ ਨਾਂ, ਜਾਂ ਮੂਲ ਸਰੂਪ ਲਈ NULL" -#: ../gtk/gtksettings.c:439 +#: gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "ਕਰਸਰ ਸਰੂਪ ਅਕਾਰ" -#: ../gtk/gtksettings.c:440 +#: gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "ਵਰਤਣ ਲਈ ਕਰਸਰ ਅਕਾਰ, ਜਾਂ ਮੂਲ ਅਕਾਰ ਲਈ 0 ਦਿਓ" -#: ../gtk/gtksettings.c:450 +#: gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "ਬਦਲਵਾਂ ਬਟਨ ਕਰਮ" -#: ../gtk/gtksettings.c:451 +#: gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" msgstr "ਕੀ ਡਾਈਲਾਗ ਦੇ ਬਟਨ ਲਈ ਬਦਲਵਾਂ ਬਟਨ ਕਰਮ ਵਰਤਣਾ ਚਾਹੀਦਾ ਹੈ" -#: ../gtk/gtksettings.c:468 +#: gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "ਬਦਲਵੀਂ ਲੜੀਬੱਧ ਸੂਚਕ ਦਿਸ਼ਾ" -#: ../gtk/gtksettings.c:469 +#: gtk/gtksettings.c:469 msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" @@ -4984,622 +4957,622 @@ msgstr "" "ਕੀ ਲਿਸਟ ਅਤੇ ਟਰੀ ਝਲਕ ਵਿੱਚ ਲੜੀਬੱਧ ਇੰਡੀਕੇਟਰ ਦੀ ਦਿਸ਼ਾ ਡਿਫਾਲਟ ਦੀ ਬਜਾਏ ਉਲਟ ਹੋਵੇ (ਜਿੱਥੇ ਕਿ " "ਹੇਠਾਂ ਦਾ ਮਤਲਬ ਵੱਧਦਾ ਹੈ)" -#: ../gtk/gtksettings.c:477 +#: gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "'ਇੰਪੁੱਟ ਢੰਗ' ਮੇਨੂ ਵੇਖਾਓ" -#: ../gtk/gtksettings.c:478 +#: gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" msgstr "ਕੀ ਐਂਟਰੀਆਂ ਦੇ ਸਬੰਧਿਤ ਮੇਨੂ ਅਤੇ ਟੈਕਸਟ ਝਲਕ ਇੰਪੁੱਟ ਢੰਗ ਬਦਲਣ ਨੂੰ ਦਰਸਾਉਣ" -#: ../gtk/gtksettings.c:486 +#: gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "'ਯੂਨੀਕੋਡ ਕੰਟਰੋਲ ਅੱਖਰ ਸ਼ਾਮਲ ਕਰੋ' ਮੇਨੂ ਵੇਖਾਓ" -#: ../gtk/gtksettings.c:487 +#: gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" msgstr "ਕੀ ਐਂਟਰੀਆਂ ਦੇ ਸਬੰਧਿਤ ਮੇਨੂ ਅਤੇ ਟੈਕਸਟ ਝਲਕ ਕੰਟਰੋਲ ਅੱਖਰ ਸ਼ਾਮਲ ਕਰਨ ਨੂੰ ਦਰਸਾਉਣ" -#: ../gtk/gtksettings.c:495 +#: gtk/gtksettings.c:495 msgid "Start timeout" msgstr "ਸ਼ੁਰੂਆਤੀ ਅੰਤਰਾਲ" -#: ../gtk/gtksettings.c:496 +#: gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "ਅੰਤਰਾਲ ਲਈ ਸ਼ੁਰੂਆਤੀ ਮੁੱਲ, ਜਦੋਂ ਕਿ ਬਟਨ ਦਬਾਇਆ ਜਾਵੇ" -#: ../gtk/gtksettings.c:505 +#: gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "ਦੁਹਰਾਉ ਅੰਤਰਾਲ" -#: ../gtk/gtksettings.c:506 +#: gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "ਅੰਤਰਾਲ ਦੁਹਰਾਉਣ ਮੁੱਲ, ਜਦੋਂ ਇੱਕ ਬਟਨ ਨੂੰ ਦਬਾਇਆ ਜਾਵੇ" -#: ../gtk/gtksettings.c:515 +#: gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "ਫੈਲਾ ਸਮਾਂ-ਅੰਤਰਾਲ" -#: ../gtk/gtksettings.c:516 +#: gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "ਫੈਲਾਉਣ ਲਈ ਅੰਤਰਾਲ ਦਾ ਮੁੱਲ, ਜਦੋਂ ਕਿ ਇੱਕ ਵਿਦਗਿਟ ਇੱਕ ਨਵੇਂ ਖੇਤਰ ਨੂੰ ਫੈਲਾਉਦਾ ਹੋਵੇ" -#: ../gtk/gtksettings.c:551 +#: gtk/gtksettings.c:551 msgid "Color scheme" msgstr "ਰੰਗ ਸਕੀਮ" -#: ../gtk/gtksettings.c:552 +#: gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "ਸਰੂਪ ਵਿੱਚ ਵਰਤਣ ਲਈ ਨਾਮੀ ਰੰਗ ਦੀ ਇੱਕ ਰੰਗ-ਪੱਟੀ" -#: ../gtk/gtksettings.c:561 +#: gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "ਸਜੀਵਤਾ ਯੋਗ" -#: ../gtk/gtksettings.c:562 +#: gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "ਕੀ ਟੂਲ-ਕਿੱਟ ਸਜੀਵਤਾ ਯੋਗ" -#: ../gtk/gtksettings.c:580 +#: gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "ਟੱਚ-ਸਕਰੀਨ ਢੰਗ ਯੋਗ" -#: ../gtk/gtksettings.c:581 +#: gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "ਜੇ ਚੋਣ ਕੀਤੀ ਤਾਂ ਇਸ ਸਕਰੀਨ ਉੱਤੇ ਕੋਈ ਚੱਲਦੇ ਸੂਚਨਾ ਈਵੈਂਟ ਨਹੀਂ ਦਿੱਤੇ ਜਾਣਗੇ।" -#: ../gtk/gtksettings.c:598 +#: gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "ਟੂਲ-ਟਿੱਪ ਅੰਤਰਾਲ" -#: ../gtk/gtksettings.c:599 +#: gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "ਟੂਲ-ਟਿੱਪ ਵੇਖਾਉਣ ਤੋਂ ਪਹਿਲਾਂ ਸਮਾਂ" -#: ../gtk/gtksettings.c:624 +#: gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "ਟੂਲ-ਟਿੱਪ ਝਲਕ ਅੰਤਰਾਲ" -#: ../gtk/gtksettings.c:625 +#: gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "ਝਲਕ ਮੋਡ ਯੋਗ ਕਰਨ ਦੌਰਾਨ ਟੂਲ-ਟਿੱਪ ਵੇਖਾਉਣ ਤੋਂ ਪਹਿਲਾਂ ਟਾਈਮ-ਆਉਟ" -#: ../gtk/gtksettings.c:646 +#: gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "ਟੂਲ-ਟਿੱਪ ਝਲਕ ਢੰਗ ਅੰਤਰਾਲ" -#: ../gtk/gtksettings.c:647 +#: gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "ਅੰਤਰਾਲ, ਜਿਸ ਉਪਰੰਤ ਝਲਕ ਢੰਗ ਨੂੰ ਆਯੋਗ ਕਰ ਦਿੱਤਾ ਜਾਵੇ" -#: ../gtk/gtksettings.c:666 +#: gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "ਕੀ-ਨੇਵੀ ਕਰਸਰ ਹੀ" -#: ../gtk/gtksettings.c:667 +#: gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" msgstr "ਜਦੋਂ ਸਹੀਂ ਹੋਵੇ ਤਾਂ ਕੇਵਲ ਇਹੀ ਕਰਸਰ ਸਵਿੱਚਾਂ ਹੋਣਗੀਆਂ, ਜੋ ਕਿ ਵਿਦਜੈੱਟ ਨੇਵੀਗੇਟ ਲਈ ਹੋਣਗੀਆਂ" -#: ../gtk/gtksettings.c:684 +#: gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "ਕੀ-ਨੇਵੀ ਦੁਆਥੇ ਸਮੇਟਣਾ" -#: ../gtk/gtksettings.c:685 +#: gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "ਕੀ ਪਾਸੇ ਸਮੇਟਣਾ ਹੈ, ਜਦੋਂ ਕਿ ਕੀ-ਬੋਰਡ-ਨੇਵੀਗੇਸ਼ਨ ਵਿਦਗਿਟ ਹੋਵੇ" -#: ../gtk/gtksettings.c:705 +#: gtk/gtksettings.c:705 msgid "Error Bell" msgstr "ਗਲਤੀ ਘੰਟੀ" -#: ../gtk/gtksettings.c:706 +#: gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "ਜਦੋਂ ਸਹੀਂ ਤਾਂ ਕੀਬੋਰਡ ਨੇਵੀਗੇਸ਼ਨ ਅਤੇ ਹੋਰ ਗਲਤੀਆਂ ਲਈ ਬੀਪ ਹੋਵੇਗੀ" -#: ../gtk/gtksettings.c:723 +#: gtk/gtksettings.c:723 msgid "Color Hash" msgstr "ਰੰਗ ਹੈਸ਼" -#: ../gtk/gtksettings.c:724 +#: gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "ਰੰਗ ਸਕੀਮ ਨੂੰ ਇੱਕ ਹੈਸ਼ ਸਾਰਣੀ ਵਿੱਚ ਵੇਖਾਓ।" -#: ../gtk/gtksettings.c:732 +#: gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "ਮੂਲ ਫਾਇਲ ਚੋਣ ਬੈਕਐਂਡ" -#: ../gtk/gtksettings.c:733 +#: gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "GtkFileChooser ਬੈਕਐਂਡ ਦਾ ਨਾਂ, ਜੋ ਕਿ ਮੂਲ ਰੂਪ ਵਿੱਚ ਵਰਤਣਾ ਹੈ" -#: ../gtk/gtksettings.c:750 +#: gtk/gtksettings.c:750 msgid "Default print backend" msgstr "ਮੂਲ ਪਰਿੰਟ ਬੈਕਐਂਡ" -#: ../gtk/gtksettings.c:751 +#: gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "ਮੂਲ ਰੂਪ ਵਿੱਚ ਵਰਤਣ ਲਈ GtkPrintBackend ਬੈਕਐਂਡ ਦੀ ਸੂਚੀ" -#: ../gtk/gtksettings.c:774 +#: gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "ਇੱਕ ਪਰਿੰਟ ਝਲਕ ਵੇਖਾਉਣ ਸਮੇਂ ਚਲਾਉਣ ਲਈ ਮੂਲ ਕਮਾਂਡ" -#: ../gtk/gtksettings.c:775 +#: gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "ਇੱਕ ਪਰਿੰਟ ਝਲਕ ਵੇਖਾਉਣ ਦੌਰਾਨ ਚਲਾਉਣ ਲਈ ਕਮਾਂਡ" -#: ../gtk/gtksettings.c:791 +#: gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "ਨੀਮੋਨੀਸ ਯੋਗ" -#: ../gtk/gtksettings.c:792 +#: gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "ਕੀ ਲੇਬਲਾਂ ਨਾਲ ਨੀਮੋਨੀਸ ਹੋਣ" -#: ../gtk/gtksettings.c:808 +#: gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "ਐਕਸਰਲੇਟਰ ਯੋਗ" -#: ../gtk/gtksettings.c:809 +#: gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "ਕੀ ਮੇਨ ਆਈਟਮਾਂ ਵਿੱਚ ਐਕਸਲੇਟਰ ਹੋਣ" -#: ../gtk/gtksettings.c:826 +#: gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "ਤਾਜ਼ਾ ਫਾਇਲ ਲਿਮਟ" -#: ../gtk/gtksettings.c:827 +#: gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "ਤਾਜ਼ਾ ਵਰਤੀਆਂ ਫਾਇਲਾਂ ਦੀ ਗਿਣਤੀ" -#: ../gtk/gtksettings.c:845 +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "ਮੂਲ IM ਮੋਡੀਊਲ" -#: ../gtk/gtksettings.c:846 +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "ਮੂਲ ਰੂਪ ਵਿੱਚ ਕਿਹੜਾ IM ਮੋਡੀਊਲ ਵਰਤਿਆ ਜਾਵੇ" -#: ../gtk/gtksettings.c:864 +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "ਤਾਜ਼ਾ ਫਾਇਲਾਂ ਦੀ ਵੱਧੋ-ਵੱਧ ਉਮਰ" -#: ../gtk/gtksettings.c:865 +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "ਦਿਨਾਂ ਵਿੱਚ ਤਾਜ਼ਾ ਵਰਤੀਆਂ ਫਾਇਲਾਂ ਦੀ ਵੱਧੋ-ਵੱਧ ਉਮਰ" -#: ../gtk/gtksettings.c:874 +#: gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "ਫੋਂਟ-ਸੰਰਚਨਾ ਸੰਰਚਨਾ ਟਾਈਮ-ਸਟੈਂਪ" -#: ../gtk/gtksettings.c:875 +#: gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "ਮੌਜੂਦਾ ਫੋਂਟ-ਸੰਰਚਨਾ ਸੰਰਚਨਾ ਲਈ ਟਾਈਮ-ਸਟੈਂਪ" -#: ../gtk/gtksettings.c:897 +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "ਸਾਊਂਡ ਥੀਮ ਨਾਂ" -#: ../gtk/gtksettings.c:898 +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "XDG ਸਾਊਂਡ ਥੀਮ ਨਾਂ" #. Translators: this means sounds that are played as feedback to user input -#: ../gtk/gtksettings.c:920 +#: gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "ਸੁਣਨਯੋਗ ਇੰਪੁੱਟ ਫੀਡਬੈਕ" -#: ../gtk/gtksettings.c:921 +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "ਕੀ ਯੂਜ਼ਰ ਇੰਪੁੱਟ ਲਈ ਫੀਬੈੱਕ ਵਜੋਂ ਈਵੈਂਟ ਸਾਊਂਡ ਦਿੱਤੀ ਜਾਵੇ" -#: ../gtk/gtksettings.c:942 +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "ਈਵੈਂਟ ਸਾਊਂਡ ਯੋਗ" -#: ../gtk/gtksettings.c:943 +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "ਕੀ ਸਭ ਲਈ ਕਿਸੇ ਵੀ ਈਵੈਂਟ ਲਈ ਸਾਊਂਡ ਚਲਾਈ ਜਾਵੇ" -#: ../gtk/gtksettings.c:958 +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "ਟੂਲ-ਟਿੱਪ ਯੋਗ" -#: ../gtk/gtksettings.c:959 +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "ਕੀ ਵਿਡਜੈੱਟਾਂ ਉੱਤੇ ਟੂਲ-ਟਿੱਪ ਵੇਖਾਏ ਜਾਣ" -#: ../gtk/gtksizegroup.c:293 +#: gtk/gtksizegroup.c:293 msgid "Mode" msgstr "ਢੰਗ" -#: ../gtk/gtksizegroup.c:294 +#: gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" msgstr "ਦਿਸ਼ਾ, ਜਿਸ ਅਨੁਸਾਰ ਗਰੁੱਪ ਦਾ ਅਕਾਰ ਇਸ ਦੇ ਭਾਗ ਵਿਦਗਿਟਾਂ ਨੂੰ ਪਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtksizegroup.c:310 +#: gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "ਲੁਕਵਾਂ ਅਣਡਿੱਠਾ" -#: ../gtk/gtksizegroup.c:311 +#: gtk/gtksizegroup.c:311 msgid "" "If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ, ਗਰੁੱਪ ਦਾ ਅਕਾਰ ਬਣਾਉਣ ਸਮੇਂ ਲੁਕਵੇਂ ਵਿਦਗਿਟਾਂ ਨੂੰ ਅਣਡਿੱਠਾ ਕਰ ਦਿੱਤਾ ਜਾਵੇਗਾ" -#: ../gtk/gtkspinbutton.c:209 +#: gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "ਅਨਕੂਲਤਾ ਜੋ ਕਿ ਸਪਿਨ-ਬਟਨ ਦੇ ਮੁੱਲ ਨੂੰ ਸੰਭਾਲਦੀ ਹੈ" -#: ../gtk/gtkspinbutton.c:216 +#: gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "ਚੜਨ ਗਤੀ" -#: ../gtk/gtkspinbutton.c:236 +#: gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "ਸੰਕੇਤਾਂ ਲਈ ਸਨੈਪ" -#: ../gtk/gtkspinbutton.c:237 +#: gtk/gtkspinbutton.c:237 msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" msgstr "ਕੀ ਗਲਤ ਮੁੱਲ ਆਪਣੇ-ਆਪ ਹੀ ਸਪਿਨ-ਬਟਨ ਦੇ ਨਜ਼ਦੀਕੀ ਵਾਧਾ ਮੁੱਲ ਵਿੱਚ ਬਦਲ ਜਾਣ" -#: ../gtk/gtkspinbutton.c:244 +#: gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "ਅੰਕੀ" -#: ../gtk/gtkspinbutton.c:245 +#: gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "ਕੀ ਅੰਕਾਂ ਤੋਂ ਬਿਨਾਂ ਅੱਖਰਾਂ ਨੂੰ ਰੱਦ ਕਰ ਦਿੱਤਾ ਜਾਵੇ" -#: ../gtk/gtkspinbutton.c:252 +#: gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "ਲਪੇਟਣਾ" -#: ../gtk/gtkspinbutton.c:253 +#: gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "ਕੀ ਸਪਿਨ ਬਟਨ ਨੂੰ ਸਮੇਟਣਾ ਹੈ, ਜਦੋਂ ਕਿ ਇਹ ਆਪਣੀਆ ਸੀਮਾਵਾਂ ਤੇ ਪੁੱਜ ਜਾਵੇ" -#: ../gtk/gtkspinbutton.c:260 +#: gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "ਅੱਪਡੇਟ ਨੀਤੀ" -#: ../gtk/gtkspinbutton.c:261 +#: gtk/gtkspinbutton.c:261 msgid "" "Whether the spin button should update always, or only when the value is legal" msgstr "ਕੀ ਸਪਿਨ ਬਟਨ ਹਮੇਸ਼ਾ ਅੱਪਡੇਟ ਹੁੰਦਾ ਰਹੇ, ਜਾਂ ਇਸ ਦਾ ਮੁੱਲ ਸਥਿਰ ਹੈ" -#: ../gtk/gtkspinbutton.c:270 +#: gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "ਮੌਜੂਦਾ ਮੁੱਲ ਨੂੰ ਪੜ੍ਹੋ, ਜਾਂ ਨਵਾਂ ਮੁੱਲ ਦਿਓ" -#: ../gtk/gtkspinbutton.c:279 +#: gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "ਸਪੈਨ ਬਟਨ ਦੁਆਲੇ bevel ਦਾ ਸਟਾਇਲ" -#: ../gtk/gtkstatusbar.c:141 +#: gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "ਮੁੜ-ਅਕਾਰ ਨੂੰ ਵੇਖੇ" -#: ../gtk/gtkstatusbar.c:142 +#: gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "ਕੀ ਹਾਲਤ-ਪੱਟੀ ਉਪਰੀ ਦੇ ਮੁੜ-ਅਕਾਰ ਨੂੰ ਵੇਖੇ" -#: ../gtk/gtkstatusbar.c:187 +#: gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "ਹਾਲਤ-ਪੱਟੀ ਦੁਆਲੇ bevel ਦਾ ਸਟਾਇਲ" -#: ../gtk/gtkstatusicon.c:268 +#: gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "ਆਈਕਾਨ ਦਾ ਅਕਾਰ" -#: ../gtk/gtkstatusicon.c:278 +#: gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "ਸਕਰੀਨ, ਜਿੱਥੇ ਕਿ ਹਾਲਤ ਆਈਕਾਨ ਵੇਖਾਇਆ ਜਾਵੇਗਾ" -#: ../gtk/gtkstatusicon.c:285 +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "ਝਪਕਣਾ" -#: ../gtk/gtkstatusicon.c:286 +#: gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "ਕੀ ਹਾਲਤ ਆਈਕਾਨ ਝਪਕਦਾ ਹੋਵੇ ਜਾਂ ਨਾ" -#: ../gtk/gtkstatusicon.c:294 +#: gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "ਕੀ ਹਾਲਤ ਆਈਕਾਨ ਵੇਖਾਈ ਦੇਵੇ ਜਾਂ ਨਾ" -#: ../gtk/gtkstatusicon.c:310 +#: gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "ਕੀ ਹਾਲਤ ਆਈਕਾਨ ਸ਼ਾਮਲ ਕੀਤਾ ਹੋਵੇ ਜਾਂ ਨਾ" -#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 +#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "ਟਰੇ ਦੀ ਸਥਿਤੀ" -#: ../gtk/gtkstatusicon.c:353 ../gtk/gtkwidget.c:632 +#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "ਟੂਲ-ਟਿੱਪ ਹੋਣ" -#: ../gtk/gtkstatusicon.c:354 +#: gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" msgstr "ਕੀ ਇਹ ਟਰੇ ਆਈਕਾਨ ਲਈ ਟੂਲ-ਟਿੱਪ ਹੋਵੇ" -#: ../gtk/gtkstatusicon.c:375 ../gtk/gtkwidget.c:653 +#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 msgid "Tooltip Text" msgstr "ਟੂਲ-ਟਿੱਪ ਪਾਠ" -#: ../gtk/gtkstatusicon.c:376 ../gtk/gtkwidget.c:654 ../gtk/gtkwidget.c:675 +#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 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:674 msgid "Tooltip markup" msgstr "ਟੂਲ-ਟਿੱਪ ਮਾਰਕਅੱਪ" -#: ../gtk/gtkstatusicon.c:400 +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "ਇਸ ਟਰੇ ਆਈਕਾਨ ਲਈ ਟੂਲ-ਟਿੱਪ ਦੀ ਸਮੱਗਰੀ" -#: ../gtk/gtktable.c:129 +#: gtk/gtktable.c:129 msgid "Rows" msgstr "ਸਤਰਾਂ" -#: ../gtk/gtktable.c:130 +#: gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "ਸਾਰਣੀ ਵਿੱਚ ਸਤਰਾਂ ਦੀ ਗਿਣਤੀ" -#: ../gtk/gtktable.c:138 +#: gtk/gtktable.c:138 msgid "Columns" msgstr "ਕਾਲਮ" -#: ../gtk/gtktable.c:139 +#: gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "ਸਾਰਣੀ ਵਿੱਚ ਕਾਲਮਾਂ ਦੀ ਗਿਣਤੀ" -#: ../gtk/gtktable.c:147 +#: gtk/gtktable.c:147 msgid "Row spacing" msgstr "ਸਤਰਾਂ ਵਿੱਚ ਖਾਲੀ ਥਾਂ" -#: ../gtk/gtktable.c:148 +#: gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "ਖਾਲੀ ਥਾਂ, ਦੋ ਲਗਾਤਾਰ ਕਤਾਰਾਂ ਵਿਚਕਾਰ" -#: ../gtk/gtktable.c:156 +#: gtk/gtktable.c:156 msgid "Column spacing" msgstr "ਕਾਲਮਾਂ ਵਿੱਚ ਖਾਲੀ ਥਾਂ" -#: ../gtk/gtktable.c:157 +#: gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "ਖਾਲੀ ਥਾਂ, ਦੋ ਲਗਾਤਾਰ ਕਾਲਮਾਂ ਵਿਚਕਾਰ" -#: ../gtk/gtktable.c:166 +#: gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ, ਇਸ ਦਾ ਮਤਲਬ ਇਹ ਹੈ ਕਿ ਸਾਰਣੀ ਦੇ ਸਾਰੇ ਸੈਲ ਇੱਕੋ ਚੌੜਾਈ/ਉਚਾਈ ਹੈ" -#: ../gtk/gtktable.c:173 +#: gtk/gtktable.c:173 msgid "Left attachment" msgstr "ਖੱਬਾ ਨੱਥੀ" -#: ../gtk/gtktable.c:180 +#: gtk/gtktable.c:180 msgid "Right attachment" msgstr "ਸੱਜਾ ਨੱਥੀ" -#: ../gtk/gtktable.c:181 +#: gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "ਕਾਲਮ ਗਿਣਤੀ ਜੋ ਕਿ ਚਲਾਇਡ ਵਿਦਗਿਟ ਦੇ ਸੱਜੇ ਪਾਸੇ ਤੇ ਜੋੜੀ ਜਾਵੇਗੀ" -#: ../gtk/gtktable.c:187 +#: gtk/gtktable.c:187 msgid "Top attachment" msgstr "ਉੱਤੇ ਨੱਥੀ" -#: ../gtk/gtktable.c:188 +#: gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "ਕਤਾਰ ਗਿਣਤੀ ਜੋ ਕਿ ਚਲਾਇਡ ਵਿਦਗਿਟ ਦੇ ਸਿਰੇ ਤੇ ਜੋੜੀ ਜਾਵੇਗੀ" -#: ../gtk/gtktable.c:194 +#: gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "ਥੱਲੇ ਨੱਥੀ" -#: ../gtk/gtktable.c:201 +#: gtk/gtktable.c:201 msgid "Horizontal options" msgstr "ਲੇਟਵੀ ਚੋਣ" -#: ../gtk/gtktable.c:202 +#: gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "ਚੋਣ ਚਲਾਇਡ ਦੇ ਲੇਟਵੇ ਰਵੱਈਏ ਨੂੰ ਸੈੱਟ ਕਰਦੀ ਹੈ" -#: ../gtk/gtktable.c:208 +#: gtk/gtktable.c:208 msgid "Vertical options" msgstr "ਲੰਬਕਾਰ ਚੋਣ" -#: ../gtk/gtktable.c:209 +#: gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "ਚੋਣ ਚਲਾਇਡ ਦੇ ਲੰਬਕਾਰੀ ਵਿਵਹਾਰ ਨੂੰ ਸੈੱਟ ਕਰਦੀ ਹੈ" -#: ../gtk/gtktable.c:215 +#: gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "ਲੇਟਵਾਂ ਚਿਣੋ" -#: ../gtk/gtktable.c:216 +#: gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" msgstr "ਚਲਾਇਡ ਅਤੇ ਇਸ ਦੇ ਸੱਜੇ ਤੇ ਖੱਬੇ ਗੁਆਢੀਆ ਵਿਚਕਾਰ ਵਾਧੂ ਥਾਂ (ਪਿਕਸਲਾਂ ਵਿੱਚ)" -#: ../gtk/gtktable.c:222 +#: gtk/gtktable.c:222 msgid "Vertical padding" msgstr "ਲੰਬਕਾਰੀ ਚਿਣੋ" -#: ../gtk/gtktable.c:223 +#: gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" msgstr "ਚਲਾਇਡ ਅਤੇ ਇਸ ਦੇ ਉੱਤੇਲੇ ਤੇ ਹੇਠਲੇ ਗੁਆਢੀਆ ਵਿਚਕਾਰ ਵਾਧੂ ਥਾਂ (ਪਿਕਸਲਾਂ ਵਿੱਚ)" -#: ../gtk/gtktext.c:546 +#: gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "ਟੈਕਸਟ ਵਿਦਗਿਟ ਲਈ ਲੇਟਵੀ ਅਨਕੂਲਤਾ" -#: ../gtk/gtktext.c:554 +#: gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "ਟੈਕਸਟ ਵਿਦਗਿਟ ਲਈ ਲੰਬਕਾਰੀ ਅਨਕੂਲਤਾ" -#: ../gtk/gtktext.c:561 +#: gtk/gtktext.c:561 msgid "Line Wrap" msgstr "ਸਤਰ ਲੇਪਟੋ" -#: ../gtk/gtktext.c:562 +#: gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "ਕੀ ਵਿਦਗਿਟ ਕਿਨਾਰੇ ਤੇ ਸਤਰ ਲੇਪਟੀ ਜਾਏ" -#: ../gtk/gtktext.c:569 +#: gtk/gtktext.c:569 msgid "Word Wrap" msgstr "ਸ਼ਬਦ ਲੇਪਟੋ" -#: ../gtk/gtktext.c:570 +#: gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "ਕੀ ਵਿਦਗਿਟ ਕਿਨਾਰੇ ਤੇ ਸ਼ਬਦ ਲੇਪਟਿਆ ਜਾਏ" -#: ../gtk/gtktextbuffer.c:180 +#: gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "ਟੈਗ ਸਾਰਣੀ" -#: ../gtk/gtktextbuffer.c:181 +#: gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "ਟੈਕਸਟ ਟੈਗ ਸਾਰਣੀ" -#: ../gtk/gtktextbuffer.c:199 +#: gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "ਬਫ਼ਰ ਦਾ ਮੌਜੂਦਾ ਪਾਠ" -#: ../gtk/gtktextbuffer.c:213 +#: gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "ਚੋਣ ਹੈ" -#: ../gtk/gtktextbuffer.c:214 +#: gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "ਕੀ ਬਫ਼ਰ ਵਿੱਚ ਕੁਝ ਟੈਕਸਟ ਇਸ ਸਮੇਂ ਚੁਣਿਆ ਹੈ" -#: ../gtk/gtktextbuffer.c:230 +#: gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "ਕਰਸਰ ਸਥਿਤੀ" -#: ../gtk/gtktextbuffer.c:231 +#: gtk/gtktextbuffer.c:231 msgid "" "The position of the insert mark (as offset from the beginning of the buffer)" msgstr "ਸ਼ਾਮਿਲ ਨਿਸ਼ਾਨ ਦੀ ਸਥਿਤੀ (ਬਫ਼ਰ ਸ਼ੁਰੂ ਹੋਣ ਤੋਂ ਪਹਿਲਾਂ ਦੂਰੀ)" -#: ../gtk/gtktextbuffer.c:246 +#: gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "ਨਿਸ਼ਾਨ ਸੂਚੀ ਨਕਲ" -#: ../gtk/gtktextbuffer.c:247 +#: gtk/gtktextbuffer.c:247 msgid "" "The list of targets this buffer supports for clipboard copying and DND source" msgstr "ਇਸ ਬਫ਼ਰ ਵਲੋਂ ਸਹਾਇਕ ਟਾਰਗੇਟ ਦੀ ਲਿਸਟ, ਜੋ ਕਿ ਕਲਿੱਪਬੋਰਡ ਕਾਪੀ ਅਤੇ DND ਸਰੋਤ ਲਈ ਹੈ।" -#: ../gtk/gtktextbuffer.c:262 +#: gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "ਨਿਸ਼ਾਨਾ ਸੂਚੀ ਚੇਪੋ" -#: ../gtk/gtktextbuffer.c:263 +#: gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" msgstr "ਇਸ ਬਫ਼ਰ ਵਲੋਂ ਸਹਾਇਕ ਟਾਰਗੇਟ ਦੀ ਲਿਸਟ, ਜੋ ਕਿ ਕਲਿੱਪਬੋਰਡ ਚੇਪਣ ਅਤੇ DND ਟਿਕਾਣੇ ਲਈ ਹੈ।" -#: ../gtk/gtktextmark.c:90 +#: gtk/gtktextmark.c:90 msgid "Mark name" msgstr "ਮਾਰਕ ਨਾਂ" -#: ../gtk/gtktextmark.c:97 +#: gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "ਖੱਬੀ ਗਰੇਵਿਟੀ" -#: ../gtk/gtktextmark.c:98 +#: gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "ਕੀ ਮਾਰਕ ਕੋਲ ਖੱਬੀ ਗਰੇਵਿਟੀ ਹੋਵੇ" -#: ../gtk/gtktexttag.c:173 +#: gtk/gtktexttag.c:173 msgid "Tag name" msgstr "ਟੈਗ ਨਾਂ" -#: ../gtk/gtktexttag.c:174 +#: gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "ਟੈਕਸਟ ਟੈਗ ਨੂੰ ਲੱਭਣ ਲਈ ਲੌੜੀਦਾ ਨਾਂ NULL ਬੇਪਛਾਣ ਲਈ ਵਰਤੋ" -#: ../gtk/gtktexttag.c:192 +#: gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "ਬੈਕਗਰਾਊਂਡ ਰੰਗ ਸੰਭਵ ਹੋਵੇ (ਨਾ ਵਰਤਿਆ ਗਿਆ) ਤਾਂ GdkColor" -#: ../gtk/gtktexttag.c:199 +#: gtk/gtktexttag.c:199 msgid "Background full height" msgstr "ਬੈਕਗਰਾਊਂਡ ਦੀ ਪੂਰੀ ਉਚਾਈ" -#: ../gtk/gtktexttag.c:200 +#: gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" msgstr "ਕੀ ਬੈਕਗਰਾਊਂਡ ਰੰਗ ਸਤਰ ਦੀ ਪੂਰੀ ਉਚਾਈ ਨੁੰ ਭਰ ਦੇਵੇ ਜਾਂ ਸਿਰਫ ਟੈਗ ਅੱਖਰਾਂ ਦੀ ਉਚਾਈ ਤੱਕ " -#: ../gtk/gtktexttag.c:208 +#: gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "ਬੈਕਗਰਾਊਂਡ ਦੀ ਚਿੱਤਰਕਾਰੀ ਦਾ ਮਖੌਟਾ" -#: ../gtk/gtktexttag.c:209 +#: gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "ਬਿੱਟਮੈਪ ਜੋ ਕਿ ਮਖੌਟੇ ਦੇ ਤੌਰ ਤੇ ਵਰਤਿਆ ਜਾਵੇ, ਜਦੋਂ ਕਿ ਟੈਕਸਟ ਦੀ ਬੈਕਗਰਾਊਂਡ ਖਿੱਚਣੀ ਹੋਵੇ" -#: ../gtk/gtktexttag.c:226 +#: gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "ਫਾਰਗਰਾਊਂਡ ਦਾ ਰੰਗ ਸੰਭਵ ਹੋਵੇ (ਨਾ ਵਰਤਿਆ ਗਿਆ) ਤਾਂ GdkColor" -#: ../gtk/gtktexttag.c:234 +#: gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "ਫਾਰਗਰਾਊਂਡ ਚਿੱਤਰਕਾਰੀ ਦਾ ਮਖੌਟਾ" -#: ../gtk/gtktexttag.c:235 +#: gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "ਬਿੱਟਮੈਪ ਜੋ ਕਿ ਮਖੌਟੇ ਦੇ ਤੌਰ ਤੇ ਵਰਤਿਆ ਜਾਵੇ ਜਦੋਂ ਕਿ ਟੈਕਸਟ ਦੇ ਅੱਗੇ ਖਿੱਚਣਾ ਹੋਵੇ" -#: ../gtk/gtktexttag.c:242 +#: gtk/gtktexttag.c:242 msgid "Text direction" msgstr "ਟੈਕਸਟ ਦੀ ਦਿਸ਼ਾ" -#: ../gtk/gtktexttag.c:243 +#: gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "ਟੈਕਸਟ ਦੀ ਦਿਸ਼ਾ, ਜਿਵੇ ਕਿ ਸੱਜੇ-ਤੋ ਖੱਬਾ ਜਾਂ ਖੱਬੇ ਤੋਂ ਸੱਜਾ" -#: ../gtk/gtktexttag.c:292 +#: gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "ਪੈਂਨਗੋ-ਸਟਾਇਲ ਵਾਂਗ ਫੋਂਟ ਸਟਾਇਲ ਜਿਵੇਂ ਕਿ PANGO_STYLE_ITALIC" -#: ../gtk/gtktexttag.c:301 +#: gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" msgstr "ਪੈਂਨਗੋ-ਵੈਰੀਐਂਟ ਵਾਂਗ ਫੋਂਟ ਵੈਰੀਐਂਟ ਜਿਵੇਂ ਕਿ PANGO_VARIANT_SMALL_CAPS" -#: ../gtk/gtktexttag.c:310 +#: gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" msgstr "ਫੋਂਟ ਦਾ ਫੈਲਾ ਇੱਕ ਸੰਖਿਆ ਦੀ ਤਰਾਂ, ਪਹਿਲ਼ਾ ਦਿੱਤੇ ਪੈਨਗੋਵੇਟ ਵੇਖੋ; ਜਿਵੇ ਕਿ PANGO_WEIGHT_BOLD" -#: ../gtk/gtktexttag.c:321 +#: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "ਫੋਂਟ ਤਣੇ ਪੈਨਗੋ-ਤਣੇ ਵਾਂਗ ਜਿਵੇਂ ਕਿ PANGO_STRETCH_CONDENSED" -#: ../gtk/gtktexttag.c:330 +#: gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "ਫੋਂਟ ਅਕਾਰ ਪੈਨਗੋ-ਇਕਾਈ ਵਿੱਚ" -#: ../gtk/gtktexttag.c:340 +#: gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " @@ -5609,11 +5582,11 @@ msgstr "" "ਇਸ ਦੀ ਸਿਫਾਰਸ ਕੀਤੀ ਗਈ ਹੈ। ਪੈਨਗੋ ਕੁਝ ਪੈਮਾਨੇ ਪਹਿਲ਼ਾ ਹੀਨਿਰਦਾਰਿਤ ਕਰ ਚੁੱਕਾ ਹੈ , ਜਿਵੇ ਕਿ " "PANGO_SCALE_X_LARGE" -#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 +#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "ਖੱਬੇ, ਸੱਜੇ ਜਾਂ ਵਿੱਚਕਾਰ ਤਰਕਸੰਗਤ ਕਰੋ" -#: ../gtk/gtktexttag.c:379 +#: gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." @@ -5621,407 +5594,407 @@ msgstr "" "ਭਾਸ਼ਾ, ਜਿਸ ਵਿੱਚ ਇਹ ਕੋਡ ਹੈ, ਦਾ ISO ਕੋਡ ਹੈ। ਟੈਕਸਟ ਨੂੰ ਪੇਸ਼ ਕਰਨ ਲਈ ਪੈਨਗੋ ਦੀ ਉਦਾਹਰਨ ਲਈ ਜਾ " "ਸਕਦੀ ਹੈ। ਜੇਕਰ ਤੁਸੀਂ ਇਸ ਪੈਰਾਮੀਟਰ ਨੂੰ ਨਹੀਂ ਸਮਝ ਸਕੇ ਤਾਂ, ਤੁਹਾਨੂੰ ਇਸ ਦੀ ਲੋੜ ਵੀ ਨਹੀਂ ਹੈ।" -#: ../gtk/gtktexttag.c:386 +#: gtk/gtktexttag.c:386 msgid "Left margin" msgstr "ਖੱਬਾ ਹਾਸ਼ੀਆ" -#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 +#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "ਖੱਬੇ ਹਾਸ਼ੀਏ ਦੀ ਚੌੜਾਈ ਪਿਕਸਲਾਂ ਵਿੱਚ" -#: ../gtk/gtktexttag.c:396 +#: gtk/gtktexttag.c:396 msgid "Right margin" msgstr "ਸੱਜਾ ਹਾਸ਼ੀਆ" -#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 +#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "ਸੱਜੇ ਹਾਸ਼ੀਏ ਦੀ ਚੌੜਾਈ ਪਿਕਸਲਾਂ ਵਿੱਚ" -#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 +#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 msgid "Indent" msgstr "ਹਾਸ਼ੀਏ ਤੋਂ ਦੂਰ" -#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 +#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "ਪ੍ਹੈਰੇ ਵਿੱਚ ਹਾਸ਼ੀਏ ਤੋਂ ਦੂਰੀ, ਪਿਕਸਲਾਂ ਵਿੱਚ" -#: ../gtk/gtktexttag.c:419 +#: gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" msgstr "ਬੇਸ-ਲਾਈਨ ਤੋਂ ਉੱਤੇ ਟੈਕਸਟ ਦਾ ਸੰਤੁਲਨ ਪੈਗੋ ਇਕਾਈ ਵਿੱਚ (ਹੇਠਾਂ ਉਭਾਰ ਰਿਣਾਤਮਿਕ ਹੈ)" -#: ../gtk/gtktexttag.c:428 +#: gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "ਲਾਈਨਾਂ ਤੋਂ ਉੱਤੇ ਪਿਕਸਲ" -#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 +#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "ਪ੍ਹੈਰੇ ਤੋਂ ਉੱਤੇ ਖਾਲੀ ਥਾਂ ਦੇ ਪਿਕਸਲ" -#: ../gtk/gtktexttag.c:438 +#: gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "ਲਾਈਨਾਂ ਤੋਂ ਹੇਠਾਂ ਪਿਕਸਲ" -#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 +#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "ਪ੍ਹੈਰੇ ਤੋਂ ਹੇਠਾਂ ਖਾਲੀ ਥਾਂ ਦੇ ਪਿਕਸਲ" -#: ../gtk/gtktexttag.c:448 +#: gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "ਲੇਪਟਣ ਵਿੱਚ ਆਏ ਪਿਕਸਲ" -#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 +#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "ਪ੍ਹੈਰੇ ਵਿੱਚ ਲੇਪਟੀਆਂ ਗਈਆਂ ਸਤਰਾਂ ਵਿੱਚ ਖਾਲੀ ਥਾਂ ਦੇ ਪਿਕਸਲ" -#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 +#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 msgid "" "Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "ਕੀ ਲਾਈਨਾਂ ਕਦੇ ਨਹੀਂ ਲੇਪਟਣੀਆਂ ਹਨ, ਨਾ ਸ਼ਬਦ ਦੀ ਹੱਦ ਤੇ ਨਾ ਅੱਖਰਾਂ ਦੀ ਹੱਦ ਤੇ" -#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 +#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 msgid "Tabs" msgstr "ਟੈਬ" -#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 +#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "ਇਸ ਟੈਕਸਟ ਲਈ ਟੈਬਾਂ ਦੀ ਚੋਣ" -#: ../gtk/gtktexttag.c:504 +#: gtk/gtktexttag.c:504 msgid "Invisible" msgstr "ਅਦਿੱਖ" -#: ../gtk/gtktexttag.c:505 +#: gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "ਕੀ ਇਹ ਟੈਕਸਟ ਲੁਕਵਾਂ ਹੋਵੇ" -#: ../gtk/gtktexttag.c:519 +#: gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "ਪੈਰਾ ਬੈਕਗਰਾਊਂਡ ਰੰਗ ਨਾਂ" -#: ../gtk/gtktexttag.c:520 +#: gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "ਪੈਰਾ ਬੈਕਗਰਾਊਂਡ ਰੰਗ ਸਤਰ ਵਾਂਗ" -#: ../gtk/gtktexttag.c:535 +#: gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "ਪੈਰਾ ਬੈਕਗਰਾਊਂਡ ਰੰਗ" -#: ../gtk/gtktexttag.c:536 +#: gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "ਬੈਕਗਰਾਊਂਡ ਰੰਗ ਸੰਭਵ ਹੋਵੇ (ਨਾ ਵਰਤਿਆ ਗਿਆ) ਤਾਂ GdkColor" -#: ../gtk/gtktexttag.c:554 +#: gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "" -#: ../gtk/gtktexttag.c:555 +#: gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "" -#: ../gtk/gtktexttag.c:568 +#: gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "ਬੈਕਗਰਾਊਂਡ ਪੂਰੀ ਉਚਾਈ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtktexttag.c:569 +#: gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "ਕੀ ਇਹ ਟੈਗ ਬੈਕਗਰਾਊਂਡ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtktexttag.c:572 +#: gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "ਬੈਕਗਰਾਊਂਡ-ਚਿਤਰਣ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtktexttag.c:573 +#: gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "ਕੀ ਇਹ ਟੈਗ ਬੈਕਗਰਾਊਂਡ-ਚਿਤਰਨ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtktexttag.c:580 +#: gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "ਫਾਰਗਰਾਊਂਡ ਚਿਤਰਨ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtktexttag.c:581 +#: gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "ਕੀ ਇਹ ਟੈਗ ਫਾਰਗਰਾਊਂਡ ਚਿਤਰਨ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtktexttag.c:616 +#: gtk/gtktexttag.c:616 msgid "Justification set" msgstr "ਅਨੁਕੂਲ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtktexttag.c:617 +#: gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "ਕੀ ਇਹ ਟੈਗ ਤਰਕਸੰਗਤ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtktexttag.c:624 +#: gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "ਖੱਬਾ-ਹਾਸ਼ੀਏ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtktexttag.c:625 +#: gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "ਕੀ ਇਹ ਟੈਗ ਅਗਲੇ-ਪਰਦਾ-ਚਿਤਰਨ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtktexttag.c:628 +#: gtk/gtktexttag.c:628 msgid "Indent set" msgstr "ਹਾਸ਼ੀਏ ਤੋਂ ਦੂਰੀ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtktexttag.c:629 +#: gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "ਕੀ ਇਹ ਟੈਗ ਹਾਸ਼ੀਏ ਤੋਂ ਦੂਰੀ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtktexttag.c:636 +#: gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "ਲਾਈਨਾਂ ਤੋਂ ਉਪਰਲੇ ਪਿਕਸਲਾਂ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 +#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "ਕੀ ਇਹ ਟੈਗ ਸਤਰ ਤੋਂ ਉਪਰਲੇ ਪਿਕਸਲਾਂ ਦੀ ਗਿਣਤੀ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtktexttag.c:640 +#: gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "ਲਾਈਨਾਂ ਤੋਂ ਹੇਠਲੇ ਪਿਕਸਲ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtktexttag.c:644 +#: gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "ਪਿਕਸਲ ਅੰਦਰੂਨੀ ਲਪੇਟਣ ਦਿਓ" -#: ../gtk/gtktexttag.c:645 +#: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "ਕੀ ਇਹ ਟੈਗ ਸਤਰਾਂ ਵਿੱਚ ਲੇਪਟੇ ਪਿਕਸਲਾਂ ਦੀ ਗਿਣਤੀ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtktexttag.c:652 +#: gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "ਸੱਜਾ ਹਾਸ਼ੀਆ ਦਿਓ" -#: ../gtk/gtktexttag.c:653 +#: gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "ਕੀ ਇਹ ਟੈਗ ਸੱਜਾ ਹਾਸ਼ੀਏ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtktexttag.c:660 +#: gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "ਲਪੇਟਣ ਮੋਡ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtktexttag.c:661 +#: gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "ਕੀ ਇਹ ਟੈਗ ਲੇਪਟਣ ਦੀ ਢੰਗ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtktexttag.c:664 +#: gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "ਟੈਬ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtktexttag.c:665 +#: gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "ਕੀ ਇਹ ਟੈਗ ਟੈਬਾਂ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtktexttag.c:668 +#: gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "ਅਦਿੱਖ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtktexttag.c:669 +#: gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "ਕੀ ਇਹ ਟੈਗ ਟੈਕਸਟ ਦੀ ਦਿੱਖ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtktexttag.c:672 +#: gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "ਪੈਰਾ ਬੈਕਗਰਾਊਂਡ ਦਿਓ" -#: ../gtk/gtktexttag.c:673 +#: gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "ਕੀ ਇਹ ਟੈਗ ਪੈਰਾ ਬੈਕਗਰਾਊਂਡ ਰੰਗ ਨੂੰ ਪਰਭਾਵਿਤ ਕਰੇ" -#: ../gtk/gtktextview.c:543 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "ਲਾਈਨਾਂ ਤੋਂ ਉੱਤੇ ਪਿਕਸਲ" -#: ../gtk/gtktextview.c:553 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "ਲਾਈਨਾਂ ਤੋਂ ਹੇਠਾਂ ਪਿਕਸਲ" -#: ../gtk/gtktextview.c:563 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "ਲੇਪਟਣ ਵਿੱਚ ਪਿਕਸਲ" -#: ../gtk/gtktextview.c:581 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "ਲੇਪਟਣ ਮੋਡ" -#: ../gtk/gtktextview.c:599 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "ਖੱਬਾ ਹਾਸ਼ੀਆ" -#: ../gtk/gtktextview.c:609 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "ਸੱਜਾ ਹਾਸ਼ੀਆ" -#: ../gtk/gtktextview.c:637 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "ਕਰਸਰ ਅਦਿੱਖ" -#: ../gtk/gtktextview.c:638 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "ਜੇ ਵਿਚਕਾਰ ਕਰਸਰ ਵੇਖਾਈ ਗਈ ਹੈ" -#: ../gtk/gtktextview.c:645 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "ਬਫਰ" -#: ../gtk/gtktextview.c:646 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "ਬਫਰ, ਜੋ ਵੇਖਾਇਆ ਜਾਵੇਗਾ" -#: ../gtk/gtktextview.c:654 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "ਕੀ ਦਿੱਤਾ ਗਿਆ ਟੈਕਸਟ ਮੌਜੂਦਾ ਹਿੱਸੇ ਨੂੰ ਖਤਮ ਕਰ ਦੇਵੇ" -#: ../gtk/gtktextview.c:661 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "ਮਨਜ਼ੂਰ ਟੈਬ" -#: ../gtk/gtktextview.c:662 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "ਕੀ ਟੈਬ ਨਤੀਜਾ ਹੋਵੇ, ਦਿੱਤੇ ਗਏ ਟੈਬ ਅੱਖਰ ਦਾ" -#: ../gtk/gtktextview.c:691 +#: gtk/gtktextview.c:691 msgid "Error underline color" msgstr "ਗਲਤੀ ਹੇਠ ਰੰਗਦਾਰ ਲਾਈਨ" -#: ../gtk/gtktextview.c:692 +#: gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "ਰੰਗ ਜਿਸ ਨਾਲ ਗਲਤੀ-ਸੰਕੇਤਕ ਲਾਈਨ ਖਿੱਚੀ ਜਾਵੇ" -#: ../gtk/gtktoggleaction.c:104 +#: gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "ਉਸੇਤਰ੍ਹਾਂ ਦੀਆਂ ਪਰਾਕਸੀ ਬਣਾਉ, ਜਿਸਤਰਾਂ ਦੀਆਂ ਰੇਡੀਉ ਕਾਰਵਾਈ ਹੈ" -#: ../gtk/gtktoggleaction.c:105 +#: gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "ਕੀ ਇਸ ਕਾਰਵਾਈ ਦੀ ਪਰਾਕਸੀ ਰੇਡੀਉ ਕਾਰਵਾਈ ਪਰਾਕਸੀ ਵਾਂਗ ਲੱਗੇ" -#: ../gtk/gtktoggleaction.c:120 +#: gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "ਜੇ ਤਬਦੀਲ ਕਾਰਵਾਈ ਸਰਗਰਮ ਹੈ ਜਾਂ ਨਹੀਂ" -#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 +#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "ਕੀ ਬਦਲਵਾਂ ਬਟਨ ਦਬਾਇਆ ਜਾਵੇ ਜਾਂ ਨਾ" -#: ../gtk/gtktogglebutton.c:124 +#: gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "ਕੀ ਬਦਲਵੇ ਬਟਨ \"ਵਿਚਕਾਰਲੀ\" ਸਥਿਤੀ ਵਿੱਚ ਹੈ" -#: ../gtk/gtktogglebutton.c:131 +#: gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "ਇੰਡੀਕੇਟਰ ਬਣਾਓ" -#: ../gtk/gtktogglebutton.c:132 +#: gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "ਕੀ ਬਟਨ ਦਾ ਬਦਲਵਾਂ ਹਿੱਸਾ ਵੇਖਾਇਆ ਜਾਵੇ" -#: ../gtk/gtktoolbar.c:494 +#: gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "ਟੂਲਬਾਰ ਸਟਾਇਲ" -#: ../gtk/gtktoolbar.c:495 +#: gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "ਟੂਲਬਾਰ ਨੂੰ ਕਿਵੇਂ ਬਣਾਉਣਾ ਹੈ" -#: ../gtk/gtktoolbar.c:502 +#: gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "ਤੀਰ ਵੇਖਾਓ" -#: ../gtk/gtktoolbar.c:503 +#: gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "ਕੀ ਤੀਰ ਵੇਖਾਇਆ ਜਾਵੇ ਜਦੋਂ ਕਿ ਟੂਲਬਾਰ ਵਿੱਚ ਸਮਾ ਨਾ ਸਕੇ" -#: ../gtk/gtktoolbar.c:518 +#: gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "ਸੰਦ-ਸੰਕੇਤ" -#: ../gtk/gtktoolbar.c:519 +#: gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "ਕੀ ਟੂਲਬਾਰ ਦੇ ਸੰਦ-ਸੰਕੇਤਾਂ ਨੂੰ ਸਰਗਰਮ ਕੀਤਾ ਜਾਵੇ ਜਾਂ ਨਾ" -#: ../gtk/gtktoolbar.c:541 +#: gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "ਇਹ ਟੂਲਬਾਰ ਵਿੱਚ ਆਈਕਾਨਾਂ ਦਾ ਅਕਾਰ" -#: ../gtk/gtktoolbar.c:556 +#: gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "ਆਈਕਾਨ ਅਕਾਰ ਦਿਓ" -#: ../gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "ਕੀ ਆਈਕਾਨ-ਅਕਾਰ ਵਿਸ਼ੇਸ਼ਤਾ ਦਿੱਤੀ ਜਾਵੇ" -#: ../gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "ਕੀ ਆਈਟਮ ਹੋਰ ਵਾਧੂ ਥਾਂ ਲਵੇ ਜਦੋਂ ਕਿ ਟੂਲਬਾਰ ਫੈਲੇ" -#: ../gtk/gtktoolbar.c:574 +#: gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "ਕੀ ਆਈਟਮ ਉਸੇ ਆਕਾਰ ਦੀ ਹੋਵੇ ਜਿਸ ਦੀ ਹੋਰ ਸਮ-ਰੂਪ ਆਈਟਮਾਂ ਹਨ" -#: ../gtk/gtktoolbar.c:581 +#: gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "ਸਪੇਸਰ ਆਕਾਰ" -#: ../gtk/gtktoolbar.c:582 +#: gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "ਸਪੇਸਰ ਦਾ ਅਕਾਰ" -#: ../gtk/gtktoolbar.c:591 +#: gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "ਟੂਲਬਾਰ ਦੇ ਪਰਛਾਵੇ ਅਤੇ ਬਟਨਾਂ ਵਿਚਕਾਰ ਹਾਸ਼ੀਏ ਦੀ ਥਾਂ ਦੀ ਮਾਤਰਾ" -#: ../gtk/gtktoolbar.c:599 +#: gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਚਾਈਲਡ ਫੈਲਾ" -#: ../gtk/gtktoolbar.c:600 +#: gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "ਇੱਕ ਫੈਲਣਯੋਗ ਆਈਟਮ ਨੂੰ ਦਿੱਤਾ ਜਾਣ ਵਾਲਾ ਵੱਧ ਤੋਂ ਵੱਧ ਫਾਸਲਾ" -#: ../gtk/gtktoolbar.c:608 +#: gtk/gtktoolbar.c:608 msgid "Space style" msgstr "ਖਾਲੀ ਸਟਾਇਲ" -#: ../gtk/gtktoolbar.c:609 +#: gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "ਕੀ ਵੱਖਰਵੇ ਵਿੱਚ ਲੰਬਕਾਰੀ ਲਾਈਨਾਂ ਹੋਣ ਜਾਂ ਸਿਰਫ ਖਾਲੀ ਹੀ ਹੋਵੇ" -#: ../gtk/gtktoolbar.c:616 +#: gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "ਬਟਨ ਛੋਟ" -#: ../gtk/gtktoolbar.c:617 +#: gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "ਟੂਲਬਾਰ ਦੁਆਲੇ bevel ਦੀ ਕਿਸਮ" -#: ../gtk/gtktoolbar.c:624 +#: gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "ਟੂਲਬਾਰ ਦੁਆਲੇ bevel ਦਾ ਸਟਾਇਲ" -#: ../gtk/gtktoolbar.c:630 +#: gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "ਟੂਲਬਾਰ ਸਟਾਇਲ" -#: ../gtk/gtktoolbar.c:631 +#: gtk/gtktoolbar.c:631 msgid "" "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "ਕੀ ਮੂਲ ਟੂਲਬਾਰ ਲਈ ਸ਼ਬਦ ਹੀ, ਸ਼ਬਦ ਤੇ ਆਈਕਾਨ, ਆਈਕਾਨ ਹੀ ਆਦਿ ਹੋਣ" -#: ../gtk/gtktoolbar.c:637 +#: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "ਟੂਲਬਾਰ ਦਾ ਆਈਕਾਨ ਦਾ ਆਕਾਰ" -#: ../gtk/gtktoolbar.c:638 +#: gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "ਡਿਫਾਲਟ ਟੂਲਬਾਰ ਵਿੱਚ ਆਈਕਾਨ ਦਾ ਆਕਾਰ" -#: ../gtk/gtktoolbutton.c:203 +#: gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "ਆਈਟਮ ਵਿੱਚ ਵੇਖਾਉਣ ਲਈ ਸ਼ਬਦ" -#: ../gtk/gtktoolbutton.c:210 +#: gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" @@ -6029,43 +6002,43 @@ msgstr "" "ਜੇਕਰ ਸੈੱਟ ਕੀਤਾ ਤਾਂ, ਲੇਬਲ ਵਿਸ਼ੇਸ਼ਤਾ ਵਿੱਚ ਹੇਠ ਲਾਈਨ ਵੇਖਾਵੇਗੀ ਕਿ ਅਗਲਾ ਅੱਖਰ ਮੇਨੂ ਵਿੱਚ ਤੇਜ਼-ਕੀ ਵਲੋਂ " "ਵਰਤਿਆ ਜਾਵੇਗਾ " -#: ../gtk/gtktoolbutton.c:217 +#: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "ਆਈਟਮ ਲੇਬਲ ਦੀ ਤਰ੍ਹਾਂ ਵਰਤਣ ਲਈ ਵਿਦਗਿਟ" -#: ../gtk/gtktoolbutton.c:223 +#: gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "ਸਟਾਕ Id" -#: ../gtk/gtktoolbutton.c:224 +#: gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "ਆਈਟਮ ਵਿੱਚ ਵੇਖਾਉਣ ਲਈ ਸਟਾਕ ਆਈਕਾਨ" -#: ../gtk/gtktoolbutton.c:240 +#: gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "ਆਈਕਾਨ ਨਾਂ" -#: ../gtk/gtktoolbutton.c:241 +#: gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "ਆਈਟਮ ਉੱਤੇ ਵੇਖਾਉਣ ਲਈ ਸਰੂਪ ਆਈਕਾਨ ਦਾ ਨਾਂ" -#: ../gtk/gtktoolbutton.c:247 +#: gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "ਆਈਕਾਨ ਵਿਦਗਿਟ" -#: ../gtk/gtktoolbutton.c:248 +#: gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "ਆਈਕਾਨ ਵਿਦਗਿਟ, ਆਈਟਮ ਵਿੱਚ ਵੇਖਾਉਣ ਲਈ" -#: ../gtk/gtktoolbutton.c:261 +#: gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "ਆਈਕਾਨ ਫਾਸਲਾ" -#: ../gtk/gtktoolbutton.c:262 +#: gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "ਆਈਕਾਨ ਅਤੇ ਲੇਬਲ ਵਿੱਚ ਪਿਕਸਲ ਅਨੁਸਾਰ ਫਾਸਲਾ" -#: ../gtk/gtktoolitem.c:191 +#: gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" @@ -6073,566 +6046,566 @@ msgstr "" "ਕੀ ਟੂਲਬਾਰ ਦੀ ਆਈਟਮ ਨੂੰ ਖਾਸ ਮੰਨਣਾ ਹੈ ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ ਟੂਲਬਾਰ ਦੇ ਬਟਨGTK_TOOLBAR_BOTH_HORIZ " "ਮੋਡ ਵਿੱਚ ਸ਼ਬਦ ਵੇਖਾਉਣਗੇ।" -#: ../gtk/gtktreemodelsort.c:274 +#: gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "TreeModelSort ਮਾਡਲ" -#: ../gtk/gtktreemodelsort.c:275 +#: gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "TreeModelSort ਲੜੀਬੱਧ ਕਰਨ ਲਈ ਮਾਡਲ" -#: ../gtk/gtktreeview.c:570 +#: gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "ਟਰੀ-ਵਿਊ ਮਾਡਲ" -#: ../gtk/gtktreeview.c:571 +#: gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "ਟਰੀ-ਵਿਊ ਲਈ ਮਾਡਲ" -#: ../gtk/gtktreeview.c:579 +#: gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "ਲੇਟਵੀ ਅਡਜੱਸਟਮੈਂਟ ਲਈ ਵਿਦਗਿਟ" -#: ../gtk/gtktreeview.c:587 +#: gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "ਲੰਬਕਾਰੀ ਅਡਜੱਸਟਮੈਂਟ ਲਈ ਵਿਦਗਿਟ" -#: ../gtk/gtktreeview.c:594 +#: gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "ਹੈੱਡਰ ਦਿੱਖ" -#: ../gtk/gtktreeview.c:595 +#: gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "ਕਾਲਮ ਹੈੱਡਰ ਬਟਨ ਵੇਖਾਓ" -#: ../gtk/gtktreeview.c:602 +#: gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "ਹੈੱਡਰ ਦਬਾਉਣਯੋਗ" -#: ../gtk/gtktreeview.c:603 +#: gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "ਦਬਾੳਣ ਦੀ ਕਾਰਵਾਈ ਤੇ ਕਾਲਮ ਹੈੱਡਰ ਜਵਾਬਦੇਹ ਹੋਵੇ" -#: ../gtk/gtktreeview.c:610 +#: gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "ਫੈਲਣਵਾਲਾ ਕਾਲਮ" -#: ../gtk/gtktreeview.c:611 +#: gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "ਫੈਲਣਵਾਲਾ ਕਾਲਮ ਲਈ ਕਾਲਮ ਚੁਣੋ" -#: ../gtk/gtktreeview.c:626 +#: gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "ਨਿਯਮ ਇਸ਼ਾਰਾ" -#: ../gtk/gtktreeview.c:627 +#: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "ਬਦਲਵੇ ਰੰਗ ਵਿੱਚ ਕਤਾਰ ਬਣਾਉਣ ਲਈ ਸਰੂਪ-ਇੰਜਣ ਦੇ ਲਈ ਸੰਕੇਤ ਸੈੱਟ ਕਰੋ" -#: ../gtk/gtktreeview.c:634 +#: gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "ਖੋਜ ਨੂੰ ਯੋਗ ਕਰੋ" -#: ../gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "ਦਰਿਸ਼ ਵਰਤਣਵਾਲਿਆ ਨੂੰ ਕਾਲਮਾਂ ਵਿੱਚ ਪ੍ਰਭਾਵਸ਼ਾਲ਼ੀ ਤਰੀਕੇ ਨਾਲ ਖੋਜ ਕਰਨ ਦਿੰਦਾ ਹੈ" -#: ../gtk/gtktreeview.c:642 +#: gtk/gtktreeview.c:642 msgid "Search Column" msgstr "ਕਾਲਮ ਖੋਜ" -#: ../gtk/gtktreeview.c:643 +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "ਦਿਲਖਿੱਚਵੀਂ ਖੋਜ ਦੌਰਾਨ ਮਾਡਲ ਕਾਲਮ ਦੀ ਖੋਜ" -#: ../gtk/gtktreeview.c:663 +#: gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "ਨਿਸ਼ਚਿਤ ਉਚਾਈ ਮੋਡ" -#: ../gtk/gtktreeview.c:664 +#: gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "ਸਾਰੀਆ ਕਤਾਰਾਂ ਦੀ ਨਿਸ਼ਚਿਤ ਉਚਾਈ ਮੰਨ ਕੇ GtkTreeView ਦੀ ਗਤੀ ਵਧਾਉ " -#: ../gtk/gtktreeview.c:684 +#: gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "ਹੋਵਰ ਚੋਣ" -#: ../gtk/gtktreeview.c:685 +#: gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "ਕੀ ਚੋਣ ਸੂਚਕ ਦਾ ਪਿੱਛਾ ਕਰੇ" -#: ../gtk/gtktreeview.c:704 +#: gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "ਹੋਵਰ ਫੈਲਾਓ" -#: ../gtk/gtktreeview.c:705 +#: gtk/gtktreeview.c:705 msgid "" "Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "ਕੀ ਸੂਚਕ ਕਤਾਰਾਂ ਦੇ ਉੱਪਰ ਹੋਣ ਸਮੇਂ ਸਮੇਟੀਆਂ/ਫੈਲਾਈਆਂ ਜਾਣ" -#: ../gtk/gtktreeview.c:719 +#: gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "ਫੈਲਣ ਵਾਲੇ ਵੇਖਾਓ" -#: ../gtk/gtktreeview.c:720 +#: gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "ਫੈਲਾਉਣ ਵਾਲੇ ਵਾਂਗ ਵੇਖਾਓ" -#: ../gtk/gtktreeview.c:734 +#: gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "ਹਾਸ਼ੀਏ ਤੋਂ ਦੂਰੀ ਦਾ ਲੈਵਲ" -#: ../gtk/gtktreeview.c:735 +#: gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "ਹਰੇਕ ਲੈਵਲ ਲਈ ਵਾਧੂ ਹਾਸ਼ੀਏ ਤੋਂ ਦੂਰੀ" -#: ../gtk/gtktreeview.c:744 +#: gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "ਰਬਰ ਬੈਂਗਿੰਡ" -#: ../gtk/gtktreeview.c:745 +#: gtk/gtktreeview.c:745 msgid "" "Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "ਮਾਊਸ ਸੰਕੇਤਕ ਰਾਹੀਂ ਚੁੱਕ ਕੇ ਕਈ ਆਈਟਮਾਂ ਦੀ ਚੋਣ ਨੂੰ ਮਨਜ਼ੂਰ ਕਰਨਾ ਹੈ" -#: ../gtk/gtktreeview.c:752 +#: gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "ਗਰਿੱਡ ਲਾਈਨਾਂ ਯੋਗ" -#: ../gtk/gtktreeview.c:753 +#: gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "ਕੀ ਲੜੀ ਝਲਕ ਵਿੱਚ ਗਰਿੱਡ ਲਾਈਨਾਂ ਵੇਖਾਉਣੀਆਂ ਹਨ" -#: ../gtk/gtktreeview.c:761 +#: gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "ਲੜੀ ਲਾਈਨਾਂ ਯੋਗ" -#: ../gtk/gtktreeview.c:762 +#: gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "ਕੀ ਲੜੀ ਝਲਕ ਵਿੱਚ ਲੜੀ ਲਾਈਨਾਂ ਖਿੱਚੀਆਂ ਜਾਣ" -#: ../gtk/gtktreeview.c:770 +#: gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "ਮਾਡਲ ਵਿੱਚ ਕਾਲਮ, ਜੋ ਕਿ ਕਤਾਰਾਂ ਲਈ ਟੂਲ-ਟਿੱਪ ਟੈਕਸਟ ਰੱਖਦਾ ਹੈ" -#: ../gtk/gtktreeview.c:792 +#: gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "ਲੰਬਕਾਰੀ ਵੱਖਰੇਵੇ ਦੀ ਚੌੜਈ" -#: ../gtk/gtktreeview.c:793 +#: gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "ਸੈੱਲ਼ਾਂ ਵਿੱਚਕਾਰ ਲੰਬਕਾਰੀ ਖਾਲੀ ਚੌੜਾਈ, ਜਿਸਤ ਸੰਖਿਆ ਹੋਣੀ ਜ਼ਰੂਰੀ ਹੈ" -#: ../gtk/gtktreeview.c:801 +#: gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "ਲੇਟਵੇ ਵੱਖਰੇਵੇ ਦੀ ਚੌੜਾਈ" -#: ../gtk/gtktreeview.c:802 +#: gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "ਸੈੱਲ਼ਾਂ ਵਿੱਚਕਾਰ ਲੇਟਵੀ ਖਾਲੀ ਚੌੜਾਈ, ਜਿਸਤ ਸੰਖਿਆ ਹੋਣੀ ਜ਼ਰੂਰੀ ਹੈ" -#: ../gtk/gtktreeview.c:810 +#: gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "ਰੂਲ ਮਨਜ਼ੂਰ" -#: ../gtk/gtktreeview.c:811 +#: gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "ਬਦਲਵੇ ਰੰਗ ਦੀਆ ਕਤਾਰਾਂ ਬਣਾਉਣ ਨੂੰ ਚਾਲੂ ਕਰੋ" -#: ../gtk/gtktreeview.c:817 +#: gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "ਹਾਸ਼ੀਏ ਤੋਂ ਦੂਰੀ ਨੂੰ ਫੈਲਾਓ" -#: ../gtk/gtktreeview.c:818 +#: gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "ਫੈਲਾਉ ਨੂੰ ਹਾਸ਼ੀਏ ਤੋਂ ਦੂਰ ਬਣਾਓ" -#: ../gtk/gtktreeview.c:824 +#: gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "ਜਿਸਤ ਕਤਾਰ ਦਾ ਰੰਗ" -#: ../gtk/gtktreeview.c:825 +#: gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "ਜਿਸਤ ਕਤਾਰ ਲਈ ਵਰਤਣ ਵਾਲਾ ਰੰਗ" -#: ../gtk/gtktreeview.c:831 +#: gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "ਟਾਂਕ ਕਤਾਰ ਦਾ ਰੰਗ" -#: ../gtk/gtktreeview.c:832 +#: gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "ਟਾਂਕ ਕਤਾਰ ਲਈ ਵਰਤਣ ਵਾਲਾ ਰੰਗ" -#: ../gtk/gtktreeview.c:838 +#: gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "ਕਤਾਰ ਅੰਤ ਵੇਰਵਾ" -#: ../gtk/gtktreeview.c:839 +#: gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "ਫੈਲੀ ਕਤਾਰ ਬੈਕਗਰਾਊਂਡ ਸਰੂਪ ਯੋਗ" -#: ../gtk/gtktreeview.c:845 +#: gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "ਗਰਿੱਡ ਲਾਈਨ ਚੌੜਾਈ" -#: ../gtk/gtktreeview.c:846 +#: gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "ਟਰੀ ਝਲਕ ਗਰਿੱਡ ਲਾਈਨਾਂ ਦੀ ਚੌੜਾਈ ਪਿਕਸਲ ਵਿੱਚ" -#: ../gtk/gtktreeview.c:852 +#: gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "ਟਰੀ ਲਾਈਨ ਚੌੜਾਈ" -#: ../gtk/gtktreeview.c:853 +#: gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "ਲੜੀ ਝਲਕ ਲਾਈਨਾਂ ਦੀ ਚੌੜਾਈ ਪਿਕਸਲ ਵਿੱਚ" -#: ../gtk/gtktreeview.c:859 +#: gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "ਗਰਿੱਡ ਲਾਈਨ ਪੈਟਰਨ" -#: ../gtk/gtktreeview.c:860 +#: gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "ਲੜੀ ਝਲਕ ਗਰਿੱਡ ਲਾਈਨਾਂ ਖਿੱਚਣ ਲਈ ਵਰਤਣ ਵਾਸਤੇ ਡੈਸ਼ ਪੈਟਰਨ" -#: ../gtk/gtktreeview.c:866 +#: gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "ਟਰੀ ਲਾਈਨ ਪੈਟਰਨ" -#: ../gtk/gtktreeview.c:867 +#: gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "ਲੜੀ ਝਲਕ ਲਾਈਨਾਂ ਖਿੱਚਣ ਲਈ ਵਰਤਣ ਵਾਸਤੇ ਡੈਸ਼ ਪੈਟਰਨ" -#: ../gtk/gtktreeviewcolumn.c:192 +#: gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "ਕੀ ਕਾਲਮ ਵੇਖਾਉਣਾ ਹੈ" -#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "ਮੁੜ-ਆਕਾਰਯੋਗ" -#: ../gtk/gtktreeviewcolumn.c:200 +#: gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "ਕਾਲਮ ਵਰਤਣਵਾਲੇ ਰਾਹੀਂ ਮੁੜ-ਅਕਾਰਯੋਗ ਹੈ" -#: ../gtk/gtktreeviewcolumn.c:208 +#: gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "ਕਾਲਮ ਦੀ ਮੌਜੂਦਾ ਚੌੜਾਈ" -#: ../gtk/gtktreeviewcolumn.c:217 +#: gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "ਸੈੱਲਾਂ ਵਿੱਚ ਦਿੱਤੀ ਜਾਣ ਵਾਲੀ ਥਾਂ" -#: ../gtk/gtktreeviewcolumn.c:225 +#: gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "ਅਕਾਰ" -#: ../gtk/gtktreeviewcolumn.c:226 +#: gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "ਕਾਲਮ ਦਾ ਮੁੜ-ਅਕਾਰ ਮੋਡ" -#: ../gtk/gtktreeviewcolumn.c:234 +#: gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "ਨਿਸ਼ਚਿਤ ਚੌੜਾਈ" -#: ../gtk/gtktreeviewcolumn.c:235 +#: gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "ਕਾਲਮ ਦੀ ਮੌਜੂਦਾ ਨਿਸ਼ਚਿਤ ਚੌੜਾਈ" -#: ../gtk/gtktreeviewcolumn.c:244 +#: gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "ਘੱਟੋ-ਘੱਟ ਚੌੜਾਈ" -#: ../gtk/gtktreeviewcolumn.c:245 +#: gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "ਕਾਲਮ ਦੀ ਘੱਟੋ-ਘੱਟ ਲਾਗੂ ਚੌੜਾਈ" -#: ../gtk/gtktreeviewcolumn.c:254 +#: gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "ਵੱਧ ਤੋਂ ਵੱਧ ਚੌੜਾਈ" -#: ../gtk/gtktreeviewcolumn.c:255 +#: gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "ਕਾਲਮ ਦੀ ਵੱਧ ਤੋਂ ਵੱਧ ਲਾਗੂ ਚੌੜਾਈ" -#: ../gtk/gtktreeviewcolumn.c:265 +#: gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "ਕਾਲਮ ਦੇ ਹੈੱਡਰ ਉੱਤੇ ਦਿੱਸਣ ਵਾਲਾ ਕਾਲਮ" -#: ../gtk/gtktreeviewcolumn.c:273 +#: gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "ਵਿਦਗਿਟ ਨੂੰ ਦਿੱਤੀ ਗਈ ਵਾਧੂ ਚੌੜਾਈ ਵਿੱਚੋਂ ਕਾਲਮ ਹਿੱਸਾ ਪਰਾਪਤ ਕਰੇ" -#: ../gtk/gtktreeviewcolumn.c:280 +#: gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "ਕਲਿੱਕ-ਯੋਗ" -#: ../gtk/gtktreeviewcolumn.c:281 +#: gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "ਕੀ ਹੈੱਡਰ ਦਬਾਉਣਯੋਗ ਹੋਵੇ" -#: ../gtk/gtktreeviewcolumn.c:289 +#: gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "ਵਿਦਗਿਟ" -#: ../gtk/gtktreeviewcolumn.c:290 +#: gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "ਕਾਲਮ ਹੈੱਡਰ ਦੀ ਬਜਾਏ ਕਾਲਮ ਟਾਈਟਲ ਬਟਨ ਲਗਾਉਣ ਲਈ ਵਿਦਗਿਟ" -#: ../gtk/gtktreeviewcolumn.c:298 +#: gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "ਕਾਲਮ ਹੈੱਡਰ ਦੇ ਟੈਕਸਟ ਜਾਂ ਵਿਦਗਿਟ ਦੀ X ਸ਼ਫਬੰਦੀ" -#: ../gtk/gtktreeviewcolumn.c:308 +#: gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "ਕੀ ਕਾਲਮ ਹੈੱਡਰ ਦੁਆਲੇ ਮੁੜ-ਕਰਮਬੱਧ ਹੋਣ ਦੇ ਯੋਗ ਹੈ" -#: ../gtk/gtktreeviewcolumn.c:315 +#: gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "ਕ੍ਰਮ ਇੰਡੀਕੇਟਰ" -#: ../gtk/gtktreeviewcolumn.c:316 +#: gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "ਕੀ ਕ੍ਰਮ ਸੰਕੇਤਕ ਨੂੰ ਵੇਖਾਉਣਾ ਹੈ" -#: ../gtk/gtktreeviewcolumn.c:323 +#: gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "ਕ੍ਰਮ ਪੈਟਰਨ" -#: ../gtk/gtktreeviewcolumn.c:324 +#: gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "ਕ੍ਰਮ ਦਿਸ਼ਾ, ਜੋ ਕਿ ਕ੍ਰਮ ਸੰਕੇਤਕ ਵੇਖਾਵੇ" -#: ../gtk/gtkuimanager.c:223 +#: gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "ਮੇਨੂ ਆਈਟਮ ਨੂੰ ਵੱਖ-ਕਰਨ ਵਾਲਾ ਨੂੰ ਮੇਨੂ ਵਿੱਚ ਜੋੜਨਾ ਹੈ" -#: ../gtk/gtkuimanager.c:230 +#: gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "ਰੱਲਗੱਡ UI ਪਰਿਭਾਸ਼ਾ" -#: ../gtk/gtkuimanager.c:231 +#: gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "ਰੱਲਗੱਡ UI ਪਰੀਭਾਸ਼ਾ ਨੂੰ ਦਰਸਾਉਣ ਲਈ XML ਦੀ ਸਤਰ" -#: ../gtk/gtkviewport.c:107 +#: gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" msgstr "ਇਸ ਵਿਊ-ਪੋਰਟ ਲਈ ਲੇਟਵੀ ਸਥਿਤੀ ਦਾ ਮੁੱਲ ਪਤਾ ਕਰਨ ਲਈ GtkAdjustment" -#: ../gtk/gtkviewport.c:115 +#: gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" msgstr "ਇਸ ਵਿਊ-ਪੋਰਟ ਲਈ ਲੰਬਕਾਰੀ ਸਥਿਤੀ ਦਾ ਮੁੱਲ ਪਤਾ ਕਰਨ ਲਈ GtkAdjustment" -#: ../gtk/gtkviewport.c:123 +#: gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" msgstr "ਵਿਊ-ਪੋਰਟ ਦੇ ਦੁਆਲੇ ਪਰਛਾਵਾਂ-ਡੱਬਾ ਕਿਵੇਂ ਖਿੱਚਿਆ ਜਾਵੇਗਾ" -#: ../gtk/gtkwidget.c:483 +#: gtk/gtkwidget.c:483 msgid "Widget name" msgstr "ਵਿਦਗਿਟ ਨਾਂ" -#: ../gtk/gtkwidget.c:484 +#: gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "ਵਿਦਗਿਟ ਦਾ ਨਾਂ" -#: ../gtk/gtkwidget.c:490 +#: gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "ਪੇਰੈਟ ਵਿਦਗਿਟ" -#: ../gtk/gtkwidget.c:491 +#: gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" msgstr "ਇਸ ਵਿਦਗਿਟ ਦਾ ਪੇਰੈਟ ਵਿਦਗਿਟ ਇੱਕ ਕੰਨਟੇਨਰ ਵਿਦਗਿਟ ਹੀ ਹੋਣਾ ਚਾਹੀਦਾ ਹੈ " -#: ../gtk/gtkwidget.c:498 +#: gtk/gtkwidget.c:498 msgid "Width request" msgstr "ਵਿਦਗਿਟ ਬੇਨਤੀ" -#: ../gtk/gtkwidget.c:499 +#: gtk/gtkwidget.c:499 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:507 msgid "Height request" msgstr "ਉਚਾਈ ਬੇਨਤੀ" -#: ../gtk/gtkwidget.c:508 +#: gtk/gtkwidget.c:508 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:517 msgid "Whether the widget is visible" msgstr "ਕੀ ਵਿਦਗਿਟ ਵੇਖਣਯੋਗ ਹੈ" -#: ../gtk/gtkwidget.c:524 +#: gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "ਕੀ ਵਿਦਗਿਟ ਇੰਪੁੱਟ ਨੂੰ ਜਵਾਬਦੇਹ ਹੋਵੇ" -#: ../gtk/gtkwidget.c:530 +#: gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "ਕਾਰਜ ਚਿੱਤਰਯੋਗ" -#: ../gtk/gtkwidget.c:531 +#: gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "ਕੀ ਕਾਰਜ ਵਿਦਗਿਟ ਤੇ ਸਿੱਧਾ ਹੀ ਚਿੱਤਰਕਾਰੀ ਕਰ ਸਕੇ" -#: ../gtk/gtkwidget.c:537 +#: gtk/gtkwidget.c:537 msgid "Can focus" msgstr "ਫੋਕਸ ਹੋ ਸਕਦਾ ਹੈ" -#: ../gtk/gtkwidget.c:538 +#: gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "ਕੀ ਵਿਦਗਿਟ ਇੰਪੁੱਟ ਫੋਕਸ ਲਾਗੂ ਕਰ ਸਕੇ" -#: ../gtk/gtkwidget.c:544 +#: gtk/gtkwidget.c:544 msgid "Has focus" msgstr "ਫੋਕਸ ਹੈ" -#: ../gtk/gtkwidget.c:545 +#: gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "ਕੀ ਵਿਦਗਿਟ ਇੰਪੁੱਟ ਫੋਕਸ ਨੂੰ ਲਾਗੂ ਕੀਤਾ ਹੈ" -#: ../gtk/gtkwidget.c:551 +#: gtk/gtkwidget.c:551 msgid "Is focus" msgstr "ਫੋਕਸ ਹੈ" -#: ../gtk/gtkwidget.c:552 +#: gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "ਕੀ ਵਿਦਗਿਟ ਸਿਰੇ ਦੀ ਸਥਿਤੀ ਵਿੱਚ ਵਿਦਗਿਟ ਫੋਕਸ ਨੂੰ ਲਾਗੂ ਕੀਤਾ ਹੈ" -#: ../gtk/gtkwidget.c:558 +#: gtk/gtkwidget.c:558 msgid "Can default" msgstr "ਡਿਫਾਲਟ ਹੋ ਸਕਦਾ ਹੈ" -#: ../gtk/gtkwidget.c:559 +#: gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "ਕੀ ਵਿਦਗਿਟ ਮੂਲ ਵਿਦਗਿਟ ਬਣ ਸਕੇ" -#: ../gtk/gtkwidget.c:565 +#: gtk/gtkwidget.c:565 msgid "Has default" msgstr "ਡਿਫਾਲਟ ਹੈ" -#: ../gtk/gtkwidget.c:566 +#: gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "ਕੀ ਵਿਦਗਿਟ ਮੂਲ ਵਿਦਗਿਟ ਹੈ" -#: ../gtk/gtkwidget.c:572 +#: gtk/gtkwidget.c:572 msgid "Receives default" msgstr "ਡਿਫਾਲਟ ਲੈ ਸਕੇ" -#: ../gtk/gtkwidget.c:573 +#: gtk/gtkwidget.c:573 msgid "If TRUE, the widget will receive the default action when it is focused" msgstr "ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ, ਵਿਦਗਿਟ ਮੂਲ ਕਾਰਵਾਈ ਕਰੇਗੇ, ਜਦੋਂ ਕਿ ਇਹ ਕੇਦਰਿਤ ਹੋਵੇਗਾ" -#: ../gtk/gtkwidget.c:579 +#: gtk/gtkwidget.c:579 msgid "Composite child" msgstr "ਯੋਗਿਕ ਚਲਾਇਡ" -#: ../gtk/gtkwidget.c:580 +#: gtk/gtkwidget.c:580 msgid "Whether the widget is part of a composite widget" msgstr "ਕੀ ਵਿਦਗਿਟ ਯੋਗਿਕ ਵਿਦਗਿਟ ਦਾ ਹਿੱਸਾ ਹੈ" -#: ../gtk/gtkwidget.c:586 +#: gtk/gtkwidget.c:586 msgid "Style" msgstr "ਸਟਾਇਲ" -#: ../gtk/gtkwidget.c:587 +#: gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" msgstr "" "ਵਿਦਗਿਟ ਦਾ ਸਟਾਇਲ, ਜੋ ਕਿ ਇਹ ਜਾਣਕਾਰੀ ਰੱਖਦਾ ਹੈ ਇਹ ਕਿਸਤਰਾਂ ਦਾ ਦਿੱਸੇਗਾ (ਜਿਵੇਂ ਰੰਗ ਆਦਿ)" -#: ../gtk/gtkwidget.c:593 +#: gtk/gtkwidget.c:593 msgid "Events" msgstr "ਘਟਨਾਵਾਂ" -#: ../gtk/gtkwidget.c:594 +#: gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" msgstr "" "ਘਟਨਾ-ਮਖੌਟਾ, ਜੋ ਕਿ ਇਹ ਸੈੱਟ ਕਰਦੇ ਹਨ ਕਿ ਇਹ ਵਿਦਗਿਟ ਕਿਸਤਰ੍ਹਾਂ ਦਾ GdkEvents ਨੂੰ ਪਰਾਪਤ ਕਰਦਾ ਹੈ" -#: ../gtk/gtkwidget.c:601 +#: gtk/gtkwidget.c:601 msgid "Extension events" msgstr "ਹੋਰ ਘਟਨਾਵਾਂ" -#: ../gtk/gtkwidget.c:602 +#: gtk/gtkwidget.c:602 msgid "The mask that decides what kind of extension events this widget gets" msgstr "" "ਮਖੌਟਾ, ਜੋ ਕਿ ਇਹ ਸੈੱਟ ਕਰਦੇ ਹਨ ਕਿ ਇਹ ਵਿਦਗਿਟ ਕਿਸਤਰ੍ਹਾਂ ਦੀਆ ਵਾਧੂ-ਘਟਨਾਵਾਂ ਨੂੰ ਪਰਾਪਤ ਕਰਦਾ ਹੈ" -#: ../gtk/gtkwidget.c:609 +#: gtk/gtkwidget.c:609 msgid "No show all" msgstr "ਸਭ ਨਾ ਵੇਖਾਓ" -#: ../gtk/gtkwidget.c:610 +#: gtk/gtkwidget.c:610 msgid "Whether gtk_widget_show_all() should not affect this widget" msgstr "ਕੀ gtk_widget_show_all() ਸਾਰੇ ਵਿਦਗਿਟ ਨੂੰ ਪ੍ਰਭਾਵਿਤ ਨਾ ਕਰੇ" -#: ../gtk/gtkwidget.c:633 +#: gtk/gtkwidget.c:633 msgid "Whether this widget has a tooltip" msgstr "ਕੀ ਇਹ ਵਿਦਗਿਟ ਉੱਤੇ ਟੂਲ-ਟਿੱਪ ਹੋਣ" -#: ../gtk/gtkwidget.c:689 +#: gtk/gtkwidget.c:689 msgid "Window" msgstr "ਵਿੰਡੋ" -#: ../gtk/gtkwidget.c:690 +#: gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "ਜੇ ਮੰਨਿਆ ਜਾਵੇ ਤਾਂ ਵਿਡਜੈੱਟ ਦੀ ਵਿੰਡੋ" -#: ../gtk/gtkwidget.c:2212 +#: gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "ਅੰਦਰੂਨੀ ਫੋਕਸ" -#: ../gtk/gtkwidget.c:2213 +#: gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "ਕੀ ਵਿਦਗਿਟ ਵਿੱਚ ਫੋਕਸ ਸੰਕੇਤਕ ਬਣਾਉਣਾ ਹੈ" -#: ../gtk/gtkwidget.c:2219 +#: gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "ਫੋਕਸ ਰੇਖਾ-ਚੌੜਾਈ" -#: ../gtk/gtkwidget.c:2220 +#: gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "ਫੋਕਸ ਸੰਕੇਤਕ ਲਾਈਨ ਦੀ ਚੌੜਾਈ (ਪਿਕਸਲਾਂ ਵਿੱਚ)" -#: ../gtk/gtkwidget.c:2226 +#: gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "ਫੋਕਸ ਲਾਈਨ ਡੈਸ ਪੈਟਰਨ" -#: ../gtk/gtkwidget.c:2227 +#: gtk/gtkwidget.c:2227 msgid "Dash pattern used to draw the focus indicator" msgstr "ਫੋਕਸ ਸੰਕੇਤਕ ਨੂੰ ਬਣਾਉਣ ਲਈ ਡੱਬੀਦਾਰ ਪੈਟਰਨ" -#: ../gtk/gtkwidget.c:2232 +#: gtk/gtkwidget.c:2232 msgid "Focus padding" msgstr "ਫੋਕਸ ਪੈਡਿੰਗ" -#: ../gtk/gtkwidget.c:2233 +#: gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" msgstr "ਫੋਕਸ ਸੰਕੇਤਕ ਅਤੇ ਵਿਦਗਿਟ 'ਡੱਬੇ' ਵਿਚਕਾਰ ਦੀ ਚੌੜਾਈ (ਪਿਕਸਲਾਂ ਵਿੱਚ)" -#: ../gtk/gtkwidget.c:2238 +#: gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "ਕਰਸਰ ਰੰਗ" -#: ../gtk/gtkwidget.c:2239 +#: gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "ਵਿਚਕਾਰਲੀ ਕਰਸਰ ਬਣਾਉਣ ਵਾਲਾ ਰੰਗ" -#: ../gtk/gtkwidget.c:2244 +#: gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "ਸੈਕੰਡਰੀ ਕਰਸਰ ਰੰਗ" -#: ../gtk/gtkwidget.c:2245 +#: gtk/gtkwidget.c:2245 msgid "" "Color with which to draw the secondary insertion cursor when editing mixed " "right-to-left and left-to-right text" @@ -6640,117 +6613,117 @@ msgstr "" "ਰੰਗ, ਜਿਸ ਨਾਲ ਸੈਕੰਡਰੀ ਵਿਚਕਾਰਲੀ ਕਰਸਰ ਬਣਾਈ ਜਾਵੇਗੀ, ਜਦੋਂ ਕਿ ਸੱਜੇ ਤੋਂ ਖੱਬੇ ਤੇ ਖੱਬੇ ਤੋਂ ਸੱਜੇ ਟੈਕਸਟ ਦੇ " "ਰਲਵੇ ਨੂੰ ਸੋਧਣਾ ਹੈ" -#: ../gtk/gtkwidget.c:2250 +#: gtk/gtkwidget.c:2250 msgid "Cursor line aspect ratio" msgstr "ਕਰਸਰ ਲਾਈਨ ਅਕਾਰ ਅਨੁਪਾਤ" -#: ../gtk/gtkwidget.c:2251 +#: gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "ਵਿਚਕਾਰਲੀ ਕਰਸਰ ਖਿੱਚਣ ਲਈ ਅਕਾਰ ਅਨੁਪਾਤ" -#: ../gtk/gtkwidget.c:2265 +#: gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "ਬਾਰਡਰ ਬਣਾਓ" -#: ../gtk/gtkwidget.c:2266 +#: gtk/gtkwidget.c:2266 msgid "Size of areas outside the widget's allocation to draw" msgstr "ਵਿਦਗਿਟ ਦੇ ਜਾਰੀ ਤੋਂ ਬਾਹਰ ਬਣਨ ਵਾਲੇ ਖੇਤਰ ਦਾ ਅਕਾਰ" -#: ../gtk/gtkwidget.c:2279 +#: gtk/gtkwidget.c:2279 msgid "Unvisited Link Color" msgstr "ਨਾ-ਖੋਲ੍ਹੇ ਲਿੰਕ ਰੰਗ" -#: ../gtk/gtkwidget.c:2280 +#: gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "ਨਾ-ਖੋਲ੍ਹੇ ਲਿੰਕਾਂ ਦਾ ਰੰਗ ਹੈ" -#: ../gtk/gtkwidget.c:2293 +#: gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "ਖੋਲ੍ਹੇ ਲਿੰਕ ਰੰਗ" -#: ../gtk/gtkwidget.c:2294 +#: gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "ਖੋਲ੍ਹੇ ਗਏ ਲਿੰਕਦਾ ਰੰਗ" -#: ../gtk/gtkwidget.c:2308 +#: gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "ਖੁੱਲ੍ਹੇ ਵੱਖਰੇਵੇਂ" -#: ../gtk/gtkwidget.c:2309 +#: gtk/gtkwidget.c:2309 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:2323 msgid "Separator Width" msgstr "ਵੱਖਰੇਵਾ ਚੌੜਾਈ" -#: ../gtk/gtkwidget.c:2324 +#: gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" msgstr "ਵੱਖਰੇਵੇ ਦੀ ਚੌੜਾਈ, ਜੇਕਰ ਖੁੱਲ੍ਹਾ-ਵੱਖਰੇਵਾ ਸੱਚ ਹੋਵੇ" -#: ../gtk/gtkwidget.c:2338 +#: gtk/gtkwidget.c:2338 msgid "Separator Height" msgstr "ਵੱਖਰੇਵਾ ਉਚਾਈ" -#: ../gtk/gtkwidget.c:2339 +#: gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" msgstr "ਵੱਖਰੇਵੇ ਦੀ ਉਚਾਈ, ਜੇਕਰ \"ਖੁੱਲ੍ਹਾ-ਵੱਖਰੇਵਾ\" ਸੱਚ ਹੋਵੇ" -#: ../gtk/gtkwidget.c:2353 +#: gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" msgstr "ਖਿਤਿਜੀ ਸਰਕੋਲ ਤੀਰ ਲੰਬਾਈ" -#: ../gtk/gtkwidget.c:2354 +#: gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "ਖਿਤਿਜੀ ਸਕਰੋਲ ਤੀਰਾਂ ਦੀ ਲੰਬਾਈ" -#: ../gtk/gtkwidget.c:2368 +#: gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "ਲੰਬਕਾਰੀ ਸਕਰੋਲ ਤੀਰ ਲੰਬਾਈ" -#: ../gtk/gtkwidget.c:2369 +#: gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "ਲੰਬਕਾਰੀ ਸਕਰੋਲ ਤੀਰਾਂ ਦੀ ਲੰਬਾਈ" -#: ../gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "ਵਿੰਡੋ ਟਾਈਪ" -#: ../gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "ਵਿੰਡੋ ਦੀ ਕਿਸਮ" -#: ../gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "ਵਿੰਡੋ ਟਾਈਟਲ" -#: ../gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "ਵਿੰਡੋ ਦਾ ਟਾਈਟਲ" -#: ../gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "ਵਿੰਡੋ ਰੂਲ" -#: ../gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "ਵਿੰਡੋ ਲਈ ਇਕਸਾਰ ਸ਼ਨਾਖਤੀ ਜੋ ਕਿ ਸ਼ੈਸ਼ਨ ਨੁੰ ਮੁੜ-ਸੰਭਾਲਣ ਸਮੇ ਵਰਤਿਆ ਜਾ ਸਕੇ" -#: ../gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ਸ਼ੁਰੂਆਤੀ ID" -#: ../gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "ਵਿੰਡੋ ਲਈ ਵਿਲੱਖਣ ਸ਼ੁਰੂਆਤੀ ਸ਼ਨਾਖਤੀ, ਜੋ ਕਿ ਸ਼ੁਰੂਆਤੀ ਸੂਚਨਾ ਵਜੋਂ ਵਰਤਿਆ ਜਾਵੇ।" -#: ../gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "ਸੁੰਘੜਨਾ ਮਨਜ਼ੂਰ" -#: ../gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6758,91 +6731,91 @@ msgid "" msgstr "" "ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ, ਵਿੰਡੋ ਦਾ ਕੋਈ ਘੱਟੋ-ਘੱਟ ਅਕਾਰ ਨਹੀਂ ਹੋਵੇਗਾ ਇਸ ਨੂੰ ਸੱਚ ਕਰਨਾ 99% ਵਾਰੀ ਗਲਤ ਸੋਚ ਹੈ ।" -#: ../gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "ਫੈਲਣਾ ਮਨਜ਼ੂਰ" -#: ../gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "ਜੇਕਰ ਸਹੀ ਹੈ ਤਾਂ, ਯੂਜ਼ਰ ਵਿੰਡੋ ਨੂੰ ਇਸ ਦੇ ਘੱਟੋ-ਘੱਟ ਸੀਮਾ ਤੋਂ ਵੱਧ ਫੈਲਾ ਸਕਦਾ ਹੈ " -#: ../gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "ਜੇਕਰ ਸੱਚ ਹੈ ਤਾਂ, ਯੂਜ਼ਰ ਵਿੰਡ ਦਾ ਮੁੜ-ਅਕਾਰ ਕਰ ਸਕਦਾ ਹੈ" -#: ../gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "ਮਾਡਲ" -#: ../gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" "ਜੇਕਰ ਸਹੀ ਹੈ ਤਾਂ, ਵਿੰਡੋ ਮਾਡਲ ਹੋਵੇਗੀ (ਹੋਰ ਵਿੰਡੋ ਉਪਲੱਬਧ ਨਹੀਂ ਹੋ ਸਕਣਗੇ, ਜਦੋਂ ਕਿ ਇੱਕ ਨੂੰ ਵਰਤ ਰਹੇ ਹੋ)" -#: ../gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "ਵਿੰਡੋ ਸਥਿਤੀ" -#: ../gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "ਵਿੰਡੋ ਦੀ ਮੁੱਢਲੀ ਸਥਿਤੀ" -#: ../gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "ਮੂਲ ਚੌੜਾਈ" -#: ../gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "ਵਿੰਡੋ ਦੀ ਡਿਫਾਲਟ ਚੌੜਾਈ, ਜੋ ਕਿ ਵਿੰਡੋ ਦੇ ਸ਼ੁਰੂ ਵੇਲੇ ਵੇਖਾਈ ਜਾਵੇਗੀ" -#: ../gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "ਮੂਲ ਉਚਾਈ" -#: ../gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "ਵਿੰਡੋ ਦੀ ਡਿਫਾਲਟ ਉਚਾਈ, ਜੋ ਕਿ ਵਿੰਡੋ ਦੇ ਸ਼ੁਰੂ ਵੇਲੇ ਵੇਖਾਈ ਜਾਵੇਗੀ" -#: ../gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "ਪੇਰੈਟ ਨੂੰ ਖਤਮ ਕਰ ਦਿਉ" -#: ../gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "ਜੇਕਰ ਇਹ ਵਿੰਡੋ ਨੂੰ ਖਤਮ ਕੀਤਾ ਤਾਂ ਪੈਰੈਟ ਵੀ ਖਤਮ ਹੋ ਜਾਏਗਾ" -#: ../gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "ਇਸ ਵਿੰਡੋ ਲਈ ਆਈਕਾਨ" -#: ../gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "ਇਸ ਵਿੰਡੋ ਲਈ ਥੀਮ ਆਈਕਾਨ ਦਾ ਨਾਂ" -#: ../gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "ਸਰਗਰਮ ਹੈ" -#: ../gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "ਕੀ ਉੱਤਲਾ ਮੌਜੂਦਾ ਸਰਗਰਮ ਵਿੰਡੋ ਹੈ" -#: ../gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "ਉਪਰਲੇ ਨੂੰ ਕੇਦਰਿਤ ਕਰੋ" -#: ../gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "ਕੀ ਇਸ GtkWindow ਵਿੱਚ ਇੰਪੁੱਟ ਕੇਦਰ ਹੋਵੇ" -#: ../gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "ਸੰਕੇਤ ਲਿਖੋ" -#: ../gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -6850,98 +6823,98 @@ msgstr "" "ਸੰਕੇਤ, ਡੈਸਕਟਾਪ ਮਾਹੌਲ ਨੂੰ ਸਮਝਣ ਵਿੱਚ ਮੱਦਦ ਕਰਦਾ ਹੈ ਕਿ ਵਿੰਡੋ ਕਿਸ ਕਿਸਮ ਦੀ ਹੈ ਅਤੇ ਇਸ ਨੂੰ ਕਿਵੇਂ " "ਵਰਤਣਾ ਹੈ।" -#: ../gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "ਕਾਰਜ-ਪੱਟੀ ਨੂੰ ਛੱਡੋ" -#: ../gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "ਸਹੀ, ਜੇਕਰ ਵਿੰਡੋ ਟਾਸਕਬਾਰ ਵਿੱਚ ਨਹੀਂ ਹੋਣੀ ਚਾਹੀਦੀ ਹੈ" -#: ../gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "ਪੇਜ਼ਰ ਨੂੰ ਛੱਡੋ" -#: ../gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "ਸਹੀ, ਜੇਕਰ ਵਿੰਡੋ ਪੇਜ਼ਰ ਵਿੱਚ ਨਹੀਂ ਹੋਣੀ ਚਾਹੀਦੀ ਹੈ" -#: ../gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "ਲਾਜ਼ਮੀ" -#: ../gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "ਸੱਚ, ਜੇਕਰ ਵਿੰਡੋ ਯੂਜ਼ਰ ਦਾ ਧਿਆਨ ਖਿੱਚੇ" -#: ../gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "ਫੋਕਸ ਮਨਜ਼ੂਰ" -#: ../gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "ਸਹੀ, ਜੇਕਰ ਵਿੰਡੋ ਇੰਪੁੱਟ ਫੋਕਸ ਲੈ ਸਕੇ।" -#: ../gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "ਨਕਸ਼ੇ ਉੱਤੇ ਫੋਕਸ" -#: ../gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "ਸੱਚ, ਜੇਕਰ ਵਿੰਡੋ ਇੰਪੁੱਟ ਧਿਆਨ ਲਵੇ, ਜਦੋਂ ਮਿਲਾਇਆ ਗਿਆ ਹੋਵੇ।" -#: ../gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "ਸਜਾਇਆ" -#: ../gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "ਕੀ ਵਿੰਡੋ, ਵਿੰਡੋ ਮੈਨੇਜਰ ਰਾਹੀਂ ਸਜਾਈ ਜਾ ਸਕੇ" -#: ../gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "ਵੱਖ-ਹੋਣ ਯੋਗ" -#: ../gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "ਕੀ ਵਿੰਡੋ ਫਰੇਮ ਉੱਤੇ ਇੱਕ ਬੰਦ ਕਰਨ ਦਾ ਬਟਨ ਹੋਵੇ" -#: ../gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "ਗਰੇਵਿਟੀ" -#: ../gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "ਵਿੰਡੋ ਦੀ ਵਿੰਡੋ ਗਰੇਵਿਟੀ" -#: ../gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "ਵਿੰਡੋ ਲਈ ਟਰਾਂਸੀਨੇਟ" -#: ../gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "ਡਾਈਲਾਗ ਦੀ ਟਰਾਂਸਟ ਮੁੱਢਲਾ" -#: ../gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "ਵਿੰਡੋ ਲਈ ਧੁੰਦਲਾਪਨ" -#: ../gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "ਵਿੰਡੋ ਦਾ ਧੁੰਦਲਾਪਨ, 0 ਤੋਂ 1" -#: ../modules/input/gtkimcontextxim.c:334 +#: modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "IM ਪਰੀ-ਐਡੀਟਡ ਸਟਾਇਲ" -#: ../modules/input/gtkimcontextxim.c:335 +#: modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "ਇੰਪੁੱਟ ਢੰਗ ਪ੍ਰੀ-ਐਡੀਟ ਲਾਈਨ ਨੂੰ ਕਿਸ-ਤਰ੍ਹਾਂ ਬਣਾਏ" -#: ../modules/input/gtkimcontextxim.c:343 +#: modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "IM ਹਾਲਤ ਸਟਾਇਲ" -#: ../modules/input/gtkimcontextxim.c:344 +#: modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "ਇੰਪੁੱਟ ਢੰਗ ਦੀ ਹਾਲਤ-ਪੱਟੀ ਨੂੰ ਕਿਵੇਂ ਬਣਾਉਣਾ ਹੈ" diff --git a/po-properties/pl.po b/po-properties/pl.po index e05988af94..cf6bf5d4de 100644 --- a/po-properties/pl.po +++ b/po-properties/pl.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD.pl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-03 21:07+0100\n" "Last-Translator: Tomasz Dominikowski \n" "Language-Team: Aviary.pl \n" @@ -99,12 +99,12 @@ msgstr "Ekran domyślny" msgid "The default display for GDK" msgstr "Ekran domyślny dla GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Ekran" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen dla elementu rendereującego" @@ -124,11 +124,11 @@ msgstr "Rozdzielczość czcionki" msgid "The resolution for fonts on the screen" msgstr "Rozdzielczość czcinek na ekranie" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Nazwa programu" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -136,43 +136,43 @@ msgstr "" "Nazwa programu. Jeżeli nie jest ustawiona, domyślnie zostanie użyta funkcja " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Wersja programu" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Wersja programu" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Prawa autorskie" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Informacje o prawach autorskich programu" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Ciąg opisowy" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Opis programu" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Adres strony domowej" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "Adres URL odnośnika do strony domowej programu" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Etykieta strony domowej" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -180,47 +180,47 @@ msgstr "" "Etykieta odnośnika do strony domowej programu. Jeżeli nie jest ustawiona, " "domyślnie przedstawia adres URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Autorzy" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Lista autorów programu" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Autorzy dokumentacji" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Lista osób tworzących dokumentację programu" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artyści" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Lista osób współpracujących przy tworzeniu szaty graficznej programu" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" "Aviary.pl , 2007 - 2009\n" "Piotr Makowski , 2009\n" "Tomasz Dominikowski , 2009." -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "Zasługi tłumaczy. Ten ciąg powinien zostać oznaczony do tłumaczenia" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -228,19 +228,19 @@ msgstr "" "Logo dla okna z informacją o programie. Jeżeli nie jest ustawione, domyślnie " "przyjmuje wartość gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Nazwa ikony logo" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Ikona używana jako logo w oknie z informacją o programie." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Zawijanie licencji" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Określa, czy tekst licencji powinien być zawijany." @@ -315,7 +315,7 @@ msgid "The GIcon being displayed" msgstr "Wyświetlana ikona GIcon" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Nazwa ikony" @@ -424,7 +424,7 @@ msgid "Whether the action group is visible." msgstr "Określa, czy grupa operacji jest widoczna." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Wartość" @@ -1277,7 +1277,7 @@ msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" "Określa, czy wyświetlany bufor piksmapy powinien mieć kolor zgodny ze stanem" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikona" @@ -1337,7 +1337,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Ułożenie i kierunek przyrostu paska postępu" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Dopasowanie" @@ -3132,7 +3132,7 @@ msgstr "Zbiór ikon" msgid "Icon set to display" msgstr "Zbiór ikon do wyświetlenia" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Rozmiar ikony" @@ -3199,7 +3199,7 @@ msgstr "Wyświetlanie obrazów menu" msgid "Whether images should be shown in menus" msgstr "Określa, czy w menu powinny być wyświetlane obrazy" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Ekran, na którym to okno będzie wyświetlane" @@ -4819,26 +4819,26 @@ msgstr "Odstęp wartości" msgid "Space between value text and the slider/trough area" msgstr "Odstęp pomiędzy tekstem zawierającym wartość i obszarem suwaka" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Wartość skali" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Rozmiar ikony" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "Obiekt GtkAdjustment, zawierający bieżącą wartość obiektu przycisku " "skalowania" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Ikony" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Lista nazw ikon" @@ -6588,7 +6588,7 @@ msgstr "Wzór linii przerywanej używanej przy rysowaniu gałęzi drzewa" msgid "Whether to display the column" msgstr "Określa, czy kolumna powinna być wyświetlana" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Zmienny rozmiar" @@ -7011,44 +7011,44 @@ msgstr "Długość strzałki pionowego paska przewijania" msgid "The length of vertical scroll arrows" msgstr "Długość strzałek pionowych pasków przewijania" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Typ okna" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Typ okna" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Tytuł okna" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Tytuł okna" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Rola okna" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Unikalny identyfikator dla okna używany podczas przywracania sesji" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ID uruchamiania" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Unikalny identyfikator dla okna używany podczas powiadamiania o starcie" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Możliwość zmniejszania" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7057,24 +7057,24 @@ msgstr "" "Określa, czy okno ma nie mieć minimalnego rozmiaru. Ustawienie tej wartości " "na TRUE jest w 99% procentach przypadków złym pomysłem" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Możliwość zwiększania" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Określa, czy użytkownik może ustawiać rozmiar okna na większy od minimalnego" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Określa, czy użytkownik może zmieniać rozmiar okna" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modalne" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7082,71 +7082,71 @@ msgstr "" "Określa, czy okno jest modalne (kiedy jest widoczne, inne okna nie mogą być " "używane)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Pozycja okna" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Początkowa pozycja okna" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Domyślna szerokość" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Domyślna szerokość okna wykorzystywana przy jego pierwszym wyświetleniu" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Domyślna wysokość" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Domyślna wysokość okna wykorzystywana przy jego pierwszym wyświetleniu" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Niszczenie z rodzicem" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" "Określa, czy to okno powinno być zamknięte w momencie zamknięcia okna " "nadrzędnego" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Ikona dla z tego okna" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Nazwa ikony motywu dla tego okna" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Aktywne" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Określa, czy okno nadrzędne jest oknem aktywnym" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Zaznaczenie w oknie nadrzędnym" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Określa, czy zaznaczenie znajduje się wewnątrz GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Sugestia typu" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7154,85 +7154,85 @@ msgstr "" "Wskazówka dla środowiska z jakim typem okna ma do czynienia i jak ma z nim " "postępować." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Pominięcia paska zadań" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Określa, czy okno powinno być pominięte na pasku zadań." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Pominięcie przełącznika obszarów roboczych" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" "Określa, czy okno powinno być pominięte w przełączniku obszarów roboczych." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Ważne" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "Określa, czy okno powinno być poddane uwadze użytkownika." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Akceptowanie zaznaczenia" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "Jeżeli ustawione, okno powinno otrzymywać zaznaczenie wejścia." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Zaznaczenie przy mapowaniu" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" "Jeżeli ustawione, okno powinno otrzymywać zaznaczenie wejścia przy mapowaniu." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Dekorowanie" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Określa, czy okno powinno być dekorowane przez menedżera okien" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Usuwalne" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Określa, czy ramka okna ma mieć przycisk zamykania" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Grawitacja" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Okno grawitacji okna" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Potomne okna" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Nadrzędne potomnego okna dialogowego" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Nieprzezroczystość okna" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Nieprzezroczystość okna od 0 do 1" diff --git a/po-properties/ps.po b/po-properties/ps.po index 284770a893..6b6aa701f8 100644 --- a/po-properties/ps.po +++ b/po-properties/ps.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GNOME\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2008-07-15 14:10-0800\n" "Last-Translator: Zabeeh Khan \n" "Language-Team: Pashto \n" @@ -90,12 +90,12 @@ msgstr "تلواله ښودنه" msgid "The default display for GDK" msgstr "لپاره تلواله ښوون GDK د" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "پرده" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -115,116 +115,116 @@ msgstr "ليکبڼې ژورليد" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "د کړنلار نوم" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "د کړنلار نسخه" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "د کړنلار نسخه" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "چاپرښتې مزی" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "د کړنلار لپاره د چاپرښتو خبرتياوې" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "څرګندون مزی" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "د کړنلار په اړه څرګندونې" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL ګورتپاڼې" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "ګورتپاڼې نښکه" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "ليکوالان" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "د کړنلار د ليکوالانو لړ" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "لاسوندوونکي" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "د کړنلار د لاسوندوونکو لړ" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "هنرمندان" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" "Zabeeh khan \n" "Pathanisation Project " -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "نښان" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "نښان انځورن نوم" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "منښتليک نغاړل" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -299,7 +299,7 @@ msgid "The GIcon being displayed" msgstr "انځورن ډله چې ښکاره شي" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "انځورن نوم" @@ -397,7 +397,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "ارزښت" @@ -1203,7 +1203,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "انځورن" @@ -1260,7 +1260,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "سماو" @@ -3021,7 +3021,7 @@ msgstr "انځورن ډله" msgid "Icon set to display" msgstr "انځورن ډله چې ښکاره شي" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "انځورن کچ" @@ -3087,7 +3087,7 @@ msgstr "غورنۍ انځورونه ښودل" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4649,24 +4649,24 @@ msgstr "ارزښت تشونه" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "د انځورن کچ" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "انځورنونه" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "د انځورن نومونو لړ" @@ -6306,7 +6306,7 @@ msgstr "" msgid "Whether to display the column" msgstr "که چېرې بايد ستن وښودل شي" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "بياکچېدونکی" @@ -6709,66 +6709,66 @@ msgstr "نېغو رغښت غشو اوږدوالی" msgid "The length of vertical scroll arrows" msgstr "د نېغو رغښت غشو اوږدوالی" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "کړکۍ ډول" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "د کړکۍ ډول" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "کړکۍ سرليک" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "د کړکۍ سرليک" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "پېلنګ پېژند" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "غونجول پرېښل" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "که چېرې سم وي، کړکۍ هېڅ ټولولږه کچ نه لري. دا سمول ۹۹٪ يو بد سوچ دی" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "لويول پرېښل" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "که چېرې سم وي، کارنان کړکۍ بياکچولی شي" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "بېلګه" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6776,150 +6776,150 @@ msgstr "" "که چېرې سم وي، کړکۍ به بېلګه وي (که دا کړکۍ (دپاسه وي نورې کړکۍ به کارېدونکي " "نه وي" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "د کړکۍ ځای" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "د کړکۍ لمړنی ځای" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "تلواله پلنوالی" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "د کړکۍ تلواله پلنوالی، لمړيو کښې د کړکۍ ښودلو لپاره کاريږي" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "تلواله لوړوالی" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "د کړکۍ تلواله اوږدوالی، لمړيو کښې د کړکۍ ښودلو لپاره کاريږي" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "پلرين سره ړنګول" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "که چېرې دا کړکۍ بايد وړنګيږي کله چې پلرينه يې وړنګيږي" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "دې کړکۍ لپاره انځورن" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "دې کړکۍ لپاره د وييني انځورن نوم" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "چارند دی" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "دندپټه پرېښودل" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "منځواله منل" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "ړنګيدونکی" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "بايد د کړکۍ چوکاټ يوه بندول تڼۍ ولري که نه" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" diff --git a/po-properties/pt.po b/po-properties/pt.po index ae41152585..401c8fe7bd 100644 --- a/po-properties/pt.po +++ b/po-properties/pt.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.26\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-04 23:55+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" @@ -91,12 +91,12 @@ msgstr "Ecrã por Omissão" msgid "The default display for GDK" msgstr "O ecrã por omissão do GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Ecrã" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "O GdkScreen para o renderizador" @@ -116,11 +116,11 @@ msgstr "Resolução da fonte" msgid "The resolution for fonts on the screen" msgstr "A resolução das fontes no ecrã" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Nome da aplicação" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -128,43 +128,43 @@ msgstr "" "O nome da aplicação. Se não estiver definido, por omissão será " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Versão da aplicação" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "A versão da aplicação" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Declaração de copyright" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Informação de copyright da aplicação" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Texto de comentários" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Comentários sobre a aplicação" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL da Página Web" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "O URL do link para a página web da aplicação" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Etiqueta da página web" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -172,46 +172,46 @@ msgstr "" "A etiqueta para o link para a página web da aplicação. Se não estiver " "definida, por omissão será o URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Autores" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Uma lista com os autores da aplicação" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Documentadores" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Lista de pessoas que elaboraram a documentação da aplicação" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artistas" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Lista de pessoas que contribuíram com arte para a aplicação" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Créditos de tradução" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Créditos para os tradutores. Esta expressão deverá ser marcada como " "traduzível" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logotipo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -219,19 +219,19 @@ msgstr "" "Um logotipo para a caixa \"sobre\". Se não estiver definido, por omissão " "será o resultado de gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Nome do Ícone de Logotipo" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Um nome de ícone a utilizar como logotipo para a caixa \"sobre\"." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Quebra de linha na licença" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Se quebrar ou não o texto da licença." @@ -307,7 +307,7 @@ msgid "The GIcon being displayed" msgstr "O GIcon a ser apresentado" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Nome do Ícone" @@ -417,7 +417,7 @@ msgid "Whether the action group is visible." msgstr "Se o grupo de acção está ou não visível." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Valor" @@ -1251,7 +1251,7 @@ msgstr "Seguir o Estado" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Se a imagem renderizada deverá ser colorida de acordo com o estado" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ícone" @@ -1312,7 +1312,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientação e direção de crescimento da barra de progresso" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Ajustamento" @@ -3090,7 +3090,7 @@ msgstr "Conjunto de ícones" msgid "Icon set to display" msgstr "Conjunto de ícones a apresentar" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Tamanho de ícone" @@ -3156,7 +3156,7 @@ msgstr "Apresentar imagens de menu" msgid "Whether images should be shown in menus" msgstr "Se as images deverão ou não ser apresentadas nos menus" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "O ecrã onde esta janela será apresentada" @@ -4784,25 +4784,25 @@ msgstr "Espaçamento do valor" msgid "Space between value text and the slider/trough area" msgstr "Espaço entre o texto de valor e a área da barra de rolamento/indicador" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "O valor da escala" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "O tamanho do ícone" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "O GtkAdjustment que contém o valor actual deste objecto de botão de escala" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Ícones" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Lista de nomes de ícones" @@ -6538,7 +6538,7 @@ msgstr "" msgid "Whether to display the column" msgstr "Apresentar ou não a coluna" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Redimensionável" @@ -6956,45 +6956,45 @@ msgstr "Comprimento da Seta da Barra de Rolamento Vertical" msgid "The length of vertical scroll arrows" msgstr "O comprimento das setas da barra de rolamento vertical" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Tipo de Janela" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "O tipo da janela" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Título da Janela" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "O título da janela" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Papel da Janela" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Identificador único para a janela a ser utilizado ao repôr uma sessão" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ID de Início" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Identificador único de início para a janela utilizado pelo startup-" "notification" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Permitir Encolher" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7003,25 +7003,25 @@ msgstr "" "Se VERDADEIRO, a janela não tem um tamanho mínimo. Definir isto como " "VERDADEIRO é 99% das vezes uma má ideia" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Permitir Crescer" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Se VERDADEIRO, utilizadores podem expandir janela para além do seu tamanho " "mínimo" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Se VERDADEIRO, os utilizadores podem redimensionar a janela" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modal" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7029,70 +7029,70 @@ msgstr "" "Se VERDADEIRO, a janela é modal (outras janelas não são utilizáveis enquanto " "esta estiver aberta)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Posição da Janela" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "A posição inicial da janela" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Largura por Omissão" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "A largura por omissão da janela, utilizada ao apresentá-la pela primeira vez" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Altura por Omissão" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "A altura por omissão da janela, utilizada ao apresentá-la pela primeira vez" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Destruir com Pai" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Se esta janela deverá ser destruida quando a janela pai o for" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Ícone para esta janela" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Nome do tema de ícones para esta janela" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Está Activa" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Se o nível de topo é ou não a janela actualmente activa" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Foco no Nível de Topo" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Se o foco de introdução está dentro desta GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Dica de tipo" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7100,83 +7100,83 @@ msgstr "" "Dica para ajudar o ambiente de trabalho a compreender que tipo de janela é " "esta e como a tratar." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Ignorar barra de tarefas" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "VERDADEIRO para que a janela não surja na barra de tarefas." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Ignorar pager" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "VERDADEIRO para que a janela não surja no pager." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Urgente" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE se a atenção do utilizador deverá ser chamada para a janela." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Aceitar foco" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "VERDADEIRO se a janela deve receber o foco de entrada." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Focar ao mapear" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "VERDADEIRO se a janela deve receber o foco ao ser mapeada." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Decorada" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Se a janela deverá ou não ser decorada pelo gestor de janelas" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Apagável" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Se a moldura da janela deverá ou não ter um botão de fechar" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravidade" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "A gravidade da janela" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Transitório para Janela" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "O pai transitório do diáligo" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Opacidade da Janela" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "A opacidade da janela, de 0 a 1" diff --git a/po-properties/pt_BR.po b/po-properties/pt_BR.po index 363642db40..1be3797c19 100644 --- a/po-properties/pt_BR.po +++ b/po-properties/pt_BR.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-05 00:55-0300\n" "Last-Translator: Andre Gondim \n" "Language-Team: Brazilian Portuguese \n" @@ -94,12 +94,12 @@ msgstr "Dispositivo padrão" msgid "The default display for GDK" msgstr "O dispositivo padrão para o GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Tela" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "o GdkScreen para o renderizador" @@ -119,54 +119,54 @@ msgstr "Resolução da fonte" msgid "The resolution for fonts on the screen" msgstr "A resolução para fontes na tela" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Nome do programa" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" "O nome do programa. Se não definido, o padrão é g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Versão do programa" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "A versão do programa" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "String de copyright" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Informações de copyright do programa" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "String de comentários" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Comentários sobre o programa" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL do website" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "O URL para o link do website do programa" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Rótulo do website" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -174,45 +174,45 @@ msgstr "" "O rótulo para o link do website do programa. Se não definido, o padrão é o " "URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Autores" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "A lista dos autores do programa" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Documentadores" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Lista das pessoas que estão documentando o programa" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artistas" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" "Lista das pessoas que tem contribuído com trabalhos artísticos ao programa" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Créditos dos tradutores" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "Créditos aos tradutores. Esta string deve ser definida como traduzível" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -220,20 +220,20 @@ msgstr "" "Um logo para a caixa \"sobre\". Se não definido, o padrão é " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Nome do ícone de logo" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" "Um ícone nomeado para ser usado como o logo da caixa de diálogo \"sobre\"." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Quebrar texto da licença" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Quebrar ou não as linhas do texto da licença." @@ -307,7 +307,7 @@ msgid "The GIcon being displayed" msgstr "O GIcon em exibição" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Nome do ícone" @@ -416,7 +416,7 @@ msgid "Whether the action group is visible." msgstr "Se o grupo de ações está visível." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Valor" @@ -1252,7 +1252,7 @@ msgstr "Seguir estado" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Se o pixbuf renderizado deve ser colorizado de acordo com o estado" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ícone" @@ -1313,7 +1313,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientação e direção de crescimento da barra de progresso" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Ajustamento" @@ -3089,7 +3089,7 @@ msgstr "Conjunto de ícones" msgid "Icon set to display" msgstr "Conjunto de ícones a ser exibido" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Tamanho do ícone" @@ -3156,7 +3156,7 @@ msgstr "Mostrar imagens nos menus" msgid "Whether images should be shown in menus" msgstr "Mostrar ou não imagens em menus" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "A tela em que essa janela será exibida" @@ -4776,24 +4776,24 @@ msgstr "Valor de espaçamento" msgid "Space between value text and the slider/trough area" msgstr "Espaço entre o texto do valor e a área da barra de deslizar/calha" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "O valor da escala" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "O tamanho do ícone" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "O GtkAdjustment que contém o valor atual deste objeto botão de escala" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Ícones" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Lista de nomes de ícones" @@ -6511,7 +6511,7 @@ msgstr "Padrão do tracejado usado para desenhar as linhas da visão em árvore" msgid "Whether to display the column" msgstr "Exibir ou não a coluna" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Redimensionável" @@ -6926,45 +6926,45 @@ msgstr "Comprimento da seta de rolagem vertical" msgid "The length of vertical scroll arrows" msgstr "O comprimento das setas de rolagem verticais" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Tipo de janela" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "O tipo da janela" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Título da janela" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "O título da janela" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Papel da janela" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Identificador único para a janela a ser usado quando uma sessão é restaurada" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ID de startup" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Identificador único de startup da janela usado pela notificação de startup" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Permitir encolher" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6973,25 +6973,25 @@ msgstr "" "Se VERDADEIRO, a janela não tem tamanho mínimo. Definir isto como VERDADEIRO " "é 99% das vezes uma má idéia" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Permitir crescer" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Se VERDADEIRO, os usuários podem expandir janela para além do seu tamanho " "mínimo" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Se VERDADEIRO, os usuários podem redimensionar a janela" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modal" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6999,68 +6999,68 @@ msgstr "" "Se VERDADEIRO, a janela é modal (outras janelas não são usáveis enquanto " "esta estiver aberta)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Posição da janela" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "A posição inicial da janela" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Largura padrão" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "A largura padrão da janela, usada inicialmente ao mostrá-la" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Altura padrão" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "A altura padrão da janela, usada inicialmente ao mostrá-la" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Destruir com pai" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Se esta janela deve ser destruída quando o pai também for" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Ícone para esta janela" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Nome do ícone do tema para esta janela" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Está ativo" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Se a janela principal é a janela atualmente ativa" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Foco está na Toplevel" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Se o foco de entrada está dentro desta GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Dica de tipo" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7068,83 +7068,83 @@ msgstr "" "Dica para ajudar o ambiente desktop a entender que tipo de janela é esta e " "como tratá-la." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Ignorar a lista de tarefas" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "VERDADEIRO se a janela não deve estar na barra de tarefas." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Ignorar paginador" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "VERDADEIRO se a janela não deve aparecer no paginador." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Urgente" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE se a janela deve chamar a atenção do usuário." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Aceitar foco" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE se a janela deve receber foco de entrada." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Focar no mapa" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "VERDADEIRO se a janela deve receber foco de entrada quando mapeada." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Decorada" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Se a janela deve ser decorada pelo gerenciador de janelas" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Apagável" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Se o quadro da janela deve ter um botão de fechar" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravidade" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "A gravidade da janela" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Transitório para Janela" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "O pai transitório do diálogo" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Opacidade para Janela" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "A opacidade da janela, de 0 a 1" diff --git a/po-properties/ro.po b/po-properties/ro.po index ec5c40b274..c4cc7117c0 100644 --- a/po-properties/ro.po +++ b/po-properties/ro.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-07 21:14+0200\n" "Last-Translator: Mișu Moldovan \n" "Language-Team: Română \n" @@ -90,12 +90,12 @@ msgstr "Display implicit" msgid "The default display for GDK" msgstr "Display implicit pentru GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Ecran" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "valoare GdkScreen pentru afișare" @@ -115,11 +115,11 @@ msgstr "Rezoluție fonturi" msgid "The resolution for fonts on the screen" msgstr "Rezoluția fonturilor pentru ecran" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Nume aplicație" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -127,43 +127,43 @@ msgstr "" "Numele aplicației. În cazul în care nu e setat, se utilizează " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Versiune aplicație" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Versiunea aplicației" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Drepturi de autor" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Drepturile de autor pentru această aplicație" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Alte informații" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Informații despre aplicație" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Adresă website" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "Adresa website-ului aplicației" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Etichetă website" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -171,44 +171,44 @@ msgstr "" "Eticheta pentru adresa website-ului programului. Dacă nu e inițializată, se " "utilizează adresa" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Autori" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Lista autorilor programului" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Documentariști" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Lista persoanelor ce au documentat programul" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artiști" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Lista persoanelor cu contribuții artistice la program" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Traducători" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "Lista traducătorilor. Acest șir trebuie marcat ca traductibil" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -216,19 +216,19 @@ msgstr "" "Un logo pentru fereastra „Despre”. Dacă nu există, se va utiliza " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Nume iconiță logo" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "O iconiță desemnată ca logo al programului." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Rupere rânduri licență" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Specifică dacă textul licenței să aibă rândurile rupte." @@ -303,7 +303,7 @@ msgid "The GIcon being displayed" msgstr "Elementul GIcon afișat" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Nume iconiță" @@ -411,7 +411,7 @@ msgid "Whether the action group is visible." msgstr "Specifică dacă grupul de acțiuni este vizibil." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Valoare" @@ -1251,7 +1251,7 @@ msgstr "" "Specifică dacă un „pixbuf” randat ar trebui să fie colorat în funcție de " "stare" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Iconiță" @@ -1312,7 +1312,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientarea și direcția de creștere a barei de progres" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Ajustare" @@ -3098,7 +3098,7 @@ msgstr "Set iconițe" msgid "Icon set to display" msgstr "Set de iconițe pentru afișare" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Mărime iconițe" @@ -3166,7 +3166,7 @@ msgstr "Arată imagini în meniu" msgid "Whether images should be shown in menus" msgstr "Specifică dacă ar trebui afișate imaginile în meniu" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Ecranul unde această fereastră va fi afișată" @@ -4787,25 +4787,25 @@ msgstr "Distanță spațiere" msgid "Space between value text and the slider/trough area" msgstr "Distanța dintre textul poziției și aria derulatorului" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Valuarea redimensionării" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Mărimea iconiței" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "GtkAdjustement ce conține valoarea curentă a acestui obiect buton de scalare" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Iconițe" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Listă de nume de iconițe" @@ -6536,7 +6536,7 @@ msgstr "" msgid "Whether to display the column" msgstr "Specifică dacă se afișează coloana" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Redimensionabil" @@ -6956,46 +6956,46 @@ msgstr "Lungime săgeată de defilare verticală" msgid "The length of vertical scroll arrows" msgstr "Lungimea săgeților de defilare pe verticală" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Tip fereastră" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Tipul ferestrei" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Titlu fereastră" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Titlul ferestrei" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Rol fereastră" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Identificator unic pentru fereastră de utilizat la restaurarea unei sesiuni" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ID de pornire" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Identificator unic de pornire pentru această fereastră, de utilizat la " "notificarea la pornire" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Permite micșorare" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7004,24 +7004,24 @@ msgstr "" "La activare, fereastra nu are o mărime minimă. În 99% din cazuri aceasta nu " "este o idee prea bună" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Permite mărire" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "La activare, utilizatorii pot întinde fereastra depășind mărimea minimă" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "La activare, utilizatorul poate redimensiona fereastra" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modală" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7029,73 +7029,73 @@ msgstr "" "La activare, fereastra este modală (alte ferestre nu pot fi utilizate cât " "timp aceasta este deschisă)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Poziție fereastră" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Poziția inițială a ferestrei" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Lățime implicită" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Lățimea implicită a ferestrei, utilizată când fereastra este afișată prima " "dată" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Înălțime implicită" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "Înălțimea implicită a ferestrei, utilizată când fereastra este afișată prima " "dată" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Distruge odată cu părintele" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" "Dacă această fereastră ar trebui să fie distrusă când părintele este distrus" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Iconiță pentru această fereastră" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Nume iconiță tematică pentru această fereastră" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Este activă" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Dacă nivelul cel mai de sus este fereastra activă curent" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Focalizare în nivelul cel mai de sus" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Dacă focusul inputului este în interiorul acestei ferestre GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Sugestie de introdus" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7103,84 +7103,84 @@ msgstr "" "Sugestie pentru mediul desktop astfel încât să se înțeleagă ce fel de " "fereastră este și cum să fie tratată." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Nu în bara cu programe" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "TRUE dacă fereastra nu ar trebui să fie în bara programelor." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Nu în comutatorul ecranelor" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "TRUE dacă fereastra nu ar trebui să apară în comutatorul de ecrane." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Urgent" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE dacă fereastra ar trebui să fie în atenția utilizatorului." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Acceptă focus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE dacă fereastra ar trebui să accepte focus." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Focus la mapare" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "TRUE dacă fereastra ar trebui să primească focus la mapare." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Decorată" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" "TRUE dacă fereastra ar trebui să fie decorată de administratorul de ferestre" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Poate fi șters" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Specifică dacă fereastra ar trebui să aibă un buton de închidere" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravitate" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Gravitatea ferestrei" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Tranzient pentru fereastră" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Părintele tranzient al mesajului dialog" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Opacitate fereastră" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Opacitatea ferestrei, între 0 și 1" diff --git a/po-properties/ru.po b/po-properties/ru.po index 114c4d0865..d064e896ec 100644 --- a/po-properties/ru.po +++ b/po-properties/ru.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.gtk-2-8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-22 09:35+0300\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2006-08-15 19:52+0200\n" "Last-Translator: Nickolay V. Shmyrev \n" "Language-Team: Russian \n" @@ -21,111 +21,109 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: ../gdk-pixbuf/gdk-pixbuf.c:89 +#: gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "Число каналов" -#: ../gdk-pixbuf/gdk-pixbuf.c:90 +#: gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "Число плоскостей на пиксель" -#: ../gdk-pixbuf/gdk-pixbuf.c:99 +#: gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "Цветовое пространство" -#: ../gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "Цветовое пространство, в котором плоскости интерпретируются" -#: ../gdk-pixbuf/gdk-pixbuf.c:108 +#: gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "Имеет альфа-канал" -#: ../gdk-pixbuf/gdk-pixbuf.c:109 +#: gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "Имеет ли значок (pixbuf) альфа-канал" -#: ../gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "Битов на плоскость" -#: ../gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "Число битов на плоскость" -#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 -#: ../gtk/gtktreeviewcolumn.c:207 +#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "Ширина" -#: ../gdk-pixbuf/gdk-pixbuf.c:133 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "Число столбцов в значке (pixbuf)" -#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 +#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 msgid "Height" msgstr "Высота" -#: ../gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "Число строк в значке (pixbuf)" -#: ../gdk-pixbuf/gdk-pixbuf.c:159 +#: gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "Шаг строк" -#: ../gdk-pixbuf/gdk-pixbuf.c:160 +#: gdk-pixbuf/gdk-pixbuf.c:160 msgid "" "The number of bytes between the start of a row and the start of the next row" msgstr "Число байтов между началом строки и началом следующей строки" -#: ../gdk-pixbuf/gdk-pixbuf.c:169 +#: gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "Пиксели" -#: ../gdk-pixbuf/gdk-pixbuf.c:170 +#: gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "Указатель на пиксельные данные значка (pixbuf)" -#: ../gdk/gdkdisplaymanager.c:103 +#: gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "Исходный дисплей" -#: ../gdk/gdkdisplaymanager.c:104 +#: gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "Исходный дисплей для подсистемы GDK" -#: ../gdk/gdkpango.c:490 ../gtk/gtkinvisible.c:86 -#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Экран" -#: ../gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "the GdkScreen для рендерера" -#: ../gdk/gdkscreen.c:75 +#: gdk/gdkscreen.c:75 msgid "Font options" msgstr "Параметры шрифта" -#: ../gdk/gdkscreen.c:76 +#: gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "Параметры шрифта на экране по умолчанию" -#: ../gdk/gdkscreen.c:83 +#: gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "Разрешение шрифта" -#: ../gdk/gdkscreen.c:84 +#: gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "Разрешение шрифтов на экране" -#: ../gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Имя программы" -#: ../gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -133,43 +131,43 @@ msgstr "" "Имя программы. Если не установлено, по умолчанию используется " "g_get_application_name()" -#: ../gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Версия программы" -#: ../gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Версия программы" -#: ../gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Строка авторского права" -#: ../gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Информация о авторском праве программы" -#: ../gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Строка комментария" -#: ../gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Комментарии о программе" -#: ../gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL веб-сайта" -#: ../gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "URL для ссылки на веб-сайт программы" -#: ../gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Ярлык веб-сайта" -#: ../gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -177,157 +175,156 @@ msgstr "" "Ярлык ссылки на веб-сайт программы. Если не установлен, по умолчанию " "соответствует URL" -#: ../gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Авторы" -#: ../gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Список авторов программы" -#: ../gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Авторы документации" -#: ../gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Список авторов документации программы" -#: ../gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Художники" -#: ../gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Список участвовавших в художественном оформлении программы" -#: ../gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Переводчики" -#: ../gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Благодарности переводчикам. Эти строки должны быть помечены как переводимые" -#: ../gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Значок" -#: ../gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -"Значок для окна «О программе». Если не установлено, по умолчанию " -"используется результат gtk_window_get_default_icon_list()" +"Значок для окна «О программе». Если не установлено, по умолчанию используется " +"результат gtk_window_get_default_icon_list()" -#: ../gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Имя значка логотипа" -#: ../gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Имя значка для использования в качестве логотипа окна «О программе»." -#: ../gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Перенос лицензии" -#: ../gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Переносить ли текст лицензии" -#: ../gtk/gtkaccellabel.c:123 +#: gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "Обработчик быстрой клавиши" -#: ../gtk/gtkaccellabel.c:124 +#: gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "Обработчик изменения быстрой клавиши" -#: ../gtk/gtkaccellabel.c:130 +#: gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "Виджет управления быстрой клавиши" -#: ../gtk/gtkaccellabel.c:131 +#: gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "Виджет который отвечает за изменение быстрой клавиши" -#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 -#: ../gtk/gtktextmark.c:89 +#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 +#: gtk/gtktextmark.c:89 msgid "Name" msgstr "Наименование" -#: ../gtk/gtkaction.c:180 +#: gtk/gtkaction.c:180 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/gtktoolbutton.c:202 +#: 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/gtktoolbutton.c:202 msgid "Label" msgstr "Метка" -#: ../gtk/gtkaction.c:199 +#: gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "" "Метка, используемая для элементов меню и кнопок, инициирующих данное " "действие." -#: ../gtk/gtkaction.c:215 +#: gtk/gtkaction.c:215 msgid "Short label" msgstr "Краткая метка" -#: ../gtk/gtkaction.c:216 +#: gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "" "Краткая метка, которая может быть использована для кнопок панели " "инструментов." -#: ../gtk/gtkaction.c:224 +#: gtk/gtkaction.c:224 msgid "Tooltip" msgstr "Подсказка" -#: ../gtk/gtkaction.c:225 +#: gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "Подсказка для действия." -#: ../gtk/gtkaction.c:240 +#: gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "Встроенный значок" -#: ../gtk/gtkaction.c:241 +#: gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "" "Встроенный значок, отображаемый в виджетах, представляющих это действие." -#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 +#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "GIcon" -#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 -#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 +#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 +#: gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "Отображаемый значок GIcon" -#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 -#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:605 +#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Имя значка" -#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 -#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 +#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 +#: gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "Имя значка из темы значков" -#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 +#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "Видим при горизонтальном расположении" -#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 +#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." @@ -335,23 +332,23 @@ msgstr "" "Будет ли элемент панели инструментов видим при горизонтальном расположении " "панели инструментов." -#: ../gtk/gtkaction.c:306 +#: gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "Видим при переполнении" -#: ../gtk/gtkaction.c:307 +#: gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." msgstr "" -"Если установлено, то прокси элементов меню для действия будут " -"перекрывать меню на панели инструментов" +"Если установлено, то прокси элементов меню для действия будут перекрывать " +"меню на панели инструментов" -#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 +#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "Видим при вертикальном расположении" -#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 +#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." @@ -359,11 +356,11 @@ msgstr "" "Будет ли элемент панели инструментов видим при вертикально расположении " "панели инструментов." -#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 +#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 msgid "Is important" msgstr "Важное" -#: ../gtk/gtkaction.c:323 +#: gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." @@ -372,40 +369,38 @@ msgstr "" "элементов панели для действия будут показывать текст в режиме " "GTK_TOOLBAR_BOTH_HORIZ." -#: ../gtk/gtkaction.c:331 +#: gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "Скрывать, если пусто" -#: ../gtk/gtkaction.c:332 +#: gtk/gtkaction.c:332 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/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193 +#: gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "Чувствительный" -#: ../gtk/gtkaction.c:339 +#: gtk/gtkaction.c:339 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/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293 +#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516 msgid "Visible" msgstr "Видимый" -#: ../gtk/gtkaction.c:346 +#: gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "Видимо ли действие" -#: ../gtk/gtkaction.c:352 +#: gtk/gtkaction.c:352 msgid "Action Group" msgstr "Группа действия" -#: ../gtk/gtkaction.c:353 +#: gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." @@ -413,72 +408,72 @@ msgstr "" "Значение GtkActionGroup, с которым это действие ассоциировано или NULL (для " "внутреннего использования)." -#: ../gtk/gtkactiongroup.c:171 +#: gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "Имя для группы действия." -#: ../gtk/gtkactiongroup.c:178 +#: gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "Включена ли группа действия." -#: ../gtk/gtkactiongroup.c:185 +#: gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "Видима ли группа действия." -#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:206 ../gtk/gtkspinbutton.c:269 +#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Значение" -#: ../gtk/gtkadjustment.c:94 +#: gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "Значение подгонки" -#: ../gtk/gtkadjustment.c:110 +#: gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "Минимальное значение" -#: ../gtk/gtkadjustment.c:111 +#: gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "Минимальное значение подгонки" -#: ../gtk/gtkadjustment.c:130 +#: gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "Максимальное значение" -#: ../gtk/gtkadjustment.c:131 +#: gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "Максимальное значение подгонки" -#: ../gtk/gtkadjustment.c:147 +#: gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "Приращение шага" -#: ../gtk/gtkadjustment.c:148 +#: gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "Приращение для шага подгонки" -#: ../gtk/gtkadjustment.c:164 +#: gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "Приращение страницы" -#: ../gtk/gtkadjustment.c:165 +#: gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "Приращение для страницы подгонки" -#: ../gtk/gtkadjustment.c:184 +#: gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "Размер страницы" -#: ../gtk/gtkadjustment.c:185 +#: gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "Размер страницы подгонки" -#: ../gtk/gtkalignment.c:90 +#: gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "Горизонтальное выравнивание" -#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 +#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" @@ -486,11 +481,11 @@ msgstr "" "Горизонтальное расположение вложенного элемента в доступном пространстве. " "0.0 -- выровнен по левому краю, 1.0 -- выровнен по правому краю" -#: ../gtk/gtkalignment.c:100 +#: gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "Вертикальное выравнивание" -#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 +#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" @@ -498,11 +493,11 @@ msgstr "" "Вертикальное расположение вложенного элемента в доступном пространстве. 0.0 " "-- выровнен по верхнему краю, 1.0 -- выровнен по нижнему краю" -#: ../gtk/gtkalignment.c:109 +#: gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "Горизонтальное масштабирование" -#: ../gtk/gtkalignment.c:110 +#: gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" @@ -511,11 +506,11 @@ msgstr "" "элемента, как много будет использовано этим элементом. 0.0 -- ничего, 1.0 -- " "всё" -#: ../gtk/gtkalignment.c:118 +#: gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "Вертикальное масштабирование" -#: ../gtk/gtkalignment.c:119 +#: gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" @@ -524,204 +519,203 @@ msgstr "" "элемента, как много будет использовано этим элементом. 0.0 -- ничего, 1.0 -- " "всё" -#: ../gtk/gtkalignment.c:136 +#: gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "Дополнение сверху" -#: ../gtk/gtkalignment.c:137 +#: gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "Пространство, добавляемое к элементу управления сверху." -#: ../gtk/gtkalignment.c:153 +#: gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "Дополнение снизу" -#: ../gtk/gtkalignment.c:154 +#: gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "Пространство, добавляемое к элементу управления снизу." -#: ../gtk/gtkalignment.c:170 +#: gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "Дополнение слева" -#: ../gtk/gtkalignment.c:171 +#: gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "Пространство, добавляемое к элементу управления слева." -#: ../gtk/gtkalignment.c:187 +#: gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "Дополнение справа" -#: ../gtk/gtkalignment.c:188 +#: gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "Пространство, добавляемое к элементу управления справа." -#: ../gtk/gtkarrow.c:75 +#: gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "Направление стрелки" -#: ../gtk/gtkarrow.c:76 +#: gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "Направление, в котором указывает стрелка" -#: ../gtk/gtkarrow.c:84 +#: gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "Тень стрелки" -#: ../gtk/gtkarrow.c:85 +#: gtk/gtkarrow.c:85 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:363 msgid "Arrow Scaling" msgstr "Растяжение стрелки" -#: ../gtk/gtkarrow.c:93 +#: gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "Пространство, занимаемое стрелкой" -#: ../gtk/gtkaspectframe.c:79 +#: gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "Горизонтальное выравнивание" -#: ../gtk/gtkaspectframe.c:80 +#: gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "Выравнивание вложенного элемента по оси X" -#: ../gtk/gtkaspectframe.c:86 +#: gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "Вертикальное выравнивание" -#: ../gtk/gtkaspectframe.c:87 +#: gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "Выравнивание вложенного элемента по оси Y" -#: ../gtk/gtkaspectframe.c:93 +#: gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "Отношение" -#: ../gtk/gtkaspectframe.c:94 +#: gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "" -"Коэффициент пропорциональности, если для параметра «Подчинённый элемент" -"» (obey_child) выбрано значение «ЛОЖНО»" +"Коэффициент пропорциональности, если для параметра «Подчинённый " +"элемент» (obey_child) выбрано значение «ЛОЖНО»" -#: ../gtk/gtkaspectframe.c:100 +#: gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "Подчиняться дочернему элементу" -#: ../gtk/gtkaspectframe.c:101 +#: gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "" "Привести коэффициент пропорциональности в соответствие с таковым у дочернего " "элемента рамки" -#: ../gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "Пространство заголовка" -#: ../gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "Число пустых пикселей вокруг заголовка." -#: ../gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "Пространство содержимого" -#: ../gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "Число пустых пикселей вокруг содержимого." -#: ../gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:286 msgid "Page type" msgstr "Тип страниц" -#: ../gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "Тип страниц помощника" -#: ../gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:304 msgid "Page title" msgstr "Заголовок страниц" -#: ../gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "Заголовок страницы помощника" -#: ../gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:321 msgid "Header image" msgstr "Изображение заголовка" -#: ../gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "Изображение заголовка страницы помощника" -#: ../gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "Изображение боковой области" -#: ../gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "Изображение боковой области помощника" -#: ../gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:354 msgid "Page complete" msgstr "Страница заполнена" -#: ../gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "Заполнены ли все требуемые поля на этой странице" -#: ../gtk/gtkbbox.c:91 +#: gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "Минимальная ширина вложенного элемента" -#: ../gtk/gtkbbox.c:92 +#: gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "Минимальная ширина кнопок внутри контейнера" -#: ../gtk/gtkbbox.c:100 +#: gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "Минимальная высота вложенного элемента" -#: ../gtk/gtkbbox.c:101 +#: gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "Минимальная высота кнопок внутри контейнера" -#: ../gtk/gtkbbox.c:109 +#: gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "Внутреннее дополнение по ширине" -#: ../gtk/gtkbbox.c:110 +#: gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "Степень увеличения размера элемента слева и справа" -#: ../gtk/gtkbbox.c:118 +#: gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "Внутреннее дополнение по высоте" -#: ../gtk/gtkbbox.c:119 +#: gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "Степень увеличения размера элемента сверху и снизу" -#: ../gtk/gtkbbox.c:127 +#: gtk/gtkbbox.c:127 msgid "Layout style" msgstr "Стиль размещения" -#: ../gtk/gtkbbox.c:128 +#: gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" msgstr "" -"Как размещаются кнопки в окне. Возможные значения: default («по умолчанию" -"»), spread («распределённо»), edge («по краям»), start («с начала») и " -"end («с конца»)" +"Как размещаются кнопки в окне. Возможные значения: default («по умолчанию»), " +"spread («распределённо»), edge («по краям»), start («с начала») и end («с конца»)" -#: ../gtk/gtkbbox.c:136 +#: gtk/gtkbbox.c:136 msgid "Secondary" msgstr "Дополнительный" -#: ../gtk/gtkbbox.c:137 +#: gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" @@ -730,40 +724,40 @@ msgstr "" "вложенных элементов; может использоваться, например, для кнопок вызова " "справки" -#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 -#: ../gtk/gtktreeviewcolumn.c:216 +#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 +#: gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "Интервал" -#: ../gtk/gtkbox.c:131 +#: gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "Расстояние между вложенными элементами" -#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 -#: ../gtk/gtktoolbar.c:573 +#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 +#: gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "Гомогенность" -#: ../gtk/gtkbox.c:141 +#: gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "Имеют ли все вложенные элементы одинаковый размер" -#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 -#: ../gtk/gtktreeviewcolumn.c:272 +#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 +#: gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "Расширяемость" -#: ../gtk/gtkbox.c:149 +#: gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "" "Расширяются ли все вложенные элементы при увеличении размера родительского " "элемента" -#: ../gtk/gtkbox.c:155 +#: gtk/gtkbox.c:155 msgid "Fill" msgstr "Заполнение" -#: ../gtk/gtkbox.c:156 +#: gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" @@ -771,21 +765,21 @@ msgstr "" "Распределять ли дополнительное пространство, отданное дочернему элементу, " "внутри элемента (fill), или использовать его для дополнения (padding)" -#: ../gtk/gtkbox.c:162 +#: gtk/gtkbox.c:162 msgid "Padding" msgstr "Дополнение" -#: ../gtk/gtkbox.c:163 +#: gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "" "Дополнительное пространство, которое будет помещено между дочерним элементом " "и его соседями, в точках растра" -#: ../gtk/gtkbox.c:169 +#: gtk/gtkbox.c:169 msgid "Pack type" msgstr "Тип упаковки" -#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 +#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" @@ -793,36 +787,36 @@ msgstr "" "GtkPackType указывает относительно чего упаковывается дочерний элемент -- " "относительно начала, конца, или элемента-родителя" -#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 -#: ../gtk/gtkruler.c:148 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 +#: gtk/gtkruler.c:148 msgid "Position" msgstr "Позиция" -#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 +#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "Индекс дочернего элемента в элементе-родителе" -#: ../gtk/gtkbuilder.c:96 +#: gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "Область перевода" -#: ../gtk/gtkbuilder.c:97 +#: gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "Область перевода, используемая gettext" -#: ../gtk/gtkbutton.c:220 +#: gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" msgstr "Текст виджета-метки на кнопке, если кнопка содержит метку." -#: ../gtk/gtkbutton.c:227 ../gtk/gtkexpander.c:203 ../gtk/gtklabel.c:388 -#: ../gtk/gtkmenuitem.c:315 ../gtk/gtktoolbutton.c:209 +#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 +#: gtk/gtkmenuitem.c:315 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/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389 +#: gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" @@ -830,71 +824,70 @@ msgstr "" "Если установлено, подчёркивание в тексте обозначает, что следующий символ " "используется в комбинации клавиш." -#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 +#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "Использовать встроенное" -#: ../gtk/gtkbutton.c:236 +#: gtk/gtkbutton.c:236 msgid "" "If set, the label is used to pick a stock item instead of being displayed" msgstr "" "Если установлено, метка будет использована для выбора из встроенных кнопок " "вместо отображения" -#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 -#: ../gtk/gtkfilechooserbutton.c:393 +#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "Захватывать фокус по щелчку" -#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 +#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "Захватывает ли кнопка фокус ввода при щелчке мышью по ней" -#: ../gtk/gtkbutton.c:251 +#: gtk/gtkbutton.c:251 msgid "Border relief" msgstr "Рельефные границы" -#: ../gtk/gtkbutton.c:252 +#: gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "Стиль рельефа границы" -#: ../gtk/gtkbutton.c:269 +#: gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "Горизонтальное выравнивание для дочерних элементов" -#: ../gtk/gtkbutton.c:288 +#: gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "Вертикальное выравнивание для дочерних элементов" -#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 +#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "Виджет «Изображение»" -#: ../gtk/gtkbutton.c:306 +#: gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "Дочерний виджет, появляющийся на экране рядом с текстом кнопки" -#: ../gtk/gtkbutton.c:320 +#: gtk/gtkbutton.c:320 msgid "Image position" msgstr "Положение изображения" -#: ../gtk/gtkbutton.c:321 +#: gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "Положение изображения относительно текста" -#: ../gtk/gtkbutton.c:433 +#: gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "Интервал по умолчанию" -#: ../gtk/gtkbutton.c:434 +#: gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "Дополнительное пространство для кнопок типа CAN_DEFAULT" -#: ../gtk/gtkbutton.c:440 +#: gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "Внешний интервал по умолчанию" -#: ../gtk/gtkbutton.c:441 +#: gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" @@ -902,398 +895,398 @@ msgstr "" "Дополнительное пространство для кнопок типа CAN_DEFAULT, которое всегда " "добавляется снаружи к границам кнопок" -#: ../gtk/gtkbutton.c:446 +#: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "Перемещение дочернего элемента по горизонтали" -#: ../gtk/gtkbutton.c:447 +#: gtk/gtkbutton.c:447 msgid "" "How far in the x direction to move the child when the button is depressed" msgstr "" "На сколько переместить дочерний элемент по горизонтали, если нажата кнопка" -#: ../gtk/gtkbutton.c:454 +#: gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "Перемещение дочернего элемента по вертикали" -#: ../gtk/gtkbutton.c:455 +#: gtk/gtkbutton.c:455 msgid "" "How far in the y direction to move the child when the button is depressed" msgstr "" "На сколько переместить дочерний элемент по вертикали, если нажата кнопка" -#: ../gtk/gtkbutton.c:471 +#: gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "Сместить фокус" -#: ../gtk/gtkbutton.c:472 +#: gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" msgstr "" "Влияют ли свойства child_displacement_x/_y также и на прямоугольник фокуса" -#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "Внутреннее окаймление" -#: ../gtk/gtkbutton.c:486 +#: gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "Окаймление между границами кнопки и дочерним объектом." -#: ../gtk/gtkbutton.c:499 +#: gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "Отступ изображения" -#: ../gtk/gtkbutton.c:500 +#: gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "Отступ в пикселях между изображением и меткой" -#: ../gtk/gtkbutton.c:514 +#: gtk/gtkbutton.c:514 msgid "Show button images" msgstr "Показывать изображения на кнопках" -#: ../gtk/gtkbutton.c:515 +#: gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "Показывать ли изображения на кнопках" -#: ../gtk/gtkcalendar.c:440 +#: gtk/gtkcalendar.c:440 msgid "Year" msgstr "Год" -#: ../gtk/gtkcalendar.c:441 +#: gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "Выбранный год" -#: ../gtk/gtkcalendar.c:454 +#: gtk/gtkcalendar.c:454 msgid "Month" msgstr "Месяц" -#: ../gtk/gtkcalendar.c:455 +#: gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "Выбранный месяц (как номер между 0 и 11)" -#: ../gtk/gtkcalendar.c:469 +#: gtk/gtkcalendar.c:469 msgid "Day" msgstr "День" -#: ../gtk/gtkcalendar.c:470 +#: gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" msgstr "Выбранный день (как номер между 1 и 31 или 0 для отмены выбора)" -#: ../gtk/gtkcalendar.c:484 +#: gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "Показывать заголовок" -#: ../gtk/gtkcalendar.c:485 +#: gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "Если установлено, то заголовок отображается" -#: ../gtk/gtkcalendar.c:499 +#: gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "Показывать имена дней" -#: ../gtk/gtkcalendar.c:500 +#: gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "Если установлено, то имена дней отображаются" -#: ../gtk/gtkcalendar.c:513 +#: gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "Месяц не изменяется" -#: ../gtk/gtkcalendar.c:514 +#: gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "Если установлено, то изменить выбранный месяц невозможно" -#: ../gtk/gtkcalendar.c:528 +#: gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "Показывать номера недель" -#: ../gtk/gtkcalendar.c:529 +#: gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "Если установлено, то номера недель отображаются" -#: ../gtk/gtkcalendar.c:544 +#: gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "Ширина деталей" -#: ../gtk/gtkcalendar.c:545 +#: gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "Ширина деталей в символах" -#: ../gtk/gtkcalendar.c:560 +#: gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "Высота деталей" -#: ../gtk/gtkcalendar.c:561 +#: gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "Высота деталей в строках" -#: ../gtk/gtkcalendar.c:577 +#: gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "Показать детали" -#: ../gtk/gtkcalendar.c:578 +#: gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "Если установлено, детали отображаются" -#: ../gtk/gtkcellrenderer.c:177 +#: gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "режим" -#: ../gtk/gtkcellrenderer.c:178 +#: gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "Редактируемый режим приложения CellRenderer" -#: ../gtk/gtkcellrenderer.c:186 +#: gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "видимое" -#: ../gtk/gtkcellrenderer.c:187 +#: gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "Показать эту ячейку" -#: ../gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "Показывать чувствительность ячейки" -#: ../gtk/gtkcellrenderer.c:201 +#: gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "x-выравнивание" -#: ../gtk/gtkcellrenderer.c:202 +#: gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "Выравнивание по оси X" -#: ../gtk/gtkcellrenderer.c:211 +#: gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "y-выравнивание" -#: ../gtk/gtkcellrenderer.c:212 +#: gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "Выравнивание по оси Y" -#: ../gtk/gtkcellrenderer.c:221 +#: gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "заполнение по горизонтали" -#: ../gtk/gtkcellrenderer.c:222 +#: gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "Заполнение по горизонтали" -#: ../gtk/gtkcellrenderer.c:231 +#: gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "заполнение по вертикали" -#: ../gtk/gtkcellrenderer.c:232 +#: gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "Заполнение по вертикали" -#: ../gtk/gtkcellrenderer.c:241 +#: gtk/gtkcellrenderer.c:241 msgid "width" msgstr "ширина" -#: ../gtk/gtkcellrenderer.c:242 +#: gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "Фиксированная ширина" -#: ../gtk/gtkcellrenderer.c:251 +#: gtk/gtkcellrenderer.c:251 msgid "height" msgstr "высота" -#: ../gtk/gtkcellrenderer.c:252 +#: gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "Фиксированная высота" -#: ../gtk/gtkcellrenderer.c:261 +#: gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "Расширяемая" -#: ../gtk/gtkcellrenderer.c:262 +#: gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "У строки есть дочерние элементы" -#: ../gtk/gtkcellrenderer.c:270 +#: gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "Расширенная" -#: ../gtk/gtkcellrenderer.c:271 +#: gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "Строка является расширяемой, и она расширена" -#: ../gtk/gtkcellrenderer.c:278 +#: gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "Наименование цвета фона ячейки" -#: ../gtk/gtkcellrenderer.c:279 +#: gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "Цвет фона ячейки в виде строки" -#: ../gtk/gtkcellrenderer.c:286 +#: gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "Цвет фона ячейки" -#: ../gtk/gtkcellrenderer.c:287 +#: gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "Цвет фона ячейки в виде GdkColor" -#: ../gtk/gtkcellrenderer.c:294 +#: gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "Редактирование" -#: ../gtk/gtkcellrenderer.c:295 +#: gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "Находится ли ячейка в режиме редактирования" -#: ../gtk/gtkcellrenderer.c:303 +#: gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "Фон ячейки установлен" -#: ../gtk/gtkcellrenderer.c:304 +#: gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "Влияет ли этот тег на цвет фона ячейки" -#: ../gtk/gtkcellrendereraccel.c:113 +#: gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "Быстрая клавиша" -#: ../gtk/gtkcellrendereraccel.c:114 +#: gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "Значение быстрой клавиши" -#: ../gtk/gtkcellrendereraccel.c:130 +#: gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "Модификатор быстрой клавиши" -#: ../gtk/gtkcellrendereraccel.c:131 +#: gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "Маска модификатора быстрой клавиши" -#: ../gtk/gtkcellrendereraccel.c:148 +#: gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "Значение быстрой клавиши" -#: ../gtk/gtkcellrendereraccel.c:149 +#: gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "Аппаратный код быстрой клавиши" -#: ../gtk/gtkcellrendereraccel.c:168 +#: gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "Режим быстрой клавиши" -#: ../gtk/gtkcellrendereraccel.c:169 +#: gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "Тип быстрых клавиш" -#: ../gtk/gtkcellrenderercombo.c:107 +#: gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "Модель" -#: ../gtk/gtkcellrenderercombo.c:108 +#: gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "Модель, содержащая возможные параметры выпадающего списка" -#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 +#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "Столбец текста" -#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 +#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "Столбец в модели источника данных, откуда берутся строки" -#: ../gtk/gtkcellrenderercombo.c:148 +#: gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "Имеет запись" -#: ../gtk/gtkcellrenderercombo.c:149 +#: gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "" "Если не установлено, не позволять вводить строки, отличные от выбранных" -#: ../gtk/gtkcellrendererpixbuf.c:111 +#: gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "Объект значок (Pixbuf)" -#: ../gtk/gtkcellrendererpixbuf.c:112 +#: gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "Значок (Рixbuf) для отрисовки" -#: ../gtk/gtkcellrendererpixbuf.c:119 +#: gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "Значок (Pixbuf) для открытого расширителя" -#: ../gtk/gtkcellrendererpixbuf.c:120 +#: gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "Значок (Pixbuf) для открытого расширяемого объекта" -#: ../gtk/gtkcellrendererpixbuf.c:127 +#: gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "Значок (Pixbuf) для закрытого расширителя" -#: ../gtk/gtkcellrendererpixbuf.c:128 +#: gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "Значок (Pixbuf) для закрытого расширяемого объекта" -#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 -#: ../gtk/gtkstatusicon.c:226 +#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "Идентификатор (ID) встроенного значка" -#: ../gtk/gtkcellrendererpixbuf.c:136 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "Идентификатор (ID) встроенного значка для отрисовки" -#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 -#: ../gtk/gtkstatusicon.c:267 +#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 +#: gtk/gtkstatusicon.c:267 msgid "Size" msgstr "Размер" -#: ../gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "Значение GtkIconSize, определяющее размер отрисованного значка" -#: ../gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "Подробности" -#: ../gtk/gtkcellrendererpixbuf.c:154 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" -msgstr "Подробности визуализации (render detail) для передачи подсистеме отрисовке темы" +msgstr "" +"Подробности визуализации (render detail) для передачи подсистеме отрисовке " +"темы" -#: ../gtk/gtkcellrendererpixbuf.c:187 +#: gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "Отслеживать состояние" -#: ../gtk/gtkcellrendererpixbuf.c:188 +#: gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Окрашен ли быть растеризованный pixbuf в соответствии с состоянием" -#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Значок" -#: ../gtk/gtkcellrendererprogress.c:129 +#: gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "Значение индикатора хода процесса" -#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 -#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 -#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 +#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 +#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 +#: gtk/gtktextbuffer.c:198 msgid "Text" msgstr "Текст" -#: ../gtk/gtkcellrendererprogress.c:147 +#: gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "Текст на индикаторе хода процесса" -#: ../gtk/gtkcellrendererprogress.c:170 +#: gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "Пульс" -#: ../gtk/gtkcellrendererprogress.c:171 +#: gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." @@ -1301,11 +1294,11 @@ msgstr "" "Установите это свойство в положительное значение, чтобы показать, что " "продвижение в работе достигнуто но количественно его оценить невозможно" -#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 +#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "Выравнивание текста по X" -#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 +#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -1313,218 +1306,212 @@ msgstr "" "Горизонтальное выравнивание от 0 (влево) до 1 (вправо). Инвертируется для " "раскладки RTL" -#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 +#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "Выравнивание текста по Y" -#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 +#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "Вертикальное выравнивание от 0 (вверх) до 1 (вниз)." -#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 -#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 -#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 +#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 +#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 +#: gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "Ориентация" -#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 +#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "Ориентация и направление роста индикатора прогресса" -#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:225 -#: ../gtk/gtkspinbutton.c:208 +#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Подгонка" -#: ../gtk/gtkcellrendererspin.c:94 +#: gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "Подгонка, хранящая значение кнопки-счётчика" -#: ../gtk/gtkcellrendererspin.c:109 +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "Ускорение" -#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 +#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "Ускорение прокрутки значений при удерживании нажатой кнопки" -#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 -#: ../gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "Цифры" -#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 +#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "Количество отображаемых десятичных разрядов" -#: ../gtk/gtkcellrenderertext.c:196 +#: gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "Отображаемый текст" -#: ../gtk/gtkcellrenderertext.c:203 +#: gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "Разметка" -#: ../gtk/gtkcellrenderertext.c:204 +#: gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "Разметка текста для отображения" -#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 +#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 msgid "Attributes" msgstr "Атрибуты" -#: ../gtk/gtkcellrenderertext.c:212 +#: gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "Список атрибутов стиля, применяемых к визуализируемому тексту" -#: ../gtk/gtkcellrenderertext.c:219 +#: gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "Режим одного абзаца" -#: ../gtk/gtkcellrenderertext.c:220 +#: gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "Следует ли сохранять весь текст в одном абзаце" -#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 -#: ../gtk/gtktexttag.c:183 +#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 msgid "Background color name" msgstr "Наименование цвета фона" -#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 -#: ../gtk/gtktexttag.c:184 +#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "Цвет фона как строка" -#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 -#: ../gtk/gtktexttag.c:191 +#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 msgid "Background color" msgstr "Цвет фона" -#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 +#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "Цвет фона в формате GdkColor" -#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 +#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "Наименование цвета текста" -#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 +#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "Цвет текста как строка" -#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 +#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "Цвет текста" -#: ../gtk/gtkcellrenderertext.c:253 +#: gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "Цвет текста в формате GdkColor" -#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 -#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 +#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "Редактируемый" -#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 -#: ../gtk/gtktextview.c:574 +#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "Может ли текст быть изменён пользователем" -#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 -#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 +#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 +#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 msgid "Font" msgstr "Шрифт" -#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 +#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "Описание шрифта в виде строки, например, «Sans Italic 12»" -#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 +#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "Описание шрифта структурой PangoFontDescription" -#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 +#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 msgid "Font family" msgstr "Семейство шрифта:" -#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 +#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "Наименование семейства шрифта, т.е. Санс, Гельветика, Таймс" -#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 -#: ../gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 +#: gtk/gtktexttag.c:291 msgid "Font style" msgstr "Стиль шрифта" -#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 -#: ../gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 +#: gtk/gtktexttag.c:300 msgid "Font variant" msgstr "Вариант шрифта" -#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 -#: ../gtk/gtktexttag.c:309 +#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 +#: gtk/gtktexttag.c:309 msgid "Font weight" msgstr "Насыщенность шрифта" -#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 -#: ../gtk/gtktexttag.c:320 +#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 +#: gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "Разрядка шрифта" -#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 -#: ../gtk/gtktexttag.c:329 +#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 +#: gtk/gtktexttag.c:329 msgid "Font size" msgstr "Размер шрифта" -#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 +#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 msgid "Font points" msgstr "Пункты шрифта" -#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 +#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "Размер шрифта в пунктах" -#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 +#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 msgid "Font scale" msgstr "Масштаб шрифта" -#: ../gtk/gtkcellrenderertext.c:352 +#: gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "Коэффициент масштабирования шрифта" -#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 +#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 msgid "Rise" msgstr "Смещение" -#: ../gtk/gtkcellrenderertext.c:362 +#: gtk/gtkcellrenderertext.c:362 msgid "" "Offset of text above the baseline (below the baseline if rise is negative)" msgstr "" "Смещение текста над линией шрифта (под линию шрифта, для отрицательных " "значений)" -#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 +#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "Перечеркивание" -#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 +#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "Будет ли текст перечеркнут" -#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 +#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 msgid "Underline" msgstr "Подчеркивание" -#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 +#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "Стиль подчеркивания для текста" -#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 +#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 msgid "Language" msgstr "Язык" -#: ../gtk/gtkcellrenderertext.c:391 +#: gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " @@ -1534,12 +1521,11 @@ msgstr "" "это значение как подсказку (hint) при отрисовке текста. Если вы не " "понимаете, что это за параметр, то он вам, скорее всего, не нужен." -#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 -#: ../gtk/gtkprogressbar.c:206 +#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "Эллиптизация" -#: ../gtk/gtkcellrenderertext.c:412 +#: gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" @@ -1547,20 +1533,20 @@ msgstr "" "Желаемое место эллиптизации строки, если механизму отображения строки в " "ячейке не хватает места для отображения всей строки." -#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 -#: ../gtk/gtklabel.c:519 +#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 +#: gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "Ширина в символах" -#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 +#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "Желаемая ширина ярлыка, в символах" -#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 +#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "Режим переноса" -#: ../gtk/gtkcellrenderertext.c:451 +#: gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" @@ -1568,444 +1554,438 @@ msgstr "" "Как разделить строку на несколько строк, если механизму отображения строки " "не хватает места для отображения всей строки" -#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 +#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "Ширина переноса" -#: ../gtk/gtkcellrenderertext.c:471 +#: gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "Ширина, при которой текст переносится" -#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 +#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "Выравнивание" -#: ../gtk/gtkcellrenderertext.c:492 +#: gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "Как выравнивать строки" -#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 -#: ../gtk/gtktexttag.c:564 +#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 msgid "Background set" msgstr "Фон установлен" -#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 -#: ../gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "Влияет ли этот тег на цвет фона" -#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 +#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "Передний план установлен" -#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "Влияет ли этот тег на цвет переднего плана" -#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 +#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 msgid "Editability set" msgstr "Редактируемость установлена" -#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 +#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "Влияет ли этот тег на редактируемость текста" -#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 +#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 msgid "Font family set" msgstr "Семейство шрифта установлено" -#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 +#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "Влияет ли этот тэг на семейство шрифта" -#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 +#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 msgid "Font style set" msgstr "Стиль шрифта установлен" -#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "Влияет ли этот тэг на стиль шрифта" -#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 +#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "Варианта шрифта установлен" -#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 +#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "Влияет ли этот тэг на вариант шрифта" -#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 +#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "Насыщенность шрифта установлена" -#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "Влияет ли этот тэг на насыщенность шрифта" -#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 +#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "Разрядка шрифта установлено" -#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 +#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "Влияет ли этот тэг на разрядку шрифта" -#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 +#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 msgid "Font size set" msgstr "Размера шрифта установлен" -#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 +#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "Влияет ли этот тэг на размер шрифта" -#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 +#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "Масштаба шрифта установлен" -#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 +#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "Масштабирует ли этот тег размер шрифта на коэффициент" -#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 +#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 msgid "Rise set" msgstr "Смещение установлено" -#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 +#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "Влияет ли этот тег на смещение" -#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 +#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "Перечёркивание установлено" -#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 +#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "Влияет ли этот тег на перечёркивание" -#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 +#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 msgid "Underline set" msgstr "Подчёркивание установлено" -#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 +#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "Влияет ли этот тег на подчёркивание" -#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 +#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 msgid "Language set" msgstr "Язык установлен" -#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 +#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "Влияет ли этот тег на язык отрисовки текста" -#: ../gtk/gtkcellrenderertext.c:558 +#: gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "Установка эллиптизации" -#: ../gtk/gtkcellrenderertext.c:559 +#: gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "Влияет ли этот тег на режим эллиптизации" -#: ../gtk/gtkcellrenderertext.c:562 +#: gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "Выравнивание установлено" -#: ../gtk/gtkcellrenderertext.c:563 +#: gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "Влияет ли этот тег на режим выравнивания" -#: ../gtk/gtkcellrenderertoggle.c:126 +#: gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "Состояние переключения" -#: ../gtk/gtkcellrenderertoggle.c:127 +#: gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "Состояние переключения кнопки" -#: ../gtk/gtkcellrenderertoggle.c:134 +#: gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "Нечувствительное состояние" -#: ../gtk/gtkcellrenderertoggle.c:135 +#: gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "Нечувствительное состояние кнопки" -#: ../gtk/gtkcellrenderertoggle.c:142 +#: gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "Активируемое" -#: ../gtk/gtkcellrenderertoggle.c:143 +#: gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "Кнопка-переключатель может быть активирована" -#: ../gtk/gtkcellrenderertoggle.c:150 +#: gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "Радио-состояние" -#: ../gtk/gtkcellrenderertoggle.c:151 +#: gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "Рисовать кнопку-переключатель как радио-кнопку" -#: ../gtk/gtkcellrenderertoggle.c:158 +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "Размер индикатора" -#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 -#: ../gtk/gtkcheckmenuitem.c:122 +#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 +#: gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "Размер индикатора кнопки-флажка или радио-кнопки" -#: ../gtk/gtkcellview.c:182 +#: gtk/gtkcellview.c:182 msgid "CellView model" msgstr "Модель CellView" -#: ../gtk/gtkcellview.c:183 +#: gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "Модель для отображения элементов в ячейке" -#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 -#: ../gtk/gtkoptionmenu.c:168 +#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "Размер индикатора" -#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 -#: ../gtk/gtkoptionmenu.c:174 +#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "Интервал индикатора" -#: ../gtk/gtkcheckbutton.c:78 +#: gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "Пространство вокруг индикатора кнопки-флажка или радио-кнопки" -#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 -#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 -#: ../gtk/gtktoggletoolbutton.c:114 +#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 +#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "Активный" -#: ../gtk/gtkcheckmenuitem.c:99 +#: gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "Имеет ли элемент меню флажок" -#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 +#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "Нечувствительный" -#: ../gtk/gtkcheckmenuitem.c:107 +#: gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "Отображать ли состояние «нечувствительности»" -#: ../gtk/gtkcheckmenuitem.c:114 +#: gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "Рисовать как радио-элемент" -#: ../gtk/gtkcheckmenuitem.c:115 +#: gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "Будет ли элемент меню радио-элементом" -#: ../gtk/gtkcolorbutton.c:171 +#: gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "Использовать прозрачность" -#: ../gtk/gtkcolorbutton.c:172 +#: gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "Давать ли цвету значение прозрачности" -#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 -#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 -#: ../gtk/gtktreeviewcolumn.c:264 +#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 +#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "Заголовок" -#: ../gtk/gtkcolorbutton.c:187 +#: gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "Заголовок диалога выбора цвета" -#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 +#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "Текущий цвет" -#: ../gtk/gtkcolorbutton.c:202 +#: gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "Выбранный цвет" -#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 +#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "Текущее значение прозрачности " -#: ../gtk/gtkcolorbutton.c:217 +#: gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "" -"Текущее значение прозрачности («0» - абсолютно прозрачно, «65535» - " -"абсолютно непрозрачно)" +"Текущее значение прозрачности («0» - абсолютно прозрачно, «65535» - абсолютно " +"непрозрачно)" -#: ../gtk/gtkcolorsel.c:279 +#: gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "Имеет управление прозрачностью" -#: ../gtk/gtkcolorsel.c:280 +#: gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "Позволяет ли диалог выбора цвета управление прозрачностью" -#: ../gtk/gtkcolorsel.c:286 +#: gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "Имеет палитру" -#: ../gtk/gtkcolorsel.c:287 +#: gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "Использовать ли палитру" -#: ../gtk/gtkcolorsel.c:294 +#: gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "Текущий цвет" -#: ../gtk/gtkcolorsel.c:301 +#: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "" -"Текущее значение прозрачности («0» - абсолютно прозрачно, «65535» - " -"абсолютно непрозрачно)" +"Текущее значение прозрачности («0» - абсолютно прозрачно, «65535» - абсолютно " +"непрозрачно)" -#: ../gtk/gtkcolorsel.c:315 +#: gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "Другая палитра" -#: ../gtk/gtkcolorsel.c:316 +#: gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "Палитра, используемая в диалоге выбора цвета" -#: ../gtk/gtkcolorseldialog.c:102 +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "Выбор цвета" -#: ../gtk/gtkcolorseldialog.c:103 +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "Виджет выбор цвета, встроенный в диалог." -#: ../gtk/gtkcolorseldialog.c:109 +#: gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "Кнопка OK" -#: ../gtk/gtkcolorseldialog.c:110 +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "Кнопка диалога OK" -#: ../gtk/gtkcolorseldialog.c:116 +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "Кнопка Cancel" -#: ../gtk/gtkcolorseldialog.c:117 +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "Кнопка Cancel диалога" -#: ../gtk/gtkcolorseldialog.c:123 +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "Кнопка справки" -#: ../gtk/gtkcolorseldialog.c:124 +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "Кнопка справки диалога" -#: ../gtk/gtkcombo.c:145 +#: gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "Включить клавиши-стрелки" -#: ../gtk/gtkcombo.c:146 +#: gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "Будут ли клавиши управления курсором перемещать по списку элементов" -#: ../gtk/gtkcombo.c:152 +#: gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "Всегда включать стрелки" -#: ../gtk/gtkcombo.c:153 +#: gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "Устарелое свойство, игнорируется" -#: ../gtk/gtkcombo.c:159 +#: gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "Чувствительный к регистру" -#: ../gtk/gtkcombo.c:160 +#: gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "Учитывает ли поиск элемента в списке регистр букв" -#: ../gtk/gtkcombo.c:167 +#: gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "Позволять пустое" -#: ../gtk/gtkcombo.c:168 +#: gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "Может ли пустое значение быть введено в это поле" -#: ../gtk/gtkcombo.c:175 +#: gtk/gtkcombo.c:175 msgid "Value in list" msgstr "Значение из списка" -#: ../gtk/gtkcombo.c:176 +#: gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "Присутствуют ли вводимые значения в списке" -#: ../gtk/gtkcombobox.c:661 +#: gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "Модель элемента ComboBox" -#: ../gtk/gtkcombobox.c:662 +#: gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "Модель для выпадающего списка" -#: ../gtk/gtkcombobox.c:679 +#: gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "Ширина размещения элементов в сетке" -#: ../gtk/gtkcombobox.c:701 +#: gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "Столбец заполнения строки" -#: ../gtk/gtkcombobox.c:702 +#: gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "Столбец структуры TreeModel, содержащий значения заполнения строки" -#: ../gtk/gtkcombobox.c:723 +#: gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "Столбец заполнения столбца" -#: ../gtk/gtkcombobox.c:724 +#: gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "Столбец структуры TreeModel, содержащий значения заполнения столбца" -#: ../gtk/gtkcombobox.c:745 +#: gtk/gtkcombobox.c:745 msgid "Active item" msgstr "Активный элемент" -#: ../gtk/gtkcombobox.c:746 +#: gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "Текущий активный элемент" -#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 +#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "Добавлять отделённые меню" -#: ../gtk/gtkcombobox.c:766 +#: gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "Имеют ли выпадающие элементы линию разрыва" -#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 +#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 msgid "Has Frame" msgstr "Имеет рамку" -#: ../gtk/gtkcombobox.c:782 +#: gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "Имеет ли выпадающее меню рамку вокруг дочернего элемента" -#: ../gtk/gtkcombobox.c:790 +#: gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "Перехватывает ли выпадающее меню фокус при щелчке мышью" -#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 +#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "Заголовок отделённого меню" -#: ../gtk/gtkcombobox.c:806 +#: gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" @@ -2013,189 +1993,188 @@ msgstr "" "Заголовок, который диспетчер окон будет может использовать меню после его " "отделения" -#: ../gtk/gtkcombobox.c:823 +#: gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "Показывать всплывающее меню" -#: ../gtk/gtkcombobox.c:824 +#: gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "Будет ли показываться выпадающий список" -#: ../gtk/gtkcombobox.c:840 +#: gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "Чувствительность кнопки" -#: ../gtk/gtkcombobox.c:841 +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "Активна ли кнопка выпадющего списка если модель пуста" -#: ../gtk/gtkcombobox.c:848 +#: gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "Появляется как список" -#: ../gtk/gtkcombobox.c:849 +#: gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "Выглядят ли выпадающие элементы как списки, а не как меню" -#: ../gtk/gtkcombobox.c:865 +#: gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "Размер стрелки" -#: ../gtk/gtkcombobox.c:866 +#: gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "Минимальный размер стрелки выпадающего списка" -#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 -#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 -#: ../gtk/gtkviewport.c:122 +#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 +#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 +#: gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "Тип тени" -#: ../gtk/gtkcombobox.c:882 +#: gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "Тень вокруг выпадающего списка" -#: ../gtk/gtkcontainer.c:238 +#: gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "Режим изменения размера" -#: ../gtk/gtkcontainer.c:239 +#: gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "Определяет способ обработки событий, возникающих при изменении размера" -#: ../gtk/gtkcontainer.c:246 +#: gtk/gtkcontainer.c:246 msgid "Border width" msgstr "Ширина границы" -#: ../gtk/gtkcontainer.c:247 +#: gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "Ширина пустой границы за пределами дочерних объектов контейнера" -#: ../gtk/gtkcontainer.c:255 +#: gtk/gtkcontainer.c:255 msgid "Child" msgstr "Дочерний элемент" -#: ../gtk/gtkcontainer.c:256 +#: gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "" "Может быть использовано для добавления нового дочернего элемента в контейнер" -#: ../gtk/gtkcurve.c:124 +#: gtk/gtkcurve.c:124 msgid "Curve type" msgstr "Тип кривой" -#: ../gtk/gtkcurve.c:125 +#: gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "" "Является ли эта кривая линейной, интерполированной сплайнами или свободной" -#: ../gtk/gtkcurve.c:132 +#: gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "Минимум по X" -#: ../gtk/gtkcurve.c:133 +#: gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "Минимально возможное значение для X" -#: ../gtk/gtkcurve.c:141 +#: gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "Максимум по X" -#: ../gtk/gtkcurve.c:142 +#: gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "Максимально возможное значение для X" -#: ../gtk/gtkcurve.c:150 +#: gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "Минимум по Y" -#: ../gtk/gtkcurve.c:151 +#: gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "Минимально возможное значение для Y" -#: ../gtk/gtkcurve.c:159 +#: gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "Максимум по Y" -#: ../gtk/gtkcurve.c:160 +#: gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Максимально возможное значение для Y" -#: ../gtk/gtkdialog.c:145 +#: gtk/gtkdialog.c:145 msgid "Has separator" msgstr "Имеет разделитель" -#: ../gtk/gtkdialog.c:146 +#: gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "Диалог имеет полосу разделителя над кнопками" -#: ../gtk/gtkdialog.c:191 +#: gtk/gtkdialog.c:191 msgid "Content area border" msgstr "Граница области содержимого" -#: ../gtk/gtkdialog.c:192 +#: gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "Ширина границы вокруг основной области диалога" -#: ../gtk/gtkdialog.c:209 +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "Отступы основной области" -#: ../gtk/gtkdialog.c:210 +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "Расстояния между элементами основной области диалога" -#: ../gtk/gtkdialog.c:217 +#: gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "Интервал кнопок" -#: ../gtk/gtkdialog.c:218 +#: gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "Интервал между кнопками" -#: ../gtk/gtkdialog.c:226 +#: gtk/gtkdialog.c:226 msgid "Action area border" msgstr "Граница области действий" -#: ../gtk/gtkdialog.c:227 +#: gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "Ширина отступа вокруг кнопки снизу в диалоге" -#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 +#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "Позиция курсора" -#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 +#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "Текущая позиция точки вставки (insertion cursor) в символах" -#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 +#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "Граница выделения" -#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 +#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 msgid "" "The position of the opposite end of the selection from the cursor in chars" msgstr "Положение противоположного конца выделения от курсора в символах" -#: ../gtk/gtkentry.c:626 +#: gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "Может ли содержимое поля ввода быть изменено" -#: ../gtk/gtkentry.c:633 +#: gtk/gtkentry.c:633 msgid "Maximum length" msgstr "Максимальная длина" -#: ../gtk/gtkentry.c:634 +#: gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" -msgstr "" -"Максимальное число символов для поля ввода. «0» -- без ограничений" +msgstr "Максимальное число символов для поля ввода. «0» -- без ограничений" -#: ../gtk/gtkentry.c:642 +#: gtk/gtkentry.c:642 msgid "Visibility" msgstr "Видимость" -#: ../gtk/gtkentry.c:643 +#: gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" @@ -2203,30 +2182,30 @@ msgstr "" "Если не установлено, то приводит к отображению «невидимого символа» вместо " "самого текста (режим ввода пароля)" -#: ../gtk/gtkentry.c:651 +#: gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "Если не установлено, то удаляет из элемента внешнюю рамку" -#: ../gtk/gtkentry.c:659 +#: gtk/gtkentry.c:659 msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "" "Отступ между текстом и рамкой. Переопределяет свойство стиля inner-border" -#: ../gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 msgid "Invisible character" msgstr "Невидимый символ" -#: ../gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" "Символ, используемый для сокрытия содержимого поля ввода (в «режиме пароля»)" -#: ../gtk/gtkentry.c:674 +#: gtk/gtkentry.c:674 msgid "Activates default" msgstr "Активизирует действие по умолчанию" -#: ../gtk/gtkentry.c:675 +#: gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" @@ -2234,33 +2213,33 @@ msgstr "" "Активизировать ли действие по умолчанию (например, кнопку, используемую по " "умолчанию в диалоге), если нажата клавиша «Ввод»." -#: ../gtk/gtkentry.c:681 +#: gtk/gtkentry.c:681 msgid "Width in chars" msgstr "Ширина в символах" -#: ../gtk/gtkentry.c:682 +#: gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "Число символов, для которых оставлено место в поле ввода" -#: ../gtk/gtkentry.c:691 +#: gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "Смещение при прокрутке" -#: ../gtk/gtkentry.c:692 +#: gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "" "Количество пикселей поля ввода, вышедших за левую границу экрана при " "прокрутке" -#: ../gtk/gtkentry.c:702 +#: gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "Содержимое поля ввода" -#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 +#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 msgid "X align" msgstr "Выравнивание по X" -#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 +#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -2268,65 +2247,67 @@ msgstr "" "Горизонтальное выравнивание от 0 (влево) до 1 (вправо). Инвертируется для " "формата RTL." -#: ../gtk/gtkentry.c:734 +#: gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "Обрезать многострочный текст" -#: ../gtk/gtkentry.c:735 +#: gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "Обрезать ли вставленный многострочный текст до одной строки." -#: ../gtk/gtkentry.c:751 +#: gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "" "Какой вид тени рисовать вокруг поля ввода когда установлено свойство has-" "frame" -#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 +#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "Режим перезаписи" -#: ../gtk/gtkentry.c:767 +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "Перезаписывает ли вводимый текст существующий" -#: ../gtk/gtkentry.c:781 +#: gtk/gtkentry.c:781 msgid "Text length" msgstr "Длина текста" -#: ../gtk/gtkentry.c:782 +#: gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "Длина текста в поле ввода" -#: ../gtk/gtkentry.c:797 +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "Невидимый набор символов" -#: ../gtk/gtkentry.c:798 +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "Скрывать ли вводимые символы" -#: ../gtk/gtkentry.c:816 +#: gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "Предупреждение о верхнем регистре" -#: ../gtk/gtkentry.c:817 +#: gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" -msgstr "Показывать ли предупреждение о вводе в верхнем регистре в диалоге ввода пароля" +msgstr "" +"Показывать ли предупреждение о вводе в верхнем регистре в диалоге ввода " +"пароля" -#: ../gtk/gtkentry.c:831 +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "Процент выполнения" -#: ../gtk/gtkentry.c:832 +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "Процент выполнения поставленной задачи" -#: ../gtk/gtkentry.c:849 +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "Шаг пульсации" -#: ../gtk/gtkentry.c:850 +#: gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" @@ -2334,266 +2315,266 @@ msgstr "" "Доля общего объема работы, при выполнении которой происходит приращение " "индикатора процесса при вызове gtk_entry_progress_pulse()" -#: ../gtk/gtkentry.c:866 +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "Главный значок" -#: ../gtk/gtkentry.c:867 +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "Значок (Pixbuf) для открытого расширяемого объекта" -#: ../gtk/gtkentry.c:881 +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "Дополнительный значок" -#: ../gtk/gtkentry.c:882 +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "Дополнительный значок для поля ввода" -#: ../gtk/gtkentry.c:896 +#: gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "Идентификатор главного значка" -#: ../gtk/gtkentry.c:897 +#: gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "Главный идентификатор встроенного значка" -#: ../gtk/gtkentry.c:911 +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "Идентификатор дополнительног значка" -#: ../gtk/gtkentry.c:912 +#: gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "Дополнительный идентификатор встроенного значка" -#: ../gtk/gtkentry.c:926 +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "Имя главного значка" -#: ../gtk/gtkentry.c:927 +#: gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "Главное имя для значка" -#: ../gtk/gtkentry.c:941 +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "Имя дополнительного значка" -#: ../gtk/gtkentry.c:942 +#: gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "Дополнительное имя для значка" -#: ../gtk/gtkentry.c:956 +#: gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "Главный значок GIcon" -#: ../gtk/gtkentry.c:957 +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "Главный значок GIcon" -#: ../gtk/gtkentry.c:971 +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "Дополнительный GIcon" -#: ../gtk/gtkentry.c:972 +#: gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "Дополнительный GIcon" -#: ../gtk/gtkentry.c:986 +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "Тип хранения главного значка" -#: ../gtk/gtkentry.c:987 +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "Представление, используемое для главного значка" -#: ../gtk/gtkentry.c:1002 +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "Представление дополнительного значка" -#: ../gtk/gtkentry.c:1003 +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "Представление, используемое для дополнительного значка" -#: ../gtk/gtkentry.c:1024 +#: gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "Главный значок активен" -#: ../gtk/gtkentry.c:1025 +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "Активен ли главный значок" -#: ../gtk/gtkentry.c:1045 +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "Дополнительный значок активен" -#: ../gtk/gtkentry.c:1046 +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "Активен ли дополнительный значок" -#: ../gtk/gtkentry.c:1068 +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "Главный значок чувствительный" -#: ../gtk/gtkentry.c:1069 +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "Чувствителен ли главный значок" -#: ../gtk/gtkentry.c:1090 +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "Дополнительный значок чувствительный" -#: ../gtk/gtkentry.c:1091 +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "Чувствителен ли дополнительный значок" -#: ../gtk/gtkentry.c:1107 +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "Текст всплывающей подсказки главного значка" -#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "Содержание всплывающей подсказки главного значка" -#: ../gtk/gtkentry.c:1124 +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "Текст всплывающей подсказки дополнительного значка" -#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "Содержание всплывающей подсказки дополнительного значка" -#: ../gtk/gtkentry.c:1143 +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "Разметка всплывающей подсказки главного значка" -#: ../gtk/gtkentry.c:1162 +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "Разметка всплывающей подсказки дополнительного значка" -#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "Модуль ввода" -#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "Используемый модуль ввода" -#: ../gtk/gtkentry.c:1197 +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "Подсветка значка" -#: ../gtk/gtkentry.c:1198 +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "Подсвечивать ли активный значок при наведении указателя мыши" -#: ../gtk/gtkentry.c:1211 +#: gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "Пространство вокруг индикатора прогресса" -#: ../gtk/gtkentry.c:1212 +#: gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "Отступы вокруг индикатора прогресса" -#: ../gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "Отступ между текстом и рамкой." -#: ../gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "Подсказка состояния" -#: ../gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "Передавать ли состояние поля ввода для отрисовки тени или фона" -#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "Выделять при фокусировании" -#: ../gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "" "Будет ли содержимое поля ввода выделяться когда поле ввода получает фокус" -#: ../gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "Задержка подсказки в пароле" -#: ../gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "" "Как долго показывать последний введённый символ в элементах ввода пароля" -#: ../gtk/gtkentrycompletion.c:279 +#: gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "Режим дополнения" -#: ../gtk/gtkentrycompletion.c:280 +#: gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "Модель, где искать на совпадения" -#: ../gtk/gtkentrycompletion.c:286 +#: gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "Минимальная длина ключа" -#: ../gtk/gtkentrycompletion.c:287 +#: gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "Минимальная длина ключа в порядке поиска на совпадение" -#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 +#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 msgid "Text column" msgstr "Текстовый столбец" -#: ../gtk/gtkentrycompletion.c:304 +#: gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "Столбец в модели источника данных, содержащий строки." -#: ../gtk/gtkentrycompletion.c:323 +#: gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "Автозавершение" -#: ../gtk/gtkentrycompletion.c:324 +#: gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "Подставлять ли автоматически общую приставку" -#: ../gtk/gtkentrycompletion.c:338 +#: gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "Выпадающее автозавершение" -#: ../gtk/gtkentrycompletion.c:339 +#: gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "Отображаются ли варианты автозавершения в выпадающем окне" -#: ../gtk/gtkentrycompletion.c:354 +#: gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "Ширина выпадающего набора" -#: ../gtk/gtkentrycompletion.c:355 +#: gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "" "Если установлено, выпадающее окно будет иметь такой же размер, как и элемент" -#: ../gtk/gtkentrycompletion.c:373 +#: gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "Выпадающее в одну строку" -#: ../gtk/gtkentrycompletion.c:374 +#: gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "Если установлено, выпадающее окно будет отображаться одной строкой." -#: ../gtk/gtkentrycompletion.c:388 +#: gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "Выбор внутри" -#: ../gtk/gtkentrycompletion.c:389 +#: gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "Ваше описание здесь" -#: ../gtk/gtkeventbox.c:91 +#: gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "Видимое окно" -#: ../gtk/gtkeventbox.c:92 +#: gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." @@ -2601,11 +2582,11 @@ msgstr "" "Является ли область событий видимой в противовес невидимости, используется " "только для перехвата событий." -#: ../gtk/gtkeventbox.c:98 +#: gtk/gtkeventbox.c:98 msgid "Above child" msgstr "Над дочерним элементом" -#: ../gtk/gtkeventbox.c:99 +#: gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." @@ -2613,139 +2594,138 @@ msgstr "" "Располагать ли окно перехвата событий над окном с дочерним элементом в " "противовес расположению снизу." -#: ../gtk/gtkexpander.c:187 +#: gtk/gtkexpander.c:187 msgid "Expanded" msgstr "Расширенный" -#: ../gtk/gtkexpander.c:188 +#: gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "Может ли открытый расширитель обнаруживать дочерний элемент" -#: ../gtk/gtkexpander.c:196 +#: gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "Текст метки расширителя" -#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 +#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 msgid "Use markup" msgstr "Использовать разметку" -#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 +#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "Текст метки включает разметку XML. См. функцию pango_parse_markup()" -#: ../gtk/gtkexpander.c:220 +#: gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "" "Дополнительное пространство, которое будет помещено между меткой и дочерним " "элементом" -#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 +#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "Виджет «Метка»" -#: ../gtk/gtkexpander.c:230 +#: gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "Виджет, который будет отображаться вместо обычной метки расширителя" -#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 +#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "Размер расширителя" -#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 +#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "Размер расширяющей стрелки" -#: ../gtk/gtkexpander.c:246 +#: gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "Интервал вокруг стрелки-расширителя" -#: ../gtk/gtkfilechooser.c:194 +#: gtk/gtkfilechooser.c:194 msgid "Action" msgstr "Действие" -#: ../gtk/gtkfilechooser.c:195 +#: gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "Тип операции, производимой диалогом выбора файлов" -#: ../gtk/gtkfilechooser.c:201 +#: gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "Движок файловой системы" -#: ../gtk/gtkfilechooser.c:202 +#: gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "Наименование используемого движка файловой системы" -#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 +#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "Фильтр" -#: ../gtk/gtkfilechooser.c:208 +#: gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "Текущий фильтр для выбора отображаемых файлов" -#: ../gtk/gtkfilechooser.c:213 +#: gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "Только локальные" -#: ../gtk/gtkfilechooser.c:214 +#: gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "Будут ли выбранные файлы только локальными" -#: ../gtk/gtkfilechooser.c:219 +#: gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "Виджет образца" -#: ../gtk/gtkfilechooser.c:220 +#: gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "Поддерживаемый приложением виджет для отображения образцов файлов." -#: ../gtk/gtkfilechooser.c:225 +#: gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "Виджет образца активен" -#: ../gtk/gtkfilechooser.c:226 +#: gtk/gtkfilechooser.c:226 msgid "" "Whether the application supplied widget for custom previews should be shown." msgstr "Показывать ли поддерживаемый приложением виджет образца." -#: ../gtk/gtkfilechooser.c:231 +#: gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "Использовать метку для образца" -#: ../gtk/gtkfilechooser.c:232 +#: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "Использовать ли встроенную метку с именем показываемого файла." -#: ../gtk/gtkfilechooser.c:237 +#: gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "Дополнительный виджет" -#: ../gtk/gtkfilechooser.c:238 +#: gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "Поддерживаемый приложением виджет для дополнительных опций." -#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 -#: ../gtk/gtkrecentchooser.c:203 +#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "Выделять несколько" -#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 +#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "Допускать ли выделение нескольких файлов" -#: ../gtk/gtkfilechooser.c:250 +#: gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "Показывать скрытые" -#: ../gtk/gtkfilechooser.c:251 +#: gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "Показывать ли скрытые файлы и папки" -#: ../gtk/gtkfilechooser.c:266 +#: gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "Подтверждение перезаписи" -#: ../gtk/gtkfilechooser.c:267 +#: gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." @@ -2753,172 +2733,172 @@ msgstr "" "Спрашивать ли о перезаписи существующих файлов в режиме сохранения диалога " "выбора файлов." -#: ../gtk/gtkfilechooserbutton.c:376 +#: gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "Диалог" -#: ../gtk/gtkfilechooserbutton.c:377 +#: gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "Используемый диалог выбора файлов." -#: ../gtk/gtkfilechooserbutton.c:408 +#: gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "Заголовок диалога выбора файлов." -#: ../gtk/gtkfilechooserbutton.c:422 +#: gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "Желаемая ширина виджета кнопки, в символах." -#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 -#: ../gtk/gtkstatusicon.c:218 +#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 +#: gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "Имя файла" -#: ../gtk/gtkfilesel.c:527 +#: gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "Текущее выбранное имя файла" -#: ../gtk/gtkfilesel.c:533 +#: gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "Показать файловые операции" -#: ../gtk/gtkfilesel.c:534 +#: gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "Показывать ли кнопки для создания/обработки файлов" -#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 +#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 msgid "X position" msgstr "Позиция по X" -#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 +#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "Позиция дочернего виджета по горизонтали" -#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 +#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 msgid "Y position" msgstr "Позиция по Y" -#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 +#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "Позиция дочернего виджета по вертикали" -#: ../gtk/gtkfontbutton.c:143 +#: gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "Заголовок диалога выбора файлов" -#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 +#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 msgid "Font name" msgstr "Наименование шрифта" -#: ../gtk/gtkfontbutton.c:159 +#: gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "Наименование выбранного шрифта" -#: ../gtk/gtkfontbutton.c:160 +#: gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:175 +#: gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "Использовать шрифт в метке" -#: ../gtk/gtkfontbutton.c:176 +#: gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "Использовать ли в метке выбранный шрифт" -#: ../gtk/gtkfontbutton.c:191 +#: gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "Использовать размер в метке" -#: ../gtk/gtkfontbutton.c:192 +#: gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "Использовать ли в метке выбранный размер" -#: ../gtk/gtkfontbutton.c:208 +#: gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "Показывать стиль" -#: ../gtk/gtkfontbutton.c:209 +#: gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "Показывать ли в метке стиль выбранного шрифта" -#: ../gtk/gtkfontbutton.c:224 +#: gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "Показывать размер" -#: ../gtk/gtkfontbutton.c:225 +#: gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "Показывать ли в метке размер выбранного шрифта" -#: ../gtk/gtkfontsel.c:197 +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "Строка, представляющая этот шрифт" -#: ../gtk/gtkfontsel.c:204 +#: gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "Шрифт GdkFont, выбранный на текущий момент" -#: ../gtk/gtkfontsel.c:210 +#: gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "Образец текста" -#: ../gtk/gtkfontsel.c:211 +#: gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "Текст, используемый для демонстрации выбранного шрифта" -#: ../gtk/gtkframe.c:106 +#: gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "Текст метки рамки" -#: ../gtk/gtkframe.c:113 +#: gtk/gtkframe.c:113 msgid "Label xalign" msgstr "Выравнивание метки по оси X" -#: ../gtk/gtkframe.c:114 +#: gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "Горизонтальное выравнивание метки" -#: ../gtk/gtkframe.c:122 +#: gtk/gtkframe.c:122 msgid "Label yalign" msgstr "Выравнивание метки по оси Y" -#: ../gtk/gtkframe.c:123 +#: gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "Вертикальное выравнивание метки" -#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 +#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "Устаревшее свойство, используйте вместо него параметр «Тип тени»." -#: ../gtk/gtkframe.c:138 +#: gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "Тень рамки" -#: ../gtk/gtkframe.c:139 +#: gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "Внешний вид границы рамки" -#: ../gtk/gtkframe.c:148 +#: gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "Виджет, который будет отображаться вместо обычной метки рамки" -#: ../gtk/gtkhandlebox.c:175 +#: gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "Внешний вид тени, окружающей контейнер" -#: ../gtk/gtkhandlebox.c:183 +#: gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "Позиция регулятора" -#: ../gtk/gtkhandlebox.c:184 +#: gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "Позиция регулятора относительно дочернего виджета" -#: ../gtk/gtkhandlebox.c:192 +#: gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "Выравнивать края" -#: ../gtk/gtkhandlebox.c:193 +#: gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" @@ -2926,11 +2906,11 @@ msgstr "" "Сторона контейнера с отсоединяемым виджетом, соединённая с элементом виджета " "для переноса" -#: ../gtk/gtkhandlebox.c:201 +#: gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "Выравнивание краёв установлено" -#: ../gtk/gtkhandlebox.c:202 +#: gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" @@ -2938,271 +2918,271 @@ msgstr "" "Использовать ли значение из свойства snap_edge («Выравнивать края») или " "значение, унаследованное от handle_position («Позиция регулятора»)" -#: ../gtk/gtkhandlebox.c:209 +#: gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "Дочерний виджет отсоединён" -#: ../gtk/gtkhandlebox.c:210 +#: gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." msgstr "Булево значение, показывающее, отсоединён ли дочерний виджет." -#: ../gtk/gtkiconview.c:548 +#: gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "Режим выделения" -#: ../gtk/gtkiconview.c:549 +#: gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "Режим выделения" -#: ../gtk/gtkiconview.c:567 +#: gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "Столбец pixbuf" -#: ../gtk/gtkiconview.c:568 +#: gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "Модель столбца, используемая для получения изображения (pixbuf) значка" -#: ../gtk/gtkiconview.c:586 +#: gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "Модель столбца, используемая для получения из нее текста" -#: ../gtk/gtkiconview.c:605 +#: gtk/gtkiconview.c:605 msgid "Markup column" msgstr "Разметка столбца" -#: ../gtk/gtkiconview.c:606 +#: gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "" "Модель столбца, используемая для получения из нее текста, если используется " "разметка Pango" -#: ../gtk/gtkiconview.c:613 +#: gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "Модель Icon View" -#: ../gtk/gtkiconview.c:614 +#: gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "Модель для просмотра в виде значков" -#: ../gtk/gtkiconview.c:630 +#: gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "Число столбцов" -#: ../gtk/gtkiconview.c:631 +#: gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "Количество отображаемых столбцов" -#: ../gtk/gtkiconview.c:648 +#: gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "Виджет для каждого элемента" -#: ../gtk/gtkiconview.c:649 +#: gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "Ширина, используемая для каждого элемента" -#: ../gtk/gtkiconview.c:665 +#: gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "Пространство, вставляемое между ячейками элемента" -#: ../gtk/gtkiconview.c:680 +#: gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "Межстрочный интервал" -#: ../gtk/gtkiconview.c:681 +#: gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "Пространство, вставляемое между строками сетки" -#: ../gtk/gtkiconview.c:696 +#: gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "Интервал столбцов" -#: ../gtk/gtkiconview.c:697 +#: gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "Пространство между столбцами сетки" -#: ../gtk/gtkiconview.c:712 +#: gtk/gtkiconview.c:712 msgid "Margin" msgstr "Граница" -#: ../gtk/gtkiconview.c:713 +#: gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "" "Пространство, вставляемое между углами значков в режиме просмотра «значки»" -#: ../gtk/gtkiconview.c:730 +#: gtk/gtkiconview.c:730 msgid "" "How the text and icon of each item are positioned relative to each other" msgstr "" "Как текст и значки каждого элемента позиционируются относительно друг друга" -#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 -#: ../gtk/gtktreeviewcolumn.c:307 +#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "Переставляемые" -#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 +#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "Элементы просмотра можно перегруппировывать" -#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 +#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "Столбец всплывающей подсказки" -#: ../gtk/gtkiconview.c:755 +#: gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "" "Столбец в модели источника данных, содержащий текст всплывающей подсказки " "элементов" -#: ../gtk/gtkiconview.c:766 +#: gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "Цвет диалога выделения" -#: ../gtk/gtkiconview.c:767 +#: gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "Цвет диалога выделения" -#: ../gtk/gtkiconview.c:773 +#: gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "Прозрачность диалога выделения" -#: ../gtk/gtkiconview.c:774 +#: gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "Прозрачность диалога выделения" -#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 +#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "Pixbuf" -#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 +#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "Отображаемый GdkPixbuf" -#: ../gtk/gtkimage.c:139 +#: gtk/gtkimage.c:139 msgid "Pixmap" msgstr "Pixmap" -#: ../gtk/gtkimage.c:140 +#: gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "Отображаемая картинка GdkPixmap" -#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 +#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "Изображение" -#: ../gtk/gtkimage.c:148 +#: gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "Отображаемое изображение (GdkImage)" -#: ../gtk/gtkimage.c:155 +#: gtk/gtkimage.c:155 msgid "Mask" msgstr "Маска" -#: ../gtk/gtkimage.c:156 +#: gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "Битовая маска, используемая с объектами GdkImage или GdkPixmap" -#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 +#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "Имя файла для загрузки и отображения" -#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 +#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "Идентификатор (ID) встроенного изображения для отображения" -#: ../gtk/gtkimage.c:180 +#: gtk/gtkimage.c:180 msgid "Icon set" msgstr "Набор значков" -#: ../gtk/gtkimage.c:181 +#: gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "Отображаемый набор значков" -#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:216 ../gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Размер значка" -#: ../gtk/gtkimage.c:189 +#: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "" "Символический размер для встроенного значка, набора значков или именованного " "значка" -#: ../gtk/gtkimage.c:205 +#: gtk/gtkimage.c:205 msgid "Pixel size" msgstr "Размер в пикселах" -#: ../gtk/gtkimage.c:206 +#: gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "Размер в пикселах, используемый для именованного значка" -#: ../gtk/gtkimage.c:214 +#: gtk/gtkimage.c:214 msgid "Animation" msgstr "Анимация" -#: ../gtk/gtkimage.c:215 +#: gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "Объект GdkPixbufAnimation для отображения" -#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 +#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "Тип хранения" -#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 +#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "Представление, используемое для данных изображения" -#: ../gtk/gtkimagemenuitem.c:136 +#: gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "Дочерний виджет, появляющийся на экране рядом с текстом меню" -#: ../gtk/gtkimagemenuitem.c:151 +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" -msgstr "Использовать ли текст метки встроенного значка при создании элемента меню" +msgstr "" +"Использовать ли текст метки встроенного значка при создании элемента меню" -#: ../gtk/gtkimagemenuitem.c:169 +#: gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "Всегда показывать значок" -#: ../gtk/gtkimagemenuitem.c:170 +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "Показывать ли значок в меню" -#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "Группа ускорителей" -#: ../gtk/gtkimagemenuitem.c:185 +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "Группа ускорителей для добавления быстрых клавиш встроенного значка" -#: ../gtk/gtkimagemenuitem.c:190 +#: gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "Показывать изображения в меню" -#: ../gtk/gtkimagemenuitem.c:191 +#: gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "Показывать ли в меню изображения" -#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Экран, на котором будет отображено окно" -#: ../gtk/gtklabel.c:368 +#: gtk/gtklabel.c:368 msgid "The text of the label" msgstr "Текст метки" -#: ../gtk/gtklabel.c:375 +#: gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "Список атрибутов стиля, применяемых к тексту метки" -#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 +#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 msgid "Justification" msgstr "Выравнивание" -#: ../gtk/gtklabel.c:397 +#: gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " @@ -3212,11 +3192,11 @@ msgstr "" "выравнивание метки внутри указанного для нее места. По этому вопросу см. " "GtkMisc::xalign" -#: ../gtk/gtklabel.c:405 +#: gtk/gtklabel.c:405 msgid "Pattern" msgstr "Шаблон" -#: ../gtk/gtklabel.c:406 +#: gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" @@ -3224,49 +3204,49 @@ msgstr "" "Строка с символами _ , позиция которых соответствует позиции символов, " "которые надо подчеркнуть в тексте" -#: ../gtk/gtklabel.c:413 +#: gtk/gtklabel.c:413 msgid "Line wrap" msgstr "Перенос строк" -#: ../gtk/gtklabel.c:414 +#: gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "Если установлено, переносит слишком длинные строки текста" -#: ../gtk/gtklabel.c:429 +#: gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "Режим переноса строк" -#: ../gtk/gtklabel.c:430 +#: gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "" "Если режим переноса установлен, контролирует, как производится разрыв строк" -#: ../gtk/gtklabel.c:437 +#: gtk/gtklabel.c:437 msgid "Selectable" msgstr "Выделяемый" -#: ../gtk/gtklabel.c:438 +#: gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "Может ли текст метки быть выделен с помощью мыши" -#: ../gtk/gtklabel.c:444 +#: gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "Мнемоническая клавиша" -#: ../gtk/gtklabel.c:445 +#: gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "Мнемоническая быстрая клавиша для этой метки" -#: ../gtk/gtklabel.c:453 +#: gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "Мнемонический виджет" -#: ../gtk/gtklabel.c:454 +#: gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "" "Виджет, который будет активизирован при нажатии мнемонической клавиши метки" -#: ../gtk/gtklabel.c:500 +#: gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" @@ -3274,102 +3254,102 @@ msgstr "" "Предпочтительное место для эллиптизации строки, если места в метке " "недостаточно для отображения всей строки." -#: ../gtk/gtklabel.c:540 +#: gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "Режим одной строки" -#: ../gtk/gtklabel.c:541 +#: gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "Находится ли ярлык в режиме одной строки" -#: ../gtk/gtklabel.c:558 +#: gtk/gtklabel.c:558 msgid "Angle" msgstr "Угол" -#: ../gtk/gtklabel.c:559 +#: gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "Угол, на который поворачивается ярлык" -#: ../gtk/gtklabel.c:579 +#: gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "Максимальная ширина в символах" -#: ../gtk/gtklabel.c:580 +#: gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "Желаемая максимальная ширина ярлыка, в символах" -#: ../gtk/gtklabel.c:696 +#: gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "" "Выделять ли содержимое метки, поддерживающей выделение при получении фокуса" -#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 +#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "Подгонка по горизонтали" -#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 +#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "Значение GtkAdjustment для горизонтальной позиции элемента" -#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 +#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "Подгонка по вертикали" -#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 +#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "Значение GtkAdjustment для вертикальной позиции элемента." -#: ../gtk/gtklayout.c:633 +#: gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "Ширина макета" -#: ../gtk/gtklayout.c:642 +#: gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "Высота макета" -#: ../gtk/gtklinkbutton.c:145 +#: gtk/gtklinkbutton.c:145 msgid "URI" msgstr "URI" -#: ../gtk/gtklinkbutton.c:146 +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "URI, связанный с этой кнопкой" -#: ../gtk/gtklinkbutton.c:160 +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "Посещён" -#: ../gtk/gtklinkbutton.c:161 +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "Открывалась ли эта ссылка ранее." -#: ../gtk/gtkmenu.c:501 +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "Текущий выбранный элемент меню" -#: ../gtk/gtkmenu.c:516 +#: gtk/gtkmenu.c:516 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:285 msgid "Accel Path" msgstr "Путь ускорителя" -#: ../gtk/gtkmenu.c:531 +#: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "" "Путь ускорителя, используемый для создания пути ускорителей дочерних " "элементов" -#: ../gtk/gtkmenu.c:547 +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "Подсоединённый виджет" -#: ../gtk/gtkmenu.c:548 +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "Виджет, подсоединённый к этому меню" -#: ../gtk/gtkmenu.c:556 +#: gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" @@ -3377,138 +3357,138 @@ msgstr "" "Заголовок, который диспетчер окон будет отображать для меню после его " "отделения" -#: ../gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "Состояние линии разрыва" -#: ../gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "Булево значение, которое показывает, является ли меню «отрывным»" -#: ../gtk/gtkmenu.c:585 +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "Монитор" -#: ../gtk/gtkmenu.c:586 +#: gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "Монитор, на котором это меню будет отображено" -#: ../gtk/gtkmenu.c:592 +#: gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "Вертикальное дополнение" -#: ../gtk/gtkmenu.c:593 +#: gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "Дополнительное пространство, добавляемое к меню сверху и снизу" -#: ../gtk/gtkmenu.c:601 +#: gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "Горизонтальные дополнение" -#: ../gtk/gtkmenu.c:602 +#: gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "Дополнительное пространство, добавляемое к меню справа и слева" -#: ../gtk/gtkmenu.c:610 +#: gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "Вертикальный отступ" -#: ../gtk/gtkmenu.c:611 +#: gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" msgstr "" "Когда меню является подменю, оно располагается со смещением по вертикали" -#: ../gtk/gtkmenu.c:619 +#: gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "Горизонтальный отступ" -#: ../gtk/gtkmenu.c:620 +#: gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" msgstr "" "Когда меню является подменю, оно располагается со смещением по горизонтали" -#: ../gtk/gtkmenu.c:628 +#: gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "Двойные стрелки" -#: ../gtk/gtkmenu.c:629 +#: gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "При прокрутке показывать обе стрелки." -#: ../gtk/gtkmenu.c:642 +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "Размещение стрелки" -#: ../gtk/gtkmenu.c:643 +#: gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "Задаёт размещение стрелок прокрутки" -#: ../gtk/gtkmenu.c:651 +#: gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "Прибавление слева" -#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 +#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "Число столбцов, прибавляемых к левой стороне дочернего элемента" -#: ../gtk/gtkmenu.c:659 +#: gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "Прибавление справа" -#: ../gtk/gtkmenu.c:660 +#: gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "Число столбцов, прибавляемых к правой стороне дочернего элемента" -#: ../gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "Прибавление сверху" -#: ../gtk/gtkmenu.c:668 +#: gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "Число строк, прибавляемых к верхней стороне дочернего элемента" -#: ../gtk/gtkmenu.c:675 +#: gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "Прибавление снизу" -#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 +#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "Число строк, прибавляемых к нижней стороне дочернего элемента" -#: ../gtk/gtkmenu.c:690 +#: gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "Произвольное значение для уменьшения размера стрелки прокрутки" -#: ../gtk/gtkmenu.c:777 +#: gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "Можно изменять комбинации клавиш" -#: ../gtk/gtkmenu.c:778 +#: gtk/gtkmenu.c:778 msgid "" "Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "" "Можно ли изменить быструю клавишу меню при нажатии клавиши на элементе меню" -#: ../gtk/gtkmenu.c:783 +#: gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "Задержка перед появлением подменю" -#: ../gtk/gtkmenu.c:784 +#: gtk/gtkmenu.c:784 msgid "" "Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" "Минимальное время, которое указатель мыши должен находиться над пунктом " "меню, чтобы было отображено подменю" -#: ../gtk/gtkmenu.c:791 +#: gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "Задержка перед сокрытием подменю" -#: ../gtk/gtkmenu.c:792 +#: gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" @@ -3516,280 +3496,280 @@ msgstr "" "Минимальное время, которое указатель мыши должен провести вне пределов " "подменю, чтобы оно (подменю) было скрыто" -#: ../gtk/gtkmenubar.c:168 +#: gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "Направление упаковки" -#: ../gtk/gtkmenubar.c:169 +#: gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "Направление упаковки меню" -#: ../gtk/gtkmenubar.c:185 +#: gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "Направление упаковки дочернего меню" -#: ../gtk/gtkmenubar.c:186 +#: gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "Направление упаковки дочернего меню" -#: ../gtk/gtkmenubar.c:195 +#: gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "Стиль скоса вокруг строки меню" -#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 +#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "Внутреннее дополнение" -#: ../gtk/gtkmenubar.c:203 +#: gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "Пространство между тенью панели меню и элементами меню" -#: ../gtk/gtkmenubar.c:210 +#: gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "Задержка перед появлением «выпадающего вниз» меню" -#: ../gtk/gtkmenubar.c:211 +#: gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "Задержка перед появлением подменю у основного меню" -#: ../gtk/gtkmenuitem.c:252 +#: gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "Выровнено по правому краю" -#: ../gtk/gtkmenuitem.c:253 +#: gtk/gtkmenuitem.c:253 msgid "" "Sets whether the menu item appears justified at the right side of a menu bar" msgstr "Выровнено ли меню по правому краю панели меню" -#: ../gtk/gtkmenuitem.c:267 +#: gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "Подменю" -#: ../gtk/gtkmenuitem.c:268 +#: gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" msgstr "" "Подменю, присоединённое к этому пункту меню, или NULL, если таковое " "отсутствует" -#: ../gtk/gtkmenuitem.c:286 +#: gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "Задаёт путь ускорителя для элемента меню" -#: ../gtk/gtkmenuitem.c:301 +#: gtk/gtkmenuitem.c:301 msgid "The text for the child label" msgstr "Текст для дочерней метки" -#: ../gtk/gtkmenuitem.c:364 +#: gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "" "Пространство, занимаемое стрелкой, относительно размера шрифта элемента меню" -#: ../gtk/gtkmenuitem.c:377 +#: gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "Ширина в символах" -#: ../gtk/gtkmenuitem.c:378 +#: gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "Минимальная ширина элемента меню, в символах" -#: ../gtk/gtkmenushell.c:374 +#: gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "Перехватывает фокус" -#: ../gtk/gtkmenushell.c:375 +#: gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "Булево значение, определяющее, перехватывает ли меню фокус клавиатуры" -#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 +#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "Меню" -#: ../gtk/gtkmenutoolbutton.c:246 +#: gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "Выпадающее меню" -#: ../gtk/gtkmessagedialog.c:98 +#: gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "Граница изображения/метки" -#: ../gtk/gtkmessagedialog.c:99 +#: gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "Ширина отступа вокруг метки и изображения в диалоге сообщения" -#: ../gtk/gtkmessagedialog.c:114 +#: gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "Использовать разделитель" -#: ../gtk/gtkmessagedialog.c:115 +#: gtk/gtkmessagedialog.c:115 msgid "" "Whether to put a separator between the message dialog's text and the buttons" msgstr "Помещать ли разделитель между текстом и кнопками диалога сообщений" -#: ../gtk/gtkmessagedialog.c:128 +#: gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "Тип сообщения" -#: ../gtk/gtkmessagedialog.c:129 +#: gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "Тип сообщения" -#: ../gtk/gtkmessagedialog.c:136 +#: gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "Кнопки сообщения" -#: ../gtk/gtkmessagedialog.c:137 +#: gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "Кнопки, отображаемые в диалоге сообщения" -#: ../gtk/gtkmessagedialog.c:154 +#: gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "Главный текст диалога сообщения" -#: ../gtk/gtkmessagedialog.c:169 +#: gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "Использовать разметку" -#: ../gtk/gtkmessagedialog.c:170 +#: gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "Главный текст диалога сообщения использует разметку Pango." -#: ../gtk/gtkmessagedialog.c:184 +#: gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "Вторичный текст" -#: ../gtk/gtkmessagedialog.c:185 +#: gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "Вторичный текст диалога сообщения" -#: ../gtk/gtkmessagedialog.c:200 +#: gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "Использовать разметку во вторичном" -#: ../gtk/gtkmessagedialog.c:201 +#: gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "Вторичный текст диалога сообщения использует разметку Pango." -#: ../gtk/gtkmessagedialog.c:216 +#: gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "Изображение" -#: ../gtk/gtkmisc.c:83 +#: gtk/gtkmisc.c:83 msgid "Y align" msgstr "Y-выравнивание" -#: ../gtk/gtkmisc.c:84 +#: gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "Вертикальное выравнивание от 0 (вверх) до 1 (вниз)" -#: ../gtk/gtkmisc.c:93 +#: gtk/gtkmisc.c:93 msgid "X pad" msgstr "Заполнение по горизонтали" -#: ../gtk/gtkmisc.c:94 +#: gtk/gtkmisc.c:94 msgid "" "The amount of space to add on the left and right of the widget, in pixels" msgstr "Пространство, добавляемое к виджету слева и справа, в пикселях" -#: ../gtk/gtkmisc.c:103 +#: gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Заполнение по вертикали" -#: ../gtk/gtkmisc.c:104 +#: gtk/gtkmisc.c:104 msgid "" "The amount of space to add on the top and bottom of the widget, in pixels" msgstr "Пространство, добавляемое к виджету сверху и снизу, в пикселях" -#: ../gtk/gtkmountoperation.c:139 +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "Родитель" -#: ../gtk/gtkmountoperation.c:140 +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "Родительское окно" -#: ../gtk/gtkmountoperation.c:147 +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "Диалог отображён" -#: ../gtk/gtkmountoperation.c:148 +#: gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "Отображать ли диалог" -#: ../gtk/gtkmountoperation.c:156 +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "Экран, на котором будет отображено это окно." -#: ../gtk/gtknotebook.c:577 +#: gtk/gtknotebook.c:577 msgid "Page" msgstr "Страница" -#: ../gtk/gtknotebook.c:578 +#: gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "Индекс текущей страницы" -#: ../gtk/gtknotebook.c:586 +#: gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "Размещение вкладки" -#: ../gtk/gtknotebook.c:587 +#: gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "На какой стороне блокнота помещаются вкладки" -#: ../gtk/gtknotebook.c:594 +#: gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "Граница вкладки" -#: ../gtk/gtknotebook.c:595 +#: gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "Ширина отступа вокруг меток вкладки" -#: ../gtk/gtknotebook.c:603 +#: gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "Горизонтальная граница вкладки" -#: ../gtk/gtknotebook.c:604 +#: gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "Ширина горизонтальной границы меток вкладки" -#: ../gtk/gtknotebook.c:612 +#: gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "Вертикальная граница вкладки" -#: ../gtk/gtknotebook.c:613 +#: gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "Ширина вертикальной границы меток вкладки" -#: ../gtk/gtknotebook.c:621 +#: gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "Показать вкладки" -#: ../gtk/gtknotebook.c:622 +#: gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "Показывать ли вкладки" -#: ../gtk/gtknotebook.c:628 +#: gtk/gtknotebook.c:628 msgid "Show Border" msgstr "Показывать границу" -#: ../gtk/gtknotebook.c:629 +#: gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "Будет ли отображаться граница элемента" -#: ../gtk/gtknotebook.c:635 +#: gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "Прокручиваемый" -#: ../gtk/gtknotebook.c:636 +#: gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "" "Если установлено, то стрелки прокрутки будут добавлены, если есть слишком " "много вкладок, чтобы поместиться в окне" -#: ../gtk/gtknotebook.c:642 +#: gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "Включить всплывающие меню" -#: ../gtk/gtknotebook.c:643 +#: gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" @@ -3798,364 +3778,362 @@ msgstr "" "появится всплывающее меню, которое можно использовать для перемещения по " "страницам" -#: ../gtk/gtknotebook.c:650 +#: gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "Имеют ли вкладки одинаковый размер" -#: ../gtk/gtknotebook.c:656 +#: gtk/gtknotebook.c:656 msgid "Group ID" msgstr "Группа" -#: ../gtk/gtknotebook.c:657 +#: gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "Идентификатор группы для отсоединения и переноса вкладок" -#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 -#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 -#: ../gtk/gtkradiotoolbutton.c:65 +#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 +#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "Группа" -#: ../gtk/gtknotebook.c:674 +#: gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "Идентификатор группы для отсоединения и переноса вкладок" -#: ../gtk/gtknotebook.c:680 +#: gtk/gtknotebook.c:680 msgid "Tab label" msgstr "Метка вкладки" -#: ../gtk/gtknotebook.c:681 +#: gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "Строка, отображаемая на метке вкладки дочернего элемента" -#: ../gtk/gtknotebook.c:687 +#: gtk/gtknotebook.c:687 msgid "Menu label" msgstr "Метка меню" -#: ../gtk/gtknotebook.c:688 +#: gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "Строка, отображаемая в пункте меню вкладки дочернего элемента" -#: ../gtk/gtknotebook.c:701 +#: gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "Расширение вкладок" -#: ../gtk/gtknotebook.c:702 +#: gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "Расширяются ли вкладки дочернего элемента" -#: ../gtk/gtknotebook.c:708 +#: gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "Заполнение вкладок" -#: ../gtk/gtknotebook.c:709 +#: gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "Заполняют ли вкладки дочернего элемента всю область" -#: ../gtk/gtknotebook.c:715 +#: gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "Тип упаковки вкладки" -#: ../gtk/gtknotebook.c:722 +#: gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "Переставляемые вкладки" -#: ../gtk/gtknotebook.c:723 +#: gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "Может ли пользователь переставлять вкладки" -#: ../gtk/gtknotebook.c:729 +#: gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "Отделяемые вкладки" -#: ../gtk/gtknotebook.c:730 +#: gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "Можно ли отделить вкладку" -#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 +#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "Дополнительная кнопка перемещения назад" -#: ../gtk/gtknotebook.c:746 +#: gtk/gtknotebook.c:746 msgid "" "Display a second backward arrow button on the opposite end of the tab area" msgstr "" "Отображать вторую кнопку со стрелкой назад на противоположной стороне полосы " "вкладок" -#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 +#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "Дополнительная кнопка перемещения вперёд" -#: ../gtk/gtknotebook.c:762 +#: gtk/gtknotebook.c:762 msgid "" "Display a second forward arrow button on the opposite end of the tab area" msgstr "" "Отображать вторую кнопку со стрелкой вперёд на противоположной стороне " "полосы вкладок" -#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 +#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "Кнопка перемещения назад" -#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 +#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "Отображать стандартную кнопку со стрелкой назад" -#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 +#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "Кнопка перемещения вперёд" -#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 +#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "Отображать стандартную кнопку со стрелкой вперёд" -#: ../gtk/gtknotebook.c:806 +#: gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "Перекрытие вкладок" -#: ../gtk/gtknotebook.c:807 +#: gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "Размер области перекрытия вкладок" -#: ../gtk/gtknotebook.c:822 +#: gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "Сглаживание вкладки" -#: ../gtk/gtknotebook.c:823 +#: gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "Размер сглаживания вкладки" -#: ../gtk/gtknotebook.c:839 +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "Пространство вокруг стрелки" -#: ../gtk/gtknotebook.c:840 +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "Пространство вокруг стрелки прокрутки" -#: ../gtk/gtkobject.c:370 +#: gtk/gtkobject.c:370 msgid "User Data" msgstr "Пользовательские данные" -#: ../gtk/gtkobject.c:371 +#: gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "Анонимный указатель на пользовательские данные" -#: ../gtk/gtkoptionmenu.c:162 +#: gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "Параметры меню" -#: ../gtk/gtkoptionmenu.c:169 +#: gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "Размер выпадающего индикатора" -#: ../gtk/gtkoptionmenu.c:175 +#: gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "Интервал вокруг индикатора" -#: ../gtk/gtkorientable.c:75 +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "Ориентация элемента" -#: ../gtk/gtkpaned.c:242 +#: gtk/gtkpaned.c:242 msgid "" "Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "" "Позиция разделителя в пикселях (0 означает все пространство до левого " "верхнего угла)" -#: ../gtk/gtkpaned.c:251 +#: gtk/gtkpaned.c:251 msgid "Position Set" msgstr "Задавать положение" -#: ../gtk/gtkpaned.c:252 +#: gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "Если установлено, то будет использоваться параметр «Position»" -#: ../gtk/gtkpaned.c:258 +#: gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "Размер элемента" -#: ../gtk/gtkpaned.c:259 +#: gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "Ширина элемента" -#: ../gtk/gtkpaned.c:275 +#: gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "Минимальная позиция" -#: ../gtk/gtkpaned.c:276 +#: gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "Наименьшее возможное значение для параметра «position»" -#: ../gtk/gtkpaned.c:293 +#: gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "Максимальная позиция" -#: ../gtk/gtkpaned.c:294 +#: gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "Наибольшее возможное значение для параметра «position»" -#: ../gtk/gtkpaned.c:311 +#: gtk/gtkpaned.c:311 msgid "Resize" msgstr "Изменяемый" -#: ../gtk/gtkpaned.c:312 +#: gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "" "Если установлено, то дочерний элемент изменяет размеры вместе с родительским" -#: ../gtk/gtkpaned.c:327 +#: gtk/gtkpaned.c:327 msgid "Shrink" msgstr "Сжимаемый" -#: ../gtk/gtkpaned.c:328 +#: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "" "Если установлено, то дочерний элемент может быть сжат относительно " "запрошенных размеров" -#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "Встроено" -#: ../gtk/gtkplug.c:151 +#: gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "Встроено ли окно в родительский виджет" -#: ../gtk/gtkplug.c:165 +#: gtk/gtkplug.c:165 msgid "Socket Window" msgstr "Удалённое окно" -#: ../gtk/gtkplug.c:166 +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "Удалённое окно, в которое встроен этот виджет" -#: ../gtk/gtkpreview.c:102 +#: gtk/gtkpreview.c:102 msgid "" "Whether the preview widget should take up the entire space it is allocated" msgstr "" "Будет ли виджет просмотра образца занимать всё отведенное ему пространство" -#: ../gtk/gtkprinter.c:124 +#: gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "Имя принтера" -#: ../gtk/gtkprinter.c:130 +#: gtk/gtkprinter.c:130 msgid "Backend" msgstr "Система печати" -#: ../gtk/gtkprinter.c:131 +#: gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "Система печати для принтера" -#: ../gtk/gtkprinter.c:137 +#: gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "Виртуальный" -#: ../gtk/gtkprinter.c:138 +#: gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "Не установлено, если принтер представляет реальное оборудование" -#: ../gtk/gtkprinter.c:144 +#: gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "Принимает PDF" -#: ../gtk/gtkprinter.c:145 +#: gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "Установлено, если принтер принимает документы формата PDF" -#: ../gtk/gtkprinter.c:151 +#: gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "Принимает PostScript" -#: ../gtk/gtkprinter.c:152 +#: gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "Установлено, если принтер принимает документы формата PostScript" -#: ../gtk/gtkprinter.c:158 +#: gtk/gtkprinter.c:158 msgid "State Message" msgstr "Сообщение состояния" -#: ../gtk/gtkprinter.c:159 +#: gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "Строка, описывающая текущее состояние принтера" -#: ../gtk/gtkprinter.c:165 +#: gtk/gtkprinter.c:165 msgid "Location" msgstr "Расположение" -#: ../gtk/gtkprinter.c:166 +#: gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "Расположение принтера" -#: ../gtk/gtkprinter.c:173 +#: gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "Значок для принтера" -#: ../gtk/gtkprinter.c:179 +#: gtk/gtkprinter.c:179 msgid "Job Count" msgstr "Счётчик задач" -#: ../gtk/gtkprinter.c:180 +#: gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "Число запланированных в принтере задач" -#: ../gtk/gtkprinter.c:198 +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "Принтер приостановлен" -#: ../gtk/gtkprinter.c:199 +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "Установлено, если принтер приостановлен" -#: ../gtk/gtkprinter.c:212 +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "Принимает задания" -#: ../gtk/gtkprinter.c:213 +#: gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "Установлено, если принтер принимает новые задания" -#: ../gtk/gtkprinteroptionwidget.c:123 +#: gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "Параметры принтера" -#: ../gtk/gtkprinteroptionwidget.c:124 +#: gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "Объект PrinterOption, относящийся к этому элементу" -#: ../gtk/gtkprintjob.c:117 +#: gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "Заголовок задания печати" -#: ../gtk/gtkprintjob.c:125 +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "Принтер" -#: ../gtk/gtkprintjob.c:126 +#: gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "Принтер для печати задания" -#: ../gtk/gtkprintjob.c:134 +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "Настройки" -#: ../gtk/gtkprintjob.c:135 +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "Настройки принтера" -#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 -#: ../gtk/gtkprintunixdialog.c:258 +#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "Настройки страницы" -#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "Следить за состоянием принтера" -#: ../gtk/gtkprintjob.c:153 +#: gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." @@ -4163,51 +4141,51 @@ msgstr "" "Установлено, если эта задача будет порождать сигнал «status-changed» при " "отсылке данных на принтер или сервер печати." -#: ../gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "Настройки страницы по умолчанию" -#: ../gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "Объект GtkPageSetup используемый по умолчанию" -#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "Настройки печати" -#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "Объект GtkPrintSettings, используемый для инициализации диалога" -#: ../gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "Имя задачи" -#: ../gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "Строка, используемая для идентификации задачи печати." -#: ../gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "Число страниц" -#: ../gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr "Число страниц в документе." -#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "Текущая страница" -#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "Текущая страница документа" -#: ../gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "Использовать страницу целиком" -#: ../gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1007 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" @@ -4215,7 +4193,7 @@ msgstr "" "Установлено, если угол печатаемых данных должен располагаться в вершине " "страницы, а не в вершине отображаемой области" -#: ../gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1028 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." @@ -4223,123 +4201,122 @@ msgstr "" "Установлено, если задача печати будет сообщать о своем состоянии даже после " "того, как данные будут отосланы на принтер или сервер печати." -#: ../gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "Единицы" -#: ../gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "Единицы, в которых измеряются размеры" -#: ../gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "Показать диалог" -#: ../gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr "" "Установлено, если во время печати показывается диалог текущего состояния." -#: ../gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "Разрешить асинхронно" -#: ../gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "Установлено, если процесс печати может происходить асинхронно." -#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "Файл" -#: ../gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "Состояние" -#: ../gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "Состояние операции печати" -#: ../gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "Строка состояния" -#: ../gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "Описание статуса, показываемое пользователю" -#: ../gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "Настраиваемая метка вкладки" -#: ../gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "Метка для вкладки, содержащей дополнительные элементы." -#: ../gtk/gtkprintunixdialog.c:259 +#: gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "Используемый объект GtkPageSetup" -#: ../gtk/gtkprintunixdialog.c:284 +#: gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "Выбранный принтер" -#: ../gtk/gtkprintunixdialog.c:285 +#: gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "Выбранный объект GtkPrinter" -#: ../gtk/gtkprogress.c:102 +#: gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "Режим активности" -#: ../gtk/gtkprogress.c:103 +#: gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " "is used when you're doing something but don't know how long it will take." msgstr "" -"Если установлено, то объект GtkProgress находится в т.н. «режиме активности" -"», сигнализируя, что что-то происходит, но как долго осталось до завершения " -"-- неизвестно. Это используется для индикации длительного процесса, когда " +"Если установлено, то объект GtkProgress находится в т.н. «режиме активности», " +"сигнализируя, что что-то происходит, но как долго осталось до завершения -- " +"неизвестно. Это используется для индикации длительного процесса, когда " "время завершения процесса неизвестно." -#: ../gtk/gtkprogress.c:111 +#: gtk/gtkprogress.c:111 msgid "Show text" msgstr "Показывать текст" -#: ../gtk/gtkprogress.c:112 +#: gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "Будет ли ход выполнения процесса отображаться в виде текста" -#: ../gtk/gtkprogressbar.c:119 +#: gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "" "Компонент GtkAdjustment, связанный с индикатором прогресса (Устаревший)" -#: ../gtk/gtkprogressbar.c:135 +#: gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "Стиль строки" -#: ../gtk/gtkprogressbar.c:136 +#: gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "" "Определяет вид индикатора в режиме процентного соотношения (Устаревший)" -#: ../gtk/gtkprogressbar.c:144 +#: gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "Шаг активности" -#: ../gtk/gtkprogressbar.c:145 +#: gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "" -"Приращение, выполняемое при каждой итерации в «режиме активности" -"» (Устаревший)" +"Приращение, выполняемое при каждой итерации в «режиме активности» (Устаревший)" -#: ../gtk/gtkprogressbar.c:152 +#: gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "Блоки активности" -#: ../gtk/gtkprogressbar.c:153 +#: gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" @@ -4347,11 +4324,11 @@ msgstr "" "Количество блоков индикации, которые помещаются в области индикатора " "прогресса в «режиме активности» (Устаревший)" -#: ../gtk/gtkprogressbar.c:160 +#: gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "Отдельные блоки индикации" -#: ../gtk/gtkprogressbar.c:161 +#: gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" @@ -4359,29 +4336,29 @@ msgstr "" "Количество отдельных блоков в индикаторе прогресса (если индикатор " "отображается как несплошная линия)" -#: ../gtk/gtkprogressbar.c:168 +#: gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "Процент выполнения" -#: ../gtk/gtkprogressbar.c:169 +#: gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "Выполненная часть работы" -#: ../gtk/gtkprogressbar.c:176 +#: gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "Шаг пульсации" -#: ../gtk/gtkprogressbar.c:177 +#: gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "" "Доля общего объема работы, при выполнении которой происходит приращение " "индикатора процесса" -#: ../gtk/gtkprogressbar.c:185 +#: gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "Текст, отображаемый в индикаторе прогресса" -#: ../gtk/gtkprogressbar.c:207 +#: gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." @@ -4389,59 +4366,59 @@ msgstr "" "Предпочтительное место для эллиптизации строки, если индикатор хода процесса " "не имеет достаточно места для отображения всей строки." -#: ../gtk/gtkprogressbar.c:214 +#: gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "Отступ по горизонтали" -#: ../gtk/gtkprogressbar.c:215 +#: gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "Дополнительная граница вокруг индикатора хода прогресса." -#: ../gtk/gtkprogressbar.c:220 +#: gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "Интервал по Y" -#: ../gtk/gtkprogressbar.c:221 +#: gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "Дополнительное пространство в высоту вокруг индикатора хода прогресса." -#: ../gtk/gtkprogressbar.c:234 +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "Минимальная ширина горизонтального индикатора прогресса" -#: ../gtk/gtkprogressbar.c:235 +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "Минимальная ширина горизонтального индикатора прогресса" -#: ../gtk/gtkprogressbar.c:247 +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "Минимальная высота горизонтального индикатора прогресса" -#: ../gtk/gtkprogressbar.c:248 +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "Минимальная высота горизонтального индикатора прогресса" -#: ../gtk/gtkprogressbar.c:260 +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "Минимальная ширина вертикального индикатора прогресса" -#: ../gtk/gtkprogressbar.c:261 +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "Минимальная ширина вертикального индикатора прогресса" -#: ../gtk/gtkprogressbar.c:273 +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "Минимальная высота вертикального индикатора прогресса" -#: ../gtk/gtkprogressbar.c:274 +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "Минимальная высота вертикального индикатора прогресса" -#: ../gtk/gtkradioaction.c:111 +#: gtk/gtkradioaction.c:111 msgid "The value" msgstr "Значение" -#: ../gtk/gtkradioaction.c:112 +#: gtk/gtkradioaction.c:112 msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." @@ -4449,162 +4426,161 @@ msgstr "" "Значение, возвращаемое функцией gtk_radio_action_get_current_value(), когда " "это действие является текущим действием своей группы.." -#: ../gtk/gtkradioaction.c:129 +#: gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "Радио-действие, группе которого принадлежит это действие." -#: ../gtk/gtkradioaction.c:144 +#: gtk/gtkradioaction.c:144 msgid "The current value" msgstr "Текущее значение" -#: ../gtk/gtkradioaction.c:145 +#: gtk/gtkradioaction.c:145 msgid "" "The value property of the currently active member of the group to which this " "action belongs." msgstr "" "Значение текущего активного элемента группы, к которой виджет принадлежит." -#: ../gtk/gtkradiobutton.c:83 +#: gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "Радио-кнопка, группе которого принадлежит этот виджет." -#: ../gtk/gtkradiomenuitem.c:344 +#: gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "Радио элемент меню, группе которого принадлежит этот виджет." -#: ../gtk/gtkradiotoolbutton.c:66 +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "Радио-кнопка, группе которой принадлежит эта кнопка." -#: ../gtk/gtkrange.c:358 +#: gtk/gtkrange.c:358 msgid "Update policy" msgstr "Метод обновления" -#: ../gtk/gtkrange.c:359 +#: gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "Как диапазон должен обновляться на экране" -#: ../gtk/gtkrange.c:368 +#: gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "" -"Объект GtkAdjustment, где хранится текущее значение объекта типа " -"«диапазон»" +"Объект GtkAdjustment, где хранится текущее значение объекта типа «диапазон»" -#: ../gtk/gtkrange.c:375 +#: gtk/gtkrange.c:375 msgid "Inverted" msgstr "Инвертированное" -#: ../gtk/gtkrange.c:376 +#: gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" msgstr "Инвертировать области, отмеченной ползунками, для увеличения диапазона" -#: ../gtk/gtkrange.c:383 +#: gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "Чувствительность сдвига вниз" -#: ../gtk/gtkrange.c:384 +#: gtk/gtkrange.c:384 msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" msgstr "" "Политика чувствительности для сдвига вниз в сторону уменьшения промежутка" -#: ../gtk/gtkrange.c:392 +#: gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "Чувствительность сдвига вверх" -#: ../gtk/gtkrange.c:393 +#: gtk/gtkrange.c:393 msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" msgstr "" "Политика чувствительности для сдвига вверх в сторону увеличения промежутка" -#: ../gtk/gtkrange.c:410 +#: gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "Показывать уровень заполнения" -#: ../gtk/gtkrange.c:411 +#: gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "Рисовать индикатор уровня наполнения на желобке" -#: ../gtk/gtkrange.c:427 +#: gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "Ограничивать уровнем заполнения" -#: ../gtk/gtkrange.c:428 +#: gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "Ограничить верхнее значение уровнем наполнения." -#: ../gtk/gtkrange.c:443 +#: gtk/gtkrange.c:443 msgid "Fill Level" msgstr "Уровень наполнения" -#: ../gtk/gtkrange.c:444 +#: gtk/gtkrange.c:444 msgid "The fill level." msgstr "уровень наполнения." -#: ../gtk/gtkrange.c:452 +#: gtk/gtkrange.c:452 msgid "Slider Width" msgstr "Ширина полосы прокрутки" -#: ../gtk/gtkrange.c:453 +#: gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "Ширина полосы прокрутки или указателя масштаба" -#: ../gtk/gtkrange.c:460 +#: gtk/gtkrange.c:460 msgid "Trough Border" msgstr "Граница направляющей" -#: ../gtk/gtkrange.c:461 +#: gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "" "Расстояние между указателем/кнопками перемещения и внешней границей " "направляющей" -#: ../gtk/gtkrange.c:468 +#: gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "Размер кнопки перемещения" -#: ../gtk/gtkrange.c:469 +#: gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "Длина кнопок перемещения от края до края" -#: ../gtk/gtkrange.c:484 +#: gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "Расстояние между кнопками перемещения" -#: ../gtk/gtkrange.c:485 +#: gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "Расстояние между кнопками перемещения и указателем" -#: ../gtk/gtkrange.c:492 +#: gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "Горизонтальное смещение стрелки" -#: ../gtk/gtkrange.c:493 +#: gtk/gtkrange.c:493 msgid "" "How far in the x direction to move the arrow when the button is depressed" msgstr "" "Насколько стрелка будет перемещаться в горизонтальном направлении при " "нажатии кнопки" -#: ../gtk/gtkrange.c:500 +#: gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "Вертикальное смещение стрелки" -#: ../gtk/gtkrange.c:501 +#: gtk/gtkrange.c:501 msgid "" "How far in the y direction to move the arrow when the button is depressed" msgstr "" "Насколько стрелка будет перемещаться в вертикальном направлении при нажатии " "кнопки" -#: ../gtk/gtkrange.c:509 +#: gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "Рисовать прокрутку активной при переносе мышью" -#: ../gtk/gtkrange.c:510 +#: gtk/gtkrange.c:510 msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" @@ -4612,11 +4588,11 @@ msgstr "" "Если установлено, прокрутка будет отрисовываться в активном состоянии с " "тенью во время использования" -#: ../gtk/gtkrange.c:524 +#: gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "Детали окончаний желобка" -#: ../gtk/gtkrange.c:525 +#: gtk/gtkrange.c:525 msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" @@ -4624,277 +4600,275 @@ msgstr "" "Если установлено, детали окончаний на обоих сторонах прокрутки будут " "рисоваться по-разному" -#: ../gtk/gtkrange.c:541 +#: gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "Желобок под метками" -#: ../gtk/gtkrange.c:542 +#: gtk/gtkrange.c:542 msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" msgstr "" "Рисовать ли желобок во всю длину прокрутки или исключать кнопки и промежутки" -#: ../gtk/gtkrange.c:555 +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "Растяжение стрелки" -#: ../gtk/gtkrange.c:556 +#: gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "Растяжение стрелки по отношению к размеру кнопки прокрутки" -#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 +#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "Показывать номера" -#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 +#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "Показывать ли элементы вместе с номером" -#: ../gtk/gtkrecentchooser.c:132 +#: gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "Управление недавно использовавшимися элементами" -#: ../gtk/gtkrecentchooser.c:133 +#: gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "Объект, управляющий недавно использовавшимися элементами" -#: ../gtk/gtkrecentchooser.c:147 +#: gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "Показывать конфиденциальные" -#: ../gtk/gtkrecentchooser.c:148 +#: gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "Показывать ли конфиденциальные элементы" -#: ../gtk/gtkrecentchooser.c:161 +#: gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "Показывать подсказки" -#: ../gtk/gtkrecentchooser.c:162 +#: gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "Показывать для каждого элемента всплывающую подсказку" -#: ../gtk/gtkrecentchooser.c:174 +#: gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "Показывать значок" -#: ../gtk/gtkrecentchooser.c:175 +#: gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "Отображать значок рядом с элементом" -#: ../gtk/gtkrecentchooser.c:190 +#: gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "Показывать не найденные" -#: ../gtk/gtkrecentchooser.c:191 +#: gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "Показывать ли элементы, указывающие на недоступные ресурсы" -#: ../gtk/gtkrecentchooser.c:204 +#: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "Позволять ли выделять несколько элементов" -#: ../gtk/gtkrecentchooser.c:217 +#: gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "Только локальные" -#: ../gtk/gtkrecentchooser.c:218 +#: gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "" "Ограничивать ли доступные для выделения ресурсы только локальными файлами со " "схемой file:" -#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 +#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "Максимум" -#: ../gtk/gtkrecentchooser.c:235 +#: gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "Максимальное число отображаемых элементов" -#: ../gtk/gtkrecentchooser.c:249 +#: gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "Порядок сортировки" -#: ../gtk/gtkrecentchooser.c:250 +#: gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "Порядок сортировки отображаемых элементов" -#: ../gtk/gtkrecentchooser.c:265 +#: gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "Текущий фильтр для выбора отображаемых элементов" -#: ../gtk/gtkrecentmanager.c:215 +#: gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "Полный путь к файлу, используемому для загрузки и сохранения списка" -#: ../gtk/gtkrecentmanager.c:230 +#: gtk/gtkrecentmanager.c:230 msgid "" "The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "" "Максимальное число элементов, возвращаемых функцией " "gtk_recent_manager_get_items()" -#: ../gtk/gtkrecentmanager.c:246 +#: gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "Размер списка недавно использовавшихся ресурсов" -#: ../gtk/gtkruler.c:128 +#: gtk/gtkruler.c:128 msgid "Lower" msgstr "Ниже" -#: ../gtk/gtkruler.c:129 +#: gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "Нижний предел линейки" -#: ../gtk/gtkruler.c:138 +#: gtk/gtkruler.c:138 msgid "Upper" msgstr "Выше" -#: ../gtk/gtkruler.c:139 +#: gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "Верхний предел линейки" -#: ../gtk/gtkruler.c:149 +#: gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "Расположение отметки на линейке" -#: ../gtk/gtkruler.c:158 +#: gtk/gtkruler.c:158 msgid "Max Size" msgstr "Макс. размер" -#: ../gtk/gtkruler.c:159 +#: gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "Максимальный размер линейки" -#: ../gtk/gtkruler.c:174 +#: gtk/gtkruler.c:174 msgid "Metric" msgstr "Метрическая система" -#: ../gtk/gtkruler.c:175 +#: gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "Система единиц, используемая для линейки" -#: ../gtk/gtkscale.c:201 +#: gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "Число десятичных цифр, отображаемых для значения" -#: ../gtk/gtkscale.c:210 +#: gtk/gtkscale.c:210 msgid "Draw Value" msgstr "Показывать значение" -#: ../gtk/gtkscale.c:211 +#: gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "Будет ли текущее значение отображаться в виде строки рядом с ползунком" -#: ../gtk/gtkscale.c:218 +#: gtk/gtkscale.c:218 msgid "Value Position" msgstr "Расположение значения" -#: ../gtk/gtkscale.c:219 +#: gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "Место, в котором отображается текущее значение" -#: ../gtk/gtkscale.c:226 +#: gtk/gtkscale.c:226 msgid "Slider Length" msgstr "Длина полосы прокрутки" -#: ../gtk/gtkscale.c:227 +#: gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "Длина полосы прокрутки" -#: ../gtk/gtkscale.c:235 +#: gtk/gtkscale.c:235 msgid "Value spacing" msgstr "Отступ значения" -#: ../gtk/gtkscale.c:236 +#: gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "" "Расстояние между отображаемым значением и областью ползунка/направляющей" -#: ../gtk/gtkscalebutton.c:207 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Значение полосы прокрутки" -#: ../gtk/gtkscalebutton.c:217 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Размер значка" -#: ../gtk/gtkscalebutton.c:226 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "Объект GtkAdjustment, где хранится текущее значение растяжения" -#: ../gtk/gtkscalebutton.c:254 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Значки" -#: ../gtk/gtkscalebutton.c:255 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Список имён значков" -#: ../gtk/gtkscrollbar.c:51 +#: gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "Минимальная длина полосы прокрутки" -#: ../gtk/gtkscrollbar.c:52 +#: gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "Минимальная длина полосы прокрутки" -#: ../gtk/gtkscrollbar.c:60 +#: gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "Фиксированный размер полосы прокрутки" -#: ../gtk/gtkscrollbar.c:61 +#: gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "Не изменять размер ползунка, просто задать ему минимальный размер" -#: ../gtk/gtkscrollbar.c:82 +#: gtk/gtkscrollbar.c:82 msgid "" "Display a second backward arrow button on the opposite end of the scrollbar" msgstr "" "Отображать вторую кнопку со стрелкой назад на противоположной стороне полосы " "прокрутки" -#: ../gtk/gtkscrollbar.c:89 +#: gtk/gtkscrollbar.c:89 msgid "" "Display a second forward arrow button on the opposite end of the scrollbar" msgstr "" "Отображать вторую кнопку со стрелкой вперёд на противоположной стороне " "полосы прокрутки" -#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 -#: ../gtk/gtktreeview.c:578 +#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "Выравнивание по горизонтали" -#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 -#: ../gtk/gtktreeview.c:586 +#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "Выравнивание по вертикали" -#: ../gtk/gtkscrolledwindow.c:232 +#: gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "Горизонтальная полоса прокрутки" -#: ../gtk/gtkscrolledwindow.c:233 +#: gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "Когда будет отображаться горизонтальная полоса прокрутки" -#: ../gtk/gtkscrolledwindow.c:240 +#: gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "Вертикальная полоса прокрутки" -#: ../gtk/gtkscrolledwindow.c:241 +#: gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "Когда будет отображаться вертикальная полоса прокрутки" -#: ../gtk/gtkscrolledwindow.c:249 +#: gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "Размещение окна" -#: ../gtk/gtkscrolledwindow.c:250 +#: gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." @@ -4902,11 +4876,11 @@ msgstr "" "Располагать ли содержимое в соответствии с полосами прокрутки. Это свойство " "имеет действие только если установлено «Размещение окна»." -#: ../gtk/gtkscrolledwindow.c:267 +#: gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "Установлено размещение окна" -#: ../gtk/gtkscrolledwindow.c:268 +#: gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." @@ -4914,38 +4888,38 @@ msgstr "" "Использовать ли свойство «Размещение окна» для определения положения " "содержимого по отношению к полосам прокрутки" -#: ../gtk/gtkscrolledwindow.c:274 +#: gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "Тип тени" -#: ../gtk/gtkscrolledwindow.c:275 +#: gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "Стиль скоса вокруг содержимого" -#: ../gtk/gtkscrolledwindow.c:289 +#: gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "Полосы прокрутки внутри скоса" -#: ../gtk/gtkscrolledwindow.c:290 +#: gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "" "Помещать полосы прокрутки внутри скоса окнаКоличество точек растра между " "полосами прокрутки и прокручиваемым окном" -#: ../gtk/gtkscrolledwindow.c:296 +#: gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "Интервал полос прокрутки" -#: ../gtk/gtkscrolledwindow.c:297 +#: gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "" "Количество точек растра между полосами прокрутки и прокручиваемым окном" -#: ../gtk/gtkscrolledwindow.c:312 +#: gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "Положение прокручиваемого окна" -#: ../gtk/gtkscrolledwindow.c:313 +#: gtk/gtkscrolledwindow.c:313 msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." @@ -4953,19 +4927,19 @@ msgstr "" "Должно ли содержимое располагаться так, как задано полосами прокрутки, или " "его расположение задано положением окна прокрутки." -#: ../gtk/gtkseparatortoolitem.c:105 +#: gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "Рисовать" -#: ../gtk/gtkseparatortoolitem.c:106 +#: gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "Будут ли разделители нарисованы или будут пустыми" -#: ../gtk/gtksettings.c:215 +#: gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "Интервал двойного щелчка" -#: ../gtk/gtksettings.c:216 +#: gtk/gtksettings.c:216 msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" @@ -4973,11 +4947,11 @@ msgstr "" "Максимальное время между двумя щелчками, при котором они считаются двойным " "щелчком (в миллисекундах)" -#: ../gtk/gtksettings.c:223 +#: gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "Расстояние двойного щелчка" -#: ../gtk/gtksettings.c:224 +#: gtk/gtksettings.c:224 msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" @@ -4985,35 +4959,35 @@ msgstr "" "Максимальное расстояние между двумя щелчками, при котором они считаются " "двойным щелчком (в пикселях)" -#: ../gtk/gtksettings.c:240 +#: gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "Мигающий курсор" -#: ../gtk/gtksettings.c:241 +#: gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "Мигает ли курсор" -#: ../gtk/gtksettings.c:248 +#: gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "Частота мигания курсора" -#: ../gtk/gtksettings.c:249 +#: gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "Длина цикла мигания курсора в миллисекундах" -#: ../gtk/gtksettings.c:268 +#: gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "Задержка мигания курсора" -#: ../gtk/gtksettings.c:269 +#: gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "Время, после которого курсор перестаёт мигать, в секундах" -#: ../gtk/gtksettings.c:276 +#: gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "Разделить курсор" -#: ../gtk/gtksettings.c:277 +#: gtk/gtksettings.c:277 msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" @@ -5021,153 +4995,153 @@ msgstr "" "Будут ли отображаться два курсора для смешанного справа-налево и слева-" "направо текста" -#: ../gtk/gtksettings.c:284 +#: gtk/gtksettings.c:284 msgid "Theme Name" msgstr "Название темы" -#: ../gtk/gtksettings.c:285 +#: gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "Название файла RC тему для загрузки" -#: ../gtk/gtksettings.c:293 +#: gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "Имя темы значков" -#: ../gtk/gtksettings.c:294 +#: gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "Имя используемой темы значков" -#: ../gtk/gtksettings.c:302 +#: gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "Тема значков для отката" -#: ../gtk/gtksettings.c:303 +#: gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "Имя темы значков для отката" -#: ../gtk/gtksettings.c:311 +#: gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "Имя ключевой темы" -#: ../gtk/gtksettings.c:312 +#: gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "Имя RC-файла с ключевой темой, который нужно загрузить" -#: ../gtk/gtksettings.c:320 +#: gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "Клавиша вызова строки меню" -#: ../gtk/gtksettings.c:321 +#: gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "Клавиша предназначенная для вызова строки меню" -#: ../gtk/gtksettings.c:329 +#: gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "Порог перетаскивания" -#: ../gtk/gtksettings.c:330 +#: gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "" "Число точек растра, на которое может сместиться курсор до перетаскивания" -#: ../gtk/gtksettings.c:338 +#: gtk/gtksettings.c:338 msgid "Font Name" msgstr "Наименование шрифта" -#: ../gtk/gtksettings.c:339 +#: gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "Наименование исходного шрифта" -#: ../gtk/gtksettings.c:361 +#: gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "Размеры значков" -#: ../gtk/gtksettings.c:362 +#: gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "Список размеров значков (gtk-menu=16,16;gtk-button=20,20..." -#: ../gtk/gtksettings.c:370 +#: gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "Модули GTK" -#: ../gtk/gtksettings.c:371 +#: gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "Список доступных модулей GTK" -#: ../gtk/gtksettings.c:380 +#: gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Сглаживание через Xft" -#: ../gtk/gtksettings.c:381 +#: gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "Сглаживать ли шрифты через Xft; 0=нет, 1=да, -1=исходное значение" -#: ../gtk/gtksettings.c:390 +#: gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Хинтовать через Xft" -#: ../gtk/gtksettings.c:391 +#: gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "Хинтовать ли шрифты через Xft; 0=нет, 1=да, -1=исходное значение" -#: ../gtk/gtksettings.c:400 +#: gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Стиль хинтования" -#: ../gtk/gtksettings.c:401 +#: gtk/gtksettings.c:401 msgid "" "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "" "Какой уровень хинтования использовать; никакого (hintnone), слабый " "(hintslight), средний (hintmedium) или полный (hintfull)" -#: ../gtk/gtksettings.c:410 +#: gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Субпиксельное сглаживание" -#: ../gtk/gtksettings.c:411 +#: gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "" "Тип субпиксельного сглаживания; отсутствует (none), rgb, bgr, vrgb, vbgr" -#: ../gtk/gtksettings.c:420 +#: gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Разрешение" -#: ../gtk/gtksettings.c:421 +#: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" msgstr "Разрешение, в 1024 * точек/дюйм. -1 для значения по умолчанию." -#: ../gtk/gtksettings.c:430 +#: gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "Имя темы значков" -#: ../gtk/gtksettings.c:431 +#: gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" msgstr "" "Имя используемой темы курсоров, NULL для использования темы по умолчанию" -#: ../gtk/gtksettings.c:439 +#: gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "Размер темы курсоров" -#: ../gtk/gtksettings.c:440 +#: gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "Размер курсоров или 0 для размера по умолчанию" -#: ../gtk/gtksettings.c:450 +#: gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "Альтернативный порядок кнопок" -#: ../gtk/gtksettings.c:451 +#: gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" msgstr "Использовать ли альтернативный порядок кнопок в диалогах" -#: ../gtk/gtksettings.c:468 +#: gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "Альтернативный индикатор способа упорядочивания" -#: ../gtk/gtksettings.c:469 +#: gtk/gtksettings.c:469 msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" @@ -5175,11 +5149,11 @@ msgstr "" "Инвертировать ли по сравнению с умолчанием направление индикатора способа " "упорядочивания в списках или деревьях (вниз будет означать возрастание)" -#: ../gtk/gtksettings.c:477 +#: gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "Показывать меню 'Методы ввода'" -#: ../gtk/gtksettings.c:478 +#: gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" @@ -5187,11 +5161,11 @@ msgstr "" "Должно ли контекстное меню полей ввода и текстовых полей содержать подменю " "для изменения методов ввода" -#: ../gtk/gtksettings.c:486 +#: gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "Показывать меню 'Вставить символ Unicode'" -#: ../gtk/gtksettings.c:487 +#: gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" @@ -5199,228 +5173,228 @@ msgstr "" "Должно ли контекстное меню полей ввода и текстовых полей содержать подменю " "для вставки управляющих символов" -#: ../gtk/gtksettings.c:495 +#: gtk/gtksettings.c:495 msgid "Start timeout" msgstr "Первоначальная задержка" -#: ../gtk/gtksettings.c:496 +#: gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "Время первоначальной задержки при нажатии кнопки" -#: ../gtk/gtksettings.c:505 +#: gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "Задержка повтора" -#: ../gtk/gtksettings.c:506 +#: gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "Время задержки повтора, когда кнопка нажата" -#: ../gtk/gtksettings.c:515 +#: gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "Задержка расширения" -#: ../gtk/gtksettings.c:516 +#: gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "Задержка расширения, когда окно занимает новую область" -#: ../gtk/gtksettings.c:551 +#: gtk/gtksettings.c:551 msgid "Color scheme" msgstr "Цветовая схема" -#: ../gtk/gtksettings.c:552 +#: gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "Палитра именованных цветов для использования в темах" -#: ../gtk/gtksettings.c:561 +#: gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "Включить анимацию" -#: ../gtk/gtksettings.c:562 +#: gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "Включить ли повсюду анимацию." -#: ../gtk/gtksettings.c:580 +#: gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "Включить режим прямого доступа к экрану" -#: ../gtk/gtksettings.c:581 +#: gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "" "Когда установлено, события уведомления о перемещении не доставляются для " "элементов экрана" -#: ../gtk/gtksettings.c:598 +#: gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "Задержка подсказки" -#: ../gtk/gtksettings.c:599 +#: gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "Первоначальная задержка всплывающей подсказки" -#: ../gtk/gtksettings.c:624 +#: gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "Задержка просмотра" -#: ../gtk/gtksettings.c:625 +#: gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "" "Задержка после того, как подсказка показана перед включением режима обзора" -#: ../gtk/gtksettings.c:646 +#: gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "Задержка режима обзора" -#: ../gtk/gtksettings.c:647 +#: gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "Задержка, после которой режим обзора будет отключён" -#: ../gtk/gtksettings.c:666 +#: gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "Перемещение только с помощью стрелок" -#: ../gtk/gtksettings.c:667 +#: gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" msgstr "" "Если установлено, перемещение между окнами будет доступно только с помощью " "стрелок" -#: ../gtk/gtksettings.c:684 +#: gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "Перемещение зациклено" -#: ../gtk/gtksettings.c:685 +#: gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "Зацикливать ли перемещение курсора при управлении с клавиатуры" -#: ../gtk/gtksettings.c:705 +#: gtk/gtksettings.c:705 msgid "Error Bell" msgstr "Сигнал об ошибке" -#: ../gtk/gtksettings.c:706 +#: gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "" "Если установлено, ошибки перемещения с помощью клавиатуры и другие ошибки " "будут порождать звуковой сигнал" -#: ../gtk/gtksettings.c:723 +#: gtk/gtksettings.c:723 msgid "Color Hash" msgstr "Набор цветов" -#: ../gtk/gtksettings.c:724 +#: gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "Набор, представляющий цветовую схему." -#: ../gtk/gtksettings.c:732 +#: gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "Исходный движок для диалога выбора файлов" -#: ../gtk/gtksettings.c:733 +#: gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "Наименование исходного движка виджета GtkFileChooser" -#: ../gtk/gtksettings.c:750 +#: gtk/gtksettings.c:750 msgid "Default print backend" msgstr "Система печати по умолчанию" -#: ../gtk/gtksettings.c:751 +#: gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "Список систем GtkPrintBackend для использования по умолчанию" -#: ../gtk/gtksettings.c:774 +#: gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "" "Команда по умолчанию для отображения окна предварительного просмотра печати" -#: ../gtk/gtksettings.c:775 +#: gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "Команда для запуска окна предварительного просмотра печати" -#: ../gtk/gtksettings.c:791 +#: gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "Включить подсказки" -#: ../gtk/gtksettings.c:792 +#: gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "Имеют ли метки подсказки для активации" -#: ../gtk/gtksettings.c:808 +#: gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "Включить комбинации клавиш" -#: ../gtk/gtksettings.c:809 +#: gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "Имеют ли элементы меню комбинации клавиш для запуска" -#: ../gtk/gtksettings.c:826 +#: gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "Предел количества недавних документов" -#: ../gtk/gtksettings.c:827 +#: gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "Число недавно использовавшихся файлов" -#: ../gtk/gtksettings.c:845 +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "Модуль IM по умолчанию" -#: ../gtk/gtksettings.c:846 +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "Модуль IM, используемый по умолчанию" -#: ../gtk/gtksettings.c:864 +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "Максимальная давность использования для недавних документов" -#: ../gtk/gtksettings.c:865 +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "Максимальная давность использования для недавних документов, в днях" -#: ../gtk/gtksettings.c:874 +#: gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Временная отметка конфигурации fontconfig" -#: ../gtk/gtksettings.c:875 +#: gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "Временная отметка текущей конфигурации fontconfig" -#: ../gtk/gtksettings.c:897 +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "Тема звуков" -#: ../gtk/gtksettings.c:898 +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "Тема звуков по стандарту XDG" #. Translators: this means sounds that are played as feedback to user input -#: ../gtk/gtksettings.c:920 +#: gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "Звуковая реакция на действия" -#: ../gtk/gtksettings.c:921 +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "Проигрывать ли звуки событий в ответ на действия пользователя" -#: ../gtk/gtksettings.c:942 +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "Включить звуки событий" -#: ../gtk/gtksettings.c:943 +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "Проигрывать ли звуки событий" -#: ../gtk/gtksettings.c:958 +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "Включить всплывающие подсказки" -#: ../gtk/gtksettings.c:959 +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "Показывать ли всплывающие подсказки для виджетов" -#: ../gtk/gtksizegroup.c:293 +#: gtk/gtksizegroup.c:293 msgid "Mode" msgstr "Режим" -#: ../gtk/gtksizegroup.c:294 +#: gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" @@ -5428,30 +5402,30 @@ msgstr "" "Направления, в которых «группа по размеру» влияет на заданные размеры " "входящих в нее элементов управления" -#: ../gtk/gtksizegroup.c:310 +#: gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "Игнорировать скрытые" -#: ../gtk/gtksizegroup.c:311 +#: gtk/gtksizegroup.c:311 msgid "" "If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "" "Если этот параметр установлен, скрытые элементы игнорируются при определении " "размера группы" -#: ../gtk/gtkspinbutton.c:209 +#: gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "Свойство, хранящее значение кнопки-счётчика" -#: ../gtk/gtkspinbutton.c:216 +#: gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "Ускорение" -#: ../gtk/gtkspinbutton.c:236 +#: gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "Заменять на ближайшее" -#: ../gtk/gtkspinbutton.c:237 +#: gtk/gtkspinbutton.c:237 msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" @@ -5459,188 +5433,188 @@ msgstr "" "Будут ли недопустимые значения автоматически заменяться на ближайшее " "значение счетчика" -#: ../gtk/gtkspinbutton.c:244 +#: gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "Числовое" -#: ../gtk/gtkspinbutton.c:245 +#: gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "Будут ли игнорироваться нецифровые символы" -#: ../gtk/gtkspinbutton.c:252 +#: gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "Перенос" -#: ../gtk/gtkspinbutton.c:253 +#: gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "" "Будет ли счетчик переходить к другому концу шкалы при достижении предельных " "значений" -#: ../gtk/gtkspinbutton.c:260 +#: gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "Политика обновления" -#: ../gtk/gtkspinbutton.c:261 +#: gtk/gtkspinbutton.c:261 msgid "" "Whether the spin button should update always, or only when the value is legal" msgstr "" "Должен ли счетчик обновляться всегда или только если значение является " "допустимым" -#: ../gtk/gtkspinbutton.c:270 +#: gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "Читает текущее значение или устанавливает новое значение" -#: ../gtk/gtkspinbutton.c:279 +#: gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "Стиль скоса вокруг кнопки-счётчика" -#: ../gtk/gtkstatusbar.c:141 +#: gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "Имеет уголок изменения размера" -#: ../gtk/gtkstatusbar.c:142 +#: gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "имеет ли строка состояния уголок изменения размера окна" -#: ../gtk/gtkstatusbar.c:187 +#: gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "Стиль скоса вокруг текста строки состояния" -#: ../gtk/gtkstatusicon.c:268 +#: gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "Размер значка" -#: ../gtk/gtkstatusicon.c:278 +#: gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "Экран, на котором будет отображён этот значок состояния" -#: ../gtk/gtkstatusicon.c:285 +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "Мигание" -#: ../gtk/gtkstatusicon.c:286 +#: gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "Мигает ли значок состояния" -#: ../gtk/gtkstatusicon.c:294 +#: gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "Отображать ли значок состояния" -#: ../gtk/gtkstatusicon.c:310 +#: gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "Встроен ли значок состояния в панель уведомлений" -#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 +#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "Ориентация панели уведомлений" -#: ../gtk/gtkstatusicon.c:353 ../gtk/gtkwidget.c:632 +#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "Имеет всплывающую подсказку" -#: ../gtk/gtkstatusicon.c:354 +#: gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" msgstr "Имеет ли этот значок панели уведомлений всплывающую подсказку" -#: ../gtk/gtkstatusicon.c:375 ../gtk/gtkwidget.c:653 +#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 msgid "Tooltip Text" msgstr "Текст всплывающей подсказки" -#: ../gtk/gtkstatusicon.c:376 ../gtk/gtkwidget.c:654 ../gtk/gtkwidget.c:675 +#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 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:674 msgid "Tooltip markup" msgstr "Разметка всплывающей подсказки" -#: ../gtk/gtkstatusicon.c:400 +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "Содержимое всплывающей подсказки значка панели уведомлений" -#: ../gtk/gtktable.c:129 +#: gtk/gtktable.c:129 msgid "Rows" msgstr "Строки" -#: ../gtk/gtktable.c:130 +#: gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "Число строк в таблице" -#: ../gtk/gtktable.c:138 +#: gtk/gtktable.c:138 msgid "Columns" msgstr "Столбцы" -#: ../gtk/gtktable.c:139 +#: gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "Число столбцов в таблице" -#: ../gtk/gtktable.c:147 +#: gtk/gtktable.c:147 msgid "Row spacing" msgstr "Интервал строк" -#: ../gtk/gtktable.c:148 +#: gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "Расстояние между соседними строками" -#: ../gtk/gtktable.c:156 +#: gtk/gtktable.c:156 msgid "Column spacing" msgstr "Интервал столбцов" -#: ../gtk/gtktable.c:157 +#: gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "Расстояние между соседними столбцами" -#: ../gtk/gtktable.c:166 +#: gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "Если установлено, то ячейки таблицы имеют одинаковую высоту и ширину" -#: ../gtk/gtktable.c:173 +#: gtk/gtktable.c:173 msgid "Left attachment" msgstr "Прибавление слева" -#: ../gtk/gtktable.c:180 +#: gtk/gtktable.c:180 msgid "Right attachment" msgstr "Прибавление справа" -#: ../gtk/gtktable.c:181 +#: gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "Число столбцов, прибавляемых к правой стороне дочернего виджета" -#: ../gtk/gtktable.c:187 +#: gtk/gtktable.c:187 msgid "Top attachment" msgstr "Прибавление сверху" -#: ../gtk/gtktable.c:188 +#: gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "Число строк, прибавляемых к верхней стороне дочернего виджета" -#: ../gtk/gtktable.c:194 +#: gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "Прибавление снизу" -#: ../gtk/gtktable.c:201 +#: gtk/gtktable.c:201 msgid "Horizontal options" msgstr "Горизонтальные параметры" -#: ../gtk/gtktable.c:202 +#: gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "Параметры, определяющие горизонтальное поведение дочернего элемента" -#: ../gtk/gtktable.c:208 +#: gtk/gtktable.c:208 msgid "Vertical options" msgstr "Вертикальные параметры" -#: ../gtk/gtktable.c:209 +#: gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "Параметры, определяющие вертикальное поведение дочернего элемента" -#: ../gtk/gtktable.c:215 +#: gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "Горизонтальное дополнение" -#: ../gtk/gtktable.c:216 +#: gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" @@ -5648,11 +5622,11 @@ msgstr "" "Дополнительное количество пространства, помещаемое между дочерним элементом " "и левым и его правым соседями, в пикселях" -#: ../gtk/gtktable.c:222 +#: gtk/gtktable.c:222 msgid "Vertical padding" msgstr "Вертикальное дополнение" -#: ../gtk/gtktable.c:223 +#: gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" @@ -5660,75 +5634,75 @@ msgstr "" "Дополнительное количество пространства, помещаемое между дочерним элементом " "и его верхним и нижним соседями, в пикселях" -#: ../gtk/gtktext.c:546 +#: gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "Горизонтальное выравнивание текстового виджета" -#: ../gtk/gtktext.c:554 +#: gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "Вертикальное выравнивание текстового виджета" -#: ../gtk/gtktext.c:561 +#: gtk/gtktext.c:561 msgid "Line Wrap" msgstr "Перенос строк" -#: ../gtk/gtktext.c:562 +#: gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "Будет ли происходить перевод строк у границ виджета" -#: ../gtk/gtktext.c:569 +#: gtk/gtktext.c:569 msgid "Word Wrap" msgstr "Перенос слов" -#: ../gtk/gtktext.c:570 +#: gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "Будет ли делаться перенос слов на границах виджета" -#: ../gtk/gtktextbuffer.c:180 +#: gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "Таблица ярлыков" -#: ../gtk/gtktextbuffer.c:181 +#: gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "Таблица ярлыков текста" -#: ../gtk/gtktextbuffer.c:199 +#: gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "Текущий текст буфера" -#: ../gtk/gtktextbuffer.c:213 +#: gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "Имеет выделение" -#: ../gtk/gtktextbuffer.c:214 +#: gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "Выделен ли некоторый текст в буфере" -#: ../gtk/gtktextbuffer.c:230 +#: gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "Позиция курсора" -#: ../gtk/gtktextbuffer.c:231 +#: gtk/gtktextbuffer.c:231 msgid "" "The position of the insert mark (as offset from the beginning of the buffer)" msgstr "Положение отметки вставки (отступ от начала буфера)" -#: ../gtk/gtktextbuffer.c:246 +#: gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "Список целей копирования" -#: ../gtk/gtktextbuffer.c:247 +#: gtk/gtktextbuffer.c:247 msgid "" "The list of targets this buffer supports for clipboard copying and DND source" msgstr "" "Список целей, которые этот буфер может поддерживать при копировании в буфер " "обмена или переносе мышью" -#: ../gtk/gtktextbuffer.c:262 +#: gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "Список целей вставки" -#: ../gtk/gtktextbuffer.c:263 +#: gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" @@ -5736,36 +5710,36 @@ msgstr "" "Список целей, которые этот буфер может поддерживать при вставке из буфера " "обмена или при переносе мышью" -#: ../gtk/gtktextmark.c:90 +#: gtk/gtktextmark.c:90 msgid "Mark name" msgstr "Имя отметки" -#: ../gtk/gtktextmark.c:97 +#: gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "Предпочтительно слева" -#: ../gtk/gtktextmark.c:98 +#: gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "Сдвигать ли отметку влево" -#: ../gtk/gtktexttag.c:173 +#: gtk/gtktexttag.c:173 msgid "Tag name" msgstr "Имя ярлыка" -#: ../gtk/gtktexttag.c:174 +#: gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "" "Имя, используемое для ссылки на текстовый ярлык. NULL для безымянных ярлыков" -#: ../gtk/gtktexttag.c:192 +#: gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "Цвет фона как (возможно нераспределённая) структура GdkColor" -#: ../gtk/gtktexttag.c:199 +#: gtk/gtktexttag.c:199 msgid "Background full height" msgstr "Полная высота фона" -#: ../gtk/gtktexttag.c:200 +#: gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" @@ -5773,47 +5747,47 @@ msgstr "" "Будет ли цвет фона применен на высоту всей строки или только на высоту " "символов, отмеченных тегами" -#: ../gtk/gtktexttag.c:208 +#: gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "Узорная маска фона" -#: ../gtk/gtktexttag.c:209 +#: gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "" "Точечный рисунок, который будет использоваться в качестве маски при " "прорисовке фона текста" -#: ../gtk/gtktexttag.c:226 +#: gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "Цвет текста как (возможно нераспределённая) структура GdkColor" -#: ../gtk/gtktexttag.c:234 +#: gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "Узорная маска текста" -#: ../gtk/gtktexttag.c:235 +#: gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "" "Точечный рисунок, который будет использоваться в качестве маски при " "прорисовке переднего плана текста" -#: ../gtk/gtktexttag.c:242 +#: gtk/gtktexttag.c:242 msgid "Text direction" msgstr "Направление текста" -#: ../gtk/gtktexttag.c:243 +#: gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "Направление текста, т.е. справа налево или слева направо" -#: ../gtk/gtktexttag.c:292 +#: gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "Стиль шрифта в виде PangoStyle, например, PANGO_STYLE_ITALIC" -#: ../gtk/gtktexttag.c:301 +#: gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" msgstr "Вариант шрифта в виде PangoVariant, например, PANGO_VARIANT_SMALL_CAPS" -#: ../gtk/gtktexttag.c:310 +#: gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" @@ -5821,17 +5795,17 @@ msgstr "" "Вес шрифта как целое число, смотрите предопределённые значения в наборе " "PangoWeight; к примеру, PANGO_WEIGHT_BOLD" -#: ../gtk/gtktexttag.c:321 +#: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "" "Разрядка шрифта как значение в наборе PangoStretch; к примеру, " "PANGO_STRETCH_CONDENCED" -#: ../gtk/gtktexttag.c:330 +#: gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "Размер шрифта в единицах системы Pango" -#: ../gtk/gtktexttag.c:340 +#: gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " @@ -5842,11 +5816,11 @@ msgstr "" "потому рекомендуется. Pango имеет несколько предопределённых масштабов, " "например PANGO_SCALE_X_LARGE" -#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 +#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "Выравнивание влево, вправо или по центру" -#: ../gtk/gtktexttag.c:379 +#: gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." @@ -5855,31 +5829,31 @@ msgstr "" "это значение как подсказку (hint) при отрисовке текста. Если не установлен, " "будет использоваться параметр по умолчанию." -#: ../gtk/gtktexttag.c:386 +#: gtk/gtktexttag.c:386 msgid "Left margin" msgstr "Отступ слева" -#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 +#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "Ширина отступа слева в точках растра" -#: ../gtk/gtktexttag.c:396 +#: gtk/gtktexttag.c:396 msgid "Right margin" msgstr "Отступ справа" -#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 +#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "Ширина отступа справа в пикселях" -#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 +#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 msgid "Indent" msgstr "Абзац" -#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 +#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "Абзацный отступ, в пикселях" -#: ../gtk/gtktexttag.c:419 +#: gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" @@ -5887,380 +5861,380 @@ msgstr "" "Смещение текста над базовой линией (под линию шрифта, для отрицательных " "значений) в единицах Pango" -#: ../gtk/gtktexttag.c:428 +#: gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "Пикселей над строками" -#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 +#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "Пикселей в пространстве над абзацами" -#: ../gtk/gtktexttag.c:438 +#: gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "Пикселей под строками" -#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 +#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "Пикселей в пространстве под абзацами" -#: ../gtk/gtktexttag.c:448 +#: gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "Пикселей в абзаце" -#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 +#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "Пикселей в пространстве между перенесёнными строками в абзаце" -#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 +#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 msgid "" "Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "" "Никогда не переносить строки, переносить ли по границам слов или по символам" -#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 +#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 msgid "Tabs" msgstr "Табуляторы" -#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 +#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "Пользовательские табуляторы для текста" -#: ../gtk/gtktexttag.c:504 +#: gtk/gtktexttag.c:504 msgid "Invisible" msgstr "Невидимый" -#: ../gtk/gtktexttag.c:505 +#: gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "Скрыт ли этот текст" -#: ../gtk/gtktexttag.c:519 +#: gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "Имя цвета фона параграфа" -#: ../gtk/gtktexttag.c:520 +#: gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "Цвет фона параграфа как строка" -#: ../gtk/gtktexttag.c:535 +#: gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "Цвет фона параграфа" -#: ../gtk/gtktexttag.c:536 +#: gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "Цвет фона параграфа как (возможно нераспределённая) структура GdkColor" -#: ../gtk/gtktexttag.c:554 +#: gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "Границы накапливаются" -#: ../gtk/gtktexttag.c:555 +#: gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "Накапливаются ли левая и правая границы." -#: ../gtk/gtktexttag.c:568 +#: gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "Полная высота фона" -#: ../gtk/gtktexttag.c:569 +#: gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "Влияет ли этот тег на высоту фона" -#: ../gtk/gtktexttag.c:572 +#: gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "Узор фона" -#: ../gtk/gtktexttag.c:573 +#: gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "Влияет ли этот тег на узор фона" -#: ../gtk/gtktexttag.c:580 +#: gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "Узор переднего плана" -#: ../gtk/gtktexttag.c:581 +#: gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "Влияет ли этот тег на узор переднего плана" -#: ../gtk/gtktexttag.c:616 +#: gtk/gtktexttag.c:616 msgid "Justification set" msgstr "Выравнивание" -#: ../gtk/gtktexttag.c:617 +#: gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "Влияет ли этот тег на выравнивание абзацев" -#: ../gtk/gtktexttag.c:624 +#: gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "Левое поле" -#: ../gtk/gtktexttag.c:625 +#: gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "Влияет ли этот тег на левое поле" -#: ../gtk/gtktexttag.c:628 +#: gtk/gtktexttag.c:628 msgid "Indent set" msgstr "Отступ" -#: ../gtk/gtktexttag.c:629 +#: gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "Влияет ли этот тег на отступ" -#: ../gtk/gtktexttag.c:636 +#: gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "Пиксели над строками" -#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 +#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "Влияет ли этот тег на количество пикселей над строками" -#: ../gtk/gtktexttag.c:640 +#: gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "Пиксели под строками" -#: ../gtk/gtktexttag.c:644 +#: gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "Пиксели между перенесенными строками" -#: ../gtk/gtktexttag.c:645 +#: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "Влияет ли этот тег на количество пикселей между перенесенными строками" -#: ../gtk/gtktexttag.c:652 +#: gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "Правое поле" -#: ../gtk/gtktexttag.c:653 +#: gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "Влияет ли этот тег на правое поле" -#: ../gtk/gtktexttag.c:660 +#: gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "Режим переноса" -#: ../gtk/gtktexttag.c:661 +#: gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "Влияет ли этот тег на режим переноса строк" -#: ../gtk/gtktexttag.c:664 +#: gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "Табуляция" -#: ../gtk/gtktexttag.c:665 +#: gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "Влияет ли этот тег на табуляцию" -#: ../gtk/gtktexttag.c:668 +#: gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "Невидимость" -#: ../gtk/gtktexttag.c:669 +#: gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "Влияет ли этот тег на видимость текста" -#: ../gtk/gtktexttag.c:672 +#: gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "Фон параграфа установлен" -#: ../gtk/gtktexttag.c:673 +#: gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "Влияет ли этот тег на цвет фона параграфа" -#: ../gtk/gtktextview.c:543 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "Точек растра над строками" -#: ../gtk/gtktextview.c:553 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "Точек растра под строками" -#: ../gtk/gtktextview.c:563 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "Пиксели между перенесенными строками" -#: ../gtk/gtktextview.c:581 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "Режим переноса" -#: ../gtk/gtktextview.c:599 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "Отступ слева" -#: ../gtk/gtktextview.c:609 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "Отступ справа" -#: ../gtk/gtktextview.c:637 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "Видимый курсор" -#: ../gtk/gtktextview.c:638 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "Показывать ли точку вставки" -#: ../gtk/gtktextview.c:645 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "Буфер" -#: ../gtk/gtktextview.c:646 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "Отображаемый буфер" -#: ../gtk/gtktextview.c:654 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "Перезаписывает ли вводимый текст существующий" -#: ../gtk/gtktextview.c:661 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "Принимать табуляцию" -#: ../gtk/gtktextview.c:662 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "Будет ли приниматься введённый символ табуляции" -#: ../gtk/gtktextview.c:691 +#: gtk/gtktextview.c:691 msgid "Error underline color" msgstr "Цвет подчёркивания ошибки" -#: ../gtk/gtktextview.c:692 +#: gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "Цвет, используемый для подчёркивания при индикации ошибки" -#: ../gtk/gtktoggleaction.c:104 +#: gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "Создавать ту же прокси, что и у радио-действия" -#: ../gtk/gtktoggleaction.c:105 +#: gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "Будет ли прокси для действия выглядеть так же, как радио-прокси" -#: ../gtk/gtktoggleaction.c:120 +#: gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "Активна ли кнопка-переключатель" -#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 +#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "Нажата ли кнопка-переключатель" -#: ../gtk/gtktogglebutton.c:124 +#: gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "Если кнопка-переключатель в «промежуточном» состоянии." -#: ../gtk/gtktogglebutton.c:131 +#: gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "Рисовать индикатор" -#: ../gtk/gtktogglebutton.c:132 +#: gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "Если отображена переключающая часть кнопки" -#: ../gtk/gtktoolbar.c:494 +#: gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "Стиль панели инструментов" -#: ../gtk/gtktoolbar.c:495 +#: gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "Как рисовать панель инструментов" -#: ../gtk/gtktoolbar.c:502 +#: gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "Показывать стрелку" -#: ../gtk/gtktoolbar.c:503 +#: gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "Показывать ли стрелку, если панель инструментов не помещается" -#: ../gtk/gtktoolbar.c:518 +#: gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "Подсказки" -#: ../gtk/gtktoolbar.c:519 +#: gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "Активны ли подсказки панели инструментов" -#: ../gtk/gtktoolbar.c:541 +#: gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "Размер значков в панели инструментов по умолчанию" -#: ../gtk/gtktoolbar.c:556 +#: gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "Размера значка установлен" -#: ../gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "Установлено ли свойство размера значка" -#: ../gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "Расширяются ли элементы при увеличении размера панели инструментов" -#: ../gtk/gtktoolbar.c:574 +#: gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "Имеют ли все гомогенные элементы одинаковый размер" -#: ../gtk/gtktoolbar.c:581 +#: gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "Размер разделителя" -#: ../gtk/gtktoolbar.c:582 +#: gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "Размер разделителей" -#: ../gtk/gtktoolbar.c:591 +#: gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "Расстояние между тенью панели инструментов и кнопками" -#: ../gtk/gtktoolbar.c:599 +#: gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "Максимальное расширение элементов" -#: ../gtk/gtktoolbar.c:600 +#: gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "Максимальное пространство, занимаемое каждым из расширяемых элементов" -#: ../gtk/gtktoolbar.c:608 +#: gtk/gtktoolbar.c:608 msgid "Space style" msgstr "Стиль разделителя" -#: ../gtk/gtktoolbar.c:609 +#: gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "Будут ли разделители вертикальными линиями или просто пустыми" -#: ../gtk/gtktoolbar.c:616 +#: gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "Рельеф кнопки" -#: ../gtk/gtktoolbar.c:617 +#: gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "Тип скоса вокруг кнопок панели инструментов" -#: ../gtk/gtktoolbar.c:624 +#: gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "Стиль скоса вокруг панели инструментов" -#: ../gtk/gtktoolbar.c:630 +#: gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "Стиль панели инструментов" -#: ../gtk/gtktoolbar.c:631 +#: gtk/gtktoolbar.c:631 msgid "" "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" "Будет ли на панели инструментов по умолчанию только текст, текст и значки, " "только значки и т. д." -#: ../gtk/gtktoolbar.c:637 +#: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "Размер значков панели инструментов" -#: ../gtk/gtktoolbar.c:638 +#: gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "Размер значков в панели инструментов по умолчанию" -#: ../gtk/gtktoolbutton.c:203 +#: gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "Текст для отображения в элементе." -#: ../gtk/gtktoolbutton.c:210 +#: gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" @@ -6268,43 +6242,43 @@ msgstr "" "Если установлено, подчёркивание в метке означает, что следующий символ " "должен использоваться в комбинации клавиш." -#: ../gtk/gtktoolbutton.c:217 +#: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "Виджет для использования в качестве метки элемента" -#: ../gtk/gtktoolbutton.c:223 +#: gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "Идентификатор (ID) встроенного значка" -#: ../gtk/gtktoolbutton.c:224 +#: gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "Встроенный значок, отображаемый в элементе" -#: ../gtk/gtktoolbutton.c:240 +#: gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "Имя значка" -#: ../gtk/gtktoolbutton.c:241 +#: gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "Имя значка из темы, отображаемого на элементе" -#: ../gtk/gtktoolbutton.c:247 +#: gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "Виджет значка" -#: ../gtk/gtktoolbutton.c:248 +#: gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "Виджет значка, отображающегося в элементе" -#: ../gtk/gtktoolbutton.c:261 +#: gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "Отступ значка" -#: ../gtk/gtktoolbutton.c:262 +#: gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "Расстояние в пикселях между значком и меткой" -#: ../gtk/gtktoolitem.c:191 +#: gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" @@ -6312,590 +6286,591 @@ msgstr "" "Считать ли элемент панели инструментов важным. Если установлено, кнопки " "будут показывать текст в режиме GTK_TOOLBAR_BOTH_HORIZ" -#: ../gtk/gtktreemodelsort.c:274 +#: gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "Модель TreeModelSort" -#: ../gtk/gtktreemodelsort.c:275 +#: gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "Модель для сортировки TreeModelSort" -#: ../gtk/gtktreeview.c:570 +#: gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "Модель TreeView" -#: ../gtk/gtktreeview.c:571 +#: gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "Модель для просмотра в виде дерева" -#: ../gtk/gtktreeview.c:579 +#: gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "Горизонтальное выравнивание элемента управления" -#: ../gtk/gtktreeview.c:587 +#: gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "Вертикальное выравнивание элемента управления" -#: ../gtk/gtktreeview.c:594 +#: gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "Заголовки видимы" -#: ../gtk/gtktreeview.c:595 +#: gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "Показывать кнопки заголовков столбцов" -#: ../gtk/gtktreeview.c:602 +#: gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "Заголовки чувствительны к нажатиям" -#: ../gtk/gtktreeview.c:603 +#: gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "Заголовки столбцов чувствительны к нажатиям" -#: ../gtk/gtktreeview.c:610 +#: gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "Расширяемый столбец" -#: ../gtk/gtktreeview.c:611 +#: gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "Задать расширяемый столбец" -#: ../gtk/gtktreeview.c:626 +#: gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "Подсказка для правил" -#: ../gtk/gtktreeview.c:627 +#: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "" "Задать подсказку для процессора тем для окрашивания строк в разные цвета" -#: ../gtk/gtktreeview.c:634 +#: gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "Разрешён поиск" -#: ../gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "" "Просмотр позволяет пользователю выполнять поиск по столбцам в интерактивном " "режиме" -#: ../gtk/gtktreeview.c:642 +#: gtk/gtktreeview.c:642 msgid "Search Column" msgstr "Найти столбец" -#: ../gtk/gtktreeview.c:643 +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" -msgstr "Столбец модели, по которому следует выполнять интерактивный поиск по мере набора" +msgstr "" +"Столбец модели, по которому следует выполнять интерактивный поиск по мере " +"набора" -#: ../gtk/gtktreeview.c:663 +#: gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "Режим фиксированной высота" -#: ../gtk/gtktreeview.c:664 +#: gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "" "Ускоряет виджет GtkTreeView, так как предполагается, что все строки имеют " "одинаковую высоту" -#: ../gtk/gtktreeview.c:684 +#: gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "Следящее выделение" -#: ../gtk/gtktreeview.c:685 +#: gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "Следует ли выделение за указателем" -#: ../gtk/gtktreeview.c:704 +#: gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "Следящее расширение" -#: ../gtk/gtktreeview.c:705 +#: gtk/gtktreeview.c:705 msgid "" "Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "" "Должны ли строки расширяться/сжиматься при перемещении курсора над ними" -#: ../gtk/gtktreeview.c:719 +#: gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "Показывать элементы раскрытия" -#: ../gtk/gtktreeview.c:720 +#: gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "Показывать элементы раскрытия дерева" -#: ../gtk/gtktreeview.c:734 +#: gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "Отступ уровней" -#: ../gtk/gtktreeview.c:735 +#: gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "Дополнительный отступ для каждого уровня" -#: ../gtk/gtktreeview.c:744 +#: gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "Выделение мышью" -#: ../gtk/gtktreeview.c:745 +#: gtk/gtktreeview.c:745 msgid "" "Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "" "Допускать ли выделение нескольких элементов при движении указателя мыши" -#: ../gtk/gtktreeview.c:752 +#: gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "Включить линии сетки" -#: ../gtk/gtktreeview.c:753 +#: gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "Показывать линии в сетке дерева" -#: ../gtk/gtktreeview.c:761 +#: gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "Включить линии" -#: ../gtk/gtktreeview.c:762 +#: gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "Будут ли отображаться линии в дереве" -#: ../gtk/gtktreeview.c:770 +#: gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "" "Столбец в модели источника данных, содержащий всплывающие подсказки для " "строк." -#: ../gtk/gtktreeview.c:792 +#: gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "Ширина вертикального разделителя" -#: ../gtk/gtktreeview.c:793 +#: gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "Вертикальный пробел между ячейками. Должен быть четным числом" -#: ../gtk/gtktreeview.c:801 +#: gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "Ширина горизонтального разделителя" -#: ../gtk/gtktreeview.c:802 +#: gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "Горизонтальный пробел между ячейками. Должен быть четным числом" -#: ../gtk/gtktreeview.c:810 +#: gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "Разрешить правила" -#: ../gtk/gtktreeview.c:811 +#: gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "Разрешить окраску строк в разный цвет" -#: ../gtk/gtktreeview.c:817 +#: gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "Отступ расширителя" -#: ../gtk/gtktreeview.c:818 +#: gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "Создает отступы в расширяемых объектах" -#: ../gtk/gtktreeview.c:824 +#: gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "Цвет чётных рядов" -#: ../gtk/gtktreeview.c:825 +#: gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "Цвет для чётных рядов" -#: ../gtk/gtktreeview.c:831 +#: gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "Цвет нечётных рядов" -#: ../gtk/gtktreeview.c:832 +#: gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "Цвет для нечётных рядов" -#: ../gtk/gtktreeview.c:838 +#: gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "Детали окончания строк" -#: ../gtk/gtktreeview.c:839 +#: gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "Включить дополнительные возможности темы по отрисовке окончаний строк" -#: ../gtk/gtktreeview.c:845 +#: gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "Ширина линии сетки" -#: ../gtk/gtktreeview.c:846 +#: gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "Ширина в пикселях линии, разделяющей элементы сетки" -#: ../gtk/gtktreeview.c:852 +#: gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "Ширина линии" -#: ../gtk/gtktreeview.c:853 +#: gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "Ширина в пикселях линии, разделяющей строки" -#: ../gtk/gtktreeview.c:859 +#: gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "Образец линии сетки" -#: ../gtk/gtktreeview.c:860 +#: gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "Образец штрихов для отображения линии сетки" -#: ../gtk/gtktreeview.c:866 +#: gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "Образец линии" -#: ../gtk/gtktreeview.c:867 +#: gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "Образец штрихов для отображения линии, разделяющей строки" -#: ../gtk/gtktreeviewcolumn.c:192 +#: gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "Отображать ли столбец" -#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "С изменяемым размером" -#: ../gtk/gtktreeviewcolumn.c:200 +#: gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "Размер столбца может быть изменён пользователем" -#: ../gtk/gtktreeviewcolumn.c:208 +#: gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "Текущая ширина столбца" -#: ../gtk/gtktreeviewcolumn.c:217 +#: gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "Пространство, вставляемое между ячейками" -#: ../gtk/gtktreeviewcolumn.c:225 +#: gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "Установка размера" -#: ../gtk/gtktreeviewcolumn.c:226 +#: gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "Режим изменения размера столбца" -#: ../gtk/gtktreeviewcolumn.c:234 +#: gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "Фиксированная ширина" -#: ../gtk/gtktreeviewcolumn.c:235 +#: gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "Текущая фиксированная ширина столбца" -#: ../gtk/gtktreeviewcolumn.c:244 +#: gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "Минимальная ширина" -#: ../gtk/gtktreeviewcolumn.c:245 +#: gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "Минимально допустимая ширина столбца" -#: ../gtk/gtktreeviewcolumn.c:254 +#: gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "Максимальная ширина" -#: ../gtk/gtktreeviewcolumn.c:255 +#: gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "Максимально допустимая ширина столбца" -#: ../gtk/gtktreeviewcolumn.c:265 +#: gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "Заголовок, отображаемый в заголовке столбца" -#: ../gtk/gtktreeviewcolumn.c:273 +#: gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "Столбцы расширяются до размеров выделенной виджету области" -#: ../gtk/gtktreeviewcolumn.c:280 +#: gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "Чувствительный к нажатиям" -#: ../gtk/gtktreeviewcolumn.c:281 +#: gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "Чувствителен ли заголовок к нажатиям" -#: ../gtk/gtktreeviewcolumn.c:289 +#: gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "Виджет" -#: ../gtk/gtktreeviewcolumn.c:290 +#: gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "Виджет для замены заголовка столбца кнопкой" -#: ../gtk/gtktreeviewcolumn.c:298 +#: gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "" "Выравнивание текста или элемента управления в заголовке столбца по " "горизонтали" -#: ../gtk/gtktreeviewcolumn.c:308 +#: gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "Может ли столбец быть перемещен в другое место" -#: ../gtk/gtktreeviewcolumn.c:315 +#: gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "Индикатор сортировки" -#: ../gtk/gtktreeviewcolumn.c:316 +#: gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "Показывать ли индикатор сортировки" -#: ../gtk/gtktreeviewcolumn.c:323 +#: gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "Порядок сортировки" -#: ../gtk/gtktreeviewcolumn.c:324 +#: gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "Направление сортировки должно отображаться индикатором" -#: ../gtk/gtkuimanager.c:223 +#: gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "Следует ли добавлять отделённые меню к меню" -#: ../gtk/gtkuimanager.c:230 +#: gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "Объединённое определение интерфейса" -#: ../gtk/gtkuimanager.c:231 +#: gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "Строка в формате XML, описывающая объединённый интерфейс" -#: ../gtk/gtkviewport.c:107 +#: gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" msgstr "" -"Значение GtkAdjustment, который определяет координаты окна просмотра " -"по горизонтали" +"Значение GtkAdjustment, который определяет координаты окна просмотра по " +"горизонтали" -#: ../gtk/gtkviewport.c:115 +#: gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" msgstr "" -"Значение GtkAdjustment, который определяет координаты окна просмотра " -"по горизонтали" +"Значение GtkAdjustment, который определяет координаты окна просмотра по " +"горизонтали" -#: ../gtk/gtkviewport.c:123 +#: gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" msgstr "Определяет способ прорисовки тени вокруг окна просмотра" -#: ../gtk/gtkwidget.c:483 +#: gtk/gtkwidget.c:483 msgid "Widget name" msgstr "Наименование виджета" -#: ../gtk/gtkwidget.c:484 +#: gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "Наименование виджета" -#: ../gtk/gtkwidget.c:490 +#: gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "Родительский виджет" -#: ../gtk/gtkwidget.c:491 +#: gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" -msgstr "" -"Родительский виджет для виджета. Должен быть виджетом-контейнером" +msgstr "Родительский виджет для виджета. Должен быть виджетом-контейнером" -#: ../gtk/gtkwidget.c:498 +#: gtk/gtkwidget.c:498 msgid "Width request" msgstr "Запрос на установку ширины" -#: ../gtk/gtkwidget.c:499 +#: gtk/gtkwidget.c:499 msgid "" "Override for width request of the widget, or -1 if natural request should be " "used" msgstr "" -"Изменение использования запроса на установку ширины элемента " -"управления или -1, если нужно использовать исходный запрос" +"Изменение использования запроса на установку ширины элемента управления или -" +"1, если нужно использовать исходный запрос" -#: ../gtk/gtkwidget.c:507 +#: gtk/gtkwidget.c:507 msgid "Height request" msgstr "Запрос на установку высоты" -#: ../gtk/gtkwidget.c:508 +#: gtk/gtkwidget.c:508 msgid "" "Override for height request of the widget, or -1 if natural request should " "be used" msgstr "" -"Изменение запроса на установку высоты элемента управления или -1, если " -"нужно использовать исходный запрос" +"Изменение запроса на установку высоты элемента управления или -1, если нужно " +"использовать исходный запрос" -#: ../gtk/gtkwidget.c:517 +#: gtk/gtkwidget.c:517 msgid "Whether the widget is visible" msgstr "Будет ли виджет видимым" -#: ../gtk/gtkwidget.c:524 +#: gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "Будет ли виждет использовать ввод" -#: ../gtk/gtkwidget.c:530 +#: gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "Отрисовываемый приложением" -#: ../gtk/gtkwidget.c:531 +#: gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "Будет ли приложение рисовать напрямую в виджете" -#: ../gtk/gtkwidget.c:537 +#: gtk/gtkwidget.c:537 msgid "Can focus" msgstr "Может иметь фокус" -#: ../gtk/gtkwidget.c:538 +#: gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "Будет ли виджет принимать фокус ввода" -#: ../gtk/gtkwidget.c:544 +#: gtk/gtkwidget.c:544 msgid "Has focus" msgstr "Имеет фокус" -#: ../gtk/gtkwidget.c:545 +#: gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "Имеет ли виджет фокус ввода" -#: ../gtk/gtkwidget.c:551 +#: gtk/gtkwidget.c:551 msgid "Is focus" msgstr "Имеет фокус" -#: ../gtk/gtkwidget.c:552 +#: gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "Получает ли виджет фокус ввода в окне" -#: ../gtk/gtkwidget.c:558 +#: gtk/gtkwidget.c:558 msgid "Can default" msgstr "Выбирается по умолчанию" -#: ../gtk/gtkwidget.c:559 +#: gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "Может ли виджет быть «элементом по умолчанию»" -#: ../gtk/gtkwidget.c:565 +#: gtk/gtkwidget.c:565 msgid "Has default" msgstr "Выбран по умолчанию" -#: ../gtk/gtkwidget.c:566 +#: gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "Является ли виджет «исходным виджетом»" -#: ../gtk/gtkwidget.c:572 +#: gtk/gtkwidget.c:572 msgid "Receives default" msgstr "Действие по умолчанию" -#: ../gtk/gtkwidget.c:573 +#: gtk/gtkwidget.c:573 msgid "If TRUE, the widget will receive the default action when it is focused" msgstr "" "Если установлено, то виджет получает действие по умолчанию при получении " "фокуса ввода" -#: ../gtk/gtkwidget.c:579 +#: gtk/gtkwidget.c:579 msgid "Composite child" msgstr "Составной дочерний элемент" -#: ../gtk/gtkwidget.c:580 +#: gtk/gtkwidget.c:580 msgid "Whether the widget is part of a composite widget" msgstr "Является ли виджет частью составного элемента управления" -#: ../gtk/gtkwidget.c:586 +#: gtk/gtkwidget.c:586 msgid "Style" msgstr "Стиль" -#: ../gtk/gtkwidget.c:587 +#: gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" msgstr "Стиль элемента управления, описывающий его внешний вид (цвета и т.п.)" -#: ../gtk/gtkwidget.c:593 +#: gtk/gtkwidget.c:593 msgid "Events" msgstr "События" -#: ../gtk/gtkwidget.c:594 +#: gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" msgstr "" "Маска события, определяющая, какие события GdkEvents может получать этот " "виджет" -#: ../gtk/gtkwidget.c:601 +#: gtk/gtkwidget.c:601 msgid "Extension events" msgstr "События изменения размеров" -#: ../gtk/gtkwidget.c:602 +#: gtk/gtkwidget.c:602 msgid "The mask that decides what kind of extension events this widget gets" msgstr "" "Маска, определяющая, какие типы событий изменения размеров может получать " "этот виджет" -#: ../gtk/gtkwidget.c:609 +#: gtk/gtkwidget.c:609 msgid "No show all" msgstr "Не показывать всё" -#: ../gtk/gtkwidget.c:610 +#: gtk/gtkwidget.c:610 msgid "Whether gtk_widget_show_all() should not affect this widget" msgstr "Будет ли функция gtk_widget_show_all() воздействовать на этот виждет" -#: ../gtk/gtkwidget.c:633 +#: gtk/gtkwidget.c:633 msgid "Whether this widget has a tooltip" msgstr "Имеет ли виджет всплывающую подсказку" -#: ../gtk/gtkwidget.c:689 +#: gtk/gtkwidget.c:689 msgid "Window" msgstr "Окно" -#: ../gtk/gtkwidget.c:690 +#: gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "Окно виджета, если виджет размещён на экране" -#: ../gtk/gtkwidget.c:2212 +#: gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "Внутренний фокус ввода" -#: ../gtk/gtkwidget.c:2213 +#: gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "Рисовать ли индикатор фокуса ввода внутри элементов управления" -#: ../gtk/gtkwidget.c:2219 +#: gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "Ширина линии фокуса ввода" -#: ../gtk/gtkwidget.c:2220 +#: gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "Ширина линии-индикатора фокуса ввода, в точках растра" -#: ../gtk/gtkwidget.c:2226 +#: gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "Штрих линии фокуса ввода" -#: ../gtk/gtkwidget.c:2227 +#: gtk/gtkwidget.c:2227 msgid "Dash pattern used to draw the focus indicator" msgstr "Образец штрихов для отображения линии-индикатора фокуса ввода" -#: ../gtk/gtkwidget.c:2232 +#: gtk/gtkwidget.c:2232 msgid "Focus padding" msgstr "Отступ фокуса ввода" -#: ../gtk/gtkwidget.c:2233 +#: gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" msgstr "" "Расстояние между индикатором фокуса ввода и 'рамкой' виджета, в пикселях" -#: ../gtk/gtkwidget.c:2238 +#: gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "Цвет курсора" -#: ../gtk/gtkwidget.c:2239 +#: gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "Цвет, используемый для курсора" -#: ../gtk/gtkwidget.c:2244 +#: gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "Цвет второго курсора" -#: ../gtk/gtkwidget.c:2245 +#: gtk/gtkwidget.c:2245 msgid "" "Color with which to draw the secondary insertion cursor when editing mixed " "right-to-left and left-to-right text" @@ -6903,43 +6878,43 @@ msgstr "" "Цвет для отображения второго курсора при использовании смешанного (справа " "налево и слева направо) ввода текста" -#: ../gtk/gtkwidget.c:2250 +#: gtk/gtkwidget.c:2250 msgid "Cursor line aspect ratio" msgstr "Пропорции курсора" -#: ../gtk/gtkwidget.c:2251 +#: gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "Пропорции курсора" -#: ../gtk/gtkwidget.c:2265 +#: gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "Граница отрисовки" -#: ../gtk/gtkwidget.c:2266 +#: gtk/gtkwidget.c:2266 msgid "Size of areas outside the widget's allocation to draw" msgstr "Размер областей за пределами виджета для отрисовки" -#: ../gtk/gtkwidget.c:2279 +#: gtk/gtkwidget.c:2279 msgid "Unvisited Link Color" msgstr "Цвет непосещённой ссылки" -#: ../gtk/gtkwidget.c:2280 +#: gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "Цвет ссылки, ранее не использовавшейся" -#: ../gtk/gtkwidget.c:2293 +#: gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "Цвет ссылки" -#: ../gtk/gtkwidget.c:2294 +#: gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "Цвет ссылки, уже использованной" -#: ../gtk/gtkwidget.c:2308 +#: gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "Широкие разделители" -#: ../gtk/gtkwidget.c:2309 +#: gtk/gtkwidget.c:2309 msgid "" "Whether separators have configurable width and should be drawn using a box " "instead of a line" @@ -6947,76 +6922,76 @@ msgstr "" "Имеют ли разделители ширину и отображаются ли они в виде прямоугольника, а " "не линии" -#: ../gtk/gtkwidget.c:2323 +#: gtk/gtkwidget.c:2323 msgid "Separator Width" msgstr "Ширина разделителя" -#: ../gtk/gtkwidget.c:2324 +#: gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" msgstr "Ширина разделителей, если установлено свойство «Широкие разделители»" -#: ../gtk/gtkwidget.c:2338 +#: gtk/gtkwidget.c:2338 msgid "Separator Height" msgstr "Высота разделителя" -#: ../gtk/gtkwidget.c:2339 +#: gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" msgstr "Высота разделителей, если установлено свойство «широкие разделители»" -#: ../gtk/gtkwidget.c:2353 +#: gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" msgstr "Длина горизонтальной стрелки" -#: ../gtk/gtkwidget.c:2354 +#: gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "Длина горизонтальной стрелки прокрутки" -#: ../gtk/gtkwidget.c:2368 +#: gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "Длина вертикальной стрелки" -#: ../gtk/gtkwidget.c:2369 +#: gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "Длина вертикальной стрелки прокрутки" -#: ../gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Тип окна" -#: ../gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Тип окна" -#: ../gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Заголовок окна" -#: ../gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Заголовок окна" -#: ../gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Роль окна" -#: ../gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Уникальный идентификатор окна, используемый при восстановлении сессии" -#: ../gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Идентификатор системы запуска" -#: ../gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Уникальный идентификатор, используемый системой уведомлений о новых окнах" -#: ../gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Разрешить сжатие" -#: ../gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7025,23 +7000,23 @@ msgstr "" "Если установлено, то окно не имеет минимального размера. Использование " "этого значения в 99% случаев нерационально" -#: ../gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Позволить увеличение" -#: ../gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "Если установлено, то можно задать окну размер больше минимального." -#: ../gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Если установлено, то пользователь может изменять размер окна" -#: ../gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Модальное" -#: ../gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7049,70 +7024,70 @@ msgstr "" "Если установлено, то окно является модальным (нельзя обратиться к другим " "окнам, пока оно не будет закрыто)" -#: ../gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Позиция окна" -#: ../gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Начальная позиция окна" -#: ../gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Ширина по умолчанию" -#: ../gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Ширина окна по умолчанию, используется при первоначальном отображении окна" -#: ../gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Высота по умолчанию" -#: ../gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "Высота окна по умолчанию, используется при первоначальном отображении окна" -#: ../gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Уничтожать вместе с родителем" -#: ../gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Уничтожать ли это окно при уничтожении родительского окна" -#: ../gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Значок для окна" -#: ../gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Имя значка из темы для окна" -#: ../gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Активный" -#: ../gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Является ли окно активным" -#: ../gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "/Фокус находится в окне" -#: ../gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Находится ли фокус ввода в данном GtkWindow" -#: ../gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Тип подсказки" -#: ../gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7120,100 +7095,99 @@ msgstr "" "Подсказка (hint), позволяющая оконному окружению понять, к какому типу " "относится данное окно и как с ним обходиться." -#: ../gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Скрыть из переключателя задач" -#: ../gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Установлено, если окно не должно быть видимо в переключателе задач." -#: ../gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Скрыть из переключателя рабочих мест" -#: ../gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" "Установлено, если окно не должно быть видимо в переключателе рабочих мест." -#: ../gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Срочно" -#: ../gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "Установлено, если окно должно привлечь внимание пользователя." -#: ../gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Принимать фокус" -#: ../gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "Если установлено, окно должно принимать фокус ввода." -#: ../gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Фокус при отображении" -#: ../gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "Если установлено, окно должно принимать фокус ввода при отображении." -#: ../gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Обрабатываемо" -#: ../gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Отрисовывать ли рамку окна менеджером окон" -#: ../gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Выделяемый" -#: ../gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Имеет ли рамка окна кнопку закрытия" -#: ../gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Приоритетное направление" -#: ../gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Приоритетное направление" -#: ../gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Связанное окно" -#: ../gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Окно, связанное с диалогом" -#: ../gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Прозрачность окна" -#: ../gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Прозрачность окна, от 0 до 1" -#: ../modules/input/gtkimcontextxim.c:334 +#: modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "Стиль IM Preedit" -#: ../modules/input/gtkimcontextxim.c:335 +#: modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "Как рисовать строку IM Preedit" -#: ../modules/input/gtkimcontextxim.c:343 +#: modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "Стиль строки состояния метода ввода" -#: ../modules/input/gtkimcontextxim.c:344 +#: modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "Как рисовать строку состояния метода ввода" - diff --git a/po-properties/rw.po b/po-properties/rw.po index b159c32247..4049b18fd4 100644 --- a/po-properties/rw.po +++ b/po-properties/rw.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: 317\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2004-11-17 21:21-0700\n" "Last-Translator: Steve Murphy \n" "Language-Team: Kinyarwanda \n" @@ -107,12 +107,12 @@ msgstr "" msgid "The default display for GDK" msgstr "Mburabuzi Kugaragaza kugirango" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Ikirahuri" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 #, fuzzy msgid "the GdkScreen for the renderer" msgstr "i kugirango i" @@ -137,63 +137,63 @@ msgstr "Utudomo" msgid "The resolution for fonts on the screen" msgstr "i Urutonde ku i Mugaragaza" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 #, fuzzy msgid "Program name" msgstr "Izina:" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 #, fuzzy msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "Izina: Bya i Porogaramu iyi ni OYA Gushyiraho Kuri" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 #, fuzzy msgid "Program version" msgstr "Verisiyo" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 #, fuzzy msgid "The version of the program" msgstr "Verisiyo Bya i Porogaramu" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 #, fuzzy msgid "Copyright string" msgstr "Ikurikiranyanyuguti" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 #, fuzzy msgid "Copyright information for the program" msgstr "Ibisobanuro kugirango i Porogaramu" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 #, fuzzy msgid "Comments string" msgstr "Ikurikiranyanyuguti" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 #, fuzzy msgid "Comments about the program" msgstr "Ibyerekeye i Porogaramu" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 #, fuzzy msgid "The URL for the link to the website of the program" msgstr "kugirango i Ihuza Kuri i Webu Bya i Porogaramu" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 #, fuzzy msgid "Website label" msgstr "Akarango" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 #, fuzzy msgid "" "The label for the link to the website of the program. If this is not set, it " @@ -202,48 +202,48 @@ msgstr "" "Akarango kugirango i Ihuza Kuri i Webu Bya i Porogaramu iyi ni OYA " "Gushyiraho Kuri i" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Abahanzi" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 #, fuzzy msgid "List of authors of the program" msgstr "Bya Abahanzi Bya i Porogaramu" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 #, fuzzy msgid "List of people documenting the program" msgstr "Bya Abantu i Porogaramu" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 #, fuzzy msgid "List of people who have contributed artwork to the program" msgstr "Bya Abantu Kuri i Porogaramu" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 #, fuzzy msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "Kuri i Ikurikiranyanyuguti cy/ byagarajwe Nka" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "ikirango" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 #, fuzzy msgid "" "A logo for the about box. If this is not set, it defaults to " @@ -251,23 +251,23 @@ msgid "" msgstr "" "A ikirango kugirango i Ibyerekeye Agasanduku iyi ni OYA Gushyiraho Kuri" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 #, fuzzy msgid "A named icon to use as the logo for the about box." msgstr "" "A Agashushondanga Kuri Gukoresha Nka i ikirango kugirango i Ibyerekeye " "Agasanduku" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 #, fuzzy msgid "Wrap license" msgstr "Ubwoko Gushyiraho" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 #, fuzzy msgid "Whether to wrap the license text." msgstr "Kuri Gihinguranya i Umwandiko" @@ -352,7 +352,7 @@ msgid "The GIcon being displayed" msgstr "Gushyiraho Kuri Kugaragaza" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "" @@ -475,7 +475,7 @@ msgid "Whether the action group is visible." msgstr "i Igikorwa Itsinda ni Kigaragara" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Agaciro " @@ -1410,7 +1410,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "i Kuri i Leta" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "agashushanyo" @@ -1476,7 +1476,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Na IKURA Icyerekezo Bya i Aho bigeze" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -3542,7 +3542,7 @@ msgid "Icon set to display" msgstr "Gushyiraho Kuri Kugaragaza" # offmgr/source\offapp\dialog\optgdlg.src:OFA_TP_VIEW.FT_BIG.text -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 #, fuzzy msgid "Icon size" msgstr "Ingano y'agashushondanga" @@ -3622,7 +3622,7 @@ msgstr "Ibikubiyemo Ishusho" msgid "Whether images should be shown in menus" msgstr "Ishusho in Ibikubiyemo" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 #, fuzzy msgid "The screen where this window will be displayed" msgstr "Mugaragaza iyi Idirishya" @@ -5417,28 +5417,28 @@ msgstr "Isigamwanya" msgid "Space between value text and the slider/trough area" msgstr "hagati Agaciro Umwandiko Na i Ubuso" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Agaciro Bya i" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Ingano y'agashushondanga k'umwanyabikoresho" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "Kirimo i KIGEZWEHO Agaciro Bya iyi Urutonde Igikoresho" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "agashushanyo" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "" @@ -7351,7 +7351,7 @@ msgstr "Ishusho Kuri Gushushanya i" msgid "Whether to display the column" msgstr "Kuri Kugaragaza i Inkingi" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -7822,245 +7822,245 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "i Bihagaritse Agafashsagenda ni" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 #, fuzzy msgid "The type of the window" msgstr "Ubwoko Bya i Idirishya" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 #, fuzzy msgid "The title of the window" msgstr "Umutwe Bya i Idirishya" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 #, fuzzy msgid "Unique identifier for the window to be used when restoring a session" msgstr "Ikiranga kugirango i Idirishya Kuri Ryari: a Umukoro" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Itsinda" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 #, fuzzy msgid "Unique startup identifier for the window used by startup-notification" msgstr "Ikiranga kugirango i Idirishya Kuri Ryari: a Umukoro" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, fuzzy, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "i Idirishya Oya Ingano iyi Kuri ni Bya i Igihe a" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 #, fuzzy msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "Kwagura i Idirishya Gito Ingano" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 #, fuzzy msgid "If TRUE, users can resize the window" msgstr "Ihindurangero i Idirishya" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 #, fuzzy msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "i Idirishya ni Ikindi OYA iyi ni Hejuru" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 #, fuzzy msgid "The initial position of the window" msgstr "Ibirindiro Bya i Idirishya" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 #, fuzzy msgid "The default width of the window, used when initially showing the window" msgstr "Mburabuzi Ubugari Bya i Idirishya Ryari: i Idirishya" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 #, fuzzy msgid "" "The default height of the window, used when initially showing the window" msgstr "Mburabuzi Ubuhagarike Bya i Idirishya Ryari: i Idirishya" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 #, fuzzy msgid "Destroy with Parent" msgstr "Na:" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 #, fuzzy msgid "If this window should be destroyed when the parent is destroyed" msgstr "iyi Idirishya Ryari: i ni" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 #, fuzzy msgid "Icon for this window" msgstr "kugirango iyi Idirishya" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 #, fuzzy msgid "Name of the themed icon for this window" msgstr "Bya i Agashushondanga kugirango iyi Idirishya" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 #, fuzzy msgid "Whether the toplevel is the current active window" msgstr "i ni i KIGEZWEHO Gikora Idirishya" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 #, fuzzy msgid "Focus in Toplevel" msgstr "in" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 #, fuzzy msgid "Whether the input focus is within this GtkWindow" msgstr "i Iyinjiza ni muri iyi" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 #, fuzzy msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "Kuri Ifashayobora i Ibiro Bya Idirishya iyi ni Na Kuri" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 #, fuzzy msgid "TRUE if the window should not be in the task bar." msgstr "NIBA i Idirishya OYA in i Igikorwa" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 #, fuzzy msgid "Skip pager" msgstr "Peja" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 #, fuzzy msgid "TRUE if the window should not be in the pager." msgstr "NIBA i Idirishya OYA in i Peja" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 #, fuzzy msgid "TRUE if the window should be brought to the user's attention." msgstr "NIBA i Idirishya OYA in i Peja" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 #, fuzzy msgid "TRUE if the window should receive the input focus." msgstr "NIBA i Idirishya Akira i Iyinjiza" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 #, fuzzy msgid "Focus on map" msgstr "ku" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 #, fuzzy msgid "TRUE if the window should receive the input focus when mapped." msgstr "NIBA i Idirishya Akira i Iyinjiza Ryari:" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 #, fuzzy msgid "Whether the window should be decorated by the window manager" msgstr "i Idirishya ku i Idirishya Muyobozi" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 #, fuzzy msgid "Whether the window frame should have a close button" msgstr "i Idirishya ku i Idirishya Muyobozi" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 #, fuzzy msgid "The window gravity of the window" msgstr "Idirishya Bya i Idirishya" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Utubuto in i Ubutumwa Ikiganiro" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Ubwoko Bya i Idirishya" diff --git a/po-properties/si.po b/po-properties/si.po index d966c4f01e..f363993312 100644 --- a/po-properties/si.po +++ b/po-properties/si.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: si\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2008-02-12 15:03+0530\n" "Last-Translator: Danishka Navin \n" "Language-Team: Sinhala \n" @@ -91,12 +91,12 @@ msgstr "ප්‍රකෘති දැක්ම" msgid "The default display for GDK" msgstr "GDK සඳහා ප්‍රකෘති දැක්ම" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "තිරය" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -116,96 +116,96 @@ msgstr "අක්‍ෂර විභේදනය" msgid "The resolution for fonts on the screen" msgstr "තිරය මත අක්‍ෂර සඳහා විභේදනය" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "වැඩ සටහන් නම" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "වැඩ සටහනේ නම. මෙය සැකසුවේ නැත් නම් එහි ප්‍රකෘතිය g_get_application_name() වේ" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "වැඩ සටහන් වෙළුම" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "වැඩ සටහනේ වෙළුම" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "කතු හිමිකම" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "වැඩසටහන පිළිබඳ කතු හිමිකම් වැකිය" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "සටහන් වැකිය" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "වැඩසටහන පිළිබද අදහස්" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "වියුණු අඩවි URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "වියුණු අඩවි ලේබලය" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "වැඩසටහනේ වියුණු අඩවි පුරුක සඳහා ලේබලය. සකසා නොමැතිවිට URL එක පෙරනිමිය වේ" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "නිර්මාණකරුවන්" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "වැඩසටහනේ නිර්මාණකරුවන් ලැයිස්තුව" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "ලේඛණ" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "වැඩසටහන ලේඛණණාරුඩ කළ පිරිස" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "කළාකරුවන්" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "වැඩසටහනේ කළාත්මක කටයුතු සඳහා දායකත්වය දැක්වු කළ පිරිස" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "පරිවර්තන ස්තුතිය" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "ලාංජනය" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -213,19 +213,19 @@ msgstr "" "පිළිබදව කොටුව සඳහා සංකේතය. මෙය සැකසුවේ නැත් නම් එහි ප්‍රකෘතිය " "gtk_window_get_default_icon_list() වේ" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "ලාංජන සංකේතයෙ නම" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "පිළිබදව කොටුව සඳහා ලාංජනය ලෙස භාවිතායට නාමික අයිකනය " -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -300,7 +300,7 @@ msgid "The GIcon being displayed" msgstr "සත්‍ය නම් ශීර්ෂකය දර්ශනවේ" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "අයිකන නම" @@ -402,7 +402,7 @@ msgid "Whether the action group is visible." msgstr "ක්‍රියා සමුහය දෘශ්‍ය දැයි බලන්න" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "අගය" @@ -1226,7 +1226,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "අයිකනය" @@ -1283,7 +1283,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "ගළපන ලද" @@ -3038,7 +3038,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "නිරූපකයේ ප්‍රමාණය" @@ -3104,7 +3104,7 @@ msgstr "" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4663,27 +4663,27 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "ගළපන ලද අගය" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "නිරූපකයේ ප්‍රමාණය" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "අයිකනය" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "ලාංජන සංකේතයෙ නම" @@ -6319,7 +6319,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6721,215 +6721,215 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "සක්‍රීයයි" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "වර්‍ග ඉඟිය" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "හදිසි" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "මැකිය හැකි" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" diff --git a/po-properties/sk.po b/po-properties/sk.po index 7cdc5b358a..708567858f 100644 --- a/po-properties/sk.po +++ b/po-properties/sk.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2008-09-19 15:04+0200\n" "Last-Translator: Pavol Šimo \n" "Language-Team: Slovak \n" @@ -94,12 +94,12 @@ msgstr "Predvolený displej" msgid "The default display for GDK" msgstr "Predvolený displej pre GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Obrazovka" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen pre \"renderer\"" @@ -119,99 +119,99 @@ msgstr "Rozlíšenie písma" msgid "The resolution for fonts on the screen" msgstr "Rozlíšenie písiem pre obrazovku" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Názov programu" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" "Názov programu. Ak tu nie je nastavené, aplikuje sa g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Verzia programu" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Verzia tohto programu" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Reťazec o autorských právach" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Informácie o autorských právach pre program" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Reťazec komentárov" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Komentáre o programe" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL www stránky" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "URL odkazu na www stránku programu" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Označenie www stránky" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" "Popis odkazu na www stránku programu. Ak tu nie je nastavené, aplikuje sa URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Autori" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Zoznam autorov programu" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Autori dokumentácie" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Zoznam ľudí, ktorí dokumentujú program" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Výtvarníci" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Zoznam ľudí, ktorí prispeli grafikou k programu" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Poďakovanie prekladateľom" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Poďakovanie prekladateľom. Tento reťazec by mal byť označený ako preložiteľný" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -219,20 +219,20 @@ msgstr "" "Logo pre dialógové okno O programe. Ak tu nie je nastavené, aplikuje sa " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Názov ikony loga" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" "Pomenovaná ikona, ktorá bude použitá ako logo pre dialógové okno O programe." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Zalomiť licenciu" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Či zalomiť text licencie." @@ -306,7 +306,7 @@ msgid "The GIcon being displayed" msgstr "Zobrazená GIkona" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Názov ikony" @@ -410,7 +410,7 @@ msgid "Whether the action group is visible." msgstr "Či je skupina akcií viditeľná." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Hodnota" @@ -1236,7 +1236,7 @@ msgstr "Riadiť sa stavom" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Či má byť zobrazený pixbuf vyfarbený podľa stavu" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikona" @@ -1297,7 +1297,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientácia a rast pruhu priebehu" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Zarovnanie" @@ -3084,7 +3084,7 @@ msgstr "Skupina ikon" msgid "Icon set to display" msgstr "Zobrazená skupina ikon" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Veľkosť ikony" @@ -3153,7 +3153,7 @@ msgstr "Zobraziť obrázky v ponuke" msgid "Whether images should be shown in menus" msgstr "Či majú byť v ponuke zobrazené obrázky" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Obrazovka, na ktorej sa má toto okno zobraziť" @@ -4751,25 +4751,25 @@ msgstr "Medzera hodnoty" msgid "Space between value text and the slider/trough area" msgstr "Medzera medzi hodnotou a oblasťou posuvníka" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Hodnota zväčšenia" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Veľkosť ikony" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "GtkAdjustment, ktorý obsahuje aktuálnu hodnotu tohto prvku tlačidlo zväčšenia" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Ikony" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Zoznam názvov ikon" @@ -6461,7 +6461,7 @@ msgstr "Čiarkovaná vzorka použitá na vykreslenie čiar stromu" msgid "Whether to display the column" msgstr "Či stĺpec zobraziť" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Zmena veľkosti" @@ -6875,43 +6875,43 @@ msgstr "Dĺžka vertikálneho posuvníka" msgid "The length of vertical scroll arrows" msgstr "Dĺžka vertikálnych posuvníkov" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Typ okna" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Typ okna" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Titulok okna" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Text titulku okna" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Úloha okna" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Jednoznačný identifikátor okna pre obnovu sedenia" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Štartovacie ID" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "Jednoznačný štartovací identifikátor okna pre startup-notification" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Povoliť zmenšenie" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6920,23 +6920,23 @@ msgstr "" "Ak je TRUE, okno nemá minimálnu veľkosť. Nastavenia tohto na TRUE je v 99% " "prípadov zlý nápad" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Povoliť zväčšenie" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "Ak je TRUE, používateľ môže roztiahnuť okno nad jeho minimálnu veľkosť" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Ak je TRUE, používateľ môže zmeniť veľkosť okna" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modálne" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6944,150 +6944,150 @@ msgstr "" "Ak je TRUE, okno je modálne (ostatné okná nie je možné používať, ak je toto " "zobrazené)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Pozícia okna" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Počiatočná pozícia okna" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Predvolená šírka" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Predvolená šírka okna použitá pri počiatočnom zobrazení okna" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Predvolená výška" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Predvolená výška okna použitá pri počiatočnom zobrazení okna" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Zničiť s rodičom" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Nastavuje, či má byť okno zničené pri zničení rodiča" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Ikona pre toto okno" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Témovateľná ikona pre toto okno" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Je aktívne" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Či je najvyšší prvok momentálne aktívne okno" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Fokus v najvyššom prvku" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Či je vstupný fokus v tomto prvku GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Rada o type" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "Rada pre prostredie, čo je toto za typ okna a ako s ním pracovať." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Vynechať v paneli úloh" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "TRUE, ak okno nemá byť v paneli úloh." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Vynechať v stránkovači" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "TRUE, ak okno nemá byť v stránkovači." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Urgentné" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE, ak okno má byť privedené do používateľovho záujmu." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Akceptuje fokus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE, ak okno má dostávať vstupný fokus." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Fokus pri zobrazení" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "TRUE, ak okno má dostávať vstupný fokus ak je zobrazené." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Dekorované" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Či má okno mať dekorácie od správcu okien" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Zmazateľné" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Či má mať okno v ráme aj tlačidlo na zatvorenie" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravitácia" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Gravitácia okna" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Dočasný rodič pre okno" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Dočasný rodič dialógového okna" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Nepriehľadnosť okna" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Nepriehľadnosť okna, od 0 po 1" diff --git a/po-properties/sl.po b/po-properties/sl.po index 40981b623d..2ebc182662 100644 --- a/po-properties/sl.po +++ b/po-properties/sl.po @@ -9,6924 +9,7093 @@ msgid "" msgstr "" "Project-Id-Version: GTK+ 1.4.0\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+&component=general\n" -"POT-Creation-Date: 2009-03-17 16:36+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-17 17:57+0100\n" "Last-Translator: Matej Urbančič \n" "Language-Team: slovenian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" +"%100==4 ? 3 : 0);\n" "X-Poedit-Language: Slovenian\n" "X-Poedit-Country: SLOVENIA\n" "X-Poedit-SourceCharset: iso-8859-1\n" -#: ../gdk-pixbuf/gdk-pixbuf.c:89 +#: gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "Število kanalov" -#: ../gdk-pixbuf/gdk-pixbuf.c:90 +#: gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "Število vzorcev na slikovno točko" -#: ../gdk-pixbuf/gdk-pixbuf.c:99 +#: gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "Barvni prostor" -#: ../gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "Barvni prostor, v katerem so interpretirani vzorci" -#: ../gdk-pixbuf/gdk-pixbuf.c:108 +#: gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "Ima kanal alfa" -#: ../gdk-pixbuf/gdk-pixbuf.c:109 +#: gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "Ali naj ima pixbuf kanal alfa" -#: ../gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "Bitov na vzorec" -#: ../gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "Število bitov na vzorec" -#: ../gdk-pixbuf/gdk-pixbuf.c:132 -#: ../gtk/gtklayout.c:632 -#: ../gtk/gtktreeviewcolumn.c:207 +#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "Širina" -#: ../gdk-pixbuf/gdk-pixbuf.c:133 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "Število stolpcev v slikovnem medpomnilniku (pixbuf)" -#: ../gdk-pixbuf/gdk-pixbuf.c:142 -#: ../gtk/gtklayout.c:641 +#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 msgid "Height" msgstr "Višina" -#: ../gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "Število vrstic v slikovnem medpomnilniku (pixbuf)" -#: ../gdk-pixbuf/gdk-pixbuf.c:159 +#: gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "Bitne vrstice" -#: ../gdk-pixbuf/gdk-pixbuf.c:160 -msgid "The number of bytes between the start of a row and the start of the next row" +#: gdk-pixbuf/gdk-pixbuf.c:160 +msgid "" +"The number of bytes between the start of a row and the start of the next row" msgstr "Število bajtov med začetkom vrstice in začetkom naslednje vrstice" -#: ../gdk-pixbuf/gdk-pixbuf.c:169 +#: gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "Točke" -#: ../gdk-pixbuf/gdk-pixbuf.c:170 +#: gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "Kazalec na podatke slikovne točke v medpomnilniku slikovnih točk" -#: ../gdk/gdkdisplaymanager.c:103 +#: gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "Privzeti zaslon" -#: ../gdk/gdkdisplaymanager.c:104 +#: gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "Privzet zaslon za GDK" -#: ../gdk/gdkpango.c:490 -#: ../gtk/gtkinvisible.c:86 -#: ../gtk/gtkmountoperation.c:155 -#: ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Zaslon" -#: ../gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen za upodobitev" -#: ../gdk/gdkscreen.c:75 +#: gdk/gdkscreen.c:75 msgid "Font options" msgstr "Možnosti pisave" -#: ../gdk/gdkscreen.c:76 +#: gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "Privzete možnosti pisave za zaslon" -#: ../gdk/gdkscreen.c:83 +#: gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "Ločljivost pisave" -#: ../gdk/gdkscreen.c:84 +#: gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "Ločljivost pisav na zaslonu" -#: ../gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Ime programa" -#: ../gtk/gtkaboutdialog.c:201 -msgid "The name of the program. If this is not set, it defaults to g_get_application_name()" -msgstr "Ime programa. V primeru, da vrednost ni nastavljena, je privzeto določeno g_get_application_name()" +#: gtk/gtkaboutdialog.c:185 +msgid "" +"The name of the program. If this is not set, it defaults to " +"g_get_application_name()" +msgstr "" +"Ime programa. V primeru, da vrednost ni nastavljena, je privzeto določeno " +"g_get_application_name()" -#: ../gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Različica programa" -#: ../gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Različica programa" -#: ../gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Niz o avtorskih pravicah" -#: ../gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Podatki o avtorskih pravicah za program" -#: ../gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Niz komentarja" -#: ../gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Komentarji o programu" -#: ../gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL spletnega mesta" -#: ../gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "URL za povezavo do spletnega mesta programa" -#: ../gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Oznaka spletnega mesta" -#: ../gtk/gtkaboutdialog.c:301 -msgid "The label for the link to the website of the program. If this is not set, it defaults to the URL" -msgstr "Oznaka za povezavo do spletnega mesta programa. V primeru, da vrednost ni nastavljena, je privzeto uporabljen URL" +#: gtk/gtkaboutdialog.c:285 +msgid "" +"The label for the link to the website of the program. If this is not set, it " +"defaults to the URL" +msgstr "" +"Oznaka za povezavo do spletnega mesta programa. V primeru, da vrednost ni " +"nastavljena, je privzeto uporabljen URL" -#: ../gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Avtorji" -#: ../gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Seznam avtorjev programa" -#: ../gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Pisci dokumentacije" -#: ../gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Seznam ljudi, ki so dokumentirali program" -#: ../gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Umetniki" -#: ../gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Seznam ljudi, ki so programu prispevali umetniška dela" -#: ../gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Zasluge prevajalcev" -#: ../gtk/gtkaboutdialog.c:370 -msgid "Credits to the translators. This string should be marked as translatable" +#: gtk/gtkaboutdialog.c:354 +msgid "" +"Credits to the translators. This string should be marked as translatable" msgstr "Zasluge prevajalcem. Ta niz bi moral biti označen kot prevedljiv" -#: ../gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logotip" -#: ../gtk/gtkaboutdialog.c:386 -msgid "A logo for the about box. If this is not set, it defaults to gtk_window_get_default_icon_list()" -msgstr "Logotip za polje o programu. V primeru, da vrednost ni nastavljena,je privzeto določena vrednost gtk_window_get_default_icon_list()" +#: gtk/gtkaboutdialog.c:370 +msgid "" +"A logo for the about box. If this is not set, it defaults to " +"gtk_window_get_default_icon_list()" +msgstr "" +"Logotip za polje o programu. V primeru, da vrednost ni nastavljena,je " +"privzeto določena vrednost gtk_window_get_default_icon_list()" -#: ../gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Ime ikone logotipa" -#: ../gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Imenovana ikona, ki naj služi kot logotip v oknu o programu." -#: ../gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Prelomi licenco" -#: ../gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Ali naj bo besedilo licence prelomljeno." -#: ../gtk/gtkaccellabel.c:123 +#: gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "Zaprtje pospeševalnika" -#: ../gtk/gtkaccellabel.c:124 +#: gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "Zaprtje naj bo nadzorovano za spremembe pospeševalnika" -#: ../gtk/gtkaccellabel.c:130 +#: gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "Gradnik pospeševalnika" -#: ../gtk/gtkaccellabel.c:131 +#: gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "Gradnik, nadzorovan za spremembe pospeševalnika" -#: ../gtk/gtkaction.c:179 -#: ../gtk/gtkactiongroup.c:170 -#: ../gtk/gtkprinter.c:123 -#: ../gtk/gtktextmark.c:89 +#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 +#: gtk/gtktextmark.c:89 msgid "Name" msgstr "Ime" -#: ../gtk/gtkaction.c:180 +#: gtk/gtkaction.c:180 msgid "A unique name for the action." msgstr "Enkratno ime za dejanje." -#: ../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/gtktoolbutton.c:202 +#: 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/gtktoolbutton.c:202 msgid "Label" msgstr "Oznaka" -#: ../gtk/gtkaction.c:199 +#: gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "Oznaka uporabljena za izbire menija in gumbe, ki to dejanje zaženejo." -#: ../gtk/gtkaction.c:215 +#: gtk/gtkaction.c:215 msgid "Short label" msgstr "Kratek naziv" -#: ../gtk/gtkaction.c:216 +#: gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "Krajši napis, uporaben za gumbe orodne vrstice." -#: ../gtk/gtkaction.c:224 +#: gtk/gtkaction.c:224 msgid "Tooltip" msgstr "Orodni namig" -#: ../gtk/gtkaction.c:225 +#: gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "Orodni namig za to dejanje." -#: ../gtk/gtkaction.c:240 +#: gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "Ikona sklada" -#: ../gtk/gtkaction.c:241 +#: gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "Ikona, prikazana v gradnikih, ki predstavlja to dejanje." -#: ../gtk/gtkaction.c:261 -#: ../gtk/gtkstatusicon.c:250 +#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "GIcon" -#: ../gtk/gtkaction.c:262 -#: ../gtk/gtkcellrendererpixbuf.c:206 -#: ../gtk/gtkimage.c:248 -#: ../gtk/gtkstatusicon.c:251 +#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 +#: gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "Prikazana GIcon" -#: ../gtk/gtkaction.c:282 -#: ../gtk/gtkcellrendererpixbuf.c:171 -#: ../gtk/gtkimage.c:230 -#: ../gtk/gtkprinter.c:172 -#: ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:605 +#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Ime ikone" -#: ../gtk/gtkaction.c:283 -#: ../gtk/gtkcellrendererpixbuf.c:172 -#: ../gtk/gtkimage.c:231 -#: ../gtk/gtkstatusicon.c:235 +#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 +#: gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "Ime ikone iz ikonske teme" -#: ../gtk/gtkaction.c:290 -#: ../gtk/gtktoolitem.c:176 +#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "Viden, ko je vodoravna" -#: ../gtk/gtkaction.c:291 -#: ../gtk/gtktoolitem.c:177 -msgid "Whether the toolbar item is visible when the toolbar is in a horizontal orientation." -msgstr "Ali naj bo element orodne vrstice viden, ko je orodna vrstica postavljena vodoravno." +#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 +msgid "" +"Whether the toolbar item is visible when the toolbar is in a horizontal " +"orientation." +msgstr "" +"Ali naj bo element orodne vrstice viden, ko je orodna vrstica postavljena " +"vodoravno." -#: ../gtk/gtkaction.c:306 +#: gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "Viden ob preletu" -#: ../gtk/gtkaction.c:307 -msgid "When TRUE, toolitem proxies for this action are represented in the toolbar overflow menu." -msgstr "Izbrana možnost omogoča, da so orodni predmeti dejanj prikazani v prekrivnem meniju orodne vrstice" +#: gtk/gtkaction.c:307 +msgid "" +"When TRUE, toolitem proxies for this action are represented in the toolbar " +"overflow menu." +msgstr "" +"Izbrana možnost omogoča, da so orodni predmeti dejanj prikazani v prekrivnem " +"meniju orodne vrstice" -#: ../gtk/gtkaction.c:314 -#: ../gtk/gtktoolitem.c:183 +#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "Viden, ko je navpična" -#: ../gtk/gtkaction.c:315 -#: ../gtk/gtktoolitem.c:184 -msgid "Whether the toolbar item is visible when the toolbar is in a vertical orientation." -msgstr "Ali naj bo element orodne vrstice viden, ko je orodna vrstica postavljena navpično." +#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 +msgid "" +"Whether the toolbar item is visible when the toolbar is in a vertical " +"orientation." +msgstr "" +"Ali naj bo element orodne vrstice viden, ko je orodna vrstica postavljena " +"navpično." -#: ../gtk/gtkaction.c:322 -#: ../gtk/gtktoolitem.c:190 +#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 msgid "Is important" msgstr "Je pomembno" -#: ../gtk/gtkaction.c:323 -msgid "Whether the action is considered important. When TRUE, toolitem proxies for this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." -msgstr "Ali je dejanje določeno kot pomembno. Izbrana možnost omogoča da orodni predmeti kažejo besedilo v načinu GTK_TOOLBAR_BOTH_HORIZ." +#: gtk/gtkaction.c:323 +msgid "" +"Whether the action is considered important. When TRUE, toolitem proxies for " +"this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." +msgstr "" +"Ali je dejanje določeno kot pomembno. Izbrana možnost omogoča da orodni " +"predmeti kažejo besedilo v načinu GTK_TOOLBAR_BOTH_HORIZ." -#: ../gtk/gtkaction.c:331 +#: gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "Skrij, če je prazno" -#: ../gtk/gtkaction.c:332 +#: gtk/gtkaction.c:332 msgid "When TRUE, empty menu proxies for this action are hidden." msgstr "Izbrana možnost omogoča, da so prazne enote menija skrite." -#: ../gtk/gtkaction.c:338 -#: ../gtk/gtkactiongroup.c:177 -#: ../gtk/gtkcellrenderer.c:193 -#: ../gtk/gtkwidget.c:523 +#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193 +#: gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "Občutljiv" -#: ../gtk/gtkaction.c:339 +#: gtk/gtkaction.c:339 msgid "Whether the action is enabled." msgstr "Ali je dejanje omogočeno." -#: ../gtk/gtkaction.c:345 -#: ../gtk/gtkactiongroup.c:184 -#: ../gtk/gtkstatusicon.c:293 -#: ../gtk/gtktreeviewcolumn.c:191 -#: ../gtk/gtkwidget.c:516 +#: gtk/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293 +#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516 msgid "Visible" msgstr "Viden" -#: ../gtk/gtkaction.c:346 +#: gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "Ali je dejanje vidno." -#: ../gtk/gtkaction.c:352 +#: gtk/gtkaction.c:352 msgid "Action Group" msgstr "Skupina dejanj" -#: ../gtk/gtkaction.c:353 -msgid "The GtkActionGroup this GtkAction is associated with, or NULL (for internal use)." -msgstr "GtkActionGroup, s katero je povezan ta GtkAction ali NULL (za notranjo uporabo)." +#: gtk/gtkaction.c:353 +msgid "" +"The GtkActionGroup this GtkAction is associated with, or NULL (for internal " +"use)." +msgstr "" +"GtkActionGroup, s katero je povezan ta GtkAction ali NULL (za notranjo " +"uporabo)." -#: ../gtk/gtkactiongroup.c:171 +#: gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "Ime za skupino dejanj." -#: ../gtk/gtkactiongroup.c:178 +#: gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "Ali je skupina dejanj omogočena." -#: ../gtk/gtkactiongroup.c:185 +#: gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "Ali je skupina dejanj vidna." -#: ../gtk/gtkadjustment.c:93 -#: ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:204 -#: ../gtk/gtkspinbutton.c:269 +#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Vrednost" -#: ../gtk/gtkadjustment.c:94 +#: gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "Vrednost prilagoditve" -#: ../gtk/gtkadjustment.c:110 +#: gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "Najmanjša vrednost" -#: ../gtk/gtkadjustment.c:111 +#: gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "Najmanjša vrednost prilagoditve" -#: ../gtk/gtkadjustment.c:130 +#: gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "Največja vrednost" -#: ../gtk/gtkadjustment.c:131 +#: gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "Največja vrednost prilagoditve" -#: ../gtk/gtkadjustment.c:147 +#: gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "Povečanje koraka" -#: ../gtk/gtkadjustment.c:148 +#: gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "Korak povečave med prilagajanjem" -#: ../gtk/gtkadjustment.c:164 +#: gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "Povečanje številke strani" -#: ../gtk/gtkadjustment.c:165 +#: gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "Stran povečave med prilagajanjem" -#: ../gtk/gtkadjustment.c:184 +#: gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "Velikost strani" -#: ../gtk/gtkadjustment.c:185 +#: gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "Velikost strani prilagoditve" -#: ../gtk/gtkalignment.c:90 +#: gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "Vodoravna poravnava" -#: ../gtk/gtkalignment.c:91 -#: ../gtk/gtkbutton.c:270 -msgid "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is right aligned" -msgstr "Vodoravna lega podrejenega predmeta v danem prostoru. 0,0 je levo poravnan, 1,0 je desno poravnan." +#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 +msgid "" +"Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " +"right aligned" +msgstr "" +"Vodoravna lega podrejenega predmeta v danem prostoru. 0,0 je levo poravnan, " +"1,0 je desno poravnan." -#: ../gtk/gtkalignment.c:100 +#: gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "Navpična poravnava" -#: ../gtk/gtkalignment.c:101 -#: ../gtk/gtkbutton.c:289 -msgid "Vertical position of child in available space. 0.0 is top aligned, 1.0 is bottom aligned" -msgstr "Navpična lega podrejenega predmeta v danem prostoru. 0,0 je poravnan na vrh, 1,0 je poravnan na dno." +#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 +msgid "" +"Vertical position of child in available space. 0.0 is top aligned, 1.0 is " +"bottom aligned" +msgstr "" +"Navpična lega podrejenega predmeta v danem prostoru. 0,0 je poravnan na vrh, " +"1,0 je poravnan na dno." -#: ../gtk/gtkalignment.c:109 +#: gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "Vodoraven faktor povečave" -#: ../gtk/gtkalignment.c:110 -msgid "If available horizontal space is bigger than needed for the child, how much of it to use for the child. 0.0 means none, 1.0 means all" -msgstr "Če je na voljo več vodoravnega prostora kot je treba, koliko naj se ga porabi za podrejeni predmet. 0,0 pomeni nič, 1,0 pomeni vsega." +#: gtk/gtkalignment.c:110 +msgid "" +"If available horizontal space is bigger than needed for the child, how much " +"of it to use for the child. 0.0 means none, 1.0 means all" +msgstr "" +"Če je na voljo več vodoravnega prostora kot je treba, koliko naj se ga " +"porabi za podrejeni predmet. 0,0 pomeni nič, 1,0 pomeni vsega." -#: ../gtk/gtkalignment.c:118 +#: gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "Navpična povečava" -#: ../gtk/gtkalignment.c:119 -msgid "If available vertical space is bigger than needed for the child, how much of it to use for the child. 0.0 means none, 1.0 means all" -msgstr "Če je na voljo več navpičnega prostora kot je potrebno, koliko naj se ga porabi za podrejeni predmet. 0,0 pomeni nič, 1,0 pomeni vsega." +#: gtk/gtkalignment.c:119 +msgid "" +"If available vertical space is bigger than needed for the child, how much of " +"it to use for the child. 0.0 means none, 1.0 means all" +msgstr "" +"Če je na voljo več navpičnega prostora kot je potrebno, koliko naj se ga " +"porabi za podrejeni predmet. 0,0 pomeni nič, 1,0 pomeni vsega." -#: ../gtk/gtkalignment.c:136 +#: gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "Blazinjenje na vrhu" -#: ../gtk/gtkalignment.c:137 +#: gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "Širina prostora, ki naj bo dodan zgornji strani gradnika." -#: ../gtk/gtkalignment.c:153 +#: gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "Blazinjenje na dnu" -#: ../gtk/gtkalignment.c:154 +#: gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "Širina prostora, ki naj bo dodan spodnji strani gradnika." -#: ../gtk/gtkalignment.c:170 +#: gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "Levo blazinjenje" -#: ../gtk/gtkalignment.c:171 +#: gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "Širina prostora, ki naj bo dodan levi strani gradnika." -#: ../gtk/gtkalignment.c:187 +#: gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "Desno blazinjenje" -#: ../gtk/gtkalignment.c:188 +#: gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "Širina prostora, ki naj bo dodan desni strani gradnika." -#: ../gtk/gtkarrow.c:75 +#: gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "Smer puščice" -#: ../gtk/gtkarrow.c:76 +#: gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "Smer, v katero naj kaže puščica" -#: ../gtk/gtkarrow.c:84 +#: gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "Senca puščice" -#: ../gtk/gtkarrow.c:85 +#: gtk/gtkarrow.c:85 msgid "Appearance of the shadow surrounding the arrow" msgstr "Videz sence, ki obkroža puščico" -#: ../gtk/gtkarrow.c:92 -#: ../gtk/gtkmenu.c:689 -#: ../gtk/gtkmenuitem.c:363 +#: gtk/gtkarrow.c:92 gtk/gtkmenu.c:689 gtk/gtkmenuitem.c:363 msgid "Arrow Scaling" msgstr "Prilagajanje velikosti puščice" -#: ../gtk/gtkarrow.c:93 +#: gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "Velikost prostora, ki ga porabi puščica." -#: ../gtk/gtkaspectframe.c:79 +#: gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "Vodoravna poravnava" -#: ../gtk/gtkaspectframe.c:80 +#: gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "Poravnava podrejenega predmeta na osi X" -#: ../gtk/gtkaspectframe.c:86 +#: gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "Navpična poravnava" -#: ../gtk/gtkaspectframe.c:87 +#: gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "Poravnava podrejenega predmeta na osi Y" -#: ../gtk/gtkaspectframe.c:93 +#: gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "Razmerje" -#: ../gtk/gtkaspectframe.c:94 +#: gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" -msgstr "Razmerje velikosti, kadar je možnost upoštevanja podrejenega procesa nedejavna." +msgstr "" +"Razmerje velikosti, kadar je možnost upoštevanja podrejenega procesa " +"nedejavna." -#: ../gtk/gtkaspectframe.c:100 +#: gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "Upoštevaj podrejen proces" -#: ../gtk/gtkaspectframe.c:101 +#: gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "Vsili razmerje, ki ustreza podrejenemu predmetu okna" -#: ../gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "Blazinjenje glave" -#: ../gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "Število slikovnih točk okoli glave." -#: ../gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "Blazinjenje vsebine" -#: ../gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "Število slikovnih točk okoli vsebine strani." -#: ../gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:286 msgid "Page type" msgstr "Vrsta strani" -#: ../gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "Vrsta pomožne strani" -#: ../gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:304 msgid "Page title" msgstr "Naslov strani" -#: ../gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "Naziv pomožne strani" -#: ../gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:321 msgid "Header image" msgstr "Slika glave" -#: ../gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "Slika glave pomožne strani" -#: ../gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "Slika stranske vrstice" -#: ../gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "Slika stranske vrstice pomožne strani" -#: ../gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:354 msgid "Page complete" msgstr "Stran je dokončana" -#: ../gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "Ali so bili vsa zahtevana polja na strani izpolnjena" -#: ../gtk/gtkbbox.c:91 +#: gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "Najmanjša širina podrejenega predmeta" -#: ../gtk/gtkbbox.c:92 +#: gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "Najmanjša širina gumbov znotraj škatle" -#: ../gtk/gtkbbox.c:100 +#: gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "Najmanjša višina podrejenega predmeta" -#: ../gtk/gtkbbox.c:101 +#: gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "Najmanjša višina gumbov znotraj škatle" -#: ../gtk/gtkbbox.c:109 +#: gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "Notranje polnjenje širine podrejenega predmeta" -#: ../gtk/gtkbbox.c:110 +#: gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "Koliko naj se poveča velikost podrejenega predmeta na obeh straneh" -#: ../gtk/gtkbbox.c:118 +#: gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "Notranje polnjenje višine podrejenega predmeta" -#: ../gtk/gtkbbox.c:119 +#: gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "Koliko naj se poveča velikost podrejenega predmeta na vrhu in dnu" -#: ../gtk/gtkbbox.c:127 +#: gtk/gtkbbox.c:127 msgid "Layout style" msgstr "Slog postavitve" -#: ../gtk/gtkbbox.c:128 -msgid "How to layout the buttons in the box. Possible values are default, spread, edge, start and end" -msgstr "Kako naj se postavi gumbe znotraj škatle. Možne vrednosti so privzeto, razprostri, rob, začetek in konec" +#: gtk/gtkbbox.c:128 +msgid "" +"How to layout the buttons in the box. Possible values are default, spread, " +"edge, start and end" +msgstr "" +"Kako naj se postavi gumbe znotraj škatle. Možne vrednosti so privzeto, " +"razprostri, rob, začetek in konec" -#: ../gtk/gtkbbox.c:136 +#: gtk/gtkbbox.c:136 msgid "Secondary" msgstr "Druga" -#: ../gtk/gtkbbox.c:137 -msgid "If TRUE, the child appears in a secondary group of children, suitable for, e.g., help buttons" -msgstr "Izbrana možnost omogoča, da se podrejeni predmet pojavlja v drugi skupini podrejenih predmetov, kar je primerno za npr. gumbe pomoči" +#: gtk/gtkbbox.c:137 +msgid "" +"If TRUE, the child appears in a secondary group of children, suitable for, e." +"g., help buttons" +msgstr "" +"Izbrana možnost omogoča, da se podrejeni predmet pojavlja v drugi skupini " +"podrejenih predmetov, kar je primerno za npr. gumbe pomoči" -#: ../gtk/gtkbox.c:130 -#: ../gtk/gtkexpander.c:219 -#: ../gtk/gtkiconview.c:664 -#: ../gtk/gtktreeviewcolumn.c:216 +#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 +#: gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "Razmik" -#: ../gtk/gtkbox.c:131 +#: gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "Količina prostora med podrejenimi predmeti" -#: ../gtk/gtkbox.c:140 -#: ../gtk/gtknotebook.c:649 -#: ../gtk/gtktable.c:165 -#: ../gtk/gtktoolbar.c:573 +#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 +#: gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "Homogenost" -#: ../gtk/gtkbox.c:141 +#: gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "Ali naj bodo otroci vsi enake velikosti" -#: ../gtk/gtkbox.c:148 -#: ../gtk/gtkpreview.c:101 -#: ../gtk/gtktoolbar.c:565 -#: ../gtk/gtktreeviewcolumn.c:272 +#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 +#: gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "Razširi" -#: ../gtk/gtkbox.c:149 +#: gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" -msgstr "Ali naj podrejeni predmet dobi dodaten prostor, ko se nadrejeni predmet poveča" +msgstr "" +"Ali naj podrejeni predmet dobi dodaten prostor, ko se nadrejeni predmet " +"poveča" -#: ../gtk/gtkbox.c:155 +#: gtk/gtkbox.c:155 msgid "Fill" msgstr "Zapolni" -#: ../gtk/gtkbox.c:156 -msgid "Whether extra space given to the child should be allocated to the child or used as padding" -msgstr "Ali naj bo dodaten prostor dan podrejenemu predmetu rezerviran zanj ali uporabljen za polnjenje" +#: gtk/gtkbox.c:156 +msgid "" +"Whether extra space given to the child should be allocated to the child or " +"used as padding" +msgstr "" +"Ali naj bo dodaten prostor dan podrejenemu predmetu rezerviran zanj ali " +"uporabljen za polnjenje" -#: ../gtk/gtkbox.c:162 +#: gtk/gtkbox.c:162 msgid "Padding" msgstr "Polnenje" -#: ../gtk/gtkbox.c:163 +#: gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" -msgstr "Dodaten prostor med podrejenim predmetom in njegovimi sosedi, v slikovnih točkah" +msgstr "" +"Dodaten prostor med podrejenim predmetom in njegovimi sosedi, v slikovnih " +"točkah" -#: ../gtk/gtkbox.c:169 +#: gtk/gtkbox.c:169 msgid "Pack type" msgstr "Vrsta zlaganja" -#: ../gtk/gtkbox.c:170 -#: ../gtk/gtknotebook.c:716 -msgid "A GtkPackType indicating whether the child is packed with reference to the start or end of the parent" -msgstr "GtkPackType, ki pove ali naj bo podrejeni predmet zložen z referenco na začetek ali na konec nadrejenega predmeta" +#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 +msgid "" +"A GtkPackType indicating whether the child is packed with reference to the " +"start or end of the parent" +msgstr "" +"GtkPackType, ki pove ali naj bo podrejeni predmet zložen z referenco na " +"začetek ali na konec nadrejenega predmeta" -#: ../gtk/gtkbox.c:176 -#: ../gtk/gtknotebook.c:694 -#: ../gtk/gtkpaned.c:241 -#: ../gtk/gtkruler.c:148 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 +#: gtk/gtkruler.c:148 msgid "Position" msgstr "Položaj" -#: ../gtk/gtkbox.c:177 -#: ../gtk/gtknotebook.c:695 +#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "Indeks podrejenega predmeta v nadrejenem predmetu" -#: ../gtk/gtkbuilder.c:96 +#: gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "Domena prevajanja" -#: ../gtk/gtkbuilder.c:97 +#: gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "Domena prevajanja, ki jo uporablja gettext" -#: ../gtk/gtkbutton.c:220 -msgid "Text of the label widget inside the button, if the button contains a label widget" +#: gtk/gtkbutton.c:220 +msgid "" +"Text of the label widget inside the button, if the button contains a label " +"widget" msgstr "Besedilo gradnika oznake v gumbu, če gumb vsebuje gradnik oznake" -#: ../gtk/gtkbutton.c:227 -#: ../gtk/gtkexpander.c:203 -#: ../gtk/gtklabel.c:388 -#: ../gtk/gtkmenuitem.c:315 -#: ../gtk/gtktoolbutton.c:209 +#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 +#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209 msgid "Use underline" msgstr "Uporabi podčrtaj" -#: ../gtk/gtkbutton.c:228 -#: ../gtk/gtkexpander.c:204 -#: ../gtk/gtklabel.c:389 -#: ../gtk/gtkmenuitem.c:316 -msgid "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key" -msgstr "Izbrana možnost omogoča določitev podčrtaja v besedilu kot naslednji znak uporabljen kot pospeševalna tipka" +#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389 +#: gtk/gtkmenuitem.c:316 +msgid "" +"If set, an underline in the text indicates the next character should be used " +"for the mnemonic accelerator key" +msgstr "" +"Izbrana možnost omogoča določitev podčrtaja v besedilu kot naslednji znak " +"uporabljen kot pospeševalna tipka" -#: ../gtk/gtkbutton.c:235 -#: ../gtk/gtkimagemenuitem.c:150 +#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "Uporabi sklad" -#: ../gtk/gtkbutton.c:236 -msgid "If set, the label is used to pick a stock item instead of being displayed" -msgstr "Izbrana možnost omogoča, da se oznaka uporabi za izbiro predmeta sklada, namesto, da bi bil prikazan" +#: gtk/gtkbutton.c:236 +msgid "" +"If set, the label is used to pick a stock item instead of being displayed" +msgstr "" +"Izbrana možnost omogoča, da se oznaka uporabi za izbiro predmeta sklada, " +"namesto, da bi bil prikazan" -#: ../gtk/gtkbutton.c:243 -#: ../gtk/gtkcombobox.c:789 -#: ../gtk/gtkfilechooserbutton.c:393 +#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "Dejavnost ob kliku" -#: ../gtk/gtkbutton.c:244 -#: ../gtk/gtkfilechooserbutton.c:394 +#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "Ali lahko gumb prevzame dejavnost ob kliku z miško" -#: ../gtk/gtkbutton.c:251 +#: gtk/gtkbutton.c:251 msgid "Border relief" msgstr "Spust roba" -#: ../gtk/gtkbutton.c:252 +#: gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "Slog reliefa robu" -#: ../gtk/gtkbutton.c:269 +#: gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "Vodoravna poravnava podrejenega predmeta" -#: ../gtk/gtkbutton.c:288 +#: gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "Navpična poravnava podrejenega predmeta" -#: ../gtk/gtkbutton.c:305 -#: ../gtk/gtkimagemenuitem.c:135 +#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "Gradnik slike" -#: ../gtk/gtkbutton.c:306 +#: gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "Podrejeni gradnik, ki naj se pojavi poleg besedila menija" -#: ../gtk/gtkbutton.c:320 +#: gtk/gtkbutton.c:320 msgid "Image position" msgstr "Lega slike" -#: ../gtk/gtkbutton.c:321 +#: gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "Lega slike glede na besedilo" -#: ../gtk/gtkbutton.c:433 +#: gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "Privzet razmik" -#: ../gtk/gtkbutton.c:434 +#: gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "Dodaten prostor, ki se doda gumbom CAN_DEFAULT" -#: ../gtk/gtkbutton.c:440 +#: gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "Privzet zunanji odmik" -#: ../gtk/gtkbutton.c:441 -msgid "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the border" -msgstr "Dodaten odmik, ki se doda za gumbe CAN_DEFAULT, ki je vedno narisan zunaj robu" +#: gtk/gtkbutton.c:441 +msgid "" +"Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " +"border" +msgstr "" +"Dodaten odmik, ki se doda za gumbe CAN_DEFAULT, ki je vedno narisan zunaj " +"robu" -#: ../gtk/gtkbutton.c:446 +#: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "Premik podrejenega predmeta na osi X" -#: ../gtk/gtkbutton.c:447 -msgid "How far in the x direction to move the child when the button is depressed" -msgstr "Kako daleč v smeri X naj se premakne podrejeni predmet, ko je gumb spuščen" +#: gtk/gtkbutton.c:447 +msgid "" +"How far in the x direction to move the child when the button is depressed" +msgstr "" +"Kako daleč v smeri X naj se premakne podrejeni predmet, ko je gumb spuščen" -#: ../gtk/gtkbutton.c:454 +#: gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "Premik podrejenega predmeta na osi Y" -#: ../gtk/gtkbutton.c:455 -msgid "How far in the y direction to move the child when the button is depressed" -msgstr "Kako daleč v smeri Y naj se premakne podrejeni predmet, ko je gumb spuščen" +#: gtk/gtkbutton.c:455 +msgid "" +"How far in the y direction to move the child when the button is depressed" +msgstr "" +"Kako daleč v smeri Y naj se premakne podrejeni predmet, ko je gumb spuščen" -#: ../gtk/gtkbutton.c:471 +#: gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "Premakni dejavnost" -#: ../gtk/gtkbutton.c:472 -msgid "Whether the child_displacement_x/_y properties should also affect the focus rectangle" +#: gtk/gtkbutton.c:472 +msgid "" +"Whether the child_displacement_x/_y properties should also affect the focus " +"rectangle" msgstr "Ali lastnost child_displacement_x/_y vpliva na dejavnost pravokotnika" -#: ../gtk/gtkbutton.c:485 -#: ../gtk/gtkentry.c:658 -#: ../gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "Notranji rob" -#: ../gtk/gtkbutton.c:486 +#: gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "Rob med robovi gumba in podrejenim predmetom." -#: ../gtk/gtkbutton.c:499 +#: gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "Razmik slike" -#: ../gtk/gtkbutton.c:500 +#: gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "Razmik med sliko in oznako, v slikovnih točkah" -#: ../gtk/gtkbutton.c:514 +#: gtk/gtkbutton.c:514 msgid "Show button images" msgstr "Pokaži slike gumbov" -#: ../gtk/gtkbutton.c:515 +#: gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "Ali naj bodo slike prikazane na gumbih" -#: ../gtk/gtkcalendar.c:440 +#: gtk/gtkcalendar.c:440 msgid "Year" msgstr "Leto" -#: ../gtk/gtkcalendar.c:441 +#: gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "Izbrano leto" -#: ../gtk/gtkcalendar.c:454 +#: gtk/gtkcalendar.c:454 msgid "Month" msgstr "Mesec" -#: ../gtk/gtkcalendar.c:455 +#: gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "Izbrani mesec (kot številka med 0 in 11)" -#: ../gtk/gtkcalendar.c:469 +#: gtk/gtkcalendar.c:469 msgid "Day" msgstr "Dan" -#: ../gtk/gtkcalendar.c:470 -msgid "The selected day (as a number between 1 and 31, or 0 to unselect the currently selected day)" -msgstr "Izbrani dan (kot številka med 1 in 31 oziroma 0 za preklic izbire trenutno izbranega dneva)" +#: gtk/gtkcalendar.c:470 +msgid "" +"The selected day (as a number between 1 and 31, or 0 to unselect the " +"currently selected day)" +msgstr "" +"Izbrani dan (kot številka med 1 in 31 oziroma 0 za preklic izbire trenutno " +"izbranega dneva)" -#: ../gtk/gtkcalendar.c:484 +#: gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "Pokaži naslov" -#: ../gtk/gtkcalendar.c:485 +#: gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "Izbrana možnost omogoča, da je prikazana glava." -#: ../gtk/gtkcalendar.c:499 +#: gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "Pokaži imena dni" -#: ../gtk/gtkcalendar.c:500 +#: gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "Izbrana možnost omogoča, da so prikazana imena dni." -#: ../gtk/gtkcalendar.c:513 +#: gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "Brez spremembe meseca" -#: ../gtk/gtkcalendar.c:514 +#: gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "Izbrana možnost omogoča, da izbrani mesec ne more biti spremenjen" -#: ../gtk/gtkcalendar.c:528 +#: gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "Prikaži številke tednov" -#: ../gtk/gtkcalendar.c:529 +#: gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "Izbrana možnost omogoča, da so prikazane številke tednov" -#: ../gtk/gtkcalendar.c:544 +#: gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "Širina podrobnosti" -#: ../gtk/gtkcalendar.c:545 +#: gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "Širina podrobnosti v znakih" -#: ../gtk/gtkcalendar.c:560 +#: gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "Višina podrobnosti" -#: ../gtk/gtkcalendar.c:561 +#: gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "Višina podrobnosti v vrsticah" -#: ../gtk/gtkcalendar.c:577 +#: gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "Prikaži podrobnosti" -#: ../gtk/gtkcalendar.c:578 +#: gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "Izbrana možnost omogoča, da so prikazane podrobnosti" -#: ../gtk/gtkcellrenderer.c:177 +#: gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "način" -#: ../gtk/gtkcellrenderer.c:178 +#: gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "Uredljiv način CellRendererja" -#: ../gtk/gtkcellrenderer.c:186 +#: gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "viden" -#: ../gtk/gtkcellrenderer.c:187 +#: gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "Pokaži celico" -#: ../gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "Pokaži občutljivost celice" -#: ../gtk/gtkcellrenderer.c:201 +#: gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "xalign" -#: ../gtk/gtkcellrenderer.c:202 +#: gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "X-poravnava." -#: ../gtk/gtkcellrenderer.c:211 +#: gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "yporavnava" -#: ../gtk/gtkcellrenderer.c:212 +#: gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "Y-poravnava" -#: ../gtk/gtkcellrenderer.c:221 +#: gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "xpolnj" -#: ../gtk/gtkcellrenderer.c:222 +#: gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "X polnj." -#: ../gtk/gtkcellrenderer.c:231 +#: gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "ypolnj" -#: ../gtk/gtkcellrenderer.c:232 +#: gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "Y polnj." -#: ../gtk/gtkcellrenderer.c:241 +#: gtk/gtkcellrenderer.c:241 msgid "width" msgstr "širina" -#: ../gtk/gtkcellrenderer.c:242 +#: gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "Nespremenljiva širina" -#: ../gtk/gtkcellrenderer.c:251 +#: gtk/gtkcellrenderer.c:251 msgid "height" msgstr "višina" -#: ../gtk/gtkcellrenderer.c:252 +#: gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "Nespremenljiva višina" -#: ../gtk/gtkcellrenderer.c:261 +#: gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "Je razširljiv" -#: ../gtk/gtkcellrenderer.c:262 +#: gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "Vrstica ima podrejene predmete" -#: ../gtk/gtkcellrenderer.c:270 +#: gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "Je razširjen" -#: ../gtk/gtkcellrenderer.c:271 +#: gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "Vrstica ima podrejene predmete in je razširjena" -#: ../gtk/gtkcellrenderer.c:278 +#: gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "Ime barve ozadja celice" -#: ../gtk/gtkcellrenderer.c:279 +#: gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "Barva ozadja celice kot niz" -#: ../gtk/gtkcellrenderer.c:286 +#: gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "Barva ozadja celice" -#: ../gtk/gtkcellrenderer.c:287 +#: gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "Barva ozadja celice kot GdkColor" -#: ../gtk/gtkcellrenderer.c:294 +#: gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "Urejanje" -#: ../gtk/gtkcellrenderer.c:295 +#: gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "Ali je izrisevalec celice trenutno v načinu urejanja" -#: ../gtk/gtkcellrenderer.c:303 +#: gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "Nastavi barvo ozadja celice" -#: ../gtk/gtkcellrenderer.c:304 +#: gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "Ali ta značka vpliva na barvo ozadja celice" -#: ../gtk/gtkcellrendereraccel.c:113 +#: gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "Tipka za bližnjico" -#: ../gtk/gtkcellrendereraccel.c:114 +#: gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "Vrednost tipke za bližnjico" -#: ../gtk/gtkcellrendereraccel.c:130 +#: gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "Bližnjična spremenilna tipka" -#: ../gtk/gtkcellrendereraccel.c:131 +#: gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "Maska spremenilnika za pospeševalnik" -#: ../gtk/gtkcellrendereraccel.c:148 +#: gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "Koda tipkovne bližnjice" -#: ../gtk/gtkcellrendereraccel.c:149 +#: gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "Koda strojne opreme tipke za bližnjico" -#: ../gtk/gtkcellrendereraccel.c:168 +#: gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "Način bližnjice" -#: ../gtk/gtkcellrendereraccel.c:169 +#: gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "Vrsta bližnjic" -#: ../gtk/gtkcellrenderercombo.c:107 +#: gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "Model" -#: ../gtk/gtkcellrenderercombo.c:108 +#: gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "Model, ki vsebuje mogoče vrednosti spustnega polja" -#: ../gtk/gtkcellrenderercombo.c:130 -#: ../gtk/gtkcomboboxentry.c:106 +#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "Stolpec z besedilom" -#: ../gtk/gtkcellrenderercombo.c:131 -#: ../gtk/gtkcomboboxentry.c:107 +#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "Stolpec podatkovnega vira, iz katerega naj bodo pridobljeni nizi" -#: ../gtk/gtkcellrenderercombo.c:148 +#: gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "Ima vnos" -#: ../gtk/gtkcellrenderercombo.c:149 +#: gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "Če je NERESNIČNO, ne dovoli vnosa nizov, ki so drugačni od izbranih" -#: ../gtk/gtkcellrendererpixbuf.c:111 +#: gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "Predmet sličice" -#: ../gtk/gtkcellrendererpixbuf.c:112 +#: gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "Sličica za izris" -#: ../gtk/gtkcellrendererpixbuf.c:119 +#: gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "Sličica odprte razširitve" -#: ../gtk/gtkcellrendererpixbuf.c:120 +#: gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "Sličica za odprto razširitev" -#: ../gtk/gtkcellrendererpixbuf.c:127 +#: gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "Sličica zaprte razširitve" -#: ../gtk/gtkcellrendererpixbuf.c:128 +#: gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "Sličica za zaprto razširitev" -#: ../gtk/gtkcellrendererpixbuf.c:135 -#: ../gtk/gtkimage.c:172 -#: ../gtk/gtkstatusicon.c:226 +#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "ID sklada" -#: ../gtk/gtkcellrendererpixbuf.c:136 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "ID sklada ikone za izris" -#: ../gtk/gtkcellrendererpixbuf.c:143 -#: ../gtk/gtkrecentmanager.c:245 -#: ../gtk/gtkstatusicon.c:267 +#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 +#: gtk/gtkstatusicon.c:267 msgid "Size" msgstr "Velikost" -#: ../gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "Vrednost velikosti GtkIconSize izrisane ikone" -#: ../gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "Podrobnost" -#: ../gtk/gtkcellrendererpixbuf.c:154 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "Izriši podrobnosti za podajo gonilu teme" -#: ../gtk/gtkcellrendererpixbuf.c:187 +#: gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "Sledi stanju" -#: ../gtk/gtkcellrendererpixbuf.c:188 +#: gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Ali naj bo sličica obarvana glede na stanje dejavnosti" -#: ../gtk/gtkcellrendererpixbuf.c:205 -#: ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikona" -#: ../gtk/gtkcellrendererprogress.c:129 +#: gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "Vrednost vrstice napredka" -#: ../gtk/gtkcellrendererprogress.c:146 -#: ../gtk/gtkcellrenderertext.c:195 -#: ../gtk/gtkentry.c:701 -#: ../gtk/gtkmessagedialog.c:153 -#: ../gtk/gtkprogressbar.c:184 -#: ../gtk/gtktextbuffer.c:198 +#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 +#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 +#: gtk/gtktextbuffer.c:198 msgid "Text" msgstr "Besedilo" -#: ../gtk/gtkcellrendererprogress.c:147 +#: gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "Besedilo, ki bo prikazano v prikazovalniku napredka" -#: ../gtk/gtkcellrendererprogress.c:170 +#: gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "Pulz" -#: ../gtk/gtkcellrendererprogress.c:171 -msgid "Set this to positive values to indicate that some progress is made, but you don't know how much." -msgstr "Določite pozitivno vrednost, da označite, da je nekaj napredka, vendar ne veste koliko." +#: gtk/gtkcellrendererprogress.c:171 +msgid "" +"Set this to positive values to indicate that some progress is made, but you " +"don't know how much." +msgstr "" +"Določite pozitivno vrednost, da označite, da je nekaj napredka, vendar ne " +"veste koliko." -#: ../gtk/gtkcellrendererprogress.c:187 -#: ../gtk/gtkprogress.c:118 +#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "Poravnava besedila po x osi" -#: ../gtk/gtkcellrendererprogress.c:188 -#: ../gtk/gtkprogress.c:119 -msgid "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL layouts." -msgstr "Vodoravna poravnava, od 0 (levo) do 1 (desno). Obrnjeno pri RTL postavitvi." +#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 +msgid "" +"The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " +"layouts." +msgstr "" +"Vodoravna poravnava, od 0 (levo) do 1 (desno). Obrnjeno pri RTL postavitvi." -#: ../gtk/gtkcellrendererprogress.c:204 -#: ../gtk/gtkprogress.c:125 +#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "Poravnava besedila po y osi" -#: ../gtk/gtkcellrendererprogress.c:205 -#: ../gtk/gtkprogress.c:126 +#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "Navpična poravnava, od 0 (zgoraj) do 1 (spodaj)" -#: ../gtk/gtkcellrendererprogress.c:221 -#: ../gtk/gtkiconview.c:729 -#: ../gtk/gtkorientable.c:74 -#: ../gtk/gtkprogressbar.c:126 -#: ../gtk/gtkstatusicon.c:325 -#: ../gtk/gtktrayicon-x11.c:110 +#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 +#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 +#: gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "Usmerjenost" -#: ../gtk/gtkcellrendererprogress.c:222 -#: ../gtk/gtkprogressbar.c:127 +#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "Usmerjenost in rast merilnika napredka" -#: ../gtk/gtkcellrendererspin.c:93 -#: ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 -#: ../gtk/gtkscalebutton.c:223 -#: ../gtk/gtkspinbutton.c:208 +#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Prilagoditev" -#: ../gtk/gtkcellrendererspin.c:94 +#: gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "Prilagoditev, ki hrani vrednost vrtilnega gumba." -#: ../gtk/gtkcellrendererspin.c:109 +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "Pospešek" -#: ../gtk/gtkcellrendererspin.c:110 -#: ../gtk/gtkspinbutton.c:217 +#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "Pospešek, ko držite gumb pritisnjen" -#: ../gtk/gtkcellrendererspin.c:123 -#: ../gtk/gtkscale.c:200 -#: ../gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "Števke" -#: ../gtk/gtkcellrendererspin.c:124 -#: ../gtk/gtkspinbutton.c:227 +#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "Število števk, ki naj se pokažejo" -#: ../gtk/gtkcellrenderertext.c:196 +#: gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "Besedilo za izris" -#: ../gtk/gtkcellrenderertext.c:203 +#: gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "Označevanje" -#: ../gtk/gtkcellrenderertext.c:204 +#: gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "Označeno besedilo za izris" -#: ../gtk/gtkcellrenderertext.c:211 -#: ../gtk/gtklabel.c:374 +#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 msgid "Attributes" msgstr "Atributi" -#: ../gtk/gtkcellrenderertext.c:212 +#: gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "Seznam atributov sloga, ki naj se uveljavijo na besedilu izrisovalca" -#: ../gtk/gtkcellrenderertext.c:219 +#: gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "Enoodstavčni način" -#: ../gtk/gtkcellrenderertext.c:220 +#: gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "Ali naj bo vse besedilo v enem samem odstavku." -#: ../gtk/gtkcellrenderertext.c:228 -#: ../gtk/gtkcellview.c:160 -#: ../gtk/gtktexttag.c:183 +#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 msgid "Background color name" msgstr "Ime barve ozadja" -#: ../gtk/gtkcellrenderertext.c:229 -#: ../gtk/gtkcellview.c:161 -#: ../gtk/gtktexttag.c:184 +#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "Barva ozadja kot niz" -#: ../gtk/gtkcellrenderertext.c:236 -#: ../gtk/gtkcellview.c:167 -#: ../gtk/gtktexttag.c:191 +#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 msgid "Background color" msgstr "Barva ozadja" -#: ../gtk/gtkcellrenderertext.c:237 -#: ../gtk/gtkcellview.c:168 +#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "Barva ozadja kot GdkColor" -#: ../gtk/gtkcellrenderertext.c:244 -#: ../gtk/gtktexttag.c:217 +#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "Ime barve ospredja" -#: ../gtk/gtkcellrenderertext.c:245 -#: ../gtk/gtktexttag.c:218 +#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "Barva ospredja kot niz" -#: ../gtk/gtkcellrenderertext.c:252 -#: ../gtk/gtktexttag.c:225 +#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "Barva ospredja" -#: ../gtk/gtkcellrenderertext.c:253 +#: gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "Barva ospredja kot GdkColor" -#: ../gtk/gtkcellrenderertext.c:261 -#: ../gtk/gtkentry.c:625 -#: ../gtk/gtktexttag.c:251 -#: ../gtk/gtktextview.c:573 +#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "Uredljiv" -#: ../gtk/gtkcellrenderertext.c:262 -#: ../gtk/gtktexttag.c:252 -#: ../gtk/gtktextview.c:574 +#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "Ali lahko uporabnik spremeni besedilo" -#: ../gtk/gtkcellrenderertext.c:269 -#: ../gtk/gtkcellrenderertext.c:277 -#: ../gtk/gtkfontsel.c:203 -#: ../gtk/gtktexttag.c:267 -#: ../gtk/gtktexttag.c:275 +#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 +#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 msgid "Font" msgstr "Pisava" -#: ../gtk/gtkcellrenderertext.c:270 -#: ../gtk/gtktexttag.c:268 +#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "Opis pisave kot niz, npr.: \"Sans Italic 12\"" -#: ../gtk/gtkcellrenderertext.c:278 -#: ../gtk/gtktexttag.c:276 +#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "Opis pisave kot struktura PangoFontDescription" -#: ../gtk/gtkcellrenderertext.c:286 -#: ../gtk/gtktexttag.c:283 +#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 msgid "Font family" msgstr "Družina pisav" -#: ../gtk/gtkcellrenderertext.c:287 -#: ../gtk/gtktexttag.c:284 +#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "Ime družine pisav, npr.: Sans, Helvetica, Times, Monospace" -#: ../gtk/gtkcellrenderertext.c:294 -#: ../gtk/gtkcellrenderertext.c:295 -#: ../gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 +#: gtk/gtktexttag.c:291 msgid "Font style" msgstr "Slog pisave" -#: ../gtk/gtkcellrenderertext.c:303 -#: ../gtk/gtkcellrenderertext.c:304 -#: ../gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 +#: gtk/gtktexttag.c:300 msgid "Font variant" msgstr "Različica pisave" -#: ../gtk/gtkcellrenderertext.c:312 -#: ../gtk/gtkcellrenderertext.c:313 -#: ../gtk/gtktexttag.c:309 +#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 +#: gtk/gtktexttag.c:309 msgid "Font weight" msgstr "Teža pisave" -#: ../gtk/gtkcellrenderertext.c:322 -#: ../gtk/gtkcellrenderertext.c:323 -#: ../gtk/gtktexttag.c:320 +#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 +#: gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "Razteg pisave" -#: ../gtk/gtkcellrenderertext.c:331 -#: ../gtk/gtkcellrenderertext.c:332 -#: ../gtk/gtktexttag.c:329 +#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 +#: gtk/gtktexttag.c:329 msgid "Font size" msgstr "Velikost pisave" -#: ../gtk/gtkcellrenderertext.c:341 -#: ../gtk/gtktexttag.c:349 +#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 msgid "Font points" msgstr "Točke pisave" -#: ../gtk/gtkcellrenderertext.c:342 -#: ../gtk/gtktexttag.c:350 +#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "Velikost pisave v točkah" -#: ../gtk/gtkcellrenderertext.c:351 -#: ../gtk/gtktexttag.c:339 +#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 msgid "Font scale" msgstr "Povečava pisave" -#: ../gtk/gtkcellrenderertext.c:352 +#: gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "Faktor povečave pisave" -#: ../gtk/gtkcellrenderertext.c:361 -#: ../gtk/gtktexttag.c:418 +#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 msgid "Rise" msgstr "Dvigni" -#: ../gtk/gtkcellrenderertext.c:362 -msgid "Offset of text above the baseline (below the baseline if rise is negative)" -msgstr "Odmik besedila nad osnovno črto (pod osnovno črto, je če dvig negativen)" +#: gtk/gtkcellrenderertext.c:362 +msgid "" +"Offset of text above the baseline (below the baseline if rise is negative)" +msgstr "" +"Odmik besedila nad osnovno črto (pod osnovno črto, je če dvig negativen)" -#: ../gtk/gtkcellrenderertext.c:373 -#: ../gtk/gtktexttag.c:458 +#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "Prečrtaj" -#: ../gtk/gtkcellrenderertext.c:374 -#: ../gtk/gtktexttag.c:459 +#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "Ali naj bo besedilo prečrtano" -#: ../gtk/gtkcellrenderertext.c:381 -#: ../gtk/gtktexttag.c:466 +#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 msgid "Underline" msgstr "Podčrtaj" -#: ../gtk/gtkcellrenderertext.c:382 -#: ../gtk/gtktexttag.c:467 +#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "Slog podčrtave za to besedilo" -#: ../gtk/gtkcellrenderertext.c:390 -#: ../gtk/gtktexttag.c:378 +#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 msgid "Language" msgstr "Jezik" -#: ../gtk/gtkcellrenderertext.c:391 -msgid "The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If you don't understand this parameter, you probably don't need it" -msgstr "Jezik v katerem je to besedilo napisano, v obliki kode ISO. Pango lahko uporabi to kot namig ob izrisovanju besedila. Če ne razumete tega parametra, ga verjetno ne potrebujete" +#: gtk/gtkcellrenderertext.c:391 +msgid "" +"The language this text is in, as an ISO code. Pango can use this as a hint " +"when rendering the text. If you don't understand this parameter, you " +"probably don't need it" +msgstr "" +"Jezik v katerem je to besedilo napisano, v obliki kode ISO. Pango lahko " +"uporabi to kot namig ob izrisovanju besedila. Če ne razumete tega parametra, " +"ga verjetno ne potrebujete" -#: ../gtk/gtkcellrenderertext.c:411 -#: ../gtk/gtklabel.c:499 -#: ../gtk/gtkprogressbar.c:206 +#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "Okrajšanje" -#: ../gtk/gtkcellrenderertext.c:412 -msgid "The preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string" -msgstr "Prednostno mesto okrajšanja niza, kadar preoblikovalnik celice nima dovolj prostora za prikaz celotnega niza." +#: gtk/gtkcellrenderertext.c:412 +msgid "" +"The preferred place to ellipsize the string, if the cell renderer does not " +"have enough room to display the entire string" +msgstr "" +"Prednostno mesto okrajšanja niza, kadar preoblikovalnik celice nima dovolj " +"prostora za prikaz celotnega niza." -#: ../gtk/gtkcellrenderertext.c:431 -#: ../gtk/gtkfilechooserbutton.c:421 -#: ../gtk/gtklabel.c:519 +#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 +#: gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "Širina v znakih" -#: ../gtk/gtkcellrenderertext.c:432 -#: ../gtk/gtklabel.c:520 +#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "Želena širina oznake, v znakih" -#: ../gtk/gtkcellrenderertext.c:450 -#: ../gtk/gtktexttag.c:475 +#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "Način lomljenja" -#: ../gtk/gtkcellrenderertext.c:451 -msgid "How to break the string into multiple lines, if the cell renderer does not have enough room to display the entire string" -msgstr "Kako prelomiti niz v več vrstic, kadar preoblikovalnik celice nima dovolj prostora za prikaz celotnega niza." +#: gtk/gtkcellrenderertext.c:451 +msgid "" +"How to break the string into multiple lines, if the cell renderer does not " +"have enough room to display the entire string" +msgstr "" +"Kako prelomiti niz v več vrstic, kadar preoblikovalnik celice nima dovolj " +"prostora za prikaz celotnega niza." -#: ../gtk/gtkcellrenderertext.c:470 -#: ../gtk/gtkcombobox.c:678 +#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "Širina preloma" -#: ../gtk/gtkcellrenderertext.c:471 +#: gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "Širina, pri kateri naj bodo vrstice besedila prelomljene" -#: ../gtk/gtkcellrenderertext.c:491 -#: ../gtk/gtktreeviewcolumn.c:297 +#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "Poravnava" -#: ../gtk/gtkcellrenderertext.c:492 +#: gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "Kako naj bodo poravnane črte" -#: ../gtk/gtkcellrenderertext.c:502 -#: ../gtk/gtkcellview.c:190 -#: ../gtk/gtktexttag.c:564 +#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 msgid "Background set" msgstr "Nastavi ozadje" -#: ../gtk/gtkcellrenderertext.c:503 -#: ../gtk/gtkcellview.c:191 -#: ../gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "Ali ta značka vpliva na barvo ozadja" -#: ../gtk/gtkcellrenderertext.c:506 -#: ../gtk/gtktexttag.c:576 +#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "Nastavi ospredje" -#: ../gtk/gtkcellrenderertext.c:507 -#: ../gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "Ali ta značka vpliva na barvo ospredja" -#: ../gtk/gtkcellrenderertext.c:510 -#: ../gtk/gtktexttag.c:584 +#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 msgid "Editability set" msgstr "Nastavi uredljivost" -#: ../gtk/gtkcellrenderertext.c:511 -#: ../gtk/gtktexttag.c:585 +#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "Ali ta značka vpliva na možnost spremembe besedila" -#: ../gtk/gtkcellrenderertext.c:514 -#: ../gtk/gtktexttag.c:588 +#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 msgid "Font family set" msgstr "Nastavi družino pisave" -#: ../gtk/gtkcellrenderertext.c:515 -#: ../gtk/gtktexttag.c:589 +#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "Ali ta značka vpliva na družino pisave" -#: ../gtk/gtkcellrenderertext.c:518 -#: ../gtk/gtktexttag.c:592 +#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 msgid "Font style set" msgstr "Nastavi slog pisave:" -#: ../gtk/gtkcellrenderertext.c:519 -#: ../gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "Ali ta značka vpliva na slog pisave" -#: ../gtk/gtkcellrenderertext.c:522 -#: ../gtk/gtktexttag.c:596 +#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "Nastavi različico pisave" -#: ../gtk/gtkcellrenderertext.c:523 -#: ../gtk/gtktexttag.c:597 +#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "Ali naj ta značka vpliva na različico pisave" -#: ../gtk/gtkcellrenderertext.c:526 -#: ../gtk/gtktexttag.c:600 +#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "Nastavi težo pisave" -#: ../gtk/gtkcellrenderertext.c:527 -#: ../gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "Ali naj ta značka vpliva na težo pisave" -#: ../gtk/gtkcellrenderertext.c:530 -#: ../gtk/gtktexttag.c:604 +#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "Nastavi raztegnjenost pisave" -#: ../gtk/gtkcellrenderertext.c:531 -#: ../gtk/gtktexttag.c:605 +#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "Ali naj ta značka vpliva na raztegnjenost pisave" -#: ../gtk/gtkcellrenderertext.c:534 -#: ../gtk/gtktexttag.c:608 +#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 msgid "Font size set" msgstr "Nastavi velikost pisave" -#: ../gtk/gtkcellrenderertext.c:535 -#: ../gtk/gtktexttag.c:609 +#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "Ali naj ta značka vpliva na velikost pisave" -#: ../gtk/gtkcellrenderertext.c:538 -#: ../gtk/gtktexttag.c:612 +#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "Nastavi povečavo pisave" -#: ../gtk/gtkcellrenderertext.c:539 -#: ../gtk/gtktexttag.c:613 +#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "Ali naj ta značka vpliva na faktor povečave velikosti pisave" -#: ../gtk/gtkcellrenderertext.c:542 -#: ../gtk/gtktexttag.c:632 +#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 msgid "Rise set" msgstr "Nastavi dvig" -#: ../gtk/gtkcellrenderertext.c:543 -#: ../gtk/gtktexttag.c:633 +#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "Ali naj ta značka vpliva na dvig" -#: ../gtk/gtkcellrenderertext.c:546 -#: ../gtk/gtktexttag.c:648 +#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "Nastavi prečrtanost" -#: ../gtk/gtkcellrenderertext.c:547 -#: ../gtk/gtktexttag.c:649 +#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "Ali naj ta značka vpliva na prečrtanost" -#: ../gtk/gtkcellrenderertext.c:550 -#: ../gtk/gtktexttag.c:656 +#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 msgid "Underline set" msgstr "Nastavi podčrtavo" -#: ../gtk/gtkcellrenderertext.c:551 -#: ../gtk/gtktexttag.c:657 +#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "Ali naj ta značka vpliva na podčrtanost" -#: ../gtk/gtkcellrenderertext.c:554 -#: ../gtk/gtktexttag.c:620 +#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 msgid "Language set" msgstr "Nastavi jezik" -#: ../gtk/gtkcellrenderertext.c:555 -#: ../gtk/gtktexttag.c:621 +#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "Ali naj ta značka vpliva na to, v katerem jeziku je izrisano besedilo" -#: ../gtk/gtkcellrenderertext.c:558 +#: gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "Okrajšanje" -#: ../gtk/gtkcellrenderertext.c:559 +#: gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "Ali oznaka okrajšanja vpliva na način prilagajanja vsebine celici" -#: ../gtk/gtkcellrenderertext.c:562 +#: gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "Align set" -#: ../gtk/gtkcellrenderertext.c:563 +#: gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "Ali značka align vpliva na način poravnave vsebine celici" -#: ../gtk/gtkcellrenderertoggle.c:126 +#: gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "Preklop stanja" -#: ../gtk/gtkcellrenderertoggle.c:127 +#: gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "Preklop stanja gumba" -#: ../gtk/gtkcellrenderertoggle.c:134 +#: gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "Nekonsistentno stanje" -#: ../gtk/gtkcellrenderertoggle.c:135 +#: gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "Nekonsistentno stanje gumba" -#: ../gtk/gtkcellrenderertoggle.c:142 +#: gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "Aktivacija omogočena" -#: ../gtk/gtkcellrenderertoggle.c:143 +#: gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "Preklopni gumb je lahko dejaven" -#: ../gtk/gtkcellrenderertoggle.c:150 +#: gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "Stanje radio gumba" -#: ../gtk/gtkcellrenderertoggle.c:151 +#: gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "Riši preklopni gumb kot radio gumb" -#: ../gtk/gtkcellrenderertoggle.c:158 +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "Velikost indikatorja" -#: ../gtk/gtkcellrenderertoggle.c:159 -#: ../gtk/gtkcheckbutton.c:70 -#: ../gtk/gtkcheckmenuitem.c:122 +#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 +#: gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "Velikost indikatorja kljukice ali radia" -#: ../gtk/gtkcellview.c:182 +#: gtk/gtkcellview.c:182 msgid "CellView model" msgstr "Model CellView" -#: ../gtk/gtkcellview.c:183 +#: gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "Model za celični pogled" -#: ../gtk/gtkcheckbutton.c:69 -#: ../gtk/gtkcheckmenuitem.c:121 -#: ../gtk/gtkoptionmenu.c:168 +#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "Velikost indikatorja" -#: ../gtk/gtkcheckbutton.c:77 -#: ../gtk/gtkexpander.c:245 -#: ../gtk/gtkoptionmenu.c:174 +#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "Prostor okoli indikatorja" -#: ../gtk/gtkcheckbutton.c:78 +#: gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "Prostor okoli indikatorja za kljukico ali radio" -#: ../gtk/gtkcheckmenuitem.c:98 -#: ../gtk/gtkmenu.c:500 -#: ../gtk/gtktoggleaction.c:119 -#: ../gtk/gtktogglebutton.c:115 -#: ../gtk/gtktoggletoolbutton.c:114 +#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 +#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "Aktiven" -#: ../gtk/gtkcheckmenuitem.c:99 +#: gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "Ali je predmet menija izbran" -#: ../gtk/gtkcheckmenuitem.c:106 -#: ../gtk/gtktogglebutton.c:123 +#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "Nekonsistenten" -#: ../gtk/gtkcheckmenuitem.c:107 +#: gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "Ali naj se prikaže \"nekonsistentno\" stanje" -#: ../gtk/gtkcheckmenuitem.c:114 +#: gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "Prikaži kot radijski gumb" -#: ../gtk/gtkcheckmenuitem.c:115 +#: gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "Ali naj ima menijska izbira možnost, da je odkljukana" -#: ../gtk/gtkcolorbutton.c:171 +#: gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "Uporabi kanal alfa" -#: ../gtk/gtkcolorbutton.c:172 +#: gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "Ali naj ima barva vrednost alfa" -#: ../gtk/gtkcolorbutton.c:186 -#: ../gtk/gtkfilechooserbutton.c:407 -#: ../gtk/gtkfontbutton.c:142 -#: ../gtk/gtkprintjob.c:116 -#: ../gtk/gtktreeviewcolumn.c:264 +#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 +#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "Naziv" -#: ../gtk/gtkcolorbutton.c:187 +#: gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "Naziv pogovornega okna izbirnika barv" -#: ../gtk/gtkcolorbutton.c:201 -#: ../gtk/gtkcolorsel.c:293 +#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "Trenutna barva" -#: ../gtk/gtkcolorbutton.c:202 +#: gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "Izbrana barva" -#: ../gtk/gtkcolorbutton.c:216 -#: ../gtk/gtkcolorsel.c:300 +#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "Trenutni alpha" -#: ../gtk/gtkcolorbutton.c:217 +#: gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" -msgstr "Izbrana vrednost prekrivnosti (0 popolnoma prosojno, 65535 popolnoma neprosojno)" +msgstr "" +"Izbrana vrednost prekrivnosti (0 popolnoma prosojno, 65535 popolnoma " +"neprosojno)" -#: ../gtk/gtkcolorsel.c:279 +#: gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "Ima nadzor neprozornosti" -#: ../gtk/gtkcolorsel.c:280 +#: gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "Ali izbirnik barv omogoča nastavljanje prosojnosti" -#: ../gtk/gtkcolorsel.c:286 +#: gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "Ima paleto" -#: ../gtk/gtkcolorsel.c:287 +#: gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "Ali ima izbirnik barv paleto" -#: ../gtk/gtkcolorsel.c:294 +#: gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "Trenutna barva" -#: ../gtk/gtkcolorsel.c:301 +#: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" -msgstr "Trenutna vrednost prosojnosti (0 popolnoma prosojno, 65535 popolnoma neprosojno)" +msgstr "" +"Trenutna vrednost prosojnosti (0 popolnoma prosojno, 65535 popolnoma " +"neprosojno)" -#: ../gtk/gtkcolorsel.c:315 +#: gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "Poljubna paleta" -#: ../gtk/gtkcolorsel.c:316 +#: gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "Paleta, ki naj se uporabi v izbirniku barv" -#: ../gtk/gtkcolorseldialog.c:102 +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "Izbira barve" -#: ../gtk/gtkcolorseldialog.c:103 +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "Izbira barve, ki je del pogovornega okna." -#: ../gtk/gtkcolorseldialog.c:109 +#: gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "Gumb V redu" -#: ../gtk/gtkcolorseldialog.c:110 +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "Gumb v redu pogovornega okna" -#: ../gtk/gtkcolorseldialog.c:116 +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "Gumb prekliči" -#: ../gtk/gtkcolorseldialog.c:117 +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "Gumb prekliči pogovornega okna" -#: ../gtk/gtkcolorseldialog.c:123 +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "Gumb Pomoč" -#: ../gtk/gtkcolorseldialog.c:124 +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "Gumb pomoči pogovornega okna" -#: ../gtk/gtkcombo.c:145 +#: gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "Vključi smerne tipke" -#: ../gtk/gtkcombo.c:146 +#: gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "Ali naj bo mogoče premikanje skozi seznam predmetov s smernimi tipkami" -#: ../gtk/gtkcombo.c:152 +#: gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "Vedno vključi smerne tipke" -#: ../gtk/gtkcombo.c:153 +#: gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "Opuščena lastnost, prezrta" -#: ../gtk/gtkcombo.c:159 +#: gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "Razlikuj velike in male črke" -#: ../gtk/gtkcombo.c:160 +#: gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "Ali naj bo ustrezanje seznama predmetov občutljivo na velikost črk" -#: ../gtk/gtkcombo.c:167 +#: gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "Dovoli prazen" -#: ../gtk/gtkcombo.c:168 +#: gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "Ali je lahko v to polje vpisana prazna vrednost" -#: ../gtk/gtkcombo.c:175 +#: gtk/gtkcombo.c:175 msgid "Value in list" msgstr "Vrednost v seznamu" -#: ../gtk/gtkcombo.c:176 +#: gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "Ali morajo biti vnešene vrednosti že prisotne v seznamu" -#: ../gtk/gtkcombobox.c:661 +#: gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "Model kombiniranega polja" -#: ../gtk/gtkcombobox.c:662 +#: gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "Vrsta spustnega polja" -#: ../gtk/gtkcombobox.c:679 +#: gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "Prelomi širino za razporeditev predmetov v mreži" -#: ../gtk/gtkcombobox.c:701 +#: gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "Širina stolpca preko vrstic" -#: ../gtk/gtkcombobox.c:702 +#: gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "TreeModel stolpec, ki vsebuje vrednosti širine preko vrstic" -#: ../gtk/gtkcombobox.c:723 +#: gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "Širina stolpca preko stolpca" -#: ../gtk/gtkcombobox.c:724 +#: gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "TreeModel stolpec, ki vsebuje vrednosti širine preko stolpcev" -#: ../gtk/gtkcombobox.c:745 +#: gtk/gtkcombobox.c:745 msgid "Active item" msgstr "Dejavni element" -#: ../gtk/gtkcombobox.c:746 +#: gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "Element, ki je trenutno izbran" -#: ../gtk/gtkcombobox.c:765 -#: ../gtk/gtkuimanager.c:222 +#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "Dodaj menijem mesta za odpenjanje" -#: ../gtk/gtkcombobox.c:766 +#: gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "Ali naj imajo vsa spustna polja mesta za odpenjanje menija" -#: ../gtk/gtkcombobox.c:781 -#: ../gtk/gtkentry.c:650 +#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 msgid "Has Frame" msgstr "Ima okvir" -#: ../gtk/gtkcombobox.c:782 +#: gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "Ali lahko spustno polje obdaja okvir okoli podrejenega procesa" -#: ../gtk/gtkcombobox.c:790 +#: gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "Ali lahko spustno polje postane dejavno, kadar je izbrano z miško" -#: ../gtk/gtkcombobox.c:805 -#: ../gtk/gtkmenu.c:555 +#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "Odtrgajoč naziv" -#: ../gtk/gtkcombobox.c:806 -msgid "A title that may be displayed by the window manager when the popup is torn-off" +#: gtk/gtkcombobox.c:806 +msgid "" +"A title that may be displayed by the window manager when the popup is torn-" +"off" msgstr "Naziv, ki ga lahko prikaže upravljalnik oken, kadar je meni odtrgan" -#: ../gtk/gtkcombobox.c:823 +#: gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "Prikazano pojavno okno" -#: ../gtk/gtkcombobox.c:824 +#: gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "Ali naj prikazano spustno polje" -#: ../gtk/gtkcombobox.c:840 +#: gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "Občutljivost gumba" -#: ../gtk/gtkcombobox.c:841 +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "Ali je gumb pojavnega menija občutljiv, ko je vsebina menija prazna." -#: ../gtk/gtkcombobox.c:848 +#: gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "Se pojavi na seznamu" -#: ../gtk/gtkcombobox.c:849 +#: gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "Ali naj bo spustno polje videti kot seznam in ne kot meni." -#: ../gtk/gtkcombobox.c:865 +#: gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "Velikost puščice" -#: ../gtk/gtkcombobox.c:866 +#: gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "Najmanjša velikost puščice spustnega polja" -#: ../gtk/gtkcombobox.c:881 -#: ../gtk/gtkentry.c:750 -#: ../gtk/gtkhandlebox.c:174 -#: ../gtk/gtkmenubar.c:194 -#: ../gtk/gtkstatusbar.c:186 -#: ../gtk/gtktoolbar.c:623 -#: ../gtk/gtkviewport.c:122 +#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 +#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 +#: gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "Vrsta sence" -#: ../gtk/gtkcombobox.c:882 +#: gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "Vrsta sence, ki se izriše okoli spustnega polja" -#: ../gtk/gtkcontainer.c:238 +#: gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "Način spremembe velikosti" -#: ../gtk/gtkcontainer.c:239 +#: gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "Doličilo obravnave sprememb velikosti" -#: ../gtk/gtkcontainer.c:246 +#: gtk/gtkcontainer.c:246 msgid "Border width" msgstr "Širina robu" -#: ../gtk/gtkcontainer.c:247 +#: gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "Širina praznega robu zunaj vsebovalnika podrejenega predmeta" -#: ../gtk/gtkcontainer.c:255 +#: gtk/gtkcontainer.c:255 msgid "Child" msgstr "Podrejeni predmet" -#: ../gtk/gtkcontainer.c:256 +#: gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" -msgstr "Je lahko uporabljen za dodajanje novega podrejenega predmeta vsebovalniku" +msgstr "" +"Je lahko uporabljen za dodajanje novega podrejenega predmeta vsebovalniku" -#: ../gtk/gtkcurve.c:124 +#: gtk/gtkcurve.c:124 msgid "Curve type" msgstr "Vrsta krivulje" -#: ../gtk/gtkcurve.c:125 +#: gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "Je ta krivulja linearna, interpolirana z splinei ali prosta" -#: ../gtk/gtkcurve.c:132 +#: gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "Najmanjši X" -#: ../gtk/gtkcurve.c:133 +#: gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "Najmanjša možna vrednost za X." -#: ../gtk/gtkcurve.c:141 +#: gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "Največji X" -#: ../gtk/gtkcurve.c:142 +#: gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "Največja možna vrednost za X" -#: ../gtk/gtkcurve.c:150 +#: gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "Najmanjši Y" -#: ../gtk/gtkcurve.c:151 +#: gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "Najmanjša možna vrednost za Y" -#: ../gtk/gtkcurve.c:159 +#: gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "Največji Y" -#: ../gtk/gtkcurve.c:160 +#: gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Največja možna vrednost za Y" -#: ../gtk/gtkdialog.c:145 +#: gtk/gtkdialog.c:145 msgid "Has separator" msgstr "Ima ločnik" -#: ../gtk/gtkdialog.c:146 +#: gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "Dialog ima ločniško črto nad njegovimi gumbi" -#: ../gtk/gtkdialog.c:191 +#: gtk/gtkdialog.c:191 msgid "Content area border" msgstr "Rob področja vsebine" -#: ../gtk/gtkdialog.c:192 +#: gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "Širina robu okoli glavnega območja dialoga" -#: ../gtk/gtkdialog.c:209 +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "Razmik področja vsebine" -#: ../gtk/gtkdialog.c:210 +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "Razmik med predmeti glavnega območja pogovornega okna" -#: ../gtk/gtkdialog.c:217 +#: gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "Prostor okoli gumbov" -#: ../gtk/gtkdialog.c:218 +#: gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "Prostor med gumbi" -#: ../gtk/gtkdialog.c:226 +#: gtk/gtkdialog.c:226 msgid "Action area border" msgstr "Rob okoli področja dejavnosti" -#: ../gtk/gtkdialog.c:227 +#: gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "Širina robu okoli področja gumbov na dnu dialoga" -#: ../gtk/gtkentry.c:605 -#: ../gtk/gtklabel.c:462 +#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "Položaj kazalca" -#: ../gtk/gtkentry.c:606 -#: ../gtk/gtklabel.c:463 +#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "Trenutni položaj kazalca vstavljanja v znakih" -#: ../gtk/gtkentry.c:615 -#: ../gtk/gtklabel.c:472 +#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "Meja izbire" -#: ../gtk/gtkentry.c:616 -#: ../gtk/gtklabel.c:473 -msgid "The position of the opposite end of the selection from the cursor in chars" +#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 +msgid "" +"The position of the opposite end of the selection from the cursor in chars" msgstr "Lega drugega konca izbire od kazalca (v znakih)" -#: ../gtk/gtkentry.c:626 +#: gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "Ali je mogoče spremeniti vsebino vnosa" -#: ../gtk/gtkentry.c:633 +#: gtk/gtkentry.c:633 msgid "Maximum length" msgstr "Največja dolžina" -#: ../gtk/gtkentry.c:634 +#: gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "Največje število znakov v tem vnosu. Nič, če ni omejitve." -#: ../gtk/gtkentry.c:642 +#: gtk/gtkentry.c:642 msgid "Visibility" msgstr "Vidnost" -#: ../gtk/gtkentry.c:643 -msgid "FALSE displays the \"invisible char\" instead of the actual text (password mode)" -msgstr "NERESNIČNO prikaže \"nevidni znak\" namesto resničnega besedila (geselski način)" +#: gtk/gtkentry.c:643 +msgid "" +"FALSE displays the \"invisible char\" instead of the actual text (password " +"mode)" +msgstr "" +"NERESNIČNO prikaže \"nevidni znak\" namesto resničnega besedila (geselski " +"način)" -#: ../gtk/gtkentry.c:651 +#: gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "NERESNIČNO odstrani zunanjo obrobo vnosa" -#: ../gtk/gtkentry.c:659 -msgid "Border between text and frame. Overrides the inner-border style property" -msgstr "Rob med besedilom in okvirjem. Preglasi lastnost sloga notranjega roba." +#: gtk/gtkentry.c:659 +msgid "" +"Border between text and frame. Overrides the inner-border style property" +msgstr "" +"Rob med besedilom in okvirjem. Preglasi lastnost sloga notranjega roba." -#: ../gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 msgid "Invisible character" msgstr "Nevidni znak" -#: ../gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" -msgstr "Znak, ki naj se uporabi za maskiranje vsebine vnosa (za geselski način)" +msgstr "" +"Znak, ki naj se uporabi za maskiranje vsebine vnosa (za geselski način)" -#: ../gtk/gtkentry.c:674 +#: gtk/gtkentry.c:674 msgid "Activates default" msgstr "Aktiviraj privzetega" -#: ../gtk/gtkentry.c:675 -msgid "Whether to activate the default widget (such as the default button in a dialog) when Enter is pressed" -msgstr "Ali se zažene privzet gradnik (na primer privzet gumb dialoga), ko je pritisnjen Enter." +#: gtk/gtkentry.c:675 +msgid "" +"Whether to activate the default widget (such as the default button in a " +"dialog) when Enter is pressed" +msgstr "" +"Ali se zažene privzet gradnik (na primer privzet gumb dialoga), ko je " +"pritisnjen Enter." -#: ../gtk/gtkentry.c:681 +#: gtk/gtkentry.c:681 msgid "Width in chars" msgstr "Širina v znakih" -#: ../gtk/gtkentry.c:682 +#: gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "Število znakov vnosnega prostora za katere naj se pusti prostor" -#: ../gtk/gtkentry.c:691 +#: gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "Drsni odmik" -#: ../gtk/gtkentry.c:692 +#: gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "Število točk vnosa, ki drsijo mimo zaslona na levo" -#: ../gtk/gtkentry.c:702 +#: gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "Vsebina vnosa" -#: ../gtk/gtkentry.c:717 -#: ../gtk/gtkmisc.c:73 +#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 msgid "X align" msgstr "Poravnava X" -#: ../gtk/gtkentry.c:718 -#: ../gtk/gtkmisc.c:74 -msgid "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts." -msgstr "Vodoravna poravnava, od 0 (levo) do 1 (desno). Obrazno za postavitev RTL (desno-levo)." +#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 +msgid "" +"The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " +"layouts." +msgstr "" +"Vodoravna poravnava, od 0 (levo) do 1 (desno). Obrazno za postavitev RTL " +"(desno-levo)." -#: ../gtk/gtkentry.c:734 +#: gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "Obreži več vrstični vnos" -#: ../gtk/gtkentry.c:735 +#: gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "Ali naj se več vrstični vnos obreže v eno vrstico" -#: ../gtk/gtkentry.c:751 +#: gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "Kakšna vrsta sence naj se izriše kadar je določena možnost has-frame" -#: ../gtk/gtkentry.c:766 -#: ../gtk/gtktextview.c:653 +#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "Način prepisovanja" -#: ../gtk/gtkentry.c:767 +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "Ali naj vneseno besedilo prepiše obstoječo" -#: ../gtk/gtkentry.c:781 +#: gtk/gtkentry.c:781 msgid "Text length" msgstr "Dolžina besedila" -#: ../gtk/gtkentry.c:782 +#: gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "Dolžina trenutno vnesenega besedila " -#: ../gtk/gtkentry.c:797 +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "Določitev nevidnega znaka" -#: ../gtk/gtkentry.c:798 +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "Ali je bil določen neviden znak" -#: ../gtk/gtkentry.c:816 +#: gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "Opozorilo velikih črk" -#: ../gtk/gtkentry.c:817 +#: gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" -msgstr "Ali bo med vnosom gesla prikazano opozorilo o pritisnjeni tipki za velike črke." +msgstr "" +"Ali bo med vnosom gesla prikazano opozorilo o pritisnjeni tipki za velike " +"črke." -#: ../gtk/gtkentry.c:831 +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "Del napredka" -#: ../gtk/gtkentry.c:832 +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "Del celotnega dela, ki je bil opravljen" -#: ../gtk/gtkentry.c:849 +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "Korak napredka" -#: ../gtk/gtkentry.c:850 -msgid "The fraction of total entry width to move the progress bouncing block for each call to gtk_entry_progress_pulse()" -msgstr "Del celotne širine napredka, ki naj premakne poskakujoč blok, ko je izzvangtk_entry_progress_pulse()" +#: gtk/gtkentry.c:850 +msgid "" +"The fraction of total entry width to move the progress bouncing block for " +"each call to gtk_entry_progress_pulse()" +msgstr "" +"Del celotne širine napredka, ki naj premakne poskakujoč blok, ko je " +"izzvangtk_entry_progress_pulse()" -#: ../gtk/gtkentry.c:866 +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "Osnovna sličica" -#: ../gtk/gtkentry.c:867 +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "Osnovna sličica vnosa" -#: ../gtk/gtkentry.c:881 +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "Drugotna sličica" -#: ../gtk/gtkentry.c:882 +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "Drugotna sličica za vnos" -#: ../gtk/gtkentry.c:896 +#: gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "Osnovni ID sklada" -#: ../gtk/gtkentry.c:897 +#: gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "ID sklada za osnovno ikono" -#: ../gtk/gtkentry.c:911 +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "Drugotni ID sklada" -#: ../gtk/gtkentry.c:912 +#: gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "ID sklada za drugotno ikono" -#: ../gtk/gtkentry.c:926 +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "Osnovno ime ikone" -#: ../gtk/gtkentry.c:927 +#: gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "Ime ikone za osnovno ikono" -#: ../gtk/gtkentry.c:941 +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "Dodatno ime ikone" -#: ../gtk/gtkentry.c:942 +#: gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "Ime ikone za drugotno ikono" -#: ../gtk/gtkentry.c:956 +#: gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "Osnovni GIcon" -#: ../gtk/gtkentry.c:957 +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "GIcon za osnovno ikono" -#: ../gtk/gtkentry.c:971 +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "Drugotna GIcon" -#: ../gtk/gtkentry.c:972 +#: gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "GIcon za drugotno ikono" -#: ../gtk/gtkentry.c:986 +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "Osnovna vrsta shranjevanja" -#: ../gtk/gtkentry.c:987 +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "Način predočenja za osnovne ikone" -#: ../gtk/gtkentry.c:1002 +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "Drugotna vrsta shranjevanja" -#: ../gtk/gtkentry.c:1003 +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "Način predočenja za drugotne ikone" -#: ../gtk/gtkentry.c:1024 +#: gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "Dejavna osnovna ikona" -#: ../gtk/gtkentry.c:1025 +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "Ali je osnovna ikona dejavna ali ne." -#: ../gtk/gtkentry.c:1045 +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "Dejavna drugotna ikona" -#: ../gtk/gtkentry.c:1046 +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "Ali je drugotna ikona dejavna ali ne." -#: ../gtk/gtkentry.c:1068 +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "Občutljivost osnovne ikone" -#: ../gtk/gtkentry.c:1069 +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "Ali je osnovna ikona občutljiva ali ne." -#: ../gtk/gtkentry.c:1090 +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "Občutljivost drugotne ikone" -#: ../gtk/gtkentry.c:1091 +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "Ali je drugotna ikona občutljiva ali ne." -#: ../gtk/gtkentry.c:1107 +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "Besedilo namiga osnovne ikone" -#: ../gtk/gtkentry.c:1108 -#: ../gtk/gtkentry.c:1144 +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "Vsebina namiga na osnovni ikoni" -#: ../gtk/gtkentry.c:1124 +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "Besedilo namiga drugotne ikone" -#: ../gtk/gtkentry.c:1125 -#: ../gtk/gtkentry.c:1163 +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "Vsebina namiga na drugotni ikoni" -#: ../gtk/gtkentry.c:1143 +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "Oblika namiga osnovne ikone" -#: ../gtk/gtkentry.c:1162 +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "Oblika namiga drugotne ikone" -#: ../gtk/gtkentry.c:1182 -#: ../gtk/gtktextview.c:681 +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "IM enota" -#: ../gtk/gtkentry.c:1183 -#: ../gtk/gtktextview.c:682 +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "Katera IM enota naj bo privzeto uporabljena" -#: ../gtk/gtkentry.c:1197 +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "Posvetlitev ikone" -#: ../gtk/gtkentry.c:1198 +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "Ali naj dejavne ikone posvetlijo, če miško premaknemo preko njih" -#: ../gtk/gtkentry.c:1211 +#: gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "Nariši vrstice napredka" -#: ../gtk/gtkentry.c:1212 +#: gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "Rob okoli vrstice napredka" -#: ../gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "Rob med besedilom in okvirjem." -#: ../gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "Namig stanja" -#: ../gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "Ali naj se uporabi ustrezno stanje ob izrisu senc in ozadja" -#: ../gtk/gtkentry.c:1682 -#: ../gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "Izbira ob dejavnosti" -#: ../gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "Ali naj bo izbrana vsebina vnosa, kadar je vnos dejaven" -#: ../gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "Časovna omejitev namiga za geslo" -#: ../gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "Kako dolgo naj bo prikazan zadnji vneseni znak v skritih vnosih." -#: ../gtk/gtkentrycompletion.c:279 +#: gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "Način zaključevanja" -#: ../gtk/gtkentrycompletion.c:280 +#: gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "Način za iskanje zadetkov" -#: ../gtk/gtkentrycompletion.c:286 +#: gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "Najmanjša dolžina tipke" -#: ../gtk/gtkentrycompletion.c:287 +#: gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "Najmanjša dolžina iskalnega niza za iskanje zadetkov" -#: ../gtk/gtkentrycompletion.c:303 -#: ../gtk/gtkiconview.c:585 +#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 msgid "Text column" msgstr "Stolpec besedila" -#: ../gtk/gtkentrycompletion.c:304 +#: gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "Stolpec modela, ki vsebuje nize." -#: ../gtk/gtkentrycompletion.c:323 +#: gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "Vrstično zaključevanje" -#: ../gtk/gtkentrycompletion.c:324 +#: gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "Ali naj se običajna predpona vstavi samodejno" -#: ../gtk/gtkentrycompletion.c:338 +#: gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "Zaključevanje pojavnega okna" -#: ../gtk/gtkentrycompletion.c:339 +#: gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "Ali naj bo zaključevanje prikazano v pojavnem oknu" -#: ../gtk/gtkentrycompletion.c:354 +#: gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "Širina pojavnega okna" -#: ../gtk/gtkentrycompletion.c:355 +#: gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "Izbrana možnost omogoča, da ima pojavno okno enako velikost kot vnos." -#: ../gtk/gtkentrycompletion.c:373 +#: gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "Enojno pojavno okno" -#: ../gtk/gtkentrycompletion.c:374 +#: gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "Izbrana možnost omogoča, da je pojavno okno prikazano kot enojno." -#: ../gtk/gtkentrycompletion.c:388 +#: gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "Enovrstična izbira" -#: ../gtk/gtkentrycompletion.c:389 +#: gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "Vnesite vaš opis" -#: ../gtk/gtkeventbox.c:91 +#: gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "Vidno okno" -#: ../gtk/gtkeventbox.c:92 -msgid "Whether the event box is visible, as opposed to invisible and only used to trap events." -msgstr "Ali je okno dogodka vidno v nasprotju z nevidnim, ki le zajema dogodke." +#: gtk/gtkeventbox.c:92 +msgid "" +"Whether the event box is visible, as opposed to invisible and only used to " +"trap events." +msgstr "" +"Ali je okno dogodka vidno v nasprotju z nevidnim, ki le zajema dogodke." -#: ../gtk/gtkeventbox.c:98 +#: gtk/gtkeventbox.c:98 msgid "Above child" msgstr "Nad podrejenim predmetom" -#: ../gtk/gtkeventbox.c:99 -msgid "Whether the event-trapping window of the eventbox is above the window of the child widget as opposed to below it." -msgstr "Ali je okno zaznavanja dogodkov nad oknom odrejenega gradnika ali je spodaj." +#: gtk/gtkeventbox.c:99 +msgid "" +"Whether the event-trapping window of the eventbox is above the window of the " +"child widget as opposed to below it." +msgstr "" +"Ali je okno zaznavanja dogodkov nad oknom odrejenega gradnika ali je spodaj." -#: ../gtk/gtkexpander.c:187 +#: gtk/gtkexpander.c:187 msgid "Expanded" msgstr "Razširjeno" -#: ../gtk/gtkexpander.c:188 +#: gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "Ali je razširitev odprta za prikaz gradnika podrejenega procesa" -#: ../gtk/gtkexpander.c:196 +#: gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "Besedilo oznake razširitvenega gumba" -#: ../gtk/gtkexpander.c:211 -#: ../gtk/gtklabel.c:381 +#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 msgid "Use markup" msgstr "Uporabi označevanje" -#: ../gtk/gtkexpander.c:212 -#: ../gtk/gtklabel.c:382 +#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "Besedilo oznake vključuje oznake XML. Poglejte pango_parse_markup()" -#: ../gtk/gtkexpander.c:220 +#: gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "Vstavljeni prostor med napisom in podrejenim predmetom" -#: ../gtk/gtkexpander.c:229 -#: ../gtk/gtkframe.c:147 -#: ../gtk/gtktoolbutton.c:216 +#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "Gradnik oznake" -#: ../gtk/gtkexpander.c:230 +#: gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "Gradnik za prikaz namesto običajnega napisa razširitvenega gumba" -#: ../gtk/gtkexpander.c:236 -#: ../gtk/gtktreeview.c:783 +#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "Velikost razširitvene puščice" -#: ../gtk/gtkexpander.c:237 -#: ../gtk/gtktreeview.c:784 +#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "Velikost razširitvene puščice" -#: ../gtk/gtkexpander.c:246 +#: gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "Razmik okoli puščice razširitvenega gumba" -#: ../gtk/gtkfilechooser.c:194 +#: gtk/gtkfilechooser.c:194 msgid "Action" msgstr "Dejanje" -#: ../gtk/gtkfilechooser.c:195 +#: gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "Vrsta operacije, ki jo izvaja izbirnik datotek" -#: ../gtk/gtkfilechooser.c:201 +#: gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "Hrbtenica datotečnega sistema" -#: ../gtk/gtkfilechooser.c:202 +#: gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "Ime uporabljene hrbtenice datotečnega sistema" -#: ../gtk/gtkfilechooser.c:207 -#: ../gtk/gtkrecentchooser.c:264 +#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "Filtriraj" -#: ../gtk/gtkfilechooser.c:208 +#: gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "Trenutni filter izbora datotek za prikaz" -#: ../gtk/gtkfilechooser.c:213 +#: gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "Samo krajevno" -#: ../gtk/gtkfilechooser.c:214 +#: gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "Ali naj bodo izbrane datoteke omejen na krajevno datoteko: URL-ji" -#: ../gtk/gtkfilechooser.c:219 +#: gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "Predogled gradnika" -#: ../gtk/gtkfilechooser.c:220 +#: gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "Gradnik s strani aplikacije za predoglede po meri." -#: ../gtk/gtkfilechooser.c:225 +#: gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "Predogled gradnika je zagnan" -#: ../gtk/gtkfilechooser.c:226 -msgid "Whether the application supplied widget for custom previews should be shown." +#: gtk/gtkfilechooser.c:226 +msgid "" +"Whether the application supplied widget for custom previews should be shown." msgstr "Ali naj bo gradnik programa za predogled po meri prikazan." -#: ../gtk/gtkfilechooser.c:231 +#: gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "Uporabi predogledno oznako" -#: ../gtk/gtkfilechooser.c:232 +#: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "Ali naj bo prikazana oznaka sklada z imenom datoteke za predogled." -#: ../gtk/gtkfilechooser.c:237 +#: gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "Posebni gradnik" -#: ../gtk/gtkfilechooser.c:238 +#: gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "S strani aplikacije ponujeni gradnik za dodatne možnosti." -#: ../gtk/gtkfilechooser.c:243 -#: ../gtk/gtkfilesel.c:540 -#: ../gtk/gtkrecentchooser.c:203 +#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "Izberi več" -#: ../gtk/gtkfilechooser.c:244 -#: ../gtk/gtkfilesel.c:541 +#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "Ali naj bo mogoče izbrati več datotek hkrati" -#: ../gtk/gtkfilechooser.c:250 +#: gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "Pokaži skrito" -#: ../gtk/gtkfilechooser.c:251 +#: gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "Ali naj bodo skrite datoteke in mape prikazane." -#: ../gtk/gtkfilechooser.c:266 +#: gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "Izvedi potrditev prepisovanja" -#: ../gtk/gtkfilechooser.c:267 -msgid "Whether a file chooser in save mode will present an overwrite confirmation dialog if necessary." -msgstr "Ali naj izbirnik datotek v načinu shranjevanja predstavi pregledno potrditveno pojavno okno." +#: gtk/gtkfilechooser.c:267 +msgid "" +"Whether a file chooser in save mode will present an overwrite confirmation " +"dialog if necessary." +msgstr "" +"Ali naj izbirnik datotek v načinu shranjevanja predstavi pregledno " +"potrditveno pojavno okno." -#: ../gtk/gtkfilechooserbutton.c:376 +#: gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "Pogovorno okno" -#: ../gtk/gtkfilechooserbutton.c:377 +#: gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "Pogovorno okno izbire datotek, ki naj bo uporabljeno." -#: ../gtk/gtkfilechooserbutton.c:408 +#: gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "Naziv pogovornega okna za izbor datoteke." -#: ../gtk/gtkfilechooserbutton.c:422 +#: gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "Želena širina gradnika gumba, v znakih." -#: ../gtk/gtkfilesel.c:526 -#: ../gtk/gtkimage.c:163 -#: ../gtk/gtkrecentmanager.c:214 -#: ../gtk/gtkstatusicon.c:218 +#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 +#: gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "Ime datoteke" -#: ../gtk/gtkfilesel.c:527 +#: gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "Ime trenutno izbrane datoteke" -#: ../gtk/gtkfilesel.c:533 +#: gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "Pokaži operacije datotek" -#: ../gtk/gtkfilesel.c:534 +#: gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "Ali naj bodo prikazani gumbi za ustvarjanje/upravljanje datotek." -#: ../gtk/gtkfixed.c:90 -#: ../gtk/gtklayout.c:596 +#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 msgid "X position" msgstr "Položaj X" -#: ../gtk/gtkfixed.c:91 -#: ../gtk/gtklayout.c:597 +#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "Položaj X podrejenega gradnika" -#: ../gtk/gtkfixed.c:100 -#: ../gtk/gtklayout.c:606 +#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 msgid "Y position" msgstr "Položaj Y" -#: ../gtk/gtkfixed.c:101 -#: ../gtk/gtklayout.c:607 +#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "Položaj Y podrejenega gradnika" -#: ../gtk/gtkfontbutton.c:143 +#: gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "Naziv pogovornega okna za izbor pisave." -#: ../gtk/gtkfontbutton.c:158 -#: ../gtk/gtkfontsel.c:196 +#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 msgid "Font name" msgstr "Ime pisave" -#: ../gtk/gtkfontbutton.c:159 +#: gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "Ime izbrane pisave" -#: ../gtk/gtkfontbutton.c:160 +#: gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:175 +#: gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "Uporabi pisavo v oznaki" -#: ../gtk/gtkfontbutton.c:176 +#: gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "Ali naj bo oznaka izrisana z izbrano pisavo" -#: ../gtk/gtkfontbutton.c:191 +#: gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "Uporabi velikost v oznaki" -#: ../gtk/gtkfontbutton.c:192 +#: gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "Ali naj bo oznaka izrisana z izbrano velikostjo pisave" -#: ../gtk/gtkfontbutton.c:208 +#: gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "Pokaži slog" -#: ../gtk/gtkfontbutton.c:209 +#: gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "Ali naj bo izbrani slog pisave prikazan v oznaki" -#: ../gtk/gtkfontbutton.c:224 +#: gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "Prikaži velikost" -#: ../gtk/gtkfontbutton.c:225 +#: gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "Ali naj bo velikost izbrane pisave prikazana v oznaki" -#: ../gtk/gtkfontsel.c:197 +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "Niz, ki predstavlja izbrano pisavo" -#: ../gtk/gtkfontsel.c:204 +#: gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "GdkFont (GdkPisava), ki je trenutno izbrana" -#: ../gtk/gtkfontsel.c:210 +#: gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "Predogled besedila" -#: ../gtk/gtkfontsel.c:211 +#: gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "Besedilo, ki naj se prikaže za predstavitev izbrane pisave" -#: ../gtk/gtkframe.c:106 +#: gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "Besedilo oznake okvirja" -#: ../gtk/gtkframe.c:113 +#: gtk/gtkframe.c:113 msgid "Label xalign" msgstr "xalign oznake" -#: ../gtk/gtkframe.c:114 +#: gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "Vodoravna poravnava oznake" -#: ../gtk/gtkframe.c:122 +#: gtk/gtkframe.c:122 msgid "Label yalign" msgstr "yalign oznake" -#: ../gtk/gtkframe.c:123 +#: gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "Navpična poravnava oznake" -#: ../gtk/gtkframe.c:131 -#: ../gtk/gtkhandlebox.c:167 +#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "Lastnost ni več v uporabi, namesto nje uporabite shadow_type" -#: ../gtk/gtkframe.c:138 +#: gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "Senca okvirja" -#: ../gtk/gtkframe.c:139 +#: gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "Videz roba okvirja" -#: ../gtk/gtkframe.c:148 +#: gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "Gradnik, ki naj se prikaže na mestu običajne oznake okvirja." -#: ../gtk/gtkhandlebox.c:175 +#: gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "Videz sence, ki obkroža vsebovalnik." -#: ../gtk/gtkhandlebox.c:183 +#: gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "Lega ročice" -#: ../gtk/gtkhandlebox.c:184 +#: gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "Lega ročice glede na podrejeni gradnik" -#: ../gtk/gtkhandlebox.c:192 +#: gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "Skači do robov" -#: ../gtk/gtkhandlebox.c:193 -msgid "Side of the handlebox that's lined up with the docking point to dock the handlebox" +#: gtk/gtkhandlebox.c:193 +msgid "" +"Side of the handlebox that's lined up with the docking point to dock the " +"handlebox" msgstr "Stran škatle z ročico, ki je poravnana s točko doka" -#: ../gtk/gtkhandlebox.c:201 +#: gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "Skakanje do robov je nastavljeno" -#: ../gtk/gtkhandlebox.c:202 -msgid "Whether to use the value from the snap_edge property or a value derived from handle_position" -msgstr "Ali naj se uporabi vrednost iz snap_edge ali vrednost izvedena iz handle_position" +#: gtk/gtkhandlebox.c:202 +msgid "" +"Whether to use the value from the snap_edge property or a value derived from " +"handle_position" +msgstr "" +"Ali naj se uporabi vrednost iz snap_edge ali vrednost izvedena iz " +"handle_position" -#: ../gtk/gtkhandlebox.c:209 +#: gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "Podrejeno okno odsidrano" -#: ../gtk/gtkhandlebox.c:210 -msgid "A boolean value indicating whether the handlebox's child is attached or detached." -msgstr "Logična vrednost, ki določa ali je podrejeni upravljalni predmet priklopljen ali ne." +#: gtk/gtkhandlebox.c:210 +msgid "" +"A boolean value indicating whether the handlebox's child is attached or " +"detached." +msgstr "" +"Logična vrednost, ki določa ali je podrejeni upravljalni predmet priklopljen " +"ali ne." -#: ../gtk/gtkiconview.c:548 +#: gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "Način izbire" -#: ../gtk/gtkiconview.c:549 +#: gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "Način izbiranja" -#: ../gtk/gtkiconview.c:567 +#: gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "Stolpec slikovnega medpomnilnika" -#: ../gtk/gtkiconview.c:568 +#: gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "Stolpec modela iz katerega se pridobijo slike ikon" -#: ../gtk/gtkiconview.c:586 +#: gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "Stolpec modela iz katerega se pridobi besedilo" -#: ../gtk/gtkiconview.c:605 +#: gtk/gtkiconview.c:605 msgid "Markup column" msgstr "Stolpec označevanja" -#: ../gtk/gtkiconview.c:606 +#: gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "Stolpec modela iz katerega se pridobi besedilo z Pango označevanjem" -#: ../gtk/gtkiconview.c:613 +#: gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "Način pogleda ikon" -#: ../gtk/gtkiconview.c:614 +#: gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "Način za pogled ikon" -#: ../gtk/gtkiconview.c:630 +#: gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "Število stolpcev" -#: ../gtk/gtkiconview.c:631 +#: gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "Število stolpcev, ki naj bodo prikazani" -#: ../gtk/gtkiconview.c:648 +#: gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "Širina vsakega predmeta" -#: ../gtk/gtkiconview.c:649 +#: gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "Širina, uporabljena za vsak element" -#: ../gtk/gtkiconview.c:665 +#: gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "Prostor, vstavljen med celice elementa" -#: ../gtk/gtkiconview.c:680 +#: gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "Prostor med vrsticami" -#: ../gtk/gtkiconview.c:681 +#: gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "Prostor, vstavljen med vrstice mreže" -#: ../gtk/gtkiconview.c:696 +#: gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "Prostor med stolpci" -#: ../gtk/gtkiconview.c:697 +#: gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "Prostor, vstavljen med stolpce mreže" -#: ../gtk/gtkiconview.c:712 +#: gtk/gtkiconview.c:712 msgid "Margin" msgstr "Rob" -#: ../gtk/gtkiconview.c:713 +#: gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "Prostor, vstavljen na robovih ikonskega pogleda" -#: ../gtk/gtkiconview.c:730 -msgid "How the text and icon of each item are positioned relative to each other" +#: gtk/gtkiconview.c:730 +msgid "" +"How the text and icon of each item are positioned relative to each other" msgstr "Kako sta med seboj razporejena besedilo in ikona vsakega elementa" -#: ../gtk/gtkiconview.c:746 -#: ../gtk/gtktreeview.c:618 -#: ../gtk/gtktreeviewcolumn.c:307 +#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "Vnovič uredljiv" -#: ../gtk/gtkiconview.c:747 -#: ../gtk/gtktreeview.c:619 +#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "Pogled je vnovič uredljiv" -#: ../gtk/gtkiconview.c:754 -#: ../gtk/gtktreeview.c:769 +#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "Stolpec z namigi" -#: ../gtk/gtkiconview.c:755 +#: gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "Stolpec modela, ki vsebuje besedilo namigov za dejavne predmete." -#: ../gtk/gtkiconview.c:766 +#: gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "Barva izbirnega polja" -#: ../gtk/gtkiconview.c:767 +#: gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "Barva izbirnega polja" -#: ../gtk/gtkiconview.c:773 +#: gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "Alfa izbirnega polja" -#: ../gtk/gtkiconview.c:774 +#: gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "Prekrivnost izbirnega polja" -#: ../gtk/gtkimage.c:131 -#: ../gtk/gtkstatusicon.c:210 +#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "Pixbuf" -#: ../gtk/gtkimage.c:132 -#: ../gtk/gtkstatusicon.c:211 +#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "GdkPixbuf, ki naj se prikaže" -#: ../gtk/gtkimage.c:139 +#: gtk/gtkimage.c:139 msgid "Pixmap" msgstr "Rastrska slika" -#: ../gtk/gtkimage.c:140 +#: gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "GdkPixmap, ki naj se prikaže" -#: ../gtk/gtkimage.c:147 -#: ../gtk/gtkmessagedialog.c:215 +#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "Slika" -#: ../gtk/gtkimage.c:148 +#: gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "GdkImage, ki naj se prikaže" -#: ../gtk/gtkimage.c:155 +#: gtk/gtkimage.c:155 msgid "Mask" msgstr "Maska" -#: ../gtk/gtkimage.c:156 +#: gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "Slika maske, ki naj se uporabi z GdkImage ali GdkPixmap" -#: ../gtk/gtkimage.c:164 -#: ../gtk/gtkstatusicon.c:219 +#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "Ime datoteke, ki naj se naloži in prikaže" -#: ../gtk/gtkimage.c:173 -#: ../gtk/gtkstatusicon.c:227 +#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "ID sklada za prikaz slike" -#: ../gtk/gtkimage.c:180 +#: gtk/gtkimage.c:180 msgid "Icon set" msgstr "Komplet ikon" -#: ../gtk/gtkimage.c:181 +#: gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "Komplet ikon, ki naj se prikaže" -#: ../gtk/gtkimage.c:188 -#: ../gtk/gtkscalebutton.c:214 -#: ../gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Velikost ikone" -#: ../gtk/gtkimage.c:189 +#: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" -msgstr "Simbolna velikost, ki naj velja za ikono sklada, za paket ikon ali imenovano ikono" +msgstr "" +"Simbolna velikost, ki naj velja za ikono sklada, za paket ikon ali imenovano " +"ikono" -#: ../gtk/gtkimage.c:205 +#: gtk/gtkimage.c:205 msgid "Pixel size" msgstr "Velikost slikovne točke" -#: ../gtk/gtkimage.c:206 +#: gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "Velikost slikovne točke, ki naj bo uporabljena za imenovano ikono" -#: ../gtk/gtkimage.c:214 +#: gtk/gtkimage.c:214 msgid "Animation" msgstr "Animacija" -#: ../gtk/gtkimage.c:215 +#: gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "GdkPixbufAnimation, ki naj se prikaže" -#: ../gtk/gtkimage.c:255 -#: ../gtk/gtkstatusicon.c:258 +#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "Vrsta hrambe" -#: ../gtk/gtkimage.c:256 -#: ../gtk/gtkstatusicon.c:259 +#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "Način prezentacije, ki se uporablja za slikovne podatke" -#: ../gtk/gtkimagemenuitem.c:136 +#: gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "podrejeni gradink, ki naj se pojavi poleg besedila menija" -#: ../gtk/gtkimagemenuitem.c:151 +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "Ali naj se uporabi besedilo oznake za vnos predmeta menija sklada" -#: ../gtk/gtkimagemenuitem.c:169 +#: gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "Vedno prikaži slike" -#: ../gtk/gtkimagemenuitem.c:170 +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "Ali bodo slike vedno prikazane" -#: ../gtk/gtkimagemenuitem.c:184 -#: ../gtk/gtkmenu.c:515 +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "Accel skupina" -#: ../gtk/gtkimagemenuitem.c:185 +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "Pospeševalo uporabljeno za tipke sklada" -#: ../gtk/gtkimagemenuitem.c:190 +#: gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "Pokaži slike v menijih" -#: ../gtk/gtkimagemenuitem.c:191 +#: gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "Ali naj bodo v menijih prikazane slike ali ne" -#: ../gtk/gtkinvisible.c:87 -#: ../gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Zaslon, na katerem bo prikazano okno" -#: ../gtk/gtklabel.c:368 +#: gtk/gtklabel.c:368 msgid "The text of the label" msgstr "Besedilo oznake" -#: ../gtk/gtklabel.c:375 +#: gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "Seznam atributov sloga, ki naj se uveljavijo na besedilu te oznake" -#: ../gtk/gtklabel.c:396 -#: ../gtk/gtktexttag.c:359 -#: ../gtk/gtktextview.c:590 +#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 msgid "Justification" msgstr "Poravnava" -#: ../gtk/gtklabel.c:397 -msgid "The alignment of the lines in the text of the label relative to each other. This does NOT affect the alignment of the label within its allocation. See GtkMisc::xalign for that" -msgstr "Poravnava vrstic besedila v oznaki relativno druga na drugo. To NE vpliva na poravnavo oznake znotraj njenega položaja. Za to poglejte GtkMisc::xalign" +#: gtk/gtklabel.c:397 +msgid "" +"The alignment of the lines in the text of the label relative to each other. " +"This does NOT affect the alignment of the label within its allocation. See " +"GtkMisc::xalign for that" +msgstr "" +"Poravnava vrstic besedila v oznaki relativno druga na drugo. To NE vpliva na " +"poravnavo oznake znotraj njenega položaja. Za to poglejte GtkMisc::xalign" -#: ../gtk/gtklabel.c:405 +#: gtk/gtklabel.c:405 msgid "Pattern" msgstr "Vzorec" -#: ../gtk/gtklabel.c:406 -msgid "A string with _ characters in positions correspond to characters in the text to underline" -msgstr "Niz s podčrtaji ('_') na mestih, kjer naj bodo znaki v besedilu podčrtani" +#: gtk/gtklabel.c:406 +msgid "" +"A string with _ characters in positions correspond to characters in the text " +"to underline" +msgstr "" +"Niz s podčrtaji ('_') na mestih, kjer naj bodo znaki v besedilu podčrtani" -#: ../gtk/gtklabel.c:413 +#: gtk/gtklabel.c:413 msgid "Line wrap" msgstr "Prelom vrstic" -#: ../gtk/gtklabel.c:414 +#: gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" -msgstr "Če je nastavljen, se vrstice začnejo lomiti, če besedilo postane preširoko" +msgstr "" +"Če je nastavljen, se vrstice začnejo lomiti, če besedilo postane preširoko" -#: ../gtk/gtklabel.c:429 +#: gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "Način preloma vrstic" -#: ../gtk/gtklabel.c:430 +#: gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" -msgstr "Možnost določa način preloma, kadar je izbrana možnost preloma besedila" +msgstr "" +"Možnost določa način preloma, kadar je izbrana možnost preloma besedila" -#: ../gtk/gtklabel.c:437 +#: gtk/gtklabel.c:437 msgid "Selectable" msgstr "Izberljiva" -#: ../gtk/gtklabel.c:438 +#: gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "Ali se lahko besedilo oznake izbere z miško" -#: ../gtk/gtklabel.c:444 +#: gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "Pospeševalna tipka" -#: ../gtk/gtklabel.c:445 +#: gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "Pospeševalna tipka za to oznako" -#: ../gtk/gtklabel.c:453 +#: gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "Pospeševalni gradnik" -#: ../gtk/gtklabel.c:454 +#: gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" -msgstr "Gradnik, ki naj se zažene, ko je pritisnjena pospeševalna tipka za oznako" +msgstr "" +"Gradnik, ki naj se zažene, ko je pritisnjena pospeševalna tipka za oznako" -#: ../gtk/gtklabel.c:500 -msgid "The preferred place to ellipsize the string, if the label does not have enough room to display the entire string" -msgstr "Prednostno mesto okrajšanja niti, če predmet nima dovolj prostora za prikaz celotnega niza." +#: gtk/gtklabel.c:500 +msgid "" +"The preferred place to ellipsize the string, if the label does not have " +"enough room to display the entire string" +msgstr "" +"Prednostno mesto okrajšanja niti, če predmet nima dovolj prostora za prikaz " +"celotnega niza." -#: ../gtk/gtklabel.c:540 +#: gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "Enovrstični način" -#: ../gtk/gtklabel.c:541 +#: gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "Ali naj bo besedilo oznake v enovrstičnem načinu" -#: ../gtk/gtklabel.c:558 +#: gtk/gtklabel.c:558 msgid "Angle" msgstr "Kot" -#: ../gtk/gtklabel.c:559 +#: gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "Kot, pod katerim naj bo zasukana oznaka" -#: ../gtk/gtklabel.c:579 +#: gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "Največja širina v znakih" -#: ../gtk/gtklabel.c:580 +#: gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "Želena največja širina oznake, v znakih" -#: ../gtk/gtklabel.c:696 +#: gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "Ali naj bo izbrana vsebina izbirne oznake, kadar je ta dejavna" -#: ../gtk/gtklayout.c:616 -#: ../gtk/gtkviewport.c:106 +#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "Vodoravna poravnava" -#: ../gtk/gtklayout.c:617 -#: ../gtk/gtkscrolledwindow.c:219 +#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "GtkAdjustment za vodoravno poravnavo" -#: ../gtk/gtklayout.c:624 -#: ../gtk/gtkviewport.c:114 +#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "Navpična poravnava" -#: ../gtk/gtklayout.c:625 -#: ../gtk/gtkscrolledwindow.c:226 +#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "GtkAdjustment za navpično poravnavo" -#: ../gtk/gtklayout.c:633 +#: gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "Širina postavitve" -#: ../gtk/gtklayout.c:642 +#: gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "Višina postavitve" -#: ../gtk/gtklinkbutton.c:145 +#: gtk/gtklinkbutton.c:145 msgid "URI" msgstr "URI" -#: ../gtk/gtklinkbutton.c:146 +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "URI vezan na ta gumb" -#: ../gtk/gtklinkbutton.c:160 +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "Obiskano" -#: ../gtk/gtklinkbutton.c:161 +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "Ali je bila povezava obiskana." -#: ../gtk/gtkmenu.c:501 +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "Trenutno izbran predmet menija" -#: ../gtk/gtkmenu.c:516 +#: gtk/gtkmenu.c:516 msgid "The accel group holding accelerators for the menu" msgstr "Pospeševalna skupina, ki drži pospeševalce v meniju" -#: ../gtk/gtkmenu.c:530 -#: ../gtk/gtkmenuitem.c:285 +#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285 msgid "Accel Path" msgstr "Accel pot" -#: ../gtk/gtkmenu.c:531 +#: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "Accel pot uporabljena za izgradnjo accel poti podrejenih predmetov" -#: ../gtk/gtkmenu.c:547 +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "Zasidraj gradnik" -#: ../gtk/gtkmenu.c:548 +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "Gradnik na katerega je vezan meni" -#: ../gtk/gtkmenu.c:556 -msgid "A title that may be displayed by the window manager when this menu is torn-off" +#: gtk/gtkmenu.c:556 +msgid "" +"A title that may be displayed by the window manager when this menu is torn-" +"off" msgstr "Naziv, ki ga lahko prikaže upravljalnik oken, kadar je meni odtrgan" -#: ../gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "Stanje odtrganosti" -#: ../gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "Dvojiška spremenljivka, ki pove, ali je meni odtrgan" -#: ../gtk/gtkmenu.c:585 +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "Zaslon" -#: ../gtk/gtkmenu.c:586 +#: gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "Zaslon na katerem se bo pojavil meni" -#: ../gtk/gtkmenu.c:592 +#: gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "Navpično blazinjenje" -#: ../gtk/gtkmenu.c:593 +#: gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "Dodaten, dodan prostor na vrhu in na dnu menija" -#: ../gtk/gtkmenu.c:601 +#: gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "Vodoravno blazinjenje" -#: ../gtk/gtkmenu.c:602 +#: gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "Dodaten, dodan prostor na levi in desni strani menija" -#: ../gtk/gtkmenu.c:610 +#: gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "Navpični zamik" -#: ../gtk/gtkmenu.c:611 -msgid "When the menu is a submenu, position it this number of pixels offset vertically" +#: gtk/gtkmenu.c:611 +msgid "" +"When the menu is a submenu, position it this number of pixels offset " +"vertically" msgstr "Kadar je meni podmeni, naj bo zamaknjen za toliko točk navpično" -#: ../gtk/gtkmenu.c:619 +#: gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "Vodoravn zamik" -#: ../gtk/gtkmenu.c:620 -msgid "When the menu is a submenu, position it this number of pixels offset horizontally" +#: gtk/gtkmenu.c:620 +msgid "" +"When the menu is a submenu, position it this number of pixels offset " +"horizontally" msgstr "Kadar je meni podmeni, naj bo zamaknjen za toliko točk vodoravno" -#: ../gtk/gtkmenu.c:628 +#: gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "Dvojne puščice" -#: ../gtk/gtkmenu.c:629 +#: gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "Pri drsenju vedno pokaži obe puščici." -#: ../gtk/gtkmenu.c:642 +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "Lega puščice" -#: ../gtk/gtkmenu.c:643 +#: gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "Določa kje bodo nameščene puščice drsnika" -#: ../gtk/gtkmenu.c:651 +#: gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "Leva priloga" -#: ../gtk/gtkmenu.c:652 -#: ../gtk/gtktable.c:174 +#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "Številka stolpca, ki naj se pripoji levi strani podrejenega gradnika" -#: ../gtk/gtkmenu.c:659 +#: gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "Desna priloga" -#: ../gtk/gtkmenu.c:660 +#: gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "Številka stolpca, ki naj se pripoji levi strani podrejenega gradnika" -#: ../gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "Vrhnja priloga" -#: ../gtk/gtkmenu.c:668 +#: gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" -msgstr "Številka vrstice, ki naj se pripoji spodnji strani podrejenega gradnika" +msgstr "" +"Številka vrstice, ki naj se pripoji spodnji strani podrejenega gradnika" -#: ../gtk/gtkmenu.c:675 +#: gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "Spodnja priloga" -#: ../gtk/gtkmenu.c:676 -#: ../gtk/gtktable.c:195 +#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" -msgstr "Številka vrstice, ki naj se pripoji spodnji strani podrejenega gradnika" +msgstr "" +"Številka vrstice, ki naj se pripoji spodnji strani podrejenega gradnika" -#: ../gtk/gtkmenu.c:690 +#: gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "Konstanta za prilagajanje velikosti puščice drsnika" -#: ../gtk/gtkmenu.c:777 +#: gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "Lahko spremeni pospeševalnike" -#: ../gtk/gtkmenu.c:778 -msgid "Whether menu accelerators can be changed by pressing a key over the menu item" -msgstr "Ali se lahko pospeševalniki menijev spremenijo s pritiskom tipke nad predmetom menija." +#: gtk/gtkmenu.c:778 +msgid "" +"Whether menu accelerators can be changed by pressing a key over the menu item" +msgstr "" +"Ali se lahko pospeševalniki menijev spremenijo s pritiskom tipke nad " +"predmetom menija." -#: ../gtk/gtkmenu.c:783 +#: gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "Premor preden se pokažejo podmeniji" -#: ../gtk/gtkmenu.c:784 -msgid "Minimum time the pointer must stay over a menu item before the submenu appear" -msgstr "Najmanjši čas, kolikor mora kazalec stati nad menijem, preden se prikaže podmeni" +#: gtk/gtkmenu.c:784 +msgid "" +"Minimum time the pointer must stay over a menu item before the submenu appear" +msgstr "" +"Najmanjši čas, kolikor mora kazalec stati nad menijem, preden se prikaže " +"podmeni" -#: ../gtk/gtkmenu.c:791 +#: gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "Premor pred zakrivanjem podmenija" -#: ../gtk/gtkmenu.c:792 -msgid "The time before hiding a submenu when the pointer is moving towards the submenu" +#: gtk/gtkmenu.c:792 +msgid "" +"The time before hiding a submenu when the pointer is moving towards the " +"submenu" msgstr "Čas, preden se podmeni skrije, ko se kazalec premika proti njemu" -#: ../gtk/gtkmenubar.c:168 +#: gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "Smer krčenja" -#: ../gtk/gtkmenubar.c:169 +#: gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "Smer krčenja menijske vrstice" -#: ../gtk/gtkmenubar.c:185 +#: gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "Smer krčenja podrejenega predmeta" -#: ../gtk/gtkmenubar.c:186 +#: gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "Smer krčenja podrejenega predmeta menijske vrstice" -#: ../gtk/gtkmenubar.c:195 +#: gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "Slog obrobe okoli menija" -#: ../gtk/gtkmenubar.c:202 -#: ../gtk/gtktoolbar.c:590 +#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "Notranje polnjenje" -#: ../gtk/gtkmenubar.c:203 +#: gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "Količina robnega prostora med senco menija in premeti menija" -#: ../gtk/gtkmenubar.c:210 +#: gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "Zakasnitev, preden se pojavi padajoči meni" -#: ../gtk/gtkmenubar.c:211 +#: gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "Zakasnitev, preden se pojavijo podmeniji menijske vrstice" -#: ../gtk/gtkmenuitem.c:252 +#: gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "Desna poravnava" -#: ../gtk/gtkmenuitem.c:253 -msgid "Sets whether the menu item appears justified at the right side of a menu bar" +#: gtk/gtkmenuitem.c:253 +msgid "" +"Sets whether the menu item appears justified at the right side of a menu bar" msgstr "Določilo omogoča, da je meni poravnan na desni strani menijske vrstice" -#: ../gtk/gtkmenuitem.c:267 +#: gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "Podmeni" -#: ../gtk/gtkmenuitem.c:268 +#: gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" msgstr "Podmeni pripet glavnemu meniju, ali NULL, če ga ni" -#: ../gtk/gtkmenuitem.c:286 +#: gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "Določi tipkovno pot predmetov menija" -#: ../gtk/gtkmenuitem.c:301 +#: gtk/gtkmenuitem.c:301 msgid "The text for the child label" msgstr "Besedilo podrejene oznake" -#: ../gtk/gtkmenuitem.c:364 +#: gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" -msgstr "Velikost prostora, ki ga porabi puščica v razmerju z velikostjo pisave." +msgstr "" +"Velikost prostora, ki ga porabi puščica v razmerju z velikostjo pisave." -#: ../gtk/gtkmenuitem.c:377 +#: gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "Širina v znakih" -#: ../gtk/gtkmenuitem.c:378 +#: gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "Najmanjša želena širina predmeta menija v znakih" -#: ../gtk/gtkmenushell.c:374 +#: gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "Prevzemi dejavnost" -#: ../gtk/gtkmenushell.c:375 +#: gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" -msgstr "Logična spremenljivka, ki določa, ali meni prevzame dejavnost tipkovnice" +msgstr "" +"Logična spremenljivka, ki določa, ali meni prevzame dejavnost tipkovnice" -#: ../gtk/gtkmenutoolbutton.c:245 -#: ../gtk/gtkoptionmenu.c:161 +#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "Meni" -#: ../gtk/gtkmenutoolbutton.c:246 +#: gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "Spustni meni" -#: ../gtk/gtkmessagedialog.c:98 +#: gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "Rob slike/oznake" -#: ../gtk/gtkmessagedialog.c:99 +#: gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "Širina robu okoli oznake in slike v pogovornem oknu" -#: ../gtk/gtkmessagedialog.c:114 +#: gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "Uporabi ločilnik" -#: ../gtk/gtkmessagedialog.c:115 -msgid "Whether to put a separator between the message dialog's text and the buttons" +#: gtk/gtkmessagedialog.c:115 +msgid "" +"Whether to put a separator between the message dialog's text and the buttons" msgstr "Ali naj bo vstavljen ločilnik med sporočilo besedila okna in gumbi" -#: ../gtk/gtkmessagedialog.c:128 +#: gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "Vrsta sporočila" -#: ../gtk/gtkmessagedialog.c:129 +#: gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "Vrsta sporočila" -#: ../gtk/gtkmessagedialog.c:136 +#: gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "Gumbi sporočila" -#: ../gtk/gtkmessagedialog.c:137 +#: gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "Gumbi, ki se pokažejo v oknu sporočila" -#: ../gtk/gtkmessagedialog.c:154 +#: gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "Primarno besedilo pogovornega okna sporočila" -#: ../gtk/gtkmessagedialog.c:169 +#: gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "Uporabi označevanje" -#: ../gtk/gtkmessagedialog.c:170 +#: gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "Osnovno besedilo naslova vsebuje oznake Pango." -#: ../gtk/gtkmessagedialog.c:184 +#: gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "Dodatno besedilo" -#: ../gtk/gtkmessagedialog.c:185 +#: gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "Dodatno besedilo okna s sporočilom" -#: ../gtk/gtkmessagedialog.c:200 +#: gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "Uporabi označevanje v dodatnem besedilu" -#: ../gtk/gtkmessagedialog.c:201 +#: gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "Dodatno besedilo naslova vsebuje oznake Pango." -#: ../gtk/gtkmessagedialog.c:216 +#: gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "Slika" -#: ../gtk/gtkmisc.c:83 +#: gtk/gtkmisc.c:83 msgid "Y align" msgstr "Poravnava Y" -#: ../gtk/gtkmisc.c:84 +#: gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "Navpična poravnava, od 0 (zgoraj) do 1 (spodaj)" -#: ../gtk/gtkmisc.c:93 +#: gtk/gtkmisc.c:93 msgid "X pad" msgstr "Polnenje X" -#: ../gtk/gtkmisc.c:94 -msgid "The amount of space to add on the left and right of the widget, in pixels" -msgstr "Količina prostora, ki naj se doda na levo in desno stran gradnika, v slikovnih točkah" +#: gtk/gtkmisc.c:94 +msgid "" +"The amount of space to add on the left and right of the widget, in pixels" +msgstr "" +"Količina prostora, ki naj se doda na levo in desno stran gradnika, v " +"slikovnih točkah" -#: ../gtk/gtkmisc.c:103 +#: gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Polnenje Y" -#: ../gtk/gtkmisc.c:104 -msgid "The amount of space to add on the top and bottom of the widget, in pixels" -msgstr "Količina prostora, ki naj se doda na zgornjo in spodnjo stran gradnika, v slikovnih točkah" +#: gtk/gtkmisc.c:104 +msgid "" +"The amount of space to add on the top and bottom of the widget, in pixels" +msgstr "" +"Količina prostora, ki naj se doda na zgornjo in spodnjo stran gradnika, v " +"slikovnih točkah" -#: ../gtk/gtkmountoperation.c:139 +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "Nadrejeni" -#: ../gtk/gtkmountoperation.c:140 +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "Nadrejeno okno" -#: ../gtk/gtkmountoperation.c:147 +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "Je prikazan" -#: ../gtk/gtkmountoperation.c:148 +#: gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "Ali je prikazano pogovorno okno" -#: ../gtk/gtkmountoperation.c:156 +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "Zaslon na katerem bo prikazano to okno." -#: ../gtk/gtknotebook.c:577 +#: gtk/gtknotebook.c:577 msgid "Page" msgstr "Stran" -#: ../gtk/gtknotebook.c:578 +#: gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "Kazalo trenutne strani" -#: ../gtk/gtknotebook.c:586 +#: gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "Položaj zavihka" -#: ../gtk/gtknotebook.c:587 +#: gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "Na kateri strani notesa so zavihki" -#: ../gtk/gtknotebook.c:594 +#: gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "Rob zavihka" -#: ../gtk/gtknotebook.c:595 +#: gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "Širina robu okoli oznake zavihka" -#: ../gtk/gtknotebook.c:603 +#: gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "Vodoravni rob okoli zavihka" -#: ../gtk/gtknotebook.c:604 +#: gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "Širina vodoravnega robu okoli zavihka" -#: ../gtk/gtknotebook.c:612 +#: gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "Navpični rob okoli zavihka" -#: ../gtk/gtknotebook.c:613 +#: gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "Širina navpičnega robu okoli zavihka" -#: ../gtk/gtknotebook.c:621 +#: gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "Pokaži zavihke" -#: ../gtk/gtknotebook.c:622 +#: gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "Ali naj bodo zavihki prikazani ali ne" -#: ../gtk/gtknotebook.c:628 +#: gtk/gtknotebook.c:628 msgid "Show Border" msgstr "Pokaži rob" -#: ../gtk/gtknotebook.c:629 +#: gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "Ali naj bo rob prikazan ali ne" -#: ../gtk/gtknotebook.c:635 +#: gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "Drsljivo" -#: ../gtk/gtknotebook.c:636 +#: gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" -msgstr "Izbrana možnost omogoča, da se ob prevelikem številu zavihkov za prikaz dodajo drsne puščice" +msgstr "" +"Izbrana možnost omogoča, da se ob prevelikem številu zavihkov za prikaz " +"dodajo drsne puščice" -#: ../gtk/gtknotebook.c:642 +#: gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "Vključi pojavni meni" -#: ../gtk/gtknotebook.c:643 -msgid "If TRUE, pressing the right mouse button on the notebook pops up a menu that you can use to go to a page" -msgstr "Izbrana možnost omogoča, da se ob pritisku na desni miškin gumb nad beležnico prikaže meni, ki se lahko uporabi za dostop do strani" +#: gtk/gtknotebook.c:643 +msgid "" +"If TRUE, pressing the right mouse button on the notebook pops up a menu that " +"you can use to go to a page" +msgstr "" +"Izbrana možnost omogoča, da se ob pritisku na desni miškin gumb nad " +"beležnico prikaže meni, ki se lahko uporabi za dostop do strani" -#: ../gtk/gtknotebook.c:650 +#: gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "Ali naj imajo vsi zavihki enako velikost" -#: ../gtk/gtknotebook.c:656 +#: gtk/gtknotebook.c:656 msgid "Group ID" msgstr "ID skupine" -#: ../gtk/gtknotebook.c:657 +#: gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "Skupinski ID za povleci-in-spusti zavihkov" -#: ../gtk/gtknotebook.c:673 -#: ../gtk/gtkradioaction.c:128 -#: ../gtk/gtkradiobutton.c:82 -#: ../gtk/gtkradiomenuitem.c:343 -#: ../gtk/gtkradiotoolbutton.c:65 +#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 +#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "Skupina" -#: ../gtk/gtknotebook.c:674 +#: gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "Skupina za povleci-in-spusti zavihkov" -#: ../gtk/gtknotebook.c:680 +#: gtk/gtknotebook.c:680 msgid "Tab label" msgstr "Oznaka zavihka" -#: ../gtk/gtknotebook.c:681 +#: gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "Niz prikazan v oznaki zavihka podrejenega predmeta" -#: ../gtk/gtknotebook.c:687 +#: gtk/gtknotebook.c:687 msgid "Menu label" msgstr "Oznaka menija" -#: ../gtk/gtknotebook.c:688 +#: gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "Niz prikazan v meniju podrejenega predmeta" -#: ../gtk/gtknotebook.c:701 +#: gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "Razširitev zavihkov" -#: ../gtk/gtknotebook.c:702 +#: gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "Ali naj se razširi zavihek podrejenega predmeta" -#: ../gtk/gtknotebook.c:708 +#: gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "Polnjenje zavihka" -#: ../gtk/gtknotebook.c:709 +#: gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" -msgstr "Ali naj zavihek podrejenega predmeta napolni celotno rezervirano površino" +msgstr "" +"Ali naj zavihek podrejenega predmeta napolni celotno rezervirano površino" -#: ../gtk/gtknotebook.c:715 +#: gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "Način zlaganja zavihkov" -#: ../gtk/gtknotebook.c:722 +#: gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "Razvrstljiv zavihek" -#: ../gtk/gtknotebook.c:723 +#: gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "Ali naj bo zavihek mogoče prerazvrstiti z dejanjem uporabnika." -#: ../gtk/gtknotebook.c:729 +#: gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "Odstranljiv zavihek" -#: ../gtk/gtknotebook.c:730 +#: gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "Ali je zavihek mogoče odstraniti" -#: ../gtk/gtknotebook.c:745 -#: ../gtk/gtkscrollbar.c:81 +#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "Drugotni koračnik nazaj" -#: ../gtk/gtknotebook.c:746 -msgid "Display a second backward arrow button on the opposite end of the tab area" +#: gtk/gtknotebook.c:746 +msgid "" +"Display a second backward arrow button on the opposite end of the tab area" msgstr "Pokaži gumb za drugi korak nazaj na nasprotnem koncu zavihka" -#: ../gtk/gtknotebook.c:761 -#: ../gtk/gtkscrollbar.c:88 +#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "Drugotnii koračnik naprej" -#: ../gtk/gtknotebook.c:762 -msgid "Display a second forward arrow button on the opposite end of the tab area" +#: gtk/gtknotebook.c:762 +msgid "" +"Display a second forward arrow button on the opposite end of the tab area" msgstr "Pokaži gumb za drugi korak naprej na nasprotnem koncu zavihka" -#: ../gtk/gtknotebook.c:776 -#: ../gtk/gtkscrollbar.c:67 +#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "Koračnik nazaj" -#: ../gtk/gtknotebook.c:777 -#: ../gtk/gtkscrollbar.c:68 +#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "Pokaži običajni gumb z puščico za nazaj" -#: ../gtk/gtknotebook.c:791 -#: ../gtk/gtkscrollbar.c:74 +#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "Koračnik naprej" -#: ../gtk/gtknotebook.c:792 -#: ../gtk/gtkscrollbar.c:75 +#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "Pokaži običajni gumb s puščico za naprej" -#: ../gtk/gtknotebook.c:806 +#: gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "Prekrivanje zavihkov" -#: ../gtk/gtknotebook.c:807 +#: gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "Velikost področja prekrivanja zavihkov" -#: ../gtk/gtknotebook.c:822 +#: gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "Ukrivljenost zavihka" -#: ../gtk/gtknotebook.c:823 +#: gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "Velikost ukrivljenosti zavihka" -#: ../gtk/gtknotebook.c:839 +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "Razmik puščic" -#: ../gtk/gtknotebook.c:840 +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "Razmik drsne puščice" -#: ../gtk/gtkobject.c:370 +#: gtk/gtkobject.c:370 msgid "User Data" msgstr "Uporabniški podatki" -#: ../gtk/gtkobject.c:371 +#: gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "Podatkovni kazalec anonimnega uporabnika" -#: ../gtk/gtkoptionmenu.c:162 +#: gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "Meni možnosti" -#: ../gtk/gtkoptionmenu.c:169 +#: gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "Velikost kazalca za spusitev" -#: ../gtk/gtkoptionmenu.c:175 +#: gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "Prostor okoli kazalca" -#: ../gtk/gtkorientable.c:75 +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "Postavitev predmetov" -#: ../gtk/gtkpaned.c:242 -msgid "Position of paned separator in pixels (0 means all the way to the left/top)" +#: gtk/gtkpaned.c:242 +msgid "" +"Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "Položaj ločnice v točkah (0 pomeni popolnoma na levi/na vrhu)" -#: ../gtk/gtkpaned.c:251 +#: gtk/gtkpaned.c:251 msgid "Position Set" msgstr "Nastavi položaj" -#: ../gtk/gtkpaned.c:252 +#: gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "Izbrana možnost omogoča, da se uporabi lastnost lege." -#: ../gtk/gtkpaned.c:258 +#: gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "Velikost ročice" -#: ../gtk/gtkpaned.c:259 +#: gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "Širina ročice" -#: ../gtk/gtkpaned.c:275 +#: gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "Najmanjši položaj" -#: ../gtk/gtkpaned.c:276 +#: gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "Najnižja možna vrednost za lastnost \"položaj\" (\"position\")" -#: ../gtk/gtkpaned.c:293 +#: gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "Največji položaj" -#: ../gtk/gtkpaned.c:294 +#: gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "Najvišja možna vrednost za lastnost \"položaj\" (\"position\")" -#: ../gtk/gtkpaned.c:311 +#: gtk/gtkpaned.c:311 msgid "Resize" msgstr "Spremeni velikost" -#: ../gtk/gtkpaned.c:312 +#: gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" -msgstr "Izbrana možnost omogoča, da se podrejeni proces širi skupaj z gradnikom" +msgstr "" +"Izbrana možnost omogoča, da se podrejeni proces širi skupaj z gradnikom" -#: ../gtk/gtkpaned.c:327 +#: gtk/gtkpaned.c:327 msgid "Shrink" msgstr "Skrči" -#: ../gtk/gtkpaned.c:328 +#: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "Izbrana možnost omogoča, da je podrejeni proces manjši kot nujno" -#: ../gtk/gtkplug.c:150 -#: ../gtk/gtkstatusicon.c:309 +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "Vstavljeno" -#: ../gtk/gtkplug.c:151 +#: gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "Ali je priklop vstavljen" -#: ../gtk/gtkplug.c:165 +#: gtk/gtkplug.c:165 msgid "Socket Window" msgstr "Okno vtiča" -#: ../gtk/gtkplug.c:166 +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "Okno vtiča v katerega je vstavljen vtič" -#: ../gtk/gtkpreview.c:102 -msgid "Whether the preview widget should take up the entire space it is allocated" +#: gtk/gtkpreview.c:102 +msgid "" +"Whether the preview widget should take up the entire space it is allocated" msgstr "Ali naj gradnik predogleda zavzame celoten prostor, ko je ustvarjen" -#: ../gtk/gtkprinter.c:124 +#: gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "Ime tiskalnika" -#: ../gtk/gtkprinter.c:130 +#: gtk/gtkprinter.c:130 msgid "Backend" msgstr "Hrbtenica" -#: ../gtk/gtkprinter.c:131 +#: gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "Hrbtenica za tiskalnik" -#: ../gtk/gtkprinter.c:137 +#: gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "Je navidezna" -#: ../gtk/gtkprinter.c:138 +#: gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "NERESNIČNO (FALSE), če predstavlja resnični fizični tiskalnik" -#: ../gtk/gtkprinter.c:144 +#: gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "Sprejema PDF" -#: ../gtk/gtkprinter.c:145 +#: gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "RESNIČNO (TRUE), če ta tiskalnik lahko sprejme PDF" -#: ../gtk/gtkprinter.c:151 +#: gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "Sprejema PostScript" -#: ../gtk/gtkprinter.c:152 +#: gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "RESNIČNO (TRUE), če ta tiskalnik lahko sprejme PostScript" -#: ../gtk/gtkprinter.c:158 +#: gtk/gtkprinter.c:158 msgid "State Message" msgstr "Sporočilo stanja" -#: ../gtk/gtkprinter.c:159 +#: gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "Niz, ki podaja trenutno stanje tiskalnika" -#: ../gtk/gtkprinter.c:165 +#: gtk/gtkprinter.c:165 msgid "Location" msgstr "Mesto" -#: ../gtk/gtkprinter.c:166 +#: gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "Mesto tiskalnika" -#: ../gtk/gtkprinter.c:173 +#: gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "Ime ikone, ki naj se uporabi za tiskalnik" -#: ../gtk/gtkprinter.c:179 +#: gtk/gtkprinter.c:179 msgid "Job Count" msgstr "Štetje opravil" -#: ../gtk/gtkprinter.c:180 +#: gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "Število opravil, ki čakajo na tiskalnik" -#: ../gtk/gtkprinter.c:198 +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "Zaustavljen tiskalnik" -#: ../gtk/gtkprinter.c:199 +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "Drži, če je tiskalnik nedejaven" -#: ../gtk/gtkprinter.c:212 +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "Sprejemanje opravil" -#: ../gtk/gtkprinter.c:213 +#: gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "Drži, če tiskalnik lahko sprejme nove naloge" -#: ../gtk/gtkprinteroptionwidget.c:123 +#: gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "Izvorne možnosti" -#: ../gtk/gtkprinteroptionwidget.c:124 +#: gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "PrinterOption, ki podpira ta gradnik" -#: ../gtk/gtkprintjob.c:117 +#: gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "Naziv tiskalniškega opravila" -#: ../gtk/gtkprintjob.c:125 +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "Tiskalnik" -#: ../gtk/gtkprintjob.c:126 +#: gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "Tiskalnik za tiskanje opravila" -#: ../gtk/gtkprintjob.c:134 +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "Nastavitve" -#: ../gtk/gtkprintjob.c:135 +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "Nastavitve tiskalnika" -#: ../gtk/gtkprintjob.c:143 -#: ../gtk/gtkprintjob.c:144 -#: ../gtk/gtkprintunixdialog.c:258 +#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "Nastavitev strani" -#: ../gtk/gtkprintjob.c:152 -#: ../gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "Spremljaj stanje tiskalnika" -#: ../gtk/gtkprintjob.c:153 -msgid "TRUE if the print job will continue to emit status-changed signals after the print data has been sent to the printer or print server." -msgstr "Izbrana možnost omogoča, da se bodo naloge tiskanja nadaljevale po tem, ko so bili podatki poslani na strežnik tiskanja ali na tiskalnik." +#: gtk/gtkprintjob.c:153 +msgid "" +"TRUE if the print job will continue to emit status-changed signals after the " +"print data has been sent to the printer or print server." +msgstr "" +"Izbrana možnost omogoča, da se bodo naloge tiskanja nadaljevale po tem, ko " +"so bili podatki poslani na strežnik tiskanja ali na tiskalnik." -#: ../gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "Privzeta nastavitev strani" -#: ../gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "Privzeto uporabljeni GtkPageSetup" -#: ../gtk/gtkprintoperation.c:918 -#: ../gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "Nastavitve tiskanja" -#: ../gtk/gtkprintoperation.c:919 -#: ../gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "GtkPrintSettings za zagon okna" -#: ../gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "Ime opravila" -#: ../gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "Niz, uporabljen za določevanje opravila tiskanja." -#: ../gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "Število strani" -#: ../gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr "Število strani v dokumentu." -#: ../gtk/gtkprintoperation.c:984 -#: ../gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "Trenutna stran" -#: ../gtk/gtkprintoperation.c:985 -#: ../gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "Trenutna stran v dokumentu" -#: ../gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "Uporabi celo stran" -#: ../gtk/gtkprintoperation.c:1007 -msgid "TRUE if the origin of the context should be at the corner of the page and not the corner of the imageable area" -msgstr "Izbrana možnost omogoča, da je vir vsebine na robu strani in ne na robu slikovnega območja." +#: gtk/gtkprintoperation.c:1007 +msgid "" +"TRUE if the origin of the context should be at the corner of the page and " +"not the corner of the imageable area" +msgstr "" +"Izbrana možnost omogoča, da je vir vsebine na robu strani in ne na robu " +"slikovnega območja." -#: ../gtk/gtkprintoperation.c:1028 -msgid "TRUE if the print operation will continue to report on the print job status after the print data has been sent to the printer or print server." -msgstr "Izbrana možnost omogoča, da naloge tiskanja poročajo o stanju po tem, ko so bili podatki poslani na strežnik tiskanja ali na tiskalnik." +#: gtk/gtkprintoperation.c:1028 +msgid "" +"TRUE if the print operation will continue to report on the print job status " +"after the print data has been sent to the printer or print server." +msgstr "" +"Izbrana možnost omogoča, da naloge tiskanja poročajo o stanju po tem, ko so " +"bili podatki poslani na strežnik tiskanja ali na tiskalnik." -#: ../gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "Enota" -#: ../gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "Enote, v katerih so izmerjene razdalje vsebine" -#: ../gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "Pokaži pogovorno okno" -#: ../gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr "RESNIČNO (TRUE), če naj bo med tiskanjem prikazano okno napredka." -#: ../gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "Dovoli asinhronost" -#: ../gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "RESNIČNO (TRUE), če lahko proces tiskanja poteka asinhrono." -#: ../gtk/gtkprintoperation.c:1110 -#: ../gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "Izvozi ime datoteke" -#: ../gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "Stanje" -#: ../gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "Stanje operacije tiskanja" -#: ../gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "Niz stanja" -#: ../gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "Berljiv opis stanja" -#: ../gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "Poljubna oznaka zavihka" -#: ../gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "Oznaka za zavihek, ki vsebuje gradnike po meri" -#: ../gtk/gtkprintunixdialog.c:259 +#: gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "GtkPageSetup, ki naj bo uporabljen" -#: ../gtk/gtkprintunixdialog.c:284 +#: gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "Izbrani tiskalnik" -#: ../gtk/gtkprintunixdialog.c:285 +#: gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "GtkPrinter, ki je izbran" -#: ../gtk/gtkprogress.c:102 +#: gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "Aktivni način" -#: ../gtk/gtkprogress.c:103 -msgid "If TRUE, the GtkProgress is in activity mode, meaning that it signals something is happening, but not how much of the activity is finished. This is used when you're doing something but don't know how long it will take." -msgstr "Izbrana možnost omogoča, da je GtkProgress v dejavnem načinu, kar pomeni, da obvešča o tem, da se nekaj dogaja, vendar ne pove koliko opravila je dokončanega. To je uporabno, ko počnete nekaj za kar ne veste kako dolgo bo trajalo." +#: gtk/gtkprogress.c:103 +msgid "" +"If TRUE, the GtkProgress is in activity mode, meaning that it signals " +"something is happening, but not how much of the activity is finished. This " +"is used when you're doing something but don't know how long it will take." +msgstr "" +"Izbrana možnost omogoča, da je GtkProgress v dejavnem načinu, kar pomeni, da " +"obvešča o tem, da se nekaj dogaja, vendar ne pove koliko opravila je " +"dokončanega. To je uporabno, ko počnete nekaj za kar ne veste kako dolgo bo " +"trajalo." -#: ../gtk/gtkprogress.c:111 +#: gtk/gtkprogress.c:111 msgid "Show text" msgstr "Pokaži besedilo" -#: ../gtk/gtkprogress.c:112 +#: gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "Ali je napredek prikazan kot besedilo" -#: ../gtk/gtkprogressbar.c:119 +#: gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "GtkAdjustment povezana z merilnikom napredka (ni več v uporabi)" -#: ../gtk/gtkprogressbar.c:135 +#: gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "Slog merilnika" -#: ../gtk/gtkprogressbar.c:136 +#: gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "Določi vizualni slog merilnika v odstotnem načinu (ni več v uporabi)" -#: ../gtk/gtkprogressbar.c:144 +#: gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "Korak napredka" -#: ../gtk/gtkprogressbar.c:145 +#: gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" -msgstr "Korak povečave, ki se uporabi za vsako ponovitev v dejavnem načinu (ni več v uporabi)" +msgstr "" +"Korak povečave, ki se uporabi za vsako ponovitev v dejavnem načinu (ni več v " +"uporabi)" -#: ../gtk/gtkprogressbar.c:152 +#: gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "Bloki dejavnosti" -#: ../gtk/gtkprogressbar.c:153 -msgid "The number of blocks which can fit in the progress bar area in activity mode (Deprecated)" -msgstr "Število blokov, ki gredo na merilnik napredka v dejavnem načinu (ni več v uporabi)" +#: gtk/gtkprogressbar.c:153 +msgid "" +"The number of blocks which can fit in the progress bar area in activity mode " +"(Deprecated)" +msgstr "" +"Število blokov, ki gredo na merilnik napredka v dejavnem načinu (ni več v " +"uporabi)" -#: ../gtk/gtkprogressbar.c:160 +#: gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "Diskretni bloki" -#: ../gtk/gtkprogressbar.c:161 -msgid "The number of discrete blocks in a progress bar (when shown in the discrete style)" -msgstr "Število diskretnih blokov v merilniku napredka (kadar je prikaz v diskretnem načinu)" +#: gtk/gtkprogressbar.c:161 +msgid "" +"The number of discrete blocks in a progress bar (when shown in the discrete " +"style)" +msgstr "" +"Število diskretnih blokov v merilniku napredka (kadar je prikaz v diskretnem " +"načinu)" -#: ../gtk/gtkprogressbar.c:168 +#: gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "Delež" -#: ../gtk/gtkprogressbar.c:169 +#: gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "Delež celotnega dela, ki je bil opravljen" -#: ../gtk/gtkprogressbar.c:176 +#: gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "Korak pulza" -#: ../gtk/gtkprogressbar.c:177 +#: gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "Del celotnega napredka, ki naj premakne poskakujoč blok, ko je izzvan" -#: ../gtk/gtkprogressbar.c:185 +#: gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "Besedilo, ki bo prikazano v merilniku napredka" -#: ../gtk/gtkprogressbar.c:207 -msgid "The preferred place to ellipsize the string, if the progress bar does not have enough room to display the entire string, if at all." -msgstr "Prednostno mesto okrajšanja niza kadar vrstica napredka nima dovolj prostora za prikaz celotne niti." +#: gtk/gtkprogressbar.c:207 +msgid "" +"The preferred place to ellipsize the string, if the progress bar does not " +"have enough room to display the entire string, if at all." +msgstr "" +"Prednostno mesto okrajšanja niza kadar vrstica napredka nima dovolj " +"prostora za prikaz celotne niti." -#: ../gtk/gtkprogressbar.c:214 +#: gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "Razmik X" -#: ../gtk/gtkprogressbar.c:215 +#: gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "Dodaten razmik določen širini merilnika napredka." -#: ../gtk/gtkprogressbar.c:220 +#: gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "Y Razmik" -#: ../gtk/gtkprogressbar.c:221 +#: gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "Dodaten razmik določen višini merilnika napredka." -#: ../gtk/gtkprogressbar.c:234 +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "Najmanjša vodoravna širina vrstice" -#: ../gtk/gtkprogressbar.c:235 +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "Najmanjša vodoravna širina vrstice merilnika napredka dejanja." -#: ../gtk/gtkprogressbar.c:247 +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "Najmanjša vodoravna višina vrstice" -#: ../gtk/gtkprogressbar.c:248 +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "Najmanjša vodoravna višina vrstice merilnika napredka dejanja." -#: ../gtk/gtkprogressbar.c:260 +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "Najmanjša navpična širina vrstice" -#: ../gtk/gtkprogressbar.c:261 +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "Najmanjša navpična širina vrstice merilnika napredka dejanja." -#: ../gtk/gtkprogressbar.c:273 +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "Najmanjša navpična širina vrstice" -#: ../gtk/gtkprogressbar.c:274 +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "Najmanjša navpična višina vrstice merilnika napredka dejanja." -#: ../gtk/gtkradioaction.c:111 +#: gtk/gtkradioaction.c:111 msgid "The value" msgstr "Vrednost" -#: ../gtk/gtkradioaction.c:112 -msgid "The value returned by gtk_radio_action_get_current_value() when this action is the current action of its group." -msgstr "Vrnjena vrednost gtk_radio_action_get_current_value() kadar je dejanje del trenutnega dejanja izbrane skupine." +#: gtk/gtkradioaction.c:112 +msgid "" +"The value returned by gtk_radio_action_get_current_value() when this action " +"is the current action of its group." +msgstr "" +"Vrnjena vrednost gtk_radio_action_get_current_value() kadar je dejanje del " +"trenutnega dejanja izbrane skupine." -#: ../gtk/gtkradioaction.c:129 +#: gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "Skupina dejanj radio gumbov, ki jim pripada to dejanje." -#: ../gtk/gtkradioaction.c:144 +#: gtk/gtkradioaction.c:144 msgid "The current value" msgstr "Trenutna vrednost" -#: ../gtk/gtkradioaction.c:145 -msgid "The value property of the currently active member of the group to which this action belongs." -msgstr "Lastnosti vrednosti trenutno dejavnega predmeta skupine kateri dejanje pripada." +#: gtk/gtkradioaction.c:145 +msgid "" +"The value property of the currently active member of the group to which this " +"action belongs." +msgstr "" +"Lastnosti vrednosti trenutno dejavnega predmeta skupine kateri dejanje " +"pripada." -#: ../gtk/gtkradiobutton.c:83 +#: gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "Skupina radio gumbov, ki ji pripada ta gradnik." -#: ../gtk/gtkradiomenuitem.c:344 +#: gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "Skupina predmetov radio gumbov, ki ji pripada ta gradnik." -#: ../gtk/gtkradiotoolbutton.c:66 +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "Radijski gumb, čigar skupini pripada ta gumb." -#: ../gtk/gtkrange.c:358 +#: gtk/gtkrange.c:358 msgid "Update policy" msgstr "Način osveževanja" -#: ../gtk/gtkrange.c:359 +#: gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "Kako naj se osveži območje na zaslonu" -#: ../gtk/gtkrange.c:368 +#: gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "GtkAdjustment, ki vsebuje trenutno vrednost tega predmeta" -#: ../gtk/gtkrange.c:375 +#: gtk/gtkrange.c:375 msgid "Inverted" msgstr "Obrnjen" -#: ../gtk/gtkrange.c:376 +#: gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" msgstr "Obrni smeri v katerih drsniki povečujejo rang" -#: ../gtk/gtkrange.c:383 +#: gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "Občutljivost spodnjega koračnika" -#: ../gtk/gtkrange.c:384 -msgid "The sensitivity policy for the stepper that points to the adjustment's lower side" +#: gtk/gtkrange.c:384 +msgid "" +"The sensitivity policy for the stepper that points to the adjustment's lower " +"side" msgstr "Občutljivost koračnika, ki kaže na prilagojeno spodnjo stran" -#: ../gtk/gtkrange.c:392 +#: gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "Občutljivost zgornjega koračnika" -#: ../gtk/gtkrange.c:393 -msgid "The sensitivity policy for the stepper that points to the adjustment's upper side" +#: gtk/gtkrange.c:393 +msgid "" +"The sensitivity policy for the stepper that points to the adjustment's upper " +"side" msgstr "Občutljivost koračnika, ki kaže na prilagojeno zgornjo stran" -#: ../gtk/gtkrange.c:410 +#: gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "Prikaži raven polnjenja" -#: ../gtk/gtkrange.c:411 +#: gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "Ali naj bo prikazana raven polnjenja zareze." -#: ../gtk/gtkrange.c:427 +#: gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "Omejitev ravni polnjenja" -#: ../gtk/gtkrange.c:428 +#: gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "Ali naj bo omejeni zgornji rob ravni polnjenja" -#: ../gtk/gtkrange.c:443 +#: gtk/gtkrange.c:443 msgid "Fill Level" msgstr "Raven polnjenja" -#: ../gtk/gtkrange.c:444 +#: gtk/gtkrange.c:444 msgid "The fill level." msgstr "Raven polnjenja" -#: ../gtk/gtkrange.c:452 +#: gtk/gtkrange.c:452 msgid "Slider Width" msgstr "Širina drsnika" -#: ../gtk/gtkrange.c:453 +#: gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "Širina drsnika ali gumba za povečavo" -#: ../gtk/gtkrange.c:460 +#: gtk/gtkrange.c:460 msgid "Trough Border" msgstr "Zarezan rob" -#: ../gtk/gtkrange.c:461 +#: gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "Razmik med sličico/koračnikom in zarezo obrobe" -#: ../gtk/gtkrange.c:468 +#: gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "Velikost koračnika" -#: ../gtk/gtkrange.c:469 +#: gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "Dolžina koračnih gumbov na koncih" -#: ../gtk/gtkrange.c:484 +#: gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "Razmik koračnika" -#: ../gtk/gtkrange.c:485 +#: gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "Razmik med gumbi korakov in sličico" -#: ../gtk/gtkrange.c:492 +#: gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "Premik puščice po X" -#: ../gtk/gtkrange.c:493 -msgid "How far in the x direction to move the arrow when the button is depressed" +#: gtk/gtkrange.c:493 +msgid "" +"How far in the x direction to move the arrow when the button is depressed" msgstr "Kako daleč v smeri X naj se premakne puščica, ko je gumb spuščen" -#: ../gtk/gtkrange.c:500 +#: gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "Premik puščice po Y" -#: ../gtk/gtkrange.c:501 -msgid "How far in the y direction to move the arrow when the button is depressed" +#: gtk/gtkrange.c:501 +msgid "" +"How far in the y direction to move the arrow when the button is depressed" msgstr "Kako daleč v smeri Y naj se premakne puščica, ko je gumb spuščen" -#: ../gtk/gtkrange.c:509 +#: gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "Izriši drsnik kot dejaven med vlečenjem" -#: ../gtk/gtkrange.c:510 -msgid "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow IN while they are dragged" -msgstr "Izbrana možnost omogoča, da so drsniki izrisani dejavni in z senco, kadar se jih vleče." +#: gtk/gtkrange.c:510 +msgid "" +"With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " +"IN while they are dragged" +msgstr "" +"Izbrana možnost omogoča, da so drsniki izrisani dejavni in z senco, kadar se " +"jih vleče." -#: ../gtk/gtkrange.c:524 +#: gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "Podrobnosti strani zarez" -#: ../gtk/gtkrange.c:525 -msgid "When TRUE, the parts of the trough on the two sides of the slider are drawn with different details" -msgstr "Izbrana možnost omogoča, da so deli zareze na obeh straneh drsnika narisani z drugimi podrobnostmi." +#: gtk/gtkrange.c:525 +msgid "" +"When TRUE, the parts of the trough on the two sides of the slider are drawn " +"with different details" +msgstr "" +"Izbrana možnost omogoča, da so deli zareze na obeh straneh drsnika narisani " +"z drugimi podrobnostmi." -#: ../gtk/gtkrange.c:541 +#: gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "Zareza pod koračniki" -#: ../gtk/gtkrange.c:542 -msgid "Whether to draw trough for full length of range or exclude the steppers and spacing" -msgstr "Ali naj se izriše zareza skozi celotno dolžino območja oziroma se izloči koračnike in presledke" +#: gtk/gtkrange.c:542 +msgid "" +"Whether to draw trough for full length of range or exclude the steppers and " +"spacing" +msgstr "" +"Ali naj se izriše zareza skozi celotno dolžino območja oziroma se izloči " +"koračnike in presledke" -#: ../gtk/gtkrange.c:555 +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "Prilagajanje velikosti puščice" -#: ../gtk/gtkrange.c:556 +#: gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "Prilagajanje puščic v povezavi z velikostjo drsnih gumbov" -#: ../gtk/gtkrecentaction.c:616 -#: ../gtk/gtkrecentchoosermenu.c:227 +#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "Pokaži številke" -#: ../gtk/gtkrecentaction.c:617 -#: ../gtk/gtkrecentchoosermenu.c:228 +#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "Ali naj bodo elementi prikazani s številkami" -#: ../gtk/gtkrecentchooser.c:132 +#: gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "Nedavni upravljavec" -#: ../gtk/gtkrecentchooser.c:133 +#: gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "RecentManager predmet za uporabo" -#: ../gtk/gtkrecentchooser.c:147 +#: gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "Pokaži zasebno" -#: ../gtk/gtkrecentchooser.c:148 +#: gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "Ali naj bodo prikazani zasebni elementi." -#: ../gtk/gtkrecentchooser.c:161 +#: gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "Pokaži namige" -#: ../gtk/gtkrecentchooser.c:162 +#: gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "Ali naj bo nad elementom prikazan namig za uporabo ali ne" -#: ../gtk/gtkrecentchooser.c:174 +#: gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "Pokaži ikone" -#: ../gtk/gtkrecentchooser.c:175 +#: gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "Ali naj bo ob elementu prikazana ikona ali ne" -#: ../gtk/gtkrecentchooser.c:190 +#: gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "Prikaza ni mogoče najti" -#: ../gtk/gtkrecentchooser.c:191 +#: gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "Ali naj bodo prikazani gumbi, ki so povezani z neobstoječimi viri." -#: ../gtk/gtkrecentchooser.c:204 +#: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "Ali naj bo mogoče izbrati več predmetov hkrati" -#: ../gtk/gtkrecentchooser.c:217 +#: gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "Samo krajevno" -#: ../gtk/gtkrecentchooser.c:218 +#: gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "Ali naj bodo izbrani viri omejeni na krajevno datoteko: URI." -#: ../gtk/gtkrecentchooser.c:234 -#: ../gtk/gtkrecentmanager.c:229 +#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "Omejitev" -#: ../gtk/gtkrecentchooser.c:235 +#: gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "Največje število prikazanih elementov" -#: ../gtk/gtkrecentchooser.c:249 +#: gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "Vrsta razvrščanja" -#: ../gtk/gtkrecentchooser.c:250 +#: gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "Načelo razvrščanja prikazanih elementov" -#: ../gtk/gtkrecentchooser.c:265 +#: gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "Trenutni filter za izbiranje virov, ki naj bodo prikazani" -#: ../gtk/gtkrecentmanager.c:215 +#: gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "Polna pot do datoteke uporabljene za shranjevanje in branje seznama" -#: ../gtk/gtkrecentmanager.c:230 -msgid "The maximum number of items to be returned by gtk_recent_manager_get_items()" -msgstr "Največje število predmetov, ki jih izpiše gtk_recent_manager_get_items()" +#: gtk/gtkrecentmanager.c:230 +msgid "" +"The maximum number of items to be returned by gtk_recent_manager_get_items()" +msgstr "" +"Največje število predmetov, ki jih izpiše gtk_recent_manager_get_items()" -#: ../gtk/gtkrecentmanager.c:246 +#: gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "Velikost nedavno uporabljenega seznama virov" -#: ../gtk/gtkruler.c:128 +#: gtk/gtkruler.c:128 msgid "Lower" msgstr "Spodaj" -#: ../gtk/gtkruler.c:129 +#: gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "Spodnja meja ravnila" -#: ../gtk/gtkruler.c:138 +#: gtk/gtkruler.c:138 msgid "Upper" msgstr "Zgoraj" -#: ../gtk/gtkruler.c:139 +#: gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "Zgornja meja ravnila" -#: ../gtk/gtkruler.c:149 +#: gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "Položaj oznake na ravnilu" -#: ../gtk/gtkruler.c:158 +#: gtk/gtkruler.c:158 msgid "Max Size" msgstr "Največja velikost" -#: ../gtk/gtkruler.c:159 +#: gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "Največja velikost ravnila" -#: ../gtk/gtkruler.c:174 +#: gtk/gtkruler.c:174 msgid "Metric" msgstr "Merilo" -#: ../gtk/gtkruler.c:175 +#: gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "Mere za ravnilo" -#: ../gtk/gtkscale.c:201 +#: gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "Število decimalnih mest prikaza vrednosti" -#: ../gtk/gtkscale.c:210 +#: gtk/gtkscale.c:210 msgid "Draw Value" msgstr "Riši vrednost" -#: ../gtk/gtkscale.c:211 +#: gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "Ali se trenutna vrednost izpisuje kot niz poleg drsnika" -#: ../gtk/gtkscale.c:218 +#: gtk/gtkscale.c:218 msgid "Value Position" msgstr "Lega vrednosti" -#: ../gtk/gtkscale.c:219 +#: gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "Položaj, kjer se prikaže trenutna vrednost" -#: ../gtk/gtkscale.c:226 +#: gtk/gtkscale.c:226 msgid "Slider Length" msgstr "Dolžina drsnika" -#: ../gtk/gtkscale.c:227 +#: gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "Dolžina skale drsnika" -#: ../gtk/gtkscale.c:235 +#: gtk/gtkscale.c:235 msgid "Value spacing" msgstr "Presledek vrednosti" -#: ../gtk/gtkscale.c:236 +#: gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "Prostor med besedilom vrednosti in območjem drsnika in zareze" -#: ../gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Vrednost prilagoditve velikosti" -#: ../gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Velikost ikon" -#: ../gtk/gtkscalebutton.c:224 -msgid "The GtkAdjustment that contains the current value of this scale button object" +#: gtk/gtkscalebutton.c:226 +msgid "" +"The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment, ki vsebuje trenutno vrednost velikosti predmeta gumba." -#: ../gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Ikone" -#: ../gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Seznam imen ikon" -#: ../gtk/gtkscrollbar.c:51 +#: gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "Najmanjša dolžina drsnika" -#: ../gtk/gtkscrollbar.c:52 +#: gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "Najmanjša dolžina drsnika" -#: ../gtk/gtkscrollbar.c:60 +#: gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "Nespremenljiva velikost drsnika" -#: ../gtk/gtkscrollbar.c:61 +#: gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "Ne spreminjaj velikosti drsnika, le zakleni jo na najmanjšo vrednost" -#: ../gtk/gtkscrollbar.c:82 -msgid "Display a second backward arrow button on the opposite end of the scrollbar" +#: gtk/gtkscrollbar.c:82 +msgid "" +"Display a second backward arrow button on the opposite end of the scrollbar" msgstr "Pokaži gumb za drugotni korak nazaj na drugem koncu drsnika" -#: ../gtk/gtkscrollbar.c:89 -msgid "Display a second forward arrow button on the opposite end of the scrollbar" +#: gtk/gtkscrollbar.c:89 +msgid "" +"Display a second forward arrow button on the opposite end of the scrollbar" msgstr "Pokaži drugo puščico na drugem koncu drsnika" -#: ../gtk/gtkscrolledwindow.c:218 -#: ../gtk/gtktext.c:545 -#: ../gtk/gtktreeview.c:578 +#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "Vodoravna prilagoditev" -#: ../gtk/gtkscrolledwindow.c:225 -#: ../gtk/gtktext.c:553 -#: ../gtk/gtktreeview.c:586 +#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "Navpična prilagoditev" -#: ../gtk/gtkscrolledwindow.c:232 +#: gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "Obnašanje vodoravnega drsnika" -#: ../gtk/gtkscrolledwindow.c:233 +#: gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "Kdaj je prikazan vodoravni drsnik" -#: ../gtk/gtkscrolledwindow.c:240 +#: gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "Vedenje navpičnega drsnika" -#: ../gtk/gtkscrolledwindow.c:241 +#: gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "Kdaj je prikazan navpični drsnik" -#: ../gtk/gtkscrolledwindow.c:249 +#: gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "Postavitev okna" -#: ../gtk/gtkscrolledwindow.c:250 -msgid "Where the contents are located with respect to the scrollbars. This property only takes effect if \"window-placement-set\" is TRUE." -msgstr "Kje leži vsebina glede na drsnike. Možnost je dejavna le, če je izbrana tudi možnost \"window-placement-set\"." +#: gtk/gtkscrolledwindow.c:250 +msgid "" +"Where the contents are located with respect to the scrollbars. This property " +"only takes effect if \"window-placement-set\" is TRUE." +msgstr "" +"Kje leži vsebina glede na drsnike. Možnost je dejavna le, če je izbrana tudi " +"možnost \"window-placement-set\"." -#: ../gtk/gtkscrolledwindow.c:267 +#: gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "Postavitev okna" -#: ../gtk/gtkscrolledwindow.c:268 -msgid "Whether \"window-placement\" should be used to determine the location of the contents with respect to the scrollbars." -msgstr "Ali naj bo uporabljena možnost \"window-placement\" pri določevanju vsebine glede na drsnike" +#: gtk/gtkscrolledwindow.c:268 +msgid "" +"Whether \"window-placement\" should be used to determine the location of the " +"contents with respect to the scrollbars." +msgstr "" +"Ali naj bo uporabljena možnost \"window-placement\" pri določevanju vsebine " +"glede na drsnike" -#: ../gtk/gtkscrolledwindow.c:274 +#: gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "Vrsta sence" -#: ../gtk/gtkscrolledwindow.c:275 +#: gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "Vrsta obrobe okoli vsebine" -#: ../gtk/gtkscrolledwindow.c:289 +#: gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "Drsniki znotraj vogalnice" -#: ../gtk/gtkscrolledwindow.c:290 +#: gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "Postavi drsnike znotraj vogalnice drsečega okna" -#: ../gtk/gtkscrolledwindow.c:296 +#: gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "Prostor do drsnika" -#: ../gtk/gtkscrolledwindow.c:297 +#: gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "Število slikovnih točk med drsnikom in drsenim oknom" -#: ../gtk/gtkscrolledwindow.c:312 +#: gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "Postavitev drsečega okna" -#: ../gtk/gtkscrolledwindow.c:313 -msgid "Where the contents of scrolled windows are located with respect to the scrollbars, if not overridden by the scrolled window's own placement." -msgstr "Kje leži vsebina glede okna glede na drsnike, kadar ni prevzeto preko lege drsnega okna." +#: gtk/gtkscrolledwindow.c:313 +msgid "" +"Where the contents of scrolled windows are located with respect to the " +"scrollbars, if not overridden by the scrolled window's own placement." +msgstr "" +"Kje leži vsebina glede okna glede na drsnike, kadar ni prevzeto preko lege " +"drsnega okna." -#: ../gtk/gtkseparatortoolitem.c:105 +#: gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "Nariši" -#: ../gtk/gtkseparatortoolitem.c:106 +#: gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "Ali so ločnice narisane ali le prazne" -#: ../gtk/gtksettings.c:215 +#: gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "Čas dvojnega klika" -#: ../gtk/gtksettings.c:216 -msgid "Maximum time allowed between two clicks for them to be considered a double click (in milliseconds)" -msgstr "Največji dovoljen čas med dvema klikoma, da se smatrata za dvoklik (v milisekundah)" +#: gtk/gtksettings.c:216 +msgid "" +"Maximum time allowed between two clicks for them to be considered a double " +"click (in milliseconds)" +msgstr "" +"Največji dovoljen čas med dvema klikoma, da se smatrata za dvoklik (v " +"milisekundah)" -#: ../gtk/gtksettings.c:223 +#: gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "Razdalja dvojnega klika" -#: ../gtk/gtksettings.c:224 -msgid "Maximum distance allowed between two clicks for them to be considered a double click (in pixels)" -msgstr "Največji dovoljena razdalja med dvema klikoma, da se dejanje obravnava kot dvoklik (v točkah)" +#: gtk/gtksettings.c:224 +msgid "" +"Maximum distance allowed between two clicks for them to be considered a " +"double click (in pixels)" +msgstr "" +"Največji dovoljena razdalja med dvema klikoma, da se dejanje obravnava kot " +"dvoklik (v točkah)" -#: ../gtk/gtksettings.c:240 +#: gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "Utripanje kazalca" -#: ../gtk/gtksettings.c:241 +#: gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "Ali naj kazalec utripa" -#: ../gtk/gtksettings.c:248 +#: gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "Čas utripanja kazalca" -#: ../gtk/gtksettings.c:249 +#: gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "Dolžina cikla utripanja kazalca, v milisekundah" -#: ../gtk/gtksettings.c:268 +#: gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "Časovni zamik utripanja kazalca" -#: ../gtk/gtksettings.c:269 +#: gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "Čas po katerem kazalec preheha utripati, v milisekundah" -#: ../gtk/gtksettings.c:276 +#: gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "Razdeljeni kazalec" -#: ../gtk/gtksettings.c:277 -msgid "Whether two cursors should be displayed for mixed left-to-right and right-to-left text" -msgstr "Ali naj bosta pri mešanem besedilu prikazana dva kazalca ločeno za besedilo od leve-proti-desni in od desne-proti-levi." +#: gtk/gtksettings.c:277 +msgid "" +"Whether two cursors should be displayed for mixed left-to-right and right-to-" +"left text" +msgstr "" +"Ali naj bosta pri mešanem besedilu prikazana dva kazalca ločeno za besedilo " +"od leve-proti-desni in od desne-proti-levi." -#: ../gtk/gtksettings.c:284 +#: gtk/gtksettings.c:284 msgid "Theme Name" msgstr "Ime teme" -#: ../gtk/gtksettings.c:285 +#: gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "Ime datoteke teme RC, ki naj se naloži" -#: ../gtk/gtksettings.c:293 +#: gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "Ime teme ikon" -#: ../gtk/gtksettings.c:294 +#: gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "Ime uporabljene teme ikon" -#: ../gtk/gtksettings.c:302 +#: gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "Povrnitveno ime ikone teme" -#: ../gtk/gtksettings.c:303 +#: gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "Ime povrnitvene ikone teme" -#: ../gtk/gtksettings.c:311 +#: gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "Ime tipkovne teme" -#: ../gtk/gtksettings.c:312 +#: gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "Ime datoteke tipkovne teme RC, ki naj se naloži" -#: ../gtk/gtksettings.c:320 +#: gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "Pospeševalnik menijev" -#: ../gtk/gtksettings.c:321 +#: gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "Tipkovna bližnjica, ki zažene menijsko vrstico" -#: ../gtk/gtksettings.c:329 +#: gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "Prag vlečenja" -#: ../gtk/gtksettings.c:330 +#: gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" -msgstr "Koliko slikovnih točk se lahko premakne kazalec, preden je to obravnavano kot vleka" +msgstr "" +"Koliko slikovnih točk se lahko premakne kazalec, preden je to obravnavano " +"kot vleka" -#: ../gtk/gtksettings.c:338 +#: gtk/gtksettings.c:338 msgid "Font Name" msgstr "Ime pisave" -#: ../gtk/gtksettings.c:339 +#: gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "Ime privzete pisave" -#: ../gtk/gtksettings.c:361 +#: gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "Velikosti ikon" -#: ../gtk/gtksettings.c:362 +#: gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "Seznam velikosti ikon (gtk-menu=16,16;gtk-button=20,20..." -#: ../gtk/gtksettings.c:370 +#: gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "Moduli GTK" -#: ../gtk/gtksettings.c:371 +#: gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "Seznam trenutno dejavnih modulov GTK" -#: ../gtk/gtksettings.c:380 +#: gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Glajenje robov Xft" -#: ../gtk/gtksettings.c:381 +#: gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "Ali se gladijo tudi Xft pisave; 0=ne, 1=da, -1=privzeto" -#: ../gtk/gtksettings.c:390 +#: gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Xft prilagoditev" -#: ../gtk/gtksettings.c:391 +#: gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "Ali se prilagodijo tudi Xft pisave; 0=ne, 1=da, -1=privzeto" -#: ../gtk/gtksettings.c:400 +#: gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Slog prilagajanja Xft" -#: ../gtk/gtksettings.c:401 -msgid "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" -msgstr "Raven prilagajanja pivave; hintnone, hintslight, hintmedium, or hintfull" +#: gtk/gtksettings.c:401 +msgid "" +"What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" +msgstr "" +"Raven prilagajanja pivave; hintnone, hintslight, hintmedium, or hintfull" -#: ../gtk/gtksettings.c:410 +#: gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "RGBA Xft" -#: ../gtk/gtksettings.c:411 +#: gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "Vrsta podtočkovnega glajenja robov; brez, rgb, bgr, vrgb, vbgr" -#: ../gtk/gtksettings.c:420 +#: gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "DPI Xft" -#: ../gtk/gtksettings.c:421 +#: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" -msgstr "Ločljivost Xft pisave, v 1024 * točk/palec. -1 za uporabo privzete vrednosti." +msgstr "" +"Ločljivost Xft pisave, v 1024 * točk/palec. -1 za uporabo privzete vrednosti." -#: ../gtk/gtksettings.c:430 +#: gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "Ime teme kazalcev" -#: ../gtk/gtksettings.c:431 +#: gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" -msgstr "Ime privzeto uporabljene teme kazalnika; vrednost NULL za privzeto temo" +msgstr "" +"Ime privzeto uporabljene teme kazalnika; vrednost NULL za privzeto temo" -#: ../gtk/gtksettings.c:439 +#: gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "Velikost teme kazalcev" -#: ../gtk/gtksettings.c:440 +#: gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "Določitev velikosti kazalnika, vrednost 0 je privzeta vrednost" -#: ../gtk/gtksettings.c:450 +#: gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "Alternativni razpored gumbov" -#: ../gtk/gtksettings.c:451 +#: gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" -msgstr "Ali naj gumbi v pogovornih oknih uporabljajo drugačen način razvrstitve gumbov" +msgstr "" +"Ali naj gumbi v pogovornih oknih uporabljajo drugačen način razvrstitve " +"gumbov" -#: ../gtk/gtksettings.c:468 +#: gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "Alternativna razporeditev smeri razvrščanja" -#: ../gtk/gtksettings.c:469 -msgid "Whether the direction of the sort indicators in list and tree views is inverted compared to the default (where down means ascending)" -msgstr "Ali je smer določeval razvrščanja v seznamu in drevesnih pogledih obrnjena v primerjavi s privzeto vrednostjo (navzdol pomeni naraščajoče)" +#: gtk/gtksettings.c:469 +msgid "" +"Whether the direction of the sort indicators in list and tree views is " +"inverted compared to the default (where down means ascending)" +msgstr "" +"Ali je smer določeval razvrščanja v seznamu in drevesnih pogledih obrnjena v " +"primerjavi s privzeto vrednostjo (navzdol pomeni naraščajoče)" -#: ../gtk/gtksettings.c:477 +#: gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "Prikaži meni 'Vhodni načini'" -#: ../gtk/gtksettings.c:478 -msgid "Whether the context menus of entries and text views should offer to change the input method" -msgstr "Ali naj vsebinski meniji vnosov in pogledov besedila ponudijo možnost spreminjanja vhodnega načina" +#: gtk/gtksettings.c:478 +msgid "" +"Whether the context menus of entries and text views should offer to change " +"the input method" +msgstr "" +"Ali naj vsebinski meniji vnosov in pogledov besedila ponudijo možnost " +"spreminjanja vhodnega načina" -#: ../gtk/gtksettings.c:486 +#: gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "Prikaži 'Vstavi Unicode nadzorni znak' meni" -#: ../gtk/gtksettings.c:487 -msgid "Whether the context menus of entries and text views should offer to insert control characters" -msgstr "Ali naj vsebinski meniji vnosov in pogledov besedila ponudijo možnost vstavljanja nadzornih znakov" +#: gtk/gtksettings.c:487 +msgid "" +"Whether the context menus of entries and text views should offer to insert " +"control characters" +msgstr "" +"Ali naj vsebinski meniji vnosov in pogledov besedila ponudijo možnost " +"vstavljanja nadzornih znakov" -#: ../gtk/gtksettings.c:495 +#: gtk/gtksettings.c:495 msgid "Start timeout" msgstr "Zagonska zakasnitev" -#: ../gtk/gtksettings.c:496 +#: gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "Začetna vrednost za časovni zamik, kadar je gumb pritisnjen." -#: ../gtk/gtksettings.c:505 +#: gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "Ponovi zakasnitev" -#: ../gtk/gtksettings.c:506 +#: gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "Ponovi vrednost časovnih zamikov, kadar je pritisnjen gumb" -#: ../gtk/gtksettings.c:515 +#: gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "Časovni zamik razširitve" -#: ../gtk/gtksettings.c:516 +#: gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "Časovni zamik za razširitve kadar gradnik razširi novo območje" -#: ../gtk/gtksettings.c:551 +#: gtk/gtksettings.c:551 msgid "Color scheme" msgstr "Barvna shema" -#: ../gtk/gtksettings.c:552 +#: gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "Paleta imenovanih barv za uporabo v temah" -#: ../gtk/gtksettings.c:561 +#: gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "Omogoči animacije" -#: ../gtk/gtksettings.c:562 +#: gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "Ali naj bodo omogočene toolkit-wide animacije." -#: ../gtk/gtksettings.c:580 +#: gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "Omogoči na dotik občutljivi zaslonski način" -#: ../gtk/gtksettings.c:581 +#: gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "Izbrana možnost omogoča, da ni obvestil o dogodkih gibanja." -#: ../gtk/gtksettings.c:598 +#: gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "Časovni zamik namigov" -#: ../gtk/gtksettings.c:599 +#: gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "Časovni zamik preden se pokaže namig orodja" -#: ../gtk/gtksettings.c:624 +#: gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "Časovni zamik brskanja namigov" -#: ../gtk/gtksettings.c:625 +#: gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "Časovni zamik namigov preden se omogoči brskalni način" -#: ../gtk/gtksettings.c:646 +#: gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "Časovni zamik načina brskanja namigov" -#: ../gtk/gtksettings.c:647 +#: gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "Časovni zamik preden se onemogoči brskalni način" -#: ../gtk/gtksettings.c:666 +#: gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "Le tipkovno krmiljenje" -#: ../gtk/gtksettings.c:667 +#: gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" -msgstr "Izbrana možnost omogoča, da so na voljo le krmilne tipke za upravljanje z gradniki" +msgstr "" +"Izbrana možnost omogoča, da so na voljo le krmilne tipke za upravljanje z " +"gradniki" -#: ../gtk/gtksettings.c:684 +#: gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "Zavijanje tipkovnice" -#: ../gtk/gtksettings.c:685 +#: gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "Ali naj se zavije pri gradnikih krmiljenja tipkovnice" -#: ../gtk/gtksettings.c:705 +#: gtk/gtksettings.c:705 msgid "Error Bell" msgstr "Pisk napake" -#: ../gtk/gtksettings.c:706 +#: gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "Izbrana možnost omogoča, da napako sistem javi tudi s piskom" -#: ../gtk/gtksettings.c:723 +#: gtk/gtksettings.c:723 msgid "Color Hash" msgstr "Barvno razršilo" -#: ../gtk/gtksettings.c:724 +#: gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "Preglednica razpršil barvne sheme" -#: ../gtk/gtksettings.c:732 +#: gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "Privzeta hrbtenica izbirnika datotek" -#: ../gtk/gtksettings.c:733 +#: gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "Ime privzeto uporabljene GtkFileChooser hrbtenice" -#: ../gtk/gtksettings.c:750 +#: gtk/gtksettings.c:750 msgid "Default print backend" msgstr "Privzeta hrbtenica tiskanja" -#: ../gtk/gtksettings.c:751 +#: gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "Seznam privzeto uporabljene GtkPrintBackend hrbtenice" -#: ../gtk/gtksettings.c:774 +#: gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "Privzeti ukaz, ki naj se izvede ob prikazu predogleda tiskanja" -#: ../gtk/gtksettings.c:775 +#: gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "Ukaz, ki naj se izvede, ko se prikaže predogled tiskanja" -#: ../gtk/gtksettings.c:791 +#: gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "Omogoči pospeševalne tipke" -#: ../gtk/gtksettings.c:792 +#: gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "Ali naj oznake vsebujejo pospeševalne tipke menija" -#: ../gtk/gtksettings.c:808 +#: gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "Omogoči pospeševalnike" -#: ../gtk/gtksettings.c:809 +#: gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "Ali naj imajo predmeti menija pospeševalnike" -#: ../gtk/gtksettings.c:826 +#: gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "Omejitev nedavnih datotek" -#: ../gtk/gtksettings.c:827 +#: gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "Število nazadnje uporabljenih datotek" -#: ../gtk/gtksettings.c:845 +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "Privzeta IM enota" -#: ../gtk/gtksettings.c:846 +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "Katera IM enota naj bo privzeto uporabljena" -#: ../gtk/gtksettings.c:864 +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "Nedavna največja starost datotek" -#: ../gtk/gtksettings.c:865 +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "Največja starost nedavno uporabljenih datotek v dneh" -#: ../gtk/gtksettings.c:874 +#: gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Časovni žig nastavitev Fontconfig" -#: ../gtk/gtksettings.c:875 +#: gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "Časovni žig trenutne nastavitve fontconfig" -#: ../gtk/gtksettings.c:897 +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "Ime zvočne teme" -#: ../gtk/gtksettings.c:898 +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "Ime XDG zvočne teme" #. Translators: this means sounds that are played as feedback to user input -#: ../gtk/gtksettings.c:920 +#: gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "Dovod zvočnega odziva" -#: ../gtk/gtksettings.c:921 +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "Ali se predvajajo zvočni odzivi na uporabnikove vnose" -#: ../gtk/gtksettings.c:942 +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "Omogoči zvočno javljanje dogodkov" -#: ../gtk/gtksettings.c:943 +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "Ali naj se predvajajo zvoki dogodkov" -#: ../gtk/gtksettings.c:958 +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "Omogoči namige" -#: ../gtk/gtksettings.c:959 +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "Ali naj se prikažejo namigi na gradnikih" -#: ../gtk/gtksizegroup.c:293 +#: gtk/gtksizegroup.c:293 msgid "Mode" msgstr "Način" -#: ../gtk/gtksizegroup.c:294 -msgid "The directions in which the size group affects the requested sizes of its component widgets" -msgstr "Smeri v katerih velikostna skupina vpliva na želene velikosti njenih gradnikov" +#: gtk/gtksizegroup.c:294 +msgid "" +"The directions in which the size group affects the requested sizes of its " +"component widgets" +msgstr "" +"Smeri v katerih velikostna skupina vpliva na želene velikosti njenih " +"gradnikov" -#: ../gtk/gtksizegroup.c:310 +#: gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "Prezri skrite" -#: ../gtk/gtksizegroup.c:311 -msgid "If TRUE, unmapped widgets are ignored when determining the size of the group" -msgstr "Izbrana možnost omogoča, da so pri določanju velikosti skupine gradniki, ki niso preslikani, prezrti." +#: gtk/gtksizegroup.c:311 +msgid "" +"If TRUE, unmapped widgets are ignored when determining the size of the group" +msgstr "" +"Izbrana možnost omogoča, da so pri določanju velikosti skupine gradniki, ki " +"niso preslikani, prezrti." -#: ../gtk/gtkspinbutton.c:209 +#: gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "Prilagoditev, ki drži vrednost vrtilnega gumba" -#: ../gtk/gtkspinbutton.c:216 +#: gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "Pospešek" -#: ../gtk/gtkspinbutton.c:236 +#: gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "Preskoči na vrednosti" -#: ../gtk/gtkspinbutton.c:237 -msgid "Whether erroneous values are automatically changed to a spin button's nearest step increment" -msgstr "Ali nepravilne vrednosti samodejno preskočijo na najbližje povečave korakov vrtilnega gumba" +#: gtk/gtkspinbutton.c:237 +msgid "" +"Whether erroneous values are automatically changed to a spin button's " +"nearest step increment" +msgstr "" +"Ali nepravilne vrednosti samodejno preskočijo na najbližje povečave korakov " +"vrtilnega gumba" -#: ../gtk/gtkspinbutton.c:244 +#: gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "Številke" -#: ../gtk/gtkspinbutton.c:245 +#: gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "Ali so neštevilčne vrednosti prezrte" -#: ../gtk/gtkspinbutton.c:252 +#: gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "Prelomi" -#: ../gtk/gtkspinbutton.c:253 +#: gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "Ali naj vrtilni gumb naredi prelom, ko doseže svojo mejo" -#: ../gtk/gtkspinbutton.c:260 +#: gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "Način posodabljanja" -#: ../gtk/gtkspinbutton.c:261 -msgid "Whether the spin button should update always, or only when the value is legal" -msgstr "Ali naj se vrtilni gumb posodablja vedno, ali le takrat kadar je vrednost dovoljena" +#: gtk/gtkspinbutton.c:261 +msgid "" +"Whether the spin button should update always, or only when the value is legal" +msgstr "" +"Ali naj se vrtilni gumb posodablja vedno, ali le takrat kadar je vrednost " +"dovoljena" -#: ../gtk/gtkspinbutton.c:270 +#: gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "Prebere trenutno vrednost ali nastavi novo" -#: ../gtk/gtkspinbutton.c:279 +#: gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "Slog vogalnice okoli krožnih gumbov" -#: ../gtk/gtkstatusbar.c:141 +#: gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "Vsebuje oprijemalnik velikosti" -#: ../gtk/gtkstatusbar.c:142 +#: gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "Ali ima vrstica stanja oprijemalnik za spreminjanje velikosti okna" -#: ../gtk/gtkstatusbar.c:187 +#: gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "Slog vogalnice okoli besedila vrstice stanja" -#: ../gtk/gtkstatusicon.c:268 +#: gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "Velikost ikone" -#: ../gtk/gtkstatusicon.c:278 +#: gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "Zaslon, na katerem bo prikazana ikona stanja" -#: ../gtk/gtkstatusicon.c:285 +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "Utripanje" -#: ../gtk/gtkstatusicon.c:286 +#: gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "Ali naj ikona stanja utripa" -#: ../gtk/gtkstatusicon.c:294 +#: gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "Ali naj bo ikona stanja vidna" -#: ../gtk/gtkstatusicon.c:310 +#: gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "Ali naj bo ikona stanja vstavljena" -#: ../gtk/gtkstatusicon.c:326 -#: ../gtk/gtktrayicon-x11.c:111 +#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "Usmeritev pladnja." -#: ../gtk/gtkstatusicon.c:353 -#: ../gtk/gtkwidget.c:632 +#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "Vsebuje namig" -#: ../gtk/gtkstatusicon.c:354 +#: gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" msgstr "Ali ima gradnik določen namig" -#: ../gtk/gtkstatusicon.c:375 -#: ../gtk/gtkwidget.c:653 +#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 msgid "Tooltip Text" msgstr "Besedilo namiga" -#: ../gtk/gtkstatusicon.c:376 -#: ../gtk/gtkwidget.c:654 -#: ../gtk/gtkwidget.c:675 +#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 msgid "The contents of the tooltip for this widget" msgstr "Vsebina namiga gradnika" -#: ../gtk/gtkstatusicon.c:399 -#: ../gtk/gtkwidget.c:674 +#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674 msgid "Tooltip markup" msgstr "Oblika namiga" -#: ../gtk/gtkstatusicon.c:400 +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "Vsebina namiga za ikono v sistemski vrstici" -#: ../gtk/gtktable.c:129 +#: gtk/gtktable.c:129 msgid "Rows" msgstr "Vrstice" -#: ../gtk/gtktable.c:130 +#: gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "Število vrstic v razpredelnici" -#: ../gtk/gtktable.c:138 +#: gtk/gtktable.c:138 msgid "Columns" msgstr "Stolpci" -#: ../gtk/gtktable.c:139 +#: gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "Število stolpcev v razpredelnici" -#: ../gtk/gtktable.c:147 +#: gtk/gtktable.c:147 msgid "Row spacing" msgstr "Prostor med vrsticami" -#: ../gtk/gtktable.c:148 +#: gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "Količina prostora med zaporednima vrsticama" -#: ../gtk/gtktable.c:156 +#: gtk/gtktable.c:156 msgid "Column spacing" msgstr "Prostor med stolpci" -#: ../gtk/gtktable.c:157 +#: gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "Količina prostora med zaporednima stolpcema" -#: ../gtk/gtktable.c:166 +#: gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "Izbrana možnost omogoča, da imajo vse celice enako višino in širino" -#: ../gtk/gtktable.c:173 +#: gtk/gtktable.c:173 msgid "Left attachment" msgstr "Leva priponka" -#: ../gtk/gtktable.c:180 +#: gtk/gtktable.c:180 msgid "Right attachment" msgstr "Desna priloga" -#: ../gtk/gtktable.c:181 +#: gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "Številka stolpca, ki naj se pripoji desni strani podrejenega gradnika" -#: ../gtk/gtktable.c:187 +#: gtk/gtktable.c:187 msgid "Top attachment" msgstr "Vrhnja priloga" -#: ../gtk/gtktable.c:188 +#: gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" -msgstr "Številka vrstice, ki naj se pripoji zgornji strani podrejenega gradnika" +msgstr "" +"Številka vrstice, ki naj se pripoji zgornji strani podrejenega gradnika" -#: ../gtk/gtktable.c:194 +#: gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "Spodnja priloga" -#: ../gtk/gtktable.c:201 +#: gtk/gtktable.c:201 msgid "Horizontal options" msgstr "Vodoravne možnosti" -#: ../gtk/gtktable.c:202 +#: gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "Možnosti, ki določajo vodoravno obnašanje podrejenega predmeta" -#: ../gtk/gtktable.c:208 +#: gtk/gtktable.c:208 msgid "Vertical options" msgstr "Navpične možnosti" -#: ../gtk/gtktable.c:209 +#: gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "Možnosti, ki določajo navpično obnašanje podrejenega predmeta" -#: ../gtk/gtktable.c:215 +#: gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "Vodoravno polnjenje" -#: ../gtk/gtktable.c:216 -msgid "Extra space to put between the child and its left and right neighbors, in pixels" -msgstr "Količina prostora, ki naj se doda med podrejeni predmeta in njegove leve in desne sosede, v točkah" +#: gtk/gtktable.c:216 +msgid "" +"Extra space to put between the child and its left and right neighbors, in " +"pixels" +msgstr "" +"Količina prostora, ki naj se doda med podrejeni predmeta in njegove leve in " +"desne sosede, v točkah" -#: ../gtk/gtktable.c:222 +#: gtk/gtktable.c:222 msgid "Vertical padding" msgstr "Navpično polnjenje" -#: ../gtk/gtktable.c:223 -msgid "Extra space to put between the child and its upper and lower neighbors, in pixels" -msgstr "Količina prostora, ki naj se doda med podrejeni predmet in njegove zgornje in spodnje sosede, v točkah" +#: gtk/gtktable.c:223 +msgid "" +"Extra space to put between the child and its upper and lower neighbors, in " +"pixels" +msgstr "" +"Količina prostora, ki naj se doda med podrejeni predmet in njegove zgornje " +"in spodnje sosede, v točkah" -#: ../gtk/gtktext.c:546 +#: gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "Vodoravna prilagoditev za gradnik besedila" -#: ../gtk/gtktext.c:554 +#: gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "Navpična prilagoditev za gradnik besedila" -#: ../gtk/gtktext.c:561 +#: gtk/gtktext.c:561 msgid "Line Wrap" msgstr "Prelomi vrstice" -#: ../gtk/gtktext.c:562 +#: gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "Ali se na robu gradnika vrstice lomijo" -#: ../gtk/gtktext.c:569 +#: gtk/gtktext.c:569 msgid "Word Wrap" msgstr "Prelomi besede" -#: ../gtk/gtktext.c:570 +#: gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "Ali se besede lomijo na koncu gradnika" -#: ../gtk/gtktextbuffer.c:180 +#: gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "Razpredelnica oznak" -#: ../gtk/gtktextbuffer.c:181 +#: gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "Besedilo razpredelnice oznak" -#: ../gtk/gtktextbuffer.c:199 +#: gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "Trenutno besedilo medpomnilnika" -#: ../gtk/gtktextbuffer.c:213 +#: gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "Vsebuje izbrano" -#: ../gtk/gtktextbuffer.c:214 +#: gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "Ali vsebuje medpomnilnik trenutno izbrano besedilo" -#: ../gtk/gtktextbuffer.c:230 +#: gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "Lega kazalca" -#: ../gtk/gtktextbuffer.c:231 -msgid "The position of the insert mark (as offset from the beginning of the buffer)" +#: gtk/gtktextbuffer.c:231 +msgid "" +"The position of the insert mark (as offset from the beginning of the buffer)" msgstr "Lega oznake vstavljanja (kot zamik od začetka medpomnilnika)" -#: ../gtk/gtktextbuffer.c:246 +#: gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "Kopiraj seznam ciljev" -#: ../gtk/gtktextbuffer.c:247 -msgid "The list of targets this buffer supports for clipboard copying and DND source" -msgstr "Seznam ciljev katerih medpomnilnik podpira možnost kopiraj v odložišče in DND vire." +#: gtk/gtktextbuffer.c:247 +msgid "" +"The list of targets this buffer supports for clipboard copying and DND source" +msgstr "" +"Seznam ciljev katerih medpomnilnik podpira možnost kopiraj v odložišče in " +"DND vire." -#: ../gtk/gtktextbuffer.c:262 +#: gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "Prilepi seznam ciljev" -#: ../gtk/gtktextbuffer.c:263 -msgid "The list of targets this buffer supports for clipboard pasting and DND destination" -msgstr "Seznam ciljev katerih medpomnilnik podpira možnost prilepi v odložišče in DND cilje." +#: gtk/gtktextbuffer.c:263 +msgid "" +"The list of targets this buffer supports for clipboard pasting and DND " +"destination" +msgstr "" +"Seznam ciljev katerih medpomnilnik podpira možnost prilepi v odložišče in " +"DND cilje." -#: ../gtk/gtktextmark.c:90 +#: gtk/gtktextmark.c:90 msgid "Mark name" msgstr "Ime oznake" -#: ../gtk/gtktextmark.c:97 +#: gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "Leva težnost" -#: ../gtk/gtktextmark.c:98 +#: gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "Ali ima oznaka levo težnost" -#: ../gtk/gtktexttag.c:173 +#: gtk/gtktexttag.c:173 msgid "Tag name" msgstr "Ime značke" -#: ../gtk/gtktexttag.c:174 +#: gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "Ime za značke besedila. NULL za neimenovane značke" -#: ../gtk/gtktexttag.c:192 +#: gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "Barva ozadja kot (po možnosti ni rezerviran) GdkColor" -#: ../gtk/gtktexttag.c:199 +#: gtk/gtktexttag.c:199 msgid "Background full height" msgstr "Polna višina ozadja" -#: ../gtk/gtktexttag.c:200 -msgid "Whether the background color fills the entire line height or only the height of the tagged characters" -msgstr "Ali barva ozadja napolni celotno višino vrstice ali le višino označenih znakov" +#: gtk/gtktexttag.c:200 +msgid "" +"Whether the background color fills the entire line height or only the height " +"of the tagged characters" +msgstr "" +"Ali barva ozadja napolni celotno višino vrstice ali le višino označenih " +"znakov" -#: ../gtk/gtktexttag.c:208 +#: gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "Maska ozadja" -#: ../gtk/gtktexttag.c:209 +#: gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "Maska, ki naj se uporabi ob risanju besedila na ozadje" -#: ../gtk/gtktexttag.c:226 +#: gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "Barva ospredja kot (po možnosti ni rezerviran) GdkColor" -#: ../gtk/gtktexttag.c:234 +#: gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "Maska ospredja" -#: ../gtk/gtktexttag.c:235 +#: gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "Maska, ki naj se uporabi ob risanju besedila na ospredje" -#: ../gtk/gtktexttag.c:242 +#: gtk/gtktexttag.c:242 msgid "Text direction" msgstr "Smer besedila" -#: ../gtk/gtktexttag.c:243 +#: gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "Smer besedila, npr. desna-proti-levi ali leva-proti-desni" -#: ../gtk/gtktexttag.c:292 +#: gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "Slog pisave kot PangoStyle, npr: PANGO_STYLE_ITALIC" -#: ../gtk/gtktexttag.c:301 +#: gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" msgstr "Različica pisave kot PangoVariant, npr.: PANGO_VArIANT_SMALL_CAPS" -#: ../gtk/gtktexttag.c:310 -msgid "Font weight as an integer, see predefined values in PangoWeight; for example, PANGO_WEIGHT_BOLD" -msgstr "Teža pisave kot številka, poglejte preddefinirane vrednosti v PangoWeight; npr.: PANGO_WEIGHT_BOLD" +#: gtk/gtktexttag.c:310 +msgid "" +"Font weight as an integer, see predefined values in PangoWeight; for " +"example, PANGO_WEIGHT_BOLD" +msgstr "" +"Teža pisave kot številka, poglejte preddefinirane vrednosti v PangoWeight; " +"npr.: PANGO_WEIGHT_BOLD" -#: ../gtk/gtktexttag.c:321 +#: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "Razteg pisave kot PangoStretch, npr.: PAnGO_STRECTH_CONDENSED" -#: ../gtk/gtktexttag.c:330 +#: gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "Velikost pisave v enotah Pango" -#: ../gtk/gtktexttag.c:340 -msgid "Font size as a scale factor relative to the default font size. This properly adapts to theme changes etc. so is recommended. Pango predefines some scales such as PANGO_SCALE_X_LARGE" -msgstr "Velikost pisave kot faktor povečave relativen na privzeto velikost pisave. Ta lastnost se prilagaja na nastavitve teme, zato je priporočena. Pango v naprej navede nekatere faktorje, npr.: PANGO_SCALE_X_LARGE" +#: gtk/gtktexttag.c:340 +msgid "" +"Font size as a scale factor relative to the default font size. This properly " +"adapts to theme changes etc. so is recommended. Pango predefines some scales " +"such as PANGO_SCALE_X_LARGE" +msgstr "" +"Velikost pisave kot faktor povečave relativen na privzeto velikost pisave. " +"Ta lastnost se prilagaja na nastavitve teme, zato je priporočena. Pango v " +"naprej navede nekatere faktorje, npr.: PANGO_SCALE_X_LARGE" -#: ../gtk/gtktexttag.c:360 -#: ../gtk/gtktextview.c:591 +#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "Poravnava levo, desno ali po sredini" -#: ../gtk/gtktexttag.c:379 -msgid "The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If not set, an appropriate default will be used." -msgstr "Jezik v katerem je to besedilo napisano, v obliki kode ISO. Pango lahko uporabi to kot namig ob upodabljanju besedila. Če parameter ni nastavljen, bo uporabljena privzeta vrednost." +#: gtk/gtktexttag.c:379 +msgid "" +"The language this text is in, as an ISO code. Pango can use this as a hint " +"when rendering the text. If not set, an appropriate default will be used." +msgstr "" +"Jezik v katerem je to besedilo napisano, v obliki kode ISO. Pango lahko " +"uporabi to kot namig ob upodabljanju besedila. Če parameter ni nastavljen, " +"bo uporabljena privzeta vrednost." -#: ../gtk/gtktexttag.c:386 +#: gtk/gtktexttag.c:386 msgid "Left margin" msgstr "Levi odmik" -#: ../gtk/gtktexttag.c:387 -#: ../gtk/gtktextview.c:600 +#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "Širina levega odmika v slikovnih točkah" -#: ../gtk/gtktexttag.c:396 +#: gtk/gtktexttag.c:396 msgid "Right margin" msgstr "Desni odmik" -#: ../gtk/gtktexttag.c:397 -#: ../gtk/gtktextview.c:610 +#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "Širina desnega odmika v slikovnih točkah" -#: ../gtk/gtktexttag.c:407 -#: ../gtk/gtktextview.c:619 +#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 msgid "Indent" msgstr "Zamik" -#: ../gtk/gtktexttag.c:408 -#: ../gtk/gtktextview.c:620 +#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "Za koliko točk naj bo zamaknjen odstavek" -#: ../gtk/gtktexttag.c:419 -msgid "Offset of text above the baseline (below the baseline if rise is negative) in Pango units" -msgstr "Odmik besedila nad osnovno črto (pod osnovno črto, je če dvig negativen) v enotah Panga" +#: gtk/gtktexttag.c:419 +msgid "" +"Offset of text above the baseline (below the baseline if rise is negative) " +"in Pango units" +msgstr "" +"Odmik besedila nad osnovno črto (pod osnovno črto, je če dvig negativen) v " +"enotah Panga" -#: ../gtk/gtktexttag.c:428 +#: gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "Točke nad črtami" -#: ../gtk/gtktexttag.c:429 -#: ../gtk/gtktextview.c:544 +#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "Število točk praznega prostora nad odstavki" -#: ../gtk/gtktexttag.c:438 +#: gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "Točke pod črtami" -#: ../gtk/gtktexttag.c:439 -#: ../gtk/gtktextview.c:554 +#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "Število točk praznega prostora pod odstavki" -#: ../gtk/gtktexttag.c:448 +#: gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "Točke znotraj odstavkov" -#: ../gtk/gtktexttag.c:449 -#: ../gtk/gtktextview.c:564 +#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "Število točk praznega prostora med prelomi vrstic znotraj odstavkov" -#: ../gtk/gtktexttag.c:476 -#: ../gtk/gtktextview.c:582 -msgid "Whether to wrap lines never, at word boundaries, or at character boundaries" +#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 +msgid "" +"Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "Ali naj se vrstice lomi nikoli, na meji besed ali na meji znakov" -#: ../gtk/gtktexttag.c:485 -#: ../gtk/gtktextview.c:629 +#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 msgid "Tabs" msgstr "Zavihki" -#: ../gtk/gtktexttag.c:486 -#: ../gtk/gtktextview.c:630 +#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "Poljubni zavihki za to besedilo" -#: ../gtk/gtktexttag.c:504 +#: gtk/gtktexttag.c:504 msgid "Invisible" msgstr "Nevidno" -#: ../gtk/gtktexttag.c:505 +#: gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "Ali naj bo to besedilo skrito." -#: ../gtk/gtktexttag.c:519 +#: gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "Ime barve ozadja odstavka" -#: ../gtk/gtktexttag.c:520 +#: gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "Barva ozadja odstavka kot niz" -#: ../gtk/gtktexttag.c:535 +#: gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "Barva ozadja odstavka" -#: ../gtk/gtktexttag.c:536 +#: gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "Barva ozadja odstavka kot (po možnosti ni rezerviran) GdkColor" -#: ../gtk/gtktexttag.c:554 +#: gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "Združeni rob" -#: ../gtk/gtktexttag.c:555 +#: gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "Ali se levi in desni robovi združujejo." -#: ../gtk/gtktexttag.c:568 +#: gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "Nastavi polno višino ozadja" -#: ../gtk/gtktexttag.c:569 +#: gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "Ali ta značka vpliva na višino ozadja" -#: ../gtk/gtktexttag.c:572 +#: gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "Nastavi masko ozadja" -#: ../gtk/gtktexttag.c:573 +#: gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "Ali ta značka vpliva na masko ozadja" -#: ../gtk/gtktexttag.c:580 +#: gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "Maska ospredja" -#: ../gtk/gtktexttag.c:581 +#: gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "Ali ta značka vpliva na masko ospredja" -#: ../gtk/gtktexttag.c:616 +#: gtk/gtktexttag.c:616 msgid "Justification set" msgstr "Nastavi poravnavo" -#: ../gtk/gtktexttag.c:617 +#: gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "Ali ta značka vpliva na poravnavo" -#: ../gtk/gtktexttag.c:624 +#: gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "Nastavi levi odmik" -#: ../gtk/gtktexttag.c:625 +#: gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "Ali ta značka vpliva na levi odmik" -#: ../gtk/gtktexttag.c:628 +#: gtk/gtktexttag.c:628 msgid "Indent set" msgstr "Nastavi zamik" -#: ../gtk/gtktexttag.c:629 +#: gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "Ali ta značka vpliva na odmik" -#: ../gtk/gtktexttag.c:636 +#: gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "Nastavi točke nad črtami" -#: ../gtk/gtktexttag.c:637 -#: ../gtk/gtktexttag.c:641 +#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "Ali ta značka vpliva na točke nad črtami" -#: ../gtk/gtktexttag.c:640 +#: gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "Nastavi točke pod črtami" -#: ../gtk/gtktexttag.c:644 +#: gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "Nastavi točke v odstavkih" -#: ../gtk/gtktexttag.c:645 +#: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "Ali ta značka vpliva na število točk med prelomi vrstic v odstavkih" -#: ../gtk/gtktexttag.c:652 +#: gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "Nastavi desni odmik" -#: ../gtk/gtktexttag.c:653 +#: gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "Ali ta značka vpliva na desni odmik" -#: ../gtk/gtktexttag.c:660 +#: gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "Nastavi način lomljenja" -#: ../gtk/gtktexttag.c:661 +#: gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "Ali ta značka vpliva na način lomljenja" -#: ../gtk/gtktexttag.c:664 +#: gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "Nastavi zavihke" -#: ../gtk/gtktexttag.c:665 +#: gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "Ali ta značka vpliva na zavihke" -#: ../gtk/gtktexttag.c:668 +#: gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "Nastavi nevidnost" -#: ../gtk/gtktexttag.c:669 +#: gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "Ali ta značka vpliva na nevidnost" -#: ../gtk/gtktexttag.c:672 +#: gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "Nastavi barvo ozadja odstavka" -#: ../gtk/gtktexttag.c:673 +#: gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "Ali ta značka vpliva na barvo ozadja odstavka" -#: ../gtk/gtktextview.c:543 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "Slikovne točke nad črtami" -#: ../gtk/gtktextview.c:553 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "Slikovne točke pod črtami" -#: ../gtk/gtktextview.c:563 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "Slikovne točke znotraj odstavkov" -#: ../gtk/gtktextview.c:581 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "Način preloma" -#: ../gtk/gtktextview.c:599 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "Levi odmik" -#: ../gtk/gtktextview.c:609 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "Desni odmik" -#: ../gtk/gtktextview.c:637 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "Viden kazalec" -#: ../gtk/gtktextview.c:638 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "Ali je vstavitveni kazalec viden" -#: ../gtk/gtktextview.c:645 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "Medpomnilnik" -#: ../gtk/gtktextview.c:646 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "Medpomnilnik, ki je prikazan" -#: ../gtk/gtktextview.c:654 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "Ali naj vneseno besedilo prepiše obstoječo vsebino" -#: ../gtk/gtktextview.c:661 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "Sprejme tabulator" -#: ../gtk/gtktextview.c:662 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "Ali naj pritisk na tipko Tab povzroči vnos tabulatorja" -#: ../gtk/gtktextview.c:691 +#: gtk/gtktextview.c:691 msgid "Error underline color" msgstr "Barva podčrtovanja napak" -#: ../gtk/gtktextview.c:692 +#: gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "Barva, s katero naj bodo podčrtane nakazane napake" -#: ../gtk/gtktoggleaction.c:104 +#: gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "Ustvari posrednike enake kot radijskim dejanjem" -#: ../gtk/gtktoggleaction.c:105 +#: gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "Ali so posredniki videti kot radijski gumbi" -#: ../gtk/gtktoggleaction.c:120 +#: gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "Ali naj bo preklopni gumb pritisnjen ali ne" -#: ../gtk/gtktogglebutton.c:116 -#: ../gtk/gtktoggletoolbutton.c:115 +#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "Ali naj bo preklopni gumb pritisnjen ali ne" -#: ../gtk/gtktogglebutton.c:124 +#: gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "Ali je preklopni gumb v \"vmesnem\" stanju" -#: ../gtk/gtktogglebutton.c:131 +#: gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "Nariši pokazatelja" -#: ../gtk/gtktogglebutton.c:132 +#: gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "Ali je preklopni del gumba prikazan" -#: ../gtk/gtktoolbar.c:494 +#: gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "Slog orodjarne" -#: ../gtk/gtktoolbar.c:495 +#: gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "Kako naj se nariše orodjarna" -#: ../gtk/gtktoolbar.c:502 +#: gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "Pokaži puščico" -#: ../gtk/gtktoolbar.c:503 +#: gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "Ali naj bo puščica prikazana, če orodna vrstica ni pravih mer" -#: ../gtk/gtktoolbar.c:518 +#: gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "Orodni nasveti" -#: ../gtk/gtktoolbar.c:519 +#: gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "Ali naj bodo orodni namigi omogočeni" -#: ../gtk/gtktoolbar.c:541 +#: gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "Velikost ikon v tej orodni vrstici" -#: ../gtk/gtktoolbar.c:556 +#: gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "Nastavitev velikosti ikone" -#: ../gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "Ali je določena lastnost velikosti ikone" -#: ../gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "Ali naj predmet dobi dodaten prostor, ko se orodna vrstica poveča" -#: ../gtk/gtktoolbar.c:574 +#: gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "Ali naj bo predmet enake velikosti kot ostali predmeti" -#: ../gtk/gtktoolbar.c:581 +#: gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "Velikost ločnice" -#: ../gtk/gtktoolbar.c:582 +#: gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "Velikost ločnic" -#: ../gtk/gtktoolbar.c:591 +#: gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "Količina robnega prostora med senco orodjarne in gumbi" -#: ../gtk/gtktoolbar.c:599 +#: gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "Največja razširitev podrejenega predmeta" -#: ../gtk/gtktoolbar.c:600 +#: gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "Največja količina prostora, ki jo ima na voljo raztegljivi element" -#: ../gtk/gtktoolbar.c:608 +#: gtk/gtktoolbar.c:608 msgid "Space style" msgstr "Slog ločnice" -#: ../gtk/gtktoolbar.c:609 +#: gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "Ali so ločnice navpične črte ali le prazen prostor" -#: ../gtk/gtktoolbar.c:616 +#: gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "Spust gumba" -#: ../gtk/gtktoolbar.c:617 +#: gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "Vrsta obrobe okoli gumbov orodjarne" -#: ../gtk/gtktoolbar.c:624 +#: gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "Slog obrobe okoli orodjarne" -#: ../gtk/gtktoolbar.c:630 +#: gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "Slog orodne vrstice" -#: ../gtk/gtktoolbar.c:631 -msgid "Whether default toolbars have text only, text and icons, icons only, etc." -msgstr "Ali imajo privzete orodjarne le besedilo, besedilo in ikone, ikone, itd." +#: gtk/gtktoolbar.c:631 +msgid "" +"Whether default toolbars have text only, text and icons, icons only, etc." +msgstr "" +"Ali imajo privzete orodjarne le besedilo, besedilo in ikone, ikone, itd." -#: ../gtk/gtktoolbar.c:637 +#: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "Velikost ikon orodjarne" -#: ../gtk/gtktoolbar.c:638 +#: gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "Velikost ikon v privzetih orodjarnah" -#: ../gtk/gtktoolbutton.c:203 +#: gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "Prikazano besedilo v elementu" -#: ../gtk/gtktoolbutton.c:210 -msgid "If set, an underline in the label property indicates that the next character should be used for the mnemonic accelerator key in the overflow menu" -msgstr "Izbrana možnost omogoča, da podčrtaj v besedilu pove, da naj bo naslednji znak uporabljen kot pospeševalna tipka" +#: gtk/gtktoolbutton.c:210 +msgid "" +"If set, an underline in the label property indicates that the next character " +"should be used for the mnemonic accelerator key in the overflow menu" +msgstr "" +"Izbrana možnost omogoča, da podčrtaj v besedilu pove, da naj bo naslednji " +"znak uporabljen kot pospeševalna tipka" -#: ../gtk/gtktoolbutton.c:217 +#: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "Gradnik uporabljen kot oznaka predmeta" -#: ../gtk/gtktoolbutton.c:223 +#: gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "ID sklada" -#: ../gtk/gtktoolbutton.c:224 +#: gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "Ikona sklada prikazana na predmetu" -#: ../gtk/gtktoolbutton.c:240 +#: gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "Ime ikone" -#: ../gtk/gtktoolbutton.c:241 +#: gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "Ime tematske ikone prikazane na predmetu" -#: ../gtk/gtktoolbutton.c:247 +#: gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "Ikonski gradnik" -#: ../gtk/gtktoolbutton.c:248 +#: gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "Ikonski gradnik, ki naj se prikaže v elementu" -#: ../gtk/gtktoolbutton.c:261 +#: gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "Razmik med ikonami" -#: ../gtk/gtktoolbutton.c:262 +#: gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "Razmik v slikovnih točkah med ikono in oznako" -#: ../gtk/gtktoolitem.c:191 -msgid "Whether the toolbar item is considered important. When TRUE, toolbar buttons show text in GTK_TOOLBAR_BOTH_HORIZ mode" -msgstr "Ali je predmet orodne vrstice pomemben. Izbrana možnost omogoča, da gumbi orodne vrstice prikažejo besedilo v GTK_TOOLBAR_BOTH_HORIZ načinu" +#: gtk/gtktoolitem.c:191 +msgid "" +"Whether the toolbar item is considered important. When TRUE, toolbar buttons " +"show text in GTK_TOOLBAR_BOTH_HORIZ mode" +msgstr "" +"Ali je predmet orodne vrstice pomemben. Izbrana možnost omogoča, da gumbi " +"orodne vrstice prikažejo besedilo v GTK_TOOLBAR_BOTH_HORIZ načinu" -#: ../gtk/gtktreemodelsort.c:274 +#: gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "Način TreeModelSort" -#: ../gtk/gtktreemodelsort.c:275 +#: gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "Način po katerem naj ureja TreeModelSort" -#: ../gtk/gtktreeview.c:570 +#: gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "Način TreeView" -#: ../gtk/gtktreeview.c:571 +#: gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "Način za drevesni pogled" -#: ../gtk/gtktreeview.c:579 +#: gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "Vodoravna prilagoditev za gradnik" -#: ../gtk/gtktreeview.c:587 +#: gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "Navpična prilagoditev za gradnik" -#: ../gtk/gtktreeview.c:594 +#: gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "Vidne glave" -#: ../gtk/gtktreeview.c:595 +#: gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "Pokaži gumbe glave stolpca" -#: ../gtk/gtktreeview.c:602 +#: gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "Klikljive glave" -#: ../gtk/gtktreeview.c:603 +#: gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "Glave stolpcev se odzivajo na dogodke klikov" -#: ../gtk/gtktreeview.c:610 +#: gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "Stolpec razširitve" -#: ../gtk/gtktreeview.c:611 +#: gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "Nastavi stolpec razširitvenega stolpca" -#: ../gtk/gtktreeview.c:626 +#: gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "Namig ravnil" -#: ../gtk/gtktreeview.c:627 +#: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "Nastavi namig stroju tem, da riše vrstice izmenljivih barv" -#: ../gtk/gtktreeview.c:634 +#: gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "Vključi iskanje" -#: ../gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "Pogled dovoli uporabniku, da interaktivno išče po stolpcih" -#: ../gtk/gtktreeview.c:642 +#: gtk/gtktreeview.c:642 msgid "Search Column" msgstr "Stolpec iskanja" -#: ../gtk/gtktreeview.c:643 +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "Stolpec prek katerega naj poteka iskanje ob interaktivnem iskanju" -#: ../gtk/gtktreeview.c:663 +#: gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "Način fiksne višine" -#: ../gtk/gtktreeview.c:664 +#: gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" -msgstr "Pospeši delovanje GtkTreeView s predvidevanjem, da so vse vrstice enake višine" +msgstr "" +"Pospeši delovanje GtkTreeView s predvidevanjem, da so vse vrstice enake " +"višine" -#: ../gtk/gtktreeview.c:684 +#: gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "Lebdenje izbora" -#: ../gtk/gtktreeview.c:685 +#: gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "Ali naj izbor sledi kazalcu." -#: ../gtk/gtktreeview.c:704 +#: gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "Razširi pod kazalcem" -#: ../gtk/gtktreeview.c:705 -msgid "Whether rows should be expanded/collapsed when the pointer moves over them" +#: gtk/gtktreeview.c:705 +msgid "" +"Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "Ali naj se vrstice razširijo/zložijo, ko se kazalec premakne čeznje." -#: ../gtk/gtktreeview.c:719 +#: gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "Pokaži razširljivce" -#: ../gtk/gtktreeview.c:720 +#: gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "Pogled ima razširljivce" -#: ../gtk/gtktreeview.c:734 +#: gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "Zamik ravni" -#: ../gtk/gtktreeview.c:735 +#: gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "Dodaten zamik za vsako raven" -#: ../gtk/gtktreeview.c:744 +#: gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "Gumijasti ovoj" -#: ../gtk/gtktreeview.c:745 -msgid "Whether to enable selection of multiple items by dragging the mouse pointer" -msgstr "Ali naj bo z vleko miškinega kazalca omogočena izbira več datotek hkrati" +#: gtk/gtktreeview.c:745 +msgid "" +"Whether to enable selection of multiple items by dragging the mouse pointer" +msgstr "" +"Ali naj bo z vleko miškinega kazalca omogočena izbira več datotek hkrati" -#: ../gtk/gtktreeview.c:752 +#: gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "Vključi mrežne črte" -#: ../gtk/gtktreeview.c:753 +#: gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "Ali naj bodo v drevesnem pogledu prikazane mrežne črte" -#: ../gtk/gtktreeview.c:761 +#: gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "Vključi drevesne črte" -#: ../gtk/gtktreeview.c:762 +#: gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "Ali naj bodo v drevesnem pogledu prikazane drevesne črte" -#: ../gtk/gtktreeview.c:770 +#: gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "Stolpec modela, ki vsebuje besedilo namigov vrstic." -#: ../gtk/gtktreeview.c:792 +#: gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "Širina navpične ločnice" -#: ../gtk/gtktreeview.c:793 +#: gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "Navpični prostor med celicami. Mora biti sodo število" -#: ../gtk/gtktreeview.c:801 +#: gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "Širina vodoravne ločnice" -#: ../gtk/gtktreeview.c:802 +#: gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "Vodoravni prostor med celicami. Mora biti sodo število" -#: ../gtk/gtktreeview.c:810 +#: gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "Dovoli ravnila" -#: ../gtk/gtktreeview.c:811 +#: gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "Dovoli risanje izmenično obarvanih vrstic" -#: ../gtk/gtktreeview.c:817 +#: gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "Zamakni razširilnike" -#: ../gtk/gtktreeview.c:818 +#: gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "Naredi razširilnike zamaknjene" -#: ../gtk/gtktreeview.c:824 +#: gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "Barva sode vrstice" -#: ../gtk/gtktreeview.c:825 +#: gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "Barva za uporabo v sodih vrsticah" -#: ../gtk/gtktreeview.c:831 +#: gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "Barva lihe vrstice" -#: ../gtk/gtktreeview.c:832 +#: gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "Barva za uporabo v lihih vrsticah" -#: ../gtk/gtktreeview.c:838 +#: gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "Podrobnosti o zaključevanju vrstic" -#: ../gtk/gtktreeview.c:839 +#: gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "Omogoči razširjeno oblikovanje ozadja vrstice" -#: ../gtk/gtktreeview.c:845 +#: gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "Širina mrežne črte" -#: ../gtk/gtktreeview.c:846 +#: gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "Širina (v slikovnih točkah) mrežnih črt v drevesnem pogledu" -#: ../gtk/gtktreeview.c:852 +#: gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "Širina drevesne črte" -#: ../gtk/gtktreeview.c:853 +#: gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "Širina (v slikovnih točkah) črt v drevesnem pogledu" -#: ../gtk/gtktreeview.c:859 +#: gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "Vzorec mrežne črte" -#: ../gtk/gtktreeview.c:860 +#: gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "Črtkan vzorec, uporabljen za izris mrežnih črt drevesnega pogleda" -#: ../gtk/gtktreeview.c:866 +#: gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "Vzorec drevesne črte" -#: ../gtk/gtktreeview.c:867 +#: gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "Črtkan vzorec, uporabljen za izris črt drevesnega pogleda" -#: ../gtk/gtktreeviewcolumn.c:192 +#: gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "Ali naj se stolpec prikaže" -#: ../gtk/gtktreeviewcolumn.c:199 -#: ../gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Spremenljive velikosti" -#: ../gtk/gtktreeviewcolumn.c:200 +#: gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "Stolpec je spremenljive velikosti" -#: ../gtk/gtktreeviewcolumn.c:208 +#: gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "Trenutna širina stolpca" -#: ../gtk/gtktreeviewcolumn.c:217 +#: gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "Prostor, vstavljen med celice" -#: ../gtk/gtktreeviewcolumn.c:225 +#: gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "Spreminjanje velikosti" -#: ../gtk/gtktreeviewcolumn.c:226 +#: gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "Način spreminjanja velikosti stolpca" -#: ../gtk/gtktreeviewcolumn.c:234 +#: gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "Nespremenljiva širina" -#: ../gtk/gtktreeviewcolumn.c:235 +#: gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "Trenutna nespremenljiva širina stolpca" -#: ../gtk/gtktreeviewcolumn.c:244 +#: gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "Najmanjša širina" -#: ../gtk/gtktreeviewcolumn.c:245 +#: gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "Najmanjša dovoljena širina stolpca" -#: ../gtk/gtktreeviewcolumn.c:254 +#: gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "Največja širina" -#: ../gtk/gtktreeviewcolumn.c:255 +#: gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "Največja dovoljena širina stolpca" -#: ../gtk/gtktreeviewcolumn.c:265 +#: gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "Naziv, ki naj se pojavi v glavi stolpca" -#: ../gtk/gtktreeviewcolumn.c:273 +#: gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "Stolpec dobi del dodatne širine določene z gradnikom" -#: ../gtk/gtktreeviewcolumn.c:280 +#: gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "Klikljivo" -#: ../gtk/gtktreeviewcolumn.c:281 +#: gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "Ali je mogoče glavo klikniti" -#: ../gtk/gtktreeviewcolumn.c:289 +#: gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "Gradnik" -#: ../gtk/gtktreeviewcolumn.c:290 +#: gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "Gradnik, ki naj bo v glavi stolpca namesto naziva stolpca" -#: ../gtk/gtktreeviewcolumn.c:298 +#: gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "Poravnava besedila glave stolpca ali gradnika po X" -#: ../gtk/gtktreeviewcolumn.c:308 +#: gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "Ali je lahko stolpec pri glavah drugače urejen" -#: ../gtk/gtktreeviewcolumn.c:315 +#: gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "Pokazatelj urejanja" -#: ../gtk/gtktreeviewcolumn.c:316 +#: gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "Ali naj se pokaže določilo razvrščanja" -#: ../gtk/gtktreeviewcolumn.c:323 +#: gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "Vrstni red" -#: ../gtk/gtktreeviewcolumn.c:324 +#: gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "Smer urejanja, ki naj jo pokaže pokazatelj" -#: ../gtk/gtkuimanager.c:223 +#: gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "Ali naj predmeti menija vsebujejo mesta za odpenjanje" -#: ../gtk/gtkuimanager.c:230 +#: gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "Definicija spojenega up. vmesnika (UI)" -#: ../gtk/gtkuimanager.c:231 +#: gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "Niz XML, ki opisuje spojeni uporabniški vmesnik" -#: ../gtk/gtkviewport.c:107 -msgid "The GtkAdjustment that determines the values of the horizontal position for this viewport" +#: gtk/gtkviewport.c:107 +msgid "" +"The GtkAdjustment that determines the values of the horizontal position for " +"this viewport" msgstr "GtkAdjustment, ki določi vrednost vodoravne lege tega pogleda" -#: ../gtk/gtkviewport.c:115 -msgid "The GtkAdjustment that determines the values of the vertical position for this viewport" +#: gtk/gtkviewport.c:115 +msgid "" +"The GtkAdjustment that determines the values of the vertical position for " +"this viewport" msgstr "GtkAdjustment, ki določi vrednost navpične lege tega pogleda" -#: ../gtk/gtkviewport.c:123 +#: gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" msgstr "Določi kako je narisana senčena škatla okoli pogleda" -#: ../gtk/gtkwidget.c:483 +#: gtk/gtkwidget.c:483 msgid "Widget name" msgstr "Ime gradnika" -#: ../gtk/gtkwidget.c:484 +#: gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "Ime gradnika" -#: ../gtk/gtkwidget.c:490 +#: gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "Gradnik nadrejenega predmeta" -#: ../gtk/gtkwidget.c:491 +#: gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" -msgstr "Nadrejeni gradnik tega gradnika. Mora biti gradnik vrste Container (vsebovalnik)" +msgstr "" +"Nadrejeni gradnik tega gradnika. Mora biti gradnik vrste Container " +"(vsebovalnik)" -#: ../gtk/gtkwidget.c:498 +#: gtk/gtkwidget.c:498 msgid "Width request" msgstr "Zahtevek po širini" -#: ../gtk/gtkwidget.c:499 -msgid "Override for width request of the widget, or -1 if natural request should be used" -msgstr "Prezri gradnikov zahtevek po širini, ali -1, če naj bo uporabljen običajni zahtevek" +#: gtk/gtkwidget.c:499 +msgid "" +"Override for width request of the widget, or -1 if natural request should be " +"used" +msgstr "" +"Prezri gradnikov zahtevek po širini, ali -1, če naj bo uporabljen običajni " +"zahtevek" -#: ../gtk/gtkwidget.c:507 +#: gtk/gtkwidget.c:507 msgid "Height request" msgstr "Zahtevek po širini" -#: ../gtk/gtkwidget.c:508 -msgid "Override for height request of the widget, or -1 if natural request should be used" -msgstr "Prezri gradnikov zahtevek po širini, ali -1, če naj bo uporabljen običajni zahtevek -1" +#: gtk/gtkwidget.c:508 +msgid "" +"Override for height request of the widget, or -1 if natural request should " +"be used" +msgstr "" +"Prezri gradnikov zahtevek po širini, ali -1, če naj bo uporabljen običajni " +"zahtevek -1" -#: ../gtk/gtkwidget.c:517 +#: gtk/gtkwidget.c:517 msgid "Whether the widget is visible" msgstr "Ali je gradnik viden" -#: ../gtk/gtkwidget.c:524 +#: gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "Ali se gradnik odziva na vnose" -#: ../gtk/gtkwidget.c:530 +#: gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "Program izrisljiv" -#: ../gtk/gtkwidget.c:531 +#: gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "Ali se bo program risal neposredno na gradnik" -#: ../gtk/gtkwidget.c:537 +#: gtk/gtkwidget.c:537 msgid "Can focus" msgstr "Lahko prevzame dejavnost" -#: ../gtk/gtkwidget.c:538 +#: gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "Ali lahko gradnik sprejme vnosno dejavnost" -#: ../gtk/gtkwidget.c:544 +#: gtk/gtkwidget.c:544 msgid "Has focus" msgstr "Vključuje dejavnost" -#: ../gtk/gtkwidget.c:545 +#: gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "Ali vključuje gradnik vnosno dejavnost" -#: ../gtk/gtkwidget.c:551 +#: gtk/gtkwidget.c:551 msgid "Is focus" msgstr "Je dejaven" -#: ../gtk/gtkwidget.c:552 +#: gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "Ali je gradnik dejaven znotraj vrhnje ravni" -#: ../gtk/gtkwidget.c:558 +#: gtk/gtkwidget.c:558 msgid "Can default" msgstr "Je lahko privzet" -#: ../gtk/gtkwidget.c:559 +#: gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "Ali je gradnik lahko privzet gradnik" -#: ../gtk/gtkwidget.c:565 +#: gtk/gtkwidget.c:565 msgid "Has default" msgstr "Je privzet" -#: ../gtk/gtkwidget.c:566 +#: gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "Ali je gradnik privzet gradnik" -#: ../gtk/gtkwidget.c:572 +#: gtk/gtkwidget.c:572 msgid "Receives default" msgstr "Sprejema privzeto" -#: ../gtk/gtkwidget.c:573 +#: gtk/gtkwidget.c:573 msgid "If TRUE, the widget will receive the default action when it is focused" -msgstr "Izbrana možnost omogoča, da bo gradnik sprejemal privzeta dejanja, kadar bo dejaven" +msgstr "" +"Izbrana možnost omogoča, da bo gradnik sprejemal privzeta dejanja, kadar bo " +"dejaven" -#: ../gtk/gtkwidget.c:579 +#: gtk/gtkwidget.c:579 msgid "Composite child" msgstr "Sestavljen podrejeni predmet" -#: ../gtk/gtkwidget.c:580 +#: gtk/gtkwidget.c:580 msgid "Whether the widget is part of a composite widget" msgstr "Ali je gradnik del sestavljenega gradnika" -#: ../gtk/gtkwidget.c:586 +#: gtk/gtkwidget.c:586 msgid "Style" msgstr "Slog" -#: ../gtk/gtkwidget.c:587 -msgid "The style of the widget, which contains information about how it will look (colors etc)" +#: gtk/gtkwidget.c:587 +msgid "" +"The style of the widget, which contains information about how it will look " +"(colors etc)" msgstr "Slog gradnika, ki vsebuje podatke o tem kako bo videti (barve, itn.)" -#: ../gtk/gtkwidget.c:593 +#: gtk/gtkwidget.c:593 msgid "Events" msgstr "Dogodki" -#: ../gtk/gtkwidget.c:594 +#: gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" msgstr "Maska dogodkov, ki določa katere vrste GdkEvents bo dobival ta gradnik" -#: ../gtk/gtkwidget.c:601 +#: gtk/gtkwidget.c:601 msgid "Extension events" msgstr "Razširjeni dogodki" -#: ../gtk/gtkwidget.c:602 +#: gtk/gtkwidget.c:602 msgid "The mask that decides what kind of extension events this widget gets" -msgstr "Maska, ki določa vrste razširjenih dogodkov, ki jih bo prejemal gradnik" +msgstr "" +"Maska, ki določa vrste razširjenih dogodkov, ki jih bo prejemal gradnik" -#: ../gtk/gtkwidget.c:609 +#: gtk/gtkwidget.c:609 msgid "No show all" msgstr "Brez prikazovanja vseh" -#: ../gtk/gtkwidget.c:610 +#: gtk/gtkwidget.c:610 msgid "Whether gtk_widget_show_all() should not affect this widget" msgstr "Ali možnost gtk_widget_show_all() ne vpliva na gradnik" -#: ../gtk/gtkwidget.c:633 +#: gtk/gtkwidget.c:633 msgid "Whether this widget has a tooltip" msgstr "Ali lahko gradniku določimo namig" -#: ../gtk/gtkwidget.c:689 +#: gtk/gtkwidget.c:689 msgid "Window" msgstr "Okno" -#: ../gtk/gtkwidget.c:690 +#: gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "Udejanjeno okno gradnika" -#: ../gtk/gtkwidget.c:2212 +#: gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "Notranja dejavnost" -#: ../gtk/gtkwidget.c:2213 +#: gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "Ali naj se nariše pokazatelj dejavnosti znotraj gradnika" -#: ../gtk/gtkwidget.c:2219 +#: gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "Širina črte prikaza dejavnosti" -#: ../gtk/gtkwidget.c:2220 +#: gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "Širina v točkah za črto kazalca dejavnosti" -#: ../gtk/gtkwidget.c:2226 +#: gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "Vzorec črtkane črte oznake dejavnosti" -#: ../gtk/gtkwidget.c:2227 +#: gtk/gtkwidget.c:2227 msgid "Dash pattern used to draw the focus indicator" msgstr "Črtkan vzorec, ki se uporabi za prikaz oznake dejavnosti predmeta" -#: ../gtk/gtkwidget.c:2232 +#: gtk/gtkwidget.c:2232 msgid "Focus padding" msgstr "Blazinjenje oznake dejavnosti" -#: ../gtk/gtkwidget.c:2233 +#: gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" msgstr "Širina v točkah med pokazateljem dejavnosti in okvirjem gradnika" -#: ../gtk/gtkwidget.c:2238 +#: gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "Barva kazalke" -#: ../gtk/gtkwidget.c:2239 +#: gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "Barva, s katero naj bo izrisana vnosna kazalka" -#: ../gtk/gtkwidget.c:2244 +#: gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "Barva drugotne kazalke" -#: ../gtk/gtkwidget.c:2245 -msgid "Color with which to draw the secondary insertion cursor when editing mixed right-to-left and left-to-right text" -msgstr "Barva, s katero bo izrisan drugotna kazalka vstavljanja, kadar se ureja mešano besedilo desno-proti-levi in levo-proti-desni." +#: gtk/gtkwidget.c:2245 +msgid "" +"Color with which to draw the secondary insertion cursor when editing mixed " +"right-to-left and left-to-right text" +msgstr "" +"Barva, s katero bo izrisan drugotna kazalka vstavljanja, kadar se ureja " +"mešano besedilo desno-proti-levi in levo-proti-desni." -#: ../gtk/gtkwidget.c:2250 +#: gtk/gtkwidget.c:2250 msgid "Cursor line aspect ratio" msgstr "Razmerje vrstice kazalke" -#: ../gtk/gtkwidget.c:2251 +#: gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "Razmerje, v katerem naj se izriše vnosna kazalka" -#: ../gtk/gtkwidget.c:2265 +#: gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "Nariši rob" -#: ../gtk/gtkwidget.c:2266 +#: gtk/gtkwidget.c:2266 msgid "Size of areas outside the widget's allocation to draw" msgstr "Velikost območja izven izrisa gradnika" -#: ../gtk/gtkwidget.c:2279 +#: gtk/gtkwidget.c:2279 msgid "Unvisited Link Color" msgstr "Barva še ne obiskane povezave" -#: ../gtk/gtkwidget.c:2280 +#: gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "Barva ne obiskanih povezav" -#: ../gtk/gtkwidget.c:2293 +#: gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "Barva obiskane povezave" -#: ../gtk/gtkwidget.c:2294 +#: gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "Barva obiskanih povezav" -#: ../gtk/gtkwidget.c:2308 +#: gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "Široke ločnice" -#: ../gtk/gtkwidget.c:2309 -msgid "Whether separators have configurable width and should be drawn using a box instead of a line" +#: gtk/gtkwidget.c:2309 +msgid "" +"Whether separators have configurable width and should be drawn using a box " +"instead of a line" msgstr "Ali je mogoče nastaviti širino ločnice z izrisom okvirja namesto črte" -#: ../gtk/gtkwidget.c:2323 +#: gtk/gtkwidget.c:2323 msgid "Separator Width" msgstr "Širina ločnice" -#: ../gtk/gtkwidget.c:2324 +#: gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" msgstr "Širina ločnice, kadar je izbrana možnost široke ločnice" -#: ../gtk/gtkwidget.c:2338 +#: gtk/gtkwidget.c:2338 msgid "Separator Height" msgstr "Višina ločnice" -#: ../gtk/gtkwidget.c:2339 +#: gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" msgstr "Višina ločnice, kadar je izbrana možnost široke ločnice" -#: ../gtk/gtkwidget.c:2353 +#: gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" msgstr "Dolžina puščic vodoravnega drsnika" -#: ../gtk/gtkwidget.c:2354 +#: gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "Dolžina puščic vodoravnega drsnika" -#: ../gtk/gtkwidget.c:2368 +#: gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "Dolžina puščic navpičnega drsnika" -#: ../gtk/gtkwidget.c:2369 +#: gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "Dolžina puščic navpičnega drsnika" -#: ../gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Vrsta okna" -#: ../gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Vrsta okna" -#: ../gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Ime okna" -#: ../gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Naziv okna" -#: ../gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Vloga okna" -#: ../gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Enoznačno določilo za okno pri ponovnem zagonu seje." -#: ../gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ID zagona" -#: ../gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" -msgstr "Enoznačno določilo zagona za okno, ki ga uporablja program obveščanja med zagonom." +msgstr "" +"Enoznačno določilo zagona za okno, ki ga uporablja program obveščanja med " +"zagonom." -#: ../gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Dovoli krčenje" -#: ../gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format -msgid "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea" -msgstr "Izbrana možnost omogoča, da okno nima določene najmanjše velikosti. V 99% je to slaba zamisel" +msgid "" +"If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " +"time a bad idea" +msgstr "" +"Izbrana možnost omogoča, da okno nima določene najmanjše velikosti. V 99% je " +"to slaba zamisel" -#: ../gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Dovoli rast" -#: ../gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" -msgstr "Izbrana možnost omogoča, da lahko uporabnik poveča okno preko njegove najmanjše velikosti" +msgstr "" +"Izbrana možnost omogoča, da lahko uporabnik poveča okno preko njegove " +"najmanjše velikosti" -#: ../gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Izbrana možnost omogoča, da lahko uporabniki spreminjajo velikost okna" -#: ../gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modalni" -#: ../gtk/gtkwindow.c:545 -msgid "If TRUE, the window is modal (other windows are not usable while this one is up)" -msgstr "Izbrana možnost omogoča, da je okno modalno (medtem, ko je to okno dejavno, drugih ni mogoče uporabljati)" +#: gtk/gtkwindow.c:546 +msgid "" +"If TRUE, the window is modal (other windows are not usable while this one is " +"up)" +msgstr "" +"Izbrana možnost omogoča, da je okno modalno (medtem, ko je to okno dejavno, " +"drugih ni mogoče uporabljati)" -#: ../gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Položaj okna" -#: ../gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Začetni položaj okna" -#: ../gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Privzeta širina" -#: ../gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Uporabljena privzeta širina okna, kadar se okno pokaže prvič" -#: ../gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Privzeta višina" -#: ../gtk/gtkwindow.c:572 -msgid "The default height of the window, used when initially showing the window" +#: gtk/gtkwindow.c:573 +msgid "" +"The default height of the window, used when initially showing the window" msgstr "Uporabljena privzeta višina okna, kadar se okno prikaže prvič" -#: ../gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Zapri skupaj z nadrejenim predmetom" -#: ../gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Ali naj se to okno zapre skupaj z nadrejenim predmetom" -#: ../gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Ikona za to okno" -#: ../gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Ime tematske ikone tega okna" -#: ../gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Je dejavno" -#: ../gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Ali je na vrhu trenutno dejavno okno" -#: ../gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Dejavnost vrhnje ravni" -#: ../gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Ali je dejavnost predmeta znotraj GtkWindow okna" -#: ../gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Namig vrste" -#: ../gtk/gtkwindow.c:638 -msgid "Hint to help the desktop environment understand what kind of window this is and how to treat it." -msgstr "Namig, ki pomaga uporavljalniku namizja razumeti, kakšna vrsta okna je to in kako naj z njo upravlja." +#: gtk/gtkwindow.c:639 +msgid "" +"Hint to help the desktop environment understand what kind of window this is " +"and how to treat it." +msgstr "" +"Namig, ki pomaga uporavljalniku namizja razumeti, kakšna vrsta okna je to in " +"kako naj z njo upravlja." -#: ../gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Preskoči opravilno vrstico" -#: ../gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Izbrana možnost onemogoči prikaz predmeta v opravilni vrstici" -#: ../gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Preskoči preklopnik" -#: ../gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "Izbrana možnost omogoča, da okno ne bi smelo biti v preklopniku." -#: ../gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Nujno" -#: ../gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "Izbrana možnost omogoča, da okno zahteva uporabnikovo pozornost." -#: ../gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Sprejmi dejavnost" -#: ../gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "Izbrana možnost omogoča, da okno postane dejavno." -#: ../gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Dejavnost med preslikavo" -#: ../gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "Izbrana možnost omogoča, da okno postane dejavno med preslikavo." -#: ../gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Okrašeno" -#: ../gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Ali naj bo okno izrisano v slogu upravljalnika oken." -#: ../gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Izbrisljivo" -#: ../gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Ali naj ima okvir okna gumb za zapiranje." -#: ../gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Težnost" -#: ../gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Težnost okna" -#: ../gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Začasen proces okna" -#: ../gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Začasen nadrejen proces sporočila" -#: ../gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Prosojnost okna" -#: ../gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Prosojnost okna določena med 0 in 1" -#: ../modules/input/gtkimcontextxim.c:334 +#: modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "Predhodno urejevalni slog vhodne metod (IM)" -#: ../modules/input/gtkimcontextxim.c:335 +#: modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "Kako naj se nariše predhodno urejevalni niz vhodne metode" -#: ../modules/input/gtkimcontextxim.c:343 +#: modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "Slog stanja vhodne metode (IM)" -#: ../modules/input/gtkimcontextxim.c:344 +#: modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "Kako naj se nariše vrstica stanja vhodne metode (IM)" #~ msgid "The orientation of the toolbar" #~ msgstr "Usmerjenost orodjarne" + #~ msgid "Whether stock icons should be shown in buttons" #~ msgstr "Ali naj bodo skladne ikone prikazane v gumbih" + #~ msgid "Cancelled" #~ msgstr "Preklicano" + #~ msgid "Whether or not the operation has been successfully cancelled" #~ msgstr "Ali je bilo dejanje uspešno preklicano" - diff --git a/po-properties/sq.po b/po-properties/sq.po index 0b16a23616..9f5bcd7c12 100644 --- a/po-properties/sq.po +++ b/po-properties/sq.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2008-08-19 10:51+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: albanian \n" @@ -93,13 +93,13 @@ msgstr "Ekrani i prezgjedhur" msgid "The default display for GDK" msgstr "Ekrani i prezgjedhur për GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Ekrani" # (pofilter) startcaps: checks that the message starts with the correct capitalisation -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen për vizatuesin" @@ -119,12 +119,12 @@ msgstr "Kualiteti i gërmave" msgid "The resolution for fonts on the screen" msgstr "Kualiteti për gërmat në ekran" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Emri i programit" # (pofilter) functions: checks that function names are not translated -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -132,44 +132,44 @@ msgstr "" "Emri i programit. Nëse nuk është përcaktuar, vendoset automatikisht në " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Versioni i programit" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Versioni i programit" # (pofilter) simplecaps: checks the capitalisation of two strings isn't wildly different -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Teksti i Copyright" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Informacione në lidhje me të drejtat mbi programin" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Teksti i komenteve" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Komente në lidhje me programin" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL e sitit web" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "URL për lidhjen me sitin web të programit" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Etiketa e sitit web" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -177,44 +177,44 @@ msgstr "" "Etiketa për lidhjen me sitin web të programit. Nëse e pacaktuar, vendoset " "automatikisht tek URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Autorët" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Lista e autorëve të programit" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Dokumentues" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Lista e personave dokumentues të programit" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artistët" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Lista e personave që kanë kontribuar grafikisht tek programi" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Të dhëna mbi përkthyesin" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "Kreditë e përkthyesve. Kjo frazë duhet shënuar si e përkthyeshme" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Stema" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -222,22 +222,22 @@ msgstr "" "Në stemë për kutinë e informacioneve. Nëse e pacaktuar, automatikisht " "vendoset gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Emri i ikonës së stemës" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" "Një ikonë me emër për tu përdorur si stemë e dritares së dialogut të " "informacioneve." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Pozicioni i autorizimit" # (pofilter) endpunc: checks whether punctuation at the end of the strings match -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Nëse duhet ndërprerë teksti i liçencës" @@ -315,7 +315,7 @@ msgid "The GIcon being displayed" msgstr "GIcon për tu shfaqur" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Emri i ikonës" @@ -423,7 +423,7 @@ msgid "Whether the action group is visible." msgstr "Tregon nëse grupi i veprimit është i dukshëm." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Vlera" @@ -1271,7 +1271,7 @@ msgstr "Ndiq situatën" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Nëse pixbuf i krijuar duhet ngjyrosur në përputhje me situatën" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikona" @@ -1332,7 +1332,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientimi dhe drejtimi në rritje në shtyllën e përparimit" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Përshtatja" @@ -3180,7 +3180,7 @@ msgstr "Bashkësi ikonash" msgid "Icon set to display" msgstr "Bashkësia e ikonave që duhen shfaqur" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Madhësia e ikonës" @@ -3250,7 +3250,7 @@ msgstr "Shfaq figurat e menusë" msgid "Whether images should be shown in menus" msgstr "Nëse duhen apo jo treguar figurat tek menutë" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Ekrani ku kjo dritare do të shfaqet" @@ -4914,27 +4914,27 @@ msgstr "Hapësira e vlerës" msgid "Space between value text and the slider/trough area" msgstr "Hapësira midis tekstit të vlerës dhe zonës slider/trough" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Vlera e shkallës" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Madhësia ikonave" # (pofilter) doublequoting: checks whether doublequoting is consistent between the two strings # (pofilter) startpunc: checks whether punctuation at the beginning of the strings match -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "\"GtkAdjustment\" që përmban vlerën aktuale për objektin pulsant shkalla" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Ikonat" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Lista me emrat e ikonave" @@ -6727,7 +6727,7 @@ msgstr "" msgid "Whether to display the column" msgstr "Nëse duhet të shfaqet kollona" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "E ripërmasueshëm" @@ -7159,46 +7159,46 @@ msgstr "Gjatësia e shigjetës së rrëshqitjes vertikale" msgid "The length of vertical scroll arrows" msgstr "Gjatësia e shigjetave të rrëshqitjes vertikale" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Lloji i dritares" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Lloji i dritares" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Titulli i dritares" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Titulli i dritares" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Roli i Dritares" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Identifikuesi unik i dritares që duhet përdorur kur rihapet një seancë" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ID e nisjes" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Identifikuesi unik i nisjes për dritaren që duhet përdorur nga startup-" "notification" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Lejo zvogëlimin" # (pofilter) acronyms: acronyms should not be translated: TRUE, TRUE -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7207,27 +7207,27 @@ msgstr "" "Nëse e vërtetë, dritarja nuk ka madhësi minimum. Vendosja e kësaj si e " "vërtetë në 99% të rasteve është një ide e keqe" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Lejo rritjen" # (pofilter) acronyms: acronyms should not be translated: TRUE -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Nëse e vërtetë, përdoruesit mund të zgjerojnë dritaren përtej madhësisë së " "saj minimum" # (pofilter) acronyms: acronyms should not be translated: TRUE -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Nëse e vërtetë, përdoruesit mund të ndryshojnë madhësinë e dritares" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modale" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7235,71 +7235,71 @@ msgstr "" "Nëse TRUE, dritarja është modale (dritare të tjera nuk janë të përdorshme " "deri kur kjo dritare të mbyllet)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Pozicioni i dritares" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Pozicioni fillestar i dritares" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Gjerësia e prezgjedhur" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Gjerësia e prezgjedhur e dritares, e përdorur në fillim kur shfaqet dritarja" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Lartësia e prezgjedhur" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "Lartësia e prezgjedhur e dritares, e përdorur në fillim kur shfaqet dritarja" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Shkatërro së bashku me prindin" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Tregon nëse kjo dritare duhet prishur kur prishet prindi" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Ikona për këtë dritare" # (pofilter) brackets: translation has extra '(', ')' -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Emri i ikonës (sipas temës) për këtë dritare" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Është aktive" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Tregon nëse toplevel është dritarja aktive aktuale" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Fokus në toplevel" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Tregon nëse fokus i input është në brendësi të kësaj GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Lloji i sugjerimentit" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7307,84 +7307,84 @@ msgstr "" "Sugjeriment ndihmues për ambientin desktop për të kuptuar se çfarë lloj " "dritareje është dhe si mund të trajtohet." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Kapërce panelin e veprimeve" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Nëse TRUE, dritarja nuk do të shfaqet tek paneli i veprimeve." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Kapërce faquesin" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "Nëse TRUE, dritarja nuk do të shfaqet në faques." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Urgjente" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE nëse dritarja duhet të tërheqë vëmendjen e përdoruesit." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Pranon fokus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE nëse dritarja duhet të marrë fokusin e input." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Fokus në zgjedhje" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "TRUE nëse dritarja duhet të marrë fokusin e input kur zgjidhet." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Zbukuruar" # (pofilter) endwhitespace: checks whether whitespace at the end of the strings matches -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Nëse dritarja duhet zbukuruar nga manazhuesi i dritareve " -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "I heqshëm" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Tregon nëse dritarja duhet të ketë pulsantin e mbylljes" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Graviteti" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Dritarja e gravitetit të dritares" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Transient për dritaren" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Prindi transient i një dritare dialogu" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Tejdukshmëria e dritares" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Tejdukshmëria për dritaren, nga 0 në 1" diff --git a/po-properties/sr.po b/po-properties/sr.po index 7d938b27b0..40888ce198 100644 --- a/po-properties/sr.po +++ b/po-properties/sr.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2005-07-09 12:08+0200\n" "Last-Translator: Данило Шеган \n" "Language-Team: Serbian (sr) \n" @@ -95,12 +95,12 @@ msgstr "Подразумевани приказ" msgid "The default display for GDK" msgstr "Подразумевани приказ за GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Екран" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen за исцртавач" @@ -124,11 +124,11 @@ msgstr "Писмо у тачкама" msgid "The resolution for fonts on the screen" msgstr "Како се опсег освежава на екрану" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Име програма" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -136,43 +136,43 @@ msgstr "" "Име програма. Уколико није постављено, подразумева се g_get_application_name" "()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Издање програма" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Издање програма" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Текст за ауторска права" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Подаци о ауторским правима за програм" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Текст са примедбама" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Примедбе о програму" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Адреса веб страна" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "Адреса за везу ка веб странама програма" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Ознака веб страна" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -180,44 +180,44 @@ msgstr "" "Ознака за везу ка веб странама програма. Уколико није постављено, користи се " "сама адреса" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Аутори" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Списак аутора програма" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Документација" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Списак особа које су документовале програм" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Графика" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Списак особа које су израдиле графику за програм" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Превод" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "Заслуге преводиоца. Ова ниска треба да буде назначена за превод" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Логотип" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -225,19 +225,19 @@ msgstr "" "Логотип за прозорче о програму. Уколико није постављено, подразумева се " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Име логотип слике" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Именована икона за логотип у прозорчету о програму." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Преломи лиценцу" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Да ли преломити текст лиценце." @@ -314,7 +314,7 @@ msgid "The GIcon being displayed" msgstr "Скуп икона за приказ" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Име иконе" @@ -419,7 +419,7 @@ msgid "Whether the action group is visible." msgstr "Да ли је група акција видљива." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Вредност" @@ -1284,7 +1284,7 @@ msgstr "Прати стање" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Да ли се исцртани pixbuf боји према стању или не" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Икона" @@ -1346,7 +1346,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Правац пружања и смер раста у елементу за приказ напретка" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Поправка" @@ -3178,7 +3178,7 @@ msgstr "Скуп икона" msgid "Icon set to display" msgstr "Скуп икона за приказ" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Величина икона" @@ -3247,7 +3247,7 @@ msgstr "Прикажи слике у менију" msgid "Whether images should be shown in menus" msgstr "Да ли се приказују слике у менију" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Екран на којем ће се приказати овај прозор" @@ -4931,28 +4931,28 @@ msgstr "Размак вредности" msgid "Space between value text and the slider/trough area" msgstr "Размак између текста са вредношћу и површине клизача" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Вредност прилагођења" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Величина икона за алатке" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment који садржи текућу вредност овог опсега" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Икона" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Име логотип слике" @@ -6719,7 +6719,7 @@ msgstr "Образац по којем се цртка показатељ еле msgid "Whether to display the column" msgstr "Да ли приказати стубац" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Величина променљива" @@ -7147,45 +7147,45 @@ msgstr "Приказивање стрелица за усправно помер msgid "The length of vertical scroll arrows" msgstr "Када се приказују стрелице за усправно померање садржаја" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Врста прозора" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Врста прозора" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Наслов прозора" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Наслов прозора" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Улога прозора" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Јединствени обележивач прозора који се користи при обнављању сесије" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Група" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 #, fuzzy msgid "Unique startup identifier for the window used by startup-notification" msgstr "Јединствени обележивач прозора који се користи при обнављању сесије" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Допусти смањивање" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7194,25 +7194,25 @@ msgstr "" "Уколико је постављено, прозор нема најмању допуштену величину. Укључивање " "овога је у 99 одсто случајева неприкладно" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Допусти повећање" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Уколико је постављено, корисници могу повећати прозор преко његове најмање " "величине" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Уколико је постављено, корисници могу променити величину прозора" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Модални" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7220,69 +7220,69 @@ msgstr "" "Уколико је постављено, прозор је модални (остали прозори се не могу " "користити док је овај приказан)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Положај прозора" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Почетни положај прозора" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Уобичајена ширина" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Уобичајена ширина прозора, користи се при првом приказивању прозора" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Уобичајена висина" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Уобичајена висина прозора, користи се при првом приказивању прозора" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Уклони са покретачем" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" "Да ли овај прозор треба уклонити када се уклони прозор из ког је овај позван" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Икона за овај прозор" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Име иконе из теме за овај прозор" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Је активан" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Да ли је први ниво тренутно активни прозор" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Жижа на први ниво" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Да ли је жижа за унос унутар овог GtkWindow-а" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Наговештај о врсти" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7290,87 +7290,87 @@ msgstr "" "Наговештај који помаже окружењу радне површине да разуме које врсте је овај " "прозор и како га поставити." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Прескочи списак процеса" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Уколико је постављено, прозор се неће видети на списку процеса." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Не приказуј у списку прозора" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "Уколико је постављено, прозор се неће видети у списку прозора." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Хитно" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "Уколико је постављено, прозор ће бити наметнут кориснику" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Прихвати фокус" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "Уколико је постављено, прозор ће примати фокус за унос." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Фокусирање при мапирању" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "Уколико је постављено, прозор ће примати фокус при мапирању." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Украшен" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Да ли управник прозорима треба да украси прозор" # Избирач наиђе на отирач? :) Али ми не пада ништа паметније на памет :( -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "Избирљив" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 #, fuzzy msgid "Whether the window frame should have a close button" msgstr "Да ли управник прозорима треба да украси прозор" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Привлачење" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Привлачење између прозора" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Дугмићи који се приказују у прозорчету са поруком" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Врста прозора" diff --git a/po-properties/sr@ije.po b/po-properties/sr@ije.po index 628744c91b..c6eb7e0db3 100644 --- a/po-properties/sr@ije.po +++ b/po-properties/sr@ije.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2004-03-09 05:28+0100\n" "Last-Translator: Bojan Suzic \n" "Language-Team: Serbian (sr) \n" @@ -93,12 +93,12 @@ msgstr "Подразумјевани приказ" msgid "The default display for GDK" msgstr "Подразумјевани приказ за GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Екран" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 #, fuzzy msgid "the GdkScreen for the renderer" msgstr "Модел за разгранати преглед" @@ -123,121 +123,121 @@ msgstr "Писмо у тачкама" msgid "The resolution for fonts on the screen" msgstr "Како се опсег освјежава на екрану" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 #, fuzzy msgid "Program name" msgstr "Име ознаке" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 #, fuzzy msgid "The version of the program" msgstr "Правац пружања линије са алаткама" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 #, fuzzy msgid "Comments string" msgstr "Размак колона" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 #, fuzzy msgid "Website label" msgstr "Користи величину у ознаци" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 #, fuzzy msgid "List of authors of the program" msgstr "Правац пружања линије са алаткама" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 #, fuzzy msgid "Logo Icon Name" msgstr "Име писма" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 #, fuzzy msgid "Wrap license" msgstr "Постављен прелом" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 #, fuzzy msgid "Whether to wrap the license text." msgstr "Да ли прецртати текст уздужном линијом" @@ -315,7 +315,7 @@ msgid "The GIcon being displayed" msgstr "Скуп икона за приказ" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "Име писма" @@ -423,7 +423,7 @@ msgid "Whether the action group is visible." msgstr "Да ли је група акција видљива." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Вриједност" @@ -1293,7 +1293,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Да ли се ивица приказује или не" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Икона" @@ -1357,7 +1357,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Правац пружања и смјер раста у елементу за приказ напретка" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Поправка" @@ -3211,7 +3211,7 @@ msgstr "Скуп икона" msgid "Icon set to display" msgstr "Скуп икона за приказ" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Величина икона" @@ -3282,7 +3282,7 @@ msgstr "Прикажи слике у менију" msgid "Whether images should be shown in menus" msgstr "Да ли се приказују слике у менију" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Екран на којем ће се приказати овај прозор" @@ -4975,28 +4975,28 @@ msgstr "Размак вриједности" msgid "Space between value text and the slider/trough area" msgstr "Размак између текста са вриједношћу и површине клизача" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Вриједност прилагођења" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Величина икона за алатке" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment који садржи текућу вриједност овог опсега" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Икона" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Име писма" @@ -6777,7 +6777,7 @@ msgstr "Образац по којем се цртка показатељ еле msgid "Whether to display the column" msgstr "Да ли приказати колону" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Величина промјенљива" @@ -7207,45 +7207,45 @@ msgstr "Приказивање стрелица за усправно помје msgid "The length of vertical scroll arrows" msgstr "Када се приказују стрелице за усправно помјерање садржаја" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Врста прозора" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Врста прозора" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Наслов прозора" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Наслов прозора" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Улога прозора" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Јединствени обиљеживач прозора који се користи при обнављању сесије" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Група" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 #, fuzzy msgid "Unique startup identifier for the window used by startup-notification" msgstr "Јединствени обиљеживач прозора који се користи при обнављању сесије" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Допусти смањивање" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7254,25 +7254,25 @@ msgstr "" "Уколико је постављено, прозор нема најмању допуштену величину. Укључивање " "овога је у 99 одсто случајева неприкладно" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Допусти повећање" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Уколико је постављено, корисници могу повећати прозор преко његове најмање " "величине" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Уколико је постављено, корисници могу промјенити величину прозора" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Модални" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7280,70 +7280,70 @@ msgstr "" "Уколико је постављено, прозор је модални (остали прозори се не могу " "користити док је овај приказан)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Положај прозора" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Почетни положај прозора" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Уобичајена ширина" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Уобичајена ширина прозора, користи се при првом приказивању прозора" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Уобичајена висина" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Уобичајена висина прозора, користи се при првом приказивању прозора" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Уклони са покретачем" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" "Да ли овај прозор треба уклонити када се уклони прозор из ког је овај позван" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Икона за овај прозор" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 #, fuzzy msgid "Name of the themed icon for this window" msgstr "Икона за овај прозор" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Је активан" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Да ли је први ниво тренутно активни прозор" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Жижа на први ниво" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Да ли је жижа за унос унутар овог GtkWindow-а" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Наговјештај о врсти" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7351,90 +7351,90 @@ msgstr "" "Наговјештај који помаже окружењу радне површине да разумије које врсте је " "овај прозор и како га поставити." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Прескочи списак процеса" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Уколико је постављено, прозор се неће видјети на списку процеса." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Не приказуј у списку прозора" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "Уколико је постављено, прозор се неће видјети у списку прозора." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 #, fuzzy msgid "TRUE if the window should be brought to the user's attention." msgstr "Уколико је постављено, прозор се неће видјети у списку прозора." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Прихвати фокус" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "Уколико је постављено, прозор ће примати фокус за унос." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 #, fuzzy msgid "Focus on map" msgstr "Фокусирање кликом" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 #, fuzzy msgid "TRUE if the window should receive the input focus when mapped." msgstr "Уколико је постављено, прозор ће примати фокус за унос." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Украшен" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Да ли управник прозорима треба да украси прозор" # Избирач наиђе на отирач? :) Али ми не пада ништа паметније на памет :( -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "Избирљив" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 #, fuzzy msgid "Whether the window frame should have a close button" msgstr "Да ли управник прозорима треба да украси прозор" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Привлачење" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Привлачење између прозора" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Дугмићи који се приказују у прозорчету са поруком" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Врста прозора" diff --git a/po-properties/sr@latin.po b/po-properties/sr@latin.po index 66381d4596..9ece1efff4 100644 --- a/po-properties/sr@latin.po +++ b/po-properties/sr@latin.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2005-07-09 12:08+0200\n" "Last-Translator: Danilo Šegan \n" "Language-Team: Serbian (sr) \n" @@ -95,12 +95,12 @@ msgstr "Podrazumevani prikaz" msgid "The default display for GDK" msgstr "Podrazumevani prikaz za GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Ekran" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen za iscrtavač" @@ -124,11 +124,11 @@ msgstr "Pismo u tačkama" msgid "The resolution for fonts on the screen" msgstr "Kako se opseg osvežava na ekranu" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Ime programa" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -136,43 +136,43 @@ msgstr "" "Ime programa. Ukoliko nije postavljeno, podrazumeva se g_get_application_name" "()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Izdanje programa" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Izdanje programa" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Tekst za autorska prava" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Podaci o autorskim pravima za program" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Tekst sa primedbama" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Primedbe o programu" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Adresa veb strana" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "Adresa za vezu ka veb stranama programa" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Oznaka veb strana" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -180,44 +180,44 @@ msgstr "" "Oznaka za vezu ka veb stranama programa. Ukoliko nije postavljeno, koristi " "se sama adresa" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Autori" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Spisak autora programa" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Dokumentacija" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Spisak osoba koje su dokumentovale program" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Grafika" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Spisak osoba koje su izradile grafiku za program" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Prevod" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "Zasluge prevodioca. Ova niska treba da bude naznačena za prevod" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logotip" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -225,19 +225,19 @@ msgstr "" "Logotip za prozorče o programu. Ukoliko nije postavljeno, podrazumeva se " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Ime logotip slike" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Imenovana ikona za logotip u prozorčetu o programu." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Prelomi licencu" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Da li prelomiti tekst licence." @@ -315,7 +315,7 @@ msgid "The GIcon being displayed" msgstr "Skup ikona za prikaz" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Ime ikone" @@ -420,7 +420,7 @@ msgid "Whether the action group is visible." msgstr "Da li je grupa akcija vidljiva." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Vrednost" @@ -1285,7 +1285,7 @@ msgstr "Prati stanje" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Da li se iscrtani pixbuf boji prema stanju ili ne" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikona" @@ -1347,7 +1347,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Pravac pružanja i smer rasta u elementu za prikaz napretka" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Popravka" @@ -3180,7 +3180,7 @@ msgstr "Skup ikona" msgid "Icon set to display" msgstr "Skup ikona za prikaz" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Veličina ikona" @@ -3249,7 +3249,7 @@ msgstr "Prikaži slike u meniju" msgid "Whether images should be shown in menus" msgstr "Da li se prikazuju slike u meniju" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Ekran na kojem će se prikazati ovaj prozor" @@ -4933,28 +4933,28 @@ msgstr "Razmak vrednosti" msgid "Space between value text and the slider/trough area" msgstr "Razmak između teksta sa vrednošću i površine klizača" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Vrednost prilagođenja" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Veličina ikona za alatke" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "GtkAdjustment koji sadrži tekuću vrednost ovog opsega" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Ikona" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Ime logotip slike" @@ -6722,7 +6722,7 @@ msgstr "Obrazac po kojem se crtka pokazatelj elementa u žiži" msgid "Whether to display the column" msgstr "Da li prikazati stubac" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Veličina promenljiva" @@ -7150,45 +7150,45 @@ msgstr "Prikazivanje strelica za uspravno pomeranje" msgid "The length of vertical scroll arrows" msgstr "Kada se prikazuju strelice za uspravno pomeranje sadržaja" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Vrsta prozora" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Vrsta prozora" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Naslov prozora" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Naslov prozora" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Uloga prozora" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Jedinstveni obeleživač prozora koji se koristi pri obnavljanju sesije" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Grupa" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 #, fuzzy msgid "Unique startup identifier for the window used by startup-notification" msgstr "Jedinstveni obeleživač prozora koji se koristi pri obnavljanju sesije" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Dopusti smanjivanje" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7197,25 +7197,25 @@ msgstr "" "Ukoliko je postavljeno, prozor nema najmanju dopuštenu veličinu. " "Uključivanje ovoga je u 99 odsto slučajeva neprikladno" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Dopusti povećanje" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Ukoliko je postavljeno, korisnici mogu povećati prozor preko njegove " "najmanje veličine" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Ukoliko je postavljeno, korisnici mogu promeniti veličinu prozora" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modalni" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7223,69 +7223,69 @@ msgstr "" "Ukoliko je postavljeno, prozor je modalni (ostali prozori se ne mogu " "koristiti dok je ovaj prikazan)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Položaj prozora" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Početni položaj prozora" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Uobičajena širina" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Uobičajena širina prozora, koristi se pri prvom prikazivanju prozora" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Uobičajena visina" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Uobičajena visina prozora, koristi se pri prvom prikazivanju prozora" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Ukloni sa pokretačem" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" "Da li ovaj prozor treba ukloniti kada se ukloni prozor iz kog je ovaj pozvan" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Ikona za ovaj prozor" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Ime ikone iz teme za ovaj prozor" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Je aktivan" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Da li je prvi nivo trenutno aktivni prozor" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Žiža na prvi nivo" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Da li je žiža za unos unutar ovog GtkWindow-a" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Nagoveštaj o vrsti" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7293,87 +7293,87 @@ msgstr "" "Nagoveštaj koji pomaže okruženju radne površine da razume koje vrste je ovaj " "prozor i kako ga postaviti." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Preskoči spisak procesa" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Ukoliko je postavljeno, prozor se neće videti na spisku procesa." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Ne prikazuj u spisku prozora" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "Ukoliko je postavljeno, prozor se neće videti u spisku prozora." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Hitno" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "Ukoliko je postavljeno, prozor će biti nametnut korisniku" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Prihvati fokus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "Ukoliko je postavljeno, prozor će primati fokus za unos." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Fokusiranje pri mapiranju" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "Ukoliko je postavljeno, prozor će primati fokus pri mapiranju." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Ukrašen" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Da li upravnik prozorima treba da ukrasi prozor" # Izbirač naiđe na otirač? :) Ali mi ne pada ništa pametnije na pamet :( -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "Izbirljiv" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 #, fuzzy msgid "Whether the window frame should have a close button" msgstr "Da li upravnik prozorima treba da ukrasi prozor" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Privlačenje" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Privlačenje između prozora" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Dugmići koji se prikazuju u prozorčetu sa porukom" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Vrsta prozora" diff --git a/po-properties/sv.po b/po-properties/sv.po index fa6f8ee9e1..37545ffdd1 100644 --- a/po-properties/sv.po +++ b/po-properties/sv.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ properties\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-05 01:02+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -95,12 +95,12 @@ msgstr "Standarddisplayen för GDK" # Se http://bugzilla.gnome.org/show_bug.cgi?id=148437 -- detta ska vara # "skärm" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Skärm" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen för renderaren" @@ -120,11 +120,11 @@ msgstr "Typsnittsupplösning" msgid "The resolution for fonts on the screen" msgstr "Upplösningen för typsnitt på skärmen" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Programnamn" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -132,43 +132,43 @@ msgstr "" "Namnet på programmet. Om detta inte är angivet är standardalternativet " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Programversion" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Programmets version" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Copyrightsträng" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Copyrightinformation om programmet" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Kommentarsträng" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Kommentarer om programmet" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL till webbplats" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "URL:en för länken till programmets webbplats" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Webbplatsetikett" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -176,45 +176,45 @@ msgstr "" "Etiketten för länken till programmets webbplats. Om detta inte är angivet är " "standardalternativet URL:en" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Upphovsmän" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Lista med programmets upphovsmän" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Dokumentatörer" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Lista med folk som dokumenterat programmet" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Artister" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Lista med folk som har bidragit med grafik till programmet" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Tack till översättare" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Tack till översättarna. Denna sträng ska vara markerad för översättning" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logotyp" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -222,19 +222,19 @@ msgstr "" "En logotyp för om-rutan. Om detta inte är angivet är standardalternativet " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Namn på logotypikon" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "En namngiven ikon att använda som logotyp för om-rutan." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Radbryt licensen" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Huruvida licenstexten ska radbrytas." @@ -308,7 +308,7 @@ msgid "The GIcon being displayed" msgstr "GIcon som visas" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Ikonnamn" @@ -416,7 +416,7 @@ msgid "Whether the action group is visible." msgstr "Huruvida åtgärdsgruppen är synlig." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Värde" @@ -1260,7 +1260,7 @@ msgstr "Följ tillstånd" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Huruvida den renderade pixbufen ska färgsättas enligt tillståndet" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Ikon" @@ -1321,7 +1321,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Orientering och tillväxtriktning för förloppsmätaren" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Justering" @@ -3083,7 +3083,7 @@ msgstr "Ikonsamling" msgid "Icon set to display" msgstr "Ikonsamling att visa" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Ikonstorlek" @@ -3150,7 +3150,7 @@ msgstr "Visa menybilder" msgid "Whether images should be shown in menus" msgstr "Huruvida bilder ska visas i menyer" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Den skärm där detta fönster kommer att visas" @@ -4758,25 +4758,25 @@ msgstr "Värdeutrymme" msgid "Space between value text and the slider/trough area" msgstr "Utrymme mellan värdetext och draglist/trågområdet" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Värdet på skalan" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Ikonstorleken" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "GtkAdjustment som innehåller det aktuella värdet på detta skalknappsobjekt" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Ikoner" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Lista över ikonnamn" @@ -6479,7 +6479,7 @@ msgstr "Punktmönster som används för att rita trädvyns linjer" msgid "Whether to display the column" msgstr "Huruvida kolumnen ska visas" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Storleksändringsbar" @@ -6895,47 +6895,47 @@ msgstr "Längd på vertikal rullningspil" msgid "The length of vertical scroll arrows" msgstr "Längden på vertikala rullningspilar" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Fönstertyp" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Typen av fönster" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Fönstertitel" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Titeln på fönstret" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Fönsterroll" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Unik identifierare för fönstret som ska användas vid återställning av en " "session" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Uppstarts-id" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Unik uppstartsidentifierare för fönstret som ska användas av startup-" "notification" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Tillåt krympning" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6944,23 +6944,23 @@ msgstr "" "Om SANT har fönstret ingen minsta storlek. Att ställa in detta till SANT är " "en dum idé i 99% av fallen" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Tillåt växande" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "Om SANT kan användare utöka fönstret utöver dess minsta storlek" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Om SANT kan användare storleksändra fönstret" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modalt" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6968,68 +6968,68 @@ msgstr "" "Om SANT är fönstret modalt (andra fönster är inte användbara så länge detta " "fönster visas)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Fönsterposition" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Den första positionen på fönstret" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Standardbredd" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Standardbredden på fönstret, används då fönstret först visas" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Standardhöjd" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Standardhöjden på fönstret, används då fönstret först visas" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Förstör med förälder" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Om detta fönster ska förstöras då dess förälder förstörs" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Ikon för detta fönster" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Namnet på den tematiserade ikonen för detta fönster" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Är aktiv" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Huruvida toppnivån är det för tillfället aktiva fönstret" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Fokus i toppnivå" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Huruvida inmatningsfokus är inom detta GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Typtips" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7037,85 +7037,85 @@ msgstr "" "Tips för att hjälpa skrivbordmiljön förstå vad för typ av fönster detta är " "och hur det ska behandlas." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Hoppa över fönsterlista" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "SANT om fönstret inte ska visas i fönsterlistan." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Hoppa över väljaren" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "SANT om fönstret inte ska vara i skrivbordsväljaren." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Brådskande" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "SANT om användaren ska göras uppmärksam på fönstret." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Acceptera fokus" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "SANT om fönstret ska få inmatningsfokus." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Fokusera vid mappning" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "SANT om fönstret ska få inmatningsfokus då det mappas." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Dekorerat" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Huruvida fönstret ska vara dekorerat i fönsterhanteraren" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Borttagningsbart" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Huruvida fönsterramen ska ha en stängningsknapp" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravitet" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Fönstrets fönstergravitet" # Bättre ord saknas -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Kortvarighet för fönster" # Bättre ord? -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Kortvarig förälder för dialogrutan" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Opakhet för fönster" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Opakheten för fönstret, från 0 till 1" diff --git a/po-properties/ta.po b/po-properties/ta.po index d9760708ea..03e7303cf2 100644 --- a/po-properties/ta.po +++ b/po-properties/ta.po @@ -10,15 +10,9 @@ # Dr.T.vasudevan , 2009. msgid "" msgstr "" -"Project-Id-Version: gtk+-properties.HEAD.ta\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+&component=general\n" -"POT-Creation-Date: 2009-03-02 20:42+0000\n" -"PO-Revision-Date: 2009-03-15 19:02+0530\n" -"Last-Translator: I. Felix \n" -"Language-Team: Tamil \n" "Project-Id-Version: gtk+-properties.gtk-2-10.ta\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2006-08-29 18:20+0530\n" "Last-Translator: Felix \n" "Language-Team: Tamil \n" @@ -34,6902 +28,7005 @@ msgstr "" "X-Poedit-Language: Tamil\n" "X-Poedit-Country: INDIA\n" -#: ../gdk-pixbuf/gdk-pixbuf.c:89 +#: gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "தடங்களின் எண்ணிக்கை" -#: ../gdk-pixbuf/gdk-pixbuf.c:90 +#: gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "ஒரு பிக்சலில் எத்தனை மாதிரிகள்" -#: ../gdk-pixbuf/gdk-pixbuf.c:99 +#: gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "வண்ணப்-பரப்பு" -#: ../gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "மாதிரிகள் செயலாகும் வண்ணப்பரப்பு" -#: ../gdk-pixbuf/gdk-pixbuf.c:108 +#: gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "அல்பா (Alpha) உண்டு" -#: ../gdk-pixbuf/gdk-pixbuf.c:109 +#: gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "pixbuf ஆல்ஃபா தடத்தினை கொண்டுள்ளதா" -#: ../gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "மாதிரிக்கான பிட்கள்" -#: ../gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "ஒரு மாதிரியில் எத்தனை பிட்டுகள்" -#: ../gdk-pixbuf/gdk-pixbuf.c:132 -#: ../gtk/gtklayout.c:632 -#: ../gtk/gtktreeviewcolumn.c:207 +#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "அகலம்" -#: ../gdk-pixbuf/gdk-pixbuf.c:133 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "பிக்ஸ்-பபரில் எத்தனை நெடுவரிசைகள்" -#: ../gdk-pixbuf/gdk-pixbuf.c:142 -#: ../gtk/gtklayout.c:641 +#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 msgid "Height" msgstr "உயரம்" -#: ../gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "பிக்ஸ்-பபரில் எத்தனை வரிகள்" -#: ../gdk-pixbuf/gdk-pixbuf.c:159 +#: gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "Rowstride" -#: ../gdk-pixbuf/gdk-pixbuf.c:160 -msgid "The number of bytes between the start of a row and the start of the next row" -msgstr "வரிசையின் ஆரம்பத்துக்கும் அடுத்த வரிசையின் ஆரம்பத்துக்கும் இடையே உள்ள பைட்டுகளின் எண்ணிக்கை" +#: gdk-pixbuf/gdk-pixbuf.c:160 +msgid "" +"The number of bytes between the start of a row and the start of the next row" +msgstr "" +"வரிசையின் ஆரம்பத்துக்கும் அடுத்த வரிசையின் ஆரம்பத்துக்கும் இடையே உள்ள பைட்டுகளின் எண்ணிக்கை" -#: ../gdk-pixbuf/gdk-pixbuf.c:169 +#: gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "பிக்செல்கள்" -#: ../gdk-pixbuf/gdk-pixbuf.c:170 +#: gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "பிக்ஸ்பஃப் இன் பிக்ஸல் தரவுக்கு ஒரு சுட்டி" -#: ../gdk/gdkdisplaymanager.c:103 +#: gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "கொடா நிலை காட்சி(திரை)" -#: ../gdk/gdkdisplaymanager.c:104 +#: gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "GDK க்கான முன்னிருப்பு காட்சி" -#: ../gdk/gdkpango.c:490 -#: ../gtk/gtkinvisible.c:86 -#: ../gtk/gtkmountoperation.c:155 -#: ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "திரை" -#: ../gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "வரைவிக்கு ஜிடிகே திரை " -#: ../gdk/gdkscreen.c:75 +#: gdk/gdkscreen.c:75 msgid "Font options" msgstr "எழுத்துரு விருப்பங்கள்" -#: ../gdk/gdkscreen.c:76 +#: gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "திரைக்கான முன்னிருப்பு எழுத்துரு விருப்பங்கள்" -#: ../gdk/gdkscreen.c:83 +#: gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "எழுத்துரு திரைத்திறன்" -#: ../gdk/gdkscreen.c:84 +#: gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "திரையில் எழுத்துருக்களின் திரைத்திறன்" -#: ../gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "நிரல் பெயர்" -#: ../gtk/gtkaboutdialog.c:201 -msgid "The name of the program. If this is not set, it defaults to g_get_application_name()" -msgstr "நிரலின் பெயர். இது அமைக்கப்படவில்லை எனில், அதன் முன்னிருப்பு g_get_application_name()" +#: gtk/gtkaboutdialog.c:185 +msgid "" +"The name of the program. If this is not set, it defaults to " +"g_get_application_name()" +msgstr "" +"நிரலின் பெயர். இது அமைக்கப்படவில்லை எனில், அதன் முன்னிருப்பு g_get_application_name()" -#: ../gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "நிரல் பதிப்பு" -#: ../gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "நிரலின் பதிப்பு" -#: ../gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "காப்புரிமை சரம்" -#: ../gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "நிரலுக்கான காப்புரிமை தகவல்" -#: ../gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "குறிப்புகள் சரம்" -#: ../gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "நிரல் பற்றிய விளக்கங்கள்" -#: ../gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "இணைய தள URL" -#: ../gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "நிரலின் இணைய தளத்திற்கான இணைய முகவரியின் இணைப்பு" -#: ../gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "இணைய தள பெயர்" -#: ../gtk/gtkaboutdialog.c:301 -msgid "The label for the link to the website of the program. If this is not set, it defaults to the URL" -msgstr "நிரலின் வலைதளத்துக்கு தொடுப்பின் அடையாளம். இதை அமைக்காவிடில் யூஆர்எல்(URL) முன்னிருப்பை கொள்ளும்." +#: gtk/gtkaboutdialog.c:285 +msgid "" +"The label for the link to the website of the program. If this is not set, it " +"defaults to the URL" +msgstr "" +"நிரலின் வலைதளத்துக்கு தொடுப்பின் அடையாளம். இதை அமைக்காவிடில் யூஆர்எல்(URL) முன்னிருப்பை " +"கொள்ளும்." -#: ../gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "ஆசிரியர்கள்" -#: ../gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "நிரலின் ஆசிரியர்கள் பட்டியல்" -#: ../gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "ஆவணமாக்குபவர்கள்" -#: ../gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "நிரலை ஆவணப்படுத்தும் நபர்களின் பட்டியல்" -#: ../gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "கலைஞர்கள்" -#: ../gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "நிரலுக்கு கலை வேலைகளை வழங்கிய நபர்களின் பட்டியல்" -#: ../gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "மொழிப்பெயர்ப்பாளர் சன்மானம்" -#: ../gtk/gtkaboutdialog.c:370 -msgid "Credits to the translators. This string should be marked as translatable" +#: gtk/gtkaboutdialog.c:354 +msgid "" +"Credits to the translators. This string should be marked as translatable" msgstr "மொழிபெயர்ப்பாளருக்கான சன்மானம். இந்த சரம் மொழிபெயர்க்க வேண்டும் என குறிக்க வேண்டும்" -#: ../gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "சின்னம்" -#: ../gtk/gtkaboutdialog.c:386 -msgid "A logo for the about box. If this is not set, it defaults to gtk_window_get_default_icon_list()" -msgstr "இதனை பற்றிய பெட்டிக்கான சின்னம். இது அமைக்கப்படவில்லை எனில், அதன் முன்னிருப்பு gtk_window_get_default_icon_list()" +#: gtk/gtkaboutdialog.c:370 +msgid "" +"A logo for the about box. If this is not set, it defaults to " +"gtk_window_get_default_icon_list()" +msgstr "" +"இதனை பற்றிய பெட்டிக்கான சின்னம். இது அமைக்கப்படவில்லை எனில், அதன் முன்னிருப்பு " +"gtk_window_get_default_icon_list()" -#: ../gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "சின்ன சிறுபட பெயர்" -#: ../gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "பற்றி பெட்டிக்கு லோகோவாக ஒரு பெயரிட்ட சின்னம் " -#: ../gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "மடிப்பு அங்கீகாரம்" -#: ../gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "அங்கீகார உரையை மடிக்க வேண்டுமா." -#: ../gtk/gtkaccellabel.c:123 +#: gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "ஆர்முடுகல் மூடுதல்" -#: ../gtk/gtkaccellabel.c:124 +#: gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "முடுக்கியில் மாற்றங்களுக்கு மூடுதலை கண்காணிக்க வேண்டும்." -#: ../gtk/gtkaccellabel.c:130 +#: gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "ஆர்முடுகல் விஜட்" -#: ../gtk/gtkaccellabel.c:131 +#: gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "முடுக்கியில் மாற்றங்களுக்கு கண்காணிக்க வேண்டிய விட்செட்" -#: ../gtk/gtkaction.c:179 -#: ../gtk/gtkactiongroup.c:170 -#: ../gtk/gtkprinter.c:123 -#: ../gtk/gtktextmark.c:89 +#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 +#: gtk/gtktextmark.c:89 msgid "Name" msgstr "பெயர்" -#: ../gtk/gtkaction.c:180 +#: gtk/gtkaction.c:180 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/gtktoolbutton.c:202 +#: 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/gtktoolbutton.c:202 msgid "Label" msgstr "அடையாளம்" -#: ../gtk/gtkaction.c:199 +#: gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "இந்த செயலை தூண்டும் பட்டியல் உருப்படி மற்றும் பொத்தான்களுக்கு அடையாளம் " -#: ../gtk/gtkaction.c:215 +#: gtk/gtkaction.c:215 msgid "Short label" msgstr "சிறுமையான விளக்கச்சீட்டுகள்" -#: ../gtk/gtkaction.c:216 +#: gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "கருவிப்பட்டை பொத்தான்களுக்கு பயன்படும் குறுகிய அடையாளம் " -#: ../gtk/gtkaction.c:224 +#: gtk/gtkaction.c:224 msgid "Tooltip" msgstr "உதவிகருவி" -#: ../gtk/gtkaction.c:225 +#: gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "இந்த செயலுக்கான ஒரு துணுக்கு செய்தி" -#: ../gtk/gtkaction.c:240 +#: gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "இருப்பு சின்னம்" -#: ../gtk/gtkaction.c:241 +#: gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "இந்த செயலை பிரதிநிதிக்கும் விட்செட்டுகளில் காட்டப்படும் முன்னிருப்பு சின்னம் " -#: ../gtk/gtkaction.c:261 -#: ../gtk/gtkstatusicon.c:250 +#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "GIcon" -#: ../gtk/gtkaction.c:262 -#: ../gtk/gtkcellrendererpixbuf.c:206 -#: ../gtk/gtkimage.c:248 -#: ../gtk/gtkstatusicon.c:251 +#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 +#: gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "இந்த GIcon காட்டப்படுகிறது" -#: ../gtk/gtkaction.c:282 -#: ../gtk/gtkcellrendererpixbuf.c:171 -#: ../gtk/gtkimage.c:230 -#: ../gtk/gtkprinter.c:172 -#: ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:605 +#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "சின்னத்தின் பெயர்" -#: ../gtk/gtkaction.c:283 -#: ../gtk/gtkcellrendererpixbuf.c:172 -#: ../gtk/gtkimage.c:231 -#: ../gtk/gtkstatusicon.c:235 +#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 +#: gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "சின்ன சூழலிலிருந்து சின்னத்தின் பெயர்" -#: ../gtk/gtkaction.c:290 -#: ../gtk/gtktoolitem.c:176 +#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "கிடைமட்டமாக இருக்கும் போது தெரியும்" -#: ../gtk/gtkaction.c:291 -#: ../gtk/gtktoolitem.c:177 -msgid "Whether the toolbar item is visible when the toolbar is in a horizontal orientation." +#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 +msgid "" +"Whether the toolbar item is visible when the toolbar is in a horizontal " +"orientation." msgstr "கருவிப்பட்டை கிடைமட்டமாக உள்ளபோது அதன் உருப்படிகள் தெரியவேண்டுமா" -#: ../gtk/gtkaction.c:306 +#: gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "நிரம்பிய பின் பார்வையில் உள்ளது" -#: ../gtk/gtkaction.c:307 -msgid "When TRUE, toolitem proxies for this action are represented in the toolbar overflow menu." -msgstr "உண்மை எனில் இந்த செயலுக்கான கருவி உருப்படி பதிலாள்கள் கருவிப்பட்டையில் நிரம்பிய பின் காட்டப்படும்" +#: gtk/gtkaction.c:307 +msgid "" +"When TRUE, toolitem proxies for this action are represented in the toolbar " +"overflow menu." +msgstr "" +"உண்மை எனில் இந்த செயலுக்கான கருவி உருப்படி பதிலாள்கள் கருவிப்பட்டையில் நிரம்பிய பின் " +"காட்டப்படும்" -#: ../gtk/gtkaction.c:314 -#: ../gtk/gtktoolitem.c:183 +#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "செங்குத்தாக இருக்கும் போது தெரியும்" -#: ../gtk/gtkaction.c:315 -#: ../gtk/gtktoolitem.c:184 -msgid "Whether the toolbar item is visible when the toolbar is in a vertical orientation." +#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 +msgid "" +"Whether the toolbar item is visible when the toolbar is in a vertical " +"orientation." msgstr "கருவிப்பட்டை செங்குத்தாக உள்ளபோது அதன் உருப்படிகள் தெரியவேண்டுமா" -#: ../gtk/gtkaction.c:322 -#: ../gtk/gtktoolitem.c:190 +#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 msgid "Is important" msgstr "முக்கியமானது" -#: ../gtk/gtkaction.c:323 -msgid "Whether the action is considered important. When TRUE, toolitem proxies for this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." -msgstr "இந்த செயல் முக்கியமானதாக கருதப்படுகிறது. உண்மை எனில் இந்த செயலுக்கான கருவி உருப்படி பதிலாள்கள் உரையை GTK_TOOLBAR_BOTH_HORIZ யாங்கில்ன் காட்டப்படும்" +#: gtk/gtkaction.c:323 +msgid "" +"Whether the action is considered important. When TRUE, toolitem proxies for " +"this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." +msgstr "" +"இந்த செயல் முக்கியமானதாக கருதப்படுகிறது. உண்மை எனில் இந்த செயலுக்கான கருவி உருப்படி " +"பதிலாள்கள் உரையை GTK_TOOLBAR_BOTH_HORIZ யாங்கில்ன் காட்டப்படும்" -#: ../gtk/gtkaction.c:331 +#: gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "வெற்றாக இருந்தால் மறை" -#: ../gtk/gtkaction.c:332 +#: gtk/gtkaction.c:332 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/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193 +#: gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "உணர்வுடையது" -#: ../gtk/gtkaction.c:339 +#: gtk/gtkaction.c:339 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/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293 +#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516 msgid "Visible" msgstr "பாக்கக்கூடியது" -#: ../gtk/gtkaction.c:346 +#: gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "செயல் தெரிகிறதா." -#: ../gtk/gtkaction.c:352 +#: gtk/gtkaction.c:352 msgid "Action Group" msgstr "செயல் குழு" -#: ../gtk/gtkaction.c:353 -msgid "The GtkActionGroup this GtkAction is associated with, or NULL (for internal use)." -msgstr "இந்த ஜிடிகேஆக்ஷன் சார்ந்துள்ள ஜிடிகேஆக்ஷன் குழு அல்லது NULL (உள்ளமை பயனுக்கு மட்டில்)" +#: gtk/gtkaction.c:353 +msgid "" +"The GtkActionGroup this GtkAction is associated with, or NULL (for internal " +"use)." +msgstr "" +"இந்த ஜிடிகேஆக்ஷன் சார்ந்துள்ள ஜிடிகேஆக்ஷன் குழு அல்லது NULL (உள்ளமை பயனுக்கு மட்டில்)" -#: ../gtk/gtkactiongroup.c:171 +#: gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "செயல் குழுவிற்கான ஒரு பெயர்" -#: ../gtk/gtkactiongroup.c:178 +#: gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "செயல் குழு செயல்படுத்தப்பட்டுள்ளதா." -#: ../gtk/gtkactiongroup.c:185 +#: gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "செயல்குழு தெரிகிறதா." -#: ../gtk/gtkadjustment.c:93 -#: ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:204 -#: ../gtk/gtkspinbutton.c:269 +#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "மதிப்பு" -#: ../gtk/gtkadjustment.c:94 +#: gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "ஒழுங்கின் மதிப்பு" -#: ../gtk/gtkadjustment.c:110 +#: gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "அகக்குறைந்த மதிப்பு" -#: ../gtk/gtkadjustment.c:111 +#: gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "ஒழுங்கின் குறைந்தபட்ச மதிப்பு" -#: ../gtk/gtkadjustment.c:130 +#: gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "ஆகக்கூடிய மதிப்பு" -#: ../gtk/gtkadjustment.c:131 +#: gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "ஒழுங்கின் அதிகபட்ச மதிப்பு" -#: ../gtk/gtkadjustment.c:147 +#: gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "படிநிலை அதிகரிப்பு" -#: ../gtk/gtkadjustment.c:148 +#: gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "ஒழுங்கின் படிநிலை அதிகரிப்பு" -#: ../gtk/gtkadjustment.c:164 +#: gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "பக்க அதிகரித்தல்" -#: ../gtk/gtkadjustment.c:165 +#: gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "ஒழுங்கின் பக்க அதிகரிப்பு" -#: ../gtk/gtkadjustment.c:184 +#: gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "பக்கம் அளவு" -#: ../gtk/gtkadjustment.c:185 +#: gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "ஒழுங்கின் பக்க அளவு" -#: ../gtk/gtkalignment.c:90 +#: gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "கிடை நேர்ப்படுத்தம்" -#: ../gtk/gtkalignment.c:91 -#: ../gtk/gtkbutton.c:270 -msgid "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is right aligned" -msgstr "கிடைக்கும் இடத்தில் சேயின் கிடைமட்ட இடம். 0.0 எனில் இடது ஒழுங்கு. 1.0 வலது ஒழுங்கு" +#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 +msgid "" +"Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " +"right aligned" +msgstr "" +"கிடைக்கும் இடத்தில் சேயின் கிடைமட்ட இடம். 0.0 எனில் இடது ஒழுங்கு. 1.0 வலது ஒழுங்கு" -#: ../gtk/gtkalignment.c:100 +#: gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "செங்குத்தமான நேர்ப்படுத்தம்" -#: ../gtk/gtkalignment.c:101 -#: ../gtk/gtkbutton.c:289 -msgid "Vertical position of child in available space. 0.0 is top aligned, 1.0 is bottom aligned" -msgstr "கிடைக்கும் இடத்தில் சேயின் செங்குத்து இடம். 0.0 எனில் இடது ஒழுங்கு. 1.0 வலது ஒழுங்கு" +#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 +msgid "" +"Vertical position of child in available space. 0.0 is top aligned, 1.0 is " +"bottom aligned" +msgstr "" +"கிடைக்கும் இடத்தில் சேயின் செங்குத்து இடம். 0.0 எனில் இடது ஒழுங்கு. 1.0 வலது ஒழுங்கு" -#: ../gtk/gtkalignment.c:109 +#: gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "கிடை அளவுகோல்" -#: ../gtk/gtkalignment.c:110 -msgid "If available horizontal space is bigger than needed for the child, how much of it to use for the child. 0.0 means none, 1.0 means all" -msgstr "கிடைக்கும் கிடைமட்ட இடம் சேயின் தேவையை விட அதிகமானால் சேய்க்கு இதில் எவ்வளவு தருவது.. 0.0 எனில் ஏதுமில்லை 1.0 அனைத்தும்" +#: gtk/gtkalignment.c:110 +msgid "" +"If available horizontal space is bigger than needed for the child, how much " +"of it to use for the child. 0.0 means none, 1.0 means all" +msgstr "" +"கிடைக்கும் கிடைமட்ட இடம் சேயின் தேவையை விட அதிகமானால் சேய்க்கு இதில் எவ்வளவு தருவது.. " +"0.0 எனில் ஏதுமில்லை 1.0 அனைத்தும்" -#: ../gtk/gtkalignment.c:118 +#: gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "செங்குத்தான அளவுகோல்" -#: ../gtk/gtkalignment.c:119 -msgid "If available vertical space is bigger than needed for the child, how much of it to use for the child. 0.0 means none, 1.0 means all" -msgstr "கிடைக்கும் செங்குத்தான இடம் சேயின் தேவையை விட அதிகமானால் சேய்க்கு இதில் எவ்வளவு தருவது.. 0.0 எனில் ஏதுமில்லை 1.0 அனைத்தும்" +#: gtk/gtkalignment.c:119 +msgid "" +"If available vertical space is bigger than needed for the child, how much of " +"it to use for the child. 0.0 means none, 1.0 means all" +msgstr "" +"கிடைக்கும் செங்குத்தான இடம் சேயின் தேவையை விட அதிகமானால் சேய்க்கு இதில் எவ்வளவு " +"தருவது.. 0.0 எனில் ஏதுமில்லை 1.0 அனைத்தும்" -#: ../gtk/gtkalignment.c:136 +#: gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "மேல் திண்டாக்கம்" -#: ../gtk/gtkalignment.c:137 +#: gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "சாளரத்தின் மேலே நுழைக்க வேண்டிய திண்டாக்கம்." -#: ../gtk/gtkalignment.c:153 +#: gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "கீழ் நிரப்பல்" -#: ../gtk/gtkalignment.c:154 +#: gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "சாளரத்தின் கீழே நுழைக்க வேண்டிய திண்டாக்கம்" -#: ../gtk/gtkalignment.c:170 +#: gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "இடது திண்டாக்கம்" -#: ../gtk/gtkalignment.c:171 +#: gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "சாளரத்தின் இடப்பக்கம் நுழைக்க வேண்டிய திண்டாக்கம்." -#: ../gtk/gtkalignment.c:187 +#: gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "வலது திண்டாக்கம்" -#: ../gtk/gtkalignment.c:188 +#: gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "சாளரத்தின் வலப்பக்கம் நுழைக்க வேண்டிய திண்டாக்கம்." -#: ../gtk/gtkarrow.c:75 +#: gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "அம்பு திசை" -#: ../gtk/gtkarrow.c:76 +#: gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "அம்பு காண்பிக்கப்பட வேண்டிய திசை" -#: ../gtk/gtkarrow.c:84 +#: gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "அம்பு நிழல்" -#: ../gtk/gtkarrow.c:85 +#: gtk/gtkarrow.c:85 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:363 msgid "Arrow Scaling" msgstr "அம்புக்குறி அளவிடல்" -#: ../gtk/gtkarrow.c:93 +#: gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "அம்புக்குறியால் பயன்படுத்தப்பட்ட இடைவெளி அளவு" -#: ../gtk/gtkaspectframe.c:79 +#: gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "கிடை நேர்ப்படுத்தம்" -#: ../gtk/gtkaspectframe.c:80 +#: gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "சேய்யின் X நேர்ப்படுத்தம்" -#: ../gtk/gtkaspectframe.c:86 +#: gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "செங்குத்தமாக நேர்ப்படுத்தம்" -#: ../gtk/gtkaspectframe.c:87 +#: gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "சேய்யின் Y நேர்ப்படுத்தம்" -#: ../gtk/gtkaspectframe.c:93 +#: gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "விகிதம்" -#: ../gtk/gtkaspectframe.c:94 +#: gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "obey_child தவறு எனில் சரிவிகிதம்" -#: ../gtk/gtkaspectframe.c:100 +#: gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "சேய்க்கு கீழ்படி" -#: ../gtk/gtkaspectframe.c:101 +#: gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "காட்சி விகிதத்தை சட்டத்தின் சேய் க்கு பொருந்துதலை கட்டாயப்படுத்து" -#: ../gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "தலைப்பு பேடிங்" -#: ../gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "தலைப்பு சுற்றி பிக்ஸல்களின் எண்ணிக்கை" -#: ../gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "உள்ளடக்க பேடிங்" -#: ../gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "உள்ளடக்க பக்கங்களில் பிக்ஸல்களின் எண்ணிக்கை" -#: ../gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:286 msgid "Page type" msgstr "பக்க வகை" -#: ../gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "துணைப் பக்கத்தின் வகை" -#: ../gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:304 msgid "Page title" msgstr "பக்கத் தலைப்பு" -#: ../gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "துணைப் பக்கத்தின் தலைப்பு" -#: ../gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:321 msgid "Header image" msgstr "தலைப்பின் படம்" -#: ../gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "உதவி பக்கத்திற்கான தலைப்பு படம்" -#: ../gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "படம்" -#: ../gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "உதவி பக்கத்திற்கான பக்க பட்டை படம்" -#: ../gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:354 msgid "Page complete" msgstr "பக்கம் முடிவடைந்து" -#: ../gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "பக்கத்தில் அனைத்து தேவையான புலங்களும் நிரப்ப வேண்டுமா" -#: ../gtk/gtkbbox.c:91 +#: gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "குறைந்தபட்ச சேய் அகலம்" -#: ../gtk/gtkbbox.c:92 +#: gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "பெட்டிக்குள் பொத்தான்களின் குறைந்தபட்ச அகலம்" -#: ../gtk/gtkbbox.c:100 +#: gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "குறைந்தபட்சம் சேயின் உயரம்" -#: ../gtk/gtkbbox.c:101 +#: gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "பெட்டிக்குள் இருக்கும் பொத்தானின் குறைந்தபட்ச உயரம்" -#: ../gtk/gtkbbox.c:109 +#: gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "சேய் உள்ளார்ந்த அகல தடுப்பு" -#: ../gtk/gtkbbox.c:110 +#: gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "சேய் சுற்றி இரு பக்கங்களும் அதிகரிக்க வேண்டிய சேயின் அளவு" -#: ../gtk/gtkbbox.c:118 +#: gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "சேய் உள்ளார்ந்த உயர தடுப்பு" -#: ../gtk/gtkbbox.c:119 +#: gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "சேய் சுற்றி மேல் மற்றும் கீழே அதிகரிக்க வேண்டிய சேயின் அளவு" -#: ../gtk/gtkbbox.c:127 +#: gtk/gtkbbox.c:127 msgid "Layout style" msgstr "எழுத்துவகை பாணி" -#: ../gtk/gtkbbox.c:128 -msgid "How to layout the buttons in the box. Possible values are default, spread, edge, start and end" -msgstr "பெட்டியில் பொத்தான்களை எப்படி அமைப்பது. தரவியரும் மதிப்புகள் முன்னிருப்பு பரப்பி விளிம்பு மற்றும் முடிவு" +#: gtk/gtkbbox.c:128 +msgid "" +"How to layout the buttons in the box. Possible values are default, spread, " +"edge, start and end" +msgstr "" +"பெட்டியில் பொத்தான்களை எப்படி அமைப்பது. தரவியரும் மதிப்புகள் முன்னிருப்பு பரப்பி விளிம்பு " +"மற்றும் முடிவு" -#: ../gtk/gtkbbox.c:136 +#: gtk/gtkbbox.c:136 msgid "Secondary" msgstr "இரண்டாவது" -#: ../gtk/gtkbbox.c:137 -msgid "If TRUE, the child appears in a secondary group of children, suitable for, e.g., help buttons" -msgstr "உண்மை எனில் சேய் ஒரு இரண்டாம் சேய் குழுவில் காணப்படும், அவை உதாரணமாக உதவி பொத்தான் போன்றவை" +#: gtk/gtkbbox.c:137 +msgid "" +"If TRUE, the child appears in a secondary group of children, suitable for, e." +"g., help buttons" +msgstr "" +"உண்மை எனில் சேய் ஒரு இரண்டாம் சேய் குழுவில் காணப்படும், அவை உதாரணமாக உதவி பொத்தான் " +"போன்றவை" -#: ../gtk/gtkbox.c:130 -#: ../gtk/gtkexpander.c:219 -#: ../gtk/gtkiconview.c:664 -#: ../gtk/gtktreeviewcolumn.c:216 +#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 +#: gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "இடைவெளி" -#: ../gtk/gtkbox.c:131 +#: gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "சேய்களுக்கிடையே உள்ள இடைவெளி" -#: ../gtk/gtkbox.c:140 -#: ../gtk/gtknotebook.c:649 -#: ../gtk/gtktable.c:165 -#: ../gtk/gtktoolbar.c:573 +#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 +#: gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "ஒரே மாதியான" -#: ../gtk/gtkbox.c:141 +#: gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "சேய்கள் அனைத்தும் ஒரே அளவாக இருக்க வேண்டுமா" -#: ../gtk/gtkbox.c:148 -#: ../gtk/gtkpreview.c:101 -#: ../gtk/gtktoolbar.c:565 -#: ../gtk/gtktreeviewcolumn.c:272 +#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 +#: gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "விரிக்கவும்" -#: ../gtk/gtkbox.c:149 +#: gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "பெற்றோர் வளரும்போது சேய்க்கு கூடிதல் இடம் கொடுக்கப்பட வேண்டுமா." -#: ../gtk/gtkbox.c:155 +#: gtk/gtkbox.c:155 msgid "Fill" msgstr "நிரப்பு" -#: ../gtk/gtkbox.c:156 -msgid "Whether extra space given to the child should be allocated to the child or used as padding" +#: gtk/gtkbox.c:156 +msgid "" +"Whether extra space given to the child should be allocated to the child or " +"used as padding" msgstr "சேய்க்கு கொடுத்த கூடுதல் சேய்க்கே தரப்படவேண்டுமா அல்லது பொதிக்கு பயன்படலாமா" -#: ../gtk/gtkbox.c:162 +#: gtk/gtkbox.c:162 msgid "Padding" msgstr "நிரப்பல்" -#: ../gtk/gtkbox.c:163 +#: gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "சேய்க்கும் அண்டையில் உள்ளாருக்கும் தர வேண்டிய கூடுதல் இடைவெளி பிக்ஸல்களில்" -#: ../gtk/gtkbox.c:169 +#: gtk/gtkbox.c:169 msgid "Pack type" msgstr "அடுக்கும் வகை" -#: ../gtk/gtkbox.c:170 -#: ../gtk/gtknotebook.c:716 -msgid "A GtkPackType indicating whether the child is packed with reference to the start or end of the parent" -msgstr "சேய் பெற்றோரின் துவக்கம் அல்லது முடிவு எதில் அடங்கி உல்லது எனக்காட்டும் ஒரு ஜிடிகேபாக்டைப்" +#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 +msgid "" +"A GtkPackType indicating whether the child is packed with reference to the " +"start or end of the parent" +msgstr "" +"சேய் பெற்றோரின் துவக்கம் அல்லது முடிவு எதில் அடங்கி உல்லது எனக்காட்டும் ஒரு " +"ஜிடிகேபாக்டைப்" -#: ../gtk/gtkbox.c:176 -#: ../gtk/gtknotebook.c:694 -#: ../gtk/gtkpaned.c:241 -#: ../gtk/gtkruler.c:148 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 +#: gtk/gtkruler.c:148 msgid "Position" msgstr "இடம்" -#: ../gtk/gtkbox.c:177 -#: ../gtk/gtknotebook.c:695 +#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "பெற்றோரில் சேயின் அகரவரிசை" -#: ../gtk/gtkbuilder.c:96 +#: gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "மொழிப்பெயர்ப்பாளர் டொமைன்" -#: ../gtk/gtkbuilder.c:97 +#: gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "gettextஆல் பயன்படுத்தப்பட்ட மொழிபெயர்ப்பு டொமைன்" -#: ../gtk/gtkbutton.c:220 -msgid "Text of the label widget inside the button, if the button contains a label widget" +#: gtk/gtkbutton.c:220 +msgid "" +"Text of the label widget inside the button, if the button contains a label " +"widget" msgstr " பொத்தானில் அடையாள விட்செட் இருப்பின் அதன் உரை " -#: ../gtk/gtkbutton.c:227 -#: ../gtk/gtkexpander.c:203 -#: ../gtk/gtklabel.c:388 -#: ../gtk/gtkmenuitem.c:315 -#: ../gtk/gtktoolbutton.c:209 +#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 +#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209 msgid "Use underline" msgstr "அடிக்கோடு பயன்படுத்தவும்" -#: ../gtk/gtkbutton.c:228 -#: ../gtk/gtkexpander.c:204 -#: ../gtk/gtklabel.c:389 -#: ../gtk/gtkmenuitem.c:316 -msgid "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key" -msgstr "அமைக்கப்பட்டால், அடிகோடிட்ட உரை அடுத்து வரும் எழுத்து நிமோனிக் ஆக்சலரேட்டாராக செயல்படும் என காட்டுகிறது" +#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389 +#: gtk/gtkmenuitem.c:316 +msgid "" +"If set, an underline in the text indicates the next character should be used " +"for the mnemonic accelerator key" +msgstr "" +"அமைக்கப்பட்டால், அடிகோடிட்ட உரை அடுத்து வரும் எழுத்து நிமோனிக் ஆக்சலரேட்டாராக செயல்படும் " +"என காட்டுகிறது" -#: ../gtk/gtkbutton.c:235 -#: ../gtk/gtkimagemenuitem.c:150 +#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "ஸ்டாக் பயன்படுத்து" -#: ../gtk/gtkbutton.c:236 -msgid "If set, the label is used to pick a stock item instead of being displayed" +#: gtk/gtkbutton.c:236 +msgid "" +"If set, the label is used to pick a stock item instead of being displayed" msgstr "அமைத்தால் அடையாளம் காட்டப்படாமல் ஸ்டாக் உருப்படியை பொறுக்க பயன்படும்." -#: ../gtk/gtkbutton.c:243 -#: ../gtk/gtkcombobox.c:789 -#: ../gtk/gtkfilechooserbutton.c:393 +#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "முன்னிலைப்படுத்தலில் சொடுக்கு" -#: ../gtk/gtkbutton.c:244 -#: ../gtk/gtkfilechooserbutton.c:394 +#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "பொத்தான் சொடுக்கப்பட்டால் குவிப்பை பிடிக்குமா" -#: ../gtk/gtkbutton.c:251 +#: gtk/gtkbutton.c:251 msgid "Border relief" msgstr "எல்லை விடுவிப்பு" -#: ../gtk/gtkbutton.c:252 +#: gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "எல்லையின் நிழல் வடிவ பாணி" -#: ../gtk/gtkbutton.c:269 +#: gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "சேயின் கிடைமட்ட ஒழுங்கு" -#: ../gtk/gtkbutton.c:288 +#: gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "சேயின் செங்குத்து ஒழுங்கு" -#: ../gtk/gtkbutton.c:305 -#: ../gtk/gtkimagemenuitem.c:135 +#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "உருவ விட்செட்" -#: ../gtk/gtkbutton.c:306 +#: gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "பொத்தான் உரைக்கு அடுத்து தோன்றும் சேய் சாளரம்" -#: ../gtk/gtkbutton.c:320 +#: gtk/gtkbutton.c:320 msgid "Image position" msgstr "படம் இடம்" -#: ../gtk/gtkbutton.c:321 +#: gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "உரையுடன் தொடர்புடைய படத்தின் இடம்" -#: ../gtk/gtkbutton.c:433 +#: gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "கொடா நிலை இடைவெளி" -#: ../gtk/gtkbutton.c:434 +#: gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "CAN_DEFAULT பொத்தான்களுக்கு கூடுதல் இடத்தை சேர்க்க" -#: ../gtk/gtkbutton.c:440 +#: gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "முன்னிருப்பு வெளிப்பக்க இடைவெளி" -#: ../gtk/gtkbutton.c:441 -msgid "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the border" -msgstr "எல்லைக்கு வெளியே எப்போதும் வரையப்படும் CAN_DEFAULT பொத்தான்களுக்கு கூடுதல் இடைவெளி " +#: gtk/gtkbutton.c:441 +msgid "" +"Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " +"border" +msgstr "" +"எல்லைக்கு வெளியே எப்போதும் வரையப்படும் CAN_DEFAULT பொத்தான்களுக்கு கூடுதல் இடைவெளி " -#: ../gtk/gtkbutton.c:446 +#: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "சேய் X இடம்பெயர்வு" -#: ../gtk/gtkbutton.c:447 -msgid "How far in the x direction to move the child when the button is depressed" +#: gtk/gtkbutton.c:447 +msgid "" +"How far in the x direction to move the child when the button is depressed" msgstr "பொத்தான் ஐ அழுத்தினால் எவ்வளவு தூரம் x திசையில் சேயை நகர்த்த வேண்டும்" -#: ../gtk/gtkbutton.c:454 +#: gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "சேய் Y இடம்பெயர்வு" -#: ../gtk/gtkbutton.c:455 -msgid "How far in the y direction to move the child when the button is depressed" +#: gtk/gtkbutton.c:455 +msgid "" +"How far in the y direction to move the child when the button is depressed" msgstr "பொத்தான் ஐ அழுத்தினால் எவ்வளவு தூரம் y திசையில் சேயை நகர்த்த வேண்டும்" -#: ../gtk/gtkbutton.c:471 +#: gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "முன்னிலைபடுத்தலை மாற்று" -#: ../gtk/gtkbutton.c:472 -msgid "Whether the child_displacement_x/_y properties should also affect the focus rectangle" +#: gtk/gtkbutton.c:472 +msgid "" +"Whether the child_displacement_x/_y properties should also affect the focus " +"rectangle" msgstr "child_displacement_x/_y பண்புகள் குவிப்பு செவ்வகத்தையும் பாதிக்க வேண்டுமா" -#: ../gtk/gtkbutton.c:485 -#: ../gtk/gtkentry.c:658 -#: ../gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "உள் எல்லை" -#: ../gtk/gtkbutton.c:486 +#: gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "பொத்தான் முனைகளுக்கும் சேய்க்கும் இடையேயான எல்லை." -#: ../gtk/gtkbutton.c:499 +#: gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "படம் இடைவெளி" -#: ../gtk/gtkbutton.c:500 +#: gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "பிக்ஸலில் படத்திற்கும் பெயருக்கும் இடையே உள்ள இடைவெளி" -#: ../gtk/gtkbutton.c:514 +#: gtk/gtkbutton.c:514 msgid "Show button images" msgstr "பொத்தான் உருவங்களைக் காட்டுக" -#: ../gtk/gtkbutton.c:515 +#: gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "பொத்தான்கள் மீது பிம்பங்கள் காடப்பட வேண்டுமா" -#: ../gtk/gtkcalendar.c:440 +#: gtk/gtkcalendar.c:440 msgid "Year" msgstr "ஆண்டு" -#: ../gtk/gtkcalendar.c:441 +#: gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "தெரிவு செய்யப்பட்ட ஆண்டு" -#: ../gtk/gtkcalendar.c:454 +#: gtk/gtkcalendar.c:454 msgid "Month" msgstr "மாதம்" -#: ../gtk/gtkcalendar.c:455 +#: gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "தேர்ந்தெடுக்கப்பட்ட மாதம் (0 மற்றும் 11 க்கு இடைப்பட்ட எண்ணாக இருக்க வேண்டும்)" -#: ../gtk/gtkcalendar.c:469 +#: gtk/gtkcalendar.c:469 msgid "Day" msgstr "நாள்" -#: ../gtk/gtkcalendar.c:470 -msgid "The selected day (as a number between 1 and 31, or 0 to unselect the currently selected day)" -msgstr "தேர்ந்தெடுத்த நாள் (எண்1 லிருந்து எண் 31க்குள் நடுவில் மற்றும், அல்லது 0 விலிருந்து தேர்ந்தெடுக்கப்படாத தற்போது தேர்ந்தெடுத்த நாள்)" +#: gtk/gtkcalendar.c:470 +msgid "" +"The selected day (as a number between 1 and 31, or 0 to unselect the " +"currently selected day)" +msgstr "" +"தேர்ந்தெடுத்த நாள் (எண்1 லிருந்து எண் 31க்குள் நடுவில் மற்றும், அல்லது 0 விலிருந்து " +"தேர்ந்தெடுக்கப்படாத தற்போது தேர்ந்தெடுத்த நாள்)" -#: ../gtk/gtkcalendar.c:484 +#: gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "தலைப்பைக் காண்பிக்கவும்" -#: ../gtk/gtkcalendar.c:485 +#: gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "உண்மை எனில், ஒரு தலைப்பு காட்டப்பட்டது" -#: ../gtk/gtkcalendar.c:499 +#: gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "நால் பெயர்கள் காண்பிக்கவும்" -#: ../gtk/gtkcalendar.c:500 +#: gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "உண்மை எனில், கிழமை பெயர்கள் காட்டப்படும்" -#: ../gtk/gtkcalendar.c:513 +#: gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "மாத மாற்றம் இல்லை" -#: ../gtk/gtkcalendar.c:514 +#: gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "உண்மை எனில், தேர்ந்தெடுக்கப்பட்ட மாதம் மாற்றப்படாது" -#: ../gtk/gtkcalendar.c:528 +#: gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "வார எண்களை காட்டு" -#: ../gtk/gtkcalendar.c:529 +#: gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "உண்மை எனில், வார எண்கள் காட்டப்படும்" -#: ../gtk/gtkcalendar.c:544 +#: gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "விவரங்களின் அகலம்" -#: ../gtk/gtkcalendar.c:545 +#: gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "விவரங்கள் இன் அகலம் எண் எழுத்துக்கள் குறியீடுகளில்" -#: ../gtk/gtkcalendar.c:560 +#: gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "உயரத்தின் விவரங்கள்" -#: ../gtk/gtkcalendar.c:561 +#: gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "வரிசைகளின் விரிவான உயரம்" -#: ../gtk/gtkcalendar.c:577 +#: gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "விவரங்களைக் காட்டு" -#: ../gtk/gtkcalendar.c:578 +#: gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "உண்மை எனில், விவரங்கள் காட்டப்படும்" -#: ../gtk/gtkcellrenderer.c:177 +#: gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "முறைமை" -#: ../gtk/gtkcellrenderer.c:178 +#: gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "CellRenderer ன் தொகுக்கக்கூடிய முறை" -#: ../gtk/gtkcellrenderer.c:186 +#: gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "பார்க்கக்கூடியது" -#: ../gtk/gtkcellrenderer.c:187 +#: gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "கலன் காண்பி" -#: ../gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "அறை உணர்வினை காட்டவும்" -#: ../gtk/gtkcellrenderer.c:201 +#: gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "xalign" -#: ../gtk/gtkcellrenderer.c:202 +#: gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "x-ஒழுங்கு." -#: ../gtk/gtkcellrenderer.c:211 +#: gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "yalign" -#: ../gtk/gtkcellrenderer.c:212 +#: gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "y-ஒழுங்கு" -#: ../gtk/gtkcellrenderer.c:221 +#: gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "xpad" -#: ../gtk/gtkcellrenderer.c:222 +#: gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "xpad." -#: ../gtk/gtkcellrenderer.c:231 +#: gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "ypad" -#: ../gtk/gtkcellrenderer.c:232 +#: gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "ypad." -#: ../gtk/gtkcellrenderer.c:241 +#: gtk/gtkcellrenderer.c:241 msgid "width" msgstr "அகலம்" -#: ../gtk/gtkcellrenderer.c:242 +#: gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "மாற்றமுடியாத அகலம்" -#: ../gtk/gtkcellrenderer.c:251 +#: gtk/gtkcellrenderer.c:251 msgid "height" msgstr "உயரம்" -#: ../gtk/gtkcellrenderer.c:252 +#: gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "மாற்றமுடியாத உயரம்" -#: ../gtk/gtkcellrenderer.c:261 +#: gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "விரிவாக்கியா" -#: ../gtk/gtkcellrenderer.c:262 +#: gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "வரிசையில் சேய் உண்டு" -#: ../gtk/gtkcellrenderer.c:270 +#: gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "விரிவாக்கப்பட்டதா" -#: ../gtk/gtkcellrenderer.c:271 +#: gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "நிரை ஒரு விரிவாக்கி நிரை மற்றும் விரிவாக்கப்பட்டது" -#: ../gtk/gtkcellrenderer.c:278 +#: gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "செல் பின்னணி வண்ணப் பெயர்" -#: ../gtk/gtkcellrenderer.c:279 +#: gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "செல் பின்னணி வண்ணம் ஓர் சரமாக" -#: ../gtk/gtkcellrenderer.c:286 +#: gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "செல் பின்னணி வண்ணம்" -#: ../gtk/gtkcellrenderer.c:287 +#: gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "செல் பின்னணி வண்ணம் ஓர் GdkColorராக" -#: ../gtk/gtkcellrenderer.c:294 +#: gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "திருத்துதல்" -#: ../gtk/gtkcellrenderer.c:295 +#: gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "அறை வரைவி இப்போது திருத்தும் பாங்கில் உள்ளதா" -#: ../gtk/gtkcellrenderer.c:303 +#: gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "செல் பின்னணி அமைக்கப்பட்டது" -#: ../gtk/gtkcellrenderer.c:304 +#: gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "இந்த ஒட்டு அறையின் பின்னணி நிறத்தை பாதிக்குமா" -#: ../gtk/gtkcellrendereraccel.c:113 +#: gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "முடுக்கம்டுகல் விசை" -#: ../gtk/gtkcellrendereraccel.c:114 +#: gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "மாற்றியின் விசை மதிப்பு" -#: ../gtk/gtkcellrendereraccel.c:130 +#: gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "முடுக்கம்டுகல் மாற்றிகள்" -#: ../gtk/gtkcellrendereraccel.c:131 +#: gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "மாற்றியின் மாற்றி முகமூடி" -#: ../gtk/gtkcellrendereraccel.c:148 +#: gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "முடுக்கம்டுகல் விசை" -#: ../gtk/gtkcellrendereraccel.c:149 +#: gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "மாற்றியின் வன்பொருள் விசை குறியீடு" -#: ../gtk/gtkcellrendereraccel.c:168 +#: gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "முடக்கி பாங்கு" -#: ../gtk/gtkcellrendereraccel.c:169 +#: gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "மாற்றிகளின் வகை" -#: ../gtk/gtkcellrenderercombo.c:107 +#: gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "மாதிரி" -#: ../gtk/gtkcellrenderercombo.c:108 +#: gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "மாதிரி சேர்க்கைப்பெட்டியின் மதிப்புகளை கொண்டிருக்கும்" -#: ../gtk/gtkcellrenderercombo.c:130 -#: ../gtk/gtkcomboboxentry.c:106 +#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "உரை நிரல்" -#: ../gtk/gtkcellrenderercombo.c:131 -#: ../gtk/gtkcomboboxentry.c:107 +#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "சரங்களை வேண்டிப்பெற தரவு மூல மாடலில் ஒரு பத்தி " -#: ../gtk/gtkcellrenderercombo.c:148 +#: gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "உள்ளீடு கொண்டுள்ளது" -#: ../gtk/gtkcellrenderercombo.c:149 +#: gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "பொய் எனில் தெர்ந்தெடுத்த சரங்கள் தவிர வேறு எதையும் உள்ளிட அனுமதியாதே" -#: ../gtk/gtkcellrendererpixbuf.c:111 +#: gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "Pixbuf இலக்கு" -#: ../gtk/gtkcellrendererpixbuf.c:112 +#: gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "இந்த pixbuf கொடுக்க" -#: ../gtk/gtkcellrendererpixbuf.c:119 +#: gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "Pixbuf விரிவாக்கம் திறப்பு" -#: ../gtk/gtkcellrendererpixbuf.c:120 +#: gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "திறந்த விரிவாக்கத்திற்கான Pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:127 +#: gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "Pixbuf விரிவாக்கம் மூடப்பட்டது" -#: ../gtk/gtkcellrendererpixbuf.c:128 +#: gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "மூடிய விரிவாக்கத்திற்கான Pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:135 -#: ../gtk/gtkimage.c:172 -#: ../gtk/gtkstatusicon.c:226 +#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "இருப்பு குறி" -#: ../gtk/gtkcellrendererpixbuf.c:136 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "வரைய வேண்டிய ஸ்டாக் சின்னத்தின் ஐடி (ID)" -#: ../gtk/gtkcellrendererpixbuf.c:143 -#: ../gtk/gtkrecentmanager.c:245 -#: ../gtk/gtkstatusicon.c:267 +#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 +#: gtk/gtkstatusicon.c:267 msgid "Size" msgstr "அளவு" -#: ../gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "இந்த GtkIconSize மதிப்பு கொடுக்கப்பட்ட சின்னத்தின் அளவை குறிக்கிறது" -#: ../gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "விவரங்கள்" -#: ../gtk/gtkcellrendererpixbuf.c:154 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "கொடுத்தல் விவரம் தீம் இயந்திரத்திற்கு கொடுக்க" -#: ../gtk/gtkcellrendererpixbuf.c:187 +#: gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "நிலையை பின்பற்று" -#: ../gtk/gtkcellrendererpixbuf.c:188 +#: gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Whether the rendered pixbuf should be colorized according to the state" -#: ../gtk/gtkcellrendererpixbuf.c:205 -#: ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "குறும்படம்" -#: ../gtk/gtkcellrendererprogress.c:129 +#: gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "முன்னேற்றுப்பட்டையின் மதிப்பு" -#: ../gtk/gtkcellrendererprogress.c:146 -#: ../gtk/gtkcellrenderertext.c:195 -#: ../gtk/gtkentry.c:701 -#: ../gtk/gtkmessagedialog.c:153 -#: ../gtk/gtkprogressbar.c:184 -#: ../gtk/gtktextbuffer.c:198 +#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 +#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 +#: gtk/gtktextbuffer.c:198 msgid "Text" msgstr "உரை" -#: ../gtk/gtkcellrendererprogress.c:147 +#: gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "முன்னேற்றுப்பட்டையில் உரை" -#: ../gtk/gtkcellrendererprogress.c:170 +#: gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "துடிப்பு" -#: ../gtk/gtkcellrendererprogress.c:171 -msgid "Set this to positive values to indicate that some progress is made, but you don't know how much." -msgstr "கொஞ்சம் முன்னேற்றம் உள்ளது ஆனால் எவ்வளவு என தெரியவில்லை என காட்ட இதை நேர் மதிப்பில் அமை " +#: gtk/gtkcellrendererprogress.c:171 +msgid "" +"Set this to positive values to indicate that some progress is made, but you " +"don't know how much." +msgstr "" +"கொஞ்சம் முன்னேற்றம் உள்ளது ஆனால் எவ்வளவு என தெரியவில்லை என காட்ட இதை நேர் மதிப்பில் அமை " -#: ../gtk/gtkcellrendererprogress.c:187 -#: ../gtk/gtkprogress.c:118 +#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "உரையின் x நேர்ப்படுத்தம்" -#: ../gtk/gtkcellrendererprogress.c:188 -#: ../gtk/gtkprogress.c:119 -msgid "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL layouts." -msgstr "கிடைமட்ட உரை ஒழுங்கு 0 (இடது) முதல் 1 (வலது) வரை. ஆர்டிஎல் (வலதிருந்து இடம்) அமைப்புக்கு மாறாக." +#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 +msgid "" +"The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " +"layouts." +msgstr "" +"கிடைமட்ட உரை ஒழுங்கு 0 (இடது) முதல் 1 (வலது) வரை. ஆர்டிஎல் (வலதிருந்து இடம்) " +"அமைப்புக்கு மாறாக." -#: ../gtk/gtkcellrendererprogress.c:204 -#: ../gtk/gtkprogress.c:125 +#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "உரையின் y நேர்ப்படுத்தம்" -#: ../gtk/gtkcellrendererprogress.c:205 -#: ../gtk/gtkprogress.c:126 +#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "சென்குத்து உரை ஒழுங்கு 0 (மேல்) முதல் 1 (கீழ்) வரை. ஆர்டிஎல் " -#: ../gtk/gtkcellrendererprogress.c:221 -#: ../gtk/gtkiconview.c:729 -#: ../gtk/gtkorientable.c:74 -#: ../gtk/gtkprogressbar.c:126 -#: ../gtk/gtkstatusicon.c:325 -#: ../gtk/gtktrayicon-x11.c:110 +#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 +#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 +#: gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "திசை அமைவு" -#: ../gtk/gtkcellrendererprogress.c:222 -#: ../gtk/gtkprogressbar.c:127 +#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "முன்னேற்ற பட்டியின் திசைஅமைவு மற்றும் வளர்ச்சி திசை" -#: ../gtk/gtkcellrendererspin.c:93 -#: ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 -#: ../gtk/gtkscalebutton.c:223 -#: ../gtk/gtkspinbutton.c:208 +#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "ஒழுங்குபடுத்தல்" -#: ../gtk/gtkcellrendererspin.c:94 +#: gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "சுழல் பொத்தானின் மதிப்பை அடக்கிய சரி செய்தல்" -#: ../gtk/gtkcellrendererspin.c:109 +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "ஏறும் விகிதம்" -#: ../gtk/gtkcellrendererspin.c:110 -#: ../gtk/gtkspinbutton.c:217 +#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "பொத்தான் ஐ அமுக்கிபிடித்தால் விளையும் முடிக்க விகிதம்" -#: ../gtk/gtkcellrendererspin.c:123 -#: ../gtk/gtkscale.c:200 -#: ../gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "இலக்கங்கள்" -#: ../gtk/gtkcellrendererspin.c:124 -#: ../gtk/gtkspinbutton.c:227 +#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "காட்ட வேண்டிய தசம இடங்கள்" -#: ../gtk/gtkcellrenderertext.c:196 +#: gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "வரையவேண்டிய உரை" -#: ../gtk/gtkcellrenderertext.c:203 +#: gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "குறிமுறை" -#: ../gtk/gtkcellrenderertext.c:204 +#: gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "குறிக்கப்பட்ட உரை கொடுக்க" -#: ../gtk/gtkcellrenderertext.c:211 -#: ../gtk/gtklabel.c:374 +#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 msgid "Attributes" msgstr "பண்புகள்" -#: ../gtk/gtkcellrenderertext.c:212 +#: gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "வரைவியின் உரையில் பயன்படுத்த வேண்டிய பண்புக்கூறுகளின் ஒரு பட்டியல்" -#: ../gtk/gtkcellrenderertext.c:219 +#: gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "ஒற்றை பத்தி முறை" -#: ../gtk/gtkcellrenderertext.c:220 +#: gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "அனைத்து உரையைய்டும் ஒரே பத்தியில் வைத்துக்கொள்வதா இல்லையா" -#: ../gtk/gtkcellrenderertext.c:228 -#: ../gtk/gtkcellview.c:160 -#: ../gtk/gtktexttag.c:183 +#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 msgid "Background color name" msgstr "பின்னணி வண்ணப் பெயர்" -#: ../gtk/gtkcellrenderertext.c:229 -#: ../gtk/gtkcellview.c:161 -#: ../gtk/gtktexttag.c:184 +#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "பின்னணி வண்ணம் ஓர் சரமாக" -#: ../gtk/gtkcellrenderertext.c:236 -#: ../gtk/gtkcellview.c:167 -#: ../gtk/gtktexttag.c:191 +#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 msgid "Background color" msgstr "பின்னணி வண்ணம்" -#: ../gtk/gtkcellrenderertext.c:237 -#: ../gtk/gtkcellview.c:168 +#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "பின்னணி வண்ணம் ஓர் GdkColorராக" -#: ../gtk/gtkcellrenderertext.c:244 -#: ../gtk/gtktexttag.c:217 +#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "முன்னணி வண்ணப் பெயர்" -#: ../gtk/gtkcellrenderertext.c:245 -#: ../gtk/gtktexttag.c:218 +#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "முன்னணி வண்ணம் ஓர் சரமாக" -#: ../gtk/gtkcellrenderertext.c:252 -#: ../gtk/gtktexttag.c:225 +#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "முன்னணி வண்ணம்" -#: ../gtk/gtkcellrenderertext.c:253 +#: gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "முன்னணி வண்ணம் ஓர் GdkColorராக" -#: ../gtk/gtkcellrenderertext.c:261 -#: ../gtk/gtkentry.c:625 -#: ../gtk/gtktexttag.c:251 -#: ../gtk/gtktextview.c:573 +#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "பதிப்பிக்கக்கூடியது" -#: ../gtk/gtkcellrenderertext.c:262 -#: ../gtk/gtktexttag.c:252 -#: ../gtk/gtktextview.c:574 +#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "பயனரால் மாற்றக்கூடிய உரையாக இருகக்கூடும்" -#: ../gtk/gtkcellrenderertext.c:269 -#: ../gtk/gtkcellrenderertext.c:277 -#: ../gtk/gtkfontsel.c:203 -#: ../gtk/gtktexttag.c:267 -#: ../gtk/gtktexttag.c:275 +#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 +#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 msgid "Font" msgstr "எழுத்து வகை" -#: ../gtk/gtkcellrenderertext.c:270 -#: ../gtk/gtktexttag.c:268 +#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "எழுத்துரு விளக்கம் சரமாக, எ.கா \"Sans Italic 12\"" -#: ../gtk/gtkcellrenderertext.c:278 -#: ../gtk/gtktexttag.c:276 +#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "எழுத்து வகையின் விவரணம் ஓர் 'PangoFontDescription struct'ஆக" -#: ../gtk/gtkcellrenderertext.c:286 -#: ../gtk/gtktexttag.c:283 +#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 msgid "Font family" msgstr "எழுத்து வகை குடும்பம்" -#: ../gtk/gtkcellrenderertext.c:287 -#: ../gtk/gtktexttag.c:284 +#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "எழுத்து வகை குடும்பத்தின் பெயர், e.g. Sans, Helvetica, Times, Monospace" -#: ../gtk/gtkcellrenderertext.c:294 -#: ../gtk/gtkcellrenderertext.c:295 -#: ../gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 +#: gtk/gtktexttag.c:291 msgid "Font style" msgstr "எழுத்துவகை பாணி" -#: ../gtk/gtkcellrenderertext.c:303 -#: ../gtk/gtkcellrenderertext.c:304 -#: ../gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 +#: gtk/gtktexttag.c:300 msgid "Font variant" msgstr "Font variant" -#: ../gtk/gtkcellrenderertext.c:312 -#: ../gtk/gtkcellrenderertext.c:313 -#: ../gtk/gtktexttag.c:309 +#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 +#: gtk/gtktexttag.c:309 msgid "Font weight" msgstr "எழுத்துவகை கனம்" -#: ../gtk/gtkcellrenderertext.c:322 -#: ../gtk/gtkcellrenderertext.c:323 -#: ../gtk/gtktexttag.c:320 +#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 +#: gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "எழுத்துவகை நீட்டு" -#: ../gtk/gtkcellrenderertext.c:331 -#: ../gtk/gtkcellrenderertext.c:332 -#: ../gtk/gtktexttag.c:329 +#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 +#: gtk/gtktexttag.c:329 msgid "Font size" msgstr "புள்ளி அளவு" -#: ../gtk/gtkcellrenderertext.c:341 -#: ../gtk/gtktexttag.c:349 +#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 msgid "Font points" msgstr "எழுத்துவகை புள்ளிகள்" -#: ../gtk/gtkcellrenderertext.c:342 -#: ../gtk/gtktexttag.c:350 +#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "எழுத்துவகை அளவு புள்ளிகளில்" -#: ../gtk/gtkcellrenderertext.c:351 -#: ../gtk/gtktexttag.c:339 +#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 msgid "Font scale" msgstr "எழுத்துவகை அளவுகோல்" -#: ../gtk/gtkcellrenderertext.c:352 +#: gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "எழுத்துவகை அளவுமாற்றம் காரணி" -#: ../gtk/gtkcellrenderertext.c:361 -#: ../gtk/gtktexttag.c:418 +#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 msgid "Rise" msgstr "எழிந்திரு" -#: ../gtk/gtkcellrenderertext.c:362 -msgid "Offset of text above the baseline (below the baseline if rise is negative)" -msgstr "அடிக்கோட்டில் இருந்து மேலே உரை இருக்க வேண்டிய குத்து நீட்டம் (இதில் உரை கீழே, அதிகமானது எதிர் எண்ணானால்)" +#: gtk/gtkcellrenderertext.c:362 +msgid "" +"Offset of text above the baseline (below the baseline if rise is negative)" +msgstr "" +"அடிக்கோட்டில் இருந்து மேலே உரை இருக்க வேண்டிய குத்து நீட்டம் (இதில் உரை கீழே, அதிகமானது " +"எதிர் எண்ணானால்)" -#: ../gtk/gtkcellrenderertext.c:373 -#: ../gtk/gtktexttag.c:458 +#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "நடு-கோடு" -#: ../gtk/gtkcellrenderertext.c:374 -#: ../gtk/gtktexttag.c:459 +#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "உரையை அடிக்க வேண்டுமா" -#: ../gtk/gtkcellrenderertext.c:381 -#: ../gtk/gtktexttag.c:466 +#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 msgid "Underline" msgstr "அடிக்கோடு" -#: ../gtk/gtkcellrenderertext.c:382 -#: ../gtk/gtktexttag.c:467 +#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "இந்த உரையின் கீல்கோடு பாணி" -#: ../gtk/gtkcellrenderertext.c:390 -#: ../gtk/gtktexttag.c:378 +#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 msgid "Language" msgstr "மொழி" -#: ../gtk/gtkcellrenderertext.c:391 -msgid "The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If you don't understand this parameter, you probably don't need it" -msgstr "உரையின் மொழி, ஐசோ குறியில். பாங்கோ இதை எழுத்துக்களை வரையும் போது ஒரு குறிப்பாக கொள்ளும். இந்த அளபுரு என்ன என்று புரியாவிட்டால் உங்களுக்கு அனேகமாக இது தேவையில்லை." +#: gtk/gtkcellrenderertext.c:391 +msgid "" +"The language this text is in, as an ISO code. Pango can use this as a hint " +"when rendering the text. If you don't understand this parameter, you " +"probably don't need it" +msgstr "" +"உரையின் மொழி, ஐசோ குறியில். பாங்கோ இதை எழுத்துக்களை வரையும் போது ஒரு குறிப்பாக " +"கொள்ளும். இந்த அளபுரு என்ன என்று புரியாவிட்டால் உங்களுக்கு அனேகமாக இது தேவையில்லை." -#: ../gtk/gtkcellrenderertext.c:411 -#: ../gtk/gtklabel.c:499 -#: ../gtk/gtkprogressbar.c:206 +#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "முப்புள்ளி" -#: ../gtk/gtkcellrenderertext.c:412 -msgid "The preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string" -msgstr "அறை வரைவிக்கு முழு சரத்தை காட்ட போதிய இடமில்லாவிட்டால் சரத்தை முப்புள்ளி முறையில் வைக்க வேண்டிய இடம். " +#: gtk/gtkcellrenderertext.c:412 +msgid "" +"The preferred place to ellipsize the string, if the cell renderer does not " +"have enough room to display the entire string" +msgstr "" +"அறை வரைவிக்கு முழு சரத்தை காட்ட போதிய இடமில்லாவிட்டால் சரத்தை முப்புள்ளி முறையில் " +"வைக்க வேண்டிய இடம். " -#: ../gtk/gtkcellrenderertext.c:431 -#: ../gtk/gtkfilechooserbutton.c:421 -#: ../gtk/gtklabel.c:519 +#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 +#: gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "அகலம் உள்ளே எழுத்துக்கள்" -#: ../gtk/gtkcellrenderertext.c:432 -#: ../gtk/gtklabel.c:520 +#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "எழுத்துக்களில், வேண்டிய பெயரின் அகலம்" -#: ../gtk/gtkcellrenderertext.c:450 -#: ../gtk/gtktexttag.c:475 +#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "மடிப்பு முறைமை" -#: ../gtk/gtkcellrenderertext.c:451 -msgid "How to break the string into multiple lines, if the cell renderer does not have enough room to display the entire string" -msgstr "அறை வரைவிக்கு முழு சரத்தை காட்ட போதிய இடமில்லாவிட்டால் சரத்தை பல வரிகளாக எப்படி பிரிப்பது." +#: gtk/gtkcellrenderertext.c:451 +msgid "" +"How to break the string into multiple lines, if the cell renderer does not " +"have enough room to display the entire string" +msgstr "" +"அறை வரைவிக்கு முழு சரத்தை காட்ட போதிய இடமில்லாவிட்டால் சரத்தை பல வரிகளாக எப்படி " +"பிரிப்பது." -#: ../gtk/gtkcellrenderertext.c:470 -#: ../gtk/gtkcombobox.c:678 +#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "அகல மடிப்பு" -#: ../gtk/gtkcellrenderertext.c:471 +#: gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "உரை மடிக்கப்பட்ட இடத்தில் அதன் அகலம்" -#: ../gtk/gtkcellrenderertext.c:491 -#: ../gtk/gtktreeviewcolumn.c:297 +#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "நேர்ப்படுத்தம்" -#: ../gtk/gtkcellrenderertext.c:492 +#: gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "வரிகளை எவ்வாறு ஒழுங்குபடுத்த வேண்டும்" -#: ../gtk/gtkcellrenderertext.c:502 -#: ../gtk/gtkcellview.c:190 -#: ../gtk/gtktexttag.c:564 +#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 msgid "Background set" msgstr "பின்னணி அமைக்கப்பட்டது" -#: ../gtk/gtkcellrenderertext.c:503 -#: ../gtk/gtkcellview.c:191 -#: ../gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "இந்த அடையாள ஒட்டு பின்னணி வண்ணத்தை பாதிக்குமா" -#: ../gtk/gtkcellrenderertext.c:506 -#: ../gtk/gtktexttag.c:576 +#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "முன்னணி அமைக்கப்பட்டது" -#: ../gtk/gtkcellrenderertext.c:507 -#: ../gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "இந்த அடையாள ஒட்டு முன்னணி வண்ணத்தை பாதிக்குமா" -#: ../gtk/gtkcellrenderertext.c:510 -#: ../gtk/gtktexttag.c:584 +#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 msgid "Editability set" msgstr "பதிப்பித்தல் அமைக்கப்பட்டது" -#: ../gtk/gtkcellrenderertext.c:511 -#: ../gtk/gtktexttag.c:585 +#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "இந்த அடையாள ஒட்டு உரை பதிப்பித்தலை பாதிக்குமா" -#: ../gtk/gtkcellrenderertext.c:514 -#: ../gtk/gtktexttag.c:588 +#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 msgid "Font family set" msgstr "எழுத்து வகை குடும்பம் அமைக்கப்பட்டது" -#: ../gtk/gtkcellrenderertext.c:515 -#: ../gtk/gtktexttag.c:589 +#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "இந்த அடையாள ஒட்டு எழுத்து வகை குடும்பத்தை பாதிக்குமா" -#: ../gtk/gtkcellrenderertext.c:518 -#: ../gtk/gtktexttag.c:592 +#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 msgid "Font style set" msgstr "எழுத்துவகை அமைக்கப்பட்டது" -#: ../gtk/gtkcellrenderertext.c:519 -#: ../gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "இந்த அடையாள ஒட்டு எழுத்து வகை பாணியை பாதிக்குமா" -#: ../gtk/gtkcellrenderertext.c:522 -#: ../gtk/gtktexttag.c:596 +#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "Font variant அமைக்கப்பட்டது" -#: ../gtk/gtkcellrenderertext.c:523 -#: ../gtk/gtktexttag.c:597 +#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "இந்த அடையாள ஒட்டு எழுத்து வகை variantடை பாதிக்குமா" -#: ../gtk/gtkcellrenderertext.c:526 -#: ../gtk/gtktexttag.c:600 +#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "எழுத்து வகை கனம் அமைக்கப்பட்டது" -#: ../gtk/gtkcellrenderertext.c:527 -#: ../gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "இந்த அடையாள ஒட்டு எழுத்து வகை கனத்தை பாதிக்குமா" -#: ../gtk/gtkcellrenderertext.c:530 -#: ../gtk/gtktexttag.c:604 +#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "எழுத்து வகை நீட்டு அமைக்கப்பட்டது" -#: ../gtk/gtkcellrenderertext.c:531 -#: ../gtk/gtktexttag.c:605 +#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "இந்த அடையாள ஒட்டு எழுத்து வகை நீட்பை பாதிக்குமா" -#: ../gtk/gtkcellrenderertext.c:534 -#: ../gtk/gtktexttag.c:608 +#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 msgid "Font size set" msgstr "எழுத்து வகை அளவு அமைக்கப்பட்டது" -#: ../gtk/gtkcellrenderertext.c:535 -#: ../gtk/gtktexttag.c:609 +#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "இந்த அடையாள ஒட்டு எழுத்து வகை அளவுவை பாதிக்குமா" -#: ../gtk/gtkcellrenderertext.c:538 -#: ../gtk/gtktexttag.c:612 +#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "எழுத்து வகை அளவுகோல் அமைக்கப்பட்டது" -#: ../gtk/gtkcellrenderertext.c:539 -#: ../gtk/gtktexttag.c:613 +#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "இந்த அடையாள ஒட்டு எழுத்து வகை அளவுகோலை பாதிக்குமா" -#: ../gtk/gtkcellrenderertext.c:542 -#: ../gtk/gtktexttag.c:632 +#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 msgid "Rise set" msgstr "எழிந்திருத்தல் அமைக்கப்பட்டது" -#: ../gtk/gtkcellrenderertext.c:543 -#: ../gtk/gtktexttag.c:633 +#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "இந்த அடையாள ஒட்டு எழிந்திருத்தலை பாதிக்குமா" -#: ../gtk/gtkcellrenderertext.c:546 -#: ../gtk/gtktexttag.c:648 +#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "அடித்தல் அமை" -#: ../gtk/gtkcellrenderertext.c:547 -#: ../gtk/gtktexttag.c:649 +#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "இந்த ஒட்டு விளைவுகள் அடிக்கப்பட்டுள்ளதா" -#: ../gtk/gtkcellrenderertext.c:550 -#: ../gtk/gtktexttag.c:656 +#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 msgid "Underline set" msgstr "கீல்கோடு அமைக்கப்பட்டது" -#: ../gtk/gtkcellrenderertext.c:551 -#: ../gtk/gtktexttag.c:657 +#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "இந்த அடையாள ஒட்டு கீல்கோடை பாதிக்குமா" -#: ../gtk/gtkcellrenderertext.c:554 -#: ../gtk/gtktexttag.c:620 +#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 msgid "Language set" msgstr "மொழி அமைகப்பட்டுள்ளது" -#: ../gtk/gtkcellrenderertext.c:555 -#: ../gtk/gtktexttag.c:621 +#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "இந்த அடையாள ஒட்டு வரையப்படும் உரையின் மொழியைப் பாதிக்குமோ" -#: ../gtk/gtkcellrenderertext.c:558 +#: gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "முப்புள்ளி கணம்" -#: ../gtk/gtkcellrenderertext.c:559 +#: gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "இந்த ஒட்டு முப்புள்ளி முறையை பாதிக்குமா" -#: ../gtk/gtkcellrenderertext.c:562 +#: gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "ஒழுங்கு அமை" -#: ../gtk/gtkcellrenderertext.c:563 +#: gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "இந்த ஒட்டு ஒழுங்கு முறையை பாதிக்குமா" -#: ../gtk/gtkcellrenderertoggle.c:126 +#: gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "மாற்று நிலை" -#: ../gtk/gtkcellrenderertoggle.c:127 +#: gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "பொத்தானின் மாற்று நிலை" -#: ../gtk/gtkcellrenderertoggle.c:134 +#: gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "நிலையற்ற நிலை" -#: ../gtk/gtkcellrenderertoggle.c:135 +#: gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "பொத்தானின் நிலையற்ற நிலை" -#: ../gtk/gtkcellrenderertoggle.c:142 +#: gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "தூண்டுசெய்யமுடியும்" -#: ../gtk/gtkcellrenderertoggle.c:143 +#: gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "மாற்று பொத்தான் செயல்படுத்தப்படலாம்" -#: ../gtk/gtkcellrenderertoggle.c:150 +#: gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "ரேடியோ நிலை" -#: ../gtk/gtkcellrenderertoggle.c:151 +#: gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "ஒரு ரேடியோ பொத்தானாக மாற்று பொத்தானை இழு" -#: ../gtk/gtkcellrenderertoggle.c:158 +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "நிலைகாட்டி அளவு" -#: ../gtk/gtkcellrenderertoggle.c:159 -#: ../gtk/gtkcheckbutton.c:70 -#: ../gtk/gtkcheckmenuitem.c:122 +#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 +#: gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "ணோதனை அல்லது ரேடியோ காட்டியின் அளவு" -#: ../gtk/gtkcellview.c:182 +#: gtk/gtkcellview.c:182 msgid "CellView model" msgstr "அறை பார்வை மாதிரி" -#: ../gtk/gtkcellview.c:183 +#: gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "அறை பார்வையின் மாதிரி" -#: ../gtk/gtkcheckbutton.c:69 -#: ../gtk/gtkcheckmenuitem.c:121 -#: ../gtk/gtkoptionmenu.c:168 +#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "காட்டியின் அளவு" -#: ../gtk/gtkcheckbutton.c:77 -#: ../gtk/gtkexpander.c:245 -#: ../gtk/gtkoptionmenu.c:174 +#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "காட்டி இடைவெளி" -#: ../gtk/gtkcheckbutton.c:78 +#: gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "சோதனை அல்லது ரேடியோ காட்டியை சுற்றி இடைவெளி" -#: ../gtk/gtkcheckmenuitem.c:98 -#: ../gtk/gtkmenu.c:500 -#: ../gtk/gtktoggleaction.c:119 -#: ../gtk/gtktogglebutton.c:115 -#: ../gtk/gtktoggletoolbutton.c:114 +#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 +#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "செயல்படக்கூடிய" -#: ../gtk/gtkcheckmenuitem.c:99 +#: gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "பட்டி உருப்படி சரிபார்க்கப்பட்டதா" -#: ../gtk/gtkcheckmenuitem.c:106 -#: ../gtk/gtktogglebutton.c:123 +#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "நிலையற்றது" -#: ../gtk/gtkcheckmenuitem.c:107 +#: gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "\"நிலையற்ற\" நிலையை காட்ட வேண்டுமா" -#: ../gtk/gtkcheckmenuitem.c:114 +#: gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "ரேடியோ உருப்படி மெனுவாக வரை" -#: ../gtk/gtkcheckmenuitem.c:115 +#: gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "மெனு உருப்படி ரேடியோ உருப்படி மெனுவைப் போல இருக்கிறதா" -#: ../gtk/gtkcolorbutton.c:171 +#: gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "ஆல்ஃபாவை பயன்படுத்து" -#: ../gtk/gtkcolorbutton.c:172 +#: gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "நிறத்துக்கு ஒரு ஆல்பா மதிப்பு தரலாமா வேண்டாமா?" -#: ../gtk/gtkcolorbutton.c:186 -#: ../gtk/gtkfilechooserbutton.c:407 -#: ../gtk/gtkfontbutton.c:142 -#: ../gtk/gtkprintjob.c:116 -#: ../gtk/gtktreeviewcolumn.c:264 +#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 +#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "தலைப்பு" -#: ../gtk/gtkcolorbutton.c:187 +#: gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "நிற தேர்ந்தெடுப்பு உரையாடலின் தலைப்பு" -#: ../gtk/gtkcolorbutton.c:201 -#: ../gtk/gtkcolorsel.c:293 +#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "தற்போதைய வண்ணம்" -#: ../gtk/gtkcolorbutton.c:202 +#: gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "தேர்ந்தெடுக்கப்பட்ட நிறம்" -#: ../gtk/gtkcolorbutton.c:216 -#: ../gtk/gtkcolorsel.c:300 +#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "தற்போதைய Alpha" -#: ../gtk/gtkcolorbutton.c:217 +#: gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" -msgstr "தேர்ந்தெடுக்கப்பட்ட ஒளிப்புகாமை மதிப்பு (0 fully transparent, 65535 fully opaque)" +msgstr "" +"தேர்ந்தெடுக்கப்பட்ட ஒளிப்புகாமை மதிப்பு (0 fully transparent, 65535 fully opaque)" -#: ../gtk/gtkcolorsel.c:279 +#: gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "ஒளிப் புகாமை கட்டுப்பாடு உண்டு" -#: ../gtk/gtkcolorsel.c:280 +#: gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "வண்ணத் தேரிவு ஒளிப் புகாமை அமைதைதலுக்கு அநுமதி கொடுக்கவேண்டுமா" -#: ../gtk/gtkcolorsel.c:286 +#: gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "வண்ணத் தட்டு உண்டு" -#: ../gtk/gtkcolorsel.c:287 +#: gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "ஒரு நிறத்தட்டு பயன்படுத்த வேண்டுமா" -#: ../gtk/gtkcolorsel.c:294 +#: gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "தற்போதைய வண்ணம்" -#: ../gtk/gtkcolorsel.c:301 +#: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "தற்போதைய ஒளிப் புகாமை மதிப்பு (0 fully transparent, 65535 fully opaque)" -#: ../gtk/gtkcolorsel.c:315 +#: gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "தனிப்பயன் வண்ணத் தட்டு" -#: ../gtk/gtkcolorsel.c:316 +#: gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "வண்ணத் தேர்தலில் பயன்படுத்த வேண்டிய வண்ணத் தட்டு" -#: ../gtk/gtkcolorseldialog.c:102 +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "நிறத்தைத் தேர்ந்தெடுத்தல்" -#: ../gtk/gtkcolorseldialog.c:103 +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "உரையாடலில் பொதியப்பட்ட நிற தேர்வு" -#: ../gtk/gtkcolorseldialog.c:109 +#: gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "சரி பொத்தான்" -#: ../gtk/gtkcolorseldialog.c:110 +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "செய்தி உரையாடலில் காட்டப்பட்ட பொத்தான்கள்" -#: ../gtk/gtkcolorseldialog.c:116 +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "பொத்தானை நீக்கு" -#: ../gtk/gtkcolorseldialog.c:117 +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "உரையாடலின் ரத்து பொத்தான்" -#: ../gtk/gtkcolorseldialog.c:123 +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "உதவும் பொத்தான்" -#: ../gtk/gtkcolorseldialog.c:124 +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "உரையாடலில் உள்ள உதவி பொத்தான்" -#: ../gtk/gtkcombo.c:145 +#: gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "அம்பு விசைகளை இயலுமைப்படுத்து" -#: ../gtk/gtkcombo.c:146 +#: gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "அம்பு விசைகள் உருப்டிகள் பட்டி வழியே நகருமா" -#: ../gtk/gtkcombo.c:152 +#: gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "அம்புகளை எப்பொழுதும் இயலுமைப்படுத்து" -#: ../gtk/gtkcombo.c:153 +#: gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "முழுமையான பண்பு, நிராகரிக்கப்பட்டது" -#: ../gtk/gtkcombo.c:159 +#: gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "வகையுணர்வுள்ள" -#: ../gtk/gtkcombo.c:160 +#: gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "பொருத்தமான பட்டி உருப்பு வகையுணர்வுள்ளதா" -#: ../gtk/gtkcombo.c:167 +#: gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "வெற்றினை அனுமதி" -#: ../gtk/gtkcombo.c:168 +#: gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "வெற்று மதிப்பை இந்த புலத்தில் தரலாமா" -#: ../gtk/gtkcombo.c:175 +#: gtk/gtkcombo.c:175 msgid "Value in list" msgstr "பட்டியலில் உள்ள மதிப்பு" -#: ../gtk/gtkcombo.c:176 +#: gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "உள்ளிட்ட மதிப்புகள் பட்டியலில் ஏற்கெனெவே இருக்க வேண்டுமா" -#: ../gtk/gtkcombobox.c:661 +#: gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "சேர்க்கை பெட்டி மாதிரி" -#: ../gtk/gtkcombobox.c:662 +#: gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "சேர்க்கைப்பெட்டியின் மாதிரி" -#: ../gtk/gtkcombobox.c:679 +#: gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "மடக்கு அகலம் உருப்படிகளை ஒரு வலையாக அமைக்க" -#: ../gtk/gtkcombobox.c:701 +#: gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "நிரை ஸ்பேன் நிரல்" -#: ../gtk/gtkcombobox.c:702 +#: gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "TreeModel நிரல் நிரை ஸ்பேன் மதிப்புகளை கொண்டுள்ளது" -#: ../gtk/gtkcombobox.c:723 +#: gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "நிரல் அளவு நிரல்" -#: ../gtk/gtkcombobox.c:724 +#: gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "TreeModel நிரல் நிரல் ஸ்பேன் மதிப்புகளை கொண்டுள்ளது" -#: ../gtk/gtkcombobox.c:745 +#: gtk/gtkcombobox.c:745 msgid "Active item" msgstr "செயலிலுள்ள உருப்படி" -#: ../gtk/gtkcombobox.c:746 +#: gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "தற்போது செயலிலுள்ள உருப்படி" -#: ../gtk/gtkcombobox.c:765 -#: ../gtk/gtkuimanager.c:222 +#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "tearoffகளை மெனுக்களுக்கு சேர்" -#: ../gtk/gtkcombobox.c:766 +#: gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "கீழ் இறங்குவன கிழிக்கக்கூடிய பட்டியல் உருப்படியை உடையதாயிருக்க வேண்டுமா" -#: ../gtk/gtkcombobox.c:781 -#: ../gtk/gtkentry.c:650 +#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 msgid "Has Frame" msgstr "சட்டம் கொன்டது" -#: ../gtk/gtkcombobox.c:782 +#: gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "இணைந்த பெட்டி சேயை சுற்றி ஒரு சட்டம் வரையுமா" -#: ../gtk/gtkcombobox.c:790 +#: gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "இணைந்த பெட்டி சொடுக்கிய போது குவிப்பைபெறுமா" -#: ../gtk/gtkcombobox.c:805 -#: ../gtk/gtkmenu.c:555 +#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "Tearoff தலைப்பு" -#: ../gtk/gtkcombobox.c:806 -msgid "A title that may be displayed by the window manager when the popup is torn-off" +#: gtk/gtkcombobox.c:806 +msgid "" +"A title that may be displayed by the window manager when the popup is torn-" +"off" msgstr "துள்ளுதல் கிழிக்கபட்டால் சாளரம் மேலாளர் காட்டக்கூடிய ஒரு தலைப்பு" -#: ../gtk/gtkcombobox.c:823 +#: gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "பாப்பப் காட்டப்பட்டது" -#: ../gtk/gtkcombobox.c:824 +#: gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "கீழ் இறங்கும் தொகுப்பு காட்டப்பட வேண்டுமா" -#: ../gtk/gtkcombobox.c:840 +#: gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "பொத்தான் உணர்வு தன்மை" -#: ../gtk/gtkcombobox.c:841 +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "மாடல் காலியாக உள்ளபோது க்கிழிறங்கு பொத்தான் உணர்வுடன் இருக்குமா" -#: ../gtk/gtkcombobox.c:848 +#: gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "பட்டியலாக தோன்றச்செய்" -#: ../gtk/gtkcombobox.c:849 +#: gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "கீழிறங்குவன மெனு பட்டியலாக இல்லாமல் உரை பட்டியலாக இருக்க வேண்டுமா" -#: ../gtk/gtkcombobox.c:865 +#: gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "அம்புக்குறி அளவு" -#: ../gtk/gtkcombobox.c:866 +#: gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "தொகுப்பு பெட்டியில் அம்புக்குறியின் குறைந்த பட்ச அளவு" -#: ../gtk/gtkcombobox.c:881 -#: ../gtk/gtkentry.c:750 -#: ../gtk/gtkhandlebox.c:174 -#: ../gtk/gtkmenubar.c:194 -#: ../gtk/gtkstatusbar.c:186 -#: ../gtk/gtktoolbar.c:623 -#: ../gtk/gtkviewport.c:122 +#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 +#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 +#: gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "நிழல் வகை" -#: ../gtk/gtkcombobox.c:882 +#: gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "கீற்று அடையாளத்தை சுற்றியுள்ள எல்லையின் அகலம்" -#: ../gtk/gtkcontainer.c:238 +#: gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "மறு அளவு முறைமை" -#: ../gtk/gtkcontainer.c:239 +#: gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "மறு அளவு மாற்றல் நிகழ்ச்சிகளை கையாளுவது எப்படி என குறிப்பிடு" -#: ../gtk/gtkcontainer.c:246 +#: gtk/gtkcontainer.c:246 msgid "Border width" msgstr "எல்லை அகலம்" -#: ../gtk/gtkcontainer.c:247 +#: gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "கொள்கலன் சேய்களுக்கு வெளியே உள்ள வெற்று எல்லையின் அகலம்" -#: ../gtk/gtkcontainer.c:255 +#: gtk/gtkcontainer.c:255 msgid "Child" msgstr "சேய்" -#: ../gtk/gtkcontainer.c:256 +#: gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "கொள்கலனுக்கு புதிய சேய் ஐ சேர்க்க பயன்படுத்தலாம் " -#: ../gtk/gtkcurve.c:124 +#: gtk/gtkcurve.c:124 msgid "Curve type" msgstr "வளைவு வகை" -#: ../gtk/gtkcurve.c:125 +#: gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "இந்த வளைவு நேர் கோட்டினதா, செவ்வகச்சாவியினதா அல்லது கட்டில்லாததா" -#: ../gtk/gtkcurve.c:132 +#: gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "குறைந்தபட்சம் X" -#: ../gtk/gtkcurve.c:133 +#: gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "Xக்கான குறைந்தபட்ச மதிப்பு" -#: ../gtk/gtkcurve.c:141 +#: gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "அதிகபட்சம் X" -#: ../gtk/gtkcurve.c:142 +#: gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "அதிகபட்ச Xயின் ஆகக்கூடிய மதிப்பு" -#: ../gtk/gtkcurve.c:150 +#: gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "குறைந்தபட்சம் Y" -#: ../gtk/gtkcurve.c:151 +#: gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "அதிகபட்ச Yயின் ஆகக்கூடிய மதிப்பு" -#: ../gtk/gtkcurve.c:159 +#: gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "குறைந்தபட்சம் Y" -#: ../gtk/gtkcurve.c:160 +#: gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Yக்கான அதிகபட்ச மதிப்பு" -#: ../gtk/gtkdialog.c:145 +#: gtk/gtkdialog.c:145 msgid "Has separator" msgstr "பிரிப்பு உண்டு" -#: ../gtk/gtkdialog.c:146 +#: gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "உரையாடல் அதன் பொத்தான்கள் மேல் ஒரு பிரிப்பி கொண்டுள்ளது." -#: ../gtk/gtkdialog.c:191 +#: gtk/gtkdialog.c:191 msgid "Content area border" msgstr "பொருள் பரப்பு எல்லை" -#: ../gtk/gtkdialog.c:192 +#: gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "தலைமை உரையாடல் எல்லையைச் சுற்றியுள்ள எல்லையின் அகலம்" -#: ../gtk/gtkdialog.c:209 +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "உள்ளடக்க இட அமைவு" -#: ../gtk/gtkdialog.c:210 +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "முதன்மை உரையாடல் இடத்தில் கூறுகளுக்கு நடுவில்இடைவெளி " -#: ../gtk/gtkdialog.c:217 +#: gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "பொத்தான் இடைவெளி" -#: ../gtk/gtkdialog.c:218 +#: gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "பொத்தான் இடையில் உள்ள இடைவெளி" -#: ../gtk/gtkdialog.c:226 +#: gtk/gtkdialog.c:226 msgid "Action area border" msgstr "செயல் பரப்பு எல்லை" -#: ../gtk/gtkdialog.c:227 +#: gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "உரையாடல் கீழ் பொத்தான் ஐ சுற்றி எல்லையின் அகலம்" -#: ../gtk/gtkentry.c:605 -#: ../gtk/gtklabel.c:462 +#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "இடம்-காட்டி இடம்" -#: ../gtk/gtkentry.c:606 -#: ../gtk/gtklabel.c:463 +#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "உள்ளீடு நிலை காட்டியின் இப்போதைய இடம் எழுத்துருக்களில்" -#: ../gtk/gtkentry.c:615 -#: ../gtk/gtklabel.c:472 +#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "தேர்வு எல்லை" -#: ../gtk/gtkentry.c:616 -#: ../gtk/gtklabel.c:473 -msgid "The position of the opposite end of the selection from the cursor in chars" +#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 +msgid "" +"The position of the opposite end of the selection from the cursor in chars" msgstr "நிலை காட்டியிடமிருந்து தேர்வின் எதிர் நுனியின் இடம் எழுத்துருக்களில்" -#: ../gtk/gtkentry.c:626 +#: gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "உள்ளீடு பொருற்களை பதிப்பிற்க முடியுமா" -#: ../gtk/gtkentry.c:633 +#: gtk/gtkentry.c:633 msgid "Maximum length" msgstr "மிகக்கூடிய நீட்டம்" -#: ../gtk/gtkentry.c:634 +#: gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" -msgstr "இந்த உள்ளீட்டுக்கு அதிக பட்ச எண் எழுத்துக்கள் குறியீடுகள் அதிக பட்சம் இல்லையானால் பூஜ்யம் " +msgstr "" +"இந்த உள்ளீட்டுக்கு அதிக பட்ச எண் எழுத்துக்கள் குறியீடுகள் அதிக பட்சம் இல்லையானால் பூஜ்யம் " -#: ../gtk/gtkentry.c:642 +#: gtk/gtkentry.c:642 msgid "Visibility" msgstr "பார்கக்கூடியது" -#: ../gtk/gtkentry.c:643 -msgid "FALSE displays the \"invisible char\" instead of the actual text (password mode)" +#: gtk/gtkentry.c:643 +msgid "" +"FALSE displays the \"invisible char\" instead of the actual text (password " +"mode)" msgstr "FALSE என்பது \"invisible char\" ஐகாட்டும் உரைக்கு பதிலாக (கடவுச்சொல் பாங்கு)" -#: ../gtk/gtkentry.c:651 +#: gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "உள்ளீட்டிலிருந்து வெளிப்புற சாய்வை தவறு நீக்குகிறது" -#: ../gtk/gtkentry.c:659 -msgid "Border between text and frame. Overrides the inner-border style property" +#: gtk/gtkentry.c:659 +msgid "" +"Border between text and frame. Overrides the inner-border style property" msgstr "உரை மற்றும் சட்டம் நடுவே எல்லை. உள் எல்லை பாங்கு பண்பை தாண்டும்" -#: ../gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 msgid "Invisible character" msgstr "பார்க்கமுடியாத வரியுரு" -#: ../gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" -msgstr "உள்ளீடு பொருற்களை மறைக்கும்போது பயன்படுத்த வேண்டிய வரியுரு (\"password mode\" இனுல்)" +msgstr "" +"உள்ளீடு பொருற்களை மறைக்கும்போது பயன்படுத்த வேண்டிய வரியுரு (\"password mode\" இனுல்)" -#: ../gtk/gtkentry.c:674 +#: gtk/gtkentry.c:674 msgid "Activates default" msgstr "கொடா நிலையை தொடங்கும்" -#: ../gtk/gtkentry.c:675 -msgid "Whether to activate the default widget (such as the default button in a dialog) when Enter is pressed" -msgstr "உள்ளிடு பொத்தான் அழுத்திய போது முன்னிருப்பு விட்செட் ஐ (அதாவது உரையாடல் முன்னிருப்பு பொத்தான், போல) செயல்படுத்துவதா " +#: gtk/gtkentry.c:675 +msgid "" +"Whether to activate the default widget (such as the default button in a " +"dialog) when Enter is pressed" +msgstr "" +"உள்ளிடு பொத்தான் அழுத்திய போது முன்னிருப்பு விட்செட் ஐ (அதாவது உரையாடல் முன்னிருப்பு " +"பொத்தான், போல) செயல்படுத்துவதா " -#: ../gtk/gtkentry.c:681 +#: gtk/gtkentry.c:681 msgid "Width in chars" msgstr "charsஇல் அகலம்" -#: ../gtk/gtkentry.c:682 +#: gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "உள்ளீட்டுக்கு இடம் கொடுக்க விட வேண்டிய இடைவெளி எண் எழுத்துக்கள் குறியீடுகளில்" -#: ../gtk/gtkentry.c:691 +#: gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "திரை உருளல் ஒதுக்கம்" -#: ../gtk/gtkentry.c:692 +#: gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "திரையில் இருந்து இடது பக்கத்துக்கு உருண்டு சென்ற உள்ளீட்டின் பிக்ஸல்களின் எண்ணிக்கை." -#: ../gtk/gtkentry.c:702 +#: gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "உள்ளீட்டின் உள்ளடக்கங்கள்" -#: ../gtk/gtkentry.c:717 -#: ../gtk/gtkmisc.c:73 +#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 msgid "X align" msgstr "X ஒழுங்குப்படுத்துதல்" -#: ../gtk/gtkentry.c:718 -#: ../gtk/gtkmisc.c:74 -msgid "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts." -msgstr "கிடைமட்ட உரை ஒழுங்கு 0 (இடது) முதல் 1 (வலது) வரை. ஆர்டிஎல் (வலதிருந்து இடம்) அமைப்புக்கு மாறாக." +#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 +msgid "" +"The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " +"layouts." +msgstr "" +"கிடைமட்ட உரை ஒழுங்கு 0 (இடது) முதல் 1 (வலது) வரை. ஆர்டிஎல் (வலதிருந்து இடம்) " +"அமைப்புக்கு மாறாக." -#: ../gtk/gtkentry.c:734 +#: gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "பலவரியை வெட்டு" -#: ../gtk/gtkentry.c:735 +#: gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "ஒரு வரியில் ஒட்டப்பட்ட பல்வரியை வெட்ட வேண்டுமா." -#: ../gtk/gtkentry.c:751 +#: gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "ஹாஸ் சட்டம் அமத்தபின் உள்ளீட்டை சுற்றி எந்த மாதிரி நிழல் வரைய வேண்டும்." -#: ../gtk/gtkentry.c:766 -#: ../gtk/gtktextview.c:653 +#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "மேல் எழுதும் முறைமை" -#: ../gtk/gtkentry.c:767 +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "முன்னேற்றம் உரையைக் காண்பிக்கப்படுமோ" -#: ../gtk/gtkentry.c:781 +#: gtk/gtkentry.c:781 msgid "Text length" msgstr "உரையின் நீளம்" -#: ../gtk/gtkentry.c:782 +#: gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "உள்ளீட்டில் நடப்பில் உள்ள உரையின் நீளம்." -#: ../gtk/gtkentry.c:797 +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "தெரியாத எழுத்துரு வகை" -#: ../gtk/gtkentry.c:798 +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "கண்ணுக்கு தெரியாத எழுத்துரு அமைக்கப்பட்டதா" -#: ../gtk/gtkentry.c:816 +#: gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "Caps Lock எச்சரிக்கை" -#: ../gtk/gtkentry.c:817 +#: gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "மேல் விசை பூட்டப்பட்ட போது கடவுச்சொல் உள்ளிட்டால் எச்சரிக்கை காட்டப்படுமா?" -#: ../gtk/gtkentry.c:831 +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "முன்னேற்ற பின்னம்" -#: ../gtk/gtkentry.c:832 +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "முடித்த வேலையின் இப்போதைய பாகம்." -#: ../gtk/gtkentry.c:849 +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "முன்னேற்றம்- துடிப்பு படி" -#: ../gtk/gtkentry.c:850 -msgid "The fraction of total entry width to move the progress bouncing block for each call to gtk_entry_progress_pulse()" -msgstr "gtk_entry_progress_pulse() இன் ஒவ்வொரு அழைப்புக்கும் துடிக்கும் முன்னேற்ற துண்டின் நகர்த்த வேண்டிய முழு உள்ளீட்டு அகலத்தின் பாகம்." +#: gtk/gtkentry.c:850 +msgid "" +"The fraction of total entry width to move the progress bouncing block for " +"each call to gtk_entry_progress_pulse()" +msgstr "" +"gtk_entry_progress_pulse() இன் ஒவ்வொரு அழைப்புக்கும் துடிக்கும் முன்னேற்ற துண்டின் " +"நகர்த்த வேண்டிய முழு உள்ளீட்டு அகலத்தின் பாகம்." -#: ../gtk/gtkentry.c:866 +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "முதன்மை pixbuf" -#: ../gtk/gtkentry.c:867 +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "திறந்த விரிவாக்கத்திற்கான Pixbuf" -#: ../gtk/gtkentry.c:881 +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "இரண்டாம் pixbuf" -#: ../gtk/gtkentry.c:882 +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "உள்ளீட்டிற்கு இரண்டாம் pixbuf" -#: ../gtk/gtkentry.c:896 +#: gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "முதன்மை இருப்பு ID" -#: ../gtk/gtkentry.c:897 +#: gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "முதன்மை சின்னத்தின் ID இருப்பு" -#: ../gtk/gtkentry.c:911 +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "இரண்டாம் stock ID" -#: ../gtk/gtkentry.c:912 +#: gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "இரண்டாவது சின்னத்தின் இருப்பு ID " -#: ../gtk/gtkentry.c:926 +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "முதன்மை சின்னப் பெயர்" -#: ../gtk/gtkentry.c:927 +#: gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "முதன்மை சின்னத்தின் சின்னப் பெயர்" -#: ../gtk/gtkentry.c:941 +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "இரண்டாவது சின்னப் பெயர்" -#: ../gtk/gtkentry.c:942 +#: gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "இரண்டாவது சின்னத்தின் சின்னப் பெயர்" -#: ../gtk/gtkentry.c:956 +#: gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "முதன்மையான GIcon" -#: ../gtk/gtkentry.c:957 +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "GIcon க்கான முதன்மையான சின்னம்" -#: ../gtk/gtkentry.c:971 +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "இரண்டாம் GIcon" -#: ../gtk/gtkentry.c:972 +#: gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "GIcon க்கான இரண்டாவது சின்னம்" -#: ../gtk/gtkentry.c:986 +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "முதன்மை சேமிப்பக வகை" -#: ../gtk/gtkentry.c:987 +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "குறிப்பு முதன்மை சின்னத்திற்கு பயன்படுத்தப்படுகிறது" -#: ../gtk/gtkentry.c:1002 +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "இரண்டாவது சேமிப்பக வகை" -#: ../gtk/gtkentry.c:1003 +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "குறிப்பு இரண்டாம் சின்னத்திற்கு பயன்படுத்தப்படுகிறது" -#: ../gtk/gtkentry.c:1024 +#: gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "முதன்மை சின்னம் செயல்படக்கூடியது" -#: ../gtk/gtkentry.c:1025 +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "முதன்மை சின்னம் செயல்படுத்தக் கூடியதா." -#: ../gtk/gtkentry.c:1045 +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "இரண்டாம் சின்னம் செயல்படுத்தக் கூடியது" -#: ../gtk/gtkentry.c:1046 +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "இரண்டாம் சின்னம் செயல் செயல்படுத்தக் கூடியது." -#: ../gtk/gtkentry.c:1068 +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "முதன்மை சின்னம் உணர்வுள்ளது" -#: ../gtk/gtkentry.c:1069 +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "முதன்மை சின்னம் உணர்வுள்ளதாய் இருக்கிறதா" -#: ../gtk/gtkentry.c:1090 +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "இரண்டாவது சின்னம் உணர்வுள்ளது" -#: ../gtk/gtkentry.c:1091 +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "இரண்டாவது சின்னம் உணர்வுள்ளதாய் இருக்கிறதா" -#: ../gtk/gtkentry.c:1107 +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "முதன்மை சின்ன கருவி துணுக்கு உரை" -#: ../gtk/gtkentry.c:1108 -#: ../gtk/gtkentry.c:1144 +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "முதன்மை சின்னத்தின் மீது காட்டும் கருவி குறிப்பின் உள்ளடக்கம்." -#: ../gtk/gtkentry.c:1124 +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "இரண்டாம் சின்னத்தின் மீது காட்டும் கருவி குறிப்பின் உரை" -#: ../gtk/gtkentry.c:1125 -#: ../gtk/gtkentry.c:1163 +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "இரண்டாம் சின்னத்தின் மீது காட்டும் கருவி குறிப்பின் உள்ளடக்கம்" -#: ../gtk/gtkentry.c:1143 +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "முதன்மை சின்னம் மீது காட்டும் கருவி குறிப்பின் பாங்கு" -#: ../gtk/gtkentry.c:1162 +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "இரண்டாம் சின்னம் மீது காட்டும் கருவி குறிப்பின் பாங்கு" -#: ../gtk/gtkentry.c:1182 -#: ../gtk/gtktextview.c:681 +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "IM தொகுதி" -#: ../gtk/gtkentry.c:1183 -#: ../gtk/gtktextview.c:682 +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "எந்த IM முறைமை பயன்படுத்தப்பட வேண்டும்" -#: ../gtk/gtkentry.c:1197 +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "சின்னம் பிரிலைட்" -#: ../gtk/gtkentry.c:1198 +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "கீற்று கள் காண்பிப்பதா இல்லையா" -#: ../gtk/gtkentry.c:1211 +#: gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "முன்னேற்ற எல்லை" -#: ../gtk/gtkentry.c:1212 +#: gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "முன்னேற்ற பட்டை சுற்றிய எல்லை" -#: ../gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "உரைக்கும் சட்டத்திற்கும் இடையேயான எல்லை" -#: ../gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "நிலை குறிப்பு" -#: ../gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "ஒரு நிழல் அல்லது பின்புலம் வரையும் போது சரியான நிலையை தாண்டுவதா" -#: ../gtk/gtkentry.c:1682 -#: ../gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "ஃபோகஸில் தேர்ந்தெடு" -#: ../gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "ஒரு உள்ளீடு குவிப்பில் இருந்தால் அதன் உள்ளடக்கத்தை தேர்ந்தெடுப்பதா?" -#: ../gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "கடவுச்சொல் குறிப்பு நேர முடிவு" -#: ../gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "மறைவான உள்ளீட்டில் கடைசி உள்ளீடு எழுத்துருவை எவ்வளவு நேரம் காட்டுவது" -#: ../gtk/gtkentrycompletion.c:279 +#: gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "முடிவு மாதிரி" -#: ../gtk/gtkentrycompletion.c:280 +#: gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "பொருத்தங்களை தேட மாடல்." -#: ../gtk/gtkentrycompletion.c:286 +#: gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "குறைந்தபட்ச விசை நீளம்" -#: ../gtk/gtkentrycompletion.c:287 +#: gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "பொருத்தங்களை தேட விசை சொல்லுக்கு குறைந்த பட்ச நீளம்" -#: ../gtk/gtkentrycompletion.c:303 -#: ../gtk/gtkiconview.c:585 +#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 msgid "Text column" msgstr "உரை நிரல்" -#: ../gtk/gtkentrycompletion.c:304 +#: gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "சரங்களை கொண்டுள்ள மாதிரியில் பத்தி" -#: ../gtk/gtkentrycompletion.c:323 +#: gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "உள்ளமை முடித்தல்" -#: ../gtk/gtkentrycompletion.c:324 +#: gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "தானாக பொது முன்னொட்டு நுழைக்கப்பட வேண்டுமா" -#: ../gtk/gtkentrycompletion.c:338 +#: gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "மேல்மீட்பு முடிவு" -#: ../gtk/gtkentrycompletion.c:339 +#: gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "துள்ளு சாளரத்தில் நிறைவுகளை காட்ட வேண்டுமா" -#: ../gtk/gtkentrycompletion.c:354 +#: gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "பாப்பப் அகலம் அமைக்கிறது" -#: ../gtk/gtkentrycompletion.c:355 +#: gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "உண்மை என அமைந்தால் உள்ளீடு அளவே துள்ளு சாளரமும் இருக்கும்." -#: ../gtk/gtkentrycompletion.c:373 +#: gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "மேல்மீட்பு ஒற்றை ஒப்பீடு" -#: ../gtk/gtkentrycompletion.c:374 +#: gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "உண்மை என அமைந்தால் ஒவ்வொரு பொருத்தத்துக்கும் துள்ளு சாளரமும் தோன்றும்." -#: ../gtk/gtkentrycompletion.c:388 +#: gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "இன்லைன் தேர்ந்தெடுத்தல்" -#: ../gtk/gtkentrycompletion.c:389 +#: gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "உங்கள் விளக்கவுரை இங்கே உள்ளது" -#: ../gtk/gtkeventbox.c:91 +#: gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "பார்க்கக்கூடிய சாளரம்" -#: ../gtk/gtkeventbox.c:92 -msgid "Whether the event box is visible, as opposed to invisible and only used to trap events." +#: gtk/gtkeventbox.c:92 +msgid "" +"Whether the event box is visible, as opposed to invisible and only used to " +"trap events." msgstr "நிகழ்வு பெட்டியை காண முடியுமா? மாற்று மறைந்த, நிகழ்வுகளை பிடிக்கவே பயன்படும்." -#: ../gtk/gtkeventbox.c:98 +#: gtk/gtkeventbox.c:98 msgid "Above child" msgstr "மேலே சேய்" -#: ../gtk/gtkeventbox.c:99 -msgid "Whether the event-trapping window of the eventbox is above the window of the child widget as opposed to below it." -msgstr " நிகழ்வு பெட்டியின் நிகழ்வு பிடிக்கும் சாளரம் சேய் விட்செட்டின் மேலே உள்ளதா, மாற்றாக சேய் கீழே" +#: gtk/gtkeventbox.c:99 +msgid "" +"Whether the event-trapping window of the eventbox is above the window of the " +"child widget as opposed to below it." +msgstr "" +" நிகழ்வு பெட்டியின் நிகழ்வு பிடிக்கும் சாளரம் சேய் விட்செட்டின் மேலே உள்ளதா, மாற்றாக சேய் " +"கீழே" -#: ../gtk/gtkexpander.c:187 +#: gtk/gtkexpander.c:187 msgid "Expanded" msgstr "விரிவாக்கப்பட்டது" -#: ../gtk/gtkexpander.c:188 +#: gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "சேய் விட்செட்டை காட்ட விரிவாக்கி திறக்கபட்டதா" -#: ../gtk/gtkexpander.c:196 +#: gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "விரிவாக்க விளக்கச்சீட்டில் உள்ள உரை" -#: ../gtk/gtkexpander.c:211 -#: ../gtk/gtklabel.c:381 +#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 msgid "Use markup" msgstr "குறியை பயன்படுத்து" -#: ../gtk/gtkexpander.c:212 -#: ../gtk/gtklabel.c:382 +#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "அடையாளத்தின் உரை XML மார்கப் ஐ சேர்த்தது. பார்க்க: pango_parse_markup()" -#: ../gtk/gtkexpander.c:220 +#: gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "விளக்க சீட்டு மற்றும் துணைசீட்டுக்கும் உள்ள இடைவெளி" -#: ../gtk/gtkexpander.c:229 -#: ../gtk/gtkframe.c:147 -#: ../gtk/gtktoolbutton.c:216 +#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "விட்செட் அடையாளம்" -#: ../gtk/gtkexpander.c:230 +#: gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "வழக்கமான விரிவாக்க அடையாளத்தை காட்டும் சாளரம்" -#: ../gtk/gtkexpander.c:236 -#: ../gtk/gtktreeview.c:783 +#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "விரிவான அளவு" -#: ../gtk/gtkexpander.c:237 -#: ../gtk/gtktreeview.c:784 +#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "விரிவாக்கி அம்புக்குறியின் அளவு" -#: ../gtk/gtkexpander.c:246 +#: gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "விரிக்கப்பட்ட அம்பிக்குறிகளுக்குள் இடம்விடுகிறது" -#: ../gtk/gtkfilechooser.c:194 +#: gtk/gtkfilechooser.c:194 msgid "Action" msgstr "செயல்" -#: ../gtk/gtkfilechooser.c:195 +#: gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "கோப்பு தேர்வி செய்யும் செயல்களின் வகை" -#: ../gtk/gtkfilechooser.c:201 +#: gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "கோப்பு கணினி பின்தளம்" -#: ../gtk/gtkfilechooser.c:202 +#: gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "பின்னணியாக பயன்படுத்தப்படும் கோப்பு முறையின் பெயர்" -#: ../gtk/gtkfilechooser.c:207 -#: ../gtk/gtkrecentchooser.c:264 +#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "வடிகட்டி" -#: ../gtk/gtkfilechooser.c:208 +#: gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "காட்டப்படும் கோப்புகள் எவை என தேர்வு செய்யும் வடிகட்டி்கு" -#: ../gtk/gtkfilechooser.c:213 +#: gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "உள்ளமை மட்டும்" -#: ../gtk/gtkfilechooser.c:214 +#: gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "தேர்ந்தெடுக்கப்பட்ட கோப்புகள் உள்ளமை கோப்பு யூஆர்எல் களுக்கு மட்டும் என வரையறுக்கவா " -#: ../gtk/gtkfilechooser.c:219 +#: gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "முன்காட்சி விட்செட்" -#: ../gtk/gtkfilechooser.c:220 +#: gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "பயன்பாடு தனிப்பயன் முன்பார்வைக்கு விட்செட் தந்தது" -#: ../gtk/gtkfilechooser.c:225 +#: gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "செயல்படும் விட்ஜெட் முன்பார்வை " -#: ../gtk/gtkfilechooser.c:226 -msgid "Whether the application supplied widget for custom previews should be shown." +#: gtk/gtkfilechooser.c:226 +msgid "" +"Whether the application supplied widget for custom previews should be shown." msgstr "தனிப்பயன் முன்பார்வைக்கு பயன்பாட்டின் விட்செட் தந்ததை காட்டலாமா " -#: ../gtk/gtkfilechooser.c:231 +#: gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "முன்பார்வை பெயரை பயன்படுத்து" -#: ../gtk/gtkfilechooser.c:232 +#: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "முன்பார்வை பார்த்த கோப்பின் பெயருடன் ஒரு முன்னிருப்பு அடையாளம் காட்ட வேண்டுமா?" -#: ../gtk/gtkfilechooser.c:237 +#: gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "கூடுதல் சாளரம்" -#: ../gtk/gtkfilechooser.c:238 +#: gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "கூடுதல் தேர்வுகளுக்கு பயன்பாடு கொடுத்த விட்செட்" -#: ../gtk/gtkfilechooser.c:243 -#: ../gtk/gtkfilesel.c:540 -#: ../gtk/gtkrecentchooser.c:203 +#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "பலவற்றை தேர்ந்தெடு" -#: ../gtk/gtkfilechooser.c:244 -#: ../gtk/gtkfilesel.c:541 +#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "ஒன்றுக்கும் மேற்பட்ட கோப்புகளை தேர்ந்தெடுக்க அனுமதிக்கலாமா" -#: ../gtk/gtkfilechooser.c:250 +#: gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "மறைந்திருப்பதை காண்பிக்கவும்" -#: ../gtk/gtkfilechooser.c:251 +#: gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "மறைவாய் உள்ள கோப்புகள் மற்றும் அடைவுகளை காட்ட வேண்டுமா" -#: ../gtk/gtkfilechooser.c:266 +#: gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "மேலெழுதுவதை உறுதிப்படுத்தவும்" -#: ../gtk/gtkfilechooser.c:267 -msgid "Whether a file chooser in save mode will present an overwrite confirmation dialog if necessary." -msgstr "சேமிப்பு பாங்கில் உள்ள கோப்பு தேர்வி தேவையானால் மேலெழுதும் உரையாடல் உறுதிசெய்தலை காட்டுமா" +#: gtk/gtkfilechooser.c:267 +msgid "" +"Whether a file chooser in save mode will present an overwrite confirmation " +"dialog if necessary." +msgstr "" +"சேமிப்பு பாங்கில் உள்ள கோப்பு தேர்வி தேவையானால் மேலெழுதும் உரையாடல் உறுதிசெய்தலை " +"காட்டுமா" -#: ../gtk/gtkfilechooserbutton.c:376 +#: gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "உரையாடல்" -#: ../gtk/gtkfilechooserbutton.c:377 +#: gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "பயன்படுத்த கோப்பு தேர்ந்தெடுப்பு உரையாடல்." -#: ../gtk/gtkfilechooserbutton.c:408 +#: gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "கோப்பு தேர்ந்தெடுக்கும் உரையாடலின் தலைப்பு" -#: ../gtk/gtkfilechooserbutton.c:422 +#: gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "பொத்தான் விட்ஜிட்டின் தேவையான அகலம், எழுத்துக்களில்." -#: ../gtk/gtkfilesel.c:526 -#: ../gtk/gtkimage.c:163 -#: ../gtk/gtkrecentmanager.c:214 -#: ../gtk/gtkstatusicon.c:218 +#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 +#: gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "கோப்புப்பெயர்" -#: ../gtk/gtkfilesel.c:527 +#: gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "தற்போது தேர்ந்தெடுக்கப்பட்ட கோப்பு பெயர்" -#: ../gtk/gtkfilesel.c:533 +#: gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "கோப்பு இயக்கங்களைக் காண்பி" -#: ../gtk/gtkfilesel.c:534 +#: gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "கோப்புக்களை உருவாக்கும்/ கையாளும் செயல்களுக்கு பொத்தன்கள் காட்டப்பட வேண்டுமா்கு" -#: ../gtk/gtkfixed.c:90 -#: ../gtk/gtklayout.c:596 +#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 msgid "X position" msgstr "X இடம்" -#: ../gtk/gtkfixed.c:91 -#: ../gtk/gtklayout.c:597 +#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "சேய் விட்செட்டின் X இடம்" -#: ../gtk/gtkfixed.c:100 -#: ../gtk/gtklayout.c:606 +#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 msgid "Y position" msgstr "Y இடம்" -#: ../gtk/gtkfixed.c:101 -#: ../gtk/gtklayout.c:607 +#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "சேய் விட்செட்டின் Y இடம்" -#: ../gtk/gtkfontbutton.c:143 +#: gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "எழுத்துரு தேர்ந்தெடுக்கும் உரையாடலின் தலைப்பு" -#: ../gtk/gtkfontbutton.c:158 -#: ../gtk/gtkfontsel.c:196 +#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 msgid "Font name" msgstr "எழுத்து வகை பெயர்" -#: ../gtk/gtkfontbutton.c:159 +#: gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "தேர்ந்தெடுக்கப்பட்ட எழுத்துருவின் பெயர்" -#: ../gtk/gtkfontbutton.c:160 +#: gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "சான்ஸ் 12" -#: ../gtk/gtkfontbutton.c:175 +#: gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "விளக்கச்சீட்டில் எழுத்துரு பயன்படுத்தவும்" -#: ../gtk/gtkfontbutton.c:176 +#: gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "லேபிள் தேர்ந்தெடுக்கப்பட்ட எழுத்துருவில் உள்ளதா" -#: ../gtk/gtkfontbutton.c:191 +#: gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "விளக்கச்சீட்டில் அளவு பயன்படுத்தவும்" -#: ../gtk/gtkfontbutton.c:192 +#: gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "லேபிள் தேர்ந்தெடுக்கப்பட்ட எழுத்துரு அளவில் உள்ளதா" -#: ../gtk/gtkfontbutton.c:208 +#: gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "பாணி காண்பிக்கவும்" -#: ../gtk/gtkfontbutton.c:209 +#: gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "தேர்ந்தெடுக்கப்பட்ட எழுத்துரு பாணி லேபிளில் உள்ளது போல இருக்கிறதா" -#: ../gtk/gtkfontbutton.c:224 +#: gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "அளவினை காட்டு" -#: ../gtk/gtkfontbutton.c:225 +#: gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "தேர்ந்தெடுக்கப்பட்ட எழுத்துரு அளவு லேபிளில் உள்ளது போல இருக்கிறதா" -#: ../gtk/gtkfontsel.c:197 +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "இந்த எழுத்து வகையின் பிரதிநிதி சரம்" -#: ../gtk/gtkfontsel.c:204 +#: gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "இந்த GdkFont தற்போது தேர்ந்தெடுக்கப்பட்டுள்ளது" -#: ../gtk/gtkfontsel.c:210 +#: gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "உரை முன்-காட்சி" -#: ../gtk/gtkfontsel.c:211 +#: gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr " தேர்ந்தெடுக்கப்பட்ட எழுத்துருவை மாதிரி காட்ட உரை " -#: ../gtk/gtkframe.c:106 +#: gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "சட்டத்தின் அடையாள உரை" -#: ../gtk/gtkframe.c:113 +#: gtk/gtkframe.c:113 msgid "Label xalign" msgstr "xalign அடையாளம்" -#: ../gtk/gtkframe.c:114 +#: gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "லேபிளின் கிடைமட்ட ஒழுங்கு" -#: ../gtk/gtkframe.c:122 +#: gtk/gtkframe.c:122 msgid "Label yalign" msgstr "yalign அடையாளம்" -#: ../gtk/gtkframe.c:123 +#: gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "லேபிளின் செங்குத்து ஒழுங்கு" -#: ../gtk/gtkframe.c:131 -#: ../gtk/gtkhandlebox.c:167 +#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "கைவிடப்பட்ட சொத்து, நிழல்வகையை பயன்படுத்துக " -#: ../gtk/gtkframe.c:138 +#: gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "சட்ட நிழல்" -#: ../gtk/gtkframe.c:139 +#: gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "சட்ட எல்லையின் தோற்றம்" -#: ../gtk/gtkframe.c:148 +#: gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "வழ்க்கமான சட்டம் அடையாளம் தவிர்த்து அதனிடத்தில் காட்ட ஒரு விட்செட்" -#: ../gtk/gtkhandlebox.c:175 +#: gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "கொள்கலனை சுற்றி இருக்கும் நிழலின் தோற்றம் " -#: ../gtk/gtkhandlebox.c:183 +#: gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "கைப்பிடியின் இடம்" -#: ../gtk/gtkhandlebox.c:184 +#: gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "சேய்விட்செட்டை பொருத்து கைபிடியின் இடம் " -#: ../gtk/gtkhandlebox.c:192 +#: gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "Snap edge" -#: ../gtk/gtkhandlebox.c:193 -msgid "Side of the handlebox that's lined up with the docking point to dock the handlebox" +#: gtk/gtkhandlebox.c:193 +msgid "" +"Side of the handlebox that's lined up with the docking point to dock the " +"handlebox" msgstr "கைப்பிடி பெட்டியுடன் பொருந்தும் புள்ளி சேர நேராக்கிய கைப்பிடி பெட்டியின் பக்கம்." -#: ../gtk/gtkhandlebox.c:201 +#: gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "ஒட்டும் விளிம்பு அமைக்கப்பட்டது" -#: ../gtk/gtkhandlebox.c:202 -msgid "Whether to use the value from the snap_edge property or a value derived from handle_position" -msgstr "snap_edge பண்பில் இருந்து மதிப்பை பயன்படுத்துவதா அல்லது handle_position இருந்து மதிப்பை பெறலாமா" +#: gtk/gtkhandlebox.c:202 +msgid "" +"Whether to use the value from the snap_edge property or a value derived from " +"handle_position" +msgstr "" +"snap_edge பண்பில் இருந்து மதிப்பை பயன்படுத்துவதா அல்லது handle_position இருந்து " +"மதிப்பை பெறலாமா" -#: ../gtk/gtkhandlebox.c:209 +#: gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "சேய் பிரிக்கப்பட்டது" -#: ../gtk/gtkhandlebox.c:210 -msgid "A boolean value indicating whether the handlebox's child is attached or detached." +#: gtk/gtkhandlebox.c:210 +msgid "" +"A boolean value indicating whether the handlebox's child is attached or " +"detached." msgstr "கைப்பிடி பெட்டியின் சேய் இணைக்கப்பட்டதா இல்லையா என காட்டும் பூலியன் மதிப்பு" -#: ../gtk/gtkiconview.c:548 +#: gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "தேர்வு முறைமை" -#: ../gtk/gtkiconview.c:549 +#: gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "இந்த தேர்வு முறைமை" -#: ../gtk/gtkiconview.c:567 +#: gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "Pixbuf நிரல்" -#: ../gtk/gtkiconview.c:568 +#: gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr " சின்னத்தின் பிக்ஸ்பஃப் ஐ மீட்க பயன்பட்ட மாதிரி பத்தி" -#: ../gtk/gtkiconview.c:586 +#: gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "உரையை திரும்பப்பெற பயன்படும் மாதிரி நிரல்" -#: ../gtk/gtkiconview.c:605 +#: gtk/gtkiconview.c:605 msgid "Markup column" msgstr "Markup நிரல்" -#: ../gtk/gtkiconview.c:606 +#: gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "உரையை மீட்க பாங்கோ மார்கப் ஐ பயன்படுத்திய மாதிரி பத்தி" -#: ../gtk/gtkiconview.c:613 +#: gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "சின்னம் காட்சி மாதிரி" -#: ../gtk/gtkiconview.c:614 +#: gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "சின்ன பார்வையின் மாதிரி" -#: ../gtk/gtkiconview.c:630 +#: gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "நிரல்களின் எண்ணிக்கை" -#: ../gtk/gtkiconview.c:631 +#: gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "காட்ட வேண்டிய நிரல்களின் எண்ணிக்கை" -#: ../gtk/gtkiconview.c:648 +#: gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "ஒவ்வொரு உருப்படியின் அகலம்" -#: ../gtk/gtkiconview.c:649 +#: gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "ஒவ்வொரு உருப்படிக்கும் பயன்படுத்திய அகலம்" -#: ../gtk/gtkiconview.c:665 +#: gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "ஒரு உருப்படியின் அறைகள் இடையே நுழைத்த இடம் " -#: ../gtk/gtkiconview.c:680 +#: gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "நிரை இடைவெளி" -#: ../gtk/gtkiconview.c:681 +#: gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr " வலை வரிசைகள் இடையே நுழைத்த இடம் " -#: ../gtk/gtkiconview.c:696 +#: gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "நிரல் இடைவெளி" -#: ../gtk/gtkiconview.c:697 +#: gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr " வலை நெடுவரிசைகள் இடையே நுழைத்த இடம்" -#: ../gtk/gtkiconview.c:712 +#: gtk/gtkiconview.c:712 msgid "Margin" msgstr "ஓரம்" -#: ../gtk/gtkiconview.c:713 +#: gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "சின்னம் பார்வையின் விளிம்பில் நுழைத்த இடம் " -#: ../gtk/gtkiconview.c:730 -msgid "How the text and icon of each item are positioned relative to each other" +#: gtk/gtkiconview.c:730 +msgid "" +"How the text and icon of each item are positioned relative to each other" msgstr "ஒவ்வொரு உருப்படியின் உரை மற்றும் சின்னம் ஒன்றுக்கொன்று எப்படி இடம் பெறுகின்றன " -#: ../gtk/gtkiconview.c:746 -#: ../gtk/gtktreeview.c:618 -#: ../gtk/gtktreeviewcolumn.c:307 +#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "மறுவரிசையாக்கக்கூடியது" -#: ../gtk/gtkiconview.c:747 -#: ../gtk/gtktreeview.c:619 +#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "பார்வை மறு ஆர்டர் செய்யக்கூடியது" -#: ../gtk/gtkiconview.c:754 -#: ../gtk/gtktreeview.c:769 +#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "டூல்டிப் நிரல்" -#: ../gtk/gtkiconview.c:755 +#: gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "உருப்படிகளுக்கு கருவிக்குறிப்பு உரையை கொண்டுள்ள மாதிரியின் நெடுவரிசை" -#: ../gtk/gtkiconview.c:766 +#: gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "தேர்வு பெட்டி நிறம்" -#: ../gtk/gtkiconview.c:767 +#: gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "தேர்ந்தெடுத்த பெட்டியின் நிறம்" -#: ../gtk/gtkiconview.c:773 +#: gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "தேர்வு பெட்டி ஆல்ஃபா" -#: ../gtk/gtkiconview.c:774 +#: gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "தேர்ந்தெடுத்த பெட்டியின் ஒளிபுகாமை" -#: ../gtk/gtkimage.c:131 -#: ../gtk/gtkstatusicon.c:210 +#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "பிக்ஸ்பப்" -#: ../gtk/gtkimage.c:132 -#: ../gtk/gtkstatusicon.c:211 +#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "காண்பிக்க ஓர் GdkPixbuf" -#: ../gtk/gtkimage.c:139 +#: gtk/gtkimage.c:139 msgid "Pixmap" msgstr "பிக்ஸ்படம்" -#: ../gtk/gtkimage.c:140 +#: gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "காண்பிக்க ஓர் GdkPixmap" -#: ../gtk/gtkimage.c:147 -#: ../gtk/gtkmessagedialog.c:215 +#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "ஓவியம்" -#: ../gtk/gtkimage.c:148 +#: gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "காண்பிக்க ஓர் GdkImage" -#: ../gtk/gtkimage.c:155 +#: gtk/gtkimage.c:155 msgid "Mask" msgstr "முகமூடி" -#: ../gtk/gtkimage.c:156 +#: gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "GdkImage அல்லது GdkPixmap உடன் பயன்படுத்த மாஸ்க் பிட்மேப் " -#: ../gtk/gtkimage.c:164 -#: ../gtk/gtkstatusicon.c:219 +#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "பதிவேற்றி மற்றும் காட்டப்படும் கோப்புபெயர்" -#: ../gtk/gtkimage.c:173 -#: ../gtk/gtkstatusicon.c:227 +#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "முன் இருப்பு படம்காட்ட முன் இருப்பு ஐடி (ID) " -#: ../gtk/gtkimage.c:180 +#: gtk/gtkimage.c:180 msgid "Icon set" msgstr "குறும்படம் அமை" -#: ../gtk/gtkimage.c:181 +#: gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "காட்ட அமைக்கப்படும் சின்னம்" -#: ../gtk/gtkimage.c:188 -#: ../gtk/gtkscalebutton.c:214 -#: ../gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "குறும்படம் அளவு" -#: ../gtk/gtkimage.c:189 +#: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" -msgstr "முன்னிருப்பு சின்னம், சின்ன தொகுப்பு, அல்லது பெயரிட்ட சின்னம் ஆகியவற்றுக்கு அமைக்க குறியீடு அளவு" +msgstr "" +"முன்னிருப்பு சின்னம், சின்ன தொகுப்பு, அல்லது பெயரிட்ட சின்னம் ஆகியவற்றுக்கு அமைக்க " +"குறியீடு அளவு" -#: ../gtk/gtkimage.c:205 +#: gtk/gtkimage.c:205 msgid "Pixel size" msgstr "பிக்சல் அளவு" -#: ../gtk/gtkimage.c:206 +#: gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "பெயரிடப்பட்ட சின்னத்தை பயன்படுத்த பிக்ஸல் அளவு" -#: ../gtk/gtkimage.c:214 +#: gtk/gtkimage.c:214 msgid "Animation" msgstr "அசைவூட்டம்" -#: ../gtk/gtkimage.c:215 +#: gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "காட்சிக்கான GdkPixbufAnimation" -#: ../gtk/gtkimage.c:255 -#: ../gtk/gtkstatusicon.c:258 +#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "தேக்கம் வகை" -#: ../gtk/gtkimage.c:256 -#: ../gtk/gtkstatusicon.c:259 +#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "பட தரவுக்கு குறிப்பு பயன்படுத்தப்படுகிறது" -#: ../gtk/gtkimagemenuitem.c:136 +#: gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "பட்டி உரைக்கு அருகில் தோன்ற வேண்டிய சேய் விட்செட்" -#: ../gtk/gtkimagemenuitem.c:151 +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "ஒரு முன்னிருப்பு பட்டியல் உருப்படிக்கு உரை அடையாளம் பயன்படுத்துவதா" -#: ../gtk/gtkimagemenuitem.c:169 +#: gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "எப்போதும் படத்தைக் காட்டு" -#: ../gtk/gtkimagemenuitem.c:170 +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "படம் எப்போதும் காட்டப்பட வேண்டுமா" -#: ../gtk/gtkimagemenuitem.c:184 -#: ../gtk/gtkmenu.c:515 +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "Accel குழு" -#: ../gtk/gtkimagemenuitem.c:185 +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "முன்னிருப்பு முடுக்கு விசைகளை பயன்படுத்த ஆக்ஸெல் குழு" -#: ../gtk/gtkimagemenuitem.c:190 +#: gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "பட்டி உருவங்களை காட்டுக" -#: ../gtk/gtkimagemenuitem.c:191 +#: gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "படங்கள் மெனுவில் காட்டப்படுகிறதா" -#: ../gtk/gtkinvisible.c:87 -#: ../gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "இந்த திரையில் இந்த சாளரம் காட்டப்படும்" -#: ../gtk/gtklabel.c:368 +#: gtk/gtklabel.c:368 msgid "The text of the label" msgstr "அடையாளத்தின் உரை" -#: ../gtk/gtklabel.c:375 +#: gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "அடையாளத்தின் உரைக்கு பயன்படுத்த பாங்குகளின் பண்புக்கூறு பட்டியல்." -#: ../gtk/gtklabel.c:396 -#: ../gtk/gtktexttag.c:359 -#: ../gtk/gtktextview.c:590 +#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 msgid "Justification" msgstr "நேர்த்தி செய்தல்" -#: ../gtk/gtklabel.c:397 -msgid "The alignment of the lines in the text of the label relative to each other. This does NOT affect the alignment of the label within its allocation. See GtkMisc::xalign for that" -msgstr "அடையாளத்தில் ஒவ்வொரு வரிகளின் இடையே ஒழுங்கு. இது கொடுத்த இடத்தில் அடையாளத்தின் ஒழுங்க பாதிக்காது. பார்க்க: GtkMisc::xalign " +#: gtk/gtklabel.c:397 +msgid "" +"The alignment of the lines in the text of the label relative to each other. " +"This does NOT affect the alignment of the label within its allocation. See " +"GtkMisc::xalign for that" +msgstr "" +"அடையாளத்தில் ஒவ்வொரு வரிகளின் இடையே ஒழுங்கு. இது கொடுத்த இடத்தில் அடையாளத்தின் ஒழுங்க " +"பாதிக்காது. பார்க்க: GtkMisc::xalign " -#: ../gtk/gtklabel.c:405 +#: gtk/gtklabel.c:405 msgid "Pattern" msgstr "முறை" -#: ../gtk/gtklabel.c:406 -msgid "A string with _ characters in positions correspond to characters in the text to underline" +#: gtk/gtklabel.c:406 +msgid "" +"A string with _ characters in positions correspond to characters in the text " +"to underline" msgstr "_ எழுத்துரு கொண்ட சரங்கள் உரையில் அடிக்கோடிட வேண்டிய எழுத்துருக்களை குறிக்கின்றன." -#: ../gtk/gtklabel.c:413 +#: gtk/gtklabel.c:413 msgid "Line wrap" msgstr "வரி மடிப்பு" -#: ../gtk/gtklabel.c:414 +#: gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "வரிகள் மிகவும் அகலமானால் உரையை மடிக்கவும் என அமைக்கும்" -#: ../gtk/gtklabel.c:429 +#: gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "வரி மடிப்பு முறை" -#: ../gtk/gtklabel.c:430 +#: gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "உரை மடிப்பு அமைத்தால் வரிகள் எப்படி மடியும் என கட்டுப்படுத்தும்." -#: ../gtk/gtklabel.c:437 +#: gtk/gtklabel.c:437 msgid "Selectable" msgstr "தெரிவு செய்யக்கூடியது" -#: ../gtk/gtklabel.c:438 +#: gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "அடையாளம் உரை சொடுக்கியால் தேர்ந்தெடுக்கப்பட முடியுமா" -#: ../gtk/gtklabel.c:444 +#: gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "நினைவுத்துணை விசை" -#: ../gtk/gtklabel.c:445 +#: gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "இந்த லேபிளுக்கான mnemonic accelerator விசை" -#: ../gtk/gtklabel.c:453 +#: gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "நினைவுத்துணை விட்செட்" -#: ../gtk/gtklabel.c:454 +#: gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "அடையாளத்தின் நினைவுத்துணை விசையை அழுத்தினால் செயலுக்கு வரும் விட்செட் " -#: ../gtk/gtklabel.c:500 -msgid "The preferred place to ellipsize the string, if the label does not have enough room to display the entire string" -msgstr "முழு சரத்தை காட்ட அடையாளத்துக்கு இடம் இல்லாமல் போனால் முப்புள்ளி காட்ட தகுந்த இடம். " +#: gtk/gtklabel.c:500 +msgid "" +"The preferred place to ellipsize the string, if the label does not have " +"enough room to display the entire string" +msgstr "" +"முழு சரத்தை காட்ட அடையாளத்துக்கு இடம் இல்லாமல் போனால் முப்புள்ளி காட்ட தகுந்த இடம். " -#: ../gtk/gtklabel.c:540 +#: gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "ஒற்றை வரி முறை" -#: ../gtk/gtklabel.c:541 +#: gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "இந்த லேபிள் ஒற்றை வரி முறைமையில் உள்ளதா" -#: ../gtk/gtklabel.c:558 +#: gtk/gtklabel.c:558 msgid "Angle" msgstr "கோணம்" -#: ../gtk/gtklabel.c:559 +#: gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "பெயர் சுழலும் கோணம்" -#: ../gtk/gtklabel.c:579 +#: gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "எழுத்துக்களின் அதிகபட்ச அகலம்" -#: ../gtk/gtklabel.c:580 +#: gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "அடையாளத்தின் விரும்பும் அதிகபட்ச அகலம், எழுத்துருக்களில் " -#: ../gtk/gtklabel.c:696 +#: gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" -msgstr "தேர்ந்தெடுக்கக்கூடிய அடையாளம் குவிப்பில் இருந்தால் உள்ளடக்கத்தை தேர்ந்தெடுக்க வேண்டுமா?" +msgstr "" +"தேர்ந்தெடுக்கக்கூடிய அடையாளம் குவிப்பில் இருந்தால் உள்ளடக்கத்தை தேர்ந்தெடுக்க வேண்டுமா?" -#: ../gtk/gtklayout.c:616 -#: ../gtk/gtkviewport.c:106 +#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "கிடை ஒழிங்குபடுத்தல்" -#: ../gtk/gtklayout.c:617 -#: ../gtk/gtkscrolledwindow.c:219 +#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "இந்த TGtkAdjustment கிடைமட்ட நிலைக்கு" -#: ../gtk/gtklayout.c:624 -#: ../gtk/gtkviewport.c:114 +#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "நெடுக்கமாக ஒழிங்குபடுத்தல்" -#: ../gtk/gtklayout.c:625 -#: ../gtk/gtkscrolledwindow.c:226 +#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "இந்த TGtkAdjustment செங்குத்து நிலைக்கு" -#: ../gtk/gtklayout.c:633 +#: gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "அமைப்பினை அகலம்" -#: ../gtk/gtklayout.c:642 +#: gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "அமைப்பின் உயரம்" -#: ../gtk/gtklinkbutton.c:145 +#: gtk/gtklinkbutton.c:145 msgid "URI" msgstr "URI" -#: ../gtk/gtklinkbutton.c:146 +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "இந்த URI இந்த பொத்தானை பிணைக்கிறது" -#: ../gtk/gtklinkbutton.c:160 +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "பாக்கக்பட்டது" -#: ../gtk/gtklinkbutton.c:161 +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "இந்த இணைப்பு பார்வையிடப்பட்டிருக்கிறதா." -#: ../gtk/gtkmenu.c:501 +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "தற்போது தேர்ந்தெடுக்கப்பட்ட மெனு உருப்படி" -#: ../gtk/gtkmenu.c:516 +#: gtk/gtkmenu.c:516 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:285 msgid "Accel Path" msgstr "ஆக்ஸல் பாதை" -#: ../gtk/gtkmenu.c:531 +#: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "சேய் ஆக்செல் பாதைகளை சுலபமாக உருவாக்க பயன்படும் ஆக்செல் பாதை" -#: ../gtk/gtkmenu.c:547 +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "விட்ஜெட்டை இணைக்கவும்" -#: ../gtk/gtkmenu.c:548 +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "இந்த விட்ஜிட்டில் மெனு இணைக்கப்பட்டுள்ளது" -#: ../gtk/gtkmenu.c:556 -msgid "A title that may be displayed by the window manager when this menu is torn-off" +#: gtk/gtkmenu.c:556 +msgid "" +"A title that may be displayed by the window manager when this menu is torn-" +"off" msgstr "இந்த மெனுவை கிழித்த பின் சாளரம் மேலாளர் காட்டும் தலைப்பு" -#: ../gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "Tearoff நிலை" -#: ../gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "மெனு கிழிக்கப்பட்டதா இல்லையா எனக்காட்டும் பூலியன் மதிப்பு" -#: ../gtk/gtkmenu.c:585 +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "மானிட்டர்" -#: ../gtk/gtkmenu.c:586 +#: gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "மெனு பட்டியல் துள்ளிக்காட்டும் திரை" -#: ../gtk/gtkmenu.c:592 +#: gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "செங்குத்து தடுப்பு" -#: ../gtk/gtkmenu.c:593 +#: gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "மெனு பட்டியல் மேல் மற்றும் கீழ் உள்ள கூடுதல் இடைவெளி" -#: ../gtk/gtkmenu.c:601 +#: gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "கிடைமட்ட தடுப்பு" -#: ../gtk/gtkmenu.c:602 +#: gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "மெனு பட்டியல் விளிம்பில் இடது மற்றும் வலது பக்கங்களில் உள்ள கூடுதல் இடைவெளி" -#: ../gtk/gtkmenu.c:610 +#: gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "செங்குத்து குத்து நீட்டம்" -#: ../gtk/gtkmenu.c:611 -msgid "When the menu is a submenu, position it this number of pixels offset vertically" +#: gtk/gtkmenu.c:611 +msgid "" +"When the menu is a submenu, position it this number of pixels offset " +"vertically" msgstr "மெனு பட்டியல் துணை மெனுவானால் அதை இத்தனை பிக்ஸல்கள் செங்குத்து குத்து நீட்டத்தில் வை" -#: ../gtk/gtkmenu.c:619 +#: gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "கிடைமட்ட குத்து நீட்டம்" -#: ../gtk/gtkmenu.c:620 -msgid "When the menu is a submenu, position it this number of pixels offset horizontally" +#: gtk/gtkmenu.c:620 +msgid "" +"When the menu is a submenu, position it this number of pixels offset " +"horizontally" msgstr "மெனு பட்டியல் துணை மெனுவானால் அதை இத்தனை பிக்ஸல்கள் கிடைமட்ட குத்து நீட்டத்தில் வை" -#: ../gtk/gtkmenu.c:628 +#: gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "இரட்டை அம்புகள்" -#: ../gtk/gtkmenu.c:629 +#: gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "உருளும் போது எப்போதும் இரு அம்புக்குறிகளையும் காட்டு." -#: ../gtk/gtkmenu.c:642 +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "அம்புக்குறி வைத்தல்" -#: ../gtk/gtkmenu.c:643 +#: gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "உருரும் அம்புக்குறிகள் வைக்கப்பட்ட காட்டுகிறது" -#: ../gtk/gtkmenu.c:651 +#: gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "இடது இணைப்பு" -#: ../gtk/gtkmenu.c:652 -#: ../gtk/gtktable.c:174 +#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "சேயின் இடது பக்கம் ஒட்ட வேண்டிய பத்தி எண் " -#: ../gtk/gtkmenu.c:659 +#: gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "வலது இணைப்பு" -#: ../gtk/gtkmenu.c:660 +#: gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "சேயின் வலது பக்கம் ஒட்ட வேண்டிய பத்தி எண் " -#: ../gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "மேல் இணைப்பு" -#: ../gtk/gtkmenu.c:668 +#: gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "சேயின் மேல் பக்கம் ஒட்ட வேண்டிய வரி எண் " -#: ../gtk/gtkmenu.c:675 +#: gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "கீழ் இணைக்கவும்" -#: ../gtk/gtkmenu.c:676 -#: ../gtk/gtktable.c:195 +#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "சேயின் கீழ் பக்கம் ஒட்ட வேண்டிய வரி எண் " -#: ../gtk/gtkmenu.c:690 +#: gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "உருளல் அம்புக்குறியின் அளவை குறைக்க குறிப்பில்லா மாறிலி" -#: ../gtk/gtkmenu.c:777 +#: gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "மாற்றிகளை மாற்றலாம்" -#: ../gtk/gtkmenu.c:778 -msgid "Whether menu accelerators can be changed by pressing a key over the menu item" +#: gtk/gtkmenu.c:778 +msgid "" +"Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "மெனு உருப்படி மீதுள்ள விசையை அழுத்தி மெனுவின் முடுக்கிகளை மாற்ற முடியுமா" -#: ../gtk/gtkmenu.c:783 +#: gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "துணை மெனுக்கள் தோன்றும் முன் தாமதம் " -#: ../gtk/gtkmenu.c:784 -msgid "Minimum time the pointer must stay over a menu item before the submenu appear" +#: gtk/gtkmenu.c:784 +msgid "" +"Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "துணை மெனுக்கள் தோன்றும் முன் மெனு உருப்படி மேல் சுட்டி நிலைக்க வேண்டிய நேரம்." -#: ../gtk/gtkmenu.c:791 +#: gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "துணை மெனுக்கள் மறையும் முன் தாமதம் " -#: ../gtk/gtkmenu.c:792 -msgid "The time before hiding a submenu when the pointer is moving towards the submenu" -msgstr "மெனு உருப்படி மேல் சுட்டி துணை மெனுவை நோக்கி போகையில் துணை மெனுக்கள் மறைய வேண்டிய நேரம்." +#: gtk/gtkmenu.c:792 +msgid "" +"The time before hiding a submenu when the pointer is moving towards the " +"submenu" +msgstr "" +"மெனு உருப்படி மேல் சுட்டி துணை மெனுவை நோக்கி போகையில் துணை மெனுக்கள் மறைய வேண்டிய " +"நேரம்." -#: ../gtk/gtkmenubar.c:168 +#: gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "பொதி திசை" -#: ../gtk/gtkmenubar.c:169 +#: gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "மெனுபட்டையின் பொதி திசை" -#: ../gtk/gtkmenubar.c:185 +#: gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "சேய் பொதி திசை" -#: ../gtk/gtkmenubar.c:186 +#: gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "மெனுப்பட்டையின் சேய் பொதி திசை" -#: ../gtk/gtkmenubar.c:195 +#: gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "பட்டிப் பலகையை சுற்றியுள்ள bevelயின் பாணி" -#: ../gtk/gtkmenubar.c:202 -#: ../gtk/gtktoolbar.c:590 +#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "உள்ளமை நிரப்பல்" -#: ../gtk/gtkmenubar.c:203 +#: gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "பட்டிப் பட்டைக்கும் பட்டி உருப்படிக்கும் நடுவிலிருக்கும் எல்லை இடைவெளின் அளவு" -#: ../gtk/gtkmenubar.c:210 +#: gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "கீழே இறங்கும் மெனு தோன்றும் முன் தாமதம் " -#: ../gtk/gtkmenubar.c:211 +#: gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "மெனு பட்டியில் இருந் கீழே இறங்கும் துணைமெனுக்கள் தோன்றும் முன் தாமதம் " -#: ../gtk/gtkmenuitem.c:252 +#: gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "வலது நிரப்பப்பட்டது" -#: ../gtk/gtkmenuitem.c:253 -msgid "Sets whether the menu item appears justified at the right side of a menu bar" +#: gtk/gtkmenuitem.c:253 +msgid "" +"Sets whether the menu item appears justified at the right side of a menu bar" msgstr "மெனு பட்டியின் வலது பக்கம் நிரப்பப்பட்டு மெனு உருப்படி தோன்றுமா என அமைக்கிறது" -#: ../gtk/gtkmenuitem.c:267 +#: gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "துணை மெனு" -#: ../gtk/gtkmenuitem.c:268 +#: gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" msgstr "மெனு உருப்படிக்கு ஒட்டிய துணை மெனு பட்டியல், அல்லது ஒன்றும் இல்லையானால் NULL " -#: ../gtk/gtkmenuitem.c:286 +#: gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "மெனு உருப்படிக்கு முடுக்கி பாதையை அமைக்கிறது" -#: ../gtk/gtkmenuitem.c:301 +#: gtk/gtkmenuitem.c:301 msgid "The text for the child label" msgstr "சேய் லேபிளுக்கான உரை" -#: ../gtk/gtkmenuitem.c:364 +#: gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "மெனு உருப்படியின் எழுத்துரு அளவு பொருந்தி அம்புக்குறி அடைத்துக்கொள்ளும் இடம்" -#: ../gtk/gtkmenuitem.c:377 +#: gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "எழுத்துக்களின் அகலம்" -#: ../gtk/gtkmenuitem.c:378 +#: gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "மெனு உருப்படிகளின் குறைந்த பட்ச விரும்பிய அகலம் எண் எழுத்துக்கள் குறியீடுகளில்" -#: ../gtk/gtkmenushell.c:374 +#: gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "ஃபோகஸ் எடு" -#: ../gtk/gtkmenushell.c:375 +#: gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "மெனு பட்டியல் விசைப்பலகை குவிப்பை பிடிக்குமா என நிர்ணயிக்கும் ஒரு பூலியன் " -#: ../gtk/gtkmenutoolbutton.c:245 -#: ../gtk/gtkoptionmenu.c:161 +#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "பட்டி" -#: ../gtk/gtkmenutoolbutton.c:246 +#: gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "கீழ்விரி மெனு" -#: ../gtk/gtkmessagedialog.c:98 +#: gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "உருவம்/அடையாள எல்லை" -#: ../gtk/gtkmessagedialog.c:99 +#: gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" -msgstr "தகவல் உரையாடலில்லிருக்கும் அடையாளத்திற்கும் உருவத்திற்கும் சுற்றியுள்ள எல்லையின் அகலம்" +msgstr "" +"தகவல் உரையாடலில்லிருக்கும் அடையாளத்திற்கும் உருவத்திற்கும் சுற்றியுள்ள எல்லையின் அகலம்" -#: ../gtk/gtkmessagedialog.c:114 +#: gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "பிரிப்பியை பயன்படுத்து" -#: ../gtk/gtkmessagedialog.c:115 -msgid "Whether to put a separator between the message dialog's text and the buttons" +#: gtk/gtkmessagedialog.c:115 +msgid "" +"Whether to put a separator between the message dialog's text and the buttons" msgstr "செய்திகளின் உரைக்கும் பொத்தான்களுக்கும் இடையே ஒரு பிரிப்பி இடுவதா" -#: ../gtk/gtkmessagedialog.c:128 +#: gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "தகவல் வகை" -#: ../gtk/gtkmessagedialog.c:129 +#: gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "செய்தியின் வகை" -#: ../gtk/gtkmessagedialog.c:136 +#: gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "தகவல் பொத்தான்கள்" -#: ../gtk/gtkmessagedialog.c:137 +#: gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "செய்தி உரையாடலில் காட்டப்பட்ட பொத்தான்கள்" -#: ../gtk/gtkmessagedialog.c:154 +#: gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "செய்தி உரையாடலின் முதன்மை உரை" -#: ../gtk/gtkmessagedialog.c:169 +#: gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "குறிப்பை பயன்படுத்து" -#: ../gtk/gtkmessagedialog.c:170 +#: gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "தலைப்பின் முதன்மை உரை பேங்கோ மார்கப் ஐ உள்ளடக்கியது" -#: ../gtk/gtkmessagedialog.c:184 +#: gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "இரண்டாவது உரை" -#: ../gtk/gtkmessagedialog.c:185 +#: gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "செய்தி உரையாடல் இன் இரண்டாம் நிலை உரை" -#: ../gtk/gtkmessagedialog.c:200 +#: gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "குறிப்பை இரண்டாவது பயன்படுத்து" -#: ../gtk/gtkmessagedialog.c:201 +#: gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "Pango markupல் சேர்க்கப்படுகிற இரண்டாந்தர உரை." -#: ../gtk/gtkmessagedialog.c:216 +#: gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "படம்" -#: ../gtk/gtkmisc.c:83 +#: gtk/gtkmisc.c:83 msgid "Y align" msgstr "Y ஒழுங்குப்படுத்துதல்" -#: ../gtk/gtkmisc.c:84 +#: gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "நெடுதிசை நேர்ப்படுத்தல், 0 (மேல்) இலிருந்து 1 (கீழ்) வரை" -#: ../gtk/gtkmisc.c:93 +#: gtk/gtkmisc.c:93 msgid "X pad" msgstr "X pad" -#: ../gtk/gtkmisc.c:94 -msgid "The amount of space to add on the left and right of the widget, in pixels" -msgstr "பிக்செல்களில், விட்செட்டுக்கு வலது பக்கத்திலும் இடது பக்கத்திலும் இருக்கும் இடைவெளியின் அளவு" +#: gtk/gtkmisc.c:94 +msgid "" +"The amount of space to add on the left and right of the widget, in pixels" +msgstr "" +"பிக்செல்களில், விட்செட்டுக்கு வலது பக்கத்திலும் இடது பக்கத்திலும் இருக்கும் இடைவெளியின் அளவு" -#: ../gtk/gtkmisc.c:103 +#: gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Y pad" -#: ../gtk/gtkmisc.c:104 -msgid "The amount of space to add on the top and bottom of the widget, in pixels" -msgstr "பிக்செல்களில், விட்செட்டுக்கு மேல் பக்கத்திலும் கீழ் பக்கத்திலும் இருக்கும் இடைவெளியின் அளவு" +#: gtk/gtkmisc.c:104 +msgid "" +"The amount of space to add on the top and bottom of the widget, in pixels" +msgstr "" +"பிக்செல்களில், விட்செட்டுக்கு மேல் பக்கத்திலும் கீழ் பக்கத்திலும் இருக்கும் இடைவெளியின் அளவு" -#: ../gtk/gtkmountoperation.c:139 +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "பெற்றோர்" -#: ../gtk/gtkmountoperation.c:140 +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "பெற்றோர் சாளரம்" -#: ../gtk/gtkmountoperation.c:147 +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "காண்பிக்கப்படுகிறது" -#: ../gtk/gtkmountoperation.c:148 +#: gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "நாம் உரையாடலைக் காட்டப் போகிறோமா" -#: ../gtk/gtkmountoperation.c:156 +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "இந்த சாளரம் காட்டப்படும் திரை" -#: ../gtk/gtknotebook.c:577 +#: gtk/gtknotebook.c:577 msgid "Page" msgstr "பக்கம்" -#: ../gtk/gtknotebook.c:578 +#: gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "தற்போதைய பக்கத்தின் சுட்டு" -#: ../gtk/gtknotebook.c:586 +#: gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "கீற்று இடம்" -#: ../gtk/gtknotebook.c:587 +#: gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "கீற்று இருக்குமிடம் புத்தகத்தின் எப்பக்கத்தில்" -#: ../gtk/gtknotebook.c:594 +#: gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "கீற்று எல்லை" -#: ../gtk/gtknotebook.c:595 +#: gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "கீற்று அடையாளத்தை சுற்றியுள்ள எல்லையின் அகலம்" -#: ../gtk/gtknotebook.c:603 +#: gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "கிடை கீற்று எல்லை" -#: ../gtk/gtknotebook.c:604 +#: gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "கீற்று அடையாளங்களைச் சுற்றியுள்ள கிடை எல்லையின் அகலம்" -#: ../gtk/gtknotebook.c:612 +#: gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "நெடு கீற்று எல்லை" -#: ../gtk/gtknotebook.c:613 +#: gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "கீற்று அடையாளங்களைச் சுற்றியுள்ள நெடு எல்லையின் அகலம்" -#: ../gtk/gtknotebook.c:621 +#: gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "கீற்று களைக் காண்பி" -#: ../gtk/gtknotebook.c:622 +#: gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "கீற்று கள் காண்பிப்பதா இல்லையா" -#: ../gtk/gtknotebook.c:628 +#: gtk/gtknotebook.c:628 msgid "Show Border" msgstr "எல்லைக் காண்பி" -#: ../gtk/gtknotebook.c:629 +#: gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "எல்லையைக் காண்பிப்பதா இல்லையா" -#: ../gtk/gtknotebook.c:635 +#: gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "திரை உருளலக்கூடியது" -#: ../gtk/gtknotebook.c:636 +#: gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "உண்மையெனில், சுருள் அம்புகுறிகள் நிறைய தத்தல்கள் பொருத்தப்பட்டால் சேர்க்கப்படும்" -#: ../gtk/gtknotebook.c:642 +#: gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "பாப்பப்பை செயல்படுத்து" -#: ../gtk/gtknotebook.c:643 -msgid "If TRUE, pressing the right mouse button on the notebook pops up a menu that you can use to go to a page" -msgstr "உண்மை எனில் நோட்டு புத்தகம் மீது வலது பொத்தான் ஐ அழுத்தினால் நீங்கள் வேறு ஒரு பக்கத்துக்கு போக பயன்படுத்தக்கூடிய துள்ளு பட்டியல் கிடைக்கும்" +#: gtk/gtknotebook.c:643 +msgid "" +"If TRUE, pressing the right mouse button on the notebook pops up a menu that " +"you can use to go to a page" +msgstr "" +"உண்மை எனில் நோட்டு புத்தகம் மீது வலது பொத்தான் ஐ அழுத்தினால் நீங்கள் வேறு ஒரு பக்கத்துக்கு " +"போக பயன்படுத்தக்கூடிய துள்ளு பட்டியல் கிடைக்கும்" -#: ../gtk/gtknotebook.c:650 +#: gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "தத்தல்கள் ஒரே அளவை கொண்டிருக்க வேண்டுமா" -#: ../gtk/gtknotebook.c:656 +#: gtk/gtknotebook.c:656 msgid "Group ID" msgstr "குழு எண்" -#: ../gtk/gtknotebook.c:657 +#: gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "இழுத்துவிட கீற்றுகளுக்கு குழு ஐடி (ID) " -#: ../gtk/gtknotebook.c:673 -#: ../gtk/gtkradioaction.c:128 -#: ../gtk/gtkradiobutton.c:82 -#: ../gtk/gtkradiomenuitem.c:343 -#: ../gtk/gtkradiotoolbutton.c:65 +#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 +#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "தொகுப்பு" -#: ../gtk/gtknotebook.c:674 +#: gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "இழுத்துவிட கீற்றுகளுக்கு குழு" -#: ../gtk/gtknotebook.c:680 +#: gtk/gtknotebook.c:680 msgid "Tab label" msgstr "கீற்று பெயர்" -#: ../gtk/gtknotebook.c:681 +#: gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "சேய் கீற்று அடையாளத்தில் காட்டப்படும் சரம்" -#: ../gtk/gtknotebook.c:687 +#: gtk/gtknotebook.c:687 msgid "Menu label" msgstr "பட்டி அடையாளம்" -#: ../gtk/gtknotebook.c:688 +#: gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "சேய் பட்டியல் உள்ளீட்டத்தில் காட்டப்படும் சரம்" -#: ../gtk/gtknotebook.c:701 +#: gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "கீற்று விரிவு" -#: ../gtk/gtknotebook.c:702 +#: gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "சேய் கீற்று ஐ விரிவு செய்வதா இல்லையா" -#: ../gtk/gtknotebook.c:708 +#: gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "கீற்று நிரப்பு" -#: ../gtk/gtknotebook.c:709 +#: gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "சேய் கீற்று ஒதுக்கிய இடத்தை முழுமையாக நிரப்ப வேண்டுமா இல்லையா" -#: ../gtk/gtknotebook.c:715 +#: gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "கீற்று பொதி வகை" -#: ../gtk/gtknotebook.c:722 +#: gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "மறுவரிசைப்படுத்தக்கூடிய கீற்று " -#: ../gtk/gtknotebook.c:723 +#: gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "பயனர் செய்கையால் கீற்று வரிசை மாற்றமுடிய வேண்டுமா இல்லையா" -#: ../gtk/gtknotebook.c:729 +#: gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "பிரிக்கக்கூடிய கீற்று " -#: ../gtk/gtknotebook.c:730 +#: gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "கீற்று பிரிக்கப்பட முடிய வேண்டுமா இல்லையா" -#: ../gtk/gtknotebook.c:745 -#: ../gtk/gtkscrollbar.c:81 +#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "இரண்டாம் பின் ஏற்றி" -#: ../gtk/gtknotebook.c:746 -msgid "Display a second backward arrow button on the opposite end of the tab area" +#: gtk/gtknotebook.c:746 +msgid "" +"Display a second backward arrow button on the opposite end of the tab area" msgstr "கீற்று பரப்பின் தூர முடிவில் பின் நோக்கும் இரண்டாவது அம்புக்குறி பொத்தான் ஐ காட்டு" -#: ../gtk/gtknotebook.c:761 -#: ../gtk/gtkscrollbar.c:88 +#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "இரண்டாம் முன் ஏற்றி" -#: ../gtk/gtknotebook.c:762 -msgid "Display a second forward arrow button on the opposite end of the tab area" +#: gtk/gtknotebook.c:762 +msgid "" +"Display a second forward arrow button on the opposite end of the tab area" msgstr "கீற்று பரப்பின் தூர முடிவில் முன் நோக்கும் இரண்டாவது அம்புக்குறி பொத்தான் ஐ காட்டு" -#: ../gtk/gtknotebook.c:776 -#: ../gtk/gtkscrollbar.c:67 +#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "பின்னோக்கு ஏற்றி" -#: ../gtk/gtknotebook.c:777 -#: ../gtk/gtkscrollbar.c:68 +#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "செந்தர பின்னோக்கு அம்புக்குறி பொத்தான் ஐ காட்டு" -#: ../gtk/gtknotebook.c:791 -#: ../gtk/gtkscrollbar.c:74 +#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "முன்னோக்கு ஏற்றி" -#: ../gtk/gtknotebook.c:792 -#: ../gtk/gtkscrollbar.c:75 +#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "செந்தரமான முன்புற-அம்பு-பொத்தான் காண்பி" -#: ../gtk/gtknotebook.c:806 +#: gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "கீற்று முரண்" -#: ../gtk/gtknotebook.c:807 +#: gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "கீற்று முரண் பகுதி அளவு" -#: ../gtk/gtknotebook.c:822 +#: gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "கீற்று வளைவு" -#: ../gtk/gtknotebook.c:823 +#: gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "கீற்று வளைவு அளவு" -#: ../gtk/gtknotebook.c:839 +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "அம்பு இடம்" -#: ../gtk/gtknotebook.c:840 +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "உருளைபட்டி அம்புக்குறி இடம்" -#: ../gtk/gtkobject.c:370 +#: gtk/gtkobject.c:370 msgid "User Data" msgstr "பயனர் தரவு" -#: ../gtk/gtkobject.c:371 +#: gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "பெயரில்லாத பயனர் தரவு சுட்டி" -#: ../gtk/gtkoptionmenu.c:162 +#: gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "பட்டியின் விருப்பங்கள்" -#: ../gtk/gtkoptionmenu.c:169 +#: gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "கீழிறங்கும் சுட்டியின் அளவு" -#: ../gtk/gtkoptionmenu.c:175 +#: gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "காட்டியைச் சுற்றிருக்கும் இடைவெளி அளவு" -#: ../gtk/gtkorientable.c:75 +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "திசைஅமைவியின் திசைஅமைவு" -#: ../gtk/gtkpaned.c:242 -msgid "Position of paned separator in pixels (0 means all the way to the left/top)" -msgstr "Position of paned separator in pixels (0 means all the way to the left/top)" +#: gtk/gtkpaned.c:242 +msgid "" +"Position of paned separator in pixels (0 means all the way to the left/top)" +msgstr "" +"Position of paned separator in pixels (0 means all the way to the left/top)" -#: ../gtk/gtkpaned.c:251 +#: gtk/gtkpaned.c:251 msgid "Position Set" msgstr "இடம் அமைக்கப்பட்டுள்ளது" -#: ../gtk/gtkpaned.c:252 +#: gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "நிலை பண்புகள் பயன்படுத்தப்பட்டால் உண்மை" -#: ../gtk/gtkpaned.c:258 +#: gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "கைப்பிடியின் அளவு" -#: ../gtk/gtkpaned.c:259 +#: gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "கைப்பிடியின் அகலம்" -#: ../gtk/gtkpaned.c:275 +#: gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "குறைந்த நிலை" -#: ../gtk/gtkpaned.c:276 +#: gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "சிறிய வாய்ப்புகள் மதிப்பு \"position\" பண்புக்கு" -#: ../gtk/gtkpaned.c:293 +#: gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "அதிகபட்ச இடம்" -#: ../gtk/gtkpaned.c:294 +#: gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "பெரிய வாய்ப்புகள் மதிப்பு \"position\" பண்புக்கு" -#: ../gtk/gtkpaned.c:311 +#: gtk/gtkpaned.c:311 msgid "Resize" msgstr "அளவு மாற்று" -#: ../gtk/gtkpaned.c:312 +#: gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "If TRUE, the child expands and shrinks along with the paned widget" -#: ../gtk/gtkpaned.c:327 +#: gtk/gtkpaned.c:327 msgid "Shrink" msgstr "சுருக்கவும்" -#: ../gtk/gtkpaned.c:328 +#: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "உண்மையெனில், இந்த சேய் கோரப்பட்டதிலிருந்து சிறியதாக இருக்கும்" -#: ../gtk/gtkplug.c:150 -#: ../gtk/gtkstatusicon.c:309 +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "உட்பொதியப்பட்டது" -#: ../gtk/gtkplug.c:151 +#: gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "ப்ளக் உட்பொதியப்பட்டதா அல்லது இல்லையா" -#: ../gtk/gtkplug.c:165 +#: gtk/gtkplug.c:165 msgid "Socket Window" msgstr "சாக்கெட் விண்டோ" -#: ../gtk/gtkplug.c:166 +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "சாளரத்தின் சாக்கெட் ப்ளக் உட்பொதியப்பட்டது" -#: ../gtk/gtkpreview.c:102 -msgid "Whether the preview widget should take up the entire space it is allocated" +#: gtk/gtkpreview.c:102 +msgid "" +"Whether the preview widget should take up the entire space it is allocated" msgstr "முன்பார்வை விட்ஜிட் அதற்கு ஒதுக்கப்பட்ட முழு இடத்தை எடுக்க வேண்டுமா" -#: ../gtk/gtkprinter.c:124 +#: gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "அச்சடிப்பியின் பெயர்" -#: ../gtk/gtkprinter.c:130 +#: gtk/gtkprinter.c:130 msgid "Backend" msgstr "பின்தளம்" -#: ../gtk/gtkprinter.c:131 +#: gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "அச்சடிப்பியின் பின்தளம்" -#: ../gtk/gtkprinter.c:137 +#: gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "மெய்நிகர்" -#: ../gtk/gtkprinter.c:138 +#: gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "ஒரு உண்மையான வன்பொருள் அச்சடிப்பிழை குறித்தால் தவறு" -#: ../gtk/gtkprinter.c:144 +#: gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "PDFஐ ஏற்கிறது" -#: ../gtk/gtkprinter.c:145 +#: gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "அச்சடிப்பி PDFஐ ஏற்றால் உண்மை" -#: ../gtk/gtkprinter.c:151 +#: gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "பின்னுரை" -#: ../gtk/gtkprinter.c:152 +#: gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "அச்சடிப்பி PostScript ஏற்றால் உண்மை" -#: ../gtk/gtkprinter.c:158 +#: gtk/gtkprinter.c:158 msgid "State Message" msgstr "நிலை செய்தி" -#: ../gtk/gtkprinter.c:159 +#: gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "சரம் அச்சடிப்பியின் நடப்பு நிலையை கொடுக்கிறது" -#: ../gtk/gtkprinter.c:165 +#: gtk/gtkprinter.c:165 msgid "Location" msgstr "இடம்" -#: ../gtk/gtkprinter.c:166 +#: gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "அச்சடிப்பியின் இடம்" -#: ../gtk/gtkprinter.c:173 +#: gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "சின்னம் க்கு" -#: ../gtk/gtkprinter.c:179 +#: gtk/gtkprinter.c:179 msgid "Job Count" msgstr "பணி எண்ணிக்கை" -#: ../gtk/gtkprinter.c:180 +#: gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "அச்சடிப்பியில் வரிசையிலுள்ள பணிகளின் எண்ணிக்கை" -#: ../gtk/gtkprinter.c:198 +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "அச்சடிப்பி நிறுத்தப்பட்டது" -#: ../gtk/gtkprinter.c:199 +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "இந்த அச்சடிப்பி நிறுத்தப்பட்டது உண்மையெனில்" -#: ../gtk/gtkprinter.c:212 +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "ஏற்றுக்கொள்ளக் கூடிய வேலைகள்" -#: ../gtk/gtkprinter.c:213 +#: gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "அச்சடிப்பி புதிய பணிகளை ஏற்றால் உண்மை" -#: ../gtk/gtkprinteroptionwidget.c:123 +#: gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "மூல விருப்பம்" -#: ../gtk/gtkprinteroptionwidget.c:124 +#: gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "இந்த PrinterOption விட்ஜிட்டை எடுக்கிறது" -#: ../gtk/gtkprintjob.c:117 +#: gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "அச்சு பணியின் தலைப்பு" -#: ../gtk/gtkprintjob.c:125 +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "அச்சடிப்பி" -#: ../gtk/gtkprintjob.c:126 +#: gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "அச்சடிப்பான் வேலையை அச்சடிக்கிறது" -#: ../gtk/gtkprintjob.c:134 +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "அமைவுகள்" -#: ../gtk/gtkprintjob.c:135 +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "அச்சடிப்பி அமைவுகள்" -#: ../gtk/gtkprintjob.c:143 -#: ../gtk/gtkprintjob.c:144 -#: ../gtk/gtkprintunixdialog.c:258 +#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "பக்கம் அமைப்பு" -#: ../gtk/gtkprintjob.c:152 -#: ../gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "அச்சிடுதல் நிலையை தேடு" -#: ../gtk/gtkprintjob.c:153 -msgid "TRUE if the print job will continue to emit status-changed signals after the print data has been sent to the printer or print server." -msgstr "TRUE if the print job will continue to emit status-changed signals after the print data has been sent to the printer or print server." +#: gtk/gtkprintjob.c:153 +msgid "" +"TRUE if the print job will continue to emit status-changed signals after the " +"print data has been sent to the printer or print server." +msgstr "" +"TRUE if the print job will continue to emit status-changed signals after the " +"print data has been sent to the printer or print server." -#: ../gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "முன்னிருப்பு பக்கம் அமைப்பு" -#: ../gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "இந்த GtkPageSetup முன்னிருப்பாக பயன்படுத்தப்படுகிறது" -#: ../gtk/gtkprintoperation.c:918 -#: ../gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "அச்சிடும் அமைவுகள்" -#: ../gtk/gtkprintoperation.c:919 -#: ../gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "இந்த GtkPrintSettings உரையாடலை துவக்க பயன்படுத்துகிறது" -#: ../gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "பணி பெயர்" -#: ../gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "அச்சு வேலையை எடுத்துக்காட்ட ஒரு ஸ்டிரிங் பயன்படுகிறது" -#: ../gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "பக்கங்களின் எண்ணிக்கை" -#: ../gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr "ஆவணத்திலுள்ள பக்கங்களின் எண்ணிக்கை" -#: ../gtk/gtkprintoperation.c:984 -#: ../gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "நடப்பு பக்கம்" -#: ../gtk/gtkprintoperation.c:985 -#: ../gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "ஆவணத்தின் நடப்பு பக்கம்" -#: ../gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "முழு பக்கத்தைப் பயன்படுத்து" -#: ../gtk/gtkprintoperation.c:1007 -msgid "TRUE if the origin of the context should be at the corner of the page and not the corner of the imageable area" -msgstr "TRUE if the origin of the context should be at the corner of the page and not the corner of the imageable area" +#: gtk/gtkprintoperation.c:1007 +msgid "" +"TRUE if the origin of the context should be at the corner of the page and " +"not the corner of the imageable area" +msgstr "" +"TRUE if the origin of the context should be at the corner of the page and " +"not the corner of the imageable area" -#: ../gtk/gtkprintoperation.c:1028 -msgid "TRUE if the print operation will continue to report on the print job status after the print data has been sent to the printer or print server." -msgstr "TRUE if the print operation will continue to report on the print job status after the print data has been sent to the printer or print server." +#: gtk/gtkprintoperation.c:1028 +msgid "" +"TRUE if the print operation will continue to report on the print job status " +"after the print data has been sent to the printer or print server." +msgstr "" +"TRUE if the print operation will continue to report on the print job status " +"after the print data has been sent to the printer or print server." -#: ../gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "அலகு" -#: ../gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "இந்த அலகு சூழலின் தொலைவை அளக்கிறது" -#: ../gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "உரையாடலை காட்டு" -#: ../gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr "அச்சடிக்கும் போது ஒரு மேம்பாடு உரையாடல் காட்டப்படுவது உண்மையா." -#: ../gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "ஒருங்கிணைப்பில்லாததை அனுமதி" -#: ../gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "அச்சடிப்பி ஒருங்கில்லாததை இயக்கினால் உண்மை" -#: ../gtk/gtkprintoperation.c:1110 -#: ../gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "கோப்புப்பெயரை ஏற்று" -#: ../gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "நிலை" -#: ../gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "அச்சு செயல்பாட்டின் நிலை" -#: ../gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "நிலை சரம்" -#: ../gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "மனிதன் வாசிக்கக்கூடிய விளக்கத்தின் நிலை" -#: ../gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "தனிபயன் கீற்று பெயர்" -#: ../gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "தத்தலுக்கு லேபிள் தனிபயன் விட்ஜிட்கள்" -#: ../gtk/gtkprintunixdialog.c:259 +#: gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "பயன்படுத்த GtkPageSetup" -#: ../gtk/gtkprintunixdialog.c:284 +#: gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "தேர்ந்தெடுக்கப்பட்ட அச்சடிப்பி" -#: ../gtk/gtkprintunixdialog.c:285 +#: gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "தேர்ந்தெடுக்கப்பட்ட GtkPrinter" -#: ../gtk/gtkprogress.c:102 +#: gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "செயற்பாடு முறைமை" -#: ../gtk/gtkprogress.c:103 -msgid "If TRUE, the GtkProgress is in activity mode, meaning that it signals something is happening, but not how much of the activity is finished. This is used when you're doing something but don't know how long it will take." -msgstr "If TRUE, the GtkProgress is in activity mode, meaning that it signals something is happening, but not how much of the activity is finished. This is used when you're doing something but don't know how long it will take." +#: gtk/gtkprogress.c:103 +msgid "" +"If TRUE, the GtkProgress is in activity mode, meaning that it signals " +"something is happening, but not how much of the activity is finished. This " +"is used when you're doing something but don't know how long it will take." +msgstr "" +"If TRUE, the GtkProgress is in activity mode, meaning that it signals " +"something is happening, but not how much of the activity is finished. This " +"is used when you're doing something but don't know how long it will take." -#: ../gtk/gtkprogress.c:111 +#: gtk/gtkprogress.c:111 msgid "Show text" msgstr "உரையைக் காண்பி" -#: ../gtk/gtkprogress.c:112 +#: gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "மேம்பாடு உரையாக காட்டப்படுமா." -#: ../gtk/gtkprogressbar.c:119 +#: gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "GtkAdjustment மேம்பாடு பட்டியுடன் இணைக்கப்படுகிறது (Deprecated)" -#: ../gtk/gtkprogressbar.c:135 +#: gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "பட்டை பாணி" -#: ../gtk/gtkprogressbar.c:136 +#: gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "Specifies the visual style of the bar in percentage mode (Deprecated)" -#: ../gtk/gtkprogressbar.c:144 +#: gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "செயற்பாடு படி" -#: ../gtk/gtkprogressbar.c:145 +#: gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "The increment used for each iteration in activity mode (Deprecated)" -#: ../gtk/gtkprogressbar.c:152 +#: gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "செயற்பாடு கட்டங்கள்" -#: ../gtk/gtkprogressbar.c:153 -msgid "The number of blocks which can fit in the progress bar area in activity mode (Deprecated)" -msgstr "The number of blocks which can fit in the progress bar area in activity mode (Deprecated)" +#: gtk/gtkprogressbar.c:153 +msgid "" +"The number of blocks which can fit in the progress bar area in activity mode " +"(Deprecated)" +msgstr "" +"The number of blocks which can fit in the progress bar area in activity mode " +"(Deprecated)" -#: ../gtk/gtkprogressbar.c:160 +#: gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "உதிரி கட்டங்கள்" -#: ../gtk/gtkprogressbar.c:161 -msgid "The number of discrete blocks in a progress bar (when shown in the discrete style)" -msgstr "The number of discrete blocks in a progress bar (when shown in the discrete style)" +#: gtk/gtkprogressbar.c:161 +msgid "" +"The number of discrete blocks in a progress bar (when shown in the discrete " +"style)" +msgstr "" +"The number of discrete blocks in a progress bar (when shown in the discrete " +"style)" -#: ../gtk/gtkprogressbar.c:168 +#: gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "பகுதி" -#: ../gtk/gtkprogressbar.c:169 +#: gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "முழு பணியில் முடிக்கப்பட்ட பகுதி" -#: ../gtk/gtkprogressbar.c:176 +#: gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "துடிப்புப் படி" -#: ../gtk/gtkprogressbar.c:177 +#: gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "The fraction of total progress to move the bouncing block when pulsed" -#: ../gtk/gtkprogressbar.c:185 +#: gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "முன்னேற்றப் பட்டையில் காண்பிக்கப்ட வேண்டிய உரை" -#: ../gtk/gtkprogressbar.c:207 -msgid "The preferred place to ellipsize the string, if the progress bar does not have enough room to display the entire string, if at all." -msgstr "சரத்தை காட்ட முடிந்தால், முழு சரத்தை காட்ட முன்னேற்ற பட்டிக்கு இடம் இல்லாமல் போனால் முப்புள்ளி காட்ட தகுந்த இடம். " +#: gtk/gtkprogressbar.c:207 +msgid "" +"The preferred place to ellipsize the string, if the progress bar does not " +"have enough room to display the entire string, if at all." +msgstr "" +"சரத்தை காட்ட முடிந்தால், முழு சரத்தை காட்ட முன்னேற்ற பட்டிக்கு இடம் இல்லாமல் போனால் " +"முப்புள்ளி காட்ட தகுந்த இடம். " -#: ../gtk/gtkprogressbar.c:214 +#: gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "X இடைவெளி" -#: ../gtk/gtkprogressbar.c:215 +#: gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "முன்னேற்ற பட்டியின் அகலத்துக்கு கொடுக்க கூடுதல் இடம்" -#: ../gtk/gtkprogressbar.c:220 +#: gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "Y இடைவெளி" -#: ../gtk/gtkprogressbar.c:221 +#: gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "முன்னேற்ற பட்டியின் உயரத்துக்கு கொடுக்க கூடுதல் இடம்" -#: ../gtk/gtkprogressbar.c:234 +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "குறைந்தபட்ச கிடைமட்ட பட்டியின் அகலம்" -#: ../gtk/gtkprogressbar.c:235 +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "முன்னேற்ற பட்டியின் குறைந்த பட்ச கிடைமட்ட அகலம்." -#: ../gtk/gtkprogressbar.c:247 +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "குறைந்தபட்ச கிடைமட்ட பட்டியின் உயரம்" -#: ../gtk/gtkprogressbar.c:248 +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "முன்னேற்ற பட்டியின் குறைந்த பட்ச கிடைமட்ட உயரம் " -#: ../gtk/gtkprogressbar.c:260 +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "குறைந்தபட்ச செங்குத்து பட்டியின் அகலம்" -#: ../gtk/gtkprogressbar.c:261 +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "முன்னேற்ற பட்டியின் குறைந்த பட்ச செங்குத்து அகலம் " -#: ../gtk/gtkprogressbar.c:273 +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "Minimum child height" -#: ../gtk/gtkprogressbar.c:274 +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "முன்னேற்ற பட்டியின் குறைந்த பட்ச செங்குத்து உயரம் " -#: ../gtk/gtkradioaction.c:111 +#: gtk/gtkradioaction.c:111 msgid "The value" msgstr "மதிப்பு" -#: ../gtk/gtkradioaction.c:112 -msgid "The value returned by gtk_radio_action_get_current_value() when this action is the current action of its group." -msgstr "இந்த செயல் அதன் குழுவின் நடப்பு செயலாக உள்ளபோது gtk_radio_action_get_current_value() ஆல் திருப்பபட்ட மதிப்பு " +#: gtk/gtkradioaction.c:112 +msgid "" +"The value returned by gtk_radio_action_get_current_value() when this action " +"is the current action of its group." +msgstr "" +"இந்த செயல் அதன் குழுவின் நடப்பு செயலாக உள்ளபோது gtk_radio_action_get_current_value" +"() ஆல் திருப்பபட்ட மதிப்பு " -#: ../gtk/gtkradioaction.c:129 +#: gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "இந்த செயலின் குழுவின் ரேடியோ செயல்." -#: ../gtk/gtkradioaction.c:144 +#: gtk/gtkradioaction.c:144 msgid "The current value" msgstr "தற்போதைய மதிப்பு" -#: ../gtk/gtkradioaction.c:145 -msgid "The value property of the currently active member of the group to which this action belongs." +#: gtk/gtkradioaction.c:145 +msgid "" +"The value property of the currently active member of the group to which this " +"action belongs." msgstr "இந்த செயலுக்கு சொந்தமான குழுவின் நடப்பு செயலாக உள்ள அங்கத்தினரின் மதிப்பு பண்பு" -#: ../gtk/gtkradiobutton.c:83 +#: gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "விட்செடுக்கு சொந்தமான குழுவின் ரேடியோ பொத்தான் " -#: ../gtk/gtkradiomenuitem.c:344 +#: gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "விட்செடுக்கு சொந்தமான குழுவின் ரேடியோ மெனு உருப்படி" -#: ../gtk/gtkradiotoolbutton.c:66 +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "விட்செடுக்கு சொந்தமான குழுவின் ரேடியோ கருவி" -#: ../gtk/gtkrange.c:358 +#: gtk/gtkrange.c:358 msgid "Update policy" msgstr "நிலைப்புதிப்பித்தல் திட்டம்" -#: ../gtk/gtkrange.c:359 +#: gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "வீச்சு திறையில் எப்படி நிலைப்புதிப்பிக்க வேணடும்" -#: ../gtk/gtkrange.c:368 +#: gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "இந்த வீச்சு பொருளின் நடப்பு மதிப்பு கொண்டுள்ள ஜிடிகேஅட்ஜெஸ்மென்ட்" -#: ../gtk/gtkrange.c:375 +#: gtk/gtkrange.c:375 msgid "Inverted" msgstr "புரண்டது" -#: ../gtk/gtkrange.c:376 +#: gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" msgstr "வீச்சு மதிப்பை அதிகமாக்க வழுக்கி நகரும் நேர்மாறு திசை" -#: ../gtk/gtkrange.c:383 +#: gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "குறைவான ஏற்றி உணர்வு தன்மை" -#: ../gtk/gtkrange.c:384 -msgid "The sensitivity policy for the stepper that points to the adjustment's lower side" -msgstr "The sensitivity policy for the stepper that points to the adjustment's lower side" +#: gtk/gtkrange.c:384 +msgid "" +"The sensitivity policy for the stepper that points to the adjustment's lower " +"side" +msgstr "" +"The sensitivity policy for the stepper that points to the adjustment's lower " +"side" -#: ../gtk/gtkrange.c:392 +#: gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "மேலான ஏற்றி உணர்வு தன்மை" -#: ../gtk/gtkrange.c:393 -msgid "The sensitivity policy for the stepper that points to the adjustment's upper side" -msgstr "The sensitivity policy for the stepper that points to the adjustment's upper side" +#: gtk/gtkrange.c:393 +msgid "" +"The sensitivity policy for the stepper that points to the adjustment's upper " +"side" +msgstr "" +"The sensitivity policy for the stepper that points to the adjustment's upper " +"side" -#: ../gtk/gtkrange.c:410 +#: gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "நிரப்பு நிலையைக் காட்டு" -#: ../gtk/gtkrange.c:411 +#: gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "ஒரு நிரப்பு நிலை காட்டி வரைகளை troughஇல் காட்ட வேண்டுமா" -#: ../gtk/gtkrange.c:427 +#: gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "நிரப்பு நிலையின் தடை" -#: ../gtk/gtkrange.c:428 +#: gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "நிரப்பு நிலையின் மேல் எல்லை தடுக்கப்படுகிறதா." -#: ../gtk/gtkrange.c:443 +#: gtk/gtkrange.c:443 msgid "Fill Level" msgstr "நிரப்பு நிலை" -#: ../gtk/gtkrange.c:444 +#: gtk/gtkrange.c:444 msgid "The fill level." msgstr "நிரப்பட்ட நிலை" -#: ../gtk/gtkrange.c:452 +#: gtk/gtkrange.c:452 msgid "Slider Width" msgstr "ஸ்லைடர் அகலம்" -#: ../gtk/gtkrange.c:453 +#: gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "சுருள் பட்டை அல்லது ஸ்கேல் தம்ப்பின் அகலம்" -#: ../gtk/gtkrange.c:460 +#: gtk/gtkrange.c:460 msgid "Trough Border" msgstr "Trough எல்லை" -#: ../gtk/gtkrange.c:461 +#: gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "இடைவெளிக்கிடையே thumb/steppers மற்றும் வெளி சாய்வு" -#: ../gtk/gtkrange.c:468 +#: gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "ஸ்டெப்பர் அளவு" -#: ../gtk/gtkrange.c:469 +#: gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "முடிவில் ஸ்டெப் பட்டன்களின் நீளம்" -#: ../gtk/gtkrange.c:484 +#: gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "ஏற்றி இடைவெளி" -#: ../gtk/gtkrange.c:485 +#: gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "ஸ்டெப் பட்டனுக்கும் தம்ப்புக்கும் இடையிலுள்ள இடைவெளி" -#: ../gtk/gtkrange.c:492 +#: gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "அம்புக்குறி X இடம்பெயர்வு" -#: ../gtk/gtkrange.c:493 -msgid "How far in the x direction to move the arrow when the button is depressed" -msgstr "How far in the x direction to move the arrow when the button is depressed" +#: gtk/gtkrange.c:493 +msgid "" +"How far in the x direction to move the arrow when the button is depressed" +msgstr "" +"How far in the x direction to move the arrow when the button is depressed" -#: ../gtk/gtkrange.c:500 +#: gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "அம்புகுறி Y இடம்பெயர்வு" -#: ../gtk/gtkrange.c:501 -msgid "How far in the y direction to move the arrow when the button is depressed" -msgstr "How far in the y direction to move the arrow when the button is depressed" +#: gtk/gtkrange.c:501 +msgid "" +"How far in the y direction to move the arrow when the button is depressed" +msgstr "" +"How far in the y direction to move the arrow when the button is depressed" -#: ../gtk/gtkrange.c:509 +#: gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "ACTIVE இழுக்கும் போது ஸ்லைடரை வரையவும்" -#: ../gtk/gtkrange.c:510 -msgid "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow IN while they are dragged" -msgstr "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow IN while they are dragged" +#: gtk/gtkrange.c:510 +msgid "" +"With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " +"IN while they are dragged" +msgstr "" +"With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " +"IN while they are dragged" -#: ../gtk/gtkrange.c:524 +#: gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "பக்க விவரங்களின் வழியாக" -#: ../gtk/gtkrange.c:525 -msgid "When TRUE, the parts of the trough on the two sides of the slider are drawn with different details" -msgstr "உண்மையாகயிருக்கும் போது, இரண்டு பக்கங்களின் பகுதிகளின் வழியாக வெவ்வாறான விவரங்களுடன் இழுக்கப்படுகிறது" +#: gtk/gtkrange.c:525 +msgid "" +"When TRUE, the parts of the trough on the two sides of the slider are drawn " +"with different details" +msgstr "" +"உண்மையாகயிருக்கும் போது, இரண்டு பக்கங்களின் பகுதிகளின் வழியாக வெவ்வாறான விவரங்களுடன் " +"இழுக்கப்படுகிறது" -#: ../gtk/gtkrange.c:541 +#: gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "Troughவின் கீழ் ஏற்றிகள்" -#: ../gtk/gtkrange.c:542 -msgid "Whether to draw trough for full length of range or exclude the steppers and spacing" +#: gtk/gtkrange.c:542 +msgid "" +"Whether to draw trough for full length of range or exclude the steppers and " +"spacing" msgstr "draw க்கு of மற்றும்" -#: ../gtk/gtkrange.c:555 +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "அம்புக்குறி அளவிடல்" -#: ../gtk/gtkrange.c:556 +#: gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "அம்புக்குறி அளவிடல் உருள் பொத்தான் அளவை கொடுக்கிறது" -#: ../gtk/gtkrecentaction.c:616 -#: ../gtk/gtkrecentchoosermenu.c:227 +#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "எண்களை காட்டு" -#: ../gtk/gtkrecentaction.c:617 -#: ../gtk/gtkrecentchoosermenu.c:228 +#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "உருப்படி ஒரு எண்ணுடன் காட்டப்படுமா" -#: ../gtk/gtkrecentchooser.c:132 +#: gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "சமீபத்திய மேலாளர்" -#: ../gtk/gtkrecentchooser.c:133 +#: gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "இந்த RecentManager பொருள் பயன்படுத்த" -#: ../gtk/gtkrecentchooser.c:147 +#: gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "தனிப்பட்டதை காட்டு" -#: ../gtk/gtkrecentchooser.c:148 +#: gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "தனிப்பட்ட உருப்படிகள் காட்டப்பட வேண்டுமா" -#: ../gtk/gtkrecentchooser.c:161 +#: gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "உதவிகருவியை காட்டு" -#: ../gtk/gtkrecentchooser.c:162 +#: gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "கருவித்துணுக்கு உருப்படியில் இருக்க வேண்டுமா" -#: ../gtk/gtkrecentchooser.c:174 +#: gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "சின்னங்களை காட்டு" -#: ../gtk/gtkrecentchooser.c:175 +#: gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "உருப்படிக்கு அருகில் சின்னம் இருக்குமா" -#: ../gtk/gtkrecentchooser.c:190 +#: gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "காட்சி இல்லை" -#: ../gtk/gtkrecentchooser.c:191 +#: gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" -msgstr "Whether the items pointing to unavailable resources should be displayed" +msgstr "" +"Whether the items pointing to unavailable resources should be displayed" -#: ../gtk/gtkrecentchooser.c:204 +#: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "பல்வைறு உருப்படிகளை தேர்ந்தெடுக்க அனுமதிக்கப்படுமா" -#: ../gtk/gtkrecentchooser.c:217 +#: gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "உள்ளமை மட்டும்" -#: ../gtk/gtkrecentchooser.c:218 +#: gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "Whether the selected resource(s) should be limited to local file: URIs" -#: ../gtk/gtkrecentchooser.c:234 -#: ../gtk/gtkrecentmanager.c:229 +#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "வரையறை" -#: ../gtk/gtkrecentchooser.c:235 +#: gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "அதிகபட்ச உருப்படியின் எண் இதில் காட்டப்படும்" -#: ../gtk/gtkrecentchooser.c:249 +#: gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "வரிசைப்படுத்து வகை" -#: ../gtk/gtkrecentchooser.c:250 +#: gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "காட்டப்படும் உருப்படிகளின் வரிசைப்படுத்தப்பட்ட செயல்முறை" -#: ../gtk/gtkrecentchooser.c:265 +#: gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "க்கு" -#: ../gtk/gtkrecentmanager.c:215 +#: gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "கோப்பின் முழு பாதையும் சேமிக்க மற்றும் பட்டியலை வாசிக்க பயன்பட்டது" -#: ../gtk/gtkrecentmanager.c:230 -msgid "The maximum number of items to be returned by gtk_recent_manager_get_items()" -msgstr "The maximum number of items to be returned by gtk_recent_manager_get_items()" +#: gtk/gtkrecentmanager.c:230 +msgid "" +"The maximum number of items to be returned by gtk_recent_manager_get_items()" +msgstr "" +"The maximum number of items to be returned by gtk_recent_manager_get_items()" -#: ../gtk/gtkrecentmanager.c:246 +#: gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "சமீபத்தில் பயன்படுத்த மூலங்கள் பட்டியல் அளவு" -#: ../gtk/gtkruler.c:128 +#: gtk/gtkruler.c:128 msgid "Lower" msgstr "கீழே" -#: ../gtk/gtkruler.c:129 +#: gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "மட்டப் பலகையின் அடி எல்லை" -#: ../gtk/gtkruler.c:138 +#: gtk/gtkruler.c:138 msgid "Upper" msgstr "மேல்" -#: ../gtk/gtkruler.c:139 +#: gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "மட்டப் பலகையின் மேல் எல்லை" -#: ../gtk/gtkruler.c:149 +#: gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "மட்டப் பலகையில் உள்ள குறியின் இடம்" -#: ../gtk/gtkruler.c:158 +#: gtk/gtkruler.c:158 msgid "Max Size" msgstr "ஆகக்கூடிய அளவு" -#: ../gtk/gtkruler.c:159 +#: gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "மட்டப் பலகையின் ஆகக்கூடிய அளவு" -#: ../gtk/gtkruler.c:174 +#: gtk/gtkruler.c:174 msgid "Metric" msgstr "மெட்ரிக்" -#: ../gtk/gtkruler.c:175 +#: gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "அளவீடுக்காக பயன்படுத்தப்படும் மெட்ரிக்" -#: ../gtk/gtkscale.c:201 +#: gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "மதிப்பில் காண்பிக்கப்படும் பதின்மம் இடங்களின் எண்" -#: ../gtk/gtkscale.c:210 +#: gtk/gtkscale.c:210 msgid "Draw Value" msgstr "மதிப்பை வரை" -#: ../gtk/gtkscale.c:211 +#: gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "நடப்பு மதிப்பு ஒரு சரமாக அடுத்த ஸ்லைடரில் காட்டப்பட வேண்டுமா" -#: ../gtk/gtkscale.c:218 +#: gtk/gtkscale.c:218 msgid "Value Position" msgstr "மதிப்பு இடம்" -#: ../gtk/gtkscale.c:219 +#: gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "தற்போதைய மதிப்பு காண்பிக்கப்பட வேண்டிய இடம்" -#: ../gtk/gtkscale.c:226 +#: gtk/gtkscale.c:226 msgid "Slider Length" msgstr "ஸ்லைடரின் நீளம்" -#: ../gtk/gtkscale.c:227 +#: gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "அளவீடு ஸ்லைடரின் நீளம்" -#: ../gtk/gtkscale.c:235 +#: gtk/gtkscale.c:235 msgid "Value spacing" msgstr "மதிப்பு இடைவெளி" -#: ../gtk/gtkscale.c:236 +#: gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "மதிப்பு உரை மற்றும் slider/trough பகுதிகளுக்கிடையே இடைவெளி" -#: ../gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "ஒழுங்கின் மதிப்பு" -#: ../gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "சின்னத்தின் அளவு" -#: ../gtk/gtkscalebutton.c:224 -msgid "The GtkAdjustment that contains the current value of this scale button object" +#: gtk/gtkscalebutton.c:226 +msgid "" +"The GtkAdjustment that contains the current value of this scale button object" msgstr "இந்த GtkAdjustment நடப்பு பதிப்பு இந்த அளவு பொத்தான் பொருளை கொண்டுள்ளது" -#: ../gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "சின்னங்கள்" -#: ../gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "சின்னப் பெயர்களின் பட்டியல்" -#: ../gtk/gtkscrollbar.c:51 +#: gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "குறைந்தபட்ச ஸ்லைடர் நீளம்" -#: ../gtk/gtkscrollbar.c:52 +#: gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "குறைந்தபட்ச சுருள்ப்பட்டை ஸ்லைடரின் நீளம்" -#: ../gtk/gtkscrollbar.c:60 +#: gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "பொருத்தப்பட்ட ஸ்லைடர் அளவு" -#: ../gtk/gtkscrollbar.c:61 +#: gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "ஸ்லைடரின் அளவை மாற்றாதே, குறைந்தபட்ச நீளத்தை சேமிக்கவும்" -#: ../gtk/gtkscrollbar.c:82 -msgid "Display a second backward arrow button on the opposite end of the scrollbar" -msgstr "சுருள்பட்டையின் எதிர்முனையில் மேலிருக்கும் அம்புக்குறி பட்டனின் பின்தங்கிய ஒரு நொடியை காட்டு" +#: gtk/gtkscrollbar.c:82 +msgid "" +"Display a second backward arrow button on the opposite end of the scrollbar" +msgstr "" +"சுருள்பட்டையின் எதிர்முனையில் மேலிருக்கும் அம்புக்குறி பட்டனின் பின்தங்கிய ஒரு நொடியை " +"காட்டு" -#: ../gtk/gtkscrollbar.c:89 -msgid "Display a second forward arrow button on the opposite end of the scrollbar" -msgstr "சுருள்பட்டையின் எதிர்முனையில் மேலிருக்கும் அம்புக்குறி பட்டனின் முன்னுள்ள ஒரு நொடியை காட்டு" +#: gtk/gtkscrollbar.c:89 +msgid "" +"Display a second forward arrow button on the opposite end of the scrollbar" +msgstr "" +"சுருள்பட்டையின் எதிர்முனையில் மேலிருக்கும் அம்புக்குறி பட்டனின் முன்னுள்ள ஒரு நொடியை காட்டு" -#: ../gtk/gtkscrolledwindow.c:218 -#: ../gtk/gtktext.c:545 -#: ../gtk/gtktreeview.c:578 +#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "கிடைதிசை ஒழிங்குபடுத்தல்" -#: ../gtk/gtkscrolledwindow.c:225 -#: ../gtk/gtktext.c:553 -#: ../gtk/gtktreeview.c:586 +#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "நெடுதிசை ஒழிங்குபடுத்தல்" -#: ../gtk/gtkscrolledwindow.c:232 +#: gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "கிடைமட்ட சுருள் பட்டை கொள்கை" -#: ../gtk/gtkscrolledwindow.c:233 +#: gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "கிடைமட்ட சுருள் பட்டை தோன்றும் போது" -#: ../gtk/gtkscrolledwindow.c:240 +#: gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "செங்குத்து சுருள்பட்டை கொள்கை" -#: ../gtk/gtkscrolledwindow.c:241 +#: gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "செங்குத்து சுருள் பட்டை தோன்றும் போது" -#: ../gtk/gtkscrolledwindow.c:249 +#: gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "சாளரம் வைத்தல்" -#: ../gtk/gtkscrolledwindow.c:250 -msgid "Where the contents are located with respect to the scrollbars. This property only takes effect if \"window-placement-set\" is TRUE." -msgstr "Where the contents are located with respect to the scrollbars. This property only takes effect if \"window-placement-set\" is TRUE." +#: gtk/gtkscrolledwindow.c:250 +msgid "" +"Where the contents are located with respect to the scrollbars. This property " +"only takes effect if \"window-placement-set\" is TRUE." +msgstr "" +"Where the contents are located with respect to the scrollbars. This property " +"only takes effect if \"window-placement-set\" is TRUE." -#: ../gtk/gtkscrolledwindow.c:267 +#: gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "சாளர வைத்தல் அமை" -#: ../gtk/gtkscrolledwindow.c:268 -msgid "Whether \"window-placement\" should be used to determine the location of the contents with respect to the scrollbars." -msgstr "Whether \"window-placement\" should be used to determine the location of the contents with respect to the scrollbars." +#: gtk/gtkscrolledwindow.c:268 +msgid "" +"Whether \"window-placement\" should be used to determine the location of the " +"contents with respect to the scrollbars." +msgstr "" +"Whether \"window-placement\" should be used to determine the location of the " +"contents with respect to the scrollbars." -#: ../gtk/gtkscrolledwindow.c:274 +#: gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "நிழல் வகை" -#: ../gtk/gtkscrolledwindow.c:275 +#: gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "உள்ளடக்கங்களை சுற்றி சாய்வின் பாணி" -#: ../gtk/gtkscrolledwindow.c:289 +#: gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "சாய்வுக்குள் உருள் பட்டைகள்" -#: ../gtk/gtkscrolledwindow.c:290 +#: gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "Place scrollbars within the scrolled window's bevel" -#: ../gtk/gtkscrolledwindow.c:296 +#: gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "சுருள்பட்டை இடைவெளி" -#: ../gtk/gtkscrolledwindow.c:297 +#: gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "Number of pixels between the scrollbars and the scrolled window" -#: ../gtk/gtkscrolledwindow.c:312 +#: gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "சுருளப்பட்ட சாளர இடம்" -#: ../gtk/gtkscrolledwindow.c:313 -msgid "Where the contents of scrolled windows are located with respect to the scrollbars, if not overridden by the scrolled window's own placement." -msgstr "Where the contents of scrolled windows are located with respect to the scrollbars, if not overridden by the scrolled window's own placement." +#: gtk/gtkscrolledwindow.c:313 +msgid "" +"Where the contents of scrolled windows are located with respect to the " +"scrollbars, if not overridden by the scrolled window's own placement." +msgstr "" +"Where the contents of scrolled windows are located with respect to the " +"scrollbars, if not overridden by the scrolled window's own placement." -#: ../gtk/gtkseparatortoolitem.c:105 +#: gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "வரையுக" -#: ../gtk/gtkseparatortoolitem.c:106 +#: gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "Whether the separator is drawn, or just blank" -#: ../gtk/gtksettings.c:215 +#: gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "இரட்டை கிளிக் நேரம்" -#: ../gtk/gtksettings.c:216 -msgid "Maximum time allowed between two clicks for them to be considered a double click (in milliseconds)" -msgstr "இரட்டை அமுக்கு என கருதுவதற்கு இரண்டு அமுக்குகள் நடைபெறும் நேரத்தின் மிகக்கூடிய இடைவெளி (மில்லி-நிடிகள்)" +#: gtk/gtksettings.c:216 +msgid "" +"Maximum time allowed between two clicks for them to be considered a double " +"click (in milliseconds)" +msgstr "" +"இரட்டை அமுக்கு என கருதுவதற்கு இரண்டு அமுக்குகள் நடைபெறும் நேரத்தின் மிகக்கூடிய " +"இடைவெளி (மில்லி-நிடிகள்)" -#: ../gtk/gtksettings.c:223 +#: gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "இரட்டை கிளிக் தூரம்" -#: ../gtk/gtksettings.c:224 -msgid "Maximum distance allowed between two clicks for them to be considered a double click (in pixels)" -msgstr "Maximum distance allowed between two clicks for them to be considered a double click (in pixels)" +#: gtk/gtksettings.c:224 +msgid "" +"Maximum distance allowed between two clicks for them to be considered a " +"double click (in pixels)" +msgstr "" +"Maximum distance allowed between two clicks for them to be considered a " +"double click (in pixels)" -#: ../gtk/gtksettings.c:240 +#: gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "நிலை காட்டி சிமிட்டம்" -#: ../gtk/gtksettings.c:241 +#: gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "நிலைகாட்டி சிமிட்ட வேண்டுமா" -#: ../gtk/gtksettings.c:248 +#: gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "நிலை காட்டி சிமிட்டம் நேரம்" -#: ../gtk/gtksettings.c:249 +#: gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "நிலைகாட்டி சிமிட்டும் சுழற்சி நேரம், மில்லி விநாடிகளில்" -#: ../gtk/gtksettings.c:268 +#: gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "நிலை காட்டி சிமிட்டல் நேரமுடிவு" -#: ../gtk/gtksettings.c:269 +#: gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "Time after which the cursor stops blinking, in seconds" -#: ../gtk/gtksettings.c:276 +#: gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "நிலைக்காட்டியை பிரி" -#: ../gtk/gtksettings.c:277 -msgid "Whether two cursors should be displayed for mixed left-to-right and right-to-left text" -msgstr "Whether two cursors should be displayed for mixed left-to-right and right-to-left text" +#: gtk/gtksettings.c:277 +msgid "" +"Whether two cursors should be displayed for mixed left-to-right and right-to-" +"left text" +msgstr "" +"Whether two cursors should be displayed for mixed left-to-right and right-to-" +"left text" -#: ../gtk/gtksettings.c:284 +#: gtk/gtksettings.c:284 msgid "Theme Name" msgstr "தீம் பெயர்" -#: ../gtk/gtksettings.c:285 +#: gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "RC கோப்பு ஏற்ற வேண்டிய தீமின் பெயர்" -#: ../gtk/gtksettings.c:293 +#: gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "குறும்படம் தோற்றப் பெயர்" -#: ../gtk/gtksettings.c:294 +#: gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "பயன்படுத்தும் சின்ன தீமின் பெயர்" -#: ../gtk/gtksettings.c:302 +#: gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "ஃபால்பேக் சின்ன தீம் பெயர்" -#: ../gtk/gtksettings.c:303 +#: gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "விழ வேண்டிய சின்னத்தின் தீம் பெயர்" -#: ../gtk/gtksettings.c:311 +#: gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "முக்கிய தீமின் பெயர்" -#: ../gtk/gtksettings.c:312 +#: gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "RC கோப்பு ஏற்ற வேண்டிய விசை தீமின் பெயர்" -#: ../gtk/gtksettings.c:320 +#: gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "பட்டிப் பலகை ஆர்முடுகல்" -#: ../gtk/gtksettings.c:321 +#: gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "மெனு பட்டியை செயல்படுத்த வேண்டிய விசை பிணைப்பு" -#: ../gtk/gtksettings.c:329 +#: gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "threshold இழு" -#: ../gtk/gtksettings.c:330 +#: gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "இழுக்கும் முன் நகர்த்தப்படும் நிலைகாட்டியில் பிக்ஸல்களின் எண்ணிக்கை" -#: ../gtk/gtksettings.c:338 +#: gtk/gtksettings.c:338 msgid "Font Name" msgstr "எழுத்துரு பெயர்" -#: ../gtk/gtksettings.c:339 +#: gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "பயன்படுத்தப்படும் முன்னிருப்பு எழுத்துருக்களின் பெயர்" -#: ../gtk/gtksettings.c:361 +#: gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "சின்ன அளவுகள்" -#: ../gtk/gtksettings.c:362 +#: gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "சின்னத்தின் அளவுகளின் பட்டியல் (gtk-மெனு=16,16:gtk-பட்டன்=20,20..." -#: ../gtk/gtksettings.c:370 +#: gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "GTK தொகுதிகள்" -#: ../gtk/gtksettings.c:371 +#: gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "பட்டியல் of செயலில்" -#: ../gtk/gtksettings.c:380 +#: gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Xft Antialias" -#: ../gtk/gtksettings.c:381 +#: gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "Xft எழுத்துருக்களை மழுங்க செய்ய வேண்டுமா; 0=இல்லை, 1=ஆம், -1=முன்னிருப்பு" -#: ../gtk/gtksettings.c:390 +#: gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Xft குறிப்பிடுதல்" -#: ../gtk/gtksettings.c:391 +#: gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "குறிப்புக்கு Xft எழுத்துருக்கள்; 0=no, 1=ஆம், -1=முன்னிருப்பு" -#: ../gtk/gtksettings.c:400 +#: gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Xft குறிப்பு பாணி" -#: ../gtk/gtksettings.c:401 -msgid "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" +#: gtk/gtksettings.c:401 +msgid "" +"What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "of" -#: ../gtk/gtksettings.c:410 +#: gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft RGBA" -#: ../gtk/gtksettings.c:411 +#: gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "subpixel மழுங்கல் வகை; none, rgb, bgr, vrgb, vbgr" -#: ../gtk/gtksettings.c:420 +#: gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Xft DPI" -#: ../gtk/gtksettings.c:421 +#: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" -msgstr "Xftக்கான திரைத்திறன், 1024 * dots/inchஇல். -1 முன்னிருப்பு மதிப்பாக பயன்படுத்தப்படுகிறது" +msgstr "" +"Xftக்கான திரைத்திறன், 1024 * dots/inchஇல். -1 முன்னிருப்பு மதிப்பாக " +"பயன்படுத்தப்படுகிறது" -#: ../gtk/gtksettings.c:430 +#: gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "நிலைக்காட்டி தீம் பெயர்" -#: ../gtk/gtksettings.c:431 +#: gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" -msgstr "பயன்படுத்த வேண்டிய நிலைகாட்டி தீமின் பெயர் அல்லது பூஜ்ஜிய மதிப்பை பயன்படுத்தி முன்னிருப்பு தீம்மை பயன்படுத்து" +msgstr "" +"பயன்படுத்த வேண்டிய நிலைகாட்டி தீமின் பெயர் அல்லது பூஜ்ஜிய மதிப்பை பயன்படுத்தி முன்னிருப்பு " +"தீம்மை பயன்படுத்து" -#: ../gtk/gtksettings.c:439 +#: gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "நிலைக்காட்டி தீம் அளவு" -#: ../gtk/gtksettings.c:440 +#: gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" -msgstr "நிலைகாட்டிகளுக்கு பயன்படுத்தப்படும் அளவு அல்லது 0 ஐ முன்னிருப்பு அளவுக்கு பயன்படுத்த" +msgstr "" +"நிலைகாட்டிகளுக்கு பயன்படுத்தப்படும் அளவு அல்லது 0 ஐ முன்னிருப்பு அளவுக்கு பயன்படுத்த" -#: ../gtk/gtksettings.c:450 +#: gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "மாற்று பொத்தான் வரிசை" -#: ../gtk/gtksettings.c:451 +#: gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" -msgstr "உரையாடல்களில் பயன்படுத்த வேண்டிய பொத்தான்கள் மாற்று பொத்தான் வரிசையை பயன்படுத்த வேண்டுமா" +msgstr "" +"உரையாடல்களில் பயன்படுத்த வேண்டிய பொத்தான்கள் மாற்று பொத்தான் வரிசையை பயன்படுத்த வேண்டுமா" -#: ../gtk/gtksettings.c:468 +#: gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "மாற்று வரிசைப்படுத்தும் அறிவிப்பி திசை" -#: ../gtk/gtksettings.c:469 -msgid "Whether the direction of the sort indicators in list and tree views is inverted compared to the default (where down means ascending)" -msgstr "Whether the direction of the sort indicators in list and tree views is inverted compared to the default (where down means ascending)" +#: gtk/gtksettings.c:469 +msgid "" +"Whether the direction of the sort indicators in list and tree views is " +"inverted compared to the default (where down means ascending)" +msgstr "" +"Whether the direction of the sort indicators in list and tree views is " +"inverted compared to the default (where down means ascending)" -#: ../gtk/gtksettings.c:477 +#: gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "'உள்ளீடு முறைகள்' பட்டியை காட்டு" -#: ../gtk/gtksettings.c:478 -msgid "Whether the context menus of entries and text views should offer to change the input method" +#: gtk/gtksettings.c:478 +msgid "" +"Whether the context menus of entries and text views should offer to change " +"the input method" msgstr "சூழல் பட்டிகளின் உள்ளீடுகள் மற்றும் உரை பார்வைகள் உள்ளீடு முறைகளை மாற்ற வேண்டுமா" -#: ../gtk/gtksettings.c:486 +#: gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "'Insert Unicode Control Character' மெனுவை காட்டு" -#: ../gtk/gtksettings.c:487 -msgid "Whether the context menus of entries and text views should offer to insert control characters" -msgstr "சூழல் பட்டிகளின் உள்ளீடுகள் மற்றும் உரை பார்வைகள் கட்டுப்பாடு எழுத்துக்களை நுழைக்க வேண்டுமா" +#: gtk/gtksettings.c:487 +msgid "" +"Whether the context menus of entries and text views should offer to insert " +"control characters" +msgstr "" +"சூழல் பட்டிகளின் உள்ளீடுகள் மற்றும் உரை பார்வைகள் கட்டுப்பாடு எழுத்துக்களை நுழைக்க வேண்டுமா" -#: ../gtk/gtksettings.c:495 +#: gtk/gtksettings.c:495 msgid "Start timeout" msgstr "நேரமுடிவை துவக்கவும் " -#: ../gtk/gtksettings.c:496 +#: gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "நேர முடிதலின் ஆரம்ப மதிப்பு, பொத்தான் அழுத்தப்படும் போது" -#: ../gtk/gtksettings.c:505 +#: gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "மீண்டும் செய்" -#: ../gtk/gtksettings.c:506 +#: gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "நேர முடிதல்களின் பதிப்பு மீண்டும், பொத்தான் அழுத்தப்படும் போது" -#: ../gtk/gtksettings.c:515 +#: gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "நேரமுடிவை நீடிக்கவும் " -#: ../gtk/gtksettings.c:516 +#: gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" -msgstr "நேர முடிதல்களுக்கான நீட்டப்பட்ட மதிப்பு, ஒரு விட்ஜிட் ஒரு புதிய பகுதியில் விரிவடையும் போது" +msgstr "" +"நேர முடிதல்களுக்கான நீட்டப்பட்ட மதிப்பு, ஒரு விட்ஜிட் ஒரு புதிய பகுதியில் விரிவடையும் " +"போது" -#: ../gtk/gtksettings.c:551 +#: gtk/gtksettings.c:551 msgid "Color scheme" msgstr "நிறத் திட்டம்" -#: ../gtk/gtksettings.c:552 +#: gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "பெயரிடப்பட்ட நிறங்களின் தட்டு தீம்களில் பயன்படுத்த" -#: ../gtk/gtksettings.c:561 +#: gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "அசைவூட்டம் இயலுமைப்படுத்துக" -#: ../gtk/gtksettings.c:562 +#: gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "கருவி அசைவூட்டளை செயல்படுத்த வேண்டுமா" -#: ../gtk/gtksettings.c:580 +#: gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "தொடு திரை முறைமையை செயல்படுத்து" -#: ../gtk/gtksettings.c:581 +#: gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "When TRUE, there are no motion notify events delivered on this screen" -#: ../gtk/gtksettings.c:598 +#: gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "உதவிகருவி நேரமுடிவு" -#: ../gtk/gtksettings.c:599 +#: gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "உதவிகருவி காட்டப்படுவதற்கு முன்பே நேரமுடிவு" -#: ../gtk/gtksettings.c:624 +#: gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "உதவிகருவி உலாவி நேரமுடிவு" -#: ../gtk/gtksettings.c:625 +#: gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "Timeout before tooltip is shown when browse mode is enabled" -#: ../gtk/gtksettings.c:646 +#: gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "கருவி துணுக்கு உலாவு முறை நேரமுடிதல்" -#: ../gtk/gtksettings.c:647 +#: gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "உலாவு முறைமை செயல்நீக்கும் முன் நேரமுடிதல்" -#: ../gtk/gtksettings.c:666 +#: gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "Keynav நிலைகாட்டி மட்டும்" -#: ../gtk/gtksettings.c:667 +#: gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" msgstr "When TRUE, there are only cursor keys available to navigate widgets" -#: ../gtk/gtksettings.c:684 +#: gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "Keynav மடித்தல்" -#: ../gtk/gtksettings.c:685 +#: gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "Whether to wrap around when keyboard-navigating widgets" -#: ../gtk/gtksettings.c:705 +#: gtk/gtksettings.c:705 msgid "Error Bell" msgstr "பிழை மணி" -#: ../gtk/gtksettings.c:706 +#: gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "When TRUE, keyboard navigation and other errors will cause a beep" -#: ../gtk/gtksettings.c:723 +#: gtk/gtksettings.c:723 msgid "Color Hash" msgstr "நிற Hash" -#: ../gtk/gtksettings.c:724 +#: gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "நிற தீமின் ஒரு ஹாஷ் அட்டவணை குறிப்பிடுதல்" -#: ../gtk/gtksettings.c:732 +#: gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "முன்னிருப்பு கோப்பு தேர்ந்தெடுப்பு பின்தளம்" -#: ../gtk/gtksettings.c:733 +#: gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "முன்னிருப்பாக பயன்படுத்த வேண்டிய GtkFileChooser பின்தளத்தின் பெயர்" -#: ../gtk/gtksettings.c:750 +#: gtk/gtksettings.c:750 msgid "Default print backend" msgstr "முன்னிருப்பு அச்சு பின்தளம்" -#: ../gtk/gtksettings.c:751 +#: gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "முன்னிருப்பாக பயன்படுத்த வேண்டிய GtkPrintBackend பின்தளங்கள்" -#: ../gtk/gtksettings.c:774 +#: gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "ஒரு அச்சு முன்பார்வையை காட்டும் போது இயங்கும் முன்னிருப்பு கட்டளை" -#: ../gtk/gtksettings.c:775 +#: gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "ஒரு அச்சு முன்பார்வையை காட்டும் போது இயங்கும் கட்டளை" -#: ../gtk/gtksettings.c:791 +#: gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "Mnemonicகளை செயல்படுத்து" -#: ../gtk/gtksettings.c:792 +#: gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "லேபிள்கள் mnemonicகளை கொண்டிருக்க வேண்டுமா" -#: ../gtk/gtksettings.c:808 +#: gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "மாற்றிகளை செயல்படுத்த" -#: ../gtk/gtksettings.c:809 +#: gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "மெனு உருப்படிகள் மாற்றிகளை கொண்டிருக்க வேண்டுமா" -#: ../gtk/gtksettings.c:826 +#: gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "தற்போதைய கோப்புகளின் நிலை" -#: ../gtk/gtksettings.c:827 +#: gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "சமீபத்தில் பயன்படுத்தப்பட்ட கோப்புகளின் எண்ணிக்கை" -#: ../gtk/gtksettings.c:845 +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "முன்னிருப்பு IM தொகுதி" -#: ../gtk/gtksettings.c:846 +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "எந்த IM தொகுதி முன்னிருப்பால் பயன்படுத்தப்பட்டது" -#: ../gtk/gtksettings.c:864 +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "சமீபத்திய கோப்புகளின் அதிகபட்ச வயது" -#: ../gtk/gtksettings.c:865 +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "இந்நாட்களில், சமீபத்தில் பயன்படுத்தப்பட்ட கோப்புகளின் அதிகபட்ச வயது" -#: ../gtk/gtksettings.c:874 +#: gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Fontconfig கட்டமைப்பு நேரம்" -#: ../gtk/gtksettings.c:875 +#: gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "நடப்பு fontconfig கட்டமைப்பின் நேரம்" -#: ../gtk/gtksettings.c:897 +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "ஒலி கருப்பொருள் பெயர்" -#: ../gtk/gtksettings.c:898 +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "XDG சவுண்ட் தீம் பெயர்" #. Translators: this means sounds that are played as feedback to user input -#: ../gtk/gtksettings.c:920 +#: gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "தணிக்கை செய்யக்கூடிய உள்ளீடு பின்னூட்டம்" -#: ../gtk/gtksettings.c:921 +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "பயனர் உள்ளீடுக்கு பின்னூட்டமாக நிகழ்வு ஒலிகளை இயக்க வேண்டுமா" -#: ../gtk/gtksettings.c:942 +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "நிகழ்வு ஒலிகளை செயல்படுத்து" -#: ../gtk/gtksettings.c:943 +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "எந்த ஒலி நிகழ்வையும் இயக்க வேண்டுமா" -#: ../gtk/gtksettings.c:958 +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "கருவி துணுக்குகளை செயல்படுத்து" -#: ../gtk/gtksettings.c:959 +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "விட்ஜிட்களில் கருவித்துணுக்குகளை காட்ட வேண்டுமா" -#: ../gtk/gtksizegroup.c:293 +#: gtk/gtksizegroup.c:293 msgid "Mode" msgstr "முறை" -#: ../gtk/gtksizegroup.c:294 -msgid "The directions in which the size group affects the requested sizes of its component widgets" -msgstr "The directions in which the size group affects the requested sizes of its component widgets" +#: gtk/gtksizegroup.c:294 +msgid "" +"The directions in which the size group affects the requested sizes of its " +"component widgets" +msgstr "" +"The directions in which the size group affects the requested sizes of its " +"component widgets" -#: ../gtk/gtksizegroup.c:310 +#: gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "மறைத்ததைத் தவிர்" -#: ../gtk/gtksizegroup.c:311 -msgid "If TRUE, unmapped widgets are ignored when determining the size of the group" +#: gtk/gtksizegroup.c:311 +msgid "" +"If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "இதில்" -#: ../gtk/gtkspinbutton.c:209 +#: gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "சுழற்சி பொத்தானின் மதிப்பை ஒழுங்குப்படுத்துதல் கொண்டுள்ளது" -#: ../gtk/gtkspinbutton.c:216 +#: gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "ஏறும் விகிதம்" -#: ../gtk/gtkspinbutton.c:236 +#: gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "Snap to Ticks" -#: ../gtk/gtkspinbutton.c:237 -msgid "Whether erroneous values are automatically changed to a spin button's nearest step increment" -msgstr "Whether erroneous values are automatically changed to a spin button's nearest step increment" +#: gtk/gtkspinbutton.c:237 +msgid "" +"Whether erroneous values are automatically changed to a spin button's " +"nearest step increment" +msgstr "" +"Whether erroneous values are automatically changed to a spin button's " +"nearest step increment" -#: ../gtk/gtkspinbutton.c:244 +#: gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "எண்" -#: ../gtk/gtkspinbutton.c:245 +#: gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "எண்ணில்லாத எழுத்துக்கள் தவிர்க்கப்பட வேண்டுமா" -#: ../gtk/gtkspinbutton.c:252 +#: gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "மடிப்பு" -#: ../gtk/gtkspinbutton.c:253 +#: gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "ஒரு சுழற்சி பொத்தான் அதன் வரம்பை அடைய சுற்றப்பட வேண்டுமா" -#: ../gtk/gtkspinbutton.c:260 +#: gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "நிகழ்நிலைப் புதிப்பித்தல் திட்டம்" -#: ../gtk/gtkspinbutton.c:261 -msgid "Whether the spin button should update always, or only when the value is legal" -msgstr "சுழற்சி பொத்தான் எப்போதும் புதுப்பிக்கப்பட வேண்டுமா அல்லது மதிப்பு உரிமை செய்யப்படும் போது மட்டுமா" +#: gtk/gtkspinbutton.c:261 +msgid "" +"Whether the spin button should update always, or only when the value is legal" +msgstr "" +"சுழற்சி பொத்தான் எப்போதும் புதுப்பிக்கப்பட வேண்டுமா அல்லது மதிப்பு உரிமை செய்யப்படும் போது " +"மட்டுமா" -#: ../gtk/gtkspinbutton.c:270 +#: gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "தற்போதைய மதிப்பை வாசிக்கும், அல்லது புதிய மதிப்பை அமைக்கும்" -#: ../gtk/gtkspinbutton.c:279 +#: gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "சுழற்சி பொத்தானை சுற்றி சாய்வு தோற்றம்" -#: ../gtk/gtkstatusbar.c:141 +#: gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "மறுஅளவு க்ரிப் உள்ளதா" -#: ../gtk/gtkstatusbar.c:142 +#: gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "நிலைப்பட்டை ஒரு கிரிப்பை மேல் நிலையை மறுஅளவிட கொண்டுள்ளதா" -#: ../gtk/gtkstatusbar.c:187 +#: gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "நிலைமைப்பட்டை உரையை சுற்றி பெவலின் பாங்கு" -#: ../gtk/gtkstatusicon.c:268 +#: gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "சின்னத்தின் அளவு" -#: ../gtk/gtkstatusicon.c:278 +#: gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "இந்த நிலை சின்னம் காட்டப்படும் திரை" -#: ../gtk/gtkstatusicon.c:285 +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "சிமிட்டுதல்" -#: ../gtk/gtkstatusicon.c:286 +#: gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "நிலை சின்னம் சிமிட்ட வேண்டுமா வேண்டாமா" -#: ../gtk/gtkstatusicon.c:294 +#: gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "நிலை சின்னம் தெரிய வேண்டுமா வேண்டாமா" -#: ../gtk/gtkstatusicon.c:310 +#: gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "நிலை சின்னம் பொதிப்பட வேண்டுமா வேண்டாமா" -#: ../gtk/gtkstatusicon.c:326 -#: ../gtk/gtktrayicon-x11.c:111 +#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "தட்டின் திசையமைப்பு" -#: ../gtk/gtkstatusicon.c:353 -#: ../gtk/gtkwidget.c:632 +#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "உதவிகருவியை கொண்டுள்ளது" -#: ../gtk/gtkstatusicon.c:354 +#: gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" msgstr "தட்டு சின்னம் ஒரு கருவிதுணுக்கை கொண்டிருக்கிறதா" -#: ../gtk/gtkstatusicon.c:375 -#: ../gtk/gtkwidget.c:653 +#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 msgid "Tooltip Text" msgstr "உதவிகருவி உரை" -#: ../gtk/gtkstatusicon.c:376 -#: ../gtk/gtkwidget.c:654 -#: ../gtk/gtkwidget.c:675 +#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 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:674 msgid "Tooltip markup" msgstr "கருவி துணுக்கு குறி" -#: ../gtk/gtkstatusicon.c:400 +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "இந்த தட்டு சின்னத்திற்கான கருவி துணுக்கின் உள்ளடக்கங்கள்" -#: ../gtk/gtktable.c:129 +#: gtk/gtktable.c:129 msgid "Rows" msgstr "வரிசைகள்" -#: ../gtk/gtktable.c:130 +#: gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "அட்டவணையிலுள்ள வரிசைகளின் எண்" -#: ../gtk/gtktable.c:138 +#: gtk/gtktable.c:138 msgid "Columns" msgstr "பத்திகள்" -#: ../gtk/gtktable.c:139 +#: gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "அட்டவணையிலுள்ள பத்திகளின் எண்" -#: ../gtk/gtktable.c:147 +#: gtk/gtktable.c:147 msgid "Row spacing" msgstr "வரிசை இடைவெளி" -#: ../gtk/gtktable.c:148 +#: gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "பக்கத்து வரிசைகளுக்கு நடுவிலுள்ள இடைவெளி அளவு" -#: ../gtk/gtktable.c:156 +#: gtk/gtktable.c:156 msgid "Column spacing" msgstr "பத்தி இடைவெளி" -#: ../gtk/gtktable.c:157 +#: gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "பக்கத்து பத்திகளுக்கு நடுவிலுள்ள இடைவெளி அளவு" -#: ../gtk/gtktable.c:166 +#: gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "இது மெய்யானால், அட்டவணையின் அறைகள் அனைத்தும் ஒரே அகலம்/உயரம் பெற்றிருக்கும்" -#: ../gtk/gtktable.c:173 +#: gtk/gtktable.c:173 msgid "Left attachment" msgstr "இடது இணைப்பு" -#: ../gtk/gtktable.c:180 +#: gtk/gtktable.c:180 msgid "Right attachment" msgstr "வலது இணைப்பு" -#: ../gtk/gtktable.c:181 +#: gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "சேய் விட்ஜிட்டில் வலப்பக்கம் இணைக்கப்பட்ட நெடுவரிசை எண்" -#: ../gtk/gtktable.c:187 +#: gtk/gtktable.c:187 msgid "Top attachment" msgstr "மேல் இணைப்பு" -#: ../gtk/gtktable.c:188 +#: gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "சேய் விட்ஜிட்டில் மேல் இணைக்கப்பட்ட வரிசை எண்" -#: ../gtk/gtktable.c:194 +#: gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "கீழ் இணைப்பு" -#: ../gtk/gtktable.c:201 +#: gtk/gtktable.c:201 msgid "Horizontal options" msgstr "கிடைதிசை விருப்பங்கள்" -#: ../gtk/gtktable.c:202 +#: gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "கிடைமட்ட சேய் பண்புகளில் குறிப்பிடப்படும் விருப்பங்கள்" -#: ../gtk/gtktable.c:208 +#: gtk/gtktable.c:208 msgid "Vertical options" msgstr "செங்குத்து விருப்பங்கள்" -#: ../gtk/gtktable.c:209 +#: gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "செங்குத்து சேய் பண்புகளில் குறிப்பிடப்படும் விருப்பங்கள்" -#: ../gtk/gtktable.c:215 +#: gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "கிடைமட்ட திண்டாக்கம்" -#: ../gtk/gtktable.c:216 -msgid "Extra space to put between the child and its left and right neighbors, in pixels" +#: gtk/gtktable.c:216 +msgid "" +"Extra space to put between the child and its left and right neighbors, in " +"pixels" msgstr "சேய் இடையே உள்ள கூடுதல் இடம் மற்றும் அதன் இடது மற்றும் வலது அருகிலுள்ளவை பிக்ஸலில்" -#: ../gtk/gtktable.c:222 +#: gtk/gtktable.c:222 msgid "Vertical padding" msgstr "செங்குத்து திண்டாக்கம்" -#: ../gtk/gtktable.c:223 -msgid "Extra space to put between the child and its upper and lower neighbors, in pixels" +#: gtk/gtktable.c:223 +msgid "" +"Extra space to put between the child and its upper and lower neighbors, in " +"pixels" msgstr "சேய் இடையே உள்ள கூடுதல் இடம் மற்றும் அதன் மேல் மற்றும் கீழ் அருகிலுள்ளவை பிக்ஸலில்" -#: ../gtk/gtktext.c:546 +#: gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "உரை விட்செட்டுகான கிடைதிசை ஒழிங்குபடுத்தி" -#: ../gtk/gtktext.c:554 +#: gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "உரை விட்செட்டுகான நெடுதிசை ஒழிங்குபடுத்தி" -#: ../gtk/gtktext.c:561 +#: gtk/gtktext.c:561 msgid "Line Wrap" msgstr "வரிசை மடிப்பு" -#: ../gtk/gtktext.c:562 +#: gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "விட்ஜிட் முனைகளில் வரிகள் மடிக்கப்பட வேண்டுமா" -#: ../gtk/gtktext.c:569 +#: gtk/gtktext.c:569 msgid "Word Wrap" msgstr "சொல் மடிப்பு" -#: ../gtk/gtktext.c:570 +#: gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "விட்ஜிட் முனைகளில் சொற்கள் மடிக்கப்பட வேண்டுமா" -#: ../gtk/gtktextbuffer.c:180 +#: gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "குறி அட்டவணை" -#: ../gtk/gtktextbuffer.c:181 +#: gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "உரை குறி அட்டவணை" -#: ../gtk/gtktextbuffer.c:199 +#: gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "நடப்பு உரையின் இடையக சேமிப்பகம்" -#: ../gtk/gtktextbuffer.c:213 +#: gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "தேர்ந்தெடுப்பில் உள்ளது" -#: ../gtk/gtktextbuffer.c:214 +#: gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "இடையக சேமிப்பகம் தற்போது சில உரைகளை தேர்ந்தெடுத்துள்ளதா" -#: ../gtk/gtktextbuffer.c:230 +#: gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "நிலைக்காட்டி இடம்" -#: ../gtk/gtktextbuffer.c:231 -msgid "The position of the insert mark (as offset from the beginning of the buffer)" +#: gtk/gtktextbuffer.c:231 +msgid "" +"The position of the insert mark (as offset from the beginning of the buffer)" msgstr "உள்ளீடு குறியின் நிலை (இடையகத்தின் ஆரம்பத்திலிருந்து ஆஃப்செட்)" -#: ../gtk/gtktextbuffer.c:246 +#: gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "இலக்கு பட்டியலை நகலெடு" -#: ../gtk/gtktextbuffer.c:247 -msgid "The list of targets this buffer supports for clipboard copying and DND source" +#: gtk/gtktextbuffer.c:247 +msgid "" +"The list of targets this buffer supports for clipboard copying and DND source" msgstr "பட்டியல் இதில் க்கு மற்றும் மூலம்" -#: ../gtk/gtktextbuffer.c:262 +#: gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "இலக்கு பட்டியலை ஒட்டவும்" -#: ../gtk/gtktextbuffer.c:263 -msgid "The list of targets this buffer supports for clipboard pasting and DND destination" -msgstr "The list of targets this buffer supports for clipboard pasting and DND destination" +#: gtk/gtktextbuffer.c:263 +msgid "" +"The list of targets this buffer supports for clipboard pasting and DND " +"destination" +msgstr "" +"The list of targets this buffer supports for clipboard pasting and DND " +"destination" -#: ../gtk/gtktextmark.c:90 +#: gtk/gtktextmark.c:90 msgid "Mark name" msgstr "பெயரை குறிப்பிடு" -#: ../gtk/gtktextmark.c:97 +#: gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "இடது ஈர்ப்பு" -#: ../gtk/gtktextmark.c:98 +#: gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "குறி இடது ஈர்ப்பை கொண்டுள்ளதா" -#: ../gtk/gtktexttag.c:173 +#: gtk/gtktexttag.c:173 msgid "Tag name" msgstr "அடையாள ஒட்டுப் பெயர்" -#: ../gtk/gtktexttag.c:174 +#: gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "Name used to refer to the text tag. NULL for anonymous tags" -#: ../gtk/gtktexttag.c:192 +#: gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "பின்னணி நிறத்தை ஒரு (இருக்கும் ஒதுக்கப்படாதது) GdkColor ஆக" -#: ../gtk/gtktexttag.c:199 +#: gtk/gtktexttag.c:199 msgid "Background full height" msgstr "முழு உயரத்திற்கும் பின்னணி" -#: ../gtk/gtktexttag.c:200 -msgid "Whether the background color fills the entire line height or only the height of the tagged characters" -msgstr "Whether the background color fills the entire line height or only the height of the tagged characters" +#: gtk/gtktexttag.c:200 +msgid "" +"Whether the background color fills the entire line height or only the height " +"of the tagged characters" +msgstr "" +"Whether the background color fills the entire line height or only the height " +"of the tagged characters" -#: ../gtk/gtktexttag.c:208 +#: gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "பின்னணி ஸ்டிப்பில் மாஸ்க்" -#: ../gtk/gtktexttag.c:209 +#: gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "உரை பின்னணியை வரையும்போது திரையாக பயன்படுத்தவேண்டிய பிட்-படம்" -#: ../gtk/gtktexttag.c:226 +#: gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "முன்னணி நிறத்தை ஒரு (இருக்கும் ஒதுக்கப்படாதது) GdkColor ஆக" -#: ../gtk/gtktexttag.c:234 +#: gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "முன்னணி ஸ்டிப்பில் மாஸ்க்" -#: ../gtk/gtktexttag.c:235 +#: gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "உரை முன்னணியை வரையும்போது திரையாக பயன்படுத்தவேண்டிய பிட்-படம்" -#: ../gtk/gtktexttag.c:242 +#: gtk/gtktexttag.c:242 msgid "Text direction" msgstr "உரை திசை" -#: ../gtk/gtktexttag.c:243 +#: gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "உரை திசை, உதாரனம்: வலது-இடது அல்லது இடது-வலது" -#: ../gtk/gtktexttag.c:292 +#: gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "எழுத்துரு தோற்றம் PangoStyle ஆக, e.g. PANGO_STYLE_ITALIC" -#: ../gtk/gtktexttag.c:301 +#: gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" msgstr "எழுத்துரு மாறி ஒரு Pango மாறியாக, எ.கா. PANGO_VARIANT_SMALL_CAPS" -#: ../gtk/gtktexttag.c:310 -msgid "Font weight as an integer, see predefined values in PangoWeight; for example, PANGO_WEIGHT_BOLD" -msgstr "எழுத்துரு அளவு இயல் எண்ணாக, முன் குறிப்பிடப்பட்ட PangoWeight மதிப்பினை பார்க்கவும்; எடுத்துக்காட்டு, PANGO_WEIGHT_BOLD" +#: gtk/gtktexttag.c:310 +msgid "" +"Font weight as an integer, see predefined values in PangoWeight; for " +"example, PANGO_WEIGHT_BOLD" +msgstr "" +"எழுத்துரு அளவு இயல் எண்ணாக, முன் குறிப்பிடப்பட்ட PangoWeight மதிப்பினை பார்க்கவும்; " +"எடுத்துக்காட்டு, PANGO_WEIGHT_BOLD" -#: ../gtk/gtktexttag.c:321 +#: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "எழுத்து நீட்சி PangoStretch ஆக, எ.கா PANGO_STRETCH_CONDENSED" -#: ../gtk/gtktexttag.c:330 +#: gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "எழுத்துரு அளவு Pango அலகில்" -#: ../gtk/gtktexttag.c:340 -msgid "Font size as a scale factor relative to the default font size. This properly adapts to theme changes etc. so is recommended. Pango predefines some scales such as PANGO_SCALE_X_LARGE" -msgstr "Font size as a scale factor relative to the default font size. This properly adapts to theme changes etc. so is recommended. Pango predefines some scales such as PANGO_SCALE_X_LARGE" +#: gtk/gtktexttag.c:340 +msgid "" +"Font size as a scale factor relative to the default font size. This properly " +"adapts to theme changes etc. so is recommended. Pango predefines some scales " +"such as PANGO_SCALE_X_LARGE" +msgstr "" +"Font size as a scale factor relative to the default font size. This properly " +"adapts to theme changes etc. so is recommended. Pango predefines some scales " +"such as PANGO_SCALE_X_LARGE" -#: ../gtk/gtktexttag.c:360 -#: ../gtk/gtktextview.c:591 +#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "இடது, வலது, அல்லது நேர்த்தி செய்தல்" -#: ../gtk/gtktexttag.c:379 -msgid "The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If not set, an appropriate default will be used." -msgstr "The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If not set, an appropriate default will be used." +#: gtk/gtktexttag.c:379 +msgid "" +"The language this text is in, as an ISO code. Pango can use this as a hint " +"when rendering the text. If not set, an appropriate default will be used." +msgstr "" +"The language this text is in, as an ISO code. Pango can use this as a hint " +"when rendering the text. If not set, an appropriate default will be used." -#: ../gtk/gtktexttag.c:386 +#: gtk/gtktexttag.c:386 msgid "Left margin" msgstr "இடது ஓரம்" -#: ../gtk/gtktexttag.c:387 -#: ../gtk/gtktextview.c:600 +#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "பிக்சல்களில் இடது ஓரத்தின் அகலம்" -#: ../gtk/gtktexttag.c:396 +#: gtk/gtktexttag.c:396 msgid "Right margin" msgstr "வலது ஓரம்" -#: ../gtk/gtktexttag.c:397 -#: ../gtk/gtktextview.c:610 +#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "பிக்சல்களில் வலது ஓரத்தின் அகலம்" -#: ../gtk/gtktexttag.c:407 -#: ../gtk/gtktextview.c:619 +#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 msgid "Indent" msgstr "உள்தள்" -#: ../gtk/gtktexttag.c:408 -#: ../gtk/gtktextview.c:620 +#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "பிசெல்களில், பத்தியை உள்தள்ளும் அளவு" -#: ../gtk/gtktexttag.c:419 -msgid "Offset of text above the baseline (below the baseline if rise is negative) in Pango units" -msgstr "Offset of text above the baseline (below the baseline if rise is negative) in Pango units" +#: gtk/gtktexttag.c:419 +msgid "" +"Offset of text above the baseline (below the baseline if rise is negative) " +"in Pango units" +msgstr "" +"Offset of text above the baseline (below the baseline if rise is negative) " +"in Pango units" -#: ../gtk/gtktexttag.c:428 +#: gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "வரிசைகளுக்கு மேல் பிசெல்கள்" -#: ../gtk/gtktexttag.c:429 -#: ../gtk/gtktextview.c:544 +#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "பத்திகளுக்கு மேல் வெற்று-இடைவெளி பிக்செல்கள்" -#: ../gtk/gtktexttag.c:438 +#: gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "வரிசைகளுக்கு கீழ் பிசெல்கள்" -#: ../gtk/gtktexttag.c:439 -#: ../gtk/gtktextview.c:554 +#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "பத்திகளுக்கு கீழ் வெற்று-இடைவெளி பிக்செல்கள்" -#: ../gtk/gtktexttag.c:448 +#: gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "மடிப்புக்குள் பிக்செல்கள்" -#: ../gtk/gtktexttag.c:449 -#: ../gtk/gtktextview.c:564 +#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "பத்திகளில் மடிக்கப்பட்ட வரிவைகளுக்கு நடுவில் வெற்று-இடைவெளி பிக்செல்கள்" -#: ../gtk/gtktexttag.c:476 -#: ../gtk/gtktextview.c:582 -msgid "Whether to wrap lines never, at word boundaries, or at character boundaries" +#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 +msgid "" +"Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "சொல் எல்லைகளில், அல்லது வரியுரு எல்லைகளில், அல்லது வரிசைகளை மடிப்பிக்க வேண்டுமா" -#: ../gtk/gtktexttag.c:485 -#: ../gtk/gtktextview.c:629 +#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 msgid "Tabs" msgstr "தத்தகள்" -#: ../gtk/gtktexttag.c:486 -#: ../gtk/gtktextview.c:630 +#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "இந்த உரைகளுக்காக தனிப்பயனாக தத்தகள்" -#: ../gtk/gtktexttag.c:504 +#: gtk/gtktexttag.c:504 msgid "Invisible" msgstr "பார்க்கமுடியாதது" -#: ../gtk/gtktexttag.c:505 +#: gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "இந்த உரை மறைக்கப்பட்டுள்ளதா." -#: ../gtk/gtktexttag.c:519 +#: gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "பத்தி பின்னணி நிற பெயர்" -#: ../gtk/gtktexttag.c:520 +#: gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "பத்தி பின்னணி நிறம் சரமாக" -#: ../gtk/gtktexttag.c:535 +#: gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "பத்தி பின்னணி நிறம்" -#: ../gtk/gtktexttag.c:536 +#: gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "பத்தி பின்னணி நிறம் (ஒதுக்கப்படாதது) GdkColor ஆக" -#: ../gtk/gtktexttag.c:554 +#: gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "விளிம்பு சேர்க்கிறது" -#: ../gtk/gtktexttag.c:555 +#: gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "இடது மற்றும் வலது ஓரங்கள் சேர்க்கப்பட வேண்டுமா" -#: ../gtk/gtktexttag.c:568 +#: gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "முழு உயரத்திற்கும் பின்னணி அமைக்கவும்" -#: ../gtk/gtktexttag.c:569 +#: gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "இந்த அடையாள ஒட்டு பின்னணி உயரத்தை பாதிக்குமா" -#: ../gtk/gtktexttag.c:572 +#: gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "பின்னணி புள்ளி-வரைவை அமை" -#: ../gtk/gtktexttag.c:573 +#: gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "இந்த அடையாள ஒட்டு பின்னணி புள்ளி-வரைவை பாதிக்குமோ" -#: ../gtk/gtktexttag.c:580 +#: gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "முன்னணி புள்ளி-வரைவை அமை" -#: ../gtk/gtktexttag.c:581 +#: gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "இந்த அடையாள ஒட்டு முன்னணி புள்ளி-வரைவை பாதிக்குமோ" -#: ../gtk/gtktexttag.c:616 +#: gtk/gtktexttag.c:616 msgid "Justification set" msgstr "நேர்த்தி செய்தல் அமைகப்பட்டுள்ளது" -#: ../gtk/gtktexttag.c:617 +#: gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "இந்த அடையாள ஒட்டு பத்தி நேர்த்தி செய்தலைப் பாதிக்குமோ" -#: ../gtk/gtktexttag.c:624 +#: gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "இடது ஓரம் அமைகப்பட்டுள்ளது" -#: ../gtk/gtktexttag.c:625 +#: gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "இந்த அடையாள ஒட்டு இடது ஓரத்தைப் பாதிக்குமோ" -#: ../gtk/gtktexttag.c:628 +#: gtk/gtktexttag.c:628 msgid "Indent set" msgstr "உள்தள்ளல் அமைகப்பட்டுள்ளது" -#: ../gtk/gtktexttag.c:629 +#: gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "இந்த அடையாள ஒட்டு உள்தள்ளலைப் பாதிக்குமோ" -#: ../gtk/gtktexttag.c:636 +#: gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "வரிசைகளுக்கு மேலிருக்கும் பிக்செல்கள் அமைகப்பட்டுள்ளன" -#: ../gtk/gtktexttag.c:637 -#: ../gtk/gtktexttag.c:641 +#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "Whether this tag affects the number of pixels above lines" -#: ../gtk/gtktexttag.c:640 +#: gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "பிக்செல்கள் கீழ் வரிகள் அமை" -#: ../gtk/gtktexttag.c:644 +#: gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "மடிப்பு அமைவில் உள்ளே உள்ள பிக்ஸ்ல்கள்" -#: ../gtk/gtktexttag.c:645 +#: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "Whether this tag affects the number of pixels between wrapped lines" -#: ../gtk/gtktexttag.c:652 +#: gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "வலது ஓரம் அமை" -#: ../gtk/gtktexttag.c:653 +#: gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "இந்த ஒட்டு வலது ஓரத்தை பாதிக்குமா" -#: ../gtk/gtktexttag.c:660 +#: gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "மடக்கு முறைமை அமை" -#: ../gtk/gtktexttag.c:661 +#: gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "இந்த ஒட்டு வரி மடிப்பு முறையை பாதிக்குமா" -#: ../gtk/gtktexttag.c:664 +#: gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "கீற்றுகள் அமை" -#: ../gtk/gtktexttag.c:665 +#: gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "இந்த ஒட்டுக்கள் தத்தல்களை பாதிக்குமா" -#: ../gtk/gtktexttag.c:668 +#: gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "காணமுடியாத அமை" -#: ../gtk/gtktexttag.c:669 +#: gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "இந்த ஒட்டு உரையின் பார்க்கும் தன்மையை பாதிக்குமா" -#: ../gtk/gtktexttag.c:672 +#: gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "பத்தி பின்னணி அமைக்கவும்" -#: ../gtk/gtktexttag.c:673 +#: gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "இந்த ஒட்டு பத்தி பின்னணி நிறத்தை பாதிக்குமா" -#: ../gtk/gtktextview.c:543 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "வரிசைகளுக்கு மேல் பிக்செல்கள்" -#: ../gtk/gtktextview.c:553 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "வரிசைகளுக்கு கீழ் பிக்செல்கள்" -#: ../gtk/gtktextview.c:563 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "மடிப்புக்குள் பிக்செல்கள்" -#: ../gtk/gtktextview.c:581 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "மடிப்பு முறைமை" -#: ../gtk/gtktextview.c:599 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "இடது ஓரம்" -#: ../gtk/gtktextview.c:609 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "வலது ஓரம்" -#: ../gtk/gtktextview.c:637 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "நிலை காட்டி பாக்கக்கூடியது" -#: ../gtk/gtktextview.c:638 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "நிலைக்காட்டி உள்நுழைக்கப்படுவதை காட்டப்பட்டால்" -#: ../gtk/gtktextview.c:645 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "இடையகம்" -#: ../gtk/gtktextview.c:646 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "தோன்றும் இடையக சேமிப்பகம்" -#: ../gtk/gtktextview.c:654 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "உள்ளிடப்பட்ட உரை இருக்கும் உள்ளடக்கத்தை மேலெழுதுகிறதா" -#: ../gtk/gtktextview.c:661 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "தத்தலை ஏற்கிறது" -#: ../gtk/gtktextview.c:662 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "கீற்று எழுத்தாக உள்ளிடப்பட்டது தத்தலாக தீர்வாகுமா" -#: ../gtk/gtktextview.c:691 +#: gtk/gtktextview.c:691 msgid "Error underline color" msgstr "பிழை அடிக்கோடு நிறம்" -#: ../gtk/gtktextview.c:692 +#: gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "நிறத்தோடு கூட பிழையை அடிக்கோடிட்டுக் காட்டுகிறது " -#: ../gtk/gtktoggleaction.c:104 +#: gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "அதே பதிலாள்களை ஒரு ரேடியோ செயலாக உருவாக்கு" -#: ../gtk/gtktoggleaction.c:105 +#: gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "இந்த செயலின் பதிலாள்கள் ரேடியோ செயல் பதில்களை போல இருக்கிறதா" -#: ../gtk/gtktoggleaction.c:120 +#: gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "மாற்று செயல் செயலில் அல்லது இல்லாமல் இருந்தால்" -#: ../gtk/gtktogglebutton.c:116 -#: ../gtk/gtktoggletoolbutton.c:115 +#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "மாற்றி பொத்தான் அழுத்த வேண்டுமா அல்லது இல்லையா" -#: ../gtk/gtktogglebutton.c:124 +#: gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "மாற்றி பொத்தான் \"in between\" நிலையில் அழுத்தியிருக்கும்" -#: ../gtk/gtktogglebutton.c:131 +#: gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "காட்டியை வரை" -#: ../gtk/gtktogglebutton.c:132 +#: gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "டூகுல் பகுதியின் பட்டன்கள் காட்டப்பட்டால" -#: ../gtk/gtktoolbar.c:494 +#: gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "கருவிப் பட்டை பாணி" -#: ../gtk/gtktoolbar.c:495 +#: gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "கருவிப் பட்டையை எப்படி வரைவது" -#: ../gtk/gtktoolbar.c:502 +#: gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "அம்பு காட்டுக" -#: ../gtk/gtktoolbar.c:503 +#: gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "அம்பு குறி காட்டப்பட்டால் கருவி பட்டையை பொருத்த முடியாது" -#: ../gtk/gtktoolbar.c:518 +#: gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "கருவி குறிப்புகள்" -#: ../gtk/gtktoolbar.c:519 +#: gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "கருவிப்பட்டையின் கருவிதுணுக்குகள் செயலிலிருக்க வேண்டுமா அல்லது வேண்டாமா" -#: ../gtk/gtktoolbar.c:541 +#: gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "இந்த கருவிப்பட்டையின் சின்னங்களின் அளவு" -#: ../gtk/gtktoolbar.c:556 +#: gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "சின்னத்தின் அளவு அமைக்கவும்" -#: ../gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "சின்னத்தின் அளவு பண்பு அமைக்கப்பட்டதா" -#: ../gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "கருவிப்பட்டை வளரும் போது உருப்படி கூடுதல் இடத்தை பெற வேண்டுமா" -#: ../gtk/gtktoolbar.c:574 +#: gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "உருப்படி அதே அளவில் வேறு ஒற்றை உருப்படியோடு இருக்க வேண்டுமா" -#: ../gtk/gtktoolbar.c:581 +#: gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "இடைவெளி அளவு" -#: ../gtk/gtktoolbar.c:582 +#: gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "இடைவெளிகளின் அளவு" -#: ../gtk/gtktoolbar.c:591 +#: gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "கருவிப் பட்டையின் நிழலுக்கும் பொத்தான்களுக்கும் நடுவிலுள்ள இடைவெளி அளவு" -#: ../gtk/gtktoolbar.c:599 +#: gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "அதிகபட்ச சேய் விரிவாக்கம்" -#: ../gtk/gtktoolbar.c:600 +#: gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "விரிவாகக்கூடிய உருப்படிக்கு கொடுக்க வேண்டிய அதிகபட்ச அளவு இடம்" -#: ../gtk/gtktoolbar.c:608 +#: gtk/gtktoolbar.c:608 msgid "Space style" msgstr "இடைவெளி பாணி" -#: ../gtk/gtktoolbar.c:609 +#: gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "இடைவெளி செங்குத்து வரிகளா அல்லது வெறுமையா" -#: ../gtk/gtktoolbar.c:616 +#: gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "பட்டனை நீக்குகிறது" -#: ../gtk/gtktoolbar.c:617 +#: gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "கருவிப்பட்டை பொத்தான்களை சுற்றி சாய்வின் வகை" -#: ../gtk/gtktoolbar.c:624 +#: gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "கருவிப்பட்டை சுற்றி சுழற்சியின் பாணி" -#: ../gtk/gtktoolbar.c:630 +#: gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "கருவிப் பட்டையின் பாணி" -#: ../gtk/gtktoolbar.c:631 -msgid "Whether default toolbars have text only, text and icons, icons only, etc." -msgstr "கொடா நிலை கருவிப் பட்டைகளில் உரை மட்டும், உரையும் குறும்படங்களும், குறும்படங்கள் மட்டும், ...." +#: gtk/gtktoolbar.c:631 +msgid "" +"Whether default toolbars have text only, text and icons, icons only, etc." +msgstr "" +"கொடா நிலை கருவிப் பட்டைகளில் உரை மட்டும், உரையும் குறும்படங்களும், குறும்படங்கள் " +"மட்டும், ...." -#: ../gtk/gtktoolbar.c:637 +#: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "கருவிப் பட்டை குறும்பட அளவு" -#: ../gtk/gtktoolbar.c:638 +#: gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "கொடா நிலை கருவிப் பட்டைகளிலுள்ள குறும்படங்களின் அளவு" -#: ../gtk/gtktoolbutton.c:203 +#: gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "உருப்படியில் காட்ட வேண்டிய உரை." -#: ../gtk/gtktoolbutton.c:210 -msgid "If set, an underline in the label property indicates that the next character should be used for the mnemonic accelerator key in the overflow menu" -msgstr "If set, an underline in the label property indicates that the next character should be used for the mnemonic accelerator key in the overflow menu" +#: gtk/gtktoolbutton.c:210 +msgid "" +"If set, an underline in the label property indicates that the next character " +"should be used for the mnemonic accelerator key in the overflow menu" +msgstr "" +"If set, an underline in the label property indicates that the next character " +"should be used for the mnemonic accelerator key in the overflow menu" -#: ../gtk/gtktoolbutton.c:217 +#: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "உருப்படி பெயராக பயன்படுத்த வேண்டிய சாளரம்" -#: ../gtk/gtktoolbutton.c:223 +#: gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "இருப்பு குறியீடு" -#: ../gtk/gtktoolbutton.c:224 +#: gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "உருப்படியில் காட்டப்பட்ட இருப்பு சின்னம்" -#: ../gtk/gtktoolbutton.c:240 +#: gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "சின்னம் பெயர்" -#: ../gtk/gtktoolbutton.c:241 +#: gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "உருப்படியில் காட்டப்பட்ட திட்ட சின்னத்தின் பெயர்" -#: ../gtk/gtktoolbutton.c:247 +#: gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "குறும்படம் விஜட்" -#: ../gtk/gtktoolbutton.c:248 +#: gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "உருப்படியில் காட்ட வேண்டிய சின்னத்தின் சாளரம்" -#: ../gtk/gtktoolbutton.c:261 +#: gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "சின்னத்தின் இடைவெளி" -#: ../gtk/gtktoolbutton.c:262 +#: gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "சின்னம் மற்றும் பெயருக்கு இடைப்பட்ட இடைவெளி பிக்ஸலில்" -#: ../gtk/gtktoolitem.c:191 -msgid "Whether the toolbar item is considered important. When TRUE, toolbar buttons show text in GTK_TOOLBAR_BOTH_HORIZ mode" -msgstr "கருவிப்பட்டை உருப்படி முக்கியமானதாக கருதப்படுகிறதா. TRUE எனில், கருவிப்பட்டை பொத்தான்கள் GTK_TOOLBAR_BOTH_HORIZ முறையை காட்டும்" +#: gtk/gtktoolitem.c:191 +msgid "" +"Whether the toolbar item is considered important. When TRUE, toolbar buttons " +"show text in GTK_TOOLBAR_BOTH_HORIZ mode" +msgstr "" +"கருவிப்பட்டை உருப்படி முக்கியமானதாக கருதப்படுகிறதா. TRUE எனில், கருவிப்பட்டை " +"பொத்தான்கள் GTK_TOOLBAR_BOTH_HORIZ முறையை காட்டும்" -#: ../gtk/gtktreemodelsort.c:274 +#: gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "TreeModelSort மாதிரி" -#: ../gtk/gtktreemodelsort.c:275 +#: gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "வரிசைப்படுத்த வேண்டிய TreeModelSort ன் மாதிரி" -#: ../gtk/gtktreeview.c:570 +#: gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "TreeView மாதிரி" -#: ../gtk/gtktreeview.c:571 +#: gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "கிளை-காட்சியின் மாதிரி" -#: ../gtk/gtktreeview.c:579 +#: gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "சாளரத்தின் கிடைமட்ட ஒழுங்கு" -#: ../gtk/gtktreeview.c:587 +#: gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "சாளரத்தின் செங்குத்து ஒழுங்கு" -#: ../gtk/gtktreeview.c:594 +#: gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "தெரியும் தலைப்புகள்" -#: ../gtk/gtktreeview.c:595 +#: gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "பத்திகளின் தலைப்பு பொத்தான்களை காண்பி" -#: ../gtk/gtktreeview.c:602 +#: gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "தலைப்புகளை அமுக்க முடியும்" -#: ../gtk/gtktreeview.c:603 +#: gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "நிரல் தலைப்புகள் நிகழ்வுகளை சொடுக்குவதற்கு விடையளிக்கிறது" -#: ../gtk/gtktreeview.c:610 +#: gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "நெடுவரிசை விரிவாக்கி" -#: ../gtk/gtktreeview.c:611 +#: gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "விரிவான நிரலுக்காக நிரலை அமை" -#: ../gtk/gtktreeview.c:626 +#: gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "விதிகள் குறிப்பு" -#: ../gtk/gtktreeview.c:627 +#: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "Set a hint to the theme engine to draw rows in alternating colors" -#: ../gtk/gtktreeview.c:634 +#: gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "தேடல் இயலுமைப்படுத்து" -#: ../gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "நிரல்கள் முழுவதும் பயனரை பார்க்க அனுமதிக்கிறது" -#: ../gtk/gtktreeview.c:642 +#: gtk/gtktreeview.c:642 msgid "Search Column" msgstr "தேடுதல் பத்தி" -#: ../gtk/gtktreeview.c:643 +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "ஊடாடல் தேடலின் போது மாதிரி நிரல் முழுவதும் தேடுகிறது" -#: ../gtk/gtktreeview.c:663 +#: gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "நிலையான உயரம் முறை" -#: ../gtk/gtktreeview.c:664 +#: gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" -msgstr "அனைத்து நிரைகளும் அதே அளவில் இருக்கிறது என எண்ணி GtkTreeView ஐ விரைவுப்படுத்துகிறது" +msgstr "" +"அனைத்து நிரைகளும் அதே அளவில் இருக்கிறது என எண்ணி GtkTreeView ஐ விரைவுப்படுத்துகிறது" -#: ../gtk/gtktreeview.c:684 +#: gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "Hover தேர்ந்தெடுத்தல்" -#: ../gtk/gtktreeview.c:685 +#: gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "தேர்ந்தெடுத்தல் நிலைகாட்டியை பின்தொடர வேண்டுமா" -#: ../gtk/gtktreeview.c:704 +#: gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "Hover விரிவு" -#: ../gtk/gtktreeview.c:705 -msgid "Whether rows should be expanded/collapsed when the pointer moves over them" +#: gtk/gtktreeview.c:705 +msgid "" +"Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "வரிசைகள் விரிவாக்கப்பட்டது குறுக்கப்பட்டது" -#: ../gtk/gtktreeview.c:719 +#: gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "விரிவாக்கிகளை காட்டவும்" -#: ../gtk/gtktreeview.c:720 +#: gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "பார்வை விரிவாக்கிகளை கொண்டுள்ளது" -#: ../gtk/gtktreeview.c:734 +#: gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "நிலை உள்ளடக்கம்" -#: ../gtk/gtktreeview.c:735 +#: gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "ஒவ்வொரு நிலைக்கும் கூடுதல் உள்ளடக்கம்" -#: ../gtk/gtktreeview.c:744 +#: gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "ரப்பர் பேண்டிங்" -#: ../gtk/gtktreeview.c:745 -msgid "Whether to enable selection of multiple items by dragging the mouse pointer" -msgstr "Whether to enable selection of multiple items by dragging the mouse pointer" +#: gtk/gtktreeview.c:745 +msgid "" +"Whether to enable selection of multiple items by dragging the mouse pointer" +msgstr "" +"Whether to enable selection of multiple items by dragging the mouse pointer" -#: ../gtk/gtktreeview.c:752 +#: gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "கட்ட கோடுகளை செயல்படுத்தவும்" -#: ../gtk/gtktreeview.c:753 +#: gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "கட்ட வரிகள் கிளை பார்வையில் வரையப்பட வேண்டுமா" -#: ../gtk/gtktreeview.c:761 +#: gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "கிளை வரிகளை செயல்படுத்தவும்" -#: ../gtk/gtktreeview.c:762 +#: gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "கிளை பார்வையில் கிளை வரிகள் வரையப்பட வேண்டுமா" -#: ../gtk/gtktreeview.c:770 +#: gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "The column in the model containing the tooltip texts for the rows" -#: ../gtk/gtktreeview.c:792 +#: gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "நெடு-பிரிப்பியின் அகலம்" -#: ../gtk/gtktreeview.c:793 +#: gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "அறைகளுக்கு இடையே செங்குத்து இடைவெளி. இரட்டை எண்ணாக இருக்க வேண்டும்" -#: ../gtk/gtktreeview.c:801 +#: gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "கிடைமட்டம் பிரிப்பி அகலம்" -#: ../gtk/gtktreeview.c:802 +#: gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "அறைகளுக்கு இடையே கிடைமட்ட இடைவெளி. இரட்டை எண்ணாக இருக்க வேண்டும்" -#: ../gtk/gtktreeview.c:810 +#: gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "விதிகளை அனுமதி" -#: ../gtk/gtktreeview.c:811 +#: gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "ஒன்று விட்டு ஒன்று நிற வரிசைகளை வரைவதற்கு அனுமதி" -#: ../gtk/gtktreeview.c:817 +#: gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "உள்ளடக்க விரிவாக்கிகள்" -#: ../gtk/gtktreeview.c:818 +#: gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "விரிவாக்கிகள் உள்ளட்டத்தை உருவாக்கு" -#: ../gtk/gtktreeview.c:824 +#: gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "இரட்டை நிரை நிறம்" -#: ../gtk/gtktreeview.c:825 +#: gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "சமமான வரிசைகளுக்கு நிறத்தை பயன்படுத்து" -#: ../gtk/gtktreeview.c:831 +#: gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "ஒற்றை நிரை நிறம்" -#: ../gtk/gtktreeview.c:832 +#: gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "ஒற்றை நிரைகளில் பயன்படுத்தும் நிறம்" -#: ../gtk/gtktreeview.c:838 +#: gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "நிரை முடிவு விவரங்கள்" -#: ../gtk/gtktreeview.c:839 +#: gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "விரிவாக்கப்பட்ட வரிசை பின்னணி தீமை செயல்படுத்து" -#: ../gtk/gtktreeview.c:845 +#: gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "கிரிட் கோட்டின் அகலம்" -#: ../gtk/gtktreeview.c:846 +#: gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "கிளை பார்வை கட்ட வரிகளில் அகலம், பிக்ஸலில்" -#: ../gtk/gtktreeview.c:852 +#: gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "மரக் கோட்டின் அகலம்" -#: ../gtk/gtktreeview.c:853 +#: gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "கிளை பார்வை வரிகளில் அகலம், பிக்ஸலில்" -#: ../gtk/gtktreeview.c:859 +#: gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "கிரிட் கோட்டின் மாதிரி" -#: ../gtk/gtktreeview.c:860 +#: gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "Dash pattern used to draw the tree view grid lines" -#: ../gtk/gtktreeview.c:866 +#: gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "மரக் கோடு மாதிரி" -#: ../gtk/gtktreeview.c:867 +#: gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "Dash pattern used to draw the tree view lines" -#: ../gtk/gtktreeviewcolumn.c:192 +#: gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "நிரலை காட்ட வேண்டுமா" -#: ../gtk/gtktreeviewcolumn.c:199 -#: ../gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "அளவு மாற்றக்கூடியது" -#: ../gtk/gtktreeviewcolumn.c:200 +#: gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "அளவு மாற்றக்கூடிய பயனர் நிரல்" -#: ../gtk/gtktreeviewcolumn.c:208 +#: gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "பத்தியின் தற்போதைய அகளம்" -#: ../gtk/gtktreeviewcolumn.c:217 +#: gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "செல்களுக்கு இடையே நுழைக்கப்பட்ட அடைவெளி" -#: ../gtk/gtktreeviewcolumn.c:225 +#: gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "அளவிடுதல்" -#: ../gtk/gtktreeviewcolumn.c:226 +#: gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "நிரலின் முறையை மறுஅளவிடு" -#: ../gtk/gtktreeviewcolumn.c:234 +#: gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "மாற்றமுடியாத அகலம்" -#: ../gtk/gtktreeviewcolumn.c:235 +#: gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "தற்போது உறுதிப்படுத்தப்பட்ட நிரலின் அகலம்" -#: ../gtk/gtktreeviewcolumn.c:244 +#: gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "ஆகசிறுதான அகளம்" -#: ../gtk/gtktreeviewcolumn.c:245 +#: gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "ஆகசிறுதாக அனுமதிக்கப்படும் பத்தியின் அகளம்" -#: ../gtk/gtktreeviewcolumn.c:254 +#: gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "ஆகப்பெறிதான அகளம்" -#: ../gtk/gtktreeviewcolumn.c:255 +#: gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "ஆகப்பெறிதாக அனுமதிக்கப்படும் பத்தியின் அகளம்" -#: ../gtk/gtktreeviewcolumn.c:265 +#: gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "பத்தியின் தலைப்பில் தோற்றும் தலைப்பு" -#: ../gtk/gtktreeviewcolumn.c:273 +#: gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "விட்ஜிட்டிற்கு ஒதுக்கப்பட்ட கூடதல் அகலம் நிரல் பகிர்கிறது" -#: ../gtk/gtktreeviewcolumn.c:280 +#: gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "அமுக்கக்கூடியது" -#: ../gtk/gtktreeviewcolumn.c:281 +#: gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "தலைப்பு அழுத்த முடியுமா" -#: ../gtk/gtktreeviewcolumn.c:289 +#: gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "விட்செட்" -#: ../gtk/gtktreeviewcolumn.c:290 +#: gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "பத்தி தலைப்பில் போடுவதற்கு பதிலாக பத்தி தலைப்பு பொத்தானில் போடவேண்டிய விட்செட்" -#: ../gtk/gtktreeviewcolumn.c:298 +#: gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "பத்தி தலைப்பகுதி உரையின் அல்லது விட்செடின் X நேர்ப்படுத்தம்" -#: ../gtk/gtktreeviewcolumn.c:308 +#: gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "தலைப்புகளில் நிரல் மறுவரிசைப்படுத்தப்படுகிறதா" -#: ../gtk/gtktreeviewcolumn.c:315 +#: gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "வரிசைப்படுத்தல் காட்டி" -#: ../gtk/gtktreeviewcolumn.c:316 +#: gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "வரிசைப்படுத்தல் காட்டியைக் காண்பிப்பதா" -#: ../gtk/gtktreeviewcolumn.c:323 +#: gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "வரிசைப்படுத்தல் வரிசை" -#: ../gtk/gtktreeviewcolumn.c:324 +#: gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "வரிசை திசை வரிசை தெரிவிப்பியை காட்டுகிறது" -#: ../gtk/gtkuimanager.c:223 +#: gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "Whether tearoff menu items should be added to menus" -#: ../gtk/gtkuimanager.c:230 +#: gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "ஒருங்கிணைந்த UI வரையறை" -#: ../gtk/gtkuimanager.c:231 +#: gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "ஒரு XML இணைக்கப்பட்ட UIஐ வரையறுக்கிறது" -#: ../gtk/gtkviewport.c:107 -msgid "The GtkAdjustment that determines the values of the horizontal position for this viewport" -msgstr "The GtkAdjustment that determines the values of the horizontal position for this viewport" +#: gtk/gtkviewport.c:107 +msgid "" +"The GtkAdjustment that determines the values of the horizontal position for " +"this viewport" +msgstr "" +"The GtkAdjustment that determines the values of the horizontal position for " +"this viewport" -#: ../gtk/gtkviewport.c:115 -msgid "The GtkAdjustment that determines the values of the vertical position for this viewport" -msgstr "The GtkAdjustment that determines the values of the vertical position for this viewport" +#: gtk/gtkviewport.c:115 +msgid "" +"The GtkAdjustment that determines the values of the vertical position for " +"this viewport" +msgstr "" +"The GtkAdjustment that determines the values of the vertical position for " +"this viewport" -#: ../gtk/gtkviewport.c:123 +#: gtk/gtkviewport.c:123 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:483 msgid "Widget name" msgstr "சாளர பெயர்" -#: ../gtk/gtkwidget.c:484 +#: gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "விட்செட்டின் பெயர்" -#: ../gtk/gtkwidget.c:490 +#: gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "பெற்றோர் விட்செட்" -#: ../gtk/gtkwidget.c:491 +#: gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" msgstr "பெற்றார் விட்ஜட்டின் இந்த விட்ஜிட். ஒரு கொள்கலன் விட்ஜிட்" -#: ../gtk/gtkwidget.c:498 +#: gtk/gtkwidget.c:498 msgid "Width request" msgstr "அகலம் வேண்டுகோள்" -#: ../gtk/gtkwidget.c:499 -msgid "Override for width request of the widget, or -1 if natural request should be used" +#: gtk/gtkwidget.c:499 +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:507 msgid "Height request" msgstr "உயர வேண்டுகோள்" -#: ../gtk/gtkwidget.c:508 -msgid "Override for height request of the widget, or -1 if natural request should be used" +#: gtk/gtkwidget.c:508 +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:517 msgid "Whether the widget is visible" msgstr "இந்த விட்செட் பார்க்கக்கூடியதா" -#: ../gtk/gtkwidget.c:524 +#: gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "இந்த விட்செட் உள்ளீகளுக்கு பதிலளிக்குமா" -#: ../gtk/gtkwidget.c:530 +#: gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "பயன்பாடுகள் வண்ணம் பூசக்கூடியது" -#: ../gtk/gtkwidget.c:531 +#: gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "பயன்பாடு நேரடியாக விட்ஜிட்டில் பெயிண்ட் செய்யுமா" -#: ../gtk/gtkwidget.c:537 +#: gtk/gtkwidget.c:537 msgid "Can focus" msgstr "ஃபோக்கஸ் செய்ய முடியும்" -#: ../gtk/gtkwidget.c:538 +#: gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "விட்ஜிட் உள்ளீடு ஃபோகஸ் ஏற்கிறதா" -#: ../gtk/gtkwidget.c:544 +#: gtk/gtkwidget.c:544 msgid "Has focus" msgstr "ஃபோக்கஸ் கொண்டுள்ளது" -#: ../gtk/gtkwidget.c:545 +#: gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "விட்ஜிட் உள்ளீடு ஃபோகஸை கொண்டுள்ளதா" -#: ../gtk/gtkwidget.c:551 +#: gtk/gtkwidget.c:551 msgid "Is focus" msgstr "ஃபோக்கஸ் ஆகிறது" -#: ../gtk/gtkwidget.c:552 +#: gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "விட்ஜிட் ஃபோகஸ் விட்ஜிட்டாக மேல்நிலையில் இருக்கிறதா" -#: ../gtk/gtkwidget.c:558 +#: gtk/gtkwidget.c:558 msgid "Can default" msgstr "முன்னிருப்பாக இருக்கலாம்" -#: ../gtk/gtkwidget.c:559 +#: gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "விட்ஜிட் முன்னிருப்பு விட்ஜிட்டாக இருக்குமா" -#: ../gtk/gtkwidget.c:565 +#: gtk/gtkwidget.c:565 msgid "Has default" msgstr "முன்னிருப்பை கொண்டுள்ளது" -#: ../gtk/gtkwidget.c:566 +#: gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "விட்ஜிட் முன்னிருப்பு விட்ஜிட்டா" -#: ../gtk/gtkwidget.c:572 +#: gtk/gtkwidget.c:572 msgid "Receives default" msgstr "முன்னிருப்பை பெறுகிறது" -#: ../gtk/gtkwidget.c:573 +#: gtk/gtkwidget.c:573 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:579 msgid "Composite child" msgstr "கலப்பான சேய்" -#: ../gtk/gtkwidget.c:580 +#: gtk/gtkwidget.c:580 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:586 msgid "Style" msgstr "பாணி" -#: ../gtk/gtkwidget.c:587 -msgid "The style of the widget, which contains information about how it will look (colors etc)" -msgstr "விட்ஜெட்டின் பாணி, இது எவ்வாறு காட்சியளிக்கிறது போன்ற தகவல்களை கொண்டுள்ளது (நிறங்கள் போன்றவை)" +#: gtk/gtkwidget.c:587 +msgid "" +"The style of the widget, which contains information about how it will look " +"(colors etc)" +msgstr "" +"விட்ஜெட்டின் பாணி, இது எவ்வாறு காட்சியளிக்கிறது போன்ற தகவல்களை கொண்டுள்ளது (நிறங்கள் " +"போன்றவை)" -#: ../gtk/gtkwidget.c:593 +#: gtk/gtkwidget.c:593 msgid "Events" msgstr "நிகழ்வுகள்" -#: ../gtk/gtkwidget.c:594 +#: gtk/gtkwidget.c:594 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:601 msgid "Extension events" msgstr "நீடிப்பு நிகழ்ச்சிகள்" -#: ../gtk/gtkwidget.c:602 +#: gtk/gtkwidget.c:602 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:609 msgid "No show all" msgstr "இல்லை அனைத்தையும் காட்டு" -#: ../gtk/gtkwidget.c:610 +#: gtk/gtkwidget.c:610 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:633 msgid "Whether this widget has a tooltip" msgstr "இந்த விட்ஜிட் கருவி துணுக்குகளை கொண்டுள்ளதா" -#: ../gtk/gtkwidget.c:689 +#: gtk/gtkwidget.c:689 msgid "Window" msgstr "சாளரம்" -#: ../gtk/gtkwidget.c:690 +#: gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "இது விட்ஜிட் சாளரமா" -#: ../gtk/gtkwidget.c:2212 +#: gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "உள்ளார்ந்த ஃபோகஸ்" -#: ../gtk/gtkwidget.c:2213 +#: gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "விட்ஜிட்களின் உள்ளே ஃபோகஸ் காட்டியை வரைய வேண்டுமா" -#: ../gtk/gtkwidget.c:2219 +#: gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "ஃபோகஸ் வரிஅகலம்" -#: ../gtk/gtkwidget.c:2220 +#: gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "அகலம், பிக்ஸில் ஃபோகஸ் காட்டி வரி" -#: ../gtk/gtkwidget.c:2226 +#: gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "ஃபோகஸ் வரி டேஸ் தோற்றம்" -#: ../gtk/gtkwidget.c:2227 +#: gtk/gtkwidget.c:2227 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:2232 msgid "Focus padding" msgstr "ஃபோகஸ் பேடிங்" -#: ../gtk/gtkwidget.c:2233 +#: gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" msgstr "அகலம், பிக்ஸலில் ஃபோகஸ் காட்டிக்கிடையே மற்றும் விட்ஜிட் பெட்டி" -#: ../gtk/gtkwidget.c:2238 +#: gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "நிலைக்காட்டி நிறம்" -#: ../gtk/gtkwidget.c:2239 +#: gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "செருகுமிட நிலை காட்டியை வரையவேண்டிய வண்ணம்" -#: ../gtk/gtkwidget.c:2244 +#: gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "இரண்டாம் நிலைக்காட்டி நிறம்" -#: ../gtk/gtkwidget.c:2245 -msgid "Color with which to draw the secondary insertion cursor when editing mixed right-to-left and left-to-right text" +#: gtk/gtkwidget.c:2245 +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:2250 msgid "Cursor line aspect ratio" msgstr "நிலைகாட்டி கோடு விகிதம்" -#: ../gtk/gtkwidget.c:2251 +#: gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "நுழைப்பு நிலைக்காட்டியை வரைய விகிதம்" -#: ../gtk/gtkwidget.c:2265 +#: gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "எல்லையை வரை" -#: ../gtk/gtkwidget.c:2266 +#: gtk/gtkwidget.c:2266 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:2279 msgid "Unvisited Link Color" msgstr "உலாவாத இணைப்பின் நிறம்" -#: ../gtk/gtkwidget.c:2280 +#: gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "உலாவாத இணைப்புகளின் நிறம்" -#: ../gtk/gtkwidget.c:2293 +#: gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "உலாவிய இணைப்பு நிறம்" -#: ../gtk/gtkwidget.c:2294 +#: gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "உலாவிய இணைப்புகளின் நிறம்" -#: ../gtk/gtkwidget.c:2308 +#: gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "அகண்ட பிரிப்புகள்" -#: ../gtk/gtkwidget.c:2309 -msgid "Whether separators have configurable width and should be drawn using a box instead of a line" -msgstr "Whether separators have configurable width and should be drawn using a box instead of a line" +#: gtk/gtkwidget.c:2309 +msgid "" +"Whether separators have configurable width and should be drawn using a box " +"instead of a line" +msgstr "" +"Whether separators have configurable width and should be drawn using a box " +"instead of a line" -#: ../gtk/gtkwidget.c:2323 +#: gtk/gtkwidget.c:2323 msgid "Separator Width" msgstr "பிரிப்பி அகலம்" -#: ../gtk/gtkwidget.c:2324 +#: gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" msgstr "அகலம் பரந்த பிரிப்பான்கள் உண்மையெனில்" -#: ../gtk/gtkwidget.c:2338 +#: gtk/gtkwidget.c:2338 msgid "Separator Height" msgstr "பிரிப்பி உயரம்" -#: ../gtk/gtkwidget.c:2339 +#: gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" msgstr "\"wide-separators\" உண்மையெனில் பிரிப்பானின் உயரம்" -#: ../gtk/gtkwidget.c:2353 +#: gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" msgstr "கிடைமட்ட சுருள் அம்பின் நீளம்" -#: ../gtk/gtkwidget.c:2354 +#: gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "கிடைமட்ட சுருள் அம்புக்களின் நீளம்" -#: ../gtk/gtkwidget.c:2368 +#: gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "செங்குத்து சுருள் அம்பின் நீளம்" -#: ../gtk/gtkwidget.c:2369 +#: gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "செங்குத்து சுருள் அம்புகளின் நீளம்" -#: ../gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "சாளர வகை" -#: ../gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "சாளரத்தின் வகை" -#: ../gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "சாளர தலைப்பு" -#: ../gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "சாளரத்தின் தலைப்பு" -#: ../gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "சாளர பங்கு" -#: ../gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "சாளரத்திற்கான தனித்துவ அடையாளப்படுத்தி ஒரு அமர்வை மறுசேமிக்கும்போது" -#: ../gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "துவக்க ID" -#: ../gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "சாளரத்திற்கான தனித்துவ அடையாளப்படுத்தி துவக்க அறிவிப்பில்" -#: ../gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "சுருங்க அனுமதி" -#: ../gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format -msgid "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea" -msgstr "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea" +msgid "" +"If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " +"time a bad idea" +msgstr "" +"If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " +"time a bad idea" -#: ../gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "வளர்ச்சி அநுமதி" -#: ../gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "உண்மையெனில்ர பயனர்கள் சாளரத்தை அதன் குறைந்தபட்ச அளவுக்கு விரிக்கலாம்" -#: ../gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "உண்மையெனில், பயனர்கள் சாளரத்தை மறுஅளவிடலாம்" -#: ../gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "மோடல்" -#: ../gtk/gtkwindow.c:545 -msgid "If TRUE, the window is modal (other windows are not usable while this one is up)" -msgstr "If TRUE, the window is modal (other windows are not usable while this one is up)" +#: gtk/gtkwindow.c:546 +msgid "" +"If TRUE, the window is modal (other windows are not usable while this one is " +"up)" +msgstr "" +"If TRUE, the window is modal (other windows are not usable while this one is " +"up)" -#: ../gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "சாளரத்தின் இடம்" -#: ../gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "சாளரத்தின் ஆரம்ப நிலை" -#: ../gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "கொடா நிலை அகளம்" -#: ../gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "முன்னிருப்பு சாளரத்தின் அகலம், ஆரம்பத்தில் சாளரத்தை காட்டும் போது" -#: ../gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "முன்னிருப்பு உயரம்" -#: ../gtk/gtkwindow.c:572 -msgid "The default height of the window, used when initially showing the window" +#: gtk/gtkwindow.c:573 +msgid "" +"The default height of the window, used when initially showing the window" msgstr "இதில் சாளரம் பயன்பட்டது சாளரம்" -#: ../gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "பெற்றோரை அழி" -#: ../gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "பெற்றோர் சேதப்படுத்தப்பட்டால் இந்த சாளரம் அழிக்கப்பட்டால்" -#: ../gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "இந்த சாளரத்தின் குறும்படம்" -#: ../gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "இந்த சாளரத்தின் தீம் செய்யப்பட்ட சின்னத்தின் பெயர்" -#: ../gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "செயல்படுகிறது" -#: ../gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "நடப்பு செயலிலுள்ள சாளரம் மேல் நிலையா" -#: ../gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "மேல்நிலையை ஃ போகஸ் செய்கிறது" -#: ../gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "இந்த GtkWindowக்குள் உள்ளீடு ஃபோகஸா" -#: ../gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "குறிப்பு வகை" -#: ../gtk/gtkwindow.c:638 -msgid "Hint to help the desktop environment understand what kind of window this is and how to treat it." -msgstr "Hint to help the desktop environment understand what kind of window this is and how to treat it." +#: gtk/gtkwindow.c:639 +msgid "" +"Hint to help the desktop environment understand what kind of window this is " +"and how to treat it." +msgstr "" +"Hint to help the desktop environment understand what kind of window this is " +"and how to treat it." -#: ../gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "பணிப்பட்டையை தவிர்" -#: ../gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "சாளரம் பணி பட்டையாக இருக்காது எனில் உண்மை." -#: ../gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "பேஜரை தவிர்" -#: ../gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "பேஜரில் சாளரம் இல்லை எனில் உண்மை." -#: ../gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "அவசரம்" -#: ../gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "சாளரம் பயனர் கவனத்தை கவர்ந்தால் உண்மை" -#: ../gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "முன்னிலையை ஏற்கவும்" -#: ../gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "சாளரம் உள்ளீடு ஃபோகஸை பெற வேண்டுமானால் உண்மை" -#: ../gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "குவிப்பு இயக்கு வரைபடம்" -#: ../gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "ஒப்பிடப்படும் போது சாளரம் உள்ளீடு ஃபோகஸை பெற வேண்டுமானால் உண்மை" -#: ../gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "அலங்கரிக்கப்பட்டது" -#: ../gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "சாளரம் சாளர மேலாளரால் அலங்கரிக்கப்பட வேண்டுமா" -#: ../gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "நீக்கப்படக்கூடியது" -#: ../gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "சாளர சட்டம் ஒரு மூடு பொத்தானை கொண்டிருக்க வேண்டுமா" -#: ../gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "ஈர்ப்பு" -#: ../gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "சாளரத்தின் சாளர ஈர்ப்பு" -#: ../gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "சாளத்திற்கு பரிமாற்றம்" -#: ../gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "உரையாடலின் பரிமாற்ற பெற்றோர்" -#: ../gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "சாளரத்தின் ஒளிபுகுதல்" -#: ../gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "சாளரத்தின் ஒளிபுகாமை 0 லிருந்து 1 க்கு" -#: ../modules/input/gtkimcontextxim.c:334 +#: modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "IM முன்திருத்தம் பாணி" -#: ../modules/input/gtkimcontextxim.c:335 +#: modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "உள்ளீடு முறை முன்திருத்த சரத்தை எவ்வாறு வரைய வேண்டும்" -#: ../modules/input/gtkimcontextxim.c:343 +#: modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "IM நிகழ்நிலை பாணி" -#: ../modules/input/gtkimcontextxim.c:344 +#: modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "உள்ளீடு முறை நிலைப்பட்டையை எவ்வாறு வரைவது " - diff --git a/po-properties/te.po b/po-properties/te.po index 026734d6bd..d6b9900712 100644 --- a/po-properties/te.po +++ b/po-properties/te.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: te\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-15 19:19+0530\n" "Last-Translator: Krishna Babu K \n" "Language-Team: Telugu \n" @@ -100,12 +100,12 @@ msgstr "అప్రమేయ ప్రదర్శన" msgid "The default display for GDK" msgstr "GDK కొరకు అప్రమేయ ప్రదర్శన" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "తెర" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "సమర్పించుదానికొరకు Gdk తెర" @@ -125,53 +125,53 @@ msgstr "ఫాంటు తీవ్రత" msgid "The resolution for fonts on the screen" msgstr "తెరపైని ఫాంటుకు తీవ్రత" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "కార్యక్రమ నామము" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "కార్యక్రమ నామము. ఇది అమర్చబడక పోతే , ఇది g_get_application_name()కు అమర్చబడును" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "కార్యక్రమ వివరణము" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "కార్యక్రమ వివరణము" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "నకలు హక్కు పదబంధము" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "కార్యక్రమము కొరకు నకలు హక్కు సమాచారము" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "వ్యాఖ్యల పదబంధము" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "కార్యక్రమము గురించి వ్యాఖ్యలు" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "మహాతల సైటు యొక్క URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "కార్యక్రమ మహాతల సైటు యొక్క బంధము కొరకు URL" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "మహాతల సైటు లేబుల్" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -179,44 +179,44 @@ msgstr "" "కార్యక్రమ మహాతల సైటు యొక్క బంధము కొరకు లేబుల్. ఒకవేళ ఇది అమర్చబడకపోతే, ఇది అప్రమేయముగా URLకు " "అమర్చబడును" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "గ్రంథకర్తలు" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "కార్యక్రమ గ్రంథకర్తల జాబితా" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "పత్ర రచయితలు" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "కార్యక్రమమును పత్ర రచనచేయుచున్న ప్రజల సంఖ్య" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "చిత్రకారులు" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "కార్యక్రమమునకు చిత్రకళను తమవంతు భాగంగా ఇచ్చిన ప్రజలసంఖ్య" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "అనువాదకుని పరపతులు" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "అనువాదకునికి పరపతులు. ఈ పదబంధము అనువదింపదగ్గదిగా గుర్తింపబడాలి" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "చిహ్నము" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -224,19 +224,19 @@ msgstr "" "గురించి పెట్టె కొరకు ఒక చిహ్నము. ఒకవేళ ఇది అమర్చబడకపోతే, ఇది " "gtk_window_get_default_icon_list() అప్రమేయాలకు అమర్చబడును" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "చిహ్న ప్రతిమ నామము" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "గురించి పెట్టె కొరకు ఒక నామీకృత ప్రతిమను చిహ్నము వలె ఉపయోగించుము." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "లైసెన్సును పొట్లం కట్టు" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "లైసెన్సు పాఠమును పొట్లము కట్టవలెనో వద్దో" @@ -309,7 +309,7 @@ msgid "The GIcon being displayed" msgstr "Gప్రతిమ ప్రదర్శించబడుతోంది" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "ప్రతిమ నామము" @@ -410,7 +410,7 @@ msgid "Whether the action group is visible." msgstr "క్రియా సమూహము దృగ్గోచరమవుచున్నదో లేదో." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "విలువ" @@ -1229,7 +1229,7 @@ msgstr "అనుసరణ స్థితి" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "సమర్పించుదాని పిక్సెల్ బఫర్ స్థితిననుసరించి తప్పక వర్ణరంజితము కావలెనా" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "ప్రతిమ" @@ -1289,7 +1289,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "పురోగత పట్టీయొక్క పునశ్చరణ మరియు పెరుగుదల దిశ" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "సర్దుబాటు" @@ -2252,8 +2252,8 @@ msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" msgstr "" -"gtk_entry_progress_pulse() ప్రతికాల్‌కు వృద్ది బౌన్సింగు బ్లాక్‌ను కదుల్చుటకు మొత్తం " -"ప్రవేశపు భిన్నము" +"gtk_entry_progress_pulse() ప్రతికాల్‌కు వృద్ది బౌన్సింగు బ్లాక్‌ను కదుల్చుటకు మొత్తం ప్రవేశపు " +"భిన్నము" #: gtk/gtkentry.c:866 msgid "Primary pixbuf" @@ -3019,7 +3019,7 @@ msgstr "ప్రతిమ సమితి" msgid "Icon set to display" msgstr "ప్రదర్శించుటకు ప్రతిమ సమితి" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "ప్రతిమ పరిమాణం" @@ -3083,7 +3083,7 @@ msgstr "మెనూ ప్రతిబింబములను చూపుమ msgid "Whether images should be shown in menus" msgstr "ప్రతిబింబములు మెనూలనందు చూయించబడాలా" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "ఈ విండో ప్రదర్శించబడు తెర" @@ -4642,24 +4642,24 @@ msgstr "విలువ క్రమాంతరీకరణం" msgid "Space between value text and the slider/trough area" msgstr "విలువ పాఠ్యముకు మరియు స్లైడర్/వంపు ప్రాంతముకు మద్య ఖాళి" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "స్కేలుయొక్క విలువ" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "ప్రతిమ పరిమాణము" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "ఈ స్కేలు బటన్ ఆబ్జక్టుయొక్క ప్రస్తుత విలువను కలిగివుండే జిటికెసర్దుబాటు" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "ప్రతిమలు" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "ప్రతిమ నామములయొక్క జాబితా" @@ -5004,9 +5004,7 @@ msgstr "'యూనికోడ్ నియంత్రణ అక్షరము msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" -msgstr "" -"ప్రవేశముల మరియు పాఠపు దర్శనముల సందర్భ మెనూలు నియంత్రణ అక్షరములను " -"చేర్చనివ్వాలా" +msgstr "ప్రవేశముల మరియు పాఠపు దర్శనముల సందర్భ మెనూలు నియంత్రణ అక్షరములను చేర్చనివ్వాలా" #: gtk/gtksettings.c:495 msgid "Start timeout" @@ -5435,9 +5433,7 @@ msgstr "హారిజాంటల్ పాడింగ్" msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" -msgstr "" -"చైల్డు మరియు దాని ఎడమ మరియు కుడి ప్రక్కవాటి మధ్య వుంచుటకు అదనపు ఖాలి, " -"పిగ్జెల్సులో" +msgstr "చైల్డు మరియు దాని ఎడమ మరియు కుడి ప్రక్కవాటి మధ్య వుంచుటకు అదనపు ఖాలి, పిగ్జెల్సులో" #: gtk/gtktable.c:222 msgid "Vertical padding" @@ -5553,9 +5549,7 @@ msgstr "బ్యాక్‌గ్రౌండ్ పూర్తి యెత msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" -msgstr "" -"బ్యాక్‌గ్రౌండ్ వర్ణము మొత్తము వరుస యెత్తును నింపాలా లేదా టాగ్‌డ్ అక్షరములను మాత్రమే " -"నింపాలా" +msgstr "బ్యాక్‌గ్రౌండ్ వర్ణము మొత్తము వరుస యెత్తును నింపాలా లేదా టాగ్‌డ్ అక్షరములను మాత్రమే నింపాలా" #: gtk/gtktexttag.c:208 msgid "Background stipple mask" @@ -5598,8 +5592,8 @@ msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" msgstr "" -"పూర్ణాంకము వలె ఫాంటు వెయిట్, PangoWeight నందు ముందుగా నిర్వచించిన విలువలను " -"చూడుము; ఉదాహరణకు, PANGO_WEIGHT_BOLD" +"పూర్ణాంకము వలె ఫాంటు వెయిట్, PangoWeight నందు ముందుగా నిర్వచించిన విలువలను చూడుము; " +"ఉదాహరణకు, PANGO_WEIGHT_BOLD" #: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" @@ -5615,9 +5609,8 @@ msgid "" "adapts to theme changes etc. so is recommended. Pango predefines some scales " "such as PANGO_SCALE_X_LARGE" msgstr "" -"అప్రమేయ ఫాంటు పరిమాణంకు సారూప్యంగా ఫాంటు పరిమాణము. ఈ లక్షణం థీమ్ మార్పులు " -"మొదలగు. వాటికి వుంటుంది కనుక సిఫార్సుచేయబడింది. పాంగో PANGO_SCALE_X_LARGE " -"వంటి స్కేల్సును ముందుగా నిర్వచించుతుంది" +"అప్రమేయ ఫాంటు పరిమాణంకు సారూప్యంగా ఫాంటు పరిమాణము. ఈ లక్షణం థీమ్ మార్పులు మొదలగు. వాటికి వుంటుంది " +"కనుక సిఫార్సుచేయబడింది. పాంగో PANGO_SCALE_X_LARGE వంటి స్కేల్సును ముందుగా నిర్వచించుతుంది" #: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" @@ -5628,8 +5621,8 @@ msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." msgstr "" -"ఈ పాఠ్యము వున్న బాష, వొక ISO కోడ్. పాఠ్యమును రెండర్ చేస్తున్నప్పుడు పాంగో దీనిని " -"హింటువలె వుపయోగిస్తుంది. అమర్చక పోతే, సరిపోవు అప్రమేయం వుపయోగించబడుతుంది." +"ఈ పాఠ్యము వున్న బాష, వొక ISO కోడ్. పాఠ్యమును రెండర్ చేస్తున్నప్పుడు పాంగో దీనిని హింటువలె " +"వుపయోగిస్తుంది. అమర్చక పోతే, సరిపోవు అప్రమేయం వుపయోగించబడుతుంది." #: gtk/gtktexttag.c:386 msgid "Left margin" @@ -6018,8 +6011,8 @@ msgstr "పనిముట్ల పట్టీలు" msgid "" "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" -"అప్రమేయ సాధనపట్టీలు పాఠ్యమును మాత్రమే కలిగివుండాలా, పాఠ్యము మరియు ప్రతిమలను కలిగివుండాలా, " -"ప్రతిమలు మాత్రమేనా." +"అప్రమేయ సాధనపట్టీలు పాఠ్యమును మాత్రమే కలిగివుండాలా, పాఠ్యము మరియు ప్రతిమలను కలిగివుండాలా, ప్రతిమలు " +"మాత్రమేనా." #: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" @@ -6038,8 +6031,8 @@ msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" msgstr "" -"అమర్చినట్లైతే, ఓవర్‌ఫ్లో మెనూనందు లెబుల్ లక్షణంలోని క్రిందిగీత తరువాతి అక్షరము " -"కీ యాగ్జెలరేటర్ అని సూచిస్తుంది" +"అమర్చినట్లైతే, ఓవర్‌ఫ్లో మెనూనందు లెబుల్ లక్షణంలోని క్రిందిగీత తరువాతి అక్షరము కీ యాగ్జెలరేటర్ అని " +"సూచిస్తుంది" #: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" @@ -6319,7 +6312,7 @@ msgstr "ట్రీ దర్శనం వరుసలను లేఖించ msgid "Whether to display the column" msgstr "నిలువువరుసను ప్రదర్శించవలెనా" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "పునఃపరిమాణం చేయదగు" @@ -6467,9 +6460,7 @@ msgstr "వెడల్పు అభ్యర్ధన" msgid "" "Override for width request of the widget, or -1 if natural request should be " "used" -msgstr "" -"విడ్జట్ యొక్క వెడల్పు అభ్యర్దన కొరకు తిరిగివ్రాయుము, లేదా సాదారణ అభ్యర్దవ " -"వుపయోగిచాలి అంటే -1" +msgstr "విడ్జట్ యొక్క వెడల్పు అభ్యర్దన కొరకు తిరిగివ్రాయుము, లేదా సాదారణ అభ్యర్దవ వుపయోగిచాలి అంటే -1" #: gtk/gtkwidget.c:507 msgid "Height request" @@ -6479,9 +6470,7 @@ msgstr "ఎత్తు అభ్యర్ధన" msgid "" "Override for height request of the widget, or -1 if natural request should " "be used" -msgstr "" -"విడ్జట్ యొక్క ఎత్తు అభ్యర్దన కొరకు తిరిగివ్రాయుము, లేదా సాదారణ అభ్యర్దన " -"వుపయోగించవలెనంటే -1" +msgstr "విడ్జట్ యొక్క ఎత్తు అభ్యర్దన కొరకు తిరిగివ్రాయుము, లేదా సాదారణ అభ్యర్దన వుపయోగించవలెనంటే -1" #: gtk/gtkwidget.c:517 msgid "Whether the widget is visible" @@ -6650,8 +6639,8 @@ 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 msgid "Cursor line aspect ratio" @@ -6693,9 +6682,7 @@ msgstr "వెడల్పాటి విచ్ఛేదనిలు" msgid "" "Whether separators have configurable width and should be drawn using a box " "instead of a line" -msgstr "" -"విశ్చేదములు ఆకృతీకరించదగిన వెడల్పును కలిగివుండాలా మరియు గీత బదులుగా పెట్టె వుపయోగించి " -"గీయాలా" +msgstr "విశ్చేదములు ఆకృతీకరించదగిన వెడల్పును కలిగివుండాలా మరియు గీత బదులుగా పెట్టె వుపయోగించి గీయాలా" #: gtk/gtkwidget.c:2323 msgid "Separator Width" @@ -6729,221 +6716,215 @@ msgstr "నిలువు స్క్రాల్ బాణము పొడవ msgid "The length of vertical scroll arrows" msgstr "నిలువు స్క్రాల్ బాణముల పొడవు" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "విండో రకం" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "విండోయొక్క రకము" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "విండో శీర్షిక" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "విండో యొక్క శీర్షిక" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "విండో పాత్ర" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "సెషన్‌ను తిరిగివుంచుచున్నప్పుడు వుపయోగించుటకు విండో కొరకు ప్రత్యేక గుర్తింపుకారి" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ప్రారంభపు ID" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "ప్రారంభపు-నోటీసు ద్వారా వుపయోగించబడే విండో కొరకు ప్రారంభ గుర్తింపుకారి" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "కుచింపు అనుమతించుము" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" -msgstr "" -"TRUE అయితే, విండో కనిష్ఠ పరిమాణంను కలిగివుండదు. దీనిని TRUE అమర్చుట 99% " -"చెడ్డ ఆలోచన" +msgstr "TRUE అయితే, విండో కనిష్ఠ పరిమాణంను కలిగివుండదు. దీనిని TRUE అమర్చుట 99% చెడ్డ ఆలోచన" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "పెరుగుదల అనుమతించుము" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "TRUE అయితే, వినియోగదారులు విండోను దానిని కనిష్ట పరిమాణందాటి విస్తరించగలరు" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "TRUE అయితే, వినియోగదారులు విండోను పునఃపరిమాణం చేయగలరు" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "రకము,మాదిరి" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" -msgstr "" -"TRUE అయితే, ఈ విండో ప్రతేకం కానుండి(యిది తెరిచినప్పుడు యితరవిండోలు " -"వుపయోగించబడలేవు)" +msgstr "TRUE అయితే, ఈ విండో ప్రతేకం కానుండి(యిది తెరిచినప్పుడు యితరవిండోలు వుపయోగించబడలేవు)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "విండో స్థానం" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "విండోయొక్క ప్రారంభ స్థానము" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "అప్రమేయం వెడల్పు" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "విండో యొక్క అప్రమేయ వెడల్పు, విండో ప్రాధమికంగా చూయించబడినప్పుడు వుపయోగించబడుతుంది" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "అప్రమేయం ఎత్తు" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "విండో యొక్క అప్రమేయ ఎత్తు, విండో ప్రాధమికంగా చూయించబడినప్పుడు వుపయోగించబడుతుంది" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "మాతృకతో నాశనంచేయి" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "మాత్రుక నాశనమైనప్పుడు ఈ విండో నాశనం కావాలా" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "ఈ విండోకొరకు ప్రతిమ" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "ఈ విండో కొరకు థీమ్డు ప్రతిమయొక్క నామము" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "క్రియాశీలమైవుంది" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "పైస్థాయి అనునది ప్రస్తుత క్రియాశీల విండో కావాలా" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "పైస్థాయినందు దృష్టి" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "ఇన్పుట్ దృష్టి GtkWindow లోపల వుండాలా" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "టైపు జాడ" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." -msgstr "" -"ఈ విండో యెటువంటది దానిని యెలా చూసుకోవాలి అనేది అర్దంచేసుకొనుటకు డెస్కుటాపు " -"యెన్విరాన్మెంటుకు సలహా" +msgstr "ఈ విండో యెటువంటది దానిని యెలా చూసుకోవాలి అనేది అర్దంచేసుకొనుటకు డెస్కుటాపు యెన్విరాన్మెంటుకు సలహా" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "కార్యపుపట్టీ వదిలివేయి" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "విండో కార్యపుపట్టీ నందు వుండకూడదు అంటే TRUE." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "పేజర్ వదిలివేయి" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "విండో పేజర్ నందు వుండకూడదు అంటే TRUE." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "అత్యవసరం" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "విండో వినియోగదారి అప్రమత్తతకు తేవలెనంటే TRUE." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "దృష్టి ఆమోదించు" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "విండో ఇన్పుట్ దృష్టిని తీసుకోవాలంటే TRUE." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "పటం పైన దృష్టి" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "మేప్ కాబడినప్పుడు విండో ఇన్పుట్ దృష్టిని పొందాలంటే TRUE." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "అలంకరించిన" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "విండో విండో నిర్వాహికచేత అలంకరించ వలెనా" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "తొలగించదగిన" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "విండో చట్రము మూయు బటన్‌ను కలిగివుండ వలెనా" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "ద్రవ్యరాశి" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "విండోయొక్క విండో ద్రవ్యత" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "విండో కొరకు అస్థిరత" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "డైలాగ్ యొక్క అస్థిర మాత్రుక" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "విం‍డో కొరకు సాంద్రత (ఒపాసిటి)" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "విండోయొక్క సాంద్రత(ఒపాసిటి), 0 నుండి 1" diff --git a/po-properties/th.po b/po-properties/th.po index de3508270f..1a62a2ef12 100644 --- a/po-properties/th.po +++ b/po-properties/th.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2008-09-09 00:25+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -89,12 +89,12 @@ msgstr "" msgid "The default display for GDK" msgstr "" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -114,96 +114,96 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "ชื่อโปรแกรม" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "ชื่อของโปรแกรม ถ้าไม่กำหนด จะใช้ผลจาก g_get_application_name() โดยปริยาย" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "รุ่นโปรแกรม" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "รุ่นของโปรแกรม" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "ข้อความสงวนลิขสิทธิ์" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "ข้อมูลลิขสิทธิ์ของโปรแกรม" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "ข้อความอธิบาย" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "คำอธิบายอย่างสั้นเกี่ยวกับโปรแกรม" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL ของเว็บไซต์" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "URL สำหรับลิงก์ไปยังเว็บไซต์ของโปรแกรม" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "ชื่อเว็บไซต์" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "ฉลากสำหรับลิงก์ไปยังเว็บไซต์ของโปรแกรม ถ้าไม่กำหนด จะใช้ URL โดยปริยาย" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "ผู้เขียน" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "รายชื่อผู้เขียนโปรแกรม" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "ผู้จัดทำเอกสาร" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "รายชื่อผู้จัดทำเอกสารของโปรแกรม" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "ศิลปิน" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "รายชื่อผู้ที่ร่วมสมทบงานศิลป์ให้กับโปรแกรม" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "เครดิตผู้แปล" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "เครดิตสำหรับผู้แปล ข้อความนี้ควรกำหนดให้แปลได้" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "โลโก้" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -211,19 +211,19 @@ msgstr "" "โลโก้สำหรับกล่องข้อมูลเกี่ยวกับโปรแกรม ถ้าไม่กำหนด จะใช้ผลลัพธ์จาก " "gtk_window_get_default_icon_list() โดยปริยาย" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "ชื่อไอคอนของโลโก้" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "ชื่อไอคอนที่จะใช้เป็นโลโก้ของกล่องข้อมูลเกี่ยวกับโปรแกรม" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "ตัดบรรทัดสัญญาอนุญาต" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "กำหนดว่าจะตัดบรรทัดในการแสดงข้อความสัญญาอนุญาตหรือไม่" @@ -296,7 +296,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "ชื่อไอคอน" @@ -398,7 +398,7 @@ msgid "Whether the action group is visible." msgstr "กำหนดว่ากลุ่มการกระทำนี้ปรากฏให้เห็นหรือไม่" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "ค่า" @@ -1214,7 +1214,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "" @@ -1271,7 +1271,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -3009,7 +3009,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "" @@ -3074,7 +3074,7 @@ msgstr "" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4616,24 +4616,24 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "" @@ -6266,7 +6266,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6668,215 +6668,215 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" diff --git a/po-properties/tk.po b/po-properties/tk.po index 9e8e9d9007..8431f25a9c 100644 --- a/po-properties/tk.po +++ b/po-properties/tk.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2004-05-25 17:46+0330\n" "Last-Translator: Gurban Mühemmet Tewekgeli \n" "Language-Team: Turkmen \n" @@ -95,12 +95,12 @@ msgstr "Öň bellenen" msgid "The default display for GDK" msgstr "" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -122,115 +122,115 @@ msgstr "Kalam Saýlawy" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 #, fuzzy msgid "Logo Icon Name" msgstr "Ad" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -304,7 +304,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "Ad" @@ -405,7 +405,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 #, fuzzy msgid "Value" msgstr "_Mykdar:" @@ -1237,7 +1237,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "" @@ -1295,7 +1295,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -3063,7 +3063,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "" @@ -3130,7 +3130,7 @@ msgstr "" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4710,27 +4710,27 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Haltnyň adyny ýazyň" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Kalam" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Ululyk" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Ad" @@ -6394,7 +6394,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6805,223 +6805,223 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 #, fuzzy msgid "Window Type" msgstr "Äpişge" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 #, fuzzy msgid "Window Title" msgstr "Äpişge" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 #, fuzzy msgid "Window Role" msgstr "Äpişge" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Topar" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 #, fuzzy msgid "Default Width" msgstr "Öň bellenen" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 #, fuzzy msgid "Default Height" msgstr "Öň bellenen" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "Ehlini Saýla" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Renkiň durlyky." -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Haltnyň adyny ýazyň" diff --git a/po-properties/tr.po b/po-properties/tr.po index 580dbcbf72..5b893b12e7 100644 --- a/po-properties/tr.po +++ b/po-properties/tr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-16 21:19+0200\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-02-16 19:01+0200\n" "Last-Translator: Baris Cicek \n" "Language-Team: Turkish \n" @@ -20,129 +20,127 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../gdk-pixbuf/gdk-pixbuf.c:89 +#: gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "Kanal Sayısı" # gdk-pixbuf/io-xpm.c:1265 -#: ../gdk-pixbuf/gdk-pixbuf.c:90 +#: gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "Piksel başına örnek sayısı" # gtk/gtkcolorsel.c:1833 -#: ../gdk-pixbuf/gdk-pixbuf.c:99 +#: gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "Renk uzayı" -#: ../gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "Örnekler için kullanılacak renk uzayı" # gtk/gtklabel.c:212 -#: ../gdk-pixbuf/gdk-pixbuf.c:108 +#: gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "Alfa var" -#: ../gdk-pixbuf/gdk-pixbuf.c:109 +#: gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "pixbuf'un alfa kanalına sahip olup olmadığı" -#: ../gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "Örnek başına bit" # gtk/gtktable.c:157 -#: ../gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "Örnek başına düşen bit sayısı" # gtk/gtklayout.c:435 gtk/gtktreeviewcolumn.c:188 gtk/gtkwidget.c:424 -#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 -#: ../gtk/gtktreeviewcolumn.c:207 +#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "Genişlik" # gtk/gtktable.c:166 -#: ../gdk-pixbuf/gdk-pixbuf.c:133 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "Pixbuf'taki sütun sayısı" # gtk/gtklayout.c:444 gtk/gtkwidget.c:433 -#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 +#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 msgid "Height" msgstr "Yükseklik" # gtk/gtktable.c:157 -#: ../gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "Pixbuf'taki satır sayısı" # gtk/gtktable.c:156 -#: ../gdk-pixbuf/gdk-pixbuf.c:159 +#: gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "Satır ilerlemesi" # gtk/gtkentry.c:447 -#: ../gdk-pixbuf/gdk-pixbuf.c:160 +#: gdk-pixbuf/gdk-pixbuf.c:160 msgid "" "The number of bytes between the start of a row and the start of the next row" msgstr "" "Bir satırın başlangıcı ile sonraki satırın başlangıcı arasındaki bayt sayısı" -#: ../gdk-pixbuf/gdk-pixbuf.c:169 +#: gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "Piksel" -#: ../gdk-pixbuf/gdk-pixbuf.c:170 +#: gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "pixbuf'un piksel verisi için belirteç" # gtk/gtkbutton.c:239 -#: ../gdk/gdkdisplaymanager.c:103 +#: gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "Öntanımlı Görüntü" -#: ../gdk/gdkdisplaymanager.c:104 +#: gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "GDK için öntanımlı görüntü" # gtk/gtkinputdialog.c:243 -#: ../gdk/gdkpango.c:490 ../gtk/gtkinvisible.c:86 -#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Ekran" # gtk/gtktreeview.c:458 -#: ../gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "Tarayıcı için GdkScreen" # gtk/gtkcellrenderertext.c:292 gtk/gtktexttag.c:367 -#: ../gdk/gdkscreen.c:75 +#: gdk/gdkscreen.c:75 msgid "Font options" msgstr "Yazıtipi seçenekleri" -#: ../gdk/gdkscreen.c:76 +#: gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "Ekran için öntanımlı yazıtipi seçenekleri" # gtk/gtkcellrenderertext.c:292 gtk/gtktexttag.c:367 -#: ../gdk/gdkscreen.c:83 +#: gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "Yazıtipi çözünürlüğü" # gtk/gtkrange.c:257 -#: ../gdk/gdkscreen.c:84 +#: gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "Ekran üzerindeki yazıtiplerinin çözünürlüğü" # gtk/gtktexttag.c:198 -#: ../gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Program ismi" -#: ../gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -150,45 +148,45 @@ msgstr "" "Programın ismi. Eğer atanmamışsa, g_get_application_name() öntanımlı olarak " "kullanılır" -#: ../gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Program sürümü" # gtk/gtktoolbar.c:224 -#: ../gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Programın sürümü" -#: ../gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Telif hakkı dizgisi" -#: ../gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Progam için telif hakkı bilgisi" # gtk/gtktable.c:183 -#: ../gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Açıklamalar dizgisi" -#: ../gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Program hakkında açıklamalar" -#: ../gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Web sitesi URL'si" -#: ../gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "Programın web sitesine olan bağ için URL" -#: ../gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Web site etiketi" -#: ../gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -196,45 +194,45 @@ msgstr "" "Programın web sitesine olan bağ için etiket. Eğer atanmamışsa, URL öntanımlı " "olarak kullanılır" -#: ../gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Yazanlar" # gtk/gtktoolbar.c:224 -#: ../gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Programı yazanların listesi" -#: ../gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Belgeleyenler" -#: ../gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Programın belgelendirmesini yapanların listesi" -#: ../gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Sanatçılar" -#: ../gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Programın sanatsal çalışmalarına katkıda bulunanların listesi" -#: ../gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Çeviren" -#: ../gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "Programı çevirenler. Bu dizgi çevirilebilir olarak işaretlenmelidir" -#: ../gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: ../gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -243,126 +241,125 @@ msgstr "" "gtk_window_get_default_icon_list() öntanımlı olarak kullanılır" # gtk/gtkfontsel.c:185 -#: ../gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Logo Simge İsmi" -#: ../gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Hakkında kutusu için logo olarak kullanılacak isimlendirilmiş simge." # gtk/gtktexttag.c:607 -#: ../gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Lisansın bölünmesi" # gtk/gtkcellrenderertext.c:324 gtk/gtktexttag.c:467 -#: ../gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Lisans metnini bölünerek yazılması." # gtk/gtkaccellabel.c:115 -#: ../gtk/gtkaccellabel.c:123 +#: gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "Hızlandırıcı Kapanması" # gtk/gtkaccellabel.c:116 -#: ../gtk/gtkaccellabel.c:124 +#: gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "Hızlandırıcı değişiklikleri için gözlemlenen kapanma" # gtk/gtkaccellabel.c:115 -#: ../gtk/gtkaccellabel.c:130 +#: gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "Hızlandırıcı Parçası" # gtk/gtkaccellabel.c:116 -#: ../gtk/gtkaccellabel.c:131 +#: gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "Hızlandırıcı değişiklikleri için gözlemlenen parça" # gtk/gtkfontsel.c:185 -#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 -#: ../gtk/gtktextmark.c:89 +#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 +#: gtk/gtktextmark.c:89 msgid "Name" msgstr "İsim" -#: ../gtk/gtkaction.c:180 +#: gtk/gtkaction.c:180 msgid "A unique name for the action." msgstr "Eylem için tek olan 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/gtktoolbutton.c:202 +#: 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/gtktoolbutton.c:202 msgid "Label" msgstr "Etiket" -#: ../gtk/gtkaction.c:199 +#: gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "Eylemi etkinleştiren menü öğeleri ve düğmeler için kullanılan etiket." -#: ../gtk/gtkaction.c:215 +#: gtk/gtkaction.c:215 msgid "Short label" msgstr "Kısa etiket" -#: ../gtk/gtkaction.c:216 +#: gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "Araç çubuğu düğmelerinde kullanılabilecek daha kısa bir etiket." -#: ../gtk/gtkaction.c:224 +#: gtk/gtkaction.c:224 msgid "Tooltip" msgstr "Balon" -#: ../gtk/gtkaction.c:225 +#: gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "Bu eylem için bir balon." -#: ../gtk/gtkaction.c:240 +#: gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "Depo Simgesi" -#: ../gtk/gtkaction.c:241 +#: gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "Bu eylemi belirten parçalar için gösterilecek olan depo simgesi." -#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 +#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "GIcon" -#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 -#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 +#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 +#: gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "Gösterilen GIcon" # gtk/gtkfontsel.c:185 -#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 -#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:605 +#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Simge İsmi" # gtk/gtkwidget.c:393 -#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 -#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 +#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 +#: gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "Simge temasından simgenin ismi" -#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 +#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "Yatay ise görüntülenebilir" -#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 +#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." msgstr "Araç çubuğu yatay konumdayken araç çubuğu öğesinin görünürlüğü." -#: ../gtk/gtkaction.c:306 +#: gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "Taşmış ise görünür" -#: ../gtk/gtkaction.c:307 +#: gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." @@ -370,21 +367,21 @@ msgstr "" "TRUE olduğunda, bu eylem için araç öğesi vekilleri araç çubuğunda taşmış " "menü olarak görüntülenir." -#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 +#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "Dikey ise görünür" -#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 +#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." msgstr "Araç çubuğu dikey konumdayken araç çubuğu öğesinin görünürlüğü." -#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 +#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 msgid "Is important" msgstr "Önemli" -#: ../gtk/gtkaction.c:323 +#: gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." @@ -392,43 +389,42 @@ msgstr "" "Eylemin önemli sayılması. TRUE ise , bu eylem için araç öğesi vekilleri " "metni GTK_TOOLBAR_BOTH_HORIZ kipinde gösterir." -#: ../gtk/gtkaction.c:331 +#: gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "Boş ise gizle" -#: ../gtk/gtkaction.c:332 +#: gtk/gtkaction.c:332 msgid "When TRUE, empty menu proxies for this action are hidden." msgstr "TRUE ise, bu eylem için boş menü vekilleri gizli olur." # gtk/gtkwidget.c:449 -#: ../gtk/gtkaction.c:338 ../gtk/gtkactiongroup.c:177 -#: ../gtk/gtkcellrenderer.c:193 ../gtk/gtkwidget.c:523 +#: gtk/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193 +#: gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "Duyarlı" # gtk/gtkwidget.c:443 -#: ../gtk/gtkaction.c:339 +#: gtk/gtkaction.c:339 msgid "Whether the action is enabled." msgstr "Eylemin etkin olup olmaması." # 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/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293 +#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516 msgid "Visible" msgstr "Görünür" # gtk/gtkwidget.c:443 -#: ../gtk/gtkaction.c:346 +#: gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "Eylemin görünür olup olmaması." # gtk/gtkprogressbar.c:187 -#: ../gtk/gtkaction.c:352 +#: gtk/gtkaction.c:352 msgid "Action Group" msgstr "Eylem Grubu" -#: ../gtk/gtkaction.c:353 +#: gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." @@ -436,106 +432,106 @@ msgstr "" "Bu GtkAction'ın ilişkilendirildiği GtkActionGroup, veya NULL (dahili " "kullanım için)." -#: ../gtk/gtkactiongroup.c:171 +#: gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "Eylem grubu için bir isim." # gtk/gtkwidget.c:443 -#: ../gtk/gtkactiongroup.c:178 +#: gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "Eylem grubunun etkin olup olmaması." # gtk/gtkwidget.c:443 -#: ../gtk/gtkactiongroup.c:185 +#: gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "Eylem grubunun görünür olup olmaması." # gtk/gtkspinbutton.c:264 -#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:204 ../gtk/gtkspinbutton.c:269 +#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Değer" # gtk/gtkwidget.c:393 -#: ../gtk/gtkadjustment.c:94 +#: gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "Ayarlamanın değeri" # gtk/gtkcurve.c:129 -#: ../gtk/gtkadjustment.c:110 +#: gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "En Düşük Değer" # gtk/gtkwidget.c:393 -#: ../gtk/gtkadjustment.c:111 +#: gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "Ayarlamanın en düşük değeri" # gtk/gtkentry.c:404 -#: ../gtk/gtkadjustment.c:130 +#: gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "En Büyük Değer" # gtk/gtkwidget.c:393 -#: ../gtk/gtkadjustment.c:131 +#: gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "Ayarlamanın en büyük değeri" # gtk/gtkinputdialog.c:243 -#: ../gtk/gtkadjustment.c:147 +#: gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "Adım Artışı" -#: ../gtk/gtkadjustment.c:148 +#: gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "Ayarlamanın her adımda artışı" -#: ../gtk/gtkadjustment.c:164 +#: gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "Sayfa Artışı" -#: ../gtk/gtkadjustment.c:165 +#: gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "Ayarlamanın sayfa artışı" # gtk/gtkruler.c:148 -#: ../gtk/gtkadjustment.c:184 +#: gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "Sayfa Boyutu" # gtk/gtkcellrenderertoggle.c:128 -#: ../gtk/gtkadjustment.c:185 +#: gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "Ayarlamanın sayfa boyutu" # gtk/gtkalignment.c:102 -#: ../gtk/gtkalignment.c:90 +#: gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "Yatay hizalama" -#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 +#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" msgstr "Mevcut alanda altın yatay konumu. 0.0 ise sola, 1.0 ise sağa hizalıdır" # gtk/gtkalignment.c:112 -#: ../gtk/gtkalignment.c:100 +#: gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "Dikey hizalama" -#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 +#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" msgstr "Mevcut alanda altın dikey konumu. 0.0 ise üste, 1.0 ise alta hizalıdır" # gtk/gtkalignment.c:121 -#: ../gtk/gtkalignment.c:109 +#: gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "Yatay ölçek" -#: ../gtk/gtkalignment.c:110 +#: gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" @@ -544,11 +540,11 @@ msgstr "" "kullanılacağıdır. 0.0 ise hiç, 1.0 ise tümü demektir" # gtk/gtkalignment.c:130 -#: ../gtk/gtkalignment.c:118 +#: gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "Dikey ölçek" -#: ../gtk/gtkalignment.c:119 +#: gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" @@ -556,220 +552,220 @@ msgstr "" "Mevcut dikey alan alt için gerekenden büyükse, onun ne kadarının alt için " "kullanılacağıdır. 0.0 ise hiç, 1.0 ise tümü demektir" -#: ../gtk/gtkalignment.c:136 +#: gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "Üst Doldurma" -#: ../gtk/gtkalignment.c:137 +#: gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "Parçanın üstüne eklenecek doldurma." -#: ../gtk/gtkalignment.c:153 +#: gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "Alt Doldurma" -#: ../gtk/gtkalignment.c:154 +#: gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "Parçanın altına eklenecek doldurma." -#: ../gtk/gtkalignment.c:170 +#: gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "Sol Doldurma" -#: ../gtk/gtkalignment.c:171 +#: gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "Parçanın soluna eklenecek doldurma." # gtk/gtktextview.c:588 -#: ../gtk/gtkalignment.c:187 +#: gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "Sağ Doldurma" # gtk/gtkmisc.c:118 -#: ../gtk/gtkalignment.c:188 +#: gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "Parçanın sağına eklenecek doldurma." # gtk/gtkarrow.c:97 -#: ../gtk/gtkarrow.c:75 +#: gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "Ok yönü" # gtk/gtkarrow.c:98 -#: ../gtk/gtkarrow.c:76 +#: gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "Okun hedef aldığı yön" # gtk/gtkarrow.c:105 -#: ../gtk/gtkarrow.c:84 +#: gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "Ok gölgesi" # gtk/gtkarrow.c:106 -#: ../gtk/gtkarrow.c:85 +#: gtk/gtkarrow.c:85 msgid "Appearance of the shadow surrounding the arrow" msgstr "Oku çevreleyen gölgenin görünümü" # 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:363 msgid "Arrow Scaling" msgstr "Ok Ölçeği" -#: ../gtk/gtkarrow.c:93 +#: gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "Ok tarafından kullanılacak alanın boyutu" # gtk/gtkaspectframe.c:107 -#: ../gtk/gtkaspectframe.c:79 +#: gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "Yatay Hizalama" # gtk/gtkaspectframe.c:108 -#: ../gtk/gtkaspectframe.c:80 +#: gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "Altın X hizalaması" # gtk/gtkaspectframe.c:114 -#: ../gtk/gtkaspectframe.c:86 +#: gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "Dikey Hizalama" # gtk/gtkaspectframe.c:115 -#: ../gtk/gtkaspectframe.c:87 +#: gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "Altın Y hizalaması" # gtk/gtkaspectframe.c:121 -#: ../gtk/gtkaspectframe.c:93 +#: gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "Oran" # gtk/gtkaspectframe.c:122 -#: ../gtk/gtkaspectframe.c:94 +#: gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "obey_child FALSE ise en-boy oranı" # gtk/gtkaspectframe.c:128 -#: ../gtk/gtkaspectframe.c:100 +#: gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "Alta uy" # gtk/gtkaspectframe.c:129 -#: ../gtk/gtkaspectframe.c:101 +#: gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "Çerçevenin altıyla en-boy oranının eşleşmesini sağlar" -#: ../gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "Başlık Doldurma" # gtk/gtkmenubar.c:155 -#: ../gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "Başlığın çevresindeki piksellerin sayısı." -#: ../gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "İçerik Doldurma" # gtk/gtkmenubar.c:155 -#: ../gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "İçerik sayfalarının çevresindeki piksellerin sayısı." # gtk/gtktoolbar.c:259 -#: ../gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:286 msgid "Page type" msgstr "Sayfa türü" # gtk/gtklabel.c:199 -#: ../gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "Yardımcı sayfanın türü" # gtk/gtkruler.c:148 -#: ../gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:304 msgid "Page title" msgstr "Sayfa başlığı" # gtk/gtkwindow.c:333 -#: ../gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "Yardımcı sayfanın başlığı" # gtk/gtktreeview.c:489 -#: ../gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:321 msgid "Header image" msgstr "Başlık resmi" -#: ../gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "Yardımcı sayfa için başlık resmi" # gtk/gtksettings.c:175 -#: ../gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "Kenar çubuğu resmi" -#: ../gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "Yardımcı sayfa için kenar çubuğu resmi" -#: ../gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:354 msgid "Page complete" msgstr "Sayfa tamamlanmış" -#: ../gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "Sayfadaki gerekli tüm alanların doldurulmuş olması" # gtk/gtkbbox.c:115 -#: ../gtk/gtkbbox.c:91 +#: gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "En küçük alt genişliği" # gtk/gtkbbox.c:116 -#: ../gtk/gtkbbox.c:92 +#: gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "Kutu içindeki en küçük düğme genişliği" # gtk/gtkbbox.c:124 -#: ../gtk/gtkbbox.c:100 +#: gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "En küçük alt yüksekliği" # gtk/gtkbbox.c:125 -#: ../gtk/gtkbbox.c:101 +#: gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "Kutu içindeki en küçük düğme yüksekliği" # gtk/gtkbbox.c:133 -#: ../gtk/gtkbbox.c:109 +#: gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "Alt iç genişlik doldurması" # gtk/gtkbbox.c:134 -#: ../gtk/gtkbbox.c:110 +#: gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "Altların boyutlarını her iki taraftan arttırma miktarı" # gtk/gtkbbox.c:142 -#: ../gtk/gtkbbox.c:118 +#: gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "Alt iç yükseklik doldurması" # gtk/gtkbbox.c:143 -#: ../gtk/gtkbbox.c:119 +#: gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "Altların boyutlarını yukarı ve aşağı arttırma miktarı" # gtk/gtkbbox.c:151 -#: ../gtk/gtkbbox.c:127 +#: gtk/gtkbbox.c:127 msgid "Layout style" msgstr "Düzen biçemi" # gtk/gtkbbox.c:152 -#: ../gtk/gtkbbox.c:128 +#: gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" @@ -778,12 +774,12 @@ msgstr "" "start ve end" # gtk/gtkbbox.c:160 -#: ../gtk/gtkbbox.c:136 +#: gtk/gtkbbox.c:136 msgid "Secondary" msgstr "İkincil" # gtk/gtkbbox.c:161 -#: ../gtk/gtkbbox.c:137 +#: gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" @@ -792,64 +788,64 @@ msgstr "" "yardım düğmelerinde kullanışlıdır" # gtk/gtkbox.c:126 gtk/gtkpacker.c:229 -#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 -#: ../gtk/gtktreeviewcolumn.c:216 +#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 +#: gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "Aralıklar" # gtk/gtkbox.c:127 -#: ../gtk/gtkbox.c:131 +#: gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "Altlar arasındaki boşluk miktarı" # gtk/gtkbox.c:136 gtk/gtknotebook.c:396 -#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 -#: ../gtk/gtktoolbar.c:573 +#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 +#: gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "Eşdağılım" # gtk/gtkbox.c:137 -#: ../gtk/gtkbox.c:141 +#: gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "Altların tümünün aynı boyutta olması" # gtk/gtkpreview.c:134 -#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 -#: ../gtk/gtktreeviewcolumn.c:272 +#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 +#: gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "Genişleme" # gtk/gtkbox.c:137 -#: ../gtk/gtkbox.c:149 +#: gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "Altlara üstleri büyüyünce ek yer sağlanması" # gtk/gtkstock.c:290 -#: ../gtk/gtkbox.c:155 +#: gtk/gtkbox.c:155 msgid "Fill" msgstr "Doldur" -#: ../gtk/gtkbox.c:156 +#: gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" msgstr "" "Verilen ek boşlukların altlara ayrılması veya doldurulmada kullanılması" -#: ../gtk/gtkbox.c:162 +#: gtk/gtkbox.c:162 msgid "Padding" msgstr "Doldurma" -#: ../gtk/gtkbox.c:163 +#: gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "Altların, diğerleri ile arasında olacak boşluk, piksel değerinde" # gtk/gtktoolbar.c:259 -#: ../gtk/gtkbox.c:169 +#: gtk/gtkbox.c:169 msgid "Pack type" msgstr "Paket türü" -#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 +#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" @@ -858,26 +854,26 @@ msgstr "" "bir GtkPackType" # gtk/gtkpaned.c:116 gtk/gtkruler.c:138 -#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 -#: ../gtk/gtkruler.c:148 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 +#: gtk/gtkruler.c:148 msgid "Position" msgstr "Konum" # gtk/gtknotebook.c:325 -#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 +#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "Üstteki altların indeksi" -#: ../gtk/gtkbuilder.c:96 +#: gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "Tercüme Alanı" -#: ../gtk/gtkbuilder.c:97 +#: gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "Gettext tarafından kullanılan tercüme alanı" # gtk/gtkbutton.c:180 -#: ../gtk/gtkbutton.c:220 +#: gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" @@ -885,14 +881,14 @@ msgstr "" "Eğer düğme bir etiket parçası içeriyorsa düğmedeki etiket parçasının metni" # 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/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 +#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209 msgid "Use underline" msgstr "Altçizgi kullan" # gtk/gtklabel.c:220 -#: ../gtk/gtkbutton.c:228 ../gtk/gtkexpander.c:204 ../gtk/gtklabel.c:389 -#: ../gtk/gtkmenuitem.c:316 +#: gtk/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389 +#: gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" @@ -900,84 +896,83 @@ msgstr "" "Eğer seçiliyse, altçizgiden sonra gelen karakter hafızada kalıcı " "hızlandırıcı tuş olarak kullanılacak" -#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 +#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "Depo kullan" -#: ../gtk/gtkbutton.c:236 +#: gtk/gtkbutton.c:236 msgid "" "If set, the label is used to pick a stock item instead of being displayed" msgstr "" "Eğer seçiliyse, etiket gösterilen yerine bir depo öğesini seçmekte " "kullanılacak" -#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 -#: ../gtk/gtkfilechooserbutton.c:393 +#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "Tıklama ile odaklama" # gtk/gtklabel.c:252 -#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 +#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "Düğmenin fare ile tıklandığında odağı yakalaması" # gtk/gtkbutton.c:187 -#: ../gtk/gtkbutton.c:251 +#: gtk/gtkbutton.c:251 msgid "Border relief" msgstr "Kenarlık süsü" # gtk/gtkbutton.c:188 -#: ../gtk/gtkbutton.c:252 +#: gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "Kenarlık süsleme biçemi" # gtk/gtkalignment.c:102 -#: ../gtk/gtkbutton.c:269 +#: gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "Alt için yatay hizalama" # gtk/gtkalignment.c:112 -#: ../gtk/gtkbutton.c:288 +#: gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "Alt için düşey hizalama" # gtk/gtkimagemenuitem.c:124 -#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 +#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "Resim parçası" # gtk/gtkimagemenuitem.c:125 -#: ../gtk/gtkbutton.c:306 +#: gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "Düğme metninden sonra görünecek alt parçası" # gtk/gtkhandlebox.c:192 -#: ../gtk/gtkbutton.c:320 +#: gtk/gtkbutton.c:320 msgid "Image position" msgstr "Resim konumu" # gtk/gtkhandlebox.c:193 -#: ../gtk/gtkbutton.c:321 +#: gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "Metne göre resim konumu" # gtk/gtkbutton.c:239 -#: ../gtk/gtkbutton.c:433 +#: gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "Öntanımlı Aralık" # gtk/gtkbutton.c:240 -#: ../gtk/gtkbutton.c:434 +#: gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "CAN_DEFAULT düğmeleri için eklenecek fazladan alan" # gtk/gtkbutton.c:246 -#: ../gtk/gtkbutton.c:440 +#: gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "Öntanımlı Dış Aralık" # gtk/gtkbutton.c:247 -#: ../gtk/gtkbutton.c:441 +#: gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" @@ -985,30 +980,30 @@ msgstr "" "Kenarlığı daima dışına çizilen CAN_DEFAULT düğmeler için eklenecek fazladan " "alan" -#: ../gtk/gtkbutton.c:446 +#: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "Altın X Kayması" -#: ../gtk/gtkbutton.c:447 +#: gtk/gtkbutton.c:447 msgid "" "How far in the x direction to move the child when the button is depressed" msgstr "Düğmeye basıldığında altın x yönünde ne kadar hareket edeceği" -#: ../gtk/gtkbutton.c:454 +#: gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "Altın Y Kayması" -#: ../gtk/gtkbutton.c:455 +#: gtk/gtkbutton.c:455 msgid "" "How far in the y direction to move the child when the button is depressed" msgstr "Düğmeye basıldığında altın y yönünde ne kadar hareket edeceği" # gtk/gtkwidget.c:470 -#: ../gtk/gtkbutton.c:471 +#: gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "Odak kaydırma" -#: ../gtk/gtkbutton.c:472 +#: gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" @@ -1017,57 +1012,57 @@ msgstr "" "etkilemesi" # gtk/gtknotebook.c:341 -#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "İç Kenarlık" -#: ../gtk/gtkbutton.c:486 +#: gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "Düğme sınırları ve alt arasındaki kenarlık." # gtk/gtkscale.c:183 -#: ../gtk/gtkbutton.c:499 +#: gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "Resim boşluğu" -#: ../gtk/gtkbutton.c:500 +#: gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "Resim ve etiket arasında bırakılacak piksel cinsinden boşluk" -#: ../gtk/gtkbutton.c:514 +#: gtk/gtkbutton.c:514 msgid "Show button images" msgstr "Düğme resimlerini göster" # gtk/gtknotebook.c:369 -#: ../gtk/gtkbutton.c:515 +#: gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "Düğmelerde resimlerin gösterilmesi" # gtk/gtkinputdialog.c:662 -#: ../gtk/gtkcalendar.c:440 +#: gtk/gtkcalendar.c:440 msgid "Year" msgstr "Yıl" # gtk/gtkfilesel.c:503 -#: ../gtk/gtkcalendar.c:441 +#: gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "Seçilen yıl" # gtk/gtkcellrenderertext.c:219 gtk/gtkcellrenderertext.c:227 # gtk/gtkfontsel.c:192 gtk/gtktexttag.c:284 gtk/gtktexttag.c:292 -#: ../gtk/gtkcalendar.c:454 +#: gtk/gtkcalendar.c:454 msgid "Month" msgstr "Ay" -#: ../gtk/gtkcalendar.c:455 +#: gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "Seçilen ay (0 ile 11 arasında bir sayı olarak)" -#: ../gtk/gtkcalendar.c:469 +#: gtk/gtkcalendar.c:469 msgid "Day" msgstr "Gün" -#: ../gtk/gtkcalendar.c:470 +#: gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" @@ -1076,366 +1071,364 @@ msgstr "" "kaldırmak için 0)" # gtk/gtktable.c:174 -#: ../gtk/gtkcalendar.c:484 +#: gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "Başlığı Göster" -#: ../gtk/gtkcalendar.c:485 +#: gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "Eğer TRUE ise, başlık gösterilir" # gtk/gtknotebook.c:368 -#: ../gtk/gtkcalendar.c:499 +#: gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "Gün Adlarını Göster" -#: ../gtk/gtkcalendar.c:500 +#: gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "Eğer TRUE ise, gün adları gösterilir" -#: ../gtk/gtkcalendar.c:513 +#: gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "Ay Değişimi Yok" -#: ../gtk/gtkcalendar.c:514 +#: gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "Eğer TRUE ise, seçilen ay değiştirilimez" -#: ../gtk/gtkcalendar.c:528 +#: gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "Hafta Numaralarını Göster" -#: ../gtk/gtkcalendar.c:529 +#: gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "Eğer TRUE ise, hafta numaraları gösterilir" # gtk/gtkwindow.c:389 -#: ../gtk/gtkcalendar.c:544 +#: gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "Ayrıntılar Genişliği" # gtk/gtkentry.c:435 -#: ../gtk/gtkcalendar.c:545 +#: gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "Karakter olarak ayrıntıların genişliği" # gtk/gtkwindow.c:399 -#: ../gtk/gtkcalendar.c:560 +#: gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "Ayrıntılar Yüksekliği" -#: ../gtk/gtkcalendar.c:561 +#: gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "Satır cinsinden ayrıntılar yüksekliği" # gtk/gtktable.c:174 -#: ../gtk/gtkcalendar.c:577 +#: gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "Ayrıntıları Göster" -#: ../gtk/gtkcalendar.c:578 +#: gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "Eğer TRUE ise, ayrıntılar gösterilir" # gtk/gtksizegroup.c:241 -#: ../gtk/gtkcellrenderer.c:177 +#: gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "kip" -#: ../gtk/gtkcellrenderer.c:178 +#: gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "CellRenderer düzenlenebilir kipi" # gtk/gtkcellrenderer.c:114 -#: ../gtk/gtkcellrenderer.c:186 +#: gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "görünür" # gtk/gtkcellrenderer.c:115 -#: ../gtk/gtkcellrenderer.c:187 +#: gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "Hücreyi göster" # gtk/gtkcellrenderer.c:115 -#: ../gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "Duyarlı hücreyi gösterir" # gtk/gtkcellrenderer.c:123 -#: ../gtk/gtkcellrenderer.c:201 +#: gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "xhiza" # gtk/gtkcellrenderer.c:124 -#: ../gtk/gtkcellrenderer.c:202 +#: gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "x-hizalama" # gtk/gtkcellrenderer.c:134 -#: ../gtk/gtkcellrenderer.c:211 +#: gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "yhiza" # gtk/gtkcellrenderer.c:135 -#: ../gtk/gtkcellrenderer.c:212 +#: gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "y-hizalama" # gtk/gtkcellrenderer.c:145 -#: ../gtk/gtkcellrenderer.c:221 +#: gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "xdoldurma" # gtk/gtkcellrenderer.c:146 -#: ../gtk/gtkcellrenderer.c:222 +#: gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "x doldurma" # gtk/gtkcellrenderer.c:156 -#: ../gtk/gtkcellrenderer.c:231 +#: gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "ydoldurma" # gtk/gtkcellrenderer.c:157 -#: ../gtk/gtkcellrenderer.c:232 +#: gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "y doldurma" # gtk/gtkcellrenderer.c:167 -#: ../gtk/gtkcellrenderer.c:241 +#: gtk/gtkcellrenderer.c:241 msgid "width" msgstr "genişlik" # gtk/gtkcellrenderer.c:168 -#: ../gtk/gtkcellrenderer.c:242 +#: gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "Sabit genişlik" # gtk/gtkcellrenderer.c:178 -#: ../gtk/gtkcellrenderer.c:251 +#: gtk/gtkcellrenderer.c:251 msgid "height" msgstr "yükseklik" # gtk/gtkcellrenderer.c:179 -#: ../gtk/gtkcellrenderer.c:252 +#: gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "Sabit yükseklik" -#: ../gtk/gtkcellrenderer.c:261 +#: gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "Genişletici" -#: ../gtk/gtkcellrenderer.c:262 +#: gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "Satır altlar içeriyor" -#: ../gtk/gtkcellrenderer.c:270 +#: gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "Genişletilmiş" -#: ../gtk/gtkcellrenderer.c:271 +#: gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "Satır bir genişleticidir ve genişletilmiştir" # gtk/gtkcellrenderertext.c:178 gtk/gtktexttag.c:208 -#: ../gtk/gtkcellrenderer.c:278 +#: gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "Hücre arkaplanı renk adı" # gtk/gtkcellrenderertext.c:179 gtk/gtktexttag.c:209 -#: ../gtk/gtkcellrenderer.c:279 +#: gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "Bir dizge olarak hücre arkaplanının rengi" # gtk/gtkcellrenderertext.c:186 gtk/gtktexttag.c:216 -#: ../gtk/gtkcellrenderer.c:286 +#: gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "Hücre arkaplanın rengi" # gtk/gtkcellrenderertext.c:187 gtk/gtktexttag.c:217 -#: ../gtk/gtkcellrenderer.c:287 +#: gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "Bir GdkColor olarak hücre arkaplanın rengi" # gtk/gtktreeviewcolumn.c:179 -#: ../gtk/gtkcellrenderer.c:294 +#: gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "Düzenleme" # gtk/gtklabel.c:252 -#: ../gtk/gtkcellrenderer.c:295 +#: gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "Hücre tarayıcının şu anda düzenleme kipinde olup omladığı" # gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:511 -#: ../gtk/gtkcellrenderer.c:303 +#: gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "Hücre arkaplan ayarı" # gtk/gtkcellrenderertext.c:343 gtk/gtktexttag.c:512 -#: ../gtk/gtkcellrenderer.c:304 +#: gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "Sekmenin hücre arkaplanının rengini etkilemesi" # gtk/gtkaccellabel.c:115 -#: ../gtk/gtkcellrendereraccel.c:113 +#: gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "Hızlandırıcı tuş" # gtk/gtkwidget.c:393 -#: ../gtk/gtkcellrendereraccel.c:114 +#: gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "Hızlandırıcının keyval değeri" # gtk/gtkaccellabel.c:115 -#: ../gtk/gtkcellrendereraccel.c:130 +#: gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "Hızlandırıcı düzenleyicileri" -#: ../gtk/gtkcellrendereraccel.c:131 +#: gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "Hızlandırıcının düzenleyici maskesi" # gtk/gtkaccellabel.c:115 -#: ../gtk/gtkcellrendereraccel.c:148 +#: gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "Hızlandırıcı tuş kodu" -#: ../gtk/gtkcellrendereraccel.c:149 +#: gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "Hızlandıcının donanımsal tuş kodu" # gtk/gtkaccellabel.c:115 -#: ../gtk/gtkcellrendereraccel.c:168 +#: gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "Hızlandırıcı Kipi" # gtk/gtklabel.c:199 -#: ../gtk/gtkcellrendereraccel.c:169 +#: gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "Hızlandırıcının türü" # gtk/gtksizegroup.c:241 -#: ../gtk/gtkcellrenderercombo.c:107 +#: gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "Model" # gtk/gtktreeview.c:458 -#: ../gtk/gtkcellrenderercombo.c:108 +#: gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "Çoktu kutu için geçerli değerleri içeren model" -#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 +#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "Metin Sütunu" -#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 +#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "Veri kaynak modelinde dizgelerin alınacağı sütun" -#: ../gtk/gtkcellrenderercombo.c:148 +#: gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "Giriş Var" -#: ../gtk/gtkcellrenderercombo.c:149 +#: gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "" "Eğer FALSE ise, seçili olanların dışında başka dizgiler girilmesine izin " "verme" # gtk/gtkcellrendererpixbuf.c:102 gtk/gtkcellrenderertextpixbuf.c:125 -#: ../gtk/gtkcellrendererpixbuf.c:111 +#: gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "Pixbuf Nesnesi" # gtk/gtkcellrendererpixbuf.c:103 gtk/gtkcellrenderertextpixbuf.c:126 -#: ../gtk/gtkcellrendererpixbuf.c:112 +#: gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "Taranacak pixbuf" # gtk/gtktreeview.c:526 -#: ../gtk/gtkcellrendererpixbuf.c:119 +#: gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "Pixbuf Genişletici Açık" # gtk/gtkcellrendererpixbuf.c:103 gtk/gtkcellrenderertextpixbuf.c:126 -#: ../gtk/gtkcellrendererpixbuf.c:120 +#: gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "Açık genişletici için pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:127 +#: gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "Pixbuf Genişletici Kapalı" -#: ../gtk/gtkcellrendererpixbuf.c:128 +#: gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "Kapalı genişletici için pixbuf" -#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 -#: ../gtk/gtkstatusicon.c:226 +#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "Depo Kimliği" -#: ../gtk/gtkcellrendererpixbuf.c:136 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "Taranacak depo simgesinin depo numarası" # gtk/gtkfontsel.c:310 -#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 -#: ../gtk/gtkstatusicon.c:267 +#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 +#: gtk/gtkstatusicon.c:267 msgid "Size" msgstr "Boyut" # gtk/gtkwindow.c:333 -#: ../gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "Taranmış simgenin boyutunu belirten GtkIconSize değeri" -#: ../gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "Detay" -#: ../gtk/gtkcellrendererpixbuf.c:154 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "Tema aygıtına gönderilmesi için tarama detayı" -#: ../gtk/gtkcellrendererpixbuf.c:187 +#: gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "Takip Durumu" # gtk/gtknotebook.c:376 -#: ../gtk/gtkcellrendererpixbuf.c:188 +#: gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Taranmış pixbuf'ın durumuna uygun olarak renklendirilmesi" -#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Simge" # gtk/gtkprogressbar.c:208 -#: ../gtk/gtkcellrendererprogress.c:129 +#: gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "İlerleme çubuğunun değeri" # gtk/gtkcellrenderertext.c:154 gtk/gtkprogressbar.c:207 -#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 -#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 -#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 +#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 +#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 +#: gtk/gtktextbuffer.c:198 msgid "Text" msgstr "Metin" # gtk/gtkprogressbar.c:208 -#: ../gtk/gtkcellrendererprogress.c:147 +#: gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "İlerleme çubuğunda gösterilecek metin" # gtk/gtkprogressbar.c:197 -#: ../gtk/gtkcellrendererprogress.c:170 +#: gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "Darbe" -#: ../gtk/gtkcellrendererprogress.c:171 +#: gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." @@ -1444,12 +1437,12 @@ msgstr "" "bilmediğinizi belirten pozitif bir sayıya ayarlayın." # gtk/gtkprogress.c:138 -#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 +#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "Metin x hizalama" # gtk/gtkmisc.c:98 -#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 +#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -1457,238 +1450,232 @@ msgstr "" "Yatay hizalama; 0'dan (sol) 1'e (sağ). RTL düzenleri için tersi kullanılır." # gtk/gtkprogress.c:147 -#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 +#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "Metin y hizalama" # gtk/gtkmisc.c:108 -#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 +#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "Düşey hizalama; 0'dan (üst) 1'e (alt) kadar." # gtk/gtkprogressbar.c:139 gtk/gtktoolbar.c:223 -#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 -#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 -#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 +#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 +#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 +#: gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "Yön" # gtk/gtkprogressbar.c:140 -#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 +#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "İlerleme çubuğunun büyüme yönü" # gtk/gtkprogressbar.c:131 gtk/gtkrange.c:265 gtk/gtkspinbutton.c:203 -#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:223 -#: ../gtk/gtkspinbutton.c:208 +#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Ayarlama" # gtk/gtkspinbutton.c:204 -#: ../gtk/gtkcellrendererspin.c:94 +#: gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "Döndürme düğmesi değerini tutan ayar." # gtk/gtkspinbutton.c:211 -#: ../gtk/gtkcellrendererspin.c:109 +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "Tırmanma oranı" # gtk/gtkspinbutton.c:212 -#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 +#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "Bir düğme basılı tuttulduğunda hızlanma oranı" # gtk/gtkscale.c:148 gtk/gtkspinbutton.c:221 -#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 -#: ../gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "Basamaklar" # gtk/gtkspinbutton.c:222 -#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 +#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "Gösterilecek ondalık basamakların sayısı" # gtk/gtkcellrenderertext.c:155 -#: ../gtk/gtkcellrenderertext.c:196 +#: gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "Taranacak metin" # gtk/gtkcellrenderertext.c:162 -#: ../gtk/gtkcellrenderertext.c:203 +#: gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "Biçimleme" # gtk/gtkcellrenderertext.c:163 -#: ../gtk/gtkcellrenderertext.c:204 +#: gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "Taranacak biçimli metin" # gtk/gtkcellrenderertext.c:170 gtk/gtklabel.c:205 -#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 +#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 msgid "Attributes" msgstr "Öznitelikler" # gtk/gtkcellrenderertext.c:171 -#: ../gtk/gtkcellrenderertext.c:212 +#: gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "Tarayıcı metnine uygulanacak biçem özelliklerinin bir listesi" -#: ../gtk/gtkcellrenderertext.c:219 +#: gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "Tek Paragraf Kipi" -#: ../gtk/gtkcellrenderertext.c:220 +#: gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "Tüm metnin tek bir paragraf içinde tutulması" # gtk/gtkcellrenderertext.c:178 gtk/gtktexttag.c:208 -#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 -#: ../gtk/gtktexttag.c:183 +#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 msgid "Background color name" msgstr "Arkaplan renk ismi" # gtk/gtkcellrenderertext.c:179 gtk/gtktexttag.c:209 -#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 -#: ../gtk/gtktexttag.c:184 +#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "Bir dizge olarak arkaplan rengi" # gtk/gtkcellrenderertext.c:186 gtk/gtktexttag.c:216 -#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 -#: ../gtk/gtktexttag.c:191 +#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 msgid "Background color" msgstr "Arkaplan rengi" # gtk/gtkcellrenderertext.c:187 gtk/gtktexttag.c:217 -#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 +#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "Bir GdkColor olarak arkaplan rengi" # gtk/gtkcellrenderertext.c:194 gtk/gtktexttag.c:242 -#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 +#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "Önplan renk ismi" # gtk/gtkcellrenderertext.c:195 gtk/gtktexttag.c:243 -#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 +#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "Bir dizge olarak önplan rengi" # gtk/gtkcellrenderertext.c:202 gtk/gtktexttag.c:250 -#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 +#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "Önplan rengi" # gtk/gtkcellrenderertext.c:203 gtk/gtktexttag.c:251 -#: ../gtk/gtkcellrenderertext.c:253 +#: gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "Bir GdkColor olarak önplan rengi" # gtk/gtkcellrenderertext.c:211 gtk/gtkentry.c:396 gtk/gtktexttag.c:276 # gtk/gtktextview.c:552 -#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 -#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 +#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "Düzenlenebilir" # gtk/gtkcellrenderertext.c:212 gtk/gtktexttag.c:277 gtk/gtktextview.c:553 -#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 -#: ../gtk/gtktextview.c:574 +#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "Metnin kullanıcı tarafından değiştirilebilmesi" # gtk/gtkcellrenderertext.c:219 gtk/gtkcellrenderertext.c:227 # gtk/gtkfontsel.c:192 gtk/gtktexttag.c:284 gtk/gtktexttag.c:292 -#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 -#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 +#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 +#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 msgid "Font" msgstr "Yazıtipi" # gtk/gtkcellrenderertext.c:220 gtk/gtktexttag.c:285 -#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 +#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "Bir dizge olarak yazıtipi tanımı, örn. \"Sans Italic 12\"" # gtk/gtkcellrenderertext.c:228 gtk/gtktexttag.c:293 -#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 +#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "Bir PangoFontDescription yapısı olarak yazıtipi tanımı" # gtk/gtkcellrenderertext.c:236 gtk/gtktexttag.c:301 -#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 +#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 msgid "Font family" msgstr "Yazıtipi ailesi" # gtk/gtkcellrenderertext.c:237 gtk/gtktexttag.c:302 -#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 +#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "Yazıtipi ailesinin ismi, örn. Sans, Helvetica, Times, Monospace" # gtk/gtkcellrenderertext.c:244 gtk/gtkcellrenderertext.c:245 # gtk/gtktexttag.c:309 gtk/gtktexttag.c:310 -#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 -#: ../gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 +#: gtk/gtktexttag.c:291 msgid "Font style" msgstr "Yazıtipi biçemi" # gtk/gtkcellrenderertext.c:253 gtk/gtkcellrenderertext.c:254 # gtk/gtktexttag.c:318 gtk/gtktexttag.c:319 -#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 -#: ../gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 +#: gtk/gtktexttag.c:300 msgid "Font variant" msgstr "Yazıtipi türevi" # gtk/gtkcellrenderertext.c:262 gtk/gtkcellrenderertext.c:263 # gtk/gtktexttag.c:327 gtk/gtktexttag.c:328 -#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 -#: ../gtk/gtktexttag.c:309 +#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 +#: gtk/gtktexttag.c:309 msgid "Font weight" msgstr "Yazıtipi kalınlığı" # gtk/gtkcellrenderertext.c:273 gtk/gtkcellrenderertext.c:274 # gtk/gtktexttag.c:338 gtk/gtktexttag.c:339 -#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 -#: ../gtk/gtktexttag.c:320 +#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 +#: gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "Yazıtipi alanı" # gtk/gtkcellrenderertext.c:282 gtk/gtkcellrenderertext.c:283 # gtk/gtktexttag.c:347 gtk/gtktexttag.c:348 -#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 -#: ../gtk/gtktexttag.c:329 +#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 +#: gtk/gtktexttag.c:329 msgid "Font size" msgstr "Yazıtipi boyu" # gtk/gtkcellrenderertext.c:292 gtk/gtktexttag.c:367 -#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 +#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 msgid "Font points" msgstr "Yazıtipi puntosu" # gtk/gtkcellrenderertext.c:293 gtk/gtktexttag.c:368 -#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 +#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "Punto cinsinden yazıtipi boyutu" # gtk/gtkcellrenderertext.c:302 gtk/gtktexttag.c:357 gtk/gtktexttag.c:358 -#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 +#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 msgid "Font scale" msgstr "Yazıtipi ölçeği" # gtk/gtkcellrenderertext.c:303 -#: ../gtk/gtkcellrenderertext.c:352 +#: gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "Yazıtipi oranlama çarpanı" # gtk/gtkcellrenderertext.c:312 gtk/gtktexttag.c:426 -#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 +#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 msgid "Rise" msgstr "Çıkıntı" # gtk/gtkcellrenderertext.c:313 gtk/gtktexttag.c:427 -#: ../gtk/gtkcellrenderertext.c:362 +#: gtk/gtkcellrenderertext.c:362 msgid "" "Offset of text above the baseline (below the baseline if rise is negative)" msgstr "" @@ -1696,31 +1683,31 @@ msgstr "" "çizgisinin altı)" # gtk/gtkcellrenderertext.c:323 gtk/gtktexttag.c:466 -#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 +#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "Üstüçizili" # gtk/gtkcellrenderertext.c:324 gtk/gtktexttag.c:467 -#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 +#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "Metnin üzerinin çizilmesi" # gtk/gtkcellrenderertext.c:331 gtk/gtktexttag.c:474 -#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 +#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 msgid "Underline" msgstr "Altçizgili" # gtk/gtkcellrenderertext.c:332 gtk/gtktexttag.c:475 -#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 +#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "Bu metin için altçizgi biçemi" # gtk/gtktexttag.c:386 -#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 +#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 msgid "Language" msgstr "Dil" -#: ../gtk/gtkcellrenderertext.c:391 +#: gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " @@ -1730,12 +1717,11 @@ msgstr "" "ipucu olarak kullanabilir. Eğer bu parametreyi anlamadıysanız, büyük " "ihtimalle ihtiyacınız yoktur" -#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 -#: ../gtk/gtkprogressbar.c:206 +#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "Kısaltma" -#: ../gtk/gtkcellrenderertext.c:412 +#: gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" @@ -1744,21 +1730,21 @@ msgstr "" "dizginin kısaltılması için tercih edilen konum" # gtk/gtkentry.c:435 -#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 -#: ../gtk/gtklabel.c:519 +#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 +#: gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "Karakter Olarak Genişlik" -#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 +#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "Etiketin arzu edilen genişliği, karakter olarak" # gtk/gtktexttag.c:483 -#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 +#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "Satır bölme kipi" -#: ../gtk/gtkcellrenderertext.c:451 +#: gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" @@ -1767,525 +1753,519 @@ msgstr "" "dizginin birden fazla satıra nasıl bölüneceği" # gtk/gtklayout.c:435 gtk/gtktreeviewcolumn.c:188 gtk/gtkwidget.c:424 -#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 +#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "Satır bölme genişliği" # gtk/gtkscale.c:167 -#: ../gtk/gtkcellrenderertext.c:471 +#: gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "Metnin bölüneceği genişlik" # gtk/gtktreeviewcolumn.c:243 -#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 +#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "Hizalama" # gtk/gtktoolbar.c:233 -#: ../gtk/gtkcellrenderertext.c:492 +#: gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "Satırların nasıl hizalanacağı" # gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:511 -#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 -#: ../gtk/gtktexttag.c:564 +#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 msgid "Background set" msgstr "Arkaplan ayarı" # gtk/gtkcellrenderertext.c:343 gtk/gtktexttag.c:512 -#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 -#: ../gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "Bu etiketin arkaplan rengini etkilemesi" # gtk/gtkcellrenderertext.c:346 gtk/gtktexttag.c:523 -#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 +#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "Önplan ayarı" # gtk/gtkcellrenderertext.c:347 gtk/gtktexttag.c:524 -#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "Bu etiketin önplan rengini etkilemesi" # gtk/gtkcellrenderertext.c:350 gtk/gtktexttag.c:531 -#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 +#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 msgid "Editability set" msgstr "Düzenlenebilirlik ayarı" # gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:532 -#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 +#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "Bu etiketin metin düzenlenebilirliğini etkilemesi" # gtk/gtkcellrenderertext.c:354 gtk/gtktexttag.c:535 -#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 +#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 msgid "Font family set" msgstr "Yazıtipi ailesi ayarı" # gtk/gtkcellrenderertext.c:355 gtk/gtktexttag.c:536 -#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 +#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "Bu etiketin yazıtipi ailesini etkilemesi" # gtk/gtkcellrenderertext.c:358 gtk/gtktexttag.c:539 -#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 +#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 msgid "Font style set" msgstr "Yazıtipi biçemi ayarı" # gtk/gtkcellrenderertext.c:359 gtk/gtktexttag.c:540 -#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "Bu etiketin yazıtipi biçemini etkilemesi" # gtk/gtkcellrenderertext.c:362 gtk/gtktexttag.c:543 -#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 +#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "Yazıtipi türevi ayarı" # gtk/gtkcellrenderertext.c:363 gtk/gtktexttag.c:544 -#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 +#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "Bu etiketin yazıtipi türevini etkilemesi" # gtk/gtkcellrenderertext.c:366 gtk/gtktexttag.c:547 -#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 +#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "Yazıtipi kalınlığı ayarı" # gtk/gtkcellrenderertext.c:367 gtk/gtktexttag.c:548 -#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "Bu etiketin yazıtipi kalınlığını etkilemesi" # gtk/gtkcellrenderertext.c:370 gtk/gtktexttag.c:551 -#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 +#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "Yazıtipi alanı ayarı" # gtk/gtkcellrenderertext.c:371 gtk/gtktexttag.c:552 -#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 +#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "Bu etiketin yazıtipi alanını etkilemesi" # gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:555 -#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 +#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 msgid "Font size set" msgstr "Yazıtipi boyutu ayarı" # gtk/gtkcellrenderertext.c:375 gtk/gtktexttag.c:556 -#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 +#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "Bu etiketin yazıtipi yüksekliğini etkilemesi" # gtk/gtkcellrenderertext.c:378 gtk/gtktexttag.c:559 -#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 +#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "Yazıtipi oran ayarı" # gtk/gtkcellrenderertext.c:379 gtk/gtktexttag.c:560 -#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 +#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "Bu etiketin yazıtipi boyutunu bir çarpan ile oranlaması" # gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:579 -#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 +#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 msgid "Rise set" msgstr "Çıkıntı ayarı" # gtk/gtkcellrenderertext.c:383 gtk/gtktexttag.c:580 -#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 +#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "Bu etiketin çıkıntısını etkilemesi" # gtk/gtkcellrenderertext.c:386 gtk/gtktexttag.c:595 -#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 +#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "Üstüçizili ayarı" # gtk/gtkcellrenderertext.c:387 gtk/gtktexttag.c:596 -#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 +#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "Bu etiketin üstüçiziliye etkisi" # gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:603 -#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 +#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 msgid "Underline set" msgstr "Altçizgi ayarı" # gtk/gtkcellrenderertext.c:391 gtk/gtktexttag.c:604 -#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 +#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "Bu etiketin altçizgiye etkisi" # gtk/gtktexttag.c:567 -#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 +#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 msgid "Language set" msgstr "Dil ayarı" # gtk/gtktexttag.c:568 -#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 +#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "Bu etiketin metnin tarandığı dili etkilemesi" # gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:579 -#: ../gtk/gtkcellrenderertext.c:558 +#: gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "Kısaltma ayarı" # gtk/gtkcellrenderertext.c:383 gtk/gtktexttag.c:580 -#: ../gtk/gtkcellrenderertext.c:559 +#: gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "Bu etiketin kısaltma kipini etkilemesi" # gtk/gtktreeviewcolumn.c:243 -#: ../gtk/gtkcellrenderertext.c:562 +#: gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "Hizalama ayarı" # gtk/gtkcellrenderertext.c:383 gtk/gtktexttag.c:580 -#: ../gtk/gtkcellrenderertext.c:563 +#: gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "Bu etiketin hizalama kipini etkilemesi" # gtk/gtkcellrenderertoggle.c:127 -#: ../gtk/gtkcellrenderertoggle.c:126 +#: gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "Seçim durumu" # gtk/gtkcellrenderertoggle.c:128 -#: ../gtk/gtkcellrenderertoggle.c:127 +#: gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "Düğmenin seçim durumu" # gtk/gtkcheckmenuitem.c:122 gtk/gtktogglebutton.c:152 -#: ../gtk/gtkcellrenderertoggle.c:134 +#: gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "Kararsız durum" # gtk/gtkcellrenderertoggle.c:128 -#: ../gtk/gtkcellrenderertoggle.c:135 +#: gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "Düğmenin karasızlık durumu" # gtk/gtkcellrenderertext.c:211 gtk/gtkentry.c:396 gtk/gtktexttag.c:276 # gtk/gtktextview.c:552 -#: ../gtk/gtkcellrenderertoggle.c:142 +#: gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "Etkinleştirilebilir" -#: ../gtk/gtkcellrenderertoggle.c:143 +#: gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "Seçim düğmesi etkinleştirilebilir" # gtk/gtkcellrenderertoggle.c:136 -#: ../gtk/gtkcellrenderertoggle.c:150 +#: gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "Radyo durumu" # gtk/gtkcellrenderertoggle.c:137 -#: ../gtk/gtkcellrenderertoggle.c:151 +#: gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "Seçim düğmesini radyo düğmesi olarak çiz" # gtk/gtkcheckbutton.c:95 gtk/gtkoptionmenu.c:157 -#: ../gtk/gtkcellrenderertoggle.c:158 +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "Belirteç boyutu" # gtk/gtkcheckbutton.c:96 -#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 -#: ../gtk/gtkcheckmenuitem.c:122 +#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 +#: gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "Onay ya da radyo düğmesi belirtecinin boyutu" # gtk/gtktreeview.c:457 -#: ../gtk/gtkcellview.c:182 +#: gtk/gtkcellview.c:182 msgid "CellView model" msgstr "CellView modeli" # gtk/gtktreeview.c:458 -#: ../gtk/gtkcellview.c:183 +#: gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "Hücre görünümü için model" # gtk/gtkcheckbutton.c:95 gtk/gtkoptionmenu.c:157 -#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 -#: ../gtk/gtkoptionmenu.c:168 +#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "Belirteç Boyutu" # gtk/gtkcheckbutton.c:103 gtk/gtkoptionmenu.c:163 -#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 -#: ../gtk/gtkoptionmenu.c:174 +#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "Belirteç Aralığı" # gtk/gtkcheckbutton.c:104 -#: ../gtk/gtkcheckbutton.c:78 +#: gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "Onay ya da radyo düğmesi belirteci etrafındaki boşluk" # gtk/gtkcheckmenuitem.c:114 gtk/gtktogglebutton.c:144 -#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 -#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 -#: ../gtk/gtktoggletoolbutton.c:114 +#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 +#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "Etkin" # gtk/gtkcheckmenuitem.c:115 -#: ../gtk/gtkcheckmenuitem.c:99 +#: gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "Menü öğesinin işaretlenmiş olması" # gtk/gtkcheckmenuitem.c:122 gtk/gtktogglebutton.c:152 -#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 +#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "Tutarsız" # gtk/gtkcheckmenuitem.c:123 -#: ../gtk/gtkcheckmenuitem.c:107 +#: gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "Bir \"karasız\" durum gösterilsin" -#: ../gtk/gtkcheckmenuitem.c:114 +#: gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "Radyo menü öğesi olarak çiz" # gtk/gtkcheckmenuitem.c:115 -#: ../gtk/gtkcheckmenuitem.c:115 +#: gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "Menü öğesinin radyo menü öğesi gibi görünmesi" # gtk/gtklabel.c:212 -#: ../gtk/gtkcolorbutton.c:171 +#: gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "Alfa kullan" -#: ../gtk/gtkcolorbutton.c:172 +#: gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "Renge alfa değerinin verilmesi" # gtk/gtktreeviewcolumn.c:218 -#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 -#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 -#: ../gtk/gtktreeviewcolumn.c:264 +#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 +#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "Başlık" # gtk/gtkwindow.c:333 -#: ../gtk/gtkcolorbutton.c:187 +#: gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "Renk seçim penceresinin başlığı" # gtk/gtkcolorsel.c:1682 -#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 +#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "Mevcut Renk" # gtk/gtkcolorsel.c:1683 -#: ../gtk/gtkcolorbutton.c:202 +#: gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "Seçilen renk" # gtk/gtkcolorsel.c:1689 -#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 +#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "Mevcut Alfa" # gtk/gtkcolorsel.c:1690 -#: ../gtk/gtkcolorbutton.c:217 +#: gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "Mevcut matlık değeri (0 tamamiyle şeffaf, 65535 tamamiyle mat)" # gtk/gtkcolorsel.c:1668 -#: ../gtk/gtkcolorsel.c:279 +#: gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "Matlık Kontrolüne Sahip" # gtk/gtkcolorsel.c:1669 -#: ../gtk/gtkcolorsel.c:280 +#: gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "Renk seçicisinin matlık ayarına izin verebilirliği" # gtk/gtkcolorsel.c:1675 -#: ../gtk/gtkcolorsel.c:286 +#: gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "Palete ahip" # gtk/gtkcolorsel.c:1676 -#: ../gtk/gtkcolorsel.c:287 +#: gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "Bir palet kullanılabilirliği" # gtk/gtkcolorsel.c:1683 -#: ../gtk/gtkcolorsel.c:294 +#: gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "Şu anki renk" # gtk/gtkcolorsel.c:1690 -#: ../gtk/gtkcolorsel.c:301 +#: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "Şu anki matlık değeri (0 tamamiyle şeffaf, 65535 tamamiyle mat)" # gtk/gtkcolorsel.c:1703 -#: ../gtk/gtkcolorsel.c:315 +#: gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "Özel palet" # gtk/gtkcolorsel.c:1704 -#: ../gtk/gtkcolorsel.c:316 +#: gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "Renk seçicide kullanılacak palet" -#: ../gtk/gtkcolorseldialog.c:102 +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "Renk Seçimi" # gtk/gtkwindow.c:333 -#: ../gtk/gtkcolorseldialog.c:103 +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "Pencereye gömülü renk seçimi." -#: ../gtk/gtkcolorseldialog.c:109 +#: gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "Tamam Düğmesi" -#: ../gtk/gtkcolorseldialog.c:110 +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "Pencerenin Tamam düğmesi." -#: ../gtk/gtkcolorseldialog.c:116 +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "İptal Düğmesi" -#: ../gtk/gtkcolorseldialog.c:117 +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "Pencerenin iptal düğmesi." -#: ../gtk/gtkcolorseldialog.c:123 +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "Yardım Düğmesi" -#: ../gtk/gtkcolorseldialog.c:124 +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "Pencerenin yardım düğmesi." # gtk/gtkcombo.c:133 -#: ../gtk/gtkcombo.c:145 +#: gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "Ok tuşlarını etkinleştir" # gtk/gtkcombo.c:134 -#: ../gtk/gtkcombo.c:146 +#: gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "Liste üzerinde seçim için ok tuşlarının kullanılması" # gtk/gtkcombo.c:140 -#: ../gtk/gtkcombo.c:152 +#: gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "Oklar her zaman etkin" -#: ../gtk/gtkcombo.c:153 +#: gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "Eski özellik, göz ardı edildi" # gtk/gtkcombo.c:147 -#: ../gtk/gtkcombo.c:159 +#: gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "Büyük küçük harfe duyarlı" # gtk/gtkcombo.c:148 -#: ../gtk/gtkcombo.c:160 +#: gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "Liste öğesi eşlemesine harf büyüklüğüne dikkat edilmesi" -#: ../gtk/gtkcombo.c:167 +#: gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "Boşa izin ver" -#: ../gtk/gtkcombo.c:168 +#: gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "Bu alana boş bir değer girilmesine izin verilmesi" -#: ../gtk/gtkcombo.c:175 +#: gtk/gtkcombo.c:175 msgid "Value in list" msgstr "Listedeki değer" -#: ../gtk/gtkcombo.c:176 +#: gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "Girilen değerlerin listede zaten bulunma zorunluluğu" -#: ../gtk/gtkcombobox.c:661 +#: gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "ComboBox modeli" # gtk/gtktreeview.c:458 -#: ../gtk/gtkcombobox.c:662 +#: gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "Çoklu kutucuğun modeli" -#: ../gtk/gtkcombobox.c:679 +#: gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "Izgara içindeki öğelerin düzeni için satır bölme genişliği" # gtk/gtktable.c:174 -#: ../gtk/gtkcombobox.c:701 +#: gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "Satır atlama sütunu" -#: ../gtk/gtkcombobox.c:702 +#: gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "Satır atlama sütunu değerlerini içeren TreeModel sütunu" # gtk/gtktable.c:183 -#: ../gtk/gtkcombobox.c:723 +#: gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "Sütun atlama sütunu" -#: ../gtk/gtkcombobox.c:724 +#: gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "Sütun atlama sütunu değerlerini içeren TreeModel sütunu" # gtk/gtkcheckmenuitem.c:114 gtk/gtktogglebutton.c:144 -#: ../gtk/gtkcombobox.c:745 +#: gtk/gtkcombobox.c:745 msgid "Active item" msgstr "Etkin öğe" # gtk/gtkfontsel.c:193 -#: ../gtk/gtkcombobox.c:746 +#: gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "Şu an etkin olan öğe" -#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 +#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "Menülere ayraçları ekle" # gtk/gtknotebook.c:397 -#: ../gtk/gtkcombobox.c:766 +#: gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "Açılan menülerin ayıraç menü öğesi içermesi" # gtk/gtkcolorsel.c:1675 -#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 +#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 msgid "Has Frame" msgstr "Çerçeve Var" # gtk/gtkcellrenderertext.c:212 gtk/gtktexttag.c:277 gtk/gtktextview.c:553 -#: ../gtk/gtkcombobox.c:782 +#: gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "Çoklu kutunun alt çevresinde çerçeve çizmesi" # gtk/gtklabel.c:252 -#: ../gtk/gtkcombobox.c:790 +#: gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "Çoklu kutunun fare ile tıklandığında odağı yakalaması" -#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 +#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "Ayıraç Başlığı" -#: ../gtk/gtkcombobox.c:806 +#: gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" @@ -2293,237 +2273,237 @@ msgstr "" "Açılanların ayrıldığında pencere yöneticisi tarafından gösterilebilecek " "başlık" -#: ../gtk/gtkcombobox.c:823 +#: gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "Açılan gösterimi" # gtk/gtknotebook.c:376 -#: ../gtk/gtkcombobox.c:824 +#: gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "Çoklunun açılanlarının gösterilmesi" -#: ../gtk/gtkcombobox.c:840 +#: gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "Düğme Duyarlılığı" # gtk/gtklabel.c:252 -#: ../gtk/gtkcombobox.c:841 +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "Model boş olduğunda açılan düğmenin duyarlı olıp olmayacağı" -#: ../gtk/gtkcombobox.c:848 +#: gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "Liste olarak görünür" -#: ../gtk/gtkcombobox.c:849 +#: gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "Çoklu kutu açılanlarının menü yerine liste gibi görüntülenmesi" # gtk/gtkarrow.c:97 -#: ../gtk/gtkcombobox.c:865 +#: gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "Ok Boyutu" # gtk/gtktreeview.c:458 -#: ../gtk/gtkcombobox.c:866 +#: gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "Çoklu kutucuğun içindeki okun asgari boyutu" # gtk/gtkhandlebox.c:183 gtk/gtkmenubar.c:154 gtk/gtkstatusbar.c:157 # gtk/gtktoolbar.c:276 gtk/gtkviewport.c:147 -#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 -#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 -#: ../gtk/gtkviewport.c:122 +#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 +#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 +#: gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "Gölge türü" # gtk/gtknotebook.c:342 -#: ../gtk/gtkcombobox.c:882 +#: gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "Çoklu kutunun çevresine ne tür bir gölge çizileceği" # gtk/gtkcontainer.c:207 -#: ../gtk/gtkcontainer.c:238 +#: gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "Yeniden boyutlandırma kipi" # gtk/gtkcontainer.c:208 -#: ../gtk/gtkcontainer.c:239 +#: gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "Yeniden boyutlandırma eylemlerinin nasıl işleneceğini belirtiler" # gtk/gtkcontainer.c:215 -#: ../gtk/gtkcontainer.c:246 +#: gtk/gtkcontainer.c:246 msgid "Border width" msgstr "Kenarlık genişliği" # gtk/gtkcontainer.c:216 -#: ../gtk/gtkcontainer.c:247 +#: gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "Taşıyıcı altlarının dış kenarlarındaki boşluğun genişliği" # gtk/gtkcontainer.c:224 -#: ../gtk/gtkcontainer.c:255 +#: gtk/gtkcontainer.c:255 msgid "Child" msgstr "Alt" # gtk/gtkcontainer.c:225 -#: ../gtk/gtkcontainer.c:256 +#: gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "Taşıyıcıya yeni bir alt eklemek için kullanılabilir" # gtk/gtkcurve.c:120 -#: ../gtk/gtkcurve.c:124 +#: gtk/gtkcurve.c:124 msgid "Curve type" msgstr "Eğri türü" # gtk/gtkcurve.c:121 -#: ../gtk/gtkcurve.c:125 +#: gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "Eğrinin döğrusal, spline ara tahminli ya da serbest biçimli oluşu" # gtk/gtkcurve.c:129 -#: ../gtk/gtkcurve.c:132 +#: gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "En küçük X" # gtk/gtkcurve.c:130 -#: ../gtk/gtkcurve.c:133 +#: gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "X için münkün olan en küçük değer" # gtk/gtkcurve.c:139 -#: ../gtk/gtkcurve.c:141 +#: gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "En büyük X" # gtk/gtkcurve.c:140 -#: ../gtk/gtkcurve.c:142 +#: gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "X için mümkün olan en büyük değer" # gtk/gtkcurve.c:149 -#: ../gtk/gtkcurve.c:150 +#: gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "En küçük Y" # gtk/gtkcurve.c:150 -#: ../gtk/gtkcurve.c:151 +#: gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "Y için mümkün olan en küçük değer" # gtk/gtkcurve.c:159 -#: ../gtk/gtkcurve.c:159 +#: gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "En büyük Y" # gtk/gtkcurve.c:160 -#: ../gtk/gtkcurve.c:160 +#: gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Y için mümkün olan en büyük değer" # gtk/gtkdialog.c:125 -#: ../gtk/gtkdialog.c:145 +#: gtk/gtkdialog.c:145 msgid "Has separator" msgstr "Ayraca sahip" # gtk/gtkdialog.c:126 -#: ../gtk/gtkdialog.c:146 +#: gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "Pencere, düğmeleri arasında bir ayraç çubuğuna sahip" # gtk/gtkdialog.c:149 -#: ../gtk/gtkdialog.c:191 +#: gtk/gtkdialog.c:191 msgid "Content area border" msgstr "İçerik alanı kenarlığı" # gtk/gtkdialog.c:150 -#: ../gtk/gtkdialog.c:192 +#: gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "Ana pencere alanını çevreleyen kenarlığın genişliği" -#: ../gtk/gtkdialog.c:209 +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "İçerik alanı boşluğu" # gtk/gtkscale.c:184 -#: ../gtk/gtkdialog.c:210 +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "Ana pencere alanı öğeleri arasındaki boşluk" # gtk/gtkdialog.c:157 -#: ../gtk/gtkdialog.c:217 +#: gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "Düğme aralığı" # gtk/gtkdialog.c:158 -#: ../gtk/gtkdialog.c:218 +#: gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "Düğmeler arası boşluk" # gtk/gtkdialog.c:166 -#: ../gtk/gtkdialog.c:226 +#: gtk/gtkdialog.c:226 msgid "Action area border" msgstr "Eylem alanı kenarlığı" # gtk/gtkdialog.c:167 -#: ../gtk/gtkdialog.c:227 +#: gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "Pencerenin altındaki düğme alanını çevreleyen kenarlığın genişliği" # gtk/gtkpaned.c:116 gtk/gtkruler.c:138 -#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 +#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "İmleç Konumu" # gtk/gtkwindow.c:381 -#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 +#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "Karakterler arasında imlecin şu an ki konumu" # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 +#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "Seçim Sınırları" -#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 +#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 msgid "" "The position of the opposite end of the selection from the cursor in chars" msgstr "Karakterler arasındaki imleçten itibaren seçimin diğer ucunun konumu" # gtk/gtkentry.c:397 -#: ../gtk/gtkentry.c:626 +#: gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "Girdinin düzenlenebilirliği" # gtk/gtkentry.c:404 -#: ../gtk/gtkentry.c:633 +#: gtk/gtkentry.c:633 msgid "Maximum length" msgstr "En büyük uzunluk" # gtk/gtkentry.c:405 -#: ../gtk/gtkentry.c:634 +#: gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "Bu girdi için en fazla karakter sayısı. Sınırsız olması için sıfır" # gtk/gtkentry.c:413 -#: ../gtk/gtkentry.c:642 +#: gtk/gtkentry.c:642 msgid "Visibility" msgstr "Görünürlük" # gtk/gtkentry.c:414 -#: ../gtk/gtkentry.c:643 +#: gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" msgstr "" "FALSE ise gerçek metin yerine \"invisible char\" gösterilir (parola kipi)" -#: ../gtk/gtkentry.c:651 +#: gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "FALSE ise girdinin dış çerçevesi kaldırılır" -#: ../gtk/gtkentry.c:659 +#: gtk/gtkentry.c:659 msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "" @@ -2531,24 +2511,24 @@ msgstr "" "geçer" # gtk/gtkentry.c:420 -#: ../gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 msgid "Invisible character" msgstr "Görünmez karakter" # gtk/gtkentry.c:421 -#: ../gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" "Girdi içeriklerini maskelerken kullanılacak karakter (\"parola kipi\" " "olduğunda)" # gtk/gtkentry.c:428 -#: ../gtk/gtkentry.c:674 +#: gtk/gtkentry.c:674 msgid "Activates default" msgstr "Öntanımlıyı etkinleştirir" # gtk/gtkentry.c:429 -#: ../gtk/gtkentry.c:675 +#: gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" @@ -2557,36 +2537,36 @@ msgstr "" "penceredeki öntanımlı düğme gibi) etkinleştirmesi" # gtk/gtkentry.c:435 -#: ../gtk/gtkentry.c:681 +#: gtk/gtkentry.c:681 msgid "Width in chars" msgstr "Karakterlerdeki genişlik" # gtk/gtkentry.c:436 -#: ../gtk/gtkentry.c:682 +#: gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "Girdi için bırakılan alanın karakter sayısı olarak değeri" # gtk/gtkentry.c:446 -#: ../gtk/gtkentry.c:691 +#: gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "Kaydırma ofseti" # gtk/gtkentry.c:447 -#: ../gtk/gtkentry.c:692 +#: gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "Girdinin ekranda kaydırıldığında sola doğru kaç piksel kaydırılacağı" -#: ../gtk/gtkentry.c:702 +#: gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "Girdi içeriği" # gtk/gtkmisc.c:97 -#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 +#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 msgid "X align" msgstr "X hizası" # gtk/gtkmisc.c:98 -#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 +#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -2594,72 +2574,72 @@ msgstr "" "Yatay hizalama; 0'dan (sol) 1'e (sağ). RTL düzenleri için tersi kullanılır." # gtk/gtklabel.c:251 -#: ../gtk/gtkentry.c:734 +#: gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "Çoklu satırları birleştir" -#: ../gtk/gtkentry.c:735 +#: gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "Çoklu satırların tek bir satır olarak yapıştırılması." -#: ../gtk/gtkentry.c:751 +#: gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "" "Ne tip bir gölgenin has-frame ayarlandığında girişin çevresine çizileceği" # gtk/gtkcontainer.c:207 -#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 +#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "Üzerine yazma kipi" -#: ../gtk/gtkentry.c:767 +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "Yeni metnin mevcut içeriğin üstüne yazılması" # gtk/gtkprogress.c:138 -#: ../gtk/gtkentry.c:781 +#: gtk/gtkentry.c:781 msgid "Text length" msgstr "Metin uzunluğu" -#: ../gtk/gtkentry.c:782 +#: gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "Girişteki mevcut metnin uzunluğu" # gtk/gtktexttag.c:615 -#: ../gtk/gtkentry.c:797 +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "Görünmez karakter kümesi" # gtk/gtkwidget.c:443 -#: ../gtk/gtkentry.c:798 +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "Görünmez karakterin atanmış olması" -#: ../gtk/gtkentry.c:816 +#: gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "Caps Lock uyarısı" -#: ../gtk/gtkentry.c:817 +#: gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "Parola girişlerinin Caps Lock açık olduğu zaman bir uyarı vermesi" # gtk/gtkprogressbar.c:187 -#: ../gtk/gtkentry.c:831 +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "İlerleme Bölümü" # gtk/gtkprogressbar.c:188 -#: ../gtk/gtkentry.c:832 +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "Tamamlanmakta olan görevin mevcut bölümü" # gtk/gtkprogressbar.c:197 -#: ../gtk/gtkentry.c:849 +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "İlerleme Darbe Adımı" # gtk/gtkprogressbar.c:198 -#: ../gtk/gtkentry.c:850 +#: gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" @@ -2668,301 +2648,301 @@ msgstr "" "taşınması için toplam giriş genişliği bölümü" # gtk/gtkcellrendererpixbuf.c:102 gtk/gtkcellrenderertextpixbuf.c:125 -#: ../gtk/gtkentry.c:866 +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "Birincil pixbuf" # gtk/gtkcellrendererpixbuf.c:103 gtk/gtkcellrenderertextpixbuf.c:126 -#: ../gtk/gtkentry.c:867 +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "Giriş için birincil pixbuf" # gtk/gtkbbox.c:160 -#: ../gtk/gtkentry.c:881 +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "İkincil pixbuf" # gtk/gtkscrollbar.c:117 -#: ../gtk/gtkentry.c:882 +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "Giriş için ikincil pixbuf" -#: ../gtk/gtkentry.c:896 +#: gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "Birincil depo ID" -#: ../gtk/gtkentry.c:897 +#: gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "Birincil simge için depo ID" # gtk/gtkbbox.c:160 -#: ../gtk/gtkentry.c:911 +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "İkincil depo ID" -#: ../gtk/gtkentry.c:912 +#: gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "İkincil simge için depo ID" # gtk/gtkfontsel.c:185 -#: ../gtk/gtkentry.c:926 +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "Birincil simge ismi" -#: ../gtk/gtkentry.c:927 +#: gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "Birincil simge için simge ismi" # gtk/gtkbbox.c:160 -#: ../gtk/gtkentry.c:941 +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "İkincil simge ismi" -#: ../gtk/gtkentry.c:942 +#: gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "İkincil simge için simge ismi" -#: ../gtk/gtkentry.c:956 +#: gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "Birincil GIcon" -#: ../gtk/gtkentry.c:957 +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "Birincil simge için GIcon" # gtk/gtkbbox.c:160 -#: ../gtk/gtkentry.c:971 +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "İkincil GIcon" -#: ../gtk/gtkentry.c:972 +#: gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "İkincil simge için GIcon" # gtk/gtkcurve.c:120 -#: ../gtk/gtkentry.c:986 +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "Birincil saklama türü" -#: ../gtk/gtkentry.c:987 +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "Birincil simge için kullanılacak temsil" # gtk/gtkscrollbar.c:117 -#: ../gtk/gtkentry.c:1002 +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "İkincil saklama türü" -#: ../gtk/gtkentry.c:1003 +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "İkincil simge için kullanılacak temsil" -#: ../gtk/gtkentry.c:1024 +#: gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "Birincil simge etkinleştirilebilir" # gtk/gtkwidget.c:443 -#: ../gtk/gtkentry.c:1025 +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "Birincil simgenin etkinleştirilebilirliği" # gtk/gtkentry.c:456 -#: ../gtk/gtkentry.c:1045 +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "İkincil simge etkinleştirilebilir" # gtk/gtkwidget.c:443 -#: ../gtk/gtkentry.c:1046 +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "İkincil simgenin etkinleştirilebilirliği" # gtk/gtkcellrenderer.c:115 -#: ../gtk/gtkentry.c:1068 +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "Birincil simge duyarlı" # gtk/gtkcombo.c:148 -#: ../gtk/gtkentry.c:1069 +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "Birincil simgenin duyarlılığı" # gtk/gtkbbox.c:160 -#: ../gtk/gtkentry.c:1090 +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "İkincil simge duyarlı" # gtk/gtkwidget.c:443 -#: ../gtk/gtkentry.c:1091 +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "İkincil simgenin duyarlılığı" # gtk/gtkcellrenderer.c:115 -#: ../gtk/gtkentry.c:1107 +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "Birincil simge balon metni" -#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "Birincil simge üzerindeki balonun içeriği" # gtk/gtkentry.c:456 -#: ../gtk/gtkentry.c:1124 +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "İkincil simge balon metni" -#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "İkincil simge üzerindeki balonun içeriği" # gtk/gtkfontsel.c:185 -#: ../gtk/gtkentry.c:1143 +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "Birincil simge balon makyajı" # gtk/gtkbbox.c:160 -#: ../gtk/gtkentry.c:1162 +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "İkincil simge balon makyajı" # gtk/gtkwindow.c:389 -#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "IM modülü" # gtk/gtkcolorsel.c:1676 -#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "Hangi IM modülünün kullanılması gerektiği" # gtk/gtklayout.c:444 gtk/gtkwidget.c:433 -#: ../gtk/gtkentry.c:1197 +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "Simge Parlaması" # gtk/gtknotebook.c:369 -#: ../gtk/gtkentry.c:1198 +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "Etkinletirilebilir simgelerin imleç üzerlerine geldiğinde parlaması" # gtk/gtkrange.c:288 -#: ../gtk/gtkentry.c:1211 +#: gtk/gtkentry.c:1211 #, fuzzy msgid "Progress Border" msgstr "Kanal Kenarlığı" # gtk/gtkprogressbar.c:208 -#: ../gtk/gtkentry.c:1212 +#: gtk/gtkentry.c:1212 #, fuzzy msgid "Border around the progress bar" msgstr "İlerleme çubuğunda gösterilecek metin" -#: ../gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "Metin ve çerçeve arasındaki kenarlık." -#: ../gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "Durum İpucu" # gtk/gtktexttag.c:234 -#: ../gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "Gölge ya da arkaplan çizerken tam durumun belirtilmesi" # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "Odaktakini seç" # gtk/gtkentry.c:397 -#: ../gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "Odaklandığında bir girdinin içeriğinin seçilmesi" -#: ../gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "Parola İpucu Zamanaşımı" -#: ../gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "Gizli girişlerde son karakterin ne kadar süre gösterileceği" -#: ../gtk/gtkentrycompletion.c:279 +#: gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "Tamamlama Modeli" # gtk/gtktreeview.c:458 -#: ../gtk/gtkentrycompletion.c:280 +#: gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "Arama eşlemelerinin modeli" # gtk/gtkscrollbar.c:76 -#: ../gtk/gtkentrycompletion.c:286 +#: gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "En Kısa Anahtar Uzunluğu" -#: ../gtk/gtkentrycompletion.c:287 +#: gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "Eşleme araması için arama anahtarlarının en kısa uzunluğu" -#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 +#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 msgid "Text column" msgstr "Metin sütunu" -#: ../gtk/gtkentrycompletion.c:304 +#: gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "Dizgileri içeren modelin sütunu." -#: ../gtk/gtkentrycompletion.c:323 +#: gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "Satır arası tamamlama" # gtk/gtknotebook.c:376 -#: ../gtk/gtkentrycompletion.c:324 +#: gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "Yaygın önekin kendiliğinden eklenmesi" -#: ../gtk/gtkentrycompletion.c:338 +#: gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "Açılan tamamlama" # gtk/gtknotebook.c:376 -#: ../gtk/gtkentrycompletion.c:339 +#: gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "Tamamlamaların açılan pencere içerisinde gösterilmesi" -#: ../gtk/gtkentrycompletion.c:354 +#: gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "Açılan genişlik ayarı" -#: ../gtk/gtkentrycompletion.c:355 +#: gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "Eğer TRUE ise, açılan pencere giriş ile aynı boyutta olacak" -#: ../gtk/gtkentrycompletion.c:373 +#: gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "Açılan tek eşleme" -#: ../gtk/gtkentrycompletion.c:374 +#: gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "Eğer TRUE ise, açılan pencere tek bir eşleme için görünecek." # gtk/gtkfilesel.c:503 -#: ../gtk/gtkentrycompletion.c:388 +#: gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "Satır arası seçim" # gtk/gtkcellrenderertext.c:220 gtk/gtktexttag.c:285 -#: ../gtk/gtkentrycompletion.c:389 +#: gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "Tanımınız burada" # gtk/gtktreeview.c:481 gtk/gtktreeviewcolumn.c:171 gtk/gtkwidget.c:442 -#: ../gtk/gtkeventbox.c:91 +#: gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "Görünür Pencere" -#: ../gtk/gtkeventbox.c:92 +#: gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." @@ -2971,11 +2951,11 @@ msgstr "" "görünmez olması aksine." # gtk/gtkaspectframe.c:128 -#: ../gtk/gtkeventbox.c:98 +#: gtk/gtkeventbox.c:98 msgid "Above child" msgstr "Altın üstünde" -#: ../gtk/gtkeventbox.c:99 +#: gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." @@ -2984,156 +2964,155 @@ msgstr "" "yukarısında olması, aşağısında olmasına aksine." # gtk/gtkpreview.c:134 -#: ../gtk/gtkexpander.c:187 +#: gtk/gtkexpander.c:187 msgid "Expanded" msgstr "Genişletilmiş" # gtk/gtkwidget.c:478 -#: ../gtk/gtkexpander.c:188 +#: gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "Alt parçasını ortaya çıkarmak için genişleticinin açılması" # gtk/gtkframe.c:125 -#: ../gtk/gtkexpander.c:196 +#: gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "Çerçeve etiketinin metni" # gtk/gtklabel.c:212 -#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 +#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 msgid "Use markup" msgstr "Biçimleme kullan" # gtk/gtklabel.c:213 -#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 +#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "XML biçimleme içeren etiket metni. Bakın: pango_parse_markup() " -#: ../gtk/gtkexpander.c:220 +#: gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "Alt ve etiket arasında bırakılacak boşluk" # gtk/gtkframe.c:161 -#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 +#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "Etiket parçası" # gtk/gtkframe.c:162 -#: ../gtk/gtkexpander.c:230 +#: gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "Genişletici etiketinin yerinde gösterilecek parça" # gtk/gtktreeview.c:526 -#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 +#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "Genişletici Boyutu" -#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 +#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "Genişletici okunun boyutu" # gtk/gtkoptionmenu.c:164 -#: ../gtk/gtkexpander.c:246 +#: gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "Genişletici okunun çevresindeki boşluk" # gtk/gtkprogressbar.c:187 -#: ../gtk/gtkfilechooser.c:194 +#: gtk/gtkfilechooser.c:194 msgid "Action" msgstr "Eylem" -#: ../gtk/gtkfilechooser.c:195 +#: gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "Dosya seçicinin gerçekleştireceği işlem türü" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkfilechooser.c:201 +#: gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "Dosya Sistemi Omurgası" -#: ../gtk/gtkfilechooser.c:202 +#: gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "Kullanılacak dosya sistemi omurgası ismi" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 +#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "Filtre" -#: ../gtk/gtkfilechooser.c:208 +#: gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "Hangi dosyaların gösterileceğini seçmek için kullanılan filtre" -#: ../gtk/gtkfilechooser.c:213 +#: gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "Sadece Yerel" # gtk/gtkprogress.c:131 -#: ../gtk/gtkfilechooser.c:214 +#: gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "Seçilen dosyaların yerel dosya olarak sınırlanması: URL'ler" # gtk/gtkfontsel.c:199 -#: ../gtk/gtkfilechooser.c:219 +#: gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "Önizleme parçası" -#: ../gtk/gtkfilechooser.c:220 +#: gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "Özel önizlemeler için uygulama tarafından sağlanan parça." # gtk/gtkfontsel.c:199 -#: ../gtk/gtkfilechooser.c:225 +#: gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "Önizleme Parçası Aktif" -#: ../gtk/gtkfilechooser.c:226 +#: gtk/gtkfilechooser.c:226 msgid "" "Whether the application supplied widget for custom previews should be shown." msgstr "" "Özel önizlemeler için uygulama tarafından sağlanan parçanın gösterilmesi." -#: ../gtk/gtkfilechooser.c:231 +#: gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "Önizleme Etiketi Kullan" -#: ../gtk/gtkfilechooser.c:232 +#: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "Önizlenen dosyanın ismi ile depo etiketinin gösterilmesi." # gtk/gtkimagemenuitem.c:124 -#: ../gtk/gtkfilechooser.c:237 +#: gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "Ek parçası" -#: ../gtk/gtkfilechooser.c:238 +#: gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "Ek özellikler için uygulama tarafından sağlanan parça." # gtk/gtklabel.c:251 -#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 -#: ../gtk/gtkrecentchooser.c:203 +#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "Çoklu Seç" -#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 +#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "Çoklu dosya seçimine izin verilmesi" # gtk/gtkprogress.c:130 -#: ../gtk/gtkfilechooser.c:250 +#: gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "Gizlileri Göster" # gtk/gtkfilesel.c:510 -#: ../gtk/gtkfilechooser.c:251 +#: gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "Gizli dosya ve klasörlerin gösterilmesi" -#: ../gtk/gtkfilechooser.c:266 +#: gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "Üzerine yaz onaylaması yap" -#: ../gtk/gtkfilechooser.c:267 +#: gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." @@ -3141,216 +3120,216 @@ msgstr "" "Dosya seçicinin kaydetme kipinde eğer gerekliyse üzerine yazma onaylama " "penceresi göstermesi." -#: ../gtk/gtkfilechooserbutton.c:376 +#: gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "Pencere" -#: ../gtk/gtkfilechooserbutton.c:377 +#: gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "Kullanılacak dosya seçici penceresi." # gtk/gtkwindow.c:333 -#: ../gtk/gtkfilechooserbutton.c:408 +#: gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "Dosya seçici penceresinin başlığı." -#: ../gtk/gtkfilechooserbutton.c:422 +#: gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "Düğme parçasının istenen genişliği, karakter olarak." # gtk/gtkfilesel.c:502 -#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 -#: ../gtk/gtkstatusicon.c:218 +#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 +#: gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "Dosya adı" # gtk/gtkfilesel.c:503 -#: ../gtk/gtkfilesel.c:527 +#: gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "Seçilmiş dosya adı" # gtk/gtkfilesel.c:509 -#: ../gtk/gtkfilesel.c:533 +#: gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "Dosya işlemlerini göster" # gtk/gtkfilesel.c:510 -#: ../gtk/gtkfilesel.c:534 +#: gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "Dosyaları oluşturmak/değiştirmek için düğmelerin gösterilmesi" # gtk/gtkpaned.c:116 gtk/gtkruler.c:138 -#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 +#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 msgid "X position" msgstr "X konumu" -#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 +#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "Alt parçanın X konumu" # gtk/gtkpaned.c:116 gtk/gtkruler.c:138 -#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 +#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 msgid "Y position" msgstr "Y konumu" -#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 +#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "Alt parçanın Y konumu" # gtk/gtkwindow.c:333 -#: ../gtk/gtkfontbutton.c:143 +#: gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "Yazıtipi seçim penceresinin başlığı" # gtk/gtkfontsel.c:185 -#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 +#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 msgid "Font name" msgstr "Yazıtipi ismi" # gtk/gtkwidget.c:393 -#: ../gtk/gtkfontbutton.c:159 +#: gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "Seçilen yazıtipinin ismi" -#: ../gtk/gtkfontbutton.c:160 +#: gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:175 +#: gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "Etikette yazıtipi kullan" # gtk/gtklabel.c:252 -#: ../gtk/gtkfontbutton.c:176 +#: gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "Etiketin seçilen yazıtipi ile çizilmesi" -#: ../gtk/gtkfontbutton.c:191 +#: gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "Etikette boyut kullan" # gtk/gtklabel.c:252 -#: ../gtk/gtkfontbutton.c:192 +#: gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "Etiketin seçilen yazıtipi boyutu ile çizilmesi" # gtk/gtkhandlebox.c:183 gtk/gtkmenubar.c:154 gtk/gtkstatusbar.c:157 # gtk/gtktoolbar.c:276 gtk/gtkviewport.c:147 -#: ../gtk/gtkfontbutton.c:208 +#: gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "Biçemi göster" # gtk/gtkprogress.c:131 -#: ../gtk/gtkfontbutton.c:209 +#: gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "Seçilen yazıtipi biçeminin etiket içinde gösterilmesi" # gtk/gtkprogress.c:130 -#: ../gtk/gtkfontbutton.c:224 +#: gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "Boyutu göster" # gtk/gtkprogress.c:131 -#: ../gtk/gtkfontbutton.c:225 +#: gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "Seçilen yazıtipi boyutunun etiket içinde gösterilmesi" # gtk/gtkfontsel.c:186 -#: ../gtk/gtkfontsel.c:197 +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "Bu yazıtipini belirten dizgi" # gtk/gtkfontsel.c:193 -#: ../gtk/gtkfontsel.c:204 +#: gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "Seçilmiş GdkFont" # gtk/gtkfontsel.c:199 -#: ../gtk/gtkfontsel.c:210 +#: gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "Önizleme metni" # gtk/gtkfontsel.c:200 -#: ../gtk/gtkfontsel.c:211 +#: gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "Seçilen yazıtipinin görüntüsü için gösterilecek metin" # gtk/gtkframe.c:125 -#: ../gtk/gtkframe.c:106 +#: gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "Çerçeve etiketinin metni" # gtk/gtkframe.c:132 -#: ../gtk/gtkframe.c:113 +#: gtk/gtkframe.c:113 msgid "Label xalign" msgstr "Etiket xhiza" # gtk/gtkframe.c:133 -#: ../gtk/gtkframe.c:114 +#: gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "Etiketin yatay hizalaması" # gtk/gtkframe.c:142 -#: ../gtk/gtkframe.c:122 +#: gtk/gtkframe.c:122 msgid "Label yalign" msgstr "Etiket yhiza" # gtk/gtkframe.c:143 -#: ../gtk/gtkframe.c:123 +#: gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "Etiketin düşey hizalaması" -#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 +#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "Özellik artık kullanılmıyor, yerine shadow_type kullanın" # gtk/gtkframe.c:152 -#: ../gtk/gtkframe.c:138 +#: gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "Çerçeve gölgesi" # gtk/gtkframe.c:153 -#: ../gtk/gtkframe.c:139 +#: gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "Çerçeve kenarlığının görünüşü" # gtk/gtkframe.c:162 -#: ../gtk/gtkframe.c:148 +#: gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "Çerçeve etiketinin yerinde gösterilecek parça" # gtk/gtkhandlebox.c:184 -#: ../gtk/gtkhandlebox.c:175 +#: gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "Taşıyıcıyı kuşatan gölgenin görünüşü" # gtk/gtkhandlebox.c:192 -#: ../gtk/gtkhandlebox.c:183 +#: gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "Tutaç konumu" # gtk/gtkhandlebox.c:193 -#: ../gtk/gtkhandlebox.c:184 +#: gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "Alt parçaya göre tutaç konumu" # gtk/gtkhandlebox.c:201 -#: ../gtk/gtkhandlebox.c:192 +#: gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "Yakalama kenarı" -#: ../gtk/gtkhandlebox.c:193 +#: gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" msgstr "Tutaç kutunun bağlanma noktası ile sıralanmış kenarı" # gtk/gtkhandlebox.c:201 -#: ../gtk/gtkhandlebox.c:201 +#: gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "Yakalama kenarı ayarı" -#: ../gtk/gtkhandlebox.c:202 +#: gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" @@ -3358,11 +3337,11 @@ msgstr "" "snap_edge özelliğinden veya handle_position özelliğinden türetilmiş " "değerlerin kullanılması" -#: ../gtk/gtkhandlebox.c:209 +#: gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "Alt Ayrı" -#: ../gtk/gtkhandlebox.c:210 +#: gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." @@ -3371,96 +3350,96 @@ msgstr "" "mantıksal değer." # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkiconview.c:548 +#: gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "Seçim kipi" # gtk/gtkfilesel.c:503 -#: ../gtk/gtkiconview.c:549 +#: gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "Seçim kipi" -#: ../gtk/gtkiconview.c:567 +#: gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "Pixbuf sütunu" -#: ../gtk/gtkiconview.c:568 +#: gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "Simge pixbuf'ını almak için kullanılacak model sütunu" -#: ../gtk/gtkiconview.c:586 +#: gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "Metni almak için kullanılacak model sütunu" # gtk/gtkcellrenderertext.c:162 -#: ../gtk/gtkiconview.c:605 +#: gtk/gtkiconview.c:605 msgid "Markup column" msgstr "Biçim sütunu" -#: ../gtk/gtkiconview.c:606 +#: gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "Pango biçimi kullanılıyorsa metin almak için kullanılacak model sütunu" # gtk/gtktreeview.c:457 -#: ../gtk/gtkiconview.c:613 +#: gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "Simge Görünümü Modeli" # gtk/gtktreeview.c:458 -#: ../gtk/gtkiconview.c:614 +#: gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "Simge görünümü için model" -#: ../gtk/gtkiconview.c:630 +#: gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "Sütun sayısı" # gtk/gtkspinbutton.c:222 -#: ../gtk/gtkiconview.c:631 +#: gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "Gösterilecek sütunların sayısı" # gtk/gtknotebook.c:342 -#: ../gtk/gtkiconview.c:648 +#: gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "Her öğe için genişlik" -#: ../gtk/gtkiconview.c:649 +#: gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "Her öğe için kullanılacak genişlik" -#: ../gtk/gtkiconview.c:665 +#: gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "Bir öğenin hücreleri arasına eklenecek boşluk" # gtk/gtktable.c:174 -#: ../gtk/gtkiconview.c:680 +#: gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "Satır Aralığı" -#: ../gtk/gtkiconview.c:681 +#: gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "Izgara satırları arasına eklenecek boşluk" # gtk/gtktable.c:183 -#: ../gtk/gtkiconview.c:696 +#: gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "Sütun Aralığı" -#: ../gtk/gtkiconview.c:697 +#: gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "Izgara sütunları arasına eklenecek boşluk" # gtk/gtktextview.c:578 -#: ../gtk/gtkiconview.c:712 +#: gtk/gtkiconview.c:712 msgid "Margin" msgstr "Kenar Boşluğu" -#: ../gtk/gtkiconview.c:713 +#: gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "Simge görünümünün kenarlarına eklenecek boşluk" -#: ../gtk/gtkiconview.c:730 +#: gtk/gtkiconview.c:730 msgid "" "How the text and icon of each item are positioned relative to each other" msgstr "" @@ -3468,194 +3447,193 @@ msgstr "" "konumlandırılacağı" # gtk/gtktreeview.c:505 gtk/gtktreeviewcolumn.c:253 -#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 -#: ../gtk/gtktreeviewcolumn.c:307 +#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "Sıralanabilir" # gtk/gtktreeview.c:506 -#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 +#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "Görünüm yeniden sıralanabilir" -#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 +#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "Balon Sütunu" -#: ../gtk/gtkiconview.c:755 +#: gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "Öğeler için balon metinlerini içeren model içindeki sütun" # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkiconview.c:766 +#: gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "Seçim Kutusu Rengi" # gtk/gtkwindow.c:333 -#: ../gtk/gtkiconview.c:767 +#: gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "Seçim kutusunun rengi" # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkiconview.c:773 +#: gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "Seçim Kutusu Alfası" # gtk/gtkwindow.c:333 -#: ../gtk/gtkiconview.c:774 +#: gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "Seçim kutusunun matlığı" # gtk/gtkcellrendererpixbuf.c:102 gtk/gtkcellrenderertextpixbuf.c:125 -#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 +#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "Pixbuf" -#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 +#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "Gösterilecek GdkPixbuf" -#: ../gtk/gtkimage.c:139 +#: gtk/gtkimage.c:139 msgid "Pixmap" msgstr "Pixmap" -#: ../gtk/gtkimage.c:140 +#: gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "Gösterilecek GdkPixmap" # gtk/gtknotebook.c:324 -#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 +#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "Resim" -#: ../gtk/gtkimage.c:148 +#: gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "Gösterilecek GdkImage" # gtk/gtkcellrenderertext.c:162 -#: ../gtk/gtkimage.c:155 +#: gtk/gtkimage.c:155 msgid "Mask" msgstr "Maske" -#: ../gtk/gtkimage.c:156 +#: gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "GdkImage ya da GdkPixmap ile kullanılacak maske biteşlemi" # gdk-pixbuf/io-tiff.c:411 -#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 +#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "Yüklenecek ve gösterilecek dosya" -#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 +#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "Gösterilecek bir depo resmi için depo kimliği" # gtk/gtkcheckmenuitem.c:122 gtk/gtktogglebutton.c:152 -#: ../gtk/gtkimage.c:180 +#: gtk/gtkimage.c:180 msgid "Icon set" msgstr "Simge kümesi" -#: ../gtk/gtkimage.c:181 +#: gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "Gösterilecek simge kümesi" # gtk/gtkcellrenderertext.c:282 gtk/gtkcellrenderertext.c:283 # gtk/gtktexttag.c:347 gtk/gtktexttag.c:348 -#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:214 ../gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Simge boyutu" -#: ../gtk/gtkimage.c:189 +#: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "" "Depo simgesi, simge kümesi ya da isimlendirilmiş simge için kullanılacak " "sembolik boyut" -#: ../gtk/gtkimage.c:205 +#: gtk/gtkimage.c:205 msgid "Pixel size" msgstr "Piksel boyutu" -#: ../gtk/gtkimage.c:206 +#: gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "İsimlendirilmiş simge için kullanılacak piksel boyutu" # gtk/gtkstock.c:267 -#: ../gtk/gtkimage.c:214 +#: gtk/gtkimage.c:214 msgid "Animation" msgstr "Canlandırma" -#: ../gtk/gtkimage.c:215 +#: gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "Gösterilecek GdkPixbufAnimation" # gtk/gtkcurve.c:120 -#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 +#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "Saklama türü" -#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 +#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "Resim verisi için kullanılan sunum" # gtk/gtkimagemenuitem.c:125 -#: ../gtk/gtkimagemenuitem.c:136 +#: gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "Menü metninden sonra görünecek alt parçası" # gtk/gtklabel.c:252 -#: ../gtk/gtkimagemenuitem.c:151 +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "Bir depo menü öğesi oluşturmak için etiket metni kullanılması" -#: ../gtk/gtkimagemenuitem.c:169 +#: gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "Her zaman resmi göster" # gtk/gtkwidget.c:443 -#: ../gtk/gtkimagemenuitem.c:170 +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "Resmin her zaman gösterilip gösterilmeyeceği" # gtk/gtkprogressbar.c:187 -#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "Hızlandırıcı Grubu" # gtk/gtkaccellabel.c:116 -#: ../gtk/gtkimagemenuitem.c:185 +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "Depo hızlandırıcı tuşları için kullanılacak Hızlandırıcı Grubu" -#: ../gtk/gtkimagemenuitem.c:190 +#: gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "Menü resimlerini göster" # gtk/gtknotebook.c:369 -#: ../gtk/gtkimagemenuitem.c:191 +#: gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "Menülerde resimlerin gösterilmesi" -#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Bu pencerenin gösterileceği ekran" # gtk/gtklabel.c:199 -#: ../gtk/gtklabel.c:368 +#: gtk/gtklabel.c:368 msgid "The text of the label" msgstr "Etiketin metni" # gtk/gtklabel.c:206 -#: ../gtk/gtklabel.c:375 +#: gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "Etiket metnine uygulanacak özniteliklerin listesi" # gtk/gtklabel.c:227 gtk/gtktexttag.c:377 gtk/gtktextview.c:569 -#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 +#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 msgid "Justification" msgstr "İç hizalama" # gtk/gtklabel.c:228 -#: ../gtk/gtklabel.c:397 +#: gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " @@ -3665,12 +3643,12 @@ msgstr "" "metninin bir kenara hizalanmasını etkilemez. Bakın: GtkMisc::xalign" # gtk/gtklabel.c:236 -#: ../gtk/gtklabel.c:405 +#: gtk/gtklabel.c:405 msgid "Pattern" msgstr "Desen" # gtk/gtklabel.c:237 -#: ../gtk/gtklabel.c:406 +#: gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" @@ -3679,55 +3657,55 @@ msgstr "" "konumlarda _ karakterler bulunan dizgi" # gtk/gtklabel.c:244 -#: ../gtk/gtklabel.c:413 +#: gtk/gtklabel.c:413 msgid "Line wrap" msgstr "Satır bölme" # gtk/gtklabel.c:245 -#: ../gtk/gtklabel.c:414 +#: gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "Eğer seçiliyse, metin çok uzadığında alttaki satıra geçilir" # gtk/gtklabel.c:244 -#: ../gtk/gtklabel.c:429 +#: gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "Satır bölme kipi" -#: ../gtk/gtklabel.c:430 +#: gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "Eğer bölme seçiliyse, satır bölmenin nasıl yapılacağını kontrol eder" # gtk/gtklabel.c:251 -#: ../gtk/gtklabel.c:437 +#: gtk/gtklabel.c:437 msgid "Selectable" msgstr "Seçilebilir" # gtk/gtklabel.c:252 -#: ../gtk/gtklabel.c:438 +#: gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "Etiket metninin fare ile seçilebilmesi" # gtk/gtklabel.c:258 -#: ../gtk/gtklabel.c:444 +#: gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "Anımsatıcı tuş" # gtk/gtklabel.c:259 -#: ../gtk/gtklabel.c:445 +#: gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "Bu etiket için anımsatıcı hızlandırıcı tuş" # gtk/gtklabel.c:267 -#: ../gtk/gtklabel.c:453 +#: gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "Anımsatıcı parça" # gtk/gtklabel.c:268 -#: ../gtk/gtklabel.c:454 +#: gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "Etiketin anımsatıcı tuşuna basıldığında etkinleştirilecek parça" -#: ../gtk/gtklabel.c:500 +#: gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" @@ -3735,264 +3713,264 @@ msgstr "" "Eğer etiket tüm dizgiyi gösterecek kadar alana sahip değilse, kısaltma için " "tercih edilen yer" -#: ../gtk/gtklabel.c:540 +#: gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "Tek Satır Kipi" # gtk/gtklabel.c:252 -#: ../gtk/gtklabel.c:541 +#: gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "Etiketin tek satır kipinde olması" -#: ../gtk/gtklabel.c:558 +#: gtk/gtklabel.c:558 msgid "Angle" msgstr "Açı" -#: ../gtk/gtklabel.c:559 +#: gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "Etiketin çevirileceği açı" # gtk/gtkentry.c:435 -#: ../gtk/gtklabel.c:579 +#: gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "Karakter Olarak Azami Genişlik" -#: ../gtk/gtklabel.c:580 +#: gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "Etiketin istenen azami genişliği, karakter olarak" # gtk/gtkentry.c:397 -#: ../gtk/gtklabel.c:696 +#: gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "Odaklandığında bir seçilebilir etiketin içeriğinin seçilmesi" # gtk/gtklayout.c:419 gtk/gtkviewport.c:131 -#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 +#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "Yatay hizalama" # gtk/gtklayout.c:420 -#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 +#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "Yatay konum için GtkAdjustment" # gtk/gtklayout.c:427 gtk/gtkviewport.c:139 -#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 +#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "Düşey hizalama" # gtk/gtklayout.c:428 -#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 +#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "Düşey konum için GtkAdjustment" # gtk/gtklayout.c:436 -#: ../gtk/gtklayout.c:633 +#: gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "Düzenin genişliği" # gtk/gtklayout.c:445 -#: ../gtk/gtklayout.c:642 +#: gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "Düzenin yüksekliği" -#: ../gtk/gtklinkbutton.c:145 +#: gtk/gtklinkbutton.c:145 msgid "URI" msgstr "URI" # gtk/gtkcellrenderertoggle.c:128 -#: ../gtk/gtklinkbutton.c:146 +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "Bu düğmeye bağlı URI" # gtk/gtktreeview.c:481 gtk/gtktreeviewcolumn.c:171 gtk/gtkwidget.c:442 -#: ../gtk/gtklinkbutton.c:160 +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "Ziyaret Edildi" # gtk/gtkwidget.c:443 -#: ../gtk/gtklinkbutton.c:161 +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "Bu bağın ziyaret edilmiş olup olmaması." # gtk/gtkfilesel.c:503 -#: ../gtk/gtkmenu.c:501 +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "Şu anda seçili olan menü öğesi" # gtk/gtklabel.c:259 -#: ../gtk/gtkmenu.c:516 +#: gtk/gtkmenu.c:516 msgid "The accel group holding accelerators for the menu" msgstr "Menü için hızlandırıcıları tutan hızlandırıcı grubu" -#: ../gtk/gtkmenu.c:530 ../gtk/gtkmenuitem.c:285 +#: gtk/gtkmenu.c:530 gtk/gtkmenuitem.c:285 msgid "Accel Path" msgstr "Hızlandırıcı Yolu" -#: ../gtk/gtkmenu.c:531 +#: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "" "Alt öğelerin hızlandırcı yollarını kolaylıkla oluşturmak için kullanılacak " "bir hızlandırıcı yolu" # gtk/gtkimagemenuitem.c:124 -#: ../gtk/gtkmenu.c:547 +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "Ek Parçası" # gtk/gtkcheckmenuitem.c:115 -#: ../gtk/gtkmenu.c:548 +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "Menünün eklendiği parça" -#: ../gtk/gtkmenu.c:556 +#: gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" msgstr "" "Bu menü ayrıldığında pencere yöneticisi tarafından gösterilebilecek başlık" -#: ../gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "Ayıraç Durumu" -#: ../gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "Menünün ayrı olup olmadığını belirten mantıksal değer" # gtk/gtkcellrenderertext.c:219 gtk/gtkcellrenderertext.c:227 # gtk/gtkfontsel.c:192 gtk/gtktexttag.c:284 gtk/gtktexttag.c:292 -#: ../gtk/gtkmenu.c:585 +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "Ekran" -#: ../gtk/gtkmenu.c:586 +#: gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "Menünün belireceği ekran" # gtk/gtkmenubar.c:162 gtk/gtktoolbar.c:250 -#: ../gtk/gtkmenu.c:592 +#: gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "Dikey Doldurma" # gtk/gtkmisc.c:128 -#: ../gtk/gtkmenu.c:593 +#: gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "Menünü altına ve üstüne eklenecek boşluk" # gtk/gtkalignment.c:102 -#: ../gtk/gtkmenu.c:601 +#: gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "Yatay Doldurma" # gtk/gtkmisc.c:128 -#: ../gtk/gtkmenu.c:602 +#: gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "Menünü sağına ve soluna eklenecek boşluk" # gtk/gtkalignment.c:130 -#: ../gtk/gtkmenu.c:610 +#: gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "Düşey Ofset" -#: ../gtk/gtkmenu.c:611 +#: gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" msgstr "Menü alt menü olduğunda, bu sayıdaki düşey ofsette onu konumlandır" # gtk/gtkalignment.c:121 -#: ../gtk/gtkmenu.c:619 +#: gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "Yatay Ofset" -#: ../gtk/gtkmenu.c:620 +#: gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" msgstr "Menü alt menü olduğunda, bu sayıdaki yatay ofsette onu konumlandır" # gtk/gtknotebook.c:375 -#: ../gtk/gtkmenu.c:628 +#: gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "Çift Ok" -#: ../gtk/gtkmenu.c:629 +#: gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "Kaydırılırken, her zaman iki oku da göster." -#: ../gtk/gtkmenu.c:642 +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "Ok Yerleşimi" -#: ../gtk/gtkmenu.c:643 +#: gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "Kaydırma oklarının nereye yerleştirileceğini belirtir" -#: ../gtk/gtkmenu.c:651 +#: gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "Sol Ek" -#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 +#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "Altın sol tarafına eklenecek sütun sayısı" -#: ../gtk/gtkmenu.c:659 +#: gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "Sağ Ek" -#: ../gtk/gtkmenu.c:660 +#: gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "Altın sağ tarafına eklenecek sütun sayısı" -#: ../gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "Üst Ek" -#: ../gtk/gtkmenu.c:668 +#: gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "Altın üstüne eklenecek satır sayısı" -#: ../gtk/gtkmenu.c:675 +#: gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "Alt Ek" -#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 +#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "Altın, alt tarafına eklenecek satır sayısı" -#: ../gtk/gtkmenu.c:690 +#: gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "" "Kaydırma oklarının boyutunu aşağı ölçeklendirmek için rasgele bir sabit" # gtk/gtkmenubar.c:147 -#: ../gtk/gtkmenu.c:777 +#: gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "Hızlandırıcılar değiştirilebilir" -#: ../gtk/gtkmenu.c:778 +#: gtk/gtkmenu.c:778 msgid "" "Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "" "Menü hızlandırıcıları menü öğesi için belirtilen bir tuşla değiştirilebilsin" -#: ../gtk/gtkmenu.c:783 +#: gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "Alt menüler belirmeden önceki bekleme süresi" -#: ../gtk/gtkmenu.c:784 +#: gtk/gtkmenu.c:784 msgid "" "Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" "Alt menünün belirmesi için imlecin menünün üzerinde kalması gereken en az " "süre" -#: ../gtk/gtkmenu.c:791 +#: gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "Bir alt menüyü saklamadan önceki bekleme süresi" -#: ../gtk/gtkmenu.c:792 +#: gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" @@ -4000,322 +3978,322 @@ msgstr "" "İmleç bir alt menüden geçerken alt menünün saklanması için geçecek süre" # gtk/gtktexttag.c:267 -#: ../gtk/gtkmenubar.c:168 +#: gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "Paketleme yönü" # gtk/gtktoolbar.c:224 -#: ../gtk/gtkmenubar.c:169 +#: gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "Menü çubuğunun paketleme yönü" -#: ../gtk/gtkmenubar.c:185 +#: gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "Alt Paketleme yönü" # gtk/gtktoolbar.c:224 -#: ../gtk/gtkmenubar.c:186 +#: gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "Menü çubuğunun alt paketleme yönü" # gtk/gtkmenubar.c:155 -#: ../gtk/gtkmenubar.c:195 +#: gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "Menü çubuğunun etrafındaki kenar biçemi" # gtk/gtkmenubar.c:162 gtk/gtktoolbar.c:250 -#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 +#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "İç doldurma" # gtk/gtkmenubar.c:163 -#: ../gtk/gtkmenubar.c:203 +#: gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "Menü çubuğu gölgesi ile menü öğesi arasındaki boşluğunun miktarı" -#: ../gtk/gtkmenubar.c:210 +#: gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "Açılır menüler belirmeden önceki bekleme" -#: ../gtk/gtkmenubar.c:211 +#: gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "Menü cubuğunun altmenüleri belirmeden önceki bekleme" -#: ../gtk/gtkmenuitem.c:252 +#: gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "Sağa Yaslı" -#: ../gtk/gtkmenuitem.c:253 +#: gtk/gtkmenuitem.c:253 msgid "" "Sets whether the menu item appears justified at the right side of a menu bar" msgstr "" "Menü öğesinin menü çubuğunun sağ kenarına yaslanmış olarak gösterilmesini " "atar" -#: ../gtk/gtkmenuitem.c:267 +#: gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "Alt menü" -#: ../gtk/gtkmenuitem.c:268 +#: gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" msgstr "Menü öğesine eklenmiş alt menü, ya da eğer yoksa NULL" -#: ../gtk/gtkmenuitem.c:286 +#: gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "Menü öğesinin hızlandırıcı yolunu atar" # gtk/gtklabel.c:199 -#: ../gtk/gtkmenuitem.c:301 +#: gtk/gtkmenuitem.c:301 msgid "The text for the child label" msgstr "Alt etiket için metin" -#: ../gtk/gtkmenuitem.c:364 +#: gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "" "Ok tarafından kullanılacak alanın boyutu, menü öğesinin yazıtipine göreceli " "olarak" # gtk/gtkentry.c:435 -#: ../gtk/gtkmenuitem.c:377 +#: gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "Karakter Olarak Genişlik" -#: ../gtk/gtkmenuitem.c:378 +#: gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "Karakter olarak menü öğesinin arzu edilen genişliği" # gtk/gtkwidget.c:470 -#: ../gtk/gtkmenushell.c:374 +#: gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "Odak Alır" -#: ../gtk/gtkmenushell.c:375 +#: gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "" "Menünün klavye odağını yakalayıp yakalamadığını belirten mantıksal değer" -#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 +#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "Menü" -#: ../gtk/gtkmenutoolbutton.c:246 +#: gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "Açılır menü" # gtk/gtkmessagedialog.c:80 -#: ../gtk/gtkmessagedialog.c:98 +#: gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "Resim/etiket kenarlığı" # gtk/gtkmessagedialog.c:81 -#: ../gtk/gtkmessagedialog.c:99 +#: gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "İleti penceresindeki resim ve etiket kenarlıklarının genişliği" # gtk/gtkdialog.c:125 -#: ../gtk/gtkmessagedialog.c:114 +#: gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "Ayraç Kullan" -#: ../gtk/gtkmessagedialog.c:115 +#: gtk/gtkmessagedialog.c:115 msgid "" "Whether to put a separator between the message dialog's text and the buttons" msgstr "İleti pencerelerinin metin ve düğmelerinin arasına ayraç koyulması" -#: ../gtk/gtkmessagedialog.c:128 +#: gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "İleti Türü" # gtk/gtklabel.c:199 -#: ../gtk/gtkmessagedialog.c:129 +#: gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "İletinin türü" -#: ../gtk/gtkmessagedialog.c:136 +#: gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "İleti Düğmeleri" -#: ../gtk/gtkmessagedialog.c:137 +#: gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "İleti penceresinde gösterilecek düğmeler" -#: ../gtk/gtkmessagedialog.c:154 +#: gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "İleti penceresinin birincil metni" # gtk/gtklabel.c:212 -#: ../gtk/gtkmessagedialog.c:169 +#: gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "Biçimleme Kullan" # gtk/gtklabel.c:213 -#: ../gtk/gtkmessagedialog.c:170 +#: gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "Pango biçimi içeren başlığın birincil metni." # gtk/gtkbbox.c:160 -#: ../gtk/gtkmessagedialog.c:184 +#: gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "İkincil Metin" -#: ../gtk/gtkmessagedialog.c:185 +#: gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "İleti penceresinin ikincil metni" -#: ../gtk/gtkmessagedialog.c:200 +#: gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "İkincilde Biçimleme Kullan" -#: ../gtk/gtkmessagedialog.c:201 +#: gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "İkincil metin Pango biçimi içerir." # gtk/gtksettings.c:175 -#: ../gtk/gtkmessagedialog.c:216 +#: gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "Resim" # gtk/gtkmisc.c:107 -#: ../gtk/gtkmisc.c:83 +#: gtk/gtkmisc.c:83 msgid "Y align" msgstr "Y hizası" # gtk/gtkmisc.c:108 -#: ../gtk/gtkmisc.c:84 +#: gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "Düşey hizalama; 0'dan (üst) 1'e (alt) kadar" # gtk/gtkmisc.c:117 -#: ../gtk/gtkmisc.c:93 +#: gtk/gtkmisc.c:93 msgid "X pad" msgstr "X doldurma" # gtk/gtkmisc.c:118 -#: ../gtk/gtkmisc.c:94 +#: gtk/gtkmisc.c:94 msgid "" "The amount of space to add on the left and right of the widget, in pixels" msgstr "Parçanın soluna ve sağına eklenecek alanın piksel cinsinden değeri" # gtk/gtkmisc.c:127 -#: ../gtk/gtkmisc.c:103 +#: gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Y doldurma" # gtk/gtkmisc.c:128 -#: ../gtk/gtkmisc.c:104 +#: gtk/gtkmisc.c:104 msgid "" "The amount of space to add on the top and bottom of the widget, in pixels" msgstr "Parçanın üstüne ve altına eklenecek alanın piksel cinsinden değeri" -#: ../gtk/gtkmountoperation.c:139 +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "Üst" # gtk/gtkwindow.c:323 -#: ../gtk/gtkmountoperation.c:140 +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "Üst pencere" # gtk/gtktable.c:174 -#: ../gtk/gtkmountoperation.c:147 +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "Gösteriliyor" -#: ../gtk/gtkmountoperation.c:148 +#: gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "Bir pencere gösteriyor muyuz" -#: ../gtk/gtkmountoperation.c:156 +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "Bu pencerenin gösterileceği ekran." # gtk/gtknotebook.c:324 -#: ../gtk/gtknotebook.c:577 +#: gtk/gtknotebook.c:577 msgid "Page" msgstr "Sayfa" # gtk/gtknotebook.c:325 -#: ../gtk/gtknotebook.c:578 +#: gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "Mevcut sayfanın indeksi" # gtk/gtknotebook.c:333 -#: ../gtk/gtknotebook.c:586 +#: gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "Sekme Konumu" # gtk/gtknotebook.c:334 -#: ../gtk/gtknotebook.c:587 +#: gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "Defterin hangi tarafının sekmeleri tutacağı" # gtk/gtknotebook.c:341 -#: ../gtk/gtknotebook.c:594 +#: gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "Sekme Kenarlığı" # gtk/gtknotebook.c:342 -#: ../gtk/gtknotebook.c:595 +#: gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "Sekme etiketlerinin çevresindeki kenarlığın genişliği" # gtk/gtknotebook.c:350 -#: ../gtk/gtknotebook.c:603 +#: gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "Yatay Sekme Kenarlığı" # gtk/gtknotebook.c:351 -#: ../gtk/gtknotebook.c:604 +#: gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "Sekme etiketlerinin yatay kenarlıklarının genişliği" # gtk/gtknotebook.c:359 -#: ../gtk/gtknotebook.c:612 +#: gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "Düşey Sekme Kenarlığı" # gtk/gtknotebook.c:360 -#: ../gtk/gtknotebook.c:613 +#: gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "Sekme etiketlerinin düşey kenarlıklarının genişliği" # gtk/gtknotebook.c:368 -#: ../gtk/gtknotebook.c:621 +#: gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "Sekmeleri Göster" # gtk/gtknotebook.c:369 -#: ../gtk/gtknotebook.c:622 +#: gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "Sekmelerin gösterilmesi" # gtk/gtknotebook.c:375 -#: ../gtk/gtknotebook.c:628 +#: gtk/gtknotebook.c:628 msgid "Show Border" msgstr "Kenarlık Göster" # gtk/gtknotebook.c:376 -#: ../gtk/gtknotebook.c:629 +#: gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "Kenarlıkların gösterilmesi" # gtk/gtknotebook.c:382 -#: ../gtk/gtknotebook.c:635 +#: gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "Kaydırılabilir" # gtk/gtknotebook.c:383 -#: ../gtk/gtknotebook.c:636 +#: gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "Eğer TRUE ise, sekmeler kenara sığmadığında kaydırma okları eklenir" # gtk/gtknotebook.c:389 -#: ../gtk/gtknotebook.c:642 +#: gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "Açılan Etkin" # gtk/gtknotebook.c:390 -#: ../gtk/gtknotebook.c:643 +#: gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" @@ -4324,398 +4302,396 @@ msgstr "" "seçerek ilgili sekmeye gidilebilir" # gtk/gtknotebook.c:397 -#: ../gtk/gtknotebook.c:650 +#: gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "Sekmelerin aynı boyutlarda olmaları" -#: ../gtk/gtknotebook.c:656 +#: gtk/gtknotebook.c:656 msgid "Group ID" msgstr "Grup Kimliği" -#: ../gtk/gtknotebook.c:657 +#: gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "Sekme sürükle ve bırak için grup kimliği" -#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 -#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 -#: ../gtk/gtkradiotoolbutton.c:65 +#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 +#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "Grup" -#: ../gtk/gtknotebook.c:674 +#: gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "Sekme sürükle ve bırak için grup" -#: ../gtk/gtknotebook.c:680 +#: gtk/gtknotebook.c:680 msgid "Tab label" msgstr "Sekme etiketi" -#: ../gtk/gtknotebook.c:681 +#: gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "Altların sekme etiketinde gösterilecek dizgi" -#: ../gtk/gtknotebook.c:687 +#: gtk/gtknotebook.c:687 msgid "Menu label" msgstr "Menü etiketi" -#: ../gtk/gtknotebook.c:688 +#: gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "Altların menü girdisinde gösterilecek dizgi" # gtk/gtkcellrenderer.c:146 -#: ../gtk/gtknotebook.c:701 +#: gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "Sekme genişlemesi" # gtk/gtknotebook.c:376 -#: ../gtk/gtknotebook.c:702 +#: gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "Altların sekmelerinin genişletilmesi" -#: ../gtk/gtknotebook.c:708 +#: gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "Sekme doldurması" # gtk/gtkbox.c:137 -#: ../gtk/gtknotebook.c:709 +#: gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "Altların sekmelerinin tahsis edilen alanı doldurması" -#: ../gtk/gtknotebook.c:715 +#: gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "Sekme paket türü" # gtk/gtktreeview.c:505 gtk/gtktreeviewcolumn.c:253 -#: ../gtk/gtknotebook.c:722 +#: gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "Sekme sıralanabilir" # gtk/gtknotebook.c:376 -#: ../gtk/gtknotebook.c:723 +#: gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "Sekmenin kullanıcı eylemi ile sıralanabilirliği" -#: ../gtk/gtknotebook.c:729 +#: gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "Sekme ayrılabilir" # gtk/gtkwidget.c:443 -#: ../gtk/gtknotebook.c:730 +#: gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "Sekmenin ayrılabilirliği" # gtk/gtkscrollbar.c:109 -#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 +#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "İkincil geriye adımlayıcı" # gtk/gtkscrollbar.c:110 -#: ../gtk/gtknotebook.c:746 +#: gtk/gtknotebook.c:746 msgid "" "Display a second backward arrow button on the opposite end of the tab area" msgstr "Sekme alanının karşı ucunda ikincil geriye doğru ok düğmesi göster" # gtk/gtkscrollbar.c:117 -#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 +#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "İkincil ileri adımlayıcı" # gtk/gtkscrollbar.c:118 -#: ../gtk/gtknotebook.c:762 +#: gtk/gtknotebook.c:762 msgid "" "Display a second forward arrow button on the opposite end of the tab area" msgstr "Sekme alanının karşı ucunda ikincil ileriye doğru ok düğmesi göster" # gtk/gtkscrollbar.c:93 -#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 +#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "Geriye adımlayıcı" # gtk/gtkscrollbar.c:94 -#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 +#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "Standart geri oku düğmesini göster" # gtk/gtkscrollbar.c:101 -#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 +#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "İleriye adımlayıcı" # gtk/gtkscrollbar.c:102 -#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 +#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "Standart ileri ok düğmesini göster" # gtk/gtknotebook.c:341 -#: ../gtk/gtknotebook.c:806 +#: gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "Sekme çakışması" -#: ../gtk/gtknotebook.c:807 +#: gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "Sekme çakışma alanı boyutu" -#: ../gtk/gtknotebook.c:822 +#: gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "Sekme eğriltmesi" # gtk/gtktoolbar.c:242 -#: ../gtk/gtknotebook.c:823 +#: gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "Sekme eğriltmesinin boyutu" # gtk/gtktable.c:174 -#: ../gtk/gtknotebook.c:839 +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "Ok boşluğu" # gtk/gtktable.c:183 -#: ../gtk/gtknotebook.c:840 +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "Kaydırma oku boşluğu" # gtk/gtklabel.c:212 -#: ../gtk/gtkobject.c:370 +#: gtk/gtkobject.c:370 msgid "User Data" msgstr "Kullanıcı Verisi" -#: ../gtk/gtkobject.c:371 +#: gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "Anonim Kullanıcı Verisi Belirteci" -#: ../gtk/gtkoptionmenu.c:162 +#: gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "Seçenelerin menüsü" # gtk/gtkoptionmenu.c:158 -#: ../gtk/gtkoptionmenu.c:169 +#: gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "Açılır menü belirtecinin boyutu" # gtk/gtkoptionmenu.c:164 -#: ../gtk/gtkoptionmenu.c:175 +#: gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "Belirteç etrafındaki alan" # gtk/gtktoolbar.c:224 -#: ../gtk/gtkorientable.c:75 +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "Yönelebilirin yönelimi" -#: ../gtk/gtkpaned.c:242 +#: gtk/gtkpaned.c:242 msgid "" "Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "Parçalı ayracın piksel cinsinden konumu (0 üst/sola karşılıktır)" # gtk/gtkpaned.c:125 -#: ../gtk/gtkpaned.c:251 +#: gtk/gtkpaned.c:251 msgid "Position Set" msgstr "Konum Ayarı" # gtk/gtkpaned.c:126 -#: ../gtk/gtkpaned.c:252 +#: gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "TRUE ise Position özelliği kullanılacaktır" # gtk/gtkpaned.c:132 -#: ../gtk/gtkpaned.c:258 +#: gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "Tutaç Boyutu" # gtk/gtkpaned.c:133 -#: ../gtk/gtkpaned.c:259 +#: gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "Tutaç genişliği" # gtk/gtkscale.c:166 -#: ../gtk/gtkpaned.c:275 +#: gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "Asgari Konum" -#: ../gtk/gtkpaned.c:276 +#: gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "\"position\" özelliği için olabilecek en küçük değer" # gtk/gtkscale.c:166 -#: ../gtk/gtkpaned.c:293 +#: gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "Azami Konum" -#: ../gtk/gtkpaned.c:294 +#: gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "\"position\" özelliği için olabilecek en büyük değer" # gtk/gtkwindow.c:364 -#: ../gtk/gtkpaned.c:311 +#: gtk/gtkpaned.c:311 msgid "Resize" msgstr "Yeniden boyutlandır" -#: ../gtk/gtkpaned.c:312 +#: gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "Eğer TRUE ise, alt kenar parçası boyunca genişler veya daralır" # gtk/gtkwindow.c:348 -#: ../gtk/gtkpaned.c:327 +#: gtk/gtkpaned.c:327 msgid "Shrink" msgstr "Daralt" -#: ../gtk/gtkpaned.c:328 +#: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "Eğer TRUE ise, alt gereksinimlerinden daha da küçük olabilir" -#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "Gömülü" # gtk/gtkwidget.c:443 -#: ../gtk/gtkplug.c:151 +#: gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "Fişin gömülü olup olmadığı" -#: ../gtk/gtkplug.c:165 +#: gtk/gtkplug.c:165 msgid "Socket Window" msgstr "Soket Penceresi" # gtk/gtkwidget.c:443 -#: ../gtk/gtkplug.c:166 +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "Fişin gömülü olduğu soketin penceresi" # gtk/gtkpreview.c:135 -#: ../gtk/gtkpreview.c:102 +#: gtk/gtkpreview.c:102 msgid "" "Whether the preview widget should take up the entire space it is allocated" msgstr "Önizleme parçasının ona ayrılan tüm alanı kaplaması" -#: ../gtk/gtkprinter.c:124 +#: gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "Yazıcının ismi" -#: ../gtk/gtkprinter.c:130 +#: gtk/gtkprinter.c:130 msgid "Backend" msgstr "Onurga" # gtk/gtktreeview.c:458 -#: ../gtk/gtkprinter.c:131 +#: gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "Yazıcı için arkayüz" -#: ../gtk/gtkprinter.c:137 +#: gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "Sanal" -#: ../gtk/gtkprinter.c:138 +#: gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "FALSE ise bu gerçek bir donanımsal yazıcı belirtir" -#: ../gtk/gtkprinter.c:144 +#: gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "PDF Kabul Eder" -#: ../gtk/gtkprinter.c:145 +#: gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "TRUE ise bu yazıcı PDF kabul ediyor" -#: ../gtk/gtkprinter.c:151 +#: gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "PostScript Kabul Eder" -#: ../gtk/gtkprinter.c:152 +#: gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "TRUE ıse bu yazıcı PostScript kabul ediyor" -#: ../gtk/gtkprinter.c:158 +#: gtk/gtkprinter.c:158 msgid "State Message" msgstr "Durum Mesajı" -#: ../gtk/gtkprinter.c:159 +#: gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "Yazıcının mevcut durumunu veren dizgi" # gtk/gtkprogressbar.c:187 -#: ../gtk/gtkprinter.c:165 +#: gtk/gtkprinter.c:165 msgid "Location" msgstr "Konum" # gtk/gtktoolbar.c:224 -#: ../gtk/gtkprinter.c:166 +#: gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "Yazıcının konumu" # gtk/gtktreeview.c:458 -#: ../gtk/gtkprinter.c:173 +#: gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "Yazıcı için kullanılacak simge ismi" -#: ../gtk/gtkprinter.c:179 +#: gtk/gtkprinter.c:179 msgid "Job Count" msgstr "Görev Sayacı" # gtk/gtktable.c:157 -#: ../gtk/gtkprinter.c:180 +#: gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "Yazıcı için sırada bekleyen görevlerin sayısı" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkprinter.c:198 +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "Duraklatılmış Yazıcı" -#: ../gtk/gtkprinter.c:199 +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "TRUE ise bu yazıcı duraklatılmış" # gtk/gtkwidget.c:470 -#: ../gtk/gtkprinter.c:212 +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "İşleri Kabul Ediyor" -#: ../gtk/gtkprinter.c:213 +#: gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "TRUE ise bu yazıcı yeni işleri kabul ediyor" # gtk/gtkalignment.c:130 -#: ../gtk/gtkprinteroptionwidget.c:123 +#: gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "Kaynak seçeneği" -#: ../gtk/gtkprinteroptionwidget.c:124 +#: gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "Bu parçayı destekleyen PrinterOption" # gtk/gtkwindow.c:333 -#: ../gtk/gtkprintjob.c:117 +#: gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "Yazdırma görevinin başlığı" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkprintjob.c:125 +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "Yazıcı" -#: ../gtk/gtkprintjob.c:126 +#: gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "Görevin yazdırılacağı yazıcı" -#: ../gtk/gtkprintjob.c:134 +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "Ayarlar" -#: ../gtk/gtkprintjob.c:135 +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "Yazıcı seçenekleri" # gtk/gtkruler.c:148 -#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 -#: ../gtk/gtkprintunixdialog.c:258 +#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "Sayfa Ayarı" -#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "Yazdırma Durumunu Takip Et" -#: ../gtk/gtkprintjob.c:153 +#: gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." @@ -4724,56 +4700,56 @@ msgstr "" "sonra bile yazdırma görevi status-changed sinyali vermeye devam eder." # gtk/gtkwindow.c:399 -#: ../gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "Öntanımlı Sayfa Yapısı" -#: ../gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "Öntanımlı olarak kullanılacak GtkPageSetup" -#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "Yazdırma Ayarları" -#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "Pencere başlatılırken kullanılacak GtkPrintSettings" # gtk/gtkfontsel.c:185 -#: ../gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "Görev İsmi" -#: ../gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "Yazdırma görevini tanımlamak için kullanılacak dizgi." -#: ../gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "Sayfa Sayısı" # gtk/gtktable.c:157 -#: ../gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr "Belgedeki sayfa sayısı." # gtk/gtkcolorsel.c:1689 -#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "Mevcut Sayfa" # gtk/gtkcellrenderertoggle.c:128 -#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "Belgedeki şu anda bulunulan sayfa" # gtk/gtklabel.c:212 -#: ../gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "Tam sayfa kullan" -#: ../gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1007 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" @@ -4781,7 +4757,7 @@ msgstr "" "TRUE ise içeriğin orijini sayfanın köşesinde olmalıdır ve resimlenebilir " "alanın köşesinde olmamalıdır" -#: ../gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1028 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." @@ -4789,83 +4765,83 @@ msgstr "" "TRUE ise yazdırma verisi yazıcıya ya da yazdırma sunucusuna gönderildikten " "sonra bile yazdırma işlemi yazdırma görev durumunu bildirmeye devam eder." -#: ../gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "Birim" -#: ../gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "İçerik içerisinde mesafelerin ölçülebileceği birim" # gtk/gtktable.c:174 -#: ../gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "Pencere Göster" -#: ../gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr "TRUE ise yazdırma esnasında bir ilerleme penceresi gösterilir." -#: ../gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "Eşzamansıza İzin Ver" -#: ../gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "TRUE ise yazdırma süreci eş zamansız olarak çalışabilir." # gtk/gtkfilesel.c:502 -#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "Aktarma dosya adı" -#: ../gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "Durum" # gtk/gtkcellrenderertoggle.c:128 -#: ../gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "Yazdırma işleminin durumu" -#: ../gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "Durum Dizgisi" -#: ../gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "Durumun insan tarafından okunabilen tanımlaması" # gtk/gtkcolorsel.c:1703 -#: ../gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "Özel sekme etiketi" -#: ../gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "Özel parçalar içeren sekme için etiket." -#: ../gtk/gtkprintunixdialog.c:259 +#: gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "Kullanılacak GtkPageSetup" # gtk/gtkfilesel.c:503 -#: ../gtk/gtkprintunixdialog.c:284 +#: gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "Seçilen Yazıcı" # gtk/gtkfontsel.c:193 -#: ../gtk/gtkprintunixdialog.c:285 +#: gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "Seçilmiş olan GtkPrinter" # gtk/gtkprogress.c:122 -#: ../gtk/gtkprogress.c:102 +#: gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "Etkinlik kipi" # gtk/gtkprogress.c:123 -#: ../gtk/gtkprogress.c:103 +#: gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " @@ -4876,59 +4852,59 @@ msgstr "" "süreceğini bilmediğiniz şeyler yapılırken kullanılır." # gtk/gtkprogress.c:130 -#: ../gtk/gtkprogress.c:111 +#: gtk/gtkprogress.c:111 msgid "Show text" msgstr "Metni göster" # gtk/gtkprogress.c:131 -#: ../gtk/gtkprogress.c:112 +#: gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "Sürecin metin olarak gösterilmesi." # gtk/gtkprogressbar.c:132 -#: ../gtk/gtkprogressbar.c:119 +#: gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "Süreç çubuğuna bağlı GtkAdjustment (Kaldırılacak)" # gtk/gtkprogressbar.c:148 -#: ../gtk/gtkprogressbar.c:135 +#: gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "Çubuk biçemi" # gtk/gtkprogressbar.c:149 -#: ../gtk/gtkprogressbar.c:136 +#: gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "Yüzde kipinde çubuğun görsel biçemi belirtilir (Kaldırılacak)" # gtk/gtkprogressbar.c:157 -#: ../gtk/gtkprogressbar.c:144 +#: gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "Etkinlik Adımı" # gtk/gtkprogressbar.c:158 -#: ../gtk/gtkprogressbar.c:145 +#: gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "Etkinlik kipinde her tekrar için kullanılan artış (Kaldırılacak)" # gtk/gtkprogressbar.c:167 -#: ../gtk/gtkprogressbar.c:152 +#: gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "Etkinlik Engelleri" # gtk/gtkprogressbar.c:168 -#: ../gtk/gtkprogressbar.c:153 +#: gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" msgstr "Etkinlik kipinde süreç çubuğundaki toplam engel sayısı (Kaldırılacak)" # gtk/gtkprogressbar.c:177 -#: ../gtk/gtkprogressbar.c:160 +#: gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "Ayrık Engeller" # gtk/gtkprogressbar.c:178 -#: ../gtk/gtkprogressbar.c:161 +#: gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" @@ -4936,31 +4912,31 @@ msgstr "" "Süreç çubuğundaki ayrık engellerin sayısı (ayrık biçemde gösterildiği zaman)" # gtk/gtkprogressbar.c:187 -#: ../gtk/gtkprogressbar.c:168 +#: gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "Bölme" # gtk/gtkprogressbar.c:188 -#: ../gtk/gtkprogressbar.c:169 +#: gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "Tamamlanan işin toplam bölüm sayısı" # gtk/gtkprogressbar.c:197 -#: ../gtk/gtkprogressbar.c:176 +#: gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "Darbe Adımı" # gtk/gtkprogressbar.c:198 -#: ../gtk/gtkprogressbar.c:177 +#: gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "Etkin blok yanıp sönmeye başladığında taşınacak toplam süreç oranı" # gtk/gtkprogressbar.c:208 -#: ../gtk/gtkprogressbar.c:185 +#: gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "Süreç çubuğunda gösterilecek metin" -#: ../gtk/gtkprogressbar.c:207 +#: gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." @@ -4969,69 +4945,69 @@ msgstr "" "değilse dizgide kısaltmanın yapılmasını istediğiniz yer." # gtk/gtkbox.c:126 gtk/gtkpacker.c:229 -#: ../gtk/gtkprogressbar.c:214 +#: gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "XBoşluğu" -#: ../gtk/gtkprogressbar.c:215 +#: gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "İlerleme çubuğunun genişliğine eklenecek olan boşluk." # gtk/gtkbox.c:126 gtk/gtkpacker.c:229 -#: ../gtk/gtkprogressbar.c:220 +#: gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "YBoşluğu" -#: ../gtk/gtkprogressbar.c:221 +#: gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "İlerleme çubuğunun yüksekliğine eklenecek olan boşluk." # gtk/gtktreeview.c:544 -#: ../gtk/gtkprogressbar.c:234 +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "Asgari yatay çubuk genişliği" # gtk/gtkframe.c:133 -#: ../gtk/gtkprogressbar.c:235 +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "İlerleme çubuğunun asgari yatay genişliği" # gtk/gtkalignment.c:102 -#: ../gtk/gtkprogressbar.c:247 +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "Asgari yatay çubuk yüksekliği" # gtk/gtkprogressbar.c:208 -#: ../gtk/gtkprogressbar.c:248 +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "İlerleme çubuğunun asgari yatay yüksekliği" # gtk/gtktreeview.c:535 -#: ../gtk/gtkprogressbar.c:260 +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "Asgari dikey çubuk genişliği" # gtk/gtkprogressbar.c:208 -#: ../gtk/gtkprogressbar.c:261 +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "İlerleme çubuğunun asgari dikey genişliği" # gtk/gtkbbox.c:124 -#: ../gtk/gtkprogressbar.c:273 +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "Asgari dikey çubuk yüksekliği" # gtk/gtkprogressbar.c:208 -#: ../gtk/gtkprogressbar.c:274 +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "İlerleme çubuğunun asgari dikey çubuk yüksekliği" # gtk/gtksettings.c:175 -#: ../gtk/gtkradioaction.c:111 +#: gtk/gtkradioaction.c:111 msgid "The value" msgstr "Değer" -#: ../gtk/gtkradioaction.c:112 +#: gtk/gtkradioaction.c:112 msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." @@ -5039,165 +5015,165 @@ msgstr "" "Bu eylem grubunun mevcut eylemiyken gtk_radio_action_get_current_value() " "tarafından dönen değer." -#: ../gtk/gtkradioaction.c:129 +#: gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "Bu eylemin ait olduğu grubun radyo eylemi." # gtk/gtkcolorsel.c:1683 -#: ../gtk/gtkradioaction.c:144 +#: gtk/gtkradioaction.c:144 msgid "The current value" msgstr "Mevcut değer" -#: ../gtk/gtkradioaction.c:145 +#: gtk/gtkradioaction.c:145 msgid "" "The value property of the currently active member of the group to which this " "action belongs." msgstr "Bu eylemin ait olduğu grubun mevcut etkin öğesinin değer özelliği." -#: ../gtk/gtkradiobutton.c:83 +#: gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "Bu parçanın ait olduğu grubun radyo düğmesi." -#: ../gtk/gtkradiomenuitem.c:344 +#: gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "Bu parçanın ait olduğu grubun radyo menü öğesi." -#: ../gtk/gtkradiotoolbutton.c:66 +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "Bu parçanın ait olduğu grubun radyo düğmesi." # gtk/gtkrange.c:256 -#: ../gtk/gtkrange.c:358 +#: gtk/gtkrange.c:358 msgid "Update policy" msgstr "Güncelleme kuralı" # gtk/gtkrange.c:257 -#: ../gtk/gtkrange.c:359 +#: gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "Ekran üzerinde aralığın nasıl güncelleneceği" # gtk/gtkrange.c:266 -#: ../gtk/gtkrange.c:368 +#: gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "Bu aralık nesnesinin mevcut değerini içeren GtkAdjustment" # gtk/gtkrange.c:273 -#: ../gtk/gtkrange.c:375 +#: gtk/gtkrange.c:375 msgid "Inverted" msgstr "Tersi" # gtk/gtkrange.c:274 -#: ../gtk/gtkrange.c:376 +#: gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" msgstr "Aralık değerini arttıracak sürgü hareketinin ters yönü" -#: ../gtk/gtkrange.c:383 +#: gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "Aşağı sürgü duyarlılığı" -#: ../gtk/gtkrange.c:384 +#: gtk/gtkrange.c:384 msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" msgstr "Ayarın alt kenarını belirten sürgünün duyarlılık kuralı" -#: ../gtk/gtkrange.c:392 +#: gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "Yukarı sürgü duyarlılığı" -#: ../gtk/gtkrange.c:393 +#: gtk/gtkrange.c:393 msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" msgstr "Ayarın üst kenarını belirten sürgünün duyarlılık kuralı" -#: ../gtk/gtkrange.c:410 +#: gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "Dolma Seviyesini Göster" -#: ../gtk/gtkrange.c:411 +#: gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "Üzerinde dolma seviyesi grafiğinin gösterilmesi." -#: ../gtk/gtkrange.c:427 +#: gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "Dolma Seviyesine Sınırla" -#: ../gtk/gtkrange.c:428 +#: gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "Üst sınırı dolma seviyesine göre sınırlama." -#: ../gtk/gtkrange.c:443 +#: gtk/gtkrange.c:443 msgid "Fill Level" msgstr "Dolma Seviyesi" -#: ../gtk/gtkrange.c:444 +#: gtk/gtkrange.c:444 msgid "The fill level." msgstr "Dolma seviyesi." # gtk/gtkrange.c:280 -#: ../gtk/gtkrange.c:452 +#: gtk/gtkrange.c:452 msgid "Slider Width" msgstr "Sürgü Genişliği" # gtk/gtkrange.c:281 -#: ../gtk/gtkrange.c:453 +#: gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "Kaydırma çubuğunun ya da ölçeğin genişliği" # gtk/gtkrange.c:288 -#: ../gtk/gtkrange.c:460 +#: gtk/gtkrange.c:460 msgid "Trough Border" msgstr "Kanal Kenarlığı" # gtk/gtkrange.c:289 -#: ../gtk/gtkrange.c:461 +#: gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "Kanalda hareket eden sürgü ile kanal kenarı arasındaki boşluk" # gtk/gtkrange.c:296 -#: ../gtk/gtkrange.c:468 +#: gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "Adımlayıcı Boyutu" # gtk/gtkrange.c:297 -#: ../gtk/gtkrange.c:469 +#: gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "İki uçtaki adım düğmelerinin uzunluğu" # gtk/gtkrange.c:304 -#: ../gtk/gtkrange.c:484 +#: gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "Adımlayıcı Boşluğu" # gtk/gtkrange.c:305 -#: ../gtk/gtkrange.c:485 +#: gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "Adım düğmeleri ile kanal arasındaki boşluk" -#: ../gtk/gtkrange.c:492 +#: gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "Ok X Uzaklığı" -#: ../gtk/gtkrange.c:493 +#: gtk/gtkrange.c:493 msgid "" "How far in the x direction to move the arrow when the button is depressed" msgstr "Düğmeye basıldığında okun x yönünde ne kadar götürüleceği" -#: ../gtk/gtkrange.c:500 +#: gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "Ok Y Uzaklığı" -#: ../gtk/gtkrange.c:501 +#: gtk/gtkrange.c:501 msgid "" "How far in the y direction to move the arrow when the button is depressed" msgstr "Düğmeye basıldığında okun y yönünde ne kadar götürüleceği" -#: ../gtk/gtkrange.c:509 +#: gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "Taşınırken sürgüyü ACTIVE olarak çiz" -#: ../gtk/gtkrange.c:510 +#: gtk/gtkrange.c:510 msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" @@ -5205,11 +5181,11 @@ msgstr "" "Bu özellik TRUE olduğunda, sürgüler taşınırken ACTIVE olarak çizilir ve " "içinde gölge olur" -#: ../gtk/gtkrange.c:524 +#: gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "Kanal Kenar Detayları" -#: ../gtk/gtkrange.c:525 +#: gtk/gtkrange.c:525 msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" @@ -5217,11 +5193,11 @@ msgstr "" "TRUE olduğunda, sürgünün her iki tarafındaki kanal değişik ayrıntılarla " "çizilir" -#: ../gtk/gtkrange.c:541 +#: gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "Adımlayıcı Altındaki Kanal" -#: ../gtk/gtkrange.c:542 +#: gtk/gtkrange.c:542 msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" @@ -5230,301 +5206,299 @@ msgstr "" "boşlukların hariç tutulması" # gtk/gtktable.c:174 -#: ../gtk/gtkrange.c:555 +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "Ok ölçeği" -#: ../gtk/gtkrange.c:556 +#: gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "Kaydırma düğme boyutuna göre ok ölçekleme" -#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 +#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "Numaralarını Göster" # gtk/gtkcheckmenuitem.c:115 -#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 +#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "Öğelerin numaraları ile birlikte gösterilmesi" -#: ../gtk/gtkrecentchooser.c:132 +#: gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "Son Kullanılan Yöneticisi" -#: ../gtk/gtkrecentchooser.c:133 +#: gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "Kullanılacak RecentManager nesnesi" # gtk/gtkprogress.c:130 -#: ../gtk/gtkrecentchooser.c:147 +#: gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "Özelleri Göster" # gtk/gtkfilesel.c:510 -#: ../gtk/gtkrecentchooser.c:148 +#: gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "Özel öğelerin gösterilmesi" -#: ../gtk/gtkrecentchooser.c:161 +#: gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "Balonları Göster" # gtk/gtknotebook.c:376 -#: ../gtk/gtkrecentchooser.c:162 +#: gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "Öğerler üzerinde balonların gösterilmesi" -#: ../gtk/gtkrecentchooser.c:174 +#: gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "Simgeleri Göster" # gtk/gtknotebook.c:376 -#: ../gtk/gtkrecentchooser.c:175 +#: gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "Öğelerin yanında simgelerin gösterilmesi" -#: ../gtk/gtkrecentchooser.c:190 +#: gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "Bulunamadı Göster" # gtk/gtkfilesel.c:510 -#: ../gtk/gtkrecentchooser.c:191 +#: gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "Erişilemeyen kaynakları belirten öğelerin gösterilmesi" -#: ../gtk/gtkrecentchooser.c:204 +#: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "Çoklu öğe seçimine izin verilmesi" -#: ../gtk/gtkrecentchooser.c:217 +#: gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "Sadece yerel" # gtk/gtkprogress.c:131 -#: ../gtk/gtkrecentchooser.c:218 +#: gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "Seçilen kaynakların yerel dosya olarak sınırlanması: URI'ler" -#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 +#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "Sınır" # gtk/gtkspinbutton.c:222 -#: ../gtk/gtkrecentchooser.c:235 +#: gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "Gösterilecek azami öğe sayısı" # gtk/gtkhandlebox.c:183 gtk/gtkmenubar.c:154 gtk/gtkstatusbar.c:157 # gtk/gtktoolbar.c:276 gtk/gtkviewport.c:147 -#: ../gtk/gtkrecentchooser.c:249 +#: gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "Sıralama Türü" # gtk/gtktogglebutton.c:161 -#: ../gtk/gtkrecentchooser.c:250 +#: gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "Gösterilen öğelerin sıralama türü" -#: ../gtk/gtkrecentchooser.c:265 +#: gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "Hangi kaynakların gösterileceğini seçmek için kullanılan filtre" -#: ../gtk/gtkrecentmanager.c:215 +#: gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "Listeyi kaydetmek ve okumak için kullanılacak dosyanın tam yolu" -#: ../gtk/gtkrecentmanager.c:230 +#: gtk/gtkrecentmanager.c:230 msgid "" "The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "gtk_recent_manager_get_items() tarafından dönecek azami öğe sayısı" -#: ../gtk/gtkrecentmanager.c:246 +#: gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "En son kullanılan kaynakların listesinin boyutu" # gtk/gtkruler.c:118 -#: ../gtk/gtkruler.c:128 +#: gtk/gtkruler.c:128 msgid "Lower" msgstr "Düşük" # gtk/gtkruler.c:119 -#: ../gtk/gtkruler.c:129 +#: gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "Cetvelin alt sınırı" # gtk/gtkruler.c:128 -#: ../gtk/gtkruler.c:138 +#: gtk/gtkruler.c:138 msgid "Upper" msgstr "Yüksek" # gtk/gtkruler.c:129 -#: ../gtk/gtkruler.c:139 +#: gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "Cetvelin üst sınırı" # gtk/gtkruler.c:139 -#: ../gtk/gtkruler.c:149 +#: gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "Cetvel üzerindeki işaretin konumu" # gtk/gtkruler.c:148 -#: ../gtk/gtkruler.c:158 +#: gtk/gtkruler.c:158 msgid "Max Size" msgstr "En Büyük Boyut" # gtk/gtkruler.c:149 -#: ../gtk/gtkruler.c:159 +#: gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "Cetvelin en büyük boyutu" # gtk/gtkspinbutton.c:239 -#: ../gtk/gtkruler.c:174 +#: gtk/gtkruler.c:174 msgid "Metric" msgstr "Ölçü" # gtk/gtktreeview.c:458 -#: ../gtk/gtkruler.c:175 +#: gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "Cetvel için kullanılacak ölçü" # gtk/gtkscale.c:149 -#: ../gtk/gtkscale.c:201 +#: gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "Değerlerin gösterildiği onluk basamakların sayısı" # gtk/gtkscale.c:158 -#: ../gtk/gtkscale.c:210 +#: gtk/gtkscale.c:210 msgid "Draw Value" msgstr "Çizim Değeri" # gtk/gtkscale.c:159 -#: ../gtk/gtkscale.c:211 +#: gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "Mevcut değerin bir dizgi olarak sürgünün yanında gösterilmesi" # gtk/gtkscale.c:166 -#: ../gtk/gtkscale.c:218 +#: gtk/gtkscale.c:218 msgid "Value Position" msgstr "Değer Konumu" # gtk/gtkscale.c:167 -#: ../gtk/gtkscale.c:219 +#: gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "Mevcut değerin gösterileceği konum" # gtk/gtkscale.c:174 -#: ../gtk/gtkscale.c:226 +#: gtk/gtkscale.c:226 msgid "Slider Length" msgstr "Sürgü Uzunluğu" # gtk/gtkscale.c:175 -#: ../gtk/gtkscale.c:227 +#: gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "Ölçeğin sürgüsünün uzunluğu" # gtk/gtkscale.c:183 -#: ../gtk/gtkscale.c:235 +#: gtk/gtkscale.c:235 msgid "Value spacing" msgstr "Değer boşluğu" # gtk/gtkscale.c:184 -#: ../gtk/gtkscale.c:236 +#: gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "Sürgü/Kanal alanı ile değer metni arasındaki boşluk" # gtk/gtkwidget.c:393 -#: ../gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Ölçeğin değeri" # gtk/gtktoolbar.c:290 -#: ../gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Simge boyutu" # gtk/gtkrange.c:266 -#: ../gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "Bu ölçek düğmesi nesnesinin mevcut değerini taşıyan GtkAdjustment" -#: ../gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Simgeler" # gtk/gtkfontsel.c:185 -#: ../gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Simge isimlerinin listesi" # gtk/gtkscrollbar.c:76 -#: ../gtk/gtkscrollbar.c:51 +#: gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "En Küçük Sürgü Uzunluğu" # gtk/gtkscrollbar.c:77 -#: ../gtk/gtkscrollbar.c:52 +#: gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "Kaydırma çubuğunun en küçük sürgü uzunluğu" # gtk/gtkscrollbar.c:85 -#: ../gtk/gtkscrollbar.c:60 +#: gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "Sabit sürgü boyutu" # gtk/gtkscrollbar.c:86 -#: ../gtk/gtkscrollbar.c:61 +#: gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "Sürgü boyutunu değiştirme, sadece boyutu en düşük uzunluğa kilitle" # gtk/gtkscrollbar.c:110 -#: ../gtk/gtkscrollbar.c:82 +#: gtk/gtkscrollbar.c:82 msgid "" "Display a second backward arrow button on the opposite end of the scrollbar" msgstr "Kaydırma çubuğunun karşı ucunda ikinci bir geri ok düğmesi göster" # gtk/gtkscrollbar.c:118 -#: ../gtk/gtkscrollbar.c:89 +#: gtk/gtkscrollbar.c:89 msgid "" "Display a second forward arrow button on the opposite end of the scrollbar" msgstr "Kaydırma çubuğunun karşı ucunda ikinci bir ileri ok düğmesi göster" # gtk/gtktext.c:594 gtk/gtktreeview.c:465 -#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 -#: ../gtk/gtktreeview.c:578 +#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "Yatay Hizalama" # gtk/gtktext.c:602 gtk/gtktreeview.c:473 -#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 -#: ../gtk/gtktreeview.c:586 +#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "Düşey Hizalama" # gtk/gtkalignment.c:121 -#: ../gtk/gtkscrolledwindow.c:232 +#: gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "Yatay Kaydırma Çubuğu Kuralları" -#: ../gtk/gtkscrolledwindow.c:233 +#: gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "Yatay kaydırma çubuğu gösterildiği zaman" # gtk/gtkalignment.c:130 -#: ../gtk/gtkscrolledwindow.c:240 +#: gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "Düşey Kaydırma Çubuğu Kuralları" -#: ../gtk/gtkscrolledwindow.c:241 +#: gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "Düşey kaydırma çubuğu gösterildiği zaman" # gtk/gtkwindow.c:332 -#: ../gtk/gtkscrolledwindow.c:249 +#: gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "Pencere Yerleşimi" -#: ../gtk/gtkscrolledwindow.c:250 +#: gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." @@ -5533,11 +5507,11 @@ msgstr "" "sadece \"window-placement-set\" TRUE ise etkindir." # gtk/gtkwindow.c:332 -#: ../gtk/gtkscrolledwindow.c:267 +#: gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "Pencere Yerleşimi Ayarı" -#: ../gtk/gtkscrolledwindow.c:268 +#: gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." @@ -5547,42 +5521,42 @@ msgstr "" # gtk/gtkhandlebox.c:183 gtk/gtkmenubar.c:154 gtk/gtkstatusbar.c:157 # gtk/gtktoolbar.c:276 gtk/gtkviewport.c:147 -#: ../gtk/gtkscrolledwindow.c:274 +#: gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "Gölge Türü" # gtk/gtkmenubar.c:155 -#: ../gtk/gtkscrolledwindow.c:275 +#: gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "İçeriğin etrafındaki kenar biçemi" # gtk/gtktable.c:183 -#: ../gtk/gtkscrolledwindow.c:289 +#: gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "Kenar içinde kaydırma çubukları" # gtk/gtkentry.c:447 -#: ../gtk/gtkscrolledwindow.c:290 +#: gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "Kenar çubuklarını kaydırılan pencerenin kenarının içine yerleştır" # gtk/gtktable.c:183 -#: ../gtk/gtkscrolledwindow.c:296 +#: gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "Kaydırma çubuğu boşluğu" # gtk/gtkentry.c:447 -#: ../gtk/gtkscrolledwindow.c:297 +#: gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "" "Kaydırma çubuğu ile kaydırılan pencere arasındaki piksel değerinden uzaklık" # gtk/gtkwindow.c:332 -#: ../gtk/gtkscrolledwindow.c:312 +#: gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "Kaydırılan Pencere Yerleşimi" -#: ../gtk/gtkscrolledwindow.c:313 +#: gtk/gtkscrolledwindow.c:313 msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." @@ -5590,22 +5564,22 @@ msgstr "" "Eğer kaydrılılan pencerenin kendi yerleşimi yerine geçmezse kaydırılan " "pencerenin kaydırma çubuklarına göre nerede konumlandırılacağı." -#: ../gtk/gtkseparatortoolitem.c:105 +#: gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "Çiz" # gtk/gtktoolbar.c:260 -#: ../gtk/gtkseparatortoolitem.c:106 +#: gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "Ayracın çizilmesi, ya da sadece boşluk" # gtk/gtksettings.c:143 -#: ../gtk/gtksettings.c:215 +#: gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "Çift Tıklama Süresi" # gtk/gtksettings.c:144 -#: ../gtk/gtksettings.c:216 +#: gtk/gtksettings.c:216 msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" @@ -5614,12 +5588,12 @@ msgstr "" "(milisaniye olarak)" # gtk/gtksettings.c:143 -#: ../gtk/gtksettings.c:223 +#: gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "Çift Tıklama Uzaklığı" # gtk/gtksettings.c:144 -#: ../gtk/gtksettings.c:224 +#: gtk/gtksettings.c:224 msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" @@ -5628,43 +5602,43 @@ msgstr "" "(piksel olarak)" # gtk/gtksettings.c:151 -#: ../gtk/gtksettings.c:240 +#: gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "İmleç Yanıp Sönmesi" # gtk/gtksettings.c:152 -#: ../gtk/gtksettings.c:241 +#: gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "İmlecin yanıp sönmesi" # gtk/gtksettings.c:159 -#: ../gtk/gtksettings.c:248 +#: gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "İmleç Yanıp Sönme Süresi" # gtk/gtksettings.c:160 -#: ../gtk/gtksettings.c:249 +#: gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "İmlecin yanıp sönme döngüsünün uzunluğu, milisaniye olarak" # gtk/gtksettings.c:159 -#: ../gtk/gtksettings.c:268 +#: gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "İmleç Yanıp Sönme Zaman Aşımı" # gtk/gtksettings.c:160 -#: ../gtk/gtksettings.c:269 +#: gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "" "İmlecin yanıp sönmeyi durdurması için geçmesi gereken süre, saniye olarak" # gtk/gtksettings.c:167 -#: ../gtk/gtksettings.c:276 +#: gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "Ayrık İmleç" # gtk/gtksettings.c:168 -#: ../gtk/gtksettings.c:277 +#: gtk/gtksettings.c:277 msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" @@ -5673,168 +5647,168 @@ msgstr "" "imleç gösterilmesi" # gtk/gtksettings.c:175 -#: ../gtk/gtksettings.c:284 +#: gtk/gtksettings.c:284 msgid "Theme Name" msgstr "Tema İsmi" # gtk/gtksettings.c:176 -#: ../gtk/gtksettings.c:285 +#: gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "Yüklenecek tema RC dosyasının ismi" # gtk/gtksettings.c:175 -#: ../gtk/gtksettings.c:293 +#: gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "Simge Teması Adı" -#: ../gtk/gtksettings.c:294 +#: gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "Kullanılacak simge temasının adı" # gtk/gtksettings.c:175 -#: ../gtk/gtksettings.c:302 +#: gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "Geri Dönüş Simge Teması Adı" -#: ../gtk/gtksettings.c:303 +#: gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "Geri dönüş olarak kullanılacak simge teması adı" # gtk/gtksettings.c:183 -#: ../gtk/gtksettings.c:311 +#: gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "Anahtar Tema İsmi" # gtk/gtksettings.c:184 -#: ../gtk/gtksettings.c:312 +#: gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "Yüklenecek anahtar tema RC dosyasının ismi" # gtk/gtkmenubar.c:147 -#: ../gtk/gtksettings.c:320 +#: gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "Menü çubuğu hızlandırıcı" # gtk/gtkmenubar.c:148 -#: ../gtk/gtksettings.c:321 +#: gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "Menü çubuğunu etkinleştiren tuş bağı" -#: ../gtk/gtksettings.c:329 +#: gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "Sürükleme eşiği" -#: ../gtk/gtksettings.c:330 +#: gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "Sürükleme öncesi imlecin hareket edebileceği piksel miktarı" # gtk/gtkfontsel.c:185 -#: ../gtk/gtksettings.c:338 +#: gtk/gtksettings.c:338 msgid "Font Name" msgstr "Yazıtipi İsmi" -#: ../gtk/gtksettings.c:339 +#: gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "Kullanılacak öntanımlı yazıtipi adı" # gtk/gtkcellrenderertext.c:282 gtk/gtkcellrenderertext.c:283 # gtk/gtktexttag.c:347 gtk/gtktexttag.c:348 -#: ../gtk/gtksettings.c:361 +#: gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "Simge Boyutları" -#: ../gtk/gtksettings.c:362 +#: gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "Simge boyutları listesi (gtk-menu=16,16;gtk-button=20,20..." -#: ../gtk/gtksettings.c:370 +#: gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "GTK Modülleri" -#: ../gtk/gtksettings.c:371 +#: gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "Şu anda aktif olan GTK modüllerinin listesi" -#: ../gtk/gtksettings.c:380 +#: gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Xft Yumuşatması" -#: ../gtk/gtksettings.c:381 +#: gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "" "Xft yazıtiplerine yumuşatma uygulanması; 0=hayır, 1=evet, -1= öntanımlı" -#: ../gtk/gtksettings.c:390 +#: gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Xft Düzeltme" -#: ../gtk/gtksettings.c:391 +#: gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "" "Xft yazıtiplerinde düzeltme uygulanması; 0=hayır, 1=evet, -1= öntanımlı" -#: ../gtk/gtksettings.c:400 +#: gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Xft Düzeltme Biçemi" -#: ../gtk/gtksettings.c:401 +#: gtk/gtksettings.c:401 msgid "" "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "" "Hangi derecede düzeltme kullanılacağı; hintnone (hiç), hintslight (az), " "hintmedium (orta), veya hintfull (tam)" -#: ../gtk/gtksettings.c:410 +#: gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft RGBA" -#: ../gtk/gtksettings.c:411 +#: gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "Altpiksel yumuşatma türü; none (hiç), rgb, bgr, vrgb, vbgr" -#: ../gtk/gtksettings.c:420 +#: gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Xft DPI" -#: ../gtk/gtksettings.c:421 +#: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" msgstr "" "Xft için çözünürlük, 1024 * nokta/inç olarak. Öntanımlı değeri kullanmak " "için -1" # gtk/gtksettings.c:175 -#: ../gtk/gtksettings.c:430 +#: gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "İmleç teması adı" -#: ../gtk/gtksettings.c:431 +#: gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" msgstr "" "Kullanılacak imleç temasının adı ya da öntanımlı temayı kullanmak için NULL" # gtk/gtktextview.c:616 -#: ../gtk/gtksettings.c:439 +#: gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "İmleç tema boyutu" -#: ../gtk/gtksettings.c:440 +#: gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "İmleçlerin boyutu ya da öntanımlı boyut kullanmak için 0" -#: ../gtk/gtksettings.c:450 +#: gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "Alternatif düğme sırası" # gtk/gtknotebook.c:369 -#: ../gtk/gtksettings.c:451 +#: gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" msgstr "Pencere içerisindeki düğmelerin alternatif düğme sırası kullanması" -#: ../gtk/gtksettings.c:468 +#: gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "Alternatif sıralama belirteci yönü" -#: ../gtk/gtksettings.c:469 +#: gtk/gtksettings.c:469 msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" @@ -5842,11 +5816,11 @@ msgstr "" "Listelerde ve ağaç görünümünde sıralamayı gösteren okların yönlerinin " "öntanımlıya göre ters olması (aşağı artan sırayı gösterir şeklinde)" -#: ../gtk/gtksettings.c:477 +#: gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "'Girdi Yöntemleri' menüsünü göster" -#: ../gtk/gtksettings.c:478 +#: gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" @@ -5854,11 +5828,11 @@ msgstr "" "Girişlerin içerik menüsünün ve metin görünümlerinin girdi yöntemini " "değiştirme olanağı sağlaması" -#: ../gtk/gtksettings.c:486 +#: gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "'Unikod Kontrol Karakteri Ekle' menüsünü göster" -#: ../gtk/gtksettings.c:487 +#: gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" @@ -5866,243 +5840,243 @@ msgstr "" "Girişlerin içerik menüsünün ve metin görünümlerinin kontrol karakteri " "eklemeolanağı sağlaması" -#: ../gtk/gtksettings.c:495 +#: gtk/gtksettings.c:495 msgid "Start timeout" msgstr "Başlama zaman aşımı" -#: ../gtk/gtksettings.c:496 +#: gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "Düğmeye basıldığında zaman aşımı için başlama değeri" -#: ../gtk/gtksettings.c:505 +#: gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "Tekrarlama zaman aşımı" -#: ../gtk/gtksettings.c:506 +#: gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "Düğmeye basıldığında zaman aşımı için tekrarlama değeri" # gtk/gtktreeview.c:526 -#: ../gtk/gtksettings.c:515 +#: gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "Genişleme zaman aşımı" -#: ../gtk/gtksettings.c:516 +#: gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "" "Bir parça yeni bir alana genişlediğinde zaman aşımı için genişleme değeri" # gtk/gtkcolorsel.c:1833 -#: ../gtk/gtksettings.c:551 +#: gtk/gtksettings.c:551 msgid "Color scheme" msgstr "Renk şeması" # gtk/gtkwidget.c:393 -#: ../gtk/gtksettings.c:552 +#: gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "" "Temalar içerisinde kullanılmak için isimlendirilmiş renklerden oluşan palet" # gtk/gtkstock.c:267 -#: ../gtk/gtksettings.c:561 +#: gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "Canlandırmaları Etkinleştir" -#: ../gtk/gtksettings.c:562 +#: gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "Araç takımı genelinde canlandırmaların etkinleştirilmesi." -#: ../gtk/gtksettings.c:580 +#: gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "Dokunmatik Ekran Kipini Etkinleştir" -#: ../gtk/gtksettings.c:581 +#: gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "TRUE olduğunda, bu ekran için hareket uyarı olayları dağıtılmaz" -#: ../gtk/gtksettings.c:598 +#: gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "Balon zaman aşımı" -#: ../gtk/gtksettings.c:599 +#: gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "Balon gösterilmeden önceki zaman aşımı" -#: ../gtk/gtksettings.c:624 +#: gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "Balon tarama zaman aşımı" -#: ../gtk/gtksettings.c:625 +#: gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "Tarama kipi etkinken balonların gösterilmeden önceki zaman aşımı" -#: ../gtk/gtksettings.c:646 +#: gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "Balon tarama kipi zaman aşımı" -#: ../gtk/gtksettings.c:647 +#: gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "Tarama kipinin kapatılmasından önceki zaman aşımı" -#: ../gtk/gtksettings.c:666 +#: gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "Sadece Keynav İmleci" -#: ../gtk/gtksettings.c:667 +#: gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" msgstr "" "TRUE olduğunda, sadece parçaları dolanmak için imleç tuşları mevcut olur" -#: ../gtk/gtksettings.c:684 +#: gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "Keynav Başa Dönmesi" # gtk/gtkwidget.c:1069 -#: ../gtk/gtksettings.c:685 +#: gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "Parçaları klavye ile gezerken başa dönmesi" -#: ../gtk/gtksettings.c:705 +#: gtk/gtksettings.c:705 msgid "Error Bell" msgstr "Hata Zili" -#: ../gtk/gtksettings.c:706 +#: gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "" "TRUE olduğunda, klavye gezimi ve diğer hatalar bip çalınmasına neden olur" # gtk/gtkcolorsel.c:1833 -#: ../gtk/gtksettings.c:723 +#: gtk/gtksettings.c:723 msgid "Color Hash" msgstr "Renk Harmanı" -#: ../gtk/gtksettings.c:724 +#: gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "Renk şemasını temsil eden bir harman (hash) tablosu." -#: ../gtk/gtksettings.c:732 +#: gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "Öntanımlı dosya seçici arka ucu" -#: ../gtk/gtksettings.c:733 +#: gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "Öntanımlı olarak kullanılacak GtkFileChooser arka ucu adı" -#: ../gtk/gtksettings.c:750 +#: gtk/gtksettings.c:750 msgid "Default print backend" msgstr "Öntanımlı yazdırma arka ucu" -#: ../gtk/gtksettings.c:751 +#: gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "Öntanımlı olarak kullanılacak GtkPrintBackend arka uçlarının listesi" -#: ../gtk/gtksettings.c:774 +#: gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "Bir yazdırma ön izlemesi gösterilirken çalıştırılacak öntanımlı komut" -#: ../gtk/gtksettings.c:775 +#: gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "Bir yazdırma ön izlemesi gösterilirken çalıştırılacak komut" # gtk/gtkstock.c:267 -#: ../gtk/gtksettings.c:791 +#: gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "Hatırlatıcıları Etkinleştir" # gtk/gtknotebook.c:397 -#: ../gtk/gtksettings.c:792 +#: gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "Etiketlerin hatırlatıcılara sahip olması" # gtk/gtkmenubar.c:147 -#: ../gtk/gtksettings.c:808 +#: gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "Hızlandırıcılar Etkinleştir" # gtk/gtkcheckmenuitem.c:115 -#: ../gtk/gtksettings.c:809 +#: gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "Menü öğelerinin hızlandırıcılara sahip olması" -#: ../gtk/gtksettings.c:826 +#: gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "Son Kullanılan Dosyalar Sınırı" -#: ../gtk/gtksettings.c:827 +#: gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "Son kullanılan dosyaların sayısı" # gtk/gtkwindow.c:389 -#: ../gtk/gtksettings.c:845 +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "Öntanımlı IM modülü" # gtk/gtkcolorsel.c:1676 -#: ../gtk/gtksettings.c:846 +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "Öntanımlı olarak hangi IM modülünün kullanılacağı" -#: ../gtk/gtksettings.c:864 +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "Son Kullanılan Dosyalar Azami Yaş" -#: ../gtk/gtksettings.c:865 +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "En son kullanılan dosyaların azami yaşı, gün olarak" -#: ../gtk/gtksettings.c:874 +#: gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Fontconfig yapılandırması zaman etiketi" -#: ../gtk/gtksettings.c:875 +#: gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "Mevcut fontconfig yapılandırmasının zaman etiketi" # gtk/gtksettings.c:175 -#: ../gtk/gtksettings.c:897 +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "Ses Teması İsmi" # gtk/gtksettings.c:175 -#: ../gtk/gtksettings.c:898 +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "XDG ses teması ismi" #. Translators: this means sounds that are played as feedback to user input -#: ../gtk/gtksettings.c:920 +#: gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "Duyulabilir Giriş Geri Beslemesi" # gtk/gtkwidget.c:450 -#: ../gtk/gtksettings.c:921 +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "Kullanıcı girişinin geri beslemesi olarak olay seslerinin çalınması" # gtk/gtkstock.c:267 -#: ../gtk/gtksettings.c:942 +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "Olay Seslerini Etkinleştir" # gtk/gtkcheckmenuitem.c:123 -#: ../gtk/gtksettings.c:943 +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "Herhagibir olay sesinin çalınması" -#: ../gtk/gtksettings.c:958 +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "Balonları Etkinleştir" # gtk/gtknotebook.c:369 -#: ../gtk/gtksettings.c:959 +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "Parçalar üzerinde balonların gösterilmesi" # gtk/gtksizegroup.c:241 -#: ../gtk/gtksizegroup.c:293 +#: gtk/gtksizegroup.c:293 msgid "Mode" msgstr "Kip" -#: ../gtk/gtksizegroup.c:294 +#: gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" @@ -6110,33 +6084,33 @@ msgstr "" "Boyut grubunun kendi bileşen parçalarının istenen boyutlarını etkileyen " "yönler" -#: ../gtk/gtksizegroup.c:310 +#: gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "Gizlileri yok say" -#: ../gtk/gtksizegroup.c:311 +#: gtk/gtksizegroup.c:311 msgid "" "If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "" "TRUE ise, grubun boyutunu belirlerken eşleme yapılmamış parçalar yok sayılır" # gtk/gtkspinbutton.c:204 -#: ../gtk/gtkspinbutton.c:209 +#: gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "Döndürme düğmesi değerini tutan ayar" # gtk/gtkspinbutton.c:211 -#: ../gtk/gtkspinbutton.c:216 +#: gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "Tırmanma Oranı" # gtk/gtkspinbutton.c:231 -#: ../gtk/gtkspinbutton.c:236 +#: gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "Çizgilere Atla" # gtk/gtkspinbutton.c:232 -#: ../gtk/gtkspinbutton.c:237 +#: gtk/gtkspinbutton.c:237 msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" @@ -6145,214 +6119,214 @@ msgstr "" "değiştirmesi" # gtk/gtkspinbutton.c:239 -#: ../gtk/gtkspinbutton.c:244 +#: gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "Sayısal" # gtk/gtkspinbutton.c:240 -#: ../gtk/gtkspinbutton.c:245 +#: gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "Rakam olmayan karakterlerin yok sayılması" # gtk/gtkspinbutton.c:247 -#: ../gtk/gtkspinbutton.c:252 +#: gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "Sarmala" # gtk/gtkspinbutton.c:248 -#: ../gtk/gtkspinbutton.c:253 +#: gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "Döndürme düğmesinin sınır değere ulaştığında başa dönmesi" # gtk/gtkspinbutton.c:255 -#: ../gtk/gtkspinbutton.c:260 +#: gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "Güncelleme Kuralı" # gtk/gtkspinbutton.c:256 -#: ../gtk/gtkspinbutton.c:261 +#: gtk/gtkspinbutton.c:261 msgid "" "Whether the spin button should update always, or only when the value is legal" msgstr "Döndürme düğmesinin her zaman güncel olması ya da sadece değer uygunsa" # gtk/gtkspinbutton.c:265 -#: ../gtk/gtkspinbutton.c:270 +#: gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "Ya mevcut değer okunur ya da yeni değer atanır" # gtk/gtkmenubar.c:155 -#: ../gtk/gtkspinbutton.c:279 +#: gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "Döndürme düğmesinin çevresindeki kenar biçemi" -#: ../gtk/gtkstatusbar.c:141 +#: gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "Yeniden Boyutlandırma Tutamacı Var" # gtk/gtkwidget.c:485 -#: ../gtk/gtkstatusbar.c:142 +#: gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "" "Üst seviyeyi yeniden boyutlandırmak için durum çubuğunun tutacağa sahip " "olması" # gtk/gtkstatusbar.c:158 -#: ../gtk/gtkstatusbar.c:187 +#: gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "Durum çubuğu metni etrafındaki kenar biçemi" # gtk/gtkwindow.c:333 -#: ../gtk/gtkstatusicon.c:268 +#: gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "Simgenin boyutu" -#: ../gtk/gtkstatusicon.c:278 +#: gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "Durum simgesinin gösterileceği ekran" -#: ../gtk/gtkstatusicon.c:285 +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "Yanıp Sönme" # gtk/gtkwidget.c:443 -#: ../gtk/gtkstatusicon.c:286 +#: gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "Durum simgesinin yanıp sönmesi" # gtk/gtkwidget.c:443 -#: ../gtk/gtkstatusicon.c:294 +#: gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "Durum simgesinin görünürlüğü" # gtk/gtkwidget.c:443 -#: ../gtk/gtkstatusicon.c:310 +#: gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "Durum simgesinin gömülü olup olmaması" # gtk/gtktoolbar.c:224 -#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 +#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "Tepsinin yönü" -#: ../gtk/gtkstatusicon.c:353 ../gtk/gtkwidget.c:632 +#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "Balonu Var" # gtk/gtkwidget.c:471 -#: ../gtk/gtkstatusicon.c:354 +#: gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" msgstr "Bu uyarı alanı simgesinin bir balona sahip olması" -#: ../gtk/gtkstatusicon.c:375 ../gtk/gtkwidget.c:653 +#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 msgid "Tooltip Text" msgstr "Balon Metni" -#: ../gtk/gtkstatusicon.c:376 ../gtk/gtkwidget.c:654 ../gtk/gtkwidget.c:675 +#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 msgid "The contents of the tooltip for this widget" msgstr "Bu parça için balon içeriği" -#: ../gtk/gtkstatusicon.c:399 ../gtk/gtkwidget.c:674 +#: gtk/gtkstatusicon.c:399 gtk/gtkwidget.c:674 msgid "Tooltip markup" msgstr "Balon biçimidüzeltmes" -#: ../gtk/gtkstatusicon.c:400 +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "Bu uyarı alanı simgesi için balonun içeriği" # gtk/gtktable.c:156 -#: ../gtk/gtktable.c:129 +#: gtk/gtktable.c:129 msgid "Rows" msgstr "Satırlar" # gtk/gtktable.c:157 -#: ../gtk/gtktable.c:130 +#: gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "Tablodaki satır sayısı" # gtk/gtktable.c:165 -#: ../gtk/gtktable.c:138 +#: gtk/gtktable.c:138 msgid "Columns" msgstr "Sütunlar" # gtk/gtktable.c:166 -#: ../gtk/gtktable.c:139 +#: gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "Tablodaki sütun sayısı" # gtk/gtktable.c:174 -#: ../gtk/gtktable.c:147 +#: gtk/gtktable.c:147 msgid "Row spacing" msgstr "Satır aralığı" # gtk/gtktable.c:175 -#: ../gtk/gtktable.c:148 +#: gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "Birbirini izleyen iki satır arasındaki boşluk miktarı" # gtk/gtktable.c:183 -#: ../gtk/gtktable.c:156 +#: gtk/gtktable.c:156 msgid "Column spacing" msgstr "Sütun aralığı" # gtk/gtktable.c:184 -#: ../gtk/gtktable.c:157 +#: gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "Birbirini izleyen iki sütun arasındaki boşluk miktarı" # gtk/gtktable.c:193 -#: ../gtk/gtktable.c:166 +#: gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "TRUE ise, tablo hücrelerinin hepsi aynı genişlikte/yükseklikte olur" -#: ../gtk/gtktable.c:173 +#: gtk/gtktable.c:173 msgid "Left attachment" msgstr "Sol eklenti" -#: ../gtk/gtktable.c:180 +#: gtk/gtktable.c:180 msgid "Right attachment" msgstr "Sağ eklenti" -#: ../gtk/gtktable.c:181 +#: gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "Altın sağ tarafına eklenecek olan sütun miktarı" -#: ../gtk/gtktable.c:187 +#: gtk/gtktable.c:187 msgid "Top attachment" msgstr "Üst eklenti" -#: ../gtk/gtktable.c:188 +#: gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "Altın üst kısmına eklenecek olan sütun miktarı" -#: ../gtk/gtktable.c:194 +#: gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "Alt eklenti" # gtk/gtkalignment.c:121 -#: ../gtk/gtktable.c:201 +#: gtk/gtktable.c:201 msgid "Horizontal options" msgstr "Yatay seçenekler" -#: ../gtk/gtktable.c:202 +#: gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "Altın yatay işleyişini belirleyen seçenekler" # gtk/gtkalignment.c:130 -#: ../gtk/gtktable.c:208 +#: gtk/gtktable.c:208 msgid "Vertical options" msgstr "Düşey seçenekler" -#: ../gtk/gtktable.c:209 +#: gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "Altın düşey işleyişini belirleyen seçenekler" # gtk/gtkalignment.c:102 -#: ../gtk/gtktable.c:215 +#: gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "Yatay doldurma" # gtk/gtkmisc.c:118 -#: ../gtk/gtktable.c:216 +#: gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" @@ -6361,11 +6335,11 @@ msgstr "" "pikselcinsinden değeri" # gtk/gtkmenubar.c:162 gtk/gtktoolbar.c:250 -#: ../gtk/gtktable.c:222 +#: gtk/gtktable.c:222 msgid "Vertical padding" msgstr "Dikey doldurma" -#: ../gtk/gtktable.c:223 +#: gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" @@ -6374,86 +6348,86 @@ msgstr "" "pikselcinsinden değeri" # gtk/gtktext.c:595 -#: ../gtk/gtktext.c:546 +#: gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "Metin parçası için yatay hizalama" # gtk/gtktext.c:603 -#: ../gtk/gtktext.c:554 +#: gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "Metin parçası için düşey hizalama" # gtk/gtktext.c:610 -#: ../gtk/gtktext.c:561 +#: gtk/gtktext.c:561 msgid "Line Wrap" msgstr "Satırı Böl" # gtk/gtktext.c:611 -#: ../gtk/gtktext.c:562 +#: gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "Parça kenarlarında metnin alt satıra bölünmesi" # gtk/gtktext.c:618 -#: ../gtk/gtktext.c:569 +#: gtk/gtktext.c:569 msgid "Word Wrap" msgstr "Sözcük Böl" # gtk/gtktext.c:619 -#: ../gtk/gtktext.c:570 +#: gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "Parça kenarında sözcüğün alt satırda devam etmesi" # gtk/gtktexttag.c:198 -#: ../gtk/gtktextbuffer.c:180 +#: gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "Etiket Tablosu" # gtk/gtkprogress.c:147 -#: ../gtk/gtktextbuffer.c:181 +#: gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "Metin Etiketi Tablosu" # gtk/gtklabel.c:199 -#: ../gtk/gtktextbuffer.c:199 +#: gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "Tampondaki mevcut metin" # gtk/gtkfilesel.c:503 -#: ../gtk/gtktextbuffer.c:213 +#: gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "Seçim var" # gtk/gtkfontsel.c:193 -#: ../gtk/gtktextbuffer.c:214 +#: gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "Tamponun şu anda seçilmiş metin içermesi" # gtk/gtkpaned.c:116 gtk/gtkruler.c:138 -#: ../gtk/gtktextbuffer.c:230 +#: gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "İmleç konumu" -#: ../gtk/gtktextbuffer.c:231 +#: gtk/gtktextbuffer.c:231 msgid "" "The position of the insert mark (as offset from the beginning of the buffer)" msgstr "Ekleme işaretinin pozisyonu (tamponun başından itibaren ofset olarak)" -#: ../gtk/gtktextbuffer.c:246 +#: gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "Kopyalama hedef listesi" -#: ../gtk/gtktextbuffer.c:247 +#: gtk/gtktextbuffer.c:247 msgid "" "The list of targets this buffer supports for clipboard copying and DND source" msgstr "" "Bu tamponun panoya kopyalama ve TVB kaynağı için desteklediği hedeflerin " "listesi" -#: ../gtk/gtktextbuffer.c:262 +#: gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "Yapıştırma hedef listesi" -#: ../gtk/gtktextbuffer.c:263 +#: gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" @@ -6462,41 +6436,41 @@ msgstr "" "listesi" # gtk/gtktexttag.c:198 -#: ../gtk/gtktextmark.c:90 +#: gtk/gtktextmark.c:90 msgid "Mark name" msgstr "İşaret ismi" -#: ../gtk/gtktextmark.c:97 +#: gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "Sol çekimi" # gtk/gtkcellrenderertext.c:355 gtk/gtktexttag.c:536 -#: ../gtk/gtktextmark.c:98 +#: gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "Bu işaretin sol çekimi olması" # gtk/gtktexttag.c:198 -#: ../gtk/gtktexttag.c:173 +#: gtk/gtktexttag.c:173 msgid "Tag name" msgstr "Etiket ismi" # gtk/gtktexttag.c:199 -#: ../gtk/gtktexttag.c:174 +#: gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "Metin etiketini belirten isim. Anonim etiketler için NULL kullanın" # gtk/gtkcellrenderertext.c:187 gtk/gtktexttag.c:217 -#: ../gtk/gtktexttag.c:192 +#: gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "Bir GdkColor (tahminen ayrılmamış) olarak arkaplan rengi" # gtk/gtktexttag.c:224 -#: ../gtk/gtktexttag.c:199 +#: gtk/gtktexttag.c:199 msgid "Background full height" msgstr "Arkaplan tam yükseklik" # gtk/gtktexttag.c:225 -#: ../gtk/gtktexttag.c:200 +#: gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" @@ -6505,49 +6479,49 @@ msgstr "" "uygulanacak" # gtk/gtktexttag.c:233 -#: ../gtk/gtktexttag.c:208 +#: gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "Arkaplan işaret maskesi" # gtk/gtktexttag.c:234 -#: ../gtk/gtktexttag.c:209 +#: gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "Metin arkaplanında maske olarak kullanılacak biteşlem" # gtk/gtkcellrenderertext.c:203 gtk/gtktexttag.c:251 -#: ../gtk/gtktexttag.c:226 +#: gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "Bir GdkColor (tahminen ayırılmamış) olarak önalan rengi" # gtk/gtktexttag.c:259 -#: ../gtk/gtktexttag.c:234 +#: gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "Önalan işaret maskesi" # gtk/gtktexttag.c:260 -#: ../gtk/gtktexttag.c:235 +#: gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "Metin önalanında maske olarak kullanılacak biteşlem" # gtk/gtktexttag.c:267 -#: ../gtk/gtktexttag.c:242 +#: gtk/gtktexttag.c:242 msgid "Text direction" msgstr "Metin yönü" # gtk/gtktexttag.c:268 -#: ../gtk/gtktexttag.c:243 +#: gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "Metin yönü; örn. right-to-left veya left-to-right" -#: ../gtk/gtktexttag.c:292 +#: gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "PangoStyle olarak yazıtipi biçemi, örn. PANGO_STYLE_ITALIC" -#: ../gtk/gtktexttag.c:301 +#: gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" msgstr "PangoVariant olarak yazıtipi türevi, örn. PANGO_VARIANT_SMALL_CAPS" -#: ../gtk/gtktexttag.c:310 +#: gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" @@ -6555,17 +6529,17 @@ msgstr "" "Yazıtipi genişliği için tamsayı değeri, öntanımlı değerler için " "PangoWeight'a bakın, örn. PANGO_WEIGHT_BOLD" -#: ../gtk/gtktexttag.c:321 +#: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "" "PangoStretch değeri olarak yazıtipi alanı, örn. PANGO_STRETCH_CONDENSED" # gtk/gtkcellrenderertext.c:293 gtk/gtktexttag.c:368 -#: ../gtk/gtktexttag.c:330 +#: gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "Pango birimi cinsinden yazıtipi boyutu" -#: ../gtk/gtktexttag.c:340 +#: gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " @@ -6576,11 +6550,11 @@ msgstr "" "önceden atamıştır, mesela PANGO_SCALE_X_LARGE" # gtk/gtktexttag.c:378 gtk/gtktextview.c:570 -#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 +#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "Sola, sağa veya ortaya hizalama" -#: ../gtk/gtktexttag.c:379 +#: gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." @@ -6590,37 +6564,37 @@ msgstr "" "kullanılacak." # gtk/gtktexttag.c:394 -#: ../gtk/gtktexttag.c:386 +#: gtk/gtktexttag.c:386 msgid "Left margin" msgstr "Sol kenar boşluğu" # gtk/gtktexttag.c:395 gtk/gtktextview.c:579 -#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 +#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "Piksel cinsinden sol kenar boşluğunun genişliği" # gtk/gtktexttag.c:404 -#: ../gtk/gtktexttag.c:396 +#: gtk/gtktexttag.c:396 msgid "Right margin" msgstr "Sağ kenar boşluğu" # gtk/gtktexttag.c:405 gtk/gtktextview.c:589 -#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 +#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "Piksel cinsinden sağ kenar boşluğunun genişliği" # gtk/gtktexttag.c:415 gtk/gtktextview.c:598 -#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 +#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 msgid "Indent" msgstr "Girinti" # gtk/gtktexttag.c:416 gtk/gtktextview.c:599 -#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 +#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "Piksel olarak paragraf satırbaşı girintisi" # gtk/gtkcellrenderertext.c:313 gtk/gtktexttag.c:427 -#: ../gtk/gtktexttag.c:419 +#: gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" @@ -6629,37 +6603,37 @@ msgstr "" "hizasınınaltı)" # gtk/gtktexttag.c:436 -#: ../gtk/gtktexttag.c:428 +#: gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "Satırların üstündeki pikseller" # gtk/gtktexttag.c:437 gtk/gtktextview.c:523 -#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 +#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "Piksel cinsinden paragraf üstündeki boş alan" # gtk/gtktexttag.c:446 -#: ../gtk/gtktexttag.c:438 +#: gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "Satırların altındaki pikseller" # gtk/gtktexttag.c:447 gtk/gtktextview.c:533 -#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 +#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "Piksel cinsinden paragraf altındaki boş alan" # gtk/gtktexttag.c:456 -#: ../gtk/gtktexttag.c:448 +#: gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "Bölünmüşler içindeki pikseller" # gtk/gtktexttag.c:457 gtk/gtktextview.c:543 -#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 +#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "Piksel cinsinden paragraf satırları arasındaki boş alan" # gtk/gtktexttag.c:484 gtk/gtktextview.c:561 -#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 +#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 msgid "" "Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "" @@ -6667,402 +6641,402 @@ msgstr "" "karakter sınırlarında olması" # gtk/gtktexttag.c:493 gtk/gtktextview.c:608 -#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 +#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 msgid "Tabs" msgstr "Sekmeler" # gtk/gtktexttag.c:494 gtk/gtktextview.c:609 -#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 +#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "Bu metin için özel sekmeler" # gtk/gtktexttag.c:501 -#: ../gtk/gtktexttag.c:504 +#: gtk/gtktexttag.c:504 msgid "Invisible" msgstr "Görünmez" # gtk/gtkcellrenderertext.c:383 gtk/gtktexttag.c:580 -#: ../gtk/gtktexttag.c:505 +#: gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "Bu metnin görünmez olması." # gtk/gtkcellrenderertext.c:178 gtk/gtktexttag.c:208 -#: ../gtk/gtktexttag.c:519 +#: gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "Paragraf arkaplanı renk ismi" # gtk/gtkcellrenderertext.c:179 gtk/gtktexttag.c:209 -#: ../gtk/gtktexttag.c:520 +#: gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "Dizgi olarak paragraf arkaplan rengi" # gtk/gtkcellrenderertext.c:186 gtk/gtktexttag.c:216 -#: ../gtk/gtktexttag.c:535 +#: gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "Paragraf arkaplanı rengi" # gtk/gtkcellrenderertext.c:187 gtk/gtktexttag.c:217 -#: ../gtk/gtktexttag.c:536 +#: gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "Bir GdkColor (tahminen ayrılmamış) olarak paragraf arkaplan rengi" -#: ../gtk/gtktexttag.c:554 +#: gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "Biriken Kenar Boşlukları" -#: ../gtk/gtktexttag.c:555 +#: gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "Sol ve sağ kenar boşluklarının birikmesi." # gtk/gtktexttag.c:515 -#: ../gtk/gtktexttag.c:568 +#: gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "Arkaplan tam yükseklik ayarı" # gtk/gtktexttag.c:516 -#: ../gtk/gtktexttag.c:569 +#: gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "Bu etiketin arkaplan yüksekliğini etkilemesi" # gtk/gtktexttag.c:519 -#: ../gtk/gtktexttag.c:572 +#: gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "Arkaplan işaret ayarı" # gtk/gtktexttag.c:520 -#: ../gtk/gtktexttag.c:573 +#: gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "Bu etiketin arkaplan işaretini etkilemesi" # gtk/gtktexttag.c:527 -#: ../gtk/gtktexttag.c:580 +#: gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "Önalan işaret ayarı" # gtk/gtktexttag.c:528 -#: ../gtk/gtktexttag.c:581 +#: gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "Bu etiketin önalan işaretini etkilemesi" # gtk/gtktexttag.c:563 -#: ../gtk/gtktexttag.c:616 +#: gtk/gtktexttag.c:616 msgid "Justification set" msgstr "Hizalama ayarı" # gtk/gtktexttag.c:564 -#: ../gtk/gtktexttag.c:617 +#: gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "Bu etiketin paragraf hizalamasını etkilemesi" # gtk/gtktexttag.c:571 -#: ../gtk/gtktexttag.c:624 +#: gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "Sol kenar boşluğu ayarı" # gtk/gtktexttag.c:572 -#: ../gtk/gtktexttag.c:625 +#: gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "Bu etiketin sol kenar boşluğunu etkilemesi" # gtk/gtktexttag.c:575 -#: ../gtk/gtktexttag.c:628 +#: gtk/gtktexttag.c:628 msgid "Indent set" msgstr "Girinti ayarı" # gtk/gtktexttag.c:576 -#: ../gtk/gtktexttag.c:629 +#: gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "Bu etiketin girintilemeyi etkilemesi" # gtk/gtktexttag.c:583 -#: ../gtk/gtktexttag.c:636 +#: gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "Satırların üstüneki piksel ayarı" # gtk/gtktexttag.c:584 gtk/gtktexttag.c:588 -#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 +#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "" "Bu etiketin satırların üzerindeki piksel cinsinden boşlukları etkilemesi" # gtk/gtktexttag.c:587 -#: ../gtk/gtktexttag.c:640 +#: gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "Satırların altındaki piksel ayarı" # gtk/gtktexttag.c:591 -#: ../gtk/gtktexttag.c:644 +#: gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "Satır arası piksel ayarı" # gtk/gtktexttag.c:592 -#: ../gtk/gtktexttag.c:645 +#: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "Bu etiketin bölünmüş satırlar arasındaki piksel sayısını etkilemesi" # gtk/gtktexttag.c:599 -#: ../gtk/gtktexttag.c:652 +#: gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "Sağ kenar boşluğu ayarı" # gtk/gtktexttag.c:600 -#: ../gtk/gtktexttag.c:653 +#: gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "Bu etiketin sağ kenar boşluğunu etkilemesi" # gtk/gtktexttag.c:607 -#: ../gtk/gtktexttag.c:660 +#: gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "Bölme kipi ayarı" # gtk/gtktexttag.c:608 -#: ../gtk/gtktexttag.c:661 +#: gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "Bu etkiletin bölme kipini etkilemesi" # gtk/gtktexttag.c:611 -#: ../gtk/gtktexttag.c:664 +#: gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "Sekme ayarı" # gtk/gtktexttag.c:612 -#: ../gtk/gtktexttag.c:665 +#: gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "Bu etiketin sekmeleri etkilemesi" # gtk/gtktexttag.c:615 -#: ../gtk/gtktexttag.c:668 +#: gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "Görünmezlik ayarı" # gtk/gtktexttag.c:616 -#: ../gtk/gtktexttag.c:669 +#: gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "Bu etiketin metin görünürlüğünü etkilemesi" # gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:511 -#: ../gtk/gtktexttag.c:672 +#: gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "Paragraf arkaplan ayarı" # gtk/gtkcellrenderertext.c:343 gtk/gtktexttag.c:512 -#: ../gtk/gtktexttag.c:673 +#: gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "Bu etiketin paragraf arkaplan rengini etkilemesi" # gtk/gtktextview.c:522 -#: ../gtk/gtktextview.c:543 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "Satırların Üstüneki Pikseller" # gtk/gtktextview.c:532 -#: ../gtk/gtktextview.c:553 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "Satırların Altındaki Pikseller" # gtk/gtktextview.c:542 -#: ../gtk/gtktextview.c:563 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "Sarmalar Arasındaki Pikseller" # gtk/gtktextview.c:560 -#: ../gtk/gtktextview.c:581 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "Sarma Kipi" # gtk/gtktextview.c:578 -#: ../gtk/gtktextview.c:599 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "Sol Kenar Boşluğu" # gtk/gtktextview.c:588 -#: ../gtk/gtktextview.c:609 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "Sağ Kenar Boşluğu" # gtk/gtktextview.c:616 -#: ../gtk/gtktextview.c:637 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "Görünür İmleç" # gtk/gtktextview.c:617 -#: ../gtk/gtktextview.c:638 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "Ekleme imleci gösterilirse" -#: ../gtk/gtktextview.c:645 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "Tampon" -#: ../gtk/gtktextview.c:646 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "Görüntülenecek tampon" -#: ../gtk/gtktextview.c:654 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "Girilen metnin mevcut içeriğin üstüne yazılması" -#: ../gtk/gtktextview.c:661 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "Sekme kabul ediyor" -#: ../gtk/gtktextview.c:662 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "Tab'ın girilen bir sekme karakteri olarak sonuçlanması" # gtk/gtkcellrenderertext.c:202 gtk/gtktexttag.c:250 -#: ../gtk/gtktextview.c:691 +#: gtk/gtktextview.c:691 msgid "Error underline color" msgstr "Hata altçizgisinin rengi" # gtk/gtkentry.c:457 -#: ../gtk/gtktextview.c:692 +#: gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "Hata belirten altçizgilerin çizileceği renk" # gtk/gtkcellrenderertoggle.c:137 -#: ../gtk/gtktoggleaction.c:104 +#: gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "Aynı vekilleri radyo eylemi olarak oluştur" -#: ../gtk/gtktoggleaction.c:105 +#: gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "Bu eylem için olan vekillerin radyo eylem vekili gibi görünmesi" # gtk/gtktogglebutton.c:145 -#: ../gtk/gtktoggleaction.c:120 +#: gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "Seçim eylemi aktif ya da değil se" # gtk/gtktogglebutton.c:145 -#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 +#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "Seçim düğmesi basılı veya değilse" # gtk/gtktogglebutton.c:153 -#: ../gtk/gtktogglebutton.c:124 +#: gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "Seçim butonu \"arada\" durumunda ise" # gtk/gtktogglebutton.c:160 -#: ../gtk/gtktogglebutton.c:131 +#: gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "Çizim Belirteci" # gtk/gtktogglebutton.c:161 -#: ../gtk/gtktogglebutton.c:132 +#: gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "Düğmenin seçim kısmı gösterilmişse" # gtk/gtktoolbar.c:232 -#: ../gtk/gtktoolbar.c:494 +#: gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "Araç Çubuğu Biçemi" # gtk/gtktoolbar.c:233 -#: ../gtk/gtktoolbar.c:495 +#: gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "Araç çubuğunun nasıl çizileceği" # gtk/gtknotebook.c:375 -#: ../gtk/gtktoolbar.c:502 +#: gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "Oku Göster" -#: ../gtk/gtktoolbar.c:503 +#: gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "Eğer araç çubuğu tam oturmuyorsa okun gösterilmesi" -#: ../gtk/gtktoolbar.c:518 +#: gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "Balonlar" # gtk/gtktogglebutton.c:145 -#: ../gtk/gtktoolbar.c:519 +#: gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "Araç çubuğunun balonlarının aktif olup olmaması" # gtk/gtktoolbar.c:291 -#: ../gtk/gtktoolbar.c:541 +#: gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "Bu araç çubuğundaki simgelerin boyutu" # gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:555 -#: ../gtk/gtktoolbar.c:556 +#: gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "Simge boyutu ayarı" # gtk/gtkwidget.c:443 -#: ../gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "icon-size özelliğinin ayarlanmış olması" # gtk/gtkbox.c:137 -#: ../gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "Araç çubuğu büyüdüğü zaman öğenin ek boşluk alması" # gtk/gtkbox.c:137 -#: ../gtk/gtktoolbar.c:574 +#: gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "Öğenin diğer eş öğeler gibi aynı boyutta olması" # gtk/gtktoolbar.c:241 -#: ../gtk/gtktoolbar.c:581 +#: gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "Boşlukçu boyutu" # gtk/gtktoolbar.c:242 -#: ../gtk/gtktoolbar.c:582 +#: gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "Boşlukçuların boyutu" # gtk/gtktoolbar.c:251 -#: ../gtk/gtktoolbar.c:591 +#: gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "Araç çubuğu gölgesi ile düğmeler arasındaki kenar boşluğu" # gtk/gtkbbox.c:115 -#: ../gtk/gtktoolbar.c:599 +#: gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "En büyük alt genişlemesi" -#: ../gtk/gtktoolbar.c:600 +#: gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "Genişleyebilir öğeye verilecek azami boşluk" # gtk/gtktoolbar.c:259 -#: ../gtk/gtktoolbar.c:608 +#: gtk/gtktoolbar.c:608 msgid "Space style" msgstr "Boşluk biçemi" # gtk/gtktoolbar.c:260 -#: ../gtk/gtktoolbar.c:609 +#: gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "Boşlukçuların düşey çizgiler olması ya da sadece boşluk olması" # gtk/gtktoolbar.c:268 -#: ../gtk/gtktoolbar.c:616 +#: gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "Düğme süslemesi" # gtk/gtktoolbar.c:269 -#: ../gtk/gtktoolbar.c:617 +#: gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "Araç çubuğu düğmelerindeki kenarlık türü" # gtk/gtktoolbar.c:277 -#: ../gtk/gtktoolbar.c:624 +#: gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "Araç çubuğunun çerçevesinin biçemi" # gtk/gtktoolbar.c:283 -#: ../gtk/gtktoolbar.c:630 +#: gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "Araç çubuğu biçemi" # gtk/gtktoolbar.c:284 -#: ../gtk/gtktoolbar.c:631 +#: gtk/gtktoolbar.c:631 msgid "" "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" @@ -7070,22 +7044,22 @@ msgstr "" "simge, simge ve metin, vb." # gtk/gtktoolbar.c:290 -#: ../gtk/gtktoolbar.c:637 +#: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "Araç çubuğu simge boyutu" # gtk/gtktoolbar.c:291 -#: ../gtk/gtktoolbar.c:638 +#: gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "Öntanımlı araç çubuklarındaki simge boyutu" # gtk/gtktable.c:157 -#: ../gtk/gtktoolbutton.c:203 +#: gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "Öğede görüntülenecek metin." # gtk/gtklabel.c:220 -#: ../gtk/gtktoolbutton.c:210 +#: gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" @@ -7094,47 +7068,47 @@ msgstr "" "olarak kullanılacaktır" # gtk/gtknotebook.c:342 -#: ../gtk/gtktoolbutton.c:217 +#: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "Öğe etiketi olarak kullanılacak parça" -#: ../gtk/gtktoolbutton.c:223 +#: gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "Depo Kimliği" -#: ../gtk/gtktoolbutton.c:224 +#: gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "Bu öğede gösterilecek depo simgesi" # gtk/gtkfontsel.c:185 -#: ../gtk/gtktoolbutton.c:240 +#: gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "Simge ismi" -#: ../gtk/gtktoolbutton.c:241 +#: gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "Bu öğede gösterilecek temalı simgenin ismi" # gtk/gtkcheckmenuitem.c:122 gtk/gtktogglebutton.c:152 -#: ../gtk/gtktoolbutton.c:247 +#: gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "Simge parçası" -#: ../gtk/gtktoolbutton.c:248 +#: gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "Bu öğede gösterilecek simge parçası" # gtk/gtktable.c:174 -#: ../gtk/gtktoolbutton.c:261 +#: gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "Simge aralığı" # gtk/gtkrange.c:305 -#: ../gtk/gtktoolbutton.c:262 +#: gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "Simge ve etiket arasındaki piksel cinsinden boşluk" -#: ../gtk/gtktoolitem.c:191 +#: gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" @@ -7143,444 +7117,444 @@ msgstr "" "GTK_TOOLBAR_BOTH_HORIZ kipinde metin gösterir" # gtk/gtktreeview.c:457 -#: ../gtk/gtktreemodelsort.c:274 +#: gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "TreeModelSort Modeli" # gtk/gtktreeview.c:458 -#: ../gtk/gtktreemodelsort.c:275 +#: gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "Sıralama için TreeModelSort modeli" # gtk/gtktreeview.c:457 -#: ../gtk/gtktreeview.c:570 +#: gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "TreeView Modeli" # gtk/gtktreeview.c:458 -#: ../gtk/gtktreeview.c:571 +#: gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "Ağaç görünümü için model" # gtk/gtktreeview.c:466 -#: ../gtk/gtktreeview.c:579 +#: gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "Parça için Yatay Hizalama" # gtk/gtktreeview.c:474 -#: ../gtk/gtktreeview.c:587 +#: gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "Parça için Düşey Hizalama" # gtk/gtktreeview.c:489 -#: ../gtk/gtktreeview.c:594 +#: gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "Başlıklar Görünür" # gtk/gtktreeview.c:482 -#: ../gtk/gtktreeview.c:595 +#: gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "Sütun başlığı düğmelerini göster" # gtk/gtktreeview.c:489 -#: ../gtk/gtktreeview.c:602 +#: gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "Başlıklar Tıklanabilir" # gtk/gtktreeview.c:490 -#: ../gtk/gtktreeview.c:603 +#: gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "Başlıklar tıklama eylemine yanıt verir" # gtk/gtktreeview.c:497 -#: ../gtk/gtktreeview.c:610 +#: gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "Genişletici Sütun" # gtk/gtktreeview.c:498 -#: ../gtk/gtktreeview.c:611 +#: gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "Sütünü genişletici sütun olarak ayarlar" # gtk/gtktreeview.c:513 -#: ../gtk/gtktreeview.c:626 +#: gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "Kural İpucu" # gtk/gtktreeview.c:514 -#: ../gtk/gtktreeview.c:627 +#: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "Satırlara farklı renkler atamada tema aygıtına bir ipucu belirtir" -#: ../gtk/gtktreeview.c:634 +#: gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "Aramayı Etkinleştir" -#: ../gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "Görünüm kullanıcıya sütunlarda etkileşimli arama yapma izni verir" -#: ../gtk/gtktreeview.c:642 +#: gtk/gtktreeview.c:642 msgid "Search Column" msgstr "Arama Sütunu" -#: ../gtk/gtktreeview.c:643 +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "Etkileşimli arama sırasında aranacak model sütunu" # gtk/gtkcellrenderer.c:179 -#: ../gtk/gtktreeview.c:663 +#: gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "Sabit Yükseklik Kipi" -#: ../gtk/gtktreeview.c:664 +#: gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "" "GtkTreeView'i tüm satırları eşit yükseklikte olduğunu farzederek hızlandır" -#: ../gtk/gtktreeview.c:684 +#: gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "Seçimin Dolanması" # gtk/gtkcolorsel.c:1669 -#: ../gtk/gtktreeview.c:685 +#: gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "Seçimin belirteci takip etmesi" # gtk/gtkpreview.c:134 -#: ../gtk/gtktreeview.c:704 +#: gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "Üstünde Geçerken Genişleme" # gtk/gtkpaned.c:126 -#: ../gtk/gtktreeview.c:705 +#: gtk/gtktreeview.c:705 msgid "" "Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "Satırların belirteç üzerlerinden geçerken açılması/kapanması" -#: ../gtk/gtktreeview.c:719 +#: gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "Genişleticileri Göster" -#: ../gtk/gtktreeview.c:720 +#: gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "Görünüm genişleticilere sahip" -#: ../gtk/gtktreeview.c:734 +#: gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "Seviye Girintileme" -#: ../gtk/gtktreeview.c:735 +#: gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "Her seviye için ek girinti" -#: ../gtk/gtktreeview.c:744 +#: gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "Taşıyarak Gruplama" -#: ../gtk/gtktreeview.c:745 +#: gtk/gtktreeview.c:745 msgid "" "Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "" "Fare belirteciyle öğeleri taşıyarak bir den fazla öğe seçmenin etkinleşmesi" # gtk/gtkcombo.c:133 -#: ../gtk/gtktreeview.c:752 +#: gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "Izgara Çizgilerini Etkinleştir" # gtk/gtknotebook.c:376 -#: ../gtk/gtktreeview.c:753 +#: gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "Ağaç görünümünde ızgara çizgilerinin çizilmesi" # gtk/gtkcombo.c:133 -#: ../gtk/gtktreeview.c:761 +#: gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "Ağaç Çizgilerini Etkinleştir" # gtk/gtknotebook.c:376 -#: ../gtk/gtktreeview.c:762 +#: gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "Ağaç görünümünde ağaç çizgilerinin çizilmesi" -#: ../gtk/gtktreeview.c:770 +#: gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "Satırlar için balon metinlerini barındıran modeldeki sütun" # gtk/gtktreeview.c:535 -#: ../gtk/gtktreeview.c:792 +#: gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "Düşey Ayraç Genişliği" -#: ../gtk/gtktreeview.c:793 +#: gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "Hücreler arasındaki düşey boşluk. Bir çift sayı olmalıdır" # gtk/gtktreeview.c:544 -#: ../gtk/gtktreeview.c:801 +#: gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "Yatay Ayraç Genişliği" -#: ../gtk/gtktreeview.c:802 +#: gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "Hücreler arasındaki yatay boşluk. Bir çift sayı olmalıdır" -#: ../gtk/gtktreeview.c:810 +#: gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "Kurallara İzin Ver" -#: ../gtk/gtktreeview.c:811 +#: gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "Ard arda renklerde satırlar çizilmesine izin ver" -#: ../gtk/gtktreeview.c:817 +#: gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "Genişleticileri Girintile" -#: ../gtk/gtktreeview.c:818 +#: gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "Genişleticilere girinti ekle" -#: ../gtk/gtktreeview.c:824 +#: gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "Çift Satır Rengi" -#: ../gtk/gtktreeview.c:825 +#: gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "Çift satırlar için kullanılacak renk" -#: ../gtk/gtktreeview.c:831 +#: gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "Tek Satır Rengi" -#: ../gtk/gtktreeview.c:832 +#: gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "Tek satırlar için kullanılacak renk" -#: ../gtk/gtktreeview.c:838 +#: gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "Satır Bitişi ayrıntıları" -#: ../gtk/gtktreeview.c:839 +#: gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "Genişletilmiş satır arka plan temasını etkinleştir" -#: ../gtk/gtktreeview.c:845 +#: gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "Izgara çizgisi genişliği" # gtk/gtkwidget.c:1069 -#: ../gtk/gtktreeview.c:846 +#: gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "Ağaç görünümü ızgara çizgileri genişliği, piksel olarak" # gtk/gtkcellrenderer.c:168 -#: ../gtk/gtktreeview.c:852 +#: gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "Ağaç çizgisi genişliği" # gtk/gtkwidget.c:1069 -#: ../gtk/gtktreeview.c:853 +#: gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "Ağaç görünümü ağaç çizgileri genişliği, piksel olarak" -#: ../gtk/gtktreeview.c:859 +#: gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "Izgara çizgisi deseni" # gtk/gtkwidget.c:1069 -#: ../gtk/gtktreeview.c:860 +#: gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "Ağaç görünümü ızgara çizgisi çizerken kullanılacak kesik çizgi deseni" -#: ../gtk/gtktreeview.c:866 +#: gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "Ağaç çizgisi deseni" # gtk/gtkwidget.c:1069 -#: ../gtk/gtktreeview.c:867 +#: gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "Ağaç görünümü ağaç çizgisi çizerken kullanılacak kesik çizgi deseni" # gtk/gtktreeviewcolumn.c:172 -#: ../gtk/gtktreeviewcolumn.c:192 +#: gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "Sütunun gösterilmesi" # gtk/gtkwindow.c:364 -#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Boyutlandırılabilir" -#: ../gtk/gtktreeviewcolumn.c:200 +#: gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "Sütun kullanıcı tarafından boyutlandırılabilir" # gtk/gtktreeviewcolumn.c:189 -#: ../gtk/gtktreeviewcolumn.c:208 +#: gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "Sütunun mevcut genişliği" -#: ../gtk/gtktreeviewcolumn.c:217 +#: gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "Hücreler arasına eklenecek boşluk" # gtk/gtktreeviewcolumn.c:179 -#: ../gtk/gtktreeviewcolumn.c:225 +#: gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "Boyutlandırma" # gtk/gtktreeviewcolumn.c:180 -#: ../gtk/gtktreeviewcolumn.c:226 +#: gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "Sütun boyutlandırma kipi" # gtk/gtkcellrenderer.c:168 -#: ../gtk/gtktreeviewcolumn.c:234 +#: gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "Sabit Genişlik" -#: ../gtk/gtktreeviewcolumn.c:235 +#: gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "Sütunun mevcut sabit genişliği" # gtk/gtktreeviewcolumn.c:198 -#: ../gtk/gtktreeviewcolumn.c:244 +#: gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "En Küçük Genişlik" # gtk/gtktreeviewcolumn.c:199 -#: ../gtk/gtktreeviewcolumn.c:245 +#: gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "Sütun için izin verilen en küçük genişlik" # gtk/gtktreeviewcolumn.c:208 -#: ../gtk/gtktreeviewcolumn.c:254 +#: gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "En Büyük Genişlik" # gtk/gtktreeviewcolumn.c:209 -#: ../gtk/gtktreeviewcolumn.c:255 +#: gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "Sütun için izin verilen en büyük genişlik" # gtk/gtktreeviewcolumn.c:219 -#: ../gtk/gtktreeviewcolumn.c:265 +#: gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "Sütun başlığında görüntülenecek başlık" -#: ../gtk/gtktreeviewcolumn.c:273 +#: gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "Parçaya ayrılan ek genişlikten sütunda pay alır" # gtk/gtktreeviewcolumn.c:226 -#: ../gtk/gtktreeviewcolumn.c:280 +#: gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "Tıklanabilir" # gtk/gtktreeviewcolumn.c:227 -#: ../gtk/gtktreeviewcolumn.c:281 +#: gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "Başlığın tıklama eylemine yanıt vermesi" # gtk/gtktreeviewcolumn.c:235 -#: ../gtk/gtktreeviewcolumn.c:289 +#: gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "Parça" # gtk/gtktreeviewcolumn.c:236 -#: ../gtk/gtktreeviewcolumn.c:290 +#: gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "Sütun başlığı yerine kullanılacak düğmeye konulacak parça" # gtk/gtktreeviewcolumn.c:244 -#: ../gtk/gtktreeviewcolumn.c:298 +#: gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "Sütun başlık metni ya da parçasının X hizalaması" # gtk/gtkcellrenderertext.c:212 gtk/gtktexttag.c:277 gtk/gtktextview.c:553 -#: ../gtk/gtktreeviewcolumn.c:308 +#: gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "Sütunun başlıklar etrafında sıralanabilirliği" # gtk/gtktreeviewcolumn.c:261 -#: ../gtk/gtktreeviewcolumn.c:315 +#: gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "Sıralama belirteci" # gtk/gtktreeviewcolumn.c:262 -#: ../gtk/gtktreeviewcolumn.c:316 +#: gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "Bir sıralama belirteci gösterilmesi" # gtk/gtktreeviewcolumn.c:269 -#: ../gtk/gtktreeviewcolumn.c:323 +#: gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "Sıralama düzeni" # gtk/gtktreeviewcolumn.c:270 -#: ../gtk/gtktreeviewcolumn.c:324 +#: gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "Sıralama belirtecinin gösterdiği sıralama yönü" # gtk/gtkcheckmenuitem.c:115 -#: ../gtk/gtkuimanager.c:223 +#: gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "Menülere ayrılmış menü öğelerinin eklenmesi" -#: ../gtk/gtkuimanager.c:230 +#: gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "Birleşik arayüz tanımı" -#: ../gtk/gtkuimanager.c:231 +#: gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "Birleşik arayüzün XML dizgesi tanımı" # gtk/gtkviewport.c:132 -#: ../gtk/gtkviewport.c:107 +#: gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" msgstr "Bu görünüm için yatay konum değerlerini saptayan GtkAdjustment" # gtk/gtkviewport.c:140 -#: ../gtk/gtkviewport.c:115 +#: gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" msgstr "Bu görünüm için düşey konum değerlerini saptayan GtkAdjustment" # gtk/gtkviewport.c:148 -#: ../gtk/gtkviewport.c:123 +#: gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" msgstr "Görünümün çevresindeki gölgeli kutunun çizileceğini saptar" # gtk/gtkwidget.c:392 -#: ../gtk/gtkwidget.c:483 +#: gtk/gtkwidget.c:483 msgid "Widget name" msgstr "Parça ismi" # gtk/gtkwidget.c:393 -#: ../gtk/gtkwidget.c:484 +#: gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "Parçanın ismi" # gtk/gtkwidget.c:399 -#: ../gtk/gtkwidget.c:490 +#: gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "Üst parça" # gtk/gtkwidget.c:400 -#: ../gtk/gtkwidget.c:491 +#: gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" msgstr "Bu parçayı taşıyan üst parça. Bir Taşıyıcı parça olmalıdır" -#: ../gtk/gtkwidget.c:498 +#: gtk/gtkwidget.c:498 msgid "Width request" msgstr "Genişlik isteği" -#: ../gtk/gtkwidget.c:499 +#: gtk/gtkwidget.c:499 msgid "" "Override for width request of the widget, or -1 if natural request should be " "used" @@ -7588,11 +7562,11 @@ msgstr "" "Parçanın genişlik isteği için zorlama, doğal istek kullanılması için -1 " "olmalıdır" -#: ../gtk/gtkwidget.c:507 +#: gtk/gtkwidget.c:507 msgid "Height request" msgstr "Yükseklik isteği" -#: ../gtk/gtkwidget.c:508 +#: gtk/gtkwidget.c:508 msgid "" "Override for height request of the widget, or -1 if natural request should " "be used" @@ -7601,202 +7575,202 @@ msgstr "" "olmalıdır" # gtk/gtkwidget.c:443 -#: ../gtk/gtkwidget.c:517 +#: gtk/gtkwidget.c:517 msgid "Whether the widget is visible" msgstr "Parçanın görünürlüğü" # gtk/gtkwidget.c:450 -#: ../gtk/gtkwidget.c:524 +#: gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "Parçanın girdilere yanıt vermesi" # gtk/gtkwidget.c:456 -#: ../gtk/gtkwidget.c:530 +#: gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "Uygulama boyanabilir" # gtk/gtkwidget.c:457 -#: ../gtk/gtkwidget.c:531 +#: gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "Uygulamanın doğrudan parça üzerinde boyama yapması" # gtk/gtkwidget.c:463 -#: ../gtk/gtkwidget.c:537 +#: gtk/gtkwidget.c:537 msgid "Can focus" msgstr "Odaklanabilir" # gtk/gtkwidget.c:464 -#: ../gtk/gtkwidget.c:538 +#: gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "Parçanın girdi odaklamasını kabul etmesi" # gtk/gtkwidget.c:470 -#: ../gtk/gtkwidget.c:544 +#: gtk/gtkwidget.c:544 msgid "Has focus" msgstr "Odaklı" # gtk/gtkwidget.c:471 -#: ../gtk/gtkwidget.c:545 +#: gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "Parçanın girdi odağına sahip olması" # gtk/gtkwidget.c:470 -#: ../gtk/gtkwidget.c:551 +#: gtk/gtkwidget.c:551 msgid "Is focus" msgstr "Odak" # gtk/gtkwidget.c:485 -#: ../gtk/gtkwidget.c:552 +#: gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "Üst seviyede parçanın odak parçası olması" # gtk/gtkwidget.c:477 -#: ../gtk/gtkwidget.c:558 +#: gtk/gtkwidget.c:558 msgid "Can default" msgstr "Öntanımı olabilir" # gtk/gtkwidget.c:478 -#: ../gtk/gtkwidget.c:559 +#: gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "Parçanın öntanımlı parça olabilmesi" # gtk/gtkwidget.c:484 -#: ../gtk/gtkwidget.c:565 +#: gtk/gtkwidget.c:565 msgid "Has default" msgstr "Öntanımı var" # gtk/gtkwidget.c:485 -#: ../gtk/gtkwidget.c:566 +#: gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "Parçanın öntanımlı parça olması" # gtk/gtkwidget.c:491 -#: ../gtk/gtkwidget.c:572 +#: gtk/gtkwidget.c:572 msgid "Receives default" msgstr "Öntanım alır" # gtk/gtkwidget.c:492 -#: ../gtk/gtkwidget.c:573 +#: gtk/gtkwidget.c:573 msgid "If TRUE, the widget will receive the default action when it is focused" msgstr "Eğer TRUE ise, parça odaklandığında öntanımlı eylemi alacaktır" # gtk/gtkwidget.c:498 -#: ../gtk/gtkwidget.c:579 +#: gtk/gtkwidget.c:579 msgid "Composite child" msgstr "Karma alt" # gtk/gtkwidget.c:499 -#: ../gtk/gtkwidget.c:580 +#: gtk/gtkwidget.c:580 msgid "Whether the widget is part of a composite widget" msgstr "Parçanın karma parçasının bir bölümü olması" # gtk/gtkwidget.c:505 -#: ../gtk/gtkwidget.c:586 +#: gtk/gtkwidget.c:586 msgid "Style" msgstr "Biçem" # gtk/gtkwidget.c:506 -#: ../gtk/gtkwidget.c:587 +#: gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" msgstr "Parçanın nasıl görüneceği (renkler vb.) hakkında bilgi içeren biçemi" # gtk/gtkwidget.c:512 -#: ../gtk/gtkwidget.c:593 +#: gtk/gtkwidget.c:593 msgid "Events" msgstr "Eylemler" # gtk/gtkwidget.c:513 -#: ../gtk/gtkwidget.c:594 +#: gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" msgstr "Bu parçanın alacağı GdkEvents çeşidini belirleyen eylem maskesi" # gtk/gtkwidget.c:520 -#: ../gtk/gtkwidget.c:601 +#: gtk/gtkwidget.c:601 msgid "Extension events" msgstr "Uzantı eylemleri" # gtk/gtkwidget.c:521 -#: ../gtk/gtkwidget.c:602 +#: gtk/gtkwidget.c:602 msgid "The mask that decides what kind of extension events this widget gets" msgstr "Bu parçanın alacağı uzantı eylemi çeşidini belirleyen maske" -#: ../gtk/gtkwidget.c:609 +#: gtk/gtkwidget.c:609 msgid "No show all" msgstr "Hepsini göster yok" -#: ../gtk/gtkwidget.c:610 +#: gtk/gtkwidget.c:610 msgid "Whether gtk_widget_show_all() should not affect this widget" msgstr "Bu parçayı gtk_widget_show_all()'un etkilememesi" # gtk/gtkwidget.c:471 -#: ../gtk/gtkwidget.c:633 +#: gtk/gtkwidget.c:633 msgid "Whether this widget has a tooltip" msgstr "Bu parçanın bir balona sahip olması" # gtk/gtkwindow.c:322 -#: ../gtk/gtkwidget.c:689 +#: gtk/gtkwidget.c:689 msgid "Window" msgstr "Pencere" -#: ../gtk/gtkwidget.c:690 +#: gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "Eğer realize edildiyse parçanın penceresi" # gtk/gtkwidget.c:1068 -#: ../gtk/gtkwidget.c:2212 +#: gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "İç Odak" # gtk/gtkwidget.c:1069 -#: ../gtk/gtkwidget.c:2213 +#: gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "Odak belirtecinin parçanın içine çizilmesi" -#: ../gtk/gtkwidget.c:2219 +#: gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "Odaklama çizgisi genişliği" # gtk/gtkwidget.c:1069 -#: ../gtk/gtkwidget.c:2220 +#: gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "Odaklama çizgisinin piksel cinsinden genişliği" -#: ../gtk/gtkwidget.c:2226 +#: gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "Odak çizgisi deseni" # gtk/gtkwidget.c:1069 -#: ../gtk/gtkwidget.c:2227 +#: gtk/gtkwidget.c:2227 msgid "Dash pattern used to draw the focus indicator" msgstr "Odak belirteci çizgisi çizmede kullanılacak kesik çizgi deseni" -#: ../gtk/gtkwidget.c:2232 +#: gtk/gtkwidget.c:2232 msgid "Focus padding" msgstr "Odak doldurma" # gtk/gtkwidget.c:1069 -#: ../gtk/gtkwidget.c:2233 +#: gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" msgstr "Odak belirteci ve 'box' parçası arasındaki piksel cinsinden uzaklık" # gtk/gtkentry.c:456 -#: ../gtk/gtkwidget.c:2238 +#: gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "İmleç rengi" # gtk/gtkentry.c:457 -#: ../gtk/gtkwidget.c:2239 +#: gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "Ekleme imlecinin çizileceği renk" # gtk/gtkentry.c:456 -#: ../gtk/gtkwidget.c:2244 +#: gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "İkincil imleç rengi" -#: ../gtk/gtkwidget.c:2245 +#: gtk/gtkwidget.c:2245 msgid "" "Color with which to draw the secondary insertion cursor when editing mixed " "right-to-left and left-to-right text" @@ -7804,50 +7778,50 @@ msgstr "" "Karışık sağdan-sola veya soldan-sağa metin düzenlemesi yaparken ikincil " "imlecin çizileceği renk" -#: ../gtk/gtkwidget.c:2250 +#: gtk/gtkwidget.c:2250 msgid "Cursor line aspect ratio" msgstr "İmleç satırının en boy oranı" # gtk/gtkentry.c:457 -#: ../gtk/gtkwidget.c:2251 +#: gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "Ekleme imlecinin çizileceği en boy oranı" # gtk/gtknotebook.c:341 -#: ../gtk/gtkwidget.c:2265 +#: gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "Kenarlık Çiz" -#: ../gtk/gtkwidget.c:2266 +#: gtk/gtkwidget.c:2266 msgid "Size of areas outside the widget's allocation to draw" msgstr "Parçanın ayırdığının dışında kalan alanın çizilecek boyutu" # gtk/gtkcolorsel.c:1682 -#: ../gtk/gtkwidget.c:2279 +#: gtk/gtkwidget.c:2279 msgid "Unvisited Link Color" msgstr "Ziyaret Edilmemiş Bağ Rengi" # gtk/gtkwindow.c:333 -#: ../gtk/gtkwidget.c:2280 +#: gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "Ziyaret edilmemiş bağların rengi" # gtk/gtkcolorsel.c:1682 -#: ../gtk/gtkwidget.c:2293 +#: gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "Ziyaret Edilmiş Bağ Rengi" # gtk/gtkwindow.c:333 -#: ../gtk/gtkwidget.c:2294 +#: gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "Ziyaret edilmiş bağların rengi" # gtk/gtkdialog.c:125 -#: ../gtk/gtkwidget.c:2308 +#: gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "Geniş Ayraçlar" -#: ../gtk/gtkwidget.c:2309 +#: gtk/gtkwidget.c:2309 msgid "" "Whether separators have configurable width and should be drawn using a box " "instead of a line" @@ -7856,85 +7830,85 @@ msgstr "" "kullanılarak çizilmesi" # gtk/gtktreeview.c:535 -#: ../gtk/gtkwidget.c:2323 +#: gtk/gtkwidget.c:2323 msgid "Separator Width" msgstr "Ayraç Genişliği" -#: ../gtk/gtkwidget.c:2324 +#: gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" msgstr "Eğer wide-separators TRUE ise ayraçların genişliği" # gtk/gtkwindow.c:399 -#: ../gtk/gtkwidget.c:2338 +#: gtk/gtkwidget.c:2338 msgid "Separator Height" msgstr "Ayraç Yüksekliği" -#: ../gtk/gtkwidget.c:2339 +#: gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" msgstr "Eğer \"wide-separators\" TRUE ise ayraçların yüksekliği" # gtk/gtkalignment.c:121 -#: ../gtk/gtkwidget.c:2353 +#: gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" msgstr "Yatay Kaydırma Ok Uzunluğu" -#: ../gtk/gtkwidget.c:2354 +#: gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "Yatay kaydırma oklarının uzunluğu" # gtk/gtkalignment.c:130 -#: ../gtk/gtkwidget.c:2368 +#: gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "Düşey Kaydırma Ok Uzunluğu" -#: ../gtk/gtkwidget.c:2369 +#: gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "Düşey kaydırma oklarının uzunluğu" # gtk/gtkwindow.c:322 -#: ../gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Pencere Türü" # gtk/gtkwindow.c:323 -#: ../gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Pencerenin türü" # gtk/gtkwindow.c:332 -#: ../gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Pencere Başlığı" # gtk/gtkwindow.c:333 -#: ../gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Pencerenin başlığı" # gtk/gtkwindow.c:332 -#: ../gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Pencere Rolü" -#: ../gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Oturum geri getirilirken kullanılacak pencere için tek olan belirteç" -#: ../gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Başlangıç Kimliği" -#: ../gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "startup-notification tarafından kullanılacak perncere için tek olan belirteç" # gtk/gtkwindow.c:348 -#: ../gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Daraltmaya İzin Ver" -#: ../gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7944,27 +7918,27 @@ msgstr "" "değeri TRUE yapmak %99 yanlış bir fikir olacaktır" # gtk/gtkwindow.c:356 -#: ../gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Büyütmeye İzin Ver" # gtk/gtkwindow.c:357 -#: ../gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "Eğer TRUE ise, kullanıcılar pencereyi en küçük boyutundan büyütebilir" # gtk/gtkwindow.c:365 -#: ../gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Eğer TRUE ise, kullanıcılar pencere boyutlarını değiştirebilir" # gtk/gtkwindow.c:372 -#: ../gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Yönetsel" # gtk/gtkwindow.c:373 -#: ../gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7973,75 +7947,75 @@ msgstr "" "diğer pencereleri odak alamaz)" # gtk/gtkwindow.c:380 -#: ../gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Pencere Konumu" # gtk/gtkwindow.c:381 -#: ../gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Pencerenin başlangıç pozisyonu" # gtk/gtkwindow.c:389 -#: ../gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Öntanımlı Genişlik" -#: ../gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Pencere ilk gösterildiğinde pencerenin öntanımlı genişliği" # gtk/gtkwindow.c:399 -#: ../gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Öntanımlı Yükseklik" -#: ../gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Pencere ilk gösterildiğinde pencerenin öntanımlı yüksekliği" # gtk/gtkwindow.c:409 -#: ../gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Üst ile Kapat" # gtk/gtkwindow.c:410 -#: ../gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Bu pencerenin üstü olan pencere kapatıldığında kapatılması" -#: ../gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Bu pencere için simge" -#: ../gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Bu pencere için temalı simgenin ismi" # gtk/gtkcheckmenuitem.c:114 gtk/gtktogglebutton.c:144 -#: ../gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Etkin" # gtk/gtkwidget.c:485 -#: ../gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Üst seviyenin şu anki aktif pencere olması" -#: ../gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Üst Seviyede Odakla" -#: ../gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Girdi odaklamasının bu GtkWindow ile yapılması" -#: ../gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Tür ipucu" -#: ../gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -8049,111 +8023,111 @@ msgstr "" "Masaüstü dağıtımının bu pencerenin ne türde olduğunu ve nasıl davranacağını " "anlamasına yardım etmek için gereken ipucu." -#: ../gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Görev çubuğunu geç" -#: ../gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Eğer TRUE ise, pencere görev çubuğunda bulunmayacak." -#: ../gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Görüntüleyiciyi geç" # gtk/gtkpaned.c:126 -#: ../gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "Eğer TRUE ise, pencere görüntüleyicide gösterilmeyecektir." -#: ../gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Acil" # gtk/gtkpaned.c:126 -#: ../gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE ise, pencere kullanıcının ilgisini çekmeye çalışacak." # gtk/gtkwidget.c:470 -#: ../gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Odaklamayı kabul et" # gtk/gtkpaned.c:126 -#: ../gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE ise pencere girdi odağını almayacak." -#: ../gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Yerleştirme ile odaklan" # gtk/gtkpaned.c:126 -#: ../gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "TRUE ise pencere yerleştirildiğinde girdi odağını alacak." -#: ../gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Dekorasyonlu" # gtk/gtkpaned.c:126 -#: ../gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Pencerenin pencere yöneticisi tarafından dekore edilmesi" # gtk/gtklabel.c:251 -#: ../gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Silinebilir" # gtk/gtkpaned.c:126 -#: ../gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Pencere çerçevesinin kapatma düğmesine sahip olması" -#: ../gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Çekimi" # gtk/gtkwindow.c:323 -#: ../gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Pencerenin, pencere çekimi" -#: ../gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Pencere için Geçirgenlik" -#: ../gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Pencerenin geçirgen üstü" -#: ../gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Pencerenin Matlığı" # gtk/gtkwindow.c:323 -#: ../gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Pencerenin matlığı, 0'dan 1'e kadar" -#: ../modules/input/gtkimcontextxim.c:334 +#: modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "IM Öndüzenli biçemi" -#: ../modules/input/gtkimcontextxim.c:335 +#: modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "Girdi yöntemi öndüzenli dizginin nasıl çizileceği" # gtk/gtktoolbar.c:259 -#: ../modules/input/gtkimcontextxim.c:343 +#: modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "IM Durum biçemi" # gtk/gtktoolbar.c:233 -#: ../modules/input/gtkimcontextxim.c:344 +#: modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "Girdi yöntemi durum çubuğunun nasıl çizileceği" diff --git a/po-properties/tt.po b/po-properties/tt.po index 5f65cb7f22..29fb6c83f4 100644 --- a/po-properties/tt.po +++ b/po-properties/tt.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ properties\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2005-11-09 14:22+0300\n" "Last-Translator: Albert Fazlí \n" "Language-Team: Tatarish \n" @@ -86,12 +86,12 @@ msgstr "" msgid "The default display for GDK" msgstr "" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Küräk" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -111,114 +111,114 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Yazılım adı" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Yazılım söreme" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Bu yazılımnıñ söreme" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Qälämxaq yazması" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Bu yazılımğa qälämxaq turında beleşmä" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Açıqlama yazma" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Bu yazılım açıqlaması" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Yazuçı" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Qullanmaçılar" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Bu yazılımğa qullanma äzerlägän keşelär" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Albert Fazlí " -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "Albert Fazlí" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -292,7 +292,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Tamğa Adı" @@ -390,7 +390,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Bäyä" @@ -1212,7 +1212,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Tamğa" @@ -1269,7 +1269,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -3030,7 +3030,7 @@ msgstr "Tamğa quşu" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Tamğa ülçäme" @@ -3096,7 +3096,7 @@ msgstr "" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4690,27 +4690,27 @@ msgstr "Bäyä arası" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Yazma bilgese" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Tamğa ülçäme" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Tamğa" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "" @@ -6370,7 +6370,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6779,217 +6779,217 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Täräzä Töre" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Täräzä töre" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Täräzä Başlığı" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Täräzä başlığı" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Täräzä Eşe" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Törkem" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Täräzä Urınlaşuı" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Qoraltiräne ütäse" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Aşığıç" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Eş üzägen alu" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Bizäklängän" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Yazma bilgese" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Täräzä töre" diff --git a/po-properties/uk.po b/po-properties/uk.po index 01ce76bf90..486e792832 100644 --- a/po-properties/uk.po +++ b/po-properties/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.4.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-09-04 14:55+0200\n" "Last-Translator: dziumanenko@gmail.com\n" "Language-Team: Ukrainian \n" @@ -88,12 +88,12 @@ msgstr "Типовий дисплей" msgid "The default display for GDK" msgstr "Типовий дисплей для підсистеми GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Екран" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen для рендерера" @@ -113,11 +113,11 @@ msgstr "Роздільна здатність шрифту" msgid "The resolution for fonts on the screen" msgstr "Роздільна здатність шрифту на екрані" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Назва програми" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -125,43 +125,43 @@ msgstr "" "Назва програми. Якщо не встановлено, типово використовується " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Версія програми" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Версія програми" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Рядок авторського права" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Інформація про авторське право програми" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Рядок коментаря" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Коментар про програму" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL веб-сторінка" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "URL веб-сторінки програми" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Ярлик веб-сайту" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -169,46 +169,46 @@ msgstr "" "Ярлик посилання на веб-сторінку програми. Якщо не встановлено, типово " "відповідає URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Автори" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Перелік авторів програми" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Автори документації" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Перелік авторів документації програми" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Художники" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Перелік осіб, що приймали участь у оформленні програми" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Перекладачі" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Подяки перекладачам. Ця рядки повинні бути позначені як доступні для " "перекладу." -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Емблема" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -216,19 +216,19 @@ msgstr "" "Емблема для вікна \"Про програму\". Якщо не встановлено, типово " "використовується gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Назва значка емблеми" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Назва значка, що використовується у якості емблеми \"Про програму\"." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Режим переносу ліцензії" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Чи переносити рядку у тексті ліцензії." @@ -304,7 +304,7 @@ msgid "The GIcon being displayed" msgstr "Набір значків до відображення" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Назва значка" @@ -414,7 +414,7 @@ msgid "Whether the action group is visible." msgstr "Чи буде група дій видимою." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Значення" @@ -1253,7 +1253,7 @@ msgstr "Стан слідування" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Чи растеризований pixbuf слід фарбувати у відповідності до стану" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Значок" @@ -1314,7 +1314,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Орієнтація і напрямок росту панелі поступу" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Вирівнювання" @@ -3130,7 +3130,7 @@ msgstr "Набір значків" msgid "Icon set to display" msgstr "Набір значків до відображення" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Розмір значків" @@ -3198,7 +3198,7 @@ msgstr "Показувати зображення меню" msgid "Whether images should be shown in menus" msgstr "Чи потрібно відображати зображення у меню" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Екран, на якому буде відображено це вікно" @@ -4807,26 +4807,26 @@ msgstr "Відступ значення" msgid "Space between value text and the slider/trough area" msgstr "Інтервал між зображеним значенням і ділянкою повзунка чи напрямної" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Значення масштабу" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Розмір значка" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "Об'єкт GtkAdjustment, що містить поточне значення масштабу цієї кнопки " "масштабу" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Значок" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Список назв значків" @@ -6549,7 +6549,7 @@ msgstr "Візерунок, що використовуватиметься дл msgid "Whether to display the column" msgstr "Чи показувати стовпчик" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Розмір можна змінювати" @@ -6964,46 +6964,46 @@ msgstr "Довжина стрілки вертикальної прокрутк msgid "The length of vertical scroll arrows" msgstr "Довжина стрілок вертикальної прокрутки" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Тип вікна" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Тип вікна" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Заголовок вікна" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Заголовок вікна" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Роль вікна" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Унікальний ідентифікатор вікна, що використовується при відновленні сеансу" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Початковий ідентифікатор" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Унікальний початковий ідентифікатор вікна, що використовується startup-" "notification" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Дозволити стиснення" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7012,23 +7012,23 @@ msgstr "" "Якщо істинно, вікно не має мінімального розміру. Встановлення цього значення " "в 99% випадків є поганою ідеєю" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Дозволити збільшення" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "Якщо істинно, то користувач може збільшувати розмір вікна" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Якщо істинно, то користувач може змінювати розмір вікна" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Модальне" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7036,72 +7036,72 @@ msgstr "" "Якщо істинно, то вікно є модальним (інші вікна не можуть використовуватися, " "доки це вікно існує)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Позиція вікна" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Початкова позиція вікна" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Типова ширина" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Початкова ширина вікна, використовується під час початкового відображення " "вікна" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Типова висота" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "Початкова висота вікна, використовується під час початкового відображення " "вікна" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Знищувати з батьківським" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Чи має це вікно знищуватись разом з батьківським" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Значок цього вікна" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Назва значка з теми для цього вікна" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Активне" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Чи вікно найвищого рівня є поточним активним вікном" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Фокус у вікні найвищого рівня" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Чи фокус вводу в цьому об'єкті GtkWindow" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Вказівка типу" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7109,84 +7109,84 @@ msgstr "" "Вказівка, що допомагає середовищу зрозуміти якого типу є це вікно і як його " "необхідно обробляти" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Уникнути панель завдань" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Істина, якщо вікно не повинно потрапляти у панель завдань." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Уникнути пейджер" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "Істинно, якщо вікно не має потрапити в пейджер" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Терміново" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "Істинно, якщо вікно має привернути увагу користувача." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Допускає фокус" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "Істина, якщо вікно повинно отримувати фокус вводу." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Фокус при відображенні" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" "Встановлено, якщо вікно повинно отримувати фокус вводу при відображені." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Оздоблене" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Чи вікно повинно бути прикрашене менеджером вікон" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Може видалятись" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Чи кадр вікна повинен мати кнопку закривання" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Важливість" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Важливість вінка" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Прозорий для вікна" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Прозорий батьківський віджет діалогу" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Непрозорість вікна" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Непрозорість вікна, від 0 до 1" diff --git a/po-properties/ur.po b/po-properties/ur.po index 0373a64a33..2511a3979f 100644 --- a/po-properties/ur.po +++ b/po-properties/ur.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ gtk-2-4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2006-06-20 15:32-0500\n" "Last-Translator: Zack Ajmal \n" "Language-Team: UrduWeb Localization Team \n" @@ -86,12 +86,12 @@ msgstr "طےشدہ" msgid "The default display for GDK" msgstr "" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -111,114 +111,114 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -291,7 +291,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "نام" @@ -391,7 +391,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "" @@ -1204,7 +1204,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "" @@ -1261,7 +1261,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -2991,7 +2991,7 @@ msgstr "" msgid "Icon set to display" msgstr "" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "" @@ -3056,7 +3056,7 @@ msgstr "" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4605,24 +4605,24 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "" @@ -6256,7 +6256,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6660,218 +6660,218 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "گروپ" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 #, fuzzy msgid "Default Width" msgstr "طےشدہ" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 #, fuzzy msgid "Default Height" msgstr "طےشدہ" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" diff --git a/po-properties/uz.po b/po-properties/uz.po index ca76ccbee2..71b57c130e 100644 --- a/po-properties/uz.po +++ b/po-properties/uz.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: uz@cyrillic\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2008-12-30 22:10+0500\n" "Last-Translator: Nurali Abdurahmonov \n" "Language-Team: Uzbek\n" @@ -89,12 +89,12 @@ msgstr "Andoza displey" msgid "The default display for GDK" msgstr "GDK uchun andoza displey" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Ekran" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "Renderer uchun GdkScreen" @@ -114,115 +114,115 @@ msgstr "Shrift oʻlchami" msgid "The resolution for fonts on the screen" msgstr "Ekrandagi shrift oʻlchami" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Dastur nomi" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Dastur versiyasi" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Dasturning versiyasi" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Dastur uchun mualliflik huquqi maʼlumoti" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Dastur haqida izohlar" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Veb sahifa URL manzili" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Mualliflar" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Dastur mualliflari roʻyxati" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Qoʻllanma mualliflari" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Dastur qoʻllanmasi mualliflari" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Tarjimonlar" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Dastur tarjimonlari. Ushbu satr tarjima qilinadigan qilib belgilanishi kerak" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Logo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Logotip nishonchasi nomi" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -295,7 +295,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Nishoncha nomi" @@ -395,7 +395,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Qiymat" @@ -1201,7 +1201,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Nishoncha" @@ -1258,7 +1258,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -2990,7 +2990,7 @@ msgstr "Nishonchalar toʻplami" msgid "Icon set to display" msgstr "Koʻrsatiladigan nishonchalar toʻplami" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Nishoncha oʻlchami" @@ -3055,7 +3055,7 @@ msgstr "Menyu rasmlarini koʻrsatish" msgid "Whether images should be shown in menus" msgstr "Menyularda rasmlarni koʻrsatilishi" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Ushbu oyna koʻrsatiladigan ekran" @@ -4596,24 +4596,24 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Nishoncha oʻlchami" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Nishonchalar" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Nishoncha nomlari roʻyxati" @@ -6244,7 +6244,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6646,215 +6646,215 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Andoza kenglik" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Andoza balandlik" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Muhim" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Olib tashlab boʻladigan" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" diff --git a/po-properties/uz@cyrillic.po b/po-properties/uz@cyrillic.po index 4994b7cfc2..c9c2f08c2f 100644 --- a/po-properties/uz@cyrillic.po +++ b/po-properties/uz@cyrillic.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: uz@cyrillic\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2008-12-30 22:10+0500\n" "Last-Translator: Nurali Abdurahmonov \n" "Language-Team: Uzbek\n" @@ -89,12 +89,12 @@ msgstr "Андоза дисплей" msgid "The default display for GDK" msgstr "GDK учун андоза дисплей" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Экран" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "Рендерер учун GdkScreen" @@ -114,115 +114,115 @@ msgstr "Шрифт ўлчами" msgid "The resolution for fonts on the screen" msgstr "Экрандаги шрифт ўлчами" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Дастур номи" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Дастур версияси" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Дастурнинг версияси" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Дастур учун муаллифлик ҳуқуқи маълумоти" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Дастур ҳақида изоҳлар" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Веб саҳифа URL манзили" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Муаллифлар" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Дастур муаллифлари рўйхати" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Қўлланма муаллифлари" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Дастур қўлланмаси муаллифлари" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Таржимонлар" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Дастур таржимонлари. Ушбу сатр таржима қилинадиган қилиб белгиланиши керак" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Лого" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Логотип нишончаси номи" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -295,7 +295,7 @@ msgid "The GIcon being displayed" msgstr "" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Нишонча номи" @@ -394,7 +394,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Қиймат" @@ -1200,7 +1200,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Нишонча" @@ -1257,7 +1257,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -2989,7 +2989,7 @@ msgstr "Нишончалар тўплами" msgid "Icon set to display" msgstr "Кўрсатиладиган нишончалар тўплами" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Нишонча ўлчами" @@ -3054,7 +3054,7 @@ msgstr "Меню расмларини кўрсатиш" msgid "Whether images should be shown in menus" msgstr "Менюларда расмларни кўрсатилиши" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Ушбу ойна кўрсатиладиган экран" @@ -4595,24 +4595,24 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Нишонча ўлчами" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Нишончалар" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Нишонча номлари рўйхати" @@ -6243,7 +6243,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6645,215 +6645,215 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Андоза кенглик" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Андоза баландлик" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Муҳим" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Олиб ташлаб бўладиган" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" diff --git a/po-properties/vi.po b/po-properties/vi.po index d9beeb62ce..9bcc161925 100644 --- a/po-properties/vi.po +++ b/po-properties/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties 2.15.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-02-09 18:47+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -90,12 +90,12 @@ msgstr "Bộ trình bày mặc định" msgid "The default display for GDK" msgstr "Bộ trình bày mặc định cho GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Màn hình" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen cho bộ vẽ" @@ -115,11 +115,11 @@ msgstr "Độ phân giải phông chữ" msgid "The resolution for fonts on the screen" msgstr "Độ phân giải của phông chữ trên màn hình" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Tên chương trình" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -127,43 +127,43 @@ msgstr "" "Tên của chương trình. Nếu chưa đặt thì giá trị mặc định là « " "g_get_application_name() » (g lấy tên ứng dụng)" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Phiên bản chương trình" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Phiên bản của chương trình" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Chuỗi bản quyền" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Thông tin bản quyền cho chương trình" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Chuỗi ghi chú" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Ghi chú về chương trình" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "Địa chỉ Mạng của trang chủ" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "Địa chỉ Mạng cho liên kết tới trang chủ của chương trình" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Nhãn trang chủ" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -171,45 +171,45 @@ msgstr "" "Nhãn cho liên kết tới trang chủ của chương trình. Nếu chưa đặt thì giá trị " "mặc định là địa chỉ Mạng của nó" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Tác giả" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Danh sách các tác giả của chương trình" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Tài liệu :" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Danh sách các người tạo tài liệu cho chương trình" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Nghệ sĩ" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Danh sách các người đã đóng góp đồ họa cùng chương trình" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Bản dịch:" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Công trạng cho các người dịch. Chuỗi này nên được nhãn có khả năng dịch" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Biểu hình" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -218,19 +218,19 @@ msgstr "" "định là « gtk_window_get_default_icon_list() » (gtk cửa sổ lấy danh sách biểu " "tượng mặc định)" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Tên biểu tượng biểu hình" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Một biểu tượng có tên cần dùng là biểu hình cho hộp giới thiệu." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Ngắt dòng quyển" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Có nên ngắt dòng trong văn bản của quyền hay không." @@ -305,7 +305,7 @@ msgid "The GIcon being displayed" msgstr "Biểu tượng GIcon đang hiển thị" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Tên biểu thượng" @@ -411,7 +411,7 @@ msgid "Whether the action group is visible." msgstr "Có nên hiển thị nhóm hành động này hay không" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Giá trị" @@ -1245,7 +1245,7 @@ msgstr "Theo tính tráng" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Có nên tô màu đệm điểm ảnh đã vẽ theo tình trạng hay không" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Biểu tượng" @@ -1305,7 +1305,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Hướng và chiều đi của thanh tiến hành" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Điều chỉnh" @@ -3071,7 +3071,7 @@ msgstr "Tập biểu tượng" msgid "Icon set to display" msgstr "Tập biểu tượng cần hiển thị" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Cỡ biểu tượng" @@ -3136,7 +3136,7 @@ msgstr "HIện ảnh trình đơn" msgid "Whether images should be shown in menus" msgstr "Có nên hiển thị ảnh trong trình đơn hay không" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Màn hình nơi cửa sổ này sẽ được hiển thị" @@ -4746,26 +4746,26 @@ msgstr "Khoảng cách giá trị" msgid "Space between value text and the slider/trough area" msgstr "Khoảng cách giữa văn bản giá trị và vùng của con trượt/máng xối" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Giá trị của tỷ lệ" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Cỡ biểu tượng" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "GtkAdjustment (điều chỉnh Gtk) chứa giá trị hiện thời của đối tượng co giãn " "cái nút" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Biểu tượng" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Danh sách các tên biểu tượng" @@ -6486,7 +6486,7 @@ msgstr "Mẫu gạch được dùng để vẽ các đường ô xem cây" msgid "Whether to display the column" msgstr "Có nên hiển thị cột hay không" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Cho đổi cỡ" @@ -6908,44 +6908,44 @@ msgstr "Độ dài mũi tên cuộn dọc" msgid "The length of vertical scroll arrows" msgstr "Độ dài của các mũi tên cuộn theo chiều dọc" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Kiểu cửa sổ" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Kiểu cửa sổ" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Tựa đề cửa sổ" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Tựa đề của cửa sổ" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Vai cửa sổ" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Điều duy nhất nhận diện cửa sổ này, cần dùng khi phục hồi phiên chạy" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Mã nhận diện khởi chạy" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Điều duy nhất nhận diện cửa sổ này, dùng bởi tiến trình thông báo khởi chạy" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Cho phép co" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6954,23 +6954,23 @@ msgstr "" "Nếu ĐÚNG thì cửa sổ không có kích thước tối thiểu. Nếu đặt ĐÚNG thì 99% " "trường hợp là một ý kiến không hay" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Cho phép giãn" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "Nếu ĐÚNG thì người dùng có thể mở rộng cửa sổ quá kích thước thiểu đa" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Nếu ĐÚNG thì người dùng có thể thay đổi kích thước cửa sổ" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Cách thức" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6978,152 +6978,152 @@ msgstr "" "Nếu ĐÚNG thì cửa sổ là cách thức (các cửa sổ khác không thể hoạt động khi " "cửa sổ này còn mở)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Vị trí cửa sổ" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Vị trí ban đầu của cửa sổ" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Độ rộng mặc định" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Độ rộng mặc định của cửa sổ, được dùng khi hiển thị cửa sổ lần đầu tiên" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Độ cao mặc định" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Độ cao mặc định của cửa sổ, được dùng khi hiển thị cửa sổ lần đầu tiên" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Hủy cùng mẹ" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Nếu cửa sổ mẹ bị hủy thì cửa sổ này cũng bị hủy theo" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Biểu tượng cho cửa sổ này" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Tên của biểu tượng của sắc thái cho cửa sổ này" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Hoạt động" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Cấp đầu có là cửa sổ hiện thời hoạt động, hay không" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Tiêu điểm trong cấp đầu" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Có nên để tiêu điểm gõ ở trong GtkWindow (cửa sổ Gtk) này hay không" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Gợi ý kiểu" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" "Gợi ý trợ giúp môi trường biết kiểu cửa sổ nào và xử lý nó như thế nào." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Bỏ qua thanh tác vụ" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "ĐÚNG nếu cửa sổ không nên có trong thanh tác vụ." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Bỏ qua bộ dàn trang" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "ĐÚNG nếu cửa sổ không nên có trong bộ dàn trang." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Khẩn" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "ĐÚNG nếu cửa sổ này nên được hiển thị cho người dùng xem." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Chấp nhận tiêu điểm" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "ĐÚNG nếu cửa sổ này nên nhận tiêu điểm gõ hay không." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Tiêu điểm khi ánh xạ" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "ĐÚNG nếu cửa sổ này nên nhận tiêu điểm gõ khi được ánh xạ hay không." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Trang trí" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Bộ quản lý cửa sổ nên trang trí cửa sổ này hay không" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Có thể xoá bỏ" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Khung cửa sổ nên có cái nút đóng hay không" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Trọng lực" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Trọng lực cửa sổ của cửa sổ này" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Tạm cho cửa sổ" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Mẹ tạm thời của hộp thoại đó" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Độ mờ đục cho cửa sổ" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Độ mờ đục của cửa sổ, từ 0 đến 1" diff --git a/po-properties/wa.po b/po-properties/wa.po index 10ebfbfb24..888b3db315 100644 --- a/po-properties/wa.po +++ b/po-properties/wa.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk20 1.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2006-06-06 13:51+0200\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" @@ -94,12 +94,12 @@ msgstr "Prémetou håynaedje" msgid "The default display for GDK" msgstr "Li prémetou håynaedje po GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Waitroûle" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" @@ -119,11 +119,11 @@ msgstr "Finté del fonte" msgid "The resolution for fonts on the screen" msgstr "Li finté po les fontes sol waitroûle" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "No do programe" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -131,43 +131,43 @@ msgstr "" "Li no do programe. S' i n' est nén defini, c' est metou a " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Modêye do programe" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Li modêye do programe" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Tchinne di copyright" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Informåcion so ls abondroets do programe" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Tchinne di rawete" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Rawetes åd fwait do programe" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Etikete pol waibe" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -175,47 +175,47 @@ msgstr "" "L' etikete pol hårdêye viè l' waibe do programe. Si ele n' est nén defineye, " "c' est l' hårdêye (URL) k' est eployeye" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Oteurs" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Djivêye des oteurs do programe" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Documinteus" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Djiveye des djins k' on fwait li documintåcion do programe" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Årtisses" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" "Djivêye des djins k' ont contribouwé å programe avou d' l' ovraedje årtistike" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Gråces po les ratourneus" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Gråces po les ratourneus. Cisse tchinne chal doet esse metowe come " "ratournåve." -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Imådjete" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -223,19 +223,19 @@ msgstr "" "Ene imådjete pol purnea «åd fwait». Si nén defini, c' est metou a " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "No d' l' imådjete" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Ene imådjete avou on no, a-z eployî dins l' purnea «åd fwait»." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" @@ -310,7 +310,7 @@ msgid "The GIcon being displayed" msgstr "Eshonna d' imådjetes a håyner" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "No d' l' imådjete" @@ -408,7 +408,7 @@ msgid "Whether the action group is visible." msgstr "" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Valixhance" @@ -1230,7 +1230,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Imådjete" @@ -1288,7 +1288,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "" @@ -3060,7 +3060,7 @@ msgstr "Eshonna d' imådjetes" msgid "Icon set to display" msgstr "Eshonna d' imådjetes a håyner" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Grandeu d' l' imådjete" @@ -3126,7 +3126,7 @@ msgstr "Mostrer les imådjes ezès menus" msgid "Whether images should be shown in menus" msgstr "Po decider si les imådjes si dvént håyner ezès menus" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" @@ -4700,27 +4700,27 @@ msgstr "" msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Li valixhance di l' adjustaedje" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Grandeu des imådjetes pol bårs ås usteyes" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Imådjete" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "No d' l' imådjete" @@ -6397,7 +6397,7 @@ msgstr "" msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "" @@ -6803,44 +6803,44 @@ msgstr "" msgid "The length of vertical scroll arrows" msgstr "" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Sôre do purnea" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Li sôre do purnea" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Tite do purnea" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Li tite do purnea" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "ID do groupe" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6849,23 +6849,23 @@ msgstr "" "Si metou a VRAIY, li purnea n' a pont d' grandeu minimom. Mete çouci a VRAIY " "est 99% des côps ene måle idêye" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Si VRAIY, les uzeus polèt candjî l' grandeu des purneas" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Modå" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6873,153 +6873,153 @@ msgstr "" "Si VRAIY, li purnea est modå (les ôtes purneas n' ont nén l' focusse tant " "k' ci-chal est en alaedje)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Eplaeçmint do purnea" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "L' eplaeçmint do purnea cwand il est drovou" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Lårdjeur prémetowe" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "Li prémetowe lårdjeur do purnea, pol prumî côp k' il est håyné" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Hôteur prémetowe" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "Li prémetowe hôteur do purnea, pol prumî côp k' il est håyné" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Distrure avou l' parint" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" "Definixhe ci ç' purnea chal ooet esse distrût cwand l' parint est distrût" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "L' imådjete po ci purnea chal" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "No d' l' imådjete do tinme po ci purnea chal" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Passer houte del bår des bouyes" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "VRAIY si l' purnea èn doet nén esse el bår des bouyes." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Passer houte do padjeu" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "VRAIY si l' purnea èn doet nén esse sol pådjeu." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Urdjint" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Accepter l' focusse" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "VRAIY si l' prunea doet rçure li focusse d' intrêye" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Gåyoté" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" "Definixhe si les gåyotaedjes des purneas dvént esse manaedjîs po manaedjeu " "di purneas" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Disfaçåve" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Definixhe si l' cåde do purnea doet-st aveur on boton po clôre" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Gravité" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Li gravité do prunea" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Li sôre do purnea" diff --git a/po-properties/xh.po b/po-properties/xh.po index 7a46e821ea..413b8fc0bc 100644 --- a/po-properties/xh.po +++ b/po-properties/xh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2005-02-08 08:59+0200\n" "Last-Translator: Canonical Ltd \n" "Language-Team: Xhosa \n" @@ -91,12 +91,12 @@ msgstr "Okumiselweyo Okubonakala Kwiskrini" msgid "The default display for GDK" msgstr "Okumiselweyo okubonakala kwiskrini se-GDK" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "Iskrini" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "i-GdkScreen yomnikezeli" @@ -120,11 +120,11 @@ msgstr "Iipoyinti zefonti" msgid "The resolution for fonts on the screen" msgstr "Indlela emaluhlaziywe ngayo uluhlu eskrinini" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Igama lenkqubo" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -132,43 +132,43 @@ msgstr "" "Igama lenkqubo. Ukuba ngaba ayimiliselwanga, iya kwimo emiliselweyo " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Uhlobo lwenkqubo" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Uhlobo lwenkqubo" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Uluhlu lwamagama olungamalungelo ombhali" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Ulwazi ngenkqubo olungamalungelo ombhali" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Uluhlu lwamagama olungezimvo" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Izimvo malunga nenkqubo" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "I-URL ye-Website" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "Idilesi eyi-URL yesinxulumanisi se-website yenkqubo" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Ilebhile ye-website" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -176,45 +176,45 @@ msgstr "" "Ilebhile yesinxulumanisi se-website yenkqubo. Ukuba ngaba ayimiselwanga, iya " "kwi-URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Abaqulunqi" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Uluhlu lwabaqulunqi benkqubo" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Ababhali" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Uluhlu lwabantu ababhala inkqubo" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Abazobi" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Uluhlu lwabantu abamizobo yabo isetyenzisiweyo enkqubeni" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Amanqaku abaguquli" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Amanqaku abaguquli. Uluhlu lwamagama kufuneka luboniswe njengelunokuguqulwa" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Ilogo" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -222,22 +222,22 @@ msgstr "" "Ilogo yebhokisi yokumalunga. Ukuba ngaba ayimiselwanga, iya kwimo " "emiliselweyo gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Igama Lelogo Yomfanekiso Ongumqondiso" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" "Umfanekiso ongumqondiso onegama osetyenziswa njengelogo kwibhokisi " "yokumalunga." -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 #, fuzzy msgid "Wrap license" msgstr "Ukumisela imo yoqhubeko-magama" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 #, fuzzy msgid "Whether to wrap the license text." msgstr "Nokuba umbhalo uwucime ngokukrwela umgca" @@ -317,7 +317,7 @@ msgid "The GIcon being displayed" msgstr "Ukumisela umfanekiso ongumqondiso emawubonakaliswe" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Igama Lomfanekiso Ongumqondiso" @@ -426,7 +426,7 @@ msgid "Whether the action group is visible." msgstr "Nokuba ngaba iqela lezenzo liyabonakala na." #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Ixabiso" @@ -1313,7 +1313,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Nokuba ngaba umda kumele uboniswe okanye hayi" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "Umfanekiso ongumqondiso" @@ -1376,7 +1376,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "Imbonakalo kunye necala lokukhula lwesikhombisi senkqubela" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Uhlenga-hlengiso" @@ -3259,7 +3259,7 @@ msgstr "Ukumisela umfanekiso ongumqondiso" msgid "Icon set to display" msgstr "Ukumisela umfanekiso ongumqondiso emawubonakaliswe" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Ubungakanani bomfanekiso ongumqondiso" @@ -3331,7 +3331,7 @@ msgstr "Bonisa imifanekiso yemenyu" msgid "Whether images should be shown in menus" msgstr "Nokuba ngaba imifanekiso ifanele ibonakaliswe na kwiimenyu" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Iskrini eso le festile iza kuthi ibonakaliswe kuso" @@ -5062,28 +5062,28 @@ msgid "Space between value text and the slider/trough area" msgstr "" "Isithuba phakathi kwexabiso lombhalo kunye neslayida/indawo engumsantsa" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "Ixabiso lohlenga-hlengiso" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "Ubungakanani bomfanekiso ongumqondiso we-toolbar" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "I-GtkAdjustment equlethe ixabiso langoku lwento eseluhlwini" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "Umfanekiso ongumqondiso" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "Igama Lelogo Yomfanekiso Ongumqondiso" @@ -6926,7 +6926,7 @@ msgstr "Ipateni eqhawu-qhawukayo esetyenziswa ukuzoba isibonisi esigxilayo" msgid "Whether to display the column" msgstr "Nokuba ngaba ikholam ivele na" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Buyatshintsheka ubungakanani" @@ -7366,45 +7366,45 @@ msgstr "Umgaqo-nkqubo Womgca Wokwehlisa Usenyusa Othe Nkqo" msgid "The length of vertical scroll arrows" msgstr "Xa umgca wokwehlisa usenyusa othe nkqo ubonakalisiwe" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Uhlobo Lwefestile" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Uhlobo lwefestile" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Isihloko Sefestile" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Uhlobo lwefestile" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Indima Yefestile" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "Isahluli esahlukileyo sefestile esisetyenziswa xa kuhlaziywa iseshoni" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "Iqela" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 #, fuzzy msgid "Unique startup identifier for the window used by startup-notification" msgstr "Isahluli esahlukileyo sefestile esisetyenziswa xa kuhlaziywa iseshoni" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Vumela UNciphiso" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7413,25 +7413,25 @@ msgstr "" "Ukuba TRUE, ifestile ayinabo obona bungakanani buncinci. Ukumisela oku ku-" "TRUE yimpazamo enkulu kumaxesha angange-99%" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Vumela Ukukhula" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Ukuba TRUE, abasebenzisi banokuyandisa ifestile ibe ngaphaya kobona " "bungakanani buncinane" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Ukuba TRUE, abasebenzisi bangabutshintsha ubungakanani befestile" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "Indlela eyenziwa ngayo" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7439,72 +7439,72 @@ msgstr "" "Ukuba TRUE, ifestile inenkqubo (ezinye iifestile azisebenziseki ngelixa le " "ivuliwe)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Indawo Yefestile" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Indawo yokuqala yefestile" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Ububanzi Obumiselweyo" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Ububanzi obumiselweyo befestile, busetyenziswa xa ubonisa ifestile okokuqala" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Umphakamo Omiselweyo" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "Umphakamo omiselweyo wefestile, usetyenziswa xa ubonisa ifestile okokuqala" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Tshabalalisa kunye Nenkqubo Engunozala" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" "Ukuba ngaba le festile ifanele itshatyalaliswe xa inkqubo engunozala " "itshabalele" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Umfanekiso ongumqondiso wale festile" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Igama lomfanekiso ongumqondiso onesihloko wale festile" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Iyasebenza Ngoku" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Nokuba ngaba inqanaba elingentla yeyona festile isebenza ngoku" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Gxininisa kwiNqanaba Elingentla" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Nokuba ngaba ugxilo lofakelo lungaphakathi kwale GtkWindow na" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Uhlobo lwecebiso" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7512,87 +7512,87 @@ msgstr "" "Icebiso elithi lincede ubume be-desktop ukuze buqonde ukuba hlobo luni na " "lwefestile nokuba kufanele isetyenziswe njani na." -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Tsiba i-taskbar" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "TRUE ukuba ifestile ayimele ukuba kwi-taskbar." -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "I-pager yokutsiba" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "TRUE ukuba ifestile akufanele ukuba ibe kwi-pager." -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 #, fuzzy msgid "TRUE if the window should be brought to the user's attention." msgstr "TRUE ukuba ifestile akufanele ukuba ibe kwi-pager." -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Iyalwamkela ugxininiso" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "TRUE ukuba ifestile imele ifumane ugxininixo olungenayo." -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Gxininisa emephini" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "TRUE ukuba ifestile imele ifumane ugxininiso olungenayo xa izotyiwe." -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Ehonjisiweyo" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Nokuba ngaba ifestile imele ihonjiswe na ngumlawuli wefestile" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "Iyakhetheka" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 #, fuzzy msgid "Whether the window frame should have a close button" msgstr "Nokuba ngaba ifestile imele ihonjiswe na ngumlawuli wefestile" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Umbizane womhlaba" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Umbizane ngokwasemhlabeni wefestile" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "Amaqhosha abonakala kwibhokisi yomyalezo" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "Uhlobo lwefestile" diff --git a/po-properties/yi.po b/po-properties/yi.po index ffdccf3e09..4ed8af9bf9 100644 --- a/po-properties/yi.po +++ b/po-properties/yi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2003-02-11\n" "Last-Translator: Raphael Finkel \n" "Language-Team: None <>\n" @@ -95,12 +95,12 @@ msgstr "געװײנטלעכע װײַזונג" msgid "The default display for GDK" msgstr "געװײנטלעכע װײַזונג" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "עקראַן" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 #, fuzzy msgid "the GdkScreen for the renderer" msgstr "דער מאָדעל פֿאַר דעם בױם־געשטאַלט" @@ -125,121 +125,121 @@ msgstr "שריפֿט פּונקטן" msgid "The resolution for fonts on the screen" msgstr "װי צו דערהײַנטיקן די גאַמע אױף דער עקראַן" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 #, fuzzy msgid "Program name" msgstr "הענטל נאָמען" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 #, fuzzy msgid "The version of the program" msgstr "די אָריִענטירונג פֿון דעם מכשיר־װײַזער" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 #, fuzzy msgid "Comments string" msgstr "זײַל אָפּרוקונג" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 #, fuzzy msgid "Website label" msgstr "הענטל־עטיקעט" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 #, fuzzy msgid "List of authors of the program" msgstr "די אָריִענטירונג פֿון דעם מכשיר־װײַזער" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 #, fuzzy msgid "Logo Icon Name" msgstr "שריפֿט נאָמען" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 #, fuzzy msgid "Wrap license" msgstr "באַשטעטיק שאַר־מאָדע" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 #, fuzzy msgid "Whether to wrap the license text." msgstr "צי מען זאָל דורכשטריכן דעם טעקסט" @@ -318,7 +318,7 @@ msgid "The GIcon being displayed" msgstr "בילדל געזעמל צו װײַזן" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 #, fuzzy msgid "Icon Name" msgstr "שריפֿט נאָמען" @@ -424,7 +424,7 @@ msgid "Whether the action group is visible." msgstr "אױב דאָס צעפּיכעסל איז זעעװדיק" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "באַטרעף" @@ -1314,7 +1314,7 @@ msgstr "" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "אױב מען װיל אַז די צאַמרינע זאָל זיך װײַזן" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "בילדל" @@ -1376,7 +1376,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "אָריִענטירונג און װוּקס־ריכטונג פֿון דער פּראָגרעס־װירע" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "צופּאַסונג" @@ -3265,7 +3265,7 @@ msgstr "בילדל געזעמל" msgid "Icon set to display" msgstr "בילדל געזעמל צו װײַזן" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "בילדל גרײס" @@ -3338,7 +3338,7 @@ msgstr "װײַז הענטלעך" msgid "Whether images should be shown in menus" msgstr "אױב מען װיל אַז די הענטלעך זאָלן זיך װײַזן" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "דער עקראַן װוּ דער פֿענצטער װעט זיך װײַזן" @@ -5045,28 +5045,28 @@ msgstr "באַטרעף אָפּרוקונג" msgid "Space between value text and the slider/trough area" msgstr "אָפּרוקונג צװישן באַטרעף־טעקסט און דעם גליטשער/מולטער שטח" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 #, fuzzy msgid "The value of the scale" msgstr "דער נאָמען פֿון דעם צעפּיכעסל" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 #, fuzzy msgid "The icon size" msgstr "מכשיר־װײַזער בילדל גרײס" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 #, fuzzy msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "די GtkAdjustment װאָס איז כּולל דעם איצטיקן באַטרעף פֿון דעם גאַמע־אָביעקט" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 #, fuzzy msgid "Icons" msgstr "בילדל" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 #, fuzzy msgid "List of icon names" msgstr "שריפֿט נאָמען" @@ -6855,7 +6855,7 @@ msgstr "די מקף־סכעמע מיט װעלכער די פֿאָקוס־סימ msgid "Whether to display the column" msgstr "אױב מען װײַזט דעם זײַל" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "גרײס־סטרױערעװדיק" @@ -7286,45 +7286,45 @@ msgstr "װערטיקאַלישע דורכבלעטערער פּאָליטיק" msgid "The length of vertical scroll arrows" msgstr "װען דער װערטיקאַלישער דורכבלעטערער װײַזט זיך" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "פֿענצטער סאָרט" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "דער סאָרט פֿונעם פֿענצטער" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "פֿענצטער טיטל" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "דער טיטל פֿונעם פֿענצטער" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 #, fuzzy msgid "Window Role" msgstr "פֿענצטער טיטל" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 #, fuzzy msgid "Startup ID" msgstr "גרופּע" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "דערלאָז שרימפּן" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7333,23 +7333,23 @@ msgstr "" "אױב „יאָ”, האָט דער פֿענצטער ניט קײן קלענסטע גרײס. באַשטעטיקן װי „יאָ” איז כּמעט " "קײן מאָל קײן פּלאַן ניט." -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "דערלאָז װאַקסן" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "אױב „יאָ”, קענען ניצערס פֿאַרגרעסערן דעם פֿענצטער איבער זײַן קלענסטער גרײס" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "אױב „יאָ”, קענען ניצערס סטרױערן די פֿענצטערגרײס" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "מאָדאַל" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7357,69 +7357,69 @@ msgstr "" "אױב „יאָ”, איז דער פֿענצטער „מאָדאַל”: אַנדערע פֿענצטערס קען מען ניט ניצן בשעת דער " "דאָזיקער װײַזט זיך" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "פֿענצטער פּאָזיציע" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "די אָנהײב־פּאָזיציע פֿונעם פֿענצטער" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "געװײנטלעכע ברײט" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "די געװײנטלעכע ברײט פֿונעם פֿענצטער װען ער װײַזט זיך צוערשטנס" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "געװײנטלעכע הײך" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "די געװײנטלעכע הײך פֿונעם פֿענצטער װען ער װײַזט זיך צוערשטנס" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "פֿאַרטיליק מיט טאַטע־מאַמע" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "אױב דער פֿענצטער זאָל זיך פֿאַרטיליקן װען זײַן טאַטע־מאַמע איז פֿאַרטיליקט" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "דאָס בילדל פֿאַר דעם פֿענצטער" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 #, fuzzy msgid "Name of the themed icon for this window" msgstr "דאָס בילדל פֿאַר דעם פֿענצטער" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "אַקטיװ" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "צי דאָס קאָפּ־מדרגה צעפּיכעסל איז דער איצט־אַקטיװער פֿענצטער" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "פֿאָקוס אין קאָפּ־מדרגה צעפּיכעסל" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "צי דער אַרײַנשרײַב פֿאָקוס איז אין דעם־אָ Gtk פֿענצטער" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "סאָרט רמז" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7427,93 +7427,93 @@ msgstr "" "רמז צו העלפֿן דעם עקראַנפֿלאַך־סבֿיבֿה פֿאַרשטײן װאָס פֿאַר אַ פֿענצטער ער זאָל זײַן און װי " "אים צו באַהאַנדלען" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "היפּער איבער אַרבעט־װירע" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "אױב „יאָ“, טאָר דער פֿענצטער ניט זײַן אין דער אַרבעט־װירע" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "היפּער איבער בלעטערער" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "אױב „יאָ“, טאָר דער פֿענצטער ניט זײַן אינעם בלעטערער" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 #, fuzzy msgid "TRUE if the window should be brought to the user's attention." msgstr "אױב „יאָ“, טאָר דער פֿענצטער ניט זײַן אינעם בלעטערער" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 #, fuzzy msgid "Accept focus" msgstr "איז פֿאָקוס" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 #, fuzzy msgid "TRUE if the window should receive the input focus." msgstr "אױב „יאָ“, טאָר דער פֿענצטער ניט זײַן אינעם בלעטערער" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 #, fuzzy msgid "Focus on map" msgstr "פֿאָקוס אין קאָפּ־מדרגה צעפּיכעסל" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 #, fuzzy msgid "TRUE if the window should receive the input focus when mapped." msgstr "אױב „יאָ“, טאָר דער פֿענצטער ניט זײַן אינעם בלעטערער" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 #, fuzzy msgid "Whether the window should be decorated by the window manager" msgstr "אױב „יאָ“, טאָר דער פֿענצטער ניט זײַן אינעם בלעטערער" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 #, fuzzy msgid "Deletable" msgstr "סעלעקטירעװדיק" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 #, fuzzy msgid "Whether the window frame should have a close button" msgstr "אױב „יאָ“, טאָר דער פֿענצטער ניט זײַן אינעם בלעטערער" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 #, fuzzy msgid "The window gravity of the window" msgstr "דער סאָרט פֿונעם פֿענצטער" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 #, fuzzy msgid "The transient parent of the dialog" msgstr "די קנעפּלעך װאָס װײַזן זיך אין דעם דיִאַלאָג־פֿענצטער" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 #, fuzzy msgid "The opacity of the window, from 0 to 1" msgstr "דער סאָרט פֿונעם פֿענצטער" diff --git a/po-properties/zh_CN.po b/po-properties/zh_CN.po index 2dce144c66..114bd87499 100644 --- a/po-properties/zh_CN.po +++ b/po-properties/zh_CN.po @@ -11,9 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" -"+&component=general\n" -"POT-Creation-Date: 2009-03-11 23:27+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-03-12 15:04+0800\n" "Last-Translator: Deng Xiyue \n" "Language-Team: Chinese (simplified) \n" @@ -21,332 +20,329 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../gdk-pixbuf/gdk-pixbuf.c:89 +#: gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "频道数" -#: ../gdk-pixbuf/gdk-pixbuf.c:90 +#: gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "每像素的采样数" -#: ../gdk-pixbuf/gdk-pixbuf.c:99 +#: gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "色彩空间" -#: ../gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "采样解释的色彩空间" -#: ../gdk-pixbuf/gdk-pixbuf.c:108 +#: gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "有 Alpha" -#: ../gdk-pixbuf/gdk-pixbuf.c:109 +#: gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "像素缓存是否有 alpha 通道" -#: ../gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "每采样的位数" -#: ../gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "每采样的比特数" -#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 -#: ../gtk/gtktreeviewcolumn.c:207 +#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "宽度" -#: ../gdk-pixbuf/gdk-pixbuf.c:133 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "像素缓存的列数" -#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 +#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 msgid "Height" msgstr "高度" -#: ../gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "像素缓存的行数" -#: ../gdk-pixbuf/gdk-pixbuf.c:159 +#: gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "行幅" -#: ../gdk-pixbuf/gdk-pixbuf.c:160 +#: gdk-pixbuf/gdk-pixbuf.c:160 msgid "" "The number of bytes between the start of a row and the start of the next row" msgstr "某行首和下行首之间的字节数" -#: ../gdk-pixbuf/gdk-pixbuf.c:169 +#: gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "像素" -#: ../gdk-pixbuf/gdk-pixbuf.c:170 +#: gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "指向像素缓冲区数据的指针" -#: ../gdk/gdkdisplaymanager.c:103 +#: gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "默认显示" -#: ../gdk/gdkdisplaymanager.c:104 +#: gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "GDK 的默认显示" -#: ../gdk/gdkpango.c:490 ../gtk/gtkinvisible.c:86 -#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 -#: ../gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "屏幕" -#: ../gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "渲染器的 GdkScreen" -#: ../gdk/gdkscreen.c:75 +#: gdk/gdkscreen.c:75 msgid "Font options" msgstr "字体选项" -#: ../gdk/gdkscreen.c:76 +#: gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "屏幕的默认字体选项" -#: ../gdk/gdkscreen.c:83 +#: gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "字体分辨率" -#: ../gdk/gdkscreen.c:84 +#: gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "屏幕上字体的分辨率" -#: ../gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "程序名称" -#: ../gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "程序的名称。如果未设置,则默认为 g_get_application_name()" -#: ../gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "程序版本" -#: ../gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "程序版本" -#: ../gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "版权字符串" -#: ../gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "程序的版权信息" -#: ../gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "评论字符串" -#: ../gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "关于程序的评论" -#: ../gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "网站 URL" -#: ../gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "程序网站的 URL 链接" -#: ../gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "网站标签" -#: ../gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "程序网站链接的标签。如果未设置,则默认为 URL" -#: ../gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "作者" -#: ../gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "程序的作者列表" -#: ../gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "文档撰写者" -#: ../gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "列出为程序撰写文档的人员" -#: ../gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "美工" -#: ../gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "列出为程序付出美工劳动的人员" -#: ../gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "翻译者致谢" -#: ../gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "翻译者致谢。此字符串应该标为可翻译" -#: ../gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "标志" -#: ../gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" "关于对话框标志。如果未设置,则默认为 gtk_window_get_default_icon_list()" -#: ../gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "标志图标名称" -#: ../gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "关于对话框中用作标志的命名图标。" -#: ../gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "许可协议" -#: ../gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "许可协议是否换行。" -#: ../gtk/gtkaccellabel.c:123 +#: gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "加速键完成标志" -#: ../gtk/gtkaccellabel.c:124 +#: gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "加速键更改要监视的完成标志" -#: ../gtk/gtkaccellabel.c:130 +#: gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "加速键部件" -#: ../gtk/gtkaccellabel.c:131 +#: gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "加速键更改要监视的部件" -#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 -#: ../gtk/gtktextmark.c:89 +#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 +#: gtk/gtktextmark.c:89 msgid "Name" msgstr "名称" -#: ../gtk/gtkaction.c:180 +#: gtk/gtkaction.c:180 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/gtktoolbutton.c:202 +#: 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/gtktoolbutton.c:202 msgid "Label" msgstr "标签" -#: ../gtk/gtkaction.c:199 +#: gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "激活此动作的菜单项和按钮所用的标签。" -#: ../gtk/gtkaction.c:215 +#: gtk/gtkaction.c:215 msgid "Short label" msgstr "短标签" -#: ../gtk/gtkaction.c:216 +#: gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "可能在工具栏按钮上使用的较短标签。" -#: ../gtk/gtkaction.c:224 +#: gtk/gtkaction.c:224 msgid "Tooltip" msgstr "工具提示" -#: ../gtk/gtkaction.c:225 +#: gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "此动作的工具提示。" -#: ../gtk/gtkaction.c:240 +#: gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "保留图标" -#: ../gtk/gtkaction.c:241 +#: gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "在代表此动作的部件中显示的保留图标。" -#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 +#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "GIcon" -#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 -#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 +#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 +#: gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "正在显示的 GIcon" -#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 -#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 -#: ../gtk/gtkwindow.c:605 +#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "图标名称" -#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 -#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 +#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 +#: gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "图标主题的图标名称" -#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 +#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "水平时可见" -#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 +#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." msgstr "当工具栏处于水平方向时,工具栏项目是否可见。" -#: ../gtk/gtkaction.c:306 +#: gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "溢出时可见" -#: ../gtk/gtkaction.c:307 +#: gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." msgstr "为 TRUE 时,此动作对应的工具项代理将显示在工具栏的溢出菜单中。" -#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 +#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "垂直时可见" -#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 +#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." msgstr "当工具栏处于垂直方向时,工具栏项目是否可见。" -#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 +#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 msgid "Is important" msgstr "重要" -#: ../gtk/gtkaction.c:323 +#: gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." @@ -354,129 +350,128 @@ msgstr "" "此动作是否是重要的。如果为 TRUE,则此动作对应的工具栏项目将会以 " "GTK_TOOLBAR_BOTH_HORIZ 模式显示文字。" -#: ../gtk/gtkaction.c:331 +#: gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "若空则隐藏" -#: ../gtk/gtkaction.c:332 +#: gtk/gtkaction.c:332 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/gtkaction.c:338 gtk/gtkactiongroup.c:177 gtk/gtkcellrenderer.c:193 +#: gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "敏感" -#: ../gtk/gtkaction.c:339 +#: gtk/gtkaction.c:339 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/gtkaction.c:345 gtk/gtkactiongroup.c:184 gtk/gtkstatusicon.c:293 +#: gtk/gtktreeviewcolumn.c:191 gtk/gtkwidget.c:516 msgid "Visible" msgstr "可见" -#: ../gtk/gtkaction.c:346 +#: gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "动作是否可见。" -#: ../gtk/gtkaction.c:352 +#: gtk/gtkaction.c:352 msgid "Action Group" msgstr "动作组" -#: ../gtk/gtkaction.c:353 +#: gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." msgstr "此 GtkAction 所关联的 GtkActionGroup,或者为 NULL(仅为内部使用)。" -#: ../gtk/gtkactiongroup.c:171 +#: gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "动作组的名称。" -#: ../gtk/gtkactiongroup.c:178 +#: gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "动作组是否启用。" -#: ../gtk/gtkactiongroup.c:185 +#: gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "动作组是否可见。" -#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 -#: ../gtk/gtkscalebutton.c:204 ../gtk/gtkspinbutton.c:269 +#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "值" -#: ../gtk/gtkadjustment.c:94 +#: gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "调整值" -#: ../gtk/gtkadjustment.c:110 +#: gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "最小值" -#: ../gtk/gtkadjustment.c:111 +#: gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "调整的最小值" -#: ../gtk/gtkadjustment.c:130 +#: gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "最大值" -#: ../gtk/gtkadjustment.c:131 +#: gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "调整的最大值" -#: ../gtk/gtkadjustment.c:147 +#: gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "步进" -#: ../gtk/gtkadjustment.c:148 +#: gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "调整的步进增量" -#: ../gtk/gtkadjustment.c:164 +#: gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "页面增量" -#: ../gtk/gtkadjustment.c:165 +#: gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "调整的页面增量" -#: ../gtk/gtkadjustment.c:184 +#: gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "页面大小" -#: ../gtk/gtkadjustment.c:185 +#: gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "调整的页面大小" -#: ../gtk/gtkalignment.c:90 +#: gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "水平排列" -#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 +#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" msgstr "在可用空间内子部件的水平位置。0.0 表示左对齐,1.0 表示右对齐" -#: ../gtk/gtkalignment.c:100 +#: gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "垂直排列" -#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 +#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" msgstr "在可用空间内子部件的垂直位置。0.0 表示顶部对齐,1.0 表示底部对齐" -#: ../gtk/gtkalignment.c:109 +#: gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "水平缩放比率" -#: ../gtk/gtkalignment.c:110 +#: gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" @@ -484,11 +479,11 @@ msgstr "" "如果水平方向可用的空间比子部件所需要的多,子部件使用其中的多少。0.0 表示不使" "用,1.0 表示使用全部" -#: ../gtk/gtkalignment.c:118 +#: gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "垂直缩放比率" -#: ../gtk/gtkalignment.c:119 +#: gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" @@ -496,973 +491,964 @@ msgstr "" "如果垂直方向可用的空间比子部件所需要的多,子部件使用其中的多少。0.0 表示不使" "用,1.0 表示使用全部" -#: ../gtk/gtkalignment.c:136 +#: gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "顶部留空" -#: ../gtk/gtkalignment.c:137 +#: gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "在部件上方插入的留空。" -#: ../gtk/gtkalignment.c:153 +#: gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "底部留空" -#: ../gtk/gtkalignment.c:154 +#: gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "在部件下方插入的留空。" -#: ../gtk/gtkalignment.c:170 +#: gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "左部留空" -#: ../gtk/gtkalignment.c:171 +#: gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "在部件左侧插入的留空。" -#: ../gtk/gtkalignment.c:187 +#: gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "右部留空" -#: ../gtk/gtkalignment.c:188 +#: gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "在部件右侧插入的留空。" -#: ../gtk/gtkarrow.c:75 +#: gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "箭头方向" -#: ../gtk/gtkarrow.c:76 +#: gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "箭头所指的方向" -#: ../gtk/gtkarrow.c:84 +#: gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "箭头阴影" -#: ../gtk/gtkarrow.c:85 +#: gtk/gtkarrow.c:85 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:363 msgid "Arrow Scaling" msgstr "箭头的缩放比例" -#: ../gtk/gtkarrow.c:93 +#: gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "箭头所占空间大小" -#: ../gtk/gtkaspectframe.c:79 +#: gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "水平排列" -#: ../gtk/gtkaspectframe.c:80 +#: gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "子部件的 X 方向排列" -#: ../gtk/gtkaspectframe.c:86 +#: gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "垂直排列" -#: ../gtk/gtkaspectframe.c:87 +#: gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "子部件的 Y 方向排列" -#: ../gtk/gtkaspectframe.c:93 +#: gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "比率" -#: ../gtk/gtkaspectframe.c:94 +#: gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "符合子部件未生效时的高宽比" -#: ../gtk/gtkaspectframe.c:100 +#: gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "符合子部件" -#: ../gtk/gtkaspectframe.c:101 +#: gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "强制高宽比匹配框架子部件的高宽比" -#: ../gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "列头留空" -#: ../gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "列头周围的像素值" -#: ../gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "内容留空" -#: ../gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "内容页面周围的像素值" -#: ../gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:286 msgid "Page type" msgstr "页面类型" -#: ../gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "辅助页面类型" -#: ../gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:304 msgid "Page title" msgstr "页面标题" -#: ../gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "辅助页面标题" -#: ../gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:321 msgid "Header image" msgstr "列头图像" -#: ../gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "辅助页面列头图像" -#: ../gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "侧边栏图像" -#: ../gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "辅助页面侧边栏图像" -#: ../gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:354 msgid "Page complete" msgstr "页面完成" -#: ../gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "是否所有页面上所要求的区域都填充满了" -#: ../gtk/gtkbbox.c:91 +#: gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "子部件最小宽度" -#: ../gtk/gtkbbox.c:92 +#: gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "框中按钮的最小宽度" -#: ../gtk/gtkbbox.c:100 +#: gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "子部件最小高度" -#: ../gtk/gtkbbox.c:101 +#: gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "框中按钮的最小高度" -#: ../gtk/gtkbbox.c:109 +#: gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "子部件内部留空宽度" -#: ../gtk/gtkbbox.c:110 +#: gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "在子部件左右两端都增加的宽度" -#: ../gtk/gtkbbox.c:118 +#: gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "子部件内部留空高度" -#: ../gtk/gtkbbox.c:119 +#: gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "在子部件上下两端都增加的高度" -#: ../gtk/gtkbbox.c:127 +#: gtk/gtkbbox.c:127 msgid "Layout style" msgstr "布局风格" -#: ../gtk/gtkbbox.c:128 +#: gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" msgstr "怎样在框中排列按钮。可选的值有 default,spread,edge,start 和 end" -#: ../gtk/gtkbbox.c:136 +#: gtk/gtkbbox.c:136 msgid "Secondary" msgstr "二级" -#: ../gtk/gtkbbox.c:137 +#: gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" msgstr "若为 TRUE,子部件将会出现在子部件的二级组中,适用于像帮助这样的按钮。" -#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 -#: ../gtk/gtktreeviewcolumn.c:216 +#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 +#: gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "间距" -#: ../gtk/gtkbox.c:131 +#: gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "子部件间的间距总和" -#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 -#: ../gtk/gtktoolbar.c:573 +#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 +#: gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "统一大小" -#: ../gtk/gtkbox.c:141 +#: gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "子部件是否使用统一大小" -#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 -#: ../gtk/gtktreeviewcolumn.c:272 +#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 +#: gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "展开" -#: ../gtk/gtkbox.c:149 +#: gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "子部件是否在父部件增长时获得额外空间" -#: ../gtk/gtkbox.c:155 +#: gtk/gtkbox.c:155 msgid "Fill" msgstr "填充" -#: ../gtk/gtkbox.c:156 +#: gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" msgstr "给予子部件的额外空间是要分配给子部件还是要留空" -#: ../gtk/gtkbox.c:162 +#: gtk/gtkbox.c:162 msgid "Padding" msgstr "留空" -#: ../gtk/gtkbox.c:163 +#: gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "子部件和其邻接部件之间的额外空间,以像素为单位" -#: ../gtk/gtkbox.c:169 +#: gtk/gtkbox.c:169 msgid "Pack type" msgstr "包裹类型" -#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 +#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" msgstr "表明子部件是否要包裹于父部件的开始或结束内的 GtkPackType 值。" -#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 -#: ../gtk/gtkruler.c:148 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 +#: gtk/gtkruler.c:148 msgid "Position" msgstr "位置" -#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 +#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "子部件在父部件中的索引" -#: ../gtk/gtkbuilder.c:96 +#: gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "翻译者" -#: ../gtk/gtkbuilder.c:97 +#: gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "gettext 使用的翻译域" -#: ../gtk/gtkbutton.c:220 +#: gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" msgstr "按钮中的文字标签,如果该按钮包含一个标签的话" -#: ../gtk/gtkbutton.c:227 ../gtk/gtkexpander.c:203 ../gtk/gtklabel.c:388 -#: ../gtk/gtkmenuitem.c:315 ../gtk/gtktoolbutton.c:209 +#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 +#: gtk/gtkmenuitem.c:315 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/gtkbutton.c:228 gtk/gtkexpander.c:204 gtk/gtklabel.c:389 +#: gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" msgstr "如果设置的话,文字中下划线表示下一个字符将被用于可记忆的加速键" -#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 +#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "使用后备" -#: ../gtk/gtkbutton.c:236 +#: gtk/gtkbutton.c:236 msgid "" "If set, the label is used to pick a stock item instead of being displayed" msgstr "如果设置的话,标签将用于拾取后备项目,而不是显示的项目" -#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 -#: ../gtk/gtkfilechooserbutton.c:393 +#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "点击获得焦点" -#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 +#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "用鼠标点击该按钮时是否要获得焦点" -#: ../gtk/gtkbutton.c:251 +#: gtk/gtkbutton.c:251 msgid "Border relief" msgstr "边框浮雕" -#: ../gtk/gtkbutton.c:252 +#: gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "边框浮雕样式" -#: ../gtk/gtkbutton.c:269 +#: gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "子项水平排列" -#: ../gtk/gtkbutton.c:288 +#: gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "子项垂直排列" -#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 +#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "图像部件" -#: ../gtk/gtkbutton.c:306 +#: gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "按钮文字旁出现的子部件" -#: ../gtk/gtkbutton.c:320 +#: gtk/gtkbutton.c:320 msgid "Image position" msgstr "图像位置" -#: ../gtk/gtkbutton.c:321 +#: gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "相对于文字的图像位置" -#: ../gtk/gtkbutton.c:433 +#: gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "默认间距" -#: ../gtk/gtkbutton.c:434 +#: gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "为“可默认”按钮添加的额外间距" -#: ../gtk/gtkbutton.c:440 +#: gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "默认按钮外围间距" -#: ../gtk/gtkbutton.c:441 +#: gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" msgstr "在“可默认”按钮边框外侧总是绘制的额外间距" -#: ../gtk/gtkbutton.c:446 +#: gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "子部件水平位移" -#: ../gtk/gtkbutton.c:447 +#: gtk/gtkbutton.c:447 msgid "" "How far in the x direction to move the child when the button is depressed" msgstr "当按钮被按下时,它的子部件在水平方向的移动距离" -#: ../gtk/gtkbutton.c:454 +#: gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "子部件垂直位移" -#: ../gtk/gtkbutton.c:455 +#: gtk/gtkbutton.c:455 msgid "" "How far in the y direction to move the child when the button is depressed" msgstr "当按钮被按下时,它的子部件在垂直方向的移动距离" -#: ../gtk/gtkbutton.c:471 +#: gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "显示焦点" -#: ../gtk/gtkbutton.c:472 +#: gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" msgstr "child_displacement_x/_y 属性是否也影响焦点矩形" -#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "内边框" -#: ../gtk/gtkbutton.c:486 +#: gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "按钮边缘和子对象之间的边框。" -#: ../gtk/gtkbutton.c:499 +#: gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "图像间距" -#: ../gtk/gtkbutton.c:500 +#: gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "图像和标签之前的间距,以像素计" -#: ../gtk/gtkbutton.c:514 +#: gtk/gtkbutton.c:514 msgid "Show button images" msgstr "显示按钮图像" -#: ../gtk/gtkbutton.c:515 +#: gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "是否要在按钮中显示图像" -#: ../gtk/gtkcalendar.c:440 +#: gtk/gtkcalendar.c:440 msgid "Year" msgstr "年" -#: ../gtk/gtkcalendar.c:441 +#: gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "选中的年" -#: ../gtk/gtkcalendar.c:454 +#: gtk/gtkcalendar.c:454 msgid "Month" msgstr "月" -#: ../gtk/gtkcalendar.c:455 +#: gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "选中的月(0 到 11 之间的数字)" -#: ../gtk/gtkcalendar.c:469 +#: gtk/gtkcalendar.c:469 msgid "Day" msgstr "日" -#: ../gtk/gtkcalendar.c:470 +#: gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" msgstr "选中日(1 到 31 之间的数字,0 代表取消选中日的选中)" -#: ../gtk/gtkcalendar.c:484 +#: gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "显示标题" -#: ../gtk/gtkcalendar.c:485 +#: gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "若为 TRUE,则显示标题" -#: ../gtk/gtkcalendar.c:499 +#: gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "显示日名称" -#: ../gtk/gtkcalendar.c:500 +#: gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "若为 TRUE,则显示日名称" -#: ../gtk/gtkcalendar.c:513 +#: gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "不能更改月" -#: ../gtk/gtkcalendar.c:514 +#: gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "若为 TRUE,则无法更改选中月" -#: ../gtk/gtkcalendar.c:528 +#: gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "显示周序号" -#: ../gtk/gtkcalendar.c:529 +#: gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "若为 TRUE,则显示周序号" -#: ../gtk/gtkcalendar.c:544 +#: gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "细节宽度" -#: ../gtk/gtkcalendar.c:545 +#: gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "细节宽度,以字符数计" -#: ../gtk/gtkcalendar.c:560 +#: gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "细节高度" -#: ../gtk/gtkcalendar.c:561 +#: gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "行中的细节高度" -#: ../gtk/gtkcalendar.c:577 +#: gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "显示细节" -#: ../gtk/gtkcalendar.c:578 +#: gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "若为 TRUE,则显示细节" -#: ../gtk/gtkcellrenderer.c:177 +#: gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "模式" -#: ../gtk/gtkcellrenderer.c:178 +#: gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "单元格渲染程序的可编辑模式" -#: ../gtk/gtkcellrenderer.c:186 +#: gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "可见" -#: ../gtk/gtkcellrenderer.c:187 +#: gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "显示单元格" -#: ../gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "敏感显示单元格" -#: ../gtk/gtkcellrenderer.c:201 +#: gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "水平对齐" -#: ../gtk/gtkcellrenderer.c:202 +#: gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "水平对齐" -#: ../gtk/gtkcellrenderer.c:211 +#: gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "垂直对齐" -#: ../gtk/gtkcellrenderer.c:212 +#: gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "垂直对齐" -#: ../gtk/gtkcellrenderer.c:221 +#: gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "水平留空" -#: ../gtk/gtkcellrenderer.c:222 +#: gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "水平留空" -#: ../gtk/gtkcellrenderer.c:231 +#: gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "垂直留空" -#: ../gtk/gtkcellrenderer.c:232 +#: gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "垂直留空" -#: ../gtk/gtkcellrenderer.c:241 +#: gtk/gtkcellrenderer.c:241 msgid "width" msgstr "宽度" -#: ../gtk/gtkcellrenderer.c:242 +#: gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "固定宽度" -#: ../gtk/gtkcellrenderer.c:251 +#: gtk/gtkcellrenderer.c:251 msgid "height" msgstr "高度" -#: ../gtk/gtkcellrenderer.c:252 +#: gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "固定高度" -#: ../gtk/gtkcellrenderer.c:261 +#: gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "为可展开" -#: ../gtk/gtkcellrenderer.c:262 +#: gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "行有子部件" -#: ../gtk/gtkcellrenderer.c:270 +#: gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "为已扩展" -#: ../gtk/gtkcellrenderer.c:271 +#: gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "行是可展开行,而且已经展开" -#: ../gtk/gtkcellrenderer.c:278 +#: gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "单元格背景色名称" -#: ../gtk/gtkcellrenderer.c:279 +#: gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "以字符串方式表达的单元格背景色" -#: ../gtk/gtkcellrenderer.c:286 +#: gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "单元格背景色" -#: ../gtk/gtkcellrenderer.c:287 +#: gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "以 GdkColor 方式表达的单元格背景色" -#: ../gtk/gtkcellrenderer.c:294 +#: gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "正在编辑" -#: ../gtk/gtkcellrenderer.c:295 +#: gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "单元渲染器当前是否在编辑模式" -#: ../gtk/gtkcellrenderer.c:303 +#: gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "单元格背景色设置" -#: ../gtk/gtkcellrenderer.c:304 +#: gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "此标记是否会影响单元格背景色" -#: ../gtk/gtkcellrendereraccel.c:113 +#: gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "加速键基本键" -#: ../gtk/gtkcellrendereraccel.c:114 +#: gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "加速键的键值" -#: ../gtk/gtkcellrendereraccel.c:130 +#: gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "加速键修饰键" -#: ../gtk/gtkcellrendereraccel.c:131 +#: gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "加速键的修饰键掩码" -#: ../gtk/gtkcellrendereraccel.c:148 +#: gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "加速键按键代码" -#: ../gtk/gtkcellrendereraccel.c:149 +#: gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "加速键的硬件案件代码" -#: ../gtk/gtkcellrendereraccel.c:168 +#: gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "加速键模式" -#: ../gtk/gtkcellrendereraccel.c:169 +#: gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "加速键类型" -#: ../gtk/gtkcellrenderercombo.c:107 +#: gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "模型" -#: ../gtk/gtkcellrenderercombo.c:108 +#: gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "包含组合框可选值的模型" -#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 +#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "文字列" -#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 +#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "用于获取字符串的数据源模型中的一列" -#: ../gtk/gtkcellrenderercombo.c:148 +#: gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "有项" -#: ../gtk/gtkcellrenderercombo.c:149 +#: gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "若为 FALSE,不允许在所选项外输入字符串" -#: ../gtk/gtkcellrendererpixbuf.c:111 +#: gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "像素缓冲对象" -#: ../gtk/gtkcellrendererpixbuf.c:112 +#: gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "要绘制的像素缓冲。" -#: ../gtk/gtkcellrendererpixbuf.c:119 +#: gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "打开的可扩展部件像素缓冲" -#: ../gtk/gtkcellrendererpixbuf.c:120 +#: gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "打开的可扩展部件的像素缓冲" -#: ../gtk/gtkcellrendererpixbuf.c:127 +#: gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "关闭的可扩展部件的像素缓冲" -#: ../gtk/gtkcellrendererpixbuf.c:128 +#: gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "关闭的可扩展部件的像素缓冲" -#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 -#: ../gtk/gtkstatusicon.c:226 +#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "后备 ID" -#: ../gtk/gtkcellrendererpixbuf.c:136 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "要渲染的后备图标的后备 ID" -#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 -#: ../gtk/gtkstatusicon.c:267 +#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 +#: gtk/gtkstatusicon.c:267 msgid "Size" msgstr "大小" -#: ../gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "指定渲染图标大小的 GtkIconSize 值" -#: ../gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "细节" -#: ../gtk/gtkcellrendererpixbuf.c:154 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "传递给主题引擎的渲染细节" -#: ../gtk/gtkcellrendererpixbuf.c:187 +#: gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "跟随状态" -#: ../gtk/gtkcellrendererpixbuf.c:188 +#: gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "渲染的像素缓冲是否要根据状态着色" -#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 -#: ../gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "图标" -#: ../gtk/gtkcellrendererprogress.c:129 +#: gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "进度栏的值" -#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 -#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 -#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 +#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 +#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 +#: gtk/gtktextbuffer.c:198 msgid "Text" msgstr "文字" -#: ../gtk/gtkcellrendererprogress.c:147 +#: gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "进度栏中的文字" -#: ../gtk/gtkcellrendererprogress.c:170 +#: gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "脉冲" -#: ../gtk/gtkcellrendererprogress.c:171 +#: gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." msgstr "把这个设为正值,以表示取得了一些进展但你不知道具体进展了多少" -#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 +#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "文字水平排列" -#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 +#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." msgstr "水平方向的文字排列方式,从0(左对齐)到1(右对齐)。被 RTL 布局保留。" -#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 +#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "文字垂直排列" -#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 +#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "垂直方向的排列方式,从0(上对齐)到1(下对齐)" -#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 -#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 -#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 +#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 +#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 +#: gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "方向" -#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 +#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "进度条前进的方向" -#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 -#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:223 -#: ../gtk/gtkspinbutton.c:208 +#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "调整部件" -#: ../gtk/gtkcellrendererspin.c:94 +#: gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "保存微调按钮值的调整" -#: ../gtk/gtkcellrendererspin.c:109 +#: gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "爬升速率" -#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 +#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "当你按住一个按钮时的加速速率" -#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 -#: ../gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "数字" -#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 +#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "显示的小数点后位数" -#: ../gtk/gtkcellrenderertext.c:196 +#: gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "要渲染的文字" -#: ../gtk/gtkcellrenderertext.c:203 +#: gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "标记语言" -#: ../gtk/gtkcellrenderertext.c:204 +#: gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "要显示的标记语言文字" -#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 +#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 msgid "Attributes" msgstr "属性" -#: ../gtk/gtkcellrenderertext.c:212 +#: gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "应用于要渲染文字的样式属性列表" -#: ../gtk/gtkcellrenderertext.c:219 +#: gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "单段模式" -#: ../gtk/gtkcellrenderertext.c:220 +#: gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "是否要在单段中保留全部文字" -#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 -#: ../gtk/gtktexttag.c:183 +#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 msgid "Background color name" msgstr "背景色名称" -#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 -#: ../gtk/gtktexttag.c:184 +#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "以字符串方式表达的背景色" -#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 -#: ../gtk/gtktexttag.c:191 +#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 msgid "Background color" msgstr "背景色" -#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 +#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "以 GdkColor 方式表达的背景色" -#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 +#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "前景色名称" -#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 +#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "以字符串方式表达的前景色" -#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 +#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "前景色" -#: ../gtk/gtkcellrenderertext.c:253 +#: gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "以 GdkColor 方式表达的前景色" -#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 -#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 +#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "可编辑" -#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 -#: ../gtk/gtktextview.c:574 +#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "用户是否可以修改文字" -#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 -#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 +#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 +#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 msgid "Font" msgstr "字体" -#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 +#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "以字符串方式表达的字体描述,如“Sans Italic 12”" -#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 +#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "以 PangoFontDescription 结构表达的字体描述" -#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 +#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 msgid "Font family" msgstr "字体族" -#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 +#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "字体族名称,例如:Sans、Helvetica、Times、Monospace" -#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 -#: ../gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 +#: gtk/gtktexttag.c:291 msgid "Font style" msgstr "字体样式" -#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 -#: ../gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 +#: gtk/gtktexttag.c:300 msgid "Font variant" msgstr "字体变化" -#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 -#: ../gtk/gtktexttag.c:309 +#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 +#: gtk/gtktexttag.c:309 msgid "Font weight" msgstr "字体粗细" -#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 -#: ../gtk/gtktexttag.c:320 +#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 +#: gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "字体拉伸" -#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 -#: ../gtk/gtktexttag.c:329 +#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 +#: gtk/gtktexttag.c:329 msgid "Font size" msgstr "字体大小" -#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 +#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 msgid "Font points" msgstr "字体点数" -#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 +#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "以点数表示的字体大小" -#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 +#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 msgid "Font scale" msgstr "字体比例" -#: ../gtk/gtkcellrenderertext.c:352 +#: gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "字体缩放比例" -#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 +#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 msgid "Rise" msgstr "提升" -#: ../gtk/gtkcellrenderertext.c:362 +#: gtk/gtkcellrenderertext.c:362 msgid "" "Offset of text above the baseline (below the baseline if rise is negative)" msgstr "文字与下方(上方如果间距为负)水平基线的间距" -#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 +#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "删除线" -#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 +#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "是否在文字上划上删除线" -#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 +#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 msgid "Underline" msgstr "下划线" -#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 +#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "为文字加上下划线" -#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 +#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 msgid "Language" msgstr "语言" -#: ../gtk/gtkcellrenderertext.c:391 +#: gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " @@ -1471,12 +1457,11 @@ msgstr "" "此文字所用的语言,用 ISO 编码表示。Pango 可以使用此设置作为渲染文字时的提示。" "如果您不理解这一参数也没什么关系" -#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 -#: ../gtk/gtkprogressbar.c:206 +#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "省略化" -#: ../gtk/gtkcellrenderertext.c:412 +#: gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" @@ -1484,20 +1469,20 @@ msgstr "" "如果单元格渲染器根本没有足够的空间显示整个字符串,这里给出了省略化字符串的首" "选位置" -#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 -#: ../gtk/gtklabel.c:519 +#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 +#: gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "以字符数计宽度" -#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 +#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "标签的目标宽度,以字符数计" -#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 +#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "换行模式" -#: ../gtk/gtkcellrenderertext.c:451 +#: gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" @@ -1505,1596 +1490,1588 @@ msgstr "" "如果单元格渲染器没有足够的空间显示整个字符串,这里给出了将字符串拆为多行的方" "法" -#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 +#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "换行宽度" -#: ../gtk/gtkcellrenderertext.c:471 +#: gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "文字换行的宽度" -#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 +#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "排列" -#: ../gtk/gtkcellrenderertext.c:492 +#: gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "如何对齐行" -#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 -#: ../gtk/gtktexttag.c:564 +#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 msgid "Background set" msgstr "背景色设置" -#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 -#: ../gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "此标记是否会影响背景色" -#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 +#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "前景色设置" -#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "此标记是否会影响前景色" -#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 +#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 msgid "Editability set" msgstr "可编辑性设置" -#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 +#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "此标记是否会影响文字的可编辑性" -#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 +#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 msgid "Font family set" msgstr "字体族设置" -#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 +#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "此标记是否会影响字体族" -#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 +#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 msgid "Font style set" msgstr "字体样式设置" -#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "此标记是否会影响字体样式" -#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 +#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "字体变化设置" -#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 +#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "此标记是否会映像字体变化" -#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 +#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "字体粗细设置" -#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "此标记是否会影响字体粗细" -#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 +#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "字体拉伸设置" -#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 +#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "此标记是否会影响字体拉伸" -#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 +#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 msgid "Font size set" msgstr "字体大小设置" -#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 +#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "此标记是否会影响字体大小" -#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 +#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "字体比例设置" -#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 +#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "此标记是否会缩放字体" -#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 +#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 msgid "Rise set" msgstr "字体提升设置" -#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 +#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "此标记是否会影响字体提升" -#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 +#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "删除线设置" -#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 +#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "此标记是否会影响删除线" -#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 +#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 msgid "Underline set" msgstr "下划线设置" -#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 +#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "此标记是否会影响下划线" -#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 +#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 msgid "Language set" msgstr "语言设置" -#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 +#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "此标记是否影响绘制文字时使用的语言" -#: ../gtk/gtkcellrenderertext.c:558 +#: gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "省略化设置" -#: ../gtk/gtkcellrenderertext.c:559 +#: gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "此标记是否会影响省略化模式" -#: ../gtk/gtkcellrenderertext.c:562 +#: gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "排列方式设置" -#: ../gtk/gtkcellrenderertext.c:563 +#: gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "此标记是否会影响排列模式" -#: ../gtk/gtkcellrenderertoggle.c:126 +#: gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "切换状态" -#: ../gtk/gtkcellrenderertoggle.c:127 +#: gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "按钮的切换状态" -#: ../gtk/gtkcellrenderertoggle.c:134 +#: gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "矛盾状态" -#: ../gtk/gtkcellrenderertoggle.c:135 +#: gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "按钮的矛盾状态" -#: ../gtk/gtkcellrenderertoggle.c:142 +#: gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "可激活" -#: ../gtk/gtkcellrenderertoggle.c:143 +#: gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "切换按钮可被激活" -#: ../gtk/gtkcellrenderertoggle.c:150 +#: gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "单选状态" -#: ../gtk/gtkcellrenderertoggle.c:151 +#: gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "把切换按钮绘制为单选按钮" -#: ../gtk/gtkcellrenderertoggle.c:158 +#: gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "指示器大小" -#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 -#: ../gtk/gtkcheckmenuitem.c:122 +#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 +#: gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "复选或单选指示器的大小" -#: ../gtk/gtkcellview.c:182 +#: gtk/gtkcellview.c:182 msgid "CellView model" msgstr "CellView 模型" -#: ../gtk/gtkcellview.c:183 +#: gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "单元格视图的模型" -#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 -#: ../gtk/gtkoptionmenu.c:168 +#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "指示器大小" -#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 -#: ../gtk/gtkoptionmenu.c:174 +#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "指示器间距" -#: ../gtk/gtkcheckbutton.c:78 +#: gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "复选或单选指示器周围间距" -#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 -#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 -#: ../gtk/gtktoggletoolbutton.c:114 +#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 +#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "激活" -#: ../gtk/gtkcheckmenuitem.c:99 +#: gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "菜单项是否被选中" -#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 +#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "矛盾" -#: ../gtk/gtkcheckmenuitem.c:107 +#: gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "是否显示“矛盾”状态" -#: ../gtk/gtkcheckmenuitem.c:114 +#: gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "绘制为单选菜单项" -#: ../gtk/gtkcheckmenuitem.c:115 +#: gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "菜单项看起来是否像单选菜单项" -#: ../gtk/gtkcolorbutton.c:171 +#: gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "使用 alpha" -#: ../gtk/gtkcolorbutton.c:172 +#: gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "是否要对颜色给出 alpha 值" -#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 -#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 -#: ../gtk/gtktreeviewcolumn.c:264 +#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 +#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "标题" -#: ../gtk/gtkcolorbutton.c:187 +#: gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "颜色选择对话框的标题" -#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 +#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "当前颜色" -#: ../gtk/gtkcolorbutton.c:202 +#: gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "选中的颜色" -#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 +#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "当前 Alpha 值" -#: ../gtk/gtkcolorbutton.c:217 +#: gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "选中的不透明度(0 为完全透明,65535 为完全不透明)" -#: ../gtk/gtkcolorsel.c:279 +#: gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "可以控制透明度" -#: ../gtk/gtkcolorsel.c:280 +#: gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "颜色选择器是否允许设置透明度" -#: ../gtk/gtkcolorsel.c:286 +#: gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "有调色板" -#: ../gtk/gtkcolorsel.c:287 +#: gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "是否使用调色板" -#: ../gtk/gtkcolorsel.c:294 +#: gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "当前的颜色" -#: ../gtk/gtkcolorsel.c:301 +#: gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "当前的透明度(0 为完全透明,65535 为完全不透明)" -#: ../gtk/gtkcolorsel.c:315 +#: gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "自定义调色板" -#: ../gtk/gtkcolorsel.c:316 +#: gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "颜色选择器使用的调色板" -#: ../gtk/gtkcolorseldialog.c:102 +#: gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "颜色选择" -#: ../gtk/gtkcolorseldialog.c:103 +#: gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "潜入对话框的颜色选择" -#: ../gtk/gtkcolorseldialog.c:109 +#: gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "确定(OK)按钮" -#: ../gtk/gtkcolorseldialog.c:110 +#: gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "对话框中的确定(OK)按钮" -#: ../gtk/gtkcolorseldialog.c:116 +#: gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "取消按钮" -#: ../gtk/gtkcolorseldialog.c:117 +#: gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "对话框的取消按钮" -#: ../gtk/gtkcolorseldialog.c:123 +#: gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "帮助按钮" -#: ../gtk/gtkcolorseldialog.c:124 +#: gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "对话框的帮助按钮" -#: ../gtk/gtkcombo.c:145 +#: gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "启用方向键" -#: ../gtk/gtkcombo.c:146 +#: gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "是否可以用方向键在项目列表中移动" -#: ../gtk/gtkcombo.c:152 +#: gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "总是启用方向键" -#: ../gtk/gtkcombo.c:153 +#: gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "弃用属性,忽略" -#: ../gtk/gtkcombo.c:159 +#: gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "区分大小写" -#: ../gtk/gtkcombo.c:160 +#: gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "列表项目匹配时是否区分大小写" -#: ../gtk/gtkcombo.c:167 +#: gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "允许空值" -#: ../gtk/gtkcombo.c:168 +#: gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "是否可以在此栏中输入空值" -#: ../gtk/gtkcombo.c:175 +#: gtk/gtkcombo.c:175 msgid "Value in list" msgstr "限于列表中存在值" -#: ../gtk/gtkcombo.c:176 +#: gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "输入的内容是否必须已存在于列表中" -#: ../gtk/gtkcombobox.c:661 +#: gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "组合框模型" -#: ../gtk/gtkcombobox.c:662 +#: gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "组合框的模型" -#: ../gtk/gtkcombobox.c:679 +#: gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "在网格中排列项目时的换行宽度" -#: ../gtk/gtkcombobox.c:701 +#: gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "行跨列" -#: ../gtk/gtkcombobox.c:702 +#: gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "包含跨行值时的树型列" -#: ../gtk/gtkcombobox.c:723 +#: gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "列跨列" -#: ../gtk/gtkcombobox.c:724 +#: gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "包含跨列值时的树型列" -#: ../gtk/gtkcombobox.c:745 +#: gtk/gtkcombobox.c:745 msgid "Active item" msgstr "激活项" -#: ../gtk/gtkcombobox.c:746 +#: gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "当前激活的项目" -#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 +#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "在菜单上添加撕下标志" -#: ../gtk/gtkcombobox.c:766 +#: gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "下拉框是否应有撕下菜单项" -#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 +#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 msgid "Has Frame" msgstr "有边框" -#: ../gtk/gtkcombobox.c:782 +#: gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "组合框是否在子项目周围绘制边框" -#: ../gtk/gtkcombobox.c:790 +#: gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "用鼠标点击复选框时复选框是否要获得焦点" -#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 +#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "折叠标题" -#: ../gtk/gtkcombobox.c:806 +#: gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" msgstr "当此弹出被撕下时可供窗口管理器显示的标题" -#: ../gtk/gtkcombobox.c:823 +#: gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "显示弹出" -#: ../gtk/gtkcombobox.c:824 +#: gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "是否显示组合框的下拉按钮" -#: ../gtk/gtkcombobox.c:840 +#: gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "按钮敏感" -#: ../gtk/gtkcombobox.c:841 +#: gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "当模型为空时下拉按钮是否敏感" -#: ../gtk/gtkcombobox.c:848 +#: gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "表现为列表" -#: ../gtk/gtkcombobox.c:849 +#: gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "下拉框是否要显示为列表而不是菜单" -#: ../gtk/gtkcombobox.c:865 +#: gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "箭头大小" -#: ../gtk/gtkcombobox.c:866 +#: gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "组合框中箭头大小的最小值" -#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 -#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 -#: ../gtk/gtkviewport.c:122 +#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 +#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 +#: gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "阴影类型" -#: ../gtk/gtkcombobox.c:882 +#: gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "组合框周围的应画哪种类型的阴影" -#: ../gtk/gtkcontainer.c:238 +#: gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "改变大小模式" -#: ../gtk/gtkcontainer.c:239 +#: gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "指定如何处理改变大小事件" -#: ../gtk/gtkcontainer.c:246 +#: gtk/gtkcontainer.c:246 msgid "Border width" msgstr "边框宽度" -#: ../gtk/gtkcontainer.c:247 +#: gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "子部件容器外的空边框的宽度" -#: ../gtk/gtkcontainer.c:255 +#: gtk/gtkcontainer.c:255 msgid "Child" msgstr "子部件" -#: ../gtk/gtkcontainer.c:256 +#: gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "可用于在容器内加入子部件" -#: ../gtk/gtkcurve.c:124 +#: gtk/gtkcurve.c:124 msgid "Curve type" msgstr "曲线类型" -#: ../gtk/gtkcurve.c:125 +#: gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "此曲线点与点之间是线段连接,内插值平滑连接还是不连接" -#: ../gtk/gtkcurve.c:132 +#: gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "X 最小值" -#: ../gtk/gtkcurve.c:133 +#: gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "X 可能的最小值" -#: ../gtk/gtkcurve.c:141 +#: gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "X 最大值" -#: ../gtk/gtkcurve.c:142 +#: gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "X 可能的最大值" -#: ../gtk/gtkcurve.c:150 +#: gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "Y 最小值" -#: ../gtk/gtkcurve.c:151 +#: gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "Y 可能的最小值" -#: ../gtk/gtkcurve.c:159 +#: gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "Y 最大值" -#: ../gtk/gtkcurve.c:160 +#: gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Y 可能的最大值" -#: ../gtk/gtkdialog.c:145 +#: gtk/gtkdialog.c:145 msgid "Has separator" msgstr "有分隔线" -#: ../gtk/gtkdialog.c:146 +#: gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "此对话框的按钮上有一条分隔线" -#: ../gtk/gtkdialog.c:191 +#: gtk/gtkdialog.c:191 msgid "Content area border" msgstr "内容区边界" -#: ../gtk/gtkdialog.c:192 +#: gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "主对话框区域周围的边界宽度" -#: ../gtk/gtkdialog.c:209 +#: gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "内容区域的间距" -#: ../gtk/gtkdialog.c:210 +#: gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "主对话框区域中元素的间距" -#: ../gtk/gtkdialog.c:217 +#: gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "按钮间距" -#: ../gtk/gtkdialog.c:218 +#: gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "按钮之间的间距" -#: ../gtk/gtkdialog.c:226 +#: gtk/gtkdialog.c:226 msgid "Action area border" msgstr "动作区边界" -#: ../gtk/gtkdialog.c:227 +#: gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "对话框底部按钮区域周围的边界宽度" -#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 +#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "光标位置" -#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 +#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "插入光标的当前位置,以字符个数计。" -#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 +#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "选中内容的边界" -#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 +#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 msgid "" "The position of the opposite end of the selection from the cursor in chars" msgstr "选中内容的另一端与光标位置的距离,以字符个数计。" -#: ../gtk/gtkentry.c:626 +#: gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "是否可以编辑项的内容" -#: ../gtk/gtkentry.c:633 +#: gtk/gtkentry.c:633 msgid "Maximum length" msgstr "最大长度" -#: ../gtk/gtkentry.c:634 +#: gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "此项中最多可输入的字符数。零代表不限制" -#: ../gtk/gtkentry.c:642 +#: gtk/gtkentry.c:642 msgid "Visibility" msgstr "可见状态" -#: ../gtk/gtkentry.c:643 +#: gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" msgstr "FALSE 表示显示“不可见字符”而不是实际文字(密码模式)" -#: ../gtk/gtkentry.c:651 +#: gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "FALSE 将去掉项的外层立体效果" -#: ../gtk/gtkentry.c:659 +#: gtk/gtkentry.c:659 msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "文字和框架之间的边框。覆盖内部边框的样式属性" -#: ../gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 msgid "Invisible character" msgstr "不可见字符" -#: ../gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "用来屏蔽输入内容的字符(在“密码模式”下)" -#: ../gtk/gtkentry.c:674 +#: gtk/gtkentry.c:674 msgid "Activates default" msgstr "激活默认" -#: ../gtk/gtkentry.c:675 +#: gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" msgstr "键入回车键时,是否激活默认的部件(如对话框中的默认按钮)" -#: ../gtk/gtkentry.c:681 +#: gtk/gtkentry.c:681 msgid "Width in chars" msgstr "以字符数计宽度" -#: ../gtk/gtkentry.c:682 +#: gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "项中空间所输入的字符数" -#: ../gtk/gtkentry.c:691 +#: gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "滚动偏移" -#: ../gtk/gtkentry.c:692 +#: gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "向左滚动项时移动的像素数" -#: ../gtk/gtkentry.c:702 +#: gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "项内容" -#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 +#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 msgid "X align" msgstr "水平排列" -#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 +#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." msgstr "水平方向的排列方式,从0(左对齐)到1(右对齐)。被 RTL 布局保留。" -#: ../gtk/gtkentry.c:734 +#: gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "截断多行" -#: ../gtk/gtkentry.c:735 +#: gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "是否将多行粘贴截断为一行。" -#: ../gtk/gtkentry.c:751 +#: gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "当设置成有框架时,项的周围要画哪种类型的阴影" -#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 +#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "覆盖模式" -#: ../gtk/gtkentry.c:767 +#: gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "新输入的文字是否覆盖已有文字" -#: ../gtk/gtkentry.c:781 +#: gtk/gtkentry.c:781 msgid "Text length" msgstr "文字长度" -#: ../gtk/gtkentry.c:782 +#: gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "当前条目的文字长度" -#: ../gtk/gtkentry.c:797 +#: gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "不可见字符设置" -#: ../gtk/gtkentry.c:798 +#: gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "不可见字符是否被设置" -#: ../gtk/gtkentry.c:816 +#: gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "大写锁警告" -#: ../gtk/gtkentry.c:817 +#: gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "当大写锁打开时使用密码条目是否要显示警告" -#: ../gtk/gtkentry.c:831 +#: gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "进度部分" -#: ../gtk/gtkentry.c:832 +#: gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "任务已完成的当前部分" -#: ../gtk/gtkentry.c:849 +#: gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "进度脉冲步进" -#: ../gtk/gtkentry.c:850 +#: gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" msgstr "条目总宽度中每次调用 gtk_entry_progress_pulse() 时进度递增跳跃段的宽度" -#: ../gtk/gtkentry.c:866 +#: gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "主要 pixbuf" -#: ../gtk/gtkentry.c:867 +#: gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "条目的主要 pixbuf" -#: ../gtk/gtkentry.c:881 +#: gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "次要 pixbuf" -#: ../gtk/gtkentry.c:882 +#: gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "条目的次要 pixbuf" -#: ../gtk/gtkentry.c:896 +#: gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "主要保留 ID" -#: ../gtk/gtkentry.c:897 +#: gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "主要图标的保留 ID" -#: ../gtk/gtkentry.c:911 +#: gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "次要保留 ID" -#: ../gtk/gtkentry.c:912 +#: gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "次要图标的保留 ID" -#: ../gtk/gtkentry.c:926 +#: gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "主要图标名" -#: ../gtk/gtkentry.c:927 +#: gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "主要图标的图标名" -#: ../gtk/gtkentry.c:941 +#: gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "次要图标名" -#: ../gtk/gtkentry.c:942 +#: gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "次要图标的图标名" -#: ../gtk/gtkentry.c:956 +#: gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "主要 GIcon" -#: ../gtk/gtkentry.c:957 +#: gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "主要图标的 GIcon" -#: ../gtk/gtkentry.c:971 +#: gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "次要 GIcon" -#: ../gtk/gtkentry.c:972 +#: gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "用于次要图标的 GIcon" -#: ../gtk/gtkentry.c:986 +#: gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "主要存储类型" -#: ../gtk/gtkentry.c:987 +#: gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "用于主要图标的表示法" -#: ../gtk/gtkentry.c:1002 +#: gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "次要存储类型" -#: ../gtk/gtkentry.c:1003 +#: gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "用于次要图标的表示法" -#: ../gtk/gtkentry.c:1024 +#: gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "主要图标可激活" -#: ../gtk/gtkentry.c:1025 +#: gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "主要图标是否可激活" -#: ../gtk/gtkentry.c:1045 +#: gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "次要图标可激活" -#: ../gtk/gtkentry.c:1046 +#: gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "次要图标是否可激活" -#: ../gtk/gtkentry.c:1068 +#: gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "主要图标敏感" -#: ../gtk/gtkentry.c:1069 +#: gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "主要图标是否敏感" -#: ../gtk/gtkentry.c:1090 +#: gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "次要图标敏感" -#: ../gtk/gtkentry.c:1091 +#: gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "次要图标是否敏感" -#: ../gtk/gtkentry.c:1107 +#: gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "主要图标工具提示文字" -#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 +#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "主要图标的工具提示内容" -#: ../gtk/gtkentry.c:1124 +#: gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "次要图标工具提示文字" -#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 +#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "次要图标的工具提示内容" -#: ../gtk/gtkentry.c:1143 +#: gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "主要图标工具提示标记" -#: ../gtk/gtkentry.c:1162 +#: gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "次要图标工具提示标记" -#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 +#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 msgid "IM module" msgstr "输入法模块" -#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 +#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "使用哪个输入法模块" -#: ../gtk/gtkentry.c:1197 +#: gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "图标高亮" -#: ../gtk/gtkentry.c:1198 +#: gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "当鼠标掠过时可激活图标是否高亮" -#: ../gtk/gtkentry.c:1211 +#: gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "进度栏边框" -#: ../gtk/gtkentry.c:1212 +#: gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "进度栏的边框" -#: ../gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "文字和框架之间的边框。" -#: ../gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1676 msgid "State Hint" msgstr "状态提示" -#: ../gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "当绘制阴影或背景时是否传递合适的状态" -#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "聚焦时选中" -#: ../gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "当一项被聚焦时是否选中其内容" -#: ../gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "密码提示超时" -#: ../gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "在隐藏输入框中显示的上个输入字符要多久" -#: ../gtk/gtkentrycompletion.c:279 +#: gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "补全模型" -#: ../gtk/gtkentrycompletion.c:280 +#: gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "查找匹配项的模型" -#: ../gtk/gtkentrycompletion.c:286 +#: gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "最小键长度" -#: ../gtk/gtkentrycompletion.c:287 +#: gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "查阅匹配项时搜索关键字的最小长度" -#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 +#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 msgid "Text column" msgstr "文字列" -#: ../gtk/gtkentrycompletion.c:304 +#: gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "包含字符串的模型那一列。" -#: ../gtk/gtkentrycompletion.c:323 +#: gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "嵌入补全" -#: ../gtk/gtkentrycompletion.c:324 +#: gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "是否自动插入公共前缀" -#: ../gtk/gtkentrycompletion.c:338 +#: gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "弹出补全" -#: ../gtk/gtkentrycompletion.c:339 +#: gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "补全是否应该显示在弹出窗口中" -#: ../gtk/gtkentrycompletion.c:354 +#: gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "弹出窗口设定宽度" -#: ../gtk/gtkentrycompletion.c:355 +#: gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "如果为 TRUE,则弹出窗口将与输入框有相同的大小。" -#: ../gtk/gtkentrycompletion.c:373 +#: gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "弹出窗口独立匹配" -#: ../gtk/gtkentrycompletion.c:374 +#: gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "如果为 TRUE,则弹出窗口将显示为独立匹配。" -#: ../gtk/gtkentrycompletion.c:388 +#: gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "嵌入选择" -#: ../gtk/gtkentrycompletion.c:389 +#: gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "这里写你的描述" -#: ../gtk/gtkeventbox.c:91 +#: gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "可见窗口" -#: ../gtk/gtkeventbox.c:92 +#: gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." msgstr "事件框是否可见,与不可见相对,且仅用于陷阱事件。" -#: ../gtk/gtkeventbox.c:98 +#: gtk/gtkeventbox.c:98 msgid "Above child" msgstr "位于子窗口之上" -#: ../gtk/gtkeventbox.c:99 +#: gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." msgstr "事件框的事件陷阱窗口是要位于子部件的窗口之上,还是要在其之下。" -#: ../gtk/gtkexpander.c:187 +#: gtk/gtkexpander.c:187 msgid "Expanded" msgstr "已展开" -#: ../gtk/gtkexpander.c:188 +#: gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "扩展器是否是否已展开以显示其子部件" -#: ../gtk/gtkexpander.c:196 +#: gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "扩展器标签的文字" -#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 +#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 msgid "Use markup" msgstr "使用标记语言" -#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 +#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "标签文字包含 XML 标记语言。参见 pango_parse_markup()" -#: ../gtk/gtkexpander.c:220 +#: gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "标签和子部件之间的空间" -#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 +#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "标签部件" -#: ../gtk/gtkexpander.c:230 +#: gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "在通常的扩展器标签的位置显示的部件" -#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 +#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "扩展器大小" -#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 +#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "扩展器箭头的大小" -#: ../gtk/gtkexpander.c:246 +#: gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "扩展器箭头周围的间距" -#: ../gtk/gtkfilechooser.c:194 +#: gtk/gtkfilechooser.c:194 msgid "Action" msgstr "动作" -#: ../gtk/gtkfilechooser.c:195 +#: gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "文件选择器执行的操作类型" -#: ../gtk/gtkfilechooser.c:201 +#: gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "文件系统后端" -#: ../gtk/gtkfilechooser.c:202 +#: gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "文件系统后端要使用的名称" -#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 +#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "过滤器" -#: ../gtk/gtkfilechooser.c:208 +#: gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "选择要显示哪些文件的当前过滤器" -#: ../gtk/gtkfilechooser.c:213 +#: gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "只有本地" -#: ../gtk/gtkfilechooser.c:214 +#: gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "选中文件是否限制为本地 file: URLs" -#: ../gtk/gtkfilechooser.c:219 +#: gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "预览部件" -#: ../gtk/gtkfilechooser.c:220 +#: gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "应用程序为自定义预览提供的部件。" -#: ../gtk/gtkfilechooser.c:225 +#: gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "预览部件激活" -#: ../gtk/gtkfilechooser.c:226 +#: gtk/gtkfilechooser.c:226 msgid "" "Whether the application supplied widget for custom previews should be shown." msgstr "是否显示应用程序为自定义预览提供的部件。" -#: ../gtk/gtkfilechooser.c:231 +#: gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "使用预览标签" -#: ../gtk/gtkfilechooser.c:232 +#: gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "是否要显示一个带所预览文件名的保留标签。" -#: ../gtk/gtkfilechooser.c:237 +#: gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "额外部件" -#: ../gtk/gtkfilechooser.c:238 +#: gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "应用程序为额外选项提供的部件。" -#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 -#: ../gtk/gtkrecentchooser.c:203 +#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "选择多个" -#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 +#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "是否允许选择多个文件" -#: ../gtk/gtkfilechooser.c:250 +#: gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "显示隐藏文件" -#: ../gtk/gtkfilechooser.c:251 +#: gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "是否显示隐藏的文件或文件夹。" -#: ../gtk/gtkfilechooser.c:266 +#: gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "执行覆盖确认" -#: ../gtk/gtkfilechooser.c:267 +#: gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." msgstr "" "保存模式下的文件选择器是否要在用户选择已经存在的文件名时显示覆盖确认对话框。" -#: ../gtk/gtkfilechooserbutton.c:376 +#: gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "对话框" -#: ../gtk/gtkfilechooserbutton.c:377 +#: gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "要使用的文件选择对话框。" -#: ../gtk/gtkfilechooserbutton.c:408 +#: gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "文件选择器对话框的标题。" -#: ../gtk/gtkfilechooserbutton.c:422 +#: gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "按钮部件的目标宽度,以字符数计。" -#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 -#: ../gtk/gtkstatusicon.c:218 +#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 +#: gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "文件名" -#: ../gtk/gtkfilesel.c:527 +#: gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "当前选择的文件名" -#: ../gtk/gtkfilesel.c:533 +#: gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "显示文件操作" -#: ../gtk/gtkfilesel.c:534 +#: gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "是否显示创建或处理文件的按钮。" -#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 +#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 msgid "X position" msgstr "水平位置" -#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 +#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "子部件的水平位置" -#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 +#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 msgid "Y position" msgstr "垂直位置" -#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 +#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "子部件的垂直位置" -#: ../gtk/gtkfontbutton.c:143 +#: gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "字体选择对话框的标题" -#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 +#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 msgid "Font name" msgstr "字体名称" -#: ../gtk/gtkfontbutton.c:159 +#: gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "选中字体的名称" -#: ../gtk/gtkfontbutton.c:160 +#: gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:175 +#: gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "在标签中使用字体" -#: ../gtk/gtkfontbutton.c:176 +#: gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "标签是否以选中字体绘制" -#: ../gtk/gtkfontbutton.c:191 +#: gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "在标签中使用大小" -#: ../gtk/gtkfontbutton.c:192 +#: gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "标签是否以选中字体大小绘制" -#: ../gtk/gtkfontbutton.c:208 +#: gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "阴影样式" -#: ../gtk/gtkfontbutton.c:209 +#: gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "标签中是否显示选中的字体样式" -#: ../gtk/gtkfontbutton.c:224 +#: gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "显示大小" -#: ../gtk/gtkfontbutton.c:225 +#: gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "标签中是否显示选中的字体大小" -#: ../gtk/gtkfontsel.c:197 +#: gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "用来表示此字体的字符串" -#: ../gtk/gtkfontsel.c:204 +#: gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "当前选中的 GdkFont" -#: ../gtk/gtkfontsel.c:210 +#: gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "预览文字" -#: ../gtk/gtkfontsel.c:211 +#: gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "为了演示选中字体而显示的文字" -#: ../gtk/gtkframe.c:106 +#: gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "框架标签的文字" -#: ../gtk/gtkframe.c:113 +#: gtk/gtkframe.c:113 msgid "Label xalign" msgstr "标签水平排列" -#: ../gtk/gtkframe.c:114 +#: gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "标签的水平排列" -#: ../gtk/gtkframe.c:122 +#: gtk/gtkframe.c:122 msgid "Label yalign" msgstr "标签垂直排列" -#: ../gtk/gtkframe.c:123 +#: gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "标签的垂直排列" -#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 +#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "不推荐的属性,请改用 shadow_type" -#: ../gtk/gtkframe.c:138 +#: gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "框架阴影" -#: ../gtk/gtkframe.c:139 +#: gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "框架边框的外观" -#: ../gtk/gtkframe.c:148 +#: gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "在通常的框架标签的位置显示的部件" -#: ../gtk/gtkhandlebox.c:175 +#: gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "容器外阴影的外观" -#: ../gtk/gtkhandlebox.c:183 +#: gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "句柄位置" -#: ../gtk/gtkhandlebox.c:184 +#: gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "相对于子部件的句柄位置" -#: ../gtk/gtkhandlebox.c:192 +#: gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "咬合边缘" -#: ../gtk/gtkhandlebox.c:193 +#: gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" msgstr "能够使句柄框与停靠点咬合的边" -#: ../gtk/gtkhandlebox.c:201 +#: gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "咬合边设置" -#: ../gtk/gtkhandlebox.c:202 +#: gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" msgstr "是使用咬合边属性的值还是使用句柄位置派生的值" -#: ../gtk/gtkhandlebox.c:209 +#: gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "子控件分离" -#: ../gtk/gtkhandlebox.c:210 +#: gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." msgstr "用来表示句柄箱的子控件是附属还是分离的二进制值" -#: ../gtk/gtkiconview.c:548 +#: gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "选中模式" -#: ../gtk/gtkiconview.c:549 +#: gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "选中模式" -#: ../gtk/gtkiconview.c:567 +#: gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "像素缓冲列" -#: ../gtk/gtkiconview.c:568 +#: gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "用于获取图标像素缓冲列的模型列" -#: ../gtk/gtkiconview.c:586 +#: gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "用于获取文字的模型列" -#: ../gtk/gtkiconview.c:605 +#: gtk/gtkiconview.c:605 msgid "Markup column" msgstr "标记列" -#: ../gtk/gtkiconview.c:606 +#: gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "在使用 Pango 标记的情况下获取文字的模型列" -#: ../gtk/gtkiconview.c:613 +#: gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "图标视图模型" -#: ../gtk/gtkiconview.c:614 +#: gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "图标视图的模型" -#: ../gtk/gtkiconview.c:630 +#: gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "列数" -#: ../gtk/gtkiconview.c:631 +#: gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "要显示的列数" -#: ../gtk/gtkiconview.c:648 +#: gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "每项的宽度" -#: ../gtk/gtkiconview.c:649 +#: gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "每项所使用的宽度" -#: ../gtk/gtkiconview.c:665 +#: gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "每项单元格之间插入的间距" -#: ../gtk/gtkiconview.c:680 +#: gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "行距" -#: ../gtk/gtkiconview.c:681 +#: gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "网格行之间插入的间距" -#: ../gtk/gtkiconview.c:696 +#: gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "列距" -#: ../gtk/gtkiconview.c:697 +#: gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "网格列之间插入的间距" -#: ../gtk/gtkiconview.c:712 +#: gtk/gtkiconview.c:712 msgid "Margin" msgstr "边距" -#: ../gtk/gtkiconview.c:713 +#: gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "图标视图边缘插入的间距" -#: ../gtk/gtkiconview.c:730 +#: gtk/gtkiconview.c:730 msgid "" "How the text and icon of each item are positioned relative to each other" msgstr "每项的文字和图标的相对位置" -#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 -#: ../gtk/gtktreeviewcolumn.c:307 +#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "可重新排列" -#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 +#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "视图可以重新排列" -#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 +#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "工具提示列" -#: ../gtk/gtkiconview.c:755 +#: gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "包含那些项的工具提示的模型那一列。" -#: ../gtk/gtkiconview.c:766 +#: gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "选中框颜色" -#: ../gtk/gtkiconview.c:767 +#: gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "选中框的颜色" -#: ../gtk/gtkiconview.c:773 +#: gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "选中框的 Alpha" -#: ../gtk/gtkiconview.c:774 +#: gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "选中框的不透明度" -#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 +#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "像素缓冲" -#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 +#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "要显示的 GdkPixbuf" -#: ../gtk/gtkimage.c:139 +#: gtk/gtkimage.c:139 msgid "Pixmap" msgstr "像素图" -#: ../gtk/gtkimage.c:140 +#: gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "要显示的 GdkPixmap" -#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 +#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "图像" -#: ../gtk/gtkimage.c:148 +#: gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "要显示的 GdkImage" -#: ../gtk/gtkimage.c:155 +#: gtk/gtkimage.c:155 msgid "Mask" msgstr "遮罩" -#: ../gtk/gtkimage.c:156 +#: gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "要为 GdkImage 或 GdkPixmap 所使用的遮罩位图" -#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 +#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "要载入并显示的文件名" -#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 +#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "要显示的后备图像的后备 ID" -#: ../gtk/gtkimage.c:180 +#: gtk/gtkimage.c:180 msgid "Icon set" msgstr "图标集" -#: ../gtk/gtkimage.c:181 +#: gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "要显示的图标集" -#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:214 ../gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "图标大小" -#: ../gtk/gtkimage.c:189 +#: gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "后备图标、图标集或命名图标所使用的符号大小" -#: ../gtk/gtkimage.c:205 +#: gtk/gtkimage.c:205 msgid "Pixel size" msgstr "像素大小" -#: ../gtk/gtkimage.c:206 +#: gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "命名图标所使用的像素大小" -#: ../gtk/gtkimage.c:214 +#: gtk/gtkimage.c:214 msgid "Animation" msgstr "动画" -#: ../gtk/gtkimage.c:215 +#: gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "要显示的 GdkPixbufAnimation" -#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 +#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "存储类型" -#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 +#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "用于图像数据的表示法" -#: ../gtk/gtkimagemenuitem.c:136 +#: gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "菜单文字旁出现的子部件" -#: ../gtk/gtkimagemenuitem.c:151 +#: gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "是否使用标签中的文字来创建保留菜单项" -#: ../gtk/gtkimagemenuitem.c:169 +#: gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "总显示图像" -#: ../gtk/gtkimagemenuitem.c:170 +#: gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "图像是否总是可见" -#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 +#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "加速组" -#: ../gtk/gtkimagemenuitem.c:185 +#: gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "用于保留加速键的加速组" -#: ../gtk/gtkimagemenuitem.c:190 +#: gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "显示菜单图像" -#: ../gtk/gtkimagemenuitem.c:191 +#: gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "是否要在菜单中显示图像" -#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "此窗口要显示的屏幕" -#: ../gtk/gtklabel.c:368 +#: gtk/gtklabel.c:368 msgid "The text of the label" msgstr "标签的文字" -#: ../gtk/gtklabel.c:375 +#: gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "用于标签文字的样式属性的列表" -#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 +#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 msgid "Justification" msgstr "对齐" -#: ../gtk/gtklabel.c:397 +#: gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " @@ -3103,915 +3080,913 @@ msgstr "" "标签文字中不同行的排列方式。这不影响标签在其分配内的排列。参看 GtkMisc::" "xalign 的有关内容" -#: ../gtk/gtklabel.c:405 +#: gtk/gtklabel.c:405 msgid "Pattern" msgstr "样式" -#: ../gtk/gtklabel.c:406 +#: gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" msgstr "字符串中出现的“_”字符代表文字中的下一字符要加下划线。" -#: ../gtk/gtklabel.c:413 +#: gtk/gtklabel.c:413 msgid "Line wrap" msgstr "自动换行" -#: ../gtk/gtklabel.c:414 +#: gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "如设置此选项,当字句过宽时会自动换行" -#: ../gtk/gtklabel.c:429 +#: gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "换行模式" -#: ../gtk/gtklabel.c:430 +#: gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "如果设定了换行,则此处设定如何进行换行" -#: ../gtk/gtklabel.c:437 +#: gtk/gtklabel.c:437 msgid "Selectable" msgstr "可选中" -#: ../gtk/gtklabel.c:438 +#: gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "标签中的文字是否可以使用鼠标来选中" -#: ../gtk/gtklabel.c:444 +#: gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "记忆键" -#: ../gtk/gtklabel.c:445 +#: gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "此标签的可记忆加速键" -#: ../gtk/gtklabel.c:453 +#: gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "可记忆部件" -#: ../gtk/gtklabel.c:454 +#: gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "按下标签可记忆键时要激活的部件" -#: ../gtk/gtklabel.c:500 +#: gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" msgstr "" "如果标签根本没有足够的空间显示整个字符串,这里给出了省略化字符串的首选位置" -#: ../gtk/gtklabel.c:540 +#: gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "单行模式" -#: ../gtk/gtklabel.c:541 +#: gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "标签是否是单行模式" -#: ../gtk/gtklabel.c:558 +#: gtk/gtklabel.c:558 msgid "Angle" msgstr "角度" -#: ../gtk/gtklabel.c:559 +#: gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "标签旋转的角度" -#: ../gtk/gtklabel.c:579 +#: gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "最大宽度,以字符数计" -#: ../gtk/gtklabel.c:580 +#: gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "标签的目标最大宽度,以字符数计" -#: ../gtk/gtklabel.c:696 +#: gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "当可选择标签被聚焦时是否选中其内容" -#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 +#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "水平调整" -#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 +#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "用于水平位置的 GtkAdjustment" -#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 +#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "垂直调整" -#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 +#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "用于垂直位置的 GtkAdjustment。" -#: ../gtk/gtklayout.c:633 +#: gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "布局宽度" -#: ../gtk/gtklayout.c:642 +#: gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "布局高度" -#: ../gtk/gtklinkbutton.c:145 +#: gtk/gtklinkbutton.c:145 msgid "URI" msgstr "URI" -#: ../gtk/gtklinkbutton.c:146 +#: gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "关联此按钮的 URI" -#: ../gtk/gtklinkbutton.c:160 +#: gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "已访问" -#: ../gtk/gtklinkbutton.c:161 +#: gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "此链接是否已经访问过" -#: ../gtk/gtkmenu.c:501 +#: gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "当前已选择的菜单项" -#: ../gtk/gtkmenu.c:516 +#: gtk/gtkmenu.c:516 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:285 msgid "Accel Path" msgstr "加速路径" -#: ../gtk/gtkmenu.c:531 +#: gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "加速路径用来方便地创建子项目的加速路径" -#: ../gtk/gtkmenu.c:547 +#: gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "附属部件" -#: ../gtk/gtkmenu.c:548 +#: gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "菜单所附属的部件" -#: ../gtk/gtkmenu.c:556 +#: gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" msgstr "当此菜单被折叠可供窗口管理器显示的标题" -#: ../gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "撕下状态" -#: ../gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "表明菜单是否被撕下的布尔值" -#: ../gtk/gtkmenu.c:585 +#: gtk/gtkmenu.c:585 msgid "Monitor" msgstr "监视器" -#: ../gtk/gtkmenu.c:586 +#: gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "要弹出菜单的监视器" -#: ../gtk/gtkmenu.c:592 +#: gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "垂直留空" -#: ../gtk/gtkmenu.c:593 +#: gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "菜单上下两端额外的空白" -#: ../gtk/gtkmenu.c:601 +#: gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "水平留空" -#: ../gtk/gtkmenu.c:602 +#: gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "菜单左右两端额外的空白" -#: ../gtk/gtkmenu.c:610 +#: gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "垂直偏移" -#: ../gtk/gtkmenu.c:611 +#: gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" msgstr "菜单为子菜单时,在垂直方向上定位这么多像素的便宜" -#: ../gtk/gtkmenu.c:619 +#: gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "水平偏移" -#: ../gtk/gtkmenu.c:620 +#: gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" msgstr "菜单为子菜单时,在水平方向上定位这么多像素的便宜" -#: ../gtk/gtkmenu.c:628 +#: gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "双箭头" -#: ../gtk/gtkmenu.c:629 +#: gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "滚动时总是显示两个箭头。" -#: ../gtk/gtkmenu.c:642 +#: gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "箭头放置" -#: ../gtk/gtkmenu.c:643 +#: gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "指示是否放置滚动箭头" -#: ../gtk/gtkmenu.c:651 +#: gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "左侧附加" -#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 +#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "将子部件左侧附加到哪一列" -#: ../gtk/gtkmenu.c:659 +#: gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "右侧附加" -#: ../gtk/gtkmenu.c:660 +#: gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "将子部件右侧附加到哪一列" -#: ../gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "上侧附加" -#: ../gtk/gtkmenu.c:668 +#: gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "将子部件上侧附加到哪一行" -#: ../gtk/gtkmenu.c:675 +#: gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "下侧附加" -#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 +#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "将子部件下侧附加到哪一行" -#: ../gtk/gtkmenu.c:690 +#: gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "任意常量用来按比例缩小滚动箭头的大小" -#: ../gtk/gtkmenu.c:777 +#: gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "可更改加速键" -#: ../gtk/gtkmenu.c:778 +#: gtk/gtkmenu.c:778 msgid "" "Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "菜单加速键是否可通过在菜单项上按键进行更改" -#: ../gtk/gtkmenu.c:783 +#: gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "子菜单出现的延迟" -#: ../gtk/gtkmenu.c:784 +#: gtk/gtkmenu.c:784 msgid "" "Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "在子菜单出现前鼠标指针必须指向菜单项的最短时间" -#: ../gtk/gtkmenu.c:791 +#: gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "隐藏子菜单的延迟" -#: ../gtk/gtkmenu.c:792 +#: gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" msgstr "在隐藏子菜单前鼠标指针必须远离子菜单的最短时间" -#: ../gtk/gtkmenubar.c:168 +#: gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "折叠方向" -#: ../gtk/gtkmenubar.c:169 +#: gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "菜单栏的折叠方向" -#: ../gtk/gtkmenubar.c:185 +#: gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "子折叠方向" -#: ../gtk/gtkmenubar.c:186 +#: gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "菜单栏的子折叠方向" -#: ../gtk/gtkmenubar.c:195 +#: gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "菜单栏的周围的立体样式" -#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 +#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "内部留空" -#: ../gtk/gtkmenubar.c:203 +#: gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "菜单栏阴影和菜单项之间的边框空白总量" -#: ../gtk/gtkmenubar.c:210 +#: gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "下拉菜单出现前的延迟" -#: ../gtk/gtkmenubar.c:211 +#: gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "菜单栏的子菜单出现前的延迟" -#: ../gtk/gtkmenuitem.c:252 +#: gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "右对齐" -#: ../gtk/gtkmenuitem.c:253 +#: gtk/gtkmenuitem.c:253 msgid "" "Sets whether the menu item appears justified at the right side of a menu bar" msgstr "设置是否让菜单项显示为在菜单栏右边对齐" -#: ../gtk/gtkmenuitem.c:267 +#: gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "子菜单" -#: ../gtk/gtkmenuitem.c:268 +#: gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" msgstr "子菜单附属于菜单项,或等于 NULL,如果它是 none" -#: ../gtk/gtkmenuitem.c:286 +#: gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "设置菜单项的加速路径" -#: ../gtk/gtkmenuitem.c:301 +#: gtk/gtkmenuitem.c:301 msgid "The text for the child label" msgstr "子标签的文字" -#: ../gtk/gtkmenuitem.c:364 +#: gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "箭头所占空间大小,相对于菜单项中的字体大小" -#: ../gtk/gtkmenuitem.c:377 +#: gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "以字符数计的宽度" -#: ../gtk/gtkmenuitem.c:378 +#: gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "菜单项的最小期望宽度,以字符数计" -#: ../gtk/gtkmenushell.c:374 +#: gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "获得焦点" -#: ../gtk/gtkmenushell.c:375 +#: gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "表明菜单是否获得键盘焦点的布尔值" -#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 +#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "菜单" -#: ../gtk/gtkmenutoolbutton.c:246 +#: gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "下拉菜单" -#: ../gtk/gtkmessagedialog.c:98 +#: gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "图像/标签边界" -#: ../gtk/gtkmessagedialog.c:99 +#: gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "消息对话框的标签和图像周围的边界宽度" -#: ../gtk/gtkmessagedialog.c:114 +#: gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "有分隔线" -#: ../gtk/gtkmessagedialog.c:115 +#: gtk/gtkmessagedialog.c:115 msgid "" "Whether to put a separator between the message dialog's text and the buttons" msgstr "是否在消息对话框的文字和按钮之间放置分隔符" -#: ../gtk/gtkmessagedialog.c:128 +#: gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "消息类型" -#: ../gtk/gtkmessagedialog.c:129 +#: gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "消息的类型" -#: ../gtk/gtkmessagedialog.c:136 +#: gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "消息按钮" -#: ../gtk/gtkmessagedialog.c:137 +#: gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "消息对话框显示的按钮" -#: ../gtk/gtkmessagedialog.c:154 +#: gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "消息对话框的主要文字" -#: ../gtk/gtkmessagedialog.c:169 +#: gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "使用标记" -#: ../gtk/gtkmessagedialog.c:170 +#: gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "标题的主要文字包括 Pango 标记。" -#: ../gtk/gtkmessagedialog.c:184 +#: gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "次要文字" -#: ../gtk/gtkmessagedialog.c:185 +#: gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "消息对话框的次要文字" -#: ../gtk/gtkmessagedialog.c:200 +#: gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "在次要文字中使用标记" -#: ../gtk/gtkmessagedialog.c:201 +#: gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "次要文字包括 Pango 标记。" -#: ../gtk/gtkmessagedialog.c:216 +#: gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "图像" -#: ../gtk/gtkmisc.c:83 +#: gtk/gtkmisc.c:83 msgid "Y align" msgstr "垂直排列" -#: ../gtk/gtkmisc.c:84 +#: gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "垂直方向的排列方式,从0(左对齐)到1(右对齐)" -#: ../gtk/gtkmisc.c:93 +#: gtk/gtkmisc.c:93 msgid "X pad" msgstr "水平留空" -#: ../gtk/gtkmisc.c:94 +#: gtk/gtkmisc.c:94 msgid "" "The amount of space to add on the left and right of the widget, in pixels" msgstr "部件的左右两端的额外空白,以像素计" -#: ../gtk/gtkmisc.c:103 +#: gtk/gtkmisc.c:103 msgid "Y pad" msgstr "垂直留空" -#: ../gtk/gtkmisc.c:104 +#: gtk/gtkmisc.c:104 msgid "" "The amount of space to add on the top and bottom of the widget, in pixels" msgstr "部件的上下两端的额外空白,以像素计" -#: ../gtk/gtkmountoperation.c:139 +#: gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "父" -#: ../gtk/gtkmountoperation.c:140 +#: gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "父窗口" -#: ../gtk/gtkmountoperation.c:147 +#: gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "是否显示" -#: ../gtk/gtkmountoperation.c:148 +#: gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "我们要显示对话框吗" -#: ../gtk/gtkmountoperation.c:156 +#: gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "要显示此窗口的屏幕" -#: ../gtk/gtknotebook.c:577 +#: gtk/gtknotebook.c:577 msgid "Page" msgstr "页" -#: ../gtk/gtknotebook.c:578 +#: gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "当前页的索引" -#: ../gtk/gtknotebook.c:586 +#: gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "标签位置" -#: ../gtk/gtknotebook.c:587 +#: gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "标签位于记事本哪一边" -#: ../gtk/gtknotebook.c:594 +#: gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "标签边界" -#: ../gtk/gtknotebook.c:595 +#: gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "标签标题周围的边界宽度" -#: ../gtk/gtknotebook.c:603 +#: gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "标签左右边界" -#: ../gtk/gtknotebook.c:604 +#: gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "标签标题左右两端的边界宽度" -#: ../gtk/gtknotebook.c:612 +#: gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "标签上下边界" -#: ../gtk/gtknotebook.c:613 +#: gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "标签标题上下两端的边界宽度" -#: ../gtk/gtknotebook.c:621 +#: gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "显示标签" -#: ../gtk/gtknotebook.c:622 +#: gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "是否应显示标签" -#: ../gtk/gtknotebook.c:628 +#: gtk/gtknotebook.c:628 msgid "Show Border" msgstr "显示边框" -#: ../gtk/gtknotebook.c:629 +#: gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "是否应显示边框" -#: ../gtk/gtknotebook.c:635 +#: gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "可滚动" -#: ../gtk/gtknotebook.c:636 +#: gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "若为 TRUE,如果标签太多无法全部显示时,则会在旁边加上箭头来滚动" -#: ../gtk/gtknotebook.c:642 +#: gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "启用弹出菜单" -#: ../gtk/gtknotebook.c:643 +#: gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" msgstr "若为 TRUE,则在记事本中按鼠标右键将弹出菜单,您可以用它来跳至某一页" -#: ../gtk/gtknotebook.c:650 +#: gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "标签是否应统一大小" -#: ../gtk/gtknotebook.c:656 +#: gtk/gtknotebook.c:656 msgid "Group ID" msgstr "组 ID" -#: ../gtk/gtknotebook.c:657 +#: gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "标签拖曳的组 ID" -#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 -#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 -#: ../gtk/gtkradiotoolbutton.c:65 +#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 +#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "组" -#: ../gtk/gtknotebook.c:674 +#: gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "标签拖曳的组" -#: ../gtk/gtknotebook.c:680 +#: gtk/gtknotebook.c:680 msgid "Tab label" msgstr "标签文字" -#: ../gtk/gtknotebook.c:681 +#: gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "子标签上要显示的字符串" -#: ../gtk/gtknotebook.c:687 +#: gtk/gtknotebook.c:687 msgid "Menu label" msgstr "菜单标签" -#: ../gtk/gtknotebook.c:688 +#: gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "子菜单项中要显示的字符串" -#: ../gtk/gtknotebook.c:701 +#: gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "标签展开" -#: ../gtk/gtknotebook.c:702 +#: gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "是否展开子标签" -#: ../gtk/gtknotebook.c:708 +#: gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "标签填充" -#: ../gtk/gtknotebook.c:709 +#: gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "子标签是否要占满整个分配区域" -#: ../gtk/gtknotebook.c:715 +#: gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "标签包裹类型" -#: ../gtk/gtknotebook.c:722 +#: gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "标签可重新排列" -#: ../gtk/gtknotebook.c:723 +#: gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "标签是否可由用户操作重新排序" -#: ../gtk/gtknotebook.c:729 +#: gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "标签可漂移" -#: ../gtk/gtknotebook.c:730 +#: gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "标签是否可漂移" -#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 +#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "次要反向指示器" -#: ../gtk/gtknotebook.c:746 +#: gtk/gtknotebook.c:746 msgid "" "Display a second backward arrow button on the opposite end of the tab area" msgstr "在标签头区域的另外一端显示第二个反向箭头" -#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 +#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "次要正向指示器" -#: ../gtk/gtknotebook.c:762 +#: gtk/gtknotebook.c:762 msgid "" "Display a second forward arrow button on the opposite end of the tab area" msgstr "在标签头区域的另外一端显示第二个正向箭头" -#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 +#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "反向指示器" -#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 +#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "显示标准的后退箭头按钮" -#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 +#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "正向指示器" -#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 +#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "显示标准的前进箭头按钮" -#: ../gtk/gtknotebook.c:806 +#: gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "标签覆盖" -#: ../gtk/gtknotebook.c:807 +#: gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "标签覆盖区域的大小" -#: ../gtk/gtknotebook.c:822 +#: gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "标签曲率" -#: ../gtk/gtknotebook.c:823 +#: gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "标签曲率的大小" -#: ../gtk/gtknotebook.c:839 +#: gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "箭头间距" -#: ../gtk/gtknotebook.c:840 +#: gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "滚动箭头间距" -#: ../gtk/gtkobject.c:370 +#: gtk/gtkobject.c:370 msgid "User Data" msgstr "用户数据" -#: ../gtk/gtkobject.c:371 +#: gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "匿名用户数据指针" -#: ../gtk/gtkoptionmenu.c:162 +#: gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "选项菜单" -#: ../gtk/gtkoptionmenu.c:169 +#: gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "下拉指示器的大小" -#: ../gtk/gtkoptionmenu.c:175 +#: gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "指示器周围的间距" -#: ../gtk/gtkorientable.c:75 +#: gtk/gtkorientable.c:75 msgid "The orientation of the orientable" msgstr "定向的方向" -#: ../gtk/gtkpaned.c:242 +#: gtk/gtkpaned.c:242 msgid "" "Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "面板分隔器的位置,按像素计(0 代表始终位于左/上)" -#: ../gtk/gtkpaned.c:251 +#: gtk/gtkpaned.c:251 msgid "Position Set" msgstr "位置设置" -#: ../gtk/gtkpaned.c:252 +#: gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "是否要使用位置属性" -#: ../gtk/gtkpaned.c:258 +#: gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "句柄大小" -#: ../gtk/gtkpaned.c:259 +#: gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "句柄宽度" -#: ../gtk/gtkpaned.c:275 +#: gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "最小位置" -#: ../gtk/gtkpaned.c:276 +#: gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "“position”属性的最小可能值" -#: ../gtk/gtkpaned.c:293 +#: gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "最大位置" -#: ../gtk/gtkpaned.c:294 +#: gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "“position”属性的最大可能值" -#: ../gtk/gtkpaned.c:311 +#: gtk/gtkpaned.c:311 msgid "Resize" msgstr "改变大小" -#: ../gtk/gtkpaned.c:312 +#: gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "若为 TRUE,子部件将跟随面板部件展开并收缩" -#: ../gtk/gtkpaned.c:327 +#: gtk/gtkpaned.c:327 msgid "Shrink" msgstr "收缩" -#: ../gtk/gtkpaned.c:328 +#: gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "若为 TRUE,子部件可小于其所请求的大小" -#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 +#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "内嵌" -#: ../gtk/gtkplug.c:151 +#: gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "是否内嵌插件" -#: ../gtk/gtkplug.c:165 +#: gtk/gtkplug.c:165 msgid "Socket Window" msgstr "插槽窗口" -#: ../gtk/gtkplug.c:166 +#: gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "插入项嵌入的插槽窗口" -#: ../gtk/gtkpreview.c:102 +#: gtk/gtkpreview.c:102 msgid "" "Whether the preview widget should take up the entire space it is allocated" msgstr "预览部件是否占据为它分配的整个空间" -#: ../gtk/gtkprinter.c:124 +#: gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "打印机名称" -#: ../gtk/gtkprinter.c:130 +#: gtk/gtkprinter.c:130 msgid "Backend" msgstr "后端" -#: ../gtk/gtkprinter.c:131 +#: gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "打印机后端" -#: ../gtk/gtkprinter.c:137 +#: gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "虚拟" -#: ../gtk/gtkprinter.c:138 +#: gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "如果此打印机代表真实的硬件打印机,则为 FALSE" -#: ../gtk/gtkprinter.c:144 +#: gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "接受 PDF" -#: ../gtk/gtkprinter.c:145 +#: gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "如果此打印机可接受 PDF,则为 TRUE" -#: ../gtk/gtkprinter.c:151 +#: gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "接受 PostScript" -#: ../gtk/gtkprinter.c:152 +#: gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "如果此打印机可接受 PostScript,则为 TRUE" -#: ../gtk/gtkprinter.c:158 +#: gtk/gtkprinter.c:158 msgid "State Message" msgstr "状态消息" -#: ../gtk/gtkprinter.c:159 +#: gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "给出当前打印机状态的字符串" -#: ../gtk/gtkprinter.c:165 +#: gtk/gtkprinter.c:165 msgid "Location" msgstr "位置" -#: ../gtk/gtkprinter.c:166 +#: gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "打印机的位置" -#: ../gtk/gtkprinter.c:173 +#: gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "打印机的图标名称" -#: ../gtk/gtkprinter.c:179 +#: gtk/gtkprinter.c:179 msgid "Job Count" msgstr "任务数" -#: ../gtk/gtkprinter.c:180 +#: gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "打印机中排队的任务数" -#: ../gtk/gtkprinter.c:198 +#: gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "暂停的打印机" -#: ../gtk/gtkprinter.c:199 +#: gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "若此打印机被暂停则为 TRUE" -#: ../gtk/gtkprinter.c:212 +#: gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "可接受任务" -#: ../gtk/gtkprinter.c:213 +#: gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "若此打印机可接受新任务则为 TRUE" -#: ../gtk/gtkprinteroptionwidget.c:123 +#: gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "源选项" -#: ../gtk/gtkprinteroptionwidget.c:124 +#: gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "支持这个控件的打印选项" -#: ../gtk/gtkprintjob.c:117 +#: gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "打印任务的标题" -#: ../gtk/gtkprintjob.c:125 +#: gtk/gtkprintjob.c:125 msgid "Printer" msgstr "打印机" -#: ../gtk/gtkprintjob.c:126 +#: gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "打印任务的打印机" -#: ../gtk/gtkprintjob.c:134 +#: gtk/gtkprintjob.c:134 msgid "Settings" msgstr "设置" -#: ../gtk/gtkprintjob.c:135 +#: gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "打印机设置" -#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 -#: ../gtk/gtkprintunixdialog.c:258 +#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "页面设置" -#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "跟踪打印状态" -#: ../gtk/gtkprintjob.c:153 +#: gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." @@ -4019,57 +3994,57 @@ msgstr "" "如果在打印数据已经发送给打印机或打印服务器后,打印任务会继续发出状态改变信" "号,则为 TRUE" -#: ../gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "默认页面高度" -#: ../gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "默认使用的 GtkPageSetup" -#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "打印设置" -#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "初始化对话框的 GtkPrintSettings" -#: ../gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "任务名称" -#: ../gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "用于标识打印任务的字符串。" -#: ../gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "页数" -#: ../gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr "文档中的页数。" -#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "当前页" -#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "文档的当前页" -#: ../gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "使用整页" -#: ../gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1007 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" msgstr "如果原始的上下文在页面的角落,而不是在可成像区域的角落,则为 TRUE" -#: ../gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1028 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." @@ -4077,75 +4052,75 @@ msgstr "" "如果在打印数据已经发送给打印机或打印服务器后,打印操作会继续报告打印任务的状" "态,则为 TRUE" -#: ../gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "单位" -#: ../gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "在上下文中能被度量的距离的单位" -#: ../gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "显示对话框" -#: ../gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr "如果在打印时显示了进度对话框,则为 TRUE " -#: ../gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "允许异步" -#: ../gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "如果打印进程异步运行,则为 TRUE " -#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "导出文件名" -#: ../gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "状态" -#: ../gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "打印操作的状态" -#: ../gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "状态字符串" -#: ../gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "人工可读的状态描述" -#: ../gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "自定义标签名" -#: ../gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "包含自定义部件的标签名。" -#: ../gtk/gtkprintunixdialog.c:259 +#: gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "要使用的 GtkPageSetup" -#: ../gtk/gtkprintunixdialog.c:284 +#: gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "选中的打印机" -#: ../gtk/gtkprintunixdialog.c:285 +#: gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "目前选中的 GtkPrinter" -#: ../gtk/gtkprogress.c:102 +#: gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "活动模式" -#: ../gtk/gtkprogress.c:103 +#: gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " @@ -4154,134 +4129,134 @@ msgstr "" "如果为 TRUE ,则 GtkProgress 处于活动模式,这表示某项操作正在进行,但不显示操" "作的进展状况。当你不知道某项操作需要花多长时间时,可以用它。" -#: ../gtk/gtkprogress.c:111 +#: gtk/gtkprogress.c:111 msgid "Show text" msgstr "显示文字" -#: ../gtk/gtkprogress.c:112 +#: gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "进度是否以文字方式显示" -#: ../gtk/gtkprogressbar.c:119 +#: gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "连接到进度条的 GtkAdjustment 部件(不赞成使用)" -#: ../gtk/gtkprogressbar.c:135 +#: gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "进度条风格" -#: ../gtk/gtkprogressbar.c:136 +#: gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "使用百分比指定进度条的视觉风格(不赞成使用)" -#: ../gtk/gtkprogressbar.c:144 +#: gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "活动步进" -#: ../gtk/gtkprogressbar.c:145 +#: gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "在活动模式下每次增加进度的幅度(不赞成使用)" -#: ../gtk/gtkprogressbar.c:152 +#: gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "活动块" -#: ../gtk/gtkprogressbar.c:153 +#: gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" msgstr "活动模式下可适应进度条区域的块数(不赞成使用)" -#: ../gtk/gtkprogressbar.c:160 +#: gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "间断块数" -#: ../gtk/gtkprogressbar.c:161 +#: gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" msgstr "进度条中间断的进度块总数(当在间断风格下显示时)" -#: ../gtk/gtkprogressbar.c:168 +#: gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "完成比例" -#: ../gtk/gtkprogressbar.c:169 +#: gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "已完成部分占总数的比例" -#: ../gtk/gtkprogressbar.c:176 +#: gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "脉冲步进" -#: ../gtk/gtkprogressbar.c:177 +#: gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "进度递增时跳跃块要移动的距离,按总进度的比例计" -#: ../gtk/gtkprogressbar.c:185 +#: gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "进度条中显示的文字" -#: ../gtk/gtkprogressbar.c:207 +#: gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." msgstr "" "如果进度栏根本没有足够的空间显示整个字符串,这里给出了省略化字符串的首选位置" -#: ../gtk/gtkprogressbar.c:214 +#: gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "XSpacing" -#: ../gtk/gtkprogressbar.c:215 +#: gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "应用在进度栏宽度上的附加的空白" -#: ../gtk/gtkprogressbar.c:220 +#: gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "Y间距" -#: ../gtk/gtkprogressbar.c:221 +#: gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "应用于进度条高度的额外间距" -#: ../gtk/gtkprogressbar.c:234 +#: gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "最小水平条宽度" -#: ../gtk/gtkprogressbar.c:235 +#: gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "最小进度条水平宽度" -#: ../gtk/gtkprogressbar.c:247 +#: gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "最小水平条高度" -#: ../gtk/gtkprogressbar.c:248 +#: gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "最小进度条水平高度" -#: ../gtk/gtkprogressbar.c:260 +#: gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "最小垂直条宽度" -#: ../gtk/gtkprogressbar.c:261 +#: gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "最小进度条垂直宽度" -#: ../gtk/gtkprogressbar.c:273 +#: gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "最小垂直条高度" -#: ../gtk/gtkprogressbar.c:274 +#: gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "最小进度条垂直高度" -#: ../gtk/gtkradioaction.c:111 +#: gtk/gtkradioaction.c:111 msgid "The value" msgstr "值" -#: ../gtk/gtkradioaction.c:112 +#: gtk/gtkradioaction.c:112 msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." @@ -4289,428 +4264,426 @@ msgstr "" "此动作为其动作组的的当前动作时,gtk_radio_action_get_current_value() 返回的" "值。" -#: ../gtk/gtkradioaction.c:129 +#: gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "此动作所属组的单选钮动作组。" -#: ../gtk/gtkradioaction.c:144 +#: gtk/gtkradioaction.c:144 msgid "The current value" msgstr "当前值" -#: ../gtk/gtkradioaction.c:145 +#: gtk/gtkradioaction.c:145 msgid "" "The value property of the currently active member of the group to which this " "action belongs." msgstr "当前激活的成员的属性值,该成员属于能做出该动作的一个组" -#: ../gtk/gtkradiobutton.c:83 +#: gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "此部件所属组的单选钮动作组。" -#: ../gtk/gtkradiomenuitem.c:344 +#: gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "此部件所属组的单选菜单项。" -#: ../gtk/gtkradiotoolbutton.c:66 +#: gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "单选工具按钮所在的组" -#: ../gtk/gtkrange.c:358 +#: gtk/gtkrange.c:358 msgid "Update policy" msgstr "更新策略" -#: ../gtk/gtkrange.c:359 +#: gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "范围应该如何在屏幕上更新" -#: ../gtk/gtkrange.c:368 +#: gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "包含此范围对象当前值的 GtkAdjustment" -#: ../gtk/gtkrange.c:375 +#: gtk/gtkrange.c:375 msgid "Inverted" msgstr "反转" -#: ../gtk/gtkrange.c:376 +#: gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" msgstr "反向滑块移动增加范围值" -#: ../gtk/gtkrange.c:383 +#: gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "下指示器灵敏度" -#: ../gtk/gtkrange.c:384 +#: gtk/gtkrange.c:384 msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" msgstr "指示调整部件下侧的指示器的灵敏度策略" -#: ../gtk/gtkrange.c:392 +#: gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "上指示器灵敏度" -#: ../gtk/gtkrange.c:393 +#: gtk/gtkrange.c:393 msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" msgstr "指示调整部件上侧的指示器的灵敏度策略" -#: ../gtk/gtkrange.c:410 +#: gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "显示填充级别" -#: ../gtk/gtkrange.c:411 +#: gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "是否在滑槽上显示一个填充级别指示器图像" -#: ../gtk/gtkrange.c:427 +#: gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "填充级别的限制条件" -#: ../gtk/gtkrange.c:428 +#: gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "是否限制填充级别的上界" -#: ../gtk/gtkrange.c:443 +#: gtk/gtkrange.c:443 msgid "Fill Level" msgstr "填充级别" -#: ../gtk/gtkrange.c:444 +#: gtk/gtkrange.c:444 msgid "The fill level." msgstr "填充级别" -#: ../gtk/gtkrange.c:452 +#: gtk/gtkrange.c:452 msgid "Slider Width" msgstr "滑块宽度" -#: ../gtk/gtkrange.c:453 +#: gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "滚动条或刻度块的宽度" -#: ../gtk/gtkrange.c:460 +#: gtk/gtkrange.c:460 msgid "Trough Border" msgstr "滑槽边框" -#: ../gtk/gtkrange.c:461 +#: gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "刻度/指示器和外部滑槽之间的间距" -#: ../gtk/gtkrange.c:468 +#: gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "指示器大小" -#: ../gtk/gtkrange.c:469 +#: gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "步进按钮最终的长度" -#: ../gtk/gtkrange.c:484 +#: gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "指示器间距" -#: ../gtk/gtkrange.c:485 +#: gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "步进按钮和刻度之间的间距" -#: ../gtk/gtkrange.c:492 +#: gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "箭头水平位移" -#: ../gtk/gtkrange.c:493 +#: gtk/gtkrange.c:493 msgid "" "How far in the x direction to move the arrow when the button is depressed" msgstr "当按钮被按下时,要将箭头在水平方向上移动的距离" -#: ../gtk/gtkrange.c:500 +#: gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "箭头垂直位移" -#: ../gtk/gtkrange.c:501 +#: gtk/gtkrange.c:501 msgid "" "How far in the y direction to move the arrow when the button is depressed" msgstr "当按钮被按下时,要将箭头在垂直方向上移动的距离" -#: ../gtk/gtkrange.c:509 +#: gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "在被拖曳时,绘制滑块成 ACTIVE " -#: ../gtk/gtkrange.c:510 +#: gtk/gtkrange.c:510 msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" msgstr "" "当该选项置为 TRUE 时,滑块在被拖曳时会绘制成 ACTIVE ,而阴影会绘制成 IN" -#: ../gtk/gtkrange.c:524 +#: gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "滑槽边细节" -#: ../gtk/gtkrange.c:525 +#: gtk/gtkrange.c:525 msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" msgstr "当为 TRUE 时,滑槽两边的的滑块的一部分有一些细节上的不同" -#: ../gtk/gtkrange.c:541 +#: gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "指示器下面的滑槽" -#: ../gtk/gtkrange.c:542 +#: gtk/gtkrange.c:542 msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" msgstr "是否要画完整长度的滑槽或者是除去指示器和间距" -#: ../gtk/gtkrange.c:555 +#: gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "箭头比例" -#: ../gtk/gtkrange.c:556 +#: gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "相对于滚动按钮大小的箭头缩放比例" -#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 +#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "显示编号" -#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 +#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "是否项目要附加一个数字一起显示" -#: ../gtk/gtkrecentchooser.c:132 +#: gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "最近管理器" -#: ../gtk/gtkrecentchooser.c:133 +#: gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "要使用的 RecentManager" -#: ../gtk/gtkrecentchooser.c:147 +#: gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "显示私有项" -#: ../gtk/gtkrecentchooser.c:148 +#: gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "是否显示私有项" -#: ../gtk/gtkrecentchooser.c:161 +#: gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "显示工具提示" -#: ../gtk/gtkrecentchooser.c:162 +#: gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "是否在项目上显示工具提示" -#: ../gtk/gtkrecentchooser.c:174 +#: gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "显示图标" -#: ../gtk/gtkrecentchooser.c:175 +#: gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "是否要在项目旁显示图标" -#: ../gtk/gtkrecentchooser.c:190 +#: gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "显示未找到" -#: ../gtk/gtkrecentchooser.c:191 +#: gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "是否显示指向不可用资源的项目" -#: ../gtk/gtkrecentchooser.c:204 +#: gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "是否允许选择多项" -#: ../gtk/gtkrecentchooser.c:217 +#: gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "只有本地" -#: ../gtk/gtkrecentchooser.c:218 +#: gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "选中的资源是否限制为本地 file: URIs" -#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 +#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "限制" -#: ../gtk/gtkrecentchooser.c:235 +#: gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "要显示的最多项数" -#: ../gtk/gtkrecentchooser.c:249 +#: gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "排序类型" -#: ../gtk/gtkrecentchooser.c:250 +#: gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "项目显示的排列顺序" -#: ../gtk/gtkrecentchooser.c:265 +#: gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "选择要显示哪些资源的当前过滤器" -#: ../gtk/gtkrecentmanager.c:215 +#: gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "用来存储和读取列表的文件的完整路径" -#: ../gtk/gtkrecentmanager.c:230 +#: gtk/gtkrecentmanager.c:230 msgid "" "The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "gtk_recent_manager_get_items() 返回项的个数的最大值" -#: ../gtk/gtkrecentmanager.c:246 +#: gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "当前所用的资源列表的大小" -#: ../gtk/gtkruler.c:128 +#: gtk/gtkruler.c:128 msgid "Lower" msgstr "低" -#: ../gtk/gtkruler.c:129 +#: gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "标尺的最低刻度" -#: ../gtk/gtkruler.c:138 +#: gtk/gtkruler.c:138 msgid "Upper" msgstr "高" -#: ../gtk/gtkruler.c:139 +#: gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "标尺的最高刻度" -#: ../gtk/gtkruler.c:149 +#: gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "标尺上刻度的位置" -#: ../gtk/gtkruler.c:158 +#: gtk/gtkruler.c:158 msgid "Max Size" msgstr "最大尺寸" -#: ../gtk/gtkruler.c:159 +#: gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "标尺的最大尺寸" -#: ../gtk/gtkruler.c:174 +#: gtk/gtkruler.c:174 msgid "Metric" msgstr "度量" -#: ../gtk/gtkruler.c:175 +#: gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "标尺所使用的度量系统" -#: ../gtk/gtkscale.c:201 +#: gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "显示于值中的数字位数" -#: ../gtk/gtkscale.c:210 +#: gtk/gtkscale.c:210 msgid "Draw Value" msgstr "显示数值" -#: ../gtk/gtkscale.c:211 +#: gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "是否在滑块旁显示当前数值" -#: ../gtk/gtkscale.c:218 +#: gtk/gtkscale.c:218 msgid "Value Position" msgstr "数值位置" -#: ../gtk/gtkscale.c:219 +#: gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "当前数值的显示位置" -#: ../gtk/gtkscale.c:226 +#: gtk/gtkscale.c:226 msgid "Slider Length" msgstr "滑块长度" -#: ../gtk/gtkscale.c:227 +#: gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "刻度上滑块的长度" -#: ../gtk/gtkscale.c:235 +#: gtk/gtkscale.c:235 msgid "Value spacing" msgstr "数值间距" -#: ../gtk/gtkscale.c:236 +#: gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "数值文字与滑块/槽区的间距" -#: ../gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "缩放比例的值" -#: ../gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "图标大小" -#: ../gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "包含此比例的按钮对象的当前值的 GtkAdjustment" -#: ../gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "图标" -#: ../gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "标志图标名称列表" -#: ../gtk/gtkscrollbar.c:51 +#: gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "最小滑块长度" -#: ../gtk/gtkscrollbar.c:52 +#: gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "滚动条滑块的最小长度" -#: ../gtk/gtkscrollbar.c:60 +#: gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "固定滑块大小" -#: ../gtk/gtkscrollbar.c:61 +#: gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "不改变滑块大小,把它固定在最小长度" -#: ../gtk/gtkscrollbar.c:82 +#: gtk/gtkscrollbar.c:82 msgid "" "Display a second backward arrow button on the opposite end of the scrollbar" msgstr "在滚动条的另外一端显示第二个反向指示器" -#: ../gtk/gtkscrollbar.c:89 +#: gtk/gtkscrollbar.c:89 msgid "" "Display a second forward arrow button on the opposite end of the scrollbar" msgstr "在滚动条的另外一端显示第二个正向箭头" -#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 -#: ../gtk/gtktreeview.c:578 +#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "水平调整" -#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 -#: ../gtk/gtktreeview.c:586 +#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "垂直调整" -#: ../gtk/gtkscrolledwindow.c:232 +#: gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "水平滚动条政策" -#: ../gtk/gtkscrolledwindow.c:233 +#: gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "何时显示水平滚动条" -#: ../gtk/gtkscrolledwindow.c:240 +#: gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "垂直滚动条政策" -#: ../gtk/gtkscrolledwindow.c:241 +#: gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "何时显示垂直滚动条" -#: ../gtk/gtkscrolledwindow.c:249 +#: gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "窗口放置" -#: ../gtk/gtkscrolledwindow.c:250 +#: gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." @@ -4718,878 +4691,878 @@ msgstr "" "内容如何与滚动条进行协调排列,这个属性仅在 \"window-placement-set\" 为TRUE时" "有效" -#: ../gtk/gtkscrolledwindow.c:267 +#: gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "窗口放置设置" -#: ../gtk/gtkscrolledwindow.c:268 +#: gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." msgstr "\"window-placement\" 是否应用来决定内容如何与滚动条进行协调排列" -#: ../gtk/gtkscrolledwindow.c:274 +#: gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "阴影类型" -#: ../gtk/gtkscrolledwindow.c:275 +#: gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "内容周围的立体样式" -#: ../gtk/gtkscrolledwindow.c:289 +#: gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "立体效果的滚动条" -#: ../gtk/gtkscrolledwindow.c:290 +#: gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "将滚动条放置在滚动窗口的斜面上" -#: ../gtk/gtkscrolledwindow.c:296 +#: gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "滚动条间距" -#: ../gtk/gtkscrolledwindow.c:297 +#: gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "滚动条和滚动窗口之间的像素数" -#: ../gtk/gtkscrolledwindow.c:312 +#: gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "滚动窗口放置" -#: ../gtk/gtkscrolledwindow.c:313 +#: gtk/gtkscrolledwindow.c:313 msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." msgstr "如果不被滚动窗口自己覆盖,滚动窗口的内容要如何与滚动条进行协调排列" -#: ../gtk/gtkseparatortoolitem.c:105 +#: gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "绘制" -#: ../gtk/gtkseparatortoolitem.c:106 +#: gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "是要绘制分隔线,还是只是空白" -#: ../gtk/gtksettings.c:215 +#: gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "双击间隔时间" -#: ../gtk/gtksettings.c:216 +#: gtk/gtksettings.c:216 msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" msgstr "把两次单击鼠标视作双击所允许的最大时间间隔(以毫秒计)" -#: ../gtk/gtksettings.c:223 +#: gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "双击距离" -#: ../gtk/gtksettings.c:224 +#: gtk/gtksettings.c:224 msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" msgstr "把两次单击鼠标视作双击所允许的最大距离(以像素计)" -#: ../gtk/gtksettings.c:240 +#: gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "光标闪烁" -#: ../gtk/gtksettings.c:241 +#: gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "光标是否闪烁" -#: ../gtk/gtksettings.c:248 +#: gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "光标闪烁间隔时间" -#: ../gtk/gtksettings.c:249 +#: gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "光标闪烁的周期,以毫秒计" -#: ../gtk/gtksettings.c:268 +#: gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "光标闪烁超时" -#: ../gtk/gtksettings.c:269 +#: gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "光标停止闪烁后的时间,以秒计" -#: ../gtk/gtksettings.c:276 +#: gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "分开光标" -#: ../gtk/gtksettings.c:277 +#: gtk/gtksettings.c:277 msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" msgstr "当左至右和右至左的文字混合出现时是否应显示两个光标" -#: ../gtk/gtksettings.c:284 +#: gtk/gtksettings.c:284 msgid "Theme Name" msgstr "主题名称" -#: ../gtk/gtksettings.c:285 +#: gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "要载入的布景主题文件名" -#: ../gtk/gtksettings.c:293 +#: gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "图标主题名称" -#: ../gtk/gtksettings.c:294 +#: gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "要使用的图标主题名称" -#: ../gtk/gtksettings.c:302 +#: gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "默认图标主题名称" -#: ../gtk/gtksettings.c:303 +#: gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "默认要使用的图标主题名称" -#: ../gtk/gtksettings.c:311 +#: gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "关键主题名称" -#: ../gtk/gtksettings.c:312 +#: gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "要载入的关键主题文件名" -#: ../gtk/gtksettings.c:320 +#: gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "菜单栏快捷键" -#: ../gtk/gtksettings.c:321 +#: gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "激活菜单栏的键盘关联" -#: ../gtk/gtksettings.c:329 +#: gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "拖动阀值" -#: ../gtk/gtksettings.c:330 +#: gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "光标在拖动前要移动的像素数" -#: ../gtk/gtksettings.c:338 +#: gtk/gtksettings.c:338 msgid "Font Name" msgstr "字体名称" -#: ../gtk/gtksettings.c:339 +#: gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "要使用的默认字体的名称" -#: ../gtk/gtksettings.c:361 +#: gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "图标大小" -#: ../gtk/gtksettings.c:362 +#: gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "图标大小的列表(gtk-menu=16,16:gtk-button=20,20..." -#: ../gtk/gtksettings.c:370 +#: gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "GTK 模块" -#: ../gtk/gtksettings.c:371 +#: gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "列出目前激活的 GTK 模块" -#: ../gtk/gtksettings.c:380 +#: gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Xft 边缘平滑" -#: ../gtk/gtksettings.c:381 +#: gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "是否要对 Xft 字体边缘平滑;0=否,1=是,-1=默认" -#: ../gtk/gtksettings.c:390 +#: gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Xft 微调" -#: ../gtk/gtksettings.c:391 +#: gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "是否要对 Xft 字体微调;0=否,1=是,-1=默认" -#: ../gtk/gtksettings.c:400 +#: gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Xft 微调样式" -#: ../gtk/gtksettings.c:401 +#: gtk/gtksettings.c:401 msgid "" "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "" "要使用的微调程度;hintnone(无)、hintslight(轻微)、hintmedium(中等)或 hintfull" "(完全)" -#: ../gtk/gtksettings.c:410 +#: gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft RGBA" -#: ../gtk/gtksettings.c:411 +#: gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "次像素平滑的类型;无、rgb、bgr、vrgb、vbgr" -#: ../gtk/gtksettings.c:420 +#: gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Xft DPI" -#: ../gtk/gtksettings.c:421 +#: gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" msgstr "Xft 的解析度,以 1024*每英寸点数为单位。-1 代表使用默认值" -#: ../gtk/gtksettings.c:430 +#: gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "光标主题名称" -#: ../gtk/gtksettings.c:431 +#: gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" msgstr "要使用的光标主题的名称,或为 NULL 以使用默认的主题" -#: ../gtk/gtksettings.c:439 +#: gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "光标主题大小" -#: ../gtk/gtksettings.c:440 +#: gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "要使用的光标的大小,或为 0 以使用默认的大小" -#: ../gtk/gtksettings.c:450 +#: gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "备选按钮次序" -#: ../gtk/gtksettings.c:451 +#: gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" msgstr "对话框中的按钮是否要使用备选按钮次序" -#: ../gtk/gtksettings.c:468 +#: gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "备选排序指示器方向" -#: ../gtk/gtksettings.c:469 +#: gtk/gtksettings.c:469 msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" msgstr "列表和树视图中排序指示器方向是否与默认的情况相反(这里向下指升序)" -#: ../gtk/gtksettings.c:477 +#: gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "显示“输入法”菜单" -#: ../gtk/gtksettings.c:478 +#: gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" msgstr "输入框和文字视图的快捷菜单中是否提供更改输入法的选项" -#: ../gtk/gtksettings.c:486 +#: gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "显示“插入 Unicode 控制字符”菜单" -#: ../gtk/gtksettings.c:487 +#: gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" msgstr "输入框和文字视图的快捷菜单中是否提供插入控制字符的选项" -#: ../gtk/gtksettings.c:495 +#: gtk/gtksettings.c:495 msgid "Start timeout" msgstr "启动超时" -#: ../gtk/gtksettings.c:496 +#: gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "当按钮按下时,超时的起始值" -#: ../gtk/gtksettings.c:505 +#: gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "重复超时" -#: ../gtk/gtksettings.c:506 +#: gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "当按钮按下时,超时的重复值" -#: ../gtk/gtksettings.c:515 +#: gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "展开超时" -#: ../gtk/gtksettings.c:516 +#: gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "当部件正在扩展新区域时,各种超时时限的扩展值" -#: ../gtk/gtksettings.c:551 +#: gtk/gtksettings.c:551 msgid "Color scheme" msgstr "配色方案" -#: ../gtk/gtksettings.c:552 +#: gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "包含主题中使用的命名的颜色的调色板" -#: ../gtk/gtksettings.c:561 +#: gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "允许动画" -#: ../gtk/gtksettings.c:562 +#: gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "是否允许工具箱级的动画。" -#: ../gtk/gtksettings.c:580 +#: gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "启用触摸屏模式" -#: ../gtk/gtksettings.c:581 +#: gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "设置为真时,此屏幕上不显示运动通知事件" -#: ../gtk/gtksettings.c:598 +#: gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "工具提示超时" -#: ../gtk/gtksettings.c:599 +#: gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "工具提示显示前超时" -#: ../gtk/gtksettings.c:624 +#: gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "工具提示浏览超时" -#: ../gtk/gtksettings.c:625 +#: gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "启用浏览模式时显示工具提示超时" -#: ../gtk/gtksettings.c:646 +#: gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "工具提示浏览模式超时" -#: ../gtk/gtksettings.c:647 +#: gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "禁用浏览模式后超时" -#: ../gtk/gtksettings.c:666 +#: gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "仅 Keynav 光标" -#: ../gtk/gtksettings.c:667 +#: gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" msgstr "设置为真时,只有光标键可用于遍历控件" -#: ../gtk/gtksettings.c:684 +#: gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "Keynav 换行" -#: ../gtk/gtksettings.c:685 +#: gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "用键盘遍历控件时是否换行" -#: ../gtk/gtksettings.c:705 +#: gtk/gtksettings.c:705 msgid "Error Bell" msgstr "出错响铃" -#: ../gtk/gtksettings.c:706 +#: gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "设置为真时,键盘遍历和其他出错时会有响铃" -#: ../gtk/gtksettings.c:723 +#: gtk/gtksettings.c:723 msgid "Color Hash" msgstr "颜色 Hash" -#: ../gtk/gtksettings.c:724 +#: gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "表示配色方案的散列表" -#: ../gtk/gtksettings.c:732 +#: gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "默认文件选择器后端" -#: ../gtk/gtksettings.c:733 +#: gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "默认要使用的 GtkFileChooser 后端名称" -#: ../gtk/gtksettings.c:750 +#: gtk/gtksettings.c:750 msgid "Default print backend" msgstr "默认打印后端" -#: ../gtk/gtksettings.c:751 +#: gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "默认要使用的 GtkPrintBackend 后端名称" -#: ../gtk/gtksettings.c:774 +#: gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "显示打印预览时默认执行的命令" -#: ../gtk/gtksettings.c:775 +#: gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "当显示打印预览时默认执行该命令" -#: ../gtk/gtksettings.c:791 +#: gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "允许助记符" -#: ../gtk/gtksettings.c:792 +#: gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "标签是否有助记符" -#: ../gtk/gtksettings.c:808 +#: gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "开启加速键" -#: ../gtk/gtksettings.c:809 +#: gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "菜单项是否有加速键" -#: ../gtk/gtksettings.c:826 +#: gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "最近文件数限制" -#: ../gtk/gtksettings.c:827 +#: gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "最近文件数" -#: ../gtk/gtksettings.c:845 +#: gtk/gtksettings.c:845 msgid "Default IM module" msgstr "默认输入法模块" -#: ../gtk/gtksettings.c:846 +#: gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "默认使用哪个输入法模块" -#: ../gtk/gtksettings.c:864 +#: gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "最近使用文件的最长时间" -#: ../gtk/gtksettings.c:865 +#: gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "最近使用文件的最长时间,以天数计" -#: ../gtk/gtksettings.c:874 +#: gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Fontconfig 配置时间戳" -#: ../gtk/gtksettings.c:875 +#: gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "当前 fontconfig 配置的时间戳" -#: ../gtk/gtksettings.c:897 +#: gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "声音主题名称" -#: ../gtk/gtksettings.c:898 +#: gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "XDG 声音主题名称" #. Translators: this means sounds that are played as feedback to user input -#: ../gtk/gtksettings.c:920 +#: gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "输入的声音反馈" -#: ../gtk/gtksettings.c:921 +#: gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "是否播放声音来响应用户输入" -#: ../gtk/gtksettings.c:942 +#: gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "允许动画声音" -#: ../gtk/gtksettings.c:943 +#: gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "是否播放任何事件声音" -#: ../gtk/gtksettings.c:958 +#: gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "启用工具提示" -#: ../gtk/gtksettings.c:959 +#: gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "是否应在部件中显示工具提示" -#: ../gtk/gtksizegroup.c:293 +#: gtk/gtksizegroup.c:293 msgid "Mode" msgstr "模式" -#: ../gtk/gtksizegroup.c:294 +#: gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" msgstr "大小组影响其组成部件的请求大小的方向" -#: ../gtk/gtksizegroup.c:310 +#: gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "忽略隐藏" -#: ../gtk/gtksizegroup.c:311 +#: gtk/gtksizegroup.c:311 msgid "" "If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "如果为真,则在确定组大小时忽略未映射控件" -#: ../gtk/gtkspinbutton.c:209 +#: gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "保存微调按钮值的调整" -#: ../gtk/gtkspinbutton.c:216 +#: gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "爬升速率" -#: ../gtk/gtkspinbutton.c:236 +#: gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "凑整" -#: ../gtk/gtkspinbutton.c:237 +#: gtk/gtkspinbutton.c:237 msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" msgstr "错误的输入是否被自动变为调节按钮最接近的步进增量" -#: ../gtk/gtkspinbutton.c:244 +#: gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "数字" -#: ../gtk/gtkspinbutton.c:245 +#: gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "是否忽略非数字的字符" -#: ../gtk/gtkspinbutton.c:252 +#: gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "回绕" -#: ../gtk/gtkspinbutton.c:253 +#: gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "调节按钮的数值超过限制后是否会回绕" -#: ../gtk/gtkspinbutton.c:260 +#: gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "更新策略" -#: ../gtk/gtkspinbutton.c:261 +#: gtk/gtkspinbutton.c:261 msgid "" "Whether the spin button should update always, or only when the value is legal" msgstr "调节按钮总是更新,还是只在数值合法时更新" -#: ../gtk/gtkspinbutton.c:270 +#: gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "读取当前数值,或设置新值" -#: ../gtk/gtkspinbutton.c:279 +#: gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "微调钮周围的立体样式" -#: ../gtk/gtkstatusbar.c:141 +#: gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "可更改大小的把手" -#: ../gtk/gtkstatusbar.c:142 +#: gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "状态栏是否有可更改顶级部件大小的把手" -#: ../gtk/gtkstatusbar.c:187 +#: gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "状态栏文字周围的立体效果样式" -#: ../gtk/gtkstatusicon.c:268 +#: gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "图标的大小" -#: ../gtk/gtkstatusicon.c:278 +#: gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "设置状态图标显示在哪个屏幕上" -#: ../gtk/gtkstatusicon.c:285 +#: gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "闪烁" -#: ../gtk/gtkstatusicon.c:286 +#: gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "状态图标是否闪烁" -#: ../gtk/gtkstatusicon.c:294 +#: gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "状态图标是否可见" -#: ../gtk/gtkstatusicon.c:310 +#: gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "状态图标是否内嵌" -#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 +#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "托盘的方向" -#: ../gtk/gtkstatusicon.c:353 ../gtk/gtkwidget.c:632 +#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "有工具提示" -#: ../gtk/gtkstatusicon.c:354 +#: gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" msgstr "托盘图标是否拥有工具提示" -#: ../gtk/gtkstatusicon.c:375 ../gtk/gtkwidget.c:653 +#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 msgid "Tooltip Text" msgstr "工具提示文字" -#: ../gtk/gtkstatusicon.c:376 ../gtk/gtkwidget.c:654 ../gtk/gtkwidget.c:675 +#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 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:674 msgid "Tooltip markup" msgstr "工具提示标记" -#: ../gtk/gtkstatusicon.c:400 +#: gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "此托盘图标的工具提示内容" -#: ../gtk/gtktable.c:129 +#: gtk/gtktable.c:129 msgid "Rows" msgstr "行数" -#: ../gtk/gtktable.c:130 +#: gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "表格的行数" -#: ../gtk/gtktable.c:138 +#: gtk/gtktable.c:138 msgid "Columns" msgstr "列数" -#: ../gtk/gtktable.c:139 +#: gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "表格的列数" -#: ../gtk/gtktable.c:147 +#: gtk/gtktable.c:147 msgid "Row spacing" msgstr "行距" -#: ../gtk/gtktable.c:148 +#: gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "两行之间的间距" -#: ../gtk/gtktable.c:156 +#: gtk/gtktable.c:156 msgid "Column spacing" msgstr "列距" -#: ../gtk/gtktable.c:157 +#: gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "两列之间的间距" -#: ../gtk/gtktable.c:166 +#: gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "若为 TRUE 表示表格中所有单元格的宽度/高度都一样" -#: ../gtk/gtktable.c:173 +#: gtk/gtktable.c:173 msgid "Left attachment" msgstr "左侧附加" -#: ../gtk/gtktable.c:180 +#: gtk/gtktable.c:180 msgid "Right attachment" msgstr "右侧附加" -#: ../gtk/gtktable.c:181 +#: gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "将子部件右侧附加到哪一列" -#: ../gtk/gtktable.c:187 +#: gtk/gtktable.c:187 msgid "Top attachment" msgstr "上侧附加" -#: ../gtk/gtktable.c:188 +#: gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "将子部件上侧附加到哪一行" -#: ../gtk/gtktable.c:194 +#: gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "下侧附加" -#: ../gtk/gtktable.c:201 +#: gtk/gtktable.c:201 msgid "Horizontal options" msgstr "水平选项" -#: ../gtk/gtktable.c:202 +#: gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "指定子部件水平行为的选项" -#: ../gtk/gtktable.c:208 +#: gtk/gtktable.c:208 msgid "Vertical options" msgstr "垂直选项" -#: ../gtk/gtktable.c:209 +#: gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "指定子部件垂直行为的选项" -#: ../gtk/gtktable.c:215 +#: gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "水平留空" -#: ../gtk/gtktable.c:216 +#: gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" msgstr "子部件及其左右邻接部件之间的额外空间,以像素计" -#: ../gtk/gtktable.c:222 +#: gtk/gtktable.c:222 msgid "Vertical padding" msgstr "垂直留空" -#: ../gtk/gtktable.c:223 +#: gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" msgstr "子部件及其上下邻接部件之间的额外空间,以像素计" -#: ../gtk/gtktext.c:546 +#: gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "文字部件的水平调整" -#: ../gtk/gtktext.c:554 +#: gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "文字部件的垂直调整" -#: ../gtk/gtktext.c:561 +#: gtk/gtktext.c:561 msgid "Line Wrap" msgstr "行回绕" -#: ../gtk/gtktext.c:562 +#: gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "文字行是否会在部件边缘回绕" -#: ../gtk/gtktext.c:569 +#: gtk/gtktext.c:569 msgid "Word Wrap" msgstr "词回绕" -#: ../gtk/gtktext.c:570 +#: gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "词是否会在部件边缘回绕" -#: ../gtk/gtktextbuffer.c:180 +#: gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "标记表格" -#: ../gtk/gtktextbuffer.c:181 +#: gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "文字标记表格" -#: ../gtk/gtktextbuffer.c:199 +#: gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "缓冲区的当前文字" -#: ../gtk/gtktextbuffer.c:213 +#: gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "有选择" -#: ../gtk/gtktextbuffer.c:214 +#: gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "缓存区目前是否选中了文字" -#: ../gtk/gtktextbuffer.c:230 +#: gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "光标位置" -#: ../gtk/gtktextbuffer.c:231 +#: gtk/gtktextbuffer.c:231 msgid "" "The position of the insert mark (as offset from the beginning of the buffer)" msgstr "插入标记的位置(即到缓冲区开始地址的偏移量)" -#: ../gtk/gtktextbuffer.c:246 +#: gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "复制目标列表" -#: ../gtk/gtktextbuffer.c:247 +#: gtk/gtktextbuffer.c:247 msgid "" "The list of targets this buffer supports for clipboard copying and DND source" msgstr "该缓冲区支持的剪贴板复制和 DND 源的目标列表" -#: ../gtk/gtktextbuffer.c:262 +#: gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "粘贴目标列表" -#: ../gtk/gtktextbuffer.c:263 +#: gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" msgstr "该缓冲区支持的剪贴板粘贴和 DND 目标的列表" -#: ../gtk/gtktextmark.c:90 +#: gtk/gtktextmark.c:90 msgid "Mark name" msgstr "标记名称" -#: ../gtk/gtktextmark.c:97 +#: gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "左重力" -#: ../gtk/gtktextmark.c:98 +#: gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "此标记是否有左重力" -#: ../gtk/gtktexttag.c:173 +#: gtk/gtktexttag.c:173 msgid "Tag name" msgstr "标记名称" -#: ../gtk/gtktexttag.c:174 +#: gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "用于引用文字标记的名称。NULL 代表匿名标记" -#: ../gtk/gtktexttag.c:192 +#: gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "以 GdkColor(可能未分配)方式表达的背景色" -#: ../gtk/gtktexttag.c:199 +#: gtk/gtktexttag.c:199 msgid "Background full height" msgstr "背景全高" -#: ../gtk/gtktexttag.c:200 +#: gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" msgstr "背景色是填满整行高度还是只是被标记的文字的高度" -#: ../gtk/gtktexttag.c:208 +#: gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "背景点画遮罩" -#: ../gtk/gtktexttag.c:209 +#: gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "绘制文字背景时用作遮罩的位图" -#: ../gtk/gtktexttag.c:226 +#: gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "以 GdkColor(可能未分配)方式表达的前景色" -#: ../gtk/gtktexttag.c:234 +#: gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "前景点画遮罩" -#: ../gtk/gtktexttag.c:235 +#: gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "绘制文字前景时用作遮罩的位图" -#: ../gtk/gtktexttag.c:242 +#: gtk/gtktexttag.c:242 msgid "Text direction" msgstr "文字方向" -#: ../gtk/gtktexttag.c:243 +#: gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "文字方向,例如左至右或右至左" -#: ../gtk/gtktexttag.c:292 +#: gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "以 PangoStyle 表示的字体样式,如 PANGO_STYLE_ITALIC" -#: ../gtk/gtktexttag.c:301 +#: gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" msgstr "以 PangoVariant 表示的字体变化,如 PANGO_VARIANT_SMALL_CAPS" -#: ../gtk/gtktexttag.c:310 +#: gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" msgstr "" "整数表示的字体粗细,参看 PangoWeight 中预先定义的值;例如 PANGO_WEIGHT_BOLD" -#: ../gtk/gtktexttag.c:321 +#: gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "以 PangoStretch 表示的字体拉伸,如 PANGO_STRETCH_CONDENSED" -#: ../gtk/gtktexttag.c:330 +#: gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "以 Pango 单位表示的字体大小" -#: ../gtk/gtktexttag.c:340 +#: gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " @@ -5598,11 +5571,11 @@ msgstr "" "以相对于默认字体大小的缩放比例表示的字体大小。这可适合于主题被更改的情况,所" "以推荐使用。Pango 预先定义了一些缩放比例,如 PANGO_SCALE_X_LARGE" -#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 +#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "左对齐、右对齐或是居中对齐" -#: ../gtk/gtktexttag.c:379 +#: gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." @@ -5610,449 +5583,449 @@ msgstr "" "此文字所用的语言,用 ISO 编码表示。Pango 可以使用此设置作为渲染文字时的提示。" "如果不设定,则会使用相应的默认值。" -#: ../gtk/gtktexttag.c:386 +#: gtk/gtktexttag.c:386 msgid "Left margin" msgstr "左边距" -#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 +#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "左边距的宽度(像素)" -#: ../gtk/gtktexttag.c:396 +#: gtk/gtktexttag.c:396 msgid "Right margin" msgstr "右边距" -#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 +#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "右边距的宽度(像素)" -#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 +#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 msgid "Indent" msgstr "缩进" -#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 +#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "段落缩进的大小(像素)" -#: ../gtk/gtktexttag.c:419 +#: gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" msgstr "文字与下方(上方如果间距为负)水平基线的间距,按 Pango 单位计" -#: ../gtk/gtktexttag.c:428 +#: gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "行上像素" -#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 +#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "段落顶部的间距的像素数目" -#: ../gtk/gtktexttag.c:438 +#: gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "行下像素" -#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 +#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "段落底部的间距的像素数目" -#: ../gtk/gtktexttag.c:448 +#: gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "回绕行间距" -#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 +#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "段落内部的回绕行之间距离的像素数目" -#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 +#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 msgid "" "Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "选择永远不换行、词边界换行或是字符边界换行" -#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 +#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 msgid "Tabs" msgstr "制表符" -#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 +#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "定制文字的制表符" -#: ../gtk/gtktexttag.c:504 +#: gtk/gtktexttag.c:504 msgid "Invisible" msgstr "不可见" -#: ../gtk/gtktexttag.c:505 +#: gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "此文字是否隐藏。" -#: ../gtk/gtktexttag.c:519 +#: gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "段落背景色名称" -#: ../gtk/gtktexttag.c:520 +#: gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "以字符串方式表达的段落背景色" -#: ../gtk/gtktexttag.c:535 +#: gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "段落背景色" -#: ../gtk/gtktexttag.c:536 +#: gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "以 GdkColor(可能未分配)方式表达的段落背景色" -#: ../gtk/gtktexttag.c:554 +#: gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "边距积累" -#: ../gtk/gtktexttag.c:555 +#: gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "左右边距是否积累" -#: ../gtk/gtktexttag.c:568 +#: gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "背景全高设置" -#: ../gtk/gtktexttag.c:569 +#: gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "此标记是否影响背景高度" -#: ../gtk/gtktexttag.c:572 +#: gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "背景点画设置" -#: ../gtk/gtktexttag.c:573 +#: gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "此标记是否影响背景点画" -#: ../gtk/gtktexttag.c:580 +#: gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "前景点画" -#: ../gtk/gtktexttag.c:581 +#: gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "此标记是否影响前景点画" -#: ../gtk/gtktexttag.c:616 +#: gtk/gtktexttag.c:616 msgid "Justification set" msgstr "对齐设置" -#: ../gtk/gtktexttag.c:617 +#: gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "此标记是否影响段落对齐方式" -#: ../gtk/gtktexttag.c:624 +#: gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "左边距设置" -#: ../gtk/gtktexttag.c:625 +#: gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "此标记是否影响左边距" -#: ../gtk/gtktexttag.c:628 +#: gtk/gtktexttag.c:628 msgid "Indent set" msgstr "缩进设置" -#: ../gtk/gtktexttag.c:629 +#: gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "此标记是否影响缩进" -#: ../gtk/gtktexttag.c:636 +#: gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "段落顶部间距设置" -#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 +#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "此标记是否影响段落顶部间距" -#: ../gtk/gtktexttag.c:640 +#: gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "段落底部间距设置" -#: ../gtk/gtktexttag.c:644 +#: gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "回绕行间距设置" -#: ../gtk/gtktexttag.c:645 +#: gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "此标记是否影响回绕行间距" -#: ../gtk/gtktexttag.c:652 +#: gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "右边距设置" -#: ../gtk/gtktexttag.c:653 +#: gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "此标记是否影响右边距" -#: ../gtk/gtktexttag.c:660 +#: gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "换行模式设置" -#: ../gtk/gtktexttag.c:661 +#: gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "此标记是否影响换行模式" -#: ../gtk/gtktexttag.c:664 +#: gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "制表符设置" -#: ../gtk/gtktexttag.c:665 +#: gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "此标记是否影响制表符" -#: ../gtk/gtktexttag.c:668 +#: gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "不可见属性设置" -#: ../gtk/gtktexttag.c:669 +#: gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "此标记是否影响文字可见性" -#: ../gtk/gtktexttag.c:672 +#: gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "段落背景色设置" -#: ../gtk/gtktexttag.c:673 +#: gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "此标记是否会影响段落背景色" -#: ../gtk/gtktextview.c:543 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "行上像素" -#: ../gtk/gtktextview.c:553 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "行下像素" -#: ../gtk/gtktextview.c:563 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "回绕行间距" -#: ../gtk/gtktextview.c:581 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "换行模式" -#: ../gtk/gtktextview.c:599 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "左边距" -#: ../gtk/gtktextview.c:609 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "右边距" -#: ../gtk/gtktextview.c:637 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "光标可见" -#: ../gtk/gtktextview.c:638 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "是否显示插入光标" -#: ../gtk/gtktextview.c:645 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "缓冲区" -#: ../gtk/gtktextview.c:646 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "显示的缓冲区" -#: ../gtk/gtktextview.c:654 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "输入的文字是否覆盖已有内容" -#: ../gtk/gtktextview.c:661 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "接受跳格" -#: ../gtk/gtktextview.c:662 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "按下跳格键是否导致输入制表符" -#: ../gtk/gtktextview.c:691 +#: gtk/gtktextview.c:691 msgid "Error underline color" msgstr "错误的下划线色" -#: ../gtk/gtktextview.c:692 +#: gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "绘制表明错误的下划线时使用的颜色" -#: ../gtk/gtktoggleaction.c:104 +#: gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "将相同的代理创建为单选操作" -#: ../gtk/gtktoggleaction.c:105 +#: gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "此动作的代理是否看起来像单选钮代理" -#: ../gtk/gtktoggleaction.c:120 +#: gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "切换动作是否要被激活" -#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 +#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "切换按钮是否被按下" -#: ../gtk/gtktogglebutton.c:124 +#: gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "切换按钮是否处于“中间状态”" -#: ../gtk/gtktogglebutton.c:131 +#: gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "绘制指示器" -#: ../gtk/gtktogglebutton.c:132 +#: gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "是否显示按钮的切换标志" -#: ../gtk/gtktoolbar.c:494 +#: gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "工具栏风格" -#: ../gtk/gtktoolbar.c:495 +#: gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "如何绘制工具栏" -#: ../gtk/gtktoolbar.c:502 +#: gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "显示箭头" -#: ../gtk/gtktoolbar.c:503 +#: gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "工具栏显示不下时是否要显示箭头" -#: ../gtk/gtktoolbar.c:518 +#: gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "工具提示" -#: ../gtk/gtktoolbar.c:519 +#: gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "是否要激活工具栏的工具提示" -#: ../gtk/gtktoolbar.c:541 +#: gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "此工具栏上的图标大小" -#: ../gtk/gtktoolbar.c:556 +#: gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "图标大小设置" -#: ../gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "图标大小属性是否已经设定" -#: ../gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "子部件是否在工具栏增长时获得额外空间" -#: ../gtk/gtktoolbar.c:574 +#: gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "同类子部件是否使用统一大小" -#: ../gtk/gtktoolbar.c:581 +#: gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "间距大小" -#: ../gtk/gtktoolbar.c:582 +#: gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "工具栏上间距的大小" -#: ../gtk/gtktoolbar.c:591 +#: gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "工具栏阴影与按钮之间的间距" -#: ../gtk/gtktoolbar.c:599 +#: gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "最大的子控件展开" -#: ../gtk/gtktoolbar.c:600 +#: gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "可展开项能获得的最大的空间" -#: ../gtk/gtktoolbar.c:608 +#: gtk/gtktoolbar.c:608 msgid "Space style" msgstr "间距风格" -#: ../gtk/gtktoolbar.c:609 +#: gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "间距为垂直线或只是空白" -#: ../gtk/gtktoolbar.c:616 +#: gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "按钮浮雕" -#: ../gtk/gtktoolbar.c:617 +#: gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "工具栏按钮周围的立体效果类型" -#: ../gtk/gtktoolbar.c:624 +#: gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "工具栏周围的立体效果样式" -#: ../gtk/gtktoolbar.c:630 +#: gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "工具栏风格" -#: ../gtk/gtktoolbar.c:631 +#: gtk/gtktoolbar.c:631 msgid "" "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "默认工具栏是只有文字,文字和图标,还是只有图标,等等" -#: ../gtk/gtktoolbar.c:637 +#: gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "工具栏图标大小" -#: ../gtk/gtktoolbar.c:638 +#: gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "默认工具栏上的图标大小" -#: ../gtk/gtktoolbutton.c:203 +#: gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "要在项目中显示的文字。" -#: ../gtk/gtktoolbutton.c:210 +#: gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" msgstr "如果设置的话,标签属性中下划线的后续字符将被用于可记忆的加速键" -#: ../gtk/gtktoolbutton.c:217 +#: gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "项目标签要使用的部件" -#: ../gtk/gtktoolbutton.c:223 +#: gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "保留 ID" -#: ../gtk/gtktoolbutton.c:224 +#: gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "项目上要显示的保留图标" -#: ../gtk/gtktoolbutton.c:240 +#: gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "图标名称" -#: ../gtk/gtktoolbutton.c:241 +#: gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "项目上要显示的主题化图标的名称" -#: ../gtk/gtktoolbutton.c:247 +#: gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "图标部件" -#: ../gtk/gtktoolbutton.c:248 +#: gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "要在项目中显示的图标部件" -#: ../gtk/gtktoolbutton.c:261 +#: gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "图标间距" -#: ../gtk/gtktoolbutton.c:262 +#: gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "图标和标签的像素差距" -#: ../gtk/gtktoolitem.c:191 +#: gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" @@ -6060,867 +6033,867 @@ msgstr "" "工具栏项目是否是重要的。如果为 TRUE,则工具栏按钮将会以 " "GTK_TOOLBAR_BOTH_HORIZ 模式显示文字。" -#: ../gtk/gtktreemodelsort.c:274 +#: gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "TreeModelSort 模型" -#: ../gtk/gtktreemodelsort.c:275 +#: gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "TreeModelSort 排序的模型" -#: ../gtk/gtktreeview.c:570 +#: gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "树形视图模型" -#: ../gtk/gtktreeview.c:571 +#: gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "树形视图的模型" -#: ../gtk/gtktreeview.c:579 +#: gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "部件的水平调整" -#: ../gtk/gtktreeview.c:587 +#: gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "部件的垂直调整" -#: ../gtk/gtktreeview.c:594 +#: gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "列头可见" -#: ../gtk/gtktreeview.c:595 +#: gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "显示列头按钮" -#: ../gtk/gtktreeview.c:602 +#: gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "列头可点击" -#: ../gtk/gtktreeview.c:603 +#: gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "列头响应鼠标点击事件" -#: ../gtk/gtktreeview.c:610 +#: gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "扩展器列" -#: ../gtk/gtktreeview.c:611 +#: gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "设置扩展器列" -#: ../gtk/gtktreeview.c:626 +#: gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "规则提示" -#: ../gtk/gtktreeview.c:627 +#: gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "为主题引擎设置以不同颜色绘制行的提示" -#: ../gtk/gtktreeview.c:634 +#: gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "启用搜索" -#: ../gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "视图允许用户在列中交互搜索" -#: ../gtk/gtktreeview.c:642 +#: gtk/gtktreeview.c:642 msgid "Search Column" msgstr "搜索列" -#: ../gtk/gtktreeview.c:643 +#: gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "互动搜索时要搜索模型的列" -#: ../gtk/gtktreeview.c:663 +#: gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "固定高度模式" -#: ../gtk/gtktreeview.c:664 +#: gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "加速 GtkTreeView,假定全部行的高度都相同" -#: ../gtk/gtktreeview.c:684 +#: gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "悬停选择" -#: ../gtk/gtktreeview.c:685 +#: gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "所选项是否要跟随指针" -#: ../gtk/gtktreeview.c:704 +#: gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "悬停展开" -#: ../gtk/gtktreeview.c:705 +#: gtk/gtktreeview.c:705 msgid "" "Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "当鼠标指向行时是否要展开/折叠行" -#: ../gtk/gtktreeview.c:719 +#: gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "显示展开器" -#: ../gtk/gtktreeview.c:720 +#: gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "视图含有展开器" -#: ../gtk/gtktreeview.c:734 +#: gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "级别缩进" -#: ../gtk/gtktreeview.c:735 +#: gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "每级别的额外缩进" -#: ../gtk/gtktreeview.c:744 +#: gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "弹性限制" -#: ../gtk/gtktreeview.c:745 +#: gtk/gtktreeview.c:745 msgid "" "Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "是否允许通过拖曳鼠标指针来选择多个项" -#: ../gtk/gtktreeview.c:752 +#: gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "启用网格线" -#: ../gtk/gtktreeview.c:753 +#: gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "在树视图中是否应绘制网格线" -#: ../gtk/gtktreeview.c:761 +#: gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "启用树线" -#: ../gtk/gtktreeview.c:762 +#: gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "在树视图中是否应绘制树线" -#: ../gtk/gtktreeview.c:770 +#: gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "模型中包含行的工具提示文字的列。" -#: ../gtk/gtktreeview.c:792 +#: gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "垂直分隔符宽度" -#: ../gtk/gtktreeview.c:793 +#: gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "单元格之间的垂直空间。必须是偶数" -#: ../gtk/gtktreeview.c:801 +#: gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "水平分隔符宽度" -#: ../gtk/gtktreeview.c:802 +#: gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "单元格之间的水平控件。必须是偶数" -#: ../gtk/gtktreeview.c:810 +#: gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "允许规则" -#: ../gtk/gtktreeview.c:811 +#: gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "允许绘制颜色交替变化的行" -#: ../gtk/gtktreeview.c:817 +#: gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "缩进扩展器" -#: ../gtk/gtktreeview.c:818 +#: gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "扩展器进行缩进" -#: ../gtk/gtktreeview.c:824 +#: gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "偶数行颜色" -#: ../gtk/gtktreeview.c:825 +#: gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "偶数行所使用的颜色" -#: ../gtk/gtktreeview.c:831 +#: gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "奇数行颜色" -#: ../gtk/gtktreeview.c:832 +#: gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "奇数行所使用的颜色" -#: ../gtk/gtktreeview.c:838 +#: gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "行结束细节" -#: ../gtk/gtktreeview.c:839 +#: gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "启用扩展行背景主题" -#: ../gtk/gtktreeview.c:845 +#: gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "网格线宽" -#: ../gtk/gtktreeview.c:846 +#: gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "以像素计算的树视图网格线宽度" -#: ../gtk/gtktreeview.c:852 +#: gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "树线宽度" -#: ../gtk/gtktreeview.c:853 +#: gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "以像素计算的树视图线宽度" -#: ../gtk/gtktreeview.c:859 +#: gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "网格线样式" -#: ../gtk/gtktreeview.c:860 +#: gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "用来画树视图网格线的虚线样式" -#: ../gtk/gtktreeview.c:866 +#: gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "树线样式" -#: ../gtk/gtktreeview.c:867 +#: gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "用来画树视图线的虚线样式" -#: ../gtk/gtktreeviewcolumn.c:192 +#: gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "是否显示列" -#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "可改变大小" -#: ../gtk/gtktreeviewcolumn.c:200 +#: gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "用户可以改变列大小" -#: ../gtk/gtktreeviewcolumn.c:208 +#: gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "当前的列宽" -#: ../gtk/gtktreeviewcolumn.c:217 +#: gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "单元格之间插入的间距" -#: ../gtk/gtktreeviewcolumn.c:225 +#: gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "改变大小" -#: ../gtk/gtktreeviewcolumn.c:226 +#: gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "改变列宽的模式" -#: ../gtk/gtktreeviewcolumn.c:234 +#: gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "固定宽度" -#: ../gtk/gtktreeviewcolumn.c:235 +#: gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "当前的固定列宽" -#: ../gtk/gtktreeviewcolumn.c:244 +#: gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "最小宽度" -#: ../gtk/gtktreeviewcolumn.c:245 +#: gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "可接受的最小列宽" -#: ../gtk/gtktreeviewcolumn.c:254 +#: gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "最大宽度" -#: ../gtk/gtktreeviewcolumn.c:255 +#: gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "可接受的最大列宽" -#: ../gtk/gtktreeviewcolumn.c:265 +#: gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "列首的标题" -#: ../gtk/gtktreeviewcolumn.c:273 +#: gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "此列可分享分配给部件的额外宽度" -#: ../gtk/gtktreeviewcolumn.c:280 +#: gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "可点击" -#: ../gtk/gtktreeviewcolumn.c:281 +#: gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "列首是否可点击" -#: ../gtk/gtktreeviewcolumn.c:289 +#: gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "部件" -#: ../gtk/gtktreeviewcolumn.c:290 +#: gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "取代列标题放入列首按钮的部件" -#: ../gtk/gtktreeviewcolumn.c:298 +#: gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "列首文字或部件的水平排列" -#: ../gtk/gtktreeviewcolumn.c:308 +#: gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "列是否可根据列首重新排序" -#: ../gtk/gtktreeviewcolumn.c:315 +#: gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "排序指示器" -#: ../gtk/gtktreeviewcolumn.c:316 +#: gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "是否显示排序指示器" -#: ../gtk/gtktreeviewcolumn.c:323 +#: gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "排序方向" -#: ../gtk/gtktreeviewcolumn.c:324 +#: gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "排序指示器应显示的排序方向" -#: ../gtk/gtkuimanager.c:223 +#: gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "是否要将撕下的菜单项添加到菜单中" -#: ../gtk/gtkuimanager.c:230 +#: gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "合并的界面定义" -#: ../gtk/gtkuimanager.c:231 +#: gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "描述合并的界面的 XML 字符串" -#: ../gtk/gtkviewport.c:107 +#: gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" msgstr "决定此视区水平位置值的 GtkAdjustment" -#: ../gtk/gtkviewport.c:115 +#: gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" msgstr "决定此时区垂直位置值的 GtkAdjustment" -#: ../gtk/gtkviewport.c:123 +#: gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" msgstr "决定怎样绘制视区周围的阴影框" -#: ../gtk/gtkwidget.c:483 +#: gtk/gtkwidget.c:483 msgid "Widget name" msgstr "部件名称" -#: ../gtk/gtkwidget.c:484 +#: gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "部件的名称" -#: ../gtk/gtkwidget.c:490 +#: gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "父部件" -#: ../gtk/gtkwidget.c:491 +#: gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" msgstr "该部件的父部件。必须是一个容器部件" -#: ../gtk/gtkwidget.c:498 +#: gtk/gtkwidget.c:498 msgid "Width request" msgstr "宽度请求" -#: ../gtk/gtkwidget.c:499 +#: gtk/gtkwidget.c:499 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:507 msgid "Height request" msgstr "高度请求" -#: ../gtk/gtkwidget.c:508 +#: gtk/gtkwidget.c:508 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:517 msgid "Whether the widget is visible" msgstr "部件是否可见" -#: ../gtk/gtkwidget.c:524 +#: gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "部件是否响应用户输入" -#: ../gtk/gtkwidget.c:530 +#: gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "可绘图" -#: ../gtk/gtkwidget.c:531 +#: gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "应用程序是否可以直接在此部件上绘图" -#: ../gtk/gtkwidget.c:537 +#: gtk/gtkwidget.c:537 msgid "Can focus" msgstr "接受焦点" -#: ../gtk/gtkwidget.c:538 +#: gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "部件是否可以接受输入焦点" -#: ../gtk/gtkwidget.c:544 +#: gtk/gtkwidget.c:544 msgid "Has focus" msgstr "有焦点" -#: ../gtk/gtkwidget.c:545 +#: gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "部件是否已经拥有输入焦点" -#: ../gtk/gtkwidget.c:551 +#: gtk/gtkwidget.c:551 msgid "Is focus" msgstr "为焦点" -#: ../gtk/gtkwidget.c:552 +#: gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "部件是否是顶级部件内的聚焦部件" -#: ../gtk/gtkwidget.c:558 +#: gtk/gtkwidget.c:558 msgid "Can default" msgstr "可成为默认" -#: ../gtk/gtkwidget.c:559 +#: gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "部件是否可以成为默认的部件" -#: ../gtk/gtkwidget.c:565 +#: gtk/gtkwidget.c:565 msgid "Has default" msgstr "默认" -#: ../gtk/gtkwidget.c:566 +#: gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "部件是否是默认部件" -#: ../gtk/gtkwidget.c:572 +#: gtk/gtkwidget.c:572 msgid "Receives default" msgstr "接受默认动作" -#: ../gtk/gtkwidget.c:573 +#: gtk/gtkwidget.c:573 msgid "If TRUE, the widget will receive the default action when it is focused" msgstr "若为 TRUE,则部件在成为焦点后接受默认动作" -#: ../gtk/gtkwidget.c:579 +#: gtk/gtkwidget.c:579 msgid "Composite child" msgstr "复合部件成员" -#: ../gtk/gtkwidget.c:580 +#: gtk/gtkwidget.c:580 msgid "Whether the widget is part of a composite widget" msgstr "此部件是否是复合部件的一部分" -#: ../gtk/gtkwidget.c:586 +#: gtk/gtkwidget.c:586 msgid "Style" msgstr "样式" -#: ../gtk/gtkwidget.c:587 +#: gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" msgstr "部件的样式,包含与外观有关的信息(颜色等)" -#: ../gtk/gtkwidget.c:593 +#: gtk/gtkwidget.c:593 msgid "Events" msgstr "事件" -#: ../gtk/gtkwidget.c:594 +#: gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" msgstr "用于决定此部件可以接受哪些 GdkEvents 事件的事件掩码" -#: ../gtk/gtkwidget.c:601 +#: gtk/gtkwidget.c:601 msgid "Extension events" msgstr "扩展事件" -#: ../gtk/gtkwidget.c:602 +#: gtk/gtkwidget.c:602 msgid "The mask that decides what kind of extension events this widget gets" msgstr "此掩码决定部件可以接受哪些扩展事件" -#: ../gtk/gtkwidget.c:609 +#: gtk/gtkwidget.c:609 msgid "No show all" msgstr "不全部显示" -#: ../gtk/gtkwidget.c:610 +#: gtk/gtkwidget.c:610 msgid "Whether gtk_widget_show_all() should not affect this widget" msgstr "gtk_widget_show_all() 是否不影响此部件" -#: ../gtk/gtkwidget.c:633 +#: gtk/gtkwidget.c:633 msgid "Whether this widget has a tooltip" msgstr "部件是否拥有工具提示" -#: ../gtk/gtkwidget.c:689 +#: gtk/gtkwidget.c:689 msgid "Window" msgstr "窗口" -#: ../gtk/gtkwidget.c:690 +#: gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "若已实例化则为控件的窗口" -#: ../gtk/gtkwidget.c:2212 +#: gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "内部焦点" -#: ../gtk/gtkwidget.c:2213 +#: gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "是否在窗口部件内绘制焦点指示器" -#: ../gtk/gtkwidget.c:2219 +#: gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "焦点线宽" -#: ../gtk/gtkwidget.c:2220 +#: gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "以像素计算的焦点指示线的宽度" -#: ../gtk/gtkwidget.c:2226 +#: gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "焦点虚线样式" -#: ../gtk/gtkwidget.c:2227 +#: gtk/gtkwidget.c:2227 msgid "Dash pattern used to draw the focus indicator" msgstr "焦点指示虚线的样式" -#: ../gtk/gtkwidget.c:2232 +#: gtk/gtkwidget.c:2232 msgid "Focus padding" msgstr "焦点留空" -#: ../gtk/gtkwidget.c:2233 +#: gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" msgstr "以像素计算的焦点指示线与部件“框”的宽度" -#: ../gtk/gtkwidget.c:2238 +#: gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "光标颜色" -#: ../gtk/gtkwidget.c:2239 +#: gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "绘制插入光标时使用的颜色" -#: ../gtk/gtkwidget.c:2244 +#: gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "次光标颜色" -#: ../gtk/gtkwidget.c:2245 +#: gtk/gtkwidget.c:2245 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:2250 msgid "Cursor line aspect ratio" msgstr "光标线高宽比" -#: ../gtk/gtkwidget.c:2251 +#: gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "绘制插入光标的高宽比" -#: ../gtk/gtkwidget.c:2265 +#: gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "绘制边框" -#: ../gtk/gtkwidget.c:2266 +#: gtk/gtkwidget.c:2266 msgid "Size of areas outside the widget's allocation to draw" msgstr "部件外要绘制的区域大小" -#: ../gtk/gtkwidget.c:2279 +#: gtk/gtkwidget.c:2279 msgid "Unvisited Link Color" msgstr "未访问的超级链接的颜色" -#: ../gtk/gtkwidget.c:2280 +#: gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "未访问的超级链接人颜色" -#: ../gtk/gtkwidget.c:2293 +#: gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "已访问的超级链接的颜色" -#: ../gtk/gtkwidget.c:2294 +#: gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "已访问的超级链接的颜色" -#: ../gtk/gtkwidget.c:2308 +#: gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "宽分隔线" -#: ../gtk/gtkwidget.c:2309 +#: gtk/gtkwidget.c:2309 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:2323 msgid "Separator Width" msgstr "分隔符宽度" -#: ../gtk/gtkwidget.c:2324 +#: gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" msgstr "“wide-separators”为 TRUE时的分隔符宽度" -#: ../gtk/gtkwidget.c:2338 +#: gtk/gtkwidget.c:2338 msgid "Separator Height" msgstr "分隔符高度" -#: ../gtk/gtkwidget.c:2339 +#: gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" msgstr "如果 \"wide-separators\" 为 TRUE ,分隔符的高度" -#: ../gtk/gtkwidget.c:2353 +#: gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" msgstr "水平滚动条箭头长度" -#: ../gtk/gtkwidget.c:2354 +#: gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "The length of horizontal scroll arrows" -#: ../gtk/gtkwidget.c:2368 +#: gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "水平滚动条箭头长度" -#: ../gtk/gtkwidget.c:2369 +#: gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "垂直滚动条箭头长度" -#: ../gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "窗口类型" -#: ../gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "窗口的类型" -#: ../gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "窗口标题" -#: ../gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "窗口的标题" -#: ../gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "窗口角色" -#: ../gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "恢复会话时要使用的窗口唯一标识符" -#: ../gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "启动 ID" -#: ../gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "启动通知使用的用于该窗口的统一启动标识符" -#: ../gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "可缩小" -#: ../gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "若为 TRUE,则窗口将没有最小尺寸。选中此设置十之八九会有问题" -#: ../gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "可放大" -#: ../gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "若为 TRUE,则用户可以将窗口放大至超过最小尺寸" -#: ../gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "若为 TRUE,则用户可以改变窗口的大小" -#: ../gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "模态" -#: ../gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "若为 TRUE,则窗口为模态的(此窗口弹出后其他窗口不可用)" -#: ../gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "窗口位置" -#: ../gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "窗口的初始位置" -#: ../gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "默认宽度" -#: ../gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "默认的窗口宽度,在初次显示窗口时使用" -#: ../gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "默认高度" -#: ../gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "默认的窗口高度,在初次显示窗口时使用" -#: ../gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "随主窗口关闭" -#: ../gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "当关闭主窗口时是否连此窗口也一起关闭" -#: ../gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "窗口的图标" -#: ../gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "此窗口的主题图标名称" -#: ../gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "为激活" -#: ../gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "顶级是否为当前激活窗口" -#: ../gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "聚焦顶级窗口" -#: ../gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "输入焦点是否位于此 GtkWindow" -#: ../gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "类型提示" -#: ../gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "帮助环境环境理解这是哪种类型的窗口以及如何对待它。" -#: ../gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "跳过任务栏" -#: ../gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "窗口是否要显示在任务栏上。" -#: ../gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "跳过桌面选择器" -#: ../gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "窗口是否要显示在桌面选择器上。" -#: ../gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "紧急" -#: ../gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "如果窗口要引起用户注意,则为 TRUE。" -#: ../gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "接受焦点" -#: ../gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "窗口是否要接受输入焦点。" -#: ../gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "映射时获得焦点" -#: ../gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "窗口是否要在映射时接受输入焦点。" -#: ../gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "装饰" -#: ../gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "窗口是否要由窗口管理器装饰" -#: ../gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "可删除" -#: ../gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "窗口框架是否有关闭按钮" -#: ../gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "重力" -#: ../gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "窗口的窗口重力" -#: ../gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "临时窗体" -#: ../gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "对话框的临时的父对话框" -#: ../gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "窗口的不透明度" -#: ../gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "窗口的不透明度,从0到1" -#: ../modules/input/gtkimcontextxim.c:334 +#: modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "输入法候选样式" -#: ../modules/input/gtkimcontextxim.c:335 +#: modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "如何绘制输入法候选字符串" -#: ../modules/input/gtkimcontextxim.c:343 +#: modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "输入法状态样式" -#: ../modules/input/gtkimcontextxim.c:344 +#: modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "如何绘制输入法状态栏" diff --git a/po-properties/zh_HK.po b/po-properties/zh_HK.po index 34f85eab39..c5ad087342 100644 --- a/po-properties/zh_HK.po +++ b/po-properties/zh_HK.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties 2.15.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-01-31 14:20+0800\n" "Last-Translator: Chao-Hsiung Liao \n" "Language-Team: Chinese (Hong Kong) \n" @@ -90,12 +90,12 @@ msgstr "預設顯示區" msgid "The default display for GDK" msgstr "GDK 的預設顯示區" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "螢幕" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen 於此輸出區(renderer)" @@ -115,96 +115,96 @@ msgstr "字型解像度" msgid "The resolution for fonts on the screen" msgstr "螢幕上字型的解像度" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "程式名稱" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "程式名稱,如果沒有設定則取 g_get_application_name() 的回傳值。" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "程式版本" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "程式的版本" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "版權資訊" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "該程式的版權資訊" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "程式說明" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "有關該程式的說明" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "網站 URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "代表該程式的網站的 URL 連結" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "網站標籤" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "代表該網站的文字標籤。如果沒有設定,則預設使用網站的 URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "作者" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "程式作者清單" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "文件編寫員" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "為程式編寫文件的人員名單" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "美工人員" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "為程式製作美工繪圖" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "鳴謝翻譯者" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "翻譯者的相關訊息。本字串應該被標記為可翻譯的字串" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "標誌" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -212,19 +212,19 @@ msgstr "" "「關於」對話盒中的標誌,如果沒有設定則預設使用 " "gtk_window_get_default_icon_list() 的回傳值。" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "標誌圖示名稱" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "用在「關於」方塊標誌的具名圖示。" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "授權條款換行" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "授權條款是否換行。" @@ -297,7 +297,7 @@ msgid "The GIcon being displayed" msgstr "準備顯示的 GIcon" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "圖示名稱" @@ -397,7 +397,7 @@ msgid "Whether the action group is visible." msgstr "該指令集是否為可見。" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "數值" @@ -1210,7 +1210,7 @@ msgstr "跟隨態狀" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "rendered pixbuf 是否跟隨狀狀着色" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "圖示" @@ -1267,7 +1267,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "進度列的排列方向及表示進度增加的方向" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "調整" @@ -2994,7 +2994,7 @@ msgstr "圖示集" msgid "Icon set to display" msgstr "準備顯示的圖示集" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "圖示大小" @@ -3058,7 +3058,7 @@ msgstr "顯示選單圖示" msgid "Whether images should be shown in menus" msgstr "應否在選單項目中顯示圖示" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "本視窗將顯示於第幾螢幕" @@ -4607,24 +4607,24 @@ msgstr "數值距離" msgid "Space between value text and the slider/trough area" msgstr "數值文字與滑動鈕/溝槽區域間的間隔" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "縮放的數值" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "圖示大小" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "含有這個縮放按鈕物件現在數值的 GtkAdjustment" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "圖示" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "圖示名稱清單" @@ -6273,7 +6273,7 @@ msgstr "用來繪製樹狀檢視樹狀線的虛線樣式" msgid "Whether to display the column" msgstr "是否顯示該列資料" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "可調整尺寸" @@ -6675,66 +6675,66 @@ msgstr "垂直捲動列箭頭長度" msgid "The length of vertical scroll arrows" msgstr "垂直捲動列箭頭的長度" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "視窗類型" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "視窗的類型" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "視窗標題" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "視窗的標題" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "視窗角色" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "當重置程序階段時視窗的專一的識別證明" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "啟動 ID" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "用於啓動通知的視窗獨有的啟動識別證明" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "可縮小" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "如設為定為‘TRUE’,視窗沒有最小尺寸。這種設定%99會出問題的" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "可擴大" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "如設為定為‘TRUE’,使用者可以將視窗擴大至超過最小尺寸。" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "如設為定為‘TRUE’,使用者可以調整視窗的尺寸" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "強制回應" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6742,150 +6742,150 @@ msgstr "" "如設為定為‘TRUE’,表示該視窗是強制回應的(當顯示該視窗時其它視窗對任何輸入都" "不會有反應)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "視窗位置" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "視窗的起始位置" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "預設闊度" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "預設的視窗闊度,在初次顯示視窗時使用" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "預設高度" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "預設的視窗高度,在初次顯示視窗時使用" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "隨主視窗關閉" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "當關閉主視窗時是否連本視窗也一起關閉" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "本視窗所用的圖示" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "本視窗所用的主題圖示名稱" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "使用中" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "是否頂端為目前活動的視窗" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "焦點為頂端" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "輸入焦點是否在該 GtkWindow 之內" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "類型提示" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "為桌面環境提供提示,指定它是哪一種視窗及如何處理該種視窗。" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "忽略工作列" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "如果不想在桌面工作列內顯示該視窗的資訊則設定為 TRUE。" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "忽略小型畫面管理程式" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "如果視窗不應該在小型畫面管理程式中出現則設定為 TRUE。" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "緊急" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "如果視窗應當吸引使用者的注意,則設為‘TRUE’" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "接受聚焦" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "如果視窗應該接受輸入聚焦則設定為 TRUE。" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "點選時聚焦" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "如果視窗應該接受輸入聚焦則設定為 TRUE。" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "有裝飾" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "是否視窗管理員要在視窗四周加上裝飾" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "可刪除" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "視窗框架是否加上關閉按鈕" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "定位" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "視窗的視窗定位" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "臨時視窗" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "對話盒的臨時父項" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "視窗的透明度" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "視窗的透明度,從 0 到 1" diff --git a/po-properties/zh_TW.po b/po-properties/zh_TW.po index c3163f388e..e77d6ab690 100644 --- a/po-properties/zh_TW.po +++ b/po-properties/zh_TW.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties 2.15.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:25-0400\n" "PO-Revision-Date: 2009-01-31 10:23+0800\n" "Last-Translator: Chao-Hsiung Liao \n" "Language-Team: Chinese (Taiwan) \n" @@ -90,12 +90,12 @@ msgstr "預設顯示區" msgid "The default display for GDK" msgstr "GDK 的預設顯示區" -#: gdk/gdkpango.c:490 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:613 +#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 +#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 msgid "Screen" msgstr "螢幕" -#: gdk/gdkpango.c:491 +#: gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen 於此輸出區(renderer)" @@ -115,96 +115,96 @@ msgstr "字型解像度" msgid "The resolution for fonts on the screen" msgstr "螢幕上字型的解像度" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "程式名稱" -#: gtk/gtkaboutdialog.c:201 +#: gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "程式名稱,如果沒有設定則取 g_get_application_name() 的回傳值。" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "程式版本" -#: gtk/gtkaboutdialog.c:216 +#: gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "程式的版本" -#: gtk/gtkaboutdialog.c:230 +#: gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "版權資訊" -#: gtk/gtkaboutdialog.c:231 +#: gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "該程式的版權資訊" -#: gtk/gtkaboutdialog.c:248 +#: gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "程式說明" -#: gtk/gtkaboutdialog.c:249 +#: gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "有關該程式的說明" -#: gtk/gtkaboutdialog.c:283 +#: gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "網站 URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "代表該程式的網站的 URL 連結" -#: gtk/gtkaboutdialog.c:300 +#: gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "網站標籤" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "代表該網站的文字標籤。如果沒有設定,則預設使用網站的 URL" -#: gtk/gtkaboutdialog.c:317 +#: gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "作者" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "程式作者清單" -#: gtk/gtkaboutdialog.c:334 +#: gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "文件編寫員" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "為程式編寫文件的人員名單" -#: gtk/gtkaboutdialog.c:351 +#: gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "美工人員" -#: gtk/gtkaboutdialog.c:352 +#: gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "為程式製作美工繪圖" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "鳴謝翻譯者" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "翻譯者的相關訊息。本字串應該被標記為可翻譯的字串" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "標誌" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -212,19 +212,19 @@ msgstr "" "「關於」對話盒中的標誌,如果沒有設定則預設使用 " "gtk_window_get_default_icon_list() 的回傳值。" -#: gtk/gtkaboutdialog.c:401 +#: gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "標誌圖示名稱" -#: gtk/gtkaboutdialog.c:402 +#: gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "用在「關於」方塊標誌的具名圖示。" -#: gtk/gtkaboutdialog.c:415 +#: gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "授權條款換行" -#: gtk/gtkaboutdialog.c:416 +#: gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "授權條款是否換行。" @@ -297,7 +297,7 @@ msgid "The GIcon being displayed" msgstr "準備顯示的 GIcon" #: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:605 +#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "圖示名稱" @@ -397,7 +397,7 @@ msgid "Whether the action group is visible." msgstr "該指令集是否為可見。" #: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:204 gtk/gtkspinbutton.c:269 +#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 msgid "Value" msgstr "數值" @@ -1210,7 +1210,7 @@ msgstr "跟隨態狀" msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "rendered pixbuf 是否跟隨狀狀著色" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:589 +#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 msgid "Icon" msgstr "圖示" @@ -1267,7 +1267,7 @@ msgid "Orientation and growth direction of the progress bar" msgstr "進度列的排列方向及表示進度增加的方向" #: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:223 gtk/gtkspinbutton.c:208 +#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "調整" @@ -2994,7 +2994,7 @@ msgstr "圖示集" msgid "Icon set to display" msgstr "準備顯示的圖示集" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:214 gtk/gtktoolbar.c:540 +#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "圖示大小" @@ -3058,7 +3058,7 @@ msgstr "顯示選單圖示" msgid "Whether images should be shown in menus" msgstr "應否在選單項目中顯示圖示" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:614 +#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "本視窗將顯示於第幾螢幕" @@ -4607,24 +4607,24 @@ msgstr "數值距離" msgid "Space between value text and the slider/trough area" msgstr "數值文字與滑動鈕/溝槽區域間的間隔" -#: gtk/gtkscalebutton.c:205 +#: gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "縮放的數值" -#: gtk/gtkscalebutton.c:215 +#: gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "圖示大小" -#: gtk/gtkscalebutton.c:224 +#: gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "含有這個縮放按鈕物件現在數值的 GtkAdjustment" -#: gtk/gtkscalebutton.c:252 +#: gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "圖示" -#: gtk/gtkscalebutton.c:253 +#: gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "圖示名稱清單" @@ -6270,7 +6270,7 @@ msgstr "用來繪製樹狀檢視樹狀線的虛線樣式" msgid "Whether to display the column" msgstr "是否顯示該列資料" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:536 +#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 msgid "Resizable" msgstr "可調整尺寸" @@ -6672,66 +6672,66 @@ msgstr "垂直捲動列箭頭長度" msgid "The length of vertical scroll arrows" msgstr "垂直捲動列箭頭的長度" -#: gtk/gtkwindow.c:477 +#: gtk/gtkwindow.c:478 msgid "Window Type" msgstr "視窗類型" -#: gtk/gtkwindow.c:478 +#: gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "視窗的類型" -#: gtk/gtkwindow.c:486 +#: gtk/gtkwindow.c:487 msgid "Window Title" msgstr "視窗標題" -#: gtk/gtkwindow.c:487 +#: gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "視窗的標題" -#: gtk/gtkwindow.c:494 +#: gtk/gtkwindow.c:495 msgid "Window Role" msgstr "視窗角色" -#: gtk/gtkwindow.c:495 +#: gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "當重置程序階段時視窗的專一的識別證明" -#: gtk/gtkwindow.c:511 +#: gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "啟動 ID" -#: gtk/gtkwindow.c:512 +#: gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "用於啓動通知的視窗獨有的啟動識別證明" -#: gtk/gtkwindow.c:519 +#: gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "可縮小" -#: gtk/gtkwindow.c:521 +#: gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "如設為定為‘TRUE’,視窗沒有最小尺寸。這種設定%99會出問題的" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "可擴大" -#: gtk/gtkwindow.c:529 +#: gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "如設為定為‘TRUE’,使用者可以將視窗擴大至超過最小尺寸。" -#: gtk/gtkwindow.c:537 +#: gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "如設為定為‘TRUE’,使用者可以調整視窗的尺寸" -#: gtk/gtkwindow.c:544 +#: gtk/gtkwindow.c:545 msgid "Modal" msgstr "強制回應" -#: gtk/gtkwindow.c:545 +#: gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6739,150 +6739,150 @@ msgstr "" "如設為定為‘TRUE’,表示該視窗是強制回應的(當顯示該視窗時其它視窗對任何輸入都" "不會有反應)" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:553 msgid "Window Position" msgstr "視窗位置" -#: gtk/gtkwindow.c:553 +#: gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "視窗的起始位置" -#: gtk/gtkwindow.c:561 +#: gtk/gtkwindow.c:562 msgid "Default Width" msgstr "預設寬度" -#: gtk/gtkwindow.c:562 +#: gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "預設的視窗寬度,在初次顯示視窗時使用" -#: gtk/gtkwindow.c:571 +#: gtk/gtkwindow.c:572 msgid "Default Height" msgstr "預設高度" -#: gtk/gtkwindow.c:572 +#: gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "預設的視窗高度,在初次顯示視窗時使用" -#: gtk/gtkwindow.c:581 +#: gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "隨主視窗關閉" -#: gtk/gtkwindow.c:582 +#: gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "當關閉主視窗時是否連本視窗也一起關閉" -#: gtk/gtkwindow.c:590 +#: gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "本視窗所用的圖示" -#: gtk/gtkwindow.c:606 +#: gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "本視窗所用的主題圖示名稱" -#: gtk/gtkwindow.c:621 +#: gtk/gtkwindow.c:622 msgid "Is Active" msgstr "使用中" -#: gtk/gtkwindow.c:622 +#: gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "是否頂端為目前活動的視窗" -#: gtk/gtkwindow.c:629 +#: gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "焦點為頂端" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "輸入焦點是否在該 GtkWindow 之內" -#: gtk/gtkwindow.c:637 +#: gtk/gtkwindow.c:638 msgid "Type hint" msgstr "類型提示" -#: gtk/gtkwindow.c:638 +#: gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "為桌面環境提供提示,指定它是哪一種視窗及如何處理該種視窗。" -#: gtk/gtkwindow.c:646 +#: gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "忽略工作列" -#: gtk/gtkwindow.c:647 +#: gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "如果不想在桌面工作列內顯示該視窗的資訊則設定為 TRUE。" -#: gtk/gtkwindow.c:654 +#: gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "忽略小型畫面管理程式" -#: gtk/gtkwindow.c:655 +#: gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "如果視窗不應該在小型畫面管理程式中出現則設定為 TRUE。" -#: gtk/gtkwindow.c:662 +#: gtk/gtkwindow.c:663 msgid "Urgent" msgstr "緊急" -#: gtk/gtkwindow.c:663 +#: gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "如果視窗應當吸引使用者的注意,則設為‘TRUE’" -#: gtk/gtkwindow.c:677 +#: gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "接受聚焦" -#: gtk/gtkwindow.c:678 +#: gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "如果視窗應該接受輸入聚焦則設定為 TRUE。" -#: gtk/gtkwindow.c:692 +#: gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "點選時聚焦" -#: gtk/gtkwindow.c:693 +#: gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "如果視窗應該接受輸入聚焦則設定為 TRUE。" -#: gtk/gtkwindow.c:707 +#: gtk/gtkwindow.c:708 msgid "Decorated" msgstr "有裝飾" -#: gtk/gtkwindow.c:708 +#: gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "是否視窗管理員要在視窗四周加上裝飾" -#: gtk/gtkwindow.c:722 +#: gtk/gtkwindow.c:723 msgid "Deletable" msgstr "可刪除" -#: gtk/gtkwindow.c:723 +#: gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "視窗框架是否加上關閉按鈕" -#: gtk/gtkwindow.c:739 +#: gtk/gtkwindow.c:740 msgid "Gravity" msgstr "定位" -#: gtk/gtkwindow.c:740 +#: gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "視窗的視窗定位" -#: gtk/gtkwindow.c:757 +#: gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "臨時視窗" -#: gtk/gtkwindow.c:758 +#: gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "對話盒的臨時父項" -#: gtk/gtkwindow.c:773 +#: gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "視窗的透明度" -#: gtk/gtkwindow.c:774 +#: gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "視窗的透明度,從 0 到 1" diff --git a/po/af.po b/po/af.po index a9192dfcfe..d05258b112 100644 --- a/po/af.po +++ b/po/af.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.6-branch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2008-09-13 13:14+0200\n" "Last-Translator: F Wolff \n" "Language-Team: translate-discuss-af@lists.sourceforge.net\n" @@ -653,17 +653,17 @@ msgstr "Beeldtipe '%s' word nie ondersteun nie" msgid "Couldn't allocate memory for color profile" msgstr "Kon nie geheue toewys vir laai van JPEG-lêer nie" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "Onvoldoende geheue om TIFF-lêer te open" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Kon nie geheue vir lyndata toewys nie" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Die JPEG 2000-beeldformaat" @@ -711,7 +711,7 @@ msgstr "" "JPEG-kwaliteit moet 'n waarde tussen 0 en 100 wees; waarde '%d' word nie " "toegelaat nie." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Die JPEG-beeldformaat" @@ -1232,46 +1232,46 @@ msgid_plural "Opening %d Items" msgstr[0] "Open tans %d item" msgstr[1] "Open tans %d items" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Lisensie" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Die lisensie van die program" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Bedankings" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Lisensie" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Aangaande %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Bedankings" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Geskryf deur" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Gedokumenteer deur" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Vertaal deur" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Kuns deur" @@ -1351,17 +1351,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Ongeldige lêernaam: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Ongeldige lêernaam: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1458,7 +1463,7 @@ msgstr "Buite werking gestel" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1603,11 +1608,11 @@ msgstr "" msgid "Color Selection" msgstr "Kleurkeuse" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Toevoer _Metodes" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Voer Unicode-beheerkarakter in" @@ -2049,7 +2054,7 @@ msgstr "_Hernoem" msgid "_Selection: " msgstr "_Seleksie: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2058,15 +2063,15 @@ msgstr "" "Die lêernaam \"%s\" kon nie omgesit word na UTF-8 nie. (probeer die " "omgewings-veranderlike G_FILENAME_ENCODING instel): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Ongeldige UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Naam te lank" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Kon nie lêernaam omsit nie" @@ -2315,39 +2320,39 @@ msgstr "GTK+-keuses" msgid "Show GTK+ Options" msgstr "Wys GTK+-keuses" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "K_oppel" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Koppel _anoniem" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Koppel as _gebruiker:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "Gebr_uikernaam:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domein:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Wagwoord:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Vergeet wagwoord _dadelik" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Onthou wagwoord tot by _afmelding" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Onthou wagwoord _vir altyd" @@ -2417,7 +2422,7 @@ msgstr "_Papiergrootte:" msgid "_Orientation:" msgstr "_Oriëntasie:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Bladsyopstelling" @@ -2571,17 +2576,17 @@ msgid "The most probable reason is that a temporary file could not be created." msgstr "" "Die mees waarskynlike rede is dat 'n tydelike lêer nie geskep kon word nie." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Fout tydens druk" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Toepassing" @@ -2642,37 +2647,37 @@ msgstr "Ongeldige kopteks in ikoon" msgid "Unspecified error" msgstr "Ongespesifiseerde fout" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Drukker" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Ligging" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Status" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Omvang" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Alle bladsye" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "H_uidige bladsy" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Bladsy_e:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2680,186 +2685,196 @@ msgstr "" "Spesifiseer een of meer bladsyomvange,\n" " bv. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Bladsy_e:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopieë" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Kopi_eë" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "Ins_orteer" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Agterstevoo_r" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Algemeen" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Bladsyvolgorde" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Links na regs" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Regs na links" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Uitleg" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Albei kante:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Bladsye per _kant:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Bladsye_volgorde:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Druk slegs:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Alle bladsye" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Ewe bladsye" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Onewe bladsye" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Sk_aal:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papier" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Papier_tipe:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Papier_bron:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Afvoer_rakkie:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Taakdetail" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oriteit:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Druk dokument" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Nou" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Om:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_Later" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Voeg dekblad by" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Voor:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Ná:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Taak" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Gevorderd" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Beeldkwaliteit" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Kleur" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Afwerking" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Sommige instellings weerspreek mekaar" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Druk" diff --git a/po/am.po b/po/am.po index f6f5a9f011..b93fbcb867 100644 --- a/po/am.po +++ b/po/am.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2003-01-14 11:02+EDT\n" "Last-Translator: Ge'ez Frontier Foundation \n" "Language-Team: Amharic \n" @@ -624,15 +624,15 @@ msgstr "" msgid "Couldn't allocate memory for color profile" msgstr "" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "" @@ -674,7 +674,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "" @@ -1167,47 +1167,47 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 #, fuzzy msgid "C_redits" msgstr "_ፍጠር" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "" @@ -1285,17 +1285,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1393,7 +1398,7 @@ msgstr "የተበላሸ" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1528,11 +1533,11 @@ msgstr "" msgid "Color Selection" msgstr "የፊደል ቅርጽ ምርጫ" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "ዘገባ የማስትገባት ዘዴዎች (_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "" @@ -1983,23 +1988,23 @@ msgstr "እንደገና _ሰይም" msgid "_Selection: " msgstr "_ምርጫ፦ " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 #, fuzzy msgid "Invalid UTF-8" msgstr "Utf-8 ተቀብሏል" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "" @@ -2253,43 +2258,43 @@ msgstr "" msgid "Show GTK+ Options" msgstr "" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "ለዋጭ (_C)" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "እንደገና _ሰይም" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_ምርጫ፦ " -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "ቅድመ _ዕይታ፦" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2355,7 +2360,7 @@ msgstr "ምርጫዎች (_P)" msgid "_Orientation:" msgstr "_ምርጫ፦ " -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "ገጽ %u" @@ -2513,17 +2518,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "_ምርጫ፦ " @@ -2584,238 +2589,248 @@ msgstr "" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "አትም (_P)" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "_ምርጫ፦ " #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "_ፍጠር" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "እንደገና _ሰይም" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "_ፍጠር" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "ወደ ነበረበት መልስ (_R)" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "ማስጠንቀቂያ" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "አትም (_P)" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "ምርጫዎች (_P)" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "ምርጫዎች (_P)" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "አትም (_P)" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "_ዕሴት፦" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "ምርጫዎች (_P)" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "ምርጫዎች (_P)" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "አይ (_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "ደማቅ (_B)" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "ቀለም (_C)" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "አትም (_P)" diff --git a/po/ang.po b/po/ang.po index 0b1fe19bfb..8046e965cc 100644 --- a/po/ang.po +++ b/po/ang.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2004-08-08 16:54-0600\n" "Last-Translator: James Johnson \n" "Language-Team: Old English \n" @@ -630,16 +630,16 @@ msgstr "Onlícnescynn '%s' nis gewreðod" msgid "Couldn't allocate memory for color profile" msgstr "Ne genóg gemynd tó hládenne onlícnesse" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Ne genóg gemynd tó hládenne onlícnesse" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "Þæt JPEG onlícnesgesceap" @@ -682,7 +682,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Þæt JPEG onlícnesgesceap" @@ -1191,47 +1191,47 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 #, fuzzy msgid "C_redits" msgstr "Sc_ieppan" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "" @@ -1307,17 +1307,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1413,7 +1418,7 @@ msgstr "" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1545,11 +1550,11 @@ msgstr "" msgid "Color Selection" msgstr "" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "" @@ -1991,22 +1996,22 @@ msgstr "" msgid "_Selection: " msgstr "" -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nama is tó lang" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "" @@ -2258,42 +2263,42 @@ msgstr "" msgid "Show GTK+ Options" msgstr "" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "_Stæfgecynd" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Sciftendnama:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Stede:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2357,7 +2362,7 @@ msgstr "" msgid "_Orientation:" msgstr "Openian Stede" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "Tramet %u" @@ -2515,17 +2520,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "" @@ -2585,231 +2590,241 @@ msgstr "" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "_Stede:" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "Sc_ieppan" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Tramet %u" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "Sc_ieppan" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Warnung" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM _Winstre-tó-swíðre mearc" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "RLM _Swíðre-tó-winstre mearc" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "_Nama:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_Nese" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_Híw" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "" diff --git a/po/ar.po b/po/ar.po index ff7aa3e8ef..3e9047599a 100644 --- a/po/ar.po +++ b/po/ar.po @@ -12,9 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" -"+&component=general\n" -"POT-Creation-Date: 2009-03-17 18:26+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2008-09-18 03:13+0300\n" "Last-Translator: Anas Afif Emad \n" "Language-Team: Arabic \n" @@ -25,58 +24,58 @@ msgstr "" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: ../gdk/gdk.c:103 +#: gdk/gdk.c:103 #, fuzzy, c-format msgid "Error parsing option --gdk-debug" msgstr "حدث خطأ أثناء الطبع" -#: ../gdk/gdk.c:123 +#: gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "" #. Description of --class=CLASS in --help output -#: ../gdk/gdk.c:151 +#: gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "صنف البرنامج كما يستخدمه مدير النوافذ" #. Placeholder in --class=CLASS in --help output -#: ../gdk/gdk.c:152 +#: gdk/gdk.c:152 msgid "CLASS" msgstr "صنف" #. Description of --name=NAME in --help output -#: ../gdk/gdk.c:154 +#: gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "اسم البرنامج كما يستخدمه مدير النوافذ" #. Placeholder in --name=NAME in --help output -#: ../gdk/gdk.c:155 +#: gdk/gdk.c:155 msgid "NAME" msgstr "اسم" #. Description of --display=DISPLAY in --help output -#: ../gdk/gdk.c:157 +#: gdk/gdk.c:157 msgid "X display to use" msgstr "مِعراض س ليستخدم" #. Placeholder in --display=DISPLAY in --help output -#: ../gdk/gdk.c:158 +#: gdk/gdk.c:158 msgid "DISPLAY" msgstr "مِعراض" #. Description of --screen=SCREEN in --help output -#: ../gdk/gdk.c:160 +#: gdk/gdk.c:160 msgid "X screen to use" msgstr "شاشة س لتُستخدم" #. Placeholder in --screen=SCREEN in --help output -#: ../gdk/gdk.c:161 +#: gdk/gdk.c:161 msgid "SCREEN" msgstr "شاشة" #. Description of --gdk-debug=FLAGS in --help output -#: ../gdk/gdk.c:164 +#: gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "شارات تنقيح Gdk التي ستضبط" @@ -84,238 +83,238 @@ msgstr "شارات تنقيح Gdk التي ستضبط" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 +#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 msgid "FLAGS" msgstr "شارات" #. Description of --gdk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:167 +#: gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "شارات تنقيح Gdk التي ستُصفّر" -#: ../gdk/keyname-table.h:3940 +#: gdk/keyname-table.h:3940 #, fuzzy msgctxt "keyboard label" msgid "BackSpace" msgstr "است_بدِل" -#: ../gdk/keyname-table.h:3941 +#: gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "" -#: ../gdk/keyname-table.h:3942 +#: gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "" -#: ../gdk/keyname-table.h:3943 +#: gdk/keyname-table.h:3943 #, fuzzy msgctxt "keyboard label" msgid "Pause" msgstr "أُلبِث" -#: ../gdk/keyname-table.h:3944 +#: gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "" -#: ../gdk/keyname-table.h:3945 +#: gdk/keyname-table.h:3945 #, fuzzy msgctxt "keyboard label" msgid "Sys_Req" msgstr "نظام ملفات" -#: ../gdk/keyname-table.h:3946 +#: gdk/keyname-table.h:3946 #, fuzzy msgctxt "keyboard label" msgid "Escape" msgstr "عرضيّ" -#: ../gdk/keyname-table.h:3947 +#: gdk/keyname-table.h:3947 #, fuzzy msgctxt "keyboard label" msgid "Multi_key" msgstr "ضغط متعدد" -#: ../gdk/keyname-table.h:3948 +#: gdk/keyname-table.h:3948 #, fuzzy msgctxt "keyboard label" msgid "Home" msgstr "ال_منزل" -#: ../gdk/keyname-table.h:3949 +#: gdk/keyname-table.h:3949 #, fuzzy msgctxt "keyboard label" msgid "Left" msgstr "_يسار:" -#: ../gdk/keyname-table.h:3950 +#: gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "" -#: ../gdk/keyname-table.h:3951 +#: gdk/keyname-table.h:3951 #, fuzzy msgctxt "keyboard label" msgid "Right" msgstr "_يمين:" -#: ../gdk/keyname-table.h:3952 +#: gdk/keyname-table.h:3952 #, fuzzy msgctxt "keyboard label" msgid "Down" msgstr "المسار السفلي" -#: ../gdk/keyname-table.h:3953 +#: gdk/keyname-table.h:3953 #, fuzzy msgctxt "keyboard label" msgid "Page_Up" msgstr "إعداد ال_صفحة" -#: ../gdk/keyname-table.h:3954 +#: gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "" -#: ../gdk/keyname-table.h:3955 +#: gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "" -#: ../gdk/keyname-table.h:3956 +#: gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "" -#: ../gdk/keyname-table.h:3957 +#: gdk/keyname-table.h:3957 #, fuzzy msgctxt "keyboard label" msgid "Print" msgstr "اطبع" -#: ../gdk/keyname-table.h:3958 +#: gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "" -#: ../gdk/keyname-table.h:3959 +#: gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "" -#: ../gdk/keyname-table.h:3960 +#: gdk/keyname-table.h:3960 #, fuzzy msgctxt "keyboard label" msgid "KP_Space" msgstr "است_بدِل" -#: ../gdk/keyname-table.h:3961 +#: gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "" -#: ../gdk/keyname-table.h:3962 +#: gdk/keyname-table.h:3962 #, fuzzy msgctxt "keyboard label" msgid "KP_Enter" msgstr "الطابعة" -#: ../gdk/keyname-table.h:3963 +#: gdk/keyname-table.h:3963 #, fuzzy msgctxt "keyboard label" msgid "KP_Home" msgstr "ال_منزل" -#: ../gdk/keyname-table.h:3964 +#: gdk/keyname-table.h:3964 #, fuzzy msgctxt "keyboard label" msgid "KP_Left" msgstr "_يسار:" -#: ../gdk/keyname-table.h:3965 +#: gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "" -#: ../gdk/keyname-table.h:3966 +#: gdk/keyname-table.h:3966 #, fuzzy msgctxt "keyboard label" msgid "KP_Right" msgstr "_يمين:" -#: ../gdk/keyname-table.h:3967 +#: gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "" -#: ../gdk/keyname-table.h:3968 +#: gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "" -#: ../gdk/keyname-table.h:3969 +#: gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "" -#: ../gdk/keyname-table.h:3970 +#: gdk/keyname-table.h:3970 #, fuzzy msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: ../gdk/keyname-table.h:3971 +#: gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "" -#: ../gdk/keyname-table.h:3972 +#: gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "" -#: ../gdk/keyname-table.h:3973 +#: gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "" -#: ../gdk/keyname-table.h:3974 +#: gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "" -#: ../gdk/keyname-table.h:3975 +#: gdk/keyname-table.h:3975 #, fuzzy msgctxt "keyboard label" msgid "KP_Delete" msgstr "ا_حذف" -#: ../gdk/keyname-table.h:3976 +#: gdk/keyname-table.h:3976 #, fuzzy msgctxt "keyboard label" msgid "Delete" msgstr "ا_حذف" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 +#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 +#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "فشل فتح الملف '%s': %s" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 +#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "لا يحتوي ملف الصورة '%s' على بيانات" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 +#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "فشل تحميل الصورة '%s': السبب مجهول، ربما يكون ملف الصورة تالفًا" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -324,12 +323,12 @@ msgstr "" "فشل تحميل الرسوم المتحرّكة '%s': السبب مجهول، ربما يكون ملف الرسوم المتحرّكة " "تالفًا" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 +#: gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "تعذّر تحميل وحدة تحميل الصور: %s: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 +#: gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -337,68 +336,68 @@ msgid "" msgstr "" "وحدة تحميل الصور %s لا تصدّر الواجهة الصحيحة؛ قد تكون من إصدارة GTK مغايرة؟" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 +#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "نوع الصورة '%s' غير مدعوم" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 +#: gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "تعذّر تمييز صيغة ملف الصور للملف '%s'" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 +#: gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "صيغة ملف صور تعذّر تمييزها" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "فشل تحميل الصورة '%s': %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 +#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "فشلت الكتابة في ملف الصورة: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "بناء gdk-pixbuf هذا لا يدعم الحفظ بصيغة الصور: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "ذاكرة غير كافية لحفظ الصورة إلى إعادة النداء (callback)" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "فشل فتح الملف المؤقّت" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "فشلت القراءة من الملف المؤقّت" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "فشل فتح '%s' لكتابة: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" "s" msgstr "فشل غلق '%s' أثناء كتابة الصورة، ربما لم تُحفظ كل البيانات: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "ذاكرة غير كافية لحفظ الصورة في براح" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "فشلت الكتابة في دفق الصور" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -407,24 +406,24 @@ msgstr "" "خطأ داخلي: فشلت وحدة تحميل الصور '%s' في إنهاء إحدى العمليات، لكنّها لم تعطِ " "سببا للفشل" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "التحميل التزايدي لنوع الصور '%s' غير مدعوم" -#: ../gdk-pixbuf/gdk-pixdata.c:147 +#: gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "ترويسة الصورة تالفة" -#: ../gdk-pixbuf/gdk-pixdata.c:152 +#: gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "صيغة الصورة مجهولة" -#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 +#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "البيانات البكسلية للصورة تالفة" -#: ../gdk-pixbuf/gdk-pixdata.c:431 +#: gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" @@ -435,348 +434,341 @@ msgstr[3] "فشل تحصيص ذاكرة وسيطة للصورة بحجم %u با msgstr[4] "فشل تحصيص ذاكرة وسيطة للصورة بحجم %u بايت" msgstr[5] "فشل تحصيص ذاكرة وسيطة للصورة بحجم %u بايت" -#: ../gdk-pixbuf/io-ani.c:244 +#: gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "قطعة أيقونة غير متوقعة في الرسم المتحرّك" -#: ../gdk-pixbuf/io-ani.c:337 +#: gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "نوع رسوم متحرّكة غير مدعوم" -#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 -#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 -#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 +#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 +#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "ترويسة غير صالحة في الرسم المتحرّك" -#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 -#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 -#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 +#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 +#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "لا ذاكرة كافية لتحميل الرسوم المتحرّكة" -#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 -#: ../gdk-pixbuf/io-ani.c:443 +#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "قطعة مشوّهة في الرسّم المتحرّك" -#: ../gdk-pixbuf/io-ani.c:711 +#: gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "صيغة صور ANI" -#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 -#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 -#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 +#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 +#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "صورة BMP لها بيانات ترويسة زائفة" -#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 +#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "لا ذاكرة كافية لتحميل الصورة النقطية" -#: ../gdk-pixbuf/io-bmp.c:319 +#: gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "صورة BMP لها حجم ترويسة غير مدعوم" -#: ../gdk-pixbuf/io-bmp.c:357 +#: gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "صور BMP أعلى-أسفل تعذّر ضغطها" -#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 +#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "انتهى الملف قبل أوانه" -#: ../gdk-pixbuf/io-bmp.c:1329 +#: gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "تعذّر تحصيص ذاكرة لحفظ ملف BMP" -#: ../gdk-pixbuf/io-bmp.c:1370 +#: gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "تعذّر الكتابة في ملف BMP " -#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 +#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "صيغة صور BMP" -#: ../gdk-pixbuf/io-gif.c:222 +#: gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "خطأ أثناء قراءة GIF: %s" -#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 -#: ../gdk-pixbuf/io-gif.c:1642 +#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "يفتقد ملف GIF بعض البيانات (ربما استقطعت بكيفية ما؟)" -#: ../gdk-pixbuf/io-gif.c:505 +#: gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "خطأ داخلي في محمّل GIF (%s)" -#: ../gdk-pixbuf/io-gif.c:579 +#: gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "فيضان المكدّس" -#: ../gdk-pixbuf/io-gif.c:639 +#: gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "لا يستطيع محمّل صور GIF فهم هذه الصورة." -#: ../gdk-pixbuf/io-gif.c:668 +#: gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "وُجِد رمز سيء" -#: ../gdk-pixbuf/io-gif.c:678 +#: gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "خانة جدول دائرية في ملف GIF" -#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 -#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 +#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 +#: gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "لا ذاكرة كافية لتحميل ملف GIF" -#: ../gdk-pixbuf/io-gif.c:960 +#: gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "لا ذاكرة كافية لتشكيل إطار في ملف GIF" -#: ../gdk-pixbuf/io-gif.c:1132 +#: gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "صورة GIF تالفة (ضغط LZW غير سليم)" -#: ../gdk-pixbuf/io-gif.c:1182 +#: gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "يبدو أن الملف ليس ملف GIF" -#: ../gdk-pixbuf/io-gif.c:1194 +#: gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "إصدارة %s من صيغ ملفات GIF غير مدعومة" -#: ../gdk-pixbuf/io-gif.c:1303 +#: gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." msgstr "ليس لصورة GIF مخطط ألوان عام، وليس لإطار بداخلها مخطط ألوان محلي." -#: ../gdk-pixbuf/io-gif.c:1537 +#: gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "صورة GIF مقطّعة أو غير كاملة." -#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 +#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "صيغة صور GIF" -#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 -#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 -#: ../gdk-pixbuf/io-ico.c:359 +#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 +#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "ترويسة غير صحيحة في الأيقونة" -#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 -#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 -#: ../gdk-pixbuf/io-ico.c:462 +#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 +#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "لا ذاكرة كافية لتحميل الأيقونة" -#: ../gdk-pixbuf/io-ico.c:322 +#: gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "عرض الأيقونة صفر" -#: ../gdk-pixbuf/io-ico.c:332 +#: gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "ارتفاع الأيقونة صفر" -#: ../gdk-pixbuf/io-ico.c:384 +#: gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "الأيقونات المضغوطة غير مدعومة" -#: ../gdk-pixbuf/io-ico.c:417 +#: gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "نوع أيقونات غير مدعوم" -#: ../gdk-pixbuf/io-ico.c:511 +#: gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "لا ذاكرة كافية لتحميل ملف ICO" -#: ../gdk-pixbuf/io-ico.c:976 +#: gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "تعذّر حفظ الصورة كـ ICO لأنها كبيرة جدًا" -#: ../gdk-pixbuf/io-ico.c:987 +#: gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "منطقة المؤشّر النشطة خارج الصورة" -#: ../gdk-pixbuf/io-ico.c:1010 +#: gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "عمق ملف ICO غير مدعوم: %Id" -#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 +#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "صيغة صور ICO" -#: ../gdk-pixbuf/io-icns.c:347 +#: gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "خطأ أثناء قراءة ملف صورة ICNS: %s" -#: ../gdk-pixbuf/io-icns.c:364 +#: gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "تعذّر فك ملف ترميز ملف ICNS" -#: ../gdk-pixbuf/io-icns.c:397 +#: gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "صيغة صور ICNS" -#: ../gdk-pixbuf/io-jasper.c:75 +#: gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "تعذّر تحصيص ذاكرة للتيار" -#: ../gdk-pixbuf/io-jasper.c:105 +#: gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "تعذّر فك ترميز الصورة" -#: ../gdk-pixbuf/io-jasper.c:123 +#: gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "صورة JPEG2000 المُحوّلة ذات عرض أو ارتفاع صفري" -#: ../gdk-pixbuf/io-jasper.c:137 +#: gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "نوع الصورة غير مدعوم حاليا" -#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 +#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "تعذّر تحصيص ذاكرة لاحة اللون" -#: ../gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "لا ذاكرة كافية لفتح ملف JPEG 2000" -#: ../gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "تعذّر تحصيص ذاكرة لبراح بيانات الصور" -#: ../gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "صيغة صور JPEG 2000" -#: ../gdk-pixbuf/io-jpeg.c:117 +#: gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "خطأ في تفسير ملف صورة JPEG (%s)" -#: ../gdk-pixbuf/io-jpeg.c:529 +#: gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" msgstr "" "لا ذاكرة كافية لتحميل الصورة، حاوِل الخروج من بعض التطبيقات لتحرير الذاكرة" -#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 +#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "نطاق ألوان JPEG غير مدعوم (%s)" -#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 -#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 +#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 +#: gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "تعذّر تحصيص ذاكرة لتحميل ملف JPEG" -#: ../gdk-pixbuf/io-jpeg.c:920 +#: gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "صورة JPEG المُحوّلة ذات عرض أو ارتفاع صفري." -#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 +#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " "parsed." msgstr "يجب أن تكون جودة JPEG قيمة بين 0 و 100، لذلك تعذّر تحليل القيمة '%s'." -#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 +#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "يجب أن تكون جودة JPEG قيمة بين 0 و 100، القيمة '%Id' غير مسموح بها." -#: ../gdk-pixbuf/io-jpeg.c:1309 ../gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "صيغة صور JPEG" -#: ../gdk-pixbuf/io-pcx.c:187 +#: gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "تعذّر تحصيص ذاكرة للترويسة" -#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 +#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "تعذّر تحصيص ذاكرة لبراح السياق" -#: ../gdk-pixbuf/io-pcx.c:601 +#: gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "ارتفاع الصورة و/أو عرضها غير صحيحين" -#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 +#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "للصورة bpp غير مدعوم" -#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 +#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "للصورة عدد غير مدعوم من مستويات %Id-بت" -#: ../gdk-pixbuf/io-pcx.c:642 +#: gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "تعذّر إنشاء pixbuf جديد" -#: ../gdk-pixbuf/io-pcx.c:650 +#: gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "تعذّر تحصيص ذاكرة لبيانات السطر" -#: ../gdk-pixbuf/io-pcx.c:657 +#: gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "تعذّر تحصيص ذاكرة للبيانات المرصّفة" -#: ../gdk-pixbuf/io-pcx.c:704 +#: gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "لم يتم تلقي كل سطور صورة PCX" -#: ../gdk-pixbuf/io-pcx.c:711 +#: gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "لا توجد لوحة ألوان عند نهاية بيانات PCX" -#: ../gdk-pixbuf/io-pcx.c:756 +#: gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "صيغة صور PCX" -#: ../gdk-pixbuf/io-png.c:55 +#: gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "عدد البتّات لكل قناة في صورة PNG غير صحيحة." -#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 +#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "صورة PNG المُحوّلة ذات عرض أو ارتفاع صفري." -#: ../gdk-pixbuf/io-png.c:144 +#: gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "عدد البتّات لكل قناة في صورة PNG لا يساوي 8." -#: ../gdk-pixbuf/io-png.c:153 +#: gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "صورة PNG المحوّلة ليست RGB أو RGBA." -#: ../gdk-pixbuf/io-png.c:162 +#: gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "صورة PNG المحولة لها عدد غير مدعوم من القنوات، يجب أن تكون 3 أو 4." -#: ../gdk-pixbuf/io-png.c:183 +#: gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "خطأ قاتل في ملف صورة PNG: %s" -#: ../gdk-pixbuf/io-png.c:310 +#: gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "لا ذاكرة كافية لتحميل ملف PNG" -#: ../gdk-pixbuf/io-png.c:633 +#: gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -785,26 +777,26 @@ msgstr "" "ذاكرة غير كافية لتخزين %ld من %ld صورة، حاول الخروج من بعض التطبيقات لتقليل " "استخدام الذاكرة" -#: ../gdk-pixbuf/io-png.c:684 +#: gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "خطأ قاتل عند قراءة ملف صورة PNG" -#: ../gdk-pixbuf/io-png.c:733 +#: gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "خطأ قاتل عند قراءة ملف صورة PNG: %s" -#: ../gdk-pixbuf/io-png.c:825 +#: gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "يجب أن يكون لمفاتيح قطع PNG النصية محرفًا واحدًا على الأقل و 79 كحد أقصى." -#: ../gdk-pixbuf/io-png.c:833 +#: gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "يجب أن تكون مفاتيح المقاطع النصية لـ PNG محارف أسكي." -#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 +#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -812,7 +804,7 @@ msgid "" msgstr "" "يجب أن يكون مستوى ضغط PNG قيمة بين 0 و 100، لذلك تعذّر تحليل القيمة '%s'." -#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 +#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -820,375 +812,371 @@ msgid "" msgstr "" "يجب أن يكون مستوي ضغط PNG قيمة بين 0 و 100، القيمة '%Id' غير مسموح بها." -#: ../gdk-pixbuf/io-png.c:896 +#: gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "تعذّر تحويل قيمة مقطع PNG النصي %s إلى ترميز ISO-8859-1." -#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 +#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "صيغة صور PNG" -#: ../gdk-pixbuf/io-pnm.c:250 +#: gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "توقَّع مُحمّل PNM العثور على رقم صحيح، لكن لم يجده" -#: ../gdk-pixbuf/io-pnm.c:282 +#: gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "لملف PNM بايت أوَّلي غير سليم" -#: ../gdk-pixbuf/io-pnm.c:312 +#: gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "ملف PNM ليس في صيغة فرعيّة من PNM يمكن تمييزها" -#: ../gdk-pixbuf/io-pnm.c:337 +#: gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "ملف PNM له عرض صورة يساوي 0" -#: ../gdk-pixbuf/io-pnm.c:358 +#: gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "ملف PNM له ارتفاع صورة يساوي 0" -#: ../gdk-pixbuf/io-pnm.c:381 +#: gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "قيمة اللون القصوى في ملف PNM هي 0" -#: ../gdk-pixbuf/io-pnm.c:389 +#: gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "قيمة اللون القصوى في ملف PNM كبيرة جدًا" -#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 -#: ../gdk-pixbuf/io-pnm.c:504 +#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "نوع صورة PNM الخام غير صحيح" -#: ../gdk-pixbuf/io-pnm.c:654 +#: gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "مُحمِّل صور PNM لا يَدعم صيغة PNM الفرعية هذه" -#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 +#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "صيغ PNM الخام تحتاج إلى وَضع فراغ واحد قبل بيانات العيّنة" -#: ../gdk-pixbuf/io-pnm.c:768 +#: gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "تعذّر تحصيص ذاكرة لتحميل صورة PNM" -#: ../gdk-pixbuf/io-pnm.c:818 +#: gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "ذاكرة غير كافية لتحميل بنية سياق PNM" -#: ../gdk-pixbuf/io-pnm.c:869 +#: gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "نهاية غير متوقّعة لبيانات صورة PNM" -#: ../gdk-pixbuf/io-pnm.c:997 +#: gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "ذاكرة غير كافية لتحميل ملف PNM" -#: ../gdk-pixbuf/io-pnm.c:1081 +#: gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "عائلة صيغ صور PNM/PBM/PGM/PPM" -#: ../gdk-pixbuf/io-ras.c:126 +#: gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "لصورة RAS بيانات ترويسة زائفة" -#: ../gdk-pixbuf/io-ras.c:148 +#: gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "لصورة RAS نوع مجهول" -#: ../gdk-pixbuf/io-ras.c:156 +#: gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "انحراف صورة RAS غير مدعوم" -#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 +#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "ذاكرة غير كافية لتحميل صورة RAS" -#: ../gdk-pixbuf/io-ras.c:545 +#: gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "صيغة صور Sun raster" -#: ../gdk-pixbuf/io-tga.c:154 +#: gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "تعذّر تحصيص ذاكرة لبنية IOBuffer" -#: ../gdk-pixbuf/io-tga.c:173 +#: gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "تعذّر تحصيص ذاكرة لبيانات IOBuffer" -#: ../gdk-pixbuf/io-tga.c:184 +#: gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "تعذّر إعادة تحصيص بيانات IOBuffer" -#: ../gdk-pixbuf/io-tga.c:214 +#: gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "تعذّر تحصيص بيانات IOBuffer المؤقتة" -#: ../gdk-pixbuf/io-tga.c:347 +#: gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "تعذّر تحصيص pixbuf جديد" -#: ../gdk-pixbuf/io-tga.c:687 +#: gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "تعذّر تحصيص تركيب مُخطط الألوان" -#: ../gdk-pixbuf/io-tga.c:694 +#: gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "تعذّر تحصيص مدخلات مُخطط الألوان" -#: ../gdk-pixbuf/io-tga.c:716 +#: gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "عمق بت غير متوقّع لخانات مُخطط الألوان" -#: ../gdk-pixbuf/io-tga.c:734 +#: gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "تعذّر تحصيص ذاكرة ترويسة TGA" -#: ../gdk-pixbuf/io-tga.c:767 +#: gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "صورة TGA لها أبعاد غير سليمة" -#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 -#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 -#: ../gdk-pixbuf/io-tga.c:809 +#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 +#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "نوع صور TGA غير مدعوم" -#: ../gdk-pixbuf/io-tga.c:856 +#: gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "تعذّر تحصيص ذاكرة لبنية سياق TGA" -#: ../gdk-pixbuf/io-tga.c:921 +#: gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "بيانات زائدة في الملف" -#: ../gdk-pixbuf/io-tga.c:1002 +#: gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "صيغة صور Targa" -#: ../gdk-pixbuf/io-tiff.c:160 +#: gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "تعذّر معرفة عرض الصورة (ملف TIFF رديء)" -#: ../gdk-pixbuf/io-tiff.c:167 +#: gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "تعذّر معرفة ارتفاع الصورة (ملف TIFF رديء)" -#: ../gdk-pixbuf/io-tiff.c:175 +#: gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "عرض أو ارتفاع صفري لصورة TIFF" -#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 +#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "أبعاد صورة TIFF كبيرة جدًا" -#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 -#: ../gdk-pixbuf/io-tiff.c:541 +#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "ذاكرة غير كافية لفتح ملف TIFF" -#: ../gdk-pixbuf/io-tiff.c:275 +#: gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "فشل تحميل بيانات RGB من ملف TIFF" -#: ../gdk-pixbuf/io-tiff.c:331 +#: gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "فشل فتح صورة TIFF" -#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 +#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "فشلت عملية TIFFClose" -#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 +#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "فشل تحميل صورة TIFF" -#: ../gdk-pixbuf/io-tiff.c:670 +#: gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "فشل حفظ صورة TIFF" -#: ../gdk-pixbuf/io-tiff.c:708 +#: gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "فشلت كتابة بيانات TIFF" -#: ../gdk-pixbuf/io-tiff.c:760 +#: gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "الكتابة لملف TIFF غير ممكنة" -#: ../gdk-pixbuf/io-tiff.c:815 +#: gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "صيغة صور TIFF" -#: ../gdk-pixbuf/io-wbmp.c:246 +#: gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "عرض الصورة صفر" -#: ../gdk-pixbuf/io-wbmp.c:264 +#: gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "ارتفاع الصورة صفر" -#: ../gdk-pixbuf/io-wbmp.c:275 +#: gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "ذاكرة غير كافية لتحميل الصورة" -#: ../gdk-pixbuf/io-wbmp.c:334 +#: gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "تعذّر حفظ الباقي" -#: ../gdk-pixbuf/io-wbmp.c:375 +#: gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "صيغة صور WBMP" -#: ../gdk-pixbuf/io-xbm.c:295 +#: gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "ملف XBM غير سليم" -#: ../gdk-pixbuf/io-xbm.c:305 +#: gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "ذاكرة غير كافية لفتح صورة ملف XBM" -#: ../gdk-pixbuf/io-xbm.c:453 +#: gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "فشلت الكتابة في ملف مؤقّت عند تحميل صورة XBM" -#: ../gdk-pixbuf/io-xbm.c:492 +#: gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "صيغة صور XBM" -#: ../gdk-pixbuf/io-xpm.c:468 +#: gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "لا توجد ترويسة XPM" -#: ../gdk-pixbuf/io-xpm.c:477 +#: gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "ترويسة XPM غير صالحة" -#: ../gdk-pixbuf/io-xpm.c:485 +#: gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "عرض صورة ملف XPM قيمته <= 0" -#: ../gdk-pixbuf/io-xpm.c:493 +#: gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "ارتفاع صورة ملف XPM قيمته <= 0" -#: ../gdk-pixbuf/io-xpm.c:501 +#: gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "ملف XPM له عدد غير صحيح من المحارف لكل بكسل" -#: ../gdk-pixbuf/io-xpm.c:510 +#: gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "ملف XPM له عدد غير صحيح من الألوان" -#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 -#: ../gdk-pixbuf/io-xpm.c:583 +#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "تعذّر تحصيص ذاكرة لتحميل صورة XPM" -#: ../gdk-pixbuf/io-xpm.c:545 +#: gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "تعذّر قراءة مخطط ألوان XPM" -#: ../gdk-pixbuf/io-xpm.c:777 +#: gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "فشلت الكتابة في ملف مؤقت عند تحميل صورة XPM" -#: ../gdk-pixbuf/io-xpm.c:816 +#: gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "صيغة صور XPM" -#: ../gdk-pixbuf/io-gdip-emf.c:59 +#: gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "صيغة صور EMF" -#: ../gdk-pixbuf/io-gdip-utils.c:220 +#: gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "تعذّر تحصيص ذاكرة: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 -#: ../gdk-pixbuf/io-gdip-utils.c:394 +#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 +#: gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "تعذّر إنشاء الدفق: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:259 +#: gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "تعذّر الالتماس في الدفق: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:271 +#: gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "تعذّر القراءة من الدفق: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 +#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "تعذّر تحميل الصورة النقطية" -#: ../gdk-pixbuf/io-gdip-utils.c:838 +#: gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "تعذّر تحميل ملف المعلومات الفوقية" -#: ../gdk-pixbuf/io-gdip-utils.c:997 +#: gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "نسق صور لا يدعمه GDI+" -#: ../gdk-pixbuf/io-gdip-utils.c:1004 +#: gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "تعذّر الحفظ" -#: ../gdk-pixbuf/io-gdip-wmf.c:58 +#: gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "صيغة صور WMF" #. Description of --sync in --help output -#: ../gdk/win32/gdkmain-win32.c:54 +#: gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "لا ترسل طلبات GDI دفعة واحدة" #. Description of --no-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:56 +#: gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "لا تستخدم Wintab API لدعم اللوحة" #. Description of --ignore-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:58 +#: gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "مثل --no-wintab" #. Description of --use-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:60 +#: gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "لا تستخدم Wintab API [مبدئي]" #. Description of --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:62 +#: gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "حجم لوح الألوان في نمط 8 بتة" #. Placeholder in --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:63 +#: gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "ألوان" #. Description of --sync in --help output -#: ../gdk/x11/gdkmain-x11.c:92 +#: gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "اجعل نداءات س متزامنة" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 +#: gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "يجري بدء %s" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 +#: gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "يجري فتح %s" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 +#: gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" @@ -1199,46 +1187,46 @@ msgstr[3] "يجري فتح %Id عناصر" msgstr[4] "يجري فتح %Id عنصرا" msgstr[5] "يجري فتح %Id عنصر" -#: ../gtk/gtkaboutdialog.c:267 ../gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "الترخيص" -#: ../gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "ترخيص البرنامج" #. Add the credits button -#: ../gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_شكْر" #. Add the license button -#: ../gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "ال_ترخيص" -#: ../gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "عنْ %s" -#: ../gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "شكْر" -#: ../gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "كتَبَهُ" -#: ../gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "وثّقه" -#: ../gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "ترجَمَهُ" -#: ../gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "جمَّلَهُ" @@ -1247,7 +1235,7 @@ msgstr "جمَّلَهُ" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:91 +#: gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "" @@ -1257,7 +1245,7 @@ msgstr "" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:97 +#: gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "" @@ -1267,7 +1255,7 @@ msgstr "" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:103 +#: gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "" @@ -1277,7 +1265,7 @@ msgstr "" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:671 +#: gtk/gtkaccellabel.c:671 #, fuzzy msgctxt "keyboard label" msgid "Super" @@ -1288,7 +1276,7 @@ msgstr "ورق" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:684 +#: gtk/gtkaccellabel.c:684 #, fuzzy msgctxt "keyboard label" msgid "Hyper" @@ -1299,33 +1287,38 @@ msgstr "ورق" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:698 +#: gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "" -#: ../gtk/gtkaccellabel.c:715 +#: gtk/gtkaccellabel.c:715 #, fuzzy msgctxt "keyboard label" msgid "Space" msgstr "است_بدِل" -#: ../gtk/gtkaccellabel.c:718 +#: gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: ../gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "دالة نوع غير سليمة: `%s'" -#: ../gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "عنصر جذري غير سليم: %s" -#: ../gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "وسم غير معتبر: '%s'" @@ -1339,7 +1332,7 @@ msgstr "وسم غير معتبر: '%s'" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: ../gtk/gtkcalendar.c:758 +#: gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1347,7 +1340,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: ../gtk/gtkcalendar.c:796 +#: gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:7" @@ -1356,7 +1349,7 @@ msgstr "calendar:week_start:7" #. * #. * If you don't understand this, leave it as "2000" #. -#: ../gtk/gtkcalendar.c:1803 +#: gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "" @@ -1371,7 +1364,7 @@ msgstr "" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 +#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1387,7 +1380,7 @@ msgstr "" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 +#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1403,7 +1396,7 @@ msgstr "" #. * #. * "%Y" is appropriate for most locales. #. -#: ../gtk/gtkcalendar.c:2146 +#: gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "" @@ -1411,7 +1404,7 @@ msgstr "" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: ../gtk/gtkcellrendereraccel.c:243 +#: gtk/gtkcellrendereraccel.c:243 #, fuzzy msgctxt "Accelerator" msgid "Disabled" @@ -1421,25 +1414,25 @@ msgstr "معطّل" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: ../gtk/gtkcellrendereraccel.c:376 ../gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "اختصار جديد..." -#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 +#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "" -#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 +#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "اختر لونًا" -#: ../gtk/gtkcolorbutton.c:448 +#: gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "استُلِمت بيانات لون غير سليمة\n" -#: ../gtk/gtkcolorsel.c:354 +#: gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1447,73 +1440,73 @@ msgstr "" "اختر اللون الذي تريده من الحلقة الخارجية. اختر ظلمة أو إضاءة ذلك اللون " "باستخدام المثلث الداخلي." -#: ../gtk/gtkcolorsel.c:378 +#: gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." msgstr "انقر القطّارة ثم انقر أيّ لون في أيّ مكان على الشاشة لاختيار ذلك اللون." -#: ../gtk/gtkcolorsel.c:387 +#: gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "ال_تدرج:" -#: ../gtk/gtkcolorsel.c:388 +#: gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "الموقع على عجلة الألوان." -#: ../gtk/gtkcolorsel.c:390 +#: gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "الت_شبع:" -#: ../gtk/gtkcolorsel.c:391 +#: gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "عمق\" اللون\"." -#: ../gtk/gtkcolorsel.c:392 +#: gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "ال_قيمة:" -#: ../gtk/gtkcolorsel.c:393 +#: gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "سُطوع اللون." -#: ../gtk/gtkcolorsel.c:394 +#: gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_أحمر:" -#: ../gtk/gtkcolorsel.c:395 +#: gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "كمية الضوء الأحمر في اللون." -#: ../gtk/gtkcolorsel.c:396 +#: gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "أ_خضر:" -#: ../gtk/gtkcolorsel.c:397 +#: gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "كمية الضوء الأخضر في اللون." -#: ../gtk/gtkcolorsel.c:398 +#: gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "أ_زرق:" -#: ../gtk/gtkcolorsel.c:399 +#: gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "كمية الضوء الأزرق في اللون." -#: ../gtk/gtkcolorsel.c:402 +#: gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "ال_عتامة:" -#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 +#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "شفافية اللون." -#: ../gtk/gtkcolorsel.c:426 +#: gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "ا_سم اللون:" -#: ../gtk/gtkcolorsel.c:440 +#: gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1521,15 +1514,15 @@ msgstr "" "يمكنك إدخال قيمة لون بالنظام الست عشري و أسلوب HTML، أو اسم لون بكل بساطة " "مثل 'orange' في هذه الخانة." -#: ../gtk/gtkcolorsel.c:470 +#: gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_لوحة الألوان:" -#: ../gtk/gtkcolorsel.c:499 +#: gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "عجلة الألوان" -#: ../gtk/gtkcolorsel.c:976 +#: gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1538,7 +1531,7 @@ msgstr "" "اللون المُختار سابقًا، للمقارنة باللون الذي اخترتَه الآن. يُمكِنك سحب هذا اللون " "لخانة لوحة ألوان، أو جعله كاللون الحالي بسحبه للمربع اللوني." -#: ../gtk/gtkcolorsel.c:980 +#: gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1546,11 +1539,11 @@ msgstr "" "اللون الذي اخترته. تستطيع سحب هذا اللون إلى خانة لوحة الألوان لحفظه حتى " "تستخدمه مستقبلًا." -#: ../gtk/gtkcolorsel.c:1363 +#: gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "ا_حفظ اللون هنا" -#: ../gtk/gtkcolorsel.c:1568 +#: gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1558,56 +1551,56 @@ msgstr "" "انقر خانة لوحة الألوان هذه لجعلها اللون الحالي. لتغيير هذه الخانة اسحب عينة " "لون إلى هنا أو انقر الزر الأيمن للفأرة واختر \"احفظ اللون هنا.\"" -#: ../gtk/gtkcolorseldialog.c:170 +#: gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "اختيار اللون" -#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "طرق ال_إدخال" -#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "أ_درج محرف تحكم يونيكود" -#: ../gtk/gtkentry.c:9797 +#: gtk/gtkentry.c:9797 #, fuzzy msgid "Caps Lock is on" msgstr "ا_نسخ الموقع" -#: ../gtk/gtkfilechooserbutton.c:64 +#: gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "اختر ملفًا" -#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 +#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "سطح المكتب" -#: ../gtk/gtkfilechooserbutton.c:66 +#: gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(لا شيء)" -#: ../gtk/gtkfilechooserbutton.c:2014 +#: gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "أخرى..." -#: ../gtk/gtkfilechooserdefault.c:1059 +#: gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "تعذّر جلب معلومات عن الملف" -#: ../gtk/gtkfilechooserdefault.c:1070 +#: gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "تعذّر إضافة علامة" -#: ../gtk/gtkfilechooserdefault.c:1081 +#: gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "تعذّر حذف العلامة" -#: ../gtk/gtkfilechooserdefault.c:1092 +#: gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "تعذّر إنشاء المجلّد" -#: ../gtk/gtkfilechooserdefault.c:1105 +#: gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1615,11 +1608,11 @@ msgstr "" "تعذّر إنشاء المجلد بسبب وجود ملف يحمل نفس الاسم. حاول استخدام اسم آخر للمجلد، " "أو غيّر اسم الملف أولا." -#: ../gtk/gtkfilechooserdefault.c:1116 +#: gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "اسم ملف غير صالح" -#: ../gtk/gtkfilechooserdefault.c:1126 +#: gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "تعذّر عرض محتويات المجلد." @@ -1627,227 +1620,227 @@ msgstr "تعذّر عرض محتويات المجلد." #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: ../gtk/gtkfilechooserdefault.c:1676 +#: gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s على %2$s" -#: ../gtk/gtkfilechooserdefault.c:1852 +#: gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "ابحث" -#: ../gtk/gtkfilechooserdefault.c:1876 +#: gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "مستخدمة مؤخرا" -#: ../gtk/gtkfilechooserdefault.c:2510 +#: gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "اختر أنواع الملفات التي ستعرض" -#: ../gtk/gtkfilechooserdefault.c:2939 +#: gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "أضِف المجلّد '%s' إلى العلامات" -#: ../gtk/gtkfilechooserdefault.c:2980 +#: gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "أضِف المجلّد الحالي إلى العلامات" -#: ../gtk/gtkfilechooserdefault.c:2982 +#: gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "أضِف المجلدات المحددة إلى العلامات" -#: ../gtk/gtkfilechooserdefault.c:3022 +#: gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "احذِف العلامة '%s'" -#: ../gtk/gtkfilechooserdefault.c:3740 +#: gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "احذف" -#: ../gtk/gtkfilechooserdefault.c:3749 +#: gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "غيّر الاسم..." #. Accessible object name for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3895 +#: gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "أماكن" #. Column header for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3952 +#: gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "أ_ماكن" -#: ../gtk/gtkfilechooserdefault.c:4008 +#: gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "أ_ضف" -#: ../gtk/gtkfilechooserdefault.c:4015 +#: gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "أضِف المجلد المحدد للعلامات" -#: ../gtk/gtkfilechooserdefault.c:4020 +#: gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "ا_حذِف" -#: ../gtk/gtkfilechooserdefault.c:4027 +#: gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "احذِف العلامة المحددة" -#: ../gtk/gtkfilechooserdefault.c:4136 +#: gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "تعذّر اختيار الملف" -#: ../gtk/gtkfilechooserdefault.c:4311 +#: gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "أ_ضف للعلامات" -#: ../gtk/gtkfilechooserdefault.c:4325 +#: gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "أظهر الملفات ال_مخفيّة" -#: ../gtk/gtkfilechooserdefault.c:4332 +#: gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "" -#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 +#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 msgid "Files" msgstr "ملفات" -#: ../gtk/gtkfilechooserdefault.c:4636 +#: gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "الا_سم" -#: ../gtk/gtkfilechooserdefault.c:4661 +#: gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "الحجم" -#: ../gtk/gtkfilechooserdefault.c:4675 +#: gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "معدّل" #. Label -#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 +#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "الا_سم:" -#: ../gtk/gtkfilechooserdefault.c:4938 +#: gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_تصفّح لأدلّة أخرى" -#: ../gtk/gtkfilechooserdefault.c:5208 +#: gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "اكتب اسم ملف" #. Create Folder -#: ../gtk/gtkfilechooserdefault.c:5245 +#: gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "أنشئ _مجلّدًا" -#: ../gtk/gtkfilechooserdefault.c:5255 +#: gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "ال_موقع:" -#: ../gtk/gtkfilechooserdefault.c:5459 +#: gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "احفظ في ال_مجلّد:" -#: ../gtk/gtkfilechooserdefault.c:5461 +#: gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "أنشئ في ال_مجلّد:" -#: ../gtk/gtkfilechooserdefault.c:7151 +#: gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "تعذّر الانتقال إلى المجلّد لأنه غير محلي" -#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 +#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "الاختصار %s موجود مسبقا" -#: ../gtk/gtkfilechooserdefault.c:7887 +#: gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "الاختصار %s غير موجود" -#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 +#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "هناك ملف باسم \"%s\" موجود حاليا. أتريد استبداله؟" -#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 +#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "الملف موجود بالفعل في \"%s\". استبداله سيكتب فوق محتواه." -#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 +#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "است_بدِل" -#: ../gtk/gtkfilechooserdefault.c:8914 +#: gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "تعذّر تشغيل عملية البحث" -#: ../gtk/gtkfilechooserdefault.c:8915 +#: gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." msgstr "" "لم يمكن للبرنامج أن ينشئ اتصالا بخادوم الفهرسة. الرجاء التأكد من أنه مشتغل." -#: ../gtk/gtkfilechooserdefault.c:8929 +#: gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "تعذّر إرسال طلب البحث" #. Label -#: ../gtk/gtkfilechooserdefault.c:9396 +#: gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "ا_بحث:" -#: ../gtk/gtkfilechooserdefault.c:10349 +#: gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "تعذّر وصْل %s" -#: ../gtk/gtkfilechooserdefault.c:11024 +#: gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "اكتب اسما للمجلد الجديد" -#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 -#: ../gtk/gtkfilechooserdefault.c:11295 +#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 +#: gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "مجهول" -#: ../gtk/gtkfilechooserdefault.c:11242 +#: gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%OH:%OM" -#: ../gtk/gtkfilechooserdefault.c:11244 +#: gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "أمس في %OH:%OM" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 +#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "مسار غير صحيح" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1095 +#: gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "لا تطابق" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1106 +#: gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "مجرد اكتمال" @@ -1855,13 +1848,13 @@ msgstr "مجرد اكتمال" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: ../gtk/gtkfilechooserentry.c:1122 +#: gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "مكتمل، لكن ليس فريدا" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: ../gtk/gtkfilechooserentry.c:1154 +#: gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "يجري الإكمال..." @@ -1869,7 +1862,7 @@ msgstr "يجري الإكمال..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 +#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "" @@ -1877,42 +1870,42 @@ msgstr "" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: ../gtk/gtkfilechooserentry.c:1185 +#: gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: ../gtk/gtkfilechooserentry.c:1196 +#: gtk/gtkfilechooserentry.c:1196 #, fuzzy msgid "Path does not exist" msgstr "الاختصار %s غير موجود" -#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 -#: ../gtk/gtkfilesel.c:1358 +#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 +#: gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "خطأ أثناء إنشاء المجلد '%s': %s" -#: ../gtk/gtkfilesel.c:694 +#: gtk/gtkfilesel.c:694 msgid "Folders" msgstr "مجلّدات" -#: ../gtk/gtkfilesel.c:698 +#: gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_مجلّدات" -#: ../gtk/gtkfilesel.c:734 +#: gtk/gtkfilesel.c:734 msgid "_Files" msgstr "م_لفات" -#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 +#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "المجلّد غير مقروء: %s" -#: ../gtk/gtkfilesel.c:905 +#: gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1922,88 +1915,88 @@ msgstr "" "الملف \"%s\" موجود في جهاز آخر (باسم %s) وقد لا يكون متوفّرًا لهذا البرنامج.\n" "أمتأكّد أنّك تريد اختياره؟" -#: ../gtk/gtkfilesel.c:1020 +#: gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "مجلّد _جديد" -#: ../gtk/gtkfilesel.c:1031 +#: gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "ا_حذِف ملف" -#: ../gtk/gtkfilesel.c:1042 +#: gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_غيّر اسم الملف" -#: ../gtk/gtkfilesel.c:1347 +#: gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "اسم المجلّد \"%s\" يحوي رموزًا غير مسموح باستخدامها في أسماء الملفات" -#: ../gtk/gtkfilesel.c:1392 +#: gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "مجلّد جديد" -#: ../gtk/gtkfilesel.c:1407 +#: gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "ا_سم المجلّد:" -#: ../gtk/gtkfilesel.c:1431 +#: gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "ان_شئ" -#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 +#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "اسم الملف \"%s\" يحوي رموزا غير مسموح باستخدامها في أسماء الملفات" -#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 +#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "خطأ أثناء حذف الملف '%s': %s" -#: ../gtk/gtkfilesel.c:1530 +#: gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "أتريد حقًا حذف الملف \"%s\"؟" -#: ../gtk/gtkfilesel.c:1535 +#: gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "احذف الملف" -#: ../gtk/gtkfilesel.c:1583 +#: gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "خطأ أثناء تغيير اسم الملف إلى \"%s\": %s" -#: ../gtk/gtkfilesel.c:1596 +#: gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "خطأ أثناء تغيير اسم الملف \"%s\": %s" -#: ../gtk/gtkfilesel.c:1605 +#: gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "خطأ أثناء تغيير اسم الملف \"%s\" كـ \"%s\": %s" -#: ../gtk/gtkfilesel.c:1652 +#: gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "غيّر اسم الملف" -#: ../gtk/gtkfilesel.c:1667 +#: gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "غيّر اسم الملف \"%s\" إلى:" -#: ../gtk/gtkfilesel.c:1696 +#: gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_غيّر الاسم" -#: ../gtk/gtkfilesel.c:2128 +#: gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "الا_ختيار:" -#: ../gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2012,15 +2005,15 @@ msgstr "" "تعذّر تحويل اسم الملف \"%s\" إلى UTF-8 (حاول ضبط المتغير البيئي " "G_BROKEN_FILENAMES): %s" -#: ../gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 غير سليم" -#: ../gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "الاسم طويل جدًا" -#: ../gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "تعذّر تحويل اسم الملف" @@ -2029,75 +2022,75 @@ msgstr "تعذّر تحويل اسم الملف" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: ../gtk/gtkfilesystem.c:52 +#: gtk/gtkfilesystem.c:52 msgid "File System" msgstr "نظام ملفات" -#: ../gtk/gtkfilesystemmodel.c:700 +#: gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "تعذّر معرفة المجلّد الجذر" -#: ../gtk/gtkfilesystemmodel.c:1301 +#: gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(فارغ)" -#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 +#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "اختر خطًا" #. Initialize fields -#: ../gtk/gtkfontbutton.c:260 +#: gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:785 +#: gtk/gtkfontbutton.c:785 msgid "Font" msgstr "الخطّ" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: ../gtk/gtkfontsel.c:75 +#: gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "أبجد هوز حطي كلمن abcdefg ABCDEFG" -#: ../gtk/gtkfontsel.c:343 +#: gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "ال_عائلة:" -#: ../gtk/gtkfontsel.c:349 +#: gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "الأ_سلوب:" -#: ../gtk/gtkfontsel.c:355 +#: gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "ال_حجم:" #. create the text entry widget -#: ../gtk/gtkfontsel.c:532 +#: gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_معاينة:" -#: ../gtk/gtkfontsel.c:1649 +#: gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "اختيار الخط" -#: ../gtk/gtkgamma.c:408 +#: gtk/gtkgamma.c:408 msgid "Gamma" msgstr "غاما" -#: ../gtk/gtkgamma.c:418 +#: gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "قيمة _غاما" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: ../gtk/gtkiconfactory.c:1404 +#: gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "خطأ أثناء تحميل الأيقونة: %s" -#: ../gtk/gtkicontheme.c:1363 +#: gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2110,140 +2103,140 @@ msgstr "" "يمكنك جلب نسخة من:\n" "\t%s" -#: ../gtk/gtkicontheme.c:1543 +#: gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "الأيقونة '%s' غير موجودة في السِمة" -#: ../gtk/gtkicontheme.c:3074 +#: gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "فشل تحميل الأيقونة" -#: ../gtk/gtkimmodule.c:527 +#: gtk/gtkimmodule.c:527 msgid "Simple" msgstr "بسيط" -#: ../gtk/gtkimmulticontext.c:541 +#: gtk/gtkimmulticontext.c:541 #, fuzzy msgctxt "input method menu" msgid "System" msgstr "نظام ملفات" -#: ../gtk/gtkimmulticontext.c:625 +#: gtk/gtkimmulticontext.c:625 #, fuzzy, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "%s (%s)" -#: ../gtk/gtkinputdialog.c:192 +#: gtk/gtkinputdialog.c:192 msgid "Input" msgstr "الدخْل" -#: ../gtk/gtkinputdialog.c:207 +#: gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "أجهزة دخْل دون امتدادات" -#: ../gtk/gtkinputdialog.c:220 +#: gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_جهاز:" -#: ../gtk/gtkinputdialog.c:237 +#: gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "معطّل" -#: ../gtk/gtkinputdialog.c:244 +#: gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "شاشة" -#: ../gtk/gtkinputdialog.c:251 +#: gtk/gtkinputdialog.c:251 msgid "Window" msgstr "نافذة" -#: ../gtk/gtkinputdialog.c:258 +#: gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_نمط:" #. The axis listbox -#: ../gtk/gtkinputdialog.c:279 +#: gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "محاور" #. Keys listbox -#: ../gtk/gtkinputdialog.c:297 +#: gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "مفاتيح" -#: ../gtk/gtkinputdialog.c:524 +#: gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_س:" -#: ../gtk/gtkinputdialog.c:525 +#: gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_ص:" -#: ../gtk/gtkinputdialog.c:526 +#: gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "ال_ضغط:" -#: ../gtk/gtkinputdialog.c:527 +#: gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "_ميل س:" -#: ../gtk/gtkinputdialog.c:528 +#: gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "مي_ل ص:" -#: ../gtk/gtkinputdialog.c:529 +#: gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_عجلة:" -#: ../gtk/gtkinputdialog.c:581 +#: gtk/gtkinputdialog.c:581 msgid "none" msgstr "لا شيء" -#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 +#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(معطّل)" -#: ../gtk/gtkinputdialog.c:647 +#: gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(مجهول)" #. and clear button -#: ../gtk/gtkinputdialog.c:751 +#: gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "ا_مسح" -#: ../gtk/gtklinkbutton.c:428 +#: gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "ا_نسخ المسار" -#: ../gtk/gtklinkbutton.c:586 +#: gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "عنوان غير صحيح" #. Description of --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:450 +#: gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "حمّل وحدات ج‌ت‌ك+ إضافية" #. Placeholder in --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:451 +#: gtk/gtkmain.c:451 msgid "MODULES" msgstr "وحدات" #. Description of --g-fatal-warnings in --help output -#: ../gtk/gtkmain.c:453 +#: gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "اجعل جميع التحذيرات قاتلة" #. Description of --gtk-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:456 +#: gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "شارات تنقيح ج‌ت‌ك+ التي ستضبط" #. Description of --gtk-no-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:459 +#: gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "شارات تنقيح ج‌ت‌ك+ التي ستُصفّر" @@ -2252,66 +2245,65 @@ msgstr "شارات تنقيح ج‌ت‌ك+ التي ستُصفّر" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: ../gtk/gtkmain.c:707 +#: gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:RTL" -#: ../gtk/gtkmain.c:773 +#: gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "غير قادر على فتح العرض: %s" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "خيارات ج‌ت‌ك+" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "اعرض خيارات ج‌ت‌ك+" -#: ../gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "ا_تّصل" -#: ../gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "اتصل _مجهولا" -#: ../gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "اتصل كم_ستخدم" -#: ../gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "اسم المست_خدم:" -#: ../gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "الن_طاق:" -#: ../gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_كلمة السر:" -#: ../gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "انس كلمة السر _حالاً" -#: ../gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "_تذكر كلمة السر حتى الخروج" -#: ../gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "تذكر للأب_د" -#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 +#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "صفحة %Iu" -#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 -#: ../gtk/gtkpapersize.c:867 +#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "ملف تثبيت صفحة غير سليم" @@ -2321,11 +2313,11 @@ msgstr "ملف تثبيت صفحة غير سليم" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: ../gtk/gtkpagesetupunixdialog.c:152 +#: gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: ../gtk/gtkpagesetupunixdialog.c:308 +#: gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2333,15 +2325,15 @@ msgstr "" "أي طابعة\n" "للوثائق القابلة للنقل" -#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 +#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "مم" -#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 +#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "بوصة" -#: ../gtk/gtkpagesetupunixdialog.c:915 +#: gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2356,88 +2348,88 @@ msgstr "" "فوق: %s %s\n" "تحت: %s %s" -#: ../gtk/gtkpagesetupunixdialog.c:964 +#: gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "أدِر المقاسات المخصّصة..." -#: ../gtk/gtkpagesetupunixdialog.c:1012 +#: gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_صيغة:" -#: ../gtk/gtkpagesetupunixdialog.c:1034 +#: gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_مقاس الورقة:" -#: ../gtk/gtkpagesetupunixdialog.c:1065 +#: gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "الا_تجاه:" -#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "إعداد الصفحة" -#: ../gtk/gtkpagesetupunixdialog.c:1448 +#: gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "الحواف من الطابعة..." -#: ../gtk/gtkpagesetupunixdialog.c:1608 +#: gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "مقاس مخصّص %Id" -#: ../gtk/gtkpagesetupunixdialog.c:1837 +#: gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "أدِر المقاسات المخصّصة" -#: ../gtk/gtkpagesetupunixdialog.c:1933 +#: gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "ال_عرض:" -#: ../gtk/gtkpagesetupunixdialog.c:1945 +#: gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "الا_رتفاع:" -#: ../gtk/gtkpagesetupunixdialog.c:1957 +#: gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "مقاس الورقة" -#: ../gtk/gtkpagesetupunixdialog.c:1967 +#: gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_فوق:" -#: ../gtk/gtkpagesetupunixdialog.c:1979 +#: gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_تحت:" -#: ../gtk/gtkpagesetupunixdialog.c:1991 +#: gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_يسار:" -#: ../gtk/gtkpagesetupunixdialog.c:2003 +#: gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_يمين:" -#: ../gtk/gtkpagesetupunixdialog.c:2044 +#: gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "حواف الورق" -#: ../gtk/gtkpathbar.c:151 +#: gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "المسار العلوي" -#: ../gtk/gtkpathbar.c:153 +#: gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "المسار السفلي" -#: ../gtk/gtkpathbar.c:1472 +#: gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "جذر نظام الملفات" -#: ../gtk/gtkprinteroptionwidget.c:693 +#: gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "غير متوفر" -#: ../gtk/gtkprinteroptionwidget.c:808 +#: gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "ا_حفظ في مجلّد:" @@ -2445,181 +2437,186 @@ msgstr "ا_حفظ في مجلّد:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: ../gtk/gtkprintoperation.c:175 +#: gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s مهمّة #%Id" -#: ../gtk/gtkprintoperation.c:1517 +#: gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "" -#: ../gtk/gtkprintoperation.c:1518 +#: gtk/gtkprintoperation.c:1518 #, fuzzy msgctxt "print operation status" msgid "Preparing to print" msgstr "يجري تحضير %Id" -#: ../gtk/gtkprintoperation.c:1519 +#: gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "" -#: ../gtk/gtkprintoperation.c:1520 +#: gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "" -#: ../gtk/gtkprintoperation.c:1521 +#: gtk/gtkprintoperation.c:1521 #, fuzzy msgctxt "print operation status" msgid "Waiting" msgstr "تحذير" -#: ../gtk/gtkprintoperation.c:1522 +#: gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "" -#: ../gtk/gtkprintoperation.c:1523 +#: gtk/gtkprintoperation.c:1523 #, fuzzy msgctxt "print operation status" msgid "Printing" msgstr "يجري طباعة %Id" -#: ../gtk/gtkprintoperation.c:1524 +#: gtk/gtkprintoperation.c:1524 #, fuzzy msgctxt "print operation status" msgid "Finished" msgstr "يجري الإنهاء" -#: ../gtk/gtkprintoperation.c:1525 +#: gtk/gtkprintoperation.c:1525 #, fuzzy msgctxt "print operation status" msgid "Finished with error" msgstr "تم مع خطأ" -#: ../gtk/gtkprintoperation.c:2048 +#: gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "يجري تحضير %Id" -#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 +#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 +#, c-format msgid "Preparing" msgstr "يجري التحضير" -#: ../gtk/gtkprintoperation.c:2053 +#: gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "يجري طباعة %Id" -#: ../gtk/gtkprintoperation.c:2411 +#: gtk/gtkprintoperation.c:2411 +#, c-format msgid "Error creating print preview" msgstr "حدث خطأ أثناء إنشاء معاينة الطباعة" -#: ../gtk/gtkprintoperation.c:2414 +#: gtk/gtkprintoperation.c:2414 +#, c-format msgid "The most probable reason is that a temporary file could not be created." msgstr "إن السبب الأكثر احتمالاً هو عدم القدرة على إنشاء ملف مؤقت." -#: ../gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 +#, c-format msgid "Error launching preview" msgstr "حدث خطأ أثناء بدء المعاينة" -#: ../gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 +#, c-format msgid "Error printing" msgstr "حدث خطأ أثناء الطبع" -#: ../gtk/gtkprintoperation-unix.c:384 ../gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "تطبيق" -#: ../gtk/gtkprintoperation-win32.c:590 +#: gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "الطابعة غير متصلة" -#: ../gtk/gtkprintoperation-win32.c:592 +#: gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "نَفَذ الورق" #. Translators: this is a printer status. -#: ../gtk/gtkprintoperation-win32.c:594 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: gtk/gtkprintoperation-win32.c:594 +#: modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "أُلبِث" -#: ../gtk/gtkprintoperation-win32.c:596 +#: gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "بحاجة لتدخّل المستخدم" -#: ../gtk/gtkprintoperation-win32.c:696 +#: gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "مقاس مخصصّ" -#: ../gtk/gtkprintoperation-win32.c:1517 +#: gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "لم يُعثر على أي طابعة" -#: ../gtk/gtkprintoperation-win32.c:1544 +#: gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "معطى غير صحيح لـ CreateDC" -#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 +#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "خطأ من StartDoc " -#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 -#: ../gtk/gtkprintoperation-win32.c:1729 +#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 +#: gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "الذاكرة الخالية لا تكفي" -#: ../gtk/gtkprintoperation-win32.c:1734 +#: gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "معطى غير صحيح لـ PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1739 +#: gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "مؤشّر غير صحيح ل PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1744 +#: gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "معالج غير صحيح ل PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1749 +#: gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "خطأ غير محدد" -#: ../gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "الطابعة" #. Translators: this is the header for the location column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "الموقع" #. Translators: this is the header for the printer status column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "الحالة" -#: ../gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "المدى" -#: ../gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_كل الصفحات" -#: ../gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "الصفحة ال_حالية" -#: ../gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_صفحات:" -#: ../gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2627,239 +2624,249 @@ msgstr "" "حدد مدى أو أكثر من أرقام الصفحات،\n" " مثلا: 1-3,7,11" -#: ../gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_صفحات:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "نُسَخْ" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: ../gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "نُسَ_خ:" -#: ../gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_صفحة بصفحة" -#: ../gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "م_قلوب" -#: ../gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "عامّ" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: ../gtk/gtkprintunixdialog.c:2442 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: gtk/gtkprintunixdialog.c:2439 +#: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "ترتيب الصفحات" -#: ../gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "اليسار إلى اليمين" -#: ../gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "اليمين إلى اليسار" -#: ../gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "التصميم" -#: ../gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "ذو _وجهين:" -#: ../gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "الصفحات لكل _جهة:" -#: ../gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "_ترتيب الصفحات:" -#: ../gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "اطبع _فقط:" #. In enum order -#: ../gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "كل الورقات" -#: ../gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "الورقات الزوجية" -#: ../gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "الورقات الفردية" -#: ../gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_المقياس:" -#: ../gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "ورق" -#: ../gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "نوع الورق:" -#: ../gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_مصدر الورق:" -#: ../gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_لوحة الخرْج:" -#: ../gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "تفاصيل المهمّة" -#: ../gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "الأو_لوية:" -#: ../gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr " _معلومات الدفع:" -#: ../gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "اطبع المستند" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "الآ_ن" -#: ../gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_في:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: ../gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: ../gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "قيد الان_تظار" -#: ../gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: ../gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "أضِف صفحة غلاف" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "ق_بل:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "ب_عد:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "مَهمّة" -#: ../gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "متقدّم" -#: ../gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "جودة الصورة" -#: ../gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "اللون" -#: ../gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "يجري الإنهاء" -#: ../gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "بعض الإعدادات في الحوار تتعارض" -#: ../gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "اطبع" -#: ../gtk/gtkrc.c:2874 +#: gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "تعذّر العثور على ملف الاحتواء: \"%s\"" -#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 +#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "تعذّر إيجاد موقع ملف الصورة في pixmap_path: \"%s\"" -#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 -#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 +#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 +#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "هذه الوظيفة غير مدعومة للنوع '%s'" -#: ../gtk/gtkrecentchooserdefault.c:481 +#: gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "اختر أنواع المستندات التي ستعرض" -#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 +#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "لا يوجد عنصر للعنوان '%s'" -#: ../gtk/gtkrecentchooserdefault.c:1298 +#: gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "مرشّح من دون عنوان" -#: ../gtk/gtkrecentchooserdefault.c:1651 +#: gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "تعذّر حذف عنصر" -#: ../gtk/gtkrecentchooserdefault.c:1695 +#: gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "تعذّر مسح القائمة" -#: ../gtk/gtkrecentchooserdefault.c:1779 +#: gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "ا_نسخ الموقع" -#: ../gtk/gtkrecentchooserdefault.c:1792 +#: gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "ا_حذف من القائمة" -#: ../gtk/gtkrecentchooserdefault.c:1801 +#: gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "ا_مسح القائمة" -#: ../gtk/gtkrecentchooserdefault.c:1815 +#: gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "أظهِر الموارِد ال_خاصة" @@ -2873,21 +2880,21 @@ msgstr "أظهِر الموارِد ال_خاصة" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: ../gtk/gtkrecentchoosermenu.c:342 +#: gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "لم يُعثر على أي عنصر" -#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 +#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "لا توجد موارد حديثة الاستخدام بالعنوان `%s'" -#: ../gtk/gtkrecentchoosermenu.c:775 +#: gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "افتح '%s'" -#: ../gtk/gtkrecentchoosermenu.c:805 +#: gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "عنصر مجهول" @@ -2896,7 +2903,7 @@ msgstr "عنصر مجهول" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: ../gtk/gtkrecentchoosermenu.c:816 +#: gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2905,40 +2912,40 @@ msgstr "" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: ../gtk/gtkrecentchoosermenu.c:821 +#: gtk/gtkrecentchoosermenu.c:821 #, fuzzy, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%s (%s)" -#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 -#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 -#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 -#: ../gtk/gtkrecentmanager.c:1258 +#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 +#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 +#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 +#: gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "لا يُمكن العثور على عنصر بالعنوان '%s'" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: ../gtk/gtkstock.c:288 +#: gtk/gtkstock.c:288 #, fuzzy msgctxt "Stock label" msgid "Information" msgstr "معلومات" -#: ../gtk/gtkstock.c:289 +#: gtk/gtkstock.c:289 #, fuzzy msgctxt "Stock label" msgid "Warning" msgstr "تحذير" -#: ../gtk/gtkstock.c:290 +#: gtk/gtkstock.c:290 #, fuzzy msgctxt "Stock label" msgid "Error" msgstr "خطأ" -#: ../gtk/gtkstock.c:291 +#: gtk/gtkstock.c:291 #, fuzzy msgctxt "Stock label" msgid "Question" @@ -2947,778 +2954,778 @@ msgstr "سؤال" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: ../gtk/gtkstock.c:296 +#: gtk/gtkstock.c:296 #, fuzzy msgctxt "Stock label" msgid "_About" msgstr "_عنْ" -#: ../gtk/gtkstock.c:297 +#: gtk/gtkstock.c:297 #, fuzzy msgctxt "Stock label" msgid "_Add" msgstr "أ_ضف" -#: ../gtk/gtkstock.c:298 +#: gtk/gtkstock.c:298 #, fuzzy msgctxt "Stock label" msgid "_Apply" msgstr "_طبّق" -#: ../gtk/gtkstock.c:299 +#: gtk/gtkstock.c:299 #, fuzzy msgctxt "Stock label" msgid "_Bold" msgstr "_عريض" -#: ../gtk/gtkstock.c:300 +#: gtk/gtkstock.c:300 #, fuzzy msgctxt "Stock label" msgid "_Cancel" msgstr "أل_غِ" -#: ../gtk/gtkstock.c:301 +#: gtk/gtkstock.c:301 #, fuzzy msgctxt "Stock label" msgid "_CD-Rom" msgstr "ا_سطوانة" -#: ../gtk/gtkstock.c:302 +#: gtk/gtkstock.c:302 #, fuzzy msgctxt "Stock label" msgid "_Clear" msgstr "ا_مسح" -#: ../gtk/gtkstock.c:303 +#: gtk/gtkstock.c:303 #, fuzzy msgctxt "Stock label" msgid "_Close" msgstr "أ_غلق" -#: ../gtk/gtkstock.c:304 +#: gtk/gtkstock.c:304 #, fuzzy msgctxt "Stock label" msgid "C_onnect" msgstr "ا_تّصل" -#: ../gtk/gtkstock.c:305 +#: gtk/gtkstock.c:305 #, fuzzy msgctxt "Stock label" msgid "_Convert" msgstr "_حوّل" -#: ../gtk/gtkstock.c:306 +#: gtk/gtkstock.c:306 #, fuzzy msgctxt "Stock label" msgid "_Copy" msgstr "ا_نسخ" -#: ../gtk/gtkstock.c:307 +#: gtk/gtkstock.c:307 #, fuzzy msgctxt "Stock label" msgid "Cu_t" msgstr "_قصّ" -#: ../gtk/gtkstock.c:308 +#: gtk/gtkstock.c:308 #, fuzzy msgctxt "Stock label" msgid "_Delete" msgstr "ا_حذف" -#: ../gtk/gtkstock.c:309 +#: gtk/gtkstock.c:309 #, fuzzy msgctxt "Stock label" msgid "_Discard" msgstr "ت_جاهل" -#: ../gtk/gtkstock.c:310 +#: gtk/gtkstock.c:310 #, fuzzy msgctxt "Stock label" msgid "_Disconnect" msgstr "ا_قطع الاتصال" -#: ../gtk/gtkstock.c:311 +#: gtk/gtkstock.c:311 #, fuzzy msgctxt "Stock label" msgid "_Execute" msgstr "_نفِّذ" -#: ../gtk/gtkstock.c:312 +#: gtk/gtkstock.c:312 #, fuzzy msgctxt "Stock label" msgid "_Edit" msgstr "_حرِّر" -#: ../gtk/gtkstock.c:313 +#: gtk/gtkstock.c:313 #, fuzzy msgctxt "Stock label" msgid "_Find" msgstr "ا_بحث" -#: ../gtk/gtkstock.c:314 +#: gtk/gtkstock.c:314 #, fuzzy msgctxt "Stock label" msgid "Find and _Replace" msgstr "ابحث وا_ستبدِل" -#: ../gtk/gtkstock.c:315 +#: gtk/gtkstock.c:315 #, fuzzy msgctxt "Stock label" msgid "_Floppy" msgstr "ق_رص مرن" -#: ../gtk/gtkstock.c:316 +#: gtk/gtkstock.c:316 #, fuzzy msgctxt "Stock label" msgid "_Fullscreen" msgstr "ملء ال_شاشة" -#: ../gtk/gtkstock.c:317 +#: gtk/gtkstock.c:317 #, fuzzy msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_غادر ملء الشاشة" #. This is a navigation label as in "go to the bottom of the page" -#: ../gtk/gtkstock.c:319 +#: gtk/gtkstock.c:319 #, fuzzy msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_تحت:" #. This is a navigation label as in "go to the first page" -#: ../gtk/gtkstock.c:321 +#: gtk/gtkstock.c:321 #, fuzzy msgctxt "Stock label, navigation" msgid "_First" msgstr "م_لفات" #. This is a navigation label as in "go to the last page" -#: ../gtk/gtkstock.c:323 +#: gtk/gtkstock.c:323 #, fuzzy msgctxt "Stock label, navigation" msgid "_Last" msgstr "ا_لصق" #. This is a navigation label as in "go to the top of the page" -#: ../gtk/gtkstock.c:325 +#: gtk/gtkstock.c:325 #, fuzzy msgctxt "Stock label, navigation" msgid "_Top" msgstr "_فوق:" #. This is a navigation label as in "go back" -#: ../gtk/gtkstock.c:327 +#: gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "" #. This is a navigation label as in "go down" -#: ../gtk/gtkstock.c:329 +#: gtk/gtkstock.c:329 #, fuzzy msgctxt "Stock label, navigation" msgid "_Down" msgstr "الآ_ن" #. This is a navigation label as in "go forward" -#: ../gtk/gtkstock.c:331 +#: gtk/gtkstock.c:331 #, fuzzy msgctxt "Stock label, navigation" msgid "_Forward" msgstr "أ_مام" #. This is a navigation label as in "go up" -#: ../gtk/gtkstock.c:333 +#: gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "" -#: ../gtk/gtkstock.c:334 +#: gtk/gtkstock.c:334 #, fuzzy msgctxt "Stock label" msgid "_Harddisk" msgstr "قرص _صلب" -#: ../gtk/gtkstock.c:335 +#: gtk/gtkstock.c:335 #, fuzzy msgctxt "Stock label" msgid "_Help" msgstr "_مساعدة" -#: ../gtk/gtkstock.c:336 +#: gtk/gtkstock.c:336 #, fuzzy msgctxt "Stock label" msgid "_Home" msgstr "ال_منزل" -#: ../gtk/gtkstock.c:337 +#: gtk/gtkstock.c:337 #, fuzzy msgctxt "Stock label" msgid "Increase Indent" msgstr "زِد المحاذاة" -#: ../gtk/gtkstock.c:338 +#: gtk/gtkstock.c:338 #, fuzzy msgctxt "Stock label" msgid "Decrease Indent" msgstr "اخفض المحاذاة" -#: ../gtk/gtkstock.c:339 +#: gtk/gtkstock.c:339 #, fuzzy msgctxt "Stock label" msgid "_Index" msgstr "_فهرس" -#: ../gtk/gtkstock.c:340 +#: gtk/gtkstock.c:340 #, fuzzy msgctxt "Stock label" msgid "_Information" msgstr "_معلومات" -#: ../gtk/gtkstock.c:341 +#: gtk/gtkstock.c:341 #, fuzzy msgctxt "Stock label" msgid "_Italic" msgstr "_مائل" -#: ../gtk/gtkstock.c:342 +#: gtk/gtkstock.c:342 #, fuzzy msgctxt "Stock label" msgid "_Jump to" msgstr "ا_قفز إلى" #. This is about text justification, "centered text" -#: ../gtk/gtkstock.c:344 +#: gtk/gtkstock.c:344 #, fuzzy msgctxt "Stock label" msgid "_Center" msgstr "_حوّل" #. This is about text justification -#: ../gtk/gtkstock.c:346 +#: gtk/gtkstock.c:346 #, fuzzy msgctxt "Stock label" msgid "_Fill" msgstr "م_لفات" #. This is about text justification, "left-justified text" -#: ../gtk/gtkstock.c:348 +#: gtk/gtkstock.c:348 #, fuzzy msgctxt "Stock label" msgid "_Left" msgstr "_يسار:" #. This is about text justification, "right-justified text" -#: ../gtk/gtkstock.c:350 +#: gtk/gtkstock.c:350 #, fuzzy msgctxt "Stock label" msgid "_Right" msgstr "_يمين:" #. Media label, as in "fast forward" -#: ../gtk/gtkstock.c:353 +#: gtk/gtkstock.c:353 #, fuzzy msgctxt "Stock label, media" msgid "_Forward" msgstr "أ_مام" #. Media label, as in "next song" -#: ../gtk/gtkstock.c:355 +#: gtk/gtkstock.c:355 #, fuzzy msgctxt "Stock label, media" msgid "_Next" msgstr "_جديد" #. Media label, as in "pause music" -#: ../gtk/gtkstock.c:357 +#: gtk/gtkstock.c:357 #, fuzzy msgctxt "Stock label, media" msgid "P_ause" msgstr "أُلبِث" #. Media label, as in "play music" -#: ../gtk/gtkstock.c:359 +#: gtk/gtkstock.c:359 #, fuzzy msgctxt "Stock label, media" msgid "_Play" msgstr "أ_ماكن" #. Media label, as in "previous song" -#: ../gtk/gtkstock.c:361 +#: gtk/gtkstock.c:361 #, fuzzy msgctxt "Stock label, media" msgid "Pre_vious" msgstr "ال_سابق" #. Media label -#: ../gtk/gtkstock.c:363 +#: gtk/gtkstock.c:363 #, fuzzy msgctxt "Stock label, media" msgid "_Record" msgstr "س_جّل" #. Media label -#: ../gtk/gtkstock.c:365 +#: gtk/gtkstock.c:365 #, fuzzy msgctxt "Stock label, media" msgid "R_ewind" msgstr "_رجوع" #. Media label -#: ../gtk/gtkstock.c:367 +#: gtk/gtkstock.c:367 #, fuzzy msgctxt "Stock label, media" msgid "_Stop" msgstr "_قف" -#: ../gtk/gtkstock.c:368 +#: gtk/gtkstock.c:368 #, fuzzy msgctxt "Stock label" msgid "_Network" msgstr "_شبكة" -#: ../gtk/gtkstock.c:369 +#: gtk/gtkstock.c:369 #, fuzzy msgctxt "Stock label" msgid "_New" msgstr "_جديد" -#: ../gtk/gtkstock.c:370 +#: gtk/gtkstock.c:370 #, fuzzy msgctxt "Stock label" msgid "_No" msgstr "_لا" -#: ../gtk/gtkstock.c:371 +#: gtk/gtkstock.c:371 #, fuzzy msgctxt "Stock label" msgid "_OK" msgstr "_موافق" -#: ../gtk/gtkstock.c:372 +#: gtk/gtkstock.c:372 #, fuzzy msgctxt "Stock label" msgid "_Open" msgstr "ا_فتح" #. Page orientation -#: ../gtk/gtkstock.c:374 +#: gtk/gtkstock.c:374 #, fuzzy msgctxt "Stock label" msgid "Landscape" msgstr "عرضيّ" #. Page orientation -#: ../gtk/gtkstock.c:376 +#: gtk/gtkstock.c:376 #, fuzzy msgctxt "Stock label" msgid "Portrait" msgstr "طوليّ" #. Page orientation -#: ../gtk/gtkstock.c:378 +#: gtk/gtkstock.c:378 #, fuzzy msgctxt "Stock label" msgid "Reverse landscape" msgstr "عرضيّ مقلوب" #. Page orientation -#: ../gtk/gtkstock.c:380 +#: gtk/gtkstock.c:380 #, fuzzy msgctxt "Stock label" msgid "Reverse portrait" msgstr "طوليّ مقلوب" -#: ../gtk/gtkstock.c:381 +#: gtk/gtkstock.c:381 #, fuzzy msgctxt "Stock label" msgid "Page Set_up" msgstr "إعداد ال_صفحة" -#: ../gtk/gtkstock.c:382 +#: gtk/gtkstock.c:382 #, fuzzy msgctxt "Stock label" msgid "_Paste" msgstr "ا_لصق" -#: ../gtk/gtkstock.c:383 +#: gtk/gtkstock.c:383 #, fuzzy msgctxt "Stock label" msgid "_Preferences" msgstr "_التفضيلات" -#: ../gtk/gtkstock.c:384 +#: gtk/gtkstock.c:384 #, fuzzy msgctxt "Stock label" msgid "_Print" msgstr "ا_طبع" -#: ../gtk/gtkstock.c:385 +#: gtk/gtkstock.c:385 #, fuzzy msgctxt "Stock label" msgid "Print Pre_view" msgstr "_معاينة الطباعة" -#: ../gtk/gtkstock.c:386 +#: gtk/gtkstock.c:386 #, fuzzy msgctxt "Stock label" msgid "_Properties" msgstr "_الخصائص" -#: ../gtk/gtkstock.c:387 +#: gtk/gtkstock.c:387 #, fuzzy msgctxt "Stock label" msgid "_Quit" msgstr "أ_نهِ" -#: ../gtk/gtkstock.c:388 +#: gtk/gtkstock.c:388 #, fuzzy msgctxt "Stock label" msgid "_Redo" msgstr "أ_عد" -#: ../gtk/gtkstock.c:389 +#: gtk/gtkstock.c:389 #, fuzzy msgctxt "Stock label" msgid "_Refresh" msgstr "_حدِّث" -#: ../gtk/gtkstock.c:390 +#: gtk/gtkstock.c:390 #, fuzzy msgctxt "Stock label" msgid "_Remove" msgstr "ا_حذِف" -#: ../gtk/gtkstock.c:391 +#: gtk/gtkstock.c:391 #, fuzzy msgctxt "Stock label" msgid "_Revert" msgstr "ا_عكس" -#: ../gtk/gtkstock.c:392 +#: gtk/gtkstock.c:392 #, fuzzy msgctxt "Stock label" msgid "_Save" msgstr "ا_حفظ" -#: ../gtk/gtkstock.c:393 +#: gtk/gtkstock.c:393 #, fuzzy msgctxt "Stock label" msgid "Save _As" msgstr "احفظ با_سم" -#: ../gtk/gtkstock.c:394 +#: gtk/gtkstock.c:394 #, fuzzy msgctxt "Stock label" msgid "Select _All" msgstr "اختر ال_كل" -#: ../gtk/gtkstock.c:395 +#: gtk/gtkstock.c:395 #, fuzzy msgctxt "Stock label" msgid "_Color" msgstr "_اللون" -#: ../gtk/gtkstock.c:396 +#: gtk/gtkstock.c:396 #, fuzzy msgctxt "Stock label" msgid "_Font" msgstr "_الخط" #. Sorting direction -#: ../gtk/gtkstock.c:398 +#: gtk/gtkstock.c:398 #, fuzzy msgctxt "Stock label" msgid "_Ascending" msgstr "_تصاعدي" #. Sorting direction -#: ../gtk/gtkstock.c:400 +#: gtk/gtkstock.c:400 #, fuzzy msgctxt "Stock label" msgid "_Descending" msgstr "_تنازلي" -#: ../gtk/gtkstock.c:401 +#: gtk/gtkstock.c:401 #, fuzzy msgctxt "Stock label" msgid "_Spell Check" msgstr "_تدقيق إملائي" -#: ../gtk/gtkstock.c:402 +#: gtk/gtkstock.c:402 #, fuzzy msgctxt "Stock label" msgid "_Stop" msgstr "_قف" #. Font variant -#: ../gtk/gtkstock.c:404 +#: gtk/gtkstock.c:404 #, fuzzy msgctxt "Stock label" msgid "_Strikethrough" msgstr "اش_طب" -#: ../gtk/gtkstock.c:405 +#: gtk/gtkstock.c:405 #, fuzzy msgctxt "Stock label" msgid "_Undelete" msgstr "_تراجع عن الحذف" #. Font variant -#: ../gtk/gtkstock.c:407 +#: gtk/gtkstock.c:407 #, fuzzy msgctxt "Stock label" msgid "_Underline" msgstr "_سطِّر" -#: ../gtk/gtkstock.c:408 +#: gtk/gtkstock.c:408 #, fuzzy msgctxt "Stock label" msgid "_Undo" msgstr "_تراجع" -#: ../gtk/gtkstock.c:409 +#: gtk/gtkstock.c:409 #, fuzzy msgctxt "Stock label" msgid "_Yes" msgstr "_نعم" #. Zoom -#: ../gtk/gtkstock.c:411 +#: gtk/gtkstock.c:411 #, fuzzy msgctxt "Stock label" msgid "_Normal Size" msgstr "_الحجم العادي" #. Zoom -#: ../gtk/gtkstock.c:413 +#: gtk/gtkstock.c:413 #, fuzzy msgctxt "Stock label" msgid "Best _Fit" msgstr "أفضل _ملاءمة" -#: ../gtk/gtkstock.c:414 +#: gtk/gtkstock.c:414 #, fuzzy msgctxt "Stock label" msgid "Zoom _In" msgstr "_قرّب" -#: ../gtk/gtkstock.c:415 +#: gtk/gtkstock.c:415 #, fuzzy msgctxt "Stock label" msgid "Zoom _Out" msgstr "_بعّد" -#: ../gtk/gtktextbufferrichtext.c:651 +#: gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "حدث خطأ مجهول عند محاولة فتح %s" -#: ../gtk/gtktextbufferrichtext.c:710 +#: gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "لا وظيفة تفكيك موجودة للنوع %s" -#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 +#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "كلا \"id\" و \"name\" لم يعثر عليهما في العنصر <%s>" -#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 +#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "الصفة \"%s\" معادة مرتان في نفس العنصر <%s>" -#: ../gtk/gtktextbufferserialize.c:846 +#: gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "العنصر <%s> له رقم هوية غير صحيح \"%s\"" -#: ../gtk/gtktextbufferserialize.c:856 +#: gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "العنصر <%s> ليس له لا صفة \"name\" ولا \"id\"" -#: ../gtk/gtktextbufferserialize.c:943 +#: gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "الصفة \"%s\" مكررة مرتان في نفس العنصر <%s>" -#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 +#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "الصفة \"%s\" خاطئة في العنصر <%s> في هذا السياق" -#: ../gtk/gtktextbufferserialize.c:1022 +#: gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "لم يتم تعريف الشّارة \"%s\"." -#: ../gtk/gtktextbufferserialize.c:1034 +#: gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "وُجِد وسم مجهول و لا يمكن إنشاؤه." -#: ../gtk/gtktextbufferserialize.c:1045 +#: gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "الوسم \"%s\" غير موجود في النص و لا يمكن إنشاؤه." -#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 -#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 +#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 +#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "العنصر <%s> غير مسموح به تحت <%s>" -#: ../gtk/gtktextbufferserialize.c:1175 +#: gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" قيمة غير سليمة لصفة" -#: ../gtk/gtktextbufferserialize.c:1183 +#: gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" قيمة غير سليمة لاسم صفة" -#: ../gtk/gtktextbufferserialize.c:1193 +#: gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "لا يمكن تحويل \"%s\" إلى قيمة من نوع \"%s\" للخاصية \"%s\"" -#: ../gtk/gtktextbufferserialize.c:1202 +#: gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" قيمة غير سليمة لاسم الصفة \"%s\"" -#: ../gtk/gtktextbufferserialize.c:1285 +#: gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "الوسم \"%s\" معرف مسبقًا" -#: ../gtk/gtktextbufferserialize.c:1296 +#: gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "الوسم \"%s\" له خاصية غير صالحة \"%s\"" -#: ../gtk/gtktextbufferserialize.c:1349 +#: gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "العنصر العلوي في نص يجب أن يكون و ليس <%s>" -#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 +#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "عنصر <%s> تم تحديده بالفعل" -#: ../gtk/gtktextbufferserialize.c:1380 +#: gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "العنصر لا يمكن أن يظهر قبل العنصر " -#: ../gtk/gtktextbufferserialize.c:1779 +#: gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "البيانات المرسلة غير صالحة" -#: ../gtk/gtktextbufferserialize.c:1857 +#: gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "البيانات المرسلة غير صالحة. القسم الأول ليس GTKTEXTBUFFERCONTENTS-0001" -#: ../gtk/gtktextutil.c:61 +#: gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "علامة يسار إلى _يمين (LRM)" -#: ../gtk/gtktextutil.c:62 +#: gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "علامة ي_مين إلى يسار (RLM)" -#: ../gtk/gtktextutil.c:63 +#: gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "_غرس يسار إلى يمين (LRE)" -#: ../gtk/gtktextutil.c:64 +#: gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "غ_رس يمين إلى يسار (RLE)" -#: ../gtk/gtktextutil.c:65 +#: gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "_تخطي يسار إلى يمين (LRO)" -#: ../gtk/gtktextutil.c:66 +#: gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "ت_خطي يمين إلى يسار (RLO)" -#: ../gtk/gtktextutil.c:67 +#: gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "أزل تن_سيق الاتجاه (PDF)" -#: ../gtk/gtktextutil.c:68 +#: gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "مسافة _صفرية العرض (ZWS)" -#: ../gtk/gtktextutil.c:69 +#: gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "_واصل صفري العرض (ZWJ)" -#: ../gtk/gtktextutil.c:70 +#: gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "_فاصل صفري العرض (ZWNJ)" -#: ../gtk/gtkthemes.c:71 +#: gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "تعذّر إيجاد محرّك السِمة في module_path: \"%s\"" -#: ../gtk/gtktipsquery.c:188 +#: gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- لا توجد تلميحة ---" -#: ../gtk/gtkuimanager.c:1463 +#: gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "وسم بدء غير متوقّع '%s' عند السطر %Id المحرف %Id" -#: ../gtk/gtkuimanager.c:1553 +#: gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "بيانات محارف غير متوقّعة عند السطر %Id المحرف %Id" -#: ../gtk/gtkuimanager.c:2385 +#: gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "فارغ" -#: ../gtk/gtkvolumebutton.c:73 +#: gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "شدة الصوت" -#: ../gtk/gtkvolumebutton.c:75 +#: gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "يرفع أو يخفض الصوت" -#: ../gtk/gtkvolumebutton.c:78 +#: gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "يضبط الصوت" -#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 +#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "أخفض الصوت" -#: ../gtk/gtkvolumebutton.c:83 +#: gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "يخفض الصوت" -#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 +#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "ارفع الصوت" -#: ../gtk/gtkvolumebutton.c:89 +#: gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "يرفع الصوت" -#: ../gtk/gtkvolumebutton.c:147 +#: gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "صامت" -#: ../gtk/gtkvolumebutton.c:151 +#: gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "شدة الصوت القصوى" @@ -3727,983 +3734,983 @@ msgstr "شدة الصوت القصوى" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: ../gtk/gtkvolumebutton.c:164 +#: gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "" -#: ../gtk/paper_names_offsets.c:4 +#: gtk/paper_names_offsets.c:4 #, fuzzy msgctxt "paper size" msgid "asme_f" msgstr "الا_سم" -#: ../gtk/paper_names_offsets.c:5 +#: gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "" -#: ../gtk/paper_names_offsets.c:6 +#: gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "" -#: ../gtk/paper_names_offsets.c:7 +#: gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "" -#: ../gtk/paper_names_offsets.c:8 +#: gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "" -#: ../gtk/paper_names_offsets.c:9 +#: gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "" -#: ../gtk/paper_names_offsets.c:10 +#: gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "" -#: ../gtk/paper_names_offsets.c:11 +#: gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "" -#: ../gtk/paper_names_offsets.c:12 +#: gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "" -#: ../gtk/paper_names_offsets.c:13 +#: gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "" -#: ../gtk/paper_names_offsets.c:14 +#: gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "" -#: ../gtk/paper_names_offsets.c:15 +#: gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "" -#: ../gtk/paper_names_offsets.c:16 +#: gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "" -#: ../gtk/paper_names_offsets.c:17 +#: gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "" -#: ../gtk/paper_names_offsets.c:18 +#: gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "" -#: ../gtk/paper_names_offsets.c:19 +#: gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "" -#: ../gtk/paper_names_offsets.c:20 +#: gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "" -#: ../gtk/paper_names_offsets.c:21 +#: gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "" -#: ../gtk/paper_names_offsets.c:22 +#: gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "" -#: ../gtk/paper_names_offsets.c:23 +#: gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "" -#: ../gtk/paper_names_offsets.c:24 +#: gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "" -#: ../gtk/paper_names_offsets.c:25 +#: gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "" -#: ../gtk/paper_names_offsets.c:26 +#: gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "" -#: ../gtk/paper_names_offsets.c:27 +#: gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "" -#: ../gtk/paper_names_offsets.c:28 +#: gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "" -#: ../gtk/paper_names_offsets.c:29 +#: gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "" -#: ../gtk/paper_names_offsets.c:30 +#: gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "" -#: ../gtk/paper_names_offsets.c:31 +#: gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "" -#: ../gtk/paper_names_offsets.c:32 +#: gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "" -#: ../gtk/paper_names_offsets.c:33 +#: gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "" -#: ../gtk/paper_names_offsets.c:34 +#: gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "" -#: ../gtk/paper_names_offsets.c:35 +#: gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "" -#: ../gtk/paper_names_offsets.c:36 +#: gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "" -#: ../gtk/paper_names_offsets.c:37 +#: gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "" -#: ../gtk/paper_names_offsets.c:38 +#: gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "" -#: ../gtk/paper_names_offsets.c:39 +#: gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "" -#: ../gtk/paper_names_offsets.c:40 +#: gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "" -#: ../gtk/paper_names_offsets.c:41 +#: gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "" -#: ../gtk/paper_names_offsets.c:42 +#: gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "" -#: ../gtk/paper_names_offsets.c:43 +#: gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "" -#: ../gtk/paper_names_offsets.c:44 +#: gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "" -#: ../gtk/paper_names_offsets.c:45 +#: gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "" -#: ../gtk/paper_names_offsets.c:46 +#: gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "" -#: ../gtk/paper_names_offsets.c:47 +#: gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "" -#: ../gtk/paper_names_offsets.c:48 +#: gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "" -#: ../gtk/paper_names_offsets.c:49 +#: gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "" -#: ../gtk/paper_names_offsets.c:50 +#: gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "" -#: ../gtk/paper_names_offsets.c:51 +#: gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "" -#: ../gtk/paper_names_offsets.c:52 +#: gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "" -#: ../gtk/paper_names_offsets.c:53 +#: gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "" -#: ../gtk/paper_names_offsets.c:54 +#: gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "" -#: ../gtk/paper_names_offsets.c:55 +#: gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "" -#: ../gtk/paper_names_offsets.c:56 +#: gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "" -#: ../gtk/paper_names_offsets.c:57 +#: gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "" -#: ../gtk/paper_names_offsets.c:58 +#: gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "" -#: ../gtk/paper_names_offsets.c:59 +#: gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "" -#: ../gtk/paper_names_offsets.c:60 +#: gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "" -#: ../gtk/paper_names_offsets.c:61 +#: gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "" -#: ../gtk/paper_names_offsets.c:62 +#: gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "" -#: ../gtk/paper_names_offsets.c:63 +#: gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "" -#: ../gtk/paper_names_offsets.c:64 +#: gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "" -#: ../gtk/paper_names_offsets.c:65 +#: gtk/paper_names_offsets.c:65 #, fuzzy msgctxt "paper size" msgid "DL Envelope" msgstr "مظروف DL" -#: ../gtk/paper_names_offsets.c:66 +#: gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "" -#: ../gtk/paper_names_offsets.c:67 +#: gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "" -#: ../gtk/paper_names_offsets.c:68 +#: gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "" -#: ../gtk/paper_names_offsets.c:69 +#: gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "" -#: ../gtk/paper_names_offsets.c:70 +#: gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "" -#: ../gtk/paper_names_offsets.c:71 +#: gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "" -#: ../gtk/paper_names_offsets.c:72 +#: gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "" -#: ../gtk/paper_names_offsets.c:73 +#: gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "" -#: ../gtk/paper_names_offsets.c:74 +#: gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "" -#: ../gtk/paper_names_offsets.c:75 +#: gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "" -#: ../gtk/paper_names_offsets.c:76 +#: gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "" -#: ../gtk/paper_names_offsets.c:77 +#: gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "" -#: ../gtk/paper_names_offsets.c:78 +#: gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "" -#: ../gtk/paper_names_offsets.c:79 +#: gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "" -#: ../gtk/paper_names_offsets.c:80 +#: gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "" -#: ../gtk/paper_names_offsets.c:81 +#: gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "" -#: ../gtk/paper_names_offsets.c:82 +#: gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "" -#: ../gtk/paper_names_offsets.c:83 +#: gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "" -#: ../gtk/paper_names_offsets.c:84 +#: gtk/paper_names_offsets.c:84 #, fuzzy msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "مظروف Choukei 2 " -#: ../gtk/paper_names_offsets.c:85 +#: gtk/paper_names_offsets.c:85 #, fuzzy msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "مظروف Choukei 3" -#: ../gtk/paper_names_offsets.c:86 +#: gtk/paper_names_offsets.c:86 #, fuzzy msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "مظروف Choukei 4" -#: ../gtk/paper_names_offsets.c:87 +#: gtk/paper_names_offsets.c:87 #, fuzzy msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (بطاقة بريدية)" -#: ../gtk/paper_names_offsets.c:88 +#: gtk/paper_names_offsets.c:88 #, fuzzy msgctxt "paper size" msgid "kahu Envelope" msgstr "مظروف kahu" -#: ../gtk/paper_names_offsets.c:89 +#: gtk/paper_names_offsets.c:89 #, fuzzy msgctxt "paper size" msgid "kaku2 Envelope" msgstr "مظروف kaku2" -#: ../gtk/paper_names_offsets.c:90 +#: gtk/paper_names_offsets.c:90 #, fuzzy msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (بطاقة رد بريدية)" -#: ../gtk/paper_names_offsets.c:91 +#: gtk/paper_names_offsets.c:91 #, fuzzy msgctxt "paper size" msgid "you4 Envelope" msgstr "مظروف you4" -#: ../gtk/paper_names_offsets.c:92 +#: gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "" -#: ../gtk/paper_names_offsets.c:93 +#: gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "" -#: ../gtk/paper_names_offsets.c:94 +#: gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "" -#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 +#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "" -#: ../gtk/paper_names_offsets.c:97 +#: gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "" -#: ../gtk/paper_names_offsets.c:98 +#: gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "" -#: ../gtk/paper_names_offsets.c:99 +#: gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "" -#: ../gtk/paper_names_offsets.c:100 +#: gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "" -#: ../gtk/paper_names_offsets.c:101 +#: gtk/paper_names_offsets.c:101 #, fuzzy msgctxt "paper size" msgid "6x9 Envelope" msgstr "مظروف 6x9 " -#: ../gtk/paper_names_offsets.c:102 +#: gtk/paper_names_offsets.c:102 #, fuzzy msgctxt "paper size" msgid "7x9 Envelope" msgstr "مظروف 7x9" -#: ../gtk/paper_names_offsets.c:103 +#: gtk/paper_names_offsets.c:103 #, fuzzy msgctxt "paper size" msgid "9x11 Envelope" msgstr "مظروف 9x11" -#: ../gtk/paper_names_offsets.c:104 +#: gtk/paper_names_offsets.c:104 #, fuzzy msgctxt "paper size" msgid "a2 Envelope" msgstr "مظروف a2 " -#: ../gtk/paper_names_offsets.c:105 +#: gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "" -#: ../gtk/paper_names_offsets.c:106 +#: gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "" -#: ../gtk/paper_names_offsets.c:107 +#: gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "" -#: ../gtk/paper_names_offsets.c:108 +#: gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "" -#: ../gtk/paper_names_offsets.c:109 +#: gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "" -#: ../gtk/paper_names_offsets.c:110 +#: gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "" -#: ../gtk/paper_names_offsets.c:111 +#: gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "" -#: ../gtk/paper_names_offsets.c:112 +#: gtk/paper_names_offsets.c:112 #, fuzzy msgctxt "paper size" msgid "c5 Envelope" msgstr "مظروف c5" -#: ../gtk/paper_names_offsets.c:113 +#: gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "" -#: ../gtk/paper_names_offsets.c:114 +#: gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "" -#: ../gtk/paper_names_offsets.c:115 +#: gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "" -#: ../gtk/paper_names_offsets.c:116 +#: gtk/paper_names_offsets.c:116 #, fuzzy msgctxt "paper size" msgid "European edp" msgstr "edp أوروبي" -#: ../gtk/paper_names_offsets.c:117 +#: gtk/paper_names_offsets.c:117 #, fuzzy msgctxt "paper size" msgid "Executive" msgstr "_نفِّذ" -#: ../gtk/paper_names_offsets.c:118 +#: gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "" -#: ../gtk/paper_names_offsets.c:119 +#: gtk/paper_names_offsets.c:119 #, fuzzy msgctxt "paper size" msgid "FanFold European" msgstr "فانفولد أوروبي" -#: ../gtk/paper_names_offsets.c:120 +#: gtk/paper_names_offsets.c:120 #, fuzzy msgctxt "paper size" msgid "FanFold US" msgstr "فانفولد أمريكي" -#: ../gtk/paper_names_offsets.c:121 +#: gtk/paper_names_offsets.c:121 #, fuzzy msgctxt "paper size" msgid "FanFold German Legal" msgstr "فانفولد ألماني" -#: ../gtk/paper_names_offsets.c:122 +#: gtk/paper_names_offsets.c:122 #, fuzzy msgctxt "paper size" msgid "Government Legal" msgstr "خطاب قانوني" -#: ../gtk/paper_names_offsets.c:123 +#: gtk/paper_names_offsets.c:123 #, fuzzy msgctxt "paper size" msgid "Government Letter" msgstr "خطاب حكومي" -#: ../gtk/paper_names_offsets.c:124 +#: gtk/paper_names_offsets.c:124 #, fuzzy msgctxt "paper size" msgid "Index 3x5" msgstr "_فهرس" -#: ../gtk/paper_names_offsets.c:125 +#: gtk/paper_names_offsets.c:125 #, fuzzy msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "فهرس 4x6 (بطاقة بريدية)" -#: ../gtk/paper_names_offsets.c:126 +#: gtk/paper_names_offsets.c:126 #, fuzzy msgctxt "paper size" msgid "Index 4x6 ext" msgstr "فهرس 4x6 ext" -#: ../gtk/paper_names_offsets.c:127 +#: gtk/paper_names_offsets.c:127 #, fuzzy msgctxt "paper size" msgid "Index 5x8" msgstr "_فهرس" -#: ../gtk/paper_names_offsets.c:128 +#: gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "" -#: ../gtk/paper_names_offsets.c:129 +#: gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "" -#: ../gtk/paper_names_offsets.c:130 +#: gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "" -#: ../gtk/paper_names_offsets.c:131 +#: gtk/paper_names_offsets.c:131 #, fuzzy msgctxt "paper size" msgid "US Legal Extra" msgstr "أمريكي قانوني أكبر" -#: ../gtk/paper_names_offsets.c:132 +#: gtk/paper_names_offsets.c:132 #, fuzzy msgctxt "paper size" msgid "US Letter" msgstr "بريد أمريكي " -#: ../gtk/paper_names_offsets.c:133 +#: gtk/paper_names_offsets.c:133 #, fuzzy msgctxt "paper size" msgid "US Letter Extra" msgstr "بريد أمريكي أكبر" -#: ../gtk/paper_names_offsets.c:134 +#: gtk/paper_names_offsets.c:134 #, fuzzy msgctxt "paper size" msgid "US Letter Plus" msgstr "بريد أمريكي زائد" -#: ../gtk/paper_names_offsets.c:135 +#: gtk/paper_names_offsets.c:135 #, fuzzy msgctxt "paper size" msgid "Monarch Envelope" msgstr "ظرف ملكي" -#: ../gtk/paper_names_offsets.c:136 +#: gtk/paper_names_offsets.c:136 #, fuzzy msgctxt "paper size" msgid "#10 Envelope" msgstr "مظروف #10" -#: ../gtk/paper_names_offsets.c:137 +#: gtk/paper_names_offsets.c:137 #, fuzzy msgctxt "paper size" msgid "#11 Envelope" msgstr "مظروف #11" -#: ../gtk/paper_names_offsets.c:138 +#: gtk/paper_names_offsets.c:138 #, fuzzy msgctxt "paper size" msgid "#12 Envelope" msgstr "مظروف #12" -#: ../gtk/paper_names_offsets.c:139 +#: gtk/paper_names_offsets.c:139 #, fuzzy msgctxt "paper size" msgid "#14 Envelope" msgstr "مظروف #14" -#: ../gtk/paper_names_offsets.c:140 +#: gtk/paper_names_offsets.c:140 #, fuzzy msgctxt "paper size" msgid "#9 Envelope" msgstr "مظروف #9" -#: ../gtk/paper_names_offsets.c:141 +#: gtk/paper_names_offsets.c:141 #, fuzzy msgctxt "paper size" msgid "Personal Envelope" msgstr "مظروف شخصي" -#: ../gtk/paper_names_offsets.c:142 +#: gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "" -#: ../gtk/paper_names_offsets.c:143 +#: gtk/paper_names_offsets.c:143 #, fuzzy msgctxt "paper size" msgid "Super A" msgstr "ورق" -#: ../gtk/paper_names_offsets.c:144 +#: gtk/paper_names_offsets.c:144 #, fuzzy msgctxt "paper size" msgid "Super B" msgstr "ورق" -#: ../gtk/paper_names_offsets.c:145 +#: gtk/paper_names_offsets.c:145 #, fuzzy msgctxt "paper size" msgid "Wide Format" msgstr "تنسيق عريض" -#: ../gtk/paper_names_offsets.c:146 +#: gtk/paper_names_offsets.c:146 #, fuzzy msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: ../gtk/paper_names_offsets.c:147 +#: gtk/paper_names_offsets.c:147 #, fuzzy msgctxt "paper size" msgid "Folio" msgstr "اللون" -#: ../gtk/paper_names_offsets.c:148 +#: gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "" -#: ../gtk/paper_names_offsets.c:149 +#: gtk/paper_names_offsets.c:149 #, fuzzy msgctxt "paper size" msgid "Invite Envelope" msgstr "مظروف دعوة" -#: ../gtk/paper_names_offsets.c:150 +#: gtk/paper_names_offsets.c:150 #, fuzzy msgctxt "paper size" msgid "Italian Envelope" msgstr "مظروف إيطالي" -#: ../gtk/paper_names_offsets.c:151 +#: gtk/paper_names_offsets.c:151 #, fuzzy msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: ../gtk/paper_names_offsets.c:152 +#: gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "" -#: ../gtk/paper_names_offsets.c:153 +#: gtk/paper_names_offsets.c:153 #, fuzzy msgctxt "paper size" msgid "Postfix Envelope" msgstr "مظروف Postfix" -#: ../gtk/paper_names_offsets.c:154 +#: gtk/paper_names_offsets.c:154 #, fuzzy msgctxt "paper size" msgid "Small Photo" msgstr "صورة صغيرة" -#: ../gtk/paper_names_offsets.c:155 +#: gtk/paper_names_offsets.c:155 #, fuzzy msgctxt "paper size" msgid "prc1 Envelope" msgstr "مظروف prc1" -#: ../gtk/paper_names_offsets.c:156 +#: gtk/paper_names_offsets.c:156 #, fuzzy msgctxt "paper size" msgid "prc10 Envelope" msgstr "مظروف prc10" -#: ../gtk/paper_names_offsets.c:157 +#: gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "" -#: ../gtk/paper_names_offsets.c:158 +#: gtk/paper_names_offsets.c:158 #, fuzzy msgctxt "paper size" msgid "prc2 Envelope" msgstr "مظروف prc2" -#: ../gtk/paper_names_offsets.c:159 +#: gtk/paper_names_offsets.c:159 #, fuzzy msgctxt "paper size" msgid "prc3 Envelope" msgstr "مظروف prc3" -#: ../gtk/paper_names_offsets.c:160 +#: gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "" -#: ../gtk/paper_names_offsets.c:161 +#: gtk/paper_names_offsets.c:161 #, fuzzy msgctxt "paper size" msgid "prc4 Envelope" msgstr "مظروف prc4" -#: ../gtk/paper_names_offsets.c:162 +#: gtk/paper_names_offsets.c:162 #, fuzzy msgctxt "paper size" msgid "prc5 Envelope" msgstr "مظروف c5" -#: ../gtk/paper_names_offsets.c:163 +#: gtk/paper_names_offsets.c:163 #, fuzzy msgctxt "paper size" msgid "prc6 Envelope" msgstr "مظروف prc6" -#: ../gtk/paper_names_offsets.c:164 +#: gtk/paper_names_offsets.c:164 #, fuzzy msgctxt "paper size" msgid "prc7 Envelope" msgstr "مظروف prc7" -#: ../gtk/paper_names_offsets.c:165 +#: gtk/paper_names_offsets.c:165 #, fuzzy msgctxt "paper size" msgid "prc8 Envelope" msgstr "مظروف prc8" -#: ../gtk/paper_names_offsets.c:166 +#: gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "" -#: ../gtk/paper_names_offsets.c:167 +#: gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "" -#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 +#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "وُجِدت معلومات مختلفة للملفات الموصولة '%s' و '%s'\n" -#: ../gtk/updateiconcache.c:1374 +#: gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "فشلت كتابة الترويسة\n" -#: ../gtk/updateiconcache.c:1380 +#: gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "فشلت كتابة جدول التلبيد\n" -#: ../gtk/updateiconcache.c:1386 +#: gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "فشلت كتابة فهرس المجلدات\n" -#: ../gtk/updateiconcache.c:1394 +#: gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "فشلت إعادة كتابة الترويسة\n" -#: ../gtk/updateiconcache.c:1455 +#: gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "فشل فتح الملف %s : %s\n" -#: ../gtk/updateiconcache.c:1463 +#: gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "فشلت الكتابة في الملف: %s\n" -#: ../gtk/updateiconcache.c:1499 +#: gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "المخزن المنتج غير صحيح.\n" -#: ../gtk/updateiconcache.c:1511 +#: gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "تعذّر تغيير اسم %s إلى %s: %s، سيُحذف %s إذن.\n" -#: ../gtk/updateiconcache.c:1523 +#: gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "تعذّر تغيير اسم %s إلى %s: %s\n" -#: ../gtk/updateiconcache.c:1530 +#: gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "تعذّر تغيير اسم %s إلى %s: %s.\n" -#: ../gtk/updateiconcache.c:1556 +#: gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "تم إنشاء ملف الخزن (Cache) بنجاح.\n" -#: ../gtk/updateiconcache.c:1595 +#: gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "اكتب فوق ملف cache (خزن) موجود، حتى إذا كان محدّثا" -#: ../gtk/updateiconcache.c:1596 +#: gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "لا تتحقق من وجود index.theme" -#: ../gtk/updateiconcache.c:1597 +#: gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "لا تضع بيانات الصور في المخزن" -#: ../gtk/updateiconcache.c:1598 +#: gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "اخرج ملف ترويسة C" -#: ../gtk/updateiconcache.c:1599 +#: gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "اغلق الخرْج المطنب" -#: ../gtk/updateiconcache.c:1600 +#: gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "تصحيح مخزن الإيقونات الموجود" -#: ../gtk/updateiconcache.c:1663 +#: gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "الملفّ غير موجود: %s\n" -#: ../gtk/updateiconcache.c:1669 +#: gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "مخزن إيقونات غير سليم: %s\n" -#: ../gtk/updateiconcache.c:1682 +#: gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "لا ملف فهرس للسمة." -#: ../gtk/updateiconcache.c:1686 +#: gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4713,273 +4720,273 @@ msgstr "" "إذا أردت فعلا بناء مخزن إيقونات هنا، استعمل --ignore-theme-index .\n" #. ID -#: ../modules/input/imam-et.c:454 +#: modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "أمهري (EZ+)" #. ID -#: ../modules/input/imcedilla.c:92 +#: modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "سيدلّا" #. ID -#: ../modules/input/imcyrillic-translit.c:217 +#: modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "سريلي (بحروف لغة أخرى)" #. ID -#: ../modules/input/iminuktitut.c:127 +#: modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "إنُكتيتوت (بحروف لغة أخرى)" #. ID -#: ../modules/input/imipa.c:145 +#: modules/input/imipa.c:145 msgid "IPA" msgstr "الأبجدية الصوتية الدولية" #. ID -#: ../modules/input/immultipress.c:31 +#: modules/input/immultipress.c:31 msgid "Multipress" msgstr "ضغط متعدد" #. ID -#: ../modules/input/imthai.c:35 +#: modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "تايلندي-لاوو" #. ID -#: ../modules/input/imti-er.c:453 +#: modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "أريتري تيكريكنا (EZ+)" #. ID -#: ../modules/input/imti-et.c:453 +#: modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "إثيوبي تيكريكنا (EZ+)" #. ID -#: ../modules/input/imviqr.c:244 +#: modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "فيتنامية (VIQR)" #. ID -#: ../modules/input/imxim.c:28 +#: modules/input/imxim.c:28 msgid "X Input Method" msgstr "طريقة إدخال س" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "الطابعة '%s' بها نقص في الحبر." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "نفذ الحبر من الطابعة '%s'." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "مستوى المُظّهِر منخفض في الطابعة '%s'." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "نفذت الطابعة '%s' من المُظّهِر." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "الطابعة '%s' بها نقص في واحد من الأقلام على الأقل." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "نفذ حبر واحد من أقلام الطابعة '%s' على الأقل." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "غطاء الطابعة '%s' مفتوح." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "باب الطابعة '%s' مفتوح." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "الطابعة '%s' بها نقص في الورق." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "نفذ الورق من الطابعة '%s'." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "الطابعة '%s' غير متصلة حاليا." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "قد تكون الطابعة '%s' غير متصلة." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "هناك مشكلة بالطابعة '%s'." #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "إيقاف مؤقت ؛ يجري رفض المهام" #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "يجري رفض المهام" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "ذو جانبين" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "نوع الورق" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "مصدر الورق" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "لوحة الخرْج" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: modules/printbackends/cups/gtkprintbackendcups.c:2149 #, fuzzy msgid "Resolution" msgstr "سؤال" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "أحادي الجانب" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "" #. Translators: this is an option of "Paper Source" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "اختيار تلقائي" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "مبدئي الطابعة" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: modules/printbackends/cups/gtkprintbackendcups.c:2185 #, fuzzy msgid "No pre-filtering" msgstr "لم يُعثر على أي طابعة" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "عاجِل" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "عال" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "متوسط" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "منخفض" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "اليسار لليمين، الأعلى للأسفل" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "اليسار لليمين، الأسفل للأعلى" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "اليمين لليسار، الأعلى للأسفل" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "اليمين لليسار، الأسفل للأعلى" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "الأعلى للأسفل، اليسار لليمين" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "الأعلى للأسفل، اليمين لليسار" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "الأسفل للأعلى، اليسار لليمين" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "الأسفل للأعلى، اليمين لليسار" @@ -4987,66 +4994,66 @@ msgstr "الأسفل للأعلى، اليمين لليسار" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "الصفحات بكل ورقة" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "أولوية المهمة" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "معلومات الدفع" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "لا شيء" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "مصنّف" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "سرّي" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "سر" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "معياري" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "سرّي للغاية" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "غير مصنّف" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "قبل" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "بعد" @@ -5054,14 +5061,14 @@ msgstr "بعد" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "إطبع في" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "إطبع في الوقت" @@ -5069,65 +5076,65 @@ msgstr "إطبع في الوقت" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "مخصص %sx%s" #. default filename used for print-to-file -#: ../modules/printbackends/file/gtkprintbackendfile.c:235 +#: modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "ناتج.%s" -#: ../modules/printbackends/file/gtkprintbackendfile.c:469 +#: modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "اطبع إلى ملف" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "PostScript" -#: ../modules/printbackends/file/gtkprintbackendfile.c:558 -#: ../modules/printbackends/test/gtkprintbackendtest.c:506 +#: modules/printbackends/file/gtkprintbackendfile.c:558 +#: modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "الصفحات لكل _ورقة :" -#: ../modules/printbackends/file/gtkprintbackendfile.c:604 +#: modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "ملف" -#: ../modules/printbackends/file/gtkprintbackendfile.c:613 +#: modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "صيغة ال_خرْج" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "اطبع لـ LPR" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "صفحات بكل ورقة " -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "سطر الأوامر" #. default filename used for print-to-test -#: ../modules/printbackends/test/gtkprintbackendtest.c:234 +#: modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "ناتج-اختبار.%s" -#: ../modules/printbackends/test/gtkprintbackendtest.c:470 +#: modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "اطبع في طابعة اختبار" -#: ../tests/testfilechooser.c:207 +#: tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "تعذّر جلب معلومات الملف '%s': %s" diff --git a/po/as.po b/po/as.po index a1d7f31b81..af5a8ce98f 100644 --- a/po/as.po +++ b/po/as.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: as\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-11 12:57+0530\n" "Last-Translator: Amitakhya Phukan \n" "Language-Team: American English \n" @@ -614,16 +614,16 @@ msgstr "প্ৰতিমূৰ্তিৰ ধৰণ বৰ্ত্তমা msgid "Couldn't allocate memory for color profile" msgstr "ৰঙৰ পাৰ্শ্বৰূপৰ বাবে স্মৃতিশক্তি বিতৰণ কৰিব নোৱাৰিলো" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 নথিপত্ৰ খুলিব'লৈ অপৰ্য্যাপ্ত স্মৃতিশক্তি" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" "প্ৰতিমূৰ্তিৰ তথ্যক মধ্যৱৰ্তী অৱস্থাত ৰক্ষা কৰিবলৈ স্মৃতিশক্তি বিতৰণ কৰিব পৰা ন'গ'ল" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 প্ৰতিমূৰ্তিৰ আকৃতি" @@ -668,7 +668,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG গুণৰ মান ০ আৰু ১০০ ৰ মাজৰ হ'ব লাগিব; '%d' মানৰ অনুমতি নাই ।" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG প্ৰতিমুৰ্তিৰ আকৃতি" @@ -1160,46 +1160,46 @@ msgid_plural "Opening %d Items" msgstr[0] "%d বস্তু খোলা হৈছে" msgstr[1] "%d বস্তুসমূহ খোলা হৈছে" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "অনুজ্ঞা চুক্তি" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "কাৰ্য্যক্ৰমৰ অনুজ্ঞা চুক্তি" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "স্বীকৃতি (_r)" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "অনুজ্ঞা চুক্তি (_L)" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s ৰ বিষয়ে" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "স্বীকৃতি" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "লিখক" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "প্ৰলেক্ষ লিখিছে" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "অনুবাদক" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "শিল্পী" @@ -1273,17 +1273,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "অবৈধ টাইপ আপেক্ষক: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "অবৈধ ৰূট পদাৰ্থ: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "অপৰিচালিত টেগ: '%s'" @@ -1378,7 +1383,7 @@ msgstr "নিষ্ক্ৰিয়" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "নতন বেগবৰ্দ্ধক..." @@ -1523,11 +1528,11 @@ msgstr "" msgid "Color Selection" msgstr "ৰঙৰ নিৰ্ব্বাচন" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "নিবেশ পদ্ধতি (_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "Unicode নিয়ন্ত্ৰণ আকৰ ভৰাওক (_I)" @@ -1965,7 +1970,7 @@ msgstr "পুনঃনামকৰণ (_R)" msgid "_Selection: " msgstr "নিৰ্ব্বাচন (_S): " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1974,15 +1979,15 @@ msgstr "" "নথিপত্ৰৰ নাম \"%s\" UTF-8 লৈ ৰূপান্তৰ কৰিব পৰা ন'গ'ল । (পৰিবেশ মান " "G_FILENAME_ENCODING প্ৰতিস্থাপন কৰা চেষ্টা কৰক): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "অবৈধ UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "নাম বৰ দীঘল" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "নথিপত্ৰৰ নামৰ ৰূপান্তৰ কৰিব পৰা ন'গ'ল" @@ -2230,39 +2235,39 @@ msgstr "GTK+ বিকল্প" msgid "Show GTK+ Options" msgstr "GTK+ বিকল্প দেখুৱাওক" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "সংযোগ কৰক (_n)" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "অজ্ঞাত ৰূপে সংযোগ কৰক (_a)" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "ব্যৱহাৰকৰোঁতা হিচাপে সংযোগ কৰক (_s):" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "ব্যৱহাৰকৰোঁতাৰ নাম (_U):" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "ডোমেইন (_D):" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "গুপ্তশব্দ (_P):" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "তৎক্ষণাৎ গুপ্তশব্দ পাহৰি যাওক (_i)" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "বাহিৰ হোৱা লৈকে গুপ্তশব্দ মনত ৰাখিব (_l)" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "চিৰকাললৈ মনত ৰাখিব (_f)" @@ -2332,7 +2337,7 @@ msgstr "কাগজৰ আয়তন (_P):" msgid "_Orientation:" msgstr "দিক্‌বিন্যাস (_O):" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "পৃষ্ঠাৰ প্ৰতিস্থাপন" @@ -2480,17 +2485,17 @@ msgstr "মূদ্ৰণৰ পূৰ্ব-প্ৰদৰ্শন সৃষ msgid "The most probable reason is that a temporary file could not be created." msgstr "খুব সম্ভৱ এটা অস্থায়ী নথিপত্ৰ সৃষ্টি কৰিব পৰা ন'গ'ল ।" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "পূৰ্ব-প্ৰদৰ্শন নিক্ষিপ্ত কৰোঁতে ভুলল" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "মুদ্ৰণত ভুল" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "অনুপ্ৰয়োগ" @@ -2549,37 +2554,37 @@ msgstr "PrintDlgEx লৈ অবৈধ নিয়ন্ত্ৰক" msgid "Unspecified error" msgstr "অনিৰ্ধাৰিত ভুল" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "মুদ্ৰক" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "স্থান" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "অৱস্থা" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "পৰিসৰ" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "সকলো পাত (_A)" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "বৰ্ত্তমানৰ পৃষ্ঠা (_u)" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "পৃষ্ঠা (_e):" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2587,127 +2592,133 @@ msgstr "" "একাধিক পৃষ্ঠাৰ পৰিসৰ,\n" " যেনে ১-৩,৭,১১" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "পৃষ্ঠা (_e):" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "প্ৰতিলিপি" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "প্ৰতিলিপি (_s):" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "মিলাই চাওক (_o)" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "প্ৰত্যাৱৰ্তন কৰক (_R)" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "সাধাৰণ" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "পৃষ্ঠা শৃংখলাবদ্ধ কৰা" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "বাওঁ ফালৰ পৰা সোঁ ফাললৈ" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "সোঁ ফালৰ পৰা বাওঁ ফাললৈ" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "পৰিকল্পনা" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "দ্বিপাৰ্শ্বিক (_w):" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "প্ৰতিটো ফালৰ পৃষ্ঠা(_s):" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "পৃষ্ঠা শৃংখলাবদ্ধ কৰা (_d):" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "অকল মুদ্ৰণ কৰক (_O):" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "সকলো পাত" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "যুগ্ম সংখ্যাৰ পাত" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "অযুগ্ম সংখ্যাৰ পাত" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "মাপ (_a):" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "কাগজ" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "কাগজৰ ধৰণ (_t):" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "কাগজৰ উৎস (_s):" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "নিৰ্গমৰ ডলা (_r):" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "কাৰ্য্যৰ বিৱৰণ" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "শ্ৰেষ্ঠতা (_o):" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "সাধনীৰ তথ্য (_B):" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "প্ৰলেক্ষ মুদ্ৰণ কৰক" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "এতিয়া (_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "অ'ত (_t):" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2715,60 +2726,64 @@ msgstr "" "মূদ্ৰণৰ সময় নিৰ্ধাৰণ কৰা হ'ব\n" " উদাহৰণ ১৫:৩০, ২:৩৫ অপৰাহ্ন, ১৪:১৫:২০, ১১:৪৬:৩০ পূৰ্বাহ্ন, ৪ অপৰাহ্ন" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "ধৰি ৰখা হৈছে (_h)" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "আৰম্ভেৰ সুনিৰ্দিষ্ট নিৰ্দেশ না দেৱ অবধি কৰ্ম স্থগিত ৰাখা হ'ব" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "বেটুপাত পৃষ্ঠা যোগ দিয়ক" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "আগৰ (_f):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "পিছৰ (_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "কাৰ্য্য" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "উন্নত" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "প্ৰতিমূৰ্তিৰ গুণ" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "ৰং" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "অন্ত কৰা হৈছে" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "সংলাপৰ কিছুমান পছন্দৰ সংঘৰ্ষ হৈছে" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "মুদ্ৰণ" diff --git a/po/ast.po b/po/ast.po index 2a9c094de9..b9f86d4c01 100644 --- a/po/ast.po +++ b/po/ast.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: ast\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2008-10-17 20:25+0000\n" "Last-Translator: Esbardu \n" "Language-Team: Asturian \n" @@ -638,15 +638,15 @@ msgstr "Triba d'imaxe non soportada anguaño" msgid "Couldn't allocate memory for color profile" msgstr "Nun se pudo asignar memori pal perfil de color" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Nun hai memoria abonda p'abrir el ficheru JPEG 2000" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Nun se pudo asignar memoria p'almacenar los datos de la imaxe" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "El formatu d'imaxe JPEG 2000" @@ -694,7 +694,7 @@ msgstr "" "La calidá JPEG tien de ser un valor d'este 0 y 100; el valor '%d' nun ye un " "valor válidu." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "El formatu d'imaxe JPEG" @@ -1196,46 +1196,46 @@ msgid_plural "Opening %d Items" msgstr[0] "Abriendo %d elementu" msgstr[1] "Abriendo %d elementos" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Llicencia" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "La llicencia del programa" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "C_réitos" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Llicencia" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Tocante a %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Créitos" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Escritu por" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documentáu por" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Tornáu por" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Diseñu gráficu por" @@ -1312,17 +1312,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Tipu de función non válidu: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Nome d'elementu raíz non válidu: «%s»" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Etiqueta non soportada: '%s'" @@ -1418,7 +1423,7 @@ msgstr "Deshabilitáu" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Nuevu acelerador..." @@ -1563,11 +1568,11 @@ msgstr "" msgid "Color Selection" msgstr "Esbilla de Color" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Métodos d'Entrada" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Enxertar Caráuter de Control Unicode" @@ -2013,7 +2018,7 @@ msgstr "_Renomar" msgid "_Selection: " msgstr "_Seleición: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2022,15 +2027,15 @@ msgstr "" "El nome de ficheru \"%s\" nun pue convertise a UTF-8. (tente afitar la " "variable d'entornu G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 inválidu" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nome enforma llargu" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Nun pudo convertise'l nome de ficheru" @@ -2279,39 +2284,39 @@ msgstr "Opciones GTK+" msgid "Show GTK+ Options" msgstr "Amosar Opciones GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Co_neutar" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Coneutar _anónimamente" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Coneutar como u_suariu:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Usuariu:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Dominiu:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Contraseña:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Escaecer la contraseña _darréu" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Remembrar la contraseña hasta que _salgas de la sesión" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Remembrar pa _siempre" @@ -2381,7 +2386,7 @@ msgstr "Tamañu del _papel:" msgid "_Orientation:" msgstr "_Orientación:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Configuración de páxina" @@ -2535,17 +2540,17 @@ msgid "The most probable reason is that a temporary file could not be created." msgstr "" "El motivu más probable ye que nun se pudiera crear un ficheru temporal." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Error abriendo previsualización" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Error imprentando" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplicación" @@ -2604,37 +2609,37 @@ msgstr "Remanamientu non válidu a PrintDIgEx" msgid "Unspecified error" msgstr "Error non especificáu" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Imprentadora" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Allugamientu" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Estáu" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Rangu" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Toles páxines" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Páxina act_ual" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Pá_xines:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2642,186 +2647,196 @@ msgstr "" "Especifica una o más rangos de páxina,\n" " ex. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Pá_xines:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Copies" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Copie_s:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Intercalar" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Revertir" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Xeneral" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Orde de les páxines" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Esquierda a drecha" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Drecha a esquierda" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Disposición" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Peles _dos caras:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Páxines per _cara:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Or_de de les páxines:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Namái imprentar" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Toles fueyes" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Fueyes pares" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Fueyes impares" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Escala:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papel" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tipu de papel:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Fonte papel:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_Bandexa de salida:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detáis Trabayu" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oridá:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Info de _facturación:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Imprentando Documentu" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Agora" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "E_n:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "N' _espera" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Amestar Páxina Portada" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Enantes" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Dempués" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Trabayu" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avanzáu" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Calidá Imaxe" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Color" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Finando" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Conflictu ente dalgunos axustes nel diálogu" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Im_prentar" diff --git a/po/az.po b/po/az.po index 7b4ea5926c..49d5815dac 100644 --- a/po/az.po +++ b/po/az.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2004-04-17 22:41+0300\n" "Last-Translator: Mətin Əmirov \n" "Language-Team: Azerbaijani \n" @@ -651,17 +651,17 @@ msgstr "'%s' rəsm növü dəstəklənmir" msgid "Couldn't allocate memory for color profile" msgstr "JPEG faylını yükləmə üçün yaddaş ayrıla bilmir" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "TIFF faylını açmaq üçün yaddaş çatmır" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Sətri mə'lumat üçün yaddaş ayrıla bilmədi" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "JPEG rəsm formatı" @@ -711,7 +711,7 @@ msgstr "" "JPEG keyfiyyət qiyməti 0 ilə 100 arasında olmalıdır; '%d' qiyməti qəbl " "edilməz." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG rəsm formatı" @@ -1235,47 +1235,47 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 #, fuzzy msgid "C_redits" msgstr "_Yarat" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "" @@ -1353,17 +1353,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Hökmsüz fayl adı: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Hökmsüz fayl adı: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1460,7 +1465,7 @@ msgstr "Bağlı" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1607,11 +1612,11 @@ msgstr "" msgid "Color Selection" msgstr "Rəng Seçkisi" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Giriş _Metodları" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Yunikod İdarə Hərfi Daxil Et" @@ -2079,7 +2084,7 @@ msgstr "_Yenidən Adlandır" msgid "_Selection: " msgstr "_Seçim: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2088,15 +2093,15 @@ msgstr "" "\"%s\" fayl adı UTF-8 olaraq dəyişdirilə bilmədi. (mühit parametrini " "G_FILENAME_ENCODING olaraq dəyişdirməyə çalışın): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Hökmsüz UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Ad çox uzundur" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Fayl adı dönüşdürülə bilmədi" @@ -2361,43 +2366,43 @@ msgstr "" msgid "Show GTK+ Options" msgstr "" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "Ç_evir" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Yenidən Adlandır" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Mövqe:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "Təzyiq" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2463,7 +2468,7 @@ msgstr "_Xassələr" msgid "_Orientation:" msgstr "_Doyğunluq:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "Səhifə %u" @@ -2622,17 +2627,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "_Mövqe:" @@ -2697,239 +2702,249 @@ msgstr "Timsalda hökmsüz başlıq" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "Ç_ap Et" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "_Mövqe:" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "_Yarat" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Yenidən Adlandır" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "_Yarat" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "Ç_evir" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Xəbərdarlıq" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM _Soldan sağa nişan" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "Ç_ap Et" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "_Xassələr" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "_Xassələr" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "Ç_ap Et" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "_Qiymət:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "_Xassələr" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "_Xassələr" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_Xeyir" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "_Qalın" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_Rəng" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "Ç_ap Et" diff --git a/po/az_IR.po b/po/az_IR.po index 436282fc9a..ae8a89e878 100644 --- a/po/az_IR.po +++ b/po/az_IR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ gtk-2-4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2004-09-27 14:58+0330\n" "Last-Translator: Amir Hedayaty \n" "Language-Team: Iranian Azerbaijani \n" @@ -603,15 +603,15 @@ msgstr "" msgid "Couldn't allocate memory for color profile" msgstr "" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "" @@ -653,7 +653,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "" @@ -1140,46 +1140,46 @@ msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "" @@ -1253,17 +1253,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1358,7 +1363,7 @@ msgstr "" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1489,11 +1494,11 @@ msgstr "" msgid "Color Selection" msgstr "" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "" @@ -1923,22 +1928,22 @@ msgstr "" msgid "_Selection: " msgstr "" -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "" @@ -2182,39 +2187,39 @@ msgstr "" msgid "Show GTK+ Options" msgstr "" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2278,7 +2283,7 @@ msgstr "" msgid "_Orientation:" msgstr "" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "" @@ -2426,17 +2431,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "" @@ -2495,224 +2500,233 @@ msgstr "" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +msgid "Pages" +msgstr "" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_خیر" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_رنگ" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "" diff --git a/po/be.po b/po/be.po index 008e384b7a..d374a80956 100644 --- a/po/be.po +++ b/po/be.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.14\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2005-11-16 11:17+0200\n" "Last-Translator: Vital Khilko \n" "Language-Team: Belarusian \n" @@ -645,17 +645,17 @@ msgstr "Відарыс тыпу \"%s\" не падтрымліваецца." msgid "Couldn't allocate memory for color profile" msgstr "Немагчыма разьмеркаваць памяць для загрузкі JPEG файла" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "Недастаткова памяці для адкрыцьця TIFF файла" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Немагчыма разьмеркаваць памяць для даньняў" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "JPEG - фармат відарыса" @@ -705,7 +705,7 @@ msgstr "" "Якасьць JPEG павінна мець значэньне паміж 0 і 100; значэньне '%d' " "недапушчальнае" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG - фармат відарыса" @@ -1212,46 +1212,46 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Ліцэнзія" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Ліцэнзія праграмы" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Падзякі" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Ліцэнзія" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Пра %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Падзякі" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Стваральнікі" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Дакумэнтацыя" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Пераклад" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Мастацкае аздабленьне" @@ -1329,17 +1329,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Недапушчальная назва файлу: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Недапушчальная назва файлу: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1436,7 +1441,7 @@ msgstr "Выключанае" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Новы паскаральнік..." @@ -1582,11 +1587,11 @@ msgstr "" msgid "Color Selection" msgstr "Выбар колеру" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Мэтады _ўводу" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Уставіць кіруючы знак Unicode" @@ -2035,7 +2040,7 @@ msgstr "_Перайменаваць" msgid "_Selection: " msgstr "_Выбар: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2044,15 +2049,15 @@ msgstr "" "Назва файла \"%s\" ня можа быць пераўтвораная ў UTF-8 (паспрабуйце " "ўсталяваць зьменную асяродзьдзя G_BROKEN_FILENAMES): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Недапушчальны UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Назва задоўгая" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Немагчыма пераўтварыць назву файла" @@ -2316,43 +2321,43 @@ msgstr "Можнасьці GTK+" msgid "Show GTK+ Options" msgstr "Паказаць можнасьці GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "Да_лучыцца" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Перайменаваць" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "Разь_мяшчэньне: " -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "Націск" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2418,7 +2423,7 @@ msgstr "Улась_цівасьці" msgid "_Orientation:" msgstr "_Насычанасьць:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "Старонка %u" @@ -2577,17 +2582,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "Разь_мяшчэньне: " @@ -2652,239 +2657,249 @@ msgstr "Несапраўдны загаловак значкі" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "_Друкаваць" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "Разь_мяшчэньне: " #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "С_тварыць" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Замяніць" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "С_тварыць" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "_Вярнуць" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Увага" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM - вылучэньне зьлева направа" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "_Друкаваць" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "Улась_цівасьці" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "Улась_цівасьці" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "_Друкаваць" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "Знач_эньне:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "Улась_цівасьці" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "Улась_цівасьці" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_Не" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "_Тлусты" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_Колер" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "_Друкаваць" diff --git a/po/be@latin.po b/po/be@latin.po index b3585a13af..2b4f9eb170 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gnome-menus\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-14 03:17+0200\n" "Last-Translator: Alaksandar Navicki \n" "Language-Team: Belarusian Latin \n" @@ -620,15 +620,15 @@ msgstr "Vyjavy hetaha typu nie absłuhoŭvajucca" msgid "Couldn't allocate memory for color profile" msgstr "Nie ŭdałosia prymierkavać pamiać dziela profilu koleraŭ" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Nie staje pamiaci dziela adčynieńnia fajłu JPEG 2000" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Nie ŭdałosia prymierkavać pamiać dla źviestak vyjavy ŭ bufery" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Farmat vyjavy JPEG 2000" @@ -676,7 +676,7 @@ msgstr "" "Jakaść vyjavy JPEG musić być vartaściu ad 0 da 100; vartaść '%d' " "niedazvolenaja." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Farmat vyjavy JPEG" @@ -1175,46 +1175,46 @@ msgstr[0] "Adčynieńnie %d elementu" msgstr[1] "Adčynieńnie %d elementaŭ" msgstr[2] "Adčynieńnie %d elementaŭ" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licenzija" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Licenzija prahramy" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "Z_asłuhi" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licenzija" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Infarmacyja pra %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Zasłuhi" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Prahrama" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dakumentacyja" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Pierakład" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Hrafika" @@ -1288,17 +1288,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Niapravilnaja funkcyja typu: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Niapravilny stryžnievy element: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Značnik, jaki nie absłuhoŭvajecca: '%s'" @@ -1393,7 +1398,7 @@ msgstr "Vyklučany" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Novy skarot..." @@ -1538,11 +1543,11 @@ msgstr "" msgid "Color Selection" msgstr "Vybar koleru" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Metady ŭvodu" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Ustaŭ kantrolny znak Unikodu" @@ -1982,7 +1987,7 @@ msgstr "Źmiani _nazvu" msgid "_Selection: " msgstr "_Vybar: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1991,15 +1996,15 @@ msgstr "" "Niemahčyma pierakanvertavać nazvu fajłu \"%s\" na UTF-8 (pasprabuj akreślić " "źmiennuju asiarodździa G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Niapravilny UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Zadoŭhaja nazva" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Niemahčyma pierakanvertavać nazvu fajłu" @@ -2247,39 +2252,39 @@ msgstr "Opcyi GTK+" msgid "Show GTK+ Options" msgstr "Pakazvaje opcyi GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "S_pałučy" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Spałučy _ananimna" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Spałučy jak _karystalnika:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Karystalnik:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Damen:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Parol:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Adrazu zabudźsia pra parol" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Pomni parol, pakul ja nia vyjdu z sesii" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Zapaminaj nazaŭždy" @@ -2349,7 +2354,7 @@ msgstr "_Pamier papiery:" msgid "_Orientation:" msgstr "_Aryjentacyja:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Nałady staronki" @@ -2497,17 +2502,17 @@ msgstr "Pamyłka stvareńnia pieradahladu vydruku" msgid "The most probable reason is that a temporary file could not be created." msgstr "Chutčej za ŭsio, ty nia možaš stvaryć časovy fajł." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Pamyłka ŭklučeńnia pieradahladu" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Pamyłka padčas druku" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplikacyja" @@ -2566,37 +2571,37 @@ msgstr "Niapravilnaja ručka dla PrintDlgEx" msgid "Unspecified error" msgstr "Nieakreślenaja pamyłka" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Drukarka" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Pałažeńnie" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Stan" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Absiah" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Usie arkušy" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Dziejny arkuš" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Arkušy:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2604,127 +2609,133 @@ msgstr "" "Akreśl adzin albo bolej absiahaŭ staronki,\n" " naprykład 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Arkušy:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopii" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Kopi_i:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Pašerahavanyja" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "A_dvarotna" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Ahulnaje" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Paradkavańnie staronak" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Źleva naprava" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Sprava naleva" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Schiema" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Dvuchbakova:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Staronak _na arkuš:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "_Paradkavańnie staronak:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Vydruk _tolki:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Usie arkušy" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Cotnyja arkušy" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Niacotnyja arkušy" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Maš_tab:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papiera" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Vid papier_y:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Krynica pap_iery:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_Padnos vyjścia:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detali zadańnia" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pry_jarytet:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Infarmacyja ab apłatac_h:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Vydruk dakumentu" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Ciapier" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_A:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2732,60 +2743,64 @@ msgstr "" "Vyznačy čas dla vydruku.\n" "Naprykład, 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Ustry_many" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Strymvaj zadańnie, pakul jano nasamreč nie zapracuje" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Dadaj staronku na vokładku" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "P_ierad:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Paśla:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Zadańnie" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Pašyranaje" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Jakaść vyjavy" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Koler" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Zaviaršeńnie" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Nałady vakna častkova supiarečnyja" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Vydruk" diff --git a/po/bg.po b/po/bg.po index 4a3ae20336..c5e2602a72 100644 --- a/po/bg.po +++ b/po/bg.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-10 19:30+0200\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" @@ -635,15 +635,15 @@ msgstr "В момента изображения от този вид не се msgid "Couldn't allocate memory for color profile" msgstr "Недостатъчно памет за зареждане на цветови профил" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Недостатъчно памет за отваряне на файл във формат JPEG 2000" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Недостатъчно памет за буфера с данните на изображението" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Форматът за изображения JPEG 2000" @@ -693,7 +693,7 @@ msgstr "" "Качеството за JPEG трябва да бъде между 0 и 100. Стойността „%d“ не е " "позволена" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Форматът за изображения JPEG" @@ -1207,46 +1207,46 @@ msgid_plural "Opening %d Items" msgstr[0] "Отваряне на %d елемент" msgstr[1] "Отваряне на %d елемента" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Лиценз" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Лицензът на програмата" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Заслуги" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Лиценз" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Относно %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Заслуги" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Създадено от" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Документирано от" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Преведено от" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Дизайн" @@ -1320,17 +1320,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "\\" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Функция от неправилен вид: „%s“" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Неправилен коренов елемент: „%s“" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Необработен етикет: „%s“" @@ -1425,7 +1430,7 @@ msgstr "Изключен" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Нова клавишна комбинация…" @@ -1570,11 +1575,11 @@ msgstr "" msgid "Color Selection" msgstr "Избор на цвят" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Методи за вход" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Вмъкване на контролен знак за Уникод" @@ -2015,7 +2020,7 @@ msgstr "_Преименуване" msgid "_Selection: " msgstr "_Избор: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2024,15 +2029,15 @@ msgstr "" "Името на файла „%s“ не може да бъде конвертирано към UTF-8 (опитайте се да " "зададете променливата на средата G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Грешен UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Името е твърде дълго" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Името на файла не може да бъде конвертирано" @@ -2284,39 +2289,39 @@ msgstr "Опции за GTK+" msgid "Show GTK+ Options" msgstr "Показване на опциите за GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "_Свързване" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "_Анонимно свързване" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Свързване като п_отребител:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Потребител:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Домейн:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "Па_рола:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Незабавно забравяне на паролата" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Запомняне на паролите до _изход от системата" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Запомняне завинаги" @@ -2386,7 +2391,7 @@ msgstr "_Размер на листите:" msgid "_Orientation:" msgstr "_Ориентация:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Настройки на листите" @@ -2534,17 +2539,17 @@ msgstr "Грешка при стартирането на прегледа" msgid "The most probable reason is that a temporary file could not be created." msgstr "Най-вероятната причина е, че не може да се създаде временен файл." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Грешка при стартирането на прегледа" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Грешка при печат" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Програма" @@ -2603,37 +2608,37 @@ msgstr "Неправилен указател за работа с PrintDlgEx" msgid "Unspecified error" msgstr "Неуказана грешка" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Принтер" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Местоположение" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Състояние" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Обхват" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Всички страници" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Текущата страница" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Страници:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2641,127 +2646,133 @@ msgstr "" "Въведете един или повече обхвати,\n" "напр. 1-3,7,11,22-28" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Страници:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Разпечатки" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Раз_печатки:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "По_следователно подреждане" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Обратен ред" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Общи" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Ред на страниците" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Отляво надясно" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Отдясно наляво" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Наместване" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Двустранен печат:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Страници на _страна:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "_Подредба на страниците:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Обхват на печата:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Всички страници" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Четните страници" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Нечетните страници" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Мащабиране:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Хартия" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Вид хартия:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Източник на листите:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_Изходна касета:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Информация а задачата" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "П_риоритет:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Информация за _осчетоводяване:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Отпечатване на документ" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Сега" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Точно в:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2769,60 +2780,64 @@ msgstr "" "Укажете времето на печат, напр.:\n" "9:30, 17:50, 14:15:20, 11:46:30, 4" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_На пауза" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Задържане на печата до изричното му стартиране" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Със заглавна страница" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Преди:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_След:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Задача" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Допълнителни" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Качество на изображенията" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Цвят" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Гланц" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Някои от настройките в прозореца взаимно си противоречат" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Печат" diff --git a/po/bn.po b/po/bn.po index e6ad3c29e6..ddd3679543 100644 --- a/po/bn.po +++ b/po/bn.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GTK+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2006-08-28 00:35+0600\n" "Last-Translator: Mahay Alam Khan (মাহে আলম) \n" "Language-Team: Bengali India \n" @@ -642,18 +642,18 @@ msgstr "'%s' প্রকৃতির ছবি সমর্থিত নয়" msgid "Couldn't allocate memory for color profile" msgstr "JPEG ফাইল লোড করার জন্য মেমরি বরাদ্দ করতে ব্যর্থ" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "TIFF ফাইল খোলার জন্য পর্যাপ্ত মেমরি অনুপস্থিত" # FIXME -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "রেখঅ সংক্রান্ত তথ্যের জন্য মেমরি বরাদ্দ করতে ব্যর্থ" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "JPEG ছবির বিন্যাস" @@ -703,7 +703,7 @@ msgstr "" "JPEG'র গুণমানের মাত্রা 0(০) থেকে 100(১০০)'র মধ্যে হওয়া আবশ্যক; '%d' মান গ্রহণযোগ্য " "নয়।" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG ছবির বিন্যাস" @@ -1203,46 +1203,46 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "লাইসেন্স" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "এই প্রোগ্রামের লাইসেন্স" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "স্বীকৃতি (_r)" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "লাইসেন্স (_L)" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s পরিচিতি" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "স্বীকৃতি" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "লেখক" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "সহায়িকা লিখেছেন" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "অনুবাদক" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "শিল্পী" @@ -1319,17 +1319,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "ফাইলের নাম বৈধ নয়: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "ফাইলের নাম বৈধ নয়: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1425,7 +1430,7 @@ msgstr "নিষ্ক্রিয়" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "নতুন গতিবর্ধক..." @@ -1556,11 +1561,11 @@ msgstr "" msgid "Color Selection" msgstr "রং নির্বাচন" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "ইনপুট পদ্ধতি (_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "ইউনিকোডের কন্ট্রোল অক্ষর সন্নিবেশ করুন (_I)" @@ -2002,22 +2007,22 @@ msgstr "নাম পরিবর্তন করুন (_R)" msgid "_Selection: " msgstr "নির্বাচন:(_S)" -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "অবৈধ UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "নাম অত্যাধিক লম্বা" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "ফাইলের নাম রূপান্তর করতে ব্যর্থ" @@ -2267,43 +2272,43 @@ msgstr "GTK+ সংক্রান্ত বিকল্প" msgid "Show GTK+ Options" msgstr "GTK+ সংক্রান্ত বিকল্প প্রদর্শন করা হবে" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "সংযোগ করুন (_o)" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "নাম পরিবর্তন করুন (_R)" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "অবস্থান :(_L)" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "প্রেসার(_P):" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2373,7 +2378,7 @@ msgstr "কাগজের মাপ:(_P)" msgid "_Orientation:" msgstr "দিশা:(_O)" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "পৃষ্ঠার বৈশিষ্ট্য" @@ -2527,17 +2532,17 @@ msgstr "পূর্বরূপ প্রদর্শন আরম্ভ কর msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "পূর্বরূপ প্রদর্শন আরম্ভ করতে সমস্যা" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "প্রিন্ট করতে সমস্যা" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "অ্যাপ্লিকেশন" @@ -2598,231 +2603,241 @@ msgstr "PrintDlgEx'র জন্য অবৈধ হ্যান্ডেল" msgid "Unspecified error" msgstr "অনির্ধারিত ত্রুটি" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "প্রিন্টার" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "অবস্থান" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "অবস্থা" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 #, fuzzy msgid "Range" msgstr "পৃষ্ঠার সুনির্দিষ্ট সীমা: (_n)" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 #, fuzzy msgid "_All Pages" msgstr "সমস্ত পাতা" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "বর্তমান (_u)" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 #, fuzzy msgid "Pag_es:" msgstr "অবস্থান" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "অবস্থান" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "প্রতিলিপি" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "প্রতিলিপি :(_s)" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "একত্রিত করুন (_o)" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "বিপরীত দিশা (_R)" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "সাধারণ" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "প্রস্তুতি" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM বাঁদিক-থেকে-ডানদিকের চিহ্ন (_L)" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "ফাইলে প্রিন্ট করুন" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "বিন্যাস" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "উভয় পৃষ্ঠ: (_w)" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "প্রতি পাতায় পৃষ্ঠার সংখ্যা:(_s)" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "প্রতি পাতায় পৃষ্ঠার সংখ্যা:(_s)" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "শুধুমাত্র প্রিন্ট করা হবে:(_O)" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "সমস্ত পাতা" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "শুধুমাত্র জোড় সংখ্যক পাতায়" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "শুধুমাত্র বেজোড় সংখ্যক পাতায়" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "কাগজ" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "কাগজের বিন্যাস:(_t)" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "কাগজ সংগ্রহস্থল:(_s)" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "কর্ম সংক্রান্ত বিবরণ" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "গুরুত্ব:(_o)" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "নথি প্রিন্ট করুন" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "এই মুহূর্তে(_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "চিহ্নিত সময়ে:(_t)" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "অপেক্ষারত:(_h)" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "প্রচ্ছদ পৃষ্ঠা সন্নিবেশ করা হবে" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "চিহ্নিত পৃষ্ঠার পূর্বে:(_f)" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "চিহ্নিত পৃষ্ঠার পরে:(_A)" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "কর্ম" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "উন্নত বৈশিষ্ট্য" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "ছবির গুণমান" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "রং" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "ডায়লগ বক্সে নির্বাচিত কিছু মান পারস্পরবিরোধী" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "প্রিন্ট করুন" diff --git a/po/bn_IN.po b/po/bn_IN.po index 80f2560c7d..a728105dc3 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: bn_IN\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-06 16:02+0530\n" "Last-Translator: Runa Bhattacharjee \n" "Language-Team: Bengali INDIA \n" @@ -621,16 +621,16 @@ msgstr "চিহ্নিত প্রকৃতির ছবি সমর্থ msgid "Couldn't allocate memory for color profile" msgstr "রঙের প্রোফাইলের জন্য মেমরি বরাদ্দ করতে ব্যর্থ" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 ফাইল খোলার জন্য পর্যাপ্ত মেমরি অনুপস্থিত" # FIXME -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "ছবি সংক্রান্ত তথ্য বাফার করার জন্য মেমরি বরাদ্দ করতে ব্যর্থ" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 ছবির বিন্যাস" @@ -678,7 +678,7 @@ msgstr "" "JPEG'র গুণমানের মাত্রা 0(০) থেকে 100(১০০)'র মধ্যে হওয়া আবশ্যক; '%d' মান গ্রহণযোগ্য " "নয়।" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG ছবির বিন্যাস" @@ -1172,46 +1172,46 @@ msgid_plural "Opening %d Items" msgstr[0] "%d-টি বস্তু খোলা হচ্ছে" msgstr[1] "%d-টি বস্তু খোলা হচ্ছে" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "লাইসেন্স" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "এই প্রোগ্রামের লাইসেন্স" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "স্বীকৃতি (_r)" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "লাইসেন্স (_L)" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s পরিচিতি" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "স্বীকৃতি" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "লেখক" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "সহায়িকা লিখেছেন" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "অনুবাদক" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "শিল্পী" @@ -1285,17 +1285,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "ফাংশানের ধরন বৈধ নয়: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "অবৈধ root সামগ্রী: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "ট্যাগের ব্যবস্থাপনা হয়নি: '%s'" @@ -1390,7 +1395,7 @@ msgstr "নিষ্ক্রিয়" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "নতুন গতিবর্ধক..." @@ -1534,11 +1539,11 @@ msgstr "" msgid "Color Selection" msgstr "রং নির্বাচন" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "ইনপুট পদ্ধতি (_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "ইউনিকোডের কন্ট্রোল অক্ষর সন্নিবেশ করুন (_I)" @@ -1978,7 +1983,7 @@ msgstr "নাম পরিবর্তন করুন (_R)" msgid "_Selection: " msgstr "নির্বাচন:(_S)" -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1987,15 +1992,15 @@ msgstr "" "\"%s\" ফাইলের নাম UTF-8 বিন্যাসে রূপান্তর করতে ব্যর্থ। (এনভায়রনমেন্ট ভেরিয়েবল " "G_FILENAME_ENCODING-র মান নির্ধারণের প্রচেষ্টা করুন): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "অবৈধ UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "নাম অত্যাধিক লম্বা" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "ফাইলের নাম রূপান্তর করতে ব্যর্থ" @@ -2246,39 +2251,39 @@ msgstr "GTK+ সংক্রান্ত বিকল্প" msgid "Show GTK+ Options" msgstr "GTK+ সংক্রান্ত বিকল্প প্রদর্শন করা হবে" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "সংযোগ করুন (_n)" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "পরিচয় বিনা সংযোগ করুন (_a)" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "ব্যবহারকারীরূপে সংযোগ করুন: (_s)" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "ব্যবহারকারীর নাম: (_U)" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "ডোমেইন: (_D)" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "পাসওয়ার্ড: (_P)" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "পাসওয়ার্ড তৎক্ষনাৎ মুছে ফেলা হবে (_i)" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "লগ-আউট না করা অবধি পাসওয়ার্ড সংরক্ষণ করা হবে (_l)" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "পাসওয়ার্ড স্থায়ীরূপে সংরক্ষণ করা হবে ( _f)" @@ -2348,7 +2353,7 @@ msgstr "কাগজের মাপ:(_P)" msgid "_Orientation:" msgstr "দিশা:(_O)" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "পৃষ্ঠার বৈশিষ্ট্য" @@ -2496,17 +2501,17 @@ msgstr "প্রিন্টের পূর্বরূপ প্রদর্ msgid "The most probable reason is that a temporary file could not be created." msgstr "সম্ভবত অস্থায়ী ফাইল নির্মিত না হওয়া ফলে এটি হয়েছে" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "পূর্বরূপ প্রদর্শন আরম্ভ করতে সমস্যা" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "প্রিন্ট করতে সমস্যা" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "অ্যাপ্লিকেশন" @@ -2565,37 +2570,37 @@ msgstr "PrintDlgEx'র জন্য অবৈধ হ্যান্ডেল" msgid "Unspecified error" msgstr "অনির্ধারিত ত্রুটি" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "প্রিন্টার" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "অবস্থান" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "অবস্থা" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "সুনির্দিষ্ট সীমা" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "সমস্ত পাতা (_A)" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "বর্তমান পৃষ্ঠা (_u)" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "পৃষ্ঠা: (_e)" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2603,127 +2608,133 @@ msgstr "" "এক অথবা অধিক পৃষ্ঠার সীমা উল্লেখ করুন,\n" " উদাহরণস্বরূপ. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "পৃষ্ঠা: (_e)" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "প্রতিলিপি" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "প্রতিলিপি :(_s)" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "একত্রিত করুন (_o)" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "বিপরীত দিশা (_R)" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "সাধারণ" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "পৃষ্ঠার অনুক্রম" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "বাঁদিক থেকে ডানদিকে" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "ডানদিক থেকে বাঁদিক" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "বিন্যাস" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "উভয় পৃষ্ঠ: (_w)" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "প্রতি পার্শ্বে পৃষ্ঠার সংখ্যা:(_s)" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "পৃষ্ঠার অনুক্রম: (_d)" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "শুধুমাত্র প্রিন্ট করা হবে:(_O)" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "সমস্ত পাতা" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "শুধুমাত্র জোড় সংখ্যক পাতায়" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "শুধুমাত্র বেজোড় সংখ্যক পাতায়" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "মাপ: (_a)" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "কাগজ" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "কাগজের বিন্যাস:(_t)" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "কাগজ সংগ্রহস্থল:(_s)" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "আউটপুট ট্রে: (_r)" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "কর্ম সংক্রান্ত বিবরণ" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "গুরুত্ব:(_o)" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "বিল সংক্রান্ত তথ্য: (_B)" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "নথি প্রিন্ট করুন" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "এই মুহূর্তে(_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "চিহ্নিত সময়ে:(_t)" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2731,60 +2742,64 @@ msgstr "" "প্রিন্টের সময় নির্ধারণ করা হবে\n" " উদাহরণ ১৫:৩০, ২:৩৫ অপরাহ্ন, ১৪:১৫:২০, ১১:৪৬:৩০ পূর্বাহ্ন, ৪ অপরাহ্ন" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "অপেক্ষারত:(_h)" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "আরম্ভের সুনির্দিষ্ট নির্দেশ না দেওয়া অবধি কর্ম স্থগিত রাখা হবে" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "প্রচ্ছদ পৃষ্ঠা সন্নিবেশ করা হবে" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "চিহ্নিত পৃষ্ঠার পূর্বে:(_f)" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "চিহ্নিত পৃষ্ঠার পরে:(_A)" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "কর্ম" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "উন্নত বৈশিষ্ট্য" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "ছবির গুণমান" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "রং" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "সমাপ্তি" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "ডায়লগ বক্সে নির্বাচিত কিছু মান পারস্পরবিরোধী" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "প্রিন্ট করুন" diff --git a/po/br.po b/po/br.po index d4d27e431f..f42ce0761e 100644 --- a/po/br.po +++ b/po/br.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.3.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2006-03-08 18:33+0100\n" "Last-Translator: Thierry Vignaud \n" "Language-Team: br \n" @@ -627,15 +627,15 @@ msgstr "Seurt skeudenn « %s » n'eo ket skoraet" msgid "Couldn't allocate memory for color profile" msgstr "" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "Furmad skeudenn JPEG" @@ -678,7 +678,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Furmad skeudenn JPEG" @@ -1173,46 +1173,46 @@ msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Aotre" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Aotre ar program" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "G_aredon" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Aotre" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Diwar-benn %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Garedon" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Skrivet gant" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Teuliadur gant" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Troet gant" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Skeudennoù gant" @@ -1289,17 +1289,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Anv ar restr direizh : %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Anv ar restr direizh : %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1396,7 +1401,7 @@ msgstr "Dizoberiet" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1530,11 +1535,11 @@ msgstr "" msgid "Color Selection" msgstr "" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "" @@ -1979,22 +1984,22 @@ msgstr "_Adenvel" msgid "_Selection: " msgstr "_Diuzadenn :" -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "N'eo ket UTF-8 mat" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Re hir eo an anv" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "" @@ -2250,43 +2255,43 @@ msgstr "Dibaboù GTK+" msgid "Show GTK+ Options" msgstr "Diskouez dibaboù GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "_Amdreiñ" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Adenvel" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Lec'hiadur :" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "_Rakgwel :" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2352,7 +2357,7 @@ msgstr "Ment ar bajenn" msgid "_Orientation:" msgstr "Digeriñ ul lec'hiadur" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "Ment ar bajenn" @@ -2514,17 +2519,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "_Lec'hiadur :" @@ -2588,241 +2593,251 @@ msgstr "N'eo ket mat reollin an arlun" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "_Moulañ" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "_Lec'hiadur :" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 #, fuzzy msgid "Range" msgstr "Yezh" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "K_rouiñ" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 #, fuzzy msgid "Pag_es:" msgstr "Pajenn" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Pajenn" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "K_rouiñ" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "_Stumm diaraog" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Ho evezh" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "_Moulañ" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "Ment ar bajenn" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "Ment ar bajenn" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "_Moulañ" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "_Gwerzh :" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 #, fuzzy msgid "Paper" msgstr "Pajenn" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "Ment ar bajenn" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "Ment ar bajenn" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_Nann" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "_Tev" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_Liv" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "_Moulañ" diff --git a/po/bs.po b/po/bs.po index b0fb6cfe0e..a439f70083 100644 --- a/po/bs.po +++ b/po/bs.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.gtk-2-4.bs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2004-07-31 01:30+0200\n" "Last-Translator: Kenan Hadžiavdić \n" "Language-Team: Bosnian \n" @@ -656,17 +656,17 @@ msgstr "'%s' tip grafičke datoteke nije podržan" msgid "Couldn't allocate memory for color profile" msgstr "Nisam mogao dodijeliti memoriju za učitavanje JPEG datoteke" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "Nedovoljno memorije za otvaranje TIFF datoteke" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Nisam mogao dodijeliti memoriju za linijske podatke" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "JPEG oblik slike" @@ -716,7 +716,7 @@ msgstr "" "JPEG kvaliteta mora imati vrijednost između 0 i 100; vrijednost '%d' nije " "dopuštena." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG oblik slike" @@ -1240,47 +1240,47 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 #, fuzzy msgid "C_redits" msgstr "_Napravi" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "" @@ -1358,17 +1358,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Nevažeće ime datoteke: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Nevažeće ime datoteke: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1465,7 +1470,7 @@ msgstr "Onemogućeno" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1613,11 +1618,11 @@ msgstr "" msgid "Color Selection" msgstr "Izbor boje" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Metode unosa" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Ubaci kontrolni unicode znak" @@ -2088,7 +2093,7 @@ msgstr "_Preimenuj" msgid "_Selection: " msgstr "_Izbor: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2097,15 +2102,15 @@ msgstr "" "Datoteka \"%s\" nije mogla biti pretvorena u UTF 8 (pokušajte postaviti " "varijablu okoline G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Nevažeći UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Ime je predugo" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Nisam mogao pretvoriti ime datoteke" @@ -2370,43 +2375,43 @@ msgstr "" msgid "Show GTK+ Options" msgstr "" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "_Pretvori" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Preimenuj" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Lokacija:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "Pritisak" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2472,7 +2477,7 @@ msgstr "_Osobine" msgid "_Orientation:" msgstr "_Zasićenost:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "Stranica %u" @@ -2631,17 +2636,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "_Lokacija:" @@ -2706,239 +2711,249 @@ msgstr "Neipravno zaglavlje u ikoni" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "_Štampaj" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "_Lokacija:" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "_Napravi" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Preimenuj" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "_Napravi" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "_Povrati" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Upozorenje" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM Oznaka od _lijevo prema desno" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "_Štampaj" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "_Osobine" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "_Osobine" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "_Štampaj" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "_Vrijednost:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "_Osobine" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "_Osobine" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_Ne" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "_Masno" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_Boja" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "_Štampaj" diff --git a/po/ca.po b/po/ca.po index 014f9ad8e3..a8dbe94b60 100644 --- a/po/ca.po +++ b/po/ca.po @@ -28,7 +28,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.8.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-10 18:31+0100\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" @@ -643,17 +643,17 @@ msgstr "El tipus d'imatge no està implementat actualment" msgid "Couldn't allocate memory for color profile" msgstr "No s'ha pogut assignar memòria per al perfil de color" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "No hi ha memòria suficient per a obrir el fitxer JPEG 2000" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" "No s'ha pogut assignar memòria per a ubicar les dades d'imatge a la memòria " "intermèdia" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "El format d'imatge JPEG 2000" @@ -700,7 +700,7 @@ msgid "" msgstr "" "La qualitat JPEG ha de ser un valor entre 0 i 100; el valor «%d» no és permès." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "El format d'imatge JPEG" @@ -1200,46 +1200,46 @@ msgid_plural "Opening %d Items" msgstr[0] "S'està obrint %d element" msgstr[1] "S'estan obrint %d elements" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Llicència" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "La llicència del programa" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "C_rèdits" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Llicència" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Quant a %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Crèdits" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Escrit per" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documentat per" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Traduït per" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Art per" @@ -1313,17 +1313,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Barra inversa" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "El tipus de la funció no és vàlid: «%s»" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "El nom de l'element arrel no és vàlid: «%s»" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "L'etiqueta no està gestionada: «%s»" @@ -1418,7 +1423,7 @@ msgstr "Inhabilitat" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Accelerador nou..." @@ -1564,11 +1569,11 @@ msgstr "" msgid "Color Selection" msgstr "Selecció de color" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Mètodes d'entrada" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Insereix caràcters de control Unicode" @@ -2011,7 +2016,7 @@ msgstr "_Canvia el nom" msgid "_Selection: " msgstr "_Selecció: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2020,15 +2025,15 @@ msgstr "" "No s'ha pogut convertir el nom de fitxer «%s» a UTF-8. (Proveu d'establir la " "variable d'entorn G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 no vàlid" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "El nom és massa llarg" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "No s'ha pogut convertir el nom del fitxer" @@ -2278,39 +2283,39 @@ msgstr "Opcions del GTK+" msgid "Show GTK+ Options" msgstr "Mostra les opcions del GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "C_onnecta" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Connecta't _anònimament" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Connecta't com a u_suari:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Nom d'usuari:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domini:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "Contrasen_ya:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Oblida la _contrasenya immediatament" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Recorda la contrasenya _fins que surti" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Recorda-la per se_mpre" @@ -2382,7 +2387,7 @@ msgstr "Mida del _paper:" msgid "_Orientation:" msgstr "_Orientació:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Configuració de la pàgina" @@ -2533,17 +2538,17 @@ msgid "The most probable reason is that a temporary file could not be created." msgstr "" "El motiu més probable és perquè no s'ha pogut crear un fitxer temporal." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "S'ha produït un error en llançar la previsualització" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "S'ha produït un error en imprimir" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplicació" @@ -2603,37 +2608,37 @@ msgstr "Gestor no vàlid a PrintDlgEx" msgid "Unspecified error" msgstr "Error no especificat" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Impressora" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Ubicació" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Estat" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Rang" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "T_otes les pàgines" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Pàgina act_ual" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Pà_gines:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2641,127 +2646,133 @@ msgstr "" "Especifiqueu un o més rangs de pàgines,\n" "p.ex. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Pà_gines:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Còpies" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Còpie_s:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "C_ompagina" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Inve_rteix" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "General" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Ordenació de les pàgines" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "D'esquerra a dreta" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "De dreta a esquerra" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Disposició" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Doble cara:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Pàgines per _cara:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Or_denació de les pàgines:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "N_omés imprimeix:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Tots els fulls" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Fulls parells" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Fulls senars" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Esc_ala:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Paper" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tipus de paper:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Font del pape_r:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Safata de so_rtida:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detalls del treball" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oritat:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Informació de _facturació:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Imprimeix el document" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "A_ra" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_a:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2769,17 +2780,21 @@ msgstr "" "Especifiqueu l'hora d'impressió,\n" " p.ex. 15:30, 2:35 PM, 14:15:20, 11:46:30 AM, 4 PM" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "En es_pera" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" "Mantingues la tasca en espera fins que no s'hagi alliberat de manera " "explícita" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Afegeix pàgina de coberta" @@ -2787,7 +2802,7 @@ msgstr "Afegeix pàgina de coberta" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "A_bans:" @@ -2795,38 +2810,38 @@ msgstr "A_bans:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Després:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Treball" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avançat" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Qualitat de la imatge" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Color" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Acabaments" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Alguns paràmetres del diàleg estan en conflicte" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Imprimeix" diff --git a/po/ca@valencia.po b/po/ca@valencia.po index 7819e7ed2f..8c3be2ae15 100644 --- a/po/ca@valencia.po +++ b/po/ca@valencia.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.8.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2007-09-17 21:50+0200\n" "Last-Translator: Robert Millan \n" "Language-Team: Catalan \n" @@ -652,17 +652,17 @@ msgstr "El tipus d'imatge «%s» no està implementat" msgid "Couldn't allocate memory for color profile" msgstr "No es pot obtenir memòria per a carregar el fitxer JPEG" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "No hi ha memòria suficient per obrir el fitxer TIFF" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "No s'ha pogut assignar memòria per a les dades de la línia" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "El format d'imatge JPEG" @@ -711,7 +711,7 @@ msgstr "" "La qualitat JPEG ha de ser un valor entre 0 i 100; el valor '%d' no és " "permès." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "El format d'imatge JPEG" @@ -1217,46 +1217,46 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Llicència" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "La llicència del programa" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "C_rèdits" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Llicència" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Quant a %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Crèdits" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Escrit per" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documentat per" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Traduït per" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Art per" @@ -1336,17 +1336,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "El tipus de la funció no és vàlid: «%s»" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "El nom de l'element arrel no és vàlid: «%s»" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "L'etiqueta no està gestionada: «%s»" @@ -1443,7 +1448,7 @@ msgstr "Desactivat" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Nou accelerador..." @@ -1589,11 +1594,11 @@ msgstr "" msgid "Color Selection" msgstr "Selecció de color" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Mètodes d'entrada" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Inserix caràcters de control Unicode" @@ -2040,7 +2045,7 @@ msgstr "_Canvia el nom" msgid "_Selection: " msgstr "_Selecció: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2049,15 +2054,15 @@ msgstr "" "No s'ha pogut convertir el nom de fitxer «%s» a UTF-8. (Proveu d'establir la " "variable d'entorn G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 no vàlid" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "El nom és massa llarg" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "No s'ha pogut convertir el nom del fitxer" @@ -2309,43 +2314,43 @@ msgstr "Opcions de GTK+" msgid "Show GTK+ Options" msgstr "Mostra les opcions de GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "C_onnecta" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Canvia el nom" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Ubicació:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "_Pressió:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2417,7 +2422,7 @@ msgstr "Grandària del _paper:" msgid "_Orientation:" msgstr "_Orientació:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Configuració de la pàgina" @@ -2572,17 +2577,17 @@ msgstr "S'ha produït un error en llançar la previsualització" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "S'ha produït un error en llançar la previsualització" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "S'ha produït un error en imprimir" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplicació" @@ -2644,41 +2649,41 @@ msgstr "Gestor no vàlid a PrintDlgEx" msgid "Unspecified error" msgstr "Error no especificat" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Impressora" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Ubicació" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Estat" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 #, fuzzy msgid "Range" msgstr "Ra_ng" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 #, fuzzy msgid "_All Pages" msgstr "Tots els fulls" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "Act_ual" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 #, fuzzy msgid "Pag_es:" msgstr "Llocs" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2686,145 +2691,155 @@ msgstr "" "Especifiqueu un o més rangs de pàgines,\n" "p.ex. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Llocs" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Còpies" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Còpie_s:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "C_ompagina" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Inve_rtix" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "General" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "S'està preparant" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "Marca _esquerra-a-dreta LRM" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "Imprimix a un fitxer" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Disposició" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Doble cara:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Pàgines per _cara:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "Pàgines per _cara:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "N_omés imprimix:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Tots els fulls" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Fulls parells" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Fulls senars" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Esc_ala:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Paper" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tipus de paper:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Font del pape_r:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Safata de so_rtida:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detalls del treball" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oritat:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Informació de _facturació:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Imprimix el document" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "A_ra" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_a:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "En es_pera" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Afig pàgina de coberta" @@ -2832,7 +2847,7 @@ msgstr "Afig pàgina de coberta" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "A_bans:" @@ -2840,38 +2855,38 @@ msgstr "A_bans:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Després:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Treball" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avançat" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Qualitat de la imatge" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Color" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Acabaments" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Alguns paràmetres del diàleg estan en conflicte" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Imprimix" diff --git a/po/crh.po b/po/crh.po index d970e41d4e..574a314ecf 100644 --- a/po/crh.po +++ b/po/crh.po @@ -6,69 +6,70 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ TRUNK\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-09 02:50-0500\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-04-09 03:07-0500\n" "Last-Translator: Reşat SABIQ \n" -"Language-Team: Qırımtatarca (Qırım Türkçesi) \n" +"Language-Team: Qırımtatarca (Qırım Türkçesi) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../gdk/gdk.c:103 +#: gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "--gdk-debug ihtiyarını ayırıştırğanda hata" -#: ../gdk/gdk.c:123 +#: gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "--gdk-no-debug ihtiyarını ayırıştırğanda hata" #. Description of --class=CLASS in --help output -#: ../gdk/gdk.c:151 +#: gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Pencere idarecisi tarafından qullanılğanı kibi program sınıfı" #. Placeholder in --class=CLASS in --help output -#: ../gdk/gdk.c:152 +#: gdk/gdk.c:152 msgid "CLASS" msgstr "SINIF" #. Description of --name=NAME in --help output -#: ../gdk/gdk.c:154 +#: gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Pencere idarecisi tarafından qullanılğanı kibi program ismi" #. Placeholder in --name=NAME in --help output -#: ../gdk/gdk.c:155 +#: gdk/gdk.c:155 msgid "NAME" msgstr "İSİM" #. Description of --display=DISPLAY in --help output -#: ../gdk/gdk.c:157 +#: gdk/gdk.c:157 msgid "X display to use" msgstr "Qullanılacaq X kösterimi" # modules/input/imipa.c:144 #. Placeholder in --display=DISPLAY in --help output -#: ../gdk/gdk.c:158 +#: gdk/gdk.c:158 msgid "DISPLAY" msgstr "KÖSTERİM" #. Description of --screen=SCREEN in --help output -#: ../gdk/gdk.c:160 +#: gdk/gdk.c:160 msgid "X screen to use" msgstr "Qullanılacaq X ekranı" #. Placeholder in --screen=SCREEN in --help output -#: ../gdk/gdk.c:161 +#: gdk/gdk.c:161 msgid "SCREEN" msgstr "EKRAN" #. Description of --gdk-debug=FLAGS in --help output -#: ../gdk/gdk.c:164 +#: gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Tesbit etilecek Gdk arızasızlandıruv bayraqları" @@ -76,248 +77,251 @@ msgstr "Tesbit etilecek Gdk arızasızlandıruv bayraqları" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 +#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 msgid "FLAGS" msgstr "BAYRAQLAR" #. Description of --gdk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:167 +#: gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Ğayrı tesbit etilecek Gdk arızasızlandıruv bayraqları" # tüklü -#: ../gdk/keyname-table.h:3940 +#: gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "KeriBoşluq" -#: ../gdk/keyname-table.h:3941 +#: gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Sekirme" -#: ../gdk/keyname-table.h:3942 +#: gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Kirset" # gtk/gtkstock.c:297 -#: ../gdk/keyname-table.h:3943 +#: gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Tınışla" -#: ../gdk/keyname-table.h:3944 +#: gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Taydıruv_Kiliti" # tüklü -#: ../gdk/keyname-table.h:3945 +#: gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: ../gdk/keyname-table.h:3946 +#: gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Qaçış" -#: ../gdk/keyname-table.h:3947 +#: gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Çoqlu_tuş" # gtk/gtkcolorsel.c:1800 -#: ../gdk/keyname-table.h:3948 +#: gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Ev" # gtk/gtkstock.c:291 -#: ../gdk/keyname-table.h:3949 +#: gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Sol" -#: ../gdk/keyname-table.h:3950 +#: gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Yuqarı" -#: ../gdk/keyname-table.h:3951 +#: gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Sağ" -#: ../gdk/keyname-table.h:3952 +#: gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Aşağı" -#: ../gdk/keyname-table.h:3953 +#: gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Saife_Yuqarı" -#: ../gdk/keyname-table.h:3954 +#: gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Saife_Aşağı" -#: ../gdk/keyname-table.h:3955 +#: gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "Soñ" -#: ../gdk/keyname-table.h:3956 +#: gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Başlanğıç" # gtk/gtkstock.c:299 -#: ../gdk/keyname-table.h:3957 +#: gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Bastır" -#: ../gdk/keyname-table.h:3958 +#: gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Qıstır" # tüklü -#: ../gdk/keyname-table.h:3959 +#: gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Sayı_Kiliti (NumLock)" # gtk/gtkfilesel.c:1351 -#: ../gdk/keyname-table.h:3960 +#: gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "Tuş-Taqım_Boşluq" -#: ../gdk/keyname-table.h:3961 +#: gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "Tuş-Taqım_Sekirme" # gtk/gtkstock.c:299 -#: ../gdk/keyname-table.h:3962 +#: gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "Tuş-Taqım_Kirset" -#: ../gdk/keyname-table.h:3963 +#: gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "Tuş-Taqım_Ev" # gtk/gtkstock.c:291 -#: ../gdk/keyname-table.h:3964 +#: gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "Tuş-Taqım_Sol" -#: ../gdk/keyname-table.h:3965 +#: gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "Tuş-Taqım_Yuqarı" -#: ../gdk/keyname-table.h:3966 +#: gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "Tuş-Taqım_Sağ" -#: ../gdk/keyname-table.h:3967 +#: gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "Tuş-Taqım_Aşağı" -#: ../gdk/keyname-table.h:3968 +#: gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "Tuş-Taqım_Saife_Yuqarı" -#: ../gdk/keyname-table.h:3969 +#: gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "Tuş-Taqım_Evelki" -#: ../gdk/keyname-table.h:3970 +#: gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "Tuş-Taqım_Saife_Aşağı" -#: ../gdk/keyname-table.h:3971 +#: gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "Tuş-Taqım_Soñraki" -#: ../gdk/keyname-table.h:3972 +#: gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "Tuş-Taqım_Soñ" -#: ../gdk/keyname-table.h:3973 +#: gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "Tuş-Taqım_Başlanğıç" -#: ../gdk/keyname-table.h:3974 +#: gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "Tuş-Taqım_Qıstır" # gtk/gtkfilesel.c:762 gtk/gtkfilesel.c:1176 -#: ../gdk/keyname-table.h:3975 +#: gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "Tuş-Taqım_Sil" # gtk/gtkfilesel.c:762 gtk/gtkfilesel.c:1176 -#: ../gdk/keyname-table.h:3976 +#: gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Sil" # gdk-pixbuf/gdk-pixbuf-animation.c:144 gdk-pixbuf/gdk-pixbuf-io.c:516 -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 +#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 +#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' dosyesi açılamadı: %s" # gdk-pixbuf/gdk-pixbuf-animation.c:155 gdk-pixbuf/gdk-pixbuf-io.c:526 -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 +#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Suret dosyesi '%s' iç bir veri ihtiva etmey" # gdk-pixbuf/gdk-pixbuf-animation.c:205 gdk-pixbuf/gdk-pixbuf-io.c:571 -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 +#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 #, c-format -msgid "Failed to load image '%s': reason not known, probably a corrupt image file" -msgstr "'%s' sureti yüklenamadı: sebep bilinmey, mühtemelen bozuq suret dosyesi" +msgid "" +"Failed to load image '%s': reason not known, probably a corrupt image file" +msgstr "" +"'%s' sureti yüklenamadı: sebep bilinmey, mühtemelen bozuq suret dosyesi" # gdk-pixbuf/gdk-pixbuf-animation.c:233 -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " "animation file" -msgstr "'%s' sureti yüklenamadı: sebep bilinmey, mühtemelen bozuq canlandırma dosyesi" +msgstr "" +"'%s' sureti yüklenamadı: sebep bilinmey, mühtemelen bozuq canlandırma dosyesi" # gdk-pixbuf/gdk-pixbuf-io.c:295 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 +#: gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Suret-yükleme modülini yükleyamayım: %s: %s" # gdk-pixbuf/gdk-pixbuf-io.c:314 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 +#: gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -327,84 +331,84 @@ msgstr "" "sürümindenmidir?" # gdk-pixbuf/gdk-pixbuf-io.c:425 gdk-pixbuf/gdk-pixbuf-io.c:451 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 +#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Suret türü '%s' desteklenmey" # gdk-pixbuf/gdk-pixbuf-io.c:473 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 +#: gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "'%s' dosyesindeki suretniñ formatını tanıyamadım" # gdk-pixbuf/gdk-pixbuf-io.c:479 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 +#: gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Tanılmağan suret dosyesi formatı" # gdk-pixbuf/gdk-pixbuf-io.c:582 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Suret '%s' yüklenamadı: %s" # gdk-pixbuf/io-jpeg.c:125 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 +#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Suret dosyesine yazğanda hata: %s" # gdk-pixbuf/gdk-pixbuf-io.c:687 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "gdk-pixbuf'nıñ bu inşası suret formatını saqlavnı desteklemey: %s" # gdk-pixbuf/io-xbm.c:295 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Suretni keri-çağırılımğa saqlamaq içün yetersiz hafiza" # gdk-pixbuf/io-tiff.c:264 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Muvaqqat dosye açılamadı" # gdk-pixbuf/io-xbm.c:429 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Muvaqqat dosyeden oquyamadım" # gdk-pixbuf/gdk-pixbuf-io.c:790 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "'%s' dosyesi yazmaq içün açılamadı: %s" # gdk-pixbuf/gdk-pixbuf-io.c:811 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" "s" msgstr "" -"Suretni yazğanda '%s' qapatılamadı, verilerniñ episi saqlanmağan ola bilir: " -"%s" +"Suretni yazğanda '%s' qapatılamadı, verilerniñ episi saqlanmağan ola bilir: %" +"s" # tüklü # gdk-pixbuf/io-xbm.c:295 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Suretni buferge saqlamaq içün yetersiz hafiza" # gdk-pixbuf/io-jpeg.c:125 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Suret aqımına yazğanda hata" # gdk-pixbuf/gdk-pixbuf-loader.c:275 gdk-pixbuf/gdk-pixbuf-loader.c:376 -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -415,175 +419,171 @@ msgstr "" # tüklü # gdk-pixbuf/gdk-pixbuf-loader.c:252 -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "'%s' suret türüniñ artımlı yüklenüvi desteklenmey" # tüklü # gdk-pixbuf/gdk-pixdata.c:145 -#: ../gdk-pixbuf/gdk-pixdata.c:147 +#: gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Suret başlığı bozuq" # gdk-pixbuf/gdk-pixdata.c:150 -#: ../gdk-pixbuf/gdk-pixdata.c:152 +#: gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Suret formatı bilinmey" # gdk-pixbuf/gdk-pixdata.c:155 gdk-pixbuf/gdk-pixdata.c:432 -#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 +#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Suret piksel verileri bozuq" # gdk-pixbuf/gdk-pixdata.c:378 -#: ../gdk-pixbuf/gdk-pixdata.c:431 +#: gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "%u baytlıq suret buferi tahsis etilamadı" # tüklü -#: ../gdk-pixbuf/io-ani.c:244 +#: gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Canlandırmada beklenmegen işaretçik tomarı" -#: ../gdk-pixbuf/io-ani.c:337 +#: gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Desteklenmegen canlandırma türü" -#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 -#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 -#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 +#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 +#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Canlandırma içinde keçersiz başlıq" # gdk-pixbuf/io-gif.c:746 gdk-pixbuf/io-gif.c:1340 gdk-pixbuf/io-gif.c:1385 # gdk-pixbuf/io-gif.c:1499 -#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 -#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 -#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 +#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 +#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Canlandırmanı yüklemek içün yeterli hafiza yoq" -#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 -#: ../gdk-pixbuf/io-ani.c:443 +#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Canlandırmada yañlış-şekilli tomar" # gdk-pixbuf/gdk-pixdata.c:150 -#: ../gdk-pixbuf/io-ani.c:711 +#: gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "ANI suret formatı" # gdk-pixbuf/io-bmp.c:278 gdk-pixbuf/io-bmp.c:300 -#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 -#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 -#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 +#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 +#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "BMP sureti sahte başlıq verilerine malik" # gdk-pixbuf/io-bmp.c:325 -#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 +#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Bit-haritası suretini yüklemek içün hafiza yetersiz" # gdk-pixbuf/io-bmp.c:255 -#: ../gdk-pixbuf/io-bmp.c:319 +#: gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "BMP sureti desteklenmegen başlıq ölçüsine malik" -#: ../gdk-pixbuf/io-bmp.c:357 +#: gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Yuqarıdan-aşağığa BMP suretleri sıqıştırılamaz" -#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 +#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Baliğ olmağan dosye-soñu rastkeldi" # gdk-pixbuf/io-jpeg.c:529 -#: ../gdk-pixbuf/io-bmp.c:1329 +#: gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "BMP dosyesini saqlamaq içün hafiza tahsis etilamadı" # gtk/gtkfilesel.c:3277 -#: ../gdk-pixbuf/io-bmp.c:1370 +#: gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "BMP dosyesine yazamadım" -#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 +#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "BMP suret formatı" # gdk-pixbuf/io-gif.c:218 -#: ../gdk-pixbuf/io-gif.c:222 +#: gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "GIF oqulamadı: %s" # gdk-pixbuf/io-gif.c:460 gdk-pixbuf/io-gif.c:1352 gdk-pixbuf/io-gif.c:1511 -#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 -#: ../gdk-pixbuf/io-gif.c:1642 +#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" -msgstr "GIF dosyesinde bazı veriler eksik edi (nasıl olsa pıtalğan ola bilirmi?)" +msgstr "" +"GIF dosyesinde bazı veriler eksik edi (nasıl olsa pıtalğan ola bilirmi?)" # gdk-pixbuf/io-gif.c:469 -#: ../gdk-pixbuf/io-gif.c:505 +#: gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "GIF yükleyicide içki hata (%s)" -#: ../gdk-pixbuf/io-gif.c:579 +#: gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Çeren taşması" # gdk-pixbuf/io-gif.c:592 -#: ../gdk-pixbuf/io-gif.c:639 +#: gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "GIF suret yükleyicisi bu suretni añlayamay." -#: ../gdk-pixbuf/io-gif.c:668 +#: gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Fena kod rastkeldi" # tüklü # gdk-pixbuf/io-gif.c:622 -#: ../gdk-pixbuf/io-gif.c:678 +#: gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "GIF dosyesinde daireviy cedvel kirildisi" # gdk-pixbuf/io-gif.c:746 gdk-pixbuf/io-gif.c:1340 gdk-pixbuf/io-gif.c:1385 # gdk-pixbuf/io-gif.c:1499 -#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 -#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 +#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 +#: gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "GIF dosyesini yüklemek içün yetersiz hafiza" # tüklü # gdk-pixbuf/io-gif.c:746 gdk-pixbuf/io-gif.c:1340 gdk-pixbuf/io-gif.c:1385 # gdk-pixbuf/io-gif.c:1499 -#: ../gdk-pixbuf/io-gif.c:960 +#: gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "GIF dosyesindeki bir çerçiveni telif etmek içün yeterli hafiza yoq" # gdk-pixbuf/io-gif.c:990 -#: ../gdk-pixbuf/io-gif.c:1132 +#: gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "Bozuq GIF dosyesi (LZW sıqıştırması yañlış)" # gdk-pixbuf/io-gif.c:1040 -#: ../gdk-pixbuf/io-gif.c:1182 +#: gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Dosye bir GIF dosyesi kibi körünmey" # gdk-pixbuf/io-gif.c:1052 -#: ../gdk-pixbuf/io-gif.c:1194 +#: gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "GIF dosye formatınıñ %s sürümi desteklenmey" # gdk-pixbuf/io-gif.c:1178 -#: ../gdk-pixbuf/io-gif.c:1303 +#: gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -592,131 +592,129 @@ msgstr "" "tüs-haritası da yoq." # gdk-pixbuf/io-gif.c:1407 -#: ../gdk-pixbuf/io-gif.c:1537 +#: gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "GIF sureti ya pıtalğan ya da tamamlanmağan." # gdk-pixbuf/gdk-pixdata.c:150 -#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 +#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "GIF suret formatı" -#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 -#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 -#: ../gdk-pixbuf/io-ico.c:359 +#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 +#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "İşaretçik içinde keçersiz başlıq" # gdk-pixbuf/io-gif.c:746 gdk-pixbuf/io-gif.c:1340 gdk-pixbuf/io-gif.c:1385 # gdk-pixbuf/io-gif.c:1499 -#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 -#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 -#: ../gdk-pixbuf/io-ico.c:462 +#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 +#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "İşaretçikni yüklemek içün yetersiz hafiza" -#: ../gdk-pixbuf/io-ico.c:322 +#: gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "İşaretçikniñ kenişligi sıfırdır" -#: ../gdk-pixbuf/io-ico.c:332 +#: gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "İşaretçikniñ yüksekligi sıfırdır" # gdk-pixbuf/gdk-pixbuf-io.c:425 gdk-pixbuf/gdk-pixbuf-io.c:451 -#: ../gdk-pixbuf/io-ico.c:384 +#: gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Sıqıştırılğan işaretçikler desteklenmey" -#: ../gdk-pixbuf/io-ico.c:417 +#: gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Desteklenmegen işaretçik türü" # gdk-pixbuf/io-gif.c:746 gdk-pixbuf/io-gif.c:1340 gdk-pixbuf/io-gif.c:1385 # gdk-pixbuf/io-gif.c:1499 -#: ../gdk-pixbuf/io-ico.c:511 +#: gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "ICO dosyesini yüklemek içün yetersiz hafiza" -#: ../gdk-pixbuf/io-ico.c:976 +#: gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Suret, ICO olaraq saqlanmaq içün fazla büyük" -#: ../gdk-pixbuf/io-ico.c:987 +#: gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "İmleçniñ sıcaq-noqtası suretniñ tışında" -#: ../gdk-pixbuf/io-ico.c:1010 +#: gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "ICO dosyesi içün desteklenmegen terenlik: %d" # gdk-pixbuf/gdk-pixdata.c:150 -#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 +#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "ICO suret formatı" # gdk-pixbuf/io-png.c:610 -#: ../gdk-pixbuf/io-icns.c:347 +#: gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "ICNS sureti oqulğanda hata: %s" -#: ../gdk-pixbuf/io-icns.c:364 +#: gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "ICNS dosyesi ğayrı-kodlandırılamadı" # gdk-pixbuf/gdk-pixdata.c:150 -#: ../gdk-pixbuf/io-icns.c:397 +#: gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "ICNS suret formatı" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-jasper.c:75 +#: gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Aqım içün hafiza tahsis etilamadı" # gtk/gtkfilesel.c:3277 -#: ../gdk-pixbuf/io-jasper.c:105 +#: gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Suret ğayrı-kodlandırılamadı" -#: ../gdk-pixbuf/io-jasper.c:123 +#: gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Dönüştirilgen JPEG2000 kenişligi ve yüksekligi sıfırdır." # gdk-pixbuf/gdk-pixbuf-io.c:425 gdk-pixbuf/gdk-pixbuf-io.c:451 -#: ../gdk-pixbuf/io-jasper.c:137 +#: gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Suret türü al-azırda desteklenmey" # gdk-pixbuf/io-jpeg.c:529 -#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 +#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Tüs profili içün hafiza tahsis etilamadı" # gdk-pixbuf/io-tiff.c:178 gdk-pixbuf/io-tiff.c:194 gdk-pixbuf/io-tiff.c:471 -#: ../gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 dosyesini açmaq içün yetersiz hafiza" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Suret verilerini buferlemek içün hafiza tahsis etilamadı" -#: ../gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 suret formatı" # gdk-pixbuf/io-jpeg.c:125 -#: ../gdk-pixbuf/io-jpeg.c:117 +#: gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "JPEG suret dosyesi tefsir etilgende hata (%s)" # gdk-pixbuf/io-jpeg.c:234 -#: ../gdk-pixbuf/io-jpeg.c:529 +#: gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -724,23 +722,23 @@ msgstr "" "Suretni yüklemek içün yetersiz hafiza, hafizanı azat etmek içün bazı " "uyğulamalardan çıquvnı deñeñiz" -#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 +#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Desteklenmegen JPEG tüs fezası (%s)" # gdk-pixbuf/io-jpeg.c:529 -#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 -#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 +#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 +#: gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "JPEG dosyesini yüklemek içün hafiza tahsis etilamadı" -#: ../gdk-pixbuf/io-jpeg.c:920 +#: gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Dönüştirilgen JPEG kenişligi yaki yüksekligi sıfırdır." # gdk-pixbuf/io-jpeg.c:655 -#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 +#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -750,101 +748,103 @@ msgstr "" "ayırıştırılamadı." # gdk-pixbuf/io-jpeg.c:670 -#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 +#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format -msgid "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." -msgstr "JPEG keyfiyeti 0 ile 100 arasında bir deger olmalı; '%d' degeri caiz degil." +msgid "" +"JPEG quality must be a value between 0 and 100; value '%d' is not allowed." +msgstr "" +"JPEG keyfiyeti 0 ile 100 arasında bir deger olmalı; '%d' degeri caiz degil." -#: ../gdk-pixbuf/io-jpeg.c:1309 ../gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG suret formatı" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-pcx.c:187 +#: gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Başlıq içün hafiza tahsis etilamadı" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 +#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Kontekst buferi içün hafiza tahsis etilamadı" -#: ../gdk-pixbuf/io-pcx.c:601 +#: gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Suret keçersiz kenişlikke ve/yaki yükseklikke malik" # gdk-pixbuf/io-bmp.c:255 -#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 +#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Suret desteklenmegen Piksel-Başına Bit qıymetine saip" # tüklü # gdk-pixbuf/io-bmp.c:255 -#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 +#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Suret desteklenmegen sayıda %d-bit tüzlemge malik" -#: ../gdk-pixbuf/io-pcx.c:642 +#: gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Yañı piksel buferi (pixbuf) icat etilamadı" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-pcx.c:650 +#: gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Satır verileri içün hafiza tahsis etilamadı" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-pcx.c:657 +#: gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Paletli veriler içün hafiza tahsis etilamadı" -#: ../gdk-pixbuf/io-pcx.c:704 +#: gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "PCX suretiniñ bütün satırları alınmadı" -#: ../gdk-pixbuf/io-pcx.c:711 +#: gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "PCX verileriniñ soñunda iç bir palet tapılmadı" -#: ../gdk-pixbuf/io-pcx.c:756 +#: gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "PCX suret formatı" # gdk-pixbuf/io-pnm.c:423 gdk-pixbuf/io-pnm.c:451 gdk-pixbuf/io-pnm.c:483 -#: ../gdk-pixbuf/io-png.c:55 +#: gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "PNG dosyesiniñ kanal başına bit qıymeti keçersiz." -#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 +#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Dönüştirilgen PNG suretiniñ kenişligi yaki yüksekligi sıfırdır." -#: ../gdk-pixbuf/io-png.c:144 +#: gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Dönüştirilgen PNG'niñ kanal başına bit qıymeti 8 degil." -#: ../gdk-pixbuf/io-png.c:153 +#: gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Dönüştirilgen PNG, RGB yaki RGBA degil." -#: ../gdk-pixbuf/io-png.c:162 +#: gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "Dönüştirilgen PNG'de desteklenmegen sayıda kanal bar, 3 yaki 4 olmalı." # gdk-pixbuf/io-png.c:161 -#: ../gdk-pixbuf/io-png.c:183 +#: gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "PNG suret dosyesinde ölümcil hata: %s" # gdk-pixbuf/io-png.c:245 -#: ../gdk-pixbuf/io-png.c:310 +#: gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "PNG dosyesini yüklemek içün yetersiz hafiza" # gdk-pixbuf/io-png.c:536 -#: ../gdk-pixbuf/io-png.c:633 +#: gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -854,28 +854,29 @@ msgstr "" "azlaştırmaq içün bazı uyğulamalardan çıquvnı deñeñiz" # gdk-pixbuf/io-png.c:610 -#: ../gdk-pixbuf/io-png.c:684 +#: gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "PNG dosyesini oquğanda ölümcil hata" # gdk-pixbuf/io-png.c:610 -#: ../gdk-pixbuf/io-png.c:733 +#: gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "PNG dosyesini oquğanda ölümcil hata: %s" -#: ../gdk-pixbuf/io-png.c:825 -msgid "Keys for PNG text chunks must have at least 1 and at most 79 characters." +#: gdk-pixbuf/io-png.c:825 +msgid "" +"Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "PNG metin tomarları içün anahtarlar eñ az 1 ve eñ çoq 79 remizden ibaret " "olmalı." -#: ../gdk-pixbuf/io-png.c:833 +#: gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "PNG metin tomarları içün anahtarlar ASCII remizleri olmalı." # gdk-pixbuf/io-jpeg.c:655 -#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 +#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -885,7 +886,7 @@ msgstr "" "ayrıştırılamadı." # gdk-pixbuf/io-jpeg.c:670 -#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 +#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -894,482 +895,479 @@ msgstr "" "PNG sıqıştırma seviyesi 0 ile 9 arasında bir qıymet olmalı; '%d' qıymeti " "caiz degildir." -#: ../gdk-pixbuf/io-png.c:896 +#: gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "%s PNG metin tomarınıñ qıymeti ISO-8859-1 kodlandırmasına çevirilamay." # gdk-pixbuf/io-pnm.c:543 gdk-pixbuf/io-pnm.c:585 -#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 +#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "PNG suret formatı" # gdk-pixbuf/io-pnm.c:254 -#: ../gdk-pixbuf/io-pnm.c:250 +#: gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "PNM yükleyicisi tamsayı tapmaqnı bekledi, ancaq tapamadı" # gdk-pixbuf/io-pnm.c:285 -#: ../gdk-pixbuf/io-pnm.c:282 +#: gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "PNM dosyesi keçersiz başlanğıç baytına malik" # gdk-pixbuf/io-pnm.c:315 -#: ../gdk-pixbuf/io-pnm.c:312 +#: gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "PNM dosyesi tanılğan bir PNM alt-formatında degil" # gdk-pixbuf/io-pnm.c:340 -#: ../gdk-pixbuf/io-pnm.c:337 +#: gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "PNM dosyesindeki suret kenişligi 0" # gdk-pixbuf/io-pnm.c:361 -#: ../gdk-pixbuf/io-pnm.c:358 +#: gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "PNM dosyesindeki suret yüksekligi 0" # gdk-pixbuf/io-pnm.c:384 -#: ../gdk-pixbuf/io-pnm.c:381 +#: gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "PNM dosyesindeki azamiy tüs qıymeti 0" # gdk-pixbuf/io-pnm.c:384 -#: ../gdk-pixbuf/io-pnm.c:389 +#: gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "PNM dosyesindeki azamiy tüs qıymeti fazla büyük" # gdk-pixbuf/io-pnm.c:423 gdk-pixbuf/io-pnm.c:451 gdk-pixbuf/io-pnm.c:483 -#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 -#: ../gdk-pixbuf/io-pnm.c:504 +#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Çiy PNM suret türü keçersizdir" # gdk-pixbuf/io-pnm.c:644 -#: ../gdk-pixbuf/io-pnm.c:654 +#: gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "PNM suret yükleyicisi bu PNM alt-formatını desteklemey" -#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 +#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "Çiy PNM formatları nümüneviy verilerden evel tam olaraq bir aq-boşluq " "kerektirir" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-pnm.c:768 +#: gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "PNM suretiniñ yüklenüvi içün hafiza tahsis etilamay" # gdk-pixbuf/io-pnm.c:920 -#: ../gdk-pixbuf/io-pnm.c:818 +#: gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "PNM kontekst yapısını yüklemek içün yetersiz hafiza" # gdk-pixbuf/io-pnm.c:818 -#: ../gdk-pixbuf/io-pnm.c:869 +#: gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "PNM suret verileriniñ beklenmegen soñu" # gdk-pixbuf/io-pnm.c:920 -#: ../gdk-pixbuf/io-pnm.c:997 +#: gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "PNM dosyesini yüklemek içün yetersiz hafiza" -#: ../gdk-pixbuf/io-pnm.c:1081 +#: gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "PNM/PBM/PGM/PPM suret formatı ailesi" # gdk-pixbuf/io-bmp.c:278 gdk-pixbuf/io-bmp.c:300 -#: ../gdk-pixbuf/io-ras.c:126 +#: gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "RAS sureti sahte başlıq verilerine saip" # gdk-pixbuf/gdk-pixdata.c:150 -#: ../gdk-pixbuf/io-ras.c:148 +#: gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "RAS sureti bilinmegen türge saip" -#: ../gdk-pixbuf/io-ras.c:156 +#: gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "desteklenmegen RAS sureti çeşiti" # gdk-pixbuf/io-bmp.c:325 -#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 +#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "RAS suretini yüklemek içün yeterli hafiza yoq" # tüklü -#: ../gdk-pixbuf/io-ras.c:545 +#: gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Sun raster suret formatı" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-tga.c:154 +#: gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "IOBuffer yapısı içün hafiza tahsis etilamadı" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-tga.c:173 +#: gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "IOBuffer verileri içün hafiza tahsis etilamadı" -#: ../gdk-pixbuf/io-tga.c:184 +#: gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "IOBuffer verileri kene tahsis etilamay" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-tga.c:214 +#: gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Muvaqqat IOBuffer verileri tahsis etilamay" -#: ../gdk-pixbuf/io-tga.c:347 +#: gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Yañı piksel buferi (pixbuf) tahsis etilamay" -#: ../gdk-pixbuf/io-tga.c:687 +#: gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Tüs haritası yapısı tahsis etilamay" # tüklü -#: ../gdk-pixbuf/io-tga.c:694 +#: gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Tüs haritası kirildileri tahsis etilamay" -#: ../gdk-pixbuf/io-tga.c:716 +#: gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Tüs haritası kirildileri içün beklenmegen bit-terenligi" -#: ../gdk-pixbuf/io-tga.c:734 +#: gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "TGA başlığı hafizası tahsis etilamay" # tüklü -#: ../gdk-pixbuf/io-tga.c:767 +#: gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "TGA sureti keçersiz boyutlarğa saip" # gdk-pixbuf/gdk-pixbuf-io.c:425 gdk-pixbuf/gdk-pixbuf-io.c:451 -#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 -#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 -#: ../gdk-pixbuf/io-tga.c:809 +#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 +#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "TGA sureti türü desteklenmey" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-tga.c:856 +#: gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "TGA kontekst yapısı içün hafiza tahsis etilamay" -#: ../gdk-pixbuf/io-tga.c:921 +#: gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Dosyede veriler fazlası" -#: ../gdk-pixbuf/io-tga.c:1002 +#: gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Targa suret formatı" # gdk-pixbuf/io-tiff.c:152 -#: ../gdk-pixbuf/io-tiff.c:160 +#: gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Suret kenişligi alınamadı (fena TIFF dosyesi)" # gdk-pixbuf/io-tiff.c:159 -#: ../gdk-pixbuf/io-tiff.c:167 +#: gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Suret yüksekligi alınamadı (fena TIFF dosyesi)" # gdk-pixbuf/io-tiff.c:169 -#: ../gdk-pixbuf/io-tiff.c:175 +#: gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "TIFF suretiniñ kenişligi yaki yüksekligi sıfırdır" -#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 +#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "TIFF suretiniñ boyutları fazla büyük" # gdk-pixbuf/io-tiff.c:178 gdk-pixbuf/io-tiff.c:194 gdk-pixbuf/io-tiff.c:471 -#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 -#: ../gdk-pixbuf/io-tiff.c:541 +#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "TIFF dosyesini açmaq içün yetersiz hafiza" # gdk-pixbuf/io-tiff.c:201 -#: ../gdk-pixbuf/io-tiff.c:275 +#: gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "TIFF dosyesinden RGB verileri yüklenamadı" # gdk-pixbuf/io-tiff.c:264 -#: ../gdk-pixbuf/io-tiff.c:331 +#: gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "TIFF sureti açılamadı" # gdk-pixbuf/io-tiff.c:277 -#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 +#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "TIFFClose ameliyatı muvafaqiyetsiz" # gdk-pixbuf/io-tiff.c:411 -#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 +#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "TIFF sureti yüklenamadı" # gdk-pixbuf/io-tiff.c:264 -#: ../gdk-pixbuf/io-tiff.c:670 +#: gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "TIFF sureti saqlanamadı" # gdk-pixbuf/io-tiff.c:264 -#: ../gdk-pixbuf/io-tiff.c:708 +#: gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "TIFF verileri yazılamadı" # gtk/gtkfilesel.c:3277 -#: ../gdk-pixbuf/io-tiff.c:760 +#: gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "TIFF dosyesine yazılamadı" -#: ../gdk-pixbuf/io-tiff.c:815 +#: gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "TIFF suret formatı" -#: ../gdk-pixbuf/io-wbmp.c:246 +#: gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Suret kenişligi sıfırdır" -#: ../gdk-pixbuf/io-wbmp.c:264 +#: gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Suret yüksekligi sıfırdır" # gdk-pixbuf/io-bmp.c:325 -#: ../gdk-pixbuf/io-wbmp.c:275 +#: gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Suretni yüklemek içün hafiza yeterli degil" -#: ../gdk-pixbuf/io-wbmp.c:334 +#: gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Qalğanları saqlanamadı" -#: ../gdk-pixbuf/io-wbmp.c:375 +#: gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "WBMP suret formatı" # gdk-pixbuf/io-xbm.c:284 -#: ../gdk-pixbuf/io-xbm.c:295 +#: gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Keçersiz XBM dosyesi" # gdk-pixbuf/io-xbm.c:295 -#: ../gdk-pixbuf/io-xbm.c:305 +#: gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "XBM suret dosyesini yüklemek içün yetersiz hafiza" # gdk-pixbuf/io-xbm.c:429 -#: ../gdk-pixbuf/io-xbm.c:453 +#: gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "XBM sureti yüklengende muvaqqat dosyege yazamadım" -#: ../gdk-pixbuf/io-xbm.c:492 +#: gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "XBM suret formatı" # gdk-pixbuf/io-xpm.c:1257 -#: ../gdk-pixbuf/io-xpm.c:468 +#: gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "XPM başlığı tapılamadı" # gdk-pixbuf/io-xbm.c:284 -#: ../gdk-pixbuf/io-xpm.c:477 +#: gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Keçersiz XPM başlığı" # gdk-pixbuf/io-pnm.c:340 -#: ../gdk-pixbuf/io-xpm.c:485 +#: gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "XPM dosyesiniñ suret kenişligi <= 0" # gdk-pixbuf/io-pnm.c:361 -#: ../gdk-pixbuf/io-xpm.c:493 +#: gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "XPM dosyesiniñ suret yüksekligi <= 0" # gdk-pixbuf/io-xpm.c:1265 -#: ../gdk-pixbuf/io-xpm.c:501 +#: gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM keçersiz sayıda piksel başına remizge saip" -#: ../gdk-pixbuf/io-xpm.c:510 +#: gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "XPM dosyesindeki tüs sayısı keçersizdir" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 -#: ../gdk-pixbuf/io-xpm.c:583 +#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "XPM suretiniñ yüklenüvi içün hafiza tahsis etilamay" # gdk-pixbuf/io-xpm.c:1283 -#: ../gdk-pixbuf/io-xpm.c:545 +#: gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "XPM tüs haritası oqulamay" # gdk-pixbuf/io-xpm.c:1505 -#: ../gdk-pixbuf/io-xpm.c:777 +#: gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "XPM sureti yüklengende muvaqqat dosyege yazamadım" # gdk-pixbuf/io-pnm.c:543 gdk-pixbuf/io-pnm.c:585 -#: ../gdk-pixbuf/io-xpm.c:816 +#: gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "XPM suret formatı" -#: ../gdk-pixbuf/io-gdip-emf.c:59 +#: gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "EMF suret formatı" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-gdip-utils.c:220 +#: gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Hafiza tahsis etilamadı: %s" # gtk/gtkfilesel.c:1011 -#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 -#: ../gdk-pixbuf/io-gdip-utils.c:394 +#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 +#: gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Aqım icat etilamadı: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:259 +#: gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Aqım aranamadı: %s" # gtk/gtkfilesel.c:1011 -#: ../gdk-pixbuf/io-gdip-utils.c:271 +#: gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Aqımdan oqulamadı: %s" # gtk/gtkfilesel.c:3277 -#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 +#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Bit-haritası yüklenamadı" # gtk/gtkfilesel.c:3277 -#: ../gdk-pixbuf/io-gdip-utils.c:838 +#: gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Meta-dosye yüklenamadı" -#: ../gdk-pixbuf/io-gdip-utils.c:997 +#: gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "GDI+ içün desteklenmegen suret formatı" -#: ../gdk-pixbuf/io-gdip-utils.c:1004 +#: gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Saqlayamadım" -#: ../gdk-pixbuf/io-gdip-wmf.c:58 +#: gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "WMF suret formatı" #. Description of --sync in --help output -#: ../gdk/win32/gdkmain-win32.c:54 +#: gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "GDI istemlerini yığınlama" #. Description of --no-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:56 +#: gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "" "Tablet destegi içün Wintab UPA (Uyğulama Programlav Arayüzü; API) " "qullanılmasın" #. Description of --ignore-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:58 +#: gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "--no-wintab ile aynı" #. Description of --use-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:60 +#: gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" -msgstr "Wintab UPA (Uyğulama Programlav Arayüzü; API) qullanılmasın [ög-belgilengen]" +msgstr "" +"Wintab UPA (Uyğulama Programlav Arayüzü; API) qullanılmasın [ög-belgilengen]" #. Description of --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:62 +#: gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "8 bitlik tarzda paletniñ ölçüsi" #. Placeholder in --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:63 +#: gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "RENKLER" #. Description of --sync in --help output -#: ../gdk/x11/gdkmain-x11.c:92 +#: gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "X çağırımlarını eş-zamanlı yap" # gtk/gtkstock.c:299 -#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 +#: gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "%s başlatıla" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 +#: gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "%s açıla" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 +#: gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "%d Unsur Açıla" -#: ../gtk/gtkaboutdialog.c:267 ../gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Litsenziya" -#: ../gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Programnıñ litsenziyası" # tüklü # gtk/gtkfilesel.c:1073 #. Add the credits button -#: ../gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_İtibarlar" #. Add the license button -#: ../gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Litsenziya" -#: ../gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s Aqqında" -#: ../gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "İtibarlar" -#: ../gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Yazğan(lar)" -#: ../gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Vesiqalandırğan(lar)" -#: ../gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Tercime etken(ler)" # tüklü -#: ../gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Sanat işleri" @@ -1378,7 +1376,7 @@ msgstr "Sanat işleri" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:91 +#: gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1388,7 +1386,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:97 +#: gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1398,7 +1396,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:103 +#: gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1408,7 +1406,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:671 +#: gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1418,7 +1416,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:684 +#: gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hiper" @@ -1428,35 +1426,40 @@ msgstr "Hiper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:698 +#: gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" # gtk/gtkfilesel.c:1351 -#: ../gtk/gtkaccellabel.c:715 +#: gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Boşluq" -#: ../gtk/gtkaccellabel.c:718 +#: gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Keri-egik-sızıq" # gdk-pixbuf/io-xbm.c:284 -#: ../gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Keçersiz türden funktsiya: `%s'" +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + # gdk-pixbuf/io-xbm.c:284 -#: ../gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Keçersiz tamır unsurı: '%s'" -#: ../gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Qollanmağan nişan: '%s'" @@ -1471,7 +1474,7 @@ msgstr "Qollanmağan nişan: '%s'" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: ../gtk/gtkcalendar.c:758 +#: gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1479,7 +1482,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: ../gtk/gtkcalendar.c:796 +#: gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1488,7 +1491,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: ../gtk/gtkcalendar.c:1803 +#: gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1503,7 +1506,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 +#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1519,7 +1522,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 +#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1535,7 +1538,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: ../gtk/gtkcalendar.c:2146 +#: gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1544,7 +1547,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: ../gtk/gtkcellrendereraccel.c:243 +#: gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Ğayrı qabilleştirilgen" @@ -1553,26 +1556,26 @@ msgstr "Ğayrı qabilleştirilgen" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: ../gtk/gtkcellrendereraccel.c:376 ../gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Yañı tezleştirici..." -#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 +#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 +#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Bir Tüs Sayla" -#: ../gtk/gtkcolorbutton.c:448 +#: gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Keçersiz tüs verileri alındı\n" # gtk/gtkcolorsel.c:1759 -#: ../gtk/gtkcolorsel.c:354 +#: gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1581,92 +1584,92 @@ msgstr "" "tüsniñ qoyulığını ya da açıqlığını saylañız." # gtk/gtkcolorsel.c:1787 -#: ../gtk/gtkcolorsel.c:378 +#: gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." msgstr "" -"Köz-tamçılığına çertken soñ ekranıñızda olğan er angi tüske çerterek o " -"tüsni saylay bilirsiñiz." +"Köz-tamçılığına çertken soñ ekranıñızda olğan er angi tüske çerterek o tüsni " +"saylay bilirsiñiz." # tüklü # gtk/gtkcolorsel.c:1796 -#: ../gtk/gtkcolorsel.c:387 +#: gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Renk:" # gtk/gtkcolorsel.c:1797 -#: ../gtk/gtkcolorsel.c:388 +#: gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Tüs köpçegi üstündeki mevam." # gtk/gtkcolorsel.c:1798 -#: ../gtk/gtkcolorsel.c:390 +#: gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Toyğunlıq:" # gtk/gtkcolorsel.c:1799 -#: ../gtk/gtkcolorsel.c:391 +#: gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "Tüsniñ \"terenligi\"." # gtk/gtkcolorsel.c:1800 -#: ../gtk/gtkcolorsel.c:392 +#: gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Deger:" # gtk/gtkcolorsel.c:1801 -#: ../gtk/gtkcolorsel.c:393 +#: gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Tüsniñ parlaqlığı." # gtk/gtkcolorsel.c:1802 -#: ../gtk/gtkcolorsel.c:394 +#: gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Qırmızı:" # gtk/gtkcolorsel.c:1803 -#: ../gtk/gtkcolorsel.c:395 +#: gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Tüsteki qırmızı ışıq miqdarı." # gtk/gtkcolorsel.c:1804 -#: ../gtk/gtkcolorsel.c:396 +#: gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Yeşil:" # gtk/gtkcolorsel.c:1805 -#: ../gtk/gtkcolorsel.c:397 +#: gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Tüsteki yeşil ışıq miqdarı." # gtk/gtkcolorsel.c:1806 -#: ../gtk/gtkcolorsel.c:398 +#: gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Zenger:" # gtk/gtkcolorsel.c:1807 -#: ../gtk/gtkcolorsel.c:399 +#: gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Tüsteki kök ışıq miqdarı." # gtk/gtkcolorsel.c:1810 -#: ../gtk/gtkcolorsel.c:402 +#: gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "_Tonuqlıq:" # gtk/gtkcolorsel.c:1818 -#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 +#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Tüsniñ şeffaflığı." # gtk/gtkcolorsel.c:1833 -#: ../gtk/gtkcolorsel.c:426 +#: gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "Tüs _ismi:" # gtk/gtkcolorsel.c:1845 -#: ../gtk/gtkcolorsel.c:440 +#: gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1675,17 +1678,17 @@ msgstr "" "ismi kirsete bilirsiñiz." # gtk/gtkcolorsel.c:1864 -#: ../gtk/gtkcolorsel.c:470 +#: gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Palet:" # gtk/gtkinputdialog.c:474 -#: ../gtk/gtkcolorsel.c:499 +#: gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Tüs Çemberi" # gtk/gtkcolorsel.c:575 -#: ../gtk/gtkcolorsel.c:976 +#: gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1696,7 +1699,7 @@ msgstr "" "mostrasına süyreklep onı ağımdaki tüs olaraq saylay bilirsiñiz." # gtk/gtkcolorsel.c:580 -#: ../gtk/gtkcolorsel.c:980 +#: gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1705,12 +1708,12 @@ msgstr "" "palet kirildisine süyrekley bilirsiñiz." # gtk/gtkcolorsel.c:884 -#: ../gtk/gtkcolorsel.c:1363 +#: gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Tüsni mında saqla" # gtk/gtkcolorsel.c:1052 -#: ../gtk/gtkcolorsel.c:1568 +#: gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1720,58 +1723,58 @@ msgstr "" "\"Tüsni mında saqla\" unsurını saylañız." # gtk/gtkfontsel.c:1001 -#: ../gtk/gtkcolorseldialog.c:170 +#: gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Tüs Saylamı" # gtk/gtkentry.c:3653 gtk/gtktextview.c:5336 -#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Kirdi _Usulları" -#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Unikod Kontrol Remzini Qıstır" -#: ../gtk/gtkentry.c:9797 +#: gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Büyük Arif Kiliti (Caps Lock) faaldir" # gtk/gtkfilesel.c:762 gtk/gtkfilesel.c:1176 -#: ../gtk/gtkfilechooserbutton.c:64 +#: gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Bir Dosye Sayla" -#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 +#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Masaüstü" # gtk/gtkinputdialog.c:514 -#: ../gtk/gtkfilechooserbutton.c:66 +#: gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(İç biri)" -#: ../gtk/gtkfilechooserbutton.c:2014 +#: gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Diger..." -#: ../gtk/gtkfilechooserdefault.c:1059 +#: gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Dosye aqqında malümat ketirilamadı" -#: ../gtk/gtkfilechooserdefault.c:1070 +#: gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Saife-imi eklenamadı" -#: ../gtk/gtkfilechooserdefault.c:1081 +#: gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Saife-imi silinamadı" -#: ../gtk/gtkfilechooserdefault.c:1092 +#: gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Fihrist icat etilamadı" -#: ../gtk/gtkfilechooserdefault.c:1105 +#: gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1781,11 +1784,11 @@ msgstr "" "deñiştiriñiz." # gdk-pixbuf/io-xbm.c:284 -#: ../gtk/gtkfilechooserdefault.c:1116 +#: gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Keçersiz dosye adı" -#: ../gtk/gtkfilechooserdefault.c:1126 +#: gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Fihrist mündericesi kösterilamadı" @@ -1793,189 +1796,191 @@ msgstr "Fihrist mündericesi kösterilamadı" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: ../gtk/gtkfilechooserdefault.c:1676 +#: gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%2$s üzerindeki %1$s" -#: ../gtk/gtkfilechooserdefault.c:1852 +#: gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Qıdıruv" -#: ../gtk/gtkfilechooserdefault.c:1876 +#: gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Demi Qullanılğan" -#: ../gtk/gtkfilechooserdefault.c:2510 +#: gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Angi türdeki dosyelerniñ kösterilecegini saylañız" -#: ../gtk/gtkfilechooserdefault.c:2939 +#: gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "'%s' fihristini saife-imlerine ekle" -#: ../gtk/gtkfilechooserdefault.c:2980 +#: gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Ağımdaki fihristni saife-imlerine ekle" -#: ../gtk/gtkfilechooserdefault.c:2982 +#: gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Saylanğan fihristlerni saife-imlerine ekle" -#: ../gtk/gtkfilechooserdefault.c:3022 +#: gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "'%s' saife-imini sil" # gtk/gtkstock.c:303 -#: ../gtk/gtkfilechooserdefault.c:3740 +#: gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Çetleştir" # gtk/gtkfilesel.c:1351 -#: ../gtk/gtkfilechooserdefault.c:3749 +#: gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Kene adlandır..." #. Accessible object name for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3895 +#: gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Yerler" # gtk/gtkfilesel.c:1351 #. Column header for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3952 +#: gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Yerler" -#: ../gtk/gtkfilechooserdefault.c:4008 +#: gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Ekle" -#: ../gtk/gtkfilechooserdefault.c:4015 +#: gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Saylanğan fihristni Saife-imlerine ekle" # gtk/gtkstock.c:303 -#: ../gtk/gtkfilechooserdefault.c:4020 +#: gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Çetleştir" -#: ../gtk/gtkfilechooserdefault.c:4027 +#: gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Saylanğan saife-imini sil" -#: ../gtk/gtkfilechooserdefault.c:4136 +#: gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Dosye saylanamadı" -#: ../gtk/gtkfilechooserdefault.c:4311 +#: gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Saife-imlerine Ekle" -#: ../gtk/gtkfilechooserdefault.c:4325 +#: gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "_Gizli Dosyelerni Köster" -#: ../gtk/gtkfilechooserdefault.c:4332 +#: gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "_Ölçü Sutunını Köster" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 +#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 msgid "Files" msgstr "Dosyeler" # gtk/gtkcolorsel.c:1833 -#: ../gtk/gtkfilechooserdefault.c:4636 +#: gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "İsim" # gtk/gtkfontsel.c:310 -#: ../gtk/gtkfilechooserdefault.c:4661 +#: gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Ölçü" # gtk/gtksizegroup.c:241 -#: ../gtk/gtkfilechooserdefault.c:4675 +#: gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Deñiştirilgen" # gtk/gtkcolorsel.c:1833 #. Label -#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 +#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_İsim:" -#: ../gtk/gtkfilechooserdefault.c:4938 +#: gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "Diger fihristler içün _kezin" # gdk-pixbuf/io-xbm.c:284 -#: ../gtk/gtkfilechooserdefault.c:5208 +#: gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Bir dosye adını kirsetiñiz" #. Create Folder -#: ../gtk/gtkfilechooserdefault.c:5245 +#: gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "_Fihrist İcat Et" # tüklü # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkfilechooserdefault.c:5255 +#: gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Qonum:" -#: ../gtk/gtkfilechooserdefault.c:5459 +#: gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "_Fihristte saqla:" -#: ../gtk/gtkfilechooserdefault.c:5461 +#: gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "_Fihristte icat et:" -#: ../gtk/gtkfilechooserdefault.c:7151 +#: gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Fihrist yerli olmağanı içün oña deñiştirilamay" -#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 +#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "%s qısqa-yolu artıq mevcut" -#: ../gtk/gtkfilechooserdefault.c:7887 +#: gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "%s qısqa-yolu mevcut degil" -#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 +#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" -msgstr "\"%s\" adında bir dosye artıq mevcuttır. Onıñ yerine qoymağa isteysiñizmi?" +msgstr "" +"\"%s\" adında bir dosye artıq mevcuttır. Onıñ yerine qoymağa isteysiñizmi?" -#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 +#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 #, c-format -msgid "The file already exists in \"%s\". Replacing it will overwrite its contents." +msgid "" +"The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "" "\"%s\" yolçığında bir dosye artıq mevcuttır. Onıñ yerine qoyuv, " "mündericesiniñ üzerine yazacaq." # gtk/gtkfilesel.c:1351 -#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 +#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "Yerine _qoy" # tüklü -#: ../gtk/gtkfilechooserdefault.c:8914 +#: gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Qıdıruv esnası başlatılamadı" # tüklü -#: ../gtk/gtkfilechooserdefault.c:8915 +#: gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1983,49 +1988,49 @@ msgstr "" "Program indeksleyici cınına bağlantı icat etamadı. Lütfen çapmaqta " "olğanından emin oluñız." -#: ../gtk/gtkfilechooserdefault.c:8929 +#: gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Qıdırma istemi yiberilamadı" #. Label -#: ../gtk/gtkfilechooserdefault.c:9396 +#: gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Qıdır:" -#: ../gtk/gtkfilechooserdefault.c:10349 +#: gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "%s taqılamadı" -#: ../gtk/gtkfilechooserdefault.c:11024 +#: gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Yañı fihristniñ adını kirsetiñiz" # gtk/gtkinputdialog.c:577 -#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 -#: ../gtk/gtkfilechooserdefault.c:11295 +#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 +#: gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Bilinmegen" -#: ../gtk/gtkfilechooserdefault.c:11242 +#: gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: ../gtk/gtkfilechooserdefault.c:11244 +#: gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Tünevin: %H:%M" # gdk-pixbuf/io-xbm.c:284 #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 +#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Keçersiz yolçıq" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1095 +#: gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Eşleşme yoq" @@ -2033,7 +2038,7 @@ msgstr "Eşleşme yoq" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1106 +#: gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Tek tamamlama" @@ -2041,13 +2046,13 @@ msgstr "Tek tamamlama" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: ../gtk/gtkfilechooserentry.c:1122 +#: gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Tamam, ancaq tek degil" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: ../gtk/gtkfilechooserentry.c:1154 +#: gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Tamamlana..." @@ -2055,7 +2060,7 @@ msgstr "Tamamlana..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 +#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "" @@ -2063,46 +2068,46 @@ msgstr "" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: ../gtk/gtkfilechooserentry.c:1185 +#: gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: ../gtk/gtkfilechooserentry.c:1196 +#: gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Yolçıq mevcut degil" # gtk/gtkfilesel.c:1011 -#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 -#: ../gtk/gtkfilesel.c:1358 +#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 +#: gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "'%s' fihristi icat etilgende hata: %s" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkfilesel.c:694 +#: gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Fihristler" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkfilesel.c:698 +#: gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Fihristler" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkfilesel.c:734 +#: gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Dosyeler" # gtk/gtkfilesel.c:719 gtk/gtkfilesel.c:1816 -#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 +#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Fihrist oqulamaz: %s" -#: ../gtk/gtkfilesel.c:905 +#: gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -2113,104 +2118,106 @@ msgstr "" "tarafından qullanılamay bilir.\n" "Onı saylamağa istegeniñizden eminsiñizmi?" -#: ../gtk/gtkfilesel.c:1020 +#: gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Yañı Fihrist" # gtk/gtkfilesel.c:762 gtk/gtkfilesel.c:1176 -#: ../gtk/gtkfilesel.c:1031 +#: gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "Dosyeni _Sil" # gtk/gtkfilesel.c:773 gtk/gtkfilesel.c:1318 -#: ../gtk/gtkfilesel.c:1042 +#: gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "Dosyeni _Kene Adlandır" # gtk/gtkfilesel.c:1249 gtk/gtkfilesel.c:1263 -#: ../gtk/gtkfilesel.c:1347 +#: gtk/gtkfilesel.c:1347 #, c-format -msgid "The folder name \"%s\" contains symbols that are not allowed in filenames" -msgstr "\"%s\" fihrist adı, dosye isimlerinde caiz olmağan remizlerni ihtiva ete" +msgid "" +"The folder name \"%s\" contains symbols that are not allowed in filenames" +msgstr "" +"\"%s\" fihrist adı, dosye isimlerinde caiz olmağan remizlerni ihtiva ete" -#: ../gtk/gtkfilesel.c:1392 +#: gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Yañı Fihrist" # gtk/gtkfilesel.c:502 -#: ../gtk/gtkfilesel.c:1407 +#: gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "_Fihrist ismi:" # gtk/gtkfilesel.c:1073 -#: ../gtk/gtkfilesel.c:1431 +#: gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "_İcat Et" # gtk/gtkfilesel.c:1117 -#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 +#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "\"%s\" dosye adı, dosye isimlerinde caiz olmağan remizlerni ihtiva ete" # gtk/gtkfilesel.c:1131 -#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 +#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "'%s' dosyesi silingende hata: %s" # gtk/gtkfilesel.c:1131 -#: ../gtk/gtkfilesel.c:1530 +#: gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "\"%s\" dosyesi kerçekten silinsinmi?" # gtk/gtkfilesel.c:762 gtk/gtkfilesel.c:1176 -#: ../gtk/gtkfilesel.c:1535 +#: gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Dosyeni Sil" # gtk/gtkfilesel.c:1251 -#: ../gtk/gtkfilesel.c:1583 +#: gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Dosye ismi \"%s\" olaraq deñiştirilgende hata: %s" # gtk/gtkfilesel.c:1265 -#: ../gtk/gtkfilesel.c:1596 +#: gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "\"%s\" dosyesiniñ ismi deñiştirilgende hata: %s" # gtk/gtkfilesel.c:1275 -#: ../gtk/gtkfilesel.c:1605 +#: gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "\"%s\" dosyesi \"%s\" olaraq kene adlandırılğanda hata: %s" # gtk/gtkfilesel.c:773 gtk/gtkfilesel.c:1318 -#: ../gtk/gtkfilesel.c:1652 +#: gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Dosyeni Kene Adlandır" # gtk/gtkfilesel.c:773 gtk/gtkfilesel.c:1318 -#: ../gtk/gtkfilesel.c:1667 +#: gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "\"%s\" dosyesini şöyle kene adlandır:" # gtk/gtkfilesel.c:1351 -#: ../gtk/gtkfilesel.c:1696 +#: gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Kene adlandır" # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkfilesel.c:2128 +#: gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Saylam: " # gtk/gtkfilesel.c:2407 -#: ../gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2220,17 +2227,17 @@ msgstr "" "deñişkenini tesbit etüvni deñeñiz): %s" # gdk-pixbuf/io-xbm.c:284 -#: ../gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Keçersiz UTF-8" # gtk/gtkfilesel.c:3275 -#: ../gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "İsim fazla uzun" # gtk/gtkfilesel.c:3277 -#: ../gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Dosye adı dönüştirilamadı" @@ -2240,72 +2247,72 @@ msgstr "Dosye adı dönüştirilamadı" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: ../gtk/gtkfilesystem.c:52 +#: gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Dosye Sistemi" -#: ../gtk/gtkfilesystemmodel.c:700 +#: gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Tamır fihristni elde etamadım" -#: ../gtk/gtkfilesystemmodel.c:1301 +#: gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Boş)" -#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 +#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Bir Urufat Sayla" #. Initialize fields -#: ../gtk/gtkfontbutton.c:260 +#: gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" # gtk/gtkcellrenderertext.c:219 gtk/gtkcellrenderertext.c:227 # gtk/gtkfontsel.c:192 gtk/gtktexttag.c:284 gtk/gtktexttag.c:292 -#: ../gtk/gtkfontbutton.c:785 +#: gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Urufat" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: ../gtk/gtkfontsel.c:75 +#: gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcçdefgğhıijk ABCÇDEFGĞHIİJK" # gtk/gtkfontsel.c:296 -#: ../gtk/gtkfontsel.c:343 +#: gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Aile:" # gtk/gtkfontsel.c:303 -#: ../gtk/gtkfontsel.c:349 +#: gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Uslûp:" # gtk/gtkfontsel.c:310 -#: ../gtk/gtkfontsel.c:355 +#: gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Ölçü:" # gtk/gtkfontsel.c:391 #. create the text entry widget -#: ../gtk/gtkfontsel.c:532 +#: gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Ög-baquv:" # gtk/gtkfontsel.c:1001 -#: ../gtk/gtkfontsel.c:1649 +#: gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Urufat Saylamı" # gtk/gtkgamma.c:395 -#: ../gtk/gtkgamma.c:408 +#: gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" # gtk/gtkgamma.c:402 -#: ../gtk/gtkgamma.c:418 +#: gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "_Gamma qıymeti" @@ -2313,12 +2320,12 @@ msgstr "_Gamma qıymeti" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: ../gtk/gtkiconfactory.c:1404 +#: gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "İşaretçik yüklengende hata: %s" -#: ../gtk/gtkicontheme.c:1363 +#: gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2331,162 +2338,162 @@ msgstr "" "Kopiyasını mından temin ete bilirsiñiz:\n" "\t%s" -#: ../gtk/gtkicontheme.c:1543 +#: gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "Temada '%s' işaretçigi bulunmay" # gdk-pixbuf/io-tiff.c:411 -#: ../gtk/gtkicontheme.c:3074 +#: gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "İşaretçikniñ yüklenüvi becerilamadı" # gtk/gtkfontsel.c:310 -#: ../gtk/gtkimmodule.c:527 +#: gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Basit" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkimmulticontext.c:541 +#: gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Sistem" -#: ../gtk/gtkimmulticontext.c:625 +#: gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Sistem (%s)" # gtk/gtkinputdialog.c:181 -#: ../gtk/gtkinputdialog.c:192 +#: gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Kirdi" # gtk/gtkinputdialog.c:189 -#: ../gtk/gtkinputdialog.c:207 +#: gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Uzatılğan kirdi cihazları iç yoq" # gtk/gtkinputdialog.c:218 -#: ../gtk/gtkinputdialog.c:220 +#: gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Cihaz:" # gtk/gtkinputdialog.c:235 -#: ../gtk/gtkinputdialog.c:237 +#: gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Ğayrı qabilleştirilgen" # gtk/gtkinputdialog.c:243 -#: ../gtk/gtkinputdialog.c:244 +#: gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Ekran" # gtk/gtkinputdialog.c:251 -#: ../gtk/gtkinputdialog.c:251 +#: gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Pencere" # gtk/gtkinputdialog.c:259 -#: ../gtk/gtkinputdialog.c:258 +#: gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Tarz:" # tüklü # gtk/gtkinputdialog.c:290 #. The axis listbox -#: ../gtk/gtkinputdialog.c:279 +#: gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Köçerler" # gtk/gtkinputdialog.c:306 #. Keys listbox -#: ../gtk/gtkinputdialog.c:297 +#: gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Tuşlar" -#: ../gtk/gtkinputdialog.c:524 +#: gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: ../gtk/gtkinputdialog.c:525 +#: gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" # gtk/gtkinputdialog.c:471 -#: ../gtk/gtkinputdialog.c:526 +#: gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Basım:" # gtk/gtkinputdialog.c:472 -#: ../gtk/gtkinputdialog.c:527 +#: gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "X _avuqlığı:" # gtk/gtkinputdialog.c:473 -#: ../gtk/gtkinputdialog.c:528 +#: gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Y a_vuqlığı:" # gtk/gtkinputdialog.c:474 -#: ../gtk/gtkinputdialog.c:529 +#: gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "Ç_ember:" # gtk/gtkinputdialog.c:514 -#: ../gtk/gtkinputdialog.c:581 +#: gtk/gtkinputdialog.c:581 msgid "none" msgstr "yoq" # gtk/gtkinputdialog.c:548 gtk/gtkinputdialog.c:584 -#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 +#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(ğayrı qabilleştirilgen)" # gtk/gtkinputdialog.c:577 -#: ../gtk/gtkinputdialog.c:647 +#: gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(namalüm)" # gtk/gtkstock.c:278 #. and clear button -#: ../gtk/gtkinputdialog.c:751 +#: gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Temizle" # gtk/gtkstock.c:280 -#: ../gtk/gtklinkbutton.c:428 +#: gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "URL'ni Kopiyala" # gdk-pixbuf/io-xbm.c:284 -#: ../gtk/gtklinkbutton.c:586 +#: gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Keçersiz URI" #. Description of --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:450 +#: gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "İlâve GTK+ modüllerini yükle" #. Placeholder in --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:451 +#: gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODÜLLER" #. Description of --g-fatal-warnings in --help output -#: ../gtk/gtkmain.c:453 +#: gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "İhtarlarnıñ episini ölümcil yap" #. Description of --gtk-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:456 +#: gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Tesbit etilecek GTK+ arızasızlandıruv bayraqları" #. Description of --gtk-no-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:459 +#: gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Ğayrı tesbit etilecek GTK+ arızasızlandıruv bayraqları" @@ -2496,73 +2503,72 @@ msgstr "Ğayrı tesbit etilecek GTK+ arızasızlandıruv bayraqları" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: ../gtk/gtkmain.c:707 +#: gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: ../gtk/gtkmain.c:773 +#: gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Kösterim açılamay: %s" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "GTK+ İhtiyariyatı" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "GTK+ İhtiyariyatını Köster" # gtk/gtkstock.c:289 -#: ../gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "_Bağlan" # tüklü -#: ../gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "_Anonim olaraq bağlan" -#: ../gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "_Qullanıcı olaraq bağlan:" # gtk/gtkfilesel.c:1351 -#: ../gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Qullanıcı adı:" # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Saa:" # gtk/gtkinputdialog.c:471 -#: ../gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Sır-söz:" -#: ../gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Sır-sözni _birden unut" # tüklü -#: ../gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Sır-sözni _tışarı imzalanğance hatırla" -#: ../gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Ebediyen hatırla" # gtk/gtknotebook.c:2125 gtk/gtknotebook.c:4517 -#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 +#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Saife %u" -#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 -#: ../gtk/gtkpapersize.c:867 +#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Keçerli bir saife tesbiti dosyesi degil" @@ -2573,11 +2579,11 @@ msgstr "Keçerli bir saife tesbiti dosyesi degil" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: ../gtk/gtkpagesetupunixdialog.c:152 +#: gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: ../gtk/gtkpagesetupunixdialog.c:308 +#: gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2585,16 +2591,16 @@ msgstr "" "Er Angi Bastırıcı\n" "Taşınabilir vesiqalar içün" -#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 +#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" # tüklü -#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 +#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "pus" -#: ../gtk/gtkpagesetupunixdialog.c:915 +#: gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2609,96 +2615,96 @@ msgstr "" " Üst: %s %s\n" " Alt: %s %s" -#: ../gtk/gtkpagesetupunixdialog.c:964 +#: gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Şahsiyleştirilgen Ölçülerni İdare Et..." -#: ../gtk/gtkpagesetupunixdialog.c:1012 +#: gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Formatı:" # gtk/gtkstock.c:301 -#: ../gtk/gtkpagesetupunixdialog.c:1034 +#: gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Kâğıt ölçüsi:" # tüklü # gtk/gtkcolorsel.c:1798 -#: ../gtk/gtkpagesetupunixdialog.c:1065 +#: gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Yöneldirim:" # gtk/gtknotebook.c:2125 gtk/gtknotebook.c:4517 -#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Saife Tesbiti" -#: ../gtk/gtkpagesetupunixdialog.c:1448 +#: gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Bastırıcıdan Kenarlar..." -#: ../gtk/gtkpagesetupunixdialog.c:1608 +#: gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Şahsiyleştirilgen Ölçü %d" -#: ../gtk/gtkpagesetupunixdialog.c:1837 +#: gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Şahsiyleştirilgen Ölçülerni İdare Et" -#: ../gtk/gtkpagesetupunixdialog.c:1933 +#: gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Kenişlik:" # gtk/gtkcolorsel.c:1796 -#: ../gtk/gtkpagesetupunixdialog.c:1945 +#: gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Yükseklik:" -#: ../gtk/gtkpagesetupunixdialog.c:1957 +#: gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Kağıt Ölçüsi" # gtk/gtkstock.c:280 -#: ../gtk/gtkpagesetupunixdialog.c:1967 +#: gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Üst:" -#: ../gtk/gtkpagesetupunixdialog.c:1979 +#: gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Alt:" # gtk/gtkstock.c:291 -#: ../gtk/gtkpagesetupunixdialog.c:1991 +#: gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Sol:" -#: ../gtk/gtkpagesetupunixdialog.c:2003 +#: gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "S_ağ:" -#: ../gtk/gtkpagesetupunixdialog.c:2044 +#: gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Kağıt Kenarları" -#: ../gtk/gtkpathbar.c:151 +#: gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Yuqarı Yolçıq" -#: ../gtk/gtkpathbar.c:153 +#: gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Aşağı Yolçıq" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkpathbar.c:1472 +#: gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Dosye Sistemi Tamırı" -#: ../gtk/gtkprinteroptionwidget.c:693 +#: gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Namevcut" -#: ../gtk/gtkprinteroptionwidget.c:808 +#: gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "_Fihristte saqla:" @@ -2707,191 +2713,196 @@ msgstr "_Fihristte saqla:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: ../gtk/gtkprintoperation.c:175 +#: gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s işi #%d" -#: ../gtk/gtkprintoperation.c:1517 +#: gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Başlanğıç durum" -#: ../gtk/gtkprintoperation.c:1518 +#: gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Bastırılmağa hazırlana" -#: ../gtk/gtkprintoperation.c:1519 +#: gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Veriler doğurıla" -#: ../gtk/gtkprintoperation.c:1520 +#: gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Veriler yiberile" -#: ../gtk/gtkprintoperation.c:1521 +#: gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Beklene" -#: ../gtk/gtkprintoperation.c:1522 +#: gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Mesele üzerine bloklana" # gtk/gtkstock.c:299 -#: ../gtk/gtkprintoperation.c:1523 +#: gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Bastırıl" -#: ../gtk/gtkprintoperation.c:1524 +#: gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Tamamlandı" -#: ../gtk/gtkprintoperation.c:1525 +#: gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Hatanen tamamlandı" -#: ../gtk/gtkprintoperation.c:2048 +#: gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "%d hazırlana" # gtk/gtkstock.c:268 -#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 +#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 +#, c-format msgid "Preparing" msgstr "Azırlana" # gtk/gtkstock.c:299 -#: ../gtk/gtkprintoperation.c:2053 +#: gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "%d bastırıla" -#: ../gtk/gtkprintoperation.c:2411 +#: gtk/gtkprintoperation.c:2411 +#, c-format msgid "Error creating print preview" msgstr "Bastıruv ög-baquv icat etilgende hata" -#: ../gtk/gtkprintoperation.c:2414 +#: gtk/gtkprintoperation.c:2414 +#, c-format msgid "The most probable reason is that a temporary file could not be created." msgstr "Eñ mühtemel sebebi muvaqqat dosyeniñ icat etilamağan olmasıdır." -#: ../gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 +#, c-format msgid "Error launching preview" msgstr "Ög-baquv fırlatılğanda hata" -#: ../gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 +#, c-format msgid "Error printing" msgstr "Bastırğanda hata" # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkprintoperation-unix.c:384 ../gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Uyğulama" # tüklü -#: ../gtk/gtkprintoperation-win32.c:590 +#: gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Bastırıcı devre-tışı" -#: ../gtk/gtkprintoperation-win32.c:592 +#: gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Kağıt bitken" # gtk/gtkstock.c:297 #. Translators: this is a printer status. -#: ../gtk/gtkprintoperation-win32.c:594 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: gtk/gtkprintoperation-win32.c:594 +#: modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Tınışlandı" # tüklü -#: ../gtk/gtkprintoperation-win32.c:596 +#: gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Qullanıcı qarışması kerek" -#: ../gtk/gtkprintoperation-win32.c:696 +#: gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Şahsiyleştirilgen ölçü" # gdk-pixbuf/io-xpm.c:1257 -#: ../gtk/gtkprintoperation-win32.c:1517 +#: gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "İç bir bastırıcı tapılmadı" # tüklü -#: ../gtk/gtkprintoperation-win32.c:1544 +#: gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "CreateDC içün keçersiz delil" -#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 +#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "StartDoc'tan hata" # gdk-pixbuf/io-gif.c:746 gdk-pixbuf/io-gif.c:1340 gdk-pixbuf/io-gif.c:1385 # gdk-pixbuf/io-gif.c:1499 -#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 -#: ../gtk/gtkprintoperation-win32.c:1729 +#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 +#: gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Serbest hafiza yeterli degil" -#: ../gtk/gtkprintoperation-win32.c:1734 +#: gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "PrintDlgEx'ke keçersiz delil" -#: ../gtk/gtkprintoperation-win32.c:1739 +#: gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "PrintDlgEx'ke keçersiz noqtacı" # tüklü -#: ../gtk/gtkprintoperation-win32.c:1744 +#: gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "PrintDlgEx içün keçersiz qollaq" -#: ../gtk/gtkprintoperation-win32.c:1749 +#: gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Belirtilmegen hata" # gtk/gtkstock.c:299 -#: ../gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Bastırıcı" # gtk/gtkfilesel.c:1795 #. Translators: this is the header for the location column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Qonum" #. Translators: this is the header for the printer status column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Durum" -#: ../gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Menzil" -#: ../gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "Saifelerniñ _Episi" # gtk/gtkfilesel.c:1073 -#: ../gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Ağımdaki Saife" -#: ../gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Saifeler:" -#: ../gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2899,26 +2910,31 @@ msgstr "" "Bir ya da daa çoq saife menzili belirtiñiz,\n" " meselâ 1-3,7,11" -#: ../gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Saifeler:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Nushalar" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: ../gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "_Nushalar:" # gtk/gtkfilesel.c:1073 -#: ../gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Armanla" # gtk/gtkstock.c:304 -#: ../gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Ters" -#: ../gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Umumiy" @@ -2926,91 +2942,91 @@ msgstr "Umumiy" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: ../gtk/gtkprintunixdialog.c:2442 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: gtk/gtkprintunixdialog.c:2439 +#: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Saife Sıralaması" -#: ../gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Soldan sağğa" # gtk/gtkstock.c:299 -#: ../gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Sağdan solğa" -#: ../gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Serim" -#: ../gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Eki-taraflı:" -#: ../gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Taraf _başına saife:" -#: ../gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Saife _sıralaması:" # gtk/gtkstock.c:299 -#: ../gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Ancaq bastırılsın:" #. In enum order -#: ../gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Yapraqlarnıñ episi" -#: ../gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Çift yapraqlar" -#: ../gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Tek yapraqlar" # gtk/gtkcolorsel.c:1800 -#: ../gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Miqyas:" -#: ../gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Kâğıt" # gtk/gtkstock.c:301 -#: ../gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Kâğıt _türü:" # gtk/gtkstock.c:301 -#: ../gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Kâğıt _menbası:" # tüklü -#: ../gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Çıqtı _sinisi:" -#: ../gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "İş Tafsilâtı" -#: ../gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "_Evellik:" -#: ../gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Faturalama malümatı:" -#: ../gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Vesiqanı Bastır" @@ -3018,138 +3034,143 @@ msgstr "Vesiqanı Bastır" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "Ş_imdi" -#: ../gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Vaqıt:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: ../gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + # gtk/gtkstock.c:276 -#: ../gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_Bekletilsin" -#: ../gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: ../gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Qapaq Saifesi Ekle" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Aldın:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Soñra:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "İş" -#: ../gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "İleriletilgen" -#: ../gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Suret Keyfiyeti" # gtk/gtkstock.c:279 -#: ../gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Tüs" -#: ../gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Tamamlana" -#: ../gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Dialogtaki bazı tesbitler çatışa" # gtk/gtkstock.c:299 -#: ../gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Bastır" # tüklü -#: ../gtk/gtkrc.c:2874 +#: gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Kirsetme dosyesi tapılamay: \"%s\"" # gtk/gtkrc.c:2799 -#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 +#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "pixmap_path içinde suret dosyesi qonumlanamadı: \"%s\"" # tüklü -#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 -#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 +#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 +#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Bu funktsiya '%s' sınıfındaki pencereçikler içün eda etilmegendir" -#: ../gtk/gtkrecentchooserdefault.c:481 +#: gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Angi tür vesiqalarnıñ kösterilecegini saylañız" -#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 +#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "'%s' URI içün iç bir unsur tapılmadı" -#: ../gtk/gtkrecentchooserdefault.c:1298 +#: gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "İsimsiz süzgüç" -#: ../gtk/gtkrecentchooserdefault.c:1651 +#: gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Unsur çetleştirilamadı" -#: ../gtk/gtkrecentchooserdefault.c:1695 +#: gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Liste temizlenamadı" -#: ../gtk/gtkrecentchooserdefault.c:1779 +#: gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "_Qonumnı Kopiyala" -#: ../gtk/gtkrecentchooserdefault.c:1792 +#: gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Listeden Çetleştir" # gtk/gtkstock.c:278 -#: ../gtk/gtkrecentchooserdefault.c:1801 +#: gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "Listeni _Temizle" # tüklü -#: ../gtk/gtkrecentchooserdefault.c:1815 +#: gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "_Hususiy Çoqraqlarnı Köster" @@ -3164,22 +3185,22 @@ msgstr "_Hususiy Çoqraqlarnı Köster" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: ../gtk/gtkrecentchoosermenu.c:342 +#: gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "İç bir unsur tapılamadı" -#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 +#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "'%s' URI ile içün iç bir demi qullanılğan çoqraq tapılamadı" -#: ../gtk/gtkrecentchoosermenu.c:775 +#: gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "'%s' Aç" # gtk/gtkinputdialog.c:577 -#: ../gtk/gtkrecentchoosermenu.c:805 +#: gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Bilinmegen unsur" @@ -3188,7 +3209,7 @@ msgstr "Bilinmegen unsur" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: ../gtk/gtkrecentchoosermenu.c:816 +#: gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -3197,39 +3218,39 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: ../gtk/gtkrecentchoosermenu.c:821 +#: gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 -#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 -#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 -#: ../gtk/gtkrecentmanager.c:1258 +#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 +#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 +#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 +#: gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "'%s' URI ile bir unsur tapılamadı" # gtk/gtkfilesel.c:1795 #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: ../gtk/gtkstock.c:288 +#: gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Malümat" # gtk/gtkstock.c:268 -#: ../gtk/gtkstock.c:289 +#: gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "İhtar" -#: ../gtk/gtkstock.c:290 +#: gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Hata" -#: ../gtk/gtkstock.c:291 +#: gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Sual" @@ -3237,144 +3258,144 @@ msgstr "Sual" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: ../gtk/gtkstock.c:296 +#: gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_Aqqında" -#: ../gtk/gtkstock.c:297 +#: gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Ekle" -#: ../gtk/gtkstock.c:298 +#: gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Uyğula" # gtk/gtkstock.c:276 -#: ../gtk/gtkstock.c:299 +#: gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Qalın" -#: ../gtk/gtkstock.c:300 +#: gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Vazgeç" -#: ../gtk/gtkstock.c:301 +#: gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_Yoğun Disk (CD)-Ancaq oqulır hafiza" # gtk/gtkstock.c:278 -#: ../gtk/gtkstock.c:302 +#: gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Temizle" -#: ../gtk/gtkstock.c:303 +#: gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Qapat" # gtk/gtkstock.c:289 -#: ../gtk/gtkstock.c:304 +#: gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "_Bağlan" # gtk/gtkstock.c:289 -#: ../gtk/gtkstock.c:305 +#: gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Dönüştir" # gtk/gtkstock.c:280 -#: ../gtk/gtkstock.c:306 +#: gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "Kopiya_la" -#: ../gtk/gtkstock.c:307 +#: gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "_Kes" # gtk/gtkfilesel.c:762 gtk/gtkfilesel.c:1176 -#: ../gtk/gtkstock.c:308 +#: gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Sil" # tüklü # gtk/gtkinputdialog.c:235 -#: ../gtk/gtkstock.c:309 +#: gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Taşla" # gtk/gtkstock.c:289 -#: ../gtk/gtkstock.c:310 +#: gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Bağlantını Kes" # tüklü -#: ../gtk/gtkstock.c:311 +#: gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_İfa Et" # tüklü # gtk/gtkfilesel.c:1073 -#: ../gtk/gtkstock.c:312 +#: gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Tarir Et" -#: ../gtk/gtkstock.c:313 +#: gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Tap" # gtk/gtkfilesel.c:1351 -#: ../gtk/gtkstock.c:314 +#: gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Tap ve _Deñiştir" -#: ../gtk/gtkstock.c:315 +#: gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Disket" -#: ../gtk/gtkstock.c:316 +#: gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Tam Ekran" -#: ../gtk/gtkstock.c:317 +#: gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Tam Ekrannı Terk Et" #. This is a navigation label as in "go to the bottom of the page" -#: ../gtk/gtkstock.c:319 +#: gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "Tü_p" # gtk/gtkfilesel.c:651 #. This is a navigation label as in "go to the first page" -#: ../gtk/gtkstock.c:321 +#: gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_İlk" #. This is a navigation label as in "go to the last page" -#: ../gtk/gtkstock.c:323 +#: gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Soñki" @@ -3382,606 +3403,609 @@ msgstr "_Soñki" # tüklü # gtk/gtkstock.c:280 #. This is a navigation label as in "go to the top of the page" -#: ../gtk/gtkstock.c:325 +#: gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Töpe:" #. This is a navigation label as in "go back" -#: ../gtk/gtkstock.c:327 +#: gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Keri" # gtk/gtkstock.c:294 #. This is a navigation label as in "go down" -#: ../gtk/gtkstock.c:329 +#: gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Aşağı" #. This is a navigation label as in "go forward" -#: ../gtk/gtkstock.c:331 +#: gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "İ_leri" #. This is a navigation label as in "go up" -#: ../gtk/gtkstock.c:333 +#: gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Yuqarı" -#: ../gtk/gtkstock.c:334 +#: gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Qattı disk" # tüklü # gtk/gtkcolorsel.c:1796 -#: ../gtk/gtkstock.c:335 +#: gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Yardım" # tüklü # gtk/gtkcolorsel.c:1796 -#: ../gtk/gtkstock.c:336 +#: gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Ev" -#: ../gtk/gtkstock.c:337 +#: gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Kirintini Büyüt" -#: ../gtk/gtkstock.c:338 +#: gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Kirintini Ufaqlat" -#: ../gtk/gtkstock.c:339 +#: gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_İndeks" # tüklü # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkstock.c:340 +#: gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Malümat" # tüklü -#: ../gtk/gtkstock.c:341 +#: gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Elyazma" -#: ../gtk/gtkstock.c:342 +#: gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "Şurağa _sekir" #. This is about text justification, "centered text" -#: ../gtk/gtkstock.c:344 +#: gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Ortala" # gtk/gtkfilesel.c:651 #. This is about text justification -#: ../gtk/gtkstock.c:346 +#: gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Toldur" # gtk/gtkstock.c:291 #. This is about text justification, "left-justified text" -#: ../gtk/gtkstock.c:348 +#: gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "S_ol" #. This is about text justification, "right-justified text" -#: ../gtk/gtkstock.c:350 +#: gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Sağ" #. Media label, as in "fast forward" -#: ../gtk/gtkstock.c:353 +#: gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "İ_leri" #. Media label, as in "next song" -#: ../gtk/gtkstock.c:355 +#: gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Soñraki" # gtk/gtkstock.c:297 #. Media label, as in "pause music" -#: ../gtk/gtkstock.c:357 +#: gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "Tınış_la" # gtk/gtkfilesel.c:1351 #. Media label, as in "play music" -#: ../gtk/gtkstock.c:359 +#: gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Çal" #. Media label, as in "previous song" -#: ../gtk/gtkstock.c:361 +#: gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "_Evelki" # gtk/gtkcolorsel.c:1802 #. Media label -#: ../gtk/gtkstock.c:363 +#: gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Qayd et" #. Media label -#: ../gtk/gtkstock.c:365 +#: gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Keri sar" # gtk/gtkstock.c:280 #. Media label -#: ../gtk/gtkstock.c:367 +#: gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Toqtat" # tüklü -#: ../gtk/gtkstock.c:368 +#: gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Çilter" # gtk/gtkstock.c:294 -#: ../gtk/gtkstock.c:369 +#: gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Yañı" # gtk/gtkstock.c:294 -#: ../gtk/gtkstock.c:370 +#: gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Hayır" -#: ../gtk/gtkstock.c:371 +#: gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_Tamam" -#: ../gtk/gtkstock.c:372 +#: gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Aç" #. Page orientation -#: ../gtk/gtkstock.c:374 +#: gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Manzara" # gtk/gtkstock.c:299 #. Page orientation -#: ../gtk/gtkstock.c:376 +#: gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Portret" #. Page orientation -#: ../gtk/gtkstock.c:378 +#: gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Ters manzara" #. Page orientation -#: ../gtk/gtkstock.c:380 +#: gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Ters portret" # gtk/gtknotebook.c:2125 gtk/gtknotebook.c:4517 -#: ../gtk/gtkstock.c:381 +#: gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Saife _Tesbiti" # gtk/gtkcolorsel.c:1864 -#: ../gtk/gtkstock.c:382 +#: gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Yapıştır" -#: ../gtk/gtkstock.c:383 +#: gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Tercihler" # gtk/gtkstock.c:299 -#: ../gtk/gtkstock.c:384 +#: gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Bastır" # gtk/gtkfontsel.c:391 -#: ../gtk/gtkstock.c:385 +#: gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Bastıruv _Ög-baquv" # gtk/gtkstock.c:301 -#: ../gtk/gtkstock.c:386 +#: gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Hasiyetler" -#: ../gtk/gtkstock.c:387 +#: gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Terk Et" # gtk/gtkcolorsel.c:1802 -#: ../gtk/gtkstock.c:388 +#: gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "Kene _yap" # gtk/gtkstock.c:304 -#: ../gtk/gtkstock.c:389 +#: gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Tazert" # gtk/gtkstock.c:303 -#: ../gtk/gtkstock.c:390 +#: gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Çetleştir" # gtk/gtkstock.c:304 -#: ../gtk/gtkstock.c:391 +#: gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Keri döndür" -#: ../gtk/gtkstock.c:392 +#: gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Saqla" -#: ../gtk/gtkstock.c:393 +#: gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "_Şöyle Saqla" # gtk/gtkfilesel.c:762 gtk/gtkfilesel.c:1176 -#: ../gtk/gtkstock.c:394 +#: gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Episini _Sayla" # gtk/gtkstock.c:279 -#: ../gtk/gtkstock.c:395 +#: gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Tüs" # gtk/gtkcellrenderertext.c:219 gtk/gtkcellrenderertext.c:227 # gtk/gtkfontsel.c:192 gtk/gtktexttag.c:284 gtk/gtktexttag.c:292 -#: ../gtk/gtkstock.c:396 +#: gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Urufat" #. Sorting direction -#: ../gtk/gtkstock.c:398 +#: gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Köterilerek" #. Sorting direction -#: ../gtk/gtkstock.c:400 +#: gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Alçalaraq" -#: ../gtk/gtkstock.c:401 +#: gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_İmlâ Teşkerüvi" # gtk/gtkstock.c:280 -#: ../gtk/gtkstock.c:402 +#: gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Toqtat" #. Font variant -#: ../gtk/gtkstock.c:404 +#: gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Üzerini sızuv" # tüklü -#: ../gtk/gtkstock.c:405 +#: gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Ğayrı sil" # gtk/gtkfilesel.c:1351 #. Font variant -#: ../gtk/gtkstock.c:407 +#: gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Alt-sızıq" -#: ../gtk/gtkstock.c:408 +#: gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Keri yap" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkstock.c:409 +#: gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Ebet" #. Zoom -#: ../gtk/gtkstock.c:411 +#: gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Normal Ölçü" #. Zoom -#: ../gtk/gtkstock.c:413 +#: gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Eñ Eyi _Sığım" -#: ../gtk/gtkstock.c:414 +#: gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "_Yaqınlaştır" -#: ../gtk/gtkstock.c:415 +#: gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "_Uzaqlaştır" # tüklü -#: ../gtk/gtktextbufferrichtext.c:651 +#: gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "%s keri-silsileleştirilmege talpınğanda bilinmegen hata" -#: ../gtk/gtktextbufferrichtext.c:710 +#: gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "%s formatı içün keri-silsileleştirme funktsiyası yoq" -#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 +#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "<%s> unsurında hem \"id\" hem \"name\" tapıldı" -#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 +#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "\"%s\" hassası <%s> unsurında eki kere tapıldı" -#: ../gtk/gtktextbufferserialize.c:846 +#: gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "<%s> unsurı keçersiz \"%s\" kimligine saip" -#: ../gtk/gtktextbufferserialize.c:856 +#: gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "<%s> unsurınıñ ne \"name\", ne de \"id\" hassası bar" -#: ../gtk/gtktextbufferserialize.c:943 +#: gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "\"%s\" hassası aynı <%s> unsurında eki kere tekrarlanğan" # tüklü -#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 +#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "<%2$s> unsurındaki \"%1$s\" hassası bu bağlamda keçersizdir" -#: ../gtk/gtktextbufferserialize.c:1022 +#: gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "\"%s\" nişanı belgilengen degildir." -#: ../gtk/gtktextbufferserialize.c:1034 +#: gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Anonim nişan tapıldı ve nişanlar icat etilamay." -#: ../gtk/gtktextbufferserialize.c:1045 +#: gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "\"%s\" nişanı buferde bulunmay ve nişanlar icat etilamay." -#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 -#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 +#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 +#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "<%s> unsurı <%s> altında bulunamaz" -#: ../gtk/gtktextbufferserialize.c:1175 +#: gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" keçerli bir hassa türü degildir" -#: ../gtk/gtktextbufferserialize.c:1183 +#: gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" keçerli bir hassa adı degildir" -#: ../gtk/gtktextbufferserialize.c:1193 +#: gtk/gtktextbufferserialize.c:1193 #, c-format -msgid "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" -msgstr "\"%1$s\", \"%3$s\" hassası içün \"%2$s\" türünden bir qıymetke çevirilamadı" +msgid "" +"\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" +msgstr "" +"\"%1$s\", \"%3$s\" hassası içün \"%2$s\" türünden bir qıymetke çevirilamadı" -#: ../gtk/gtktextbufferserialize.c:1202 +#: gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" \"%s\" hassası içün keçerli bir qıymet degildir" -#: ../gtk/gtktextbufferserialize.c:1285 +#: gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "\"%s\" nişanı artıq belgilengen" -#: ../gtk/gtktextbufferserialize.c:1296 +#: gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "\"%s\" nişanı keçersiz \"%s\" evelligine saip" -#: ../gtk/gtktextbufferserialize.c:1349 +#: gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "Metindeki eñ tış unsur olmalı <%s> degil" -#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 +#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Bir <%s> unsurı artıq belirtilgendir" -#: ../gtk/gtktextbufferserialize.c:1380 +#: gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Bir unsurı bir unsurından evel kelamaz" -#: ../gtk/gtktextbufferserialize.c:1779 +#: gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Silsileleştirilgen veri yañlış-şekillidir" -#: ../gtk/gtktextbufferserialize.c:1857 -msgid "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" +#: gtk/gtktextbufferserialize.c:1857 +msgid "" +"Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Silsileleştirilgen veri yañlış-şekillidir. İlk kesim GTKTEXTBUFFERCONTENTS-" "0001 degil" -#: ../gtk/gtktextutil.c:61 +#: gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM S_oldan-sağğa tamğa" -#: ../gtk/gtktextutil.c:62 +#: gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM _Sağdan-solğa tamğa" # tüklü -#: ../gtk/gtktextutil.c:63 +#: gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE Soldan-sağğa içeri-_yatqızuv" -#: ../gtk/gtktextutil.c:64 +#: gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE Sağdan-solğa _içeri-yatqızuv" # tüklü -#: ../gtk/gtktextutil.c:65 +#: gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO Soldan-sağğa üst-_aydama" -#: ../gtk/gtktextutil.c:66 +#: gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO Sağdan-solğa _üst-aydama" # tüklü -#: ../gtk/gtktextutil.c:67 +#: gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF _Pop istiqametli formatlav" -#: ../gtk/gtktextutil.c:68 +#: gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS _Sıfır kenişlikli feza" -#: ../gtk/gtktextutil.c:69 +#: gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWN Sıfır kenişlikli _bitiştirici" -#: ../gtk/gtktextutil.c:70 +#: gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ Sıfır kenişlikli _ğayrı-bitiştirici" # gtk/gtkthemes.c:71 -#: ../gtk/gtkthemes.c:71 +#: gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Tema motorı module_path \"%s\" içinde tapılamay," # gtk/gtktipsquery.c:181 -#: ../gtk/gtktipsquery.c:188 +#: gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Qarane Yoq ---" -#: ../gtk/gtkuimanager.c:1463 +#: gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Beklenmegen başlama nişanı '%s': satır %d, remiz %d" -#: ../gtk/gtkuimanager.c:1553 +#: gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Beklenmegen remiz verileri: satır %d, remiz %d" -#: ../gtk/gtkuimanager.c:2385 +#: gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Boş" # tüklü # gtk/gtkcolorsel.c:1800 -#: ../gtk/gtkvolumebutton.c:73 +#: gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Davuşlılıq" -#: ../gtk/gtkvolumebutton.c:75 +#: gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Davuşnı eksiltir ya da köterir" -#: ../gtk/gtkvolumebutton.c:78 +#: gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Davuş seviyesini ayarlar" -#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 +#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Davuşnı Eksilt" -#: ../gtk/gtkvolumebutton.c:83 +#: gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Davuş seviyesini eksiltir" -#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 +#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Davuşnı Köter" -#: ../gtk/gtkvolumebutton.c:89 +#: gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Davuş seviyesini arttırır" -#: ../gtk/gtkvolumebutton.c:147 +#: gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Davuşsız" -#: ../gtk/gtkvolumebutton.c:151 +#: gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Tam Davuş" @@ -3990,834 +4014,834 @@ msgstr "Tam Davuş" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: ../gtk/gtkvolumebutton.c:164 +#: gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" # gtk/gtkcolorsel.c:1833 -#: ../gtk/paper_names_offsets.c:4 +#: gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: ../gtk/paper_names_offsets.c:5 +#: gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: ../gtk/paper_names_offsets.c:6 +#: gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: ../gtk/paper_names_offsets.c:7 +#: gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: ../gtk/paper_names_offsets.c:8 +#: gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: ../gtk/paper_names_offsets.c:9 +#: gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: ../gtk/paper_names_offsets.c:10 +#: gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: ../gtk/paper_names_offsets.c:11 +#: gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: ../gtk/paper_names_offsets.c:12 +#: gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: ../gtk/paper_names_offsets.c:13 +#: gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: ../gtk/paper_names_offsets.c:14 +#: gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: ../gtk/paper_names_offsets.c:15 +#: gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: ../gtk/paper_names_offsets.c:16 +#: gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: ../gtk/paper_names_offsets.c:17 +#: gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Ziyade" -#: ../gtk/paper_names_offsets.c:18 +#: gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: ../gtk/paper_names_offsets.c:19 +#: gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: ../gtk/paper_names_offsets.c:20 +#: gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: ../gtk/paper_names_offsets.c:21 +#: gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: ../gtk/paper_names_offsets.c:22 +#: gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: ../gtk/paper_names_offsets.c:23 +#: gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: ../gtk/paper_names_offsets.c:24 +#: gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Ziyade" -#: ../gtk/paper_names_offsets.c:25 +#: gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Sekirme" -#: ../gtk/paper_names_offsets.c:26 +#: gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: ../gtk/paper_names_offsets.c:27 +#: gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: ../gtk/paper_names_offsets.c:28 +#: gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: ../gtk/paper_names_offsets.c:29 +#: gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: ../gtk/paper_names_offsets.c:30 +#: gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: ../gtk/paper_names_offsets.c:31 +#: gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: ../gtk/paper_names_offsets.c:32 +#: gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: ../gtk/paper_names_offsets.c:33 +#: gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: ../gtk/paper_names_offsets.c:34 +#: gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Ziyade" -#: ../gtk/paper_names_offsets.c:35 +#: gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: ../gtk/paper_names_offsets.c:36 +#: gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: ../gtk/paper_names_offsets.c:37 +#: gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: ../gtk/paper_names_offsets.c:38 +#: gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: ../gtk/paper_names_offsets.c:39 +#: gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: ../gtk/paper_names_offsets.c:40 +#: gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: ../gtk/paper_names_offsets.c:41 +#: gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: ../gtk/paper_names_offsets.c:42 +#: gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: ../gtk/paper_names_offsets.c:43 +#: gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: ../gtk/paper_names_offsets.c:44 +#: gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: ../gtk/paper_names_offsets.c:45 +#: gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: ../gtk/paper_names_offsets.c:46 +#: gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Ziyade" -#: ../gtk/paper_names_offsets.c:47 +#: gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: ../gtk/paper_names_offsets.c:48 +#: gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: ../gtk/paper_names_offsets.c:49 +#: gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: ../gtk/paper_names_offsets.c:50 +#: gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: ../gtk/paper_names_offsets.c:51 +#: gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: ../gtk/paper_names_offsets.c:52 +#: gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: ../gtk/paper_names_offsets.c:53 +#: gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: ../gtk/paper_names_offsets.c:54 +#: gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: ../gtk/paper_names_offsets.c:55 +#: gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: ../gtk/paper_names_offsets.c:56 +#: gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: ../gtk/paper_names_offsets.c:57 +#: gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: ../gtk/paper_names_offsets.c:58 +#: gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: ../gtk/paper_names_offsets.c:59 +#: gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: ../gtk/paper_names_offsets.c:60 +#: gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: ../gtk/paper_names_offsets.c:61 +#: gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: ../gtk/paper_names_offsets.c:62 +#: gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: ../gtk/paper_names_offsets.c:63 +#: gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: ../gtk/paper_names_offsets.c:64 +#: gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: ../gtk/paper_names_offsets.c:65 +#: gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "DL Zarfı" -#: ../gtk/paper_names_offsets.c:66 +#: gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: ../gtk/paper_names_offsets.c:67 +#: gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: ../gtk/paper_names_offsets.c:68 +#: gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: ../gtk/paper_names_offsets.c:69 +#: gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: ../gtk/paper_names_offsets.c:70 +#: gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: ../gtk/paper_names_offsets.c:71 +#: gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: ../gtk/paper_names_offsets.c:72 +#: gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: ../gtk/paper_names_offsets.c:73 +#: gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: ../gtk/paper_names_offsets.c:74 +#: gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: ../gtk/paper_names_offsets.c:75 +#: gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: ../gtk/paper_names_offsets.c:76 +#: gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: ../gtk/paper_names_offsets.c:77 +#: gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: ../gtk/paper_names_offsets.c:78 +#: gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: ../gtk/paper_names_offsets.c:79 +#: gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: ../gtk/paper_names_offsets.c:80 +#: gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: ../gtk/paper_names_offsets.c:81 +#: gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: ../gtk/paper_names_offsets.c:82 +#: gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: ../gtk/paper_names_offsets.c:83 +#: gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: ../gtk/paper_names_offsets.c:84 +#: gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Choukei 2 Zarfı" -#: ../gtk/paper_names_offsets.c:85 +#: gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Choukei 3 Zarfı" -#: ../gtk/paper_names_offsets.c:86 +#: gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Choukei 4 Zarfı" -#: ../gtk/paper_names_offsets.c:87 +#: gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (poçta varaqası)" -#: ../gtk/paper_names_offsets.c:88 +#: gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "kahu Zarfı" -#: ../gtk/paper_names_offsets.c:89 +#: gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "kaku2 Zarfı" -#: ../gtk/paper_names_offsets.c:90 +#: gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (cevap poçta varaqası)" -#: ../gtk/paper_names_offsets.c:91 +#: gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "you4 Zarfı" -#: ../gtk/paper_names_offsets.c:92 +#: gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: ../gtk/paper_names_offsets.c:93 +#: gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: ../gtk/paper_names_offsets.c:94 +#: gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 +#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: ../gtk/paper_names_offsets.c:97 +#: gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: ../gtk/paper_names_offsets.c:98 +#: gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: ../gtk/paper_names_offsets.c:99 +#: gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: ../gtk/paper_names_offsets.c:100 +#: gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: ../gtk/paper_names_offsets.c:101 +#: gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "6x9 Zarfı" -#: ../gtk/paper_names_offsets.c:102 +#: gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "7x9 Zarfı" -#: ../gtk/paper_names_offsets.c:103 +#: gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "9x11 Zarfı" -#: ../gtk/paper_names_offsets.c:104 +#: gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "a2 Zarfı" -#: ../gtk/paper_names_offsets.c:105 +#: gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: ../gtk/paper_names_offsets.c:106 +#: gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: ../gtk/paper_names_offsets.c:107 +#: gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: ../gtk/paper_names_offsets.c:108 +#: gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: ../gtk/paper_names_offsets.c:109 +#: gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: ../gtk/paper_names_offsets.c:110 +#: gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: ../gtk/paper_names_offsets.c:111 +#: gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: ../gtk/paper_names_offsets.c:112 +#: gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "c5 Zarfı" -#: ../gtk/paper_names_offsets.c:113 +#: gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: ../gtk/paper_names_offsets.c:114 +#: gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: ../gtk/paper_names_offsets.c:115 +#: gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: ../gtk/paper_names_offsets.c:116 +#: gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "Avropa edp" # tüklü -#: ../gtk/paper_names_offsets.c:117 +#: gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "İfacıl" -#: ../gtk/paper_names_offsets.c:118 +#: gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: ../gtk/paper_names_offsets.c:119 +#: gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold Avropa" -#: ../gtk/paper_names_offsets.c:120 +#: gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold AQŞ" -#: ../gtk/paper_names_offsets.c:121 +#: gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold Alman Qanuniy" -#: ../gtk/paper_names_offsets.c:122 +#: gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Ükümet Qanuniy" -#: ../gtk/paper_names_offsets.c:123 +#: gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Ükümet Mektübi" -#: ../gtk/paper_names_offsets.c:124 +#: gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "İndeks 3x5" -#: ../gtk/paper_names_offsets.c:125 +#: gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "İndeks 4x6 (poçta varaqası)" -#: ../gtk/paper_names_offsets.c:126 +#: gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "İndeks 4x6 uzatılğan" -#: ../gtk/paper_names_offsets.c:127 +#: gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "İndeks 5x8" -#: ../gtk/paper_names_offsets.c:128 +#: gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Fatura" -#: ../gtk/paper_names_offsets.c:129 +#: gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: ../gtk/paper_names_offsets.c:130 +#: gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "AQŞ Qanuniy" -#: ../gtk/paper_names_offsets.c:131 +#: gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "AQŞ Qanuniy Ziyade" -#: ../gtk/paper_names_offsets.c:132 +#: gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "AQŞ Mektüp" -#: ../gtk/paper_names_offsets.c:133 +#: gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "AQŞ Mektüp Ziyade" # tüklü -#: ../gtk/paper_names_offsets.c:134 +#: gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "AQŞ Mektüp Artı" # tüklü -#: ../gtk/paper_names_offsets.c:135 +#: gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Mutlaqiy Zarfı" -#: ../gtk/paper_names_offsets.c:136 +#: gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "#10 Zarf" -#: ../gtk/paper_names_offsets.c:137 +#: gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "#11 Zarf" -#: ../gtk/paper_names_offsets.c:138 +#: gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "#12 Zarf" -#: ../gtk/paper_names_offsets.c:139 +#: gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "#14 Zarf" -#: ../gtk/paper_names_offsets.c:140 +#: gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "#9 Zarf" -#: ../gtk/paper_names_offsets.c:141 +#: gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Şahsiy Zarf" -#: ../gtk/paper_names_offsets.c:142 +#: gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: ../gtk/paper_names_offsets.c:143 +#: gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: ../gtk/paper_names_offsets.c:144 +#: gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: ../gtk/paper_names_offsets.c:145 +#: gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Keniş Format" -#: ../gtk/paper_names_offsets.c:146 +#: gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" # gtk/gtkstock.c:279 -#: ../gtk/paper_names_offsets.c:147 +#: gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: ../gtk/paper_names_offsets.c:148 +#: gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: ../gtk/paper_names_offsets.c:149 +#: gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Davet Zarfı" -#: ../gtk/paper_names_offsets.c:150 +#: gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Italian Zarfı" -#: ../gtk/paper_names_offsets.c:151 +#: gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: ../gtk/paper_names_offsets.c:152 +#: gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: ../gtk/paper_names_offsets.c:153 +#: gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Postfix Zarfı" -#: ../gtk/paper_names_offsets.c:154 +#: gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Kiçik Foto" -#: ../gtk/paper_names_offsets.c:155 +#: gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "prc1 Zarfı" -#: ../gtk/paper_names_offsets.c:156 +#: gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "prc10 Zarfı" -#: ../gtk/paper_names_offsets.c:157 +#: gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: ../gtk/paper_names_offsets.c:158 +#: gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "prc2 Zarfı" -#: ../gtk/paper_names_offsets.c:159 +#: gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "prc3 Zarfı" -#: ../gtk/paper_names_offsets.c:160 +#: gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: ../gtk/paper_names_offsets.c:161 +#: gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "prc4 Zarfı" -#: ../gtk/paper_names_offsets.c:162 +#: gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "prc5 Zarfı" -#: ../gtk/paper_names_offsets.c:163 +#: gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "prc6 Zarfı" -#: ../gtk/paper_names_offsets.c:164 +#: gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "prc7 Zarfı" -#: ../gtk/paper_names_offsets.c:165 +#: gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "prc8 Zarfı" -#: ../gtk/paper_names_offsets.c:166 +#: gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: ../gtk/paper_names_offsets.c:167 +#: gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" # tüklü -#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 +#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "" @@ -4826,110 +4850,110 @@ msgstr "" # tüklü # gdk-pixbuf/io-tiff.c:264 -#: ../gtk/updateiconcache.c:1374 +#: gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Başlıq yazılamadı\n" # tüklü # gdk-pixbuf/io-tiff.c:264 -#: ../gtk/updateiconcache.c:1380 +#: gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Heş cedveli yazılamadı\n" # gdk-pixbuf/io-xbm.c:429 -#: ../gtk/updateiconcache.c:1386 +#: gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Fihrist indeksi yazılamadı\n" # gdk-pixbuf/io-tiff.c:264 -#: ../gtk/updateiconcache.c:1394 +#: gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Başlıqnı kene yazmaqta muvafaqiyetsizlik\n" # gdk-pixbuf/gdk-pixbuf-animation.c:144 gdk-pixbuf/gdk-pixbuf-io.c:516 -#: ../gtk/updateiconcache.c:1455 +#: gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "%s dosyesi açılamadı : %s\n" # gdk-pixbuf/gdk-pixbuf-animation.c:144 gdk-pixbuf/gdk-pixbuf-io.c:516 -#: ../gtk/updateiconcache.c:1463 +#: gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Ög-hafiza dosyesi yazılamadı: %s\n" -#: ../gtk/updateiconcache.c:1499 +#: gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Doğurılğan ög-hafiza keçersiz edi.\n" -#: ../gtk/updateiconcache.c:1511 +#: gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "%s, %s olaraq kene adlandırılamadı: %s, o zaman %s siline.\n" # gtk/gtkfilesel.c:1011 -#: ../gtk/updateiconcache.c:1523 +#: gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "%s dosyesi %s olaraq kene adlandırılamadı: %s\n" # gtk/gtkfilesel.c:1011 -#: ../gtk/updateiconcache.c:1530 +#: gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "%s dosyesi keri %s olaraq kene adlandırılamadı: %s\n" -#: ../gtk/updateiconcache.c:1556 +#: gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Ög-hafiza dosyesi muvafaqiyetnen icat etildi.\n" # tüklü -#: ../gtk/updateiconcache.c:1595 +#: gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Mevcut bir ög-hafizanıñ üzerine yaz, küncel olsa da" -#: ../gtk/updateiconcache.c:1596 +#: gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "index.theme mevcudiyetini teşkerme" -#: ../gtk/updateiconcache.c:1597 +#: gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Ög-hafizada suret verilerini ihtiva etme" -#: ../gtk/updateiconcache.c:1598 +#: gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "C başlıq dosyesi çıqtıla" -#: ../gtk/updateiconcache.c:1599 +#: gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Lafçan çıqtını ğayrı faalleştir" -#: ../gtk/updateiconcache.c:1600 +#: gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Mevcut işaretçik ög-hafizasını keçerlile" -#: ../gtk/updateiconcache.c:1663 +#: gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Dosye tapılmadı: %s\n" -#: ../gtk/updateiconcache.c:1669 +#: gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Keçerli bir işaretçik ög-hafizası degil: %s\n" -#: ../gtk/updateiconcache.c:1682 +#: gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Tema indeks dosyesi yoq." -#: ../gtk/updateiconcache.c:1686 +#: gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4940,280 +4964,280 @@ msgstr "" "ignore-theme-index qullanıñız.\n" #. ID -#: ../modules/input/imam-et.c:454 +#: modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Habeşçe (EZ+)" #. ID -#: ../modules/input/imcedilla.c:92 +#: modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Sedilla" # modules/input/imcyrillic-translit.c:216 #. ID -#: ../modules/input/imcyrillic-translit.c:217 +#: modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Kiril (Arif çevirmeli)" # modules/input/iminuktitut.c:126 #. ID -#: ../modules/input/iminuktitut.c:127 +#: modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "İnuktitut (Arif çevirmeli)" # modules/input/imipa.c:144 #. ID -#: ../modules/input/imipa.c:145 +#: modules/input/imipa.c:145 msgid "IPA" msgstr "MFE (IPA)" #. ID -#: ../modules/input/immultipress.c:31 +#: modules/input/immultipress.c:31 msgid "Multipress" msgstr "Çoqlu-basqı" #. ID -#: ../modules/input/imthai.c:35 +#: modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Tayça-Laoca" #. ID -#: ../modules/input/imti-er.c:453 +#: modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrinyaca-Eritrece (EZ+)" #. ID -#: ../modules/input/imti-et.c:453 +#: modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrinyaca-Habeşçe (EZ+)" # modules/input/imviqr.c:243 #. ID -#: ../modules/input/imviqr.c:244 +#: modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vyetnamca (VIQR)" # modules/input/imxim.c:27 #. ID -#: ../modules/input/imxim.c:28 +#: modules/input/imxim.c:28 msgid "X Input Method" msgstr "X Kirdi Usulı" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "'%s' bastırıcısınıñ toneri tüşük." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "'%s' bastırıcısınıñ toneri qalmağan." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "'%s' bastırıcısınıñ izarcısı tüşük." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "'%s' bastırıcısınıñ izarcısı bitken." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "'%s' bastırıcısınıñ eñ azından bir tamğalayıcı arzı tüşük." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "'%s' bastırıcısınıñ eñ azından bir tamğalayıcı arzı bitken." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "'%s' bastırıcısınıñ qapağı açıqtır." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "'%s' bastırıcısınıñ qapısı açıqtır." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "'%s' bastırıcısınıñ kâğıtı tüşük." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "'%s' bastırıcısınıñ kâğıtı bitken." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Bastırıcı '%s' şu ande devre-tışı." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Bastırıcı '%s' bağlanğan olmay bilir." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "'%s' bastırıcısınen bir mesele bar." #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Tınışlandı ; İşler Red Etile" #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "İşler Red Etile" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Çift Taraflı" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Kağıt Türü" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Kağıt Menbası" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Çıqtı Sinisi" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Çezinirlik" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "GhostScript ög-süzgüçlemesi" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Tek Taraflı" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "" # gtk/gtkfontsel.c:1001 #. Translators: this is an option of "Paper Source" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Avtomatik Saylam" # gtk/gtkwindow.c:389 #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Bastırıcı Ög-belgilemesi" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "" # tüklü #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "PS seviye 1'ge çevir" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "PS seviye 2'ge çevir" # gdk-pixbuf/io-xpm.c:1257 #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Ög-süzgüçlemesiz" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Müteferriq" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Acil" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Yüksek" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Orta" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Tüşük" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Soldan sağğa, yuqarıdan aşağığa" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Soldan sağğa, aşağıdan yuqarığa" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Sağdan solğa, yuqarıdan aşağığa" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Sağdan solğa, aşağıdan yuqarığa" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Yuqarıdan aşağığa, soldan sağğa" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Yuqarıdan aşağığa, sağdan solğa" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Aşağıdan yuqarığa, soldan sağğa" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Aşağıdan yuqarığa, sağdan solğa" @@ -5221,21 +5245,21 @@ msgstr "Aşağıdan yuqarığa, sağdan solğa" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Yapraq Başına Saife" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "İş Evelligi" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Fatura Malümatı" @@ -5243,46 +5267,46 @@ msgstr "Fatura Malümatı" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "İç biri" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Sınıflandırılğan" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Mahrem" # gtk/gtkinputdialog.c:243 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Gizli" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Standart" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Tamamen Gizli" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Sınıflandırılmağan" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Aldın" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Soñra" @@ -5291,7 +5315,7 @@ msgstr "Soñra" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Bastıruv vaqtı" @@ -5299,7 +5323,7 @@ msgstr "Bastıruv vaqtı" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Bastıruv vaqtı" @@ -5307,72 +5331,71 @@ msgstr "Bastıruv vaqtı" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Şahsiyleştirilgen %sx%s" #. default filename used for print-to-file -#: ../modules/printbackends/file/gtkprintbackendfile.c:235 +#: modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "ciqti.%s" # gtk/gtkstock.c:299 -#: ../modules/printbackends/file/gtkprintbackendfile.c:469 +#: modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Dosyege Bastır" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" # gtk/gtkstock.c:299 -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: ../modules/printbackends/file/gtkprintbackendfile.c:558 -#: ../modules/printbackends/test/gtkprintbackendtest.c:506 +#: modules/printbackends/file/gtkprintbackendfile.c:558 +#: modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Yapraq başına _saife:" # gtk/gtkfilesel.c:651 -#: ../modules/printbackends/file/gtkprintbackendfile.c:604 +#: modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Dosye" -#: ../modules/printbackends/file/gtkprintbackendfile.c:613 +#: modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "_Çıqtı formatı" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "LPR'ge Bastır" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Yapraq Başına Saife" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Emir Satırı " #. default filename used for print-to-test -#: ../modules/printbackends/test/gtkprintbackendtest.c:234 +#: modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "sinama-ciqtisi.%s" # tüklü # gtk/gtkstock.c:299 -#: ../modules/printbackends/test/gtkprintbackendtest.c:470 +#: modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Bastırıcını Sınamaq içün Bastır" # gdk-pixbuf/gdk-pixbuf-io.c:473 -#: ../tests/testfilechooser.c:207 +#: tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "'%s' dosyesi içün malümat alınamadı: %s" - diff --git a/po/cs.po b/po/cs.po index 1d614d7c02..27359885dd 100644 --- a/po/cs.po +++ b/po/cs.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-01 00:16+0100\n" "Last-Translator: Petr Kovar \n" "Language-Team: Czech \n" @@ -626,15 +626,15 @@ msgstr "Typ obrázku v současnosti není podporován" msgid "Couldn't allocate memory for color profile" msgstr "Nelze alokovat paměť profilu barev" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Nedostatek paměti k otevření souboru JPEG 2000" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Nelze alokovat paměť k načtení obrazových dat do vyrovnávací paměti" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Formát obrázku JPEG 2000" @@ -681,7 +681,7 @@ msgid "" msgstr "" "Kvalita JPEG musí být hodnota mezi 0 a 100; hodnota \"%d\" není povolena." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Formát obrázku JPEG" @@ -1177,46 +1177,46 @@ msgstr[0] "Otevírání %d položky" msgstr[1] "Otevírání %d položek" msgstr[2] "Otevírání %d položek" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licence" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Licence programu" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "Zá_sluhy" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licence" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "O aplikaci %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Zásluhy" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Napsali" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Zdokumentovali" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Přeložili" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafika" @@ -1290,17 +1290,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Zpětné lomítko" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Neplatná funkce typu: \"%s\"" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Neplatný kořenový prvek: \"%s\"" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Neobsloužená značka: \"%s\"" @@ -1395,7 +1400,7 @@ msgstr "Vypnuto" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Nová klávesová zkratka..." @@ -1538,11 +1543,11 @@ msgstr "" msgid "Color Selection" msgstr "Výběr barvy" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Vstupní _metody" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "Vloži_t řídící znak Unicode" @@ -1981,7 +1986,7 @@ msgstr "Pře_jmenovat" msgid "_Selection: " msgstr "_Výběr: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1990,15 +1995,15 @@ msgstr "" "Název souboru \"%s\" nemohl být převeden do UTF-8. (zkuste prosím nastavit " "proměnnou prostředí G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Neplatné UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Příliš dlouhý název" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Nelze převést název souboru" @@ -2246,39 +2251,39 @@ msgstr "Přepínače GTK+" msgid "Show GTK+ Options" msgstr "Zobrazit přepínače GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "_Připojit" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Připojit se _anonymně" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Připojit se jako _uživatel:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "Uživat_elské jméno:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Doména:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Heslo:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Zapo_menout heslo okamžitě" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Pamat_ovat si heslo až do odhlášení" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Pama_tovat si navždy" @@ -2348,7 +2353,7 @@ msgstr "_Velikost papíru:" msgid "_Orientation:" msgstr "_Orientace:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Vzhled stránky" @@ -2496,17 +2501,17 @@ msgstr "Chyba při vytváření náhledu tisku" msgid "The most probable reason is that a temporary file could not be created." msgstr "Nejpravděpodobnější příčinou je nemožnost vytvoření dočasného souboru." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Chyba spouštění náhledu" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Chyba při tisku" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplikace" @@ -2565,37 +2570,37 @@ msgstr "Neplatná obsluha na PrintDlgEx" msgid "Unspecified error" msgstr "Neurčená chyba" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Tiskárna" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Umístění" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Stav" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Rozsah" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "Vše_chny strany" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Aktuá_lní strana" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "St_rany:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2603,127 +2608,133 @@ msgstr "" "Zadejte prosím jeden nebo více rozsahů stran,\n" "např. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "St_rany:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopie" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "_Kopie:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "S_etřídit" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "O_brátit" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Obecné" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Řazení stran" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Zleva doprava" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Zprava doleva" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Rozvržení" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Obo_ustranné:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Strá_nek na stranu papíru:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Ř_azení stran:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Tisknout p_ouze:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Všechny listy" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Sudé listy" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Liché listy" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Měřítko:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papír" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Typ _papíru:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Z_droj papíru:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Vý_stupní zásobník:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Podrobnosti k úloze" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pr_iorita:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Účtovací in_formace:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Vytisknout dokument" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "N_yní" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_V:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2731,60 +2742,64 @@ msgstr "" "Upřesněte čas tisku,\n" " např. 15:30, 14:35, 14:15:20, 11:46:30, 16:00" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "S posečká_ním" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Posečkat s úlohou, dokud není výslovně odeslána" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Přidat krycí stranu" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "Pře_d:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "Z_a:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Úloha" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Pokročilé" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Kvalita obrazu" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Barva" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Dokončování" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Některá nastavení v dialogu jsou v konfliktu" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Tisk" diff --git a/po/cy.po b/po/cy.po index d3309749e0..e9e86b3c1a 100644 --- a/po/cy.po +++ b/po/cy.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2007-05-14 21:28-0000\n" "Last-Translator: Rhys Jones \n" "Language-Team: Cymraeg \n" @@ -649,17 +649,17 @@ msgstr "Ni chynhelir y math delwedd '%s'" msgid "Couldn't allocate memory for color profile" msgstr "Methu canfod digon o gof er mwyn llwytho'r ffeil JPEG" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "Dim digon o gof er mwyn agor ffeil delwedd TIFF" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Methwyd dyrannu cof ar gyfer data llinell" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "Y fformat delwedd JPEG" @@ -708,7 +708,7 @@ msgstr "" "Mae'n rhaid i ansawdd delweddau JPEG fod yn werth rhwng 0 a 100; ni " "chaniateir y gwerth '%d'." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Y fformat delwedd JPEG" @@ -1213,46 +1213,46 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Trwydded" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Trwydded y rhaglen" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Diolchiadau" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Trwydded" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Ynglyn â %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Diolchiadau" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Ysgrifennwyd gan" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dogfennwyd gan" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Cyfieithwyd gan" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Graffeg gan" @@ -1332,17 +1332,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Enw ffeil annilys: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Enw ffeil annilys: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1439,7 +1444,7 @@ msgstr "Analluogwyd" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Cyflymydd newydd..." @@ -1584,11 +1589,11 @@ msgstr "" msgid "Color Selection" msgstr "Dewis Lliw" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Moddau _Mewnbwn" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Mewnosod Nod Rheoli Unicode" @@ -2035,7 +2040,7 @@ msgstr "_Ailenwi" msgid "_Selection: " msgstr "_Dewis: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2044,15 +2049,15 @@ msgstr "" "Ni ellwyd trosi'r enw ffeil \"%s\" i UTF-8 (ceisiwch osod y newidyn " "amgylchol G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 Annilys" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Mae'r enw yn rhy hir" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Methu trawsnewid enw y ffeil" @@ -2303,43 +2308,43 @@ msgstr "Opsiynau GTK+" msgid "Show GTK+ Options" msgstr "Dangos Opsiynau GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "_Cysylltu" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Ailenwi" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Lleoliad:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "_Pwysedd:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2409,7 +2414,7 @@ msgstr "Maint _papur:" msgid "_Orientation:" msgstr "_Gogwydd:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Gosodiad Tudalen" @@ -2562,17 +2567,17 @@ msgstr "Gwall wrth lansio rhagolwg" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Gwall wrth lansio rhagolwg" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Gwall wrth argraffu" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Rhaglen" @@ -2633,41 +2638,41 @@ msgstr "Dolen annilys i PrintDlgEx" msgid "Unspecified error" msgstr "Gwall anhysbys" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Argraffydd" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Lleoliad" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Statws" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 #, fuzzy msgid "Range" msgstr "_Amrediad" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 #, fuzzy msgid "_All Pages" msgstr "Pob taflen" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "_Yr un bresennol" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 #, fuzzy msgid "Pag_es:" msgstr "Llefydd" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2675,190 +2680,200 @@ msgstr "" "Rhowch un neu fwy o rediadau tudalen,\n" " e.e. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Llefydd" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Copïau" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Copï_au:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Coladu" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Gwrthdroi" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Cyffredinol" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Wrthi'n paratoi" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM Mark _chwith-i'r-dde" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "Argraffu i Ffeil" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Cynllun" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Dwyochrog:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Tudalennau ar bob _ochr:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "Tudalennau ar bob _ochr:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Printio'r rhain yn unig:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Pob taflen" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Taflenni eilrif" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Taflenni odrif" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Graddfa:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papur" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Math papur:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Ffynhonnell papur:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Lleoliad t_erfynol y papur:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Manylion y Dasg" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "_Blaenoriaeth:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Gwybodaeth bilio:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Argraffu Dogfen" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Nawr" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_I:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Ar _saib" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Creu Tudalen Glawr" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Cyn:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Ar ôl:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Tasg" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Uwch" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Ansawdd Delwedd" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Lliw" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Wrthi'n gorffen" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Mae rhai o'r gosodiadau o fewn y ddeialog yn gwrthdaro" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Argraffu" diff --git a/po/da.po b/po/da.po index 350309f6b9..f50bc918e1 100644 --- a/po/da.po +++ b/po/da.po @@ -36,7 +36,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-14 05:01+0100\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-13 21:42+0100\n" "Last-Translator: Ask Hjorth Larsen \n" "Language-Team: Danish \n" @@ -45,58 +45,58 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../gdk/gdk.c:103 +#: gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Fejl ved fortolkning af tilvalget --gdk-debug" -#: ../gdk/gdk.c:123 +#: gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Fejl ved fortolkning af tilvalget --gdk-no-debug" #. Description of --class=CLASS in --help output -#: ../gdk/gdk.c:151 +#: gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Programklasse benyttet af vindueshåndteringen" #. Placeholder in --class=CLASS in --help output -#: ../gdk/gdk.c:152 +#: gdk/gdk.c:152 msgid "CLASS" msgstr "KLASSE" #. Description of --name=NAME in --help output -#: ../gdk/gdk.c:154 +#: gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Programnavn benyttet af vindueshåndteringen" #. Placeholder in --name=NAME in --help output -#: ../gdk/gdk.c:155 +#: gdk/gdk.c:155 msgid "NAME" msgstr "NAVN" #. Description of --display=DISPLAY in --help output -#: ../gdk/gdk.c:157 +#: gdk/gdk.c:157 msgid "X display to use" msgstr "X-terminal der skal bruges" #. Placeholder in --display=DISPLAY in --help output -#: ../gdk/gdk.c:158 +#: gdk/gdk.c:158 msgid "DISPLAY" msgstr "TERMINAL" #. Description of --screen=SCREEN in --help output -#: ../gdk/gdk.c:160 +#: gdk/gdk.c:160 msgid "X screen to use" msgstr "X-skærm der skal bruges" #. Placeholder in --screen=SCREEN in --help output -#: ../gdk/gdk.c:161 +#: gdk/gdk.c:161 msgid "SCREEN" msgstr "SKÆRM" #. Description of --gdk-debug=FLAGS in --help output -#: ../gdk/gdk.c:164 +#: gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "GDK-fejlretningsflag der skal angives" @@ -104,214 +104,214 @@ msgstr "GDK-fejlretningsflag der skal angives" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 +#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 msgid "FLAGS" msgstr "FLAG" #. Description of --gdk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:167 +#: gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "GDK-fejlretningsflag der skal fjernes" -#: ../gdk/keyname-table.h:3940 +#: gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "Tilbagetast" -#: ../gdk/keyname-table.h:3941 +#: gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tabulatortast" -#: ../gdk/keyname-table.h:3942 +#: gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Retur" -#: ../gdk/keyname-table.h:3943 +#: gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: ../gdk/keyname-table.h:3944 +#: gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Scroll_Lock" -#: ../gdk/keyname-table.h:3945 +#: gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: ../gdk/keyname-table.h:3946 +#: gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Esc" -#: ../gdk/keyname-table.h:3947 +#: gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multitast" -#: ../gdk/keyname-table.h:3948 +#: gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: ../gdk/keyname-table.h:3949 +#: gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Venstre" -#: ../gdk/keyname-table.h:3950 +#: gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Op" -#: ../gdk/keyname-table.h:3951 +#: gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Højre" -#: ../gdk/keyname-table.h:3952 +#: gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Ned" -#: ../gdk/keyname-table.h:3953 +#: gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page_Up" -#: ../gdk/keyname-table.h:3954 +#: gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page_Down" -#: ../gdk/keyname-table.h:3955 +#: gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" # ??? -#: ../gdk/keyname-table.h:3956 +#: gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" -#: ../gdk/keyname-table.h:3957 +#: gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Print" -#: ../gdk/keyname-table.h:3958 +#: gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insert" -#: ../gdk/keyname-table.h:3959 +#: gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" -#: ../gdk/keyname-table.h:3960 +#: gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Space" -#: ../gdk/keyname-table.h:3961 +#: gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Tab" -#: ../gdk/keyname-table.h:3962 +#: gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Enter" -#: ../gdk/keyname-table.h:3963 +#: gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP_Home" -#: ../gdk/keyname-table.h:3964 +#: gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP_Venstre" -#: ../gdk/keyname-table.h:3965 +#: gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP_Op" -#: ../gdk/keyname-table.h:3966 +#: gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP_Højre" -#: ../gdk/keyname-table.h:3967 +#: gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP_Ned" -#: ../gdk/keyname-table.h:3968 +#: gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_Page_Up" -#: ../gdk/keyname-table.h:3969 +#: gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP_Prior" -#: ../gdk/keyname-table.h:3970 +#: gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: ../gdk/keyname-table.h:3971 +#: gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP_Next" -#: ../gdk/keyname-table.h:3972 +#: gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "KP_End" -#: ../gdk/keyname-table.h:3973 +#: gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP_Begin" -#: ../gdk/keyname-table.h:3974 +#: gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP_Insert" -#: ../gdk/keyname-table.h:3975 +#: gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP_Del" -#: ../gdk/keyname-table.h:3976 +#: gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Del" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 +#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 +#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Kunne ikke åbne filen \"%s\": %s" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 +#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Billedfilen \"%s\" indeholder ingen data" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 +#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -319,7 +319,7 @@ msgstr "" "Kunne ikke indlæse billedet \"%s\": årsag ukendt, formentlig en ødelagt " "billedfil" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -328,12 +328,12 @@ msgstr "" "Kunne ikke indlæse animationen \"%s\": årsag ukendt, formentlig en ødelagt " "animationsfil" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 +#: gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Kunne ikke indlæse billedindlæsningmodulet %s: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 +#: gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -342,54 +342,54 @@ msgstr "" "Billedindlæsningsmodulet %s eksporterer ikke den rigtige grænseflade; måske " "er den fra en anden Gtk-version?" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 +#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Billedtypen \"%s\" er ikke understøttet" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 +#: gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Kunne ikke genkende billedfilformatet for filen \"%s\"" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 +#: gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Ukendt billedfilformat" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Kunne ikke indlæse billedet \"%s\": %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 +#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Fejl ved skrivning af billedfil: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "" "Denne bygning af gdk-pixbuf understøtter ikke gemning af billedformatet: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Ikke tilstrækkelig hukommelse til at gemme billede til tilbagekald" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Kunne ikke åbne midlertidig fil" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Kunne ikke læse fra midlertidig fil" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Kunne ikke åbne \"%s\" til skrivning: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -398,15 +398,15 @@ msgstr "" "Kunne ikke lukke \"%s\" ved skrivning af billede, formentlig er ikke alle " "data blevet gemt: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Ikke tilstrækkelig hukommelse til at gemme billede i et mellemlager" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Fejl ved skrivning til billedstrøm" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -415,147 +415,142 @@ msgstr "" "Intern fejl: Billedindlæsningsmodulet \"%s\" kunne ikke færdiggøre en " "handling, men angav ikke nogen årsag til fejlen" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Gradvis indlæsning af billedtypen \"%s\" er ikke understøttet" -#: ../gdk-pixbuf/gdk-pixdata.c:147 +#: gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Ødelagt hoved i billede" -#: ../gdk-pixbuf/gdk-pixdata.c:152 +#: gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Ukendt billedformat" -#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 +#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Ødelagte punktdata i billede" -#: ../gdk-pixbuf/gdk-pixdata.c:431 +#: gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "kunne ikke tildele billedmellemlager på %u byte" msgstr[1] "kunne ikke tildele billedmellemlager på %u byte" -#: ../gdk-pixbuf/io-ani.c:244 +#: gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Uventet ikonblok i animation" -#: ../gdk-pixbuf/io-ani.c:337 +#: gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Animationstypen understøttes ikke" -#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 -#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 -#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 +#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 +#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Ugyldig hoved i animation" -#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 -#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 -#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 +#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 +#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Ikke nok hukommelse til indlæsning af animation" -#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 -#: ../gdk-pixbuf/io-ani.c:443 +#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Forkert udformet blok i animation" -#: ../gdk-pixbuf/io-ani.c:711 +#: gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "ANI-billedformatet" -#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 -#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 -#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 +#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 +#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "BMP-billede har ugyldige data i filhoved" -#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 +#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Ikke tilstrækkelig hukommelse til indlæsning af bitmap-billede" -#: ../gdk-pixbuf/io-bmp.c:319 +#: gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "BMP-billedets filhovedstørrelse er ikke understøttet" -#: ../gdk-pixbuf/io-bmp.c:357 +#: gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Topdown-BMP-billeder kan ikke komprimeres" -#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 +#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Fil sluttede for tidligt" -#: ../gdk-pixbuf/io-bmp.c:1329 +#: gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Kunne ikke tildele hukommelse til gemning af BMP-fil" -#: ../gdk-pixbuf/io-bmp.c:1370 +#: gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Kunne ikke skrive til BMP-fil" -#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 +#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "BMP-billedformatet" -#: ../gdk-pixbuf/io-gif.c:222 +#: gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Fejl under læsning af GIF: %s" -#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 -#: ../gdk-pixbuf/io-gif.c:1642 +#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "GIF-fil manglede nogle data (måske er den blev afkortet?)" -#: ../gdk-pixbuf/io-gif.c:505 +#: gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Intern fejl i GIF-indlæseren (%s)" -#: ../gdk-pixbuf/io-gif.c:579 +#: gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Stakoverløb" -#: ../gdk-pixbuf/io-gif.c:639 +#: gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "GIF-billedindlæseren forstår ikke dette billede." -#: ../gdk-pixbuf/io-gif.c:668 +#: gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Ugyldig kode fundet" -#: ../gdk-pixbuf/io-gif.c:678 +#: gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Cirkulær tabelindgang i GIF-fil" -#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 -#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 +#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 +#: gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Ikke nok hukommelse til indlæsning af GIF-fil" -#: ../gdk-pixbuf/io-gif.c:960 +#: gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Ikke nok hukommelse til at samle en ramme i GIF-fil" -#: ../gdk-pixbuf/io-gif.c:1132 +#: gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "GIF-billede er ødelagt (ukorrekt LZW-kompression)" -#: ../gdk-pixbuf/io-gif.c:1182 +#: gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Fil synes ikke at være en GIF-fil" -#: ../gdk-pixbuf/io-gif.c:1194 +#: gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "Version %s af GIF-filformatet er ikke understøttet" -#: ../gdk-pixbuf/io-gif.c:1303 +#: gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -563,115 +558,113 @@ msgstr "" "GIF-animation har ikke en global farvetabel, og et billede i den mangler en " "lokal farvetabel." -#: ../gdk-pixbuf/io-gif.c:1537 +#: gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "GIF-billedet er afkortet eller ikke komplet." -#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 +#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "GIF-billedformatet" -#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 -#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 -#: ../gdk-pixbuf/io-ico.c:359 +#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 +#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Ugyldig hoved i ikon" -#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 -#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 -#: ../gdk-pixbuf/io-ico.c:462 +#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 +#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Ikke nok hukommelse til indlæsning af ikon" -#: ../gdk-pixbuf/io-ico.c:322 +#: gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Ikon har bredden nul" -#: ../gdk-pixbuf/io-ico.c:332 +#: gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Ikon har højden nul" -#: ../gdk-pixbuf/io-ico.c:384 +#: gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Komprimerede ikoner er ikke understøttet" -#: ../gdk-pixbuf/io-ico.c:417 +#: gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Ikontypen understøttes ikke" -#: ../gdk-pixbuf/io-ico.c:511 +#: gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Ikke tilstrækkelig hukommelse til indlæsning af ICO-fil" -#: ../gdk-pixbuf/io-ico.c:976 +#: gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Billede for stort til at blive gemt som ICO" -#: ../gdk-pixbuf/io-ico.c:987 +#: gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Markørpunkt uden for billede" -#: ../gdk-pixbuf/io-ico.c:1010 +#: gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Dybden for ICO-filen understøttes ikke: %d" -#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 +#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "ICO-billedformatet" -#: ../gdk-pixbuf/io-icns.c:347 +#: gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Fejl under læsning af ICNS-billede: %s" -#: ../gdk-pixbuf/io-icns.c:364 +#: gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Kunne ikke afkode ICNS-fil" -#: ../gdk-pixbuf/io-icns.c:397 +#: gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "ICNS-billedformatet" -#: ../gdk-pixbuf/io-jasper.c:75 +#: gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Kunne ikke tildele hukommelse til strøm" -#: ../gdk-pixbuf/io-jasper.c:105 +#: gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Kunne ikke afkode billede" -#: ../gdk-pixbuf/io-jasper.c:123 +#: gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Transformeret JPEG2000 har bredde eller højde på nul" -#: ../gdk-pixbuf/io-jasper.c:137 +#: gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Billedtypen understøttes pt. ikke" -#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 +#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Kunne ikke tildele hukommelse til farveprofil" -#: ../gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Utilstrækkelig hukommelse til at åbne JPEG 2000-fil" # Jeg tror man skal læse buffer som et udsagnsord, altså i stil med "buffering" -#: ../gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Kunne ikke tildele hukommelse til buffer for billeddata" -#: ../gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000-billedformatet" -#: ../gdk-pixbuf/io-jpeg.c:117 +#: gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Fejl ved fortolkning af JPEG-billedfil (%s)" -#: ../gdk-pixbuf/io-jpeg.c:529 +#: gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -679,21 +672,21 @@ msgstr "" "Ikke tilstrækkelig hukommelse til at indlæse billede, prøv at afslutte nogle " "programmer for at frigøre hukommelse" -#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 +#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "JPEG-farverum understøttes ikke (%s)" -#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 -#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 +#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 +#: gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Kunne ikke tildele hukommelse til indlæsning af JPEG-fil" -#: ../gdk-pixbuf/io-jpeg.c:920 +#: gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Transformeret JPEG har bredde eller højde på nul." -#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 +#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -702,7 +695,7 @@ msgstr "" "JPEG-kvalitet skal være en værdi mellem 0 og 100; værdien \"%s\" kunne ikke " "fortolkes." -#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 +#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -710,87 +703,87 @@ msgstr "" "JPEG-kvalitet skal være en værdi mellem 0 og 100; værdien \"%d\" er ikke " "tilladt." -#: ../gdk-pixbuf/io-jpeg.c:1309 ../gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG-billedformatet" -#: ../gdk-pixbuf/io-pcx.c:187 +#: gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Kunne ikke tildele hukommelse til hoved" -#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 +#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Kunne ikke tildele hukommelse til kontekststruktur" -#: ../gdk-pixbuf/io-pcx.c:601 +#: gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Billede har ugyldig bredde og/eller højde" -#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 +#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Billedets bpp understøttes ikke" -#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 +#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Antallet af %d-bit planer i billedet understøttes ikke" -#: ../gdk-pixbuf/io-pcx.c:642 +#: gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Kan ikke oprette ny pixbuf" -#: ../gdk-pixbuf/io-pcx.c:650 +#: gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Kan ikke tildele hukommelse til linjedata" -#: ../gdk-pixbuf/io-pcx.c:657 +#: gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Kan ikke tildele hukommelse til paletdata" -#: ../gdk-pixbuf/io-pcx.c:704 +#: gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Fik ikke alle linjerne af PCX-billede" -#: ../gdk-pixbuf/io-pcx.c:711 +#: gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Ingen palet fundet i slutningen af PCX-data" -#: ../gdk-pixbuf/io-pcx.c:756 +#: gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "PCX-billedformatet" -#: ../gdk-pixbuf/io-png.c:55 +#: gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Antal bit pr. kanal i PNG-billede er ugyldig." -#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 +#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Transformeret PNG har bredde eller højde på nul." -#: ../gdk-pixbuf/io-png.c:144 +#: gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Bit pr. kanal i transformeret PNG er ikke 8." -#: ../gdk-pixbuf/io-png.c:153 +#: gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Transformeret PNG er ikke RGB eller RGBA." -#: ../gdk-pixbuf/io-png.c:162 +#: gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "Transformeret PNG har et kanalantal der ikke understøttes - skal være enten " "3 eller 4." -#: ../gdk-pixbuf/io-png.c:183 +#: gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Uoprettelig fejl i PNG-billedfil: %s" -#: ../gdk-pixbuf/io-png.c:310 +#: gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Ikke tilstrækkelig hukommelse til indlæsning af PNG-fil" -#: ../gdk-pixbuf/io-png.c:633 +#: gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -799,25 +792,25 @@ msgstr "" "Utilstrækkelig hukommelse til opbevaring af et %ld gange %ld billede; prøv " "at afslutte nogle programmer for at frigøre hukommelse" -#: ../gdk-pixbuf/io-png.c:684 +#: gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Uoprettelig fejl ved læsning af PNG-billedfil" -#: ../gdk-pixbuf/io-png.c:733 +#: gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Uoprettelig fejl ved læsning af PNG-billedfil: %s" -#: ../gdk-pixbuf/io-png.c:825 +#: gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "Nøgler til PNG-tekstblokke skal bestå af mindst 1 og højst 79 tegn." -#: ../gdk-pixbuf/io-png.c:833 +#: gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "Nøgler til PNG-tekstblokke skal være ASCII-tegn." -#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 +#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -826,7 +819,7 @@ msgstr "" "PNG-komprimeringsniveau skal være en værdi mellem 0 og 9; værdien \"%s\" " "kunne ikke fortolkes." -#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 +#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -835,422 +828,418 @@ msgstr "" "PNG-komprimeringsniveau skal være en værdi mellem 0 og 9; værdien \"%d\" er " "ikke gyldig." -#: ../gdk-pixbuf/io-png.c:896 +#: gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "Værdi for PNG-tekstblokken %s kan ikke konverteres til ISO-8859-1-kodningen." -#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 +#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "PNG-billedformatet" -#: ../gdk-pixbuf/io-pnm.c:250 +#: gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "PNM-indlæser forventede at finde et heltal, men gjorde det ikke" -#: ../gdk-pixbuf/io-pnm.c:282 +#: gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "PNM-fil har en ukorrekt startbyte" -#: ../gdk-pixbuf/io-pnm.c:312 +#: gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "PNM-fil er ikke i et genkendeligt PNM-underformat" -#: ../gdk-pixbuf/io-pnm.c:337 +#: gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "PNM-fil har en billedbredde på 0" -#: ../gdk-pixbuf/io-pnm.c:358 +#: gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "PNM-fil har en billedhøjde på 0" -#: ../gdk-pixbuf/io-pnm.c:381 +#: gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Største farveværdi i PNM-fil er 0" -#: ../gdk-pixbuf/io-pnm.c:389 +#: gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Største farveværdi i PNM-fil er for stor" -#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 -#: ../gdk-pixbuf/io-pnm.c:504 +#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Rå PNM-billedtype er ugyldig" -#: ../gdk-pixbuf/io-pnm.c:654 +#: gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "PNM-billedindlæser understøtter ikke dette PNM-underformat" -#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 +#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "Rå PNM-formater kræver præcist ét blankt felt før eksempeldata" -#: ../gdk-pixbuf/io-pnm.c:768 +#: gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Kan ikke tildele hukommelse til indlæsning af PNM-billede" -#: ../gdk-pixbuf/io-pnm.c:818 +#: gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Ikke tilstrækkelig hukommelse til indlæsning af PNM-kontekststruktur" -#: ../gdk-pixbuf/io-pnm.c:869 +#: gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Uventet slutning på PNM-billeddata" -#: ../gdk-pixbuf/io-pnm.c:997 +#: gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Ikke tilstrækkelig hukommelse til indlæsning af PNM-fil" -#: ../gdk-pixbuf/io-pnm.c:1081 +#: gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "PNM/PBM/PGM/PPM-billedformatfamilien" -#: ../gdk-pixbuf/io-ras.c:126 +#: gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "RAS-billede har ugyldige data i filhoved" -#: ../gdk-pixbuf/io-ras.c:148 +#: gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "RAS-billede er af en ukendt type" -#: ../gdk-pixbuf/io-ras.c:156 +#: gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "RAS-billedvarianten understøttes ikke" -#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 +#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Ikke tilstrækkelig hukommelse til indlæsning af RAS-billede" -#: ../gdk-pixbuf/io-ras.c:545 +#: gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Sun raster-billedformatet" -#: ../gdk-pixbuf/io-tga.c:154 +#: gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Kan ikke tildele hukommelse til IOBuffer-struktur" -#: ../gdk-pixbuf/io-tga.c:173 +#: gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Kan ikke tildele hukommelse til IOBuffer-data" -#: ../gdk-pixbuf/io-tga.c:184 +#: gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Kan ikke omtildele IOBuffer-data" -#: ../gdk-pixbuf/io-tga.c:214 +#: gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Kan ikke tildele midlertidige IOBuffer-data" -#: ../gdk-pixbuf/io-tga.c:347 +#: gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Kan ikke tildele ny pixbuf" -#: ../gdk-pixbuf/io-tga.c:687 +#: gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Kan ikke tildele farvetabelsstruktur" -#: ../gdk-pixbuf/io-tga.c:694 +#: gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Kan ikke tildele farvetabelselementer" -#: ../gdk-pixbuf/io-tga.c:716 +#: gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Uventet bitdybde for farvetabelselementer" -#: ../gdk-pixbuf/io-tga.c:734 +#: gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Kan ikke tildele hukommelse til TGA-hoved" -#: ../gdk-pixbuf/io-tga.c:767 +#: gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "TGA-billede har ugyldige dimensioner" -#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 -#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 -#: ../gdk-pixbuf/io-tga.c:809 +#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 +#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "TGA-billedtype ikke understøttet" -#: ../gdk-pixbuf/io-tga.c:856 +#: gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Kan ikke tildele hukommelse til TGA-kontekststruktur" -#: ../gdk-pixbuf/io-tga.c:921 +#: gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "For mange data i fil" -#: ../gdk-pixbuf/io-tga.c:1002 +#: gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Targe-billedformatet" -#: ../gdk-pixbuf/io-tiff.c:160 +#: gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Kunne ikke finde billedbredde (ugyldig TIFF-fil)" -#: ../gdk-pixbuf/io-tiff.c:167 +#: gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Kunne ikke finde billedhøjde (ugyldig TIFF-fil)" -#: ../gdk-pixbuf/io-tiff.c:175 +#: gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "Bredde eller højde på TIFF-billede er nul" -#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 +#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Dimensionerne af TIFF-billede er for store" -#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 -#: ../gdk-pixbuf/io-tiff.c:541 +#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Ikke tilstrækkelig hukommelse til åbning af TIFF-fil" -#: ../gdk-pixbuf/io-tiff.c:275 +#: gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Fejl under indlæsning af RGB-data fra TIFF-fil" -#: ../gdk-pixbuf/io-tiff.c:331 +#: gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Kunne ikke åbne TIFF-billede" -#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 +#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "TIFFClose-operationen mislykkedes" -#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 +#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Fejl under indlæsning af TIFF-billede" -#: ../gdk-pixbuf/io-tiff.c:670 +#: gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Kunne ikke gemme TIFF-billede" -#: ../gdk-pixbuf/io-tiff.c:708 +#: gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Kunne ikke skrive TIFF-data" -#: ../gdk-pixbuf/io-tiff.c:760 +#: gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Kunne ikke skrive til TIFF-filen" -#: ../gdk-pixbuf/io-tiff.c:815 +#: gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "TIFF-billedformatet" -#: ../gdk-pixbuf/io-wbmp.c:246 +#: gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Ikon har bredden nul" -#: ../gdk-pixbuf/io-wbmp.c:264 +#: gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Ikon har højden nul" -#: ../gdk-pixbuf/io-wbmp.c:275 +#: gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Ikke tilstrækkelig hukommelse til indlæsning af billede" -#: ../gdk-pixbuf/io-wbmp.c:334 +#: gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Kunne ikke gemme resten" -#: ../gdk-pixbuf/io-wbmp.c:375 +#: gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "WBMP-billedformatet" -#: ../gdk-pixbuf/io-xbm.c:295 +#: gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Ugyldig XBM-fil" -#: ../gdk-pixbuf/io-xbm.c:305 +#: gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Ikke tilstrækkelig hukommelse til indlæsning af XBM-billedfil" -#: ../gdk-pixbuf/io-xbm.c:453 +#: gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "Fejl ved skriving til midlertidig fil under indlæsning af XBM-billede" -#: ../gdk-pixbuf/io-xbm.c:492 +#: gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "XBM-billedformatet" -#: ../gdk-pixbuf/io-xpm.c:468 +#: gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Intet XPM-hoved fundet" -#: ../gdk-pixbuf/io-xpm.c:477 +#: gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Ugyldig XPM-hoved" -#: ../gdk-pixbuf/io-xpm.c:485 +#: gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "XPM-fil har en billedbredde <= 0" -#: ../gdk-pixbuf/io-xpm.c:493 +#: gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "XPM-fil har en billedhøjde <= 0" -#: ../gdk-pixbuf/io-xpm.c:501 +#: gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM har et ugyldig antal tegn per billedpunkt" -#: ../gdk-pixbuf/io-xpm.c:510 +#: gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "XPM-filen har et ugyldig antal farver" -#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 -#: ../gdk-pixbuf/io-xpm.c:583 +#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Kan ikke tildele hukommelse til indlæsning af XPM-billede" -#: ../gdk-pixbuf/io-xpm.c:545 +#: gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Kan ikke læse XPM-farvetabel" -#: ../gdk-pixbuf/io-xpm.c:777 +#: gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "Fejl ved skrivning til midlertidig fil under indlæsning af XPM-billede" -#: ../gdk-pixbuf/io-xpm.c:816 +#: gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "XPM-billedformatet" -#: ../gdk-pixbuf/io-gdip-emf.c:59 +#: gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "EMF-billedformatet" -#: ../gdk-pixbuf/io-gdip-utils.c:220 +#: gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Kunne ikke tildele hukommelse: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 -#: ../gdk-pixbuf/io-gdip-utils.c:394 +#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 +#: gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Kunne ikke oprette strøm: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:259 +#: gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Kunne ikke søge i strøm: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:271 +#: gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Kunne ikke læse fra strøm: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 +#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Kunne ikke indlæse bitmap" -#: ../gdk-pixbuf/io-gdip-utils.c:838 +#: gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Kunne ikke indlæse metafil" -#: ../gdk-pixbuf/io-gdip-utils.c:997 +#: gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Uunderstøttet billedformat til GDI+" -#: ../gdk-pixbuf/io-gdip-utils.c:1004 +#: gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Kunne ikke gemme" -#: ../gdk-pixbuf/io-gdip-wmf.c:58 +#: gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "WMF-billedformatet" #. Description of --sync in --help output -#: ../gdk/win32/gdkmain-win32.c:54 +#: gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Saml ikke GDI-forespørgsmler" #. Description of --no-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:56 +#: gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Benyt ikke Wintab API'et til tablet-understøttelse" #. Description of --ignore-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:58 +#: gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Samme som --no-wintab" #. Description of --use-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:60 +#: gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Benyt Wintab API'et [standard]" #. Description of --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:62 +#: gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Størrelse af paletten i 8 bit-tilstand" #. Placeholder in --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:63 +#: gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "FARVER" #. Description of --sync in --help output -#: ../gdk/x11/gdkmain-x11.c:92 +#: gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Gør X-kald synkrone" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 +#: gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Starter %s" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 +#: gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Åbner %s" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 +#: gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "Åbner %d element" msgstr[1] "Åbner %d elementer" -#: ../gtk/gtkaboutdialog.c:267 ../gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licens" -#: ../gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Vis licensen for programmet" #. Add the credits button -#: ../gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Bidragydere" #. Add the license button -#: ../gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licens" -#: ../gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Om %s" -#: ../gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Bidragydere" -#: ../gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Skrevet af" -#: ../gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumenteret af" -#: ../gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Oversat af" -#: ../gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafik af" @@ -1259,7 +1248,7 @@ msgstr "Grafik af" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:91 +#: gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Skift" @@ -1269,7 +1258,7 @@ msgstr "Skift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:97 +#: gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1279,7 +1268,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:103 +#: gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1289,7 +1278,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:671 +#: gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1299,7 +1288,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:684 +#: gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1309,32 +1298,37 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:698 +#: gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: ../gtk/gtkaccellabel.c:715 +#: gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Mellemrumstast" -#: ../gtk/gtkaccellabel.c:718 +#: gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: ../gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Ugyldig type af funktion: \"%s\"" -#: ../gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Ugyldigt rodelement: \"%s\"" -#: ../gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Unhåndteret mærke: \"%s\"" @@ -1348,7 +1342,7 @@ msgstr "Unhåndteret mærke: \"%s\"" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: ../gtk/gtkcalendar.c:758 +#: gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1356,7 +1350,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: ../gtk/gtkcalendar.c:796 +#: gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1365,7 +1359,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: ../gtk/gtkcalendar.c:1803 +#: gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1380,7 +1374,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 +#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1396,7 +1390,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 +#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1412,7 +1406,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: ../gtk/gtkcalendar.c:2146 +#: gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1420,7 +1414,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: ../gtk/gtkcellrendereraccel.c:243 +#: gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Slået fra" @@ -1429,25 +1423,25 @@ msgstr "Slået fra" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: ../gtk/gtkcellrendereraccel.c:376 ../gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Ny genvejstast..." -#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 +#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 +#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Vælg en farve" -#: ../gtk/gtkcolorbutton.c:448 +#: gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Modtog ugyldige farvedata\n" -#: ../gtk/gtkcolorsel.c:354 +#: gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1455,7 +1449,7 @@ msgstr "" "Vælg den ønskede farve fra den ydre ring. Vælg lysstyrken for farven fra den " "indre trekant." -#: ../gtk/gtkcolorsel.c:378 +#: gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1463,68 +1457,68 @@ msgstr "" "Klik på pipetten og klik derefter på en farve et eller andet sted på skærmen " "for at vælge den farve." -#: ../gtk/gtkcolorsel.c:387 +#: gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Farvetone:" -#: ../gtk/gtkcolorsel.c:388 +#: gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Position på farvehjulet." -#: ../gtk/gtkcolorsel.c:390 +#: gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Mætning:" -#: ../gtk/gtkcolorsel.c:391 +#: gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "\"Dybden\" i farven." -#: ../gtk/gtkcolorsel.c:392 +#: gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Værdi:" -#: ../gtk/gtkcolorsel.c:393 +#: gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Lysstyrke for farven." -#: ../gtk/gtkcolorsel.c:394 +#: gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Rød:" -#: ../gtk/gtkcolorsel.c:395 +#: gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Mængden af rødt lys i farven." -#: ../gtk/gtkcolorsel.c:396 +#: gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Grøn:" -#: ../gtk/gtkcolorsel.c:397 +#: gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Mængden af grønt lys i farven." -#: ../gtk/gtkcolorsel.c:398 +#: gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Blå:" -#: ../gtk/gtkcolorsel.c:399 +#: gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Mængden af blåt lys i farven." -#: ../gtk/gtkcolorsel.c:402 +#: gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "_Uigennemsigtighed:" -#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 +#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Gennemsigtigheden af farven." -#: ../gtk/gtkcolorsel.c:426 +#: gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "Farve_navn:" # "orange" ville være et dårligt eksempel eftersom det hedder det samme på de to sprog -#: ../gtk/gtkcolorsel.c:440 +#: gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1532,15 +1526,15 @@ msgstr "" "Du kan indtaste en hexadecimal farveværdi i HTML-stil eller simpelthen et " "farvenavn (på engelsk) såsom \"purple\" her." -#: ../gtk/gtkcolorsel.c:470 +#: gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Palet:" -#: ../gtk/gtkcolorsel.c:499 +#: gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Farvehjul" -#: ../gtk/gtkcolorsel.c:976 +#: gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1550,7 +1544,7 @@ msgstr "" "vælge nu. Du kan trække denne farve til et palet-element eller vælge den som " "den aktive farve ved trække den til den anden farvestrimmel ved siden af." -#: ../gtk/gtkcolorsel.c:980 +#: gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1558,12 +1552,12 @@ msgstr "" "Den farve du har valgt. Du kan trække denne farve til et palet-element for " "at gemme den til fremtidig brug." -#: ../gtk/gtkcolorsel.c:1363 +#: gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Gem farve her" # RETMIG: er det nu elementet der skal højreklikkes? -#: ../gtk/gtkcolorsel.c:1568 +#: gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1572,55 +1566,55 @@ msgstr "" "farvestrimmel herhen eller højreklik på dette element og vælg \"Gem farve her" "\" for at ændre elementet." -#: ../gtk/gtkcolorseldialog.c:170 +#: gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Farvevælger" -#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Indtastnings_metoder" -#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Indsæt Unicode-kontroltegn" -#: ../gtk/gtkentry.c:9797 +#: gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Caps Lock er slået til" -#: ../gtk/gtkfilechooserbutton.c:64 +#: gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Vælg en fil" -#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 +#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Skrivebord" -#: ../gtk/gtkfilechooserbutton.c:66 +#: gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(ingen)" -#: ../gtk/gtkfilechooserbutton.c:2014 +#: gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Anden..." -#: ../gtk/gtkfilechooserdefault.c:1059 +#: gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Kunne ikke indhente oplysninger om filen" -#: ../gtk/gtkfilechooserdefault.c:1070 +#: gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Kunne ikke tilføje et bogmærke" -#: ../gtk/gtkfilechooserdefault.c:1081 +#: gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Kunne ikke fjerne bogmærke" -#: ../gtk/gtkfilechooserdefault.c:1092 +#: gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Mappen kunne ikke oprettes" -#: ../gtk/gtkfilechooserdefault.c:1105 +#: gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1628,11 +1622,11 @@ msgstr "" "Mappen kunne ikke oprettes fordi en fil med samme navn allerede findes. Prøv " "at brug et andet mappenavn eller omdøb filen." -#: ../gtk/gtkfilechooserdefault.c:1116 +#: gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Ugyldigt filnavn" -#: ../gtk/gtkfilechooserdefault.c:1126 +#: gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Indholdet af mappen kunne ikke vises" @@ -1640,159 +1634,159 @@ msgstr "Indholdet af mappen kunne ikke vises" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: ../gtk/gtkfilechooserdefault.c:1676 +#: gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s på %2$s" -#: ../gtk/gtkfilechooserdefault.c:1852 +#: gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Søg" -#: ../gtk/gtkfilechooserdefault.c:1876 +#: gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Nyligt brugte" -#: ../gtk/gtkfilechooserdefault.c:2510 +#: gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Vælg hvilke typer filer der vises" -#: ../gtk/gtkfilechooserdefault.c:2939 +#: gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Tilføj mappen \"%s\" til bogmærkerne" -#: ../gtk/gtkfilechooserdefault.c:2980 +#: gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Tilføj den aktuelle mappe til bogmærkerne" -#: ../gtk/gtkfilechooserdefault.c:2982 +#: gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Tilføj de markerede mapper til bogmærkerne" -#: ../gtk/gtkfilechooserdefault.c:3022 +#: gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Fjern bogmærket \"%s\"" -#: ../gtk/gtkfilechooserdefault.c:3740 +#: gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Fjern" -#: ../gtk/gtkfilechooserdefault.c:3749 +#: gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Omdøb..." #. Accessible object name for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3895 +#: gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Placeringer" #. Column header for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3952 +#: gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Placeringer" -#: ../gtk/gtkfilechooserdefault.c:4008 +#: gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Tilføj" -#: ../gtk/gtkfilechooserdefault.c:4015 +#: gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Tilføj den markerede mappe til bogmærkerne" -#: ../gtk/gtkfilechooserdefault.c:4020 +#: gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Fjern" -#: ../gtk/gtkfilechooserdefault.c:4027 +#: gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Fjern det markerede bogmærke" -#: ../gtk/gtkfilechooserdefault.c:4136 +#: gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Kunne ikke vælge filen" -#: ../gtk/gtkfilechooserdefault.c:4311 +#: gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Tilføj til bogmærker" -#: ../gtk/gtkfilechooserdefault.c:4325 +#: gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Vis _skjulte filer" -#: ../gtk/gtkfilechooserdefault.c:4332 +#: gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Vis _størrelseskolonne" -#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 +#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 msgid "Files" msgstr "Filer" -#: ../gtk/gtkfilechooserdefault.c:4636 +#: gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Navn" -#: ../gtk/gtkfilechooserdefault.c:4661 +#: gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Størrelse" -#: ../gtk/gtkfilechooserdefault.c:4675 +#: gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Ændret" #. Label -#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 +#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Navn:" -#: ../gtk/gtkfilechooserdefault.c:4938 +#: gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_Se efter andre mapper" -#: ../gtk/gtkfilechooserdefault.c:5208 +#: gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Indtast et filnavn" #. Create Folder -#: ../gtk/gtkfilechooserdefault.c:5245 +#: gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Opret _mappe" -#: ../gtk/gtkfilechooserdefault.c:5255 +#: gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Sted:" -#: ../gtk/gtkfilechooserdefault.c:5459 +#: gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Gem i _mappe:" -#: ../gtk/gtkfilechooserdefault.c:5461 +#: gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Opret i _mappe:" -#: ../gtk/gtkfilechooserdefault.c:7151 +#: gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Kan ikke skifte til mappen fordi den ikke er lokal" -#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 +#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Genvejen %s findes allerede" -#: ../gtk/gtkfilechooserdefault.c:7887 +#: gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "Genvejen %s findes ikke" -#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 +#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Der eksisterer allerede en fil som hedder \"%s\". Vil du erstatte den?" -#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 +#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." @@ -1800,15 +1794,15 @@ msgstr "" "Filen eksisterer allerede i \"%s\". Hvis du erstatter den, vil dens indhold " "blive overskrevet." -#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 +#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Erstat" -#: ../gtk/gtkfilechooserdefault.c:8914 +#: gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Kunne ikke starte søgeprocessen" -#: ../gtk/gtkfilechooserdefault.c:8915 +#: gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1816,54 +1810,54 @@ msgstr "" "Programmet kunne ikke oprette en forbindelse til indekseringsdæmonen. Sørg " "venligst for at den kører." -#: ../gtk/gtkfilechooserdefault.c:8929 +#: gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Kunne ikke sende søgeforespørgslen" #. Label -#: ../gtk/gtkfilechooserdefault.c:9396 +#: gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Søg:" -#: ../gtk/gtkfilechooserdefault.c:10349 +#: gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Kunne ikke montere %s" -#: ../gtk/gtkfilechooserdefault.c:11024 +#: gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Indtast navn på ny mappe" -#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 -#: ../gtk/gtkfilechooserdefault.c:11295 +#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 +#: gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Ukendt" -#: ../gtk/gtkfilechooserdefault.c:11242 +#: gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: ../gtk/gtkfilechooserdefault.c:11244 +#: gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "I går klokken %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 +#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Ugyldig sti" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1095 +#: gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Ingen match" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1106 +#: gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Eneste fuldførelse" @@ -1871,13 +1865,13 @@ msgstr "Eneste fuldførelse" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: ../gtk/gtkfilechooserentry.c:1122 +#: gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Fuldført, men ikke unik" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: ../gtk/gtkfilechooserentry.c:1154 +#: gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Fuldfører..." @@ -1885,7 +1879,7 @@ msgstr "Fuldfører..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 +#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Kun lokale filer kan vælges" @@ -1893,41 +1887,41 @@ msgstr "Kun lokale filer kan vælges" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: ../gtk/gtkfilechooserentry.c:1185 +#: gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Ufuldstændigt værtsnavn; afslut det med \"/\"" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: ../gtk/gtkfilechooserentry.c:1196 +#: gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Stien findes ikke" -#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 -#: ../gtk/gtkfilesel.c:1358 +#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 +#: gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Fejl ved oprettelse af mappen \"%s\": %s" -#: ../gtk/gtkfilesel.c:694 +#: gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Mapper" -#: ../gtk/gtkfilesel.c:698 +#: gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Mapper" -#: ../gtk/gtkfilesel.c:734 +#: gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Filer" -#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 +#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Mappen kan ikke læses: %s" -#: ../gtk/gtkfilesel.c:905 +#: gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1938,88 +1932,88 @@ msgstr "" "tilgængelig for dette program.\n" "Er du sikker på at du vil vælge den?" -#: ../gtk/gtkfilesel.c:1020 +#: gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Ny mappe" -#: ../gtk/gtkfilesel.c:1031 +#: gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "S_let fil" -#: ../gtk/gtkfilesel.c:1042 +#: gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Omdøb fil" -#: ../gtk/gtkfilesel.c:1347 +#: gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "Mappenavnet \"%s\" indeholder symboler der ikke er tilladte i filnavne" -#: ../gtk/gtkfilesel.c:1392 +#: gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Ny mappe" -#: ../gtk/gtkfilesel.c:1407 +#: gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "_Mappenavn:" -#: ../gtk/gtkfilesel.c:1431 +#: gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "O_pret" -#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 +#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "Filnavnet \"%s\" indeholder symboler der ikke er tilladte i filnavne" -#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 +#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Fejl ved sletning af filen \"%s\": %s" -#: ../gtk/gtkfilesel.c:1530 +#: gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Vil du virkelig slette filen \"%s\"?" -#: ../gtk/gtkfilesel.c:1535 +#: gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Slet fil" -#: ../gtk/gtkfilesel.c:1583 +#: gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Fejl ved omdøbning af fil til \"%s\": %s" -#: ../gtk/gtkfilesel.c:1596 +#: gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Fejl ved omdøbning af filen \"%s\": %s" -#: ../gtk/gtkfilesel.c:1605 +#: gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Fejl ved omdøbelse af filen \"%s\" til \"%s\": %s" -#: ../gtk/gtkfilesel.c:1652 +#: gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Omdøb fil" -#: ../gtk/gtkfilesel.c:1667 +#: gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Omdøb filen \"%s\" til:" -#: ../gtk/gtkfilesel.c:1696 +#: gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Omdøb" -#: ../gtk/gtkfilesel.c:2128 +#: gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Valg: " -#: ../gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2028,15 +2022,15 @@ msgstr "" "Filnavnet \"%s\" kunne ikke konverteres til UTF-8 (prøv at sætte " "miljøvariablen G_FILENAME_ENCODING): %s" -#: ../gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Ugyldig UTF-8" -#: ../gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Navnet er for langt" -#: ../gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Kunne ikke konvertere filnavnet" @@ -2045,76 +2039,76 @@ msgstr "Kunne ikke konvertere filnavnet" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: ../gtk/gtkfilesystem.c:52 +#: gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Filsystem" -#: ../gtk/gtkfilesystemmodel.c:700 +#: gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Kunne ikke få fat i rodmappen" -#: ../gtk/gtkfilesystemmodel.c:1301 +#: gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(tom)" -#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 +#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Vælg en skrifttype" #. Initialize fields -#: ../gtk/gtkfontbutton.c:260 +#: gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:785 +#: gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Skrifttype" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: ../gtk/gtkfontsel.c:75 +#: gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcdefghijkæøå ABCDEFGHIJKÆØÅ" -#: ../gtk/gtkfontsel.c:343 +#: gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Familie:" -#: ../gtk/gtkfontsel.c:349 +#: gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Stil:" -#: ../gtk/gtkfontsel.c:355 +#: gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "Stø_rrelse:" # passer godt her #. create the text entry widget -#: ../gtk/gtkfontsel.c:532 +#: gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Udseende:" -#: ../gtk/gtkfontsel.c:1649 +#: gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Skrifttypevælger" -#: ../gtk/gtkgamma.c:408 +#: gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: ../gtk/gtkgamma.c:418 +#: gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "_Gammaværdi" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: ../gtk/gtkiconfactory.c:1404 +#: gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Fejl ved indlæsning af ikon: %s" -#: ../gtk/gtkicontheme.c:1363 +#: gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2127,139 +2121,139 @@ msgstr "" "installere det. Du kan få en kopi fra:\n" "\t%s" -#: ../gtk/gtkicontheme.c:1543 +#: gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "Ikonet \"%s\" er ikke tilgængeligt i tema" -#: ../gtk/gtkicontheme.c:3074 +#: gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Kunne ikke indlæse ikon" -#: ../gtk/gtkimmodule.c:527 +#: gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Simpel" -#: ../gtk/gtkimmulticontext.c:541 +#: gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "System" -#: ../gtk/gtkimmulticontext.c:625 +#: gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "System (%s)" -#: ../gtk/gtkinputdialog.c:192 +#: gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Indtastning" -#: ../gtk/gtkinputdialog.c:207 +#: gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Ingen udvided indtastningsenheder" -#: ../gtk/gtkinputdialog.c:220 +#: gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Enhed:" -#: ../gtk/gtkinputdialog.c:237 +#: gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Slået fra" -#: ../gtk/gtkinputdialog.c:244 +#: gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Skærm" -#: ../gtk/gtkinputdialog.c:251 +#: gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Vindue" -#: ../gtk/gtkinputdialog.c:258 +#: gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Tilstand:" #. The axis listbox -#: ../gtk/gtkinputdialog.c:279 +#: gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Akser" #. Keys listbox -#: ../gtk/gtkinputdialog.c:297 +#: gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Nøgler" -#: ../gtk/gtkinputdialog.c:524 +#: gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: ../gtk/gtkinputdialog.c:525 +#: gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: ../gtk/gtkinputdialog.c:526 +#: gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Tryk:" -#: ../gtk/gtkinputdialog.c:527 +#: gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "X-_hældning:" -#: ../gtk/gtkinputdialog.c:528 +#: gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Y-h_ældning:" -#: ../gtk/gtkinputdialog.c:529 +#: gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "H_jul:" -#: ../gtk/gtkinputdialog.c:581 +#: gtk/gtkinputdialog.c:581 msgid "none" msgstr "ingen" -#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 +#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(deaktiveret)" -#: ../gtk/gtkinputdialog.c:647 +#: gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(ukendt)" #. and clear button -#: ../gtk/gtkinputdialog.c:751 +#: gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Ryd" -#: ../gtk/gtklinkbutton.c:428 +#: gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Kopiér URL" -#: ../gtk/gtklinkbutton.c:586 +#: gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Ugyldig URI" #. Description of --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:450 +#: gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Indlæs yderligere GTK+-moduler" #. Placeholder in --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:451 +#: gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULER" #. Description of --g-fatal-warnings in --help output -#: ../gtk/gtkmain.c:453 +#: gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Gør alle advarsler fatale" #. Description of --gtk-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:456 +#: gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "GTK+-fejlretningsflag der skal angives" #. Description of --gtk-no-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:459 +#: gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "GTK+-fejlretningsflag der skal fjernes" @@ -2268,66 +2262,65 @@ msgstr "GTK+-fejlretningsflag der skal fjernes" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: ../gtk/gtkmain.c:707 +#: gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: ../gtk/gtkmain.c:773 +#: gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Kan ikke åbne terminal: %s" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "GTK+-tilvalg" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Vis GTK+-tilvalg" -#: ../gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "_Tilslut" -#: ../gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Forbind _anonymt" -#: ../gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Forbind som _bruger:" -#: ../gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Brugernavn:" -#: ../gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domæne:" -#: ../gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Kodeord:" -#: ../gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Glem kodeord _omgående" -#: ../gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Husk kodeord indtil du logger _ud" -#: ../gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Husk for _altid" -#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 +#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Side %u" -#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 -#: ../gtk/gtkpapersize.c:867 +#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Ikke en gyldig sideopsætningsfil" @@ -2337,12 +2330,12 @@ msgstr "Ikke en gyldig sideopsætningsfil" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: ../gtk/gtkpagesetupunixdialog.c:152 +#: gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" # Det er uklart hvorvidt de mener PDF (portable document format) specifikt, eller måske refererer til en større klasse af dokumenter betegnet portable -#: ../gtk/gtkpagesetupunixdialog.c:308 +#: gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2350,15 +2343,15 @@ msgstr "" "Enhver printer\n" "Til transportable dokumenter" -#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 +#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 +#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "tommer" -#: ../gtk/gtkpagesetupunixdialog.c:915 +#: gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2373,89 +2366,89 @@ msgstr "" " Top: %s %s\n" " Bund: %s %s" -#: ../gtk/gtkpagesetupunixdialog.c:964 +#: gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Tilpas størrelser..." -#: ../gtk/gtkpagesetupunixdialog.c:1012 +#: gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Formatér til:" -#: ../gtk/gtkpagesetupunixdialog.c:1034 +#: gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Papirstørrelse:" -#: ../gtk/gtkpagesetupunixdialog.c:1065 +#: gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientering:" -#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Sideopsætning" -#: ../gtk/gtkpagesetupunixdialog.c:1448 +#: gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Margener fra printer..." -#: ../gtk/gtkpagesetupunixdialog.c:1608 +#: gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Brugertilpasset størrelse %d" -#: ../gtk/gtkpagesetupunixdialog.c:1837 +#: gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Tilpas størrelser" -#: ../gtk/gtkpagesetupunixdialog.c:1933 +#: gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Bredde:" -#: ../gtk/gtkpagesetupunixdialog.c:1945 +#: gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Højde:" -#: ../gtk/gtkpagesetupunixdialog.c:1957 +#: gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Papirstørrelse" -#: ../gtk/gtkpagesetupunixdialog.c:1967 +#: gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Top:" -#: ../gtk/gtkpagesetupunixdialog.c:1979 +#: gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Bund:" -#: ../gtk/gtkpagesetupunixdialog.c:1991 +#: gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Venstre:" -#: ../gtk/gtkpagesetupunixdialog.c:2003 +#: gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Højre:" -#: ../gtk/gtkpagesetupunixdialog.c:2044 +#: gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Papirmargener" # Det er nok når man navigerer og kan se knapper i f.eks. nautilus eller file choosers med f.eks [home] [user] [work], og kan navigere "op og ned" -#: ../gtk/gtkpathbar.c:151 +#: gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Op ad stien" -#: ../gtk/gtkpathbar.c:153 +#: gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Ned ad stien" -#: ../gtk/gtkpathbar.c:1472 +#: gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Filsystemets rod" -#: ../gtk/gtkprinteroptionwidget.c:693 +#: gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Ikke tilgængelig" -#: ../gtk/gtkprinteroptionwidget.c:808 +#: gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "_Gem i mappe:" @@ -2463,177 +2456,182 @@ msgstr "_Gem i mappe:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: ../gtk/gtkprintoperation.c:175 +#: gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s job #%d" -#: ../gtk/gtkprintoperation.c:1517 +#: gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Begyndelsestilstand" -#: ../gtk/gtkprintoperation.c:1518 +#: gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Forbereder udskrift" -#: ../gtk/gtkprintoperation.c:1519 +#: gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Genererer data" -#: ../gtk/gtkprintoperation.c:1520 +#: gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Sender data" -#: ../gtk/gtkprintoperation.c:1521 +#: gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Venter" -#: ../gtk/gtkprintoperation.c:1522 +#: gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Blokerer på grund af problem" -#: ../gtk/gtkprintoperation.c:1523 +#: gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Udskriver" -#: ../gtk/gtkprintoperation.c:1524 +#: gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Afsluttet" -#: ../gtk/gtkprintoperation.c:1525 +#: gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Afsluttet med fejl" -#: ../gtk/gtkprintoperation.c:2048 +#: gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Forbereder %d" -#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 +#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 +#, c-format msgid "Preparing" msgstr "Forbereder" -#: ../gtk/gtkprintoperation.c:2053 +#: gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Udskriver %d" -#: ../gtk/gtkprintoperation.c:2411 +#: gtk/gtkprintoperation.c:2411 +#, c-format msgid "Error creating print preview" msgstr "Fejl ved oprettelse af forhåndsvisning til udskrift" -#: ../gtk/gtkprintoperation.c:2414 +#: gtk/gtkprintoperation.c:2414 +#, c-format msgid "The most probable reason is that a temporary file could not be created." msgstr "" "Den mest sandsynlige årsag er, at en midlertidig fil ikke kunne oprettes." -#: ../gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 +#, c-format msgid "Error launching preview" msgstr "Fejl ved opstart af forhåndsvisning" -#: ../gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 +#, c-format msgid "Error printing" msgstr "Udskriftsfejl" -#: ../gtk/gtkprintoperation-unix.c:384 ../gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Program" -#: ../gtk/gtkprintoperation-win32.c:590 +#: gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Printeren afkoblet" -#: ../gtk/gtkprintoperation-win32.c:592 +#: gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Løbet tør for papir" #. Translators: this is a printer status. -#: ../gtk/gtkprintoperation-win32.c:594 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: gtk/gtkprintoperation-win32.c:594 +#: modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Holder pause" -#: ../gtk/gtkprintoperation-win32.c:596 +#: gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Brugerindblanding påkrævet" -#: ../gtk/gtkprintoperation-win32.c:696 +#: gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Brugertilpasset størrelse" -#: ../gtk/gtkprintoperation-win32.c:1517 +#: gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Ingen printer fundet" -#: ../gtk/gtkprintoperation-win32.c:1544 +#: gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Ugyldigt argument til CreateDC" -#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 +#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Fejl fra StartDoc" -#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 -#: ../gtk/gtkprintoperation-win32.c:1729 +#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 +#: gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Utilstrækkelig fri hukommelse" -#: ../gtk/gtkprintoperation-win32.c:1734 +#: gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Ugyldigt argument til PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1739 +#: gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Ugyldig pointer til PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1744 +#: gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Ugyldigt håndtag til PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1749 +#: gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Uspecificeret fejl" -#: ../gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Printer" #. Translators: this is the header for the location column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Sted" #. Translators: this is the header for the printer status column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Status" -#: ../gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Interval" -#: ../gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Alle sider" -#: ../gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "N_uværende side" -#: ../gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Sid_er:" -#: ../gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2641,127 +2639,133 @@ msgstr "" "Angiv et eller flere intervaller,\n" " f.eks. 1-3,7,11" -#: ../gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Sid_er:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopier" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: ../gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Kopi_er:" -#: ../gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Saml" -#: ../gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Omvendt" -#: ../gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Generelt" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: ../gtk/gtkprintunixdialog.c:2442 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: gtk/gtkprintunixdialog.c:2439 +#: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Sideorden" -#: ../gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Venstre til højre" -#: ../gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Højre til venstre" -#: ../gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Layout" -#: ../gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Do_bbeltsidet:" -#: ../gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Sider pr. _ark:" -#: ../gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Sideor_den:" -#: ../gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Udskriv _kun:" #. In enum order -#: ../gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Alle ark" -#: ../gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Lige ark" -#: ../gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Ulige ark" -#: ../gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Sk_ala:" -#: ../gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papir" -#: ../gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Papir_type:" -#: ../gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Papir_kilde:" -#: ../gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Udskrifts_bakke:" -#: ../gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Opgavedetaljer" -#: ../gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oritet:" -#: ../gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Betalingsinformation:" -#: ../gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Udskriv dokument" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Nu" -#: ../gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "P_å:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: ../gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2769,114 +2773,118 @@ msgstr "" "Angiv udskriftstidspunkt,\n" " f.eks. 15:30, 14:15:20" -#: ../gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_Venter" # ??? -#: ../gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Lad jobbet vente indtil det eksplicit frigøres" -#: ../gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Tilføj forside" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "F_ør:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Efter:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Opgave" -#: ../gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avanceret" -#: ../gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Billedkvalitet" -#: ../gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Farve" -#: ../gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Færdiggør" -#: ../gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Nogle af dialogvinduets indstillinger er i modstrid" -#: ../gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Udskriv" -#: ../gtk/gtkrc.c:2874 +#: gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Kun ikke finde inkluderingsfil: \"%s\"" -#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 +#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Kunne ikke finde billedfil i pixmap_path: \"%s\"" -#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 -#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 +#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 +#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Denne funktion er ikke implementeret for kontroller af klassen \"%s\"" -#: ../gtk/gtkrecentchooserdefault.c:481 +#: gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Vælg hvilken type dokumenter der skal vises" -#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 +#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Intet element for URI \"%s\" blev fundet" -#: ../gtk/gtkrecentchooserdefault.c:1298 +#: gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Unavngivet filter" -#: ../gtk/gtkrecentchooserdefault.c:1651 +#: gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Kunne ikke fjerne element" -#: ../gtk/gtkrecentchooserdefault.c:1695 +#: gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Kunne ikke rydde listen" -#: ../gtk/gtkrecentchooserdefault.c:1779 +#: gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Kopiér _placering" -#: ../gtk/gtkrecentchooserdefault.c:1792 +#: gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Fjern fra liste" -#: ../gtk/gtkrecentchooserdefault.c:1801 +#: gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Ryd liste" -#: ../gtk/gtkrecentchooserdefault.c:1815 +#: gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Vis _private ressourcer" @@ -2890,21 +2898,21 @@ msgstr "Vis _private ressourcer" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: ../gtk/gtkrecentchoosermenu.c:342 +#: gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Ingen elementer fundet" -#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 +#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Der blev ikke fundet nogen nyligt brugt ressource med URI \"%s\"" -#: ../gtk/gtkrecentchoosermenu.c:775 +#: gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Åbn \"%s\"" -#: ../gtk/gtkrecentchoosermenu.c:805 +#: gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Ukendt element" @@ -2913,7 +2921,7 @@ msgstr "Ukendt element" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: ../gtk/gtkrecentchoosermenu.c:816 +#: gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2922,37 +2930,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: ../gtk/gtkrecentchoosermenu.c:821 +#: gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 -#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 -#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 -#: ../gtk/gtkrecentmanager.c:1258 +#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 +#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 +#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 +#: gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Kun ikke finde et element med URI \"%s\"" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: ../gtk/gtkstock.c:288 +#: gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Information" -#: ../gtk/gtkstock.c:289 +#: gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Advarsel" -#: ../gtk/gtkstock.c:290 +#: gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Fejl" -#: ../gtk/gtkstock.c:291 +#: gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Spørgsmål" @@ -2960,552 +2968,552 @@ msgstr "Spørgsmål" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: ../gtk/gtkstock.c:296 +#: gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_Om" -#: ../gtk/gtkstock.c:297 +#: gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Tilføj" -#: ../gtk/gtkstock.c:298 +#: gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Anvend" -#: ../gtk/gtkstock.c:299 +#: gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Fed" -#: ../gtk/gtkstock.c:300 +#: gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Annullér" -#: ../gtk/gtkstock.c:301 +#: gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_Cd-rom" -#: ../gtk/gtkstock.c:302 +#: gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Ryd" -#: ../gtk/gtkstock.c:303 +#: gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Luk" -#: ../gtk/gtkstock.c:304 +#: gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "_Tilslut" -#: ../gtk/gtkstock.c:305 +#: gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Konvertér" -#: ../gtk/gtkstock.c:306 +#: gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Kopiér" -#: ../gtk/gtkstock.c:307 +#: gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "K_lip" -#: ../gtk/gtkstock.c:308 +#: gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Slet" -#: ../gtk/gtkstock.c:309 +#: gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Kassér" -#: ../gtk/gtkstock.c:310 +#: gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Afbryd" -#: ../gtk/gtkstock.c:311 +#: gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Udfør" -#: ../gtk/gtkstock.c:312 +#: gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Redigér" -#: ../gtk/gtkstock.c:313 +#: gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Find" -#: ../gtk/gtkstock.c:314 +#: gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Find og e_rstat" -#: ../gtk/gtkstock.c:315 +#: gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Diskette" -#: ../gtk/gtkstock.c:316 +#: gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Fuldskærm" -#: ../gtk/gtkstock.c:317 +#: gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Forlad fuldskærm" #. This is a navigation label as in "go to the bottom of the page" -#: ../gtk/gtkstock.c:319 +#: gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Bund" #. This is a navigation label as in "go to the first page" -#: ../gtk/gtkstock.c:321 +#: gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Første" #. This is a navigation label as in "go to the last page" -#: ../gtk/gtkstock.c:323 +#: gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Sidste" #. This is a navigation label as in "go to the top of the page" -#: ../gtk/gtkstock.c:325 +#: gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Top" #. This is a navigation label as in "go back" -#: ../gtk/gtkstock.c:327 +#: gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "Til_bage" #. This is a navigation label as in "go down" -#: ../gtk/gtkstock.c:329 +#: gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Ned" #. This is a navigation label as in "go forward" -#: ../gtk/gtkstock.c:331 +#: gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Fremad" #. This is a navigation label as in "go up" -#: ../gtk/gtkstock.c:333 +#: gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Op" -#: ../gtk/gtkstock.c:334 +#: gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Harddisk" -#: ../gtk/gtkstock.c:335 +#: gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Hjælp" -#: ../gtk/gtkstock.c:336 +#: gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Hjem" -#: ../gtk/gtkstock.c:337 +#: gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Forøg indrykning" -#: ../gtk/gtkstock.c:338 +#: gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Formindsk indrykning" -#: ../gtk/gtkstock.c:339 +#: gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Indeks" -#: ../gtk/gtkstock.c:340 +#: gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Information" -#: ../gtk/gtkstock.c:341 +#: gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Kursiv" -#: ../gtk/gtkstock.c:342 +#: gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Spring til" #. This is about text justification, "centered text" -#: ../gtk/gtkstock.c:344 +#: gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Centrér" #. This is about text justification -#: ../gtk/gtkstock.c:346 +#: gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Udfyld" #. This is about text justification, "left-justified text" -#: ../gtk/gtkstock.c:348 +#: gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Venstre" #. This is about text justification, "right-justified text" -#: ../gtk/gtkstock.c:350 +#: gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Højre" #. Media label, as in "fast forward" -#: ../gtk/gtkstock.c:353 +#: gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Spol frem" #. Media label, as in "next song" -#: ../gtk/gtkstock.c:355 +#: gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Næste" #. Media label, as in "pause music" -#: ../gtk/gtkstock.c:357 +#: gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "P_ause" #. Media label, as in "play music" -#: ../gtk/gtkstock.c:359 +#: gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Afspil" #. Media label, as in "previous song" -#: ../gtk/gtkstock.c:361 +#: gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "Fo_rrige" #. Media label -#: ../gtk/gtkstock.c:363 +#: gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Optag" #. Media label -#: ../gtk/gtkstock.c:365 +#: gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Spol tilbage" #. Media label -#: ../gtk/gtkstock.c:367 +#: gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Stop" -#: ../gtk/gtkstock.c:368 +#: gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Netværk" -#: ../gtk/gtkstock.c:369 +#: gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Ny" -#: ../gtk/gtkstock.c:370 +#: gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Nej" -#: ../gtk/gtkstock.c:371 +#: gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_O.k." -#: ../gtk/gtkstock.c:372 +#: gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Åbn" #. Page orientation -#: ../gtk/gtkstock.c:374 +#: gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Landskab" #. Page orientation -#: ../gtk/gtkstock.c:376 +#: gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Portræt" #. Page orientation -#: ../gtk/gtkstock.c:378 +#: gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Omvendt landskab" #. Page orientation -#: ../gtk/gtkstock.c:380 +#: gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Omvendt portræt" -#: ../gtk/gtkstock.c:381 +#: gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Side_opsætning" -#: ../gtk/gtkstock.c:382 +#: gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Indsæt" -#: ../gtk/gtkstock.c:383 +#: gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Indstillinger" -#: ../gtk/gtkstock.c:384 +#: gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Udskriv" -#: ../gtk/gtkstock.c:385 +#: gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "_Vis udskrift" -#: ../gtk/gtkstock.c:386 +#: gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Egenskaber" -#: ../gtk/gtkstock.c:387 +#: gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Afslut" -#: ../gtk/gtkstock.c:388 +#: gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Omgør" -#: ../gtk/gtkstock.c:389 +#: gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Opdatér" -#: ../gtk/gtkstock.c:390 +#: gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Fjern" -#: ../gtk/gtkstock.c:391 +#: gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Forkast" -#: ../gtk/gtkstock.c:392 +#: gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Gem" -#: ../gtk/gtkstock.c:393 +#: gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Gem _som" -#: ../gtk/gtkstock.c:394 +#: gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Markér _alt" -#: ../gtk/gtkstock.c:395 +#: gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Farve" -#: ../gtk/gtkstock.c:396 +#: gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Skrifttype" #. Sorting direction -#: ../gtk/gtkstock.c:398 +#: gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Stigende" #. Sorting direction -#: ../gtk/gtkstock.c:400 +#: gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Faldende" -#: ../gtk/gtkstock.c:401 +#: gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_Stavekontrol" -#: ../gtk/gtkstock.c:402 +#: gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Stop" #. Font variant -#: ../gtk/gtkstock.c:404 +#: gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Gennemstreget" -#: ../gtk/gtkstock.c:405 +#: gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Gendan" #. Font variant -#: ../gtk/gtkstock.c:407 +#: gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Understreget" -#: ../gtk/gtkstock.c:408 +#: gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Fortryd" -#: ../gtk/gtkstock.c:409 +#: gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Ja" #. Zoom -#: ../gtk/gtkstock.c:411 +#: gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Normal størrelse" #. Zoom -#: ../gtk/gtkstock.c:413 +#: gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Bedst _passende" -#: ../gtk/gtkstock.c:414 +#: gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "Zoom _ind" -#: ../gtk/gtkstock.c:415 +#: gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "Zoom _ud" -#: ../gtk/gtktextbufferrichtext.c:651 +#: gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Ukendt fejl ved forsøg på at afserialisere %s" -#: ../gtk/gtktextbufferrichtext.c:710 +#: gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Ingen afserialiseringsfunktion fundet for formatet %s" -#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 +#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "Både \"id\" og \"name\" blev fundet på <%s>-elementet" -#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 +#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "Egenskaben \"%s\" blev fundet to gange på <%s>-elementet" -#: ../gtk/gtktextbufferserialize.c:846 +#: gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "<%s>-element har ugyldig id \"%s\"" -#: ../gtk/gtktextbufferserialize.c:856 +#: gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "<%s>-element har hverken en \"name\"- eller en \"id\"-egenskab" -#: ../gtk/gtktextbufferserialize.c:943 +#: gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "Egenskaben \"%s\" er gentaget to gange på samme <%s>-element" -#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 +#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "Egenskaben \"%s\" er ugyldig på <%s>-elementet i denne sammenhæng" -#: ../gtk/gtktextbufferserialize.c:1022 +#: gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Mærket \"%s\" er ikke blevet defineret." -#: ../gtk/gtktextbufferserialize.c:1034 +#: gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Anonymt mærke fundet og mærker kan ikke oprettes." -#: ../gtk/gtktextbufferserialize.c:1045 +#: gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "Mærket \"%s\" findes ikke i bufferen og mærker kan ikke oprettes." -#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 -#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 +#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 +#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Elementet <%s> er ikke tilladt under <%s>" -#: ../gtk/gtktextbufferserialize.c:1175 +#: gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" er ikke en gyldig egenskabstype" -#: ../gtk/gtktextbufferserialize.c:1183 +#: gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" er ikke et gyldigt egenskabsnavn" -#: ../gtk/gtktextbufferserialize.c:1193 +#: gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" @@ -3513,144 +3521,144 @@ msgstr "" "\"%s\" kunne ikke konverteres til en værdi af typen \"%s\" til egenskaben \"%" "s\"" -#: ../gtk/gtktextbufferserialize.c:1202 +#: gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" er ikke en gyldig værdi for egenskaben \"%s\"" -#: ../gtk/gtktextbufferserialize.c:1285 +#: gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Mærket \"%s\" er allerede defineret" -#: ../gtk/gtktextbufferserialize.c:1296 +#: gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Mærket \"%s\" har en ugyldig prioritet \"%s\"" -#: ../gtk/gtktextbufferserialize.c:1349 +#: gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "" "Det yderste element i teksten skal være og ikke <%s>" -#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 +#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Et <%s>-element er allerede specificeret" -#: ../gtk/gtktextbufferserialize.c:1380 +#: gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Et -element kan ikke forekomme før et -element" -#: ../gtk/gtktextbufferserialize.c:1779 +#: gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Serialiserede data er fejldannede" -#: ../gtk/gtktextbufferserialize.c:1857 +#: gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Serialiserede data er fejldannede. Første sektion er ikke " "GTKTEXTBUFFERCONTENTS-0001" -#: ../gtk/gtktextutil.c:61 +#: gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM _venstre-mod-højre-mærke" -#: ../gtk/gtktextutil.c:62 +#: gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM _højre-mod-venstre-mærke" -#: ../gtk/gtktextutil.c:63 +#: gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE venstre-mod-højre-_indlejring" -#: ../gtk/gtktextutil.c:64 +#: gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE højre-mod-venstre-i_ndlejring" # RETMIG: rigtigt? -#: ../gtk/gtktextutil.c:65 +#: gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO venstre-mod-højre-_overskrivning" -#: ../gtk/gtktextutil.c:66 +#: gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO højre-mod-venstre-o_verskrivning" -#: ../gtk/gtktextutil.c:67 +#: gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF _glem retningsformatering" -#: ../gtk/gtktextutil.c:68 +#: gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS _nul bredde mellemrum" -#: ../gtk/gtktextutil.c:69 +#: gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ nul bredde _sammenbinder" -#: ../gtk/gtktextutil.c:70 +#: gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ nul bredde i_kke-sammenbinder" -#: ../gtk/gtkthemes.c:71 +#: gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Kunne ikke finde temamotor i module_path: \"%s\"," -#: ../gtk/gtktipsquery.c:188 +#: gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Ingen hjælp ---" -#: ../gtk/gtkuimanager.c:1463 +#: gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Uventet startmærke \"%s\" på linje %d tegn %d" -#: ../gtk/gtkuimanager.c:1553 +#: gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Uventede tegndata på linje %d tegn %d" -#: ../gtk/gtkuimanager.c:2385 +#: gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Tom" -#: ../gtk/gtkvolumebutton.c:73 +#: gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Lydstyrke" -#: ../gtk/gtkvolumebutton.c:75 +#: gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Skruer lydstyrken ned eller op" -#: ../gtk/gtkvolumebutton.c:78 +#: gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Justerer lydstyrken" -#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 +#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Lydstyrke ned" -#: ../gtk/gtkvolumebutton.c:83 +#: gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Reducerer lydstyrken" -#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 +#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Lydstyrke op" -#: ../gtk/gtkvolumebutton.c:89 +#: gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Forøger lydstyrken" -#: ../gtk/gtkvolumebutton.c:147 +#: gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Tavs" -#: ../gtk/gtkvolumebutton.c:151 +#: gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Fuld lydstyrke" @@ -3659,931 +3667,931 @@ msgstr "Fuld lydstyrke" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: ../gtk/gtkvolumebutton.c:164 +#: gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: ../gtk/paper_names_offsets.c:4 +#: gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: ../gtk/paper_names_offsets.c:5 +#: gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: ../gtk/paper_names_offsets.c:6 +#: gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: ../gtk/paper_names_offsets.c:7 +#: gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: ../gtk/paper_names_offsets.c:8 +#: gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: ../gtk/paper_names_offsets.c:9 +#: gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: ../gtk/paper_names_offsets.c:10 +#: gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: ../gtk/paper_names_offsets.c:11 +#: gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: ../gtk/paper_names_offsets.c:12 +#: gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: ../gtk/paper_names_offsets.c:13 +#: gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: ../gtk/paper_names_offsets.c:14 +#: gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: ../gtk/paper_names_offsets.c:15 +#: gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: ../gtk/paper_names_offsets.c:16 +#: gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: ../gtk/paper_names_offsets.c:17 +#: gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Ekstra" -#: ../gtk/paper_names_offsets.c:18 +#: gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: ../gtk/paper_names_offsets.c:19 +#: gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: ../gtk/paper_names_offsets.c:20 +#: gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: ../gtk/paper_names_offsets.c:21 +#: gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: ../gtk/paper_names_offsets.c:22 +#: gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: ../gtk/paper_names_offsets.c:23 +#: gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: ../gtk/paper_names_offsets.c:24 +#: gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Ekstra" -#: ../gtk/paper_names_offsets.c:25 +#: gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: ../gtk/paper_names_offsets.c:26 +#: gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: ../gtk/paper_names_offsets.c:27 +#: gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: ../gtk/paper_names_offsets.c:28 +#: gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: ../gtk/paper_names_offsets.c:29 +#: gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: ../gtk/paper_names_offsets.c:30 +#: gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: ../gtk/paper_names_offsets.c:31 +#: gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: ../gtk/paper_names_offsets.c:32 +#: gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: ../gtk/paper_names_offsets.c:33 +#: gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: ../gtk/paper_names_offsets.c:34 +#: gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Ekstra" -#: ../gtk/paper_names_offsets.c:35 +#: gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: ../gtk/paper_names_offsets.c:36 +#: gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: ../gtk/paper_names_offsets.c:37 +#: gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: ../gtk/paper_names_offsets.c:38 +#: gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: ../gtk/paper_names_offsets.c:39 +#: gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: ../gtk/paper_names_offsets.c:40 +#: gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: ../gtk/paper_names_offsets.c:41 +#: gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: ../gtk/paper_names_offsets.c:42 +#: gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: ../gtk/paper_names_offsets.c:43 +#: gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: ../gtk/paper_names_offsets.c:44 +#: gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: ../gtk/paper_names_offsets.c:45 +#: gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: ../gtk/paper_names_offsets.c:46 +#: gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Ekstra" -#: ../gtk/paper_names_offsets.c:47 +#: gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: ../gtk/paper_names_offsets.c:48 +#: gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: ../gtk/paper_names_offsets.c:49 +#: gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: ../gtk/paper_names_offsets.c:50 +#: gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: ../gtk/paper_names_offsets.c:51 +#: gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: ../gtk/paper_names_offsets.c:52 +#: gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: ../gtk/paper_names_offsets.c:53 +#: gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: ../gtk/paper_names_offsets.c:54 +#: gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: ../gtk/paper_names_offsets.c:55 +#: gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: ../gtk/paper_names_offsets.c:56 +#: gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: ../gtk/paper_names_offsets.c:57 +#: gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: ../gtk/paper_names_offsets.c:58 +#: gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: ../gtk/paper_names_offsets.c:59 +#: gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: ../gtk/paper_names_offsets.c:60 +#: gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: ../gtk/paper_names_offsets.c:61 +#: gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: ../gtk/paper_names_offsets.c:62 +#: gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: ../gtk/paper_names_offsets.c:63 +#: gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: ../gtk/paper_names_offsets.c:64 +#: gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: ../gtk/paper_names_offsets.c:65 +#: gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "DL-konvolut" -#: ../gtk/paper_names_offsets.c:66 +#: gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: ../gtk/paper_names_offsets.c:67 +#: gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: ../gtk/paper_names_offsets.c:68 +#: gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: ../gtk/paper_names_offsets.c:69 +#: gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: ../gtk/paper_names_offsets.c:70 +#: gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: ../gtk/paper_names_offsets.c:71 +#: gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: ../gtk/paper_names_offsets.c:72 +#: gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: ../gtk/paper_names_offsets.c:73 +#: gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: ../gtk/paper_names_offsets.c:74 +#: gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: ../gtk/paper_names_offsets.c:75 +#: gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: ../gtk/paper_names_offsets.c:76 +#: gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: ../gtk/paper_names_offsets.c:77 +#: gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: ../gtk/paper_names_offsets.c:78 +#: gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: ../gtk/paper_names_offsets.c:79 +#: gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: ../gtk/paper_names_offsets.c:80 +#: gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: ../gtk/paper_names_offsets.c:81 +#: gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: ../gtk/paper_names_offsets.c:82 +#: gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: ../gtk/paper_names_offsets.c:83 +#: gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: ../gtk/paper_names_offsets.c:84 +#: gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Choukei 2-konvolut" -#: ../gtk/paper_names_offsets.c:85 +#: gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Choukei 3-konvolut" -#: ../gtk/paper_names_offsets.c:86 +#: gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Choukei 4-konvolut" -#: ../gtk/paper_names_offsets.c:87 +#: gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (postkort)" -#: ../gtk/paper_names_offsets.c:88 +#: gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "kahu-konvolut" -#: ../gtk/paper_names_offsets.c:89 +#: gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "kaku2-konvolut" -#: ../gtk/paper_names_offsets.c:90 +#: gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (svarpostkort)" -#: ../gtk/paper_names_offsets.c:91 +#: gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "you4-konvolut" -#: ../gtk/paper_names_offsets.c:92 +#: gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: ../gtk/paper_names_offsets.c:93 +#: gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: ../gtk/paper_names_offsets.c:94 +#: gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 +#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: ../gtk/paper_names_offsets.c:97 +#: gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: ../gtk/paper_names_offsets.c:98 +#: gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: ../gtk/paper_names_offsets.c:99 +#: gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: ../gtk/paper_names_offsets.c:100 +#: gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: ../gtk/paper_names_offsets.c:101 +#: gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "6x9-konvolut" -#: ../gtk/paper_names_offsets.c:102 +#: gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "7x9-konvolut" -#: ../gtk/paper_names_offsets.c:103 +#: gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "9x11-konvolut" -#: ../gtk/paper_names_offsets.c:104 +#: gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "a2-konvolut" -#: ../gtk/paper_names_offsets.c:105 +#: gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: ../gtk/paper_names_offsets.c:106 +#: gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: ../gtk/paper_names_offsets.c:107 +#: gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: ../gtk/paper_names_offsets.c:108 +#: gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: ../gtk/paper_names_offsets.c:109 +#: gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: ../gtk/paper_names_offsets.c:110 +#: gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: ../gtk/paper_names_offsets.c:111 +#: gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: ../gtk/paper_names_offsets.c:112 +#: gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "c5-konvolut" -#: ../gtk/paper_names_offsets.c:113 +#: gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: ../gtk/paper_names_offsets.c:114 +#: gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: ../gtk/paper_names_offsets.c:115 +#: gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: ../gtk/paper_names_offsets.c:116 +#: gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "Europæisk edp" -#: ../gtk/paper_names_offsets.c:117 +#: gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: ../gtk/paper_names_offsets.c:118 +#: gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: ../gtk/paper_names_offsets.c:119 +#: gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold europæisk" -#: ../gtk/paper_names_offsets.c:120 +#: gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold amerikansk" -#: ../gtk/paper_names_offsets.c:121 +#: gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold tysk legal" # Jeg tror det er bedst at bruge den engelske streng her -#: ../gtk/paper_names_offsets.c:122 +#: gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government legal" # Jeg tror det er bedst at bruge den engelske streng her -#: ../gtk/paper_names_offsets.c:123 +#: gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government letter" -#: ../gtk/paper_names_offsets.c:124 +#: gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Indeks 3x5" -#: ../gtk/paper_names_offsets.c:125 +#: gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Indeks 4x6 (postkort)" # ext? -#: ../gtk/paper_names_offsets.c:126 +#: gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Indeks 4x6 ext" -#: ../gtk/paper_names_offsets.c:127 +#: gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Indeks 5x8" -#: ../gtk/paper_names_offsets.c:128 +#: gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Faktura" -#: ../gtk/paper_names_offsets.c:129 +#: gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: ../gtk/paper_names_offsets.c:130 +#: gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "Amerikansk legal" -#: ../gtk/paper_names_offsets.c:131 +#: gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "Amerikansk legal ekstra" -#: ../gtk/paper_names_offsets.c:132 +#: gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "Amerikansk letter" -#: ../gtk/paper_names_offsets.c:133 +#: gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "Amerikansk letter ekstra" -#: ../gtk/paper_names_offsets.c:134 +#: gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "Amerikansk letter plus" -#: ../gtk/paper_names_offsets.c:135 +#: gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Monark-konvolut" -#: ../gtk/paper_names_offsets.c:136 +#: gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "#10-konvolut" -#: ../gtk/paper_names_offsets.c:137 +#: gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "#11-konvolut" -#: ../gtk/paper_names_offsets.c:138 +#: gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "#12-konvolut" -#: ../gtk/paper_names_offsets.c:139 +#: gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "#14-konvolut" -#: ../gtk/paper_names_offsets.c:140 +#: gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "#9-konvolut" -#: ../gtk/paper_names_offsets.c:141 +#: gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Personlig konvolut" -#: ../gtk/paper_names_offsets.c:142 +#: gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: ../gtk/paper_names_offsets.c:143 +#: gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: ../gtk/paper_names_offsets.c:144 +#: gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: ../gtk/paper_names_offsets.c:145 +#: gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Bredt format" -#: ../gtk/paper_names_offsets.c:146 +#: gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: ../gtk/paper_names_offsets.c:147 +#: gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: ../gtk/paper_names_offsets.c:148 +#: gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: ../gtk/paper_names_offsets.c:149 +#: gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Invitationskonvolut" -#: ../gtk/paper_names_offsets.c:150 +#: gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Italiensk konvolut" -#: ../gtk/paper_names_offsets.c:151 +#: gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: ../gtk/paper_names_offsets.c:152 +#: gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: ../gtk/paper_names_offsets.c:153 +#: gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Postfix-konvolut" -#: ../gtk/paper_names_offsets.c:154 +#: gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Lille fotografi" -#: ../gtk/paper_names_offsets.c:155 +#: gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "prc1-konvolut" -#: ../gtk/paper_names_offsets.c:156 +#: gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "prc10-konvolut" -#: ../gtk/paper_names_offsets.c:157 +#: gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: ../gtk/paper_names_offsets.c:158 +#: gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "prc2-konvolut" -#: ../gtk/paper_names_offsets.c:159 +#: gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "prc3-konvolut" -#: ../gtk/paper_names_offsets.c:160 +#: gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: ../gtk/paper_names_offsets.c:161 +#: gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "prc4-konvolut" -#: ../gtk/paper_names_offsets.c:162 +#: gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "prc5-konvolut" -#: ../gtk/paper_names_offsets.c:163 +#: gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "prc6-konvolut" -#: ../gtk/paper_names_offsets.c:164 +#: gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "prc7-konvolut" -#: ../gtk/paper_names_offsets.c:165 +#: gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "prc8-konvolut" -#: ../gtk/paper_names_offsets.c:166 +#: gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: ../gtk/paper_names_offsets.c:167 +#: gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 +#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "forskellige idata fundet for den symbolsk lænkede \"%s\" og \"%s\"\n" # Ved ikke hvilken betydning af header der gør sig gældende, så lad os lade header blive stående indtil nogen får en god idé -#: ../gtk/updateiconcache.c:1374 +#: gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Kunne ikke skrive header\n" -#: ../gtk/updateiconcache.c:1380 +#: gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Kunne ikke skrive hashtabel\n" -#: ../gtk/updateiconcache.c:1386 +#: gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Kunne ikke skrive mappeindeks\n" -#: ../gtk/updateiconcache.c:1394 +#: gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Kunne ikke skrive header igen\n" -#: ../gtk/updateiconcache.c:1455 +#: gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Kunne ikke åbne filen %s : %s\n" -#: ../gtk/updateiconcache.c:1463 +#: gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Kunne ikke skrive lagerfil: %s\n" -#: ../gtk/updateiconcache.c:1499 +#: gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Det genererede lager var ugyldigt.\n" -#: ../gtk/updateiconcache.c:1511 +#: gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Kunne ikke omdøbe %s til %s: %s, fjerner så %s.\n" -#: ../gtk/updateiconcache.c:1523 +#: gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Kunne ikke omdøbe %s til %s: %s\n" -#: ../gtk/updateiconcache.c:1530 +#: gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Kunne ikke omdøbe %s tilbage til %s: %s.\n" -#: ../gtk/updateiconcache.c:1556 +#: gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Lagerfil oprettet korrekt.\n" -#: ../gtk/updateiconcache.c:1595 +#: gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Overskriv et eksisterende lager, selv hvis det er opdateret" -#: ../gtk/updateiconcache.c:1596 +#: gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Kontrollér ikke hvorvidt index.theme findes" -#: ../gtk/updateiconcache.c:1597 +#: gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Inkludér ikke billeddata i lageret" -#: ../gtk/updateiconcache.c:1598 +#: gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Udskriv header-fil til C" -#: ../gtk/updateiconcache.c:1599 +#: gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Deaktivér detaljeret udskrift" -#: ../gtk/updateiconcache.c:1600 +#: gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Validér eksisterende ikonlager" -#: ../gtk/updateiconcache.c:1663 +#: gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Filen ikke fundet: %s\n" -#: ../gtk/updateiconcache.c:1669 +#: gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Ikke et gyldigt ikonlager: %s\n" -#: ../gtk/updateiconcache.c:1682 +#: gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Ingen temaindeksfil." -#: ../gtk/updateiconcache.c:1686 +#: gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4594,271 +4602,271 @@ msgstr "" "index.\n" #. ID -#: ../modules/input/imam-et.c:454 +#: modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amharisk (EZ+)" #. ID -#: ../modules/input/imcedilla.c:92 +#: modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cedilla" #. ID -#: ../modules/input/imcyrillic-translit.c:217 +#: modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Kyrillisk (transskriberet)" #. ID -#: ../modules/input/iminuktitut.c:127 +#: modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (transskriberet)" #. ID -#: ../modules/input/imipa.c:145 +#: modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: ../modules/input/immultipress.c:31 +#: modules/input/immultipress.c:31 msgid "Multipress" msgstr "Multipress" #. ID -#: ../modules/input/imthai.c:35 +#: modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thai-Lao" #. ID -#: ../modules/input/imti-er.c:453 +#: modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrigna-Eritreask (EZ+)" #. ID -#: ../modules/input/imti-et.c:453 +#: modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrigna-Ethiopisk (EZ+)" #. ID -#: ../modules/input/imviqr.c:244 +#: modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamesisk (VIQR)" #. ID -#: ../modules/input/imxim.c:28 +#: modules/input/imxim.c:28 msgid "X Input Method" msgstr "X-indtastningsmetode" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Printeren \"%s\" er næsten løbet tør for toner." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Printeren \"%s\" er løbet tør for toner." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "Printeren \"%s\" er næsten løbet tør for fremkalder." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Printeren \"%s\" er løbet tør for fremkalder." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "Printeren \"%s\" er næsten løbet tør for mindst en farve." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Printeren \"%s\" er løbet tør for mindst en farve." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "Kabinettet til printeren \"%s\" er åbent." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "Lågen på printeren \"%s\" står åben." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Printeren \"%s\" er næsten løbet tør for papir." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Printeren \"%s\" er løbet tør for papir." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Printeren \"%s\" er i øjeblikket offline." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Printeren \"%s\" er måske ikke tilsluttet." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Der er et problem på printeren \"%s\"." #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "På pause ; afviser job" #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Afviser job" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Dobbeltsidet" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Papirtype" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Papirkilde" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Udskriftsbakke" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Opløsning" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "Forfiltrering af GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Enkeltsidet" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Lange kant (standard)" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Korte kant (omvendt)" #. Translators: this is an option of "Paper Source" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Vælg automatisk" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Printerforvalg" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Indlejr kun GhostScript-skrifttyper" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Konvertér til PS niveau 1" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Konvertér til PS niveau 2" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Ingen forfiltrering" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Diverse" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Presserende" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Høj" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Mellem" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Lav" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Venstre til højre, top til bund" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Venstre til højre, bund til top" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Højre til venstre, top til bund" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Højre til venstre, bund til top" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Top til bund, venstre til højre" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Top til bund, højre til venstre" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Bund til top, venstre til højre" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Bund til top, højre til venstre" @@ -4866,66 +4874,66 @@ msgstr "Bund til top, højre til venstre" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Antal sider pr. ark" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Jobprioritet" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Betalingsinformation" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Ingen" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Klassificeret" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Betroet" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Hemmelig" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Forvalgt" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Tophemmelig" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Uklassificeret" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Før" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Efter" @@ -4933,14 +4941,14 @@ msgstr "Efter" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Udskrift" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Udskriv på tidspunkt" @@ -4948,65 +4956,65 @@ msgstr "Udskriv på tidspunkt" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Brugertilpasset %sx%s" #. default filename used for print-to-file -#: ../modules/printbackends/file/gtkprintbackendfile.c:235 +#: modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "udskrift.%s" -#: ../modules/printbackends/file/gtkprintbackendfile.c:469 +#: modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Udskriv til fil" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: ../modules/printbackends/file/gtkprintbackendfile.c:558 -#: ../modules/printbackends/test/gtkprintbackendtest.c:506 +#: modules/printbackends/file/gtkprintbackendfile.c:558 +#: modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Sider pr. _ark:" -#: ../modules/printbackends/file/gtkprintbackendfile.c:604 +#: modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Fil" -#: ../modules/printbackends/file/gtkprintbackendfile.c:613 +#: modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "_Udskriftsformat" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Udskriv til LPR" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Antal sider pr. ark" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Kommandolinje" #. default filename used for print-to-test -#: ../modules/printbackends/test/gtkprintbackendtest.c:234 +#: modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "test-uddata.%s" -#: ../modules/printbackends/test/gtkprintbackendtest.c:470 +#: modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Udskriv til testprinter" -#: ../tests/testfilechooser.c:207 +#: tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Kunne ikke indhente oplysninger om filen \"%s\": %s" diff --git a/po/de.po b/po/de.po index 6c96c4d0ac..ef70239b9b 100644 --- a/po/de.po +++ b/po/de.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: GTK+ HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-15 19:02+0100\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-15 19:06+0100\n" "Last-Translator: Christian Kirbach\n" "Language-Team: German \n" @@ -24,58 +24,58 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../gdk/gdk.c:103 +#: gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Fehler beim Verarbeiten der Option --gdk-debug" -#: ../gdk/gdk.c:123 +#: gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Fehler beim Verarbeiten der Option --gdk-no-debug" #. Description of --class=CLASS in --help output -#: ../gdk/gdk.c:151 +#: gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Programmklasse, die vom Fenstermanager benutzt wird" #. Placeholder in --class=CLASS in --help output -#: ../gdk/gdk.c:152 +#: gdk/gdk.c:152 msgid "CLASS" msgstr "KLASSE" #. Description of --name=NAME in --help output -#: ../gdk/gdk.c:154 +#: gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Programmname, der vom Fenstermanager benutzt wird" #. Placeholder in --name=NAME in --help output -#: ../gdk/gdk.c:155 +#: gdk/gdk.c:155 msgid "NAME" msgstr "NAME" #. Description of --display=DISPLAY in --help output -#: ../gdk/gdk.c:157 +#: gdk/gdk.c:157 msgid "X display to use" msgstr "X-Anzeige, die verwendet werden soll" #. Placeholder in --display=DISPLAY in --help output -#: ../gdk/gdk.c:158 +#: gdk/gdk.c:158 msgid "DISPLAY" msgstr "ANZEIGE" #. Description of --screen=SCREEN in --help output -#: ../gdk/gdk.c:160 +#: gdk/gdk.c:160 msgid "X screen to use" msgstr "X-Bildschirm, der verwendet werden soll" #. Placeholder in --screen=SCREEN in --help output -#: ../gdk/gdk.c:161 +#: gdk/gdk.c:161 msgid "SCREEN" msgstr "BILDSCHIRM" #. Description of --gdk-debug=FLAGS in --help output -#: ../gdk/gdk.c:164 +#: gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Zu übergebende GDK-Fehlerdiagnoseoptionen" @@ -83,213 +83,213 @@ msgstr "Zu übergebende GDK-Fehlerdiagnoseoptionen" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 +#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 msgid "FLAGS" msgstr "OPTIONEN" #. Description of --gdk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:167 +#: gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Nicht zu übergebende GDK-Fehlerdiagnoseoptionen" -#: ../gdk/keyname-table.h:3940 +#: gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "Löschen" -#: ../gdk/keyname-table.h:3941 +#: gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tabulator" -#: ../gdk/keyname-table.h:3942 +#: gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Eingabe" -#: ../gdk/keyname-table.h:3943 +#: gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: ../gdk/keyname-table.h:3944 +#: gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Rollen" -#: ../gdk/keyname-table.h:3945 +#: gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "S_Abf" -#: ../gdk/keyname-table.h:3946 +#: gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Esc" -#: ../gdk/keyname-table.h:3947 +#: gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multifunktionstaste" -#: ../gdk/keyname-table.h:3948 +#: gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Pos1" -#: ../gdk/keyname-table.h:3949 +#: gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Links" -#: ../gdk/keyname-table.h:3950 +#: gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Hoch" -#: ../gdk/keyname-table.h:3951 +#: gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Rechts" -#: ../gdk/keyname-table.h:3952 +#: gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Runter" -#: ../gdk/keyname-table.h:3953 +#: gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Bild_auf" -#: ../gdk/keyname-table.h:3954 +#: gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Bild_ab" -#: ../gdk/keyname-table.h:3955 +#: gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "Ende" -#: ../gdk/keyname-table.h:3956 +#: gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Pos1" -#: ../gdk/keyname-table.h:3957 +#: gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Drucken" -#: ../gdk/keyname-table.h:3958 +#: gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Einfg" -#: ../gdk/keyname-table.h:3959 +#: gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" -#: ../gdk/keyname-table.h:3960 +#: gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "NB_Leertaste" -#: ../gdk/keyname-table.h:3961 +#: gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "NB_Tab" -#: ../gdk/keyname-table.h:3962 +#: gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "NB_Eingabe" -#: ../gdk/keyname-table.h:3963 +#: gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "NB_Pos1" -#: ../gdk/keyname-table.h:3964 +#: gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "NB_Links" -#: ../gdk/keyname-table.h:3965 +#: gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "NB_Hoch" -#: ../gdk/keyname-table.h:3966 +#: gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "NB_Rechts" -#: ../gdk/keyname-table.h:3967 +#: gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "NB_Runter" -#: ../gdk/keyname-table.h:3968 +#: gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "NB_Bild_auf" -#: ../gdk/keyname-table.h:3969 +#: gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "NB_Zurück" -#: ../gdk/keyname-table.h:3970 +#: gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "NB_Bild_ab" -#: ../gdk/keyname-table.h:3971 +#: gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "NB_Vor" -#: ../gdk/keyname-table.h:3972 +#: gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "NB_Ende" -#: ../gdk/keyname-table.h:3973 +#: gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "NB_Pos1" -#: ../gdk/keyname-table.h:3974 +#: gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "NB_Einf" -#: ../gdk/keyname-table.h:3975 +#: gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "NB_Entf" -#: ../gdk/keyname-table.h:3976 +#: gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Entf" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 +#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 +#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Datei »%s« konnte nicht geöffnet werden: %s" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 +#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Bilddatei »%s« enthält keine Daten" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 +#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -297,7 +297,7 @@ msgstr "" "Bild »%s« konnte nicht geladen werden: Grund unbekannt, vermutlich eine " "defekte Bilddatei" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -306,12 +306,12 @@ msgstr "" "Animation »%s« konnte nicht geladen werden: Grund unbekannt, vermutlich eine " "defekte Animationsdatei" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 +#: gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Bildlader-Modul konnte nicht geladen werden: %s: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 +#: gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -320,55 +320,55 @@ msgstr "" "Bildlader-Modul %s exportiert nicht die richtige Schnittstelle; vielleicht " "stammt es aus einer anderen GTK-Version?" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 +#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Bildtyp »%s« wird nicht unterstützt" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 +#: gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Das Format der Bilddatei »%s« konnte nicht erkannt werden" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 +#: gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Format der Bilddatei unbekannt" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Bild »%s« konnte nicht geladen werden: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 +#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Fehler beim Schreiben einer Bilddatei (%s)" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "" "Diese Fassung von gdk-pixbuf unterstützt das Speichern in diesem Bildformat " "nicht: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Nicht genug Speicher, um Bild in Callback zu speichern" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Öffnen von Temporärdatei gescheitert" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Lesen von Temporärdatei gescheitert" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "»%s« konnte nicht zum Schreiben geöffnet werden: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -377,15 +377,15 @@ msgstr "" "»%s« konnte nach dem Schreiben des Bildes nicht geschlossen werden, evtl. " "wurden nicht alle Daten gespeichert: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Nicht genug Speicher, um Bild in einen Puffer zu speichern" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Fehler beim Schreiben in Bilddatenstrom" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -394,150 +394,145 @@ msgstr "" "Interner Fehler: Bildlader-Modul »%s« schaffte es nicht, eine Operation " "abzuschileßen, gab aber keinen Grund für den Fehler an" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Schrittweises Laden des Bildtyps »%s« wird nicht unterstützt" -#: ../gdk-pixbuf/gdk-pixdata.c:147 +#: gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Bildvorspann unbrauchbar" -#: ../gdk-pixbuf/gdk-pixdata.c:152 +#: gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Bildformat unbekannt" -#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 +#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Bild-Pixeldaten unbrauchbar" -#: ../gdk-pixbuf/gdk-pixdata.c:431 +#: gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "Bildpuffer von %u Byte konnte nicht bereitgestellt werden" msgstr[1] "Bildpuffer von %u Bytes konnte nicht bereitgestellt werden" -#: ../gdk-pixbuf/io-ani.c:244 +#: gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Nicht erwarteter Symbol-Chunk in Animation" -#: ../gdk-pixbuf/io-ani.c:337 +#: gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Nicht unterstützter Animationstyp" -#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 -#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 -#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 +#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 +#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Ungültiger Vorspann in Animation" -#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 -#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 -#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 +#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 +#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Nicht genug Speicher, um Animation zu laden" -#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 -#: ../gdk-pixbuf/io-ani.c:443 +#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Fehlerhafter Chunk in Animation" -#: ../gdk-pixbuf/io-ani.c:711 +#: gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "Das ANI-Bildformat" -#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 -#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 -#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 +#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 +#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "Vorspanndaten des BMP-Bildes sind Unsinn" -#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 +#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Nicht genug Speicher, um Bitmap-Bild zu laden" -#: ../gdk-pixbuf/io-bmp.c:319 +#: gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "Vorspannlänge des BMP-Bildes wird nicht unterstützt" -#: ../gdk-pixbuf/io-bmp.c:357 +#: gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Topdown-BMP-Bilder können nicht komprimiert werden" -#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 +#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Dateiende ist zu früh aufgetreten" -#: ../gdk-pixbuf/io-bmp.c:1329 +#: gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Speicher zum Sichern von BMP-Datei konnte nicht bereit gestellt werden" -#: ../gdk-pixbuf/io-bmp.c:1370 +#: gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "BMP-Datei konnte nicht geschrieben werden" -#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 +#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "Das BMP-Bildformat" -#: ../gdk-pixbuf/io-gif.c:222 +#: gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Fehler beim Lesen von GIF: %s" -#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 -#: ../gdk-pixbuf/io-gif.c:1642 +#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "" "Daten in der GIF-Datei unvollständig (vielleicht wurden sie irgendwie " "verstümmelt?)" -#: ../gdk-pixbuf/io-gif.c:505 +#: gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Interner Fehler im GIF-Lader (%s)" -#: ../gdk-pixbuf/io-gif.c:579 +#: gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Stack-Überlauf" -#: ../gdk-pixbuf/io-gif.c:639 +#: gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "Der GIF-Bildlader konnte dieses Bild nicht verstehen." -#: ../gdk-pixbuf/io-gif.c:668 +#: gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Fehlerhafte Bilddaten festgestellt" -#: ../gdk-pixbuf/io-gif.c:678 +#: gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Ringschluss in Tabelleneinträgen in GIF-Datei" -#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 -#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 +#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 +#: gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Nicht genug Speicher, um GIF-Bild zu laden" -#: ../gdk-pixbuf/io-gif.c:960 +#: gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Nicht genug Speicher, um ein Einzelbild in GIF-Datei einzufügen" -#: ../gdk-pixbuf/io-gif.c:1132 +#: gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "Das GIF-Bild ist defekt (fehlerhafte LZW-Kompression)" -#: ../gdk-pixbuf/io-gif.c:1182 +#: gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Datei scheint keine GIF-Datei zu sein" -#: ../gdk-pixbuf/io-gif.c:1194 +#: gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "Version %s des GIF-Dateiformats wird nicht unterstützt" # gdk-pixbuf/io-gi178 -#: ../gdk-pixbuf/io-gif.c:1303 +#: gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -545,114 +540,112 @@ msgstr "" "Das GIF-Bild hat keine globale Farbtabelle, und ein Einzelbild darin hat " "keine lokale Farbtabelle." -#: ../gdk-pixbuf/io-gif.c:1537 +#: gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "GIF-Bild wurde verstümmelt oder ist unvollständig." -#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 +#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "Das GIF-Bildformat" -#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 -#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 -#: ../gdk-pixbuf/io-ico.c:359 +#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 +#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Ungültiger Vorspann in Symbol" -#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 -#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 -#: ../gdk-pixbuf/io-ico.c:462 +#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 +#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Nicht genug Speicher, um Symbol zu laden" -#: ../gdk-pixbuf/io-ico.c:322 +#: gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Symbolbreite beträgt null" -#: ../gdk-pixbuf/io-ico.c:332 +#: gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Symbolhöhe beträgt null" -#: ../gdk-pixbuf/io-ico.c:384 +#: gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Komprimierte Symbole werden nicht unterstützt" -#: ../gdk-pixbuf/io-ico.c:417 +#: gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Nicht unterstützter Symboltyp" -#: ../gdk-pixbuf/io-ico.c:511 +#: gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Nicht genug Speicher, um ICO-Bild zu laden" -#: ../gdk-pixbuf/io-ico.c:976 +#: gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Bild zu groß, um als ICO gespeichert zu werden" -#: ../gdk-pixbuf/io-ico.c:987 +#: gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Zeiger-Hotspot außerhalb des Bilds" -#: ../gdk-pixbuf/io-ico.c:1010 +#: gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Nicht unterstützte Farbtiefe der ICO-Datei: %d" -#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 +#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "Das ICO-Bildformat" -#: ../gdk-pixbuf/io-icns.c:347 +#: gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Fehler beim Lesen einer ICNS-Bilddatei: %s" -#: ../gdk-pixbuf/io-icns.c:364 +#: gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "ICNS-Datei konnte nicht dekodiert werden" -#: ../gdk-pixbuf/io-icns.c:397 +#: gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "Das ICNS-Bildformat" -#: ../gdk-pixbuf/io-jasper.c:75 +#: gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Speicher für Datenstrom konnte nicht bereitgestellt werden" -#: ../gdk-pixbuf/io-jasper.c:105 +#: gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Bild konnte nicht dekodiert werden" -#: ../gdk-pixbuf/io-jasper.c:123 +#: gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Höhe oder Breite des transformierten JPEG2000 beträgt null." -#: ../gdk-pixbuf/io-jasper.c:137 +#: gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Bildtyp wird derzeit nicht unterstützt" -#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 +#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Speicher zum Laden von Farbprofil konnte nicht bereit gestellt werden" -#: ../gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Nicht genug Speicher, um JPEG2000-Datei zu öffnen" -#: ../gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Speicher für Bilddatenpuffer konnte nicht bereitgestellt werden" -#: ../gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Das JPEG2000-Bildformat" -#: ../gdk-pixbuf/io-jpeg.c:117 +#: gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Fehler beim Lesen einer JPEG-Bilddatei (%s)" -#: ../gdk-pixbuf/io-jpeg.c:529 +#: gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -660,21 +653,21 @@ msgstr "" "Nicht genug Speicher, um das Bild zu laden. Versuchen Sie, einige " "Anwendungen zu beenden, um Speicher frei zu machen" -#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 +#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Nicht unterstützter JPEG-Farbraum (%s)" -#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 -#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 +#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 +#: gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Speicher zum Laden von JPEG-Datei konnte nicht bereit gestellt werden" -#: ../gdk-pixbuf/io-jpeg.c:920 +#: gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Höhe oder Breite des transformierten JPEGs beträgt null." -#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 +#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -683,7 +676,7 @@ msgstr "" "JPEG-Qualität muss ein Wert zwischen 0 und 100 sein; Wert »%s« konnte nicht " "verarbeitet werden." -#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 +#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -691,88 +684,88 @@ msgstr "" "JPEG-Qualität muss ein Wert zwischen 0 und 100 sein; Wert »%d« ist nicht " "erlaubt." -#: ../gdk-pixbuf/io-jpeg.c:1309 ../gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Das JPEG-Bildformat" -#: ../gdk-pixbuf/io-pcx.c:187 +#: gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Speicher für Kopfzeilen konnte nicht bereitgestellt werden" -#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 +#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Speicher für Kontextpuffer konnte nicht bereitgestellt werden" -#: ../gdk-pixbuf/io-pcx.c:601 +#: gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Bildhöhe und/oder -breite ungültig" # CHECK -#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 +#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "BPP-Anzahl des Bildes nicht unterstützt" -#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 +#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Bild hat eine nicht unterstützte Anzahl von %d-Bit-Flächen" -#: ../gdk-pixbuf/io-pcx.c:642 +#: gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Neuer Pixbuf konnte nicht angelegt werden" -#: ../gdk-pixbuf/io-pcx.c:650 +#: gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Speicher für Zeilendaten konnte nicht bereitgestellt werden" -#: ../gdk-pixbuf/io-pcx.c:657 +#: gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Speicher für Palettendaten konnte nicht bereitgestellt werden" -#: ../gdk-pixbuf/io-pcx.c:704 +#: gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Es wurden nicht alle Zeilen des PCX-Bilds abgerufen" -#: ../gdk-pixbuf/io-pcx.c:711 +#: gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Keine Palette am Ende der PCX-Daten gefunden" -#: ../gdk-pixbuf/io-pcx.c:756 +#: gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "Das PCX-Bildformat" -#: ../gdk-pixbuf/io-png.c:55 +#: gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Die Bitanzahl pro Kanal des PNG-Bildes ist ungültig." -#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 +#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Höhe oder Breite des transformierten PNGs beträgt null." -#: ../gdk-pixbuf/io-png.c:144 +#: gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Bits pro Kanal des transformierten PNGs sind nicht 8." -#: ../gdk-pixbuf/io-png.c:153 +#: gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Das transformierte PNG ist weder RGB noch RGBA." -#: ../gdk-pixbuf/io-png.c:162 +#: gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "Die Anzahl der Kanäle des transformierten PNGs werden nicht unterstützt, " "muss 3 oder 4 sein." -#: ../gdk-pixbuf/io-png.c:183 +#: gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Schwerer Fehler in PNG-Bilddatei: %s" -#: ../gdk-pixbuf/io-png.c:310 +#: gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Nicht genug Speicher, um PNG-Datei zu laden" -#: ../gdk-pixbuf/io-png.c:633 +#: gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -781,27 +774,27 @@ msgstr "" "Nicht genug Speicher, um ein %ldx%ld-Bild zu speichern; versuchen Sie, " "einige Anwendungen zu beenden, um den Speicherverbrauch zu reduzieren" -#: ../gdk-pixbuf/io-png.c:684 +#: gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Schwerer Fehler beim Lesen einer PNG-Bilddatei" -#: ../gdk-pixbuf/io-png.c:733 +#: gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Schwerer Fehler beim Lesen einer PNG-Bilddatei: %s" -#: ../gdk-pixbuf/io-png.c:825 +#: gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Schlüssel für PNG-Text-Chunks müssen mindestens eines und dürfen maximal 79 " "Zeichen lang sein." -#: ../gdk-pixbuf/io-png.c:833 +#: gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "Schlüssel für PNG-Text-Chunks müssen ASCII-Zeichen sein." -#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 +#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -810,7 +803,7 @@ msgstr "" "Die PNG-Kompressionsstufe muss ein Wert zwischen 0 und 9 sein; Wert »%s« " "konnte nicht verarbeitet werden." -#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 +#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -819,433 +812,429 @@ msgstr "" "Die PNG-Kompressionsstufe muss ein Wert zwischen 0 und 9 sein; Wert »%d« ist " "nicht erlaubt." -#: ../gdk-pixbuf/io-png.c:896 +#: gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "Wert für PNG-Text-Chunk %s konnte nicht in ISO-8859-1-Zeichenkodierung " "umgewandelt werden." -#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 +#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "Das PNG-Bildformat" -#: ../gdk-pixbuf/io-pnm.c:250 +#: gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "PNM-Lader erwartete eine Ganzzahl und fand keine" -#: ../gdk-pixbuf/io-pnm.c:282 +#: gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "Startbyte der PNM-Datei ungültig" -#: ../gdk-pixbuf/io-pnm.c:312 +#: gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "PNM-Datei liegt nicht in einem unterstützten PNM-Unterformat vor" -#: ../gdk-pixbuf/io-pnm.c:337 +#: gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "Bildbreite der PNM-Datei beträgt 0" -#: ../gdk-pixbuf/io-pnm.c:358 +#: gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "Bildhöhe der PNM-Datei beträgt 0" -#: ../gdk-pixbuf/io-pnm.c:381 +#: gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Maximaler Farbwert in der PNM-Datei ist 0" -#: ../gdk-pixbuf/io-pnm.c:389 +#: gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Maximaler Farbwert in der PNM-Datei zu groß" -#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 -#: ../gdk-pixbuf/io-pnm.c:504 +#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Roher PNM-Bildtyp ist ungültig" -#: ../gdk-pixbuf/io-pnm.c:654 +#: gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "PNM-Bildlader unterstützt dieses PNM-Unterformat nicht" -#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 +#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "Rohe PNM-Formate verlangen genau einen Leerraum vor den Sample-Daten" -#: ../gdk-pixbuf/io-pnm.c:768 +#: gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Speicher zum Laden eines PNM-Bildes konnte nicht bereitgestellt werden" -#: ../gdk-pixbuf/io-pnm.c:818 +#: gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Nicht genug Speicher, um PNM-Kontextstruktur zu laden" -#: ../gdk-pixbuf/io-pnm.c:869 +#: gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Unerwartetes Ende der PNM-Bilddaten" -#: ../gdk-pixbuf/io-pnm.c:997 +#: gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Nicht genug Speicher, um PNM-Datei zu laden" -#: ../gdk-pixbuf/io-pnm.c:1081 +#: gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "Die PNM/PBM/PGM/PPM-Bildformat-Familie" -#: ../gdk-pixbuf/io-ras.c:126 +#: gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "Die Vorspanndaten des RAS-Bildes sind ungültig" -#: ../gdk-pixbuf/io-ras.c:148 +#: gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "Typ des RAS-Bilds unbekannt" -#: ../gdk-pixbuf/io-ras.c:156 +#: gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "Nicht unterstützte RAS-Bildvariation" -#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 +#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Nicht genug Speicher, um das RAS-Bild zu laden" -#: ../gdk-pixbuf/io-ras.c:545 +#: gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Das Bildformat »Sun Raster Image«" -#: ../gdk-pixbuf/io-tga.c:154 +#: gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "" "Speicher für Struktur des E/A-Puffers konnte nicht bereitgestellt werden" -#: ../gdk-pixbuf/io-tga.c:173 +#: gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Speicher für Daten des E/A-Puffers konnte nicht bereitgestellt werden" -#: ../gdk-pixbuf/io-tga.c:184 +#: gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "" "Datenbereich des E/A-Puffers konnte nicht mit realloc() geändert werden" -#: ../gdk-pixbuf/io-tga.c:214 +#: gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "" "Speicher für temporäre Daten des E/A-Puffers konnte nicht bereitgestellt " "werden" -#: ../gdk-pixbuf/io-tga.c:347 +#: gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Neuer Pixbuf konnte nicht angelegt werden" -#: ../gdk-pixbuf/io-tga.c:687 +#: gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Farbtabellenstruktur konnte nicht angelegt werden" -#: ../gdk-pixbuf/io-tga.c:694 +#: gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Farbtabelleneinträge konnten nicht bereitgestellt werden" -#: ../gdk-pixbuf/io-tga.c:716 +#: gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Unerwartete Farbtiefe der Farbtabellen-Einträge" -#: ../gdk-pixbuf/io-tga.c:734 +#: gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "TGA-Vorspannspeicher konnte nicht bereitgestellt werden" -#: ../gdk-pixbuf/io-tga.c:767 +#: gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "TGA-Bild hat ungültige Abmessungen" -#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 -#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 -#: ../gdk-pixbuf/io-tga.c:809 +#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 +#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "TGA-Bildtyp nicht unterstützt" -#: ../gdk-pixbuf/io-tga.c:856 +#: gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Speicher für TGA-Kontextstruktur konnte nicht bereitgestellt werden" -#: ../gdk-pixbuf/io-tga.c:921 +#: gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Überschüssige Daten in der Datei" -#: ../gdk-pixbuf/io-tga.c:1002 +#: gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Das Targa-Bildformat" -#: ../gdk-pixbuf/io-tiff.c:160 +#: gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Bildbreite konnte nicht ermittelt werden (ungültige TIFF-Datei)" -#: ../gdk-pixbuf/io-tiff.c:167 +#: gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Bildhöhe konnte nicht ermittelt werden (ungültige TIFF-Datei)" -#: ../gdk-pixbuf/io-tiff.c:175 +#: gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "Breite oder Höhe des TIFF-Bildes beträgt null" -#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 +#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Abmessungen des TIFF-Bilds zu groß" -#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 -#: ../gdk-pixbuf/io-tiff.c:541 +#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Nicht genug Speicher, um TIFF-Datei zu öffnen" -#: ../gdk-pixbuf/io-tiff.c:275 +#: gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "RGB-Daten konnten nicht aus TIFF-Datei geladen werden" -#: ../gdk-pixbuf/io-tiff.c:331 +#: gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "TIFF-Bild konnte nicht geöffnet werden" -#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 +#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "Aktion TIFFClose gescheitert" -#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 +#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "TIFF-Bild konnte nicht geladen werden" -#: ../gdk-pixbuf/io-tiff.c:670 +#: gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "TIFF-Bild konnte nicht gespeichert werden" -#: ../gdk-pixbuf/io-tiff.c:708 +#: gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "TIFF-Daten konnten nicht gespeichert werden" -#: ../gdk-pixbuf/io-tiff.c:760 +#: gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "TIFF-Datei konnte nicht geschrieben werden" -#: ../gdk-pixbuf/io-tiff.c:815 +#: gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "Das TIFF-Bildformat" -#: ../gdk-pixbuf/io-wbmp.c:246 +#: gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Bild hat Breite null" -#: ../gdk-pixbuf/io-wbmp.c:264 +#: gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Bild hat Höhe null" -#: ../gdk-pixbuf/io-wbmp.c:275 +#: gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Nicht genug Speicher, um Bild zu laden" -#: ../gdk-pixbuf/io-wbmp.c:334 +#: gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Der Rest konnte nicht gespeichert werden" -#: ../gdk-pixbuf/io-wbmp.c:375 +#: gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "Das WBMP-Bildformat" -#: ../gdk-pixbuf/io-xbm.c:295 +#: gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Ungültige XBM-Datei" -#: ../gdk-pixbuf/io-xbm.c:305 +#: gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Nicht genug Speicher, um XBM-Bilddatei zu laden" -#: ../gdk-pixbuf/io-xbm.c:453 +#: gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "" "Beim Laden eines XBM-Bildes konnte nicht in eine temporäre Datei geschrieben " "werden" -#: ../gdk-pixbuf/io-xbm.c:492 +#: gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "Das XBM-Bildformat" -#: ../gdk-pixbuf/io-xpm.c:468 +#: gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Keine XPM-Vorspannzeilen gefunden" -#: ../gdk-pixbuf/io-xpm.c:477 +#: gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Ungültige XBM-Dateikopf" -#: ../gdk-pixbuf/io-xpm.c:485 +#: gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "Breite der XPM-Bilddatei <= 0" -#: ../gdk-pixbuf/io-xpm.c:493 +#: gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "Höhe der XPM-Bilddatei <= 0" -#: ../gdk-pixbuf/io-xpm.c:501 +#: gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM hat eine ungültige Anzahl von Zeichen pro Pixel" -#: ../gdk-pixbuf/io-xpm.c:510 +#: gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "Farbanzahl der XPM-Datei ungültig" -#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 -#: ../gdk-pixbuf/io-xpm.c:583 +#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "" "Der zum Laden eines XPM-Bildes verwendete Speicher konnte nicht zugewiesen " "werden" -#: ../gdk-pixbuf/io-xpm.c:545 +#: gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "XPM-Farbtabelle konnte nicht gelesen werden" -#: ../gdk-pixbuf/io-xpm.c:777 +#: gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "" "Beim Laden eines XPM-Bildes konnte nicht in eine temporäre Datei geschrieben " "werden" -#: ../gdk-pixbuf/io-xpm.c:816 +#: gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "Das XPM-Bildformat" -#: ../gdk-pixbuf/io-gdip-emf.c:59 +#: gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "Das EMF-Bildformat" -#: ../gdk-pixbuf/io-gdip-utils.c:220 +#: gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Speicher konnte nicht bereitgestellt werden: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 -#: ../gdk-pixbuf/io-gdip-utils.c:394 +#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 +#: gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Datenstrom konnte nicht angelegt werden: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:259 +#: gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Im Datenstrom konnte nicht gesucht werden: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:271 +#: gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Datenstrom konnte nicht gelesen werden: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 +#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Bitmap konnte nicht geladen werden" -#: ../gdk-pixbuf/io-gdip-utils.c:838 +#: gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Metadatei konnte nicht geladen werden" -#: ../gdk-pixbuf/io-gdip-utils.c:997 +#: gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Nicht unterstütztes Bildformat für GDI+" -#: ../gdk-pixbuf/io-gdip-utils.c:1004 +#: gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Es konnte nicht gespeichert werden" -#: ../gdk-pixbuf/io-gdip-wmf.c:58 +#: gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "Das WMF-Bildformat" #. Description of --sync in --help output -#: ../gdk/win32/gdkmain-win32.c:54 +#: gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "GDI-Anfragen nicht stapelweise verarbeiten" #. Description of --no-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:56 +#: gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Wintab-API nicht für Tablettunterstützung benutzen" #. Description of --ignore-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:58 +#: gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Entspricht --no-wintab" #. Description of --use-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:60 +#: gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Wintap-API benutzen [Standard]" #. Description of --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:62 +#: gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Größe der Palette im 8 Bit-Modus" #. Placeholder in --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:63 +#: gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "FARBEN" #. Description of --sync in --help output -#: ../gdk/x11/gdkmain-x11.c:92 +#: gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "X-Aufrufe synchron verarbeiten" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 +#: gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "%s wird gestartet" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 +#: gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "%s wird geöffnet" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 +#: gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "%d Objekt wird geöffnet" msgstr[1] "%d Objekte werden geöffnet" -#: ../gtk/gtkaboutdialog.c:267 ../gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Lizenz" -#: ../gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Die Lizenz des Programms" #. Add the credits button -#: ../gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Mitwirkende" #. Add the license button -#: ../gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Lizenz" -#: ../gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Info zu %s" -#: ../gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Mitwirkende" -#: ../gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Programm von" -#: ../gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentation von" -#: ../gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Übersetzung von" -#: ../gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafiken von" @@ -1254,7 +1243,7 @@ msgstr "Grafiken von" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:91 +#: gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Umschalt" @@ -1264,7 +1253,7 @@ msgstr "Umschalt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:97 +#: gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Strg" @@ -1274,7 +1263,7 @@ msgstr "Strg" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:103 +#: gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1284,7 +1273,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:671 +#: gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1294,7 +1283,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:684 +#: gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1304,32 +1293,37 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:698 +#: gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: ../gtk/gtkaccellabel.c:715 +#: gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Leertaste" -#: ../gtk/gtkaccellabel.c:718 +#: gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: ../gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Ungültige Typfunktion: »%s«" -#: ../gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Ungültiges Wurzelelement: »%s«" -#: ../gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Unverwalterer Tag: »%s«" @@ -1343,7 +1337,7 @@ msgstr "Unverwalterer Tag: »%s«" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: ../gtk/gtkcalendar.c:758 +#: gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1351,7 +1345,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: ../gtk/gtkcalendar.c:796 +#: gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1360,7 +1354,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: ../gtk/gtkcalendar.c:1803 +#: gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1375,7 +1369,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 +#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1391,7 +1385,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 +#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1407,7 +1401,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: ../gtk/gtkcalendar.c:2146 +#: gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1415,7 +1409,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: ../gtk/gtkcellrendereraccel.c:243 +#: gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Deaktiviert" @@ -1424,25 +1418,25 @@ msgstr "Deaktiviert" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: ../gtk/gtkcellrendereraccel.c:376 ../gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Neue Tastenkombination …" -#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 +#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 +#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Wählen Sie eine Farbe" -#: ../gtk/gtkcolorbutton.c:448 +#: gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Ungültige Farbdaten erhalten\n" -#: ../gtk/gtkcolorsel.c:354 +#: gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1451,7 +1445,7 @@ msgstr "" "Helligkeit dieser Farbe mit dem inneren Dreieck." # gtk/gtkcolor -#: ../gtk/gtkcolorsel.c:378 +#: gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1459,67 +1453,67 @@ msgstr "" "Klicken Sie auf die Pipette und dann Sie auf eine Farbe irgendwo auf Ihrem " "Bildschirm, um sie auszuwählen" -#: ../gtk/gtkcolorsel.c:387 +#: gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Ton:" -#: ../gtk/gtkcolorsel.c:388 +#: gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Die Position auf dem Farbrad." -#: ../gtk/gtkcolorsel.c:390 +#: gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Sättigung:" -#: ../gtk/gtkcolorsel.c:391 +#: gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "Die »Tiefe« der Farbe." -#: ../gtk/gtkcolorsel.c:392 +#: gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Wert:" -#: ../gtk/gtkcolorsel.c:393 +#: gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Die Helligkeit der Farbe." -#: ../gtk/gtkcolorsel.c:394 +#: gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Rot:" -#: ../gtk/gtkcolorsel.c:395 +#: gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Der Rotanteil der Farbe." -#: ../gtk/gtkcolorsel.c:396 +#: gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Grün:" -#: ../gtk/gtkcolorsel.c:397 +#: gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Der Grünanteil der Farbe." -#: ../gtk/gtkcolorsel.c:398 +#: gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Blau:" -#: ../gtk/gtkcolorsel.c:399 +#: gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Der Blauanteil der Farbe." -#: ../gtk/gtkcolorsel.c:402 +#: gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "_Deckkraft:" -#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 +#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Transparenz der Farbe." -#: ../gtk/gtkcolorsel.c:426 +#: gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "Farb_name:" -#: ../gtk/gtkcolorsel.c:440 +#: gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1527,15 +1521,15 @@ msgstr "" "Sie können in diesem Feld einen hexadezimalen Farbwert wie bei HTML oder " "einen Farbnamen wie »orange« eingeben." -#: ../gtk/gtkcolorsel.c:470 +#: gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Palette:" -#: ../gtk/gtkcolorsel.c:499 +#: gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Farbrad" -#: ../gtk/gtkcolorsel.c:976 +#: gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1545,7 +1539,7 @@ msgstr "" "Sie können diese Farbe auf einen Paletteneintrag ziehen, oder sie als " "aktuell auswählen, indem Sie sie auf den anderen Farbfleck daneben ziehen." -#: ../gtk/gtkcolorsel.c:980 +#: gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1553,11 +1547,11 @@ msgstr "" "Die von Ihnen gewählte Farbe. Sie können diese Farbe auf einen " "Paletteneintrag ziehen, um sie für späteren Gebrauch zu speichern." -#: ../gtk/gtkcolorsel.c:1363 +#: gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "Farbe hier _speichern" -#: ../gtk/gtkcolorsel.c:1568 +#: gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1566,55 +1560,55 @@ msgstr "" "machen. Ziehen Sie einen Farbfleck auf diesen Eintrag oder rechtsklicken Sie " "darauf und wählen Sie »Farbe hier speichern«, um ihn zu ändern." -#: ../gtk/gtkcolorseldialog.c:170 +#: gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Farbwahl" -#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Eingabe_methoden" -#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Unicode-Steuerzeichen einfügen" -#: ../gtk/gtkentry.c:9797 +#: gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Feststelltaste ist aktiviert" -#: ../gtk/gtkfilechooserbutton.c:64 +#: gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Datei auswählen" -#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 +#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Desktop" -#: ../gtk/gtkfilechooserbutton.c:66 +#: gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(keine)" -#: ../gtk/gtkfilechooserbutton.c:2014 +#: gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Andere …" -#: ../gtk/gtkfilechooserdefault.c:1059 +#: gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Es konnten keine Informationen zu dieser Datei abgerufen werden" -#: ../gtk/gtkfilechooserdefault.c:1070 +#: gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Lesezeichen konnte nicht hinzugefügt werden" -#: ../gtk/gtkfilechooserdefault.c:1081 +#: gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Das Lesezeichen konnte nicht entfernt werden" -#: ../gtk/gtkfilechooserdefault.c:1092 +#: gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Der Ordner konnte nicht angelegt werden" -#: ../gtk/gtkfilechooserdefault.c:1105 +#: gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1623,11 +1617,11 @@ msgstr "" "Namen gibt. Versuchen Sie einen anderen Namen für den Ordner oder benennen " "Sie die Datei erst um." -#: ../gtk/gtkfilechooserdefault.c:1116 +#: gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Ungültiger Dateiname" -#: ../gtk/gtkfilechooserdefault.c:1126 +#: gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Der Ordnerinhalt konnte nicht angezeigt werden" @@ -1635,162 +1629,162 @@ msgstr "Der Ordnerinhalt konnte nicht angezeigt werden" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: ../gtk/gtkfilechooserdefault.c:1676 +#: gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s, %2$s" -#: ../gtk/gtkfilechooserdefault.c:1852 +#: gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Suchen" -#: ../gtk/gtkfilechooserdefault.c:1876 +#: gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Zuletzt verwendet" -#: ../gtk/gtkfilechooserdefault.c:2510 +#: gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Wählen Sie die anzuzeigenden Dateitypen" -#: ../gtk/gtkfilechooserdefault.c:2939 +#: gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Ordner »%s« zu den Lesezeichen hinzufügen" -#: ../gtk/gtkfilechooserdefault.c:2980 +#: gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Aktuellen Ordner zu den Lesezeichen hinzufügen" -#: ../gtk/gtkfilechooserdefault.c:2982 +#: gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Ausgewählte Ordner zu den Lesezeichen hinzufügen" -#: ../gtk/gtkfilechooserdefault.c:3022 +#: gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Lesezeichen »%s« entfernen" -#: ../gtk/gtkfilechooserdefault.c:3740 +#: gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Entfernen" -#: ../gtk/gtkfilechooserdefault.c:3749 +#: gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Umbenennen …" #. Accessible object name for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3895 +#: gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Orte" #. Column header for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3952 +#: gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Orte" -#: ../gtk/gtkfilechooserdefault.c:4008 +#: gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Hinzufügen" -#: ../gtk/gtkfilechooserdefault.c:4015 +#: gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Den ausgewählten Ordner zu den Lesezeichen hinzufügen" -#: ../gtk/gtkfilechooserdefault.c:4020 +#: gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Entfernen" -#: ../gtk/gtkfilechooserdefault.c:4027 +#: gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Ausgewähltes Lesezeichen entfernen" -#: ../gtk/gtkfilechooserdefault.c:4136 +#: gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Datei konnte nicht ausgewählt werden" -#: ../gtk/gtkfilechooserdefault.c:4311 +#: gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "Zu Lesezeichen _hinzufügen" -#: ../gtk/gtkfilechooserdefault.c:4325 +#: gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "_Verborgene Dateien anzeigen" -#: ../gtk/gtkfilechooserdefault.c:4332 +#: gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Spalte »_Größe« anzeigen" -#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 +#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 msgid "Files" msgstr "Dateien" -#: ../gtk/gtkfilechooserdefault.c:4636 +#: gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Name" -#: ../gtk/gtkfilechooserdefault.c:4661 +#: gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Größe" # CHECK -#: ../gtk/gtkfilechooserdefault.c:4675 +#: gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Letzte Änderung" #. Label -#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 +#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Name:" -#: ../gtk/gtkfilechooserdefault.c:4938 +#: gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "Ordner-_Browser" -#: ../gtk/gtkfilechooserdefault.c:5208 +#: gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Geben Sie einen Dateinamen an" #. Create Folder -#: ../gtk/gtkfilechooserdefault.c:5245 +#: gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Ordner anle_gen" -#: ../gtk/gtkfilechooserdefault.c:5255 +#: gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Ort:" -#: ../gtk/gtkfilechooserdefault.c:5459 +#: gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "In _Ordner speichern:" -#: ../gtk/gtkfilechooserdefault.c:5461 +#: gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "In _Ordner anlegen" -#: ../gtk/gtkfilechooserdefault.c:7151 +#: gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "" "Es konnte nicht in den angegebenen Ordner gewechselt werden, da dieser nicht " "lokal ist." -#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 +#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Das Lesezeichen %s existiert bereits" -#: ../gtk/gtkfilechooserdefault.c:7887 +#: gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "Das Lesezeichen %s existiert nicht" -#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 +#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Eine Datei namens »%s« existiert bereits. Möchten Sie diese ersetzen?" -#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 +#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." @@ -1798,15 +1792,15 @@ msgstr "" "Die Datei existiert bereits in »%s«. Durch ihr Ersetzen wird sämtlicher " "Inhalt überschrieben." -#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 +#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Ersetzen" -#: ../gtk/gtkfilechooserdefault.c:8914 +#: gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Der Suchprozess konnte nicht gestartet werden" -#: ../gtk/gtkfilechooserdefault.c:8915 +#: gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1814,55 +1808,55 @@ msgstr "" "Es konnte keine Verbindung zum Indexier-Dienst hergestellt werden. Bitte " "stellen Sie sicher, dass er läuft." -#: ../gtk/gtkfilechooserdefault.c:8929 +#: gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Die Suchanfrage konnte nicht gestellt werden" #. Label -#: ../gtk/gtkfilechooserdefault.c:9396 +#: gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Suchen:" -#: ../gtk/gtkfilechooserdefault.c:10349 +#: gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "%s konnte nicht eingebunden werden" # CHECK -#: ../gtk/gtkfilechooserdefault.c:11024 +#: gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Ordnername eingeben" -#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 -#: ../gtk/gtkfilechooserdefault.c:11295 +#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 +#: gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Unbekannt" -#: ../gtk/gtkfilechooserdefault.c:11242 +#: gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: ../gtk/gtkfilechooserdefault.c:11244 +#: gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Gestern um %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 +#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Ungültiger Pfad" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1095 +#: gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Kein Treffer" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1106 +#: gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Einzelabschluss" @@ -1870,13 +1864,13 @@ msgstr "Einzelabschluss" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: ../gtk/gtkfilechooserentry.c:1122 +#: gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Komplett, aber nicht eindeutig" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: ../gtk/gtkfilechooserentry.c:1154 +#: gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Aufgabe wird abgeschlossen …" @@ -1884,7 +1878,7 @@ msgstr "Aufgabe wird abgeschlossen …" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 +#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Nur lokale Dateien können ausgewählt werden" @@ -1892,41 +1886,41 @@ msgstr "Nur lokale Dateien können ausgewählt werden" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: ../gtk/gtkfilechooserentry.c:1185 +#: gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Unvollständiger Rechnername; er muss mit »/« enden" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: ../gtk/gtkfilechooserentry.c:1196 +#: gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Der Pfad existiert nicht" -#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 -#: ../gtk/gtkfilesel.c:1358 +#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 +#: gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Fehler beim Anlegen des Ordners »%s«: %s" -#: ../gtk/gtkfilesel.c:694 +#: gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Ordner" -#: ../gtk/gtkfilesel.c:698 +#: gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "O_rdner" -#: ../gtk/gtkfilesel.c:734 +#: gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Dateien" -#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 +#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Ordner nicht lesbar: %s" -#: ../gtk/gtkfilesel.c:905 +#: gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1937,90 +1931,90 @@ msgstr "" "dieses Programm nicht verfügbar sein.\n" "Sind Sie sicher, dass Sie sie markieren wollen?" -#: ../gtk/gtkfilesel.c:1020 +#: gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "Ordner a_nlegen" -#: ../gtk/gtkfilesel.c:1031 +#: gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "Datei _löschen" -#: ../gtk/gtkfilesel.c:1042 +#: gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "Datei _umbenennen" -#: ../gtk/gtkfilesel.c:1347 +#: gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Der Ordnername »%s« enthält Symbole, die in Dateinamen nicht erlaubt sind" -#: ../gtk/gtkfilesel.c:1392 +#: gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Ordner anlegen" -#: ../gtk/gtkfilesel.c:1407 +#: gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "_Ordnername:" -#: ../gtk/gtkfilesel.c:1431 +#: gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "A_nlegen" -#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 +#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Der Dateiname »%s« enthält Symbole, die in Dateinamen nicht erlaubt sind" -#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 +#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Fehler beim Löschen der Datei »%s«: %s" -#: ../gtk/gtkfilesel.c:1530 +#: gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Datei »%s« wirklich löschen?" -#: ../gtk/gtkfilesel.c:1535 +#: gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Datei löschen" -#: ../gtk/gtkfilesel.c:1583 +#: gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Fehler beim Umbenennen der Datei in »%s«: %s" -#: ../gtk/gtkfilesel.c:1596 +#: gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Fehler beim Umbenennen der Datei »%s«: %s" -#: ../gtk/gtkfilesel.c:1605 +#: gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Fehler beim Umbenennen der Datei »%s« in »%s«: %s" -#: ../gtk/gtkfilesel.c:1652 +#: gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Datei umbenennen" -#: ../gtk/gtkfilesel.c:1667 +#: gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Datei »%s« umbenennen in:" -#: ../gtk/gtkfilesel.c:1696 +#: gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Umbenennen" -#: ../gtk/gtkfilesel.c:2128 +#: gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "Au_swahl: " -#: ../gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2029,15 +2023,15 @@ msgstr "" "Der Dateiname »%s« konnte nicht in UTF-8 umgewandelt werden (versuchen Sie, " "die Umgebungsvariable G_BROKEN_FILENAMES zu setzen): %s" -#: ../gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Ungültiges UTF-8" -#: ../gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Name zu lang" -#: ../gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Dateiname konnte nicht umgewandelt werden" @@ -2046,75 +2040,75 @@ msgstr "Dateiname konnte nicht umgewandelt werden" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: ../gtk/gtkfilesystem.c:52 +#: gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Dateisystem" -#: ../gtk/gtkfilesystemmodel.c:700 +#: gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Wurzelordner konnte nicht ermitteld werden" -#: ../gtk/gtkfilesystemmodel.c:1301 +#: gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Leer)" -#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 +#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Wählen Sie eine Schrift" #. Initialize fields -#: ../gtk/gtkfontbutton.c:260 +#: gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:785 +#: gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Schrift" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: ../gtk/gtkfontsel.c:75 +#: gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcdefghijk ABCDEFGHIJK" -#: ../gtk/gtkfontsel.c:343 +#: gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Familie:" -#: ../gtk/gtkfontsel.c:349 +#: gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Stil:" -#: ../gtk/gtkfontsel.c:355 +#: gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Größe:" #. create the text entry widget -#: ../gtk/gtkfontsel.c:532 +#: gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Vorschau:" -#: ../gtk/gtkfontsel.c:1649 +#: gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Schriftwahl" -#: ../gtk/gtkgamma.c:408 +#: gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: ../gtk/gtkgamma.c:418 +#: gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "_Gamma-Wert" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: ../gtk/gtkiconfactory.c:1404 +#: gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Fehler beim Laden des Symbols: %s" -#: ../gtk/gtkicontheme.c:1363 +#: gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2127,140 +2121,140 @@ msgstr "" "Sie können sich eine Kopie herunterladen unter:\n" "\t%s" -#: ../gtk/gtkicontheme.c:1543 +#: gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "Symbol »%s« nicht im Thema vorhanden" -#: ../gtk/gtkicontheme.c:3074 +#: gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Symbol konnte nicht geladen werden" -#: ../gtk/gtkimmodule.c:527 +#: gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Einfach" -#: ../gtk/gtkimmulticontext.c:541 +#: gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "System" -#: ../gtk/gtkimmulticontext.c:625 +#: gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "System (%s)" -#: ../gtk/gtkinputdialog.c:192 +#: gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Eingabe" -#: ../gtk/gtkinputdialog.c:207 +#: gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Keine erweiterten Eingabegeräte" -#: ../gtk/gtkinputdialog.c:220 +#: gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Gerät:" -#: ../gtk/gtkinputdialog.c:237 +#: gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Deaktiviert" -#: ../gtk/gtkinputdialog.c:244 +#: gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Bildschirm" -#: ../gtk/gtkinputdialog.c:251 +#: gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Fenster" -#: ../gtk/gtkinputdialog.c:258 +#: gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Modus: " #. The axis listbox -#: ../gtk/gtkinputdialog.c:279 +#: gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Achsen" #. Keys listbox -#: ../gtk/gtkinputdialog.c:297 +#: gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Tasten" -#: ../gtk/gtkinputdialog.c:524 +#: gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: ../gtk/gtkinputdialog.c:525 +#: gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: ../gtk/gtkinputdialog.c:526 +#: gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Druck:" -#: ../gtk/gtkinputdialog.c:527 +#: gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "X-_Neigun:g" -#: ../gtk/gtkinputdialog.c:528 +#: gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Y-Ne_igung:" -#: ../gtk/gtkinputdialog.c:529 +#: gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Rad:" -#: ../gtk/gtkinputdialog.c:581 +#: gtk/gtkinputdialog.c:581 msgid "none" msgstr "keine" -#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 +#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(ausgeschaltet)" -#: ../gtk/gtkinputdialog.c:647 +#: gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(unbekannt)" # CHECK - _Löschen haben wir schon und ist unangebracht #. and clear button -#: ../gtk/gtkinputdialog.c:751 +#: gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Leeren" -#: ../gtk/gtklinkbutton.c:428 +#: gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "URL _kopieren" -#: ../gtk/gtklinkbutton.c:586 +#: gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Ungültiger URI" #. Description of --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:450 +#: gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Zusätzliche GTK+-Module laden" #. Placeholder in --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:451 +#: gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULE" #. Description of --g-fatal-warnings in --help output -#: ../gtk/gtkmain.c:453 +#: gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Alle Warnungen als fatal betrachten" #. Description of --gtk-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:456 +#: gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Zu übergebende GTK+-Fehlerdiagnoseoptionen" #. Description of --gtk-no-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:459 +#: gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Nicht zu übergebende GTK+-Fehlerdiagnoseoptionen" @@ -2269,66 +2263,65 @@ msgstr "Nicht zu übergebende GTK+-Fehlerdiagnoseoptionen" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: ../gtk/gtkmain.c:707 +#: gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: ../gtk/gtkmain.c:773 +#: gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Anzeige kann nicht geöffnet werden: %s" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "GTK+-Optionen" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "GTK+-Optionen anzeigen" -#: ../gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "_Verbinden" -#: ../gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "_Anonym verbinden" -#: ../gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Als _Benutzer verbinden:" -#: ../gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Benutzername:" -#: ../gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domäne:" -#: ../gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Passwort:" -#: ../gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Passwort sofort _vergessen" -#: ../gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Passwort erst beim Ab_melden vergessen" -#: ../gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Nie vergessen" -#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 +#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Seite %u" -#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 -#: ../gtk/gtkpapersize.c:867 +#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Keine gültige Seiteneinstellungs-Datei" @@ -2338,12 +2331,12 @@ msgstr "Keine gültige Seiteneinstellungs-Datei" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: ../gtk/gtkpagesetupunixdialog.c:152 +#: gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" # CHECK -#: ../gtk/gtkpagesetupunixdialog.c:308 +#: gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2351,15 +2344,15 @@ msgstr "" "Beliebiger Drucker\n" "Für portable Dokumente" -#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 +#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 +#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "Zoll" -#: ../gtk/gtkpagesetupunixdialog.c:915 +#: gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2374,91 +2367,91 @@ msgstr "" " Oben: %s %s\n" " Unten: %s %s" -#: ../gtk/gtkpagesetupunixdialog.c:964 +#: gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Benutzerdefinierte Größen verwalten …" -#: ../gtk/gtkpagesetupunixdialog.c:1012 +#: gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Format für:" # Auch wenn im Original die Tastenkürzel kollidieren (_Preferences), # wir verwenden Ei_genschaften. -#: ../gtk/gtkpagesetupunixdialog.c:1034 +#: gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "Ei_genschaften:" -#: ../gtk/gtkpagesetupunixdialog.c:1065 +#: gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Ausrichtung:" -#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Seite einrichten" # CHECK -#: ../gtk/gtkpagesetupunixdialog.c:1448 +#: gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Ränder des Druckers …" -#: ../gtk/gtkpagesetupunixdialog.c:1608 +#: gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Benutzerdefinierte Größe %d" -#: ../gtk/gtkpagesetupunixdialog.c:1837 +#: gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Benutzerdefinierte Größen verwalten" -#: ../gtk/gtkpagesetupunixdialog.c:1933 +#: gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Breite:" -#: ../gtk/gtkpagesetupunixdialog.c:1945 +#: gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Höhe:" -#: ../gtk/gtkpagesetupunixdialog.c:1957 +#: gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Papiergröße" -#: ../gtk/gtkpagesetupunixdialog.c:1967 +#: gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Oben:" -#: ../gtk/gtkpagesetupunixdialog.c:1979 +#: gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Unten:" -#: ../gtk/gtkpagesetupunixdialog.c:1991 +#: gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Links:" -#: ../gtk/gtkpagesetupunixdialog.c:2003 +#: gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Rechts:" -#: ../gtk/gtkpagesetupunixdialog.c:2044 +#: gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Papierränder" -#: ../gtk/gtkpathbar.c:151 +#: gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Pfad aufwärts" -#: ../gtk/gtkpathbar.c:153 +#: gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Pfad abwärts" -#: ../gtk/gtkpathbar.c:1472 +#: gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Dateisystem-Wurzel" -#: ../gtk/gtkprinteroptionwidget.c:693 +#: gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Nicht verfügbar" -#: ../gtk/gtkprinteroptionwidget.c:808 +#: gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "In _Ordner speichern:" @@ -2466,178 +2459,183 @@ msgstr "In _Ordner speichern:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: ../gtk/gtkprintoperation.c:175 +#: gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s-Auftrag #%d" -#: ../gtk/gtkprintoperation.c:1517 +#: gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Ausgangszustand" -#: ../gtk/gtkprintoperation.c:1518 +#: gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Drucken wird vorbereitet" -#: ../gtk/gtkprintoperation.c:1519 +#: gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Daten werden erstellt" -#: ../gtk/gtkprintoperation.c:1520 +#: gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Daten werden gesendet" -#: ../gtk/gtkprintoperation.c:1521 +#: gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Warten" -#: ../gtk/gtkprintoperation.c:1522 +#: gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Blockiert wegen Problem" -#: ../gtk/gtkprintoperation.c:1523 +#: gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Drucken" -#: ../gtk/gtkprintoperation.c:1524 +#: gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Abgeschlossen" -#: ../gtk/gtkprintoperation.c:1525 +#: gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Abgeschlossen mit Fehler" -#: ../gtk/gtkprintoperation.c:2048 +#: gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "%d wird vorbereitet" -#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 +#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 +#, c-format msgid "Preparing" msgstr "Vorbereitung" -#: ../gtk/gtkprintoperation.c:2053 +#: gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "%d wird gedruckt" -#: ../gtk/gtkprintoperation.c:2411 +#: gtk/gtkprintoperation.c:2411 +#, c-format msgid "Error creating print preview" msgstr "Fehler beim Erzeugen der Druckvorschau" -#: ../gtk/gtkprintoperation.c:2414 +#: gtk/gtkprintoperation.c:2414 +#, c-format msgid "The most probable reason is that a temporary file could not be created." msgstr "" "Der häufigste Grund hierfür ist, dass keine temporäre Datei erzeugt werden " "konnte." -#: ../gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 +#, c-format msgid "Error launching preview" msgstr "Fehler beim Aufrufen der Druckvorschau" -#: ../gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 +#, c-format msgid "Error printing" msgstr "Fehler beim Drucken" -#: ../gtk/gtkprintoperation-unix.c:384 ../gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Anwendunge" -#: ../gtk/gtkprintoperation-win32.c:590 +#: gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Drucker offline" -#: ../gtk/gtkprintoperation-win32.c:592 +#: gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Kein Papier mehr" #. Translators: this is a printer status. -#: ../gtk/gtkprintoperation-win32.c:594 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: gtk/gtkprintoperation-win32.c:594 +#: modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Pausiert" -#: ../gtk/gtkprintoperation-win32.c:596 +#: gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Benutzereingriff wird benötigt" -#: ../gtk/gtkprintoperation-win32.c:696 +#: gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Benutzerdefinierte Größe" -#: ../gtk/gtkprintoperation-win32.c:1517 +#: gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Keine Drucker gefunden" -#: ../gtk/gtkprintoperation-win32.c:1544 +#: gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Ungültiges Argument für CreateDC" -#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 +#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Fehler von StartDoc" -#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 -#: ../gtk/gtkprintoperation-win32.c:1729 +#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 +#: gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Nicht genug Speicher" -#: ../gtk/gtkprintoperation-win32.c:1734 +#: gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Ungültiges Argument für PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1739 +#: gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Ungültiger Pointer zu PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1744 +#: gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Ungültiger Handle für PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1749 +#: gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Unbekannter Fehler" -#: ../gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Drucker" #. Translators: this is the header for the location column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Standort" #. Translators: this is the header for the printer status column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Status" -#: ../gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Seiten" -#: ../gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Alle Seiten" -#: ../gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Aktue_lle Seite" -#: ../gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Seiten:" -#: ../gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2645,129 +2643,135 @@ msgstr "" "Geben Sie einen oder mehrere Druckbereiche ein,\n" "z.B. 5-11,19,85" -#: ../gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Seiten:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopien" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: ../gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "_Kopien:" -#: ../gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Zusammentragen" -#: ../gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Rückwärts" -#: ../gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Allgemein" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: ../gtk/gtkprintunixdialog.c:2442 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: gtk/gtkprintunixdialog.c:2439 +#: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Reihenfolge" -#: ../gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Links nach rechts" -#: ../gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Rechts nach links" -#: ../gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Layout" -#: ../gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Beidseitig" -#: ../gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Seiten pro _Blatt:" -#: ../gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "_Reihenfolge:" -#: ../gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Be_schränken auf:" #. In enum order -#: ../gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Alle Seiten" -#: ../gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Gerade Seiten" -#: ../gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Ungerade Seiten" -#: ../gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "S_kalierung:" -#: ../gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papier" -#: ../gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Papier_typ:" -#: ../gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Papiere_inzug:" -#: ../gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Ausgabes_chacht:" -#: ../gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Druckauftrag" -#: ../gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "_Priorität:" # CHECK -#: ../gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Abrechnungsinfo:" # CHECK -#: ../gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Druckauftrag ausführen" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Jetzt" -#: ../gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Um:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: ../gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2775,115 +2779,119 @@ msgstr "" "Geben Sie an, wann der Durckauftrag\n" "starten soll, z.B.: 15:30, 14:50:45" -#: ../gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "In _Warteschleife stellen" -#: ../gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Hält den Druckauftrag an, bis er explizit freigegeben wird" -#: ../gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Deckblatt hinzufügen" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "Be_vor:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Nach:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Auftrag" -#: ../gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Erweitert" -#: ../gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Druckqualität" -#: ../gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Farbe" # CHECK -#: ../gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Nachbearbeitung" -#: ../gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Einige Einstellungen in diesem Dialog stehen in Konflikt zueinander" -#: ../gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Drucken" -#: ../gtk/gtkrc.c:2874 +#: gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Include-Datei konnte nicht gefunden werden: »%s«" -#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 +#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Bilddatei konnte nicht in pixmap_path gefunden werden: »%s«" -#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 -#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 +#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 +#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Diese Funktion ist für Widgets der Klasse »%s« nicht implementiert" -#: ../gtk/gtkrecentchooserdefault.c:481 +#: gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Wählen Sie die anzuzeigenden Dokumententypen" -#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 +#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Es konnte kein Eintrag für den URI »%s« gefunden werden" -#: ../gtk/gtkrecentchooserdefault.c:1298 +#: gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Namenloser Filter" -#: ../gtk/gtkrecentchooserdefault.c:1651 +#: gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Eintrag konnte nicht entfernt werden" -#: ../gtk/gtkrecentchooserdefault.c:1695 +#: gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Liste konnte nicht geleert werden" -#: ../gtk/gtkrecentchooserdefault.c:1779 +#: gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "O_rt kopieren" -#: ../gtk/gtkrecentchooserdefault.c:1792 +#: gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "Von Liste _entfernen" -#: ../gtk/gtkrecentchooserdefault.c:1801 +#: gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Liste leeren" # CHECK -#: ../gtk/gtkrecentchooserdefault.c:1815 +#: gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "_Private Ressourcen anzeigen" @@ -2897,23 +2905,23 @@ msgstr "_Private Ressourcen anzeigen" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: ../gtk/gtkrecentchoosermenu.c:342 +#: gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Keine Einträge gefunden" -#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 +#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "" "Es konnte keine vor kurzem geöffnete Ressource mit dem URI »%s« gefunden " "werden" -#: ../gtk/gtkrecentchoosermenu.c:775 +#: gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "»%s« öffnen" -#: ../gtk/gtkrecentchoosermenu.c:805 +#: gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Unbekannter Eintrag" @@ -2922,7 +2930,7 @@ msgstr "Unbekannter Eintrag" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: ../gtk/gtkrecentchoosermenu.c:816 +#: gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2931,37 +2939,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: ../gtk/gtkrecentchoosermenu.c:821 +#: gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 -#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 -#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 -#: ../gtk/gtkrecentmanager.c:1258 +#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 +#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 +#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 +#: gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Es konnte kein Eintrag mit dem URI »%s« gefunden werden" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: ../gtk/gtkstock.c:288 +#: gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Information" -#: ../gtk/gtkstock.c:289 +#: gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Warnung" -#: ../gtk/gtkstock.c:290 +#: gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Fehler" -#: ../gtk/gtkstock.c:291 +#: gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Frage" @@ -2969,558 +2977,558 @@ msgstr "Frage" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: ../gtk/gtkstock.c:296 +#: gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_Info" -#: ../gtk/gtkstock.c:297 +#: gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Hinzufügen" -#: ../gtk/gtkstock.c:298 +#: gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "An_wenden" -#: ../gtk/gtkstock.c:299 +#: gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Fett" -#: ../gtk/gtkstock.c:300 +#: gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Abbrechen" -#: ../gtk/gtkstock.c:301 +#: gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-ROM" # _Löschen haben wir schon und ist unangebracht -#: ../gtk/gtkstock.c:302 +#: gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Leeren" -#: ../gtk/gtkstock.c:303 +#: gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "S_chließen" -#: ../gtk/gtkstock.c:304 +#: gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "_Verbinden" -#: ../gtk/gtkstock.c:305 +#: gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Umwandeln" -#: ../gtk/gtkstock.c:306 +#: gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Kopieren" -#: ../gtk/gtkstock.c:307 +#: gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "_Ausschneiden" -#: ../gtk/gtkstock.c:308 +#: gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Löschen" -#: ../gtk/gtkstock.c:309 +#: gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Verwerfen" -#: ../gtk/gtkstock.c:310 +#: gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Trennen" -#: ../gtk/gtkstock.c:311 +#: gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Ausführen" -#: ../gtk/gtkstock.c:312 +#: gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Bearbeiten" -#: ../gtk/gtkstock.c:313 +#: gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Suchen" -#: ../gtk/gtkstock.c:314 +#: gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Suchen und _Ersetzen" -#: ../gtk/gtkstock.c:315 +#: gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Diskette" -#: ../gtk/gtkstock.c:316 +#: gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Vollbild" -#: ../gtk/gtkstock.c:317 +#: gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "Vollbild _verlassen" #. This is a navigation label as in "go to the bottom of the page" -#: ../gtk/gtkstock.c:319 +#: gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Unten" #. This is a navigation label as in "go to the first page" -#: ../gtk/gtkstock.c:321 +#: gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Erster" #. This is a navigation label as in "go to the last page" -#: ../gtk/gtkstock.c:323 +#: gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Letzter" #. This is a navigation label as in "go to the top of the page" -#: ../gtk/gtkstock.c:325 +#: gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Oben" #. This is a navigation label as in "go back" -#: ../gtk/gtkstock.c:327 +#: gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Zurück" #. This is a navigation label as in "go down" -#: ../gtk/gtkstock.c:329 +#: gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Runter" #. This is a navigation label as in "go forward" -#: ../gtk/gtkstock.c:331 +#: gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Vor" #. This is a navigation label as in "go up" -#: ../gtk/gtkstock.c:333 +#: gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Hoch" -#: ../gtk/gtkstock.c:334 +#: gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Festplatte" -#: ../gtk/gtkstock.c:335 +#: gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Hilfe" -#: ../gtk/gtkstock.c:336 +#: gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Persönlicher Ordner" -#: ../gtk/gtkstock.c:337 +#: gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Einzug erhöhen" -#: ../gtk/gtkstock.c:338 +#: gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Einzug vermindern" -#: ../gtk/gtkstock.c:339 +#: gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Index" -#: ../gtk/gtkstock.c:340 +#: gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Informationen" -#: ../gtk/gtkstock.c:341 +#: gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Kursiv" -#: ../gtk/gtkstock.c:342 +#: gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Springe zu" #. This is about text justification, "centered text" -#: ../gtk/gtkstock.c:344 +#: gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Zentrieren" #. This is about text justification -#: ../gtk/gtkstock.c:346 +#: gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Blocksatz" #. This is about text justification, "left-justified text" -#: ../gtk/gtkstock.c:348 +#: gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Links" #. This is about text justification, "right-justified text" -#: ../gtk/gtkstock.c:350 +#: gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Rechts" #. Media label, as in "fast forward" -#: ../gtk/gtkstock.c:353 +#: gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Vor" #. Media label, as in "next song" -#: ../gtk/gtkstock.c:355 +#: gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Nächster" #. Media label, as in "pause music" -#: ../gtk/gtkstock.c:357 +#: gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "P_ause" #. Media label, as in "play music" -#: ../gtk/gtkstock.c:359 +#: gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Wiedergabe" # CHECK #. Media label, as in "previous song" -#: ../gtk/gtkstock.c:361 +#: gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "_Vorheriger" #. Media label -#: ../gtk/gtkstock.c:363 +#: gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Aufnahme" # CHECK #. Media label -#: ../gtk/gtkstock.c:365 +#: gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Zurückspulen" #. Media label -#: ../gtk/gtkstock.c:367 +#: gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Stopp" -#: ../gtk/gtkstock.c:368 +#: gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Netzwerk" -#: ../gtk/gtkstock.c:369 +#: gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Neu" -#: ../gtk/gtkstock.c:370 +#: gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Nein" -#: ../gtk/gtkstock.c:371 +#: gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_OK" -#: ../gtk/gtkstock.c:372 +#: gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "Ö_ffnen" #. Page orientation -#: ../gtk/gtkstock.c:374 +#: gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Querformat" #. Page orientation -#: ../gtk/gtkstock.c:376 +#: gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Hochformat" #. Page orientation -#: ../gtk/gtkstock.c:378 +#: gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Kopfstehendes Querformat" #. Page orientation -#: ../gtk/gtkstock.c:380 +#: gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Kopfstehendes Hochformat" -#: ../gtk/gtkstock.c:381 +#: gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Seite einric_hten" -#: ../gtk/gtkstock.c:382 +#: gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "E_infügen" -#: ../gtk/gtkstock.c:383 +#: gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Einstellungen" -#: ../gtk/gtkstock.c:384 +#: gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Drucken" -#: ../gtk/gtkstock.c:385 +#: gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Druck_vorschau" # Auch wenn im Original die Tastenkürzel kollidieren (_Preferences), # wir verwenden Ei_genschaften. -#: ../gtk/gtkstock.c:386 +#: gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "Ei_genschaften" -#: ../gtk/gtkstock.c:387 +#: gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Beenden" -#: ../gtk/gtkstock.c:388 +#: gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Wiederholen" -#: ../gtk/gtkstock.c:389 +#: gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Aktualisieren" -#: ../gtk/gtkstock.c:390 +#: gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Entfernen" -#: ../gtk/gtkstock.c:391 +#: gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Zurücksetzen" -#: ../gtk/gtkstock.c:392 +#: gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Speichern" -#: ../gtk/gtkstock.c:393 +#: gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Speichern _unter" -#: ../gtk/gtkstock.c:394 +#: gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "A_lles markieren" -#: ../gtk/gtkstock.c:395 +#: gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Farbe" -#: ../gtk/gtkstock.c:396 +#: gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Schrift" #. Sorting direction -#: ../gtk/gtkstock.c:398 +#: gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Aufsteigend" #. Sorting direction -#: ../gtk/gtkstock.c:400 +#: gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Absteigend" -#: ../gtk/gtkstock.c:401 +#: gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_Rechtschreibprüfung" -#: ../gtk/gtkstock.c:402 +#: gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Stopp" #. Font variant -#: ../gtk/gtkstock.c:404 +#: gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Durchstreichen" -#: ../gtk/gtkstock.c:405 +#: gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Löschen rückgängig" #. Font variant -#: ../gtk/gtkstock.c:407 +#: gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Unterstreichen" -#: ../gtk/gtkstock.c:408 +#: gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Rückgängig" -#: ../gtk/gtkstock.c:409 +#: gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Ja" #. Zoom -#: ../gtk/gtkstock.c:411 +#: gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Normale Größe" #. Zoom -#: ../gtk/gtkstock.c:413 +#: gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "_Einpassen" -#: ../gtk/gtkstock.c:414 +#: gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "_Heranzoomen" -#: ../gtk/gtkstock.c:415 +#: gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "_Wegzoomen" -#: ../gtk/gtktextbufferrichtext.c:651 +#: gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Unbekannter Fehler beim Deserialisieren von %s" -#: ../gtk/gtktextbufferrichtext.c:710 +#: gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Es konnte keine Deserialisierungs-Funktion für %s gefunden werden" -#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 +#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "Es wurde sowohl »id« als auch »name« im <%s>-Element gefunden" -#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 +#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "Das Attribut »%s« wurde zwei Mal im <%s>-Element gefunden" -#: ../gtk/gtktextbufferserialize.c:846 +#: gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "»%s«-Elemet hat ungültige id »%s«" -#: ../gtk/gtktextbufferserialize.c:856 +#: gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "<%s>-Element hat weder ein »name«- noch ein »id«-Attribut" -#: ../gtk/gtktextbufferserialize.c:943 +#: gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "Attribut »%s« wurde zwei Mal im selben <%s>-Element verwendet" -#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 +#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "Attribut »%s« ist in diesem Kontext ungültig im <%s>-Element" -#: ../gtk/gtktextbufferserialize.c:1022 +#: gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Tag »%s« wurde nicht definiert." -#: ../gtk/gtktextbufferserialize.c:1034 +#: gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Anonymer Tag wurde gefunden und Tags können nicht erstellt werden." -#: ../gtk/gtktextbufferserialize.c:1045 +#: gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "" "Tag »%s« existiert nicht im Puffer und Tags können nicht erstellt werden." -#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 -#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 +#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 +#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Element »%s« ist unterhalb von »%s« nicht erlaubt" -#: ../gtk/gtktextbufferserialize.c:1175 +#: gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "»%s« ist kein gültiger Attributstyp" -#: ../gtk/gtktextbufferserialize.c:1183 +#: gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "»%s« ist kein gültiger Attributsname" -#: ../gtk/gtktextbufferserialize.c:1193 +#: gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" @@ -3528,142 +3536,142 @@ msgstr "" "»%s« konnte für das Attribut »%s« nicht in einen Wert vom Typ »%s« konvertiert " "werden" -#: ../gtk/gtktextbufferserialize.c:1202 +#: gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "»%s« ist kein gültiger Wert für das Attribut »%s«" -#: ../gtk/gtktextbufferserialize.c:1285 +#: gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Tag »%s« wurde bereits definiert" -#: ../gtk/gtktextbufferserialize.c:1296 +#: gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Tag »%s« hat ungültige Priorität »%s«" -#: ../gtk/gtktextbufferserialize.c:1349 +#: gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "Äußerstes Element im Text muss sein, nicht <%s>" -#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 +#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Ein <%s>-Element wurde bereits festgelegt" -#: ../gtk/gtktextbufferserialize.c:1380 +#: gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Ein -Element kann nicht für einem -Element auftreten" -#: ../gtk/gtktextbufferserialize.c:1779 +#: gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Serialisierte Daten sind fehlerhaft" -#: ../gtk/gtktextbufferserialize.c:1857 +#: gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Serialisierte Daten sind fehlerhaft. Erste Sektion ist nicht " "GTKTEXTBUFFERCONTENTS-0001" -#: ../gtk/gtktextutil.c:61 +#: gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM Von-_links-nach-rechts-Marke" -#: ../gtk/gtktextutil.c:62 +#: gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM Von-_rechts-nach-links-Marke" -#: ../gtk/gtktextutil.c:63 +#: gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE Von-links-nach-rechts-_Einbettung" -#: ../gtk/gtktextutil.c:64 +#: gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE Von-rechts-nach-Links-E_inbettung" -#: ../gtk/gtktextutil.c:65 +#: gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO Von-links-nach-rechts-_Überschreiben" -#: ../gtk/gtktextutil.c:66 +#: gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO Von-rechts-nach-links-Ü_berschreiben" -#: ../gtk/gtktextutil.c:67 +#: gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF Richtungsformatierungs-_Pop" -#: ../gtk/gtktextutil.c:68 +#: gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS-Leerraum mit Breite _null" -#: ../gtk/gtktextutil.c:69 +#: gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ-_Verbinder mit Breite null" -#: ../gtk/gtktextutil.c:70 +#: gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ-_Trenner mit Breite null" -#: ../gtk/gtkthemes.c:71 +#: gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Im Modulpfad »%s« konnte keine Themen-Engine gefunden werden," -#: ../gtk/gtktipsquery.c:188 +#: gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Kein Tipp ---" -#: ../gtk/gtkuimanager.c:1463 +#: gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Unerwarteter, öffnender Tag »%s« in Zeile %d, Zeichen %d" -#: ../gtk/gtkuimanager.c:1553 +#: gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Unerwartete Zeichendaten in Zeile %d, Zeichen %d" -#: ../gtk/gtkuimanager.c:2385 +#: gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Leer" -#: ../gtk/gtkvolumebutton.c:73 +#: gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Lautstärke" -#: ../gtk/gtkvolumebutton.c:75 +#: gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Ändert die Lautstärke" -#: ../gtk/gtkvolumebutton.c:78 +#: gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Passt die Lautstärke an" -#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 +#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Leiser" -#: ../gtk/gtkvolumebutton.c:83 +#: gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Verringert die Lautstärke" -#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 +#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Lauter" -#: ../gtk/gtkvolumebutton.c:89 +#: gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Erhöht die Lautstärke" -#: ../gtk/gtkvolumebutton.c:147 +#: gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Stumm" -#: ../gtk/gtkvolumebutton.c:151 +#: gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Volle Lautstärke" @@ -3672,929 +3680,929 @@ msgstr "Volle Lautstärke" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: ../gtk/gtkvolumebutton.c:164 +#: gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: ../gtk/paper_names_offsets.c:4 +#: gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: ../gtk/paper_names_offsets.c:5 +#: gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "1/2 A0" -#: ../gtk/paper_names_offsets.c:6 +#: gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: ../gtk/paper_names_offsets.c:7 +#: gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "1/3 A0" -#: ../gtk/paper_names_offsets.c:8 +#: gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: ../gtk/paper_names_offsets.c:9 +#: gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: ../gtk/paper_names_offsets.c:10 +#: gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "1/3 A1" -#: ../gtk/paper_names_offsets.c:11 +#: gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "1/4 A1" -#: ../gtk/paper_names_offsets.c:12 +#: gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: ../gtk/paper_names_offsets.c:13 +#: gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "1/3 A2" -#: ../gtk/paper_names_offsets.c:14 +#: gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "1/4 A2" -#: ../gtk/paper_names_offsets.c:15 +#: gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "1/5 A2" -#: ../gtk/paper_names_offsets.c:16 +#: gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: ../gtk/paper_names_offsets.c:17 +#: gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: ../gtk/paper_names_offsets.c:18 +#: gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "1/3 A3" -#: ../gtk/paper_names_offsets.c:19 +#: gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "1/4 A3" -#: ../gtk/paper_names_offsets.c:20 +#: gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "1/5 A3" -#: ../gtk/paper_names_offsets.c:21 +#: gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "1/6 A3" -#: ../gtk/paper_names_offsets.c:22 +#: gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "1/7 A3" -#: ../gtk/paper_names_offsets.c:23 +#: gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: ../gtk/paper_names_offsets.c:24 +#: gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: ../gtk/paper_names_offsets.c:25 +#: gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: ../gtk/paper_names_offsets.c:26 +#: gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "1/3 A4" -#: ../gtk/paper_names_offsets.c:27 +#: gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "1/4 A4" -#: ../gtk/paper_names_offsets.c:28 +#: gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "1/5 A4" -#: ../gtk/paper_names_offsets.c:29 +#: gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "1/6 A4" -#: ../gtk/paper_names_offsets.c:30 +#: gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "1/7 A4" -#: ../gtk/paper_names_offsets.c:31 +#: gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "1/8 A4" -#: ../gtk/paper_names_offsets.c:32 +#: gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "1/9 A4" -#: ../gtk/paper_names_offsets.c:33 +#: gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: ../gtk/paper_names_offsets.c:34 +#: gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: ../gtk/paper_names_offsets.c:35 +#: gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: ../gtk/paper_names_offsets.c:36 +#: gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: ../gtk/paper_names_offsets.c:37 +#: gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: ../gtk/paper_names_offsets.c:38 +#: gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: ../gtk/paper_names_offsets.c:39 +#: gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: ../gtk/paper_names_offsets.c:40 +#: gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: ../gtk/paper_names_offsets.c:41 +#: gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: ../gtk/paper_names_offsets.c:42 +#: gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: ../gtk/paper_names_offsets.c:43 +#: gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: ../gtk/paper_names_offsets.c:44 +#: gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: ../gtk/paper_names_offsets.c:45 +#: gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: ../gtk/paper_names_offsets.c:46 +#: gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: ../gtk/paper_names_offsets.c:47 +#: gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: ../gtk/paper_names_offsets.c:48 +#: gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: ../gtk/paper_names_offsets.c:49 +#: gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: ../gtk/paper_names_offsets.c:50 +#: gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: ../gtk/paper_names_offsets.c:51 +#: gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: ../gtk/paper_names_offsets.c:52 +#: gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: ../gtk/paper_names_offsets.c:53 +#: gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: ../gtk/paper_names_offsets.c:54 +#: gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: ../gtk/paper_names_offsets.c:55 +#: gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: ../gtk/paper_names_offsets.c:56 +#: gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: ../gtk/paper_names_offsets.c:57 +#: gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: ../gtk/paper_names_offsets.c:58 +#: gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: ../gtk/paper_names_offsets.c:59 +#: gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: ../gtk/paper_names_offsets.c:60 +#: gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: ../gtk/paper_names_offsets.c:61 +#: gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: ../gtk/paper_names_offsets.c:62 +#: gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: ../gtk/paper_names_offsets.c:63 +#: gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: ../gtk/paper_names_offsets.c:64 +#: gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: ../gtk/paper_names_offsets.c:65 +#: gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "DL-Umschlag" -#: ../gtk/paper_names_offsets.c:66 +#: gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: ../gtk/paper_names_offsets.c:67 +#: gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: ../gtk/paper_names_offsets.c:68 +#: gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: ../gtk/paper_names_offsets.c:69 +#: gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: ../gtk/paper_names_offsets.c:70 +#: gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: ../gtk/paper_names_offsets.c:71 +#: gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: ../gtk/paper_names_offsets.c:72 +#: gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: ../gtk/paper_names_offsets.c:73 +#: gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: ../gtk/paper_names_offsets.c:74 +#: gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: ../gtk/paper_names_offsets.c:75 +#: gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: ../gtk/paper_names_offsets.c:76 +#: gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: ../gtk/paper_names_offsets.c:77 +#: gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: ../gtk/paper_names_offsets.c:78 +#: gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: ../gtk/paper_names_offsets.c:79 +#: gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: ../gtk/paper_names_offsets.c:80 +#: gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: ../gtk/paper_names_offsets.c:81 +#: gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: ../gtk/paper_names_offsets.c:82 +#: gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: ../gtk/paper_names_offsets.c:83 +#: gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: ../gtk/paper_names_offsets.c:84 +#: gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Choukei 2-Umschlag" -#: ../gtk/paper_names_offsets.c:85 +#: gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Choukei 3-Umschlag" -#: ../gtk/paper_names_offsets.c:86 +#: gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Choukei 4-Umschlag" -#: ../gtk/paper_names_offsets.c:87 +#: gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (Postkarte)" -#: ../gtk/paper_names_offsets.c:88 +#: gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "kahu-Umschlag" -#: ../gtk/paper_names_offsets.c:89 +#: gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "kaku2-Umschlag" -#: ../gtk/paper_names_offsets.c:90 +#: gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (Antwortpostkarte)" -#: ../gtk/paper_names_offsets.c:91 +#: gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "you4-Umschlag" -#: ../gtk/paper_names_offsets.c:92 +#: gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: ../gtk/paper_names_offsets.c:93 +#: gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: ../gtk/paper_names_offsets.c:94 +#: gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 +#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: ../gtk/paper_names_offsets.c:97 +#: gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: ../gtk/paper_names_offsets.c:98 +#: gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: ../gtk/paper_names_offsets.c:99 +#: gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: ../gtk/paper_names_offsets.c:100 +#: gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: ../gtk/paper_names_offsets.c:101 +#: gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "6x9-Umschlag" -#: ../gtk/paper_names_offsets.c:102 +#: gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "7x9-Umschlag" -#: ../gtk/paper_names_offsets.c:103 +#: gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "9x11-Umschlag" -#: ../gtk/paper_names_offsets.c:104 +#: gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "a2-Umschlag" -#: ../gtk/paper_names_offsets.c:105 +#: gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: ../gtk/paper_names_offsets.c:106 +#: gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: ../gtk/paper_names_offsets.c:107 +#: gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: ../gtk/paper_names_offsets.c:108 +#: gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: ../gtk/paper_names_offsets.c:109 +#: gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: ../gtk/paper_names_offsets.c:110 +#: gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: ../gtk/paper_names_offsets.c:111 +#: gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: ../gtk/paper_names_offsets.c:112 +#: gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "c5-Umschlag" -#: ../gtk/paper_names_offsets.c:113 +#: gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: ../gtk/paper_names_offsets.c:114 +#: gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: ../gtk/paper_names_offsets.c:115 +#: gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: ../gtk/paper_names_offsets.c:116 +#: gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "Europäisches edp" -#: ../gtk/paper_names_offsets.c:117 +#: gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: ../gtk/paper_names_offsets.c:118 +#: gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: ../gtk/paper_names_offsets.c:119 +#: gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold Europäisch" -#: ../gtk/paper_names_offsets.c:120 +#: gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: ../gtk/paper_names_offsets.c:121 +#: gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold Deutsch-Legal" -#: ../gtk/paper_names_offsets.c:122 +#: gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government-Legal" -#: ../gtk/paper_names_offsets.c:123 +#: gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government-Letter" -#: ../gtk/paper_names_offsets.c:124 +#: gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Index 3x5" -#: ../gtk/paper_names_offsets.c:125 +#: gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (Postkarte)" -#: ../gtk/paper_names_offsets.c:126 +#: gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: ../gtk/paper_names_offsets.c:127 +#: gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Index 5x8" # CHECK -#: ../gtk/paper_names_offsets.c:128 +#: gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Rechnung" -#: ../gtk/paper_names_offsets.c:129 +#: gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: ../gtk/paper_names_offsets.c:130 +#: gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US-Legal" -#: ../gtk/paper_names_offsets.c:131 +#: gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US-Legal Extra" -#: ../gtk/paper_names_offsets.c:132 +#: gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US-Letter" -#: ../gtk/paper_names_offsets.c:133 +#: gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US-Letter Extra" -#: ../gtk/paper_names_offsets.c:134 +#: gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US-Letter Plus" -#: ../gtk/paper_names_offsets.c:135 +#: gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Monarch-Umschlag" -#: ../gtk/paper_names_offsets.c:136 +#: gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "#10-Umschlag" -#: ../gtk/paper_names_offsets.c:137 +#: gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "#11-Umschlag" -#: ../gtk/paper_names_offsets.c:138 +#: gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "#12-Umschlag" -#: ../gtk/paper_names_offsets.c:139 +#: gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "#14-Umschlag" -#: ../gtk/paper_names_offsets.c:140 +#: gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "#9-Umschlag" -#: ../gtk/paper_names_offsets.c:141 +#: gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Personal-Umschlag" -#: ../gtk/paper_names_offsets.c:142 +#: gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: ../gtk/paper_names_offsets.c:143 +#: gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super B" -#: ../gtk/paper_names_offsets.c:144 +#: gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: ../gtk/paper_names_offsets.c:145 +#: gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Weites Format" -#: ../gtk/paper_names_offsets.c:146 +#: gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: ../gtk/paper_names_offsets.c:147 +#: gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: ../gtk/paper_names_offsets.c:148 +#: gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: ../gtk/paper_names_offsets.c:149 +#: gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Invite-Umschlag" -#: ../gtk/paper_names_offsets.c:150 +#: gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Italien-Umschlag" -#: ../gtk/paper_names_offsets.c:151 +#: gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: ../gtk/paper_names_offsets.c:152 +#: gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: ../gtk/paper_names_offsets.c:153 +#: gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Postfix-Umschlag" -#: ../gtk/paper_names_offsets.c:154 +#: gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Kleines Foto" -#: ../gtk/paper_names_offsets.c:155 +#: gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "prc1-Umschlag" -#: ../gtk/paper_names_offsets.c:156 +#: gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "prc10-Umschlag" -#: ../gtk/paper_names_offsets.c:157 +#: gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: ../gtk/paper_names_offsets.c:158 +#: gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "prc2-Umschlag" -#: ../gtk/paper_names_offsets.c:159 +#: gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "prc3-Umschlag" -#: ../gtk/paper_names_offsets.c:160 +#: gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: ../gtk/paper_names_offsets.c:161 +#: gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "prc4-Umschlag" -#: ../gtk/paper_names_offsets.c:162 +#: gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "prc5-Umschlag" -#: ../gtk/paper_names_offsets.c:163 +#: gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "prc6-Umschlag" -#: ../gtk/paper_names_offsets.c:164 +#: gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "prc7-Umschlag" -#: ../gtk/paper_names_offsets.c:165 +#: gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "prc8-Umschlag" -#: ../gtk/paper_names_offsets.c:166 +#: gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: ../gtk/paper_names_offsets.c:167 +#: gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 +#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "Unterchiedliche idatas für Symlinks »%s« und »%s« gefunden\n" -#: ../gtk/updateiconcache.c:1374 +#: gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Header konnte nicht geschrieben werden\n" -#: ../gtk/updateiconcache.c:1380 +#: gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Hash-Tabelle konnte nicht geschrieben werden\n" -#: ../gtk/updateiconcache.c:1386 +#: gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Ordner-Index konnte nicht geschrieben werden\n" -#: ../gtk/updateiconcache.c:1394 +#: gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Header konnte nicht überschrieben werden\n" -#: ../gtk/updateiconcache.c:1455 +#: gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Datei %s konnte nicht geöffnet werden: %s\n" -#: ../gtk/updateiconcache.c:1463 +#: gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Cache-Datei konnte nicht gespeichert werden: %s\n" -#: ../gtk/updateiconcache.c:1499 +#: gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Der erstellte Cache war ungültig.\n" -#: ../gtk/updateiconcache.c:1511 +#: gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "" "»%s« konnte nicht in »%s« umbenannt werden: %s; »%s« wird deswegen entfernt.\n" -#: ../gtk/updateiconcache.c:1523 +#: gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "»%s« konnte nicht in »%s« umbenannt werden: %s\n" -#: ../gtk/updateiconcache.c:1530 +#: gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "»%s« konnte nicht zurück in »%s« umbenannt werden: %s.\n" -#: ../gtk/updateiconcache.c:1556 +#: gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Cache-Datei wurde erfolgreich erstellt.\n" -#: ../gtk/updateiconcache.c:1595 +#: gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Existierenden Cache überschreiben, auch wenn dieser aktuell ist" -#: ../gtk/updateiconcache.c:1596 +#: gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Nicht auf Existenz von index.theme überprüfen" -#: ../gtk/updateiconcache.c:1597 +#: gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Bilddaten nicht in Cache einbinden" -#: ../gtk/updateiconcache.c:1598 +#: gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "C-Header-Datei ausgeben" -#: ../gtk/updateiconcache.c:1599 +#: gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Dataillierte Ausgabe deaktivieren" -#: ../gtk/updateiconcache.c:1600 +#: gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Symbol-Cache wird überprüft" -#: ../gtk/updateiconcache.c:1663 +#: gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Datei nicht gefunden: %s\n" -#: ../gtk/updateiconcache.c:1669 +#: gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Kein gültiger Symbol-Cache: %s\n" -#: ../gtk/updateiconcache.c:1682 +#: gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Keine Thema-Indexdatei." -#: ../gtk/updateiconcache.c:1686 +#: gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4605,274 +4613,273 @@ msgstr "" "bitte --ignore-theme-index.\n" #. ID -#: ../modules/input/imam-et.c:454 +#: modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amharisch (EZ+)" #. ID -#: ../modules/input/imcedilla.c:92 +#: modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cédille" #. ID -#: ../modules/input/imcyrillic-translit.c:217 +#: modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Kyrillisch (transliteriert)" # CHECK #. ID -#: ../modules/input/iminuktitut.c:127 +#: modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inukitut (transliteriert)" #. ID -#: ../modules/input/imipa.c:145 +#: modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: ../modules/input/immultipress.c:31 +#: modules/input/immultipress.c:31 msgid "Multipress" msgstr "Multipress" #. ID -#: ../modules/input/imthai.c:35 +#: modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thai-Lao" #. ID -#: ../modules/input/imti-er.c:453 +#: modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrigna-Eritreisch (EZ+)" #. ID -#: ../modules/input/imti-et.c:453 +#: modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrigna-Äthiopisch (EZ+)" #. ID -#: ../modules/input/imviqr.c:244 +#: modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamesisch (VIQR)" #. ID -#: ../modules/input/imxim.c:28 +#: modules/input/imxim.c:28 msgid "X Input Method" msgstr "X-Eingabemethode" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Drucker »%s« hat nur noch wenig Toner." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Drucker »%s« hat keinen Toner mehr." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "Drucker »%s« hat nur noch wenig Entwickler." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Drucker »%s« hat keinen Entwickler mehr." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "" "Drucker »%s« hat nur noch wenig Farbe für mindestens einen Farbbehälter." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." -msgstr "" -"Drucker »%s« hat keine Farbe mehr für mindestens einen Farbbehälter." +msgstr "Drucker »%s« hat keine Farbe mehr für mindestens einen Farbbehälter." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "Die Abdeckung des Druckers »%s« ist geöffnet." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "Die Klappe des Druckers »%s« ist geöffnet." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Der Drucker »%s« hat nur noch wenig Papier." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Der Drucker »%s« hat kein Papier mehr." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Der Drucker »%s« ist momentan nicht betriebsbereit." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Der Drucker »%s« ist gegebenenfalls nicht angeschlossen." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Es besteht ein Problem mit dem Drucker »%s«." #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Pausiert; Aufträge werden abgewiesen" #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Aufträge werden abgewiesen" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Beidseitig" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Papierart" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Papiereinzug" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Ausgabeschacht" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Auflösung" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "GhostScript-Vorfilterung" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Einseitig" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Langer Rand (Vorgabe)" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Kurzer Rand (Umdrehen)" #. Translators: this is an option of "Paper Source" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Automatische Auswahl" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Vorgabe-Drucker" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Nur GhostScript-Schriften einbinden" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Zu PS Level 1 konvertieren" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Zu PS Level 2 konvertieren" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Keine Vorfilterung" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Erweitert" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Dringend" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Hoch" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Mittel" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Niedrig" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Links nach rechts, oben nach unten" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Links nach rechts, unten nach oben" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Rechts nach links, oben nach unten" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Rechts nach links, unten nach oben" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Oben nach unten, links nach rechts" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Oben nach unten, rechts nach links" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Unten nach oben, links nach rechts" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Unten nach oben, rechts nach links" @@ -4880,14 +4887,14 @@ msgstr "Unten nach oben, rechts nach links" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Seiten pro Blatt" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Priorität" @@ -4895,52 +4902,52 @@ msgstr "Priorität" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Abrechnungsinfo" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Keine" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Klassifiziert" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Vertraulich" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Geheim" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Standard" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Streng geheim" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Unklassifiziert" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Vorne" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Hinten" @@ -4948,14 +4955,14 @@ msgstr "Hinten" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Drucken um" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Drucken zu Uhrzeit" @@ -4963,65 +4970,65 @@ msgstr "Drucken zu Uhrzeit" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Benutzerdefiniert %s×%s" #. default filename used for print-to-file -#: ../modules/printbackends/file/gtkprintbackendfile.c:235 +#: modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "Ausgabe.%s" -#: ../modules/printbackends/file/gtkprintbackendfile.c:469 +#: modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "In Datei drucken" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: ../modules/printbackends/file/gtkprintbackendfile.c:558 -#: ../modules/printbackends/test/gtkprintbackendtest.c:506 +#: modules/printbackends/file/gtkprintbackendfile.c:558 +#: modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Seiten pro _Blatt:" -#: ../modules/printbackends/file/gtkprintbackendfile.c:604 +#: modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Datei" -#: ../modules/printbackends/file/gtkprintbackendfile.c:613 +#: modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "_Ausgabeformat" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Drucken mit LPR" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Seiten pro Blatt" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Befehlszeile" #. default filename used for print-to-test -#: ../modules/printbackends/test/gtkprintbackendtest.c:234 +#: modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "Test-Ausgabe.%s" -#: ../modules/printbackends/test/gtkprintbackendtest.c:470 +#: modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Mit Test-Drucke drucken" -#: ../tests/testfilechooser.c:207 +#: tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Es konnten keine Informationen zur Datei »%s« abgerufen werden: %s" diff --git a/po/dz.po b/po/dz.po index 639e3a04a7..86f7996d2a 100644 --- a/po/dz.po +++ b/po/dz.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD.dz\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2006-08-09 10:30+0530\n" "Last-Translator: Mindu Dorji\n" "Language-Team: DZONGKHA \n" @@ -648,17 +648,17 @@ msgstr "གཟུགས་བརྙན་དབྱེ་བ་ ’%s དེ་ msgid "Couldn't allocate memory for color profile" msgstr "ཇེ་པི་ཨི་ཇི་ཡིག་སྣོད་ མངོན་གསལ་འབད་ནིའི་དོན་ལུ་ དྲན་ཚད་སྤྲོད་མ་ཚུགས།" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "ཊི་ཨའི་ཨེཕ་ཨེཕ་ཡིག་སྣོད་ ཁ་ཕྱེ་ནི་ལུ་ དྲན་ཚད་ལངམ་མིན་འདུག" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "གྱལ་རིམ་གནད་སྡུད་ཀྱི་དོན་ལུ་ དྲན་ཚད་སྤྲོད་མ་ཚུགས།" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "ཇེ་པི་ཨི་ཇི་ གཟུགས་བརྙན་གྱི་རྩ་སྒྲིག" @@ -706,7 +706,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "ཇེ་པི་ཨི་ཇི་གི་ སྤུས་ཚད་དེ་ བེ་ལུ་ ༠ ལས་ ༡༠༠ གི་བར་ན་འོང་དགོ བེ་ལུ་ ’%d’ དེ་མི་ཆོག" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "ཇེ་པི་ཨི་ཇི་ གཟུགས་བརྙན་གྱི་རྩ་སྒྲིག" @@ -1211,48 +1211,48 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "ཆོག་ཐམ།" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "ལས་རིམ་གྱི་ཆོག་ཐམ།" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "" "\"ཨའི་ཌི་ཨར་སི་གི་མ་དངུལ་རྒྱབ་སྐྱོར་ཐོག་ལས་ བརྡ་དོན་འཕྲུལ་རིག་ལས་ཁུངས་ནང་ སྐད་བསྒྱུར་འབད་ཡི། ཁ་གསལ་" "གྱི་དོན་ལུ་ འབྲེལ་བ་འཐབ་ས་: /\"" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "ཆོག་ཐམ།(_L)" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s གི་སྐོར། " -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "ངོ་བསྟོད་ཚུ།" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "འབྲི་མི།" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "ཡིག་ཐོག་ལུ་བཀོད་མི།" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "སྐད་བསྒྱུར་རྐྱབ་མི།" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "རི་མོ་བཀོད་མི།" @@ -1332,17 +1332,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "ཡིག་སྣོད་ཀྱི་མིང་ %s ནུས་མེད་ཨིན་པས།" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "ཡིག་སྣོད་ཀྱི་མིང་ %s ནུས་མེད་ཨིན་པས།" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1439,7 +1444,7 @@ msgstr "ལྕོགས་མིན་བཟོ་ཡི།" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "མགྱོགས་འཕྲུལ་གསརཔ་..." @@ -1584,11 +1589,11 @@ msgstr "" msgid "Color Selection" msgstr "ཚོས་གཞིའི་སེལ་འཐུ།" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "ཨིན་པུཊི་ཐབས་ཤེས།(_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "ཡུ་ནི་ཀོཌི་ ཚད་འཛིན་གྱི་ ཡིག་འབྲུ་བཙུགས།(_I)" @@ -2032,7 +2037,7 @@ msgstr "བསྐྱར་མིང་བཏགས།(_R)" msgid "_Selection: " msgstr "སེལ་འཐུ།(_S)" -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2041,15 +2046,15 @@ msgstr "" "ཡིག་སྣོད་ཀྱི་མིང་ \"%s\" དེ་ ཡུ་ཊི་ཨེཕ་-༨ ལུ་ གཞི་བསྒྱུར་འབད་མ་ཚུགས། (མཐའ་འཁོར་གྱི་འགྱུར་བ་ ཇི་ ཡིག་" "སྣོད་མིང་ ཨིན་ཀོ་ཌིང་):གཞི་སྒྲིག་འབད་ནི་ལུ་ འབད་རྩོལ་བསྐྱེད)%s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "ནུས་མེད་ཡུ་ཊི་ཨེཕ་-༨།" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "མིང་རིང་དྲགས་པས།" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "ཡིག་སྣོད་ཀྱི་མིང་ གཞི་བསྒྱུར་འབད་མ་ཚུགས།" @@ -2299,43 +2304,43 @@ msgstr "ཇི་ཊི་ཀེ་+གདམ་ཁ་ཚུ།" msgid "Show GTK+ Options" msgstr "ཇི་ཊི་ཀེ་+ གདམ་ཁ་ཚུ་སྟོན།" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "མཐུད།(_o)" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "བསྐྱར་མིང་བཏགས།(_R)" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "གནས་ཁོངས་:(_L)" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "ཨེབ་ཤུགས་:(_P)" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2405,7 +2410,7 @@ msgstr "ཤོག་ཀུའི་ཚད་:(_P)" msgid "_Orientation:" msgstr "ཕྱོགས་:(_O)" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "ཤོག་ལེབ་གཞི་སྒྲིག" @@ -2559,17 +2564,17 @@ msgstr "སྔོན་ལྟ་གསར་བཙུགས་འབད་ནི msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "སྔོན་ལྟ་གསར་བཙུགས་འབད་ནི་ལུ་འཛོལ་བ།" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "དཔར་བསྐྲུན་ལུ་འཛོལ་བ།" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "གློག་རིམ།" @@ -2630,231 +2635,241 @@ msgstr "PrintDlgEx ལུ་ནུས་མེད་བཤེད་བཟུང msgid "Unspecified error" msgstr "གསལ་བཀོད་མ་འབད་བའི་འཛོལ་བ།" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "དཔར་འཕྲུལ།" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "གནས་ཁོངས།" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "གནས་ལུགས།" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 #, fuzzy msgid "Range" msgstr "ཁྱབ་ཚད་:(_n)" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 #, fuzzy msgid "_All Pages" msgstr "ལེབ་གྲངས་ཆ་མཉམ།" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "ད་ལྟོའི།(_u)" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 #, fuzzy msgid "Pag_es:" msgstr "ས་གནས།" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "ས་གནས།" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "འདྲ་བཤུས།" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "འདྲ་གྲངས་:(_s)" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "གོ་སྒྲིག(_o)" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "རྒྱབ་ལོག(_R)" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "ཡོངས་ཁྱབ།" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "གྲ་སྒྲིག་འབད་དོ།" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "ཨེལ་ཨར་ཨེམ། གཡོན་ལས་གཡས་ཀྱི་རྟགས།(_L)" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "ཡིག་སྣོད་ལུ་དཔར་བསྐྲུན་འབད།" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "སྒྲིག་བཀོད།" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "ཕྱོགས་གཉིས་ལྡན་:(_w)" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "ལེབ་གྲངས་རེ་ལུ་ཤོག་གྲངས་:(_s)" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "ལེབ་གྲངས་རེ་ལུ་ཤོག་གྲངས་:(_s)" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "རྐྱངམ་གཅིག་དཔར་བསྐྲུན་འབད།(_O)" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "ལེབ་གྲངས་ཆ་མཉམ།" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "ཆ་ཅན་ལེབ་གྲངས།" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "ཡ་ཅན་ལེབ་གྲངས།" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "ཚད་ཤིང་།(_a)" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "ཤོག་ཀུ" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "ཤོག་ཀུའི་དབྱེ་བ་:(_t)" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "ཤོག་ཀུ་འབྱུང་ས་:(_s)" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "ཨའུཊི་པུཊི་ཤོག་སྣོད་:(_r)" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "ལས་གཡོག་རྒྱས་བཤད།" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "གཙོ་རིམ་:(_o)" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "ཐོབ་རྩིས་བརྡ་དོན་:(_B)" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "ཡིག་ཆ་དཔར་བསྐྲུན་འབད།" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "ད་ལྟོ།(_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "ལུ་:(_t)" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "འཛིན་བཞག་པ།(_h)" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "ཕྱི་ཤོག་ཁ་སྐོང་རྐྱབས།" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "སྔ་གོང་:(_f)" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "ཤུལ་ལས་:(_A)" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "ལས་གཡོག" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "མཐོ་རིམ་ཅན།" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "གཟུགས་བརྙན་གྱི་སྤུས་ཚད།" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "ཚོས་གཞི།" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "རྫོགས་དོ།" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "ཌའི་ལོག་ནང་གི་ སྒྲིག་སྟངས་ལ་ལོ་ཅིག་མི་མཐུན་པས།" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "དཔར་བསྐྲུན།" diff --git a/po/el.po b/po/el.po index cdeaedc5f9..cf67068aaa 100644 --- a/po/el.po +++ b/po/el.po @@ -29,7 +29,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-HEAD-po-el-3920.merged\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-10 23:27+0100\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-04-05 02:33+0100\n" "Last-Translator: Jennie Petoumenou \n" "Language-Team: Greek \n" @@ -39,58 +39,58 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);X-Generator: KBabel 1.11.2X-\n" "X-Generator: Lokalize 0.2\n" -#: ../gdk/gdk.c:103 +#: gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Σφάλμα κατά την ανάλυση της επιλογής --gdk-debug" -#: ../gdk/gdk.c:123 +#: gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Σφάλμα κατά την ανάλυση της επιλογής --gdk-no-debug" #. Description of --class=CLASS in --help output -#: ../gdk/gdk.c:151 +#: gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Κλάση προγράμματος, όπως χρησιμοποιείται από τον διαχειριστή παραθύρων" #. Placeholder in --class=CLASS in --help output -#: ../gdk/gdk.c:152 +#: gdk/gdk.c:152 msgid "CLASS" msgstr "ΚΛΑΣΗ" #. Description of --name=NAME in --help output -#: ../gdk/gdk.c:154 +#: gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Όνομα προγράμματος, όπως χρησιμοποιείται από το διαχειριστή παραθύρων" #. Placeholder in --name=NAME in --help output -#: ../gdk/gdk.c:155 +#: gdk/gdk.c:155 msgid "NAME" msgstr "ΟΝΟΜΑ" #. Description of --display=DISPLAY in --help output -#: ../gdk/gdk.c:157 +#: gdk/gdk.c:157 msgid "X display to use" msgstr "Επιφάνεια προβολής X που θα χρησιμοποιηθεί" #. Placeholder in --display=DISPLAY in --help output -#: ../gdk/gdk.c:158 +#: gdk/gdk.c:158 msgid "DISPLAY" msgstr "ΕΠΙΦΑΝΕΙΑ_ΠΡΟΒΟΛΗΣ" #. Description of --screen=SCREEN in --help output -#: ../gdk/gdk.c:160 +#: gdk/gdk.c:160 msgid "X screen to use" msgstr "Οθόνη X που θα χρησιμοποιηθεί" #. Placeholder in --screen=SCREEN in --help output -#: ../gdk/gdk.c:161 +#: gdk/gdk.c:161 msgid "SCREEN" msgstr "ΟΘΟΝΗ" #. Description of --gdk-debug=FLAGS in --help output -#: ../gdk/gdk.c:164 +#: gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Σημαίες αποσφαλμάτωσης του Gdk που θα επιλεχθούν" @@ -98,213 +98,213 @@ msgstr "Σημαίες αποσφαλμάτωσης του Gdk που θα επ #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 +#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 msgid "FLAGS" msgstr "ΣΗΜΑΙΕΣ" #. Description of --gdk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:167 +#: gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Σημαίες αποσφαλμάτωσης του Gdk που θα αποεπιλεχθούν" -#: ../gdk/keyname-table.h:3940 +#: gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "BackSpace" -#: ../gdk/keyname-table.h:3941 +#: gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tab" -#: ../gdk/keyname-table.h:3942 +#: gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Return" -#: ../gdk/keyname-table.h:3943 +#: gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: ../gdk/keyname-table.h:3944 +#: gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Scroll_Lock" -#: ../gdk/keyname-table.h:3945 +#: gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: ../gdk/keyname-table.h:3946 +#: gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Escape" -#: ../gdk/keyname-table.h:3947 +#: gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_key" -#: ../gdk/keyname-table.h:3948 +#: gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: ../gdk/keyname-table.h:3949 +#: gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Αριστερά" -#: ../gdk/keyname-table.h:3950 +#: gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Πάνω" -#: ../gdk/keyname-table.h:3951 +#: gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Δεξιά" -#: ../gdk/keyname-table.h:3952 +#: gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Κάτω" -#: ../gdk/keyname-table.h:3953 +#: gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page_Up" -#: ../gdk/keyname-table.h:3954 +#: gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page_Down" -#: ../gdk/keyname-table.h:3955 +#: gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" -#: ../gdk/keyname-table.h:3956 +#: gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" -#: ../gdk/keyname-table.h:3957 +#: gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Print" -#: ../gdk/keyname-table.h:3958 +#: gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insert" -#: ../gdk/keyname-table.h:3959 +#: gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" -#: ../gdk/keyname-table.h:3960 +#: gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "ΑΡ_Διάστημα" -#: ../gdk/keyname-table.h:3961 +#: gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "ΑΡ_Tab" -#: ../gdk/keyname-table.h:3962 +#: gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "ΑΡ_Enter" -#: ../gdk/keyname-table.h:3963 +#: gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "ΑΡ_Home" -#: ../gdk/keyname-table.h:3964 +#: gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "ΑΡ_Αριστερά" -#: ../gdk/keyname-table.h:3965 +#: gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "ΑΡ_Πάνω" -#: ../gdk/keyname-table.h:3966 +#: gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "ΑΡ_Δεξιά" -#: ../gdk/keyname-table.h:3967 +#: gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "ΑΡ_Κάτω" -#: ../gdk/keyname-table.h:3968 +#: gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "ΑΡ_Page_Up" -#: ../gdk/keyname-table.h:3969 +#: gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "ΑΡ_Prior" -#: ../gdk/keyname-table.h:3970 +#: gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "ΑΡ_Page_Down" -#: ../gdk/keyname-table.h:3971 +#: gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "ΑΡ_Next" -#: ../gdk/keyname-table.h:3972 +#: gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "ΑΡ_End" -#: ../gdk/keyname-table.h:3973 +#: gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "ΑΡ_Begin" -#: ../gdk/keyname-table.h:3974 +#: gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "ΑΡ_Insert" -#: ../gdk/keyname-table.h:3975 +#: gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "ΑΡ_Delete" -#: ../gdk/keyname-table.h:3976 +#: gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Delete" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 +#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 +#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Αποτυχία ανοίγματος αρχείου '%s': %s" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 +#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Το αρχείο εικόνας '%s' δεν περιέχει δεδομένα" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 +#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -312,7 +312,7 @@ msgstr "" "Αποτυχία φόρτωσης εικόνας '%s': Άγνωστη αιτία, πιθανόν πρόκειται για " "κατεστραμμένο αρχείο εικόνας" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -321,12 +321,12 @@ msgstr "" "Αποτυχία φόρτωσης κινούμενης εικόνας '%s': Άγνωστη αιτία, πιθανόν πρόκειται " "για κατεστραμμένο αρχείο" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 +#: gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Αποτυχία φόρτωσης αρθρώματος φόρτωσης εικόνων: %s: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 +#: gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -335,55 +335,55 @@ msgstr "" "Το άρθρωμα φόρτωσης εικόνων %s δεν εξάγει την κατάλληλη διεπαφή. Μήπως " "προέρχεται από διαφορετική έκδοση του GTK;" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 +#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Ο τύπος εικόνας '%s' δεν υποστηρίζεται" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 +#: gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Αδυναμία αναγνώρισης του τύπου αρχείου εικόνας για το αρχείο '%s'" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 +#: gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Άγνωστος τύπος αρχείου εικόνας" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Αποτυχία φόρτωσης εικόνας '%s': %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 +#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Σφάλμα κατά την εγγραφή στο αρχείο εικόνας: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "" "Αυτή η έκδοση του gdk-pixbuf δεν υποστηρίζει αποθήκευση του τύπου εικόνας : %" "s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Ανεπάρκεια μνήμης για την αποθήκευση της εικόνας στο callback" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Αποτυχία ανοίγματος προσωρινού αρχείου" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Αποτυχία ανάγνωσης από το προσωρινό αρχείο" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Αποτυχία ανοίγματος του '%s' για εγγραφή: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -392,15 +392,15 @@ msgstr "" "Αποτυχία κλεισίματος του '%s' κατά την εγγραφή της εικόνας. Μπορεί να μην " "έχουν αποθηκευτεί όλα τα δεδομένα: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Ανεπάρκεια μνήμης για την αποθήκευση της εικόνας σε ενδιάμεση μνήμη" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Σφάλμα κατά την εγγραφή στη ροή της εικόνας" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -409,148 +409,143 @@ msgstr "" "Εσωτερικό σφάλμα: Το άρθρωμα φόρτωσης εικόνων '%s' απέτυχε να ολοκληρώσει " "μια ενέργεια, αλλά δεν εξήγησε το λόγο της αποτυχίας" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Δεν υποστηρίζεται η σταδιακή φόρτωση για τον τύπο εικόνας '%s'" -#: ../gdk-pixbuf/gdk-pixdata.c:147 +#: gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Κατεστραμμένη κεφαλίδα εικόνας" -#: ../gdk-pixbuf/gdk-pixdata.c:152 +#: gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Άγνωστος τύπος εικόνας" -#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 +#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Κατεστραμμένα δεδομένα εικονοστοιχείων εικόνας" -#: ../gdk-pixbuf/gdk-pixdata.c:431 +#: gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "Αποτυχία διάθεσης %u byte ως ενδιάμεσης μνήμης εικόνας" msgstr[1] "Αποτυχία διάθεσης %u bytes ως ενδιάμεσης μνήμης εικόνας" -#: ../gdk-pixbuf/io-ani.c:244 +#: gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Μη αναμενόμενο κομμάτι εικονιδίου στην κινούμενη εικόνα" -#: ../gdk-pixbuf/io-ani.c:337 +#: gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Μη υποστηριζόμενος τύπος κινούμενης εικόνας" -#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 -#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 -#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 +#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 +#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Μη έγκυρη κεφαλίδα στην κινούμενη εικόνα" -#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 -#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 -#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 +#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 +#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Ανεπάρκεια μνήμης για τη φόρτωση της κινούμενης εικόνας" -#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 -#: ../gdk-pixbuf/io-ani.c:443 +#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Η κινούμενη εικόνα περιέχει κομμάτι εσφαλμένης μορφής" -#: ../gdk-pixbuf/io-ani.c:711 +#: gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "Ο τύπος εικόνας ΑΝΙ" -#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 -#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 -#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 +#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 +#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "Η εικόνα BMP περιέχει εσφαλμένα δεδομένα κεφαλίδας" -#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 +#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Ανεπάρκεια μνήμης για τη φόρτωση της εικόνας bitmap" -#: ../gdk-pixbuf/io-bmp.c:319 +#: gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "Δεν υποστηρίζεται αυτό το μέγεθος κεφαλίδας εικόνας BMP" -#: ../gdk-pixbuf/io-bmp.c:357 +#: gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Δεν είναι δυνατή η συμπίεση εικόνων Topdown BMP" -#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 +#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Εντοπίστηκε πρόωρος τερματισμός αρχείου" -#: ../gdk-pixbuf/io-bmp.c:1329 +#: gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Αδυναμία διάθεσης μνήμης για την αποθήκευση του αρχείου BMP" -#: ../gdk-pixbuf/io-bmp.c:1370 +#: gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Αδυναμία εγγραφής στο αρχείο BMP" -#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 +#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "Ο τύπος εικόνας BMP" -#: ../gdk-pixbuf/io-gif.c:222 +#: gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Αποτυχία ανάγνωσης GIF: %s" -#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 -#: ../gdk-pixbuf/io-gif.c:1642 +#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "" "Λείπουν κάποια δεδομένα από το αρχείο GIF (μήπως αποκόπηκαν με κάποιο τρόπο;)" -#: ../gdk-pixbuf/io-gif.c:505 +#: gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Εσωτερικό σφάλμα στην εφαρμογή φόρτωσης εικόνων GIF (%s)" -#: ../gdk-pixbuf/io-gif.c:579 +#: gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Υπερχείλιση στοίβας" -#: ../gdk-pixbuf/io-gif.c:639 +#: gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "Η εφαρμογή φόρτωσης εικόνων GIF δεν μπορεί να αναγνωρίσει την εικόνα." -#: ../gdk-pixbuf/io-gif.c:668 +#: gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Εντοπίστηκε εσφαλμένος κώδικας" -#: ../gdk-pixbuf/io-gif.c:678 +#: gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Κυκλική εγγραφή πίνακα στο αρχείο GIF" -#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 -#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 +#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 +#: gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Ανεπάρκεια μνήμης για τη φόρτωση του αρχείου GIF" -#: ../gdk-pixbuf/io-gif.c:960 +#: gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Ανεπάρκεια μνήμης για τη σύνθεση πλαισίου στο αρχείο GIF" -#: ../gdk-pixbuf/io-gif.c:1132 +#: gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "Η εικόνα GIF είναι κατεστραμμένη (εσφαλμένη συμπίεση LZW)" -#: ../gdk-pixbuf/io-gif.c:1182 +#: gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Το αρχείο δε φαίνεται να είναι αρχείο GIF" -#: ../gdk-pixbuf/io-gif.c:1194 +#: gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "Η έκδοση %s του τύπου αρχείων GIF δεν υποστηρίζεται" -#: ../gdk-pixbuf/io-gif.c:1303 +#: gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -558,116 +553,114 @@ msgstr "" "Η εικόνα GIF δεν περιέχει γενικό χάρτη χρωμάτων, ενώ ένα εσωτερικό πλαίσιο " "δεν περιέχει τοπικό χάρτη χρωμάτων." -#: ../gdk-pixbuf/io-gif.c:1537 +#: gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "Η εικόνα GIF είτε ήταν ημιτελής είτε είχε αποκοπεί κάποιο κομμάτι της." -#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 +#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "Ο τύπος εικόνας GIF" -#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 -#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 -#: ../gdk-pixbuf/io-ico.c:359 +#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 +#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Μη έγκυρη κεφαλίδα στο εικονίδιο" -#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 -#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 -#: ../gdk-pixbuf/io-ico.c:462 +#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 +#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Ανεπάρκεια μνήμης για τη φόρτωση του εικονιδίου" -#: ../gdk-pixbuf/io-ico.c:322 +#: gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Το εικονίδιο έχει μηδενικό πλάτος" -#: ../gdk-pixbuf/io-ico.c:332 +#: gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Το εικονίδιο έχει μηδενικό ύψος" -#: ../gdk-pixbuf/io-ico.c:384 +#: gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Δεν υποστηρίζονται συμπιεσμένα εικονίδια" -#: ../gdk-pixbuf/io-ico.c:417 +#: gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Μη υποστηριζόμενος τύπος εικονιδίου" -#: ../gdk-pixbuf/io-ico.c:511 +#: gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Ανεπάρκεια μνήμης για τη φόρτωση του αρχείου ICO" -#: ../gdk-pixbuf/io-ico.c:976 +#: gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Η εικόνα είναι πολύ μεγάλη για να αποθηκευτεί ως ICO" -#: ../gdk-pixbuf/io-ico.c:987 +#: gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Το επίκεντρο του δρομέα βρίσκεται έξω από την εικόνα" -#: ../gdk-pixbuf/io-ico.c:1010 +#: gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Μη υποστηριζόμενο βάθος στο αρχείο ICO: %d" -#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 +#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "Ο τύπος εικόνας ICO" -#: ../gdk-pixbuf/io-icns.c:347 +#: gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Σφάλμα κατά την ανάγνωση της εικόνας ICNS: %s" -#: ../gdk-pixbuf/io-icns.c:364 +#: gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Αδυναμία αποκωδικοποίησης του αρχείου ICNS" -#: ../gdk-pixbuf/io-icns.c:397 +#: gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "Ο τύπος εικόνας ICNS" -#: ../gdk-pixbuf/io-jasper.c:75 +#: gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Αδυναμία διάθεσης μνήμης για τη ροή" -#: ../gdk-pixbuf/io-jasper.c:105 +#: gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Αδυναμία αποκωδικοποίησης της εικόνας" -#: ../gdk-pixbuf/io-jasper.c:123 +#: gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Το μετασχηματισμένο JPEG 2000 έχει μηδενικό ύψος ή πλάτος." -#: ../gdk-pixbuf/io-jasper.c:137 +#: gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Αυτός ο τύπος εικόνας δεν υποστηρίζεται προς το παρόν" -#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 +#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Αδυναμία διάθεση μνήμης για το προφίλ χρωμάτων" -#: ../gdk-pixbuf/io-jasper.c:183 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Ανεπάρκεια μνήμης για το άνοιγμα του αρχείου JPEG 2000" -#: ../gdk-pixbuf/io-jasper.c:262 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" "Αδυναμία διάθεσης μνήμης για την αποθήκευση των δεδομένων της εικόνας στην " "ενδιάμεση μνήμη" -#: ../gdk-pixbuf/io-jasper.c:306 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Ο τύπος εικόνας JPEG 2000" -#: ../gdk-pixbuf/io-jpeg.c:117 +#: gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Σφάλμα κατά την ερμηνεία του αρχείου εικόνας JPEG (%s)" -#: ../gdk-pixbuf/io-jpeg.c:529 +#: gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -675,21 +668,21 @@ msgstr "" "Ανεπάρκεια μνήμης για τη φόρτωση της εικόνας. Δοκιμάστε να τερματίσετε " "ορισμένες εφαρμογές για να απελευθερώσετε μνήμη" -#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 +#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Μη υποστηριζόμενο εύρος χρωμάτων JPEG (%s)" -#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 -#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 +#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 +#: gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Αδυναμία διάθεσης μνήμης για τη φόρτωση του αρχείου JPEG" -#: ../gdk-pixbuf/io-jpeg.c:920 +#: gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Το μετασχηματισμένο JPEG έχει μηδενικό ύψος ή πλάτος." -#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 +#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -698,7 +691,7 @@ msgstr "" "Η ποιότητα του JPEG πρέπει να έχει τιμή μεταξύ 0 και 100. Η τιμή '%s' δεν " "μπορεί να ερμηνευθεί." -#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 +#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -706,87 +699,87 @@ msgstr "" "Η ποιότητα του JPEG πρέπει να έχει τιμή μεταξύ 0 και 100. Η τιμή '%d' δεν " "επιτρέπεται." -#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Ο τύπος εικόνας JPEG" -#: ../gdk-pixbuf/io-pcx.c:187 +#: gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Αδυναμία διάθεσης μνήμης για την κεφαλίδα" -#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 +#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Αδυναμία διάθεσης μνήμης για τη σχετική ενδιάμεση μνήμη" -#: ../gdk-pixbuf/io-pcx.c:601 +#: gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Μη έγκυρο ύψος ή/και πλάτος εικόνας" -#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 +#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Εικόνα με μη υποστηριζόμενο bpp" -#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 +#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Εικόνα με μη υποστηριζόμενο αριθμό επιφανειών %d-bit" -#: ../gdk-pixbuf/io-pcx.c:642 +#: gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Αδυναμία δημιουργίας νέου pixbuf" -#: ../gdk-pixbuf/io-pcx.c:650 +#: gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Αδυναμία διάθεσης μνήμης για τα δεδομένα των γραμμών" -#: ../gdk-pixbuf/io-pcx.c:657 +#: gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Δεν είναι δυνατή η διάθεση μνήμης για τα δεδομένα σε παλέτα" -#: ../gdk-pixbuf/io-pcx.c:704 +#: gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Αδυναμία λήψης όλων των γραμμών της εικόνας PCX" -#: ../gdk-pixbuf/io-pcx.c:711 +#: gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Δε βρέθηκε παλέτα στο τέλος των δεδομένων PCX" -#: ../gdk-pixbuf/io-pcx.c:756 +#: gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "Ο τύπος εικόνας PCX" -#: ../gdk-pixbuf/io-png.c:55 +#: gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Μη έγκυρος αριθμός bits ανά κανάλι στην εικόνα PNG." -#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 +#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Το μετασχηματισμένο PNG έχει μηδενικό ύψος ή πλάτος." -#: ../gdk-pixbuf/io-png.c:144 +#: gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Τα bits ανά κανάλι του μετασχηματισμένου PNG δεν είναι 8." -#: ../gdk-pixbuf/io-png.c:153 +#: gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Το μετασχηματισμένο PNG δεν είναι RGB ή RGBA." -#: ../gdk-pixbuf/io-png.c:162 +#: gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "Το μετασχηματισμένο PNG περιέχει μη υποστηριζόμενο αριθμό καναλιών· θα " "έπρεπε να είναι 3 ή 4." -#: ../gdk-pixbuf/io-png.c:183 +#: gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Μοιραίο σφάλμα στο αρχείο εικόνας PNG: %s" -#: ../gdk-pixbuf/io-png.c:310 +#: gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Ανεπάρκεια μνήμης για τη φόρτωση του αρχείου PNG" -#: ../gdk-pixbuf/io-png.c:633 +#: gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -795,29 +788,29 @@ msgstr "" "Ανεπάρκεια μνήμης για την αποθήκευση εικόνας %ld επί %ld. Δοκιμάστε να " "τερματίσετε μερικές εφαρμογές για να απελευθερώσετε μνήμη" -#: ../gdk-pixbuf/io-png.c:684 +#: gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Μοιραίο σφάλμα κατά την ανάγνωση του αρχείου εικόνας PNG" -#: ../gdk-pixbuf/io-png.c:733 +#: gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Μοιραίο σφάλμα κατά την ανάγνωση του αρχείου εικόνας PNG: %s" -#: ../gdk-pixbuf/io-png.c:825 +#: gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Τα κλειδιά για τα κομμάτια κειμένου του PNG θα πρέπει να περιέχουν " "τουλάχιστον 1 και όχι περισσότερους από 79 χαρακτήρες." -#: ../gdk-pixbuf/io-png.c:833 +#: gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "" "Τα κλειδιά για τα κομμάτια κειμένου του PNG θα πρέπει να απαρτίζονται από " "χαρακτήρες ASCII." -#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 +#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -826,7 +819,7 @@ msgstr "" "Η ποιότητα συμπίεσης του PNG πρέπει να έχει τιμή μεταξύ 0 και 9. Η τιμή '%s' " "δεν μπορεί να ερμηνευτεί." -#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 +#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -835,426 +828,422 @@ msgstr "" "Η ποιότητα συμπίεσης του PNG πρέπει να έχει τιμή μεταξύ 0 και 9. Η τιμή '%d' " "δεν επιτρέπεται." -#: ../gdk-pixbuf/io-png.c:896 +#: gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "Η τιμή του κομματιού κειμένου του PNG %s δεν μπορεί να μετατραπεί σε " "κωδικοποίηση ISO-8859-1." -#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 +#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "O τύπος εικόνας PNG" -#: ../gdk-pixbuf/io-pnm.c:250 +#: gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "" "Η εφαρμογή φόρτωσης εικόνων PNM ανέμενε ακέραιο αριθμό, αλλά δεν τον βρήκε" -#: ../gdk-pixbuf/io-pnm.c:282 +#: gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "Το αρχείο PNM περιέχει εσφαλμένο αρχικό byte" -#: ../gdk-pixbuf/io-pnm.c:312 +#: gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "Ο τύπος του αρχείου PNM δεν είναι αναγνωρίσιμος τύπος PNM" -#: ../gdk-pixbuf/io-pnm.c:337 +#: gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "Το πλάτος εικόνας του αρχείου PNM είναι 0" -#: ../gdk-pixbuf/io-pnm.c:358 +#: gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "Το ύψος εικόνας του αρχείου PNM είναι 0" -#: ../gdk-pixbuf/io-pnm.c:381 +#: gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Η μέγιστη τιμή χρώματος στο αρχείο PNM είναι 0" -#: ../gdk-pixbuf/io-pnm.c:389 +#: gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Η μέγιστη τιμή χρώματος στο αρχείο PNM είναι πολύ μεγάλη" -#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 -#: ../gdk-pixbuf/io-pnm.c:504 +#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Μη έγκυρος τύπος ακατέργαστης εικόνας PNM" -#: ../gdk-pixbuf/io-pnm.c:654 +#: gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "Η εφαρμογή φόρτωσης εικόνων PNM δεν υποστηρίζει αυτόν τον τύπο PNM" -#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 +#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "Οι ακατέργαστοι τύποι PNM πρέπει να περιέχουν ακριβώς ένα κενό διάστημα πριν " "από τα δεδομένα του δείγματος" -#: ../gdk-pixbuf/io-pnm.c:768 +#: gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Αδυναμία διάθεσης μνήμης για τη φόρτωση της εικόνας PNM" -#: ../gdk-pixbuf/io-pnm.c:818 +#: gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Ανεπάρκεια μνήμης για τη φόρτωση της δομής περιεχομένων του PNΜ" -#: ../gdk-pixbuf/io-pnm.c:869 +#: gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Μη αναμενόμενος τερματισμός των δεδομένων της εικόνας PNM" -#: ../gdk-pixbuf/io-pnm.c:997 +#: gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Ανεπάρκεια μνήμης για τη φόρτωση του αρχείου PNM" -#: ../gdk-pixbuf/io-pnm.c:1081 +#: gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "Η οικογένεια τύπων εικόνας PNM/PBM/PGM/PPM" -#: ../gdk-pixbuf/io-ras.c:126 +#: gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "Η εικόνα RAS περιέχει εσφαλμένα δεδομένα κεφαλίδας" -#: ../gdk-pixbuf/io-ras.c:148 +#: gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "Άγνωστος τύπος εικόνας RAS" -#: ../gdk-pixbuf/io-ras.c:156 +#: gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "μη υποστηριζόμενη παραλλαγή εικόνας RAS" -#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 +#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Ανεπάρκεια μνήμης για τη φόρτωση της εικόνας RAS" -#: ../gdk-pixbuf/io-ras.c:545 +#: gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Ο τύπος εικόνας Sun raster" -#: ../gdk-pixbuf/io-tga.c:154 +#: gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Αδυναμία διάθεσης μνήμης για τη δομή του IOBuffer" -#: ../gdk-pixbuf/io-tga.c:173 +#: gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Αδυναμία διάθεσης μνήμης για τα δεδομένα του IOBuffer" -#: ../gdk-pixbuf/io-tga.c:184 +#: gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Αδυναμία αλλαγής της διάθεσης μνήμης για το IOBuffer" -#: ../gdk-pixbuf/io-tga.c:214 +#: gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Αδυναμία διάθεσης μνήμης για τα προσωρινά δεδομένα του IOBuffer" -#: ../gdk-pixbuf/io-tga.c:347 +#: gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Αδυναμία διάθεσης μνήμης για το νέο pixbuf" -#: ../gdk-pixbuf/io-tga.c:687 +#: gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Αδυναμία διάθεσης μνήμης για τη δομή του χάρτη χρωμάτων" -#: ../gdk-pixbuf/io-tga.c:694 +#: gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Αδυναμία διάθεσης μνήμης για τις εγγραφές του χάρτη χρωμάτων" -#: ../gdk-pixbuf/io-tga.c:716 +#: gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Μη αναμενόμενο βάθος χρωμάτων στις εγγραφές του χάρτη χρωμάτων" -#: ../gdk-pixbuf/io-tga.c:734 +#: gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Αδυναμία διάθεσης μνήμης για την κεφαλίδα του TGA" -#: ../gdk-pixbuf/io-tga.c:767 +#: gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "Η εικόνα TGA δεν έχει έγκυρες διαστάσεις" -#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 -#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 -#: ../gdk-pixbuf/io-tga.c:809 +#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 +#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "Ο τύπος εικόνας TGA δεν υποστηρίζεται" -#: ../gdk-pixbuf/io-tga.c:856 +#: gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Αδυναμία διάθεσης μνήμης για τη δομή περιεχομένων του TGA" -#: ../gdk-pixbuf/io-tga.c:921 +#: gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Περίσσεια δεδομένων στο αρχείο" -#: ../gdk-pixbuf/io-tga.c:1002 +#: gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Ο τύπος εικόνας Targa" -#: ../gdk-pixbuf/io-tiff.c:160 +#: gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Αδυναμία λήψης του πλάτους της εικόνας (εσφαλμένο αρχείο TIFF)" -#: ../gdk-pixbuf/io-tiff.c:167 +#: gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Αδυναμία λήψης του ύψους της εικόνας (εσφαλμένο αρχείο TIFF)" -#: ../gdk-pixbuf/io-tiff.c:175 +#: gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "Το ύψος ή το πλάτος της εικόνας TIFF είναι μηδενικό" -#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 +#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Οι διαστάσεις της εικόνας TIFF είναι πολύ μεγάλες" -#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 -#: ../gdk-pixbuf/io-tiff.c:541 +#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Ανεπάρκεια μνήμης για το άνοιγμα του αρχείου TIFF" -#: ../gdk-pixbuf/io-tiff.c:275 +#: gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Αποτυχία φόρτωσης των δεδομένων RGB από το αρχείο TIFF" -#: ../gdk-pixbuf/io-tiff.c:331 +#: gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Αποτυχία ανοίγματος της εικόνας TIFF" -#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 +#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "Αποτυχία ενέργειας TIFFClose" -#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 +#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Αποτυχία φόρτωσης της εικόνας TIFF" -#: ../gdk-pixbuf/io-tiff.c:670 +#: gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Αποτυχία αποθήκευσης της εικόνας TIFF" -#: ../gdk-pixbuf/io-tiff.c:708 +#: gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Αποτυχία εγγραφής των δεδομένων TIFF" -#: ../gdk-pixbuf/io-tiff.c:760 +#: gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Αδυναμία εγγραφής στο αρχείο TIFF" -#: ../gdk-pixbuf/io-tiff.c:815 +#: gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "Ο τύπος εικόνας TIFF" -#: ../gdk-pixbuf/io-wbmp.c:246 +#: gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Η εικόνα έχει μηδενικό πλάτος" -#: ../gdk-pixbuf/io-wbmp.c:264 +#: gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Η εικόνα έχει μηδενικό ύψος" -#: ../gdk-pixbuf/io-wbmp.c:275 +#: gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Ανεπάρκεια μνήμης για τη φόρτωση της εικόνας" -#: ../gdk-pixbuf/io-wbmp.c:334 +#: gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Αποτυχία αποθήκευσης των υπολοίπων" -#: ../gdk-pixbuf/io-wbmp.c:375 +#: gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "Ο τύπος εικόνας WBMP" -#: ../gdk-pixbuf/io-xbm.c:295 +#: gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Μη έγκυρο αρχείο XBM" -#: ../gdk-pixbuf/io-xbm.c:305 +#: gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Ανεπάρκεια μνήμης για τη φόρτωση του αρχείου εικόνας XBM" -#: ../gdk-pixbuf/io-xbm.c:453 +#: gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "Αποτυχία εγγραφής σε προσωρινό αρχείο κατά τη φόρτωση της εικόνας XBM" -#: ../gdk-pixbuf/io-xbm.c:492 +#: gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "Ο τύπος εικόνας XBM" -#: ../gdk-pixbuf/io-xpm.c:468 +#: gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Δε βρέθηκε κεφαλίδα XBM" -#: ../gdk-pixbuf/io-xpm.c:477 +#: gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Μη έγκυρη κεφαλίδα XBM" -#: ../gdk-pixbuf/io-xpm.c:485 +#: gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "Το αρχείο XPM έχει πλάτος εικόνας <= 0" -#: ../gdk-pixbuf/io-xpm.c:493 +#: gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "Το αρχείο XPM έχει ύψος εικόνας <= 0" -#: ../gdk-pixbuf/io-xpm.c:501 +#: gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "Το αρχείο XPM περιέχει μη έγκυρο αριθμό χαρακτήρων ανά εικονοστοιχείο" -#: ../gdk-pixbuf/io-xpm.c:510 +#: gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "Το αρχείο XPM περιέχει μη έγκυρο αριθμό χρωμάτων" -#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 -#: ../gdk-pixbuf/io-xpm.c:583 +#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Αδυναμία διάθεσης μνήμης για τη φόρτωση της εικόνας XPM" -#: ../gdk-pixbuf/io-xpm.c:545 +#: gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Αδυναμία ανάγνωσης του χάρτη χρωμάτων XPM" -#: ../gdk-pixbuf/io-xpm.c:777 +#: gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "Αποτυχία εγγραφής σε προσωρινό αρχείο κατά τη φόρτωση της εικόνας XPM" -#: ../gdk-pixbuf/io-xpm.c:816 +#: gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "Ο τύπος εικόνας XPM" -#: ../gdk-pixbuf/io-gdip-emf.c:59 +#: gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "Ο τύπος εικόνας EMF" -#: ../gdk-pixbuf/io-gdip-utils.c:220 +#: gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Αδυναμία διάθεσης μνήμης: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 -#: ../gdk-pixbuf/io-gdip-utils.c:394 +#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 +#: gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Αδυναμία δημιουργίας ροής: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:259 +#: gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Αδυναμία αναζήτησης μέσα στη ροή: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:271 +#: gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Αδυναμία ανάγνωσης από τη ροή: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 +#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Αδυναμία φόρτωσης του bitmap" -#: ../gdk-pixbuf/io-gdip-utils.c:838 +#: gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Αδυναμία φόρτωσης του αρχείου μεταδεδομένων" -#: ../gdk-pixbuf/io-gdip-utils.c:997 +#: gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Μη υποστηριζόμενος τύπος εικόνας για το GDI+" -#: ../gdk-pixbuf/io-gdip-utils.c:1004 +#: gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Αποτυχία αποθήκευσης" -#: ../gdk-pixbuf/io-gdip-wmf.c:58 +#: gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "Ο τύπος εικόνας WMF" #. Description of --sync in --help output -#: ../gdk/win32/gdkmain-win32.c:54 +#: gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Να μην ομαδοποιούνται τα αιτήματα του GDI" #. Description of --no-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:56 +#: gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Να μη χρησιμοποιείται το Wintab API για την υποστήριξη tablet" #. Description of --ignore-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:58 +#: gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Το ίδιο με το --no-wintab" #. Description of --use-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:60 +#: gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Να χρησιμοποιείται το Wintab API [προεπιλογή]" #. Description of --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:62 +#: gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Μέγεθος της παλέτας σε λειτουργία 8 bit" #. Placeholder in --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:63 +#: gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "ΧΡΩΜΑΤΑ" #. Description of --sync in --help output -#: ../gdk/x11/gdkmain-x11.c:92 +#: gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Να είναι σύγχρονες οι κλήσεις X" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 +#: gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Εκκίνηση %s" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 +#: gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Άνοιγμα %s" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 +#: gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "Άνοιγμα %d αρχείου" msgstr[1] "Άνοιγμα %d αρχείων" -#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Άδεια χρήσης" -#: ../gtk/gtkaboutdialog.c:252 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Η άδεια χρήσης του προγράμματος" #. Add the credits button -#: ../gtk/gtkaboutdialog.c:492 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "Μ_νεία" #. Add the license button -#: ../gtk/gtkaboutdialog.c:506 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "Ά_δεια χρήσης" -#: ../gtk/gtkaboutdialog.c:774 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Περί %s" -#: ../gtk/gtkaboutdialog.c:2033 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Μνεία" -#: ../gtk/gtkaboutdialog.c:2062 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Γράφτηκε από" -#: ../gtk/gtkaboutdialog.c:2065 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Τεκμηρίωση από" -#: ../gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Μετάφραση από" -#: ../gtk/gtkaboutdialog.c:2081 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Γραφικά από" @@ -1263,7 +1252,7 @@ msgstr "Γραφικά από" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:91 +#: gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1273,7 +1262,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:97 +#: gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1283,7 +1272,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:103 +#: gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1293,7 +1282,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:671 +#: gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1303,7 +1292,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:684 +#: gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1313,39 +1302,39 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:698 +#: gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: ../gtk/gtkaccellabel.c:715 +#: gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Διάστημα" -#: ../gtk/gtkaccellabel.c:718 +#: gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Ανάποδη κάθετος" -#: ../gtk/gtkbuilderparser.c:343 +#: gtk/gtkbuilderparser.c:343 #, c-format msgid "Invalid type function on line %d: '%s'" msgstr "Μη έγκυρος τύπος συνάρτησης στη γραμμή %d: '%s'" -#: ../gtk/gtkbuilderparser.c:402 +#: gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" msgstr "" "Διπλή εμφάνιση id αντικειμένου '%s' στη γραμμή %d (προηγουμένως στη γραμμή %" "d)" -#: ../gtk/gtkbuilderparser.c:853 +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Μη έγκυρο ριζικό στοιχείο: '%s'" -#: ../gtk/gtkbuilderparser.c:892 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Μη υποστηριζόμενη ετικέτα: '%s'" @@ -1359,7 +1348,7 @@ msgstr "Μη υποστηριζόμενη ετικέτα: '%s'" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: ../gtk/gtkcalendar.c:758 +#: gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1367,7 +1356,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: ../gtk/gtkcalendar.c:796 +#: gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1376,7 +1365,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: ../gtk/gtkcalendar.c:1803 +#: gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1391,7 +1380,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 +#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1407,7 +1396,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 +#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1423,7 +1412,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: ../gtk/gtkcalendar.c:2146 +#: gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1431,7 +1420,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: ../gtk/gtkcellrendereraccel.c:243 +#: gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Ανενεργό" @@ -1440,25 +1429,25 @@ msgstr "Ανενεργό" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: ../gtk/gtkcellrendereraccel.c:376 ../gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Νέα συντόμευση..." -#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 +#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 +#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Επιλογή χρώματος" -#: ../gtk/gtkcolorbutton.c:448 +#: gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Ελήφθησαν μη έγκυρα δεδομένα χρώματος\n" -#: ../gtk/gtkcolorsel.c:354 +#: gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1466,7 +1455,7 @@ msgstr "" "Επιλέξτε το χρώμα που επιθυμείτε από τον εξωτερικό δακτύλιο. Επιλέξτε τη " "διαβάθμιση φωτεινότητας του χρώματος από το εσωτερικό τρίγωνο." -#: ../gtk/gtkcolorsel.c:378 +#: gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1474,67 +1463,67 @@ msgstr "" "Πατήστε το σταγονόμετρο, και μετά κάντε κλικ πάνω σε ένα χρώμα οπουδήποτε " "στην οθόνη, για να επιλέξετε αυτό το χρώμα." -#: ../gtk/gtkcolorsel.c:387 +#: gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "Απόχ_ρωση:" -#: ../gtk/gtkcolorsel.c:388 +#: gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Θέση στο χρωματικό τροχό." -#: ../gtk/gtkcolorsel.c:390 +#: gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "Κ_ορεσμός:" -#: ../gtk/gtkcolorsel.c:391 +#: gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "\"Βάθος\" του χρώματος." -#: ../gtk/gtkcolorsel.c:392 +#: gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Τιμή:" -#: ../gtk/gtkcolorsel.c:393 +#: gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Φωτεινότητα του χρώματος." -#: ../gtk/gtkcolorsel.c:394 +#: gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Κόκκινο:" -#: ../gtk/gtkcolorsel.c:395 +#: gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Ποσότητα κόκκινου φωτός στο χρώμα." -#: ../gtk/gtkcolorsel.c:396 +#: gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Πράσινο:" -#: ../gtk/gtkcolorsel.c:397 +#: gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Ποσότητα πράσινου φωτός στο χρώμα." -#: ../gtk/gtkcolorsel.c:398 +#: gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Μπλε:" -#: ../gtk/gtkcolorsel.c:399 +#: gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Ποσότητα μπλε φωτός στο χρώμα." -#: ../gtk/gtkcolorsel.c:402 +#: gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "Α_διαφάνεια:" -#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 +#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Διαφάνεια του χρώματος." -#: ../gtk/gtkcolorsel.c:426 +#: gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "Όνομα _χρώματος:" -#: ../gtk/gtkcolorsel.c:440 +#: gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1542,15 +1531,15 @@ msgstr "" "Εδώ μπορείτε να εισάγετε δεκαεξαδική τιμή τύπου HTML ή απλά ένα όνομα " "χρώματος, όπως 'orange'." -#: ../gtk/gtkcolorsel.c:470 +#: gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "Πα_λέτα:" -#: ../gtk/gtkcolorsel.c:499 +#: gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Χρωματικός τροχός" -#: ../gtk/gtkcolorsel.c:976 +#: gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1560,7 +1549,7 @@ msgstr "" "Μπορείτε να το σύρετε σε μια θέση της παλέτας για να το αποθηκεύσετε, ή να " "το σύρετε πάνω στο διπλανό χρώμα για να το επαναφέρετε ως τρέχον." -#: ../gtk/gtkcolorsel.c:980 +#: gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1568,11 +1557,11 @@ msgstr "" "Το χρώμα που επιλέξατε. Μπορείτε να σύρετε το χρώμα σε μια θέση της παλέτας " "για να το αποθηκεύσετε και να το χρησιμοποιείτε στο μέλλον." -#: ../gtk/gtkcolorsel.c:1363 +#: gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Αποθήκευση χρώματος εδώ" -#: ../gtk/gtkcolorsel.c:1568 +#: gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1581,55 +1570,55 @@ msgstr "" "να το αλλάξετε, σύρετε ένα νέο χρώμα στη θέση αυτή, ή κάντε δεξί κλικ και " "επιλέξτε \"Αποθήκευση χρώματος εδώ.\"" -#: ../gtk/gtkcolorseldialog.c:170 +#: gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Επιλογή χρωμάτων" -#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Μέθοδοι εισαγωγής" -#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Εισαγωγή χαρακτήρα ελέγχου Unicode" -#: ../gtk/gtkentry.c:9797 +#: gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Είναι πατημένο το Caps Lock" -#: ../gtk/gtkfilechooserbutton.c:64 +#: gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Επιλογή αρχείου" -#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 +#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Επιφάνεια εργασίας" -#: ../gtk/gtkfilechooserbutton.c:66 +#: gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Κανένα)" -#: ../gtk/gtkfilechooserbutton.c:2014 +#: gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Άλλο…" -#: ../gtk/gtkfilechooserdefault.c:1059 +#: gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Αδυναμία ανάκτησης πληροφοριών για το αρχείο" -#: ../gtk/gtkfilechooserdefault.c:1070 +#: gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Αδυναμία προσθήκης σελιδοδείκτη" -#: ../gtk/gtkfilechooserdefault.c:1081 +#: gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Αδυναμία αφαίρεσης σελιδοδείκτη" -#: ../gtk/gtkfilechooserdefault.c:1092 +#: gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Αδυναμία δημιουργίας φακέλου" -#: ../gtk/gtkfilechooserdefault.c:1105 +#: gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1638,11 +1627,11 @@ msgstr "" "το όνομα. Χρησιμοποιήστε διαφορετικό όνομα για το φάκελο, ή μετονομάστε " "πρώτα το αρχείο." -#: ../gtk/gtkfilechooserdefault.c:1116 +#: gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Μη έγκυρο όνομα αρχείου" -#: ../gtk/gtkfilechooserdefault.c:1126 +#: gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Αδυναμία προβολής των περιεχομένων του φακέλου" @@ -1650,159 +1639,159 @@ msgstr "Αδυναμία προβολής των περιεχομένων του #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: ../gtk/gtkfilechooserdefault.c:1676 +#: gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s στο %2$s" -#: ../gtk/gtkfilechooserdefault.c:1852 +#: gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Αναζήτηση" -#: ../gtk/gtkfilechooserdefault.c:1876 +#: gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Πρόσφατα" -#: ../gtk/gtkfilechooserdefault.c:2510 +#: gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Επιλέξτε τους τύπους αρχείων που θα προβάλλονται" -#: ../gtk/gtkfilechooserdefault.c:2939 +#: gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Προσθήκη του φακέλου '%s' στους σελιδοδείκτες" -#: ../gtk/gtkfilechooserdefault.c:2980 +#: gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Προσθήκη του τρέχοντος φακέλου στους σελιδοδείκτες" -#: ../gtk/gtkfilechooserdefault.c:2982 +#: gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Προσθήκη των επιλεγμένων φακέλων στους σελιδοδείκτες" -#: ../gtk/gtkfilechooserdefault.c:3022 +#: gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Αφαίρεση του σελιδοδείκτη '%s'" -#: ../gtk/gtkfilechooserdefault.c:3740 +#: gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Αφαίρεση" -#: ../gtk/gtkfilechooserdefault.c:3749 +#: gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Μετονομασία..." #. Accessible object name for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3895 +#: gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Τοποθεσίες" #. Column header for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3952 +#: gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Τοποθεσίες" -#: ../gtk/gtkfilechooserdefault.c:4008 +#: gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "Προσ_θήκη" -#: ../gtk/gtkfilechooserdefault.c:4015 +#: gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Προσθήκη του επιλεγμένου φακέλου στους σελιδοδείκτες" -#: ../gtk/gtkfilechooserdefault.c:4020 +#: gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "Α_φαίρεση" -#: ../gtk/gtkfilechooserdefault.c:4027 +#: gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Αφαίρεση του επιλεγμένου σελιδοδείκτη" -#: ../gtk/gtkfilechooserdefault.c:4136 +#: gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Αδυναμία επιλογής αρχείου" -#: ../gtk/gtkfilechooserdefault.c:4311 +#: gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "Προσ_θήκη στους σελιδοδείκτες" -#: ../gtk/gtkfilechooserdefault.c:4325 +#: gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Προβολή _κρυφών αρχείων" -#: ../gtk/gtkfilechooserdefault.c:4332 +#: gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Προβολή στήλης _μεγέθους" -#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 +#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 msgid "Files" msgstr "Αρχεία" -#: ../gtk/gtkfilechooserdefault.c:4636 +#: gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Όνομα" -#: ../gtk/gtkfilechooserdefault.c:4661 +#: gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Μέγεθος" -#: ../gtk/gtkfilechooserdefault.c:4675 +#: gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Τροποποιήθηκε" #. Label -#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 +#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "Όν_ομα:" -#: ../gtk/gtkfilechooserdefault.c:4938 +#: gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "Πε_ριήγηση σε άλλους φακέλους" -#: ../gtk/gtkfilechooserdefault.c:5208 +#: gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Εισάγετε όνομα αρχείου" #. Create Folder -#: ../gtk/gtkfilechooserdefault.c:5245 +#: gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Δημιουργία φα_κέλου" -#: ../gtk/gtkfilechooserdefault.c:5255 +#: gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Τοποθεσία:" -#: ../gtk/gtkfilechooserdefault.c:5459 +#: gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Αποθήκευση στο _φάκελο:" -#: ../gtk/gtkfilechooserdefault.c:5461 +#: gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Δημιουργία μέσα στο _φάκελο:" -#: ../gtk/gtkfilechooserdefault.c:7151 +#: gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Αποτυχία μετάβασης στο φάκελο, γιατί δεν είναι τοπικός" -#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 +#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Υπάρχει ήδη συντόμευση %s" -#: ../gtk/gtkfilechooserdefault.c:7887 +#: gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "Δεν υπάρχει συντόμευση %s" -#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 +#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Υπάρχει ήδη αρχείο με το όνομα \"%s\". Θέλετε να αντικασταθεί;" -#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 +#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." @@ -1810,15 +1799,15 @@ msgstr "" "Το αρχείο υπάρχει ήδη στο \"%s\". Η αντικατάσταση του θα αντικαταστήσει και " "τα περιεχόμενα του." -#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 +#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Αντικατάσταση" -#: ../gtk/gtkfilechooserdefault.c:8914 +#: gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Αποτυχία εκκίνησης της διεργασίας αναζήτησης" -#: ../gtk/gtkfilechooserdefault.c:8915 +#: gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1826,54 +1815,54 @@ msgstr "" "Το πρόγραμμα δεν κατάφερε να συνδεθεί με την υπηρεσία δημιουργίας " "ευρετηρίων. Βεβαιωθείτε ότι η υπηρεσία εκτελείται." -#: ../gtk/gtkfilechooserdefault.c:8929 +#: gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Αδυναμία αποστολής του αιτήματος αναζήτησης" #. Label -#: ../gtk/gtkfilechooserdefault.c:9396 +#: gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "Ανα_ζήτηση" -#: ../gtk/gtkfilechooserdefault.c:10349 +#: gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Αδυναμία προσάρτησης του %s" -#: ../gtk/gtkfilechooserdefault.c:11024 +#: gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Πληκτρολογήστε το όνομα του νέου φακέλου" -#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 -#: ../gtk/gtkfilechooserdefault.c:11295 +#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 +#: gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Άγνωστο" -#: ../gtk/gtkfilechooserdefault.c:11242 +#: gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: ../gtk/gtkfilechooserdefault.c:11244 +#: gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Χθες, στις %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 +#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Μη έγκυρη διαδρομή" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1095 +#: gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Δε βρέθηκε" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1106 +#: gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Μοναδική αντιστοιχία" @@ -1881,13 +1870,13 @@ msgstr "Μοναδική αντιστοιχία" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: ../gtk/gtkfilechooserentry.c:1122 +#: gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Μη μοναδική αντιστοιχία" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: ../gtk/gtkfilechooserentry.c:1154 +#: gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Αντιστοίχιση..." @@ -1895,7 +1884,7 @@ msgstr "Αντιστοίχιση..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 +#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Επιτρέπεται να επιλέγετε μόνο τοπικά αρχεία" @@ -1903,41 +1892,41 @@ msgstr "Επιτρέπεται να επιλέγετε μόνο τοπικά α #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: ../gtk/gtkfilechooserentry.c:1185 +#: gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Ημιτελές όνομα. Προσθέστε '/' στο τέλος" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: ../gtk/gtkfilechooserentry.c:1196 +#: gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Δεν υπάρχει η διαδρομή" -#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 -#: ../gtk/gtkfilesel.c:1358 +#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 +#: gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Σφάλμα κατά τη δημιουργία του φακέλου '%s': %s" -#: ../gtk/gtkfilesel.c:694 +#: gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Φάκελοι" -#: ../gtk/gtkfilesel.c:698 +#: gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "Φάκ_ελοι" -#: ../gtk/gtkfilesel.c:734 +#: gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Αρχεία" -#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 +#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Αδυναμία ανάγνωσης φακέλου: %s" -#: ../gtk/gtkfilesel.c:905 +#: gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1948,88 +1937,88 @@ msgstr "" "να μην είναι διαθέσιμο για αυτό το πρόγραμμα.\n" "Είστε βέβαιοι ότι θέλετε να το επιλέξετε;" -#: ../gtk/gtkfilesel.c:1020 +#: gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Νέος φάκελος" -#: ../gtk/gtkfilesel.c:1031 +#: gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "Δια_γραφή αρχείου" -#: ../gtk/gtkfilesel.c:1042 +#: gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Μετονομασία αρχείου" -#: ../gtk/gtkfilesel.c:1347 +#: gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "Το όνομα φακέλου \"%s\" περιέχει σύμβολα που δεν επιτρέπονται" -#: ../gtk/gtkfilesel.c:1392 +#: gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Νέος φάκελος" -#: ../gtk/gtkfilesel.c:1407 +#: gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "Όνομα _φακέλου:" -#: ../gtk/gtkfilesel.c:1431 +#: gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "Δη_μιουργία" -#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 +#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "Το όνομα αρχείου \"%s\" περιέχει σύμβολα που δεν επιτρέπονται" -#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 +#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Σφάλμα κατά τη διαγραφή του αρχείου '%s': %s" -#: ../gtk/gtkfilesel.c:1530 +#: gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Σίγουρα θέλετε να διαγραφεί το αρχείο \"%s\";" -#: ../gtk/gtkfilesel.c:1535 +#: gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Διαγραφή αρχείου" -#: ../gtk/gtkfilesel.c:1583 +#: gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Σφάλμα κατά τη μετονομασία του αρχείου σε \"%s\": %s" -#: ../gtk/gtkfilesel.c:1596 +#: gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Σφάλμα κατά τη μετονομασία του αρχείου \"%s\": %s" -#: ../gtk/gtkfilesel.c:1605 +#: gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Σφάλμα κατά τη μετονομασία του αρχείου \"%s\" σε \"%s\": %s" -#: ../gtk/gtkfilesel.c:1652 +#: gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Μετονομασία αρχείου" -#: ../gtk/gtkfilesel.c:1667 +#: gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Μετονομασία του αρχείου \"%s\" σε:" -#: ../gtk/gtkfilesel.c:1696 +#: gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Μετονομασία" -#: ../gtk/gtkfilesel.c:2128 +#: gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Επιλογή: " -#: ../gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2039,15 +2028,15 @@ msgstr "" "(Δοκιμάστε να ρυθμίσετε τη μεταβλητή του περιβάλλοντος G_FILENAME_ENCODING): " "%s" -#: ../gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Μη έγκυρη UTF-8" -#: ../gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Υπερβολικά μεγάλο όνομα" -#: ../gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Αδυναμία μετατροπής ονόματος αρχείου" @@ -2056,75 +2045,75 @@ msgstr "Αδυναμία μετατροπής ονόματος αρχείου" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: ../gtk/gtkfilesystem.c:52 +#: gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Σύστημα αρχείων" -#: ../gtk/gtkfilesystemmodel.c:700 +#: gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Αδυναμία εντοπισμού ριζικού φακέλου" -#: ../gtk/gtkfilesystemmodel.c:1301 +#: gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Κενό)" -#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 +#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Επιλογή γραμματοσειράς" #. Initialize fields -#: ../gtk/gtkfontbutton.c:260 +#: gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:785 +#: gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Γραμματοσειρά" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: ../gtk/gtkfontsel.c:75 +#: gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "αβγδέ abcde ΆΒΓΔΕ ABCDE" -#: ../gtk/gtkfontsel.c:343 +#: gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Οικογένεια:" -#: ../gtk/gtkfontsel.c:349 +#: gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Στυλ:" -#: ../gtk/gtkfontsel.c:355 +#: gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "Μέ_γεθος:" #. create the text entry widget -#: ../gtk/gtkfontsel.c:532 +#: gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Προεπισκόπηση:" -#: ../gtk/gtkfontsel.c:1649 +#: gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Επιλογή γραμματοσειράς" -#: ../gtk/gtkgamma.c:408 +#: gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Γάμμα" -#: ../gtk/gtkgamma.c:418 +#: gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Τιμή _γάμμα" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: ../gtk/gtkiconfactory.c:1404 +#: gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Σφάλμα φόρτωσης εικονιδίου: %s" -#: ../gtk/gtkicontheme.c:1363 +#: gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2137,139 +2126,139 @@ msgstr "" "Μπορείτε να το βρείτε στο:\n" "\t%s" -#: ../gtk/gtkicontheme.c:1543 +#: gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "Το εικονίδιο '%s' δεν περιέχεται στο θέμα" -#: ../gtk/gtkicontheme.c:3074 +#: gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Αποτυχία φόρτωσης εικονιδίου" -#: ../gtk/gtkimmodule.c:527 +#: gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Απλό" -#: ../gtk/gtkimmulticontext.c:541 +#: gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Σύστημα" -#: ../gtk/gtkimmulticontext.c:625 +#: gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Σύστημα (%s)" -#: ../gtk/gtkinputdialog.c:192 +#: gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Είσοδος" -#: ../gtk/gtkinputdialog.c:207 +#: gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Δεν υπάρχουν εκτεταμένες συσκευές εισόδου" -#: ../gtk/gtkinputdialog.c:220 +#: gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Συσκευή:" -#: ../gtk/gtkinputdialog.c:237 +#: gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Ανενεργό" -#: ../gtk/gtkinputdialog.c:244 +#: gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Οθόνη" -#: ../gtk/gtkinputdialog.c:251 +#: gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Παράθυρο" -#: ../gtk/gtkinputdialog.c:258 +#: gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "Λειτου_ργία:" #. The axis listbox -#: ../gtk/gtkinputdialog.c:279 +#: gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Άξονες" #. Keys listbox -#: ../gtk/gtkinputdialog.c:297 +#: gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Πλήκτρα" -#: ../gtk/gtkinputdialog.c:524 +#: gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: ../gtk/gtkinputdialog.c:525 +#: gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: ../gtk/gtkinputdialog.c:526 +#: gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Πίεση:" -#: ../gtk/gtkinputdialog.c:527 +#: gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "_Κλίση Χ:" -#: ../gtk/gtkinputdialog.c:528 +#: gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Κ_λίση Υ:" -#: ../gtk/gtkinputdialog.c:529 +#: gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Τροχός:" -#: ../gtk/gtkinputdialog.c:581 +#: gtk/gtkinputdialog.c:581 msgid "none" msgstr "κανένα" -#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 +#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(ανενεργό)" -#: ../gtk/gtkinputdialog.c:647 +#: gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(άγνωστο)" #. and clear button -#: ../gtk/gtkinputdialog.c:751 +#: gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "Ε_κκαθάριση" -#: ../gtk/gtklinkbutton.c:428 +#: gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Αντιγραφή URL" -#: ../gtk/gtklinkbutton.c:586 +#: gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Μη έγκυρο URI" #. Description of --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:450 +#: gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Φόρτωση πρόσθετων αρθρωμάτων GTK+" #. Placeholder in --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:451 +#: gtk/gtkmain.c:451 msgid "MODULES" msgstr "ΑΡΘΡΩΜΑΤΑ" #. Description of --g-fatal-warnings in --help output -#: ../gtk/gtkmain.c:453 +#: gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Να είναι όλες οι προειδοποιήσεις μοιραίες" #. Description of --gtk-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:456 +#: gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Σημαίες αποσφαλμάτωσης του GTK+ που θα ενεργοποιηθούν" #. Description of --gtk-no-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:459 +#: gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Σημαίες αποσφαλμάτωσης του GTK+ που θα απενεργοποιηθούν" @@ -2278,66 +2267,65 @@ msgstr "Σημαίες αποσφαλμάτωσης του GTK+ που θα απ #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: ../gtk/gtkmain.c:707 +#: gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: ../gtk/gtkmain.c:773 +#: gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Αδυναμία ανοίγματος της οθόνης: %s" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Επιλογές GTK+" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Εμφάνιση επιλογών GTK+" -#: ../gtk/gtkmountoperation.c:468 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "_Σύνδεση" -#: ../gtk/gtkmountoperation.c:535 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Σύνδεση _ανώνυμα" -#: ../gtk/gtkmountoperation.c:544 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Σύνδεση ως _χρήστης:" -#: ../gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "Όν_ομα χρήστη:" -#: ../gtk/gtkmountoperation.c:587 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Τομέας:" -#: ../gtk/gtkmountoperation.c:593 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "Σ_υνθηματικό:" -#: ../gtk/gtkmountoperation.c:611 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Όχ_ι απομνημόνευση του συνθηματικού" -#: ../gtk/gtkmountoperation.c:621 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Α_πομνημόνευση συνθηματικού μέχρι την αποσύνδεση" -#: ../gtk/gtkmountoperation.c:631 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Μόνιμη απομνημόνευση συνθηματικού" -#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 +#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Σελίδα %u" -#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 -#: ../gtk/gtkpapersize.c:867 +#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Μη έγκυρο αρχείο διαμόρφωσης σελίδας" @@ -2347,11 +2335,11 @@ msgstr "Μη έγκυρο αρχείο διαμόρφωσης σελίδας" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: ../gtk/gtkpagesetupunixdialog.c:152 +#: gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: ../gtk/gtkpagesetupunixdialog.c:308 +#: gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2359,15 +2347,15 @@ msgstr "" "Οποιοσδήποτε εκτυπωτής\n" "Για φορητά έγγραφα" -#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 +#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 +#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "inch" -#: ../gtk/gtkpagesetupunixdialog.c:915 +#: gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2382,88 +2370,88 @@ msgstr "" " Πάνω: %s %s\n" " Κάτω: %s %s" -#: ../gtk/gtkpagesetupunixdialog.c:964 +#: gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Διαχείριση προσαρμοσμένων μεγεθών..." -#: ../gtk/gtkpagesetupunixdialog.c:1012 +#: gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Μορφοποίηση για:" -#: ../gtk/gtkpagesetupunixdialog.c:1034 +#: gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "Μέγε_θος χαρτιού:" -#: ../gtk/gtkpagesetupunixdialog.c:1065 +#: gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Προσανατολισμός:" -#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Μορφοποίηση σελίδας" -#: ../gtk/gtkpagesetupunixdialog.c:1448 +#: gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Περιθώρια εκτυπωτή…" -#: ../gtk/gtkpagesetupunixdialog.c:1608 +#: gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Προσαρμοσμένο μέγεθος %d" -#: ../gtk/gtkpagesetupunixdialog.c:1837 +#: gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Διαχείριση προσαρμοσμένων μεγεθών" -#: ../gtk/gtkpagesetupunixdialog.c:1933 +#: gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Πλάτος:" -#: ../gtk/gtkpagesetupunixdialog.c:1945 +#: gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "Ύ_ψος:" -#: ../gtk/gtkpagesetupunixdialog.c:1957 +#: gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Μέγεθος χαρτιού" -#: ../gtk/gtkpagesetupunixdialog.c:1967 +#: gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Πάνω:" -#: ../gtk/gtkpagesetupunixdialog.c:1979 +#: gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Κάτω:" -#: ../gtk/gtkpagesetupunixdialog.c:1991 +#: gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Αριστερά:" -#: ../gtk/gtkpagesetupunixdialog.c:2003 +#: gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Δεξιά:" -#: ../gtk/gtkpagesetupunixdialog.c:2044 +#: gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Περιθώρια χαρτιού" -#: ../gtk/gtkpathbar.c:151 +#: gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Διαδρομή πάνω" -#: ../gtk/gtkpathbar.c:153 +#: gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Διαδρομή κάτω" -#: ../gtk/gtkpathbar.c:1472 +#: gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Ρίζα συστήματος αρχείων" -#: ../gtk/gtkprinteroptionwidget.c:693 +#: gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Μη διαθέσιμο" -#: ../gtk/gtkprinteroptionwidget.c:808 +#: gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "Αποθήκευ_ση στο φάκελο:" @@ -2471,176 +2459,181 @@ msgstr "Αποθήκευ_ση στο φάκελο:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: ../gtk/gtkprintoperation.c:175 +#: gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s εκτύπωση #%d" -#: ../gtk/gtkprintoperation.c:1517 +#: gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Αρχική κατάσταση" -#: ../gtk/gtkprintoperation.c:1518 +#: gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Προετοιμασία εκτύπωσης" -#: ../gtk/gtkprintoperation.c:1519 +#: gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Παραγωγή δεδομένων" -#: ../gtk/gtkprintoperation.c:1520 +#: gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Αποστολή δεδομένων" -#: ../gtk/gtkprintoperation.c:1521 +#: gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Αναμονή" -#: ../gtk/gtkprintoperation.c:1522 +#: gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Διακοπή λόγω προβλήματος" -#: ../gtk/gtkprintoperation.c:1523 +#: gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Εκτύπωση" -#: ../gtk/gtkprintoperation.c:1524 +#: gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Ολοκληρώθηκε" -#: ../gtk/gtkprintoperation.c:1525 +#: gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Ολοκληρώθηκε με σφάλμα" -#: ../gtk/gtkprintoperation.c:2048 +#: gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Προετοιμασία %d" -#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 +#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 +#, c-format msgid "Preparing" msgstr "Προετοιμασία" -#: ../gtk/gtkprintoperation.c:2053 +#: gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Εκτύπωση %d" -#: ../gtk/gtkprintoperation.c:2411 +#: gtk/gtkprintoperation.c:2411 +#, c-format msgid "Error creating print preview" msgstr "Σφάλμα κατά την παραγωγή της προεπισκόπησης" -#: ../gtk/gtkprintoperation.c:2414 +#: gtk/gtkprintoperation.c:2414 +#, c-format msgid "The most probable reason is that a temporary file could not be created." msgstr "Η πιθανότερη αιτία είναι η αδυναμία δημιουργίας προσωρινού αρχείου." -#: ../gtk/gtkprintoperation-unix.c:257 +#: gtk/gtkprintoperation-unix.c:257 +#, c-format msgid "Error launching preview" msgstr "Σφάλμα κατά την εκκίνηση της προεπισκόπησης" -#: ../gtk/gtkprintoperation-unix.c:301 +#: gtk/gtkprintoperation-unix.c:301 +#, c-format msgid "Error printing" msgstr "Σφάλμα κατά την εκτύπωση" -#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Εφαρμογή" -#: ../gtk/gtkprintoperation-win32.c:590 +#: gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Εκτυπωτής αποσυνδεδεμένος" -#: ../gtk/gtkprintoperation-win32.c:592 +#: gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Τελείωσε το χαρτί" #. Translators: this is a printer status. -#: ../gtk/gtkprintoperation-win32.c:594 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: gtk/gtkprintoperation-win32.c:594 +#: modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Παύθηκε" -#: ../gtk/gtkprintoperation-win32.c:596 +#: gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Απαιτείται παρέμβαση του χρήστη" -#: ../gtk/gtkprintoperation-win32.c:696 +#: gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Προσαρμοσμένο μέγεθος" -#: ../gtk/gtkprintoperation-win32.c:1517 +#: gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Δε βρέθηκε εκτυπωτής" -#: ../gtk/gtkprintoperation-win32.c:1544 +#: gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Μη έγκυρο όρισμα στο CreateDC" -#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 +#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Σφάλμα του StartDoc" -#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 -#: ../gtk/gtkprintoperation-win32.c:1729 +#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 +#: gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Ανεπάρκεια μνήμης" -#: ../gtk/gtkprintoperation-win32.c:1734 +#: gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Μη έγκυρο όρισμα στο PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1739 +#: gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Μη έγκυρος δείκτης για το PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1744 +#: gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Μη έγκυρος χειριστής για το PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1749 +#: gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Ακαθόριστο σφάλμα" -#: ../gtk/gtkprintunixdialog.c:1758 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Εκτυπωτής" #. Translators: this is the header for the location column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1768 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Τοποθεσία" #. Translators: this is the header for the printer status column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1779 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Κατάσταση" -#: ../gtk/gtkprintunixdialog.c:1804 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Εύρος" -#: ../gtk/gtkprintunixdialog.c:1808 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "Ό_λες οι σελίδες" -#: ../gtk/gtkprintunixdialog.c:1815 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Τρέχουσα σελίδα" -#: ../gtk/gtkprintunixdialog.c:1824 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Σελίδες:" -#: ../gtk/gtkprintunixdialog.c:1825 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2648,124 +2641,124 @@ msgstr "" "Μια ή περισσότερες σειρές επιλεγμένων σελίδων,\n" " π.χ. 1-3,7,11" -#: ../gtk/gtkprintunixdialog.c:1835 +#: gtk/gtkprintunixdialog.c:1835 msgid "Pages" msgstr "Σελίδες" -#: ../gtk/gtkprintunixdialog.c:1848 +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Αντίγραφα" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: ../gtk/gtkprintunixdialog.c:1853 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Αντί_γραφα:" -#: ../gtk/gtkprintunixdialog.c:1871 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "Συ_ρραφή" -#: ../gtk/gtkprintunixdialog.c:1879 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Αντίστρο_φη σειρά" -#: ../gtk/gtkprintunixdialog.c:1899 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Γενικά" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: ../gtk/gtkprintunixdialog.c:2439 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: gtk/gtkprintunixdialog.c:2439 +#: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Σειρά σελίδων" -#: ../gtk/gtkprintunixdialog.c:2445 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Από αριστερά προς δεξιά" -#: ../gtk/gtkprintunixdialog.c:2446 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Από δεξιά προς αριστερά" -#: ../gtk/gtkprintunixdialog.c:2515 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Διάταξη" -#: ../gtk/gtkprintunixdialog.c:2519 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Διπλής όψης:" -#: ../gtk/gtkprintunixdialog.c:2534 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Σελίδες ανά _φύλλο:" -#: ../gtk/gtkprintunixdialog.c:2552 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "_Σειρά σελίδων:" -#: ../gtk/gtkprintunixdialog.c:2568 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Εκτύπωση _μόνο για:" #. In enum order -#: ../gtk/gtkprintunixdialog.c:2583 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Όλες τις σελίδες" -#: ../gtk/gtkprintunixdialog.c:2584 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Ζυγές σελίδες" -#: ../gtk/gtkprintunixdialog.c:2585 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Μονές σελίδες" -#: ../gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Κλί_μακα:" -#: ../gtk/gtkprintunixdialog.c:2615 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Χαρτί" -#: ../gtk/gtkprintunixdialog.c:2619 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Τύπος χαρτιού:" -#: ../gtk/gtkprintunixdialog.c:2634 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Πηγή χαρτιού:" -#: ../gtk/gtkprintunixdialog.c:2649 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Συρτάρι ε_ξόδου:" -#: ../gtk/gtkprintunixdialog.c:2703 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Λεπτομέρειες εκτύπωσης" -#: ../gtk/gtkprintunixdialog.c:2709 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Πρ_οτεραιότητα:" -#: ../gtk/gtkprintunixdialog.c:2724 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Πληροφορίες τιμο_λόγησης:" -#: ../gtk/gtkprintunixdialog.c:2742 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Εκτύπωση εγγράφου" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2751 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Τώρα" -#: ../gtk/gtkprintunixdialog.c:2762 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Στις:" @@ -2773,7 +2766,7 @@ msgstr "_Στις:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: ../gtk/gtkprintunixdialog.c:2768 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2781,118 +2774,118 @@ msgstr "" "Προσδιορίστε πότε θα γίνει η εκτύπωση,\n" "π.χ. 15:30, 2:35 μμ, 14:15:20, 11:46:30 πμ, 4 μμ" -#: ../gtk/gtkprintunixdialog.c:2778 +#: gtk/gtkprintunixdialog.c:2778 msgid "Time of print" msgstr "Ώρα εκτύπωσης" -#: ../gtk/gtkprintunixdialog.c:2794 +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Σε α_ναμονή" -#: ../gtk/gtkprintunixdialog.c:2795 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Η εργασία τίθεται σε αναμονή μέχρι να ζητηθεί ρητά η εκτύπωση" -#: ../gtk/gtkprintunixdialog.c:2815 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Προσθήκη εξωφύλλου" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../gtk/gtkprintunixdialog.c:2824 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "Π_ριν:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../gtk/gtkprintunixdialog.c:2842 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Μετά:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2860 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Εκτύπωση" -#: ../gtk/gtkprintunixdialog.c:2926 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Για προχωρημένους" -#: ../gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Ποιότητα εικόνας" -#: ../gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Χρώμα" -#: ../gtk/gtkprintunixdialog.c:2967 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Ολοκληρώνεται" -#: ../gtk/gtkprintunixdialog.c:2977 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Μερικές ρυθμίσεις του διαλόγου συγκρούονται μεταξύ τους" -#: ../gtk/gtkprintunixdialog.c:3000 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Εκτύπωση" -#: ../gtk/gtkrc.c:2874 +#: gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Δε βρέθηκε το αρχείο include : \"%s\"" -#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 +#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Δε βρέθηκε το αρχείο εικόνας στη διαδρομή_pixmap: \"%s\"" -#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 -#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 +#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 +#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "" "Αυτή η λειτουργία δεν υποστηρίζεται για γραφικά συστατικά της κλάσης '%s'" -#: ../gtk/gtkrecentchooserdefault.c:481 +#: gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Επιλέξτε τον τύπο εγγράφων που θα προβάλλονται" -#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 +#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Δε βρέθηκε καταχώρηση για το URI '%s'" -#: ../gtk/gtkrecentchooserdefault.c:1298 +#: gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Ανώνυμο φίλτρο" -#: ../gtk/gtkrecentchooserdefault.c:1651 +#: gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Αδυναμία αφαίρεσης καταχώρησης" -#: ../gtk/gtkrecentchooserdefault.c:1695 +#: gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Αδυναμία εκκαθάρισης λίστας" -#: ../gtk/gtkrecentchooserdefault.c:1779 +#: gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Αντιγραφή _τοποθεσίας" -#: ../gtk/gtkrecentchooserdefault.c:1792 +#: gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "Απο_μάκρυνση από τη λίστα" -#: ../gtk/gtkrecentchooserdefault.c:1801 +#: gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Εκκαθάριση λίστας" -#: ../gtk/gtkrecentchooserdefault.c:1815 +#: gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Προβολή ι_διωτικών πόρων" @@ -2906,21 +2899,21 @@ msgstr "Προβολή ι_διωτικών πόρων" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: ../gtk/gtkrecentchoosermenu.c:342 +#: gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Δε βρέθηκαν καταχωρήσεις" -#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 +#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Δε βρέθηκε πρόσφατα χρησιμοποιημένη καταχώρηση με URI `%s'" -#: ../gtk/gtkrecentchoosermenu.c:775 +#: gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Άνοιγμα '%s'" -#: ../gtk/gtkrecentchoosermenu.c:805 +#: gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Άγνωστη καταχώρηση" @@ -2929,7 +2922,7 @@ msgstr "Άγνωστη καταχώρηση" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: ../gtk/gtkrecentchoosermenu.c:816 +#: gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2938,37 +2931,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: ../gtk/gtkrecentchoosermenu.c:821 +#: gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 -#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 -#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 -#: ../gtk/gtkrecentmanager.c:1258 +#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 +#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 +#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 +#: gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Αδυναμία εύρεσης καταχώρησης με URI '%s'" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: ../gtk/gtkstock.c:288 +#: gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Πληροφορίες" -#: ../gtk/gtkstock.c:289 +#: gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Προειδοποίηση" -#: ../gtk/gtkstock.c:290 +#: gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Σφάλμα" -#: ../gtk/gtkstock.c:291 +#: gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Ερώτηση" @@ -2976,556 +2969,556 @@ msgstr "Ερώτηση" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: ../gtk/gtkstock.c:296 +#: gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "Π_ερί" -#: ../gtk/gtkstock.c:297 +#: gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Προσθήκη" -#: ../gtk/gtkstock.c:298 +#: gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Εφαρμογή" -#: ../gtk/gtkstock.c:299 +#: gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "Έν_τονα" -#: ../gtk/gtkstock.c:300 +#: gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Ακύρωση" -#: ../gtk/gtkstock.c:301 +#: gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-Rom" -#: ../gtk/gtkstock.c:302 +#: gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Εκκαθάριση" -#: ../gtk/gtkstock.c:303 +#: gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Κλείσιμο" -#: ../gtk/gtkstock.c:304 +#: gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "_Σύνδεση" -#: ../gtk/gtkstock.c:305 +#: gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Μετατροπή" -#: ../gtk/gtkstock.c:306 +#: gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Αντιγραφή" -#: ../gtk/gtkstock.c:307 +#: gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "Αποκο_πή" -#: ../gtk/gtkstock.c:308 +#: gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Διαγραφή" -#: ../gtk/gtkstock.c:309 +#: gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "Από_ρριψη" -#: ../gtk/gtkstock.c:310 +#: gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "Απο_σύνδεση" -#: ../gtk/gtkstock.c:311 +#: gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Εκτέλεση" -#: ../gtk/gtkstock.c:312 +#: gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Επεξεργασία" -#: ../gtk/gtkstock.c:313 +#: gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Εύρεση" -#: ../gtk/gtkstock.c:314 +#: gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Εύρεση και _αντικατάσταση" -#: ../gtk/gtkstock.c:315 +#: gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Δισκέτα" -#: ../gtk/gtkstock.c:316 +#: gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Πλήρης Οθόνη" -#: ../gtk/gtkstock.c:317 +#: gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "Έξ_οδος από πλήρη οθόνη" #. This is a navigation label as in "go to the bottom of the page" -#: ../gtk/gtkstock.c:319 +#: gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "Τέ_λος" #. This is a navigation label as in "go to the first page" -#: ../gtk/gtkstock.c:321 +#: gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Πρώτη" #. This is a navigation label as in "go to the last page" -#: ../gtk/gtkstock.c:323 +#: gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Τελευταία" #. This is a navigation label as in "go to the top of the page" -#: ../gtk/gtkstock.c:325 +#: gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "Αρ_χή" #. This is a navigation label as in "go back" -#: ../gtk/gtkstock.c:327 +#: gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "Πί_σω" #. This is a navigation label as in "go down" -#: ../gtk/gtkstock.c:329 +#: gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Κάτω" #. This is a navigation label as in "go forward" -#: ../gtk/gtkstock.c:331 +#: gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Μπροστά" #. This is a navigation label as in "go up" -#: ../gtk/gtkstock.c:333 +#: gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "Πά_νω" -#: ../gtk/gtkstock.c:334 +#: gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Σκληρός δίσκος" -#: ../gtk/gtkstock.c:335 +#: gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Βοήθεια" -#: ../gtk/gtkstock.c:336 +#: gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Αρχική" -#: ../gtk/gtkstock.c:337 +#: gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Αύξηση εσοχής" -#: ../gtk/gtkstock.c:338 +#: gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Μείωση εσοχής" -#: ../gtk/gtkstock.c:339 +#: gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "Ε_υρετήριο" -#: ../gtk/gtkstock.c:340 +#: gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Πληροφορίες" -#: ../gtk/gtkstock.c:341 +#: gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Πλάγια" -#: ../gtk/gtkstock.c:342 +#: gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Μετάβαση σε" #. This is about text justification, "centered text" -#: ../gtk/gtkstock.c:344 +#: gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Κέντρο" #. This is about text justification -#: ../gtk/gtkstock.c:346 +#: gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Πλήρης κάλυψη" #. This is about text justification, "left-justified text" -#: ../gtk/gtkstock.c:348 +#: gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Αριστερά" #. This is about text justification, "right-justified text" -#: ../gtk/gtkstock.c:350 +#: gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Δεξιά" #. Media label, as in "fast forward" -#: ../gtk/gtkstock.c:353 +#: gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Μπροστά" #. Media label, as in "next song" -#: ../gtk/gtkstock.c:355 +#: gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "Ε_πόμενο" #. Media label, as in "pause music" -#: ../gtk/gtkstock.c:357 +#: gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "Παύ_ση" #. Media label, as in "play music" -#: ../gtk/gtkstock.c:359 +#: gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "Αναπαραγω_γή" #. Media label, as in "previous song" -#: ../gtk/gtkstock.c:361 +#: gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "Πρ_οηγούμενο" #. Media label -#: ../gtk/gtkstock.c:363 +#: gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "Ε_γγραφή" #. Media label -#: ../gtk/gtkstock.c:365 +#: gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Πίσω" #. Media label -#: ../gtk/gtkstock.c:367 +#: gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Διακοπή" -#: ../gtk/gtkstock.c:368 +#: gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Δίκτυο" -#: ../gtk/gtkstock.c:369 +#: gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Νέο" -#: ../gtk/gtkstock.c:370 +#: gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "Ό_χι" -#: ../gtk/gtkstock.c:371 +#: gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_Εντάξει" -#: ../gtk/gtkstock.c:372 +#: gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "Άν_οιγμα" #. Page orientation -#: ../gtk/gtkstock.c:374 +#: gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Τοπίο" #. Page orientation -#: ../gtk/gtkstock.c:376 +#: gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Πορτρέτο" #. Page orientation -#: ../gtk/gtkstock.c:378 +#: gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Ανάποδο τοπίο" #. Page orientation -#: ../gtk/gtkstock.c:380 +#: gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Ανάποδο πορτρέτο" -#: ../gtk/gtkstock.c:381 +#: gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "_Διαμόρφωση σελίδας" -#: ../gtk/gtkstock.c:382 +#: gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Επικόλληση" -#: ../gtk/gtkstock.c:383 +#: gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Προτιμήσεις" -#: ../gtk/gtkstock.c:384 +#: gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Εκτύπωση" -#: ../gtk/gtkstock.c:385 +#: gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Προε_πισκόπηση εκτύπωσης" -#: ../gtk/gtkstock.c:386 +#: gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Ιδιότητες" -#: ../gtk/gtkstock.c:387 +#: gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "Έ_ξοδος" -#: ../gtk/gtkstock.c:388 +#: gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Ακύρωση αναίρεσης" -#: ../gtk/gtkstock.c:389 +#: gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Ανανέωση" -#: ../gtk/gtkstock.c:390 +#: gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Αφαίρεση" -#: ../gtk/gtkstock.c:391 +#: gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Επαναφορά" -#: ../gtk/gtkstock.c:392 +#: gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Αποθήκευση" -#: ../gtk/gtkstock.c:393 +#: gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Αποθήκευση _ως" -#: ../gtk/gtkstock.c:394 +#: gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Επιλογή ό_λων" -#: ../gtk/gtkstock.c:395 +#: gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Χρώμα" -#: ../gtk/gtkstock.c:396 +#: gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Γραμματοσειρά" #. Sorting direction -#: ../gtk/gtkstock.c:398 +#: gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Αύξουσα" #. Sorting direction -#: ../gtk/gtkstock.c:400 +#: gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Φθίνουσα" -#: ../gtk/gtkstock.c:401 +#: gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_Ορθογραφικός έλεγχος" -#: ../gtk/gtkstock.c:402 +#: gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Διακοπή" #. Font variant -#: ../gtk/gtkstock.c:404 +#: gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Διακριτή διαγραφή" -#: ../gtk/gtkstock.c:405 +#: gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Ακύρωση διαγραφής" #. Font variant -#: ../gtk/gtkstock.c:407 +#: gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Υπογράμμιση" -#: ../gtk/gtkstock.c:408 +#: gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Αναίρεση" -#: ../gtk/gtkstock.c:409 +#: gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Ναι" #. Zoom -#: ../gtk/gtkstock.c:411 +#: gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "Κανο_νικό μέγεθος" #. Zoom -#: ../gtk/gtkstock.c:413 +#: gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Καλύτερο ταί_ριασμα" -#: ../gtk/gtkstock.c:414 +#: gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "Μεγέ_θυνση" -#: ../gtk/gtkstock.c:415 +#: gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "Σμίκρ_υνση" -#: ../gtk/gtktextbufferrichtext.c:651 +#: gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Άγνωστο σφάλμα κατά την προσπάθεια deserialize του %s" -#: ../gtk/gtktextbufferrichtext.c:710 +#: gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Δε βρέθηκε συνάρτηση deserialize για τον τύπο %s" -#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 +#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "Τόσο το \"id\" όσο και το \"name\" βρέθηκαν στο στοιχείο <%s>" -#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 +#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "Το γνώρισμα \"%s\" βρέθηκε δύο φορές στο στοιχείο <%s>" -#: ../gtk/gtktextbufferserialize.c:846 +#: gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "Το στοιχείο <%s> έχει μη έγκυρο id \"%s\"" -#: ../gtk/gtktextbufferserialize.c:856 +#: gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "Το στοιχείο <%s> δεν διαθέτει γνώρισμα \"name\" ή \"id\"" -#: ../gtk/gtktextbufferserialize.c:943 +#: gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "Το γνώρισμα \"%s\" επαναλαμβάνεται δύο φορές στο ίδιο στοιχείο <%s>" -#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 +#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "" "Το γνώρισμα \"%s\" δεν είναι έγκυρο για το στοιχείο <%s> σε αυτήν την " "περίπτωση" -#: ../gtk/gtktextbufferserialize.c:1022 +#: gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Η ετικέτα \"%s\" δεν έχει οριστεί." -#: ../gtk/gtktextbufferserialize.c:1034 +#: gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Βρέθηκε ανώνυμη ετικέτα και δεν μπορούν να δημιουργηθούν ετικέτες." -#: ../gtk/gtktextbufferserialize.c:1045 +#: gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "" "Η ετικέτα \"%s\" δεν υπάρχει στην ενδιάμεση μνήμη και δεν μπορούν να " "δημιουργηθούν ετικέτες." -#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 -#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 +#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 +#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Το στοιχείο <%s> δεν επιτρέπεται κάτω από το <%s>" -#: ../gtk/gtktextbufferserialize.c:1175 +#: gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "Το \"%s\" δεν είναι έγκυρος τύπος γνωρίσματος" -#: ../gtk/gtktextbufferserialize.c:1183 +#: gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "Το \"%s\" δεν είναι έγκυρο όνομα γνωρίσματος" -#: ../gtk/gtktextbufferserialize.c:1193 +#: gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" @@ -3533,144 +3526,144 @@ msgstr "" "Το \"%s\" δεν μπορεί να μετατραπεί σε τιμή του τύπου \"%s\" για το γνώρισμα " "\"%s\"" -#: ../gtk/gtktextbufferserialize.c:1202 +#: gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "Το \"%s\" δεν είναι έγκυρη τιμή για το γνώρισμα \"%s\"" -#: ../gtk/gtktextbufferserialize.c:1285 +#: gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Η ετικέτα \"%s\" έχει ήδη οριστεί" -#: ../gtk/gtktextbufferserialize.c:1296 +#: gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Η ετικέτα \"%s\" έχει μη έγκυρη προτεραιότητα \"%s\"" -#: ../gtk/gtktextbufferserialize.c:1349 +#: gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "" "Το εξωτερικό στοιχείο στο κείμενο θα πρέπει να είναι το " "και όχι το <%s>" -#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 +#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Ένα στοιχείο <%s> έχει ήδη καθοριστεί" -#: ../gtk/gtktextbufferserialize.c:1380 +#: gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Το στοιχείο δεν μπορεί να εμφανίζεται πριν από στοιχείο " -#: ../gtk/gtktextbufferserialize.c:1779 +#: gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Τα serialized δεδομένα δεν έχουν τη σωστή μορφή" -#: ../gtk/gtktextbufferserialize.c:1857 +#: gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Τα serialized δεδομένα δεν έχουν τη σωστή μορφή. Η πρώτη ενότητα δεν είναι " "GTKTEXTBUFFERCONTENTS-0001" -#: ../gtk/gtktextutil.c:61 +#: gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "_LRM Σημείο αριστερά προς δεξιά" -#: ../gtk/gtktextutil.c:62 +#: gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "_RLM Σημείο δεξιά προς αριστερά" -#: ../gtk/gtktextutil.c:63 +#: gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE _Ενσωμάτωση αριστερά προς δεξιά" -#: ../gtk/gtktextutil.c:64 +#: gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE Ενσω_μάτωση δεξιά προς αριστερά" -#: ../gtk/gtktextutil.c:65 +#: gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO _Αναγκαστικά αριστερά προς δεξιά" -#: ../gtk/gtktextutil.c:66 +#: gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO Αναγκαστι_κά δεξιά προς αριστερά" -#: ../gtk/gtktextutil.c:67 +#: gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "_PDF Αναίρεση τελευταίας ρύθμισης κατεύθυνσης" -#: ../gtk/gtktextutil.c:68 +#: gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "_ZWS Διάστημα μηδενικού πλάτους" -#: ../gtk/gtktextutil.c:69 +#: gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZW_J Συνδετικό μηδενικού πλάτους" -#: ../gtk/gtktextutil.c:70 +#: gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZW_NJ Μη συνδετικό μηδενικού πλάτους" -#: ../gtk/gtkthemes.c:71 +#: gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Αδυναμία εντοπισμού μηχανής θεμάτων στη διαδρομή_αρθρώματος: \"%s\"," -#: ../gtk/gtktipsquery.c:188 +#: gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Δεν υπάρχει συμβουλή ---" -#: ../gtk/gtkuimanager.c:1463 +#: gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Μη αναμενόμενη ετικέτα εκκίνησης '%s' στη γραμμή %d χαρ. %d" -#: ../gtk/gtkuimanager.c:1553 +#: gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Μη αναμενόμενα δεδομένα χαρακτήρων στη γραμμή %d χαρ. %d" -#: ../gtk/gtkuimanager.c:2385 +#: gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Κενό" -#: ../gtk/gtkvolumebutton.c:73 +#: gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Ένταση ήχου" -#: ../gtk/gtkvolumebutton.c:75 +#: gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Αυξομειώνει την ένταση του ήχου" -#: ../gtk/gtkvolumebutton.c:78 +#: gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Ρυθμίζει την ένταση του ήχου" -#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 +#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Μείωση έντασης" -#: ../gtk/gtkvolumebutton.c:83 +#: gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Μειώνει την ένταση του ήχου" -#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 +#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Αύξηση έντασης" -#: ../gtk/gtkvolumebutton.c:89 +#: gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Αυξάνει την ένταση του ήχου" -#: ../gtk/gtkvolumebutton.c:147 +#: gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Σίγαση" -#: ../gtk/gtkvolumebutton.c:151 +#: gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Μέγιστη ένταση" @@ -3679,930 +3672,930 @@ msgstr "Μέγιστη ένταση" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: ../gtk/gtkvolumebutton.c:164 +#: gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: ../gtk/paper_names_offsets.c:4 +#: gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: ../gtk/paper_names_offsets.c:5 +#: gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: ../gtk/paper_names_offsets.c:6 +#: gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: ../gtk/paper_names_offsets.c:7 +#: gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: ../gtk/paper_names_offsets.c:8 +#: gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: ../gtk/paper_names_offsets.c:9 +#: gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: ../gtk/paper_names_offsets.c:10 +#: gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: ../gtk/paper_names_offsets.c:11 +#: gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: ../gtk/paper_names_offsets.c:12 +#: gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: ../gtk/paper_names_offsets.c:13 +#: gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: ../gtk/paper_names_offsets.c:14 +#: gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: ../gtk/paper_names_offsets.c:15 +#: gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: ../gtk/paper_names_offsets.c:16 +#: gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: ../gtk/paper_names_offsets.c:17 +#: gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: ../gtk/paper_names_offsets.c:18 +#: gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: ../gtk/paper_names_offsets.c:19 +#: gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: ../gtk/paper_names_offsets.c:20 +#: gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: ../gtk/paper_names_offsets.c:21 +#: gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: ../gtk/paper_names_offsets.c:22 +#: gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: ../gtk/paper_names_offsets.c:23 +#: gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: ../gtk/paper_names_offsets.c:24 +#: gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: ../gtk/paper_names_offsets.c:25 +#: gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: ../gtk/paper_names_offsets.c:26 +#: gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: ../gtk/paper_names_offsets.c:27 +#: gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: ../gtk/paper_names_offsets.c:28 +#: gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: ../gtk/paper_names_offsets.c:29 +#: gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: ../gtk/paper_names_offsets.c:30 +#: gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: ../gtk/paper_names_offsets.c:31 +#: gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: ../gtk/paper_names_offsets.c:32 +#: gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: ../gtk/paper_names_offsets.c:33 +#: gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: ../gtk/paper_names_offsets.c:34 +#: gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: ../gtk/paper_names_offsets.c:35 +#: gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: ../gtk/paper_names_offsets.c:36 +#: gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: ../gtk/paper_names_offsets.c:37 +#: gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: ../gtk/paper_names_offsets.c:38 +#: gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: ../gtk/paper_names_offsets.c:39 +#: gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: ../gtk/paper_names_offsets.c:40 +#: gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: ../gtk/paper_names_offsets.c:41 +#: gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: ../gtk/paper_names_offsets.c:42 +#: gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: ../gtk/paper_names_offsets.c:43 +#: gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: ../gtk/paper_names_offsets.c:44 +#: gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: ../gtk/paper_names_offsets.c:45 +#: gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5δ" -#: ../gtk/paper_names_offsets.c:46 +#: gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: ../gtk/paper_names_offsets.c:47 +#: gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: ../gtk/paper_names_offsets.c:48 +#: gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: ../gtk/paper_names_offsets.c:49 +#: gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: ../gtk/paper_names_offsets.c:50 +#: gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: ../gtk/paper_names_offsets.c:51 +#: gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: ../gtk/paper_names_offsets.c:52 +#: gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: ../gtk/paper_names_offsets.c:53 +#: gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: ../gtk/paper_names_offsets.c:54 +#: gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: ../gtk/paper_names_offsets.c:55 +#: gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: ../gtk/paper_names_offsets.c:56 +#: gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: ../gtk/paper_names_offsets.c:57 +#: gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: ../gtk/paper_names_offsets.c:58 +#: gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: ../gtk/paper_names_offsets.c:59 +#: gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: ../gtk/paper_names_offsets.c:60 +#: gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: ../gtk/paper_names_offsets.c:61 +#: gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: ../gtk/paper_names_offsets.c:62 +#: gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: ../gtk/paper_names_offsets.c:63 +#: gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: ../gtk/paper_names_offsets.c:64 +#: gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: ../gtk/paper_names_offsets.c:65 +#: gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Φάκελος DL" -#: ../gtk/paper_names_offsets.c:66 +#: gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: ../gtk/paper_names_offsets.c:67 +#: gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: ../gtk/paper_names_offsets.c:68 +#: gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: ../gtk/paper_names_offsets.c:69 +#: gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: ../gtk/paper_names_offsets.c:70 +#: gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: ../gtk/paper_names_offsets.c:71 +#: gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: ../gtk/paper_names_offsets.c:72 +#: gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: ../gtk/paper_names_offsets.c:73 +#: gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: ../gtk/paper_names_offsets.c:74 +#: gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: ../gtk/paper_names_offsets.c:75 +#: gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: ../gtk/paper_names_offsets.c:76 +#: gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: ../gtk/paper_names_offsets.c:77 +#: gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: ../gtk/paper_names_offsets.c:78 +#: gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: ../gtk/paper_names_offsets.c:79 +#: gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: ../gtk/paper_names_offsets.c:80 +#: gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: ../gtk/paper_names_offsets.c:81 +#: gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: ../gtk/paper_names_offsets.c:82 +#: gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: ../gtk/paper_names_offsets.c:83 +#: gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: ../gtk/paper_names_offsets.c:84 +#: gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Φάκελος Choukei 2" -#: ../gtk/paper_names_offsets.c:85 +#: gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Φάκελος Choukei 3" -#: ../gtk/paper_names_offsets.c:86 +#: gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Φάκελος Choukei 4" -#: ../gtk/paper_names_offsets.c:87 +#: gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (καρτ-ποστάλ)" -#: ../gtk/paper_names_offsets.c:88 +#: gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Φάκελος kahu" -#: ../gtk/paper_names_offsets.c:89 +#: gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Φάκελος kaku2" -#: ../gtk/paper_names_offsets.c:90 +#: gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (καρτ-ποστάλ απάντησης)" -#: ../gtk/paper_names_offsets.c:91 +#: gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Φάκελος you4" -#: ../gtk/paper_names_offsets.c:92 +#: gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: ../gtk/paper_names_offsets.c:93 +#: gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: ../gtk/paper_names_offsets.c:94 +#: gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 +#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: ../gtk/paper_names_offsets.c:97 +#: gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: ../gtk/paper_names_offsets.c:98 +#: gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: ../gtk/paper_names_offsets.c:99 +#: gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: ../gtk/paper_names_offsets.c:100 +#: gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: ../gtk/paper_names_offsets.c:101 +#: gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Φάκελος 6x9" -#: ../gtk/paper_names_offsets.c:102 +#: gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Φάκελος 7x9" -#: ../gtk/paper_names_offsets.c:103 +#: gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Φάκελος 9x11" -#: ../gtk/paper_names_offsets.c:104 +#: gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Φάκελος a2" -#: ../gtk/paper_names_offsets.c:105 +#: gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: ../gtk/paper_names_offsets.c:106 +#: gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: ../gtk/paper_names_offsets.c:107 +#: gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: ../gtk/paper_names_offsets.c:108 +#: gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: ../gtk/paper_names_offsets.c:109 +#: gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: ../gtk/paper_names_offsets.c:110 +#: gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: ../gtk/paper_names_offsets.c:111 +#: gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: ../gtk/paper_names_offsets.c:112 +#: gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Φάκελος c5" -#: ../gtk/paper_names_offsets.c:113 +#: gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: ../gtk/paper_names_offsets.c:114 +#: gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: ../gtk/paper_names_offsets.c:115 +#: gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: ../gtk/paper_names_offsets.c:116 +#: gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "Ευρωπαϊκό edp" -#: ../gtk/paper_names_offsets.c:117 +#: gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: ../gtk/paper_names_offsets.c:118 +#: gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: ../gtk/paper_names_offsets.c:119 +#: gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold Ευρωπαϊκό" -#: ../gtk/paper_names_offsets.c:120 +#: gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: ../gtk/paper_names_offsets.c:121 +#: gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold Legal Γερμανικό" -#: ../gtk/paper_names_offsets.c:122 +#: gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government Legal" -#: ../gtk/paper_names_offsets.c:123 +#: gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government Letter" -#: ../gtk/paper_names_offsets.c:124 +#: gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Index 3x5" -#: ../gtk/paper_names_offsets.c:125 +#: gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (καρτ-ποστάλ)" -#: ../gtk/paper_names_offsets.c:126 +#: gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: ../gtk/paper_names_offsets.c:127 +#: gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Index 5x8" -#: ../gtk/paper_names_offsets.c:128 +#: gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Τιμολόγιο" -#: ../gtk/paper_names_offsets.c:129 +#: gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: ../gtk/paper_names_offsets.c:130 +#: gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: ../gtk/paper_names_offsets.c:131 +#: gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: ../gtk/paper_names_offsets.c:132 +#: gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: ../gtk/paper_names_offsets.c:133 +#: gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: ../gtk/paper_names_offsets.c:134 +#: gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: ../gtk/paper_names_offsets.c:135 +#: gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Φάκελος Monarch" -#: ../gtk/paper_names_offsets.c:136 +#: gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Φάκελος #10" -#: ../gtk/paper_names_offsets.c:137 +#: gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Φάκελος #11" -#: ../gtk/paper_names_offsets.c:138 +#: gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Φάκελος #12" -#: ../gtk/paper_names_offsets.c:139 +#: gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Φάκελος #14" -#: ../gtk/paper_names_offsets.c:140 +#: gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Φάκελος #9" -#: ../gtk/paper_names_offsets.c:141 +#: gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Προσωπικός φάκελος" -#: ../gtk/paper_names_offsets.c:142 +#: gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto (οκτασέλιδο)" -#: ../gtk/paper_names_offsets.c:143 +#: gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: ../gtk/paper_names_offsets.c:144 +#: gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: ../gtk/paper_names_offsets.c:145 +#: gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Πλατιά μορφή" -#: ../gtk/paper_names_offsets.c:146 +#: gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: ../gtk/paper_names_offsets.c:147 +#: gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio (τετρασέλιδο)" -#: ../gtk/paper_names_offsets.c:148 +#: gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: ../gtk/paper_names_offsets.c:149 +#: gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Φάκελος προσκλητηρίου" -#: ../gtk/paper_names_offsets.c:150 +#: gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Ιταλικός φάκελος" -#: ../gtk/paper_names_offsets.c:151 +#: gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: ../gtk/paper_names_offsets.c:152 +#: gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: ../gtk/paper_names_offsets.c:153 +#: gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Φάκελος Postfix" -#: ../gtk/paper_names_offsets.c:154 +#: gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Μικρή φωτογραφία" -#: ../gtk/paper_names_offsets.c:155 +#: gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Φάκελος prc1" -#: ../gtk/paper_names_offsets.c:156 +#: gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Φάκελος prc10" -#: ../gtk/paper_names_offsets.c:157 +#: gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: ../gtk/paper_names_offsets.c:158 +#: gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Φάκελος prc2" -#: ../gtk/paper_names_offsets.c:159 +#: gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Φάκελος prc3" -#: ../gtk/paper_names_offsets.c:160 +#: gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: ../gtk/paper_names_offsets.c:161 +#: gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Φάκελος prc4" -#: ../gtk/paper_names_offsets.c:162 +#: gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Φάκελος prc5" -#: ../gtk/paper_names_offsets.c:163 +#: gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Φάκελος prc6" -#: ../gtk/paper_names_offsets.c:164 +#: gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Φάκελος prc7" -#: ../gtk/paper_names_offsets.c:165 +#: gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Φάκελος prc8" -#: ../gtk/paper_names_offsets.c:166 +#: gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: ../gtk/paper_names_offsets.c:167 +#: gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 +#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "" "βρέθηκαν διαφορετικά idatas για τα συνδεδεμένα με συμβολικό σύνδεσμο '%s' " "και '%s'\n" -#: ../gtk/updateiconcache.c:1374 +#: gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Αποτυχία εγγραφής κεφαλίδας\n" -#: ../gtk/updateiconcache.c:1380 +#: gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Αποτυχία εγγραφής πίνακα hash\n" -#: ../gtk/updateiconcache.c:1386 +#: gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Αποτυχία εγγραφής ευρετηρίου φακέλου\n" -#: ../gtk/updateiconcache.c:1394 +#: gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Αποτυχία επανεγγραφής κεφαλίδας\n" -#: ../gtk/updateiconcache.c:1455 +#: gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Αποτυχία ανοίγματος αρχείου %s : %s\n" -#: ../gtk/updateiconcache.c:1463 +#: gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Αποτυχία εγγραφής αρχείου λανθάνουσας μνήμης: %s\n" -#: ../gtk/updateiconcache.c:1499 +#: gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Η δημιουργηθείσα λανθάνουσα μνήμη δεν ήταν έγκυρη.\n" -#: ../gtk/updateiconcache.c:1511 +#: gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Αδυναμία μετονομασίας του %s σε %s: %s. Άρα, αφαιρείται το %s.\n" -#: ../gtk/updateiconcache.c:1523 +#: gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Αδυναμία μετονομασίας του %s σε %s: %s\n" -#: ../gtk/updateiconcache.c:1530 +#: gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Αδυναμία μετονομασίας του %s πάλι σε %s: %s.\n" -#: ../gtk/updateiconcache.c:1556 +#: gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Επιτυχής δημιουργία αρχείου λανθάνουσας μνήμης.\n" -#: ../gtk/updateiconcache.c:1595 +#: gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "" "Αντικατάσταση υπάρχουσας λανθάνουσας μνήμης, ακόμη κι αν είναι ενημερωμένη" -#: ../gtk/updateiconcache.c:1596 +#: gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Να μη γίνεται έλεγχος για την ύπαρξη του index.theme" -#: ../gtk/updateiconcache.c:1597 +#: gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Να μη συμπεριλαμβάνονται δεδομένα εικόνων στη λανθάνουσα μνήμη" -#: ../gtk/updateiconcache.c:1598 +#: gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Έξοδος σε αρχείο C header" -#: ../gtk/updateiconcache.c:1599 +#: gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Απενεργοποίηση αναλυτικής εξόδου μηνυμάτων" -#: ../gtk/updateiconcache.c:1600 +#: gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Επαλήθευση υπάρχουσας λανθάνουσας μνήμης εικονιδίων" -#: ../gtk/updateiconcache.c:1663 +#: gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Δε βρέθηκε το αρχείο: %s\n" -#: ../gtk/updateiconcache.c:1669 +#: gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Δεν είναι έγκυρη λανθάνουσα μνήμη εικονιδίων: %s\n" -#: ../gtk/updateiconcache.c:1682 +#: gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Δε βρέθηκε αρχείο ευρετηρίου θέματος." -#: ../gtk/updateiconcache.c:1686 +#: gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4613,271 +4606,271 @@ msgstr "" "χρησιμοποιήστε το --ignore-theme-index.\n" #. ID -#: ../modules/input/imam-et.c:454 +#: modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Αμχαρικά (EZ+)" #. ID -#: ../modules/input/imcedilla.c:92 +#: modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Σεντίγ" #. ID -#: ../modules/input/imcyrillic-translit.c:217 +#: modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Κυριλλικά (μεταγραμμένα)" #. ID -#: ../modules/input/iminuktitut.c:127 +#: modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (μεταγραμμένα)" #. ID -#: ../modules/input/imipa.c:145 +#: modules/input/imipa.c:145 msgid "IPA" msgstr "IPA (Διεθνές Φωνητικό Αλφάβητο)" #. ID -#: ../modules/input/immultipress.c:31 +#: modules/input/immultipress.c:31 msgid "Multipress" msgstr "Multipress (Πολλαπλών χτυπημάτων)" #. ID -#: ../modules/input/imthai.c:35 +#: modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Ταϋλανδέζικα-Λαοτιανά" #. ID -#: ../modules/input/imti-er.c:453 +#: modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrigna Ερυθραίας (EZ+)" #. ID -#: ../modules/input/imti-et.c:453 +#: modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrigna Αιθιοπίας (EZ+)" #. ID -#: ../modules/input/imviqr.c:244 +#: modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Βιετναμέζικα (VIQR)" #. ID -#: ../modules/input/imxim.c:28 +#: modules/input/imxim.c:28 msgid "X Input Method" msgstr "Μέθοδος Eισαγωγής Χ" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Τελειώνει το toner στον εκτυπωτή '%s'." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Τελείωσε το toner στον εκτυπωτή '%s'." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "Τελειώνει το developer στον εκτυπωτή '%s'." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Τελείωσε το developer στον εκτυπωτή '%s'." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "Τελειώνει τουλάχιστον ένα δοχείο έγχρωμου μελανιού στον εκτυπωτή '%s'." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Τελείωσε τουλάχιστον ένα δοχείο έγχρωμου μελανιού στον εκτυπωτή '%s'." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "Είναι ανοιχτό το κάλυμμα του εκτυπωτή '%s'." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "Είναι ανοιχτό το πορτάκι του εκτυπωτή '%s'." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Τελειώνει το χαρτί στον εκτυπωτή '%s'." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Τελείωσε το χαρτί στον εκτυπωτή '%s'." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Ο εκτυπωτής '%s' είναι αποσυνδεδεμένος." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Ο εκτυπωτής '%s' μπορεί να μην είναι συνδεδεμένος." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Υπάρχει πρόβλημα στον εκτυπωτή '%s'." #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Σε παύση· δε γίνονται δεκτές εκτυπώσεις" #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Δε γίνονται δεκτές εκτυπώσεις" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Διπλής όψης" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Τύπος χαρτιού" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Πηγή χαρτιού" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Συρτάρι εξόδου" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Ανάλυση" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "GhostScript pre-filtering" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Μονής όψης" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Μακρύ άκρο (κανονικό)" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Βραχύ άκρο (αναστροφή)" #. Translators: this is an option of "Paper Source" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Αυτόματη επιλογή" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Προεπιλογή εκτυπωτή" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Ενσωμάτωση μόνο των γραμματοσειρών GhostScript" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Μετατροπή σε PS επιπέδου 1" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Μετατροπή σε PS επιπέδου 2" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Χωρίς pre-filtering" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Διάφορα" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Επείγον" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Υψηλή" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Μεσαία" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Χαμηλή" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Από αριστερά προς δεξιά, από πάνω προς τα κάτω" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Από αριστερά προς δεξιά, από κάτω προς τα πάνω" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Από δεξιά προς αριστερά, από πάνω προς τα κάτω" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Από δεξιά προς αριστερά, από κάτω προς τα πάνω" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Από πάνω προς τα κάτω, από αριστερά προς δεξιά" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Από πάνω προς τα κάτω, από δεξιά προς αριστερά" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Από κάτω προς τα πάνω, από αριστερά προς δεξιά" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Από κάτω προς τα πάνω, από δεξιά προς αριστερά" @@ -4885,66 +4878,66 @@ msgstr "Από κάτω προς τα πάνω, από δεξιά προς αρ #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Σελίδες ανά φύλλο" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Προτεραιότητα" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Πληροφορίες τιμολόγησης" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Κανένα" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Διαβαθμισμένο" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Εμπιστευτικό" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Απόρρητο" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Κανονικό" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Άκρως απόρρητο" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Αδιαβάθμητο" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Πριν" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Μετά" @@ -4952,14 +4945,14 @@ msgstr "Μετά" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Ώρα εκτύπωσης" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Ώρα εκτύπωσης" @@ -4967,65 +4960,65 @@ msgstr "Ώρα εκτύπωσης" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Προσαρμοσμένο %sx%s" #. default filename used for print-to-file -#: ../modules/printbackends/file/gtkprintbackendfile.c:235 +#: modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "αποτέλεσμα.%s" -#: ../modules/printbackends/file/gtkprintbackendfile.c:469 +#: modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Εκτύπωση σε αρχείο" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: ../modules/printbackends/file/gtkprintbackendfile.c:558 -#: ../modules/printbackends/test/gtkprintbackendtest.c:506 +#: modules/printbackends/file/gtkprintbackendfile.c:558 +#: modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Σελίδες ανά _φύλλο" -#: ../modules/printbackends/file/gtkprintbackendfile.c:604 +#: modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Αρχείο" -#: ../modules/printbackends/file/gtkprintbackendfile.c:613 +#: modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "Μ_ορφή αποτελέσματος" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Εκτύπωση σε LPR" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Σελίδες ανά φύλλο" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Γραμμή εντολών" #. default filename used for print-to-test -#: ../modules/printbackends/test/gtkprintbackendtest.c:234 +#: modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "δοκιμαστικό.%s" -#: ../modules/printbackends/test/gtkprintbackendtest.c:470 +#: modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Εκτύπωση σε δοκιμαστικό εκτυπωτή" -#: ../tests/testfilechooser.c:207 +#: tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Αδυναμία λήψης πληροφοριών για το αρχείο '%s': %s" diff --git a/po/en_CA.po b/po/en_CA.po index 97b040e913..e1e8183744 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2005-07-18 03:57-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" @@ -634,15 +634,15 @@ msgstr "Image type currently not supported" msgid "Couldn't allocate memory for color profile" msgstr "Couldn't allocate memory for colour profile" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Insufficient memory to open JPEG 2000 file" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Couldn't allocate memory to buffer image data" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "The JPEG 2000 image format" @@ -689,7 +689,7 @@ msgid "" msgstr "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "The JPEG image format" @@ -1191,46 +1191,46 @@ msgid_plural "Opening %d Items" msgstr[0] "Opening %d Item" msgstr[1] "Opening %d Items" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licence" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "The licence of the program" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "C_redits" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licence" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "About %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Credits" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Written by" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documented by" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Translated by" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Artwork by" @@ -1307,17 +1307,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Invalid type function: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Invalid root element: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Unhandled tag: '%s'" @@ -1413,7 +1418,7 @@ msgstr "Disabled" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "New accelerator..." @@ -1558,11 +1563,11 @@ msgstr "" msgid "Color Selection" msgstr "Colour Selection" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Input _Methods" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Insert Unicode Control Character" @@ -2003,7 +2008,7 @@ msgstr "_Rename" msgid "_Selection: " msgstr "_Selection: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2012,15 +2017,15 @@ msgstr "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Invalid UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Name too long" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Couldn't convert filename" @@ -2269,43 +2274,43 @@ msgstr "GTK+ Options" msgid "Show GTK+ Options" msgstr "Show GTK+ Options" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "C_onnect" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Rename" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Location:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "_Pressure:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2375,7 +2380,7 @@ msgstr "_Paper size:" msgid "_Orientation:" msgstr "_Orientation:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Page Setup" @@ -2528,17 +2533,17 @@ msgstr "Error launching preview" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Error launching preview" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Error printing" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Application" @@ -2599,37 +2604,37 @@ msgstr "Invalid handle to PrintDlgEx" msgid "Unspecified error" msgstr "Unspecified error" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Printer" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Location" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Status" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Range" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_All Pages" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "C_urrent Page" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Pag_es:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2637,190 +2642,200 @@ msgstr "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Pag_es:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Copies" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Copie_s:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "C_ollate" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Reverse" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "General" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Preparing" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM _Left-to-right mark" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "Print to File" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Layout" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "T_wo-sided:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Pages per _side:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "Pages per _side:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Only print:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "All sheets" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Even sheets" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Odd sheets" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Sc_ale:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Paper" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Paper _type:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Paper _source:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Output t_ray:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Job Details" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_ority:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Billing info:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Print Document" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Now" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "A_t:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "On _hold" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Add Cover Page" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "Be_fore:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_After:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Job" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Advanced" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Image Quality" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Colour" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Finishing" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Some of the settings in the dialogue conflict" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Print" diff --git a/po/en_GB.po b/po/en_GB.po index bd95d10a31..b68c187d31 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-20 23:18+0000\n" "Last-Translator: David Lodge \n" "Language-Team: British English \n" @@ -617,15 +617,15 @@ msgstr "Image type currently not supported" msgid "Couldn't allocate memory for color profile" msgstr "Couldn't allocate memory for colour profile" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Insufficient memory to open JPEG 2000 file" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Couldn't allocate memory to buffer image data" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "The JPEG 2000 image format" @@ -672,7 +672,7 @@ msgid "" msgstr "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "The JPEG image format" @@ -1168,46 +1168,46 @@ msgid_plural "Opening %d Items" msgstr[0] "Opening %d Item" msgstr[1] "Opening %d Items" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licence" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "The licence of the program" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "C_redits" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licence" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "About %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Credits" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Written by" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documented by" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Translated by" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Artwork by" @@ -1281,17 +1281,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Invalid type function: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Invalid root element: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Unhandled tag: '%s'" @@ -1386,7 +1391,7 @@ msgstr "Disabled" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "New accelerator..." @@ -1531,11 +1536,11 @@ msgstr "" msgid "Color Selection" msgstr "Colour Selection" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Input _Methods" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Insert Unicode Control Character" @@ -1974,7 +1979,7 @@ msgstr "_Rename" msgid "_Selection: " msgstr "_Selection: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1983,15 +1988,15 @@ msgstr "" "The filename \"%s\" couldn't be converted to UTF-8 (try setting the " "environment variable G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Invalid UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Name too long" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Couldn't convert filename" @@ -2239,39 +2244,39 @@ msgstr "GTK+ Options" msgid "Show GTK+ Options" msgstr "Show GTK+ Options" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Co_nnect" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Connect _anonymously" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Connect as u_ser:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Username:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domain:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Password:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Forget password _immediately" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Remember password until you _logout" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Remember _forever" @@ -2341,7 +2346,7 @@ msgstr "_Paper size:" msgid "_Orientation:" msgstr "_Orientation:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Page Setup" @@ -2490,17 +2495,17 @@ msgid "The most probable reason is that a temporary file could not be created." msgstr "" "The most probable reason is that a temporary file could not be created." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Error launching preview" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Error printing" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Application" @@ -2559,37 +2564,37 @@ msgstr "Invalid handle to PrintDlgEx" msgid "Unspecified error" msgstr "Unspecified error" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Printer" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Location" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Status" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Range" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_All Pages" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "C_urrent Page" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Pag_es:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2597,127 +2602,133 @@ msgstr "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Pag_es:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Copies" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Copie_s:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "C_ollate" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Reverse" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "General" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Page Ordering" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Left to right" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Right to left" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Layout" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "T_wo-sided:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Pages per _side:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Page or_dering:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Only print:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "All sheets" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Even sheets" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Odd sheets" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Sc_ale:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Paper" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Paper _type:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Paper _source:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Output t_ray:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Job Details" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_ority:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Billing info:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Print Document" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Now" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "A_t:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2725,60 +2736,64 @@ msgstr "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "On _hold" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Hold the job until it is explicitly released" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Add Cover Page" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "Be_fore:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_After:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Job" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Advanced" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Image Quality" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Colour" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Finishing" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Some of the settings in the dialogue conflict" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Print" diff --git a/po/eo.po b/po/eo.po index e30ba1c21b..d96a7ec158 100644 --- a/po/eo.po +++ b/po/eo.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2007-02-26 02:54+0200\n" "Last-Translator: Antono Vasiljev \n" "Language-Team: Eo-tradukado \n" @@ -640,17 +640,17 @@ msgstr "Bildotipo \"%s\" ne estas subtenata" msgid "Couldn't allocate memory for color profile" msgstr "Ne povis krei memoron por ŝargi JPEG-dosieron" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "Sen sufiĉa memoro por malfermi dosieron TIFF" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Ne povis krei memoron por liniaj datumoj" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "La JPEG-bildformato" @@ -699,7 +699,7 @@ msgstr "" "JPEG-kvalito devas esti valoro inter 0 kaj 100; valoro '%d' ne estas " "permesata." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "La JPEG-bildformato" @@ -1202,46 +1202,46 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licenco" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "La licenco de la programo" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "D_ankoj" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "Licenco" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Pri %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Dankoj" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Verkita de" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentita de" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Tradukita de" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Artaĵoj de" @@ -1318,17 +1318,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Nevalida Dosiernomo: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Nevalida Dosiernomo: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1425,7 +1430,7 @@ msgstr "Malŝaltita" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Nova rapidigilo..." @@ -1570,11 +1575,11 @@ msgstr "" msgid "Color Selection" msgstr "Elekto de koloro" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Enigaj Metodoj" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "Enmetu un_ikodan stirsignon" @@ -2018,7 +2023,7 @@ msgstr "Renomi" msgid "_Selection: " msgstr "Elektaĵo: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2027,15 +2032,15 @@ msgstr "" "La dosiernomo \"%s\" ne estis konvertebla al UTF-8. (klopodu agordi la media " "variablo G_FILE_NAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Nevalida UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nomo tro longa" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Ne eblis konverti dosiernomon" @@ -2286,43 +2291,43 @@ msgstr "Agordoj de GTK+" msgid "Show GTK+ Options" msgstr "Montru agordojn de GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "Konektu" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "Renomi" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "Loko:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "_Premo:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2392,7 +2397,7 @@ msgstr "Dimensioj de _papero:" msgid "_Orientation:" msgstr "P_ozicio:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Agordoj de paĝo" @@ -2546,17 +2551,17 @@ msgstr "Eraro dum lanĉo de antaŭvidilo" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Eraro dum lanĉo de antaŭvidilo" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Eraro dum printado" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplikaĵo" @@ -2617,230 +2622,240 @@ msgstr "Malvalida traktilo por PrintDlgEx" msgid "Unspecified error" msgstr "Nekonata eraro" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Printilo" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Loko" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Stato" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 #, fuzzy msgid "Range" msgstr "I_ntervalo" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 #, fuzzy msgid "_All Pages" msgstr "Ĉiuj folioj" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "Kuranta" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 #, fuzzy msgid "Pag_es:" msgstr "Lokoj" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Lokoj" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopioj" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Popioj:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "Kunigu" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Retroigu" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Ĝenerala" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Preparadas" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "MDM _Maldekste-dekstrena marko" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "Printu en dosieron" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Aranĝo" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Ambaŭ-flanke:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Paĝoj per flanko:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "Paĝoj per flanko:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Nur printu:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Ĉiuj folioj" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Paraj folioj" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Neparaj folioj" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Sk_alo:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papero" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Tipo de papero:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Fonto de papero:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detaloj de ago" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oritato:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Printu dokumenton" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Nun" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "Ĉe:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Aldonu kovrilan paĝon" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "Antaŭ:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "Post:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Laboro" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Kvalito de bildo" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "_Koloro" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Finiĝas" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Kelkaj agordoj en dialogo konfliktas" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Printi" diff --git a/po/es.po b/po/es.po index 2e689df6c6..c45e75303b 100644 --- a/po/es.po +++ b/po/es.po @@ -13,9 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" -"+&component=general\n" -"POT-Creation-Date: 2009-04-07 15:40+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-04-08 18:14+0200\n" "Last-Translator: Jorge González \n" "Language-Team: Español \n" @@ -25,58 +24,58 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../gdk/gdk.c:103 +#: gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Error al analizar la opción --gdk-debug" -#: ../gdk/gdk.c:123 +#: gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Error al analizar la opción --gdk-no-debug" #. Description of --class=CLASS in --help output -#: ../gdk/gdk.c:151 +#: gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Clase del programa tal como la usa el gestor de ventanas" #. Placeholder in --class=CLASS in --help output -#: ../gdk/gdk.c:152 +#: gdk/gdk.c:152 msgid "CLASS" msgstr "CLASE" #. Description of --name=NAME in --help output -#: ../gdk/gdk.c:154 +#: gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Nombre del programa tal como lo usa el gestor de ventanas" #. Placeholder in --name=NAME in --help output -#: ../gdk/gdk.c:155 +#: gdk/gdk.c:155 msgid "NAME" msgstr "NOMBRE" #. Description of --display=DISPLAY in --help output -#: ../gdk/gdk.c:157 +#: gdk/gdk.c:157 msgid "X display to use" msgstr "Visor [display] X a usar" #. Placeholder in --display=DISPLAY in --help output -#: ../gdk/gdk.c:158 +#: gdk/gdk.c:158 msgid "DISPLAY" msgstr "VISOR" #. Description of --screen=SCREEN in --help output -#: ../gdk/gdk.c:160 +#: gdk/gdk.c:160 msgid "X screen to use" msgstr "Pantalla [screen] X a usar" #. Placeholder in --screen=SCREEN in --help output -#: ../gdk/gdk.c:161 +#: gdk/gdk.c:161 msgid "SCREEN" msgstr "PANTALLA" #. Description of --gdk-debug=FLAGS in --help output -#: ../gdk/gdk.c:164 +#: gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Opciones de depuración Gdk que establecer" @@ -84,213 +83,213 @@ msgstr "Opciones de depuración Gdk que establecer" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 +#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 msgid "FLAGS" msgstr "OPCIONES" #. Description of --gdk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:167 +#: gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Opciones de depuración Gdk que quitar" -#: ../gdk/keyname-table.h:3940 +#: gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "Retroceso" -#: ../gdk/keyname-table.h:3941 +#: gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tab" -#: ../gdk/keyname-table.h:3942 +#: gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Intro" -#: ../gdk/keyname-table.h:3943 +#: gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pausa" -#: ../gdk/keyname-table.h:3944 +#: gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Bloq Despl" -#: ../gdk/keyname-table.h:3945 +#: gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "_PetSis" -#: ../gdk/keyname-table.h:3946 +#: gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Escape" -#: ../gdk/keyname-table.h:3947 +#: gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "MultiKey" -#: ../gdk/keyname-table.h:3948 +#: gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Inicio" -#: ../gdk/keyname-table.h:3949 +#: gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Izquierda" -#: ../gdk/keyname-table.h:3950 +#: gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Arriba" -#: ../gdk/keyname-table.h:3951 +#: gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Derecha" -#: ../gdk/keyname-table.h:3952 +#: gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Abajo" -#: ../gdk/keyname-table.h:3953 +#: gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Re Pág" -#: ../gdk/keyname-table.h:3954 +#: gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Av Pág" -#: ../gdk/keyname-table.h:3955 +#: gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "Fin" -#: ../gdk/keyname-table.h:3956 +#: gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Inicio" -#: ../gdk/keyname-table.h:3957 +#: gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Imprimir" -#: ../gdk/keyname-table.h:3958 +#: gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insertar" -#: ../gdk/keyname-table.h:3959 +#: gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Bloq Num" -#: ../gdk/keyname-table.h:3960 +#: gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "TN Espacio" -#: ../gdk/keyname-table.h:3961 +#: gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "TN Tabulador" -#: ../gdk/keyname-table.h:3962 +#: gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "TN Intro" -#: ../gdk/keyname-table.h:3963 +#: gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "TN Inicio" -#: ../gdk/keyname-table.h:3964 +#: gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "TN ←" -#: ../gdk/keyname-table.h:3965 +#: gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "TN ↑" -#: ../gdk/keyname-table.h:3966 +#: gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "TN →" -#: ../gdk/keyname-table.h:3967 +#: gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "TN ↓" -#: ../gdk/keyname-table.h:3968 +#: gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "TN Re Pág" -#: ../gdk/keyname-table.h:3969 +#: gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "TN Anterior" -#: ../gdk/keyname-table.h:3970 +#: gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "TN Av Pág" -#: ../gdk/keyname-table.h:3971 +#: gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "TN Siguiente" -#: ../gdk/keyname-table.h:3972 +#: gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "TN Fin" -#: ../gdk/keyname-table.h:3973 +#: gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "TN Inicio" -#: ../gdk/keyname-table.h:3974 +#: gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "TN Ins" -#: ../gdk/keyname-table.h:3975 +#: gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "TN Supr" -#: ../gdk/keyname-table.h:3976 +#: gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Supr" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 +#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 +#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "No se ha podido abrir el archivo «%s»: %s" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 +#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "El archivo de imagen «%s» no contiene datos" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 +#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -298,7 +297,7 @@ msgstr "" "No se ha podido cargar la imagen «%s»: el motivo es desconocido, " "probablemente el archivo gráfico esté corrupto" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -307,12 +306,12 @@ msgstr "" "No se ha podido cargar la animación «%s»: el motivo es desconocido, " "probablemente el archivo de la animación esté corrupto" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 +#: gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "No se ha podido cargar el módulo de carga de imágenes: %s: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 +#: gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -321,55 +320,55 @@ msgstr "" "El módulo de carga de imágenes %s no exporta el interfaz adecuado; ¿puede " "que sea de una versión de GTK diferente?" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 +#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "El tipo de imagen «%s» no está soportado" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 +#: gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "No se ha podido reconocer el formato de imagen del archivo «%s»" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 +#: gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "No se ha reconocido el formato de imagen del archivo" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "No se ha podido cargar la imagen «%s»: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 +#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Error al escribir en el archivo imagen: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "" "Esta compilación de gdk-pixbuf no soporta el guardar imágenes con el " "formato: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "No hay memoria suficiente para guardar la imagen a la que retrollamar" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "No se ha podido abrir el archivo temporal" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "No se ha podido leer del archivo temporal" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "No se ha podido abrir «%s» para escritura: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -378,15 +377,15 @@ msgstr "" "No se ha podido cerrar «%s» mientras se escribía la imagen, puede que no se " "hayan guardado todos los datos: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "No hay memoria suficiente para guardar la imagen en un búfer" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Error al escribir en el flujo de la imagen" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -395,149 +394,144 @@ msgstr "" "Error interno: El módulo de carga de imágenes «%s» ha fallado al completar " "una operación, pero no ha dado ninguna razón del fallo" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "No hay soporte para la carga incremental de las imágenes del tipo «%s»" -#: ../gdk-pixbuf/gdk-pixdata.c:147 +#: gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "La cabecera de la imagen está corrupta" -#: ../gdk-pixbuf/gdk-pixdata.c:152 +#: gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "El formato de la imagen es desconocido" -#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 +#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Los datos del píxel de la imagen están corrompidos" -#: ../gdk-pixbuf/gdk-pixdata.c:431 +#: gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "no se ha podido asignar un búfer para la imagen de %u byte" msgstr[1] "no se ha podido asignar un búfer para la imagen de %u bytes" -#: ../gdk-pixbuf/io-ani.c:244 +#: gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Porción de icono inesperada en la animación" -#: ../gdk-pixbuf/io-ani.c:337 +#: gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Tipo de animación no soportado" -#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 -#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 -#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 +#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 +#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Cabecera inválida en la animación" -#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 -#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 -#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 +#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 +#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "No hay memoria suficiente para cargar la animación" -#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 -#: ../gdk-pixbuf/io-ani.c:443 +#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Porción malformada en la animación" -#: ../gdk-pixbuf/io-ani.c:711 +#: gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "El formato de imagen ANI" -#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 -#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 -#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 +#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 +#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "La imagen BMP tiene datos de cabecera erróneos" -#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 +#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "No hay memoria suficiente para cargar el mapa de bits" -#: ../gdk-pixbuf/io-bmp.c:319 +#: gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "La imagen BMP tiene un tamaño de cabecera no soportado" -#: ../gdk-pixbuf/io-bmp.c:357 +#: gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Las imágenes BMP «Topdown» no se pueden comprimir" -#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 +#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Se ha encontrado un final de archivo antes de lo esperado" -#: ../gdk-pixbuf/io-bmp.c:1329 +#: gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "No se pudo asignar memoria para guardar el archivo BMP" -#: ../gdk-pixbuf/io-bmp.c:1370 +#: gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "No se ha podido escribir en el archivo BMP" -#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 +#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "El formato de imagen BMP" -#: ../gdk-pixbuf/io-gif.c:222 +#: gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Se produjo un fallo durante la lectura del GIF: %s" -#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 -#: ../gdk-pixbuf/io-gif.c:1642 +#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "" "Al archivo GIF le faltan algunos de datos (¿quizás se ha truncado en algún " "momento?)" -#: ../gdk-pixbuf/io-gif.c:505 +#: gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Error interno en el cargador de GIF (%s)" -#: ../gdk-pixbuf/io-gif.c:579 +#: gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Desbordamiento de pila" -#: ../gdk-pixbuf/io-gif.c:639 +#: gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "El cargador de imágenes GIF no puede entender esta imagen." -#: ../gdk-pixbuf/io-gif.c:668 +#: gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Se ha encontrado un código incorrecto" -#: ../gdk-pixbuf/io-gif.c:678 +#: gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Entrada de tabla circular en el archivo GIF" -#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 -#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 +#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 +#: gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "No hay memoria suficiente para cargar el archivo GIF" -#: ../gdk-pixbuf/io-gif.c:960 +#: gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "No hay memoria suficiente para componer un fotograma en el archivo GIF" -#: ../gdk-pixbuf/io-gif.c:1132 +#: gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "La imagen GIF está corrupta (la compresión LZW es incorrecta)" -#: ../gdk-pixbuf/io-gif.c:1182 +#: gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "El archivo no parece ser un archivo GIF" -#: ../gdk-pixbuf/io-gif.c:1194 +#: gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "La versión %s del formato de archivo GIF no está soportada" -#: ../gdk-pixbuf/io-gif.c:1303 +#: gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -545,114 +539,112 @@ msgstr "" "La imagen GIF no tiene un mapa de colores global, y un marco interno no " "tiene un mapa de color local." -#: ../gdk-pixbuf/io-gif.c:1537 +#: gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "La imagen GIF fue truncada o incompleta." -#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 +#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "El formato de imagen GIF" -#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 -#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 -#: ../gdk-pixbuf/io-ico.c:359 +#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 +#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "La cabecera del icono no es válida" -#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 -#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 -#: ../gdk-pixbuf/io-ico.c:462 +#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 +#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "No hay memoria suficiente para cargar el icono" -#: ../gdk-pixbuf/io-ico.c:322 +#: gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "La anchura del icono es cero" -#: ../gdk-pixbuf/io-ico.c:332 +#: gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "La altura del icono es cero" -#: ../gdk-pixbuf/io-ico.c:384 +#: gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Los iconos comprimidos no están soportados" -#: ../gdk-pixbuf/io-ico.c:417 +#: gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Tipo de icono no soportado" -#: ../gdk-pixbuf/io-ico.c:511 +#: gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "No hay memoria suficiente para cargar el archivo ICO" -#: ../gdk-pixbuf/io-ico.c:976 +#: gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Imagen demasiado grande para guardarse como ICO" -#: ../gdk-pixbuf/io-ico.c:987 +#: gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "El punto caliente del cursor está fuera de la imagen" -#: ../gdk-pixbuf/io-ico.c:1010 +#: gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Profundidad no soportada para el archivo ICO: %d" -#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 +#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "El formato de imagen ICO" -#: ../gdk-pixbuf/io-icns.c:347 +#: gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Error al leer la imagen ICNS: %s" -#: ../gdk-pixbuf/io-icns.c:364 +#: gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "No se pudo decodificar el archivo ICNS" -#: ../gdk-pixbuf/io-icns.c:397 +#: gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "El formato de imagen ICNS" -#: ../gdk-pixbuf/io-jasper.c:75 +#: gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "No se pudo asignar memoria para el flujo" -#: ../gdk-pixbuf/io-jasper.c:105 +#: gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "No se pudo decodificar la imagen" -#: ../gdk-pixbuf/io-jasper.c:123 +#: gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "El JPEG 2000 transformado tiene anchura o altura cero" -#: ../gdk-pixbuf/io-jasper.c:137 +#: gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Actualmente no se soporta el tipo de imagen" -#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 +#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "No se pudo asignar memoria para el perfil de color" -#: ../gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "No hay memoria suficiente para abrir el archivo JPEG 2000" -#: ../gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "No se pudo asignar memoria para almacenar los datos de la imagen" -#: ../gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "El formato de imagen JPEG 2000" -#: ../gdk-pixbuf/io-jpeg.c:117 +#: gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Error al interpretar el archivo gráfico JPEG (%s)" -#: ../gdk-pixbuf/io-jpeg.c:529 +#: gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -660,21 +652,21 @@ msgstr "" "No hay memoria suficiente para cargar la imagen, intente salir de algunas " "aplicaciones para liberar memoria" -#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 +#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Espacio de color JPEG no soportado (%s)" -#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 -#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 +#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 +#: gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "No se puede asignar memoria para cargar el archivo JPG" -#: ../gdk-pixbuf/io-jpeg.c:920 +#: gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "El JPEG transformado tiene anchura o altura cero." -#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 +#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -683,7 +675,7 @@ msgstr "" "La calidad de un JPEG debe ser un valor entre 0 y 100; el valor «%s» no se " "puede interpretar." -#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 +#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -691,87 +683,87 @@ msgstr "" "La calidad JPEG debe ser un valor entre 0 y 100; el valor «%d» no está " "permitido." -#: ../gdk-pixbuf/io-jpeg.c:1309 ../gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "El formato de imagen JPEG" -#: ../gdk-pixbuf/io-pcx.c:187 +#: gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "No se puede asignar memoria para la cabecera" -#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 +#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "No se puede asignar memoria para el búfer del contexto" -#: ../gdk-pixbuf/io-pcx.c:601 +#: gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "La imagen tiene una anchura y/o altura inválida" -#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 +#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "La imagen tiene un bpp no soportado" -#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 +#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "La imagen tiene un número no soportado de planos %d-bit" -#: ../gdk-pixbuf/io-pcx.c:642 +#: gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "No se puede crear un búfer de píxeles nuevo" -#: ../gdk-pixbuf/io-pcx.c:650 +#: gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "No se puede asignar memoria para los datos de línea" -#: ../gdk-pixbuf/io-pcx.c:657 +#: gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "No se puede asignar memoria para los datos de paleta" -#: ../gdk-pixbuf/io-pcx.c:704 +#: gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "No se obtuvieron todas las líneas de la imagen PCX" -#: ../gdk-pixbuf/io-pcx.c:711 +#: gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "No se encontró una paleta al final de los datos PCX" -#: ../gdk-pixbuf/io-pcx.c:756 +#: gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "El formato de imagen PCX" -#: ../gdk-pixbuf/io-png.c:55 +#: gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Los bits por canal de la imagen PNG son inválidos." -#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 +#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "El PNG transformado tiene anchura o altura cero." -#: ../gdk-pixbuf/io-png.c:144 +#: gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Los bits por canal del PNG transformado no son 8." -#: ../gdk-pixbuf/io-png.c:153 +#: gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "El PNG transformado no es RGB o RGBA." -#: ../gdk-pixbuf/io-png.c:162 +#: gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "El PNG transformado posee un número de canales no soportados, deben ser 3 o " "4." -#: ../gdk-pixbuf/io-png.c:183 +#: gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Error fatal en el archivo gráfico PNG: %s" -#: ../gdk-pixbuf/io-png.c:310 +#: gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "No hay memoria suficiente para cargar el archivo PNG" -#: ../gdk-pixbuf/io-png.c:633 +#: gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -780,27 +772,27 @@ msgstr "" "No hay memoria suficiente para almacenar una imagen de %ld por %ld; intente " "cerrar algunas aplicaciones para reducir la utilización de memoria" -#: ../gdk-pixbuf/io-png.c:684 +#: gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Error fatal leyendo el archivo gráfico PNG" -#: ../gdk-pixbuf/io-png.c:733 +#: gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Error fatal leyendo el archivo gráfico PNG: %s" -#: ../gdk-pixbuf/io-png.c:825 +#: gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Las claves para las porciones de texto PNG deben tener al menos entre 1 y un " "máximo de 79 caracteres." -#: ../gdk-pixbuf/io-png.c:833 +#: gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "Las claves para las porciones de texto PNG deben ser caracteres ASCII." -#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 +#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -809,7 +801,7 @@ msgstr "" "El nivel de compresión PNG debe ser un valor entre 0 y 9; el valor «%s» no se " "puede interpretar." -#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 +#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -818,430 +810,426 @@ msgstr "" "El nivel de compresión PNG debe ser un valor entre 0 y 9; el valor «%d» no " "está permitido." -#: ../gdk-pixbuf/io-png.c:896 +#: gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "El valor la porción de texto PNG %s no puede convertirse a la codificación " "ISO-8859-1." -#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 +#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "El formato de imagen PNG" -#: ../gdk-pixbuf/io-pnm.c:250 +#: gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "El cargador PNM esperaba encontrar un entero, pero no lo encontró" -#: ../gdk-pixbuf/io-pnm.c:282 +#: gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "El archivo PNM tiene un byte inicial incorrecto" -#: ../gdk-pixbuf/io-pnm.c:312 +#: gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "El archivo PNM no está en un subformato PNM reconocido" -#: ../gdk-pixbuf/io-pnm.c:337 +#: gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "El archivo PNM tiene un ancho de imagen de 0" -#: ../gdk-pixbuf/io-pnm.c:358 +#: gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "El archivo PNM tiene un alto de imagen de 0" -#: ../gdk-pixbuf/io-pnm.c:381 +#: gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "El valor máximo de color en el archivo PNM es 0" -#: ../gdk-pixbuf/io-pnm.c:389 +#: gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "El valor máximo de color en el archivo PNM es demasiado grande" -#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 -#: ../gdk-pixbuf/io-pnm.c:504 +#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "El tipo de imagen PNM en bruto no es válido" -#: ../gdk-pixbuf/io-pnm.c:654 +#: gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "El cargador de imágenes PNM no permite este subformato PNM" -#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 +#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "Los formatos PNM en bruto requieren exactamente un espacio en blanco antes " "de los datos" -#: ../gdk-pixbuf/io-pnm.c:768 +#: gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "No se puede asignar memoria para cargar la imagen PNM" -#: ../gdk-pixbuf/io-pnm.c:818 +#: gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "" "No hay memoria suficiente para cargar la estructura de contexto del PNM" -#: ../gdk-pixbuf/io-pnm.c:869 +#: gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Final no esperado de los datos de la imagen PNM" -#: ../gdk-pixbuf/io-pnm.c:997 +#: gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "No hay memoria suficiente para cargar el archivo PNM" -#: ../gdk-pixbuf/io-pnm.c:1081 +#: gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "La familia de formatos de imágenes PNM/PBM/PGM/PPM" -#: ../gdk-pixbuf/io-ras.c:126 +#: gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "La imagen RAS posee datos de cabecera erróneos" -#: ../gdk-pixbuf/io-ras.c:148 +#: gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "La imagen RAS posee un tipo desconocido" -#: ../gdk-pixbuf/io-ras.c:156 +#: gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "variación de imagen RAS no soportada" -#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 +#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "No hay memoria suficiente para cargar la imagen RAS" -#: ../gdk-pixbuf/io-ras.c:545 +#: gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "El formato de imagen Sun raster" -#: ../gdk-pixbuf/io-tga.c:154 +#: gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "No se puede asignar memoria para la estructura IOBuffer" -#: ../gdk-pixbuf/io-tga.c:173 +#: gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "No se puede asignar memoria para los datos de IOBuffer" -#: ../gdk-pixbuf/io-tga.c:184 +#: gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "No se puede volver a reservar memoria para los datos de IOBuffer" -#: ../gdk-pixbuf/io-tga.c:214 +#: gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "No se pueden asignar los datos temporales de IOBuffer" -#: ../gdk-pixbuf/io-tga.c:347 +#: gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "No se puede asignar un nuevo pixbuf" -#: ../gdk-pixbuf/io-tga.c:687 +#: gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "No se puede asignar la estructura del mapa de colores" -#: ../gdk-pixbuf/io-tga.c:694 +#: gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "No se puede asignar las entradas del mapa de colores" -#: ../gdk-pixbuf/io-tga.c:716 +#: gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Profundidad de color inesperada para las entradas del mapa de color" -#: ../gdk-pixbuf/io-tga.c:734 +#: gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "No se puede asignar memoria para la cabecera TGA" -#: ../gdk-pixbuf/io-tga.c:767 +#: gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "La imagen TGA tiene dimensiones inválidas" -#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 -#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 -#: ../gdk-pixbuf/io-tga.c:809 +#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 +#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "El tipo de imagen TGA no está soportado" -#: ../gdk-pixbuf/io-tga.c:856 +#: gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "No se puede asignar memoria para la estructura «context» de TGA" -#: ../gdk-pixbuf/io-tga.c:921 +#: gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Exceso de datos en el archivo" -#: ../gdk-pixbuf/io-tga.c:1002 +#: gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "El formato de imagen Targa" -#: ../gdk-pixbuf/io-tiff.c:160 +#: gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "" "No se ha podido obtener el ancho de la imagen (archivo TIFF incorrecto)" -#: ../gdk-pixbuf/io-tiff.c:167 +#: gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "No se puede obtener el alto de la imagen (archivo TIFF incorrecto)" -#: ../gdk-pixbuf/io-tiff.c:175 +#: gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "El ancho o alto de la imagen TIFF es cero" -#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 +#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Las dimensiones de la imagen TIFF son demasiado grandes" -#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 -#: ../gdk-pixbuf/io-tiff.c:541 +#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "No hay memoria suficiente para abrir el archivo TIFF" -#: ../gdk-pixbuf/io-tiff.c:275 +#: gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "No se ha podido cargar los datos RGB desde el archivo TIFF" -#: ../gdk-pixbuf/io-tiff.c:331 +#: gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "No se ha podido abrir la imagen TIFF" -#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 +#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "La operación TIFFClose falló" -#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 +#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "No se ha podido cargar la imagen TIFF" -#: ../gdk-pixbuf/io-tiff.c:670 +#: gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "No se ha podido guardar la imagen TIFF" -#: ../gdk-pixbuf/io-tiff.c:708 +#: gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "No se han podido escribir los datos TIFF" -#: ../gdk-pixbuf/io-tiff.c:760 +#: gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "No se ha podido escribir en el archivo TIFF" -#: ../gdk-pixbuf/io-tiff.c:815 +#: gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "El formato de imagen TIFF" -#: ../gdk-pixbuf/io-wbmp.c:246 +#: gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "La imagen tiene ancho cero" -#: ../gdk-pixbuf/io-wbmp.c:264 +#: gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "La imagen tiene alto cero" -#: ../gdk-pixbuf/io-wbmp.c:275 +#: gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "No hay memoria suficiente para cargar la imagen" -#: ../gdk-pixbuf/io-wbmp.c:334 +#: gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "No se ha podido guardar el resto" -#: ../gdk-pixbuf/io-wbmp.c:375 +#: gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "El formato de imagen WBMP" -#: ../gdk-pixbuf/io-xbm.c:295 +#: gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "El archivo XBM no es válido" -#: ../gdk-pixbuf/io-xbm.c:305 +#: gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "No hay memoria suficiente para cargar el archivo gráfico XBM" -#: ../gdk-pixbuf/io-xbm.c:453 +#: gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "" "No se ha podido escribir en el archivo temporal cuando se cargaba la imagen " "XBM" -#: ../gdk-pixbuf/io-xbm.c:492 +#: gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "El formato de imagen XBM" -#: ../gdk-pixbuf/io-xpm.c:468 +#: gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "No se ha encontrado la cabecera XPM" -#: ../gdk-pixbuf/io-xpm.c:477 +#: gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Cabecera XPM inválida" -#: ../gdk-pixbuf/io-xpm.c:485 +#: gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "El archivo XPM tiene un ancho de imagen <= 0" -#: ../gdk-pixbuf/io-xpm.c:493 +#: gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "El archivo XPM tienen un alto de imagen <= 0" -#: ../gdk-pixbuf/io-xpm.c:501 +#: gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "El XPM tiene un número inválido de caracteres por píxel" -#: ../gdk-pixbuf/io-xpm.c:510 +#: gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "El archivo XPM tienen un número inválido de colores" -#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 -#: ../gdk-pixbuf/io-xpm.c:583 +#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "No se puede asignar memoria para cargar la imagen XPM" -#: ../gdk-pixbuf/io-xpm.c:545 +#: gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "No se puede leer el mapa de color de XPM" -#: ../gdk-pixbuf/io-xpm.c:777 +#: gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "" "No se ha podido escribir en el archivo temporal al cargar la imagen XPM" -#: ../gdk-pixbuf/io-xpm.c:816 +#: gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "El formato de imagen XPM" -#: ../gdk-pixbuf/io-gdip-emf.c:59 +#: gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "El formato de imagen EMF" -#: ../gdk-pixbuf/io-gdip-utils.c:220 +#: gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "No se pudo asignar memoria: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 -#: ../gdk-pixbuf/io-gdip-utils.c:394 +#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 +#: gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "No se pudo crear el flujo: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:259 +#: gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "No se pudo buscar el flujo: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:271 +#: gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "No se pudo leer del flujo: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 +#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "No se pudo cargar el mapa de bits" -#: ../gdk-pixbuf/io-gdip-utils.c:838 +#: gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "No se pudo cargar el meta archivo" -#: ../gdk-pixbuf/io-gdip-utils.c:997 +#: gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Formato de imagen no soportado para GDI+" -#: ../gdk-pixbuf/io-gdip-utils.c:1004 +#: gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "No se pudo guardar" -#: ../gdk-pixbuf/io-gdip-wmf.c:58 +#: gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "El formato de imagen WMF" #. Description of --sync in --help output -#: ../gdk/win32/gdkmain-win32.c:54 +#: gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "No poner en lotes las solicitudes GDI" #. Description of --no-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:56 +#: gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "No usar el API Wintab para el soporte de tablas digitalizadoras" #. Description of --ignore-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:58 +#: gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Lo mismo que --no-wintab" #. Description of --use-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:60 +#: gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "No usar el API Wintab [predeterminado]" #. Description of --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:62 +#: gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Tamaño de la paleta en modo 8 bits" #. Placeholder in --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:63 +#: gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "COLORES" #. Description of --sync in --help output -#: ../gdk/x11/gdkmain-x11.c:92 +#: gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Hacer llamadas a X síncronas" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 +#: gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Iniciando %s" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 +#: gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Abriendo %s" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 +#: gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "Aberiendo %d elemento" msgstr[1] "Abriendo %d elementos" -#: ../gtk/gtkaboutdialog.c:267 ../gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licencia" -#: ../gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "La licencia del programa" #. Add the credits button -#: ../gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "C_réditos" #. Add the license button -#: ../gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licencia" -#: ../gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Acerca de %s" -#: ../gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Créditos" -#: ../gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Escrito por" -#: ../gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documentado por" -#: ../gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Traducido por" -#: ../gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Arte por" @@ -1250,7 +1238,7 @@ msgstr "Arte por" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:91 +#: gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Mayús" @@ -1260,7 +1248,7 @@ msgstr "Mayús" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:97 +#: gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1270,7 +1258,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:103 +#: gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1280,7 +1268,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:671 +#: gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1290,7 +1278,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:684 +#: gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1300,39 +1288,38 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:698 +#: gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: ../gtk/gtkaccellabel.c:715 +#: gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Espacio" -#: ../gtk/gtkaccellabel.c:718 +#: gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Contrabarra" -#: ../gtk/gtkbuilderparser.c:343 +#: gtk/gtkbuilderparser.c:343 #, c-format -#| msgid "Invalid type function: `%s'" msgid "Invalid type function on line %d: '%s'" msgstr "Tipo de función no válido en la línea %d: «%s»" -#: ../gtk/gtkbuilderparser.c:402 +#: gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" msgstr "" "ID «%s» de objeto duplicado en la línea %d (anteriormente en la línea %d)" -#: ../gtk/gtkbuilderparser.c:853 +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Nombre de elemento raíz no válido: «%s»" -#: ../gtk/gtkbuilderparser.c:892 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Etiqueta no soportada: «%s»" @@ -1346,7 +1333,7 @@ msgstr "Etiqueta no soportada: «%s»" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: ../gtk/gtkcalendar.c:758 +#: gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1354,7 +1341,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: ../gtk/gtkcalendar.c:796 +#: gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1363,7 +1350,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: ../gtk/gtkcalendar.c:1803 +#: gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1378,7 +1365,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 +#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1394,7 +1381,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 +#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1410,7 +1397,7 @@ msgstr "%Id" #. * #. * "%Y" is appropriate for most locales. #. -#: ../gtk/gtkcalendar.c:2146 +#: gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1418,7 +1405,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: ../gtk/gtkcellrendereraccel.c:243 +#: gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Desactivado" @@ -1427,25 +1414,25 @@ msgstr "Desactivado" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: ../gtk/gtkcellrendereraccel.c:376 ../gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Acelerador nuevo…" -#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 +#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 +#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Escoja un color" -#: ../gtk/gtkcolorbutton.c:448 +#: gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Se recibió un dato de color no válido\n" -#: ../gtk/gtkcolorsel.c:354 +#: gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1453,7 +1440,7 @@ msgstr "" "Seleccione el color que desea desde el anillo exterior. Seleccione la " "oscuridad o luminosidad de ese color usando el triángulo interior." -#: ../gtk/gtkcolorsel.c:378 +#: gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1461,67 +1448,67 @@ msgstr "" "Pulse en el gotero, luego pulse sobre cualquier color que haya en su " "pantalla para seleccionar ese color." -#: ../gtk/gtkcolorsel.c:387 +#: gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Matiz:" -#: ../gtk/gtkcolorsel.c:388 +#: gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Posición en la rueda de colores." -#: ../gtk/gtkcolorsel.c:390 +#: gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Saturación:" -#: ../gtk/gtkcolorsel.c:391 +#: gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "Profundidad del color." -#: ../gtk/gtkcolorsel.c:392 +#: gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Valor:" -#: ../gtk/gtkcolorsel.c:393 +#: gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Brillo del color." -#: ../gtk/gtkcolorsel.c:394 +#: gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Rojo:" -#: ../gtk/gtkcolorsel.c:395 +#: gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Cantidad de luz roja en el color." -#: ../gtk/gtkcolorsel.c:396 +#: gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Verde:" -#: ../gtk/gtkcolorsel.c:397 +#: gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Cantidad de luz verde en el color." -#: ../gtk/gtkcolorsel.c:398 +#: gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Azul:" -#: ../gtk/gtkcolorsel.c:399 +#: gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Cantidad de luz azul en el color." -#: ../gtk/gtkcolorsel.c:402 +#: gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "_Opacidad:" -#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 +#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Transparencia del color." -#: ../gtk/gtkcolorsel.c:426 +#: gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "_Nombre del color:" -#: ../gtk/gtkcolorsel.c:440 +#: gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1529,15 +1516,15 @@ msgstr "" "Puede introducir en esta entrada un valor de color en estilo HTML " "hexadecimal, o simplemente un nombre de color como «orange»." -#: ../gtk/gtkcolorsel.c:470 +#: gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Paleta:" -#: ../gtk/gtkcolorsel.c:499 +#: gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Rueda de color" -#: ../gtk/gtkcolorsel.c:976 +#: gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1548,7 +1535,7 @@ msgstr "" "seleccionar este color como actual arrastrándolo al otro color a lo largo de " "la muestra." -#: ../gtk/gtkcolorsel.c:980 +#: gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1556,11 +1543,11 @@ msgstr "" "El color elegido. Puede arrastrar este color a una entrada de la paleta para " "guardarlo para usarlo en el futuro." -#: ../gtk/gtkcolorsel.c:1363 +#: gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Guardar color aquí" -#: ../gtk/gtkcolorsel.c:1568 +#: gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1569,56 +1556,56 @@ msgstr "" "Para cambiar esta entrada, arrastre un color de muestra aquí o pulse con el " "botón derecho sobre éste y seleccione «Guardar color aquí»." -#: ../gtk/gtkcolorseldialog.c:170 +#: gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Selección de color" -#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Métodos de entrada" -#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Insertar un carácter de control Unicode" -#: ../gtk/gtkentry.c:9797 +#: gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Bloq Mayús está activado" -#: ../gtk/gtkfilechooserbutton.c:64 +#: gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Seleccione un archivo" -#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 +#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Escritorio" # src/file-manager/fm-icon-text-window.c:85 -#: ../gtk/gtkfilechooserbutton.c:66 +#: gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Ninguno)" -#: ../gtk/gtkfilechooserbutton.c:2014 +#: gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Otro…" -#: ../gtk/gtkfilechooserdefault.c:1059 +#: gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "No se pudo obtener la información acerca del archivo" -#: ../gtk/gtkfilechooserdefault.c:1070 +#: gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "No se pudo añadir un marcador" -#: ../gtk/gtkfilechooserdefault.c:1081 +#: gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "No se pudo quitar el marcador" -#: ../gtk/gtkfilechooserdefault.c:1092 +#: gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "No se pudo crear la carpeta" -#: ../gtk/gtkfilechooserdefault.c:1105 +#: gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1626,11 +1613,11 @@ msgstr "" "No se pudo crear la carpeta, debido a que ya existe un archivo con el mismo " "nombre. Intenta usar un nombre distinto o renombre el archivo primero." -#: ../gtk/gtkfilechooserdefault.c:1116 +#: gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Nombre de archivo inválido" -#: ../gtk/gtkfilechooserdefault.c:1126 +#: gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "No se pudo mostrar el contenido de la carpeta" @@ -1638,176 +1625,176 @@ msgstr "No se pudo mostrar el contenido de la carpeta" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: ../gtk/gtkfilechooserdefault.c:1676 +#: gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s en %2$s" -#: ../gtk/gtkfilechooserdefault.c:1852 +#: gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Buscar" -#: ../gtk/gtkfilechooserdefault.c:1876 +#: gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Usados recientemente" -#: ../gtk/gtkfilechooserdefault.c:2510 +#: gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Seleccione qué tipos de archivos se muestran" -#: ../gtk/gtkfilechooserdefault.c:2939 +#: gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Añadir la carpeta «%s» a los marcadores" -#: ../gtk/gtkfilechooserdefault.c:2980 +#: gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Añadir la carpeta actual a los marcadores" -#: ../gtk/gtkfilechooserdefault.c:2982 +#: gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Añadir las carpetas seleccionadas a los marcadores" -#: ../gtk/gtkfilechooserdefault.c:3022 +#: gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Quitar el marcador «%s»" -#: ../gtk/gtkfilechooserdefault.c:3740 +#: gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Quitar" -#: ../gtk/gtkfilechooserdefault.c:3749 +#: gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Renombrar…" #. Accessible object name for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3895 +#: gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Lugares" #. Column header for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3952 +#: gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Lugares" -#: ../gtk/gtkfilechooserdefault.c:4008 +#: gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Añadir" -#: ../gtk/gtkfilechooserdefault.c:4015 +#: gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Añade la carpeta seleccionada a los marcadores" -#: ../gtk/gtkfilechooserdefault.c:4020 +#: gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Quitar" -#: ../gtk/gtkfilechooserdefault.c:4027 +#: gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Quitar el marcador seleccionado" -#: ../gtk/gtkfilechooserdefault.c:4136 +#: gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "No se pudo seleccionar el archivo" -#: ../gtk/gtkfilechooserdefault.c:4311 +#: gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Añadir a los marcadores" -#: ../gtk/gtkfilechooserdefault.c:4325 +#: gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Mostrar archivos _ocultos" -#: ../gtk/gtkfilechooserdefault.c:4332 +#: gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Mostrar columna de _tamaño" -#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 +#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 msgid "Files" msgstr "Archivos" -#: ../gtk/gtkfilechooserdefault.c:4636 +#: gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Nombre" -#: ../gtk/gtkfilechooserdefault.c:4661 +#: gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Tamaño" -#: ../gtk/gtkfilechooserdefault.c:4675 +#: gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Modificado" #. Label -#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 +#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Nombre:" -#: ../gtk/gtkfilechooserdefault.c:4938 +#: gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_Buscar otras carpetas" -#: ../gtk/gtkfilechooserdefault.c:5208 +#: gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Teclee un nombre de archivo" # C en conflicto con Cancelar #. Create Folder -#: ../gtk/gtkfilechooserdefault.c:5245 +#: gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Crear car_peta" -#: ../gtk/gtkfilechooserdefault.c:5255 +#: gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Lugar:" # El acelerador c entra en conflicto con cancelar -#: ../gtk/gtkfilechooserdefault.c:5459 +#: gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "_Guardar en la carpeta:" -#: ../gtk/gtkfilechooserdefault.c:5461 +#: gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Crear en la _carpeta:" -#: ../gtk/gtkfilechooserdefault.c:7151 +#: gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "No se pudo cambiar a la carpeta porque no es local" -#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 +#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "La combinación %s ya existe" -#: ../gtk/gtkfilechooserdefault.c:7887 +#: gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "La combinación %s no existe" -#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 +#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Ya existe un archivo llamado «%s». ¿Quiere reemplazarlo?" -#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 +#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "" "El archivo ya existe en «%s». Si lo reemplaza sobreescribirá su contenido." -#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 +#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Reemplazar" -#: ../gtk/gtkfilechooserdefault.c:8914 +#: gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "No se ha podido iniciar el proceso de búsqueda" -#: ../gtk/gtkfilechooserdefault.c:8915 +#: gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1815,54 +1802,54 @@ msgstr "" "El programa no fue capaz de crear una conexión con el demonio indexador. Por " "favor asegúrese de que se está ejecutando." -#: ../gtk/gtkfilechooserdefault.c:8929 +#: gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "No se ha podido enviar la petición de búsqueda" #. Label -#: ../gtk/gtkfilechooserdefault.c:9396 +#: gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Buscar:" -#: ../gtk/gtkfilechooserdefault.c:10349 +#: gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "No se pudo montar %s" -#: ../gtk/gtkfilechooserdefault.c:11024 +#: gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Teclee el nombre de la carpeta nueva" -#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 -#: ../gtk/gtkfilechooserdefault.c:11295 +#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 +#: gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Desconocido" -#: ../gtk/gtkfilechooserdefault.c:11242 +#: gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: ../gtk/gtkfilechooserdefault.c:11244 +#: gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Ayer a las %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 +#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Ruta no válida" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1095 +#: gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "No hay coincidencias" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1106 +#: gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Completado único" @@ -1870,13 +1857,13 @@ msgstr "Completado único" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: ../gtk/gtkfilechooserentry.c:1122 +#: gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Completado, pero no único" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: ../gtk/gtkfilechooserentry.c:1154 +#: gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Completando…" @@ -1884,7 +1871,7 @@ msgstr "Completando…" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 +#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Sólo se pueden seleccionar archivos locales" @@ -1892,41 +1879,41 @@ msgstr "Sólo se pueden seleccionar archivos locales" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: ../gtk/gtkfilechooserentry.c:1185 +#: gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Nombre de equipo incompleto; termínelo con «/»" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: ../gtk/gtkfilechooserentry.c:1196 +#: gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "La ruta no existe" -#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 -#: ../gtk/gtkfilesel.c:1358 +#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 +#: gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Error al crear la carpeta «%s» : %s" -#: ../gtk/gtkfilesel.c:694 +#: gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Carpetas" -#: ../gtk/gtkfilesel.c:698 +#: gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Carpetas" -#: ../gtk/gtkfilesel.c:734 +#: gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Archivos" -#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 +#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Carpeta ilegible: %s" -#: ../gtk/gtkfilesel.c:905 +#: gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1937,19 +1924,19 @@ msgstr "" "disponible para este programa.\n" "¿Está seguro que desea seleccionarlo?" -#: ../gtk/gtkfilesel.c:1020 +#: gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "Carpeta _nueva" -#: ../gtk/gtkfilesel.c:1031 +#: gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "_Borrar archivo" -#: ../gtk/gtkfilesel.c:1042 +#: gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Renombrar archivo" -#: ../gtk/gtkfilesel.c:1347 +#: gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" @@ -1957,72 +1944,72 @@ msgstr "" "El nombre de la carpeta «%s» contiene símbolos que no están permitidos en los " "nombres de archivos" -#: ../gtk/gtkfilesel.c:1392 +#: gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Carpeta nueva" -#: ../gtk/gtkfilesel.c:1407 +#: gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "_Nombre de la carpeta:" -#: ../gtk/gtkfilesel.c:1431 +#: gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "C_rear" -#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 +#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "El nombre «%s» contiene símbolos que no están permitidos en nombres de " "archivos" -#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 +#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Error al borrar el archivo «%s»: %s" -#: ../gtk/gtkfilesel.c:1530 +#: gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "¿Realmente desea borrar el archivo «%s»?" -#: ../gtk/gtkfilesel.c:1535 +#: gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Borrar archivo" -#: ../gtk/gtkfilesel.c:1583 +#: gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Error al renombrar el archivo a «%s»: %s" -#: ../gtk/gtkfilesel.c:1596 +#: gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Error al renombrar el archivo «%s»: %s" -#: ../gtk/gtkfilesel.c:1605 +#: gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Error al renombrar el archivo «%s» como «%s»: %s" -#: ../gtk/gtkfilesel.c:1652 +#: gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Renombrar archivo" -#: ../gtk/gtkfilesel.c:1667 +#: gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Renombrar archivo «%s» a:" -#: ../gtk/gtkfilesel.c:1696 +#: gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Renombrar" -#: ../gtk/gtkfilesel.c:2128 +#: gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Selección: " -#: ../gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2031,15 +2018,15 @@ msgstr "" "El nombre de archivo «%s» no ha podido ser convertido a UTF-8. (intente " "definir la variable de entorno G_FILENAME_ENCODING): %s" -#: ../gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 inválido" -#: ../gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "El nombre es demasiado largo" -#: ../gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "No se ha podido convertir el nombre del archivo" @@ -2048,77 +2035,77 @@ msgstr "No se ha podido convertir el nombre del archivo" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: ../gtk/gtkfilesystem.c:52 +#: gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Sistema de archivos" -#: ../gtk/gtkfilesystemmodel.c:700 +#: gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "No se ha podido obtener la carpeta raíz" -#: ../gtk/gtkfilesystemmodel.c:1301 +#: gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Vacío)" -#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 +#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Escoja una tipografía" #. Initialize fields -#: ../gtk/gtkfontbutton.c:260 +#: gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:785 +#: gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Tipografía" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: ../gtk/gtkfontsel.c:75 +#: gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "" "El veloz murciélago hindú comía feliz cardillo y kiwi. La cigüeña tocaba el " "saxofón detrás del palenque de paja." -#: ../gtk/gtkfontsel.c:343 +#: gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Familia:" -#: ../gtk/gtkfontsel.c:349 +#: gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Estilo:" -#: ../gtk/gtkfontsel.c:355 +#: gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Tamaño:" #. create the text entry widget -#: ../gtk/gtkfontsel.c:532 +#: gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Vista previa:" -#: ../gtk/gtkfontsel.c:1649 +#: gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Selección de tipografías" -#: ../gtk/gtkgamma.c:408 +#: gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: ../gtk/gtkgamma.c:418 +#: gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Valor _gamma" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: ../gtk/gtkiconfactory.c:1404 +#: gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Ocurrió un error al cargar el icono: %s" -#: ../gtk/gtkicontheme.c:1363 +#: gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2131,140 +2118,140 @@ msgstr "" "Puede obtener una copia desde:\n" "\t%s" -#: ../gtk/gtkicontheme.c:1543 +#: gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "El icono «%s» no está presente en el tema" -#: ../gtk/gtkicontheme.c:3074 +#: gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "No se pudo cargar el icono" -#: ../gtk/gtkimmodule.c:527 +#: gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Simple" -#: ../gtk/gtkimmulticontext.c:541 +#: gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Sistema" -#: ../gtk/gtkimmulticontext.c:625 +#: gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Sistema (%s)" -#: ../gtk/gtkinputdialog.c:192 +#: gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Entrada" -#: ../gtk/gtkinputdialog.c:207 +#: gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Sin dispositivos extendidos de entrada" -#: ../gtk/gtkinputdialog.c:220 +#: gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Dispositivo:" -#: ../gtk/gtkinputdialog.c:237 +#: gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Desactivado" -#: ../gtk/gtkinputdialog.c:244 +#: gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Pantalla" -#: ../gtk/gtkinputdialog.c:251 +#: gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Ventana" -#: ../gtk/gtkinputdialog.c:258 +#: gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Modo:" #. The axis listbox -#: ../gtk/gtkinputdialog.c:279 +#: gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Ejes" #. Keys listbox -#: ../gtk/gtkinputdialog.c:297 +#: gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Teclas" -#: ../gtk/gtkinputdialog.c:524 +#: gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: ../gtk/gtkinputdialog.c:525 +#: gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: ../gtk/gtkinputdialog.c:526 +#: gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Presión:" -#: ../gtk/gtkinputdialog.c:527 +#: gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "_Inclinación X:" -#: ../gtk/gtkinputdialog.c:528 +#: gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "I_nclinación Y:" -#: ../gtk/gtkinputdialog.c:529 +#: gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Rueda:" # src/file-manager/fm-icon-text-window.c:85 -#: ../gtk/gtkinputdialog.c:581 +#: gtk/gtkinputdialog.c:581 msgid "none" msgstr "ninguno" -#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 +#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(desactivado)" -#: ../gtk/gtkinputdialog.c:647 +#: gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(desconocido)" #. and clear button -#: ../gtk/gtkinputdialog.c:751 +#: gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Limpiar" -#: ../gtk/gtklinkbutton.c:428 +#: gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Copiar URL" -#: ../gtk/gtklinkbutton.c:586 +#: gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "URI inválida" #. Description of --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:450 +#: gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Cargar módulos adicionales GTK+" #. Placeholder in --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:451 +#: gtk/gtkmain.c:451 msgid "MODULES" msgstr "MÓDULOS" #. Description of --g-fatal-warnings in --help output -#: ../gtk/gtkmain.c:453 +#: gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Hacer todas las advertencias fatales" #. Description of --gtk-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:456 +#: gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Opciones de depuración GTK+ a poner" #. Description of --gtk-no-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:459 +#: gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Opciones de depuración GTK+ a quitar" @@ -2273,66 +2260,65 @@ msgstr "Opciones de depuración GTK+ a quitar" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: ../gtk/gtkmain.c:707 +#: gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: ../gtk/gtkmain.c:773 +#: gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "No se puede abrir el visor: %s" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Opciones GTK+" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Mostrar opciones GTK+" -#: ../gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Co_nectar" -#: ../gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Conectar de forma _anónima" -#: ../gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Conectar como u_suario:" -#: ../gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Usuario:" -#: ../gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Dominio:" -#: ../gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Contraseña:" -#: ../gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Olvidar contraseña _inmediatamente" -#: ../gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Recordar la contraseña hasta _salir de la sesión" -#: ../gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Recordar para siempre" -#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 +#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Página %u" -#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 -#: ../gtk/gtkpapersize.c:867 +#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "No es un archivo válido de configuración de página" @@ -2342,11 +2328,11 @@ msgstr "No es un archivo válido de configuración de página" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: ../gtk/gtkpagesetupunixdialog.c:152 +#: gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: ../gtk/gtkpagesetupunixdialog.c:308 +#: gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2354,15 +2340,15 @@ msgstr "" "Cualquier impresora\n" "Para documentos portables" -#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 +#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 +#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "pulgadas" -#: ../gtk/gtkpagesetupunixdialog.c:915 +#: gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2377,88 +2363,88 @@ msgstr "" " Superior: %s %s\n" " Inferior: %s %s" -#: ../gtk/gtkpagesetupunixdialog.c:964 +#: gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Gestión de tamaños personalizados…" -#: ../gtk/gtkpagesetupunixdialog.c:1012 +#: gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Formato para:" -#: ../gtk/gtkpagesetupunixdialog.c:1034 +#: gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "Tamaño del _papel:" -#: ../gtk/gtkpagesetupunixdialog.c:1065 +#: gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientación:" -#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Configuración de página" -#: ../gtk/gtkpagesetupunixdialog.c:1448 +#: gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Márgenes de la impresora…" -#: ../gtk/gtkpagesetupunixdialog.c:1608 +#: gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Tamaño personalizado %d" -#: ../gtk/gtkpagesetupunixdialog.c:1837 +#: gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Gestionar tamaños personalizados" -#: ../gtk/gtkpagesetupunixdialog.c:1933 +#: gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "A_nchura:" -#: ../gtk/gtkpagesetupunixdialog.c:1945 +#: gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "A_ltura:" -#: ../gtk/gtkpagesetupunixdialog.c:1957 +#: gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Tamaño del papel" -#: ../gtk/gtkpagesetupunixdialog.c:1967 +#: gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Superior:" -#: ../gtk/gtkpagesetupunixdialog.c:1979 +#: gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "In_ferior:" -#: ../gtk/gtkpagesetupunixdialog.c:1991 +#: gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Izquierdo:" -#: ../gtk/gtkpagesetupunixdialog.c:2003 +#: gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Derecho:" -#: ../gtk/gtkpagesetupunixdialog.c:2044 +#: gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Márgenes del papel" -#: ../gtk/gtkpathbar.c:151 +#: gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Ruta superior" -#: ../gtk/gtkpathbar.c:153 +#: gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Ruta inferior" -#: ../gtk/gtkpathbar.c:1472 +#: gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Sistema de archivos raíz" -#: ../gtk/gtkprinteroptionwidget.c:693 +#: gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "No disponible" -#: ../gtk/gtkprinteroptionwidget.c:808 +#: gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "_Guardar en la carpeta:" @@ -2466,176 +2452,181 @@ msgstr "_Guardar en la carpeta:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: ../gtk/gtkprintoperation.c:175 +#: gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s tarea #%d" -#: ../gtk/gtkprintoperation.c:1517 +#: gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Estado inicial" -#: ../gtk/gtkprintoperation.c:1518 +#: gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Preparándose para imprimir" -#: ../gtk/gtkprintoperation.c:1519 +#: gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Generando datos" -#: ../gtk/gtkprintoperation.c:1520 +#: gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Enviando datos" -#: ../gtk/gtkprintoperation.c:1521 +#: gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Esperando" -#: ../gtk/gtkprintoperation.c:1522 +#: gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Bloqueado en una hoja" -#: ../gtk/gtkprintoperation.c:1523 +#: gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Imprimiendo" -#: ../gtk/gtkprintoperation.c:1524 +#: gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Terminando" -#: ../gtk/gtkprintoperation.c:1525 +#: gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Terminado con error" -#: ../gtk/gtkprintoperation.c:2048 +#: gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Preparando %d" -#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 +#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 +#, c-format msgid "Preparing" msgstr "Preparando" -#: ../gtk/gtkprintoperation.c:2053 +#: gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Imprimiendo %d" -#: ../gtk/gtkprintoperation.c:2411 +#: gtk/gtkprintoperation.c:2411 +#, c-format msgid "Error creating print preview" msgstr "Error al crear la vista previa de impresión" -#: ../gtk/gtkprintoperation.c:2414 +#: gtk/gtkprintoperation.c:2414 +#, c-format msgid "The most probable reason is that a temporary file could not be created." msgstr "La razón más probable es que no se pudiera crear un archivo temporal." -#: ../gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 +#, c-format msgid "Error launching preview" msgstr "Error al lanzar la vista previa" -#: ../gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 +#, c-format msgid "Error printing" msgstr "Error en la impresión" -#: ../gtk/gtkprintoperation-unix.c:384 ../gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplicación" -#: ../gtk/gtkprintoperation-win32.c:590 +#: gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Impresora desconectada" -#: ../gtk/gtkprintoperation-win32.c:592 +#: gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Papel agotado" #. Translators: this is a printer status. -#: ../gtk/gtkprintoperation-win32.c:594 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: gtk/gtkprintoperation-win32.c:594 +#: modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Pausada" -#: ../gtk/gtkprintoperation-win32.c:596 +#: gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Necesita intervención del usuario" -#: ../gtk/gtkprintoperation-win32.c:696 +#: gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Tamaño personalizado" -#: ../gtk/gtkprintoperation-win32.c:1517 +#: gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "No se encontró ninguna impresora" -#: ../gtk/gtkprintoperation-win32.c:1544 +#: gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Argumento invalido para CreateDC" -#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 +#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Error desde StartDoc" -#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 -#: ../gtk/gtkprintoperation-win32.c:1729 +#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 +#: gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "No hay memoria suficiente" -#: ../gtk/gtkprintoperation-win32.c:1734 +#: gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Argumento invalido para PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1739 +#: gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Puntero inválido a PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1744 +#: gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Manipulador inválido a PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1749 +#: gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Error no especificado" -#: ../gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Impresora" #. Translators: this is the header for the location column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Lugar" #. Translators: this is the header for the printer status column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Estado" -#: ../gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Rango" -#: ../gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Todas las páginas" -#: ../gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Página a_ctual" -#: ../gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Págin_as:" -#: ../gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2643,127 +2634,133 @@ msgstr "" "Especifique uno o más rangos de páginas,\n" "ej. 1-3,7,11" -#: ../gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Págin_as:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Copias" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: ../gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "_Copias:" -#: ../gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Intercalar" -#: ../gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "In_vertir" -#: ../gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "General" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: ../gtk/gtkprintunixdialog.c:2442 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: gtk/gtkprintunixdialog.c:2439 +#: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Orden de las hojas" -#: ../gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Izquierda a derecha" -#: ../gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Derecha a izquierda" -#: ../gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Disposición" -#: ../gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Por las _dos caras:" -#: ../gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Páginas por _hoja:" -#: ../gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Or_den de páginas:" -#: ../gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Sólo imprimir:" #. In enum order -#: ../gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Todas las hojas" -#: ../gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Hojas pares" -#: ../gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Hojas impares" -#: ../gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Escala:" -#: ../gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papel" -#: ../gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tipo de papel:" -#: ../gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Fuente del papel:" -#: ../gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_Bandeja de salida:" -#: ../gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detalles de la tarea" -#: ../gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "_Prioridad:" -#: ../gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Info de _facturación:" -#: ../gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Imprimir documento" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Ahora" -#: ../gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_En:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: ../gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2771,113 +2768,117 @@ msgstr "" "Especifique la hora de impresión,\n" "ej. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: ../gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "En _espera" -#: ../gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Retener el trabajo hasta que se libere explícitamente" -#: ../gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Añadir página de cubierta" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "An_tes:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Después:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Tarea" -#: ../gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avanzado" -#: ../gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Calidad de imagen" -#: ../gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Color" -#: ../gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Terminando" -#: ../gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Algunos de los ajustes del diálogo están en conflicto" -#: ../gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Imprimir" -#: ../gtk/gtkrc.c:2874 +#: gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "No se ha podido encontrar el archivo «include»: «%s»" -#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 +#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Imposible encontrar un archivo imagen en pixmap_path: «%s»" -#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 -#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 +#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 +#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Esta función no está implementada para los widgets de la clase «%s»" -#: ../gtk/gtkrecentchooserdefault.c:481 +#: gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Seleccione qué tipos de documentos se muestran" -#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 +#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "No se encontró ningún elementos para la URI «%s»" -#: ../gtk/gtkrecentchooserdefault.c:1298 +#: gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Filtro sin título" -#: ../gtk/gtkrecentchooserdefault.c:1651 +#: gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "No se pudo quitar el elemento" -#: ../gtk/gtkrecentchooserdefault.c:1695 +#: gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "No se pudo limpiar la lista" -#: ../gtk/gtkrecentchooserdefault.c:1779 +#: gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Copiar _lugar" -#: ../gtk/gtkrecentchooserdefault.c:1792 +#: gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Quitar de la lista" -#: ../gtk/gtkrecentchooserdefault.c:1801 +#: gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Limpiar lista" -#: ../gtk/gtkrecentchooserdefault.c:1815 +#: gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Mostrar recursos _privados" @@ -2891,21 +2892,21 @@ msgstr "Mostrar recursos _privados" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: ../gtk/gtkrecentchoosermenu.c:342 +#: gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "No se encontró ningún elemento" -#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 +#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "No se encontró un recurso usado recientemente con la URI «%s»" -#: ../gtk/gtkrecentchoosermenu.c:775 +#: gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Abrir «%s»" -#: ../gtk/gtkrecentchoosermenu.c:805 +#: gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Elemento desconocido" @@ -2914,7 +2915,7 @@ msgstr "Elemento desconocido" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: ../gtk/gtkrecentchoosermenu.c:816 +#: gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2923,37 +2924,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: ../gtk/gtkrecentchoosermenu.c:821 +#: gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 -#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 -#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 -#: ../gtk/gtkrecentmanager.c:1258 +#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 +#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 +#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 +#: gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "No se ha podido encontrar un elemento con el URI «%s»" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: ../gtk/gtkstock.c:288 +#: gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Información" -#: ../gtk/gtkstock.c:289 +#: gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Advertencia" -#: ../gtk/gtkstock.c:290 +#: gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Error" -#: ../gtk/gtkstock.c:291 +#: gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Pregunta" @@ -2961,699 +2962,699 @@ msgstr "Pregunta" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: ../gtk/gtkstock.c:296 +#: gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "Acerca _de" -#: ../gtk/gtkstock.c:297 +#: gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Añadir" -#: ../gtk/gtkstock.c:298 +#: gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Aplicar" -#: ../gtk/gtkstock.c:299 +#: gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Negrita" -#: ../gtk/gtkstock.c:300 +#: gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Cancelar" -#: ../gtk/gtkstock.c:301 +#: gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-Rom" -#: ../gtk/gtkstock.c:302 +#: gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Limpiar" -#: ../gtk/gtkstock.c:303 +#: gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Cerrar" -#: ../gtk/gtkstock.c:304 +#: gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "_Conectar" -#: ../gtk/gtkstock.c:305 +#: gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Convertir" -#: ../gtk/gtkstock.c:306 +#: gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Copiar" -#: ../gtk/gtkstock.c:307 +#: gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "Cor_tar" -#: ../gtk/gtkstock.c:308 +#: gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Borrar" -#: ../gtk/gtkstock.c:309 +#: gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Descartar" -#: ../gtk/gtkstock.c:310 +#: gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Desconectar" -#: ../gtk/gtkstock.c:311 +#: gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Ejecutar" -#: ../gtk/gtkstock.c:312 +#: gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Editar" # src/nautilus-first-time-druid.c:290 -#: ../gtk/gtkstock.c:313 +#: gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Buscar" -#: ../gtk/gtkstock.c:314 +#: gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Buscar y _reemplazar" -#: ../gtk/gtkstock.c:315 +#: gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Disquete" -#: ../gtk/gtkstock.c:316 +#: gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "Pantalla _completa" -#: ../gtk/gtkstock.c:317 +#: gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Salir de pantalla completa" #. This is a navigation label as in "go to the bottom of the page" -#: ../gtk/gtkstock.c:319 +#: gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Inferior" #. This is a navigation label as in "go to the first page" -#: ../gtk/gtkstock.c:321 +#: gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Primero" #. This is a navigation label as in "go to the last page" -#: ../gtk/gtkstock.c:323 +#: gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Último" #. This is a navigation label as in "go to the top of the page" -#: ../gtk/gtkstock.c:325 +#: gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Superior" #. This is a navigation label as in "go back" -#: ../gtk/gtkstock.c:327 +#: gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "A_trás" #. This is a navigation label as in "go down" -#: ../gtk/gtkstock.c:329 +#: gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Bajar" #. This is a navigation label as in "go forward" -#: ../gtk/gtkstock.c:331 +#: gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "A_delante" #. This is a navigation label as in "go up" -#: ../gtk/gtkstock.c:333 +#: gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Subir" -#: ../gtk/gtkstock.c:334 +#: gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Disco duro" -#: ../gtk/gtkstock.c:335 +#: gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "Ay_uda" -#: ../gtk/gtkstock.c:336 +#: gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Inicio" -#: ../gtk/gtkstock.c:337 +#: gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Aumentar sangría" -#: ../gtk/gtkstock.c:338 +#: gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Disminuir sangría" -#: ../gtk/gtkstock.c:339 +#: gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Índice" -#: ../gtk/gtkstock.c:340 +#: gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Información" -#: ../gtk/gtkstock.c:341 +#: gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Cursiva" -#: ../gtk/gtkstock.c:342 +#: gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Ir a" #. This is about text justification, "centered text" -#: ../gtk/gtkstock.c:344 +#: gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Centro" #. This is about text justification -#: ../gtk/gtkstock.c:346 +#: gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Rellenar" #. This is about text justification, "left-justified text" -#: ../gtk/gtkstock.c:348 +#: gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Izquierda" #. This is about text justification, "right-justified text" -#: ../gtk/gtkstock.c:350 +#: gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Derecha" #. Media label, as in "fast forward" -#: ../gtk/gtkstock.c:353 +#: gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "A_delante" #. Media label, as in "next song" -#: ../gtk/gtkstock.c:355 +#: gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Siguiente" #. Media label, as in "pause music" -#: ../gtk/gtkstock.c:357 +#: gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "_Pausa" #. Media label, as in "play music" -#: ../gtk/gtkstock.c:359 +#: gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Reproducir" #. Media label, as in "previous song" -#: ../gtk/gtkstock.c:361 +#: gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "_Anterior" #. Media label -#: ../gtk/gtkstock.c:363 +#: gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Grabar" # src/nautilus-first-time-druid.c:290 #. Media label -#: ../gtk/gtkstock.c:365 +#: gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Rebobinar" #. Media label -#: ../gtk/gtkstock.c:367 +#: gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Detener" -#: ../gtk/gtkstock.c:368 +#: gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Red" -#: ../gtk/gtkstock.c:369 +#: gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Nuevo" -#: ../gtk/gtkstock.c:370 +#: gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_No" -#: ../gtk/gtkstock.c:371 +#: gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_Aceptar" -#: ../gtk/gtkstock.c:372 +#: gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Abrir" #. Page orientation -#: ../gtk/gtkstock.c:374 +#: gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Apaisado" #. Page orientation -#: ../gtk/gtkstock.c:376 +#: gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Vertical" #. Page orientation -#: ../gtk/gtkstock.c:378 +#: gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Apaisado invertido" #. Page orientation -#: ../gtk/gtkstock.c:380 +#: gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Vertical invertido" -#: ../gtk/gtkstock.c:381 +#: gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "_Configuración de página" -#: ../gtk/gtkstock.c:382 +#: gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Pegar" -#: ../gtk/gtkstock.c:383 +#: gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Preferencias" -#: ../gtk/gtkstock.c:384 +#: gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Imprimir" -#: ../gtk/gtkstock.c:385 +#: gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "_Vista previa de impresión" -#: ../gtk/gtkstock.c:386 +#: gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Propiedades" -#: ../gtk/gtkstock.c:387 +#: gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Salir" -#: ../gtk/gtkstock.c:388 +#: gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Rehacer" -#: ../gtk/gtkstock.c:389 +#: gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Actualizar" -#: ../gtk/gtkstock.c:390 +#: gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Quitar" -#: ../gtk/gtkstock.c:391 +#: gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Revertir" -#: ../gtk/gtkstock.c:392 +#: gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Guardar" -#: ../gtk/gtkstock.c:393 +#: gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Guardar _como" -#: ../gtk/gtkstock.c:394 +#: gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Seleccionar _todo" -#: ../gtk/gtkstock.c:395 +#: gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Color" -#: ../gtk/gtkstock.c:396 +#: gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Tipografía" #. Sorting direction -#: ../gtk/gtkstock.c:398 +#: gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Ascendente" #. Sorting direction -#: ../gtk/gtkstock.c:400 +#: gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Descendente" -#: ../gtk/gtkstock.c:401 +#: gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "Comprobar _ortografía" -#: ../gtk/gtkstock.c:402 +#: gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Detener" #. Font variant -#: ../gtk/gtkstock.c:404 +#: gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Tachar" -#: ../gtk/gtkstock.c:405 +#: gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Recuperar" #. Font variant -#: ../gtk/gtkstock.c:407 +#: gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Subrayar" -#: ../gtk/gtkstock.c:408 +#: gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Deshacer" -#: ../gtk/gtkstock.c:409 +#: gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Sí" #. Zoom -#: ../gtk/gtkstock.c:411 +#: gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "Tamaño _normal" #. Zoom -#: ../gtk/gtkstock.c:413 +#: gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Ajuste _óptimo" -#: ../gtk/gtkstock.c:414 +#: gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "_Ampliar" -#: ../gtk/gtkstock.c:415 +#: gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "_Reducir" -#: ../gtk/gtktextbufferrichtext.c:651 +#: gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Error desconocido al intentar deserializar %s" -#: ../gtk/gtktextbufferrichtext.c:710 +#: gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "No se encontró función de deserialización para el formato %s" -#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 +#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "Se encontraron tanto \"id\" como \"name\" en el elemento <%s>" -#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 +#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "Se encontró el atributo \"%s\" dos veces en el elemento <%s>" -#: ../gtk/gtktextbufferserialize.c:846 +#: gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "El elemento <%s> tiene el id inválido \"%s\"" -#: ../gtk/gtktextbufferserialize.c:856 +#: gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "" "El elemento <%s> no tiene ni un elemento \"name\" ni un elemento \"id\"" -#: ../gtk/gtktextbufferserialize.c:943 +#: gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "El atributo \"%s\" se repite dos veces en el mismo elemento <%s>" -#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 +#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "El atributo \"%s\" es inválido en el elemento <%s> en este contexto" -#: ../gtk/gtktextbufferserialize.c:1022 +#: gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "La etiqueta «%s» no ha sido definida." -#: ../gtk/gtktextbufferserialize.c:1034 +#: gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Se encontró una etiqueta anónima y las etiquetas no se pueden crear." -#: ../gtk/gtktextbufferserialize.c:1045 +#: gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "" "La etiqueta «%s» no existe en el búfer y las etiquetas no se pueden crear." -#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 -#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 +#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 +#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "El elemento <%s» no se permite debajo de <%s>" -#: ../gtk/gtktextbufferserialize.c:1175 +#: gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "«%s» no es un tipo de atributo válido" -#: ../gtk/gtktextbufferserialize.c:1183 +#: gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "«%s» no es un nombre de atributo válido" -#: ../gtk/gtktextbufferserialize.c:1193 +#: gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "" "\"%s\" no se pudo convertir a un valor de tipo \"%s\"para el atributo \"%s\"" -#: ../gtk/gtktextbufferserialize.c:1202 +#: gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" no es un valor válido para el atributo \"%s\"" -#: ../gtk/gtktextbufferserialize.c:1285 +#: gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "La etiqueta \"%s\" ya está definida" -#: ../gtk/gtktextbufferserialize.c:1296 +#: gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "La etiqueta \"%s\" tiene prioridad \"%s\" inválida" -#: ../gtk/gtktextbufferserialize.c:1349 +#: gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "" "El elemento más externo en el texto debe ser no <%s>" -#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 +#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Ya se ha especificado un elemento <%s>" -#: ../gtk/gtktextbufferserialize.c:1380 +#: gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Un elemento no puede estar antes de un elemento " -#: ../gtk/gtktextbufferserialize.c:1779 +#: gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Los datos serializados están mal formados" -#: ../gtk/gtktextbufferserialize.c:1857 +#: gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Los datos serializados están mal formados. La primera sección no es " "GTKTEXTBUFFERCONTENTS-0001" -#: ../gtk/gtktextutil.c:61 +#: gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "Marca de _izquierda-a-derecha [LRM]" -#: ../gtk/gtktextutil.c:62 +#: gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "Marca de _derecha-a-izquierda [RLM]" -#: ../gtk/gtktextutil.c:63 +#: gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "In_crustamiento de izquierda-a-derecha [LRE]" -#: ../gtk/gtktextutil.c:64 +#: gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "Inc_rustamiento de derecha-a-izquierda [RLE]" -#: ../gtk/gtktextutil.c:65 +#: gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "_Sobreescritura de izquierda-a-derecha [LRO]" -#: ../gtk/gtktextutil.c:66 +#: gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "Pre_valencia de derecha-a-izquierda [RLO]" -#: ../gtk/gtktextutil.c:67 +#: gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "Formateo d_ireccional emergente [PDF]" -#: ../gtk/gtktextutil.c:68 +#: gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "Espacio de ancho _cero [ZWS]" -#: ../gtk/gtktextutil.c:69 +#: gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "En_samblador de ancho cero [ZWJ]" -#: ../gtk/gtktextutil.c:70 +#: gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "_No ensamblador de ancho cero [ZWNJ]" -#: ../gtk/gtkthemes.c:71 +#: gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Imposible encontrar el motor de temas en la ruta al _modulo: «%s»," -#: ../gtk/gtktipsquery.c:188 +#: gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "-- Sin consejo --" -#: ../gtk/gtkuimanager.c:1463 +#: gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Etiqueta de inicio «%s» inesperada en la línea %d, carácter %d" -#: ../gtk/gtkuimanager.c:1553 +#: gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Dato carácter inesperado en la línea %d, carácter %d" -#: ../gtk/gtkuimanager.c:2385 +#: gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Vacío" -#: ../gtk/gtkvolumebutton.c:73 +#: gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Volumen" -#: ../gtk/gtkvolumebutton.c:75 +#: gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Sube o baja el volumen" -#: ../gtk/gtkvolumebutton.c:78 +#: gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Ajusta el volumen" -#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 +#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Bajar volumen" -#: ../gtk/gtkvolumebutton.c:83 +#: gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Disminuye el volumen" -#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 +#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Subir volumen" -#: ../gtk/gtkvolumebutton.c:89 +#: gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Aumenta el volumen" -#: ../gtk/gtkvolumebutton.c:147 +#: gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Silenciado" -#: ../gtk/gtkvolumebutton.c:151 +#: gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Volumen total" @@ -3662,928 +3663,928 @@ msgstr "Volumen total" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: ../gtk/gtkvolumebutton.c:164 +#: gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: ../gtk/paper_names_offsets.c:4 +#: gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: ../gtk/paper_names_offsets.c:5 +#: gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: ../gtk/paper_names_offsets.c:6 +#: gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: ../gtk/paper_names_offsets.c:7 +#: gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: ../gtk/paper_names_offsets.c:8 +#: gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: ../gtk/paper_names_offsets.c:9 +#: gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: ../gtk/paper_names_offsets.c:10 +#: gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: ../gtk/paper_names_offsets.c:11 +#: gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: ../gtk/paper_names_offsets.c:12 +#: gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: ../gtk/paper_names_offsets.c:13 +#: gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: ../gtk/paper_names_offsets.c:14 +#: gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: ../gtk/paper_names_offsets.c:15 +#: gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: ../gtk/paper_names_offsets.c:16 +#: gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: ../gtk/paper_names_offsets.c:17 +#: gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: ../gtk/paper_names_offsets.c:18 +#: gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: ../gtk/paper_names_offsets.c:19 +#: gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: ../gtk/paper_names_offsets.c:20 +#: gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: ../gtk/paper_names_offsets.c:21 +#: gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: ../gtk/paper_names_offsets.c:22 +#: gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: ../gtk/paper_names_offsets.c:23 +#: gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: ../gtk/paper_names_offsets.c:24 +#: gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: ../gtk/paper_names_offsets.c:25 +#: gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: ../gtk/paper_names_offsets.c:26 +#: gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: ../gtk/paper_names_offsets.c:27 +#: gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: ../gtk/paper_names_offsets.c:28 +#: gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: ../gtk/paper_names_offsets.c:29 +#: gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: ../gtk/paper_names_offsets.c:30 +#: gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: ../gtk/paper_names_offsets.c:31 +#: gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: ../gtk/paper_names_offsets.c:32 +#: gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: ../gtk/paper_names_offsets.c:33 +#: gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: ../gtk/paper_names_offsets.c:34 +#: gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: ../gtk/paper_names_offsets.c:35 +#: gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: ../gtk/paper_names_offsets.c:36 +#: gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: ../gtk/paper_names_offsets.c:37 +#: gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: ../gtk/paper_names_offsets.c:38 +#: gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: ../gtk/paper_names_offsets.c:39 +#: gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: ../gtk/paper_names_offsets.c:40 +#: gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: ../gtk/paper_names_offsets.c:41 +#: gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: ../gtk/paper_names_offsets.c:42 +#: gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: ../gtk/paper_names_offsets.c:43 +#: gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: ../gtk/paper_names_offsets.c:44 +#: gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: ../gtk/paper_names_offsets.c:45 +#: gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: ../gtk/paper_names_offsets.c:46 +#: gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: ../gtk/paper_names_offsets.c:47 +#: gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: ../gtk/paper_names_offsets.c:48 +#: gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: ../gtk/paper_names_offsets.c:49 +#: gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: ../gtk/paper_names_offsets.c:50 +#: gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: ../gtk/paper_names_offsets.c:51 +#: gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: ../gtk/paper_names_offsets.c:52 +#: gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: ../gtk/paper_names_offsets.c:53 +#: gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: ../gtk/paper_names_offsets.c:54 +#: gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: ../gtk/paper_names_offsets.c:55 +#: gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: ../gtk/paper_names_offsets.c:56 +#: gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: ../gtk/paper_names_offsets.c:57 +#: gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: ../gtk/paper_names_offsets.c:58 +#: gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: ../gtk/paper_names_offsets.c:59 +#: gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: ../gtk/paper_names_offsets.c:60 +#: gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: ../gtk/paper_names_offsets.c:61 +#: gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: ../gtk/paper_names_offsets.c:62 +#: gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: ../gtk/paper_names_offsets.c:63 +#: gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: ../gtk/paper_names_offsets.c:64 +#: gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: ../gtk/paper_names_offsets.c:65 +#: gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Sobre DL" -#: ../gtk/paper_names_offsets.c:66 +#: gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: ../gtk/paper_names_offsets.c:67 +#: gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: ../gtk/paper_names_offsets.c:68 +#: gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: ../gtk/paper_names_offsets.c:69 +#: gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: ../gtk/paper_names_offsets.c:70 +#: gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: ../gtk/paper_names_offsets.c:71 +#: gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: ../gtk/paper_names_offsets.c:72 +#: gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: ../gtk/paper_names_offsets.c:73 +#: gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: ../gtk/paper_names_offsets.c:74 +#: gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: ../gtk/paper_names_offsets.c:75 +#: gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: ../gtk/paper_names_offsets.c:76 +#: gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: ../gtk/paper_names_offsets.c:77 +#: gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: ../gtk/paper_names_offsets.c:78 +#: gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: ../gtk/paper_names_offsets.c:79 +#: gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: ../gtk/paper_names_offsets.c:80 +#: gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: ../gtk/paper_names_offsets.c:81 +#: gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: ../gtk/paper_names_offsets.c:82 +#: gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: ../gtk/paper_names_offsets.c:83 +#: gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: ../gtk/paper_names_offsets.c:84 +#: gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Sobre Choukei 2" -#: ../gtk/paper_names_offsets.c:85 +#: gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Sobre Choukei 3" -#: ../gtk/paper_names_offsets.c:86 +#: gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Sobre Choukei 4" -#: ../gtk/paper_names_offsets.c:87 +#: gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "Hagaki (postal)" -#: ../gtk/paper_names_offsets.c:88 +#: gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Sobre Kahu" -#: ../gtk/paper_names_offsets.c:89 +#: gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Sobre Kaku2" -#: ../gtk/paper_names_offsets.c:90 +#: gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "Oufuku (postal de respuesta)" -#: ../gtk/paper_names_offsets.c:91 +#: gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Sobre You4" -#: ../gtk/paper_names_offsets.c:92 +#: gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr " " -#: ../gtk/paper_names_offsets.c:93 +#: gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: ../gtk/paper_names_offsets.c:94 +#: gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 +#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: ../gtk/paper_names_offsets.c:97 +#: gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: ../gtk/paper_names_offsets.c:98 +#: gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: ../gtk/paper_names_offsets.c:99 +#: gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: ../gtk/paper_names_offsets.c:100 +#: gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: ../gtk/paper_names_offsets.c:101 +#: gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Sobre 6x9" -#: ../gtk/paper_names_offsets.c:102 +#: gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Sobre 7x9" -#: ../gtk/paper_names_offsets.c:103 +#: gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Sobre 9x11" -#: ../gtk/paper_names_offsets.c:104 +#: gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Sobre A2" -#: ../gtk/paper_names_offsets.c:105 +#: gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: ../gtk/paper_names_offsets.c:106 +#: gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: ../gtk/paper_names_offsets.c:107 +#: gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: ../gtk/paper_names_offsets.c:108 +#: gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: ../gtk/paper_names_offsets.c:109 +#: gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: ../gtk/paper_names_offsets.c:110 +#: gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: ../gtk/paper_names_offsets.c:111 +#: gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: ../gtk/paper_names_offsets.c:112 +#: gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Sobre c5" -#: ../gtk/paper_names_offsets.c:113 +#: gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: ../gtk/paper_names_offsets.c:114 +#: gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: ../gtk/paper_names_offsets.c:115 +#: gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: ../gtk/paper_names_offsets.c:116 +#: gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "edp europeo" -#: ../gtk/paper_names_offsets.c:117 +#: gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Ejecutivo" -#: ../gtk/paper_names_offsets.c:118 +#: gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: ../gtk/paper_names_offsets.c:119 +#: gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold europeo" -#: ../gtk/paper_names_offsets.c:120 +#: gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold EE. UU." -#: ../gtk/paper_names_offsets.c:121 +#: gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold alemán legal" -#: ../gtk/paper_names_offsets.c:122 +#: gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Legal gubernamental" -#: ../gtk/paper_names_offsets.c:123 +#: gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Carta oficial" -#: ../gtk/paper_names_offsets.c:124 +#: gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Index 3x5" -#: ../gtk/paper_names_offsets.c:125 +#: gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (postal)" -#: ../gtk/paper_names_offsets.c:126 +#: gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: ../gtk/paper_names_offsets.c:127 +#: gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Index 5x8" -#: ../gtk/paper_names_offsets.c:128 +#: gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Invoice" -#: ../gtk/paper_names_offsets.c:129 +#: gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloide" -#: ../gtk/paper_names_offsets.c:130 +#: gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: ../gtk/paper_names_offsets.c:131 +#: gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: ../gtk/paper_names_offsets.c:132 +#: gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: ../gtk/paper_names_offsets.c:133 +#: gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: ../gtk/paper_names_offsets.c:134 +#: gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: ../gtk/paper_names_offsets.c:135 +#: gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Sobre Monarch" -#: ../gtk/paper_names_offsets.c:136 +#: gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Sobre nº10" -#: ../gtk/paper_names_offsets.c:137 +#: gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Sobre nº11" -#: ../gtk/paper_names_offsets.c:138 +#: gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Sobre nº12" -#: ../gtk/paper_names_offsets.c:139 +#: gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Sobre nº14" -#: ../gtk/paper_names_offsets.c:140 +#: gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Sobre nº9" -#: ../gtk/paper_names_offsets.c:141 +#: gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Sobre personal" -#: ../gtk/paper_names_offsets.c:142 +#: gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: ../gtk/paper_names_offsets.c:143 +#: gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: ../gtk/paper_names_offsets.c:144 +#: gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: ../gtk/paper_names_offsets.c:145 +#: gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Formato ancho" -#: ../gtk/paper_names_offsets.c:146 +#: gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: ../gtk/paper_names_offsets.c:147 +#: gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: ../gtk/paper_names_offsets.c:148 +#: gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: ../gtk/paper_names_offsets.c:149 +#: gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Sobre de invitación" -#: ../gtk/paper_names_offsets.c:150 +#: gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Sobre italiano" -#: ../gtk/paper_names_offsets.c:151 +#: gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: ../gtk/paper_names_offsets.c:152 +#: gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: ../gtk/paper_names_offsets.c:153 +#: gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Sobre Postfix" -#: ../gtk/paper_names_offsets.c:154 +#: gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Foto pequeña" -#: ../gtk/paper_names_offsets.c:155 +#: gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Sobre prc1" -#: ../gtk/paper_names_offsets.c:156 +#: gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Sobre prc10" -#: ../gtk/paper_names_offsets.c:157 +#: gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: ../gtk/paper_names_offsets.c:158 +#: gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Sobre prc2" -#: ../gtk/paper_names_offsets.c:159 +#: gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Sobre prc3" -#: ../gtk/paper_names_offsets.c:160 +#: gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: ../gtk/paper_names_offsets.c:161 +#: gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Sobre prc4" -#: ../gtk/paper_names_offsets.c:162 +#: gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Sobre prc5" -#: ../gtk/paper_names_offsets.c:163 +#: gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Sobre prc6" -#: ../gtk/paper_names_offsets.c:164 +#: gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Sobre prc7" -#: ../gtk/paper_names_offsets.c:165 +#: gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Sobre prc8" -#: ../gtk/paper_names_offsets.c:166 +#: gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: ../gtk/paper_names_offsets.c:167 +#: gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 +#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "" "se encontraron diferentes idatas para el «%s» enlazado simbólicamente y «%s»\n" -#: ../gtk/updateiconcache.c:1374 +#: gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "No se ha podido escribir la cabecera\n" -#: ../gtk/updateiconcache.c:1380 +#: gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "No se ha podido escribir la tabla hash\n" -#: ../gtk/updateiconcache.c:1386 +#: gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "No se ha podido escribir el índice de la carpeta\n" -#: ../gtk/updateiconcache.c:1394 +#: gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "No se ha podido reescribir la cabecera\n" -#: ../gtk/updateiconcache.c:1455 +#: gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "No se ha podido abrir el archivo «%s»: %s\n" -#: ../gtk/updateiconcache.c:1463 +#: gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "No se ha podido escribir el archivo de caché: %s\n" -#: ../gtk/updateiconcache.c:1499 +#: gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "La caché generada no es válida.\n" -#: ../gtk/updateiconcache.c:1511 +#: gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "No se pudo renombrar %s a %s: %s, eliminando %s entonces.\n" -#: ../gtk/updateiconcache.c:1523 +#: gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "No se pudo renombrar %s a %s: %s\n" -#: ../gtk/updateiconcache.c:1530 +#: gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "No se pudo renombrar %s de nuevo a %s: %s.\n" -#: ../gtk/updateiconcache.c:1556 +#: gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Archivo de caché creado con éxito.\n" -#: ../gtk/updateiconcache.c:1595 +#: gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Sobreescribir un caché existente, incluso si está actualizado" -#: ../gtk/updateiconcache.c:1596 +#: gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "No comprobar la existencia de index.theme" -#: ../gtk/updateiconcache.c:1597 +#: gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "No incluir los datos de la imagen en el caché" -#: ../gtk/updateiconcache.c:1598 +#: gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Sacar un archivo de cabecera C" -#: ../gtk/updateiconcache.c:1599 +#: gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Desactivar la salida prolija" -#: ../gtk/updateiconcache.c:1600 +#: gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Validar la caché de iconos existente" -#: ../gtk/updateiconcache.c:1663 +#: gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Archivo no encontrado: %s\n" -#: ../gtk/updateiconcache.c:1669 +#: gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "No es una caché de iconos válida: %s\n" -#: ../gtk/updateiconcache.c:1682 +#: gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "No existe el archivo índice del tema." -#: ../gtk/updateiconcache.c:1686 +#: gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4594,271 +4595,271 @@ msgstr "" "index.\n" #. ID -#: ../modules/input/imam-et.c:454 +#: modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amhárico (EZ+)" #. ID -#: ../modules/input/imcedilla.c:92 +#: modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cedilla" #. ID -#: ../modules/input/imcyrillic-translit.c:217 +#: modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Cirílico (Transliterado)" #. ID -#: ../modules/input/iminuktitut.c:127 +#: modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (Transliterado)" #. ID -#: ../modules/input/imipa.c:145 +#: modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: ../modules/input/immultipress.c:31 +#: modules/input/immultipress.c:31 msgid "Multipress" msgstr "Pulsación múltiple" #. ID -#: ../modules/input/imthai.c:35 +#: modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thai-Lao" #. ID -#: ../modules/input/imti-er.c:453 +#: modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrigna-Eritreo (EZ+)" #. ID -#: ../modules/input/imti-et.c:453 +#: modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrigna-Etíope (EZ+)" #. ID -#: ../modules/input/imviqr.c:244 +#: modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamita (VIQR)" #. ID -#: ../modules/input/imxim.c:28 +#: modules/input/imxim.c:28 msgid "X Input Method" msgstr "Método de entrada X" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "A la impresora «%s» le queda poco tóner." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "A la impresora «%s» no le queda tóner." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "A la impresora «%s» le queda poco revelador." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "A la impresora «%s» no le queda revelador." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "A la impresora «%s» le queda poco de, al menos, un cartucho." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "A la impresora «%s» no le queda, al menos, un cartucho." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "La tapa de la impresora «%s» está abierta." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "La puerta de la impresora «%s» está abierta." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "La impresora «%s» tiene poco papel." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "La impresora «%s» no tiene papel." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "La impresora «%s» está actualmente desconectada." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "La impresora «%s» parece no estar conectada." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Existe un problema con la impresora «%s»." #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Pausado; rechazando trabajos" #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Rechazando trabajos" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Dos caras" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Tipo de papel" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Fuente de papel" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Bandeja de salida" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Resolución" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "Prefiltrado GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Una cara" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Margen largo (estándar)" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Margen corto (girar)" #. Translators: this is an option of "Paper Source" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Autoseleccionar" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Predeterminado de la impresora" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Sólo empotrar tipografías GhostScript" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Convertir a PS de nivel 1" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Convertir a PS de nivel 2" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Sin prefiltrado" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Miscelánea" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Urgente" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Alta" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Media" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Baja" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "De izquierda a derecha, de arriba a abajo" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "De izquierda a derecha, de abajo a arriba" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "De derecha a izquierda, de arriba a abajo" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "De derecha a izquierda, de abajo a arriba" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "De arriba a abajo, de izquierda a derecha" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "De arriba a abajo, de derecha a izquierda" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "De abajo a arriba, de izquierda a derecha" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "De abajo a arriba, de derecha a izquierda" @@ -4866,21 +4867,21 @@ msgstr "De abajo a arriba, de derecha a izquierda" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Páginas por hoja" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Prioridad del trabajo" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Información de facturación" @@ -4888,45 +4889,45 @@ msgstr "Información de facturación" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Ninguna" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Clasificado" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Confidencial" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Secreto" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Estándar" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Alto secreto" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Desclasificado" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Antes" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Después" @@ -4934,14 +4935,14 @@ msgstr "Después" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Imprimir en" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Imprimir a la hora" @@ -4949,65 +4950,65 @@ msgstr "Imprimir a la hora" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Personalizado %sx%s" #. default filename used for print-to-file -#: ../modules/printbackends/file/gtkprintbackendfile.c:235 +#: modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "salida.%s" -#: ../modules/printbackends/file/gtkprintbackendfile.c:469 +#: modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Imprimir a un archivo" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: ../modules/printbackends/file/gtkprintbackendfile.c:558 -#: ../modules/printbackends/test/gtkprintbackendtest.c:506 +#: modules/printbackends/file/gtkprintbackendfile.c:558 +#: modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Páginas por _hoja:" -#: ../modules/printbackends/file/gtkprintbackendfile.c:604 +#: modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Archivo" -#: ../modules/printbackends/file/gtkprintbackendfile.c:613 +#: modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "Formato de _salida" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Imprimir a LPR" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Páginas por hoja" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Línea de comandos" #. default filename used for print-to-test -#: ../modules/printbackends/test/gtkprintbackendtest.c:234 +#: modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "salida-de-prueba.%s" -#: ../modules/printbackends/test/gtkprintbackendtest.c:470 +#: modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Imprimir a la impresora de prueba" -#: ../tests/testfilechooser.c:207 +#: tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "No se ha podido obtener información para el archivo «%s» : %s" diff --git a/po/et.po b/po/et.po index 663c8bb094..581b26159e 100644 --- a/po/et.po +++ b/po/et.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-12 22:02+0300\n" "Last-Translator: Mattias Põldaru \n" "Language-Team: Estonian \n" @@ -622,15 +622,15 @@ msgstr "Pilditüüp pole hetkel toetatud" msgid "Couldn't allocate memory for color profile" msgstr "Värviprifiilile pole võimalik mälu eraldada" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 faili avamiseks pole piisavalt mälu" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Pildi andmete puhverdamiseks pole võimalik mälu eraldada" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 pildivorming" @@ -677,7 +677,7 @@ msgid "" msgstr "" "JPEG kvaliteedi väärtus peab olema 0 ja 100 vahel; väärtus '%d' pole lubatud." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG-pildivorming" @@ -1175,46 +1175,46 @@ msgid_plural "Opening %d Items" msgstr[0] "%d kirje avamine" msgstr[1] "%d kirje avamine" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Litsents" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Programmi litsents" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Autorid" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Litsents" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Lähem teave %s kohta" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Autorid" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Programmeerimine" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentatsioon" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Tõlge" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Kunst" @@ -1288,17 +1288,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Vigane liigi funktsioon: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Vigane juurkirje: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Käsitlematu silt: '%s'" @@ -1393,7 +1398,7 @@ msgstr "Välja lülitatud" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Uus kiirendi..." @@ -1538,11 +1543,11 @@ msgstr "" msgid "Color Selection" msgstr "Värvi valik" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Sisestus_meetodid" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "L_isa Unicode'i juhtmärk" @@ -1981,7 +1986,7 @@ msgstr "Muuda _nime" msgid "_Selection: " msgstr "_Valik: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1990,15 +1995,15 @@ msgstr "" "Failinime \"%s\" pole võimalik UTF-8sse teisendada (proovi keskkonnamuutuja " "G_FILENAME_ENCODING seadmist): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Vigane UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nimi on liiga pikk" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Failinime pole võimalik teisendada" @@ -2246,39 +2251,39 @@ msgstr "GTK+ võtmed" msgid "Show GTK+ Options" msgstr "GTK+ võtmete näitamine" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Ü_hendu" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Ühendu _anonüümselt" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Ühendu _kasutajana:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Kasutajanimi:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domeen:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Parool:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Unusta parool koheselt" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "_Jäta parool kuni väljalogimiseni meelde" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Jäta igavesti meelde" @@ -2348,7 +2353,7 @@ msgstr "_Paberi suurus:" msgid "_Orientation:" msgstr "_Suund:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Lehekülje sätted" @@ -2497,17 +2502,17 @@ msgid "The most probable reason is that a temporary file could not be created." msgstr "" "Kõige tõonäolisemalt on põhjus selles, et ajutisi faile pole võimalik luua." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Viga eelvaate näitamisel" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Viga printimisel" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Rakendus" @@ -2566,37 +2571,37 @@ msgstr "Vigane PrintDlgEx käsitleja" msgid "Unspecified error" msgstr "Kirjeldamata viga" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Printer" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Asukoht" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Olek" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Vahemik" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Kõik leheküljed" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Kä_esolev lehekülg" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Le_heküljed:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2604,128 +2609,134 @@ msgstr "" "Määra üks või rohkem leheküljevahemikku.\n" " Näiteks: 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Le_heküljed:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Koopiad" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Koop_iaid:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Eksemplarhaaval" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Pöö_ratud järjestuses" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Üldine" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Lehekülgede järjekord" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Vasakult paremale" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Paremalt vasakule" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Paigutus" # msgstr "Le_hekülgi lehel:" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Kahe_poolne:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Le_hekülgi slaidil:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Lehekülgede _järjestamine:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Prindita_kse ainult:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Kõik leheküljed" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Paarisnumbriga leheküljed" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Paaritu numbriga leheküljed" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Skaleerimine:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Paber" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Pa_beri liik:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Paberi _allikas:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_Väljundsalv:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Töö üksikasjad" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Tä_htsus:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Maksmise andmed:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Dokumenti printimine" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Nüüd" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "A_jal:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2733,60 +2744,64 @@ msgstr "" "Määra trükkimise kellaaeg,\n" " nt 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_Ootel" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Tööd hoitakse kuni selle selgesõnalise vabastamiseni" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Kaane lisamine" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Enne:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Pärast:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Töö" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Laiendatud" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Pildikvaliteet" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Värv" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Lõpetamine" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Selle dialoogi mõned sätted on omavahel vastuolus" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Prindi" diff --git a/po/eu.po b/po/eu.po index 1be9fa0939..3cd7df305f 100644 --- a/po/eu.po +++ b/po/eu.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: eu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-11 13:07+0100\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" @@ -619,15 +619,15 @@ msgstr "Irudi mota ez da onartzen" msgid "Couldn't allocate memory for color profile" msgstr "Ezin izan da kolore-profilarentzako memoria esleitu" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Ez dago JPEG 2000 fitxategia irekitzeko behar adina memoria" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Ezin izan da irudiaren datuen bufferrerako memoriarik esleitu" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 irudi-formatua" @@ -675,7 +675,7 @@ msgstr "" "JPEG kalitatearen balioak 0 eta 100 artean egon behar du; '%d' balioa ez da " "onartzen." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG irudi-formatua" @@ -1173,46 +1173,46 @@ msgid_plural "Opening %d Items" msgstr[0] "Elementu %d irekitzen" msgstr[1] "%d elementu irekitzen" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Lizentzia" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Programaren lizentzia" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "K_redituak" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Lizentzia" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s buruz" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Kredituak" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Garapena" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentazioa" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Itzulpena" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Marrazki lanak" @@ -1286,17 +1286,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Alderantzizko barra" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Funtzio mota baliogabea: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Erroko elementu baliogabea: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Kudeatu gabeko etiketa: '%s'" @@ -1391,7 +1396,7 @@ msgstr "Desgaituta" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Bizkortzaile berria..." @@ -1536,11 +1541,11 @@ msgstr "" msgid "Color Selection" msgstr "Kolore-hautapena" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Sartzeko _metodoak" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Txertatu Unicode kontrol-karakterea" @@ -1982,7 +1987,7 @@ msgstr "I_zena aldatu" msgid "_Selection: " msgstr "_Hautapena: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1991,15 +1996,15 @@ msgstr "" "\"%s\" fitxategi-izena ezin izan da UTF-8 bihurtu (saiatu " "G_FILENAME_ENCODING ingurune-aldagaia ezartzen): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Utf-8 baliogabea" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Izena luzeegia da" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Ezin izan da fitxategi-izena bihurtu" @@ -2247,39 +2252,39 @@ msgstr "GTK+ aukerak" msgid "Show GTK+ Options" msgstr "Erakutsi GTK+ aukerak" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "_Konektatu" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Konektatu _anonimoki" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Konektatu _erabiltzaile gisa:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Erabiltzaile-izena:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domeinua:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Pasahitza:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Ahaztu pasahitza _berehala" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Gogoratu pasahitza saioa _amaitu arte" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Gogoratu beti" @@ -2349,7 +2354,7 @@ msgstr "_Paper-tamaina:" msgid "_Orientation:" msgstr "_Orientazioa:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Prestatu orrialdea" @@ -2497,17 +2502,17 @@ msgstr "Errorea inprimatzeko aurrebista sortzean" msgid "The most probable reason is that a temporary file could not be created." msgstr "Baliteke aldi baterako fitxategia ezin sortu izatea." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Errorea aurrebista abiaraztean" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Errorea inprimatzean" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplikazioa" @@ -2566,37 +2571,37 @@ msgstr "PrintDlgEx-en baliogabeko kudeatzailea" msgid "Unspecified error" msgstr "Zehaztugabeko errorea" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Inprimagailua" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Kokalekua" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Egoera" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Barrutia" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "Orrialde _guztiak" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Uneko orrialdea" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Orrialdeak:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2604,127 +2609,133 @@ msgstr "" "Zehaztu orrialdeen barruti bat edo gehiago,\n" "adib. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Orrialdeak:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopiak" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "_Kopiak:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Alderatu" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Alderantzikatu" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Orokorra" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Orrialdeak ordenatzea" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Ezkerretik eskuinera" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Eskuinetik ezkerrera" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Diseinua" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Bi aldetatik:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Orrialdeak _aldeko:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Orrialdeen _ordena:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Inprimatu _soilik:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Orri guztiak" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Orri bikoitiak" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Orri bakoitiak" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "E_skala:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papera" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Paper-_mota:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Paper-iturria:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Irteerako _erretilua:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Lanaren xehetasunak" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "_Lehentasuna:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Fakturaren datuak:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Inprimatu dokumentua" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Orain" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Noiz:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2732,60 +2743,64 @@ msgstr "" "Zehaztu inprimatze-ordua,\n" "adib. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_Itxaron" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Mantendu lana esplizitoki askatu arte" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Gehitu gainazaleko orria" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Aurretik:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Ondoren:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Lana" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Aurreratua" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Irudiaren kalitatea" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Kolorea" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Amaitzen" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Elkarrizketa-koadroko ezarpetn batzuk gatazkan daude" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Inprimatu" diff --git a/po/fa.po b/po/fa.po index a82b3ab30f..1fc461bab9 100644 --- a/po/fa.po +++ b/po/fa.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2005-02-14 18:03+0330\n" "Last-Translator: Roozbeh Pournader \n" "Language-Team: Persian \n" @@ -646,17 +646,17 @@ msgstr "تصویر نوع «%s» پشتیبانی نمی‌شود" msgid "Couldn't allocate memory for color profile" msgstr "نمی‌توان برای بار کردن پرونده‌ی JPEG حافظه تخصیص داد" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "حافظه برای بار کردن پرونده‌ی TIFF کافی نیست" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "نمی‌توان برای داده‌های خط حافظه تخصیص داد" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "قالب تصویر JPEG" @@ -702,7 +702,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "کیفیت JPEG باید مقداری بین ۰ و ۱۰۰ باشد؛ مقدار «%Id» مجاز نیست." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "قالب تصویر JPEG" @@ -1202,47 +1202,47 @@ msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "مجوز" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "مجوز برنامه" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 #, fuzzy msgid "C_redits" msgstr "دست‌اندرکاران" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_مجوز" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "درباره‌ی %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "دست‌اندرکاران" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "نوشته‌ی" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "مستندسازی از" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "ترجمه از" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "طرح‌ها و تصاویر از" @@ -1320,17 +1320,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "نام پرونده‌ی نامعتبر: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "نام پرونده‌ی نامعتبر: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1427,7 +1432,7 @@ msgstr "از کار افتاده" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1575,11 +1580,11 @@ msgstr "" msgid "Color Selection" msgstr "انتخاب رنگ" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "روش‌های ورودی" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_درج نویسه‌ی کنترلی یونی‌کد" @@ -2033,7 +2038,7 @@ msgstr "_تغییر نام" msgid "_Selection: " msgstr "_انتخاب: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2042,15 +2047,15 @@ msgstr "" "نام پرونده‌ی «%s» را نمی‌توان به UTF-8 تبدیل کرد. (تنظیم متغیر محیطی " "G_FILENAME_ENCODING را امتحان کنید): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "‏UTF-8 نامعتبر" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "نام خیلی بلند است" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "نمی‌توان نام پرونده را تبدیل کرد" @@ -2315,43 +2320,43 @@ msgstr "گزینه‌های GTK+" msgid "Show GTK+ Options" msgstr "نشان دادن گزینه‌های GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "_تبدیل" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_تغییر نام" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_مکان:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "فشار" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2417,7 +2422,7 @@ msgstr "_ویژگی‌ها" msgid "_Orientation:" msgstr "_غلظت:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "صفحه‌ی %Iu" @@ -2576,17 +2581,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "_مکان:" @@ -2651,239 +2656,249 @@ msgstr "سرصفحه‌ی نامعتبر در شمایل" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "_چاپ" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "_مکان:" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "_ایجاد" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_تغییر نام" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "_ایجاد" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "باز_گشت" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "اخطار" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "نشانه‌ی _چپ‌به‌راست" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "_چاپ" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "_ویژگی‌ها" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "_ویژگی‌ها" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "_چاپ" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "_روشنایی:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "_ویژگی‌ها" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "_ویژگی‌ها" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_نه" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "_سیاه" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_رنگ" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "_چاپ" diff --git a/po/fi.po b/po/fi.po index 8d696e9693..79f8fa0700 100644 --- a/po/fi.po +++ b/po/fi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-16 21:00+0300\n" "Last-Translator: Ilkka Tuohela \n" "Language-Team: Finnish \n" @@ -620,15 +620,15 @@ msgstr "Kuvatyyppi ei ole tuettu" msgid "Couldn't allocate memory for color profile" msgstr "Muistia ei voitu varata väriprofiilille" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Liian vähän muistia JPEG 2000 -tiedoston avaamiseksi" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Muistin varaus kuvatiedon puskurointia varten epäonnistui" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 -kuvamuoto" @@ -672,7 +672,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG-laadun täytyy olla välillä 0-100. Arvo \"%d\" ei käy." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG-kuvamuoto" @@ -1169,46 +1169,46 @@ msgid_plural "Opening %d Items" msgstr[0] "Avataan %d kohde" msgstr[1] "Avataan %d kohdetta" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Lisenssi" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Ohjelman lisenssi" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Tekijät" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Lisenssi" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Tietoja ohjelmasta %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Tekijät" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Ohjelmoijat" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentoijat" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Kääntäjät" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Graafinen ulkoasu" @@ -1282,17 +1282,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Takakeno" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Virheellinen tyyppifunktio: \"%s\"" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Virheellinen juurielementti: \"%s\"" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Käsittelemätön tagi: \"%s\"" @@ -1387,7 +1392,7 @@ msgstr "Pois käytöstä" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Uusi pikanäppäin..." @@ -1532,11 +1537,11 @@ msgstr "" msgid "Color Selection" msgstr "Värin valinta" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Syöttö_tavat" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Lisää Unicode-säätömerkki" @@ -1976,7 +1981,7 @@ msgstr "_Nimeä uudelleen" msgid "_Selection: " msgstr "_Valinta: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1985,15 +1990,15 @@ msgstr "" "Tiedostonimen \"%s\" muuntaminen UTF-8:ksi ei onnistunut. (Kokeile " "ympäristömuuttujan G_FILENAME_ENCODING asettamista): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Virheellistä UTF-8:aa" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nimi on liian pitkä" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Ei voitu muuntaa tiedostonimeä" @@ -2241,39 +2246,39 @@ msgstr "GTK+-valitsimet" msgid "Show GTK+ Options" msgstr "Näytä GTK+-valitsimet" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "_Yhdistä" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Yhdistä _anonyymisti" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Yhdistä _käyttäjänä:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Käyttäjätunnus:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Toimialue:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Salasana:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Unohda salasana heti" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Muista _uloskirjautumiseen saakka" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Muista aina" @@ -2345,7 +2350,7 @@ msgid "_Orientation:" msgstr "_Suunta:" # , c-format -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Sivun asetukset" @@ -2493,17 +2498,17 @@ msgstr "Virhe luotaessa tulostuksen esikatselua" msgid "The most probable reason is that a temporary file could not be created." msgstr "Yleisin vian syy on, ettei väliaikaistiedostoa voitu luoda." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Virhe käynnistettäessä esikatselua" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Virhe tulostettaessa" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Sovellus" @@ -2562,37 +2567,37 @@ msgstr "Virheellinen kahva toiminnolle PrintDlgEx" msgid "Unspecified error" msgstr "Määrittelemätön virhe" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Tulostin" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Sijainti" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Tila" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Alue" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "K_aikki sivut" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Nykyinen sivu" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Si_vut:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2600,127 +2605,133 @@ msgstr "" "Anna yksi tai useampia sivualueita,\n" "esim. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Si_vut:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopioita" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "_Kopioita:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Kerää" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Kää_nteinen" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Yleiset" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Sivun järjestys" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Vasemmalta oikealle" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Oikealta vasemmalle" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Asettelu" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Kaksipuolinen:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Sivuja _puolelle:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Sivujärjestys:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Tulosta _vain:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Kaikki arkit" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Parilliset arkit" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Parittomat arkit" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Mitt_akaava:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Paperi" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Paperin _tyyppi:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Paperin _lähde:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Tulostus_kaukalo:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Työn yksityiskohdat" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Tär_keys:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Laskutustiedot:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Tulosta asiakirja" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Heti" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "Ajas_tettuna:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2728,60 +2739,64 @@ msgstr "" "Anna tulostettava aika,\n" "esim. 15.30, 2.35 pm, 14.15.30, 11.56.30 am" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Pi_dossa" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Pidätä työtä, kunnes se vapautetaan erikseen" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Lisää kansisivu" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Ennen:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Jälkeen:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Työ" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Lisäasetukset" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Kuvan laatu" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Väri" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Viimeistely" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Jotkut asetukset ikkunassa ovat ristiriidassa" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Tulosta" diff --git a/po/fr.po b/po/fr.po index daf15fc787..1a1637f672 100644 --- a/po/fr.po +++ b/po/fr.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-10 22:10+0200\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-04-10 22:11+0200\n" "Last-Translator: Claude Paroz \n" "Language-Team: GNOME French Team \n" @@ -27,58 +27,58 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n>1;\n" -#: ../gdk/gdk.c:103 +#: gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Erreur lors de l'analyse de l'option --gdk-debug" -#: ../gdk/gdk.c:123 +#: gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Erreur lors de l'analyse de l'option --gdk-no-debug" #. Description of --class=CLASS in --help output -#: ../gdk/gdk.c:151 +#: gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Classe du programme telle qu'utilisée par le gestionnaire de fenêtres" #. Placeholder in --class=CLASS in --help output -#: ../gdk/gdk.c:152 +#: gdk/gdk.c:152 msgid "CLASS" msgstr "CLASSE" #. Description of --name=NAME in --help output -#: ../gdk/gdk.c:154 +#: gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Nom du programme tel qu'utilisé par le gestionnaire de fenêtres" #. Placeholder in --name=NAME in --help output -#: ../gdk/gdk.c:155 +#: gdk/gdk.c:155 msgid "NAME" msgstr "NOM" #. Description of --display=DISPLAY in --help output -#: ../gdk/gdk.c:157 +#: gdk/gdk.c:157 msgid "X display to use" msgstr "Affichage X à utiliser" #. Placeholder in --display=DISPLAY in --help output -#: ../gdk/gdk.c:158 +#: gdk/gdk.c:158 msgid "DISPLAY" msgstr "AFFICHAGE" #. Description of --screen=SCREEN in --help output -#: ../gdk/gdk.c:160 +#: gdk/gdk.c:160 msgid "X screen to use" msgstr "Écran X à utiliser" #. Placeholder in --screen=SCREEN in --help output -#: ../gdk/gdk.c:161 +#: gdk/gdk.c:161 msgid "SCREEN" msgstr "ÉCRAN" #. Description of --gdk-debug=FLAGS in --help output -#: ../gdk/gdk.c:164 +#: gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Drapeaux de débogage Gdk à définir" @@ -86,213 +86,213 @@ msgstr "Drapeaux de débogage Gdk à définir" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 +#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 msgid "FLAGS" msgstr "DRAPEAUX" #. Description of --gdk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:167 +#: gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Drapeaux de débogage Gdk à ne pas définir" -#: ../gdk/keyname-table.h:3940 +#: gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "Retour arrière" -#: ../gdk/keyname-table.h:3941 +#: gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tabulation" -#: ../gdk/keyname-table.h:3942 +#: gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Retour" -#: ../gdk/keyname-table.h:3943 +#: gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: ../gdk/keyname-table.h:3944 +#: gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Arrêt défil." -#: ../gdk/keyname-table.h:3945 +#: gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Syst" -#: ../gdk/keyname-table.h:3946 +#: gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Échap" -#: ../gdk/keyname-table.h:3947 +#: gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Touche multi" -#: ../gdk/keyname-table.h:3948 +#: gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Origine" -#: ../gdk/keyname-table.h:3949 +#: gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Gauche" -#: ../gdk/keyname-table.h:3950 +#: gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Haut" -#: ../gdk/keyname-table.h:3951 +#: gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Droite" -#: ../gdk/keyname-table.h:3952 +#: gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Bas" -#: ../gdk/keyname-table.h:3953 +#: gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page haut" -#: ../gdk/keyname-table.h:3954 +#: gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page bas" -#: ../gdk/keyname-table.h:3955 +#: gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "Fin" -#: ../gdk/keyname-table.h:3956 +#: gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Début" -#: ../gdk/keyname-table.h:3957 +#: gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Impr" -#: ../gdk/keyname-table.h:3958 +#: gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Inser" -#: ../gdk/keyname-table.h:3959 +#: gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Verr. num" -#: ../gdk/keyname-table.h:3960 +#: gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "Num_Espace" -#: ../gdk/keyname-table.h:3961 +#: gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "Num_Tab" -#: ../gdk/keyname-table.h:3962 +#: gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "Num_Entrée" -#: ../gdk/keyname-table.h:3963 +#: gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "Num_Origine" -#: ../gdk/keyname-table.h:3964 +#: gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "Num_Gauche" -#: ../gdk/keyname-table.h:3965 +#: gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "Num_Haut" -#: ../gdk/keyname-table.h:3966 +#: gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "Num_Droite" -#: ../gdk/keyname-table.h:3967 +#: gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "Num_Bas" -#: ../gdk/keyname-table.h:3968 +#: gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "Num_Page_Haut" -#: ../gdk/keyname-table.h:3969 +#: gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "Num_Préc" -#: ../gdk/keyname-table.h:3970 +#: gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "Num_Page_Bas" -#: ../gdk/keyname-table.h:3971 +#: gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "Num_Suiv" -#: ../gdk/keyname-table.h:3972 +#: gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "Num_Fin" -#: ../gdk/keyname-table.h:3973 +#: gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "Num_Début" -#: ../gdk/keyname-table.h:3974 +#: gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "Num_Inser" -#: ../gdk/keyname-table.h:3975 +#: gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "Num_Suppr" -#: ../gdk/keyname-table.h:3976 +#: gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Suppr" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 +#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 +#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Impossible d'ouvrir le fichier « %s » : %s" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 +#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Le fichier image « %s » ne contient pas de données" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 +#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -300,7 +300,7 @@ msgstr "" "Impossible de charger l'image « %s » : raison inconnue, probablement un " "fichier d'image corrompu" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -309,12 +309,12 @@ msgstr "" "Impossible de charger l'animation « %s » : raison inconnue, probablement un " "fichier d'animation corrompu" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 +#: gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Impossible de charger le module de chargement d'images : %s : %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 +#: gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -323,56 +323,56 @@ msgstr "" "Le module de chargement d'images %s n'exporte pas la bonne interface ; peut-" "être provient-il d'une version différente de GTK ?" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 +#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Le type d'images « %s » n'est pas pris en charge" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 +#: gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Impossible de reconnaître le format d'image du fichier « %s »" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 +#: gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Format d'image non reconnu" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Impossible de charger l'image « %s » : %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 +#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Erreur lors de l'écriture du fichier d'image : %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "" "Cette version de gdk-pixbuf ne prend pas en charge l'enregistrement au " "format d'image : %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "" "Mémoire insuffisante pour enregistrer l'image dans la fonction de rappel" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Impossible d'ouvrir le fichier temporaire" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Impossible de lire le fichier temporaire" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Impossible d'ouvrir « %s » en écriture : %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -381,15 +381,15 @@ msgstr "" "Impossible de fermer l'image « %s » lors de l'écriture, toutes les données " "n'ont peut-être pas été enregistrées : %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Mémoire insuffisante pour enregistrer l'image dans un tampon" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Erreur lors de l'écriture vers le flux image" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -398,150 +398,145 @@ msgstr "" "Erreur interne : le module de chargement d'images « %s » n'est pas parvenu à " "terminer une opération, mais il n'a pas donné la raison de son échec" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "" "Le chargement progressif d'images de type « %s » n'est pas pris en charge" -#: ../gdk-pixbuf/gdk-pixdata.c:147 +#: gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "En-tête d'image corrompu" -#: ../gdk-pixbuf/gdk-pixdata.c:152 +#: gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Format d'image inconnu" -#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 +#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Données des pixels de l'image corrompues" -#: ../gdk-pixbuf/gdk-pixdata.c:431 +#: gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "Impossible d'allouer un tampon de %u octet pour l'image" msgstr[1] "Impossible d'allouer un tampon de %u octets pour l'image" -#: ../gdk-pixbuf/io-ani.c:244 +#: gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Fragment d'icône non attendu dans l'animation" -#: ../gdk-pixbuf/io-ani.c:337 +#: gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Type d'animation non pris en charge" -#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 -#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 -#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 +#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 +#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "En-tête non valide dans l'animation" -#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 -#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 -#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 +#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 +#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Mémoire insuffisante pour charger l'animation" -#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 -#: ../gdk-pixbuf/io-ani.c:443 +#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Fragment malformé dans l'animation" -#: ../gdk-pixbuf/io-ani.c:711 +#: gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "Le format d'image ANI" -#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 -#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 -#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 +#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 +#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "L'image BMP a un en-tête erroné" -#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 +#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Mémoire insuffisante pour charger l'image bitmap" -#: ../gdk-pixbuf/io-bmp.c:319 +#: gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "L'image BMP a une taille d'en-tête non prise en charge" -#: ../gdk-pixbuf/io-bmp.c:357 +#: gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Les images BMP Topdown ne peuvent être compressées" -#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 +#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Fin de fichier rencontrée prématurément" -#: ../gdk-pixbuf/io-bmp.c:1329 +#: gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "" "Impossible d'allouer de la mémoire pour l'enregistrement du fichier BMP" -#: ../gdk-pixbuf/io-bmp.c:1370 +#: gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Impossible d'écrire le fichier BMP" -#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 +#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "Le format d'image BMP" -#: ../gdk-pixbuf/io-gif.c:222 +#: gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "La lecture du fichier GIF a échoué : %s" -#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 -#: ../gdk-pixbuf/io-gif.c:1642 +#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "" "Il manque au fichier GIF quelques données (peut-être a-t-il été tronqué ?)" -#: ../gdk-pixbuf/io-gif.c:505 +#: gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Erreur interne dans le chargeur GIF (%s)" -#: ../gdk-pixbuf/io-gif.c:579 +#: gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Débordement de la pile" -#: ../gdk-pixbuf/io-gif.c:639 +#: gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "Le chargeur d'image GIF ne peut pas comprendre cette image." -#: ../gdk-pixbuf/io-gif.c:668 +#: gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Code non valide rencontré" -#: ../gdk-pixbuf/io-gif.c:678 +#: gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Entrée de table circulaire dans le fichier GIF" -#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 -#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 +#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 +#: gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Mémoire insuffisante pour charger le fichier GIF" -#: ../gdk-pixbuf/io-gif.c:960 +#: gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Mémoire insuffisante pour composer un cadre dans le fichier GIF" -#: ../gdk-pixbuf/io-gif.c:1132 +#: gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "L'image GIF est corrompue (compression LZW incorrecte)" -#: ../gdk-pixbuf/io-gif.c:1182 +#: gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Le fichier ne semble pas être au format GIF" -#: ../gdk-pixbuf/io-gif.c:1194 +#: gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "La version %s de ce format de fichier GIF n'est pas prise en charge." -#: ../gdk-pixbuf/io-gif.c:1303 +#: gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -549,114 +544,112 @@ msgstr "" "L'image GIF n'a pas de palette de couleurs globale, et une trame interne n'a " "pas de palette de couleurs locale." -#: ../gdk-pixbuf/io-gif.c:1537 +#: gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "L'image GIF est tronquée ou incomplète." -#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 +#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "Le format d'image GIF" -#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 -#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 -#: ../gdk-pixbuf/io-ico.c:359 +#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 +#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "En-tête non valide pour l'icône" -#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 -#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 -#: ../gdk-pixbuf/io-ico.c:462 +#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 +#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Mémoire insuffisante pour charger l'icône" -#: ../gdk-pixbuf/io-ico.c:322 +#: gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "L'icône a une largeur nulle" -#: ../gdk-pixbuf/io-ico.c:332 +#: gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "L'icône a une hauteur nulle" -#: ../gdk-pixbuf/io-ico.c:384 +#: gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Les icônes compressées ne sont pas prises en charge" -#: ../gdk-pixbuf/io-ico.c:417 +#: gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Type d'icône non pris en charge" -#: ../gdk-pixbuf/io-ico.c:511 +#: gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Mémoire insuffisante pour charger le fichier ICO" -#: ../gdk-pixbuf/io-ico.c:976 +#: gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Image trop grande pour être enregistrée en tant qu'ICO" -#: ../gdk-pixbuf/io-ico.c:987 +#: gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Point chaud du curseur en dehors de l'image" -#: ../gdk-pixbuf/io-ico.c:1010 +#: gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Profondeur de couleur non prise en charge pour le fichier ICO : %d" -#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 +#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "Le format d'image ICO" -#: ../gdk-pixbuf/io-icns.c:347 +#: gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Erreur de lecture de l'image ICNS : %s" -#: ../gdk-pixbuf/io-icns.c:364 +#: gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Impossible de décoder l'image ICNS" -#: ../gdk-pixbuf/io-icns.c:397 +#: gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "Le format d'image ICNS" -#: ../gdk-pixbuf/io-jasper.c:75 +#: gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Impossible d'allouer de la mémoire pour le flux" -#: ../gdk-pixbuf/io-jasper.c:105 +#: gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Impossible de décoder l'image" -#: ../gdk-pixbuf/io-jasper.c:123 +#: gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Le JPEG2000 transformé a une largeur ou une hauteur nulle" -#: ../gdk-pixbuf/io-jasper.c:137 +#: gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Ce type d'image n'est actuellement pas pris en charge" -#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 +#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Impossible d'allouer de la mémoire pour le profil de couleurs" -#: ../gdk-pixbuf/io-jasper.c:183 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Mémoire insuffisante pour ouvrir le fichier JPEG 2000" -#: ../gdk-pixbuf/io-jasper.c:262 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Impossible d'allouer de la mémoire pour le tampon de données d'image" -#: ../gdk-pixbuf/io-jasper.c:306 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Le format d'image JPEG 2000" -#: ../gdk-pixbuf/io-jpeg.c:117 +#: gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Erreur d'interprétation du fichier d'image JPEG (%s)" -#: ../gdk-pixbuf/io-jpeg.c:529 +#: gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -664,21 +657,21 @@ msgstr "" "Mémoire insuffisante pour charger l'image, essayez de quitter quelques " "applications pour libérer de la mémoire" -#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 +#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Espace de couleur JPEG non pris en charge (%s)" -#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 -#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 +#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 +#: gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Impossible d'allouer de la mémoire pour le chargement du fichier JPEG" -#: ../gdk-pixbuf/io-jpeg.c:920 +#: gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Le PNG transformé a une largeur ou une hauteur nulle." -#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 +#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -687,7 +680,7 @@ msgstr "" "La qualité JPEG doit être une valeur entre 0 et 100 ; la valeur « %s » n'est " "pas interprétable." -#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 +#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -695,87 +688,87 @@ msgstr "" "La qualité JPEG doit être une valeur entre 0 et 100 ; la valeur « %d » n'est " "pas autorisée." -#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Le format d'image JPEG" -#: ../gdk-pixbuf/io-pcx.c:187 +#: gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Impossible d'allouer de la mémoire pour l'en-tête" -#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 +#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Impossible d'allouer de la mémoire pour le tampon du contexte" -#: ../gdk-pixbuf/io-pcx.c:601 +#: gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "L'image a une largeur ou une hauteur non valide" -#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 +#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "L'image a une profondeur de couleurs non prise en charge" -#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 +#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "L'image a un nombre de plans de %d-bit non pris en charge" -#: ../gdk-pixbuf/io-pcx.c:642 +#: gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Impossible de créer un nouveau pixbuf" -#: ../gdk-pixbuf/io-pcx.c:650 +#: gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Impossible d'allouer de la mémoire pour les données de lignes" -#: ../gdk-pixbuf/io-pcx.c:657 +#: gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Impossible d'allouer de la mémoire pour les données de palettes" -#: ../gdk-pixbuf/io-pcx.c:704 +#: gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Impossible d'obtenir toutes les lignes de l'image PCX" -#: ../gdk-pixbuf/io-pcx.c:711 +#: gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Aucune palette trouvée à la fin des données PCX" -#: ../gdk-pixbuf/io-pcx.c:756 +#: gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "Le format d'image PCX" -#: ../gdk-pixbuf/io-png.c:55 +#: gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Le nombre de bits par canal de l'image PNG n'est pas valide." -#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 +#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Le PNG transformé a une largeur ou une hauteur nulle." -#: ../gdk-pixbuf/io-png.c:144 +#: gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Le nombre de bits du PNG transformé n'est pas 8." -#: ../gdk-pixbuf/io-png.c:153 +#: gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Le PNG transformé n'est ni RGB, ni RGBA." -#: ../gdk-pixbuf/io-png.c:162 +#: gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "Le PNG transformé a un nombre de canaux non pris en charge, il devrait être " "de 3 ou de 4." -#: ../gdk-pixbuf/io-png.c:183 +#: gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Erreur fatale dans le fichier d'image PNG : %s" -#: ../gdk-pixbuf/io-png.c:310 +#: gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Mémoire insuffisante pour charger le fichier PNG" -#: ../gdk-pixbuf/io-png.c:633 +#: gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -784,28 +777,28 @@ msgstr "" "Mémoire insuffisante pour stocker une image de %ld sur %ld ; essayez de " "quitter quelques applications pour réduire la mémoire occupée" -#: ../gdk-pixbuf/io-png.c:684 +#: gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Erreur fatale lors de la lecture d'une image PNG" -#: ../gdk-pixbuf/io-png.c:733 +#: gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Erreur fatale lors de la lecture du fichier d'image PNG : %s" -#: ../gdk-pixbuf/io-png.c:825 +#: gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Les clés pour les fragments texte PNG doivent contenir entre 1 et 79 " "caractères." -#: ../gdk-pixbuf/io-png.c:833 +#: gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "" "Les clés pour les fragments texte PNG doivent être des caractères ASCII." -#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 +#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -814,7 +807,7 @@ msgstr "" "Le niveau de compression PNG doit être une valeur entre 0 et 9 ; la valeur « %" "s » n'est pas interprétable." -#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 +#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -823,430 +816,426 @@ msgstr "" "La niveau de compression PNG doit être une valeur entre 0 et 9 ; la valeur « %" "d » n'est pas autorisée." -#: ../gdk-pixbuf/io-png.c:896 +#: gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "La valeur pour le fragment texte PNG %s ne peut pas être convertie dans le " "codage ISO-8859-1." -#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 +#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "Le format d'image PNG" -#: ../gdk-pixbuf/io-pnm.c:250 +#: gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "" "Le chargeur PNM s'attendait à recevoir un entier, mais ce n'était pas le cas" -#: ../gdk-pixbuf/io-pnm.c:282 +#: gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "Le fichier PNM a un octet initial incorrect" -#: ../gdk-pixbuf/io-pnm.c:312 +#: gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "Le fichier PNM n'est pas un sous-format PNM reconnu" -#: ../gdk-pixbuf/io-pnm.c:337 +#: gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "Le fichier PNM a une largeur d'image de 0" -#: ../gdk-pixbuf/io-pnm.c:358 +#: gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "Le fichier PNM a une hauteur d'image de 0" -#: ../gdk-pixbuf/io-pnm.c:381 +#: gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "La valeur maximale de couleur dans le fichier PNM est 0" -#: ../gdk-pixbuf/io-pnm.c:389 +#: gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "La valeur maximale de couleur dans le fichier PNM est trop grande" -#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 -#: ../gdk-pixbuf/io-pnm.c:504 +#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Le type d'image PNM brut n'est pas valide" -#: ../gdk-pixbuf/io-pnm.c:654 +#: gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "Le chargeur d'image PNM ne prend pas en charge ce sous-format PNM" -#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 +#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "Les formats PNM bruts nécessitent exactement un espace avant les données" -#: ../gdk-pixbuf/io-pnm.c:768 +#: gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Impossible d'allouer de la mémoire pour charger l'image PNM" -#: ../gdk-pixbuf/io-pnm.c:818 +#: gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Mémoire insuffisante pour charger la structure de contexte PNM" -#: ../gdk-pixbuf/io-pnm.c:869 +#: gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Fin inattendue des données de l'image PNM" -#: ../gdk-pixbuf/io-pnm.c:997 +#: gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Mémoire insuffisante pour charger le fichier PNM" -#: ../gdk-pixbuf/io-pnm.c:1081 +#: gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "La famille de format d'image PNM/PBM/PGM/PPM" -#: ../gdk-pixbuf/io-ras.c:126 +#: gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "L'image RAS a un en-tête erroné" -#: ../gdk-pixbuf/io-ras.c:148 +#: gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "L'image RAS a un type inconnu" -#: ../gdk-pixbuf/io-ras.c:156 +#: gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "Variante d'image RAS non prise en charge" -#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 +#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Mémoire insuffisante pour charger l'image RAS" -#: ../gdk-pixbuf/io-ras.c:545 +#: gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Le format d'image Sun raster" -#: ../gdk-pixbuf/io-tga.c:154 +#: gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Impossible d'allouer de la mémoire pour la structure IOBuffer" -#: ../gdk-pixbuf/io-tga.c:173 +#: gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Impossible d'allouer de la mémoire pour les données IOBuffer" -#: ../gdk-pixbuf/io-tga.c:184 +#: gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Impossible de réallouer les données IOBuffer" -#: ../gdk-pixbuf/io-tga.c:214 +#: gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Impossible d'allouer les données IOBuffer temporaires" -#: ../gdk-pixbuf/io-tga.c:347 +#: gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Impossible d'allouer un nouveau pixbuf" -#: ../gdk-pixbuf/io-tga.c:687 +#: gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Impossible d'allouer de structure de palette de couleurs" -#: ../gdk-pixbuf/io-tga.c:694 +#: gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Impossible d'allouer des entrées de palette de couleurs" -#: ../gdk-pixbuf/io-tga.c:716 +#: gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "" "Profondeur de couleur inattendue pour les entrées de la palette de couleurs" -#: ../gdk-pixbuf/io-tga.c:734 +#: gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Impossible d'allouer la mémoire pour l'en-tête TGA" -#: ../gdk-pixbuf/io-tga.c:767 +#: gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "Les dimensions de l'image TGA ne sont pas valides" -#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 -#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 -#: ../gdk-pixbuf/io-tga.c:809 +#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 +#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "Type d'image TGA non pris en charge" -#: ../gdk-pixbuf/io-tga.c:856 +#: gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Impossible d'allouer de la mémoire pour la structure de contexte TGA" -#: ../gdk-pixbuf/io-tga.c:921 +#: gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Trop de données dans le fichier" -#: ../gdk-pixbuf/io-tga.c:1002 +#: gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Le format d'image Targa" -#: ../gdk-pixbuf/io-tiff.c:160 +#: gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Impossible d'obtenir la largeur de l'image (fichier TIFF corrompu)" -#: ../gdk-pixbuf/io-tiff.c:167 +#: gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Impossible d'obtenir la hauteur de l'image (fichier TIFF corrompu)" -#: ../gdk-pixbuf/io-tiff.c:175 +#: gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "La largeur ou la hauteur de l'image TIFF est nulle" -#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 +#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Dimensions de l'image TIFF trop grandes" -#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 -#: ../gdk-pixbuf/io-tiff.c:541 +#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Mémoire insuffisante pour ouvrir le fichier TIFF" -#: ../gdk-pixbuf/io-tiff.c:275 +#: gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Impossible de lire les données RGB du fichier TIFF" -#: ../gdk-pixbuf/io-tiff.c:331 +#: gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Impossible d'ouvrir l'image TIFF" -#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 +#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "L'opération TIFFClose a échoué" -#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 +#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Impossible de charger l'image TIFF" -#: ../gdk-pixbuf/io-tiff.c:670 +#: gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Impossible d'enregistrer l'image TIFF" -#: ../gdk-pixbuf/io-tiff.c:708 +#: gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Impossible d'enregistrer les données TIFF" -#: ../gdk-pixbuf/io-tiff.c:760 +#: gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Impossible d'écrire le fichier TIFF" -#: ../gdk-pixbuf/io-tiff.c:815 +#: gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "Le format d'image TIFF" -#: ../gdk-pixbuf/io-wbmp.c:246 +#: gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "L'image a une largeur nulle" -#: ../gdk-pixbuf/io-wbmp.c:264 +#: gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "L'image a une hauteur nulle" -#: ../gdk-pixbuf/io-wbmp.c:275 +#: gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Mémoire insuffisante pour charger l'image" -#: ../gdk-pixbuf/io-wbmp.c:334 +#: gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Impossible d'enregistrer le reste" -#: ../gdk-pixbuf/io-wbmp.c:375 +#: gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "Le format d'image WBMP" -#: ../gdk-pixbuf/io-xbm.c:295 +#: gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Fichier XBM non valide" -#: ../gdk-pixbuf/io-xbm.c:305 +#: gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Mémoire insuffisante pour charger l'image XBM" -#: ../gdk-pixbuf/io-xbm.c:453 +#: gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "" "L'écriture dans un fichier temporaire lors du chargement de l'image XBM a " "échoué" -#: ../gdk-pixbuf/io-xbm.c:492 +#: gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "Le format d'image XBM" -#: ../gdk-pixbuf/io-xpm.c:468 +#: gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Aucun en-tête XPM n'a été trouvé" -#: ../gdk-pixbuf/io-xpm.c:477 +#: gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Fichier XPM non valide" -#: ../gdk-pixbuf/io-xpm.c:485 +#: gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "Le fichier XPM a une taille d'image négative ou nulle" -#: ../gdk-pixbuf/io-xpm.c:493 +#: gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "Le fichier XPM a une hauteur négative ou nulle" -#: ../gdk-pixbuf/io-xpm.c:501 +#: gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "Le nombre de caractères par pixel du fichier XPM n'est pas valide" -#: ../gdk-pixbuf/io-xpm.c:510 +#: gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "Le fichier XPM n'a pas un nombre de couleurs valide" -#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 -#: ../gdk-pixbuf/io-xpm.c:583 +#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Impossible d'allouer de la mémoire pour charger l'image XPM" -#: ../gdk-pixbuf/io-xpm.c:545 +#: gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Impossible de lire la palette de couleurs XPM" -#: ../gdk-pixbuf/io-xpm.c:777 +#: gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "" "L'écriture dans un fichier temporaire lors du chargement d'une image XPM a " "échoué" -#: ../gdk-pixbuf/io-xpm.c:816 +#: gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "Le format d'image XPM" -#: ../gdk-pixbuf/io-gdip-emf.c:59 +#: gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "Le format d'image EMF" -#: ../gdk-pixbuf/io-gdip-utils.c:220 +#: gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Impossible d'allouer de la mémoire : %s" -#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 -#: ../gdk-pixbuf/io-gdip-utils.c:394 +#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 +#: gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Impossible de créer le flux : %s" -#: ../gdk-pixbuf/io-gdip-utils.c:259 +#: gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Impossible de se positionner dans le flux : %s" -#: ../gdk-pixbuf/io-gdip-utils.c:271 +#: gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Impossible de lire dans le flux : %s" -#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 +#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Impossible de charger l'image" -#: ../gdk-pixbuf/io-gdip-utils.c:838 +#: gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Impossible de charger le métafichier" -#: ../gdk-pixbuf/io-gdip-utils.c:997 +#: gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Le format d'image n'est pas pris en charge par GDI+" -#: ../gdk-pixbuf/io-gdip-utils.c:1004 +#: gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Impossible d'enregistrer" -#: ../gdk-pixbuf/io-gdip-wmf.c:58 +#: gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "Le format d'image WMF" #. Description of --sync in --help output -#: ../gdk/win32/gdkmain-win32.c:54 +#: gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Ne pas traiter les requêtes GDI" #. Description of --no-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:56 +#: gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Ne pas utiliser l'API Wintab pour le support de la tablette" #. Description of --ignore-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:58 +#: gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Identique à --no-wintab" #. Description of --use-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:60 +#: gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Ne pas utiliser l'API Wintab [défaut]" #. Description of --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:62 +#: gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Taille de la palette en mode 8 bits" #. Placeholder in --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:63 +#: gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "COULEURS" #. Description of --sync in --help output -#: ../gdk/x11/gdkmain-x11.c:92 +#: gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Effectue des appels X synchrones" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 +#: gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Lancement de %s" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 +#: gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Ouverture de %s" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 +#: gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "Ouverture de %d élément" msgstr[1] "Ouverture de %d éléments" -#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licence" -#: ../gtk/gtkaboutdialog.c:252 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "La licence du programme" #. Add the credits button -#: ../gtk/gtkaboutdialog.c:492 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Crédits" #. Add the license button -#: ../gtk/gtkaboutdialog.c:506 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licence" -#: ../gtk/gtkaboutdialog.c:774 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "À propos de %s" -#: ../gtk/gtkaboutdialog.c:2033 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Crédits" -#: ../gtk/gtkaboutdialog.c:2062 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Écrit par" -#: ../gtk/gtkaboutdialog.c:2065 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documenté par" -#: ../gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Traduit par" -#: ../gtk/gtkaboutdialog.c:2081 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Graphisme par" @@ -1255,7 +1244,7 @@ msgstr "Graphisme par" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:91 +#: gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Maj" @@ -1265,7 +1254,7 @@ msgstr "Maj" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:97 +#: gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1275,7 +1264,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:103 +#: gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1285,7 +1274,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:671 +#: gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1295,7 +1284,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:684 +#: gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1305,38 +1294,38 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:698 +#: gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Méta" -#: ../gtk/gtkaccellabel.c:715 +#: gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Espace" -#: ../gtk/gtkaccellabel.c:718 +#: gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Barre oblique inverse" -#: ../gtk/gtkbuilderparser.c:343 +#: gtk/gtkbuilderparser.c:343 #, c-format msgid "Invalid type function on line %d: '%s'" msgstr "Fonction de type non valide à la ligne %d : « %s »" -#: ../gtk/gtkbuilderparser.c:402 +#: gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" msgstr "" "Identifiant d'objet « %s » dupliqué à la ligne %d (précédemment à la ligne %d)" -#: ../gtk/gtkbuilderparser.c:853 +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Élément racine non valide : « %s »" -#: ../gtk/gtkbuilderparser.c:892 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Balise non gérée : « %s »" @@ -1350,7 +1339,7 @@ msgstr "Balise non gérée : « %s »" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: ../gtk/gtkcalendar.c:758 +#: gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1358,7 +1347,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: ../gtk/gtkcalendar.c:796 +#: gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1367,7 +1356,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: ../gtk/gtkcalendar.c:1803 +#: gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1382,7 +1371,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 +#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1398,7 +1387,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 +#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1414,7 +1403,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: ../gtk/gtkcalendar.c:2146 +#: gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1422,7 +1411,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: ../gtk/gtkcellrendereraccel.c:243 +#: gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Désactivé" @@ -1431,25 +1420,25 @@ msgstr "Désactivé" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: ../gtk/gtkcellrendereraccel.c:376 ../gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Nouveau raccourci..." -#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 +#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 +#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Choisissez une couleur" -#: ../gtk/gtkcolorbutton.c:448 +#: gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Donnée de couleur non valide reçue\n" -#: ../gtk/gtkcolorsel.c:354 +#: gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1457,7 +1446,7 @@ msgstr "" "Sélectionnez la couleur que vous désirez depuis l'anneau extérieur. " "Sélectionnez la luminosité de la couleur en utilisant le triangle intérieur." -#: ../gtk/gtkcolorsel.c:378 +#: gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1465,67 +1454,67 @@ msgstr "" "Cliquez sur la pipette, puis cliquez sur une couleur n'importe où sur " "l'écran pour sélectionner cette couleur." -#: ../gtk/gtkcolorsel.c:387 +#: gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Teinte :" -#: ../gtk/gtkcolorsel.c:388 +#: gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Position sur le cercle des couleurs." -#: ../gtk/gtkcolorsel.c:390 +#: gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Saturation :" -#: ../gtk/gtkcolorsel.c:391 +#: gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "« Profondeur » de la couleur." -#: ../gtk/gtkcolorsel.c:392 +#: gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Valeur :" -#: ../gtk/gtkcolorsel.c:393 +#: gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Luminosité de la couleur." -#: ../gtk/gtkcolorsel.c:394 +#: gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Rouge :" -#: ../gtk/gtkcolorsel.c:395 +#: gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Quantité de rouge dans la couleur." -#: ../gtk/gtkcolorsel.c:396 +#: gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Vert :" -#: ../gtk/gtkcolorsel.c:397 +#: gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Quantité de vert dans la couleur." -#: ../gtk/gtkcolorsel.c:398 +#: gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Bleu :" -#: ../gtk/gtkcolorsel.c:399 +#: gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Quantité de bleu dans la couleur." -#: ../gtk/gtkcolorsel.c:402 +#: gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "Op_acité :" -#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 +#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Transparence de la couleur." -#: ../gtk/gtkcolorsel.c:426 +#: gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "_Nom de la couleur :" -#: ../gtk/gtkcolorsel.c:440 +#: gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1534,15 +1523,15 @@ msgstr "" "(comme les codes de couleur HTML), ou bien un nom de couleur (comme " "« orange »)." -#: ../gtk/gtkcolorsel.c:470 +#: gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Palette :" -#: ../gtk/gtkcolorsel.c:499 +#: gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Cercle des couleurs" -#: ../gtk/gtkcolorsel.c:976 +#: gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1553,7 +1542,7 @@ msgstr "" "sur une entrée de palette, ou sélectionner cette couleur comme actuelle en " "la glissant sur un autre échantillon de couleur à côté." -#: ../gtk/gtkcolorsel.c:980 +#: gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1561,11 +1550,11 @@ msgstr "" "La couleur que vous avez choisie. Vous pouvez faire glisser cette couleur " "dans une entrée de la palette pour pouvoir la réutiliser ultérieurement." -#: ../gtk/gtkcolorsel.c:1363 +#: gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Enregistrer la couleur ici" -#: ../gtk/gtkcolorsel.c:1568 +#: gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1574,55 +1563,55 @@ msgstr "" "modifier cette entrée, glissez un échantillon de couleur ou faites un clic " "droit dessus et sélectionnez « Enregistrer la couleur ici »." -#: ../gtk/gtkcolorseldialog.c:170 +#: gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Sélecteur de couleurs" -#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Méthodes de saisie" -#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Insérer un caractère de contrôle Unicode" -#: ../gtk/gtkentry.c:9797 +#: gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Le verrouillage majuscule est activé" -#: ../gtk/gtkfilechooserbutton.c:64 +#: gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Sélectionner un fichier" -#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 +#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Bureau" -#: ../gtk/gtkfilechooserbutton.c:66 +#: gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Aucun)" -#: ../gtk/gtkfilechooserbutton.c:2014 +#: gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Autre..." -#: ../gtk/gtkfilechooserdefault.c:1059 +#: gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Impossible d'obtenir les informations concernant le fichier" -#: ../gtk/gtkfilechooserdefault.c:1070 +#: gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Impossible d'ajouter un signet" -#: ../gtk/gtkfilechooserdefault.c:1081 +#: gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Impossible de supprimer le signet" -#: ../gtk/gtkfilechooserdefault.c:1092 +#: gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Le dossier ne peut pas être créé" -#: ../gtk/gtkfilechooserdefault.c:1105 +#: gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1631,11 +1620,11 @@ msgstr "" "déjà. Essayez d'utiliser un nom différent pour le dossier ou de renommer le " "fichier en premier." -#: ../gtk/gtkfilechooserdefault.c:1116 +#: gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Nom de fichier non valide" -#: ../gtk/gtkfilechooserdefault.c:1126 +#: gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Le contenu du dossier ne peut pas être affiché" @@ -1643,173 +1632,173 @@ msgstr "Le contenu du dossier ne peut pas être affiché" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: ../gtk/gtkfilechooserdefault.c:1676 +#: gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s sur %2$s" -#: ../gtk/gtkfilechooserdefault.c:1852 +#: gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Rechercher" -#: ../gtk/gtkfilechooserdefault.c:1876 +#: gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Récemment utilisés" -#: ../gtk/gtkfilechooserdefault.c:2510 +#: gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Sélectionne les types de fichiers à afficher" -#: ../gtk/gtkfilechooserdefault.c:2939 +#: gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Ajoute le dossier « %s » aux signets" -#: ../gtk/gtkfilechooserdefault.c:2980 +#: gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Ajoute le dossier actuel aux signets" -#: ../gtk/gtkfilechooserdefault.c:2982 +#: gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Ajoute les dossiers sélectionnés aux signets" -#: ../gtk/gtkfilechooserdefault.c:3022 +#: gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Enlève le signet « %s »" -#: ../gtk/gtkfilechooserdefault.c:3740 +#: gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Enlever" -#: ../gtk/gtkfilechooserdefault.c:3749 +#: gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Renommer..." #. Accessible object name for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3895 +#: gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Raccourcis" #. Column header for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3952 +#: gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Raccourcis" -#: ../gtk/gtkfilechooserdefault.c:4008 +#: gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "A_jouter" -#: ../gtk/gtkfilechooserdefault.c:4015 +#: gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Ajoute le dossier sélectionné aux signets" -#: ../gtk/gtkfilechooserdefault.c:4020 +#: gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Enlever" -#: ../gtk/gtkfilechooserdefault.c:4027 +#: gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Supprime le signet sélectionné" -#: ../gtk/gtkfilechooserdefault.c:4136 +#: gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Impossible de sélectionner le fichier" -#: ../gtk/gtkfilechooserdefault.c:4311 +#: gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "A_jouter aux signets" -#: ../gtk/gtkfilechooserdefault.c:4325 +#: gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Afficher les fichiers _cachés" -#: ../gtk/gtkfilechooserdefault.c:4332 +#: gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Afficher la colonne _Taille" -#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 +#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 msgid "Files" msgstr "Fichiers" -#: ../gtk/gtkfilechooserdefault.c:4636 +#: gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Nom" -#: ../gtk/gtkfilechooserdefault.c:4661 +#: gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Taille" -#: ../gtk/gtkfilechooserdefault.c:4675 +#: gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Modifié" #. Label -#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 +#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Nom :" -#: ../gtk/gtkfilechooserdefault.c:4938 +#: gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_Parcourir d'autres dossiers" -#: ../gtk/gtkfilechooserdefault.c:5208 +#: gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Saisissez un nom de fichier" #. Create Folder -#: ../gtk/gtkfilechooserdefault.c:5245 +#: gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "_Créer un dossier" -#: ../gtk/gtkfilechooserdefault.c:5255 +#: gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Emplacement :" -#: ../gtk/gtkfilechooserdefault.c:5459 +#: gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Enregistrer dans le _dossier :" -#: ../gtk/gtkfilechooserdefault.c:5461 +#: gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Créer dans le _dossier :" -#: ../gtk/gtkfilechooserdefault.c:7151 +#: gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Impossible d'aller au dossier car il n'est pas local" -#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 +#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Le raccourci %s existe déjà" -#: ../gtk/gtkfilechooserdefault.c:7887 +#: gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "Le raccourci %s n'existe pas" -#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 +#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Un fichier nommé « %s » existe déjà. Voulez-vous le remplacer ?" -#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 +#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "Le fichier existe déjà dans « %s ». Le remplacer écrasera son contenu." -#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 +#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Remplacer" -#: ../gtk/gtkfilechooserdefault.c:8914 +#: gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Impossible de lancer le processus de recherche" -#: ../gtk/gtkfilechooserdefault.c:8915 +#: gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1817,54 +1806,54 @@ msgstr "" "Le programme n'a pas pu créer une connexion au service d'indexation. " "Vérifiez que celui-ci fonctionne." -#: ../gtk/gtkfilechooserdefault.c:8929 +#: gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Impossible d'envoyer la requête de recherche" #. Label -#: ../gtk/gtkfilechooserdefault.c:9396 +#: gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Rechercher :" -#: ../gtk/gtkfilechooserdefault.c:10349 +#: gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Impossible de monter %s" -#: ../gtk/gtkfilechooserdefault.c:11024 +#: gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Saisissez le nom du nouveau dossier" -#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 -#: ../gtk/gtkfilechooserdefault.c:11295 +#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 +#: gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Inconnu" -#: ../gtk/gtkfilechooserdefault.c:11242 +#: gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: ../gtk/gtkfilechooserdefault.c:11244 +#: gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Hier à %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 +#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Chemin non valide" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1095 +#: gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Pas de correspondance" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1106 +#: gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Complétion unique" @@ -1872,13 +1861,13 @@ msgstr "Complétion unique" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: ../gtk/gtkfilechooserentry.c:1122 +#: gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Plusieurs correspondances possibles" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: ../gtk/gtkfilechooserentry.c:1154 +#: gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Complétion en cours..." @@ -1886,7 +1875,7 @@ msgstr "Complétion en cours..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 +#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Sélectionner uniquement des fichiers locaux" @@ -1894,41 +1883,41 @@ msgstr "Sélectionner uniquement des fichiers locaux" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: ../gtk/gtkfilechooserentry.c:1185 +#: gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Nom d'hôte incomplet. Terminez-le par « / »" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: ../gtk/gtkfilechooserentry.c:1196 +#: gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Le chemin n'existe pas" -#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 -#: ../gtk/gtkfilesel.c:1358 +#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 +#: gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Impossible de créer le dossier « %s » : %s" -#: ../gtk/gtkfilesel.c:694 +#: gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Dossiers" -#: ../gtk/gtkfilesel.c:698 +#: gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Dossiers" -#: ../gtk/gtkfilesel.c:734 +#: gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Fichiers" -#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 +#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Dossier non lisible : %s" -#: ../gtk/gtkfilesel.c:905 +#: gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1939,19 +1928,19 @@ msgstr "" "pas être utilisable par ce programme.\n" "Voulez-vous vraiment le sélectionner ?" -#: ../gtk/gtkfilesel.c:1020 +#: gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Nouveau dossier" -#: ../gtk/gtkfilesel.c:1031 +#: gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "_Supprimer le fichier" -#: ../gtk/gtkfilesel.c:1042 +#: gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Renommer le fichier" -#: ../gtk/gtkfilesel.c:1347 +#: gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" @@ -1959,72 +1948,72 @@ msgstr "" "Le nom du dossier « %s » contient des symboles non autorisés dans des noms de " "fichiers." -#: ../gtk/gtkfilesel.c:1392 +#: gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Nouveau dossier" -#: ../gtk/gtkfilesel.c:1407 +#: gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "_Nom du dossier :" -#: ../gtk/gtkfilesel.c:1431 +#: gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "C_réer" -#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 +#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Le nom du fichier « %s » contient des symboles non valides dans un nom de " "fichiers." -#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 +#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Erreur lors de la suppression du fichier « %s » : %s" -#: ../gtk/gtkfilesel.c:1530 +#: gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Voulez-vous vraiment supprimer le fichier « %s » ?" -#: ../gtk/gtkfilesel.c:1535 +#: gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Supprimer le fichier" -#: ../gtk/gtkfilesel.c:1583 +#: gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Erreur lors du renommage du fichier en « %s » : %s" -#: ../gtk/gtkfilesel.c:1596 +#: gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Erreur lors du renommage du fichier « %s » : %s" -#: ../gtk/gtkfilesel.c:1605 +#: gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Erreur lors du renommage de « %s » en « %s » : %s" -#: ../gtk/gtkfilesel.c:1652 +#: gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Renommer le fichier" -#: ../gtk/gtkfilesel.c:1667 +#: gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Renommer le fichier « %s » en :" -#: ../gtk/gtkfilesel.c:1696 +#: gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Renommer" -#: ../gtk/gtkfilesel.c:2128 +#: gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Sélection : " -#: ../gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2033,15 +2022,15 @@ msgstr "" "Le nom du fichier « %s » n'a pas pu être converti en UTF-8. (essayez " "d'activer la variable d'environnement G_FILENAME_ENCODING) : %s" -#: ../gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 non valide" -#: ../gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nom trop long" -#: ../gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Impossible de convertir le nom du fichier" @@ -2050,77 +2039,77 @@ msgstr "Impossible de convertir le nom du fichier" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: ../gtk/gtkfilesystem.c:52 +#: gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Système de fichiers" -#: ../gtk/gtkfilesystemmodel.c:700 +#: gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Impossible d'obtenir le dossier racine" -#: ../gtk/gtkfilesystemmodel.c:1301 +#: gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Vide)" -#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 +#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Choisissez une police" #. Initialize fields -#: ../gtk/gtkfontbutton.c:260 +#: gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:785 +#: gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Police" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: ../gtk/gtkfontsel.c:75 +#: gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "" "Dès Noël où un zéphyr haï me vêt de glaçons würmiens je dîne d’exquis rôtis " "de bœuf au kir à l’aÿ d’âge mûr & cætera ! 0123456789." -#: ../gtk/gtkfontsel.c:343 +#: gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Famille :" -#: ../gtk/gtkfontsel.c:349 +#: gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Style :" -#: ../gtk/gtkfontsel.c:355 +#: gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Taille :" #. create the text entry widget -#: ../gtk/gtkfontsel.c:532 +#: gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Aperçu :" -#: ../gtk/gtkfontsel.c:1649 +#: gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Sélecteur de polices" -#: ../gtk/gtkgamma.c:408 +#: gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: ../gtk/gtkgamma.c:418 +#: gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Valeur _gamma" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: ../gtk/gtkiconfactory.c:1404 +#: gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Erreur de chargement de l'icône : %s" -#: ../gtk/gtkicontheme.c:1363 +#: gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2133,139 +2122,139 @@ msgstr "" "l'installer. Vous pouvez obtenir une copie à :\n" "\t%s" -#: ../gtk/gtkicontheme.c:1543 +#: gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "L'icône « %s » n'est pas présente dans le thème" -#: ../gtk/gtkicontheme.c:3074 +#: gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Impossible de charger l'icône" -#: ../gtk/gtkimmodule.c:527 +#: gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Simple" -#: ../gtk/gtkimmulticontext.c:541 +#: gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Système" -#: ../gtk/gtkimmulticontext.c:625 +#: gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Système (%s)" -#: ../gtk/gtkinputdialog.c:192 +#: gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Entrée" -#: ../gtk/gtkinputdialog.c:207 +#: gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Aucun périphérique d'entrée étendue" -#: ../gtk/gtkinputdialog.c:220 +#: gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Périphérique :" -#: ../gtk/gtkinputdialog.c:237 +#: gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Désactivé" -#: ../gtk/gtkinputdialog.c:244 +#: gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Écran" -#: ../gtk/gtkinputdialog.c:251 +#: gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Fenêtre" -#: ../gtk/gtkinputdialog.c:258 +#: gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Mode :" #. The axis listbox -#: ../gtk/gtkinputdialog.c:279 +#: gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Axes" #. Keys listbox -#: ../gtk/gtkinputdialog.c:297 +#: gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Clés" -#: ../gtk/gtkinputdialog.c:524 +#: gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X :" -#: ../gtk/gtkinputdialog.c:525 +#: gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y :" -#: ../gtk/gtkinputdialog.c:526 +#: gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Pression :" -#: ../gtk/gtkinputdialog.c:527 +#: gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "_Inclinaison X :" -#: ../gtk/gtkinputdialog.c:528 +#: gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "I_nclinaison Y :" -#: ../gtk/gtkinputdialog.c:529 +#: gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Roulette :" -#: ../gtk/gtkinputdialog.c:581 +#: gtk/gtkinputdialog.c:581 msgid "none" msgstr "aucun" -#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 +#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(désactivé)" -#: ../gtk/gtkinputdialog.c:647 +#: gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(inconnu)" #. and clear button -#: ../gtk/gtkinputdialog.c:751 +#: gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Effacer" -#: ../gtk/gtklinkbutton.c:428 +#: gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Copier l'URL" -#: ../gtk/gtklinkbutton.c:586 +#: gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "URI non valide" #. Description of --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:450 +#: gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Charge des modules GTK+ additionnels" #. Placeholder in --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:451 +#: gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULES" #. Description of --g-fatal-warnings in --help output -#: ../gtk/gtkmain.c:453 +#: gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Rend tous les avertissements fatals" #. Description of --gtk-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:456 +#: gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Drapeaux de débogage GTK+ à définir" #. Description of --gtk-no-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:459 +#: gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Drapeaux de débogage GTK+ à ne pas définir" @@ -2274,66 +2263,65 @@ msgstr "Drapeaux de débogage GTK+ à ne pas définir" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: ../gtk/gtkmain.c:707 +#: gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: ../gtk/gtkmain.c:773 +#: gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Impossible d'ouvrir l'affichage : %s" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Options GTK+" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Affiche les options GTK+" -#: ../gtk/gtkmountoperation.c:468 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Se co_nnecter" -#: ../gtk/gtkmountoperation.c:535 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Se connecter _anonymement" -#: ../gtk/gtkmountoperation.c:544 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "_Se connecter en tant que :" -#: ../gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "Nom d'_utilisateur :" -#: ../gtk/gtkmountoperation.c:587 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domaine :" -#: ../gtk/gtkmountoperation.c:593 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "Mot de _passe :" -#: ../gtk/gtkmountoperation.c:611 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Oublier _immédiatement le mot de passe" -#: ../gtk/gtkmountoperation.c:621 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Se souvenir du mot de passe jusqu'à la _fin de la session" -#: ../gtk/gtkmountoperation.c:631 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Se souvenir pour _toujours" -#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 +#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Page %u" -#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 -#: ../gtk/gtkpapersize.c:867 +#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Fichier de mise en page non valide" @@ -2343,11 +2331,11 @@ msgstr "Fichier de mise en page non valide" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: ../gtk/gtkpagesetupunixdialog.c:152 +#: gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: ../gtk/gtkpagesetupunixdialog.c:308 +#: gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2355,15 +2343,15 @@ msgstr "" "N'importe quelle imprimante\n" "Pour les documents portables" -#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 +#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 +#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "pouce" -#: ../gtk/gtkpagesetupunixdialog.c:915 +#: gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2378,88 +2366,88 @@ msgstr "" " Haut : %s %s\n" " Bas : %s %s" -#: ../gtk/gtkpagesetupunixdialog.c:964 +#: gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Gérer les tailles personnalisées...." -#: ../gtk/gtkpagesetupunixdialog.c:1012 +#: gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Formaté pour :" -#: ../gtk/gtkpagesetupunixdialog.c:1034 +#: gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Taille du papier :" -#: ../gtk/gtkpagesetupunixdialog.c:1065 +#: gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientation :" -#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Mise en page" -#: ../gtk/gtkpagesetupunixdialog.c:1448 +#: gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Marges de l'imprimante..." -#: ../gtk/gtkpagesetupunixdialog.c:1608 +#: gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Taille personnalisée %d" -#: ../gtk/gtkpagesetupunixdialog.c:1837 +#: gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Gérer les tailles personnalisées" -#: ../gtk/gtkpagesetupunixdialog.c:1933 +#: gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Largeur :" -#: ../gtk/gtkpagesetupunixdialog.c:1945 +#: gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Hauteur :" -#: ../gtk/gtkpagesetupunixdialog.c:1957 +#: gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Taille du papier" -#: ../gtk/gtkpagesetupunixdialog.c:1967 +#: gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Haut :" -#: ../gtk/gtkpagesetupunixdialog.c:1979 +#: gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Bas :" -#: ../gtk/gtkpagesetupunixdialog.c:1991 +#: gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Gauche :" -#: ../gtk/gtkpagesetupunixdialog.c:2003 +#: gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Droite :" -#: ../gtk/gtkpagesetupunixdialog.c:2044 +#: gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Marges du papier" -#: ../gtk/gtkpathbar.c:151 +#: gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Chemin en amont" -#: ../gtk/gtkpathbar.c:153 +#: gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Chemin en aval" -#: ../gtk/gtkpathbar.c:1472 +#: gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Racine du système de fichiers" -#: ../gtk/gtkprinteroptionwidget.c:693 +#: gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Pas disponible" -#: ../gtk/gtkprinteroptionwidget.c:808 +#: gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "Enregistrer dans le _dossier :" @@ -2467,177 +2455,182 @@ msgstr "Enregistrer dans le _dossier :" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: ../gtk/gtkprintoperation.c:175 +#: gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s, tâche n°%d" -#: ../gtk/gtkprintoperation.c:1517 +#: gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "État initial" -#: ../gtk/gtkprintoperation.c:1518 +#: gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Préparation de l'impression" -#: ../gtk/gtkprintoperation.c:1519 +#: gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Production des données" -#: ../gtk/gtkprintoperation.c:1520 +#: gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Envoi des données" -#: ../gtk/gtkprintoperation.c:1521 +#: gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "En attente" -#: ../gtk/gtkprintoperation.c:1522 +#: gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Interruption à cause d'un problème" -#: ../gtk/gtkprintoperation.c:1523 +#: gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Impression" -#: ../gtk/gtkprintoperation.c:1524 +#: gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Terminé" -#: ../gtk/gtkprintoperation.c:1525 +#: gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Terminé avec une erreur" -#: ../gtk/gtkprintoperation.c:2048 +#: gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Préparation de %d" -#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 +#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 +#, c-format msgid "Preparing" msgstr "Préparation" -#: ../gtk/gtkprintoperation.c:2053 +#: gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Impression de %d" -#: ../gtk/gtkprintoperation.c:2411 +#: gtk/gtkprintoperation.c:2411 +#, c-format msgid "Error creating print preview" msgstr "Erreur lors de la création de l'aperçu" -#: ../gtk/gtkprintoperation.c:2414 +#: gtk/gtkprintoperation.c:2414 +#, c-format msgid "The most probable reason is that a temporary file could not be created." msgstr "" "La raison la plus probable est qu'un fichier temporaire n'a pas pu être créé." -#: ../gtk/gtkprintoperation-unix.c:257 +#: gtk/gtkprintoperation-unix.c:257 +#, c-format msgid "Error launching preview" msgstr "Impossible de lancer l'aperçu" -#: ../gtk/gtkprintoperation-unix.c:301 +#: gtk/gtkprintoperation-unix.c:301 +#, c-format msgid "Error printing" msgstr "Erreur lors de l'impression" -#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Application" -#: ../gtk/gtkprintoperation-win32.c:590 +#: gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Imprimante déconnectée" -#: ../gtk/gtkprintoperation-win32.c:592 +#: gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Absence de papier" #. Translators: this is a printer status. -#: ../gtk/gtkprintoperation-win32.c:594 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: gtk/gtkprintoperation-win32.c:594 +#: modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "En pause" -#: ../gtk/gtkprintoperation-win32.c:596 +#: gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Nécessite l'intervention de l'utilisateur" -#: ../gtk/gtkprintoperation-win32.c:696 +#: gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Taille personnalisée" -#: ../gtk/gtkprintoperation-win32.c:1517 +#: gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Aucune imprimante trouvée" -#: ../gtk/gtkprintoperation-win32.c:1544 +#: gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Paramètre non valide pour CreateDC" -#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 +#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Erreur de StartDoc" -#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 -#: ../gtk/gtkprintoperation-win32.c:1729 +#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 +#: gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Mémoire insuffisante" -#: ../gtk/gtkprintoperation-win32.c:1734 +#: gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Argument non valide pour PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1739 +#: gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Pointeur non valide pour PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1744 +#: gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Identificateur non valide pour PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1749 +#: gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Erreur non précisée" -#: ../gtk/gtkprintunixdialog.c:1758 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Imprimante" #. Translators: this is the header for the location column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1768 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Emplacement" #. Translators: this is the header for the printer status column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1779 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "État" -#: ../gtk/gtkprintunixdialog.c:1804 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Plage" -#: ../gtk/gtkprintunixdialog.c:1808 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Toutes les pages" -#: ../gtk/gtkprintunixdialog.c:1815 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Page act_uelle" -#: ../gtk/gtkprintunixdialog.c:1824 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Pag_es :" -#: ../gtk/gtkprintunixdialog.c:1825 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2645,124 +2638,124 @@ msgstr "" "Indiquez une ou plusieurs intervalles de pages,\n" "p. ex. 1-3, 7, 11" -#: ../gtk/gtkprintunixdialog.c:1835 +#: gtk/gtkprintunixdialog.c:1835 msgid "Pages" msgstr "Pages" -#: ../gtk/gtkprintunixdialog.c:1848 +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Copies" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: ../gtk/gtkprintunixdialog.c:1853 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Copie_s :" -#: ../gtk/gtkprintunixdialog.c:1871 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Rassembler" -#: ../gtk/gtkprintunixdialog.c:1879 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Inve_rser" -#: ../gtk/gtkprintunixdialog.c:1899 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Général" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: ../gtk/gtkprintunixdialog.c:2439 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: gtk/gtkprintunixdialog.c:2439 +#: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Ordre des pages" -#: ../gtk/gtkprintunixdialog.c:2445 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "De gauche à droite" -#: ../gtk/gtkprintunixdialog.c:2446 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "De droite à gauche" -#: ../gtk/gtkprintunixdialog.c:2515 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Agencement" -#: ../gtk/gtkprintunixdialog.c:2519 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Recto verso :" -#: ../gtk/gtkprintunixdialog.c:2534 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Pages par _côté :" -#: ../gtk/gtkprintunixdialog.c:2552 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Ordre des pages :" -#: ../gtk/gtkprintunixdialog.c:2568 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Imprimer _seulement :" #. In enum order -#: ../gtk/gtkprintunixdialog.c:2583 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Toutes les pages" -#: ../gtk/gtkprintunixdialog.c:2584 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Pages paires" -#: ../gtk/gtkprintunixdialog.c:2585 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Pages impaires" -#: ../gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "É_chelle :" -#: ../gtk/gtkprintunixdialog.c:2615 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papier" -#: ../gtk/gtkprintunixdialog.c:2619 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Type de papier :" -#: ../gtk/gtkprintunixdialog.c:2634 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Source du papier :" -#: ../gtk/gtkprintunixdialog.c:2649 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_Bac de sortie :" -#: ../gtk/gtkprintunixdialog.c:2703 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Détails de la tâche" -#: ../gtk/gtkprintunixdialog.c:2709 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "_Priorité :" -#: ../gtk/gtkprintunixdialog.c:2724 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Informations de _facturation :" -#: ../gtk/gtkprintunixdialog.c:2742 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Impression du document" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2751 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Maintenant" -#: ../gtk/gtkprintunixdialog.c:2762 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_À :" @@ -2770,7 +2763,7 @@ msgstr "_À :" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: ../gtk/gtkprintunixdialog.c:2768 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2778,119 +2771,119 @@ msgstr "" "Indiquez l'heure de l'impression,\n" " par ex. 15:30, 14:15:20, etc." -#: ../gtk/gtkprintunixdialog.c:2778 +#: gtk/gtkprintunixdialog.c:2778 msgid "Time of print" msgstr "Heure de l'impression" -#: ../gtk/gtkprintunixdialog.c:2794 +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "En _attente" -#: ../gtk/gtkprintunixdialog.c:2795 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Suspend la tâche jusqu'à ce qu'elle soit explicitement libérée" -#: ../gtk/gtkprintunixdialog.c:2815 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Ajout d'une page de couverture" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../gtk/gtkprintunixdialog.c:2824 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "A_vant :" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../gtk/gtkprintunixdialog.c:2842 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "A_près :" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2860 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Tâche" -#: ../gtk/gtkprintunixdialog.c:2926 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avancé" -#: ../gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Qualité de l'image" -#: ../gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Couleur" -#: ../gtk/gtkprintunixdialog.c:2967 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Finalisation" -#: ../gtk/gtkprintunixdialog.c:2977 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Certains paramètres dans la boîte de dialogue sont en conflit" -#: ../gtk/gtkprintunixdialog.c:3000 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Imprimer" -#: ../gtk/gtkrc.c:2874 +#: gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Impossible de trouver le fichier à inclure : « %s »" -#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 +#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "" "Incapable de localiser le fichier image dans le chemin des pixmaps : « %s »" -#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 -#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 +#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 +#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "" "Cette fonction n'est pas implémentée pour les widgets de la classe « %s »" -#: ../gtk/gtkrecentchooserdefault.c:481 +#: gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Sélectionnez les types de documents à afficher" -#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 +#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Aucun élément trouvé pour l'URI « %s »" -#: ../gtk/gtkrecentchooserdefault.c:1298 +#: gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Filtre sans titre" -#: ../gtk/gtkrecentchooserdefault.c:1651 +#: gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Impossible de supprimer l'élément" -#: ../gtk/gtkrecentchooserdefault.c:1695 +#: gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Impossible d'effacer la liste" -#: ../gtk/gtkrecentchooserdefault.c:1779 +#: gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "_Copier l'emplacement" -#: ../gtk/gtkrecentchooserdefault.c:1792 +#: gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Enlever de la liste" -#: ../gtk/gtkrecentchooserdefault.c:1801 +#: gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Effacer la liste" -#: ../gtk/gtkrecentchooserdefault.c:1815 +#: gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Afficher les ressources _privées" @@ -2904,21 +2897,21 @@ msgstr "Afficher les ressources _privées" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: ../gtk/gtkrecentchoosermenu.c:342 +#: gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Aucun élément trouvé" -#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 +#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Aucune ressource utilisée récemment n'a été trouvée avec l'URI « %s »" -#: ../gtk/gtkrecentchoosermenu.c:775 +#: gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Ouvrir « %s »" -#: ../gtk/gtkrecentchoosermenu.c:805 +#: gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Élément inconnu" @@ -2927,7 +2920,7 @@ msgstr "Élément inconnu" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: ../gtk/gtkrecentchoosermenu.c:816 +#: gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2936,37 +2929,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: ../gtk/gtkrecentchoosermenu.c:821 +#: gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 -#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 -#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 -#: ../gtk/gtkrecentmanager.c:1258 +#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 +#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 +#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 +#: gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Impossible de trouver un élément dont l'URI est « %s »" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: ../gtk/gtkstock.c:288 +#: gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Information" -#: ../gtk/gtkstock.c:289 +#: gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Avertissement" -#: ../gtk/gtkstock.c:290 +#: gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Erreur" -#: ../gtk/gtkstock.c:291 +#: gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Question" @@ -2974,556 +2967,556 @@ msgstr "Question" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: ../gtk/gtkstock.c:296 +#: gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "À _propos" -#: ../gtk/gtkstock.c:297 +#: gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "A_jouter" -#: ../gtk/gtkstock.c:298 +#: gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "A_ppliquer" -#: ../gtk/gtkstock.c:299 +#: gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Gras" -#: ../gtk/gtkstock.c:300 +#: gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "A_nnuler" -#: ../gtk/gtkstock.c:301 +#: gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-ROM" -#: ../gtk/gtkstock.c:302 +#: gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Effacer" -#: ../gtk/gtkstock.c:303 +#: gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Fermer" -#: ../gtk/gtkstock.c:304 +#: gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "Se _connecter" -#: ../gtk/gtkstock.c:305 +#: gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Convertir" -#: ../gtk/gtkstock.c:306 +#: gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Copier" -#: ../gtk/gtkstock.c:307 +#: gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "Co_uper" -#: ../gtk/gtkstock.c:308 +#: gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Supprimer" -#: ../gtk/gtkstock.c:309 +#: gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Abandonner" -#: ../gtk/gtkstock.c:310 +#: gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Déconnecter" -#: ../gtk/gtkstock.c:311 +#: gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "E_xécuter" -#: ../gtk/gtkstock.c:312 +#: gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Modifier" -#: ../gtk/gtkstock.c:313 +#: gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Rechercher" -#: ../gtk/gtkstock.c:314 +#: gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Rechercher et rem_placer" -#: ../gtk/gtkstock.c:315 +#: gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Disquette" -#: ../gtk/gtkstock.c:316 +#: gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Plein écran" -#: ../gtk/gtkstock.c:317 +#: gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Quitter le plein écran" #. This is a navigation label as in "go to the bottom of the page" -#: ../gtk/gtkstock.c:319 +#: gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Bas" #. This is a navigation label as in "go to the first page" -#: ../gtk/gtkstock.c:321 +#: gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Début" #. This is a navigation label as in "go to the last page" -#: ../gtk/gtkstock.c:323 +#: gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Fin" #. This is a navigation label as in "go to the top of the page" -#: ../gtk/gtkstock.c:325 +#: gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Haut" #. This is a navigation label as in "go back" -#: ../gtk/gtkstock.c:327 +#: gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Précédent" #. This is a navigation label as in "go down" -#: ../gtk/gtkstock.c:329 +#: gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Descendre" #. This is a navigation label as in "go forward" -#: ../gtk/gtkstock.c:331 +#: gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Suivant" #. This is a navigation label as in "go up" -#: ../gtk/gtkstock.c:333 +#: gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Monter" -#: ../gtk/gtkstock.c:334 +#: gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Disque dur" -#: ../gtk/gtkstock.c:335 +#: gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "Aid_e" -#: ../gtk/gtkstock.c:336 +#: gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Dossier personnel" -#: ../gtk/gtkstock.c:337 +#: gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Augmenter l'indentation" -#: ../gtk/gtkstock.c:338 +#: gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Diminuer l'indentation" -#: ../gtk/gtkstock.c:339 +#: gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Index" -#: ../gtk/gtkstock.c:340 +#: gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Information" -#: ../gtk/gtkstock.c:341 +#: gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Italique" -#: ../gtk/gtkstock.c:342 +#: gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "A_ller à" #. This is about text justification, "centered text" -#: ../gtk/gtkstock.c:344 +#: gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Centrer" #. This is about text justification -#: ../gtk/gtkstock.c:346 +#: gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Justifié" #. This is about text justification, "left-justified text" -#: ../gtk/gtkstock.c:348 +#: gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "À _gauche" #. This is about text justification, "right-justified text" -#: ../gtk/gtkstock.c:350 +#: gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "À _droite" #. Media label, as in "fast forward" -#: ../gtk/gtkstock.c:353 +#: gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "A_vancer" #. Media label, as in "next song" -#: ../gtk/gtkstock.c:355 +#: gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Suivant" #. Media label, as in "pause music" -#: ../gtk/gtkstock.c:357 +#: gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "_Pause" #. Media label, as in "play music" -#: ../gtk/gtkstock.c:359 +#: gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Lire" #. Media label, as in "previous song" -#: ../gtk/gtkstock.c:361 +#: gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "Pré_cédent" #. Media label -#: ../gtk/gtkstock.c:363 +#: gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Enregistrer" #. Media label -#: ../gtk/gtkstock.c:365 +#: gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Rembobiner" #. Media label -#: ../gtk/gtkstock.c:367 +#: gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Arrêter" -#: ../gtk/gtkstock.c:368 +#: gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Réseau" -#: ../gtk/gtkstock.c:369 +#: gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Nouveau" -#: ../gtk/gtkstock.c:370 +#: gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Non" -#: ../gtk/gtkstock.c:371 +#: gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_Valider" -#: ../gtk/gtkstock.c:372 +#: gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Ouvrir" #. Page orientation -#: ../gtk/gtkstock.c:374 +#: gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Paysage" #. Page orientation -#: ../gtk/gtkstock.c:376 +#: gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Portrait" #. Page orientation -#: ../gtk/gtkstock.c:378 +#: gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Paysage inversé" #. Page orientation -#: ../gtk/gtkstock.c:380 +#: gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Portrait inversé" -#: ../gtk/gtkstock.c:381 +#: gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "_Mise en page" -#: ../gtk/gtkstock.c:382 +#: gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "C_oller" -#: ../gtk/gtkstock.c:383 +#: gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Préférences" -#: ../gtk/gtkstock.c:384 +#: gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Imprimer" -#: ../gtk/gtkstock.c:385 +#: gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "_Aperçu avant impression" -#: ../gtk/gtkstock.c:386 +#: gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Propriétés" -#: ../gtk/gtkstock.c:387 +#: gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Quitter" -#: ../gtk/gtkstock.c:388 +#: gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Rétablir" -#: ../gtk/gtkstock.c:389 +#: gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "A_ctualiser" -#: ../gtk/gtkstock.c:390 +#: gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Enlever" -#: ../gtk/gtkstock.c:391 +#: gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Rétablir" -#: ../gtk/gtkstock.c:392 +#: gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Enregistrer" -#: ../gtk/gtkstock.c:393 +#: gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Enregistrer _sous" -#: ../gtk/gtkstock.c:394 +#: gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "_Tout sélectionner" -#: ../gtk/gtkstock.c:395 +#: gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Couleur" -#: ../gtk/gtkstock.c:396 +#: gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Police" #. Sorting direction -#: ../gtk/gtkstock.c:398 +#: gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Croissant" #. Sorting direction -#: ../gtk/gtkstock.c:400 +#: gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Décroissant" -#: ../gtk/gtkstock.c:401 +#: gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "Vérification _orthographique" -#: ../gtk/gtkstock.c:402 +#: gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Arrêter" #. Font variant -#: ../gtk/gtkstock.c:404 +#: gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Barré" -#: ../gtk/gtkstock.c:405 +#: gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Récupérer" #. Font variant -#: ../gtk/gtkstock.c:407 +#: gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Souligné" -#: ../gtk/gtkstock.c:408 +#: gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "A_nnuler" -#: ../gtk/gtkstock.c:409 +#: gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Oui" #. Zoom -#: ../gtk/gtkstock.c:411 +#: gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "Taille _normale" #. Zoom -#: ../gtk/gtkstock.c:413 +#: gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "A_juster au mieux" -#: ../gtk/gtkstock.c:414 +#: gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "Zoom a_vant" -#: ../gtk/gtkstock.c:415 +#: gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "Zoom a_rrière" -#: ../gtk/gtktextbufferrichtext.c:651 +#: gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "" "Une erreur inconnue est survenue lors de la tentative de décodage de %s" -#: ../gtk/gtktextbufferrichtext.c:710 +#: gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Aucune fonction de décodage trouvée pour le format %s" -#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 +#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "« id » et « name » ont tous deux été trouvés dans l'élément <%s>" -#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 +#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "L'attribut « %s » a été trouvé deux fois dans le même élément <%s>" -#: ../gtk/gtktextbufferserialize.c:846 +#: gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "<%s> a un identifiant non valide « %s »" -#: ../gtk/gtktextbufferserialize.c:856 +#: gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "L'élément <%s> n'a ni attribut « name », ni attribut « id »" -#: ../gtk/gtktextbufferserialize.c:943 +#: gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "L'attribut « %s » est répété deux fois dans le même élément <%s>" -#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 +#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "L'attribut « %s » n'est pas valide dans l'élément <%s> dans ce contexte" -#: ../gtk/gtktextbufferserialize.c:1022 +#: gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "La balise « %s » n'a pas été définie." -#: ../gtk/gtktextbufferserialize.c:1034 +#: gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "" "Une balise anonyme a été trouvée et les balises ne peuvent pas être créées." -#: ../gtk/gtktextbufferserialize.c:1045 +#: gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "" "La balise « %s » n'existe pas dans le tampon et les balises ne peuvent pas " "être créées." -#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 -#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 +#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 +#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "L'élément <%s> n'est pas autorisé au-dessous de <%s>" -#: ../gtk/gtktextbufferserialize.c:1175 +#: gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "« %s » n'est pas un type d'attribut valide" -#: ../gtk/gtktextbufferserialize.c:1183 +#: gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "« %s » n'est pas un nom d'attribut valide" -#: ../gtk/gtktextbufferserialize.c:1193 +#: gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" @@ -3531,144 +3524,144 @@ msgstr "" "« %s » ne peut pas être converti en une valeur de type « %s » pour l'attribut " "« %s »" -#: ../gtk/gtktextbufferserialize.c:1202 +#: gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "« %s » n'est pas une valeur valide pour l'attribut « %s »" -#: ../gtk/gtktextbufferserialize.c:1285 +#: gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "La balise « %s » est déjà définie" -#: ../gtk/gtktextbufferserialize.c:1296 +#: gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "La balise « %s » a une priorité non valide « %s »" -#: ../gtk/gtktextbufferserialize.c:1349 +#: gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "" "L'élément le plus à l'extérieur dans le texte doit être " "et non <%s>" -#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 +#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Un élément <%s> a déjà été indiqué" -#: ../gtk/gtktextbufferserialize.c:1380 +#: gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Un élément ne peut pas être présent avant un élément " -#: ../gtk/gtktextbufferserialize.c:1779 +#: gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Les données linéarisées ne sont pas conformes" -#: ../gtk/gtktextbufferserialize.c:1857 +#: gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Les données linéarisées ne sont pas conformes. La première section n'est pas " "GTKTEXTBUFFERCONTENTS-0001" -#: ../gtk/gtktextutil.c:61 +#: gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM Marque _gauche-à-droite" -#: ../gtk/gtktextutil.c:62 +#: gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM Marque _droite-à-gauche" -#: ../gtk/gtktextutil.c:63 +#: gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE _Enchâssement gauche-à-droite " -#: ../gtk/gtktextutil.c:64 +#: gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE E_nchâssement droite-à-gauche" -#: ../gtk/gtktextutil.c:65 +#: gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO _Forçage gauche-à-droite" -#: ../gtk/gtktextutil.c:66 +#: gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO F_orçage droite-à-gauche" -#: ../gtk/gtktextutil.c:67 +#: gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF _Dépilement de formatage directionnel" -#: ../gtk/gtktextutil.c:68 +#: gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS E_space sans chasse" -#: ../gtk/gtktextutil.c:69 +#: gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ _Liant sans chasse" -#: ../gtk/gtktextutil.c:70 +#: gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ _Anti-liant sans chasse" -#: ../gtk/gtkthemes.c:71 +#: gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Impossible de trouver le moteur de thème dans module_path : « %s »" -#: ../gtk/gtktipsquery.c:188 +#: gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Pas de conseil du jour ---" -#: ../gtk/gtkuimanager.c:1463 +#: gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Balise de début inattendue « %s » à la ligne %d caractère %d" -#: ../gtk/gtkuimanager.c:1553 +#: gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Donnée caractère inattendue à la ligne %d caractère %d" -#: ../gtk/gtkuimanager.c:2385 +#: gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Vide" -#: ../gtk/gtkvolumebutton.c:73 +#: gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Volume" -#: ../gtk/gtkvolumebutton.c:75 +#: gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Augmente ou diminue le volume" -#: ../gtk/gtkvolumebutton.c:78 +#: gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Règle le volume" -#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 +#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Baisser le volume" -#: ../gtk/gtkvolumebutton.c:83 +#: gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Diminue le volume" -#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 +#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Augmenter le volume" -#: ../gtk/gtkvolumebutton.c:89 +#: gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Augmente le volume" -#: ../gtk/gtkvolumebutton.c:147 +#: gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Sourdine" -#: ../gtk/gtkvolumebutton.c:151 +#: gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Volume maximum" @@ -3677,928 +3670,928 @@ msgstr "Volume maximum" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: ../gtk/gtkvolumebutton.c:164 +#: gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: ../gtk/paper_names_offsets.c:4 +#: gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: ../gtk/paper_names_offsets.c:5 +#: gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: ../gtk/paper_names_offsets.c:6 +#: gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: ../gtk/paper_names_offsets.c:7 +#: gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: ../gtk/paper_names_offsets.c:8 +#: gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: ../gtk/paper_names_offsets.c:9 +#: gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: ../gtk/paper_names_offsets.c:10 +#: gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: ../gtk/paper_names_offsets.c:11 +#: gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: ../gtk/paper_names_offsets.c:12 +#: gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: ../gtk/paper_names_offsets.c:13 +#: gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: ../gtk/paper_names_offsets.c:14 +#: gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: ../gtk/paper_names_offsets.c:15 +#: gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: ../gtk/paper_names_offsets.c:16 +#: gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: ../gtk/paper_names_offsets.c:17 +#: gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: ../gtk/paper_names_offsets.c:18 +#: gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: ../gtk/paper_names_offsets.c:19 +#: gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: ../gtk/paper_names_offsets.c:20 +#: gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: ../gtk/paper_names_offsets.c:21 +#: gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: ../gtk/paper_names_offsets.c:22 +#: gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: ../gtk/paper_names_offsets.c:23 +#: gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: ../gtk/paper_names_offsets.c:24 +#: gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: ../gtk/paper_names_offsets.c:25 +#: gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: ../gtk/paper_names_offsets.c:26 +#: gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: ../gtk/paper_names_offsets.c:27 +#: gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: ../gtk/paper_names_offsets.c:28 +#: gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: ../gtk/paper_names_offsets.c:29 +#: gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: ../gtk/paper_names_offsets.c:30 +#: gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: ../gtk/paper_names_offsets.c:31 +#: gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: ../gtk/paper_names_offsets.c:32 +#: gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: ../gtk/paper_names_offsets.c:33 +#: gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: ../gtk/paper_names_offsets.c:34 +#: gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: ../gtk/paper_names_offsets.c:35 +#: gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: ../gtk/paper_names_offsets.c:36 +#: gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: ../gtk/paper_names_offsets.c:37 +#: gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: ../gtk/paper_names_offsets.c:38 +#: gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: ../gtk/paper_names_offsets.c:39 +#: gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: ../gtk/paper_names_offsets.c:40 +#: gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: ../gtk/paper_names_offsets.c:41 +#: gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: ../gtk/paper_names_offsets.c:42 +#: gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: ../gtk/paper_names_offsets.c:43 +#: gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: ../gtk/paper_names_offsets.c:44 +#: gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: ../gtk/paper_names_offsets.c:45 +#: gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: ../gtk/paper_names_offsets.c:46 +#: gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: ../gtk/paper_names_offsets.c:47 +#: gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: ../gtk/paper_names_offsets.c:48 +#: gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6-C4" -#: ../gtk/paper_names_offsets.c:49 +#: gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: ../gtk/paper_names_offsets.c:50 +#: gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: ../gtk/paper_names_offsets.c:51 +#: gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: ../gtk/paper_names_offsets.c:52 +#: gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: ../gtk/paper_names_offsets.c:53 +#: gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: ../gtk/paper_names_offsets.c:54 +#: gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: ../gtk/paper_names_offsets.c:55 +#: gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: ../gtk/paper_names_offsets.c:56 +#: gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: ../gtk/paper_names_offsets.c:57 +#: gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: ../gtk/paper_names_offsets.c:58 +#: gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: ../gtk/paper_names_offsets.c:59 +#: gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: ../gtk/paper_names_offsets.c:60 +#: gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: ../gtk/paper_names_offsets.c:61 +#: gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: ../gtk/paper_names_offsets.c:62 +#: gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: ../gtk/paper_names_offsets.c:63 +#: gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: ../gtk/paper_names_offsets.c:64 +#: gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: ../gtk/paper_names_offsets.c:65 +#: gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Enveloppe DL" -#: ../gtk/paper_names_offsets.c:66 +#: gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: ../gtk/paper_names_offsets.c:67 +#: gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: ../gtk/paper_names_offsets.c:68 +#: gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: ../gtk/paper_names_offsets.c:69 +#: gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: ../gtk/paper_names_offsets.c:70 +#: gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: ../gtk/paper_names_offsets.c:71 +#: gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: ../gtk/paper_names_offsets.c:72 +#: gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: ../gtk/paper_names_offsets.c:73 +#: gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: ../gtk/paper_names_offsets.c:74 +#: gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: ../gtk/paper_names_offsets.c:75 +#: gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: ../gtk/paper_names_offsets.c:76 +#: gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: ../gtk/paper_names_offsets.c:77 +#: gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: ../gtk/paper_names_offsets.c:78 +#: gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: ../gtk/paper_names_offsets.c:79 +#: gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: ../gtk/paper_names_offsets.c:80 +#: gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: ../gtk/paper_names_offsets.c:81 +#: gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: ../gtk/paper_names_offsets.c:82 +#: gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: ../gtk/paper_names_offsets.c:83 +#: gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: ../gtk/paper_names_offsets.c:84 +#: gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Enveloppe Choukei 2" -#: ../gtk/paper_names_offsets.c:85 +#: gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Enveloppe Choukei 3" -#: ../gtk/paper_names_offsets.c:86 +#: gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Enveloppe Choukei 4" -#: ../gtk/paper_names_offsets.c:87 +#: gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (carte postale)" -#: ../gtk/paper_names_offsets.c:88 +#: gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Enveloppe kahu" -#: ../gtk/paper_names_offsets.c:89 +#: gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Enveloppe kahu2" -#: ../gtk/paper_names_offsets.c:90 +#: gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (carte postale de réponse)" -#: ../gtk/paper_names_offsets.c:91 +#: gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Enveloppe you4" -#: ../gtk/paper_names_offsets.c:92 +#: gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: ../gtk/paper_names_offsets.c:93 +#: gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: ../gtk/paper_names_offsets.c:94 +#: gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 +#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: ../gtk/paper_names_offsets.c:97 +#: gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: ../gtk/paper_names_offsets.c:98 +#: gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: ../gtk/paper_names_offsets.c:99 +#: gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: ../gtk/paper_names_offsets.c:100 +#: gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: ../gtk/paper_names_offsets.c:101 +#: gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Enveloppe 6x9" -#: ../gtk/paper_names_offsets.c:102 +#: gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Enveloppe 7x9" -#: ../gtk/paper_names_offsets.c:103 +#: gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Enveloppe 9x11" -#: ../gtk/paper_names_offsets.c:104 +#: gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Enveloppe a2" -#: ../gtk/paper_names_offsets.c:105 +#: gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: ../gtk/paper_names_offsets.c:106 +#: gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: ../gtk/paper_names_offsets.c:107 +#: gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: ../gtk/paper_names_offsets.c:108 +#: gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: ../gtk/paper_names_offsets.c:109 +#: gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: ../gtk/paper_names_offsets.c:110 +#: gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: ../gtk/paper_names_offsets.c:111 +#: gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: ../gtk/paper_names_offsets.c:112 +#: gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Enveloppe c5" -#: ../gtk/paper_names_offsets.c:113 +#: gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: ../gtk/paper_names_offsets.c:114 +#: gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: ../gtk/paper_names_offsets.c:115 +#: gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: ../gtk/paper_names_offsets.c:116 +#: gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "Edp européen" -#: ../gtk/paper_names_offsets.c:117 +#: gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: ../gtk/paper_names_offsets.c:118 +#: gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: ../gtk/paper_names_offsets.c:119 +#: gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold européen" -#: ../gtk/paper_names_offsets.c:120 +#: gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: ../gtk/paper_names_offsets.c:121 +#: gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "Legal FanFold allemand" -#: ../gtk/paper_names_offsets.c:122 +#: gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Legal gouvernemental" -#: ../gtk/paper_names_offsets.c:123 +#: gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Letter gouvernemental" -#: ../gtk/paper_names_offsets.c:124 +#: gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Carte index 3x5 pouces" -#: ../gtk/paper_names_offsets.c:125 +#: gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (carte postale)" -#: ../gtk/paper_names_offsets.c:126 +#: gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: ../gtk/paper_names_offsets.c:127 +#: gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Index 5x8" -#: ../gtk/paper_names_offsets.c:128 +#: gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Facture" -#: ../gtk/paper_names_offsets.c:129 +#: gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloïd" -#: ../gtk/paper_names_offsets.c:130 +#: gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "Légal US" -#: ../gtk/paper_names_offsets.c:131 +#: gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: ../gtk/paper_names_offsets.c:132 +#: gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: ../gtk/paper_names_offsets.c:133 +#: gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: ../gtk/paper_names_offsets.c:134 +#: gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: ../gtk/paper_names_offsets.c:135 +#: gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Enveloppe Monarch" -#: ../gtk/paper_names_offsets.c:136 +#: gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Enveloppe #10" -#: ../gtk/paper_names_offsets.c:137 +#: gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Enveloppe #11" -#: ../gtk/paper_names_offsets.c:138 +#: gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Enveloppe #12" -#: ../gtk/paper_names_offsets.c:139 +#: gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Enveloppe #14" -#: ../gtk/paper_names_offsets.c:140 +#: gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Enveloppe #9" -#: ../gtk/paper_names_offsets.c:141 +#: gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Enveloppe personnelle" -#: ../gtk/paper_names_offsets.c:142 +#: gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "In-quarto" -#: ../gtk/paper_names_offsets.c:143 +#: gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: ../gtk/paper_names_offsets.c:144 +#: gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: ../gtk/paper_names_offsets.c:145 +#: gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Format large" -#: ../gtk/paper_names_offsets.c:146 +#: gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" # in-Folio dans le cas de la reliure -#: ../gtk/paper_names_offsets.c:147 +#: gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "In-folio" -#: ../gtk/paper_names_offsets.c:148 +#: gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "In-folio sp" -#: ../gtk/paper_names_offsets.c:149 +#: gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Enveloppe d'invitation" -#: ../gtk/paper_names_offsets.c:150 +#: gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Enveloppe italienne" -#: ../gtk/paper_names_offsets.c:151 +#: gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: ../gtk/paper_names_offsets.c:152 +#: gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: ../gtk/paper_names_offsets.c:153 +#: gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Enveloppe Postfix" -#: ../gtk/paper_names_offsets.c:154 +#: gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Petite photo" -#: ../gtk/paper_names_offsets.c:155 +#: gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Enveloppe prc1" -#: ../gtk/paper_names_offsets.c:156 +#: gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Enveloppe prc10" -#: ../gtk/paper_names_offsets.c:157 +#: gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: ../gtk/paper_names_offsets.c:158 +#: gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Enveloppe prc2" -#: ../gtk/paper_names_offsets.c:159 +#: gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Enveloppe prc3" -#: ../gtk/paper_names_offsets.c:160 +#: gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: ../gtk/paper_names_offsets.c:161 +#: gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Enveloppe prc4" -#: ../gtk/paper_names_offsets.c:162 +#: gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Enveloppe prc5" -#: ../gtk/paper_names_offsets.c:163 +#: gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Enveloppe prc6" -#: ../gtk/paper_names_offsets.c:164 +#: gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Enveloppe prc7" -#: ../gtk/paper_names_offsets.c:165 +#: gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Enveloppe prc8" -#: ../gtk/paper_names_offsets.c:166 +#: gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: ../gtk/paper_names_offsets.c:167 +#: gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 +#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "idatas différents trouvés pour « %s » et « %s » liés symboliquement\n" -#: ../gtk/updateiconcache.c:1374 +#: gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Impossible d'écrire l'en-tête\n" -#: ../gtk/updateiconcache.c:1380 +#: gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Impossible d'écrire dans la table de hachage\n" -#: ../gtk/updateiconcache.c:1386 +#: gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Impossible d'écrire l'index du dossier\n" -#: ../gtk/updateiconcache.c:1394 +#: gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Impossible de réécrire l'en-tête\n" -#: ../gtk/updateiconcache.c:1455 +#: gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Impossible d'ouvrir le fichier « %s » : %s\n" -#: ../gtk/updateiconcache.c:1463 +#: gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Impossible d'écrire dans le fichier de cache : %s\n" -#: ../gtk/updateiconcache.c:1499 +#: gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Le cache généré n'était pas valide.\n" -#: ../gtk/updateiconcache.c:1511 +#: gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Impossible de renommer %s en %s : %s, suppression de %s.\n" -#: ../gtk/updateiconcache.c:1523 +#: gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Impossible de renommer « %s » en %s : %s\n" -#: ../gtk/updateiconcache.c:1530 +#: gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Impossible de renommer à nouveau %s en %s : %s\n" -#: ../gtk/updateiconcache.c:1556 +#: gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Fichier de cache écrit avec succès.\n" -#: ../gtk/updateiconcache.c:1595 +#: gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Écraser un cache existant même s'il est à jour" -#: ../gtk/updateiconcache.c:1596 +#: gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Ne pas vérifier l'existence du fichier index.theme" -#: ../gtk/updateiconcache.c:1597 +#: gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Ne pas inclure de données d'image dans le cache" -#: ../gtk/updateiconcache.c:1598 +#: gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Sortir un fichier en-tête C" -#: ../gtk/updateiconcache.c:1599 +#: gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Désactiver la sortie détaillée" -#: ../gtk/updateiconcache.c:1600 +#: gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Valider le cache d'icônes existant" -#: ../gtk/updateiconcache.c:1663 +#: gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Fichier introuvable : %s\n" -#: ../gtk/updateiconcache.c:1669 +#: gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Cache d'icônes non valide : %s\n" -#: ../gtk/updateiconcache.c:1682 +#: gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Aucun fichier d'index de thème." -#: ../gtk/updateiconcache.c:1686 +#: gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4609,237 +4602,237 @@ msgstr "" "theme-index.\n" #. ID -#: ../modules/input/imam-et.c:454 +#: modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amharique (EZ+)" #. ID -#: ../modules/input/imcedilla.c:92 +#: modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cédille" #. ID -#: ../modules/input/imcyrillic-translit.c:217 +#: modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Cyrillique (translitéré)" #. ID -#: ../modules/input/iminuktitut.c:127 +#: modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (translitéré)" #. ID -#: ../modules/input/imipa.c:145 +#: modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: ../modules/input/immultipress.c:31 +#: modules/input/immultipress.c:31 msgid "Multipress" msgstr "Multipression" #. ID -#: ../modules/input/imthai.c:35 +#: modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thaï-Lao" #. ID -#: ../modules/input/imti-er.c:453 +#: modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrigna-Érithréen (EZ+)" #. ID -#: ../modules/input/imti-et.c:453 +#: modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrigna-Éthiopien (EZ+)" #. ID -#: ../modules/input/imviqr.c:244 +#: modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamien (VIQR)" #. ID -#: ../modules/input/imxim.c:28 +#: modules/input/imxim.c:28 msgid "X Input Method" msgstr "Méthode de saisie X" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Le toner de l'imprimante « %s » est presque vide." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Le toner de l'imprimante « %s » est vide." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "La quantité de développeur dans l'imprimante « %s » est faible." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Il n'y a plus de développeur dans l'imprimante « %s »." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "" "Au moins un des consommables est presque épuisé dans l'imprimante « %s »." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Au moins un des consommables est épuisé dans l'imprimante « %s »." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "Le capot de l'imprimante « %s » est ouvert." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "La porte de l'imprimante « %s » est ouverte." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Il n'y a presque plus de papier dans l'imprimante « %s »." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Il n'y a plus de papier dans l'imprimante « %s »." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "L'imprimante « %s » est actuellement déconnectée." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "L'imprimante « %s » ne semble pas être connectée." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Il y a un problème avec l'imprimante « %s »." #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "En pause ; les tâches sont rejetées" #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Tâches non acceptées" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Recto verso" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Type de papier" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Source du papier" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Bac de sortie" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Résolution" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "Pré-filtrage GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Recto" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Bord long (standard)" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Bord court (retourné)" #. Translators: this is an option of "Paper Source" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Sélection automatique" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Selon l'imprimante" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Inclure uniquement les polices GhostScript" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Convertir en PS niveau 1" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Convertir en PS niveau 2" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Pas de pré-filtrage" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Divers" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Urgent" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Haute" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Moyenne" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Basse" @@ -4847,35 +4840,35 @@ msgstr "Basse" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "De gauche à droite, du haut vers le bas" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "De gauche à droite, du bas vers le haut" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "De droite à gauche, du haut vers le bas" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "De droite à gauche, du bas vers le haut" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Du haut vers le bas, de gauche à droite" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Du haut vers le bas, de droite à gauche" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Du bas vers le haut, de gauche à droite" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Du bas vers le haut, de droite à gauche" @@ -4883,66 +4876,66 @@ msgstr "Du bas vers le haut, de droite à gauche" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Pages par feuille" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Priorité de la tâche" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Informations de facturation" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Aucune" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Classifié" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Confidentiel" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Secret" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Standard" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Top secret" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Non classifié" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Avant" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Après" @@ -4950,14 +4943,14 @@ msgstr "Après" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Imprimer à" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Imprimer à l'heure" @@ -4965,65 +4958,65 @@ msgstr "Imprimer à l'heure" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Personnalisé %sx%s" #. default filename used for print-to-file -#: ../modules/printbackends/file/gtkprintbackendfile.c:235 +#: modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "sortie.%s" -#: ../modules/printbackends/file/gtkprintbackendfile.c:469 +#: modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Imprimer dans un fichier" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: ../modules/printbackends/file/gtkprintbackendfile.c:558 -#: ../modules/printbackends/test/gtkprintbackendtest.c:506 +#: modules/printbackends/file/gtkprintbackendfile.c:558 +#: modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Pages par _feuille :" -#: ../modules/printbackends/file/gtkprintbackendfile.c:604 +#: modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Fichier" -#: ../modules/printbackends/file/gtkprintbackendfile.c:613 +#: modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "Format de _sortie" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Imprimer vers LPR" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Pages par feuille" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Ligne de commande" #. default filename used for print-to-test -#: ../modules/printbackends/test/gtkprintbackendtest.c:234 +#: modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "sortie-test.%s" -#: ../modules/printbackends/test/gtkprintbackendtest.c:470 +#: modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Imprimer vers une imprimante test" -#: ../tests/testfilechooser.c:207 +#: tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Impossible d'obtenir les informations du fichier « %s » : %s" diff --git a/po/ga.po b/po/ga.po index 48463df607..ffdf5f29a1 100644 --- a/po/ga.po +++ b/po/ga.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2008-08-29 22:16-0500\n" "Last-Translator: Seán de Búrca \n" "Language-Team: Irish \n" @@ -633,15 +633,15 @@ msgstr "Ní thacaítear le cineál íomhá faoi láthair" msgid "Couldn't allocate memory for color profile" msgstr "Níorbh fhéidir cuimhne a dháileadh le próifíl datha" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Cuimhne easnamhach an comhad JPEG 2000 a oscailt" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Níorbh fhéidir cuimhne a dháileadh chun sonraí íomhá a mhaolánú" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "An fhormáid íomhá JPEG 2000" @@ -683,7 +683,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "An fhormáid íomhá JPEG" @@ -1174,46 +1174,46 @@ msgstr[2] "%d Mhír á Oscailt" msgstr[3] "%d Mír á Oscailt" msgstr[4] "%d Mír á Oscailt" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Ceadúnas" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Ceadúnas an chláir" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Admhálacha" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Ceadúnas" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Maidir le %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Admhálacha" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Scríofa ag" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Doiciméadaithe ag" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Aistrithe ag" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Maisiúchán le" @@ -1290,17 +1290,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Feidhm chineáil neamhbhailí: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Fréamheilimint neamhbhailí: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Clib gan láimhseáil: '%s'" @@ -1396,7 +1401,7 @@ msgstr "Díchumasaithe" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Aicearra nua..." @@ -1527,11 +1532,11 @@ msgstr "" msgid "Color Selection" msgstr "Roghnú Datha" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Modhanna Ionchuir" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Ionsáigh Carachtar Rialú Unicode" @@ -1963,22 +1968,22 @@ msgstr "_Athainmnigh" msgid "_Selection: " msgstr "_Roghnú: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 Neamhbhailí" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Ainm rófhada" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Níorbh fhéidir ainm comhaid a thiontú" @@ -2223,39 +2228,39 @@ msgstr "Roghanna GTK+" msgid "Show GTK+ Options" msgstr "Taispeáin Roghanna GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "_Nasc" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Nasc gan _ainm" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Nasc mar ú_sáideoir:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Ainm Úsáideora:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "F_earann:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Focal Faire:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Déan _dearmad ar an bhfocal faire láithreach" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Meabhraigh focal faire go _logálann tú amach" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Meabhraigh go d_eo" @@ -2325,7 +2330,7 @@ msgstr "Méid an _pháipéir:" msgid "_Orientation:" msgstr "_Treoshuíomh:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Socrú Leathanaigh" @@ -2478,17 +2483,17 @@ msgstr "Earráid agus réamhamharc priontála á chruthú" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Earráid agus réamhamharc á thosú" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Earráid agus ag priontáil" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Feidhmchlár" @@ -2547,37 +2552,37 @@ msgstr "Lorgán neamhbhailí chuig PrintDlgEx" msgid "Unspecified error" msgstr "Earráid gan sonrú" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Printéir" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Suíomh" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Stádas" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Raon" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Gach Leathanach" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Leathanach _Reatha" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Leathanaigh" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2585,186 +2590,196 @@ msgstr "" "Sonraigh raon leathanaigh amháin nó níos mó,\n" " m.s. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Leathanaigh" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Cóipeanna" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Cóip_eanna:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "C_omhordaigh" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Aisiompaithe" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Ginearálta" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Cur in Ord Leathanaigh" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Clé go deas" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Deas go clé" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Leagan Amach" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Déthaobhach:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Leathanaigh sa _taobh:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Cur in _ord leathanaigh:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Ná priontáil ach:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Gach leathán" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Leatháin chothroma" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Leatháin chorra" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Scála:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Páipéar" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Cineál an pháipéir:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Foinse an pháipéir:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "T_ráidire aschurtha:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Sonraí Jab:" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Tosaí_ocht:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Eolas billeáil" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Priontáil Cáipéis" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "A_nois" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "A_g:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Ar feit_heamh" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Cuir Leathanach Cumhdaigh Leis" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Roimh:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Tar Éis:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Jab" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Casta" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Cáilíocht Íomhá" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Dath" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Ag críochnú" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Priontáil" diff --git a/po/gl.po b/po/gl.po index 01f673f14f..be1a54cfd3 100644 --- a/po/gl.po +++ b/po/gl.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: gl\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 19:42+0100\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-10 20:17+0000\n" "Last-Translator: Suso Baleato \n" "Language-Team: Galego \n" @@ -28,58 +28,58 @@ msgstr "" "Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../gdk/gdk.c:103 +#: gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Erro ao analizar a opción --gdk-debug" -#: ../gdk/gdk.c:123 +#: gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Erro ao analizar a opción --gdk-no-debug" #. Description of --class=CLASS in --help output -#: ../gdk/gdk.c:151 +#: gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Clase de programa tal como a usa o xestor de xanelas" #. Placeholder in --class=CLASS in --help output -#: ../gdk/gdk.c:152 +#: gdk/gdk.c:152 msgid "CLASS" msgstr "CLASE" #. Description of --name=NAME in --help output -#: ../gdk/gdk.c:154 +#: gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Nome do programa tal como o usa o xestor de xanelas" #. Placeholder in --name=NAME in --help output -#: ../gdk/gdk.c:155 +#: gdk/gdk.c:155 msgid "NAME" msgstr "NOME" #. Description of --display=DISPLAY in --help output -#: ../gdk/gdk.c:157 +#: gdk/gdk.c:157 msgid "X display to use" msgstr "Pantalla de X que se vai usar" #. Placeholder in --display=DISPLAY in --help output -#: ../gdk/gdk.c:158 +#: gdk/gdk.c:158 msgid "DISPLAY" msgstr "PANTALLA" #. Description of --screen=SCREEN in --help output -#: ../gdk/gdk.c:160 +#: gdk/gdk.c:160 msgid "X screen to use" msgstr "Pantalla X que se vai usar" #. Placeholder in --screen=SCREEN in --help output -#: ../gdk/gdk.c:161 +#: gdk/gdk.c:161 msgid "SCREEN" msgstr "PANTALLA" #. Description of --gdk-debug=FLAGS in --help output -#: ../gdk/gdk.c:164 +#: gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Parámetros de depuración Gdk para activar" @@ -87,213 +87,213 @@ msgstr "Parámetros de depuración Gdk para activar" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 +#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 msgid "FLAGS" msgstr "PARÁMETROS" #. Description of --gdk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:167 +#: gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Parámetros de depuración Gdk para desconfigurar" -#: ../gdk/keyname-table.h:3940 +#: gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "Tecla de retroceso" -#: ../gdk/keyname-table.h:3941 +#: gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tabulador" -#: ../gdk/keyname-table.h:3942 +#: gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Intro" -#: ../gdk/keyname-table.h:3943 +#: gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pausa" -#: ../gdk/keyname-table.h:3944 +#: gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Bloq_Despr" -#: ../gdk/keyname-table.h:3945 +#: gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Pet_Sis" -#: ../gdk/keyname-table.h:3946 +#: gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Escape" -#: ../gdk/keyname-table.h:3947 +#: gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_key" -#: ../gdk/keyname-table.h:3948 +#: gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Inicio" -#: ../gdk/keyname-table.h:3949 +#: gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Esquerda" -#: ../gdk/keyname-table.h:3950 +#: gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Arriba" -#: ../gdk/keyname-table.h:3951 +#: gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Dereita" -#: ../gdk/keyname-table.h:3952 +#: gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Abaixo" -#: ../gdk/keyname-table.h:3953 +#: gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Re_Páx" -#: ../gdk/keyname-table.h:3954 +#: gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Av_Páx" -#: ../gdk/keyname-table.h:3955 +#: gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "Fin" -#: ../gdk/keyname-table.h:3956 +#: gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Inicio" -#: ../gdk/keyname-table.h:3957 +#: gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Imprimir" -#: ../gdk/keyname-table.h:3958 +#: gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Inserir" -#: ../gdk/keyname-table.h:3959 +#: gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Bloq_Núm" -#: ../gdk/keyname-table.h:3960 +#: gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "TN_Espazo" -#: ../gdk/keyname-table.h:3961 +#: gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "TN_Tabulador" -#: ../gdk/keyname-table.h:3962 +#: gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "TN_Intro" -#: ../gdk/keyname-table.h:3963 +#: gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "TN_Inicio" -#: ../gdk/keyname-table.h:3964 +#: gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "TN_Esquerda" -#: ../gdk/keyname-table.h:3965 +#: gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "TN_Arriba" -#: ../gdk/keyname-table.h:3966 +#: gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "TN_Dereita" -#: ../gdk/keyname-table.h:3967 +#: gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "TN_Abaixo" -#: ../gdk/keyname-table.h:3968 +#: gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "TN_Re_Páx" -#: ../gdk/keyname-table.h:3969 +#: gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "TN_Anterior" -#: ../gdk/keyname-table.h:3970 +#: gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "TN_Av_Páx" -#: ../gdk/keyname-table.h:3971 +#: gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "TN_Seguinte" -#: ../gdk/keyname-table.h:3972 +#: gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "TN_Fin" -#: ../gdk/keyname-table.h:3973 +#: gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "TN_Inicio" -#: ../gdk/keyname-table.h:3974 +#: gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "TN_Inserir" -#: ../gdk/keyname-table.h:3975 +#: gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "TN_Supr" -#: ../gdk/keyname-table.h:3976 +#: gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Eliminar" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 +#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 +#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Fallo ao abrir o ficheiro '%s': %s" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 +#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "O ficheiro de imaxe '%s' non contén datos" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 +#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -301,7 +301,7 @@ msgstr "" "Fallo ao cargar a imaxe '%s': o motivo é descoñecido, é probábel que o " "ficheiro de imaxe estea corrompido" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -310,12 +310,12 @@ msgstr "" "Fallo ao cargar a animación '%s': o motivo é descoñecido, é probábel que o " "ficheiro da animación estea corrompido" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 +#: gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Foi imposíbel cargar o módulo de descarga de imaxes: %s: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 +#: gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -324,56 +324,56 @@ msgstr "" "O módulo de descarga de imaxes %s non exporta a interface apropiada; é dunha " "versión do GTK diferente?" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 +#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "O tipo de imaxe '%s' non se soporta" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 +#: gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Non se puido recoñecer o formato do ficheiro de imaxe no ficheiro '%s'" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 +#: gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Formato do ficheiro de imaxe non recoñecido" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Fallo ao cargar a imaxe '%s': %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 +#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Erro ao escribir no ficheiro de imaxe: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "" "Esta construción de gdk-pixbuf non soporta a gravación de imaxes co formato: " "%s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "" "Non hai suficiente memoria para gardar a imaxe para a chamada de retorno" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Fallo ao abrir o ficheiro temporal" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Fallo ao ler desde o ficheiro temporal" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Fallo ao abrir '%s' para escritura: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -382,15 +382,15 @@ msgstr "" "Fallo ao pechar '%s' mentres se escribía a imaxe; é posíbel que non se " "gardaran todos os datos: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Non hai suficiente memoria para gardar a imaxe no búfer" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Erro ao escribir no fluxo de imaxe" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -399,147 +399,142 @@ msgstr "" "Erro interno: O módulo de carga de imaxes '%s' fallou ao completar unha " "operación, mais non deu ningún motivo do fallo" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "A carga incremental das imaxes do tipo '%s' non se soporta" -#: ../gdk-pixbuf/gdk-pixdata.c:147 +#: gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "A cabeceira da imaxe está danada" -#: ../gdk-pixbuf/gdk-pixdata.c:152 +#: gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "O formato de imaxe é descoñecido" -#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 +#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Os datos do píxel da imaxe están danados" -#: ../gdk-pixbuf/gdk-pixdata.c:431 +#: gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "fallo ao asignar un búfer para a imaxe de %u byte" msgstr[1] "fallo ao asignar un búfer para a imaxe de %u bytes" -#: ../gdk-pixbuf/io-ani.c:244 +#: gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Fragmento de icona inesperado na animación" -#: ../gdk-pixbuf/io-ani.c:337 +#: gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Tipo de animación non soportada" -#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 -#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 -#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 +#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 +#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Cabeceira non válida na animación" -#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 -#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 -#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 +#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 +#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Non hai suficiente memoria para cargar a animación" -#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 -#: ../gdk-pixbuf/io-ani.c:443 +#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Fragmento formado incorrectamente na animación" -#: ../gdk-pixbuf/io-ani.c:711 +#: gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "O formato de imaxe ANI" -#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 -#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 -#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 +#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 +#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "A imaxe BMP ten datos de cabeceira falsos" -#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 +#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Non hai suficiente memoria para cargar o mapa de bits" -#: ../gdk-pixbuf/io-bmp.c:319 +#: gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "A imaxe BMP ten un tamaño de cabeceira non soportado" -#: ../gdk-pixbuf/io-bmp.c:357 +#: gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "As imaxes BMP Topdown non se poden comprimir" -#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 +#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Encontrouse un final de ficheiro prematuro" -#: ../gdk-pixbuf/io-bmp.c:1329 +#: gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Non se pode asignar memoria para gardar o ficheiro BMP" -#: ../gdk-pixbuf/io-bmp.c:1370 +#: gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Non se puido escribir no ficheiro BMP" -#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 +#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "O formato de imaxe BMP" -#: ../gdk-pixbuf/io-gif.c:222 +#: gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Fallo ao ler o GIF: %s" -#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 -#: ../gdk-pixbuf/io-gif.c:1642 +#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "Ao ficheiro GIF fáltanlle algúns datos (foron talvez truncados?)" -#: ../gdk-pixbuf/io-gif.c:505 +#: gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Erro interno no cargador de GIF (%s)" -#: ../gdk-pixbuf/io-gif.c:579 +#: gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Desbordamento da pila" -#: ../gdk-pixbuf/io-gif.c:639 +#: gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "O cargador de imaxes GIF non pode entender esta imaxe." -#: ../gdk-pixbuf/io-gif.c:668 +#: gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Encontrouse un código incorrecto" -#: ../gdk-pixbuf/io-gif.c:678 +#: gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Entrada de táboa circular no ficheiro GIF" -#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 -#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 +#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 +#: gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Non hai suficiente memoria para cargar o ficheiro GIF" -#: ../gdk-pixbuf/io-gif.c:960 +#: gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Non hai suficiente memoria para compor un marco no ficheiro GIF" -#: ../gdk-pixbuf/io-gif.c:1132 +#: gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "A imaxe GIF está danada (a compresión LZW é incorrecta)" -#: ../gdk-pixbuf/io-gif.c:1182 +#: gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "O ficheiro non parece ser un ficheiro GIF" -#: ../gdk-pixbuf/io-gif.c:1194 +#: gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "A versión %s do formato de ficheiro GIF non se soporta" -#: ../gdk-pixbuf/io-gif.c:1303 +#: gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -547,114 +542,112 @@ msgstr "" "A imaxe GIF non ten un mapa de cores global e o marco interno non ten un " "mapa de cores local." -#: ../gdk-pixbuf/io-gif.c:1537 +#: gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "A imaxe GIF está truncada ou incompleta." -#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 +#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "O formato de imaxe GIF" -#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 -#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 -#: ../gdk-pixbuf/io-ico.c:359 +#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 +#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "A cabeceira non é válida na icona" -#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 -#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 -#: ../gdk-pixbuf/io-ico.c:462 +#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 +#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Non hai suficiente memoria para cargar a icona" -#: ../gdk-pixbuf/io-ico.c:322 +#: gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "A largura da icona é cero" -#: ../gdk-pixbuf/io-ico.c:332 +#: gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "A altura da icona é cero" -#: ../gdk-pixbuf/io-ico.c:384 +#: gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "As iconas comprimidas non son soportadas" -#: ../gdk-pixbuf/io-ico.c:417 +#: gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Tipo de icona non soportada" -#: ../gdk-pixbuf/io-ico.c:511 +#: gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Non hai suficiente memoria para cargar o ficheiro ICO" -#: ../gdk-pixbuf/io-ico.c:976 +#: gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "A imaxe é demasiado grande para ser gardada como ICO" -#: ../gdk-pixbuf/io-ico.c:987 +#: gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Punto activo do cursor fóra da imaxe" -#: ../gdk-pixbuf/io-ico.c:1010 +#: gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Profundidade non soportada para o ficheiro ICO: %d" -#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 +#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "O formato de imaxe ICO" -#: ../gdk-pixbuf/io-icns.c:347 +#: gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Erro ao ler a imaxe ICNS: %s" -#: ../gdk-pixbuf/io-icns.c:364 +#: gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Non foi posíbel descodificar o ficheiro ICNS" -#: ../gdk-pixbuf/io-icns.c:397 +#: gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "O formato de imaxe ICNS" -#: ../gdk-pixbuf/io-jasper.c:75 +#: gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Non se puido asignar memoria para o fluxo" -#: ../gdk-pixbuf/io-jasper.c:105 +#: gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Non foi posíbel descodificar a imaxe" -#: ../gdk-pixbuf/io-jasper.c:123 +#: gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "O JPEG 2000 transformado ten unha largura ou altura cero" -#: ../gdk-pixbuf/io-jasper.c:137 +#: gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Este tipo de imaxe non está soportado actualmente" -#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 +#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Non se puido asignar memoria para o perfil de cor" -#: ../gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Memoria insuficiente para abrir o ficheiro JPEG 2000" -#: ../gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Non se puido asignar memoria para os datos de imaxe do búfer" -#: ../gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "O formato de imaxe JPEG 2000" -#: ../gdk-pixbuf/io-jpeg.c:117 +#: gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Erro ao interpretar o ficheiro de imaxe JPEG (%s)" -#: ../gdk-pixbuf/io-jpeg.c:529 +#: gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -662,21 +655,21 @@ msgstr "" "Non hai suficiente memoria para cargar a imaxe, tente saír dalgunhas " "aplicacións para liberar memoria" -#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 +#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Espazo de cor JPEG non soportado (%s)" -#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 -#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 +#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 +#: gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Non se pode asignar memoria para cargar o ficheiro JPEG" -#: ../gdk-pixbuf/io-jpeg.c:920 +#: gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "O JPEG transformado ten cero en largura ou altura." -#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 +#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -685,7 +678,7 @@ msgstr "" "A calidade dun JPEG debe ser un valor entre 0 e 100; o valor '%s' non pode " "ser analizado." -#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 +#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -693,86 +686,86 @@ msgstr "" "A calidade dun JPEG debe ser un valor entre 0 e 100; o valor '%d' non está " "permitido." -#: ../gdk-pixbuf/io-jpeg.c:1309 ../gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "O formato de imaxe JPEG" -#: ../gdk-pixbuf/io-pcx.c:187 +#: gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Non se puido asignar memoria para a cabeceira" -#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 +#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Non se puido asignar memoria para o búfer" -#: ../gdk-pixbuf/io-pcx.c:601 +#: gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "A imaxe ten unha largura ou unha altura non válida" -#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 +#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "A imaxe ten un bpp non soportado" -#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 +#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "A imaxe ten un número non soportado de planos %d-bit" -#: ../gdk-pixbuf/io-pcx.c:642 +#: gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Non se puido crear un pixbuf novo" -#: ../gdk-pixbuf/io-pcx.c:650 +#: gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Non se puido asignar memoria para os datos de liña" -#: ../gdk-pixbuf/io-pcx.c:657 +#: gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Non se puido asignar memoria para os datos de paleta" -#: ../gdk-pixbuf/io-pcx.c:704 +#: gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Non se obtiveron todas as liñas da imaxe PCX" -#: ../gdk-pixbuf/io-pcx.c:711 +#: gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Non se localizou ningunha paleta ao final dos datos PCX" -#: ../gdk-pixbuf/io-pcx.c:756 +#: gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "O formato de imaxe PCX" -#: ../gdk-pixbuf/io-png.c:55 +#: gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Os bits por canal non son válidos na imaxe PNG." -#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 +#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "O PNG transformado ten cero en largura ou altura." -#: ../gdk-pixbuf/io-png.c:144 +#: gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Os bits por canal do PNG transformado non son 8." -#: ../gdk-pixbuf/io-png.c:153 +#: gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "O PNG transformado non é RGB ou RGBA." -#: ../gdk-pixbuf/io-png.c:162 +#: gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "O PNG transformado posúe un número de canais non soportado: deben ser 3 ou 4." -#: ../gdk-pixbuf/io-png.c:183 +#: gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Erro moi grave no ficheiro de imaxe PNG: %s" -#: ../gdk-pixbuf/io-png.c:310 +#: gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Non hai suficiente memoria para cargar o ficheiro PNG" -#: ../gdk-pixbuf/io-png.c:633 +#: gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -781,28 +774,28 @@ msgstr "" "Non hai suficiente memoria para almacenar unha imaxe %ld por %ld; tente saír " "dalgunhas aplicacións para reducir o uso de memoria" -#: ../gdk-pixbuf/io-png.c:684 +#: gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Erro moi grave ao ler o ficheiro de imaxe PNG" -#: ../gdk-pixbuf/io-png.c:733 +#: gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Erro moi grave ao ler o ficheiro de imaxe PNG: %s" -#: ../gdk-pixbuf/io-png.c:825 +#: gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "As chaves para os fragmentos de texto de PNG deben ter polo menos 1 carácter " "e como máximo 79." -#: ../gdk-pixbuf/io-png.c:833 +#: gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "" "As chaves para os fragmentos de texto de PNG deben ser caracteres ASCII." -#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 +#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -811,7 +804,7 @@ msgstr "" "O nivel de compresión PNG debe ser un valor entre 0 e 9; o valor '%s' non se " "pode analizar." -#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 +#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -820,425 +813,421 @@ msgstr "" "O nivel de compresión PNG debe ser un valor entre 0 e 9; o valor '%d' non " "está permitido." -#: ../gdk-pixbuf/io-png.c:896 +#: gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "O valor do fragmento de texto %s de PNG non pode ser convertido á " "codificación ISO-8859-1." -#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 +#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "O formato de imaxe PNG" -#: ../gdk-pixbuf/io-pnm.c:250 +#: gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "O cargador PNM esperaba localizar un enteiro, mais non o encontrou" -#: ../gdk-pixbuf/io-pnm.c:282 +#: gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "O ficheiro PNM ten un byte inicial incorrecto" -#: ../gdk-pixbuf/io-pnm.c:312 +#: gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "O ficheiro PNM non está nun subformato PNM recoñecido" -#: ../gdk-pixbuf/io-pnm.c:337 +#: gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "O ficheiro PNM ten unha largura de imaxe de 0" -#: ../gdk-pixbuf/io-pnm.c:358 +#: gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "O ficheiro PNM ten unha altura de imaxe de 0" -#: ../gdk-pixbuf/io-pnm.c:381 +#: gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "O valor máximo de cor no ficheiro PNM é 0" -#: ../gdk-pixbuf/io-pnm.c:389 +#: gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "O valor máximo de cor no ficheiro PNM é demasiado grande" -#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 -#: ../gdk-pixbuf/io-pnm.c:504 +#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "O tipo de imaxe PNM en bruto non é válido" -#: ../gdk-pixbuf/io-pnm.c:654 +#: gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "O cargador de imaxes PNM non soporta este subformato PNM" -#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 +#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "Os formatos PNM en bruto requiren exactamente un espazo en branco antes dos " "datos de mostra" -#: ../gdk-pixbuf/io-pnm.c:768 +#: gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Non se pode asignar memoria para cargar a imaxe PNM" -#: ../gdk-pixbuf/io-pnm.c:818 +#: gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Non hai suficiente memoria para cargar a estrutura de contexto do PNM" -#: ../gdk-pixbuf/io-pnm.c:869 +#: gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Final inesperado dos datos da imaxe PNM" -#: ../gdk-pixbuf/io-pnm.c:997 +#: gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Non hai suficiente memoria para cargar o ficheiro PNM" -#: ../gdk-pixbuf/io-pnm.c:1081 +#: gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "A familia formato de imaxes PNM/PBM/PGM/PPM" -#: ../gdk-pixbuf/io-ras.c:126 +#: gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "A imaxe RAS posúe datos de cabeceira falsos" -#: ../gdk-pixbuf/io-ras.c:148 +#: gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "A imaxe RAS posúe un tipo descoñecido" -#: ../gdk-pixbuf/io-ras.c:156 +#: gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "Variación de imaxe RAS non soportada" -#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 +#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Non hai suficiente memoria para cargar a imaxe RAS" -#: ../gdk-pixbuf/io-ras.c:545 +#: gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "O formato de imaxe SUN raster" -#: ../gdk-pixbuf/io-tga.c:154 +#: gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Non se pode asignar memoria para a estrutura IOBuffer" -#: ../gdk-pixbuf/io-tga.c:173 +#: gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Non se pode asignar memoria para datos IOBuffer" -#: ../gdk-pixbuf/io-tga.c:184 +#: gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Non se pode reasignar datos IOBuffer" -#: ../gdk-pixbuf/io-tga.c:214 +#: gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Non se poden asignar datos temporais de IOBuffer" -#: ../gdk-pixbuf/io-tga.c:347 +#: gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Non se pode asignar un novo pixbuf" -#: ../gdk-pixbuf/io-tga.c:687 +#: gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Non se pode asignar a estrutura do mapa de cores" -#: ../gdk-pixbuf/io-tga.c:694 +#: gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Non se poden asignar as entradas do mapa de cores" -#: ../gdk-pixbuf/io-tga.c:716 +#: gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Profundidade de cor inesperada para as entradas do mapa de cor" -#: ../gdk-pixbuf/io-tga.c:734 +#: gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Non se pode asignar memoria para a cabeceira TGA" -#: ../gdk-pixbuf/io-tga.c:767 +#: gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "A imaxe TGA ten dimensións non válidas" -#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 -#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 -#: ../gdk-pixbuf/io-tga.c:809 +#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 +#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "O tipo de imaxe TGA non se soporta" -#: ../gdk-pixbuf/io-tga.c:856 +#: gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Non se pode asignar memoria para a estrutura de contexto de TGA" -#: ../gdk-pixbuf/io-tga.c:921 +#: gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Datos en exceso no ficheiro" -#: ../gdk-pixbuf/io-tga.c:1002 +#: gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "O formato de imaxe Targa" -#: ../gdk-pixbuf/io-tiff.c:160 +#: gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Non se puido obter a largura da imaxe (ficheiro TIFF incorrecto)" -#: ../gdk-pixbuf/io-tiff.c:167 +#: gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Non se puido obter a altura da imaxe (ficheiro TIFF incorrecto)" -#: ../gdk-pixbuf/io-tiff.c:175 +#: gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "A largura ou altura da imaxe TIFF é cero" -#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 +#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "As dimensións da imaxe TIFF son demasiado grandes" -#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 -#: ../gdk-pixbuf/io-tiff.c:541 +#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Non hai suficiente memoria para abrir o ficheiro TIFF" -#: ../gdk-pixbuf/io-tiff.c:275 +#: gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Fallo ao cargar os datos RGB desde o ficheiro TIFF" -#: ../gdk-pixbuf/io-tiff.c:331 +#: gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Fallo ao abrir a imaxe TIFF" -#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 +#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "A operación TIFFClose fallou" -#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 +#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Fallo ao cargar a imaxe TIFF" -#: ../gdk-pixbuf/io-tiff.c:670 +#: gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Fallo ao gardar a imaxe TIFF" -#: ../gdk-pixbuf/io-tiff.c:708 +#: gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Fallo ao escribir os datos TIFF" -#: ../gdk-pixbuf/io-tiff.c:760 +#: gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Non se puido escribir o ficheiro TIFF" -#: ../gdk-pixbuf/io-tiff.c:815 +#: gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "O formato de imaxe TIFF" -#: ../gdk-pixbuf/io-wbmp.c:246 +#: gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "A imaxe ten largura cero" -#: ../gdk-pixbuf/io-wbmp.c:264 +#: gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "A imaxe ten altura cero" -#: ../gdk-pixbuf/io-wbmp.c:275 +#: gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Non hai suficiente memoria para cargar a imaxe" -#: ../gdk-pixbuf/io-wbmp.c:334 +#: gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Non se puido gardar o resto" -#: ../gdk-pixbuf/io-wbmp.c:375 +#: gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "O formato de imaxe WBMP" -#: ../gdk-pixbuf/io-xbm.c:295 +#: gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "O ficheiro XBM non é válido" -#: ../gdk-pixbuf/io-xbm.c:305 +#: gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Non hai suficiente memoria para cargar o ficheiro de imaxe XBM" -#: ../gdk-pixbuf/io-xbm.c:453 +#: gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "Fallo ao escribir no ficheiro temporal ao cargar a imaxe XBM" -#: ../gdk-pixbuf/io-xbm.c:492 +#: gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "O formato de imaxe XBM" -#: ../gdk-pixbuf/io-xpm.c:468 +#: gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Non se localizou a cabeceira XPM" -#: ../gdk-pixbuf/io-xpm.c:477 +#: gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Cabeceira XPM non válida" -#: ../gdk-pixbuf/io-xpm.c:485 +#: gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "O ficheiro XPM ten unha largura de imaxe <= 0" -#: ../gdk-pixbuf/io-xpm.c:493 +#: gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "O ficheiro XPM ten unha altura de imaxe <= 0" -#: ../gdk-pixbuf/io-xpm.c:501 +#: gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "O XPM ten un número non válido de caracteres por píxel" -#: ../gdk-pixbuf/io-xpm.c:510 +#: gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "O ficheiro XPM ten un número non válido de cores" -#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 -#: ../gdk-pixbuf/io-xpm.c:583 +#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Non se pode asignar memoria para cargar a imaxe XPM" -#: ../gdk-pixbuf/io-xpm.c:545 +#: gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Non se pode ler o mapa de cores de XPM" -#: ../gdk-pixbuf/io-xpm.c:777 +#: gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "Fallo ao escribir no ficheiro temporal ao cargar a imaxe XPM" -#: ../gdk-pixbuf/io-xpm.c:816 +#: gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "O formato de imaxe XPM" -#: ../gdk-pixbuf/io-gdip-emf.c:59 +#: gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "O formato de imaxe EMF" -#: ../gdk-pixbuf/io-gdip-utils.c:220 +#: gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Non é posíbel asignar a memoria: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 -#: ../gdk-pixbuf/io-gdip-utils.c:394 +#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 +#: gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Non se puido crear o fluxo: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:259 +#: gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Non foi posíbel buscar o fluxo: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:271 +#: gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Non é posíbel ler desde o fluxo: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 +#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Non foi posíbel cargar o mapa de bits" -#: ../gdk-pixbuf/io-gdip-utils.c:838 +#: gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Non foi posíbel cargar o metaficheiro" -#: ../gdk-pixbuf/io-gdip-utils.c:997 +#: gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Formato de imaxe non soportado para GDI+" -#: ../gdk-pixbuf/io-gdip-utils.c:1004 +#: gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Non foi posíbel gardar" -#: ../gdk-pixbuf/io-gdip-wmf.c:58 +#: gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "O formato de imaxe WMF" #. Description of --sync in --help output -#: ../gdk/win32/gdkmain-win32.c:54 +#: gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Non procesar en lotes os pedidos GDI" #. Description of --no-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:56 +#: gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Non usar o API Wintab para o soporte de táboas" #. Description of --ignore-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:58 +#: gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "O mesmo que --no-wintab" #. Description of --use-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:60 +#: gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Non usar a API Wintab [predeterminado]" #. Description of --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:62 +#: gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Tamaño da paleta en modo 8 bits" #. Placeholder in --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:63 +#: gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "CORES" #. Description of --sync in --help output -#: ../gdk/x11/gdkmain-x11.c:92 +#: gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Facer chamadas a X síncronas" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 +#: gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Iniciando %s" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 +#: gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Abrindo %s" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 +#: gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "Abrindo %d elemento" msgstr[1] "Abrindo %d elementos" -#: ../gtk/gtkaboutdialog.c:267 ../gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licenza" -#: ../gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "A licenza do programa" #. Add the credits button -#: ../gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "C_réditos" #. Add the license button -#: ../gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licenza" -#: ../gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Sobre %s" -#: ../gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Créditos" -#: ../gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Escrito por" -#: ../gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documentado por" -#: ../gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Traducido por" -#: ../gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Material gráfico por" @@ -1247,7 +1236,7 @@ msgstr "Material gráfico por" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:91 +#: gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Maiús" @@ -1257,7 +1246,7 @@ msgstr "Maiús" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:97 +#: gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1267,7 +1256,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:103 +#: gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1277,7 +1266,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:671 +#: gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1287,7 +1276,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:684 +#: gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hiper" @@ -1297,32 +1286,37 @@ msgstr "Hiper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:698 +#: gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: ../gtk/gtkaccellabel.c:715 +#: gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Espazo" -#: ../gtk/gtkaccellabel.c:718 +#: gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Barra invertida" -#: ../gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Tipo de función non válida: `%s'" -#: ../gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Elemento raíz non válido: '%s'" -#: ../gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Etiqueta non soportada: '%s'" @@ -1336,7 +1330,7 @@ msgstr "Etiqueta non soportada: '%s'" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: ../gtk/gtkcalendar.c:758 +#: gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1344,7 +1338,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: ../gtk/gtkcalendar.c:796 +#: gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1353,7 +1347,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: ../gtk/gtkcalendar.c:1803 +#: gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1368,7 +1362,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 +#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1384,7 +1378,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 +#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1400,7 +1394,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: ../gtk/gtkcalendar.c:2146 +#: gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1408,7 +1402,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: ../gtk/gtkcellrendereraccel.c:243 +#: gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Desactivada" @@ -1417,25 +1411,25 @@ msgstr "Desactivada" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: ../gtk/gtkcellrendereraccel.c:376 ../gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Tecla rápida nova..." -#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 +#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 +#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Seleccione unha cor" -#: ../gtk/gtkcolorbutton.c:448 +#: gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Recibiuse un dato de cor non válido\n" -#: ../gtk/gtkcolorsel.c:354 +#: gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1443,7 +1437,7 @@ msgstr "" "Seleccione a cor que quere desde o anel exterior. Seleccione a escuridade ou " "luminosidade usando o triángulo interior." -#: ../gtk/gtkcolorsel.c:378 +#: gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1451,67 +1445,67 @@ msgstr "" "Seleccione o contagotas, despois prema sobre calquera cor que haxa na súa " "pantalla para seleccionala." -#: ../gtk/gtkcolorsel.c:387 +#: gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Matiz:" -#: ../gtk/gtkcolorsel.c:388 +#: gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Posición na roda de cores." -#: ../gtk/gtkcolorsel.c:390 +#: gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Saturación:" -#: ../gtk/gtkcolorsel.c:391 +#: gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "\"Profundidade\" da cor." -#: ../gtk/gtkcolorsel.c:392 +#: gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Valor:" -#: ../gtk/gtkcolorsel.c:393 +#: gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Brillo da cor." -#: ../gtk/gtkcolorsel.c:394 +#: gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Vermello:" -#: ../gtk/gtkcolorsel.c:395 +#: gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Cantidade de luz vermella na cor." -#: ../gtk/gtkcolorsel.c:396 +#: gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "V_erde:" -#: ../gtk/gtkcolorsel.c:397 +#: gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Cantidade de luz verde na cor." -#: ../gtk/gtkcolorsel.c:398 +#: gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Azul:" -#: ../gtk/gtkcolorsel.c:399 +#: gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Cantidade de luz azul na cor." -#: ../gtk/gtkcolorsel.c:402 +#: gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "Op_acidade:" -#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 +#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Transparencia da cor." -#: ../gtk/gtkcolorsel.c:426 +#: gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "_Nome da cor:" -#: ../gtk/gtkcolorsel.c:440 +#: gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1519,15 +1513,15 @@ msgstr "" "Nesta entrada pode introducir un valor de cor en estilo HTML hexadecimal ou " "simplemente un nome de cor como 'orange'." -#: ../gtk/gtkcolorsel.c:470 +#: gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Paleta:" -#: ../gtk/gtkcolorsel.c:499 +#: gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Roda de cor" -#: ../gtk/gtkcolorsel.c:976 +#: gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1538,7 +1532,7 @@ msgstr "" "seleccionar esta cor como actual arrastrándoa até a outra cor ao longo da " "mostra." -#: ../gtk/gtkcolorsel.c:980 +#: gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1546,11 +1540,11 @@ msgstr "" "A cor que escolleu. Pode arrastrar esta cor a unha entrada da paleta e " "gardala para usala no futuro." -#: ../gtk/gtkcolorsel.c:1363 +#: gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Gardar a cor aquí" -#: ../gtk/gtkcolorsel.c:1568 +#: gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1559,55 +1553,55 @@ msgstr "" "modificar esta entrada, arrastre unha cor de mostra aquí ou prema co botón " "dereito sobre a cor e seleccione \"Gardar a cor aquí.\"" -#: ../gtk/gtkcolorseldialog.c:170 +#: gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Selección de cor" -#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Métodos de entrada" -#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Inserir un carácter de control Unicode" -#: ../gtk/gtkentry.c:9797 +#: gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Bloq Maiús está activado" -#: ../gtk/gtkfilechooserbutton.c:64 +#: gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Seleccionar un ficheiro" -#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 +#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Escritorio" -#: ../gtk/gtkfilechooserbutton.c:66 +#: gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Ningún)" -#: ../gtk/gtkfilechooserbutton.c:2014 +#: gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Outro..." -#: ../gtk/gtkfilechooserdefault.c:1059 +#: gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Non se puido recuperar a información sobre o ficheiro" -#: ../gtk/gtkfilechooserdefault.c:1070 +#: gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Non se puido engadir un marcador" -#: ../gtk/gtkfilechooserdefault.c:1081 +#: gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Non se puido eliminar o marcador" -#: ../gtk/gtkfilechooserdefault.c:1092 +#: gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Non se puido crear o cartafol" -#: ../gtk/gtkfilechooserdefault.c:1105 +#: gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1615,11 +1609,11 @@ msgstr "" "O cartafol non se puido crear: xa existe un ficheiro co mesmo nome. Tente " "usar un nome diferente para o cartafol ou renomee o ficheiro primeiro." -#: ../gtk/gtkfilechooserdefault.c:1116 +#: gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "O nome do ficheiro non é válido" -#: ../gtk/gtkfilechooserdefault.c:1126 +#: gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Non se puido mostrar o contido do cartafol" @@ -1627,159 +1621,159 @@ msgstr "Non se puido mostrar o contido do cartafol" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: ../gtk/gtkfilechooserdefault.c:1676 +#: gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s en %2$s" -#: ../gtk/gtkfilechooserdefault.c:1852 +#: gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Buscar" -#: ../gtk/gtkfilechooserdefault.c:1876 +#: gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Usado recentemente" -#: ../gtk/gtkfilechooserdefault.c:2510 +#: gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Seleccione que tipos de ficheiros se mostran" -#: ../gtk/gtkfilechooserdefault.c:2939 +#: gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Engadir o cartafol '%s' aos marcadores" -#: ../gtk/gtkfilechooserdefault.c:2980 +#: gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Engadir o cartafol actual aos marcadores" -#: ../gtk/gtkfilechooserdefault.c:2982 +#: gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Engadir os cartafoles seleccionados aos marcadores" -#: ../gtk/gtkfilechooserdefault.c:3022 +#: gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Eliminar o marcador '%s'" -#: ../gtk/gtkfilechooserdefault.c:3740 +#: gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Eliminar" -#: ../gtk/gtkfilechooserdefault.c:3749 +#: gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Renomear..." #. Accessible object name for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3895 +#: gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Lugares" #. Column header for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3952 +#: gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Lugares" -#: ../gtk/gtkfilechooserdefault.c:4008 +#: gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Engadir" -#: ../gtk/gtkfilechooserdefault.c:4015 +#: gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Engadir o cartafol seleccionado aos marcadores" -#: ../gtk/gtkfilechooserdefault.c:4020 +#: gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Eliminar" -#: ../gtk/gtkfilechooserdefault.c:4027 +#: gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Eliminar o marcador seleccionado" -#: ../gtk/gtkfilechooserdefault.c:4136 +#: gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Non se puido seleccionar o ficheiro" -#: ../gtk/gtkfilechooserdefault.c:4311 +#: gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Engadir aos marcadores" -#: ../gtk/gtkfilechooserdefault.c:4325 +#: gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Mostrar os ficheiros _ocultos" -#: ../gtk/gtkfilechooserdefault.c:4332 +#: gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Mostrar a columna de _tamaño" -#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 +#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 msgid "Files" msgstr "Ficheiros" -#: ../gtk/gtkfilechooserdefault.c:4636 +#: gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Nome" -#: ../gtk/gtkfilechooserdefault.c:4661 +#: gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Tamaño" -#: ../gtk/gtkfilechooserdefault.c:4675 +#: gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Modificado" #. Label -#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 +#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Nome:" -#: ../gtk/gtkfilechooserdefault.c:4938 +#: gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_Buscar outros cartafoles" -#: ../gtk/gtkfilechooserdefault.c:5208 +#: gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Teclee un nome de ficheiro" #. Create Folder -#: ../gtk/gtkfilechooserdefault.c:5245 +#: gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Crear car_tafol" -#: ../gtk/gtkfilechooserdefault.c:5255 +#: gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Localización:" -#: ../gtk/gtkfilechooserdefault.c:5459 +#: gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Gardar no _cartafol:" -#: ../gtk/gtkfilechooserdefault.c:5461 +#: gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Crear no _cartafol:" -#: ../gtk/gtkfilechooserdefault.c:7151 +#: gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Non se pode cambiar ao cartafol porque non é local" -#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 +#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "O atallo %s xa existe" -#: ../gtk/gtkfilechooserdefault.c:7887 +#: gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "O atallo %s non existe" -#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 +#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Xa existe un ficheiro con nome \"%s\". Quere substituílo?" -#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 +#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." @@ -1787,15 +1781,15 @@ msgstr "" "O ficheiro xa existe en \"%s\". Se o substitúe sobrescribirá os seus " "contidos." -#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 +#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Substituír" -#: ../gtk/gtkfilechooserdefault.c:8914 +#: gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Non se puido iniciar o proceso de busca" -#: ../gtk/gtkfilechooserdefault.c:8915 +#: gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1803,54 +1797,54 @@ msgstr "" "O programa non puido crear unha conexión co daemon indexador. Asegúrese de " "que está en execución." -#: ../gtk/gtkfilechooserdefault.c:8929 +#: gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Non se puido enviar a solicitude de busca" #. Label -#: ../gtk/gtkfilechooserdefault.c:9396 +#: gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Buscar:" -#: ../gtk/gtkfilechooserdefault.c:10349 +#: gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Non se puido montar %s" -#: ../gtk/gtkfilechooserdefault.c:11024 +#: gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Escriba o nome do cartafol novo" -#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 -#: ../gtk/gtkfilechooserdefault.c:11295 +#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 +#: gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Descoñecido" -#: ../gtk/gtkfilechooserdefault.c:11242 +#: gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: ../gtk/gtkfilechooserdefault.c:11244 +#: gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Onte ás %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 +#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Camiño non válido" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1095 +#: gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Non houbo coincidencia" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1106 +#: gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Único completado" @@ -1858,13 +1852,13 @@ msgstr "Único completado" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: ../gtk/gtkfilechooserentry.c:1122 +#: gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Completado, mais non é o único" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: ../gtk/gtkfilechooserentry.c:1154 +#: gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Completando..." @@ -1872,7 +1866,7 @@ msgstr "Completando..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 +#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "So se poden seleccionar ficheiros locais" @@ -1880,41 +1874,41 @@ msgstr "So se poden seleccionar ficheiros locais" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: ../gtk/gtkfilechooserentry.c:1185 +#: gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "O nome do host está incompleto; finaliza con '/'" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: ../gtk/gtkfilechooserentry.c:1196 +#: gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "O camiño non existe" -#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 -#: ../gtk/gtkfilesel.c:1358 +#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 +#: gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Erro ao crear o cartafol '%s': %s" -#: ../gtk/gtkfilesel.c:694 +#: gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Cartafoles" -#: ../gtk/gtkfilesel.c:698 +#: gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "Car_tafoles" -#: ../gtk/gtkfilesel.c:734 +#: gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Ficheiros" -#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 +#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Cartafol ilexíbel: %s" -#: ../gtk/gtkfilesel.c:905 +#: gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1925,19 +1919,19 @@ msgstr "" "dispoñíbel para este programa.\n" "Está seguro de que quere seleccionalo?" -#: ../gtk/gtkfilesel.c:1020 +#: gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "Cartafol _novo" -#: ../gtk/gtkfilesel.c:1031 +#: gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "_Eliminar o ficheiro" -#: ../gtk/gtkfilesel.c:1042 +#: gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Renomear o ficheiro" -#: ../gtk/gtkfilesel.c:1347 +#: gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" @@ -1945,72 +1939,72 @@ msgstr "" "O nome do cartafol \"%s\" contén símbolos que non están permitidos nos nomes " "de ficheiros" -#: ../gtk/gtkfilesel.c:1392 +#: gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Cartafol novo" -#: ../gtk/gtkfilesel.c:1407 +#: gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "Nome do _cartafol:" -#: ../gtk/gtkfilesel.c:1431 +#: gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "C_rear" -#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 +#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "O nome do ficheiro \"%s\" contén símbolos que non está permitidos nos nomes " "de ficheiros" -#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 +#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Erro ao eliminar o ficheiro '%s': %s" -#: ../gtk/gtkfilesel.c:1530 +#: gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Está seguro de que quere eliminar o ficheiro \"%s\"?" -#: ../gtk/gtkfilesel.c:1535 +#: gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Eliminar o ficheiro" -#: ../gtk/gtkfilesel.c:1583 +#: gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Erro ao renomear o ficheiro como \"%s\": %s" -#: ../gtk/gtkfilesel.c:1596 +#: gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Erro ao renomear o ficheiro \"%s\": %s" -#: ../gtk/gtkfilesel.c:1605 +#: gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Erro ao renomear o ficheiro \"%s\" como \"%s\": %s" -#: ../gtk/gtkfilesel.c:1652 +#: gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Renomear o ficheiro" -#: ../gtk/gtkfilesel.c:1667 +#: gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Renomear o ficheiro \"%s\" como:" -#: ../gtk/gtkfilesel.c:1696 +#: gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Renomear" -#: ../gtk/gtkfilesel.c:2128 +#: gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Selección: " -#: ../gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2019,15 +2013,15 @@ msgstr "" "O nome de ficheiro \"%s\" non se puido converter a UTF-8. (Tente configurar " "a variábel de contorno G_FILENAME_ENCODING): %s" -#: ../gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 non válido" -#: ../gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "O nome é demasiado longo" -#: ../gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Non se puido converter o nome do ficheiro" @@ -2036,75 +2030,75 @@ msgstr "Non se puido converter o nome do ficheiro" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: ../gtk/gtkfilesystem.c:52 +#: gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Sistema de ficheiros" -#: ../gtk/gtkfilesystemmodel.c:700 +#: gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Non se puido obter o cartafol raíz" -#: ../gtk/gtkfilesystemmodel.c:1301 +#: gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Baleiro)" -#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 +#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Escolla un tipo de letra" #. Initialize fields -#: ../gtk/gtkfontbutton.c:260 +#: gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:785 +#: gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Tipo de letra" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: ../gtk/gtkfontsel.c:75 +#: gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcdefghi ABCDEFGHI" -#: ../gtk/gtkfontsel.c:343 +#: gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Familia:" -#: ../gtk/gtkfontsel.c:349 +#: gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Estilo:" -#: ../gtk/gtkfontsel.c:355 +#: gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Tamaño:" #. create the text entry widget -#: ../gtk/gtkfontsel.c:532 +#: gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Previsualización:" -#: ../gtk/gtkfontsel.c:1649 +#: gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Selección do tipo de letra" -#: ../gtk/gtkgamma.c:408 +#: gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: ../gtk/gtkgamma.c:418 +#: gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Valor _gamma" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: ../gtk/gtkiconfactory.c:1404 +#: gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Erro ao cargar a icona: %s" -#: ../gtk/gtkicontheme.c:1363 +#: gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2117,140 +2111,140 @@ msgstr "" "Pode obter unha copia desde:\n" "\t%s" -#: ../gtk/gtkicontheme.c:1543 +#: gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "A icona '%s' non está presente no tema" -#: ../gtk/gtkicontheme.c:3074 +#: gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Fallou ao cargar a icona" -#: ../gtk/gtkimmodule.c:527 +#: gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Simple" -#: ../gtk/gtkimmulticontext.c:541 +#: gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Sistema" -#: ../gtk/gtkimmulticontext.c:625 +#: gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Sistema (%s)" -#: ../gtk/gtkinputdialog.c:192 +#: gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Entrada" -#: ../gtk/gtkinputdialog.c:207 +#: gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Non hai ningún dispositivo estendido de entrada" -#: ../gtk/gtkinputdialog.c:220 +#: gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Dispositivo:" -#: ../gtk/gtkinputdialog.c:237 +#: gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Desactivado" -#: ../gtk/gtkinputdialog.c:244 +#: gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Pantalla" -#: ../gtk/gtkinputdialog.c:251 +#: gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Xanela" -#: ../gtk/gtkinputdialog.c:258 +#: gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Modo:" #. The axis listbox -#: ../gtk/gtkinputdialog.c:279 +#: gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Eixes" #. Keys listbox -#: ../gtk/gtkinputdialog.c:297 +#: gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Teclas" -#: ../gtk/gtkinputdialog.c:524 +#: gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: ../gtk/gtkinputdialog.c:525 +#: gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: ../gtk/gtkinputdialog.c:526 +#: gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Presión:" -#: ../gtk/gtkinputdialog.c:527 +#: gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "I_nclinación X:" -#: ../gtk/gtkinputdialog.c:528 +#: gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "I_nclinación Y:" # ¿Alguén sabe que diaños é isto? -#: ../gtk/gtkinputdialog.c:529 +#: gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Roda:" -#: ../gtk/gtkinputdialog.c:581 +#: gtk/gtkinputdialog.c:581 msgid "none" msgstr "ningún" -#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 +#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(desactivado)" -#: ../gtk/gtkinputdialog.c:647 +#: gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(descoñecido)" #. and clear button -#: ../gtk/gtkinputdialog.c:751 +#: gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "Li_mpar" -#: ../gtk/gtklinkbutton.c:428 +#: gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Copiar URL" -#: ../gtk/gtklinkbutton.c:586 +#: gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "URI non válido" #. Description of --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:450 +#: gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Cargar os módulos adicionais GTK+" #. Placeholder in --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:451 +#: gtk/gtkmain.c:451 msgid "MODULES" msgstr "MÓDULOS" #. Description of --g-fatal-warnings in --help output -#: ../gtk/gtkmain.c:453 +#: gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Facer todos os avisos fatais" #. Description of --gtk-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:456 +#: gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Marcas de depuración GTK+ para activar" #. Description of --gtk-no-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:459 +#: gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Marcas de depuración GTK+ para desconfigurar" @@ -2259,66 +2253,65 @@ msgstr "Marcas de depuración GTK+ para desconfigurar" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: ../gtk/gtkmain.c:707 +#: gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: ../gtk/gtkmain.c:773 +#: gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Non se pode abrir a pantalla: %s" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Opcións GTK+" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Mostrar opcións GTK+" -#: ../gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Co_nectar" -#: ../gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Conectarse _anonimamente" -#: ../gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Conectar como o u_suario:" -#: ../gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "Nome de _usuario:" -#: ../gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Dominio:" -#: ../gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "C_ontrasinal:" -#: ../gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Esquecer o contrasinal _inmediatamente" -#: ../gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Recordar o contrasinal até _terminar a sesión" -#: ../gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Recordar _sempre" -#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 +#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Páxina %u" -#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 -#: ../gtk/gtkpapersize.c:867 +#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Non é un ficheiro de configuración de páxina válido" @@ -2328,11 +2321,11 @@ msgstr "Non é un ficheiro de configuración de páxina válido" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: ../gtk/gtkpagesetupunixdialog.c:152 +#: gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: ../gtk/gtkpagesetupunixdialog.c:308 +#: gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2340,15 +2333,15 @@ msgstr "" "Calquera impresora\n" "Para documentos portátiles" -#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 +#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 +#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "polgadas" -#: ../gtk/gtkpagesetupunixdialog.c:915 +#: gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2363,88 +2356,88 @@ msgstr "" " Superior: %s %s\n" " Inferior: %s %s" -#: ../gtk/gtkpagesetupunixdialog.c:964 +#: gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Xestionar tamaños personalizados..." -#: ../gtk/gtkpagesetupunixdialog.c:1012 +#: gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Formato para:" -#: ../gtk/gtkpagesetupunixdialog.c:1034 +#: gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "Tamaño de _papel:" -#: ../gtk/gtkpagesetupunixdialog.c:1065 +#: gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientación:" -#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Configuración de páxina" -#: ../gtk/gtkpagesetupunixdialog.c:1448 +#: gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Marxes de impresora..." -#: ../gtk/gtkpagesetupunixdialog.c:1608 +#: gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Tamaño personalizado %d" -#: ../gtk/gtkpagesetupunixdialog.c:1837 +#: gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Xestionar os tamaños personalizados" -#: ../gtk/gtkpagesetupunixdialog.c:1933 +#: gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "Lar_gura:" -#: ../gtk/gtkpagesetupunixdialog.c:1945 +#: gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "A_ltura:" -#: ../gtk/gtkpagesetupunixdialog.c:1957 +#: gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Tamaño do papel" -#: ../gtk/gtkpagesetupunixdialog.c:1967 +#: gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Superior:" -#: ../gtk/gtkpagesetupunixdialog.c:1979 +#: gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "In_ferior:" -#: ../gtk/gtkpagesetupunixdialog.c:1991 +#: gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Esquerdo:" -#: ../gtk/gtkpagesetupunixdialog.c:2003 +#: gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Dereito:" -#: ../gtk/gtkpagesetupunixdialog.c:2044 +#: gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Marxes do papel" -#: ../gtk/gtkpathbar.c:151 +#: gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Camiño superior" -#: ../gtk/gtkpathbar.c:153 +#: gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Camiño inferior" -#: ../gtk/gtkpathbar.c:1472 +#: gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Sistema de ficheiros raíz" -#: ../gtk/gtkprinteroptionwidget.c:693 +#: gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Non dispoñíbel" -#: ../gtk/gtkprinteroptionwidget.c:808 +#: gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "_Gardar no cartafol:" @@ -2452,177 +2445,182 @@ msgstr "_Gardar no cartafol:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: ../gtk/gtkprintoperation.c:175 +#: gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s traballo #%d" -#: ../gtk/gtkprintoperation.c:1517 +#: gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Estado inicial" -#: ../gtk/gtkprintoperation.c:1518 +#: gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Preparándose para a impresión" -#: ../gtk/gtkprintoperation.c:1519 +#: gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Xerando datos" -#: ../gtk/gtkprintoperation.c:1520 +#: gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Enviando datos" -#: ../gtk/gtkprintoperation.c:1521 +#: gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "En espera" -#: ../gtk/gtkprintoperation.c:1522 +#: gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Bloqueada por un problema" -#: ../gtk/gtkprintoperation.c:1523 +#: gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Imprimir" -#: ../gtk/gtkprintoperation.c:1524 +#: gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Finalizado" -#: ../gtk/gtkprintoperation.c:1525 +#: gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Finalizado con erros" -#: ../gtk/gtkprintoperation.c:2048 +#: gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Preparando %d" -#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 +#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 +#, c-format msgid "Preparing" msgstr "Preparando" -#: ../gtk/gtkprintoperation.c:2053 +#: gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Imprimindo %d" -#: ../gtk/gtkprintoperation.c:2411 +#: gtk/gtkprintoperation.c:2411 +#, c-format msgid "Error creating print preview" msgstr "Erro ao crear a previsualización da páxina" -#: ../gtk/gtkprintoperation.c:2414 +#: gtk/gtkprintoperation.c:2414 +#, c-format msgid "The most probable reason is that a temporary file could not be created." msgstr "" "O motivo máis probábel é que non foi posíbel crear un ficheiro temporal." -#: ../gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 +#, c-format msgid "Error launching preview" msgstr "Erro ao iniciar a previsualización" -#: ../gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 +#, c-format msgid "Error printing" msgstr "Erro ao imprimir" -#: ../gtk/gtkprintoperation-unix.c:384 ../gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplicación" -#: ../gtk/gtkprintoperation-win32.c:590 +#: gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Impresora sen conexión" -#: ../gtk/gtkprintoperation-win32.c:592 +#: gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Sen papel" #. Translators: this is a printer status. -#: ../gtk/gtkprintoperation-win32.c:594 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: gtk/gtkprintoperation-win32.c:594 +#: modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Detida" -#: ../gtk/gtkprintoperation-win32.c:596 +#: gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Necesita a intervención do usuario" -#: ../gtk/gtkprintoperation-win32.c:696 +#: gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Tamaño personalizado" -#: ../gtk/gtkprintoperation-win32.c:1517 +#: gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Non se encontrou unha impresora" -#: ../gtk/gtkprintoperation-win32.c:1544 +#: gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Argumento non válido para CreateDC" -#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 +#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Erro desde StartDoc" -#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 -#: ../gtk/gtkprintoperation-win32.c:1729 +#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 +#: gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Non hai suficiente memoria libre" -#: ../gtk/gtkprintoperation-win32.c:1734 +#: gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "O argumento non é válido para PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1739 +#: gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "O punteiro non é válido para PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1744 +#: gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "O manipulador non é válido para PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1749 +#: gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Erro non especificado" -#: ../gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Impresora" #. Translators: this is the header for the location column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Localización" #. Translators: this is the header for the printer status column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Estado" -#: ../gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Intervalo" -#: ../gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "Tod_as as páxinas" -#: ../gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Páxina act_ual" -#: ../gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Páx_inas:" -#: ../gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2630,127 +2628,133 @@ msgstr "" "Especificar un ou máis intervalos de páxina,\n" " por ex. 1-3,7,11" -#: ../gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Páx_inas:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Copias" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: ../gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Copia_s:" -#: ../gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Ordenar" -#: ../gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "In_verter" -#: ../gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Xeral" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: ../gtk/gtkprintunixdialog.c:2442 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: gtk/gtkprintunixdialog.c:2439 +#: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Ordenación de páxinas" -#: ../gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "De esquerda a dereita" -#: ../gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "De dereita a esquerda" -#: ../gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Disposición" -#: ../gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Polos dous _lados:" -#: ../gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Pá_xinas por lado:" -#: ../gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Or_denación de páxinas:" -#: ../gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Imprimir _só:" #. In enum order -#: ../gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Todas as follas" -#: ../gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Follas pares" -#: ../gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Follas impares" -#: ../gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Esc_ala:" -#: ../gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papel" -#: ../gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tipo de papel:" -#: ../gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Orixe do papel:" -#: ../gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_Bandexa de saída:" -#: ../gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detalles do traballo" -#: ../gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oridade:" -#: ../gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Información de _facturación:" -#: ../gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Imprimir o documento" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Agora" -#: ../gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_En:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: ../gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2758,113 +2762,117 @@ msgstr "" "Especifique a hora de impresión,\n" "por exemplo 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: ../gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "En e_spera" -#: ../gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Manter o traballo até que sexa explicitamente liberado" -#: ../gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Engadir páxina de tapa" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "An_tes:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Despois:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Traballo" -#: ../gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avanzado" -#: ../gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Calidade da imaxe" -#: ../gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Cor" -#: ../gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Finalizando" -#: ../gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Algunhas das configuracións do diálogo están en conflito" -#: ../gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Imprimir" -#: ../gtk/gtkrc.c:2874 +#: gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Non se pode localizar o ficheiro 'include': \"%s\"" -#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 +#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "É imposíbel localizar o ficheiro de imaxe no pixmap_path: \"%s\"" -#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 -#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 +#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 +#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Esta función non está implementada para os widgets da clase '%s'" -#: ../gtk/gtkrecentchooserdefault.c:481 +#: gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Seleccione o tipo de documentos que se mostran" -#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 +#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Non se encontrou un elemento para o URI '%s'" -#: ../gtk/gtkrecentchooserdefault.c:1298 +#: gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Filtro sen título" -#: ../gtk/gtkrecentchooserdefault.c:1651 +#: gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Non se puido eliminar o elemento" -#: ../gtk/gtkrecentchooserdefault.c:1695 +#: gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Non se puido limpar a lista" -#: ../gtk/gtkrecentchooserdefault.c:1779 +#: gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Copiar _localización" -#: ../gtk/gtkrecentchooserdefault.c:1792 +#: gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "Elimina_r da lista" -#: ../gtk/gtkrecentchooserdefault.c:1801 +#: gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Limpar a lista" -#: ../gtk/gtkrecentchooserdefault.c:1815 +#: gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Mostrar recursos _privados" @@ -2878,21 +2886,21 @@ msgstr "Mostrar recursos _privados" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: ../gtk/gtkrecentchoosermenu.c:342 +#: gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Non se localizou ningún elemento" -#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 +#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Non se localizou ningún recurso usado recentemente co URI `%s'" -#: ../gtk/gtkrecentchoosermenu.c:775 +#: gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Abrir '%s'" -#: ../gtk/gtkrecentchoosermenu.c:805 +#: gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Elemento descoñecido" @@ -2901,7 +2909,7 @@ msgstr "Elemento descoñecido" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: ../gtk/gtkrecentchoosermenu.c:816 +#: gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2910,37 +2918,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: ../gtk/gtkrecentchoosermenu.c:821 +#: gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 -#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 -#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 -#: ../gtk/gtkrecentmanager.c:1258 +#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 +#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 +#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 +#: gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Non se puido localizar un elemento co URI '%s'" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: ../gtk/gtkstock.c:288 +#: gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Información" -#: ../gtk/gtkstock.c:289 +#: gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Aviso" -#: ../gtk/gtkstock.c:290 +#: gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Erro" -#: ../gtk/gtkstock.c:291 +#: gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Pregunta" @@ -2948,696 +2956,696 @@ msgstr "Pregunta" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: ../gtk/gtkstock.c:296 +#: gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_Sobre" -#: ../gtk/gtkstock.c:297 +#: gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Engadir" -#: ../gtk/gtkstock.c:298 +#: gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Aplicar" -#: ../gtk/gtkstock.c:299 +#: gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Negra" -#: ../gtk/gtkstock.c:300 +#: gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Cancelar" -#: ../gtk/gtkstock.c:301 +#: gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-ROM" -#: ../gtk/gtkstock.c:302 +#: gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Limpar" -#: ../gtk/gtkstock.c:303 +#: gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Pechar" -#: ../gtk/gtkstock.c:304 +#: gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "C_onectar" -#: ../gtk/gtkstock.c:305 +#: gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Converter" -#: ../gtk/gtkstock.c:306 +#: gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Copiar" -#: ../gtk/gtkstock.c:307 +#: gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "Cor_tar" -#: ../gtk/gtkstock.c:308 +#: gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "E_liminar" -#: ../gtk/gtkstock.c:309 +#: gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Rexeitar" -#: ../gtk/gtkstock.c:310 +#: gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Desconectar" -#: ../gtk/gtkstock.c:311 +#: gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Executar" -#: ../gtk/gtkstock.c:312 +#: gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Editar" -#: ../gtk/gtkstock.c:313 +#: gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Localizar" -#: ../gtk/gtkstock.c:314 +#: gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Localizar e _substituír" -#: ../gtk/gtkstock.c:315 +#: gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Disquete" -#: ../gtk/gtkstock.c:316 +#: gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Pantalla completa" -#: ../gtk/gtkstock.c:317 +#: gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Saír da pantalla completa" #. This is a navigation label as in "go to the bottom of the page" -#: ../gtk/gtkstock.c:319 +#: gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Final" #. This is a navigation label as in "go to the first page" -#: ../gtk/gtkstock.c:321 +#: gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Primeira" #. This is a navigation label as in "go to the last page" -#: ../gtk/gtkstock.c:323 +#: gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "Ú_ltima" #. This is a navigation label as in "go to the top of the page" -#: ../gtk/gtkstock.c:325 +#: gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Inicio" #. This is a navigation label as in "go back" -#: ../gtk/gtkstock.c:327 +#: gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Atrás" #. This is a navigation label as in "go down" -#: ../gtk/gtkstock.c:329 +#: gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Abaixo" #. This is a navigation label as in "go forward" -#: ../gtk/gtkstock.c:331 +#: gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Adiante" #. This is a navigation label as in "go up" -#: ../gtk/gtkstock.c:333 +#: gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Arriba" -#: ../gtk/gtkstock.c:334 +#: gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Disco ríxido" -#: ../gtk/gtkstock.c:335 +#: gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Axuda" -#: ../gtk/gtkstock.c:336 +#: gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Inicio" -#: ../gtk/gtkstock.c:337 +#: gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Aumentar a sangría" -#: ../gtk/gtkstock.c:338 +#: gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Diminuír a sangría" -#: ../gtk/gtkstock.c:339 +#: gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "Índ_ice" -#: ../gtk/gtkstock.c:340 +#: gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Información" -#: ../gtk/gtkstock.c:341 +#: gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Cursiva" -#: ../gtk/gtkstock.c:342 +#: gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Ir a" #. This is about text justification, "centered text" -#: ../gtk/gtkstock.c:344 +#: gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Centrar" #. This is about text justification -#: ../gtk/gtkstock.c:346 +#: gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Encher" #. This is about text justification, "left-justified text" -#: ../gtk/gtkstock.c:348 +#: gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Esquerda" #. This is about text justification, "right-justified text" -#: ../gtk/gtkstock.c:350 +#: gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Dereita" #. Media label, as in "fast forward" -#: ../gtk/gtkstock.c:353 +#: gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Avanzar" #. Media label, as in "next song" -#: ../gtk/gtkstock.c:355 +#: gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Seguinte" #. Media label, as in "pause music" -#: ../gtk/gtkstock.c:357 +#: gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "P_ausa" #. Media label, as in "play music" -#: ../gtk/gtkstock.c:359 +#: gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Reproducir" #. Media label, as in "previous song" -#: ../gtk/gtkstock.c:361 +#: gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "An_terior" #. Media label -#: ../gtk/gtkstock.c:363 +#: gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Gravar" #. Media label -#: ../gtk/gtkstock.c:365 +#: gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "R_ebobinar" #. Media label -#: ../gtk/gtkstock.c:367 +#: gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "De_ter" -#: ../gtk/gtkstock.c:368 +#: gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Rede" -#: ../gtk/gtkstock.c:369 +#: gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Novo" -#: ../gtk/gtkstock.c:370 +#: gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Non" -#: ../gtk/gtkstock.c:371 +#: gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_Aceptar" -#: ../gtk/gtkstock.c:372 +#: gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Abrir" #. Page orientation -#: ../gtk/gtkstock.c:374 +#: gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Horizontal" #. Page orientation -#: ../gtk/gtkstock.c:376 +#: gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Vertical" #. Page orientation -#: ../gtk/gtkstock.c:378 +#: gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Horizontal invertido" #. Page orientation -#: ../gtk/gtkstock.c:380 +#: gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Vertical invertido" -#: ../gtk/gtkstock.c:381 +#: gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Config_uración da páxina" -#: ../gtk/gtkstock.c:382 +#: gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "C_olar" -#: ../gtk/gtkstock.c:383 +#: gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Preferencias" -#: ../gtk/gtkstock.c:384 +#: gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Imprimir" -#: ../gtk/gtkstock.c:385 +#: gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Pre_visualización da impresión" -#: ../gtk/gtkstock.c:386 +#: gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Propiedades" -#: ../gtk/gtkstock.c:387 +#: gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Saír" -#: ../gtk/gtkstock.c:388 +#: gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Refacer" -#: ../gtk/gtkstock.c:389 +#: gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Actualizar" -#: ../gtk/gtkstock.c:390 +#: gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Eliminar" -#: ../gtk/gtkstock.c:391 +#: gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Recuperar" -#: ../gtk/gtkstock.c:392 +#: gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Gardar" -#: ../gtk/gtkstock.c:393 +#: gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Gardar _como" -#: ../gtk/gtkstock.c:394 +#: gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Seleccionar _todo" -#: ../gtk/gtkstock.c:395 +#: gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Cor" -#: ../gtk/gtkstock.c:396 +#: gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Tipo de letra" #. Sorting direction -#: ../gtk/gtkstock.c:398 +#: gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Ascendente" #. Sorting direction -#: ../gtk/gtkstock.c:400 +#: gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Descendente" -#: ../gtk/gtkstock.c:401 +#: gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "Verificación _ortográfica" -#: ../gtk/gtkstock.c:402 +#: gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "De_ter" #. Font variant -#: ../gtk/gtkstock.c:404 +#: gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Riscado" -#: ../gtk/gtkstock.c:405 +#: gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Recuperar" #. Font variant -#: ../gtk/gtkstock.c:407 +#: gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Subliñada" -#: ../gtk/gtkstock.c:408 +#: gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Desfacer" -#: ../gtk/gtkstock.c:409 +#: gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Si" #. Zoom -#: ../gtk/gtkstock.c:411 +#: gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "Tamaño _normal" #. Zoom -#: ../gtk/gtkstock.c:413 +#: gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "A_xuste óptimo" -#: ../gtk/gtkstock.c:414 +#: gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "_Aumentar" -#: ../gtk/gtkstock.c:415 +#: gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "Red_ucir" -#: ../gtk/gtktextbufferrichtext.c:651 +#: gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Erro descoñecido ao tentar deserializar %s" -#: ../gtk/gtktextbufferrichtext.c:710 +#: gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Non se localizou a función de deserializar para o formato %s" -#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 +#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "Localizáronse tanto \"id\" como \"name\" no elemento <%s>" -#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 +#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "O atributo \"%s\" localizouse dúas veces no elemento <%s>" -#: ../gtk/gtktextbufferserialize.c:846 +#: gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "O elemento <%s> ten un id \"%s\" non válido" -#: ../gtk/gtktextbufferserialize.c:856 +#: gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "" "O elemento <%s> non ten nin un atributo \"name\" nin un atributo \"id\"" -#: ../gtk/gtktextbufferserialize.c:943 +#: gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "O atributo \"%s\" repítese dúas veces no mesmo elemento <%s>" -#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 +#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "O atributo \"%s\" non é válido no elemento <%s> neste contexto" -#: ../gtk/gtktextbufferserialize.c:1022 +#: gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "A etiqueta \"%s\" non foi definida." -#: ../gtk/gtktextbufferserialize.c:1034 +#: gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Localizouse unha etiqueta anónima e non se poden crear as etiquetas." -#: ../gtk/gtktextbufferserialize.c:1045 +#: gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "" "A etiqueta \"%s\" non existe no búfer e non se poden crear as etiquetas." -#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 -#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 +#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 +#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Non se permite o elemento <%s> por baixo de <%s>" -#: ../gtk/gtktextbufferserialize.c:1175 +#: gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" non é un tipo de atributo válido" -#: ../gtk/gtktextbufferserialize.c:1183 +#: gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" non é un nome de atributo válido" -#: ../gtk/gtktextbufferserialize.c:1193 +#: gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "" "\"%s\" non se puido converter nun valor de tipo \"%s\" para o atributo \"%s\"" -#: ../gtk/gtktextbufferserialize.c:1202 +#: gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" non é un valor válido para o atributo \"%s\"" -#: ../gtk/gtktextbufferserialize.c:1285 +#: gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "A etiqueta \"%s\" xa está definida" -#: ../gtk/gtktextbufferserialize.c:1296 +#: gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "A etiqueta \"%s\" ten a prioridade non válida\"%s\"" -#: ../gtk/gtktextbufferserialize.c:1349 +#: gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "O elemento máis extremo no texto debe ser non <%s>" -#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 +#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Xa se especificou un elemento <%s>" -#: ../gtk/gtktextbufferserialize.c:1380 +#: gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Un elemento non pode aparecer antes dun elemento " -#: ../gtk/gtktextbufferserialize.c:1779 +#: gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Os datos serializados están formados incorrectamente" -#: ../gtk/gtktextbufferserialize.c:1857 +#: gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Os datos serializados están formados incorrectamente. A primeira sección non " "é GTKTEXTBUFFERCONTENTS-0001" -#: ../gtk/gtktextutil.c:61 +#: gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM Marca de _esquerda-a-dereita" -#: ../gtk/gtktextutil.c:62 +#: gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM Marca de _dereita-a-esquerda" -#: ../gtk/gtktextutil.c:63 +#: gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE Incorpora_ción de esquerda-a-dereita" -#: ../gtk/gtktextutil.c:64 +#: gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE Incor_poración de dereita-a-esquerda" -#: ../gtk/gtktextutil.c:65 +#: gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO S_obreposición de esquerda-a-dereita" -#: ../gtk/gtktextutil.c:66 +#: gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO So_breposición de dereita-a-esquerda" -#: ../gtk/gtktextutil.c:67 +#: gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "_PDF Mostrar formatado direccional" -#: ../gtk/gtktextutil.c:68 +#: gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS Espazo de largura _cero" -#: ../gtk/gtktextutil.c:69 +#: gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ En_samblaxe de largura cero" -#: ../gtk/gtktextutil.c:70 +#: gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ _Desensamblaxe de largura cero" -#: ../gtk/gtkthemes.c:71 +#: gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Non é posíbel localizar o motor de temas no module_path: \"%s\"," -#: ../gtk/gtktipsquery.c:188 +#: gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Sen suxestión ---" -#: ../gtk/gtkuimanager.c:1463 +#: gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Etiqueta de inicio inesperada '%s' na liña %d carácter %d" -#: ../gtk/gtkuimanager.c:1553 +#: gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Datos de carácter inesperados na liña %d carácter %d" -#: ../gtk/gtkuimanager.c:2385 +#: gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Baleiro" -#: ../gtk/gtkvolumebutton.c:73 +#: gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Volume" -#: ../gtk/gtkvolumebutton.c:75 +#: gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Sobe ou baixa o volume" -#: ../gtk/gtkvolumebutton.c:78 +#: gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Axusta o volume" -#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 +#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Baixar o volume" -#: ../gtk/gtkvolumebutton.c:83 +#: gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Baixa o volume" -#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 +#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Subir o volume" -#: ../gtk/gtkvolumebutton.c:89 +#: gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Sube o volume" -#: ../gtk/gtkvolumebutton.c:147 +#: gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Sen son" -#: ../gtk/gtkvolumebutton.c:151 +#: gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Volume máximo" @@ -3646,928 +3654,928 @@ msgstr "Volume máximo" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: ../gtk/gtkvolumebutton.c:164 +#: gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: ../gtk/paper_names_offsets.c:4 +#: gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: ../gtk/paper_names_offsets.c:5 +#: gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: ../gtk/paper_names_offsets.c:6 +#: gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: ../gtk/paper_names_offsets.c:7 +#: gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: ../gtk/paper_names_offsets.c:8 +#: gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: ../gtk/paper_names_offsets.c:9 +#: gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: ../gtk/paper_names_offsets.c:10 +#: gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: ../gtk/paper_names_offsets.c:11 +#: gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: ../gtk/paper_names_offsets.c:12 +#: gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: ../gtk/paper_names_offsets.c:13 +#: gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: ../gtk/paper_names_offsets.c:14 +#: gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: ../gtk/paper_names_offsets.c:15 +#: gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: ../gtk/paper_names_offsets.c:16 +#: gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: ../gtk/paper_names_offsets.c:17 +#: gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: ../gtk/paper_names_offsets.c:18 +#: gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: ../gtk/paper_names_offsets.c:19 +#: gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: ../gtk/paper_names_offsets.c:20 +#: gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: ../gtk/paper_names_offsets.c:21 +#: gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: ../gtk/paper_names_offsets.c:22 +#: gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: ../gtk/paper_names_offsets.c:23 +#: gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: ../gtk/paper_names_offsets.c:24 +#: gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: ../gtk/paper_names_offsets.c:25 +#: gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: ../gtk/paper_names_offsets.c:26 +#: gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: ../gtk/paper_names_offsets.c:27 +#: gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: ../gtk/paper_names_offsets.c:28 +#: gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: ../gtk/paper_names_offsets.c:29 +#: gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: ../gtk/paper_names_offsets.c:30 +#: gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: ../gtk/paper_names_offsets.c:31 +#: gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: ../gtk/paper_names_offsets.c:32 +#: gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: ../gtk/paper_names_offsets.c:33 +#: gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: ../gtk/paper_names_offsets.c:34 +#: gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: ../gtk/paper_names_offsets.c:35 +#: gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: ../gtk/paper_names_offsets.c:36 +#: gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: ../gtk/paper_names_offsets.c:37 +#: gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: ../gtk/paper_names_offsets.c:38 +#: gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: ../gtk/paper_names_offsets.c:39 +#: gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: ../gtk/paper_names_offsets.c:40 +#: gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: ../gtk/paper_names_offsets.c:41 +#: gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: ../gtk/paper_names_offsets.c:42 +#: gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: ../gtk/paper_names_offsets.c:43 +#: gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: ../gtk/paper_names_offsets.c:44 +#: gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: ../gtk/paper_names_offsets.c:45 +#: gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: ../gtk/paper_names_offsets.c:46 +#: gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: ../gtk/paper_names_offsets.c:47 +#: gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: ../gtk/paper_names_offsets.c:48 +#: gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: ../gtk/paper_names_offsets.c:49 +#: gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: ../gtk/paper_names_offsets.c:50 +#: gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: ../gtk/paper_names_offsets.c:51 +#: gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: ../gtk/paper_names_offsets.c:52 +#: gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: ../gtk/paper_names_offsets.c:53 +#: gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: ../gtk/paper_names_offsets.c:54 +#: gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: ../gtk/paper_names_offsets.c:55 +#: gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: ../gtk/paper_names_offsets.c:56 +#: gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: ../gtk/paper_names_offsets.c:57 +#: gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: ../gtk/paper_names_offsets.c:58 +#: gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: ../gtk/paper_names_offsets.c:59 +#: gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: ../gtk/paper_names_offsets.c:60 +#: gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: ../gtk/paper_names_offsets.c:61 +#: gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: ../gtk/paper_names_offsets.c:62 +#: gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: ../gtk/paper_names_offsets.c:63 +#: gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: ../gtk/paper_names_offsets.c:64 +#: gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: ../gtk/paper_names_offsets.c:65 +#: gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Sobre DL" -#: ../gtk/paper_names_offsets.c:66 +#: gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: ../gtk/paper_names_offsets.c:67 +#: gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: ../gtk/paper_names_offsets.c:68 +#: gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: ../gtk/paper_names_offsets.c:69 +#: gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: ../gtk/paper_names_offsets.c:70 +#: gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: ../gtk/paper_names_offsets.c:71 +#: gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: ../gtk/paper_names_offsets.c:72 +#: gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: ../gtk/paper_names_offsets.c:73 +#: gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: ../gtk/paper_names_offsets.c:74 +#: gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: ../gtk/paper_names_offsets.c:75 +#: gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: ../gtk/paper_names_offsets.c:76 +#: gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: ../gtk/paper_names_offsets.c:77 +#: gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: ../gtk/paper_names_offsets.c:78 +#: gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: ../gtk/paper_names_offsets.c:79 +#: gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: ../gtk/paper_names_offsets.c:80 +#: gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: ../gtk/paper_names_offsets.c:81 +#: gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: ../gtk/paper_names_offsets.c:82 +#: gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: ../gtk/paper_names_offsets.c:83 +#: gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: ../gtk/paper_names_offsets.c:84 +#: gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Sobre Choukei 2" -#: ../gtk/paper_names_offsets.c:85 +#: gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Sobre Choukei 3" -#: ../gtk/paper_names_offsets.c:86 +#: gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Sobre Choukei 4" -#: ../gtk/paper_names_offsets.c:87 +#: gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (postal)" -#: ../gtk/paper_names_offsets.c:88 +#: gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Sobre kahu" -#: ../gtk/paper_names_offsets.c:89 +#: gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Sobre kaku2" -#: ../gtk/paper_names_offsets.c:90 +#: gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (postal de resposta)" -#: ../gtk/paper_names_offsets.c:91 +#: gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Sobre you4" -#: ../gtk/paper_names_offsets.c:92 +#: gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: ../gtk/paper_names_offsets.c:93 +#: gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: ../gtk/paper_names_offsets.c:94 +#: gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 +#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: ../gtk/paper_names_offsets.c:97 +#: gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: ../gtk/paper_names_offsets.c:98 +#: gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: ../gtk/paper_names_offsets.c:99 +#: gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: ../gtk/paper_names_offsets.c:100 +#: gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: ../gtk/paper_names_offsets.c:101 +#: gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Sobre 6x9" -#: ../gtk/paper_names_offsets.c:102 +#: gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Sobre 7x9" -#: ../gtk/paper_names_offsets.c:103 +#: gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Sobre 9x11" -#: ../gtk/paper_names_offsets.c:104 +#: gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Sobre a2" -#: ../gtk/paper_names_offsets.c:105 +#: gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: ../gtk/paper_names_offsets.c:106 +#: gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: ../gtk/paper_names_offsets.c:107 +#: gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: ../gtk/paper_names_offsets.c:108 +#: gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: ../gtk/paper_names_offsets.c:109 +#: gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: ../gtk/paper_names_offsets.c:110 +#: gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: ../gtk/paper_names_offsets.c:111 +#: gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: ../gtk/paper_names_offsets.c:112 +#: gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Sobre c5" -#: ../gtk/paper_names_offsets.c:113 +#: gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: ../gtk/paper_names_offsets.c:114 +#: gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: ../gtk/paper_names_offsets.c:115 +#: gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: ../gtk/paper_names_offsets.c:116 +#: gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "edp europeo" -#: ../gtk/paper_names_offsets.c:117 +#: gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executivo" -#: ../gtk/paper_names_offsets.c:118 +#: gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: ../gtk/paper_names_offsets.c:119 +#: gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold europeo" -#: ../gtk/paper_names_offsets.c:120 +#: gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold norteamericano" -#: ../gtk/paper_names_offsets.c:121 +#: gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold alemán legal" -#: ../gtk/paper_names_offsets.c:122 +#: gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Legal gobernamental" -#: ../gtk/paper_names_offsets.c:123 +#: gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Carta oficial" -#: ../gtk/paper_names_offsets.c:124 +#: gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Índice 3x5" -#: ../gtk/paper_names_offsets.c:125 +#: gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Índice 4x6 (postal)" -#: ../gtk/paper_names_offsets.c:126 +#: gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Índice 4x6 ext" -#: ../gtk/paper_names_offsets.c:127 +#: gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Índice 5x8" -#: ../gtk/paper_names_offsets.c:128 +#: gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Factura" -#: ../gtk/paper_names_offsets.c:129 +#: gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloide" -#: ../gtk/paper_names_offsets.c:130 +#: gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US legal" -#: ../gtk/paper_names_offsets.c:131 +#: gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal extra" -#: ../gtk/paper_names_offsets.c:132 +#: gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "Carta US" -#: ../gtk/paper_names_offsets.c:133 +#: gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "Carta US extra" -#: ../gtk/paper_names_offsets.c:134 +#: gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "Carta US plus" -#: ../gtk/paper_names_offsets.c:135 +#: gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Sobre monarch" -#: ../gtk/paper_names_offsets.c:136 +#: gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Sobre #10" -#: ../gtk/paper_names_offsets.c:137 +#: gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Sobre #11" -#: ../gtk/paper_names_offsets.c:138 +#: gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Sobre #12" -#: ../gtk/paper_names_offsets.c:139 +#: gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Sobre #14" -#: ../gtk/paper_names_offsets.c:140 +#: gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Sobre #9" -#: ../gtk/paper_names_offsets.c:141 +#: gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Sobre persoal" -#: ../gtk/paper_names_offsets.c:142 +#: gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Cuarto" -#: ../gtk/paper_names_offsets.c:143 +#: gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: ../gtk/paper_names_offsets.c:144 +#: gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: ../gtk/paper_names_offsets.c:145 +#: gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Formato largo" -#: ../gtk/paper_names_offsets.c:146 +#: gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: ../gtk/paper_names_offsets.c:147 +#: gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: ../gtk/paper_names_offsets.c:148 +#: gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: ../gtk/paper_names_offsets.c:149 +#: gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Sobre de convite" -#: ../gtk/paper_names_offsets.c:150 +#: gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Sobre italiano" -#: ../gtk/paper_names_offsets.c:151 +#: gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: ../gtk/paper_names_offsets.c:152 +#: gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: ../gtk/paper_names_offsets.c:153 +#: gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Sobre postfix" -#: ../gtk/paper_names_offsets.c:154 +#: gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Foto pequena" -#: ../gtk/paper_names_offsets.c:155 +#: gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Sobre prc1" -#: ../gtk/paper_names_offsets.c:156 +#: gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Sobre prc10" -#: ../gtk/paper_names_offsets.c:157 +#: gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: ../gtk/paper_names_offsets.c:158 +#: gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Sobre prc2" -#: ../gtk/paper_names_offsets.c:159 +#: gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Sobre prc3" -#: ../gtk/paper_names_offsets.c:160 +#: gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: ../gtk/paper_names_offsets.c:161 +#: gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Sobre prc4" -#: ../gtk/paper_names_offsets.c:162 +#: gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Sobre prc5" -#: ../gtk/paper_names_offsets.c:163 +#: gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Sobre prc6" -#: ../gtk/paper_names_offsets.c:164 +#: gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Sobre prc7" -#: ../gtk/paper_names_offsets.c:165 +#: gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Sobre prc8" -#: ../gtk/paper_names_offsets.c:166 +#: gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: ../gtk/paper_names_offsets.c:167 +#: gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 +#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "" "localizáronse diferentes idatas para o '%s' ligado simbolicamente e '%s'\n" -#: ../gtk/updateiconcache.c:1374 +#: gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Fallo ao escribir a cabeceira\n" -#: ../gtk/updateiconcache.c:1380 +#: gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Fallo ao escribir a táboa hash\n" -#: ../gtk/updateiconcache.c:1386 +#: gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Fallo ao escribir o índice do cartafol\n" -#: ../gtk/updateiconcache.c:1394 +#: gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Fallo ao reescribir a cabeceira\n" -#: ../gtk/updateiconcache.c:1455 +#: gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Fallo ao abrir o ficheiro %s : %s\n" -#: ../gtk/updateiconcache.c:1463 +#: gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Fallo ao escribir o ficheiro da caché: %s\n" -#: ../gtk/updateiconcache.c:1499 +#: gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "A caché xerada non é válida.\n" -#: ../gtk/updateiconcache.c:1511 +#: gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Non se puido renomear %s como %s: %s, ao eliminar %s despois.\n" -#: ../gtk/updateiconcache.c:1523 +#: gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Non se puido renomear %s como %s: %s\n" -#: ../gtk/updateiconcache.c:1530 +#: gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Non se puido volver a renomear %s como %s: %s.\n" -#: ../gtk/updateiconcache.c:1556 +#: gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Ficheiro da caché creouse con éxito.\n" -#: ../gtk/updateiconcache.c:1595 +#: gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Substituír unha caché existente, mesmo se está actualizada" -#: ../gtk/updateiconcache.c:1596 +#: gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Non verificar a existencia de index.theme" -#: ../gtk/updateiconcache.c:1597 +#: gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Non incluír os datos da imaxe na caché" -#: ../gtk/updateiconcache.c:1598 +#: gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Xerar un ficheiro de cabeceira C" -#: ../gtk/updateiconcache.c:1599 +#: gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Desactivar a saída detallada" -#: ../gtk/updateiconcache.c:1600 +#: gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Validar a caché de iconas existente" -#: ../gtk/updateiconcache.c:1663 +#: gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Ficheiro non encontrado: %s\n" -#: ../gtk/updateiconcache.c:1669 +#: gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Non é unha caché de iconas válida: %s\n" -#: ../gtk/updateiconcache.c:1682 +#: gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Non hai ficheiro de índice de tema." -#: ../gtk/updateiconcache.c:1686 +#: gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4578,271 +4586,271 @@ msgstr "" "theme-index.\n" #. ID -#: ../modules/input/imam-et.c:454 +#: modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amhárico (EZ+)" #. ID -#: ../modules/input/imcedilla.c:92 +#: modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cedilla" #. ID -#: ../modules/input/imcyrillic-translit.c:217 +#: modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Cirílico (transliterado)" #. ID -#: ../modules/input/iminuktitut.c:127 +#: modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (transliterado)" #. ID -#: ../modules/input/imipa.c:145 +#: modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: ../modules/input/immultipress.c:31 +#: modules/input/immultipress.c:31 msgid "Multipress" msgstr "Pulsación múltiple" #. ID -#: ../modules/input/imthai.c:35 +#: modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thai-Lao" #. ID -#: ../modules/input/imti-er.c:453 +#: modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrigna-Eritreo (EZ+)" #. ID -#: ../modules/input/imti-et.c:453 +#: modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrigna-Etíope (EZ+)" #. ID -#: ../modules/input/imviqr.c:244 +#: modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamita (VIQR)" #. ID -#: ../modules/input/imxim.c:28 +#: modules/input/imxim.c:28 msgid "X Input Method" msgstr "Método da entrada X" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "A impresora '%s' está baixa de tóner." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "A impresora '%s' non ten tóner." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "A impresora '%s' está baixa de revelador." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "A impresora '%s' está sen revelador." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "A impresora '%s' ten polo menos un cartucho de cor baixo." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "A impresora '%s' ten polo menos un cartucho de cor baleiro." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "A impresora '%s' ten a tapa aberta." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "A porta da impresora '%s' está aberta." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "A impresora '%s' ten pouco papel." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "A impresora '%s' está sen papel." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "A impresora '%s' está desconectada actualmente." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Pode que a impresora '%s' non estea conectada." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Hai un problema na impresora '%s'." #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Detida ; Rexeitando traballos" #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Rexeitando traballos" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Dúas caras" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Tipo de papel" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Orixe do papel" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Bandexa de saída" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Resolución" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "Filtraxe previa GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Un lado" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Marxe longa (estándar)" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Marxe estreita (xirar)" #. Translators: this is an option of "Paper Source" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Selección automática" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Impresora predeterminada" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Incorporar só os tipos de letra GhostScript" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Converter a PS nivel 1" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Converter a PS nivel 2" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Sen filtraxe previa" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Varios" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Urxente" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Alto" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Medio" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Baixo" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "De esquerda a dereita, de arriba a abaixo" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "De esquerda a dereita, de abaixo a arriba" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "De dereita a esquerda, de arriba a abaixo" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "De dereita a esquerda, de abaixo a arriba" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "De arriba a abaixo, de esquerda a dereita" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "De arriba a abaixo, de dereita a esquerda" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "De abaixo a arriba, de esquerda a dereita" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "De arriba a abaixo, de esquerda a dereita" @@ -4850,66 +4858,66 @@ msgstr "De arriba a abaixo, de esquerda a dereita" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Páxinas por folla" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Prioridade do traballo" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Información de facturación" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Ningún" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Clasificado" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Confidencial" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Secreto" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Estándar" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Alto secreto" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Sen clasificar" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Antes" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Despois" @@ -4917,14 +4925,14 @@ msgstr "Despois" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Imprimir" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Imprimir á hora" @@ -4932,65 +4940,65 @@ msgstr "Imprimir á hora" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Personalizado %sx%s" #. default filename used for print-to-file -#: ../modules/printbackends/file/gtkprintbackendfile.c:235 +#: modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "saída.%s" -#: ../modules/printbackends/file/gtkprintbackendfile.c:469 +#: modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Imprimir a un ficheiro" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: ../modules/printbackends/file/gtkprintbackendfile.c:558 -#: ../modules/printbackends/test/gtkprintbackendtest.c:506 +#: modules/printbackends/file/gtkprintbackendfile.c:558 +#: modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Pá_xinas por folla:" -#: ../modules/printbackends/file/gtkprintbackendfile.c:604 +#: modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Ficheiro" -#: ../modules/printbackends/file/gtkprintbackendfile.c:613 +#: modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "Formato de _saída" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Imprimir a LPR" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Páxinas por folla" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Liña de comandos" #. default filename used for print-to-test -#: ../modules/printbackends/test/gtkprintbackendtest.c:234 +#: modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "saída-de-proba.%s" -#: ../modules/printbackends/test/gtkprintbackendtest.c:470 +#: modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Imprimir para probar a impresora" -#: ../tests/testfilechooser.c:207 +#: tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Non se puido obter información para o ficheiro '%s': %s" diff --git a/po/gu.po b/po/gu.po index fcd972f814..afff77188e 100644 --- a/po/gu.po +++ b/po/gu.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD.gu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-09 23:38+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" @@ -640,15 +640,15 @@ msgstr "ચિત્રનો પ્રકાર હાલમાં આધાર msgid "Couldn't allocate memory for color profile" msgstr "રંગ પ્રોફાઇલ માટે મેમરી ફાળવી શકાતી નથી" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG ૨૦૦૦ ફાઇલ ને ખોલવા માટે મેમરી અપૂરતી છે" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "બફર ચિત્ર માહિતી ની મેમરી ને ફાળવી શકાતી નથી" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 ચિત્ર બંધારણ" @@ -694,7 +694,7 @@ msgid "" msgstr "" "JPEGની ગુણવત્તા માટેની કિંમત 0 થી 100 ની વચ્ચે હોવી જરૂરી છે; કિંમત '%d' ચાલશે નહિ." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG ચિત્ર બંધારણ" @@ -1188,46 +1188,46 @@ msgid_plural "Opening %d Items" msgstr[0] "%d વસ્તુને ખોલા રહ્યા છે" msgstr[1] "%d વસ્તુઓને ખોલા રહ્યા છે" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "લાઈસન્સ" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "પ્રવેશના સમાવિષ્ટો" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "યશ (_r)" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "લાયસન્સ (_L)" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s વિશે" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "શ્રેય" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "લેખક" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "દસ્તાવેજક" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "અનુવાદક" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "કલાકાર" @@ -1301,17 +1301,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "અયોગ્ય પ્રકાર વિધેય: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "અયોગ્ય રુટ ઘટક: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "અનિયંત્રિત ટેગ: '%s'" @@ -1406,7 +1411,7 @@ msgstr "નિષ્ક્રિય થયેલ" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "નવો પ્રવેગક..." @@ -1548,11 +1553,11 @@ msgstr "" msgid "Color Selection" msgstr "રંગની પસંદગી" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "ઈનપુટ પધ્ધતિઓ (_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "યૂનિકોડ નિયંત્રણ અક્ષર ઉમેરો (_I)" @@ -1990,7 +1995,7 @@ msgstr "ફરીથી નામ આપો (_R)" msgid "_Selection: " msgstr "પસંદગી (_S): " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1999,15 +2004,15 @@ msgstr "" "ફાઈલનામ \"%s\" ને UTF-8 માં રૂપાંતરિત કરી શકાતુ નથી (G_BROKEN_FILENAMES ક્ષેત્રીય " "ચલને સુયોજિત કરવાનો પ્રયાસ કરો): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "અયોગ્ય UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "નામ ખૂબ લાંબુ છે" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "ફાઈલનામ રુપાંતરિત કરી શકાયુ નહિ" @@ -2255,39 +2260,39 @@ msgstr "GTK+ વિકલ્પો" msgid "Show GTK+ Options" msgstr "GTK+ વિકલ્પો બતાવો" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "જોડો (_n)" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "અજ્ઞાત રીતે યાદ રાખો (_a)" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "વપરાશકર્તા તરીકે સંપર્ક કરો (_s):" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "વપરાશકર્તા નામ (_U):" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "ડોમેઇન (_D):" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "પાસવર્ડ (_P):" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "તરત જ પાસવર્ડને ભૂલી જાઓ (_i)" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "તમે બહાર નીકળો ના ત્યાં સુધી પાસવર્ડને યાદ રાખો (_l)" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "હંમેશા યાદ રાખો (_f)" @@ -2357,7 +2362,7 @@ msgstr "કાગળ માપ (_P):" msgid "_Orientation:" msgstr "દિશા (_O):" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "પાનાં સુયોજન" @@ -2505,17 +2510,17 @@ msgstr "છાપન પૂર્વદર્શન બનાવી રહ્ય msgid "The most probable reason is that a temporary file could not be created." msgstr "એકદમ વ્યાજબી કારણ એ છે કે કામચલાઉ ફાઈલ બનાવી શક્યા નહિં." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "પૂર્વદર્શન લોન્ચ કરવામાં ભૂલ" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "ભૂલ છાપન" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "કાર્યક્રમ" @@ -2574,37 +2579,37 @@ msgstr "PrintDlgEx નો અયોગ્ય નિયંત્રક" msgid "Unspecified error" msgstr "સ્પષ્ટ નહિં એવી ભૂલ" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "પ્રિન્ટર" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "સ્થાન" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "પરિસ્થિતિ" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "વિસ્તાર" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "બધા પાનાંઓ (_A)" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "વર્તમાન પાનું (_u)" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "પાનાંઓ (_e):" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2612,127 +2617,133 @@ msgstr "" "એક અથવા વધુ પાનાં વિસ્તારો સ્પષ્ટ કરો,\n" " દા.ત. ૧-૩,૭,૧૧" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "પાનાંઓ (_e):" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "નકલો" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "નકલો (_s):" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "ભેગું કરો (_o)" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "ઉલટાવો (_R)" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "સામાન્ય" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "પાનાં ને ક્રમમાં કરી રહ્યા છે" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "ડાબે થી જમણે" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "જમણે થી ડાબે" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "દેખાવ" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "બે-બાજુવાળું (_w):" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "બાજુ પ્રતિ પાનાંઓ (_s):" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "પાનાં ક્રમાંકન (_d):" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "માત્ર છાપો (_O):" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "બધી શીટો" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "બેકી સંખ્યાની શીટો" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "એકી સંખ્યાની શીટો" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "માપદંડ (_a):" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "કાગળ" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "કાગળ પ્રકાર (_t):" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "કાગળ સ્રોત (_s):" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "આઉટપુટ ટ્રે (_r):" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "જોબ વિગતો" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "પ્રાધાન્ય (_o):" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "બીલ જાણકારી (_B):" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "દસ્તાવેજ છાપો" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "હમણાં (_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "આગળ (_t):" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2740,60 +2751,64 @@ msgstr "" "છાપવાનો સમય સ્પષ્ટ કરો,\n" " દા.ત. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "અટકાવેલ (_h)" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "ક્રિયા અટકાવી રાખો જ્યાં સુધી તે બાહ્ય રીતે પ્રકાશિત નહિં થાય" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "કવર પાનું ઉમેરો" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "પહેલાં (_f):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "પછી (_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "જોબ" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "અદ્યતન" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "ચિત્ર ગુણવત્તા" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "રંગ" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "સમાપ્ત કરી રહ્યા છીએ" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "સંવાદના અમુક સુયોજનોની તકરાર થાય છે" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "છાપો" diff --git a/po/he.po b/po/he.po index cd3de525c1..d5a7a855e4 100644 --- a/po/he.po +++ b/po/he.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD.he\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2008-10-24 14:32+0200\n" "Last-Translator: Mark Krapivner \n" "Language-Team: Hebrew \n" @@ -614,15 +614,15 @@ msgstr "סוג התמונה אינו נתמך" msgid "Couldn't allocate memory for color profile" msgstr "לא ניתן להקצות זכרון עבור פרופיל הצבע" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "אין מספיק זיכרון לפתיחת קובץ JPEG 2000" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Couldn't allocate memory to buffer image data" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "תצורת התמונה JPEG 2000" @@ -666,7 +666,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "איכות קובץ JPEG חייבת להיות בין 0 ל 100, הערך '%d' אינו מורשה." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "פורמט קובץ JPEG" @@ -1159,46 +1159,46 @@ msgid_plural "Opening %d Items" msgstr[0] "פותח פריט אחד" msgstr[1] "פותח %d פריטים" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "רישיון" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "רישיון השימוש בתוכנה" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_תודות" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_רישיון" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "אודות %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "תודות" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "נכתב על ידי" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "תועד על ידי" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "תורגם על ידי" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "אומנות על ידי" @@ -1272,17 +1272,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "סוג פונקציה לא תקין: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "שם קובץ לא תקני: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1377,7 +1382,7 @@ msgstr "כבוי" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "מאיץ חדש..." @@ -1517,11 +1522,11 @@ msgstr "" msgid "Color Selection" msgstr "בחירת צבע" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_שיטות קלט" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_הזן תו בקרה יוניקוד" @@ -1965,7 +1970,7 @@ msgstr "_שנה שם" msgid "_Selection: " msgstr "_בחירה:" -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1974,15 +1979,15 @@ msgstr "" "הקובץ \"%s\" לא יכול להיות מומר ל UTF-8 (נסה לשנות את משתנה הסביבה " "G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "‏UTF-8 לא תקני" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "שם ארוך מידי" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "לא ניתן להמיר את שם הקובץ" @@ -2234,39 +2239,39 @@ msgstr "GTK+ Options" msgid "Show GTK+ Options" msgstr "Show GTK+ Options" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "_התחבר" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "התחבר כ_אנונימי" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "התחבר כ_משתמש:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_שם משתמש:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_מתחם:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_סיסמה:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_שכח את הסיסמה מייד" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "_זכור את הסיסמה עד ההתנתקות" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "זכור ל_תמיד" @@ -2336,7 +2341,7 @@ msgstr "_גודל נייר:" msgid "_Orientation:" msgstr "_כיווניות:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "הגדרות עמוד" @@ -2486,17 +2491,17 @@ msgstr "שגיאה ביצירת תצוגה מקדימה" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "שגיאה בשיגור תצוגה מקדימה" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "שגיאה בהדפסה" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "יישום" @@ -2555,37 +2560,37 @@ msgstr "Invalid handle to PrintDlgEx" msgid "Unspecified error" msgstr "Unspecified error" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "מדפסת" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "מיקום" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "מצב" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "טווח" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "כל ה_דפים" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_הדף הנוכחי" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_דפים:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2593,186 +2598,196 @@ msgstr "" "ציין טווח דפים אחד או יותר,\n" " לדוגמה: 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_דפים:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "עותקים" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "_עותקים:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_אסוף" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_החזר" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "כללי" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "סדר דפים" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "שמאל לימין" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "ימין לשמאל" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "פריסה" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "ד_ו-צדדי:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "מספר _עמודים בכל צג:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "_סדר דפים:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "ה_דפס בלבד:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "כל הדפים" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "דפים זוגיים" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "דפים אי זוגיים" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_התאם:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "נייר" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_סוג נייר:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "מ_קור נייר:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_מגש פלט:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "פרטי עבודה" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "_עדיפות:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_מידע חיוב:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "הדפס מסמך" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_כעת" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_ב:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "ב_המתנה" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "הוסף עמוד שער" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "ל_פני:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "א_חרי:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "עבודה" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "מתקדם" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "איכות תמונה" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "צבע" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "מסיים" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "חלק מההגדרות בתיבת הדו-שיח מתנגשים" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "הדפס" diff --git a/po/hi.po b/po/hi.po index b116b7330d..4821398913 100644 --- a/po/hi.po +++ b/po/hi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD.hi\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-03 15:50+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: maithili \n" @@ -613,15 +613,15 @@ msgstr "छवि प्रकार अभी समर्थित नही msgid "Couldn't allocate memory for color profile" msgstr "रंग प्रोफ़ाइल के लिए स्मृति आबंटित नहीं की जा सकी" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 फ़ाइल खोलने के लिए अपर्याप्त स्मृति" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "बफर छवि डेटा में स्मृति आबंटित नहीं की जा सकी" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 छवि फ़ॉर्मेट" @@ -665,7 +665,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG गुणवत्ता का मान 0 से 100 के बीच होना चाहिए, '%d' स्वीकार्य नहीं है." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG छवि फ़ॉर्मेट" @@ -1157,46 +1157,46 @@ msgid_plural "Opening %d Items" msgstr[0] "%d मद खोल रहा है" msgstr[1] "%d मदों को खोल रहा है" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "लाइसेंस" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "प्रोग्राम का लाइसेंस" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "श्रेय (_r)" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "लाइसेंस (_L)" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s का परिचय" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Rajesh Ranjan (rajeshkajha@yahoo.com)" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "लेखक" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "दस्तावेज कर्ता" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "अनुवादक" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "कलाकार" @@ -1270,17 +1270,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "अवैध प्रकार का प्रकार्य: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "अवैध रूट तत्व: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "अनियंत्रित टैग: '%s'" @@ -1386,7 +1391,7 @@ msgstr "निष्क्रिय" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "नया त्वरक..." @@ -1525,11 +1530,11 @@ msgstr "" msgid "Color Selection" msgstr "रंग चयन" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "इनपुट विधियाँ" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "यूनिकोड कन्ट्रोल कैरेक्टर प्रविष्ट करें (_I)" @@ -1969,7 +1974,7 @@ msgstr "नाम बदलें (_R)" msgid "_Selection: " msgstr "चयन (_S): " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1978,15 +1983,15 @@ msgstr "" "फ़ाइलनाम \"%s\" को यूटीएफ़-8 में नहीं बदला जा सकता (वातावरण चर G_FILENAME_ENCODING " "विन्यास आज़माएँ): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "अवैध UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "नाम बहुत लंबा है" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "फ़ाइलनाम परिवर्तित नहीं किया जा सका" @@ -2246,39 +2251,39 @@ msgstr "GTK+ विकल्प" msgid "Show GTK+ Options" msgstr "GTK+ विकल्प दिखायें" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "कनेक्ट करें (_n)" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "बतौर बेनाम जोड़ें (_a)" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "बतौर उपयोक्ता जड़ें (_s):" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "उपयोक्ता नाम (_U):" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "डोमेन (_D):" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "कूटशब्द (_P):" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "तत्काल कूटशब्द भूल गए (_i)" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "कूटशब्द याद रखें जब तक आप लॉग आउट नहीं कर लेते हैं (_l)" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "सदा के लिए याद रखें (_f)" @@ -2352,7 +2357,7 @@ msgstr "कागज का आकार (_P):" msgid "_Orientation:" msgstr "अभिमुखन (_O):" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "पृष्ठ सेटअप" @@ -2500,17 +2505,17 @@ msgstr "छपाई पूर्वावलोकन बनाने में msgid "The most probable reason is that a temporary file could not be created." msgstr "सर्वाधिक संभव कारण है कि एक अस्थाई फ़ाइल बनाया नहीं जा सकता." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "पूर्वावलोकन लांच में त्रुटि" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "छपाई में त्रुटि" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "अनुप्रयोग" @@ -2569,37 +2574,37 @@ msgstr "PrintDlgEx में अवैध नियंत्रण" msgid "Unspecified error" msgstr "अनिर्दिष्ट त्रुटि" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "मुद्रक" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "स्थान" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "स्थिति" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "दायरा" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "सभी पृष्ठ (_A)" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "वर्तमान पृष्ठ (_u)" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "पृष्ठ (_e):" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2607,127 +2612,133 @@ msgstr "" "एक या अधिक पृष्ठ दायरा निर्दिष्ट करें,\n" " उदा. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "पृष्ठ (_e):" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "नक़ल" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "कॉपी (_s):" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "कोलेट करें (_C)" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "उल्टा (_R)" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "सामान्य" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "पृष्ठ क्रमांकण" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "बाएँ से दाहिने" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "दाहिने से बाएँ" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "ख़ाका" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "दो तरफा (_w):" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "पृष्ठ प्रति साइड (_s):" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "पृष्ठ क्रमांकन (_d):" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "सिर्फ मुद्रण (_O):" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "सभी शीट" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "सम शीट" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "विसम शीट" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "मापक (_a):" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "कागज" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "कागज प्रकार (_t):" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "कागज श्रोत (_s):" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "आउटपुट ट्रे (_r):" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "कार्य विवरण" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "प्राथमिकता (_o):" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "बिलिंग सूचना (_B):" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "दस्तावेज छापें" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "अब (_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "पर (_t):" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2735,60 +2746,64 @@ msgstr "" "छपाई का समय निर्दिष्ट करें,\n" " उदाहरण. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "ठहरा हुआ (_h)" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "कार्य लिए रखें जब तक यह विशेष रूप से जारी नही हो जाता है" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "जोड़ें आवरण पृष्ठ" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "पहले (_f):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "के बाद (_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "कार्य" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "उन्नत" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "छवि गुणवत्ता" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "रंग" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "समाप्त कर रहा है" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "संवाद विरोध में कुछ जमावट" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "छापें" diff --git a/po/hr.po b/po/hr.po index 3d1bb32cb0..957968a548 100644 --- a/po/hr.po +++ b/po/hr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2008-05-08 00:30+0000\n" "Last-Translator: Launchpad Translations Administrators \n" @@ -640,17 +640,17 @@ msgstr "Vrsta slike \"%s\" nije podržana" msgid "Couldn't allocate memory for color profile" msgstr "Ne mogu pronaći dovoljno memorije za učitavanje JPEG datoteke" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "Nema dovoljno memorije za otvaranje TIFF datoteke" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Ne može se alocirati memorija za podatke" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "JPEG zapis slike" @@ -700,7 +700,7 @@ msgstr "" "Kakvoća JPEG-a mora biti vrijednost između 0 i 100; nije dozvoljena " "vrijednost \"%d\"." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG zapis slike" @@ -1218,46 +1218,46 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licenca" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Licenca programa" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Zahvale" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licenca" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "O %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Zahvale" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Napisao" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentirao" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Preveo" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Umjetnički rad djelo je" @@ -1332,17 +1332,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Neispravno ime datoteke: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Neispravno ime datoteke: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Nepodešena oznaka:'%s'" @@ -1438,7 +1443,7 @@ msgstr "Onemogućeno" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Novi ubrzivač..." @@ -1586,11 +1591,11 @@ msgstr "" msgid "Color Selection" msgstr "Odabir boja" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Ulazne metode" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Ubaciti Unicode kontrolni znak" @@ -2040,7 +2045,7 @@ msgstr "_Promijeni ime" msgid "_Selection: " msgstr "_Odabir: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2049,15 +2054,15 @@ msgstr "" "Ime datoteke \"%s\" se ne može pretvoriti u UTF-8 (pokušajte postaviti " "varijablu okruženja G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Neispravan UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Predugo ime" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Ne mogu konvertirati ime datoteke" @@ -2319,43 +2324,43 @@ msgstr "GTK+ opcije" msgid "Show GTK+ Options" msgstr "Prikaži GTK+ opcije" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "_Poveži se" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Promijeni ime" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Mjesto:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "Pritisak" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2421,7 +2426,7 @@ msgstr "_Svojstva" msgid "_Orientation:" msgstr "_Zasićenje:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "Stranica %u" @@ -2580,17 +2585,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "_Mjesto:" @@ -2655,240 +2660,250 @@ msgstr "Neispravno zaglavlje sličice" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "_Ispis" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "_Mjesto:" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "_Stvori" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 #, fuzzy msgid "Pag_es:" msgstr "Mjesta" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Mjesta" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "_Stvori" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "_Vrati" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Upozorenje" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM Obilježavanje sa s_lijeva-na-desno" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "_Ispis" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "_Svojstva" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "_Svojstva" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "_Ispis" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "_Vrijednost:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "_Svojstva" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "_Svojstva" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_Ne" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "_Masno" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_Boja" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "_Ispis" diff --git a/po/hu.po b/po/hu.po index 50600cf061..964838ec5a 100644 --- a/po/hu.po +++ b/po/hu.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD.hu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-23 16:49+0100\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -622,15 +622,15 @@ msgstr "A képtípus nem támogatott" msgid "Couldn't allocate memory for color profile" msgstr "Nem lehet memóriát foglalni a színprofilhoz" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Nincs elég memória a JPEG 2000 fájl megnyitásához" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Nem lehet memóriát foglalni a képadatok számára" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 képformátum" @@ -678,7 +678,7 @@ msgstr "" "A JPEG-minőség értékének 0 és 100 között kell lennie, a(z) „%d” érték nem " "megengedett." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG képformátum" @@ -1178,46 +1178,46 @@ msgid_plural "Opening %d Items" msgstr[0] "%d elem megnyitása" msgstr[1] "%d elem megnyitása" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licenc" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "A program licence" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Köszönet" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licenc" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s névjegye" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Köszönet" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Írta" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentáció" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Fordította" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafika" @@ -1291,17 +1291,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Fordított törtvonal" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Érvénytelen típusfüggvény: „%s”" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Érvénytelen gyökérelem: „%s”" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Kezeletlen címke: „%s”" @@ -1397,7 +1402,7 @@ msgstr "Tiltva" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Új gyorsbillentyű…" @@ -1543,11 +1548,11 @@ msgstr "" msgid "Color Selection" msgstr "Szín kiválasztása" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Beviteli mó_dok" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Unicode vezérlőkarakter beszúrása" @@ -1988,7 +1993,7 @@ msgstr "Á_tnevezés" msgid "_Selection: " msgstr "_Kijelölés: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1997,15 +2002,15 @@ msgstr "" "A(z) „%s” fájlnevet nem lehet UTF-8-ra konvertálni. (próbálja meg beállítani " "a G_FILENAME_ENCODING környezeti változót): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Érvénytelen UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Túl hosszú a név" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Nem lehet konvertálni a fájlnevet" @@ -2253,39 +2258,39 @@ msgstr "GTK+ beállításai" msgid "Show GTK+ Options" msgstr "GTK+ beállítások megjelenítése" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Kap_csolódás" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Kapcsolódás _névtelenül" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Kapcsolódás _felhasználóként:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Felhasználónév:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Tartomány:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "J_elszó:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Jelszó a_zonnali elfelejtése" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Jelszó megjegyzése _kijelentkezésig" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Megjegyzés örökre" @@ -2355,7 +2360,7 @@ msgstr "_Papírméret:" msgid "_Orientation:" msgstr "_Tájolás:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Oldalbeállítás" @@ -2504,17 +2509,17 @@ msgstr "Hiba a nyomtatási előnézet létrehozásakor" msgid "The most probable reason is that a temporary file could not be created." msgstr "A legvalószínűbb ok, hogy egy ideiglenes fájl nem hozható létre." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Hiba az előnézet indításakor" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Nyomtatási hiba" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Alkalmazás" @@ -2573,37 +2578,37 @@ msgstr "Érvénytelen kezelő a PrintDlgEx-re" msgid "Unspecified error" msgstr "Meghatározatlan hiba" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Nyomtató" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Hely" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Állapot" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Tartomány" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "Min_den oldal" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "J_elenlegi oldal" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Oldalak:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2611,127 +2616,133 @@ msgstr "" "Adjon meg oldaltartományokat,\n" "például 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Oldalak:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Példányszám" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Pél_dányszám:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Szétválogatás" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Fordított" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Általános" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Oldalsorrend" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Balról jobbra" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Jobbról balra" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Elrendezés" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Kétoldalas:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "_Lapok oldalanként:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Ol_dalsorrend:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Nyomtatandó:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Minden oldal" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Páros oldalak" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Páratlan oldalak" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Méretezés:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papír" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Papír _típusa:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Papírforrás:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Kimeneti tál_ca:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Feladat részletei" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "_Prioritás:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Fizetési információk:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Dokumentum nyomtatása" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Azonnal" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Ekkor:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2739,60 +2750,64 @@ msgstr "" "A nyomtatás idejének megadása\n" " például: 15.30, 2.35 du, 14.15.20, 11.46.30 de, 4 du" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_Várakoztatás" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "A feladat felfüggesztése kifejezett elengedéséig" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Borítóoldal hozzáadása" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Elé:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Mögé:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Feladat" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Haladó" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Képminőség" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Szín" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Befejezés" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "A párbeszédablak egyes beállításai ütköznek" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Nyomtatás" diff --git a/po/hy.po b/po/hy.po index 0b3274ecb7..413e3fbac4 100644 --- a/po/hy.po +++ b/po/hy.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD.hy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2006-09-04 13:36+0200\n" "Last-Translator: Norayr Chilingaryan \n" "Language-Team: \n" @@ -641,17 +641,17 @@ msgstr "Պատկերի '%s' տեսակը չի ապահովվում" msgid "Couldn't allocate memory for color profile" msgstr "Չի հաջողվել հիշողություն հատկացնել JPEG ֆայլ բեռնելու համար" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "Հիշողությունը անբավարար է TIFF պատկերը բացելու համար" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Հնարավոր չէ հիշողություն հատկացնել գծային տվյալների համար" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "Պատկերի JPEG ֆորմատ" @@ -697,7 +697,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG որակը պետք է ունենա 0–ից 100 արժեք. '%d' արժեքը անթույլատրելի է" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Պատկերի JPEG ֆորմատ" @@ -1207,47 +1207,47 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Արտոնագիր" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Ծրագրի արտոնագիրը" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "Ե_րախտիք" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Արտոնագիր" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s–ի մասին" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Երախտիք" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Հեղինակ՝" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Փաստաթղթերը պատրաստել է՝" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 #, fuzzy msgid "Translated by" msgstr "Թարգմանիչ՝" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Ձևավորող՝" @@ -1325,17 +1325,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Ֆայլի սխալ անվանում: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Ֆայլի սխալ անվանում: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1434,7 +1439,7 @@ msgstr "Անջատված է" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1584,11 +1589,11 @@ msgstr "" msgid "Color Selection" msgstr "Գույնի ընտրություն" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Ներմուծման _Ձևեր" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 #, fuzzy msgid "_Insert Unicode Control Character" msgstr "_Ներմուծել Unicode Control Նիշ" @@ -2046,7 +2051,7 @@ msgstr "_Վերանվանել" msgid "_Selection: " msgstr "_Ընտրություն. " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2055,15 +2060,15 @@ msgstr "" "Չհաջողվեց \"%s\" ֆայլի անվանումը դարձնել UTF-8. (փորձեք միջավայրի փոփոխականը " "դնել G_FILENAME_ENCODING). %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Սխալ UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Անվանումը չափազանց երկար է" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Չհաջողվեց փոխակերպել ֆայլի անվանումը" @@ -2327,43 +2332,43 @@ msgstr "GTK+ Ընտրության տարբերակներ" msgid "Show GTK+ Options" msgstr "Ցուցադրել GTK+ Ընտրության տարբերակները" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "_Ձևափոխել" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Վերանվանել" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Տեղադրություն." -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "Ճնշում" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2429,7 +2434,7 @@ msgstr "_Հատկություններ" msgid "_Orientation:" msgstr "_Հագեցում." -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "Էջ %u" @@ -2586,17 +2591,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "_Տեղադրություն." @@ -2661,238 +2666,248 @@ msgstr "Սխալ վերնագիր պատկերակում" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "_Տպել" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "_Տեղադրություն." #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "Ս_տեղծել" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Վերանվանել" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "Ս_տեղծել" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "_Վերադառնալ նախկին վիճակին" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Նախազգուշացում" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "_Տպել" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "_Հատկություններ" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "_Հատկություններ" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "_Տպել" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "_Արժեք." -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "_Հատկություններ" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "_Հատկություններ" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_Ոչ" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "_Թավատառ" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_Գույն" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "_Տպել" diff --git a/po/ia.po b/po/ia.po index f7c8fd111e..e1054941f9 100644 --- a/po/ia.po +++ b/po/ia.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2000-10-27 02:02+0100\n" "Last-Translator: Robert Brady \n" "Language-Team: Interlingua\n" @@ -619,15 +619,15 @@ msgstr "" msgid "Couldn't allocate memory for color profile" msgstr "" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "" @@ -669,7 +669,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "" @@ -1167,47 +1167,47 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 #, fuzzy msgid "C_redits" msgstr "Crear" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "" @@ -1282,17 +1282,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1390,7 +1395,7 @@ msgstr "Deactiveate" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1533,11 +1538,11 @@ msgstr "" msgid "Color Selection" msgstr "Selection de Fonte" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "" @@ -2000,22 +2005,22 @@ msgstr "Renominar" msgid "_Selection: " msgstr "Selection: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "" @@ -2281,43 +2286,43 @@ msgstr "" msgid "Show GTK+ Options" msgstr "" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "Crear" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "Renominar" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "Selection: " -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "Pression" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2382,7 +2387,7 @@ msgstr "" msgid "_Orientation:" msgstr "Saturation:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "Pagina %u" @@ -2537,17 +2542,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "Selection: " @@ -2608,230 +2613,240 @@ msgstr "" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "Selection: " #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "Crear" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Renominar" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "Crear" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "Rubor:" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Advertimento" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "Valor:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_No" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_Clauder" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "" diff --git a/po/id.po b/po/id.po index bb753fce1c..54ae694b5c 100644 --- a/po/id.po +++ b/po/id.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2006-09-05 15:56+0700\n" "Last-Translator: Muhammad Hilman \n" "Language-Team: Indonesia \n" @@ -640,17 +640,17 @@ msgstr "Tipe gambar %s tidak bisa dibuka" msgid "Couldn't allocate memory for color profile" msgstr "Tidak bisa menyediakan ruang memori saat membuka berkas JPEG" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "Memori yang tersedia tidak mencukupi untuk membuka berkas TIFF" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Tidak dapat mengalokasikan memori untuk data baris" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "Format gambar JPEG" @@ -696,7 +696,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "Kualitas JPEG harus bernilai antara 0 dan 100; Nilai '%d' tidak boleh." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Format gambar JPEG" @@ -1202,46 +1202,46 @@ msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Lisensi" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Lisensi program" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Penyusun" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Lisensi" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Tentang %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Penyusun" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Ditulis oleh" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentasi oleh" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Alih bahasa oleh" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Karya seni oleh" @@ -1318,17 +1318,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Tipe fungsi tidak berlaku: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Elemen akar tidak berlaku: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1425,7 +1430,7 @@ msgstr "Tidak Aktif" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Akselerator baru..." @@ -1570,11 +1575,11 @@ msgstr "" msgid "Color Selection" msgstr "Pemilihan Warna" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Metode Input" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Isikan karakter kontrol Unicode" @@ -2019,7 +2024,7 @@ msgstr "_Ganti nama" msgid "_Selection: " msgstr "_Yang Dipilih: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2028,15 +2033,15 @@ msgstr "" "Nama berkas '%s' tidak bisa diubah ke UTF-8 (coba set variabel environment " "G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 salah" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nama terlalu panjang" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Tidak bisa konversikan nama file" @@ -2286,43 +2291,43 @@ msgstr "Pilihan GTK+" msgid "Show GTK+ Options" msgstr "Tampilkan Pilihan GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "S_ambung" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Ganti nama" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Lokasi: " -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "_Tekanan" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2392,7 +2397,7 @@ msgstr "_Ukuran kertas:" msgid "_Orientation:" msgstr "_Orientasi:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Pengaturan Halaman" @@ -2545,17 +2550,17 @@ msgstr "Kesalahan meluncurkan pracetak" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Kesalahan meluncurkan pracetak" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Kesalahan mencetak" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplikasi" @@ -2616,230 +2621,240 @@ msgstr "Penanganan salah untuk PrintDlgEx" msgid "Unspecified error" msgstr "Kesalahan tidak jelas" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Pencetak" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Lokasi" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Status" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 #, fuzzy msgid "Range" msgstr "Cakupa_n: " -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 #, fuzzy msgid "_All Pages" msgstr "Seluruh halaman" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "S_ekarang" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 #, fuzzy msgid "Pag_es:" msgstr "Tempat" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Tempat" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Rangkap" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Rangka_p:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Kembali" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Umum" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Persiapan" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM tanda _Left-to-right" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "Cetak ke Berkas" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Tata letak" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "D_ua sisi:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Halaman per _lembar:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "Halaman per _lembar:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Hanya cetak:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Seluruh halaman" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Halaman genap" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Halaman Ganjil" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Sk_ala:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Kertas" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Jenis _kertas:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Sumber kerta_s:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Laci kelua_ran:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Rincian Tugas" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oritas:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Info _Billing:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Cetak Dokumen" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "Sekara_ng" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "Pa_da:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Tambahkan Sampulan Halaman" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "Sebe_lum:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "Setel_ah:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Tugas" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Diperluas" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Kualitas Gambar" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Warna" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Menyelesaikan" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Beberapa ketentuan pada dialog konflik" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Cetak" diff --git a/po/io.po b/po/io.po index db8b6aaad0..758d3e7e02 100644 --- a/po/io.po +++ b/po/io.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.12.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2007-09-22 14:13-0500\n" "Last-Translator: Michael Terry \n" "Language-Team: Ido \n" @@ -628,15 +628,15 @@ msgstr "Imajala tipo '%s' es nesuportata" msgid "Couldn't allocate memory for color profile" msgstr "" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "La JPEG imajala formato" @@ -679,7 +679,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "La JPEG imajala formato" @@ -1172,46 +1172,46 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Yurizo" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "La yurizo di la programo" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "K_rediti" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Yurizo" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Pri %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Krediti" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Skribita da" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentizita da" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Tradukita da" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Artaji da" @@ -1288,17 +1288,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1394,7 +1399,7 @@ msgstr "Nekapabla" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1528,11 +1533,11 @@ msgstr "" msgid "Color Selection" msgstr "Kolorala Selektajo" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "" @@ -1968,22 +1973,22 @@ msgstr "_Rinomizez" msgid "_Selection: " msgstr "_Selektajo:" -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Nevalida UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nomo tro longa" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Ne povis konvertar dokumentonomo" @@ -2229,43 +2234,43 @@ msgstr "GTK+ Selekti" msgid "Show GTK+ Options" msgstr "Montrez GTK+ Selecti" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "K_onektez" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Rinomizez" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Loko:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "_Presado:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2333,7 +2338,7 @@ msgstr "_Paperala grandeso:" msgid "_Orientation:" msgstr "_Orientizeso:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Pagina Establiso" @@ -2486,17 +2491,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Eroro dum imprimado" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Programo" @@ -2556,41 +2561,41 @@ msgstr "" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Imprimilo" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Loko" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Stando" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 #, fuzzy msgid "Range" msgstr "Ra_ngo" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 #, fuzzy msgid "_All Pages" msgstr "Omna folii" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "N_una" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 #, fuzzy msgid "Pag_es:" msgstr "Loki" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2598,190 +2603,200 @@ msgstr "" "Specigez un o plu pagina rangi,\n" " exemple 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Loki" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopiuri" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "_Kopiuri:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "K_olacionez" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Inversigez" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Generala" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Preparas" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM _Sinistra-a-dextra marko" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "Imprimez a Dokumento" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Traso" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Dulatera:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Pagini po _latero:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "Pagini po _latero:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Nur imprimez:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Omna folii" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Para folii" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Nepara folii" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Sk_alo:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papero" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Paperala _tipo:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Paperala _fonto:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Produkturala _pleto:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Taskala Detali" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oreso:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Imprimez Dokumento" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Nun" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "A_d:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Avan:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Dop:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Tasko" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Imajala Qualeso" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Koloro" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Finanta" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Imprimez" diff --git a/po/is.po b/po/is.po index 5607f224d2..d77431c298 100644 --- a/po/is.po +++ b/po/is.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk 2.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2004-03-12 15:42-0000\n" "Last-Translator: Richard Allen \n" "Language-Team: is \n" @@ -645,17 +645,17 @@ msgstr "Myndgerðin '%s' er ekki studd" msgid "Couldn't allocate memory for color profile" msgstr "Gat ekki tekið frá minni fyrir JPEG skrána" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "Ekki nægjanlegt minni til þess að opna TIFF skrá" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Get ekki tekið frá minni fyrir IOBuffer gögn" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "JPEG myndsniðið" @@ -703,7 +703,7 @@ msgid "" msgstr "" "Gæði JPEG mynda verður að vera á milli 0 og 100. Gildið '%d' er óleyfilegt." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG myndsniðið" @@ -1228,47 +1228,47 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Notandaleyfi" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Notandaleyfi þessa forrits" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 #, fuzzy msgid "C_redits" msgstr "_Búa til" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Notandaleyfi" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Um %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Skrifað af" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Skjalað af" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Þýtt af" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Myndir eftir" @@ -1346,17 +1346,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Ógilt skráarheiti: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Ógilt skráarheiti: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1461,7 +1466,7 @@ msgstr "Óvirkur" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1594,11 +1599,11 @@ msgstr "" msgid "Color Selection" msgstr "Litaval" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "" @@ -2054,7 +2059,7 @@ msgstr "_Endurnefna" msgid "_Selection: " msgstr "_Val: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, fuzzy, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2063,15 +2068,15 @@ msgstr "" "Ekki var hægt að breyta skráarheitinu \"%s\" í UTF-8 (þú getur reynt að " "setja umhverfisbreytuna G_BROKEN_FILENAMES): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Ógilt Utf-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Heitið er of langt" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Gat ekki umbreytt skráarheitinu" @@ -2340,43 +2345,43 @@ msgstr "" msgid "Show GTK+ Options" msgstr "" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "_Umbreyta" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Endurnefna" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "S_taðsetning:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "Þrýstingur" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2446,7 +2451,7 @@ msgstr "_Eiginleikar" msgid "_Orientation:" msgstr "_Mettun:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "Síða %u" @@ -2604,17 +2609,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "S_taðsetning:" @@ -2679,239 +2684,249 @@ msgstr "Ógildur haus í táknmynd" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "_Prenta" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "S_taðsetning:" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "_Búa til" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Endurnefna" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "_Búa til" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "_Afturkalla" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Aðvörun" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM _vinstr til hægri merki" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "_Prenta" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "_Eiginleikar" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "_Eiginleikar" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "_Prenta" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "_Gildi:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "_Eiginleikar" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "_Eiginleikar" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_Nei" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "_Feitletrað" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_Litur" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "_Prenta" diff --git a/po/it.po b/po/it.po index eec41dd990..98c75f6fa2 100644 --- a/po/it.po +++ b/po/it.po @@ -8,9 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.14\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" -"+&component=general\n" -"POT-Creation-Date: 2009-04-08 15:30+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-04-08 21:45+0200\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" @@ -20,58 +19,58 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" # GTK-2-12 -#: ../gdk/gdk.c:103 +#: gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Errore nell'analizzare l'opzione --gdk-debug" -#: ../gdk/gdk.c:123 +#: gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Errore nell'analizzare l'opzione --gdk-debug" #. Description of --class=CLASS in --help output -#: ../gdk/gdk.c:151 +#: gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Classe del programma come usato dal window manager" #. Placeholder in --class=CLASS in --help output -#: ../gdk/gdk.c:152 +#: gdk/gdk.c:152 msgid "CLASS" msgstr "CLASSE" #. Description of --name=NAME in --help output -#: ../gdk/gdk.c:154 +#: gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Nome del programma come usato dal window manager" #. Placeholder in --name=NAME in --help output -#: ../gdk/gdk.c:155 +#: gdk/gdk.c:155 msgid "NAME" msgstr "NOME" #. Description of --display=DISPLAY in --help output -#: ../gdk/gdk.c:157 +#: gdk/gdk.c:157 msgid "X display to use" msgstr "Display X da usare" #. Placeholder in --display=DISPLAY in --help output -#: ../gdk/gdk.c:158 +#: gdk/gdk.c:158 msgid "DISPLAY" msgstr "DISPLAY" #. Description of --screen=SCREEN in --help output -#: ../gdk/gdk.c:160 +#: gdk/gdk.c:160 msgid "X screen to use" msgstr "Schermo X da usare" #. Placeholder in --screen=SCREEN in --help output -#: ../gdk/gdk.c:161 +#: gdk/gdk.c:161 msgid "SCREEN" msgstr "SCHERMO" #. Description of --gdk-debug=FLAGS in --help output -#: ../gdk/gdk.c:164 +#: gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Flag per il debug di Gdk da attivare" @@ -79,17 +78,17 @@ msgstr "Flag per il debug di Gdk da attivare" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 +#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 msgid "FLAGS" msgstr "FLAG" #. Description of --gdk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:167 +#: gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Flag per il debug di Gdk da disattivare" # direi che non ha traduzione in italiano -Luca -#: ../gdk/keyname-table.h:3940 +#: gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "BackSpace" @@ -97,21 +96,21 @@ msgstr "BackSpace" # Notare la differenza tra # "Tabulazione" (il carattere di -) e # "Tab" (il tasto -) -Luca -#: ../gdk/keyname-table.h:3941 +#: gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tab" # Notare che in italiano non esiste distinzione tra Return ed Enter # (per lo meno mi pare così, dovrei controllare sulla Olivetti) -Luca -#: ../gdk/keyname-table.h:3942 +#: gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Invio" # Traduzione del tasto sulla Logitech e Microsoft IT # che ho sottomano -Luca -#: ../gdk/keyname-table.h:3943 +#: gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pausa" @@ -121,99 +120,99 @@ msgstr "Pausa" # Bloc # Scorr # Cmq direi di seguire la convenzione usata in originale con il _ -#: ../gdk/keyname-table.h:3944 +#: gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Bloc_Scorr" # Traduzione del tasto sulla Logitech e Microsoft IT # che ho sottomano -Luca -#: ../gdk/keyname-table.h:3945 +#: gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "R_Sist" # Traduzione del tasto sulla Logitech e Microsoft IT # che ho sottomano -Luca -#: ../gdk/keyname-table.h:3946 +#: gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Esc" # Ma che tasto è ???? -#: ../gdk/keyname-table.h:3947 +#: gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Tasto_Multi" -#: ../gdk/keyname-table.h:3948 +#: gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: ../gdk/keyname-table.h:3949 +#: gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Sinistra" -#: ../gdk/keyname-table.h:3950 +#: gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Su" -#: ../gdk/keyname-table.h:3951 +#: gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Destra" -#: ../gdk/keyname-table.h:3952 +#: gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Giù" -#: ../gdk/keyname-table.h:3953 +#: gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Pag_Su" -#: ../gdk/keyname-table.h:3954 +#: gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Pag_Giù" -#: ../gdk/keyname-table.h:3955 +#: gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "Fine" -#: ../gdk/keyname-table.h:3956 +#: gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Inizio" -#: ../gdk/keyname-table.h:3957 +#: gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Stamp" -#: ../gdk/keyname-table.h:3958 +#: gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Ins" -#: ../gdk/keyname-table.h:3959 +#: gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Bloc_Num" # Questo e i successivi si riferiscono ai tasti sul Tastierino Numerico # (da cui il prefisso usato TN). -Luca -#: ../gdk/keyname-table.h:3960 +#: gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "TN_Spazio" -#: ../gdk/keyname-table.h:3961 +#: gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "TN_Tab" @@ -223,96 +222,96 @@ msgstr "TN_Tab" # # Sulle tastiere Logitech e Microsoft IT che ho sottomano # entrambi sono tradotto come Invio. -Luca -#: ../gdk/keyname-table.h:3962 +#: gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "TN_Invio" -#: ../gdk/keyname-table.h:3963 +#: gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "TN_Home" -#: ../gdk/keyname-table.h:3964 +#: gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "TN_Sinistra" -#: ../gdk/keyname-table.h:3965 +#: gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "TN_Su" -#: ../gdk/keyname-table.h:3966 +#: gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "TN_Destra" -#: ../gdk/keyname-table.h:3967 +#: gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "TN_Giù" -#: ../gdk/keyname-table.h:3968 +#: gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "TN_Pag_Su" # credo sia precedente, visto che c'è KP_Next, # ma non so a che tasto corrisponda.... -#: ../gdk/keyname-table.h:3969 +#: gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "TN_Prec" -#: ../gdk/keyname-table.h:3970 +#: gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "TN_Pag_Giù" -#: ../gdk/keyname-table.h:3971 +#: gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "TN_Succ" -#: ../gdk/keyname-table.h:3972 +#: gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "TN_Fine" -#: ../gdk/keyname-table.h:3973 +#: gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "TN_Inizio" -#: ../gdk/keyname-table.h:3974 +#: gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "TN_Ins" -#: ../gdk/keyname-table.h:3975 +#: gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "TN_Canc" -#: ../gdk/keyname-table.h:3976 +#: gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Canc" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 +#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 +#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Apertura del file «%s» fallita: %s" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 +#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Il file d'immagine «%s» non contiene dati" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 +#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -320,7 +319,7 @@ msgstr "" "Caricamento dell'immagine «%s» fallito: causa sconosciuta, probabilmente un " "file d'immagine corrotto" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -329,12 +328,12 @@ msgstr "" "Caricamento dell'animazione «%s» fallito: causa sconosciuta, probabilmente un " "file d'animazione corrotto" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 +#: gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Impossibile aprire il modulo «%s» per il caricamento delle immagini: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 +#: gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -343,53 +342,53 @@ msgstr "" "Il modulo per il caricamento delle immagini «%s» non esporta l'interfaccia " "opportuna, forse appartiene a una versione differente di GTK." -#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 +#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Il tipo di immagine «%s» non è supportato" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 +#: gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Impossibile riconoscere il formato di immagine per il file «%s»" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 +#: gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Formato del file di immagine non riconosciuto" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Caricamento dell'immagine «%s» fallito: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 +#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Errore nello scrivere sul file d'immagine: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "Questa versione di gdk-pixbuf non permette di salvare nel formato %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Memoria insufficiente per salvare l'immagine sulla callback" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Apertura del file temporaneo fallita" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Lettura dal file temporaneo fallita" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Apertura di «%s» in scrittura fallita: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -398,18 +397,18 @@ msgstr "" "Chiusura di «%s» fallita durante la scrittura dell'immagine, alcuni dati " "potrebbero non essere stati salvati: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Memoria insufficiente per salvare l'immagine in un buffer" # GTK-2-14 # stream lasciato non tradotto come in glib/gio, # credo intenda qualcosa 'tipo' file, ma più generico -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Errore nello scrivere sullo stream d'immagine" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -418,148 +417,143 @@ msgstr "" "Errore interno: il modulo di caricamento immagine «%s» non riesce a " "completare l'operazione, causa del problema sconosciuta" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Caricamento progressivo non supportato per il tipo di immagine «%s»" -#: ../gdk-pixbuf/gdk-pixdata.c:147 +#: gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Header dell'immagine corrotto" -#: ../gdk-pixbuf/gdk-pixdata.c:152 +#: gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Formato dell'immagine sconosciuto" -#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 +#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Immagine con dati dei pixel corrotti" -#: ../gdk-pixbuf/gdk-pixdata.c:431 +#: gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "fallita l'allocazione di un buffer di %u byte per l'immagine" msgstr[1] "fallita l'allocazione di un buffer di %u byte per l'immagine" -#: ../gdk-pixbuf/io-ani.c:244 +#: gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Segmento di icona inaspettato nell'animazione" -#: ../gdk-pixbuf/io-ani.c:337 +#: gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Tipo di animazione non supportato" -#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 -#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 -#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 +#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 +#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Header dell'animazione non valido" -#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 -#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 -#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 +#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 +#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Memoria insufficiente per caricare l'animazione" -#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 -#: ../gdk-pixbuf/io-ani.c:443 +#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Segmento malformato nell'animazione" -#: ../gdk-pixbuf/io-ani.c:711 +#: gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "Formato ANI" -#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 -#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 -#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 +#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 +#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "Immagine BMP con dati fasulli nell'header" -#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 +#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Memoria insufficiente per caricare l'immagine bitmap" -#: ../gdk-pixbuf/io-bmp.c:319 +#: gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "Immagine BMP con dimensione dell'header non supportata" -#: ../gdk-pixbuf/io-bmp.c:357 +#: gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Le immagini BMP topdown non possono essere compresse" -#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 +#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "End-of-file raggiunto prematuramente" -#: ../gdk-pixbuf/io-bmp.c:1329 +#: gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Impossibile allocare memoria per salvare il file BMP" -#: ../gdk-pixbuf/io-bmp.c:1370 +#: gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Impossibile scrivere nel file BMP" -#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 +#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "Formato BMP" -#: ../gdk-pixbuf/io-gif.c:222 +#: gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Lettura dell'immagine GIF fallita: %s" -#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 -#: ../gdk-pixbuf/io-gif.c:1642 +#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "Il file GIF non è completo (forse parte dei dati sono andati persi)" -#: ../gdk-pixbuf/io-gif.c:505 +#: gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Errore interno nel modulo di caricamento GIF (%s)" -#: ../gdk-pixbuf/io-gif.c:579 +#: gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Stack overflow" -#: ../gdk-pixbuf/io-gif.c:639 +#: gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "" "Il modulo di caricamento di immagini GIF non riconosce questa immagine." -#: ../gdk-pixbuf/io-gif.c:668 +#: gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Lettura di codice errato" -#: ../gdk-pixbuf/io-gif.c:678 +#: gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Tabella circolare nel file GIF" -#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 -#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 +#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 +#: gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Memoria insufficiente per caricare il file GIF" -#: ../gdk-pixbuf/io-gif.c:960 +#: gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Memoria insufficiente per comporre un fotogramma nel file GIF" -#: ../gdk-pixbuf/io-gif.c:1132 +#: gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "Immagine GIF corrotta (errori nella compressione LZW)" -#: ../gdk-pixbuf/io-gif.c:1182 +#: gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Il file non sembra essere in formato GIF" -#: ../gdk-pixbuf/io-gif.c:1194 +#: gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "La versione %s del formato GIF non è supportata" -#: ../gdk-pixbuf/io-gif.c:1303 +#: gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -567,128 +561,126 @@ msgstr "" "Immagine GIF priva di colormap globale e in un fotogramma interno manca la " "colormap locale." -#: ../gdk-pixbuf/io-gif.c:1537 +#: gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "Immagine GIF troncata o incompleta." -#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 +#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "Formato GIF" -#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 -#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 -#: ../gdk-pixbuf/io-ico.c:359 +#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 +#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Header dell'icona non valido" -#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 -#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 -#: ../gdk-pixbuf/io-ico.c:462 +#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 +#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Memoria insufficiente per caricare l'icona" -#: ../gdk-pixbuf/io-ico.c:322 +#: gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Icona con larghezza pari a zero" -#: ../gdk-pixbuf/io-ico.c:332 +#: gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Icona con altezza pari a zero" -#: ../gdk-pixbuf/io-ico.c:384 +#: gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Icone compresse non supportate" -#: ../gdk-pixbuf/io-ico.c:417 +#: gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Tipo di icona non supportato" -#: ../gdk-pixbuf/io-ico.c:511 +#: gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Memoria insufficiente per caricare il file ICO" -#: ../gdk-pixbuf/io-ico.c:976 +#: gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Immagine troppo larga per essere salvata come ICO" -#: ../gdk-pixbuf/io-ico.c:987 +#: gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Hotspot del cursore esterno all'immagine" -#: ../gdk-pixbuf/io-ico.c:1010 +#: gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Profondità non supportata per il file ICO: %d" -#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 +#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "Formato ICO" # GTK-2-14 -#: ../gdk-pixbuf/io-icns.c:347 +#: gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Errore nel leggere l'immagine ICNS: %s" # GTK-2-14 -#: ../gdk-pixbuf/io-icns.c:364 +#: gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Impossibile decodificare il file ICNS" # GTK-2-14 -#: ../gdk-pixbuf/io-icns.c:397 +#: gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "Formato ICNS" # GTK-2-14 # stream lasciato non tradotto come in glib/gio, # credo intenda qualcosa 'tipo' file, ma più generico -#: ../gdk-pixbuf/io-jasper.c:75 +#: gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Impossibile allocare memoria per lo stream" # GTK-2-14 -#: ../gdk-pixbuf/io-jasper.c:105 +#: gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Impossibile decodificare l'immagine" # GTK-2-14 -#: ../gdk-pixbuf/io-jasper.c:123 +#: gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "L'immagine trasformata in JPEG2000 ha larghezza o altezza pari a zero." # GTK-2-14 -#: ../gdk-pixbuf/io-jasper.c:137 +#: gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Il tipo di immagine non è attualmente supportato" # GTK-2-14 -#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 +#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Impossibile allocare memoria per il profilo di colore" # GTK-2-14 -#: ../gdk-pixbuf/io-jasper.c:183 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Memoria insufficiente per aprire il file JPEG 2000" # GTK-2-14 # FIXME: bufferizzare ???!!!!?? -#: ../gdk-pixbuf/io-jasper.c:262 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Impossibile allocare memoria per bufferizzare i dati dell'immagine" # GTK-2-14 -#: ../gdk-pixbuf/io-jasper.c:306 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Formato JPEG 2000" -#: ../gdk-pixbuf/io-jpeg.c:117 +#: gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Errore nell'interpretare il file JPEG (%s)" -#: ../gdk-pixbuf/io-jpeg.c:529 +#: gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -696,21 +688,21 @@ msgstr "" "Memoria insufficiente per caricare l'immagine, provare a chiudere qualche " "applicazione per liberare memoria" -#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 +#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Spazio di colore JPEG (%s) non supportato" -#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 -#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 +#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 +#: gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Impossibile allocare memoria per caricare il file JPEG" -#: ../gdk-pixbuf/io-jpeg.c:920 +#: gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "L'immagine convertita in JPEG ha larghezza o altezza pari a zero." -#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 +#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -719,7 +711,7 @@ msgstr "" "La qualità di un'immagine JPEG deve essere compresa tra 0 e 100; il valore «%" "s» non può essere analizzato." -#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 +#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -727,93 +719,93 @@ msgstr "" "La qualità di un'immagine JPEG deve essere compresa tra 0 e 100; il valore «%" "d» non è permesso." -#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Formato JPEG" -#: ../gdk-pixbuf/io-pcx.c:187 +#: gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Impossibile allocare memoria per l'header" -#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 +#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Impossibile allocare memoria per il «context buffer»" -#: ../gdk-pixbuf/io-pcx.c:601 +#: gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Larghezza e/o altezza dell'immagine non valida" -#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 +#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Byte per pixel dell'immagine non supportati" -#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 +#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Immagine ha un numero non supportato di piani %d-bit" -#: ../gdk-pixbuf/io-pcx.c:642 +#: gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Impossibile creare un nuovo pixbuf" -#: ../gdk-pixbuf/io-pcx.c:650 +#: gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Impossibile allocare memoria per i dati della riga" -#: ../gdk-pixbuf/io-pcx.c:657 +#: gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Impossibile allocare memoria per i dati indicizzati" -#: ../gdk-pixbuf/io-pcx.c:704 +#: gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Impossibile ottenere tutte le righe dell'immagine PCX" -#: ../gdk-pixbuf/io-pcx.c:711 +#: gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Nessuna tavolozza trovata alla fine dei dati PCX" -#: ../gdk-pixbuf/io-pcx.c:756 +#: gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "Formato PCX" # GTK-2-12 -#: ../gdk-pixbuf/io-png.c:55 +#: gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "I bit per canale dell'immagine PNG è non valido." # GTK-2-12 -#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 +#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "L'immagine PNG trasformata ha larghezza o altezza pari a zero." # GTK-2-12 -#: ../gdk-pixbuf/io-png.c:144 +#: gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "I bit per canale dell'immagine PNG trasformata non è 8." # GTK-2-12 -#: ../gdk-pixbuf/io-png.c:153 +#: gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "L'immagine PNG trasformata non utilizza RGB o RGBA." # GTK-2-12 -#: ../gdk-pixbuf/io-png.c:162 +#: gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "L'immagine PNG trasformata presenta un numero di canali non supportato, deve " "essere 3 o 4." # GTK-2-12 -#: ../gdk-pixbuf/io-png.c:183 +#: gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Errore critico nel file di immagine PNG: %s" -#: ../gdk-pixbuf/io-png.c:310 +#: gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Memoria insufficiente per caricare il file PNG" -#: ../gdk-pixbuf/io-png.c:633 +#: gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -823,28 +815,28 @@ msgstr "" "applicazione per liberare memoria" # GTK-2-12 -#: ../gdk-pixbuf/io-png.c:684 +#: gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Errore critico nella lettura del file PNG" # GTK-2-12 -#: ../gdk-pixbuf/io-png.c:733 +#: gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Errore critico nella lettura del file PNG: %s" -#: ../gdk-pixbuf/io-png.c:825 +#: gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Le chiavi per i segmenti di testo PNG devono avere da 1 a 79 caratteri." -#: ../gdk-pixbuf/io-png.c:833 +#: gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "" "Le chiavi per i segmenti di testo PNG possono contenere solo caratteri ASCII." -#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 +#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -853,7 +845,7 @@ msgstr "" "Il livello di compressione PNG deve essere un valore tra 0 e 9; il valore «%" "s» non può essere elaborato." -#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 +#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -862,313 +854,309 @@ msgstr "" "Il livello di compressione PNG deve essere un valore tra 0 e 9; il valore «%" "d» non è consentito." -#: ../gdk-pixbuf/io-png.c:896 +#: gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "Il valore per il segmento di testo PNG %s non è convertibile nella codifica " "ISO-8859-1." -#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 +#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "Formato PNG" -#: ../gdk-pixbuf/io-pnm.c:250 +#: gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "" "Il numero intero atteso dal modulo di caricamento PNM non è stato trovato" # GTK-2-12 -#: ../gdk-pixbuf/io-pnm.c:282 +#: gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "Il file PNM presenta un byte iniziale non corretto" -#: ../gdk-pixbuf/io-pnm.c:312 +#: gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "Il file PNM non è in un sottoformato PNM riconosciuto" # GTK-2-12 -#: ../gdk-pixbuf/io-pnm.c:337 +#: gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "Il file PNM ha larghezza pari a zero" # GTK-2-12 -#: ../gdk-pixbuf/io-pnm.c:358 +#: gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "Il file PNM ha altezza pari a zero" # GTK-2-12 -#: ../gdk-pixbuf/io-pnm.c:381 +#: gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Il valore di colore massimo nel file PNM è zero" # GTK-2-12 -#: ../gdk-pixbuf/io-pnm.c:389 +#: gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Il valore di colore massimo nel file PNM troppo grande" # GTK-2-12 -#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 -#: ../gdk-pixbuf/io-pnm.c:504 +#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Il tipo di immagine PNM Raw è non valido" -#: ../gdk-pixbuf/io-pnm.c:654 +#: gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "" "Il modulo di caricamento per le immagini PNM non supporta questo " "sottoformato PNM" -#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 +#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "I formati Raw PNM richiedono esattamente uno spazio bianco prima dei dati " "grezzi" -#: ../gdk-pixbuf/io-pnm.c:768 +#: gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Impossibile allocare memoria per caricare l'immagine PNM" -#: ../gdk-pixbuf/io-pnm.c:818 +#: gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Memoria insufficiente per caricare la struttura context del file PNM" -#: ../gdk-pixbuf/io-pnm.c:869 +#: gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Fine dei dati dell'immagine PNM inaspettata" -#: ../gdk-pixbuf/io-pnm.c:997 +#: gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Memoria insufficiente per caricare il file PNM" -#: ../gdk-pixbuf/io-pnm.c:1081 +#: gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "Famiglia formati PNM/PBM/PGM/PPM" # GTK-2-12 -#: ../gdk-pixbuf/io-ras.c:126 +#: gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "L'immagine RAS presenta dati fasulli nell'header" # GTK-2-12 -#: ../gdk-pixbuf/io-ras.c:148 +#: gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "L'immagine RAS ha tipo sconosciuto" -#: ../gdk-pixbuf/io-ras.c:156 +#: gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "variante di immagine RAS non supportata" -#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 +#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Memoria insufficiente per caricare l'immagine RAS" -#: ../gdk-pixbuf/io-ras.c:545 +#: gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Formato Sun raster" -#: ../gdk-pixbuf/io-tga.c:154 +#: gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Impossibile allocare memoria per la struttura IOBuffer" -#: ../gdk-pixbuf/io-tga.c:173 +#: gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Impossibile allocare memoria per i dati IOBuffer" -#: ../gdk-pixbuf/io-tga.c:184 +#: gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Impossibile riallocare i dati IOBuffer" -#: ../gdk-pixbuf/io-tga.c:214 +#: gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Impossibile allocare i dati IOBuffer temporanei" # GTK-2-12 -#: ../gdk-pixbuf/io-tga.c:347 +#: gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Impossibile allocare il nuovo pixbuf" -#: ../gdk-pixbuf/io-tga.c:687 +#: gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Impossibile allocare la struttura colormap" -#: ../gdk-pixbuf/io-tga.c:694 +#: gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Impossibile allocare gli elementi della struttura colormap" -#: ../gdk-pixbuf/io-tga.c:716 +#: gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Profondità di colore inattesa per gli elementi della colormap" -#: ../gdk-pixbuf/io-tga.c:734 +#: gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Impossibile allocare memoria per l'header TGA" # GTK-2-12 -#: ../gdk-pixbuf/io-tga.c:767 +#: gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "L'immagine TGA presenta dimensioni non valide" -#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 -#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 -#: ../gdk-pixbuf/io-tga.c:809 +#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 +#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "Tipo di immagine TGA non supportato" -#: ../gdk-pixbuf/io-tga.c:856 +#: gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Impossibile allocare memoria per la struttura context TGA" -#: ../gdk-pixbuf/io-tga.c:921 +#: gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Dati in eccesso nel file" -#: ../gdk-pixbuf/io-tga.c:1002 +#: gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Formato Targa" -#: ../gdk-pixbuf/io-tiff.c:160 +#: gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Impossibile ottenere la larghezza dell'immagine (file TIFF difettoso)" -#: ../gdk-pixbuf/io-tiff.c:167 +#: gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Impossibile ottenere l'altezza dell'immagine (file TIFF difettoso)" # GTK-2-12 -#: ../gdk-pixbuf/io-tiff.c:175 +#: gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "La larghezza o altezza dell'immagine TIFF è pari a zero" -#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 +#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Dimensioni dell'immagine TIFF troppo grandi" -#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 -#: ../gdk-pixbuf/io-tiff.c:541 +#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Memoria insufficiente per aprire il file TIFF" -#: ../gdk-pixbuf/io-tiff.c:275 +#: gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Impossibile caricare i dati RGB dal file TIFF" -#: ../gdk-pixbuf/io-tiff.c:331 +#: gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Impossibile aprire l'immagine TIFF" -#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 +#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "Operazione TIFFClose fallita" -#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 +#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Impossibile caricare l'immagine TIFF" -#: ../gdk-pixbuf/io-tiff.c:670 +#: gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Impossibile salvare l'immagine TIFF" -#: ../gdk-pixbuf/io-tiff.c:708 +#: gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Scrittura dati TIFF fallita" -#: ../gdk-pixbuf/io-tiff.c:760 +#: gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Impossibile scrivere nel file TIFF" -#: ../gdk-pixbuf/io-tiff.c:815 +#: gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "Formato TIFF" -#: ../gdk-pixbuf/io-wbmp.c:246 +#: gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Larghezza dell'immagine pari a zero" -#: ../gdk-pixbuf/io-wbmp.c:264 +#: gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Altezza dell'immagine pari a zero" -#: ../gdk-pixbuf/io-wbmp.c:275 +#: gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Memoria insufficiente per caricare l'immagine" -#: ../gdk-pixbuf/io-wbmp.c:334 +#: gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Impossibile salvare il resto" -#: ../gdk-pixbuf/io-wbmp.c:375 +#: gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "Formato WBMP" -#: ../gdk-pixbuf/io-xbm.c:295 +#: gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "File XBM non valido" -#: ../gdk-pixbuf/io-xbm.c:305 +#: gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Memoria insufficiente per caricare l'immagine XBM" -#: ../gdk-pixbuf/io-xbm.c:453 +#: gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "" "Fallita la scrittura sul file temporaneo durante il caricamento " "dell'immagine XBM" -#: ../gdk-pixbuf/io-xbm.c:492 +#: gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "Formato XBM" -#: ../gdk-pixbuf/io-xpm.c:468 +#: gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Impossibile trovare l'header XPM" -#: ../gdk-pixbuf/io-xpm.c:477 +#: gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Header XBM non valido" -#: ../gdk-pixbuf/io-xpm.c:485 +#: gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "File XPM con larghezza minore o uguale a zero" -#: ../gdk-pixbuf/io-xpm.c:493 +#: gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "File XPM con altezza <= zero" -#: ../gdk-pixbuf/io-xpm.c:501 +#: gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM con numero di byte per pixel non valido" -#: ../gdk-pixbuf/io-xpm.c:510 +#: gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "File XPM con numero di colori non valido" -#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 -#: ../gdk-pixbuf/io-xpm.c:583 +#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Impossibile allocare memoria per caricare l'immagine XPM" -#: ../gdk-pixbuf/io-xpm.c:545 +#: gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Impossibile leggere la colormap XPM" -#: ../gdk-pixbuf/io-xpm.c:777 +#: gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "" "Fallita la scrittura nel file temporaneo durante il caricamento " "dell'immagine XPM" -#: ../gdk-pixbuf/io-xpm.c:816 +#: gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "Formato XPM" # GTK-2-14 -#: ../gdk-pixbuf/io-gdip-emf.c:59 +#: gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "Formato EMF" # GTK-2-14 -#: ../gdk-pixbuf/io-gdip-utils.c:220 +#: gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Impossibile allocare memoria: %s" @@ -1176,8 +1164,8 @@ msgstr "Impossibile allocare memoria: %s" # GTK-2-14 # stream lasciato non tradotto come in glib/gio, # credo intenda qualcosa 'tipo' file, ma più generico -#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 -#: ../gdk-pixbuf/io-gdip-utils.c:394 +#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 +#: gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Impossibile creare lo stream: %s" @@ -1187,7 +1175,7 @@ msgstr "Impossibile creare lo stream: %s" # credo intenda qualcosa 'tipo' file, ma più generico # # seek->posizionare come il gio -#: ../gdk-pixbuf/io-gdip-utils.c:259 +#: gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Impossibile posizionarsi nello stream: %s" @@ -1195,34 +1183,34 @@ msgstr "Impossibile posizionarsi nello stream: %s" # GTK-2-14 # stream lasciato non tradotto come in glib/gio, # credo intenda qualcosa 'tipo' file, ma più generico -#: ../gdk-pixbuf/io-gdip-utils.c:271 +#: gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Impossibile leggere dallo stream: %s" # GTK-2-14 # il bitmap o la bitmap ?? -#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 +#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Impossibile caricare la bitmap" # GTK-2-14 -#: ../gdk-pixbuf/io-gdip-utils.c:838 +#: gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Impossibile caricare i metadati" # GTK-2-14 -#: ../gdk-pixbuf/io-gdip-utils.c:997 +#: gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Formato di immagine non supportato per GDI+" # GTK-2-14 -#: ../gdk-pixbuf/io-gdip-utils.c:1004 +#: gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Impossibile salvare" # GTK-2-14 -#: ../gdk-pixbuf/io-gdip-wmf.c:58 +#: gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "Formato WMF" @@ -1230,44 +1218,44 @@ msgstr "Formato WMF" # # s/asincrone/sincrone !!! #. Description of --sync in --help output -#: ../gdk/win32/gdkmain-win32.c:54 +#: gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Rende sincrone le richieste GDI" #. Description of --no-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:56 +#: gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Non usare l'API Wintab per supportare le tavolette grafiche" #. Description of --ignore-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:58 +#: gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Uguale a --no-wintab" #. Description of --use-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:60 +#: gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Usa l'API Wintab [predefinito]" #. Description of --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:62 +#: gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Dimensione della tavolozza in modalità 8 bit" #. Placeholder in --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:63 +#: gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "COLORI" #. Description of --sync in --help output -#: ../gdk/x11/gdkmain-x11.c:92 +#: gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Rende le chiamate a X sincrone" # GTK-2-14 # come da traduzione già # esistente in gnome-desktop e altro -#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 +#: gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Avvio di «%s»" @@ -1275,67 +1263,67 @@ msgstr "Avvio di «%s»" # GTK-2-14 # come da traduzione già # esistente in gnome-desktop e altro -#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 +#: gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Apertura di «%s»" # GTK-2-14 -#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 +#: gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "Apertura di %d oggetto" msgstr[1] "Apertura di %d oggetti" -#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licenza" -#: ../gtk/gtkaboutdialog.c:252 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "La licenza del programma" # GTK-2-12 #. Add the credits button -#: ../gtk/gtkaboutdialog.c:492 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Riconoscimenti" #. Add the license button -#: ../gtk/gtkaboutdialog.c:506 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licenza" -#: ../gtk/gtkaboutdialog.c:774 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Informazioni su %s" # GTK-2-12 -#: ../gtk/gtkaboutdialog.c:2033 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Riconoscimenti" # GTK-2-12 -#: ../gtk/gtkaboutdialog.c:2062 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Codice" # GTK-2-12 -#: ../gtk/gtkaboutdialog.c:2065 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documentazione" # GTK-2-12 -#: ../gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Traduzione" # GTK-2-12 # # Nota: "art work" --> grafica (da garzantilinguistica.it) -#: ../gtk/gtkaboutdialog.c:2081 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafica" @@ -1344,7 +1332,7 @@ msgstr "Grafica" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:91 +#: gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Maiusc" @@ -1354,7 +1342,7 @@ msgstr "Maiusc" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:97 +#: gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1364,7 +1352,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:103 +#: gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1374,7 +1362,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:671 +#: gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1384,7 +1372,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:684 +#: gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1394,40 +1382,40 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:698 +#: gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: ../gtk/gtkaccellabel.c:715 +#: gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Spazio" -#: ../gtk/gtkaccellabel.c:718 +#: gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: ../gtk/gtkbuilderparser.c:343 +#: gtk/gtkbuilderparser.c:343 #, c-format msgid "Invalid type function on line %d: '%s'" msgstr "Funzione tipo non valida alla riga %d: \"%s\"" -#: ../gtk/gtkbuilderparser.c:402 +#: gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" msgstr "" "ID di oggetto \"%s\" duplicato alla riga %d (il precedente è alla riga %d)" # GTK-2-12 -#: ../gtk/gtkbuilderparser.c:853 +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Elemento radice non valido: \"%s\"" # GTK-2-12 -#: ../gtk/gtkbuilderparser.c:892 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Tag non gestito: \"%s\"" @@ -1441,7 +1429,7 @@ msgstr "Tag non gestito: \"%s\"" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: ../gtk/gtkcalendar.c:758 +#: gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1449,7 +1437,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: ../gtk/gtkcalendar.c:796 +#: gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1458,7 +1446,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: ../gtk/gtkcalendar.c:1803 +#: gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1473,7 +1461,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 +#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1489,7 +1477,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 +#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1505,7 +1493,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: ../gtk/gtkcalendar.c:2146 +#: gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1513,7 +1501,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: ../gtk/gtkcellrendereraccel.c:243 +#: gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Disabilitato" @@ -1522,28 +1510,28 @@ msgstr "Disabilitato" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: ../gtk/gtkcellrendereraccel.c:376 ../gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Nuovo acceleratore..." # GTK-2-12 # Nota: il segno di percentuale è attaccato al valore # nella convenzione italiana -#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 +#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d%%" -#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 +#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Selezione colore" -#: ../gtk/gtkcolorbutton.c:448 +#: gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Ricevuti dati colore non validi\n" -#: ../gtk/gtkcolorsel.c:354 +#: gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1551,7 +1539,7 @@ msgstr "" "Selezionare la tonalità di colore tramite l'anello esterno e la luminosità " "tramite il triangolo interno." -#: ../gtk/gtkcolorsel.c:378 +#: gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1559,68 +1547,68 @@ msgstr "" "Fare clic sul contagocce, quindi fare clic su un punto qualsiasi dello " "schermo per selezionare il colore di quel punto." -#: ../gtk/gtkcolorsel.c:387 +#: gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Tonalità:" # GTK-2-12 -#: ../gtk/gtkcolorsel.c:388 +#: gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Posizione sull'anello dei colori." -#: ../gtk/gtkcolorsel.c:390 +#: gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Saturazione:" -#: ../gtk/gtkcolorsel.c:391 +#: gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "\"Profondità\" del colore." -#: ../gtk/gtkcolorsel.c:392 +#: gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Valore:" -#: ../gtk/gtkcolorsel.c:393 +#: gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Luminosità del colore." -#: ../gtk/gtkcolorsel.c:394 +#: gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Rosso:" -#: ../gtk/gtkcolorsel.c:395 +#: gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Quantità di luce rossa nel colore." -#: ../gtk/gtkcolorsel.c:396 +#: gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Verde:" -#: ../gtk/gtkcolorsel.c:397 +#: gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Quantità di luce verde nel colore." -#: ../gtk/gtkcolorsel.c:398 +#: gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Blu:" -#: ../gtk/gtkcolorsel.c:399 +#: gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Quantità di luce blu nel colore." -#: ../gtk/gtkcolorsel.c:402 +#: gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "_Opacità:" -#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 +#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Trasparenza del colore." -#: ../gtk/gtkcolorsel.c:426 +#: gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "_Nome colore:" -#: ../gtk/gtkcolorsel.c:440 +#: gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1628,16 +1616,16 @@ msgstr "" "È possibile inserire il valore esadecimale (in stile HTML) del colore o " "semplicemente il nome del colore come ad esempio \"orange\"." -#: ../gtk/gtkcolorsel.c:470 +#: gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Tavolozza:" # GTK-2-12 -#: ../gtk/gtkcolorsel.c:499 +#: gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Anello dei colori" -#: ../gtk/gtkcolorsel.c:976 +#: gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1648,7 +1636,7 @@ msgstr "" "della tavolozza o selezionarlo come corrente trascinandolo sul colore che si " "vuole sostituire." -#: ../gtk/gtkcolorsel.c:980 +#: gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1656,12 +1644,12 @@ msgstr "" "Il colore selezionato. È possibile trascinarlo su una posizione della " "tavolozza per averlo disponibile in futuro." -#: ../gtk/gtkcolorsel.c:1363 +#: gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Salva il colore in questa posizione" # ,bug nella stringa il punto finale andrebbe fuori dall virgolette -#: ../gtk/gtkcolorsel.c:1568 +#: gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1671,15 +1659,15 @@ msgstr "" "o fare clic col pulsante destro per selezionare \"Salva il colore in questa " "posizione\"." -#: ../gtk/gtkcolorseldialog.c:170 +#: gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Selezione colore" -#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Metodi di input" -#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Inserisci carattere di controllo unicode" @@ -1688,11 +1676,11 @@ msgstr "_Inserisci carattere di controllo unicode" # o Blocca Maiuscole ? # Metto BlocMaiusc per ora, dovrebbe essere la traduzione # corretta del tasto - Milo -#: ../gtk/gtkentry.c:9797 +#: gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "BlocMaiusc è attivo" -#: ../gtk/gtkfilechooserbutton.c:64 +#: gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Seleziona un file" @@ -1707,35 +1695,35 @@ msgstr "Seleziona un file" # # In questo modo i due bookmark hanno la stessa traduzione. # -Luca -#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 +#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Scrivania" -#: ../gtk/gtkfilechooserbutton.c:66 +#: gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Nessuno)" -#: ../gtk/gtkfilechooserbutton.c:2014 +#: gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Altro..." -#: ../gtk/gtkfilechooserdefault.c:1059 +#: gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Impossibile recuperare informazioni sul file" -#: ../gtk/gtkfilechooserdefault.c:1070 +#: gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Impossibile aggiungere un segnalibro" -#: ../gtk/gtkfilechooserdefault.c:1081 +#: gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Impossibile rimuovere il segnalibro" -#: ../gtk/gtkfilechooserdefault.c:1092 +#: gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "La cartella non può essere creata" -#: ../gtk/gtkfilechooserdefault.c:1105 +#: gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1744,11 +1732,11 @@ msgstr "" "nome. Provare a usare un nome diverso per la cartella o rinominare prima il " "file." -#: ../gtk/gtkfilechooserdefault.c:1116 +#: gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Nome di file non valido" -#: ../gtk/gtkfilechooserdefault.c:1126 +#: gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Il contenuto della cartella non può essere visualizzato" @@ -1756,110 +1744,110 @@ msgstr "Il contenuto della cartella non può essere visualizzato" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: ../gtk/gtkfilechooserdefault.c:1676 +#: gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s su %2$s" # GTK-2-12 -#: ../gtk/gtkfilechooserdefault.c:1852 +#: gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Ricerca" # GTK-2-12 -#: ../gtk/gtkfilechooserdefault.c:1876 +#: gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Usati di recente" -#: ../gtk/gtkfilechooserdefault.c:2510 +#: gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Seleziona quali tipi di file mostrare" -#: ../gtk/gtkfilechooserdefault.c:2939 +#: gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Aggiunge la cartella «%s» ai segnalibri" -#: ../gtk/gtkfilechooserdefault.c:2980 +#: gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Aggiunge la cartella corrente ai segnalibri" -#: ../gtk/gtkfilechooserdefault.c:2982 +#: gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Aggiunge le cartelle selezionate ai segnalibri" -#: ../gtk/gtkfilechooserdefault.c:3022 +#: gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Rimuove il segnalibro «%s»" -#: ../gtk/gtkfilechooserdefault.c:3740 +#: gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Rimuovi" -#: ../gtk/gtkfilechooserdefault.c:3749 +#: gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Rinomina..." #. Accessible object name for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3895 +#: gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Risorse" # GKT-2-12 #. Column header for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3952 +#: gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "Ris_orse" -#: ../gtk/gtkfilechooserdefault.c:4008 +#: gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "A_ggiungi" -#: ../gtk/gtkfilechooserdefault.c:4015 +#: gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Aggiunge la cartella selezionata ai segnalibri" -#: ../gtk/gtkfilechooserdefault.c:4020 +#: gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Rimuovi" -#: ../gtk/gtkfilechooserdefault.c:4027 +#: gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Rimuove il segnalibro selezionato" -#: ../gtk/gtkfilechooserdefault.c:4136 +#: gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Impossibile selezionare il file" -#: ../gtk/gtkfilechooserdefault.c:4311 +#: gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "A_ggiungi ai segnalibri" -#: ../gtk/gtkfilechooserdefault.c:4325 +#: gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Mostra _file nascosti" -#: ../gtk/gtkfilechooserdefault.c:4332 +#: gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Mostra _colonna dimensioni" -#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 +#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 msgid "Files" msgstr "File" -#: ../gtk/gtkfilechooserdefault.c:4636 +#: gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Nome" -#: ../gtk/gtkfilechooserdefault.c:4661 +#: gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Dimensione" # Visto che si applica a cartelle (f) e file (m) mi pare più corretto. -#: ../gtk/gtkfilechooserdefault.c:4675 +#: gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Data di modifica" @@ -1869,25 +1857,25 @@ msgstr "Data di modifica" # # Da verificare nel printeroption!! --Luca #. Label -#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 +#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "No_me:" -#: ../gtk/gtkfilechooserdefault.c:4938 +#: gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_Esplora altre cartelle" -#: ../gtk/gtkfilechooserdefault.c:5208 +#: gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Digitare un nome di file" # GTK-2-12 #. Create Folder -#: ../gtk/gtkfilechooserdefault.c:5245 +#: gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "_Crea cartella" -#: ../gtk/gtkfilechooserdefault.c:5255 +#: gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Posizione:" @@ -1901,35 +1889,35 @@ msgstr "_Posizione:" # a usare la C come tasto d'accesso. # # --Luca -#: ../gtk/gtkfilechooserdefault.c:5459 +#: gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Salva nella _cartella:" -#: ../gtk/gtkfilechooserdefault.c:5461 +#: gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Crea nella _cartella:" -#: ../gtk/gtkfilechooserdefault.c:7151 +#: gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Impossibile spostarsi in una cartella non locale" -#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 +#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "La scorciatoia «%s» esiste già" -#: ../gtk/gtkfilechooserdefault.c:7887 +#: gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "La scorciatoia «%s» non esiste" # GTK-2-12 -#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 +#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Esiste già un file con nome «%s». Sostituirlo?" -#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 +#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." @@ -1937,17 +1925,17 @@ msgstr "" "Il file esiste già in «%s». Scegliendo di sostituirlo il suo contenuto verrà " "sovrascritto." -#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 +#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Sostituisci" # GTK-2-12 -#: ../gtk/gtkfilechooserdefault.c:8914 +#: gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Impossibile avviare il processo di ricerca" # GTK-2-12 -#: ../gtk/gtkfilechooserdefault.c:8915 +#: gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1956,44 +1944,44 @@ msgstr "" "indicizzazione. Assicurarsi che sia in esecuzione." # GTK-2-12 -#: ../gtk/gtkfilechooserdefault.c:8929 +#: gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Impossibile inviare la richiesta di ricerca" # GTK-2-12 #. Label -#: ../gtk/gtkfilechooserdefault.c:9396 +#: gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Cerca:" -#: ../gtk/gtkfilechooserdefault.c:10349 +#: gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Impossibile montare «%s»" -#: ../gtk/gtkfilechooserdefault.c:11024 +#: gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Digitare il nome della nuova cartella" -#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 -#: ../gtk/gtkfilechooserdefault.c:11295 +#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 +#: gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Sconosciuto" # GTK-2-14 -#: ../gtk/gtkfilechooserdefault.c:11242 +#: gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%k.%M" # GTK-2-12 -#: ../gtk/gtkfilechooserdefault.c:11244 +#: gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Ieri alle %k.%M" # GTK-2-14 #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 +#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Percorso non valido" @@ -2001,7 +1989,7 @@ msgstr "Percorso non valido" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1095 +#: gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Nessuna corrispondenza" @@ -2009,7 +1997,7 @@ msgstr "Nessuna corrispondenza" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1106 +#: gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Unico completamento" @@ -2018,14 +2006,14 @@ msgstr "Unico completamento" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: ../gtk/gtkfilechooserentry.c:1122 +#: gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Completo, ma non unico" # GTK-2-14 #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: ../gtk/gtkfilechooserentry.c:1154 +#: gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Completamento..." @@ -2033,7 +2021,7 @@ msgstr "Completamento..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 +#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "È possibile selezionare solo i file locali" @@ -2041,42 +2029,42 @@ msgstr "È possibile selezionare solo i file locali" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: ../gtk/gtkfilechooserentry.c:1185 +#: gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Nome host incompleto; terminarlo con \"/\"" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: ../gtk/gtkfilechooserentry.c:1196 +#: gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Il percorso non esiste" # GTK-2-12 -#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 -#: ../gtk/gtkfilesel.c:1358 +#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 +#: gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Errore nel creare la cartella «%s»: %s" -#: ../gtk/gtkfilesel.c:694 +#: gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Cartelle" -#: ../gtk/gtkfilesel.c:698 +#: gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Cartelle" -#: ../gtk/gtkfilesel.c:734 +#: gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_File" -#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 +#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Cartella non leggibile: %s" -#: ../gtk/gtkfilesel.c:905 +#: gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -2087,89 +2075,89 @@ msgstr "" "disponibile.\n" "Selezionarlo veramente?" -#: ../gtk/gtkfilesel.c:1020 +#: gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Nuova cartella" -#: ../gtk/gtkfilesel.c:1031 +#: gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "Eli_mina file" -#: ../gtk/gtkfilesel.c:1042 +#: gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Rinomina file" -#: ../gtk/gtkfilesel.c:1347 +#: gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Il nome della cartella «%s» contiene simboli non consentiti nei nomi dei file" -#: ../gtk/gtkfilesel.c:1392 +#: gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Nuova cartella" -#: ../gtk/gtkfilesel.c:1407 +#: gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "Nome _cartella:" -#: ../gtk/gtkfilesel.c:1431 +#: gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "C_rea" -#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 +#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "Il nome del file «%s» contiene simboli non consentiti nei nomi dei file" -#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 +#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Errore nell'eliminare il file «%s»: %s" -#: ../gtk/gtkfilesel.c:1530 +#: gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Eliminare veramente il file «%s»?" -#: ../gtk/gtkfilesel.c:1535 +#: gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Elimina file" -#: ../gtk/gtkfilesel.c:1583 +#: gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Errore nel rinominare il file in «%s»: %s" -#: ../gtk/gtkfilesel.c:1596 +#: gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Errore nel rinominare il file «%s»: %s" -#: ../gtk/gtkfilesel.c:1605 +#: gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Errore nel rinominare il file «%s» in «%s»: %s" -#: ../gtk/gtkfilesel.c:1652 +#: gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Rinomina file" -#: ../gtk/gtkfilesel.c:1667 +#: gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Rinomina il file «%s» in:" -#: ../gtk/gtkfilesel.c:1696 +#: gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Rinomina" -#: ../gtk/gtkfilesel.c:2128 +#: gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Selezione: " -#: ../gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2178,15 +2166,15 @@ msgstr "" "Il nome del file «%s» non è convertibile in UTF-8 (impostare la variabile " "d'ambiente G_FILENAME_ENCODING): %s" -#: ../gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 non valido" -#: ../gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nome troppo lungo" -#: ../gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Impossibile convertire il nome del file" @@ -2195,28 +2183,28 @@ msgstr "Impossibile convertire il nome del file" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: ../gtk/gtkfilesystem.c:52 +#: gtk/gtkfilesystem.c:52 msgid "File System" msgstr "File system" -#: ../gtk/gtkfilesystemmodel.c:700 +#: gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Impossibile ottenere la cartella radice" -#: ../gtk/gtkfilesystemmodel.c:1301 +#: gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Vuoto)" -#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 +#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Selezione tipo di carattere" #. Initialize fields -#: ../gtk/gtkfontbutton.c:260 +#: gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:785 +#: gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Tipo di carattere" @@ -2227,49 +2215,49 @@ msgstr "Tipo di carattere" # #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: ../gtk/gtkfontsel.c:75 +#: gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcde ABCDE àèìòù €" -#: ../gtk/gtkfontsel.c:343 +#: gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Famiglia:" -#: ../gtk/gtkfontsel.c:349 +#: gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Stile:" -#: ../gtk/gtkfontsel.c:355 +#: gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Dimensione:" # GTK-2-16 cambiato acceleratore per collisione con A_nnulla #. create the text entry widget -#: ../gtk/gtkfontsel.c:532 +#: gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Anteprima:" -#: ../gtk/gtkfontsel.c:1649 +#: gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Selezione tipo di carattere" -#: ../gtk/gtkgamma.c:408 +#: gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: ../gtk/gtkgamma.c:418 +#: gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Valore _gamma" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: ../gtk/gtkiconfactory.c:1404 +#: gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Errore nel caricare l'icona: %s" -#: ../gtk/gtkicontheme.c:1363 +#: gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2282,142 +2270,142 @@ msgstr "" "È possibile recuperarne una copia presso:\n" "\t%s" -#: ../gtk/gtkicontheme.c:1543 +#: gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "Icona «%s» non presente nel tema" # GTK-2-12 -#: ../gtk/gtkicontheme.c:3074 +#: gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Caricamento dell'icona fallito" # GTK-2-14 -#: ../gtk/gtkimmodule.c:527 +#: gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Semplice" -#: ../gtk/gtkimmulticontext.c:541 +#: gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Sistema" -#: ../gtk/gtkimmulticontext.c:625 +#: gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Sistema (%s)" -#: ../gtk/gtkinputdialog.c:192 +#: gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Inserimento" -#: ../gtk/gtkinputdialog.c:207 +#: gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Nessun dispositivo di inserimento esteso" -#: ../gtk/gtkinputdialog.c:220 +#: gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Dispositivo:" -#: ../gtk/gtkinputdialog.c:237 +#: gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Disabilitato" -#: ../gtk/gtkinputdialog.c:244 +#: gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Schermo" -#: ../gtk/gtkinputdialog.c:251 +#: gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Finestra" -#: ../gtk/gtkinputdialog.c:258 +#: gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Modalità:" #. The axis listbox -#: ../gtk/gtkinputdialog.c:279 +#: gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Assi" #. Keys listbox -#: ../gtk/gtkinputdialog.c:297 +#: gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Tasti" -#: ../gtk/gtkinputdialog.c:524 +#: gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: ../gtk/gtkinputdialog.c:525 +#: gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: ../gtk/gtkinputdialog.c:526 +#: gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Pressione:" -#: ../gtk/gtkinputdialog.c:527 +#: gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "Inc_linazione X:" -#: ../gtk/gtkinputdialog.c:528 +#: gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "In_clinazione Y:" -#: ../gtk/gtkinputdialog.c:529 +#: gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "Ro_tella:" -#: ../gtk/gtkinputdialog.c:581 +#: gtk/gtkinputdialog.c:581 msgid "none" msgstr "nessuno" -#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 +#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(disabilitato)" -#: ../gtk/gtkinputdialog.c:647 +#: gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(sconosciuto)" #. and clear button -#: ../gtk/gtkinputdialog.c:751 +#: gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Pulisci" -#: ../gtk/gtklinkbutton.c:428 +#: gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Copia URL" # GTK-2-12 -#: ../gtk/gtklinkbutton.c:586 +#: gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "URI non valido" #. Description of --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:450 +#: gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Carica i moduli GTK+ addizionali" #. Placeholder in --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:451 +#: gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULI" #. Description of --g-fatal-warnings in --help output -#: ../gtk/gtkmain.c:453 +#: gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Rende tutti i warning critici" #. Description of --gtk-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:456 +#: gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Flag per il debug di GTK+ da attivare" #. Description of --gtk-no-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:459 +#: gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Flag per il debug di GTK+ da disattivare" @@ -2426,77 +2414,76 @@ msgstr "Flag per il debug di GTK+ da disattivare" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: ../gtk/gtkmain.c:707 +#: gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" # GTK-2-14 -#: ../gtk/gtkmain.c:773 +#: gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Impossibile aprire il display: %s" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Opzioni GTK+" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Mostra le opzioni GTK+" # GTK-2-14 -#: ../gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "C_onnetti" # GTK-2-14 -#: ../gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Connetti in modo _anonimo" # GTK-2-14 -#: ../gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Connetti come u_tente:" # GTK-2-14 -#: ../gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "Nome _utente:" # GTK-2-14 -#: ../gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Dominio:" # GTK-2-14 -#: ../gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "Pass_word:" # GTK-2-14 -#: ../gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Di_menticare la password immediatamente" # GTK-2-14 -#: ../gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Ricordare la password _fino al termine sessione" # GTK-2-14 -#: ../gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Ricordare per sempre" -#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 +#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Pagina %u" # GTK-2-12 -#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 -#: ../gtk/gtkpapersize.c:867 +#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Non è un file di impostazione pagina valido" @@ -2506,11 +2493,11 @@ msgstr "Non è un file di impostazione pagina valido" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: ../gtk/gtkpagesetupunixdialog.c:152 +#: gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: ../gtk/gtkpagesetupunixdialog.c:308 +#: gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2518,15 +2505,15 @@ msgstr "" "Stampante generica\n" "Per documenti portabili" -#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 +#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 +#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "pollici" -#: ../gtk/gtkpagesetupunixdialog.c:915 +#: gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2541,98 +2528,98 @@ msgstr "" " Superiore: %s %s\n" " Inferiore: %s %s" -#: ../gtk/gtkpagesetupunixdialog.c:964 +#: gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Gestisci dimensioni personalizzate..." -#: ../gtk/gtkpagesetupunixdialog.c:1012 +#: gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Formato per:" -#: ../gtk/gtkpagesetupunixdialog.c:1034 +#: gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Dimensione carta:" -#: ../gtk/gtkpagesetupunixdialog.c:1065 +#: gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientamento:" # setup è sostantivo, set up è verbo -#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Impostazione pagina" -#: ../gtk/gtkpagesetupunixdialog.c:1448 +#: gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Margini dalla stampante..." -#: ../gtk/gtkpagesetupunixdialog.c:1608 +#: gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Dimensione personalizzata %d" -#: ../gtk/gtkpagesetupunixdialog.c:1837 +#: gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Gestisci dimensioni personalizzate" -#: ../gtk/gtkpagesetupunixdialog.c:1933 +#: gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Larghezza:" -#: ../gtk/gtkpagesetupunixdialog.c:1945 +#: gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Altezza:" -#: ../gtk/gtkpagesetupunixdialog.c:1957 +#: gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Dimensione carta" -#: ../gtk/gtkpagesetupunixdialog.c:1967 +#: gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Superiore:" -#: ../gtk/gtkpagesetupunixdialog.c:1979 +#: gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Inferiore:" -#: ../gtk/gtkpagesetupunixdialog.c:1991 +#: gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Sinistro:" -#: ../gtk/gtkpagesetupunixdialog.c:2003 +#: gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Destro:" -#: ../gtk/gtkpagesetupunixdialog.c:2044 +#: gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Margini carta" # GTK-2-12 # # nome/descrizione per accessibilità -#: ../gtk/gtkpathbar.c:151 +#: gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Su nel percorso" # GTK-2-12 # # nome/descrizione per accessibilità -#: ../gtk/gtkpathbar.c:153 +#: gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Giù nel percorso" # GTK-2-12 # # nome/descrizione per accessibilità -#: ../gtk/gtkpathbar.c:1472 +#: gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Radice del file system" -#: ../gtk/gtkprinteroptionwidget.c:693 +#: gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Non disponibile" -#: ../gtk/gtkprinteroptionwidget.c:808 +#: gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "Salva nella ca_rtella:" @@ -2641,189 +2628,194 @@ msgstr "Salva nella ca_rtella:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: ../gtk/gtkprintoperation.c:175 +#: gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s lavoro #%d" -#: ../gtk/gtkprintoperation.c:1517 +#: gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Stato iniziale" -#: ../gtk/gtkprintoperation.c:1518 +#: gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Preparazione per la stampa" -#: ../gtk/gtkprintoperation.c:1519 +#: gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Generazione dati" -#: ../gtk/gtkprintoperation.c:1520 +#: gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Invio dati" -#: ../gtk/gtkprintoperation.c:1521 +#: gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Attesa" -#: ../gtk/gtkprintoperation.c:1522 +#: gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Bloccato a causa di un problema" -#: ../gtk/gtkprintoperation.c:1523 +#: gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Stampa in corso" -#: ../gtk/gtkprintoperation.c:1524 +#: gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Terminato" -#: ../gtk/gtkprintoperation.c:1525 +#: gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Terminato con errore" -#: ../gtk/gtkprintoperation.c:2048 +#: gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Preparazione di %d" -#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 +#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 +#, c-format msgid "Preparing" msgstr "Preparazione" -#: ../gtk/gtkprintoperation.c:2053 +#: gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Stampa di %d" # GTK-2-14 -#: ../gtk/gtkprintoperation.c:2411 +#: gtk/gtkprintoperation.c:2411 +#, c-format msgid "Error creating print preview" msgstr "Errore nel creare l'anteprima di stampa" # GTK-2-14 -#: ../gtk/gtkprintoperation.c:2414 +#: gtk/gtkprintoperation.c:2414 +#, c-format msgid "The most probable reason is that a temporary file could not be created." msgstr "" "Il motivo più probabile è che non è possibile creare un file temporaneo." # GTK-2-12 launch-->lanciare -#: ../gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 +#, c-format msgid "Error launching preview" msgstr "Errore nel lanciare l'anteprima" # GTK-2-12 -#: ../gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 +#, c-format msgid "Error printing" msgstr "Errore nello stampare" -#: ../gtk/gtkprintoperation-unix.c:384 ../gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Applicazione" -#: ../gtk/gtkprintoperation-win32.c:590 +#: gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Stampante scollegata" -#: ../gtk/gtkprintoperation-win32.c:592 +#: gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Carta terminata" #. Translators: this is a printer status. -#: ../gtk/gtkprintoperation-win32.c:594 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: gtk/gtkprintoperation-win32.c:594 +#: modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "In pausa" -#: ../gtk/gtkprintoperation-win32.c:596 +#: gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Richiesto l'intervento dell'utente" -#: ../gtk/gtkprintoperation-win32.c:696 +#: gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Dimensione personalizzata" # GTK-2-14 -#: ../gtk/gtkprintoperation-win32.c:1517 +#: gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Nessuna stampante trovata" # GTK-2-14 -#: ../gtk/gtkprintoperation-win32.c:1544 +#: gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Argomento non valido per CreateDC" -#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 +#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Errore da StartDoc" -#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 -#: ../gtk/gtkprintoperation-win32.c:1729 +#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 +#: gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Memoria insufficiente" # GTK-2-14 -#: ../gtk/gtkprintoperation-win32.c:1734 +#: gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Argomento non valido per PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1739 +#: gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Puntatore a PrintDlgEx non valido" -#: ../gtk/gtkprintoperation-win32.c:1744 +#: gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Handle per PrintDlgEx non valido" -#: ../gtk/gtkprintoperation-win32.c:1749 +#: gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Errore non specificato" -#: ../gtk/gtkprintunixdialog.c:1758 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Stampante" #. Translators: this is the header for the location column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1768 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Posizione" #. Translators: this is the header for the printer status column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1779 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Stato" # GTK-2-14 -#: ../gtk/gtkprintunixdialog.c:1804 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Intervallo" # GTK-2-14 -#: ../gtk/gtkprintunixdialog.c:1808 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Tutte le pagine" # GTK-2-14 -#: ../gtk/gtkprintunixdialog.c:1815 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Pagina c_orrente" # GTK-2-14 -#: ../gtk/gtkprintunixdialog.c:1824 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Pagine:" # GTK-2-12 -#: ../gtk/gtkprintunixdialog.c:1825 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2831,28 +2823,28 @@ msgstr "" "Specificare uno o più intervalli di pagine,\n" "per esempio: 1-3,7,11" -#: ../gtk/gtkprintunixdialog.c:1835 +#: gtk/gtkprintunixdialog.c:1835 msgid "Pages" msgstr "Pagine" -#: ../gtk/gtkprintunixdialog.c:1848 +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Copie" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: ../gtk/gtkprintunixdialog.c:1853 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Copi_e:" -#: ../gtk/gtkprintunixdialog.c:1871 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "Ra_ggruppa" -#: ../gtk/gtkprintunixdialog.c:1879 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Ordine inve_rso" -#: ../gtk/gtkprintunixdialog.c:1899 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Generale" @@ -2860,98 +2852,98 @@ msgstr "Generale" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: ../gtk/gtkprintunixdialog.c:2439 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: gtk/gtkprintunixdialog.c:2439 +#: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Ordinamento pagine" # GTK-2-14 -#: ../gtk/gtkprintunixdialog.c:2445 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Da sinistra a destra" # GTK-2-14 -#: ../gtk/gtkprintunixdialog.c:2446 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Da destra a sinistra" # GTK-2-12 # # in tipografia layout-->impaginazione (garzantilinguistica.it) -#: ../gtk/gtkprintunixdialog.c:2515 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Impaginazione" # GTK-2-12 aggiunto acceleratore -#: ../gtk/gtkprintunixdialog.c:2519 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Fronte-retro:" # GTK-2-12 -#: ../gtk/gtkprintunixdialog.c:2534 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "P_agine per facciata:" # GTK-2-14 -#: ../gtk/gtkprintunixdialog.c:2552 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Or_dinamento pagine:" -#: ../gtk/gtkprintunixdialog.c:2568 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Sta_mpare solo:" #. In enum order -#: ../gtk/gtkprintunixdialog.c:2583 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Tutti i fogli" -#: ../gtk/gtkprintunixdialog.c:2584 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Fogli pari" -#: ../gtk/gtkprintunixdialog.c:2585 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Fogli dispari" -#: ../gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Scala:" -#: ../gtk/gtkprintunixdialog.c:2615 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Carta" -#: ../gtk/gtkprintunixdialog.c:2619 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tipo di carta:" # GTK-2-14 # cambiato acceleratore per conflitto -#: ../gtk/gtkprintunixdialog.c:2634 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "S_orgente carta:" -#: ../gtk/gtkprintunixdialog.c:2649 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Cassetto di _uscita:" # GTK-2-12 -#: ../gtk/gtkprintunixdialog.c:2703 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Dettagli lavoro" # GTK-2-14 # cambiato acceleratore per conflitto -#: ../gtk/gtkprintunixdialog.c:2709 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_orità:" -#: ../gtk/gtkprintunixdialog.c:2724 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "In_formazioni fatturazione:" -#: ../gtk/gtkprintunixdialog.c:2742 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Stampa documento" @@ -2960,11 +2952,11 @@ msgstr "Stampa documento" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2751 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "Ad_esso" -#: ../gtk/gtkprintunixdialog.c:2762 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Alle:" @@ -2976,7 +2968,7 @@ msgstr "_Alle:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: ../gtk/gtkprintunixdialog.c:2768 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2984,33 +2976,33 @@ msgstr "" "Specificare l'ora della stampa,\n" " per esempio 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: ../gtk/gtkprintunixdialog.c:2778 -msgid "At" -msgstr "Alle" +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" -#: ../gtk/gtkprintunixdialog.c:2794 +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_In attesa" -#: ../gtk/gtkprintunixdialog.c:2795 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Trattenere il lavoro finché non è esplicitamente rilasciato" -#: ../gtk/gtkprintunixdialog.c:2815 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Aggiungi pagina di copertina" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../gtk/gtkprintunixdialog.c:2824 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "P_rima:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../gtk/gtkprintunixdialog.c:2842 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Dopo:" @@ -3018,88 +3010,88 @@ msgstr "_Dopo:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2860 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Lavoro" -#: ../gtk/gtkprintunixdialog.c:2926 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avanzato" -#: ../gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Qualità immagine" -#: ../gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Colore" -#: ../gtk/gtkprintunixdialog.c:2967 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Completamento in corso" -#: ../gtk/gtkprintunixdialog.c:2977 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Alcune impostazioni nella finestra di dialogo sono in conflitto" -#: ../gtk/gtkprintunixdialog.c:3000 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Stampa" -#: ../gtk/gtkrc.c:2874 +#: gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Impossibile trovare il file da includere: \"%s\"" -#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 +#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Impossibile trovare il file di immagine in pixmap_path: \"%s\"" -#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 -#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 +#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 +#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Questa funzione non è implementata per i widget della classe «%s»" -#: ../gtk/gtkrecentchooserdefault.c:481 +#: gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Seleziona i tipi di documento da visualizzare" -#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 +#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Nessun elemento trovato per l'URI «%s»" # GTK-2-12 -#: ../gtk/gtkrecentchooserdefault.c:1298 +#: gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Filtro senza titolo" -#: ../gtk/gtkrecentchooserdefault.c:1651 +#: gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Impossibile rimuovere l'elemento" # GTK-2-12 s/lista/elenco -#: ../gtk/gtkrecentchooserdefault.c:1695 +#: gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Impossibile pulire l'elenco" -#: ../gtk/gtkrecentchooserdefault.c:1779 +#: gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Copia _posizione" # GTK-2-12 s/lista/elenco -#: ../gtk/gtkrecentchooserdefault.c:1792 +#: gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Rimuovi da elenco" # GTK-2-12 s/lista/elenco -#: ../gtk/gtkrecentchooserdefault.c:1801 +#: gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Pulisci elenco" -#: ../gtk/gtkrecentchooserdefault.c:1815 +#: gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Mostra risorse _private" @@ -3113,21 +3105,21 @@ msgstr "Mostra risorse _private" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: ../gtk/gtkrecentchoosermenu.c:342 +#: gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Nessun elemento trovato" -#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 +#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Non sono state trovate risorse con l'URI «%s» usate di recente" -#: ../gtk/gtkrecentchoosermenu.c:775 +#: gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Apre «%s»" -#: ../gtk/gtkrecentchoosermenu.c:805 +#: gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Elemento sconosciuto" @@ -3136,7 +3128,7 @@ msgstr "Elemento sconosciuto" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: ../gtk/gtkrecentchoosermenu.c:816 +#: gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -3145,37 +3137,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: ../gtk/gtkrecentchoosermenu.c:821 +#: gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 -#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 -#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 -#: ../gtk/gtkrecentmanager.c:1258 +#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 +#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 +#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 +#: gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Impossibile trovare un elemento con l'URI «%s»" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: ../gtk/gtkstock.c:288 +#: gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Informazione" -#: ../gtk/gtkstock.c:289 +#: gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Avvertimento" -#: ../gtk/gtkstock.c:290 +#: gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Errore" -#: ../gtk/gtkstock.c:291 +#: gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Domanda" @@ -3183,83 +3175,83 @@ msgstr "Domanda" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: ../gtk/gtkstock.c:296 +#: gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "I_nformazioni" -#: ../gtk/gtkstock.c:297 +#: gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "A_ggiungi" -#: ../gtk/gtkstock.c:298 +#: gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "A_pplica" -#: ../gtk/gtkstock.c:299 +#: gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Grassetto" -#: ../gtk/gtkstock.c:300 +#: gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "A_nnulla" -#: ../gtk/gtkstock.c:301 +#: gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-Rom" -#: ../gtk/gtkstock.c:302 +#: gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Pulisci" -#: ../gtk/gtkstock.c:303 +#: gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Chiudi" -#: ../gtk/gtkstock.c:304 +#: gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "C_onnetti" -#: ../gtk/gtkstock.c:305 +#: gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Converti" -#: ../gtk/gtkstock.c:306 +#: gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Copia" -#: ../gtk/gtkstock.c:307 +#: gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "_Taglia" -#: ../gtk/gtkstock.c:308 +#: gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "Eli_mina" # GTK-2-12 -#: ../gtk/gtkstock.c:309 +#: gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Scarta" -#: ../gtk/gtkstock.c:310 +#: gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Disconnetti" -#: ../gtk/gtkstock.c:311 +#: gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Esegui" @@ -3267,27 +3259,27 @@ msgstr "_Esegui" # GTK-2-16 # cambiato accelerato da _m a _d per possibili collisioni # con eli_mina -#: ../gtk/gtkstock.c:312 +#: gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "Mo_difica" -#: ../gtk/gtkstock.c:313 +#: gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "Tr_ova" -#: ../gtk/gtkstock.c:314 +#: gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Trova e sostit_uisci" -#: ../gtk/gtkstock.c:315 +#: gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Floppy" -#: ../gtk/gtkstock.c:316 +#: gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "Sc_hermo intero" @@ -3295,359 +3287,359 @@ msgstr "Sc_hermo intero" # Non è fedele, ma è come quanto già usato e testato in altre applicazioni. # La traduzione "Lascia schermo intero" o simili sono troppo lunghe per i # posti in cui va ad apparire (cfr epiphany, evince, gthumb...) -Luca -#: ../gtk/gtkstock.c:317 +#: gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Finestra normale" #. This is a navigation label as in "go to the bottom of the page" -#: ../gtk/gtkstock.c:319 +#: gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Basso" #. This is a navigation label as in "go to the first page" -#: ../gtk/gtkstock.c:321 +#: gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Primo" #. This is a navigation label as in "go to the last page" -#: ../gtk/gtkstock.c:323 +#: gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Ultimo" #. This is a navigation label as in "go to the top of the page" -#: ../gtk/gtkstock.c:325 +#: gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Alto" #. This is a navigation label as in "go back" -#: ../gtk/gtkstock.c:327 +#: gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Indietro" #. This is a navigation label as in "go down" -#: ../gtk/gtkstock.c:329 +#: gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Giù" #. This is a navigation label as in "go forward" -#: ../gtk/gtkstock.c:331 +#: gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Avanti" #. This is a navigation label as in "go up" -#: ../gtk/gtkstock.c:333 +#: gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Su" -#: ../gtk/gtkstock.c:334 +#: gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Disco fisso" -#: ../gtk/gtkstock.c:335 +#: gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "A_iuto" -#: ../gtk/gtkstock.c:336 +#: gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Home" -#: ../gtk/gtkstock.c:337 +#: gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Aumenta rientro" -#: ../gtk/gtkstock.c:338 +#: gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Riduci rientro" -#: ../gtk/gtkstock.c:339 +#: gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Indice" -#: ../gtk/gtkstock.c:340 +#: gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "I_nformazioni" -#: ../gtk/gtkstock.c:341 +#: gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Corsivo" -#: ../gtk/gtkstock.c:342 +#: gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Vai a" #. This is about text justification, "centered text" -#: ../gtk/gtkstock.c:344 +#: gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Centrato" #. This is about text justification -#: ../gtk/gtkstock.c:346 +#: gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Giustificato" #. This is about text justification, "left-justified text" -#: ../gtk/gtkstock.c:348 +#: gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Sinistra" #. This is about text justification, "right-justified text" -#: ../gtk/gtkstock.c:350 +#: gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Destra" #. Media label, as in "fast forward" -#: ../gtk/gtkstock.c:353 +#: gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Avanti" #. Media label, as in "next song" -#: ../gtk/gtkstock.c:355 +#: gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Successivo" #. Media label, as in "pause music" -#: ../gtk/gtkstock.c:357 +#: gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "P_ausa" # GKT-2-12 #. Media label, as in "play music" -#: ../gtk/gtkstock.c:359 +#: gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Riproduci" #. Media label, as in "previous song" -#: ../gtk/gtkstock.c:361 +#: gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "Pre_cedente" #. Media label -#: ../gtk/gtkstock.c:363 +#: gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "Re_gistra" #. Media label -#: ../gtk/gtkstock.c:365 +#: gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "Ria_vvolgi" #. Media label -#: ../gtk/gtkstock.c:367 +#: gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Ferma" -#: ../gtk/gtkstock.c:368 +#: gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Rete" -#: ../gtk/gtkstock.c:369 +#: gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Nuovo" -#: ../gtk/gtkstock.c:370 +#: gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_No" -#: ../gtk/gtkstock.c:371 +#: gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_OK" -#: ../gtk/gtkstock.c:372 +#: gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Apri" #. Page orientation -#: ../gtk/gtkstock.c:374 +#: gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Orizzontale" #. Page orientation -#: ../gtk/gtkstock.c:376 +#: gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Verticale" #. Page orientation -#: ../gtk/gtkstock.c:378 +#: gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Orizzontale invertito" #. Page orientation -#: ../gtk/gtkstock.c:380 +#: gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Verticale invertito" # GTK-2-14 # setup è sostantivo, set up è verbo -#: ../gtk/gtkstock.c:381 +#: gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "_Impostazione pagina" -#: ../gtk/gtkstock.c:382 +#: gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Incolla" -#: ../gtk/gtkstock.c:383 +#: gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "Preferen_ze" -#: ../gtk/gtkstock.c:384 +#: gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "Stam_pa" -#: ../gtk/gtkstock.c:385 +#: gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Antepri_ma di stampa" -#: ../gtk/gtkstock.c:386 +#: gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "Pr_oprietà" -#: ../gtk/gtkstock.c:387 +#: gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Esci" -#: ../gtk/gtkstock.c:388 +#: gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Ripeti" -#: ../gtk/gtkstock.c:389 +#: gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Aggiorna" -#: ../gtk/gtkstock.c:390 +#: gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Rimuovi" -#: ../gtk/gtkstock.c:391 +#: gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Ripristina" -#: ../gtk/gtkstock.c:392 +#: gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Salva" -#: ../gtk/gtkstock.c:393 +#: gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Sa_lva come" -#: ../gtk/gtkstock.c:394 +#: gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "_Seleziona tutto" -#: ../gtk/gtkstock.c:395 +#: gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Colore" -#: ../gtk/gtkstock.c:396 +#: gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Tipo di carattere" #. Sorting direction -#: ../gtk/gtkstock.c:398 +#: gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Crescente" #. Sorting direction -#: ../gtk/gtkstock.c:400 +#: gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Decrescente" -#: ../gtk/gtkstock.c:401 +#: gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "C_ontrolla ortografia" -#: ../gtk/gtkstock.c:402 +#: gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Ferma" #. Font variant -#: ../gtk/gtkstock.c:404 +#: gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "S_barrato" -#: ../gtk/gtkstock.c:405 +#: gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Annulla eliminazione" #. Font variant -#: ../gtk/gtkstock.c:407 +#: gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Sottolineato" -#: ../gtk/gtkstock.c:408 +#: gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Annulla" -#: ../gtk/gtkstock.c:409 +#: gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Sì" #. Zoom -#: ../gtk/gtkstock.c:411 +#: gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Dimensione normale" @@ -3656,253 +3648,253 @@ msgstr "_Dimensione normale" # # era "adatta alla finestra", ma che c'entra la finestra ???? #. Zoom -#: ../gtk/gtkstock.c:413 +#: gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Ada_tta dimensione" -#: ../gtk/gtkstock.c:414 +#: gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "Aum_enta ingrandimento" -#: ../gtk/gtkstock.c:415 +#: gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "Rid_uci ingrandimento" -#: ../gtk/gtktextbufferrichtext.c:651 +#: gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Errore sconosciuto durante il tentativo di deserializzare %s" -#: ../gtk/gtktextbufferrichtext.c:710 +#: gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Funzione di deserializzazione per il formato %s non trovata" -#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 +#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "Nell'elemento <%s> sono stati trovati sia \"id\" che \"name\"" -#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 +#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "" "L'attributo «%s» è stato trovato due volte all'interno dell'elemento <%s>" -#: ../gtk/gtktextbufferserialize.c:846 +#: gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "L'id «%s» dell'elemento <%s> non è valido" -#: ../gtk/gtktextbufferserialize.c:856 +#: gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "L'elemento <%s> non ha gli attributi \"id\" e \"name\"" -#: ../gtk/gtktextbufferserialize.c:943 +#: gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "L'attributo «%s» è ripetuto due volte nell'elemento <%s>" -#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 +#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "In questo contesto l'attributo «%s» non è valido nell'elemento <%s>" -#: ../gtk/gtktextbufferserialize.c:1022 +#: gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Il tag «%s» non è stato definito." -#: ../gtk/gtktextbufferserialize.c:1034 +#: gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Trovato tag anonimo. Non è possibile creare altri tag." -#: ../gtk/gtktextbufferserialize.c:1045 +#: gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "Nel buffer non esiste il tag «%s» e non è possibile creare altri tag." -#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 -#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 +#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 +#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Non è consentito usare l'elemento <%s> dopo <%s>" -#: ../gtk/gtktextbufferserialize.c:1175 +#: gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "«%s» non è un tipo di attributo valido" -#: ../gtk/gtktextbufferserialize.c:1183 +#: gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "«%s» non è un nome di attributo valido" -#: ../gtk/gtktextbufferserialize.c:1193 +#: gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "" "Non è possibile convertire «%s» in un valore di tipo «%s» per l'attributo «%s»" -#: ../gtk/gtktextbufferserialize.c:1202 +#: gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "«%s» non è un valore valido per l'attributo «%s»" -#: ../gtk/gtktextbufferserialize.c:1285 +#: gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Il tag «%s» è già definito" -#: ../gtk/gtktextbufferserialize.c:1296 +#: gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Il tag «%s» ha priorità «%s» non valida" -#: ../gtk/gtktextbufferserialize.c:1349 +#: gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "L'elemento più esterno deve essere , non <%s>" -#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 +#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Un elemento <%s> è già stato specificato" -#: ../gtk/gtktextbufferserialize.c:1380 +#: gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Un elemento non può precedere un elemento " -#: ../gtk/gtktextbufferserialize.c:1779 +#: gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "I dati serializzati sono malformati" -#: ../gtk/gtktextbufferserialize.c:1857 +#: gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "I dati serializzati sono malformati. La prima sezione non è " "GTKTEXTBUFFERCONTENTS-0001" -#: ../gtk/gtktextutil.c:61 +#: gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM marcatura _sinistra-destra" -#: ../gtk/gtktextutil.c:62 +#: gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM marcatura _destra-sinistra" -#: ../gtk/gtktextutil.c:63 +#: gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE _inserimento sinistra-destra" -#: ../gtk/gtktextutil.c:64 +#: gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE i_nserimento destra-sinistra" # GTK-2-12 -#: ../gtk/gtktextutil.c:65 +#: gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO _forza sinistra-destra" # GTK-2-12 -#: ../gtk/gtktextutil.c:66 +#: gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO f_orza destra-sinistra" -#: ../gtk/gtktextutil.c:67 +#: gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF cancella formattazione direzionale" -#: ../gtk/gtktextutil.c:68 +#: gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS spa_zio a larghezza nulla" -#: ../gtk/gtktextutil.c:69 +#: gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ spazio di _unione a larghezza nulla" -#: ../gtk/gtktextutil.c:70 +#: gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ spazio _non di unione a larghezza nulla" -#: ../gtk/gtkthemes.c:71 +#: gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Impossibile trovare il motore del tema in module_path: «%s»," -#: ../gtk/gtktipsquery.c:188 +#: gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Nessun suggerimento ---" -#: ../gtk/gtkuimanager.c:1463 +#: gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Tag iniziale «%s» non atteso alla riga %d, carattere %d" -#: ../gtk/gtkuimanager.c:1553 +#: gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Dati carattere non attesi alla riga %d, carattere %d" -#: ../gtk/gtkuimanager.c:2385 +#: gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Vuoto" # GTK-2-12 # nome per a11y -#: ../gtk/gtkvolumebutton.c:73 +#: gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Volume" # GTK-2-14 # descrizione per a11y -#: ../gtk/gtkvolumebutton.c:75 +#: gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Abbassa o alza il volume" # GTK-2-14 # descrizione dell'azione per a11y< -#: ../gtk/gtkvolumebutton.c:78 +#: gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Regola il volume" # GTK-2-12 # nome per a11y -#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 +#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Abbassa volume" # GTK-2-14 # descrizione per a11y -#: ../gtk/gtkvolumebutton.c:83 +#: gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Decrementa il volume" # GTK-2-12 # nome per a11y -#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 +#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Alza volume" # GTK-2-14 # descrizione per a11y -#: ../gtk/gtkvolumebutton.c:89 +#: gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Incrementa il volume" # GTK-2-12 -#: ../gtk/gtkvolumebutton.c:147 +#: gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Volume escluso" # GTK-2-12 -#: ../gtk/gtkvolumebutton.c:151 +#: gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Volume massimo" @@ -3914,932 +3906,932 @@ msgstr "Volume massimo" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: ../gtk/gtkvolumebutton.c:164 +#: gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d%%" -#: ../gtk/paper_names_offsets.c:4 +#: gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: ../gtk/paper_names_offsets.c:5 +#: gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: ../gtk/paper_names_offsets.c:6 +#: gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: ../gtk/paper_names_offsets.c:7 +#: gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: ../gtk/paper_names_offsets.c:8 +#: gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: ../gtk/paper_names_offsets.c:9 +#: gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: ../gtk/paper_names_offsets.c:10 +#: gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: ../gtk/paper_names_offsets.c:11 +#: gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: ../gtk/paper_names_offsets.c:12 +#: gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: ../gtk/paper_names_offsets.c:13 +#: gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: ../gtk/paper_names_offsets.c:14 +#: gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: ../gtk/paper_names_offsets.c:15 +#: gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: ../gtk/paper_names_offsets.c:16 +#: gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: ../gtk/paper_names_offsets.c:17 +#: gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: ../gtk/paper_names_offsets.c:18 +#: gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: ../gtk/paper_names_offsets.c:19 +#: gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: ../gtk/paper_names_offsets.c:20 +#: gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: ../gtk/paper_names_offsets.c:21 +#: gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: ../gtk/paper_names_offsets.c:22 +#: gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: ../gtk/paper_names_offsets.c:23 +#: gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: ../gtk/paper_names_offsets.c:24 +#: gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: ../gtk/paper_names_offsets.c:25 +#: gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tabulato" -#: ../gtk/paper_names_offsets.c:26 +#: gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: ../gtk/paper_names_offsets.c:27 +#: gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: ../gtk/paper_names_offsets.c:28 +#: gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: ../gtk/paper_names_offsets.c:29 +#: gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: ../gtk/paper_names_offsets.c:30 +#: gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: ../gtk/paper_names_offsets.c:31 +#: gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: ../gtk/paper_names_offsets.c:32 +#: gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: ../gtk/paper_names_offsets.c:33 +#: gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: ../gtk/paper_names_offsets.c:34 +#: gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: ../gtk/paper_names_offsets.c:35 +#: gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: ../gtk/paper_names_offsets.c:36 +#: gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: ../gtk/paper_names_offsets.c:37 +#: gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: ../gtk/paper_names_offsets.c:38 +#: gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: ../gtk/paper_names_offsets.c:39 +#: gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: ../gtk/paper_names_offsets.c:40 +#: gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: ../gtk/paper_names_offsets.c:41 +#: gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: ../gtk/paper_names_offsets.c:42 +#: gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: ../gtk/paper_names_offsets.c:43 +#: gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: ../gtk/paper_names_offsets.c:44 +#: gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: ../gtk/paper_names_offsets.c:45 +#: gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: ../gtk/paper_names_offsets.c:46 +#: gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: ../gtk/paper_names_offsets.c:47 +#: gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: ../gtk/paper_names_offsets.c:48 +#: gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: ../gtk/paper_names_offsets.c:49 +#: gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: ../gtk/paper_names_offsets.c:50 +#: gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: ../gtk/paper_names_offsets.c:51 +#: gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: ../gtk/paper_names_offsets.c:52 +#: gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: ../gtk/paper_names_offsets.c:53 +#: gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: ../gtk/paper_names_offsets.c:54 +#: gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: ../gtk/paper_names_offsets.c:55 +#: gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: ../gtk/paper_names_offsets.c:56 +#: gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: ../gtk/paper_names_offsets.c:57 +#: gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: ../gtk/paper_names_offsets.c:58 +#: gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: ../gtk/paper_names_offsets.c:59 +#: gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: ../gtk/paper_names_offsets.c:60 +#: gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: ../gtk/paper_names_offsets.c:61 +#: gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: ../gtk/paper_names_offsets.c:62 +#: gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: ../gtk/paper_names_offsets.c:63 +#: gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: ../gtk/paper_names_offsets.c:64 +#: gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: ../gtk/paper_names_offsets.c:65 +#: gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Busta DL" -#: ../gtk/paper_names_offsets.c:66 +#: gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: ../gtk/paper_names_offsets.c:67 +#: gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: ../gtk/paper_names_offsets.c:68 +#: gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: ../gtk/paper_names_offsets.c:69 +#: gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: ../gtk/paper_names_offsets.c:70 +#: gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: ../gtk/paper_names_offsets.c:71 +#: gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: ../gtk/paper_names_offsets.c:72 +#: gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: ../gtk/paper_names_offsets.c:73 +#: gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: ../gtk/paper_names_offsets.c:74 +#: gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: ../gtk/paper_names_offsets.c:75 +#: gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: ../gtk/paper_names_offsets.c:76 +#: gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: ../gtk/paper_names_offsets.c:77 +#: gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: ../gtk/paper_names_offsets.c:78 +#: gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: ../gtk/paper_names_offsets.c:79 +#: gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: ../gtk/paper_names_offsets.c:80 +#: gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: ../gtk/paper_names_offsets.c:81 +#: gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: ../gtk/paper_names_offsets.c:82 +#: gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: ../gtk/paper_names_offsets.c:83 +#: gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: ../gtk/paper_names_offsets.c:84 +#: gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Busta Choukei 2" -#: ../gtk/paper_names_offsets.c:85 +#: gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Busta Choukei 3" -#: ../gtk/paper_names_offsets.c:86 +#: gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Busta Choukei 4" -#: ../gtk/paper_names_offsets.c:87 +#: gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (cartolina)" -#: ../gtk/paper_names_offsets.c:88 +#: gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Busta kahu" -#: ../gtk/paper_names_offsets.c:89 +#: gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Busta kaku2" -#: ../gtk/paper_names_offsets.c:90 +#: gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (cartolina di risposta)" -#: ../gtk/paper_names_offsets.c:91 +#: gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Busta you4" -#: ../gtk/paper_names_offsets.c:92 +#: gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10\"×11\"" -#: ../gtk/paper_names_offsets.c:93 +#: gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10\"×13\"" -#: ../gtk/paper_names_offsets.c:94 +#: gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10\"×14\"" -#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 +#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10\"×15\"" -#: ../gtk/paper_names_offsets.c:97 +#: gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11\"×12\"" -#: ../gtk/paper_names_offsets.c:98 +#: gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11\"×15\"" -#: ../gtk/paper_names_offsets.c:99 +#: gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12\"×19\"" -#: ../gtk/paper_names_offsets.c:100 +#: gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5\"×7\"" -#: ../gtk/paper_names_offsets.c:101 +#: gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Busta 6\"×9\"" -#: ../gtk/paper_names_offsets.c:102 +#: gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Busta 7\"×9\"" -#: ../gtk/paper_names_offsets.c:103 +#: gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Busta 9\"×11\"" -#: ../gtk/paper_names_offsets.c:104 +#: gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Busta a2" -#: ../gtk/paper_names_offsets.c:105 +#: gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: ../gtk/paper_names_offsets.c:106 +#: gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: ../gtk/paper_names_offsets.c:107 +#: gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: ../gtk/paper_names_offsets.c:108 +#: gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: ../gtk/paper_names_offsets.c:109 +#: gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: ../gtk/paper_names_offsets.c:110 +#: gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: ../gtk/paper_names_offsets.c:111 +#: gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: ../gtk/paper_names_offsets.c:112 +#: gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Busta c5" -#: ../gtk/paper_names_offsets.c:113 +#: gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: ../gtk/paper_names_offsets.c:114 +#: gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: ../gtk/paper_names_offsets.c:115 +#: gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: ../gtk/paper_names_offsets.c:116 +#: gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "edp Europeo" -#: ../gtk/paper_names_offsets.c:117 +#: gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: ../gtk/paper_names_offsets.c:118 +#: gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: ../gtk/paper_names_offsets.c:119 +#: gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "Modulo continuo Europeo" -#: ../gtk/paper_names_offsets.c:120 +#: gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "Modulo continuo US" -#: ../gtk/paper_names_offsets.c:121 +#: gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "Modulo continuo legal tedesco" -#: ../gtk/paper_names_offsets.c:122 +#: gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Legal ministeriale" -#: ../gtk/paper_names_offsets.c:123 +#: gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Letter ministeriale" -#: ../gtk/paper_names_offsets.c:124 +#: gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Bigliettino 3\"×5\"" -#: ../gtk/paper_names_offsets.c:125 +#: gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Bigliettino 4\"×6\" (cartolina)" -#: ../gtk/paper_names_offsets.c:126 +#: gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Bigliettino 4\"×6\" ext" -#: ../gtk/paper_names_offsets.c:127 +#: gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Bigliettino 5\"×8\"" -#: ../gtk/paper_names_offsets.c:128 +#: gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Fattura" -#: ../gtk/paper_names_offsets.c:129 +#: gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: ../gtk/paper_names_offsets.c:130 +#: gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: ../gtk/paper_names_offsets.c:131 +#: gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: ../gtk/paper_names_offsets.c:132 +#: gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: ../gtk/paper_names_offsets.c:133 +#: gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: ../gtk/paper_names_offsets.c:134 +#: gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: ../gtk/paper_names_offsets.c:135 +#: gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Busta Monarch" -#: ../gtk/paper_names_offsets.c:136 +#: gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Busta #10" -#: ../gtk/paper_names_offsets.c:137 +#: gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Busta #11" -#: ../gtk/paper_names_offsets.c:138 +#: gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Busta #12" -#: ../gtk/paper_names_offsets.c:139 +#: gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Busta #14" -#: ../gtk/paper_names_offsets.c:140 +#: gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Busta #9" -#: ../gtk/paper_names_offsets.c:141 +#: gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Busta Personale" -#: ../gtk/paper_names_offsets.c:142 +#: gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: ../gtk/paper_names_offsets.c:143 +#: gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: ../gtk/paper_names_offsets.c:144 +#: gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: ../gtk/paper_names_offsets.c:145 +#: gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Formato largo" -#: ../gtk/paper_names_offsets.c:146 +#: gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: ../gtk/paper_names_offsets.c:147 +#: gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: ../gtk/paper_names_offsets.c:148 +#: gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: ../gtk/paper_names_offsets.c:149 +#: gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Busta invito" -#: ../gtk/paper_names_offsets.c:150 +#: gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Busta italiana" -#: ../gtk/paper_names_offsets.c:151 +#: gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: ../gtk/paper_names_offsets.c:152 +#: gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: ../gtk/paper_names_offsets.c:153 +#: gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Busta Postfix" -#: ../gtk/paper_names_offsets.c:154 +#: gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Foto piccola" -#: ../gtk/paper_names_offsets.c:155 +#: gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Busta prc1" -#: ../gtk/paper_names_offsets.c:156 +#: gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Busta prc10" -#: ../gtk/paper_names_offsets.c:157 +#: gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: ../gtk/paper_names_offsets.c:158 +#: gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Busta prc2" -#: ../gtk/paper_names_offsets.c:159 +#: gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Busta prc3" -#: ../gtk/paper_names_offsets.c:160 +#: gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: ../gtk/paper_names_offsets.c:161 +#: gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Busta prc4" -#: ../gtk/paper_names_offsets.c:162 +#: gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Busta prc5" -#: ../gtk/paper_names_offsets.c:163 +#: gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Busta prc6" -#: ../gtk/paper_names_offsets.c:164 +#: gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Busta prc7" -#: ../gtk/paper_names_offsets.c:165 +#: gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Busta prc8" -#: ../gtk/paper_names_offsets.c:166 +#: gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: ../gtk/paper_names_offsets.c:167 +#: gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 +#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "trovati idata differenti per i collegamenti simbolici «%s» e «%s»\n" -#: ../gtk/updateiconcache.c:1374 +#: gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Scrittura intestazione fallita\n" -#: ../gtk/updateiconcache.c:1380 +#: gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Scrittura tabella hash fallita\n" -#: ../gtk/updateiconcache.c:1386 +#: gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Scrittura indice della cartella fallita\n" -#: ../gtk/updateiconcache.c:1394 +#: gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Riscrittura intestazione fallita\n" -#: ../gtk/updateiconcache.c:1455 +#: gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Apertura del file «%s» fallita: %s\n" -#: ../gtk/updateiconcache.c:1463 +#: gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Scrittura file di cache fallita: %s\n" # GTK-2-12 -#: ../gtk/updateiconcache.c:1499 +#: gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "La cache generata era non valida.\n" -#: ../gtk/updateiconcache.c:1511 +#: gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Impossibile rinominare %s in %s: %s quindi viene rimosso %s.\n" -#: ../gtk/updateiconcache.c:1523 +#: gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Impossibile rinominare %s in %s: %s\n" -#: ../gtk/updateiconcache.c:1530 +#: gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Impossibile rinominare %s nuovamente in %s: %s\n" -#: ../gtk/updateiconcache.c:1556 +#: gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "File di cache creato con successo.\n" -#: ../gtk/updateiconcache.c:1595 +#: gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Sovrascrive una cache esistente, anche se aggiornata" -#: ../gtk/updateiconcache.c:1596 +#: gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Non controlla se esiste index.theme" -#: ../gtk/updateiconcache.c:1597 +#: gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Non include i dati dell'immagine nella cache" -#: ../gtk/updateiconcache.c:1598 +#: gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Genera un header file C" -#: ../gtk/updateiconcache.c:1599 +#: gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Disabilita l'output dettagliato" # GTK-2-12 -#: ../gtk/updateiconcache.c:1600 +#: gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Convalida una cache di icone esistente" # GTK-2-12 -#: ../gtk/updateiconcache.c:1663 +#: gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "File non trovato: %s\n" # GTK-2-12 -#: ../gtk/updateiconcache.c:1669 +#: gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Non è una cache di icone valida: %s\n" # GTK-2-14 -#: ../gtk/updateiconcache.c:1682 +#: gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Nessun file indice di tema." -#: ../gtk/updateiconcache.c:1686 +#: gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4850,69 +4842,69 @@ msgstr "" "theme-index.\n" #. ID -#: ../modules/input/imam-et.c:454 +#: modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amarico (EZ+)" #. ID -#: ../modules/input/imcedilla.c:92 +#: modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cedilla" #. ID -#: ../modules/input/imcyrillic-translit.c:217 +#: modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Cirillico (traslitterato)" #. ID -#: ../modules/input/iminuktitut.c:127 +#: modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (traslitterato)" #. ID -#: ../modules/input/imipa.c:145 +#: modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" # GTK-2-12 #. ID -#: ../modules/input/immultipress.c:31 +#: modules/input/immultipress.c:31 msgid "Multipress" msgstr "Pressione multipla" #. ID -#: ../modules/input/imthai.c:35 +#: modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thai-Lao" #. ID -#: ../modules/input/imti-er.c:453 +#: modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrino-Eritreo (EZ+)" #. ID -#: ../modules/input/imti-et.c:453 +#: modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrino-Etiopico (EZ+)" #. ID -#: ../modules/input/imviqr.c:244 +#: modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamita (VIQR)" #. ID -#: ../modules/input/imxim.c:28 +#: modules/input/imxim.c:28 msgid "X Input Method" msgstr "Metodo di input X" # GTK-2-14 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Toner in esaurimento sulla stampante «%s»." # GTK-2-14 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Toner esaurito sulla stampante «%s»." @@ -4930,14 +4922,14 @@ msgstr "Toner esaurito sulla stampante «%s»." # # Per cui tanto vale non sbattersi la testa a cercare una traduzione. #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "Developer in esaurimento sulla stampante «%s»." # GTK-2-14 #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Developer esaurito sulla stampante «%s»." @@ -4945,7 +4937,7 @@ msgstr "Developer esaurito sulla stampante «%s»." # GTK-2-14 # marker-supply --> fornitura toner (da IBM) #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "Almeno una fornitura toner in esaurimento sulla stampante «%s»." @@ -4953,163 +4945,163 @@ msgstr "Almeno una fornitura toner in esaurimento sulla stampante «%s»." # GTK-2-14 # marker-supply --> fornitura toner (da IBM) #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Almeno una fornitura toner esaurita sulla stampante «%s»." # GTK-2-14 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "Il coperchio della stampante «%s» è aperto." # GTK-2-14 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "Lo sportello della stampante «%s» è aperto." # GTK-2-14 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Carta in esaurimento sulla stampante «%s»." # GTK-2-14 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Carta esaurita sulla stampante «%s»." # GTK-2-14 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "La stampante «%s» è attualmente fuori rete." # GTK-2-14 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "La stampante «%s» potrebbe non essere connessa." # GTK-2-14 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "C'è un problema sulla stampante «%s»." # GTK-2-14 #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "In pausa; lavori rifiutati" # GTK-2-14 #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Lavori rifiutati" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Fronte-retro" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Tipo di carta" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Sorgente carta" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Cassetto di uscita" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Risoluzione" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "Pre-filtraggio GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Singola facciata" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Bordo lungo (standard)" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Bordo corto (flip)" #. Translators: this is an option of "Paper Source" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Selezione automatica" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Impostazioni predefinite stampante" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Includere solo i caratteri GhostScript" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Convertire a PS livello 1" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Convertire a PS livello 2" # GTK-2-14 #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Nessun pre-filtraggio" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Varie" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Urgente" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Alta" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Media" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Bassa" @@ -5117,42 +5109,42 @@ msgstr "Bassa" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Da sinistra a destra, dall'alto in basso" # GTK-2-14 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Da sinistra a destra, dal basso in alto" # GTK-2-14 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Da destra a sinistra, dall'alto in basso" # GTK-2-14 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Da destra a sinistra, dal basso in alto" # GTK-2-14 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Dall'alto in basso, da sinistra a destra" # GTK-2-14 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Dall'alto in basso, da desta a sinistra" # GTK-2-14 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Dal basso in alto, da sinistra a destra" # GTK-2-14 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Dal basso in alto, da desta a sinistra" @@ -5160,7 +5152,7 @@ msgstr "Dal basso in alto, da desta a sinistra" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Pagine per foglio" @@ -5168,7 +5160,7 @@ msgstr "Pagine per foglio" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Priorità lavoro" @@ -5176,38 +5168,38 @@ msgstr "Priorità lavoro" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Informazioni fatturazione" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Nessuna" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Classificato" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Confidenziale" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Segreto" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Standard" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Top Secret" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Non classificato" @@ -5215,7 +5207,7 @@ msgstr "Non classificato" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Prima" @@ -5223,7 +5215,7 @@ msgstr "Prima" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Dopo" @@ -5232,14 +5224,14 @@ msgstr "Dopo" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Stampa" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Stampa alle" @@ -5248,71 +5240,74 @@ msgstr "Stampa alle" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Personalizzato %s×%s" #. default filename used for print-to-file -#: ../modules/printbackends/file/gtkprintbackendfile.c:235 +#: modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "output.%s" -#: ../modules/printbackends/file/gtkprintbackendfile.c:469 +#: modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Stampa su file" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "PostScript" -#: ../modules/printbackends/file/gtkprintbackendfile.c:558 -#: ../modules/printbackends/test/gtkprintbackendtest.c:506 +#: modules/printbackends/file/gtkprintbackendfile.c:558 +#: modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Pagine per _foglio:" -#: ../modules/printbackends/file/gtkprintbackendfile.c:604 +#: modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "File" -#: ../modules/printbackends/file/gtkprintbackendfile.c:613 +#: modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "Formato di _output" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Stampa su LPR" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Pagine per foglio" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Riga di comando" # GTK-2-12 #. default filename used for print-to-test -#: ../modules/printbackends/test/gtkprintbackendtest.c:234 +#: modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "output-prova.%s" # GTK-2-12 -#: ../modules/printbackends/test/gtkprintbackendtest.c:470 +#: modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Stampa su stampante di prova" -#: ../tests/testfilechooser.c:207 +#: tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Impossibile ottenere informazioni per il file «%s»: %s" +#~ msgid "At" +#~ msgstr "Alle" + #~ msgid "directfb arg" #~ msgstr "argomento direcfb" diff --git a/po/ja.po b/po/ja.po index b771b9d37c..7ddc60182e 100644 --- a/po/ja.po +++ b/po/ja.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-03 08:23+0900\n" "Last-Translator: Takeshi AIHANA \n" "Language-Team: Japanese \n" @@ -625,15 +625,15 @@ msgstr "画像の種類はサポートされていません" msgid "Couldn't allocate memory for color profile" msgstr "色のプロファイルで使用するメモリを確保できませんでした" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 のファイルをオープンするために必要なメモリが足りません" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "画像データを格納するためのメモリを確保できませんでした" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 画像形式" @@ -680,7 +680,7 @@ msgid "" msgstr "" "JPEG の \"クオリティ\" は 0〜100 の値にして下さい。値 '%d' は確保されません" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG 画像形式" @@ -1175,46 +1175,46 @@ msgid_plural "Opening %d Items" msgstr[0] "%d 個のアイテムを開いています" msgstr[1] "%d 個のアイテムを開いています" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "ライセンス" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "プログラムのライセンス" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "クレジット(_R)" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "ライセンス(_L)" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s について" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "クレジット" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "開発担当" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "ドキュメント担当" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "翻訳担当" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "アートワーク担当" @@ -1288,17 +1288,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "\\" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "関数の型が間違っています: '%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "root 要素が間違っています: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "扱えないタグ: '%s'" @@ -1393,7 +1398,7 @@ msgstr "無効" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "新しいアクセラレータ..." @@ -1537,11 +1542,11 @@ msgstr "" msgid "Color Selection" msgstr "色の選択" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "入力メソッド(_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "Unicode 制御文字の挿入(_I)" @@ -1978,7 +1983,7 @@ msgstr "ファイル名の変更(_R)" msgid "_Selection: " msgstr "選択(_S): " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1987,15 +1992,15 @@ msgstr "" "ファイル名 \"%s\" を UTF-8 に変換できませんでした (環境変数 " "$G_FILENAME_ENCODING を設定してみて下さい): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "無効な UTF-8 コードです" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "名前が長すぎます" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "ファイル名を変換できませんでした" @@ -2243,39 +2248,39 @@ msgstr "GTK+ のオプション" msgid "Show GTK+ Options" msgstr "GTK+ のオプションを表示する" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "接続する(_N)" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "匿名で接続する(_A)" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "ユーザを指定する(_S):" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "ユーザ名(_U):" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "ドメイン(_D):" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "パスワード(_P):" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "今すぐパスワードを破棄する(_I)" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "ログアウトするまでパスワードを記憶する(_L)" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "期限なしで記憶する(_F)" @@ -2345,7 +2350,7 @@ msgstr "用紙のサイズ(_P):" msgid "_Orientation:" msgstr "用紙の向き(_O):" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "ページの設定" @@ -2493,17 +2498,17 @@ msgstr "プレビューを生成する際にエラー" msgid "The most probable reason is that a temporary file could not be created." msgstr "作業用のファイルを生成できないことが一番考えられそうな原因です。" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "プレビューを起動する際にエラー" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "印刷エラー" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "アプリケーション" @@ -2562,37 +2567,37 @@ msgstr "PrintDlgEx() のハンドラが無効です" msgid "Unspecified error" msgstr "原因不明のエラー" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "プリンタ" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "場所" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "状態" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "範囲" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "全てのページ(_A)" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "現在のページだけ(_U)" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "指定する(_E):" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2600,127 +2605,133 @@ msgstr "" "1ページ以上の範囲を指定して下さい;\n" "例: 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "指定する(_E):" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "コピー" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "コピーの数(_S):" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "ページを揃える(_O)" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "ページを逆順にする(_R)" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "全般" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "ページの順番" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "左から右へ" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "右から左へ" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "レイアウト" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "両面印刷(_W):" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "段組み印刷(_S):" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "ページの順番(_D):" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "印刷の対象(_O):" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "全てのページ" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "偶数ページ" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "奇数ページ" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "拡大/縮小(_A):" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "用紙" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "種類(_T):" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "用紙のソース(_S):" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "出力先のトレイ(_R):" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "印刷ジョブの詳細" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "優先順位(_O):" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "サマリ情報(_B):" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "ドキュメントの印刷" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "今すぐ印刷する(_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "時間を指定する(_T):" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2728,60 +2739,64 @@ msgstr "" "印刷する時間を指定して下さい:\n" " (例) 15:30、午後 2:35、14:15:20, 午前 11:46:30 am、午後 4" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "保留する(_H)" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "印刷ジョブが完全に解放されるまで保留しておきます" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "裏表紙の追加" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "前(_F):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "後(_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "印刷ジョブ" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "拡張" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "画像の品質" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "色" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "完了" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "ダイアログのいくつかの設定が重複しています" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "印刷" diff --git a/po/ka.po b/po/ka.po index 43b243dab9..cb5a4390ba 100644 --- a/po/ka.po +++ b/po/ka.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: ka\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2008-10-17 18:05+0200\n" "Last-Translator: Vladimer Sichinava ვლადიმერ სიჭინავა \n" "Language-Team: Georgian \n" "Language-Team: Kannada \n" @@ -622,15 +622,15 @@ msgstr "ಈ ಬಗೆಯ ಚಿತ್ರ ವಿನ್ಯಾಸವು ಪ್ರ msgid "Couldn't allocate memory for color profile" msgstr "ಬಣ್ಣದ ಪ್ರೊಫೈಲ್‍ಗೆ ಮೆಮೊರಿಯನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 ಕಡತವನ್ನು ತೆರೆಯಲು ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಇಲ್ಲ" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "ಬಫರ್ ಚಿತ್ರ ದತ್ತಾಂಶಕ್ಕೆ ಮೆಮೊರಿಯನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 ಚಿತ್ರ ವಿನ್ಯಾಸ" @@ -674,7 +674,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG ಗುಣ ಮಟ್ತವು ೦ ಹಾಗು ೧೦೦; ಮಾಲ್ಯ '%d' ವು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG ಚಿತ್ರ ವಿನ್ಯಾಸ" @@ -1172,46 +1172,46 @@ msgid_plural "Opening %d Items" msgstr[0] "%d ಅಂಶವನ್ನು ತೆಗೆಯಲಾಗುತ್ತಿದೆ" msgstr[1] "%d ಅಂಶಗಳನ್ನು ತೆಗೆಯಲಾಗುತ್ತಿದೆ" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "ಪರವಾನಗಿ" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "ಪ್ರೋಗ್ರಾಂನ ಪರವಾನಗಿ" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "ಮನ್ನಣೆಗಳು(_r)" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "ಪರವಾನಗಿ(_L)" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s ಬಗ್ಗೆ" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "ಮನ್ನಣೆಗಳು" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "ಬರೆದವರು" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "ದಸ್ತಾವೇಜುಗೊಳಿಸಿದವರು" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "ಅನುವಾದಿಸಿದವರು" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "ಕುಶಲಕಾರ್ಯಗೊಳಿಸಿದವರು" @@ -1285,17 +1285,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "ಅಮಾನ್ಯ ಬಗೆಯ ಕ್ರಿಯೆ:%s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "ಅಮಾನ್ಯ ಮೂಲ ಘಟಕ:%s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "ನಿಭಾಯಿಸದ ಟ್ಯಾಗ್: '%s'" @@ -1390,7 +1395,7 @@ msgstr "ಅಶಕ್ತಗೊಂಡಿದೆ" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "ಹೊಸ ವೇಗವರ್ಧಕ..." @@ -1535,11 +1540,11 @@ msgstr "" msgid "Color Selection" msgstr "ಬಣ್ಣದ ಆಯ್ಕೆ" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "ಆದಾನ ಪದ್ದತಿಗಳು(_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "ಯುನಿಕೊಡ್ ನಿಯಂತ್ರಣ ಚಿಹ್ನೆ (_I)" @@ -1980,7 +1985,7 @@ msgstr "ಪುನರ್ ಹೆಸರಿಸು(_R)" msgid "_Selection: " msgstr "ಆಯ್ಕೆ(_S):" -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1989,15 +1994,15 @@ msgstr "" "ಕಡತದಹೆಸರು \"%s\" ಅನ್ನು UTF-8 ಗೆ ಬದಲಾಯಿಸಲಾಗಿಲ್ಲ. (G_FILENAME_ENCODING ವಾತಾವರಣ " "ಚರಮೌಲ್ಯವನ್ನು ಸಂಯೋಜಿಸಿ ಪ್ರಯತ್ನಿಸಿ): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "ಅಮಾನ್ಯ UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "ಹೆಸರು ಬಹಳವೇ ಉದ್ದವಾಗಿದೆ" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "ಕಡತದ ಹೆಸರನ್ನು ಮಾರ್ಪಡಿಸಲಾಗಿಲ್ಲ" @@ -2245,39 +2250,39 @@ msgstr "GTK+ ಆಯ್ಕೆಗಳು" msgid "Show GTK+ Options" msgstr "GTK+ ಆಯ್ಕೆಗಳನ್ನು ತೋರಿಸು" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "ಸಂಪರ್ಕ ಕಲ್ಪಿಸು (_n)" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "ಅನಾಮಿಕನಾಗಿ ಸಂಪರ್ಕಿಸು(_a)" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "ಬಳಕೆದಾರನಾಗಿ ಸಂಪರ್ಕಿಸು(_s):" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "ಬಳಕೆದಾರ ಹೆಸರು(_U):" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "ಕ್ಷೇತ್ರ(_D):" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "ಗುಪ್ತಪದ(_P):" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "ಗುಪ್ತಪದವನ್ನು ತಕ್ಷಣ ಮರೆತು ಬಿಡು(_F)" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "ಗುಪ್ತಪದವನ್ನು ನೀವು ನಿರ್ಗಮಿಸುವ ತನಕ ನೆನಪಿನಲ್ಲಿಡಿ(_R)" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "ಸದಾ ನೆನಪಿನಲ್ಲಿಡು(_R)" @@ -2347,7 +2352,7 @@ msgstr "ಕಾಗದದ ಗಾತ್ರ(_P):" msgid "_Orientation:" msgstr "ವಾಲಿಕೆ(_Orientation):" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "ಪುಟದ ಸಂಯೋಜನೆ" @@ -2496,17 +2501,17 @@ msgid "The most probable reason is that a temporary file could not be created." msgstr "" "ಸಾಧ್ಯವಿರಬಹುದಾದ ಒಂದು ಕಾರಣವೆಂದರೆ ತಾತ್ಕಾಲಿಕ ಕಡತವನ್ನು ಸೃಷ್ತಿಸುವಲ್ಲಿ ಉಂಟಾದ ವಿಫಲತೆ." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "ಮುನ್ನೋಟವನ್ನು ತೋರಿಸುವಲ್ಲಿ ದೋಷ" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "ಮುದ್ರಣಾ ದೋಷ" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "ಅನ್ವಯ" @@ -2565,37 +2570,37 @@ msgstr "PrintDlgEx ಗೆ ಅಮಾನ್ಯ ನಿಭಾವಣೆ(handle)" msgid "Unspecified error" msgstr "ನಿಖರವಾಗದ ದೋಷ" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "ಮುದ್ರಕ" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "ತಾಣ" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "ಸ್ಥಿತಿ" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "ವ್ಯಾಪ್ತಿ" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "ಎಲ್ಲಾ ಹಾಳೆಗಳು(_A)" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "ಈಗಿನ ಪುಟ(_u)" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "ಪುಟಗಳು(_e):" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2603,127 +2608,133 @@ msgstr "" "ಒಂದು ಅಥವ ಹೆಚ್ಚಿನ ಪುಟ ವ್ಯಾಪ್ತಿಗಳನ್ನು ಸೂಚಿಸಿ,\n" " ಉದಾ. ೧-೩,೭,೧೧" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "ಪುಟಗಳು(_e):" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "ಪ್ರತಿಗಳು" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "ಪ್ರತಿಗಳು(_s):" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "ತಾಳೆ ನೋಡು(_o)" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "ವಿಲೋಮ(_R)" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "ಸಾಮಾನ್ಯ" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "ಪುಟಗಳ ಅನುಕ್ರಮ" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "ಎಡದಿಂದ ಬಲಕ್ಕೆ" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "ಬಲದಿಂದ ಎಡಕ್ಕೆ" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "ಹೊರವಿನ್ಯಾಸ" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "ಎರಡು ಬದಿಯ(_w):" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "ಪ್ರತಿ ಬದಿಯಲ್ಲಿನ ಪುಟಗಳು(_s):" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "ಪುಟಗಳ ಅನುಕ್ರಮ(_d):" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "ಕೇವಲ ಮುದ್ರಿಸು(_O):" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "ಎಲ್ಲಾ ಹಾಳೆಗಳು" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "ಸರಿ ಸಂಖ್ಯೆಯ ಹಾಳೆಗಳು" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "ಬೆಸ ಸಂಖ್ಯೆಯ ಹಾಳೆಗಳು" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "ಸ್ಕೇಲ್(_a):" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "ಕಾಗದ" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "ಕಾಗದದ ಬಗೆ(_t):" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "ಕಾಗದದ ಆಕರ(_s):" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "ಪ್ರದಾನದ (ಔಟ್ ಪುಟ್) ಟ್ರೇ(_r):" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "ಕಾರ್ಯದ ವಿವರಗಳು" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "ಆದ್ಯತೆ(_o):" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "ಬಿಲ್ಲು ಮಾಡುವ ಮಾಹಿತಿ(_B):" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "ದಸ್ತಾವೇಜನ್ನು ಮುದ್ರಿಸು" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "ಈಗ(_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "ಇಲ್ಲಿ(_A):" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2731,60 +2742,64 @@ msgstr "" "ಮುದ್ರಿಸುವ ಸಮಯವನ್ನು ಸೂಚಿಸಿ,\n" " ಉದಾ. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "ತಡೆ ಹಿಡಿಯಲಾಗಿದೆ(_h)" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "ಸ್ಪಷ್ಟವಾಗಿ ಬಿಡುಗಡೆ ಮಾಡದ ಹೊರತು ಕೆಲಸವನ್ನು ತಡೆಹಿಡಿ" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "ರಕ್ಷಾ ಪುಟವನ್ನು ಸೇರಿಸು" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "ಈ ಮೊದಲು(_f):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "ನಂತರ(_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "ಕಾರ್ಯ" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "ಪ್ರೌಢ" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "ಮುದ್ರಣ ಗುಣಮಟ್ಟ" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "ಬಣ್ಣ" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "ಅಂತ್ಯಗೊಳಿಸಲಾಗುತ್ತಿದೆ" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "ಸಂವಾದ ಭಿನ್ನಾಭಿಪ್ರಾಯದಲ್ಲಿನ ಕೆಲವೊಂದು ಸಂಯೋಜನೆಗಳು" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "ಮುದ್ರಿಸು" diff --git a/po/ko.po b/po/ko.po index c1e5d97341..2cc75da03b 100644 --- a/po/ko.po +++ b/po/ko.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-20 08:35+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Gnome Korea \n" @@ -612,15 +612,15 @@ msgstr "그림 형식을 현재 지원하지 않습니다" msgid "Couldn't allocate memory for color profile" msgstr "컬러 프로파일에 필요한 메모리를 할당할 수 없습니다" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 파일 여는데 메모리 부족" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "그림 데이터를 버퍼링하는 데 사용할 메모리를 할당할 수 없습니다" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 그림 형식" @@ -666,7 +666,7 @@ msgid "" msgstr "" "JPEG 화질은 0에서 100 사이의 값이어야 합니다; '%d' 값은 쓸 수 없습니다." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG 그림 형식" @@ -1158,46 +1158,46 @@ msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "%d개 항목 열기" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "사용권" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "프로그램의 사용권" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "만든 사람들(_R)" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "사용권(_L)" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s 정보" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "만든 사람들" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "프로그램 작성" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "문서 작성" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "번역" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "아트워크" @@ -1271,17 +1271,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "백슬래시" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "타입 함수가 잘못되었습니다: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "최상위 요소가 잘못되었습니다: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "처리되지 않은 태그: '%s'" @@ -1376,7 +1381,7 @@ msgstr "사용 안 함" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "새 단축키..." @@ -1520,11 +1525,11 @@ msgstr "" msgid "Color Selection" msgstr "색 선택" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "입력기(_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "유니코드 제어 문자 넣기(_I)" @@ -1963,7 +1968,7 @@ msgstr "이름 바꿈(_R)" msgid "_Selection: " msgstr "선택(_S): " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1972,15 +1977,15 @@ msgstr "" "파일 이름 \"%s\"을(를) UTF-8으로 바꿀 수 없습니다 (G_BROKEN_FILENAMES 환경변" "수를 세팅해 보십시오): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "잘못된 UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "너무 긴 이름" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "파일 이름 변환할 수 없음" @@ -2229,39 +2234,39 @@ msgstr "GTK+ 옵션" msgid "Show GTK+ Options" msgstr "GTK+ 옵션 표시" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "연결(_N)" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "익명으로 연결(_A)" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "다음 사용자로 연결(_S):" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "사용자 이름(_U):" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "도메인(_D):" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "암호(_P):" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "즉시 암호 지우기(_I)" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "로그아웃할 때까지 암호 기억(_L)" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "계속 암호 기억(_F)" @@ -2331,7 +2336,7 @@ msgstr "용지 크기(_P):" msgid "_Orientation:" msgstr "방향(_O):" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "페이지 설정" @@ -2479,17 +2484,17 @@ msgstr "인쇄 미리 보기를 만드는 데 오류" msgid "The most probable reason is that a temporary file could not be created." msgstr "임시 파일을 만들 수 없는 경우일 가능성이 가장 높습니다." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "미리 보기 실행 오류" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "인쇄 오류" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "프로그램" @@ -2549,37 +2554,37 @@ msgstr "PrintDlgEx에 핸들이 잘못되었습니다" msgid "Unspecified error" msgstr "알 수 없는 오류가 있습니다" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "프린터" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "위치" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "상태" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "범위" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "모든 페이지(_A)" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "현재 페이지(_U)" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "페이지(_E):" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2587,127 +2592,133 @@ msgstr "" "페이지 범위를 지정하십시오.\n" " 예) 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "페이지(_E):" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "인쇄 매수" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "인쇄 매수(_S):" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "한 부씩 인쇄(_O)" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "마지막 페이지부터(_R)" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "일반" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "페이지 순서" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "왼쪽에서 오른쪽" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "오른쪽에서 왼쪽" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "배치" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "양면(_W):" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "한 장당 페이지 수(_S):" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "페이지 순서(_D):" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "다음만 인쇄(_O):" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "모든 페이지" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "짝수 페이지" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "홀수 페이지" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "크기 조정(_A):" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "용지" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "용지 종류(_T):" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "용지 공급(_S):" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "출력 트레이(_R):" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "작업 상세 정보" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "우선순위(_O):" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "요금 정보(_B):" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "문서 인쇄" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "지금(_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "시각(_T):" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2715,60 +2726,64 @@ msgstr "" "인쇄 시각을 지정합니다.\n" " 예) 15:30, 14:15:20" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "보류(_H)" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "작업 보류, 직접 보류 상태를 풀 때까지" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "표지 사용" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "앞에(_F):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "뒤에(_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "작업" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "고급" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "그림 화질" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "색" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "마무리" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "대화 상자의 설정이 충돌합니다" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "인쇄" diff --git a/po/ku.po b/po/ku.po index 4f193f7b49..82a2c7bf51 100644 --- a/po/ku.po +++ b/po/ku.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ku\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-24 01:08+0200\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: http;//pckurd.net\n" @@ -633,15 +633,15 @@ msgstr "Heta niha piştgirya cureyê wêneyê tune" msgid "Couldn't allocate memory for color profile" msgstr "Nikarî bîrekê bo barkirina profîla rengan veqetîne" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Bîr têra vekirina pelê JPEG2000 nake" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Nikarî bîrê ji pêştomarkirina daneyên wêneyê re veqetîne" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Formata wêneya JPEG2000" @@ -686,7 +686,7 @@ msgstr "" "Pêwiste ku nirxê kalîteya JPEG di navbera 0 û 100 de be; nirxa '%d' ne " "gengaz e." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Formata wêneya JPEG" @@ -1184,46 +1184,46 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Peyman" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Lîsansa bernameyê" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Spas" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Lîsans" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Der barê %s de" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Spas" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Nivîskar" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Belgekirin" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Wergêr" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Huner" @@ -1297,17 +1297,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Fonksiyona nivîsandina nederbasdar: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Navê pelê nederbasdar: `%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Etîket nefehmkirî: '%s'" @@ -1403,7 +1408,7 @@ msgstr "Ne çalak" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Lezkera nû..." @@ -1547,11 +1552,11 @@ msgstr "" msgid "Color Selection" msgstr "Hilbijartina rengan" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Riyên_Têketinê" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Şifreya kontrola sembolê derbas bike" @@ -1993,7 +1998,7 @@ msgstr "_Ji nû ve binav bike" msgid "_Selection: " msgstr "_Hilbijartin: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2002,15 +2007,15 @@ msgstr "" "Navê pelê \"%s\" nehate guhertin bo UTF-8. (hewl bide ku tu " "G_FILENAME_ENCODING eyar bikî): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 ya nederbasdar" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nav gelekî dirêje" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Navê pelê nehate guhertin" @@ -2259,43 +2264,43 @@ msgstr "Vebijarkên GTK+" msgid "Show GTK+ Options" msgstr "Vebijarkên GTK+ Nîşan Bide" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "_Girêdan" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Navê bikarhêneê" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Cih:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "Şî_fre:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2365,7 +2370,7 @@ msgstr "_Mezinahiya rûpelê:" msgid "_Orientation:" msgstr "_Alî:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Mîhengên Rûpelê" @@ -2517,17 +2522,17 @@ msgstr "Çewtî di dema destpêkirinê" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Çewtî di dema destpêkirinê" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Çewtiya çapkirinê" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Sepan" @@ -2588,37 +2593,37 @@ msgstr "Ji bo PrintDlgEx xebatkera nederbasdar" msgid "Unspecified error" msgstr "Çewtiyeke nenas" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Çaper" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Cih" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Rewş" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Beş" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Hemû Rûpel" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Rûpela _Heyî" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Rûpel:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2626,190 +2631,200 @@ msgstr "" "Yek an zêdetir beş diyar bike,\n" " wekî 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Rûpel:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopî" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Kopî:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "B_irêzkirin" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Berevajî bike" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Giştî" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Tê amadekirin" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM nîşankirina ji çepê ya ber bi rastê ve" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "Li ser pelê (file) çap bike" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Bicihkirin" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Du_alî:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Di her ka_xizekê rûpel:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "Di her ka_xizekê rûpel:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_tenê bide çapê:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Hemû kaxiz" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Kaxizên cot" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Kaxizên fer" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Pî_van:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Kaxiz" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Cureyê rûpel:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Çavkaniya _rûpelan:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Tepsiya _derketanê:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Kîtekîtên Kar" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pê_şikî:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Agahiyên fatorê:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Belgeyê çap bike" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Niha" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Li:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Li _bendê ye" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Rûpelê xuya lê zêde bike" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Berê:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Piştî:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Kar" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Pêşketî" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Kalîteya Dîmen" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Reng" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Bidawîkirin" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Hin mîhengên ku di paceyê de ne li hev nakin" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Çap" diff --git a/po/li.po b/po/li.po index 39dbc05c18..74c643bd18 100644 --- a/po/li.po +++ b/po/li.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2003-05-28 17:57+0000\n" "Last-Translator: Mathieu van Woerkom \n" "Language-Team: Limburgish \n" @@ -655,17 +655,17 @@ msgstr "Aafbiljingstiep '%s' weurt neet gesjtiep" msgid "Couldn't allocate memory for color profile" msgstr "Allokasie van ónthaud veur JPEG-besjtandj is mislök" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "Neet genóg ónthaud veur TIFF-besjtandj te äöpene" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Allokasie van ónthaud veur IOBUFFER gegaeves neet gelök" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "'t JPEG-besjtandjsformaat" @@ -714,7 +714,7 @@ msgid "" msgstr "" "JPEG-kwaliteit moot tösje 0 en 100 likge; waerd '%d' is neet toegesjtange." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "'t JPEG-besjtandjsformaat" @@ -1249,48 +1249,48 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "" # missjien moet dit creeeren zijn #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 #, fuzzy msgid "C_redits" msgstr "_Aanmake" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "" @@ -1368,17 +1368,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Óngeljig XBM-besjtandj" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Óngeljig XBM-besjtandj" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1476,7 +1481,7 @@ msgstr "Oetgesjakeld" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1627,11 +1632,11 @@ msgstr "" msgid "Color Selection" msgstr "Booksjtaaftiepseleksie" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "inveur_metood" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 #, fuzzy msgid "_Insert Unicode Control Character" msgstr "Unicode kentrolteike _Inveuge " @@ -2100,7 +2105,7 @@ msgstr "_Herneume" msgid "_Selection: " msgstr "_Selektie: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, fuzzy, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2109,16 +2114,16 @@ msgstr "" "De besjtandjsnaam \"%s\" kós neet gekonverteerd waere nao UTF-8. (Probeer de " "ómgaevingsvarrejabele G_BROKEN_FILENAMES aan te zètte): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 #, fuzzy msgid "Invalid UTF-8" msgstr "óngeljige Utf-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Naam is te lank" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Kós besjtandjsnaam neet konvertere" @@ -2380,43 +2385,43 @@ msgstr "" msgid "Show GTK+ Options" msgstr "" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "_Konvertere" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Herneume" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Selektie: " -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "Drök" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2482,7 +2487,7 @@ msgstr "_Eigesjappe" msgid "_Orientation:" msgstr "_Verzaediging:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "Pagina %u" @@ -2641,17 +2646,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "_Selektie: " @@ -2716,241 +2721,251 @@ msgstr "Óngeljige header in piktogram" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "Aaf_drökke" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "_Selektie: " #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" # missjien moet dit creeeren zijn -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "_Aanmake" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Herneume" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" # missjien moet dit creeeren zijn -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "_Aanmake" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "_Trökzètte" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Waarsjoewing" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM links-nao-rechs markering" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "Aaf_drökke" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "_Eigesjappe" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "_Eigesjappe" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "Aaf_drökke" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "_Waerd:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "_Eigesjappe" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "_Eigesjappe" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_Nei" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "_Vèt" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_Kleur" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "Aaf_drökke" diff --git a/po/lt.po b/po/lt.po index f12ac9891a..acba8c08d7 100644 --- a/po/lt.po +++ b/po/lt.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: lt\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-11 13:49+0200\n" "Last-Translator: Vytautas Rėkus \n" "Language-Team: Lithuanian \n" @@ -627,15 +627,15 @@ msgstr "Paveikslėlio tipas šiuo metu nepalaikomas" msgid "Couldn't allocate memory for color profile" msgstr "Nepakako atminties spalvų profiliui" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Nepakanka atminties atverti JPEG 2000 failą" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Nepavyko rezervuoti atminties paveikslėlio duomenims" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 paveikslėlio formatas" @@ -682,7 +682,7 @@ msgid "" msgstr "" "JPEG kokybės reikšmė turi būti tarp 0 ir 100; reikšmė „%d“ yra neleistina." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG paveikslėlio formatas" @@ -1179,46 +1179,46 @@ msgstr[0] "Atveriamas %d objektas" msgstr[1] "Atveriami %d objektai" msgstr[2] "Atveriama %d objektų" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licencija" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Programos licencija" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Padėkos" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licencija" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Apie %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Padėkos" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Parašė" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentavo" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Išvertė" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Apipavidalino" @@ -1292,17 +1292,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Netinkamo tipo funkcija: „%s“" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Netinkamas šakninis elementas: „%s“" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Neapdorota žymė: „%s“" @@ -1397,7 +1402,7 @@ msgstr "Išjungta" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Naujas akseleratorius..." @@ -1542,11 +1547,11 @@ msgstr "" msgid "Color Selection" msgstr "Spalvos pasirinkimas" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Įvesties _metodai" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "Įterpti _Unicode valdymo simbolį" @@ -1985,7 +1990,7 @@ msgstr "Pe_rvardinti" msgid "_Selection: " msgstr "Pa_sirinkimas: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1994,15 +1999,15 @@ msgstr "" "Failo vardas „%s“ negali būti konvertuotas į UTF-8 (pabandykite nustatyti " "aplinkos kintamąjį G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Neleistinas UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Vardas per ilgas" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Nepavyko pakeisti failo vardo" @@ -2250,39 +2255,39 @@ msgstr "GTK+ parinktys" msgid "Show GTK+ Options" msgstr "Rodyti GTK+ parinktis" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Prisi_jungti" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Jungtis _anonimiškai" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "_Vartotojo vardas:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Vartotojo vardas:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "S_ritis:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Slaptažodis:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Neįsiminti slaptažodžio" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Įsiminti slaptažodį iki _atsijungsite" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Įsiminti _visam laikui" @@ -2352,7 +2357,7 @@ msgstr "_Popieriaus dydis:" msgid "_Orientation:" msgstr "_Orientacija:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Puslapio sąranka" @@ -2500,17 +2505,17 @@ msgstr "Klaida formuojant spaudinio peržiūrą" msgid "The most probable reason is that a temporary file could not be created." msgstr "Labiausiai tikėtina priežastis – nepavyko sukurti laikinojo failo." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Klaida paleidžiant peržiūrą" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Klaida spausdinant" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Programa" @@ -2569,37 +2574,37 @@ msgstr "Netinkamas PrintDlgEx valdiklis" msgid "Unspecified error" msgstr "Nenurodyta klaida" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Spausdintuvas" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Vieta" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Būsena" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Intervalas" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Visus puslapius" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Šį _puslapį" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Puslapiai:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2607,127 +2612,133 @@ msgstr "" "Nurodykite vieną ar kelis puslapių intervalus,\n" " pvz., 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Puslapiai:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopijos" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Kopijo_s:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "Su_dėstyti" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Atvirkščiai" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Bendra" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Puslapių tvarka" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Iš kairės į dešinę" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Iš dešinės į kairę" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Išdėstymas" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "D_vipusis:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Puslapių vienoje pu_sėje:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Puslapių _tvarka:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Spa_usdinti tik:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Visus puslapius" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Lyginius puslapius" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Nelyginius puslapius" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Mastelis:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Popierius" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Popieriaus _tipas:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Popieriau_s šaltinis:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Išvėsties _dėklas:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Užduoties informacija" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oritetas:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Našumo informacija:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Spausdinti dokumentą" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Dabar" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Laiku:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2735,60 +2746,64 @@ msgstr "" "Nurodykite spausdinimo laiką,\n" " pvz., 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Susta_bdyta" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Sulaikyti užduotį tol, kol ji bus betarpiškai išleista" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Pridėti titulinį puslapį" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "P_rieš:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Po:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Užduotis" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Išsamiau" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Paveikslėlių kokybė" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Spalva" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Baigiama" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Kai kurie nustatymai lange konfliktuoja" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Spausdinti" diff --git a/po/lv.po b/po/lv.po index c16bf7d165..8da5c359db 100644 --- a/po/lv.po +++ b/po/lv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-13 10:13+0200\n" "Last-Translator: Raivis Dejus \n" "Language-Team: Latvian \n" @@ -616,15 +616,15 @@ msgstr "Attēlu tips šobrīd nav atbalstīts" msgid "Couldn't allocate memory for color profile" msgstr "Nevar piešķirt atmiņu krasu profilam" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Nepietiekama atmiņa JPEG 2000 faila ielādei" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Nevar piešķirt atmiņu attēla datu buferim" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 attēla formāts" @@ -672,7 +672,7 @@ msgstr "" "JPEG kvalitātei jābūt apzīmētai ar vērtību no 0 līdz 100: vērtība '%d' nav " "atļauta." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG attēla formāts" @@ -1167,46 +1167,46 @@ msgstr[0] "Atver %d vienību" msgstr[1] "Atver %d vienības" msgstr[2] "Atver %d vienības" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licence" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Programmas licence" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Veidotāji" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licence" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Par %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Autori" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Sarakstījuši" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentējuši" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Tūlkojuši" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafika" @@ -1280,17 +1280,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Slīpsvītra" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Nederīga tipa funkcija: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Nederīgs saknes elements: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Neapstrādāta birka: '%s'" @@ -1385,7 +1390,7 @@ msgstr "Deaktivizēts" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Jauns akselerators..." @@ -1530,11 +1535,11 @@ msgstr "" msgid "Color Selection" msgstr "Krāsu izlase" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Ievades _Metodes" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Ievietot unicode kontroles simbolu" @@ -1972,7 +1977,7 @@ msgstr "_Pārsaukt" msgid "_Selection: " msgstr "_Izvēle: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1981,15 +1986,15 @@ msgstr "" "Faila nosaukums \"%s\" nevar tikt pārveidots uz UTF-8 (izmēģiniet uzstādīt " "vides mainīgo G_BROKEN_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Nepareizs Utf-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nosaukums par garu" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Nevar pārveidot faila nosaukumu" @@ -2237,39 +2242,39 @@ msgstr "GTK+ opcijas" msgid "Show GTK+ Options" msgstr "Parādīt GRK+ opcijas" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Pie_slēgties" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Pieslēgties _anonīmi" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Pieslēgtie_s kā:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Lietotājvārds:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domēns:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Parole:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Nekavējoties a_izmirst paroli" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Atcerēties paroli _līdz darba sesijas beigām" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Atcerēties _mūžīgi" @@ -2339,7 +2344,7 @@ msgstr "_Papīra izmēri:" msgid "_Orientation:" msgstr "Atrašanās vieta:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Lappuses uzstādījums" @@ -2487,17 +2492,17 @@ msgstr "Kļūda veidojot priekšskatījumu" msgid "The most probable reason is that a temporary file could not be created." msgstr "Ticamākais iemesls ir tas, ka nevar izveidot pagaidu failus." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Kļūda palaižot priekšskatījumu" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Kļūda drukājot" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Programma" @@ -2556,37 +2561,37 @@ msgstr "Nederīgs rokturis priekš PrintDlgEx" msgid "Unspecified error" msgstr "Nenorādīta kļūda" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Printeris" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Vieta" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Statuss" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Apgabals" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "Vis_as lapas" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Pašreizējo lap_u" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "L_apas:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2594,186 +2599,196 @@ msgstr "" "Norādiet vienu vai vairākus lapu apgabalus,\n" "piem. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "L_apas:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopijas" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Kopija_s:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "Sa_vākt" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Apg_rieztā secībā" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Vispārējs" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Lapas secība" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Kreisā uz labo" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Labā uz kreiso" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Izkārtojums" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Abās pusēs:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "_Papīra izmēri:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Lapas _secība:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Drukāt _tikai:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Visas loksnes" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Pāra loksnes" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Nepāra loksnes" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Iz_mērs:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papīrs" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Papīra _tips:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Papīra _avots:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Izvads _paplāte:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Darba detaļas" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oritāte:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Rēķina informācija:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Drukāt dokumentu" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Tagad" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "P_ie:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Ap_turēts" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Pievienot vāka lapu" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "Pir_ms:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Pēc:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Darbs" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Paplašināts" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Attēla kvalitāte" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Krāsa" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Pabeidz" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Daži no uzstādījumiem dialogā konfliktē" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Drukāt" diff --git a/po/mai.po b/po/mai.po index 2e81aeba34..5200eafc68 100644 --- a/po/mai.po +++ b/po/mai.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD.mai\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-27 15:44+0530\n" "Last-Translator: Rajesh Ranjan \n" "Language-Team: maithili \n" @@ -611,15 +611,15 @@ msgstr "छवि प्रकार अखन समर्थित नहि msgid "Couldn't allocate memory for color profile" msgstr "रंगक प्रोफाइलक लेल स्मृति नहि दए सकल" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 फाइलकेँ खोलबाक लेल अपर्याप्त स्मृति" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "बफर छविमे स्मृति नहि दए सकल" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 छवि प्रारूप" @@ -664,7 +664,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG गुणवत्ता क' मान 0 सँ 100 क' बीच होएबा चाही, '%d' स्वीकार्य नहि अछि." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG बिंब प्रारूप" @@ -1155,46 +1155,46 @@ msgid_plural "Opening %d Items" msgstr[0] "%d मद खोलि रहल अछि" msgstr[1] "%d मद खोलि रहल अछि" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "लाइसेंस" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "प्रोग्राम क' लाइसेंस" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "श्रेय (_r)" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "लाइसेंस (_L)" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "क' संबंधमे %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "श्रेय" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "लेखक" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "प्रलेखक" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "अनुवादक" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "कलाकार" @@ -1268,17 +1268,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "अमान्य प्रकार प्रकार्य: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "अमान्य रूट तत्व: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "अनियंत्रित टैग: '%s'" @@ -1373,7 +1378,7 @@ msgstr "अक्षम" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "नवीन त्वरक..." @@ -1513,11 +1518,11 @@ msgstr "" msgid "Color Selection" msgstr "रँग चयन" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "इनपुट विधिसभ (_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "यूनिकोड कन्ट्रोल संप्रतीक प्रविष्ट करू (_I)" @@ -1954,7 +1959,7 @@ msgstr "नाम बदलू (_R)" msgid "_Selection: " msgstr "चयन (_S): " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1963,15 +1968,15 @@ msgstr "" "फाइलनाम \"%s\" केँ यूटीएफ़-8 मे नहि बदलल जाए सकैत (वातावरण चर G_FILENAME_ENCODING " "बिन्यास आजमाबू): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "अवैध UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "नाम बहुत नमहर अछि" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "फाइलनाम परिवर्तित नहि कएल जाए सकल" @@ -2219,39 +2224,39 @@ msgstr "GTK+ विकल्प" msgid "Show GTK+ Options" msgstr "GTK+ विकल्प देखाबू" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "कनेक्ट करू (_n)" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "अनाम रूपेँ जोड़ू (_a)" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "प्रयोक्ता क' रूपेँ जुड़ू (_s):" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "प्रयोक्ता नाम (_U):" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "डोमेन (_D):" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "गुड़किल्ली (_P):" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "तुरते गुड़किल्ली बिसरि गेलहुँ (_i)" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "गुड़किल्ली याद राखू जखन तकि अहाँ लाग आउट नहि कए जाइछ (_l)" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "सदाक लेल याद राखू (_f)" @@ -2321,7 +2326,7 @@ msgstr "कागज क' आकार (_P):" msgid "_Orientation:" msgstr "अभिमुखन (_O):" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "पृष्ठ सेटअप" @@ -2470,17 +2475,17 @@ msgid "The most probable reason is that a temporary file could not be created." msgstr "" "The most probable reason is that a temporary file could not be created." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "पूर्वावलोकन लाँचमे त्रुटि" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "छपाइमे त्रुटि" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "अनुप्रयोग" @@ -2539,37 +2544,37 @@ msgstr "PrintDlgEx मे अवैध नियंत्रण" msgid "Unspecified error" msgstr "अनिर्दिष्ट त्रुटि" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "मुद्रक" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "स्थान" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "स्थिति" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "सीमा" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "सभटा पृष्ठ (_A)" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "मोजुदा पृष्ठ (_u)" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "पृष्ठ (_e):" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2577,127 +2582,133 @@ msgstr "" "एकटा अथवा बेसी परिसर बताउ,\n" " उदा. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "पृष्ठ (_e):" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "कापी" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "कापीसभ (_s):" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "कोलेट (_o)" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "उनटल (_R)" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "सामान्य" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "पृष्ठ क्रमांकण" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "बामाँ सँ दहिन" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "दहिन सँ बामाँ" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "लेआउट" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "दुइ तरफा (_w):" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "प्रति साइड पृष्ठ (_s):" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "पृष्ठ क्रमाँकण (_d):" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "सिर्फ मुद्रण (_O):" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "सभटा शीट" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "सम शीट" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "विसम शीट" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "मापक (_a):" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "कागज" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "कागज प्रकार (_t):" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "कागज श्रोत (_s):" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "आउटपुट ट्रे (_r):" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "कार्य विवरण" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "प्राथमिकता (_o):" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "बिलिंग सूचना (_B):" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "दस्तावेज छापू" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "आब (_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "पर (_t):" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2705,60 +2716,64 @@ msgstr "" "छापैक समय दिअ',\n" " उदा. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "ठहराएल (_h)" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "काजकेँ राखू जखन तकि ई विशेष रूपेँ जारी नहि भए जाए" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "आवरण पृष्ठ जोड़ू" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "पहिने (_f):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "क' बाद (_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "कार्य" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "उन्नत" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "बिंब गुणवत्ता" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "रंग" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "समाप्त कए रहल अछि" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "संवाद विरोधमे किछु जमावट" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "छापू" diff --git a/po/mi.po b/po/mi.po index a4b0b1e9bf..e4fd175cda 100644 --- a/po/mi.po +++ b/po/mi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2004-01-27 07:36+1300\n" "Last-Translator: Wesley Parish \n" "Language-Team: GNOME Māori Team \n" @@ -643,17 +643,17 @@ msgstr "Kaore te momo ataahua '%s' i te tautokotia" msgid "Couldn't allocate memory for color profile" msgstr "Kaore taea e whakarato pumahara kia uta puarahi JPEG" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "Ehara pumahara ake kia huaki puarahi TIFF" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Kaore taea e whakarato pumahara " -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "Te whakatakotoranga a te ataahua JPEG" @@ -697,7 +697,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Te whakatakotoranga a te ataahua JPEG" @@ -1207,47 +1207,47 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 #, fuzzy msgid "C_redits" msgstr "Hangatia" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "" @@ -1325,17 +1325,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Ko koretake te ingoa a te puarahi: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Ko koretake te ingoa a te puarahi: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1431,7 +1436,7 @@ msgstr "Hunga hauā" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1565,11 +1570,11 @@ msgstr " papa peita kia \"Purihia atanga i tenei " msgid "Color Selection" msgstr "Mea whiriwhiri a te atanga" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "He pehea puru mohiotanga" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "" @@ -2027,22 +2032,22 @@ msgstr "Huaina hou" msgid "_Selection: " msgstr "Mea whiriwhiri" -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Koremana UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "He roa nunui te ingoa" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Kaore e taea e i te ingoa a te puarahi" @@ -2300,43 +2305,43 @@ msgstr "" msgid "Show GTK+ Options" msgstr "" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "_Huri" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "Huaina hou" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Wāhi:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "Kite wawe:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2402,7 +2407,7 @@ msgstr "_Āhuatanga" msgid "_Orientation:" msgstr "_Kueo:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "Whārangi %u" @@ -2560,17 +2565,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "_Wāhi:" @@ -2635,239 +2640,249 @@ msgstr "He koremana kei pakoko" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "_Tā" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "_Wāhi:" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "Hangatia" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Huaina hou" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "Hangatia" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "_Whakakāhoretia" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Kupu tūpato" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM Maui-ki-Katau pou rahui" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "_Tā" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "_Āhuatanga" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "_Āhuatanga" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "_Tā" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "_Kohurangi" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "_Āhuatanga" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "_Āhuatanga" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_Kāo" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "_Miramira" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_Kano" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "_Tā" diff --git a/po/mk.po b/po/mk.po index 28b779ab82..2473363e64 100644 --- a/po/mk.po +++ b/po/mk.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2007-09-08 18:58+0200\n" "Last-Translator: Arangel Angov \n" "Language-Team: Macedonian \n" @@ -649,17 +649,17 @@ msgstr "Типот на слика „%s“ не е поддржан" msgid "Couldn't allocate memory for color profile" msgstr "Не можам да алоцирам меморија за вчитување на JPEG датотеката" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "Нема доволно меморија за отворање на TIFF датотеката" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Не можам да алоцирам меморија за податоците на линијата" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "JPEG формат на слика" @@ -708,7 +708,7 @@ msgstr "" "Квалитетот на JPEG сликата мора да биде помеѓу 0 и 100; вредноста '%d' не е " "дозволена." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG формат на слика" @@ -1215,46 +1215,46 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Лиценца" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Лиценцата на програмата" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "З_аслуги" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Лиценца" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "За %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Заслуги" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Напишано од" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Документирано од" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Преведено од" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Дизајнирано од" @@ -1331,17 +1331,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Невалиден тип на функција: „%s“" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Невалиден root елемент: „%s“" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Етикета со која што не можам да се справам: „%s“" @@ -1437,7 +1442,7 @@ msgstr "Оневозможено" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Нов забрзувач" @@ -1582,11 +1587,11 @@ msgstr "" msgid "Color Selection" msgstr "Избор на боја" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Методи за запис" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Внесете уникод знаци за контрола" @@ -2032,7 +2037,7 @@ msgstr "_Реименувај" msgid "_Selection: " msgstr "_Избор: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2041,15 +2046,15 @@ msgstr "" "Името на датотеката \"%s\" не може да се конвертира во UTF-8. (пробајте да " "поставите некои од променливите за околината G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Невалиден UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Името е предолго" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Не можам да го конвертирам името на датотеката" @@ -2299,43 +2304,43 @@ msgstr "Опции за GTK+" msgid "Show GTK+ Options" msgstr "Покажи опции за GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "В_рзи се" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Реименувај" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Локација:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "_Притисок:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2405,7 +2410,7 @@ msgstr "_Големина на хартија:" msgid "_Orientation:" msgstr "_Ориентација:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Поставување на страницата" @@ -2558,17 +2563,17 @@ msgstr "Грешка во подигнувањето на прегледот" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Грешка во подигнувањето на прегледот" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Грешка во печатењето" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Апликација" @@ -2629,41 +2634,41 @@ msgstr "Невалиден справувач за PrintDlgEx" msgid "Unspecified error" msgstr "Неодредена грешка" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Печатач" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Локација" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Статус" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 #, fuzzy msgid "Range" msgstr "Оп_сег:" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 #, fuzzy msgid "_All Pages" msgstr "Сите листови" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "Т_ековно" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 #, fuzzy msgid "Pag_es:" msgstr "Места" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2671,190 +2676,200 @@ msgstr "" "Одредете еден или повеќе опсези за печатење,\n" " пр. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Места" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Копии" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Копи_и:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "С_реди" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Врати" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Општо" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Подготвувам" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM _Left-to-right mark" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "Печати во датотека" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Изглед" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Д_во стран:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Страници на _страна:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "Страници на _страна:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Само печати" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Сите листови" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Парните листови" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Непарните листови" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Ра_змер:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Хартија" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Тип на хартија:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Извор на хартија:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Фиока за испечатени листови" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Детали за работата" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "При_оритет:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Информации за наплата:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Печати го документот" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Сега" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "Н_а:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_Задржано" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Додај корица" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "Пр_ед:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_После:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Работа" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Напредно" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Квалитет на слика" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Боја" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Завршувам" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Некои од поставувањата во дијалог прозорецот се во конфликт" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Печати" diff --git a/po/ml.po b/po/ml.po index 982fc2dfa0..e5d238783f 100644 --- a/po/ml.po +++ b/po/ml.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: ml\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-17 21:05+0530\n" "Last-Translator: \n" "Language-Team: \n" @@ -287,7 +287,8 @@ msgstr "'%s' എന്ന ഇമേജ് ഫയലില്‍ ഡേറ്റ #: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 #: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 #, c-format -msgid "Failed to load image '%s': reason not known, probably a corrupt image file" +msgid "" +"Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "'%s' എന്ന ഇമേജ് ലഭ്യമാക്കുന്നതില്‍ പരാജയം: ഒരു പക്ഷേ തകരാറുള്ള ഇമേജ് ഫയല്‍ആവാം കാരണം " #: gdk-pixbuf/gdk-pixbuf-animation.c:221 @@ -295,7 +296,8 @@ msgstr "'%s' എന്ന ഇമേജ് ലഭ്യമാക്കുന് msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " "animation file" -msgstr "'%s' എന്ന ആനിമേഷന്‍ ലഭ്യമാക്കുന്നതില്‍ പരാജയം: ഒരു പക്ഷേ തകരാറുള്ള ആനിമേഷന്‍ ഫയല്‍ ആവാം കാരണം " +msgstr "" +"'%s' എന്ന ആനിമേഷന്‍ ലഭ്യമാക്കുന്നതില്‍ പരാജയം: ഒരു പക്ഷേ തകരാറുള്ള ആനിമേഷന്‍ ഫയല്‍ ആവാം കാരണം " #: gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format @@ -522,7 +524,8 @@ msgstr "GIF ഫയലിന്റെ %s ലക്കത്തിനുള്ള msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." -msgstr "GIF ഇമേജില്‍ ഗ്ളോബല്‍ കളറ്‍മാപ്പ് ലഭ്യമല്ല, അതിലുള്ള ഒരു ഫ്റെയിമില്‍ ലോക്കല്‍ കളറ്‍മാപ്പും ലഭ്യമല്ല." +msgstr "" +"GIF ഇമേജില്‍ ഗ്ളോബല്‍ കളറ്‍മാപ്പ് ലഭ്യമല്ല, അതിലുള്ള ഒരു ഫ്റെയിമില്‍ ലോക്കല്‍ കളറ്‍മാപ്പും ലഭ്യമല്ല." #: gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." @@ -612,15 +615,15 @@ msgstr " ഇമേജ് തരത്തിനുള്ള പിന്തുണ msgid "Couldn't allocate memory for color profile" msgstr "നിറം പ്രൊഫൈലിനുള്ള മെമ്മറി അനുവദിക്കുവാന്‍ സാധ്യമായില്ല" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 ഫയല്‍ തുറക്കുന്നതിന് ആവശ്യമായ മെമ്മറി ലഭ്യമല്ല" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "ചിത്രം ഡേറ്റായ്ക്ക് ആവശ്യമുള്ള മെമ്മറി അനുവദിക്കുവാന്‍ സാധ്യമായില്ല" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 ഇമേജ് രീതി" @@ -662,10 +665,11 @@ msgstr "" #: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format -msgid "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." +msgid "" +"JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG തനിമ 0-ത്തിനും 100-നും മദ്ധ്യത്തിലുള്ള മൂല്ല്യമായിരിക്കണം; %d അനുവദനീയമല്ല." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG ഇമേജ് രീതി" @@ -732,7 +736,8 @@ msgstr "മാറ്റം വരുത്തിയ PNG, RGB അല്ലെങ #: gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." -msgstr "മാറ്റം വരുത്തിയ PNG-ല്‍ പിന്തുണ ലഭ്യമല്ലാത്ത ചാനലുകള്‍ ഉണ്ട്, 3 അല്ലെങ്കില്‍ 4 എണ്ണം ആവശ്യമുണ്ട്." +msgstr "" +"മാറ്റം വരുത്തിയ PNG-ല്‍ പിന്തുണ ലഭ്യമല്ലാത്ത ചാനലുകള്‍ ഉണ്ട്, 3 അല്ലെങ്കില്‍ 4 എണ്ണം ആവശ്യമുണ്ട്." #: gdk-pixbuf/io-png.c:183 #, c-format @@ -762,7 +767,8 @@ msgid "Fatal error reading PNG image file: %s" msgstr "PNG ഇമേജ് ഫയല്‍ തുറക്കുന്നതില്‍ സാരമായ പിശക്: %s" #: gdk-pixbuf/io-png.c:825 -msgid "Keys for PNG text chunks must have at least 1 and at most 79 characters." +msgid "" +"Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "PNG ടെക്സ്റ്റുകളുടെ കീകളില്‍ കുറഞ്ഞത് 1 അക്ഷരം ഉണ്ടായിരിക്കണം, 79-ല്‍ കൂടുതല്‍ പാടില്ല." #: gdk-pixbuf/io-png.c:833 @@ -788,7 +794,8 @@ msgstr "PNG കംപ്രഷന്‍ ലവല്‍ 0-ത്തിനും #: gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." -msgstr "PNG ടെക്സ്റ്റ് ചങ്ക് %s-നുള്ള മൂല്ല്യം ISO-8859-1 എന്‍കോഡിങിലേക്കു് വേര്‍തിരിക്കുവാന്‍ സാധ്യല്ല." +msgstr "" +"PNG ടെക്സ്റ്റ് ചങ്ക് %s-നുള്ള മൂല്ല്യം ISO-8859-1 എന്‍കോഡിങിലേക്കു് വേര്‍തിരിക്കുവാന്‍ സാധ്യല്ല." #: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" @@ -1156,46 +1163,46 @@ msgid_plural "Opening %d Items" msgstr[0] "%d വസ്തു തുറക്കുന്നു" msgstr[1] "%d വസ്തുക്കള്‍ തുറക്കുന്നു" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "അനുമതിപത്രം " -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "പ്രോഗ്രാമിനുള്ള അനുമതിപത്രം" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_ബഹുമതികള്‍" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_അനുമതിപത്രം" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s സംബന്ധിച്ച്" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "ബഹുമതികള്‍" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "എഴുതിയതു്" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "സഹായക്കുറിപ്പുകള്‍" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "പരിഭാഷകര്‍" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "കലാവിരുതുകള്‍" @@ -1269,17 +1276,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "തെറ്റായ തരത്തിലുള്ള ഫംഗ്ഷന്‍: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "തെറ്റായ റൂട്ട് എലമെന്റ്: `%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "അണ്‍ഹാന്‍ഡില്‍ട് ടാഗ്: '%s'" @@ -1374,7 +1386,7 @@ msgstr "പ്രവര്‍ത്തനരഹിതം" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "പുതിയ ആക്സലറേറ്റര്‍..." @@ -1397,17 +1409,16 @@ msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." msgstr "" -"നിങ്ങള്‍ക്കാവശ്യമുള്ള നിറം പുറത്തുള്ള വട്ടത്തില്‍ നിന്നും തെരഞ്ഞെടുക്കുക. " -"ഉള്ളിലുള്ള ത്രികോണത്തില്‍ നിന്നും ഈ നിറത്തിനുള്ള ഇരുളിമ അല്ലെങ്കില്‍ " -"തെളിച്ചം തെരഞ്ഞെടുക്കുക." +"നിങ്ങള്‍ക്കാവശ്യമുള്ള നിറം പുറത്തുള്ള വട്ടത്തില്‍ നിന്നും തെരഞ്ഞെടുക്കുക. ഉള്ളിലുള്ള ത്രികോണത്തില്‍ " +"നിന്നും ഈ നിറത്തിനുള്ള ഇരുളിമ അല്ലെങ്കില്‍ തെളിച്ചം തെരഞ്ഞെടുക്കുക." #: gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." msgstr "" -"ഐഡ്രോപ്പറില്‍ ക്ലിക്ക് ചെയ്യുക. ശേഷം നിങ്ങളുടെ സ്ക്രീനില്‍ എവിടെയെങ്കിലും " -"ക്ലിക്ക് ചെയ്തു് ഈ നിറം തെരഞ്ഞെടുക്കുക." +"ഐഡ്രോപ്പറില്‍ ക്ലിക്ക് ചെയ്യുക. ശേഷം നിങ്ങളുടെ സ്ക്രീനില്‍ എവിടെയെങ്കിലും ക്ലിക്ക് ചെയ്തു് ഈ നിറം " +"തെരഞ്ഞെടുക്കുക." #: gtk/gtkcolorsel.c:387 msgid "_Hue:" @@ -1474,8 +1485,8 @@ msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." msgstr "" -"നിങ്ങള്‍ക്കു് ഒരു HTML-രീതിയിലുള്ള ഹെക്സാഡെസിമല്‍ നിറമൂല്ല്യം നല്‍കാം. " -"അല്ലെങ്കില്‍, വെറുതെ നിറത്തിന്റെ പേരു് നല്‍കുക, ഉദാ. 'orange'." +"നിങ്ങള്‍ക്കു് ഒരു HTML-രീതിയിലുള്ള ഹെക്സാഡെസിമല്‍ നിറമൂല്ല്യം നല്‍കാം. അല്ലെങ്കില്‍, വെറുതെ " +"നിറത്തിന്റെ പേരു് നല്‍കുക, ഉദാ. 'orange'." #: gtk/gtkcolorsel.c:470 msgid "_Palette:" @@ -1491,18 +1502,17 @@ msgid "" "now. You can drag this color to a palette entry, or select this color as " "current by dragging it to the other color swatch alongside." msgstr "" -"മുമ്പു് തെരഞ്ഞെടുത്ത നിറം, ഇതു് ഇപ്പോള്‍ നിങ്ങള്‍ തെരഞ്ഞെടുക്കുന്ന നിറവുമായി " -"ഒത്തുനോക്കുവാന്‍ സഹായിക്കുന്നു. നിങ്ങള്‍ക്കു് ഇതു് താലത്തിലേക്കു് വലിച്ചിടുവാന്‍ " -"സാധിക്കുന്നു അല്ലെങ്കില്‍, ഇതു് മറ്റൊരു സ്വാച്ചിലേക്കു് വലിച്ചിട്ടു് നിലവില്‍ ഉപയോഗിക്കുന്ന " -"നിറമായി സജ്ജമാക്കുക." +"മുമ്പു് തെരഞ്ഞെടുത്ത നിറം, ഇതു് ഇപ്പോള്‍ നിങ്ങള്‍ തെരഞ്ഞെടുക്കുന്ന നിറവുമായി ഒത്തുനോക്കുവാന്‍ " +"സഹായിക്കുന്നു. നിങ്ങള്‍ക്കു് ഇതു് താലത്തിലേക്കു് വലിച്ചിടുവാന്‍ സാധിക്കുന്നു അല്ലെങ്കില്‍, ഇതു് മറ്റൊരു " +"സ്വാച്ചിലേക്കു് വലിച്ചിട്ടു് നിലവില്‍ ഉപയോഗിക്കുന്ന നിറമായി സജ്ജമാക്കുക." #: gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." msgstr "" -"നിങ്ങള്‍ തെരഞ്ഞെടുത്ത നിറം. ഭാവിയില്‍ വീണ്ടും ഉപയോഗിക്കുന്നതിനായി നിങ്ങള്‍ക്കു് " -"ഈ നിറം താലത്തിലേക്കു് വലിച്ചിടുവാന്‍ സാധ്യമാകുന്നു." +"നിങ്ങള്‍ തെരഞ്ഞെടുത്ത നിറം. ഭാവിയില്‍ വീണ്ടും ഉപയോഗിക്കുന്നതിനായി നിങ്ങള്‍ക്കു് ഈ നിറം " +"താലത്തിലേക്കു് വലിച്ചിടുവാന്‍ സാധ്യമാകുന്നു." #: gtk/gtkcolorsel.c:1363 msgid "_Save color here" @@ -1513,19 +1523,19 @@ msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" msgstr "" -"നിലവിലുള്ള നിറം ആക്കുന്നതിനായി ഈ താലം എന്‍ട്രിയില്‍ ക്ലിക്ക് ചെയ്യുക. " -"ഈ എന്‍ട്രി മാറ്റുന്നതിനായി, ഒരു നിറത്തിനുള്ള സ്വാച്ച് ഇവിടേക്കു് വലിച്ചിടുക " -"അല്ലെങ്കില്‍ അതു് റൈറ്റ് ക്ലിക്ക് ചെയ്തു് \"നിറം ഇവിടെ സൂക്ഷിക്കുക.\" തെരഞ്ഞെടുക്കുക." +"നിലവിലുള്ള നിറം ആക്കുന്നതിനായി ഈ താലം എന്‍ട്രിയില്‍ ക്ലിക്ക് ചെയ്യുക. ഈ എന്‍ട്രി മാറ്റുന്നതിനായി, " +"ഒരു നിറത്തിനുള്ള സ്വാച്ച് ഇവിടേക്കു് വലിച്ചിടുക അല്ലെങ്കില്‍ അതു് റൈറ്റ് ക്ലിക്ക് ചെയ്തു് \"നിറം ഇവിടെ " +"സൂക്ഷിക്കുക.\" തെരഞ്ഞെടുക്കുക." #: gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "നിറം തെരഞ്ഞെടുക്കല്‍" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "ഇന്‍പുട്ട് _രീതികള്‍" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Insert Unicode Control Character" @@ -1739,8 +1749,10 @@ msgstr "\"%s\" എന്ന പേരില്‍ ഒരു ഫയല്‍ ന #: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 #, c-format -msgid "The file already exists in \"%s\". Replacing it will overwrite its contents." -msgstr "\"%s\"-ല്‍ ഒരു ഫയല്‍ ഉണ്ട്. അതിന്റെ സ്ഥാനത്ത് ഇത് സൂക്ഷിച്ചാല്‍ ഉള്ളടക്കം മാറ്റി എഴുതപ്പെടുന്നു." +msgid "" +"The file already exists in \"%s\". Replacing it will overwrite its contents." +msgstr "" +"\"%s\"-ല്‍ ഒരു ഫയല്‍ ഉണ്ട്. അതിന്റെ സ്ഥാനത്ത് ഇത് സൂക്ഷിച്ചാല്‍ ഉള്ളടക്കം മാറ്റി എഴുതപ്പെടുന്നു." #: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 msgid "_Replace" @@ -1876,8 +1888,8 @@ msgid "" "available to this program.\n" "Are you sure that you want to select it?" msgstr "" -"\"%s\" എന്ന ഫയല്‍ മറ്റൊരു സിസ്റ്റമില്‍ (%s) സൂക്ഷിച്ചിരിക്കുന്നു. അതിനാല്‍ ഈ പ്രോഗ്രാമിനു് " -"ഇതു് ലഭ്യമല്ല.\n" +"\"%s\" എന്ന ഫയല്‍ മറ്റൊരു സിസ്റ്റമില്‍ (%s) സൂക്ഷിച്ചിരിക്കുന്നു. അതിനാല്‍ ഈ പ്രോഗ്രാമിനു് ഇതു് " +"ലഭ്യമല്ല.\n" "നിങ്ങള്‍ക്കു് ഇതു് തെരഞ്ഞെടുക്കണമെന്നു് ഉറപ്പാണോ?" #: gtk/gtkfilesel.c:1020 @@ -1894,8 +1906,10 @@ msgstr "ഫയലിന്റെ പേരു് മാറ്റുക (_R)" #: gtk/gtkfilesel.c:1347 #, c-format -msgid "The folder name \"%s\" contains symbols that are not allowed in filenames" -msgstr "ഫയലിന്റെ പേരില്‍ ഉപയോഗിക്കുവാന്‍ പാടില്ലാത്ത ചില ചിഹ്നങ്ങള്‍ \"%s\" എന്ന അറയുടെ പേരിലുണ്ട്" +msgid "" +"The folder name \"%s\" contains symbols that are not allowed in filenames" +msgstr "" +"ഫയലിന്റെ പേരില്‍ ഉപയോഗിക്കുവാന്‍ പാടില്ലാത്ത ചില ചിഹ്നങ്ങള്‍ \"%s\" എന്ന അറയുടെ പേരിലുണ്ട്" #: gtk/gtkfilesel.c:1392 msgid "New Folder" @@ -1912,7 +1926,8 @@ msgstr "ഉ_ണ്ടാക്കുക" #: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" -msgstr "ഫയലിന്റെ പേരില്‍ ഉപയോഗിക്കുവാന്‍ പാടില്ലാത്ത ചില ചിഹ്നങ്ങള്‍ \"%s\" എന്ന ഫയല്‍നാമത്തിലുണ്ട്" +msgstr "" +"ഫയലിന്റെ പേരില്‍ ഉപയോഗിക്കുവാന്‍ പാടില്ലാത്ത ചില ചിഹ്നങ്ങള്‍ \"%s\" എന്ന ഫയല്‍നാമത്തിലുണ്ട്" #: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 #, c-format @@ -1960,24 +1975,24 @@ msgstr "പേരു് _മാറ്റുക" msgid "_Selection: " msgstr "_തെരഞ്ഞെടുക്കല്‍:" -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -"\"%s\" ഫയല്‍നാമം UTF-8-ലേക്കു് വേര്‍തിരിക്കുവാന്‍ സാധ്യമായില്ല. (G_FILENAME_ENCODING " -"എന്ന എന്‍വയോണ്മെന്റ് സജ്ജമാക്കുന്നതിനായി ശ്രമിക്കുക): %s" +"\"%s\" ഫയല്‍നാമം UTF-8-ലേക്കു് വേര്‍തിരിക്കുവാന്‍ സാധ്യമായില്ല. (G_FILENAME_ENCODING എന്ന " +"എന്‍വയോണ്മെന്റ് സജ്ജമാക്കുന്നതിനായി ശ്രമിക്കുക): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "അസാധുവായ UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "പേരു് വളരെ വലുതാണു്" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "ഫയലിന്റെ പേരു് വേര്‍തിരിക്കുവാന്‍ സാധ്യമായില്ല" @@ -2225,39 +2240,39 @@ msgstr "GTK+ ഉപാധികള്‍" msgid "Show GTK+ Options" msgstr "GTK+ ഉപാധികള്‍ കാണിക്കുക" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "ക_ണക്ട് ചെയ്യുക" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "_അജ്ഞാതമായി കണക്ട് ചെയ്യുക" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "_ഉപയോക്താവായി കണക്ട് ചെയ്യുക:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_ഉപയോക്താവിന്റെ പേരു്‌:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_ഡൊമെയിന്‍:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_അടയാളവാക്കു്:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_ഉടന്‍ പാസ്‌വേര്‍ഡ് മറക്കകു" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "_പുറത്തു് കടക്കുന്നതു്വരെ പാസ്‌വേര്‍ഡ് സൂക്ഷിക്കുക" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_എന്നേക്കുമായി സൂക്ഷിക്കുക" @@ -2327,7 +2342,7 @@ msgstr "_പേപ്പറിന്റെ വലിപ്പം:" msgid "_Orientation:" msgstr "സംവേദനം (_O):" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "പേജിന്റെ ക്രമീകരണം" @@ -2475,17 +2490,17 @@ msgstr "പ്രിന്റ് ചെയ്യുന്നതിനു് മ msgid "The most probable reason is that a temporary file could not be created." msgstr "ഇതിനുള്ള കാരണം മിക്കവാറും താല്‍ക്കാലിക ഫയല്‍ ഉണ്ടാക്കപ്പെട്ടില്ല എന്നതാവും." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "തിരനോട്ടം ലഭ്യമാക്കുന്നതില്‍ പിശക്" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "പ്രിന്റ് ചെയ്യുന്നതില്‍ പിശക്" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "പ്രയോഗം" @@ -2544,37 +2559,37 @@ msgstr "PrintDlgEx-നുള്ള തെറ്റായ ഹാന്‍ഡി msgid "Unspecified error" msgstr "വ്യക്തമാക്കാത്ത പിശക്" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "പ്രിന്‍റര്‍" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "സ്ഥാനം" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "അവസ്ഥ" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "പരിധി" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_എല്ലാ പേജുകളും" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "നി_ലവിലുളള താള്‍" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "താ_ളുകള്‍:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2582,127 +2597,133 @@ msgstr "" "ഒന്നോ അതിലധികമോ താള്‍ പരിധികള്‍ നല്‍കുക,\n" " ഉദാ. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "താ_ളുകള്‍:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "പകര്‍പ്പുകള്‍" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "പ_കര്‍പ്പുകള്‍:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_കോളേറ്റ് ചെയ്യുക" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_തിരിക്കുക" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "സാധാരണ" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "പേജിന്റെ ക്രമം" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "ഇടത് മുതല്‍ വലത്" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "വലതില്‍ നിന്നും എടത്തേയ്ക്ക്" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "ലേയൌട്ട് " -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_ഇരു വശമുള്ള:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "ഒരു _വശത്ത് എത്ര താള്‍:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "പേജിന്റെ _ക്രമം:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "പ്രിന്റ് മാത്രം ചെയ്യുക:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "എല്ലാ ഷീറ്റുകളും" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "ഇവന്‍ ഷീറ്റുകള്‍" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "ഓഡ് ഷീറ്റുകള്‍" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "അളവ് (_a):" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "പേപ്പറ്‍" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "ഏത് തരം പേപ്പറ്‍ (_t):" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "പേപ്പറിന്റെ _ഉറവിടം:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "ഔട്ട്പുട്ട് ട്റേ (_r):" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "ജോലിയുടെ വിശദവിവരങ്ങള്‍" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "മുന്‍ഗണന (_o):" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "ബില്ലിങ് വിവരം (_B): " -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "രേഖ പ്രിന്റ് ചെയ്യുക" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "ഉടന്‍ (_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "എപ്പോള്‍ (_t):" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2710,60 +2731,64 @@ msgstr "" "പ്രിന്റ് ചെയ്യുന്നതിനുള്ള സമയം,\n" " ഉദാ. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "തല്‍ക്കാലത്തേക്ക് _നിര്‍ത്തുക" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "ഈ മാത്രമായി ലഭ്യമാക്കുന്നതു് വരെ ഇതു് ഹോള്‍ഡ് ചെയ്യുക" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "കവര്‍ താള്‍ ചേര്‍ക്കുക" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "മുമ്പ് (_f):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "ശേഷം (_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "ജോലി" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "പുരോഗമിച്ച" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "ഇമേജിന്റെ നിലവാരം" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "നിറം" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "പൂറ്‍ത്തിയാക്കുന്നു" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "ഡയലോഗിലുള്ള ചില ക്രമീകരണങ്ങള്‍ പൊരുത്തപ്പെടുന്നില്ല" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "പ്രിന്റ് ചെയ്യുക" @@ -3447,7 +3472,8 @@ msgstr "\"%s\" ശരിയായ പേരുള്ള ഒരു സവിശ #: gtk/gtktextbufferserialize.c:1193 #, c-format -msgid "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" +msgid "" +"\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "" "\"%s\", \"%s\" തരത്തിലുള്ള മൂല്ല്യമായി വേര്‍തിരിക്കുവാന്‍ സാധ്യമല്ല. ഇതു് \"%s\" എന്ന " "സവിശേഷതയ്ക്കുള്ളതാണു്" @@ -3486,7 +3512,8 @@ msgid "Serialized data is malformed" msgstr "സീരിയലൈസ്ഡ് ഡേറ്റാ തെറ്റാകുന്നു" #: gtk/gtktextbufferserialize.c:1857 -msgid "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" +msgid "" +"Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "സീരിയലൈസ്ഡ് ഡേറ്റാ തെറ്റാകുന്നു. ആദ്യത്തെ ഭാഗം GTKTEXTBUFFERCONTENTS-0001 അല്ല." #: gtk/gtktextutil.c:61 @@ -4939,4 +4966,3 @@ msgstr "ടെസ്റ്റ് പ്രിന്ററിലേക്ക് #, c-format msgid "Could not get information for file '%s': %s" msgstr "'%s' എന്ന ഫയലിന് ആവശ്യമുള്ള വിവരം ലഭ്യമായില്ല: %s" - diff --git a/po/mn.po b/po/mn.po index cfb5c59e76..3b0122aee1 100644 --- a/po/mn.po +++ b/po/mn.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: mn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2004-03-17 17:16+0100\n" "Last-Translator: Sanlig Badral \n" "Language-Team: Mongolian \n" @@ -744,18 +744,18 @@ msgid "Couldn't allocate memory for color profile" msgstr "JPEG төрлийн файлыг санах ойд байрлуулж чадсангүй" # gdk-pixbuf/io-tiff.c:178 gdk-pixbuf/io-tiff.c:194 gdk-pixbuf/io-tiff.c:485 -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "TIFF төрлийн файлыг ачаалахад санах хүрэхгүй байна" # gdk-pixbuf/io-tga.c:178 -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Мөрийн өгөгдөлд зориулсан санах ой гаргаж чадахгүй б/а" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "JPEG зургийн төрөл байна" @@ -812,7 +812,7 @@ msgstr "" "JPEG төрөл нь 0 ба 100 -ийн хоорондох утгыг авбал сайн; \"%d\" утга бол " "зөвшөөрөгдөөгүй." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG зургийн төрөл байна" @@ -1420,48 +1420,48 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "" # gtk/gtkfilesel.c:1444 #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 #, fuzzy msgid "C_redits" msgstr "Үү_сгэх" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "" @@ -1544,18 +1544,23 @@ msgid "Backslash" msgstr "" # gdk-pixbuf/io-xbm.c:283 -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Буруу файлын нэр: %s" +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + # gdk-pixbuf/io-xbm.c:283 -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Буруу файлын нэр: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1655,7 +1660,7 @@ msgstr "Идэвхжээгүй." #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1825,12 +1830,12 @@ msgid "Color Selection" msgstr "Өнгө сонголт" # gtk/gtktextview.c:6366 -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Оролт_Арга" # gtk/gtkentry.c:3870 gtk/gtktextview.c:6375 -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "Удирдлагын Unicode тэмдэгт _оруулах" @@ -2344,7 +2349,7 @@ msgstr "_Сольж нэрлэх" msgid "_Selection: " msgstr "_Сонголт: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, fuzzy, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2354,17 +2359,17 @@ msgstr "" "утгуудыг тохируул): %s" # gtk/gtkfilesel.c:2986 -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Хүчингүй UTF-8" # gtk/gtkfilesel.c:3852 -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Нэр хэт урт" # gtk/gtkfilesel.c:3854 -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Файлын нэр өөрчлөгдсөнгүй" @@ -2664,46 +2669,46 @@ msgid "Show GTK+ Options" msgstr "" # gtk/gtkstock.c:282 -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "_Хувиргах" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" # gtk/gtkfilesel.c:1712 -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Сольж нэрлэх" # gtk/gtkfilesel.c:2103 -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Байршил:" # gtk/gtkinputdialog.c:476 -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "Даралт" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2774,7 +2779,7 @@ msgid "_Orientation:" msgstr "Хан_галуун:" # gtk/gtknotebook.c:2439 gtk/gtknotebook.c:4695 -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "Хуудас %u" @@ -2945,18 +2950,18 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" # gtk/gtkfilesel.c:2103 -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "_Байршил:" @@ -3028,69 +3033,75 @@ msgid "Unspecified error" msgstr "" # gtk/gtkstock.c:313 -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "_хэвлэ" # gtk/gtkfilesel.c:2103 #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "_Байршил:" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" # gtk/gtkfilesel.c:1444 -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "Үү_сгэх" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +# gtk/gtkfilesel.c:1712 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Сольж нэрлэх" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" # gtk/gtkfilesel.c:1444 -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "Үү_сгэх" # gtk/gtkstock.c:320 -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "_Буцааж тавих" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" @@ -3098,101 +3109,101 @@ msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Сануулга" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM Зүүнээс баруун тийш тэмдэглэх" # gtk/gtkstock.c:313 -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "_хэвлэ" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" # gtk/gtkstock.c:315 -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "_Гар тохируулга" # gtk/gtkstock.c:315 -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "_Гар тохируулга" # gtk/gtkstock.c:313 -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "_хэвлэ" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" # gtk/gtkcolorsel.c:1825 -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "Ут_га:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" # gtk/gtkstock.c:315 -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "_Гар тохируулга" # gtk/gtkstock.c:315 -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "_Гар тохируулга" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" @@ -3200,83 +3211,88 @@ msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_Үгүй" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + # gtk/gtkstock.c:277 -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "_Тод" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" # gtk/gtkstock.c:323 -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_Өнгө" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" # gtk/gtkstock.c:313 -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "_хэвлэ" diff --git a/po/mr.po b/po/mr.po index 2ba572f293..4fcc0d3da3 100644 --- a/po/mr.po +++ b/po/mr.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD.mr\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+&component=general\n" -"POT-Creation-Date: 2009-03-02 20:43+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-15 16:42+0530\n" "Last-Translator: Sandeep Shedmake \n" "Language-Team: marathi\n" @@ -17,58 +17,58 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n!=1);\n" "X-Generator: KBabel 1.11.4\n" -#: ../gdk/gdk.c:103 +#: gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "पर्याय --gdk-debug वाचतेवेळी त्रुटी आढळली" -#: ../gdk/gdk.c:123 +#: gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "पर्याय --gdk-no-debug वाचतेवेळी त्रुटी आढळली" #. Description of --class=CLASS in --help output -#: ../gdk/gdk.c:151 +#: gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "खिडकी व्यवस्थापकाने वापरल्याप्रमाणे कार्यक्रम वर्ग" #. Placeholder in --class=CLASS in --help output -#: ../gdk/gdk.c:152 +#: gdk/gdk.c:152 msgid "CLASS" msgstr "CLASS" #. Description of --name=NAME in --help output -#: ../gdk/gdk.c:154 +#: gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "खिडकी व्यवस्थापकाने वापरल्याप्रमाणे कार्यक्रमाचे नाव" #. Placeholder in --name=NAME in --help output -#: ../gdk/gdk.c:155 +#: gdk/gdk.c:155 msgid "NAME" msgstr "NAME" #. Description of --display=DISPLAY in --help output -#: ../gdk/gdk.c:157 +#: gdk/gdk.c:157 msgid "X display to use" msgstr "वापरावयाचे X प्रदर्शन" #. Placeholder in --display=DISPLAY in --help output -#: ../gdk/gdk.c:158 +#: gdk/gdk.c:158 msgid "DISPLAY" msgstr "DISPLAY" #. Description of --screen=SCREEN in --help output -#: ../gdk/gdk.c:160 +#: gdk/gdk.c:160 msgid "X screen to use" msgstr "वापरावयाची X स्क्रीन" #. Placeholder in --screen=SCREEN in --help output -#: ../gdk/gdk.c:161 +#: gdk/gdk.c:161 msgid "SCREEN" msgstr "SCREEN" #. Description of --gdk-debug=FLAGS in --help output -#: ../gdk/gdk.c:164 +#: gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "निर्धारित करायचे Gdk त्रुटीनिर्वारण ध्वज" @@ -76,220 +76,221 @@ msgstr "निर्धारित करायचे Gdk त्रुटीन #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 +#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 msgid "FLAGS" msgstr "FLAGS" #. Description of --gdk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:167 +#: gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "अनिर्धारित करायचे Gdk त्रुटीनिर्वारण ध्वज" -#: ../gdk/keyname-table.h:3940 +#: gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "BackSpace" -#: ../gdk/keyname-table.h:3941 +#: gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tab" -#: ../gdk/keyname-table.h:3942 +#: gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Return" -#: ../gdk/keyname-table.h:3943 +#: gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: ../gdk/keyname-table.h:3944 +#: gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Scroll_Lock" -#: ../gdk/keyname-table.h:3945 +#: gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: ../gdk/keyname-table.h:3946 +#: gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Escape" -#: ../gdk/keyname-table.h:3947 +#: gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_key" -#: ../gdk/keyname-table.h:3948 +#: gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: ../gdk/keyname-table.h:3949 +#: gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Left" -#: ../gdk/keyname-table.h:3950 +#: gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Up" -#: ../gdk/keyname-table.h:3951 +#: gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Right" -#: ../gdk/keyname-table.h:3952 +#: gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Down" -#: ../gdk/keyname-table.h:3953 +#: gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page_Up" -#: ../gdk/keyname-table.h:3954 +#: gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page_Down" -#: ../gdk/keyname-table.h:3955 +#: gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" -#: ../gdk/keyname-table.h:3956 +#: gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" -#: ../gdk/keyname-table.h:3957 +#: gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Print" -#: ../gdk/keyname-table.h:3958 +#: gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insert" -#: ../gdk/keyname-table.h:3959 +#: gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" -#: ../gdk/keyname-table.h:3960 +#: gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Space" -#: ../gdk/keyname-table.h:3961 +#: gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Tab" -#: ../gdk/keyname-table.h:3962 +#: gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Enter" -#: ../gdk/keyname-table.h:3963 +#: gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP_Home" -#: ../gdk/keyname-table.h:3964 +#: gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP_Left" -#: ../gdk/keyname-table.h:3965 +#: gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP_Up" -#: ../gdk/keyname-table.h:3966 +#: gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP_Right" -#: ../gdk/keyname-table.h:3967 +#: gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP_Down" -#: ../gdk/keyname-table.h:3968 +#: gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_Page_Up" -#: ../gdk/keyname-table.h:3969 +#: gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP_Prior" -#: ../gdk/keyname-table.h:3970 +#: gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: ../gdk/keyname-table.h:3971 +#: gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP_Next" -#: ../gdk/keyname-table.h:3972 +#: gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "KP_End" -#: ../gdk/keyname-table.h:3973 +#: gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP_Begin" -#: ../gdk/keyname-table.h:3974 +#: gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP_Insert" -#: ../gdk/keyname-table.h:3975 +#: gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP_Delete" -#: ../gdk/keyname-table.h:3976 +#: gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "नष्ट करा" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 +#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 +#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%1s' फाइल उघडण्यात असफल: %2s" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 +#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "प्रतिमा फाइल '%s' मध्ये कोणतीही माहीती नाही " -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 +#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 #, c-format -msgid "Failed to load image '%s': reason not known, probably a corrupt image file" +msgid "" +"Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "" "प्रतिमा '%s' ला सुरु करण्यात असफल: कारण माहीत नाही , बहुदा ही एक दुषित प्रतिमा फाइल " "असावी " -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -298,12 +299,12 @@ msgstr "" "प्रतिमा '%s' ला सुरु करण्यात असफल: कारण माहीत नाही, बहुदा ही एक दुषित प्रतिमा फाइल " "असावी " -#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 +#: gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "प्रतिमा सुरु करण्याची पध्दत %1s: सुरु करण्यास असमर्थ: %2s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 +#: gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -312,68 +313,69 @@ msgstr "" "प्रतिमा सुरु करण्यासाठी %s द्वारा योग्य संवाद साधता येत नाही; बहुदा एका भिन्न जीटीके " "मजकुरापासून ही प्रतिमा घेतली असावी?" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 +#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "'%s' प्रतिमेला आधार नाही" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 +#: gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "फाइल '%s' कोणत्या प्रकारची फाइल आहे ते उमगले नाही" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 +#: gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "अपरिचित असणारी प्रतिमा फाइल" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "'%1s' प्रतिमा उघडण्यास असमर्थ: %2s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 +#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "प्रतिमा फाइलवर लिहिण्यात चूक: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "प्रतिमेची रचना रक्षित करण्यासाठी या भागातgdk-pixbf चे सहकार्य नाही : %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "कॉलबॅकसाठी प्रतिमा सुरक्षित करण्यासाठी पुरेशी स्मृती नाही" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "तात्कालिक फाइल उघडण्यात असफल" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "तात्कालिक फाइलमधून वाचण्यास असफल" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "लिहण्यासाठी '%1$s' ही फाइल उघडण्यास अपयशी: %2$s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" "s" -msgstr "लेखन करताना '%s' ला बन्द करता आले नाही, बहुदा सर्व माहीती रक्षित झाली नसेल:%s" +msgstr "" +"लेखन करताना '%s' ला बन्द करता आले नाही, बहुदा सर्व माहीती रक्षित झाली नसेल:%s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "प्रतिमा बफरमध्ये सुरक्षित करण्यासाठी अपुरी स्मृती" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "प्रतिमा स्ट्रीम करीता लिहीतेवेळी त्रुटी आढळली" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -382,370 +384,370 @@ msgstr "" "अंतर्गत चूक: प्रतिमा लोडर माड्यूल '%s' संक्रिया पूर्ण करू शकला नाही, परंतू याचे कारण दिलेले " "नाही" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "प्रतिमा प्रकार '%s' चे वाढीव लोडिंग करण्यासाठी कोणतीही मदत नाही" -#: ../gdk-pixbuf/gdk-pixdata.c:147 +#: gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "प्रतिमेची शिर्षक पट्टी भ्रष्ट आहे " -#: ../gdk-pixbuf/gdk-pixdata.c:152 +#: gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "प्रतिमेची रचना अनोळखी आहे" -#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 +#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "प्रतिमेमधील चित्रकणविषयक माहिती दुषित आहे " -#: ../gdk-pixbuf/gdk-pixdata.c:431 +#: gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "%u बाइटचा प्रतिमा बफर बनविण्यास असमर्थ" msgstr[1] "%u बाइटचा प्रतिमा बफर बनविण्यास असमर्थ" -#: ../gdk-pixbuf/io-ani.c:244 +#: gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "एनिमेशनमध्ये अनपेक्षित चिन्ह चंक" -#: ../gdk-pixbuf/io-ani.c:337 +#: gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "असमर्थनीय एनिमेशन प्रकार" -#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 -#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 -#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 +#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 +#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "एनिमेशनमधील मथळा अयोग्य आहे" -#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 -#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 -#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 +#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 +#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "एनिमेशन भारीत करण्यासाठी पुरेशी स्मृती नाही" -#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 -#: ../gdk-pixbuf/io-ani.c:443 +#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "एनिमेशनमध्ये बिघडलेला चंक" -#: ../gdk-pixbuf/io-ani.c:711 +#: gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "ANI प्रतिमा स्वरूप" -#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 -#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 -#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 +#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 +#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "BMP प्रतिमेमध्ये असणाऱ्या शिर्षकपट्टी विषयीची माहीती खोटी आहे" -#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 +#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "प्रतिमा उघडण्यासाठी पुरेशी जागा नाही" -#: ../gdk-pixbuf/io-bmp.c:319 +#: gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" -msgstr "BMP प्रतीमेमध्ये असणाऱ्या शिर्षकपट्टी व्यतीरिक्त अन्य शिर्षकपट्या बनवता वाचता येणार नाहीत" +msgstr "" +"BMP प्रतीमेमध्ये असणाऱ्या शिर्षकपट्टी व्यतीरिक्त अन्य शिर्षकपट्या बनवता वाचता येणार नाहीत" -#: ../gdk-pixbuf/io-bmp.c:357 +#: gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "टॉपडाउन BMP प्रतिमा संकुचित नाही करता येत" -#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 +#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "फाइल अपूर्ण अवस्थेत बंद झाल्याचे नजरेस आले हे" -#: ../gdk-pixbuf/io-bmp.c:1329 +#: gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "BMP फाइल सुरक्षित करण्यासाठी स्मृती राखू शकता आली नाही" -#: ../gdk-pixbuf/io-bmp.c:1370 +#: gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "BMP फाइलमध्ये लिहिता आले नाही" -#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 +#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "BMP फाइल स्वरूप" -#: ../gdk-pixbuf/io-gif.c:222 +#: gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "GIF %s मधील मजकूर वाचता येत नाहीः" -#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 -#: ../gdk-pixbuf/io-gif.c:1642 +#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "GIF फाइल मधील काही माहीती हरवली आहे (बहुदा ती माहीती अन्यत्र साठलेली असेल)" -#: ../gdk-pixbuf/io-gif.c:505 +#: gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "GIF प्रतिमेमध्ये (%s) अंतर्गत त्रुटी आहेत" -#: ../gdk-pixbuf/io-gif.c:579 +#: gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "माहीती साठवण क्षमतेपेक्षा अधिक आहे" -#: ../gdk-pixbuf/io-gif.c:639 +#: gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "GIF प्रतिमा भारक ही प्रतिमा समजू शकत नाही." -#: ../gdk-pixbuf/io-gif.c:668 +#: gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "सदोष सुत्रे मिळाली" -#: ../gdk-pixbuf/io-gif.c:678 +#: gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "GIF फाइल मध्ये वर्तुळाकार तक्त्याची नोंद आहे" -#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 -#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 +#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 +#: gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "GIF फाइलसाठी पुरेशी स्मरणशक्ती उपलब्ध नाही" -#: ../gdk-pixbuf/io-gif.c:960 +#: gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "GIF फाइलमध्ये चौकट बसवण्यासाठी पुरेशी स्मृती नाही" -#: ../gdk-pixbuf/io-gif.c:1132 +#: gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "GIF प्रतिमा खराब आहे (चुकीचे LZW संक्षेप )" -#: ../gdk-pixbuf/io-gif.c:1182 +#: gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "ही फाइल GIF फाइल वाटत नाही " -#: ../gdk-pixbuf/io-gif.c:1194 +#: gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "GIF फाइल मधील %s भागाला समर्थन नाही" -#: ../gdk-pixbuf/io-gif.c:1303 +#: gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." -msgstr "GIF प्रतिमेमध्ये व्यापक रंगसंगती नाही आणि चित्रामधील चौकटीत स्थानिकरंगसंगती उपलब्ध नाहीत." +msgstr "" +"GIF प्रतिमेमध्ये व्यापक रंगसंगती नाही आणि चित्रामधील चौकटीत स्थानिकरंगसंगती उपलब्ध नाहीत." -#: ../gdk-pixbuf/io-gif.c:1537 +#: gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "GIF प्रतिमा अपूर्ण किंवा सदोष होते." -#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 +#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "GIF प्रतिमा स्वरूप" -#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 -#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 -#: ../gdk-pixbuf/io-ico.c:359 +#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 +#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "अक्षरमालिकेतील शिर्षकपट्टी अयोग्य आहे" -#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 -#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 -#: ../gdk-pixbuf/io-ico.c:462 +#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 +#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "चिन्ह भारित करण्यासाठी पुरेशी स्मृती नाही" -#: ../gdk-pixbuf/io-ico.c:322 +#: gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "अक्षरमालिकेची रुंदी शुन्य आहे " -#: ../gdk-pixbuf/io-ico.c:332 +#: gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "अक्षरमालिकेची उंची शुन्य आहे" -#: ../gdk-pixbuf/io-ico.c:384 +#: gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" -msgstr "संक्षेपित अक्षरमालिकेतील अक्षरांना मदत नसल्यामुळे त्या मालिकेचा वापर करता येनार नाही" +msgstr "" +"संक्षेपित अक्षरमालिकेतील अक्षरांना मदत नसल्यामुळे त्या मालिकेचा वापर करता येनार नाही" -#: ../gdk-pixbuf/io-ico.c:417 +#: gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "या प्रकारच्या अक्षरमालिकेचा वापर केला जाऊ शकत नाही" -#: ../gdk-pixbuf/io-ico.c:511 +#: gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "ICO फाइल सुरू करण्यासाठी पुरेशी स्मरणशक्ती उपलब्ध नाही" -#: ../gdk-pixbuf/io-ico.c:976 +#: gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "ICO प्रमाणे सुरक्षित करण्यासाठी प्रतिमा खूप मोठी आहे" -#: ../gdk-pixbuf/io-ico.c:987 +#: gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "कर्सर हॉटस्पॉट प्रतिमे बाहेर" -#: ../gdk-pixbuf/io-ico.c:1010 +#: gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "ICO फाइलसाठी असमर्थनीय खोली: %d" -#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 +#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "ICO प्रतिमा स्वरूप" -#: ../gdk-pixbuf/io-icns.c:347 +#: gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "ICNS प्रतिमा वाचतेवेळी त्रुटी आढळली: %s" -#: ../gdk-pixbuf/io-icns.c:364 +#: gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "ICNS फाइल डीकोड करण्यास अपयशी" -#: ../gdk-pixbuf/io-icns.c:397 +#: gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "ICNS प्रतिमा स्वरूपन" -#: ../gdk-pixbuf/io-jasper.c:75 +#: gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "स्ट्रीम करीता स्मृती वाटप करू शकले नाही" -#: ../gdk-pixbuf/io-jasper.c:105 +#: gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "प्रतिमा डीकोड करू शकले नाही" -#: ../gdk-pixbuf/io-jasper.c:123 +#: gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "रूपांतरीत JPEG2000 ची रूंदी किंवा ऊंची शून्य आहे" -#: ../gdk-pixbuf/io-jasper.c:137 +#: gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "प्रतिमा स्वरूपन वर्तमानक्षणी समर्थीत नाही" -#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 +#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "रंग प्रोफाइल करीता स्मृती वाटप करण्यास अपयशी" -#: ../gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 फाइल उघडण्यास अपुरे स्मृती आढळली" -#: ../gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "बफर प्रतिमा माहिती करीता स्मृती वाटप करण्यास अपयशी" -#: ../gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 प्रतिमा स्वरूपन" -#: ../gdk-pixbuf/io-jpeg.c:117 +#: gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "JPEG फाइल (%s) मधील चित्रणाचा अर्थ/आशय कळण्यात चुक आढळते" -#: ../gdk-pixbuf/io-jpeg.c:529 +#: gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" -msgstr "प्रतिमा सुरू करण्यासाठी पुरेशी स्मरणशक्ती नाही, त्यातील काही भाग काढून स्मरणशक्ती वाढवावी" +msgstr "" +"प्रतिमा सुरू करण्यासाठी पुरेशी स्मरणशक्ती नाही, त्यातील काही भाग काढून स्मरणशक्ती वाढवावी" -#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 +#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "असमर्थनीय JPEG रंग अंतराळ (%s)" -#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 -#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 +#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 +#: gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "JPEG मधील फाइल सुरु करण्यासाठी आवश्यक ती स्मरणशक्ती देता येत नाही" -#: ../gdk-pixbuf/io-jpeg.c:920 +#: gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "रूपांतरीत JPEG मधील ऊंची किंवा रुंदी शून्य आहे." -#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 +#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " "parsed." -msgstr "JPEG ची गुणवत्ता ० ते 1०0 दरम्यान असायला हवी; %s ची गुणवत्ता मोजली जाऊ शकत नाही." +msgstr "" +"JPEG ची गुणवत्ता ० ते 1०0 दरम्यान असायला हवी; %s ची गुणवत्ता मोजली जाऊ शकत नाही." -#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 +#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format -msgid "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." +msgid "" +"JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG मधील गुणवत्ता किंमत ० ते 1०0 दरम्यान असायला हवी; '%d' वैध नाही." -#: ../gdk-pixbuf/io-jpeg.c:1309 ../gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG प्रतिमा स्वरूप" -#: ../gdk-pixbuf/io-pcx.c:187 +#: gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "मथळ्यासाठी स्मृती राखू शकता आली नाही" -#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 +#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "संदर्भ बफरसाठी स्मृती राखता आली नाही" -#: ../gdk-pixbuf/io-pcx.c:601 +#: gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "प्रतिमेची रूंदी आणि/किंवा उंची अवैध आहे" -#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 +#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "प्रतिमेत असमर्थनीय bpp आहेत" -#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 +#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "प्रतिमेत %d-bit प्रतलांची असमर्थनीय संख्या आहे" -#: ../gdk-pixbuf/io-pcx.c:642 +#: gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "नविन Pixbuf निर्माण करता येत नाही" -#: ../gdk-pixbuf/io-pcx.c:650 +#: gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "लाइन डेटासाठी स्मृती राखता आली नाही" -#: ../gdk-pixbuf/io-pcx.c:657 +#: gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "पॅलेटेड डेटासाठी स्मृती राखता आली नाही" -#: ../gdk-pixbuf/io-pcx.c:704 +#: gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "PCX प्रतिमेच्या सर्व ओळी मिळाल्या नाहीत" -#: ../gdk-pixbuf/io-pcx.c:711 +#: gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "PCX डेटाच्या शेवटी पॅलेट डेटा सापडला नाही" -#: ../gdk-pixbuf/io-pcx.c:756 +#: gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "PCX प्रतिमा स्वरूप" -#: ../gdk-pixbuf/io-png.c:55 +#: gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "PNG चित्रामधील प्रती ओळीतील कणसमुहांची(बिट्स) संख्या अवैध आहे." -#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 +#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "परिवर्तित PNG मधील ऊंची किंवा रुंदी शुन्य आहे." -#: ../gdk-pixbuf/io-png.c:144 +#: gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "परिवर्तित PNG चित्रामधील प्रती ओळीतील कणसमुहांची(बिट्स) 8 ही संख्या अवैध आहे." -#: ../gdk-pixbuf/io-png.c:153 +#: gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "परिवर्तित PNG, हे प्रतिमा RGB किंवा RGBA प्रतिमा नाही." -#: ../gdk-pixbuf/io-png.c:162 +#: gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." -msgstr "परिवर्तित PNG प्रतिमेमधील ओळींमधे समर्थन नसनार्या ओळी आहेत, त्या 3 किंवा 4 असाव्यात." +msgstr "" +"परिवर्तित PNG प्रतिमेमधील ओळींमधे समर्थन नसनार्या ओळी आहेत, त्या 3 किंवा 4 असाव्यात." -#: ../gdk-pixbuf/io-png.c:183 +#: gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "PNG प्रतिमा %s फाइल मध्ये घातक त्रुटी आहेः" -#: ../gdk-pixbuf/io-png.c:310 +#: gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "PNG फाइल सुरु करण्यासाठी पुरेशी स्मरणशक्ती नाही" -#: ../gdk-pixbuf/io-png.c:633 +#: gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -754,24 +756,25 @@ msgstr "" "%ld x %ld आकाराचे प्रतिमा साठविण्यासाठी पुरेशी स्मरणशक्ती नाही; नको असणाऱ्या " "बाबीकाढून उपलब्ध स्मरणशक्तीचा साठा वाढवा" -#: ../gdk-pixbuf/io-png.c:684 +#: gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "PNG प्रतिमेची फाइल वाचताना घातक चुक झाली आहे" -#: ../gdk-pixbuf/io-png.c:733 +#: gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "PNG प्रतिमा फाइल वाचतेवेळी त्रुटी आढळली: %s" -#: ../gdk-pixbuf/io-png.c:825 -msgid "Keys for PNG text chunks must have at least 1 and at most 79 characters." +#: gdk-pixbuf/io-png.c:825 +msgid "" +"Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "PNG पाठ चंकसाठी कळा किमान 1 आणि कमाल 7९ अक्षरी असाव्यात." -#: ../gdk-pixbuf/io-png.c:833 +#: gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "PNG पाठ चंकसाठी कळा ASCII अक्षरांच्याच असाव्यात." -#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 +#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -780,437 +783,433 @@ msgstr "" "PNG संकुचन स्तराचे मुल्य 0 ते 9 च्या दरम्यानच असायला हवे; मुल्य '%s' विश्लेषित केले जाऊ शकत " "नाही." -#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 +#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " "allowed." msgstr "PNG संकुचन स्तराचे मुल्य 0 ते 9 च्या दरम्यानच असायला हवे; मुल्य '%d' अनुमत केलेलेनाही." -#: ../gdk-pixbuf/io-png.c:896 +#: gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "PNG पाठ चंक %s चे मुल्य ISO-8859-1 एनकोडिंगमध्ये परिवर्तीत केले जाऊ शकत नाही." -#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 +#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "PNM प्रतिमा स्वरूप" -#: ../gdk-pixbuf/io-pnm.c:250 +#: gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "PNM लोडर ला एक पूर्णांक संख्या पाहीजे, जी आढळली नाही" -#: ../gdk-pixbuf/io-pnm.c:282 +#: gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "PNM फाइल मध्ये प्रारंभिक बाइट चुकीचा आहे" -#: ../gdk-pixbuf/io-pnm.c:312 +#: gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "PNM फाइल ही योग्य PNM उपरचनेत नाही" -#: ../gdk-pixbuf/io-pnm.c:337 +#: gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "PNM फाइलमधील प्रतिमेची रुंदी शून्य आहे " -#: ../gdk-pixbuf/io-pnm.c:358 +#: gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "PNM फाइल मधल्या प्रतिमेची उंची शून्य आहे" -#: ../gdk-pixbuf/io-pnm.c:381 +#: gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "PNM फाइल मध्ये रंगाची कमाल संख्या 0 आहे " -#: ../gdk-pixbuf/io-pnm.c:389 +#: gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "PNM फाइल मध्ये रंगाची कमाल संख्या बरीच मोठी आहे" -#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 -#: ../gdk-pixbuf/io-pnm.c:504 +#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr " PNM प्रतिमेचा प्रकार अवैध आहे " -#: ../gdk-pixbuf/io-pnm.c:654 +#: gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "PNM नामक ह्या चित्रासाठी PNM उरने च्या फाइलचा वापर करू शकत नाही" -#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 +#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr " PNM कच्या फाइल मधील शब्दांमध्ये योग्य रिक्त जागा असाव्यात" -#: ../gdk-pixbuf/io-pnm.c:768 +#: gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "PNM प्रतिमा भारित करण्यासाठी स्मृती राखता येत नाही" -#: ../gdk-pixbuf/io-pnm.c:818 +#: gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "PNM संरचनेसाठी पुरेशी जागा नाही" -#: ../gdk-pixbuf/io-pnm.c:869 +#: gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "PNM प्रतिमेतील माहीतीचा अनपेक्षित शेवट झाला" -#: ../gdk-pixbuf/io-pnm.c:997 +#: gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "PNM फाइल सुरू करण्याकरीता पुरेशी जागा नाही" -#: ../gdk-pixbuf/io-pnm.c:1081 +#: gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "PNM/PBM/PGM/PPM प्रतिमा स्वरूप परिवार" -#: ../gdk-pixbuf/io-ras.c:126 +#: gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "RAS प्रतिमेतील शिर्षकपट्टीतील माहीती खोटी आहे" -#: ../gdk-pixbuf/io-ras.c:148 +#: gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr " RAS प्रतिमा अनोळखी आहे" -#: ../gdk-pixbuf/io-ras.c:156 +#: gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "RAS प्रतिमेमध्ये असणारा बदल विना आधार आहे" -#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 +#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "RAS प्रतिमा सुरू करण्याकरीता पुरेशी जागा देता येत नाही" -#: ../gdk-pixbuf/io-ras.c:545 +#: gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Sun रास्टर प्रतिमा स्वरूप" -#: ../gdk-pixbuf/io-tga.c:154 +#: gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "IOBuffer struct साठी स्मृती राखू शकत नाही" -#: ../gdk-pixbuf/io-tga.c:173 +#: gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "IOBuffer डेटा साठी स्मृती राखू शकत नाही" -#: ../gdk-pixbuf/io-tga.c:184 +#: gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "IOBuffer डेटासाठी स्मृती पुन्हा राखता येत नाही" -#: ../gdk-pixbuf/io-tga.c:214 +#: gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "तात्पुरत्या IO Buffer डेटासाठी स्मृती राखता येत नाही" -#: ../gdk-pixbuf/io-tga.c:347 +#: gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "नविन Pixbuf साठी स्मृती राखता येत नाही" -#: ../gdk-pixbuf/io-tga.c:687 +#: gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "colormap structure साठी स्मृती राखता येत नाही" -#: ../gdk-pixbuf/io-tga.c:694 +#: gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "colormap प्रविष्टांसाठी स्मृती राखता येत नाही" -#: ../gdk-pixbuf/io-tga.c:716 +#: gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "उपलब्द रंगांच्या प्रारंभी अनपेक्षित खोलीच्या अक्षरमालीका दिसते" -#: ../gdk-pixbuf/io-tga.c:734 +#: gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "TGA मथळा स्मृती राखता येत नाही" -#: ../gdk-pixbuf/io-tga.c:767 +#: gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "TGA प्रतिमेमध्ये अवैध रूपे आहेत " -#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 -#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 -#: ../gdk-pixbuf/io-tga.c:809 +#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 +#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "TGA प्रकारच्या प्रतिमे ला आधार नाही" -#: ../gdk-pixbuf/io-tga.c:856 +#: gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "TGA संदर्भ struct साठी स्मृती राखू शकत नाही" -#: ../gdk-pixbuf/io-tga.c:921 +#: gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "फाइलमधील अतिरीक्त माहिती" -#: ../gdk-pixbuf/io-tga.c:1002 +#: gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Targa प्रतिमा स्वरूप" -#: ../gdk-pixbuf/io-tiff.c:160 +#: gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "प्रतिमेची रुंदी आढळली नाही (TIFF फाइल प्रदुषित आहे)" -#: ../gdk-pixbuf/io-tiff.c:167 +#: gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr " प्रतिमेची ऊंची आढळली नाही(TIFF फाइल प्रदुषित आहे)" -#: ../gdk-pixbuf/io-tiff.c:175 +#: gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "TIFF प्रतिमेची रुंदी किंवा ऊंची शून्य आहे " -#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 +#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "TIFF प्रतिमेची रुपे बरीच मोठी आहेत" -#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 -#: ../gdk-pixbuf/io-tiff.c:541 +#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "TIFF फाइल उघडण्यासाठी जागा अपुरी आहे" -#: ../gdk-pixbuf/io-tiff.c:275 +#: gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "TIFF फाइल मधून RGB माहीती सुरू करण्यात असफल" -#: ../gdk-pixbuf/io-tiff.c:331 +#: gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "TIFF प्रतिमा उघडण्यात असफल" -#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 +#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "TIFFClose ही क्रिया असफल" -#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 +#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "TIFF प्रतिमा सुरु करण्यात असफल" -#: ../gdk-pixbuf/io-tiff.c:670 +#: gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "TIFF प्रतिमा सुरक्षित करण्यात असफल" -#: ../gdk-pixbuf/io-tiff.c:708 +#: gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "TIFF डेटा लिहीण्यास असफल" -#: ../gdk-pixbuf/io-tiff.c:760 +#: gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "TIFF फाइलवर लिहीता आले नाही" -#: ../gdk-pixbuf/io-tiff.c:815 +#: gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "TIFF प्रतिमा स्वरूप" -#: ../gdk-pixbuf/io-wbmp.c:246 +#: gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "प्रतिमेची रुंदी शून्य आहे" -#: ../gdk-pixbuf/io-wbmp.c:264 +#: gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "प्रतिमेची ऊंची शून्य आहे" -#: ../gdk-pixbuf/io-wbmp.c:275 +#: gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "प्रतिमा सुरु करण्यासाठी पुरेशी जागा नाही" -#: ../gdk-pixbuf/io-wbmp.c:334 +#: gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "उर्वरीत (माहीती) साठवता येऊ शकली नाही " -#: ../gdk-pixbuf/io-wbmp.c:375 +#: gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "WBMP प्रतिमा स्वरूप" -#: ../gdk-pixbuf/io-xbm.c:295 +#: gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "अवैध XBM फाइल" -#: ../gdk-pixbuf/io-xbm.c:305 +#: gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "XBM प्रतिमेची फाइल सुरू करण्यासाठी पुरेशी जागा नाही" -#: ../gdk-pixbuf/io-xbm.c:453 +#: gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "XBM प्रतिमा फाइल सुरु करताना तात्पुरत्या फाइलमध्ये लेखन करतेवेळी असफल" -#: ../gdk-pixbuf/io-xbm.c:492 +#: gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "XBM प्रतिमा स्वरूप" -#: ../gdk-pixbuf/io-xpm.c:468 +#: gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "XPM मथळा सापडला नाही" -#: ../gdk-pixbuf/io-xpm.c:477 +#: gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "अवैध XPM मथळा" -#: ../gdk-pixbuf/io-xpm.c:485 +#: gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "XPM प्रतिमा फाइलची रुंदी <= 0 आहे" -#: ../gdk-pixbuf/io-xpm.c:493 +#: gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "XPM प्रतिमा फाइलची ऊंची <= 0 आहे" -#: ../gdk-pixbuf/io-xpm.c:501 +#: gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM फाइलमध्ये प्रति ओळीतील अक्षर संख्या अवैध आहे " -#: ../gdk-pixbuf/io-xpm.c:510 +#: gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "XPM फाइल मध्ये रंगांची संख्या अवैध आहे" -#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 -#: ../gdk-pixbuf/io-xpm.c:583 +#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "XPM प्रतिमा भारित करण्यासाठी स्मृती राखू शकत नाही" -#: ../gdk-pixbuf/io-xpm.c:545 +#: gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "XPM colormap वाचता येत नाही" -#: ../gdk-pixbuf/io-xpm.c:777 +#: gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "XPM प्रतिमा सुरु करताना तात्पुरत्या फाइल मध्ये लेखन करण्यास असफल" -#: ../gdk-pixbuf/io-xpm.c:816 +#: gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "XPM प्रतिमा स्वरूप" -#: ../gdk-pixbuf/io-gdip-emf.c:59 +#: gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "EMF प्रतिमा स्वरूप" -#: ../gdk-pixbuf/io-gdip-utils.c:220 +#: gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "स्मृती वाटप करू शकत नाही: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 -#: ../gdk-pixbuf/io-gdip-utils.c:394 +#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 +#: gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "स्ट्रीम बनवू शकत नाही: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:259 +#: gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "माहिती ते स्ट्रीम रूपांतर अपयशी: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:271 +#: gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "स्ट्रीम पासून वाचण्यास अपयशी: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 +#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "bitmap दाखल करू शकले नाही" -#: ../gdk-pixbuf/io-gdip-utils.c:838 +#: gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "मेटाफाइल दाखल करू शकले नाही" -#: ../gdk-pixbuf/io-gdip-utils.c:997 +#: gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "GDI+ करीता असमर्थीत प्रतिमा प्रकार" -#: ../gdk-pixbuf/io-gdip-utils.c:1004 +#: gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "संचयीत करू शकले नाही" -#: ../gdk-pixbuf/io-gdip-wmf.c:58 +#: gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "WMF प्रतिमा स्वरूपन" #. Description of --sync in --help output -#: ../gdk/win32/gdkmain-win32.c:54 +#: gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "GDI विनंत्यांने बॅच करू नका" #. Description of --no-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:56 +#: gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "टॅब्लेट आधारासाठी Wintab API वापरू नका" #. Description of --ignore-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:58 +#: gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "--no-wintab सारखेच" #. Description of --use-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:60 +#: gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Wintab API चा वापर कराच [मुलभूत]" #. Description of --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:62 +#: gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "8 bit रीतीमध्ये पॅलेटचा आकार" #. Placeholder in --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:63 +#: gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "COLORS" #. Description of --sync in --help output -#: ../gdk/x11/gdkmain-x11.c:92 +#: gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "X कॉल्सला सिंक्रोनस करा" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 +#: gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "%s सुरू करत आहे" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 +#: gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "%s उघडत आहे" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 +#: gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "%d घटक उघडत आहे" msgstr[1] "%d घटक उघडत आहे" -#: ../gtk/gtkaboutdialog.c:267 ../gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "परवाना" -#: ../gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "कार्यक्रमाचा परवाना" #. Add the credits button -#: ../gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "श्रेय (_r)" #. Add the license button -#: ../gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "परवाना(_L)" -#: ../gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s च्या विषयी" -#: ../gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "श्रेय" -#: ../gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "लेखक" -#: ../gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "दस्तऐवजीकरण यांद्वारे" -#: ../gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "अनुवाद यांद्वारे" -#: ../gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "कलाकारी यांद्वारे" #. This is the text that should appear next to menu accelerators #. * that use the shift key. If the text on this key isn't typically -#. * translated on keyboards used for your language, +#. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:91 +#: gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1220,7 +1219,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:97 +#: gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1230,7 +1229,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:103 +#: gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1240,7 +1239,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:671 +#: gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1250,7 +1249,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:684 +#: gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1260,32 +1259,37 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:698 +#: gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: ../gtk/gtkaccellabel.c:715 +#: gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Space" -#: ../gtk/gtkaccellabel.c:718 +#: gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: ../gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "अवैध कार्यपध्दती प्रकार:%s" -#: ../gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "अवैध रूट घटक: '%s'" -#: ../gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "न हाताळलेले टॅग: '%s'" @@ -1299,7 +1303,7 @@ msgstr "न हाताळलेले टॅग: '%s'" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: ../gtk/gtkcalendar.c:758 +#: gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calender:MY" @@ -1307,7 +1311,7 @@ msgstr "calender:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: ../gtk/gtkcalendar.c:796 +#: gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calender:week_start:0" @@ -1316,7 +1320,7 @@ msgstr "calender:week_start:0" #. * #. * If you don't understand this, leave it as "2000" #. -#: ../gtk/gtkcalendar.c:1803 +#: gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1331,7 +1335,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 +#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1347,7 +1351,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 +#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1363,7 +1367,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: ../gtk/gtkcalendar.c:2146 +#: gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1371,7 +1375,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: ../gtk/gtkcellrendereraccel.c:243 +#: gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "अकार्यान्वीत" @@ -1380,25 +1384,25 @@ msgstr "अकार्यान्वीत" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: ../gtk/gtkcellrendereraccel.c:376 ../gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "नविन प्रवेग..." -#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 +#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 +#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "रंग उचला" -#: ../gtk/gtkcolorbutton.c:448 +#: gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "अवैध रंग डेटा मिळाला\n" -#: ../gtk/gtkcolorsel.c:354 +#: gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1406,73 +1410,74 @@ msgstr "" "तुम्हाला हवा असणारा रंग बाह्य वलयातून निवडा, अंतर्गत त्रिकोण वापरुन हवा असणारा गडद " "किंवा फिक्का रंग निवडा." -#: ../gtk/gtkcolorsel.c:378 +#: gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." -msgstr "रंगनिवडक साधनावर क्लिक करा, त्यानंतर पडद्यावरील कोणत्याही भागावर क्लिक करूनरंग निवडा." +msgstr "" +"रंगनिवडक साधनावर क्लिक करा, त्यानंतर पडद्यावरील कोणत्याही भागावर क्लिक करूनरंग निवडा." -#: ../gtk/gtkcolorsel.c:387 +#: gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "रंगछटा(_H):" -#: ../gtk/gtkcolorsel.c:388 +#: gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "रंगचक्रावरचे स्थान." -#: ../gtk/gtkcolorsel.c:390 +#: gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "संर्पुक्तता(_S):" -#: ../gtk/gtkcolorsel.c:391 +#: gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "रंगाचा \"गडदपणा\"." -#: ../gtk/gtkcolorsel.c:392 +#: gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "मूल्य(_V) :" -#: ../gtk/gtkcolorsel.c:393 +#: gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "रंगाचा उजळपणा." -#: ../gtk/gtkcolorsel.c:394 +#: gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "लाल(_R):" -#: ../gtk/gtkcolorsel.c:395 +#: gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "रंगामधील लालरंगाचे प्रमाण." -#: ../gtk/gtkcolorsel.c:396 +#: gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "हिरवा(_G):" -#: ../gtk/gtkcolorsel.c:397 +#: gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "रंगामधील हिरव्यारंगाचे प्रमाण." -#: ../gtk/gtkcolorsel.c:398 +#: gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "नीळा(_B):" -#: ../gtk/gtkcolorsel.c:399 +#: gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "रंगामधील निळ्या रंगाचे प्रमाण." -#: ../gtk/gtkcolorsel.c:402 +#: gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "अपारदर्शकता(_a):" -#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 +#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "रंगाची पारदर्शकता." -#: ../gtk/gtkcolorsel.c:426 +#: gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "रंगाचे नाव(_n):" -#: ../gtk/gtkcolorsel.c:440 +#: gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1480,15 +1485,15 @@ msgstr "" "आपण HTML प्रमाणे रंगाचा हैक्साडेसीमल रंग मुल्य लिहू शकता, किवा ह्या नोदणीतील रंगाचे नाव " "जसे की 'केसरी'." -#: ../gtk/gtkcolorsel.c:470 +#: gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "पटल(_P):" -#: ../gtk/gtkcolorsel.c:499 +#: gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "रंग चाक" -#: ../gtk/gtkcolorsel.c:976 +#: gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1497,17 +1502,17 @@ msgstr "" "तुम्ही आत्ता निवडलेला रंग आणि आधी निवडलेला रंग यांची तुलना करण्यासाठीतुम्ही हा रंग " "रंगपट्टीकडे घ्या, किंवा इतर रंगखणाकडे घेऊन अपेक्षित रंग निवडा." -#: ../gtk/gtkcolorsel.c:980 +#: gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." msgstr "तुम्ही निवडलेला रंग. तुम्ही हा रंग रंगपट्टीवर घेऊन भावी वापरासाठी साठवू शकता." -#: ../gtk/gtkcolorsel.c:1363 +#: gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "रंगसाठा(_S) येथे करा" -#: ../gtk/gtkcolorsel.c:1568 +#: gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1515,55 +1520,55 @@ msgstr "" "रंग पट्टीवर क्लिक करून त्या द्वारे चालू रंग बनवा.ही नोंद बदलण्यासाठी रंग येथे घ्या किंवा " "उजवीकडे क्लिक करुन(माउस) \"रंग साठवा येथे घ्या.\"" -#: ../gtk/gtkcolorseldialog.c:170 +#: gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "फॉन्ट निवडणे" -#: ../gtk/gtkentry.c:8411 ../gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "इनपुट पद्धती (_M)" -#: ../gtk/gtkentry.c:8425 ../gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "युनिकोड नियंत्रण अक्षर घाला(_I)" -#: ../gtk/gtkentry.c:9793 +#: gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Caps Lock सुरू आहे" -#: ../gtk/gtkfilechooserbutton.c:64 +#: gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "फाइल निवडा" -#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 +#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "कार्यस्थळ" -#: ../gtk/gtkfilechooserbutton.c:66 +#: gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(काहीच नाही)" -#: ../gtk/gtkfilechooserbutton.c:2014 +#: gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "इतर..." -#: ../gtk/gtkfilechooserdefault.c:1059 +#: gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "फाइलविषयी माहिती मिळवता आली नाही" -#: ../gtk/gtkfilechooserdefault.c:1070 +#: gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "खूणगाठ जमा करता आली नाही" -#: ../gtk/gtkfilechooserdefault.c:1081 +#: gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "खूणगाठ काढून टाकता आली नाही" -#: ../gtk/gtkfilechooserdefault.c:1092 +#: gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "फोल्डर निर्माण करता आले नाही" -#: ../gtk/gtkfilechooserdefault.c:1105 +#: gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1571,11 +1576,11 @@ msgstr "" "फोल्डर बनवू शकले नाही, कारण त्याच नावाची फाइलं आधिपासून अस्तीत्वात होती. फोल्डर " "करीता इतर नाव वापरण्याचा प्रयत्न करा, किंवा पहिले फाइल पुनःनामांकीत करा." -#: ../gtk/gtkfilechooserdefault.c:1116 +#: gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "अवैध फाइल नाव" -#: ../gtk/gtkfilechooserdefault.c:1126 +#: gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "फोल्डरमधील सामग्री दाखवता आली नाही" @@ -1583,227 +1588,229 @@ msgstr "फोल्डरमधील सामग्री दाखवता #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: ../gtk/gtkfilechooserdefault.c:1676 +#: gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%s, %s" -#: ../gtk/gtkfilechooserdefault.c:1852 +#: gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "शोधा" -#: ../gtk/gtkfilechooserdefault.c:1876 +#: gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "नुकतेच वापरलेले" -#: ../gtk/gtkfilechooserdefault.c:2510 +#: gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "कोणत्या प्रकारच्या फाइली दाखवल्या आहेत ते निवडा" -#: ../gtk/gtkfilechooserdefault.c:2939 +#: gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "फोल्डर '%s' खूणगाठींमध्ये जमा करा" -#: ../gtk/gtkfilechooserdefault.c:2980 +#: gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "चालू फोल्डर खूणगाठींमध्ये जमा करा" -#: ../gtk/gtkfilechooserdefault.c:2982 +#: gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "निवडलेले फोल्डर खूणगाठींमध्ये जमा करा" -#: ../gtk/gtkfilechooserdefault.c:3022 +#: gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "खूणगाठ '%s' काढून टाका" -#: ../gtk/gtkfilechooserdefault.c:3740 +#: gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "नष्ट करा" -#: ../gtk/gtkfilechooserdefault.c:3749 +#: gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "नाव बदलवा..." #. Accessible object name for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3895 +#: gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "जागा" #. Column header for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3952 +#: gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "जागा(_P)" -#: ../gtk/gtkfilechooserdefault.c:4008 +#: gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "जोडा(_A)" -#: ../gtk/gtkfilechooserdefault.c:4015 +#: gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "निवडलेला फोल्डर खूणगाठींमध्ये जमा करा" -#: ../gtk/gtkfilechooserdefault.c:4020 +#: gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "नष्ट करा(_R)" -#: ../gtk/gtkfilechooserdefault.c:4027 +#: gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "निवडलेली खूणगाठ काढून टाका" -#: ../gtk/gtkfilechooserdefault.c:4136 +#: gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "फाइल निवडता आली नाही" -#: ../gtk/gtkfilechooserdefault.c:4311 +#: gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "खूणगाठींमध्ये जमा करा(_A)" -#: ../gtk/gtkfilechooserdefault.c:4325 +#: gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "लपवलेल्या फाइली दाखवा(_H)" -#: ../gtk/gtkfilechooserdefault.c:4332 +#: gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "स्तंभ आकार दर्शवा (_S)" -#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 +#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 msgid "Files" msgstr "फाइली" -#: ../gtk/gtkfilechooserdefault.c:4636 +#: gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "नाव" -#: ../gtk/gtkfilechooserdefault.c:4661 +#: gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "आकार" -#: ../gtk/gtkfilechooserdefault.c:4675 +#: gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "बदलेले" #. Label -#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 +#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "नाव(_N):" -#: ../gtk/gtkfilechooserdefault.c:4938 +#: gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "इतर फोल्डरसाठी ब्राउज करा(_B)" -#: ../gtk/gtkfilechooserdefault.c:5208 +#: gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "फाइलचे नाव टाइप करा" #. Create Folder -#: ../gtk/gtkfilechooserdefault.c:5245 +#: gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "फोल्डर निर्माण करा(_l)" -#: ../gtk/gtkfilechooserdefault.c:5255 +#: gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "ठिकाण(_L):" -#: ../gtk/gtkfilechooserdefault.c:5459 +#: gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "या फोल्डरमध्ये सुरक्षित करा(_f):" -#: ../gtk/gtkfilechooserdefault.c:5461 +#: gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "या फोल्डरमध्ये निर्माण करा(_f):" -#: ../gtk/gtkfilechooserdefault.c:7151 +#: gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "स्थानिक नसल्यामुळे फोल्डरमध्ये जाऊ शकत नाही" -#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 +#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "शॉर्टकट %s आधीच अस्तित्वात आहे" -#: ../gtk/gtkfilechooserdefault.c:7887 +#: gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "शॉर्टकट %s अस्तित्वात नाही" -#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 +#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "\"%s\" नावाची फाइल आधीच अस्तित्वात आहे. तुम्ही तिला बदली करू इच्छिता काय?" -#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 +#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 #, c-format -msgid "The file already exists in \"%s\". Replacing it will overwrite its contents." +msgid "" +"The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "" "\"%s\" नावाची फाइल आधीच अस्तित्वात आहे. तिला बदली केल्याने तिच्यातील मजकूर गिरवला " "जाईल." -#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 +#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "बदलवा(_R)" -#: ../gtk/gtkfilechooserdefault.c:8914 +#: gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "शोध माहीती सुरू करू शकले नाही" -#: ../gtk/gtkfilechooserdefault.c:8915 +#: gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." -msgstr "अणूक्रमणीका डीमन करीता कार्यक्रम जुळवणी करू शकला नाही. ते कार्यरत आहे याची खात्री करा." +msgstr "" +"अणूक्रमणीका डीमन करीता कार्यक्रम जुळवणी करू शकला नाही. ते कार्यरत आहे याची खात्री करा." -#: ../gtk/gtkfilechooserdefault.c:8929 +#: gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "शोध विनंती पाठवू शकले नाही" #. Label -#: ../gtk/gtkfilechooserdefault.c:9396 +#: gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "शोधा (_S):" -#: ../gtk/gtkfilechooserdefault.c:10349 +#: gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "%s आरोहित करता आले नाही" -#: ../gtk/gtkfilechooserdefault.c:11024 +#: gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "नविन फोल्डरचे नाव टाइप करा" -#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 -#: ../gtk/gtkfilechooserdefault.c:11295 +#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 +#: gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "अपरिचित" -#: ../gtk/gtkfilechooserdefault.c:11242 +#: gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: ../gtk/gtkfilechooserdefault.c:11244 +#: gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "काल %H:%M यावेळी" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 +#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "अवैध मार्ग" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1095 +#: gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "जुळवणी नाही" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1106 +#: gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "एकमेव पूर्णत्व" @@ -1811,13 +1818,13 @@ msgstr "एकमेव पूर्णत्व" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: ../gtk/gtkfilechooserentry.c:1122 +#: gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "पूर्ण, पण एकमेव नाही" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: ../gtk/gtkfilechooserentry.c:1154 +#: gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "पूर्ण करीत आहे..." @@ -1825,7 +1832,7 @@ msgstr "पूर्ण करीत आहे..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 +#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "फक्त स्थानीय फाइल निवडले जाईल" @@ -1833,41 +1840,41 @@ msgstr "फक्त स्थानीय फाइल निवडले ज #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: ../gtk/gtkfilechooserentry.c:1185 +#: gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "अपूर्ण यजमाननाव; '/' सह समाप्त करा" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: ../gtk/gtkfilechooserentry.c:1196 +#: gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "मार्ग अस्तित्वात नाही" -#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 -#: ../gtk/gtkfilesel.c:1358 +#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 +#: gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "फोल्डर '%s' निर्माण करतेवेळी त्रुटी: %s" -#: ../gtk/gtkfilesel.c:694 +#: gtk/gtkfilesel.c:694 msgid "Folders" msgstr "फोल्डरस्" -#: ../gtk/gtkfilesel.c:698 +#: gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "फोल्डरस् (_d)" -#: ../gtk/gtkfilesel.c:734 +#: gtk/gtkfilesel.c:734 msgid "_Files" msgstr "फाइलं (_F)" -#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 +#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "फोल्डर अवाचनीय: %s" -#: ../gtk/gtkfilesel.c:905 +#: gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1877,87 +1884,88 @@ msgstr "" "\"%s\" ही फाइल दुसऱ्या एका मशिनवर आहे (मशीन %s) आणि ह्या कार्यासाठीमिळणारी नाही \n" "तुम्हाला तीच फाइल निवडायची आहे का?" -#: ../gtk/gtkfilesel.c:1020 +#: gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "नवीन फोल्डर (_N)" -#: ../gtk/gtkfilesel.c:1031 +#: gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "फाइल नष्ट करा (_l)" -#: ../gtk/gtkfilesel.c:1042 +#: gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "फाइलचे नाव बदलवा (_R)" -#: ../gtk/gtkfilesel.c:1347 +#: gtk/gtkfilesel.c:1347 #, c-format -msgid "The folder name \"%s\" contains symbols that are not allowed in filenames" +msgid "" +"The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "ह्या फोल्डरच्या नावात \"%s\" चिन्हे अशी आहेत की जी फाइलनावासाठी घेता येत नाही" -#: ../gtk/gtkfilesel.c:1392 +#: gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "नवीन फोल्डर" -#: ../gtk/gtkfilesel.c:1407 +#: gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "फोल्डरचे(_F) नाव:" -#: ../gtk/gtkfilesel.c:1431 +#: gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "निर्माण करा(_r)" -#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 +#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "ह्या फोल्डरच्या नावात \"%s\" चिन्हे अशी आहेत की जी फाइलनावासाठी घेता येत नाहीत" -#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 +#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "फाइल '%s' नष्ट करण्यात चूक: %s" -#: ../gtk/gtkfilesel.c:1530 +#: gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "\"%s\" फाइल खरोखरच नष्ट करायची आहे का ?" -#: ../gtk/gtkfilesel.c:1535 +#: gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "फाइल काढून टाका" -#: ../gtk/gtkfilesel.c:1583 +#: gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "फाइलचे नाव \"%s\" मध्ये बदलण्यात चूक: %s" -#: ../gtk/gtkfilesel.c:1596 +#: gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "\"%s\" फाइलचे नाव बदलण्यात चूक: %s" -#: ../gtk/gtkfilesel.c:1605 +#: gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "फाइलचे नाव \"%s\" ते \"%s\" बदलताना चुक: %s" -#: ../gtk/gtkfilesel.c:1652 +#: gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "फाइलचे नाव बदलवा" -#: ../gtk/gtkfilesel.c:1667 +#: gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "फाइलचे नाव \"%s\" बदलवा:" -#: ../gtk/gtkfilesel.c:1696 +#: gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "नाव बदलवा (_R)" -#: ../gtk/gtkfilesel.c:2128 +#: gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "निवड (_S): " -#: ../gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1966,15 +1974,15 @@ msgstr "" "फाइलनाव \"%s\" UTF-8 मध्ये रूपांतरीत करू शकले नाही. (कृपया वातावरण गुणांकास " "G_FILENAME_ENCODING निश्चित करण्याचा प्रयत्न करा): %s" -#: ../gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "अवैध UTF-8" -#: ../gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "नाव बरेच मोठे आहे" -#: ../gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "फाइलनाव परिवर्तित करता आले नाही" @@ -1983,75 +1991,75 @@ msgstr "फाइलनाव परिवर्तित करता आले #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: ../gtk/gtkfilesystem.c:52 +#: gtk/gtkfilesystem.c:52 msgid "File System" msgstr "फाइल प्रणाली" -#: ../gtk/gtkfilesystemmodel.c:700 +#: gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "रूट फोल्डर मिळवता आले नाही" -#: ../gtk/gtkfilesystemmodel.c:1301 +#: gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(रिकामे)" -#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 +#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "फॉन्ट उचला" #. Initialize fields -#: ../gtk/gtkfontbutton.c:260 +#: gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "सॅन्स 1२" -#: ../gtk/gtkfontbutton.c:785 +#: gtk/gtkfontbutton.c:785 msgid "Font" msgstr "फॉन्ट" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: ../gtk/gtkfontsel.c:75 +#: gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcdefghijk ABCDEFGHIJK" -#: ../gtk/gtkfontsel.c:343 +#: gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "परिवार(_F):" -#: ../gtk/gtkfontsel.c:349 +#: gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "शैली(_S):" -#: ../gtk/gtkfontsel.c:355 +#: gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "आकार(_z):" #. create the text entry widget -#: ../gtk/gtkfontsel.c:532 +#: gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "अवलोकन(_P):" -#: ../gtk/gtkfontsel.c:1649 +#: gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "फॉन्ट निवडणे" -#: ../gtk/gtkgamma.c:408 +#: gtk/gtkgamma.c:408 msgid "Gamma" msgstr "गामा" -#: ../gtk/gtkgamma.c:418 +#: gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "गामा(_G) मूल्य" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: ../gtk/gtkiconfactory.c:1404 +#: gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "आइकान सुरु करताना चुक: %s" -#: ../gtk/gtkicontheme.c:1363 +#: gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2064,139 +2072,139 @@ msgstr "" "तुम्हाला त्याची प्रत येथून मिळेल:\n" "\t%s" -#: ../gtk/gtkicontheme.c:1543 +#: gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "चिन्ह '%s' थीममध्ये हजर नाही" -#: ../gtk/gtkicontheme.c:3074 +#: gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "चिन्ह दाखल करू शकले नाही" -#: ../gtk/gtkimmodule.c:527 +#: gtk/gtkimmodule.c:527 msgid "Simple" msgstr "सोपे" -#: ../gtk/gtkimmulticontext.c:541 +#: gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "प्रणाली" -#: ../gtk/gtkimmulticontext.c:625 +#: gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "प्रणाली (%s)" -#: ../gtk/gtkinputdialog.c:192 +#: gtk/gtkinputdialog.c:192 msgid "Input" msgstr "माहिती" -#: ../gtk/gtkinputdialog.c:207 +#: gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "विस्तारित आदान यंत्रे नाहीत" -#: ../gtk/gtkinputdialog.c:220 +#: gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "साधन(_D):" -#: ../gtk/gtkinputdialog.c:237 +#: gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "अक्रियाशील" -#: ../gtk/gtkinputdialog.c:244 +#: gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "पडदा" -#: ../gtk/gtkinputdialog.c:251 +#: gtk/gtkinputdialog.c:251 msgid "Window" msgstr "विन्डो" -#: ../gtk/gtkinputdialog.c:258 +#: gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "रीत(_M):" #. The axis listbox -#: ../gtk/gtkinputdialog.c:279 +#: gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "अक्ष" #. Keys listbox -#: ../gtk/gtkinputdialog.c:297 +#: gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "बटणे" -#: ../gtk/gtkinputdialog.c:524 +#: gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "X (_X):" -#: ../gtk/gtkinputdialog.c:525 +#: gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "Y (_Y):" -#: ../gtk/gtkinputdialog.c:526 +#: gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "दबाव(_P):" -#: ../gtk/gtkinputdialog.c:527 +#: gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "X वाक (_t):" -#: ../gtk/gtkinputdialog.c:528 +#: gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Y वाक (_i):" -#: ../gtk/gtkinputdialog.c:529 +#: gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "चाक(_W):" -#: ../gtk/gtkinputdialog.c:581 +#: gtk/gtkinputdialog.c:581 msgid "none" msgstr "काही नाहीं" -#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 +#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(अक्रियाशील)" -#: ../gtk/gtkinputdialog.c:647 +#: gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(अनोळखी)" #. and clear button -#: ../gtk/gtkinputdialog.c:751 +#: gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "साफ करा(_e)" -#: ../gtk/gtklinkbutton.c:428 +#: gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "URL प्रतिलिपी करा" -#: ../gtk/gtklinkbutton.c:586 +#: gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "अवैध URI" #. Description of --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:450 +#: gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "अतिरिक्त GTK+ विभाग भारित करा" #. Placeholder in --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:451 +#: gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULES" #. Description of --g-fatal-warnings in --help output -#: ../gtk/gtkmain.c:453 +#: gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "सर्व सुचनांस गंभीर करा" #. Description of --gtk-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:456 +#: gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "निर्धारित करायचा GTK+ त्रुटीनिर्वारण ध्वज" #. Description of --gtk-no-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:459 +#: gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "अनिर्धारित करायचा GTK+ त्रुटीनिर्वारण ध्वज" @@ -2205,66 +2213,65 @@ msgstr "अनिर्धारित करायचा GTK+ त्रुट #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: ../gtk/gtkmain.c:707 +#: gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: ../gtk/gtkmain.c:773 +#: gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "दृश्य उघडू शकत नाही: %s" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "GTK+ पर्याय" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "GTK+ पर्याय दाखवा" -#: ../gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "जुळवणी (_n)" -#: ../gtk/gtkmountoperation.c:529 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "निनावी जुळवणी (_a)" -#: ../gtk/gtkmountoperation.c:538 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "वापरकर्ता स्वरूप जुळवणी (_s):" -#: ../gtk/gtkmountoperation.c:575 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "वापरकर्ता नाव (_U):" -#: ../gtk/gtkmountoperation.c:579 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "क्षेत्र (_D):" -#: ../gtk/gtkmountoperation.c:584 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "गुप्तशब्द(_P):" -#: ../gtk/gtkmountoperation.c:602 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "गुप्तशब्द लगेच विसरा (_i)" -#: ../gtk/gtkmountoperation.c:612 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "लॉगऑउट होईपर्यंत गुप्तशब्द लक्षात ठेवा (_l)" -#: ../gtk/gtkmountoperation.c:622 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "नेहमीकरीता लक्षात ठेवा (_f)" -#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 +#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "पान %u" -#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 -#: ../gtk/gtkpapersize.c:867 +#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "वैध मांडणी फाइल नाही" @@ -2274,11 +2281,11 @@ msgstr "वैध मांडणी फाइल नाही" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: ../gtk/gtkpagesetupunixdialog.c:152 +#: gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: ../gtk/gtkpagesetupunixdialog.c:308 +#: gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2286,15 +2293,15 @@ msgstr "" "कोणताही प्रिंटर\n" "हलवण्याजोग्या दस्तावेजांसाठी" -#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 +#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "मिमी" -#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 +#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "इंच" -#: ../gtk/gtkpagesetupunixdialog.c:915 +#: gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2309,88 +2316,88 @@ msgstr "" " वर: %s %s\n" " तळ: %s %s" -#: ../gtk/gtkpagesetupunixdialog.c:964 +#: gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "स्वेच्छेचे आकार व्यवस्थापा..." -#: ../gtk/gtkpagesetupunixdialog.c:1012 +#: gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "यासाठी स्वरुप(_F):" -#: ../gtk/gtkpagesetupunixdialog.c:1034 +#: gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "कागदाचा आकार(_P):" -#: ../gtk/gtkpagesetupunixdialog.c:1065 +#: gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "प्राङ्मुखीकरण(_O):" -#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "पृष्ठ व्यवस्था" -#: ../gtk/gtkpagesetupunixdialog.c:1448 +#: gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "प्रिंटरपासून समास..." -#: ../gtk/gtkpagesetupunixdialog.c:1608 +#: gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "मनपसंद आकार %d" -#: ../gtk/gtkpagesetupunixdialog.c:1837 +#: gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "स्वेच्छेचे आकार व्यवस्थापा" -#: ../gtk/gtkpagesetupunixdialog.c:1933 +#: gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "रुंदी(_W):" -#: ../gtk/gtkpagesetupunixdialog.c:1945 +#: gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "उंची(_H):" -#: ../gtk/gtkpagesetupunixdialog.c:1957 +#: gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "कागद आकार" -#: ../gtk/gtkpagesetupunixdialog.c:1967 +#: gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "वरील(_T):" -#: ../gtk/gtkpagesetupunixdialog.c:1979 +#: gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "तळ (_B):" -#: ../gtk/gtkpagesetupunixdialog.c:1991 +#: gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "डावीकडे(_L):" -#: ../gtk/gtkpagesetupunixdialog.c:2003 +#: gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "उजवा(_R):" -#: ../gtk/gtkpagesetupunixdialog.c:2044 +#: gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "कागद समास" -#: ../gtk/gtkpathbar.c:151 +#: gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "वरचा मार्ग" -#: ../gtk/gtkpathbar.c:153 +#: gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "खालील मार्ग" -#: ../gtk/gtkpathbar.c:1472 +#: gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "फाइल प्रणाली रूट" -#: ../gtk/gtkprinteroptionwidget.c:693 +#: gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "उपलब्ध नाही" -#: ../gtk/gtkprinteroptionwidget.c:808 +#: gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "फोल्डरमध्ये सुरक्षित करा (_S):" @@ -2398,176 +2405,181 @@ msgstr "फोल्डरमध्ये सुरक्षित करा (_S #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: ../gtk/gtkprintoperation.c:175 +#: gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s कार्य #%d" -#: ../gtk/gtkprintoperation.c:1517 +#: gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "प्रारंभिक स्तर" -#: ../gtk/gtkprintoperation.c:1518 +#: gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "छपाई करीता तयार होत आहे" -#: ../gtk/gtkprintoperation.c:1519 +#: gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "डेटा निर्माण करत आहे" -#: ../gtk/gtkprintoperation.c:1520 +#: gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "डेटा पाठवत आहे" -#: ../gtk/gtkprintoperation.c:1521 +#: gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "प्रतिक्षेत आहे" -#: ../gtk/gtkprintoperation.c:1522 +#: gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "अडचण आढळल्यास ब्लॉक करते" -#: ../gtk/gtkprintoperation.c:1523 +#: gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "छपाई करत आहे" -#: ../gtk/gtkprintoperation.c:1524 +#: gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "पूर्ण झाले" -#: ../gtk/gtkprintoperation.c:1525 +#: gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "त्रुटीसह पूर्ण झाले" -#: ../gtk/gtkprintoperation.c:2048 +#: gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "%d तयार करत आहे" -#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 +#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 +#, c-format msgid "Preparing" msgstr "तयार करत आहे" -#: ../gtk/gtkprintoperation.c:2053 +#: gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "%d छापत आहे" -#: ../gtk/gtkprintoperation.c:2411 +#: gtk/gtkprintoperation.c:2411 +#, c-format msgid "Error creating print preview" msgstr "छपाई पूर्वदृश्य बनवितेवेळी त्रुटी" -#: ../gtk/gtkprintoperation.c:2414 +#: gtk/gtkprintoperation.c:2414 +#, c-format msgid "The most probable reason is that a temporary file could not be created." msgstr "सर्वात संभाव्य कारण असे की तात्पूर्ती फाइल बनविले जाऊ शकत नाही." -#: ../gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 +#, c-format msgid "Error launching preview" msgstr "पुर्वावलोकन प्रक्षेपित करण्यात चूक" -#: ../gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 +#, c-format msgid "Error printing" msgstr "छापण्यात चूक" -#: ../gtk/gtkprintoperation-unix.c:384 ../gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "अनुप्रयोग" -#: ../gtk/gtkprintoperation-win32.c:590 +#: gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "प्रिंटर ऑफलाइन" -#: ../gtk/gtkprintoperation-win32.c:592 +#: gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "कागद संपले" #. Translators: this is a printer status. -#: ../gtk/gtkprintoperation-win32.c:594 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: gtk/gtkprintoperation-win32.c:594 +#: modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "थांबलेले" -#: ../gtk/gtkprintoperation-win32.c:596 +#: gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "उपयोक्त्याची दखल आवश्यक" -#: ../gtk/gtkprintoperation-win32.c:696 +#: gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "स्वेच्छेचा आकार" -#: ../gtk/gtkprintoperation-win32.c:1517 +#: gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "छपाईयंत्र आढळले नाही" -#: ../gtk/gtkprintoperation-win32.c:1544 +#: gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "CreateDC करीता अवैध बाब" -#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 +#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "StartDoc कडून चूक" -#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 -#: ../gtk/gtkprintoperation-win32.c:1729 +#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 +#: gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "पुरेशी स्मरणशक्ती नाही" -#: ../gtk/gtkprintoperation-win32.c:1734 +#: gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "PrintDlgEx ला अवैध आर्ग्यूमेंट" -#: ../gtk/gtkprintoperation-win32.c:1739 +#: gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "PrintDlgExला अवैध पॉइंटर" -#: ../gtk/gtkprintoperation-win32.c:1744 +#: gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "PrintDlgEx ला अवैध हँडल" -#: ../gtk/gtkprintoperation-win32.c:1749 +#: gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "न दर्शवलेली चूक" -#: ../gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "प्रिंटर" #. Translators: this is the header for the location column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "ठिकाण" #. Translators: this is the header for the printer status column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "स्थिती" -#: ../gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "क्षेत्र" -#: ../gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "सर्व पान (_A)" -#: ../gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "वर्तमान पान (_u)" -#: ../gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "पान (_e):" -#: ../gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2575,127 +2587,133 @@ msgstr "" "एक किंवा अधिक पान क्षेत्र निश्चित करा,\n" " उ.दा. 1-3,7,11" -#: ../gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "पान (_e):" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "प्रती" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: ../gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "प्रत संख्या (_s):" -#: ../gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "कोलेट (_o)" -#: ../gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "उलटे(_R)" -#: ../gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "सामान्य" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: ../gtk/gtkprintunixdialog.c:2442 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: gtk/gtkprintunixdialog.c:2439 +#: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "पानाची क्रमवारी" -#: ../gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "डावीकडून उजवीकडे" -#: ../gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "उजवीकडून डावीकडे" -#: ../gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "लेआउट" -#: ../gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "पाठपोट(_w):" -#: ../gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "प्रत्येक बाजूस लागणारी पाने (_s):" -#: ../gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "पान क्रमवारी (_d):" -#: ../gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "फक्त मुद्रण(_O):" #. In enum order -#: ../gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "सर्व पत्रे" -#: ../gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "सम पत्रे" -#: ../gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "विषम पत्रे" -#: ../gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "प्रमाण(_a):" -#: ../gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "कागद" -#: ../gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "कागद प्रकार(_t):" -#: ../gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "कागद स्त्रोत(_s):" -#: ../gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "आऊटपुट ट्रे(_r):" -#: ../gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "कामाचा तपशील" -#: ../gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "प्राधान्यक्रम(_o):" -#: ../gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "बिलिंगविषयी माहिती(_B):" -#: ../gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "दस्तावेज छपाई करा" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "आता (_N)" -#: ../gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "येथे (_t):" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: ../gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2703,113 +2721,117 @@ msgstr "" "छपाईचे वेळ निश्चित करा,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: ../gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "स्थगीत केले (_h)" -#: ../gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "सोडHold the job until it is explicitly released" -#: ../gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "प्रारंभ पान जोडा" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "आधी(_f):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "नंतर(_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "काम" -#: ../gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "प्रगत" -#: ../gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "प्रतिमा दर्जा" -#: ../gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "रंग" -#: ../gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "संपवित आहे" -#: ../gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "संवादातील काही रचना संघर्षमयी आहेत" -#: ../gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "छापा" -#: ../gtk/gtkrc.c:2874 +#: gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "समाविष्ट फाइल आढळली नाही: \"%s\"" -#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 +#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "pixmap_path मध्ये प्रतिमा फाइल आढळली नाही: \"%s\"" -#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 -#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 +#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 +#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "ही कार्यपध्दती वर्ग '%s' वरील नियंत्रण घटक करीता नाही" -#: ../gtk/gtkrecentchooserdefault.c:481 +#: gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "कोणत्या प्रकारचे दस्तावेज उघडावेत ते निवडा" -#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 +#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "URI '%s' साठी कोणतीही बाब सापडली नाही" -#: ../gtk/gtkrecentchooserdefault.c:1298 +#: gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "शिर्षकहीन फिल्टर" -#: ../gtk/gtkrecentchooserdefault.c:1651 +#: gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "बाब काढता आली नाही" -#: ../gtk/gtkrecentchooserdefault.c:1695 +#: gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "यादी साफ करता आली नाही" -#: ../gtk/gtkrecentchooserdefault.c:1779 +#: gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "ठिकाण प्रतिलिपी करा(_L)" -#: ../gtk/gtkrecentchooserdefault.c:1792 +#: gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "यादीतून काढून टाका(_R)" -#: ../gtk/gtkrecentchooserdefault.c:1801 +#: gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "यादी साफ करा(_C)" -#: ../gtk/gtkrecentchooserdefault.c:1815 +#: gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "खाजगी साधने दाखवा(_P)" @@ -2823,21 +2845,21 @@ msgstr "खाजगी साधने दाखवा(_P)" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: ../gtk/gtkrecentchoosermenu.c:342 +#: gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "बाबी सापडल्या नाहीत" -#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 +#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "URI `%s' सह नुकतेच वापरलेले स्त्रोत आढळले नाही" -#: ../gtk/gtkrecentchoosermenu.c:775 +#: gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "'%s' उघडा" -#: ../gtk/gtkrecentchoosermenu.c:805 +#: gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "अपरिचित बाब" @@ -2846,7 +2868,7 @@ msgstr "अपरिचित बाब" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: ../gtk/gtkrecentchoosermenu.c:816 +#: gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2855,37 +2877,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: ../gtk/gtkrecentchoosermenu.c:821 +#: gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 -#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 -#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 -#: ../gtk/gtkrecentmanager.c:1258 +#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 +#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 +#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 +#: gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "URI '%s' साठी बाब शोधण्यास असमर्थ" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: ../gtk/gtkstock.c:288 +#: gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "माहिती" -#: ../gtk/gtkstock.c:289 +#: gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "सावधानता" -#: ../gtk/gtkstock.c:290 +#: gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "त्रुटी" -#: ../gtk/gtkstock.c:291 +#: gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "प्रश्न" @@ -2893,689 +2915,691 @@ msgstr "प्रश्न" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: ../gtk/gtkstock.c:296 +#: gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "विषयी(_A)" -#: ../gtk/gtkstock.c:297 +#: gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "समावेष करा (_A)" -#: ../gtk/gtkstock.c:298 +#: gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "लागू करा (_A)" -#: ../gtk/gtkstock.c:299 +#: gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "ठळक (_B)" -#: ../gtk/gtkstock.c:300 +#: gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "रद्द करा (_C)" -#: ../gtk/gtkstock.c:301 +#: gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "CD-Rom (_C)" -#: ../gtk/gtkstock.c:302 +#: gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "पुसा (_C)" -#: ../gtk/gtkstock.c:303 +#: gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "बंद करा (_C)" -#: ../gtk/gtkstock.c:304 +#: gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "जोडा (_o)" -#: ../gtk/gtkstock.c:305 +#: gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "रुपांतरीत करा (_C)" -#: ../gtk/gtkstock.c:306 +#: gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "प्रत बनवा (_C)" -#: ../gtk/gtkstock.c:307 +#: gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "कापा (_t)" -#: ../gtk/gtkstock.c:308 +#: gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "नष्ट करा (_D)" -#: ../gtk/gtkstock.c:309 +#: gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "वगळा (_D)" -#: ../gtk/gtkstock.c:310 +#: gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "जोडणी तोडा (_D)" -#: ../gtk/gtkstock.c:311 +#: gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "कार्यान्वीत करा (_E)" -#: ../gtk/gtkstock.c:312 +#: gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "संपादीत करा (_E)" -#: ../gtk/gtkstock.c:313 +#: gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "शोधा (_F)" -#: ../gtk/gtkstock.c:314 +#: gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "शोधा व बदलवा (_R)" -#: ../gtk/gtkstock.c:315 +#: gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "फ्लॉपी (_F)" -#: ../gtk/gtkstock.c:316 +#: gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "पदडाभर (_F)" -#: ../gtk/gtkstock.c:317 +#: gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "पदडाभर सोडा (_L)" #. This is a navigation label as in "go to the bottom of the page" -#: ../gtk/gtkstock.c:319 +#: gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "तळ (_B)" #. This is a navigation label as in "go to the first page" -#: ../gtk/gtkstock.c:321 +#: gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "पहिले (_F)" #. This is a navigation label as in "go to the last page" -#: ../gtk/gtkstock.c:323 +#: gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "शेवटचे (_L)" #. This is a navigation label as in "go to the top of the page" -#: ../gtk/gtkstock.c:325 +#: gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "वरील (_T)" #. This is a navigation label as in "go back" -#: ../gtk/gtkstock.c:327 +#: gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "मागील (_B)" #. This is a navigation label as in "go down" -#: ../gtk/gtkstock.c:329 +#: gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "खाली (_D)" #. This is a navigation label as in "go forward" -#: ../gtk/gtkstock.c:331 +#: gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "पुढे (_F)" #. This is a navigation label as in "go up" -#: ../gtk/gtkstock.c:333 +#: gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "वर (_U)" -#: ../gtk/gtkstock.c:334 +#: gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "हार्डडिस्क (_H)" -#: ../gtk/gtkstock.c:335 +#: gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "मदत (_H)" -#: ../gtk/gtkstock.c:336 +#: gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "घर (_H)" -#: ../gtk/gtkstock.c:337 +#: gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "समास वाढवा" -#: ../gtk/gtkstock.c:338 +#: gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "समास कमी करा" -#: ../gtk/gtkstock.c:339 +#: gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "निर्देशांक (_I)" -#: ../gtk/gtkstock.c:340 +#: gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "माहिती (_I)" -#: ../gtk/gtkstock.c:341 +#: gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "इटॅलिक (_I)" -#: ../gtk/gtkstock.c:342 +#: gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "येथे जा (_J)" #. This is about text justification, "centered text" -#: ../gtk/gtkstock.c:344 +#: gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "मध्य (_C)" #. This is about text justification -#: ../gtk/gtkstock.c:346 +#: gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "भरा (_F)" #. This is about text justification, "left-justified text" -#: ../gtk/gtkstock.c:348 +#: gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "डावे (_L)" #. This is about text justification, "right-justified text" -#: ../gtk/gtkstock.c:350 +#: gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "उजवे (_R)" #. Media label, as in "fast forward" -#: ../gtk/gtkstock.c:353 +#: gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "पुढे (_F)" #. Media label, as in "next song" -#: ../gtk/gtkstock.c:355 +#: gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "पुढे (_N)" #. Media label, as in "pause music" -#: ../gtk/gtkstock.c:357 +#: gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "थांबवा (_a)" #. Media label, as in "play music" -#: ../gtk/gtkstock.c:359 +#: gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "चालवा (_P)" #. Media label, as in "previous song" -#: ../gtk/gtkstock.c:361 +#: gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "मागील (_v)" #. Media label -#: ../gtk/gtkstock.c:363 +#: gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "रेकॉर्ड (_R)" #. Media label -#: ../gtk/gtkstock.c:365 +#: gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "उलटे फिरवा (_e)" #. Media label -#: ../gtk/gtkstock.c:367 +#: gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "थांबा (_S)" -#: ../gtk/gtkstock.c:368 +#: gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "जाळं (_N)" -#: ../gtk/gtkstock.c:369 +#: gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "नवीन (_N)" -#: ../gtk/gtkstock.c:370 +#: gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "नाही (_N)" -#: ../gtk/gtkstock.c:371 +#: gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "ठिक आहे (_O)" -#: ../gtk/gtkstock.c:372 +#: gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "उघडा (_O)" #. Page orientation -#: ../gtk/gtkstock.c:374 +#: gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "आडवे" #. Page orientation -#: ../gtk/gtkstock.c:376 +#: gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "उभे" #. Page orientation -#: ../gtk/gtkstock.c:378 +#: gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "उलटे आडवे" #. Page orientation -#: ../gtk/gtkstock.c:380 +#: gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "उलटे उभे" -#: ../gtk/gtkstock.c:381 +#: gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "पानाची मांडणी (_u)" -#: ../gtk/gtkstock.c:382 +#: gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "चिकटवा (_P)" -#: ../gtk/gtkstock.c:383 +#: gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "आवड निवड (_P)" -#: ../gtk/gtkstock.c:384 +#: gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "छपाई (_P)" -#: ../gtk/gtkstock.c:385 +#: gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "छपाई पूर्वदृष्य (_v)" -#: ../gtk/gtkstock.c:386 +#: gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "गुणधर्म (_P)" -#: ../gtk/gtkstock.c:387 +#: gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "बाहेर पडा (_Q)" -#: ../gtk/gtkstock.c:388 +#: gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "पुनः करा (_R)" -#: ../gtk/gtkstock.c:389 +#: gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "पुन्ह दाखल करा (_R)" -#: ../gtk/gtkstock.c:390 +#: gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "काढूण टाका (_R)" -#: ../gtk/gtkstock.c:391 +#: gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "पूर्ववत करा (_R)" -#: ../gtk/gtkstock.c:392 +#: gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "साठवा (_S)" -#: ../gtk/gtkstock.c:393 +#: gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "या नुरूप साठवा (_A)" -#: ../gtk/gtkstock.c:394 +#: gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "सर्व निवडा (_A)" -#: ../gtk/gtkstock.c:395 +#: gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "रंग (_C)" -#: ../gtk/gtkstock.c:396 +#: gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "फॉन्ट (_F)" #. Sorting direction -#: ../gtk/gtkstock.c:398 +#: gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "वाढता क्रम (_A)" #. Sorting direction -#: ../gtk/gtkstock.c:400 +#: gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "उतरता क्रम (_D)" -#: ../gtk/gtkstock.c:401 +#: gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "शुद्धलेखन तपासणी(_S)" -#: ../gtk/gtkstock.c:402 +#: gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "थांबा (_S)" #. Font variant -#: ../gtk/gtkstock.c:404 +#: gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "खोडून काढा (_S)" -#: ../gtk/gtkstock.c:405 +#: gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "नष्ट करणे अशक्य (_U)" #. Font variant -#: ../gtk/gtkstock.c:407 +#: gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "अधोरेखीत करा (_U)" -#: ../gtk/gtkstock.c:408 +#: gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "पूर्ववत करा (_U)" -#: ../gtk/gtkstock.c:409 +#: gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "होय (_Y)" #. Zoom -#: ../gtk/gtkstock.c:411 +#: gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "सर्वसाधारण आकार (_N)" #. Zoom -#: ../gtk/gtkstock.c:413 +#: gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "सर्वोत्तम भरणी (_F)" -#: ../gtk/gtkstock.c:414 +#: gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "दृष्य बदल लहान करा (_I)" -#: ../gtk/gtkstock.c:415 +#: gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "दृष्य बदल मोठे करा (_O)" -#: ../gtk/gtktextbufferrichtext.c:651 +#: gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "श्रृंखला %s मोडतेवेळी अपरिचित त्रुटी" -#: ../gtk/gtktextbufferrichtext.c:710 +#: gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "स्वरूपन %s करीता अनुकूल कार्यपध्दती आढळली नाही" -#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 +#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "दोन्ही \"id\" व \"नाव\" <%s> घटकावर आढळले" -#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 +#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "<%s> घटकावर गुणधर्म \"%s\" दोनवेळा आढळले" -#: ../gtk/gtktextbufferserialize.c:846 +#: gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "<%s> घटकावर अवैध id \"%s\" आढळले" -#: ../gtk/gtktextbufferserialize.c:856 +#: gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "<%s> घटक करीता \"नान\" किंवा \"id\" गुणधर्म अस्तीत्वात नाही" -#: ../gtk/gtktextbufferserialize.c:943 +#: gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "त्याच <%s> घटकावर गुणधर्म \"%s\" दोनवेळा लिहीले गेले" -#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 +#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "या संदर्भात <%s> घटकावरील \"%s\" गुणधर्म अवैध आहे" -#: ../gtk/gtktextbufferserialize.c:1022 +#: gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "टॅग \"%s\" ची व्याख्या केले गेले नाही." -#: ../gtk/gtktextbufferserialize.c:1034 +#: gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "निनावी टॅग आढळले व टॅगचे निर्माण शक्य नाही." -#: ../gtk/gtktextbufferserialize.c:1045 +#: gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "टॅग \"%s\" बफर मध्ये उपलब्ध नाही व टॅग बनविल्या जाऊ शकत नाही." -#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 -#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 +#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 +#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "<%s> च्या खाली घटक <%s> ला परवानगी नाही" -#: ../gtk/gtktextbufferserialize.c:1175 +#: gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" वैध गुणधर्म प्रकार नाही" -#: ../gtk/gtktextbufferserialize.c:1183 +#: gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" वैध गुणधर्म नाव नाही" -#: ../gtk/gtktextbufferserialize.c:1193 +#: gtk/gtktextbufferserialize.c:1193 #, c-format -msgid "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" +msgid "" +"\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "गुणधर्म \"%s\" करीता \"%s\" ला मुल्याचे प्रकार \"%s\" मध्ये रूपांतर करू शकत नाही" -#: ../gtk/gtktextbufferserialize.c:1202 +#: gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "गुणधर्म \"%s\" करीता \"%s\" वैध मुल्य नाही" -#: ../gtk/gtktextbufferserialize.c:1285 +#: gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "टॅग \"%s\" चे वर्णन आधिपासून केले गेले" -#: ../gtk/gtktextbufferserialize.c:1296 +#: gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "टॅग \"%s\" चे अवैध प्राधान्यक्रम \"%s\"" -#: ../gtk/gtktextbufferserialize.c:1349 +#: gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "पाठ्य मधिल बाहेरील घटक नसायला <%s> हवे" -#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 +#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "<%s> घटकचे आधिपासूनच वर्णन केले आहे" -#: ../gtk/gtktextbufferserialize.c:1380 +#: gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr " घटक घटकच्या पहिले दिसू शकत नाही" -#: ../gtk/gtktextbufferserialize.c:1779 +#: gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "श्रृंखला माहिती सदोषीत आहे" -#: ../gtk/gtktextbufferserialize.c:1857 -msgid "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" +#: gtk/gtktextbufferserialize.c:1857 +msgid "" +"Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "श्रृंखला माहिती सदोषीत आहे. पहिले विभाग GTKTEXTBUFFERCONTENTS-0001 नाही" -#: ../gtk/gtktextutil.c:61 +#: gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM डावीकडून उजवीकडे चिन्ह (_L)" -#: ../gtk/gtktextutil.c:62 +#: gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM उजवीकडून डावीकडे चिन्ह (_R)" -#: ../gtk/gtktextutil.c:63 +#: gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE डावीकडून उजवीकडे अंतर्भूत पद्धती (_e)" -#: ../gtk/gtktextutil.c:64 +#: gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE उजवीकडून डावीकडे अंतर्भूत पद्धती (_m)" -#: ../gtk/gtktextutil.c:65 +#: gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO डावीकडून-उजवीकडे पुन्ह रेखाटन (_o)" -#: ../gtk/gtktextutil.c:66 +#: gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO उजवीकडून-डावीकडे पुन्ह रेखाटन (_v)" -#: ../gtk/gtktextutil.c:67 +#: gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF दिशानीय स्वरूपन दर्शवा (_P)" -#: ../gtk/gtktextutil.c:68 +#: gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS झीरो विड्थ् स्पेस् (_Z)" -#: ../gtk/gtktextutil.c:69 +#: gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ झीरो विड्थ् जॉइनर (_j)" -#: ../gtk/gtktextutil.c:70 +#: gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ झीरो विड्थ् नॉन जॉइनर (_n)" -#: ../gtk/gtkthemes.c:71 +#: gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "विभाग मार्ग अंतर्गत सुत्रयोजना इंजीन आढळले नाही: \"%s\" (_p)," -#: ../gtk/gtktipsquery.c:188 +#: gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- टिप नाही ---" -#: ../gtk/gtkuimanager.c:1463 +#: gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "ओळ %2$d char %3$d अनपेक्षीत प्रारंभ टॅग '%1$s'" -#: ../gtk/gtkuimanager.c:1553 +#: gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "ओळ %d char %d अपरिचीत अक्षर माहिती" -#: ../gtk/gtkuimanager.c:2385 +#: gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "रिकामे" -#: ../gtk/gtkvolumebutton.c:73 +#: gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "प्रमाण" -#: ../gtk/gtkvolumebutton.c:75 +#: gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "आवाज कमी करतो किंवा वाढवितो" -#: ../gtk/gtkvolumebutton.c:78 +#: gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "आवाज नियंत्रीत करतो" -#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 +#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "आवाज वाढवा कमी करा" -#: ../gtk/gtkvolumebutton.c:83 +#: gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "आवाज कमी करतो" -#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 +#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "आवाज वाढवा" -#: ../gtk/gtkvolumebutton.c:89 +#: gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "आवाज वाढवितो" -#: ../gtk/gtkvolumebutton.c:147 +#: gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "मंद केले" -#: ../gtk/gtkvolumebutton.c:151 +#: gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "पूर्णतया आवाज" @@ -3584,927 +3608,927 @@ msgstr "पूर्णतया आवाज" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: ../gtk/gtkvolumebutton.c:164 +#: gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: ../gtk/paper_names_offsets.c:4 +#: gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: ../gtk/paper_names_offsets.c:5 +#: gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: ../gtk/paper_names_offsets.c:6 +#: gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: ../gtk/paper_names_offsets.c:7 +#: gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: ../gtk/paper_names_offsets.c:8 +#: gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: ../gtk/paper_names_offsets.c:9 +#: gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: ../gtk/paper_names_offsets.c:10 +#: gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: ../gtk/paper_names_offsets.c:11 +#: gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: ../gtk/paper_names_offsets.c:12 +#: gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: ../gtk/paper_names_offsets.c:13 +#: gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: ../gtk/paper_names_offsets.c:14 +#: gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: ../gtk/paper_names_offsets.c:15 +#: gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: ../gtk/paper_names_offsets.c:16 +#: gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: ../gtk/paper_names_offsets.c:17 +#: gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: ../gtk/paper_names_offsets.c:18 +#: gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: ../gtk/paper_names_offsets.c:19 +#: gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: ../gtk/paper_names_offsets.c:20 +#: gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: ../gtk/paper_names_offsets.c:21 +#: gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: ../gtk/paper_names_offsets.c:22 +#: gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: ../gtk/paper_names_offsets.c:23 +#: gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: ../gtk/paper_names_offsets.c:24 +#: gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: ../gtk/paper_names_offsets.c:25 +#: gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: ../gtk/paper_names_offsets.c:26 +#: gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: ../gtk/paper_names_offsets.c:27 +#: gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: ../gtk/paper_names_offsets.c:28 +#: gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: ../gtk/paper_names_offsets.c:29 +#: gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: ../gtk/paper_names_offsets.c:30 +#: gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: ../gtk/paper_names_offsets.c:31 +#: gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: ../gtk/paper_names_offsets.c:32 +#: gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: ../gtk/paper_names_offsets.c:33 +#: gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: ../gtk/paper_names_offsets.c:34 +#: gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: ../gtk/paper_names_offsets.c:35 +#: gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: ../gtk/paper_names_offsets.c:36 +#: gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: ../gtk/paper_names_offsets.c:37 +#: gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: ../gtk/paper_names_offsets.c:38 +#: gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: ../gtk/paper_names_offsets.c:39 +#: gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: ../gtk/paper_names_offsets.c:40 +#: gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: ../gtk/paper_names_offsets.c:41 +#: gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: ../gtk/paper_names_offsets.c:42 +#: gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: ../gtk/paper_names_offsets.c:43 +#: gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: ../gtk/paper_names_offsets.c:44 +#: gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: ../gtk/paper_names_offsets.c:45 +#: gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: ../gtk/paper_names_offsets.c:46 +#: gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: ../gtk/paper_names_offsets.c:47 +#: gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: ../gtk/paper_names_offsets.c:48 +#: gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: ../gtk/paper_names_offsets.c:49 +#: gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: ../gtk/paper_names_offsets.c:50 +#: gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: ../gtk/paper_names_offsets.c:51 +#: gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: ../gtk/paper_names_offsets.c:52 +#: gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: ../gtk/paper_names_offsets.c:53 +#: gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: ../gtk/paper_names_offsets.c:54 +#: gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: ../gtk/paper_names_offsets.c:55 +#: gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: ../gtk/paper_names_offsets.c:56 +#: gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: ../gtk/paper_names_offsets.c:57 +#: gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: ../gtk/paper_names_offsets.c:58 +#: gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: ../gtk/paper_names_offsets.c:59 +#: gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: ../gtk/paper_names_offsets.c:60 +#: gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: ../gtk/paper_names_offsets.c:61 +#: gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: ../gtk/paper_names_offsets.c:62 +#: gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: ../gtk/paper_names_offsets.c:63 +#: gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: ../gtk/paper_names_offsets.c:64 +#: gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: ../gtk/paper_names_offsets.c:65 +#: gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "DL Envelope" -#: ../gtk/paper_names_offsets.c:66 +#: gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: ../gtk/paper_names_offsets.c:67 +#: gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: ../gtk/paper_names_offsets.c:68 +#: gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: ../gtk/paper_names_offsets.c:69 +#: gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: ../gtk/paper_names_offsets.c:70 +#: gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: ../gtk/paper_names_offsets.c:71 +#: gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: ../gtk/paper_names_offsets.c:72 +#: gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: ../gtk/paper_names_offsets.c:73 +#: gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: ../gtk/paper_names_offsets.c:74 +#: gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: ../gtk/paper_names_offsets.c:75 +#: gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: ../gtk/paper_names_offsets.c:76 +#: gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: ../gtk/paper_names_offsets.c:77 +#: gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: ../gtk/paper_names_offsets.c:78 +#: gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: ../gtk/paper_names_offsets.c:79 +#: gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: ../gtk/paper_names_offsets.c:80 +#: gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: ../gtk/paper_names_offsets.c:81 +#: gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: ../gtk/paper_names_offsets.c:82 +#: gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: ../gtk/paper_names_offsets.c:83 +#: gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: ../gtk/paper_names_offsets.c:84 +#: gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Choukei 2 Envelope" -#: ../gtk/paper_names_offsets.c:85 +#: gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Choukei 3 Envelope" -#: ../gtk/paper_names_offsets.c:86 +#: gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Choukei 4 Envelope" -#: ../gtk/paper_names_offsets.c:87 +#: gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (postcard)" -#: ../gtk/paper_names_offsets.c:88 +#: gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "kahu Envelope" -#: ../gtk/paper_names_offsets.c:89 +#: gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "kaku2 Envelope" -#: ../gtk/paper_names_offsets.c:90 +#: gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (reply postcard)" -#: ../gtk/paper_names_offsets.c:91 +#: gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "you4 Envelope" -#: ../gtk/paper_names_offsets.c:92 +#: gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: ../gtk/paper_names_offsets.c:93 +#: gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: ../gtk/paper_names_offsets.c:94 +#: gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 +#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: ../gtk/paper_names_offsets.c:97 +#: gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: ../gtk/paper_names_offsets.c:98 +#: gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: ../gtk/paper_names_offsets.c:99 +#: gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: ../gtk/paper_names_offsets.c:100 +#: gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: ../gtk/paper_names_offsets.c:101 +#: gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "6x9 Envelope" -#: ../gtk/paper_names_offsets.c:102 +#: gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "7x9 Envelope" -#: ../gtk/paper_names_offsets.c:103 +#: gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "9x11 Envelope" -#: ../gtk/paper_names_offsets.c:104 +#: gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "a2 Envelope" -#: ../gtk/paper_names_offsets.c:105 +#: gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: ../gtk/paper_names_offsets.c:106 +#: gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: ../gtk/paper_names_offsets.c:107 +#: gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: ../gtk/paper_names_offsets.c:108 +#: gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: ../gtk/paper_names_offsets.c:109 +#: gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: ../gtk/paper_names_offsets.c:110 +#: gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: ../gtk/paper_names_offsets.c:111 +#: gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: ../gtk/paper_names_offsets.c:112 +#: gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "c5 Envelope" -#: ../gtk/paper_names_offsets.c:113 +#: gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: ../gtk/paper_names_offsets.c:114 +#: gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: ../gtk/paper_names_offsets.c:115 +#: gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: ../gtk/paper_names_offsets.c:116 +#: gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "European edp" -#: ../gtk/paper_names_offsets.c:117 +#: gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: ../gtk/paper_names_offsets.c:118 +#: gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: ../gtk/paper_names_offsets.c:119 +#: gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold European" -#: ../gtk/paper_names_offsets.c:120 +#: gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: ../gtk/paper_names_offsets.c:121 +#: gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold German Legal" -#: ../gtk/paper_names_offsets.c:122 +#: gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government Legal" -#: ../gtk/paper_names_offsets.c:123 +#: gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government Letter" -#: ../gtk/paper_names_offsets.c:124 +#: gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Index 3x5" -#: ../gtk/paper_names_offsets.c:125 +#: gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (postcard)" -#: ../gtk/paper_names_offsets.c:126 +#: gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: ../gtk/paper_names_offsets.c:127 +#: gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Index 5x8" -#: ../gtk/paper_names_offsets.c:128 +#: gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Invoice" -#: ../gtk/paper_names_offsets.c:129 +#: gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: ../gtk/paper_names_offsets.c:130 +#: gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: ../gtk/paper_names_offsets.c:131 +#: gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: ../gtk/paper_names_offsets.c:132 +#: gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: ../gtk/paper_names_offsets.c:133 +#: gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: ../gtk/paper_names_offsets.c:134 +#: gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: ../gtk/paper_names_offsets.c:135 +#: gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Monarch Envelope" -#: ../gtk/paper_names_offsets.c:136 +#: gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "#10 Envelope" -#: ../gtk/paper_names_offsets.c:137 +#: gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "#11 Envelope" -#: ../gtk/paper_names_offsets.c:138 +#: gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "#12 Envelope" -#: ../gtk/paper_names_offsets.c:139 +#: gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "#14 Envelope" -#: ../gtk/paper_names_offsets.c:140 +#: gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "#9 Envelope" -#: ../gtk/paper_names_offsets.c:141 +#: gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Personal Envelope" -#: ../gtk/paper_names_offsets.c:142 +#: gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: ../gtk/paper_names_offsets.c:143 +#: gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: ../gtk/paper_names_offsets.c:144 +#: gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: ../gtk/paper_names_offsets.c:145 +#: gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Wide Format" -#: ../gtk/paper_names_offsets.c:146 +#: gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: ../gtk/paper_names_offsets.c:147 +#: gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: ../gtk/paper_names_offsets.c:148 +#: gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: ../gtk/paper_names_offsets.c:149 +#: gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Invite Envelope" -#: ../gtk/paper_names_offsets.c:150 +#: gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Italian Envelope" -#: ../gtk/paper_names_offsets.c:151 +#: gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: ../gtk/paper_names_offsets.c:152 +#: gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: ../gtk/paper_names_offsets.c:153 +#: gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Postfix Envelope" -#: ../gtk/paper_names_offsets.c:154 +#: gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Small Photo" -#: ../gtk/paper_names_offsets.c:155 +#: gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "prc1 Envelope" -#: ../gtk/paper_names_offsets.c:156 +#: gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "prc10 Envelope" -#: ../gtk/paper_names_offsets.c:157 +#: gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: ../gtk/paper_names_offsets.c:158 +#: gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "prc2 Envelope" -#: ../gtk/paper_names_offsets.c:159 +#: gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "prc3 Envelope" -#: ../gtk/paper_names_offsets.c:160 +#: gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: ../gtk/paper_names_offsets.c:161 +#: gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "prc4 Envelope" -#: ../gtk/paper_names_offsets.c:162 +#: gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "prc5 Envelope" -#: ../gtk/paper_names_offsets.c:163 +#: gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "prc6 Envelope" -#: ../gtk/paper_names_offsets.c:164 +#: gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "prc7 Envelope" -#: ../gtk/paper_names_offsets.c:165 +#: gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "prc8 Envelope" -#: ../gtk/paper_names_offsets.c:166 +#: gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: ../gtk/paper_names_offsets.c:167 +#: gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 +#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "समानजुळवणी '%s' व '%s' करीता विविध idatas आढळले\n" -#: ../gtk/updateiconcache.c:1374 +#: gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "हेड्डरवर लिहीण्यास अपयशी\n" -#: ../gtk/updateiconcache.c:1380 +#: gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "हॅश कोष्टक लिहीण्यास अपयशी\n" -#: ../gtk/updateiconcache.c:1386 +#: gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "फोल्डर विषयसूची लिहण्यास अपयशी\n" -#: ../gtk/updateiconcache.c:1394 +#: gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "हेड्डर पुन्हा लिहीण्यास अपयशी\n" -#: ../gtk/updateiconcache.c:1455 +#: gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "फाइल %1$s उघडण्यास अपयशी: %2$s\n" -#: ../gtk/updateiconcache.c:1463 +#: gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "कॅश फाइल लिहीण्यास अपयशी: %s\n" -#: ../gtk/updateiconcache.c:1499 +#: gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "निर्मीत कॅश अवैध आहे.\n" -#: ../gtk/updateiconcache.c:1511 +#: gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "%s चे %s मध्ये पुनःनामांकन करू शकले नाही: %s, %s काढून टाकत आहे.\n" -#: ../gtk/updateiconcache.c:1523 +#: gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "%s चे %s असे पुनःनामांकन करू शकले: %s\n" -#: ../gtk/updateiconcache.c:1530 +#: gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "%s ला %s असे पुनःनामांकीत करू शकले नाही: %s\n" -#: ../gtk/updateiconcache.c:1556 +#: gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "कॅश फाइल यशस्वीरित्या बनविले गेले.\n" -#: ../gtk/updateiconcache.c:1595 +#: gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "अस्तीत्वातील कॅश पुन्हा लिहा, जरी ते पूर्णतया व्यवस्थीत असले तरी" -#: ../gtk/updateiconcache.c:1596 +#: gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "index.theme चे अस्तित्व तपासू नका" -#: ../gtk/updateiconcache.c:1597 +#: gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "कॅश मध्ये प्रतिमा माहिती समाविष्ट करू नका" -#: ../gtk/updateiconcache.c:1598 +#: gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "C हेड्डर फाइल आउडपुट स्वरूपी बनवा" -#: ../gtk/updateiconcache.c:1599 +#: gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "वाचणीय आउटपुट बंद करा" -#: ../gtk/updateiconcache.c:1600 +#: gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "अस्तित्वातील चिन्ह कॅश तपासा" -#: ../gtk/updateiconcache.c:1663 +#: gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "फाइल आढळले नाही: %s\n" -#: ../gtk/updateiconcache.c:1669 +#: gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "वैध चिन्ह कॅश नाही: %s\n" -#: ../gtk/updateiconcache.c:1682 +#: gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "सुत्रयोजना index फाइल आढळली नाही." -#: ../gtk/updateiconcache.c:1686 +#: gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4514,271 +4538,271 @@ msgstr "" "जर तुम्हाला नक्की चिन्ह कॅश येथे बनवायचे असेल, तर --ignore-theme-index वापरा.\n" #. ID -#: ../modules/input/imam-et.c:454 +#: modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "आम्हारिक (EZ+)" #. ID -#: ../modules/input/imcedilla.c:92 +#: modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "सेडिल्ला" #. ID -#: ../modules/input/imcyrillic-translit.c:217 +#: modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "सिरिलिक (Transliterated)" #. ID -#: ../modules/input/iminuktitut.c:127 +#: modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "इनुक्टीटूट (Transliterated)" #. ID -#: ../modules/input/imipa.c:145 +#: modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: ../modules/input/immultipress.c:31 +#: modules/input/immultipress.c:31 msgid "Multipress" msgstr "मल्टीप्रेस्" #. ID -#: ../modules/input/imthai.c:35 +#: modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "थाई-लाओ" #. ID -#: ../modules/input/imti-er.c:453 +#: modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "टिग्रीना-एरिट्रीन (EZ+)" #. ID -#: ../modules/input/imti-et.c:453 +#: modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "टिग्रीना-इथिओपिअन (EZ+)" #. ID -#: ../modules/input/imviqr.c:244 +#: modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "विएतनामी (VIQR)" #. ID -#: ../modules/input/imxim.c:28 +#: modules/input/imxim.c:28 msgid "X Input Method" msgstr "X आदान पध्दत " -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "छपाईयंत्र '%s' मधिल टोनर कमी आहे." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "छपाईयंत्र '%s' मध्ये टोनर नाही." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "छपाईयंत्र '%s' चे डेव्हलपर समाप्त होत आहे." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "छपाईयंत्र '%s' चे डेव्हलपर समाप्त झाले." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "छपाईयंत्र '%s' करीता किमान एका मार्कर कमी पडत आहे." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "छपाईयंत्र '%s' करीता किमान एका मार्कर पुरविले गेले नाही." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "छपाईयंत्र '%s' चे कवर उघडे आहे." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "छपाईयंत्र '%s' चे दार उघडे आहे." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "छपाईयंत्र '%s' मध्ये पेपरची संख्या कमी आहे." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "छपाईयंत्र '%s' मध्ये पेपर नाही." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "छपाईयंत्र '%s' वर्तमान क्षणी ऑफलाइन आहे." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "छपाईयंत्र '%s' जुळलेले नसावे." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "छपाईयंत्र '%s' वरील अडचण." #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "स्तब्ध ; कार्य नकारत आहे" #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "कार्य नकारत आहे" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "पाठपोट" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "कागद प्रकार" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "कागद स्त्रोत" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "आऊटपुट ट्रे" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "रेजोल्यूशन" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "GhostScript पूर्व-चाळणी" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "एका बाजूचे" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "लांब स्वरूप (मानक)" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "लहान स्वरूप (पलटवा)" #. Translators: this is an option of "Paper Source" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "स्वयं निवडणे" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "मुलभूत छपाईयंत्र" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "फक्त GhostScript फॉन्टस् अंतर्भूत करा" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "PS स्तर 1 नुरूप रूपांतरीत करा" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "PS स्तर 2 नुरूप रूपांतरीत करा" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "पूर्व-चाळणी आढळली नाही" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "मिश्र" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "तातडीने" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "उंच" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "मध्यम" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "खाली" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "डावीकडून उजवीकडे, शिर्ष ते तळ" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "डावीकडून उजवीकडे, तळ ते शिर्ष" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "उजवीकडून डावीकडे, शिर्ष ते तळ" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "उजवीकडून डावीकडे, तळ ते शिर्ष" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "शिर्ष ते तळ, डावीकडून उजवीकडे" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "शिर्ष ते तळ, उजवीकडून डावीकडे" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "तळ ते शिर्ष, डावीकडून उजवीकडे" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "तळ ते शिर्ष, उजवीकडून डावीकडे" @@ -4786,66 +4810,66 @@ msgstr "तळ ते शिर्ष, उजवीकडून डावीक #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "प्रत्येक शीट करीता पान" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "कार्य प्राधान्यता" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "बिलिंग माहिती" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "काहीच नाही" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "वर्गीकृत" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "गुप्त" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "गुपित" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "मानक" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "उच्च गुपित" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "अवर्गिकृत" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "पूर्वी" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "नंतर" @@ -4853,14 +4877,14 @@ msgstr "नंतर" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "याक्षणी छपाई करा" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "यावेळी छपाई करा" @@ -4868,66 +4892,65 @@ msgstr "यावेळी छपाई करा" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "इच्छिक %sx%s" #. default filename used for print-to-file -#: ../modules/printbackends/file/gtkprintbackendfile.c:235 +#: modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "आऊटपुट.%s" -#: ../modules/printbackends/file/gtkprintbackendfile.c:469 +#: modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "फाइलमध्ये छापा" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "पोस्टस्क्रीप्ट" -#: ../modules/printbackends/file/gtkprintbackendfile.c:558 -#: ../modules/printbackends/test/gtkprintbackendtest.c:506 +#: modules/printbackends/file/gtkprintbackendfile.c:558 +#: modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "प्रति पत्र पाने(_s):" -#: ../modules/printbackends/file/gtkprintbackendfile.c:604 +#: modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "फाइल" -#: ../modules/printbackends/file/gtkprintbackendfile.c:613 +#: modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "आऊटपुट स्वरूप(_O)" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "LPR वर छापा" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "प्रति पत्र पृष्ठे" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "आदेश पंक्ती" #. default filename used for print-to-test -#: ../modules/printbackends/test/gtkprintbackendtest.c:234 +#: modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "चाचणी-आऊटपुट.%s" -#: ../modules/printbackends/test/gtkprintbackendtest.c:470 +#: modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "चाचणी छपाईयंत्रकरीता छपाई" -#: ../tests/testfilechooser.c:207 +#: tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "'%s' फाइलची माहिती मिळवता आली नाही: %s" - diff --git a/po/ms.po b/po/ms.po index 39a6183577..757497693b 100644 --- a/po/ms.po +++ b/po/ms.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: Gtk+ 1.3.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2004-04-04 01:11+0730\n" "Last-Translator: Hasbullah Bin Pit \n" "Language-Team: Projek Gabai \n" @@ -643,17 +643,17 @@ msgstr "Jenis imej '%s'tidak disokong" msgid "Couldn't allocate memory for color profile" msgstr "Tak dapat memperuntukkan memori bagi memuatkan fail JPEG" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "Tak cukup memori untuk membuka fail TIFF" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Tak dapat memperuntukkan memori data garisan" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "Format imej JPEG" @@ -701,7 +701,7 @@ msgid "" msgstr "" "Kualiti JPEG mestilah diantara nilai 0 dan 100; nilai '%d' tak diizinkan." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Format imej JPEG" @@ -1223,47 +1223,47 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 #, fuzzy msgid "C_redits" msgstr "_Cipta" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "" @@ -1341,17 +1341,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Namafail tidak sah: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Namafail tidak sah: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1448,7 +1453,7 @@ msgstr "Dimatikan" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1594,11 +1599,11 @@ msgstr "" msgid "Color Selection" msgstr "Pemilihan Warna" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Method input" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "Sel_itkan aksara Kawalan Unicode" @@ -2068,7 +2073,7 @@ msgstr "_Tukarnama" msgid "_Selection: " msgstr "_Pilihan: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, fuzzy, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2077,15 +2082,15 @@ msgstr "" "Namafail %s tak dapat ditukar ke UTF-8 (Cuba tetapkan pembolehubah " "persekitaran G_BROKEN_FILENAMES): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 tidak sah" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nama terlalu panjang" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Tak dapat menukar namafail" @@ -2350,43 +2355,43 @@ msgstr "" msgid "Show GTK+ Options" msgstr "" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "_Tukar" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Tukarnama" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Lokasi:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "Tekanan" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2452,7 +2457,7 @@ msgstr "_Ciri-ciri" msgid "_Orientation:" msgstr "Ke_tepuan:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "Halaman %u" @@ -2611,17 +2616,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "_Lokasi:" @@ -2686,239 +2691,249 @@ msgstr "Pengepala tidak sah dalam ikon" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "_Cetak" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "_Lokasi:" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "_Cipta" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Tukarnama" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "_Cipta" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "Be_rbalik" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Amaran" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM tanda Ki_ri-ke-kanan" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "_Cetak" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "_Ciri-ciri" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "_Ciri-ciri" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "_Cetak" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "_Nilai:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "_Ciri-ciri" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "_Ciri-ciri" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_Tidak" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "_Bold" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_Warna" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "_Cetak" diff --git a/po/nb.po b/po/nb.po index 3e6d9803b8..a868e31497 100644 --- a/po/nb.po +++ b/po/nb.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.15.x\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-10 07:24+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian Bokmål \n" @@ -616,15 +616,15 @@ msgstr "Bildetypen er ikke støttet" msgid "Couldn't allocate memory for color profile" msgstr "Kunne ikke allokere minne for fargeprofil" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Ikke nok minne til å åpne JPEG2000-bilde" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Kunne ikke allokere minne for buffer til bildedata" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG2000 bildeformatet" @@ -671,7 +671,7 @@ msgid "" msgstr "" "JPEG-kvalitet må være en verdi mellom 0 og 100; verdien «%d» er ikke tillatt." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG bildeformatet" @@ -1167,46 +1167,46 @@ msgid_plural "Opening %d Items" msgstr[0] "Åpner %d oppføring" msgstr[1] "Åpner %d oppføringer" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Lisens" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Programmets lisens" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "Bid_ragsytere" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Lisens" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Om %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Bidragsytere" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Skrevet av" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentert av" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Oversatt av" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafikk av" @@ -1280,17 +1280,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Ugyldig typefunksjon: «%s»" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Ugyldig rotelement: «%s»" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Uhåndtert tag «%s»" @@ -1385,7 +1390,7 @@ msgstr "Slått av" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Ny hurtigtast..." @@ -1530,11 +1535,11 @@ msgstr "" msgid "Color Selection" msgstr "Fargevalg" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Inndata_metoder" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "Sett _inn Unicode kontrolltegn" @@ -1973,7 +1978,7 @@ msgstr "_Gi nytt navn" msgid "_Selection: " msgstr "_Valg: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1982,15 +1987,15 @@ msgstr "" "Filnavnet «%s» kunne ikke konverteres til UTF-8 (prøv å sette miljøvariabelen " "G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Ugyldig UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Navnet er for langt" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Kunne ikke konvertere filnavnet" @@ -2238,39 +2243,39 @@ msgstr "Alternativer for GTK+" msgid "Show GTK+ Options" msgstr "Vis alternativer for GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "K_oble til" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Koble til _anonymt" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Koble til _som bruker:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "Br_ukernavn:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domene:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Passord:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Glem _passordet med det samme" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Husk passordet til du _logger ut" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Husk _for alltid" @@ -2340,7 +2345,7 @@ msgstr "_Papirstørrelse:" msgid "_Orientation:" msgstr "_Orientering:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Sideoppsett" @@ -2489,17 +2494,17 @@ msgid "The most probable reason is that a temporary file could not be created." msgstr "" "Den mest sannsynlige årsaken er at en midlertidig fil ikke kunne lages." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Feil under start av forhåndsvisning" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Feil ved utskrift" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Program" @@ -2558,37 +2563,37 @@ msgstr "Ugyldig håndtak til PrintDlgEx" msgid "Unspecified error" msgstr "Uspesifisert feil" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Skriver" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Lokasjon" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Status" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Område" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "Alle sider" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "D_enne siden" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Sid_er:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2596,127 +2601,133 @@ msgstr "" "Oppgi en ett eller flere sideområder,\n" " f.eks 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Sid_er:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopier" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "_Kopier:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "S_lå sammen" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Omvendt" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Generelt" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Siderekkefølge" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Venstre til høyre" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Høyre til venstre" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Utforming" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "T_osidig:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Ark per _side:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Si_derekkefølge:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "K_un skriv ut:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Alle ark" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Like ark" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Ulike ark" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Sk_aler:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papir" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Papir_type:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Papi_rkilde:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "U_tskuff:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detaljer for jobb" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oritet:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Faktureringsinformasjon:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Skriv ut dokument" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Nå" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Tid:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2724,60 +2735,64 @@ msgstr "" "Oppgi klokkeslett for utskrift.\n" " f.eks 15.30, 2.35 pm, 14.15.20, 11.46.30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "På _vent" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Sett jobben på vent inntil den er eksplisitt aktivert" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Legg til omslag" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Før:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Etter:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Jobb" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avansert" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Bildekvalitet" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Farge" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Fullfører" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Noen innstillinger i dialogen er i konflikt" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Skriv ut" diff --git a/po/ne.po b/po/ne.po index 397983455c..99a43fdc6d 100644 --- a/po/ne.po +++ b/po/ne.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk.gnome-2-14.ne\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2006-07-07 14:33+0545\n" "Last-Translator: Mahesh subedi \n" "Language-Team: Nepali \n" @@ -636,17 +636,17 @@ msgstr "छवि प्रकार '%s' समर्थित छैन" msgid "Couldn't allocate memory for color profile" msgstr "JPEG फाइल लोड गर्नका लागि स्मृति निर्धारण गर्न सकेन" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "TIFF फाइल खोल्न अपर्याप्त स्मृति" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "लाइन डेटाका लागि स्मृति निर्धारण गर्न सकेन" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "JPEG छवि ढाँचा" @@ -692,7 +692,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG गुण ० देखि १०० बीचको एउटा मान हुनुपर्दछ; '%d' लाई अनुमति दिइएको छैन।" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG छवि ढाँचा" @@ -1191,46 +1191,46 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "इजाजतपत्र" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "कार्यक्रमको इजाजतपत्र" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "श्रेय" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "इजाजतपत्र" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s का बारेमा" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "श्रेयहरू" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "लेखन" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "मिसिलिकरण" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "अनुवाद" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "कलाकारिता" @@ -1305,17 +1305,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "अवैध फाइलनाम: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "अवैध फाइलनाम: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1412,7 +1417,7 @@ msgstr "अक्षम पारिएको" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1560,11 +1565,11 @@ msgstr "" msgid "Color Selection" msgstr "रङ चयन" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "आगत विधिहरू" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "युनिकोड नियन्त्रण क्यारेक्टर घुसाउनुहोस्" @@ -2013,7 +2018,7 @@ msgstr "पुन: नामकरण गर्नुहोस्" msgid "_Selection: " msgstr "चयन: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2022,15 +2027,15 @@ msgstr "" "फाइलनाम \"%s\" लाई युटिएफ-८ मा रूपान्तरण गर्न सकिएन।(परिवेश चल " "G_FILENAME_ENCODING सेट गरेर प्रयास गर्नुहोस्): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "अवैध UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "अति लामो नाम" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "फाइलनाम रूपान्तरण गर्न सकेन" @@ -2293,43 +2298,43 @@ msgstr "GTK+ विकल्पहरू" msgid "Show GTK+ Options" msgstr "GTK+ विकल्पहरू देखाउनुहोस्" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "जडान गर्नुहोस्" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "पुन: नामकरण गर्नुहोस्" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "स्थान:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "दवाब" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2395,7 +2400,7 @@ msgstr "गुण" msgid "_Orientation:" msgstr "स्याचुरेसन:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "पृष्ठ %u" @@ -2552,17 +2557,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "" @@ -2626,234 +2631,244 @@ msgstr "प्रतिमामा अवैध हेडर" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "मुद्रण गर्नुहोस्" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "स्थान:" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "सिर्जना गर्नुहोस्" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "बदल्नुहोस्" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "सिर्जना गर्नुहोस्" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "फर्किनुहोस्" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "चेतावनी" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM _बायाँ-बाट-दायाँ चिनो" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "RLM _दायाँ-बाट-बायाँ चिनो" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "मान:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "होइन" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "बाक्लो" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "रङ" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "मुद्रण गर्नुहोस्" diff --git a/po/nl.po b/po/nl.po index 862d2a5ad1..e2cf9c62a8 100644 --- a/po/nl.po +++ b/po/nl.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-23 02:41+0900\n" "Last-Translator: Tino Meinen \n" "Language-Team: Dutch \n" @@ -660,15 +660,15 @@ msgstr "Afbeeldingstype wordt nog niet ondersteund" msgid "Couldn't allocate memory for color profile" msgstr "Kon geen geheugenruimte reserveren voor het kleurenprofiel" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Onvoldoende geheugen om JPEG 2000-bestand te openen" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Kon geen geheugenruimte reserveren voor het bufferen van de afbeelding" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Het JPEG 2000-bestandsformaat" @@ -715,7 +715,7 @@ msgid "" msgstr "" "JPEG-kwaliteit moet tussen 0 en 100 liggen; waarde '%d' is niet toegestaan." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Het JPEG-bestandsformaat" @@ -1231,47 +1231,47 @@ msgid_plural "Opening %d Items" msgstr[0] "Openen van %d item" msgstr[1] "Openen van %d items" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licentie" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "De licentie van het programma" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Met dank aan" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licentie" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Over %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Met dank aan" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Geschreven door" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Gedocumenteerd door" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Vertaald door" # grafisch werk van -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafisch werk door" @@ -1345,19 +1345,24 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Ongeldig type functie: ‘%s’" +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + # basiselement/rootelement -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Ongeldig rootelement: ‘%s’" # onbegrepen/genegeerd/overgeslagen/onverwerkt -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Onverwerkte tag: ‘%s’" @@ -1452,7 +1457,7 @@ msgstr "Uitgeschakeld" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Nieuwe sneltoets…" @@ -1606,11 +1611,11 @@ msgstr "" msgid "Color Selection" msgstr "Kleurselectie" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Invoer_methoden" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Unicode controleteken invoegen " @@ -2094,7 +2099,7 @@ msgstr "_Hernoemen" msgid "_Selection: " msgstr "_Selectie: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2103,15 +2108,15 @@ msgstr "" "De bestandsnaam ‘%s’ kon niet geconverteerd worden in UTF-8. (Probeer de " "omgevingsvariabele G_FILENAME_ENCODING in te stellen): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Ongeldig UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Naam is te lang" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Kon bestandsnaam niet omzetten" @@ -2363,40 +2368,40 @@ msgid "Show GTK+ Options" msgstr "GTK+-options tonen" # mount: verbinden? aankoppelen? -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "_Verbinden" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "A_noniem verbinden" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Verbinden als ge_bruiker:" # naam wijzigen -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Gebruikersnaam:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domein:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Wachtwoord:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Wa_chtwoord onmiddelijk weer vergeten" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Wachtwoord _onthouden totdat u zich afmeldt" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Voor altijd onthouden" @@ -2471,7 +2476,7 @@ msgid "_Orientation:" msgstr "_Ligging:" # indelingen/instellingen -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Paginainstellingen" @@ -2638,17 +2643,17 @@ msgstr "" "Het meest waarschijnlijk is dat een tijdelijk bestand niet aangemaakt kon " "worden." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Fout bij maken van het voorbeeld" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Fout bij afdrukken" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Toepassing" @@ -2710,41 +2715,41 @@ msgstr "Ongeldige hendel naar PrintDlgEx" msgid "Unspecified error" msgstr "Ongespecificeerde fout" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Printer" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Locatie" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Status" # _R # afdrukbereik -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Afdrukbereik" # bladen/bladzijden # _A wordt gebruikt voor _Annuleren -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "Alle _pagina's" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "H_uidige pagina" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Pa_gina's:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2752,133 +2757,139 @@ msgstr "" "Geef één of meer paginabereiken,\n" "bijv. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Pa_gina's:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopieën" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "_Kopieën:" # To Collate: To gather and place in order, as the sheets of a book for # binding. -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Sorteren" # terugdraaien/van achteren naar begin/vanaf einde/achterwaarts/ # /omgekeerd/omgekeerde volgorde/ -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Omgekeerde volgorde" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Algemeen" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Paginavolgorde" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Van links naar rechts" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Van rechts naar links" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Indeling" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "T_weezijdig:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Pagina's per _bladzijde:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "_Paginavolgorde:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Alleen af_drukken:" # bladen/bladzijden #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Alle bladen" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Even bladen" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Oneven bladen" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "S_chaal:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papier" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Papier_soort:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Papier_bron:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_Uitvoerlade:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Printopdracht details" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oriteit:" # betaling afschrif/rekeningafschrift/kostenplaatje/kosten -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Kosten:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Document afdrukken" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Nu" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "O_p:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2886,31 +2897,35 @@ msgstr "" "Specifeer de afdruktijd,\n" " bijv. 15:30 of 14:15:20" +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + # gepland/in de wachtrij/op stapel/wachtrij/ -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_Wachtrij" # Wachten met afdrukken totdat /Wachten totdat -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Wachten totdat de printopdracht expliciet vrijgegeven wordt" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Voorpagina toevoegen" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Voor:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Na:" @@ -2918,33 +2933,33 @@ msgstr "_Na:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Printopdracht" # geavanceerd/extra -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Extra" # kwaliteit afbeelding/afbeeldingskwaliteit -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Kwaliteit afbeelding" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Kleur" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Voltooien" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Een aantal instellingen in het dialoog conflicteren met elkaar" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Afdrukken" diff --git a/po/nn.po b/po/nn.po index 0a13940e10..2b4d095f56 100644 --- a/po/nn.po +++ b/po/nn.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: nn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-01-22 11:03+0100\n" "Last-Translator: Åsmund Skjæveland \n" "Language-Team: Norwegian Nynorsk \n" @@ -631,15 +631,15 @@ msgstr "Biletetypen er ikkje støtta" msgid "Couldn't allocate memory for color profile" msgstr "Kan ikkje setja av minne til fargeprofil" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Ikkje nok minne til å opna JPEG2000-biletet" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Kan ikkje setja av minne til å hurtiflagra biletdata" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG2000-bileteformatet" @@ -685,7 +685,7 @@ msgid "" msgstr "" "JPEG-kvalitet må vera eit tal mellom 0 og 100. Verdien «%d» er ikkje tillate." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG-bileteformatet" @@ -1192,52 +1192,52 @@ msgstr[0] "Opnar %d element" msgstr[1] "Opnar %d elementer" # -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Lisens" # -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Programmets lisens" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Heider og ære" # #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Lisens" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Om %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Heider og ære" # -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Skrivne av" # -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentert av" # -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Omsett av" # -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafikk av" @@ -1311,17 +1311,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Omvendt skråstrek" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Ugyldig typefunksjon: «%s»" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Ugyldig rotelement: «%s»" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Uhandtert tag «%s»" @@ -1416,7 +1421,7 @@ msgstr "Kopla ut" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Ny snarvegstast …" @@ -1566,11 +1571,11 @@ msgstr "" msgid "Color Selection" msgstr "Fargeval" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Skrive_metodar" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "Set _inn Unicode-kontrollteikn" @@ -2046,7 +2051,7 @@ msgstr "_Gje nytt namn" msgid "_Selection: " msgstr "_Utval: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2055,15 +2060,15 @@ msgstr "" "Filnamnet «%s» kunne ikkje konverterast til UTF-8 (prøv å setja " "miljøvariabelen G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Ugyldig UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Namnet er for langt" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Kunne ikkje konvertera filnamnet" @@ -2332,39 +2337,39 @@ msgstr "Alternativ for GTK+" msgid "Show GTK+ Options" msgstr "Vis alternativ for GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Ko_pla til" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Kopla til _anonymt" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Kopla til _som brukar:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "Br_ukarnamn:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domene:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Passord:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Gløym passord _no" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Hugs passordet fram til ut_logging" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Hugs _alltid" @@ -2443,7 +2448,7 @@ msgid "_Orientation:" msgstr "_Retning:" # -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Sideoppsett" @@ -2608,19 +2613,19 @@ msgid "The most probable reason is that a temporary file could not be created." msgstr "Det kjem truleg av at det ikkje gjekk å oppretta ei mellombels fil." # -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Feil under start av førehandsvising" # -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Feil ved utskrift" # -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Program" @@ -2685,43 +2690,43 @@ msgid "Unspecified error" msgstr "Uspesifisert feil" # -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Skrivar" # #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Stad" # #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Status" # -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Område" # -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Alle sidene" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Denne sida" # -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Sid_er:" # -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2730,129 +2735,135 @@ msgstr "" " t.d. 1-3,7,11" # -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Sid_er:" + +# +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopiar" # #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "_Kopiar:" # -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "S_lå saman" # -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Omvendt" # -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Allment" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Sidesortering" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Venstre til høgre" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Høgre til venstre" # -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Utforming" # -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "T_osidig:" # -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "_Sider på arket:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Si_desortering:" # -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Berre skriv ut:" # #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Alle arka" # -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Partalsark" # -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Oddetalsark" # -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Sk_aler:" # -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papir" # -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Papir_type:" # -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Papi_rkjelde:" # -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "U_tskuff:" # -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detaljar for jobb" # -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oritet:" # -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Faktureringsinformasjon:" # -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Skriv ut dokument" @@ -2860,19 +2871,20 @@ msgstr "Skriv ut dokument" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_No" # -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Tidspunkt:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2880,17 +2892,21 @@ msgstr "" "Oppgje når dokumentet skal skrivast ut,\n" "t.d. 15.30, 14.35, 14.15.20, 16" +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + # -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "På _vent" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Hald utskriftsjobben til han vert aktivt frigjort" # -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Legg til omslag" @@ -2898,7 +2914,7 @@ msgstr "Legg til omslag" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Før:" @@ -2906,7 +2922,7 @@ msgstr "_Før:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Etter:" @@ -2914,37 +2930,37 @@ msgstr "_Etter:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Jobb" # -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avansert" # -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Biletkvalitet" # -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Farge" # -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Avsluttar" # -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Nokon av innstillingane i dialogvindauget er i konflikt" # -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Skriv ut" diff --git a/po/nso.po b/po/nso.po index 75661fccb1..73432a2d48 100644 --- a/po/nso.po +++ b/po/nso.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.8-branch\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2004-11-30 16:02+0200\n" "Last-Translator: Zuza Software Foundation \n" "Language-Team: Northern Sotho \n" @@ -655,17 +655,17 @@ msgstr "Mohuta wa seswantšho wa '%s' ga o thekgwe" msgid "Couldn't allocate memory for color profile" msgstr "E ka se kgone go bea kgopolo bakeng sa go laiša faele ya JPEG" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "Ga go na kgopolo e lekanego go ka bula faele ya TIFF" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Ga e kgone go šupa kgopolo bakeng sa tsebišo ya mothaladi" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "Sebopego sa seswantšho sa JPEG" @@ -715,7 +715,7 @@ msgstr "" "Khwaliti ya JPEG e swanetše go ba boleng magareng ga 0 le 100; boleng bja '%" "d' ga bo a dumelelwa." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Sebopego sa seswantšho sa JPEG" @@ -1254,47 +1254,47 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 #, fuzzy msgid "C_redits" msgstr "H_lama" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "" @@ -1372,17 +1372,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Leina la faele leo e sego la kgonthe: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Leina la faele leo e sego la kgonthe: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1479,7 +1484,7 @@ msgstr "Paledišitšwe" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1628,11 +1633,11 @@ msgstr "" msgid "Color Selection" msgstr "Kgetho ya Mmala" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Mekgwa _ya Tsebišo" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Tsenya Tlhaka ya Taolo ya Unicode" @@ -2104,7 +2109,7 @@ msgstr "_Thea ka leswa" msgid "_Selection: " msgstr "_Kgetho: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2113,15 +2118,15 @@ msgstr "" "Leina la faele la \"%s\" le be le ka se fetolelwe go UTF-8. (leka go " "beakanya go fapana ga tikologo ga G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 yeo e sego ya kgonthe" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Leina ke le letelele kudu" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "E be e ka se fetole leina la faele" @@ -2386,43 +2391,43 @@ msgstr "" msgid "Show GTK+ Options" msgstr "" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "_Fetošetša" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Thea ka leswa" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Lefelo:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "Kgatelelo" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2488,7 +2493,7 @@ msgstr "_Dipharologantšho" msgid "_Orientation:" msgstr "_Metswako ya mebala:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "Letlakala %u" @@ -2647,17 +2652,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "_Lefelo:" @@ -2722,239 +2727,249 @@ msgstr "Hlogwana yeo e sego ya kgonthe leswaong" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "_Gatiša" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "_Lefelo:" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "H_lama" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Thea ka leswa" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "H_lama" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "_Boela morago" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Temošo" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM _Leswao la lanngele go ya go lagoja" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "_Gatiša" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "_Dipharologantšho" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "_Dipharologantšho" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "_Gatiša" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "_Boleng:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "_Dipharologantšho" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "_Dipharologantšho" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_Aowa" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "_Mongwalo o mokoto" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_Mmala" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "_Gatiša" diff --git a/po/oc.po b/po/oc.po index cf378c43b6..39f2a5ceaa 100644 --- a/po/oc.po +++ b/po/oc.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: oc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2008-07-03 09:04+0200\n" "Last-Translator: Yannig Marchegay (Kokoyaya) \n" "Language-Team: Occitan \n" @@ -627,15 +627,15 @@ msgstr "" msgid "Couldn't allocate memory for color profile" msgstr "" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Lo format d'imatge JPEG 2000" @@ -683,7 +683,7 @@ msgstr "" "La qualitat de JPEG deu èsser una valor entre 0 e 100 ; la valor '%d' es pas " "autorisada." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Lo format d'imatge JPEG" @@ -1177,46 +1177,46 @@ msgid_plural "Opening %d Items" msgstr[0] "Dobertura de %d element" msgstr[1] "Dobertura de %d elementes" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licéncia" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "La licéncia del programa" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "Me_rcejaments" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licéncia" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "A prepaus de %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Mercejaments" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Desvolopat per" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documentat per" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Revirat per" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafisme per" @@ -1293,17 +1293,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1399,7 +1404,7 @@ msgstr "Desactivat" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1530,11 +1535,11 @@ msgstr "" msgid "Color Selection" msgstr "Seleccion de la color" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "" @@ -1965,22 +1970,22 @@ msgstr "_Renommar" msgid "_Selection: " msgstr "_Seleccion : " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 invalid" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nom tròp long" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Impossible de convertir le nom del fichièr" @@ -2225,39 +2230,39 @@ msgstr "Opcions GTK+" msgid "Show GTK+ Options" msgstr "Visualizar las opcions GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Se con_nectar" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "Nom d'_utilizaire :" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domeni :" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2320,7 +2325,7 @@ msgstr "Talha del _papièr :" msgid "_Orientation:" msgstr "_Orientacion :" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Configuracion de la pagina" @@ -2472,17 +2477,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Error al moment d'estampar" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplicacion" @@ -2541,224 +2546,234 @@ msgstr "" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Estampaira" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Emplaçament" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Estatut" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Airal" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Totas las paginas" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Acorchis" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Còpias" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Còpia_s :" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "General" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Preparacion" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "Estampar dins un fichièr" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Presentacion" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Totas las paginas" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Esc_ala :" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papièr" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tipe de papièr :" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Sorça del papièr :" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oritat :" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Estampar lo document" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Ara" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_A :" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Aprèp :" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "A_vançat" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Qualitat de l'imatge" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Color" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Estampar" diff --git a/po/or.po b/po/or.po index 3df7175c0f..78ddb03076 100644 --- a/po/or.po +++ b/po/or.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: or\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-02 17:46+0530\n" "Last-Translator: Manoj Kumar Giri \n" "Language-Team: Oriya \n" @@ -623,15 +623,15 @@ msgstr "ପ୍ରତିଛବି ପ୍ରକାର ବର୍ତ୍ତମାନ msgid "Couldn't allocate memory for color profile" msgstr "ରଙ୍ଗ ରୂପରେଖ ପାଇଁ ସ୍ମୃତି ସ୍ଥାନ ଯୋଗାଇ ପାରିଲା ନାହିଁ" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 ଫାଇଲ ଖୋଲିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "ବଫର ପ୍ରତିଛବି ତଥ୍ଯ ପାଇଁ ସ୍ମୃତି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 ଚିତ୍ର ଶୈଳୀ" @@ -674,7 +674,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG ଗୁଣବତ୍ତାର ମୂଲ୍ଯ ୦ ଓ ୧୦୦ ଭିତରେ ଥିବା ଉଚିତ; '%d' ମୂଲ୍ଯର ଅନୁମତି ନାହିଁ." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG ଚିତ୍ର ଶୈଳୀ" @@ -1164,46 +1164,46 @@ msgid_plural "Opening %d Items" msgstr[0] "%d ବସ୍ତୁକୁ ଖୋଲୁଅଛି" msgstr[1] "%d ବସ୍ତୁଗୁଡ଼ିକୁ ଖୋଲୁଅଛି" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "ଅନୁମତି ପତ୍ର" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "ଏହି କାରିକାର ଅନୁମତି ପତ୍ର" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "ସ୍ବୀକୃତି (_r)" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "ଅନୁମତି ପତ୍ର (_L)" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s ବିଷୟରେ" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "ସ୍ବୀକୃତି" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "ଲେଖକ" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "ଦଲିଲକରଣ ଲେଖକ" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "ଅନୁବାଦକ" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "ଚିତ୍ରକାର" @@ -1277,17 +1277,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "ଅବୈଧ ପ୍ରକାର ଫଳନ: '%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "ଅବୈଧ ପ୍ରମୁଖ ଚାଳକ ଉପାଦାନ: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "ଅନିୟନ୍ତ୍ରିତ ଟ୍ୟାଗ: '%s'" @@ -1382,7 +1387,7 @@ msgstr "ନିଷ୍କ୍ରିୟ ହୋଇଛି" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "ନୂତନ ତ୍ବରକ..." @@ -1523,11 +1528,11 @@ msgstr "" msgid "Color Selection" msgstr "ରଙ୍ଗ ଚୟନ" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "ନିବେଶ ପ୍ରଣାଳୀ (_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "ୟୁନିକୋଡ ନିୟନ୍ତ୍ରଣ ଅକ୍ଷର ଭର୍ତ୍ତି କରନ୍ତୁ (_I)" @@ -1964,7 +1969,7 @@ msgstr "ନାମ ବଦଳାନ୍ତୁ (_R)" msgid "_Selection: " msgstr "ଚୟନ (_S)" -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1973,15 +1978,15 @@ msgstr "" "\"%s\" ଫାଇଲ ନାମ ୟୁ.ଟି.ଏଫ.-୮କୁ ରୂପାନ୍ତରିତ କରିହେଲା ନାହିଁ. (ପରିବେଶ ଚଳ G_FILENAME_ENCODING " "ବିନ୍ଯାସ କରିବାକୁ ଚେଷ୍ଟା କରନ୍ତୁ): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "ଅବୈଧ ୟୁ.ଟି.ଏଫ.-୮" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "ନାମ ଅତି ବଡ଼" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "ଫାଇଲ ନାମ ରୂପାନ୍ତରିତ କରିହେଲା ନାହିଁ" @@ -2229,39 +2234,39 @@ msgstr "ଜି.ଟି.କେ.+ ପସନ୍ଦ" msgid "Show GTK+ Options" msgstr "ଜି.ଟି.କେ.+ ପସନ୍ଦ ଦେଖାନ୍ତୁ" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "ସଂଯୋଗ କରନ୍ତୁ (_n)" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "ଅଜ୍ଞାତ ଭାବରେ ସଂଯୋଗ କରନ୍ତୁ (_a)" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "ଚାଳକ ଭାବରେ ସଂଯୋଗ କରନ୍ତୁ (_s):" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "ଚାଳକ ନାମ (_U):" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "ପରିସର (_D):" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "ପ୍ରବେଶ ସଂକେତ (_P):" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "ଅତିଶିଘ୍ର ପ୍ରବେଶ ସଂକେତ ଭୁଲିଯାଆନ୍ତୁ (_i)" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "ଆପଣ ଲଗଆଉଟ ହେବା ପର୍ଯ୍ୟନ୍ତ ମନେରଖନ୍ତୁ (_l)" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "ସବୁଦିନ ପାଇଁ ମନେରଖନ୍ତୁ (_f)" @@ -2331,7 +2336,7 @@ msgstr "କାଗଜର ଆକାର (_P):" msgid "_Orientation:" msgstr "ଅନୁସ୍ଥାପନ (_O):" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "ପୃଷ୍ଠା ବ୍ଯବସ୍ଥାପନ" @@ -2479,17 +2484,17 @@ msgstr "ମୁଦ୍ରଣ ପ୍ରାକଦର୍ଶନକୁ ନିର୍ମ msgid "The most probable reason is that a temporary file could not be created." msgstr "ଗୋଟିଏ ଅତି ସମ୍ଭାବ୍ୟ କାରଣ ହେଲା ଅସ୍ଥାୟୀ ଫାଇଲ ନିର୍ମାଣ କରିହେବ ନାହିଁ." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "ପ୍ରାକଦର୍ଶନକୁ ଚଲାଇବା ସମୟରେ ତୃଟି" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "ମୂଦ୍ରଣ କରିବା ସମୟରେ ତୃଟି" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "ପ୍ରୟୋଗ" @@ -2548,37 +2553,37 @@ msgstr "PrintDlgEx ପାଇଁ ଅବୈଧ ନିୟନ୍ତ୍ରକ" msgid "Unspecified error" msgstr "ଅନିର୍ଦ୍ଦିଷ୍ଟ ତୃଟି" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "ମୁଦ୍ରଣୀ" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "ଅବସ୍ଥାନ" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "ସ୍ଥିତି" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "ପରିସୀମା" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "ସମସ୍ତ ପୃଷ୍ଠାଗୁଡ଼ିକ (_A)" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "ପ୍ରଚଳିତ ପୃଷ୍ଠା (_u)" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "ପୃଷ୍ଠାଗୁଡ଼ିକ (_e):" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2586,127 +2591,133 @@ msgstr "" "ଏକ ବା ଏକାଧିକ ପୃଷ୍ଠା ପରିସୀମା ଉଲ୍ଲେଖ କରନ୍ତୁ,\n" "ଯେପରି କି 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "ପୃଷ୍ଠାଗୁଡ଼ିକ (_e):" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "ପ୍ରତିଲିପି" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "ପ୍ରତିଲିପି (_s):" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "ତୁଳନା କରନ୍ତୁ (_o)" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "ପ୍ରତ୍ଯାବୃତ କରନ୍ତୁ (_R)" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "ସାମାନ୍ଯ" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "ପୃଷ୍ଠାକୁ କ୍ରମରେ ସଜାଡିବା" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "ବାମରୁ ଡାହାଣକୁ" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "ଡାହାଣରୁ ବାମକୁ" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "ବିନ୍ଯାସ" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "ଉଭୟ ପାର୍ଶ୍ବ (_w):" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "ପ୍ରତ୍ୟେକ ପାଖରେ ଥିବା ପୃଷ୍ଠା (_s):" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "ପୃଷ୍ଠା କ୍ରମରେ ସଜାଡୁଛି (_d):" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "କେବଳ ମୁଦ୍ରଣ କରନ୍ତୁ (_O):" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "ସମସ୍ତ ସୀଟ" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "ଯୁଗ୍ମ ଅଙ୍କ ବିଶିଷ୍ଟ ସୀଟ୍ସ" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "ଅଯୁଗ୍ମ ଅଙ୍କ ବିଶିଷ୍ଟ ସୀଟ୍ସ" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "ମାପନ୍ତୁ (_a):" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "କାଗଜ" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "କାଗଜର ପ୍ରକାର (_t):" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "କାଗଜର ଉତ୍ସ (_s):" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "ନିର୍ଗମ ଟ୍ରେ (_r):" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "କାର୍ଯ୍ଯର ବିସ୍ତ୍ରୁତ ବିବରଣୀ" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "ଅଗ୍ରାଧିକାର (_o):" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "ବିଲି ସମ୍ବନ୍ଧୀୟ ସୂଚନା (_B):" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "ଦଲିଲକୁ ମୂଦ୍ରଣ କରନ୍ତୁ" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "ବର୍ତମାନ (_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "ସେହିଠାରେ (_t):" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2714,60 +2725,64 @@ msgstr "" "ମୁଦ୍ରଣର ସମୟ ଉଲ୍ଲେଖ କରନ୍ତୁ,\n" " ଉଦାହରଣ ସ୍ୱରୂପ. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "ଆୟତ୍ତ ରେ (_h)" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "କାର୍ଯ୍ୟଟି ସମ୍ପୂର୍ଣ୍ଣ ରୂପେ ପ୍ରକାଶନ ହେବା ପର୍ଯ୍ୟନ୍ତ ଧରିରଖନ୍ତୁ" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "ଉପର ପୃଷ୍ଠାକୁ ସଂଯୋଗ କରନ୍ତୁ" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "ଏହା ପୂର୍ବରୁ (_f):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "ଏହା ପରେ (_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "କାର୍ଯ୍ଯ" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "ଉନ୍ନତ" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "ପ୍ରତିଛବି ଗୁଣବତ୍ତା" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "ରଙ୍ଗ" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "ସମ୍ପନ୍ନ କରୁଅଛି" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "ସଂଳାପ ବିରୋଧରେ କିଛି ବିନ୍ଯାସ" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "ମୁଦ୍ରଣ କରନ୍ତୁ" diff --git a/po/pa.po b/po/pa.po index aa898e57d2..8d069d045b 100644 --- a/po/pa.po +++ b/po/pa.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-09 08:02+0530\n" "Last-Translator: Amanpreet Singh Alam \n" "Language-Team: Punjabi \n" @@ -614,15 +614,15 @@ msgstr "ਚਿੱਤਰ ਟਾਈਪ ਹਾਲੇ ਸਹਾਇਕ ਨਹੀਂ msgid "Couldn't allocate memory for color profile" msgstr "ਰੰਗ ਪਰੋਫਾਇਲ ਲਈ ਮੈਮੋਰੀ ਜਾਰੀ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕੀ" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 ਫਾਇਲ ਖੋਲ੍ਹਣ ਲਈ ਲੋੜੀਦੀ ਮੈਮੋਰੀ ਨਹੀਂ ਹੈ" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "ਬਫਰ ਚਿੱਤਰ ਡਾਟਾ ਲਈ ਲੋੜੀਦੀ ਮੈਮੋਰੀ ਜਾਰੀ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕਦੀ ਹੈ" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 ਚਿੱਤਰ ਫਾਰਮੈਟ" @@ -664,7 +664,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG ਗੁਣ ਦਾ ਮੁੱਲ ੦ ਤੇ ੧੦੦ ਹੋਣਾ ਜ਼ਰੂਰੀ ਹੈ; ਮੁੱਲ '%d' ਦੀ ਮਨਜ਼ੂਰੀ ਨਹੀਂ ਹੈ।" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG ਚਿੱਤਰ ਫਾਰਮੈਟ" @@ -1156,46 +1156,46 @@ msgid_plural "Opening %d Items" msgstr[0] "%d ਇਕਾਈ ਖੋਲ੍ਹੀ ਜਾ ਰਹੀ ਹੈ" msgstr[1] "%d ਇਕਾਈਆਂ ਖੋਲ੍ਹੀਆਂ ਜਾ ਰਹੀਆਂ ਹਨ" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "ਲਾਈਸੈਂਸ" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "ਕਾਰਜ ਦਾ ਲਾਈਸੈਂਸ" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "ਮਾਣ(_r)" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "ਲਾਈਸੈਂਸ(_L)" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s ਬਾਰੇ" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "ਮਾਣ" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "ਲੇਖਕ" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "ਦਸਤਾਵੇਜ਼ ਲਿਖੇ" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "ਅਨੁਵਾਦ ਕੀਤਾ" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "ਕਲਾਕਾਰੀ" @@ -1269,17 +1269,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "ਪਿੱਛੇ ਡੰਡਾ" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "ਗਲਤ ਕਿਸਮ ਫੰਕਸ਼ਨ: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "ਗਲਤ root ਐਲੀਮਿੰਟ: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "ਅਣ-ਹੈਂਡਲ ਟੈਗ: '%s'" @@ -1374,7 +1379,7 @@ msgstr "ਆਯੋਗ" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "ਨਵਾਂ ਪਰਵੇਸ਼ਕ..." @@ -1515,11 +1520,11 @@ msgstr "" msgid "Color Selection" msgstr "ਰੰਗ ਚੋਣ" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "ਇੰਪੁੱਟ ਢੰਗ(_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "ਯੂਨੀਕੋਡ ਕੰਟਰੋਲ ਅੱਖਰ ਸ਼ਾਮਲ(_I)" @@ -1954,7 +1959,7 @@ msgstr "ਨਾਂ-ਬਦਲੋ(_R)" msgid "_Selection: " msgstr "ਚੋਣ(_S): " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1963,15 +1968,15 @@ msgstr "" "ਫਾਇਲ ਨਾਂ \"%s\" ਨੂੰ UTF-8 ਵਿੱਚ ਤਬਦੀਲ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ। (ਇੰਵਾਇਰਮਿੰਟ ਵੇਰੀਬਲ " "G_BROKEN_FILENAMES ਦੇਣ ਦੀ ਕੋਸ਼ਿਸ): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "ਗਲਤ UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "ਨਾਂ ਬਹੁਤ ਲੰਮਾ ਹੈ" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "ਫਾਇਲ-ਨਾਂ ਤਬਦੀਲ ਨਹੀਂ ਹੋ ਸਕਿਆ" @@ -2219,39 +2224,39 @@ msgstr "GTK+ ਚੋਣ" msgid "Show GTK+ Options" msgstr "GTK+ ਚੋਣ ਵੇਖਾਓ" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "ਜੁੜੋ(_n)" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "ਅਗਿਆਤ ਢੰਗ ਨਾਲ ਜੁੜੋ(_a)" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "ਯੂਜ਼ਰ ਵਾਂਗ ਕੁਨੈਕਟ(_s):" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "ਯੂਜ਼ਰ ਨਾਂ(_U):" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "ਡੋਮੇਨ(_D):" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "ਪਾਸਵਰਡ(_P):" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "ਪਾਸਵਰਡ ਤੁਰੰਤ ਭੁੱਲ ਜਾਓ(_i)" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "ਜਦੋਂ ਤੱਕ ਲਾਗਆਉਟ ਨਹੀਂ ਕੀਤਾ ਜਾਂਦਾ ਪਾਸਵਰਡ ਯਾਦ ਰੱਖੋ(_l)" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "ਹਮੇਸ਼ਾਂ ਯਾਦ ਰੱਖੋ(_f)" @@ -2321,7 +2326,7 @@ msgstr "ਸਫ਼ਾ ਆਕਾਰ(_P):" msgid "_Orientation:" msgstr "ਸਥਿਤੀ(_O):" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "ਸਫ਼ਾ ਸੈੱਟਅੱਪ" @@ -2469,17 +2474,17 @@ msgstr "ਪਰਿੰਟ ਝਲਕ ਬਣਾਉਣ ਦੌਰਾਨ ਗਲਤੀ" msgid "The most probable reason is that a temporary file could not be created." msgstr "ਸਭ ਤੋਂ ਵੱਧ ਸੰਭਵਾਨਾ ਹੈ ਕਿ ਆਰਜ਼ੀ ਫਾਇਲ ਬਣਾਈ ਨਹੀਂ ਜਾ ਸਕੀ।" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "ਝਲਕ ਵੇਖਾਉਣ ਦੌਰਾਨ ਗਲਤੀ" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "ਪਰਿੰਟਿੰਗ ਦੌਰਾਨ ਗਲਤੀ" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "ਐਪਲੀਕੇਸ਼ਨ" @@ -2538,37 +2543,37 @@ msgstr "PrintDlgEx ਲਈ ਗਲਤ ਹੈਂਡਲ" msgid "Unspecified error" msgstr "ਨਾ-ਦੱਸੀ ਗਲਤੀ" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "ਪਰਿੰਟਰ" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "ਟਿਕਾਣਾ" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "ਹਾਲਤ" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "ਰੇਜ਼" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "ਸਭ ਸਫ਼ਾ(_A)" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "ਮੌਜੂਦਾ ਸਫ਼ਾ(_u)" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "ਸਫ਼ਾ(_e):" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2576,127 +2581,133 @@ msgstr "" "ਇੱਕ ਜਾਂ ਵੱਧ ਸਫ਼ਾ ਰੇਜ਼ ਦਿਓ ਜਿਵੇਂ,\n" " ੧-੩,੭,੧੧" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "ਸਫ਼ਾ(_e):" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "ਕਾਪੀਆਂ" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "ਕਾਪੀਆਂ(_s):" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "ਸਮੇਟੋ(_o)" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "ਉਲਟ(_R)" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "ਆਮ" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "ਸਫ਼ਾ ਕ੍ਰਮ" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "ਖੱਬੇ ਤੋਂ ਸੱਜੇ" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "ਸੱਜੇ ਤੋਂ ਖੱਬੇ" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "ਲੇਆਉਟ" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "ਦੋ ਪਾਸੀਂ(_w):" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "ਪ੍ਰਤੀ ਸਾਇਡ ਲਈ ਸਫ਼ਾ(_s):" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "ਸਫ਼ਾ ਜਾਂ ਡੀਰਿੰਗ(_d):" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "ਸਿਰਫ਼ ਪਰਿੰਟ(_O):" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "ਸਭ ਸ਼ੀਟਾਂ" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "ਜਿਸਤ ਸ਼ੀਟਾਂ" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "ਟਾਂਕ ਸ਼ੀਟਾਂ" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "ਸਕੇਲ(_a):" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "ਸਫ਼ਾ" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "ਸਫ਼ਾ ਕਿਸਮ(_t):" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "ਸਫ਼ਾ ਸਰੋਤ(_s):" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "ਆਉਟਪੁੱਟ ਟਰੇ(_r):" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "ਕੰਮ ਵੇਰਵਾ" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "ਤਰਜੀਹ(_o):" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "ਬਿੱਲ ਜਾਣਕਾਰੀ(_B):" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "ਦਸਤਾਵੇਜ਼ ਛਾਪੋ" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "ਹੁਣੇ(_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "ਵਜੇ(_t):" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2704,60 +2715,64 @@ msgstr "" "ਪਰਿੰਟ ਕਰਨ ਦਾ ਸਮਾਂ ਦਿਓ,\n" " ਜਿਵੇਂ 5:30, 2:35 ਸ਼ਾਮ, 14:15:20, 11:46:30 ਸਵੇਰ, 4 ਸ਼ਾਮ" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "ਰੋਕੀ ਰੱਖੋ(_h)" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "ਖਾਸ ਤੌਰ ਉੱਤੇ ਜਾਰੀ ਕਰਨ ਤੱਕ ਜਾਬ ਫੜੀ ਰੱਖੋ" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "ਕਵਰ ਸਫ਼ਾ ਸ਼ਾਮਲ" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "ਪਹਿਲਾਂ(_f):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "ਬਾਅਦ(_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "ਕੰਮ" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "ਤਕਨੀਕੀ" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "ਚਿੱਤਰ ਕੁਆਲਟੀ" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "ਰੰਗ" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "ਮੁਕੰਮਲ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "ਡਾਈਲਾਗ ਵਿੱਚ ਕੁਝ ਸੈਟਿੰਗ ਵਿੱਚ ਅਪਵਾਦ ਹੈ" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "ਛਾਪੋ" diff --git a/po/pl.po b/po/pl.po index 9587a68a84..374db2cf0e 100644 --- a/po/pl.po +++ b/po/pl.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-17 00:30+0100\n" "Last-Translator: Tomasz Dominikowski \n" "Language-Team: Aviary.pl \n" @@ -626,15 +626,15 @@ msgstr "Typ obrazu nie jest obecnie obsługiwany" msgid "Couldn't allocate memory for color profile" msgstr "Nie można przydzielić pamięci dla profilu kolorów" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Brak wystarczającej ilości pamięci do otwarcia pliku JPEG 2000" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Nie można przydzielić pamięci dla bufora danych obrazu" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Format obrazu JPEG 2000" @@ -682,7 +682,7 @@ msgstr "" "Jakość obrazu JPEG musi być wartością od 0 do 100; wartość \"%d\" nie jest " "dozwolona." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Format obrazu JPEG" @@ -1182,46 +1182,46 @@ msgstr[0] "Otwieranie %d elementu" msgstr[1] "Otwieranie %d elementów" msgstr[2] "Otwieranie %d elementów" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licencja" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Licencja programu" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "Z_asługi" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licencja" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Informacje o %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Zasługi" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Program" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentacja" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Tłumaczenie" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafika" @@ -1295,17 +1295,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Niepoprawna funkcja typu: \"%s\"" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Niepoprawny element rdzenny: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Nieobsługiwany znacznik: \"%s\"" @@ -1400,7 +1405,7 @@ msgstr "Wyłączony" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Nowy skrót..." @@ -1545,11 +1550,11 @@ msgstr "" msgid "Color Selection" msgstr "Wybór koloru" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Metoda wprowadzania danych" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Wstaw znak kontrolny Unikodu" @@ -1991,7 +1996,7 @@ msgstr "Zmień _nazwę" msgid "_Selection: " msgstr "_Wybór: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2000,15 +2005,15 @@ msgstr "" "Nie można przekształcić nazwy pliku \"%s\" do kodowania UTF-8 (proszę " "spróbować ustawić zmienną środowiskową G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Niepoprawny napis UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Zbyt długa nazwa" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Nie można przekonwertować nazwy pliku" @@ -2256,39 +2261,39 @@ msgstr "Opcje GTK+" msgid "Show GTK+ Options" msgstr "Wyświetla opcje GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "P_ołącz" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Połączenie _anonimowe" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Połącz jako _użytkownik:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Nazwa użytkownika:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domena:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Hasło:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Natychmiastowe usunięcie hasła" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "_Zapamiętanie hasła do wylogowania" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Z_apamiętanie na stałe" @@ -2358,7 +2363,7 @@ msgstr "_Rozmiar papieru:" msgid "_Orientation:" msgstr "_Położenie:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Ustawienia strony" @@ -2506,17 +2511,17 @@ msgstr "Błąd podczas tworzenia podglądu wydruku" msgid "The most probable reason is that a temporary file could not be created." msgstr "Najprawdopodobniej plik tymczasowy nie mógł zostać utworzony." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Błąd uruchamiania podglądu" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Błąd podczas drukowania" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Program" @@ -2575,37 +2580,37 @@ msgstr "Nieprawidłowy uchwyt do PrintDlgEx" msgid "Unspecified error" msgstr "Nieokreślony błąd" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Drukarka" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Położenie" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Stan" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Zakres" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "Wszystkie _strony" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Bieżąca strona" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Stro_ny:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2613,186 +2618,196 @@ msgstr "" "Określ jeden lub więcej zakresów stron,\n" " przykładowo: 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Stro_ny:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopie" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Kopi_e:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Posegregowane" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Odw_rotnie" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Ogólne" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Kolejność stron" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Od lewej do prawej" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Od prawej do lewej" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Układ" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Dwustronnie:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Stron _na kartkę:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Kolejność s_tron:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Wydruk _tylko:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Wszystkie kartki" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Kartki parzyste" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Kartki nieparzyste" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Ska_la:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papier" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Rodzaj papier_u:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Źródło pap_ieru:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_Tacka wyjściowa:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Szczegóły zadania" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_orytet:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Informacje o opłatac_h:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Wydruk dokumentu" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Teraz" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_O:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "Określa czas drukowania, np: 15:30, 14:15:20, 11:46:30" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Wstrzy_many" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Wstrzymuje zadanie do czasu jawnego jego zwolnienia" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Strona tytułowa" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "P_rzed:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Po:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Zadanie" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Zaawansowane" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Jakość obrazu" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Kolor" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Kończenie" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Część ustawień w oknie jest sprzecznych" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Wydruk" diff --git a/po/ps.po b/po/ps.po index 5d013dd415..cdf904e36e 100644 --- a/po/ps.po +++ b/po/ps.po @@ -6,9 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.head\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" -"+&component=general\n" -"POT-Creation-Date: 2009-03-18 09:23+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-17 18:05+0500\n" "Last-Translator: Zabeeh Khan \n" "Language-Team: Pashto \n" @@ -18,58 +17,58 @@ msgstr "" "X-Poedit-Language: Pashto, Pushto\n" "X-Poedit-Country: AFGHANISTAN\n" -#: ../gdk/gdk.c:103 +#: gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "" -#: ../gdk/gdk.c:123 +#: gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "" #. Description of --class=CLASS in --help output -#: ../gdk/gdk.c:151 +#: gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "د کړنلارې پاړکی لکه څنګه چې يې کړکۍ سمبالګر کاروي" #. Placeholder in --class=CLASS in --help output -#: ../gdk/gdk.c:152 +#: gdk/gdk.c:152 msgid "CLASS" msgstr "پوړ" #. Description of --name=NAME in --help output -#: ../gdk/gdk.c:154 +#: gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "د کړنلارې نوم لکه څنګه چې يې کړکۍ سمبالګر کاروي" #. Placeholder in --name=NAME in --help output -#: ../gdk/gdk.c:155 +#: gdk/gdk.c:155 msgid "NAME" msgstr "نوم" #. Description of --display=DISPLAY in --help output -#: ../gdk/gdk.c:157 +#: gdk/gdk.c:157 msgid "X display to use" msgstr "ښوون X د کارولو لپاره" #. Placeholder in --display=DISPLAY in --help output -#: ../gdk/gdk.c:158 +#: gdk/gdk.c:158 msgid "DISPLAY" msgstr "ښوون" #. Description of --screen=SCREEN in --help output -#: ../gdk/gdk.c:160 +#: gdk/gdk.c:160 msgid "X screen to use" msgstr "پرده X د کارولو لپاره" #. Placeholder in --screen=SCREEN in --help output -#: ../gdk/gdk.c:161 +#: gdk/gdk.c:161 msgid "SCREEN" msgstr "پرده" #. Description of --gdk-debug=FLAGS in --help output -#: ../gdk/gdk.c:164 +#: gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "" @@ -77,1123 +76,1112 @@ msgstr "" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 +#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 msgid "FLAGS" msgstr "جنډې" #. Description of --gdk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:167 +#: gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "" -#: ../gdk/keyname-table.h:3940 +#: gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "" -#: ../gdk/keyname-table.h:3941 +#: gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "ټوپ" -#: ../gdk/keyname-table.h:3942 +#: gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "" -#: ../gdk/keyname-table.h:3943 +#: gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "ځنډول" -#: ../gdk/keyname-table.h:3944 +#: gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "" -#: ../gdk/keyname-table.h:3945 +#: gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "" -#: ../gdk/keyname-table.h:3946 +#: gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "پرېښل" -#: ../gdk/keyname-table.h:3947 +#: gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "" -#: ../gdk/keyname-table.h:3948 +#: gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "کور" -#: ../gdk/keyname-table.h:3949 +#: gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "کيڼ" -#: ../gdk/keyname-table.h:3950 +#: gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "بره" -#: ../gdk/keyname-table.h:3951 +#: gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "ښي" -#: ../gdk/keyname-table.h:3952 +#: gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "ښکته" -#: ../gdk/keyname-table.h:3953 +#: gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "" -#: ../gdk/keyname-table.h:3954 +#: gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "" -#: ../gdk/keyname-table.h:3955 +#: gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "" -#: ../gdk/keyname-table.h:3956 +#: gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "" -#: ../gdk/keyname-table.h:3957 +#: gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "چاپول" -#: ../gdk/keyname-table.h:3958 +#: gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "ورننويستل" -#: ../gdk/keyname-table.h:3959 +#: gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "" -#: ../gdk/keyname-table.h:3960 +#: gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "" -#: ../gdk/keyname-table.h:3961 +#: gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "" -#: ../gdk/keyname-table.h:3962 +#: gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "" -#: ../gdk/keyname-table.h:3963 +#: gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "" -#: ../gdk/keyname-table.h:3964 +#: gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "" -#: ../gdk/keyname-table.h:3965 +#: gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "" -#: ../gdk/keyname-table.h:3966 +#: gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "" -#: ../gdk/keyname-table.h:3967 +#: gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "" -#: ../gdk/keyname-table.h:3968 +#: gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "" -#: ../gdk/keyname-table.h:3969 +#: gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "" -#: ../gdk/keyname-table.h:3970 +#: gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "" -#: ../gdk/keyname-table.h:3971 +#: gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "" -#: ../gdk/keyname-table.h:3972 +#: gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "" -#: ../gdk/keyname-table.h:3973 +#: gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "" -#: ../gdk/keyname-table.h:3974 +#: gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "" -#: ../gdk/keyname-table.h:3975 +#: gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "" -#: ../gdk/keyname-table.h:3976 +#: gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "ړنګول" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 +#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 +#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "%s :دوتنه پرانيستلو کې پاتې راغی '%s'" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 +#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "انځور دوتنه اومتوک نه لري '%s'" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 +#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " "animation file" msgstr "" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 +#: gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 +#: gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " "from a different GTK version?" msgstr "" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 +#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "انځور ډول نه منل کيږي '%s'" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 +#: gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 +#: gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "د انځور ناپېژندلې دوتنه بڼه" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "%s :انځور په لېښلو کې پاتې راغی '%s' د" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 +#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "%s :انځور دوتنې کې ليکلو کې پاتې راغی" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "د لنډمهالې دوتنې په پرانيستلو کې پاتې راغی" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "د لنډمهالې دوتنې نه لوستلو کې پاتې راغی" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "%s :د ليکلو لپاره پرانيستلو کې پاتې راغی '%s'" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" "s" msgstr "" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " "but didn't give a reason for the failure" msgstr "" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "" -#: ../gdk-pixbuf/gdk-pixdata.c:147 +#: gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "د انځور سرۍ اندرغلې ده" -#: ../gdk-pixbuf/gdk-pixdata.c:152 +#: gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "د انځور بڼه ناپېژندلې ده" -#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 +#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "" -#: ../gdk-pixbuf/gdk-pixdata.c:431 +#: gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "" msgstr[1] "" -#: ../gdk-pixbuf/io-ani.c:244 +#: gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "" -#: ../gdk-pixbuf/io-ani.c:337 +#: gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "د سېلن نامنلی ډول" -#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 -#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 -#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 +#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 +#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "په سېلن کې ناسمه سرۍ" -#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 -#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 -#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 +#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 +#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "" -#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 -#: ../gdk-pixbuf/io-ani.c:443 +#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "" -#: ../gdk-pixbuf/io-ani.c:711 +#: gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "انځور بڼه ANI" -#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 -#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 -#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 +#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 +#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "" -#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 +#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "" -#: ../gdk-pixbuf/io-bmp.c:319 +#: gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "" -#: ../gdk-pixbuf/io-bmp.c:357 +#: gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "" -#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 +#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "" -#: ../gdk-pixbuf/io-bmp.c:1329 +#: gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "" -#: ../gdk-pixbuf/io-bmp.c:1370 +#: gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "" -#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 +#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "انځور بڼه BMP" -#: ../gdk-pixbuf/io-gif.c:222 +#: gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "" -#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 -#: ../gdk-pixbuf/io-gif.c:1642 +#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "" -#: ../gdk-pixbuf/io-gif.c:505 +#: gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "" -#: ../gdk-pixbuf/io-gif.c:579 +#: gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "" -#: ../gdk-pixbuf/io-gif.c:639 +#: gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "" -#: ../gdk-pixbuf/io-gif.c:668 +#: gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "" -#: ../gdk-pixbuf/io-gif.c:678 +#: gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "" -#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 -#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 +#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 +#: gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "" -#: ../gdk-pixbuf/io-gif.c:960 +#: gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "" -#: ../gdk-pixbuf/io-gif.c:1132 +#: gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "" -#: ../gdk-pixbuf/io-gif.c:1182 +#: gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "دوتنه وي GIF دوتنه داسې نه ښکاري چې" -#: ../gdk-pixbuf/io-gif.c:1194 +#: gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "" -#: ../gdk-pixbuf/io-gif.c:1303 +#: gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." msgstr "" -#: ../gdk-pixbuf/io-gif.c:1537 +#: gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "" -#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 +#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "" -#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 -#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 -#: ../gdk-pixbuf/io-ico.c:359 +#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 +#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "" -#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 -#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 -#: ../gdk-pixbuf/io-ico.c:462 +#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 +#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "" -#: ../gdk-pixbuf/io-ico.c:322 +#: gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "" -#: ../gdk-pixbuf/io-ico.c:332 +#: gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "" -#: ../gdk-pixbuf/io-ico.c:384 +#: gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "" -#: ../gdk-pixbuf/io-ico.c:417 +#: gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "نه منل کېدونکی انځورن ډول" -#: ../gdk-pixbuf/io-ico.c:511 +#: gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "" -#: ../gdk-pixbuf/io-ico.c:976 +#: gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "" -#: ../gdk-pixbuf/io-ico.c:987 +#: gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "" -#: ../gdk-pixbuf/io-ico.c:1010 +#: gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "" -#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 +#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "انځور بڼه ICO" -#: ../gdk-pixbuf/io-icns.c:347 +#: gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "" -#: ../gdk-pixbuf/io-icns.c:364 +#: gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "" -#: ../gdk-pixbuf/io-icns.c:397 +#: gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "انځور بڼهICNS" -#: ../gdk-pixbuf/io-jasper.c:75 +#: gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "" -#: ../gdk-pixbuf/io-jasper.c:105 +#: gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "" -#: ../gdk-pixbuf/io-jasper.c:123 +#: gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "" -#: ../gdk-pixbuf/io-jasper.c:137 +#: gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "د انځور ډول اوس نه منل کيږي" -#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 +#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "" -#: ../gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "" -#: ../gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" -#: ../gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "انځور ډول JPEG ۲۰۰" -#: ../gdk-pixbuf/io-jpeg.c:117 +#: gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "" -#: ../gdk-pixbuf/io-jpeg.c:529 +#: gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" msgstr "" -#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 +#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "" -#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 -#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 +#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 +#: gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "" -#: ../gdk-pixbuf/io-jpeg.c:920 +#: gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "" -#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 +#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " "parsed." msgstr "" -#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 +#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" -#: ../gdk-pixbuf/io-jpeg.c:1309 ../gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "انځور ډول JPEG" -#: ../gdk-pixbuf/io-pcx.c:187 +#: gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "" -#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 +#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "" -#: ../gdk-pixbuf/io-pcx.c:601 +#: gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "" -#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 +#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "" -#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 +#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "" -#: ../gdk-pixbuf/io-pcx.c:642 +#: gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "" -#: ../gdk-pixbuf/io-pcx.c:650 +#: gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "" -#: ../gdk-pixbuf/io-pcx.c:657 +#: gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "" -#: ../gdk-pixbuf/io-pcx.c:704 +#: gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "" -#: ../gdk-pixbuf/io-pcx.c:711 +#: gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "" -#: ../gdk-pixbuf/io-pcx.c:756 +#: gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "انځور ډول PCX" -#: ../gdk-pixbuf/io-png.c:55 +#: gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "" -#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 +#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "" -#: ../gdk-pixbuf/io-png.c:144 +#: gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "" -#: ../gdk-pixbuf/io-png.c:153 +#: gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "" -#: ../gdk-pixbuf/io-png.c:162 +#: gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" -#: ../gdk-pixbuf/io-png.c:183 +#: gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "%s :انځور دوتنه کې وژونکې تېروتنه PNG په" -#: ../gdk-pixbuf/io-png.c:310 +#: gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "" -#: ../gdk-pixbuf/io-png.c:633 +#: gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " "applications to reduce memory usage" msgstr "" -#: ../gdk-pixbuf/io-png.c:684 +#: gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "" -#: ../gdk-pixbuf/io-png.c:733 +#: gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "" -#: ../gdk-pixbuf/io-png.c:825 +#: gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" -#: ../gdk-pixbuf/io-png.c:833 +#: gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "" -#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 +#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " "be parsed." msgstr "" -#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 +#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " "allowed." msgstr "" -#: ../gdk-pixbuf/io-png.c:896 +#: gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" -#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 +#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "" -#: ../gdk-pixbuf/io-pnm.c:250 +#: gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "" -#: ../gdk-pixbuf/io-pnm.c:282 +#: gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "" -#: ../gdk-pixbuf/io-pnm.c:312 +#: gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "" -#: ../gdk-pixbuf/io-pnm.c:337 +#: gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "" -#: ../gdk-pixbuf/io-pnm.c:358 +#: gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "" -#: ../gdk-pixbuf/io-pnm.c:381 +#: gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "" -#: ../gdk-pixbuf/io-pnm.c:389 +#: gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "" -#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 -#: ../gdk-pixbuf/io-pnm.c:504 +#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "" -#: ../gdk-pixbuf/io-pnm.c:654 +#: gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "" -#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 +#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" -#: ../gdk-pixbuf/io-pnm.c:768 +#: gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "" -#: ../gdk-pixbuf/io-pnm.c:818 +#: gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "" -#: ../gdk-pixbuf/io-pnm.c:869 +#: gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "" -#: ../gdk-pixbuf/io-pnm.c:997 +#: gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "" -#: ../gdk-pixbuf/io-pnm.c:1081 +#: gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "" -#: ../gdk-pixbuf/io-ras.c:126 +#: gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "" -#: ../gdk-pixbuf/io-ras.c:148 +#: gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "" -#: ../gdk-pixbuf/io-ras.c:156 +#: gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "" -#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 +#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "" -#: ../gdk-pixbuf/io-ras.c:545 +#: gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "" -#: ../gdk-pixbuf/io-tga.c:154 +#: gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "" -#: ../gdk-pixbuf/io-tga.c:173 +#: gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "" -#: ../gdk-pixbuf/io-tga.c:184 +#: gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "" -#: ../gdk-pixbuf/io-tga.c:214 +#: gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "" -#: ../gdk-pixbuf/io-tga.c:347 +#: gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "" -#: ../gdk-pixbuf/io-tga.c:687 +#: gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "" -#: ../gdk-pixbuf/io-tga.c:694 +#: gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "" -#: ../gdk-pixbuf/io-tga.c:716 +#: gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "" -#: ../gdk-pixbuf/io-tga.c:734 +#: gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "" -#: ../gdk-pixbuf/io-tga.c:767 +#: gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "" -#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 -#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 -#: ../gdk-pixbuf/io-tga.c:809 +#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 +#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "" -#: ../gdk-pixbuf/io-tga.c:856 +#: gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "" -#: ../gdk-pixbuf/io-tga.c:921 +#: gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "" -#: ../gdk-pixbuf/io-tga.c:1002 +#: gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "" -#: ../gdk-pixbuf/io-tiff.c:160 +#: gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "" -#: ../gdk-pixbuf/io-tiff.c:167 +#: gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "" -#: ../gdk-pixbuf/io-tiff.c:175 +#: gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "" -#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 +#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "" -#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 -#: ../gdk-pixbuf/io-tiff.c:541 +#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "" -#: ../gdk-pixbuf/io-tiff.c:275 +#: gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "" -#: ../gdk-pixbuf/io-tiff.c:331 +#: gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "" -#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 +#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "" -#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 +#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "" -#: ../gdk-pixbuf/io-tiff.c:670 +#: gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "" -#: ../gdk-pixbuf/io-tiff.c:708 +#: gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "" -#: ../gdk-pixbuf/io-tiff.c:760 +#: gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "" -#: ../gdk-pixbuf/io-tiff.c:815 +#: gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "" -#: ../gdk-pixbuf/io-wbmp.c:246 +#: gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "" -#: ../gdk-pixbuf/io-wbmp.c:264 +#: gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "" -#: ../gdk-pixbuf/io-wbmp.c:275 +#: gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "" -#: ../gdk-pixbuf/io-wbmp.c:334 +#: gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "" -#: ../gdk-pixbuf/io-wbmp.c:375 +#: gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "" -#: ../gdk-pixbuf/io-xbm.c:295 +#: gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "" -#: ../gdk-pixbuf/io-xbm.c:305 +#: gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "" -#: ../gdk-pixbuf/io-xbm.c:453 +#: gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "" -#: ../gdk-pixbuf/io-xbm.c:492 +#: gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "" -#: ../gdk-pixbuf/io-xpm.c:468 +#: gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "" -#: ../gdk-pixbuf/io-xpm.c:477 +#: gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "" -#: ../gdk-pixbuf/io-xpm.c:485 +#: gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "" -#: ../gdk-pixbuf/io-xpm.c:493 +#: gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "" -#: ../gdk-pixbuf/io-xpm.c:501 +#: gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "" -#: ../gdk-pixbuf/io-xpm.c:510 +#: gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "" -#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 -#: ../gdk-pixbuf/io-xpm.c:583 +#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "" -#: ../gdk-pixbuf/io-xpm.c:545 +#: gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "" -#: ../gdk-pixbuf/io-xpm.c:777 +#: gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "" -#: ../gdk-pixbuf/io-xpm.c:816 +#: gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "" -#: ../gdk-pixbuf/io-gdip-emf.c:59 +#: gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "" -#: ../gdk-pixbuf/io-gdip-utils.c:220 +#: gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "" -#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 -#: ../gdk-pixbuf/io-gdip-utils.c:394 +#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 +#: gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "" -#: ../gdk-pixbuf/io-gdip-utils.c:259 +#: gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "" -#: ../gdk-pixbuf/io-gdip-utils.c:271 +#: gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "" -#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 +#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "" -#: ../gdk-pixbuf/io-gdip-utils.c:838 +#: gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "" -#: ../gdk-pixbuf/io-gdip-utils.c:997 +#: gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "" -#: ../gdk-pixbuf/io-gdip-utils.c:1004 +#: gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "نه شي ساتلی" -#: ../gdk-pixbuf/io-gdip-wmf.c:58 +#: gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "" #. Description of --sync in --help output -#: ../gdk/win32/gdkmain-win32.c:54 +#: gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "" #. Description of --no-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:56 +#: gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "" #. Description of --ignore-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:58 +#: gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "" #. Description of --use-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:60 +#: gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "" #. Description of --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:62 +#: gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "" #. Placeholder in --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:63 +#: gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "رنګونه" #. Description of --sync in --help output -#: ../gdk/x11/gdkmain-x11.c:92 +#: gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 +#: gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "پېليږي %s" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 +#: gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "پرانيستل کيږي %s" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 +#: gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: ../gtk/gtkaboutdialog.c:267 ../gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "منښتليک" -#: ../gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "د کاريال منښتليک" #. Add the credits button -#: ../gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "ب_اورونه" #. Add the license button -#: ../gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "منښتليک_" -#: ../gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "په اړه %s د" -#: ../gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "باورونه" -#: ../gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "ليکوالان" -#: ../gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "لاسوندونکي" -#: ../gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "ژباړنان" -#: ../gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "کلاکاران" @@ -1202,7 +1190,7 @@ msgstr "کلاکاران" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:91 +#: gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "شفټ" @@ -1212,7 +1200,7 @@ msgstr "شفټ" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:97 +#: gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "مهار" @@ -1222,7 +1210,7 @@ msgstr "مهار" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:103 +#: gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "الټ" @@ -1232,7 +1220,7 @@ msgstr "الټ" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:671 +#: gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "" @@ -1242,7 +1230,7 @@ msgstr "" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:684 +#: gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "" @@ -1252,32 +1240,37 @@ msgstr "" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:698 +#: gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "" -#: ../gtk/gtkaccellabel.c:715 +#: gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "تشه" -#: ../gtk/gtkaccellabel.c:718 +#: gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: ../gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "" -#: ../gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "" -#: ../gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1291,7 +1284,7 @@ msgstr "" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: ../gtk/gtkcalendar.c:758 +#: gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1299,7 +1292,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: ../gtk/gtkcalendar.c:796 +#: gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:5" @@ -1308,7 +1301,7 @@ msgstr "calendar:week_start:5" #. * #. * If you don't understand this, leave it as "2000" #. -#: ../gtk/gtkcalendar.c:1803 +#: gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "۲۰۰۰" @@ -1323,7 +1316,7 @@ msgstr "۲۰۰۰" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 +#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1339,7 +1332,7 @@ msgstr "%Id" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 +#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1355,7 +1348,7 @@ msgstr "%Id" #. * #. * "%Y" is appropriate for most locales. #. -#: ../gtk/gtkcalendar.c:2146 +#: gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1363,7 +1356,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: ../gtk/gtkcellrendereraccel.c:243 +#: gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "ناتوانېدلی" @@ -1372,192 +1365,192 @@ msgstr "ناتوانېدلی" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: ../gtk/gtkcellrendereraccel.c:376 ../gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" -#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 +#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 +#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "يو رنګ وټاکﺉ" -#: ../gtk/gtkcolorbutton.c:448 +#: gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "ناسم رنګ اومتوک لاس ته راغی\n" -#: ../gtk/gtkcolorsel.c:354 +#: gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." msgstr "" -#: ../gtk/gtkcolorsel.c:378 +#: gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." msgstr "" -#: ../gtk/gtkcolorsel.c:387 +#: gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "" -#: ../gtk/gtkcolorsel.c:388 +#: gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "" -#: ../gtk/gtkcolorsel.c:390 +#: gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "" -#: ../gtk/gtkcolorsel.c:391 +#: gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr ".\"ډوبوالی\" د رنګ" -#: ../gtk/gtkcolorsel.c:392 +#: gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr ":ارزښت_" -#: ../gtk/gtkcolorsel.c:393 +#: gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "" -#: ../gtk/gtkcolorsel.c:394 +#: gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr ":سور_" -#: ../gtk/gtkcolorsel.c:395 +#: gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "" -#: ../gtk/gtkcolorsel.c:396 +#: gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr ":شين_" -#: ../gtk/gtkcolorsel.c:397 +#: gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "" -#: ../gtk/gtkcolorsel.c:398 +#: gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr ":نيل_" -#: ../gtk/gtkcolorsel.c:399 +#: gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "" -#: ../gtk/gtkcolorsel.c:402 +#: gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "" -#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 +#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr ".د رنګ روڼوالی" -#: ../gtk/gtkcolorsel.c:426 +#: gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr ":د رنګ _نوم" -#: ../gtk/gtkcolorsel.c:440 +#: gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." msgstr "" -#: ../gtk/gtkcolorsel.c:470 +#: gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr ":رنګدبلی_" -#: ../gtk/gtkcolorsel.c:499 +#: gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "" -#: ../gtk/gtkcolorsel.c:976 +#: gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " "current by dragging it to the other color swatch alongside." msgstr "" -#: ../gtk/gtkcolorsel.c:980 +#: gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." msgstr "" -#: ../gtk/gtkcolorsel.c:1363 +#: gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "رنګ دلته ساتل_" -#: ../gtk/gtkcolorsel.c:1568 +#: gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" msgstr "" -#: ../gtk/gtkcolorseldialog.c:170 +#: gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "رنګ ټاکنه" -#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "ننوت لېلې_" -#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "" -#: ../gtk/gtkentry.c:9797 +#: gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "" -#: ../gtk/gtkfilechooserbutton.c:64 +#: gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "يوه دوتنه وټاکﺉ" -#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 +#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "سرپاڼه" -#: ../gtk/gtkfilechooserbutton.c:66 +#: gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(هېڅ)" -#: ../gtk/gtkfilechooserbutton.c:2014 +#: gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "...نور" -#: ../gtk/gtkfilechooserdefault.c:1059 +#: gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "د دوتنې په اړه خبرتياوې نه شي راوستلی" -#: ../gtk/gtkfilechooserdefault.c:1070 +#: gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "ليکنښه نه شي زياتولی" -#: ../gtk/gtkfilechooserdefault.c:1081 +#: gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "ليکنښه نه شي ړنګولی" -#: ../gtk/gtkfilechooserdefault.c:1092 +#: gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "پوښۍ جوړېدلی شي" -#: ../gtk/gtkfilechooserdefault.c:1105 +#: gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." msgstr "" -#: ../gtk/gtkfilechooserdefault.c:1116 +#: gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "ناسم دوتنه نوم" -#: ../gtk/gtkfilechooserdefault.c:1126 +#: gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "د پوښۍ منځپانګې نه شي ښودلی" @@ -1565,226 +1558,226 @@ msgstr "د پوښۍ منځپانګې نه شي ښودلی" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: ../gtk/gtkfilechooserdefault.c:1676 +#: gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%2$s پر ‎%1$s" -#: ../gtk/gtkfilechooserdefault.c:1852 +#: gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "پلټون" -#: ../gtk/gtkfilechooserdefault.c:1876 +#: gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "اوسن کارول شوي" -#: ../gtk/gtkfilechooserdefault.c:2510 +#: gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "وټاکﺉ چې کوم ډول دوتنې ښکاري" -#: ../gtk/gtkfilechooserdefault.c:2939 +#: gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "پوښۍ ليکنښو ته زياتول '%s'" -#: ../gtk/gtkfilechooserdefault.c:2980 +#: gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "اوسنۍ پوښۍ ليکنښو ته زياتول" -#: ../gtk/gtkfilechooserdefault.c:2982 +#: gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "ټاکل شوې پوښۍ ليکنښو ته زياتول" -#: ../gtk/gtkfilechooserdefault.c:3022 +#: gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "ليکنښه ړنګول '%s'" -#: ../gtk/gtkfilechooserdefault.c:3740 +#: gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "ړنګول" -#: ../gtk/gtkfilechooserdefault.c:3749 +#: gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "...بيانومول" #. Accessible object name for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3895 +#: gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "ځايونه" #. Column header for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3952 +#: gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "ځايونه_" -#: ../gtk/gtkfilechooserdefault.c:4008 +#: gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "زياتول_" -#: ../gtk/gtkfilechooserdefault.c:4015 +#: gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "ټاکل شوې پوښۍ ليکنښو ته زياتول" -#: ../gtk/gtkfilechooserdefault.c:4020 +#: gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "ړنګول_" -#: ../gtk/gtkfilechooserdefault.c:4027 +#: gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "ټاکل شوې ليکنښه ړنګول" -#: ../gtk/gtkfilechooserdefault.c:4136 +#: gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "دوتنه نه شي ټاکلی" -#: ../gtk/gtkfilechooserdefault.c:4311 +#: gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "ليکنښو ته زياتول_" -#: ../gtk/gtkfilechooserdefault.c:4325 +#: gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "پټې دوتنې ښودل_" -#: ../gtk/gtkfilechooserdefault.c:4332 +#: gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "" -#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 +#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 msgid "Files" msgstr "دوتنې" -#: ../gtk/gtkfilechooserdefault.c:4636 +#: gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "نوم" -#: ../gtk/gtkfilechooserdefault.c:4661 +#: gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "کچ" -#: ../gtk/gtkfilechooserdefault.c:4675 +#: gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "بدل شوی" #. Label -#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 +#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr ":نوم_" -#: ../gtk/gtkfilechooserdefault.c:4938 +#: gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "نورې پوښۍ لټول_" -#: ../gtk/gtkfilechooserdefault.c:5208 +#: gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "يو دوتنه نوم وليکﺉ" #. Create Folder -#: ../gtk/gtkfilechooserdefault.c:5245 +#: gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "پو_ښۍ جوړول" -#: ../gtk/gtkfilechooserdefault.c:5255 +#: gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr ":ځای_" -#: ../gtk/gtkfilechooserdefault.c:5459 +#: gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr ":په _پوښۍ کې ساتل" -#: ../gtk/gtkfilechooserdefault.c:5461 +#: gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr ":په _پوښۍ کې جوړول" -#: ../gtk/gtkfilechooserdefault.c:7151 +#: gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "" -#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 +#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "لنډلار د مخکې نه شتون لري %s" -#: ../gtk/gtkfilechooserdefault.c:7887 +#: gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "لنډلار شتون نه لري %s" -#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 +#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "" -#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 +#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "" -#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 +#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "ځاېناستول_" -#: ../gtk/gtkfilechooserdefault.c:8914 +#: gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "د پلټون بهير نه شي پېلولی" -#: ../gtk/gtkfilechooserdefault.c:8915 +#: gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." msgstr "" -#: ../gtk/gtkfilechooserdefault.c:8929 +#: gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "د پلټون غوښتنه نه شي لېږلی" #. Label -#: ../gtk/gtkfilechooserdefault.c:9396 +#: gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr ":پلټون_" -#: ../gtk/gtkfilechooserdefault.c:10349 +#: gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "" -#: ../gtk/gtkfilechooserdefault.c:11024 +#: gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "د نوې پوښۍ نوم وليکﺉ" -#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 -#: ../gtk/gtkfilechooserdefault.c:11295 +#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 +#: gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "ناپېژندلی" -#: ../gtk/gtkfilechooserdefault.c:11242 +#: gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: ../gtk/gtkfilechooserdefault.c:11244 +#: gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "%H:%M پرون په" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 +#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "ناسم ځای" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1095 +#: gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "هېڅ ساری" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1106 +#: gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "" @@ -1792,13 +1785,13 @@ msgstr "" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: ../gtk/gtkfilechooserentry.c:1122 +#: gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: ../gtk/gtkfilechooserentry.c:1154 +#: gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "...بشپړيږي" @@ -1806,7 +1799,7 @@ msgstr "...بشپړيږي" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 +#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "" @@ -1814,41 +1807,41 @@ msgstr "" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: ../gtk/gtkfilechooserentry.c:1185 +#: gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: ../gtk/gtkfilechooserentry.c:1196 +#: gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "يونلور شتون نه لري" -#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 -#: ../gtk/gtkfilesel.c:1358 +#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 +#: gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "%s :پوښۍ جوړولو کې ستونزه '%s'" -#: ../gtk/gtkfilesel.c:694 +#: gtk/gtkfilesel.c:694 msgid "Folders" msgstr "پوښۍ" -#: ../gtk/gtkfilesel.c:698 +#: gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "پو_ښۍ" -#: ../gtk/gtkfilesel.c:734 +#: gtk/gtkfilesel.c:734 msgid "_Files" msgstr "دوتنې_" -#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 +#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "%s :پوښۍ نه لوستل کېدونکې ده" -#: ../gtk/gtkfilesel.c:905 +#: gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1856,105 +1849,105 @@ msgid "" "Are you sure that you want to select it?" msgstr "" -#: ../gtk/gtkfilesel.c:1020 +#: gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "نوې پوښۍ_" -#: ../gtk/gtkfilesel.c:1031 +#: gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "دوتنه ړن_ګول" -#: ../gtk/gtkfilesel.c:1042 +#: gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "دوتنه بيانومول_" -#: ../gtk/gtkfilesel.c:1347 +#: gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "" "پوښۍ نوم داسې پېلامونه لري چې هغه په دوتنه نوم کې نه دي پرېښل شوي \"%s\"" -#: ../gtk/gtkfilesel.c:1392 +#: gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "نوې پوښۍ" -#: ../gtk/gtkfilesel.c:1407 +#: gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr ":د پوښۍ نوم_" -#: ../gtk/gtkfilesel.c:1431 +#: gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "ج_وړول" -#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 +#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "دوتنه نوم داسې پېلامونه لري چې هغه په دوتنه نوم کې نه دي پرېښل شوي \"%s\"" -#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 +#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "%s :دوتنې په ړنګولو کې ستونزه '%s' د" -#: ../gtk/gtkfilesel.c:1530 +#: gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "دوتنه ړنګول غواړﺉ؟ \"%s\" په رښتيا" -#: ../gtk/gtkfilesel.c:1535 +#: gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "دوتنه ړنګول" -#: ../gtk/gtkfilesel.c:1583 +#: gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "%s :ته دوتنه بيانومولو کې ستونزه \"%s\"" -#: ../gtk/gtkfilesel.c:1596 +#: gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "%s :دوتنې بيانومولو کې ستونزه \"%s\" د" -#: ../gtk/gtkfilesel.c:1605 +#: gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "%s :ته بيانومولو کې ستونزه \"%s\" دوتنه \"%s\"" -#: ../gtk/gtkfilesel.c:1652 +#: gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "دوتنه بيانومول" -#: ../gtk/gtkfilesel.c:1667 +#: gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr ":دوتنه بيانومول ته \"%s\"" -#: ../gtk/gtkfilesel.c:1696 +#: gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "بيانومول_" -#: ../gtk/gtkfilesel.c:2128 +#: gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr ":ټاکنه_" -#: ../gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -#: ../gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 ناسم" -#: ../gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "نوم ډېر اوږد دی" -#: ../gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "دوتنه نوم نه شي اړولی" @@ -1963,75 +1956,75 @@ msgstr "دوتنه نوم نه شي اړولی" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: ../gtk/gtkfilesystem.c:52 +#: gtk/gtkfilesystem.c:52 msgid "File System" msgstr "دوتنه غونډال" -#: ../gtk/gtkfilesystemmodel.c:700 +#: gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "" -#: ../gtk/gtkfilesystemmodel.c:1301 +#: gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(تش)" -#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 +#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "ليکبڼه اوچتول" #. Initialize fields -#: ../gtk/gtkfontbutton.c:260 +#: gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans ۱۲" -#: ../gtk/gtkfontbutton.c:785 +#: gtk/gtkfontbutton.c:785 msgid "Font" msgstr "ليکبڼه" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: ../gtk/gtkfontsel.c:75 +#: gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "" -#: ../gtk/gtkfontsel.c:343 +#: gtk/gtkfontsel.c:343 msgid "_Family:" msgstr ":کورنۍ_" -#: ../gtk/gtkfontsel.c:349 +#: gtk/gtkfontsel.c:349 msgid "_Style:" msgstr ":ډول_" -#: ../gtk/gtkfontsel.c:355 +#: gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr ":ک_چ" #. create the text entry widget -#: ../gtk/gtkfontsel.c:532 +#: gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr ":مخليد_" -#: ../gtk/gtkfontsel.c:1649 +#: gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "د ليکبڼې ټاکنه" -#: ../gtk/gtkgamma.c:408 +#: gtk/gtkgamma.c:408 msgid "Gamma" msgstr "" -#: ../gtk/gtkgamma.c:418 +#: gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: ../gtk/gtkiconfactory.c:1404 +#: gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "" -#: ../gtk/gtkicontheme.c:1363 +#: gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2040,139 +2033,139 @@ msgid "" "\t%s" msgstr "" -#: ../gtk/gtkicontheme.c:1543 +#: gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "" -#: ../gtk/gtkicontheme.c:3074 +#: gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "د انځورن په لېښلو کې پاتې راغی" -#: ../gtk/gtkimmodule.c:527 +#: gtk/gtkimmodule.c:527 msgid "Simple" msgstr "ساده" -#: ../gtk/gtkimmulticontext.c:541 +#: gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "غونډال" -#: ../gtk/gtkimmulticontext.c:625 +#: gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "" -#: ../gtk/gtkinputdialog.c:192 +#: gtk/gtkinputdialog.c:192 msgid "Input" msgstr "ننوتۍ" -#: ../gtk/gtkinputdialog.c:207 +#: gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "" -#: ../gtk/gtkinputdialog.c:220 +#: gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr ":وزله_" -#: ../gtk/gtkinputdialog.c:237 +#: gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "ناتوانول شوی" -#: ../gtk/gtkinputdialog.c:244 +#: gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "پرده" -#: ../gtk/gtkinputdialog.c:251 +#: gtk/gtkinputdialog.c:251 msgid "Window" msgstr "کړکۍ" -#: ../gtk/gtkinputdialog.c:258 +#: gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr ":اکر_" #. The axis listbox -#: ../gtk/gtkinputdialog.c:279 +#: gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "" #. Keys listbox -#: ../gtk/gtkinputdialog.c:297 +#: gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "کيلۍ" -#: ../gtk/gtkinputdialog.c:524 +#: gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: ../gtk/gtkinputdialog.c:525 +#: gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: ../gtk/gtkinputdialog.c:526 +#: gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "" -#: ../gtk/gtkinputdialog.c:527 +#: gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "" -#: ../gtk/gtkinputdialog.c:528 +#: gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "" -#: ../gtk/gtkinputdialog.c:529 +#: gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr ":ګېراړۍ_" -#: ../gtk/gtkinputdialog.c:581 +#: gtk/gtkinputdialog.c:581 msgid "none" msgstr "هېڅ" -#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 +#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(ناتوانول شوی)" -#: ../gtk/gtkinputdialog.c:647 +#: gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(ناپېژندلی)" #. and clear button -#: ../gtk/gtkinputdialog.c:751 +#: gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "پا_کول" -#: ../gtk/gtklinkbutton.c:428 +#: gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "لمېستل URL" -#: ../gtk/gtklinkbutton.c:586 +#: gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "URI ناسم" #. Description of --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:450 +#: gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "" #. Placeholder in --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:451 +#: gtk/gtkmain.c:451 msgid "MODULES" msgstr "رغبېلګې" #. Description of --g-fatal-warnings in --help output -#: ../gtk/gtkmain.c:453 +#: gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "ټولې خبرتياوې وژونکې کول" #. Description of --gtk-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:456 +#: gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "" #. Description of --gtk-no-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:459 +#: gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "" @@ -2181,66 +2174,65 @@ msgstr "" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: ../gtk/gtkmain.c:707 +#: gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:RTL" -#: ../gtk/gtkmain.c:773 +#: gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "%s :ښوون نه شي پرانيستلی" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "غوراوي GTK+" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "غوراوي ښودل GTK+ د" -#: ../gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "نښ_لېدل" -#: ../gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "بېنومه نښلېدل_" -#: ../gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr ":لکه ک_ارن نښلېدل" -#: ../gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr ":کارننوم_" -#: ../gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr ":شپول_" -#: ../gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr ":تېرنويې_" -#: ../gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: ../gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "تېرنويې تر وتون ياد ساتل_" -#: ../gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "تل _ياد ساتل" -#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 +#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "مخ %u" -#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 -#: ../gtk/gtkpapersize.c:867 +#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "" @@ -2250,25 +2242,25 @@ msgstr "" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: ../gtk/gtkpagesetupunixdialog.c:152 +#: gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: ../gtk/gtkpagesetupunixdialog.c:308 +#: gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" msgstr "" -#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 +#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "م م" -#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 +#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "اېنچ" -#: ../gtk/gtkpagesetupunixdialog.c:915 +#: gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2278,88 +2270,88 @@ msgid "" " Bottom: %s %s" msgstr "" -#: ../gtk/gtkpagesetupunixdialog.c:964 +#: gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "" -#: ../gtk/gtkpagesetupunixdialog.c:1012 +#: gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "" -#: ../gtk/gtkpagesetupunixdialog.c:1034 +#: gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr ":د پاڼې کچ_" -#: ../gtk/gtkpagesetupunixdialog.c:1065 +#: gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr ":لورموندنه_" -#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "مخ امسته" -#: ../gtk/gtkpagesetupunixdialog.c:1448 +#: gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "" -#: ../gtk/gtkpagesetupunixdialog.c:1608 +#: gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "" -#: ../gtk/gtkpagesetupunixdialog.c:1837 +#: gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "" -#: ../gtk/gtkpagesetupunixdialog.c:1933 +#: gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr ":پلنوالی_" -#: ../gtk/gtkpagesetupunixdialog.c:1945 +#: gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr ":اوږدوالی_" -#: ../gtk/gtkpagesetupunixdialog.c:1957 +#: gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "د پاڼې کچ" -#: ../gtk/gtkpagesetupunixdialog.c:1967 +#: gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr ":بره_" -#: ../gtk/gtkpagesetupunixdialog.c:1979 +#: gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr ":لاندې_" -#: ../gtk/gtkpagesetupunixdialog.c:1991 +#: gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr ":کيڼ_" -#: ../gtk/gtkpagesetupunixdialog.c:2003 +#: gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr ":ښي_" -#: ../gtk/gtkpagesetupunixdialog.c:2044 +#: gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "" -#: ../gtk/gtkpathbar.c:151 +#: gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "" -#: ../gtk/gtkpathbar.c:153 +#: gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "" -#: ../gtk/gtkpathbar.c:1472 +#: gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "د دوتنه غونډال ولۍ" -#: ../gtk/gtkprinteroptionwidget.c:693 +#: gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "نه شته" -#: ../gtk/gtkprinteroptionwidget.c:808 +#: gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr ":په پوښۍ کې ساتل_" @@ -2367,414 +2359,429 @@ msgstr ":په پوښۍ کې ساتل_" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: ../gtk/gtkprintoperation.c:175 +#: gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "" -#: ../gtk/gtkprintoperation.c:1517 +#: gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "" -#: ../gtk/gtkprintoperation.c:1518 +#: gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "د چاپولو لپاره چمتو کيږي" -#: ../gtk/gtkprintoperation.c:1519 +#: gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "" -#: ../gtk/gtkprintoperation.c:1520 +#: gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "" -#: ../gtk/gtkprintoperation.c:1521 +#: gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "" -#: ../gtk/gtkprintoperation.c:1522 +#: gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "" -#: ../gtk/gtkprintoperation.c:1523 +#: gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "چاپيږي" -#: ../gtk/gtkprintoperation.c:1524 +#: gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "بشپړ شو" -#: ../gtk/gtkprintoperation.c:1525 +#: gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "" -#: ../gtk/gtkprintoperation.c:2048 +#: gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "چمتو کيږي %d" -#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 +#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 +#, c-format msgid "Preparing" msgstr "چمتو کيږي" -#: ../gtk/gtkprintoperation.c:2053 +#: gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "چاپيږي %d" -#: ../gtk/gtkprintoperation.c:2411 +#: gtk/gtkprintoperation.c:2411 +#, c-format msgid "Error creating print preview" msgstr "د چاپ مخليد په جوړولو کې ستونزه" -#: ../gtk/gtkprintoperation.c:2414 +#: gtk/gtkprintoperation.c:2414 +#, c-format msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: ../gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 +#, c-format msgid "Error launching preview" msgstr "د مخليد په راوستلو کې ستونزه" -#: ../gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 +#, c-format msgid "Error printing" msgstr "په چاپولو کې ستونزه" -#: ../gtk/gtkprintoperation-unix.c:384 ../gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "کاريال" -#: ../gtk/gtkprintoperation-win32.c:590 +#: gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "" -#: ../gtk/gtkprintoperation-win32.c:592 +#: gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "" #. Translators: this is a printer status. -#: ../gtk/gtkprintoperation-win32.c:594 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: gtk/gtkprintoperation-win32.c:594 +#: modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "ځنډېدلی" -#: ../gtk/gtkprintoperation-win32.c:596 +#: gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "" -#: ../gtk/gtkprintoperation-win32.c:696 +#: gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "دوديز کچ" -#: ../gtk/gtkprintoperation-win32.c:1517 +#: gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "چاپګر ونه موندل شو" -#: ../gtk/gtkprintoperation-win32.c:1544 +#: gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "" -#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 +#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "" -#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 -#: ../gtk/gtkprintoperation-win32.c:1729 +#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 +#: gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "" -#: ../gtk/gtkprintoperation-win32.c:1734 +#: gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "" -#: ../gtk/gtkprintoperation-win32.c:1739 +#: gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "" -#: ../gtk/gtkprintoperation-win32.c:1744 +#: gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "" -#: ../gtk/gtkprintoperation-win32.c:1749 +#: gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "ناپېژندل شوې تېروتنه" -#: ../gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "چاپګر" #. Translators: this is the header for the location column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "ځای" #. Translators: this is the header for the printer status column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "انکړ" -#: ../gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "سيمه" -#: ../gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "ټول مخونه_" -#: ../gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "ا_وسنی مخ" -#: ../gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr ":مخو_نه" -#: ../gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: ../gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr ":مخو_نه" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "لمېسې" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: ../gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr ":لمېس_ې" -#: ../gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "" -#: ../gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "" -#: ../gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "ټولګړي" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: ../gtk/gtkprintunixdialog.c:2442 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: gtk/gtkprintunixdialog.c:2439 +#: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "" -#: ../gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "" -#: ../gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "ښی نه کيڼ" -#: ../gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "هډوانه" -#: ../gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: ../gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "" -#: ../gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "" -#: ../gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr ":چاپول يوازې_" #. In enum order -#: ../gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "ټولې پاڼې" -#: ../gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "جوتې پاڼې" -#: ../gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "تاکې پاڼې" -#: ../gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr ":مې_چل" -#: ../gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "پاڼه" -#: ../gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr ":د پاڼې _ډول" -#: ../gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr ":د پاڼو _سرچينه" -#: ../gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: ../gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "د دندې خبرتياوې" -#: ../gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: ../gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: ../gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "لاسوند چاپول" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "اوس_" -#: ../gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr ":پ_ه" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: ../gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: ../gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "" -#: ../gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: ../gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "پوښ مخ زياتول" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr ":مخ_کې" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr ":وروسته_" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "دنده" -#: ../gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "ژور" -#: ../gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "د انځور څرنګوالی" -#: ../gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "رنګ" -#: ../gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "بشپړيږي" -#: ../gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: ../gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "چاپول" -#: ../gtk/gtkrc.c:2874 +#: gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "" -#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 +#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "" -#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 -#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 +#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 +#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "" -#: ../gtk/gtkrecentchooserdefault.c:481 +#: gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "" -#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 +#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "" -#: ../gtk/gtkrecentchooserdefault.c:1298 +#: gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "بې سرليکه چاڼ" -#: ../gtk/gtkrecentchooserdefault.c:1651 +#: gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "توکی نه شي ړنګولی" -#: ../gtk/gtkrecentchooserdefault.c:1695 +#: gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "لړ نه شي پاکولی" -#: ../gtk/gtkrecentchooserdefault.c:1779 +#: gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "ځای لمېسل_" -#: ../gtk/gtkrecentchooserdefault.c:1792 +#: gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "له لړه ړنګول_" -#: ../gtk/gtkrecentchooserdefault.c:1801 +#: gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "لړ پاکول_" -#: ../gtk/gtkrecentchooserdefault.c:1815 +#: gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "" @@ -2788,21 +2795,21 @@ msgstr "" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: ../gtk/gtkrecentchoosermenu.c:342 +#: gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "توکي ونه موندل شول" -#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 +#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "" -#: ../gtk/gtkrecentchoosermenu.c:775 +#: gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "پرانيستل '%s'" -#: ../gtk/gtkrecentchoosermenu.c:805 +#: gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "ناپېژندلی توکی" @@ -2811,7 +2818,7 @@ msgstr "ناپېژندلی توکی" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: ../gtk/gtkrecentchoosermenu.c:816 +#: gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2820,37 +2827,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: ../gtk/gtkrecentchoosermenu.c:821 +#: gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 -#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 -#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 -#: ../gtk/gtkrecentmanager.c:1258 +#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 +#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 +#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 +#: gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: ../gtk/gtkstock.c:288 +#: gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "خبرتياوې" -#: ../gtk/gtkstock.c:289 +#: gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "خبرتيا" -#: ../gtk/gtkstock.c:290 +#: gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "تېروتنه" -#: ../gtk/gtkstock.c:291 +#: gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "پوښتنه" @@ -2858,691 +2865,691 @@ msgstr "پوښتنه" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: ../gtk/gtkstock.c:296 +#: gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "په اړه_" -#: ../gtk/gtkstock.c:297 +#: gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "ډېرول_" -#: ../gtk/gtkstock.c:298 +#: gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "کارول_" -#: ../gtk/gtkstock.c:299 +#: gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "ډبل_" -#: ../gtk/gtkstock.c:300 +#: gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "بندول_" -#: ../gtk/gtkstock.c:301 +#: gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-Rom" -#: ../gtk/gtkstock.c:302 +#: gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "پاکول_" -#: ../gtk/gtkstock.c:303 +#: gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "بندول_" -#: ../gtk/gtkstock.c:304 +#: gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "ن_ښلېدل" -#: ../gtk/gtkstock.c:305 +#: gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "اړول_" -#: ../gtk/gtkstock.c:306 +#: gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "لمېسل_" -#: ../gtk/gtkstock.c:307 +#: gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "سکڼ_ل" -#: ../gtk/gtkstock.c:308 +#: gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "ړنګول_" -#: ../gtk/gtkstock.c:309 +#: gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "بندول_" -#: ../gtk/gtkstock.c:310 +#: gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "نانښلېدل_" -#: ../gtk/gtkstock.c:311 +#: gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "چلول_" -#: ../gtk/gtkstock.c:312 +#: gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "سمون_" -#: ../gtk/gtkstock.c:313 +#: gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "لټول_" -#: ../gtk/gtkstock.c:314 +#: gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "لټول او _ځاېناستول" -#: ../gtk/gtkstock.c:315 +#: gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "" -#: ../gtk/gtkstock.c:316 +#: gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "ټوله پرده_" -#: ../gtk/gtkstock.c:317 +#: gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "ټوله پرده پرېښودل_" #. This is a navigation label as in "go to the bottom of the page" -#: ../gtk/gtkstock.c:319 +#: gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "لاندې_" #. This is a navigation label as in "go to the first page" -#: ../gtk/gtkstock.c:321 +#: gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "لومړی_" #. This is a navigation label as in "go to the last page" -#: ../gtk/gtkstock.c:323 +#: gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "وروستی_" #. This is a navigation label as in "go to the top of the page" -#: ../gtk/gtkstock.c:325 +#: gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "بره_" #. This is a navigation label as in "go back" -#: ../gtk/gtkstock.c:327 +#: gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "وروسته_" #. This is a navigation label as in "go down" -#: ../gtk/gtkstock.c:329 +#: gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "ښکته" #. This is a navigation label as in "go forward" -#: ../gtk/gtkstock.c:331 +#: gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "مخکې_" #. This is a navigation label as in "go up" -#: ../gtk/gtkstock.c:333 +#: gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "بره_" -#: ../gtk/gtkstock.c:334 +#: gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "کلک ټیکلی_" -#: ../gtk/gtkstock.c:335 +#: gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "مرسته_" -#: ../gtk/gtkstock.c:336 +#: gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "کور_" -#: ../gtk/gtkstock.c:337 +#: gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "سرتشه زياتول" -#: ../gtk/gtkstock.c:338 +#: gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "سرتشه لږول" -#: ../gtk/gtkstock.c:339 +#: gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "لړيال_" -#: ../gtk/gtkstock.c:340 +#: gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "خبرتياوې_" -#: ../gtk/gtkstock.c:341 +#: gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "کوږ_" -#: ../gtk/gtkstock.c:342 +#: gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "ته ټوپ وهل_" #. This is about text justification, "centered text" -#: ../gtk/gtkstock.c:344 +#: gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "منځول_" #. This is about text justification -#: ../gtk/gtkstock.c:346 +#: gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "ډکول_" #. This is about text justification, "left-justified text" -#: ../gtk/gtkstock.c:348 +#: gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "کيڼ_" #. This is about text justification, "right-justified text" -#: ../gtk/gtkstock.c:350 +#: gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "ښي_" #. Media label, as in "fast forward" -#: ../gtk/gtkstock.c:353 +#: gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "مخکې_" #. Media label, as in "next song" -#: ../gtk/gtkstock.c:355 +#: gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "راتلونکی_" #. Media label, as in "pause music" -#: ../gtk/gtkstock.c:357 +#: gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "ځ_نډول" #. Media label, as in "play music" -#: ../gtk/gtkstock.c:359 +#: gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "غږول_" #. Media label, as in "previous song" -#: ../gtk/gtkstock.c:361 +#: gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "مخ_کنی" #. Media label -#: ../gtk/gtkstock.c:363 +#: gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "ساتل_" #. Media label -#: ../gtk/gtkstock.c:365 +#: gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "له سرول_" #. Media label -#: ../gtk/gtkstock.c:367 +#: gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "تمول_" -#: ../gtk/gtkstock.c:368 +#: gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "ځال_" -#: ../gtk/gtkstock.c:369 +#: gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "نوی_" -#: ../gtk/gtkstock.c:370 +#: gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "نه_" -#: ../gtk/gtkstock.c:371 +#: gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "هوکې_" -#: ../gtk/gtkstock.c:372 +#: gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "پرانيستل_" #. Page orientation -#: ../gtk/gtkstock.c:374 +#: gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "پسوریز" #. Page orientation -#: ../gtk/gtkstock.c:376 +#: gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "تيک" #. Page orientation -#: ../gtk/gtkstock.c:378 +#: gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "سرچپه پسوریز" #. Page orientation -#: ../gtk/gtkstock.c:380 +#: gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "سرچپه تیک" -#: ../gtk/gtkstock.c:381 +#: gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "مخ امس_ته" -#: ../gtk/gtkstock.c:382 +#: gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "سرېښل_" -#: ../gtk/gtkstock.c:383 +#: gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "غوراوي_" -#: ../gtk/gtkstock.c:384 +#: gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "چاپول_" -#: ../gtk/gtkstock.c:385 +#: gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "چاپ مخ_کوت" -#: ../gtk/gtkstock.c:386 +#: gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "ځانتياوې_" -#: ../gtk/gtkstock.c:387 +#: gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "بندول_" -#: ../gtk/gtkstock.c:388 +#: gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "بياکړ_" -#: ../gtk/gtkstock.c:389 +#: gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "تاندول_" -#: ../gtk/gtkstock.c:390 +#: gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "ړنګول_" -#: ../gtk/gtkstock.c:391 +#: gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "بېرته_" -#: ../gtk/gtkstock.c:392 +#: gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "ساتل_" -#: ../gtk/gtkstock.c:393 +#: gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "ساتل _پر" -#: ../gtk/gtkstock.c:394 +#: gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "ټول ټاکل_" -#: ../gtk/gtkstock.c:395 +#: gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "رنګ_" -#: ../gtk/gtkstock.c:396 +#: gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "ليکبڼه_" #. Sorting direction -#: ../gtk/gtkstock.c:398 +#: gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "له پېله_" #. Sorting direction -#: ../gtk/gtkstock.c:400 +#: gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "له پايه_" -#: ../gtk/gtkstock.c:401 +#: gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "ليکدود کتل_" -#: ../gtk/gtkstock.c:402 +#: gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "تمول_" #. Font variant -#: ../gtk/gtkstock.c:404 +#: gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "" -#: ../gtk/gtkstock.c:405 +#: gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "ناړنګول_" #. Font variant -#: ../gtk/gtkstock.c:407 +#: gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "لاندکرښه_" -#: ../gtk/gtkstock.c:408 +#: gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "ناکړ_" -#: ../gtk/gtkstock.c:409 +#: gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "هو_" #. Zoom -#: ../gtk/gtkstock.c:411 +#: gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "لېوی کچ_" #. Zoom -#: ../gtk/gtkstock.c:413 +#: gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "ښه برابرول_" -#: ../gtk/gtkstock.c:414 +#: gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "لوډېرول_" -#: ../gtk/gtkstock.c:415 +#: gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "لو_لږول" -#: ../gtk/gtktextbufferrichtext.c:651 +#: gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "" -#: ../gtk/gtktextbufferrichtext.c:710 +#: gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "" -#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 +#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "" -#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 +#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "" -#: ../gtk/gtktextbufferserialize.c:846 +#: gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "" -#: ../gtk/gtktextbufferserialize.c:856 +#: gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "" -#: ../gtk/gtktextbufferserialize.c:943 +#: gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "" -#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 +#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "" -#: ../gtk/gtktextbufferserialize.c:1022 +#: gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "" -#: ../gtk/gtktextbufferserialize.c:1034 +#: gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "" -#: ../gtk/gtktextbufferserialize.c:1045 +#: gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "" -#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 -#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 +#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 +#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "" -#: ../gtk/gtktextbufferserialize.c:1175 +#: gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "" -#: ../gtk/gtktextbufferserialize.c:1183 +#: gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "" -#: ../gtk/gtktextbufferserialize.c:1193 +#: gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "" -#: ../gtk/gtktextbufferserialize.c:1202 +#: gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "" -#: ../gtk/gtktextbufferserialize.c:1285 +#: gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "" -#: ../gtk/gtktextbufferserialize.c:1296 +#: gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "" -#: ../gtk/gtktextbufferserialize.c:1349 +#: gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "" -#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 +#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "" -#: ../gtk/gtktextbufferserialize.c:1380 +#: gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "" -#: ../gtk/gtktextbufferserialize.c:1779 +#: gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "" -#: ../gtk/gtktextbufferserialize.c:1857 +#: gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" -#: ../gtk/gtktextutil.c:61 +#: gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "" -#: ../gtk/gtktextutil.c:62 +#: gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "" -#: ../gtk/gtktextutil.c:63 +#: gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "" -#: ../gtk/gtktextutil.c:64 +#: gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "" -#: ../gtk/gtktextutil.c:65 +#: gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "" -#: ../gtk/gtktextutil.c:66 +#: gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "" -#: ../gtk/gtktextutil.c:67 +#: gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "" -#: ../gtk/gtktextutil.c:68 +#: gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "" -#: ../gtk/gtktextutil.c:69 +#: gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "" -#: ../gtk/gtktextutil.c:70 +#: gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "" -#: ../gtk/gtkthemes.c:71 +#: gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "" -#: ../gtk/gtktipsquery.c:188 +#: gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- هېڅ نکته ---" -#: ../gtk/gtkuimanager.c:1463 +#: gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "" -#: ../gtk/gtkuimanager.c:1553 +#: gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "" -#: ../gtk/gtkuimanager.c:2385 +#: gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "تش" -#: ../gtk/gtkvolumebutton.c:73 +#: gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "غږ" -#: ../gtk/gtkvolumebutton.c:75 +#: gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "غږ لوړوي يا ټيټوي" -#: ../gtk/gtkvolumebutton.c:78 +#: gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "غږ برابروي" -#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 +#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "غږ ټيټول" -#: ../gtk/gtkvolumebutton.c:83 +#: gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "غږ ټيټوي" -#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 +#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "غږ لوړول" -#: ../gtk/gtkvolumebutton.c:89 +#: gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "غږ لوړوي" -#: ../gtk/gtkvolumebutton.c:147 +#: gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "تم شوی" -#: ../gtk/gtkvolumebutton.c:151 +#: gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "ټول غږ" @@ -3551,927 +3558,927 @@ msgstr "ټول غږ" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: ../gtk/gtkvolumebutton.c:164 +#: gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%Id %%" -#: ../gtk/paper_names_offsets.c:4 +#: gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "" -#: ../gtk/paper_names_offsets.c:5 +#: gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A۰x۲" -#: ../gtk/paper_names_offsets.c:6 +#: gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A۰" -#: ../gtk/paper_names_offsets.c:7 +#: gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A۰x۳" -#: ../gtk/paper_names_offsets.c:8 +#: gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A۱" -#: ../gtk/paper_names_offsets.c:9 +#: gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A۱۰" -#: ../gtk/paper_names_offsets.c:10 +#: gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A۱x۳" -#: ../gtk/paper_names_offsets.c:11 +#: gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A۱x۴" -#: ../gtk/paper_names_offsets.c:12 +#: gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A۲" -#: ../gtk/paper_names_offsets.c:13 +#: gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A۲x۳" -#: ../gtk/paper_names_offsets.c:14 +#: gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A۲x4" -#: ../gtk/paper_names_offsets.c:15 +#: gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A۲x۵" -#: ../gtk/paper_names_offsets.c:16 +#: gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A۳" -#: ../gtk/paper_names_offsets.c:17 +#: gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "" -#: ../gtk/paper_names_offsets.c:18 +#: gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "" -#: ../gtk/paper_names_offsets.c:19 +#: gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "" -#: ../gtk/paper_names_offsets.c:20 +#: gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "" -#: ../gtk/paper_names_offsets.c:21 +#: gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "" -#: ../gtk/paper_names_offsets.c:22 +#: gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "" -#: ../gtk/paper_names_offsets.c:23 +#: gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "" -#: ../gtk/paper_names_offsets.c:24 +#: gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "" -#: ../gtk/paper_names_offsets.c:25 +#: gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "" -#: ../gtk/paper_names_offsets.c:26 +#: gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "" -#: ../gtk/paper_names_offsets.c:27 +#: gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "" -#: ../gtk/paper_names_offsets.c:28 +#: gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "" -#: ../gtk/paper_names_offsets.c:29 +#: gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "" -#: ../gtk/paper_names_offsets.c:30 +#: gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "" -#: ../gtk/paper_names_offsets.c:31 +#: gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "" -#: ../gtk/paper_names_offsets.c:32 +#: gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "" -#: ../gtk/paper_names_offsets.c:33 +#: gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "" -#: ../gtk/paper_names_offsets.c:34 +#: gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "" -#: ../gtk/paper_names_offsets.c:35 +#: gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "" -#: ../gtk/paper_names_offsets.c:36 +#: gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "" -#: ../gtk/paper_names_offsets.c:37 +#: gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "" -#: ../gtk/paper_names_offsets.c:38 +#: gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "" -#: ../gtk/paper_names_offsets.c:39 +#: gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "" -#: ../gtk/paper_names_offsets.c:40 +#: gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "" -#: ../gtk/paper_names_offsets.c:41 +#: gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "" -#: ../gtk/paper_names_offsets.c:42 +#: gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "" -#: ../gtk/paper_names_offsets.c:43 +#: gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "" -#: ../gtk/paper_names_offsets.c:44 +#: gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "" -#: ../gtk/paper_names_offsets.c:45 +#: gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "" -#: ../gtk/paper_names_offsets.c:46 +#: gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "" -#: ../gtk/paper_names_offsets.c:47 +#: gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "" -#: ../gtk/paper_names_offsets.c:48 +#: gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "" -#: ../gtk/paper_names_offsets.c:49 +#: gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "" -#: ../gtk/paper_names_offsets.c:50 +#: gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "" -#: ../gtk/paper_names_offsets.c:51 +#: gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "" -#: ../gtk/paper_names_offsets.c:52 +#: gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "" -#: ../gtk/paper_names_offsets.c:53 +#: gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "" -#: ../gtk/paper_names_offsets.c:54 +#: gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "" -#: ../gtk/paper_names_offsets.c:55 +#: gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "" -#: ../gtk/paper_names_offsets.c:56 +#: gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "" -#: ../gtk/paper_names_offsets.c:57 +#: gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "" -#: ../gtk/paper_names_offsets.c:58 +#: gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "" -#: ../gtk/paper_names_offsets.c:59 +#: gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "" -#: ../gtk/paper_names_offsets.c:60 +#: gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "" -#: ../gtk/paper_names_offsets.c:61 +#: gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "" -#: ../gtk/paper_names_offsets.c:62 +#: gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "" -#: ../gtk/paper_names_offsets.c:63 +#: gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "" -#: ../gtk/paper_names_offsets.c:64 +#: gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "" -#: ../gtk/paper_names_offsets.c:65 +#: gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:66 +#: gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "" -#: ../gtk/paper_names_offsets.c:67 +#: gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "" -#: ../gtk/paper_names_offsets.c:68 +#: gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "" -#: ../gtk/paper_names_offsets.c:69 +#: gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "" -#: ../gtk/paper_names_offsets.c:70 +#: gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "" -#: ../gtk/paper_names_offsets.c:71 +#: gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "" -#: ../gtk/paper_names_offsets.c:72 +#: gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "" -#: ../gtk/paper_names_offsets.c:73 +#: gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "" -#: ../gtk/paper_names_offsets.c:74 +#: gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "" -#: ../gtk/paper_names_offsets.c:75 +#: gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "" -#: ../gtk/paper_names_offsets.c:76 +#: gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "" -#: ../gtk/paper_names_offsets.c:77 +#: gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "" -#: ../gtk/paper_names_offsets.c:78 +#: gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "" -#: ../gtk/paper_names_offsets.c:79 +#: gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "" -#: ../gtk/paper_names_offsets.c:80 +#: gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "" -#: ../gtk/paper_names_offsets.c:81 +#: gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "" -#: ../gtk/paper_names_offsets.c:82 +#: gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "" -#: ../gtk/paper_names_offsets.c:83 +#: gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "" -#: ../gtk/paper_names_offsets.c:84 +#: gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:85 +#: gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:86 +#: gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:87 +#: gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "" -#: ../gtk/paper_names_offsets.c:88 +#: gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:89 +#: gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:90 +#: gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "" -#: ../gtk/paper_names_offsets.c:91 +#: gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:92 +#: gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "۱۰x۱۱" -#: ../gtk/paper_names_offsets.c:93 +#: gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "" -#: ../gtk/paper_names_offsets.c:94 +#: gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "" -#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 +#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "" -#: ../gtk/paper_names_offsets.c:97 +#: gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "" -#: ../gtk/paper_names_offsets.c:98 +#: gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "" -#: ../gtk/paper_names_offsets.c:99 +#: gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "" -#: ../gtk/paper_names_offsets.c:100 +#: gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "" -#: ../gtk/paper_names_offsets.c:101 +#: gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:102 +#: gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:103 +#: gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:104 +#: gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:105 +#: gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "" -#: ../gtk/paper_names_offsets.c:106 +#: gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "" -#: ../gtk/paper_names_offsets.c:107 +#: gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "" -#: ../gtk/paper_names_offsets.c:108 +#: gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "" -#: ../gtk/paper_names_offsets.c:109 +#: gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "" -#: ../gtk/paper_names_offsets.c:110 +#: gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "" -#: ../gtk/paper_names_offsets.c:111 +#: gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "" -#: ../gtk/paper_names_offsets.c:112 +#: gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:113 +#: gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "" -#: ../gtk/paper_names_offsets.c:114 +#: gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "" -#: ../gtk/paper_names_offsets.c:115 +#: gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "" -#: ../gtk/paper_names_offsets.c:116 +#: gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "" -#: ../gtk/paper_names_offsets.c:117 +#: gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "" -#: ../gtk/paper_names_offsets.c:118 +#: gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "" -#: ../gtk/paper_names_offsets.c:119 +#: gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "" -#: ../gtk/paper_names_offsets.c:120 +#: gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "" -#: ../gtk/paper_names_offsets.c:121 +#: gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "" -#: ../gtk/paper_names_offsets.c:122 +#: gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "" -#: ../gtk/paper_names_offsets.c:123 +#: gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "" -#: ../gtk/paper_names_offsets.c:124 +#: gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "" -#: ../gtk/paper_names_offsets.c:125 +#: gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "" -#: ../gtk/paper_names_offsets.c:126 +#: gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "" -#: ../gtk/paper_names_offsets.c:127 +#: gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "" -#: ../gtk/paper_names_offsets.c:128 +#: gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "" -#: ../gtk/paper_names_offsets.c:129 +#: gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "" -#: ../gtk/paper_names_offsets.c:130 +#: gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "" -#: ../gtk/paper_names_offsets.c:131 +#: gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "" -#: ../gtk/paper_names_offsets.c:132 +#: gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "" -#: ../gtk/paper_names_offsets.c:133 +#: gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "" -#: ../gtk/paper_names_offsets.c:134 +#: gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "" -#: ../gtk/paper_names_offsets.c:135 +#: gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:136 +#: gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:137 +#: gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:138 +#: gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:139 +#: gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:140 +#: gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:141 +#: gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:142 +#: gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "" -#: ../gtk/paper_names_offsets.c:143 +#: gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "" -#: ../gtk/paper_names_offsets.c:144 +#: gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "" -#: ../gtk/paper_names_offsets.c:145 +#: gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "" -#: ../gtk/paper_names_offsets.c:146 +#: gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "" -#: ../gtk/paper_names_offsets.c:147 +#: gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "" -#: ../gtk/paper_names_offsets.c:148 +#: gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "" -#: ../gtk/paper_names_offsets.c:149 +#: gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:150 +#: gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:151 +#: gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "" -#: ../gtk/paper_names_offsets.c:152 +#: gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "" -#: ../gtk/paper_names_offsets.c:153 +#: gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:154 +#: gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "" -#: ../gtk/paper_names_offsets.c:155 +#: gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:156 +#: gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:157 +#: gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "" -#: ../gtk/paper_names_offsets.c:158 +#: gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:159 +#: gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:160 +#: gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "" -#: ../gtk/paper_names_offsets.c:161 +#: gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:162 +#: gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:163 +#: gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:164 +#: gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:165 +#: gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "" -#: ../gtk/paper_names_offsets.c:166 +#: gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "" -#: ../gtk/paper_names_offsets.c:167 +#: gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "" -#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 +#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "" -#: ../gtk/updateiconcache.c:1374 +#: gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "" -#: ../gtk/updateiconcache.c:1380 +#: gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "" -#: ../gtk/updateiconcache.c:1386 +#: gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "" -#: ../gtk/updateiconcache.c:1394 +#: gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "" -#: ../gtk/updateiconcache.c:1455 +#: gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "%s : دوتنه پرانيستلو کې پاتې راغی %s\n" -#: ../gtk/updateiconcache.c:1463 +#: gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "" -#: ../gtk/updateiconcache.c:1499 +#: gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "" -#: ../gtk/updateiconcache.c:1511 +#: gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "" -#: ../gtk/updateiconcache.c:1523 +#: gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "" -#: ../gtk/updateiconcache.c:1530 +#: gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "" -#: ../gtk/updateiconcache.c:1556 +#: gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "" -#: ../gtk/updateiconcache.c:1595 +#: gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "" -#: ../gtk/updateiconcache.c:1596 +#: gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "" -#: ../gtk/updateiconcache.c:1597 +#: gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "" -#: ../gtk/updateiconcache.c:1598 +#: gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "" -#: ../gtk/updateiconcache.c:1599 +#: gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "" -#: ../gtk/updateiconcache.c:1600 +#: gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "" -#: ../gtk/updateiconcache.c:1663 +#: gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "%s :دوتنه ونه موندل شوه\n" -#: ../gtk/updateiconcache.c:1669 +#: gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "" -#: ../gtk/updateiconcache.c:1682 +#: gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "" -#: ../gtk/updateiconcache.c:1686 +#: gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4479,271 +4486,271 @@ msgid "" msgstr "" #. ID -#: ../modules/input/imam-et.c:454 +#: modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "" #. ID -#: ../modules/input/imcedilla.c:92 +#: modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "" #. ID -#: ../modules/input/imcyrillic-translit.c:217 +#: modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "" #. ID -#: ../modules/input/iminuktitut.c:127 +#: modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "" #. ID -#: ../modules/input/imipa.c:145 +#: modules/input/imipa.c:145 msgid "IPA" msgstr "" #. ID -#: ../modules/input/immultipress.c:31 +#: modules/input/immultipress.c:31 msgid "Multipress" msgstr "" #. ID -#: ../modules/input/imthai.c:35 +#: modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "" #. ID -#: ../modules/input/imti-er.c:453 +#: modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "" #. ID -#: ../modules/input/imti-et.c:453 +#: modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "" #. ID -#: ../modules/input/imviqr.c:244 +#: modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "" #. ID -#: ../modules/input/imxim.c:28 +#: modules/input/imxim.c:28 msgid "X Input Method" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "" #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "" #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "" #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "" #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "" #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "" #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "ژورکوت" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "" #. Translators: this is an option of "Paper Source" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "خپله ټاکل" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "لوړ" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "منځنی" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "ټيټ" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "" @@ -4751,66 +4758,66 @@ msgstr "" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "هېڅ" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "مخکې" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "وروسته" @@ -4818,14 +4825,14 @@ msgstr "وروسته" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "چاپول پر" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "چاپول پر مهال" @@ -4833,65 +4840,65 @@ msgstr "چاپول پر مهال" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "" #. default filename used for print-to-file -#: ../modules/printbackends/file/gtkprintbackendfile.c:235 +#: modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "" -#: ../modules/printbackends/file/gtkprintbackendfile.c:469 +#: modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "دوتنه کې چاپول" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: ../modules/printbackends/file/gtkprintbackendfile.c:558 -#: ../modules/printbackends/test/gtkprintbackendtest.c:506 +#: modules/printbackends/file/gtkprintbackendfile.c:558 +#: modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "" -#: ../modules/printbackends/file/gtkprintbackendfile.c:604 +#: modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "دوتنه" -#: ../modules/printbackends/file/gtkprintbackendfile.c:613 +#: modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "وتۍ بڼه_" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "بولۍ ليکه" #. default filename used for print-to-test -#: ../modules/printbackends/test/gtkprintbackendtest.c:234 +#: modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "" -#: ../modules/printbackends/test/gtkprintbackendtest.c:470 +#: modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "" -#: ../tests/testfilechooser.c:207 +#: tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "" diff --git a/po/pt.po b/po/pt.po index 1e8dfd68d0..7b14d3523c 100644 --- a/po/pt.po +++ b/po/pt.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.26\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-14 16:30+0000\n" "Last-Translator: Duarte Loreto \n" "Language-Team: Portuguese \n" @@ -617,15 +617,15 @@ msgstr "Tipo de imagem actualmente não suportado" msgid "Couldn't allocate memory for color profile" msgstr "Incapaz de alocar memória para o perfil de cor" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Memória insuficiente para abrir o ficheiro JPEG 2000" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Incapaz de alocar memória para o buffer de dados de imagem" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "O formato de imagem JPEG 2000" @@ -672,7 +672,7 @@ msgid "" msgstr "" "Qualidade JPEG tem de ser um valor entre 0 e 100; valor '%d' não é permitido." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "O formato de imagem JPEG" @@ -1173,46 +1173,46 @@ msgid_plural "Opening %d Items" msgstr[0] "A Abrir %d Item" msgstr[1] "A Abrir %d Itens" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licença" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "A licença da aplicação" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "C_réditos" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licença" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Sobre %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Créditos" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Escrito por" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documentado por" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Traduzido por" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Arte Gráfica por" @@ -1286,17 +1286,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Barra Atrás" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Tipo de função inválida: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Elemento raiz inválido: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Etiqueta não suportada: '%s'" @@ -1391,7 +1396,7 @@ msgstr "Inactivo" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Novo atalho..." @@ -1537,11 +1542,11 @@ msgstr "" msgid "Color Selection" msgstr "Selecção de Fonte" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Métodos de Introdução" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Inserir Caracter de Controlo Unicode" @@ -1983,7 +1988,7 @@ msgstr "_Renomear" msgid "_Selection: " msgstr "_Selecção: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1992,15 +1997,15 @@ msgstr "" "Incapaz de converter o nome de ficheiro \"%s\" em UTF-8. (tente definir a " "variável de ambiente G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 inválido" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nome demasiado longo" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Incapaz de converter nome de ficheiro" @@ -2248,39 +2253,39 @@ msgstr "Opções GTK+" msgid "Show GTK+ Options" msgstr "Apresentar as Opções GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Li_gar" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Ligar _anonimamente" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Ligar como utili_zador:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Utilizador:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domínio:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Senha:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Esquecer a senha imediatamente" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "_Recordar a senha até terminar a sessão" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Recordar para _sempre" @@ -2350,7 +2355,7 @@ msgstr "Tamanho do _papel:" msgid "_Orientation:" msgstr "_Orientação:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Configuração da Página" @@ -2500,17 +2505,17 @@ msgstr "" "O motivo mais provável é o de que não foi possível criar um ficheiro " "temporário." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Erro ao iniciar a antevisão" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Erro ao imprimir" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplicação" @@ -2569,37 +2574,37 @@ msgstr "Gestor inválido para PrintDlgEx" msgid "Unspecified error" msgstr "Erro não especificado" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Impressora" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Localização" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Estado" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Intervalo" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Todas as Páginas" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Página Act_ual" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Pá_ginas:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2607,127 +2612,133 @@ msgstr "" "Especifique um ou mais intervalos de páginas,\n" "por ex. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Pá_ginas:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Cópias" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Cópia_s:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "J_untar" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Inverter" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Geral" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Ordenação das Páginas" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Esquerda para a direita" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Direita para a esquerda" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Disposição" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Dois-lados:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Páginas por _lado:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Or_denação das páginas:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Apenas imprimir:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Todas as folhas" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Folhas pares" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Folhas ímpares" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Esc_ala:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papel" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tipo de papel:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Origem do papel:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Bande_ja de saída:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detalhes do Trabalho" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oridade:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Informação de _facturação:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Imprimir o Documento" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Agora" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "À_s:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2735,60 +2746,64 @@ msgstr "" "Especifica a hora da impressão,\n" " por ex: 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "A a_guardar" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Colocar o trabalho em espera até que seja explicitamente libertado" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Adicionar Página de Capa" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "An_tes:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "A_pós:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Trabalho" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avançado" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Qualidade de Imagem" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Cor" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Finalização" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Algumas das definições na janela estão em conflicto" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Imprimir" diff --git a/po/pt_BR.po b/po/pt_BR.po index 06d86e36ba..6d3a5a81a0 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-11 12:18-0300\n" "Last-Translator: Jonh Wendell \n" "Language-Team: Brazilian Portuguese \n" @@ -630,15 +630,15 @@ msgstr "Tipo de imagem não suportada atualmente" msgid "Couldn't allocate memory for color profile" msgstr "Não foi possível alocar memória para o perfil de cores" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Memória insuficiente para abrir o arquivo JPEG 2000" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Não foi possível alocar memória para o buffer de dados de imagem" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Formato de imagem JPEG 2000" @@ -686,7 +686,7 @@ msgstr "" "A qualidade do JPEG deve ser um valor entre 0 e 100; o valor \"%d\" não é " "permitido." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Formato de imagem JPEG" @@ -1187,46 +1187,46 @@ msgid_plural "Opening %d Items" msgstr[0] "Abrindo %d item" msgstr[1] "Abrindo %d itens" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licença" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "A licença do programa" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Créditos" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licença" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Sobre o %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Créditos" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Escrito por" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documentado por" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Traduzido por" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Arte por" @@ -1302,17 +1302,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Barra invertida" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Função de tipo inválida: \"%s\"" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Elemento raiz inválido: \"%s\"" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Marca não manipulada: \"%s\"" @@ -1407,7 +1412,7 @@ msgstr "Desabilitado" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Novo acelerador..." @@ -1554,11 +1559,11 @@ msgstr "" msgid "Color Selection" msgstr "Seleção de cor" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Métodos de entrada" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Inserir caractere de controle Unicode" @@ -2001,7 +2006,7 @@ msgstr "_Renomear" msgid "_Selection: " msgstr "_Seleção: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2010,15 +2015,15 @@ msgstr "" "O nome de arquivo \"%s\" não pôde ser convertido para UTF-8 (tente definir a " "variável de ambiente G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 inválido" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nome muito extenso" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Não foi possível converter o nome do arquivo" @@ -2266,39 +2271,39 @@ msgstr "Opções do GTK+" msgid "Show GTK+ Options" msgstr "Mostra as opções do GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "C_onectar" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Conectar _anonimamente" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Conectar como u_suário:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Usuário:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domínio:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Senha:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Esquecer senha imediatamente" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Lembrar senha até o _fim dessa sessão" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Lembrar para sempre" @@ -2368,7 +2373,7 @@ msgstr "Tamanho do _papel:" msgid "_Orientation:" msgstr "_Orientação:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Configurar página" @@ -2518,17 +2523,17 @@ msgstr "Erro ao criar visualização de impressão" msgid "The most probable reason is that a temporary file could not be created." msgstr "A razão mais provável é que um arquivo temporário não pôde ser criado." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Erro ao lançar visualização" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Erro ao imprimir" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplicativo" @@ -2587,37 +2592,37 @@ msgstr "Manipulador para PrintDlgEx inválido" msgid "Unspecified error" msgstr "Erro não especificado" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Impressora" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Localização" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Estado" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Intervalo" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Todas as páginas" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Página _atual" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Páginas:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2625,127 +2630,133 @@ msgstr "" "Especificar um ou mais intervalos de páginas,\n" " ex.: 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Páginas:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Cópias" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Cópia_s:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Intercalar" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Inverte_r" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Geral" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Ordem das páginas" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Esquerda para direita" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Direita para esquerda" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Layout" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Frente e _verso:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Página_s por lado:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "O_rdem das páginas:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Apenas imprimir:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Todas as páginas" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Páginas pares" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Páginas ímpares" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Esc_ala:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papel" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tipo de papel:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Origem do papel:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_Bandeja de saída:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detalhes do trabalho" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oridade:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Informações de _valores:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Imprimir documento" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Agora" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "À_s:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2753,60 +2764,64 @@ msgstr "" "Informe a hora da impressão,\n" "p. ex: 9:30, 15:10, 19:40:15" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Em _espera" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Mantém a impressão em espera até ser explicitamente liberada" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Adicionar página de capa" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Antes:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Depois:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Trabalho" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avançado" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Qualidade da imagem" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Cor" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Concluindo" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Algumas configurações no diálogo de conflito" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Imprimir" diff --git a/po/ro.po b/po/ro.po index 7be4d97ba6..a13dc5d7a2 100644 --- a/po/ro.po +++ b/po/ro.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-07 20:49+0200\n" "Last-Translator: Mișu Moldovan \n" "Language-Team: Română \n" @@ -619,17 +619,17 @@ msgstr "Tipul de imagine nu este suportat deocamdată" msgid "Couldn't allocate memory for color profile" msgstr "Nu s-a putut aloca memorie pentru profilul de culoare" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Memorie insuficientă pentru a deschide fișierul JPEG 2000" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" "Nu s-a putut aloca memorie pentru plasarea în memoria buffer a datelor " "imaginii" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Formatul de imagine JPEG 2000" @@ -677,7 +677,7 @@ msgstr "" "Calitatea JPEG trebuie să fie o valoare între 0 și 100, valoarea „%d” nu " "este permisă." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Formatul de imagine JPEG" @@ -1178,46 +1178,46 @@ msgstr[0] "Se deschide un element" msgstr[1] "Se deschid %d elemente" msgstr[2] "Se deschid %d de elemente" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licență" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Licența programului" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "Auto_ri" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licență" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Despre %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Autori" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Programare" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documentație" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Traducere" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Interfață" @@ -1291,17 +1291,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Funcție tip nevalidă: „%s”" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Element rădăcină nevalid: „%s”" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Marcaj negestionat: „%s”" @@ -1396,7 +1401,7 @@ msgstr "Dezactivat" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Accelerator nou..." @@ -1541,11 +1546,11 @@ msgstr "" msgid "Color Selection" msgstr "Selecție culoare" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Metode de input" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Inserare control Unicode" @@ -1985,7 +1990,7 @@ msgstr "Rede_numește" msgid "_Selection: " msgstr "_Selecție: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1994,15 +1999,15 @@ msgstr "" "Numele de fișier „%s” nu a putut fi convertit la codarea UTF-8 (încercați să " "exportați variabila de mediu G_BROKEN_FILENAMES): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 nevalid" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nume prea lung" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Nu s-a putut converti numele de fișier" @@ -2248,39 +2253,39 @@ msgstr "Opțiuni GTK+" msgid "Show GTK+ Options" msgstr "Arată opțiunile GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Co_nectare" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Conectare _anonimă" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Conectare ca utili_zator:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Utilizator:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domeniu:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Parolă:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Uită parola _imediat" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Reține până la ieșirea din _sesiune" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Reține parola pentru _totdeauna" @@ -2350,7 +2355,7 @@ msgstr "_Mărime hârtie:" msgid "_Orientation:" msgstr "_Orientare:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Opțiuni pagină" @@ -2498,17 +2503,17 @@ msgstr "Eroare la crearea unei previzualizări pentru tipărire" msgid "The most probable reason is that a temporary file could not be created." msgstr "Cel mai probabil motiv este că nu s-a putut crea un fișier temporar." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Eroare la lansarea previzualizării" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Eroare la tipărire" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplicație" @@ -2567,37 +2572,37 @@ msgstr "Handle incorect pentru PrintDlgEx" msgid "Unspecified error" msgstr "Eroare nespecificată" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Imprimantă" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Locație" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Stare" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Interval" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "To_ate paginile" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Pagina c_urentă" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Pagini:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2605,127 +2610,133 @@ msgstr "" "Specificați unul sau mai multe intervale,\n" " de ex. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Pagini:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Copíi" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "_Copíi:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "C_olaj" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Inversat" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Generice" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Ordine pagini" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "De la stânga la dreapta" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "De la dreapta la stânga" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Aspect" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Pe am_bele părți" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "_Pagini per filă:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "_Ordine pagini" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Tipăr_ește:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Toate paginile" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Paginile pare" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Paginile impare" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Sc_alare:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Hârtie" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Tip _hârtie:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Sursă hârtie" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Tavă _ieșire:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detalii" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oritate:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Informații _de facturare" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Tipărire document" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Acum" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_La:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2733,60 +2744,64 @@ msgstr "" "Specificați ora tipăririi,\n" "de ex. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Î_n așteptare" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Ține sarcina în așteptare până i se dă drumul" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Adaugă pagină de gardă" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "Îna_inte:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "D_upă:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Sarcină" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avansat" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Calitate imagine" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Culoare" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Se termină" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Unele opțiuni din acest dialog sunt incompatibile" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Tipărire" diff --git a/po/ru.po b/po/ru.po index 267f815847..335f27db76 100644 --- a/po/ru.po +++ b/po/ru.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ trunk\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-22 09:07+0300\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2008-10-26 23:42+0800\n" "Last-Translator: Nickolay V. Shmyrev \n" "Language-Team: Russian \n" @@ -25,58 +25,58 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: ../gdk/gdk.c:103 +#: gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Не удалось разобрать --gdk-debug" -#: ../gdk/gdk.c:123 +#: gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Не удалось разобрать --gdk-no-debug" #. Description of --class=CLASS in --help output -#: ../gdk/gdk.c:151 +#: gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Класс программы, используемый менеджером окон" #. Placeholder in --class=CLASS in --help output -#: ../gdk/gdk.c:152 +#: gdk/gdk.c:152 msgid "CLASS" msgstr "КЛАСС" #. Description of --name=NAME in --help output -#: ../gdk/gdk.c:154 +#: gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Имя программы, используемое менеджером окон" #. Placeholder in --name=NAME in --help output -#: ../gdk/gdk.c:155 +#: gdk/gdk.c:155 msgid "NAME" msgstr "ИМЯ" #. Description of --display=DISPLAY in --help output -#: ../gdk/gdk.c:157 +#: gdk/gdk.c:157 msgid "X display to use" msgstr "Используемый X-дисплей" #. Placeholder in --display=DISPLAY in --help output -#: ../gdk/gdk.c:158 +#: gdk/gdk.c:158 msgid "DISPLAY" msgstr "ДИСПЛЕЙ" #. Description of --screen=SCREEN in --help output -#: ../gdk/gdk.c:160 +#: gdk/gdk.c:160 msgid "X screen to use" msgstr "Используемый X-экран" #. Placeholder in --screen=SCREEN in --help output -#: ../gdk/gdk.c:161 +#: gdk/gdk.c:161 msgid "SCREEN" msgstr "ЭКРАН" #. Description of --gdk-debug=FLAGS in --help output -#: ../gdk/gdk.c:164 +#: gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Установить указанные отладочные флаги Gdk" @@ -84,221 +84,221 @@ msgstr "Установить указанные отладочные флаги #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 +#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 msgid "FLAGS" msgstr "ФЛАГИ" #. Description of --gdk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:167 +#: gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Сбросить указанные отладочные флаги Gdk" -#: ../gdk/keyname-table.h:3940 +#: gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "BackSpace" -#: ../gdk/keyname-table.h:3941 +#: gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tab" -#: ../gdk/keyname-table.h:3942 +#: gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Return" -#: ../gdk/keyname-table.h:3943 +#: gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: ../gdk/keyname-table.h:3944 +#: gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Scroll_Lock" -#: ../gdk/keyname-table.h:3945 +#: gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: ../gdk/keyname-table.h:3946 +#: gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Escape" -#: ../gdk/keyname-table.h:3947 +#: gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_key" -#: ../gdk/keyname-table.h:3948 +#: gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: ../gdk/keyname-table.h:3949 +#: gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Влево" -#: ../gdk/keyname-table.h:3950 +#: gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Вверх" -#: ../gdk/keyname-table.h:3951 +#: gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Вправо" -#: ../gdk/keyname-table.h:3952 +#: gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Вниз" -#: ../gdk/keyname-table.h:3953 +#: gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page_Up" -#: ../gdk/keyname-table.h:3954 +#: gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page_Down" -#: ../gdk/keyname-table.h:3955 +#: gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" -#: ../gdk/keyname-table.h:3956 +#: gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" -#: ../gdk/keyname-table.h:3957 +#: gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Print" -#: ../gdk/keyname-table.h:3958 +#: gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insert" -#: ../gdk/keyname-table.h:3959 +#: gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" -#: ../gdk/keyname-table.h:3960 +#: gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Space" -#: ../gdk/keyname-table.h:3961 +#: gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Tab" -#: ../gdk/keyname-table.h:3962 +#: gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Enter" -#: ../gdk/keyname-table.h:3963 +#: gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP_Home" -#: ../gdk/keyname-table.h:3964 +#: gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP_Left" -#: ../gdk/keyname-table.h:3965 +#: gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP_Up" -#: ../gdk/keyname-table.h:3966 +#: gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP_Right" -#: ../gdk/keyname-table.h:3967 +#: gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP_Down" -#: ../gdk/keyname-table.h:3968 +#: gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_Page_Up" -#: ../gdk/keyname-table.h:3969 +#: gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP_Prior" -#: ../gdk/keyname-table.h:3970 +#: gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: ../gdk/keyname-table.h:3971 +#: gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP_Next" -#: ../gdk/keyname-table.h:3972 +#: gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "KP_End" -#: ../gdk/keyname-table.h:3973 +#: gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP_Begin" -#: ../gdk/keyname-table.h:3974 +#: gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP_Insert" -#: ../gdk/keyname-table.h:3975 +#: gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP_Delete" -#: ../gdk/keyname-table.h:3976 +#: gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Delete" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 +#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 +#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Не удалось открыть файл «%s»: %s" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 +#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Файл изображения «%s» не содержит данных" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 +#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "" -"Не удалось загрузить изображение «%s»: причина неизвестна, возможно, " -"файл изображения повреждён" +"Не удалось загрузить изображение «%s»: причина неизвестна, возможно, файл " +"изображения повреждён" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -307,12 +307,12 @@ msgstr "" "Не удалось загрузить анимацию «%s»: причина неизвестна, возможно, файл " "анимации повреждён" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 +#: gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Не удалось загрузить модуль загрузки изображений: %s: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 +#: gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -321,72 +321,72 @@ msgstr "" "Модуль загрузки изображений «%s» не предоставляет соответствующий интерфейс; " "может быть, модуль остался от предыдущей версии пакета GTK?" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 +#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Тип изображения «%s» не поддерживается" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 +#: gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Не удалось распознать формат изображения для файла «%s»" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 +#: gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Формат файла изображения не распознан" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Не удалось загрузить изображение «%s»: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 +#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Не удалось записать изображение: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "" "Эта сборка подсистемы «gdk-pixbuf» не поддерживает сохранение изображений в " "таком формате: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Недостаточно памяти для сохранения файла изображения" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Не удалось открыть временный файл" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Не удалось прочитать из временного файла" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Не удалось открыть файл «%s» для записи: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" "s" msgstr "" -"Не удалось закрыть файл «%s» во время записи изображения, не все " -"данные могли быть сохранены: %s" +"Не удалось закрыть файл «%s» во время записи изображения, не все данные могли " +"быть сохранены: %s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Недостаточно памяти для сохранения изображения в буфер" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Не удалось записать в поток изображения" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -395,154 +395,147 @@ msgstr "" "Произошла внутренняя ошибка: Модуль загрузки изображений «%s» не завершил " "загрузку, но не сообщил причину сбоя" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Пошаговая загрузка изображения формата «%s» не поддерживается" -#: ../gdk-pixbuf/gdk-pixdata.c:147 +#: gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Заголовок изображения повреждён" -#: ../gdk-pixbuf/gdk-pixdata.c:152 +#: gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Формат изображения неизвестен" -#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 +#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Пиксельные данные изображения повреждены" -#: ../gdk-pixbuf/gdk-pixdata.c:431 +#: gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "" "не удалось выделить память в размере %u байта для буфера изображения" msgstr[1] "" -"не удалось выделить память в размере %u байтов для буфера " -"изображения" +"не удалось выделить память в размере %u байтов для буфера изображения" msgstr[2] "" -"не удалось выделить память в размере %u байтов для буфера " -"изображения" +"не удалось выделить память в размере %u байтов для буфера изображения" -#: ../gdk-pixbuf/io-ani.c:244 +#: gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Непредвиденная последовательность кадров обнаружена в анимации" -#: ../gdk-pixbuf/io-ani.c:337 +#: gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Данный тип анимации не поддерживается" -#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 -#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 -#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 +#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 +#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Заголовок анимации недопустим" -#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 -#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 -#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 +#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 +#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Недостаточно памяти для загрузки анимации" -#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 -#: ../gdk-pixbuf/io-ani.c:443 +#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Данная последовательность кадров в анимации неверна" -#: ../gdk-pixbuf/io-ani.c:711 +#: gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "Формат изображений ANI" -#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 -#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 -#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 +#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 +#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "Изображение формата BMP имеет неправильные данные в заголовке" -#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 +#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Недостаточно памяти для загрузки изображения" -#: ../gdk-pixbuf/io-bmp.c:319 +#: gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "Изображение формата BMP имеет неподдерживаемый размер заголовка" -#: ../gdk-pixbuf/io-bmp.c:357 +#: gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Перевёрнутые BMP-изображения не могут быть сжаты" -#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 +#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Преждевременно обнаружен конец файла" -#: ../gdk-pixbuf/io-bmp.c:1329 +#: gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Не удалось выделить память для сохранения файла BMP" -#: ../gdk-pixbuf/io-bmp.c:1370 +#: gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Не удалось записать в файл BMP" -#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 +#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "Формат изображений BMP" -#: ../gdk-pixbuf/io-gif.c:222 +#: gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Не удалось прочитать файл формата GIF: %s" -#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 -#: ../gdk-pixbuf/io-gif.c:1642 +#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "Файл формата GIF не содержал некоторые данные (возможно был обрезан?)" -#: ../gdk-pixbuf/io-gif.c:505 +#: gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Произошла внутренняя ошибка в загрузчике изображений формата GIF (%s)" -#: ../gdk-pixbuf/io-gif.c:579 +#: gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Переполнение стека" -#: ../gdk-pixbuf/io-gif.c:639 +#: gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "Загрузчик изображений GIF не может понять это изображение." -#: ../gdk-pixbuf/io-gif.c:668 +#: gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Обнаружен неправильный код" -#: ../gdk-pixbuf/io-gif.c:678 +#: gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Круговая табличная запись обнаружена в файле формата GIF" -#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 -#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 +#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 +#: gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Недостаточно памяти для загрузки файла формата GIF" -#: ../gdk-pixbuf/io-gif.c:960 +#: gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Недостаточно памяти для создания кадра в файле GIF" -#: ../gdk-pixbuf/io-gif.c:1132 +#: gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "" "Изображение формата GIF повреждено (неправильное сжатие алгоритмом LZW)" -#: ../gdk-pixbuf/io-gif.c:1182 +#: gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Вероятно, файл не является файлом формата GIF" -#: ../gdk-pixbuf/io-gif.c:1194 +#: gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "Файлы формата GIF версии %s не поддерживаются" -#: ../gdk-pixbuf/io-gif.c:1303 +#: gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -550,115 +543,113 @@ msgstr "" "Изображение формата GIF не имеет глобальной карты цветов, и кадр внутри него " "не имеет локальной карты цветов." -#: ../gdk-pixbuf/io-gif.c:1537 +#: gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "Изображение формата GIF было обрезано или незавершено." -#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 +#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "Формат изображений GIF" -#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 -#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 -#: ../gdk-pixbuf/io-ico.c:359 +#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 +#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Недопустимый заголовок значка" -#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 -#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 -#: ../gdk-pixbuf/io-ico.c:462 +#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 +#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Недостаточно памяти для загрузки значка" -#: ../gdk-pixbuf/io-ico.c:322 +#: gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Ширина значка равна нулю" -#: ../gdk-pixbuf/io-ico.c:332 +#: gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Высота значка равна нулю" -#: ../gdk-pixbuf/io-ico.c:384 +#: gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Сжатые значки не поддерживаются" -#: ../gdk-pixbuf/io-ico.c:417 +#: gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Данный тип значка не поддерживается" -#: ../gdk-pixbuf/io-ico.c:511 +#: gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Недостаточно памяти для загрузки файла формата ICO" -#: ../gdk-pixbuf/io-ico.c:976 +#: gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Изображение слишком велико для сохранения в формате ICO" -#: ../gdk-pixbuf/io-ico.c:987 +#: gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Активирующая область определена за границами изображения" -#: ../gdk-pixbuf/io-ico.c:1010 +#: gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Глубина цвета %d для файла формата ICO не поддерживается" -#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 +#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "Формат изображений ICO" -#: ../gdk-pixbuf/io-icns.c:347 +#: gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "При чтении изображения ICNS произошла ошибка: %s" -#: ../gdk-pixbuf/io-icns.c:364 +#: gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Не удалось декодировать файл ICNS" -#: ../gdk-pixbuf/io-icns.c:397 +#: gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "Формат изображений ICNS" -#: ../gdk-pixbuf/io-jasper.c:75 +#: gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Не удалось выделить память для потока" -#: ../gdk-pixbuf/io-jasper.c:105 +#: gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Не удалось декодировать изображение" -#: ../gdk-pixbuf/io-jasper.c:123 +#: gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "" "Преобразованное изображение формата JPEG2000 имеет нулевую ширину или высоту" -#: ../gdk-pixbuf/io-jasper.c:137 +#: gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Тип изображения не поддерживается в данной версии" -#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 +#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Не удалось выделить память для цветового профиля" -#: ../gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Недостаточно памяти для открытия файла формата JPEG 2000" -#: ../gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Не удалось выделить память для буфера данных изображения" -#: ../gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Формат изображений JPEG 2000" -#: ../gdk-pixbuf/io-jpeg.c:117 +#: gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Произошла ошибка интерпретации файла изображения формата JPEG (%s)" -#: ../gdk-pixbuf/io-jpeg.c:529 +#: gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -666,22 +657,22 @@ msgstr "" "Недостаточно памяти для загрузки изображения; попытайтесь закрыть некоторые " "приложения, чтобы освободить память" -#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 +#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Цветовое пространство (%s) формата JPEG не поддерживается" -#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 -#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 +#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 +#: gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Не удалось выделить память для загрузки файла формата JPEG" -#: ../gdk-pixbuf/io-jpeg.c:920 +#: gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "" "Преобразованное изображение формата JPEG имеет нулевую ширину или высоту" -#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 +#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -690,97 +681,97 @@ msgstr "" "Качество формата JPEG должно быть между 0 и 100; значение «%s» не может быть " "обработано." -#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 +#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" "Качество формата JPEG должно быть между 0 и 100; значение «%d» недопустимо." -#: ../gdk-pixbuf/io-jpeg.c:1309 ../gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Формат изображений JPEG" -#: ../gdk-pixbuf/io-pcx.c:187 +#: gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Не удалось выделить память для заголовка" -#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 +#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Не удалось выделить память для буфера контекста" -#: ../gdk-pixbuf/io-pcx.c:601 +#: gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Изображение имеет нулевую ширину и (или) высоту" -#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 +#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Изображение имеет неподдерживаемое число бит на пиксель" -#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 +#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Изображение имеет неподдерживаемое число многобитовых (%d) плоскостей" -#: ../gdk-pixbuf/io-pcx.c:642 +#: gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Не удалось создать новую структуру pixbuf" -#: ../gdk-pixbuf/io-pcx.c:650 +#: gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Не удалось выделить память для данных строки" -#: ../gdk-pixbuf/io-pcx.c:657 +#: gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Не удалось выделить память для данных палитры" -#: ../gdk-pixbuf/io-pcx.c:704 +#: gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Не получены все строки изображения формата PCX" -#: ../gdk-pixbuf/io-pcx.c:711 +#: gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Палитра не найдена в конце данных формата PCX" -#: ../gdk-pixbuf/io-pcx.c:756 +#: gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "Формат изображений PCX" -#: ../gdk-pixbuf/io-png.c:55 +#: gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Значение числа бит на канал для изображения формата PNG недопустимо" -#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 +#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "" "Преобразованное изображение формата PNG имеет нулевую ширину или высоту" -#: ../gdk-pixbuf/io-png.c:144 +#: gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "" "Значение числа бит на канал преобразованного изображения формата PNG не " "равняется 8." -#: ../gdk-pixbuf/io-png.c:153 +#: gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Преобразованное изображение формата PNG не имеет тип RGB или RGBA" -#: ../gdk-pixbuf/io-png.c:162 +#: gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "Преобразованное изображение формата PNG имеет неподдерживаемое число " "каналов, это число должно быть 3 или 4" -#: ../gdk-pixbuf/io-png.c:183 +#: gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Произошла фатальная ошибка в файле изображения формата PNG: %s" -#: ../gdk-pixbuf/io-png.c:310 +#: gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Недостаточно памяти для загрузки файла формата PNG" -#: ../gdk-pixbuf/io-png.c:633 +#: gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -789,30 +780,30 @@ msgstr "" "Недостаточно памяти для хранения %ld из %ld изображений; попробуйте закрыть " "некоторые приложения, чтобы уменьшить количество используемой памяти" -#: ../gdk-pixbuf/io-png.c:684 +#: gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Произошла фатальная ошибка при чтении файла изображения формата PNG" -#: ../gdk-pixbuf/io-png.c:733 +#: gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "" "Произошла фатальная ошибка при чтении файла изображения формата PNG: %s" -#: ../gdk-pixbuf/io-png.c:825 +#: gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Ключи для блоков текста в изображении формата PNG должны содержать не менее " "1 и не более 79 символов." -#: ../gdk-pixbuf/io-png.c:833 +#: gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "" "Ключи для блоков текста в изображении формата PNG должны быть символами " "набора ASCII." -#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 +#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -821,7 +812,7 @@ msgstr "" "Степень сжатия PNG может быть величиной между 0 и 9, значение «%s» не может " "быть обработано." -#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 +#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -830,382 +821,378 @@ msgstr "" "Степень сжатия PNG может быть величиной между 0 и 9, значение «%d» не " "допускается." -#: ../gdk-pixbuf/io-png.c:896 +#: gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "Значение для блока текста %s не может быть преобразовано в кодировку ISO-" "8859-1." -#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 +#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "Формат изображений PNG" -#: ../gdk-pixbuf/io-pnm.c:250 +#: gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "" "Загрузчик изображений формата PNM ожидал найти целое число, но не нашёл его" -#: ../gdk-pixbuf/io-pnm.c:282 +#: gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "Файл формата PNM имеет неправильный начальный байт" -#: ../gdk-pixbuf/io-pnm.c:312 +#: gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "Файл формата PNM имеет нераспознаваемый субформат PNM" -#: ../gdk-pixbuf/io-pnm.c:337 +#: gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "Файл формата PNM имеет нулевую ширину изображения" -#: ../gdk-pixbuf/io-pnm.c:358 +#: gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "Файл формата PNM имеет нулевую высоту изображения" -#: ../gdk-pixbuf/io-pnm.c:381 +#: gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Максимальное значение цвета в файле формата PNM равняется 0" -#: ../gdk-pixbuf/io-pnm.c:389 +#: gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Максимальное значение цвета в файле формата PNM слишком велико" -#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 -#: ../gdk-pixbuf/io-pnm.c:504 +#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Данный тип изображения формата PNM недопустим" -#: ../gdk-pixbuf/io-pnm.c:654 +#: gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "Загрузчик изображений формата PNM не поддерживает этот субформат PNM" -#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 +#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "Формат PNM требует ровно одного пробела перед данными семпла" -#: ../gdk-pixbuf/io-pnm.c:768 +#: gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Не удалось выделить память для загрузки файла изображения PNM" -#: ../gdk-pixbuf/io-pnm.c:818 +#: gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Недостаточно памяти для загрузки структуры формата PNM" -#: ../gdk-pixbuf/io-pnm.c:869 +#: gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Непредвиденный конец данных обнаружен в изображении формата PNM" -#: ../gdk-pixbuf/io-pnm.c:997 +#: gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Недостаточно памяти для загрузки файла формата PNM" -#: ../gdk-pixbuf/io-pnm.c:1081 +#: gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "Семейство форматов изображений PNM/PBM/PGM/PPM" -#: ../gdk-pixbuf/io-ras.c:126 +#: gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "Заголовок изображения формата RAS содержит неправильные данные" -#: ../gdk-pixbuf/io-ras.c:148 +#: gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "Тип изображения формата RAS неизвестен" -#: ../gdk-pixbuf/io-ras.c:156 +#: gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "данная разновидность изображения формата RAS не поддерживается" -#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 +#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Недостаточно памяти для загрузки изображения формата RAS" -#: ../gdk-pixbuf/io-ras.c:545 +#: gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Формат растровых изображений компании Sun" -#: ../gdk-pixbuf/io-tga.c:154 +#: gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Не удалось выделить память для структуры IOBuffer" -#: ../gdk-pixbuf/io-tga.c:173 +#: gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Не удалось выделить память для данных структуры IOBuffer" -#: ../gdk-pixbuf/io-tga.c:184 +#: gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Не удалось перераспределить память для данных структуры IOBuffer" -#: ../gdk-pixbuf/io-tga.c:214 +#: gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Не удалось выделить временные данные структуры IOBuffer" -#: ../gdk-pixbuf/io-tga.c:347 +#: gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Не удалось выделить память для новой структуры pixbuf" -#: ../gdk-pixbuf/io-tga.c:687 +#: gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Не удалось выделить память для структуры карты цветов" -#: ../gdk-pixbuf/io-tga.c:694 +#: gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Не удалось выделить память для элементов карты цветов" -#: ../gdk-pixbuf/io-tga.c:716 +#: gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Непредвиденная глубина цвета обнаружена для элемента карты цветов" -#: ../gdk-pixbuf/io-tga.c:734 +#: gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Не удалось выделить память для заголовка формата TGA" -#: ../gdk-pixbuf/io-tga.c:767 +#: gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "Изображение TGA имеет недопустимые размеры" -#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 -#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 -#: ../gdk-pixbuf/io-tga.c:809 +#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 +#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "Неподдерживаемый тип изображения TGA" -#: ../gdk-pixbuf/io-tga.c:856 +#: gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Не удалось выделить память для структуры содержания формата TGA" -#: ../gdk-pixbuf/io-tga.c:921 +#: gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Данные в файле избыточны" -#: ../gdk-pixbuf/io-tga.c:1002 +#: gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Формат изображений Targa" -#: ../gdk-pixbuf/io-tiff.c:160 +#: gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "" "Не удалось определить ширину изображения (испорченный файл формата TIFF)" -#: ../gdk-pixbuf/io-tiff.c:167 +#: gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "" "Не удалось определить высоту изображения (испорченный файл формата TIFF)" -#: ../gdk-pixbuf/io-tiff.c:175 +#: gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "Ширина или высота изображения формата TIFF равна 0" -#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 +#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Изображение формата TIFF слишком большое" -#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 -#: ../gdk-pixbuf/io-tiff.c:541 +#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Недостаточно памяти для открытия файла формата TIFF" -#: ../gdk-pixbuf/io-tiff.c:275 +#: gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Не удалось прочитать данные RGB из файла формата TIFF" -#: ../gdk-pixbuf/io-tiff.c:331 +#: gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Не удалось открыть изображение формата TIFF" -#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 +#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "Произошёл сбой в функции TIFFClose" -#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 +#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Произошёл сбой при загрузке изображения формата TIFF" -#: ../gdk-pixbuf/io-tiff.c:670 +#: gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Сбой сохранения изображения TIFF" -#: ../gdk-pixbuf/io-tiff.c:708 +#: gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Сбой записи данных TIFF" -#: ../gdk-pixbuf/io-tiff.c:760 +#: gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Не удалось записать в файл TIFF" -#: ../gdk-pixbuf/io-tiff.c:815 +#: gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "Формат изображений TIFF" -#: ../gdk-pixbuf/io-wbmp.c:246 +#: gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Изображение имеет нулевую ширину" -#: ../gdk-pixbuf/io-wbmp.c:264 +#: gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Изображение имеет нулевую высоту" -#: ../gdk-pixbuf/io-wbmp.c:275 +#: gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Недостаточно памяти для загрузки изображения" -#: ../gdk-pixbuf/io-wbmp.c:334 +#: gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Не удалось сохранить оставшуюся часть" -#: ../gdk-pixbuf/io-wbmp.c:375 +#: gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "Формат изображений WBMP" -#: ../gdk-pixbuf/io-xbm.c:295 +#: gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Файл формата XBM недопустим" -#: ../gdk-pixbuf/io-xbm.c:305 +#: gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Недостаточно памяти для загрузки файла изображения формата XBM" -#: ../gdk-pixbuf/io-xbm.c:453 +#: gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "" -"Не удалось записать во временный файл во время загрузки изображения " -"формата XBM" +"Не удалось записать во временный файл во время загрузки изображения формата " +"XBM" -#: ../gdk-pixbuf/io-xbm.c:492 +#: gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "Формат изображений XBM" -#: ../gdk-pixbuf/io-xpm.c:468 +#: gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Заголовок XPM не найден" -#: ../gdk-pixbuf/io-xpm.c:477 +#: gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Недопустимый заголовок XPM" -#: ../gdk-pixbuf/io-xpm.c:485 +#: gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "Ширина изображения в файле формата XPM меньше или равна 0" -#: ../gdk-pixbuf/io-xpm.c:493 +#: gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "Высота изображения в файле формата XPM меньше или равна 0" -#: ../gdk-pixbuf/io-xpm.c:501 +#: gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM имеет недопустимое число символов на пиксел" -#: ../gdk-pixbuf/io-xpm.c:510 +#: gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "Файл формата XPM имеет недопустимое число цветов" -#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 -#: ../gdk-pixbuf/io-xpm.c:583 +#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Не удалось выделить память для загрузки изображения XPM" -#: ../gdk-pixbuf/io-xpm.c:545 +#: gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Не удалось прочитать цветовую карту XPM" -#: ../gdk-pixbuf/io-xpm.c:777 +#: gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "Cбой при записи временного файла во время загрузки изображения XPM" -#: ../gdk-pixbuf/io-xpm.c:816 +#: gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "Формат изображения XPM" -#: ../gdk-pixbuf/io-gdip-emf.c:59 +#: gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "Формат изображений EMF" -#: ../gdk-pixbuf/io-gdip-utils.c:220 +#: gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Не удалось выделить память: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 -#: ../gdk-pixbuf/io-gdip-utils.c:394 +#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 +#: gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Не удалось создать поток: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:259 +#: gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Не удалось сменить позицию в потоке: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:271 +#: gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Не удалось прочитать из потока: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 +#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Не удалось загрузить растровое изображение" -#: ../gdk-pixbuf/io-gdip-utils.c:838 +#: gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Не удалось загрузить метафайл" -#: ../gdk-pixbuf/io-gdip-utils.c:997 +#: gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Данный формат изображений не поддерживается для GDI+" -#: ../gdk-pixbuf/io-gdip-utils.c:1004 +#: gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Не удалось сохранить" -#: ../gdk-pixbuf/io-gdip-wmf.c:58 +#: gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "Формат изображений WMF" #. Description of --sync in --help output -#: ../gdk/win32/gdkmain-win32.c:54 +#: gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Не объединять запросы GDI" #. Description of --no-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:56 +#: gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Не использовать Wintab API для поддержки планшета" #. Description of --ignore-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:58 +#: gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "То же, что и --no-wintab" #. Description of --use-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:60 +#: gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Не использовать Wintab API [по умолчанию]" #. Description of --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:62 +#: gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Размер палитры в 8-битном режиме" #. Placeholder in --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:63 +#: gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "КОЛИЧЕСТВО_ЦВЕТОВ" #. Description of --sync in --help output -#: ../gdk/x11/gdkmain-x11.c:92 +#: gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Включить синхронные вызовы X" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 +#: gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Запускается %s" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 +#: gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Открывается %s" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 +#: gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" @@ -1213,46 +1200,46 @@ msgstr[0] "Открывается %d элемент" msgstr[1] "Открывается %d элемента" msgstr[2] "Открывается %d элементов" -#: ../gtk/gtkaboutdialog.c:267 ../gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Лицензия" -#: ../gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Лицензия программы" #. Add the credits button -#: ../gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Благодарности" #. Add the license button -#: ../gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Лицензия" -#: ../gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "О программе %s" -#: ../gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Благодарности" -#: ../gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Авторы" -#: ../gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Документация" -#: ../gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Перевод" -#: ../gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Графический дизайн" @@ -1261,7 +1248,7 @@ msgstr "Графический дизайн" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:91 +#: gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1271,7 +1258,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:97 +#: gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1281,7 +1268,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:103 +#: gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1291,7 +1278,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:671 +#: gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1301,7 +1288,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:684 +#: gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1311,32 +1298,37 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:698 +#: gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: ../gtk/gtkaccellabel.c:715 +#: gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Пробел" -#: ../gtk/gtkaccellabel.c:718 +#: gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: ../gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Функция недопустимого типа «%s»" -#: ../gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Некорректный корневой элемент «%s»" -#: ../gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Необработанный тег «%s»" @@ -1350,7 +1342,7 @@ msgstr "Необработанный тег «%s»" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: ../gtk/gtkcalendar.c:758 +#: gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1358,7 +1350,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: ../gtk/gtkcalendar.c:796 +#: gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1367,7 +1359,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: ../gtk/gtkcalendar.c:1803 +#: gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1382,7 +1374,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 +#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1398,7 +1390,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 +#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1414,7 +1406,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: ../gtk/gtkcalendar.c:2146 +#: gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1422,7 +1414,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: ../gtk/gtkcellrendereraccel.c:243 +#: gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Выключен" @@ -1431,25 +1423,25 @@ msgstr "Выключен" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: ../gtk/gtkcellrendereraccel.c:376 ../gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Новая комбинация клавиш..." -#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 +#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 +#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Выберите цвет" -#: ../gtk/gtkcolorbutton.c:448 +#: gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Получены недопустимые данные цвета\n" -#: ../gtk/gtkcolorsel.c:354 +#: gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1457,7 +1449,7 @@ msgstr "" "Выберите желаемый цвет на внешнем круге. Выберите более тёмный или более " "светлый оттенок, используя внутренний треугольник." -#: ../gtk/gtkcolorsel.c:378 +#: gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1465,67 +1457,67 @@ msgstr "" "Щелкните на пипетке, затем щёлкните на цвете в любом месте экрана, чтобы " "выбрать этот цвет." -#: ../gtk/gtkcolorsel.c:387 +#: gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "То_н:" -#: ../gtk/gtkcolorsel.c:388 +#: gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Положение цветового круга." -#: ../gtk/gtkcolorsel.c:390 +#: gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "Нас_ыщенность:" -#: ../gtk/gtkcolorsel.c:391 +#: gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "«Глубина» цвета." -#: ../gtk/gtkcolorsel.c:392 +#: gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "Зна_чение:" -#: ../gtk/gtkcolorsel.c:393 +#: gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Яркость цвета." -#: ../gtk/gtkcolorsel.c:394 +#: gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Красный:" -#: ../gtk/gtkcolorsel.c:395 +#: gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Количество красного оттенка в цвете." -#: ../gtk/gtkcolorsel.c:396 +#: gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Зелёный:" -#: ../gtk/gtkcolorsel.c:397 +#: gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Количество зелёного оттенка в цвете." -#: ../gtk/gtkcolorsel.c:398 +#: gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "С_иний:" -#: ../gtk/gtkcolorsel.c:399 +#: gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Количество синего оттенка в цвете." -#: ../gtk/gtkcolorsel.c:402 +#: gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "Не_прозрачность:" -#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 +#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Прозрачность цвета." -#: ../gtk/gtkcolorsel.c:426 +#: gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "Наи_менование цвета:" -#: ../gtk/gtkcolorsel.c:440 +#: gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1533,15 +1525,15 @@ msgstr "" "Вы можете ввести в этой строке или шестнадцатеричное значение цвета (в стиле " "HTML), или название цвета, например, «orange»." -#: ../gtk/gtkcolorsel.c:470 +#: gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "Па_литра:" -#: ../gtk/gtkcolorsel.c:499 +#: gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Цветовой круг" -#: ../gtk/gtkcolorsel.c:976 +#: gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1551,7 +1543,7 @@ msgstr "" "этот цвет в палитру или сделать его текущим, перетащив на другой образец " "цвета сбоку." -#: ../gtk/gtkcolorsel.c:980 +#: gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1559,11 +1551,11 @@ msgstr "" "Цвет, который вы выбрали. Вы можете перетащить его в палитру, чтобы " "сохранить для последующего использования." -#: ../gtk/gtkcolorsel.c:1363 +#: gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "Со_хранить цвет здесь" -#: ../gtk/gtkcolorsel.c:1568 +#: gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1572,56 +1564,56 @@ msgstr "" "изменить этот элемент, перетащите сюда образец цвета или щёлкните правой " "клавишей и выберите «Сохранить цвет здесь»" -#: ../gtk/gtkcolorseldialog.c:170 +#: gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Выбор цвета" -#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Методы ввода" # длинный перевод слишком сильно растягивает контекстное меню -#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "Вст_авить управляющий символ Юникод" -#: ../gtk/gtkentry.c:9797 +#: gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Включён ввод в верхнем регистре" -#: ../gtk/gtkfilechooserbutton.c:64 +#: gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Выберите файл" -#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 +#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Рабочий стол" -#: ../gtk/gtkfilechooserbutton.c:66 +#: gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Нет)" -#: ../gtk/gtkfilechooserbutton.c:2014 +#: gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Другой..." -#: ../gtk/gtkfilechooserdefault.c:1059 +#: gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Не удалось получить информацию о файле" -#: ../gtk/gtkfilechooserdefault.c:1070 +#: gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Не удалось добавить закладку" -#: ../gtk/gtkfilechooserdefault.c:1081 +#: gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Не удалось удалить закладку" -#: ../gtk/gtkfilechooserdefault.c:1092 +#: gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Не удалось создать папку" -#: ../gtk/gtkfilechooserdefault.c:1105 +#: gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1629,11 +1621,11 @@ msgstr "" "Папка не может быть создана, так как файл с таким именем уже существует. " "Выберите другое имя для папки, или переименуйте файл." -#: ../gtk/gtkfilechooserdefault.c:1116 +#: gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Недопустимое имя файла" -#: ../gtk/gtkfilechooserdefault.c:1126 +#: gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Не удалось отобразить содержимое папки" @@ -1641,174 +1633,174 @@ msgstr "Не удалось отобразить содержимое папки #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: ../gtk/gtkfilechooserdefault.c:1676 +#: gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s на %2$s" -#: ../gtk/gtkfilechooserdefault.c:1852 +#: gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Поиск" -#: ../gtk/gtkfilechooserdefault.c:1876 +#: gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Недавние документы" -#: ../gtk/gtkfilechooserdefault.c:2510 +#: gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Выбрать отображаемые типы файлов" -#: ../gtk/gtkfilechooserdefault.c:2939 +#: gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Создать закладку для папки «%s»" -#: ../gtk/gtkfilechooserdefault.c:2980 +#: gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Создать закладку для текущей папки" -#: ../gtk/gtkfilechooserdefault.c:2982 +#: gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Создать закладки для выделенных папок" -#: ../gtk/gtkfilechooserdefault.c:3022 +#: gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Удалить закладку «%s»" -#: ../gtk/gtkfilechooserdefault.c:3740 +#: gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Удалить" -#: ../gtk/gtkfilechooserdefault.c:3749 +#: gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Переименовать..." #. Accessible object name for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3895 +#: gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Места" #. Column header for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3952 +#: gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Места" -#: ../gtk/gtkfilechooserdefault.c:4008 +#: gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Добавить" -#: ../gtk/gtkfilechooserdefault.c:4015 +#: gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Создать закладку для выделенной папки" -#: ../gtk/gtkfilechooserdefault.c:4020 +#: gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Удалить" -#: ../gtk/gtkfilechooserdefault.c:4027 +#: gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Удалить выделенную закладку" -#: ../gtk/gtkfilechooserdefault.c:4136 +#: gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Не удалось выделить файл" -#: ../gtk/gtkfilechooserdefault.c:4311 +#: gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Добавить в закладки" -#: ../gtk/gtkfilechooserdefault.c:4325 +#: gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Показывать _скрытые файлы" -#: ../gtk/gtkfilechooserdefault.c:4332 +#: gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Показывать _размер" -#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 +#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 msgid "Files" msgstr "Файлы" -#: ../gtk/gtkfilechooserdefault.c:4636 +#: gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Имя" -#: ../gtk/gtkfilechooserdefault.c:4661 +#: gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Размер" -#: ../gtk/gtkfilechooserdefault.c:4675 +#: gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Изменён" #. Label -#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 +#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Имя:" -#: ../gtk/gtkfilechooserdefault.c:4938 +#: gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "П_росмотреть другие папки" -#: ../gtk/gtkfilechooserdefault.c:5208 +#: gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Введите имя файла" #. Create Folder -#: ../gtk/gtkfilechooserdefault.c:5245 +#: gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Создать п_апку" -#: ../gtk/gtkfilechooserdefault.c:5255 +#: gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Расположение:" -#: ../gtk/gtkfilechooserdefault.c:5459 +#: gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Сохранить в _папке" -#: ../gtk/gtkfilechooserdefault.c:5461 +#: gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Создать в _папке:" -#: ../gtk/gtkfilechooserdefault.c:7151 +#: gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Не удалось перейти в папку, так как она не является локальной" -#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 +#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Комбинация %s уже существует" -#: ../gtk/gtkfilechooserdefault.c:7887 +#: gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "Комбинация %s не существует" -#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 +#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Файл с именем «%s» уже существует. Заменить его?" -#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 +#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "" "Файл уже существует в «%s». Его замена приведёт к перезаписи содержимого." -#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 +#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Заменить" -#: ../gtk/gtkfilechooserdefault.c:8914 +#: gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Не удалось начать поиск" -#: ../gtk/gtkfilechooserdefault.c:8915 +#: gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1816,54 +1808,54 @@ msgstr "" "Не удалось соединиться с сервисом индексированного поиска. Проверьте, что " "сервис запущен." -#: ../gtk/gtkfilechooserdefault.c:8929 +#: gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Не удалось послать запрос на поиск" #. Label -#: ../gtk/gtkfilechooserdefault.c:9396 +#: gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Найти:" -#: ../gtk/gtkfilechooserdefault.c:10349 +#: gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Не удалось подключить %s" -#: ../gtk/gtkfilechooserdefault.c:11024 +#: gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Введите имя новой папки" -#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 -#: ../gtk/gtkfilechooserdefault.c:11295 +#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 +#: gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Неизвестен" -#: ../gtk/gtkfilechooserdefault.c:11242 +#: gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: ../gtk/gtkfilechooserdefault.c:11244 +#: gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Вчера в %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 +#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Неверный путь" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1095 +#: gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Нет совпадений" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1106 +#: gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Единственное совпадение" @@ -1871,13 +1863,13 @@ msgstr "Единственное совпадение" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: ../gtk/gtkfilechooserentry.c:1122 +#: gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Подходящее, но не уникальное" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: ../gtk/gtkfilechooserentry.c:1154 +#: gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Поиск совпадений..." @@ -1885,7 +1877,7 @@ msgstr "Поиск совпадений..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 +#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Поддерживаются только локальные файлы" @@ -1893,41 +1885,41 @@ msgstr "Поддерживаются только локальные файлы" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: ../gtk/gtkfilechooserentry.c:1185 +#: gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Незавершённое имя узла, наберите «/»" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: ../gtk/gtkfilechooserentry.c:1196 +#: gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Путь не существует" -#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 -#: ../gtk/gtkfilesel.c:1358 +#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 +#: gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Не удалось создать папку «%s»: %s" -#: ../gtk/gtkfilesel.c:694 +#: gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Папки" -#: ../gtk/gtkfilesel.c:698 +#: gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "Пап_ки" -#: ../gtk/gtkfilesel.c:734 +#: gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Файлы" -#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 +#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Папка нечитаема: %s" -#: ../gtk/gtkfilesel.c:905 +#: gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1938,88 +1930,88 @@ msgstr "" "этой программе.\n" "Хотите выбрать именно его?" -#: ../gtk/gtkfilesel.c:1020 +#: gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Создать папку" -#: ../gtk/gtkfilesel.c:1031 +#: gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "_Удалить файл" -#: ../gtk/gtkfilesel.c:1042 +#: gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "Пе_реименовать файл" -#: ../gtk/gtkfilesel.c:1347 +#: gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "Имя папки «%s» содержит символы, недопустимые в именах файлов" -#: ../gtk/gtkfilesel.c:1392 +#: gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Создать папку" -#: ../gtk/gtkfilesel.c:1407 +#: gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "Имя _папки:" -#: ../gtk/gtkfilesel.c:1431 +#: gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "Со_здать" -#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 +#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "Имя файла «%s» содержит символы, недопустимые в именах файлов" -#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 +#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Не удалось удалить файл «%s»: %s" -#: ../gtk/gtkfilesel.c:1530 +#: gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Действительно удалить файл «%s»?" -#: ../gtk/gtkfilesel.c:1535 +#: gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Удалить файл" -#: ../gtk/gtkfilesel.c:1583 +#: gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Не удалось переименовать файл в «%s»: %s" -#: ../gtk/gtkfilesel.c:1596 +#: gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Не удалось переименовать файл «%s»: %s" -#: ../gtk/gtkfilesel.c:1605 +#: gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Не удалось переименовать файл «%s» в «%s»: %s" -#: ../gtk/gtkfilesel.c:1652 +#: gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Переименовать файл" -#: ../gtk/gtkfilesel.c:1667 +#: gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Переименовать файл «%s» в:" -#: ../gtk/gtkfilesel.c:1696 +#: gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Переименовать" -#: ../gtk/gtkfilesel.c:2128 +#: gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Выбор: " -#: ../gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2028,15 +2020,15 @@ msgstr "" "Имя файла «%s» не удалось преобразовать в кодировку UTF-8 (попробуйте задать " "переменную среды G_FILENAME_ENCODING): %s" -#: ../gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Недопустимая последовательность UTF-8" -#: ../gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Слишком длинное имя" -#: ../gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Не удалось преобразовать имя файла" @@ -2045,75 +2037,75 @@ msgstr "Не удалось преобразовать имя файла" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: ../gtk/gtkfilesystem.c:52 +#: gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Файловая система" -#: ../gtk/gtkfilesystemmodel.c:700 +#: gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Не удалось получить корневую папку" -#: ../gtk/gtkfilesystemmodel.c:1301 +#: gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Пусто)" -#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 +#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Выберите шрифт" #. Initialize fields -#: ../gtk/gtkfontbutton.c:260 +#: gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:785 +#: gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Шрифт" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: ../gtk/gtkfontsel.c:75 +#: gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "абвгде АБВГДЕ abcde ABCDE" -#: ../gtk/gtkfontsel.c:343 +#: gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Семейство:" -#: ../gtk/gtkfontsel.c:349 +#: gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Начертание:" -#: ../gtk/gtkfontsel.c:355 +#: gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Размер:" #. create the text entry widget -#: ../gtk/gtkfontsel.c:532 +#: gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "Образе_ц:" -#: ../gtk/gtkfontsel.c:1649 +#: gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Выбор шрифта" -#: ../gtk/gtkgamma.c:408 +#: gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Гамма" -#: ../gtk/gtkgamma.c:418 +#: gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Значение _гаммы" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: ../gtk/gtkiconfactory.c:1404 +#: gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Не удалось загрузить значок: %s" -#: ../gtk/gtkicontheme.c:1363 +#: gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2126,139 +2118,139 @@ msgstr "" "Загрузить тему можно с\n" "\t%s" -#: ../gtk/gtkicontheme.c:1543 +#: gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "Значок «%s» не присутствует в теме" -#: ../gtk/gtkicontheme.c:3074 +#: gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Не удалось загрузить значок" -#: ../gtk/gtkimmodule.c:527 +#: gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Простой" -#: ../gtk/gtkimmulticontext.c:541 +#: gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Системный" -#: ../gtk/gtkimmulticontext.c:625 +#: gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Системный (%s)" -#: ../gtk/gtkinputdialog.c:192 +#: gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Ввод" -#: ../gtk/gtkinputdialog.c:207 +#: gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Расширенные устройства ввода отсутствуют" -#: ../gtk/gtkinputdialog.c:220 +#: gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Устройство:" -#: ../gtk/gtkinputdialog.c:237 +#: gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Выключен" -#: ../gtk/gtkinputdialog.c:244 +#: gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Экран" -#: ../gtk/gtkinputdialog.c:251 +#: gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Окно" -#: ../gtk/gtkinputdialog.c:258 +#: gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Режим:" #. The axis listbox -#: ../gtk/gtkinputdialog.c:279 +#: gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Оси" #. Keys listbox -#: ../gtk/gtkinputdialog.c:297 +#: gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Клавиши" -#: ../gtk/gtkinputdialog.c:524 +#: gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: ../gtk/gtkinputdialog.c:525 +#: gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: ../gtk/gtkinputdialog.c:526 +#: gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Нажим:" -#: ../gtk/gtkinputdialog.c:527 +#: gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "Н_аклон по X:" -#: ../gtk/gtkinputdialog.c:528 +#: gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "На_клон по Y:" -#: ../gtk/gtkinputdialog.c:529 +#: gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Колесо:" -#: ../gtk/gtkinputdialog.c:581 +#: gtk/gtkinputdialog.c:581 msgid "none" msgstr "нет" -#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 +#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(выключен)" -#: ../gtk/gtkinputdialog.c:647 +#: gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(неизвестен)" #. and clear button -#: ../gtk/gtkinputdialog.c:751 +#: gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "О_чистить" -#: ../gtk/gtklinkbutton.c:428 +#: gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Копировать URL" -#: ../gtk/gtklinkbutton.c:586 +#: gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Неверный URI" #. Description of --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:450 +#: gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Загрузить дополнительные модули GTK+" #. Placeholder in --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:451 +#: gtk/gtkmain.c:451 msgid "MODULES" msgstr "МОДУЛИ" #. Description of --g-fatal-warnings in --help output -#: ../gtk/gtkmain.c:453 +#: gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Сделать все предупреждения фатальными" #. Description of --gtk-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:456 +#: gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Установить указанные отладочные флаги GTK+" #. Description of --gtk-no-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:459 +#: gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Сбросить указанные отладочные флаги GTK+" @@ -2267,66 +2259,65 @@ msgstr "Сбросить указанные отладочные флаги GTK+ #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: ../gtk/gtkmain.c:707 +#: gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: ../gtk/gtkmain.c:773 +#: gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Не удалось открыть дисплей: %s" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Параметры GTK+" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Показать параметры GTK+" -#: ../gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "_Подключиться" -#: ../gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Подключиться _анонимно" -#: ../gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Подключиться _как:" -#: ../gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Имя пользователя:" -#: ../gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Домен:" -#: ../gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Пароль:" -#: ../gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Забыть пароль немедленно" -#: ../gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Запомнить пароль _до выхода из сеанса" -#: ../gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Запомнить _навсегда" -#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 +#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Страница %u" -#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 -#: ../gtk/gtkpapersize.c:867 +#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Некорректный файл настройки печати" @@ -2336,11 +2327,11 @@ msgstr "Некорректный файл настройки печати" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: ../gtk/gtkpagesetupunixdialog.c:152 +#: gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: ../gtk/gtkpagesetupunixdialog.c:308 +#: gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2348,15 +2339,15 @@ msgstr "" "Любой принтер\n" "Для переносимых документов" -#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 +#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "мм" -#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 +#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "дюймы" -#: ../gtk/gtkpagesetupunixdialog.c:915 +#: gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2371,88 +2362,88 @@ msgstr "" " верхнее: %s %s\n" " нижнее: %s %s" -#: ../gtk/gtkpagesetupunixdialog.c:964 +#: gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Управление пользовательскими размерами..." -#: ../gtk/gtkpagesetupunixdialog.c:1012 +#: gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Формат для:" -#: ../gtk/gtkpagesetupunixdialog.c:1034 +#: gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Размер бумаги:" -#: ../gtk/gtkpagesetupunixdialog.c:1065 +#: gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Расположение:" -#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Параметры страницы" -#: ../gtk/gtkpagesetupunixdialog.c:1448 +#: gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Поля из принтера..." -#: ../gtk/gtkpagesetupunixdialog.c:1608 +#: gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Пользовательский размер %d" -#: ../gtk/gtkpagesetupunixdialog.c:1837 +#: gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Управление пользовательскими размерами" -#: ../gtk/gtkpagesetupunixdialog.c:1933 +#: gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Ширина:" -#: ../gtk/gtkpagesetupunixdialog.c:1945 +#: gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Высота:" -#: ../gtk/gtkpagesetupunixdialog.c:1957 +#: gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Размер бумаги" -#: ../gtk/gtkpagesetupunixdialog.c:1967 +#: gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Верхнее:" -#: ../gtk/gtkpagesetupunixdialog.c:1979 +#: gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Нижнее:" -#: ../gtk/gtkpagesetupunixdialog.c:1991 +#: gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Левое:" -#: ../gtk/gtkpagesetupunixdialog.c:2003 +#: gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Правое:" -#: ../gtk/gtkpagesetupunixdialog.c:2044 +#: gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Поля страницы" -#: ../gtk/gtkpathbar.c:151 +#: gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Вверх по дереву" -#: ../gtk/gtkpathbar.c:153 +#: gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Вниз по дереву" -#: ../gtk/gtkpathbar.c:1472 +#: gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Корень файловой системы" -#: ../gtk/gtkprinteroptionwidget.c:693 +#: gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Недоступно" -#: ../gtk/gtkprinteroptionwidget.c:808 +#: gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "_Сохранить в папке:" @@ -2460,176 +2451,181 @@ msgstr "_Сохранить в папке:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: ../gtk/gtkprintoperation.c:175 +#: gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s задание №%d" -#: ../gtk/gtkprintoperation.c:1517 +#: gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Начальное состояние" -#: ../gtk/gtkprintoperation.c:1518 +#: gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Подготовка к печати" -#: ../gtk/gtkprintoperation.c:1519 +#: gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Вывод данных" -#: ../gtk/gtkprintoperation.c:1520 +#: gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Отправка данных" -#: ../gtk/gtkprintoperation.c:1521 +#: gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Ожидание" -#: ../gtk/gtkprintoperation.c:1522 +#: gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Остановлено из-за ошибки" -#: ../gtk/gtkprintoperation.c:1523 +#: gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Печать" -#: ../gtk/gtkprintoperation.c:1524 +#: gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Завершено" -#: ../gtk/gtkprintoperation.c:1525 +#: gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Завершено с ошибкой" -#: ../gtk/gtkprintoperation.c:2048 +#: gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Подготовка %d" -#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 +#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 +#, c-format msgid "Preparing" msgstr "Подготовка" -#: ../gtk/gtkprintoperation.c:2053 +#: gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Печать %d" -#: ../gtk/gtkprintoperation.c:2411 +#: gtk/gtkprintoperation.c:2411 +#, c-format msgid "Error creating print preview" msgstr "Не удалось создать предварительный просмотр" -#: ../gtk/gtkprintoperation.c:2414 +#: gtk/gtkprintoperation.c:2414 +#, c-format msgid "The most probable reason is that a temporary file could not be created." msgstr "Наиболее вероятная причина: не удалось создать временный файл." -#: ../gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 +#, c-format msgid "Error launching preview" msgstr "Ошибка предварительного просмотра" -#: ../gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 +#, c-format msgid "Error printing" msgstr "Ошибка печати" -#: ../gtk/gtkprintoperation-unix.c:384 ../gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Приложение" -#: ../gtk/gtkprintoperation-win32.c:590 +#: gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Принтер отключён" -#: ../gtk/gtkprintoperation-win32.c:592 +#: gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Нет бумаги" #. Translators: this is a printer status. -#: ../gtk/gtkprintoperation-win32.c:594 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: gtk/gtkprintoperation-win32.c:594 +#: modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Приостановлено" -#: ../gtk/gtkprintoperation-win32.c:596 +#: gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Необходимо вмешательство пользователя" -#: ../gtk/gtkprintoperation-win32.c:696 +#: gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Пользовательский размер" -#: ../gtk/gtkprintoperation-win32.c:1517 +#: gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Принтеры не найдены" -#: ../gtk/gtkprintoperation-win32.c:1544 +#: gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Неверный аргумент для CreateDC" -#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 +#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Ошибка от StartDoc" -#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 -#: ../gtk/gtkprintoperation-win32.c:1729 +#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 +#: gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Недостаточно свободной памяти" -#: ../gtk/gtkprintoperation-win32.c:1734 +#: gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Неверный аргумент для PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1739 +#: gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Неверный указатель на PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1744 +#: gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Ошибочный дескриптор PrintDlgEx" -#: ../gtk/gtkprintoperation-win32.c:1749 +#: gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Неуказанная ошибка" -#: ../gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Принтер" #. Translators: this is the header for the location column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Расположение" #. Translators: this is the header for the printer status column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Состояние" -#: ../gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Диапазон" -#: ../gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Все страницы" -#: ../gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Текущую страницу" -#: ../gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Страни_цы:" -#: ../gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2637,127 +2633,133 @@ msgstr "" "Введите один или несколько диапазонов страниц,\n" "например, 1-3,7,11" -#: ../gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Страни_цы:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Копии" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: ../gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "_Копий:" -#: ../gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Упорядочить" -#: ../gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Наоборот" -#: ../gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Общие" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: ../gtk/gtkprintunixdialog.c:2442 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: gtk/gtkprintunixdialog.c:2439 +#: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Порядок страниц" -#: ../gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Слева направо" -#: ../gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Справа налево" -#: ../gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Размещение" -#: ../gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Двухсторонняя:" -#: ../gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Страниц на _сторону:" -#: ../gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Порядок ст_раниц:" -#: ../gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Печатать т_олько:" #. In enum order -#: ../gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Все листы" -#: ../gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Чётные листы" -#: ../gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Нечётные листы" -#: ../gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Масштаб:" -#: ../gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Бумага" -#: ../gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Тип бумаги:" -#: ../gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Источник бумаги:" -#: ../gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Выходной лоток:" -#: ../gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Сведения о задании" -#: ../gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "При_оритет:" -#: ../gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Расположение:" -#: ../gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Печатать документ" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Сейчас" -#: ../gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_В:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: ../gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2765,113 +2767,117 @@ msgstr "" "Задайте время печати,\n" " например, 15:30, 14:15:20, 7:20" -#: ../gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "О_жидание" -#: ../gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Задержать задание до дополнительной команды" -#: ../gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Добавить титульный лист" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_До:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_После:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Задание" -#: ../gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Дополнительно" -#: ../gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Качество изображения" -#: ../gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Цвет" -#: ../gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Завершение" -#: ../gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Некоторые параметры в диалоге конфликтуют" -#: ../gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Печать" -#: ../gtk/gtkrc.c:2874 +#: gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Не удалось найти подключаемый файл: «%s»" -#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 +#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Файл с изображением не найден в pixmap_path: «%s»" -#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 -#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 +#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 +#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Эта функция не реализована для виджета класса «%s»" -#: ../gtk/gtkrecentchooserdefault.c:481 +#: gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Выберите типы отображаемых документов" -#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 +#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Не найден элемент для URI «%s»" -#: ../gtk/gtkrecentchooserdefault.c:1298 +#: gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Неозаглавленный фильтр" -#: ../gtk/gtkrecentchooserdefault.c:1651 +#: gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Не удалось удалить элемент" -#: ../gtk/gtkrecentchooserdefault.c:1695 +#: gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Не удалось очистить список" -#: ../gtk/gtkrecentchooserdefault.c:1779 +#: gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Копировать _адрес" -#: ../gtk/gtkrecentchooserdefault.c:1792 +#: gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Удалить из списка" -#: ../gtk/gtkrecentchooserdefault.c:1801 +#: gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "О_чистить список" -#: ../gtk/gtkrecentchooserdefault.c:1815 +#: gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "_Показать личные ресурсы" @@ -2885,21 +2891,21 @@ msgstr "_Показать личные ресурсы" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: ../gtk/gtkrecentchoosermenu.c:342 +#: gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Нет элементов" -#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 +#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Недавно использовавшийся ресурс не найден по URI «%s»" -#: ../gtk/gtkrecentchoosermenu.c:775 +#: gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Открыть «%s»" -#: ../gtk/gtkrecentchoosermenu.c:805 +#: gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Неизвестный элемент" @@ -2908,7 +2914,7 @@ msgstr "Неизвестный элемент" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: ../gtk/gtkrecentchoosermenu.c:816 +#: gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2917,37 +2923,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: ../gtk/gtkrecentchoosermenu.c:821 +#: gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 -#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 -#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 -#: ../gtk/gtkrecentmanager.c:1258 +#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 +#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 +#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 +#: gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Не удалось найти элемент с URI «%s»" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: ../gtk/gtkstock.c:288 +#: gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Информация" -#: ../gtk/gtkstock.c:289 +#: gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Предупреждение" -#: ../gtk/gtkstock.c:290 +#: gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Ошибка" -#: ../gtk/gtkstock.c:291 +#: gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Вопрос" @@ -2955,695 +2961,695 @@ msgstr "Вопрос" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: ../gtk/gtkstock.c:296 +#: gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_О программе" -#: ../gtk/gtkstock.c:297 +#: gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Добавить" -#: ../gtk/gtkstock.c:298 +#: gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Применить" -#: ../gtk/gtkstock.c:299 +#: gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "Полу_жирный" -#: ../gtk/gtkstock.c:300 +#: gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "О_тменить" -#: ../gtk/gtkstock.c:301 +#: gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_Компакт-диск" -#: ../gtk/gtkstock.c:302 +#: gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "О_чистить" -#: ../gtk/gtkstock.c:303 +#: gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Закрыть" -#: ../gtk/gtkstock.c:304 +#: gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "П_одключиться" -#: ../gtk/gtkstock.c:305 +#: gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "П_реобразовать" -#: ../gtk/gtkstock.c:306 +#: gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Копировать" -#: ../gtk/gtkstock.c:307 +#: gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "_Вырезать" -#: ../gtk/gtkstock.c:308 +#: gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Удалить" -#: ../gtk/gtkstock.c:309 +#: gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "От_бросить" -#: ../gtk/gtkstock.c:310 +#: gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Отключиться" -#: ../gtk/gtkstock.c:311 +#: gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Выполнить" -#: ../gtk/gtkstock.c:312 +#: gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Изменить" -#: ../gtk/gtkstock.c:313 +#: gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Найти" -#: ../gtk/gtkstock.c:314 +#: gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Найти и _заменить" -#: ../gtk/gtkstock.c:315 +#: gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Дискета" -#: ../gtk/gtkstock.c:316 +#: gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Во весь экран" -#: ../gtk/gtkstock.c:317 +#: gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "П_окинуть полноэкранный режим" #. This is a navigation label as in "go to the bottom of the page" -#: ../gtk/gtkstock.c:319 +#: gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "К ни_зу" #. This is a navigation label as in "go to the first page" -#: ../gtk/gtkstock.c:321 +#: gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "В н_ачало" #. This is a navigation label as in "go to the last page" -#: ../gtk/gtkstock.c:323 +#: gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "В _конец" #. This is a navigation label as in "go to the top of the page" -#: ../gtk/gtkstock.c:325 +#: gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "К _верху" #. This is a navigation label as in "go back" -#: ../gtk/gtkstock.c:327 +#: gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "На_зад" #. This is a navigation label as in "go down" -#: ../gtk/gtkstock.c:329 +#: gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "В_низ" #. This is a navigation label as in "go forward" -#: ../gtk/gtkstock.c:331 +#: gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Вперёд" #. This is a navigation label as in "go up" -#: ../gtk/gtkstock.c:333 +#: gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "Вв_ерх" -#: ../gtk/gtkstock.c:334 +#: gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Жёсткий диск" -#: ../gtk/gtkstock.c:335 +#: gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Справка" -#: ../gtk/gtkstock.c:336 +#: gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Домой" -#: ../gtk/gtkstock.c:337 +#: gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Увеличить отступ" -#: ../gtk/gtkstock.c:338 +#: gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Уменьшить отступ" -#: ../gtk/gtkstock.c:339 +#: gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Индекс" -#: ../gtk/gtkstock.c:340 +#: gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Информация" -#: ../gtk/gtkstock.c:341 +#: gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Курсив" -#: ../gtk/gtkstock.c:342 +#: gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "Перейти _к" #. This is about text justification, "centered text" -#: ../gtk/gtkstock.c:344 +#: gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "По _центру" #. This is about text justification -#: ../gtk/gtkstock.c:346 +#: gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "По _ширине" #. This is about text justification, "left-justified text" -#: ../gtk/gtkstock.c:348 +#: gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "По _левому краю" #. This is about text justification, "right-justified text" -#: ../gtk/gtkstock.c:350 +#: gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "По _правому краю" #. Media label, as in "fast forward" -#: ../gtk/gtkstock.c:353 +#: gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Вперёд" #. Media label, as in "next song" -#: ../gtk/gtkstock.c:355 +#: gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Следующая" #. Media label, as in "pause music" -#: ../gtk/gtkstock.c:357 +#: gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "_Приостановить" #. Media label, as in "play music" -#: ../gtk/gtkstock.c:359 +#: gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Воспроизвести" #. Media label, as in "previous song" -#: ../gtk/gtkstock.c:361 +#: gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "П_редыдущая" #. Media label -#: ../gtk/gtkstock.c:363 +#: gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Записать" #. Media label -#: ../gtk/gtkstock.c:365 +#: gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Назад" #. Media label -#: ../gtk/gtkstock.c:367 +#: gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Остановить" -#: ../gtk/gtkstock.c:368 +#: gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Сеть" -#: ../gtk/gtkstock.c:369 +#: gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Создать" -#: ../gtk/gtkstock.c:370 +#: gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Нет" -#: ../gtk/gtkstock.c:371 +#: gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_OK" -#: ../gtk/gtkstock.c:372 +#: gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Открыть" #. Page orientation -#: ../gtk/gtkstock.c:374 +#: gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Пейзаж" #. Page orientation -#: ../gtk/gtkstock.c:376 +#: gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Портрет" #. Page orientation -#: ../gtk/gtkstock.c:378 +#: gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Обратный пейзаж" #. Page orientation -#: ../gtk/gtkstock.c:380 +#: gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Обратный портрет" -#: ../gtk/gtkstock.c:381 +#: gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Параметры стран_ицы" -#: ../gtk/gtkstock.c:382 +#: gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "Вст_авить" -#: ../gtk/gtkstock.c:383 +#: gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Параметры" -#: ../gtk/gtkstock.c:384 +#: gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "Пе_чать" -#: ../gtk/gtkstock.c:385 +#: gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Пред_варительный просмотр" -#: ../gtk/gtkstock.c:386 +#: gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Свойства" -#: ../gtk/gtkstock.c:387 +#: gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "В_ыход" -#: ../gtk/gtkstock.c:388 +#: gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "Ве_рнуть" -#: ../gtk/gtkstock.c:389 +#: gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "Об_новить" -#: ../gtk/gtkstock.c:390 +#: gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Удалить" -#: ../gtk/gtkstock.c:391 +#: gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Восстановить" -#: ../gtk/gtkstock.c:392 +#: gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "Со_хранить" -#: ../gtk/gtkstock.c:393 +#: gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Сохранить _как" -#: ../gtk/gtkstock.c:394 +#: gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Выделить вс_ё" -#: ../gtk/gtkstock.c:395 +#: gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Цвет" -#: ../gtk/gtkstock.c:396 +#: gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Шрифт" #. Sorting direction -#: ../gtk/gtkstock.c:398 +#: gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "По воз_растанию" #. Sorting direction -#: ../gtk/gtkstock.c:400 +#: gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "По _убыванию" -#: ../gtk/gtkstock.c:401 +#: gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "Проверить право_писание" -#: ../gtk/gtkstock.c:402 +#: gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Остановить" #. Font variant -#: ../gtk/gtkstock.c:404 +#: gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "Пере_чёркивание" -#: ../gtk/gtkstock.c:405 +#: gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "Вос_становить удалённое" #. Font variant -#: ../gtk/gtkstock.c:407 +#: gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "По_дчёркивание" -#: ../gtk/gtkstock.c:408 +#: gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Отменить" -#: ../gtk/gtkstock.c:409 +#: gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Да" #. Zoom -#: ../gtk/gtkstock.c:411 +#: gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "В обы_чном размере" #. Zoom -#: ../gtk/gtkstock.c:413 +#: gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Наилучшее _заполнение" -#: ../gtk/gtkstock.c:414 +#: gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "У_величить" -#: ../gtk/gtkstock.c:415 +#: gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "У_меньшить" -#: ../gtk/gtktextbufferrichtext.c:651 +#: gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Неизвестная ошибка при попытке десериализации %s" -#: ../gtk/gtktextbufferrichtext.c:710 +#: gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Не найдена функция десериализации для формата %s" -#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 +#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "В элементе <%s> присутствует как «id», так и «name»" -#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 +#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "Атрибут «%s» был дважды найден в элементе <%s>" -#: ../gtk/gtktextbufferserialize.c:846 +#: gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "Элемент <%s> имеет ошибочный идентификатор «%s»" -#: ../gtk/gtktextbufferserialize.c:856 +#: gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "Элемент <%s> не имеет ни атрибута «name», ни «id»" -#: ../gtk/gtktextbufferserialize.c:943 +#: gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "Атрибут «%s» дважды повторяется в одном элементе <%s>" -#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 +#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "Атрибут «%s» ошибочен в элементе <%s> в этом контексте" -#: ../gtk/gtktextbufferserialize.c:1022 +#: gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Тег «%s» не был определён." -#: ../gtk/gtktextbufferserialize.c:1034 +#: gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Найден анонимный тег, невозможно создать теги." -#: ../gtk/gtktextbufferserialize.c:1045 +#: gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "Тега «%s» не существует в буфере, тег не может быть создан." -#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 -#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 +#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 +#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Элемент <%s> не может быть размещён перед <%s>" -#: ../gtk/gtktextbufferserialize.c:1175 +#: gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "«%s» не является допустимым типом атрибута" -#: ../gtk/gtktextbufferserialize.c:1183 +#: gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "«%s» не является допустимым именем атрибута" -#: ../gtk/gtktextbufferserialize.c:1193 +#: gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "«%s» не может быть преобразовано к значению типа «%s» для атрибута «%s»" -#: ../gtk/gtktextbufferserialize.c:1202 +#: gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "«%s» не является допустимым значением атрибута «%s»" -#: ../gtk/gtktextbufferserialize.c:1285 +#: gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Тег «%s» уже определён" -#: ../gtk/gtktextbufferserialize.c:1296 +#: gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Тег «%s» имеет ошибочный приоритет «%s»" -#: ../gtk/gtktextbufferserialize.c:1349 +#: gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "" "Наиболее удалённым элементом в тексте должен быть , а не <%" "s>" -#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 +#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Элемент <%s> уже был определён" -#: ../gtk/gtktextbufferserialize.c:1380 +#: gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Элемент не может быть расположен до элемента " -#: ../gtk/gtktextbufferserialize.c:1779 +#: gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Сериализованные данные неправильно сформированы" -#: ../gtk/gtktextbufferserialize.c:1857 +#: gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Сериализованные данные неправильно сформированы. Первым разделом является не " "GTKTEXTBUFFERCONTENTS-0001" -#: ../gtk/gtktextutil.c:61 +#: gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM Метка с_лева направо" -#: ../gtk/gtktextutil.c:62 +#: gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM Метка с_права налево" -#: ../gtk/gtktextutil.c:63 +#: gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE Вс_тавка слева направо" -#: ../gtk/gtktextutil.c:64 +#: gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE Вст_авка справа налево" -#: ../gtk/gtktextutil.c:65 +#: gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO П_ерекрывание слева направо" -#: ../gtk/gtktextutil.c:66 +#: gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO Пере_крывание справа налево" -#: ../gtk/gtktextutil.c:67 +#: gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF _Расположение по вертикали" -#: ../gtk/gtktextutil.c:68 +#: gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS _Нулевой пробел" -#: ../gtk/gtktextutil.c:69 +#: gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ Нулевой о_бъединитель" -#: ../gtk/gtktextutil.c:70 +#: gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ Нулевой ра_зъединитель" -#: ../gtk/gtkthemes.c:71 +#: gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Загружаемый модуль тем не найден в module_path: «%s»," -#: ../gtk/gtktipsquery.c:188 +#: gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Нет подсказки ---" -#: ../gtk/gtkuimanager.c:1463 +#: gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Начальный тег «%s» является непредвиденным (строка %d, символ %d)" -#: ../gtk/gtkuimanager.c:1553 +#: gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Непредвиденные символьные данные (строка %d, символ %d)" -#: ../gtk/gtkuimanager.c:2385 +#: gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Пусто" -#: ../gtk/gtkvolumebutton.c:73 +#: gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Громкость" -#: ../gtk/gtkvolumebutton.c:75 +#: gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Повышает или понижает громкость" -#: ../gtk/gtkvolumebutton.c:78 +#: gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Регулирует громкость" -#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 +#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Тише" -#: ../gtk/gtkvolumebutton.c:83 +#: gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Понижает громкость" -#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 +#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Громче" -#: ../gtk/gtkvolumebutton.c:89 +#: gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Повышает громкость" -#: ../gtk/gtkvolumebutton.c:147 +#: gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Приглушить" -#: ../gtk/gtkvolumebutton.c:151 +#: gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Полная громкость" @@ -3652,927 +3658,927 @@ msgstr "Полная громкость" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: ../gtk/gtkvolumebutton.c:164 +#: gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: ../gtk/paper_names_offsets.c:4 +#: gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: ../gtk/paper_names_offsets.c:5 +#: gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: ../gtk/paper_names_offsets.c:6 +#: gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: ../gtk/paper_names_offsets.c:7 +#: gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: ../gtk/paper_names_offsets.c:8 +#: gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: ../gtk/paper_names_offsets.c:9 +#: gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: ../gtk/paper_names_offsets.c:10 +#: gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: ../gtk/paper_names_offsets.c:11 +#: gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: ../gtk/paper_names_offsets.c:12 +#: gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: ../gtk/paper_names_offsets.c:13 +#: gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: ../gtk/paper_names_offsets.c:14 +#: gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: ../gtk/paper_names_offsets.c:15 +#: gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: ../gtk/paper_names_offsets.c:16 +#: gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: ../gtk/paper_names_offsets.c:17 +#: gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: ../gtk/paper_names_offsets.c:18 +#: gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: ../gtk/paper_names_offsets.c:19 +#: gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: ../gtk/paper_names_offsets.c:20 +#: gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: ../gtk/paper_names_offsets.c:21 +#: gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: ../gtk/paper_names_offsets.c:22 +#: gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: ../gtk/paper_names_offsets.c:23 +#: gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: ../gtk/paper_names_offsets.c:24 +#: gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: ../gtk/paper_names_offsets.c:25 +#: gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: ../gtk/paper_names_offsets.c:26 +#: gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: ../gtk/paper_names_offsets.c:27 +#: gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: ../gtk/paper_names_offsets.c:28 +#: gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: ../gtk/paper_names_offsets.c:29 +#: gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: ../gtk/paper_names_offsets.c:30 +#: gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: ../gtk/paper_names_offsets.c:31 +#: gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: ../gtk/paper_names_offsets.c:32 +#: gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: ../gtk/paper_names_offsets.c:33 +#: gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: ../gtk/paper_names_offsets.c:34 +#: gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: ../gtk/paper_names_offsets.c:35 +#: gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: ../gtk/paper_names_offsets.c:36 +#: gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: ../gtk/paper_names_offsets.c:37 +#: gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: ../gtk/paper_names_offsets.c:38 +#: gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: ../gtk/paper_names_offsets.c:39 +#: gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: ../gtk/paper_names_offsets.c:40 +#: gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: ../gtk/paper_names_offsets.c:41 +#: gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: ../gtk/paper_names_offsets.c:42 +#: gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: ../gtk/paper_names_offsets.c:43 +#: gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: ../gtk/paper_names_offsets.c:44 +#: gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: ../gtk/paper_names_offsets.c:45 +#: gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: ../gtk/paper_names_offsets.c:46 +#: gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: ../gtk/paper_names_offsets.c:47 +#: gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: ../gtk/paper_names_offsets.c:48 +#: gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: ../gtk/paper_names_offsets.c:49 +#: gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: ../gtk/paper_names_offsets.c:50 +#: gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: ../gtk/paper_names_offsets.c:51 +#: gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: ../gtk/paper_names_offsets.c:52 +#: gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: ../gtk/paper_names_offsets.c:53 +#: gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: ../gtk/paper_names_offsets.c:54 +#: gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: ../gtk/paper_names_offsets.c:55 +#: gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: ../gtk/paper_names_offsets.c:56 +#: gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: ../gtk/paper_names_offsets.c:57 +#: gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: ../gtk/paper_names_offsets.c:58 +#: gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: ../gtk/paper_names_offsets.c:59 +#: gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: ../gtk/paper_names_offsets.c:60 +#: gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: ../gtk/paper_names_offsets.c:61 +#: gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: ../gtk/paper_names_offsets.c:62 +#: gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: ../gtk/paper_names_offsets.c:63 +#: gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: ../gtk/paper_names_offsets.c:64 +#: gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: ../gtk/paper_names_offsets.c:65 +#: gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Конверт DL" -#: ../gtk/paper_names_offsets.c:66 +#: gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: ../gtk/paper_names_offsets.c:67 +#: gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: ../gtk/paper_names_offsets.c:68 +#: gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: ../gtk/paper_names_offsets.c:69 +#: gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: ../gtk/paper_names_offsets.c:70 +#: gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: ../gtk/paper_names_offsets.c:71 +#: gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: ../gtk/paper_names_offsets.c:72 +#: gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: ../gtk/paper_names_offsets.c:73 +#: gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: ../gtk/paper_names_offsets.c:74 +#: gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: ../gtk/paper_names_offsets.c:75 +#: gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: ../gtk/paper_names_offsets.c:76 +#: gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: ../gtk/paper_names_offsets.c:77 +#: gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: ../gtk/paper_names_offsets.c:78 +#: gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: ../gtk/paper_names_offsets.c:79 +#: gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: ../gtk/paper_names_offsets.c:80 +#: gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: ../gtk/paper_names_offsets.c:81 +#: gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: ../gtk/paper_names_offsets.c:82 +#: gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: ../gtk/paper_names_offsets.c:83 +#: gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: ../gtk/paper_names_offsets.c:84 +#: gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Конверт Choukei 2" -#: ../gtk/paper_names_offsets.c:85 +#: gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Конверт Choukei 3" -#: ../gtk/paper_names_offsets.c:86 +#: gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Конверт Choukei 4" -#: ../gtk/paper_names_offsets.c:87 +#: gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (открытка)" -#: ../gtk/paper_names_offsets.c:88 +#: gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Конверт hahu" -#: ../gtk/paper_names_offsets.c:89 +#: gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Конверт kaku2" -#: ../gtk/paper_names_offsets.c:90 +#: gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (ответная открытка)" -#: ../gtk/paper_names_offsets.c:91 +#: gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Конверт you4" -#: ../gtk/paper_names_offsets.c:92 +#: gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: ../gtk/paper_names_offsets.c:93 +#: gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: ../gtk/paper_names_offsets.c:94 +#: gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 +#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: ../gtk/paper_names_offsets.c:97 +#: gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: ../gtk/paper_names_offsets.c:98 +#: gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: ../gtk/paper_names_offsets.c:99 +#: gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: ../gtk/paper_names_offsets.c:100 +#: gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: ../gtk/paper_names_offsets.c:101 +#: gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Конверт 6x9" -#: ../gtk/paper_names_offsets.c:102 +#: gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Конверт 7x9" -#: ../gtk/paper_names_offsets.c:103 +#: gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Конверт 9x11" -#: ../gtk/paper_names_offsets.c:104 +#: gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Конверт a2" -#: ../gtk/paper_names_offsets.c:105 +#: gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: ../gtk/paper_names_offsets.c:106 +#: gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: ../gtk/paper_names_offsets.c:107 +#: gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: ../gtk/paper_names_offsets.c:108 +#: gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: ../gtk/paper_names_offsets.c:109 +#: gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: ../gtk/paper_names_offsets.c:110 +#: gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: ../gtk/paper_names_offsets.c:111 +#: gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: ../gtk/paper_names_offsets.c:112 +#: gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Конверт c5" -#: ../gtk/paper_names_offsets.c:113 +#: gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: ../gtk/paper_names_offsets.c:114 +#: gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: ../gtk/paper_names_offsets.c:115 +#: gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: ../gtk/paper_names_offsets.c:116 +#: gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "Европейский edp" -#: ../gtk/paper_names_offsets.c:117 +#: gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: ../gtk/paper_names_offsets.c:118 +#: gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: ../gtk/paper_names_offsets.c:119 +#: gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold европейский" -#: ../gtk/paper_names_offsets.c:120 +#: gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: ../gtk/paper_names_offsets.c:121 +#: gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold German Legal" -#: ../gtk/paper_names_offsets.c:122 +#: gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government Legal" -#: ../gtk/paper_names_offsets.c:123 +#: gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government Letter" -#: ../gtk/paper_names_offsets.c:124 +#: gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Index 3x5" -#: ../gtk/paper_names_offsets.c:125 +#: gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (открытка)" -#: ../gtk/paper_names_offsets.c:126 +#: gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: ../gtk/paper_names_offsets.c:127 +#: gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Index 5x8" -#: ../gtk/paper_names_offsets.c:128 +#: gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Invoice" -#: ../gtk/paper_names_offsets.c:129 +#: gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: ../gtk/paper_names_offsets.c:130 +#: gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: ../gtk/paper_names_offsets.c:131 +#: gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: ../gtk/paper_names_offsets.c:132 +#: gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: ../gtk/paper_names_offsets.c:133 +#: gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: ../gtk/paper_names_offsets.c:134 +#: gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: ../gtk/paper_names_offsets.c:135 +#: gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Конверт «Monarch»" -#: ../gtk/paper_names_offsets.c:136 +#: gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Конверт №10" -#: ../gtk/paper_names_offsets.c:137 +#: gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Конверт №11" -#: ../gtk/paper_names_offsets.c:138 +#: gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Конверт №12" -#: ../gtk/paper_names_offsets.c:139 +#: gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Конверт №14" -#: ../gtk/paper_names_offsets.c:140 +#: gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Конверт №9" -#: ../gtk/paper_names_offsets.c:141 +#: gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Персональный конверт" -#: ../gtk/paper_names_offsets.c:142 +#: gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: ../gtk/paper_names_offsets.c:143 +#: gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: ../gtk/paper_names_offsets.c:144 +#: gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: ../gtk/paper_names_offsets.c:145 +#: gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Широкий формат" -#: ../gtk/paper_names_offsets.c:146 +#: gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: ../gtk/paper_names_offsets.c:147 +#: gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: ../gtk/paper_names_offsets.c:148 +#: gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: ../gtk/paper_names_offsets.c:149 +#: gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Конверт «Invite»" -#: ../gtk/paper_names_offsets.c:150 +#: gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Итальянский конверт" -#: ../gtk/paper_names_offsets.c:151 +#: gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: ../gtk/paper_names_offsets.c:152 +#: gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: ../gtk/paper_names_offsets.c:153 +#: gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Конверт «Postfix»" -#: ../gtk/paper_names_offsets.c:154 +#: gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Маленькое фото" -#: ../gtk/paper_names_offsets.c:155 +#: gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Конверт prc1" -#: ../gtk/paper_names_offsets.c:156 +#: gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Конверт prc10" -#: ../gtk/paper_names_offsets.c:157 +#: gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: ../gtk/paper_names_offsets.c:158 +#: gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Конверт prc2" -#: ../gtk/paper_names_offsets.c:159 +#: gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "prc3" -#: ../gtk/paper_names_offsets.c:160 +#: gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: ../gtk/paper_names_offsets.c:161 +#: gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Конверт prc4" -#: ../gtk/paper_names_offsets.c:162 +#: gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Конверт prc5" -#: ../gtk/paper_names_offsets.c:163 +#: gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Конверт prc6" -#: ../gtk/paper_names_offsets.c:164 +#: gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Конверт prc7" -#: ../gtk/paper_names_offsets.c:165 +#: gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Конверт prc8" -#: ../gtk/paper_names_offsets.c:166 +#: gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: ../gtk/paper_names_offsets.c:167 +#: gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 +#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "различные идентификаторы найдены в связанных ссылкой '%s' и '%s'\n" -#: ../gtk/updateiconcache.c:1374 +#: gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Сбой при записи заголовка\n" -#: ../gtk/updateiconcache.c:1380 +#: gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Сбой при записи хеш-таблицы\n" -#: ../gtk/updateiconcache.c:1386 +#: gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Сбой при записи индекса папки\n" -#: ../gtk/updateiconcache.c:1394 +#: gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Сбой при перезаписи заголовка\n" -#: ../gtk/updateiconcache.c:1455 +#: gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Не удалось открыть файл %s : %s\n" -#: ../gtk/updateiconcache.c:1463 +#: gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Сбой при открытии кеш-файла: %s\n" -#: ../gtk/updateiconcache.c:1499 +#: gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Созданный кеш содержит ошибки.\n" -#: ../gtk/updateiconcache.c:1511 +#: gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Не удалось переименовать %s в %s: %s, удаляя затем %s.\n" -#: ../gtk/updateiconcache.c:1523 +#: gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Не удалось переименовать %s в %s: %s\n" -#: ../gtk/updateiconcache.c:1530 +#: gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Не удалось переименовать %s обратно в %s: %s\n" -#: ../gtk/updateiconcache.c:1556 +#: gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Кеш-файл успешно создан.\n" -#: ../gtk/updateiconcache.c:1595 +#: gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Перезаписать существующий кеш-файл, даже если он обновлён" -#: ../gtk/updateiconcache.c:1596 +#: gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Не проверять существование файла index.theme" -#: ../gtk/updateiconcache.c:1597 +#: gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Не включать изображения в кеш" -#: ../gtk/updateiconcache.c:1598 +#: gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Выдавать заголовочный файл C" -#: ../gtk/updateiconcache.c:1599 +#: gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Выключить расширенный вывод" -#: ../gtk/updateiconcache.c:1600 +#: gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Проверить текущий кеш значков" -#: ../gtk/updateiconcache.c:1663 +#: gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Файл не найден: %s\n" -#: ../gtk/updateiconcache.c:1669 +#: gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Некорректный кеш значков: %s\n" -#: ../gtk/updateiconcache.c:1682 +#: gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Нет файла с индексом темы." -#: ../gtk/updateiconcache.c:1686 +#: gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4583,271 +4589,271 @@ msgstr "" "theme-index.\n" #. ID -#: ../modules/input/imam-et.c:454 +#: modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Амхарский (EZ+)" #. ID -#: ../modules/input/imcedilla.c:92 +#: modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Седиль" #. ID -#: ../modules/input/imcyrillic-translit.c:217 +#: modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Кириллица (транслитерация)" #. ID -#: ../modules/input/iminuktitut.c:127 +#: modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Инуктитут (транслитерация)" #. ID -#: ../modules/input/imipa.c:145 +#: modules/input/imipa.c:145 msgid "IPA" msgstr "МФА (IPA)" #. ID -#: ../modules/input/immultipress.c:31 +#: modules/input/immultipress.c:31 msgid "Multipress" msgstr "Мультипресс" #. ID -#: ../modules/input/imthai.c:35 +#: modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Тайская-Лаос" #. ID -#: ../modules/input/imti-er.c:453 +#: modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Тигринья-Эритрея (EZ+)" #. ID -#: ../modules/input/imti-et.c:453 +#: modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Тигринья-Эфиопия (EZ+)" #. ID -#: ../modules/input/imviqr.c:244 +#: modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Вьетнамский (VIQR)" #. ID -#: ../modules/input/imxim.c:28 +#: modules/input/imxim.c:28 msgid "X Input Method" msgstr "Метод X Input" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "В принтере «%s» кончается тонер." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "В принтере «%s» кончился тонер." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "В принтере «%s» кончается проявитель." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "В принтере «%s» кончился проявитель." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "В принтере «%s» кончается один из тонеров." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "В принтере «%s» кончился один из тонеров." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "В принтере «%s» открыта крышка." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "В принтере «%s» открыта дверца." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "В принтере «%s» кончается бумага." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "В принтере «%s» кончилась бумага." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Принтер «%s» в данный момент отключён." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Возможно, принтер «%s» не подключён." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Проблема с принтером «%s»." #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Приостановлено ; отмена заданий" #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Отмена заданий" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "С двух сторон" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Тип бумаги" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Источник бумаги" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Лоток вывода" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Разрешение" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "Фильтрация GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "С одной стороны" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "По длинной стороне" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "По короткой стороне" #. Translators: this is an option of "Paper Source" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Автовыбор" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Умолчания принтера" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Встраивать только шрифты GhostScript" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Преобразовать в формат PS уровень 1" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Преобразовать в формат PS уровень 2" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Не фильтровать перед печатью" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Дополнительно" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Срочно" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Высокий" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Средний" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Низкий" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Слева направо, сверху вниз" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Слева направо, снизу вверх" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Справа налево, сверху вниз" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Справа налево, снизу вверх" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Сверху вниз, слева направо" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Сверху вниз, справа налево" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Снизу вверх, слева направо" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Снизу вверх, справа налево" @@ -4855,66 +4861,66 @@ msgstr "Снизу вверх, справа налево" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Страниц на лист" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Приоритет" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Расположение" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Нет" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Классифицировано" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Конфиденциально" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Секретно" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Стандарт" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Совершенно секретно" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Не классифицировано" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "До" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "После" @@ -4922,14 +4928,14 @@ msgstr "После" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Время" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Время начала печати" @@ -4937,66 +4943,65 @@ msgstr "Время начала печати" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Особый %sx%s" #. default filename used for print-to-file -#: ../modules/printbackends/file/gtkprintbackendfile.c:235 +#: modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "безымянный.%s" -#: ../modules/printbackends/file/gtkprintbackendfile.c:469 +#: modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Печатать в файл" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: ../modules/printbackends/file/gtkprintbackendfile.c:558 -#: ../modules/printbackends/test/gtkprintbackendtest.c:506 +#: modules/printbackends/file/gtkprintbackendfile.c:558 +#: modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Страниц на _лист:" -#: ../modules/printbackends/file/gtkprintbackendfile.c:604 +#: modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Файл" -#: ../modules/printbackends/file/gtkprintbackendfile.c:613 +#: modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "Формат _вывода" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Печатать на LPR" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Страниц на лист" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Командная строка" #. default filename used for print-to-test -#: ../modules/printbackends/test/gtkprintbackendtest.c:234 +#: modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "тест-печати.%s" -#: ../modules/printbackends/test/gtkprintbackendtest.c:470 +#: modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Печатать на тестовый принтер" -#: ../tests/testfilechooser.c:207 +#: tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Не удалось получить информацию о файле «%s»: %s" - diff --git a/po/rw.po b/po/rw.po index 5c3cb95a75..be7f9d081c 100644 --- a/po/rw.po +++ b/po/rw.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2004-11-16 14:57-0700\n" "Last-Translator: Steve Murphy \n" "Language-Team: Kinyarwanda \n" @@ -702,17 +702,17 @@ msgstr "Ubwoko ni OYA" msgid "Couldn't allocate memory for color profile" msgstr "Ububiko kugirango Itangira... IDOSIYE" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "Ububiko Kuri Gufungura IDOSIYE" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Ububiko kugirango Umurongo Ibyatanzwe" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "Ishusho Imiterere" @@ -758,7 +758,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "Ubwiza a Agaciro hagati 0 Na 100 Agaciro ni OYA" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 #, fuzzy msgid "The JPEG image format" msgstr "Ishusho Imiterere" @@ -1345,51 +1345,51 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 #, fuzzy msgid "The license of the program" msgstr "Bya Porogaramu" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "" # offmgr/source\offapp\intro\intro.hrc:TEXT_DEFAULTABOUT.text -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, fuzzy, c-format msgid "About %s" msgstr "Ibyerekeye" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 #, fuzzy msgid "Written by" msgstr "ku" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 #, fuzzy msgid "Documented by" msgstr "ku" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 #, fuzzy msgid "Translated by" msgstr "ku" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 #, fuzzy msgid "Artwork by" msgstr "ku" @@ -1469,17 +1469,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Izina ry'idosiye:" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Izina ry'idosiye:" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1579,7 +1584,7 @@ msgstr "Yahagaritswe" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1750,11 +1755,11 @@ msgstr "" msgid "Color Selection" msgstr "gutoranya ibara" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "" @@ -2240,23 +2245,23 @@ msgstr "Guhindura izina" msgid "_Selection: " msgstr "Ihitamo" -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, fuzzy, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "Izina ry'idosiye: Kuri 8 Igenamiterere IMPINDURAGACIRO" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 #, fuzzy msgid "Invalid UTF-8" msgstr "8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 #, fuzzy msgid "Couldn't convert filename" msgstr "GUHINDURA Izina ry'idosiye:" @@ -2549,46 +2554,46 @@ msgid "Show GTK+ Options" msgstr "" # scaddins/source\analysis\analysis_funcnames.src:RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Convert.text -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "GUHINDURA" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" # basctl/source\basicide\basidesh.src:RID_POPUP_TABBAR.SID_BASICIDE_RENAMECURRENT.text -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "Guhindura izina" # padmin/source\padialog.src:RID_PADIALOG.RID_PA_TXT_LOCATION.text -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "Intaho:" # svx/source\dialog\rubydialog.src:RID_SVXDLG_RUBY.FT_PREVIEW.text -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "Igaragazambere:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2667,7 +2672,7 @@ msgstr "Ubwuzurane" # sc/source\ui\src\menue.src:RID_OBJECTMENU_CELLS.SID_FORMATPAGE.text # #-#-#-#-# sc.pot (Gnome 2.12) #-#-#-#-# # sc/source\ui\src\menue.src:RID_OBJECTMENU_EDIT.SID_FORMATPAGE.text -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "Ipaji..." @@ -2831,18 +2836,18 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" # padmin/source\padialog.src:RID_PADIALOG.RID_PA_TXT_LOCATION.text -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "Intaho:" @@ -2910,95 +2915,101 @@ msgstr "" # #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-# # #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-# -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "Gucapa" # padmin/source\padialog.src:RID_PADIALOG.RID_PA_TXT_LOCATION.text #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "Intaho:" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "Kurema" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +# basctl/source\basicide\basidesh.src:RID_POPUP_TABBAR.SID_BASICIDE_RENAMECURRENT.text +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Guhindura izina" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "Kurema" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "Kugaruza" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Iburira" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "Kuri Iburyo: Ikimenyetso" # #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-# # #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-# -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "Gucapa" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" @@ -3006,7 +3017,7 @@ msgstr "" # basctl/source\basicide\basidesh.src:RID_POPUP_BRKPROPS.text # #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-# # basctl/source\basicide\tbxctl.src:RID_TOOLBOX.SID_SHOW_PROPERTYBROWSER.text -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "indangakintu" @@ -3015,37 +3026,37 @@ msgstr "indangakintu" # basctl/source\basicide\basidesh.src:RID_POPUP_BRKPROPS.text # #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-# # basctl/source\basicide\tbxctl.src:RID_TOOLBOX.SID_SHOW_PROPERTYBROWSER.text -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "indangakintu" # #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-# # #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-# -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "Gucapa" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "Agaciro:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" @@ -3053,7 +3064,7 @@ msgstr "" # basctl/source\basicide\basidesh.src:RID_POPUP_BRKPROPS.text # #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-# # basctl/source\basicide\tbxctl.src:RID_TOOLBOX.SID_SHOW_PROPERTYBROWSER.text -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "indangakintu" @@ -3062,115 +3073,120 @@ msgstr "indangakintu" # basctl/source\basicide\basidesh.src:RID_POPUP_BRKPROPS.text # #-#-#-#-# basctl.pot (Gnome 2.12) #-#-#-#-# # basctl/source\basicide\tbxctl.src:RID_TOOLBOX.SID_SHOW_PROPERTYBROWSER.text -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "indangakintu" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "Oya" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + # #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-# # officecfg/registry\schema\org\openoffice\Office\Common.xcs:....Font.UnderLine..12.text # #-#-#-#-# officecfg.pot (Gnome 2.12) #-#-#-#-# # officecfg/registry\schema\org\openoffice\Office\Common.xcs:....Font.Strikeout..4.text -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "UTSINDAGIYE" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" # goodies/source\filter.vcl\eps\dlgeps.src:DLG_EXPORT_EPS.RB_COLOR.text -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "Ibara" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" # #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-# # #-#-#-#-# dbaccess.pot (Gnome 2.12) #-#-#-#-# -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "Gucapa" diff --git a/po/si.po b/po/si.po index 18c93a5e37..6c7d25528a 100644 --- a/po/si.po +++ b/po/si.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: si\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2007-12-28 13:32+0530\n" "Last-Translator: Danishka Navin \n" "Language-Team: Sinhala \n" @@ -634,17 +634,17 @@ msgstr "'%s' පිළිඹිබු වර්‍ගය සහාය නොද msgid "Couldn't allocate memory for color profile" msgstr "JPEG ගොනුව පූරණයට මතකය වෙන් කළ නොහැක" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "TIFF ගොනුව විවෘත කිරීමට මතකය ප්‍රමාණවත් නැත" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "රේඛිය දත්ත සඳහා මතකය වෙන් කළ නොහැකි විය" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "JPEG පිළිඹිබු සංයුතිය" @@ -689,7 +689,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG ප්‍රමිතිය 0 සහ 100 අගයන් අතර තිබිය යුතුමයි; '%d' අගය අනුමත කළ නොහැක." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG පිළිඹිබු සංයුතිය" @@ -1184,46 +1184,46 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "බලපත්‍රය" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "වැඩසටහනේ බලපත්‍රය" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "ස්තුතිය (_r)" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "බලපත්‍රය (_L)" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s සම්බන්ධව" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "ස්තුතිය" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "රචනා කළේ" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "ලේඛනාරූඩ කළේ" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "පරිවර්තනය කළේ" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "කලා නිර්මාණය" @@ -1300,17 +1300,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "සාවද්‍ය ගොනු නාමයක්: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "සාවද්‍ය ගොනු නාමයක්: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1406,7 +1411,7 @@ msgstr "අක්‍රීය" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "නව ත්වරකය..." @@ -1541,11 +1546,11 @@ msgstr "" msgid "Color Selection" msgstr "වර්‍ණ තේරිම" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "ප්‍රධාන ක්‍රම (_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "යුනිකේත පාලන අක්‍ෂර ඇතුලත් කතන්න (_I)" @@ -1986,7 +1991,7 @@ msgstr "නම වෙනස් කිරීම (_R)" msgid "_Selection: " msgstr "තෝරාගැනිම (_S): " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1995,15 +2000,15 @@ msgstr "" "\"%s\" ගොනු නාමය UTF-8 වෙත පරිවර්තනය කළ නොහැකි විය. (G_FILENAME_ENCODING පාරිසරික " "විචල්‍යය සකසා උත්සාහ කරන්න): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "සාවද්‍ය UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "නම දිග වැඩියි" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "ගොනු නාමය පරිවර්තනය කළ නොහැකි විය" @@ -2253,43 +2258,43 @@ msgstr "GTK+ විකල්ප" msgid "Show GTK+ Options" msgstr "GTK+ විකල්ප දර්ශනය කරන්න" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "සම්බන්ධ (_o)" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "නම වෙනස් කිරීම (_R)" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "පිහිටීම (_L):" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "පීඩනය (_P):" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2359,7 +2364,7 @@ msgstr "පිටු ප්‍රමාණය (_P):" msgid "_Orientation:" msgstr "දිශානතිය (_O):" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "පිටු සැකසුම" @@ -2512,17 +2517,17 @@ msgstr "පෙර දැක්ම ඇරබුම දෝෂ සහිතයි" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "පෙර දැක්ම ඇරබුම දෝෂ සහිතයි" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "මුද්‍රණය දෝෂ සහිතයි" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "යෙදුම" @@ -2582,41 +2587,41 @@ msgstr "" msgid "Unspecified error" msgstr "විශේෂිත නොවු දෝෂයක්" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "මුද්‍රණ යන්ත්‍රය" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "පිහිටීම" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "තත්වය" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 #, fuzzy msgid "Range" msgstr "පරාසය" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 #, fuzzy msgid "_All Pages" msgstr "සියළුම පිටු" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "දැනට ඇති" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 #, fuzzy msgid "Pag_es:" msgstr "ස්ථාන" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2624,189 +2629,199 @@ msgstr "" "පරාස එකක් හෝ කිහිපයක් දක්වන්න,\n" " e.g. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "ස්ථාන" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "පිටපත්" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "පිටපත් (_s):" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "විශ්ලේෂණය කර බැලීම (_o)" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "ප්‍රතිවර්තනය (_R)" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "සාමාන්‍ය" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "සූදානම් කරමින්" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "ගොනුවට මුද්‍රණය කරන්න" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "පසුබිම" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "දෙපැත්තම (_w):" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "පැත්තකට පිටු" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "පැත්තකට පිටු" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "පමණක් මුද්‍රණය කරන්න (_O):" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "සියළුම පිටු" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "ඉරට්ටේ පිටු" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "ඔත්තේ පිටු" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "මිනුම (_a):" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "කඩදාසි" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "කඩාදාසි වර්‍ගය (_t):" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "කඩාදාසි මුලාශ්‍රය (_s):" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "ප්‍රතිධාන තැටිය (_r):" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "කාර්‍යය විස්තර" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "ප්‍රමුකතාවය (_o):" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "බිලේ තොරතුරු (_B):" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "ලේඛනය මුද්‍රණය කරන්න" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "දැන් (_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "වෙත (_t):" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "කවර පිටුවක් එක් කරන්න" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "පෙර (_f):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "පසු (_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "කාර්‍යය" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "උසස්" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "පිළිඹිබු තත්වය" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "වර්‍ණ" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "සම්පූර්ණ කරමින්" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "මුද්‍රණය" diff --git a/po/sk.po b/po/sk.po index 471d8f8f7f..ccaa0d3653 100644 --- a/po/sk.po +++ b/po/sk.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-13 22:19+0100\n" "Last-Translator: Pavol Šimo \n" "Language-Team: Slovak \n" @@ -618,15 +618,15 @@ msgstr "Typ obrázku nie je momentálne podporovaný" msgid "Couldn't allocate memory for color profile" msgstr "Nepodarilo sa alokovať pamäť pre farebný profil" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Nedostatok pamäte pre otvorenie súboru JPEG2000" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Nepodarilo sa alokovať pamäť pre dáta obrázku" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Formát obrázkov JPEG2000" @@ -671,7 +671,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "Kvalita JPEG musí byť medzi 0 a 100, hodnota '%d' nie je povolená." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Formát obrázkov JPEG" @@ -1169,46 +1169,46 @@ msgstr[0] "Otvára sa %d položiek" msgstr[1] "Otvára sa %d položka" msgstr[2] "Otvárajú sa %d položky" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licencia" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Licencia programu" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Poďakovanie" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licencia" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "O programe %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Poďakovanie" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Napísal" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Zdokumentoval" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Preložil" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafika od" @@ -1282,17 +1282,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "\\" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Neplatný typ funkcie: '%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Neplatný koreňový element: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Nespracovaná značka: '%s'" @@ -1387,7 +1392,7 @@ msgstr "Deaktivované" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Nová klávesová skratka..." @@ -1532,11 +1537,11 @@ msgstr "" msgid "Color Selection" msgstr "Výber farby" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Metódy vstupu" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Vložiť ovládací znak Unicode" @@ -1974,7 +1979,7 @@ msgstr "Pre_menovať" msgid "_Selection: " msgstr "_Výber: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1983,15 +1988,15 @@ msgstr "" "Názov súboru \"%s\" nie je možné previesť do UTF-8. (Skúste nastaviť " "premennú prostredia G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Neplatné UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Názov príliš dlhý" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Nie je možné previesť názov súboru" @@ -2239,39 +2244,39 @@ msgstr "Voľby GTK+" msgid "Show GTK+ Options" msgstr "Zobraziť voľby GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Prip_ojiť" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Pripojiť _anonymne" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Pripojiť ako _používateľ:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "Po_užívateľské meno:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Doména:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Heslo:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Heslo ihneď _zabudnúť" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Zapamätať heslo do _odhlásenia" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Zapamätať _navždy" @@ -2341,7 +2346,7 @@ msgstr "_Veľkosť papiera:" msgid "_Orientation:" msgstr "_Orientácia:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Nastavenie stránky" @@ -2490,17 +2495,17 @@ msgid "The most probable reason is that a temporary file could not be created." msgstr "" "Najpravdepodobnejšia príčina je, že sa nepodarilo vytvoriť dočasný súbor." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Chyba pri spustení náhľadu" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Chyba pri tlači" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplikácia" @@ -2559,37 +2564,37 @@ msgstr "Neplatná rukoväť pre PrintDlgEx" msgid "Unspecified error" msgstr "Nešpecifikovaná chyba" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Tlačiareň" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Umiestnenie" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Stav" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Rozsah" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "Vš_etky stránky" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Aktuálnu stránku" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Stránky:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2597,127 +2602,133 @@ msgstr "" "Uveďte jeden alebo viac rozsahov strán,\n" " napr. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Stránky:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kópií" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Kópi_e:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Zhromažďovať" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Opačné" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Všeobecné" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Poradie strán" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Zľava doprava" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Sprava doľava" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Rozloženie" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "O_bojstranne:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Stránok na _stranu:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Pora_die stránok:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Tlačiť _len:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Všetky stránky" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Párne stránky" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Nepárne stránky" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Zväčš_enie:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papier" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Typ papiera:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Zd_roj papiera:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Výstupný _zberač:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detaily úlohy" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_orita:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Zúčtovacie info:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Tlačiť dokument" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Teraz" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "V č_ase:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2725,60 +2736,64 @@ msgstr "" "Uveďte čas tlače,\n" " napríklad 15:30, 14:15:30" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Po_zdržané" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Pozdržať úlohu až do explicitného uvoľnenia" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Pridať titulnú stránku" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "P_red:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Za:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Úloha" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Pokročilé" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Kvalita obrazu" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Farba" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Konečná úprava" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Niektoré nastavenia v dialógu si odporujú" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Tlačiť" diff --git a/po/sl.po b/po/sl.po index ec665af776..d05b454111 100644 --- a/po/sl.po +++ b/po/sl.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: GTK+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-10 11:21+0100\n" "Last-Translator: Matej Urbančič \n" "Language-Team: Slovenian GNOME Translation Team \n" @@ -625,15 +625,15 @@ msgstr "Vrsta slike trenutno ni podprta" msgid "Couldn't allocate memory for color profile" msgstr "Ni mogoče rezervirati pomnilnika za nalaganje barvnega profila" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Premalo spomina za odprtje datoteke JPEG 2000" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Ni mogoče dodeliti pomnilnika za slikovne podatke" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Vrsta zapisa slike JPEG 2000" @@ -680,7 +680,7 @@ msgid "" msgstr "" "Kvaliteta JPEG mora biti vrednost med 0 in 100; vrednost '%d' ni dovoljena." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Vrsta zapisa slike JPEG" @@ -1177,46 +1177,46 @@ msgstr[1] "Odpiranje %d predmeta" msgstr[2] "Odpiranje %d predmetov" msgstr[3] "Odpiranje %d predmetov" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licenca" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Licenca programa" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Zasluge" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licenca" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "O programu %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Zasluge" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Pisci programa" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Pisci dokumentacije" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Prevajalci" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Ustvarjalci" @@ -1290,17 +1290,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Leva poševnica" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Neveljavna vrsta funkcije: '%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Neveljaven korenski element: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Neobravnavan zaznamek: '%s'" @@ -1395,7 +1400,7 @@ msgstr "Onemogočeno" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Nova bližnjica ..." @@ -1539,11 +1544,11 @@ msgstr "" msgid "Color Selection" msgstr "Izbira barve" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Načini vnosa" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Vstavi nadzorni znak Unicode" @@ -1983,7 +1988,7 @@ msgstr "P_reimenuj" msgid "_Selection: " msgstr "_Izbira: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1992,15 +1997,15 @@ msgstr "" "Imena datoteke \"%s\" ni mogoče pretvoriti v UTF-8. (Poskusite nastaviti " "okoljsko spremenljivko G_BROKEN__FILENAMES): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Neveljaven UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Ime je predolgo" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Ni mogoče pretvoriti imena datoteke" @@ -2248,39 +2253,39 @@ msgstr "Možnosti GTK+" msgid "Show GTK+ Options" msgstr "Pokaži možnosti GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Po_veži" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Poveži _anonimno" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Poveži kot u_porabnik:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Uporabniško ime:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domena:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Geslo:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Nemudoma pozabi geslo" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Zapomni si geslo do _odjave" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Trajno si zapomni" @@ -2350,7 +2355,7 @@ msgstr "_Velikost papirja:" msgid "_Orientation:" msgstr "_Usmerjenost:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Nastavitev strani" @@ -2498,17 +2503,17 @@ msgstr "Napaka med pripravo predogleda tiskanja" msgid "The most probable reason is that a temporary file could not be created." msgstr "Najverjetneje začasne datoteke ni bilo mogoče ustvariti." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Napaka pri zaganjanju predogleda" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Napaka pri tiskanju" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Program" @@ -2567,37 +2572,37 @@ msgstr "Neveljavna ročica za PrintDlgEx" msgid "Unspecified error" msgstr "Nedoločena napaka" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Tiskalnik" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Mesto" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Stanje" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Območje" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Vse strani" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Trenutna stran" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Strani:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2605,127 +2610,133 @@ msgstr "" "Določite enega ali več obsegov strani,\n" " npr. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Strani:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopije" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Kopi_je" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Zberi" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Obrnjeno" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Splošno" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Vrstni red strani" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Z leve proti desni" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Z desne proti levi" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Postavitev" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "D_vostransko:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Strani na _stran:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Vrstni _red strani:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Samo natisni" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Vsi listi" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Sodi listi" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Lihi listi" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "L_estvica:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papir" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "V_rsta papirja" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Vir papirja:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Izhodni p_ladenj:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Podrobnosti o opravilu" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pr_ioriteta:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Podatki o fakturiranju:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Natisni dokument" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Zdaj" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "N_a:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2733,60 +2744,64 @@ msgstr "" "Določitev čas tiskanja,\n" "na primer: 15.30, 14:15:20 ..." -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Na č_akanju" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Zadrži opravilo, dokler ni popolnoma končano" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Dodaj naslovno stran" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "P_rej:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "P_otem:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Posel" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Napredno" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Kvaliteta slike" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Barva" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Zaključevanje" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Nekatere nastavitve v pogovornem oknu si nasprotujejo" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Natisni" diff --git a/po/sq.po b/po/sq.po index cea7030932..b72fc7b42d 100644 --- a/po/sq.po +++ b/po/sq.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-13 12:58+0100\n" "Last-Translator: Laurent Dhima \n" "Language-Team: albanian \n" @@ -626,15 +626,15 @@ msgstr "Figurat e këtij lloji nuk suportohen" msgid "Couldn't allocate memory for color profile" msgstr "I pamundur sigurimi i memorjes për profilin e ngjyrës" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Memorje e pamjaftueshme për hapjen e file JPEG 2000" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "I pamundur sigurimi i memorjes për të magazinuar të dhënat e figurës" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Formati JPEG 2000 i figurave" @@ -681,7 +681,7 @@ msgid "" msgstr "" "Cilësia JPEG duhet të jetë një vlerë midis 0 dhe 100; vlera '%d' nuk lejohet." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Formati JPEG" @@ -1193,46 +1193,46 @@ msgid_plural "Opening %d Items" msgstr[0] "Duke hapur %d element" msgstr[1] "Duke hapur %d elementë" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Liçenca" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Liçenca e programit" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "Falende_rime" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Liçenca" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Informacione mbi %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Falenderime" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Shkruar nga" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentuar nga" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Përkthyer nga" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafika nga" @@ -1306,17 +1306,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Lloj jo korrekt funksioni: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Element bazë jo korrekt: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Tag i patrajtuar: '%s'" @@ -1411,7 +1416,7 @@ msgstr "Çaktivizuar" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Përshpejtues i ri..." @@ -1559,11 +1564,11 @@ msgstr "" msgid "Color Selection" msgstr "Zgjedhja e ngjyrës" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Metodat e input" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Shto simbol kontrolli unicode" @@ -2006,7 +2011,7 @@ msgid "_Selection: " msgstr "_Zgjedhja:" # (pofilter) sentencecount: The number of sentences differ: 2 versus 1 -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2015,15 +2020,15 @@ msgstr "" "Emri i file \"%s\" nuk mund të shndërrohet në UTF-8 (provo rregullimin e të " "ndryshueshmes së mjedisit G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 jo korrekte" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Emër tepër i gjatë" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "I pamundur konvertimi i emrit të file" @@ -2275,39 +2280,39 @@ msgstr "Opcionet e GTK+" msgid "Show GTK+ Options" msgstr "Shfaq opcionet GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "L_idhu" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Lidhu në menyrë _anonime" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Lidhu si përdorue_si:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "Përdor_uesi:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domain:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Fjalëkalimi:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Harro _menjëherë fjalëkalimin" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Kujto fjalëkalimin derisa të da_lësh" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Kujto _përgjithmonë" @@ -2377,7 +2382,7 @@ msgstr "_Përmasat e fletës:" msgid "_Orientation:" msgstr "_Orientimi:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Rregullimet e faqes" @@ -2528,17 +2533,17 @@ msgid "The most probable reason is that a temporary file could not be created." msgstr "" "Shkaku më i mundshëm është pamundësia e krijimit të një file të përkohëshëm." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Gabim gjatë hapjes së pamjes së parë" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Gabim në printim" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplikativi" @@ -2597,37 +2602,37 @@ msgstr "Trajtues jo korrekt për PrintDlgEx" msgid "Unspecified error" msgstr "Gabim i papërcaktuar" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Printuesi" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Vendndodhja" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Gjendja" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Intervali" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "Të gjith_a faqet" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Faqja akt_uale" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Faq_et:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2635,129 +2640,135 @@ msgstr "" "Përcakto një apo më shumë intervale faqesh,\n" " p.sh. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Faq_et:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopjet" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Kopj_e:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "Grup_o" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Pë_rmbys" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Të përgjithshme" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Renditja e faqeve" # (pofilter) acronyms: acronyms should not be translated: LRM -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Nga e majta në të djathtë" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Nga e djathta në të majtë" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Faqosja" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "P_ara-mbrapa:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Faqe _për fletë:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Ren_ditja e faqeve:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Print_o vetëm:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Të gjitha faqet" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Faqet çifte" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Faqet teke" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Shk_alla:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Letra" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Lloji i le_trës:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Burimi i letrë_s:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Sirta_ri i daljes:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Hollësitë e punës" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oriteti:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Informacione m_bi faturimin:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Printo dokumentin" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "Ta_ni" # (pofilter) accelerators: accelerator _ appears before an invalid accelerator character 'ë' (eg. space) -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Më:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2765,60 +2776,64 @@ msgstr "" "Përcakto orën e printimit,\n" " p.sh. 15:30, 2:35 md, 14:15:20, 11:46:30 pd, 4 md" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_Në pritje" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Shto faqe kapak" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "Pa_ra:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "Mb_as:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Puna e printimit" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Detajuar" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Cilësia e figurës" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Ngjyra" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Duke përfunduar" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Disa nga rregullimet në dritaren e dialogut janë në konflikt" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Printo" diff --git a/po/sr.po b/po/sr.po index 65b0ad1118..f321d1ce34 100644 --- a/po/sr.po +++ b/po/sr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.14\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2008-09-19 20:36+0200\n" "Last-Translator: Горан Ракић \n" "Language-Team: Serbian (sr) \n" @@ -651,15 +651,15 @@ msgstr "Врста слике за сада није подржана" msgid "Couldn't allocate memory for color profile" msgstr "Не могу да обезбедим меморију за палету боја" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Недовољно меморије за отварање ЈПЕГ2000 датотеке" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Не могу да обезбедим меморију за бафер података слике" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "ЈПЕГ2000 запис слике" @@ -710,7 +710,7 @@ msgstr "" "Квалитет JPEG-а мора бити вредност између 0 и 100; није дозвољена вредност „%" "d“." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG запис слике" @@ -1222,46 +1222,46 @@ msgstr[0] "Отварам %d ставку" msgstr[1] "Отварам %d ставке" msgstr[2] "Отварам %d ставки" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Лиценца" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Лиценца програма" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Заслуге" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Лиценца" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "О %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Заслуге" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Аутори" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Документација" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Превод" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Графика" @@ -1341,17 +1341,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Неисправна функција типа: „%s“" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Неисправан елемент корена: „%s“" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Неподржана ознака: „%s“" @@ -1448,7 +1453,7 @@ msgstr "Искључено" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Нова пречица..." @@ -1595,11 +1600,11 @@ msgstr "" msgid "Color Selection" msgstr "Избор боје" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Начини уноса" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Убаци контролни Уникод знак" @@ -2042,7 +2047,7 @@ msgstr "_Преименуј" msgid "_Selection: " msgstr "_Избор: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2051,15 +2056,15 @@ msgstr "" "Име датотеке „%s“ се не може претворити у УТФ-8 (покушајте поставити " "променљиву окружења G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Неисправан УТФ-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Предугачко име" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Не могу претворити име датотеке" @@ -2309,39 +2314,39 @@ msgstr "Гтк+ опције" msgid "Show GTK+ Options" msgstr "Прикажи Гтк+ опције" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Повежи _се" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Повежи се _анонимно" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Повежи се као _корисник:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Корисничко име:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Домен:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Лозинка:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Одмах заборави лозинку" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Запамти лозинку _до одјављивања" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Запамти _заувек" @@ -2411,7 +2416,7 @@ msgstr "Величина _папира:" msgid "_Orientation:" msgstr "_Усмерење:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Подешавање стране" @@ -2564,17 +2569,17 @@ msgstr "Грешка при изради прегледа" msgid "The most probable reason is that a temporary file could not be created." msgstr "Најчешћи разлог је да није могуће направити привремену датотеку." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Грешка при покретању прегледа" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Грешка при штампању" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Програм" @@ -2633,37 +2638,37 @@ msgstr "Неисправна закачка ка PrintDlgEx" msgid "Unspecified error" msgstr "Непозната грешка" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Штампач" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Путања" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Стање" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Опсег" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Све листове" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Тренутну" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Стран_е" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2671,187 +2676,197 @@ msgstr "" "Наведи један или више опсега страница,\n" " нпр. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Стран_е" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Примерака" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Примера_ка:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Сложи" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Обрни" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Опште" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Слагање страна" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Са лева на десно" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Са десна на лево" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Распоред" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Д_вострано:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "_Страна на листу:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Ре_дослед страна:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Штампај сам_о:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Све листове" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Парне листове" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Непарне листове" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Р_азмера:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Папир" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Тип папира:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Фиока за папир:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Излазна т_рака:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Подаци о послу" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Важн_ост:" # bug(goran): ??? -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Подаци за _фактурисање:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Штампај документ" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Сад" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_У:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "На _чекању" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Додај насловну страну" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "П_ре:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "П_осле:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Посао" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Напредно" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Квалитет слике" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Боја" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Завршавам" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Нека подешавања у прозорчету се сударају" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Штампај" diff --git a/po/sr@ije.po b/po/sr@ije.po index 072ee5a0c2..cb5019ced3 100644 --- a/po/sr@ije.po +++ b/po/sr@ije.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2004-04-17 19:11+0200\n" "Last-Translator: Bojan Suzic \n" "Language-Team: Serbian (sr) \n" @@ -666,17 +666,17 @@ msgstr "Врста слике „%s“ није подржана" msgid "Couldn't allocate memory for color profile" msgstr "Не могу обезбједити меморију за учитавање JPEG датотеке" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "Недовољно меморије за отворање TIFF датотеке" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Не могу обезбједити меморију за податке линије" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "JPEG запис слике" @@ -729,7 +729,7 @@ msgstr "" "Каквоћа JPEG-а мора бити вриједност између 0 и 100; није дозвољена " "вриједност „%d“." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG запис слике" @@ -1266,47 +1266,47 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 #, fuzzy msgid "C_redits" msgstr "_Образуј" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "" @@ -1384,17 +1384,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Неисправно име датотеке: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Неисправно име датотеке: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1491,7 +1496,7 @@ msgstr "Онемогућено" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1641,11 +1646,11 @@ msgstr "" msgid "Color Selection" msgstr "Избор боје" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Начини уноса" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Убаци контролни Уникод знак" @@ -2114,7 +2119,7 @@ msgstr "_Преименуј" msgid "_Selection: " msgstr "_Избор: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2123,15 +2128,15 @@ msgstr "" "Име датотеке „%s“ се не може претворити у УТФ-8 (покушајте поставити " "промјенљиву окружења G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Неисправан УТФ-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Предугачко име" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Не могу претворити име датотеке" @@ -2396,43 +2401,43 @@ msgstr "" msgid "Show GTK+ Options" msgstr "" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "_Претвори" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Преименуј" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Путања: " -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "Притисак" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2498,7 +2503,7 @@ msgstr "_Особине" msgid "_Orientation:" msgstr "_Засићеност:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "Лист %u" @@ -2658,17 +2663,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "_Путања: " @@ -2734,239 +2739,249 @@ msgstr "Неисправно заглавље иконе" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "_Штампај" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "_Путања: " #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "_Образуј" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Преименуј" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "_Образуј" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "_Врати" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Упозорење" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM Обележивач за с_лијева-на-десно" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "_Штампај" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "_Особине" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "_Особине" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "_Штампај" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "_Вриједност:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "_Особине" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "_Особине" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_Не" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "_Масно" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_Боја" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "_Штампај" diff --git a/po/sr@latin.po b/po/sr@latin.po index bb6c27caec..dc99e0335b 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.14\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2008-09-19 20:36+0200\n" "Last-Translator: Goran Rakić \n" "Language-Team: Serbian (sr) \n" @@ -653,15 +653,15 @@ msgstr "Vrsta slike za sada nije podržana" msgid "Couldn't allocate memory for color profile" msgstr "Ne mogu da obezbedim memoriju za paletu boja" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Nedovoljno memorije za otvaranje JPEG2000 datoteke" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Ne mogu da obezbedim memoriju za bafer podataka slike" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG2000 zapis slike" @@ -712,7 +712,7 @@ msgstr "" "Kvalitet JPEG-a mora biti vrednost između 0 i 100; nije dozvoljena vrednost " "„%d“." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG zapis slike" @@ -1225,46 +1225,46 @@ msgstr[0] "Otvaram %d stavku" msgstr[1] "Otvaram %d stavke" msgstr[2] "Otvaram %d stavki" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licenca" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Licenca programa" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Zasluge" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licenca" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "O %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Zasluge" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Autori" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentacija" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Prevod" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafika" @@ -1344,17 +1344,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Neispravna funkcija tipa: „%s“" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Neispravan element korena: „%s“" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Nepodržana oznaka: „%s“" @@ -1451,7 +1456,7 @@ msgstr "Isključeno" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Nova prečica..." @@ -1598,11 +1603,11 @@ msgstr "" msgid "Color Selection" msgstr "Izbor boje" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Načini unosa" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Ubaci kontrolni Unikod znak" @@ -2045,7 +2050,7 @@ msgstr "_Preimenuj" msgid "_Selection: " msgstr "_Izbor: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2054,15 +2059,15 @@ msgstr "" "Ime datoteke „%s“ se ne može pretvoriti u UTF-8 (pokušajte postaviti " "promenljivu okruženja G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Neispravan UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Predugačko ime" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Ne mogu pretvoriti ime datoteke" @@ -2312,39 +2317,39 @@ msgstr "Gtk+ opcije" msgid "Show GTK+ Options" msgstr "Prikaži Gtk+ opcije" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Poveži _se" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Poveži se _anonimno" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Poveži se kao _korisnik:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Korisničko ime:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domen:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Lozinka:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Odmah zaboravi lozinku" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Zapamti lozinku _do odjavljivanja" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Zapamti _zauvek" @@ -2414,7 +2419,7 @@ msgstr "Veličina _papira:" msgid "_Orientation:" msgstr "_Usmerenje:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Podešavanje strane" @@ -2567,17 +2572,17 @@ msgstr "Greška pri izradi pregleda" msgid "The most probable reason is that a temporary file could not be created." msgstr "Najčešći razlog je da nije moguće napraviti privremenu datoteku." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Greška pri pokretanju pregleda" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Greška pri štampanju" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Program" @@ -2636,37 +2641,37 @@ msgstr "Neispravna zakačka ka PrintDlgEx" msgid "Unspecified error" msgstr "Nepoznata greška" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Štampač" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Putanja" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Stanje" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Opseg" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Sve listove" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Trenutnu" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Stran_e" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2674,187 +2679,197 @@ msgstr "" "Navedi jedan ili više opsega stranica,\n" " npr. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Stran_e" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Primeraka" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Primera_ka:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Složi" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Obrni" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Opšte" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Slaganje strana" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Sa leva na desno" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Sa desna na levo" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Raspored" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "D_vostrano:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "_Strana na listu:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Re_dosled strana:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Štampaj sam_o:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Sve listove" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Parne listove" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Neparne listove" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "R_azmera:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papir" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tip papira:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Fioka za papir:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Izlazna t_raka:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Podaci o poslu" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Važn_ost:" # bug(goran): ??? -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Podaci za _fakturisanje:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Štampaj dokument" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Sad" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_U:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Na _čekanju" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Dodaj naslovnu stranu" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "P_re:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "P_osle:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Posao" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Napredno" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Kvalitet slike" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Boja" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Završavam" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Neka podešavanja u prozorčetu se sudaraju" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Štampaj" diff --git a/po/sv.po b/po/sv.po index beaccd94e8..719421984d 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-01 22:39+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -621,15 +621,15 @@ msgstr "Bildtypen stöds inte för tillfället" msgid "Couldn't allocate memory for color profile" msgstr "Kunde inte allokera minne för färgprofil" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Inte tillräckligt med minne för att öppna JPEG 2000-fil" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Kunde inte allokera minne för att buffra bilddata" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Bildformatet JPEG 2000" @@ -677,7 +677,7 @@ msgstr "" "JPEG-kvaliteten måste vara ett värde mellan 0 och 100; värdet \"%d\" är inte " "tillåtet." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Bildformatet JPEG" @@ -1173,46 +1173,46 @@ msgid_plural "Opening %d Items" msgstr[0] "Öppnar %d objekt" msgstr[1] "Öppnar %d objekt" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licens" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Licensen för programmet" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "Ta_ck" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licens" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Om %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Tack" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Skrivet av" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumenterat av" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Översatt av" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafik av" @@ -1286,17 +1286,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Omvänt snedstreck" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Ogiltig typfunktion: \"%s\"" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Ogiltigt rotelement: \"%s\"" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Ohanterad tagg: \"%s\"" @@ -1393,7 +1398,7 @@ msgstr "Inaktiverad" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Ny snabbtangent..." @@ -1538,11 +1543,11 @@ msgstr "" msgid "Color Selection" msgstr "Färgval" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Inmatnings_metoder" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Infoga Unicode-styrtecken" @@ -1981,7 +1986,7 @@ msgstr "_Byt namn" msgid "_Selection: " msgstr "_Markering: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1990,15 +1995,15 @@ msgstr "" "Filnamnet \"%s\" kunde inte konverteras till UTF-8 (prova att ställa in " "miljövariabeln G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Ogiltig UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Namnet är för långt" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Kunde inte konvertera filnamn" @@ -2248,39 +2253,39 @@ msgstr "GTK+-flaggor" msgid "Show GTK+ Options" msgstr "Visa GTK+-flaggor" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "A_nslut" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Anslut _anonymt" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Anslut som a_nvändare:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Användarnamn:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domän:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Lösenord:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Glöm lösenordet _omedelbart" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Kom ihåg lösenordet tills du _loggar ut" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Kom ihåg _för alltid" @@ -2350,7 +2355,7 @@ msgstr "_Pappersstorlek:" msgid "_Orientation:" msgstr "_Orientering:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Sidinställning" @@ -2498,17 +2503,17 @@ msgstr "Fel vid skapande av förhandsgranskning" msgid "The most probable reason is that a temporary file could not be created." msgstr "Den mest troliga orsaken är att en temporärfil inte kunde skapas." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Fel vid start av förhandsgranskning" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Fel vid utskrift" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Program" @@ -2567,37 +2572,37 @@ msgstr "Ogiltigt handtag till PrintDlgEx" msgid "Unspecified error" msgstr "Ospecificerat fel" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Skrivare" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Plats" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Status" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Intervall" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Alla sidor" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "A_ktuell sida" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Sid_or:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2605,127 +2610,133 @@ msgstr "" "Ange en eller flera sidintervall,\n" " exempelvis 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Sid_or:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopior" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Kop_ior:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "S_ortera" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Omvänd" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Allmänt" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Sidordning" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Vänster till höger" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Höger till vänster" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Layout" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "T_våsidig:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Sidor per _blad:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Sidor_dning:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Skriv endast _ut:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Alla blad" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Jämna blad" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Udda blad" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Sk_ala:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papper" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Pappers_typ:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Pappers_källa:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Utsk_riftsfack:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Jobbdetaljer" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oritet:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Fak_tureringsinformation:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Skriv ut dokument" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Nu" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "Kloc_kan:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2733,61 +2744,65 @@ msgstr "" "Ange tiden för utskrift,\n" " t.ex. 15.30, 02.35, 14.15.20, 11.46.30" +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + # Är detta verkligen en bra översättning? -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_Pausad" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Håll kvar jobbet tills det uttryckligen släpps" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Lägg till försättssida" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Före:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Efter:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Jobb" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avancerat" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Bildkvalitet" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Färg" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Färdigställning" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Vissa av inställningarna i dialogen är i konflikt" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Skriv ut" diff --git a/po/ta.po b/po/ta.po index 3c1dee62b2..fefd98f369 100644 --- a/po/ta.po +++ b/po/ta.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD.ta\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-09 13:51+0530\n" "Last-Translator: \n" "Language-Team: \n" @@ -625,15 +625,15 @@ msgstr "உருவ வகைக்கு தற்போது ஆதரவள msgid "Couldn't allocate memory for color profile" msgstr "நிற விவரக்குறிப்புக்கு நினைவகத்தை ஒதுக்க முடியவில்லை" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 கோப்பைத் திறப்பதற்கு போதாதுமான நினைவகம் இல்லை" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "இடையக பட தரவுக்கு நினைவகம் ஒதுக்கீட முடியவில்லை" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 உருவ வகை" @@ -676,7 +676,7 @@ msgid "" msgstr "" "JPEG தரம் 0 க்கும் 100 இடையில் இருக்க வேண்டும்; '%d' மதிப்பிக்கு அனுமதி கிடையாது." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG உருவடிவ வகை" @@ -1168,46 +1168,46 @@ msgid_plural "Opening %d Items" msgstr[0] "%d உருப்படியை திறக்கிறது" msgstr[1] "%d உருப்படிகளை திறக்கிறது" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "உரிமம்" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "நிரலின் அங்கீகாரம்" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "சன்மானம் (_r)" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "அங்கீகாரம் (_L)" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s பற்றி" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "சன்மானங்கள்" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "எழுதியது" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "ஆவணமாக்கம்" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "மொழிபெயர்ப்பு" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "கலை வேலை" @@ -1281,17 +1281,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "தவறான வகை செயல்பாடு: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "தவறான ரூட் உருப்படி: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "கையாளப்படாத ஒட்டு: '%s'" @@ -1386,7 +1391,7 @@ msgstr "செயல்பட முடியவில்லை" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "புதிய மாற்றி..." @@ -1530,11 +1535,11 @@ msgstr "" msgid "Color Selection" msgstr "வண்ணம் தேர்ந்தெடுத்தல்" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "உள்ளீட்பு _முறைகள்" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "யூனிகோட் கட்டுப்பாட்டு வரியுரு _சொருகவும்" @@ -1970,7 +1975,7 @@ msgstr "_பெயர் மாற்று" msgid "_Selection: " msgstr "தெரிவு _செய்தது:" -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1979,15 +1984,15 @@ msgstr "" "கோப்பு பெயர் \"%s\" UTF-8க்கு மாற்ற முடியவில்லை. (சூழல் மாறியை " "G_FILENAME_ENCODINGஐ அமைக்க முயற்சிக்கிறது): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "தவறான UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "மிக-நீண்ட பெயர்" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "கோப்புப் பெயரை மாற்ற முடியவில்லை" @@ -2235,39 +2240,39 @@ msgstr "GTK+ விருப்பங்கள்" msgid "Show GTK+ Options" msgstr "GTK+ விருப்பங்களை காட்டு" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "இணை (_n)" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "பெயரில்லாமல் இணை (_a)" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "பயணராக இணைக்கவும் (u_):" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "பயனர்பெயர் (_U):" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "செய்களம் (_D):" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "கடவுச்சொல் (_P)" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "கடவிச்சொல்லை உடனே மறக்கவும் (_i)" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "வெளியேறும் வரை கடவுச்சொல்லை நினைவு கொள்ளவும் (_l)" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "எப்பொழுதும் நினைவில் கொள்ளவும் (_f)" @@ -2337,7 +2342,7 @@ msgstr "தாள் அளவு: (_P)" msgid "_Orientation:" msgstr "திசையமைப்பு: (_O)" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "பக்க அமைவு" @@ -2486,17 +2491,17 @@ msgid "The most probable reason is that a temporary file could not be created." msgstr "" "எதிர்பார்க்க கூடிய முக்கிய காரணம் என்னவெனில் ஒரு தற்காலிகக் கோப்பினை உருவாக்க வேண்டும்." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "முன்பார்வை காட்டும் போது பிழை" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "அச்சிடும் பிழை" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "பயன்பாடு" @@ -2555,37 +2560,37 @@ msgstr "PrintDlgExஐ தவறான கையாளுதல்" msgid "Unspecified error" msgstr "குறிப்பிடப்படாத பிழை" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "அச்சடிப்பி" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "இடம்" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "நிலை" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "வரம்பு" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "அனைத்து பக்கங்கள் (_A)" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "நடப்பு பக்கம் (_u)" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "பக்கங்கள் (_e):" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2593,127 +2598,133 @@ msgstr "" "ஒன்று அல்லது பல பக்க வரம்புகளை குறிப்பிடவும்,\n" " எ.கா. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "பக்கங்கள் (_e):" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "நகல்கள்" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "நகல்கள்: (_s)" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "அடுக்கு (_o)" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "பின்னோக்கு (_R)" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "பொது" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "பக்க வரிசைப்படுத்தல்" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "இடமிருந்து வலம்" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "வலமிருந்து இடம்" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "அமைப்பு" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "இரட்டை பக்கங்கள்: (_w)" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "பக்கங்களுக்கான பக்கம் (_s):" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "தாள் வரிசை (_d):" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "அச்சிடுதல் மட்டும்: (_O)" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "அனைத்து தாள்கள்" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "இரட்டை தாள்கள்" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "ஒற்றை தாள்கள்" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "அளவு: (_a)" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "தாள்" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "தாள் வகை: (_t)" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "தாள் மூலம்: (_s)" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "வெளீயிடு தட்டு: (_r)" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "பணி விவரங்கள்" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "முன்னுரிமை: (_o)" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "இரசீது தகவல்: (_B)" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "ஆவணத்தை அச்சிடு" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "இப்போது (_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "A_t:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2721,60 +2732,64 @@ msgstr "" "அச்சடிப்பதற்கு நேரத்தை குறிப்படவும்,\n" " எ.கா. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "நிறுத்திவைப்பு (_h)" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "வெளியிடுவது வரை இந்த பணியை நிறுத்தி வைக்கவும்" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "அட்டை பக்கத்தையும் சேர்" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "முன்: (_f)" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "பின்: (_A)" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "பணி" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "கூடுதல்" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "பட தரம்" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "நிறம்" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "முடிக்கிறது" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "இந்த உரையாடலிலுள்ள சில அமைவுகள் முரணாக உள்ளது" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "அச்சிடு" diff --git a/po/te.po b/po/te.po index 2bef9ecf0b..41bc2af651 100644 --- a/po/te.po +++ b/po/te.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: te\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-03 18:30+0530\n" "Last-Translator: Krishna Babu K \n" "Language-Team: Telugu \n" @@ -619,15 +619,15 @@ msgstr "ప్రతిబింబం రకము ప్రస్తుతం msgid "Couldn't allocate memory for color profile" msgstr "వర్ణ ప్రొఫైల్‌కు జ్ఞాపకశక్తిని కేటాయింటలేక పోయింది" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 దస్త్రాన్ని తెరువుటకు చాలని జ్ఞాపకశక్తి" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "బఫర్ ప్రతిబింబ డాటాకు జ్ఞాపకశక్తిని కేటాయించలేక పోయింది" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG2000 ప్రతిబింబ రూపలావణ్యం" @@ -669,7 +669,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG నాణ్యత 0కు100కు మధ్య విలువ అయివుండవలెను '%d విలువ ఆమోదింపబడదు" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG ప్రతిబింబరూప లావణ్యం" @@ -1160,46 +1160,46 @@ msgid_plural "Opening %d Items" msgstr[0] "%d అంశమును తెరుస్తోంది" msgstr[1] "%d అంశములను తెరుస్తోంది" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "లైసెన్స్" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "కార్యక్రమలైసెన్స్" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "పరపతులు(_r)" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "లైసెన్స్ (_L)" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "గురించి%s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "పరపతులు" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "వ్రాసినవారు" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "పత్రరచనచేసినవారు" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "అనువదించినవారు" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "కళ" @@ -1273,17 +1273,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "చెల్లనటువంటి ఫంక్షన్: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "సరికాని రూట్ మూలకం: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "సంభాలించని టాగ్: '%s'" @@ -1378,7 +1383,7 @@ msgstr "అచేతనమైన" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "కొత్త ఎగ్జలరేటర్..." @@ -1518,11 +1523,11 @@ msgstr "" msgid "Color Selection" msgstr "వర్ణెంపిక" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "ఎగుబడి విధానములు(_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "యునికోడ్ నియంత్రణ అక్షరాన్ని ప్రవేశపెట్టుము(_I)" @@ -1959,7 +1964,7 @@ msgstr "పునఃనామకరణం(_R)" msgid "_Selection: " msgstr "ఎంపిక(_S): " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1968,15 +1973,15 @@ msgstr "" "దస్త్రనామం \"%s\"నుUTF-8 మార్చలేము environment variable G_FILENAME_ENCODING):" "అమర్చి చూడండి %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "చెల్లని UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "చాలా పొడవైన నామము" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "దస్త్రనామము మార్చలేము" @@ -2222,39 +2227,39 @@ msgstr "GTK+ ఇచ్ఛాపూర్వకాలు" msgid "Show GTK+ Options" msgstr " GTK+ ఇచ్ఛాపూర్వకాలను చూపుము" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "అనుసంధానించు (_n)" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "పేరులేకుండా అనుసంధానించు (_a)" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "వినియోగదారిలా అనుసంధానించు (_s):" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "వినియోగదారినామము (_U):" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "డొమైన్ (_D):" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "సంకేతపదము (_P):" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "సంకేతపదమును తక్షణమే మర్చిపో (_i)" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "మీరు లాగ్అవుట్ అయ్యేవరకు సంకేతపదమును గుర్తుంచుకొనుము (_l)" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "ఎప్పటికి గుర్తుంచుకొనుము (_f)" @@ -2324,7 +2329,7 @@ msgstr "పుట పరిమాణం(_P):" msgid "_Orientation:" msgstr "సర్దుబాటు(_O):" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "పుచ అమర్పు" @@ -2472,17 +2477,17 @@ msgstr "ముద్రణ ఉపదర్శనం సృష్టించు msgid "The most probable reason is that a temporary file could not be created." msgstr "తాత్కాలిక దస్త్రము సృష్టించబడదు అనేది ఎక్కువ సంభవమున్న కారణం." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "ఉపదర్శనం దించుటలో దోషం" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "ముద్రించుటలో దోషం" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "అప్లికేషన్" @@ -2541,37 +2546,37 @@ msgstr "PrintDlgex కు చెల్లని సంభాలన" msgid "Unspecified error" msgstr "తెలుపబడని దోషం" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "ముద్రణాయంత్రం" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "స్థానము" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "స్థితి" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "పరిధి" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "అన్ని పేజీలు (_A)" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "ప్రస్తుత పేజీ (_u)" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "పేజీలు (_e):" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2579,127 +2584,133 @@ msgstr "" "ఒకటి లేదా ఎక్కువ పుట పరిధులను తెలుపుము,\n" " ఉ.దా. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "పేజీలు (_e):" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "నకళ్ళు" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "నకళ్ళు(_s):" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "తత్సంభంద(_o)" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "అపసవ్య(_R)" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "సాధారణ" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "పేజీ క్రమపరుచుట" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "ఎడమనుండి కుడికి" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "కుడినుండి ఎడమకు" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "నమూనా" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "రైండు-వైపులా(_w):" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "ఒక ప్రక్కకి పుటలు(_s):" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "పేజీ క్రమపరచుట (_d):" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "ముద్రణ మాత్రమే(_O):" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "అన్ని షీట్స్" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "సరి షీట్స్" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "బేసి షీట్స్" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "కొలత(_a):" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "పుట" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "పుట రకం(_t):" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "పుట మూలం(_s):" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "అవుట్‌పుట్ ట్రే(_r):" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "కార్యము వివరములు" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "ప్రాముఖ్యత(_o):" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "బిల్లింగ్ సామాచారం(_B):" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "పత్రమును ముద్రించు" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "ఇప్పడు(_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "వద్ద(_t):" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2707,60 +2718,64 @@ msgstr "" "ముద్రణయొక్క సమయాన్ని తెలుపుము.\n" " ఉ.దా. 15:30, 2:35 సా, 14:15:20, 11:46:30 ఉ, 4 సా" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "నిలుపుదలలో ఉంది(_h)" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "కార్యము బహిరంగముగా విడుదల అగునంతవరకు దానిని పట్టివుంచుము" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "కవర్ పేజీని కలుపుము" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "ముందు(_f):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "తరువాత(_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "కార్యము" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "ఆధునిక" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "చిత్రము నాణ్యత" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "వర్ణము" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "ముగిస్తోంది" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "డైలాగ్ లోని కొన్ని అమర్పులు విభేదిస్తున్నాయి" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "ముద్రించు" diff --git a/po/th.po b/po/th.po index 713e247fde..333328f2e4 100644 --- a/po/th.po +++ b/po/th.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-12 14:42+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -605,15 +605,15 @@ msgstr "ยังไม่รองรับรูปชนิดนี้" msgid "Couldn't allocate memory for color profile" msgstr "ไม่สามารถจองหน่วยความจำสำหรับโพรไฟล์สี" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "หน่วยความจำไม่พอจะเปิดแฟ้ม JPEG 2000" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "ไม่สามารถจองหน่วยความจำสำหรับพักข้อมูลภาพ" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "แฟ้มรูปชนิด JPEG 2000" @@ -655,7 +655,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "คุณภาพของรูป JPEG ต้องอยู่ระหว่าง 0 และ 100 ค่า '%d' ที่ตั้งใช้ไม่ได้" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "แฟ้มรูปชนิด JPEG" @@ -1145,46 +1145,46 @@ msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "กำลังเปิด %d รายการ" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "สัญญาอนุญาต" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "สัญญาอนุญาตใช้งานของโปรแกรม" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "เ_ครดิต" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "สัญญา_อนุญาต" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "เกี่ยวกับ %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "เครดิต" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "เขียนโดย" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "เอกสารโดย" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "แปลโดย" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "งานศิลป์โดย" @@ -1258,17 +1258,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "ฟังก์ชันถามชนิดใช้ไม่ได้: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "อิลิเมนต์รากใช้ไม่ได้: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "แท็กไม่ถูกดำเนินการ: '%s'" @@ -1363,7 +1368,7 @@ msgstr "ปิดใช้งาน" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "กำหนดคีย์ด่วนใหม่..." @@ -1498,11 +1503,11 @@ msgstr "" msgid "Color Selection" msgstr "เลือกสี" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_วิธีป้อนข้อความ" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "แ_ทรกอักขระควบคุมของยูนิโค้ด" @@ -1936,7 +1941,7 @@ msgstr "เ_ปลี่ยนชื่อ" msgid "_Selection: " msgstr "_สิ่งที่เลือก: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1945,15 +1950,15 @@ msgstr "" "แปลงชื่อแฟ้ม \"%s\" ไปเป็น UTF-8 ไม่สำเร็จ (ลองตั้งตัวแปรสภาพแวดล้อม " "G_BROKEN_FILENAMES): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "นี่ไม่ใช่ UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "ชื่อยาวเกินไป" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "แปลงชื่อแฟ้มไม่สำเร็จ" @@ -2200,39 +2205,39 @@ msgstr "ตัวเลือกของ GTK+" msgid "Show GTK+ Options" msgstr "แสดงตัวเลือกของ GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "เ_ชื่อมต่อ" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "เชื่อมต่อแบบ_นิรนาม" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "เชื่อมต่อในนา_มผู้ใช้:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "ชื่_อผู้ใช้:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "โ_ดเมน:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_รหัสผ่าน::" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_ทิ้งรหัสผ่านทันที" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "_จำรหัสผ่านไว้จนกว่าจะออก" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "จำรหัสผ่านไว้_ตลอดไป" @@ -2302,7 +2307,7 @@ msgstr "_ขนาดกระดาษ:" msgid "_Orientation:" msgstr "แ_นววาง:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "ตั้งหน้ากระดาษ" @@ -2450,17 +2455,17 @@ msgstr "เกิดข้อผิดพลาดขณะสร้างตั msgid "The most probable reason is that a temporary file could not be created." msgstr "สาเหตุที่น่าจะเป็นไปได้มากที่สุด คือไม่สามารถสร้างแฟ้มชั่วคราวได้" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "เกิดข้อผิดพลาดขณะเรียกแสดงตัวอย่างก่อนพิมพ์" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "เกิดข้อผิดพลาดขณะพิมพ์" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "โปรแกรม" @@ -2519,37 +2524,37 @@ msgstr "แฮนเดิลไปยัง PrintDlgEx ผิดพลาด" msgid "Unspecified error" msgstr "ข้อผิดพลาดไม่ปรากฏสาเหตุ" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "เครื่องพิมพ์" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "ตำแหน่ง" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "สถานะ" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "ช่วง" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "ทุ_กหน้า" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "หน้า_ปัจจุบัน" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_หน้า:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2557,127 +2562,133 @@ msgstr "" "ระบุช่วงของหน้าตั้งแต่หนึ่งช่วงขึ้นไป\n" " เช่น 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_หน้า:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "สำเนา" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "จำ_นวนสำเนา:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_ทีละชุด" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_จากหลังมาหน้า" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "ทั่วไป" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "การเรียงหน้า" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "ซ้ายไปขวา" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "ขวามาซ้าย" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "การจัดเรียง" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "พิมพ์_สองหน้า:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "จำนวนหน้าต่อห_น้ากระดาษ:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "การเ_รียงหน้า:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "พิ_มพ์เฉพาะ:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "ทุกหน้า" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "หน้าคู่" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "หน้าคี่" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "อัตรา_ขยาย:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "กระดาษ" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_ชนิดกระดาษ:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "แหล่ง_ป้อนกระดาษ:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "ถาดกระดาษ_ออก:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "รายละเอียดงานพิมพ์" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "_ลำดับความสำคัญ:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "ข้อมูล_สรุป:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "พิมพ์เอกสาร" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "เ_ดี๋ยวนี้" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "เ_วลา:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2685,60 +2696,64 @@ msgstr "" "ระบุเวลาที่จะพิมพ์\n" " เช่น 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_รอไว้" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "พักงานพิมพ์รอไว้จนกว่าจะสั่ง" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "เพิ่มหน้าปก" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "ปก_หน้า:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "ปกหลั_ง:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "งานพิมพ์" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "ขั้นสูง" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "คุณภาพของรูป" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "สี" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "กำลังเสร็จสิ้น" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "ค่าตั้งบางค่าในกล่องโต้ตอบขัดแย้งกัน" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "พิมพ์" diff --git a/po/tk.po b/po/tk.po index 44eb977767..1c6f6eba75 100644 --- a/po/tk.po +++ b/po/tk.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2004-05-25 17:46+0330\n" "Last-Translator: Gurban Mühemmet Tewekgeli \n" "Language-Team: Turkmen \n" @@ -629,15 +629,15 @@ msgstr "Resimiň '%s' hili arkalanmaýar" msgid "Couldn't allocate memory for color profile" msgstr "" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "BMP resim hili" @@ -680,7 +680,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "" @@ -1176,47 +1176,47 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 #, fuzzy msgid "C_redits" msgstr "_Bejer" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "" @@ -1291,17 +1291,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Maýyp faýl ady: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Maýyp faýl ady: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1398,7 +1403,7 @@ msgstr "Söndirgili" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1533,11 +1538,11 @@ msgstr "" msgid "Color Selection" msgstr "Renk Saýlawy" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "Uniköd kontrol karakterni _girdir" @@ -1985,22 +1990,22 @@ msgstr "_Adyny Ewez Et" msgid "_Selection: " msgstr "_Saýlaw:" -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Maýyp UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Ad beter uzyn" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "" @@ -2253,43 +2258,43 @@ msgstr "" msgid "Show GTK+ Options" msgstr "" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "_Kalam" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Adyny Ewez Et" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Ýer" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "_Ön Namaýyş" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2355,7 +2360,7 @@ msgstr "_Häsiýetler" msgid "_Orientation:" msgstr "Ýeri Aç" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "%u sahypasy" @@ -2513,17 +2518,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "_Ýer" @@ -2586,239 +2591,249 @@ msgstr "Tymsal içinde maýyp başlyg" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "_Çap Et" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "_Ýer" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "_Bejer" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Adyny Ewez Et" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "_Bejer" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "_Ewir" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Duýdurum" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "LRM _Soldan-saga alamat" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "_Çap Et" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "_Häsiýetler" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "_Häsiýetler" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "_Çap Et" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "_Mykdar:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "_Häsiýetler" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "_Häsiýetler" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_Ýok" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "_Batyr" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_Renk" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "_Çap Et" diff --git a/po/tr.po b/po/tr.po index 4851a9dba6..5d120cd1ba 100644 --- a/po/tr.po +++ b/po/tr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-16 21:18+0200\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-22 18:57+0200\n" "Last-Translator: Baris Cicek \n" "Language-Team: Turkish \n" @@ -20,59 +20,59 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../gdk/gdk.c:103 +#: gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Seçenek --gdk-debug ayrıştırılırken hata" -#: ../gdk/gdk.c:123 +#: gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Seçenek --gdk-no-debug ayrıştırılırken hata" #. Description of --class=CLASS in --help output -#: ../gdk/gdk.c:151 +#: gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Pencere yöneticisi tarafından kullanıldığı gibi program sınıfı" #. Placeholder in --class=CLASS in --help output -#: ../gdk/gdk.c:152 +#: gdk/gdk.c:152 msgid "CLASS" msgstr "SINIF" #. Description of --name=NAME in --help output -#: ../gdk/gdk.c:154 +#: gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Pencere yöneticisi tarafından kullanıldığı gibi program ismi" #. Placeholder in --name=NAME in --help output -#: ../gdk/gdk.c:155 +#: gdk/gdk.c:155 msgid "NAME" msgstr "İSİM" #. Description of --display=DISPLAY in --help output -#: ../gdk/gdk.c:157 +#: gdk/gdk.c:157 msgid "X display to use" msgstr "Kullanılacak X ekranı" # modules/input/imipa.c:144 #. Placeholder in --display=DISPLAY in --help output -#: ../gdk/gdk.c:158 +#: gdk/gdk.c:158 msgid "DISPLAY" msgstr "EKRAN" #. Description of --screen=SCREEN in --help output -#: ../gdk/gdk.c:160 +#: gdk/gdk.c:160 msgid "X screen to use" msgstr "Kullanılacak X ekranı" #. Placeholder in --screen=SCREEN in --help output -#: ../gdk/gdk.c:161 +#: gdk/gdk.c:161 msgid "SCREEN" msgstr "EKRAN" #. Description of --gdk-debug=FLAGS in --help output -#: ../gdk/gdk.c:164 +#: gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "İşaretlenecek Gdk hata ayıklama imleri" @@ -80,236 +80,236 @@ msgstr "İşaretlenecek Gdk hata ayıklama imleri" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 +#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 msgid "FLAGS" msgstr "İMLER" #. Description of --gdk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:167 +#: gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Kaldırılacak Gdk hata ayıklama imleri" # gtk/gtkfilesel.c:1351 -#: ../gdk/keyname-table.h:3940 +#: gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "Geri Tuşu" -#: ../gdk/keyname-table.h:3941 +#: gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Sekme" -#: ../gdk/keyname-table.h:3942 +#: gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Enter" # gtk/gtkstock.c:297 -#: ../gdk/keyname-table.h:3943 +#: gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: ../gdk/keyname-table.h:3944 +#: gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Scroll_Lock" # gtk/gtkfilesel.c:651 -#: ../gdk/keyname-table.h:3945 +#: gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: ../gdk/keyname-table.h:3946 +#: gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Esc" -#: ../gdk/keyname-table.h:3947 +#: gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_key" # gtk/gtkstock.c:287 -#: ../gdk/keyname-table.h:3948 +#: gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" # gtk/gtkstock.c:291 -#: ../gdk/keyname-table.h:3949 +#: gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Sol" -#: ../gdk/keyname-table.h:3950 +#: gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Yukarı" -#: ../gdk/keyname-table.h:3951 +#: gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Sağ" -#: ../gdk/keyname-table.h:3952 +#: gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Aşağı" # gtk/gtknotebook.c:2125 gtk/gtknotebook.c:4517 -#: ../gdk/keyname-table.h:3953 +#: gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page_Up" -#: ../gdk/keyname-table.h:3954 +#: gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page_Down" -#: ../gdk/keyname-table.h:3955 +#: gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" -#: ../gdk/keyname-table.h:3956 +#: gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" # gtk/gtkstock.c:299 -#: ../gdk/keyname-table.h:3957 +#: gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Yazdır" -#: ../gdk/keyname-table.h:3958 +#: gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insert" -#: ../gdk/keyname-table.h:3959 +#: gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" # gtk/gtkfilesel.c:1351 -#: ../gdk/keyname-table.h:3960 +#: gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Boşluk" -#: ../gdk/keyname-table.h:3961 +#: gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Sekme" # gtk/gtkstock.c:299 -#: ../gdk/keyname-table.h:3962 +#: gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Enter" # gtk/gtkstock.c:287 -#: ../gdk/keyname-table.h:3963 +#: gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP_Home" # gtk/gtkstock.c:291 -#: ../gdk/keyname-table.h:3964 +#: gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP_Sol" -#: ../gdk/keyname-table.h:3965 +#: gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP_Yukarı" -#: ../gdk/keyname-table.h:3966 +#: gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP_Sağ" -#: ../gdk/keyname-table.h:3967 +#: gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP_Aşağı" -#: ../gdk/keyname-table.h:3968 +#: gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_Page_Up" -#: ../gdk/keyname-table.h:3969 +#: gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP_Prior" -#: ../gdk/keyname-table.h:3970 +#: gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: ../gdk/keyname-table.h:3971 +#: gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP_Next" -#: ../gdk/keyname-table.h:3972 +#: gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "KP_End" -#: ../gdk/keyname-table.h:3973 +#: gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP_Begin" -#: ../gdk/keyname-table.h:3974 +#: gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP_Insert" # gtk/gtkfilesel.c:1198 -#: ../gdk/keyname-table.h:3975 +#: gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP_Delete" # gtk/gtkfilesel.c:1198 -#: ../gdk/keyname-table.h:3976 +#: gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Delete" # gdk-pixbuf/gdk-pixbuf-animation.c:144 gdk-pixbuf/gdk-pixbuf-io.c:516 -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 +#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 +#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' dosyası açılamadı: %s" # gdk-pixbuf/gdk-pixbuf-animation.c:155 gdk-pixbuf/gdk-pixbuf-io.c:526 -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 +#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Resim dosyası '%s' hiç bilgi içermiyor" # gdk-pixbuf/gdk-pixbuf-animation.c:205 gdk-pixbuf/gdk-pixbuf-io.c:571 -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 +#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "'%s' resmi yüklenemedi: sebep bilinmiyor, dosya bozulmuş olabilir" # gdk-pixbuf/gdk-pixbuf-animation.c:233 -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -319,13 +319,13 @@ msgstr "" "bozulmuş olabilir" # gdk-pixbuf/gdk-pixbuf-io.c:295 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 +#: gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Resim yükleme modülü bulunamadı: %s: %s" # gdk-pixbuf/gdk-pixbuf-io.c:314 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 +#: gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -335,63 +335,63 @@ msgstr "" "sürümü olabilir mi?" # gdk-pixbuf/gdk-pixbuf-io.c:425 gdk-pixbuf/gdk-pixbuf-io.c:451 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 +#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Resim türü '%s' desteklenmiyor" # gdk-pixbuf/gdk-pixbuf-io.c:473 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 +#: gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "'%s' dosyasındaki resmin biçimi anlaşılamadı" # gdk-pixbuf/gdk-pixbuf-io.c:479 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 +#: gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Bilinmeyen resim dosyası biçimi" # gdk-pixbuf/gdk-pixbuf-io.c:582 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Resim '%s' yüklenemedi: %s" # gdk-pixbuf/io-jpeg.c:125 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 +#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "JPEG resim dosyası işlenirken hata: %s" # gdk-pixbuf/gdk-pixbuf-io.c:687 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "gdk-pixbuf'un bu kurgusu resim biçimi kaydını desteklemiyor: %s" # gdk-pixbuf/io-xbm.c:295 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Geri çağırım için resim kaydedilirken yetersiz bellek" # gdk-pixbuf/io-tiff.c:264 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Geçici dosya açılamadı" # gdk-pixbuf/io-xbm.c:429 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Geçici dosya okumak için açılamadı" # gdk-pixbuf/gdk-pixbuf-io.c:790 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "'%s' dosyası yazmak için açılamıyor: %s" # gdk-pixbuf/gdk-pixbuf-io.c:811 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -400,17 +400,17 @@ msgstr "" "Resim yazılırken '%s' kapatılamadı, tüm veri kaydedilememiş olabilir: %s" # gdk-pixbuf/io-xbm.c:295 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Resmi tampona kaydetmek için yetersiz bellek" # gdk-pixbuf/io-jpeg.c:125 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Resim akışına yazılırken hata" # gdk-pixbuf/gdk-pixbuf-loader.c:275 gdk-pixbuf/gdk-pixbuf-loader.c:376 -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -420,171 +420,166 @@ msgstr "" "başarısızlık sebebi de vermedi" # gdk-pixbuf/gdk-pixbuf-loader.c:252 -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Resim türü '%s' için arttırımlı yükleme desteklenmiyor" # gdk-pixbuf/gdk-pixdata.c:145 -#: ../gdk-pixbuf/gdk-pixdata.c:147 +#: gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Resim başlığı bozuk" # gdk-pixbuf/gdk-pixdata.c:150 -#: ../gdk-pixbuf/gdk-pixdata.c:152 +#: gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Resim biçimi bilinmiyor" # gdk-pixbuf/gdk-pixdata.c:155 gdk-pixbuf/gdk-pixdata.c:432 -#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 +#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Resmin piksel verisi bozuk" # gdk-pixbuf/gdk-pixdata.c:378 -#: ../gdk-pixbuf/gdk-pixdata.c:431 +#: gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "%u baytlık resim tamponu ayrılamadı" -#: ../gdk-pixbuf/io-ani.c:244 +#: gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Canlandırmada beklenmeyen simge yığını" -#: ../gdk-pixbuf/io-ani.c:337 +#: gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Desteklenmeyen canlandırma türü" -#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 -#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 -#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 +#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 +#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Canlandırma içinde geçersiz başlık" # gdk-pixbuf/io-gif.c:746 gdk-pixbuf/io-gif.c:1340 gdk-pixbuf/io-gif.c:1385 # gdk-pixbuf/io-gif.c:1499 -#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 -#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 -#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 +#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 +#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Canlandırma dosyasını yüklemek için yetersiz bellek" -#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 -#: ../gdk-pixbuf/io-ani.c:443 +#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Canlandırmada yanlış biçimlendirilmiş yığın" # gdk-pixbuf/gdk-pixdata.c:150 -#: ../gdk-pixbuf/io-ani.c:711 +#: gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "ANI resim biçimi" # gdk-pixbuf/io-bmp.c:278 gdk-pixbuf/io-bmp.c:300 -#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 -#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 -#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 +#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 +#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "BMP resmi başlığı hatalı veri içeriyor" # gdk-pixbuf/io-bmp.c:325 -#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 +#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Biteşlem resmi yüklemek için bellek yetersiz" # gdk-pixbuf/io-bmp.c:255 -#: ../gdk-pixbuf/io-bmp.c:319 +#: gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "BMP resmi desteklenmeyen bir başlık büyüklüğüne sahip" -#: ../gdk-pixbuf/io-bmp.c:357 +#: gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Yukarıdan aşağıya BMP resimleri sıkıştırılamıyor" -#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 +#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Erken dosya sonu ile karşılaşıldı" # gdk-pixbuf/io-jpeg.c:529 -#: ../gdk-pixbuf/io-bmp.c:1329 +#: gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "BMP dosyasını kaydetmek için bellek ayrılamadı" # gtk/gtkfilesel.c:3277 -#: ../gdk-pixbuf/io-bmp.c:1370 +#: gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "BMP dosyasına yazılamadı" -#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 +#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "BMP resim biçimi" # gdk-pixbuf/io-gif.c:218 -#: ../gdk-pixbuf/io-gif.c:222 +#: gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "GIF okunurken hata: %s" # gdk-pixbuf/io-gif.c:460 gdk-pixbuf/io-gif.c:1352 gdk-pixbuf/io-gif.c:1511 -#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 -#: ../gdk-pixbuf/io-gif.c:1642 +#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "GIF dosyasında veri eksik (dosya kırpılmış olabilir mi?)" # gdk-pixbuf/io-gif.c:469 -#: ../gdk-pixbuf/io-gif.c:505 +#: gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "GIF yükleyicide dahili hata (%s)" -#: ../gdk-pixbuf/io-gif.c:579 +#: gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Yığın taşması" # gdk-pixbuf/io-gif.c:592 -#: ../gdk-pixbuf/io-gif.c:639 +#: gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "GIF resim yükleyicisi bu resmi tanımlayamadı." -#: ../gdk-pixbuf/io-gif.c:668 +#: gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Hatalı kod saptandı" # gdk-pixbuf/io-gif.c:622 -#: ../gdk-pixbuf/io-gif.c:678 +#: gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "GIF dosyasında döngüsel tablo girdisi" # gdk-pixbuf/io-gif.c:746 gdk-pixbuf/io-gif.c:1340 gdk-pixbuf/io-gif.c:1385 # gdk-pixbuf/io-gif.c:1499 -#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 -#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 +#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 +#: gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "GIF dosyasını yüklemek için yetersiz bellek" # gdk-pixbuf/io-gif.c:746 gdk-pixbuf/io-gif.c:1340 gdk-pixbuf/io-gif.c:1385 # gdk-pixbuf/io-gif.c:1499 -#: ../gdk-pixbuf/io-gif.c:960 +#: gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "GIF dosyasındaki bir çerçeveyi oluşturmak için yetersiz bellek" # gdk-pixbuf/io-gif.c:990 -#: ../gdk-pixbuf/io-gif.c:1132 +#: gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "Bozuk GIF dosyası (LZW sıkıştırması yanlış)" # gdk-pixbuf/io-gif.c:1040 -#: ../gdk-pixbuf/io-gif.c:1182 +#: gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Dosya bir GIF dosyası gibi görünmüyor" # gdk-pixbuf/io-gif.c:1052 -#: ../gdk-pixbuf/io-gif.c:1194 +#: gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "%s sürümü GIF dosya biçimi desteklenmiyor" # gdk-pixbuf/io-gif.c:1178 -#: ../gdk-pixbuf/io-gif.c:1303 +#: gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -593,131 +588,129 @@ msgstr "" "de yok." # gdk-pixbuf/io-gif.c:1407 -#: ../gdk-pixbuf/io-gif.c:1537 +#: gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "GIF resmi ya kırpılmış ya da tamamlanmamış." # gdk-pixbuf/gdk-pixdata.c:150 -#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 +#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "GIF resim biçimi" -#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 -#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 -#: ../gdk-pixbuf/io-ico.c:359 +#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 +#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Simge içinde geçersiz başlık" # gdk-pixbuf/io-gif.c:746 gdk-pixbuf/io-gif.c:1340 gdk-pixbuf/io-gif.c:1385 # gdk-pixbuf/io-gif.c:1499 -#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 -#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 -#: ../gdk-pixbuf/io-ico.c:462 +#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 +#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Simge dosyasını yüklemek için yetersiz bellek" -#: ../gdk-pixbuf/io-ico.c:322 +#: gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Simge genişliği sıfır" -#: ../gdk-pixbuf/io-ico.c:332 +#: gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Simge yüksekliği sıfır" # gdk-pixbuf/gdk-pixbuf-io.c:425 gdk-pixbuf/gdk-pixbuf-io.c:451 -#: ../gdk-pixbuf/io-ico.c:384 +#: gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Sıkıştırılmış simgeler desteklenmiyor" -#: ../gdk-pixbuf/io-ico.c:417 +#: gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Desteklenmeyen simge türü" # gdk-pixbuf/io-gif.c:746 gdk-pixbuf/io-gif.c:1340 gdk-pixbuf/io-gif.c:1385 # gdk-pixbuf/io-gif.c:1499 -#: ../gdk-pixbuf/io-ico.c:511 +#: gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "ICO dosyasını yüklemek için yetersiz bellek" -#: ../gdk-pixbuf/io-ico.c:976 +#: gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Resim ICO olarak kaydedilmek için çok büyük" -#: ../gdk-pixbuf/io-ico.c:987 +#: gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "İmleç işaretleyicisi resmin dışında" -#: ../gdk-pixbuf/io-ico.c:1010 +#: gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "ICO dosyası için desteklenmeyen derinlik: %d" # gdk-pixbuf/gdk-pixdata.c:150 -#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 +#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "ICO resim biçimi" # gdk-pixbuf/io-png.c:610 -#: ../gdk-pixbuf/io-icns.c:347 +#: gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "ICNS resmi okunurken hata: %s" -#: ../gdk-pixbuf/io-icns.c:364 +#: gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "ICNS dosyası kodu çözülemedi" # gdk-pixbuf/gdk-pixdata.c:150 -#: ../gdk-pixbuf/io-icns.c:397 +#: gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "ICNS resim biçimi" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-jasper.c:75 +#: gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Akış için bellek ayrılamadı" # gtk/gtkfilesel.c:3277 -#: ../gdk-pixbuf/io-jasper.c:105 +#: gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Resim kodu çözülemedi" -#: ../gdk-pixbuf/io-jasper.c:123 +#: gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Dönüştürülmüş JPEG2000 genişliği ve yüksekliği sıfır." # gdk-pixbuf/gdk-pixbuf-io.c:425 gdk-pixbuf/gdk-pixbuf-io.c:451 -#: ../gdk-pixbuf/io-jasper.c:137 +#: gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Resim türü şu anda desteklenmiyor" # gdk-pixbuf/io-jpeg.c:529 -#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 +#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Renk profili için bellek ayrılamadı" # gdk-pixbuf/io-tiff.c:178 gdk-pixbuf/io-tiff.c:194 gdk-pixbuf/io-tiff.c:471 -#: ../gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 dosyasını açmak için yetersiz bellek" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Resim verisini tamponlamak için bellek ayrılamadı" -#: ../gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 resim biçimi" # gdk-pixbuf/io-jpeg.c:125 -#: ../gdk-pixbuf/io-jpeg.c:117 +#: gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "JPEG resim dosyası işlenirken hata (%s)" # gdk-pixbuf/io-jpeg.c:234 -#: ../gdk-pixbuf/io-jpeg.c:529 +#: gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -725,23 +718,23 @@ msgstr "" "Resim yüklemek için bellek yetersiz, diğer uygulamaları kapatarak belleği " "boşaltmayı deneyin" -#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 +#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Desteklenmeyen JPEG renk uzayı (%s)" # gdk-pixbuf/io-jpeg.c:529 -#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 -#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 +#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 +#: gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "JPEG dosyasını yüklemek için bellek ayrılamadı" -#: ../gdk-pixbuf/io-jpeg.c:920 +#: gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Dönüştürülmüş JPEG resminin genişliği ve yüksekliği sıfır." # gdk-pixbuf/io-jpeg.c:655 -#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 +#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -751,7 +744,7 @@ msgstr "" "ayrıştırılamadı." # gdk-pixbuf/io-jpeg.c:670 -#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 +#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -759,95 +752,95 @@ msgstr "" "JPEG kalitesi 0 ile 100 arasında bir değer olmalı; '%d' değeri kabul " "edilmiyor." -#: ../gdk-pixbuf/io-jpeg.c:1309 ../gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG resim biçimi" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-pcx.c:187 +#: gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Başlık için bellek ayrılamadı" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 +#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "TGA içerik yapısı için bellek ayrılamadı" -#: ../gdk-pixbuf/io-pcx.c:601 +#: gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Resim geçersiz genişliğe ve/veya yüksekliğe sahip" # gdk-pixbuf/io-bmp.c:255 -#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 +#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Resim desteklenmeyen bpp'ye sahip" # gdk-pixbuf/io-bmp.c:255 -#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 +#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Resim desteklenmeyen sayıda %d-bit düzleme sahip" -#: ../gdk-pixbuf/io-pcx.c:642 +#: gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Yeni pixbuf oluşturulamadı" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-pcx.c:650 +#: gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Yeni satır verisi için bellek ayrılamadı" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-pcx.c:657 +#: gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Palet verisi için bellek ayrılamadı" -#: ../gdk-pixbuf/io-pcx.c:704 +#: gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "PCX resminin bütün satırları alınamadı" -#: ../gdk-pixbuf/io-pcx.c:711 +#: gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "PCX verisinin sonunda palet bulunamadı" -#: ../gdk-pixbuf/io-pcx.c:756 +#: gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "PCX resim biçimi" # gdk-pixbuf/io-pnm.c:423 gdk-pixbuf/io-pnm.c:451 gdk-pixbuf/io-pnm.c:483 -#: ../gdk-pixbuf/io-png.c:55 +#: gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "PNG dosyasının kanal başına bit sayısı geçersiz." -#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 +#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Dönüştürülmüş PNG resminin genişliği ve yüksekliği sıfır." -#: ../gdk-pixbuf/io-png.c:144 +#: gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Dönüştürülmüş PNG'nin kanal başına bit sayısı 8 değil." -#: ../gdk-pixbuf/io-png.c:153 +#: gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Dönüştürülen PNG, RGB veya RGBA değil." -#: ../gdk-pixbuf/io-png.c:162 +#: gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "Dönüştürülmüş PNG'de desteklenmeyen sayıda kanal var, 3 veya 4 olmalı." # gdk-pixbuf/io-png.c:161 -#: ../gdk-pixbuf/io-png.c:183 +#: gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "PNG resim dosyasında ölümcül hata: %s" # gdk-pixbuf/io-png.c:245 -#: ../gdk-pixbuf/io-png.c:310 +#: gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "PNG dosyasını yüklemek için yetersiz bellek" # gdk-pixbuf/io-png.c:536 -#: ../gdk-pixbuf/io-png.c:633 +#: gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -857,27 +850,27 @@ msgstr "" "bellek kullanımını düşürmeyi deneyin" # gdk-pixbuf/io-png.c:610 -#: ../gdk-pixbuf/io-png.c:684 +#: gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "PNG dosyası okunurken ölümcül hata" # gdk-pixbuf/io-png.c:610 -#: ../gdk-pixbuf/io-png.c:733 +#: gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "PNG dosyası okunurken ölümcül hata: %s" -#: ../gdk-pixbuf/io-png.c:825 +#: gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "PNG metin yığın anahtarları en az 1 en çok 79 karakter olabilirler." -#: ../gdk-pixbuf/io-png.c:833 +#: gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "PNG metin yığın anahtarları ASCII karakter olmalıdır." # gdk-pixbuf/io-jpeg.c:655 -#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 +#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -887,7 +880,7 @@ msgstr "" "ayrıştırılamadı." # gdk-pixbuf/io-jpeg.c:670 -#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 +#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -896,474 +889,470 @@ msgstr "" "PNG sıkıştırma seviyesi 0 ile 9 arasında bir değer olmalı; '%d' değeri kabul " "edilmiyor." -#: ../gdk-pixbuf/io-png.c:896 +#: gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "%s PNG metin yığın değerleri ISO-8859-1 kodlamaya dönüştürülemiyor." # gdk-pixbuf/io-pnm.c:543 gdk-pixbuf/io-pnm.c:585 -#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 +#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "PNG resim biçimi" # gdk-pixbuf/io-pnm.c:254 -#: ../gdk-pixbuf/io-pnm.c:250 +#: gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "PNM yükleyici tamsayı bulmayı bekledi, ancak bulamadı" # gdk-pixbuf/io-pnm.c:285 -#: ../gdk-pixbuf/io-pnm.c:282 +#: gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "PNM dosyası geçersiz giriş baytına sahip" # gdk-pixbuf/io-pnm.c:315 -#: ../gdk-pixbuf/io-pnm.c:312 +#: gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "PNM dosyası bilinen bir PNM alt biçimi olarak tanınmadı" # gdk-pixbuf/io-pnm.c:340 -#: ../gdk-pixbuf/io-pnm.c:337 +#: gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "PNM dosyasındaki resim genişliği 0" # gdk-pixbuf/io-pnm.c:361 -#: ../gdk-pixbuf/io-pnm.c:358 +#: gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "PNM dosyasındaki resim yüksekliği 0" # gdk-pixbuf/io-pnm.c:384 -#: ../gdk-pixbuf/io-pnm.c:381 +#: gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "PNM dosyasındaki en yüksek renk değeri 0" # gdk-pixbuf/io-pnm.c:384 -#: ../gdk-pixbuf/io-pnm.c:389 +#: gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "PNM dosyasındaki en yüksek renk değeri çok büyük" # gdk-pixbuf/io-pnm.c:423 gdk-pixbuf/io-pnm.c:451 gdk-pixbuf/io-pnm.c:483 -#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 -#: ../gdk-pixbuf/io-pnm.c:504 +#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Temel PNM resim türü geçersiz" # gdk-pixbuf/io-pnm.c:644 -#: ../gdk-pixbuf/io-pnm.c:654 +#: gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "PNM resim yükleyicisi bu alt biçimi desteklemiyor" -#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 +#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "Temel PNM biçimleri örnek veri öncesinde tam olarak bir boşluk gerektirir" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-pnm.c:768 +#: gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "PNM resminin yüklenebilmesi için bellek ayrılamadı" # gdk-pixbuf/io-pnm.c:920 -#: ../gdk-pixbuf/io-pnm.c:818 +#: gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "PNM içerik yapısını yüklemek için yetersiz bellek" # gdk-pixbuf/io-pnm.c:818 -#: ../gdk-pixbuf/io-pnm.c:869 +#: gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Beklenmeyen PNM resim verisi sonu" # gdk-pixbuf/io-pnm.c:920 -#: ../gdk-pixbuf/io-pnm.c:997 +#: gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "PNM dosyasını yüklemek için yetersiz bellek" -#: ../gdk-pixbuf/io-pnm.c:1081 +#: gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "PNM/PBM/PGM/PPM resim biçimi ailesi" # gdk-pixbuf/io-bmp.c:278 gdk-pixbuf/io-bmp.c:300 -#: ../gdk-pixbuf/io-ras.c:126 +#: gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "RAS resmi hatalı başlık verisine sahip" # gdk-pixbuf/gdk-pixdata.c:150 -#: ../gdk-pixbuf/io-ras.c:148 +#: gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "RAS resmi bilinmeyen bir türe sahip" -#: ../gdk-pixbuf/io-ras.c:156 +#: gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "desteklenmeyen RAS resim türevi" # gdk-pixbuf/io-bmp.c:325 -#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 +#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "RAS resmini yükleyebilmek için yeterli bellek yok" -#: ../gdk-pixbuf/io-ras.c:545 +#: gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Sun ızgara resim biçimi" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-tga.c:154 +#: gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "IOBuffer yapısı için bellekte yer ayrılamadı" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-tga.c:173 +#: gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "IOBuffer verisi için bellekte yer ayrılamadı" -#: ../gdk-pixbuf/io-tga.c:184 +#: gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "IOBuffer verisi için bellek yeniden ayrılamıyor" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-tga.c:214 +#: gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Geçici IOBuffer verisi için bellek ayrılamıyor" -#: ../gdk-pixbuf/io-tga.c:347 +#: gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Yeni pixbuf için bellek ayrılamıyor" -#: ../gdk-pixbuf/io-tga.c:687 +#: gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "colormap yapısı için bellek ayrılamıyor" -#: ../gdk-pixbuf/io-tga.c:694 +#: gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "colormap girdilerine yer ayrılamıyor" -#: ../gdk-pixbuf/io-tga.c:716 +#: gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "colormap girdileri için beklenmeyen bit derinliği" -#: ../gdk-pixbuf/io-tga.c:734 +#: gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "TGA başlığına bellek ayrılamıyor" -#: ../gdk-pixbuf/io-tga.c:767 +#: gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "TGA resmi hatalı boyutlara sahip" # gdk-pixbuf/gdk-pixbuf-io.c:425 gdk-pixbuf/gdk-pixbuf-io.c:451 -#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 -#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 -#: ../gdk-pixbuf/io-tga.c:809 +#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 +#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "TGA resim türü desteklenmiyor" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-tga.c:856 +#: gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "TGA içerik yapısı için bellek ayrılamıyor" -#: ../gdk-pixbuf/io-tga.c:921 +#: gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Dosyada aşırı veri" -#: ../gdk-pixbuf/io-tga.c:1002 +#: gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Targa resim biçimi" # gdk-pixbuf/io-tiff.c:152 -#: ../gdk-pixbuf/io-tiff.c:160 +#: gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Resim genişligi alınamadı (bozuk TIFF dosyası)" # gdk-pixbuf/io-tiff.c:159 -#: ../gdk-pixbuf/io-tiff.c:167 +#: gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Resim yüksekliği alınamadı (bozuk TIFF dosyası)" # gdk-pixbuf/io-tiff.c:169 -#: ../gdk-pixbuf/io-tiff.c:175 +#: gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "TIFF resminin genişlik veya yüksekliği sıfır" -#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 +#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "TIFF resminin boyutları çok büyük" # gdk-pixbuf/io-tiff.c:178 gdk-pixbuf/io-tiff.c:194 gdk-pixbuf/io-tiff.c:471 -#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 -#: ../gdk-pixbuf/io-tiff.c:541 +#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "TIFF dosyasını açmak için yetersiz bellek" # gdk-pixbuf/io-tiff.c:201 -#: ../gdk-pixbuf/io-tiff.c:275 +#: gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "TIFF dosyasından RGB verisi yüklenemedi" # gdk-pixbuf/io-tiff.c:264 -#: ../gdk-pixbuf/io-tiff.c:331 +#: gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "TIFF resmi açılamadı" # gdk-pixbuf/io-tiff.c:277 -#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 +#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "TIFFClose işlemi başarısız oldu" # gdk-pixbuf/io-tiff.c:411 -#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 +#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "TIFF resmi yüklenemedi" # gdk-pixbuf/io-tiff.c:264 -#: ../gdk-pixbuf/io-tiff.c:670 +#: gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "TIFF resmi kaydedilemedi" # gdk-pixbuf/io-tiff.c:264 -#: ../gdk-pixbuf/io-tiff.c:708 +#: gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "TIFF verisi yazılamadı" # gtk/gtkfilesel.c:3277 -#: ../gdk-pixbuf/io-tiff.c:760 +#: gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "TIFF dosyasına yazılamadı" -#: ../gdk-pixbuf/io-tiff.c:815 +#: gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "TIFF resim biçimi" -#: ../gdk-pixbuf/io-wbmp.c:246 +#: gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Resim genişliği sıfır" -#: ../gdk-pixbuf/io-wbmp.c:264 +#: gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Resim yüksekliği sıfır" # gdk-pixbuf/io-bmp.c:325 -#: ../gdk-pixbuf/io-wbmp.c:275 +#: gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Resmi yüklemek için yetersiz bellek" -#: ../gdk-pixbuf/io-wbmp.c:334 +#: gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Geriye kalanlar kaydedilemedi" -#: ../gdk-pixbuf/io-wbmp.c:375 +#: gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "WBMP resim biçimi" # gdk-pixbuf/io-xbm.c:284 -#: ../gdk-pixbuf/io-xbm.c:295 +#: gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Geçersiz XBM dosyası" # gdk-pixbuf/io-xbm.c:295 -#: ../gdk-pixbuf/io-xbm.c:305 +#: gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "XBM resim dosyasını yüklemek için yetersiz bellek" # gdk-pixbuf/io-xbm.c:429 -#: ../gdk-pixbuf/io-xbm.c:453 +#: gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "XBM resmi yüklenirken geçici dosyaya yazılamadı" -#: ../gdk-pixbuf/io-xbm.c:492 +#: gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "XBM resim biçimi" # gdk-pixbuf/io-xpm.c:1257 -#: ../gdk-pixbuf/io-xpm.c:468 +#: gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "XPM başlığı bulunamadı" # gdk-pixbuf/io-xbm.c:284 -#: ../gdk-pixbuf/io-xpm.c:477 +#: gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Geçersiz XBM başlığı" # gdk-pixbuf/io-pnm.c:340 -#: ../gdk-pixbuf/io-xpm.c:485 +#: gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "XPM dosyasının resim genişliği <= 0" # gdk-pixbuf/io-pnm.c:361 -#: ../gdk-pixbuf/io-xpm.c:493 +#: gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "XPM dosyasının resim yüksekliği <= 0" # gdk-pixbuf/io-xpm.c:1265 -#: ../gdk-pixbuf/io-xpm.c:501 +#: gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM geçersiz sayıda piksel başına karakter içeriyor" -#: ../gdk-pixbuf/io-xpm.c:510 +#: gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "XPM dosyası geçersiz sayıda renk içeriyor" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 -#: ../gdk-pixbuf/io-xpm.c:583 +#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "XPM resminin yüklenebilmesi için bellek ayrılamıyor" # gdk-pixbuf/io-xpm.c:1283 -#: ../gdk-pixbuf/io-xpm.c:545 +#: gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "XPM colormap okunamıyor" # gdk-pixbuf/io-xpm.c:1505 -#: ../gdk-pixbuf/io-xpm.c:777 +#: gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "XPM resmi yüklenirken geçici dosyaya yazılamadı" # gdk-pixbuf/io-pnm.c:543 gdk-pixbuf/io-pnm.c:585 -#: ../gdk-pixbuf/io-xpm.c:816 +#: gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "XPM resim biçimi" -#: ../gdk-pixbuf/io-gdip-emf.c:59 +#: gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "EMF resim biçimi" # gdk-pixbuf/io-xpm.c:1321 -#: ../gdk-pixbuf/io-gdip-utils.c:220 +#: gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Bellek ayrılamadı: %s" # gtk/gtkfilesel.c:1011 -#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 -#: ../gdk-pixbuf/io-gdip-utils.c:394 +#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 +#: gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Akış oluşturulamadı: %s" -#: ../gdk-pixbuf/io-gdip-utils.c:259 +#: gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Akışta atlanamadı: %s" # gtk/gtkfilesel.c:1011 -#: ../gdk-pixbuf/io-gdip-utils.c:271 +#: gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Akıştan okunamadı: %s" # gtk/gtkfilesel.c:3277 -#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 +#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Biteşlem yüklenemedi" # gtk/gtkfilesel.c:3277 -#: ../gdk-pixbuf/io-gdip-utils.c:838 +#: gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Metafile yüklenemedi" -#: ../gdk-pixbuf/io-gdip-utils.c:997 +#: gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "GDI+ için desteklenmeyen resim biçimi" -#: ../gdk-pixbuf/io-gdip-utils.c:1004 +#: gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Kaydedilemedi" -#: ../gdk-pixbuf/io-gdip-wmf.c:58 +#: gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "WMF resim biçimi" #. Description of --sync in --help output -#: ../gdk/win32/gdkmain-win32.c:54 +#: gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "GDI isteklerini yığınlama" #. Description of --no-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:56 +#: gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Tablet desteği için Wintab API'sini kullanma" #. Description of --ignore-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:58 +#: gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "--no-wintab ile aynı" #. Description of --use-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:60 +#: gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Wintab API'sini kullan [öntanımlı]" #. Description of --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:62 +#: gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "8 bit kipinde paletin boyutu" #. Placeholder in --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:63 +#: gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "RENKLER" #. Description of --sync in --help output -#: ../gdk/x11/gdkmain-x11.c:92 +#: gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "X çağrılarını eş zamanlı yap" # gtk/gtkstock.c:299 -#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 +#: gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "%s başlatılıyor" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 +#: gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "%s açılıyor" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 +#: gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "%d öğe açılıyor" -#: ../gtk/gtkaboutdialog.c:267 ../gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Lisans" -#: ../gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Programın lisansı" # gtk/gtkfilesel.c:1073 #. Add the credits button -#: ../gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Hazırlayanlar" #. Add the license button -#: ../gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Lisans" -#: ../gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s Hakkında" -#: ../gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Hazırlayanlar" -#: ../gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Yazan" -#: ../gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Belgelendiren" -#: ../gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Çeviren" -#: ../gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafikler" @@ -1372,7 +1361,7 @@ msgstr "Grafikler" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:91 +#: gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1382,7 +1371,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:97 +#: gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1392,7 +1381,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:103 +#: gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1402,7 +1391,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:671 +#: gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1412,7 +1401,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:684 +#: gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1422,35 +1411,40 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:698 +#: gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" # gtk/gtkfilesel.c:1351 -#: ../gtk/gtkaccellabel.c:715 +#: gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Boşluk" -#: ../gtk/gtkaccellabel.c:718 +#: gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Ters Slash" # gdk-pixbuf/io-xbm.c:284 -#: ../gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Geçersiz tür işlevi: `%s'" +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + # gdk-pixbuf/io-xbm.c:284 -#: ../gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Geçersiz kök öğesi: '%s'" -#: ../gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "İşlenmeyen etiket: '%s'" @@ -1465,7 +1459,7 @@ msgstr "İşlenmeyen etiket: '%s'" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: ../gtk/gtkcalendar.c:758 +#: gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1473,7 +1467,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: ../gtk/gtkcalendar.c:796 +#: gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1482,7 +1476,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: ../gtk/gtkcalendar.c:1803 +#: gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1497,7 +1491,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 +#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1513,7 +1507,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 +#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1529,7 +1523,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: ../gtk/gtkcalendar.c:2146 +#: gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1538,7 +1532,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: ../gtk/gtkcellrendereraccel.c:243 +#: gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Kapalı" @@ -1547,26 +1541,26 @@ msgstr "Kapalı" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: ../gtk/gtkcellrendereraccel.c:376 ../gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Yeni hızlandırıcı..." -#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 +#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%% %d" -#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 +#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Bir Renk Seç" -#: ../gtk/gtkcolorbutton.c:448 +#: gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Geçersiz renk verisi alındı\n" # gtk/gtkcolorsel.c:1759 -#: ../gtk/gtkcolorsel.c:354 +#: gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1575,7 +1569,7 @@ msgstr "" "koyuluğunu ya da açıklığını seçebilirsiniz." # gtk/gtkcolorsel.c:1787 -#: ../gtk/gtkcolorsel.c:378 +#: gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1584,82 +1578,82 @@ msgstr "" "rengi seçebilirsiniz." # gtk/gtkcolorsel.c:1796 -#: ../gtk/gtkcolorsel.c:387 +#: gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Doygu:" # gtk/gtkcolorsel.c:1797 -#: ../gtk/gtkcolorsel.c:388 +#: gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Renk tekerleği üstündeki konum." # gtk/gtkcolorsel.c:1798 -#: ../gtk/gtkcolorsel.c:390 +#: gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "D_olgunluk:" # gtk/gtkcolorsel.c:1799 -#: ../gtk/gtkcolorsel.c:391 +#: gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "Renk \"derinliği\"." # gtk/gtkcolorsel.c:1800 -#: ../gtk/gtkcolorsel.c:392 +#: gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Değer:" # gtk/gtkcolorsel.c:1801 -#: ../gtk/gtkcolorsel.c:393 +#: gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Rengin parlaklığı." # gtk/gtkcolorsel.c:1802 -#: ../gtk/gtkcolorsel.c:394 +#: gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Kırmızı:" # gtk/gtkcolorsel.c:1803 -#: ../gtk/gtkcolorsel.c:395 +#: gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Renkteki kırmızı ışık miktarı." # gtk/gtkcolorsel.c:1804 -#: ../gtk/gtkcolorsel.c:396 +#: gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Yeşil:" # gtk/gtkcolorsel.c:1805 -#: ../gtk/gtkcolorsel.c:397 +#: gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Renkteki yeşil ışık miktarı." # gtk/gtkcolorsel.c:1806 -#: ../gtk/gtkcolorsel.c:398 +#: gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Mavi:" # gtk/gtkcolorsel.c:1807 -#: ../gtk/gtkcolorsel.c:399 +#: gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Renkteki mavi ışık miktarı." # gtk/gtkcolorsel.c:1810 -#: ../gtk/gtkcolorsel.c:402 +#: gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "_Matlık:" # gtk/gtkcolorsel.c:1818 -#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 +#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Rengin şeffaflığı." # gtk/gtkcolorsel.c:1833 -#: ../gtk/gtkcolorsel.c:426 +#: gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "Re_nk ismi:" # gtk/gtkcolorsel.c:1845 -#: ../gtk/gtkcolorsel.c:440 +#: gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1668,17 +1662,17 @@ msgstr "" "bir renk ismi de belirtebilirsiniz." # gtk/gtkcolorsel.c:1864 -#: ../gtk/gtkcolorsel.c:470 +#: gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Palet:" # gtk/gtkinputdialog.c:474 -#: ../gtk/gtkcolorsel.c:499 +#: gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Renk Çemberi" # gtk/gtkcolorsel.c:575 -#: ../gtk/gtkcolorsel.c:976 +#: gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1689,7 +1683,7 @@ msgstr "" "sürükleyerek onu şu anki renk yapabilirsiniz." # gtk/gtkcolorsel.c:580 -#: ../gtk/gtkcolorsel.c:980 +#: gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1698,12 +1692,12 @@ msgstr "" "üzere saklayabilirsiniz." # gtk/gtkcolorsel.c:884 -#: ../gtk/gtkcolorsel.c:1363 +#: gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Rengi buraya kaydet" # gtk/gtkcolorsel.c:1052 -#: ../gtk/gtkcolorsel.c:1568 +#: gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1713,58 +1707,58 @@ msgstr "" "\"Rengi buraya kaydet\" öğesini seçiniz." # gtk/gtkfontsel.c:1001 -#: ../gtk/gtkcolorseldialog.c:170 +#: gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Renk Seçimi" # gtk/gtkentry.c:3653 gtk/gtktextview.c:5336 -#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Girdi _Yöntemleri" -#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Unikod Kontrol Karakteri Ekle" -#: ../gtk/gtkentry.c:9797 +#: gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Caps Lock tuşu açık" # gtk/gtkfilesel.c:762 gtk/gtkfilesel.c:1176 -#: ../gtk/gtkfilechooserbutton.c:64 +#: gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Bir Dosya Seç" -#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 +#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Masaüstü" # gtk/gtkinputdialog.c:514 -#: ../gtk/gtkfilechooserbutton.c:66 +#: gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Hiçbiri)" -#: ../gtk/gtkfilechooserbutton.c:2014 +#: gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Diğer..." -#: ../gtk/gtkfilechooserdefault.c:1059 +#: gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Dosya hakkında bilgi alınamadı" -#: ../gtk/gtkfilechooserdefault.c:1070 +#: gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Yer imi eklenemedi" -#: ../gtk/gtkfilechooserdefault.c:1081 +#: gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Yer imi silinemedi" -#: ../gtk/gtkfilechooserdefault.c:1092 +#: gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Klasör oluşturulamadı" -#: ../gtk/gtkfilechooserdefault.c:1105 +#: gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1773,11 +1767,11 @@ msgstr "" "kullanmayı deneyin ya da öncelikle dosyanın adını değiştirin." # gdk-pixbuf/io-xbm.c:284 -#: ../gtk/gtkfilechooserdefault.c:1116 +#: gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Geçersiz dosya adı" -#: ../gtk/gtkfilechooserdefault.c:1126 +#: gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Klasör içeriği gösterilemiyor" @@ -1785,171 +1779,171 @@ msgstr "Klasör içeriği gösterilemiyor" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: ../gtk/gtkfilechooserdefault.c:1676 +#: gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%2$s üzerindeki %1$s" -#: ../gtk/gtkfilechooserdefault.c:1852 +#: gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Arama" -#: ../gtk/gtkfilechooserdefault.c:1876 +#: gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Yakında Kullanılan" -#: ../gtk/gtkfilechooserdefault.c:2510 +#: gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Hangi türdeki dosyaların gösterileceğini seçin" -#: ../gtk/gtkfilechooserdefault.c:2939 +#: gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "'%s' klasörünü yer imleri arasına ekle" -#: ../gtk/gtkfilechooserdefault.c:2980 +#: gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Mevcut klasörü yer imleri arasına ekle" -#: ../gtk/gtkfilechooserdefault.c:2982 +#: gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Seçili klasörleri yer imleri arasına ekle" -#: ../gtk/gtkfilechooserdefault.c:3022 +#: gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "'%s' yer imini sil" # gtk/gtkstock.c:303 -#: ../gtk/gtkfilechooserdefault.c:3740 +#: gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Kaldır" # gtk/gtkfilesel.c:1351 -#: ../gtk/gtkfilechooserdefault.c:3749 +#: gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Yeniden adlandır..." #. Accessible object name for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3895 +#: gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Yerler" # gtk/gtkfilesel.c:1351 #. Column header for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3952 +#: gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Yerler" -#: ../gtk/gtkfilechooserdefault.c:4008 +#: gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Ekle" -#: ../gtk/gtkfilechooserdefault.c:4015 +#: gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Seçili klasörü yer imleri arasına ekle" # gtk/gtkstock.c:303 -#: ../gtk/gtkfilechooserdefault.c:4020 +#: gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Kaldır" -#: ../gtk/gtkfilechooserdefault.c:4027 +#: gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Seçili yer imini sil" -#: ../gtk/gtkfilechooserdefault.c:4136 +#: gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Dosya seçilemedi" -#: ../gtk/gtkfilechooserdefault.c:4311 +#: gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Yer İmlerine Ekle" -#: ../gtk/gtkfilechooserdefault.c:4325 +#: gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "_Gizli Dosyaları Göster" -#: ../gtk/gtkfilechooserdefault.c:4332 +#: gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "_Boyut Sütununu Göster" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 +#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 msgid "Files" msgstr "Dosyalar" # gtk/gtkcolorsel.c:1833 -#: ../gtk/gtkfilechooserdefault.c:4636 +#: gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "İsim" # gtk/gtkfontsel.c:310 -#: ../gtk/gtkfilechooserdefault.c:4661 +#: gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Boyut" # gtk/gtksizegroup.c:241 -#: ../gtk/gtkfilechooserdefault.c:4675 +#: gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Değiştirilme" # gtk/gtkcolorsel.c:1833 #. Label -#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 +#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_İsim:" -#: ../gtk/gtkfilechooserdefault.c:4938 +#: gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "Diğer klasörler için _gözat" # gdk-pixbuf/io-xbm.c:284 -#: ../gtk/gtkfilechooserdefault.c:5208 +#: gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Bir dosya adı yazın" #. Create Folder -#: ../gtk/gtkfilechooserdefault.c:5245 +#: gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "_Klasör Oluştur" # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkfilechooserdefault.c:5255 +#: gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Konum:" -#: ../gtk/gtkfilechooserdefault.c:5459 +#: gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "_Klasör içine kaydet:" -#: ../gtk/gtkfilechooserdefault.c:5461 +#: gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "_Klasör içinde oluştur:" -#: ../gtk/gtkfilechooserdefault.c:7151 +#: gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Klasör yerel olmadığı için değiştirilemiyor" -#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 +#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "%s kısayolu zaten mevcut" -#: ../gtk/gtkfilechooserdefault.c:7887 +#: gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "%s kısayolu bulunmuyor" -#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 +#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "" "\"%s\" adında bir dosya zaten mevcut. Onun yerine koymak ister misiniz?" -#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 +#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." @@ -1958,15 +1952,15 @@ msgstr "" "üzerine yazacak." # gtk/gtkfilesel.c:1351 -#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 +#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "Ye_rine Koy" -#: ../gtk/gtkfilechooserdefault.c:8914 +#: gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Arama süreci başlatılamadı" -#: ../gtk/gtkfilechooserdefault.c:8915 +#: gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1974,49 +1968,49 @@ msgstr "" "Program dizinleyici servisine bağlantı oluşturamadı. Lütfen çalıştığından " "emin olun." -#: ../gtk/gtkfilechooserdefault.c:8929 +#: gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Arama isteği gönderilemedi" #. Label -#: ../gtk/gtkfilechooserdefault.c:9396 +#: gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Ara:" -#: ../gtk/gtkfilechooserdefault.c:10349 +#: gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "%s bağlanamadı" -#: ../gtk/gtkfilechooserdefault.c:11024 +#: gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Yeni klasörün adını girin" # gtk/gtkinputdialog.c:577 -#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 -#: ../gtk/gtkfilechooserdefault.c:11295 +#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 +#: gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Bilinmeyen" -#: ../gtk/gtkfilechooserdefault.c:11242 +#: gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: ../gtk/gtkfilechooserdefault.c:11244 +#: gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Dün saat %H:%M" # gdk-pixbuf/io-xbm.c:284 #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 +#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Geçersiz yol" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1095 +#: gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Eşleşme yok" @@ -2024,7 +2018,7 @@ msgstr "Eşleşme yok" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1106 +#: gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Tek tamamlama" @@ -2032,13 +2026,13 @@ msgstr "Tek tamamlama" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: ../gtk/gtkfilechooserentry.c:1122 +#: gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Tamam, ancak tek değil" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: ../gtk/gtkfilechooserentry.c:1154 +#: gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Tamamlanıyor..." @@ -2046,7 +2040,7 @@ msgstr "Tamamlanıyor..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 +#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Sadece yerel dosyalar seçilebilir" @@ -2054,46 +2048,46 @@ msgstr "Sadece yerel dosyalar seçilebilir" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: ../gtk/gtkfilechooserentry.c:1185 +#: gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Eksik makine ismi; '/' ile tamamlayın" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: ../gtk/gtkfilechooserentry.c:1196 +#: gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Yol mevcut değil" # gtk/gtkfilesel.c:1011 -#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 -#: ../gtk/gtkfilesel.c:1358 +#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 +#: gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "'%s' klasörü oluşturulurken hata: %s" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkfilesel.c:694 +#: gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Klasörler" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkfilesel.c:698 +#: gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Klasörler" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkfilesel.c:734 +#: gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Dosyalar" # gtk/gtkfilesel.c:719 gtk/gtkfilesel.c:1816 -#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 +#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Klasör okunabilir değil: %s" -#: ../gtk/gtkfilesel.c:905 +#: gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -2104,107 +2098,107 @@ msgstr "" "program tarafından kullanılamayabilir.\n" "Onu seçmek istediğinizden emin misiniz?" -#: ../gtk/gtkfilesel.c:1020 +#: gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Yeni Klasör" # gtk/gtkfilesel.c:762 gtk/gtkfilesel.c:1176 -#: ../gtk/gtkfilesel.c:1031 +#: gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "Dosya _Sil" # gtk/gtkfilesel.c:773 gtk/gtkfilesel.c:1318 -#: ../gtk/gtkfilesel.c:1042 +#: gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "Dosyayı Yeniden _Adlandır" # gtk/gtkfilesel.c:1249 gtk/gtkfilesel.c:1263 -#: ../gtk/gtkfilesel.c:1347 +#: gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "" "\"%s\" klasör adı, dosya isimlerinde izin verilmeyen karakterler içeriyor" -#: ../gtk/gtkfilesel.c:1392 +#: gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Yeni Klasör" # gtk/gtkfilesel.c:502 -#: ../gtk/gtkfilesel.c:1407 +#: gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "_Klasör ismi:" # gtk/gtkfilesel.c:1073 -#: ../gtk/gtkfilesel.c:1431 +#: gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "Oluştu_r" # gtk/gtkfilesel.c:1117 -#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 +#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "\"%s\" dosya ismi, dosya isimlerinde izin verilmeyen karakterler içeriyor" # gtk/gtkfilesel.c:1131 -#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 +#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "'%s' dosyası silinirken hata: %s" # gtk/gtkfilesel.c:1131 -#: ../gtk/gtkfilesel.c:1530 +#: gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "\"%s\" dosyası gerçekten silinsin mi?" # gtk/gtkfilesel.c:762 gtk/gtkfilesel.c:1176 -#: ../gtk/gtkfilesel.c:1535 +#: gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Dosya Sil" # gtk/gtkfilesel.c:1251 -#: ../gtk/gtkfilesel.c:1583 +#: gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Dosya ismi \"%s\" olarak değiştirilirken hata: %s" # gtk/gtkfilesel.c:1265 -#: ../gtk/gtkfilesel.c:1596 +#: gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "\"%s\" dosyasının ismi değiştirilirken hata: %s" # gtk/gtkfilesel.c:1275 -#: ../gtk/gtkfilesel.c:1605 +#: gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "\"%s\" dosyası \"%s\" olarak yeniden adlandırılırken hata: %s" # gtk/gtkfilesel.c:773 gtk/gtkfilesel.c:1318 -#: ../gtk/gtkfilesel.c:1652 +#: gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Dosyayı Yeniden Adlandır" # gtk/gtkfilesel.c:773 gtk/gtkfilesel.c:1318 -#: ../gtk/gtkfilesel.c:1667 +#: gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "\"%s\" dosyasını yeniden adlandır:" # gtk/gtkfilesel.c:1351 -#: ../gtk/gtkfilesel.c:1696 +#: gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "Ye_niden adlandır" # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkfilesel.c:2128 +#: gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Seçim: " # gtk/gtkfilesel.c:2407 -#: ../gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2214,17 +2208,17 @@ msgstr "" "G_FILENAME_ENCODING'i atamayı deneyin): %s" # gdk-pixbuf/io-xbm.c:284 -#: ../gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Geçersiz UTF-8" # gtk/gtkfilesel.c:3275 -#: ../gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "İsim çok uzun" # gtk/gtkfilesel.c:3277 -#: ../gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Dosya ismi dönüştürülemedi" @@ -2234,72 +2228,72 @@ msgstr "Dosya ismi dönüştürülemedi" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: ../gtk/gtkfilesystem.c:52 +#: gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Dosya Sistemi" -#: ../gtk/gtkfilesystemmodel.c:700 +#: gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Başlangıç klasörü tespit edilemedi" -#: ../gtk/gtkfilesystemmodel.c:1301 +#: gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Boş)" -#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 +#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Bir Yazıtipi Seçin" #. Initialize fields -#: ../gtk/gtkfontbutton.c:260 +#: gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" # gtk/gtkcellrenderertext.c:219 gtk/gtkcellrenderertext.c:227 # gtk/gtkfontsel.c:192 gtk/gtktexttag.c:284 gtk/gtktexttag.c:292 -#: ../gtk/gtkfontbutton.c:785 +#: gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Yazıtipi" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: ../gtk/gtkfontsel.c:75 +#: gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcçdefgğhıijk ABCÇDEFGĞHIİJK" # gtk/gtkfontsel.c:296 -#: ../gtk/gtkfontsel.c:343 +#: gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Aile:" # gtk/gtkfontsel.c:303 -#: ../gtk/gtkfontsel.c:349 +#: gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Biçem:" # gtk/gtkfontsel.c:310 -#: ../gtk/gtkfontsel.c:355 +#: gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Boyut:" # gtk/gtkfontsel.c:391 #. create the text entry widget -#: ../gtk/gtkfontsel.c:532 +#: gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "Ö_nizleme:" # gtk/gtkfontsel.c:1001 -#: ../gtk/gtkfontsel.c:1649 +#: gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Yazıtipi Seçimi" # gtk/gtkgamma.c:395 -#: ../gtk/gtkgamma.c:408 +#: gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gama" # gtk/gtkgamma.c:402 -#: ../gtk/gtkgamma.c:418 +#: gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "_Gama değeri" @@ -2307,12 +2301,12 @@ msgstr "_Gama değeri" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: ../gtk/gtkiconfactory.c:1404 +#: gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Simge yüklenirken hata: %s" -#: ../gtk/gtkicontheme.c:1363 +#: gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2325,161 +2319,161 @@ msgstr "" "Kopyasını buradan temin edebilirsiniz:\n" "\t%s" -#: ../gtk/gtkicontheme.c:1543 +#: gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "'%s' simgesi tema içinde bulunmuyor" # gdk-pixbuf/io-tiff.c:411 -#: ../gtk/gtkicontheme.c:3074 +#: gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Simge yükleme başarısız" # gtk/gtkfontsel.c:310 -#: ../gtk/gtkimmodule.c:527 +#: gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Basit" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkimmulticontext.c:541 +#: gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Sistem" -#: ../gtk/gtkimmulticontext.c:625 +#: gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Sistem (%s)" # gtk/gtkinputdialog.c:181 -#: ../gtk/gtkinputdialog.c:192 +#: gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Girdi" # gtk/gtkinputdialog.c:189 -#: ../gtk/gtkinputdialog.c:207 +#: gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Hiç eklenmiş girdi aygıtı yok" # gtk/gtkinputdialog.c:218 -#: ../gtk/gtkinputdialog.c:220 +#: gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Aygıt:" # gtk/gtkinputdialog.c:235 -#: ../gtk/gtkinputdialog.c:237 +#: gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Kapalı" # gtk/gtkinputdialog.c:243 -#: ../gtk/gtkinputdialog.c:244 +#: gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Ekran" # gtk/gtkinputdialog.c:251 -#: ../gtk/gtkinputdialog.c:251 +#: gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Pencere" # gtk/gtkinputdialog.c:259 -#: ../gtk/gtkinputdialog.c:258 +#: gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Kip:" # gtk/gtkinputdialog.c:290 #. The axis listbox -#: ../gtk/gtkinputdialog.c:279 +#: gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Eksenler" # gtk/gtkinputdialog.c:306 #. Keys listbox -#: ../gtk/gtkinputdialog.c:297 +#: gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Tuşlar" -#: ../gtk/gtkinputdialog.c:524 +#: gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: ../gtk/gtkinputdialog.c:525 +#: gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" # gtk/gtkinputdialog.c:471 -#: ../gtk/gtkinputdialog.c:526 +#: gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Basınç:" # gtk/gtkinputdialog.c:472 -#: ../gtk/gtkinputdialog.c:527 +#: gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "X _eğimi:" # gtk/gtkinputdialog.c:473 -#: ../gtk/gtkinputdialog.c:528 +#: gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Y eğ_imi:" # gtk/gtkinputdialog.c:474 -#: ../gtk/gtkinputdialog.c:529 +#: gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "Ç_ember:" # gtk/gtkinputdialog.c:514 -#: ../gtk/gtkinputdialog.c:581 +#: gtk/gtkinputdialog.c:581 msgid "none" msgstr "yok" # gtk/gtkinputdialog.c:548 gtk/gtkinputdialog.c:584 -#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 +#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(kapalı)" # gtk/gtkinputdialog.c:577 -#: ../gtk/gtkinputdialog.c:647 +#: gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(bilinmiyor)" # gtk/gtkstock.c:278 #. and clear button -#: ../gtk/gtkinputdialog.c:751 +#: gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Temizle" # gtk/gtkstock.c:280 -#: ../gtk/gtklinkbutton.c:428 +#: gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "URL'yi Kopyala" # gdk-pixbuf/io-xbm.c:284 -#: ../gtk/gtklinkbutton.c:586 +#: gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Geçersiz URI" #. Description of --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:450 +#: gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Ek GTK+ modülleri yükle" #. Placeholder in --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:451 +#: gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODÜLLER" #. Description of --g-fatal-warnings in --help output -#: ../gtk/gtkmain.c:453 +#: gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Tüm uyarıları ölümcül yap" #. Description of --gtk-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:456 +#: gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "GTK+ hata ayıklama imleri işaretlendi" #. Description of --gtk-no-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:459 +#: gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "GTK+ hata ayıklama imleri kaldırıldı" @@ -2489,71 +2483,70 @@ msgstr "GTK+ hata ayıklama imleri kaldırıldı" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: ../gtk/gtkmain.c:707 +#: gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: ../gtk/gtkmain.c:773 +#: gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Görüntü açılamıyor: %s" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "GTK+ Seçenekleri" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "GTK+ Seçeneklerini Göster" # gtk/gtkstock.c:289 -#: ../gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "_Bağlan" -#: ../gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "_Anonim olarak bağlan" -#: ../gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "_Kullanıcı olarak bağlan:" # gtk/gtkfilesel.c:1351 -#: ../gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Kullanıcı Adı:" # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Etki Alanı:" # gtk/gtkinputdialog.c:471 -#: ../gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Parola:" -#: ../gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Parolayı _anında unut" -#: ../gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Parolayı çı_kış yapana kadar hatırla" -#: ../gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Sürekli hatırla" # gtk/gtknotebook.c:2125 gtk/gtknotebook.c:4517 -#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 +#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Sayfa %u" -#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 -#: ../gtk/gtkpapersize.c:867 +#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Geçerli bir sayfa ayarı dosyası değil" @@ -2564,11 +2557,11 @@ msgstr "Geçerli bir sayfa ayarı dosyası değil" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: ../gtk/gtkpagesetupunixdialog.c:152 +#: gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: ../gtk/gtkpagesetupunixdialog.c:308 +#: gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2576,15 +2569,15 @@ msgstr "" "Herhangi bir Yazıcı\n" "Taşınabilir belgeler için" -#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 +#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 +#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "inç" -#: ../gtk/gtkpagesetupunixdialog.c:915 +#: gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2599,95 +2592,95 @@ msgstr "" " Üst: %s %s\n" " Alt: %s %s" -#: ../gtk/gtkpagesetupunixdialog.c:964 +#: gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Özel Boyutları Yönet..." -#: ../gtk/gtkpagesetupunixdialog.c:1012 +#: gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Biçimlenecek:" # gtk/gtkstock.c:301 -#: ../gtk/gtkpagesetupunixdialog.c:1034 +#: gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Sayfa boyutu:" # gtk/gtkcolorsel.c:1798 -#: ../gtk/gtkpagesetupunixdialog.c:1065 +#: gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Yön:" # gtk/gtknotebook.c:2125 gtk/gtknotebook.c:4517 -#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Sayfa Ayarı" -#: ../gtk/gtkpagesetupunixdialog.c:1448 +#: gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Yazıcı'dan Gelen Kenar Boşlukları..." -#: ../gtk/gtkpagesetupunixdialog.c:1608 +#: gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Özel Boyut %d" -#: ../gtk/gtkpagesetupunixdialog.c:1837 +#: gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Özel Boyutları Yönet" -#: ../gtk/gtkpagesetupunixdialog.c:1933 +#: gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Genişlik:" # gtk/gtkcolorsel.c:1796 -#: ../gtk/gtkpagesetupunixdialog.c:1945 +#: gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Yükseklik:" -#: ../gtk/gtkpagesetupunixdialog.c:1957 +#: gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Kağıt Boyutu" # gtk/gtkstock.c:280 -#: ../gtk/gtkpagesetupunixdialog.c:1967 +#: gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "Ü_st:" -#: ../gtk/gtkpagesetupunixdialog.c:1979 +#: gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Alt:" # gtk/gtkstock.c:291 -#: ../gtk/gtkpagesetupunixdialog.c:1991 +#: gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "S_ol:" -#: ../gtk/gtkpagesetupunixdialog.c:2003 +#: gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Sağ:" -#: ../gtk/gtkpagesetupunixdialog.c:2044 +#: gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Kağıt Boşlukları" -#: ../gtk/gtkpathbar.c:151 +#: gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Yukarı Yol" -#: ../gtk/gtkpathbar.c:153 +#: gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Aşağı Yol" # gtk/gtkfilesel.c:651 -#: ../gtk/gtkpathbar.c:1472 +#: gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Dosya Sistemi Kökü" -#: ../gtk/gtkprinteroptionwidget.c:693 +#: gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Kullanılamaz" -#: ../gtk/gtkprinteroptionwidget.c:808 +#: gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "_Klasör içine kaydet:" @@ -2695,188 +2688,193 @@ msgstr "_Klasör içine kaydet:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: ../gtk/gtkprintoperation.c:175 +#: gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s görevi #%d" -#: ../gtk/gtkprintoperation.c:1517 +#: gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Başlangıç durumu" -#: ../gtk/gtkprintoperation.c:1518 +#: gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Yazdırmaya hazırlanıyor" -#: ../gtk/gtkprintoperation.c:1519 +#: gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Veri oluşturuluyor" -#: ../gtk/gtkprintoperation.c:1520 +#: gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Veri gönderiliyor" # gtk/gtkstock.c:268 -#: ../gtk/gtkprintoperation.c:1521 +#: gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Bekleniyor" -#: ../gtk/gtkprintoperation.c:1522 +#: gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Engellenme sebebi" # gtk/gtkstock.c:299 -#: ../gtk/gtkprintoperation.c:1523 +#: gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Yazdırılıyor" -#: ../gtk/gtkprintoperation.c:1524 +#: gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Tamamlandı" -#: ../gtk/gtkprintoperation.c:1525 +#: gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Hata ile tamamlandı" -#: ../gtk/gtkprintoperation.c:2048 +#: gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "%d hazırlanıyor" # gtk/gtkstock.c:268 -#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 +#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 +#, c-format msgid "Preparing" msgstr "Hazırlanıyor" # gtk/gtkstock.c:299 -#: ../gtk/gtkprintoperation.c:2053 +#: gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "%d yazdırılıyor" -#: ../gtk/gtkprintoperation.c:2411 +#: gtk/gtkprintoperation.c:2411 +#, c-format msgid "Error creating print preview" msgstr "Baskı önizleme oluşturulurken hata" -#: ../gtk/gtkprintoperation.c:2414 +#: gtk/gtkprintoperation.c:2414 +#, c-format msgid "The most probable reason is that a temporary file could not be created." msgstr "En olası sebebi geçici dosyanın oluşturulamamış olmasıdır." -#: ../gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 +#, c-format msgid "Error launching preview" msgstr "Önizleme başlatılırken hata" -#: ../gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 +#, c-format msgid "Error printing" msgstr "Yazdırılırken hata" # gtk/gtkfilesel.c:1795 -#: ../gtk/gtkprintoperation-unix.c:384 ../gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Uygulama" -#: ../gtk/gtkprintoperation-win32.c:590 +#: gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Yazıcı bağlı değil" -#: ../gtk/gtkprintoperation-win32.c:592 +#: gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Kağıt bitti" # gtk/gtkstock.c:297 #. Translators: this is a printer status. -#: ../gtk/gtkprintoperation-win32.c:594 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: gtk/gtkprintoperation-win32.c:594 +#: modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Durduruldu" -#: ../gtk/gtkprintoperation-win32.c:596 +#: gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Kullanıcı müdahalesi gerekiyor" -#: ../gtk/gtkprintoperation-win32.c:696 +#: gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Özel boyut" # gdk-pixbuf/io-xpm.c:1257 -#: ../gtk/gtkprintoperation-win32.c:1517 +#: gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Hiçbir yazıcı bulunamadı" -#: ../gtk/gtkprintoperation-win32.c:1544 +#: gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "CreateDC için geçersiz parametre" -#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 +#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "StartDoc'tan hata" # gdk-pixbuf/io-gif.c:746 gdk-pixbuf/io-gif.c:1340 gdk-pixbuf/io-gif.c:1385 # gdk-pixbuf/io-gif.c:1499 -#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 -#: ../gtk/gtkprintoperation-win32.c:1729 +#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 +#: gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Yeteri kadar boş bellek yok" -#: ../gtk/gtkprintoperation-win32.c:1734 +#: gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "PrintDlgEx'e geçersiz parametre" -#: ../gtk/gtkprintoperation-win32.c:1739 +#: gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "PrintDlgEx'e geçersiz işaretleyici" -#: ../gtk/gtkprintoperation-win32.c:1744 +#: gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "PrintDlgEx için geçersiz işleyici" -#: ../gtk/gtkprintoperation-win32.c:1749 +#: gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Belirsiz hata" # gtk/gtkstock.c:299 -#: ../gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Yazıcı" # gtk/gtkfilesel.c:1795 #. Translators: this is the header for the location column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Konum" #. Translators: this is the header for the printer status column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Durum" -#: ../gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Aralık" -#: ../gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Tüm Sayfalar" # gtk/gtkfilesel.c:1073 -#: ../gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "M_evcut Sayfa" -#: ../gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Sayfalar:" -#: ../gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2884,26 +2882,31 @@ msgstr "" "Bir ya da daha fazla sayfa aralığı belirtin,\n" " örn. 1-3,7,11" -#: ../gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Sayfalar:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Nüshalar" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: ../gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "_Nüshalar:" # gtk/gtkfilesel.c:1073 -#: ../gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Harmanla" # gtk/gtkstock.c:304 -#: ../gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Tersten" -#: ../gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Genel" @@ -2911,90 +2914,90 @@ msgstr "Genel" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: ../gtk/gtkprintunixdialog.c:2442 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: gtk/gtkprintunixdialog.c:2439 +#: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Sayfa Sıralaması" -#: ../gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Soldan sağa" # gtk/gtkstock.c:299 -#: ../gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Sağdan sola" -#: ../gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Düzen" -#: ../gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "İ_ki taraflı:" -#: ../gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Yüz başına _sayfa:" -#: ../gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Sayfa _sıralaması:" # gtk/gtkstock.c:299 -#: ../gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Sadece yazılacak:" #. In enum order -#: ../gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Tüm kağıtlar" -#: ../gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Çift kağıtlar" -#: ../gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Tek kağıtlar" # gtk/gtkcolorsel.c:1800 -#: ../gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Ö_lçek:" -#: ../gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Sayfa" # gtk/gtkstock.c:301 -#: ../gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Sayfa _türü:" # gtk/gtkstock.c:301 -#: ../gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Sayfa _kaynağı:" -#: ../gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Çıktı _tepsisi:" -#: ../gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Görev Ayrıntıları" -#: ../gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Ö_ncelik:" -#: ../gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Fatura bilgileri:" -#: ../gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Belgeyi Yazdır" @@ -3002,18 +3005,19 @@ msgstr "Belgeyi Yazdır" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "Ş_imdi" -#: ../gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Zaman:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: ../gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -3021,118 +3025,122 @@ msgstr "" "Yazdırma zamanını belirtin,\n" "örn. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + # gtk/gtkstock.c:276 -#: ../gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_Beklemede" -#: ../gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Özellikle bırakılmadığı müddetçe görevi tut" -#: ../gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Kapak Sayfası Ekle" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "Ö_nce:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Sonra:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Görev" -#: ../gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Gelişmiş" -#: ../gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Resim Kalitesi" # gtk/gtkstock.c:279 -#: ../gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Renk" -#: ../gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Tamamlanıyor" -#: ../gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Penceredeki kimi ayarlar çakışıyor" # gtk/gtkstock.c:299 -#: ../gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Yazdır" -#: ../gtk/gtkrc.c:2874 +#: gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "İçerilecek dosya bulunamıyor: \"%s\"" # gtk/gtkrc.c:2799 -#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 +#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Resim dosyası pixmap_path içinde konumlanamadı: \"%s\"" -#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 -#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 +#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 +#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Bu işlev '%s' sınıfındaki parçacıklar için uygulanmamıştır" -#: ../gtk/gtkrecentchooserdefault.c:481 +#: gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Hangi tür belgelerin görüntüleneceğini seçin" -#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 +#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "'%s' URI'si için hiçbir öğe bulunamadı" -#: ../gtk/gtkrecentchooserdefault.c:1298 +#: gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "İsimsiz filtre" -#: ../gtk/gtkrecentchooserdefault.c:1651 +#: gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Öğe silinemedi" -#: ../gtk/gtkrecentchooserdefault.c:1695 +#: gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Liste temizlenemedi" -#: ../gtk/gtkrecentchooserdefault.c:1779 +#: gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Kopyalama _Konumu" -#: ../gtk/gtkrecentchooserdefault.c:1792 +#: gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Listeden Kaldır" # gtk/gtkstock.c:278 -#: ../gtk/gtkrecentchooserdefault.c:1801 +#: gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "Listeyi _Temizle" -#: ../gtk/gtkrecentchooserdefault.c:1815 +#: gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Ö_zel Kaynakları Göster" @@ -3147,22 +3155,22 @@ msgstr "Ö_zel Kaynakları Göster" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: ../gtk/gtkrecentchoosermenu.c:342 +#: gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Hiçbir öğe bulunamadı" -#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 +#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "'%s' URI'si için hiçbir son kullanılan kaynak bulunamadı" -#: ../gtk/gtkrecentchoosermenu.c:775 +#: gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "'%s' Aç" # gtk/gtkinputdialog.c:577 -#: ../gtk/gtkrecentchoosermenu.c:805 +#: gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Bilinmeyen öğe" @@ -3171,7 +3179,7 @@ msgstr "Bilinmeyen öğe" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: ../gtk/gtkrecentchoosermenu.c:816 +#: gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -3180,41 +3188,41 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: ../gtk/gtkrecentchoosermenu.c:821 +#: gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 -#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 -#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 -#: ../gtk/gtkrecentmanager.c:1258 +#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 +#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 +#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 +#: gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "'%s' URI'si ile bir öğe bulunamadı" # gtk/gtkstock.c:267 #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: ../gtk/gtkstock.c:288 +#: gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Bilgi" # gtk/gtkstock.c:268 -#: ../gtk/gtkstock.c:289 +#: gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Uyarı" # gtk/gtkstock.c:269 -#: ../gtk/gtkstock.c:290 +#: gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Hata" # gtk/gtkstock.c:270 -#: ../gtk/gtkstock.c:291 +#: gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Soru" @@ -3222,758 +3230,758 @@ msgstr "Soru" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: ../gtk/gtkstock.c:296 +#: gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_Hakkında" -#: ../gtk/gtkstock.c:297 +#: gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Ekle" # gtk/gtkstock.c:275 -#: ../gtk/gtkstock.c:298 +#: gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Uygula" # gtk/gtkstock.c:276 -#: ../gtk/gtkstock.c:299 +#: gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Kalın" # gtk/gtkstock.c:277 -#: ../gtk/gtkstock.c:300 +#: gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "İ_ptal" -#: ../gtk/gtkstock.c:301 +#: gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-Rom" # gtk/gtkstock.c:278 -#: ../gtk/gtkstock.c:302 +#: gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Temizle" # gtk/gtkstock.c:279 -#: ../gtk/gtkstock.c:303 +#: gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Kapat" # gtk/gtkstock.c:289 -#: ../gtk/gtkstock.c:304 +#: gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "B_ağlan" # gtk/gtkstock.c:289 -#: ../gtk/gtkstock.c:305 +#: gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "Dö_nüştür" # gtk/gtkstock.c:280 -#: ../gtk/gtkstock.c:306 +#: gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Kopyala" # gtk/gtkstock.c:281 -#: ../gtk/gtkstock.c:307 +#: gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "K_es" # gtk/gtkfilesel.c:1198 -#: ../gtk/gtkstock.c:308 +#: gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Sil" # gtk/gtkinputdialog.c:235 -#: ../gtk/gtkstock.c:309 +#: gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Temizle" -#: ../gtk/gtkstock.c:310 +#: gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Bağlantıyı Kes" -#: ../gtk/gtkstock.c:311 +#: gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "Ç_alıştır" -#: ../gtk/gtkstock.c:312 +#: gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Düzenle" # gtk/gtkstock.c:282 -#: ../gtk/gtkstock.c:313 +#: gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Bul" # gtk/gtkstock.c:283 -#: ../gtk/gtkstock.c:314 +#: gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Bul ve _Değiştir" # gtk/gtkstock.c:280 -#: ../gtk/gtkstock.c:315 +#: gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Disket" -#: ../gtk/gtkstock.c:316 +#: gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Tam Ekran" -#: ../gtk/gtkstock.c:317 +#: gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Tam Ekranı Terket" #. This is a navigation label as in "go to the bottom of the page" -#: ../gtk/gtkstock.c:319 +#: gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Alt" # gtk/gtkfilesel.c:651 #. This is a navigation label as in "go to the first page" -#: ../gtk/gtkstock.c:321 +#: gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "İ_lk" # gtk/gtkstock.c:297 #. This is a navigation label as in "go to the last page" -#: ../gtk/gtkstock.c:323 +#: gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Son" # gtk/gtkstock.c:280 #. This is a navigation label as in "go to the top of the page" -#: ../gtk/gtkstock.c:325 +#: gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "Ü_st" #. This is a navigation label as in "go back" -#: ../gtk/gtkstock.c:327 +#: gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Geri" # gtk/gtkstock.c:294 #. This is a navigation label as in "go down" -#: ../gtk/gtkstock.c:329 +#: gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Aşağı" # gtk/gtkstock.c:285 #. This is a navigation label as in "go forward" -#: ../gtk/gtkstock.c:331 +#: gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "İ_leri" #. This is a navigation label as in "go up" -#: ../gtk/gtkstock.c:333 +#: gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Yukarı" -#: ../gtk/gtkstock.c:334 +#: gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Sabit disk" # gtk/gtkstock.c:286 -#: ../gtk/gtkstock.c:335 +#: gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Yardım" # gtk/gtkstock.c:287 -#: ../gtk/gtkstock.c:336 +#: gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Başlangıç" -#: ../gtk/gtkstock.c:337 +#: gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Girintiyi Arttır" -#: ../gtk/gtkstock.c:338 +#: gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Girintiyi Azalt" -#: ../gtk/gtkstock.c:339 +#: gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Dizin" # gtk/gtkstock.c:267 -#: ../gtk/gtkstock.c:340 +#: gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Bilgi" # gtk/gtkstock.c:288 -#: ../gtk/gtkstock.c:341 +#: gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Eğik" -#: ../gtk/gtkstock.c:342 +#: gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "A_tla" # gtk/gtkstock.c:289 #. This is about text justification, "centered text" -#: ../gtk/gtkstock.c:344 +#: gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Ortala" # gtk/gtkfilesel.c:651 #. This is about text justification -#: ../gtk/gtkstock.c:346 +#: gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Doldur" # gtk/gtkstock.c:291 #. This is about text justification, "left-justified text" -#: ../gtk/gtkstock.c:348 +#: gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "S_ol" #. This is about text justification, "right-justified text" -#: ../gtk/gtkstock.c:350 +#: gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Sağ" # gtk/gtkstock.c:285 #. Media label, as in "fast forward" -#: ../gtk/gtkstock.c:353 +#: gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "İ_leri" # gtk/gtkstock.c:293 #. Media label, as in "next song" -#: ../gtk/gtkstock.c:355 +#: gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Sonraki" # gtk/gtkstock.c:297 #. Media label, as in "pause music" -#: ../gtk/gtkstock.c:357 +#: gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "_Duraklat" # gtk/gtkfilesel.c:1351 #. Media label, as in "play music" -#: ../gtk/gtkstock.c:359 +#: gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Oynat" #. Media label, as in "previous song" -#: ../gtk/gtkstock.c:361 +#: gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "Ö_nceki" # gtk/gtkcolorsel.c:1802 #. Media label -#: ../gtk/gtkstock.c:363 +#: gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Kaydet" # gtk/gtkstock.c:282 #. Media label -#: ../gtk/gtkstock.c:365 +#: gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Geriye Sar" # gtk/gtkstock.c:308 #. Media label -#: ../gtk/gtkstock.c:367 +#: gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Durdur" # gtk/gtkstock.c:293 -#: ../gtk/gtkstock.c:368 +#: gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Ağ" # gtk/gtkstock.c:293 -#: ../gtk/gtkstock.c:369 +#: gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Yeni" # gtk/gtkstock.c:294 -#: ../gtk/gtkstock.c:370 +#: gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Hayır" # gtk/gtkstock.c:295 -#: ../gtk/gtkstock.c:371 +#: gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_Tamam" # gtk/gtkstock.c:296 -#: ../gtk/gtkstock.c:372 +#: gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Aç" #. Page orientation -#: ../gtk/gtkstock.c:374 +#: gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Yatay" # gtk/gtkstock.c:299 #. Page orientation -#: ../gtk/gtkstock.c:376 +#: gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Dikey" #. Page orientation -#: ../gtk/gtkstock.c:378 +#: gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Ters yatay" #. Page orientation -#: ../gtk/gtkstock.c:380 +#: gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Ters dikey" # gtk/gtknotebook.c:2125 gtk/gtknotebook.c:4517 -#: ../gtk/gtkstock.c:381 +#: gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Sayfa _Ayarı" # gtk/gtkstock.c:297 -#: ../gtk/gtkstock.c:382 +#: gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Yapıştır" # gtk/gtkstock.c:298 -#: ../gtk/gtkstock.c:383 +#: gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Tercihler" # gtk/gtkstock.c:299 -#: ../gtk/gtkstock.c:384 +#: gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Yazdır" # gtk/gtkstock.c:300 -#: ../gtk/gtkstock.c:385 +#: gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Yazıcı Ö_nizleme" # gtk/gtkstock.c:301 -#: ../gtk/gtkstock.c:386 +#: gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "Ö_zellikler" # gtk/gtkstock.c:302 -#: ../gtk/gtkstock.c:387 +#: gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "Çı_k" # gtk/gtkstock.c:303 -#: ../gtk/gtkstock.c:388 +#: gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Tekrar Yap" -#: ../gtk/gtkstock.c:389 +#: gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Tazele" # gtk/gtkstock.c:303 -#: ../gtk/gtkstock.c:390 +#: gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Kaldır" # gtk/gtkstock.c:304 -#: ../gtk/gtkstock.c:391 +#: gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Eskiye dön" # gtk/gtkstock.c:305 -#: ../gtk/gtkstock.c:392 +#: gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Kaydet" # gtk/gtkstock.c:306 -#: ../gtk/gtkstock.c:393 +#: gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "_Farklı Kaydet" # gtk/gtklabel.c:251 -#: ../gtk/gtkstock.c:394 +#: gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "_Tümünü Seç" # gtk/gtkstock.c:279 -#: ../gtk/gtkstock.c:395 +#: gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Renk" # gtk/gtkcellrenderertext.c:219 gtk/gtkcellrenderertext.c:227 # gtk/gtkfontsel.c:192 gtk/gtktexttag.c:284 gtk/gtktexttag.c:292 -#: ../gtk/gtkstock.c:396 +#: gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Yazıtipi" #. Sorting direction -#: ../gtk/gtkstock.c:398 +#: gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "A_rtan" #. Sorting direction -#: ../gtk/gtkstock.c:400 +#: gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "A_zalan" # gtk/gtkstock.c:307 -#: ../gtk/gtkstock.c:401 +#: gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_Yazım Denetimi" # gtk/gtkstock.c:308 -#: ../gtk/gtkstock.c:402 +#: gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Durdur" # gtk/gtkstock.c:309 #. Font variant -#: ../gtk/gtkstock.c:404 +#: gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "Ü_stüçizili" # gtk/gtkstock.c:310 -#: ../gtk/gtkstock.c:405 +#: gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Silmeyi Kaldır" # gtk/gtkstock.c:310 #. Font variant -#: ../gtk/gtkstock.c:407 +#: gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "A_ltıçizili" # gtk/gtkstock.c:311 -#: ../gtk/gtkstock.c:408 +#: gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Geri Al" # gtk/gtkstock.c:312 -#: ../gtk/gtkstock.c:409 +#: gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Evet" #. Zoom -#: ../gtk/gtkstock.c:411 +#: gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Normal Boyut" #. Zoom -#: ../gtk/gtkstock.c:413 +#: gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Tam _Sığdır" # gtk/gtkstock.c:315 -#: ../gtk/gtkstock.c:414 +#: gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "_Yakınlaştır" # gtk/gtkstock.c:316 -#: ../gtk/gtkstock.c:415 +#: gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "_Uzaklaştır" -#: ../gtk/gtktextbufferrichtext.c:651 +#: gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "%s geri dönüştürme denenirken bilinmeyen hata" -#: ../gtk/gtktextbufferrichtext.c:710 +#: gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "%s biçimi için geri dönüştürme işlevi yok" -#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 +#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "Hem \"id\" hem \"name\" <%s> öğesinde bulundu" -#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 +#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "\"%s\" özniteliği <%s> öğesinde iki kere bulundu" -#: ../gtk/gtktextbufferserialize.c:846 +#: gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "<%s> öğesi geçersi id \"%s\" içeriyor" -#: ../gtk/gtktextbufferserialize.c:856 +#: gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "<%s> öğesi ne \"name\" ne de \"id\" özniteliği içeriyor" -#: ../gtk/gtktextbufferserialize.c:943 +#: gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "\"%s\" özniteliği aynı <%s> öğesinde iki kere tekrarlanmış" -#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 +#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "<%2$s> öğesindeki \"%1$s\" özniteliği bu bağlamda geçersiz" -#: ../gtk/gtktextbufferserialize.c:1022 +#: gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "\"%s\" etiketi tanımlanmamış." -#: ../gtk/gtktextbufferserialize.c:1034 +#: gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Anonim etiket bulundu ve etiketler oluşturulamadı." -#: ../gtk/gtktextbufferserialize.c:1045 +#: gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "\"%s\" etiketi tamponda bulunmuyor ve etiketler oluşturulamıyor." -#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 -#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 +#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 +#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "<%s> öğesi <%s> altında bulunamaz" -#: ../gtk/gtktextbufferserialize.c:1175 +#: gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" geçerli bir öznitelik türü değil" -#: ../gtk/gtktextbufferserialize.c:1183 +#: gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" geçerli bir öznitelik adı değil" -#: ../gtk/gtktextbufferserialize.c:1193 +#: gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "\"%1$s\", \"%3$s\" özniteliği için \"%2$s\" değer türüne çevirilemedi" -#: ../gtk/gtktextbufferserialize.c:1202 +#: gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" \"%s\" özniteliği için geçerli bir değer değil" -#: ../gtk/gtktextbufferserialize.c:1285 +#: gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "\"%s\" etiketi zaten tanımlanmış" -#: ../gtk/gtktextbufferserialize.c:1296 +#: gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "\"%s\" etiketi geçersiz \"%s\" imtiyazına sahip" -#: ../gtk/gtktextbufferserialize.c:1349 +#: gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "Metindeki en dış öğe olmalı <%s> değil" -#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 +#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Bir <%s> öğesi zaten belirtildi" -#: ../gtk/gtktextbufferserialize.c:1380 +#: gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Bir öğesi sadece öğesinden önce gelebilir" -#: ../gtk/gtktextbufferserialize.c:1779 +#: gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Dönüştürülen veri bozulmuş" -#: ../gtk/gtktextbufferserialize.c:1857 +#: gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "Dönüştürülen veri bozulmu. İlk bölüm GTKTEXTBUFFERCONTENTS-0001 değil" -#: ../gtk/gtktextutil.c:61 +#: gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM Soldan sağa işar_etleme" -#: ../gtk/gtktextutil.c:62 +#: gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM Sağdan sola işa_retleme" -#: ../gtk/gtktextutil.c:63 +#: gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE Soldan sağa gö_mme" -#: ../gtk/gtktextutil.c:64 +#: gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE Sağdan sola g_ömme" -#: ../gtk/gtktextutil.c:65 +#: gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO Soldan sağa z_orlama" -#: ../gtk/gtktextutil.c:66 +#: gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO Sağdan sola _zorlama" -#: ../gtk/gtktextutil.c:67 +#: gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF _Pop yön biçimleme" -#: ../gtk/gtktextutil.c:68 +#: gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS _Sıfır genişlik alanı" -#: ../gtk/gtktextutil.c:69 +#: gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWN sıfır genişlikte b_ağlantılı" -#: ../gtk/gtktextutil.c:70 +#: gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ sıfır genişlikte _bağlantısız" # gtk/gtkthemes.c:71 -#: ../gtk/gtkthemes.c:71 +#: gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Tema aygıtı module_path \"%s\" içinde bulunamadı," # gtk/gtktipsquery.c:181 -#: ../gtk/gtktipsquery.c:188 +#: gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- İpucu Yok ---" -#: ../gtk/gtkuimanager.c:1463 +#: gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Beklenmeyen başlama etiketi '%s', satır %d karakter %d" -#: ../gtk/gtkuimanager.c:1553 +#: gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Beklenmeyen karakter verisi, satır %d karakter %d" -#: ../gtk/gtkuimanager.c:2385 +#: gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Boş" # gtk/gtkcolorsel.c:1800 -#: ../gtk/gtkvolumebutton.c:73 +#: gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Ses" -#: ../gtk/gtkvolumebutton.c:75 +#: gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Ses seviyesini azaltır ya da arttırır" -#: ../gtk/gtkvolumebutton.c:78 +#: gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Ses seviyesini ayarlar" -#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 +#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Sesi Düşür" -#: ../gtk/gtkvolumebutton.c:83 +#: gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Ses seviyesini azaltır" -#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 +#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Sesi Yükselt" -#: ../gtk/gtkvolumebutton.c:89 +#: gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Ses seviyesini arttırır" -#: ../gtk/gtkvolumebutton.c:147 +#: gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Sessiz" -#: ../gtk/gtkvolumebutton.c:151 +#: gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Tam Ses" @@ -3982,937 +3990,937 @@ msgstr "Tam Ses" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: ../gtk/gtkvolumebutton.c:164 +#: gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%% %d" # gtk/gtkcolorsel.c:1833 -#: ../gtk/paper_names_offsets.c:4 +#: gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: ../gtk/paper_names_offsets.c:5 +#: gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: ../gtk/paper_names_offsets.c:6 +#: gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: ../gtk/paper_names_offsets.c:7 +#: gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: ../gtk/paper_names_offsets.c:8 +#: gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: ../gtk/paper_names_offsets.c:9 +#: gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: ../gtk/paper_names_offsets.c:10 +#: gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: ../gtk/paper_names_offsets.c:11 +#: gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: ../gtk/paper_names_offsets.c:12 +#: gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: ../gtk/paper_names_offsets.c:13 +#: gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: ../gtk/paper_names_offsets.c:14 +#: gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: ../gtk/paper_names_offsets.c:15 +#: gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: ../gtk/paper_names_offsets.c:16 +#: gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: ../gtk/paper_names_offsets.c:17 +#: gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: ../gtk/paper_names_offsets.c:18 +#: gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: ../gtk/paper_names_offsets.c:19 +#: gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: ../gtk/paper_names_offsets.c:20 +#: gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: ../gtk/paper_names_offsets.c:21 +#: gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: ../gtk/paper_names_offsets.c:22 +#: gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: ../gtk/paper_names_offsets.c:23 +#: gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: ../gtk/paper_names_offsets.c:24 +#: gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: ../gtk/paper_names_offsets.c:25 +#: gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: ../gtk/paper_names_offsets.c:26 +#: gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: ../gtk/paper_names_offsets.c:27 +#: gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: ../gtk/paper_names_offsets.c:28 +#: gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: ../gtk/paper_names_offsets.c:29 +#: gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: ../gtk/paper_names_offsets.c:30 +#: gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: ../gtk/paper_names_offsets.c:31 +#: gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: ../gtk/paper_names_offsets.c:32 +#: gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: ../gtk/paper_names_offsets.c:33 +#: gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: ../gtk/paper_names_offsets.c:34 +#: gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: ../gtk/paper_names_offsets.c:35 +#: gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: ../gtk/paper_names_offsets.c:36 +#: gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: ../gtk/paper_names_offsets.c:37 +#: gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: ../gtk/paper_names_offsets.c:38 +#: gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: ../gtk/paper_names_offsets.c:39 +#: gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: ../gtk/paper_names_offsets.c:40 +#: gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: ../gtk/paper_names_offsets.c:41 +#: gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: ../gtk/paper_names_offsets.c:42 +#: gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: ../gtk/paper_names_offsets.c:43 +#: gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: ../gtk/paper_names_offsets.c:44 +#: gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: ../gtk/paper_names_offsets.c:45 +#: gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: ../gtk/paper_names_offsets.c:46 +#: gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: ../gtk/paper_names_offsets.c:47 +#: gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: ../gtk/paper_names_offsets.c:48 +#: gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: ../gtk/paper_names_offsets.c:49 +#: gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: ../gtk/paper_names_offsets.c:50 +#: gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: ../gtk/paper_names_offsets.c:51 +#: gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: ../gtk/paper_names_offsets.c:52 +#: gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: ../gtk/paper_names_offsets.c:53 +#: gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: ../gtk/paper_names_offsets.c:54 +#: gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: ../gtk/paper_names_offsets.c:55 +#: gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: ../gtk/paper_names_offsets.c:56 +#: gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: ../gtk/paper_names_offsets.c:57 +#: gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: ../gtk/paper_names_offsets.c:58 +#: gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: ../gtk/paper_names_offsets.c:59 +#: gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: ../gtk/paper_names_offsets.c:60 +#: gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: ../gtk/paper_names_offsets.c:61 +#: gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: ../gtk/paper_names_offsets.c:62 +#: gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: ../gtk/paper_names_offsets.c:63 +#: gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: ../gtk/paper_names_offsets.c:64 +#: gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: ../gtk/paper_names_offsets.c:65 +#: gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "DL Zarf" -#: ../gtk/paper_names_offsets.c:66 +#: gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: ../gtk/paper_names_offsets.c:67 +#: gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: ../gtk/paper_names_offsets.c:68 +#: gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: ../gtk/paper_names_offsets.c:69 +#: gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: ../gtk/paper_names_offsets.c:70 +#: gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: ../gtk/paper_names_offsets.c:71 +#: gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: ../gtk/paper_names_offsets.c:72 +#: gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: ../gtk/paper_names_offsets.c:73 +#: gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: ../gtk/paper_names_offsets.c:74 +#: gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: ../gtk/paper_names_offsets.c:75 +#: gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: ../gtk/paper_names_offsets.c:76 +#: gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: ../gtk/paper_names_offsets.c:77 +#: gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: ../gtk/paper_names_offsets.c:78 +#: gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: ../gtk/paper_names_offsets.c:79 +#: gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: ../gtk/paper_names_offsets.c:80 +#: gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: ../gtk/paper_names_offsets.c:81 +#: gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: ../gtk/paper_names_offsets.c:82 +#: gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: ../gtk/paper_names_offsets.c:83 +#: gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: ../gtk/paper_names_offsets.c:84 +#: gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Choukei 2 Zarf" -#: ../gtk/paper_names_offsets.c:85 +#: gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Choukei 3 Zarf" -#: ../gtk/paper_names_offsets.c:86 +#: gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Choukei 4 Zarf" -#: ../gtk/paper_names_offsets.c:87 +#: gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (kartpostal)" -#: ../gtk/paper_names_offsets.c:88 +#: gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "kahu Zarf" -#: ../gtk/paper_names_offsets.c:89 +#: gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "kaku2 Zarf" -#: ../gtk/paper_names_offsets.c:90 +#: gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (cevap kartpostalı)" -#: ../gtk/paper_names_offsets.c:91 +#: gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "you4 Zarf" -#: ../gtk/paper_names_offsets.c:92 +#: gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: ../gtk/paper_names_offsets.c:93 +#: gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: ../gtk/paper_names_offsets.c:94 +#: gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 +#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: ../gtk/paper_names_offsets.c:97 +#: gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: ../gtk/paper_names_offsets.c:98 +#: gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: ../gtk/paper_names_offsets.c:99 +#: gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: ../gtk/paper_names_offsets.c:100 +#: gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: ../gtk/paper_names_offsets.c:101 +#: gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "6x9 Zarf" -#: ../gtk/paper_names_offsets.c:102 +#: gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "7x9 Zarf" -#: ../gtk/paper_names_offsets.c:103 +#: gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "9x11 Zarf" -#: ../gtk/paper_names_offsets.c:104 +#: gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "a2 Zarf" -#: ../gtk/paper_names_offsets.c:105 +#: gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: ../gtk/paper_names_offsets.c:106 +#: gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: ../gtk/paper_names_offsets.c:107 +#: gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: ../gtk/paper_names_offsets.c:108 +#: gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: ../gtk/paper_names_offsets.c:109 +#: gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: ../gtk/paper_names_offsets.c:110 +#: gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: ../gtk/paper_names_offsets.c:111 +#: gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: ../gtk/paper_names_offsets.c:112 +#: gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "c5 Zarf" -#: ../gtk/paper_names_offsets.c:113 +#: gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: ../gtk/paper_names_offsets.c:114 +#: gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: ../gtk/paper_names_offsets.c:115 +#: gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: ../gtk/paper_names_offsets.c:116 +#: gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "Avrupa edp" -#: ../gtk/paper_names_offsets.c:117 +#: gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: ../gtk/paper_names_offsets.c:118 +#: gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: ../gtk/paper_names_offsets.c:119 +#: gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold Avrupa" -#: ../gtk/paper_names_offsets.c:120 +#: gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: ../gtk/paper_names_offsets.c:121 +#: gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold Alman Resmi" -#: ../gtk/paper_names_offsets.c:122 +#: gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Devlet Dairesi Resmi" -#: ../gtk/paper_names_offsets.c:123 +#: gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Devlet Dairesi Mektup" -#: ../gtk/paper_names_offsets.c:124 +#: gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Index 3x5" -#: ../gtk/paper_names_offsets.c:125 +#: gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (kartpostal)" -#: ../gtk/paper_names_offsets.c:126 +#: gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: ../gtk/paper_names_offsets.c:127 +#: gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Index 5x8" -#: ../gtk/paper_names_offsets.c:128 +#: gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Fatura" -#: ../gtk/paper_names_offsets.c:129 +#: gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: ../gtk/paper_names_offsets.c:130 +#: gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: ../gtk/paper_names_offsets.c:131 +#: gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: ../gtk/paper_names_offsets.c:132 +#: gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: ../gtk/paper_names_offsets.c:133 +#: gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: ../gtk/paper_names_offsets.c:134 +#: gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: ../gtk/paper_names_offsets.c:135 +#: gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Monarch Zarf" -#: ../gtk/paper_names_offsets.c:136 +#: gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "#10 Zarf" -#: ../gtk/paper_names_offsets.c:137 +#: gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "#11 Zarf" -#: ../gtk/paper_names_offsets.c:138 +#: gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "#12 Zarf" -#: ../gtk/paper_names_offsets.c:139 +#: gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "#14 Zarf" -#: ../gtk/paper_names_offsets.c:140 +#: gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "#9 Zarf" -#: ../gtk/paper_names_offsets.c:141 +#: gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Kişisel Zarf" -#: ../gtk/paper_names_offsets.c:142 +#: gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: ../gtk/paper_names_offsets.c:143 +#: gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: ../gtk/paper_names_offsets.c:144 +#: gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: ../gtk/paper_names_offsets.c:145 +#: gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Geniş Biçim" -#: ../gtk/paper_names_offsets.c:146 +#: gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" # gtk/gtkstock.c:279 -#: ../gtk/paper_names_offsets.c:147 +#: gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folyo" -#: ../gtk/paper_names_offsets.c:148 +#: gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folyo sp" -#: ../gtk/paper_names_offsets.c:149 +#: gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Davet Zarfı" -#: ../gtk/paper_names_offsets.c:150 +#: gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "İtalyan Zarfı" -#: ../gtk/paper_names_offsets.c:151 +#: gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: ../gtk/paper_names_offsets.c:152 +#: gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: ../gtk/paper_names_offsets.c:153 +#: gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Postfix Zarf" -#: ../gtk/paper_names_offsets.c:154 +#: gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Küçük Fotoğraf" -#: ../gtk/paper_names_offsets.c:155 +#: gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "prc1 Zarf" -#: ../gtk/paper_names_offsets.c:156 +#: gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "prc10 Zarf" -#: ../gtk/paper_names_offsets.c:157 +#: gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: ../gtk/paper_names_offsets.c:158 +#: gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "prc2 Zarf" -#: ../gtk/paper_names_offsets.c:159 +#: gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "prc3 Zarf" -#: ../gtk/paper_names_offsets.c:160 +#: gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: ../gtk/paper_names_offsets.c:161 +#: gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "prc4 Zarf" -#: ../gtk/paper_names_offsets.c:162 +#: gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "prc5 Zarf" -#: ../gtk/paper_names_offsets.c:163 +#: gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "prc6 Zarf" -#: ../gtk/paper_names_offsets.c:164 +#: gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "prc7 Zarf" -#: ../gtk/paper_names_offsets.c:165 +#: gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "prc8 Zarf" -#: ../gtk/paper_names_offsets.c:166 +#: gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: ../gtk/paper_names_offsets.c:167 +#: gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 +#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "symlink'lenmiş '%s' ve '%s' için farklı idata'lar bulundu\n" # gdk-pixbuf/io-tiff.c:264 -#: ../gtk/updateiconcache.c:1374 +#: gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Başlık yazılırken başarısız olundu\n" # gdk-pixbuf/io-tiff.c:264 -#: ../gtk/updateiconcache.c:1380 +#: gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Hash tablosu yazılırken başarız olundu\n" # gdk-pixbuf/io-xbm.c:429 -#: ../gtk/updateiconcache.c:1386 +#: gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Klasör indeksi yazılırken başarısız olundu\n" # gdk-pixbuf/io-tiff.c:264 -#: ../gtk/updateiconcache.c:1394 +#: gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Başlık yeniden yazılırken başarısız olundu\n" # gdk-pixbuf/gdk-pixbuf-animation.c:144 gdk-pixbuf/gdk-pixbuf-io.c:516 -#: ../gtk/updateiconcache.c:1455 +#: gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "%s dosyası açılamadı : %s\n" # gdk-pixbuf/gdk-pixbuf-animation.c:144 gdk-pixbuf/gdk-pixbuf-io.c:516 -#: ../gtk/updateiconcache.c:1463 +#: gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Önbellek dosyası yazılırken başarısız olundu: %s\n" -#: ../gtk/updateiconcache.c:1499 +#: gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Oluşturulan önbellek geçersiz.\n" -#: ../gtk/updateiconcache.c:1511 +#: gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "%s, %s olarak yeniden adlandırılamadı: %s, o zaman %s siliniyor.\n" # gtk/gtkfilesel.c:1011 -#: ../gtk/updateiconcache.c:1523 +#: gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "%s dosyası %s olarak yeniden adlandırılamadı: %s\n" # gtk/gtkfilesel.c:1011 -#: ../gtk/updateiconcache.c:1530 +#: gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "%s dosyası tekrar %s olarak yeniden adlandırılamadı: %s\n" -#: ../gtk/updateiconcache.c:1556 +#: gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Ön bellek dosyası başarıyla oluşturuldu.\n" -#: ../gtk/updateiconcache.c:1595 +#: gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Mevcut bir önbelleğin üzerine yazılacak, güncel olsa bile" -#: ../gtk/updateiconcache.c:1596 +#: gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "index.theme'in bulunup bulunmadığını kontrol etme" -#: ../gtk/updateiconcache.c:1597 +#: gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Önbellekte resim verisini içerme" -#: ../gtk/updateiconcache.c:1598 +#: gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "C başlık dosyası çıkışı" -#: ../gtk/updateiconcache.c:1599 +#: gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Ayrıntılı çıktıyı kapat" -#: ../gtk/updateiconcache.c:1600 +#: gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Mevcut simge önbelleğini doğrula" -#: ../gtk/updateiconcache.c:1663 +#: gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Dosya bulunamadı: %s\n" -#: ../gtk/updateiconcache.c:1669 +#: gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Geçerli bir simge önbelleği değil: %s\n" -#: ../gtk/updateiconcache.c:1682 +#: gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Tema dizin dosyası yok." -#: ../gtk/updateiconcache.c:1686 +#: gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4923,280 +4931,280 @@ msgstr "" "theme-index'i kullanın.\n" #. ID -#: ../modules/input/imam-et.c:454 +#: modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Habeşçe (EZ+)" #. ID -#: ../modules/input/imcedilla.c:92 +#: modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Sedilla" # modules/input/imcyrillic-translit.c:216 #. ID -#: ../modules/input/imcyrillic-translit.c:217 +#: modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Kiril (Geçmiş zaman)" # modules/input/iminuktitut.c:126 #. ID -#: ../modules/input/iminuktitut.c:127 +#: modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inukitut (Farklı Alfabe)" # modules/input/imipa.c:144 #. ID -#: ../modules/input/imipa.c:145 +#: modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: ../modules/input/immultipress.c:31 +#: modules/input/immultipress.c:31 msgid "Multipress" msgstr "Çoklu baskı" #. ID -#: ../modules/input/imthai.c:35 +#: modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Tay-Lao" #. ID -#: ../modules/input/imti-er.c:453 +#: modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrigna-Eritrean (EZ+)" #. ID -#: ../modules/input/imti-et.c:453 +#: modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrigna-Etiyopça (EZ+)" # modules/input/imviqr.c:243 #. ID -#: ../modules/input/imviqr.c:244 +#: modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamca (VIQR)" # modules/input/imxim.c:27 #. ID -#: ../modules/input/imxim.c:28 +#: modules/input/imxim.c:28 msgid "X Input Method" msgstr "X Girdi Yöntemi" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Yazıcı '%s' üzerinde toner azalmış." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Yazıcı '%s' üzerinde toner kalmamış." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "Yazıcı '%s' üzerinde geliştirici azalmış." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Yazıcı '%s' üzerinde geliştirici bitmiş." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "Yazıcı '%s' üzerinde en azından bir işaretleyici azalmış." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Yazıcı '%s' üzerinde en azından bir işaretleyici bitmiş." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "Yazıcı '%s' üzerinde kapat açık kalmış." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "Yazıcı '%s' üzerinde kapı açık kalmış." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Yazıcı '%s' üzerinde kağıt azalmış." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Yazıcı '%s' üzerinde kağıt bitmiş." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Yazıcı '%s' şu anda çevirim dışı." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Yazıcı '%s' bağlı olmayabilir." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Yazıcı '%s' ile ilgli bir sorun var." #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Duraklatıldı ; İşler Reddediliyor" #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "İşler Reddediliyor" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Çift Taraflı" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Kağıt Türü" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Kağıt Kaynağı" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Çıktı Tepsisi" # gtk/gtkstock.c:270 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Çözünürlük" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "GhostScript ön-filtreleme" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Tek Taraflı" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Uzun Köşe (Standart)" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Kısa Köşe (Ters)" # gtk/gtkfontsel.c:1001 #. Translators: this is an option of "Paper Source" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Otomatik Seçim" # gtk/gtkwindow.c:389 #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Yazıcı Öntanımlısı" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Sadece GhostScript yazıtiplerini göm" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "PS seviye 1 olarak dönüştür" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "PS seviye 2 olarak dönüştür" # gdk-pixbuf/io-xpm.c:1257 #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Ön-filtreleme yok" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Çeşitli" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Acil" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Yüksek" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Orta" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Düşük" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Soldan sağa, yukarıdan aşağıya" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Soldan sağa, aşağıdan yukarıya" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Sağdan sola, yukarıdan aşağıya" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Sağdan sola, aşağıdan yukarıya" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Yukarıdan aşağıya, soldan sağa" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Yukarıdan aşağıya, sağdan sola" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Aşağıdan yukarıya, soldan sağ" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Aşağıdan yukarıya, sağdan sola" @@ -5204,21 +5212,21 @@ msgstr "Aşağıdan yukarıya, sağdan sola" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Kağıt Başına Sayfa" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "İş Önceliği" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Fatura Bilgisi" @@ -5226,46 +5234,46 @@ msgstr "Fatura Bilgisi" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Hiçbiri" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Özel" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Hizmete Özel" # gtk/gtkinputdialog.c:243 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Gizli" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Standart" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Çok Gizli" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Sıradan" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Önce" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Sonra" @@ -5274,7 +5282,7 @@ msgstr "Sonra" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Yazdırma" @@ -5282,7 +5290,7 @@ msgstr "Yazdırma" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Yazdırma zamanı" @@ -5290,70 +5298,70 @@ msgstr "Yazdırma zamanı" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Özel.%sx%s" #. default filename used for print-to-file -#: ../modules/printbackends/file/gtkprintbackendfile.c:235 +#: modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "cikti.%s" # gtk/gtkstock.c:299 -#: ../modules/printbackends/file/gtkprintbackendfile.c:469 +#: modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Dosyaya Yazdır" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" # gtk/gtkstock.c:299 -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: ../modules/printbackends/file/gtkprintbackendfile.c:558 -#: ../modules/printbackends/test/gtkprintbackendtest.c:506 +#: modules/printbackends/file/gtkprintbackendfile.c:558 +#: modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Kağıt başına _sayfa:" # gtk/gtkfilesel.c:651 -#: ../modules/printbackends/file/gtkprintbackendfile.c:604 +#: modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Dosya" -#: ../modules/printbackends/file/gtkprintbackendfile.c:613 +#: modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "_Çıktı biçimi" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "LPR'ya Yazdır" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Kağıt Başına Sayfa" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Komut Satırı" #. default filename used for print-to-test -#: ../modules/printbackends/test/gtkprintbackendtest.c:234 +#: modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "test-ciktisi.%s" # gtk/gtkstock.c:299 -#: ../modules/printbackends/test/gtkprintbackendtest.c:470 +#: modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Sınama Yazıcısına Yazdır" # gdk-pixbuf/gdk-pixbuf-io.c:473 -#: ../tests/testfilechooser.c:207 +#: tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "'%s' dosyası için bilgiler alınamadı: %s" diff --git a/po/tt.po b/po/tt.po index 77e9cc5d1c..0e7b00e64f 100644 --- a/po/tt.po +++ b/po/tt.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: GTK+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2006-07-27 00:37+0400\n" "Last-Translator: Albert Fazlí \n" "Language-Team: Tatarish \n" @@ -616,16 +616,16 @@ msgstr "" msgid "Couldn't allocate memory for color profile" msgstr "" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "TIFF-sürät açarlıq xäter citmi" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "JPEG-sürät tözeleşendä" @@ -669,7 +669,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG-sürät tözeleşendä" @@ -1164,46 +1164,46 @@ msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Şartnämä" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Räxmät" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "Şart_nämä" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s Turında" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Qatnaşqanı" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Yazuçı" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Qullanma" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Tärcemä" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "" @@ -1278,17 +1278,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Birem adı yaraqsız: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Birem adı yaraqsız: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1385,7 +1390,7 @@ msgstr "Sünek" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Yaña tizlätkeç..." @@ -1519,11 +1524,11 @@ msgstr "" msgid "Color Selection" msgstr "Tös Saylaw" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Kertü _Isulları" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "" @@ -1960,22 +1965,22 @@ msgstr "_Ataw" msgid "_Selection: " msgstr "_Saylanu: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Yaraqsız UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Artıq ozın atama" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Birem adın äyländerep bulmadı" @@ -2231,43 +2236,43 @@ msgstr "GTK+ Caylaw" msgid "Show GTK+ Options" msgstr "GTK+ Caylawın Kürsätü" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "&Totaş" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Ataw" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Urnaşılu:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "Basım" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2333,7 +2338,7 @@ msgstr "Ü_zençälege" msgid "_Orientation:" msgstr "_Quyılıq:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "%u. Bit" @@ -2490,17 +2495,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "" @@ -2564,234 +2569,244 @@ msgstr "Tamğa başlığı bozıq" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "_Bastıru" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "_Urnaşılu:" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "_Yasa" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Almaştır" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "_Yasa" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "_Qaytart" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Kisätmä" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "Ü_zençälege" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "Ü_zençälege" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "_Bäyä:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "Yu_q" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "_Qalın" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_Tös" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "_Bastıru" diff --git a/po/uk.po b/po/uk.po index 888ca3b073..ecc0e0d151 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2008-08-24 14:52+0200\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -637,15 +637,15 @@ msgstr "Тип зображення не підтримується у цій в msgid "Couldn't allocate memory for color profile" msgstr "Не вдається виділити пам'ять для кольорового профілю" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Не достатньо пам'яті для відкривання файлу JPEG 2000" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Не вдається виділити пам'ять для буфера даних зображення" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Формат зображень JPEG 2000" @@ -693,7 +693,7 @@ msgstr "" "Якість формату JPEG має бути в діапазоні від 0 до 100; значення \"%d\" " "неприпустиме." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Формат зображень JPEG" @@ -1201,46 +1201,46 @@ msgstr[0] "Відкривається %d елемент" msgstr[1] "Відкривається %d елементи" msgstr[2] "Відкривається %d елементів" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Ліцензія" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Програма ліцензії" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Подяки" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Ліцензія" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Про %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Подяки" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Автор" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Автор документації" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Переклад" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Графіка" @@ -1317,17 +1317,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Неправильний тип функції: `%s'" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Неправильний кореневий елемент: '%s'" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Необроблюваний тег: '%s'" @@ -1423,7 +1428,7 @@ msgstr "Вимкнений" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Нова комбінація клавіш..." @@ -1568,11 +1573,11 @@ msgstr "" msgid "Color Selection" msgstr "Вибір кольору" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "М_етоди вводу" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "Вс_тавити керівний символ Юнікоду" @@ -2014,7 +2019,7 @@ msgstr "Перей_менувати" msgid "_Selection: " msgstr "_Вибір: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2023,15 +2028,15 @@ msgstr "" "Назву файлу \"%s\" не вдається перетворити в UTF-8 (спробуйте встановити " "змінну середовища G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Неправильний UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Назва надто довга" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Не вдається перетворити назву файлу" @@ -2280,39 +2285,39 @@ msgstr "Параметри GTK+" msgid "Show GTK+ Options" msgstr "Показати параметри GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "З_єднатися" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "З'єднатися _анонімно" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "З'єднатися _як:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Ім'я користувача:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Домен:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Пароль:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Забути пароль негайно" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Запам'ятати пароль _до виходу з сеансу" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Запам'ятати _назавжди" @@ -2382,7 +2387,7 @@ msgstr "Розмір _паперу:" msgid "_Orientation:" msgstr "_Розташування:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Параметри сторінки" @@ -2535,17 +2540,17 @@ msgstr "Помилка при створенні попереднього пер msgid "The most probable reason is that a temporary file could not be created." msgstr "Найбільш ймовірна причина: не вдається створити тимчасовий файл." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Помилка попереднього перегляду" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Помилка друку" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Програма" @@ -2604,37 +2609,37 @@ msgstr "Неправильний дескриптор для PrintDlgEx" msgid "Unspecified error" msgstr "Невизначена помилка" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Принтер" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Розташування" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Стан" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Діапазон" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Усі сторінки" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Пото_чну сторінку" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "С_торінки:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2642,186 +2647,196 @@ msgstr "" "Вкажіть один або більше діапазонів,\n" " наприклад 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "С_торінки:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Копії" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Ко_пій:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Впорядкувати" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Обернено" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Загальні" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Порядок сторінок" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Зліва направо" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Справа наліво" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Розташування" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "З _двох сторін:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Сторінок на с_торону:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "_Порядок сторінок:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Друкувати _лише:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Усі сторінки" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Парні сторінки" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Непарні сторінки" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Масштаб:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Папір" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Тип паперу:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Д_жерело паперу:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_Лоток виводу:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Відомості про завдання" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "_Пріоритет:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Розташування:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Друкувати документ" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Зараз" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_у:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "О_чікування" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Додати титульну сторінку" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_До:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Після:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Завдання" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Додатково" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Якість зображення" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Колір" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Завершення" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Деякі параметри у діалоговому вікні конфліктують" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Друк" diff --git a/po/ur.po b/po/ur.po index aadf8eb5b5..f244149a48 100644 --- a/po/ur.po +++ b/po/ur.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ gtk-2-4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2006-06-20 15:32-0500\n" "Last-Translator: Zack Ajmal \n" "Language-Team: UrduWeb Localization Team \n" @@ -601,15 +601,15 @@ msgstr "" msgid "Couldn't allocate memory for color profile" msgstr "" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "" @@ -651,7 +651,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "" @@ -1139,46 +1139,46 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "" @@ -1252,17 +1252,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1358,7 +1363,7 @@ msgstr "بند" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1489,11 +1494,11 @@ msgstr "" msgid "Color Selection" msgstr "" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "" @@ -1924,22 +1929,22 @@ msgstr "" msgid "_Selection: " msgstr "" -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "" @@ -2183,40 +2188,40 @@ msgstr "" msgid "Show GTK+ Options" msgstr "" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "جگہ" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2279,7 +2284,7 @@ msgstr "" msgid "_Orientation:" msgstr "" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "" @@ -2428,17 +2433,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "" @@ -2497,222 +2502,231 @@ msgstr "" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "جگہ" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "سٹیٹس" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +msgid "Pages" +msgstr "" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "عمومی" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "کام" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "اعلٰی ترین" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "پرنٹ" diff --git a/po/uz.po b/po/uz.po index d56ffd39a1..a8b857eba7 100644 --- a/po/uz.po +++ b/po/uz.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: uz@cyrillic\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2008-12-28 09:44+0500\n" "Last-Translator: Nurali Abdurahmonov \n" "Language-Team: Uzbek\n" @@ -607,15 +607,15 @@ msgstr "" msgid "Couldn't allocate memory for color profile" msgstr "" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "" @@ -657,7 +657,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "" @@ -1145,46 +1145,46 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Litsenziya" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Dastur litsenziyasi" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Litsenziya" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s haqida" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Tarjimon" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "" @@ -1258,17 +1258,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1363,7 +1368,7 @@ msgstr "Oʻchirilgan" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Yangi akselerator..." @@ -1494,11 +1499,11 @@ msgstr "" msgid "Color Selection" msgstr "Rang tanlash" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "" @@ -1931,22 +1936,22 @@ msgstr "_Nomini oʻzgartirish" msgid "_Selection: " msgstr "_Tanlash: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Xato UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nom juda uzun" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "" @@ -2190,39 +2195,39 @@ msgstr "GTK+ parametrlari" msgid "Show GTK+ Options" msgstr "GTK+ parametrlarini koʻrsatish" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Ula_nish" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "_Maxfiy ulanish" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Foydalanuvchi nomi: " -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domen:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Maxfiy soʻz:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Maxfiy soʻzni _darhol unutish" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Maxfiy soʻzni seansdan _chiqquncha eslab qolish" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Doim eslab qolish" @@ -2290,7 +2295,7 @@ msgstr "_Qogʻoz oʻlchami:" msgid "_Orientation:" msgstr "" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Sahifa moslamalari" @@ -2439,17 +2444,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Oldindan koʻrishni ishga tushirish xatosi" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Bosib chiqarish xatosi" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Dastur" @@ -2508,37 +2513,37 @@ msgstr "" msgid "Unspecified error" msgstr "Koʻrsatilmagan xatolik" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Printer" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Manzili" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Holati" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Oraliq" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Hamma sahifalar" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Joriy sahifa" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Sahifa_lar:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2546,186 +2551,196 @@ msgstr "" "Bir yoki bir necha sahifa oraligʻini koʻrsating,\n" " masalan. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Sahifa_lar:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Nusxalar" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Nusxa_lar:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Teskari" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Umumiy" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Sahifani tartiblash" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Chapdan oʻngga" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Oʻngdan chapga" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Ikki tarafli:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Sahifa _tartibi:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Barcha sahifalar" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Juft sahifalar" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Toq sahifalar" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Qogʻoz" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Qogʻoz _turi:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Qogʻoz _manbasi:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Vazifa tafsilotlari" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Hujjatni bosib chiqarish" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Hozir" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Muqova sahifasi qoʻshish" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Oldin:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Keyin:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Vazifa" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Qoʻshimcha" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Rasm sifati" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Rang" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Tugatilmoqda" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Bosib chiqarish" diff --git a/po/uz@cyrillic.po b/po/uz@cyrillic.po index e80745870b..f8bcbd3df6 100644 --- a/po/uz@cyrillic.po +++ b/po/uz@cyrillic.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: uz@cyrillic\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2008-12-28 09:44+0500\n" "Last-Translator: Nurali Abdurahmonov \n" "Language-Team: Uzbek\n" @@ -606,15 +606,15 @@ msgstr "" msgid "Couldn't allocate memory for color profile" msgstr "" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "" @@ -656,7 +656,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "" @@ -1144,46 +1144,46 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Лицензия" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Дастур лицензияси" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Лицензия" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s ҳақида" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Таржимон" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "" @@ -1257,17 +1257,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1362,7 +1367,7 @@ msgstr "Ўчирилган" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Янги акселератор..." @@ -1493,11 +1498,11 @@ msgstr "" msgid "Color Selection" msgstr "Ранг танлаш" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "" @@ -1930,22 +1935,22 @@ msgstr "_Номини ўзгартириш" msgid "_Selection: " msgstr "_Танлаш: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Хато UTF-8" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Ном жуда узун" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "" @@ -2189,39 +2194,39 @@ msgstr "GTK+ параметрлари" msgid "Show GTK+ Options" msgstr "GTK+ параметрларини кўрсатиш" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Ула_ниш" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "_Махфий уланиш" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Фойдаланувчи номи: " -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Домен:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Махфий сўз:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Махфий сўзни _дарҳол унутиш" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Махфий сўзни сеансдан _чиққунча эслаб қолиш" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Доим эслаб қолиш" @@ -2289,7 +2294,7 @@ msgstr "_Қоғоз ўлчами:" msgid "_Orientation:" msgstr "" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Саҳифа мосламалари" @@ -2438,17 +2443,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Олдиндан кўришни ишга тушириш хатоси" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Босиб чиқариш хатоси" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Дастур" @@ -2507,37 +2512,37 @@ msgstr "" msgid "Unspecified error" msgstr "Кўрсатилмаган хатолик" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Принтер" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Манзили" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Ҳолати" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Оралиқ" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Ҳамма саҳифалар" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Жорий саҳифа" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Саҳифа_лар:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2545,186 +2550,196 @@ msgstr "" "Бир ёки бир неча саҳифа оралиғини кўрсатинг,\n" " масалан. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Саҳифа_лар:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Нусхалар" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Нусха_лар:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Тескари" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Умумий" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Саҳифани тартиблаш" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Чапдан ўнгга" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Ўнгдан чапга" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Икки тарафли:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Саҳифа _тартиби:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Барча саҳифалар" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Жуфт саҳифалар" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Тоқ саҳифалар" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Қоғоз" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Қоғоз _тури:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Қоғоз _манбаси:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Вазифа тафсилотлари" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Ҳужжатни босиб чиқариш" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Ҳозир" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Муқова саҳифаси қўшиш" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Олдин:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Кейин:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Вазифа" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Қўшимча" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Расм сифати" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Ранг" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Тугатилмоқда" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Босиб чиқариш" diff --git a/po/vi.po b/po/vi.po index 76e67c95d0..5e6b897e51 100644 --- a/po/vi.po +++ b/po/vi.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Gtk+ 2.15.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-09 23:42+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -615,15 +615,15 @@ msgstr "Loại ảnh hiện thời không hỗ trợ" msgid "Couldn't allocate memory for color profile" msgstr "Không thể cấp phát bộ nhớ cho hồ sơ màu" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Không đủ bộ nhớ để mở tập tin JPEG 2000" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Không thể cấp phát bộ nhớ cho dữ liệu ảnh" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Dạng thức ảnh JPEG 2000" @@ -671,7 +671,7 @@ msgstr "" "Hệ số chất lượng của JPEG phải nằm trong khoảng 0 và 100; không chấp nhận " "giá trị « %d »." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Dạng thức ảnh JPEG" @@ -1167,46 +1167,46 @@ msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "Đang mở %d mục" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Giấy phép" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Giấy phép của chương trình" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "Công t_rạng" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "Giấy _phép" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Giới thiệu %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Công trạng" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Tác giả" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Tài liệu" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Bản dịch" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Đồ họa" @@ -1280,17 +1280,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Xoá lùi" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "Hàm kiểu không hợp lệ: « %s »" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Yếu tố gốc không hợp lệ: « %s »" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Thẻ không được quản lý: « %s »" @@ -1385,7 +1390,7 @@ msgstr "Bị tắt" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Phím tắt mới..." @@ -1530,11 +1535,11 @@ msgstr "" msgid "Color Selection" msgstr "Chọn màu" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Phương pháp nhập" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "Chèn ký tự đ_iều khiển Unicode" @@ -1973,7 +1978,7 @@ msgstr "Th_ay tên" msgid "_Selection: " msgstr "_Vùng chọn: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1982,15 +1987,15 @@ msgstr "" "Tên tập tin « %s » không thể được chuyển đổi sang dạng thức UTF-8 (hãy thử " "đặt biến môi trường « G_BROKEN_FILENAMES » [G tên tập tin bị hỏng]): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 không hợp lệ" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Tên quá dài" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Không thể chuyển đổi tên tập tin" @@ -2238,39 +2243,39 @@ msgstr "Tùy chọn GTK+" msgid "Show GTK+ Options" msgstr "Hiện tùy chọn GTK+" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Kết _nối" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Kết nối nặc d_anh" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Kết nố_i dưới người dùng:" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "Tên người _dùng:" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Miền:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "Mật _khẩu :" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Quên mật khẩu ngay" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "_Nhớ mật khẩu đến khi bạn đăng xuất" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Nhớ mãi mãi" @@ -2340,7 +2345,7 @@ msgstr "Cỡ _giấy:" msgid "_Orientation:" msgstr "_Hướng:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Thiết lập trang" @@ -2488,17 +2493,17 @@ msgstr "Lỗi tạo xem thử bản in" msgid "The most probable reason is that a temporary file could not be created." msgstr "Lý do thường là không thể tạo tập tin tạm." -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Gặp lỗi khi khởi chạy ô xem thử" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Lỗi in" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Ứng dụng" @@ -2557,37 +2562,37 @@ msgstr "Bộ thao tác không hợp lệ tới PrintDlgEx" msgid "Unspecified error" msgstr "Lỗi chưa xác định" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Máy in" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Địa điểm" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Trạng thái" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Phạm vi" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Mọi trang" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Trang _hiện thời" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "T_rang:" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2595,127 +2600,133 @@ msgstr "" "Hãy ghi rõ một hay nhiều phạm vi trang,\n" " v.d. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "T_rang:" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Bản sao" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Bản _sao :" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "Đố_i chiếu" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Để ngu_yên" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Chung" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Thứ tự trang" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Trái sang phải" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Phải sang trái" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Bố trí" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "H_ai mặt:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Trang trên mỗi _mặt:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "_Thứ tự trang:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "In _chỉ:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Mọi tờ" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Tờ chẵn" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Tờ lẻ" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Tỷ _lệ:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Giấy" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Kiểu giấy:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Nguồn giấy:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Khay _xuất:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Chi tiết yêu cầu" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Ư_u tiên:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Thông tin lập _hóa đơn:" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "In tài liệu" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Bây giờ" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Tại:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2723,60 +2734,64 @@ msgstr "" "Xác định giờ in, v.d.\n" " 15:30, 2:35 pm, 14:15:20, 11:46:30 sáng, 4 giờ chiều" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Tạ_m ngừng" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Giữ lại công việc đến khi nó được nhả dứt khoát" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Thêm trang bìa" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "T_rước:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "S_au:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Yêu cầu" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Cấp cao" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Chất lượng ảnh" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Màu" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Đang kết thúc" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Một số thiết lập trong trường hợp xung đột hộp thoại" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "In" diff --git a/po/wa.po b/po/wa.po index 6b99835250..9aa0b22689 100644 --- a/po/wa.po +++ b/po/wa.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk20 1.3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2006-09-23 16:18+0200\n" "Last-Translator: Pablo Saratxaga \n" "Language-Team: Walloon \n" @@ -647,17 +647,17 @@ msgstr "Li sôre d' imådje %s n' est nén sopoirté" msgid "Couldn't allocate memory for color profile" msgstr "Dji n' a savou alouwer del memwere assez po tcherdjî l' fitchî JPEG" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "Nén del memwere assez po drovi l' imådje TIFF" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Dji n' a savou alouwer del memwere po les dnêyes des royes" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "Li sôre d' imådje JPEG" @@ -706,7 +706,7 @@ msgstr "" "Li cwålité JPEG doet esse ene valixhance inte 0 eyet 100; li valixhance «%d» " "n' est nén permetowe." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Li sôre d' imådje JPEG" @@ -1211,46 +1211,46 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licince" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Li licince do programe" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Gråces" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licince" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Åd fwait di %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Gråces" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Sicrît pa" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documinté pa" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Ratourné pa" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Dessins da" @@ -1327,17 +1327,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "No d' fitchî nén valide: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "No d' fitchî nén valide: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1433,7 +1438,7 @@ msgstr "Essocté" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1568,11 +1573,11 @@ msgstr "" msgid "Color Selection" msgstr "Tchoezixhaedje del coleur" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Metôdes d' intrêye" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Sititchî caractere di contrôle unicôde" @@ -2016,7 +2021,7 @@ msgstr "_Rilomer" msgid "_Selection: " msgstr "_Tchuze: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2025,15 +2030,15 @@ msgstr "" "Li no d' fitchî «%s» èn pola nén esse kiviersé viè UTF-8 (sayîz d' defini " "l' variåve d' evironmint G_BROKEN_FILENAMES): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 nén valide" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Li no est pår trop long" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Dji n' a savou cvierser l' no do fitchî" @@ -2284,43 +2289,43 @@ msgstr "" msgid "Show GTK+ Options" msgstr "" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "Si _raloyî" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Rilomer" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Eplaeçmint:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "_Pression:" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2383,7 +2388,7 @@ msgstr "Grandeu do _papî:" msgid "_Orientation:" msgstr "" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Apontiaedje del pådje" @@ -2537,17 +2542,17 @@ msgstr "Åk n' a nén stî tot-z enondant l' prévoeyaedje" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "Åk n' a nén stî tot-z enondant l' prévoeyaedje" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "Åk n' a nén stî tot-z imprimant" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Programe" @@ -2607,231 +2612,241 @@ msgstr "" msgid "Unspecified error" msgstr "Aroke nén specifieye" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Sicrirece" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Eplaeçmint" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Estat" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 #, fuzzy msgid "Range" msgstr "_Fortchete: " -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 #, fuzzy msgid "_All Pages" msgstr "Totes les foyes" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "Do _moumint" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 #, fuzzy msgid "Pag_es:" msgstr "Plaeces" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "Plaeces" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Copeyes" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Copeye_s:" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "Re_lére" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Å _rvier" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Djenerå" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Dji prepare" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "_LRM - måke di scrijhaedje di hintche-a-droete" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "Imprimer en on fitchî" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Adjinçmint" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "So les _deus costés:" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "Pådjes pa _foye:" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "Pådjes pa _foye:" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Imprimer _seulmint:" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Totes les foyes" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Les foyes paires" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Les foyes impaires" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Sc_håle:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papî" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Sôre di papî:" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "S_ourdant do papî:" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Ridant d' re_xhowe do papî:" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detays del bouye" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pr_umiristé:" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Imprimer documint" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "As_teure" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_A:" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Radjouter pådje di coviete" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "Di_vant:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Après:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Bouye" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Sipepieus" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Cwålité d' l' imådje" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Coleur" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Imprimer" diff --git a/po/xh.po b/po/xh.po index 95bd916acb..055b80d362 100644 --- a/po/xh.po +++ b/po/xh.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2005-02-08 13:20+0200\n" "Last-Translator: Canonical Ltd \n" "Language-Team: Xhosa \n" @@ -658,17 +658,17 @@ msgid "Couldn't allocate memory for color profile" msgstr "" "Ayikwazanga ukwandisa uvimba wolwazi ukuze akwazi ukufaka ifayili ye-JPEG" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "Uvimba wolwazi akanelanga ukuba angavula ifayili ye-TIFF" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "Ayikwazanga ukwandisa uvimba wolwazi lwe-data yomgca" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "Ubume bomfanekiso we-JPEG" @@ -719,7 +719,7 @@ msgstr "" "Ubunjani be-JPEG kufuneka buxabise phakathi kwe-0 ne100; ixabiso '%d' " "livumelekile." -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Ubume bomfanekiso we-JPEG" @@ -1235,46 +1235,46 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Iphepha-mvume" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Iphepha-mvume yale nkqubo" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "ii-C_redits" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Imvume" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Malunga ne-%s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "ii-Credits" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Ibhalwe ngu" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Ibhalwe ngu" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "iguqulwe ngu" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Umsebenzi wobugcisa ngu" @@ -1352,17 +1352,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "Igama lefayili elingavumelekanga: %s" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "Igama lefayili elingavumelekanga: %s" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1459,7 +1464,7 @@ msgstr "Ukwenza ingasebenzi" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1606,11 +1611,11 @@ msgstr "" msgid "Color Selection" msgstr "Khetha Umbala" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Iindlela _zolwazi olungenisiweyo" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Faka i- Unicode Control Character" @@ -2066,7 +2071,7 @@ msgstr "_Yinike elinye igama" msgid "_Selection: " msgstr "_Ukhetho: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2075,15 +2080,15 @@ msgstr "" "Igama lale fayili \"%s\" aliguqukelanga kwi-UTF-8. (zama ukulungisa indawo " "eguqukayo kwi-G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "i-UTF-8 engasebenziyo" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Igama lide gqitha" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Ayikwazanga ukutshintsha igama lefayili" @@ -2346,43 +2351,43 @@ msgstr "I-GTK+ekunokukhethwa kuko" msgid "Show GTK+ Options" msgstr "Bonisa i- GTK+ ekunokukhethwa kuko" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "_Guqula" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "_Yinike elinye igama" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "_Indawo:" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "Uxinzelelo" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2448,7 +2453,7 @@ msgstr "_Iimpawu" msgid "_Orientation:" msgstr "_Ukuzala:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "iPhepha %u" @@ -2607,17 +2612,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "_Indawo:" @@ -2683,239 +2688,249 @@ msgstr "I-header engavunywanga kumfanekiso ongumqondiso" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "_Shicilela" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "_Indawo:" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "D_ala" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "_Yinike elinye igama" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "D_ala" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "_Buyela kweyangaphambili" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "Isilumkiso" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "Uphawu lwe-LRM olusuka ek_hohlo-luye-ekunene" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "_Shicilela" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "_Iimpawu" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "_Iimpawu" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "_Shicilela" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "_Ixabiso:" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "_Iimpawu" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "_Iimpawu" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "_Hayi" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "_Bhala ngqindilili" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "_Umbala" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "_Shicilela" diff --git a/po/yi.po b/po/yi.po index c38b416329..75a79d3aad 100644 --- a/po/yi.po +++ b/po/yi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2003-02-11\n" "Last-Translator: Raphael Finkel \n" "Language-Team: None <>\n" @@ -653,17 +653,17 @@ msgstr "בילד־סאָרט '%s' ניט געשטיצט" msgid "Couldn't allocate memory for color profile" msgstr "ניט געקענט געפֿינען זכּרון אַרײַנצושטעלן JPEG טעקע" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 #, fuzzy msgid "Insufficient memory to open JPEG 2000 file" msgstr "ניט גענוג זכּרון עפֿענען TIFF טעקע" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 #, fuzzy msgid "Couldn't allocate memory to buffer image data" msgstr "ניט גענוג זכּרון פֿאַר IOBuffer דאַטן" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 #, fuzzy msgid "The JPEG 2000 image format" msgstr "JPEG בילד־פֿאָרעם" @@ -713,7 +713,7 @@ msgstr "" "די JPEG קװאַליטעט מוז האָבן אַ באַטרעף צװישן 0 און 100; דער באַטרעף '%d' איז " "אומלעקסיק" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG בילד־פֿאָרעם" @@ -1241,47 +1241,47 @@ msgid_plural "Opening %d Items" msgstr[0] "" msgstr[1] "" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 #, fuzzy msgid "C_redits" msgstr "שאַף" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "" @@ -1359,17 +1359,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "" -#: gtk/gtkbuilderparser.c:340 +#: gtk/gtkbuilderparser.c:343 #, fuzzy, c-format -msgid "Invalid type function: `%s'" +msgid "Invalid type function on line %d: '%s'" msgstr "אומלעקסיקע XBM טעקע" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, fuzzy, c-format msgid "Invalid root element: '%s'" msgstr "אומלעקסיקע XBM טעקע" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "" @@ -1467,7 +1472,7 @@ msgstr "אױסגעלאָשן" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "" @@ -1618,11 +1623,11 @@ msgstr "" msgid "Color Selection" msgstr "שריפֿט סעלעקציע" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "אַרײַנשרײַב־מיטלען" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 #, fuzzy msgid "_Insert Unicode Control Character" msgstr "לײג אַרײַן אוניקאָד קאָנטראָל־שריפֿטצײכן" @@ -2088,7 +2093,7 @@ msgstr "פֿאַרװאַנדל נאָמען" msgid "_Selection: " msgstr "סעלעקציע: " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, fuzzy, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2097,16 +2102,16 @@ msgstr "" "טעקע־נעמען %s האָט זיך ניט געלאָזט פֿאַרװאַנדלען אין UTF-8. פּרוּװ באַשטעטיקן דעם " "סבֿיבֿה־װאַריאַבל G_BROKEN_FILENAMES: %s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 #, fuzzy msgid "Invalid UTF-8" msgstr "אומלעקסיקע UTF-8 קאָדירונג" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "נאָמען צו לאַנג" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "ניט געקענט איבערמאַכן טעקע־נאָמען" @@ -2368,43 +2373,43 @@ msgstr "" msgid "Show GTK+ Options" msgstr "" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 #, fuzzy msgid "Co_nnect" msgstr "צי איבער" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 #, fuzzy msgid "_Username:" msgstr "פֿאַרװאַנדל נאָמען" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 #, fuzzy msgid "_Domain:" msgstr "סעלעקציע: " -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 #, fuzzy msgid "_Password:" msgstr "דריקונג" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "" @@ -2470,7 +2475,7 @@ msgstr "נאַטורן" msgid "_Orientation:" msgstr "דורכװײק" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 #, fuzzy msgid "Page Setup" msgstr "זײַט %u" @@ -2629,17 +2634,17 @@ msgstr "" msgid "The most probable reason is that a temporary file could not be created." msgstr "" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 #, fuzzy msgid "Application" msgstr "סעלעקציע: " @@ -2704,239 +2709,249 @@ msgstr "אומלעקסיק קאָפּצעטל אין בילדל" msgid "Unspecified error" msgstr "" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 #, fuzzy msgid "Printer" msgstr "דרוק" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 #, fuzzy msgid "Location" msgstr "סעלעקציע: " #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 #, fuzzy msgid "C_urrent Page" msgstr "שאַף" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" msgstr "" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "פֿאַרװאַנדל נאָמען" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 #, fuzzy msgid "C_ollate" msgstr "שאַף" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 #, fuzzy msgid "_Reverse" msgstr "װי פֿריִער" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 #, fuzzy msgid "Page Ordering" msgstr "װאָרענונג" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 #, fuzzy msgid "Left to right" msgstr "לר”ס לינקס־ביז־רעכטס סימן" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 #, fuzzy msgid "Right to left" msgstr "דרוק" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 #, fuzzy msgid "Pages per _side:" msgstr "נאַטורן" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 #, fuzzy msgid "Page or_dering:" msgstr "נאַטורן" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 #, fuzzy msgid "_Only print:" msgstr "דרוק" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 #, fuzzy msgid "Sc_ale:" msgstr "באַטרעף" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 #, fuzzy msgid "Paper _type:" msgstr "נאַטורן" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 #, fuzzy msgid "Paper _source:" msgstr "נאַטורן" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 #, fuzzy msgid "_Now" msgstr "נײן" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 #, fuzzy msgid "On _hold" msgstr "פֿעט" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 #, fuzzy msgid "Color" msgstr "פֿאַרב" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 #, fuzzy msgid "Print" msgstr "דרוק" diff --git a/po/zh_CN.po b/po/zh_CN.po index 1a92fb4349..0865a15b9f 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -13,9 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" -"+&component=general\n" -"POT-Creation-Date: 2009-03-11 23:27+0000\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-03-12 16:45+0800\n" "Last-Translator: Deng Xiyue \n" "Language-Team: i18n-zh \n" @@ -24,58 +23,58 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: ../gdk/gdk.c:103 +#: gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "解析选项 --gdk-debug 出错" -#: ../gdk/gdk.c:123 +#: gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "解析选项 --gdk-no-debug 时出错" #. Description of --class=CLASS in --help output -#: ../gdk/gdk.c:151 +#: gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "窗口管理器所使用的程序类" #. Placeholder in --class=CLASS in --help output -#: ../gdk/gdk.c:152 +#: gdk/gdk.c:152 msgid "CLASS" msgstr "类" #. Description of --name=NAME in --help output -#: ../gdk/gdk.c:154 +#: gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "窗口管理其所使用的程序名" #. Placeholder in --name=NAME in --help output -#: ../gdk/gdk.c:155 +#: gdk/gdk.c:155 msgid "NAME" msgstr "名称" #. Description of --display=DISPLAY in --help output -#: ../gdk/gdk.c:157 +#: gdk/gdk.c:157 msgid "X display to use" msgstr "要使用的 X 显示" #. Placeholder in --display=DISPLAY in --help output -#: ../gdk/gdk.c:158 +#: gdk/gdk.c:158 msgid "DISPLAY" msgstr "显示" #. Description of --screen=SCREEN in --help output -#: ../gdk/gdk.c:160 +#: gdk/gdk.c:160 msgid "X screen to use" msgstr "要使用的 X 屏幕" #. Placeholder in --screen=SCREEN in --help output -#: ../gdk/gdk.c:161 +#: gdk/gdk.c:161 msgid "SCREEN" msgstr "屏幕" #. Description of --gdk-debug=FLAGS in --help output -#: ../gdk/gdk.c:164 +#: gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "要设置的 Gdk 调试标志" @@ -83,669 +82,662 @@ msgstr "要设置的 Gdk 调试标志" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 +#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 msgid "FLAGS" msgstr "标志" #. Description of --gdk-no-debug=FLAGS in --help output -#: ../gdk/gdk.c:167 +#: gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "要取消的 Gdk 调试标志" -#: ../gdk/keyname-table.h:3940 +#: gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "退格" -#: ../gdk/keyname-table.h:3941 +#: gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "制表" -#: ../gdk/keyname-table.h:3942 +#: gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "回车" -#: ../gdk/keyname-table.h:3943 +#: gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "暂停" -#: ../gdk/keyname-table.h:3944 +#: gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "滚动锁" -#: ../gdk/keyname-table.h:3945 +#: gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "系统请求" -#: ../gdk/keyname-table.h:3946 +#: gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "退出" -#: ../gdk/keyname-table.h:3947 +#: gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_key" -#: ../gdk/keyname-table.h:3948 +#: gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: ../gdk/keyname-table.h:3949 +#: gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "左" -#: ../gdk/keyname-table.h:3950 +#: gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "上" -#: ../gdk/keyname-table.h:3951 +#: gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "右" -#: ../gdk/keyname-table.h:3952 +#: gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "下" -#: ../gdk/keyname-table.h:3953 +#: gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "向上翻页" -#: ../gdk/keyname-table.h:3954 +#: gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "向下翻页" -#: ../gdk/keyname-table.h:3955 +#: gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" -#: ../gdk/keyname-table.h:3956 +#: gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" -#: ../gdk/keyname-table.h:3957 +#: gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "打印" -#: ../gdk/keyname-table.h:3958 +#: gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "插入" -#: ../gdk/keyname-table.h:3959 +#: gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "数字锁" -#: ../gdk/keyname-table.h:3960 +#: gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Space" -#: ../gdk/keyname-table.h:3961 +#: gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Tab" -#: ../gdk/keyname-table.h:3962 +#: gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Enter" -#: ../gdk/keyname-table.h:3963 +#: gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP_Home" -#: ../gdk/keyname-table.h:3964 +#: gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP_Left" -#: ../gdk/keyname-table.h:3965 +#: gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP_Left" -#: ../gdk/keyname-table.h:3966 +#: gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP_Right" -#: ../gdk/keyname-table.h:3967 +#: gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP_Down" -#: ../gdk/keyname-table.h:3968 +#: gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_PageUp" -#: ../gdk/keyname-table.h:3969 +#: gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP_Prior" -#: ../gdk/keyname-table.h:3970 +#: gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_PageDown" -#: ../gdk/keyname-table.h:3971 +#: gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP_Next" -#: ../gdk/keyname-table.h:3972 +#: gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "KP_End" -#: ../gdk/keyname-table.h:3973 +#: gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP_Begin" -#: ../gdk/keyname-table.h:3974 +#: gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP_Insert" -#: ../gdk/keyname-table.h:3975 +#: gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP_Delete" -#: ../gdk/keyname-table.h:3976 +#: gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Delete" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 +#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 +#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "打开文件“%s”失败:%s" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 +#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "图像文件“%s”没有内容" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 +#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "载入图像“%s”失败:原因未知,可能是图像文件已损坏" -#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " "animation file" msgstr "载入动画“%s”失败:原因未知,可能是动画文件已损坏" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 +#: gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "加载用来载入图像的模块失败:%s:%s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 +#: gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " "from a different GTK version?" msgstr "图像载入模块 %s 没有导出正确的接口;它是否属于另一个 GTK 版本?" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 +#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "不支持图像类型“%s”" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 +#: gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "识别文件“%s”的图像文件格式失败" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 +#: gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "无法识别的图像文件格式" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "载入图像“%s”失败:%s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 +#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "写入图像文件时出错:%s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "此 gdk-pixbuf 不支持要保存的图像格式:%s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "内存不足以保存回调的图像" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "打开临时文件失败" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "从临时文件读取失败" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "打开“%s”进行写入失败:%s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" "s" msgstr "写入图像时无法关闭“%s”,可能没有保存数据:%s" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "内存不足以将图像保存至缓冲区" -#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "写入图像流时出错" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " "but didn't give a reason for the failure" msgstr "内部错误:图像载入模块“%s”完成某操作失败,但没有给出任何原因" -#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "图像类型“%s”不支持渐进式载入" -#: ../gdk-pixbuf/gdk-pixdata.c:147 +#: gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "图像头损坏" -#: ../gdk-pixbuf/gdk-pixdata.c:152 +#: gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "图像格式未知" -#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 +#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "图像像素数据损坏" -#: ../gdk-pixbuf/gdk-pixdata.c:431 +#: gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "分配 %u 字节的图像缓冲区失败" -#: ../gdk-pixbuf/io-ani.c:244 +#: gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "动画中有未预期的图标块" -#: ../gdk-pixbuf/io-ani.c:337 +#: gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "不支持的动画类型" -#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 -#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 -#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 +#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 +#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "动画头无效" -#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 -#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 -#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 +#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 +#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "内存不足以载入动画" -#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 -#: ../gdk-pixbuf/io-ani.c:443 +#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "动画中的块格式错误" -#: ../gdk-pixbuf/io-ani.c:711 +#: gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "ANI 图像格式" -#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 -#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 -#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 +#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 +#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "BMP 图像有伪造的头数据" -#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 +#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "内存不足以载入位图图像" -#: ../gdk-pixbuf/io-bmp.c:319 +#: gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "不支持的 BMP 图像头大小" -#: ../gdk-pixbuf/io-bmp.c:357 +#: gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "无法压缩自上而下的 BMP 图像" -#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 +#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "文件过早结束" -#: ../gdk-pixbuf/io-bmp.c:1329 +#: gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "无法分配内存来保存 BMP 文件" -#: ../gdk-pixbuf/io-bmp.c:1370 +#: gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "无法写入 BMP 文件" -#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 +#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "BMP 图像格式" -#: ../gdk-pixbuf/io-gif.c:222 +#: gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "读入 GIF 失败:%s" -#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 -#: ../gdk-pixbuf/io-gif.c:1642 +#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "GIF 文件缺少了某些数据(可能文件被截短了?)" -#: ../gdk-pixbuf/io-gif.c:505 +#: gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "GIF 文件载入模块产生内部程序错误(%s)" -#: ../gdk-pixbuf/io-gif.c:579 +#: gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "栈溢出" -#: ../gdk-pixbuf/io-gif.c:639 +#: gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "GIF 文件载入模块无法分析此图像。" -#: ../gdk-pixbuf/io-gif.c:668 +#: gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "遇到了错误的代码" -#: ../gdk-pixbuf/io-gif.c:678 +#: gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "GIF 文件中的表项循环" -#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 -#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 +#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 +#: gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "内存不足以载入 GIF 文件" -#: ../gdk-pixbuf/io-gif.c:960 +#: gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "内存不足以构建 GIF 文件中的一帧" -#: ../gdk-pixbuf/io-gif.c:1132 +#: gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "GIF 图像已损坏(不正确的 LZW 压缩数据)" -#: ../gdk-pixbuf/io-gif.c:1182 +#: gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "文件好像不是 GIF 文件" -#: ../gdk-pixbuf/io-gif.c:1194 +#: gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "不支持 %s 版本的 GIF 文件格式" -#: ../gdk-pixbuf/io-gif.c:1303 +#: gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." msgstr "GIF 图像没有全局色彩表,它其中的一帧也没有局部色彩表。" -#: ../gdk-pixbuf/io-gif.c:1537 +#: gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "GIF 文件被截断或是不完整。" -#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 +#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "GIF 图像格式" -#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 -#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 -#: ../gdk-pixbuf/io-ico.c:359 +#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 +#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "图标头无效" -#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 -#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 -#: ../gdk-pixbuf/io-ico.c:462 +#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 +#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "内存不足以载入图标" -#: ../gdk-pixbuf/io-ico.c:322 +#: gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "图标宽度为零" -#: ../gdk-pixbuf/io-ico.c:332 +#: gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "图标高度为零" -#: ../gdk-pixbuf/io-ico.c:384 +#: gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "不支持压缩图标" -#: ../gdk-pixbuf/io-ico.c:417 +#: gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "不支持的图标类型" -#: ../gdk-pixbuf/io-ico.c:511 +#: gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "内存不足以载入 ICO 文件" -#: ../gdk-pixbuf/io-ico.c:976 +#: gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "图像太大,无法另存为 ICO" -#: ../gdk-pixbuf/io-ico.c:987 +#: gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "光标热点位于图像外" -#: ../gdk-pixbuf/io-ico.c:1010 +#: gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "不支持的 ICO 文件深度:%d" -#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 +#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "ICO 图像格式" -#: ../gdk-pixbuf/io-icns.c:347 +#: gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "读入 ICNS 图像文件时发生错误:%s" -#: ../gdk-pixbuf/io-icns.c:364 +#: gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "无法解码 ICNS 文件" -#: ../gdk-pixbuf/io-icns.c:397 +#: gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "ICNS 图像格式" -#: ../gdk-pixbuf/io-jasper.c:75 +#: gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "无法为流分配内存" -#: ../gdk-pixbuf/io-jasper.c:105 +#: gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "无法解码图像" -#: ../gdk-pixbuf/io-jasper.c:123 +#: gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "已转换的 JPEG2000 的宽度或高度为零" -#: ../gdk-pixbuf/io-jasper.c:137 +#: gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "目前不支持该图像类型" -#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 +#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "无法为色彩配置分配内存" -#: ../gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "内存不足以打开 JPEG 2000 文件" -#: ../gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "无法为缓冲图像数据分配内存" -#: ../gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 图像格式" -#: ../gdk-pixbuf/io-jpeg.c:117 +#: gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "分析 JPEG 图像文件时出错(%s)" -#: ../gdk-pixbuf/io-jpeg.c:529 +#: gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" msgstr "内存不足以载入图像,试试关闭其它应用程序来释放内存" -#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 +#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "不支持的 JPEG 色彩空间(%s)" -#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 -#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 +#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 +#: gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "无法分配内存来载入 JPEG 文件" -#: ../gdk-pixbuf/io-jpeg.c:920 +#: gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "变形 JPEG 宽度或高度为零。" -#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 +#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " "parsed." msgstr "JPEG 质量一定要在 0 至 100 之间;无法解析数值“%s”。" -#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 +#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG 质量一定要在 0 至 100 之间;不允许使用数值“%d”。" -#: ../gdk-pixbuf/io-jpeg.c:1309 ../gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG 图像格式" -#: ../gdk-pixbuf/io-pcx.c:187 +#: gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "无法为头分配内存" -#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 +#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "无法为上下文缓冲区分配内存" -#: ../gdk-pixbuf/io-pcx.c:601 +#: gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "图像的宽度和/或高度无效" -#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 +#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "图像有不支持的 bpp" -#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 +#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "图像有不支持的 %d 位色盘" -#: ../gdk-pixbuf/io-pcx.c:642 +#: gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "无法创建新像素缓冲" -#: ../gdk-pixbuf/io-pcx.c:650 +#: gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "无法为线形数据分配内存" -#: ../gdk-pixbuf/io-pcx.c:657 +#: gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "无法为调色板数据分配内存" -#: ../gdk-pixbuf/io-pcx.c:704 +#: gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "未获得 PCX 图像的全部线形" -#: ../gdk-pixbuf/io-pcx.c:711 +#: gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "在 PCX 数据结尾未发现调色板" -#: ../gdk-pixbuf/io-pcx.c:756 +#: gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "PCX 图像格式" -#: ../gdk-pixbuf/io-png.c:55 +#: gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "PNG 图像的每通道位数无效。" -#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 +#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "变形 PNG 宽度或高度为零。" -#: ../gdk-pixbuf/io-png.c:144 +#: gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "变形 PNG 每通道位数不是 8。" -#: ../gdk-pixbuf/io-png.c:153 +#: gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "变形 PNG 不是 RGB 或 RGBA。" -#: ../gdk-pixbuf/io-png.c:162 +#: gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "变形 PNG 含有不支持的通道数,必须是 3 或 4。" -#: ../gdk-pixbuf/io-png.c:183 +#: gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "PNG 图像文件里有严重错误:%s" -#: ../gdk-pixbuf/io-png.c:310 +#: gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "内存不足以载入 PNG 文件" -#: ../gdk-pixbuf/io-png.c:633 +#: gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -753,452 +745,448 @@ msgid "" msgstr "" "内存不足以载入大小为 %ld x %ld 的图像;试试关闭其它应用程序以减少内存使用量" -#: ../gdk-pixbuf/io-png.c:684 +#: gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "读入 PNG 图像文件时发生严重错误" -#: ../gdk-pixbuf/io-png.c:733 +#: gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "读入 PNG 图像文件时发生严重错误:%s" -#: ../gdk-pixbuf/io-png.c:825 +#: gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "PNG 文本块的关键字必须至少有 1 个字符,最多有 79 个字符。" -#: ../gdk-pixbuf/io-png.c:833 +#: gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "PNG 文本块的关键字必须是 ASCII 字符。" -#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 +#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " "be parsed." msgstr "PNG 压缩级别一定要在 0 至 9 之间;无法解析数值“%s”。" -#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 +#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " "allowed." msgstr "PNG 压缩级别一定要在 0 至 9 之间;不允许使用数值“%d”。" -#: ../gdk-pixbuf/io-png.c:896 +#: gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "PNG 文本块 %s 的值无法转换为 ISO-8859-1 编码。" -#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 +#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "PNG 图像格式" -#: ../gdk-pixbuf/io-pnm.c:250 +#: gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "PNM 载入模块找不到要找的整数" -#: ../gdk-pixbuf/io-pnm.c:282 +#: gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "PNM 文件的第一个字节不正确" -#: ../gdk-pixbuf/io-pnm.c:312 +#: gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "PNG 文件不是以可识别的 PNM 副格式存储的" -#: ../gdk-pixbuf/io-pnm.c:337 +#: gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "PNM 文件的图像宽度为 0" -#: ../gdk-pixbuf/io-pnm.c:358 +#: gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "PNM 文件的图像高度为 0" -#: ../gdk-pixbuf/io-pnm.c:381 +#: gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "PNM 文件中最大可用颜色数为 0" -#: ../gdk-pixbuf/io-pnm.c:389 +#: gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "PNM 文件中最大可用颜色数过大" -#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 -#: ../gdk-pixbuf/io-pnm.c:504 +#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "原始 PNM 图像类型无效" -#: ../gdk-pixbuf/io-pnm.c:654 +#: gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "PNM 载入程序不支持这种 PNM 副格式" -#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 +#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "原始 PNM 格式在样本数据前精确需要一个空格" -#: ../gdk-pixbuf/io-pnm.c:768 +#: gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "无法分配内存来载入 PNM 图像" -#: ../gdk-pixbuf/io-pnm.c:818 +#: gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "内存不足以载入 PNM 的上下文结构" -#: ../gdk-pixbuf/io-pnm.c:869 +#: gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "PNM 图像数据过早结束" -#: ../gdk-pixbuf/io-pnm.c:997 +#: gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "内存不足以载入 PNM 文件" -#: ../gdk-pixbuf/io-pnm.c:1081 +#: gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "PNM/PBM/PGM/PPM 图像格式族" -#: ../gdk-pixbuf/io-ras.c:126 +#: gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "RAS 图像有伪造的头数据" -#: ../gdk-pixbuf/io-ras.c:148 +#: gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "RAS 图像类型未知" -#: ../gdk-pixbuf/io-ras.c:156 +#: gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "不支持的 RAS 图像变种" -#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 +#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "内存不足以载入 RAS 图像" -#: ../gdk-pixbuf/io-ras.c:545 +#: gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Sun 光栅图像格式" -#: ../gdk-pixbuf/io-tga.c:154 +#: gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "无法为 IOBuffer 结构分配内存" -#: ../gdk-pixbuf/io-tga.c:173 +#: gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "无法为 IOBuffer 数据分配内存" -#: ../gdk-pixbuf/io-tga.c:184 +#: gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "无法重新分配 IOBuffer 数据" -#: ../gdk-pixbuf/io-tga.c:214 +#: gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "无法为临时 IOBuffer 数据分配内存" -#: ../gdk-pixbuf/io-tga.c:347 +#: gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "无法分配新像素缓冲" -#: ../gdk-pixbuf/io-tga.c:687 +#: gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "无法分配色彩表结构" -#: ../gdk-pixbuf/io-tga.c:694 +#: gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "无法分配色彩表项" -#: ../gdk-pixbuf/io-tga.c:716 +#: gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "未预期的色彩表项位深" -#: ../gdk-pixbuf/io-tga.c:734 +#: gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "无法分配 TGA 头内存" -#: ../gdk-pixbuf/io-tga.c:767 +#: gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "TGA 图像尺寸无效" -#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 -#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 -#: ../gdk-pixbuf/io-tga.c:809 +#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 +#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "不支持 TGA 图像类型" -#: ../gdk-pixbuf/io-tga.c:856 +#: gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "无法为 TGA 上下文结构分配内存" -#: ../gdk-pixbuf/io-tga.c:921 +#: gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "文件中的数据超额" -#: ../gdk-pixbuf/io-tga.c:1002 +#: gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Targa 图像格式" -#: ../gdk-pixbuf/io-tiff.c:160 +#: gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "无法取得图像宽度(TIFF 文件损坏)" -#: ../gdk-pixbuf/io-tiff.c:167 +#: gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "无法取得图像高度(TIFF 文件损坏)" -#: ../gdk-pixbuf/io-tiff.c:175 +#: gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "TIFF 图像的宽度或高度为零" -#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 +#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "TIFF 图像的尺寸太大" -#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 -#: ../gdk-pixbuf/io-tiff.c:541 +#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "内存不足以打开 TIFF 文件" -#: ../gdk-pixbuf/io-tiff.c:275 +#: gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "载入 TIFF 文件里的 RGB 数据失败" -#: ../gdk-pixbuf/io-tiff.c:331 +#: gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "打开 TIFF 图像失败" -#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 +#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "TIFFClose 操作失败" -#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 +#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "载入 TIFF 图像失败" -#: ../gdk-pixbuf/io-tiff.c:670 +#: gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "保存 TIFF 图像失败" -#: ../gdk-pixbuf/io-tiff.c:708 +#: gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "写入 TIFF 图像失败" -#: ../gdk-pixbuf/io-tiff.c:760 +#: gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "无法写入 TIFF 文件" -#: ../gdk-pixbuf/io-tiff.c:815 +#: gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "TIFF 图像格式" -#: ../gdk-pixbuf/io-wbmp.c:246 +#: gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "图像宽度为零" -#: ../gdk-pixbuf/io-wbmp.c:264 +#: gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "图像高度为零" -#: ../gdk-pixbuf/io-wbmp.c:275 +#: gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "内存不足以载入图像" -#: ../gdk-pixbuf/io-wbmp.c:334 +#: gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "无法保存剩余部分" -#: ../gdk-pixbuf/io-wbmp.c:375 +#: gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "WBMP 图像格式" -#: ../gdk-pixbuf/io-xbm.c:295 +#: gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "XBM 文件无效" -#: ../gdk-pixbuf/io-xbm.c:305 +#: gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "内存不足以载入 XBM 图像文件" -#: ../gdk-pixbuf/io-xbm.c:453 +#: gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "载入 XBM 图像时无法写入临时文件" -#: ../gdk-pixbuf/io-xbm.c:492 +#: gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "XBM 图像格式" -#: ../gdk-pixbuf/io-xpm.c:468 +#: gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "找不到 XPM 头" -#: ../gdk-pixbuf/io-xpm.c:477 +#: gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "无效的 XBM 头" -#: ../gdk-pixbuf/io-xpm.c:485 +#: gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "XPM 文件图像宽度 <= 0" -#: ../gdk-pixbuf/io-xpm.c:493 +#: gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "XPM 文件图像高度 <= 0" -#: ../gdk-pixbuf/io-xpm.c:501 +#: gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM 每个像素占用的字节数目无效" -#: ../gdk-pixbuf/io-xpm.c:510 +#: gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "XPM 文件图像颜色数目不正确" -#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 -#: ../gdk-pixbuf/io-xpm.c:583 +#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "无法分配内存来载入 XPM 图像" -#: ../gdk-pixbuf/io-xpm.c:545 +#: gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "无法读入 XPM 色彩表" -#: ../gdk-pixbuf/io-xpm.c:777 +#: gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "载入 XPM 图像时写入临时文件失败" -#: ../gdk-pixbuf/io-xpm.c:816 +#: gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "XPM 图像格式" -#: ../gdk-pixbuf/io-gdip-emf.c:59 +#: gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "EMF 图像格式" -#: ../gdk-pixbuf/io-gdip-utils.c:220 +#: gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "无法分配内存:%s" -#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 -#: ../gdk-pixbuf/io-gdip-utils.c:394 +#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 +#: gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "无法创建流:%s" -#: ../gdk-pixbuf/io-gdip-utils.c:259 +#: gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "无法搜索流:%s" -#: ../gdk-pixbuf/io-gdip-utils.c:271 +#: gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "无法从流中读取:%s" -#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 +#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "无法装入位图" -#: ../gdk-pixbuf/io-gdip-utils.c:838 +#: gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "无法装入元文件" -#: ../gdk-pixbuf/io-gdip-utils.c:997 +#: gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "不支持的 GDI+ 图像格式" -#: ../gdk-pixbuf/io-gdip-utils.c:1004 +#: gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "无法保存" -#: ../gdk-pixbuf/io-gdip-wmf.c:58 +#: gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "WMF 图像格式" #. Description of --sync in --help output -#: ../gdk/win32/gdkmain-win32.c:54 +#: gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "不对 GDI 请求批处理" #. Description of --no-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:56 +#: gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "不使用 Wintab API 来支持 tablet" #. Description of --ignore-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:58 +#: gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "与 --no-wintab 相同" #. Description of --use-wintab in --help output -#: ../gdk/win32/gdkmain-win32.c:60 +#: gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "使用 Wintab API [默认]" #. Description of --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:62 +#: gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "8 位模式调色板大小" #. Placeholder in --max-colors=COLORS in --help output -#: ../gdk/win32/gdkmain-win32.c:63 +#: gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "颜色" #. Description of --sync in --help output -#: ../gdk/x11/gdkmain-x11.c:92 +#: gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "同步调用 X" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 +#: gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "正在启动 %s" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 +#: gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "打开 %s" -#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 +#: gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "打开 %d 项" -#: ../gtk/gtkaboutdialog.c:267 ../gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "许可" -#: ../gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "程序的许可协议" #. Add the credits button -#: ../gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "致谢(_R)" #. Add the license button -#: ../gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "许可(_L)" -#: ../gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "关于 %s" -#: ../gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "致谢" -#: ../gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "编写者" -#: ../gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "文档撰写者" -#: ../gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "翻译者" -#: ../gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "美工" @@ -1207,7 +1195,7 @@ msgstr "美工" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:91 +#: gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1217,7 +1205,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:97 +#: gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1227,7 +1215,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:103 +#: gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1237,7 +1225,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:671 +#: gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1247,7 +1235,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:684 +#: gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1257,32 +1245,37 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: ../gtk/gtkaccellabel.c:698 +#: gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: ../gtk/gtkaccellabel.c:715 +#: gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Space" -#: ../gtk/gtkaccellabel.c:718 +#: gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "\\" -#: ../gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "无效的类型函数:“%s”" -#: ../gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "无效的根元素:“%s”" -#: ../gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "未处理的标记:“%s”" @@ -1296,7 +1289,7 @@ msgstr "未处理的标记:“%s”" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: ../gtk/gtkcalendar.c:758 +#: gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:YM" @@ -1304,7 +1297,7 @@ msgstr "calendar:YM" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: ../gtk/gtkcalendar.c:796 +#: gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1313,7 +1306,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: ../gtk/gtkcalendar.c:1803 +#: gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1328,7 +1321,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 +#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1344,7 +1337,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 +#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1360,7 +1353,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: ../gtk/gtkcalendar.c:2146 +#: gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1368,7 +1361,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: ../gtk/gtkcellrendereraccel.c:243 +#: gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "禁用" @@ -1377,112 +1370,112 @@ msgstr "禁用" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: ../gtk/gtkcellrendereraccel.c:376 ../gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "新建加速键..." -#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 +#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 +#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "拾取颜色" -#: ../gtk/gtkcolorbutton.c:448 +#: gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "收到了无效的颜色数据\n" -#: ../gtk/gtkcolorsel.c:354 +#: gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." msgstr "在外围环中选择您要的颜色。在内部三角形中选择该颜色的明暗度。" -#: ../gtk/gtkcolorsel.c:378 +#: gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." msgstr "单击滴管,然后点屏幕任何一处来选取该位置的颜色。" -#: ../gtk/gtkcolorsel.c:387 +#: gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "色调(_H):" -#: ../gtk/gtkcolorsel.c:388 +#: gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "在色相环中的位置。" -#: ../gtk/gtkcolorsel.c:390 +#: gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "饱和度(_S):" -#: ../gtk/gtkcolorsel.c:391 +#: gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "颜色的“深度”。" -#: ../gtk/gtkcolorsel.c:392 +#: gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "值(_V):" -#: ../gtk/gtkcolorsel.c:393 +#: gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "颜色的亮度。" -#: ../gtk/gtkcolorsel.c:394 +#: gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "红(_R):" -#: ../gtk/gtkcolorsel.c:395 +#: gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "颜色中的红色分量。" -#: ../gtk/gtkcolorsel.c:396 +#: gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "绿(_G):" -#: ../gtk/gtkcolorsel.c:397 +#: gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "颜色中的绿色分量。" -#: ../gtk/gtkcolorsel.c:398 +#: gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "蓝(_B):" -#: ../gtk/gtkcolorsel.c:399 +#: gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "颜色中的蓝色分量。" -#: ../gtk/gtkcolorsel.c:402 +#: gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "透明度(_A):" -#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 +#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "颜色的透明度。" -#: ../gtk/gtkcolorsel.c:426 +#: gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "颜色名称(_N):" -#: ../gtk/gtkcolorsel.c:440 +#: gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." msgstr "" "您可以在此栏输入 HTML 风格的十六进制颜色值,或是像“orange”这样的颜色名称。" -#: ../gtk/gtkcolorsel.c:470 +#: gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "调色板(_P):" -#: ../gtk/gtkcolorsel.c:499 +#: gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "色相环" -#: ../gtk/gtkcolorsel.c:976 +#: gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1491,17 +1484,17 @@ msgstr "" "先前选中的颜色,相对于您正选中的颜色。您可以拖动此颜色到调色板,或拖动此颜色" "到下一个颜色样品格内以作为当前选中颜色。" -#: ../gtk/gtkcolorsel.c:980 +#: gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." msgstr "您选择的颜色。您可以拖动此颜色到调色板并将之保存供以后使用。" -#: ../gtk/gtkcolorsel.c:1363 +#: gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "在此保存颜色(_S)" -#: ../gtk/gtkcolorsel.c:1568 +#: gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1509,55 +1502,55 @@ msgstr "" "单击此调色板项可以将其变为当前颜色。要更改此项,请将颜色拖曳到此处,或者用鼠" "标右键单击之,然后选择“在此保存颜色”。" -#: ../gtk/gtkcolorseldialog.c:170 +#: gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "颜色选择" -#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "输入法(_M)" -#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "插入 Unicode 控制字符(_I)" -#: ../gtk/gtkentry.c:9797 +#: gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "大写锁已打开" -#: ../gtk/gtkfilechooserbutton.c:64 +#: gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "选择文件" -#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 +#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "桌面" -#: ../gtk/gtkfilechooserbutton.c:66 +#: gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(无)" -#: ../gtk/gtkfilechooserbutton.c:2014 +#: gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "其它..." -#: ../gtk/gtkfilechooserdefault.c:1059 +#: gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "无法获取关于文件的信息" -#: ../gtk/gtkfilechooserdefault.c:1070 +#: gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "无法添加书签" -#: ../gtk/gtkfilechooserdefault.c:1081 +#: gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "无法删除书签" -#: ../gtk/gtkfilechooserdefault.c:1092 +#: gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "无法创建文件夹" -#: ../gtk/gtkfilechooserdefault.c:1105 +#: gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1565,11 +1558,11 @@ msgstr "" "无法创建文件夹,因为已经存在同名文件。请试着为文件夹使用不同的名称,或者先重" "命名文件。" -#: ../gtk/gtkfilechooserdefault.c:1116 +#: gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "无效的文件名" -#: ../gtk/gtkfilechooserdefault.c:1126 +#: gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "无法显示文件夹内容" @@ -1577,226 +1570,226 @@ msgstr "无法显示文件夹内容" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: ../gtk/gtkfilechooserdefault.c:1676 +#: gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%2$s 上的 %1$s" -#: ../gtk/gtkfilechooserdefault.c:1852 +#: gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "搜索" -#: ../gtk/gtkfilechooserdefault.c:1876 +#: gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "最近使用的" -#: ../gtk/gtkfilechooserdefault.c:2510 +#: gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "选择要显示的文件类型" -#: ../gtk/gtkfilechooserdefault.c:2939 +#: gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "将文件夹“%s”添加到书签" -#: ../gtk/gtkfilechooserdefault.c:2980 +#: gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "将当前文件夹添加到书签" -#: ../gtk/gtkfilechooserdefault.c:2982 +#: gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "将选中文件夹添加到书签" -#: ../gtk/gtkfilechooserdefault.c:3022 +#: gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "删除书签“%s”" -#: ../gtk/gtkfilechooserdefault.c:3740 +#: gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "删除" -#: ../gtk/gtkfilechooserdefault.c:3749 +#: gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "重命名..." #. Accessible object name for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3895 +#: gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "位置" #. Column header for the file chooser's shortcuts pane -#: ../gtk/gtkfilechooserdefault.c:3952 +#: gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "位置(_R)" -#: ../gtk/gtkfilechooserdefault.c:4008 +#: gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "添加(_A)" -#: ../gtk/gtkfilechooserdefault.c:4015 +#: gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "将选中的文件夹添加到书签" -#: ../gtk/gtkfilechooserdefault.c:4020 +#: gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "删除(_R)" -#: ../gtk/gtkfilechooserdefault.c:4027 +#: gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "删除选中的书签" -#: ../gtk/gtkfilechooserdefault.c:4136 +#: gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "无法选择文件" -#: ../gtk/gtkfilechooserdefault.c:4311 +#: gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "添加到书签(_A)" -#: ../gtk/gtkfilechooserdefault.c:4325 +#: gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "显示隐藏文件(_H)" -#: ../gtk/gtkfilechooserdefault.c:4332 +#: gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "显示大小列(_S)" -#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 +#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 msgid "Files" msgstr "文件" -#: ../gtk/gtkfilechooserdefault.c:4636 +#: gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "名称" -#: ../gtk/gtkfilechooserdefault.c:4661 +#: gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "大小" -#: ../gtk/gtkfilechooserdefault.c:4675 +#: gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "修改日期" #. Label -#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 +#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "名称(_N):" -#: ../gtk/gtkfilechooserdefault.c:4938 +#: gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "浏览其它文件夹(_B)" -#: ../gtk/gtkfilechooserdefault.c:5208 +#: gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "输入文件名" #. Create Folder -#: ../gtk/gtkfilechooserdefault.c:5245 +#: gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "创建文件夹(_L)" -#: ../gtk/gtkfilechooserdefault.c:5255 +#: gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "位置(_L):" -#: ../gtk/gtkfilechooserdefault.c:5459 +#: gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "保存于文件夹(_F):" -#: ../gtk/gtkfilechooserdefault.c:5461 +#: gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "创建于文件夹(_F):" -#: ../gtk/gtkfilechooserdefault.c:7151 +#: gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "无法更改为文件夹,因为该文件夹并非本地" -#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 +#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "快捷方式 %s 已经存在" -#: ../gtk/gtkfilechooserdefault.c:7887 +#: gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "快捷方式 %s 不存在" -#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 +#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "已经存在名为“%s”的文件。您是否想要替换?" -#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 +#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "文件已经在“%s”中存在了。替换该文件将覆盖其中的内容。" -#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 +#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "替换(_R)" -#: ../gtk/gtkfilechooserdefault.c:8914 +#: gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "无法开启搜索进程" -#: ../gtk/gtkfilechooserdefault.c:8915 +#: gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." msgstr "程序无法连接到索引守护进程。请确保它在运行。" -#: ../gtk/gtkfilechooserdefault.c:8929 +#: gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "无法发送搜索请求" #. Label -#: ../gtk/gtkfilechooserdefault.c:9396 +#: gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "搜索(_S):" -#: ../gtk/gtkfilechooserdefault.c:10349 +#: gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "无法挂载 %s" -#: ../gtk/gtkfilechooserdefault.c:11024 +#: gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "输入新建文件夹的名称" -#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 -#: ../gtk/gtkfilechooserdefault.c:11295 +#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 +#: gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "未知" -#: ../gtk/gtkfilechooserdefault.c:11242 +#: gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: ../gtk/gtkfilechooserdefault.c:11244 +#: gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "昨天于 %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 +#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "无效的路径" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1095 +#: gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "未找到匹配" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: ../gtk/gtkfilechooserentry.c:1106 +#: gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "唯一补全" @@ -1804,13 +1797,13 @@ msgstr "唯一补全" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: ../gtk/gtkfilechooserentry.c:1122 +#: gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "进行补全,但不唯一" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: ../gtk/gtkfilechooserentry.c:1154 +#: gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "正在补全..." @@ -1818,7 +1811,7 @@ msgstr "正在补全..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 +#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "只能选择本地文件" @@ -1826,41 +1819,41 @@ msgstr "只能选择本地文件" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: ../gtk/gtkfilechooserentry.c:1185 +#: gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "主机名不完整;请在其末尾加上“/”" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: ../gtk/gtkfilechooserentry.c:1196 +#: gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "路径不存在" -#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 -#: ../gtk/gtkfilesel.c:1358 +#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 +#: gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "创建目录“%s”时出错:%s" -#: ../gtk/gtkfilesel.c:694 +#: gtk/gtkfilesel.c:694 msgid "Folders" msgstr "文件夹" -#: ../gtk/gtkfilesel.c:698 +#: gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "文件夹(_D)" -#: ../gtk/gtkfilesel.c:734 +#: gtk/gtkfilesel.c:734 msgid "_Files" msgstr "文件(_F)" -#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 +#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "文件夹不可读:%s" -#: ../gtk/gtkfilesel.c:905 +#: gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1870,88 +1863,88 @@ msgstr "" "文件“%s”位于另一台(名为 %s)机器上,可能无法被本程序访问。\n" "您确定要选择它吗?" -#: ../gtk/gtkfilesel.c:1020 +#: gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "新建文件夹(_N)" -#: ../gtk/gtkfilesel.c:1031 +#: gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "删除文件(_L)" -#: ../gtk/gtkfilesel.c:1042 +#: gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "重命名文件(_R)" -#: ../gtk/gtkfilesel.c:1347 +#: gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "文件夹名称“%s”含有不允许存在于文件名中的符号" -#: ../gtk/gtkfilesel.c:1392 +#: gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "新建文件夹" -#: ../gtk/gtkfilesel.c:1407 +#: gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "文件夹名称(_F):" -#: ../gtk/gtkfilesel.c:1431 +#: gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "创建(_R)" -#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 +#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "文件名“%s”中含有不允许存在于文件名中的符号" -#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 +#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "删除文件“%s”时出错:%s" -#: ../gtk/gtkfilesel.c:1530 +#: gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "真的要删除文件“%s”吗?" -#: ../gtk/gtkfilesel.c:1535 +#: gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "删除文件" -#: ../gtk/gtkfilesel.c:1583 +#: gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "将文件重命名为“%s”时出错:%s" -#: ../gtk/gtkfilesel.c:1596 +#: gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "重命名文件“%s”时出错:%s" -#: ../gtk/gtkfilesel.c:1605 +#: gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "将文件“%s”重命名为“%s”时出错:%s" -#: ../gtk/gtkfilesel.c:1652 +#: gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "重命名文件" -#: ../gtk/gtkfilesel.c:1667 +#: gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "将文件“%s”重命名为:" -#: ../gtk/gtkfilesel.c:1696 +#: gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "重命名(_R)" -#: ../gtk/gtkfilesel.c:2128 +#: gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "选择(_S):" -#: ../gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1959,15 +1952,15 @@ msgid "" msgstr "" "文件名“%s”无法转换为 UTF-8。(请尝试设置环境变量 G_FILENAME_ENCODING):%s" -#: ../gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "无效的 UTF-8" -#: ../gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "名称太长" -#: ../gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "无法转换文件名" @@ -1976,75 +1969,75 @@ msgstr "无法转换文件名" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: ../gtk/gtkfilesystem.c:52 +#: gtk/gtkfilesystem.c:52 msgid "File System" msgstr "文件系统" -#: ../gtk/gtkfilesystemmodel.c:700 +#: gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "无法获得根文件夹" -#: ../gtk/gtkfilesystemmodel.c:1301 +#: gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(空)" -#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 +#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "拾取字体" #. Initialize fields -#: ../gtk/gtkfontbutton.c:260 +#: gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: ../gtk/gtkfontbutton.c:785 +#: gtk/gtkfontbutton.c:785 msgid "Font" msgstr "字体" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: ../gtk/gtkfontsel.c:75 +#: gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "GNOME 字体测试" -#: ../gtk/gtkfontsel.c:343 +#: gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "字体族(_F):" -#: ../gtk/gtkfontsel.c:349 +#: gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "样式(_S):" -#: ../gtk/gtkfontsel.c:355 +#: gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "大小(_Z):" #. create the text entry widget -#: ../gtk/gtkfontsel.c:532 +#: gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "预览(_P):" -#: ../gtk/gtkfontsel.c:1649 +#: gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "字体选择" -#: ../gtk/gtkgamma.c:408 +#: gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: ../gtk/gtkgamma.c:418 +#: gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Gamma 值(_G)" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: ../gtk/gtkiconfactory.c:1404 +#: gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "载入图标时出错:%s" -#: ../gtk/gtkicontheme.c:1363 +#: gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2056,139 +2049,139 @@ msgstr "" "您可以从下面的位置获得一个副本:\n" "\t%s" -#: ../gtk/gtkicontheme.c:1543 +#: gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "图标“%s”未出现在主题中" -#: ../gtk/gtkicontheme.c:3074 +#: gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "载入图标失败" -#: ../gtk/gtkimmodule.c:527 +#: gtk/gtkimmodule.c:527 msgid "Simple" msgstr "简单" -#: ../gtk/gtkimmulticontext.c:541 +#: gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "系统" -#: ../gtk/gtkimmulticontext.c:625 +#: gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "系统(%s)" -#: ../gtk/gtkinputdialog.c:192 +#: gtk/gtkinputdialog.c:192 msgid "Input" msgstr "输入" -#: ../gtk/gtkinputdialog.c:207 +#: gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "没有扩展的输入设备" -#: ../gtk/gtkinputdialog.c:220 +#: gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "设备(_D):" -#: ../gtk/gtkinputdialog.c:237 +#: gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "禁用" -#: ../gtk/gtkinputdialog.c:244 +#: gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "屏幕" -#: ../gtk/gtkinputdialog.c:251 +#: gtk/gtkinputdialog.c:251 msgid "Window" msgstr "窗口" -#: ../gtk/gtkinputdialog.c:258 +#: gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "模式(_M):" #. The axis listbox -#: ../gtk/gtkinputdialog.c:279 +#: gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "轴" #. Keys listbox -#: ../gtk/gtkinputdialog.c:297 +#: gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "按键" -#: ../gtk/gtkinputdialog.c:524 +#: gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: ../gtk/gtkinputdialog.c:525 +#: gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: ../gtk/gtkinputdialog.c:526 +#: gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "力度(_P):" -#: ../gtk/gtkinputdialog.c:527 +#: gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "X 倾斜(_T):" -#: ../gtk/gtkinputdialog.c:528 +#: gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Y 倾斜(_I):" -#: ../gtk/gtkinputdialog.c:529 +#: gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "滚轮(_W):" -#: ../gtk/gtkinputdialog.c:581 +#: gtk/gtkinputdialog.c:581 msgid "none" msgstr "无" -#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 +#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(禁用)" -#: ../gtk/gtkinputdialog.c:647 +#: gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(未知)" #. and clear button -#: ../gtk/gtkinputdialog.c:751 +#: gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "清除(_E)" -#: ../gtk/gtklinkbutton.c:428 +#: gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "复制 URL" -#: ../gtk/gtklinkbutton.c:586 +#: gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "无效的 URI" #. Description of --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:450 +#: gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "装入额外的 GTK+ 模块" #. Placeholder in --gtk-module=MODULES in --help output -#: ../gtk/gtkmain.c:451 +#: gtk/gtkmain.c:451 msgid "MODULES" msgstr "模块" #. Description of --g-fatal-warnings in --help output -#: ../gtk/gtkmain.c:453 +#: gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "将警告变为严重" #. Description of --gtk-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:456 +#: gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "要设置的 GTK+ 调试标志" #. Description of --gtk-no-debug=FLAGS in --help output -#: ../gtk/gtkmain.c:459 +#: gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "要取消的 GTK+ 调试标志" @@ -2197,66 +2190,65 @@ msgstr "要取消的 GTK+ 调试标志" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: ../gtk/gtkmain.c:707 +#: gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: ../gtk/gtkmain.c:773 +#: gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "无法打开显示:%s" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "GTK+ 选项" -#: ../gtk/gtkmain.c:810 +#: gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "显示 GTK+ 选项" -#: ../gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "连接(_N)" -#: ../gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "匿名连接(_A)" -#: ../gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "连接为用户(_S):" -#: ../gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "用户名(_U):" -#: ../gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "域(_D):" -#: ../gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "密码(_P):" -#: ../gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "立即忘记密码(_I)" -#: ../gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "记到注销之前(_L)" -#: ../gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "永远记住(_F)" -#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 +#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "第 %u 页" -#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 -#: ../gtk/gtkpapersize.c:867 +#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "非法的页面设置文件" @@ -2266,11 +2258,11 @@ msgstr "非法的页面设置文件" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: ../gtk/gtkpagesetupunixdialog.c:152 +#: gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: ../gtk/gtkpagesetupunixdialog.c:308 +#: gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2278,15 +2270,15 @@ msgstr "" "任意打印机\n" "用于便携文档" -#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 +#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "毫米" -#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 +#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "英寸" -#: ../gtk/gtkpagesetupunixdialog.c:915 +#: gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2301,88 +2293,88 @@ msgstr "" " 上:%s %s\n" " 下:%s %s" -#: ../gtk/gtkpagesetupunixdialog.c:964 +#: gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "管理自定义大小..." -#: ../gtk/gtkpagesetupunixdialog.c:1012 +#: gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "格式(_F):" -#: ../gtk/gtkpagesetupunixdialog.c:1034 +#: gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "纸张大小(_P):" -#: ../gtk/gtkpagesetupunixdialog.c:1065 +#: gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "方向(_O):" -#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "页面设置" -#: ../gtk/gtkpagesetupunixdialog.c:1448 +#: gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "打印机边距..." -#: ../gtk/gtkpagesetupunixdialog.c:1608 +#: gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "自定义大小 %d" -#: ../gtk/gtkpagesetupunixdialog.c:1837 +#: gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "管理自定义大小" -#: ../gtk/gtkpagesetupunixdialog.c:1933 +#: gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "宽度(_W):" -#: ../gtk/gtkpagesetupunixdialog.c:1945 +#: gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "高度(_H):" -#: ../gtk/gtkpagesetupunixdialog.c:1957 +#: gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "纸张大小" -#: ../gtk/gtkpagesetupunixdialog.c:1967 +#: gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "上(_T):" -#: ../gtk/gtkpagesetupunixdialog.c:1979 +#: gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "下(_B):" -#: ../gtk/gtkpagesetupunixdialog.c:1991 +#: gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "左(_L):" -#: ../gtk/gtkpagesetupunixdialog.c:2003 +#: gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "右(_R):" -#: ../gtk/gtkpagesetupunixdialog.c:2044 +#: gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "纸张边距" -#: ../gtk/gtkpathbar.c:151 +#: gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "上一层路径" -#: ../gtk/gtkpathbar.c:153 +#: gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "下一层路径" -#: ../gtk/gtkpathbar.c:1472 +#: gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "根文件系统" -#: ../gtk/gtkprinteroptionwidget.c:693 +#: gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "不可用" -#: ../gtk/gtkprinteroptionwidget.c:808 +#: gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "保存于文件夹(_S):" @@ -2390,176 +2382,181 @@ msgstr "保存于文件夹(_S):" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: ../gtk/gtkprintoperation.c:175 +#: gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s 的打印作业 #%d" -#: ../gtk/gtkprintoperation.c:1517 +#: gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "初始状态" -#: ../gtk/gtkprintoperation.c:1518 +#: gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "准备打印" -#: ../gtk/gtkprintoperation.c:1519 +#: gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "生成数据" -#: ../gtk/gtkprintoperation.c:1520 +#: gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "发送数据" -#: ../gtk/gtkprintoperation.c:1521 +#: gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "等候" -#: ../gtk/gtkprintoperation.c:1522 +#: gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "塞纸" -#: ../gtk/gtkprintoperation.c:1523 +#: gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "打印" -#: ../gtk/gtkprintoperation.c:1524 +#: gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "完成" -#: ../gtk/gtkprintoperation.c:1525 +#: gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "有错误完成" -#: ../gtk/gtkprintoperation.c:2048 +#: gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "正在准备 %d" -#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 +#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 +#, c-format msgid "Preparing" msgstr "正在准备" -#: ../gtk/gtkprintoperation.c:2053 +#: gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "正在打印 %d" -#: ../gtk/gtkprintoperation.c:2411 +#: gtk/gtkprintoperation.c:2411 +#, c-format msgid "Error creating print preview" msgstr "创建打印预览时出错" -#: ../gtk/gtkprintoperation.c:2414 +#: gtk/gtkprintoperation.c:2414 +#, c-format msgid "The most probable reason is that a temporary file could not be created." msgstr "最可能的原因是无法创建临时文件。" -#: ../gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 +#, c-format msgid "Error launching preview" msgstr "调用预览出错" -#: ../gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 +#, c-format msgid "Error printing" msgstr "打印出错" -#: ../gtk/gtkprintoperation-unix.c:384 ../gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "应用程序" -#: ../gtk/gtkprintoperation-win32.c:590 +#: gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "打印机脱机" -#: ../gtk/gtkprintoperation-win32.c:592 +#: gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "缺纸" #. Translators: this is a printer status. -#: ../gtk/gtkprintoperation-win32.c:594 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: gtk/gtkprintoperation-win32.c:594 +#: modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "已暂停" -#: ../gtk/gtkprintoperation-win32.c:596 +#: gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "需要用户干预" -#: ../gtk/gtkprintoperation-win32.c:696 +#: gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "自定义大小" -#: ../gtk/gtkprintoperation-win32.c:1517 +#: gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "未找到打印机" -#: ../gtk/gtkprintoperation-win32.c:1544 +#: gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "CreateDC 的参数无效" -#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 +#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "从 StartDoc 出错" -#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 -#: ../gtk/gtkprintoperation-win32.c:1729 +#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 +#: gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "内存不足" -#: ../gtk/gtkprintoperation-win32.c:1734 +#: gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "PrintDlgEx 的参数无效" -#: ../gtk/gtkprintoperation-win32.c:1739 +#: gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "PrintDlgEx 的指针无效" -#: ../gtk/gtkprintoperation-win32.c:1744 +#: gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "PrintDlgEx 的句柄无效" -#: ../gtk/gtkprintoperation-win32.c:1749 +#: gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "未指定错误" -#: ../gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "打印机" #. Translators: this is the header for the location column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "位置" #. Translators: this is the header for the printer status column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "状态" -#: ../gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "范围" -#: ../gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "所有页面(_A)" -#: ../gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "当前页(_U)" -#: ../gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "页面(_E):" -#: ../gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2567,127 +2564,133 @@ msgstr "" "指定一个或多个页面范围,\n" "如:1-3,7,11" -#: ../gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "页面(_E):" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "副本" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: ../gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "副本数(_S):" -#: ../gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "逐份(_O)" -#: ../gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "逆序(_R)" -#: ../gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "常规" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: ../gtk/gtkprintunixdialog.c:2442 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: gtk/gtkprintunixdialog.c:2439 +#: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "页面顺序" -#: ../gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "从左至右" -#: ../gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "从右至左" -#: ../gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "布局" -#: ../gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "双面(_W):" -#: ../gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "每面页数(_S):" -#: ../gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "页面顺序(_D):" -#: ../gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "打印(_O):" #. In enum order -#: ../gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "全面页面" -#: ../gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "奇数页" -#: ../gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "偶数页" -#: ../gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "缩放(_A):" -#: ../gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "纸张" -#: ../gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "纸张类型(_T):" -#: ../gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "纸张来源(_S):" -#: ../gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "出纸器(_R):" -#: ../gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "任务细节" -#: ../gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "优先级(_O):" -#: ../gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "计费信息(_B):" -#: ../gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "打印文档" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "立即(_N)" -#: ../gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "于(_T):" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: ../gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2695,113 +2698,117 @@ msgstr "" "指定显示时间,\n" "例如 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: ../gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "等待(_H)" -#: ../gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "保持任务直到其被显式释放" -#: ../gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "添加封面页" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "封面(_F):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "封底(_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "任务" -#: ../gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "高级" -#: ../gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "图像质量" -#: ../gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "颜色" -#: ../gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "完成" -#: ../gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "对话框中的某些设置冲突" -#: ../gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "打印" -#: ../gtk/gtkrc.c:2874 +#: gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "找不到包含文件:“%s”" -#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 +#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "无法在像素图路径中找到图像文件:“%s”" -#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 -#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 +#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 +#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "此函数尚未在“%s”类的部件上实现" -#: ../gtk/gtkrecentchooserdefault.c:481 +#: gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "选择要显示的文档类型" -#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 +#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "URI“%s”未找到项目" -#: ../gtk/gtkrecentchooserdefault.c:1298 +#: gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "无标题过滤器" -#: ../gtk/gtkrecentchooserdefault.c:1651 +#: gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "无法删除项目" -#: ../gtk/gtkrecentchooserdefault.c:1695 +#: gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "无法清除列表" -#: ../gtk/gtkrecentchooserdefault.c:1779 +#: gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "复制位置(_L)" -#: ../gtk/gtkrecentchooserdefault.c:1792 +#: gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "从列表中删除(_R)" -#: ../gtk/gtkrecentchooserdefault.c:1801 +#: gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "清除列表(_C)" -#: ../gtk/gtkrecentchooserdefault.c:1815 +#: gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "显示私有资源(_P)" @@ -2815,21 +2822,21 @@ msgstr "显示私有资源(_P)" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: ../gtk/gtkrecentchoosermenu.c:342 +#: gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "未找到项目" -#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 +#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "最近使用过的资源中没有找到 URI“%s”" -#: ../gtk/gtkrecentchoosermenu.c:775 +#: gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "打开“%s”" -#: ../gtk/gtkrecentchoosermenu.c:805 +#: gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "未知项" @@ -2838,7 +2845,7 @@ msgstr "未知项" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: ../gtk/gtkrecentchoosermenu.c:816 +#: gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2847,37 +2854,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: ../gtk/gtkrecentchoosermenu.c:821 +#: gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 -#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 -#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 -#: ../gtk/gtkrecentmanager.c:1258 +#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 +#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 +#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 +#: gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "找不到 URI 为“%s”的一项" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: ../gtk/gtkstock.c:288 +#: gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "信息" -#: ../gtk/gtkstock.c:289 +#: gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "警告" -#: ../gtk/gtkstock.c:290 +#: gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "错误" -#: ../gtk/gtkstock.c:291 +#: gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "问题" @@ -2885,691 +2892,691 @@ msgstr "问题" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: ../gtk/gtkstock.c:296 +#: gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "关于(_A)" -#: ../gtk/gtkstock.c:297 +#: gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "添加(_A)" -#: ../gtk/gtkstock.c:298 +#: gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "应用(_A)" -#: ../gtk/gtkstock.c:299 +#: gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "粗体(_B)" -#: ../gtk/gtkstock.c:300 +#: gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "取消(_C)" -#: ../gtk/gtkstock.c:301 +#: gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "CD-ROM(_C)" -#: ../gtk/gtkstock.c:302 +#: gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "清除(_C)" -#: ../gtk/gtkstock.c:303 +#: gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "关闭(_C)" -#: ../gtk/gtkstock.c:304 +#: gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "连接(_O)" -#: ../gtk/gtkstock.c:305 +#: gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "转换(_C)" -#: ../gtk/gtkstock.c:306 +#: gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "复制(_C)" -#: ../gtk/gtkstock.c:307 +#: gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "剪切(_T)" -#: ../gtk/gtkstock.c:308 +#: gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "删除(_D)" -#: ../gtk/gtkstock.c:309 +#: gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "放弃(_D)" -#: ../gtk/gtkstock.c:310 +#: gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "断开连接(_D)" -#: ../gtk/gtkstock.c:311 +#: gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "执行(_E)" -#: ../gtk/gtkstock.c:312 +#: gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "编辑(_E)" -#: ../gtk/gtkstock.c:313 +#: gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "查找(_F)" -#: ../gtk/gtkstock.c:314 +#: gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "查找并替换(_R)" -#: ../gtk/gtkstock.c:315 +#: gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "软盘(_F)" -#: ../gtk/gtkstock.c:316 +#: gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "全屏(_F)" -#: ../gtk/gtkstock.c:317 +#: gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "离开全屏(_L)" #. This is a navigation label as in "go to the bottom of the page" -#: ../gtk/gtkstock.c:319 +#: gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "到底部(_B)" #. This is a navigation label as in "go to the first page" -#: ../gtk/gtkstock.c:321 +#: gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "到第一页(_F)" #. This is a navigation label as in "go to the last page" -#: ../gtk/gtkstock.c:323 +#: gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "到最后一页(_L)" #. This is a navigation label as in "go to the top of the page" -#: ../gtk/gtkstock.c:325 +#: gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "到顶部(_T)" #. This is a navigation label as in "go back" -#: ../gtk/gtkstock.c:327 +#: gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "后退(_B)" #. This is a navigation label as in "go down" -#: ../gtk/gtkstock.c:329 +#: gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "向下(_D)" #. This is a navigation label as in "go forward" -#: ../gtk/gtkstock.c:331 +#: gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "前进(_F)" #. This is a navigation label as in "go up" -#: ../gtk/gtkstock.c:333 +#: gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "向上(_U)" -#: ../gtk/gtkstock.c:334 +#: gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "硬盘(_H)" -#: ../gtk/gtkstock.c:335 +#: gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "帮助(_H)" -#: ../gtk/gtkstock.c:336 +#: gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "主文件夹(_H)" -#: ../gtk/gtkstock.c:337 +#: gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "增加缩进" -#: ../gtk/gtkstock.c:338 +#: gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "减少缩进" -#: ../gtk/gtkstock.c:339 +#: gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "索引(_I)" -#: ../gtk/gtkstock.c:340 +#: gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "信息(_I)" -#: ../gtk/gtkstock.c:341 +#: gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "斜体(_I)" -#: ../gtk/gtkstock.c:342 +#: gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "跳至(_J)" #. This is about text justification, "centered text" -#: ../gtk/gtkstock.c:344 +#: gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "居中(_C)" #. This is about text justification -#: ../gtk/gtkstock.c:346 +#: gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "两端对齐(_F)" #. This is about text justification, "left-justified text" -#: ../gtk/gtkstock.c:348 +#: gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "左对齐(_L)" #. This is about text justification, "right-justified text" -#: ../gtk/gtkstock.c:350 +#: gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "右对齐(_R)" #. Media label, as in "fast forward" -#: ../gtk/gtkstock.c:353 +#: gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "前进(_F)" #. Media label, as in "next song" -#: ../gtk/gtkstock.c:355 +#: gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "下首(_N)" #. Media label, as in "pause music" -#: ../gtk/gtkstock.c:357 +#: gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "暂停(_A)" #. Media label, as in "play music" -#: ../gtk/gtkstock.c:359 +#: gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "播放(_P)" #. Media label, as in "previous song" -#: ../gtk/gtkstock.c:361 +#: gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "上首(_V)" #. Media label -#: ../gtk/gtkstock.c:363 +#: gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "录制(_R)" #. Media label -#: ../gtk/gtkstock.c:365 +#: gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "快退(_E)" #. Media label -#: ../gtk/gtkstock.c:367 +#: gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "停止(_S)" -#: ../gtk/gtkstock.c:368 +#: gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "网络(_N)" -#: ../gtk/gtkstock.c:369 +#: gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "新建(_N)" -#: ../gtk/gtkstock.c:370 +#: gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "否(_N)" -#: ../gtk/gtkstock.c:371 +#: gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "确定(_O)" -#: ../gtk/gtkstock.c:372 +#: gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "打开(_O)" #. Page orientation -#: ../gtk/gtkstock.c:374 +#: gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "横向" #. Page orientation -#: ../gtk/gtkstock.c:376 +#: gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "纵向" #. Page orientation -#: ../gtk/gtkstock.c:378 +#: gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "横向翻转" #. Page orientation -#: ../gtk/gtkstock.c:380 +#: gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "纵向翻转" -#: ../gtk/gtkstock.c:381 +#: gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "页面设置(_U)" -#: ../gtk/gtkstock.c:382 +#: gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "粘贴(_P)" -#: ../gtk/gtkstock.c:383 +#: gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "首选项(_P)" -#: ../gtk/gtkstock.c:384 +#: gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "打印(_P)" -#: ../gtk/gtkstock.c:385 +#: gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "打印预览(_V)" -#: ../gtk/gtkstock.c:386 +#: gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "属性(_P)" -#: ../gtk/gtkstock.c:387 +#: gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "退出(_Q)" -#: ../gtk/gtkstock.c:388 +#: gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "重做(_R)" -#: ../gtk/gtkstock.c:389 +#: gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "刷新(_R)" -#: ../gtk/gtkstock.c:390 +#: gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "删除(_R)" -#: ../gtk/gtkstock.c:391 +#: gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "还原(_R)" -#: ../gtk/gtkstock.c:392 +#: gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "保存(_S)" -#: ../gtk/gtkstock.c:393 +#: gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "另存为(_A)" -#: ../gtk/gtkstock.c:394 +#: gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "全选(_A)" -#: ../gtk/gtkstock.c:395 +#: gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "颜色(_C)" -#: ../gtk/gtkstock.c:396 +#: gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "字体(_F)" #. Sorting direction -#: ../gtk/gtkstock.c:398 +#: gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "升序(_A)" #. Sorting direction -#: ../gtk/gtkstock.c:400 +#: gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "降序(_D)" -#: ../gtk/gtkstock.c:401 +#: gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "拼写检查(_S)" -#: ../gtk/gtkstock.c:402 +#: gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "停止(_S)" #. Font variant -#: ../gtk/gtkstock.c:404 +#: gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "删除线(_S)" -#: ../gtk/gtkstock.c:405 +#: gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "取消删除(_U)" #. Font variant -#: ../gtk/gtkstock.c:407 +#: gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "下划线(_U)" -#: ../gtk/gtkstock.c:408 +#: gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "撤消(_U)" -#: ../gtk/gtkstock.c:409 +#: gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "是(_Y)" #. Zoom -#: ../gtk/gtkstock.c:411 +#: gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "普通大小(_N)" #. Zoom -#: ../gtk/gtkstock.c:413 +#: gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "最适合(_F)" -#: ../gtk/gtkstock.c:414 +#: gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "放大(_I)" -#: ../gtk/gtkstock.c:415 +#: gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "缩小(_O)" -#: ../gtk/gtktextbufferrichtext.c:651 +#: gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "试图反序列化 %s 时发生未知错误" -#: ../gtk/gtktextbufferrichtext.c:710 +#: gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "格式 %s 未找到反序列化函数" -#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 +#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "<%s> 元素同时找到了“id”和“name”" -#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 +#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "<%s> 元素找到了两次“%s”属性" -#: ../gtk/gtktextbufferserialize.c:846 +#: gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "<%s> 元素的 id“%s”无效" -#: ../gtk/gtktextbufferserialize.c:856 +#: gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "<%s> 元素既没有“name”也没有“id”属性" -#: ../gtk/gtktextbufferserialize.c:943 +#: gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "在同一个 <%2$s> 元素中重复了两次“%1$s”属性" -#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 +#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "此上下文中 <%2$s> 元素的属性“%1$s”非法" -#: ../gtk/gtktextbufferserialize.c:1022 +#: gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "标签“%s”未定义。" -#: ../gtk/gtktextbufferserialize.c:1034 +#: gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "发现匿名标签,不能创建标签。" -#: ../gtk/gtktextbufferserialize.c:1045 +#: gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "标签“%s”不存在于缓存中,不能创建标签。" -#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 -#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 +#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 +#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "元素 <%s> 不允许位于 <%s> 下方" -#: ../gtk/gtktextbufferserialize.c:1175 +#: gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "“%s”不是合法的属性类型" -#: ../gtk/gtktextbufferserialize.c:1183 +#: gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "“%s”不是合法的属性名称" -#: ../gtk/gtktextbufferserialize.c:1193 +#: gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "“%s”不能被转换为“%s”类型的值,此值用于属性“%s”" -#: ../gtk/gtktextbufferserialize.c:1202 +#: gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "“%s”不是属性“%s”的合法的值" -#: ../gtk/gtktextbufferserialize.c:1285 +#: gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "标签“%s”已经定义" -#: ../gtk/gtktextbufferserialize.c:1296 +#: gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "标签“%s”的优先级“%s”非法" -#: ../gtk/gtktextbufferserialize.c:1349 +#: gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "文本最外层元素应当为 而不是 <%s>" -#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 +#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "已经指定了 <%s> 元素" -#: ../gtk/gtktextbufferserialize.c:1380 +#: gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr " 元素不能出现在 元素之前" -#: ../gtk/gtktextbufferserialize.c:1779 +#: gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "序列化数据格式不对" -#: ../gtk/gtktextbufferserialize.c:1857 +#: gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "序列化数据格式不对。第一节应该是 GTKTEXTBUFFERCONTENTS-0001" -#: ../gtk/gtktextutil.c:61 +#: gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM 从左至右记号(_L)" -#: ../gtk/gtktextutil.c:62 +#: gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM 从右至左记号(_R)" -#: ../gtk/gtktextutil.c:63 +#: gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE 从左至右嵌入(_E)" -#: ../gtk/gtktextutil.c:64 +#: gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE 从右至左嵌入(_M)" -#: ../gtk/gtktextutil.c:65 +#: gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO 从左至右覆盖(_O)" -#: ../gtk/gtktextutil.c:66 +#: gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO 从右至左覆盖(_V)" -#: ../gtk/gtktextutil.c:67 +#: gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF 弹出方向格式化(_P)" -#: ../gtk/gtktextutil.c:68 +#: gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS 零宽度空格(_Z)" -#: ../gtk/gtktextutil.c:69 +#: gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ 零宽度接合(_J)" -#: ../gtk/gtktextutil.c:70 +#: gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ 零宽度非接合(_N)" -#: ../gtk/gtkthemes.c:71 +#: gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "无法在模块路径中找到主题引擎:“%s”," -#: ../gtk/gtktipsquery.c:188 +#: gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- 无提示 ---" -#: ../gtk/gtkuimanager.c:1463 +#: gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "在第%2$d行第%3$d个字符处有未预期的开始标签“%1$s”" -#: ../gtk/gtkuimanager.c:1553 +#: gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "在第%d行第%d个字符处有未预期的字符" -#: ../gtk/gtkuimanager.c:2385 +#: gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "空" -#: ../gtk/gtkvolumebutton.c:73 +#: gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "卷" -#: ../gtk/gtkvolumebutton.c:75 +#: gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "打开或关闭音量" -#: ../gtk/gtkvolumebutton.c:78 +#: gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "调整音量" -#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 +#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "降低音量" -#: ../gtk/gtkvolumebutton.c:83 +#: gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "减少音量" -#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 +#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "提高音量" -#: ../gtk/gtkvolumebutton.c:89 +#: gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "增加音量" -#: ../gtk/gtkvolumebutton.c:147 +#: gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "静音" -#: ../gtk/gtkvolumebutton.c:151 +#: gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "最大音量" @@ -3578,927 +3585,927 @@ msgstr "最大音量" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: ../gtk/gtkvolumebutton.c:164 +#: gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: ../gtk/paper_names_offsets.c:4 +#: gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: ../gtk/paper_names_offsets.c:5 +#: gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: ../gtk/paper_names_offsets.c:6 +#: gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: ../gtk/paper_names_offsets.c:7 +#: gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: ../gtk/paper_names_offsets.c:8 +#: gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: ../gtk/paper_names_offsets.c:9 +#: gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: ../gtk/paper_names_offsets.c:10 +#: gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: ../gtk/paper_names_offsets.c:11 +#: gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: ../gtk/paper_names_offsets.c:12 +#: gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: ../gtk/paper_names_offsets.c:13 +#: gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: ../gtk/paper_names_offsets.c:14 +#: gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: ../gtk/paper_names_offsets.c:15 +#: gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: ../gtk/paper_names_offsets.c:16 +#: gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: ../gtk/paper_names_offsets.c:17 +#: gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: ../gtk/paper_names_offsets.c:18 +#: gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: ../gtk/paper_names_offsets.c:19 +#: gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: ../gtk/paper_names_offsets.c:20 +#: gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: ../gtk/paper_names_offsets.c:21 +#: gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: ../gtk/paper_names_offsets.c:22 +#: gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: ../gtk/paper_names_offsets.c:23 +#: gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: ../gtk/paper_names_offsets.c:24 +#: gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: ../gtk/paper_names_offsets.c:25 +#: gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: ../gtk/paper_names_offsets.c:26 +#: gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: ../gtk/paper_names_offsets.c:27 +#: gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: ../gtk/paper_names_offsets.c:28 +#: gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: ../gtk/paper_names_offsets.c:29 +#: gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: ../gtk/paper_names_offsets.c:30 +#: gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: ../gtk/paper_names_offsets.c:31 +#: gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: ../gtk/paper_names_offsets.c:32 +#: gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: ../gtk/paper_names_offsets.c:33 +#: gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: ../gtk/paper_names_offsets.c:34 +#: gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: ../gtk/paper_names_offsets.c:35 +#: gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: ../gtk/paper_names_offsets.c:36 +#: gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: ../gtk/paper_names_offsets.c:37 +#: gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: ../gtk/paper_names_offsets.c:38 +#: gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: ../gtk/paper_names_offsets.c:39 +#: gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: ../gtk/paper_names_offsets.c:40 +#: gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: ../gtk/paper_names_offsets.c:41 +#: gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: ../gtk/paper_names_offsets.c:42 +#: gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: ../gtk/paper_names_offsets.c:43 +#: gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: ../gtk/paper_names_offsets.c:44 +#: gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: ../gtk/paper_names_offsets.c:45 +#: gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: ../gtk/paper_names_offsets.c:46 +#: gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: ../gtk/paper_names_offsets.c:47 +#: gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: ../gtk/paper_names_offsets.c:48 +#: gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: ../gtk/paper_names_offsets.c:49 +#: gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: ../gtk/paper_names_offsets.c:50 +#: gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: ../gtk/paper_names_offsets.c:51 +#: gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: ../gtk/paper_names_offsets.c:52 +#: gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: ../gtk/paper_names_offsets.c:53 +#: gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: ../gtk/paper_names_offsets.c:54 +#: gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: ../gtk/paper_names_offsets.c:55 +#: gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: ../gtk/paper_names_offsets.c:56 +#: gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: ../gtk/paper_names_offsets.c:57 +#: gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: ../gtk/paper_names_offsets.c:58 +#: gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: ../gtk/paper_names_offsets.c:59 +#: gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: ../gtk/paper_names_offsets.c:60 +#: gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: ../gtk/paper_names_offsets.c:61 +#: gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: ../gtk/paper_names_offsets.c:62 +#: gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: ../gtk/paper_names_offsets.c:63 +#: gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: ../gtk/paper_names_offsets.c:64 +#: gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: ../gtk/paper_names_offsets.c:65 +#: gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "DL 信封" -#: ../gtk/paper_names_offsets.c:66 +#: gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: ../gtk/paper_names_offsets.c:67 +#: gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: ../gtk/paper_names_offsets.c:68 +#: gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: ../gtk/paper_names_offsets.c:69 +#: gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: ../gtk/paper_names_offsets.c:70 +#: gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: ../gtk/paper_names_offsets.c:71 +#: gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: ../gtk/paper_names_offsets.c:72 +#: gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: ../gtk/paper_names_offsets.c:73 +#: gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: ../gtk/paper_names_offsets.c:74 +#: gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: ../gtk/paper_names_offsets.c:75 +#: gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: ../gtk/paper_names_offsets.c:76 +#: gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: ../gtk/paper_names_offsets.c:77 +#: gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: ../gtk/paper_names_offsets.c:78 +#: gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: ../gtk/paper_names_offsets.c:79 +#: gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: ../gtk/paper_names_offsets.c:80 +#: gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: ../gtk/paper_names_offsets.c:81 +#: gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: ../gtk/paper_names_offsets.c:82 +#: gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: ../gtk/paper_names_offsets.c:83 +#: gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: ../gtk/paper_names_offsets.c:84 +#: gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Choukei 2 信封" -#: ../gtk/paper_names_offsets.c:85 +#: gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Choukei 3 信封" -#: ../gtk/paper_names_offsets.c:86 +#: gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Choukei 4 信封" -#: ../gtk/paper_names_offsets.c:87 +#: gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (明信片)" -#: ../gtk/paper_names_offsets.c:88 +#: gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "kahu 信封" -#: ../gtk/paper_names_offsets.c:89 +#: gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "kaku2 信封" -#: ../gtk/paper_names_offsets.c:90 +#: gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (明信片回复)" -#: ../gtk/paper_names_offsets.c:91 +#: gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "you4 信封" -#: ../gtk/paper_names_offsets.c:92 +#: gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: ../gtk/paper_names_offsets.c:93 +#: gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: ../gtk/paper_names_offsets.c:94 +#: gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 +#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: ../gtk/paper_names_offsets.c:97 +#: gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: ../gtk/paper_names_offsets.c:98 +#: gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: ../gtk/paper_names_offsets.c:99 +#: gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: ../gtk/paper_names_offsets.c:100 +#: gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: ../gtk/paper_names_offsets.c:101 +#: gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "6x9 英寸信封" -#: ../gtk/paper_names_offsets.c:102 +#: gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "7x9 英寸信封" -#: ../gtk/paper_names_offsets.c:103 +#: gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "9x11 英寸信封" -#: ../gtk/paper_names_offsets.c:104 +#: gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "a2 信封" -#: ../gtk/paper_names_offsets.c:105 +#: gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: ../gtk/paper_names_offsets.c:106 +#: gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: ../gtk/paper_names_offsets.c:107 +#: gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: ../gtk/paper_names_offsets.c:108 +#: gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: ../gtk/paper_names_offsets.c:109 +#: gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: ../gtk/paper_names_offsets.c:110 +#: gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: ../gtk/paper_names_offsets.c:111 +#: gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: ../gtk/paper_names_offsets.c:112 +#: gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "c5 信封" -#: ../gtk/paper_names_offsets.c:113 +#: gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: ../gtk/paper_names_offsets.c:114 +#: gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: ../gtk/paper_names_offsets.c:115 +#: gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: ../gtk/paper_names_offsets.c:116 +#: gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "European edp" -#: ../gtk/paper_names_offsets.c:117 +#: gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: ../gtk/paper_names_offsets.c:118 +#: gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: ../gtk/paper_names_offsets.c:119 +#: gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold European" -#: ../gtk/paper_names_offsets.c:120 +#: gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: ../gtk/paper_names_offsets.c:121 +#: gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold German Legal" -#: ../gtk/paper_names_offsets.c:122 +#: gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government Legal" -#: ../gtk/paper_names_offsets.c:123 +#: gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government Letter" -#: ../gtk/paper_names_offsets.c:124 +#: gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Index 3x5" -#: ../gtk/paper_names_offsets.c:125 +#: gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (明信片)" -#: ../gtk/paper_names_offsets.c:126 +#: gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: ../gtk/paper_names_offsets.c:127 +#: gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Index 5x8" -#: ../gtk/paper_names_offsets.c:128 +#: gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Invoice" -#: ../gtk/paper_names_offsets.c:129 +#: gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: ../gtk/paper_names_offsets.c:130 +#: gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: ../gtk/paper_names_offsets.c:131 +#: gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: ../gtk/paper_names_offsets.c:132 +#: gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: ../gtk/paper_names_offsets.c:133 +#: gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: ../gtk/paper_names_offsets.c:134 +#: gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: ../gtk/paper_names_offsets.c:135 +#: gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Monarch Envelope" -#: ../gtk/paper_names_offsets.c:136 +#: gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "10 号信封" -#: ../gtk/paper_names_offsets.c:137 +#: gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "11 号信封" -#: ../gtk/paper_names_offsets.c:138 +#: gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "12 号信封" -#: ../gtk/paper_names_offsets.c:139 +#: gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "14 号信封" -#: ../gtk/paper_names_offsets.c:140 +#: gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "9 号信封" -#: ../gtk/paper_names_offsets.c:141 +#: gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "个人信封" -#: ../gtk/paper_names_offsets.c:142 +#: gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: ../gtk/paper_names_offsets.c:143 +#: gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: ../gtk/paper_names_offsets.c:144 +#: gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: ../gtk/paper_names_offsets.c:145 +#: gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "宽格式" -#: ../gtk/paper_names_offsets.c:146 +#: gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: ../gtk/paper_names_offsets.c:147 +#: gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: ../gtk/paper_names_offsets.c:148 +#: gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: ../gtk/paper_names_offsets.c:149 +#: gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Invite Envelope" -#: ../gtk/paper_names_offsets.c:150 +#: gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "意大利信封" -#: ../gtk/paper_names_offsets.c:151 +#: gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: ../gtk/paper_names_offsets.c:152 +#: gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: ../gtk/paper_names_offsets.c:153 +#: gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Postfix 信封" -#: ../gtk/paper_names_offsets.c:154 +#: gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "小照片" -#: ../gtk/paper_names_offsets.c:155 +#: gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "中国一号信封" -#: ../gtk/paper_names_offsets.c:156 +#: gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "中国十号信封" -#: ../gtk/paper_names_offsets.c:157 +#: gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "十六开" -#: ../gtk/paper_names_offsets.c:158 +#: gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "中国二号信封" -#: ../gtk/paper_names_offsets.c:159 +#: gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "中国三号信封" -#: ../gtk/paper_names_offsets.c:160 +#: gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "三十二开" -#: ../gtk/paper_names_offsets.c:161 +#: gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "中国四号信封" -#: ../gtk/paper_names_offsets.c:162 +#: gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "中国五号信封" -#: ../gtk/paper_names_offsets.c:163 +#: gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "中国六号信封" -#: ../gtk/paper_names_offsets.c:164 +#: gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "中国七号信封" -#: ../gtk/paper_names_offsets.c:165 +#: gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "中国八号信封" -#: ../gtk/paper_names_offsets.c:166 +#: gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "十六开" -#: ../gtk/paper_names_offsets.c:167 +#: gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "八开" -#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 +#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "符号链接“%s”和“%s”所用的 idatas 不同\n" -#: ../gtk/updateiconcache.c:1374 +#: gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "写入头失败\n" -#: ../gtk/updateiconcache.c:1380 +#: gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "写入哈希表失败\n" -#: ../gtk/updateiconcache.c:1386 +#: gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "写入目录索引失败\n" -#: ../gtk/updateiconcache.c:1394 +#: gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "重写头失败\n" -#: ../gtk/updateiconcache.c:1455 +#: gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "打开文件 %s 失败:%s\n" -#: ../gtk/updateiconcache.c:1463 +#: gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "写入缓存文件失败:%s\n" -#: ../gtk/updateiconcache.c:1499 +#: gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "生成的缓存非法。\n" -#: ../gtk/updateiconcache.c:1511 +#: gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "无法将 %s 重命名为 %s:%s,请删除 %s。\n" -#: ../gtk/updateiconcache.c:1523 +#: gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "无法将 %s 重命名为 %s:%s\n" -#: ../gtk/updateiconcache.c:1530 +#: gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "无法将 %s 重命名回 %s:%s\n" -#: ../gtk/updateiconcache.c:1556 +#: gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "缓存文件创建成功。\n" -#: ../gtk/updateiconcache.c:1595 +#: gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "覆盖已有缓存,即使它已是最新" -#: ../gtk/updateiconcache.c:1596 +#: gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "不检查已有的 index.theme" -#: ../gtk/updateiconcache.c:1597 +#: gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "不再缓存中包含图像数据" -#: ../gtk/updateiconcache.c:1598 +#: gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "输出 C 头文件" -#: ../gtk/updateiconcache.c:1599 +#: gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "关闭详细输出" -#: ../gtk/updateiconcache.c:1600 +#: gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "验证已有的图标缓存" -#: ../gtk/updateiconcache.c:1663 +#: gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "文件未找到:%s\n" -#: ../gtk/updateiconcache.c:1669 +#: gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "非法图标缓存:%s\n" -#: ../gtk/updateiconcache.c:1682 +#: gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "无主题索引文件。" -#: ../gtk/updateiconcache.c:1686 +#: gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4508,271 +4515,271 @@ msgstr "" "如果您真的想要在此创建图标缓存,请使用 --ignore-theme-index。\n" #. ID -#: ../modules/input/imam-et.c:454 +#: modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "阿姆哈拉语(EZ+)" #. ID -#: ../modules/input/imcedilla.c:92 +#: modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "变音符" #. ID -#: ../modules/input/imcyrillic-translit.c:217 +#: modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "西里尔语(音译)" #. ID -#: ../modules/input/iminuktitut.c:127 +#: modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "因纽特语(音译)" #. ID -#: ../modules/input/imipa.c:145 +#: modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: ../modules/input/immultipress.c:31 +#: modules/input/immultipress.c:31 msgid "Multipress" msgstr "Multipress" #. ID -#: ../modules/input/imthai.c:35 +#: modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "泰国-老挝" #. ID -#: ../modules/input/imti-er.c:453 +#: modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "厄立特里亚提格里尼亚语(EZ+)" #. ID -#: ../modules/input/imti-et.c:453 +#: modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "埃塞俄比亚提格里尼亚语(EZ+)" #. ID -#: ../modules/input/imviqr.c:244 +#: modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "越南语(VIQR)" #. ID -#: ../modules/input/imxim.c:28 +#: modules/input/imxim.c:28 msgid "X Input Method" msgstr "X 输入法" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "打印机“%s”墨量低。" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "打印机“%s”墨用完了" #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "打印机“%s”显影剂量低" #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "打印机“%s”显影剂用完了" #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "打印机“%s”至少有一个彩色墨量低" #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "打印机“%s”至少有一种彩色墨用完了" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "打印机“%s”的盖子未关。" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "打印机“%s”的盖子被打开了。" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "打印机“%s”纸快用完了。" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "打印机“%s”缺纸。" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "打印机“%s”目前脱机。" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "打印机“%s”可能无法连接。" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "打印机“%s”可能有问题。" #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "暂停;拒绝任务" #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "拒绝任务" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "双面" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "纸张类型" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "纸张来源" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "出纸器" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "解决方案" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "GhostScript 预过滤" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "单面" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "长边(标准)" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "短边(翻转)" #. Translators: this is an option of "Paper Source" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "自动选择" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "打印机默认" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "只嵌入 GhostScript 字体" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "转换到 PS 1级" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "转换到 PS 2级" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "无预过滤" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "杂项" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "紧急" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "高" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "中" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "低" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "从左到右,从上到下" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "从左到右,从下到上" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "从右到左,从上到下" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "从右到左,从下到上" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "从上到下,从左到右" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "从上到下,从右到左" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "从下到上,从左到右" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "从下到上,从右到左" @@ -4780,66 +4787,66 @@ msgstr "从下到上,从右到左" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "每张页数" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "任务优先级" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "计费信息" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "无" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "已分类" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "机密" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "秘密" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "标准" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "绝密" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "未分类" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "封面" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "封底" @@ -4847,14 +4854,14 @@ msgstr "封底" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "打印于" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "在指定时间打印" @@ -4862,65 +4869,65 @@ msgstr "在指定时间打印" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "自定义 %sx%s" #. default filename used for print-to-file -#: ../modules/printbackends/file/gtkprintbackendfile.c:235 +#: modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "output.%s" -#: ../modules/printbackends/file/gtkprintbackendfile.c:469 +#: modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "打印到文件" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: ../modules/printbackends/file/gtkprintbackendfile.c:546 +#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: ../modules/printbackends/file/gtkprintbackendfile.c:558 -#: ../modules/printbackends/test/gtkprintbackendtest.c:506 +#: modules/printbackends/file/gtkprintbackendfile.c:558 +#: modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "每张页数(_S):" -#: ../modules/printbackends/file/gtkprintbackendfile.c:604 +#: modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "文件" -#: ../modules/printbackends/file/gtkprintbackendfile.c:613 +#: modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "输出格式(_O)" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "打印到 LPR" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "每张页数" -#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "命令行" #. default filename used for print-to-test -#: ../modules/printbackends/test/gtkprintbackendtest.c:234 +#: modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "test-output.%s" -#: ../modules/printbackends/test/gtkprintbackendtest.c:470 +#: modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "打印到测试打印机" -#: ../tests/testfilechooser.c:207 +#: tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "无法获得文件“%s”的信息:%s" diff --git a/po/zh_HK.po b/po/zh_HK.po index c2c0a6c81b..3e7a6e625d 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.15.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-25 20:41+0800\n" "Last-Translator: Chao-Hsiung Liao \n" "Language-Team: Chinese (Hong Kong) \n" @@ -607,15 +607,15 @@ msgstr "圖片類型目前不支援" msgid "Couldn't allocate memory for color profile" msgstr "無法分配記憶體給色彩設定組合" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "記憶體不足以開啟 JPEG 2000 檔" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "無法分配記憶體給緩衝區圖片資料" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 圖片格式" @@ -657,7 +657,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG 品質必須在 0 至 100 之間;不允許使用數值「%d」。" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG 圖片格式" @@ -1148,46 +1148,46 @@ msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "正在開啟 %d 個項目" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "授權條款" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "程式的授權條款" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "鳴謝(_R)" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "授權條款(_L)" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "關於 %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "鳴謝" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "程式編寫" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "文件編寫" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "翻譯" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "美工設計" @@ -1261,17 +1261,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "無效的類型函數:「%s」" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "無效的根元件:「%s」" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "未處理的標籤:「%s」" @@ -1366,7 +1371,7 @@ msgstr "已停用" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "新增捷徑鍵..." @@ -1505,11 +1510,11 @@ msgstr "" msgid "Color Selection" msgstr "顏色選擇" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "輸入法(_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "插入統一碼控制字符(_I)" @@ -1943,7 +1948,7 @@ msgstr "重新命名(_R)" msgid "_Selection: " msgstr "選擇範圍(_S): " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1951,15 +1956,15 @@ msgid "" msgstr "" "檔案名稱“%s”無法轉換至 UTF-8(請嘗試設定環境變數 G_FILENAME_ENCODING):%s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "無效的 UTF-8 資料" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "名稱過長" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "無法轉換檔案名稱" @@ -2207,39 +2212,39 @@ msgstr "GTK+ 選項" msgid "Show GTK+ Options" msgstr "顯示 GTK+ 選項" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "連線(_N)" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "匿名連線(_A)" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "以使用者連線(_S):" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "使用者名稱(_U):" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "網域(_D):" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "密碼(_P):" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "立刻忘記密碼(_I)" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "記憶密碼到登出之前(_L)" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "永遠記住密碼(_F)" @@ -2309,7 +2314,7 @@ msgstr "紙張大小(_P):" msgid "_Orientation:" msgstr "方向(_O):" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "頁面設定" @@ -2457,17 +2462,17 @@ msgstr "建立打印預覽時發生錯誤" msgid "The most probable reason is that a temporary file could not be created." msgstr "最可能的原因是無法建立暫存檔案。" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "執行預覽時發生錯誤" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "打印錯誤" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "應用程式" @@ -2526,37 +2531,37 @@ msgstr "給 PrintDlgEx 的處理無效" msgid "Unspecified error" msgstr "無法指定的錯誤" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "打印機" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "位置" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "狀態" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "範圍" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "所有頁面(_A)" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "目前頁面(_U)" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "頁數(_E):" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2564,127 +2569,133 @@ msgstr "" "指定一或多個頁面範圍,\n" "例如 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "頁數(_E):" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "打印份數" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "份數(_S):" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "順序(_O)" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "反序(_R)" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "一般" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "頁面順序" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "左至右" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "右至左" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "配置" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "雙面(_W):" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "每張紙的頁數(_S):" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "頁面順序(_D):" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "打印範圍(_O):" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "所有頁面" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "奇數頁" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "偶數頁" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "比例(_A):" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "紙張" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "紙張類型(_T):" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "紙張來源(_S):" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "出紙匣(_R):" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "打印工作詳細資料" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "優先權(_O):" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "帳目資訊(_B):" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "打印文件" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "現在(_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "於(_T):" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2692,60 +2703,64 @@ msgstr "" "指定打印的時刻格式,\n" " 例如 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "擱置(_H)" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "保留此工作直到它被明確的推出" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "加入封面" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "這頁之前(_F):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "這頁之後(_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "打印工作" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "進階" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "圖片品質" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "顏色" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "準備完成" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "對話視窗中某些設定有衝突" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "打印" diff --git a/po/zh_TW.po b/po/zh_TW.po index 484e52ccba..9fdba4c871 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.15.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-03-13 10:29-0400\n" +"POT-Creation-Date: 2009-04-11 16:24-0400\n" "PO-Revision-Date: 2009-02-23 20:23+0800\n" "Last-Translator: Chao-Hsiung Liao \n" "Language-Team: Chinese (Taiwan) \n" @@ -607,15 +607,15 @@ msgstr "圖片類型目前不支援" msgid "Couldn't allocate memory for color profile" msgstr "無法分配記憶體給色彩設定組合" -#: gdk-pixbuf/io-jasper.c:182 +#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "記憶體不足以開啟 JPEG 2000 檔" -#: gdk-pixbuf/io-jasper.c:264 +#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "無法分配記憶體給緩衝區圖片資料" -#: gdk-pixbuf/io-jasper.c:308 +#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 圖片格式" @@ -657,7 +657,7 @@ msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG 品質必須在 0 至 100 之間;不允許使用數值「%d」。" -#: gdk-pixbuf/io-jpeg.c:1309 gdk-pixbuf/io-gdip-jpeg.c:136 +#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG 圖片格式" @@ -1148,46 +1148,46 @@ msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "正在開啟 %d 個項目" -#: gtk/gtkaboutdialog.c:267 gtk/gtkaboutdialog.c:2121 +#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "授權條款" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "程式的授權條款" #. Add the credits button -#: gtk/gtkaboutdialog.c:508 +#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "鳴謝(_R)" #. Add the license button -#: gtk/gtkaboutdialog.c:522 +#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "授權條款(_L)" -#: gtk/gtkaboutdialog.c:790 +#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "關於 %s" -#: gtk/gtkaboutdialog.c:2045 +#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "鳴謝" -#: gtk/gtkaboutdialog.c:2074 +#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "程式編寫" -#: gtk/gtkaboutdialog.c:2077 +#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "文件編寫" -#: gtk/gtkaboutdialog.c:2089 +#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "翻譯" -#: gtk/gtkaboutdialog.c:2093 +#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "美工設計" @@ -1261,17 +1261,22 @@ msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:340 -#, c-format -msgid "Invalid type function: `%s'" +#: gtk/gtkbuilderparser.c:343 +#, fuzzy, c-format +msgid "Invalid type function on line %d: '%s'" msgstr "無效的類型函式:「%s」" -#: gtk/gtkbuilderparser.c:837 +#: gtk/gtkbuilderparser.c:402 +#, c-format +msgid "Duplicate object id '%s' on line %d (previously on line %d)" +msgstr "" + +#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "無效的根元件:「%s」" -#: gtk/gtkbuilderparser.c:876 +#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "未處理的標籤:「%s」" @@ -1366,7 +1371,7 @@ msgstr "已停用" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:376 gtk/gtkcellrendereraccel.c:588 +#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "新增捷徑鍵..." @@ -1505,11 +1510,11 @@ msgstr "" msgid "Color Selection" msgstr "顏色選擇" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7766 +#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "輸入法(_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7780 +#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "插入統一碼控制字元(_I)" @@ -1943,7 +1948,7 @@ msgstr "重新命名(_R)" msgid "_Selection: " msgstr "選擇範圍(_S): " -#: gtk/gtkfilesel.c:3048 +#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1951,15 +1956,15 @@ msgid "" msgstr "" "檔案名稱“%s”無法轉換至 UTF-8(請嘗試設定環境變數 G_FILENAME_ENCODING):%s" -#: gtk/gtkfilesel.c:3051 +#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "無效的 UTF-8 資料" -#: gtk/gtkfilesel.c:3925 +#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "名稱過長" -#: gtk/gtkfilesel.c:3927 +#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "無法轉換檔案名稱" @@ -2207,39 +2212,39 @@ msgstr "GTK+ 選項" msgid "Show GTK+ Options" msgstr "顯示 GTK+ 選項" -#: gtk/gtkmountoperation.c:463 +#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "連線(_N)" -#: gtk/gtkmountoperation.c:530 +#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "匿名連線(_A)" -#: gtk/gtkmountoperation.c:539 +#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "以使用者連線(_S):" -#: gtk/gtkmountoperation.c:577 +#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "使用者名稱(_U):" -#: gtk/gtkmountoperation.c:582 +#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "網域(_D):" -#: gtk/gtkmountoperation.c:588 +#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "密碼(_P):" -#: gtk/gtkmountoperation.c:606 +#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "立刻忘記密碼(_I)" -#: gtk/gtkmountoperation.c:616 +#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "記憶密碼到登出之前(_L)" -#: gtk/gtkmountoperation.c:626 +#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "永遠記住密碼(_F)" @@ -2309,7 +2314,7 @@ msgstr "紙張大小(_P):" msgid "_Orientation:" msgstr "方向(_O):" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2681 +#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "頁面設定" @@ -2457,17 +2462,17 @@ msgstr "建立列印預覽時發生錯誤" msgid "The most probable reason is that a temporary file could not be created." msgstr "最可能的原因是無法建立暫存檔案。" -#: gtk/gtkprintoperation-unix.c:242 +#: gtk/gtkprintoperation-unix.c:257 #, c-format msgid "Error launching preview" msgstr "執行預覽時發生錯誤" -#: gtk/gtkprintoperation-unix.c:280 +#: gtk/gtkprintoperation-unix.c:301 #, c-format msgid "Error printing" msgstr "列印錯誤" -#: gtk/gtkprintoperation-unix.c:384 gtk/gtkprintoperation-win32.c:1425 +#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "應用程式" @@ -2526,37 +2531,37 @@ msgstr "給 PrintDlgEx 的處理無效" msgid "Unspecified error" msgstr "無法指定的錯誤" -#: gtk/gtkprintunixdialog.c:1763 +#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "印表機" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1773 +#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "位置" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1784 +#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "狀態" -#: gtk/gtkprintunixdialog.c:1809 +#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "範圍" -#: gtk/gtkprintunixdialog.c:1813 +#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "所有頁面(_A)" -#: gtk/gtkprintunixdialog.c:1820 +#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "目前頁面(_U)" -#: gtk/gtkprintunixdialog.c:1829 +#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "頁數(_E):" -#: gtk/gtkprintunixdialog.c:1830 +#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2564,127 +2569,133 @@ msgstr "" "指定一或多個頁面範圍,\n" "例如 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1851 +#: gtk/gtkprintunixdialog.c:1835 +#, fuzzy +msgid "Pages" +msgstr "頁數(_E):" + +#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "列印份數" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1856 +#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "份數(_S):" -#: gtk/gtkprintunixdialog.c:1874 +#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "順序(_O)" -#: gtk/gtkprintunixdialog.c:1882 +#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "反序(_R)" -#: gtk/gtkprintunixdialog.c:1902 +#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "一般" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2442 +#: gtk/gtkprintunixdialog.c:2439 #: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "頁面順序" -#: gtk/gtkprintunixdialog.c:2448 +#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "左至右" -#: gtk/gtkprintunixdialog.c:2449 +#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "右至左" -#: gtk/gtkprintunixdialog.c:2518 +#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "配置" -#: gtk/gtkprintunixdialog.c:2522 +#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "雙面(_W):" -#: gtk/gtkprintunixdialog.c:2537 +#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "每張紙的頁數(_S):" -#: gtk/gtkprintunixdialog.c:2555 +#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "頁面順序(_D):" -#: gtk/gtkprintunixdialog.c:2571 +#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "列印範圍(_O):" #. In enum order -#: gtk/gtkprintunixdialog.c:2586 +#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "所有頁面" -#: gtk/gtkprintunixdialog.c:2587 +#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "奇數頁" -#: gtk/gtkprintunixdialog.c:2588 +#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "偶數頁" -#: gtk/gtkprintunixdialog.c:2591 +#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "比例(_A):" -#: gtk/gtkprintunixdialog.c:2618 +#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "紙張" -#: gtk/gtkprintunixdialog.c:2622 +#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "紙張類型(_T):" -#: gtk/gtkprintunixdialog.c:2637 +#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "紙張來源(_S):" -#: gtk/gtkprintunixdialog.c:2652 +#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "出紙匣(_R):" -#: gtk/gtkprintunixdialog.c:2706 +#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "列印工作詳細資料" -#: gtk/gtkprintunixdialog.c:2712 +#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "優先權(_O):" -#: gtk/gtkprintunixdialog.c:2727 +#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "帳目資訊(_B):" -#: gtk/gtkprintunixdialog.c:2745 +#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "列印文件" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2754 +#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "現在(_N)" -#: gtk/gtkprintunixdialog.c:2765 +#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "於(_T):" #. Translators: Ability to parse the am/pm format depends on actual locale. -#. * You can remove the am/pm values below for your locale if they are not supported. +#. * You can remove the am/pm values below for your locale if they are not +#. * supported. #. -#: gtk/gtkprintunixdialog.c:2770 +#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2692,60 +2703,64 @@ msgstr "" "指定列印的時刻格式,\n" " 例如 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2791 +#: gtk/gtkprintunixdialog.c:2778 +msgid "Time of print" +msgstr "" + +#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "擱置(_H)" -#: gtk/gtkprintunixdialog.c:2792 +#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "保留此工作直到它被明確的釋出" -#: gtk/gtkprintunixdialog.c:2812 +#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "加入封面" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2821 +#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "這頁之前(_F):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2839 +#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "這頁之後(_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2857 +#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "列印工作" -#: gtk/gtkprintunixdialog.c:2923 +#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "進階" -#: gtk/gtkprintunixdialog.c:2958 +#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "圖片品質" -#: gtk/gtkprintunixdialog.c:2961 +#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "顏色" -#: gtk/gtkprintunixdialog.c:2964 +#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "準備完成" -#: gtk/gtkprintunixdialog.c:2974 +#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "對話視窗中某些設定有衝突" -#: gtk/gtkprintunixdialog.c:2997 +#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "列印" From fd9ee5539ff5cb5b8a996c045e5f60b255f6b995 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 11 Apr 2009 18:09:33 -0400 Subject: [PATCH 057/190] Bump version --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 029acb8582..268425d53b 100644 --- a/configure.in +++ b/configure.in @@ -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], [1]) -m4_define([gtk_interface_age], [1]) +m4_define([gtk_micro_version], [2]) +m4_define([gtk_interface_age], [2]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)]) m4_define([gtk_version], From 419686f7169109d19dd67d0d976b481185284c3d Mon Sep 17 00:00:00 2001 From: Kenneth Nielsen Date: Sun, 12 Apr 2009 15:10:16 +0200 Subject: [PATCH 058/190] Updated Danish translation\n\nUpdated Danish translation by Kenneth Nielsen --- po/da.po | 2086 +++++++++++++++++++++++++++--------------------------- 1 file changed, 1046 insertions(+), 1040 deletions(-) diff --git a/po/da.po b/po/da.po index f50bc918e1..e5e89b18b4 100644 --- a/po/da.po +++ b/po/da.po @@ -36,8 +36,8 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-03-13 21:42+0100\n" +"POT-Creation-Date: 2009-04-12 15:05+0200\n" +"PO-Revision-Date: 2009-04-12 15:05+0200\n" "Last-Translator: Ask Hjorth Larsen \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" @@ -45,58 +45,58 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Fejl ved fortolkning af tilvalget --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Fejl ved fortolkning af tilvalget --gdk-no-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Programklasse benyttet af vindueshåndteringen" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "KLASSE" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Programnavn benyttet af vindueshåndteringen" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "NAVN" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "X-terminal der skal bruges" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "TERMINAL" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "X-skærm der skal bruges" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "SKÆRM" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "GDK-fejlretningsflag der skal angives" @@ -104,214 +104,214 @@ msgstr "GDK-fejlretningsflag der skal angives" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "FLAG" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "GDK-fejlretningsflag der skal fjernes" -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "Tilbagetast" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tabulatortast" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Retur" -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Scroll_Lock" -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Esc" -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multitast" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Venstre" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Op" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Højre" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Ned" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page_Up" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page_Down" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" # ??? -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Print" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insert" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Space" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Tab" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Enter" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP_Home" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP_Venstre" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP_Op" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP_Højre" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP_Ned" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_Page_Up" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP_Prior" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP_Next" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "KP_End" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP_Begin" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP_Insert" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP_Del" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Del" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Kunne ikke åbne filen \"%s\": %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Billedfilen \"%s\" indeholder ingen data" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -319,7 +319,7 @@ msgstr "" "Kunne ikke indlæse billedet \"%s\": årsag ukendt, formentlig en ødelagt " "billedfil" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -328,12 +328,12 @@ msgstr "" "Kunne ikke indlæse animationen \"%s\": årsag ukendt, formentlig en ødelagt " "animationsfil" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Kunne ikke indlæse billedindlæsningmodulet %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -342,54 +342,54 @@ msgstr "" "Billedindlæsningsmodulet %s eksporterer ikke den rigtige grænseflade; måske " "er den fra en anden Gtk-version?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Billedtypen \"%s\" er ikke understøttet" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Kunne ikke genkende billedfilformatet for filen \"%s\"" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Ukendt billedfilformat" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Kunne ikke indlæse billedet \"%s\": %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Fejl ved skrivning af billedfil: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "" "Denne bygning af gdk-pixbuf understøtter ikke gemning af billedformatet: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Ikke tilstrækkelig hukommelse til at gemme billede til tilbagekald" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Kunne ikke åbne midlertidig fil" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Kunne ikke læse fra midlertidig fil" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Kunne ikke åbne \"%s\" til skrivning: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -398,15 +398,15 @@ msgstr "" "Kunne ikke lukke \"%s\" ved skrivning af billede, formentlig er ikke alle " "data blevet gemt: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Ikke tilstrækkelig hukommelse til at gemme billede i et mellemlager" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Fejl ved skrivning til billedstrøm" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -415,142 +415,147 @@ msgstr "" "Intern fejl: Billedindlæsningsmodulet \"%s\" kunne ikke færdiggøre en " "handling, men angav ikke nogen årsag til fejlen" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Gradvis indlæsning af billedtypen \"%s\" er ikke understøttet" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Ødelagt hoved i billede" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Ukendt billedformat" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Ødelagte punktdata i billede" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "kunne ikke tildele billedmellemlager på %u byte" msgstr[1] "kunne ikke tildele billedmellemlager på %u byte" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Uventet ikonblok i animation" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Animationstypen understøttes ikke" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Ugyldig hoved i animation" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Ikke nok hukommelse til indlæsning af animation" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Forkert udformet blok i animation" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "ANI-billedformatet" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "BMP-billede har ugyldige data i filhoved" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Ikke tilstrækkelig hukommelse til indlæsning af bitmap-billede" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "BMP-billedets filhovedstørrelse er ikke understøttet" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Topdown-BMP-billeder kan ikke komprimeres" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Fil sluttede for tidligt" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Kunne ikke tildele hukommelse til gemning af BMP-fil" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Kunne ikke skrive til BMP-fil" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "BMP-billedformatet" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Fejl under læsning af GIF: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "GIF-fil manglede nogle data (måske er den blev afkortet?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Intern fejl i GIF-indlæseren (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Stakoverløb" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "GIF-billedindlæseren forstår ikke dette billede." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Ugyldig kode fundet" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Cirkulær tabelindgang i GIF-fil" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Ikke nok hukommelse til indlæsning af GIF-fil" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Ikke nok hukommelse til at samle en ramme i GIF-fil" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "GIF-billede er ødelagt (ukorrekt LZW-kompression)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Fil synes ikke at være en GIF-fil" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "Version %s af GIF-filformatet er ikke understøttet" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -558,113 +563,115 @@ msgstr "" "GIF-animation har ikke en global farvetabel, og et billede i den mangler en " "lokal farvetabel." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "GIF-billedet er afkortet eller ikke komplet." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "GIF-billedformatet" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Ugyldig hoved i ikon" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Ikke nok hukommelse til indlæsning af ikon" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Ikon har bredden nul" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Ikon har højden nul" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Komprimerede ikoner er ikke understøttet" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Ikontypen understøttes ikke" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Ikke tilstrækkelig hukommelse til indlæsning af ICO-fil" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Billede for stort til at blive gemt som ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Markørpunkt uden for billede" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Dybden for ICO-filen understøttes ikke: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "ICO-billedformatet" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Fejl under læsning af ICNS-billede: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Kunne ikke afkode ICNS-fil" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "ICNS-billedformatet" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Kunne ikke tildele hukommelse til strøm" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Kunne ikke afkode billede" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Transformeret JPEG2000 har bredde eller højde på nul" -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Billedtypen understøttes pt. ikke" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Kunne ikke tildele hukommelse til farveprofil" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Utilstrækkelig hukommelse til at åbne JPEG 2000-fil" # Jeg tror man skal læse buffer som et udsagnsord, altså i stil med "buffering" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Kunne ikke tildele hukommelse til buffer for billeddata" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000-billedformatet" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Fejl ved fortolkning af JPEG-billedfil (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -672,21 +679,21 @@ msgstr "" "Ikke tilstrækkelig hukommelse til at indlæse billede, prøv at afslutte nogle " "programmer for at frigøre hukommelse" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "JPEG-farverum understøttes ikke (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Kunne ikke tildele hukommelse til indlæsning af JPEG-fil" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Transformeret JPEG har bredde eller højde på nul." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -695,7 +702,7 @@ msgstr "" "JPEG-kvalitet skal være en værdi mellem 0 og 100; værdien \"%s\" kunne ikke " "fortolkes." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -703,87 +710,87 @@ msgstr "" "JPEG-kvalitet skal være en værdi mellem 0 og 100; værdien \"%d\" er ikke " "tilladt." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG-billedformatet" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Kunne ikke tildele hukommelse til hoved" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Kunne ikke tildele hukommelse til kontekststruktur" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Billede har ugyldig bredde og/eller højde" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Billedets bpp understøttes ikke" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Antallet af %d-bit planer i billedet understøttes ikke" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Kan ikke oprette ny pixbuf" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Kan ikke tildele hukommelse til linjedata" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Kan ikke tildele hukommelse til paletdata" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Fik ikke alle linjerne af PCX-billede" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Ingen palet fundet i slutningen af PCX-data" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "PCX-billedformatet" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Antal bit pr. kanal i PNG-billede er ugyldig." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Transformeret PNG har bredde eller højde på nul." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Bit pr. kanal i transformeret PNG er ikke 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Transformeret PNG er ikke RGB eller RGBA." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "Transformeret PNG har et kanalantal der ikke understøttes - skal være enten " "3 eller 4." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Uoprettelig fejl i PNG-billedfil: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Ikke tilstrækkelig hukommelse til indlæsning af PNG-fil" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -792,25 +799,25 @@ msgstr "" "Utilstrækkelig hukommelse til opbevaring af et %ld gange %ld billede; prøv " "at afslutte nogle programmer for at frigøre hukommelse" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Uoprettelig fejl ved læsning af PNG-billedfil" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Uoprettelig fejl ved læsning af PNG-billedfil: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "Nøgler til PNG-tekstblokke skal bestå af mindst 1 og højst 79 tegn." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "Nøgler til PNG-tekstblokke skal være ASCII-tegn." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -819,7 +826,7 @@ msgstr "" "PNG-komprimeringsniveau skal være en værdi mellem 0 og 9; værdien \"%s\" " "kunne ikke fortolkes." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -828,418 +835,422 @@ msgstr "" "PNG-komprimeringsniveau skal være en værdi mellem 0 og 9; værdien \"%d\" er " "ikke gyldig." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "Værdi for PNG-tekstblokken %s kan ikke konverteres til ISO-8859-1-kodningen." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "PNG-billedformatet" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "PNM-indlæser forventede at finde et heltal, men gjorde det ikke" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "PNM-fil har en ukorrekt startbyte" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "PNM-fil er ikke i et genkendeligt PNM-underformat" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "PNM-fil har en billedbredde på 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "PNM-fil har en billedhøjde på 0" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Største farveværdi i PNM-fil er 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Største farveværdi i PNM-fil er for stor" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Rå PNM-billedtype er ugyldig" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "PNM-billedindlæser understøtter ikke dette PNM-underformat" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "Rå PNM-formater kræver præcist ét blankt felt før eksempeldata" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Kan ikke tildele hukommelse til indlæsning af PNM-billede" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Ikke tilstrækkelig hukommelse til indlæsning af PNM-kontekststruktur" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Uventet slutning på PNM-billeddata" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Ikke tilstrækkelig hukommelse til indlæsning af PNM-fil" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "PNM/PBM/PGM/PPM-billedformatfamilien" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "RAS-billede har ugyldige data i filhoved" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "RAS-billede er af en ukendt type" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "RAS-billedvarianten understøttes ikke" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Ikke tilstrækkelig hukommelse til indlæsning af RAS-billede" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Sun raster-billedformatet" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Kan ikke tildele hukommelse til IOBuffer-struktur" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Kan ikke tildele hukommelse til IOBuffer-data" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Kan ikke omtildele IOBuffer-data" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Kan ikke tildele midlertidige IOBuffer-data" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Kan ikke tildele ny pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Kan ikke tildele farvetabelsstruktur" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Kan ikke tildele farvetabelselementer" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Uventet bitdybde for farvetabelselementer" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Kan ikke tildele hukommelse til TGA-hoved" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "TGA-billede har ugyldige dimensioner" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "TGA-billedtype ikke understøttet" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Kan ikke tildele hukommelse til TGA-kontekststruktur" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "For mange data i fil" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Targe-billedformatet" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Kunne ikke finde billedbredde (ugyldig TIFF-fil)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Kunne ikke finde billedhøjde (ugyldig TIFF-fil)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "Bredde eller højde på TIFF-billede er nul" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Dimensionerne af TIFF-billede er for store" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Ikke tilstrækkelig hukommelse til åbning af TIFF-fil" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Fejl under indlæsning af RGB-data fra TIFF-fil" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Kunne ikke åbne TIFF-billede" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "TIFFClose-operationen mislykkedes" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Fejl under indlæsning af TIFF-billede" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Kunne ikke gemme TIFF-billede" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Kunne ikke skrive TIFF-data" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Kunne ikke skrive til TIFF-filen" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "TIFF-billedformatet" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Ikon har bredden nul" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Ikon har højden nul" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Ikke tilstrækkelig hukommelse til indlæsning af billede" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Kunne ikke gemme resten" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "WBMP-billedformatet" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Ugyldig XBM-fil" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Ikke tilstrækkelig hukommelse til indlæsning af XBM-billedfil" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "Fejl ved skriving til midlertidig fil under indlæsning af XBM-billede" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "XBM-billedformatet" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Intet XPM-hoved fundet" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Ugyldig XPM-hoved" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "XPM-fil har en billedbredde <= 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "XPM-fil har en billedhøjde <= 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM har et ugyldig antal tegn per billedpunkt" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "XPM-filen har et ugyldig antal farver" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Kan ikke tildele hukommelse til indlæsning af XPM-billede" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Kan ikke læse XPM-farvetabel" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "Fejl ved skrivning til midlertidig fil under indlæsning af XPM-billede" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "XPM-billedformatet" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "EMF-billedformatet" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Kunne ikke tildele hukommelse: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Kunne ikke oprette strøm: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Kunne ikke søge i strøm: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Kunne ikke læse fra strøm: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Kunne ikke indlæse bitmap" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Kunne ikke indlæse metafil" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Uunderstøttet billedformat til GDI+" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Kunne ikke gemme" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "WMF-billedformatet" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Saml ikke GDI-forespørgsmler" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Benyt ikke Wintab API'et til tablet-understøttelse" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Samme som --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Benyt Wintab API'et [standard]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Størrelse af paletten i 8 bit-tilstand" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "FARVER" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Gør X-kald synkrone" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Starter %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Åbner %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "Åbner %d element" msgstr[1] "Åbner %d elementer" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licens" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Vis licensen for programmet" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Bidragydere" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licens" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Om %s" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Bidragydere" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Skrevet af" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumenteret af" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Oversat af" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafik af" @@ -1248,7 +1259,7 @@ msgstr "Grafik af" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Skift" @@ -1258,7 +1269,7 @@ msgstr "Skift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1268,7 +1279,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1278,7 +1289,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1288,7 +1299,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1298,37 +1309,37 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Mellemrumstast" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "Ugyldig type af funktion: \"%s\"" +msgstr "Ugyldig type af funktion på linje %d: \"%s\"" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "Dobbelt objektid \"%s\" på linje %d (tidligere på linje %d)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Ugyldigt rodelement: \"%s\"" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Unhåndteret mærke: \"%s\"" @@ -1342,7 +1353,7 @@ msgstr "Unhåndteret mærke: \"%s\"" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1350,7 +1361,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1359,7 +1370,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1374,7 +1385,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1390,7 +1401,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1406,7 +1417,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1414,7 +1425,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Slået fra" @@ -1423,25 +1434,25 @@ msgstr "Slået fra" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Ny genvejstast..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Vælg en farve" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Modtog ugyldige farvedata\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1449,7 +1460,7 @@ msgstr "" "Vælg den ønskede farve fra den ydre ring. Vælg lysstyrken for farven fra den " "indre trekant." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1457,68 +1468,68 @@ msgstr "" "Klik på pipetten og klik derefter på en farve et eller andet sted på skærmen " "for at vælge den farve." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Farvetone:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Position på farvehjulet." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Mætning:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "\"Dybden\" i farven." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Værdi:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Lysstyrke for farven." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Rød:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Mængden af rødt lys i farven." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Grøn:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Mængden af grønt lys i farven." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Blå:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Mængden af blåt lys i farven." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "_Uigennemsigtighed:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Gennemsigtigheden af farven." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "Farve_navn:" # "orange" ville være et dårligt eksempel eftersom det hedder det samme på de to sprog -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1526,15 +1537,15 @@ msgstr "" "Du kan indtaste en hexadecimal farveværdi i HTML-stil eller simpelthen et " "farvenavn (på engelsk) såsom \"purple\" her." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Palet:" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Farvehjul" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1544,7 +1555,7 @@ msgstr "" "vælge nu. Du kan trække denne farve til et palet-element eller vælge den som " "den aktive farve ved trække den til den anden farvestrimmel ved siden af." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1552,12 +1563,12 @@ msgstr "" "Den farve du har valgt. Du kan trække denne farve til et palet-element for " "at gemme den til fremtidig brug." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Gem farve her" # RETMIG: er det nu elementet der skal højreklikkes? -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1566,55 +1577,55 @@ msgstr "" "farvestrimmel herhen eller højreklik på dette element og vælg \"Gem farve her" "\" for at ændre elementet." -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Farvevælger" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Indtastnings_metoder" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Indsæt Unicode-kontroltegn" -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Caps Lock er slået til" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Vælg en fil" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Skrivebord" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(ingen)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Anden..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Kunne ikke indhente oplysninger om filen" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Kunne ikke tilføje et bogmærke" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Kunne ikke fjerne bogmærke" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Mappen kunne ikke oprettes" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1622,11 +1633,11 @@ msgstr "" "Mappen kunne ikke oprettes fordi en fil med samme navn allerede findes. Prøv " "at brug et andet mappenavn eller omdøb filen." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Ugyldigt filnavn" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Indholdet af mappen kunne ikke vises" @@ -1634,159 +1645,159 @@ msgstr "Indholdet af mappen kunne ikke vises" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s på %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Søg" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Nyligt brugte" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Vælg hvilke typer filer der vises" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Tilføj mappen \"%s\" til bogmærkerne" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Tilføj den aktuelle mappe til bogmærkerne" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Tilføj de markerede mapper til bogmærkerne" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Fjern bogmærket \"%s\"" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Fjern" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Omdøb..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Placeringer" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Placeringer" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Tilføj" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Tilføj den markerede mappe til bogmærkerne" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Fjern" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Fjern det markerede bogmærke" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Kunne ikke vælge filen" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Tilføj til bogmærker" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Vis _skjulte filer" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Vis _størrelseskolonne" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Filer" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Navn" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Størrelse" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Ændret" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Navn:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_Se efter andre mapper" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Indtast et filnavn" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Opret _mappe" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Sted:" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Gem i _mappe:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Opret i _mappe:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Kan ikke skifte til mappen fordi den ikke er lokal" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Genvejen %s findes allerede" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "Genvejen %s findes ikke" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Der eksisterer allerede en fil som hedder \"%s\". Vil du erstatte den?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." @@ -1794,15 +1805,15 @@ msgstr "" "Filen eksisterer allerede i \"%s\". Hvis du erstatter den, vil dens indhold " "blive overskrevet." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Erstat" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Kunne ikke starte søgeprocessen" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1810,54 +1821,54 @@ msgstr "" "Programmet kunne ikke oprette en forbindelse til indekseringsdæmonen. Sørg " "venligst for at den kører." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Kunne ikke sende søgeforespørgslen" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Søg:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Kunne ikke montere %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Indtast navn på ny mappe" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Ukendt" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "I går klokken %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Ugyldig sti" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Ingen match" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Eneste fuldførelse" @@ -1865,13 +1876,13 @@ msgstr "Eneste fuldførelse" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Fuldført, men ikke unik" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Fuldfører..." @@ -1879,7 +1890,7 @@ msgstr "Fuldfører..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Kun lokale filer kan vælges" @@ -1887,41 +1898,41 @@ msgstr "Kun lokale filer kan vælges" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Ufuldstændigt værtsnavn; afslut det med \"/\"" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Stien findes ikke" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Fejl ved oprettelse af mappen \"%s\": %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Mapper" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Mapper" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Filer" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Mappen kan ikke læses: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1932,88 +1943,88 @@ msgstr "" "tilgængelig for dette program.\n" "Er du sikker på at du vil vælge den?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Ny mappe" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "S_let fil" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Omdøb fil" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "Mappenavnet \"%s\" indeholder symboler der ikke er tilladte i filnavne" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Ny mappe" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "_Mappenavn:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "O_pret" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "Filnavnet \"%s\" indeholder symboler der ikke er tilladte i filnavne" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Fejl ved sletning af filen \"%s\": %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Vil du virkelig slette filen \"%s\"?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Slet fil" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Fejl ved omdøbning af fil til \"%s\": %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Fejl ved omdøbning af filen \"%s\": %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Fejl ved omdøbelse af filen \"%s\" til \"%s\": %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Omdøb fil" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Omdøb filen \"%s\" til:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Omdøb" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Valg: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2022,15 +2033,15 @@ msgstr "" "Filnavnet \"%s\" kunne ikke konverteres til UTF-8 (prøv at sætte " "miljøvariablen G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Ugyldig UTF-8" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Navnet er for langt" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Kunne ikke konvertere filnavnet" @@ -2039,76 +2050,76 @@ msgstr "Kunne ikke konvertere filnavnet" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Filsystem" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Kunne ikke få fat i rodmappen" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(tom)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Vælg en skrifttype" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Skrifttype" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcdefghijkæøå ABCDEFGHIJKÆØÅ" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Familie:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Stil:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "Stø_rrelse:" # passer godt her #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Udseende:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Skrifttypevælger" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "_Gammaværdi" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Fejl ved indlæsning af ikon: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2121,139 +2132,139 @@ msgstr "" "installere det. Du kan få en kopi fra:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "Ikonet \"%s\" er ikke tilgængeligt i tema" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Kunne ikke indlæse ikon" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Simpel" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "System" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "System (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Indtastning" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Ingen udvided indtastningsenheder" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Enhed:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Slået fra" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Skærm" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Vindue" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Tilstand:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Akser" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Nøgler" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Tryk:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "X-_hældning:" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Y-h_ældning:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "H_jul:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "ingen" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(deaktiveret)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(ukendt)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Ryd" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Kopiér URL" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Ugyldig URI" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Indlæs yderligere GTK+-moduler" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULER" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Gør alle advarsler fatale" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "GTK+-fejlretningsflag der skal angives" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "GTK+-fejlretningsflag der skal fjernes" @@ -2262,65 +2273,66 @@ msgstr "GTK+-fejlretningsflag der skal fjernes" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Kan ikke åbne terminal: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "GTK+-tilvalg" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Vis GTK+-tilvalg" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "_Tilslut" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Forbind _anonymt" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Forbind som _bruger:" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Brugernavn:" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domæne:" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Kodeord:" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Glem kodeord _omgående" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Husk kodeord indtil du logger _ud" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Husk for _altid" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Side %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Ikke en gyldig sideopsætningsfil" @@ -2330,12 +2342,12 @@ msgstr "Ikke en gyldig sideopsætningsfil" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" # Det er uklart hvorvidt de mener PDF (portable document format) specifikt, eller måske refererer til en større klasse af dokumenter betegnet portable -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2343,15 +2355,15 @@ msgstr "" "Enhver printer\n" "Til transportable dokumenter" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "tommer" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2366,89 +2378,89 @@ msgstr "" " Top: %s %s\n" " Bund: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Tilpas størrelser..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Formatér til:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Papirstørrelse:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientering:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Sideopsætning" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Margener fra printer..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Brugertilpasset størrelse %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Tilpas størrelser" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Bredde:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Højde:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Papirstørrelse" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Top:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Bund:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Venstre:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Højre:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Papirmargener" # Det er nok når man navigerer og kan se knapper i f.eks. nautilus eller file choosers med f.eks [home] [user] [work], og kan navigere "op og ned" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Op ad stien" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Ned ad stien" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Filsystemets rod" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Ikke tilgængelig" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "_Gem i mappe:" @@ -2456,182 +2468,177 @@ msgstr "_Gem i mappe:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s job #%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Begyndelsestilstand" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Forbereder udskrift" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Genererer data" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Sender data" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Venter" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Blokerer på grund af problem" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Udskriver" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Afsluttet" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Afsluttet med fejl" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Forbereder %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "Forbereder" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Udskriver %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "Fejl ved oprettelse af forhåndsvisning til udskrift" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "" "Den mest sandsynlige årsag er, at en midlertidig fil ikke kunne oprettes." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Fejl ved opstart af forhåndsvisning" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Udskriftsfejl" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Program" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Printeren afkoblet" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Løbet tør for papir" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Holder pause" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Brugerindblanding påkrævet" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Brugertilpasset størrelse" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Ingen printer fundet" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Ugyldigt argument til CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Fejl fra StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Utilstrækkelig fri hukommelse" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Ugyldigt argument til PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Ugyldig pointer til PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Ugyldigt håndtag til PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Uspecificeret fejl" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Printer" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Sted" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Status" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Interval" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Alle sider" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "N_uværende side" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Sid_er:" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2639,125 +2646,124 @@ msgstr "" "Angiv et eller flere intervaller,\n" " f.eks. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "Sid_er:" +msgstr "Sider:" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopier" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Kopi_er:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Saml" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Omvendt" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Generelt" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Sideorden" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Venstre til højre" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Højre til venstre" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Layout" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Do_bbeltsidet:" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Sider pr. _ark:" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Sideor_den:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Udskriv _kun:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Alle ark" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Lige ark" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Ulige ark" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Sk_ala:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papir" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Papir_type:" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Papir_kilde:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Udskrifts_bakke:" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Opgavedetaljer" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oritet:" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Betalingsinformation:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Udskriv dokument" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Nu" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "P_å:" @@ -2765,7 +2771,7 @@ msgstr "P_å:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2773,118 +2779,118 @@ msgstr "" "Angiv udskriftstidspunkt,\n" " f.eks. 15:30, 14:15:20" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "Udskriftstidspunkt" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_Venter" # ??? -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Lad jobbet vente indtil det eksplicit frigøres" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Tilføj forside" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "F_ør:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Efter:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Opgave" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avanceret" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Billedkvalitet" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Farve" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Færdiggør" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Nogle af dialogvinduets indstillinger er i modstrid" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Udskriv" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Kun ikke finde inkluderingsfil: \"%s\"" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Kunne ikke finde billedfil i pixmap_path: \"%s\"" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Denne funktion er ikke implementeret for kontroller af klassen \"%s\"" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Vælg hvilken type dokumenter der skal vises" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Intet element for URI \"%s\" blev fundet" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Unavngivet filter" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Kunne ikke fjerne element" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Kunne ikke rydde listen" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Kopiér _placering" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Fjern fra liste" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Ryd liste" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Vis _private ressourcer" @@ -2898,21 +2904,21 @@ msgstr "Vis _private ressourcer" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Ingen elementer fundet" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Der blev ikke fundet nogen nyligt brugt ressource med URI \"%s\"" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Åbn \"%s\"" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Ukendt element" @@ -2921,7 +2927,7 @@ msgstr "Ukendt element" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2930,37 +2936,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Kun ikke finde et element med URI \"%s\"" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Information" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Advarsel" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Fejl" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Spørgsmål" @@ -2968,552 +2974,552 @@ msgstr "Spørgsmål" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_Om" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Tilføj" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Anvend" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Fed" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Annullér" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_Cd-rom" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Ryd" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Luk" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "_Tilslut" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Konvertér" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Kopiér" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "K_lip" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Slet" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Kassér" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Afbryd" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Udfør" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Redigér" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Find" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Find og e_rstat" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Diskette" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Fuldskærm" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Forlad fuldskærm" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Bund" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Første" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Sidste" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Top" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" -msgstr "Til_bage" +msgstr "_Forrige" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Ned" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" -msgstr "_Fremad" +msgstr "_Næste" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Op" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Harddisk" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Hjælp" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Hjem" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Forøg indrykning" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Formindsk indrykning" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Indeks" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Information" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Kursiv" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Spring til" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Centrér" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Udfyld" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Venstre" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Højre" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Spol frem" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Næste" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "P_ause" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Afspil" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "Fo_rrige" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Optag" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Spol tilbage" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Stop" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Netværk" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Ny" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Nej" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_O.k." -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Åbn" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Landskab" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Portræt" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Omvendt landskab" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Omvendt portræt" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Side_opsætning" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Indsæt" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Indstillinger" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Udskriv" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "_Vis udskrift" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Egenskaber" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Afslut" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Omgør" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Opdatér" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Fjern" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Forkast" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Gem" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Gem _som" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Markér _alt" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Farve" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Skrifttype" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Stigende" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Faldende" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_Stavekontrol" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Stop" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Gennemstreget" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Gendan" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Understreget" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Fortryd" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Ja" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Normal størrelse" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Bedst _passende" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "Zoom _ind" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "Zoom _ud" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Ukendt fejl ved forsøg på at afserialisere %s" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Ingen afserialiseringsfunktion fundet for formatet %s" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "Både \"id\" og \"name\" blev fundet på <%s>-elementet" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "Egenskaben \"%s\" blev fundet to gange på <%s>-elementet" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "<%s>-element har ugyldig id \"%s\"" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "<%s>-element har hverken en \"name\"- eller en \"id\"-egenskab" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "Egenskaben \"%s\" er gentaget to gange på samme <%s>-element" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "Egenskaben \"%s\" er ugyldig på <%s>-elementet i denne sammenhæng" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Mærket \"%s\" er ikke blevet defineret." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Anonymt mærke fundet og mærker kan ikke oprettes." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "Mærket \"%s\" findes ikke i bufferen og mærker kan ikke oprettes." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Elementet <%s> er ikke tilladt under <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" er ikke en gyldig egenskabstype" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" er ikke et gyldigt egenskabsnavn" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" @@ -3521,144 +3527,144 @@ msgstr "" "\"%s\" kunne ikke konverteres til en værdi af typen \"%s\" til egenskaben \"%" "s\"" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" er ikke en gyldig værdi for egenskaben \"%s\"" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Mærket \"%s\" er allerede defineret" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Mærket \"%s\" har en ugyldig prioritet \"%s\"" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "" "Det yderste element i teksten skal være og ikke <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Et <%s>-element er allerede specificeret" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Et -element kan ikke forekomme før et -element" -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Serialiserede data er fejldannede" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Serialiserede data er fejldannede. Første sektion er ikke " "GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM _venstre-mod-højre-mærke" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM _højre-mod-venstre-mærke" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE venstre-mod-højre-_indlejring" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE højre-mod-venstre-i_ndlejring" # RETMIG: rigtigt? -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO venstre-mod-højre-_overskrivning" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO højre-mod-venstre-o_verskrivning" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF _glem retningsformatering" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS _nul bredde mellemrum" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ nul bredde _sammenbinder" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ nul bredde i_kke-sammenbinder" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Kunne ikke finde temamotor i module_path: \"%s\"," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Ingen hjælp ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Uventet startmærke \"%s\" på linje %d tegn %d" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Uventede tegndata på linje %d tegn %d" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Tom" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Lydstyrke" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Skruer lydstyrken ned eller op" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Justerer lydstyrken" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Lydstyrke ned" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Reducerer lydstyrken" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Lydstyrke op" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Forøger lydstyrken" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Tavs" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Fuld lydstyrke" @@ -3667,931 +3673,931 @@ msgstr "Fuld lydstyrke" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Ekstra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Ekstra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Ekstra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Ekstra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "DL-konvolut" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Choukei 2-konvolut" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Choukei 3-konvolut" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Choukei 4-konvolut" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (postkort)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "kahu-konvolut" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "kaku2-konvolut" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (svarpostkort)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "you4-konvolut" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "6x9-konvolut" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "7x9-konvolut" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "9x11-konvolut" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "a2-konvolut" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "c5-konvolut" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "Europæisk edp" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold europæisk" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold amerikansk" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold tysk legal" # Jeg tror det er bedst at bruge den engelske streng her -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government legal" # Jeg tror det er bedst at bruge den engelske streng her -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government letter" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Indeks 3x5" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Indeks 4x6 (postkort)" # ext? -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Indeks 4x6 ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Indeks 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Faktura" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "Amerikansk legal" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "Amerikansk legal ekstra" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "Amerikansk letter" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "Amerikansk letter ekstra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "Amerikansk letter plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Monark-konvolut" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "#10-konvolut" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "#11-konvolut" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "#12-konvolut" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "#14-konvolut" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "#9-konvolut" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Personlig konvolut" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Bredt format" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Invitationskonvolut" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Italiensk konvolut" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Postfix-konvolut" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Lille fotografi" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "prc1-konvolut" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "prc10-konvolut" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "prc2-konvolut" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "prc3-konvolut" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "prc4-konvolut" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "prc5-konvolut" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "prc6-konvolut" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "prc7-konvolut" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "prc8-konvolut" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "forskellige idata fundet for den symbolsk lænkede \"%s\" og \"%s\"\n" # Ved ikke hvilken betydning af header der gør sig gældende, så lad os lade header blive stående indtil nogen får en god idé -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Kunne ikke skrive header\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Kunne ikke skrive hashtabel\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Kunne ikke skrive mappeindeks\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Kunne ikke skrive header igen\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Kunne ikke åbne filen %s : %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Kunne ikke skrive lagerfil: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Det genererede lager var ugyldigt.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Kunne ikke omdøbe %s til %s: %s, fjerner så %s.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Kunne ikke omdøbe %s til %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Kunne ikke omdøbe %s tilbage til %s: %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Lagerfil oprettet korrekt.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Overskriv et eksisterende lager, selv hvis det er opdateret" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Kontrollér ikke hvorvidt index.theme findes" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Inkludér ikke billeddata i lageret" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Udskriv header-fil til C" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Deaktivér detaljeret udskrift" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Validér eksisterende ikonlager" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Filen ikke fundet: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Ikke et gyldigt ikonlager: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Ingen temaindeksfil." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4602,271 +4608,271 @@ msgstr "" "index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amharisk (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cedilla" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Kyrillisk (transskriberet)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (transskriberet)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Multipress" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thai-Lao" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrigna-Eritreask (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrigna-Ethiopisk (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamesisk (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "X-indtastningsmetode" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Printeren \"%s\" er næsten løbet tør for toner." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Printeren \"%s\" er løbet tør for toner." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "Printeren \"%s\" er næsten løbet tør for fremkalder." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Printeren \"%s\" er løbet tør for fremkalder." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "Printeren \"%s\" er næsten løbet tør for mindst en farve." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Printeren \"%s\" er løbet tør for mindst en farve." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "Kabinettet til printeren \"%s\" er åbent." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "Lågen på printeren \"%s\" står åben." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Printeren \"%s\" er næsten løbet tør for papir." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Printeren \"%s\" er løbet tør for papir." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Printeren \"%s\" er i øjeblikket offline." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Printeren \"%s\" er måske ikke tilsluttet." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Der er et problem på printeren \"%s\"." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "På pause ; afviser job" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Afviser job" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Dobbeltsidet" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Papirtype" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Papirkilde" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Udskriftsbakke" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Opløsning" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "Forfiltrering af GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Enkeltsidet" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Lange kant (standard)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Korte kant (omvendt)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Vælg automatisk" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Printerforvalg" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Indlejr kun GhostScript-skrifttyper" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Konvertér til PS niveau 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Konvertér til PS niveau 2" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Ingen forfiltrering" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Diverse" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Presserende" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Høj" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Mellem" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Lav" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Venstre til højre, top til bund" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Venstre til højre, bund til top" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Højre til venstre, top til bund" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Højre til venstre, bund til top" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Top til bund, venstre til højre" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Top til bund, højre til venstre" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Bund til top, venstre til højre" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Bund til top, højre til venstre" @@ -4874,66 +4880,66 @@ msgstr "Bund til top, højre til venstre" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Antal sider pr. ark" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Jobprioritet" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Betalingsinformation" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Ingen" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Klassificeret" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Betroet" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Hemmelig" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Forvalgt" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Tophemmelig" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Uklassificeret" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Før" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Efter" @@ -4941,14 +4947,14 @@ msgstr "Efter" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Udskrift" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Udskriv på tidspunkt" @@ -4956,65 +4962,65 @@ msgstr "Udskriv på tidspunkt" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Brugertilpasset %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "udskrift.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Udskriv til fil" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Sider pr. _ark:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Fil" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "_Udskriftsformat" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Udskriv til LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Antal sider pr. ark" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Kommandolinje" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "test-uddata.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Udskriv til testprinter" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Kunne ikke indhente oplysninger om filen \"%s\": %s" From bf641cd46199160a74324631b1152071d66d3dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Gonz=C3=A1lez?= Date: Sun, 12 Apr 2009 16:49:25 +0200 Subject: [PATCH 059/190] Updated Spanish translation --- po/es.po | 2081 +++++++++++++++++++++++++++--------------------------- 1 file changed, 1044 insertions(+), 1037 deletions(-) diff --git a/po/es.po b/po/es.po index c45e75303b..674d01163d 100644 --- a/po/es.po +++ b/po/es.po @@ -13,9 +13,10 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-04-08 18:14+0200\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" +"+&component=general\n" +"POT-Creation-Date: 2009-04-12 03:30+0000\n" +"PO-Revision-Date: 2009-04-12 14:29+0200\n" "Last-Translator: Jorge González \n" "Language-Team: Español \n" "MIME-Version: 1.0\n" @@ -24,58 +25,58 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Error al analizar la opción --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Error al analizar la opción --gdk-no-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Clase del programa tal como la usa el gestor de ventanas" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "CLASE" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Nombre del programa tal como lo usa el gestor de ventanas" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "NOMBRE" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "Visor [display] X a usar" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "VISOR" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "Pantalla [screen] X a usar" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "PANTALLA" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Opciones de depuración Gdk que establecer" @@ -83,213 +84,213 @@ msgstr "Opciones de depuración Gdk que establecer" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "OPCIONES" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Opciones de depuración Gdk que quitar" -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "Retroceso" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tab" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Intro" -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pausa" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Bloq Despl" -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "_PetSis" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Escape" -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "MultiKey" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Inicio" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Izquierda" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Arriba" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Derecha" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Abajo" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Re Pág" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Av Pág" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "Fin" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Inicio" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Imprimir" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insertar" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Bloq Num" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "TN Espacio" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "TN Tabulador" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "TN Intro" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "TN Inicio" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "TN ←" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "TN ↑" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "TN →" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "TN ↓" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "TN Re Pág" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "TN Anterior" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "TN Av Pág" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "TN Siguiente" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "TN Fin" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "TN Inicio" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "TN Ins" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "TN Supr" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Supr" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "No se ha podido abrir el archivo «%s»: %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "El archivo de imagen «%s» no contiene datos" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -297,7 +298,7 @@ msgstr "" "No se ha podido cargar la imagen «%s»: el motivo es desconocido, " "probablemente el archivo gráfico esté corrupto" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -306,12 +307,12 @@ msgstr "" "No se ha podido cargar la animación «%s»: el motivo es desconocido, " "probablemente el archivo de la animación esté corrupto" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "No se ha podido cargar el módulo de carga de imágenes: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -320,55 +321,55 @@ msgstr "" "El módulo de carga de imágenes %s no exporta el interfaz adecuado; ¿puede " "que sea de una versión de GTK diferente?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "El tipo de imagen «%s» no está soportado" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "No se ha podido reconocer el formato de imagen del archivo «%s»" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "No se ha reconocido el formato de imagen del archivo" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "No se ha podido cargar la imagen «%s»: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Error al escribir en el archivo imagen: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "" "Esta compilación de gdk-pixbuf no soporta el guardar imágenes con el " "formato: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "No hay memoria suficiente para guardar la imagen a la que retrollamar" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "No se ha podido abrir el archivo temporal" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "No se ha podido leer del archivo temporal" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "No se ha podido abrir «%s» para escritura: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -377,15 +378,15 @@ msgstr "" "No se ha podido cerrar «%s» mientras se escribía la imagen, puede que no se " "hayan guardado todos los datos: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "No hay memoria suficiente para guardar la imagen en un búfer" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Error al escribir en el flujo de la imagen" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -394,144 +395,149 @@ msgstr "" "Error interno: El módulo de carga de imágenes «%s» ha fallado al completar " "una operación, pero no ha dado ninguna razón del fallo" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "No hay soporte para la carga incremental de las imágenes del tipo «%s»" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "La cabecera de la imagen está corrupta" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "El formato de la imagen es desconocido" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Los datos del píxel de la imagen están corrompidos" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "no se ha podido asignar un búfer para la imagen de %u byte" msgstr[1] "no se ha podido asignar un búfer para la imagen de %u bytes" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Porción de icono inesperada en la animación" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Tipo de animación no soportado" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Cabecera inválida en la animación" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "No hay memoria suficiente para cargar la animación" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Porción malformada en la animación" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "El formato de imagen ANI" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "La imagen BMP tiene datos de cabecera erróneos" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "No hay memoria suficiente para cargar el mapa de bits" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "La imagen BMP tiene un tamaño de cabecera no soportado" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Las imágenes BMP «Topdown» no se pueden comprimir" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Se ha encontrado un final de archivo antes de lo esperado" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "No se pudo asignar memoria para guardar el archivo BMP" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "No se ha podido escribir en el archivo BMP" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "El formato de imagen BMP" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Se produjo un fallo durante la lectura del GIF: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "" "Al archivo GIF le faltan algunos de datos (¿quizás se ha truncado en algún " "momento?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Error interno en el cargador de GIF (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Desbordamiento de pila" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "El cargador de imágenes GIF no puede entender esta imagen." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Se ha encontrado un código incorrecto" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Entrada de tabla circular en el archivo GIF" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "No hay memoria suficiente para cargar el archivo GIF" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "No hay memoria suficiente para componer un fotograma en el archivo GIF" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "La imagen GIF está corrupta (la compresión LZW es incorrecta)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "El archivo no parece ser un archivo GIF" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "La versión %s del formato de archivo GIF no está soportada" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -539,112 +545,114 @@ msgstr "" "La imagen GIF no tiene un mapa de colores global, y un marco interno no " "tiene un mapa de color local." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "La imagen GIF fue truncada o incompleta." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "El formato de imagen GIF" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "La cabecera del icono no es válida" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "No hay memoria suficiente para cargar el icono" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "La anchura del icono es cero" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "La altura del icono es cero" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Los iconos comprimidos no están soportados" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Tipo de icono no soportado" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "No hay memoria suficiente para cargar el archivo ICO" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Imagen demasiado grande para guardarse como ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "El punto caliente del cursor está fuera de la imagen" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Profundidad no soportada para el archivo ICO: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "El formato de imagen ICO" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Error al leer la imagen ICNS: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "No se pudo decodificar el archivo ICNS" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "El formato de imagen ICNS" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "No se pudo asignar memoria para el flujo" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "No se pudo decodificar la imagen" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "El JPEG 2000 transformado tiene anchura o altura cero" -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Actualmente no se soporta el tipo de imagen" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "No se pudo asignar memoria para el perfil de color" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "No hay memoria suficiente para abrir el archivo JPEG 2000" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "No se pudo asignar memoria para almacenar los datos de la imagen" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "El formato de imagen JPEG 2000" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Error al interpretar el archivo gráfico JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -652,21 +660,21 @@ msgstr "" "No hay memoria suficiente para cargar la imagen, intente salir de algunas " "aplicaciones para liberar memoria" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Espacio de color JPEG no soportado (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "No se puede asignar memoria para cargar el archivo JPG" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "El JPEG transformado tiene anchura o altura cero." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -675,7 +683,7 @@ msgstr "" "La calidad de un JPEG debe ser un valor entre 0 y 100; el valor «%s» no se " "puede interpretar." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -683,87 +691,87 @@ msgstr "" "La calidad JPEG debe ser un valor entre 0 y 100; el valor «%d» no está " "permitido." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "El formato de imagen JPEG" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "No se puede asignar memoria para la cabecera" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "No se puede asignar memoria para el búfer del contexto" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "La imagen tiene una anchura y/o altura inválida" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "La imagen tiene un bpp no soportado" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "La imagen tiene un número no soportado de planos %d-bit" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "No se puede crear un búfer de píxeles nuevo" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "No se puede asignar memoria para los datos de línea" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "No se puede asignar memoria para los datos de paleta" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "No se obtuvieron todas las líneas de la imagen PCX" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "No se encontró una paleta al final de los datos PCX" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "El formato de imagen PCX" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Los bits por canal de la imagen PNG son inválidos." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "El PNG transformado tiene anchura o altura cero." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Los bits por canal del PNG transformado no son 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "El PNG transformado no es RGB o RGBA." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "El PNG transformado posee un número de canales no soportados, deben ser 3 o " "4." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Error fatal en el archivo gráfico PNG: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "No hay memoria suficiente para cargar el archivo PNG" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -772,27 +780,27 @@ msgstr "" "No hay memoria suficiente para almacenar una imagen de %ld por %ld; intente " "cerrar algunas aplicaciones para reducir la utilización de memoria" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Error fatal leyendo el archivo gráfico PNG" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Error fatal leyendo el archivo gráfico PNG: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Las claves para las porciones de texto PNG deben tener al menos entre 1 y un " "máximo de 79 caracteres." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "Las claves para las porciones de texto PNG deben ser caracteres ASCII." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -801,7 +809,7 @@ msgstr "" "El nivel de compresión PNG debe ser un valor entre 0 y 9; el valor «%s» no se " "puede interpretar." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -810,426 +818,430 @@ msgstr "" "El nivel de compresión PNG debe ser un valor entre 0 y 9; el valor «%d» no " "está permitido." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "El valor la porción de texto PNG %s no puede convertirse a la codificación " "ISO-8859-1." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "El formato de imagen PNG" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "El cargador PNM esperaba encontrar un entero, pero no lo encontró" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "El archivo PNM tiene un byte inicial incorrecto" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "El archivo PNM no está en un subformato PNM reconocido" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "El archivo PNM tiene un ancho de imagen de 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "El archivo PNM tiene un alto de imagen de 0" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "El valor máximo de color en el archivo PNM es 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "El valor máximo de color en el archivo PNM es demasiado grande" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "El tipo de imagen PNM en bruto no es válido" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "El cargador de imágenes PNM no permite este subformato PNM" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "Los formatos PNM en bruto requieren exactamente un espacio en blanco antes " "de los datos" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "No se puede asignar memoria para cargar la imagen PNM" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "" "No hay memoria suficiente para cargar la estructura de contexto del PNM" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Final no esperado de los datos de la imagen PNM" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "No hay memoria suficiente para cargar el archivo PNM" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "La familia de formatos de imágenes PNM/PBM/PGM/PPM" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "La imagen RAS posee datos de cabecera erróneos" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "La imagen RAS posee un tipo desconocido" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "variación de imagen RAS no soportada" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "No hay memoria suficiente para cargar la imagen RAS" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "El formato de imagen Sun raster" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "No se puede asignar memoria para la estructura IOBuffer" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "No se puede asignar memoria para los datos de IOBuffer" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "No se puede volver a reservar memoria para los datos de IOBuffer" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "No se pueden asignar los datos temporales de IOBuffer" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "No se puede asignar un nuevo pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "No se puede asignar la estructura del mapa de colores" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "No se puede asignar las entradas del mapa de colores" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Profundidad de color inesperada para las entradas del mapa de color" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "No se puede asignar memoria para la cabecera TGA" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "La imagen TGA tiene dimensiones inválidas" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "El tipo de imagen TGA no está soportado" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "No se puede asignar memoria para la estructura «context» de TGA" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Exceso de datos en el archivo" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "El formato de imagen Targa" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "" "No se ha podido obtener el ancho de la imagen (archivo TIFF incorrecto)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "No se puede obtener el alto de la imagen (archivo TIFF incorrecto)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "El ancho o alto de la imagen TIFF es cero" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Las dimensiones de la imagen TIFF son demasiado grandes" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "No hay memoria suficiente para abrir el archivo TIFF" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "No se ha podido cargar los datos RGB desde el archivo TIFF" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "No se ha podido abrir la imagen TIFF" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "La operación TIFFClose falló" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "No se ha podido cargar la imagen TIFF" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "No se ha podido guardar la imagen TIFF" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "No se han podido escribir los datos TIFF" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "No se ha podido escribir en el archivo TIFF" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "El formato de imagen TIFF" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "La imagen tiene ancho cero" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "La imagen tiene alto cero" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "No hay memoria suficiente para cargar la imagen" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "No se ha podido guardar el resto" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "El formato de imagen WBMP" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "El archivo XBM no es válido" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "No hay memoria suficiente para cargar el archivo gráfico XBM" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "" "No se ha podido escribir en el archivo temporal cuando se cargaba la imagen " "XBM" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "El formato de imagen XBM" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "No se ha encontrado la cabecera XPM" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Cabecera XPM inválida" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "El archivo XPM tiene un ancho de imagen <= 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "El archivo XPM tienen un alto de imagen <= 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "El XPM tiene un número inválido de caracteres por píxel" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "El archivo XPM tienen un número inválido de colores" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "No se puede asignar memoria para cargar la imagen XPM" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "No se puede leer el mapa de color de XPM" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "" "No se ha podido escribir en el archivo temporal al cargar la imagen XPM" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "El formato de imagen XPM" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "El formato de imagen EMF" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "No se pudo asignar memoria: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "No se pudo crear el flujo: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "No se pudo buscar el flujo: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "No se pudo leer del flujo: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "No se pudo cargar el mapa de bits" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "No se pudo cargar el meta archivo" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Formato de imagen no soportado para GDI+" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "No se pudo guardar" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "El formato de imagen WMF" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "No poner en lotes las solicitudes GDI" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "No usar el API Wintab para el soporte de tablas digitalizadoras" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Lo mismo que --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "No usar el API Wintab [predeterminado]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Tamaño de la paleta en modo 8 bits" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "COLORES" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Hacer llamadas a X síncronas" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Iniciando %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Abriendo %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "Aberiendo %d elemento" msgstr[1] "Abriendo %d elementos" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licencia" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "La licencia del programa" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "C_réditos" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licencia" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Acerca de %s" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Créditos" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Escrito por" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documentado por" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Traducido por" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Arte por" @@ -1238,7 +1250,7 @@ msgstr "Arte por" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Mayús" @@ -1248,7 +1260,7 @@ msgstr "Mayús" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1258,7 +1270,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1268,7 +1280,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1278,7 +1290,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1288,38 +1300,38 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Espacio" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Contrabarra" -#: gtk/gtkbuilderparser.c:343 +#: ../gtk/gtkbuilderparser.c:343 #, c-format msgid "Invalid type function on line %d: '%s'" msgstr "Tipo de función no válido en la línea %d: «%s»" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" msgstr "" "ID «%s» de objeto duplicado en la línea %d (anteriormente en la línea %d)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Nombre de elemento raíz no válido: «%s»" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Etiqueta no soportada: «%s»" @@ -1333,7 +1345,7 @@ msgstr "Etiqueta no soportada: «%s»" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1341,7 +1353,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1350,7 +1362,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1365,7 +1377,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1381,7 +1393,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1397,7 +1409,7 @@ msgstr "%Id" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1405,7 +1417,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Desactivado" @@ -1414,25 +1426,25 @@ msgstr "Desactivado" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Acelerador nuevo…" -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Escoja un color" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Se recibió un dato de color no válido\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1440,7 +1452,7 @@ msgstr "" "Seleccione el color que desea desde el anillo exterior. Seleccione la " "oscuridad o luminosidad de ese color usando el triángulo interior." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1448,67 +1460,67 @@ msgstr "" "Pulse en el gotero, luego pulse sobre cualquier color que haya en su " "pantalla para seleccionar ese color." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Matiz:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Posición en la rueda de colores." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Saturación:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "Profundidad del color." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Valor:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Brillo del color." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Rojo:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Cantidad de luz roja en el color." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Verde:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Cantidad de luz verde en el color." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Azul:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Cantidad de luz azul en el color." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "_Opacidad:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Transparencia del color." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "_Nombre del color:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1516,15 +1528,15 @@ msgstr "" "Puede introducir en esta entrada un valor de color en estilo HTML " "hexadecimal, o simplemente un nombre de color como «orange»." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Paleta:" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Rueda de color" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1535,7 +1547,7 @@ msgstr "" "seleccionar este color como actual arrastrándolo al otro color a lo largo de " "la muestra." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1543,11 +1555,11 @@ msgstr "" "El color elegido. Puede arrastrar este color a una entrada de la paleta para " "guardarlo para usarlo en el futuro." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Guardar color aquí" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1556,56 +1568,56 @@ msgstr "" "Para cambiar esta entrada, arrastre un color de muestra aquí o pulse con el " "botón derecho sobre éste y seleccione «Guardar color aquí»." -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Selección de color" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Métodos de entrada" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Insertar un carácter de control Unicode" -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Bloq Mayús está activado" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Seleccione un archivo" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Escritorio" # src/file-manager/fm-icon-text-window.c:85 -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Ninguno)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Otro…" -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "No se pudo obtener la información acerca del archivo" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "No se pudo añadir un marcador" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "No se pudo quitar el marcador" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "No se pudo crear la carpeta" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1613,11 +1625,11 @@ msgstr "" "No se pudo crear la carpeta, debido a que ya existe un archivo con el mismo " "nombre. Intenta usar un nombre distinto o renombre el archivo primero." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Nombre de archivo inválido" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "No se pudo mostrar el contenido de la carpeta" @@ -1625,176 +1637,176 @@ msgstr "No se pudo mostrar el contenido de la carpeta" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s en %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Buscar" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Usados recientemente" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Seleccione qué tipos de archivos se muestran" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Añadir la carpeta «%s» a los marcadores" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Añadir la carpeta actual a los marcadores" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Añadir las carpetas seleccionadas a los marcadores" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Quitar el marcador «%s»" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Quitar" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Renombrar…" #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Lugares" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Lugares" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Añadir" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Añade la carpeta seleccionada a los marcadores" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Quitar" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Quitar el marcador seleccionado" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "No se pudo seleccionar el archivo" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Añadir a los marcadores" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Mostrar archivos _ocultos" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Mostrar columna de _tamaño" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Archivos" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Nombre" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Tamaño" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Modificado" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Nombre:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_Buscar otras carpetas" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Teclee un nombre de archivo" # C en conflicto con Cancelar #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Crear car_peta" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Lugar:" # El acelerador c entra en conflicto con cancelar -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "_Guardar en la carpeta:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Crear en la _carpeta:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "No se pudo cambiar a la carpeta porque no es local" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "La combinación %s ya existe" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "La combinación %s no existe" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Ya existe un archivo llamado «%s». ¿Quiere reemplazarlo?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "" "El archivo ya existe en «%s». Si lo reemplaza sobreescribirá su contenido." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Reemplazar" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "No se ha podido iniciar el proceso de búsqueda" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1802,54 +1814,54 @@ msgstr "" "El programa no fue capaz de crear una conexión con el demonio indexador. Por " "favor asegúrese de que se está ejecutando." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "No se ha podido enviar la petición de búsqueda" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Buscar:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "No se pudo montar %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Teclee el nombre de la carpeta nueva" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Desconocido" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Ayer a las %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Ruta no válida" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "No hay coincidencias" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Completado único" @@ -1857,13 +1869,13 @@ msgstr "Completado único" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Completado, pero no único" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Completando…" @@ -1871,7 +1883,7 @@ msgstr "Completando…" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Sólo se pueden seleccionar archivos locales" @@ -1879,41 +1891,41 @@ msgstr "Sólo se pueden seleccionar archivos locales" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Nombre de equipo incompleto; termínelo con «/»" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "La ruta no existe" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Error al crear la carpeta «%s» : %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Carpetas" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Carpetas" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Archivos" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Carpeta ilegible: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1924,19 +1936,19 @@ msgstr "" "disponible para este programa.\n" "¿Está seguro que desea seleccionarlo?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "Carpeta _nueva" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "_Borrar archivo" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Renombrar archivo" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" @@ -1944,72 +1956,72 @@ msgstr "" "El nombre de la carpeta «%s» contiene símbolos que no están permitidos en los " "nombres de archivos" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Carpeta nueva" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "_Nombre de la carpeta:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "C_rear" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "El nombre «%s» contiene símbolos que no están permitidos en nombres de " "archivos" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Error al borrar el archivo «%s»: %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "¿Realmente desea borrar el archivo «%s»?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Borrar archivo" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Error al renombrar el archivo a «%s»: %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Error al renombrar el archivo «%s»: %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Error al renombrar el archivo «%s» como «%s»: %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Renombrar archivo" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Renombrar archivo «%s» a:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Renombrar" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Selección: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2018,15 +2030,15 @@ msgstr "" "El nombre de archivo «%s» no ha podido ser convertido a UTF-8. (intente " "definir la variable de entorno G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 inválido" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "El nombre es demasiado largo" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "No se ha podido convertir el nombre del archivo" @@ -2035,77 +2047,77 @@ msgstr "No se ha podido convertir el nombre del archivo" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Sistema de archivos" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "No se ha podido obtener la carpeta raíz" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Vacío)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Escoja una tipografía" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Tipografía" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "" "El veloz murciélago hindú comía feliz cardillo y kiwi. La cigüeña tocaba el " "saxofón detrás del palenque de paja." -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Familia:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Estilo:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Tamaño:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Vista previa:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Selección de tipografías" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Valor _gamma" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Ocurrió un error al cargar el icono: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2118,140 +2130,140 @@ msgstr "" "Puede obtener una copia desde:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "El icono «%s» no está presente en el tema" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "No se pudo cargar el icono" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Simple" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Sistema" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Sistema (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Entrada" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Sin dispositivos extendidos de entrada" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Dispositivo:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Desactivado" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Pantalla" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Ventana" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Modo:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Ejes" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Teclas" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Presión:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "_Inclinación X:" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "I_nclinación Y:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Rueda:" # src/file-manager/fm-icon-text-window.c:85 -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "ninguno" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(desactivado)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(desconocido)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Limpiar" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Copiar URL" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "URI inválida" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Cargar módulos adicionales GTK+" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MÓDULOS" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Hacer todas las advertencias fatales" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Opciones de depuración GTK+ a poner" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Opciones de depuración GTK+ a quitar" @@ -2260,65 +2272,66 @@ msgstr "Opciones de depuración GTK+ a quitar" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "No se puede abrir el visor: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Opciones GTK+" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Mostrar opciones GTK+" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Co_nectar" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Conectar de forma _anónima" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Conectar como u_suario:" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Usuario:" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Dominio:" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Contraseña:" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Olvidar contraseña _inmediatamente" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Recordar la contraseña hasta _salir de la sesión" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Recordar para siempre" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Página %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "No es un archivo válido de configuración de página" @@ -2328,11 +2341,11 @@ msgstr "No es un archivo válido de configuración de página" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2340,15 +2353,15 @@ msgstr "" "Cualquier impresora\n" "Para documentos portables" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "pulgadas" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2363,88 +2376,88 @@ msgstr "" " Superior: %s %s\n" " Inferior: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Gestión de tamaños personalizados…" -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Formato para:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "Tamaño del _papel:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientación:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Configuración de página" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Márgenes de la impresora…" -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Tamaño personalizado %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Gestionar tamaños personalizados" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "A_nchura:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "A_ltura:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Tamaño del papel" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Superior:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "In_ferior:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Izquierdo:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Derecho:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Márgenes del papel" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Ruta superior" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Ruta inferior" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Sistema de archivos raíz" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "No disponible" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "_Guardar en la carpeta:" @@ -2452,181 +2465,176 @@ msgstr "_Guardar en la carpeta:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s tarea #%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Estado inicial" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Preparándose para imprimir" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Generando datos" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Enviando datos" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Esperando" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Bloqueado en una hoja" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Imprimiendo" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Terminando" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Terminado con error" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Preparando %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "Preparando" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Imprimiendo %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "Error al crear la vista previa de impresión" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "La razón más probable es que no se pudiera crear un archivo temporal." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Error al lanzar la vista previa" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Error en la impresión" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplicación" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Impresora desconectada" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Papel agotado" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Pausada" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Necesita intervención del usuario" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Tamaño personalizado" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "No se encontró ninguna impresora" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Argumento invalido para CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Error desde StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "No hay memoria suficiente" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Argumento invalido para PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Puntero inválido a PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Manipulador inválido a PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Error no especificado" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Impresora" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Lugar" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Estado" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Rango" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Todas las páginas" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Página a_ctual" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Págin_as:" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2634,125 +2642,124 @@ msgstr "" "Especifique uno o más rangos de páginas,\n" "ej. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "Págin_as:" +msgstr "Páginas" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Copias" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "_Copias:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Intercalar" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "In_vertir" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "General" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Orden de las hojas" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Izquierda a derecha" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Derecha a izquierda" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Disposición" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Por las _dos caras:" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Páginas por _hoja:" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Or_den de páginas:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Sólo imprimir:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Todas las hojas" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Hojas pares" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Hojas impares" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Escala:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papel" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tipo de papel:" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Fuente del papel:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_Bandeja de salida:" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detalles de la tarea" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "_Prioridad:" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Info de _facturación:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Imprimir documento" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Ahora" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_En:" @@ -2760,7 +2767,7 @@ msgstr "_En:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2768,117 +2775,117 @@ msgstr "" "Especifique la hora de impresión,\n" "ej. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "Hora de la impresión" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "En _espera" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Retener el trabajo hasta que se libere explícitamente" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Añadir página de cubierta" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "An_tes:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Después:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Tarea" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avanzado" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Calidad de imagen" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Color" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Terminando" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Algunos de los ajustes del diálogo están en conflicto" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Imprimir" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "No se ha podido encontrar el archivo «include»: «%s»" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Imposible encontrar un archivo imagen en pixmap_path: «%s»" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Esta función no está implementada para los widgets de la clase «%s»" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Seleccione qué tipos de documentos se muestran" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "No se encontró ningún elementos para la URI «%s»" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Filtro sin título" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "No se pudo quitar el elemento" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "No se pudo limpiar la lista" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Copiar _lugar" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Quitar de la lista" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Limpiar lista" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Mostrar recursos _privados" @@ -2892,21 +2899,21 @@ msgstr "Mostrar recursos _privados" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "No se encontró ningún elemento" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "No se encontró un recurso usado recientemente con la URI «%s»" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Abrir «%s»" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Elemento desconocido" @@ -2915,7 +2922,7 @@ msgstr "Elemento desconocido" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2924,37 +2931,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "No se ha podido encontrar un elemento con el URI «%s»" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Información" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Advertencia" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Error" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Pregunta" @@ -2962,699 +2969,699 @@ msgstr "Pregunta" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "Acerca _de" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Añadir" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Aplicar" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Negrita" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Cancelar" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-Rom" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Limpiar" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Cerrar" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "_Conectar" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Convertir" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Copiar" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "Cor_tar" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Borrar" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Descartar" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Desconectar" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Ejecutar" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Editar" # src/nautilus-first-time-druid.c:290 -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Buscar" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Buscar y _reemplazar" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Disquete" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "Pantalla _completa" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Salir de pantalla completa" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Inferior" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Primero" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Último" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Superior" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "A_trás" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Bajar" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "A_delante" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Subir" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Disco duro" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "Ay_uda" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Inicio" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Aumentar sangría" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Disminuir sangría" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" -msgstr "_Índice" +msgstr "_Ind_ice" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Información" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Cursiva" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Ir a" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Centro" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Rellenar" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Izquierda" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Derecha" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "A_delante" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Siguiente" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "_Pausa" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Reproducir" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "_Anterior" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Grabar" # src/nautilus-first-time-druid.c:290 #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Rebobinar" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Detener" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Red" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Nuevo" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_No" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_Aceptar" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Abrir" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Apaisado" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Vertical" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Apaisado invertido" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Vertical invertido" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "_Configuración de página" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Pegar" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Preferencias" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Imprimir" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "_Vista previa de impresión" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Propiedades" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Salir" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Rehacer" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Actualizar" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Quitar" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Revertir" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Guardar" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Guardar _como" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Seleccionar _todo" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Color" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Tipografía" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Ascendente" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Descendente" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "Comprobar _ortografía" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Detener" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Tachar" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Recuperar" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Subrayar" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Deshacer" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Sí" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "Tamaño _normal" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Ajuste _óptimo" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "_Ampliar" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "_Reducir" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Error desconocido al intentar deserializar %s" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "No se encontró función de deserialización para el formato %s" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "Se encontraron tanto \"id\" como \"name\" en el elemento <%s>" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "Se encontró el atributo \"%s\" dos veces en el elemento <%s>" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "El elemento <%s> tiene el id inválido \"%s\"" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "" "El elemento <%s> no tiene ni un elemento \"name\" ni un elemento \"id\"" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "El atributo \"%s\" se repite dos veces en el mismo elemento <%s>" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "El atributo \"%s\" es inválido en el elemento <%s> en este contexto" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "La etiqueta «%s» no ha sido definida." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Se encontró una etiqueta anónima y las etiquetas no se pueden crear." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "" "La etiqueta «%s» no existe en el búfer y las etiquetas no se pueden crear." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "El elemento <%s» no se permite debajo de <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "«%s» no es un tipo de atributo válido" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "«%s» no es un nombre de atributo válido" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "" "\"%s\" no se pudo convertir a un valor de tipo \"%s\"para el atributo \"%s\"" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" no es un valor válido para el atributo \"%s\"" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "La etiqueta \"%s\" ya está definida" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "La etiqueta \"%s\" tiene prioridad \"%s\" inválida" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "" "El elemento más externo en el texto debe ser no <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Ya se ha especificado un elemento <%s>" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Un elemento no puede estar antes de un elemento " -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Los datos serializados están mal formados" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Los datos serializados están mal formados. La primera sección no es " "GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "Marca de _izquierda-a-derecha [LRM]" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "Marca de _derecha-a-izquierda [RLM]" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "In_crustamiento de izquierda-a-derecha [LRE]" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "Inc_rustamiento de derecha-a-izquierda [RLE]" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "_Sobreescritura de izquierda-a-derecha [LRO]" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "Pre_valencia de derecha-a-izquierda [RLO]" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "Formateo d_ireccional emergente [PDF]" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "Espacio de ancho _cero [ZWS]" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "En_samblador de ancho cero [ZWJ]" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "_No ensamblador de ancho cero [ZWNJ]" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Imposible encontrar el motor de temas en la ruta al _modulo: «%s»," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "-- Sin consejo --" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Etiqueta de inicio «%s» inesperada en la línea %d, carácter %d" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Dato carácter inesperado en la línea %d, carácter %d" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Vacío" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Volumen" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Sube o baja el volumen" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Ajusta el volumen" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Bajar volumen" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Disminuye el volumen" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Subir volumen" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Aumenta el volumen" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Silenciado" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Volumen total" @@ -3663,928 +3670,928 @@ msgstr "Volumen total" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Sobre DL" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Sobre Choukei 2" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Sobre Choukei 3" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Sobre Choukei 4" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "Hagaki (postal)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Sobre Kahu" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Sobre Kaku2" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "Oufuku (postal de respuesta)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Sobre You4" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr " " -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Sobre 6x9" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Sobre 7x9" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Sobre 9x11" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Sobre A2" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Sobre c5" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "edp europeo" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Ejecutivo" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold europeo" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold EE. UU." -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold alemán legal" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Legal gubernamental" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Carta oficial" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Index 3x5" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (postal)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Index 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Invoice" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloide" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Sobre Monarch" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Sobre nº10" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Sobre nº11" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Sobre nº12" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Sobre nº14" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Sobre nº9" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Sobre personal" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Formato ancho" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Sobre de invitación" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Sobre italiano" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Sobre Postfix" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Foto pequeña" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Sobre prc1" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Sobre prc10" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Sobre prc2" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Sobre prc3" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Sobre prc4" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Sobre prc5" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Sobre prc6" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Sobre prc7" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Sobre prc8" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "" "se encontraron diferentes idatas para el «%s» enlazado simbólicamente y «%s»\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "No se ha podido escribir la cabecera\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "No se ha podido escribir la tabla hash\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "No se ha podido escribir el índice de la carpeta\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "No se ha podido reescribir la cabecera\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "No se ha podido abrir el archivo «%s»: %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "No se ha podido escribir el archivo de caché: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "La caché generada no es válida.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "No se pudo renombrar %s a %s: %s, eliminando %s entonces.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "No se pudo renombrar %s a %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "No se pudo renombrar %s de nuevo a %s: %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Archivo de caché creado con éxito.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Sobreescribir un caché existente, incluso si está actualizado" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "No comprobar la existencia de index.theme" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "No incluir los datos de la imagen en el caché" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Sacar un archivo de cabecera C" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Desactivar la salida prolija" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Validar la caché de iconos existente" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Archivo no encontrado: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "No es una caché de iconos válida: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "No existe el archivo índice del tema." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4595,271 +4602,271 @@ msgstr "" "index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amhárico (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cedilla" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Cirílico (Transliterado)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (Transliterado)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Pulsación múltiple" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thai-Lao" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrigna-Eritreo (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrigna-Etíope (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamita (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "Método de entrada X" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "A la impresora «%s» le queda poco tóner." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "A la impresora «%s» no le queda tóner." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "A la impresora «%s» le queda poco revelador." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "A la impresora «%s» no le queda revelador." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "A la impresora «%s» le queda poco de, al menos, un cartucho." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "A la impresora «%s» no le queda, al menos, un cartucho." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "La tapa de la impresora «%s» está abierta." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "La puerta de la impresora «%s» está abierta." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "La impresora «%s» tiene poco papel." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "La impresora «%s» no tiene papel." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "La impresora «%s» está actualmente desconectada." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "La impresora «%s» parece no estar conectada." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Existe un problema con la impresora «%s»." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Pausado; rechazando trabajos" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Rechazando trabajos" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Dos caras" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Tipo de papel" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Fuente de papel" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Bandeja de salida" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Resolución" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "Prefiltrado GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Una cara" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Margen largo (estándar)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Margen corto (girar)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Autoseleccionar" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Predeterminado de la impresora" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Sólo empotrar tipografías GhostScript" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Convertir a PS de nivel 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Convertir a PS de nivel 2" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Sin prefiltrado" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Miscelánea" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Urgente" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Alta" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Media" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Baja" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "De izquierda a derecha, de arriba a abajo" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "De izquierda a derecha, de abajo a arriba" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "De derecha a izquierda, de arriba a abajo" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "De derecha a izquierda, de abajo a arriba" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "De arriba a abajo, de izquierda a derecha" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "De arriba a abajo, de derecha a izquierda" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "De abajo a arriba, de izquierda a derecha" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "De abajo a arriba, de derecha a izquierda" @@ -4867,21 +4874,21 @@ msgstr "De abajo a arriba, de derecha a izquierda" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Páginas por hoja" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Prioridad del trabajo" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Información de facturación" @@ -4889,45 +4896,45 @@ msgstr "Información de facturación" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Ninguna" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Clasificado" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Confidencial" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Secreto" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Estándar" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Alto secreto" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Desclasificado" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Antes" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Después" @@ -4935,14 +4942,14 @@ msgstr "Después" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Imprimir en" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Imprimir a la hora" @@ -4950,65 +4957,65 @@ msgstr "Imprimir a la hora" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Personalizado %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "salida.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Imprimir a un archivo" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Páginas por _hoja:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Archivo" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "Formato de _salida" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Imprimir a LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Páginas por hoja" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Línea de comandos" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "salida-de-prueba.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Imprimir a la impresora de prueba" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "No se ha podido obtener información para el archivo «%s» : %s" From 85f6ac2ab21d1a8403759f14da13feed184d8805 Mon Sep 17 00:00:00 2001 From: Kenneth Nielsen Date: Sun, 12 Apr 2009 17:03:04 +0200 Subject: [PATCH 060/190] Updated Danish translation\n\nUpdated Danish translation by Kenneth Nielsen --- po/da.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/po/da.po b/po/da.po index e5e89b18b4..79a7d0ffe6 100644 --- a/po/da.po +++ b/po/da.po @@ -37,7 +37,7 @@ msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-04-12 15:05+0200\n" -"PO-Revision-Date: 2009-04-12 15:05+0200\n" +"PO-Revision-Date: 2009-04-12 17:01+0200\n" "Last-Translator: Ask Hjorth Larsen \n" "Language-Team: Danish \n" "MIME-Version: 1.0\n" @@ -2648,7 +2648,7 @@ msgstr "" #: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "Sider:" +msgstr "Sider" #: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" From 82ba15b349eb94ae1d43018032ec313ccf3fbde2 Mon Sep 17 00:00:00 2001 From: Ankitkumar Patel Date: Mon, 13 Apr 2009 17:24:21 +0530 Subject: [PATCH 061/190] Updated Gujarati Translations --- po/gu.po | 62 ++++++++++++++++++++++---------------------------------- 1 file changed, 24 insertions(+), 38 deletions(-) diff --git a/po/gu.po b/po/gu.po index afff77188e..18c1e3b888 100644 --- a/po/gu.po +++ b/po/gu.po @@ -1,4 +1,4 @@ -# translation of gtk+.HEAD.gu.po to Gujarati +# translation of gu.po to Gujarati # MagNet , 2004. # Ankit Patel , 2005, 2006. # Ankit Patel , 2007, 2009. @@ -7,16 +7,16 @@ # Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. msgid "" msgstr "" -"Project-Id-Version: gtk+.HEAD.gu\n" +"Project-Id-Version: gu\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-03-09 23:38+0530\n" +"PO-Revision-Date: 2009-04-13 17:24+0530\n" "Last-Translator: Ankit Patel \n" "Language-Team: Gujarati \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n\n" "\n" "\n" "\n" @@ -312,8 +312,7 @@ msgstr "ચિત્ર ફાઈલ '%s'માં કોઇ માહિતી #: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 #: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 #, c-format -msgid "" -"Failed to load image '%s': reason not known, probably a corrupt image file" +msgid "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "ચિત્ર %s લાવવામાં નિષ્ફળ, કારણ જાણીતું નથી, સંભવિત રીતે એક બગડેલી ચિત્ર ફાઈલ છે" #: gdk-pixbuf/gdk-pixbuf-animation.c:221 @@ -321,8 +320,7 @@ msgstr "ચિત્ર %s લાવવામાં નિષ્ફળ, કા msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " "animation file" -msgstr "" -"એનીમેશન %s લાવવામાં નિષ્ફળ, કારણ જાણીતું નથી, સંભવિત રીતે એક બગડેલી એનીમેશન ફાઈલ છે" +msgstr "એનીમેશન %s લાવવામાં નિષ્ફળ, કારણ જાણીતું નથી, સંભવિત રીતે એક બગડેલી એનીમેશન ફાઈલ છે" #: gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format @@ -389,8 +387,7 @@ msgstr "લખવા માટે '%s' ખોલવામાં નિષ્ફ msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" "s" -msgstr "" -"ચિત્ર લખતી વખતે %s બંધ કરવામાં નિષ્ફળ, કદાચ બધી માહિતીનો સંગ્રહ નહિ થયો હોય: %s" +msgstr "ચિત્ર લખતી વખતે %s બંધ કરવામાં નિષ્ફળ, કદાચ બધી માહિતીનો સંગ્રહ નહિ થયો હોય: %s" #: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" @@ -661,8 +658,7 @@ msgstr "JPEG ફાઈલનાં(%s) અર્થઘટનમાં ભૂલ" msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" -msgstr "" -"ચિત્રને લાવવા માટે પૂરતી મેમરી નથી, મેમરીને મુક્ત કરવા કોઈક કાર્યક્રમમાંથી બહાર નીકળો" +msgstr "ચિત્રને લાવવા માટે પૂરતી મેમરી નથી, મેમરીને મુક્ત કરવા કોઈક કાર્યક્રમમાંથી બહાર નીકળો" #: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 #, c-format @@ -689,10 +685,8 @@ msgstr "" #: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format -msgid "" -"JPEG quality must be a value between 0 and 100; value '%d' is not allowed." -msgstr "" -"JPEGની ગુણવત્તા માટેની કિંમત 0 થી 100 ની વચ્ચે હોવી જરૂરી છે; કિંમત '%d' ચાલશે નહિ." +msgid "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." +msgstr "JPEGની ગુણવત્તા માટેની કિંમત 0 થી 100 ની વચ્ચે હોવી જરૂરી છે; કિંમત '%d' ચાલશે નહિ." #: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" @@ -791,10 +785,8 @@ msgid "Fatal error reading PNG image file: %s" msgstr "PNG ચિત્ર ફાઈલને વાંચવામાં ઘાતક ભૂલ: %s" #: gdk-pixbuf/io-png.c:825 -msgid "" -"Keys for PNG text chunks must have at least 1 and at most 79 characters." -msgstr "" -"PNG લેખનના કટકાઓ માટેની કીમાં ઓછામાં ઓછા ૧ અને વધારેમાં વધારે ૭૯ અક્ષરો હોવા જરૂરી છે." +msgid "Keys for PNG text chunks must have at least 1 and at most 79 characters." +msgstr "PNG લેખનના કટકાઓ માટેની કીમાં ઓછામાં ઓછા ૧ અને વધારેમાં વધારે ૭૯ અક્ષરો હોવા જરૂરી છે." #: gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." @@ -819,8 +811,7 @@ msgstr "PNG સંકોચન સ્તર એ ૦ અને ૯ ની વચ #: gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." -msgstr "" -"PNG લેખનના કટકા %s માટેની કિંમતને ISO-8859-1 સંગ્રહપધ્ધતિમાં રૂપાંતરિત કરી શકાતુ નથી." +msgstr "PNG લેખનના કટકા %s માટેની કિંમતને ISO-8859-1 સંગ્રહપધ્ધતિમાં રૂપાંતરિત કરી શકાતુ નથી." #: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" @@ -1302,14 +1293,14 @@ msgid "Backslash" msgstr "Backslash" #: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "અયોગ્ય પ્રકાર વિધેય: `%s'" +msgstr "લીટી %d પર અયોગ્ય પ્રકાર વિધેય: '%s'" #: gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "નકલી ઓબ્જેક્ટ id '%s' એ લીટી %d પર (પહેલાં લીટી %d પર)" #: gtk/gtkbuilderparser.c:853 #, c-format @@ -1771,10 +1762,8 @@ msgstr "\"%s\" નામવાળી ફાઈલ પહેલાથી જ હ #: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 #, c-format -msgid "" -"The file already exists in \"%s\". Replacing it will overwrite its contents." -msgstr "" -"ફાઈલ પહેલાથી જ \"%s\" માં અસ્તિત્વમાં છે. તેને બદલવાનું તેના સમાવિષ્ટો પર ફરીથી લખશે." +msgid "The file already exists in \"%s\". Replacing it will overwrite its contents." +msgstr "ફાઈલ પહેલાથી જ \"%s\" માં અસ્તિત્વમાં છે. તેને બદલવાનું તેના સમાવિષ્ટો પર ફરીથી લખશે." #: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 msgid "_Replace" @@ -1928,8 +1917,7 @@ msgstr "ફાઈલનું નામ બદલો (_R)" #: gtk/gtkfilesel.c:1347 #, c-format -msgid "" -"The folder name \"%s\" contains symbols that are not allowed in filenames" +msgid "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "ફોલ્ડરનું નામ \"%s\" સંકેતોનો સમાવેશ કરે છે જેની આ ફાઈલનામમાં પરવાનગી નથી" #: gtk/gtkfilesel.c:1392 @@ -2618,9 +2606,8 @@ msgstr "" " દા.ત. ૧-૩,૭,૧૧" #: gtk/gtkprintunixdialog.c:1835 -#, fuzzy msgid "Pages" -msgstr "પાનાંઓ (_e):" +msgstr "પાનાંઓ" #: gtk/gtkprintunixdialog.c:1848 msgid "Copies" @@ -2753,7 +2740,7 @@ msgstr "" #: gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "છાપનનો સમય" #: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" @@ -3492,8 +3479,7 @@ msgstr "\"%s\" એ માન્ય લક્ષણ નામ નથી" #: gtk/gtktextbufferserialize.c:1193 #, c-format -msgid "" -"\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" +msgid "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "\"%s\" એ \"%s\" પ્રકારની કિંમત એ લક્ષણ \"%s\" માટે રૂપાંતરીત કરી શકાય નહિં" #: gtk/gtktextbufferserialize.c:1202 @@ -3530,8 +3516,7 @@ msgid "Serialized data is malformed" msgstr "સીરીયલાઈઝ માહિતી એ મલીન છે" #: gtk/gtktextbufferserialize.c:1857 -msgid "" -"Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" +msgid "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "સીરીયલાઈઝ માહિતી એ મલીન છે. પ્રથમ વિભાગ એ GTKTEXTBUFFERCONTENTS-0001 નથી" #: gtk/gtktextutil.c:61 @@ -4984,3 +4969,4 @@ msgstr "ચકાસણી પ્રિન્ટર પર છાપો" #, c-format msgid "Could not get information for file '%s': %s" msgstr "ફાઈલ '%s' માટેની જાણકારી મેળવી શકાતી નથી: %s" + From 2bcaf6c2afd8239122735dbc906d15c7934919f5 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Tue, 14 Apr 2009 01:21:50 +0200 Subject: [PATCH 062/190] Updated Arabic translation --- po/ar.po | 2653 +++++++++++++++++++++++++----------------------------- 1 file changed, 1247 insertions(+), 1406 deletions(-) diff --git a/po/ar.po b/po/ar.po index 3e9047599a..cc28cb75d8 100644 --- a/po/ar.po +++ b/po/ar.po @@ -1,81 +1,81 @@ # translation of gtk+.HEAD.po to Arabic # Copyright (C) 2002,2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. -# # Sayed Jaffer Al-Mosawi , 2002. # Isam Bayazidi , 2002. # Arafat Medini , 2003, 2004. # Ayman Hourieh , 2004. # Djihed Afifi , 2006. -# Khaled Hosny , 2006, 2007, 2008. # Seba Barto , 2006. # Anas Afif Emad , 2008. +# Khaled Hosny , 2006, 2007, 2008, 2009. msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2008-09-18 03:13+0300\n" -"Last-Translator: Anas Afif Emad \n" +"POT-Creation-Date: 2009-04-14 00:53+0200\n" +"PO-Revision-Date: 2009-04-14 01:19+0300\n" +"Last-Translator: Khaled Hosny \n" "Language-Team: Arabic \n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"X-Generator: Virtaal 0.3.1\n" -#: gdk/gdk.c:103 -#, fuzzy, c-format +#: ../gdk/gdk.c:103 +#, c-format msgid "Error parsing option --gdk-debug" -msgstr "حدث خطأ أثناء الطبع" +msgstr "حدث خطأ أثناء تحليل الخيار ‪--gdk-debug‬" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" -msgstr "" +msgstr "حدث خطأ أثناء تحليل الخيار ‪--gdk-no-debug‬" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "صنف البرنامج كما يستخدمه مدير النوافذ" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "صنف" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "اسم البرنامج كما يستخدمه مدير النوافذ" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "اسم" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "مِعراض س ليستخدم" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "مِعراض" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "شاشة س لتُستخدم" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "شاشة" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "شارات تنقيح Gdk التي ستضبط" @@ -83,238 +83,228 @@ msgstr "شارات تنقيح Gdk التي ستضبط" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "شارات" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "شارات تنقيح Gdk التي ستُصفّر" -#: gdk/keyname-table.h:3940 -#, fuzzy +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" -msgstr "است_بدِل" +msgstr "مسح للخلف" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" -msgstr "" +msgstr "تبويب" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" -msgstr "" +msgstr "إدخال" -#: gdk/keyname-table.h:3943 -#, fuzzy +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "أُلبِث" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "" -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 #, fuzzy msgctxt "keyboard label" msgid "Sys_Req" msgstr "نظام ملفات" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 #, fuzzy msgctxt "keyboard label" msgid "Escape" msgstr "عرضيّ" -#: gdk/keyname-table.h:3947 -#, fuzzy +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" -msgstr "ضغط متعدد" +msgstr "ضغط_متعدد" -#: gdk/keyname-table.h:3948 -#, fuzzy +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" -msgstr "ال_منزل" +msgstr "المنزل" -#: gdk/keyname-table.h:3949 -#, fuzzy +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" -msgstr "_يسار:" +msgstr "يسار" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" -msgstr "" +msgstr "أعلى" -#: gdk/keyname-table.h:3951 -#, fuzzy +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" -msgstr "_يمين:" +msgstr "يمين" -#: gdk/keyname-table.h:3952 -#, fuzzy +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" -msgstr "المسار السفلي" +msgstr "أسفل" -#: gdk/keyname-table.h:3953 -#, fuzzy +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" -msgstr "إعداد ال_صفحة" +msgstr "صفحة لأ_على" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" -msgstr "" +msgstr "صفحة لأ_سفل" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" -msgstr "" +msgstr "نهاية" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" -msgstr "" +msgstr "بداية" -#: gdk/keyname-table.h:3957 -#, fuzzy +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "اطبع" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" -msgstr "" +msgstr "أدرج" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" -msgstr "" +msgstr "قفل الأ_رقام" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 #, fuzzy msgctxt "keyboard label" msgid "KP_Space" msgstr "است_بدِل" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 #, fuzzy msgctxt "keyboard label" msgid "KP_Enter" msgstr "الطابعة" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 #, fuzzy msgctxt "keyboard label" msgid "KP_Home" msgstr "ال_منزل" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 #, fuzzy msgctxt "keyboard label" msgid "KP_Left" msgstr "_يسار:" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 #, fuzzy msgctxt "keyboard label" msgid "KP_Right" msgstr "_يمين:" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 #, fuzzy msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 #, fuzzy msgctxt "keyboard label" msgid "KP_Delete" msgstr "ا_حذف" -#: gdk/keyname-table.h:3976 -#, fuzzy +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" -msgstr "ا_حذف" +msgstr "احذف" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "فشل فتح الملف '%s': %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "لا يحتوي ملف الصورة '%s' على بيانات" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "فشل تحميل الصورة '%s': السبب مجهول، ربما يكون ملف الصورة تالفًا" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -323,12 +313,12 @@ msgstr "" "فشل تحميل الرسوم المتحرّكة '%s': السبب مجهول، ربما يكون ملف الرسوم المتحرّكة " "تالفًا" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "تعذّر تحميل وحدة تحميل الصور: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -336,68 +326,68 @@ msgid "" msgstr "" "وحدة تحميل الصور %s لا تصدّر الواجهة الصحيحة؛ قد تكون من إصدارة GTK مغايرة؟" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "نوع الصورة '%s' غير مدعوم" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "تعذّر تمييز صيغة ملف الصور للملف '%s'" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "صيغة ملف صور تعذّر تمييزها" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "فشل تحميل الصورة '%s': %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "فشلت الكتابة في ملف الصورة: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "بناء gdk-pixbuf هذا لا يدعم الحفظ بصيغة الصور: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "ذاكرة غير كافية لحفظ الصورة إلى إعادة النداء (callback)" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "فشل فتح الملف المؤقّت" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "فشلت القراءة من الملف المؤقّت" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "فشل فتح '%s' لكتابة: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" "s" msgstr "فشل غلق '%s' أثناء كتابة الصورة، ربما لم تُحفظ كل البيانات: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "ذاكرة غير كافية لحفظ الصورة في براح" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "فشلت الكتابة في دفق الصور" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -406,24 +396,24 @@ msgstr "" "خطأ داخلي: فشلت وحدة تحميل الصور '%s' في إنهاء إحدى العمليات، لكنّها لم تعطِ " "سببا للفشل" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "التحميل التزايدي لنوع الصور '%s' غير مدعوم" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "ترويسة الصورة تالفة" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "صيغة الصورة مجهولة" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "البيانات البكسلية للصورة تالفة" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" @@ -434,341 +424,348 @@ msgstr[3] "فشل تحصيص ذاكرة وسيطة للصورة بحجم %u با msgstr[4] "فشل تحصيص ذاكرة وسيطة للصورة بحجم %u بايت" msgstr[5] "فشل تحصيص ذاكرة وسيطة للصورة بحجم %u بايت" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "قطعة أيقونة غير متوقعة في الرسم المتحرّك" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "نوع رسوم متحرّكة غير مدعوم" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "ترويسة غير صالحة في الرسم المتحرّك" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "لا ذاكرة كافية لتحميل الرسوم المتحرّكة" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "قطعة مشوّهة في الرسّم المتحرّك" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "صيغة صور ANI" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "صورة BMP لها بيانات ترويسة زائفة" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "لا ذاكرة كافية لتحميل الصورة النقطية" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "صورة BMP لها حجم ترويسة غير مدعوم" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "صور BMP أعلى-أسفل تعذّر ضغطها" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "انتهى الملف قبل أوانه" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "تعذّر تحصيص ذاكرة لحفظ ملف BMP" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "تعذّر الكتابة في ملف BMP " -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "صيغة صور BMP" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "خطأ أثناء قراءة GIF: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "يفتقد ملف GIF بعض البيانات (ربما استقطعت بكيفية ما؟)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "خطأ داخلي في محمّل GIF (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "فيضان المكدّس" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "لا يستطيع محمّل صور GIF فهم هذه الصورة." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "وُجِد رمز سيء" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "خانة جدول دائرية في ملف GIF" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "لا ذاكرة كافية لتحميل ملف GIF" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "لا ذاكرة كافية لتشكيل إطار في ملف GIF" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "صورة GIF تالفة (ضغط LZW غير سليم)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "يبدو أن الملف ليس ملف GIF" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "إصدارة %s من صيغ ملفات GIF غير مدعومة" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." msgstr "ليس لصورة GIF مخطط ألوان عام، وليس لإطار بداخلها مخطط ألوان محلي." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "صورة GIF مقطّعة أو غير كاملة." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "صيغة صور GIF" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "ترويسة غير صحيحة في الأيقونة" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "لا ذاكرة كافية لتحميل الأيقونة" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "عرض الأيقونة صفر" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "ارتفاع الأيقونة صفر" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "الأيقونات المضغوطة غير مدعومة" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "نوع أيقونات غير مدعوم" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "لا ذاكرة كافية لتحميل ملف ICO" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "تعذّر حفظ الصورة كـ ICO لأنها كبيرة جدًا" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "منطقة المؤشّر النشطة خارج الصورة" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "عمق ملف ICO غير مدعوم: %Id" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "صيغة صور ICO" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "خطأ أثناء قراءة ملف صورة ICNS: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "تعذّر فك ملف ترميز ملف ICNS" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "صيغة صور ICNS" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "تعذّر تحصيص ذاكرة للتيار" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "تعذّر فك ترميز الصورة" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "صورة JPEG2000 المُحوّلة ذات عرض أو ارتفاع صفري" -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "نوع الصورة غير مدعوم حاليا" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "تعذّر تحصيص ذاكرة لاحة اللون" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "لا ذاكرة كافية لفتح ملف JPEG 2000" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "تعذّر تحصيص ذاكرة لبراح بيانات الصور" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "صيغة صور JPEG 2000" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "خطأ في تفسير ملف صورة JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" msgstr "" "لا ذاكرة كافية لتحميل الصورة، حاوِل الخروج من بعض التطبيقات لتحرير الذاكرة" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "نطاق ألوان JPEG غير مدعوم (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "تعذّر تحصيص ذاكرة لتحميل ملف JPEG" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "صورة JPEG المُحوّلة ذات عرض أو ارتفاع صفري." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " "parsed." msgstr "يجب أن تكون جودة JPEG قيمة بين 0 و 100، لذلك تعذّر تحليل القيمة '%s'." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "يجب أن تكون جودة JPEG قيمة بين 0 و 100، القيمة '%Id' غير مسموح بها." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "صيغة صور JPEG" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "تعذّر تحصيص ذاكرة للترويسة" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "تعذّر تحصيص ذاكرة لبراح السياق" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "ارتفاع الصورة و/أو عرضها غير صحيحين" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "للصورة bpp غير مدعوم" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "للصورة عدد غير مدعوم من مستويات %Id-بت" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "تعذّر إنشاء pixbuf جديد" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "تعذّر تحصيص ذاكرة لبيانات السطر" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "تعذّر تحصيص ذاكرة للبيانات المرصّفة" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "لم يتم تلقي كل سطور صورة PCX" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "لا توجد لوحة ألوان عند نهاية بيانات PCX" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "صيغة صور PCX" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "عدد البتّات لكل قناة في صورة PNG غير صحيحة." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "صورة PNG المُحوّلة ذات عرض أو ارتفاع صفري." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "عدد البتّات لكل قناة في صورة PNG لا يساوي 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "صورة PNG المحوّلة ليست RGB أو RGBA." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "صورة PNG المحولة لها عدد غير مدعوم من القنوات، يجب أن تكون 3 أو 4." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "خطأ قاتل في ملف صورة PNG: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "لا ذاكرة كافية لتحميل ملف PNG" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -777,26 +774,26 @@ msgstr "" "ذاكرة غير كافية لتخزين %ld من %ld صورة، حاول الخروج من بعض التطبيقات لتقليل " "استخدام الذاكرة" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "خطأ قاتل عند قراءة ملف صورة PNG" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "خطأ قاتل عند قراءة ملف صورة PNG: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "يجب أن يكون لمفاتيح قطع PNG النصية محرفًا واحدًا على الأقل و 79 كحد أقصى." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "يجب أن تكون مفاتيح المقاطع النصية لـ PNG محارف أسكي." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -804,7 +801,7 @@ msgid "" msgstr "" "يجب أن يكون مستوى ضغط PNG قيمة بين 0 و 100، لذلك تعذّر تحليل القيمة '%s'." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -812,371 +809,375 @@ msgid "" msgstr "" "يجب أن يكون مستوي ضغط PNG قيمة بين 0 و 100، القيمة '%Id' غير مسموح بها." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "تعذّر تحويل قيمة مقطع PNG النصي %s إلى ترميز ISO-8859-1." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "صيغة صور PNG" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "توقَّع مُحمّل PNM العثور على رقم صحيح، لكن لم يجده" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "لملف PNM بايت أوَّلي غير سليم" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "ملف PNM ليس في صيغة فرعيّة من PNM يمكن تمييزها" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "ملف PNM له عرض صورة يساوي 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "ملف PNM له ارتفاع صورة يساوي 0" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "قيمة اللون القصوى في ملف PNM هي 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "قيمة اللون القصوى في ملف PNM كبيرة جدًا" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "نوع صورة PNM الخام غير صحيح" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "مُحمِّل صور PNM لا يَدعم صيغة PNM الفرعية هذه" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "صيغ PNM الخام تحتاج إلى وَضع فراغ واحد قبل بيانات العيّنة" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "تعذّر تحصيص ذاكرة لتحميل صورة PNM" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "ذاكرة غير كافية لتحميل بنية سياق PNM" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "نهاية غير متوقّعة لبيانات صورة PNM" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "ذاكرة غير كافية لتحميل ملف PNM" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "عائلة صيغ صور PNM/PBM/PGM/PPM" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "لصورة RAS بيانات ترويسة زائفة" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "لصورة RAS نوع مجهول" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "انحراف صورة RAS غير مدعوم" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "ذاكرة غير كافية لتحميل صورة RAS" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "صيغة صور Sun raster" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "تعذّر تحصيص ذاكرة لبنية IOBuffer" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "تعذّر تحصيص ذاكرة لبيانات IOBuffer" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "تعذّر إعادة تحصيص بيانات IOBuffer" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "تعذّر تحصيص بيانات IOBuffer المؤقتة" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "تعذّر تحصيص pixbuf جديد" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "تعذّر تحصيص تركيب مُخطط الألوان" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "تعذّر تحصيص مدخلات مُخطط الألوان" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "عمق بت غير متوقّع لخانات مُخطط الألوان" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "تعذّر تحصيص ذاكرة ترويسة TGA" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "صورة TGA لها أبعاد غير سليمة" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "نوع صور TGA غير مدعوم" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "تعذّر تحصيص ذاكرة لبنية سياق TGA" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "بيانات زائدة في الملف" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "صيغة صور Targa" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "تعذّر معرفة عرض الصورة (ملف TIFF رديء)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "تعذّر معرفة ارتفاع الصورة (ملف TIFF رديء)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "عرض أو ارتفاع صفري لصورة TIFF" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "أبعاد صورة TIFF كبيرة جدًا" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "ذاكرة غير كافية لفتح ملف TIFF" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "فشل تحميل بيانات RGB من ملف TIFF" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "فشل فتح صورة TIFF" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "فشلت عملية TIFFClose" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "فشل تحميل صورة TIFF" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "فشل حفظ صورة TIFF" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "فشلت كتابة بيانات TIFF" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "الكتابة لملف TIFF غير ممكنة" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "صيغة صور TIFF" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "عرض الصورة صفر" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "ارتفاع الصورة صفر" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "ذاكرة غير كافية لتحميل الصورة" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "تعذّر حفظ الباقي" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "صيغة صور WBMP" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "ملف XBM غير سليم" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "ذاكرة غير كافية لفتح صورة ملف XBM" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "فشلت الكتابة في ملف مؤقّت عند تحميل صورة XBM" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "صيغة صور XBM" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "لا توجد ترويسة XPM" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "ترويسة XPM غير صالحة" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "عرض صورة ملف XPM قيمته <= 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "ارتفاع صورة ملف XPM قيمته <= 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "ملف XPM له عدد غير صحيح من المحارف لكل بكسل" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "ملف XPM له عدد غير صحيح من الألوان" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "تعذّر تحصيص ذاكرة لتحميل صورة XPM" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "تعذّر قراءة مخطط ألوان XPM" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "فشلت الكتابة في ملف مؤقت عند تحميل صورة XPM" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "صيغة صور XPM" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "صيغة صور EMF" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "تعذّر تحصيص ذاكرة: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "تعذّر إنشاء الدفق: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "تعذّر الالتماس في الدفق: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "تعذّر القراءة من الدفق: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "تعذّر تحميل الصورة النقطية" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "تعذّر تحميل ملف المعلومات الفوقية" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "نسق صور لا يدعمه GDI+" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "تعذّر الحفظ" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "صيغة صور WMF" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "لا ترسل طلبات GDI دفعة واحدة" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "لا تستخدم Wintab API لدعم اللوحة" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "مثل --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "لا تستخدم Wintab API [مبدئي]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "حجم لوح الألوان في نمط 8 بتة" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "ألوان" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "اجعل نداءات س متزامنة" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "يجري بدء %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "يجري فتح %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" @@ -1187,46 +1188,46 @@ msgstr[3] "يجري فتح %Id عناصر" msgstr[4] "يجري فتح %Id عنصرا" msgstr[5] "يجري فتح %Id عنصر" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "الترخيص" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "ترخيص البرنامج" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_شكْر" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "ال_ترخيص" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "عنْ %s" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "شكْر" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "كتَبَهُ" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "وثّقه" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "ترجَمَهُ" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "جمَّلَهُ" @@ -1235,37 +1236,37 @@ msgstr "جمَّلَهُ" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" -msgstr "" +msgstr "تحويل" #. This is the text that should appear next to menu accelerators #. * that use the control key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" -msgstr "" +msgstr "تحكم" #. This is the text that should appear next to menu accelerators #. * that use the alt key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" -msgstr "" +msgstr "تبديل" #. This is the text that should appear next to menu accelerators #. * that use the super key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 #, fuzzy msgctxt "keyboard label" msgid "Super" @@ -1276,7 +1277,7 @@ msgstr "ورق" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 #, fuzzy msgctxt "keyboard label" msgid "Hyper" @@ -1287,38 +1288,37 @@ msgstr "ورق" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "" -#: gtk/gtkaccellabel.c:715 -#, fuzzy +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" -msgstr "است_بدِل" +msgstr "مسافة" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" -msgstr "" +msgstr "شرطة مائلة راجعة" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "دالة نوع غير سليمة: `%s'" +msgstr "نوع دالة غير سليم في سطر %d: '%s'" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" msgstr "" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "عنصر جذري غير سليم: %s" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "وسم غير معتبر: '%s'" @@ -1332,7 +1332,7 @@ msgstr "وسم غير معتبر: '%s'" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1340,7 +1340,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:7" @@ -1349,10 +1349,10 @@ msgstr "calendar:week_start:7" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" -msgstr "" +msgstr "2000" #. Translators: this defines whether the day numbers should use #. * localized digits or the ones used in English (0123...). @@ -1364,11 +1364,11 @@ msgstr "" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" -msgstr "" +msgstr "%Id" #. Translators: this defines whether the week numbers should use #. * localized digits or the ones used in English (0123...). @@ -1380,11 +1380,11 @@ msgstr "" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" -msgstr "" +msgstr "%Id" #. Translators: This dictates how the year is displayed in #. * gtkcalendar widget. See strftime() manual for the format. @@ -1396,16 +1396,15 @@ msgstr "" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" -msgstr "" +msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 -#, fuzzy +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "معطّل" @@ -1414,25 +1413,25 @@ msgstr "معطّل" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "اختصار جديد..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" -msgstr "" +msgstr "%Id ٪" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "اختر لونًا" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "استُلِمت بيانات لون غير سليمة\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1440,73 +1439,73 @@ msgstr "" "اختر اللون الذي تريده من الحلقة الخارجية. اختر ظلمة أو إضاءة ذلك اللون " "باستخدام المثلث الداخلي." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." msgstr "انقر القطّارة ثم انقر أيّ لون في أيّ مكان على الشاشة لاختيار ذلك اللون." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "ال_تدرج:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "الموقع على عجلة الألوان." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "الت_شبع:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "عمق\" اللون\"." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "ال_قيمة:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "سُطوع اللون." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_أحمر:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "كمية الضوء الأحمر في اللون." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "أ_خضر:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "كمية الضوء الأخضر في اللون." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "أ_زرق:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "كمية الضوء الأزرق في اللون." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "ال_عتامة:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "شفافية اللون." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "ا_سم اللون:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1514,15 +1513,15 @@ msgstr "" "يمكنك إدخال قيمة لون بالنظام الست عشري و أسلوب HTML، أو اسم لون بكل بساطة " "مثل 'orange' في هذه الخانة." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_لوحة الألوان:" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "عجلة الألوان" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1531,7 +1530,7 @@ msgstr "" "اللون المُختار سابقًا، للمقارنة باللون الذي اخترتَه الآن. يُمكِنك سحب هذا اللون " "لخانة لوحة ألوان، أو جعله كاللون الحالي بسحبه للمربع اللوني." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1539,11 +1538,11 @@ msgstr "" "اللون الذي اخترته. تستطيع سحب هذا اللون إلى خانة لوحة الألوان لحفظه حتى " "تستخدمه مستقبلًا." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "ا_حفظ اللون هنا" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1551,56 +1550,55 @@ msgstr "" "انقر خانة لوحة الألوان هذه لجعلها اللون الحالي. لتغيير هذه الخانة اسحب عينة " "لون إلى هنا أو انقر الزر الأيمن للفأرة واختر \"احفظ اللون هنا.\"" -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "اختيار اللون" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "طرق ال_إدخال" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "أ_درج محرف تحكم يونيكود" -#: gtk/gtkentry.c:9797 -#, fuzzy +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" -msgstr "ا_نسخ الموقع" +msgstr "زر الحروف العالية مفعّل" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "اختر ملفًا" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "سطح المكتب" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(لا شيء)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "أخرى..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "تعذّر جلب معلومات عن الملف" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "تعذّر إضافة علامة" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "تعذّر حذف العلامة" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "تعذّر إنشاء المجلّد" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1608,11 +1606,11 @@ msgstr "" "تعذّر إنشاء المجلد بسبب وجود ملف يحمل نفس الاسم. حاول استخدام اسم آخر للمجلد، " "أو غيّر اسم الملف أولا." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "اسم ملف غير صالح" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "تعذّر عرض محتويات المجلد." @@ -1620,227 +1618,227 @@ msgstr "تعذّر عرض محتويات المجلد." #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s على %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "ابحث" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "مستخدمة مؤخرا" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "اختر أنواع الملفات التي ستعرض" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "أضِف المجلّد '%s' إلى العلامات" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "أضِف المجلّد الحالي إلى العلامات" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "أضِف المجلدات المحددة إلى العلامات" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "احذِف العلامة '%s'" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "احذف" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "غيّر الاسم..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "أماكن" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "أ_ماكن" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "أ_ضف" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "أضِف المجلد المحدد للعلامات" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "ا_حذِف" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "احذِف العلامة المحددة" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "تعذّر اختيار الملف" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "أ_ضف للعلامات" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "أظهر الملفات ال_مخفيّة" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" -msgstr "" +msgstr "أظهر _عمود الحجم" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "ملفات" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "الا_سم" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "الحجم" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "معدّل" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "الا_سم:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_تصفّح لأدلّة أخرى" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "اكتب اسم ملف" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "أنشئ _مجلّدًا" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "ال_موقع:" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "احفظ في ال_مجلّد:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "أنشئ في ال_مجلّد:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "تعذّر الانتقال إلى المجلّد لأنه غير محلي" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "الاختصار %s موجود مسبقا" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "الاختصار %s غير موجود" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "هناك ملف باسم \"%s\" موجود حاليا. أتريد استبداله؟" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "الملف موجود بالفعل في \"%s\". استبداله سيكتب فوق محتواه." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "است_بدِل" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "تعذّر تشغيل عملية البحث" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." msgstr "" "لم يمكن للبرنامج أن ينشئ اتصالا بخادوم الفهرسة. الرجاء التأكد من أنه مشتغل." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "تعذّر إرسال طلب البحث" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "ا_بحث:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "تعذّر وصْل %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "اكتب اسما للمجلد الجديد" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "مجهول" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%OH:%OM" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "أمس في %OH:%OM" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "مسار غير صحيح" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "لا تطابق" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "مجرد اكتمال" @@ -1848,13 +1846,13 @@ msgstr "مجرد اكتمال" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "مكتمل، لكن ليس فريدا" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "يجري الإكمال..." @@ -1862,50 +1860,49 @@ msgstr "يجري الإكمال..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" -msgstr "" +msgstr "يتاح اختيار الملفات المحلية فقط" #. Another option is to complete the hostname based on the remote volumes that are mounted #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" -msgstr "" +msgstr "اسم مستضيف غير كامل؛ أضف '/' إلى نهايته" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 -#, fuzzy +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" -msgstr "الاختصار %s غير موجود" +msgstr "المسار غير موجود" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "خطأ أثناء إنشاء المجلد '%s': %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "مجلّدات" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_مجلّدات" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "م_لفات" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "المجلّد غير مقروء: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1915,88 +1912,88 @@ msgstr "" "الملف \"%s\" موجود في جهاز آخر (باسم %s) وقد لا يكون متوفّرًا لهذا البرنامج.\n" "أمتأكّد أنّك تريد اختياره؟" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "مجلّد _جديد" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "ا_حذِف ملف" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_غيّر اسم الملف" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "اسم المجلّد \"%s\" يحوي رموزًا غير مسموح باستخدامها في أسماء الملفات" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "مجلّد جديد" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "ا_سم المجلّد:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "ان_شئ" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "اسم الملف \"%s\" يحوي رموزا غير مسموح باستخدامها في أسماء الملفات" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "خطأ أثناء حذف الملف '%s': %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "أتريد حقًا حذف الملف \"%s\"؟" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "احذف الملف" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "خطأ أثناء تغيير اسم الملف إلى \"%s\": %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "خطأ أثناء تغيير اسم الملف \"%s\": %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "خطأ أثناء تغيير اسم الملف \"%s\" كـ \"%s\": %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "غيّر اسم الملف" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "غيّر اسم الملف \"%s\" إلى:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_غيّر الاسم" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "الا_ختيار:" -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2005,15 +2002,15 @@ msgstr "" "تعذّر تحويل اسم الملف \"%s\" إلى UTF-8 (حاول ضبط المتغير البيئي " "G_BROKEN_FILENAMES): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 غير سليم" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "الاسم طويل جدًا" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "تعذّر تحويل اسم الملف" @@ -2022,75 +2019,75 @@ msgstr "تعذّر تحويل اسم الملف" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "نظام ملفات" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "تعذّر معرفة المجلّد الجذر" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(فارغ)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "اختر خطًا" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "الخطّ" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "أبجد هوز حطي كلمن abcdefg ABCDEFG" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "ال_عائلة:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "الأ_سلوب:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "ال_حجم:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_معاينة:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "اختيار الخط" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "غاما" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "قيمة _غاما" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "خطأ أثناء تحميل الأيقونة: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2103,140 +2100,139 @@ msgstr "" "يمكنك جلب نسخة من:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "الأيقونة '%s' غير موجودة في السِمة" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "فشل تحميل الأيقونة" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "بسيط" -#: gtk/gtkimmulticontext.c:541 -#, fuzzy +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" -msgstr "نظام ملفات" +msgstr "النظام" -#: gtk/gtkimmulticontext.c:625 -#, fuzzy, c-format +#: ../gtk/gtkimmulticontext.c:625 +#, c-format msgctxt "input method menu" msgid "System (%s)" -msgstr "%s (%s)" +msgstr "النظام (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "الدخْل" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "أجهزة دخْل دون امتدادات" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_جهاز:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "معطّل" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "شاشة" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "نافذة" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_نمط:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "محاور" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "مفاتيح" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_س:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_ص:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "ال_ضغط:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "_ميل س:" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "مي_ل ص:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_عجلة:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "لا شيء" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(معطّل)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(مجهول)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "ا_مسح" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "ا_نسخ المسار" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "عنوان غير صحيح" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "حمّل وحدات ج‌ت‌ك+ إضافية" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "وحدات" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "اجعل جميع التحذيرات قاتلة" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "شارات تنقيح ج‌ت‌ك+ التي ستضبط" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "شارات تنقيح ج‌ت‌ك+ التي ستُصفّر" @@ -2245,65 +2241,66 @@ msgstr "شارات تنقيح ج‌ت‌ك+ التي ستُصفّر" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:RTL" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "غير قادر على فتح العرض: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "خيارات ج‌ت‌ك+" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "اعرض خيارات ج‌ت‌ك+" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "ا_تّصل" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "اتصل _مجهولا" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "اتصل كم_ستخدم" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "اسم المست_خدم:" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "الن_طاق:" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_كلمة السر:" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "انس كلمة السر _حالاً" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "_تذكر كلمة السر حتى الخروج" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "تذكر للأب_د" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "صفحة %Iu" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "ملف تثبيت صفحة غير سليم" @@ -2313,11 +2310,11 @@ msgstr "ملف تثبيت صفحة غير سليم" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2325,15 +2322,15 @@ msgstr "" "أي طابعة\n" "للوثائق القابلة للنقل" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "مم" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "بوصة" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2348,88 +2345,88 @@ msgstr "" "فوق: %s %s\n" "تحت: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "أدِر المقاسات المخصّصة..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_صيغة:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_مقاس الورقة:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "الا_تجاه:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "إعداد الصفحة" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "الحواف من الطابعة..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "مقاس مخصّص %Id" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "أدِر المقاسات المخصّصة" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "ال_عرض:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "الا_رتفاع:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "مقاس الورقة" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_فوق:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_تحت:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_يسار:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_يمين:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "حواف الورق" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "المسار العلوي" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "المسار السفلي" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "جذر نظام الملفات" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "غير متوفر" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "ا_حفظ في مجلّد:" @@ -2437,186 +2434,176 @@ msgstr "ا_حفظ في مجلّد:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s مهمّة #%Id" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" -msgstr "" +msgstr "الحالة الأولية" -#: gtk/gtkprintoperation.c:1518 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" -msgstr "يجري تحضير %Id" +msgstr "يحضّر للطباعة" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" -msgstr "" +msgstr "يولّد البيانات" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" -msgstr "" +msgstr "يرسل البيانات" -#: gtk/gtkprintoperation.c:1521 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" -msgstr "تحذير" +msgstr "ينتظر" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" -msgstr "" +msgstr "متعطّل بسبب مشكلة" -#: gtk/gtkprintoperation.c:1523 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" -msgstr "يجري طباعة %Id" +msgstr "يطبع" -#: gtk/gtkprintoperation.c:1524 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" -msgstr "يجري الإنهاء" +msgstr "ينهي" -#: gtk/gtkprintoperation.c:1525 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "تم مع خطأ" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" -msgstr "يجري تحضير %Id" +msgstr "يحضّر %Id" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" -msgstr "يجري التحضير" +msgstr "يحضّر" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" -msgstr "يجري طباعة %Id" +msgstr "يطبع %Id" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "حدث خطأ أثناء إنشاء معاينة الطباعة" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." -msgstr "إن السبب الأكثر احتمالاً هو عدم القدرة على إنشاء ملف مؤقت." +msgstr "السبب الأكثر احتمالاً هو عدم القدرة على إنشاء ملف مؤقت." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "حدث خطأ أثناء بدء المعاينة" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "حدث خطأ أثناء الطبع" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "تطبيق" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "الطابعة غير متصلة" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "نَفَذ الورق" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "أُلبِث" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "بحاجة لتدخّل المستخدم" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "مقاس مخصصّ" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "لم يُعثر على أي طابعة" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "معطى غير صحيح لـ CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "خطأ من StartDoc " -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "الذاكرة الخالية لا تكفي" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "معطى غير صحيح لـ PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "مؤشّر غير صحيح ل PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "معالج غير صحيح ل PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "خطأ غير محدد" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "الطابعة" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "الموقع" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "الحالة" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "المدى" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_كل الصفحات" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "الصفحة ال_حالية" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_صفحات:" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2624,125 +2611,124 @@ msgstr "" "حدد مدى أو أكثر من أرقام الصفحات،\n" " مثلا: 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "_صفحات:" +msgstr "صفحات" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "نُسَخْ" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "نُسَ_خ:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_صفحة بصفحة" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "م_قلوب" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "عامّ" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "ترتيب الصفحات" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "اليسار إلى اليمين" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "اليمين إلى اليسار" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "التصميم" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "ذو _وجهين:" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "الصفحات لكل _جهة:" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "_ترتيب الصفحات:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "اطبع _فقط:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "كل الورقات" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "الورقات الزوجية" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "الورقات الفردية" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_المقياس:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "ورق" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "نوع الورق:" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_مصدر الورق:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_لوحة الخرْج:" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "تفاصيل المهمّة" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "الأو_لوية:" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr " _معلومات الدفع:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "اطبع المستند" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "الآ_ن" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_في:" @@ -2750,123 +2736,125 @@ msgstr "_في:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" +"حدد وقت الطباعة،\n" +"مثلا: 15:30، 2:35 م، 14:15:20، 11:46:30 ص، 4 م" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "وقت الطباعة" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "قيد الان_تظار" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" -msgstr "" +msgstr "احجز المهمّة حتّى تطلق صراحة" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "أضِف صفحة غلاف" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "ق_بل:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "ب_عد:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "مَهمّة" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "متقدّم" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "جودة الصورة" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "اللون" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "يجري الإنهاء" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "بعض الإعدادات في الحوار تتعارض" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "اطبع" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "تعذّر العثور على ملف الاحتواء: \"%s\"" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "تعذّر إيجاد موقع ملف الصورة في pixmap_path: \"%s\"" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "هذه الوظيفة غير مدعومة للنوع '%s'" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "اختر أنواع المستندات التي ستعرض" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "لا يوجد عنصر للعنوان '%s'" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "مرشّح من دون عنوان" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "تعذّر حذف عنصر" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "تعذّر مسح القائمة" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "ا_نسخ الموقع" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "ا_حذف من القائمة" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "ا_مسح القائمة" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "أظهِر الموارِد ال_خاصة" @@ -2880,21 +2868,21 @@ msgstr "أظهِر الموارِد ال_خاصة" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "لم يُعثر على أي عنصر" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "لا توجد موارد حديثة الاستخدام بالعنوان `%s'" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "افتح '%s'" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "عنصر مجهول" @@ -2903,50 +2891,46 @@ msgstr "عنصر مجهول" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" -msgstr "" +msgstr "_%Id. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 -#, fuzzy, c-format +#: ../gtk/gtkrecentchoosermenu.c:821 +#, c-format msgctxt "recent menu label" msgid "%d. %s" -msgstr "%s (%s)" +msgstr "%Id. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "لا يُمكن العثور على عنصر بالعنوان '%s'" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 -#, fuzzy +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "معلومات" -#: gtk/gtkstock.c:289 -#, fuzzy +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "تحذير" -#: gtk/gtkstock.c:290 -#, fuzzy +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "خطأ" -#: gtk/gtkstock.c:291 -#, fuzzy +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "سؤال" @@ -2954,778 +2938,691 @@ msgstr "سؤال" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 -#, fuzzy +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_عنْ" -#: gtk/gtkstock.c:297 -#, fuzzy +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "أ_ضف" -#: gtk/gtkstock.c:298 -#, fuzzy +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_طبّق" -#: gtk/gtkstock.c:299 -#, fuzzy +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_عريض" -#: gtk/gtkstock.c:300 -#, fuzzy +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "أل_غِ" -#: gtk/gtkstock.c:301 -#, fuzzy +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "ا_سطوانة" -#: gtk/gtkstock.c:302 -#, fuzzy +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "ا_مسح" -#: gtk/gtkstock.c:303 -#, fuzzy +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "أ_غلق" -#: gtk/gtkstock.c:304 -#, fuzzy +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "ا_تّصل" -#: gtk/gtkstock.c:305 -#, fuzzy +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_حوّل" -#: gtk/gtkstock.c:306 -#, fuzzy +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "ا_نسخ" -#: gtk/gtkstock.c:307 -#, fuzzy +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "_قصّ" -#: gtk/gtkstock.c:308 -#, fuzzy +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "ا_حذف" -#: gtk/gtkstock.c:309 -#, fuzzy +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "ت_جاهل" -#: gtk/gtkstock.c:310 -#, fuzzy +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "ا_قطع الاتصال" -#: gtk/gtkstock.c:311 -#, fuzzy +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_نفِّذ" -#: gtk/gtkstock.c:312 -#, fuzzy +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_حرِّر" -#: gtk/gtkstock.c:313 -#, fuzzy +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "ا_بحث" -#: gtk/gtkstock.c:314 -#, fuzzy +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "ابحث وا_ستبدِل" -#: gtk/gtkstock.c:315 -#, fuzzy +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "ق_رص مرن" -#: gtk/gtkstock.c:316 -#, fuzzy +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "ملء ال_شاشة" -#: gtk/gtkstock.c:317 -#, fuzzy +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_غادر ملء الشاشة" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 -#, fuzzy +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" -msgstr "_تحت:" +msgstr "_قعر" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 -#, fuzzy +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" -msgstr "م_لفات" +msgstr "أ_ول" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 -#, fuzzy +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" -msgstr "ا_لصق" +msgstr "آ_خر" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 -#, fuzzy +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" -msgstr "_فوق:" +msgstr "_قمة" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" -msgstr "" +msgstr "خل_ف" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 -#, fuzzy +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" -msgstr "الآ_ن" +msgstr "أ_سفل" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 -#, fuzzy +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "أ_مام" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" -msgstr "" +msgstr "ف_وق" -#: gtk/gtkstock.c:334 -#, fuzzy +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "قرص _صلب" -#: gtk/gtkstock.c:335 -#, fuzzy +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_مساعدة" -#: gtk/gtkstock.c:336 -#, fuzzy +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "ال_منزل" -#: gtk/gtkstock.c:337 -#, fuzzy +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "زِد المحاذاة" -#: gtk/gtkstock.c:338 -#, fuzzy +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "اخفض المحاذاة" -#: gtk/gtkstock.c:339 -#, fuzzy +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_فهرس" -#: gtk/gtkstock.c:340 -#, fuzzy +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_معلومات" -#: gtk/gtkstock.c:341 -#, fuzzy +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_مائل" -#: gtk/gtkstock.c:342 -#, fuzzy +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "ا_قفز إلى" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 -#, fuzzy +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" -msgstr "_حوّل" +msgstr "_وسّط" #. This is about text justification -#: gtk/gtkstock.c:346 -#, fuzzy +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" -msgstr "م_لفات" +msgstr "ا_ملأ" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 -#, fuzzy +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" -msgstr "_يسار:" +msgstr "_يسار" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 -#, fuzzy +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" -msgstr "_يمين:" +msgstr "ي_مين" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 -#, fuzzy +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "أ_مام" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 -#, fuzzy +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_جديد" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 -#, fuzzy +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" -msgstr "أُلبِث" +msgstr "أُلبِ_ث" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 -#, fuzzy +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" -msgstr "أ_ماكن" +msgstr "_شغّل" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 -#, fuzzy +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "ال_سابق" #. Media label -#: gtk/gtkstock.c:363 -#, fuzzy +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "س_جّل" #. Media label -#: gtk/gtkstock.c:365 -#, fuzzy +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_رجوع" #. Media label -#: gtk/gtkstock.c:367 -#, fuzzy +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_قف" -#: gtk/gtkstock.c:368 -#, fuzzy +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_شبكة" -#: gtk/gtkstock.c:369 -#, fuzzy +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_جديد" -#: gtk/gtkstock.c:370 -#, fuzzy +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_لا" -#: gtk/gtkstock.c:371 -#, fuzzy +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" -msgstr "_موافق" +msgstr "_نعم" -#: gtk/gtkstock.c:372 -#, fuzzy +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "ا_فتح" #. Page orientation -#: gtk/gtkstock.c:374 -#, fuzzy +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "عرضيّ" #. Page orientation -#: gtk/gtkstock.c:376 -#, fuzzy +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "طوليّ" #. Page orientation -#: gtk/gtkstock.c:378 -#, fuzzy +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "عرضيّ مقلوب" #. Page orientation -#: gtk/gtkstock.c:380 -#, fuzzy +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "طوليّ مقلوب" -#: gtk/gtkstock.c:381 -#, fuzzy +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "إعداد ال_صفحة" -#: gtk/gtkstock.c:382 -#, fuzzy +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "ا_لصق" -#: gtk/gtkstock.c:383 -#, fuzzy +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_التفضيلات" -#: gtk/gtkstock.c:384 -#, fuzzy +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "ا_طبع" -#: gtk/gtkstock.c:385 -#, fuzzy +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "_معاينة الطباعة" -#: gtk/gtkstock.c:386 -#, fuzzy +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_الخصائص" -#: gtk/gtkstock.c:387 -#, fuzzy +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "أ_نهِ" -#: gtk/gtkstock.c:388 -#, fuzzy +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "أ_عد" -#: gtk/gtkstock.c:389 -#, fuzzy +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_حدِّث" -#: gtk/gtkstock.c:390 -#, fuzzy +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "ا_حذِف" -#: gtk/gtkstock.c:391 -#, fuzzy +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "ا_عكس" -#: gtk/gtkstock.c:392 -#, fuzzy +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "ا_حفظ" -#: gtk/gtkstock.c:393 -#, fuzzy +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "احفظ با_سم" -#: gtk/gtkstock.c:394 -#, fuzzy +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "اختر ال_كل" -#: gtk/gtkstock.c:395 -#, fuzzy +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_اللون" -#: gtk/gtkstock.c:396 -#, fuzzy +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_الخط" #. Sorting direction -#: gtk/gtkstock.c:398 -#, fuzzy +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_تصاعدي" #. Sorting direction -#: gtk/gtkstock.c:400 -#, fuzzy +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_تنازلي" -#: gtk/gtkstock.c:401 -#, fuzzy +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_تدقيق إملائي" -#: gtk/gtkstock.c:402 -#, fuzzy +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_قف" #. Font variant -#: gtk/gtkstock.c:404 -#, fuzzy +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "اش_طب" -#: gtk/gtkstock.c:405 -#, fuzzy +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_تراجع عن الحذف" #. Font variant -#: gtk/gtkstock.c:407 -#, fuzzy +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_سطِّر" -#: gtk/gtkstock.c:408 -#, fuzzy +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_تراجع" -#: gtk/gtkstock.c:409 -#, fuzzy +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_نعم" #. Zoom -#: gtk/gtkstock.c:411 -#, fuzzy +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_الحجم العادي" #. Zoom -#: gtk/gtkstock.c:413 -#, fuzzy +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "أفضل _ملاءمة" -#: gtk/gtkstock.c:414 -#, fuzzy +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "_قرّب" -#: gtk/gtkstock.c:415 -#, fuzzy +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "_بعّد" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "حدث خطأ مجهول عند محاولة فتح %s" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "لا وظيفة تفكيك موجودة للنوع %s" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "كلا \"id\" و \"name\" لم يعثر عليهما في العنصر <%s>" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "الصفة \"%s\" معادة مرتان في نفس العنصر <%s>" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "العنصر <%s> له رقم هوية غير صحيح \"%s\"" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "العنصر <%s> ليس له لا صفة \"name\" ولا \"id\"" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "الصفة \"%s\" مكررة مرتان في نفس العنصر <%s>" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "الصفة \"%s\" خاطئة في العنصر <%s> في هذا السياق" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "لم يتم تعريف الشّارة \"%s\"." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "وُجِد وسم مجهول و لا يمكن إنشاؤه." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "الوسم \"%s\" غير موجود في النص و لا يمكن إنشاؤه." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "العنصر <%s> غير مسموح به تحت <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" قيمة غير سليمة لصفة" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" قيمة غير سليمة لاسم صفة" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "لا يمكن تحويل \"%s\" إلى قيمة من نوع \"%s\" للخاصية \"%s\"" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" قيمة غير سليمة لاسم الصفة \"%s\"" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "الوسم \"%s\" معرف مسبقًا" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "الوسم \"%s\" له خاصية غير صالحة \"%s\"" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "العنصر العلوي في نص يجب أن يكون و ليس <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "عنصر <%s> تم تحديده بالفعل" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "العنصر لا يمكن أن يظهر قبل العنصر " -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "البيانات المرسلة غير صالحة" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "البيانات المرسلة غير صالحة. القسم الأول ليس GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "علامة يسار إلى _يمين (LRM)" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "علامة ي_مين إلى يسار (RLM)" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "_غرس يسار إلى يمين (LRE)" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "غ_رس يمين إلى يسار (RLE)" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "_تخطي يسار إلى يمين (LRO)" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "ت_خطي يمين إلى يسار (RLO)" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "أزل تن_سيق الاتجاه (PDF)" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "مسافة _صفرية العرض (ZWS)" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "_واصل صفري العرض (ZWJ)" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "_فاصل صفري العرض (ZWNJ)" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "تعذّر إيجاد محرّك السِمة في module_path: \"%s\"" -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- لا توجد تلميحة ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "وسم بدء غير متوقّع '%s' عند السطر %Id المحرف %Id" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "بيانات محارف غير متوقّعة عند السطر %Id المحرف %Id" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "فارغ" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "شدة الصوت" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "يرفع أو يخفض الصوت" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "يضبط الصوت" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "أخفض الصوت" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "يخفض الصوت" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "ارفع الصوت" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "يرفع الصوت" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "صامت" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "شدة الصوت القصوى" @@ -3734,983 +3631,929 @@ msgstr "شدة الصوت القصوى" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" -msgstr "" +msgstr "%Id %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 #, fuzzy msgctxt "paper size" msgid "asme_f" msgstr "الا_سم" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" -msgstr "" +msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" -msgstr "" +msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" -msgstr "" +msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" -msgstr "" +msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" -msgstr "" +msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" -msgstr "" +msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" -msgstr "" +msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" -msgstr "" +msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" -msgstr "" +msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" -msgstr "" +msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" -msgstr "" +msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" -msgstr "" +msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" -msgstr "" +msgstr "‮‪A3‬ أكبر" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" -msgstr "" +msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" -msgstr "" +msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" -msgstr "" +msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" -msgstr "" +msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" -msgstr "" +msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" -msgstr "" +msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" -msgstr "" +msgstr "‏‪A4‬ أكبر" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" -msgstr "" +msgstr "‏‪A4‬ لوحي" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" -msgstr "" +msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" -msgstr "" +msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" -msgstr "" +msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" -msgstr "" +msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" -msgstr "" +msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" -msgstr "" +msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" -msgstr "" +msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" -msgstr "" +msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" -msgstr "" +msgstr "‏‪A5‬ أكبر" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" -msgstr "" +msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" -msgstr "" +msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" -msgstr "" +msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" -msgstr "" +msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" -msgstr "" +msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" -msgstr "" +msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" -msgstr "" +msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" -msgstr "" +msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" -msgstr "" +msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" -msgstr "" +msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" -msgstr "" +msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" -msgstr "" +msgstr "‏‪B5‬ أكبر" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" -msgstr "" +msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" -msgstr "" +msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" -msgstr "" +msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" -msgstr "" +msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" -msgstr "" +msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" -msgstr "" +msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" -msgstr "" +msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" -msgstr "" +msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" -msgstr "" +msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" -msgstr "" +msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" -msgstr "" +msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" -msgstr "" +msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" -msgstr "" +msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" -msgstr "" +msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" -msgstr "" +msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" -msgstr "" +msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" -msgstr "" +msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" -msgstr "" +msgstr "C9" -#: gtk/paper_names_offsets.c:65 -#, fuzzy +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "مظروف DL" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" -msgstr "" +msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" -msgstr "" +msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" -msgstr "" +msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" -msgstr "" +msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" -msgstr "" +msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" -msgstr "" +msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" -msgstr "" +msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" -msgstr "" +msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" -msgstr "" +msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" -msgstr "" +msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" -msgstr "" +msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" -msgstr "" +msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" -msgstr "" +msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" -msgstr "" +msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" -msgstr "" +msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" -msgstr "" +msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" -msgstr "" +msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" -msgstr "" +msgstr "‏jis تنفيذي" -#: gtk/paper_names_offsets.c:84 -#, fuzzy +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "مظروف Choukei 2 " -#: gtk/paper_names_offsets.c:85 -#, fuzzy +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "مظروف Choukei 3" -#: gtk/paper_names_offsets.c:86 -#, fuzzy +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "مظروف Choukei 4" -#: gtk/paper_names_offsets.c:87 -#, fuzzy +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" -msgstr "hagaki (بطاقة بريدية)" +msgstr "‏hagaki (بطاقة بريدية)" -#: gtk/paper_names_offsets.c:88 -#, fuzzy +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "مظروف kahu" -#: gtk/paper_names_offsets.c:89 -#, fuzzy +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "مظروف kaku2" -#: gtk/paper_names_offsets.c:90 -#, fuzzy +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" -msgstr "oufuku (بطاقة رد بريدية)" +msgstr "‏oufuku (بطاقة رد بريدية)" -#: gtk/paper_names_offsets.c:91 -#, fuzzy +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "مظروف you4" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" -msgstr "" +msgstr "10×11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" -msgstr "" +msgstr "10×13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" -msgstr "" +msgstr "10×14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" -msgstr "" +msgstr "10×15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" -msgstr "" +msgstr "11×12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" -msgstr "" +msgstr "11×15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" -msgstr "" +msgstr "12×19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" -msgstr "" +msgstr "5×7" -#: gtk/paper_names_offsets.c:101 -#, fuzzy +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" -msgstr "مظروف 6x9 " +msgstr "مظروف 6×9" -#: gtk/paper_names_offsets.c:102 -#, fuzzy +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" -msgstr "مظروف 7x9" +msgstr "مظروف 7×9" -#: gtk/paper_names_offsets.c:103 -#, fuzzy +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" -msgstr "مظروف 9x11" +msgstr "مظروف 9×11" -#: gtk/paper_names_offsets.c:104 -#, fuzzy +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" -msgstr "مظروف a2 " +msgstr "مظروف a2" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" -msgstr "" +msgstr "c" -#: gtk/paper_names_offsets.c:112 -#, fuzzy +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "مظروف c5" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" -msgstr "" +msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" -msgstr "" +msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" -msgstr "" +msgstr "edp" -#: gtk/paper_names_offsets.c:116 -#, fuzzy +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" -msgstr "edp أوروبي" +msgstr "‏edp أوروبي" -#: gtk/paper_names_offsets.c:117 -#, fuzzy +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" -msgstr "_نفِّذ" +msgstr "تنفيذي" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" -msgstr "" +msgstr "f" -#: gtk/paper_names_offsets.c:119 -#, fuzzy +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" -msgstr "فانفولد أوروبي" +msgstr "طية مروحة أوروبي" -#: gtk/paper_names_offsets.c:120 -#, fuzzy +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" -msgstr "فانفولد أمريكي" +msgstr "طية مروحة أمريكي" -#: gtk/paper_names_offsets.c:121 -#, fuzzy +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" -msgstr "فانفولد ألماني" +msgstr "طية مروحة ألماني قانوني" -#: gtk/paper_names_offsets.c:122 -#, fuzzy +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" -msgstr "خطاب قانوني" +msgstr "قانوني حكومي" -#: gtk/paper_names_offsets.c:123 -#, fuzzy +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "خطاب حكومي" -#: gtk/paper_names_offsets.c:124 -#, fuzzy +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" -msgstr "_فهرس" +msgstr "فهرس 3×5" -#: gtk/paper_names_offsets.c:125 -#, fuzzy +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" -msgstr "فهرس 4x6 (بطاقة بريدية)" +msgstr "فهرس 4×6 (بطاقة بريدية)" -#: gtk/paper_names_offsets.c:126 -#, fuzzy +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" -msgstr "فهرس 4x6 ext" +msgstr "فهرس 4×6 ext" -#: gtk/paper_names_offsets.c:127 -#, fuzzy +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" -msgstr "_فهرس" +msgstr "فهرس 5×8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" -msgstr "" +msgstr "فاتورة" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" -msgstr "" +msgstr "لوحي" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" -msgstr "" +msgstr "أمريكي قانوني" -#: gtk/paper_names_offsets.c:131 -#, fuzzy +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "أمريكي قانوني أكبر" -#: gtk/paper_names_offsets.c:132 -#, fuzzy +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" -msgstr "بريد أمريكي " +msgstr "بريد أمريكي" -#: gtk/paper_names_offsets.c:133 -#, fuzzy +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "بريد أمريكي أكبر" -#: gtk/paper_names_offsets.c:134 -#, fuzzy +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "بريد أمريكي زائد" -#: gtk/paper_names_offsets.c:135 -#, fuzzy +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "ظرف ملكي" -#: gtk/paper_names_offsets.c:136 -#, fuzzy +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" -msgstr "مظروف #10" +msgstr "مظروف #1" -#: gtk/paper_names_offsets.c:137 -#, fuzzy +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "مظروف #11" -#: gtk/paper_names_offsets.c:138 -#, fuzzy +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "مظروف #12" -#: gtk/paper_names_offsets.c:139 -#, fuzzy +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "مظروف #14" -#: gtk/paper_names_offsets.c:140 -#, fuzzy +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "مظروف #9" -#: gtk/paper_names_offsets.c:141 -#, fuzzy +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "مظروف شخصي" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" -msgstr "" +msgstr "ربعي" -#: gtk/paper_names_offsets.c:143 -#, fuzzy +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" -msgstr "ورق" +msgstr "‏A فائق" -#: gtk/paper_names_offsets.c:144 -#, fuzzy +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" -msgstr "ورق" +msgstr "‏B فائق" -#: gtk/paper_names_offsets.c:145 -#, fuzzy +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "تنسيق عريض" -#: gtk/paper_names_offsets.c:146 -#, fuzzy +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 #, fuzzy msgctxt "paper size" msgid "Folio" msgstr "اللون" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "" -#: gtk/paper_names_offsets.c:149 -#, fuzzy +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "مظروف دعوة" -#: gtk/paper_names_offsets.c:150 -#, fuzzy +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "مظروف إيطالي" -#: gtk/paper_names_offsets.c:151 -#, fuzzy +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" -msgstr "" +msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 -#, fuzzy +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "مظروف Postfix" -#: gtk/paper_names_offsets.c:154 -#, fuzzy +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "صورة صغيرة" -#: gtk/paper_names_offsets.c:155 -#, fuzzy +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "مظروف prc1" -#: gtk/paper_names_offsets.c:156 -#, fuzzy +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "مظروف prc10" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" -msgstr "" +msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 -#, fuzzy +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "مظروف prc2" -#: gtk/paper_names_offsets.c:159 -#, fuzzy +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "مظروف prc3" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" -msgstr "" +msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 -#, fuzzy +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "مظروف prc4" -#: gtk/paper_names_offsets.c:162 -#, fuzzy +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" -msgstr "مظروف c5" +msgstr "مظروف prc5" -#: gtk/paper_names_offsets.c:163 -#, fuzzy +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "مظروف prc6" -#: gtk/paper_names_offsets.c:164 -#, fuzzy +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "مظروف prc7" -#: gtk/paper_names_offsets.c:165 -#, fuzzy +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "مظروف prc8" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" -msgstr "" +msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" -msgstr "" +msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "وُجِدت معلومات مختلفة للملفات الموصولة '%s' و '%s'\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "فشلت كتابة الترويسة\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "فشلت كتابة جدول التلبيد\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "فشلت كتابة فهرس المجلدات\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "فشلت إعادة كتابة الترويسة\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "فشل فتح الملف %s : %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "فشلت الكتابة في الملف: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "المخزن المنتج غير صحيح.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "تعذّر تغيير اسم %s إلى %s: %s، سيُحذف %s إذن.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "تعذّر تغيير اسم %s إلى %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "تعذّر تغيير اسم %s إلى %s: %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "تم إنشاء ملف الخزن (Cache) بنجاح.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "اكتب فوق ملف cache (خزن) موجود، حتى إذا كان محدّثا" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "لا تتحقق من وجود index.theme" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "لا تضع بيانات الصور في المخزن" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "اخرج ملف ترويسة C" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "اغلق الخرْج المطنب" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "تصحيح مخزن الإيقونات الموجود" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "الملفّ غير موجود: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "مخزن إيقونات غير سليم: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "لا ملف فهرس للسمة." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4720,273 +4563,271 @@ msgstr "" "إذا أردت فعلا بناء مخزن إيقونات هنا، استعمل --ignore-theme-index .\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "أمهري (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "سيدلّا" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "سريلي (بحروف لغة أخرى)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "إنُكتيتوت (بحروف لغة أخرى)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "الأبجدية الصوتية الدولية" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "ضغط متعدد" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "تايلندي-لاوو" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "أريتري تيكريكنا (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "إثيوبي تيكريكنا (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "فيتنامية (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "طريقة إدخال س" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "الطابعة '%s' بها نقص في الحبر." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "نفذ الحبر من الطابعة '%s'." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "مستوى المُظّهِر منخفض في الطابعة '%s'." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "نفذت الطابعة '%s' من المُظّهِر." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "الطابعة '%s' بها نقص في واحد من الأقلام على الأقل." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "نفذ حبر واحد من أقلام الطابعة '%s' على الأقل." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "غطاء الطابعة '%s' مفتوح." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "باب الطابعة '%s' مفتوح." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "الطابعة '%s' بها نقص في الورق." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "نفذ الورق من الطابعة '%s'." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "الطابعة '%s' غير متصلة حاليا." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "قد تكون الطابعة '%s' غير متصلة." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "هناك مشكلة بالطابعة '%s'." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "إيقاف مؤقت ؛ يجري رفض المهام" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "يجري رفض المهام" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "ذو جانبين" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "نوع الورق" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "مصدر الورق" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "لوحة الخرْج" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" -msgstr "سؤال" +msgstr "الميز" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" -msgstr "" +msgstr "ترشيح مسبق بغوست‌سكربت" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "أحادي الجانب" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" -msgstr "" +msgstr "حافة طويلة (قياسي)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" -msgstr "" +msgstr "حافة قصيرة (ملفوف)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "اختيار تلقائي" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "مبدئي الطابعة" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" -msgstr "" +msgstr "ادمج خطوط غوست‌سكربت فقط" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" -msgstr "" +msgstr "حوّل إلى بوستسكربت المستوى ١" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" -msgstr "" +msgstr "حوّل إلى بوستسكربت المستوى ٢" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" -msgstr "لم يُعثر على أي طابعة" +msgstr "لا ترشيح مسبق" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" -msgstr "" +msgstr "متفرقات" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "عاجِل" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "عال" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "متوسط" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "منخفض" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "اليسار لليمين، الأعلى للأسفل" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "اليسار لليمين، الأسفل للأعلى" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "اليمين لليسار، الأعلى للأسفل" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "اليمين لليسار، الأسفل للأعلى" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "الأعلى للأسفل، اليسار لليمين" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "الأعلى للأسفل، اليمين لليسار" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "الأسفل للأعلى، اليسار لليمين" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "الأسفل للأعلى، اليمين لليسار" @@ -4994,66 +4835,66 @@ msgstr "الأسفل للأعلى، اليمين لليسار" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "الصفحات بكل ورقة" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "أولوية المهمة" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "معلومات الدفع" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "لا شيء" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "مصنّف" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "سرّي" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "سر" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "معياري" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "سرّي للغاية" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "غير مصنّف" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "قبل" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "بعد" @@ -5061,14 +4902,14 @@ msgstr "بعد" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "إطبع في" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "إطبع في الوقت" @@ -5076,65 +4917,65 @@ msgstr "إطبع في الوقت" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "مخصص %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "ناتج.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "اطبع إلى ملف" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "PostScript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "الصفحات لكل _ورقة :" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "ملف" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "صيغة ال_خرْج" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "اطبع لـ LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "صفحات بكل ورقة " -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "سطر الأوامر" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "ناتج-اختبار.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "اطبع في طابعة اختبار" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "تعذّر جلب معلومات الملف '%s': %s" From ee3734e935ca10f3b7f17a38f06e809c710df8cf Mon Sep 17 00:00:00 2001 From: Manoj Kumar Giri Date: Tue, 14 Apr 2009 12:01:09 +0530 Subject: [PATCH 063/190] Updated Oriya Translation --- po/or.po | 46 ++++++++++++++++++---------------------------- 1 file changed, 18 insertions(+), 28 deletions(-) diff --git a/po/or.po b/po/or.po index 78ddb03076..501b6c32ba 100644 --- a/po/or.po +++ b/po/or.po @@ -13,13 +13,14 @@ msgstr "" "Project-Id-Version: or\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-03-02 17:46+0530\n" +"PO-Revision-Date: 2009-04-14 11:59+0530\n" "Last-Translator: Manoj Kumar Giri \n" "Language-Team: Oriya \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n\n" +"\n" "\n" "\n" "\n" @@ -294,8 +295,7 @@ msgstr "'%s' ଚିତ୍ର ଫାଇଲରେ କୌଣସି ତଥ୍ଯ ନ #: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 #: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 #, c-format -msgid "" -"Failed to load image '%s': reason not known, probably a corrupt image file" +msgid "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "" "'%s' ଚିତ୍ର ଫାଇଲ ଧାରଣ କରିବାରେ ଅସଫଳ: କାରଣ ଜଣା ନାହିଁ, ସମ୍ଭବତଃ ଏହା ଗୋଟିଏ ତୃଟିଯୁକ୍ତ ଚିତ୍ର ଫାଇଲ " "ଅଟେ" @@ -374,8 +374,7 @@ msgstr "'%s'କୁ ଲେଖିବା ପ୍ରତି ଖୋଲିବାରେ msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" "s" -msgstr "" -"ଚିତ୍ର ଲେଖିବା ସମୟରେ '%s'କୁ ବନ୍ଦ କରିବାରେ ଅସଫଳ, ସମ୍ପୂର୍ଣ ତଥ୍ଯ ସଂରକ୍ଷିତ ନ ହୋଇଥାଇପାରେ: %s" +msgstr "ଚିତ୍ର ଲେଖିବା ସମୟରେ '%s'କୁ ବନ୍ଦ କରିବାରେ ଅସଫଳ, ସମ୍ପୂର୍ଣ ତଥ୍ଯ ସଂରକ୍ଷିତ ନ ହୋଇଥାଇପାରେ: %s" #: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" @@ -644,8 +643,7 @@ msgstr "JPEG ଚିତ୍ର ଫାଇଲ ବ୍ଯାଖ୍ଯା କରିବ msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" -msgstr "" -"ଚିତ୍ର ଧାରଣ କରିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ, ସ୍ମୃତି ମୁକ୍ତି ପାଇଁ କିଛି ପ୍ରୟୋଗ ବନ୍ଦ କରିବାକୁ ଚେଷ୍ଟା କରନ୍ତୁ" +msgstr "ଚିତ୍ର ଧାରଣ କରିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ, ସ୍ମୃତି ମୁକ୍ତି ପାଇଁ କିଛି ପ୍ରୟୋଗ ବନ୍ଦ କରିବାକୁ ଚେଷ୍ଟା କରନ୍ତୁ" #: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 #, c-format @@ -670,8 +668,7 @@ msgstr "JPEG ଗୁଣବତ୍ତାର ମୂଲ୍ଯ ୦ ଓ ୧୦୦ ଭ #: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format -msgid "" -"JPEG quality must be a value between 0 and 100; value '%d' is not allowed." +msgid "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG ଗୁଣବତ୍ତାର ମୂଲ୍ଯ ୦ ଓ ୧୦୦ ଭିତରେ ଥିବା ଉଚିତ; '%d' ମୂଲ୍ଯର ଅନୁମତି ନାହିଁ." #: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 @@ -771,8 +768,7 @@ msgid "Fatal error reading PNG image file: %s" msgstr "PNG ଫାଇଲ ପଢ଼ିବାରେ ମାରାତ୍ମକ ତୃଟି: %s" #: gdk-pixbuf/io-png.c:825 -msgid "" -"Keys for PNG text chunks must have at least 1 and at most 79 characters." +msgid "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "PNG ପାଠ୍ଯ ଖଣ୍ଡର ଚାବି ୧ ଓ ୭୯ ଅକ୍ଷର ଭିତରେ ହୋଇଥିବା ଆବଶ୍ଯକ." #: gdk-pixbuf/io-png.c:833 @@ -1278,9 +1274,9 @@ msgid "Backslash" msgstr "Backslash" #: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "ଅବୈଧ ପ୍ରକାର ଫଳନ: '%s'" +msgstr "ଧାଡ଼ି %d ରେ ଅବୈଧ ପ୍ରକାର ଫଳନ: '%s'" #: gtk/gtkbuilderparser.c:402 #, c-format @@ -1415,8 +1411,7 @@ msgstr "ବାହାର ମଣ୍ଡଳରୁ ରଙ୍ଗ ବାଛନ୍ତୁ msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." -msgstr "" -"ଆଖିଡ୍ରପର ଉପରେ ମାଉସ ଚାବି ଦବାଇ, ରଙ୍ଗ ବାଛିବା ପାଇଁ ପରଦାର କୌଣସି ରଙ୍ଗ ଉପରେ ମାଉସ ଚାବି ଦବାନ୍ତୁ।" +msgstr "ଆଖିଡ୍ରପର ଉପରେ ମାଉସ ଚାବି ଦବାଇ, ରଙ୍ଗ ବାଛିବା ପାଇଁ ପରଦାର କୌଣସି ରଙ୍ଗ ଉପରେ ମାଉସ ଚାବି ଦବାନ୍ତୁ।" #: gtk/gtkcolorsel.c:387 msgid "_Hue:" @@ -1746,8 +1741,7 @@ msgstr "\"%s\" ନାମର ଫାଇଲ ପୂର୍ବରୁ ଅଛି. ଆପ #: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 #, c-format -msgid "" -"The file already exists in \"%s\". Replacing it will overwrite its contents." +msgid "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "\"%s\"ରେ ଫାଇଲ ପୂର୍ବରୁ ଅଛି. ଏହାକୁ ବଦଳାଇଲେ, ତାହାର ସୂଚୀ ନବଲିଖିତ ହୋଇଯିବ." #: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 @@ -1902,8 +1896,7 @@ msgstr "ଫାଇଲର ନାମ ବଦଳାନ୍ତୁ (_R)" #: gtk/gtkfilesel.c:1347 #, c-format -msgid "" -"The folder name \"%s\" contains symbols that are not allowed in filenames" +msgid "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "ଫୋଲ୍ଡରର ନାମ \"%s\"ରେ କିଛି ପ୍ରତୀକ ଅଛି ଯେଉଁଗୁଡ଼ିକ ଫାଇଲ ନାମରେ ମନା" #: gtk/gtkfilesel.c:1392 @@ -2592,9 +2585,8 @@ msgstr "" "ଯେପରି କି 1-3,7,11" #: gtk/gtkprintunixdialog.c:1835 -#, fuzzy msgid "Pages" -msgstr "ପୃଷ୍ଠାଗୁଡ଼ିକ (_e):" +msgstr "ପୃଷ୍ଠାଗୁଡ଼ିକ" #: gtk/gtkprintunixdialog.c:1848 msgid "Copies" @@ -3466,8 +3458,7 @@ msgstr "\"%s\" ଟି ଗୋଟିଏ ବୈଧ ଗୁଣ ନାମ ନୁହେ #: gtk/gtktextbufferserialize.c:1193 #, c-format -msgid "" -"\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" +msgid "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "\"%s\" କୁ \"%s\" ପ୍ରକାରର ଗୋଟିଏ ମୂଲ୍ଯର \"%s\" ଗୁଣ ପାଇଁ ବଦଳା ଯାଇ ପାରିଲା ନାହିଁ" #: gtk/gtktextbufferserialize.c:1202 @@ -3504,10 +3495,8 @@ msgid "Serialized data is malformed" msgstr "ଧାରାବହିକ ତଥ୍ଯକୁ ବିକୃତ ରୂପରେ ଗଠନ କରାଯାଇଛି" #: gtk/gtktextbufferserialize.c:1857 -msgid "" -"Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" -msgstr "" -"ଧାରାବହିକ ତଥ୍ଯକୁ ବିକୃତ ରୂପରେ ଗଠନ କରାଯାଇଛି। ପ୍ରଥମ ଭାଗଟି GTKTEXTBUFFERCONTENTS-0001 ନୁହେଁ" +msgid "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" +msgstr "ଧାରାବହିକ ତଥ୍ଯକୁ ବିକୃତ ରୂପରେ ଗଠନ କରାଯାଇଛି। ପ୍ରଥମ ଭାଗଟି GTKTEXTBUFFERCONTENTS-0001 ନୁହେଁ" #: gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" @@ -4960,3 +4949,4 @@ msgstr "ପରୀକ୍ଷା ମୁଦ୍ରଣୀରେ ମୁଦ୍ରଣ କ #, c-format msgid "Could not get information for file '%s': %s" msgstr "'%s' ଫାଇଲ ପାଇଁ ସୂଚନା ଆଣିହେଲା ନାହିଁ: %s" + From 73fff08dfbe070f929c4f15e833548e24ba59fb3 Mon Sep 17 00:00:00 2001 From: Manoj Kumar Giri Date: Tue, 14 Apr 2009 12:05:23 +0530 Subject: [PATCH 064/190] Updated Oriya Translation --- po/or.po | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/po/or.po b/po/or.po index 501b6c32ba..e4b36ad508 100644 --- a/po/or.po +++ b/po/or.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: or\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-04-14 11:59+0530\n" +"PO-Revision-Date: 2009-04-14 12:05+0530\n" "Last-Translator: Manoj Kumar Giri \n" "Language-Team: Oriya \n" "MIME-Version: 1.0\n" @@ -26,6 +26,7 @@ msgstr "" "\n" "\n" "\n" +"\n" "X-Generator: KBabel 1.11.4\n" #: gdk/gdk.c:103 @@ -1281,7 +1282,7 @@ msgstr "ଧାଡ଼ି %d ରେ ଅବୈଧ ପ୍ରକାର ଫଳନ: '%s #: gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "ନକଲି ବସ୍ତୁ id '%s' ଧାଡ଼ି %dରେ (ପୂର୍ବରୁ ଧାଡ଼ି %dରେ)" #: gtk/gtkbuilderparser.c:853 #, c-format @@ -2719,7 +2720,7 @@ msgstr "" #: gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "ମୁଦ୍ରଣ ସମୟ" #: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" From 647db715075b4174d3867bbf352a1c129fd89834 Mon Sep 17 00:00:00 2001 From: Manoj Kumar Giri Date: Tue, 14 Apr 2009 15:20:48 +0530 Subject: [PATCH 065/190] Upadated Oriya Translation --- po-properties/or.po | 3715 +++++++++++++++++++++---------------------- 1 file changed, 1834 insertions(+), 1881 deletions(-) diff --git a/po-properties/or.po b/po-properties/or.po index 2c13da6f31..5f681d1296 100644 --- a/po-properties/or.po +++ b/po-properties/or.po @@ -10,16 +10,16 @@ msgid "" msgstr "" "Project-Id-Version: or\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:25-0400\n" -"PO-Revision-Date: 2009-03-30 18:38+0530\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+&component=general\n" +"POT-Creation-Date: 2009-04-13 03:29+0000\n" +"PO-Revision-Date: 2009-04-13 16:27+0530\n" "Last-Translator: Manoj Kumar Giri \n" "Language-Team: Oriya \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n\n" "\n" "\n" "\n" @@ -37,109 +37,110 @@ msgstr "" "\n" "\n" -#: gdk-pixbuf/gdk-pixbuf.c:89 +#: ../gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "ଚାନେଲ ସଂଖ୍ଯା" -#: gdk-pixbuf/gdk-pixbuf.c:90 +#: ../gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "ପ୍ରତି ପାକ୍ସେଲ ପାଇଁ ନମୁନାର ସଂଖ୍ଯା" -#: gdk-pixbuf/gdk-pixbuf.c:99 +#: ../gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "ରଙ୍ଗକ୍ଷେତ୍ର" -#: gdk-pixbuf/gdk-pixbuf.c:100 +#: ../gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "ରଙ୍ଗକ୍ଷେତ୍ର ଯେଉଁଠାରେ ନମୁନା ମାନଙ୍କର ଅର୍ଥ ଉଲ୍ଲେଖ କରାଯାଇଛି" -#: gdk-pixbuf/gdk-pixbuf.c:108 +#: ../gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "ଆଲଫା ଅଛି" -#: gdk-pixbuf/gdk-pixbuf.c:109 +#: ../gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "pixbuf ର ଗୋଟିଏ ଆଲଫା ଉପପଥ ଅଛି କି ନାହିଁ" -#: gdk-pixbuf/gdk-pixbuf.c:122 +#: ../gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "ନମୁନା ପ୍ରତି ବିଟ" -#: gdk-pixbuf/gdk-pixbuf.c:123 +#: ../gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "ନମୁନା ପ୍ରତି ବିଟ" -#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 +#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 +#: ../gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "ପ୍ରସ୍ଥ" -#: gdk-pixbuf/gdk-pixbuf.c:133 +#: ../gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "pixbuf ର ସ୍ତମ୍ଭ ସଂଖ୍ଯା" -#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 +#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 msgid "Height" msgstr "ଉଚ୍ଚତା" -#: gdk-pixbuf/gdk-pixbuf.c:143 +#: ../gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "pixbuf ର ଧାଡି ସଂଖ୍ଯା" -#: gdk-pixbuf/gdk-pixbuf.c:159 +#: ../gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "ଧାଡି ଲମ୍ବ" -#: gdk-pixbuf/gdk-pixbuf.c:160 -msgid "" -"The number of bytes between the start of a row and the start of the next row" +#: ../gdk-pixbuf/gdk-pixbuf.c:160 +msgid "The number of bytes between the start of a row and the start of the next row" msgstr "ଧାଡିର ପ୍ରାରମ୍ଭ ଏବଂ ନୂତନ ଧାଡି ଆରମ୍ଭ ହେବା ମଧ୍ଯରେ ବାଇଟ ସଂଖ୍ଯା" -#: gdk-pixbuf/gdk-pixbuf.c:169 +#: ../gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "ପିକ୍ସେଲ" -#: gdk-pixbuf/gdk-pixbuf.c:170 +#: ../gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "pixbuf ର ପିକ୍ସେଲ ତଥ୍ଯ ପାଇଁ ଗୋଟିଏ ସୂଚକ" -#: gdk/gdkdisplaymanager.c:103 +#: ../gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ପ୍ରଦର୍ଶନ" -#: gdk/gdkdisplaymanager.c:104 +#: ../gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "GDK ପାଇଁ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ପ୍ରଦର୍ଶନ" -#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 +#: ../gdk/gdkpango.c:537 ../gtk/gtkinvisible.c:86 +#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 +#: ../gtk/gtkwindow.c:614 msgid "Screen" msgstr "ପରଦା" -#: gdk/gdkpango.c:538 +#: ../gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "ଚିତ୍ରକ ପାଇଁ GdkScreen" -#: gdk/gdkscreen.c:75 +#: ../gdk/gdkscreen.c:75 msgid "Font options" msgstr "ଅକ୍ଷରରୂପ ବିକଳ୍ପ" -#: gdk/gdkscreen.c:76 +#: ../gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "ପରଦା ପାଇଁ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଅକ୍ଷରରୂପ ବିକଳ୍ପ" -#: gdk/gdkscreen.c:83 +#: ../gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "ଅକ୍ଷରରୂପ ବିଭେଦନ" -#: gdk/gdkscreen.c:84 +#: ../gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "ପରଦାରେ ଅକ୍ଷରରୂପ ପାଇଁ ବିଭେଦନ" -#: gtk/gtkaboutdialog.c:184 +#: ../gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "ପ୍ରୋଗ୍ରାମ ର ନାମ" -#: gtk/gtkaboutdialog.c:185 +#: ../gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -147,43 +148,43 @@ msgstr "" "ପ୍ରୋଗ୍ରାମର ନାମ। ଏହାକୁ ବିନ୍ଯାସ କରାଯାଇ ନ ଥିଲେ, g_get_application_name() ପୂର୍ବନିର୍ଦ୍ଧାରିତ " "ନାମ ହୋଇଥାଏ।" -#: gtk/gtkaboutdialog.c:199 +#: ../gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "ପ୍ରୋଗ୍ରାମ ର ସଂସ୍କରଣ" -#: gtk/gtkaboutdialog.c:200 +#: ../gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "ପ୍ରୋଗ୍ରାମ ର ସଂସ୍କରଣ" -#: gtk/gtkaboutdialog.c:214 +#: ../gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "ସ୍ବତ୍ତ୍ବାଧୀକାର ବାକ୍ଯଖଣ୍ଡ" -#: gtk/gtkaboutdialog.c:215 +#: ../gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "ପ୍ରୋଗ୍ରାମ ପାଇଁ ସ୍ବତ୍ତ୍ବାଧୀକାର ସୂଚନା" -#: gtk/gtkaboutdialog.c:232 +#: ../gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "ଟିପ୍ପଣୀ ବାକ୍ଯଖଣ୍ଡ" -#: gtk/gtkaboutdialog.c:233 +#: ../gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "ପ୍ରୋଗ୍ରାମ ବିଷୟରେ ଟିପ୍ପଣୀ" -#: gtk/gtkaboutdialog.c:267 +#: ../gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "ୱେବସାଇଟ URL" -#: gtk/gtkaboutdialog.c:268 +#: ../gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "ପ୍ରୋଗ୍ରାମର ୱେବସାଇଟ ସଂଯୋଗ ପାଇଁ URL" -#: gtk/gtkaboutdialog.c:284 +#: ../gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "ୱେବସାଇଟ ସୂଚକ" -#: gtk/gtkaboutdialog.c:285 +#: ../gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -191,45 +192,43 @@ msgstr "" "ପ୍ରୋଗ୍ରାମର ୱେବସାଇଟ ସଂଯୋଗ ପାଇଁ ସୂଚକ। ଏହାକୁ ବିନ୍ଯାସ କରାଯାଇ ନ ଥିଲେ, ୟୁ.ଆର.ଏଲ. ପୂର୍ବନିର୍ଦ୍ଧାରିତ " "ସୂଚକ ହୋଇଥାଏ" -#: gtk/gtkaboutdialog.c:301 +#: ../gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "ଲେଖକ ମାନେ" -#: gtk/gtkaboutdialog.c:302 +#: ../gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "ପ୍ରୋଗ୍ରାମ ଲେଖକ ମାନଙ୍କର ତାଲିକା" -#: gtk/gtkaboutdialog.c:318 +#: ../gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "ଦସ୍ତାବେଜକର୍ତା" -#: gtk/gtkaboutdialog.c:319 +#: ../gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "ଏହି ପ୍ରୋଗ୍ରାମର ଦସ୍ତାବେଜୀକରଣ କରୁଥିବା ବ୍ଯକ୍ତି ମାନଙ୍କ ସୂଚୀ" -#: gtk/gtkaboutdialog.c:335 +#: ../gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "ଚିତ୍ରକାର" -#: gtk/gtkaboutdialog.c:336 +#: ../gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "ପ୍ରୋଗ୍ରାମର ଚତ୍ରକଳା ପାଇଁ ଅଂଶଦାନ କରିଥିବା ବ୍ଯକ୍ତି ମାନଙ୍କ ନାମ" -#: gtk/gtkaboutdialog.c:353 +#: ../gtk/gtkaboutdialog.c:353 msgid "Translator credits" -msgstr "" -"ଶୁଭ୍ରାଂଶୁ ବେହେରା ମନୋଜ କୁମାର ଗିରି " +msgstr "ଶୁଭ୍ରାଂଶୁ ବେହେରା ମନୋଜ କୁମାର ଗିରି " -#: gtk/gtkaboutdialog.c:354 -msgid "" -"Credits to the translators. This string should be marked as translatable" +#: ../gtk/gtkaboutdialog.c:354 +msgid "Credits to the translators. This string should be marked as translatable" msgstr "ଅନୁବାଦକ ମାନଙ୍କୁ ଶ୍ରେୟ। ଏହି ବାକ୍ଯଖଣ୍ଡକୁ ଅନୁବାଦ ଯୋଗ୍ଯ ବୋଲି ଚିହ୍ନିତ କରାଯିବା ଉଚିତ" -#: gtk/gtkaboutdialog.c:369 +#: ../gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "ପ୍ରତୀକ" -#: gtk/gtkaboutdialog.c:370 +#: ../gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -237,116 +236,116 @@ msgstr "" "ବିବରଣୀ ବାକ୍ସ ପାଇଁ ଗୋଟିଏ ପ୍ରତୀକ। ଏହାକୁ ବିନ୍ଯାସ କରାଯାଇ ନ ଥିଲେ, " "gtk_window_get_default_icon_list() ପୂର୍ବନିର୍ଦ୍ଧାରିତ ହୋଇଥାଏ।" -#: gtk/gtkaboutdialog.c:385 +#: ../gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "ପ୍ରତୀକ ଚିତ୍ରସଙ୍କେତ ନାମ" -#: gtk/gtkaboutdialog.c:386 +#: ../gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "ବିବରଣୀ ବାକ୍ସରେ ପ୍ରତୀକ ଭାବରେ ବ୍ଯବହାର କରିବା ପାଇଁ ଗୋଟିଏ ନାମିତ ଚିତ୍ରସଙ୍କେତ" -#: gtk/gtkaboutdialog.c:399 +#: ../gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "ଲାଇସେନ୍ସକୁ ପରିବେଷ୍ଟିତ କରନ୍ତୁ" -#: gtk/gtkaboutdialog.c:400 +#: ../gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "ଲାଇସେନ୍ସ ପାଠ୍ଯକୁ ପରିବେଷ୍ଟିତ କରାଯିବ କି ନାହିଁ" -#: gtk/gtkaccellabel.c:123 +#: ../gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "ତ୍ବରକ ସମାପ୍ତି" -#: gtk/gtkaccellabel.c:124 +#: ../gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "ତ୍ବରକ ପରିବର୍ତ୍ତନ ପାଇଁ ଦୃଷ୍ଟି ରଖାଯିବା ସମାପ୍ତି" -#: gtk/gtkaccellabel.c:130 +#: ../gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "ତ୍ବରକ ୱିଜେଟ" -#: gtk/gtkaccellabel.c:131 +#: ../gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "ତ୍ବରକ ପରିବର୍ତ୍ତନ ପାଇଁ ଦୃଷ୍ଟି ରଖାଯିବା ୱିଜେଟ" -#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 -#: gtk/gtktextmark.c:89 +#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 +#: ../gtk/gtktextmark.c:89 msgid "Name" msgstr "ନାମ" -#: gtk/gtkaction.c:180 +#: ../gtk/gtkaction.c:180 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/gtktoolbutton.c:202 +#: ../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/gtktoolbutton.c:202 msgid "Label" msgstr "ସୂଚକ" -#: gtk/gtkaction.c:199 +#: ../gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "ଏହି କାର୍ଯ୍ଯକୁ ସକ୍ରିୟ କରୁଥିବା ତାଲିକା ବସ୍ତୁ ଏବଂ ବଟନ ମାନଙ୍କ ପାଇଁ ବ୍ଯବହାର କରାଯାଉଥିବା ସୂଚକ।" -#: gtk/gtkaction.c:215 +#: ../gtk/gtkaction.c:215 msgid "Short label" msgstr "କ୍ଷୁଦ୍ର ସୂଚକ" -#: gtk/gtkaction.c:216 +#: ../gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "ଗୋଟିଏ କ୍ଷୁଦ୍ର ସୂଚକ ଯାହାକୁ ସାଧନ ପଟି ବଟନ ମାନଙ୍କରେ ବ୍ଯବହାର କରିହେବ।" -#: gtk/gtkaction.c:224 +#: ../gtk/gtkaction.c:224 msgid "Tooltip" msgstr "ଉପକରଣ ସୂଚନା" -#: gtk/gtkaction.c:225 +#: ../gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "ଏହି କାର୍ଯ୍ଯ ପାଇଁ ଗୋଟିଏ ଉପକରଣ ସୂଚନା" -#: gtk/gtkaction.c:240 +#: ../gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "ପୁଞ୍ଜି ଚିତ୍ରସଂକେତ" -#: gtk/gtkaction.c:241 +#: ../gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "ୱିଜେଟଗୁଡ଼ିକରେ ଦର୍ଶାଯାଇଥିବା ପୁଞ୍ଜି ଚିତ୍ରସଂକେତଏହି କାର୍ଯ୍ୟକୁ ଉପସ୍ଥାପନ କରିଥାଏ।" -#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 +#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "G ଚିତ୍ରସଙ୍କେତ" -#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 -#: gtk/gtkstatusicon.c:251 +#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 +#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "G ଚିତ୍ରସଙ୍କେତକୁ ଦର୍ଶାଯାଉଅଛି" -#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 +#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 +#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 +#: ../gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "ଚିତ୍ରସଙ୍କେତ ନାମ" -#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 -#: gtk/gtkstatusicon.c:235 +#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 +#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "ଚିତ୍ରସଙ୍କେତ ପ୍ରସଙ୍ଗରୁ ଚିତ୍ରସଙ୍କେତ ନାମ" -#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 +#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "ଭୂ-ସମାନ୍ତରାଳ ଥିବା ସମୟରେ ଦୃଶ୍ୟମାନ" -#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 +#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." -msgstr "" -"କଦାଚିତ ସାଧନପଟି ବସ୍ତୁଟି ଦୃଶ୍ୟମାନ ହୋଇଥାଏ ଯେତେବେଳେ ସାଧନ ପଟିଟି ଭୂ-ସମାନ୍ତରାଳ ଅନୁସ୍ଥାପନରେ ରହିଥାଏ।" +msgstr "କଦାଚିତ ସାଧନପଟି ବସ୍ତୁଟି ଦୃଶ୍ୟମାନ ହୋଇଥାଏ ଯେତେବେଳେ ସାଧନ ପଟିଟି ଭୂ-ସମାନ୍ତରାଳ ଅନୁସ୍ଥାପନରେ ରହିଥାଏ।" -#: gtk/gtkaction.c:306 +#: ../gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "ଅତିପ୍ରବାହିତ ହେଲେ ଦୃଶ୍ୟମାନ ହୋଇଥାଏ" -#: gtk/gtkaction.c:307 +#: ../gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." @@ -354,21 +353,21 @@ msgstr "" "ଯେତେବେଳେ ସତ୍ୟ, ସେତେବେଳେ ଏହି କାର୍ଯ୍ୟ ପାଇଁ ଉପକରଣ ବସ୍ତୁ ପ୍ରକ୍ସିଗୁଡ଼ିକ ସାଧନପଟି ଅତିପ୍ରବାହ ତାଲିକାରେ " "ଉପସ୍ଥାପିତ ହୋଇଥାନ୍ତି।" -#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 +#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "ଭୂ-ଲମ୍ବରେ ଥିବା ସମୟରେ ଦୃଶ୍ୟମାନ ହୋଇଥାଏ" -#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 +#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." msgstr "ସାଧନ ପଟିଟି ଭୂ-ଲମ୍ବ ଅନୁସ୍ଥାପନରେ ଥିବା ସମୟରେ ସାଧନ ପଟିର ବସ୍ତୁଗୁଡ଼ିକ ଦୃଶ୍ୟମାନ ହେଉଛି କି ନାହିଁ।" -#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 +#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 msgid "Is important" msgstr "ଟି ଦରକାରୀ" -#: gtk/gtkaction.c:323 +#: ../gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." @@ -376,109 +375,109 @@ msgstr "" "ଏହି କାର୍ଯ୍ୟଟିକୁ ଆବଶ୍ୟକୀୟ ମନେକରାଯିବ କି ନାହିଁ। ଯଦି TRUE, ତେବେ ଏହି କାର୍ଯ୍ୟ ପାଇଁ ସାଧନ ବସ୍ତୁ " "ପ୍ରକ୍ସିଗୁଡ଼ିକ GTK_TOOLBAR_BOTH_HORIZ ଧାରାରେ ପାଠ୍ୟ ଦର୍ଶାଇଥାନ୍ତି।" -#: gtk/gtkaction.c:331 +#: ../gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "ଯଦି ଖାଲି ଅଛି ତେବେ ଲୁଚାଇଦିଅନ୍ତୁ" -#: gtk/gtkaction.c:332 +#: ../gtk/gtkaction.c:332 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/gtkaction.c:338 ../gtk/gtkactiongroup.c:177 +#: ../gtk/gtkcellrenderer.c:193 ../gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "ସ୍ପର୍ଶ କାତର" -#: gtk/gtkaction.c:339 +#: ../gtk/gtkaction.c:339 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/gtkaction.c:345 ../gtk/gtkactiongroup.c:184 +#: ../gtk/gtkstatusicon.c:293 ../gtk/gtktreeviewcolumn.c:191 +#: ../gtk/gtkwidget.c:516 msgid "Visible" msgstr "ଦୃଶ୍ଯମାନ" -#: gtk/gtkaction.c:346 +#: ../gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "ହୁଏତ କାର୍ଯ୍ୟଟି ଦୃଶ୍ୟମାନ ଥିବ।" -#: gtk/gtkaction.c:352 +#: ../gtk/gtkaction.c:352 msgid "Action Group" msgstr "କାର୍ଯ୍ୟ ଶ୍ରେଣୀ" -#: gtk/gtkaction.c:353 +#: ../gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." -msgstr "" -"GtkActionGroup ସହିତ ଏହି GtkAction ସଶ୍ଳିଷ୍ଟ, କିମ୍ବା NULL (ଆଭ୍ୟନ୍ତରୀଣ ବ୍ୟବହାର ପାଇଁ)।" +msgstr "GtkActionGroup ସହିତ ଏହି GtkAction ସଶ୍ଳିଷ୍ଟ, କିମ୍ବା NULL (ଆଭ୍ୟନ୍ତରୀଣ ବ୍ୟବହାର ପାଇଁ)।" -#: gtk/gtkactiongroup.c:171 +#: ../gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "କାର୍ଯ୍ୟ ଶ୍ରେଣୀ ପାଇଁ ଗୋଟିଏ ନାମ।" -#: gtk/gtkactiongroup.c:178 +#: ../gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "ହୁଏତ କାର୍ଯ୍ୟ ଶ୍ରେଣୀଟି ସକ୍ରିୟ ଅଛି।" -#: gtk/gtkactiongroup.c:185 +#: ../gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "ହୁଏତ କାର୍ଯ୍ୟ ଶ୍ରେଣୀଟି ଦୃଶ୍ୟମାନ ଅଛି।" -#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 +#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 +#: ../gtk/gtkscalebutton.c:206 ../gtk/gtkspinbutton.c:269 msgid "Value" msgstr "ମୂଲ୍ଯ" -#: gtk/gtkadjustment.c:94 +#: ../gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "ସମନ୍ୱୟର ମୂଲ୍ୟ" -#: gtk/gtkadjustment.c:110 +#: ../gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "ସର୍ବନିମ୍ନ ମୂଲ୍ୟ" -#: gtk/gtkadjustment.c:111 +#: ../gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "ସମନ୍ୱୟର ସର୍ବନିମ୍ନ ମୂଲ୍ୟ" -#: gtk/gtkadjustment.c:130 +#: ../gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "ସର୍ବାଧିକ ମୂଲ୍ୟ" -#: gtk/gtkadjustment.c:131 +#: ../gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "ସମନ୍ୱୟର ସର୍ବାଧିକ ମୂଲ୍ୟ" -#: gtk/gtkadjustment.c:147 +#: ../gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "ପଦକ୍ଷେପ ବୃଦ୍ଧି" -#: gtk/gtkadjustment.c:148 +#: ../gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "ସମନ୍ୱୟର ପଦକ୍ଷେପ ବୃଦ୍ଧି" -#: gtk/gtkadjustment.c:164 +#: ../gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "ପୃଷ୍ଠା ବୃଦ୍ଧି" -#: gtk/gtkadjustment.c:165 +#: ../gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "ସମନ୍ୱୟର ପୃଷ୍ଠା ବୃଦ୍ଧି" -#: gtk/gtkadjustment.c:184 +#: ../gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "ପୃଷ୍ଠା ଆକାର" -#: gtk/gtkadjustment.c:185 +#: ../gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "ସମନ୍ୱୟର ପୃଷ୍ଠା ଆକାର" -#: gtk/gtkalignment.c:90 +#: ../gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "ଭୂ-ସମାନ୍ତର ପାର୍ଶ୍ୱୀକରଣ" -#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 +#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" @@ -486,11 +485,11 @@ msgstr "" "ଉପଲବ୍ଧ ସ୍ଥାନରେ ନିମ୍ନ ସ୍ଥରର ଭୂ-ସମାନ୍ତର ଅବସ୍ଥିତି। 0.0 ହେଉଛି ବାମ ପାର୍ଶ୍ୱସଜ୍ଜା, 1.0 ହେଉଛି ଡ଼ାହାଣ " "ପାର୍ଶ୍ୱସଜ୍ଜା" -#: gtk/gtkalignment.c:100 +#: ../gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "ଭୂ-ଲମ୍ବ ପାର୍ଶ୍ୱୀକରଣ" -#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 +#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" @@ -498,11 +497,11 @@ msgstr "" "ଉପଲବ୍ଧ ସ୍ଥାନରେ ନିମ୍ନ ସ୍ଥରର ଭୂ-ଲମ୍ବ ଅବସ୍ଥିତି। 0.0 ହେଉଛି ଉପର ପାର୍ଶ୍ୱସଜ୍ଜା, 1.0 ହେଉଛି ତଳ " "ପାର୍ଶ୍ୱସଜ୍ଜା" -#: gtk/gtkalignment.c:109 +#: ../gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "ଭୂ-ସମାନ୍ତର ମାପ" -#: gtk/gtkalignment.c:110 +#: ../gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" @@ -510,11 +509,11 @@ msgstr "" "ଯଦି ଉପଲବ୍ଧ ଖାଲି ସ୍ଥାନ ତଳସ୍ତର ପାଇଁ ଆବଶ୍ୟକତା ଠାରୁ ଅଧିକ, ତେବେ ତଳସ୍ତର ପାଇଁ କେତେ ଆବଶ୍ୟକ ଅଟେ। " "0.0 ମାନେ କିଛିନୁହଁ, 1.0 ମାନେ ସମସ୍ତ" -#: gtk/gtkalignment.c:118 +#: ../gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "ଭୂ-ଲମ୍ବ ମାପ" -#: gtk/gtkalignment.c:119 +#: ../gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" @@ -522,187 +521,187 @@ msgstr "" "ଯଦି ଉପଲବ୍ଧ ଭୂଲମ୍ବ ସ୍ଥାନ ତଳସ୍ତର ପାଇଁ ଆବଶ୍ୟକତା ଠାରୁ ଅଧିକ, ତେବେ ତଳସ୍ତର ପାଇଁ କେତେ ଆବଶ୍ୟକ ଅଟେ। " "0.0 ମାନେ କିଛିନୁହଁ, 1.0 ମାନେ ସମସ୍ତ" -#: gtk/gtkalignment.c:136 +#: ../gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "ଉପର ପ୍ୟାଡ଼ିଙ୍ଗ" -#: gtk/gtkalignment.c:137 +#: ../gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "ୱିଜେଟର ଉପର ଭାଗରେ ପ୍ୟାଡ଼ିଙ୍ଗକୁ ଭର୍ତ୍ତି କରିବା।" -#: gtk/gtkalignment.c:153 +#: ../gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "ତଳ ପ୍ୟାଡ଼ିଙ୍ଗ" -#: gtk/gtkalignment.c:154 +#: ../gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "ୱିଜେଟର ତଳ ଭାଗରେ ପ୍ୟାଡ଼ିଙ୍ଗକୁ ଭର୍ତ୍ତି କରିବା।" -#: gtk/gtkalignment.c:170 +#: ../gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "ବାମ ପ୍ୟାଡ଼ିଙ୍ଗ" -#: gtk/gtkalignment.c:171 +#: ../gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "ୱିଜେଟର ବାମ ପାଖରେରେ ପ୍ୟାଡ଼ିଙ୍ଗକୁ ଭର୍ତ୍ତି କରିବା।" -#: gtk/gtkalignment.c:187 +#: ../gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "ଡ଼ାହାଣ ପ୍ୟାଡ଼ିଙ୍ଗ" -#: gtk/gtkalignment.c:188 +#: ../gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "ୱିଜେଟର ଡ଼ାହାଣ ପାଖରେ ପ୍ୟାଡ଼ିଙ୍ଗକୁ ଭର୍ତ୍ତି କରିବା।" -#: gtk/gtkarrow.c:75 +#: ../gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "ତୀରର ଦିଗ" -#: gtk/gtkarrow.c:76 +#: ../gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "ତୀରର ଦିଗ ନିଦ୍ଦିଷ୍ଟ ହେବା ଉଚିତ" -#: gtk/gtkarrow.c:84 +#: ../gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "ତୀର ଛାଇ" -#: gtk/gtkarrow.c:85 +#: ../gtk/gtkarrow.c:85 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:363 msgid "Arrow Scaling" msgstr "ତୀର ମାପ" -#: gtk/gtkarrow.c:93 +#: ../gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "ତୀର ଦ୍ୱାରା ବ୍ୟବହୃତ ହୋଇଥିବା ସ୍ଥାନର ପରିମାଣ" -#: gtk/gtkaspectframe.c:79 +#: ../gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "ଭୂ-ସମାନ୍ତର ପାର୍ଶ୍ୱସଜ୍ଜା" -#: gtk/gtkaspectframe.c:80 +#: ../gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "ନିମ୍ନ ସ୍ତରର X ପାର୍ଶ୍ୱସଜ୍ଜା" -#: gtk/gtkaspectframe.c:86 +#: ../gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "ଭୂ-ଲମ୍ବ ପାର୍ଶ୍ୱସଜ୍ଜା" -#: gtk/gtkaspectframe.c:87 +#: ../gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "ନିମ୍ନ ସ୍ତରର Y ପାର୍ଶ୍ୱସଜ୍ଜା" -#: gtk/gtkaspectframe.c:93 +#: ../gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "ଅନୁପାତ" -#: gtk/gtkaspectframe.c:94 +#: ../gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "ଯଦି obey_child FALSE ଅଟେ ତେବେ ପରିମାପ ଅନୁପାତ (_c)" -#: gtk/gtkaspectframe.c:100 +#: ../gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "Obey child" -#: gtk/gtkaspectframe.c:101 +#: ../gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "ଫ୍ରେମର ନିମ୍ନ ସ୍ତର ସହିତ ମେଳାଇବା ପାଇଁ ପରିମାପ ଅନୁପାତକୁ ବାଧ୍ଯ କରନ୍ତୁ" -#: gtk/gtkassistant.c:261 +#: ../gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "ଶୀର୍ଷକ ପ୍ୟାଡିଙ୍ଗ" -#: gtk/gtkassistant.c:262 +#: ../gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "ଶୀର୍ଷକ ଚାରିପାଖେ ଥିବା ପିକ୍ସେଲ ସଂଖ୍ଯା।" -#: gtk/gtkassistant.c:269 +#: ../gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "ବିଷୟ ବସ୍ତୁ ପ୍ୟାଡିଙ୍ଗ" -#: gtk/gtkassistant.c:270 +#: ../gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "ସୂଚୀ ପୃଷ୍ଠାଗୁଡ଼ିକ ଚାରିପଟେ ଥିବା ପିକସେଲଗୁଡ଼ିକର ସଂଖ୍ୟା" -#: gtk/gtkassistant.c:286 +#: ../gtk/gtkassistant.c:286 msgid "Page type" msgstr "ପୃଷ୍ଠା ପ୍ରକାର" -#: gtk/gtkassistant.c:287 +#: ../gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "ସହକାରୀ ପୃଷ୍ଠାର ପ୍ରକାର" -#: gtk/gtkassistant.c:304 +#: ../gtk/gtkassistant.c:304 msgid "Page title" msgstr "ପୃଷ୍ଠାର ଶୀର୍ଷକ" -#: gtk/gtkassistant.c:305 +#: ../gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "ସହାୟତା ପୃଷ୍ଠାର ଶୀର୍ଷକ" -#: gtk/gtkassistant.c:321 +#: ../gtk/gtkassistant.c:321 msgid "Header image" msgstr "ଶୀର୍ଷକ ପ୍ରତିଛବି" -#: gtk/gtkassistant.c:322 +#: ../gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "ସହାୟକ ପୃଷ୍ଠା ପାଇଁ ଶୀର୍ଷକ ପ୍ରତିଛବି" -#: gtk/gtkassistant.c:338 +#: ../gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "ପାର୍ଶ୍ୱ ପଟି ପ୍ରତିଛବି" -#: gtk/gtkassistant.c:339 +#: ../gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "ସହାୟକ ପୃଷ୍ଠା ପାଇଁ ପାର୍ଶ୍ୱପଟି ପ୍ରତିଛବି" -#: gtk/gtkassistant.c:354 +#: ../gtk/gtkassistant.c:354 msgid "Page complete" msgstr "ପୃଷ୍ଠା ସମ୍ପୂର୍ଣ୍ଣ" -#: gtk/gtkassistant.c:355 +#: ../gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "ପୃଷ୍ଠାରେ ସମସ୍ତ ଆବଶ୍ୟକୀୟ କ୍ଷେତ୍ରଗୁଡ଼ିକ ପୁରଣ ହୋଇଛି କି ନାହିଁ" -#: gtk/gtkbbox.c:91 +#: ../gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "ସର୍ବନିମ୍ନ ନିମ୍ନ ସ୍ତରର ଓସାର" -#: gtk/gtkbbox.c:92 +#: ../gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "ବାକ୍ସ ମଧ୍ଯରେ ବଟନର ସର୍ବନିମ୍ନ ଓସାର" -#: gtk/gtkbbox.c:100 +#: ../gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "ସର୍ବନିମ୍ନ ନିମ୍ନସ୍ତରର ଉଚ୍ଚତା" -#: gtk/gtkbbox.c:101 +#: ../gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "ବାକ୍ସ ମଧ୍ଯରେ ବଟନଗୁଡ଼ିକର ସର୍ବନିମ୍ନ ଉଚ୍ଚତା" -#: gtk/gtkbbox.c:109 +#: ../gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "ନିମ୍ନସ୍ତରର ଆଭ୍ୟନ୍ତରୀଣ ଓସାର ପ୍ୟାଡିଙ୍ଗ" -#: gtk/gtkbbox.c:110 +#: ../gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "ଉଭୟ ପାର୍ଶ୍ୱରେ ନିମ୍ନସ୍ତରର ବୃଦ୍ଧିର ପରିମାଣ" -#: gtk/gtkbbox.c:118 +#: ../gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "ନିମ୍ନସ୍ତରର ଆଭ୍ୟନ୍ତରୀଣ ଉଚ୍ଚତା ପ୍ୟାଡିଙ୍ଗ" -#: gtk/gtkbbox.c:119 +#: ../gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "ଉପର ଏବଂ ତଳ ପାଖରେ ନିମ୍ନସ୍ତରର ଆକାର ବୃଦ୍ଧିର ପରିମାଣ" -#: gtk/gtkbbox.c:127 +#: ../gtk/gtkbbox.c:127 msgid "Layout style" msgstr "ବିନ୍ୟାସ ଶୈଳୀ" -#: gtk/gtkbbox.c:128 +#: ../gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" @@ -710,4549 +709,4521 @@ msgstr "" "ବାକ୍ସରେ ବଟନଗୁଡ଼ିକୁ କିପରି ବିନ୍ୟାସ କରିବେ। ସମ୍ଭାବ୍ୟ ମୂଲ୍ୟଗୁଡ଼ିକ ହେଉଛି ପୂର୍ବନିର୍ଦ୍ଧାରିତ, ବିସ୍ତୃତ, ଧାର, ଆରମ୍ଭ " "ଏବଂ ଶେଷ" -#: gtk/gtkbbox.c:136 +#: ../gtk/gtkbbox.c:136 msgid "Secondary" msgstr "ଦ୍ୱିତୀୟକ" -#: gtk/gtkbbox.c:137 +#: ../gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" -msgstr "" -"ଯଦି TRUE, ତେବେ ତଳ ସ୍ତରଟି ଦ୍ୱିତୀୟକ ଶ୍ରେଣୀରେ ଦୃଶ୍ୟମାନ ହେବ, ଉଦାହରଣ ସ୍ୱରୂପ, ସହାୟତା ବଟନଗୁଡ଼ିକ" +msgstr "ଯଦି TRUE, ତେବେ ତଳ ସ୍ତରଟି ଦ୍ୱିତୀୟକ ଶ୍ରେଣୀରେ ଦୃଶ୍ୟମାନ ହେବ, ଉଦାହରଣ ସ୍ୱରୂପ, ସହାୟତା ବଟନଗୁଡ଼ିକ" -#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 -#: gtk/gtktreeviewcolumn.c:216 +#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 +#: ../gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "ଅନ୍ତରାଳ" -#: gtk/gtkbox.c:131 +#: ../gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "ନିମ୍ନସ୍ତରଗୁଡ଼ିକ ମଧ୍ୟରେ ସ୍ଥାନର ପରିମାଣ" -#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 -#: gtk/gtktoolbar.c:573 +#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 +#: ../gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "ଏକ ପ୍ରକାର" -#: gtk/gtkbox.c:141 +#: ../gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "ସମସ୍ତ ନିମ୍ନସ୍ତରଗୁଡ଼ିକ ସମାନ ଆକାର ବିଶିଷ୍ଟ କି" -#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 -#: gtk/gtktreeviewcolumn.c:272 +#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 +#: ../gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "ପ୍ରସାରିତ ହେବା" -#: gtk/gtkbox.c:149 +#: ../gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" -msgstr "" +msgstr "ପ୍ରମୂଖ ସ୍ତରର ବୃଦ୍ଧି ସମୟରେ ନିମ୍ନସ୍ତର ଅତିରିକ୍ତ ସ୍ଥାନ ଗ୍ରହଣ କରିବା ଉଚିତ କି" -#: gtk/gtkbox.c:155 +#: ../gtk/gtkbox.c:155 msgid "Fill" msgstr "ପୂର୍ଣ୍ଣ କରନ୍ତୁ" -#: gtk/gtkbox.c:156 +#: ../gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" msgstr "" -#: gtk/gtkbox.c:162 +#: ../gtk/gtkbox.c:162 msgid "Padding" msgstr "ପ୍ୟାଡିଙ୍ଗ" -#: gtk/gtkbox.c:163 +#: ../gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "ତଳ ସ୍ତର ଏବଂ ପଡ଼ୋଶୀମାନଙ୍କ ମଧ୍ଯରେ ଅତିରିକ୍ତ / ଅଧିକ ଖାଲି ସ୍ଥାନକୁ ରଖିବା ପାଇଁ, ପିକ୍ସେଲରେ" -#: gtk/gtkbox.c:169 +#: ../gtk/gtkbox.c:169 msgid "Pack type" msgstr "ପ୍ୟାକେଟ ପ୍ରକାର" -#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 +#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" msgstr "" -#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 -#: gtk/gtkruler.c:148 +#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 +#: ../gtk/gtkruler.c:148 msgid "Position" msgstr "ଅବସ୍ଥାନ" -#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 +#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "ପ୍ରମୂଖ ସ୍ତରରେ ନିର୍ଭରକର ଅନୁକ୍ରମଣିକା" -#: gtk/gtkbuilder.c:96 +#: ../gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "ଅନୁବାଦ ପରିସର" -#: gtk/gtkbuilder.c:97 +#: ../gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "gettext ଦ୍ୱାରା ବ୍ୟବହୃତ ହେଉଥିବା ଅନୁବାଦ ପରିସର" -#: gtk/gtkbutton.c:220 +#: ../gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" msgstr "" -#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 -#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209 +#: ../gtk/gtkbutton.c:227 ../gtk/gtkexpander.c:203 ../gtk/gtklabel.c:388 +#: ../gtk/gtkmenuitem.c:315 ../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/gtkbutton.c:228 ../gtk/gtkexpander.c:204 ../gtk/gtklabel.c:389 +#: ../gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" msgstr "" -#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 +#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "ପୁଞ୍ଜି ବ୍ୟବହାର କରନ୍ତୁ" -#: gtk/gtkbutton.c:236 -msgid "" -"If set, the label is used to pick a stock item instead of being displayed" +#: ../gtk/gtkbutton.c:236 +msgid "If set, the label is used to pick a stock item instead of being displayed" msgstr "" "ଯଦି ସେଟ କରାଯାଇଛି, ତେବେ ଦର୍ଶାଇବା ପରିବର୍ତ୍ତେ ଗୋଟିଏ ଭଣ୍ଡାର ବସ୍ତୁ ଉଠାଇବା ପାଇଁ ନାମପଟି ବ୍ୟବହାର " "କରାଯାଇଥାଏ।" -#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 +#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 +#: ../gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "କ୍ଲିକ କରିବା ମାତ୍ରେ ଫୋକସ କରନ୍ତୁ" -#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 +#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "ମାଉସ ସହାୟତାରେ କ୍ଲିକ କରିବା ମାତ୍ରେ ବଟନ ଲକ୍ଷ୍ୟ ଧାରଣ କରିଥାଏ" -#: gtk/gtkbutton.c:251 +#: ../gtk/gtkbutton.c:251 msgid "Border relief" msgstr "ଧାର ସହାୟତା" -#: gtk/gtkbutton.c:252 +#: ../gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "ଧାର ସହାୟତା ଶୈଳୀ" -#: gtk/gtkbutton.c:269 +#: ../gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "ନିମ୍ନସ୍ତର ପାଇଁ ଭୂ-ସମାନ୍ତର ପାର୍ଶ୍ୱସଜ୍ଜା" -#: gtk/gtkbutton.c:288 +#: ../gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "ନିମ୍ନସ୍ତର ପାଇଁ ଭୂ-ଲମ୍ବ ପାର୍ଶ୍ୱସଜ୍ଜା" -#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 +#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "ପ୍ରତିଛବି ୱିଜେଟ" -#: gtk/gtkbutton.c:306 +#: ../gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "ବଟନ ପାଠ୍ୟ ପରେ ଦୃଶ୍ୟମାନ ହେଉଥିବା ନିମ୍ନସ୍ତରର ୱିଜେଟ" -#: gtk/gtkbutton.c:320 +#: ../gtk/gtkbutton.c:320 msgid "Image position" msgstr "ପ୍ରତିଛବି ସ୍ଥାନ" -#: gtk/gtkbutton.c:321 +#: ../gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "ପାଠ୍ୟ ତୁଳନାରେ ପ୍ରତିଛବିର ସ୍ଥାନର" -#: gtk/gtkbutton.c:433 +#: ../gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଅନ୍ତରାଳ" -#: gtk/gtkbutton.c:434 +#: ../gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "CAN_DEFAULT ବଟନଗୁଡ଼ିକରେ ଯୋଗ କରିବା ପାଇଁ ଅଧିକ ସ୍ଥାନ" -#: gtk/gtkbutton.c:440 +#: ../gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ବାହ୍ୟ ଅନ୍ତରାଳ" -#: gtk/gtkbutton.c:441 +#: ../gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" -msgstr "" -"CAN_DEFAULT ବଟନଗୁଡ଼ିକରେ ଯୋଗ କରିବା ପାଇଁ ଅଧିକ ସ୍ଥାନ ଯ।ହାକି ସର୍ବଦା ଧାର ବାହାରେ ଅଙ୍କାଯାଇଥାଏ" +msgstr "CAN_DEFAULT ବଟନଗୁଡ଼ିକରେ ଯୋଗ କରିବା ପାଇଁ ଅଧିକ ସ୍ଥାନ ଯ।ହାକି ସର୍ବଦା ଧାର ବାହାରେ ଅଙ୍କାଯାଇଥାଏ" -#: gtk/gtkbutton.c:446 +#: ../gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "ନିର୍ଭରକ X ବିସ୍ଥାପନ" -#: gtk/gtkbutton.c:447 -msgid "" -"How far in the x direction to move the child when the button is depressed" +#: ../gtk/gtkbutton.c:447 +msgid "How far in the x direction to move the child when the button is depressed" msgstr "" -#: gtk/gtkbutton.c:454 +#: ../gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "ନିର୍ଭରକ Y ବିସ୍ଥାପନ" -#: gtk/gtkbutton.c:455 -msgid "" -"How far in the y direction to move the child when the button is depressed" +#: ../gtk/gtkbutton.c:455 +msgid "How far in the y direction to move the child when the button is depressed" msgstr "" -#: gtk/gtkbutton.c:471 +#: ../gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "ଲକ୍ଷ୍ଯ ବିସ୍ଥାପନ କରନ୍ତୁ" -#: gtk/gtkbutton.c:472 +#: ../gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" msgstr "" -#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 +#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "ଆଭ୍ୟନ୍ତରୀଣ ସୀମା" -#: gtk/gtkbutton.c:486 +#: ../gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "ବଟନ ଧାର ଏବଂ ନିର୍ଭରକ ମଧ୍ଯରେ ସୀମା।" -#: gtk/gtkbutton.c:499 +#: ../gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "ପ୍ରତିଛବି ଅନ୍ତରାଳ" -#: gtk/gtkbutton.c:500 +#: ../gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "ପ୍ରତିଛବି ଏବଂ ସ୍ତର ମଧ୍ଯରେ ବ୍ୟବଧାନ ପିକସେଲରେ" -#: gtk/gtkbutton.c:514 +#: ../gtk/gtkbutton.c:514 msgid "Show button images" msgstr "ବଟନ ପ୍ରତିଛବି ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkbutton.c:515 +#: ../gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "ବଟନଗୁଡ଼ିକରେ ପ୍ରତିଛବିଗୁଡ଼ିକୁ ଦର୍ଶାଯିବା ଉଚିତ କି ନୁହେଁ" -#: gtk/gtkcalendar.c:440 +#: ../gtk/gtkcalendar.c:440 msgid "Year" msgstr "ବର୍ଷ" -#: gtk/gtkcalendar.c:441 +#: ../gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "ବଚ୍ଛିତ ବର୍ଷ" -#: gtk/gtkcalendar.c:454 +#: ../gtk/gtkcalendar.c:454 msgid "Month" msgstr "ମାସ" -#: gtk/gtkcalendar.c:455 +#: ../gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "ବଚ୍ଛିତ ମାସ (0 ଏବଂ 11 ମଧ୍ଯବର୍ତ୍ତି ସଂଖ୍ୟା)" -#: gtk/gtkcalendar.c:469 +#: ../gtk/gtkcalendar.c:469 msgid "Day" msgstr "ଦିନ" -#: gtk/gtkcalendar.c:470 +#: ../gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" msgstr "ବଚ୍ଛିତ ଦିନ (1 ଏବଂ 31 ମଧ୍ଯବର୍ତ୍ତି ସଂଖ୍ଯା, କିମ୍ବା ବଛାଯାଇଥିବା ଦିନକୁ ଅବଛା କରିବା ପାଇଁ 0)" -#: gtk/gtkcalendar.c:484 +#: ../gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "ଶୀର୍ଷକ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkcalendar.c:485 +#: ../gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "ଯଦି ସତ୍ୟ, ତେବେ ଶୀର୍ଷକ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkcalendar.c:499 +#: ../gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "ଦିନ ନାମ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkcalendar.c:500 +#: ../gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "ଯଦି ସତ୍ୟ, ତେବେ ଦିନ ନାମ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkcalendar.c:513 +#: ../gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "କୌଣସି ମାସ ପରିବର୍ତ୍ତନ ନାହିଁ" -#: gtk/gtkcalendar.c:514 +#: ../gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "ଯଦି ସତ୍ୟ, ତେବେ ବଚ୍ଛିତ ମାସକୁ ପରିବର୍ତ୍ତନ କରାଯାଇପାରିବ ନାହିଁ" -#: gtk/gtkcalendar.c:528 +#: ../gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "ସପ୍ତାହ ସଂଖ୍ୟା ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkcalendar.c:529 +#: ../gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "ଯଦି TRUE, ତେବେ ସପ୍ତାହ କ୍ରମ ସଂଖ୍ୟାଗୁଡ଼ିକ ଦର୍ଶାଯାଇଥାଏ" -#: gtk/gtkcalendar.c:544 +#: ../gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "ବିସ୍ତୃତ ବିବରଣୀ ଓସାର" -#: gtk/gtkcalendar.c:545 +#: ../gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "ଅକ୍ଷରରେ ବିସ୍ତୃତ ବିବରଣୀ ଓସାର" -#: gtk/gtkcalendar.c:560 +#: ../gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "ବିସ୍ତୃତ ବିବରଣୀ ଉଚ୍ଚତା" -#: gtk/gtkcalendar.c:561 +#: ../gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "ଧାଡ଼ିରେ ବିସ୍ତୃତ ବିବରଣୀ ଉଚ୍ଚତା" -#: gtk/gtkcalendar.c:577 +#: ../gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "ବିସ୍ତୃତ ବିବରଣୀ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkcalendar.c:578 +#: ../gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "ଯଦି ସତ, ତେବେ ବିସ୍ତୃତ ବିବରଣୀ ଦର୍ଶାଯାଇଥାଏ" -#: gtk/gtkcellrenderer.c:177 +#: ../gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "ଧାରା" -#: gtk/gtkcellrenderer.c:178 +#: ../gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "CellRendererର ସମ୍ପାଦନଯୋଗ୍ୟ ଧାରା" -#: gtk/gtkcellrenderer.c:186 +#: ../gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "ଦୃଶ୍ୟମାନ" -#: gtk/gtkcellrenderer.c:187 +#: ../gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "କୋଷ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkcellrenderer.c:194 +#: ../gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "କୋଷ ସ୍ପର୍ଷକାତର ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkcellrenderer.c:201 +#: ../gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "xalign" -#: gtk/gtkcellrenderer.c:202 +#: ../gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "x-align" -#: gtk/gtkcellrenderer.c:211 +#: ../gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "yalign" -#: gtk/gtkcellrenderer.c:212 +#: ../gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "y-align" -#: gtk/gtkcellrenderer.c:221 +#: ../gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "xpad" -#: gtk/gtkcellrenderer.c:222 +#: ../gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "xpad" -#: gtk/gtkcellrenderer.c:231 +#: ../gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "ypad" -#: gtk/gtkcellrenderer.c:232 +#: ../gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "ypad" -#: gtk/gtkcellrenderer.c:241 +#: ../gtk/gtkcellrenderer.c:241 msgid "width" msgstr "ଓସାର" -#: gtk/gtkcellrenderer.c:242 +#: ../gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "ସ୍ଥିର ଓସାର" -#: gtk/gtkcellrenderer.c:251 +#: ../gtk/gtkcellrenderer.c:251 msgid "height" msgstr "ଉଚ୍ଚତା" -#: gtk/gtkcellrenderer.c:252 +#: ../gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "ସ୍ଥିର ଉଚ୍ଚତା" -#: gtk/gtkcellrenderer.c:261 +#: ../gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "ବିସ୍ତାର କର୍ତ୍ତା" -#: gtk/gtkcellrenderer.c:262 +#: ../gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "ପଂକ୍ତିର ନିର୍ଭରକ ଅଛନ୍ତି" -#: gtk/gtkcellrenderer.c:270 +#: ../gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "କୁ ବିସ୍ତାର କରାଯାଇଛି" -#: gtk/gtkcellrenderer.c:271 +#: ../gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "ଧାଡ଼ି ଗୋଟିଏ ବିସ୍ତାରକାରୀ ଧାଡ଼ି, ଏବଂ ବିସ୍ତାରଣ କରାଯାଇଛି" -#: gtk/gtkcellrenderer.c:278 +#: ../gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "କୋଷ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ ନାମ" -#: gtk/gtkcellrenderer.c:279 +#: ../gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "କୋଷ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ ବାକ୍ୟଖଣ୍ଡ ଆକାରରେ" -#: gtk/gtkcellrenderer.c:286 +#: ../gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "କୋଷ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ" -#: gtk/gtkcellrenderer.c:287 +#: ../gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "GdkColor ପରି କୋଷ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ" -#: gtk/gtkcellrenderer.c:294 +#: ../gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "ସମ୍ପାଦନ କରୁଅଛି" -#: gtk/gtkcellrenderer.c:295 +#: ../gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "କୋଷ ଚିତ୍ରଣକାରୀ ବର୍ତ୍ତମାନ ସମ୍ପାଦନ ଧାରାରେ ଅଛି କି ନାହିଁ" -#: gtk/gtkcellrenderer.c:303 +#: ../gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "କୋଷ ପୃଷ୍ଠଭୂମି ବିନ୍ୟାସ" -#: gtk/gtkcellrenderer.c:304 +#: ../gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "ଏହି ଟ୍ୟାଗଟି କୋଷ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ ଉପରେ ପ୍ରଭାବ ପକାଏ କି ନାହିଁ" -#: gtk/gtkcellrendereraccel.c:113 +#: ../gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "ତ୍ୱରକ କି" -#: gtk/gtkcellrendereraccel.c:114 +#: ../gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "ତ୍ୱରକର କି ମୂଲ୍ୟ" -#: gtk/gtkcellrendereraccel.c:130 +#: ../gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "ତ୍ୱରକ ପରିବର୍ତ୍ତନ କାରୀ" -#: gtk/gtkcellrendereraccel.c:131 +#: ../gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "ତ୍ୱରକର ପରିବର୍ତ୍ତନକାରୀ ମାସ୍କ" -#: gtk/gtkcellrendereraccel.c:148 +#: ../gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "ତ୍ୱରକ କି ସଂକେତ" -#: gtk/gtkcellrendereraccel.c:149 +#: ../gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "ତ୍ୱରକର ହାର୍ଡ଼ୱେର କି ସଂକେତ" -#: gtk/gtkcellrendereraccel.c:168 +#: ../gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "ତ୍ୱରକ ଧାରା" -#: gtk/gtkcellrendereraccel.c:169 +#: ../gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "ତ୍ୱରକମାନଙ୍କର ପ୍ରକାର" -#: gtk/gtkcellrenderercombo.c:107 +#: ../gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "ମୋଡେଲ" -#: gtk/gtkcellrenderercombo.c:108 +#: ../gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "ସମ୍ମିଳିତ ବାକ୍ସ ପାଇଁ ସମ୍ଭାବ୍ୟ ମୂଲ୍ୟ ଧାରଣ କରିଥିବା ମଡେଲ" -#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 +#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "ପାଠ୍ୟ ସ୍ତମ୍ଭ" -#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 +#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "ରୁ ବାକ୍ୟଖଣ୍ଡ ପାଇବା ପାଇଁ ତଥ୍ୟ ଉତ୍ସ ମଡେଲରେ ଥିବା ଗୋଟିଏ ସ୍ତମ୍ଭ" -#: gtk/gtkcellrenderercombo.c:148 +#: ../gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "ଭରଣ ଅଛି" -#: gtk/gtkcellrenderercombo.c:149 +#: ../gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "ଯଦି FALSE, ତେବେ ବଛାହୋଇଥିବା ବାକ୍ୟଖଣ୍ଡ ବ୍ୟତିତ ଅନ୍ୟ କାହାକୁ ପ୍ରବେଶାନୁମତି ଦିଅନ୍ତୁ ନାହିଁ" -#: gtk/gtkcellrendererpixbuf.c:111 +#: ../gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "Pixbuf ବସ୍ତୁ" -#: gtk/gtkcellrendererpixbuf.c:112 +#: ../gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "ଚିତ୍ରଣ କରିବା ପାଇଁ pixbuf" -#: gtk/gtkcellrendererpixbuf.c:119 +#: ../gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "Pixbuf ବିସ୍ତାରକାରୀ ଖୋଲାଅଛି" -#: gtk/gtkcellrendererpixbuf.c:120 +#: ../gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "ଖୋଲା ବିସ୍ତାର କାରୀ ପାଇଁ Pixbuf" -#: gtk/gtkcellrendererpixbuf.c:127 +#: ../gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "Pixbuf ବିସ୍ତାରକାରୀ ବନ୍ଦ ହୋଇଛି" -#: gtk/gtkcellrendererpixbuf.c:128 +#: ../gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "ବନ୍ଦ ହୋଇଥିବା ବିସ୍ତାରକାରୀ ପାଇଁ Pixbuf" -#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 +#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 +#: ../gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "ପୁଞ୍ଜି ପରିଚୟ" -#: gtk/gtkcellrendererpixbuf.c:136 +#: ../gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "ପୁଞ୍ଜି ଚିତ୍ରସଂକେତ ଚିତ୍ରଣ କରିବା ପାଇଁ ପୁଞ୍ଜି ପରିଚୟ" -#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 -#: gtk/gtkstatusicon.c:267 +#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 +#: ../gtk/gtkstatusicon.c:267 msgid "Size" msgstr "ଆକାର" -#: gtk/gtkcellrendererpixbuf.c:144 +#: ../gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "GtkIconSize ମୂଲ୍ୟ ଯାହାକି ଚିତ୍ରିତ ଚିତ୍ର ସଂକେତର ଆକାରକୁ ନିର୍ଦ୍ଦିଷ୍ଟ କରିଥାଏ" -#: gtk/gtkcellrendererpixbuf.c:153 +#: ../gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "ବିସ୍ତୃତ ବିବରଣୀ" -#: gtk/gtkcellrendererpixbuf.c:154 +#: ../gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "ପ୍ରସଙ୍ଗ ଯନ୍ତ୍ରକୁ ପ୍ରବେଶ କରିବା ପାଇଁ ଚିତ୍ରଣ ବିବରଣୀ" -#: gtk/gtkcellrendererpixbuf.c:187 +#: ../gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "ଅବସ୍ଥା ଅନୁସରଣ କରନ୍ତୁ" -#: gtk/gtkcellrendererpixbuf.c:188 +#: ../gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 +#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 +#: ../gtk/gtkwindow.c:590 msgid "Icon" msgstr "ଚିତ୍ରସଙ୍କେତ" -#: gtk/gtkcellrendererprogress.c:129 +#: ../gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "ପ୍ରଗତି ସୂଚକର ମୂଲ୍ୟ" -#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 -#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 -#: gtk/gtktextbuffer.c:198 +#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 +#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 +#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 msgid "Text" msgstr "ପାଠ୍ଯ" -#: gtk/gtkcellrendererprogress.c:147 +#: ../gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "ପ୍ରଗତି ସୂଚକରେ ଥିବା ପାଠ୍ୟ" -#: gtk/gtkcellrendererprogress.c:170 +#: ../gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "ସ୍ପନ୍ଦନ" -#: gtk/gtkcellrendererprogress.c:171 +#: ../gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." msgstr "" -#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 +#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "ପାଠ୍ୟ x ପାର୍ଶ୍ୱୀକରଣ" -#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 +#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." msgstr "" -#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 +#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "ପାଠ୍ୟ y ପାର୍ଶ୍ୱୀକରଣ" -#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 +#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "ଭୂଲମ୍ବ ପାର୍ଶ୍ୱସଜ୍ଜା, 0 (ଉପର)ରୁ 1 (ତଳ)କୁ।" -#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 -#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 -#: gtk/gtktrayicon-x11.c:110 +#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 +#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 +#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "ଅନୁସ୍ଥାପନ" -#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 +#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "ପ୍ରଗତି ସୂଚକର ଅନୁସ୍ଥାପନ ଏବଂ ବୃଦ୍ଧି ଦିଗଦର୍ଶନ" -#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 +#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 +#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:225 +#: ../gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "ସମୟୋଜନ" -#: gtk/gtkcellrendererspin.c:94 +#: ../gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "ସ୍ପିନ ବଟନର ମୂଲ୍ୟକୁ ଧରିରଖିଥିବା ମେଳ।" -#: gtk/gtkcellrendererspin.c:109 +#: ../gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "ଚଢ଼ିବା ଅନୁପାତ" -#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 +#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "ଗୋଟିଏ ବଟନକୁ ଧରିବା ପାଇଁ ତ୍ୱରଣ ଅନୁପାତ" -#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 +#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 +#: ../gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "ଅଙ୍କଗୁଡ଼ିକ" -#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 +#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "ଦର୍ଶାଇବା ପାଇଁ ଦଶମିକ ସ୍ଥାନର ସଂଖ୍ୟା" -#: gtk/gtkcellrenderertext.c:196 +#: ../gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "ଚିତ୍ରଣ କରିବା ପାଇଁ ପାଠ୍ଯ" -#: gtk/gtkcellrenderertext.c:203 +#: ../gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "ଚିହ୍ନିତ ପାଠ୍ଯ" -#: gtk/gtkcellrenderertext.c:204 +#: ../gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "ଚିତ୍ରଣ ପାଇଁ ଚିହ୍ନିତ ପାଠ୍ଯ" -#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 +#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 msgid "Attributes" msgstr "ଗୁଣ" -#: gtk/gtkcellrenderertext.c:212 +#: ../gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "ଚିତ୍ରଣ ପାଠ୍ଯ ପ୍ରୟୋଗ କରିବା ପାଇଁ ଗୋଟିଏ ଶୈଳୀ ଗୁଣଧର୍ମ ତାଲିକା" -#: gtk/gtkcellrenderertext.c:219 +#: ../gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "ଏକକ ପାରା ଅବସ୍ଥା" -#: gtk/gtkcellrenderertext.c:220 +#: ../gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "ସମସ୍ତ ପାଠ୍ୟକୁ ଗୋଟିଏ ଅନୁଚ୍ଛେଦରେ ରଖିବା ଉଚିତ କି ନୁହଁ" -#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 +#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 +#: ../gtk/gtktexttag.c:183 msgid "Background color name" msgstr "ପୃଷ୍ଠଭୂମି ରଙ୍ଗ ନାମ" -#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 +#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 +#: ../gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "ବାକ୍ୟଖଣ୍ଡ ଆକାରରେ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ" -#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 +#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 +#: ../gtk/gtktexttag.c:191 msgid "Background color" msgstr "ପୃଷ୍ଠଭୂମି ରଙ୍ଗ" -#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 +#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "ଗୋଟିଏ GdkColor ପରି ଶୀର୍ଷକର ପ୍ରୁଷ୍ଠଭୂମି ରଙ୍ଗ" -#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 +#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "ପୃଷ୍ଠଭୂମି ରଙ୍ଗ ନାମ" -#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 +#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "ବାକ୍ୟଖଣ୍ଡ ଆକାରରେ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ" -#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 +#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "ପୃଷ୍ଠଭୂମି ରଙ୍ଗ" -#: gtk/gtkcellrenderertext.c:253 +#: ../gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "ଗୋଟିଏ GdkColor ପରି ପୃଷ୍ଠଭୂମି ରଙ୍ଗଙ୍ଗ" -#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 -#: gtk/gtktextview.c:573 +#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 +#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 msgid "Editable" msgstr "ସମ୍ପାଦନ ଯୋଗ୍ଯ" -#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 +#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 +#: ../gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "ପାଠ୍ଯଟି ବ୍ଯବହାରକାରୀଙ୍କ ଦ୍ୱାରା ପରିବର୍ତ୍ତିତ ହୋଇପାରିବ କି ନାହିଁ" -#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 -#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 +#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 +#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 msgid "Font" msgstr "ଅକ୍ଷରରୂପ" -#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 +#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "ବାକ୍ୟଖଣ୍ଡ ପରି ଅକ୍ଷରରୂପ ବର୍ଣ୍ଣନା, ଯେପରିକି \"Sans Italic 12\"" -#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 +#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "ପାଙ୍ଗୋ ଅକ୍ଷରରୂପ ବର୍ଣ୍ଣନା ଷ୍ଟ୍ରକ୍ଟ ଭାବରେ ଅକ୍ଷରରୂପର ବର୍ଣ୍ଣନା" -#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 +#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 msgid "Font family" msgstr "ଅକ୍ଷରରୂପ ପରିବାର" -#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 +#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "ଅକ୍ଷରରୂପ ଶ୍ରେଣୀର ନାମ, ଉଦାହରଣ ସ୍ବରୂପ Sans, Helvetica, Times, Monospace" -#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 -#: gtk/gtktexttag.c:291 +#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 +#: ../gtk/gtktexttag.c:291 msgid "Font style" msgstr "ଅକ୍ଷରରୂପ ଶୈଳୀ" -#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 -#: gtk/gtktexttag.c:300 +#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 +#: ../gtk/gtktexttag.c:300 msgid "Font variant" msgstr "ଅକ୍ଷରରୂପର ଅତିରିକ୍ତ ପ୍ରକାର" -#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 -#: gtk/gtktexttag.c:309 +#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 +#: ../gtk/gtktexttag.c:309 msgid "Font weight" msgstr "ଅକ୍ଷରରୂପର ଭାର" -#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 -#: gtk/gtktexttag.c:320 +#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 +#: ../gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "ଅକ୍ଷରରୂପର ବିସ୍ତୃତି" -#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 -#: gtk/gtktexttag.c:329 +#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 +#: ../gtk/gtktexttag.c:329 msgid "Font size" msgstr "ଅକ୍ଷରରୂପ ଆକାର" -#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 +#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 msgid "Font points" msgstr "ଅକ୍ଷରରୂପ ପଏଣ୍ଟ" -#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 +#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "ପଏଣ୍ଟରେ ଅକ୍ଷରରୂପ ଆକାର" -#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 +#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 msgid "Font scale" msgstr "ଅକ୍ଷରରୂପ ମାପ" -#: gtk/gtkcellrenderertext.c:352 +#: ../gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "ଅକ୍ଷରରୂପ ମାପ ଗୁଣାଙ୍କ" -#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 +#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 msgid "Rise" msgstr "ଆରୋହଣ" -#: gtk/gtkcellrenderertext.c:362 -msgid "" -"Offset of text above the baseline (below the baseline if rise is negative)" +#: ../gtk/gtkcellrenderertext.c:362 +msgid "Offset of text above the baseline (below the baseline if rise is negative)" msgstr "ଭିତ୍ତି ରେଖା ଉପରେ ପାଠ୍ଯର ଚ୍ଛାଡ଼ (ଆରୋହଣ ଋଣାତ୍ମକ ଥିଲେ ଭିତ୍ତି ରେଖା ତଳେ)" -#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 +#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "ଲେଖିକରି କାଟନ୍ତୁ" -#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 +#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "ପାଠ୍ଯ ମଧ୍ଯରେଖିତ କରାଯିବ କି ନାହିଁ" -#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 +#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 msgid "Underline" msgstr "ରେଖାଙ୍କିତ" -#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 +#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "ଏହି ପାଠ୍ଯ ପାଇଁ ଅବରେଖନ ଶୈଳୀ" -#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 +#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 msgid "Language" msgstr "ଭାଷା" -#: gtk/gtkcellrenderertext.c:391 +#: ../gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " "probably don't need it" msgstr "" -#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 +#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 +#: ../gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "Ellipsize" -#: gtk/gtkcellrenderertext.c:412 +#: ../gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" msgstr "" -#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 -#: gtk/gtklabel.c:519 +#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 +#: ../gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "ଅକ୍ଷରଗୁଡିକରେ ଓସାର" -#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 +#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "ନାମପଟି ପାଇଁ ଆଶା କରାଯାଉଥିବା ଓସାର, ଅକ୍ଷରରେ" -#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 +#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "ଗୁଡାଇବା ଧାରା" -#: gtk/gtkcellrenderertext.c:451 +#: ../gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" msgstr "" -#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 +#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "ଗୁଡାଇବା ଓସାର" -#: gtk/gtkcellrenderertext.c:471 +#: ../gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "ପାଠ୍ୟକୁ ଗୁଡ଼ାଯାଇଥିବା ସ୍ଥାନର ଓସାର" -#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 +#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "ପାର୍ଶ୍ବସଜ୍ଜା" -#: gtk/gtkcellrenderertext.c:492 +#: ../gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "ଧାଡ଼ିଗୁଡ଼ିକୁ କିପରି ପାର୍ଶ୍ୱସଜ୍ଜା କରାଯିବ" -#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 +#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 +#: ../gtk/gtktexttag.c:564 msgid "Background set" msgstr "ପୃଷ୍ଠଭୂମି ସେଟ" -#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 +#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 +#: ../gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "ଏହି ଟ୍ୟାଗ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ ଉପରେ ପ୍ରଭାବ ପକାଇବ କି ନାହିଁ" -#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 +#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "ପୃଷ୍ଠଭୂମି ସେଟ" -#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 +#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "ଏହି ଟ୍ୟାଗ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ ଉପରେ ପ୍ରଭାବ ପକାଇବ କି ନାହିଁ" -#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 +#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 msgid "Editability set" msgstr "ସମ୍ପାଦନ ଯୋଗ୍ୟ ସେଟ" -#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 +#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "ଏହି ଟ୍ୟାଗ ପାଠ୍ୟ ସମ୍ପାଦନ କ୍ଷମତା ଉପରେ ପ୍ରଭାବ ପକାଇବ କି ନାହିଁ" -#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 +#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 msgid "Font family set" msgstr "ଅକ୍ଷରରୂପ ଶ୍ରେଣୀର ସମୂହ" -#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 +#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "ଏହି ସୂଚକ ଅକ୍ଷରରୂପ ଶ୍ରେଣୀକୁ ପ୍ରଭାବିତ କରେ କି ନାହିଁ" -#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 +#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 msgid "Font style set" msgstr "ଅକ୍ଷରରୂପ ଶୈଳୀର ସମୂହ" -#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 +#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "ଏହି ସୂଚକ ଅକ୍ଷରରୂପ ଶୈଳୀକୁ ପ୍ରଭାବିତ କରେ କି ନାହିଁ" -#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 +#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "ଅକ୍ଷରରୂପର ଅତିରିକ୍ତ ପ୍ରକାରର ସମୂହ" -#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 +#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "ଏହି ସୂଚକ ଅକ୍ଷରରୂପର ଅତିରିକ୍ତ ପ୍ରକାରକୁ ପ୍ରଭାବିତ କରେ କି ନାହିଁ" -#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 +#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "ଅକ୍ଷରରୂପ ଭାରର ସମୂହ" -#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 +#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "ଏହି ସୂଚକ ଅକ୍ଷରରୂପ ଭାରକୁ ପ୍ରଭାବିତ କରେ କି ନାହିଁ" -#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 +#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "ଅକ୍ଷରରୂପ ବିସ୍ତୃତିର ସମୂହ" -#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 +#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "ଏହି ସୂଚକ ଅକ୍ଷରରୂପ ବିସ୍ତୃତିକୁ ପ୍ରଭାବିତ କରେ କି ନାହିଁ" -#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 +#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 msgid "Font size set" msgstr "ଅକ୍ଷରରୂପ ଆକାର ସମୂହ" -#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 +#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "ଏହି ସୂଚକ ଅକ୍ଷରରୂପ ଆକାରକୁ ପ୍ରଭାବିତ କରେ କି ନାହିଁ" -#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 +#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "ଅକ୍ଷରରୂପ ମାପ ସେଟ" -#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 +#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "ଏହି ଟ୍ୟାଗ ଅକ୍ଷରରୂପ ଆକାରକୁ ଗୁଣାଙ୍କ ଦ୍ୱାରା ମାପିଥାଏ କି ନାହିଁ" -#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 +#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 msgid "Rise set" msgstr "ଆରୋହଣ ସମୂହ" -#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 +#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "ଏହି ସୂଚକ ଆରୋହଣକୁ ପ୍ରଭାବିତ କରେ କି ନାହିଁ" -#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 +#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "ମଧ୍ଯରେଖନ ସମୂହ" -#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 +#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "ଏହି ସୂଚକ ମଧ୍ଯରେଖନକୁ ପ୍ରଭାବିତ କରେ କି ନାହିଁ" -#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 +#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 msgid "Underline set" msgstr "ଅବରେଖନ ସମୂହ" -#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 +#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "ଏହି ସୂଚକ ଅବରେଖନକୁ ପ୍ରଭାବିତ କରେ କି ନାହିଁ" -#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 +#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 msgid "Language set" msgstr "ଭାଷା ସେଟ" -#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 +#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "ପାଠ୍ୟ ଚିତ୍ରଣ ଭାଷା ଉପରେ ଏହି ଟ୍ୟାଗ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: gtk/gtkcellrenderertext.c:558 +#: ../gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "Ellipsize ସେଟ" -#: gtk/gtkcellrenderertext.c:559 +#: ../gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "ଏହି ଟ୍ୟାଗ ellipsize ଧାରା ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି ନାହିଁ" -#: gtk/gtkcellrenderertext.c:562 +#: ../gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "ପଂକ୍ତିକରଣ ସେଟ" -#: gtk/gtkcellrenderertext.c:563 +#: ../gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "ଏହି ଟ୍ଯାଗ ସରେଖଣ ଧାରା ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି ନାହିଁ" -#: gtk/gtkcellrenderertoggle.c:126 +#: ../gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "ଆଗପଛ ଅବସ୍ଥା" -#: gtk/gtkcellrenderertoggle.c:127 +#: ../gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "ବଟନର ଅଦଳବଦଳ ଧାରା" -#: gtk/gtkcellrenderertoggle.c:134 +#: ../gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "ଅସଙ୍ଗତ ଅବସ୍ଥା" -#: gtk/gtkcellrenderertoggle.c:135 +#: ../gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "ବଟନର ଅସ୍ଥିର ଅବସ୍ଥା" -#: gtk/gtkcellrenderertoggle.c:142 +#: ../gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "ସକ୍ରିୟଯୋଗ୍ୟ" -#: gtk/gtkcellrenderertoggle.c:143 +#: ../gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "ଅଦଳବଦଳ ବଟନକୁ ସକ୍ରିୟ କରାଯାଇପାରିବ" -#: gtk/gtkcellrenderertoggle.c:150 +#: ../gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "ରେଡିଓ ଅବସ୍ଥା" -#: gtk/gtkcellrenderertoggle.c:151 +#: ../gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "ଅଦଳବଦଳ ବଟନକୁ ରେଡିଓ ବଟନ ପରି ଆଙ୍କନ୍ତୁ" -#: gtk/gtkcellrenderertoggle.c:158 +#: ../gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "ସୂଚକ ଆକାର" -#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 -#: gtk/gtkcheckmenuitem.c:122 +#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 +#: ../gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "ତନଖି କିମ୍ବା ରେଡିଓ ସୂଚକର ଆକାର" -#: gtk/gtkcellview.c:182 +#: ../gtk/gtkcellview.c:182 msgid "CellView model" msgstr "CellView ମଡ଼େଲ" -#: gtk/gtkcellview.c:183 +#: ../gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "କୋଷ ଦୃଶ୍ୟ ପାଇଁ ମଡ଼େଲ" -#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 +#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 +#: ../gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "ସୂଚକର ଆକାର" -#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 +#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 +#: ../gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "ସୂଚକର ବ୍ଯବଧାନ" -#: gtk/gtkcheckbutton.c:78 +#: ../gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "ତନଖି କିମ୍ବା ରେଡିଓ ସୂଚକର ମଧ୍ଯରେ ଅନ୍ତରଦେବା" -#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 -#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 +#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 +#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 +#: ../gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "ସକ୍ରିୟ" -#: gtk/gtkcheckmenuitem.c:99 +#: ../gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "ମେନୁ ବସ୍ତୁକୁ ଯାଞ୍ଜ କରାଯାଇଛି କି ନାହିଁ" -#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 +#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "ଅସଙ୍ଗତ" -#: gtk/gtkcheckmenuitem.c:107 +#: ../gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "\"inconsistent\" ଅବସ୍ଥାକୁ ଦର୍ଶାଯାଇଛି କି ନାହିଁ" -#: gtk/gtkcheckmenuitem.c:114 +#: ../gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "ରେଡିଓ ମେନୁ ବସ୍ତୁ ଆକାରରେ ଆଙ୍କନ୍ତୁ" -#: gtk/gtkcheckmenuitem.c:115 +#: ../gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "ମେନୁ ବସ୍ତୁଟି ରେଡିଓ ମେନୁ ବସ୍ତୁ ସଦୃଶ ଦେଖାଯାଉଛି କି" -#: gtk/gtkcolorbutton.c:171 +#: ../gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "ଆଲଫା ବ୍ଯବହାର କରନ୍ତୁ" -#: gtk/gtkcolorbutton.c:172 +#: ../gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "ଆଲଫା ମୂଲ୍ୟକୁ ରଙ୍ଗ ଦେବା ଉଚିତ କି ନୁହଁ" -#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 -#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 +#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 +#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 +#: ../gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "ଶୀର୍ଷକ" -#: gtk/gtkcolorbutton.c:187 +#: ../gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "ରଙ୍ଗ ଚୟନ ସମଳାପର ଶୀର୍ଷକ" -#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 +#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "ପ୍ରଚଳିତ ରଙ୍ଗ" -#: gtk/gtkcolorbutton.c:202 +#: ../gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "ବଚ୍ଛିତ ରଙ୍ଗ" -#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 +#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "ପ୍ରଚଳିତ ଆଲଫା" -#: gtk/gtkcolorbutton.c:217 +#: ../gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "ଚୟିତ ଅସ୍ୱଚ୍ଛତା ମୂଲ୍ଯ (0 ସମ୍ପୂର୍ଣ୍ଣ ସ୍ୱଚ୍ଛ, 65535 ସମ୍ପୂର୍ଣ୍ଣ ଅସ୍ୱଚ୍ଛ)" -#: gtk/gtkcolorsel.c:279 +#: ../gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "ଅସ୍ୱଚ୍ଛତା ନିଯନ୍ତ୍ରଣ ଅଛି" -#: gtk/gtkcolorsel.c:280 +#: ../gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "ରଙ୍ଗ ଚୟନକର୍ତ୍ତା ସଂରଚନା ଅସ୍ୱଚ୍ଛତାକୁ ଅନୁମତି ଦେବ କି" -#: gtk/gtkcolorsel.c:286 +#: ../gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "ପାଲେଟ ଅଛି" -#: gtk/gtkcolorsel.c:287 +#: ../gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "ପେଲେଟକୁ ବ୍ଯବହାର କରାଯିବା ଉଚିତ କି" -#: gtk/gtkcolorsel.c:294 +#: ../gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "ପ୍ରଚଳିତ ରଙ୍ଗ" -#: gtk/gtkcolorsel.c:301 +#: ../gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "ପ୍ରଚଳିତ ଅସ୍ୱଚ୍ଛତା ମୂଲ୍ଯ (0 ସମ୍ପୂର୍ଣ୍ଣ ସ୍ୱଚ୍ଛ, 65535 ସମ୍ପୂର୍ଣ୍ଣ ଅସ୍ୱଚ୍ଛ)" -#: gtk/gtkcolorsel.c:315 +#: ../gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "ପେଲେଟକୁ ଇଚ୍ଛାରୂପଣ କରନ୍ତୁ" -#: gtk/gtkcolorsel.c:316 +#: ../gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "ରଙ୍ଗ ଚୟନରେ ବ୍ୟବହାର କରିବାକୁ ଥିବା ପେଲେଟ" -#: gtk/gtkcolorseldialog.c:102 +#: ../gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "ରଙ୍ଗ ଚୟନ" -#: gtk/gtkcolorseldialog.c:103 +#: ../gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "ସଂଳାପରେ ସଂଯୁକ୍ତ ରଙ୍ଗ ଚୟନ।" -#: gtk/gtkcolorseldialog.c:109 +#: ../gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "ଠିକ ଅଛି ବଟନ" -#: gtk/gtkcolorseldialog.c:110 +#: ../gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "ସଂଳାପର OK ବଟନ।" -#: gtk/gtkcolorseldialog.c:116 +#: ../gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "ବାତିଲ କରନ୍ତୁ ବଟନ" -#: gtk/gtkcolorseldialog.c:117 +#: ../gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "ସଂଳାପର ବାତିଲ କରନ୍ତୁ ବଟନ।" -#: gtk/gtkcolorseldialog.c:123 +#: ../gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "ସହାୟତା ବଟନ" -#: gtk/gtkcolorseldialog.c:124 +#: ../gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "ସଂଳାପର ସହାୟତା ବଟନ" -#: gtk/gtkcombo.c:145 +#: ../gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "ତୀର କିକୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: gtk/gtkcombo.c:146 +#: ../gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "ତୀର କି ଟି ବସ୍ତୁ ତାଲିକା ମଧ୍ଯଦେଇ ଗତି କରେ କି" -#: gtk/gtkcombo.c:152 +#: ../gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "ତୀରକୁ ସର୍ବଦା ସକ୍ରିୟ ରଖନ୍ତୁ" -#: gtk/gtkcombo.c:153 +#: ../gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "ଅଚଳ ଗୁଣଧର୍ମ, ଅଗ୍ରାହ୍ୟ କରାଯାଇଛି" -#: gtk/gtkcombo.c:159 +#: ../gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "ଅକ୍ଷର ନିର୍ଦ୍ଦିଷ୍ଟ" -#: gtk/gtkcombo.c:160 +#: ../gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "ମେଳଖାଇଥିବା ତାଲିକାଭୁକ୍ତ ବସ୍ତୁଟି ଅକ୍ଷର ନିର୍ଦ୍ଧିଷ୍ଟ କି" -#: gtk/gtkcombo.c:167 +#: ../gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "ଖାଲିକୁ ଅନୁମତି ଦିଅନ୍ତୁ" -#: gtk/gtkcombo.c:168 +#: ../gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "ଏହି କ୍ଷେତ୍ରରେ ଖାଲି ମୂଲ୍ଯ ଭରଣ କରାଯାଇପାରିବ କି ନାହିଁ" -#: gtk/gtkcombo.c:175 +#: ../gtk/gtkcombo.c:175 msgid "Value in list" msgstr "ତାଲିକାରେ ଥିବା ମୂଲ୍ୟ" -#: gtk/gtkcombo.c:176 +#: ../gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "ଭରଣ କରାଯାଇଥିବା ମୂଲ୍ୟଗୁଡ଼ିକ ତାଲିକାରେ ଉପସ୍ଥିତ ରହିବା ଉଚିତ କି ନାହିଁ" -#: gtk/gtkcombobox.c:661 +#: ../gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "ComboBox ମଡେଲ" -#: gtk/gtkcombobox.c:662 +#: ../gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "କୋମ୍ବୋ ବାକ୍ସ ପାଇଁ ମଡେଲ" -#: gtk/gtkcombobox.c:679 +#: ../gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "ଜାଲିରେ ବସ୍ତୁଗୁଡ଼ିକୁ ବିନ୍ୟାସ କରିବା ପାଇଁ ଓସାରରେ ଗୁଡାଇବା" -#: gtk/gtkcombobox.c:701 +#: ../gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "ପଂକ୍ତି ବିସ୍ତାର ସ୍ତମ୍ଭ" -#: gtk/gtkcombobox.c:702 +#: ../gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "ପଂକ୍ତି ବିସ୍ତାର ମୂଲ୍ୟ ଧାରଣ କରିଥିବା TreeModel ସ୍ତମ୍ଭ" -#: gtk/gtkcombobox.c:723 +#: ../gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "ସ୍ତମ୍ଭ ବିସ୍ତାର ସ୍ତମ୍ଭ" -#: gtk/gtkcombobox.c:724 +#: ../gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "ସ୍ତମ୍ଭ ବିସ୍ତାର ମୂଲ୍ୟ ଧାରଣ କରିଥିବା TreeModel ସ୍ତମ୍ଭ" -#: gtk/gtkcombobox.c:745 +#: ../gtk/gtkcombobox.c:745 msgid "Active item" msgstr "ସକ୍ରିୟ ବସ୍ତୁ" -#: gtk/gtkcombobox.c:746 +#: ../gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "ବର୍ତ୍ତମାନ ସକ୍ରିୟ ଥିବା ବସ୍ତୁ" -#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 +#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "ତାଲିକାରେ tearoffଗୁଡ଼ିକୁ ଯୋଗ କରନ୍ତୁ" -#: gtk/gtkcombobox.c:766 +#: ../gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "" -#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 +#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 msgid "Has Frame" msgstr "ଫ୍ରେମ୍ ଅଛି" -#: gtk/gtkcombobox.c:782 +#: ../gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "" -#: gtk/gtkcombobox.c:790 +#: ../gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "" -#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 +#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "Tearoff ଶୀର୍ଷକ" -#: gtk/gtkcombobox.c:806 +#: ../gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" msgstr "" -#: gtk/gtkcombobox.c:823 +#: ../gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "ଦର୍ଶାଯାଇଥିବା ପପ-ଅପ" -#: gtk/gtkcombobox.c:824 +#: ../gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "କମ୍ବୋର ଡ୍ରପଡାଉନଟି ଦର୍ଶାଯାଇଛି କି ନାହିଁ" -#: gtk/gtkcombobox.c:840 +#: ../gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "ବଟନ ସମ୍ବେଦନଶୀଳତା" -#: gtk/gtkcombobox.c:841 +#: ../gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "ମଡେଲ ଖାଲିଥିବା ସମୟରେ ତଳକୁ ଝୁଲା ବଟନଟି ସମ୍ବେଦନଶୀଳ ଅଛି କି" -#: gtk/gtkcombobox.c:848 +#: ../gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "ତାଲିକା ପରି ଦୃଶ୍ୟମାନ ହୋଇଥାଏ" -#: gtk/gtkcombobox.c:849 +#: ../gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "" -#: gtk/gtkcombobox.c:865 +#: ../gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "ତୀର ଆକାର" -#: gtk/gtkcombobox.c:866 +#: ../gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" -msgstr "" +msgstr "କମ୍ବୋ ବାକ୍ସରେ ତୀରର ସର୍ବନିମ୍ନ ଆକାର" -#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 -#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 -#: gtk/gtkviewport.c:122 +#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 +#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 +#: ../gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "ଛାୟା ପ୍ରକାର" -#: gtk/gtkcombobox.c:882 +#: ../gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" -msgstr "" +msgstr "କମ୍ବୋ ବାକ୍ସ ଚାରିପଟେ କେଉଁ ପ୍ରକାରର ଛାୟା ଅଙ୍କନ କରିବା ଉଚିତ" -#: gtk/gtkcontainer.c:238 +#: ../gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "ପୁନଃଆକାର ଧାରା" -#: gtk/gtkcontainer.c:239 +#: ../gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "ଆକାର ବଦଳାଇବା କାର୍ଯ୍ୟକୁ କିପରି ନିୟନ୍ତ୍ରଣ କରାଯିବ ତାହା ଉଲ୍ଲେଖ କରନ୍ତୁ" -#: gtk/gtkcontainer.c:246 +#: ../gtk/gtkcontainer.c:246 msgid "Border width" msgstr "ସୀମା ଓସାର" -#: gtk/gtkcontainer.c:247 +#: ../gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "" -#: gtk/gtkcontainer.c:255 +#: ../gtk/gtkcontainer.c:255 msgid "Child" msgstr "ତଳ ସ୍ତର" -#: gtk/gtkcontainer.c:256 +#: ../gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" -msgstr "" +msgstr "ଗୋଟିଏ ନୂତନ ନିମ୍ନ ସ୍ତରକୁ ଯୋଗ କରିବା ପାଇଁ ଧାରଣ ପାତ୍ରକୁ ବ୍ୟବହାର କରାଯାଇପାରେ" -#: gtk/gtkcurve.c:124 +#: ../gtk/gtkcurve.c:124 msgid "Curve type" msgstr "ବକ୍ର ପ୍ରକାର" -#: gtk/gtkcurve.c:125 +#: ../gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "" -#: gtk/gtkcurve.c:132 +#: ../gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "ସର୍ବନିମ୍ନ X" -#: gtk/gtkcurve.c:133 +#: ../gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "X ପାଇଁ ସର୍ବନିମ୍ନ ସମ୍ଭାବ୍ୟ ମୂଲ୍ଯ" -#: gtk/gtkcurve.c:141 -#, fuzzy +#: ../gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "ସର୍ବାଧିକ X" -#: gtk/gtkcurve.c:142 +#: ../gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "ସର୍ବାଧିକ ସମ୍ଭାବ୍ୟ X ମୂଲ୍ଯ" -#: gtk/gtkcurve.c:150 +#: ../gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "ସର୍ବନିମ୍ନ Y" -#: gtk/gtkcurve.c:151 +#: ../gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "Y ପାଇଁ ସର୍ବନିମ୍ନ ସମ୍ଭାବ୍ୟ ମୂଲ୍ଯ" -#: gtk/gtkcurve.c:159 +#: ../gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "ସର୍ବାଧିକ Y" -#: gtk/gtkcurve.c:160 +#: ../gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Y ପାଇଁ ସର୍ବାଧିକ ସମ୍ଭାବ୍ୟ ମୂଲ୍ଯ" -#: gtk/gtkdialog.c:145 +#: ../gtk/gtkdialog.c:145 msgid "Has separator" msgstr "ବିଭାଜକ ଅଛି" -#: gtk/gtkdialog.c:146 +#: ../gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "ସଂଳାପର ବଟନ ଉପରେ ଗୋଟିଏ ବିଭାଜକ ପଟି ଅଛି" -#: gtk/gtkdialog.c:191 +#: ../gtk/gtkdialog.c:191 msgid "Content area border" msgstr "ସୂଚୀପତ୍ର ସୀମା" -#: gtk/gtkdialog.c:192 +#: ../gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "ମୂଖ୍ଯ ସଂଳାପ କ୍ଷେତ୍ରର ସୀମା ଓସାର" -#: gtk/gtkdialog.c:209 +#: ../gtk/gtkdialog.c:209 msgid "Content area spacing" msgstr "ବିଷୟବସ୍ତୁ କ୍ଷେତ୍ର ବ୍ଯବଧାନ" -#: gtk/gtkdialog.c:210 +#: ../gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "ମୂଖ୍ଯ ସଂଳାପ କ୍ଷେତ୍ରର ଉପାଦାନଗୁଡ଼ିକ ମଧ୍ଯରେ ଅନ୍ତରଦେବା" -#: gtk/gtkdialog.c:217 +#: ../gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "ବଟନ ମଧ୍ଯରେ ଖାଲି ସ୍ଥାନ ରଖିବା" -#: gtk/gtkdialog.c:218 +#: ../gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "ବଟନଗୁଡ଼ିକ ମଧ୍ଯରେ ଅନ୍ତରଦେବା" -#: gtk/gtkdialog.c:226 +#: ../gtk/gtkdialog.c:226 msgid "Action area border" msgstr "କାର୍ଯ୍ୟ କ୍ଷେତ୍ର ସୀମା" -#: gtk/gtkdialog.c:227 +#: ../gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "ସଂଳାପର ତଳେ ଥିବା ସ୍ଥାନ ଚାରିପଟ ସୀମାର ଓସାର" -#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 +#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "ଦର୍ଶିକା ସ୍ଥିତି" -#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 +#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "ଚାର୍ଟରେ ଭର୍ତ୍ତିକରିବାକୁ ଥିବା ସୂଚକର ପ୍ରଚଳିତ ସ୍ଥାନ" -#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 +#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "ବଚ୍ଛାର ସୀମା" -#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 -msgid "" -"The position of the opposite end of the selection from the cursor in chars" +#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 +msgid "The position of the opposite end of the selection from the cursor in chars" msgstr "" -#: gtk/gtkentry.c:626 +#: ../gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "ଭରଣର ବିଷୟବସ୍ତୁଗୁଡ଼ିକୁ ସମ୍ପାଦନ କରିହେବ କି ନାହିଁ" -#: gtk/gtkentry.c:633 +#: ../gtk/gtkentry.c:633 msgid "Maximum length" msgstr "ସର୍ବାଧିକ ଲମ୍ବ " -#: gtk/gtkentry.c:634 +#: ../gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "ଏହି ଭରଣ ପାଇଁ ସର୍ବାଧିକ ସଂଖ୍ଯକ ଅକ୍ଷର। ଯଦି ସର୍ବାଧିକ ନୁହଁ ତେବେ ଶୂନ୍ୟ" -#: gtk/gtkentry.c:642 +#: ../gtk/gtkentry.c:642 msgid "Visibility" msgstr "ଦ୍ରୁଶ୍ଯମାନ୍ଯତା" -#: gtk/gtkentry.c:643 +#: ../gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" msgstr "" -#: gtk/gtkentry.c:651 +#: ../gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "ଭରଣରୁ bevel ବାହାରେ FALSE କାଢ଼ିଦେଇଥାଏ" -#: gtk/gtkentry.c:659 -msgid "" -"Border between text and frame. Overrides the inner-border style property" +#: ../gtk/gtkentry.c:659 +msgid "Border between text and frame. Overrides the inner-border style property" msgstr "ପାଠ୍ଯ ଏବଂ ବନ୍ଧେଇ ମଧ୍ଯରେ ସୀମା। ଆଭ୍ୟନ୍ତରୀଣ ସୀମା ଶୈଳୀ ଗୁଣଧର୍ମକୁ ନବଲିଖନ କରିଥାଏ" -#: gtk/gtkentry.c:666 +#: ../gtk/gtkentry.c:666 msgid "Invisible character" msgstr "ଅଦୃଶ୍ଯ ଅକ୍ଷର" -#: gtk/gtkentry.c:667 +#: ../gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" -#: gtk/gtkentry.c:674 +#: ../gtk/gtkentry.c:674 msgid "Activates default" msgstr "ପୂର୍ବ ନିର୍ଦ୍ଧାରିତକୁ ସକ୍ରିୟ କରିଥାଏ" -#: gtk/gtkentry.c:675 +#: ../gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" msgstr "" -#: gtk/gtkentry.c:681 +#: ../gtk/gtkentry.c:681 msgid "Width in chars" msgstr "ଚାର୍‌ସରେ ଓସାର" -#: gtk/gtkentry.c:682 +#: ../gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "" -#: gtk/gtkentry.c:691 +#: ../gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "ଅପ୍‌ସେଟ୍ କୁ ସ୍କ୍ରୋଲ୍ କର" -#: gtk/gtkentry.c:692 +#: ../gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "" -#: gtk/gtkentry.c:702 +#: ../gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "ଭରଣର ବିଷୟବସ୍ତୁ" -#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 +#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 msgid "X align" msgstr "X ପଂକ୍ତି" -#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 +#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." msgstr "ସମାନ୍ତରାଳ ପାର୍ଶ୍ୱସଜ୍ଜା, 0 (ବାମ) ରୁ 1 (ଡ଼ାହାଣ)। RTL ସଂରଚନା ପାଇଁ ସଂରକ୍ଷିତ।" -#: gtk/gtkentry.c:734 +#: ../gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "ଏକାଧିକ ଧାଡ଼ିକୁ ଯୋଡ଼ନ୍ତୁ" -#: gtk/gtkentry.c:735 +#: ../gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "ଏକାଧିକ ଧାଡ଼ିକୁ ଗୋଟିଏ ଧାଡ଼ିରେ ଯୋଡ଼ିବା ଉଚିତ କି ନୁହଁ।" -#: gtk/gtkentry.c:751 +#: ../gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "ଫ୍ରେମ ସେଟ ହେବା ପରେ କେଉଁ ପ୍ରକାରର ଛାୟାକୁ ଭରଣ ଚାରିପଟେ ଅଙ୍କାଯିବା ଉଚିତ" -#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 +#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "ନବଲିଖନ ଧାରା" -#: gtk/gtkentry.c:767 +#: ../gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "ନୂତନ ପାଠ୍ଯ ଅବସ୍ଥିତ ପାଠ୍ୟକୁ ନବଲିଖନ କରିଦେବ କି" -#: gtk/gtkentry.c:781 +#: ../gtk/gtkentry.c:781 msgid "Text length" msgstr "ଟେଷ୍ଟ୍ ଲମ୍ବ" -#: gtk/gtkentry.c:782 +#: ../gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "ବର୍ତ୍ତମାନ ଭରଣରେ ଥିବା ପାଠ୍ୟର ଲମ୍ବ" -#: gtk/gtkentry.c:797 +#: ../gtk/gtkentry.c:797 msgid "Invisible char set" msgstr "ଅଦୃଶ୍ଯ ଅକ୍ଷର ସଂରଚନା" -#: gtk/gtkentry.c:798 +#: ../gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" msgstr "ଅଦୃଶ୍ୟ ଅକ୍ଷର ସଂରଚନାକୁ ସେଟକରାଯାଇଛି କି ନାହିଁ" -#: gtk/gtkentry.c:816 +#: ../gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "Caps Lock ଚେତାବନୀ" -#: gtk/gtkentry.c:817 +#: ../gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "Caps Lock ଅନ ଥିବା ସମୟରେ ପ୍ରବେଶ ସଂକେତ ଭରଣଗୁଡ଼ିକରେ ଚେତାବନୀ ଦର୍ଶାଇଥାଏ" -#: gtk/gtkentry.c:831 +#: ../gtk/gtkentry.c:831 msgid "Progress Fraction" msgstr "ଉନ୍ନତି ଭଗ୍ନାଂଶ" -#: gtk/gtkentry.c:832 +#: ../gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" msgstr "ସମ୍ପୂର୍ଣ୍ଣ ହୋଇଥିବା କାର୍ଯ୍ୟର ପ୍ରଚଳିତ ଭଗ୍ନାଂଶ" -#: gtk/gtkentry.c:849 +#: ../gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "ପ୍ରଗତି ସ୍ପନ୍ଦନ ପଦକ୍ଷେପ" -#: gtk/gtkentry.c:850 +#: ../gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" msgstr "" -#: gtk/gtkentry.c:866 +#: ../gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "ପ୍ରାଥମିକ pixbuf" -#: gtk/gtkentry.c:867 +#: ../gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "ଭରଣ ପାଇଁ ପ୍ରାଥମିକ pixbuf" -#: gtk/gtkentry.c:881 +#: ../gtk/gtkentry.c:881 msgid "Secondary pixbuf" msgstr "ଦ୍ୱିତୀୟକ pixbuf" -#: gtk/gtkentry.c:882 +#: ../gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "ଭରଣ ପାଇଁ ଦ୍ୱିତୀୟକ pixbuf" -#: gtk/gtkentry.c:896 +#: ../gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "ପ୍ରାଥମିକ ଭଣ୍ଡାର ID" -#: gtk/gtkentry.c:897 +#: ../gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଙ୍କେତ ପାଇଁ ଭଣ୍ଡାର ID" -#: gtk/gtkentry.c:911 +#: ../gtk/gtkentry.c:911 msgid "Secondary stock ID" msgstr "ଦ୍ବିତୀୟକ ଭଣ୍ଡାର ID" -#: gtk/gtkentry.c:912 +#: ../gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "ଦ୍ୱିତୀୟକ ଚିତ୍ରସଙ୍କେତ ପାଇଁ ଭଣ୍ଡାର ID" -#: gtk/gtkentry.c:926 +#: ../gtk/gtkentry.c:926 msgid "Primary icon name" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଙ୍କେତ ନାମ" -#: gtk/gtkentry.c:927 +#: ../gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଙ୍କେତ ପାଇଁ ଚିତ୍ରସଙ୍କେତ ନାମ" -#: gtk/gtkentry.c:941 +#: ../gtk/gtkentry.c:941 msgid "Secondary icon name" msgstr "ଦ୍ବିତୀୟକ ଚିତ୍ରସଙ୍କେତ ନାମ" -#: gtk/gtkentry.c:942 +#: ../gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "ଦ୍ବିତୀୟକ ଚିତ୍ରସଙ୍କେତ ପାଇଁ ଚିତ୍ରସଙ୍କେତ ନାମ" -#: gtk/gtkentry.c:956 +#: ../gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "ପ୍ରାଥମିକ GIcon" -#: gtk/gtkentry.c:957 +#: ../gtk/gtkentry.c:957 msgid "GIcon for primary icon" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଂକେତ ପାଇଁ GIcon" -#: gtk/gtkentry.c:971 +#: ../gtk/gtkentry.c:971 msgid "Secondary GIcon" msgstr "ଦ୍ବିତୀୟକ GIcon" -#: gtk/gtkentry.c:972 +#: ../gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "ଦ୍ବିତୀୟକ ଚିତ୍ରସଙ୍କେତ ପାଇଁ GIcon" -#: gtk/gtkentry.c:986 +#: ../gtk/gtkentry.c:986 msgid "Primary storage type" msgstr "ପ୍ରାଥମିକ ଭଣ୍ଡାର ପ୍ରକାର" -#: gtk/gtkentry.c:987 +#: ../gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଙ୍କେତରେ ବ୍ୟବହାର ପାଇଁ ଉପସ୍ଥାପନା" -#: gtk/gtkentry.c:1002 +#: ../gtk/gtkentry.c:1002 msgid "Secondary storage type" msgstr "ଦ୍ବିତୀୟକ ଭଣ୍ଡାର ପ୍ରକାର" -#: gtk/gtkentry.c:1003 +#: ../gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "ଦ୍ବିତୀୟକ ଭଣ୍ଡାର ପ୍ରକାରରେ ବ୍ଯବହାର ହେବା ପାଇଁ ଉପସ୍ଥାପନା" -#: gtk/gtkentry.c:1024 +#: ../gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଙ୍କେତ ସକ୍ରିୟ ଅଛି" -#: gtk/gtkentry.c:1025 +#: ../gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଙ୍କେତ ସକ୍ରିୟ ହେବା ଯୋଗ୍ୟ କି ନାହିଁ" -#: gtk/gtkentry.c:1045 +#: ../gtk/gtkentry.c:1045 msgid "Secondary icon activatable" msgstr "ଦ୍ବିତୀୟକ ଚିତ୍ରସଙ୍କେତ ସକ୍ରିୟ ଯୋଗ୍ୟ ନୁହଁ" -#: gtk/gtkentry.c:1046 +#: ../gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" msgstr "ଦ୍ବିତୀୟକ ଚିତ୍ରସଙ୍କେତ ସକ୍ରିୟ ଯୋଗ୍ୟ କି ନୁହଁ" -#: gtk/gtkentry.c:1068 +#: ../gtk/gtkentry.c:1068 msgid "Primary icon sensitive" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଂକେତ ସମ୍ବେଦନଶୀଳତା" -#: gtk/gtkentry.c:1069 +#: ../gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଂକେତଟି ସମ୍ବେଦନଶୀଳ କି ନୁହଁ" -#: gtk/gtkentry.c:1090 +#: ../gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" msgstr "ଦ୍ୱିତୀୟକ ଚିତ୍ରସଙ୍କେତ ସମ୍ବଦନଶୀଳତା" -#: gtk/gtkentry.c:1091 +#: ../gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" msgstr "ଦ୍ୱିତୀୟକ ଚିତ୍ରସଙ୍କେତଟି ସମ୍ବଦନଶୀଳ କି ନୁହଁ" -#: gtk/gtkentry.c:1107 +#: ../gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଂକେତ ଉପକରଣ ସୂଚନା ପାଠ୍ୟ" -#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 +#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଂକେତରେ ଉପକରଣ ସୂଚନାର ବିଷୟବସ୍ତୁ" -#: gtk/gtkentry.c:1124 +#: ../gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" msgstr "ଦ୍ବିତୀୟକ ଚିତ୍ରସଂକେତ ଉପକରଣ ସୂଚନା ପାଠ୍ୟ" -#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 +#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" msgstr "ଦ୍ବିତୀୟକ ଚିତ୍ରସଂକେତରେ ଉପକରଣ ସୂଚନାର ବିଷୟବସ୍ତୁ" -#: gtk/gtkentry.c:1143 +#: ../gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" msgstr "ପ୍ରାଥମିକ ଚିତ୍ରସଙ୍କେତ ଉପକରଣ ସୂଚନା ଚିହ୍ନଟ" -#: gtk/gtkentry.c:1162 +#: ../gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" msgstr "ଦ୍ବିତୀୟକ ଚିତ୍ରସଂକେତ ଉପକରଣ ଚିହ୍ନଟ" -#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 +#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 msgid "IM module" msgstr "IM ଏକକାଂଶ" -#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 +#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 msgid "Which IM module should be used" msgstr "କେଉଁ IM ଏକକାଂଶକୁ ବ୍ୟବହାର କରିବା ଉଚିତ" -#: gtk/gtkentry.c:1197 +#: ../gtk/gtkentry.c:1197 msgid "Icon Prelight" msgstr "ଚିତ୍ରସଂକେତ ପୂର୍ବାଲୋକନ" -#: gtk/gtkentry.c:1198 +#: ../gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "ଆଖପାଖରେ ବୁଲୁଥିବା ସମୟରେ ସକ୍ରିୟଯୋଗ୍ୟ ଚିତ୍ରସଂକେତଗୁଡ଼ିକୁ prelight କରିବା ଉଚିତ କି" -#: gtk/gtkentry.c:1211 +#: ../gtk/gtkentry.c:1211 msgid "Progress Border" msgstr "ଉନ୍ନତି ଧାର" -#: gtk/gtkentry.c:1212 +#: ../gtk/gtkentry.c:1212 msgid "Border around the progress bar" msgstr "ପ୍ରଗତି ସୂଚକରେ ଚାରିପଟେ ଥିବା ଧାର" -#: gtk/gtkentry.c:1662 +#: ../gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "ପାଠ୍ଯ ଏବଂ ବନ୍ଧେଇ ମଧ୍ଯରେ ଥିବା ସୀମା।" -#: gtk/gtkentry.c:1676 +#: ../gtk/gtkentry.c:1676 msgid "State Hint" msgstr "ଅବସ୍ଥିତି ସୂଚନା" -#: gtk/gtkentry.c:1677 +#: ../gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "" -#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 +#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 msgid "Select on focus" msgstr "ଲକ୍ଷ୍ୟସ୍ଥଳରେ ମନୋନୀତ କରନ୍ତୁ" -#: gtk/gtkentry.c:1683 +#: ../gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "" -#: gtk/gtkentry.c:1697 +#: ../gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "ପ୍ରବେଶ ସଙ୍କେତ ସମୟ ବିତିଯାଇଛି" -#: gtk/gtkentry.c:1698 +#: ../gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "" -#: gtk/gtkentrycompletion.c:279 +#: ../gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "ସମ୍ପୂର୍ଣ୍ଣତା ମୋଡେଲ" -#: gtk/gtkentrycompletion.c:280 +#: ../gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "ମେଳକଗୁଡ଼ିକୁ ଖୋଜିବା ପାଇଁ ମୋଡେଲ" -#: gtk/gtkentrycompletion.c:286 +#: ../gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "ସର୍ବନିମ୍ନ କି ଲମ୍ବ" -#: gtk/gtkentrycompletion.c:287 +#: ../gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "ମେଳକମାନଙ୍କୁ ଦେଖିବା ପାଇଁ ସନ୍ଧାନ କି ର ସର୍ବନିମ୍ନ ଲମ୍ବ" -#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 +#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 msgid "Text column" msgstr "ପାଠ୍ୟ ସ୍ତମ୍ଭ" -#: gtk/gtkentrycompletion.c:304 +#: ../gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "ବାକ୍ୟଖଣ୍ଡଗୁଡ଼ିକୁ ଧାରଣ କରିଥିବା ମଡେଲର ସ୍ତମ୍ଭ।" -#: gtk/gtkentrycompletion.c:323 +#: ../gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "ଇନଲାଇନ ସମ୍ପୂର୍ଣ୍ଣତା" -#: gtk/gtkentrycompletion.c:324 +#: ../gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "ସାଧାରଣ ଉପସର୍ଗକୁ ସ୍ୱୟଂଚାଳିତ ଭାବରେ ଭର୍ତ୍ତିକରାଯିବା ଉଚିତ କି" -#: gtk/gtkentrycompletion.c:338 +#: ../gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "ପପ-ଅପ ସମ୍ପୂର୍ଣ୍ଣତା" -#: gtk/gtkentrycompletion.c:339 +#: ../gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "" -#: gtk/gtkentrycompletion.c:354 +#: ../gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "ପପ-ଅପ ସେଟ ଓସାର" -#: gtk/gtkentrycompletion.c:355 +#: ../gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "ଯଦି TRUE, ତେବେ ପପଅପ ୱିଣ୍ଡୋ ଆକାର ଭରଣ ସଦୃଶ ହେବ" -#: gtk/gtkentrycompletion.c:373 +#: ../gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "ପପ-ଅପର ଗୋଟିଏ ମେଳକ" -#: gtk/gtkentrycompletion.c:374 +#: ../gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "ଯଦି TRUE, ତେବେ ପପ-ଅପ ୱିଣ୍ଡୋ ଗୋଟିଏ ମେଳକ ପାଇଁ ଦୃଶ୍ୟମାନ ହେବ।" -#: gtk/gtkentrycompletion.c:388 +#: ../gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "ଇନଲାଇନ ଚୟନ" -#: gtk/gtkentrycompletion.c:389 +#: ../gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "ଏଠାରେ ଆପଣଙ୍କର ବର୍ଣ୍ଣନା" -#: gtk/gtkeventbox.c:91 +#: ../gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "ଦୃଶ୍ଯମାନ ୱିଣ୍ଡୋ" -#: gtk/gtkeventbox.c:92 +#: ../gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." msgstr "" -#: gtk/gtkeventbox.c:98 +#: ../gtk/gtkeventbox.c:98 msgid "Above child" msgstr "ନିର୍ଭରକ ଉପରେ" -#: gtk/gtkeventbox.c:99 +#: ../gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." msgstr "" -#: gtk/gtkexpander.c:187 +#: ../gtk/gtkexpander.c:187 msgid "Expanded" msgstr "ବିସ୍ତୃତ" -#: gtk/gtkexpander.c:188 +#: ../gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "" -#: gtk/gtkexpander.c:196 +#: ../gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "ସମ୍ପ୍ରସାରକ ସୂଚକର ପାଠ୍ଯ" -#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 +#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 msgid "Use markup" msgstr "ଚିହ୍ନଟ ବ୍ଯବହାର କରନ୍ତୁ" -#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 +#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "" -#: gtk/gtkexpander.c:220 +#: ../gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "ସୂଚକ ଏବଂ ନିର୍ଭରକ ମଧ୍ଯରେ ଦିଆଯିବା ବ୍ଯବଧାନ" -#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 +#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "ସୂଚକ ୱିଜେଟ" -#: gtk/gtkexpander.c:230 +#: ../gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "ସ୍ବାଭାବିକ ସମ୍ପ୍ରସାରକ ସୂଚକ ସ୍ଥାନରେ ପ୍ରଦର୍ଶନ କରିବା ପାଇଁ ଗୋଟିଏ ୱିଜେଟ" -#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 +#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "ସମ୍ପ୍ରସାରକ ଆକାର" -#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 +#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "ସମ୍ପ୍ରସାରକ ତୀରର ଆକାର" -#: gtk/gtkexpander.c:246 +#: ../gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "ସମ୍ପ୍ରସାରକ ତୀର ଚତୁଃପାର୍ଶ୍ବରେ ବ୍ଯବଧାନ" -#: gtk/gtkfilechooser.c:194 +#: ../gtk/gtkfilechooser.c:194 msgid "Action" msgstr "କାର୍ଯ୍ଯ" -#: gtk/gtkfilechooser.c:195 +#: ../gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "" -#: gtk/gtkfilechooser.c:201 +#: ../gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "ଫାଇଲ ତନ୍ତ୍ର ପୃଷ୍ଠଭୂମି" -#: gtk/gtkfilechooser.c:202 +#: ../gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "ବ୍ୟବହାର କରିବା ପାଇଁ ଫାଇଲ ତନ୍ତ୍ର ପୃଷ୍ଠଭୂମିର ନାମ" -#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 +#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "ଫିଲଟର" -#: gtk/gtkfilechooser.c:208 +#: ../gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "" -#: gtk/gtkfilechooser.c:213 +#: ../gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "କେବଳ ସ୍ଥାନୀୟ" -#: gtk/gtkfilechooser.c:214 +#: ../gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "" -#: gtk/gtkfilechooser.c:219 +#: ../gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "ୱିଜେଟ ପ୍ରାକଦର୍ଶନ" -#: gtk/gtkfilechooser.c:220 +#: ../gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "" -#: gtk/gtkfilechooser.c:225 +#: ../gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "ପ୍ରାକଦର୍ଶନ ୱିଜେଟ ସକ୍ରିୟ ଅଛି" -#: gtk/gtkfilechooser.c:226 -msgid "" -"Whether the application supplied widget for custom previews should be shown." +#: ../gtk/gtkfilechooser.c:226 +msgid "Whether the application supplied widget for custom previews should be shown." msgstr "" -#: gtk/gtkfilechooser.c:231 +#: ../gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "ପ୍ରାକଦର୍ଶନ ନାମପଟିକୁ ବ୍ୟବହାର କରନ୍ତୁ" -#: gtk/gtkfilechooser.c:232 +#: ../gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "" -#: gtk/gtkfilechooser.c:237 +#: ../gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "ଅତିରିକ୍ତ ୱିଜେଟ" -#: gtk/gtkfilechooser.c:238 +#: ../gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "" -#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 +#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 +#: ../gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "ଏକାଧିକ ମନୋନିତ କରନ୍ତୁ" -#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 +#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "ଏକାଧିକ ଫାଇଲକୁ ବାଛିବା ପାଇଁ ଅନୁମତି ଦେବା ଉଚିତ କି" -#: gtk/gtkfilechooser.c:250 +#: ../gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "ଲୁକ୍କାଇତକୁ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkfilechooser.c:251 +#: ../gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "" -#: gtk/gtkfilechooser.c:266 +#: ../gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "ନବଲିଖନ ନିଶ୍ଚିତତା କରନ୍ତୁ" -#: gtk/gtkfilechooser.c:267 +#: ../gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." msgstr "" -#: gtk/gtkfilechooserbutton.c:376 +#: ../gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "ସଂଳାପ" -#: gtk/gtkfilechooserbutton.c:377 +#: ../gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "ବ୍ୟବହାର କରିବା ପାଇଁ ଫାଇଲ ପସନ୍ଦକାରୀ ସଂଳାପ।" -#: gtk/gtkfilechooserbutton.c:408 +#: ../gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "ଫାଇଲ ଚୟନକର୍ତ୍ତା ସଂଳାପର ଶୀର୍ଷକ।" -#: gtk/gtkfilechooserbutton.c:422 +#: ../gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "" -#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 -#: gtk/gtkstatusicon.c:218 +#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 +#: ../gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "ଫାଇଲ ନାମ" -#: gtk/gtkfilesel.c:527 +#: ../gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "ବର୍ତ୍ତମାନ ବଛାହୋଇଥିବା ଫାଇଲ ନାମ" -#: gtk/gtkfilesel.c:533 +#: ../gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "ଫାଇଲ ପ୍ରୟୋଗଗୁଡ଼ିକୁ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkfilesel.c:534 +#: ../gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "" -#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 +#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 msgid "X position" msgstr "ଏକ୍ସ ସ୍ଥିତି" -#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 +#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "ନିର୍ଭରକ ୱିଜେଟର X ଅବସ୍ଥାନ" -#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 +#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 msgid "Y position" msgstr "Y ସ୍ଥିତି" -#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 +#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "ନିର୍ଭରକ ୱିଜେଟର Y ଅବସ୍ଥାନ" -#: gtk/gtkfontbutton.c:143 +#: ../gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "ଅକ୍ଷରରୂପ ଚୟନ ସଂଳାପର ଶୀର୍ଷକ" -#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 +#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 msgid "Font name" msgstr "ଅକ୍ଷରରୂପ ନାମ" -#: gtk/gtkfontbutton.c:159 +#: ../gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "ବଚ୍ଛିତ ଅକ୍ଷରରୂପର ନାମ" -#: gtk/gtkfontbutton.c:160 +#: ../gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:175 +#: ../gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "ସୂଚକରେ ଥିବା ଅକ୍ଷରରୂପକୁ ବ୍ଯବହାର କରନ୍ତୁ" -#: gtk/gtkfontbutton.c:176 +#: ../gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "" -#: gtk/gtkfontbutton.c:191 +#: ../gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "ନାମପଟିରେ ଆକାର ବ୍ୟବହାର କରନ୍ତୁ" -#: gtk/gtkfontbutton.c:192 +#: ../gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "" -#: gtk/gtkfontbutton.c:208 +#: ../gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "ଶୈଳୀ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkfontbutton.c:209 +#: ../gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "ବଚ୍ଛିତ ଅକ୍ଷରରୂପ ଶୈଳୀକୁ ନାମପଟିରେ ଦର୍ଶାଯାଇଛି କି ନାହିଁ" -#: gtk/gtkfontbutton.c:224 +#: ../gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "ଆକାର ପ୍ରଦର୍ଶନ କରନ୍ତୁ" -#: gtk/gtkfontbutton.c:225 +#: ../gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "ବଚ୍ଛିତ ଅକ୍ଷରରୂପ ଆକାରକୁ ନାମପଟିରେ ଦର୍ଶାଯାଇଛି କି ନାହିଁ" -#: gtk/gtkfontsel.c:197 +#: ../gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "ଏହି ଅକ୍ଷରରୂପକୁ ଉପସ୍ଥାପନ କରୁଥିବା ବାକ୍ଯଖଣ୍ଡ" -#: gtk/gtkfontsel.c:204 +#: ../gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "ବର୍ତ୍ତମାନ ବଛାଯାଇଥିବା GdkFont" -#: gtk/gtkfontsel.c:210 +#: ../gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "ପାଠ୍ଯକୁ ଅବଲୋକନ କରନ୍ତୁ" -#: gtk/gtkfontsel.c:211 +#: ../gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "" -#: gtk/gtkframe.c:106 +#: ../gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "ବନ୍ଧେଇ ନାମପଟିର ପାଠ୍ୟ" -#: gtk/gtkframe.c:113 +#: ../gtk/gtkframe.c:113 msgid "Label xalign" msgstr "ନାମପଟି xalign" -#: gtk/gtkframe.c:114 +#: ../gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "ନାମପଟିର ସମାନ୍ତରାଳ ପାର୍ଶ୍ୱସଜ୍ଜା" -#: gtk/gtkframe.c:122 +#: ../gtk/gtkframe.c:122 msgid "Label yalign" msgstr "ନାମପଟି yalign" -#: gtk/gtkframe.c:123 +#: ../gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "ନାମପଟିର ଭୂଲମ୍ବ ପାର୍ଶ୍ୱସଜ୍ଜା" -#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 +#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "ଅପସନ୍ଦ ଗୁଣଧର୍ମ, ଏହା ପରିବର୍ତ୍ତେ ଛାୟା ପ୍ରକାରକୁ ବ୍ୟବହାର କରନ୍ତୁ" -#: gtk/gtkframe.c:138 +#: ../gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "ଫ୍ରେମ ଛାୟା" -#: gtk/gtkframe.c:139 +#: ../gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "ଫ୍ରେମ ଧାରର ସମ୍ମୁଖିନ" -#: gtk/gtkframe.c:148 +#: ../gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "" -#: gtk/gtkhandlebox.c:175 +#: ../gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "" -#: gtk/gtkhandlebox.c:183 +#: ../gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "ନିୟନ୍ତ୍ରଣ ସ୍ଥାନ" -#: gtk/gtkhandlebox.c:184 +#: ../gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "" -#: gtk/gtkhandlebox.c:192 +#: ../gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "ସ୍ନାପ ଧାର" -#: gtk/gtkhandlebox.c:193 +#: ../gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" msgstr "" -#: gtk/gtkhandlebox.c:201 +#: ../gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "ସ୍ନାପ ଧାର ସେଟ" -#: gtk/gtkhandlebox.c:202 +#: ../gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" msgstr "" -#: gtk/gtkhandlebox.c:209 +#: ../gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "ନିର୍ଭରକ ବିଚ୍ଛିନ୍ନ ହୋଇଛି" -#: gtk/gtkhandlebox.c:210 +#: ../gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." msgstr "" -#: gtk/gtkiconview.c:548 +#: ../gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "ଚଯନ ପ୍ରକାର" -#: gtk/gtkiconview.c:549 +#: ../gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "ଚଯନ ପ୍ରକାରଟି" -#: gtk/gtkiconview.c:567 +#: ../gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "Pixbuf ସ୍ତମ୍ଭ" -#: gtk/gtkiconview.c:568 +#: ../gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "ରୁ ଚିତ୍ରସଙ୍କେତ pixbufକୁ କାଢ଼ିବା ପାଇଁ ବ୍ୟବହୃତ ମୋଡେଲ ସ୍ତମ୍ଭ" -#: gtk/gtkiconview.c:586 +#: ../gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "ରୁ ପାଠ୍ୟକୁ କାଢ଼ିବା ପାଇଁ ବ୍ୟବହୃତ ମୋଡେଲ ସ୍ତମ୍ଭ" -#: gtk/gtkiconview.c:605 +#: ../gtk/gtkiconview.c:605 msgid "Markup column" msgstr "ଚିହ୍ନିତ ସ୍ତମ୍ଭ" -#: gtk/gtkiconview.c:606 +#: ../gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "" -#: gtk/gtkiconview.c:613 +#: ../gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "ଚିତ୍ରସଂକେତ ଦୃଶ୍ଯ ମୋଡେଲ" -#: gtk/gtkiconview.c:614 +#: ../gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "ଚିତ୍ରସଙ୍କେତ ଦୃଶ୍ୟ ପାଇଁ ମୋଡେଲ" -#: gtk/gtkiconview.c:630 +#: ../gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "ସ୍ତମ୍ଭଗୁଡିକର ସଂଖ୍ଯା" -#: gtk/gtkiconview.c:631 +#: ../gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "ଦର୍ଶାଇବା ପାଇଁ ସ୍ତମ୍ଭଗୁଡିକ ସଂଖ୍ୟା" -#: gtk/gtkiconview.c:648 +#: ../gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "ପ୍ରତ୍ୟେକ ବସ୍ତୁର ଓସାର" -#: gtk/gtkiconview.c:649 +#: ../gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "ପ୍ରତ୍ୟେକ ବସ୍ତୁ ପାଇଁ ବ୍ଯବହୃତ ଓସାର" -#: gtk/gtkiconview.c:665 +#: ../gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "" -#: gtk/gtkiconview.c:680 +#: ../gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "ପଂକ୍ତି ଅନ୍ତରଦେବା" -#: gtk/gtkiconview.c:681 +#: ../gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "ଜାଲି ପଂକ୍ତିଗୁଡିକ ମଧ୍ଯରେ ଦିଆଯାଇଥିବା ଖାଲି ସ୍ଥାନ" -#: gtk/gtkiconview.c:696 +#: ../gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "ସ୍ତମ୍ଭ ଅନ୍ତରଦେବା" -#: gtk/gtkiconview.c:697 +#: ../gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "ଜାଲି ପଂକ୍ତିଗୁଡିକ ମଧ୍ଯରେ ଭର୍ତ୍ତିକରାଯାଇଥିବା ଖାଲି ସ୍ଥାନ" -#: gtk/gtkiconview.c:712 +#: ../gtk/gtkiconview.c:712 msgid "Margin" msgstr "ସୀମାନ୍ତ" -#: gtk/gtkiconview.c:713 +#: ../gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "ଚିତ୍ରସଙ୍କେତ ଦୃଶ୍ୟର ଧାରରେ ଭର୍ତ୍ତିକରାଯାଇଥିବା ଖାଲିସ୍ଥାନ" -#: gtk/gtkiconview.c:730 -msgid "" -"How the text and icon of each item are positioned relative to each other" +#: ../gtk/gtkiconview.c:730 +msgid "How the text and icon of each item are positioned relative to each other" msgstr "" -#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 +#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 +#: ../gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "ପୁନଃ କ୍ରମଯୋଗ୍ୟ" -#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 +#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "ଦୃଶ୍ଯଟି ପୁନଃ ଲିଖନ ଯୋଗ୍ୟ ଅଟେ" -#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 +#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "ଉପକରଣ ସୂଚନା ସ୍ତମ୍ଭ" -#: gtk/gtkiconview.c:755 +#: ../gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "ବସ୍ତୁ ମାନଙ୍କ ପାଇଁ ନମୁନାରେ ଉପକରଣ ସୂଚନା ଧାରଣ କରିଥିବା ସ୍ତମ୍ଭ" -#: gtk/gtkiconview.c:766 +#: ../gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "ମନୋନଯନ ବକ୍ସ ରଙ୍ଗ " -#: gtk/gtkiconview.c:767 +#: ../gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "ମନୋନଯନ ବକ୍ସର ରଙ୍ଗ " -#: gtk/gtkiconview.c:773 +#: ../gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "ମନୋନଯନ ବକ୍ସ ଆଲ୍ଫା" -#: gtk/gtkiconview.c:774 +#: ../gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "ମନୋନଯନ ବକ୍ସର ଅସ୍ପଷ୍ଟତା" -#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 +#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "ପିକ୍ସବଫ୍" -#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 +#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "ପ୍ରଦର୍ଶନ କରିବାକୁ ଥିବା ଏକ Gdkପିକ୍ସବଫ୍" -#: gtk/gtkimage.c:139 +#: ../gtk/gtkimage.c:139 msgid "Pixmap" msgstr "ପିକ୍ସମ୍ଯାପ" -#: gtk/gtkimage.c:140 +#: ../gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "ଦର୍ଶାଇବା ପାଇଁ GdkPixmap" -#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 +#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "ପ୍ରତିଛବି" -#: gtk/gtkimage.c:148 +#: ../gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "ଦର୍ଶାଇବା ପାଇଁ ଗୋଟିଏ GdkImage" -#: gtk/gtkimage.c:155 +#: ../gtk/gtkimage.c:155 msgid "Mask" msgstr "ମୁଖା" -#: gtk/gtkimage.c:156 +#: ../gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "" -#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 +#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "ଲୋଡ ଏବଂ ପ୍ରଦର୍ଶନ କରିବାକୁ ଥିବା ଫାଇଲ୍ ନାମ" -#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 +#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "ଏକ ଷ୍ଟକ୍ ଚିତ୍ର ପାଇଁ ପ୍ରଦର୍ଶନ କରିବାକୁ ଥିବା ଷ୍ଟକ୍ ID" -#: gtk/gtkimage.c:180 +#: ../gtk/gtkimage.c:180 msgid "Icon set" msgstr "ଚିତ୍ରସଂକେତ ସେଟ" -#: gtk/gtkimage.c:181 +#: ../gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "ଦର୍ଶାଇବା ପାଇଁ ସେଟ କରାଯାଇଥିବା ଚିତ୍ରସଂକେତ" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 +#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:216 ../gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "ଆଇକନ ଆକାର" -#: gtk/gtkimage.c:189 +#: ../gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "" -#: gtk/gtkimage.c:205 +#: ../gtk/gtkimage.c:205 msgid "Pixel size" msgstr "ପିକସେଲ ଆକାର" -#: gtk/gtkimage.c:206 +#: ../gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "ନାମକରଣ କରାଯାଇଥିବା ଚିତ୍ରସଂକେତ ପାଇଁ ବ୍ୟବହୃତ ପିକସେଲ ଆକାର" -#: gtk/gtkimage.c:214 +#: ../gtk/gtkimage.c:214 msgid "Animation" msgstr "ଜୀବନାୟନ" -#: gtk/gtkimage.c:215 +#: ../gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "ପ୍ରଦର୍ଶନ କରିବାକୁ ଥିବା ଏକ Gdkପିକ୍ସବଫ୍ ଜୀବନଚିତ୍ର" -#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 +#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "ସଂଚିତସ୍ଥାନ ପ୍ରକାର" -#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 +#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "ଚିତ୍ର ତଥ୍ଯପାଇଁ ବ୍ଯବହୃତ ହେଉଥିବା ପ୍ରଦର୍ଶନ" -#: gtk/gtkimagemenuitem.c:136 +#: ../gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "" -#: gtk/gtkimagemenuitem.c:151 +#: ../gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "" -#: gtk/gtkimagemenuitem.c:169 +#: ../gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "ସର୍ବଦା ଚିତ୍ର ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkimagemenuitem.c:170 +#: ../gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" msgstr "ପ୍ରତିଛବିକୁ ସର୍ବଦା ଦୃଶ୍ଯମାନ କରାଯିବ ନାଁ ନାହିଁ" -#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 +#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "Accel ସମୂହ" -#: gtk/gtkimagemenuitem.c:185 +#: ../gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "" -#: gtk/gtkimagemenuitem.c:190 +#: ../gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "ତାଲିକା ପ୍ରତିଛବିଗୁଡ଼ିକୁ ଦେଖାନ୍ତୁ" -#: gtk/gtkimagemenuitem.c:191 +#: ../gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 +#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" -#: gtk/gtklabel.c:368 +#: ../gtk/gtklabel.c:368 msgid "The text of the label" msgstr "ନାମପଟିର ପାଠ୍ଯ" -#: gtk/gtklabel.c:375 +#: ../gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "" -#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 +#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 msgid "Justification" msgstr "ଯଥାର୍ଥତା" -#: gtk/gtklabel.c:397 +#: ../gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " "GtkMisc::xalign for that" msgstr "" -#: gtk/gtklabel.c:405 +#: ../gtk/gtklabel.c:405 msgid "Pattern" msgstr "ନମୁନା" -#: gtk/gtklabel.c:406 +#: ../gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" msgstr "" -#: gtk/gtklabel.c:413 +#: ../gtk/gtklabel.c:413 msgid "Line wrap" msgstr "ରେଖାକୁ ଆବ୍ରୁତ କରନ୍ତୁ" -#: gtk/gtklabel.c:414 +#: ../gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "" -#: gtk/gtklabel.c:429 +#: ../gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "" -#: gtk/gtklabel.c:430 +#: ../gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "" -#: gtk/gtklabel.c:437 +#: ../gtk/gtklabel.c:437 msgid "Selectable" msgstr "ବଛାଯୋଗ୍ୟ" -#: gtk/gtklabel.c:438 +#: ../gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "" -#: gtk/gtklabel.c:444 +#: ../gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "Mnemonic କି" -#: gtk/gtklabel.c:445 +#: ../gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "" -#: gtk/gtklabel.c:453 +#: ../gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "Mnemonic widget" -#: gtk/gtklabel.c:454 +#: ../gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "" -#: gtk/gtklabel.c:500 +#: ../gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" msgstr "" -#: gtk/gtklabel.c:540 +#: ../gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "ଏକମାତ୍ର ରେଖା ମୋଡ" -#: gtk/gtklabel.c:541 +#: ../gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "ନାମପଟିଟି ଏକ ଧାଡ଼ି ଅବସ୍ଥାରେ ଅଛି କି" -#: gtk/gtklabel.c:558 +#: ../gtk/gtklabel.c:558 msgid "Angle" msgstr "କୋଣ" -#: gtk/gtklabel.c:559 +#: ../gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "ନାମପଟି ବୁଲୁଥିବା କୋଣ" -#: gtk/gtklabel.c:579 +#: ../gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "ଅକ୍ଷରଗୁଡିକର ସର୍ବାଧିକ ଓସାର ଅକ୍ଷରରେ" -#: gtk/gtklabel.c:580 +#: ../gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "" -#: gtk/gtklabel.c:696 +#: ../gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "" -#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 +#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "ସମାନ୍ତରାଳ ସଜଡ଼ା" -#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 +#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "ସମାନ୍ତରାଳ ଅବସ୍ଥାନ ପାଇଁ GtkAdjustment" -#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 +#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "ଭୂଲମ୍ବ ସଜଡ଼ା" -#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 +#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "ଭୂଲମ୍ବ ଅବସ୍ଥାନ ପାଇଁ GtkAdjustment" -#: gtk/gtklayout.c:633 +#: ../gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "ସଂରଚନାର ଓସାର" -#: gtk/gtklayout.c:642 +#: ../gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "ସଂରଚନାର ଉଚ୍ଚତା" -#: gtk/gtklinkbutton.c:145 +#: ../gtk/gtklinkbutton.c:145 msgid "URI" msgstr "ୟୁ.ଆର.ଆଇ." -#: gtk/gtklinkbutton.c:146 +#: ../gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "ଏହି ବଟନ ସହିତ ୟୁ.ଆର.ଆଇ. ଟି ସଂଯୁକ୍ତ" -#: gtk/gtklinkbutton.c:160 +#: ../gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "ପରିଦର୍ଶିତ" -#: gtk/gtklinkbutton.c:161 +#: ../gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "ଏହି ସଂଯୋଗକୁ ପରିଦର୍ଶନ କରାଯାଇଛି କି ନାହିଁ।" -#: gtk/gtkmenu.c:501 +#: ../gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "ବର୍ତ୍ତମାନ ବଛାହୋଇଥିବା ତାଲିକା ବସ୍ତୁ" -#: gtk/gtkmenu.c:516 +#: ../gtk/gtkmenu.c:516 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:285 msgid "Accel Path" msgstr "Accel ପଥ" -#: gtk/gtkmenu.c:531 +#: ../gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "" -#: gtk/gtkmenu.c:547 +#: ../gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "ୱିଜେଟ ଯୋଡ଼ନ୍ତୁ" -#: gtk/gtkmenu.c:548 +#: ../gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "ତାଲିକା ଲାଗିରହିଥିବା ୱିଜେଟ" -#: gtk/gtkmenu.c:556 +#: ../gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" msgstr "" -#: gtk/gtkmenu.c:570 +#: ../gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "Tearoff ଅବସ୍ଥା" -#: gtk/gtkmenu.c:571 +#: ../gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "" -#: gtk/gtkmenu.c:585 +#: ../gtk/gtkmenu.c:585 msgid "Monitor" msgstr "ମନିଟର" -#: gtk/gtkmenu.c:586 +#: ../gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "" -#: gtk/gtkmenu.c:592 +#: ../gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "ଲମ୍ବରୂପ ପ୍ୟାଡିଙ୍ଗ" -#: gtk/gtkmenu.c:593 +#: ../gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "ତାଲିକାର ଉପର ଏବଂ ତଳେ ଥିବା ଅତିରିକ୍ତ ସ୍ଥାନ" -#: gtk/gtkmenu.c:601 +#: ../gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "ସମାନ୍ତରାଳ ପ୍ୟାଡିଙ୍ଗ" -#: gtk/gtkmenu.c:602 +#: ../gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "" -#: gtk/gtkmenu.c:610 +#: ../gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "ଭୂଲମ୍ବ ଅଫସେଟ" -#: gtk/gtkmenu.c:611 +#: ../gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" msgstr "" -#: gtk/gtkmenu.c:619 +#: ../gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "ସମାନ୍ତରାଳ ଅଫସେଟ" -#: gtk/gtkmenu.c:620 +#: ../gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" msgstr "" -#: gtk/gtkmenu.c:628 +#: ../gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "ଦ୍ବିଗୁଣିତ ଶରଗୁଡିକ" -#: gtk/gtkmenu.c:629 +#: ../gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "ଦୃଶ୍ୟ ବଦଳାଇବା ସମୟରେ, ସର୍ବଦା ଉଭୟ ତୀରକୁ ଦର୍ଶାନ୍ତୁ।" -#: gtk/gtkmenu.c:642 +#: ../gtk/gtkmenu.c:642 msgid "Arrow Placement" msgstr "ତୀର ସ୍ଥାପନ" -#: gtk/gtkmenu.c:643 +#: ../gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "ଦୃଶ୍ୟବଦଳା ତୀରକୁ କେଉଁଠି ରଖାଯିବ ତାହା ନିର୍ଦ୍ଦିଶ୍ଟ କରନ୍ତୁ" -#: gtk/gtkmenu.c:651 +#: ../gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "ବାମ ସଂଯୁକ୍ତ" -#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 +#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "" -#: gtk/gtkmenu.c:659 +#: ../gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "ଡାହାଣ ସଂଯୁକ୍ତ" -#: gtk/gtkmenu.c:660 +#: ../gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "" -#: gtk/gtkmenu.c:667 +#: ../gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "ଉପର ସଂଯୁକ୍ତ" -#: gtk/gtkmenu.c:668 +#: ../gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "" -#: gtk/gtkmenu.c:675 +#: ../gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "ତଳ ସଂଯୁକ୍ତ" -#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 +#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "" -#: gtk/gtkmenu.c:690 +#: ../gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "" -#: gtk/gtkmenu.c:777 +#: ../gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "ତ୍ୱରକଗୁଡ଼ିକୁ ପରିବର୍ତ୍ତନ କରିପାରିବ" -#: gtk/gtkmenu.c:778 -msgid "" -"Whether menu accelerators can be changed by pressing a key over the menu item" +#: ../gtk/gtkmenu.c:778 +msgid "Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "" -#: gtk/gtkmenu.c:783 +#: ../gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "ଉପତାଲିକା ଦୃଶ୍ୟମାନ ହେବା ପୂର୍ବରୁ ବିଳମ୍ବ" -#: gtk/gtkmenu.c:784 -msgid "" -"Minimum time the pointer must stay over a menu item before the submenu appear" +#: ../gtk/gtkmenu.c:784 +msgid "Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" -#: gtk/gtkmenu.c:791 +#: ../gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "" -#: gtk/gtkmenu.c:792 +#: ../gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" msgstr "" -#: gtk/gtkmenubar.c:168 +#: ../gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "ପ୍ଯାକ ନିର୍ଦେଶ" -#: gtk/gtkmenubar.c:169 +#: ../gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "ତାଲିକାପଟିର ପ୍ୟାକ ନିର୍ଦେଶ" -#: gtk/gtkmenubar.c:185 +#: ../gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "ନିର୍ଭରକ ପ୍ଯାକ ନିର୍ଦ୍ଦେଶ" -#: gtk/gtkmenubar.c:186 +#: ../gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "" -#: gtk/gtkmenubar.c:195 +#: ../gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "" -#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 +#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "ଆଭ୍ୟନ୍ତରୀଣ ପ୍ୟାଡ଼ିଙ୍ଗ" -#: gtk/gtkmenubar.c:203 +#: ../gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "" -#: gtk/gtkmenubar.c:210 +#: ../gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "" -#: gtk/gtkmenubar.c:211 +#: ../gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "" -#: gtk/gtkmenuitem.c:252 +#: ../gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "ଡାହାଣ ୟୁକ୍ତିୟୁକ୍ତ" -#: gtk/gtkmenuitem.c:253 -msgid "" -"Sets whether the menu item appears justified at the right side of a menu bar" +#: ../gtk/gtkmenuitem.c:253 +msgid "Sets whether the menu item appears justified at the right side of a menu bar" msgstr "" -#: gtk/gtkmenuitem.c:267 +#: ../gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "ଉପତାଲିକା" -#: gtk/gtkmenuitem.c:268 +#: ../gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" msgstr "" -#: gtk/gtkmenuitem.c:286 +#: ../gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "" -#: gtk/gtkmenuitem.c:301 +#: ../gtk/gtkmenuitem.c:301 msgid "The text for the child label" msgstr "" -#: gtk/gtkmenuitem.c:364 +#: ../gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "" -#: gtk/gtkmenuitem.c:377 +#: ../gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "ଓସାର ଅକ୍ଷରରେ" -#: gtk/gtkmenuitem.c:378 +#: ../gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "" -#: gtk/gtkmenushell.c:374 +#: ../gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "କେନ୍ଦିଭୁତକିରଣ" -#: gtk/gtkmenushell.c:375 +#: ../gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "" -#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 +#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "ତାଲିକା" -#: gtk/gtkmenutoolbutton.c:246 +#: ../gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "ତଳକୁଝୁଲା ତାଲିକା" -#: gtk/gtkmessagedialog.c:98 +#: ../gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "ପ୍ରତିଛବି/ସୂଚକ ଧାର" -#: gtk/gtkmessagedialog.c:99 +#: ../gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "" -#: gtk/gtkmessagedialog.c:114 +#: ../gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "ବିଭାଜକ ବ୍ଯବହାର କରନ୍ତୁ" -#: gtk/gtkmessagedialog.c:115 -msgid "" -"Whether to put a separator between the message dialog's text and the buttons" +#: ../gtk/gtkmessagedialog.c:115 +msgid "Whether to put a separator between the message dialog's text and the buttons" msgstr "" -#: gtk/gtkmessagedialog.c:128 +#: ../gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "ସନ୍ଦେଶ ପ୍ରକାର" -#: gtk/gtkmessagedialog.c:129 +#: ../gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "ସନ୍ଦେଶର ପ୍ରକାର" -#: gtk/gtkmessagedialog.c:136 +#: ../gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "ସନ୍ଦେଶ ବଟନଗୁଡିକ" -#: gtk/gtkmessagedialog.c:137 +#: ../gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "" -#: gtk/gtkmessagedialog.c:154 -#, fuzzy +#: ../gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" -msgstr "ପାଠ୍ଯ ର ସନ୍ଦେଶ ସଂଳାପ" +msgstr "ପାଠ୍ଯ ସଂଳାପର ପ୍ରାଥମିକ ପାଠ୍ୟ" -#: gtk/gtkmessagedialog.c:169 +#: ../gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "ଚିହ୍ନିଟ ବ୍ଯବହାର କରନ୍ତୁ" -#: gtk/gtkmessagedialog.c:170 +#: ../gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "" -#: gtk/gtkmessagedialog.c:184 +#: ../gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "ଦ୍ୱିତୀୟକ ପାଠ୍ୟ" -#: gtk/gtkmessagedialog.c:185 +#: ../gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "ସନ୍ଦେଶ ସଂଳାପର ଦ୍ୱିତିୟକ ପାଠ୍ଯ" -#: gtk/gtkmessagedialog.c:200 +#: ../gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "ଦ୍ୱିତିୟକରେ ଚିହ୍ନିଟ ବ୍ଯବହାର କରନ୍ତୁ" -#: gtk/gtkmessagedialog.c:201 +#: ../gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." -msgstr "" +msgstr "ଦ୍ୱିତୀୟକ ପାଠ୍ୟ Pango ଚିହ୍ନକୁ ଅନ୍ତର୍ଭୁକ୍ତ କରିଥାଏ।" -#: gtk/gtkmessagedialog.c:216 +#: ../gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "ଚିତ୍ର" -#: gtk/gtkmisc.c:83 +#: ../gtk/gtkmisc.c:83 msgid "Y align" msgstr "Y ପଂକ୍ତି" -#: gtk/gtkmisc.c:84 +#: ../gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "ଦଣ୍ଡରୂପୀ ପଂକ୍ତିକରଣ, 0 ଠାରୁ (ଉପର) 1 ପର୍ୟ୍ଯନ୍ତ (ତଳ)" -#: gtk/gtkmisc.c:93 +#: ../gtk/gtkmisc.c:93 msgid "X pad" msgstr "X ପ୍ୟାଡ଼" -#: gtk/gtkmisc.c:94 -msgid "" -"The amount of space to add on the left and right of the widget, in pixels" +#: ../gtk/gtkmisc.c:94 +msgid "The amount of space to add on the left and right of the widget, in pixels" msgstr "" -#: gtk/gtkmisc.c:103 +#: ../gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Y ପ୍ୟାଡ଼" -#: gtk/gtkmisc.c:104 -msgid "" -"The amount of space to add on the top and bottom of the widget, in pixels" +#: ../gtk/gtkmisc.c:104 +msgid "The amount of space to add on the top and bottom of the widget, in pixels" msgstr "" -#: gtk/gtkmountoperation.c:139 +#: ../gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "ମୂଖ୍ୟ" -#: gtk/gtkmountoperation.c:140 +#: ../gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "ମୂଖ୍ୟ ୱିଣ୍ଡୋ" -#: gtk/gtkmountoperation.c:147 +#: ../gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "ଟି ଦର୍ଶାଉଅଛି" -#: gtk/gtkmountoperation.c:148 +#: ../gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "ଆମେ ସଂଳାପ ଦର୍ଶାଉଅଛୁ କି" -#: gtk/gtkmountoperation.c:156 +#: ../gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." -msgstr "" +msgstr "ପରଦା ଯେଉଁଠି ଏହି ୱିଣ୍ଡୋକୁ ଦର୍ଶାଯିବ।" -#: gtk/gtknotebook.c:577 +#: ../gtk/gtknotebook.c:577 msgid "Page" msgstr "ପୃଷ୍ଠା" -#: gtk/gtknotebook.c:578 +#: ../gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "ପ୍ରଚଳିତ ପୃଷ୍ଠାର ଅନୁକ୍ରମଣିକା" -#: gtk/gtknotebook.c:586 +#: ../gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "ଟ୍ଯାବ (Tab) ସ୍ଥାନ" -#: gtk/gtknotebook.c:587 +#: ../gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" -msgstr "" +msgstr "ଟିପାଖାତାର କେଉଁ ପାଖ ଟ୍ୟାବଗୁଡ଼ିକୁ ଧାରଣ କରିଥାଏ" -#: gtk/gtknotebook.c:594 +#: ../gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "ଟ୍ଯାବ (Tab) ସୀମା" -#: gtk/gtknotebook.c:595 +#: ../gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" -msgstr "" +msgstr "ଟ୍ୟାବ ନାମପଟି ଚାରିପଟେ ସୀମାର ଓସାର" -#: gtk/gtknotebook.c:603 +#: ../gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "ସମାନ୍ତରାଳ ଟ୍ଯାବ (Tab) ସୀମା" -#: gtk/gtknotebook.c:604 +#: ../gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" -msgstr "" +msgstr "ସମାନ୍ତରାଳ ଟ୍ଯାବ ସୀମା ଧାରର ଓସାର" -#: gtk/gtknotebook.c:612 +#: ../gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "ଭୂଲମ୍ବ ଟ୍ଯାବ (Tab) ସୀମା" -#: gtk/gtknotebook.c:613 +#: ../gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" -msgstr "" +msgstr "ଭୂସମାନ୍ତର ଟ୍ଯାବ ସୀମା ଧାରର ଓସାର" -#: gtk/gtknotebook.c:621 +#: ../gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "ଟ୍ଯାବଗୁଡିକୁ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtknotebook.c:622 +#: ../gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" -msgstr "" +msgstr "ଟ୍ୟାବଗୁଡ଼ିକୁ ଦର୍ଶାଇବା ଉଚିତ କି ନୁହଁ" -#: gtk/gtknotebook.c:628 +#: ../gtk/gtknotebook.c:628 msgid "Show Border" msgstr "ସୀମା ଦର୍ଶାନ୍ତୁ" -#: gtk/gtknotebook.c:629 +#: ../gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" -msgstr "" +msgstr "ସୀମାକୁ ଦର୍ଶାଇବା ଉଚିତ କି ନୁହଁ" -#: gtk/gtknotebook.c:635 +#: ../gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "ଦୃଶ୍ୟବଦଳାଯୋଗ୍ୟ" -#: gtk/gtknotebook.c:636 +#: ../gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" -msgstr "" +msgstr "ଯଦି TRUE, ସ୍କ୍ରଲ ତୀରଗୁଡ଼ିକ ଯୋଗକରାଯାଇଥାଏ ଯଦି ସେଠାରେ ଅନେକ ଟ୍ୟାବଗୁଡ଼ିକ ମେଳଖାଉଥାଏ" -#: gtk/gtknotebook.c:642 +#: ../gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "ପପ-ଅପ ସକ୍ରିୟ କରନ୍ତୁ" -#: gtk/gtknotebook.c:643 +#: ../gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" msgstr "" -#: gtk/gtknotebook.c:650 +#: ../gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "ଟ୍ୟାବଗୁଡ଼ିକର ଆକାର ଏକାପ୍ରକାର ହେବା ଉଚିତ କି " -#: gtk/gtknotebook.c:656 +#: ../gtk/gtknotebook.c:656 msgid "Group ID" msgstr "ସମୂହ ର ପରିଚୟ" -#: gtk/gtknotebook.c:657 +#: ../gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" -msgstr "" +msgstr "ଟ୍ୟାବଗୁଡ଼ିକୁ ଟାଣିକରି ପକାଇବା ପାଇଁ ଶ୍ରେଣୀ ID" -#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 -#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 +#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 +#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 +#: ../gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "ସମୂହ" -#: gtk/gtknotebook.c:674 +#: ../gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" -msgstr "" +msgstr "ଟ୍ୟାବଗୁଡ଼ିକୁ ଟାଣିକରି ପକାଇବା ପାଇଁ ଶ୍ରେଣୀ" -#: gtk/gtknotebook.c:680 +#: ../gtk/gtknotebook.c:680 msgid "Tab label" msgstr "ଟ୍ଯାବ (Tab) ନାମପଟି" -#: gtk/gtknotebook.c:681 +#: ../gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" -msgstr "" +msgstr "ନିମ୍ନସ୍ତରର ଟ୍ୟାବ ନାମପଟି ଉପରେ ଦର୍ଶାଇବା ପାଇଁ ବାକ୍ୟଖଣ୍ଡ" -#: gtk/gtknotebook.c:687 +#: ../gtk/gtknotebook.c:687 msgid "Menu label" msgstr "ତାଲିକା ନାମପଟି" -#: gtk/gtknotebook.c:688 +#: ../gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" -msgstr "" +msgstr "ନିମ୍ନସ୍ତରର ତାଲିକା ଭରଣରେ ଦର୍ଶାଇବା ପାଇଁ ବାକ୍ୟଖଣ୍ଡ" -#: gtk/gtknotebook.c:701 +#: ../gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "ଟ୍ଯାବ (Tab) ସମ୍ପ୍ରସାରଣ" -#: gtk/gtknotebook.c:702 +#: ../gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" -msgstr "" +msgstr "ନିମ୍ନସ୍ତରର ଟ୍ୟାବକୁ ବୃହତାକାର କରିବା ଉଚିତ କି ନୁହଁ" -#: gtk/gtknotebook.c:708 +#: ../gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "ଟ୍ଯାବ (Tab) ପୁରଣ" -#: gtk/gtknotebook.c:709 +#: ../gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" -msgstr "" +msgstr "ନିମ୍ନସ୍ତରର ଟ୍ୟାବକୁ ବଣ୍ଟିତ କ୍ଷେତ୍ରରେ ଭରଣ କରିବା ଉଚିତ କି ନୁହଁ" -#: gtk/gtknotebook.c:715 +#: ../gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "ଟ୍ଯାବ (Tab) ପ୍ୟାକ ପ୍ରକାର" -#: gtk/gtknotebook.c:722 +#: ../gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "ଟ୍ଯାବ (Tab) ପୁନଃଲିଖନ ଯୋଗ୍ୟ" -#: gtk/gtknotebook.c:723 +#: ../gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" -msgstr "" +msgstr "ଚାଳକ କାର୍ଯ୍ୟ ଦ୍ୱାରା ଟ୍ୟାବକୁ ପୁନଃ କ୍ରମିକ କରିହେବ କି ନାହିଁ" -#: gtk/gtknotebook.c:729 +#: ../gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "ଟ୍ଯାବ (Tab) ପୃଥକଯୋଗ୍ୟ" -#: gtk/gtknotebook.c:730 +#: ../gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "ଟ୍ଯାବଟି ପୃଥକ କରିବା ଯୋଗ୍ୟ କି" -#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 +#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "ଦ୍ୱିତୀୟକ ପଛୁଆ ଷ୍ଟେପର" -#: gtk/gtknotebook.c:746 -msgid "" -"Display a second backward arrow button on the opposite end of the tab area" -msgstr "" +#: ../gtk/gtknotebook.c:746 +msgid "Display a second backward arrow button on the opposite end of the tab area" +msgstr "ଗୋଟିଏ ଦ୍ୱିତୀୟ ପଛମୁହାଁ ତୀର ବଟନକୁ ଟ୍ୟାବର ବିପରୀତ ଦିଗରେ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 +#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "ଦ୍ୱିତୀୟକ ଅଗ୍ରସର ଷ୍ଟେପର" -#: gtk/gtknotebook.c:762 -msgid "" -"Display a second forward arrow button on the opposite end of the tab area" -msgstr "" +#: ../gtk/gtknotebook.c:762 +msgid "Display a second forward arrow button on the opposite end of the tab area" +msgstr "ଗୋଟିଏ ଦ୍ୱିତୀୟ ଆଗମୁହାଁ ତୀର ବଟନକୁ ଟ୍ୟାବର ବିପରୀତ ଦିଗରେ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 +#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "ପଛକୁ ପାଦଦେବା" -#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 +#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" -msgstr "" +msgstr "ମାନକ ପଛମୁହାଁ ତୀର ବଟନକୁ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 +#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "ଅଗ୍ରସର ଷ୍ଟେପର" -#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 +#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "ମାନକ ଅଗ୍ରସର ତୀର ବଟନକୁ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtknotebook.c:806 +#: ../gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "ଟ୍ଯାବ (Tab) ଆବରଣ" -#: gtk/gtknotebook.c:807 +#: ../gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "ଟ୍ଯାବ ଆବରଣ କ୍ଷେତ୍ରର ଆକାର" -#: gtk/gtknotebook.c:822 +#: ../gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "ଟ୍ଯାବ (Tab) ବକ୍ରତା" -#: gtk/gtknotebook.c:823 +#: ../gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "ଟ୍ଯାବ ବକ୍ରତାର ଆକାର" -#: gtk/gtknotebook.c:839 +#: ../gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "ତୀରଗୁଡ଼ିକ ମଧ୍ଯରେ ଖାଲିସ୍ଥାନ ରଖିବା" -#: gtk/gtknotebook.c:840 +#: ../gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "ତୀର ସ୍ଥାନକୁ ସ୍କ୍ରୋଲ କରନ୍ତୁ" -#: gtk/gtkobject.c:370 +#: ../gtk/gtkobject.c:370 msgid "User Data" msgstr "ଉପୟୋଗକର୍ତ୍ତା ତଥ୍ଯ" -#: gtk/gtkobject.c:371 +#: ../gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "ଅଜ୍ଞାତ ଚାଳକ ତଥ୍ଯ ସୂଚକ" -#: gtk/gtkoptionmenu.c:162 +#: ../gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "ବିକଳ୍ପ ମାନଙ୍କର ତାଲିକା" -#: gtk/gtkoptionmenu.c:169 +#: ../gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" -msgstr "" +msgstr "ତଳକୁ ଝୁଲା ସୂଚକର ଆକାର" -#: gtk/gtkoptionmenu.c:175 +#: ../gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" -msgstr "" +msgstr "ସୂଚକ ଚାରିପଟେ ଥିବା ଖାଲିସ୍ଥାନ" -#: gtk/gtkorientable.c:75 +#: ../gtk/gtkorientable.c:75 msgid "The orientation of the orientable" +msgstr "ଅନୁସ୍ଥାପନ ଯୋଗ୍ୟର ଅନୁସ୍ଥାପନ" + +#: ../gtk/gtkpaned.c:242 +msgid "Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "" -#: gtk/gtkpaned.c:242 -msgid "" -"Position of paned separator in pixels (0 means all the way to the left/top)" -msgstr "" - -#: gtk/gtkpaned.c:251 +#: ../gtk/gtkpaned.c:251 msgid "Position Set" msgstr "ଅବସ୍ଥାନ ସେଟକରନ୍ତୁ" -#: gtk/gtkpaned.c:252 +#: ../gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" -msgstr "" +msgstr "TRUE ଯଦି ସ୍ଥିତି ଗୁଣଧର୍ମକୁ ବ୍ୟବହାର କରିବା ଉଚିତ" -#: gtk/gtkpaned.c:258 +#: ../gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "ଆକାର ନିୟନ୍ତ୍ରଣ କରନ୍ତୁ" -#: gtk/gtkpaned.c:259 +#: ../gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "ନିୟନ୍ତ୍ରଣର ଓସାର" -#: gtk/gtkpaned.c:275 +#: ../gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "ସର୍ବନିମ୍ନ ସ୍ଥାନ" -#: gtk/gtkpaned.c:276 +#: ../gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" -msgstr "" +msgstr "\"position\" ଗୁଣଧର୍ମ ପାଇଁ କ୍ଷୁଦ୍ରତମ ସମ୍ଭାବ୍ୟ ମୂଲ୍ୟ" -#: gtk/gtkpaned.c:293 +#: ../gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "ସର୍ବାଧିକ ସ୍ଥାନ" -#: gtk/gtkpaned.c:294 +#: ../gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" -msgstr "" +msgstr "\"position\" ଗୁଣଧର୍ମ ପାଇଁ ବୃହତମ ସମ୍ଭାବ୍ୟ ମୂଲ୍ୟ" -#: gtk/gtkpaned.c:311 +#: ../gtk/gtkpaned.c:311 msgid "Resize" msgstr "ପୁନଃଆକାର " -#: gtk/gtkpaned.c:312 +#: ../gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "" -#: gtk/gtkpaned.c:327 +#: ../gtk/gtkpaned.c:327 msgid "Shrink" msgstr "ସଙ୍କୁଚିତକର" -#: gtk/gtkpaned.c:328 +#: ../gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "" -#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 +#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "ସନ୍ନିହିତ" -#: gtk/gtkplug.c:151 +#: ../gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "ପ୍ଲଗଟି ସନ୍ନିହିତ ଅଛି କି ନାହିଁ" -#: gtk/gtkplug.c:165 +#: ../gtk/gtkplug.c:165 msgid "Socket Window" msgstr "ସକେଟ ୱିଣ୍ଡୋ" -#: gtk/gtkplug.c:166 +#: ../gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" -msgstr "" +msgstr "ପ୍ଲଗକୁ ଘେରିରଖିଥିବା ସକେଟର ୱିଣ୍ଡୋ" -#: gtk/gtkpreview.c:102 -msgid "" -"Whether the preview widget should take up the entire space it is allocated" -msgstr "" +#: ../gtk/gtkpreview.c:102 +msgid "Whether the preview widget should take up the entire space it is allocated" +msgstr "ଏହାକୁ ବଣ୍ଟିତ ଥିବା ସମଗ୍ର ଖାଲି ସ୍ଥାନରେ ପ୍ରାକଦର୍ଶନ ୱିଜେଟ ଗ୍ରହଣ କରିବା ଉଚିତ" -#: gtk/gtkprinter.c:124 +#: ../gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "ମୁଦ୍ରଣୀର ନାମ" -#: gtk/gtkprinter.c:130 +#: ../gtk/gtkprinter.c:130 msgid "Backend" msgstr "ବ୍ଯାକ୍ଏଣ୍ଡ" -#: gtk/gtkprinter.c:131 +#: ../gtk/gtkprinter.c:131 msgid "Backend for the printer" -msgstr "" +msgstr "ମୁଦ୍ରଣୀ ପାଇଁ ପୃଷ୍ଠଭୂମି" -#: gtk/gtkprinter.c:137 +#: ../gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "ଆଭାସୀ ଅଟେ" -#: gtk/gtkprinter.c:138 +#: ../gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" -msgstr "" +msgstr "FALSE ଯଦି ଏହା ଗୋଟିଏ ପ୍ରକୃତ ହାର୍ଡୱେର ମୁଦ୍ରଣୀକୁ ଉପସ୍ଥାପନ କରୁଥାଏ" -#: gtk/gtkprinter.c:144 +#: ../gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "PDF ଗ୍ରହଣ କରିଥାଏ" -#: gtk/gtkprinter.c:145 +#: ../gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" -msgstr "" +msgstr "TRUE ଯଦି ଏହି ମୁଦ୍ରଣୀ PDFକୁ ଗ୍ରହଣ କରିଥାଏ" -#: gtk/gtkprinter.c:151 +#: ../gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "ପୋଷ୍ଟସ୍କ୍ରିପ୍ଟ ଗ୍ରହଣ କରିଥାଏ" -#: gtk/gtkprinter.c:152 +#: ../gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" -msgstr "" +msgstr "TRUE ଯଦି ଏହି ମୁଦ୍ରଣୀ PostScriptକୁ ଗ୍ରହଣ କରିପାରିବ" -#: gtk/gtkprinter.c:158 +#: ../gtk/gtkprinter.c:158 msgid "State Message" msgstr "ସ୍ଥିତି ସନ୍ଦେଶ" -#: gtk/gtkprinter.c:159 +#: ../gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" -msgstr "" +msgstr "ମୁଦ୍ରଣୀର ପ୍ରଚଳିତ ସ୍ଥିତିକୁ ପ୍ରଦାନ କରୁଥିବା ବାକ୍ୟଖଣ୍ଡ" -#: gtk/gtkprinter.c:165 +#: ../gtk/gtkprinter.c:165 msgid "Location" msgstr "ଅବସ୍ଥାନ" -#: gtk/gtkprinter.c:166 +#: ../gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "ମୁଦ୍ରଣୀର ଅବସ୍ଥିତି" -#: gtk/gtkprinter.c:173 +#: ../gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "ମୁଦ୍ରଣୀ ପାଇଁ ବ୍ୟବହାର ହେବାକୁ ଥିବା ଚିତ୍ରସଙ୍କେତ ନାମ" -#: gtk/gtkprinter.c:179 +#: ../gtk/gtkprinter.c:179 msgid "Job Count" msgstr "କାର୍ଯ୍ଯ ଗଣନା" -#: gtk/gtkprinter.c:180 +#: ../gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" -msgstr "" +msgstr "ମୁଦ୍ରଣୀରେ ଧାଡ଼ିହୋଇଥିବା କାର୍ଯ୍ୟଗୁଡ଼ିକର ସଂଖ୍ୟା" -#: gtk/gtkprinter.c:198 +#: ../gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "ମୂଦ୍ରଣୀ ବିରତିରେ ଅଛି" -#: gtk/gtkprinter.c:199 +#: ../gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" -msgstr "" +msgstr "TRUE ଯଦି ଏହି ମୁଦ୍ରଣୀକୁ ସ୍ଥଗିତ କରାଯାଇଥାଏ" -#: gtk/gtkprinter.c:212 +#: ../gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "କାର୍ଯ୍ୟଭାର ଗ୍ରହଣ କରୁଅଛି" -#: gtk/gtkprinter.c:213 +#: ../gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" -msgstr "" +msgstr "TRUE ଯଦି ଏହି ମୁଦ୍ରଣୀ ନୂତନ କାର୍ଯ୍ୟଗୁଡ଼ିକୁ ଗ୍ରହଣ କରୁଥାଏ" -#: gtk/gtkprinteroptionwidget.c:123 +#: ../gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "ଉତ୍ସ ବିକଳ୍ପ" -#: gtk/gtkprinteroptionwidget.c:124 +#: ../gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" -msgstr "" +msgstr "ଏହି ୱିଜେଟକୁ ସମର୍ଥନ ଦେଉଥିବା PrinterOption" -#: gtk/gtkprintjob.c:117 +#: ../gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "ମୁଦ୍ରଣ କାର୍ଯ୍ୟର ଶୀର୍ଷକ" -#: gtk/gtkprintjob.c:125 +#: ../gtk/gtkprintjob.c:125 msgid "Printer" msgstr "ମୂଦ୍ରଣୀ" -#: gtk/gtkprintjob.c:126 +#: ../gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "କାର୍ଯ୍ୟକୁ ମୁଦ୍ରଣ କରିବା ପାଇଁ ମୁଦ୍ରଣୀ" -#: gtk/gtkprintjob.c:134 +#: ../gtk/gtkprintjob.c:134 msgid "Settings" msgstr "ବିନ୍ଯାସ" -#: gtk/gtkprintjob.c:135 +#: ../gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "ମୁଦ୍ରଣୀ ସଂରଚନା" -#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 +#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 +#: ../gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "ପୃଷ୍ଠା ବ୍ଯବସ୍ଥା" -#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 +#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "ମୂଦ୍ରଣ ଅବସ୍ଥିତିକୁ ଅନୁସନ୍ଧାନ କରନ୍ତୁ" -#: gtk/gtkprintjob.c:153 +#: ../gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." msgstr "" -#: gtk/gtkprintoperation.c:899 +#: ../gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "ପୂର୍ବ ନିର୍ଦ୍ଧାରିତ ପୃଷ୍ଠା ସେଟଅପ" -#: gtk/gtkprintoperation.c:900 -#, fuzzy +#: ../gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" -msgstr "ବ୍ଯବହୃତ ଦ୍ବାରା ପୂର୍ବ ନିର୍ଦ୍ଧାରିତ" +msgstr "ପୂର୍ବ ନିର୍ଦ୍ଧାରିତ ଭାବରେ ବ୍ୟବହୃତ GtkPageSetup" -#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 +#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "ମୂଦ୍ରଣୀ ସେଟିଙ୍ଗଗୁଡିକ" -#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 -#, fuzzy +#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" -msgstr "ବ୍ଯବହୃତ ପାଇଁ ସଂଳାପ" +msgstr "ସଂଳାପକୁ ଆରମ୍ଭ କରିବା ପାଇଁ ବ୍ଯବହୃତ GtkPrintSettings" -#: gtk/gtkprintoperation.c:937 +#: ../gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "କାର୍ଯ୍ଯ ନାମ" -#: gtk/gtkprintoperation.c:938 -#, fuzzy +#: ../gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." -msgstr "A ବାକ୍ଯଖଣ୍ଡ ବ୍ଯବହୃତ ପାଇଁ ମୁଦ୍ରଣ." +msgstr "ମୁଦ୍ରଣୀ କାର୍ଯ୍ୟକୁ ଚିହ୍ନିବା ପାଇଁ ବ୍ଯବହୃତ ବାକ୍ଯଖଣ୍ଡ।" -#: gtk/gtkprintoperation.c:962 +#: ../gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "ପୃଷ୍ଠାଗୁଡିକ ସଂଖ୍ଯା" -#: gtk/gtkprintoperation.c:963 -#, fuzzy +#: ../gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." -msgstr "ସଂଖ୍ଯା ର ଇଞ୍ଚ." +msgstr "ଦଲିଲରେ ଥିବା ପୃଷ୍ଠାଗୁଡ଼ିକର ସଂଖ୍ୟା।" -#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 +#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "ପ୍ରଚଳିତ ପୃଷ୍ଠା" -#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 -#, fuzzy +#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" -msgstr "ପୃଷ୍ଠା ଇଞ୍ଚ" +msgstr "ଦଲିଲରେ ଥିବା ପ୍ରଚଳିତ ପୃଷ୍ଠା" -#: gtk/gtkprintoperation.c:1006 +#: ../gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "ସମ୍ପୂର୍ଣ୍ଣ ପୃଷ୍ଠା ବ୍ଯବହାର କରନ୍ତୁ" -#: gtk/gtkprintoperation.c:1007 +#: ../gtk/gtkprintoperation.c:1007 #, fuzzy msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" msgstr "TRUE ର ପ୍ରସଙ୍ଗ ଏଠାରେ ର ପୃଷ୍ଠା ଏବଂ ନୁହେଁ ର" -#: gtk/gtkprintoperation.c:1028 +#: ../gtk/gtkprintoperation.c:1028 #, fuzzy msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." msgstr "TRUE ମୁଦ୍ରଣ କୁ ରେ ମୁଦ୍ରଣ ପରେ ମୁଦ୍ରଣ ତଥ୍ଯ କୁ କିମ୍ବା ମୁଦ୍ରଣ ସରବର୍." -#: gtk/gtkprintoperation.c:1045 +#: ../gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "ଏକକ" -#: gtk/gtkprintoperation.c:1046 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" -msgstr "ଇଞ୍ଚ ଇଞ୍ଚ ପ୍ରସଙ୍ଗ" +msgstr "ପ୍ରସଙ୍ଗରେ ଥିବା ଦୂରତାକୁ ମାପି ପାରୁଥିବା ଏକକ" -#: gtk/gtkprintoperation.c:1063 +#: ../gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "ସଂଳାପ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkprintoperation.c:1064 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." -msgstr "TRUE a ସଂଳାପ ଅଟେ." +msgstr "TRUE ଯଦି ମୁଦ୍ରଣ ସମୟରେ ଅଗ୍ରସର ସଂଳାପକୁ ଦର୍ଶାଯାଇପାରୁଥିବ।" -#: gtk/gtkprintoperation.c:1087 +#: ../gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "Asyncକୁ ଅନୁମତି ଦିଅନ୍ତୁ" -#: gtk/gtkprintoperation.c:1088 +#: ../gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." -msgstr "" +msgstr "TRUE ଯଦି ମୁଦ୍ରଣ ପ୍ରକ୍ରିୟା ତାଳହୀନ ଭାବରେ ଚାଲୁଥାଏ।" -#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 +#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "ଫାଇଲନାମ ରପ୍ତାନୀ କରନ୍ତୁ" -#: gtk/gtkprintoperation.c:1125 +#: ../gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "ଅବସ୍ଥିତି" -#: gtk/gtkprintoperation.c:1126 +#: ../gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "ମୁଦ୍ରଣର ସ୍ଥିତି" -#: gtk/gtkprintoperation.c:1146 +#: ../gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "ଅବସ୍ଥିତି ବାକ୍ୟଖଣ୍ଡ" -#: gtk/gtkprintoperation.c:1147 +#: ../gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "ସ୍ଥିତିର ଗୋଟିଏ ପଢ଼ିବାଯୋଗ୍ୟ ବର୍ଣ୍ଣନା" -#: gtk/gtkprintoperation.c:1165 +#: ../gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "ଟ୍ୟାବ ସ୍ତରକୁ ଇଚ୍ଛାମୁତାବକ କରନ୍ତୁ" -#: gtk/gtkprintoperation.c:1166 +#: ../gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." -msgstr "" +msgstr "ଇଚ୍ଛାମୁତାବକ ୱିଜେଟକୁ ଧାରଣ କରିଥିବା ଟ୍ୟାବର ନାମପଟି।" -#: gtk/gtkprintunixdialog.c:259 +#: ../gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "ବ୍ୟବହାର କରିବାକୁ ଥିବା GtkPageSetup" -#: gtk/gtkprintunixdialog.c:284 +#: ../gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "ବଚ୍ଛିତ ମୁଦ୍ରଣୀ" -#: gtk/gtkprintunixdialog.c:285 +#: ../gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "GtkPrinter ଯାହାକୁ କି ବଛାହୋଇଛି" -#: gtk/gtkprogress.c:102 +#: ../gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "କାର୍ଯ୍ୟକ୍ରମ ଅବସ୍ଥା" -#: gtk/gtkprogress.c:103 +#: ../gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " "is used when you're doing something but don't know how long it will take." msgstr "" -#: gtk/gtkprogress.c:111 +#: ../gtk/gtkprogress.c:111 msgid "Show text" msgstr "ପାଠ୍ୟ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkprogress.c:112 +#: ../gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "ପ୍ରଗତିକୁ ପାଠ୍ଯ ଭାବରେ ଦେଖାଯାଇଛି କି ନାହିଁ।" -#: gtk/gtkprogressbar.c:119 +#: ../gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" -msgstr "" +msgstr "ଅଗ୍ରସର ପଟି ସହିତ ସଂଯୁକ୍ତ GtkAdjustment (ଅପସନ୍ଦ)" -#: gtk/gtkprogressbar.c:135 +#: ../gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "ପଟି ଶୈଳୀ" -#: gtk/gtkprogressbar.c:136 +#: ../gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" -msgstr "" +msgstr "ଦୃଶ୍ୟମାନ ଶୈଳୀକୁ ଉଲ୍ଲେଖ କରୁଥିବା ପଟି ଶତକଡ଼ାରେ (ଅପସନ୍ଦ)" -#: gtk/gtkprogressbar.c:144 +#: ../gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "କାର୍ଯ୍ୟକ୍ରମ ପଦକ୍ଷେପ" -#: gtk/gtkprogressbar.c:145 +#: ../gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" -msgstr "" +msgstr "କାର୍ଯ୍ୟକଳାପ ଧାରାରେ ବ୍ୟବହୃତ ପ୍ରତ୍ୟେକ ପୁନରାବୃତ୍ତିର ଧାରା (ଅପସନ୍ଦ)" -#: gtk/gtkprogressbar.c:152 +#: ../gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "ଉଦ୍ଯୋଗ ବ୍ଲକଗୁଡିକ" -#: gtk/gtkprogressbar.c:153 +#: ../gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" msgstr "" -#: gtk/gtkprogressbar.c:160 +#: ../gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "ପୃଥକ ପୃଥକ ବ୍ଲକଗୁଡିକ" -#: gtk/gtkprogressbar.c:161 +#: ../gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" msgstr "" -#: gtk/gtkprogressbar.c:168 +#: ../gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "ଭଗ୍ନାଂଶ" -#: gtk/gtkprogressbar.c:169 +#: ../gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" -msgstr "" +msgstr "ସମ୍ପୂର୍ଣ୍ଣ ହୋଇସାରିଥିବା ସମଗ୍ର କାର୍ଯ୍ୟର ଅଂଶ" -#: gtk/gtkprogressbar.c:176 +#: ../gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "ସ୍ପନ୍ଦନ ପଦକ୍ଷେପ" -#: gtk/gtkprogressbar.c:177 +#: ../gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "ମୋଟ କୁ ଘୁଞ୍ଚାନ୍ତୁ ଆବଦ୍ଧ" -#: gtk/gtkprogressbar.c:185 +#: ../gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "ପ୍ରଗତି ସୂଚକରରେ ଦର୍ଶାଇବାକୁ ଥିବା ପାଠ୍ୟ" -#: gtk/gtkprogressbar.c:207 +#: ../gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." msgstr "ବାକ୍ଯଖଣ୍ଡ ନୁହେଁ କୁ ବାକ୍ଯଖଣ୍ଡ ଏଠାରେ ସମସ୍ତ." -#: gtk/gtkprogressbar.c:214 +#: ../gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "XSpacing" -#: gtk/gtkprogressbar.c:215 -#, fuzzy +#: ../gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." -msgstr "ଅତିରିକ୍ତ / ଅଧିକ କୁ ଓସାର ର a." +msgstr "ଅଗ୍ରସର ପଟିର ଓସାରରେ ପ୍ରୟୋଗ ହେଉଥିବା ଅତିରିକ୍ତ ଖାଲିସ୍ଥାନ।" -#: gtk/gtkprogressbar.c:220 +#: ../gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "YSpacing" -#: gtk/gtkprogressbar.c:221 -#, fuzzy +#: ../gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." -msgstr "ଅତିରିକ୍ତ / ଅଧିକ କୁ ଉଚ୍ଚତା ର a." +msgstr "ଅଗ୍ରସର ପଟିର ଉଚ୍ଚତାରେ ପ୍ରୟୋଗ ହେଉଥିବା ଅତିରିକ୍ତ ଖାଲିସ୍ଥାନ।" -#: gtk/gtkprogressbar.c:234 +#: ../gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "ସର୍ବନିମ୍ନ ଭୂସମାନ୍ତରାଳ ପଟିର ଓସାର" -#: gtk/gtkprogressbar.c:235 +#: ../gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "ପ୍ରଗତି ସୂଚକର ସର୍ବନିମ୍ନ ଭୂସମାନ୍ତରାଳ ଓସାର" -#: gtk/gtkprogressbar.c:247 +#: ../gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "ସର୍ବନିମ୍ନ ଭୂସମାନ୍ତରାଳ ପଟିର ଉଚ୍ଚତା" -#: gtk/gtkprogressbar.c:248 +#: ../gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "ପ୍ରଗତି ସୂଚକର ସର୍ବନିମ୍ନ ଭୂସମାନ୍ତରାଳ ଉଚ୍ଚତା" -#: gtk/gtkprogressbar.c:260 +#: ../gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "ସର୍ବନିମ୍ନ ଭୂଲମ୍ବ ପଟିର ଓସାର" -#: gtk/gtkprogressbar.c:261 +#: ../gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "ପ୍ରଗତି ସୂଚକର ସର୍ବନିମ୍ନ ଭୂଲମ୍ବ ଓସାର" -#: gtk/gtkprogressbar.c:273 +#: ../gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "ସର୍ବନିମ୍ନ ଭୂଲମ୍ବ ପଟିର ଉଚ୍ଚତା" -#: gtk/gtkprogressbar.c:274 +#: ../gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "ପ୍ରଗତି ସୂଚକର ସର୍ବନିମ୍ନ ଭୂଲମ୍ବ ଉଚ୍ଚତା" -#: gtk/gtkradioaction.c:111 +#: ../gtk/gtkradioaction.c:111 msgid "The value" msgstr "ମୂଲ୍ୟ" -#: gtk/gtkradioaction.c:112 +#: ../gtk/gtkradioaction.c:112 #, fuzzy msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." msgstr "ମୂଲ୍ଯ ଦ୍ବାରା ରେଡିଓ ପାଅ ମୂଲ୍ଯ ଏହା ଅଟେ ର ସମୁହ." -#: gtk/gtkradioaction.c:129 +#: ../gtk/gtkradioaction.c:129 #, fuzzy msgid "The radio action whose group this action belongs to." msgstr "ରେଡିଓ ସମୁହ ଏହା କୁ." -#: gtk/gtkradioaction.c:144 +#: ../gtk/gtkradioaction.c:144 msgid "The current value" msgstr "ପ୍ରଚଳିତ ମୂଲ୍ୟ" -#: gtk/gtkradioaction.c:145 +#: ../gtk/gtkradioaction.c:145 #, fuzzy msgid "" "The value property of the currently active member of the group to which this " "action belongs." msgstr "ମୂଲ୍ଯ ର ସକ୍ରିୟ ର ସମୁହ କୁ ଏହା." -#: gtk/gtkradiobutton.c:83 -#, fuzzy +#: ../gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." -msgstr "ରେଡିଓ ବଟନ ସମୁହ ଏହା କୁ." +msgstr "ଏହି ୱିଜେଟରେ ଅନ୍ତର୍ଭୁକ୍ତ ଥିବା ରେଡ଼ିଓ ବଟନର ଶ୍ରେଣୀ।" -#: gtk/gtkradiomenuitem.c:344 -#, fuzzy +#: ../gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." -msgstr "ରେଡିଓ ମେନୁ ବସ୍ତୁ ସମୁହ ଏହା କୁ." +msgstr "ରେଡିଓ ମେନୁ ବସ୍ତୁ ଯାହା ଅନ୍ତର୍ଗତରେ ଏହି ୱିଜେଟ ଏନ୍ତର୍ଭୁକ୍ତ।" -#: gtk/gtkradiotoolbutton.c:66 +#: ../gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "ରେଡିଓ ଉପକରଣ ଚାବି ଯାହା ସମୂହରୁ ଏହି ଚାବିଟି ଆସିଛି." -#: gtk/gtkrange.c:358 +#: ../gtk/gtkrange.c:358 msgid "Update policy" msgstr "ନିତୀ ଅଦ୍ୟତନ କରନ୍ତୁ" -#: gtk/gtkrange.c:359 +#: ../gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "ପରଦା ଉପରେ ସୀମାଟି କିପରି ଅଦ୍ୟତିତ ହୋଇଛି" -#: gtk/gtkrange.c:368 +#: ../gtk/gtkrange.c:368 #, fuzzy msgid "The GtkAdjustment that contains the current value of this range object" msgstr "ଧାରଣ କରିଥାଏ ମୂଲ୍ଯ ର ଏହା ପରିସର" -#: gtk/gtkrange.c:375 +#: ../gtk/gtkrange.c:375 msgid "Inverted" msgstr "ଓଲଟି ଯାଇଛି" -#: gtk/gtkrange.c:376 -#, fuzzy +#: ../gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" -msgstr "ଓଲଟାଅ ସର୍ପକ କୁ ପରିସର ମୂଲ୍ଯ" +msgstr "" -#: gtk/gtkrange.c:383 -#, fuzzy +#: ../gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" -msgstr "ତଳ" +msgstr "ତଳ ଷ୍ଟେପର ସ୍ପର୍ଶକାତର" -#: gtk/gtkrange.c:384 +#: ../gtk/gtkrange.c:384 #, fuzzy msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" msgstr "ପାଇଁ ବିନ୍ଦୁ କୁ" -#: gtk/gtkrange.c:392 -#, fuzzy +#: ../gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" -msgstr "ଉଚ୍ଚତର" +msgstr "ଉପର ଷ୍ଟେପର ସ୍ପର୍ଷକାତର" -#: gtk/gtkrange.c:393 +#: ../gtk/gtkrange.c:393 #, fuzzy msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" msgstr "ପାଇଁ ବିନ୍ଦୁ କୁ" -#: gtk/gtkrange.c:410 +#: ../gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "ପୁରଣ ସ୍ତର ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkrange.c:411 +#: ../gtk/gtkrange.c:411 #, fuzzy msgid "Whether to display a fill level indicator graphics on trough." msgstr "କୁ a ସ୍ତର ଲେଖାଚିତ୍ରଗୁଡିକ ରେ." -#: gtk/gtkrange.c:427 +#: ../gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "ପୁରଣ ସ୍ତର ପର୍ଯ୍ୟନ୍ତ ସୀମିତ" -#: gtk/gtkrange.c:428 -#, fuzzy +#: ../gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." -msgstr "କୁ କୁ ସ୍ତର." +msgstr "ଉପର ସୀମା ପୁରଣ ସ୍ତରକୁ ସୁରକ୍ଷା ଦେବା ଉଚିତ କି ନୁହଁ।" -#: gtk/gtkrange.c:443 +#: ../gtk/gtkrange.c:443 msgid "Fill Level" msgstr "ପୁରଣ ସ୍ତର" -#: gtk/gtkrange.c:444 +#: ../gtk/gtkrange.c:444 msgid "The fill level." msgstr "ପୁରଣ ସ୍ତର।" -#: gtk/gtkrange.c:452 +#: ../gtk/gtkrange.c:452 msgid "Slider Width" msgstr "ସର୍ପକ ଓସାର" -#: gtk/gtkrange.c:453 -#, fuzzy +#: ../gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" -msgstr "ଓସାର ର କିମ୍ବା" +msgstr "ସ୍କ୍ରଲ ପଟି କିମ୍ବା ମାପ ଅଙ୍ଗୁଠାର ଓସାର" -#: gtk/gtkrange.c:460 -#, fuzzy +#: ../gtk/gtkrange.c:460 msgid "Trough Border" -msgstr "ସୀମା" +msgstr "ନ୍ୟୁନତମ ସୀମା" -#: gtk/gtkrange.c:461 +#: ../gtk/gtkrange.c:461 #, fuzzy msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "ଅନ୍ତରଦେବା ମଧ୍ଯରେ ଏବଂ" -#: gtk/gtkrange.c:468 +#: ../gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "ଷ୍ଟେପର ଆକାର" -#: gtk/gtkrange.c:469 -#, fuzzy +#: ../gtk/gtkrange.c:469 msgid "Length of step buttons at ends" -msgstr "ଲମ୍ବ ର ଏଠାରେ" +msgstr "ସମାପ୍ତରେ ପଦକ୍ଷେପ ବଟନଗୁଡ଼ିକର ଲମ୍ବ" -#: gtk/gtkrange.c:484 +#: ../gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "ଷ୍ଟେପର ମଧ୍ଯରେ ଖାଲିସ୍ଥାନ ଦେବା" -#: gtk/gtkrange.c:485 -#, fuzzy +#: ../gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" -msgstr "ଅନ୍ତରଦେବା ମଧ୍ଯରେ ଏବଂ" +msgstr "ଅଙ୍ଗୁଠା ଏବଂ ପଦକ୍ଷେପ ବଟନଗୁଡ଼ିକ ମଧ୍ୟରେ ଥିବା ଖାଲିସ୍ଥାନ" -#: gtk/gtkrange.c:492 +#: ../gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "ତୀର X ବିସ୍ଥାପନ" -#: gtk/gtkrange.c:493 +#: ../gtk/gtkrange.c:493 #, fuzzy -msgid "" -"How far in the x direction to move the arrow when the button is depressed" +msgid "How far in the x direction to move the arrow when the button is depressed" msgstr "ଇଞ୍ଚ କୁ ଘୁଞ୍ଚାନ୍ତୁ ତୀର ବଟନ ଅଟେ" -#: gtk/gtkrange.c:500 +#: ../gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "ତୀର Y ବିସ୍ଥାପନ" -#: gtk/gtkrange.c:501 +#: ../gtk/gtkrange.c:501 #, fuzzy -msgid "" -"How far in the y direction to move the arrow when the button is depressed" +msgid "How far in the y direction to move the arrow when the button is depressed" msgstr "ଇଞ୍ଚ ହଁ କୁ ଘୁଞ୍ଚାନ୍ତୁ ତୀର ବଟନ ଅଟେ" -#: gtk/gtkrange.c:509 +#: ../gtk/gtkrange.c:509 #, fuzzy msgid "Draw slider ACTIVE during drag" msgstr "ଆଙ୍କନ୍ତୁ ସର୍ପକ" -#: gtk/gtkrange.c:510 +#: ../gtk/gtkrange.c:510 #, fuzzy msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" msgstr "ଏହା ସେଟ କୁ TRUE ଏବଂ ସହିତ" -#: gtk/gtkrange.c:524 -#, fuzzy +#: ../gtk/gtkrange.c:524 msgid "Trough Side Details" -msgstr "ବିସ୍ତୃତ ବିବରଣୀ" +msgstr "ନ୍ୟୁନତମ ପାର୍ଶ୍ୱ ବିସ୍ତୃତ ବିବରଣୀ" -#: gtk/gtkrange.c:525 +#: ../gtk/gtkrange.c:525 #, fuzzy msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" msgstr "TRUE ଅଂଶ ର ରେ ଦୁଇ ର ସର୍ପକ ସହିତ" -#: gtk/gtkrange.c:541 +#: ../gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "ପଦକ୍ଷେପ ତଳେ ନ୍ୟୁନତମ" -#: gtk/gtkrange.c:542 +#: ../gtk/gtkrange.c:542 #, fuzzy msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" msgstr "କୁ ଅଂକନ କର ପାଇଁ ଲମ୍ବ ର ପରିସର କିମ୍ବା ଏବଂ" -#: gtk/gtkrange.c:555 +#: ../gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "ତୀର ମାପ" -#: gtk/gtkrange.c:556 +#: ../gtk/gtkrange.c:556 #, fuzzy msgid "Arrow scaling with regard to scroll button size" msgstr "ଶର ସହିତ କୁ ବଟନ ଆକାର" -#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 +#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "ସଂଖ୍ୟାଗୁଡ଼ିକୁ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 +#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "ବସ୍ତୁଗୁଡ଼ିକ ଗୋଟିଏ ସଂଖ୍ୟା ମାଧ୍ଯମରେ ଦର୍ଶାଯିବା ଉଚିତ କି" -#: gtk/gtkrecentchooser.c:132 +#: ../gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "ନିକଟ ପରିଚାଳକ" -#: gtk/gtkrecentchooser.c:133 +#: ../gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "ବ୍ୟବହାର କରିବା ପାଇଁ RecentManager ବସ୍ତୁ" -#: gtk/gtkrecentchooser.c:147 +#: ../gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "ବ୍ୟକ୍ତିଗତ ବସ୍ତୁକୁ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkrecentchooser.c:148 +#: ../gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "ବ୍ୟକ୍ତିଗତ ବସ୍ତୁଗୁଡ଼ିକୁ ଦର୍ଶାଇବା ଉଚିତ କି ନୁହଁ" -#: gtk/gtkrecentchooser.c:161 +#: ../gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "ଉପକରଣ ସୂଚନା ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkrecentchooser.c:162 +#: ../gtk/gtkrecentchooser.c:162 #, fuzzy msgid "Whether there should be a tooltip on the item" msgstr "a ରେ ବସ୍ତୁ" -#: gtk/gtkrecentchooser.c:174 +#: ../gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "ଚିତ୍ରସଂକେତ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtkrecentchooser.c:175 +#: ../gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "ବସ୍ତୁ ନିକଟରେ ଚିତ୍ରସଂକେତ ରହିବା ଉଚିତ କି ନୁହଁ" -#: gtk/gtkrecentchooser.c:190 +#: ../gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "ଦୃଶ୍ୟ ମିଳିଲା ନାହିଁ" -#: gtk/gtkrecentchooser.c:191 +#: ../gtk/gtkrecentchooser.c:191 #, fuzzy msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "ଆଇଟମ୍ଗୁଡିକ କୁ ଅନୁପଲବ୍ଧ" -#: gtk/gtkrecentchooser.c:204 +#: ../gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "ଏକାଧିକ ବସ୍ତୁଗୁଡ଼ିକୁ ବାଛିବା ପାଇଁ ଅନୁମତି ଦେବା ଉଚିତ କି" -#: gtk/gtkrecentchooser.c:217 +#: ../gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "କେବଳ ସ୍ଥାନୀୟ" -#: gtk/gtkrecentchooser.c:218 +#: ../gtk/gtkrecentchooser.c:218 #, fuzzy msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "ଚୟିତ କୁ ସ୍ଥାନୀୟ ଫାଇଲ" -#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 +#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "ସୀମା" -#: gtk/gtkrecentchooser.c:235 +#: ../gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "ଦର୍ଶାଇବା ପାଇଁ ସର୍ବାଧିକ ସଂଖ୍ୟକ ବସ୍ତୁ" -#: gtk/gtkrecentchooser.c:249 +#: ../gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "ସଜଡ଼ା ପ୍ରକାର" -#: gtk/gtkrecentchooser.c:250 +#: ../gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "ଦର୍ଶାଯାଇଥିବା ବସ୍ତୁଗୁଡ଼ିକର ସଜାଇବା କ୍ରମ" -#: gtk/gtkrecentchooser.c:265 +#: ../gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" -msgstr "" +msgstr "କେଉଁ ଉତ୍ସଗୁଡ଼ିକୁ ଦର୍ଶାଯାଇଛି ତାହାକୁ ବାଛିବା ପାଇଁ ପ୍ରଚଳିତ ଛାଣକ" -#: gtk/gtkrecentmanager.c:215 -#, fuzzy +#: ../gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" -msgstr "ପଥ କୁ ଫାଇଲ କୁ ବ୍ଯବହୃତ କୁ ଏବଂ ପଢନ୍ତୁ ତାଲିକା" +msgstr "ତାଲିକାକୁ ସଂରକ୍ଷଣ ଏବଂ ପଠନ କରିବା ପାଇଁ ବ୍ୟବହୃତ ଫାଇଲକୁ ସମ୍ପୂର୍ଣ୍ଣ ପଥ" -#: gtk/gtkrecentmanager.c:230 +#: ../gtk/gtkrecentmanager.c:230 #, fuzzy -msgid "" -"The maximum number of items to be returned by gtk_recent_manager_get_items()" +msgid "The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "ସଂଖ୍ଯା ର ଆଇଟମ୍ଗୁଡିକ କୁ ଦ୍ବାରା ପାଅ ଆଇଟମ୍ଗୁଡିକ" -#: gtk/gtkrecentmanager.c:246 +#: ../gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "ନିକଟରେ ବ୍ୟବହୃତ ଉତ୍ସ ତାଲିକାର ଆକାର" -#: gtk/gtkruler.c:128 +#: ../gtk/gtkruler.c:128 msgid "Lower" msgstr "ନିମ୍ନଭାଗ" -#: gtk/gtkruler.c:129 +#: ../gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "ରେଖାଟଣା ଦଣ୍ଡର ତଳସୀମା" -#: gtk/gtkruler.c:138 +#: ../gtk/gtkruler.c:138 msgid "Upper" msgstr "ଉପର" -#: gtk/gtkruler.c:139 +#: ../gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "ରେଖାଟଣା ଦଣ୍ଡର ଉପର ସୀମା" -#: gtk/gtkruler.c:149 +#: ../gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "ରେଖାଟଣା ଦଣ୍ଡ ଉପରେ ଚିହ୍ନର ଅବସ୍ଥାନ" -#: gtk/gtkruler.c:158 +#: ../gtk/gtkruler.c:158 msgid "Max Size" msgstr "ସର୍ବାଧିକ ଆକାର" -#: gtk/gtkruler.c:159 +#: ../gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "ରେଖାଟଣା ଦଣ୍ଡର ସର୍ବାଧିକ ଆକାର" -#: gtk/gtkruler.c:174 +#: ../gtk/gtkruler.c:174 msgid "Metric" msgstr "Metric" -#: gtk/gtkruler.c:175 +#: ../gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "ଶାସକ ପାଇଁ ବ୍ଯବହୃତ ମେଟ୍ରିକ" -#: gtk/gtkscale.c:201 +#: ../gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "ମୂଲ୍ୟରେ ଦର୍ଶାଯାଇଥିବା ଦଶମିକ ସ୍ଥାନର ସଂଖ୍ୟା" -#: gtk/gtkscale.c:210 +#: ../gtk/gtkscale.c:210 msgid "Draw Value" msgstr "ମୂଲ୍ୟାଙ୍କନ କରନ୍ତୁ" -#: gtk/gtkscale.c:211 +#: ../gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "" -#: gtk/gtkscale.c:218 +#: ../gtk/gtkscale.c:218 msgid "Value Position" msgstr "ମୂଲ୍ୟ ଅବସ୍ଥାନ" -#: gtk/gtkscale.c:219 +#: ../gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "ପ୍ରଚଳିତ ମୂଲ୍ୟ ଦର୍ଶାଉଥିବା ସ୍ଥାନ" -#: gtk/gtkscale.c:226 +#: ../gtk/gtkscale.c:226 msgid "Slider Length" msgstr "ସର୍ପକ ଲମ୍ବ" -#: gtk/gtkscale.c:227 +#: ../gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "ସର୍ପକର ଲମ୍ବ" -#: gtk/gtkscale.c:235 +#: ../gtk/gtkscale.c:235 msgid "Value spacing" msgstr "ଖାଲିସ୍ଥାନ ମୂଲ୍ଯ" -#: gtk/gtkscale.c:236 +#: ../gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "ମୂଲ୍ଯ ପାଠ୍ଯ ଏବଂ ସର୍ପକ/ନ୍ୟୁନତମ କ୍ଷେତ୍ର ମଧ୍ଯରେ ସ୍ଥାନ" -#: gtk/gtkscalebutton.c:207 +#: ../gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "ମାପର ମୂଲ୍ୟ" -#: gtk/gtkscalebutton.c:217 +#: ../gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "ଚିତ୍ରସଙ୍କେତ ଆକାର" -#: gtk/gtkscalebutton.c:226 -msgid "" -"The GtkAdjustment that contains the current value of this scale button object" +#: ../gtk/gtkscalebutton.c:226 +msgid "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:254 +#: ../gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "ଚିତ୍ରସଙ୍କେତଗୁଡ଼ିକ" -#: gtk/gtkscalebutton.c:255 +#: ../gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "ଚିତ୍ରସଙ୍କେତ ନାମର ତାଲିକା" -#: gtk/gtkscrollbar.c:51 +#: ../gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "ସର୍ବନିମ୍ନ ସର୍ପକ ଲମ୍ବ" -#: gtk/gtkscrollbar.c:52 +#: ../gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "ଦୃଶ୍ୟବଦଳା ସର୍ପକର ସର୍ବନିମ୍ନ ଲମ୍ବ" -#: gtk/gtkscrollbar.c:60 +#: ../gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "ସ୍ଥିର ସର୍ପକ ଆକାର" -#: gtk/gtkscrollbar.c:61 +#: ../gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "" -#: gtk/gtkscrollbar.c:82 -msgid "" -"Display a second backward arrow button on the opposite end of the scrollbar" +#: ../gtk/gtkscrollbar.c:82 +msgid "Display a second backward arrow button on the opposite end of the scrollbar" msgstr "" -#: gtk/gtkscrollbar.c:89 -msgid "" -"Display a second forward arrow button on the opposite end of the scrollbar" +#: ../gtk/gtkscrollbar.c:89 +msgid "Display a second forward arrow button on the opposite end of the scrollbar" msgstr "" -#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 +#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 +#: ../gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "ଭୂସମାନ୍ତରାଳ ସଜଡ଼ା" -#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 +#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 +#: ../gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "ଭୂଲମ୍ବ ସଜଡ଼ା" -#: gtk/gtkscrolledwindow.c:232 +#: ../gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "ସମାନ୍ତରାଳ ଟଣାପଟି ନିତୀ" -#: gtk/gtkscrolledwindow.c:233 +#: ../gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "ଯେତେବେଳେ ସମାନ୍ତରାଳ ଦୃଶ୍ୟବଦଳା ପଟିକୁ ଦର୍ଶାଯାଇଥିଲା" -#: gtk/gtkscrolledwindow.c:240 +#: ../gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "ଭୂ-ଲମ୍ବ ଦୃଶ୍ୟବଦଳା ନୀତି" -#: gtk/gtkscrolledwindow.c:241 +#: ../gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "ଯେତେବେଳେ ଭୂ-ଲମ୍ବ ଦୃଶ୍ୟବଦଳା ପଟିକୁ ଦର୍ଶାଯାଇଥିଲା" -#: gtk/gtkscrolledwindow.c:249 +#: ../gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "ୱିଣ୍ଡୋ ସ୍ଥାପନା" -#: gtk/gtkscrolledwindow.c:250 +#: ../gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." msgstr "" -#: gtk/gtkscrolledwindow.c:267 +#: ../gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "ୱିଣ୍ଡୋ ସ୍ଥାପନା ସେଟ" -#: gtk/gtkscrolledwindow.c:268 +#: ../gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." msgstr "" -#: gtk/gtkscrolledwindow.c:274 +#: ../gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "ଛାଇ ପ୍ରକାର" -#: gtk/gtkscrolledwindow.c:275 +#: ../gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "ବିଷୟବସ୍ତୁ ଚାରିପାଖେ bevelର ଶୈଳୀ" -#: gtk/gtkscrolledwindow.c:289 +#: ../gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "bevel ମଧ୍ଯରେ ଦୃଶ୍ୟବଦଳା ପଟି" -#: gtk/gtkscrolledwindow.c:290 +#: ../gtk/gtkscrolledwindow.c:290 #, fuzzy msgid "Place scrollbars within the scrolled window's bevel" msgstr "ସ୍ଥାନ ୱିଣ୍ଡୋ" -#: gtk/gtkscrolledwindow.c:296 +#: ../gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "ଦୃଶ୍ୟବଦଲା ପଟି ମଧ୍ଯରେ ଦୂରତା" -#: gtk/gtkscrolledwindow.c:297 +#: ../gtk/gtkscrolledwindow.c:297 #, fuzzy msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "ସଂଖ୍ଯା ର ପିକ୍ସେଲ ମଧ୍ଯରେ ଏବଂ ୱିଣ୍ଡୋ" -#: gtk/gtkscrolledwindow.c:312 +#: ../gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "ସ୍କ୍ରୋଲ ୱିଣ୍ଡୋ ସ୍ଥାପନା" -#: gtk/gtkscrolledwindow.c:313 +#: ../gtk/gtkscrolledwindow.c:313 #, fuzzy msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." msgstr "ର ସହିତ କୁ ନୁହେଁ ଦ୍ବାରା ୱିଣ୍ଡୋ." -#: gtk/gtkseparatortoolitem.c:105 +#: ../gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "ଆଙ୍କନ୍ତୁ" -#: gtk/gtkseparatortoolitem.c:106 +#: ../gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "ବିଭାଜକଟି ଟଣାହୋଇଛି କି ନାହିଁ, କିମ୍ବା ଖାଲିଅଛି" -#: gtk/gtksettings.c:215 +#: ../gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "ଦୁଇଥର ଦବାଇବାର ସମୟ" -#: gtk/gtksettings.c:216 +#: ../gtk/gtksettings.c:216 #, fuzzy msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" msgstr "ସର୍ବାଧିକ ମଧ୍ଯରେ ଦୁଇ ପାଇଁ କୁ a ଦବାନ୍ତୁ ଇଞ୍ଚ ମିଲିସେକେଣ୍ଡ" -#: gtk/gtksettings.c:223 +#: ../gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "ଦୁଇଥର କ୍ଲିକ ଦୂରତା" -#: gtk/gtksettings.c:224 +#: ../gtk/gtksettings.c:224 #, fuzzy msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" msgstr "ସର୍ବାଧିକ ମଧ୍ଯରେ ଦୁଇ ପାଇଁ କୁ a ଦବାନ୍ତୁ ଇଞ୍ଚ ପିକ୍ସେଲ" -#: gtk/gtksettings.c:240 +#: ../gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "ଦର୍ଶିକା ମିଟିମିଟିକରଣ" -#: gtk/gtksettings.c:241 +#: ../gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "ଦର୍ଶିକା ମିଟିମିଟି କରିବା ଉଚିତ କି" -#: gtk/gtksettings.c:248 +#: ../gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "ଦର୍ଶିକା ମିଟିମିଟିକରଣ ସମୟ" -#: gtk/gtksettings.c:249 +#: ../gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "ଦର୍ଶିକା ମିଟିମିଟିକରଣ ଆବୃତ୍ତି ସମୟ, ମିଲିସେକେଣ୍ଡରେ" -#: gtk/gtksettings.c:268 +#: ../gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "ଦର୍ଶିକା ମିଟିମିଟିକରଣ ସମୟ ସମାପ୍ତି" -#: gtk/gtksettings.c:269 +#: ../gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "ସୂଚକ ଦପଦପ ବନ୍ଦହେବା ପାଇଁ ଲାଗୁଥିବା ସମୟ, ସେକଣ୍ଡରେ" -#: gtk/gtksettings.c:276 +#: ../gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "ସୂଚକକୁ ପୃଥକ କରନ୍ତୁ" -#: gtk/gtksettings.c:277 +#: ../gtk/gtksettings.c:277 #, fuzzy msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" msgstr "ଦୁଇ ପାଇଁ ବାମ କୁ ଡାହାଣ ଏବଂ ଡାହାଣ କୁ ବାମ ପାଠ୍ଯ" -#: gtk/gtksettings.c:284 +#: ../gtk/gtksettings.c:284 msgid "Theme Name" msgstr "ପ୍ରସଙ୍ଗ ନାମ" -#: gtk/gtksettings.c:285 +#: ../gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "ଧାରଣ କରିବାକୁ ଥିବା ପ୍ରସଙ୍ଗ RC ଫାଇଲର ନାମ" -#: gtk/gtksettings.c:293 +#: ../gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "ଚିତ୍ରସଂକେତ ପ୍ରସଙ୍ଗ ନାମ" -#: gtk/gtksettings.c:294 +#: ../gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "ବ୍ୟବହାର କରିବାକୁ ଥିବା ଚିତ୍ରସଂକେତ ପ୍ରସଙ୍ଗର ନାମ" -#: gtk/gtksettings.c:302 +#: ../gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "ଶେଷ ଅବଲମ୍ବନ ଚିତ୍ରସଂକେତ ପ୍ରସଙ୍ଗ ନାମ" -#: gtk/gtksettings.c:303 +#: ../gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "ଚିତ୍ରସଂକେତ ପ୍ରସଙ୍ଗ ନାମ ଶେଷ ଅବଲମ୍ବନ" -#: gtk/gtksettings.c:311 +#: ../gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "କି ପ୍ରସଙ୍ଗ ନାମ" -#: gtk/gtksettings.c:312 +#: ../gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "ଧାରଣ କରିବାକୁ ଥିବା କି ପ୍ରସଙ୍ଗ RC ଫାଇଲର ନାମ" -#: gtk/gtksettings.c:320 +#: ../gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "ମେନୁ ପଟି ତ୍ୱରକ" -#: gtk/gtksettings.c:321 +#: ../gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "ମେନୁ ପଟିକୁ ସକ୍ରିୟ କରିବା ପାଇଁ କି ବନ୍ଧନ" -#: gtk/gtksettings.c:329 +#: ../gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "ପ୍ରଭାବ ସୀମା ଟାଣନ୍ତୁ" -#: gtk/gtksettings.c:330 +#: ../gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "ଟାଣିବା ପୂର୍ବରୁ ସୂଚକ ଗତିକରୁଥିବା ପିକସେଲର ସଂଖ୍ଯା" -#: gtk/gtksettings.c:338 +#: ../gtk/gtksettings.c:338 msgid "Font Name" msgstr "ଅକ୍ଷର ରୂପ ନାମ" -#: gtk/gtksettings.c:339 +#: ../gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "ବ୍ୟବହାର କରିବା ପାଇଁ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଅକ୍ଷରରୂପର ନାମ" -#: gtk/gtksettings.c:361 +#: ../gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "ଚିତ୍ରସଂକେତ ଆକାରଗୁଡ଼ିକ" -#: gtk/gtksettings.c:362 +#: ../gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "ଚିତ୍ରସଂକେତ ଆକାରଗୁଡ଼ିକର ତାଲିକା (gtk-menu=16,16:gtk-button=20,20..." -#: gtk/gtksettings.c:370 +#: ../gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "GTK ଏକକାଂଶଗୁଡ଼ିକ" -#: gtk/gtksettings.c:371 +#: ../gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "ସାମ୍ପ୍ରତିକ ସକ୍ରିୟ GTK ଏକକାଂଶଗୁଡ଼ିକର ତାଲିକା" -#: gtk/gtksettings.c:380 +#: ../gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Xft Antialias" -#: gtk/gtksettings.c:381 +#: ../gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "କାଳେ antialias Xft ଅକ୍ଷରରୂପ; 0=no, 1=yes, -1=default" -#: gtk/gtksettings.c:390 +#: ../gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Xft ଇଙ୍ଗିତ" -#: gtk/gtksettings.c:391 +#: ../gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "Xft ଅକ୍ଷରରୂପ ପାଇଁ ସୂଚନା ଦେବା; 0=no, 1=yes, -1=default" -#: gtk/gtksettings.c:400 +#: ../gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Xft ଇଙ୍ଗିତ ଶୈଳୀ" -#: gtk/gtksettings.c:401 +#: ../gtk/gtksettings.c:401 #, fuzzy -msgid "" -"What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" +msgid "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "ର କୁ କିମ୍ବା" -#: gtk/gtksettings.c:410 +#: ../gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft RGBA" -#: gtk/gtksettings.c:411 +#: ../gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "subpixel antialiasingର ପ୍ରକାର; none, rgb, bgr, vrgb, vbgr" -#: gtk/gtksettings.c:420 +#: ../gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Xft DPI" -#: gtk/gtksettings.c:421 +#: ../gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" msgstr "Xft ପାଇଁ ବିଭେଦନ, 1024 * dots/inch. ପୂର୍ବନିର୍ଦ୍ଧାରିତ ମୂଲ୍ୟକୁ ବ୍ୟବହାର କରିବା ପାଇଁ -1" -#: gtk/gtksettings.c:430 +#: ../gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "ସୂଚକ ପ୍ରସଙ୍ଗ ନାମ" -#: gtk/gtksettings.c:431 +#: ../gtk/gtksettings.c:431 #, fuzzy msgid "Name of the cursor theme to use, or NULL to use the default theme" msgstr "ନାମ ର କୁ କିମ୍ବା କୁ ପୂର୍ବ ନିର୍ଦ୍ଧାରିତ" -#: gtk/gtksettings.c:439 +#: ../gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "ପ୍ରସଙ୍ଗ ଆକରକୁ ଇଚ୍ଛାରୂପଣ କରନ୍ତୁ" -#: gtk/gtksettings.c:440 +#: ../gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "ସୂଚକ ପାଇଁ ବ୍ୟବହାର ହେବାକୁ ଥିବା ଆକାର, କିମ୍ବା ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଆକାରକୁ ବ୍ୟବହାର କରିବା ପାଇଁ 0" -#: gtk/gtksettings.c:450 +#: ../gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "ବୈକଳ୍ପିକ ବଟନ କ୍ରମ" -#: gtk/gtksettings.c:451 +#: ../gtk/gtksettings.c:451 #, fuzzy msgid "Whether buttons in dialogs should use the alternative button order" msgstr "ଇଞ୍ଚ ବଟନ" -#: gtk/gtksettings.c:468 +#: ../gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "ବୈକଳ୍ପିକ କ୍ରମ ନିର୍ଦ୍ଦିଷ୍ଟକ ନିର୍ଦ୍ଦେଶ" -#: gtk/gtksettings.c:469 +#: ../gtk/gtksettings.c:469 #, fuzzy msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" msgstr "ର ସଜାଡନ୍ତୁ ଇଞ୍ଚ ତାଲିକା ଏବଂ ବୃକ୍ଷ ଅଟେ ବିପରୀତ ହେଲା କୁ ପୂର୍ବ ନିର୍ଦ୍ଧାରିତ ତଳ ଆରୋହଣ" -#: gtk/gtksettings.c:477 +#: ../gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "'ନିବେଶ ପ୍ରକ୍ରିୟା' ମେନୁ ପ୍ରଦର୍ଶିତ କରନ୍ତୁ" -#: gtk/gtksettings.c:478 +#: ../gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" msgstr "ଭରଣ ଓ ପାଠ୍ଯ ଦୃଶ୍ଯର ପ୍ରସଙ୍ଗ ମେନୁଗୁଡ଼ିକ ନିବେଶ ଧାରା ବଦଳାଇବାର ସମ୍ଭାବନା ଦେବା ଉଚିତ କି" -#: gtk/gtksettings.c:486 +#: ../gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "'Insert Unicode Control Character' ତାଲିକାକୁ ଦର୍ଶାନ୍ତୁ" -#: gtk/gtksettings.c:487 +#: ../gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" msgstr "ଭରଣ ଓ ପାଠ୍ଯ ଦୃଶ୍ଯର ପ୍ରସଙ୍ଗ ମେନୁଗୁଡ଼ିକ ନିୟନ୍ତ୍ରଣ ଅକ୍ଷର ଯୋଡ଼ିବାର ସମ୍ଭାବନା ଦେବା ଉଚିତ କି" -#: gtk/gtksettings.c:495 +#: ../gtk/gtksettings.c:495 msgid "Start timeout" msgstr "ଆରମ୍ଭ ସମୟ ସମାପ୍ତ" -#: gtk/gtksettings.c:496 +#: ../gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "ବଟନ ଦବାଇବା ସମୟରେ , ସମୟ ସମାପ୍ତର ପ୍ରାରମ୍ଭିକ ମୂଲ୍ୟ" -#: gtk/gtksettings.c:505 +#: ../gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "ପୁନରାବୃତ୍ତି ସମୟ ସମାପ୍ତ" -#: gtk/gtksettings.c:506 +#: ../gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "ବଟନ ଦବାଇଲା ସମୟରେ, ସମୟ ସମାପ୍ତ ପାଇଁ ମୂଲ୍ୟର ପୁନର୍ବୃତ୍ତି କରନ୍ତୁ" -#: gtk/gtksettings.c:515 +#: ../gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "ପ୍ରସାରଣ ସମୟ ସମାପ୍ତ" -#: gtk/gtksettings.c:516 +#: ../gtk/gtksettings.c:516 #, fuzzy msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "ବିସ୍ତାରକର ମୂଲ୍ଯ ପାଇଁ a ଅଟେ a ନୂତନ" -#: gtk/gtksettings.c:551 +#: ../gtk/gtksettings.c:551 msgid "Color scheme" msgstr "ରଙ୍ଗ ଯୋଜନା" -#: gtk/gtksettings.c:552 +#: ../gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "ପ୍ରସଙ୍ଗରେ ବ୍ୟବହାର ପାଇଁ ନାମିତ ରଙ୍ଗଥାଳି" -#: gtk/gtksettings.c:561 +#: ../gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "ଜୀବନାୟନ ସକ୍ରିୟ କରନ୍ତୁ" -#: gtk/gtksettings.c:562 +#: ../gtk/gtksettings.c:562 #, fuzzy msgid "Whether to enable toolkit-wide animations." msgstr "କୁ ସକ୍ରିୟ." -#: gtk/gtksettings.c:580 +#: ../gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "ଟଚସ୍କ୍ରିନ ପଦ୍ଧତିକୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: gtk/gtksettings.c:581 +#: ../gtk/gtksettings.c:581 #, fuzzy msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "TRUE ନାଁ ରେ ଏହା" -#: gtk/gtksettings.c:598 +#: ../gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "ଉପକରଣ ସୂଚନା ସମୟ ସମାପ୍ତି" -#: gtk/gtksettings.c:599 +#: ../gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "ଉପକରଣ ସୂଚନା ଦର୍ଶାଇବା ପୂର୍ବରୁ ସମୟ ସମାପ୍ତ ହୋଇଥିଲା" -#: gtk/gtksettings.c:624 +#: ../gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "ଉପକରଣ ସୂଚନା ବ୍ରାଉଜର ସମୟ ସମାପ୍ତ" -#: gtk/gtksettings.c:625 +#: ../gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "ବ୍ରାଉଜର ଧାରା ଆରମ୍ଭ କରିବା ସମୟରେ ଉପକରଣ ସୂଚନା ଦର୍ଶାଇବା ପୂର୍ବରୁ ସମୟ ସମାପ୍ତ ହୋଇଗଲା" -#: gtk/gtksettings.c:646 +#: ../gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "ଉପକରଣ ସୂଚନା ବ୍ରାଉଜର ଧାରାର ସମୟ ସମାପ୍ତ" -#: gtk/gtksettings.c:647 +#: ../gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "ସମୟ ସମାପ୍ତି ଯାହାପରେ ବ୍ରାଉଜ ଧାରାକୁ ନିଷ୍କ୍ରିୟ କରାଯାଇଛି" -#: gtk/gtksettings.c:666 +#: ../gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "କେବଳ Keynav ସୂଚକ" -#: gtk/gtksettings.c:667 +#: ../gtk/gtksettings.c:667 #, fuzzy msgid "When TRUE, there are only cursor keys available to navigate widgets" msgstr "TRUE ଉପଲବ୍ଧ କୁ" -#: gtk/gtksettings.c:684 +#: ../gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "Keynav ଚାରିପଟେ ବୁଲାଇବା" -#: gtk/gtksettings.c:685 +#: ../gtk/gtksettings.c:685 #, fuzzy msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "କୁ କିବୋର୍ଡ" -#: gtk/gtksettings.c:705 +#: ../gtk/gtksettings.c:705 msgid "Error Bell" msgstr "ତ୍ରୁଟି ସତର୍କ ଘଣ୍ଟି" -#: gtk/gtksettings.c:706 +#: ../gtk/gtksettings.c:706 #, fuzzy msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "TRUE କିବୋର୍ଡ ଏବଂ ଅନ୍ଯ a" -#: gtk/gtksettings.c:723 +#: ../gtk/gtksettings.c:723 msgid "Color Hash" msgstr "ଗଙ୍ଗ ହ୍ୟାସ" -#: gtk/gtksettings.c:724 +#: ../gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "ରଙ୍ଗ ଯୋଜନାର ହ୍ୟାସ ସାରଣୀ ଉପସ୍ଥାପନା।" -#: gtk/gtksettings.c:732 +#: ../gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଫାଇଲ ଚୟନକର୍ତ୍ତା ପୃଷ୍ଠଭୂମୀ" -#: gtk/gtksettings.c:733 +#: ../gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଭାବରେ ବ୍ୟବହୃତ GtkFileChooser ପୃଷ୍ଠଭୂମିର ନାମ" -#: gtk/gtksettings.c:750 +#: ../gtk/gtksettings.c:750 msgid "Default print backend" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ମୁଦ୍ରଣ ପୃଷ୍ଠଭୂମୀ" -#: gtk/gtksettings.c:751 +#: ../gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଭାବରେ ବ୍ୟବହୃତ GtkPrintBackend ପୃଷ୍ଠଭୂମିର ତାଲିକା" -#: gtk/gtksettings.c:774 +#: ../gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "ମୁଦ୍ରଣ ପ୍ରାକଦର୍ଶନକୁ ଦର୍ଶାଇବା ପାଇଁ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ନିର୍ଦ୍ଦେଶ" -#: gtk/gtksettings.c:775 +#: ../gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "ମୁଦ୍ରଣ ପ୍ରାକଦର୍ଶନକୁ ଦର୍ଶାଇବା ପାଇଁ ନିର୍ଦ୍ଦେଶ" -#: gtk/gtksettings.c:791 +#: ../gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "ସ୍ମରକକୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: gtk/gtksettings.c:792 +#: ../gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "ନାମପଟିଗୁଡ଼ିକରେ mnemonics ରହିବା ଉଚିତ କି ନୁହଁ" -#: gtk/gtksettings.c:808 +#: ../gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "ତ୍ବରକକୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: gtk/gtksettings.c:809 +#: ../gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "ତାଲିକା ବସ୍ତୁ ମାନଙ୍କ ନିକଟରେ ତ୍ବରକ ରହିବା ଉଚିତ କି ନୁହେଁ" -#: gtk/gtksettings.c:826 +#: ../gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "ସାମ୍ପ୍ରତିକ ଫାଇଲଗୁଡ଼ିକର ସୀମା" -#: gtk/gtksettings.c:827 +#: ../gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "ସାମ୍ପ୍ରତିକ ବ୍ୟବହୃତ ଫାଇଲ ସଂଖ୍ଯା" -#: gtk/gtksettings.c:845 +#: ../gtk/gtksettings.c:845 msgid "Default IM module" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ IM ଏକକାଂଶ" -#: gtk/gtksettings.c:846 +#: ../gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଭାବରେ କେଉଁ IM ଏକକାଂଶକୁ ବ୍ୟବହାର କରାଯାଇଥାଏ" -#: gtk/gtksettings.c:864 +#: ../gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "ସାମ୍ପ୍ରତିକ ଫାଇଲଗୁଡ଼ିକର ସର୍ବାଧିକ ବୟସ" -#: gtk/gtksettings.c:865 +#: ../gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "ସାମ୍ପ୍ରତିକ ବ୍ୟବହୃତ ଫାଇଲଗୁଡ଼ିକର ସର୍ବଧିକ ବୟସ, ଦିନ ଆକାରରେ" -#: gtk/gtksettings.c:874 +#: ../gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Fontconfig ସଂରଚନା ସମୟସୂଚକ" -#: gtk/gtksettings.c:875 +#: ../gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "ପ୍ରଚଳିତ fontconfig ସଂରଚନାର ସମୟ ସୂଚକ" -#: gtk/gtksettings.c:897 +#: ../gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "ଧ୍ୱନୀ ପ୍ରସଙ୍ଗ ନାମ" -#: gtk/gtksettings.c:898 +#: ../gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "XDG ଧ୍ୱନୀ ପ୍ରସଂଗ ନାମ" #. Translators: this means sounds that are played as feedback to user input -#: gtk/gtksettings.c:920 +#: ../gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "ଶ୍ରବଣଯୋଗ୍ୟ ନିବେଶ ପ୍ରତିକ୍ରିୟା" -#: gtk/gtksettings.c:921 +#: ../gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "ଚାଳକ ନିବେଶକୁ ପ୍ରତିକ୍ରିୟା ଦେଖାଇବା ପାଇଁ ଘଟଣା ଧ୍ୱନୀକୁ ଚଲାଇବା ଉଚିତ କି ନୁହଁ" -#: gtk/gtksettings.c:942 +#: ../gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "ଘଟଣା ଧ୍ୱନୀକୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: gtk/gtksettings.c:943 +#: ../gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "ସ୍ତମ୍ଭକୁ ପ୍ରଦର୍ଶିତ କରାଯିବା ଉଚିତ କି ନୁହେଁ" -#: gtk/gtksettings.c:958 +#: ../gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "ଉପକରଣ ସୂଚନାକୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: gtk/gtksettings.c:959 +#: ../gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "ୱିଜେଟରେ ଉପକରଣ ସୂଚନାଗୁଡ଼ିକୁ ଦର୍ଶାଯିବା ଉଚିତ କି ନୁହେଁ" -#: gtk/gtksizegroup.c:293 +#: ../gtk/gtksizegroup.c:293 msgid "Mode" msgstr "ଧାରା" -#: gtk/gtksizegroup.c:294 +#: ../gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" @@ -5260,1420 +5231,1404 @@ msgstr "" "ଅନୁରୋଧକରାଯାଇଥିବା ଆକାରଗୁଡ଼ିକ ଉପରେ ପ୍ରଭାବ ପକାଉଥିବା ଶ୍ରେଣୀର ଆକାରେ ନିର୍ଦ୍ଦେଶଗୁଡ଼ିକ ଏହାର ଉପାଦାନ " "ୱିଜେଟ ଅଟେ" -#: gtk/gtksizegroup.c:310 +#: ../gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "ଲୁକ୍କାଇତମାନଙ୍କୁ ଏଡ଼ାଇଯାଆନ୍ତୁ" -#: gtk/gtksizegroup.c:311 +#: ../gtk/gtksizegroup.c:311 #, fuzzy -msgid "" -"If TRUE, unmapped widgets are ignored when determining the size of the group" +msgid "If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "TRUE ଆକାର ର ସମୁହ" -#: gtk/gtkspinbutton.c:209 +#: ../gtk/gtkspinbutton.c:209 #, fuzzy msgid "The adjustment that holds the value of the spinbutton" msgstr "ମୂଲ୍ଯ ର" -#: gtk/gtkspinbutton.c:216 +#: ../gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "ଚଢ଼ିବା ଅନୁପାତ" -#: gtk/gtkspinbutton.c:236 +#: ../gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "ଚିହ୍ନଟ କରିବା ପାଇଁ ସ୍ନାପ" -#: gtk/gtkspinbutton.c:237 +#: ../gtk/gtkspinbutton.c:237 #, fuzzy msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" msgstr "କୁ a ସ୍ପିନ ବଟନ" -#: gtk/gtkspinbutton.c:244 +#: ../gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "ଗଣନ ସଂଖ୍ୟା" -#: gtk/gtkspinbutton.c:245 +#: ../gtk/gtkspinbutton.c:245 #, fuzzy msgid "Whether non-numeric characters should be ignored" msgstr "ଅକ୍ଷର" -#: gtk/gtkspinbutton.c:252 +#: ../gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "ଆବ୍ରୁତ କରନ୍ତୁ" -#: gtk/gtkspinbutton.c:253 +#: ../gtk/gtkspinbutton.c:253 #, fuzzy msgid "Whether a spin button should wrap upon reaching its limits" msgstr "a ସ୍ପିନ ବଟନ" -#: gtk/gtkspinbutton.c:260 +#: ../gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "ଅଦ୍ଯତନ ନୀତି" -#: gtk/gtkspinbutton.c:261 +#: ../gtk/gtkspinbutton.c:261 #, fuzzy -msgid "" -"Whether the spin button should update always, or only when the value is legal" +msgid "Whether the spin button should update always, or only when the value is legal" msgstr "ସ୍ପିନ ବଟନ କିମ୍ବା ମୂଲ୍ଯ ଅଟେ" -#: gtk/gtkspinbutton.c:270 +#: ../gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "ପ୍ରଚଳିତ ମୂଲ୍ୟକୁ ପଢ଼ନ୍ତୁ, କିମ୍ବା ଗୋଟିଏ ନୂତନ ମୂଲ୍ୟ ସେଟକରନ୍ତୁ" -#: gtk/gtkspinbutton.c:279 +#: ../gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "ସ୍ପିନ ବଟନ ଚାରିପାଖେ bevelର ଶୈଳୀ" -#: gtk/gtkstatusbar.c:141 +#: ../gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "Gripର ଆକାରବଦଳାଇଛି" -#: gtk/gtkstatusbar.c:142 +#: ../gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "" -#: gtk/gtkstatusbar.c:187 +#: ../gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "ସାଧନ ପଟି ପାଠ୍ଯ ଚାରିପାଖେ ଗଡାଣିଆ ଧାର ଶୈଳୀ" -#: gtk/gtkstatusicon.c:268 +#: ../gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "ଚିତ୍ରସଂକେତର ଆକାର" -#: gtk/gtkstatusicon.c:278 +#: ../gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "ସ୍ଥିତି ଚିତ୍ରସଂକେତ ଦର୍ଶାଉଥିବା ପରଦା" -#: gtk/gtkstatusicon.c:285 +#: ../gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "ଦପଦପ ହେଉଛି" -#: gtk/gtkstatusicon.c:286 +#: ../gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "ସ୍ଥିତି ଚିତ୍ରସଂକେତଟି ଦପଦପ ହେଉଛି କି ନାହିଁ" -#: gtk/gtkstatusicon.c:294 +#: ../gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "ସ୍ଥିତି ଚିତ୍ରସଂକେତଟି ଦୃଶ୍ୟମାନ ହୋଇଛି କି ନାହିଁ" -#: gtk/gtkstatusicon.c:310 +#: ../gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "ସ୍ଥିତି ଚିତ୍ରସଂକେତଟି ସଂଯୁକ୍ତ ହୋଇଛି କି ନାହିଁ" -#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 +#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "ଟ୍ରେ ର ଅନୁସ୍ଥାପନ" -#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 +#: ../gtk/gtkstatusicon.c:353 ../gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "ଏହାର ଉପକରଣ ସୂଚନା ଅଛି" -#: gtk/gtkstatusicon.c:354 +#: ../gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" msgstr "ଏହି ଟ୍ରେ ଚିତ୍ରସଂକେତର ଗୋଟିଏ ଉପକରଣ ସୂଚନା ଅଛି କି ନାହିଁ" -#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 +#: ../gtk/gtkstatusicon.c:375 ../gtk/gtkwidget.c:653 msgid "Tooltip Text" msgstr "ଉପକରଣ ସୂଚନା ପାଠ୍ୟ" -#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 +#: ../gtk/gtkstatusicon.c:376 ../gtk/gtkwidget.c:654 ../gtk/gtkwidget.c:675 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:674 msgid "Tooltip markup" msgstr "ଉପକରଣ ସୂଚନା ମାର୍କ-ଅପ" -#: gtk/gtkstatusicon.c:400 +#: ../gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" msgstr "ଏହି ୱିଜେଟ ପାଇଁ ଉପକରଣ ସୂଚନାର ବିଷୟବସ୍ତୁ" -#: gtk/gtktable.c:129 +#: ../gtk/gtktable.c:129 msgid "Rows" msgstr "ଧାଡି" -#: gtk/gtktable.c:130 +#: ../gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "ସାରଣୀରେ ଥିବା ଧାଡ଼ିଗୁଡ଼ିକର ସଂଖ୍ୟା" -#: gtk/gtktable.c:138 +#: ../gtk/gtktable.c:138 msgid "Columns" msgstr "ସ୍ତମ୍ଭ" -#: gtk/gtktable.c:139 +#: ../gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "ସାରଣୀରେ ଥିବା ସ୍ତମ୍ଭଗୁଡ଼ିକର ସଂଖ୍ୟା" -#: gtk/gtktable.c:147 +#: ../gtk/gtktable.c:147 msgid "Row spacing" msgstr "ଧାଡ଼ି ମଧ୍ଯରେ ଖାଲିସ୍ଥାନ ରଖିବା" -#: gtk/gtktable.c:148 +#: ../gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "ଦୁଇଟି ପାଖାପାଖି ଧାଡ଼ି ମଧ୍ଯରେ ଥିବା ଖାଲିସ୍ଥାନ" -#: gtk/gtktable.c:156 +#: ../gtk/gtktable.c:156 msgid "Column spacing" msgstr "ସ୍ତମ୍ଭ ମଧ୍ଯରେ ଖାଲିସ୍ଥାନ ରଖିବା" -#: gtk/gtktable.c:157 +#: ../gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "ଦୁଇଟି ପାଖାପାଖି ସ୍ତମ୍ଭ ମଧ୍ଯରେ ଥିବା ଖାଲିସ୍ଥାନ" -#: gtk/gtktable.c:166 +#: ../gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "ଯଦି TRUE, ତେବେ ସାରଣୀ କୋଷଗୁଡ଼ିକରେ ସମାନ ଓସାର/ଉଚ୍ଚତା ଅଛି" -#: gtk/gtktable.c:173 +#: ../gtk/gtktable.c:173 msgid "Left attachment" msgstr "ବାମ ସଂଲଗ୍ନ" -#: gtk/gtktable.c:180 +#: ../gtk/gtktable.c:180 msgid "Right attachment" msgstr "ଡାହାଣ ସଂଲଗ୍ନ" -#: gtk/gtktable.c:181 +#: ../gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "ତଳ ସ୍ତର ୱିଜେଟର ଡ଼ାହାଣ ପାଖରେ ସଲଂଗ୍ନ ହୋଇଥିବା ସ୍ତମ୍ଭ ସଂଖ୍ଯା" -#: gtk/gtktable.c:187 +#: ../gtk/gtktable.c:187 msgid "Top attachment" msgstr "ଉପର ସଂଲଗ୍ନ" -#: gtk/gtktable.c:188 +#: ../gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "ତଳ ସ୍ତର ୱିଜେଟର ଉପରେ ସଲଂଗ୍ନ ହୋଇଥିବା ପଂକ୍ତି ସଂଖ୍ଯା" -#: gtk/gtktable.c:194 +#: ../gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "ନିମ୍ନ ସଂଲଗ୍ନ" -#: gtk/gtktable.c:201 +#: ../gtk/gtktable.c:201 msgid "Horizontal options" msgstr "ସମାନ୍ତରାଳ ବିକଳ୍ପଗୁଡ଼ିକ" -#: gtk/gtktable.c:202 +#: ../gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "ନିମ୍ନ ସ୍ତରର ସମାନ୍ତରାଳ ଆଚରଣକୁ ନିର୍ଦ୍ଦିଷ୍ଟ କରୁଥିବା ବିକଳ୍ପଗୁଡିକ" -#: gtk/gtktable.c:208 +#: ../gtk/gtktable.c:208 msgid "Vertical options" msgstr "ଭୂଲମ୍ବ ବିକଳ୍ପଗୁଡ଼ିକ" -#: gtk/gtktable.c:209 +#: ../gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "ନିମ୍ନ ସ୍ତରର ଆଚରଣକୁ ନିର୍ଦ୍ଦିଷ୍ଟ କରୁଥିବା ବିକଳ୍ପଗୁଡିକ" -#: gtk/gtktable.c:215 +#: ../gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "ସମାନ୍ତରାଳ ପ୍ୟାଡ଼ିଙ୍ଗ" -#: gtk/gtktable.c:216 +#: ../gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" -msgstr "" -"ତଳ ସ୍ତର ଏବଂ ତାହାର ବାମ ଏବଂ ଡ଼ାହାଣ ପାଖ ସ୍ତର ମଧ୍ଯରେ ଥିବା ଅତିରିକ୍ତ ଖାଲି ସ୍ଥାନ, ପିକ୍ସେଲରେ" +msgstr "ତଳ ସ୍ତର ଏବଂ ତାହାର ବାମ ଏବଂ ଡ଼ାହାଣ ପାଖ ସ୍ତର ମଧ୍ଯରେ ଥିବା ଅତିରିକ୍ତ ଖାଲି ସ୍ଥାନ, ପିକ୍ସେଲରେ" -#: gtk/gtktable.c:222 +#: ../gtk/gtktable.c:222 msgid "Vertical padding" msgstr "ଭୂଲମ୍ବ ପ୍ୟାଡିଙ୍ଗ" -#: gtk/gtktable.c:223 +#: ../gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" msgstr "ତଳ ସ୍ତର ଏବଂ ତାହାର ଉପର ଏବଂ ତଳ ପାଖ ସ୍ତର ମଧ୍ଯରେ ଥିବା ଅତିରିକ୍ତ ଖାଲି ସ୍ଥାନ, ପିକ୍ସେଲରେ" -#: gtk/gtktext.c:546 +#: ../gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "ପାଠ୍ୟ ୱିଜେଟ ପାଇଁ ସମାନ୍ତରାଳ ସଜଡ଼ା" -#: gtk/gtktext.c:554 +#: ../gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "ପାଠ୍ୟ ୱିଜେଟ ପାଇଁ ଭୂଲମ୍ବ ସଜଡ଼ା" -#: gtk/gtktext.c:561 +#: ../gtk/gtktext.c:561 msgid "Line Wrap" msgstr "ଧାଡ଼ି ଆବରଣ" -#: gtk/gtktext.c:562 +#: ../gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "ୱିଜେଟ ଧାରରେ ଧାଡ଼ିଗୁଡ଼ିକ ଆବୃତ ହୋଇଛି କି ନାହିଁ" -#: gtk/gtktext.c:569 +#: ../gtk/gtktext.c:569 msgid "Word Wrap" msgstr "ଶବ୍ଦ ଆବରଣ" -#: gtk/gtktext.c:570 +#: ../gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "" -#: gtk/gtktextbuffer.c:180 +#: ../gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "ଟ୍ୟାଗ ସାରଣୀ" -#: gtk/gtktextbuffer.c:181 +#: ../gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "ପାଠ୍ୟ ଟ୍ୟାଗ ସାରଣୀ" -#: gtk/gtktextbuffer.c:199 +#: ../gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "ବଫରର ପ୍ରଚଳିତ ପ୍ରସଙ୍ଗ" -#: gtk/gtktextbuffer.c:213 +#: ../gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "ଚୟନ ଅଛି" -#: gtk/gtktextbuffer.c:214 +#: ../gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "" -#: gtk/gtktextbuffer.c:230 +#: ../gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "ଦର୍ଶିକା ଅବସ୍ଥିତି" -#: gtk/gtktextbuffer.c:231 -msgid "" -"The position of the insert mark (as offset from the beginning of the buffer)" +#: ../gtk/gtktextbuffer.c:231 +msgid "The position of the insert mark (as offset from the beginning of the buffer)" msgstr "" -#: gtk/gtktextbuffer.c:246 +#: ../gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "ଲକ୍ଷ୍ୟ ତାଲିକା ନକଲ କରନ୍ତୁ" -#: gtk/gtktextbuffer.c:247 -msgid "" -"The list of targets this buffer supports for clipboard copying and DND source" +#: ../gtk/gtktextbuffer.c:247 +msgid "The list of targets this buffer supports for clipboard copying and DND source" msgstr "" -#: gtk/gtktextbuffer.c:262 +#: ../gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "ଲକ୍ଷ୍ୟ ତାଲିକା ଲଗାନ୍ତୁ" -#: gtk/gtktextbuffer.c:263 +#: ../gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" msgstr "" -#: gtk/gtktextmark.c:90 +#: ../gtk/gtktextmark.c:90 msgid "Mark name" msgstr "ଚିହ୍ନ ନାମ" -#: gtk/gtktextmark.c:97 +#: ../gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "ବାମ ଆକର୍ଷଣ" -#: gtk/gtktextmark.c:98 +#: ../gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "" -#: gtk/gtktexttag.c:173 +#: ../gtk/gtktexttag.c:173 msgid "Tag name" msgstr "ଟ୍ୟାଗ ନାମ" -#: gtk/gtktexttag.c:174 +#: ../gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "" -#: gtk/gtktexttag.c:192 +#: ../gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "ପୃଷ୍ଠଭୂମି ରଙ୍ଗ (ସମ୍ଭବତଃ ଅବଣ୍ଟିତ) GdkColor" -#: gtk/gtktexttag.c:199 +#: ../gtk/gtktexttag.c:199 msgid "Background full height" msgstr "ପୃଷ୍ଠଭୂମି ସମ୍ପୂର୍ଣ୍ଣ ଉଚ୍ଚତା" -#: gtk/gtktexttag.c:200 +#: ../gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" msgstr "" -#: gtk/gtktexttag.c:208 +#: ../gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "ପୃଷ୍ଠଭୂମି ସ୍ଟିପଲ ମୁଖା" -#: gtk/gtktexttag.c:209 +#: ../gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "" -#: gtk/gtktexttag.c:226 +#: ../gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "GdkColor ପରି ପୃଷ୍ଠଭୂମି ରଙ୍ଗ (ସମ୍ଭବତଃ ବଣ୍ଟାହୋଇନଥିବା)" -#: gtk/gtktexttag.c:234 +#: ../gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "ପୃଷ୍ଠଭୂମି ସ୍ଟିପଲ ମୁଖା" -#: gtk/gtktexttag.c:235 +#: ../gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "" -#: gtk/gtktexttag.c:242 +#: ../gtk/gtktexttag.c:242 msgid "Text direction" msgstr "ପାଠ୍ଯକ୍ରମ" -#: gtk/gtktexttag.c:243 +#: ../gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "ପାଠ୍ଯକ୍ରମ, ଉଦାହରଣ ସ୍ବରୂପ ଡାହାଣରୁ-ବାମକୁ କିମ୍ବା ବାମରୁ-ଡାହାଣକୁ" -#: gtk/gtktexttag.c:292 +#: ../gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "ଗୋଟିଏ PangoStyle ଭାବରେ ଅକ୍ଷରୂପର ଶୈଳୀ, ଉଦାହରଣ ସ୍ବରୂପ PANGO_STYLE_ITALIC" -#: gtk/gtktexttag.c:301 +#: ../gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" -msgstr "" -"ଗୋଟିଏ PangoVariant ଭଳି ଅକ୍ଷରରୂପର ବ୍ଯତିକ୍ରମ, ଉଦାହରଣ ସ୍ବରୂପ PANGO_VARIANT_SMALL_CAPS" +msgstr "ଗୋଟିଏ PangoVariant ଭଳି ଅକ୍ଷରରୂପର ବ୍ଯତିକ୍ରମ, ଉଦାହରଣ ସ୍ବରୂପ PANGO_VARIANT_SMALL_CAPS" -#: gtk/gtktexttag.c:310 +#: ../gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" msgstr "" -#: gtk/gtktexttag.c:321 +#: ../gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "" -#: gtk/gtktexttag.c:330 +#: ../gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "ଫେଙ୍ଗୋ ଏକକରେ ଅକ୍ଷରରୂପର ଆକାର" -#: gtk/gtktexttag.c:340 +#: ../gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " "such as PANGO_SCALE_X_LARGE" msgstr "" -#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 +#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "ବାମ, ଡାହାଣ, କିମ୍ବା କେନ୍ଦ୍ର ଯଥାର୍ଥତା" -#: gtk/gtktexttag.c:379 +#: ../gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." msgstr "" -#: gtk/gtktexttag.c:386 +#: ../gtk/gtktexttag.c:386 msgid "Left margin" msgstr "ବାମ ମାର୍ଜିନ" -#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 +#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "ପିକ୍ସେଲରେ ବାମ ମାର୍ଜିନର ଓସାର" -#: gtk/gtktexttag.c:396 +#: ../gtk/gtktexttag.c:396 msgid "Right margin" msgstr "ଦକ୍ଷିଣ ମାର୍ଜିନ" -#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 +#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "ପିକ୍ସେଲରେ ଦକ୍ଷିଣ ମାର୍ଜିନର ଓସାର" -#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 +#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 msgid "Indent" msgstr "ଅନୁଚ୍ଛେଦ ଦିଅନ୍ତୁ" -#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 +#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "ଅନୁଚ୍ଛେଦ ଛାଡ଼ିବା ପରିମାଣ, ପିକ୍ସେଲରେ" -#: gtk/gtktexttag.c:419 +#: ../gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" msgstr "" -#: gtk/gtktexttag.c:428 +#: ../gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "ରେଖା ମାନଙ୍କ ଉପରେ ପିକ୍ସେଲ" -#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 +#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "ପରଚ୍ଛେଦ ଉପରେ ଖାଲି ସ୍ଥାନର ପିକ୍ସେଲ" -#: gtk/gtktexttag.c:438 +#: ../gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "ରେଖା ମାନଙ୍କ ତଳେ ପିକ୍ସେଲ" -#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 +#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "ପରଚ୍ଛେଦ ତଳେ ଖାଲି ସ୍ଥାନର ପିକ୍ସେଲ" -#: gtk/gtktexttag.c:448 +#: ../gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "ପାଠ୍ଯଭଙ୍ଗ ମଧ୍ଯରେ ପିକ୍ସେଲ" -#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 +#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "ଗୋଟିଏ ପରିଚ୍ଛେଦରେ ପାଠ୍ଯଭଙ୍ଗ ରେଖା ମାନଙ୍କ ମଧ୍ଯରେ ଖାଲି ସ୍ଥାନ ମାନଙ୍କର ପିକ୍ସେଲ" -#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 -msgid "" -"Whether to wrap lines never, at word boundaries, or at character boundaries" +#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 +msgid "Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "" -#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 +#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 msgid "Tabs" msgstr "ଟ୍ଯାବ" -#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 +#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "ଏହି ପାଠ୍ଯ ପାଇଁ ଇଚ୍ଛାରୂପଣ ଟ୍ଯାବ" -#: gtk/gtktexttag.c:504 +#: ../gtk/gtktexttag.c:504 msgid "Invisible" msgstr "ଅଦୃଶ୍ଯ" -#: gtk/gtktexttag.c:505 +#: ../gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "ପାଠ୍ଯଟି ଲୁକ୍କାୟିତ ଅଛି କି।" -#: gtk/gtktexttag.c:519 +#: ../gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "ପରିଚ୍ଛେଦ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ ନାମ" -#: gtk/gtktexttag.c:520 +#: ../gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "ଗୋଟିଏ ବାକ୍ଯଖଣ୍ଡ ଭାବରେ ପରିଚ୍ଛେଦ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ" -#: gtk/gtktexttag.c:535 +#: ../gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "ପରିଚ୍ଛେଦ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ" -#: gtk/gtktexttag.c:536 +#: ../gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "ଗୋଟିଏ (ସମ୍ଭବତଃ ଅବଣ୍ଟିତ) GdkColor ଭାବେ ପରିଚ୍ଛେଦ ପୃଷ୍ଠଭୂମି ରଙ୍ଗ" -#: gtk/gtktexttag.c:554 +#: ../gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "ସୀମାରେଖା ଏକାଠି କରିବା" -#: gtk/gtktexttag.c:555 +#: ../gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "ବାମ ଏବଂ ଡାହାଣ ସୀମାରେଖାକୁ ଏକାଠି କରାଯିବା ଉଚିତ କି।" -#: gtk/gtktexttag.c:568 +#: ../gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "ପୃଷ୍ଠଭୂମି ପୂର୍ଣ୍ଣ ଉଚ୍ଚତା ବିନ୍ଯାସ" -#: gtk/gtktexttag.c:569 +#: ../gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "ଟ୍ଯାଗଟି ପୃଷ୍ଠଭୂମି ଉଚ୍ଚତା ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: gtk/gtktexttag.c:572 +#: ../gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "ପୃଷ୍ଠଭୂମି ବିନ୍ଦୁରୀତି ବିନ୍ଯାସ" -#: gtk/gtktexttag.c:573 +#: ../gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "ଟ୍ଯାଗଟି ପୃଷ୍ଠଭୂମି ବିନ୍ଦୁରୀତି ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: gtk/gtktexttag.c:580 +#: ../gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "ଅଗ୍ରଭୂମି ବିନ୍ଦୁରୀତି ବିନ୍ଯାସ" -#: gtk/gtktexttag.c:581 +#: ../gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "ଟ୍ଯାଗଟି ଅଗ୍ରଭୂମି ବିନ୍ଦୁରୀତି ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: gtk/gtktexttag.c:616 +#: ../gtk/gtktexttag.c:616 msgid "Justification set" msgstr "ଯଥାର୍ଥତା ବିନ୍ଯାସ" -#: gtk/gtktexttag.c:617 +#: ../gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "ଏହି ଟ୍ଯାଗଟି ପରିଚ୍ଛେଦ ଯଥାର୍ଥତା ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: gtk/gtktexttag.c:624 +#: ../gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "ବାମ ମାର୍ଜିନ ବିନ୍ଯାସ" -#: gtk/gtktexttag.c:625 +#: ../gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "ଏହି ଟ୍ଯାଗଟି ବାମ ମାର୍ଜିନ ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: gtk/gtktexttag.c:628 +#: ../gtk/gtktexttag.c:628 msgid "Indent set" msgstr "ଅନୁଚ୍ଛେଦ ବିନ୍ଯାସ" -#: gtk/gtktexttag.c:629 +#: ../gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "ଏହି ଟ୍ଯାଗଟି ଅନୁଚ୍ଛେଦ ମାନଙ୍କ ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: gtk/gtktexttag.c:636 +#: ../gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "ରେଖା ମାନଙ୍କର ପିକ୍ସେଲ ବିନ୍ଯାସ" -#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 +#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "ଏହି ଟ୍ଯାଗଟି ରେଖା ମାନଙ୍କର ପିକ୍ସେଲ ସଂଖ୍ଯା ଉପରେ ପ୍ରଭାବ ପକାଇବ କି" -#: gtk/gtktexttag.c:640 +#: ../gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "ରେଖା ତଳେ ପିକ୍ସେଲ ବିନ୍ଯାସ" -#: gtk/gtktexttag.c:644 +#: ../gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "ପାଠ୍ଯଭଙ୍ଗ ମଧ୍ଯରେ ପିକ୍ସେଲ ବିନ୍ଯାସ" -#: gtk/gtktexttag.c:645 +#: ../gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "ଏହି ଟ୍ଯାଗଟି ପାଠ୍ଯରଙ୍ଗ ରେଖା ମଧ୍ଯରେ ପିକ୍ସେଲ ସଂଖ୍ଯା ଉପରେ ପ୍ରଭାବ ପକାଇବ କି" -#: gtk/gtktexttag.c:652 +#: ../gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "ଡାହଣ ମାର୍ଜିନ ବିନ୍ଯାସ" -#: gtk/gtktexttag.c:653 +#: ../gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "ଏହି ଟ୍ଯାଗଟି ଡାହାଣ ମାର୍ଜିନ ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: gtk/gtktexttag.c:660 +#: ../gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "ପାଠ୍ଯଭଙ୍ଗ ଧାରା ବିନ୍ଯାସ" -#: gtk/gtktexttag.c:661 +#: ../gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "ଏହି ଟ୍ଯାଗଟି ରେଖା ପାଠ୍ଯଭଙ୍ଗ ଧାରା ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: gtk/gtktexttag.c:664 +#: ../gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "ଟ୍ଯାବ ବିନ୍ଯାସ" -#: gtk/gtktexttag.c:665 +#: ../gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "ଏହି ଟ୍ଯାଗଟି ଅନ୍ଯ ଟ୍ଯାଗ ମାନଙ୍କ ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: gtk/gtktexttag.c:668 +#: ../gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "ଅଦୃଶ୍ଯ ବିନ୍ଯାସ" -#: gtk/gtktexttag.c:669 +#: ../gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "ଏହି ଟ୍ଯାଗଟି ପାଠ୍ଯ ଦୃଶ୍ଯମାନ୍ଯତା ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: gtk/gtktexttag.c:672 +#: ../gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "ପରିଚ୍ଛେଦ ପୃଷ୍ଠଭୂମି ବିନ୍ଯାସ" -#: gtk/gtktexttag.c:673 +#: ../gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "ଏହି ଟ୍ଯାଗଟି ପରିଚ୍ଛେଦ ପୃଷ୍ଠଭୂମି ଉପରେ ପ୍ରଭାବ ପକାଇଥାଏ କି" -#: gtk/gtktextview.c:543 +#: ../gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "ଲାଇନ ଉପରେ ପିକ୍ସେଲ" -#: gtk/gtktextview.c:553 +#: ../gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "ଲାଇନ ତଳେ ପିକ୍ସେଲ" -#: gtk/gtktextview.c:563 +#: ../gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "ମୋଡ଼ ଭିତରେ ପିକ୍ସେଲ" -#: gtk/gtktextview.c:581 +#: ../gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "ଧାଡ଼ି ମୋଡ଼ା ଧାରା" -#: gtk/gtktextview.c:599 +#: ../gtk/gtktextview.c:599 msgid "Left Margin" msgstr "ବାମ ସୀମାରେଖା" -#: gtk/gtktextview.c:609 +#: ../gtk/gtktextview.c:609 msgid "Right Margin" msgstr "ଡାହାଣ ସୀମାରେଖା" -#: gtk/gtktextview.c:637 +#: ../gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "ଦର୍ଶିକା ଦୃଶ୍ଯମାନ" -#: gtk/gtktextview.c:638 +#: ../gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "ଭରଣ ଦର୍ଶିକାଟି ପ୍ରଦର୍ଶିତ ଅଛି କି" -#: gtk/gtktextview.c:645 +#: ../gtk/gtktextview.c:645 msgid "Buffer" msgstr "ବଫର" -#: gtk/gtktextview.c:646 +#: ../gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "ପ୍ରଦର୍ଶିତ ବଫର" -#: gtk/gtktextview.c:654 +#: ../gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "ଭରଣ କରାଯାଇଥିବା ପାଠ୍ଯ ଅବସ୍ଥିତ ବିଷୟବସ୍ତୁକୁ ନବଲିଖନ କରିଦେବ କି" -#: gtk/gtktextview.c:661 +#: ../gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "ସ୍ବୀକାର୍ଯ୍ଯ ଟ୍ଯାବ" -#: gtk/gtktextview.c:662 +#: ../gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "ଟ୍ଯାବଟି ଗୋଟିଏ ଟ୍ଯାବ ଅକ୍ଷର ପ୍ରବିଷ୍ଟି ସହିତ ଅନ୍ତ ହେବ କି" -#: gtk/gtktextview.c:691 +#: ../gtk/gtktextview.c:691 msgid "Error underline color" msgstr "ରେଖାଙ୍କିତ ରଙ୍ଗରେ ତୃଟି" -#: gtk/gtktextview.c:692 +#: ../gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "ତୃଟି ସୂଚକ ରେଖାଙ୍କିତ ପଙ୍କ୍ତିକୁ ଅଙ୍କନ କରିବା ପାଇଁ କେଉଁ ରଙ୍ଗ ବ୍ଯବହାର କରାଯିବ" -#: gtk/gtktoggleaction.c:104 +#: ../gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "ଗୋଟିଏ ରେଡିଓ କାର୍ଯ୍ଯ ଭଳି ସମାନ ପ୍ରୋକ୍ସିକୁ ସୃଷ୍ଟି କରନ୍ତୁ" -#: gtk/gtktoggleaction.c:105 +#: ../gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "" -#: gtk/gtktoggleaction.c:120 +#: ../gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "ଅଦଳ ବଦଳ କାର୍ଯ୍ଯ ସକ୍ରିୟ ହେବା ଉଚିତ କି ନୁହେଁ" -#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 +#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "ଅଦଳ ବଦଳ ବଟନ ରହିବା ଉଚିତ କି ନୁହେଁ" -#: gtk/gtktogglebutton.c:124 +#: ../gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "ଯଦି ଅଦଳ ବଦଳ ବଟନ ଗୋଟିଏ \"ଏହା ମଧ୍ଯରେ\" ଅବସ୍ଥାରେ ଥାଏ" -#: gtk/gtktogglebutton.c:131 +#: ../gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "ସୂଚକ ଅଙ୍କନ କରନ୍ତୁ" -#: gtk/gtktogglebutton.c:132 +#: ../gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "ଯଦି ବଟନର ଅଦଲ ବଦଳ ଅଂଶ ଯଦି ପ୍ରଦର୍ଶନ କରାଯାଏ" -#: gtk/gtktoolbar.c:494 +#: ../gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "ସାଧନ ପଟି ଶୈଳୀ" -#: gtk/gtktoolbar.c:495 +#: ../gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "ସାଧନ ପଟିକୁ କିପରି ଦେଖାଯିବ" -#: gtk/gtktoolbar.c:502 +#: ../gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "ତୀର ଦେଖାନ୍ତୁ" -#: gtk/gtktoolbar.c:503 +#: ../gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "ଯଦି ସାଧନ ପଟିର ଆକାର ମେଳ ଖାଉ ନାହିଁ ତାହାହେଲେ ଗୋଟିଏ ତୀକ ଦେଖାଯିବା ଉଚିତ" -#: gtk/gtktoolbar.c:518 +#: ../gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "ଉପକରଣ ସୂଚନା" -#: gtk/gtktoolbar.c:519 +#: ../gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "ସାଧନ ପଟିର ଉପକରଣ ସୂଚନା ସକ୍ରିୟ ହେବା ଉଚିତ କି ନାହିଁ" -#: gtk/gtktoolbar.c:541 +#: ../gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "ଏହି ସାଧନ ପଟିରେ ଚିତ୍ରସଙ୍କେତର ଆକାର" -#: gtk/gtktoolbar.c:556 +#: ../gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "ଚିତ୍ରସଙ୍କେତ ସେଟ" -#: gtk/gtktoolbar.c:557 +#: ../gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "ଚିତ୍ରସଙ୍କେତ ଆକାର ଗୁଣଧର୍ମ ବିନ୍ଯାସ ହୋଇଛି କି ନାହିଁ" -#: gtk/gtktoolbar.c:566 +#: ../gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "" -#: gtk/gtktoolbar.c:574 +#: ../gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "" -#: gtk/gtktoolbar.c:581 +#: ../gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "ଫାଙ୍କ ଆକାର" -#: gtk/gtktoolbar.c:582 +#: ../gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "ଫାଙ୍କର ଆକାର" -#: gtk/gtktoolbar.c:591 +#: ../gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "ସାଧନ ପଟି ଛାୟା ଏବଂ ବଟନ ମଧ୍ଯରେ ଧାରର ସ୍ଥାନ" -#: gtk/gtktoolbar.c:599 +#: ../gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "ସର୍ବାଧିକ ନିର୍ଭରକ ବର୍ଦ୍ଧନ" -#: gtk/gtktoolbar.c:600 +#: ../gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "ସର୍ବାଧିକ ସଂଖ୍ଯକ ସ୍ଥାନ ଗୋଟିଏ ସମ୍ପ୍ରସାରିତ ବସ୍ତୁ ଦେଇ ପାରିବ" -#: gtk/gtktoolbar.c:608 +#: ../gtk/gtktoolbar.c:608 msgid "Space style" msgstr "ବ୍ଯବଧାନ ଶୈଳୀ" -#: gtk/gtktoolbar.c:609 +#: ../gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "ଫାଙ୍କଗୁଡିକ ଭୂଲମ୍ବ ରେଖା କିମ୍ବା କେବଳ ଖାଲି ସ୍ଥାନ ଅଟନ୍ତି" -#: gtk/gtktoolbar.c:616 +#: ../gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "ବଟନ ସାହାଯ୍ଯ" -#: gtk/gtktoolbar.c:617 +#: ../gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "ସାଧନ ପଟି ବଟନ ଚତୁଃପାର୍ଶ୍ବରେ ଗଡାଣିଆ ଧାରର ପ୍ରକାର" -#: gtk/gtktoolbar.c:624 +#: ../gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "ସାଧନ ପଟି ଚାରିପାେଖ ଗଡ଼ାଣିଆ ଧାରର ଶୈଳୀ" -#: gtk/gtktoolbar.c:630 +#: ../gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "ସାଧନ ପଟି ଶୈଳୀ" -#: gtk/gtktoolbar.c:631 -msgid "" -"Whether default toolbars have text only, text and icons, icons only, etc." +#: ../gtk/gtktoolbar.c:631 +msgid "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ସାଧନ ପଟିର କେବଳ ପାଠ୍ଯ, ପାଠ୍ଯ ଏବଂ ଚିତ୍ରସଙ୍କେତ, କିମ୍ବା କେବଳ ଚିତ୍ରସଙ୍କେତ, ଇତ୍ଯାଦି " "ଅଛି କି।" -#: gtk/gtktoolbar.c:637 +#: ../gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "ସାଧନ ପଟି ଚିତ୍ରସଙ୍କେତ ଆକାର" -#: gtk/gtktoolbar.c:638 +#: ../gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ସାଧନ ପଟିରେ ଥିବା ଚିତ୍ରସଙ୍କେତ ଆକାର" -#: gtk/gtktoolbutton.c:203 +#: ../gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "ବସ୍ତୁରେ ଦେଖାଯିବା ପାଠ୍ଯ" -#: gtk/gtktoolbutton.c:210 +#: ../gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" msgstr "" -#: gtk/gtktoolbutton.c:217 +#: ../gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "ବସ୍ତୁ ସୂଚକ ଭାବରେ ବ୍ଯବହାର କରାଯିବା ୱିଜେଟ" -#: gtk/gtktoolbutton.c:223 +#: ../gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "ଷ୍ଟୋକ ପରିଚୟ" -#: gtk/gtktoolbutton.c:224 +#: ../gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "ବସ୍ତୁରେ ପ୍ରଦର୍ଶିତ ହୋଇଥିବା ଷ୍ଟୋକ ଚିତ୍ରସଙ୍କେତ" -#: gtk/gtktoolbutton.c:240 +#: ../gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "ଚିତ୍ରସଙ୍କେତ ନାମ" -#: gtk/gtktoolbutton.c:241 +#: ../gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "ବସ୍ତୁରେ ପ୍ରଦର୍ଶିତ ହୋଇଥିବା ପ୍ରସଙ୍ଗ ଚିତ୍ରସଙ୍କେତର ନାମ" -#: gtk/gtktoolbutton.c:247 +#: ../gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "ଚିତ୍ରସଙ୍କେତ ୱିଜେଟ" -#: gtk/gtktoolbutton.c:248 +#: ../gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "ବସ୍ତୁରେ ପ୍ରଦର୍ଶିତ ହେବା ଚିତ୍ରସଙ୍କେତ ୱିଜେଟ" -#: gtk/gtktoolbutton.c:261 +#: ../gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "ଚିତ୍ରସଙ୍କେତ ବ୍ଯବଧାନ" -#: gtk/gtktoolbutton.c:262 +#: ../gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "ଚିତ୍ରସଙ୍କେତ ଏବଂ ସୂଚକ ମଧ୍ଯରେ ବ୍ଯବଧାନ (ପିକ୍ସେଲରେ)" -#: gtk/gtktoolitem.c:191 +#: ../gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" msgstr "" -#: gtk/gtktreemodelsort.c:274 +#: ../gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "TreeModelSort ନମୁନା" -#: gtk/gtktreemodelsort.c:275 +#: ../gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "ସଜାଡିବା ପାଇଁ TreeModelSort ର ନମୁନା" -#: gtk/gtktreeview.c:570 +#: ../gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "ବୃକ୍ଷ ଦୃଶ୍ଯ ନମୁନା" -#: gtk/gtktreeview.c:571 +#: ../gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "ବୃକ୍ଷ ଦୃଶ୍ଯ ପାଇଁ ନମୁନା" -#: gtk/gtktreeview.c:579 +#: ../gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "ୱିଜେଟ ପାଇଁ ଭୂସମାନ୍ତର ନିୟନ୍ତ୍ରଣ" -#: gtk/gtktreeview.c:587 +#: ../gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "ୱିଜେଟ ପାଇଁ ଭୂଲମ୍ବ ନିୟନ୍ତ୍ରଣ" -#: gtk/gtktreeview.c:594 +#: ../gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "ଶୀର୍ଷକ ଦୃଶ୍ଯମାନ" -#: gtk/gtktreeview.c:595 +#: ../gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "ସ୍ତମ୍ଭ ଶୀର୍ଷକ ବଟନକୁ ଦେଖାନ୍ତୁ" -#: gtk/gtktreeview.c:602 +#: ../gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "ଶୀର୍ଷକକୁ ଦବାଇ ହେବ" -#: gtk/gtktreeview.c:603 +#: ../gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "ଦବା ଯାଇଥିବା ଘଟଣାକୁ ଉତ୍ତର ଦେବା ପାଇଁ ସ୍ତମ୍ଭ ଶୀର୍ଷକ" -#: gtk/gtktreeview.c:610 +#: ../gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "ସମ୍ପ୍ରସାରକ ସ୍ତମ୍ଭ" -#: gtk/gtktreeview.c:611 +#: ../gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "ସମ୍ପ୍ରସାରକ ସ୍ତମ୍ଭ ପାଇଁ ସ୍ତମ୍ଭକୁ ବିନ୍ଯାସ କରନ୍ତୁ" -#: gtk/gtktreeview.c:626 +#: ../gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "ନିୟମାଭାସ" -#: gtk/gtktreeview.c:627 +#: ../gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" -msgstr "" -"ପର୍ଯ୍ଯାୟକ୍ରମିକ ରଙ୍ଗର ଧାଡି ମାନଙ୍କୁ ଅଙ୍କିତ କରିବା ପାଇଁ ପ୍ରସଙ୍ଗ ଯନ୍ତ୍ର ପାଇଁ ଗୋଟିଏ ଆଭାସ ବିନ୍ଯାସ କରନ୍ତୁ" +msgstr "ପର୍ଯ୍ଯାୟକ୍ରମିକ ରଙ୍ଗର ଧାଡି ମାନଙ୍କୁ ଅଙ୍କିତ କରିବା ପାଇଁ ପ୍ରସଙ୍ଗ ଯନ୍ତ୍ର ପାଇଁ ଗୋଟିଏ ଆଭାସ ବିନ୍ଯାସ କରନ୍ତୁ" -#: gtk/gtktreeview.c:634 +#: ../gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "ସନ୍ଧନକୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: gtk/gtktreeview.c:635 +#: ../gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" -msgstr "" -"ସ୍ତମ୍ଭକୁ ପାରସ୍ପରିକ କ୍ରିୟାତ୍ମକ ପ୍ରକ୍ରିୟା ଦ୍ବାରା ଖୋଜିବା ପାଇଁ ସ୍ବୀକୃତିପ୍ରାପ୍ତ ଚାଳକ ମାନଙ୍କୁ ଦେଖାନ୍ତୁ" +msgstr "ସ୍ତମ୍ଭକୁ ପାରସ୍ପରିକ କ୍ରିୟାତ୍ମକ ପ୍ରକ୍ରିୟା ଦ୍ବାରା ଖୋଜିବା ପାଇଁ ସ୍ବୀକୃତିପ୍ରାପ୍ତ ଚାଳକ ମାନଙ୍କୁ ଦେଖାନ୍ତୁ" -#: gtk/gtktreeview.c:642 +#: ../gtk/gtktreeview.c:642 msgid "Search Column" msgstr "ସ୍ତମ୍ଭକୁ ଖୋଜନ୍ତୁ" -#: gtk/gtktreeview.c:643 +#: ../gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "ସଙ୍କେତ ଦ୍ବାରା ଖୋଜିବା ସମୟରେ ଖୋଜିବା ପାଇଁ ନମୁନା ସ୍ତମ୍ଭ" -#: gtk/gtktreeview.c:663 +#: ../gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "ସ୍ଥିର ଉଚ୍ଚତା ଧାରା" -#: gtk/gtktreeview.c:664 +#: ../gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "ସମସ୍ତ ଧାଡି ମାନଙ୍କର ସମାନ ଉଚ୍ଚତା ଅଛି ବୋଲି ଅନୁମାନ କରି GtkTreeView କାର୍ଯ୍ଯର ଗତି ବଢାନ୍ତୁ" -#: gtk/gtktreeview.c:684 +#: ../gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "ସଂଶୟାକୁଳ ଚୟନ" -#: gtk/gtktreeview.c:685 +#: ../gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "ଚୟନ ନିମ୍ନଲିଖିତ ସୂଚକକୁ ଅନୁସରଣ କରିବା ଉଚିତ କି ନୁହେଁ" -#: gtk/gtktreeview.c:704 +#: ../gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "ସଂଶୟାକୁଳ ସମ୍ପ୍ରସାରଣ" -#: gtk/gtktreeview.c:705 -msgid "" -"Whether rows should be expanded/collapsed when the pointer moves over them" +#: ../gtk/gtktreeview.c:705 +msgid "Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "ସୂଚକଟି ଧାଡି ମାନଙ୍କ ଉପର ଦେଇଗଲେ ସେଗୁଡିକ ସମ୍ପ୍ରସାରିତ/ବିପର୍ଯ୍ଯସ୍ତ ହେବା ଉଚିତ କି" -#: gtk/gtktreeview.c:719 +#: ../gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "ସମ୍ପ୍ରସାରକ ମାନଙ୍କୁ ଦେଖାନ୍ତୁ" -#: gtk/gtktreeview.c:720 +#: ../gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "ଦୃଶ୍ଯର ସମ୍ପ୍ରସାରକ ଅଛି" -#: gtk/gtktreeview.c:734 +#: ../gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "ସ୍ତର ଅନୁଚ୍ଛେଦନ" -#: gtk/gtktreeview.c:735 +#: ../gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "ପ୍ରତ୍ଯକ ସ୍ତର ପାଇଁ ଅତିରିକ୍ତ ଅନୁଚ୍ଛେଦ" -#: gtk/gtktreeview.c:744 +#: ../gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "ରବର ବେଣ୍ଡିଙ୍ଗ" -#: gtk/gtktreeview.c:745 -msgid "" -"Whether to enable selection of multiple items by dragging the mouse pointer" +#: ../gtk/gtktreeview.c:745 +msgid "Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "ମାଉସ ସୂଚକକୁ ଟାଣି ଏକାଧିକ ବସ୍ତୁ ମାନଙ୍କର ଚୟନକୁ ସକ୍ରିୟ କରିବ କି ନାହିଁ" -#: gtk/gtktreeview.c:752 +#: ../gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "ଜାଲି ରେଖା ମାନଙ୍କୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: gtk/gtktreeview.c:753 +#: ../gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "ବୃକ୍ଷ ଦୃଶ୍ଯରେ ଜାଲି ରେଖା ମାନଙ୍କୁ ଅଙ୍କିତ କରାଯିବ କି ନାହିଁ" -#: gtk/gtktreeview.c:761 +#: ../gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "ବୃକ୍ଷ ରେଖା ମାନଙ୍କୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: gtk/gtktreeview.c:762 +#: ../gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "ବୃକ୍ଷ ଦୃଶ୍ଯରେ ବୃକ୍ଷ ରେଖା ମାନଙ୍କୁ ଅଙ୍କିତ କରାଯିବା ଉଚିତ କି ନୁହେଁ" -#: gtk/gtktreeview.c:770 +#: ../gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "" -#: gtk/gtktreeview.c:792 +#: ../gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "ଭୂଲମ୍ବ ବିଭାଜକ ଓସାର" -#: gtk/gtktreeview.c:793 +#: ../gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "କକ୍ଷ ମାନଙ୍କ ମଧ୍ଯରେ ଭୂଲମ୍ବ ଖାଲିସ୍ଥାନ। ଗୋଟିଏ ଯୁଗ୍ମ ସଂଖ୍ଯା ହେବା ଉଚିତ" -#: gtk/gtktreeview.c:801 +#: ../gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "ଭୂସମାନ୍ତର ବିଭାଜକ ଓସାର" -#: gtk/gtktreeview.c:802 +#: ../gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "କକ୍ଷ ମାନଙ୍କ ମଧ୍ଯରେ ଭୂସମାନ୍ତର ଖାଲିସ୍ଥାନ। ଗୋଟିଏ ଯୁଗ୍ମ ସଂଖ୍ଯା ହେବା ଉଚିତ" -#: gtk/gtktreeview.c:810 +#: ../gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "ନିୟମ ମାନଙ୍କୁ ସ୍ବୀକାର କରନ୍ତୁ" -#: gtk/gtktreeview.c:811 +#: ../gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "ପର୍ଯ୍ଯାୟକ୍ରମିକ ରଙ୍ଗୀନ ଧାଡି ମାନଙ୍କର ଅଙ୍କନକୁ ସ୍ବୀକାର କରନ୍ତୁ" -#: gtk/gtktreeview.c:817 +#: ../gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "ଅନୁଚ୍ଛେଦ ସମ୍ପ୍ରସାରକ" -#: gtk/gtktreeview.c:818 +#: ../gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "ଅନୁଚ୍ଛେଦ ସମ୍ପ୍ରସାରକକୁ ପ୍ରସ୍ତୁତ କରନ୍ତୁ" -#: gtk/gtktreeview.c:824 +#: ../gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "ଯୁଗ୍ମ ଧାଡିର ରଙ୍ଗ" -#: gtk/gtktreeview.c:825 +#: ../gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "ଯୁଗ୍ମ ଧାଡି ମାନଙ୍କ ପାଇଁ ବ୍ଯବହାର କରାଯିବା ରଙ୍ଗ" -#: gtk/gtktreeview.c:831 +#: ../gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "ଅଯୁଗ୍ମ ଧାଡିର ରଙ୍ଗ" -#: gtk/gtktreeview.c:832 +#: ../gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "ଅଯୁଗ୍ମ ଧାଡି ମାନଙ୍କ ପାଇଁ ବ୍ଯବହାର କରାଯିବା ରଙ୍ଗ" -#: gtk/gtktreeview.c:838 +#: ../gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "ଧାଡି ସମାପ୍ତି ବିବରଣୀ" -#: gtk/gtktreeview.c:839 +#: ../gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "ବର୍ଦ୍ଧିତ ଧାଡି ପୃଷ୍ଠଭୂମି ପ୍ରସଙ୍ଗକୁ ସକ୍ରିୟ କରନ୍ତୁ" -#: gtk/gtktreeview.c:845 +#: ../gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "ଜାଲି ରେଖାର ଓସାର" -#: gtk/gtktreeview.c:846 +#: ../gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "ପିକ୍ସେଲରେ ବୃକ୍ଷ ଦୃଶ୍ଯମାନ ଜାଲି ରେଖାର ଓସାର" -#: gtk/gtktreeview.c:852 +#: ../gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "ବୃକ୍ଷ ରେଖା ପ୍ରସ୍ଥ" -#: gtk/gtktreeview.c:853 +#: ../gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "ପିକ୍ସେଲରେ ବୃକ୍ଷ ଦୃଶ୍ଯମାନ ରେଖାର ଓସାର" -#: gtk/gtktreeview.c:859 +#: ../gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "ଜାଲି ରେଖା ଶୈଳୀ" -#: gtk/gtktreeview.c:860 +#: ../gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "ବୃକ୍ଷର ଦୃଶ୍ଯମାନ ଜାଲି ରେଖା ଅଙ୍କନ କରିବା ପାଇଁ ବ୍ଯବହୃତ ବିଖଣ୍ଡିତ ରେଖା ଶୈଳୀ" -#: gtk/gtktreeview.c:866 +#: ../gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "ବୃକ୍ଷ ରେଖା ଶୈଳୀ" -#: gtk/gtktreeview.c:867 +#: ../gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "ବୃକ୍ଷର ଦୃଶ୍ଯମାନ ରେଖା ଅଙ୍କନ କରିବା ପାଇଁ ବ୍ଯବହୃତ ବିଖଣ୍ଡିତ ରେଖା ଶୈଳୀ" -#: gtk/gtktreeviewcolumn.c:192 +#: ../gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "ସ୍ତମ୍ଭକୁ ପ୍ରଦର୍ଶିତ କରାଯିବା ଉଚିତ କି ନୁହେଁ" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 +#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:537 msgid "Resizable" msgstr "ଆକାର ପରିବର୍ତ୍ତନ ଯୋଗ୍ଯ" -#: gtk/gtktreeviewcolumn.c:200 +#: ../gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "ସ୍ତମ୍ଭର ଆକାର ଚାଳକ ଦ୍ବାରା ପରିବର୍ତ୍ତନୀୟ" -#: gtk/gtktreeviewcolumn.c:208 +#: ../gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "ସ୍ତମ୍ଭର ବର୍ତ୍ତମାନ ଓସାର" -#: gtk/gtktreeviewcolumn.c:217 +#: ../gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "ଖାଲି ସ୍ଥାନ ଯାହାକି ଦୁଇଟି କକ୍ଷ ମଧ୍ଯରେ ସନ୍ନବେଶ କରାଯାଇଛି" -#: gtk/gtktreeviewcolumn.c:225 +#: ../gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "ସଠିକ ଆକାର ସ୍ଥିର କରୁଅଛି" -#: gtk/gtktreeviewcolumn.c:226 +#: ../gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "ସ୍ତମ୍ଭର ଧାରାର ଆକାର ପରିବର୍ତ୍ତନ କରନ୍ତୁ" -#: gtk/gtktreeviewcolumn.c:234 +#: ../gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "ସ୍ଥିର ଓସାର" -#: gtk/gtktreeviewcolumn.c:235 +#: ../gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "ସ୍ତମ୍ଭର ସାମ୍ପ୍ରତିକ ସ୍ଥିର ଓସାର" -#: gtk/gtktreeviewcolumn.c:244 +#: ../gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "ସର୍ବନିମ୍ନ ଓସାର" -#: gtk/gtktreeviewcolumn.c:245 +#: ../gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "ସ୍ତମ୍ଭର ସର୍ବନିମ୍ନ ସ୍ବୀକୃତ ଓସାର" -#: gtk/gtktreeviewcolumn.c:254 +#: ../gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "ସର୍ବାଧିକ ଓସାର" -#: gtk/gtktreeviewcolumn.c:255 +#: ../gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "ସ୍ତମ୍ଭର ସର୍ବାଧିକ ସ୍ବୀକୃତ ଓସାର" -#: gtk/gtktreeviewcolumn.c:265 +#: ../gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "ସ୍ତମ୍ଭ ଶୀର୍ଷକରେ ଦେଖାଯିବା ଶିରୋନାମା" -#: gtk/gtktreeviewcolumn.c:273 +#: ../gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "" -#: gtk/gtktreeviewcolumn.c:280 +#: ../gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "ଦବାଇ ହେବ" -#: gtk/gtktreeviewcolumn.c:281 +#: ../gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "ଶୀର୍ଷକକୁ ଦବାଇ ହେବ କି ନାହିଁ" -#: gtk/gtktreeviewcolumn.c:289 +#: ../gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "ୱିଜେଟ" -#: gtk/gtktreeviewcolumn.c:290 +#: ../gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "ସ୍ତମ୍ଭ ଶିରେନାମା ପରିବର୍ତ୍ତେ ସ୍ତମ୍ଭ ଶୀର୍ଷକରେ ୱିଜେଟକୁ ରଖନ୍ତୁ" -#: gtk/gtktreeviewcolumn.c:298 +#: ../gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "ସ୍ତମ୍ଭ ଶୀର୍ଷକ ପାଠ୍ଯ କିମ୍ବା ୱିଜେଟର ଏକ୍ସ ପାର୍ଶ୍ବସଜ୍ଜା" -#: gtk/gtktreeviewcolumn.c:308 +#: ../gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "ସ୍ତମ୍ଭକୁ ଶୀର୍ଷକ ଚାରିପାଖେ ପୁନଃବ୍ଯବସ୍ଥାପିତ କରିହେବ କି ନାହିଁ" -#: gtk/gtktreeviewcolumn.c:315 +#: ../gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "ସଜାଡିବା ସୂଚକ" -#: gtk/gtktreeviewcolumn.c:316 +#: ../gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "ଗୋଟିଏ ସଜାଡିବା ସୂଚକକୁ ଦେଖାଯିବ କି ନାହିଁ" -#: gtk/gtktreeviewcolumn.c:323 +#: ../gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "ସଜାଡିବା କ୍ରମ" -#: gtk/gtktreeviewcolumn.c:324 +#: ../gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "ସଜାଡିବା କ୍ରମ ଯାହାକୁ ସଜାଡିବା ସୂଚକ ସୂଚୀତ କରିବ" -#: gtk/gtkuimanager.c:223 +#: ../gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "ଟିଅର-ଅଫ ତାଲିକା ବସ୍ତୁକୁ ତାଲିକାରେ ଯୋଗ କରାଯିବ କି ନାହିଁ" -#: gtk/gtkuimanager.c:230 +#: ../gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "ମିଶ୍ରିତ ୟୁ.ଆଇ. ବ୍ଯାଖ୍ଯା" -#: gtk/gtkuimanager.c:231 +#: ../gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "ମିଶ୍ରିତ ୟୁ.ଆଇ. କୁ ବର୍ଣ୍ଣନା କରୁଥିବା ଗୋଟିଏ XML ବାକ୍ଯଖଣ୍ଡ" -#: gtk/gtkviewport.c:107 +#: ../gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" msgstr "" -#: gtk/gtkviewport.c:115 +#: ../gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" msgstr "" -#: gtk/gtkviewport.c:123 +#: ../gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" -msgstr "" -"ଦୃଶ୍ଯ ସଂଯୋଗିକୀ ଚତଃପାର୍ଶ୍ବରେ ଛାୟାଙ୍କିତ ବାକ୍ସ ମାନଙ୍କୁ କିପରି ଅଙ୍କନ କରାଯାଇଛି ତାହା ସ୍ଥିର କରନ୍ତୁ" +msgstr "ଦୃଶ୍ଯ ସଂଯୋଗିକୀ ଚତଃପାର୍ଶ୍ବରେ ଛାୟାଙ୍କିତ ବାକ୍ସ ମାନଙ୍କୁ କିପରି ଅଙ୍କନ କରାଯାଇଛି ତାହା ସ୍ଥିର କରନ୍ତୁ" -#: gtk/gtkwidget.c:483 +#: ../gtk/gtkwidget.c:483 msgid "Widget name" msgstr "ୱିଜେଟ ନାମ" -#: gtk/gtkwidget.c:484 +#: ../gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "ୱିଜେଟର ନାମ" -#: gtk/gtkwidget.c:490 +#: ../gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "ମୂଳ ୱିଜେଟ" -#: gtk/gtkwidget.c:491 +#: ../gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" msgstr "ଏହି ୱିଜେଟଟ ମୂଳ ୱିଜେଟ। ଗୋଟିଏ ଆଧାର ୱିଜେଟ ହେବା ଉଚିତ" -#: gtk/gtkwidget.c:498 +#: ../gtk/gtkwidget.c:498 msgid "Width request" msgstr "ଓସାର ନିବେଦନ" -#: gtk/gtkwidget.c:499 +#: ../gtk/gtkwidget.c:499 msgid "" "Override for width request of the widget, or -1 if natural request should be " "used" -msgstr "" -"ୱିଜେଟର ଓସାର ନିବେଦନକୁ ନବଲିଖନ କରିଦିଅନ୍ତୁ, କିମ୍ବା -1 ଯଦି ସ୍ବାଭାବିକ ନିବେଦନ ମାନଙ୍କୁ ବ୍ଯବହାର କରାଯିବ" +msgstr "ୱିଜେଟର ଓସାର ନିବେଦନକୁ ନବଲିଖନ କରିଦିଅନ୍ତୁ, କିମ୍ବା -1 ଯଦି ସ୍ବାଭାବିକ ନିବେଦନ ମାନଙ୍କୁ ବ୍ଯବହାର କରାଯିବ" -#: gtk/gtkwidget.c:507 +#: ../gtk/gtkwidget.c:507 msgid "Height request" msgstr "ଉଚ୍ଚତା ନିବେଦନ" -#: gtk/gtkwidget.c:508 +#: ../gtk/gtkwidget.c:508 msgid "" "Override for height request of the widget, or -1 if natural request should " "be used" -msgstr "" -"ୱିଜେଟର ଉଚ୍ଚତା ନିବେଦନକୁ ନବଲିଖନ କରିଦିଅନ୍ତୁ, କିମ୍ବା -1 ଯଦି ସ୍ବାଭାବିକ ନିବେଦନ ମାନଙ୍କୁ ବ୍ଯବହାର କରାଯିବ" +msgstr "ୱିଜେଟର ଉଚ୍ଚତା ନିବେଦନକୁ ନବଲିଖନ କରିଦିଅନ୍ତୁ, କିମ୍ବା -1 ଯଦି ସ୍ବାଭାବିକ ନିବେଦନ ମାନଙ୍କୁ ବ୍ଯବହାର କରାଯିବ" -#: gtk/gtkwidget.c:517 +#: ../gtk/gtkwidget.c:517 msgid "Whether the widget is visible" msgstr "ୱିଜେଟଟି ଦୃଶ୍ଯମାନ ଅଟେ ନାଁ ନାହିଁ" -#: gtk/gtkwidget.c:524 +#: ../gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "ୱିଜେଟଟି ନିବେଶକୁ ଉତ୍ତର ଦେଇଥାଏ କି ନାହିଁ" -#: gtk/gtkwidget.c:530 +#: ../gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "ପ୍ରୟୋଗ ମୂଦ୍ରଣଯୋଗ୍ଯ" -#: gtk/gtkwidget.c:531 +#: ../gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "ପ୍ରୟୋଗଟି ସିଧାସଳଖ ଭାବରେ ୱିଜେଟକୁ ରଞ୍ଜିତ କରିବ କି" -#: gtk/gtkwidget.c:537 +#: ../gtk/gtkwidget.c:537 msgid "Can focus" msgstr "ଫୋକସ କରିପାରିବ" -#: gtk/gtkwidget.c:538 +#: ../gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "ୱିଜେଟ ନିବଶ ଫୋକସକୁ ଗ୍ରହଣ କରିପାରିବ କି ନାହିଁ" -#: gtk/gtkwidget.c:544 +#: ../gtk/gtkwidget.c:544 msgid "Has focus" msgstr "ନିକଟରେ ଫୋକସ ଅଛି" -#: gtk/gtkwidget.c:545 +#: ../gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "ୱିଜେଟ ନିକଟରେ ନିବେଶ ଫୋକସ ଅଛି କି ନାହିଁ" -#: gtk/gtkwidget.c:551 +#: ../gtk/gtkwidget.c:551 msgid "Is focus" msgstr "ଫୋକସ ଅଟେ" -#: gtk/gtkwidget.c:552 +#: ../gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "ଉପରେ ସ୍ତରରେ ଥିବା ୱିଜେଟଟି ପୂର୍ବନିର୍ଦ୍ଧାରିତ ୱିଜେଟ କି ନୁହେଁ" -#: gtk/gtkwidget.c:558 +#: ../gtk/gtkwidget.c:558 msgid "Can default" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ହୋଇପାରିବ" -#: gtk/gtkwidget.c:559 +#: ../gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "ୱିଜେଟଟି ଗୋଟିଏ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ୱିଜେଟ ହୋଇପାରିବ କି ନୁହେଁ" -#: gtk/gtkwidget.c:565 +#: ../gtk/gtkwidget.c:565 msgid "Has default" msgstr "ନିକଟରେ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଅଛି" -#: gtk/gtkwidget.c:566 +#: ../gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "ୱିଜେଟଟି ଗୋଟିଏ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ୱିଜେଟ କି ନୁହେଁ" -#: gtk/gtkwidget.c:572 +#: ../gtk/gtkwidget.c:572 msgid "Receives default" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତକୁ ପ୍ରାପ୍ତ କରୁଅଛି" -#: gtk/gtkwidget.c:573 +#: ../gtk/gtkwidget.c:573 msgid "If TRUE, the widget will receive the default action when it is focused" -msgstr "" -"ଯଦି ସତ (TRUE), ୱିଜେଟ ଗୋଟିଏ ପୂର୍ବନିର୍ଦ୍ଧାରିତ କାର୍ଯ୍ଯକୁ ପାଇବ ଯେତେବେଳେ ଏହାକୁ ଫୋକସ କରାଯିବ" +msgstr "ଯଦି ସତ (TRUE), ୱିଜେଟ ଗୋଟିଏ ପୂର୍ବନିର୍ଦ୍ଧାରିତ କାର୍ଯ୍ଯକୁ ପାଇବ ଯେତେବେଳେ ଏହାକୁ ଫୋକସ କରାଯିବ" -#: gtk/gtkwidget.c:579 +#: ../gtk/gtkwidget.c:579 msgid "Composite child" msgstr "ମିଶ୍ରିତ ନିର୍ଭରକ" -#: gtk/gtkwidget.c:580 +#: ../gtk/gtkwidget.c:580 msgid "Whether the widget is part of a composite widget" msgstr "ୱିଜେଟଟି ଗୋଟିଏ ମିଶ୍ରିତ ୱିଜେଟର ଗୋଟିଏ ଅଂଶ କି ନୁହିଁ" -#: gtk/gtkwidget.c:586 +#: ../gtk/gtkwidget.c:586 msgid "Style" msgstr "ଶୈଳୀ" -#: gtk/gtkwidget.c:587 +#: ../gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" msgstr "ୱିଜେଟର ଶୈଳୀ, ଯାହାକି ଏହା କିପରି ଦେଖାଯିବ (କେଉଁ ରଙ୍ଗ ବିଶିଷ୍ଟ) ସେ ବିଷୟରେ ସୂଚନା ରଖିଥାଏ" -#: gtk/gtkwidget.c:593 +#: ../gtk/gtkwidget.c:593 msgid "Events" msgstr "ଘଟଣା" -#: gtk/gtkwidget.c:594 +#: ../gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" msgstr "ଏହି ୱିଜେଟ କେଉଁ ପ୍ରକାରର GdkEvents ପାଇଥାଏ ତାହା ଏହି ଘଟଣା ମାସ୍କଟି ସ୍ଥିର କରିଥାଏ" -#: gtk/gtkwidget.c:601 +#: ../gtk/gtkwidget.c:601 msgid "Extension events" msgstr "ଅଭିବୃଦ୍ଧି ଘଟଣା" -#: gtk/gtkwidget.c:602 +#: ../gtk/gtkwidget.c:602 msgid "The mask that decides what kind of extension events this widget gets" msgstr "ଏହି ୱିଜେଟ କେଉଁ ପ୍ରକାରର ଅଭିବୃଦ୍ଧି ପାଇଥାଏ ତାହା ଏହି ମାସ୍କଟି ସ୍ଥିର କରିଥାଏ" -#: gtk/gtkwidget.c:609 +#: ../gtk/gtkwidget.c:609 msgid "No show all" msgstr "ନାଁ ସବୁକିଛି ଦେଖାନ୍ତୁ" -#: gtk/gtkwidget.c:610 +#: ../gtk/gtkwidget.c:610 msgid "Whether gtk_widget_show_all() should not affect this widget" msgstr "gtk_widget_show_all() ଏହି ୱିଜେଟ ଉପରେ ପ୍ରଭାବ ପକାଇବ କି ନାହିଁ" -#: gtk/gtkwidget.c:633 +#: ../gtk/gtkwidget.c:633 msgid "Whether this widget has a tooltip" msgstr "ଏହି ୱିଜେଟର ଗୋଟିଏ ଉପକରଣ ସୂଚନା ଅଛି କି ନାହିଁ" -#: gtk/gtkwidget.c:689 +#: ../gtk/gtkwidget.c:689 msgid "Window" msgstr "ୱିଣ୍ଡୋ" -#: gtk/gtkwidget.c:690 +#: ../gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "ୱିଜେଟର ୱିଣ୍ଡୋ ଯଦି ଥାଏ" -#: gtk/gtkwidget.c:2212 +#: ../gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "ଅଭ୍ଯନ୍ତରୀଣ ଫୋକସ" -#: gtk/gtkwidget.c:2213 +#: ../gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "ୱିଜେଟ ମଧ୍ଯରେ ଫୋକସ ସୂଚକକୁ ଅଙ୍କନ କରାଯିବ କି ନାହିଁ" -#: gtk/gtkwidget.c:2219 +#: ../gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "ଫୋକସ ଲାଇନ ଓସାର" -#: gtk/gtkwidget.c:2220 +#: ../gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "ପିକ୍ସେଲରେ ଫୋକସ ସୂଚକ ରେଖାର ଓସାର" -#: gtk/gtkwidget.c:2226 +#: ../gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "ଫୋକସ ବିଖଣ୍ଡିତ ରେଖା ଶୈଳୀ" -#: gtk/gtkwidget.c:2227 +#: ../gtk/gtkwidget.c:2227 msgid "Dash pattern used to draw the focus indicator" msgstr "ଫୋକସ ସୂଚକକୁ ଅଙ୍କନ କରିବା ପାଇଁ ବ୍ଯବହୃତ ବିଖଣ୍ଡିତ ରେଖା ଶୈଳୀ" -#: gtk/gtkwidget.c:2232 +#: ../gtk/gtkwidget.c:2232 msgid "Focus padding" msgstr "ଫୋକସ ପ୍ଯାଡିଙ୍ଗ" -#: gtk/gtkwidget.c:2233 +#: ../gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" msgstr "ଫୋକସ ସୂଚକ ଏବଂ ୱିଜେଟ 'ବାକ୍ସ' ମଧ୍ଯରେ ଓସାର, ପିକ୍ସେଲରେ" -#: gtk/gtkwidget.c:2238 +#: ../gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "ଦର୍ଶିକା ରଙ୍ଗ" -#: gtk/gtkwidget.c:2239 +#: ../gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "ଯେଉଁ ରଙ୍ଗର ସନ୍ନିବେଶନ ଦର୍ଶିକାକୁ ଅଙ୍କନ କରିଯିବ" -#: gtk/gtkwidget.c:2244 +#: ../gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "ଦ୍ବିତୀୟକ ଦର୍ଶିକା ରଙ୍ଗ" -#: gtk/gtkwidget.c:2245 +#: ../gtk/gtkwidget.c:2245 msgid "" "Color with which to draw the secondary insertion cursor when editing mixed " "right-to-left and left-to-right text" @@ -6681,43 +6636,43 @@ msgstr "" "ମିଶ୍ର ଡାହାଣରୁ-ବାମକୁ ଏବଂ ବାମରୁ-ଡାହଣକୁ ପାଠ୍ଯକୁ ସମ୍ପାଦନ କରିବା ସମୟରେ ଯେଉଁ ରଙ୍ଗରେ ଦ୍ବିତୀୟକ " "ସନ୍ନିବେଶନ ଦର୍ଶିକାକୁ ଅଙ୍କନ କରାଯିବ" -#: gtk/gtkwidget.c:2250 +#: ../gtk/gtkwidget.c:2250 msgid "Cursor line aspect ratio" msgstr "ଦର୍ଶିକା ରେଖା ପରିମାପ ଅନୁପାତ" -#: gtk/gtkwidget.c:2251 +#: ../gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "ପରିମାପ ଅନୁପାତ ଯାହା ସହିତ ସନ୍ନିବେଶନ ଦର୍ଶିକାକୁ ଅଙ୍କନ କରାଯିବ" -#: gtk/gtkwidget.c:2265 +#: ../gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "ଅଙ୍କନ ଧାର" -#: gtk/gtkwidget.c:2266 +#: ../gtk/gtkwidget.c:2266 msgid "Size of areas outside the widget's allocation to draw" msgstr "ଅଙ୍କନ କରିବା ପାଇଁ ୱିଜେଟର ସ୍ଥାନ ବାହ୍ଯକ୍ଷେତ୍ରର ଆକାର" -#: gtk/gtkwidget.c:2279 +#: ../gtk/gtkwidget.c:2279 msgid "Unvisited Link Color" msgstr "ଅପରଦର୍ଶିତ ସଂଯୋଗର ରଙ୍ଗ" -#: gtk/gtkwidget.c:2280 +#: ../gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "ଅପରିଦର୍ଶିତ ସଂଯୋଗ ମାନଙ୍କର ରଙ୍ଗ" -#: gtk/gtkwidget.c:2293 +#: ../gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "ପରଦର୍ଶିତ ସଂଯୋଗର ରଙ୍ଗ" -#: gtk/gtkwidget.c:2294 +#: ../gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "ପରିଦର୍ଶିତ ସଂଯୋଗ ମାନଙ୍କର ରଙ୍ଗ" -#: gtk/gtkwidget.c:2308 +#: ../gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "ପ୍ରଶସ୍ତ" -#: gtk/gtkwidget.c:2309 +#: ../gtk/gtkwidget.c:2309 msgid "" "Whether separators have configurable width and should be drawn using a box " "instead of a line" @@ -6725,75 +6680,75 @@ msgstr "" "ବିଭାଜକ ମାନଙ୍କର ବିନ୍ଯାସ ଯୋଗ୍ଯ ଓସାର ଅଛି କି ନାହିଁ ଏବଂ ସେମାନଙ୍କୁ ଗୋଟିଏ ରେଖା ପରିବର୍ତ୍ତେ ଗୋଟିଏ " "ବାକ୍ସ ବ୍ଯବହାର କରି ଅଙ୍କନ କରାଯିବା ଉଚିତ କି" -#: gtk/gtkwidget.c:2323 +#: ../gtk/gtkwidget.c:2323 msgid "Separator Width" msgstr "ବିଭାଜକର ଓସାର" -#: gtk/gtkwidget.c:2324 +#: ../gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" msgstr "ବିଭାଜକର ଓସାର ଯଦି ପ୍ରଶସ୍ତ-ବିଭାଜକ ସକ୍ରିୟ (TRUE) ଅଟେ" -#: gtk/gtkwidget.c:2338 +#: ../gtk/gtkwidget.c:2338 msgid "Separator Height" msgstr "ବିଭାଜକ ଉଚ୍ଚତା" -#: gtk/gtkwidget.c:2339 +#: ../gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" msgstr "ବିଭାଜକର ଉଚ୍ଚତା ଯଦି \"ପ୍ରଶସ୍ତ-ବିଭାଜକ\" ସକ୍ରିୟ (TRUE) ଅଟେ" -#: gtk/gtkwidget.c:2353 +#: ../gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" msgstr "ଭୂସମାନ୍ତର ସ୍କ୍ରୋଲ ତୀର ଲମ୍ବ" -#: gtk/gtkwidget.c:2354 +#: ../gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "ଭୂସମାନ୍ତର ସ୍କ୍ରୋଲ ତୀରର ଲମ୍ବ" -#: gtk/gtkwidget.c:2368 +#: ../gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "ଭୂଲମ୍ବ ସ୍କ୍ରୋଲ ତୀର ଲମ୍ବ" -#: gtk/gtkwidget.c:2369 +#: ../gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "ଭୂଲମ୍ବ ସ୍କ୍ରୋଲ ତୀରର ଲମ୍ବ" -#: gtk/gtkwindow.c:478 +#: ../gtk/gtkwindow.c:478 msgid "Window Type" msgstr "ୱିଣ୍ଡୋ ପ୍ରକାର" -#: gtk/gtkwindow.c:479 +#: ../gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "ୱିଣ୍ଡୋର ପ୍ରକାର" -#: gtk/gtkwindow.c:487 +#: ../gtk/gtkwindow.c:487 msgid "Window Title" msgstr "ୱିଣ୍ଡୋ ଶୀର୍ଷକ" -#: gtk/gtkwindow.c:488 +#: ../gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "ୱିଣ୍ଡୋର ଶୀର୍ଷକ" -#: gtk/gtkwindow.c:495 +#: ../gtk/gtkwindow.c:495 msgid "Window Role" msgstr "ୱିଣ୍ଡୋ ଭୂମିକା" -#: gtk/gtkwindow.c:496 +#: ../gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "ଗୋଟିଏ ଅଧିବେଶନକୁ ପୁନଃସ୍ଥାପନ କରିବା ସମୟରେ ୱିଣ୍ଡୋ ପାଇଁ ଗୋଟିଏ ଅନନ୍ଯ ପରିଚୟକ" -#: gtk/gtkwindow.c:512 +#: ../gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "ପ୍ରାରମ୍ଭିକ ପରିଚୟ" -#: gtk/gtkwindow.c:513 +#: ../gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "ପ୍ରାରମ୍ଭିକରଣ-ସୂଚନା ଦ୍ବାରା ବ୍ଯବହୃତ ୱିଣ୍ଡୋ ପାଇଁ ଅନନ୍ଯ ପ୍ରାରମ୍ଭିକ ପରିଚାୟକ" -#: gtk/gtkwindow.c:520 +#: ../gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "ସଂକୋଚନ ପ୍ରକାରକୁ ସ୍ବୀକାର କରନ୍ତୁ" -#: gtk/gtkwindow.c:522 +#: ../gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -6802,23 +6757,23 @@ msgstr "" "ଯଦି ସତ (TRUE), ୱିଣ୍ଡୋର କୌଣସି ସର୍ବନିମ୍ନ ଆକାର ନାହିଁ। ୯୯% ସମୟରେ ଏହାକୁ ସତ୍ଯ (TRUE) ଭାବରେ " "ବିନ୍ଯାସ କରିବା ଗୋଟିଏ ଭୂଲ ଉପାୟ ଅଟେ" -#: gtk/gtkwindow.c:529 +#: ../gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "ବର୍ଦ୍ଧନକୁ ସ୍ବୀକାର କରନ୍ତୁ" -#: gtk/gtkwindow.c:530 +#: ../gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "ଯଦି ସତ (TRUE), ଚାଳକ ୱିଣ୍ଡୋକୁ ଏହାର ସର୍ବାନିମ୍ନ ଆକାରରୁ ଅଧିକ ପ୍ରସାରିତ କରିପାରିବ" -#: gtk/gtkwindow.c:538 +#: ../gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "ଯଦି ସତ (TRUE), ଚାଳକ ୱିଣ୍ଡୋର ଆକାରକୁ ପରିବର୍ତ୍ତନ କରିପାରିବ" -#: gtk/gtkwindow.c:545 +#: ../gtk/gtkwindow.c:545 msgid "Modal" msgstr "ବାହ୍ଯ ଆକ୍ରୁତିଗତ" -#: gtk/gtkwindow.c:546 +#: ../gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6826,70 +6781,67 @@ msgstr "" "ଯଦି ସତ (TRUE), ୱିଣ୍ଡୋଟି ଗୋଟିଏ ନମୁନା ଅଟେ (ଏହା ବ୍ଯବହ୍ରୁତ ହେଉଥିବା ସମୟରେ ଅନ୍ଯାନ୍ଯ ୱିଣ୍ଡୋ ଗୁଡିକ " "ବ୍ଯବହାର ଯୋଗ୍ଯ ନୁହଁନ୍ତି)" -#: gtk/gtkwindow.c:553 +#: ../gtk/gtkwindow.c:553 msgid "Window Position" msgstr "ଓ୍ବିଣ୍ଡୋର ଅବସ୍ଥାନ" -#: gtk/gtkwindow.c:554 +#: ../gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "ଓ୍ବିଣ୍ଡୋର ପ୍ରାରମ୍ଭିକ ଅବସ୍ଥାନ" -#: gtk/gtkwindow.c:562 +#: ../gtk/gtkwindow.c:562 msgid "Default Width" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଓସାର" -#: gtk/gtkwindow.c:563 +#: ../gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" -msgstr "" -"ସର୍ବପ୍ରଥମେ ୱିଣ୍ଡୋକୁ ପ୍ରଦର୍ଶିତା କରିବା ସମୟରେ ବ୍ଯବହାର କରାଯାଉଥିବା ୱିଣ୍ଡୋର ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଓସାର" +msgstr "ସର୍ବପ୍ରଥମେ ୱିଣ୍ଡୋକୁ ପ୍ରଦର୍ଶିତା କରିବା ସମୟରେ ବ୍ଯବହାର କରାଯାଉଥିବା ୱିଣ୍ଡୋର ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଓସାର" -#: gtk/gtkwindow.c:572 +#: ../gtk/gtkwindow.c:572 msgid "Default Height" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଉଚ୍ଚତା" -#: gtk/gtkwindow.c:573 -msgid "" -"The default height of the window, used when initially showing the window" -msgstr "" -"ସର୍ବପ୍ରଥମେ ୱିଣ୍ଡୋକୁ ପ୍ରଦର୍ଶିତା କରିବା ସମୟରେ ବ୍ଯବହାର କରାଯାଉଥିବା ୱିଣ୍ଡୋର ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଉଚ୍ଚତା" +#: ../gtk/gtkwindow.c:573 +msgid "The default height of the window, used when initially showing the window" +msgstr "ସର୍ବପ୍ରଥମେ ୱିଣ୍ଡୋକୁ ପ୍ରଦର୍ଶିତା କରିବା ସମୟରେ ବ୍ଯବହାର କରାଯାଉଥିବା ୱିଣ୍ଡୋର ପୂର୍ବନିର୍ଦ୍ଧାରିତ ଉଚ୍ଚତା" -#: gtk/gtkwindow.c:582 +#: ../gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "ମୂଳ ସହିତ ନଷ୍ଟ କରି ଦିଅନ୍ତୁ" -#: gtk/gtkwindow.c:583 +#: ../gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "ମୂଳ ନଷ୍ଟ ହୋଇଗଲେ ଏହି ୱିଣ୍ଡୋଟି ନଷ୍ଟ ହୋଇଯିବା ଉଚିତ କି" -#: gtk/gtkwindow.c:591 +#: ../gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "ଏହି ୱିଣ୍ଡୋ ପାଇଁ ଚିତ୍ରସଙ୍କେତ" -#: gtk/gtkwindow.c:607 +#: ../gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "ଏହି ୱିଣ୍ଡୋ ପାଇଁ ପ୍ରସଙ୍ଗିତ ଚିତ୍ରସଙ୍କେତର ନାମ" -#: gtk/gtkwindow.c:622 +#: ../gtk/gtkwindow.c:622 msgid "Is Active" msgstr "ସକ୍ରିୟ ଅଟେ" -#: gtk/gtkwindow.c:623 +#: ../gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "ଉଚ୍ଚ ସ୍ତରଟି ସମ୍ପ୍ରତିକ ସକ୍ରିୟଣ ୱିଣ୍ଡୋରେ ଅଛି କି ନାହିଁ" -#: gtk/gtkwindow.c:630 +#: ../gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "ଉଚ୍ଚ ସ୍ତରରେ ଫୋକସ" -#: gtk/gtkwindow.c:631 +#: ../gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "ନିବେଶ ଫୋକସଟି GtkWindow ମଧ୍ଯରେ ଅଛି କି ନାହିଁ" -#: gtk/gtkwindow.c:638 +#: ../gtk/gtkwindow.c:638 msgid "Type hint" msgstr "ଆଭାସକୁ ଟାଇପ କରନ୍ତୁ" -#: gtk/gtkwindow.c:639 +#: ../gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -6897,98 +6849,99 @@ msgstr "" "ଏହା କେଉଁ ପ୍ରକାରର ୱିଣ୍ଡୋ ଏବଂ ଏହାକୁ କିପରି ବ୍ଯବହାର କରିବେ ତାହା ବୁଝିବା ପାଇଁ ଡେସ୍କଟପ ପରିବେଶ " "ସହାୟତାର ଆଭାସ" -#: gtk/gtkwindow.c:647 +#: ../gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "ସାଧନ ପଟିକୁ ଏଡାଇ ଦିଅନ୍ତୁ" -#: gtk/gtkwindow.c:648 +#: ../gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "ସତ (TRUE), ଯଦି ୱିଣ୍ଡୋଟି ସାଧନ ପଟିରେ ନାହିଁ।" -#: gtk/gtkwindow.c:655 +#: ../gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "ପେଜରକୁ ଏଡାଇ ଦିଅନ୍ତୁ" -#: gtk/gtkwindow.c:656 +#: ../gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "ସତ (TRUE), ଯଦି ୱିଣ୍ଡୋଟି ପେଜରରେ ନାହିଁ।" -#: gtk/gtkwindow.c:663 +#: ../gtk/gtkwindow.c:663 msgid "Urgent" msgstr "ଜରୁରୀ" -#: gtk/gtkwindow.c:664 +#: ../gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "ସତ (TRUE), ଯଦି ୱିଣ୍ଡୋକୁ ଉପଭୋକ୍ତର ଦ୍ରୁଷ୍ଟିକୁ ଅଣାଯାଏ।" -#: gtk/gtkwindow.c:678 +#: ../gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "ଫୋକସକୁ ଗ୍ରହଣ କରନ୍ତୁ" -#: gtk/gtkwindow.c:679 +#: ../gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "ସତ (TRUE), ଯଦି ୱିଣ୍ଡୋ ନିବେଶ ଫୋକସକୁ ପାଇଥାଏ।" -#: gtk/gtkwindow.c:693 +#: ../gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "ମ୍ଯାପରେ ଫୋକସ କରନ୍ତୁ" -#: gtk/gtkwindow.c:694 +#: ../gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "ସତ (TRUE), ଯଦି ମ୍ଯାପ କରାଯିବା ସମୟରେ ୱିଣ୍ଡୋ ନିବେଶ ଫୋକସକୁ ପାଇଥାଏ।" -#: gtk/gtkwindow.c:708 +#: ../gtk/gtkwindow.c:708 msgid "Decorated" msgstr "ସଜା ଯାଇଛି" -#: gtk/gtkwindow.c:709 +#: ../gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "ୱିଣ୍ଡୋଟି ୱିଣ୍ଡୋ ପରିଚାଳକ ଦ୍ବାରା ସଜାଯିବା ଉଚିତ କି ନୁହେଁ" -#: gtk/gtkwindow.c:723 +#: ../gtk/gtkwindow.c:723 msgid "Deletable" msgstr "ଅପସାରଣ ଯୋଗ୍ଯ" -#: gtk/gtkwindow.c:724 +#: ../gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "ୱିଣ୍ଡୋ ଫ୍ରେମ ନିକଟରେ ବନ୍ଦ କରିବା ପାଇଁ ଗୋଟିଏ ବଟନ ରହିବା ଉଚିତ କି ନୁହେଁ" -#: gtk/gtkwindow.c:740 +#: ../gtk/gtkwindow.c:740 msgid "Gravity" msgstr "ସ୍ଥିରତା" -#: gtk/gtkwindow.c:741 +#: ../gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "ୱିଣ୍ଡୋର ୱିଣ୍ଡୋ ସ୍ଥିରତା" -#: gtk/gtkwindow.c:758 +#: ../gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "ୱିଣ୍ଡୋ ପାଇଁ ଅସ୍ଥାୟୀ" -#: gtk/gtkwindow.c:759 +#: ../gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "ସଂଳାପର ଅସ୍ଥାୟୀ ମୂଳ" -#: gtk/gtkwindow.c:774 +#: ../gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "ୱିଣ୍ଡୋ ପାଇଁ ସ୍ବଚ୍ଛତା" -#: gtk/gtkwindow.c:775 +#: ../gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "ୱିଣ୍ଡୋର ସ୍ବଚ୍ଛତା, ୦ ରୁ ୧" -#: modules/input/gtkimcontextxim.c:334 +#: ../modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "IM ଉପସମ୍ପାଦନ ଶୈଳୀ" -#: modules/input/gtkimcontextxim.c:335 +#: ../modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "ନିବେଳ ପ୍ରଣାଳୀ ଉପସମ୍ପାଦନ ବାକ୍ଯଖଣ୍ଡକୁ କିପରି ଅଙ୍କନ କରିବେ" -#: modules/input/gtkimcontextxim.c:343 +#: ../modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "IM ଅବସ୍ଥିତି ଶୈଳୀ" -#: modules/input/gtkimcontextxim.c:344 +#: ../modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "ନିବେଶ ପ୍ରଣାଳୀ ସାଧନ ପଟିକୁ କିପରି ଅଙ୍କନ କରିବେ" + From 2bac62984b4f3ab91060d367a4e940c16a10c656 Mon Sep 17 00:00:00 2001 From: Milos Popovic Date: Wed, 15 Apr 2009 10:47:49 +0200 Subject: [PATCH 066/190] Updated Serbian translation --- po/sr.po | 2645 +++++++++++++++++++++++------------------------ po/sr@latin.po | 2649 +++++++++++++++++++++++------------------------- 2 files changed, 2554 insertions(+), 2740 deletions(-) diff --git a/po/sr.po b/po/sr.po index f321d1ce34..23ddf57d8b 100644 --- a/po/sr.po +++ b/po/sr.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.14\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" +"POT-Creation-Date: 2009-04-15 10:43+0200\n" "PO-Revision-Date: 2008-09-19 20:36+0200\n" "Last-Translator: Горан Ракић \n" "Language-Team: Serbian (sr) \n" @@ -21,58 +21,58 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: gdk/gdk.c:103 -#, fuzzy, c-format +#: ../gdk/gdk.c:103 +#, c-format msgid "Error parsing option --gdk-debug" -msgstr "Грешка при штампању" +msgstr "Грешка у обради опције --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" -msgstr "" +msgstr "Грешка у обради опције --gdk-no-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Класа програма коју користи управљач прозора" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "КЛАСА" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Име програма како га приказује управљач прозора" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "ИМЕ" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "Икс приказ који користити" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "ПРИКАЗ" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "Икс екран који да користи" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "ЕКРАН" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Које Гдк опције за налажење грешака укључити" @@ -80,246 +80,223 @@ msgstr "Које Гдк опције за налажење грешака укљ #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "ОПЦИЈЕ" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Које Гдк опције за налажење грешака искључити" -#: gdk/keyname-table.h:3940 -#, fuzzy +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" -msgstr "_Замени" +msgstr "BackSpace" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" -msgstr "" +msgstr "Tab" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" -msgstr "" +msgstr "Return" -#: gdk/keyname-table.h:3943 -#, fuzzy +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" -msgstr "Заустављено" +msgstr "Pause" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" -msgstr "" +msgstr "Scroll_Lock" -#: gdk/keyname-table.h:3945 -#, fuzzy +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" -msgstr "Систем датотека" +msgstr "Sys_Req" -#: gdk/keyname-table.h:3946 -#, fuzzy +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" -msgstr "Пејзаж" +msgstr "Escape" -#: gdk/keyname-table.h:3947 -#, fuzzy +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" -msgstr "Вишеструки пристисци" +msgstr "Вишефункцијски тастер" # ako je za "home directory", onda bi bilo dobro "licni direktorijum", ako je za "home page", onda za "licna stranica" -#: gdk/keyname-table.h:3948 -#, fuzzy +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Лично" -#: gdk/keyname-table.h:3949 -#, fuzzy +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" -msgstr "_Лево:" +msgstr "Лево" -#: gdk/keyname-table.h:3950 -#, fuzzy +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Горе" -#: gdk/keyname-table.h:3951 -#, fuzzy +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" -msgstr "Д_есно:" +msgstr "Десно" -#: gdk/keyname-table.h:3952 -#, fuzzy +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" -msgstr "_Доле" +msgstr "Доле" -#: gdk/keyname-table.h:3953 -#, fuzzy +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" -msgstr "Поде_шавање стране" +msgstr "Page_Up" -#: gdk/keyname-table.h:3954 -#, fuzzy +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" -msgstr "_Доле" +msgstr "Page_Down" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" -msgstr "" +msgstr "End" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" -msgstr "" +msgstr "Begin" -#: gdk/keyname-table.h:3957 -#, fuzzy +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Штампај" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" -msgstr "" +msgstr "Insert" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" -msgstr "" +msgstr "Num_Lock" -#: gdk/keyname-table.h:3960 -#, fuzzy +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" -msgstr "_Замени" +msgstr "KP_Space" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" -msgstr "" +msgstr "KP_Tab" -#: gdk/keyname-table.h:3962 -#, fuzzy +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" -msgstr "Штампач" +msgstr "KP_Enter" # ako je za "home directory", onda bi bilo dobro "licni direktorijum", ako je za "home page", onda za "licna stranica" -#: gdk/keyname-table.h:3963 -#, fuzzy +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" -msgstr "_Почетак" +msgstr "KP_Home" -#: gdk/keyname-table.h:3964 -#, fuzzy +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" -msgstr "_Лево:" +msgstr "KP_Лево" -#: gdk/keyname-table.h:3965 -#, fuzzy +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" -msgstr "_Горе" +msgstr "KP_Горе" -#: gdk/keyname-table.h:3966 -#, fuzzy +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" -msgstr "Д_есно:" +msgstr "KP_Десно" -#: gdk/keyname-table.h:3967 -#, fuzzy +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" -msgstr "_Доле" +msgstr "KP_Доле" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" -msgstr "" +msgstr "KP_Page_Up" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" -msgstr "" +msgstr "KP_Prior" -#: gdk/keyname-table.h:3970 -#, fuzzy +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" -msgstr "" +msgstr "KP_Next" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" -msgstr "" +msgstr "KP_End" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" -msgstr "" +msgstr "KP_Begin" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" -msgstr "" +msgstr "KP_Insert" -#: gdk/keyname-table.h:3975 -#, fuzzy +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" -msgstr "_Обриши" +msgstr "KP_Delete" -#: gdk/keyname-table.h:3976 -#, fuzzy +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" -msgstr "_Обриши" +msgstr "Delete" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Не могу да отворим датотеку „%s“: %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Слика „%s“ не садржи податке" # ово има највише смисла -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "" "Не могу да учитам слику „%s“: разлог непознат, вероватно неисправан запис" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -327,12 +304,12 @@ msgid "" msgstr "" "Не могу да учитам анимацију „%s“: разлог непознат, вероватно неисправан запис" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Не могу да учитам део за учитавање слике: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -341,53 +318,53 @@ msgstr "" "Део за учитавање слике %s не подржава одговарајућу спрегу; можда је из " "различитог ГТК издања?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Врста слике „%s“ није подржана" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Не могу препознати начин записа слике у датотеци „%s“" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Непознат начин записа слике" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Не могу да учитам слику „%s“: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Грешка при упису у датотеку слике: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "Ово издање програма gdk-pixbuf не подржава чување ове врсте слике: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Недовољно меморије за чување слике у позивну функцију" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Не могу да отворим привремену датотеку" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Не могу да читам из привремене датотеке" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Не могу да отворим „%s“ ради уписа: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -396,15 +373,15 @@ msgstr "" "Не могу да затворим „%s“ при упису слике, могуће је да нису сви подаци " "сачувани: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Недовољно меморије за чување слике у бафер" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Грешка при упису у ток слике" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -413,24 +390,24 @@ msgstr "" "Унутрашња грешка: део за учитавање слика „%s“ није успео да обави операцију, " "а није навео ни разлог неуспеха" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Није подржано постепено учитавање слике врсте „%s“" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Заглавље слике оштећено" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Непозната врста слике" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Оштећени подаци о тачкама слике" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" @@ -438,238 +415,245 @@ msgstr[0] "неуспела потражња бафера слике од %u б msgstr[1] "неуспела потражња бафера слике од %u бајта" msgstr[2] "неуспела потражња бафера слике од %u бајтова" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Неочекивани део иконе у анимацији" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Неподржана врста анимације" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Неисправно заглавље анимације" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Нема довољно меморије да учита анимацију" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Неисправан део анимације" # забрљано -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "ANI запис слика" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "BMP слика има неисправно заглавље" # шта нам нарочито битмап каже? -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Нема довољно меморије да учита слику" # или неподржану величину заглавља??? -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "BMP слика садржи заглавље неподржане величине" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Одозго-надоле BMP слике се не могу компресовати" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Наишао на превремен крај датотеке" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Не могу обезбедити меморију за чување BMP датотеке" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Не могу да упишем у BMP датотеку" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "BMP запис слике" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Грешка при читању GIF-а: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "GIF датотеци недостаје нешто података (можда је некако одсечена?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Унутрашња грешка при учитавању GIF-а (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Прекорачење стека" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "Део за учитавање GIF слика не препознаје ову слику." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Наишао је на лош запис" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Кружни унос у табели GIF датотеке" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Нема довољно меморије да учита GIF датотеку" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Нема довољно меморије за слагање кадра у GIF датотеци" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "GIF слика је оштећена (неисправно LZW сажимање)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Изгледа да се не ради о GIF датотеци" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "Издање %s GIF врсте записа није подржано" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." msgstr "GIF слика нема општу мапу боја, а кадар у њему нема засебну мапу боја." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "GIF слика је одсечена или непотпуна." # забрљано -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "GIF запис слике" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Неисправно заглавље иконе" # негде сам видео добар превод за иконицу, али не сећам се који је, а ни где -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Недовољно меморије за учитавање иконе" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Икона је ширине нула" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Икона је висине нула" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Не подржавам компресоване иконе" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Неподржана врста икона" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Недовољно меморије аз учитавање ICO датотеке" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Слика је превелика да би се сачувала као ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Показивач курсора је ван слике" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Неподржана дубина за ICO датотеку: %d" # -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "ICO запис слике" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Грешка при читању ICNS слике: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Не могу да декодирам ICNS датотеку" # -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "ICNS формат слике" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Не могу да обезбедим меморију за ток" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Не могу да декодирам слику" # колико њих ће ме тући због „преиначени"? -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Преиначени ЈПЕГ2000 има висину или ширину нула." -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Врста слике за сада није подржана" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Не могу да обезбедим меморију за палету боја" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Недовољно меморије за отварање ЈПЕГ2000 датотеке" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Не могу да обезбедим меморију за бафер података слике" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "ЈПЕГ2000 запис слике" # као код фотоапарата/развијања слика ;) -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Грешка при развијању JPEG слике (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -678,22 +662,22 @@ msgstr "" "меморију" # графички дизајнери, како се ово преводи? -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Неподржан JPEG простор боја (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Не могу обезбедити меморију за учитавање JPEG датотеке" # колико њих ће ме тући због „преиначени"? -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Преиначени ЈПЕГ има висину или ширину нула." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -702,7 +686,7 @@ msgstr "" "Квалитет JPEG-а мора бити вредност између 0 и 100; не могу да разумем " "вредност „%s“." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -710,87 +694,87 @@ msgstr "" "Квалитет JPEG-а мора бити вредност између 0 и 100; није дозвољена вредност „%" "d“." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG запис слике" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Не могу да обезбедим меморију за заглавље" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Не могу да обезбедим меморију за податке о контексту" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Слика је неисправне ширине и/или висине" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Слика користи неподржан број битова по тачки" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Слика садржи неподржан број %d-битних равни" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Не могу да направим нови pixbuf" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Не могу обезбедити меморију за податке линије" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Не могу обезбедити меморију за податке палете" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Нисам учитао све линије из PCX слике" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Није нађена палета на крају PCX података" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "PCX запис слике" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Неисправан број битова по каналу PNG слике." # колико њих ће ме тући због „преиначени"? -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Преиначени PNG има висину или ширину нула." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Број битова по каналу преиначеног PNG није 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Преиначени PNG није RGB или RGBA." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "Неподржан број канала у преиначеној PNG слици; мора бити 3 или 4." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Кобна грешка у PNG слици: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Нема довољно меморије да учита PNG датотеку" # не морамо ваљда све дословно? -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -799,26 +783,26 @@ msgstr "" "Недовољно меморије за смештај слике величине %ld×%ld; покушајте да " "ослободите нешто меморије затварањем неких програма" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Кобна грешка при читању PNG слике" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Кобна грешка при читању PNG слике: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Кључеви за текстуалне одељке PNG-а морају имати бар 1, а највише 79 знакова." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "Кључеви за текстуалне одељке PNG-а морају бити АСКРИ знакови." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -827,7 +811,7 @@ msgstr "" "Ниво компресије PNG-а мора бити вредност између 0 и 9; не разумем вредност „%" "s“." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -836,385 +820,389 @@ msgstr "" "Ниво компресије PNG-а мора бити вредност између 0 и 9; вредност „%d“ није " "допуштена." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "Вредност текстуалног одељка PNG-а %s се не може претворити у ИСО-8859-1 " "запис." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "PNG запис слике" # Да ли користити аорист?? Ја сам за, а шта кажу остали... -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "Део за учитавање PNM слика је очекивао цео број, али није га нашао" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "PNM датотека садржи неисправан почетни бајт" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "PNM датотека није у познатом PNM подзапису" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "PNM датотека садржи слику ширине 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "PNM датотека садржи слику висине 0" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Највећа вредност боје у PNM датотеци је 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Највећа вредност боје у PNM датотеци је превелика" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Сирова PNM врста слике неисправна" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "Део за учитавање PNM слика не подржава овај PNM подзапис" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "Сиров PNM запис захтева тачно један размак пре садржаја" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Не могу да обезбедим меморију за учитавање PNM слике" # у сваком структу (Це језик) су неки подаци -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Недовољно меморије за учитавање PNM података о смислу" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Неочекиван крај PNM слике" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Недовољно меморије за учитавање PNM датотеке" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "Породица PNM/PBM/PGM/PPM записа слика" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "RAS слика има неисправно заглавље" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "RAS слика је непознате врсте" # мало слободе овак'оме уметнику се мора дати -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "неподржана врста RAS слике" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Недовољно меморије за учитавање RAS слике" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Sun-ов запис растерских слика" # овде не можемо ставити „податке“ пошто ова структура показује на податке, види ниже -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Не могу да обезбедим меморију за IOBuffer структуру" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Не могу да обезбедим меморију за IOBuffer податке" # мало опширније него што би требало: део „помоћу...“ се може избацити # bug: don't use slang -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Не могу да проширим IOBuffer податке помоћу realloc()" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Не могу да обезбедим привремене IOBuffer податке" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Не могу да обезбедим нови pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Не могу да обезбедим структуру за мапу боја" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Не могу да обезбедим ставке за мапу боја" # bitdepth непосредно утиче на број боја -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Неочекиван број боја за ставке мапе боја" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Не могу да обезбедим меморију за TGA заглавље" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "TGA слика је неисправне величине" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "TGA запис слике није подржан" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Не могу да обезбедим меморију за TGA податке о контексту" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Претерано података у датотеци" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Targa запис слика" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Не могу да прочитам ширину слике (лоша TIFF датотека)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Не могу да сазнам висину слике (лоша TIFF датотека)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "Висина или ширина TIFF слике је нула" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "TIFF слика је превелика" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Недовољно меморије за отварање TIFF датотеке" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Неуспело учитавање RGB података из TIFF датотеке" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Неуспело отварање TIFF слике" # да ли је ово нешто нарочито за TIFF, или се и то може превести? -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "TIFFClose операција није успела" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Неуспело учитавање TIFF слике" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Неуспело чување TIFF слике" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Неуспео упис TIFF слике" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Не могу да упишем у TIFF датотеку" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "TIFF запис слика" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Слика је ширине нула" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Слика је висине нула" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Недовољно меморије за учитавање слике" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Не могу да сачувам остатак" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "WBMP запис слика" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Неисправна XBM датотека" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Недовољно меморије за учитавање XBM слике" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "Неуспео упис у привремену датотеку при учитавању XBM слике" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "XBM запис слика" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Није нашао XPM заглавље" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Неисправно XPM заглавље" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "XPM слика је ширине ≤0" # можда боље речима? -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "XPM слика је висине ≤0" # или можда пикселу? -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM има неисправан број знакова по тачки" # можда боље речима? -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "XPM датотека има неисправан број боја" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Не могу да обезбедим меморију за учитавање XPM слике" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Не могу да учитам XPM мапу боја" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "Неуспео упис у привремену датотеку при учитавању XPM слике" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "XPM запис слике" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "ЕМФ запис слике" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Не могу да обезбедим меморију: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Не могу да направим ток: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Не могу да се крећем по току: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Не могу да читам из тока: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Не могу да отворим битмапу" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Не могу да отворим metafile" # мало слободе овак'оме уметнику се мора дати -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Неподржана врста слике за ГДИ+" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Не могу да сачувам" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "WMF запис слика" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Не спајај ГДИ захтеве" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Не користи Wintab АПИ за подршку таблета" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Исто што и --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Не користи Wintab АПИ [подразумевано]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Величина палете у 8-битном режиму" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "БОЈЕ" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Учини Икс позиве синхроним" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Покрећем %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Отварам „%s“" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" @@ -1222,46 +1210,46 @@ msgstr[0] "Отварам %d ставку" msgstr[1] "Отварам %d ставке" msgstr[2] "Отварам %d ставки" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Лиценца" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Лиценца програма" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Заслуге" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Лиценца" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "О %s" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Заслуге" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Аутори" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Документација" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Превод" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Графика" @@ -1270,8 +1258,7 @@ msgstr "Графика" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 -#, fuzzy +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1281,8 +1268,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 -#, fuzzy +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1292,8 +1278,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 -#, fuzzy +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1303,60 +1288,57 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 -#, fuzzy +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" -msgstr "Папир" +msgstr "Super" #. This is the text that should appear next to menu accelerators #. * that use the hyper key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 -#, fuzzy +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" -msgstr "Папир" +msgstr "Hyper" #. This is the text that should appear next to menu accelerators #. * that use the meta key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" -msgstr "" +msgstr "Meta" -#: gtk/gtkaccellabel.c:715 -#, fuzzy +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" -msgstr "_Замени" +msgstr "Размак" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" -msgstr "" +msgstr "Контра коса црта" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "Неисправна функција типа: „%s“" +msgstr "Неисправна функција типа у реду %d: „%s“" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "Дупликат ИД објекта „%s“ у реду %d (претходно у реду %d)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Неисправан елемент корена: „%s“" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Неподржана ознака: „%s“" @@ -1370,7 +1352,7 @@ msgstr "Неподржана ознака: „%s“" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1378,7 +1360,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1387,10 +1369,10 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" -msgstr "" +msgstr "2000" #. Translators: this defines whether the day numbers should use #. * localized digits or the ones used in English (0123...). @@ -1402,11 +1384,11 @@ msgstr "" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" -msgstr "" +msgstr "%Id" #. Translators: this defines whether the week numbers should use #. * localized digits or the ones used in English (0123...). @@ -1418,11 +1400,11 @@ msgstr "" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" -msgstr "" +msgstr "%Id" #. Translators: This dictates how the year is displayed in #. * gtkcalendar widget. See strftime() manual for the format. @@ -1434,17 +1416,15 @@ msgstr "" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 -#, fuzzy +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" -msgstr "Y" +msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 -#, fuzzy +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Искључено" @@ -1453,25 +1433,25 @@ msgstr "Искључено" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Нова пречица..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 -#, fuzzy, c-format +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 +#, c-format msgctxt "progress bar label" msgid "%d %%" -msgstr "%d.%b.%Y." +msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Изаберите боју" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Примио је неисправне податке о бојама\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1479,7 +1459,7 @@ msgstr "" "Изаберите боју коју желите из спољног прстена. Изаберите осветљеност или " "затамњеност те боје помоћу унутрашњег прстена." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1487,69 +1467,69 @@ msgstr "" "Кликните на капало, а затим кликните на боју било где на вашем екрану да је " "изаберете." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Нијанса:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Положај на точку боја." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Засићеност:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "„Дубина“ боје." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Вредност:" # Mozda "vedrina boje"? -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Осветљеност боје." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Црвена:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Количина црвене светлости у боји." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Зелена:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Количина зелене светлости у боји." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Плава:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Количина плаве светлости у боји." # Ово значи „непровидност“, али истовремено се одређује и провидност, па нема забуне. -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "_Провидност:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Провидност боје." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "_Име боје:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1557,15 +1537,15 @@ msgstr "" "Овде можете унети боју на HTML начин као хексадекадну вредност, или " "једноставно енглеско име боје као што је „orange“." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Палета" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Точак боја" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1575,7 +1555,7 @@ msgstr "" "можете одвући на ставку палете, или изабрати ову боју као текућу одвлачећи " "је на преглед тренутно изабране боје." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1583,11 +1563,11 @@ msgstr "" "Боја коју сте изабрали. Можете одвући ову боју на ставку палете како би је " "сачували за накнадну употребу." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "Овде _сачувај боју" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1596,56 +1576,55 @@ msgstr "" "ову ставку, довуците овде боју или кликните десним тастером миша и изаберите " "„Овде сачувај боју“." -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Избор боје" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Начини уноса" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Убаци контролни Уникод знак" -#: gtk/gtkentry.c:9797 -#, fuzzy +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" -msgstr "Умножи _путању" +msgstr "Caps Lock је укључен" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Изабери датотеку" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Радна површ" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(ништа)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Нека друга..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Не могу да сазнам податке о датотеци" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Не могу да додам обележивач" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Не могу да уклоним обележивач" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Не могу да направим фасциклу" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1653,11 +1632,11 @@ msgstr "" "Фасцикла се не може направити, пошто већ постоји датотека истог имена. " "Користите друго име за фасциклу, или прво преименујте датотеку." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Неисправно име датотеке" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Не могу да прикажем садржај фасцикле" @@ -1665,159 +1644,159 @@ msgstr "Не могу да прикажем садржај фасцикле" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s на %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Тражи" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Скоро коришћено" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Изабери које врсте датотека се приказују" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Додај фасциклу „%s“ у обележиваче" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Додај текућу фасциклу међу обележиваче" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Додај изабране фасцикле међу обележиваче" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Уклони обележивач „%s“" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Уклони" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Преименуј..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Места" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Места" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Додај" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Додај изабрану фасциклу у обележиваче" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Уклони" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Уклони изабрани обележивач" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Не могу да изаберем датотеку" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Додај међу обележиваче" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Прикажи са_кривене датотеке" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" -msgstr "" +msgstr "Прикажи колоне са _величином" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Датотеке" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Име:" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Величина" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Измењена" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Име:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_Разгледај остале фасцикле" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Унеси име датотеке" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Направи _фасциклу" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Путања:" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Сачувај у _фасцикли:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Направи у _фасцикли:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Не могу да уђем у фасциклу зато што није локална" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Пречица %s већ постоји" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "Пречица %s не постоји" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Датотека „%s“ већ постоји. Да ли да препишем преко?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." @@ -1825,15 +1804,15 @@ msgstr "" "Ова датотека већ постоји у „%s“. Ако је замените са новом, садржај ће бити " "преписан." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Замени" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Не могу да започнем претраживање" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1841,54 +1820,54 @@ msgstr "" "Програм не може да успостави везу са сервисом индексирања. Увери се да је он " "покренут." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Не могу да пошаљем захтев претраге" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Тражи:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Не могу да прикључим %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Унесите име нове фасцикле" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Непознато" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Јуче у %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Неисправна путања" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Без поклапања" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Један могући наставак" @@ -1896,13 +1875,13 @@ msgstr "Један могући наставак" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Поклапање, али има и других" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Настављам..." @@ -1910,50 +1889,49 @@ msgstr "Настављам..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" -msgstr "" +msgstr "Можете изабрати само локалне датотеке" #. Another option is to complete the hostname based on the remote volumes that are mounted #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" -msgstr "" +msgstr "Половично име домаћина; завршите га са „/“" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 -#, fuzzy +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" -msgstr "Пречица %s не постоји" +msgstr "Путања не постоји" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Грешка при прављењу фасцикле „%s“: %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Фасцикле" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "Фас_цикле" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "Дато_теке" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Фасцикла је нечитљива: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1964,90 +1942,90 @@ msgstr "" "доступна овом програму.\n" "Да ли сте сигурни да желите да је изаберете?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Нова фасцикла" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "_Обриши датотеку" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Преименуј датотеку" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Име фасцикле „%s“ садржи симболе који нису дозвољени у именима датотека" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Нова фасцикла" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "_Име фасцикле:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "Н_аправи" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Име датотеке „%s“ садржи симболе који су недозвољени у именима датотека" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Грешка при брисању датотеке „%s“: %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Заиста обрисати датотеку „%s“?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Обриши датотеку" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Грешка при преименовању датотеке у „%s“: %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Грешка при преименовању датотеке „%s“: %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Грешка при преименовању датотеке „%s“ у „%s“: %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Преименуј датотеку" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Преименовати датотеку „%s“ у:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Преименуј" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Избор: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2056,15 +2034,15 @@ msgstr "" "Име датотеке „%s“ се не може претворити у УТФ-8 (покушајте поставити " "променљиву окружења G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Неисправан УТФ-8" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Предугачко име" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Не могу претворити име датотеке" @@ -2073,75 +2051,75 @@ msgstr "Не могу претворити име датотеке" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Систем датотека" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Не могу да откријем коренску фасциклу" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Празно)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Изаберите фонт" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Фонт" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "абвгдђшжчћљњџ АБВГДЂШЖЧЋЉЊЏ abcčćdđ ABCČĆDĐ" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Породица:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Стил:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Величина:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "Пре_глед:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Избор фонта" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Гама" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "_Гама вредност" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Грешка при учитавању иконе: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2154,141 +2132,140 @@ msgstr "" "Можете набавити примерак са:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "Икона „%s“ није присутна у теми" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Неуспело учитавање иконице" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Једноставна" -#: gtk/gtkimmulticontext.c:541 -#, fuzzy +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" -msgstr "Систем датотека" +msgstr "Систем" -#: gtk/gtkimmulticontext.c:625 -#, fuzzy, c-format +#: ../gtk/gtkimmulticontext.c:625 +#, c-format msgctxt "input method menu" msgid "System (%s)" -msgstr "%s (%s)" +msgstr "Систем (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Унос" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Нема проширених улазних уређаја" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Уређај:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Искључено" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Екран" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Прозор" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Режим:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Осе" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Тастери" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Притисак:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "X _нагиб:" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Y н_агиб:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "То_чкић:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "ништа" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(онемогућено)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(непознато)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Очисти" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Умножи УРЛ" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Неисправан УРЛ" # допунски додаци? „добар фазон“... црни Данило #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Учитај допунске Гтк+ додатке" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "ДОДАЦИ" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Учини сва упозорења кобним" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Које Гтк+ опције за налажење грешака укључити" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Које Гтк+ опције за налажење грешака искључити" @@ -2297,65 +2274,66 @@ msgstr "Које Гтк+ опције за налажење грешака ис #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Не могу да приступим екрану: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Гтк+ опције" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Прикажи Гтк+ опције" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Повежи _се" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Повежи се _анонимно" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Повежи се као _корисник:" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Корисничко име:" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Домен:" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Лозинка:" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Одмах заборави лозинку" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Запамти лозинку _до одјављивања" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Запамти _заувек" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Лист %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Датотека са поставком странице није исправна" @@ -2365,11 +2343,11 @@ msgstr "Датотека са поставком странице није ис #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2377,15 +2355,15 @@ msgstr "" "Било који штампач\n" "За преносиве документе" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "инч" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2400,88 +2378,88 @@ msgstr "" " Горе: %s %s\n" " Доле: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Одреди посебне величине..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Формат за:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "Величина _папира:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Усмерење:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Подешавање стране" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Маргине као у штампачу..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Посебна величина %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Одреди посебне величине" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Ширина:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Висина:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Величина папира" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Горе:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Доле:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Лево:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "Д_есно:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Маргине" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Уз путању" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Низ путању" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Корен система датотека" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Није доступно" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "_Сачувај у фасцикли:" @@ -2489,186 +2467,176 @@ msgstr "_Сачувај у фасцикли:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s — посао #%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" -msgstr "" +msgstr "Покретање" -#: gtk/gtkprintoperation.c:1518 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" -msgstr "Припремање %d" +msgstr "Припремам за штампу" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" -msgstr "" +msgstr "Образујем податке" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" -msgstr "" +msgstr "Шаљем податке" -#: gtk/gtkprintoperation.c:1521 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" -msgstr "Упозорење" +msgstr "Чекам" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" -msgstr "" +msgstr "Заустављено због проблема" -#: gtk/gtkprintoperation.c:1523 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" -msgstr "Штампам %d" +msgstr "Штампам" -#: gtk/gtkprintoperation.c:1524 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" -msgstr "Завршавам" +msgstr "Завршено" -#: gtk/gtkprintoperation.c:1525 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" -msgstr "Готово уз грешку" +msgstr "Завршено уз грешку" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" -msgstr "Припремање %d" +msgstr "Припремам %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "Припремам" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Штампам %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "Грешка при изради прегледа" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "Најчешћи разлог је да није могуће направити привремену датотеку." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Грешка при покретању прегледа" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Грешка при штампању" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Програм" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Штампач је искључен" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Нема папира" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Заустављено" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Потребна интервенција корисника" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Посебна величина" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Штампач није пронађен" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Неисправан аргумент за CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Грешка у StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Нема довољно слободне меморије" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Неисправан аргумент са PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Неисправан показивач на PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Неисправна закачка ка PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Непозната грешка" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Штампач" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Путања" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Стање" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Опсег" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Све листове" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Тренутну" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Стран_е" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2676,126 +2644,125 @@ msgstr "" "Наведи један или више опсега страница,\n" " нпр. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "Стран_е" +msgstr "Стране" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Примерака" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Примера_ка:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Сложи" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Обрни" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Опште" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Слагање страна" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Са лева на десно" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Са десна на лево" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Распоред" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Д_вострано:" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "_Страна на листу:" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Ре_дослед страна:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Штампај сам_о:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Све листове" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Парне листове" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Непарне листове" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Р_азмера:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Папир" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Тип папира:" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Фиока за папир:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Излазна т_рака:" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Подаци о послу" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Важн_ост:" # bug(goran): ??? -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Подаци за _фактурисање:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Штампај документ" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Сад" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_У:" @@ -2803,123 +2770,125 @@ msgstr "_У:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" +"Одредите време за пошетак штампе,\n" +"На пример: 18, 15:30, 14:15:20" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "Време штампања" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "На _чекању" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" -msgstr "" +msgstr "Задржи посао док се изричито не затражи штампа" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Додај насловну страну" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "П_ре:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "П_осле:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Посао" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Напредно" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Квалитет слике" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Боја" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Завршавам" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Нека подешавања у прозорчету се сударају" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Штампај" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Не могу пронаћи датотеку за укључивање: „%s“" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Не могу пронаћи датотеку са сликом у pixmap_path: „%s“" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Ова функција није имплементирана за контроле у класи „%s“" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Изабери које врсте докумената се приказују" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Није пронађена ставка за УРИ „%s“" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Неименовани филтер" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Не могу да изаберем ставку" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Не могу да очистим листу" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Умножи _путању" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "У_клони из листе" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Очисти листу" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Прикажи _приватне ресурсе" @@ -2933,21 +2902,21 @@ msgstr "Прикажи _приватне ресурсе" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Ни једна ставка није пронађена" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Није пронађен скоро коришћен ресурс са УРИ адресом „%s“" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Отвори „%s“" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Непозната ставка" @@ -2956,46 +2925,46 @@ msgstr "Непозната ставка" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" -msgstr "" +msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 -#, fuzzy, c-format +#: ../gtk/gtkrecentchoosermenu.c:821 +#, c-format msgctxt "recent menu label" msgid "%d. %s" -msgstr "%s (%s)" +msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Не могу пронаћи ставка са УРИ адресом „%s“" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Обавештење" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Упозорење" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Грешка" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Питање" @@ -3003,696 +2972,696 @@ msgstr "Питање" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_О програму" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Додај" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Примени" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "За_црњено" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "Оду_стани" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_ЦД уређај" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Очисти" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Затвори" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "Успостави ве_зу" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Претвори" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Умножи" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "_Исеци" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Обриши" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Одбаци" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "П_рекини везу" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Изврши" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Уреди" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Нађи" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Нађи и _замени" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "Дис_кета" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Цео екран" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "Напусти _цео екран" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Доле:" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "П_рви" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "Послед_њи" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Горе:" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Назад" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Доле" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "На_пред" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Горе" # Или „хард диск“ -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Тврди диск" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Помоћ" # ako je za "home directory", onda bi bilo dobro "licni direktorijum", ako je za "home page", onda za "licna stranica" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Почетак" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Повећај увлачење" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Умањи увлачење" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Индекс" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "По_даци" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Курзив" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Иди на" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Претвори" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "Дато_теке" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Лево:" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "Д_есно:" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "На_пред" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Ново" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "Заустављено" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Места" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "Пре_тходна" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "С_ними" # хм, хм? #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "Пре_мотај" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Заустави" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Мрежа" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Ново" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Не" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "У _реду" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Отвори" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Пејзаж" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Портрет" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Преврнути пејзаж" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Преврнути портрет" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Поде_шавање стране" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "У_баци" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "Пос_тавке" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Штампај" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Пре_глед пред штампу" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Особине" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Изађи" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Понови" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Освежи" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Уклони" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Врати" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Сачувај" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Сачувај _као" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Изабери _све" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Боја" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Фонт" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Растући" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Опадајући" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_Провера писања" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Заустави" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Прецртај" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Поврати" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Подвуци" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Опозови" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Да" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Обична величина" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "_Најбоље слагање" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "У_већај" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "У_мањи" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Непозната грешка при распакивању из ниске за %s" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Није пронађена функција за распакивање формата %s из ниске" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "И „id“ и „name“ су пронађени у елементу <%s>" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "Атрибут „%s“ је пронађен два пута у елементу <%s>" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "Елемент <%s> има неисправну ИД ознаку „%s“" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "Елемент <%s> нема ни атрибут „id“ нити „name“" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "Атрибут „%s“ је поновљен два пута у истом елементу <%s>" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "Атрибут „%s“ не може бити на овај начин унутар елемента <%s>" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Ознака „%s“ није дефинисана." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Безимена ознака је пронађена па ознаке не могу бити направљене." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "Ознака „%s“ не постоји у баферу па ознаке не могу бити направљене." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Елемент <%s> не може бити испод <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "„%s“ није исправан тип атрибута" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "„%s“ није исправно име атрибута" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "Није могуће претворити „%s“ у вредност типа „%s“ за атрибут „%s“" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "„%s“ није испрана вредност атрибута „%s“" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Ознака „%s“ је већ дефинисана" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Ознака „%s“ има неисправан приоритет „%s“" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "Први спољашњи елемент у тексту мора бити а не <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Елемент <%s> је већ наведен" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Елемент се не може појавити пре елемента " -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Подаци нису лепо запаковани у ниску" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Подаци нису лепо запаковани у ниску. Прва област није GTKTEXTBUFFERCONTENTS-" "0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM Обележивач за с_лева-на-десно" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM Обележивач за с_десна-на-лево" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE _убацивање слева-на-десно" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE у_бацивање сдесна-на-лево" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO пр_иморавање слева-на-десно" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO приморава_ње сдесна-на-лево" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF _Почни усмерен запис" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS _размак без ширине" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ _спојница без ширине" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ _неспојница без ширине" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Не могу да пронађем мотор теме у путањи за модуле: „%s“," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "—— Нема савета ——" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Неочекивана почетна ознака „%s“ у %d. реду, %d. знак" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Неочекивани знаковни подаци у %d. реду, %d. знак" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Празно" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Јачина" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Мења јачину на доле или горе" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Подешава јачину" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Потишај" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Потишај звук" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Појачај" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Појачај звук" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Утишано" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Пуна јачина" @@ -3701,984 +3670,928 @@ msgstr "Пуна јачина" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 -#, fuzzy, c-format +#: ../gtk/gtkvolumebutton.c:164 +#, c-format msgctxt "volume percentage" msgid "%d %%" -msgstr "%d.%b.%Y." +msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 -#, fuzzy +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" -msgstr "Име:" +msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" -msgstr "" +msgstr "А0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" -msgstr "" +msgstr "А0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" -msgstr "" +msgstr "А0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" -msgstr "" +msgstr "А1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" -msgstr "" +msgstr "А10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" -msgstr "" +msgstr "А1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" -msgstr "" +msgstr "А1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" -msgstr "" +msgstr "А2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" -msgstr "" +msgstr "А2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" -msgstr "" +msgstr "А2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" -msgstr "" +msgstr "А2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" -msgstr "" +msgstr "А3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" -msgstr "" +msgstr "А3 Extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" -msgstr "" +msgstr "А3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" -msgstr "" +msgstr "А3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" -msgstr "" +msgstr "А3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" -msgstr "" +msgstr "А3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" -msgstr "" +msgstr "А3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" -msgstr "" +msgstr "А4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" -msgstr "" +msgstr "Екстра А4" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" -msgstr "" +msgstr "А4 ролна" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" -msgstr "" +msgstr "А4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" -msgstr "" +msgstr "А4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" -msgstr "" +msgstr "А4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" -msgstr "" +msgstr "А4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" -msgstr "" +msgstr "А4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" -msgstr "" +msgstr "А4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" -msgstr "" +msgstr "А4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" -msgstr "" +msgstr "А5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" -msgstr "" +msgstr "Екстра А5" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" -msgstr "" +msgstr "А6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" -msgstr "" +msgstr "А7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" -msgstr "" +msgstr "А8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" -msgstr "" +msgstr "А9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" -msgstr "" +msgstr "Б0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" -msgstr "" +msgstr "Б1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" -msgstr "" +msgstr "Б10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" -msgstr "" +msgstr "Б2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" -msgstr "" +msgstr "Б3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" -msgstr "" +msgstr "Б4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" -msgstr "" +msgstr "Б5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" -msgstr "" +msgstr "Екстра Б5" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" -msgstr "" +msgstr "Б6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" -msgstr "" +msgstr "Б6/Ц4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" -msgstr "" +msgstr "Б7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" -msgstr "" +msgstr "Б8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" -msgstr "" +msgstr "Б9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" -msgstr "" +msgstr "Ц0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" -msgstr "" +msgstr "Ц1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" -msgstr "" +msgstr "Ц10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" -msgstr "" +msgstr "Ц2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" -msgstr "" +msgstr "Ц3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" -msgstr "" +msgstr "Ц4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" -msgstr "" +msgstr "Ц5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" -msgstr "" +msgstr "Ц6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" -msgstr "" +msgstr "Ц6/Ц5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" -msgstr "" +msgstr "Ц7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" -msgstr "" +msgstr "Ц7/Ц6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" -msgstr "" +msgstr "Ц8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" -msgstr "" +msgstr "Ц9" -#: gtk/paper_names_offsets.c:65 -#, fuzzy +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "ДЛ коверта" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" -msgstr "" +msgstr "РА0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" -msgstr "" +msgstr "РА1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" -msgstr "" +msgstr "РА2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" -msgstr "" +msgstr "СРА0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" -msgstr "" +msgstr "СРА1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" -msgstr "" +msgstr "СРА2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" -msgstr "" +msgstr "ЈБ0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" -msgstr "" +msgstr "ЈБ1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" -msgstr "" +msgstr "ЈБ10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" -msgstr "" +msgstr "ЈБ2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" -msgstr "" +msgstr "ЈБ3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" -msgstr "" +msgstr "ЈБ4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" -msgstr "" +msgstr "ЈБ5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" -msgstr "" +msgstr "ЈБ6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" -msgstr "" +msgstr "ЈБ7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" -msgstr "" +msgstr "ЈБ8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" -msgstr "" +msgstr "ЈБ9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" -msgstr "" +msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 -#, fuzzy +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" -msgstr "Choukei 2 коверта" +msgstr "чукеи 2 коверта" -#: gtk/paper_names_offsets.c:85 -#, fuzzy +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" -msgstr "Choukei 3 коверта" +msgstr "чукеи 3 коверта" -#: gtk/paper_names_offsets.c:86 -#, fuzzy +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" -msgstr "Choukei 4 коверта" +msgstr "чукеи 4 коверта" -#: gtk/paper_names_offsets.c:87 -#, fuzzy +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" -msgstr "hagaki (разгледница)" +msgstr "хангаи (разгледница)" -#: gtk/paper_names_offsets.c:88 -#, fuzzy +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" -msgstr "kahu коверта" +msgstr "каху коверта" -#: gtk/paper_names_offsets.c:89 -#, fuzzy +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" -msgstr "kahu2 коверта" +msgstr "каху2 коверта" -#: gtk/paper_names_offsets.c:90 -#, fuzzy +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" -msgstr "oufuku (одздравна разгледница)" +msgstr "оуфуку (одздравна разгледница)" -#: gtk/paper_names_offsets.c:91 -#, fuzzy +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" -msgstr "you4 коверта" +msgstr "ју4 коверта" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" -msgstr "" +msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" -msgstr "" +msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" -msgstr "" +msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" -msgstr "" +msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" -msgstr "" +msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" -msgstr "" +msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" -msgstr "" +msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" -msgstr "" +msgstr "5x7" -#: gtk/paper_names_offsets.c:101 -#, fuzzy +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "6x9 коверта" -#: gtk/paper_names_offsets.c:102 -#, fuzzy +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "7x9 коверта" -#: gtk/paper_names_offsets.c:103 -#, fuzzy +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "9x11 коверта" -#: gtk/paper_names_offsets.c:104 -#, fuzzy +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "а2 коверта" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" -msgstr "" +msgstr "Арч А" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" -msgstr "" +msgstr "Арч Б" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" -msgstr "" +msgstr "Арч Ц" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" -msgstr "" +msgstr "Арч Д" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" -msgstr "" +msgstr "Арч Е" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" -msgstr "" +msgstr "б-плус" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" -msgstr "" +msgstr "ц" -#: gtk/paper_names_offsets.c:112 -#, fuzzy +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "ц5 коверта" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" -msgstr "" +msgstr "д" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" -msgstr "" +msgstr "е" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" -msgstr "" +msgstr "едп" -#: gtk/paper_names_offsets.c:116 -#, fuzzy +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "европски едп" -#: gtk/paper_names_offsets.c:117 -#, fuzzy +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" -msgstr "_Изврши" +msgstr "извршна коверта" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" -msgstr "" +msgstr "ф" -#: gtk/paper_names_offsets.c:119 -#, fuzzy +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" -msgstr "европски FanFold" +msgstr "европски фан-фолд" -#: gtk/paper_names_offsets.c:120 -#, fuzzy +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" -msgstr "САД FanFold" +msgstr "амерички фан-фолд" -#: gtk/paper_names_offsets.c:121 -#, fuzzy +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" -msgstr "немачки правнички FanFold" +msgstr "немачки правнички фан-фолд" -#: gtk/paper_names_offsets.c:122 -#, fuzzy +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" -msgstr "САД званични" +msgstr "амерички званични" -#: gtk/paper_names_offsets.c:123 -#, fuzzy +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" -msgstr "САД званично писмо" +msgstr "америчко званично писмо" -#: gtk/paper_names_offsets.c:124 -#, fuzzy +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" -msgstr "_Индекс" +msgstr "Индекс 3x5" -#: gtk/paper_names_offsets.c:125 -#, fuzzy +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Индекс 4x6 (разгледница)" -#: gtk/paper_names_offsets.c:126 -#, fuzzy +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Индекс 4x6 проширени" -#: gtk/paper_names_offsets.c:127 -#, fuzzy +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" -msgstr "_Индекс" +msgstr "Индекс 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" -msgstr "" +msgstr "Рачун" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" -msgstr "" +msgstr "Таблоид" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" -msgstr "" +msgstr "амерички правнички" -#: gtk/paper_names_offsets.c:131 -#, fuzzy +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" -msgstr "САД правнички проширени" +msgstr "проширени амерички правнички" -#: gtk/paper_names_offsets.c:132 -#, fuzzy +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" -msgstr "САД писмо" +msgstr "америчко писмо" -#: gtk/paper_names_offsets.c:133 -#, fuzzy +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" -msgstr "САД писмо проширени" +msgstr "проширено америчко писмо" -#: gtk/paper_names_offsets.c:134 -#, fuzzy +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" -msgstr "САД писмо плус" +msgstr "америчко писмо плус" -#: gtk/paper_names_offsets.c:135 -#, fuzzy +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" -msgstr "Monarch коверта" +msgstr "Монарх коверта" -#: gtk/paper_names_offsets.c:136 -#, fuzzy +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "коверта #10" -#: gtk/paper_names_offsets.c:137 -#, fuzzy +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "коверта #11" -#: gtk/paper_names_offsets.c:138 -#, fuzzy +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "коверта #12" -#: gtk/paper_names_offsets.c:139 -#, fuzzy +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "коверта #14" -#: gtk/paper_names_offsets.c:140 -#, fuzzy +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "коверта #9" -#: gtk/paper_names_offsets.c:141 -#, fuzzy +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "лична коверта" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" -msgstr "" +msgstr "Четвртина" -#: gtk/paper_names_offsets.c:143 -#, fuzzy +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" -msgstr "Папир" +msgstr "Супер А" -#: gtk/paper_names_offsets.c:144 -#, fuzzy +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" -msgstr "Папир" +msgstr "Супер Б" -#: gtk/paper_names_offsets.c:145 -#, fuzzy +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Широки формат" -#: gtk/paper_names_offsets.c:146 -#, fuzzy +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" -msgstr "Dai-pa-kai" +msgstr "Даи-па-каи" -#: gtk/paper_names_offsets.c:147 -#, fuzzy +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" -msgstr "Боја" +msgstr "Фолио" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" -msgstr "" +msgstr "Фолио сп" -#: gtk/paper_names_offsets.c:149 -#, fuzzy +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" -msgstr "Позивна коверта" +msgstr "коверта за позивнице" -#: gtk/paper_names_offsets.c:150 -#, fuzzy +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "италијанска коверта" -#: gtk/paper_names_offsets.c:151 -#, fuzzy +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" -msgstr "juuro-ku-kai" +msgstr "јуро-ку-каи" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" -msgstr "" +msgstr "па-каи" -#: gtk/paper_names_offsets.c:153 -#, fuzzy +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Поштанска коверта" -#: gtk/paper_names_offsets.c:154 -#, fuzzy +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Мала фотографија" -#: gtk/paper_names_offsets.c:155 -#, fuzzy +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" -msgstr "prc1 коверта" +msgstr "прц1 коверта" -#: gtk/paper_names_offsets.c:156 -#, fuzzy +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" -msgstr "prc10 коверта" +msgstr "прц10 коверта" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" -msgstr "" +msgstr "прц 16к" -#: gtk/paper_names_offsets.c:158 -#, fuzzy +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" -msgstr "prc2 коверта" +msgstr "прц2 коверта" -#: gtk/paper_names_offsets.c:159 -#, fuzzy +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" -msgstr "prc3 коверта" +msgstr "прц3 коверта" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" -msgstr "" +msgstr "прц 32к" -#: gtk/paper_names_offsets.c:161 -#, fuzzy +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" -msgstr "prc4 коверта" +msgstr "прц4 коверта" -#: gtk/paper_names_offsets.c:162 -#, fuzzy +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" -msgstr "ц5 коверта" +msgstr "прц5 коверта" -#: gtk/paper_names_offsets.c:163 -#, fuzzy +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" -msgstr "prc6 коверта" +msgstr "прц6 коверта" -#: gtk/paper_names_offsets.c:164 -#, fuzzy +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" -msgstr "prc7 коверта" +msgstr "прц7 коверта" -#: gtk/paper_names_offsets.c:165 -#, fuzzy +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" -msgstr "prc8 коверта" +msgstr "прц8 коверта" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" -msgstr "" +msgstr "РОК 16к" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" -msgstr "" +msgstr "РОК 8к" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "" -"разлижите idatas структуре пронађене за симболички повезане „%s“ и „%s“\n" +"различите idatas структуре су пронађене за симболички везане „%s“ и „%s“\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Неуспело писање заглавља\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Неуспело писања хеш табеле\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Неуспело писање индекса фасцикле\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Неуспело преписивање заглавља\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Не могу да отворим датотеку „%s“: %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Неуспео упис датотеке у остави: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Креирана остава није исправна.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Неуспело премештање %s у %s: %s, и зато уклањам %s.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Неуспело премештање %s у %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Неуспело премештање %s назад у %s: %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Датотека у остави је успешно направљена.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Преписивање постојеће оставе, чак и ако је ажурна" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Не провервај присуство index.theme датотеке" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Не укључуј податке слике у оставу" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Испиши датотеку Ц заглавља" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Искључи опширност исписа" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Провери исправност постојеће оставе иконица" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Датотека није пронађена: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Неисправна остава за иконице: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Нема индекс датотеке теме." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4689,273 +4602,271 @@ msgstr "" "theme-index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Амхарски (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Седиља" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Ћирилично (транслитеровано)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Инуктитут (транслитеровано)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA (Међународна фонетска азбука)" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Вишеструки пристисци" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Таи-Лао" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Тигригна-Еритрејски (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Тигригна-Етиопијски (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Вијетнамски (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "Иксов начин уноса (XIM)" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Штампачу „%s“ понестаје тонер." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Штампач „%s“ је остао без тонера." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "Штампачу „%s“ слаби развијач." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Штампач „%s“ је остао без развијача." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "Штампачу „%s“ понестаје најмање једне боје." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Штампач „%s“ је остао без најмање једне боје." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "Поклопац је отворен на штампачу „%s“." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "Вратанца су отворена на штампачу „%s“." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Штампач „%s“ остаје без папира." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Штампач „%s“ је остао без папира." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Штампач „%s“ је искључен." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Штампач „%s“ изгледа није повезан." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Проблем на штампачу „%s“." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Заустављен ; Одбија послове" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Одбија послове" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Двострано" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Тип папира" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Извор папира" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Излазна трака" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" -msgstr "Питање" +msgstr "Резолуција" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" -msgstr "" +msgstr "GhostScript предфилтер" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Једнострано" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" -msgstr "" +msgstr "По дужој страни (стандардно)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" -msgstr "" +msgstr "По краћој страни (окренуто)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" -msgstr "Аутоматски" +msgstr "Сам одреди" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Подразумевано" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" -msgstr "" +msgstr "Само угњеждени GhostScript фонтови" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" -msgstr "" +msgstr "Преведи у 1. ниво постскрипта" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" -msgstr "" +msgstr "Преведи у 2. ниво постскрипта" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" -msgstr "Штампач није пронађен" +msgstr "Без предфилтрирања" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" -msgstr "" +msgstr "Додатна подешавања" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Хитно" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Важно" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Средње" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Небитно" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "С лева на десно, одозго на доле" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "С лева на десно, одоздо на горе" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "С десна на лево, одозго на доле" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "С десна на лево, одоздо на горе" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Одозго на доле, с лева на десно" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Одозго на доле, с десна на лево" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Одоздо на горе, с лева на десно" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Одоздо на горе, с десна на лево" @@ -4963,14 +4874,14 @@ msgstr "Одоздо на горе, с десна на лево" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Страна на листу" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Важност" @@ -4978,52 +4889,52 @@ msgstr "Важност" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Фактурисање" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Нема" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Категорисано" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Поверљиво" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Тајна" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Обично" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Велика тајна" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Некатегорисано" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Пре" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "После" @@ -5031,14 +4942,14 @@ msgstr "После" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Закажи штампу" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Штампај у" @@ -5046,69 +4957,75 @@ msgstr "Штампај у" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Посебно %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "излаз.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Штампај у датотеку" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "ПДФ" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Постскрипт" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "_Страница на листу:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Датотека" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "Ф_ормат излаза" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Штампај преко LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Страна на листу" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Командна линија" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "тест-излаз.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Тестирај штампу" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Не могу да сазнам податке о датотеци „%s“: %s" +#, fuzzy +#~| msgctxt "keyboard label" +#~| msgid "Alt" +#~ msgid "At" +#~ msgstr "Alt" + #~ msgid "directfb arg" #~ msgstr "directfb арг" @@ -5796,10 +5713,6 @@ msgstr "Не могу да сазнам податке о датотеци „%s #~ msgid "Today" #~ msgstr "Данас" -#, fuzzy -#~ msgid "Location:" -#~ msgstr "_Путања:" - #~ msgid "Line %d, column %d: missing attribute \"%s\"" #~ msgstr "Линија %d, колона %d: недостаје атрибут „%s“" @@ -5863,10 +5776,6 @@ msgstr "Не могу да сазнам податке о датотеци „%s #~ msgid "Select All" #~ msgstr "Изабери све" -#, fuzzy -#~ msgid "shortcut %s already exists" -#~ msgstr "Пречица %s не постоји" - #~ msgid "Cannot handle PNM files with maximum color values greater than 255" #~ msgstr "" #~ "Не могу да баратам PNM датотекама чије су највеће вредности боје веће од " diff --git a/po/sr@latin.po b/po/sr@latin.po index dc99e0335b..773598cb14 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.14\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" +"POT-Creation-Date: 2009-04-15 10:43+0200\n" "PO-Revision-Date: 2008-09-19 20:36+0200\n" "Last-Translator: Goran Rakić \n" "Language-Team: Serbian (sr) \n" @@ -21,58 +21,58 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -#: gdk/gdk.c:103 -#, fuzzy, c-format +#: ../gdk/gdk.c:103 +#, c-format msgid "Error parsing option --gdk-debug" -msgstr "Greška pri štampanju" +msgstr "Greška u obradi opcije --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" -msgstr "" +msgstr "Greška u obradi opcije --gdk-no-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Klasa programa koju koristi upravljač prozora" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "KLASA" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Ime programa kako ga prikazuje upravljač prozora" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "IME" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "Iks prikaz koji koristiti" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "PRIKAZ" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "Iks ekran koji da koristi" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "EKRAN" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Koje Gdk opcije za nalaženje grešaka uključiti" @@ -80,246 +80,223 @@ msgstr "Koje Gdk opcije za nalaženje grešaka uključiti" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "OPCIJE" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Koje Gdk opcije za nalaženje grešaka isključiti" -#: gdk/keyname-table.h:3940 -#, fuzzy +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" -msgstr "_Zameni" +msgstr "BackSpace" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" -msgstr "" +msgstr "Tab" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" -msgstr "" +msgstr "Return" -#: gdk/keyname-table.h:3943 -#, fuzzy +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" -msgstr "Zaustavljeno" +msgstr "Pause" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" -msgstr "" +msgstr "Scroll_Lock" -#: gdk/keyname-table.h:3945 -#, fuzzy +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" -msgstr "Sistem datoteka" +msgstr "Sys_Req" -#: gdk/keyname-table.h:3946 -#, fuzzy +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" -msgstr "Pejzaž" +msgstr "Escape" -#: gdk/keyname-table.h:3947 -#, fuzzy +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" -msgstr "Višestruki pristisci" +msgstr "Višefunkcijski taster" # ako je za "home directory", onda bi bilo dobro "licni direktorijum", ako je za "home page", onda za "licna stranica" -#: gdk/keyname-table.h:3948 -#, fuzzy +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Lično" -#: gdk/keyname-table.h:3949 -#, fuzzy +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" -msgstr "_Levo:" +msgstr "Levo" -#: gdk/keyname-table.h:3950 -#, fuzzy +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Gore" -#: gdk/keyname-table.h:3951 -#, fuzzy +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" -msgstr "D_esno:" +msgstr "Desno" -#: gdk/keyname-table.h:3952 -#, fuzzy +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" -msgstr "_Dole" +msgstr "Dole" -#: gdk/keyname-table.h:3953 -#, fuzzy +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" -msgstr "Pode_šavanje strane" +msgstr "Page_Up" -#: gdk/keyname-table.h:3954 -#, fuzzy +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" -msgstr "_Dole" +msgstr "Page_Down" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" -msgstr "" +msgstr "End" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" -msgstr "" +msgstr "Begin" -#: gdk/keyname-table.h:3957 -#, fuzzy +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Štampaj" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" -msgstr "" +msgstr "Insert" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" -msgstr "" +msgstr "Num_Lock" -#: gdk/keyname-table.h:3960 -#, fuzzy +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" -msgstr "_Zameni" +msgstr "KP_Space" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" -msgstr "" +msgstr "KP_Tab" -#: gdk/keyname-table.h:3962 -#, fuzzy +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" -msgstr "Štampač" +msgstr "KP_Enter" # ako je za "home directory", onda bi bilo dobro "licni direktorijum", ako je za "home page", onda za "licna stranica" -#: gdk/keyname-table.h:3963 -#, fuzzy +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" -msgstr "_Početak" +msgstr "KP_Home" -#: gdk/keyname-table.h:3964 -#, fuzzy +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" -msgstr "_Levo:" +msgstr "KP_Levo" -#: gdk/keyname-table.h:3965 -#, fuzzy +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" -msgstr "_Gore" +msgstr "KP_Gore" -#: gdk/keyname-table.h:3966 -#, fuzzy +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" -msgstr "D_esno:" +msgstr "KP_Desno" -#: gdk/keyname-table.h:3967 -#, fuzzy +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" -msgstr "_Dole" +msgstr "KP_Dole" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" -msgstr "" +msgstr "KP_Page_Up" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" -msgstr "" +msgstr "KP_Prior" -#: gdk/keyname-table.h:3970 -#, fuzzy +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" -msgstr "" +msgstr "KP_Next" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" -msgstr "" +msgstr "KP_End" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" -msgstr "" +msgstr "KP_Begin" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" -msgstr "" +msgstr "KP_Insert" -#: gdk/keyname-table.h:3975 -#, fuzzy +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" -msgstr "_Obriši" +msgstr "KP_Delete" -#: gdk/keyname-table.h:3976 -#, fuzzy +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" -msgstr "_Obriši" +msgstr "Delete" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Ne mogu da otvorim datoteku „%s“: %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Slika „%s“ ne sadrži podatke" # ovo ima najviše smisla -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "" "Ne mogu da učitam sliku „%s“: razlog nepoznat, verovatno neispravan zapis" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -327,12 +304,12 @@ msgid "" msgstr "" "Ne mogu da učitam animaciju „%s“: razlog nepoznat, verovatno neispravan zapis" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Ne mogu da učitam deo za učitavanje slike: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -341,54 +318,53 @@ msgstr "" "Deo za učitavanje slike %s ne podržava odgovarajuću spregu; možda je iz " "različitog GTK izdanja?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Vrsta slike „%s“ nije podržana" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Ne mogu prepoznati način zapisa slike u datoteci „%s“" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Nepoznat način zapisa slike" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Ne mogu da učitam sliku „%s“: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Greška pri upisu u datoteku slike: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" -msgstr "" -"Ovo izdanje programa gdk-pixbuf ne podržava čuvanje ove vrste slike: %s" +msgstr "Ovo izdanje programa gdk-pixbuf ne podržava čuvanje ove vrste slike: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Nedovoljno memorije za čuvanje slike u pozivnu funkciju" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Ne mogu da otvorim privremenu datoteku" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Ne mogu da čitam iz privremene datoteke" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Ne mogu da otvorim „%s“ radi upisa: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -397,41 +373,41 @@ msgstr "" "Ne mogu da zatvorim „%s“ pri upisu slike, moguće je da nisu svi podaci " "sačuvani: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Nedovoljno memorije za čuvanje slike u bafer" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Greška pri upisu u tok slike" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " "but didn't give a reason for the failure" msgstr "" -"Unutrašnja greška: deo za učitavanje slika „%s“ nije uspeo da obavi " -"operaciju, a nije naveo ni razlog neuspeha" +"Unutrašnja greška: deo za učitavanje slika „%s“ nije uspeo da obavi operaciju, " +"a nije naveo ni razlog neuspeha" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Nije podržano postepeno učitavanje slike vrste „%s“" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Zaglavlje slike oštećeno" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Nepoznata vrsta slike" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Oštećeni podaci o tačkama slike" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" @@ -439,263 +415,269 @@ msgstr[0] "neuspela potražnja bafera slike od %u bajta" msgstr[1] "neuspela potražnja bafera slike od %u bajta" msgstr[2] "neuspela potražnja bafera slike od %u bajtova" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Neočekivani deo ikone u animaciji" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Nepodržana vrsta animacije" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Neispravno zaglavlje animacije" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Nema dovoljno memorije da učita animaciju" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Neispravan deo animacije" # zabrljano -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "ANI zapis slika" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "BMP slika ima neispravno zaglavlje" # šta nam naročito bitmap kaže? -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Nema dovoljno memorije da učita sliku" # ili nepodržanu veličinu zaglavlja??? -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "BMP slika sadrži zaglavlje nepodržane veličine" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Odozgo-nadole BMP slike se ne mogu kompresovati" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Naišao na prevremen kraj datoteke" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Ne mogu obezbediti memoriju za čuvanje BMP datoteke" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Ne mogu da upišem u BMP datoteku" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "BMP zapis slike" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Greška pri čitanju GIF-a: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "GIF datoteci nedostaje nešto podataka (možda je nekako odsečena?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Unutrašnja greška pri učitavanju GIF-a (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Prekoračenje steka" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "Deo za učitavanje GIF slika ne prepoznaje ovu sliku." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Naišao je na loš zapis" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Kružni unos u tabeli GIF datoteke" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Nema dovoljno memorije da učita GIF datoteku" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Nema dovoljno memorije za slaganje kadra u GIF datoteci" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "GIF slika je oštećena (neispravno LZW sažimanje)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Izgleda da se ne radi o GIF datoteci" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "Izdanje %s GIF vrste zapisa nije podržano" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." -msgstr "" -"GIF slika nema opštu mapu boja, a kadar u njemu nema zasebnu mapu boja." +msgstr "GIF slika nema opštu mapu boja, a kadar u njemu nema zasebnu mapu boja." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "GIF slika je odsečena ili nepotpuna." # zabrljano -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "GIF zapis slike" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Neispravno zaglavlje ikone" # negde sam video dobar prevod za ikonicu, ali ne sećam se koji je, a ni gde -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Nedovoljno memorije za učitavanje ikone" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Ikona je širine nula" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Ikona je visine nula" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Ne podržavam kompresovane ikone" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Nepodržana vrsta ikona" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Nedovoljno memorije az učitavanje ICO datoteke" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Slika je prevelika da bi se sačuvala kao ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Pokazivač kursora je van slike" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Nepodržana dubina za ICO datoteku: %d" # -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "ICO zapis slike" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Greška pri čitanju ICNS slike: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Ne mogu da dekodiram ICNS datoteku" # -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "ICNS format slike" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Ne mogu da obezbedim memoriju za tok" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Ne mogu da dekodiram sliku" # koliko njih će me tući zbog „preinačeni"? -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Preinačeni JPEG2000 ima visinu ili širinu nula." -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Vrsta slike za sada nije podržana" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Ne mogu da obezbedim memoriju za paletu boja" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Nedovoljno memorije za otvaranje JPEG2000 datoteke" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Ne mogu da obezbedim memoriju za bafer podataka slike" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG2000 zapis slike" # kao kod fotoaparata/razvijanja slika ;) -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Greška pri razvijanju JPEG slike (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" msgstr "" -"Nedovoljno memorije za učitavanje slike, zatvorite neke programe da " -"oslobodite memoriju" +"Nedovoljno memorije za učitavanje slike, zatvorite neke programe da oslobodite " +"memoriju" # grafički dizajneri, kako se ovo prevodi? -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Nepodržan JPEG prostor boja (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Ne mogu obezbediti memoriju za učitavanje JPEG datoteke" # koliko njih će me tući zbog „preinačeni"? -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Preinačeni JPEG ima visinu ili širinu nula." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -704,95 +686,95 @@ msgstr "" "Kvalitet JPEG-a mora biti vrednost između 0 i 100; ne mogu da razumem " "vrednost „%s“." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" -"Kvalitet JPEG-a mora biti vrednost između 0 i 100; nije dozvoljena vrednost " -"„%d“." +"Kvalitet JPEG-a mora biti vrednost između 0 i 100; nije dozvoljena vrednost „%" +"d“." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG zapis slike" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Ne mogu da obezbedim memoriju za zaglavlje" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Ne mogu da obezbedim memoriju za podatke o kontekstu" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Slika je neispravne širine i/ili visine" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Slika koristi nepodržan broj bitova po tački" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Slika sadrži nepodržan broj %d-bitnih ravni" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Ne mogu da napravim novi pixbuf" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Ne mogu obezbediti memoriju za podatke linije" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Ne mogu obezbediti memoriju za podatke palete" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Nisam učitao sve linije iz PCX slike" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Nije nađena paleta na kraju PCX podataka" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "PCX zapis slike" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Neispravan broj bitova po kanalu PNG slike." # koliko njih će me tući zbog „preinačeni"? -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Preinačeni PNG ima visinu ili širinu nula." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Broj bitova po kanalu preinačenog PNG nije 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Preinačeni PNG nije RGB ili RGBA." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "Nepodržan broj kanala u preinačenoj PNG slici; mora biti 3 ili 4." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Kobna greška u PNG slici: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Nema dovoljno memorije da učita PNG datoteku" # ne moramo valjda sve doslovno? -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -801,27 +783,26 @@ msgstr "" "Nedovoljno memorije za smeštaj slike veličine %ld×%ld; pokušajte da " "oslobodite nešto memorije zatvaranjem nekih programa" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Kobna greška pri čitanju PNG slike" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Kobna greška pri čitanju PNG slike: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" -"Ključevi za tekstualne odeljke PNG-a moraju imati bar 1, a najviše 79 " -"znakova." +"Ključevi za tekstualne odeljke PNG-a moraju imati bar 1, a najviše 79 znakova." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "Ključevi za tekstualne odeljke PNG-a moraju biti ASKRI znakovi." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -830,7 +811,7 @@ msgstr "" "Nivo kompresije PNG-a mora biti vrednost između 0 i 9; ne razumem vrednost „%" "s“." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -839,385 +820,389 @@ msgstr "" "Nivo kompresije PNG-a mora biti vrednost između 0 i 9; vrednost „%d“ nije " "dopuštena." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "Vrednost tekstualnog odeljka PNG-a %s se ne može pretvoriti u ISO-8859-1 " "zapis." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "PNG zapis slike" # Da li koristiti aorist?? Ja sam za, a šta kažu ostali... -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "Deo za učitavanje PNM slika je očekivao ceo broj, ali nije ga našao" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "PNM datoteka sadrži neispravan početni bajt" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "PNM datoteka nije u poznatom PNM podzapisu" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "PNM datoteka sadrži sliku širine 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "PNM datoteka sadrži sliku visine 0" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Najveća vrednost boje u PNM datoteci je 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Najveća vrednost boje u PNM datoteci je prevelika" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Sirova PNM vrsta slike neispravna" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "Deo za učitavanje PNM slika ne podržava ovaj PNM podzapis" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "Sirov PNM zapis zahteva tačno jedan razmak pre sadržaja" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Ne mogu da obezbedim memoriju za učitavanje PNM slike" # u svakom struktu (Ce jezik) su neki podaci -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Nedovoljno memorije za učitavanje PNM podataka o smislu" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Neočekivan kraj PNM slike" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Nedovoljno memorije za učitavanje PNM datoteke" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "Porodica PNM/PBM/PGM/PPM zapisa slika" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "RAS slika ima neispravno zaglavlje" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "RAS slika je nepoznate vrste" # malo slobode ovak'ome umetniku se mora dati -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "nepodržana vrsta RAS slike" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Nedovoljno memorije za učitavanje RAS slike" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Sun-ov zapis rasterskih slika" # ovde ne možemo staviti „podatke“ pošto ova struktura pokazuje na podatke, vidi niže -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Ne mogu da obezbedim memoriju za IOBuffer strukturu" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Ne mogu da obezbedim memoriju za IOBuffer podatke" # malo opširnije nego što bi trebalo: deo „pomoću...“ se može izbaciti # bug: don't use slang -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Ne mogu da proširim IOBuffer podatke pomoću realloc()" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Ne mogu da obezbedim privremene IOBuffer podatke" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Ne mogu da obezbedim novi pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Ne mogu da obezbedim strukturu za mapu boja" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Ne mogu da obezbedim stavke za mapu boja" # bitdepth neposredno utiče na broj boja -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Neočekivan broj boja za stavke mape boja" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Ne mogu da obezbedim memoriju za TGA zaglavlje" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "TGA slika je neispravne veličine" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "TGA zapis slike nije podržan" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Ne mogu da obezbedim memoriju za TGA podatke o kontekstu" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Preterano podataka u datoteci" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Targa zapis slika" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Ne mogu da pročitam širinu slike (loša TIFF datoteka)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Ne mogu da saznam visinu slike (loša TIFF datoteka)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "Visina ili širina TIFF slike je nula" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "TIFF slika je prevelika" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Nedovoljno memorije za otvaranje TIFF datoteke" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Neuspelo učitavanje RGB podataka iz TIFF datoteke" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Neuspelo otvaranje TIFF slike" # da li je ovo nešto naročito za TIFF, ili se i to može prevesti? -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "TIFFClose operacija nije uspela" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Neuspelo učitavanje TIFF slike" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Neuspelo čuvanje TIFF slike" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Neuspeo upis TIFF slike" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Ne mogu da upišem u TIFF datoteku" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "TIFF zapis slika" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Slika je širine nula" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Slika je visine nula" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Nedovoljno memorije za učitavanje slike" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Ne mogu da sačuvam ostatak" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "WBMP zapis slika" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Neispravna XBM datoteka" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Nedovoljno memorije za učitavanje XBM slike" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "Neuspeo upis u privremenu datoteku pri učitavanju XBM slike" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "XBM zapis slika" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Nije našao XPM zaglavlje" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Neispravno XPM zaglavlje" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "XPM slika je širine ≤0" # možda bolje rečima? -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "XPM slika je visine ≤0" # ili možda pikselu? -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM ima neispravan broj znakova po tački" # možda bolje rečima? -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "XPM datoteka ima neispravan broj boja" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Ne mogu da obezbedim memoriju za učitavanje XPM slike" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Ne mogu da učitam XPM mapu boja" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "Neuspeo upis u privremenu datoteku pri učitavanju XPM slike" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "XPM zapis slike" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "EMF zapis slike" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Ne mogu da obezbedim memoriju: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Ne mogu da napravim tok: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Ne mogu da se krećem po toku: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Ne mogu da čitam iz toka: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Ne mogu da otvorim bitmapu" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Ne mogu da otvorim metafile" # malo slobode ovak'ome umetniku se mora dati -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Nepodržana vrsta slike za GDI+" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Ne mogu da sačuvam" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "WMF zapis slika" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Ne spajaj GDI zahteve" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Ne koristi Wintab API za podršku tableta" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Isto što i --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Ne koristi Wintab API [podrazumevano]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Veličina palete u 8-bitnom režimu" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "BOJE" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Učini Iks pozive sinhronim" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Pokrećem %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Otvaram „%s“" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" @@ -1225,46 +1210,46 @@ msgstr[0] "Otvaram %d stavku" msgstr[1] "Otvaram %d stavke" msgstr[2] "Otvaram %d stavki" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licenca" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Licenca programa" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Zasluge" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licenca" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "O %s" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Zasluge" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Autori" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentacija" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Prevod" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafika" @@ -1273,8 +1258,7 @@ msgstr "Grafika" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 -#, fuzzy +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1284,8 +1268,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 -#, fuzzy +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1295,8 +1278,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 -#, fuzzy +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1306,60 +1288,57 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 -#, fuzzy +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" -msgstr "Papir" +msgstr "Super" #. This is the text that should appear next to menu accelerators #. * that use the hyper key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 -#, fuzzy +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" -msgstr "Papir" +msgstr "Hyper" #. This is the text that should appear next to menu accelerators #. * that use the meta key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" -msgstr "" +msgstr "Meta" -#: gtk/gtkaccellabel.c:715 -#, fuzzy +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" -msgstr "_Zameni" +msgstr "Razmak" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" -msgstr "" +msgstr "Kontra kosa crta" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "Neispravna funkcija tipa: „%s“" +msgstr "Neispravna funkcija tipa u redu %d: „%s“" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "Duplikat ID objekta „%s“ u redu %d (prethodno u redu %d)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Neispravan element korena: „%s“" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Nepodržana oznaka: „%s“" @@ -1373,7 +1352,7 @@ msgstr "Nepodržana oznaka: „%s“" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1381,7 +1360,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1390,10 +1369,10 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" -msgstr "" +msgstr "2000" #. Translators: this defines whether the day numbers should use #. * localized digits or the ones used in English (0123...). @@ -1405,11 +1384,11 @@ msgstr "" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" -msgstr "" +msgstr "%Id" #. Translators: this defines whether the week numbers should use #. * localized digits or the ones used in English (0123...). @@ -1421,11 +1400,11 @@ msgstr "" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" -msgstr "" +msgstr "%Id" #. Translators: This dictates how the year is displayed in #. * gtkcalendar widget. See strftime() manual for the format. @@ -1437,17 +1416,15 @@ msgstr "" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 -#, fuzzy +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" -msgstr "Y" +msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 -#, fuzzy +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Isključeno" @@ -1456,25 +1433,25 @@ msgstr "Isključeno" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Nova prečica..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 -#, fuzzy, c-format +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 +#, c-format msgctxt "progress bar label" msgid "%d %%" -msgstr "%d.%b.%Y." +msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Izaberite boju" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Primio je neispravne podatke o bojama\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1482,7 +1459,7 @@ msgstr "" "Izaberite boju koju želite iz spoljnog prstena. Izaberite osvetljenost ili " "zatamnjenost te boje pomoću unutrašnjeg prstena." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1490,69 +1467,69 @@ msgstr "" "Kliknite na kapalo, a zatim kliknite na boju bilo gde na vašem ekranu da je " "izaberete." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Nijansa:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Položaj na točku boja." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Zasićenost:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "„Dubina“ boje." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Vrednost:" # Mozda "vedrina boje"? -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Osvetljenost boje." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Crvena:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Količina crvene svetlosti u boji." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Zelena:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Količina zelene svetlosti u boji." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Plava:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Količina plave svetlosti u boji." # Ovo znači „neprovidnost“, ali istovremeno se određuje i providnost, pa nema zabune. -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "_Providnost:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Providnost boje." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "_Ime boje:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1560,15 +1537,15 @@ msgstr "" "Ovde možete uneti boju na HTML način kao heksadekadnu vrednost, ili " "jednostavno englesko ime boje kao što je „orange“." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Paleta" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Točak boja" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1578,7 +1555,7 @@ msgstr "" "možete odvući na stavku palete, ili izabrati ovu boju kao tekuću odvlačeći " "je na pregled trenutno izabrane boje." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1586,11 +1563,11 @@ msgstr "" "Boja koju ste izabrali. Možete odvući ovu boju na stavku palete kako bi je " "sačuvali za naknadnu upotrebu." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "Ovde _sačuvaj boju" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1599,56 +1576,55 @@ msgstr "" "ovu stavku, dovucite ovde boju ili kliknite desnim tasterom miša i izaberite " "„Ovde sačuvaj boju“." -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Izbor boje" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Načini unosa" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Ubaci kontrolni Unikod znak" -#: gtk/gtkentry.c:9797 -#, fuzzy +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" -msgstr "Umnoži _putanju" +msgstr "Caps Lock je uključen" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Izaberi datoteku" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Radna površ" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(ništa)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Neka druga..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Ne mogu da saznam podatke o datoteci" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Ne mogu da dodam obeleživač" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Ne mogu da uklonim obeleživač" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Ne mogu da napravim fasciklu" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1656,11 +1632,11 @@ msgstr "" "Fascikla se ne može napraviti, pošto već postoji datoteka istog imena. " "Koristite drugo ime za fasciklu, ili prvo preimenujte datoteku." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Neispravno ime datoteke" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Ne mogu da prikažem sadržaj fascikle" @@ -1668,159 +1644,159 @@ msgstr "Ne mogu da prikažem sadržaj fascikle" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s na %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Traži" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Skoro korišćeno" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Izaberi koje vrste datoteka se prikazuju" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Dodaj fasciklu „%s“ u obeleživače" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Dodaj tekuću fasciklu među obeleživače" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Dodaj izabrane fascikle među obeleživače" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Ukloni obeleživač „%s“" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Ukloni" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Preimenuj..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Mesta" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Mesta" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Dodaj" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Dodaj izabranu fasciklu u obeleživače" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Ukloni" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Ukloni izabrani obeleživač" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Ne mogu da izaberem datoteku" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Dodaj među obeleživače" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Prikaži sa_krivene datoteke" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" -msgstr "" +msgstr "Prikaži kolone sa _veličinom" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Datoteke" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Ime:" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Veličina" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Izmenjena" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Ime:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_Razgledaj ostale fascikle" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Unesi ime datoteke" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Napravi _fasciklu" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Putanja:" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Sačuvaj u _fascikli:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Napravi u _fascikli:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Ne mogu da uđem u fasciklu zato što nije lokalna" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Prečica %s već postoji" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "Prečica %s ne postoji" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Datoteka „%s“ već postoji. Da li da prepišem preko?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." @@ -1828,70 +1804,70 @@ msgstr "" "Ova datoteka već postoji u „%s“. Ako je zamenite sa novom, sadržaj će biti " "prepisan." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Zameni" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Ne mogu da započnem pretraživanje" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." msgstr "" -"Program ne može da uspostavi vezu sa servisom indeksiranja. Uveri se da je " -"on pokrenut." +"Program ne može da uspostavi vezu sa servisom indeksiranja. Uveri se da je on " +"pokrenut." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Ne mogu da pošaljem zahtev pretrage" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Traži:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Ne mogu da priključim %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Unesite ime nove fascikle" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Nepoznato" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Juče u %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Neispravna putanja" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Bez poklapanja" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Jedan mogući nastavak" @@ -1899,13 +1875,13 @@ msgstr "Jedan mogući nastavak" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Poklapanje, ali ima i drugih" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Nastavljam..." @@ -1913,50 +1889,49 @@ msgstr "Nastavljam..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" -msgstr "" +msgstr "Možete izabrati samo lokalne datoteke" #. Another option is to complete the hostname based on the remote volumes that are mounted #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" -msgstr "" +msgstr "Polovično ime domaćina; završite ga sa „/“" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 -#, fuzzy +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" -msgstr "Prečica %s ne postoji" +msgstr "Putanja ne postoji" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Greška pri pravljenju fascikle „%s“: %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Fascikle" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "Fas_cikle" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "Dato_teke" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Fascikla je nečitljiva: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1967,90 +1942,90 @@ msgstr "" "dostupna ovom programu.\n" "Da li ste sigurni da želite da je izaberete?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Nova fascikla" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "_Obriši datoteku" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Preimenuj datoteku" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Ime fascikle „%s“ sadrži simbole koji nisu dozvoljeni u imenima datoteka" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Nova fascikla" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "_Ime fascikle:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "N_apravi" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Ime datoteke „%s“ sadrži simbole koji su nedozvoljeni u imenima datoteka" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Greška pri brisanju datoteke „%s“: %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Zaista obrisati datoteku „%s“?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Obriši datoteku" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Greška pri preimenovanju datoteke u „%s“: %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Greška pri preimenovanju datoteke „%s“: %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Greška pri preimenovanju datoteke „%s“ u „%s“: %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Preimenuj datoteku" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Preimenovati datoteku „%s“ u:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Preimenuj" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Izbor: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2059,15 +2034,15 @@ msgstr "" "Ime datoteke „%s“ se ne može pretvoriti u UTF-8 (pokušajte postaviti " "promenljivu okruženja G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Neispravan UTF-8" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Predugačko ime" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Ne mogu pretvoriti ime datoteke" @@ -2076,75 +2051,75 @@ msgstr "Ne mogu pretvoriti ime datoteke" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Sistem datoteka" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Ne mogu da otkrijem korensku fasciklu" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Prazno)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Izaberite font" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Font" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abvgdđšžčćljnjdž ABVGDĐŠŽČĆLJNJDŽ abcčćdđ ABCČĆDĐ" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Porodica:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Stil:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Veličina:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "Pre_gled:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Izbor fonta" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gama" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "_Gama vrednost" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Greška pri učitavanju ikone: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2157,141 +2132,140 @@ msgstr "" "Možete nabaviti primerak sa:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "Ikona „%s“ nije prisutna u temi" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Neuspelo učitavanje ikonice" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Jednostavna" -#: gtk/gtkimmulticontext.c:541 -#, fuzzy +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" -msgstr "Sistem datoteka" +msgstr "Sistem" -#: gtk/gtkimmulticontext.c:625 -#, fuzzy, c-format +#: ../gtk/gtkimmulticontext.c:625 +#, c-format msgctxt "input method menu" msgid "System (%s)" -msgstr "%s (%s)" +msgstr "Sistem (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Unos" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Nema proširenih ulaznih uređaja" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Uređaj:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Isključeno" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Ekran" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Prozor" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Režim:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Ose" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Tasteri" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Pritisak:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "X _nagib:" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Y n_agib:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "To_čkić:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "ništa" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(onemogućeno)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(nepoznato)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Očisti" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Umnoži URL" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Neispravan URL" # dopunski dodaci? „dobar fazon“... crni Danilo #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Učitaj dopunske Gtk+ dodatke" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "DODACI" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Učini sva upozorenja kobnim" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Koje Gtk+ opcije za nalaženje grešaka uključiti" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Koje Gtk+ opcije za nalaženje grešaka isključiti" @@ -2300,65 +2274,66 @@ msgstr "Koje Gtk+ opcije za nalaženje grešaka isključiti" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Ne mogu da pristupim ekranu: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Gtk+ opcije" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Prikaži Gtk+ opcije" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Poveži _se" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Poveži se _anonimno" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Poveži se kao _korisnik:" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Korisničko ime:" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domen:" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Lozinka:" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Odmah zaboravi lozinku" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Zapamti lozinku _do odjavljivanja" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Zapamti _zauvek" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "List %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Datoteka sa postavkom stranice nije ispravna" @@ -2368,11 +2343,11 @@ msgstr "Datoteka sa postavkom stranice nije ispravna" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2380,15 +2355,15 @@ msgstr "" "Bilo koji štampač\n" "Za prenosive dokumente" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "inč" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2403,88 +2378,88 @@ msgstr "" " Gore: %s %s\n" " Dole: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Odredi posebne veličine..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Format za:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "Veličina _papira:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Usmerenje:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Podešavanje strane" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Margine kao u štampaču..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Posebna veličina %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Odredi posebne veličine" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Širina:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Visina:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Veličina papira" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Gore:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Dole:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Levo:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "D_esno:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Margine" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Uz putanju" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Niz putanju" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Koren sistema datoteka" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Nije dostupno" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "_Sačuvaj u fascikli:" @@ -2492,186 +2467,176 @@ msgstr "_Sačuvaj u fascikli:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s — posao #%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" -msgstr "" +msgstr "Pokretanje" -#: gtk/gtkprintoperation.c:1518 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" -msgstr "Pripremanje %d" +msgstr "Pripremam za štampu" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" -msgstr "" +msgstr "Obrazujem podatke" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" -msgstr "" +msgstr "Šaljem podatke" -#: gtk/gtkprintoperation.c:1521 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" -msgstr "Upozorenje" +msgstr "Čekam" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" -msgstr "" +msgstr "Zaustavljeno zbog problema" -#: gtk/gtkprintoperation.c:1523 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" -msgstr "Štampam %d" +msgstr "Štampam" -#: gtk/gtkprintoperation.c:1524 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" -msgstr "Završavam" +msgstr "Završeno" -#: gtk/gtkprintoperation.c:1525 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" -msgstr "Gotovo uz grešku" +msgstr "Završeno uz grešku" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" -msgstr "Pripremanje %d" +msgstr "Pripremam %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "Pripremam" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Štampam %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "Greška pri izradi pregleda" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "Najčešći razlog je da nije moguće napraviti privremenu datoteku." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Greška pri pokretanju pregleda" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Greška pri štampanju" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Program" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Štampač je isključen" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Nema papira" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Zaustavljeno" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Potrebna intervencija korisnika" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Posebna veličina" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Štampač nije pronađen" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Neispravan argument za CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Greška u StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Nema dovoljno slobodne memorije" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Neispravan argument sa PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Neispravan pokazivač na PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Neispravna zakačka ka PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Nepoznata greška" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Štampač" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Putanja" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Stanje" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Opseg" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Sve listove" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Trenutnu" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Stran_e" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2679,126 +2644,125 @@ msgstr "" "Navedi jedan ili više opsega stranica,\n" " npr. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "Stran_e" +msgstr "Strane" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Primeraka" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Primera_ka:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Složi" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Obrni" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Opšte" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Slaganje strana" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Sa leva na desno" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Sa desna na levo" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Raspored" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "D_vostrano:" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "_Strana na listu:" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Re_dosled strana:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Štampaj sam_o:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Sve listove" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Parne listove" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Neparne listove" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "R_azmera:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papir" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tip papira:" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Fioka za papir:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Izlazna t_raka:" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Podaci o poslu" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Važn_ost:" # bug(goran): ??? -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Podaci za _fakturisanje:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Štampaj dokument" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Sad" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_U:" @@ -2806,123 +2770,125 @@ msgstr "_U:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" +"Odredite vreme za pošetak štampe,\n" +"Na primer: 18, 15:30, 14:15:20" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "Vreme štampanja" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Na _čekanju" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" -msgstr "" +msgstr "Zadrži posao dok se izričito ne zatraži štampa" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Dodaj naslovnu stranu" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "P_re:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "P_osle:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Posao" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Napredno" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Kvalitet slike" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Boja" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Završavam" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Neka podešavanja u prozorčetu se sudaraju" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Štampaj" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Ne mogu pronaći datoteku za uključivanje: „%s“" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Ne mogu pronaći datoteku sa slikom u pixmap_path: „%s“" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Ova funkcija nije implementirana za kontrole u klasi „%s“" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Izaberi koje vrste dokumenata se prikazuju" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Nije pronađena stavka za URI „%s“" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Neimenovani filter" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Ne mogu da izaberem stavku" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Ne mogu da očistim listu" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Umnoži _putanju" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "U_kloni iz liste" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Očisti listu" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Prikaži _privatne resurse" @@ -2936,21 +2902,21 @@ msgstr "Prikaži _privatne resurse" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Ni jedna stavka nije pronađena" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Nije pronađen skoro korišćen resurs sa URI adresom „%s“" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Otvori „%s“" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Nepoznata stavka" @@ -2959,46 +2925,46 @@ msgstr "Nepoznata stavka" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" -msgstr "" +msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 -#, fuzzy, c-format +#: ../gtk/gtkrecentchoosermenu.c:821 +#, c-format msgctxt "recent menu label" msgid "%d. %s" -msgstr "%s (%s)" +msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Ne mogu pronaći stavka sa URI adresom „%s“" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Obaveštenje" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Upozorenje" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Greška" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Pitanje" @@ -3006,697 +2972,696 @@ msgstr "Pitanje" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_O programu" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Dodaj" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Primeni" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "Za_crnjeno" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "Odu_stani" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD uređaj" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Očisti" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Zatvori" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "Uspostavi ve_zu" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Pretvori" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Umnoži" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "_Iseci" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Obriši" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Odbaci" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "P_rekini vezu" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Izvrši" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Uredi" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Nađi" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Nađi i _zameni" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "Dis_keta" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Ceo ekran" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "Napusti _ceo ekran" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Dole:" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "P_rvi" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "Posled_nji" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Gore:" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Nazad" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Dole" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "Na_pred" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Gore" # Ili „hard disk“ -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Tvrdi disk" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Pomoć" # ako je za "home directory", onda bi bilo dobro "licni direktorijum", ako je za "home page", onda za "licna stranica" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Početak" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Povećaj uvlačenje" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Umanji uvlačenje" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Indeks" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "Po_daci" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Kurziv" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Idi na" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Pretvori" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "Dato_teke" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Levo:" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "D_esno:" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "Na_pred" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Novo" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "Zaustavljeno" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Mesta" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "Pre_thodna" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "S_nimi" # hm, hm? #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "Pre_motaj" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Zaustavi" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Mreža" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Novo" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Ne" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "U _redu" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Otvori" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Pejzaž" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Portret" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Prevrnuti pejzaž" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Prevrnuti portret" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Pode_šavanje strane" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "U_baci" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "Pos_tavke" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Štampaj" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Pre_gled pred štampu" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Osobine" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Izađi" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Ponovi" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Osveži" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Ukloni" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Vrati" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Sačuvaj" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Sačuvaj _kao" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Izaberi _sve" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Boja" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Font" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Rastući" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Opadajući" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_Provera pisanja" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Zaustavi" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Precrtaj" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Povrati" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Podvuci" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Opozovi" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Da" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Obična veličina" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "_Najbolje slaganje" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "U_većaj" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "U_manji" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Nepoznata greška pri raspakivanju iz niske za %s" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Nije pronađena funkcija za raspakivanje formata %s iz niske" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "I „id“ i „name“ su pronađeni u elementu <%s>" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "Atribut „%s“ je pronađen dva puta u elementu <%s>" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "Element <%s> ima neispravnu ID oznaku „%s“" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "Element <%s> nema ni atribut „id“ niti „name“" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "Atribut „%s“ je ponovljen dva puta u istom elementu <%s>" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "Atribut „%s“ ne može biti na ovaj način unutar elementa <%s>" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Oznaka „%s“ nije definisana." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Bezimena oznaka je pronađena pa oznake ne mogu biti napravljene." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "Oznaka „%s“ ne postoji u baferu pa oznake ne mogu biti napravljene." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Element <%s> ne može biti ispod <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "„%s“ nije ispravan tip atributa" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "„%s“ nije ispravno ime atributa" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "Nije moguće pretvoriti „%s“ u vrednost tipa „%s“ za atribut „%s“" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "„%s“ nije isprana vrednost atributa „%s“" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Oznaka „%s“ je već definisana" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Oznaka „%s“ ima neispravan prioritet „%s“" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" -msgstr "" -"Prvi spoljašnji element u tekstu mora biti a ne <%s>" +msgstr "Prvi spoljašnji element u tekstu mora biti a ne <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Element <%s> je već naveden" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Element se ne može pojaviti pre elementa " -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Podaci nisu lepo zapakovani u nisku" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Podaci nisu lepo zapakovani u nisku. Prva oblast nije GTKTEXTBUFFERCONTENTS-" "0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM Obeleživač za s_leva-na-desno" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM Obeleživač za s_desna-na-levo" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE _ubacivanje sleva-na-desno" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE u_bacivanje sdesna-na-levo" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO pr_imoravanje sleva-na-desno" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO primorava_nje sdesna-na-levo" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF _Počni usmeren zapis" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS _razmak bez širine" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ _spojnica bez širine" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ _nespojnica bez širine" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Ne mogu da pronađem motor teme u putanji za module: „%s“," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "—— Nema saveta ——" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Neočekivana početna oznaka „%s“ u %d. redu, %d. znak" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Neočekivani znakovni podaci u %d. redu, %d. znak" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Prazno" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Jačina" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Menja jačinu na dole ili gore" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Podešava jačinu" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Potišaj" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Potišaj zvuk" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Pojačaj" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Pojačaj zvuk" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Utišano" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Puna jačina" @@ -3705,984 +3670,928 @@ msgstr "Puna jačina" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 -#, fuzzy, c-format +#: ../gtk/gtkvolumebutton.c:164 +#, c-format msgctxt "volume percentage" msgid "%d %%" -msgstr "%d.%b.%Y." +msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 -#, fuzzy +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" -msgstr "Ime:" +msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" -msgstr "" +msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" -msgstr "" +msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" -msgstr "" +msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" -msgstr "" +msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" -msgstr "" +msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" -msgstr "" +msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" -msgstr "" +msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" -msgstr "" +msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" -msgstr "" +msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" -msgstr "" +msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" -msgstr "" +msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" -msgstr "" +msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" -msgstr "" +msgstr "A3 Extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" -msgstr "" +msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" -msgstr "" +msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" -msgstr "" +msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" -msgstr "" +msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" -msgstr "" +msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" -msgstr "" +msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" -msgstr "" +msgstr "Ekstra A4" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" -msgstr "" +msgstr "A4 rolna" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" -msgstr "" +msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" -msgstr "" +msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" -msgstr "" +msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" -msgstr "" +msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" -msgstr "" +msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" -msgstr "" +msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" -msgstr "" +msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" -msgstr "" +msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" -msgstr "" +msgstr "Ekstra A5" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" -msgstr "" +msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" -msgstr "" +msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" -msgstr "" +msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" -msgstr "" +msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" -msgstr "" +msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" -msgstr "" +msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" -msgstr "" +msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" -msgstr "" +msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" -msgstr "" +msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" -msgstr "" +msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" -msgstr "" +msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" -msgstr "" +msgstr "Ekstra B5" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" -msgstr "" +msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" -msgstr "" +msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" -msgstr "" +msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" -msgstr "" +msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" -msgstr "" +msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" -msgstr "" +msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" -msgstr "" +msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" -msgstr "" +msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" -msgstr "" +msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" -msgstr "" +msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" -msgstr "" +msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" -msgstr "" +msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" -msgstr "" +msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" -msgstr "" +msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" -msgstr "" +msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" -msgstr "" +msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" -msgstr "" +msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" -msgstr "" +msgstr "C9" -#: gtk/paper_names_offsets.c:65 -#, fuzzy +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "DL koverta" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" -msgstr "" +msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" -msgstr "" +msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" -msgstr "" +msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" -msgstr "" +msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" -msgstr "" +msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" -msgstr "" +msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" -msgstr "" +msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" -msgstr "" +msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" -msgstr "" +msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" -msgstr "" +msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" -msgstr "" +msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" -msgstr "" +msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" -msgstr "" +msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" -msgstr "" +msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" -msgstr "" +msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" -msgstr "" +msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" -msgstr "" +msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" -msgstr "" +msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 -#, fuzzy +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" -msgstr "Choukei 2 koverta" +msgstr "čukei 2 koverta" -#: gtk/paper_names_offsets.c:85 -#, fuzzy +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" -msgstr "Choukei 3 koverta" +msgstr "čukei 3 koverta" -#: gtk/paper_names_offsets.c:86 -#, fuzzy +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" -msgstr "Choukei 4 koverta" +msgstr "čukei 4 koverta" -#: gtk/paper_names_offsets.c:87 -#, fuzzy +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" -msgstr "hagaki (razglednica)" +msgstr "hangai (razglednica)" -#: gtk/paper_names_offsets.c:88 -#, fuzzy +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "kahu koverta" -#: gtk/paper_names_offsets.c:89 -#, fuzzy +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "kahu2 koverta" -#: gtk/paper_names_offsets.c:90 -#, fuzzy +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (odzdravna razglednica)" -#: gtk/paper_names_offsets.c:91 -#, fuzzy +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" -msgstr "you4 koverta" +msgstr "ju4 koverta" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" -msgstr "" +msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" -msgstr "" +msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" -msgstr "" +msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" -msgstr "" +msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" -msgstr "" +msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" -msgstr "" +msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" -msgstr "" +msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" -msgstr "" +msgstr "5x7" -#: gtk/paper_names_offsets.c:101 -#, fuzzy +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "6x9 koverta" -#: gtk/paper_names_offsets.c:102 -#, fuzzy +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "7x9 koverta" -#: gtk/paper_names_offsets.c:103 -#, fuzzy +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "9x11 koverta" -#: gtk/paper_names_offsets.c:104 -#, fuzzy +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "a2 koverta" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" -msgstr "" +msgstr "Arč A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" -msgstr "" +msgstr "Arč B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" -msgstr "" +msgstr "Arč C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" -msgstr "" +msgstr "Arč D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" -msgstr "" +msgstr "Arč E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" -msgstr "" +msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" -msgstr "" +msgstr "c" -#: gtk/paper_names_offsets.c:112 -#, fuzzy +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "c5 koverta" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" -msgstr "" +msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" -msgstr "" +msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" -msgstr "" +msgstr "edp" -#: gtk/paper_names_offsets.c:116 -#, fuzzy +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "evropski edp" -#: gtk/paper_names_offsets.c:117 -#, fuzzy +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" -msgstr "_Izvrši" +msgstr "izvršna koverta" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" -msgstr "" +msgstr "f" -#: gtk/paper_names_offsets.c:119 -#, fuzzy +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" -msgstr "evropski FanFold" +msgstr "evropski fan-fold" -#: gtk/paper_names_offsets.c:120 -#, fuzzy +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" -msgstr "SAD FanFold" +msgstr "američki fan-fold" -#: gtk/paper_names_offsets.c:121 -#, fuzzy +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" -msgstr "nemački pravnički FanFold" +msgstr "nemački pravnički fan-fold" -#: gtk/paper_names_offsets.c:122 -#, fuzzy +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" -msgstr "SAD zvanični" +msgstr "američki zvanični" -#: gtk/paper_names_offsets.c:123 -#, fuzzy +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" -msgstr "SAD zvanično pismo" +msgstr "američko zvanično pismo" -#: gtk/paper_names_offsets.c:124 -#, fuzzy +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" -msgstr "_Indeks" +msgstr "Indeks 3x5" -#: gtk/paper_names_offsets.c:125 -#, fuzzy +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Indeks 4x6 (razglednica)" -#: gtk/paper_names_offsets.c:126 -#, fuzzy +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Indeks 4x6 prošireni" -#: gtk/paper_names_offsets.c:127 -#, fuzzy +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" -msgstr "_Indeks" +msgstr "Indeks 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" -msgstr "" +msgstr "Račun" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" -msgstr "" +msgstr "Tabloid" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" -msgstr "" +msgstr "američki pravnički" -#: gtk/paper_names_offsets.c:131 -#, fuzzy +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" -msgstr "SAD pravnički prošireni" +msgstr "prošireni američki pravnički" -#: gtk/paper_names_offsets.c:132 -#, fuzzy +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" -msgstr "SAD pismo" +msgstr "američko pismo" -#: gtk/paper_names_offsets.c:133 -#, fuzzy +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" -msgstr "SAD pismo prošireni" +msgstr "prošireno američko pismo" -#: gtk/paper_names_offsets.c:134 -#, fuzzy +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" -msgstr "SAD pismo plus" +msgstr "američko pismo plus" -#: gtk/paper_names_offsets.c:135 -#, fuzzy +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" -msgstr "Monarch koverta" +msgstr "Monarh koverta" -#: gtk/paper_names_offsets.c:136 -#, fuzzy +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "koverta #10" -#: gtk/paper_names_offsets.c:137 -#, fuzzy +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "koverta #11" -#: gtk/paper_names_offsets.c:138 -#, fuzzy +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "koverta #12" -#: gtk/paper_names_offsets.c:139 -#, fuzzy +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "koverta #14" -#: gtk/paper_names_offsets.c:140 -#, fuzzy +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "koverta #9" -#: gtk/paper_names_offsets.c:141 -#, fuzzy +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "lična koverta" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" -msgstr "" +msgstr "Četvrtina" -#: gtk/paper_names_offsets.c:143 -#, fuzzy +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" -msgstr "Papir" +msgstr "Super A" -#: gtk/paper_names_offsets.c:144 -#, fuzzy +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" -msgstr "Papir" +msgstr "Super B" -#: gtk/paper_names_offsets.c:145 -#, fuzzy +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Široki format" -#: gtk/paper_names_offsets.c:146 -#, fuzzy +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 -#, fuzzy +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" -msgstr "Boja" +msgstr "Folio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" -msgstr "" +msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 -#, fuzzy +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" -msgstr "Pozivna koverta" +msgstr "koverta za pozivnice" -#: gtk/paper_names_offsets.c:150 -#, fuzzy +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "italijanska koverta" -#: gtk/paper_names_offsets.c:151 -#, fuzzy +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" -msgstr "juuro-ku-kai" +msgstr "juro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" -msgstr "" +msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 -#, fuzzy +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Poštanska koverta" -#: gtk/paper_names_offsets.c:154 -#, fuzzy +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Mala fotografija" -#: gtk/paper_names_offsets.c:155 -#, fuzzy +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "prc1 koverta" -#: gtk/paper_names_offsets.c:156 -#, fuzzy +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "prc10 koverta" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" -msgstr "" +msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 -#, fuzzy +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "prc2 koverta" -#: gtk/paper_names_offsets.c:159 -#, fuzzy +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "prc3 koverta" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" -msgstr "" +msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 -#, fuzzy +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "prc4 koverta" -#: gtk/paper_names_offsets.c:162 -#, fuzzy +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" -msgstr "c5 koverta" +msgstr "prc5 koverta" -#: gtk/paper_names_offsets.c:163 -#, fuzzy +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "prc6 koverta" -#: gtk/paper_names_offsets.c:164 -#, fuzzy +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "prc7 koverta" -#: gtk/paper_names_offsets.c:165 -#, fuzzy +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "prc8 koverta" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" -msgstr "" +msgstr "ROK 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" -msgstr "" +msgstr "ROK 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "" -"razližite idatas strukture pronađene za simbolički povezane „%s“ i „%s“\n" +"različite idatas strukture su pronađene za simbolički vezane „%s“ i „%s“\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Neuspelo pisanje zaglavlja\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Neuspelo pisanja heš tabele\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Neuspelo pisanje indeksa fascikle\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Neuspelo prepisivanje zaglavlja\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Ne mogu da otvorim datoteku „%s“: %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Neuspeo upis datoteke u ostavi: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Kreirana ostava nije ispravna.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Neuspelo premeštanje %s u %s: %s, i zato uklanjam %s.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Neuspelo premeštanje %s u %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Neuspelo premeštanje %s nazad u %s: %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Datoteka u ostavi je uspešno napravljena.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Prepisivanje postojeće ostave, čak i ako je ažurna" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Ne provervaj prisustvo index.theme datoteke" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Ne uključuj podatke slike u ostavu" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Ispiši datoteku C zaglavlja" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Isključi opširnost ispisa" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Proveri ispravnost postojeće ostave ikonica" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Datoteka nije pronađena: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Neispravna ostava za ikonice: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Nema indeks datoteke teme." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4693,273 +4602,271 @@ msgstr "" "theme-index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amharski (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Sedilja" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Ćirilično (transliterovano)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (transliterovano)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA (Međunarodna fonetska azbuka)" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Višestruki pristisci" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Tai-Lao" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrigna-Eritrejski (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrigna-Etiopijski (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vijetnamski (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "Iksov način unosa (XIM)" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Štampaču „%s“ ponestaje toner." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Štampač „%s“ je ostao bez tonera." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "Štampaču „%s“ slabi razvijač." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Štampač „%s“ je ostao bez razvijača." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "Štampaču „%s“ ponestaje najmanje jedne boje." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Štampač „%s“ je ostao bez najmanje jedne boje." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "Poklopac je otvoren na štampaču „%s“." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "Vratanca su otvorena na štampaču „%s“." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Štampač „%s“ ostaje bez papira." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Štampač „%s“ je ostao bez papira." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Štampač „%s“ je isključen." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Štampač „%s“ izgleda nije povezan." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Problem na štampaču „%s“." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Zaustavljen ; Odbija poslove" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Odbija poslove" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Dvostrano" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Tip papira" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Izvor papira" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Izlazna traka" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" -msgstr "Pitanje" +msgstr "Rezolucija" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" -msgstr "" +msgstr "GhostScript predfilter" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Jednostrano" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" -msgstr "" +msgstr "Po dužoj strani (standardno)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" -msgstr "" +msgstr "Po kraćoj strani (okrenuto)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" -msgstr "Automatski" +msgstr "Sam odredi" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Podrazumevano" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" -msgstr "" +msgstr "Samo ugnježdeni GhostScript fontovi" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" -msgstr "" +msgstr "Prevedi u 1. nivo postskripta" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" -msgstr "" +msgstr "Prevedi u 2. nivo postskripta" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" -msgstr "Štampač nije pronađen" +msgstr "Bez predfiltriranja" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" -msgstr "" +msgstr "Dodatna podešavanja" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Hitno" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Važno" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Srednje" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Nebitno" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "S leva na desno, odozgo na dole" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "S leva na desno, odozdo na gore" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "S desna na levo, odozgo na dole" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "S desna na levo, odozdo na gore" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Odozgo na dole, s leva na desno" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Odozgo na dole, s desna na levo" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Odozdo na gore, s leva na desno" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Odozdo na gore, s desna na levo" @@ -4967,14 +4874,14 @@ msgstr "Odozdo na gore, s desna na levo" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Strana na listu" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Važnost" @@ -4982,52 +4889,52 @@ msgstr "Važnost" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Fakturisanje" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Nema" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Kategorisano" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Poverljivo" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Tajna" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Obično" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Velika tajna" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Nekategorisano" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Pre" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Posle" @@ -5035,14 +4942,14 @@ msgstr "Posle" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Zakaži štampu" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Štampaj u" @@ -5050,69 +4957,75 @@ msgstr "Štampaj u" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Posebno %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "izlaz.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Štampaj u datoteku" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postskript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "_Stranica na listu:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Datoteka" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "F_ormat izlaza" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Štampaj preko LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Strana na listu" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Komandna linija" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "test-izlaz.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Testiraj štampu" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Ne mogu da saznam podatke o datoteci „%s“: %s" +#, fuzzy +#~| msgctxt "keyboard label" +#~| msgid "Alt" +#~ msgid "At" +#~ msgstr "Alt" + #~ msgid "directfb arg" #~ msgstr "directfb arg" @@ -5800,10 +5713,6 @@ msgstr "Ne mogu da saznam podatke o datoteci „%s“: %s" #~ msgid "Today" #~ msgstr "Danas" -#, fuzzy -#~ msgid "Location:" -#~ msgstr "_Putanja:" - #~ msgid "Line %d, column %d: missing attribute \"%s\"" #~ msgstr "Linija %d, kolona %d: nedostaje atribut „%s“" @@ -5867,10 +5776,6 @@ msgstr "Ne mogu da saznam podatke o datoteci „%s“: %s" #~ msgid "Select All" #~ msgstr "Izaberi sve" -#, fuzzy -#~ msgid "shortcut %s already exists" -#~ msgstr "Prečica %s ne postoji" - #~ msgid "Cannot handle PNM files with maximum color values greater than 255" #~ msgstr "" #~ "Ne mogu da baratam PNM datotekama čije su najveće vrednosti boje veće od " From 663bf3db0efde02f96e34bc08846356be3240f7f Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 15 Apr 2009 18:13:20 +0300 Subject: [PATCH 067/190] build: fix the build when not making man-pages --- docs/reference/gdk-pixbuf/Makefile.am | 8 ++++---- docs/reference/gtk/Makefile.am | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am index 3bf686d3ee..5beb9259ad 100644 --- a/docs/reference/gdk-pixbuf/Makefile.am +++ b/docs/reference/gdk-pixbuf/Makefile.am @@ -79,17 +79,17 @@ EXTRA_DIST += version.xml.in \ ######################################################################## -man_MANS = gdk-pixbuf-csource.1 gdk-pixbuf-query-loaders.1 - if ENABLE_MAN +man_MANS = gdk-pixbuf-csource.1 gdk-pixbuf-query-loaders.1 + %.1 : %.xml @XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< -endif - BUILT_EXTRA_DIST = $(man_MANS) +endif + dist-hook-local: $(BUILT_EXTRA_DIST) files='$(BUILT_EXTRA_DIST)'; \ for f in $$files; do \ diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am index 2e2b9f84f3..0c5e059973 100644 --- a/docs/reference/gtk/Makefile.am +++ b/docs/reference/gtk/Makefile.am @@ -361,17 +361,17 @@ EXTRA_DIST += version.xml.in ######################################################################## -man_MANS = gtk-query-immodules-2.0.1 gtk-update-icon-cache.1 gtk-builder-convert.1 - if ENABLE_MAN +man_MANS = gtk-query-immodules-2.0.1 gtk-update-icon-cache.1 gtk-builder-convert.1 + %.1 : %.xml @XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< -endif - BUILT_EXTRA_DIST = $(man_MANS) +endif + dist-hook-local: $(BUILT_EXTRA_DIST) files='$(BUILT_EXTRA_DIST)'; \ for f in $$files; do \ From dfbc1199d42de55467fa7a7e80c9b316a423ab95 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 16 Apr 2009 00:50:46 -0400 Subject: [PATCH 068/190] Fix a resizing problem with marks on scales Queue a resize when marks are added to or removed from GtkScale widgets. This fixes a visual glitch with the 100% mark in gnome-volume-control. --- gtk/gtkscale.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c index 87ba227991..b738d6dd17 100644 --- a/gtk/gtkscale.c +++ b/gtk/gtkscale.c @@ -1293,6 +1293,8 @@ gtk_scale_clear_marks (GtkScale *scale) priv->marks = NULL; _gtk_range_set_stop_values (GTK_RANGE (scale), NULL, 0); + + gtk_widget_queue_resize (GTK_WIDGET (scale)); } /** @@ -1349,6 +1351,8 @@ gtk_scale_add_mark (GtkScale *scale, _gtk_range_set_stop_values (GTK_RANGE (scale), values, n); g_free (values); + + gtk_widget_queue_resize (GTK_WIDGET (scale)); } From 7ecf03e84a57a986a183da27b9f6918dc989e4dd Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 16 Apr 2009 11:50:00 +0200 Subject: [PATCH 069/190] Hungarian translation updated --- po/hu.po | 2124 +++++++++++++++++++++++++++--------------------------- 1 file changed, 1059 insertions(+), 1065 deletions(-) diff --git a/po/hu.po b/po/hu.po index 964838ec5a..021b00fe30 100644 --- a/po/hu.po +++ b/po/hu.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD.hu\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-02-23 16:49+0100\n" +"POT-Creation-Date: 2009-04-16 11:47+0200\n" +"PO-Revision-Date: 2009-04-16 11:48+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" @@ -21,58 +21,58 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: KBabel 1.11.4\n" -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Hiba a --gdk-debug kapcsoló feldolgozásakor" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Hiba a --gdk-no-debug kapcsoló feldolgozásakor" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "A program osztálya, ahogy az ablakkezelő használja" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "OSZTÁLY" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "A programnév, ahogy az ablakkezelő használja" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "NÉV" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "Használandó X-megjelenítő" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "MEGJELENÍTŐ" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "Használandó X-képernyő" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "KÉPERNYŐ" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Beállítandó Gdk debug jelzőbitek" @@ -80,221 +80,220 @@ msgstr "Beállítandó Gdk debug jelzőbitek" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "JELZŐK" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Kikapcsolandó Gdk debug jelzőbitek" -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "BackSpace" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tab" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Enter" -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Scroll_Lock" -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Escape" -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_billentyű" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Balra" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Fel" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Jobbra" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Le" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page_Up" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page_Down" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Print" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insert" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Szóköz" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Tab" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Enter" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP_Home" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP_Balra" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP_Fel" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP_Jobbra" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP_Le" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_Page_Up" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP_Prior" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP_Next" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "KP_End" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP_Begin" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP_Insert" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP_Delete" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Delete" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Nem sikerült megnyitni a(z) „%s” fájlt: %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "A(z) „%s” képfájl nem tartalmaz adatokat" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format -msgid "" -"Failed to load image '%s': reason not known, probably a corrupt image file" +msgid "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "" "Nem sikerült betölteni a(z) „%s” képet: ok ismeretlen, valószínűleg sérült a " "képfájl" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -303,12 +302,12 @@ msgstr "" "Nem sikerült betölteni a(z) „%s” animációt: ok ismeretlen, valószínűleg " "sérült az animációfájl" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Nem lehet betölteni a képbetöltő modult: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -317,55 +316,55 @@ msgstr "" "A(z) %s képbetöltő-modul nem exportálja a megfelelő felületet, talán egy " "másik GTK verzióból van?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "A(z) „%s” képtípus nem támogatott" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Nem lehet azonosítani a(z) „%s” képfájl formátumát" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Azonosíthatatlan képfájl formátum" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Nem sikerült betölteni a(z) „%s” képet: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Hiba képfájlba íráskor: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "" "A gdk-pixbuf ezen változatába nincs befordítva a(z) %s képformátumba való " "mentés támogatása" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Nincs elég memória a kép visszahíváshoz mentéséhez" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Nem sikerült megnyitni az átmeneti fájlt" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Nem sikerült olvasni az átmeneti fájlból" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "„%s” megnyitása írásra sikertelen: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -374,15 +373,15 @@ msgstr "" "A(z) „%s” nem zárható le a kép írása közben, lehet, hogy nem sikerült minden " "adatot elmenteni: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Nincs elég memória a kép pufferbe mentéséhez" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Hiba képfolyamba íráskor" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -391,142 +390,147 @@ msgstr "" "Belső hiba: A(z) %s képbetöltő modul nem tudott befejezni egy műveletet, de " "nem adta meg a hiba okát" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "A(z) %s típusú képek növekményes betöltése nem támogatott" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Hibás képfejléc" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Ismeretlen képformátum" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "A kép képpontadata sérült" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "nem sikerült %u bájt méretű képpuffert lefoglalni" msgstr[1] "nem sikerült %u bájt méretű képpuffert lefoglalni" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Váratlan ikondarab az animációban" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Nem támogatott animációtípus" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Érvénytelen fejléc az animációban" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Nincs elég memória az animáció betöltéséhez" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Hibás részlet az animációban" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "ANI képformátum" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "A BMP-kép fejlécadata hibás" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Nincs elég memória a kép betöltéséhez" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "A BMP-kép fejlécmérete nem támogatott" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "A fentről-lefelé BMP képek nem tömöríthetőek" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "A fájl végét túl korán értem el" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Nem lehet memóriát foglalni a BMP fájl mentéséhez" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Nem sikerült írni a BMP fájlba" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "BMP képformátum" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Hiba a GIF olvasásánál: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "A GIF fájl egyes adatai hiányoznak (lehet, hogy csonkolódott a fájl?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Belső hiba a GIF betöltőben (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Veremtúlcsordulás" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "A GIF-képbetöltő nem tudja értelmezni ezt a képet." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Hibás kód érkezett" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Körkörös táblázat bejegyzés a GIF fájlban" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Nincs elég memória a GIF-fájl betöltéséhez" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Nincs elég memória a keretnek a GIF-fájlban való kiegészítéséhez" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "A GIF-kép hibás (helytelen LZW-tömörítés)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "A fájl nem tűnik GIF formátumúnak" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "A %s verziójú GIF formátum nincs támogatva" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -534,112 +538,114 @@ msgstr "" "A GIF képnek nincs globális színtérképe, és a benne lévő keretnek sincs " "lokális színtérképe." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "A GIF-kép csonkolódott vagy nem teljes." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "GIF képformátum" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Érvénytelen fejléc az ikonban" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Nincs elég memória az ikon betöltéséhez" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Az ikon szélessége nulla" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Az ikon magassága nulla" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Tömörített ikonok nincsenek támogatva" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Nem támogatott ikontípus" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Nincs elég memória az ICO-fájl betöltéséhez" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "A kép túl nagy ICO formátumba mentéshez" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "A kurzor aktív pontja a képen kívül helyezkedik el" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Nem támogatott mélység ICO-fájlnál: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "ICO képformátum" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Hiba az ICNS képfájl olvasásakor: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Nem sikerült visszafejteni az ICNS fájlt" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "ICNS képformátum" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Nem sikerült memóriát kiosztani az adatfolyamhoz" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Nem sikerült visszafejteni a képet" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Az átalakított JPEG2000 szélessége vagy magassága nulla" -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "A képtípus nem támogatott" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Nem lehet memóriát foglalni a színprofilhoz" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Nincs elég memória a JPEG 2000 fájl megnyitásához" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Nem lehet memóriát foglalni a képadatok számára" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 képformátum" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Hiba a JPEG képfájl értelmezésekor (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -647,21 +653,21 @@ msgstr "" "Nincs elég memória a kép betöltéséhez, memória felszabadításához próbáljon " "meg kilépni néhány alkalmazásból" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Nem támogatott JPEG-színtér (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Nem lehet memóriát kiosztani a JPEG fájl betöltéséhez" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Az átalakított JPEG szélessége vagy magassága nulla." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -670,95 +676,94 @@ msgstr "" "A JPEG-minőség értékének 0 és 100 között kell lennie, a(z) „%s” értéket nem " "lehet feldolgozni." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format -msgid "" -"JPEG quality must be a value between 0 and 100; value '%d' is not allowed." +msgid "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" "A JPEG-minőség értékének 0 és 100 között kell lennie, a(z) „%d” érték nem " "megengedett." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG képformátum" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Nem lehet memóriát kiosztani a fejléchez" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Nem lehet memóriát foglalni a kontextus-puffer számára" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "A kép szélessége és/vagy magassága érvénytelen" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "A kép képpontonkénti bitjeinek száma nem támogatott" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Nem támogatott számú %d bites színsík van a képben" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Nem lehet létrehozni új képpuffert" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Nem lehet memóriát foglalni a vonaladatok számára" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Nem lehet memóriát foglalni a palettaadatok számára" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Nem található a PCX-kép minden sora" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Nem található paletta a PCX-adat végén" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "PCX képformátum" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "A PNG-kép csatornánkénti bitjeinek száma érvénytelen." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Az átalakított PNG szélessége vagy magassága nulla." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Az átalakított PNG csatornánkénti bitjeinek száma nem 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Az átalakított PNG nem RGB vagy RGBA módú." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "Az átalakított PNG csatornánkénti bitjeinek száma nem támogatott, 3-nak vagy " "4-nek kell lennie." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Végzetes hiba a PNG képfájlban: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Nincs elég memória a PNG fájl betöltéséhez" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -767,27 +772,26 @@ msgstr "" "Nincs elég memória egy %ld x %ld méretű kép betöltéséhez, próbáljon meg " "kilépni néhány alkalmazásból a memóriahasználat csökkentéséhez" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Végzetes hiba a PNG képfájl olvasásakor" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Végzetes hiba a PNG képfájl olvasásakor: %s" -#: gdk-pixbuf/io-png.c:825 -msgid "" -"Keys for PNG text chunks must have at least 1 and at most 79 characters." +#: ../gdk-pixbuf/io-png.c:825 +msgid "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "A PNG szöveges darabok kulcsainak legalább 1 és legfeljebb 79 karakterből " "kell állniuk." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "A PNG szöveges darabok kulcsainak ASCII karaktereknek kell lenniük." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -796,7 +800,7 @@ msgstr "" "A PNG-tömörítés értékének 0 és 9 között kell lennie, a(z) „%s” értéket nem " "lehet feldolgozni." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -805,419 +809,423 @@ msgstr "" "A PNG-tömörítés értékének 0 és 9 között kell lennie, a(z) „%d” érték nem " "engedélyezett." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "%s PNG szöveges darab értéke nem konvertálható ISO-8859-1 kódolásúra." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "PNG képformátum" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "A PNM-betöltő egy egészet várt, de nem talált" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "A PNM-fájl kezdő bájtja helytelen" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "A PNM-fájl nincs felismert PNM-alformátumban" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "A PNM-fájl képszélessége 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "A PNM-fájl képmagassága 0" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "A PNM-fájlban a maximális színérték 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "A PNM-fájlban a maximális színérték túl nagy" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "A nyers PNM-képtípus érvénytelen" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "A PNM-képbetöltő nem támogatja ezt a PNM-alformátumot" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "A nyers PNM-formátumok pontosan egy üreshely-karaktert igényelnek a " "mintaadatok előtt" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Nem lehet memóriát kiosztani a PNM-kép betöltéséhez" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Nincs elég memória a PNM kontextus struktúrának" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "A PNM-képadatnak váratlanul vége" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Nincs elég memória a PNM fájl betöltéséhez" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "A PNM/PBM/PGM/PPM képformátum család" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "A RAS-kép fejlécadata hibás" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "A RAS-kép típusa ismeretlen" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "nem támogatott RAS-képváltozat" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Nincs elég memória a RAS-kép betöltéséhez" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Sun raster képformátum" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Nem lehet memóriát kiosztani az IOBuffer-struktúrához" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Nem lehet memóriát kiosztani az IOBuffer-adathoz" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Nem lehet újra kiosztani az IOBuffer-adatot" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Nem lehet kiosztani az átmeneti IOBuffer-adatot" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Nem lehet lefoglalni új képpuffert" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Nem lehet kiosztani színtérkép struktúrát" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Nem lehet kiosztani színtérkép bejegyzéseket" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Váratlan bitmélység a színtérkép-bejegyzésekhez" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Nem lehet kiosztani TGA-fejlécmemóriát" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "A TGA-kép mérete érvénytelen" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "A TGA képformátum nem támogatott" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Nem lehet memóriát lefoglalni a TGA kontextus struktúrának" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Többletadat a fájlban" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Targa képformátum" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Nem lehet megszerezni a kép szélességét (hibás TIFF fájl)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Nem lehet megszerezni a kép magasságát (hibás TIFF fájl)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "A TIFF-kép szélessége vagy magassága nulla" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "A TGA-kép mérete túl nagy" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Nincs elég memória a TIFF fájl megnyitásához" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "RGB-adat betöltése a TIFF-fájlból sikertelen" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Nem sikerült megnyitni a TIFF képet" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "A TIFFClose művelet sikertelen" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Nem sikerült betölteni a TIFF képet" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Nem sikerült menteni a TIFF képet" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Nem sikerült kiírni a TIFF adatokat" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Nem sikerült írni a TIFF fájlba" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "TIFF képformátum" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "A kép szélessége nulla" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "A kép magassága nulla" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Nincs elég memória a kép betöltéséhez" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Nem lehet menteni a többit" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "WBMP képformátum" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Érvénytelen XBM-fájl" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Nincs elég memória az XBM képfájl betöltéséhez" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "Átmeneti fájlba írás az XBM-kép betöltésekor sikertelen" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "XBM képformátum" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Nem található az XPM-fejléc" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Érvénytelen XPM-fejléc" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "Az XPM-fájl képszélessége <= 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "Az XPM-fájl képmagassága <= 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "Az XPM-fájl képpontonkénti karaktereinek száma érvénytelen" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "Az XPM-fájl színeinek száma érvénytelen" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Nem lehet memóriát kiosztani az XPM-kép betöltéséhez" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Nem lehet olvasni az XPM-színtérképet" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "Átmeneti fájlba írás az XPM-kép betöltésekor sikertelen" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "XPM képformátum" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "EMF képformátum" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Nem lehet memóriát foglalni: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Nem hozható létre adatfolyam: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Nem lehet pozicionálni az adatfolyamban: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Nem lehet olvasni az adatfolyamból: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Nem lehet betölteni a bitképet" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Nem lehet betölteni a metafájlt" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Nem támogatott képformátum a GDI+-hoz" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Nem lehet menteni" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "WMF képformátum" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Ne kötegelje a GDI kéréseket" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Ne használja a Wintab API-t a tablet támogatáshoz" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Ugyanaz mint --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Ne használja a Wintab API-t [alapértelmezett]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "A paletta mérete 8 bites módban" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "COLORS" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Legyenek szinkron X-hívások" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "%s indítása" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "%s megnyitása" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "%d elem megnyitása" msgstr[1] "%d elem megnyitása" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licenc" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "A program licence" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Köszönet" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licenc" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s névjegye" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Köszönet" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Írta" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentáció" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Fordította" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafika" @@ -1226,7 +1234,7 @@ msgstr "Grafika" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1236,7 +1244,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1246,7 +1254,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1256,7 +1264,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1266,7 +1274,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1276,37 +1284,37 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Szóköz" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Fordított törtvonal" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "Érvénytelen típusfüggvény: „%s”" +msgstr "Érvénytelen típusfüggvény a(z) %d. sorban: „%s”" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "Többször szereplő objektumazonosító („%s”) a(z) %d. sorban (korábban a(z) %d. sorban)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Érvénytelen gyökérelem: „%s”" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Kezeletlen címke: „%s”" @@ -1320,7 +1328,7 @@ msgstr "Kezeletlen címke: „%s”" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:YM" @@ -1328,7 +1336,7 @@ msgstr "calendar:YM" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1337,7 +1345,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1352,7 +1360,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1368,7 +1376,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1385,7 +1393,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1393,7 +1401,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Tiltva" @@ -1402,25 +1410,25 @@ msgstr "Tiltva" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Új gyorsbillentyű…" -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Szín kiválasztása" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Érvénytelen színadat érkezett\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1428,7 +1436,7 @@ msgstr "" "Válassza ki a kívánt színt a külső gyűrűről. Válassza ki ezen szín a " "sötétségét vagy világosságát a belső háromszög használatával." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1436,67 +1444,67 @@ msgstr "" "Kattintson a pipettára, majd a képernyő bármely pontjára az ott lévő szín " "kiválasztásához." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "Á_rnyalat:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "A színkerék pozíciója." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "Telített_ség:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "A szín telítettsége." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "É_rték:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "A szín fényessége." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Vörös:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "A vörös fény mennyisége a színben." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Zöld:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "A zöld fény mennyisége a színben." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Kék:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "A kék fény mennyisége a színben." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "Á_tlátszatlanság:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "A szín átlátszósága." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "Szín _neve:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1504,15 +1512,15 @@ msgstr "" "Beírhat ide egy HTML-stílusú hexadecimális színértéket, vagy egyszerűen egy " "színnevet, például „orange”." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Paletta:" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Színkerék" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1522,7 +1530,7 @@ msgstr "" "Áthúzhatja ezt a színt egy palettabejegyzéshez, vagy kiválaszthatja mint " "jelenlegit a mellette lévő mezőbe húzással." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1530,11 +1538,11 @@ msgstr "" "Az ön által kiválasztott szín. Ezt a színt egy palettabejegyzésbe áthúzva " "elmentheti későbbi felhasználásra." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Szín mentése ide" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1544,55 +1552,55 @@ msgstr "" "színmezőből vagy a jobb gombos menüben kattintson a „Szín mentése ide” " "pontra." -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Szín kiválasztása" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Beviteli mó_dok" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Unicode vezérlőkarakter beszúrása" -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "A Caps Lock be van kapcsolva" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Válasszon ki egy fájlt" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Asztal" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Nincs)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Egyéb…" -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Nem érhető el információ a fájlról" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Nem adható hozzá könyvjelző" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Nem lehet eltávolítani a könyvjelzőt" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "A mappa nem hozható létre" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1600,11 +1608,11 @@ msgstr "" "A mappát nem lehet létrehozni, mivel már létezik egy fájl ugyanezen a néven. " "Próbáljon más nevet adni a mappának vagy nevezze át a fájlt." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Érvénytelen fájlnév" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "A mappa tartalma nem jeleníthető meg" @@ -1612,175 +1620,174 @@ msgstr "A mappa tartalma nem jeleníthető meg" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s ezen: %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Keresés" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Nemrég használt" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Válassza ki, hogy milyen típusú fájlok jelenjenek meg" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "A(z) „%s” mappa hozzáadása a könyvjelzőkhöz" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "A jelenlegi mappa hozzáadása a könyvjelzőkhöz" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "A kijelölt mappák hozzáadása a könyvjelzőkhöz" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "A(z) „%s” könyvjelző eltávolítása" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Eltávolítás" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Átnevezés…" #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Helyek" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Helyek" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "Hozzá_adás" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "A kijelölt mappa hozzáadása a könyvjelzőkhöz" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Eltávolítás" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "A kijelölt könyvjelző eltávolítása" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Nem sikerült kijelölni a fájlt" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "Hozzá_adás a könyvjelzőkhöz" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "_Rejtett fájlok megjelenítése" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "_Méret oszlop megjelenítése" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Fájlok" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Név" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Méret" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Módosítva" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Név:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "Egyéb mappák _böngészése" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Írjon be egy fájlnevet" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "M_appa létrehozása" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "Hel_y:" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Mentés _mappába:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Létrehozás _mappában:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Nem lehet megváltoztatni a mappát, mert az nem helyi" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Már létezik %s gyorsbillentyű" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "%s gyorsbillentyű nem létezik" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "A(z) „%s” nevű fájl már létezik. Le akarja cserélni?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format -msgid "" -"The file already exists in \"%s\". Replacing it will overwrite its contents." +msgid "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "" "A fájl már létezik a(z) „%s” helyen. Lecserélésével a tartalma felül lesz " "írva." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Csere" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Nem lehet elindítani a keresési folyamatot" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1788,54 +1795,54 @@ msgstr "" "A program nem volt képes kapcsolatot létrehozni az indexelő démonhoz. " "Győződjön meg róla, hogy az fut." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Nem lehet elküldeni a keresési kérést" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Keresés:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "%s nem csatolható" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Adja meg az új mappa nevét" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Ismeretlen" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%k.%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Tegnap %k.%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Érvénytelen útvonal" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Nincs találat" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Egyszerű kiegészítés" @@ -1843,13 +1850,13 @@ msgstr "Egyszerű kiegészítés" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Teljes, de nem egyedi" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Kiegészítés…" @@ -1857,7 +1864,7 @@ msgstr "Kiegészítés…" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Csak helyi fájlnevek választhatók ki" @@ -1865,41 +1872,41 @@ msgstr "Csak helyi fájlnevek választhatók ki" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Befejezetlen gépnév, zárja le / jellel" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Az útvonal nem létezik" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Hiba a(z) „%s” mappa létrehozásakor: %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Mappák" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Mappák" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Fájlok" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Olvashatatlan könyvtár: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1910,90 +1917,87 @@ msgstr "" "ezen program számára.\n" "Valóban ki akarja választani?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "Új _mappa" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "Fájl _törlése" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "Fájl át_nevezése" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format -msgid "" -"The folder name \"%s\" contains symbols that are not allowed in filenames" -msgstr "" -"A(z) „%s” mappanév fájlnevekben meg nem engedett szimbólumokat tartalmaz" +msgid "The folder name \"%s\" contains symbols that are not allowed in filenames" +msgstr "A(z) „%s” mappanév fájlnevekben meg nem engedett szimbólumokat tartalmaz" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Új mappa" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "_Mappa neve:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "Lét_rehozás" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" -msgstr "" -"A(z) „%s” fájlnév fájlnevekben meg nem engedett szimbólumokat tartalmaz" +msgstr "A(z) „%s” fájlnév fájlnevekben meg nem engedett szimbólumokat tartalmaz" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Hiba a(z) „%s” fájl törlése közben: %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Biztos törli a(z) „%s” fájlt?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Fájl törlése" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Hiba a fájl átnevezése közben erre: „%s” : %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Hiba „%s” fájl átnevezése közben: %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Hiba „%s” fájl erre: „%s” való átnevezése közben: %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Fájl átnevezése" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "„%s” fájl átnevezése:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "Á_tnevezés" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Kijelölés: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2002,15 +2006,15 @@ msgstr "" "A(z) „%s” fájlnevet nem lehet UTF-8-ra konvertálni. (próbálja meg beállítani " "a G_FILENAME_ENCODING környezeti változót): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Érvénytelen UTF-8" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Túl hosszú a név" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Nem lehet konvertálni a fájlnevet" @@ -2019,75 +2023,75 @@ msgstr "Nem lehet konvertálni a fájlnevet" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Fájlrendszer" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Nem kérhető le a gyökérmappa" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Üres)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Betűkészlet kiválasztása" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Betűkészlet" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "árvíztűrő tükörfúrógép ÁRVÍZTŰRŐ TÜKÖRFÚRÓGÉP" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Család:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Stílus:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Méret:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Előnézet:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Betűkészlet-választó" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "_Gamma érték" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Hiba az ikon betöltésekor: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2100,139 +2104,139 @@ msgstr "" "Beszerezhet egy másolatot a következő helyről:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "„%s” ikon nincs a témában" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Nem sikerült betölteni az ikont" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Egyszerű" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Rendszer" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Rendszer (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Bevitel" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Nincs kiterjesztett beviteli eszköz" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Eszköz:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Tiltva" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Képernyő" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Ablak" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Mód:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Tengelyek" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Billentyűk" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Nyomás:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "X _döntés:" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Y dö_ntés:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Görgő:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "nincs" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(tiltva)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(ismeretlen)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Törlés" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "URL másolása" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Érvénytelen URI" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "További GTK+ modulok betöltése" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULOK" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Minden figyelmeztetés végzetes legyen" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Beállítandó Gtk+ debug jelzőbitek" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Kikapcsolandó Gtk+ jelzőbitek" @@ -2241,65 +2245,66 @@ msgstr "Kikapcsolandó Gtk+ jelzőbitek" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Nem nyitható meg a megjelenítő: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "GTK+ beállításai" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "GTK+ beállítások megjelenítése" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Kap_csolódás" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Kapcsolódás _névtelenül" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Kapcsolódás _felhasználóként:" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Felhasználónév:" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Tartomány:" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "J_elszó:" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Jelszó a_zonnali elfelejtése" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Jelszó megjegyzése _kijelentkezésig" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Megjegyzés örökre" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "%u. oldal" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Nem érvényes oldalbeállítási fájl" @@ -2309,11 +2314,11 @@ msgstr "Nem érvényes oldalbeállítási fájl" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2321,15 +2326,15 @@ msgstr "" "Tetszőleges nyomtató\n" "Hordozható dokumentumokhoz" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "hüvelyk" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2344,88 +2349,88 @@ msgstr "" " Felső: %s %s\n" " Alsó: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Egyéni méretek kezelése…" -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Formátum ehhez:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Papírméret:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Tájolás:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Oldalbeállítás" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Margók a nyomtatótól…" -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Egyéni méret %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Egyéni méretek kezelése" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Szélesség:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Magasság:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Papírméret" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Fent:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Lent:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Bal:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "J_obb:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Papírmargók" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Vissza az útvonalon" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Előre az útvonalon" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Fájlrendszer gyökere" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Nem érhető el" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "Mentés _mappába:" @@ -2433,182 +2438,177 @@ msgstr "Mentés _mappába:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s %d. feladata" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Kezdeti állapot" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Nyomtatás előkészítése" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Adatok előállítása" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Adatok küldése" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Várakozás" # fixme: jó ez így? -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Blokkolás probléma miatt" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Nyomtatás" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Befejeződött" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Hibával fejeződött be" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "%d előkészítése" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "Előkészítés" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "%d nyomtatása" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "Hiba a nyomtatási előnézet létrehozásakor" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "A legvalószínűbb ok, hogy egy ideiglenes fájl nem hozható létre." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Hiba az előnézet indításakor" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Nyomtatási hiba" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Alkalmazás" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "A nyomtató nem érhető el" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Kifogyott a papír" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Szüneteltetve" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Felhasználói beavatkozás szükséges" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Egyéni méret" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Nem található nyomtató" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Érvénytelen paraméter a CreateDC-hez" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Hiba a StartDoc elemtől" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Nincs elég szabad memória" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Érvénytelen paraméter a PrintDlgEx-re" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Érvénytelen mutató a PrintDlgEx-re" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Érvénytelen kezelő a PrintDlgEx-re" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Meghatározatlan hiba" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Nyomtató" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Hely" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Állapot" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Tartomány" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "Min_den oldal" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "J_elenlegi oldal" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Oldalak:" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2616,125 +2616,124 @@ msgstr "" "Adjon meg oldaltartományokat,\n" "például 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "_Oldalak:" +msgstr "Oldalak" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Példányszám" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Pél_dányszám:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Szétválogatás" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Fordított" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Általános" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Oldalsorrend" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Balról jobbra" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Jobbról balra" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Elrendezés" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Kétoldalas:" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "_Lapok oldalanként:" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Ol_dalsorrend:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Nyomtatandó:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Minden oldal" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Páros oldalak" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Páratlan oldalak" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Méretezés:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papír" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Papír _típusa:" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Papírforrás:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Kimeneti tál_ca:" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Feladat részletei" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "_Prioritás:" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Fizetési információk:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Dokumentum nyomtatása" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Azonnal" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Ekkor:" @@ -2742,7 +2741,7 @@ msgstr "_Ekkor:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2750,117 +2749,117 @@ msgstr "" "A nyomtatás idejének megadása\n" " például: 15.30, 2.35 du, 14.15.20, 11.46.30 de, 4 du" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "Nyomtatás ideje" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_Várakoztatás" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "A feladat felfüggesztése kifejezett elengedéséig" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Borítóoldal hozzáadása" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Elé:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Mögé:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Feladat" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Haladó" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Képminőség" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Szín" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Befejezés" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "A párbeszédablak egyes beállításai ütköznek" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Nyomtatás" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Include-fájl nem található: „%s”" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "A kép nem található a következő pixmap_path útvonalon: „%s”" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Ez a függvény nincs megvalósítva a(z) „%s” osztály felületi elemeihez" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Válassza ki a megjelenítendő dokumentumok típusát" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Nem található elem a következő URI címhez: „%s”" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Névtelen szűrő" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Nem távolítható el az elem" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Nem törölhető a lista" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Hely más_olása" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Törlés a listából" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Lista törlése" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Sze_mélyes erőforrások megjelenítése" @@ -2874,21 +2873,21 @@ msgstr "Sze_mélyes erőforrások megjelenítése" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Nem találhatók elemek" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Nem található nemrég használt erőforrás a következő URI címmel: „%s”" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "„%s” megnyitása" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Ismeretlen elem" @@ -2897,7 +2896,7 @@ msgstr "Ismeretlen elem" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2906,37 +2905,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Nem található a következő URI című elem: „%s”" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Információ" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Figyelmeztetés" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Hiba" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Kérdés" @@ -2944,696 +2943,691 @@ msgstr "Kérdés" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_Névjegy" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "Hozzá_adás" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Alkalmaz" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Félkövér" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "Mé_gse" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-Rom" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Törlés" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Bezárás" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "Kapcs_olódás" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Konvertálás" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Másolás" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "_Kivágás" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Törlés" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "El_dobás" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Bontás" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Végrehajtás" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "S_zerkesztés" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Keresés" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Keresés és _csere" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Floppy" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Teljes képernyő" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "T_eljes képernyő elhagyása" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Aljára" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Első" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Utolsó" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Tetejére" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Vissza" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Le" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Tovább" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Fel" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Merevlemez" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Súgó" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Kezdőlap" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Behúzás növelése" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Behúzás csökkentése" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Index" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Információ" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Dőlt" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Ugrás" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Középre" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "K_itöltés" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Balra" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Jobbra" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Előre" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Következő" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "_Szünet" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Lejátszás" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "_Előző" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Felvétel" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Vissza" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Leállítás" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Hálózat" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "Ú_j" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Nem" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_OK" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Megnyitás" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Fekvő" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Álló" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Fordított fekvő" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Fordított álló" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "_Oldalbeállítás" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Beillesztés" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "B_eállítások" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Nyomtatás" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Nyomtatási _kép" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Tulajdonságok" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Kilépés" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "Új_ra" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Frissítés" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Eltávolítás" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Visszaállítás" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "M_entés" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Men_tés másként" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "_Mindent kijelöl" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Szín" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Betűkészlet" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Növekvő" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Csökkenő" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_Helyesírás-ellenőrzés" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Leállítás" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "Át_húzás" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Visszaállítás" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Aláhúzás" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Visszavonás" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Igen" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Normál méret" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Legjobb _illeszkedés" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "_Nagyítás" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "_Kicsinyítés" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Ismeretlen hiba a(z) %s visszafejtésére tett kísérlet során" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Nem található visszafejtési függvény a(z) %s formátumhoz" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "A(z) <%s> elemben mind az „azonosító”, mind a „név” megtalálható" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "A(z) „%s” attribútum kétszer fordult elő a(z) <%s> elemen" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "A(z) <%s> elem a(z) „%s” érvénytelen azonosítóval rendelkezik" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "A(z) <%s> elem nem rendelkezik sem „név” sem „azonosító” attribútummal" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" -msgstr "" -"A(z) „%s” attribútum kétszer lett megismételve ugyanazon a(z) <%s> elemen" +msgstr "A(z) „%s” attribútum kétszer lett megismételve ugyanazon a(z) <%s> elemen" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" -msgstr "" -"A(z) „%s” attribútum <%s> elemen érvénytelen ebben a szövegkörnyezetben" +msgstr "A(z) „%s” attribútum <%s> elemen érvénytelen ebben a szövegkörnyezetben" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "A(z) „%s” címke nincs meghatározva." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Névtelen címke található és nem hozhatók létre címkék." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "A(z) „%s” címke nem létezik a pufferben és nem hozhatók létre címkék." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "A(z) <%s> elem nem engedélyezett <%s> alatt" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "A(z) „%s” nem érvényes attribútumtípus" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "A(z) „%s” nem érvényes attribútumnév" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format -msgid "" -"\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" +msgid "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "„%s” nem alakítható „%s” típusú értékké „%s” attribútumhoz" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "„%s” nem érvényes érték a(z) „%s” attribútumhoz" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "A(z) „%s” címke már meg van határozva" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "A(z) „%s” címke prioritása („%s”) érvénytelen" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" -msgstr "" -"A szöveg legkülső elemének <%s> helyett text_view_markup> elemnek kell lennie" +msgstr "A szöveg legkülső elemének <%s> helyett text_view_markup> elemnek kell lennie" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "már meg van határozva egy <%s> elem" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr " elem nem fordulhat elő elem előtt" -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "A sorba fejtett adatok rosszul formázottak" -#: gtk/gtktextbufferserialize.c:1857 -msgid "" -"Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" +#: ../gtk/gtktextbufferserialize.c:1857 +msgid "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "A sorba fejtett adatok rosszul formázottak. Az első szakasz nem " "GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM _Balról-jobbra jel" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM J_obbról-balra jel" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE Balról-jobbra beá_gyazás" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE Jobbról-balra b_eágyazás" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO Balról-jobbra _felülbírálás" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO Jobbról-balra f_elülbírálás" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF Irányformázás _visszakapása" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS N_ull szélességű szóköz" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ Null szélességű ö_sszekötő" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ Null szélességű _nem-összekötő" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Nem található a témamotor a következő modul útvonalon: „%s”," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "-- Nincs segédszöveg --" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Váratlan kezdőcímke: „%s” a(z) %d. sor %d. karakterénél" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Váratlan karakteradat a(z) %d. sor %d. karakterénél" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Üres" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Hangerő" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Csökkenti vagy növeli a hangerőt" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Módosítja a hangerőt" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Hangerő le" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Csökkenti a hangerőt" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Hangerő fel" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Növeli a hangerőt" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Némítva" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Teljes hangerő" @@ -3642,930 +3636,929 @@ msgstr "Teljes hangerő" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "DL boríték" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Choukei 2 boríték" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Choukei 3 boríték" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Choukei 4 boríték" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (levelezőlap)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "kahu boríték" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "kaku2 boríték" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (válasz levelezőlap)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "you4 boríték" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "6x9 boríték" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "7x9 boríték" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "9x11 boríték" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "a2 boríték" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "c5 boríték" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "Európai edp" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "Európai FanFold" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "US FanFold" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold German Legal" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government Legal" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government Letter" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Index 3x5" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (levelezőlap)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Index 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Invoice" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Monarch boríték" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "#10 boríték" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "#11 boríték" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "#12 boríték" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "#14 boríték" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "#9 boríték" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Személyes boríték" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Széles formátum" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Meghívó boríték" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Olasz boríték" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Postfix boríték" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Kis fénykép" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "prc1 boríték" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "prc10 boríték" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "prc2 boríték" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "prc3 boríték" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "prc4 boríték" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "prc5 boríték" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "prc6 boríték" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "prc7 boríték" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "prc8 boríték" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" -msgstr "" -"eltérő idata található a szimbolikusan linkelt „%s” és „%s” elemekhez\n" +msgstr "eltérő idata található a szimbolikusan linkelt „%s” és „%s” elemekhez\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "A fejléc írása meghiúsult\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "A hash tábla írása meghiúsult\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "A mappaindex írása meghiúsult\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "A fejléc újraírása meghiúsult\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "A fájl (%s) megnyitása meghiúsult: %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "A gyorsítótárfájl írása meghiúsult: „%s”\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Az előállított gyorsítótár érvénytelen volt.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "" "%s nem nevezhető át a következőre: %s: %s, ezért a(z) %s eltávolításra " "kerül.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "%s nem nevezhető át (erre: %s): %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "%s nem nevezhető át (erre: %s): %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "A gyorsítótárfájl sikeresen létrejött.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Meglévő gyorsítótár felülírása, még ha naprakész is" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Ne ellenőrizze az index.theme meglétét" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Ne vegye fel a képadatokat a gyorsítótárba" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "C fejlécfájl kiírása" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Bőbeszédű kimenet kikapcsolása" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Meglévő ikongyorsítótár ellenőrzése" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "A fájl nem található: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Nem egy érvényes ikongyorsítótár: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Nincs témaindexfájl." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4576,271 +4569,271 @@ msgstr "" "ignore-theme-index kapcsolót.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amhara (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cedilla" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Cirill (Transliterált)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (Transliterált)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" -msgstr "Többbillentyűs" +msgstr "Több-billentyűs" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thai-Lao" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Eritreai tigrigna (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Etióp tigrigna (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnami (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "X beviteli mód" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "A nyomtatóban („%s”) kevés a festék." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "A nyomtatóból („%s”) kifogyott a festék." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "A nyomtatóban („%s”) kevés az előhívó." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "A nyomtatóból („%s”) kifogyott az előhívó." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "A nyomtatóban („%s”) legalább egy szín festéke kevés." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "A nyomtatóból („%s”) legalább egy szín festéke kifogyott." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "A nyomtató („%s”) fedele nyitva van." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "A nyomtató („%s”) ajtaja nyitva van." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "A nyomtatóban („%s”) kevés a papír." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "A nyomtatóból („%s”) kifogyott a papír." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "A nyomtató („%s”) nem érhető el." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Lehet, hogy a nyomtató („%s”) nincs csatlakoztatva." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "A nyomtató („%s”) problémát észlelt." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Szüneteltetve; feladatok visszautasítása" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Feladatok visszautasítása" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Kétoldalas" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Papírtípus" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Papírforrás" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Kimeneti tálca" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Felbontás" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "GhostScript előszűrés" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Egyoldalas" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Hosszú él (szabványos)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Rövid él (fordított)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Automatikus kiválasztás" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Nyomtató alapértelmezése" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Csak GhostScript betűkészletek beágyazása" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Átalakítás 1. PS szintre" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Átalakítás 2. PS szintre" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Nincs előszűrés" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Egyebek" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Sürgős" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Magas" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Közepes" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Alacsony" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Balról jobbra, fentről le" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Balról jobbra, lentről fel" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Jobbról balra, fentről le" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Jobbról balra, lentről fel" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Fentről le, balról jobbra" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Fentről le, jobbról balra" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Lentről fel, balról jobbra" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Lentről fel, jobbról balra" @@ -4848,66 +4841,66 @@ msgstr "Lentről fel, jobbról balra" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Oldalak laponként" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Feladatprioritás" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Fizetési információk" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Nincs" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Nem nyilvános" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Bizalmas" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Titkos" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Szabványos" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Szigorúan titkos" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Nyilvános" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Előtte" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Mögötte" @@ -4915,14 +4908,14 @@ msgstr "Mögötte" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Nyomtatás itt:" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Nyomtatás adott időben" @@ -4930,65 +4923,66 @@ msgstr "Nyomtatás adott időben" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Egyéni %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "kimenet.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Nyomtatás fájlba" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "_Oldalak laponként:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Fájl" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "_Kimeneti formátum" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Nyomtatás LPR-re" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Oldalak laponként" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Parancssor" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "tesztkimenet.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Nyomtatás tesztnyomtatóra" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Nem lehet információt szerezni a(z) „%s” fájlról: %s" + From 24fde41c854450cbe8428ba78501e15f7cdc1c29 Mon Sep 17 00:00:00 2001 From: Runa Bhattacharjee Date: Fri, 17 Apr 2009 11:01:49 +0530 Subject: [PATCH 070/190] Committing the Pashto Translations as per request made by Zabeeh Khan on the gnome-i18n list --- po-properties/ps.po | 3692 +++++++++++++++++++++---------------------- 1 file changed, 1820 insertions(+), 1872 deletions(-) diff --git a/po-properties/ps.po b/po-properties/ps.po index 6b6aa701f8..6880d257d5 100644 --- a/po-properties/ps.po +++ b/po-properties/ps.po @@ -6,10 +6,11 @@ msgid "" msgstr "" "Project-Id-Version: GNOME\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:25-0400\n" -"PO-Revision-Date: 2008-07-15 14:10-0800\n" -"Last-Translator: Zabeeh Khan \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" +"+&component=general\n" +"POT-Creation-Date: 2009-04-12 03:29+0000\n" +"PO-Revision-Date: 2009-04-12 14:54-0800\n" +"Last-Translator: \n" "Language-Team: Pashto \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" @@ -17,6758 +18,6705 @@ msgstr "" "X-Poedit-Language: Pashto, Pushto\n" "X-Poedit-Country: AFGHANISTAN\n" -#: gdk-pixbuf/gdk-pixbuf.c:89 +#: ../gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "د چېنلونو شمېر" -#: gdk-pixbuf/gdk-pixbuf.c:90 +#: ../gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "د نمونو شمېر پر پېکسلو" -#: gdk-pixbuf/gdk-pixbuf.c:99 +#: ../gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "رنګتشه" -#: gdk-pixbuf/gdk-pixbuf.c:100 +#: ../gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "" -#: gdk-pixbuf/gdk-pixbuf.c:108 +#: ../gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "الفا لري" -#: gdk-pixbuf/gdk-pixbuf.c:109 +#: ../gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "يو الفا چېنل لري pixbuf که چېرې" -#: gdk-pixbuf/gdk-pixbuf.c:122 +#: ../gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "بېټه پر نمونې" -#: gdk-pixbuf/gdk-pixbuf.c:123 +#: ../gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "د بېټونو شمېر پر بېلګې" -#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 +#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 +#: ../gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "پلنوالی" -#: gdk-pixbuf/gdk-pixbuf.c:133 +#: ../gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "د ستنو شمېر pixbuf د" -#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 +#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 msgid "Height" msgstr "لوړوالی" -#: gdk-pixbuf/gdk-pixbuf.c:143 +#: ../gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "د کيلونو شمېر pixbuf د" -#: gdk-pixbuf/gdk-pixbuf.c:159 +#: ../gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "" -#: gdk-pixbuf/gdk-pixbuf.c:160 +#: ../gdk-pixbuf/gdk-pixbuf.c:160 msgid "" "The number of bytes between the start of a row and the start of the next row" msgstr "د يو کيل د پېل او د يو نوي کيل د پېل ترمنځ د باېټونو شمېر" -#: gdk-pixbuf/gdk-pixbuf.c:169 +#: ../gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "پېکسلې" -#: gdk-pixbuf/gdk-pixbuf.c:170 +#: ../gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "" -#: gdk/gdkdisplaymanager.c:103 +#: ../gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "تلواله ښودنه" -#: gdk/gdkdisplaymanager.c:104 +#: ../gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "لپاره تلواله ښوون GDK د" -#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 +#: ../gdk/gdkpango.c:537 ../gtk/gtkinvisible.c:86 +#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 +#: ../gtk/gtkwindow.c:614 msgid "Screen" msgstr "پرده" -#: gdk/gdkpango.c:538 +#: ../gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "" -#: gdk/gdkscreen.c:75 +#: ../gdk/gdkscreen.c:75 msgid "Font options" msgstr "ليکبڼې غوراوي " -#: gdk/gdkscreen.c:76 +#: ../gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "د پردې لپاره د ليکبڼې تلواله غوراوي" -#: gdk/gdkscreen.c:83 +#: ../gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "ليکبڼې ژورليد" -#: gdk/gdkscreen.c:84 +#: ../gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:184 +#: ../gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "د کړنلار نوم" -#: gtk/gtkaboutdialog.c:185 +#: ../gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:199 +#: ../gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "د کړنلار نسخه" -#: gtk/gtkaboutdialog.c:200 +#: ../gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "د کړنلار نسخه" -#: gtk/gtkaboutdialog.c:214 +#: ../gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "چاپرښتې مزی" -#: gtk/gtkaboutdialog.c:215 +#: ../gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "د کړنلار لپاره د چاپرښتو خبرتياوې" -#: gtk/gtkaboutdialog.c:232 +#: ../gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "څرګندون مزی" -#: gtk/gtkaboutdialog.c:233 +#: ../gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "د کړنلار په اړه څرګندونې" -#: gtk/gtkaboutdialog.c:267 +#: ../gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL ګورتپاڼې" -#: gtk/gtkaboutdialog.c:268 +#: ../gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: ../gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "ګورتپاڼې نښکه" -#: gtk/gtkaboutdialog.c:285 +#: ../gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: ../gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "ليکوالان" -#: gtk/gtkaboutdialog.c:302 +#: ../gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "د کړنلار د ليکوالانو لړ" -#: gtk/gtkaboutdialog.c:318 +#: ../gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "لاسوندوونکي" -#: gtk/gtkaboutdialog.c:319 +#: ../gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "د کړنلار د لاسوندوونکو لړ" -#: gtk/gtkaboutdialog.c:335 +#: ../gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "هنرمندان" -#: gtk/gtkaboutdialog.c:336 +#: ../gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:353 +#: ../gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "" "Zabeeh khan \n" "Pathanisation Project " -#: gtk/gtkaboutdialog.c:354 +#: ../gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: ../gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "نښان" -#: gtk/gtkaboutdialog.c:370 +#: ../gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: ../gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "نښان انځورن نوم" -#: gtk/gtkaboutdialog.c:386 +#: ../gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:399 +#: ../gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "منښتليک نغاړل" -#: gtk/gtkaboutdialog.c:400 +#: ../gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "" -#: gtk/gtkaccellabel.c:123 +#: ../gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "" -#: gtk/gtkaccellabel.c:124 +#: ../gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "" -#: gtk/gtkaccellabel.c:130 +#: ../gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "" -#: gtk/gtkaccellabel.c:131 +#: ../gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "" -#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 -#: gtk/gtktextmark.c:89 +#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 +#: ../gtk/gtktextmark.c:89 msgid "Name" msgstr "نوم" -#: gtk/gtkaction.c:180 +#: ../gtk/gtkaction.c:180 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/gtktoolbutton.c:202 +#: ../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/gtktoolbutton.c:202 msgid "Label" msgstr "نښکه" -#: gtk/gtkaction.c:199 +#: ../gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "" -#: gtk/gtkaction.c:215 +#: ../gtk/gtkaction.c:215 msgid "Short label" msgstr "لنډه نښکه" -#: gtk/gtkaction.c:216 +#: ../gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "" -#: gtk/gtkaction.c:224 +#: ../gtk/gtkaction.c:224 msgid "Tooltip" msgstr "توک نکته" -#: gtk/gtkaction.c:225 +#: ../gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "دې چار لپاره يوه توک نکته" -#: gtk/gtkaction.c:240 +#: ../gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "" -#: gtk/gtkaction.c:241 +#: ../gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "" -#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 -#, fuzzy +#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 msgid "GIcon" -msgstr "انځورن" +msgstr "" -#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 -#: gtk/gtkstatusicon.c:251 -#, fuzzy +#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 +#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" -msgstr "انځورن ډله چې ښکاره شي" +msgstr "" -#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 +#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 +#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 +#: ../gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "انځورن نوم" -#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 -#: gtk/gtkstatusicon.c:235 +#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 +#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "د انځورن کوندې څخه د انځورن نوم" -#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 +#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "" -#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 +#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." msgstr "" -#: gtk/gtkaction.c:306 +#: ../gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "" -#: gtk/gtkaction.c:307 +#: ../gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." msgstr "" -#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 +#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "" -#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 +#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." msgstr "" -#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 +#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 msgid "Is important" msgstr "اړين دی" -#: gtk/gtkaction.c:323 +#: ../gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." msgstr "" -#: gtk/gtkaction.c:331 +#: ../gtk/gtkaction.c:331 msgid "Hide if empty" -msgstr "که تش وي پټول" +msgstr "که تش وي، پټ يې کړه" -#: gtk/gtkaction.c:332 +#: ../gtk/gtkaction.c:332 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/gtkaction.c:338 ../gtk/gtkactiongroup.c:177 +#: ../gtk/gtkcellrenderer.c:193 ../gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "" -#: gtk/gtkaction.c:339 +#: ../gtk/gtkaction.c:339 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/gtkaction.c:345 ../gtk/gtkactiongroup.c:184 +#: ../gtk/gtkstatusicon.c:293 ../gtk/gtktreeviewcolumn.c:191 +#: ../gtk/gtkwidget.c:516 msgid "Visible" -msgstr "ښکارنده" +msgstr "ښکارېدونکی" -#: gtk/gtkaction.c:346 +#: ../gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "" -#: gtk/gtkaction.c:352 +#: ../gtk/gtkaction.c:352 msgid "Action Group" msgstr "چار ډله" -#: gtk/gtkaction.c:353 +#: ../gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." msgstr "" -#: gtk/gtkactiongroup.c:171 +#: ../gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "د چار ډلې لپاره يو نوم" -#: gtk/gtkactiongroup.c:178 +#: ../gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "" -#: gtk/gtkactiongroup.c:185 +#: ../gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "" -#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 +#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 +#: ../gtk/gtkscalebutton.c:206 ../gtk/gtkspinbutton.c:269 msgid "Value" msgstr "ارزښت" -#: gtk/gtkadjustment.c:94 +#: ../gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "د سماو ارزښت" -#: gtk/gtkadjustment.c:110 +#: ../gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "ټولولږه ارزښت" -#: gtk/gtkadjustment.c:111 +#: ../gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "د سماو ټولولږه ارزښت" -#: gtk/gtkadjustment.c:130 +#: ../gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "ټولوجګه ارزښت" -#: gtk/gtkadjustment.c:131 +#: ../gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "د سماو ټولوجګه ارزښت" -#: gtk/gtkadjustment.c:147 +#: ../gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "" -#: gtk/gtkadjustment.c:148 +#: ../gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "" -#: gtk/gtkadjustment.c:164 +#: ../gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "" -#: gtk/gtkadjustment.c:165 +#: ../gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "" -#: gtk/gtkadjustment.c:184 +#: ../gtk/gtkadjustment.c:184 msgid "Page Size" -msgstr "مخ کچ" +msgstr "د مخ کچ" -#: gtk/gtkadjustment.c:185 +#: ../gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "" -#: gtk/gtkalignment.c:90 +#: ../gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "" -#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 +#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" msgstr "" -#: gtk/gtkalignment.c:100 +#: ../gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "" -#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 +#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" msgstr "" -#: gtk/gtkalignment.c:109 +#: ../gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "" -#: gtk/gtkalignment.c:110 +#: ../gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" msgstr "" -#: gtk/gtkalignment.c:118 +#: ../gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "" -#: gtk/gtkalignment.c:119 +#: ../gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" msgstr "" -#: gtk/gtkalignment.c:136 +#: ../gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "" -#: gtk/gtkalignment.c:137 +#: ../gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "" -#: gtk/gtkalignment.c:153 +#: ../gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "" -#: gtk/gtkalignment.c:154 +#: ../gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "" -#: gtk/gtkalignment.c:170 +#: ../gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "" -#: gtk/gtkalignment.c:171 +#: ../gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "" -#: gtk/gtkalignment.c:187 +#: ../gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "" -#: gtk/gtkalignment.c:188 +#: ../gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "" -#: gtk/gtkarrow.c:75 +#: ../gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "" -#: gtk/gtkarrow.c:76 +#: ../gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "" -#: gtk/gtkarrow.c:84 +#: ../gtk/gtkarrow.c:84 msgid "Arrow shadow" -msgstr "غشی سيوری" +msgstr "د غشي سوری" -#: gtk/gtkarrow.c:85 +#: ../gtk/gtkarrow.c:85 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:363 msgid "Arrow Scaling" msgstr "" -#: gtk/gtkarrow.c:93 +#: ../gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "" -#: gtk/gtkaspectframe.c:79 +#: ../gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "پرته پرليکتيا" -#: gtk/gtkaspectframe.c:80 +#: ../gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "پرليکتيا X د کشر" -#: gtk/gtkaspectframe.c:86 +#: ../gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "نېغه پرليکتيا" -#: gtk/gtkaspectframe.c:87 +#: ../gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "پرليکتيا Y د کشر" -#: gtk/gtkaspectframe.c:93 +#: ../gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "" -#: gtk/gtkaspectframe.c:94 +#: ../gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "" -#: gtk/gtkaspectframe.c:100 +#: ../gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "" -#: gtk/gtkaspectframe.c:101 +#: ../gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "" -#: gtk/gtkassistant.c:261 +#: ../gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "" -#: gtk/gtkassistant.c:262 +#: ../gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "" -#: gtk/gtkassistant.c:269 +#: ../gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "" -#: gtk/gtkassistant.c:270 +#: ../gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "" -#: gtk/gtkassistant.c:286 +#: ../gtk/gtkassistant.c:286 msgid "Page type" msgstr "مخ ډول" -#: gtk/gtkassistant.c:287 +#: ../gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "" -#: gtk/gtkassistant.c:304 +#: ../gtk/gtkassistant.c:304 msgid "Page title" msgstr "مخ سرليک" -#: gtk/gtkassistant.c:305 +#: ../gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "" -#: gtk/gtkassistant.c:321 +#: ../gtk/gtkassistant.c:321 msgid "Header image" msgstr "سرۍ انځور" -#: gtk/gtkassistant.c:322 +#: ../gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "" -#: gtk/gtkassistant.c:338 +#: ../gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "" -#: gtk/gtkassistant.c:339 +#: ../gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "" -#: gtk/gtkassistant.c:354 +#: ../gtk/gtkassistant.c:354 msgid "Page complete" msgstr "" -#: gtk/gtkassistant.c:355 +#: ../gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "" -#: gtk/gtkbbox.c:91 +#: ../gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "" -#: gtk/gtkbbox.c:92 +#: ../gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "" -#: gtk/gtkbbox.c:100 +#: ../gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "" -#: gtk/gtkbbox.c:101 +#: ../gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "" -#: gtk/gtkbbox.c:109 +#: ../gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "" -#: gtk/gtkbbox.c:110 +#: ../gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "" -#: gtk/gtkbbox.c:118 +#: ../gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "" -#: gtk/gtkbbox.c:119 +#: ../gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "" -#: gtk/gtkbbox.c:127 +#: ../gtk/gtkbbox.c:127 msgid "Layout style" msgstr "" -#: gtk/gtkbbox.c:128 +#: ../gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" msgstr "" -#: gtk/gtkbbox.c:136 +#: ../gtk/gtkbbox.c:136 msgid "Secondary" msgstr "" -#: gtk/gtkbbox.c:137 +#: ../gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" msgstr "" -#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 -#: gtk/gtktreeviewcolumn.c:216 +#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 +#: ../gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "" -#: gtk/gtkbox.c:131 +#: ../gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "" -#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 -#: gtk/gtktoolbar.c:573 +#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 +#: ../gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "" -#: gtk/gtkbox.c:141 +#: ../gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "" -#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 -#: gtk/gtktreeviewcolumn.c:272 +#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 +#: ../gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "" -#: gtk/gtkbox.c:149 +#: ../gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "" -#: gtk/gtkbox.c:155 +#: ../gtk/gtkbox.c:155 msgid "Fill" msgstr "ډکول" -#: gtk/gtkbox.c:156 +#: ../gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" msgstr "" -#: gtk/gtkbox.c:162 +#: ../gtk/gtkbox.c:162 msgid "Padding" msgstr "" -#: gtk/gtkbox.c:163 +#: ../gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "" -#: gtk/gtkbox.c:169 +#: ../gtk/gtkbox.c:169 msgid "Pack type" msgstr "" -#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 +#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" msgstr "" -#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 -#: gtk/gtkruler.c:148 +#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 +#: ../gtk/gtkruler.c:148 msgid "Position" msgstr "ځای" -#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 +#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "" -#: gtk/gtkbuilder.c:96 +#: ../gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "ژباړې شپول" -#: gtk/gtkbuilder.c:97 +#: ../gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "" -#: gtk/gtkbutton.c:220 +#: ../gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" msgstr "" -#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 -#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209 +#: ../gtk/gtkbutton.c:227 ../gtk/gtkexpander.c:203 ../gtk/gtklabel.c:388 +#: ../gtk/gtkmenuitem.c:315 ../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/gtkbutton.c:228 ../gtk/gtkexpander.c:204 ../gtk/gtklabel.c:389 +#: ../gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" msgstr "" -#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 +#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "" -#: gtk/gtkbutton.c:236 +#: ../gtk/gtkbutton.c:236 msgid "" "If set, the label is used to pick a stock item instead of being displayed" msgstr "" -#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 +#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 +#: ../gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "" -#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 +#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "" -#: gtk/gtkbutton.c:251 +#: ../gtk/gtkbutton.c:251 msgid "Border relief" msgstr "" -#: gtk/gtkbutton.c:252 +#: ../gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "" -#: gtk/gtkbutton.c:269 +#: ../gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "" -#: gtk/gtkbutton.c:288 +#: ../gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "" -#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 +#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "" -#: gtk/gtkbutton.c:306 +#: ../gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "" -#: gtk/gtkbutton.c:320 +#: ../gtk/gtkbutton.c:320 msgid "Image position" msgstr "انڅور ځای" -#: gtk/gtkbutton.c:321 +#: ../gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "" -#: gtk/gtkbutton.c:433 +#: ../gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "" -#: gtk/gtkbutton.c:434 +#: ../gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "" -#: gtk/gtkbutton.c:440 +#: ../gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "" -#: gtk/gtkbutton.c:441 +#: ../gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" msgstr "" -#: gtk/gtkbutton.c:446 +#: ../gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "" -#: gtk/gtkbutton.c:447 +#: ../gtk/gtkbutton.c:447 msgid "" "How far in the x direction to move the child when the button is depressed" msgstr "" -#: gtk/gtkbutton.c:454 +#: ../gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "" -#: gtk/gtkbutton.c:455 +#: ../gtk/gtkbutton.c:455 msgid "" "How far in the y direction to move the child when the button is depressed" msgstr "" -#: gtk/gtkbutton.c:471 +#: ../gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "" -#: gtk/gtkbutton.c:472 +#: ../gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" msgstr "" -#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 +#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "" -#: gtk/gtkbutton.c:486 +#: ../gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "" -#: gtk/gtkbutton.c:499 +#: ../gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "" -#: gtk/gtkbutton.c:500 +#: ../gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "" -#: gtk/gtkbutton.c:514 +#: ../gtk/gtkbutton.c:514 msgid "Show button images" msgstr "" -#: gtk/gtkbutton.c:515 -#, fuzzy +#: ../gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" -msgstr "که چېرې بايد ونه کرښې په ونه ليد کښې وانځورول شي" +msgstr "" -#: gtk/gtkcalendar.c:440 +#: ../gtk/gtkcalendar.c:440 msgid "Year" msgstr "کال" -#: gtk/gtkcalendar.c:441 +#: ../gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "ټاکل شوی کال" -#: gtk/gtkcalendar.c:454 +#: ../gtk/gtkcalendar.c:454 msgid "Month" msgstr "مياشت" -#: gtk/gtkcalendar.c:455 +#: ../gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "(ټاکل شوې مياشت (لکه شمېره د ۰ او ۱۱ ترمنځ" -#: gtk/gtkcalendar.c:469 +#: ../gtk/gtkcalendar.c:469 msgid "Day" msgstr "ورځ" -#: gtk/gtkcalendar.c:470 +#: ../gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" msgstr "" -#: gtk/gtkcalendar.c:484 +#: ../gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "سريز ښودل" -#: gtk/gtkcalendar.c:485 +#: ../gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "که چېرې سم وي، يو سريز ښودل کيږي" -#: gtk/gtkcalendar.c:499 +#: ../gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "د ورځو نومونه ښودل" -#: gtk/gtkcalendar.c:500 +#: ../gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "که جېرې سم وي، د ورځو نومونه ښودل کيږي" -#: gtk/gtkcalendar.c:513 +#: ../gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "" -#: gtk/gtkcalendar.c:514 +#: ../gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "" -#: gtk/gtkcalendar.c:528 +#: ../gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "" -#: gtk/gtkcalendar.c:529 +#: ../gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "" -#: gtk/gtkcalendar.c:544 +#: ../gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "" -#: gtk/gtkcalendar.c:545 +#: ../gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "" -#: gtk/gtkcalendar.c:560 +#: ../gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "" -#: gtk/gtkcalendar.c:561 +#: ../gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "" -#: gtk/gtkcalendar.c:577 +#: ../gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "خبرتياوې ښودل" -#: gtk/gtkcalendar.c:578 +#: ../gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "که چېرې سم وي، خبرتياوې ښکاري" -#: gtk/gtkcellrenderer.c:177 +#: ../gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "اکر" -#: gtk/gtkcellrenderer.c:178 +#: ../gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "" -#: gtk/gtkcellrenderer.c:186 +#: ../gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "ښکارنده" -#: gtk/gtkcellrenderer.c:187 +#: ../gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "خونه ښودل" -#: gtk/gtkcellrenderer.c:194 +#: ../gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "" -#: gtk/gtkcellrenderer.c:201 +#: ../gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "پرليکتياx" -#: gtk/gtkcellrenderer.c:202 +#: ../gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "پرليکتيا x" -#: gtk/gtkcellrenderer.c:211 +#: ../gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "پرليکتياy" -#: gtk/gtkcellrenderer.c:212 +#: ../gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "پرليکتيا y" -#: gtk/gtkcellrenderer.c:221 +#: ../gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "" -#: gtk/gtkcellrenderer.c:222 +#: ../gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "" -#: gtk/gtkcellrenderer.c:231 +#: ../gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "" -#: gtk/gtkcellrenderer.c:232 +#: ../gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "" -#: gtk/gtkcellrenderer.c:241 +#: ../gtk/gtkcellrenderer.c:241 msgid "width" msgstr "پلنوالی" -#: gtk/gtkcellrenderer.c:242 +#: ../gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "ټاکل شوی پلنوالی" -#: gtk/gtkcellrenderer.c:251 +#: ../gtk/gtkcellrenderer.c:251 msgid "height" msgstr "لوړوالی" -#: gtk/gtkcellrenderer.c:252 +#: ../gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "ټاکل شوی لوړوالی" -#: gtk/gtkcellrenderer.c:261 +#: ../gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "" -#: gtk/gtkcellrenderer.c:262 +#: ../gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "" -#: gtk/gtkcellrenderer.c:270 +#: ../gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "" -#: gtk/gtkcellrenderer.c:271 +#: ../gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "" -#: gtk/gtkcellrenderer.c:278 +#: ../gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "خونې شاليد رنګ نوم" -#: gtk/gtkcellrenderer.c:279 +#: ../gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "" -#: gtk/gtkcellrenderer.c:286 +#: ../gtk/gtkcellrenderer.c:286 msgid "Cell background color" -msgstr "خونې شاليد رنګ" +msgstr "د خونې شاليد رنګ" -#: gtk/gtkcellrenderer.c:287 +#: ../gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "" -#: gtk/gtkcellrenderer.c:294 -#, fuzzy +#: ../gtk/gtkcellrenderer.c:294 msgid "Editing" -msgstr "کچونه" +msgstr "سمونه" -#: gtk/gtkcellrenderer.c:295 +#: ../gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "" -#: gtk/gtkcellrenderer.c:303 +#: ../gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "" -#: gtk/gtkcellrenderer.c:304 +#: ../gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "" -#: gtk/gtkcellrendereraccel.c:113 +#: ../gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "" -#: gtk/gtkcellrendereraccel.c:114 +#: ../gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "" -#: gtk/gtkcellrendereraccel.c:130 +#: ../gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "" -#: gtk/gtkcellrendereraccel.c:131 +#: ../gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "" -#: gtk/gtkcellrendereraccel.c:148 +#: ../gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "" -#: gtk/gtkcellrendereraccel.c:149 +#: ../gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "" -#: gtk/gtkcellrendereraccel.c:168 +#: ../gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "" -#: gtk/gtkcellrendereraccel.c:169 +#: ../gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "" -#: gtk/gtkcellrenderercombo.c:107 +#: ../gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "" -#: gtk/gtkcellrenderercombo.c:108 +#: ../gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "" -#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 +#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 msgid "Text Column" -msgstr "ليکنې ستن" +msgstr "د ليکنې ستن" -#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 +#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "" -#: gtk/gtkcellrenderercombo.c:148 +#: ../gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "" -#: gtk/gtkcellrenderercombo.c:149 +#: ../gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:111 +#: ../gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:112 +#: ../gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:119 +#: ../gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:120 +#: ../gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:127 +#: ../gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:128 +#: ../gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 +#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 +#: ../gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:136 +#: ../gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 -#: gtk/gtkstatusicon.c:267 +#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 +#: ../gtk/gtkstatusicon.c:267 msgid "Size" msgstr "کچ" -#: gtk/gtkcellrendererpixbuf.c:144 +#: ../gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:153 +#: ../gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" -msgstr "خبرتيا" +msgstr "سپړاوی" -#: gtk/gtkcellrendererpixbuf.c:154 +#: ../gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:187 +#: ../gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:188 +#: ../gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 +#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 +#: ../gtk/gtkwindow.c:590 msgid "Icon" msgstr "انځورن" -#: gtk/gtkcellrendererprogress.c:129 +#: ../gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "" -#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 -#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 -#: gtk/gtktextbuffer.c:198 +#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 +#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 +#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 msgid "Text" msgstr "ليکنه" -#: gtk/gtkcellrendererprogress.c:147 +#: ../gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "" -#: gtk/gtkcellrendererprogress.c:170 +#: ../gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "" -#: gtk/gtkcellrendererprogress.c:171 +#: ../gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." msgstr "" -#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 +#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "" -#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 +#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." msgstr "" -#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 +#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "د ليکنې y پرليکتيا" -#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 +#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "" -#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 -#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 -#: gtk/gtktrayicon-x11.c:110 +#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 +#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 +#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "لورموندنه" -#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 +#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "" -#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 +#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 +#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:225 +#: ../gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "سماو" -#: gtk/gtkcellrendererspin.c:94 +#: ../gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "" -#: gtk/gtkcellrendererspin.c:109 +#: ../gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "" -#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 +#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "" -#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 +#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 +#: ../gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "ګڼيالونه" -#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 +#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "" -#: gtk/gtkcellrenderertext.c:196 +#: ../gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "" -#: gtk/gtkcellrenderertext.c:203 +#: ../gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "نښيال" -#: gtk/gtkcellrenderertext.c:204 +#: ../gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "" -#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 +#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 msgid "Attributes" msgstr "ځانتياوې" -#: gtk/gtkcellrenderertext.c:212 +#: ../gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "" -#: gtk/gtkcellrenderertext.c:219 +#: ../gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "" -#: gtk/gtkcellrenderertext.c:220 +#: ../gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "" -#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 +#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 +#: ../gtk/gtktexttag.c:183 msgid "Background color name" -msgstr "شاليد رنګ نوم" +msgstr "د شاليد رنګ نوم" -#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 +#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 +#: ../gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "شاليد رنګ لکه يو مزی" -#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 +#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 +#: ../gtk/gtktexttag.c:191 msgid "Background color" msgstr "شاليد رنګ" -#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 +#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "GdkColor شاليد رنګ لکه يو" -#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 +#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "پاسليد رنګ نوم" -#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 +#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "پاسليد رنګ لکه يو مزی" -#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 +#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "پاسليد رنګ" -#: gtk/gtkcellrenderertext.c:253 +#: ../gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "GdkColor پاسليد رنګ لکه يو" -#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 -#: gtk/gtktextview.c:573 +#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 +#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 msgid "Editable" msgstr "سمونوړ" -#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 +#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 +#: ../gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "" -#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 -#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 +#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 +#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 msgid "Font" msgstr "ليکبڼه" -#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 +#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "" -#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 +#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "" -#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 +#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 msgid "Font family" -msgstr "ليکبڼې کورنۍ" +msgstr "د ليکبڼې کورنۍ" -#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 +#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "" -#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 -#: gtk/gtktexttag.c:291 +#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 +#: ../gtk/gtktexttag.c:291 msgid "Font style" -msgstr "ليکبڼې ډول" +msgstr "د ليکبڼې ډول" -#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 -#: gtk/gtktexttag.c:300 +#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 +#: ../gtk/gtktexttag.c:300 msgid "Font variant" msgstr "" -#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 -#: gtk/gtktexttag.c:309 +#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 +#: ../gtk/gtktexttag.c:309 msgid "Font weight" -msgstr "ليکبڼې وزن" +msgstr "د ليکبڼې وزن" -#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 -#: gtk/gtktexttag.c:320 +#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 +#: ../gtk/gtktexttag.c:320 msgid "Font stretch" -msgstr "ليکبڼې غځون" +msgstr "د ليکبڼې غځون" -#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 -#: gtk/gtktexttag.c:329 +#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 +#: ../gtk/gtktexttag.c:329 msgid "Font size" -msgstr "ليکبڼې کچه" +msgstr "د ليکبڼې کچه" -#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 +#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 msgid "Font points" -msgstr "ليکبڼې ټکي" +msgstr "د ليکبڼې ټکي" -#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 +#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 msgid "Font size in points" -msgstr "ليکبڼې کچه په ټکو کښې" +msgstr "د ليکبڼې کچه په ټکو کښې" -#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 +#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 msgid "Font scale" msgstr "ليکبڼې مېچ" -#: gtk/gtkcellrenderertext.c:352 +#: ../gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "" -#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 +#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 msgid "Rise" msgstr "" -#: gtk/gtkcellrenderertext.c:362 +#: ../gtk/gtkcellrenderertext.c:362 msgid "" "Offset of text above the baseline (below the baseline if rise is negative)" msgstr "" -#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 +#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "" -#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 +#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "" -#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 +#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 msgid "Underline" msgstr "لاندکرښه" -#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 +#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "" -#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 +#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 msgid "Language" msgstr "ژبه" -#: gtk/gtkcellrenderertext.c:391 +#: ../gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " "probably don't need it" msgstr "" -#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 +#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 +#: ../gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "" -#: gtk/gtkcellrenderertext.c:412 +#: ../gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" msgstr "" -#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 -#: gtk/gtklabel.c:519 +#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 +#: ../gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "" -#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 +#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "" -#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 +#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "" -#: gtk/gtkcellrenderertext.c:451 +#: ../gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" msgstr "" -#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 +#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "" -#: gtk/gtkcellrenderertext.c:471 +#: ../gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "" -#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 +#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "پرليکتيا" -#: gtk/gtkcellrenderertext.c:492 +#: ../gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "ليکې څنګه پرليکه کړو" -#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 +#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 +#: ../gtk/gtktexttag.c:564 msgid "Background set" msgstr "" -#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 +#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 +#: ../gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "" -#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 +#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "" -#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 +#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "" -#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 +#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 msgid "Editability set" msgstr "" -#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 +#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "" -#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 +#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 msgid "Font family set" msgstr "" -#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 +#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "" -#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 +#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 msgid "Font style set" msgstr "" -#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 +#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "" -#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 +#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "" -#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 +#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "" -#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 +#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "" -#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 +#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "" -#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 +#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "" -#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 +#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "" -#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 +#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 msgid "Font size set" msgstr "" -#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 +#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "" -#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 +#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "" -#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 +#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "" -#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 +#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 msgid "Rise set" msgstr "" -#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 +#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "" -#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 +#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "" -#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 +#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "" -#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 +#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 msgid "Underline set" msgstr "" -#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 +#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "" -#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 +#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 msgid "Language set" msgstr "" -#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 +#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "" -#: gtk/gtkcellrenderertext.c:558 +#: ../gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "" -#: gtk/gtkcellrenderertext.c:559 +#: ../gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "" -#: gtk/gtkcellrenderertext.c:562 +#: ../gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "" -#: gtk/gtkcellrenderertext.c:563 +#: ../gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "" -#: gtk/gtkcellrenderertoggle.c:126 +#: ../gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "" -#: gtk/gtkcellrenderertoggle.c:127 +#: ../gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "" -#: gtk/gtkcellrenderertoggle.c:134 +#: ../gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "" -#: gtk/gtkcellrenderertoggle.c:135 +#: ../gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "" -#: gtk/gtkcellrenderertoggle.c:142 +#: ../gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "" -#: gtk/gtkcellrenderertoggle.c:143 +#: ../gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "" -#: gtk/gtkcellrenderertoggle.c:150 +#: ../gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "" -#: gtk/gtkcellrenderertoggle.c:151 +#: ../gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "" -#: gtk/gtkcellrenderertoggle.c:158 +#: ../gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "" -#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 -#: gtk/gtkcheckmenuitem.c:122 +#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 +#: ../gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "" -#: gtk/gtkcellview.c:182 +#: ../gtk/gtkcellview.c:182 msgid "CellView model" msgstr "" -#: gtk/gtkcellview.c:183 +#: ../gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "" -#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 +#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 +#: ../gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "" -#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 +#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 +#: ../gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "" -#: gtk/gtkcheckbutton.c:78 +#: ../gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "" -#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 -#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 +#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 +#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 +#: ../gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "چارند" -#: gtk/gtkcheckmenuitem.c:99 +#: ../gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "" -#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 +#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "" -#: gtk/gtkcheckmenuitem.c:107 +#: ../gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "" -#: gtk/gtkcheckmenuitem.c:114 +#: ../gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "" -#: gtk/gtkcheckmenuitem.c:115 +#: ../gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "" -#: gtk/gtkcolorbutton.c:171 +#: ../gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "الفا کارول" -#: gtk/gtkcolorbutton.c:172 +#: ../gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "" -#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 -#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 +#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 +#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 +#: ../gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "سرليک" -#: gtk/gtkcolorbutton.c:187 +#: ../gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "د رنګ ټاکنې کړکۍ سرليک" -#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 +#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "اوسنی رنګ" -#: gtk/gtkcolorbutton.c:202 +#: ../gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "ټاکل شوی رنګ" -#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 +#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "اوسنی الفا" -#: gtk/gtkcolorbutton.c:217 +#: ../gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "" -#: gtk/gtkcolorsel.c:279 +#: ../gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "" -#: gtk/gtkcolorsel.c:280 +#: ../gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "" -#: gtk/gtkcolorsel.c:286 +#: ../gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "رنګدبلی لري" -#: gtk/gtkcolorsel.c:287 +#: ../gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "که چېرې يو رنګدبلی بايد وکارول شي" -#: gtk/gtkcolorsel.c:294 +#: ../gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "اوسنی رنګ" -#: gtk/gtkcolorsel.c:301 +#: ../gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "" -#: gtk/gtkcolorsel.c:315 +#: ../gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "دوديز رنګدبلی" -#: gtk/gtkcolorsel.c:316 +#: ../gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "" -#: gtk/gtkcolorseldialog.c:102 -#, fuzzy +#: ../gtk/gtkcolorseldialog.c:102 msgid "Color Selection" -msgstr "د ټاکنې د بکس رنګ" +msgstr "رنګ ټاکنه" -#: gtk/gtkcolorseldialog.c:103 -#, fuzzy +#: ../gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." -msgstr "د رنګ ټاکنې کړکۍ سرليک" +msgstr "" -#: gtk/gtkcolorseldialog.c:109 +#: ../gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "" -#: gtk/gtkcolorseldialog.c:110 -#, fuzzy +#: ../gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." -msgstr "هغه تڼۍ چې په استوزې کړکۍ کښې ښودل کيږي" +msgstr "" -#: gtk/gtkcolorseldialog.c:116 -#, fuzzy +#: ../gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" -msgstr "استوزې تڼۍ" +msgstr "بندولو تڼۍ" -#: gtk/gtkcolorseldialog.c:117 -#, fuzzy +#: ../gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." -msgstr "هغه تڼۍ چې په استوزې کړکۍ کښې ښودل کيږي" +msgstr "" -#: gtk/gtkcolorseldialog.c:123 -#, fuzzy +#: ../gtk/gtkcolorseldialog.c:123 msgid "Help Button" -msgstr "استوزې تڼۍ" +msgstr "مرسته تڼۍ" -#: gtk/gtkcolorseldialog.c:124 -#, fuzzy +#: ../gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." -msgstr "هغه تڼۍ چې په استوزې کړکۍ کښې ښودل کيږي" +msgstr "د کړکۍ د مرستې تڼۍ." -#: gtk/gtkcombo.c:145 +#: ../gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "غشي کيلۍ وړول" -#: gtk/gtkcombo.c:146 +#: ../gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "" -#: gtk/gtkcombo.c:152 +#: ../gtk/gtkcombo.c:152 msgid "Always enable arrows" -msgstr "تل غشي وړول" +msgstr "تل غشي توانول" -#: gtk/gtkcombo.c:153 +#: ../gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "" -#: gtk/gtkcombo.c:159 +#: ../gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "کېس انګېره" -#: gtk/gtkcombo.c:160 +#: ../gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "" -#: gtk/gtkcombo.c:167 +#: ../gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "" -#: gtk/gtkcombo.c:168 +#: ../gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "" -#: gtk/gtkcombo.c:175 +#: ../gtk/gtkcombo.c:175 msgid "Value in list" msgstr "" -#: gtk/gtkcombo.c:176 +#: ../gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:661 +#: ../gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:662 +#: ../gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:679 +#: ../gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:701 +#: ../gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:702 +#: ../gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:723 +#: ../gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:724 +#: ../gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:745 +#: ../gtk/gtkcombobox.c:745 msgid "Active item" msgstr "چارنده توکی" -#: gtk/gtkcombobox.c:746 +#: ../gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "هغه توکی چې اوس چارنده دی" -#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 +#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "غورنۍ ته زياتول tearoffs" -#: gtk/gtkcombobox.c:766 +#: ../gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "" -#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 +#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 msgid "Has Frame" msgstr "چوکاټ لري" -#: gtk/gtkcombobox.c:782 +#: ../gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "" -#: gtk/gtkcombobox.c:790 +#: ../gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "" -#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 +#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "سرليک Tearoff" -#: gtk/gtkcombobox.c:806 +#: ../gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" msgstr "" -#: gtk/gtkcombobox.c:823 +#: ../gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "" -#: gtk/gtkcombobox.c:824 +#: ../gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "" -#: gtk/gtkcombobox.c:840 +#: ../gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "" -#: gtk/gtkcombobox.c:841 +#: ../gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "" -#: gtk/gtkcombobox.c:848 +#: ../gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "لکه د لړ ښکاري" -#: gtk/gtkcombobox.c:849 +#: ../gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "" -#: gtk/gtkcombobox.c:865 +#: ../gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "غشي کچ" -#: gtk/gtkcombobox.c:866 +#: ../gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "" -#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 -#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 -#: gtk/gtkviewport.c:122 +#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 +#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 +#: ../gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "سيوري ډول" -#: gtk/gtkcombobox.c:882 +#: ../gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "" -#: gtk/gtkcontainer.c:238 +#: ../gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "بياکچونې اکر" -#: gtk/gtkcontainer.c:239 +#: ../gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "" -#: gtk/gtkcontainer.c:246 +#: ../gtk/gtkcontainer.c:246 msgid "Border width" msgstr "بريد پلنوالی" -#: gtk/gtkcontainer.c:247 +#: ../gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "" -#: gtk/gtkcontainer.c:255 +#: ../gtk/gtkcontainer.c:255 msgid "Child" msgstr "ماشوم" -#: gtk/gtkcontainer.c:256 +#: ../gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "" -#: gtk/gtkcurve.c:124 +#: ../gtk/gtkcurve.c:124 msgid "Curve type" msgstr "" -#: gtk/gtkcurve.c:125 +#: ../gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "" -#: gtk/gtkcurve.c:132 +#: ../gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "X ټولولږه" -#: gtk/gtkcurve.c:133 +#: ../gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "" -#: gtk/gtkcurve.c:141 +#: ../gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "X ټولوجګه" -#: gtk/gtkcurve.c:142 +#: ../gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "" -#: gtk/gtkcurve.c:150 +#: ../gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "Y ټولولږه" -#: gtk/gtkcurve.c:151 +#: ../gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "" -#: gtk/gtkcurve.c:159 +#: ../gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "Y ټولوجګه" -#: gtk/gtkcurve.c:160 +#: ../gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "" -#: gtk/gtkdialog.c:145 +#: ../gtk/gtkdialog.c:145 msgid "Has separator" -msgstr "بېلند لري" +msgstr "بېلوونکی لري" -#: gtk/gtkdialog.c:146 +#: ../gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "" -#: gtk/gtkdialog.c:191 +#: ../gtk/gtkdialog.c:191 msgid "Content area border" msgstr "" -#: gtk/gtkdialog.c:192 +#: ../gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "" -#: gtk/gtkdialog.c:209 -#, fuzzy +#: ../gtk/gtkdialog.c:209 msgid "Content area spacing" -msgstr "ستن تشونه" +msgstr "" -#: gtk/gtkdialog.c:210 +#: ../gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" msgstr "" -#: gtk/gtkdialog.c:217 +#: ../gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "تڼۍ تشونه" -#: gtk/gtkdialog.c:218 +#: ../gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "" -#: gtk/gtkdialog.c:226 +#: ../gtk/gtkdialog.c:226 msgid "Action area border" msgstr "" -#: gtk/gtkdialog.c:227 +#: ../gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "" -#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 +#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "" -#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 +#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "" -#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 +#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "" -#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 +#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 msgid "" "The position of the opposite end of the selection from the cursor in chars" msgstr "" -#: gtk/gtkentry.c:626 +#: ../gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "" -#: gtk/gtkentry.c:633 +#: ../gtk/gtkentry.c:633 msgid "Maximum length" msgstr "" -#: gtk/gtkentry.c:634 +#: ../gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "" -#: gtk/gtkentry.c:642 +#: ../gtk/gtkentry.c:642 msgid "Visibility" msgstr "" -#: gtk/gtkentry.c:643 +#: ../gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" msgstr "" -#: gtk/gtkentry.c:651 +#: ../gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "" -#: gtk/gtkentry.c:659 +#: ../gtk/gtkentry.c:659 msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "" -#: gtk/gtkentry.c:666 +#: ../gtk/gtkentry.c:666 msgid "Invisible character" msgstr "" -#: gtk/gtkentry.c:667 +#: ../gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" -#: gtk/gtkentry.c:674 +#: ../gtk/gtkentry.c:674 msgid "Activates default" msgstr "" -#: gtk/gtkentry.c:675 +#: ../gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" msgstr "" -#: gtk/gtkentry.c:681 +#: ../gtk/gtkentry.c:681 msgid "Width in chars" msgstr "" -#: gtk/gtkentry.c:682 +#: ../gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "" -#: gtk/gtkentry.c:691 +#: ../gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "" -#: gtk/gtkentry.c:692 +#: ../gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "" -#: gtk/gtkentry.c:702 +#: ../gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "" -#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 +#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 msgid "X align" msgstr "پرليکون X" -#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 +#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." msgstr "" -#: gtk/gtkentry.c:734 +#: ../gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "" -#: gtk/gtkentry.c:735 +#: ../gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "" -#: gtk/gtkentry.c:751 +#: ../gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "" -#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 +#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "" -#: gtk/gtkentry.c:767 -#, fuzzy +#: ../gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" -msgstr ".که چېرې پرمختګ لکه ليکنه وښودل شي" +msgstr "" -#: gtk/gtkentry.c:781 -#, fuzzy +#: ../gtk/gtkentry.c:781 msgid "Text length" -msgstr "د ليکنې y پرليکتيا" +msgstr "" -#: gtk/gtkentry.c:782 +#: ../gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "" -#: gtk/gtkentry.c:797 -#, fuzzy +#: ../gtk/gtkentry.c:797 msgid "Invisible char set" -msgstr "نه ښکارېدونکی" +msgstr "" -#: gtk/gtkentry.c:798 -#, fuzzy +#: ../gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" -msgstr ".که چېرې دا ليکنه پټه وي" +msgstr "" -#: gtk/gtkentry.c:816 +#: ../gtk/gtkentry.c:816 msgid "Caps Lock warning" msgstr "" -#: gtk/gtkentry.c:817 +#: ../gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "" -#: gtk/gtkentry.c:831 -#, fuzzy +#: ../gtk/gtkentry.c:831 msgid "Progress Fraction" -msgstr "د کړنلار نسخه" +msgstr "" -#: gtk/gtkentry.c:832 -#, fuzzy +#: ../gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" -msgstr "د چاپګر ځای" +msgstr "" -#: gtk/gtkentry.c:849 +#: ../gtk/gtkentry.c:849 msgid "Progress Pulse Step" msgstr "" -#: gtk/gtkentry.c:850 +#: ../gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" msgstr "" -#: gtk/gtkentry.c:866 +#: ../gtk/gtkentry.c:866 msgid "Primary pixbuf" msgstr "" -#: gtk/gtkentry.c:867 +#: ../gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" msgstr "" -#: gtk/gtkentry.c:881 -#, fuzzy +#: ../gtk/gtkentry.c:881 msgid "Secondary pixbuf" -msgstr "دوهمه ليکنه" +msgstr "" -#: gtk/gtkentry.c:882 +#: ../gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" msgstr "" -#: gtk/gtkentry.c:896 +#: ../gtk/gtkentry.c:896 msgid "Primary stock ID" msgstr "" -#: gtk/gtkentry.c:897 +#: ../gtk/gtkentry.c:897 msgid "Stock ID for primary icon" msgstr "" -#: gtk/gtkentry.c:911 -#, fuzzy +#: ../gtk/gtkentry.c:911 msgid "Secondary stock ID" -msgstr "دوهمه ليکنه" +msgstr "" -#: gtk/gtkentry.c:912 +#: ../gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" msgstr "" -#: gtk/gtkentry.c:926 -#, fuzzy +#: ../gtk/gtkentry.c:926 msgid "Primary icon name" -msgstr "د انځورن نومونو لړ" +msgstr "د انځورن لومړی نوم" -#: gtk/gtkentry.c:927 +#: ../gtk/gtkentry.c:927 msgid "Icon name for primary icon" msgstr "" -#: gtk/gtkentry.c:941 -#, fuzzy +#: ../gtk/gtkentry.c:941 msgid "Secondary icon name" -msgstr "دوهمه ليکنه" +msgstr "" -#: gtk/gtkentry.c:942 +#: ../gtk/gtkentry.c:942 msgid "Icon name for secondary icon" msgstr "" -#: gtk/gtkentry.c:956 +#: ../gtk/gtkentry.c:956 msgid "Primary GIcon" msgstr "" -#: gtk/gtkentry.c:957 -#, fuzzy +#: ../gtk/gtkentry.c:957 msgid "GIcon for primary icon" -msgstr "دې کړکۍ لپاره انځورن" +msgstr "" -#: gtk/gtkentry.c:971 -#, fuzzy +#: ../gtk/gtkentry.c:971 msgid "Secondary GIcon" -msgstr "دوهمه ليکنه" +msgstr "" -#: gtk/gtkentry.c:972 +#: ../gtk/gtkentry.c:972 msgid "GIcon for secondary icon" msgstr "" -#: gtk/gtkentry.c:986 -#, fuzzy +#: ../gtk/gtkentry.c:986 msgid "Primary storage type" -msgstr "زېرمولو ډول" +msgstr "" -#: gtk/gtkentry.c:987 +#: ../gtk/gtkentry.c:987 msgid "The representation being used for primary icon" msgstr "" -#: gtk/gtkentry.c:1002 -#, fuzzy +#: ../gtk/gtkentry.c:1002 msgid "Secondary storage type" -msgstr "زېرمولو ډول" +msgstr "" -#: gtk/gtkentry.c:1003 +#: ../gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" msgstr "" -#: gtk/gtkentry.c:1024 +#: ../gtk/gtkentry.c:1024 msgid "Primary icon activatable" msgstr "" -#: gtk/gtkentry.c:1025 -#, fuzzy +#: ../gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" -msgstr ".که چېرې پرمختګ لکه ليکنه وښودل شي" +msgstr "" -#: gtk/gtkentry.c:1045 -#, fuzzy +#: ../gtk/gtkentry.c:1045 msgid "Secondary icon activatable" -msgstr "دويم ځری رنګ" +msgstr "" -#: gtk/gtkentry.c:1046 -#, fuzzy +#: ../gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" -msgstr "که چېرې سرۍ کېکاږل کېدی شي" +msgstr "" -#: gtk/gtkentry.c:1068 -#, fuzzy +#: ../gtk/gtkentry.c:1068 msgid "Primary icon sensitive" -msgstr "کېس انګېره" +msgstr "" -#: gtk/gtkentry.c:1069 -#, fuzzy +#: ../gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" -msgstr ".که چېرې پرمختګ لکه ليکنه وښودل شي" +msgstr "" -#: gtk/gtkentry.c:1090 -#, fuzzy +#: ../gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" -msgstr "دوهمه ليکنه" +msgstr "" -#: gtk/gtkentry.c:1091 -#, fuzzy +#: ../gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" -msgstr ".که چېرې دا ليکنه پټه وي" +msgstr "" -#: gtk/gtkentry.c:1107 -#, fuzzy +#: ../gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" -msgstr "کېس انګېره" +msgstr "" -#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 -#, fuzzy +#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" -msgstr "د دې وړوکي د توک نکتې منځپانګه" +msgstr "" -#: gtk/gtkentry.c:1124 -#, fuzzy +#: ../gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" -msgstr "دويم ځری رنګ" +msgstr "" -#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 -#, fuzzy +#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" -msgstr "د دې وړوکي د توک نکتې منځپانګه" +msgstr "" -#: gtk/gtkentry.c:1143 -#, fuzzy +#: ../gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" -msgstr "د انځورن نومونو لړ" +msgstr "" -#: gtk/gtkentry.c:1162 -#, fuzzy +#: ../gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" -msgstr "دوهمه ليکنه" +msgstr "" -#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 -#, fuzzy +#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 msgid "IM module" -msgstr "اکر" +msgstr "بېلګه IM" -#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 -#, fuzzy +#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 msgid "Which IM module should be used" -msgstr "که چېرې يو رنګدبلی بايد وکارول شي" +msgstr "" -#: gtk/gtkentry.c:1197 -#, fuzzy +#: ../gtk/gtkentry.c:1197 msgid "Icon Prelight" -msgstr "لوړوالی" +msgstr "" -#: gtk/gtkentry.c:1198 +#: ../gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" msgstr "" -#: gtk/gtkentry.c:1211 -#, fuzzy +#: ../gtk/gtkentry.c:1211 msgid "Progress Border" -msgstr "د کړنلار نسخه" +msgstr "پرمختګ بريد" -#: gtk/gtkentry.c:1212 -#, fuzzy +#: ../gtk/gtkentry.c:1212 msgid "Border around the progress bar" -msgstr "د کړنلار په اړه څرګندونې" +msgstr "" -#: gtk/gtkentry.c:1662 +#: ../gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "" -#: gtk/gtkentry.c:1676 -#, fuzzy +#: ../gtk/gtkentry.c:1676 msgid "State Hint" -msgstr "انکړ مزی" +msgstr "" -#: gtk/gtkentry.c:1677 +#: ../gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "" -#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 +#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 msgid "Select on focus" msgstr "" -#: gtk/gtkentry.c:1683 +#: ../gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "" -#: gtk/gtkentry.c:1697 +#: ../gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "" -#: gtk/gtkentry.c:1698 +#: ../gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "" -#: gtk/gtkentrycompletion.c:279 +#: ../gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "" -#: gtk/gtkentrycompletion.c:280 +#: ../gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "" -#: gtk/gtkentrycompletion.c:286 +#: ../gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "" -#: gtk/gtkentrycompletion.c:287 +#: ../gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "" -#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 +#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 msgid "Text column" msgstr "" -#: gtk/gtkentrycompletion.c:304 +#: ../gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "" -#: gtk/gtkentrycompletion.c:323 +#: ../gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "" -#: gtk/gtkentrycompletion.c:324 +#: ../gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "" -#: gtk/gtkentrycompletion.c:338 +#: ../gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "" -#: gtk/gtkentrycompletion.c:339 +#: ../gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "" -#: gtk/gtkentrycompletion.c:354 +#: ../gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "" -#: gtk/gtkentrycompletion.c:355 +#: ../gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "" -#: gtk/gtkentrycompletion.c:373 +#: ../gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "" -#: gtk/gtkentrycompletion.c:374 +#: ../gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "" -#: gtk/gtkentrycompletion.c:388 +#: ../gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "" -#: gtk/gtkentrycompletion.c:389 +#: ../gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "ستاسو سپړاوي دلته" -#: gtk/gtkeventbox.c:91 +#: ../gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "ښکارېدونکې کړکۍ" -#: gtk/gtkeventbox.c:92 +#: ../gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." msgstr "" -#: gtk/gtkeventbox.c:98 +#: ../gtk/gtkeventbox.c:98 msgid "Above child" msgstr "د ماشوم دپاسه" -#: gtk/gtkeventbox.c:99 +#: ../gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." msgstr "" -#: gtk/gtkexpander.c:187 +#: ../gtk/gtkexpander.c:187 msgid "Expanded" msgstr "" -#: gtk/gtkexpander.c:188 +#: ../gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "" -#: gtk/gtkexpander.c:196 +#: ../gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "" -#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 +#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 msgid "Use markup" msgstr "" -#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 +#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "" -#: gtk/gtkexpander.c:220 +#: ../gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "" -#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 +#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "" -#: gtk/gtkexpander.c:230 +#: ../gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "" -#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 +#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "" -#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 +#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "" -#: gtk/gtkexpander.c:246 +#: ../gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "" -#: gtk/gtkfilechooser.c:194 +#: ../gtk/gtkfilechooser.c:194 msgid "Action" msgstr "چار" -#: gtk/gtkfilechooser.c:195 +#: ../gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "" -#: gtk/gtkfilechooser.c:201 +#: ../gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "" -#: gtk/gtkfilechooser.c:202 +#: ../gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "" -#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 +#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "چاڼ" -#: gtk/gtkfilechooser.c:208 +#: ../gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "" -#: gtk/gtkfilechooser.c:213 +#: ../gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "" -#: gtk/gtkfilechooser.c:214 +#: ../gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "" -#: gtk/gtkfilechooser.c:219 +#: ../gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "" -#: gtk/gtkfilechooser.c:220 +#: ../gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "" -#: gtk/gtkfilechooser.c:225 +#: ../gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "" -#: gtk/gtkfilechooser.c:226 +#: ../gtk/gtkfilechooser.c:226 msgid "" "Whether the application supplied widget for custom previews should be shown." msgstr "" -#: gtk/gtkfilechooser.c:231 +#: ../gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "" -#: gtk/gtkfilechooser.c:232 +#: ../gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "" -#: gtk/gtkfilechooser.c:237 +#: ../gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "" -#: gtk/gtkfilechooser.c:238 +#: ../gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "" -#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 +#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 +#: ../gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "ګڼ ټاکل" -#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 +#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "" -#: gtk/gtkfilechooser.c:250 +#: ../gtk/gtkfilechooser.c:250 msgid "Show Hidden" -msgstr "پټ ښودل" +msgstr "پټ شوي ښودل" -#: gtk/gtkfilechooser.c:251 +#: ../gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "" -#: gtk/gtkfilechooser.c:266 +#: ../gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "" -#: gtk/gtkfilechooser.c:267 +#: ../gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." msgstr "" -#: gtk/gtkfilechooserbutton.c:376 +#: ../gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "کړکۍ" -#: gtk/gtkfilechooserbutton.c:377 +#: ../gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr ".هغه دوتنه ټاکونکې کړکۍ چې وکارول شي" -#: gtk/gtkfilechooserbutton.c:408 +#: ../gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr ".د دوتنه ټاکونکې کړکۍ سرليک" -#: gtk/gtkfilechooserbutton.c:422 +#: ../gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "" -#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 -#: gtk/gtkstatusicon.c:218 +#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 +#: ../gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "دوتنه نوم" -#: gtk/gtkfilesel.c:527 +#: ../gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "اوسنی ټاکل شوی دوتنه نوم" -#: gtk/gtkfilesel.c:533 +#: ../gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "" -#: gtk/gtkfilesel.c:534 +#: ../gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "" -#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 +#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 msgid "X position" msgstr "څاي X" -#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 +#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "" -#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 +#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 msgid "Y position" msgstr "څاي Y" -#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 +#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "" -#: gtk/gtkfontbutton.c:143 +#: ../gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "" -#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 +#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 msgid "Font name" msgstr "" -#: gtk/gtkfontbutton.c:159 +#: ../gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "" -#: gtk/gtkfontbutton.c:160 +#: ../gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "Sans ۱۲" -#: gtk/gtkfontbutton.c:175 +#: ../gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "په نښکه کښې ليکبڼه کارول" -#: gtk/gtkfontbutton.c:176 +#: ../gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "" -#: gtk/gtkfontbutton.c:191 +#: ../gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "په نښکه کښې کچ کارول" -#: gtk/gtkfontbutton.c:192 +#: ../gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "" -#: gtk/gtkfontbutton.c:208 +#: ../gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "ډول ښودل" -#: gtk/gtkfontbutton.c:209 +#: ../gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "" -#: gtk/gtkfontbutton.c:224 +#: ../gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "کچ ښودل" -#: gtk/gtkfontbutton.c:225 +#: ../gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "" -#: gtk/gtkfontsel.c:197 +#: ../gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "" -#: gtk/gtkfontsel.c:204 +#: ../gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "" -#: gtk/gtkfontsel.c:210 +#: ../gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "ليکنې مخليد" -#: gtk/gtkfontsel.c:211 +#: ../gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "" -#: gtk/gtkframe.c:106 +#: ../gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "" -#: gtk/gtkframe.c:113 +#: ../gtk/gtkframe.c:113 msgid "Label xalign" msgstr "" -#: gtk/gtkframe.c:114 +#: ../gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "" -#: gtk/gtkframe.c:122 +#: ../gtk/gtkframe.c:122 msgid "Label yalign" msgstr "" -#: gtk/gtkframe.c:123 +#: ../gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "" -#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 +#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "" -#: gtk/gtkframe.c:138 +#: ../gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "" -#: gtk/gtkframe.c:139 +#: ../gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "" -#: gtk/gtkframe.c:148 +#: ../gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "" -#: gtk/gtkhandlebox.c:175 +#: ../gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "" -#: gtk/gtkhandlebox.c:183 +#: ../gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "" -#: gtk/gtkhandlebox.c:184 +#: ../gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "" -#: gtk/gtkhandlebox.c:192 +#: ../gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "" -#: gtk/gtkhandlebox.c:193 +#: ../gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" msgstr "" -#: gtk/gtkhandlebox.c:201 +#: ../gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "" -#: gtk/gtkhandlebox.c:202 +#: ../gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" msgstr "" -#: gtk/gtkhandlebox.c:209 +#: ../gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "" -#: gtk/gtkhandlebox.c:210 +#: ../gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." msgstr "" -#: gtk/gtkiconview.c:548 +#: ../gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "ټاکنې اکر" -#: gtk/gtkiconview.c:549 +#: ../gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "د ټاکلو اکر" -#: gtk/gtkiconview.c:567 +#: ../gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "ستن Pixbuf" -#: gtk/gtkiconview.c:568 +#: ../gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "" -#: gtk/gtkiconview.c:586 +#: ../gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "" -#: gtk/gtkiconview.c:605 +#: ../gtk/gtkiconview.c:605 msgid "Markup column" msgstr "نښيال ستن" -#: gtk/gtkiconview.c:606 +#: ../gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "" -#: gtk/gtkiconview.c:613 +#: ../gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "" -#: gtk/gtkiconview.c:614 +#: ../gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "" -#: gtk/gtkiconview.c:630 +#: ../gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "د ستنو شمېر" -#: gtk/gtkiconview.c:631 +#: ../gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "" -#: gtk/gtkiconview.c:648 +#: ../gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "هر توکي لپاره پلنوالی" -#: gtk/gtkiconview.c:649 +#: ../gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "هر توکي لپاره کارېدونکی پلنوالی" -#: gtk/gtkiconview.c:665 +#: ../gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "" -#: gtk/gtkiconview.c:680 +#: ../gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "کيل تشونه" -#: gtk/gtkiconview.c:681 +#: ../gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "" -#: gtk/gtkiconview.c:696 +#: ../gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "ستن تشونه" -#: gtk/gtkiconview.c:697 +#: ../gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "" -#: gtk/gtkiconview.c:712 +#: ../gtk/gtkiconview.c:712 msgid "Margin" msgstr "لمن" -#: gtk/gtkiconview.c:713 +#: ../gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "" -#: gtk/gtkiconview.c:730 +#: ../gtk/gtkiconview.c:730 msgid "" "How the text and icon of each item are positioned relative to each other" msgstr "" -#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 +#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 +#: ../gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "" -#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 +#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "" -#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 +#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "توک نکته ستن" -#: gtk/gtkiconview.c:755 +#: ../gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "" -#: gtk/gtkiconview.c:766 +#: ../gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "ټاکنې بکس رنګ" -#: gtk/gtkiconview.c:767 +#: ../gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "د ټاکنې د بکس رنګ" -#: gtk/gtkiconview.c:773 +#: ../gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "ټاکنې بکس الفا" -#: gtk/gtkiconview.c:774 +#: ../gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "" -#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 +#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "" -#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 +#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "" -#: gtk/gtkimage.c:139 +#: ../gtk/gtkimage.c:139 msgid "Pixmap" msgstr "" -#: gtk/gtkimage.c:140 +#: ../gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "" -#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 +#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "انځور" -#: gtk/gtkimage.c:148 +#: ../gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "" -#: gtk/gtkimage.c:155 +#: ../gtk/gtkimage.c:155 msgid "Mask" msgstr "وربوزۍ" -#: gtk/gtkimage.c:156 +#: ../gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "" -#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 +#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "" -#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 +#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "" -#: gtk/gtkimage.c:180 +#: ../gtk/gtkimage.c:180 msgid "Icon set" msgstr "انځورن ډله" -#: gtk/gtkimage.c:181 +#: ../gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "انځورن ډله چې ښکاره شي" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 +#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:216 ../gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "انځورن کچ" -#: gtk/gtkimage.c:189 +#: ../gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "" -#: gtk/gtkimage.c:205 +#: ../gtk/gtkimage.c:205 msgid "Pixel size" msgstr "پېکسل کچ" -#: gtk/gtkimage.c:206 +#: ../gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "پېکسل کچ چې نومول شوي انځورن لپاره وکاروو" -#: gtk/gtkimage.c:214 +#: ../gtk/gtkimage.c:214 msgid "Animation" msgstr "سېلن" -#: gtk/gtkimage.c:215 +#: ../gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "" -#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 +#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "زېرمولو ډول" -#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 +#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "" -#: gtk/gtkimagemenuitem.c:136 +#: ../gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "" -#: gtk/gtkimagemenuitem.c:151 +#: ../gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" msgstr "" -#: gtk/gtkimagemenuitem.c:169 +#: ../gtk/gtkimagemenuitem.c:169 msgid "Always show image" msgstr "" -#: gtk/gtkimagemenuitem.c:170 -#, fuzzy +#: ../gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" -msgstr ".که چېرې دا ليکنه پټه وي" +msgstr "" -#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 -#, fuzzy +#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 msgid "Accel Group" -msgstr "چار ډله" +msgstr "" -#: gtk/gtkimagemenuitem.c:185 +#: ../gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" msgstr "" -#: gtk/gtkimagemenuitem.c:190 +#: ../gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "غورنۍ انځورونه ښودل" -#: gtk/gtkimagemenuitem.c:191 +#: ../gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 +#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "" -#: gtk/gtklabel.c:368 +#: ../gtk/gtklabel.c:368 msgid "The text of the label" msgstr "د نښکې ليکنه" -#: gtk/gtklabel.c:375 +#: ../gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "" -#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 +#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 msgid "Justification" msgstr "" -#: gtk/gtklabel.c:397 +#: ../gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " "GtkMisc::xalign for that" msgstr "" -#: gtk/gtklabel.c:405 +#: ../gtk/gtklabel.c:405 msgid "Pattern" msgstr "بېلګه" -#: gtk/gtklabel.c:406 +#: ../gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" msgstr "" -#: gtk/gtklabel.c:413 +#: ../gtk/gtklabel.c:413 msgid "Line wrap" msgstr "ليکې نغاړل" -#: gtk/gtklabel.c:414 +#: ../gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "" -#: gtk/gtklabel.c:429 +#: ../gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "ليکې نغاړلو اکر" -#: gtk/gtklabel.c:430 +#: ../gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "" -#: gtk/gtklabel.c:437 +#: ../gtk/gtklabel.c:437 msgid "Selectable" msgstr "" -#: gtk/gtklabel.c:438 +#: ../gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "" -#: gtk/gtklabel.c:444 +#: ../gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "" -#: gtk/gtklabel.c:445 +#: ../gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "" -#: gtk/gtklabel.c:453 +#: ../gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "" -#: gtk/gtklabel.c:454 +#: ../gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "" -#: gtk/gtklabel.c:500 +#: ../gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" msgstr "" -#: gtk/gtklabel.c:540 +#: ../gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "" -#: gtk/gtklabel.c:541 +#: ../gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "" -#: gtk/gtklabel.c:558 +#: ../gtk/gtklabel.c:558 msgid "Angle" msgstr "ګوټ" -#: gtk/gtklabel.c:559 +#: ../gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "" -#: gtk/gtklabel.c:579 +#: ../gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "" -#: gtk/gtklabel.c:580 +#: ../gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "" -#: gtk/gtklabel.c:696 +#: ../gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "" -#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 +#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "" -#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 +#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "" -#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 +#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "" -#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 +#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "" -#: gtk/gtklayout.c:633 +#: ../gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "" -#: gtk/gtklayout.c:642 +#: ../gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "" -#: gtk/gtklinkbutton.c:145 +#: ../gtk/gtklinkbutton.c:145 msgid "URI" msgstr "" -#: gtk/gtklinkbutton.c:146 +#: ../gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "" -#: gtk/gtklinkbutton.c:160 -#, fuzzy +#: ../gtk/gtklinkbutton.c:160 msgid "Visited" -msgstr "ښکارنده" +msgstr "کتل شوی" -#: gtk/gtklinkbutton.c:161 -#, fuzzy +#: ../gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." -msgstr ".که چېرې دا ليکنه پټه وي" +msgstr "" -#: gtk/gtkmenu.c:501 -#, fuzzy +#: ../gtk/gtkmenu.c:501 msgid "The currently selected menu item" -msgstr "اوسنی ټاکل شوی دوتنه نوم" +msgstr "اوسنی ټاکل شوی غورنۍ توکی" -#: gtk/gtkmenu.c:516 +#: ../gtk/gtkmenu.c:516 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:285 msgid "Accel Path" msgstr "" -#: gtk/gtkmenu.c:531 +#: ../gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "" -#: gtk/gtkmenu.c:547 +#: ../gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "" -#: gtk/gtkmenu.c:548 +#: ../gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "" -#: gtk/gtkmenu.c:556 +#: ../gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" msgstr "" -#: gtk/gtkmenu.c:570 +#: ../gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "" -#: gtk/gtkmenu.c:571 +#: ../gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "" -#: gtk/gtkmenu.c:585 -#, fuzzy +#: ../gtk/gtkmenu.c:585 msgid "Monitor" -msgstr "مياشت" +msgstr "ليداڼی" -#: gtk/gtkmenu.c:586 +#: ../gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "" -#: gtk/gtkmenu.c:592 +#: ../gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "" -#: gtk/gtkmenu.c:593 +#: ../gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "" -#: gtk/gtkmenu.c:601 +#: ../gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "" -#: gtk/gtkmenu.c:602 +#: ../gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "" -#: gtk/gtkmenu.c:610 +#: ../gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "" -#: gtk/gtkmenu.c:611 +#: ../gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" msgstr "" -#: gtk/gtkmenu.c:619 +#: ../gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "" -#: gtk/gtkmenu.c:620 +#: ../gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" msgstr "" -#: gtk/gtkmenu.c:628 +#: ../gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "دوه غشي" -#: gtk/gtkmenu.c:629 +#: ../gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "" -#: gtk/gtkmenu.c:642 -#, fuzzy +#: ../gtk/gtkmenu.c:642 msgid "Arrow Placement" -msgstr "کړکۍ ځايونه" +msgstr "د غشي ځايونه" -#: gtk/gtkmenu.c:643 +#: ../gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" msgstr "" -#: gtk/gtkmenu.c:651 +#: ../gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "کيڼ نښلن" -#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 +#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "" -#: gtk/gtkmenu.c:659 +#: ../gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "ښي نښلن" -#: gtk/gtkmenu.c:660 +#: ../gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "" -#: gtk/gtkmenu.c:667 +#: ../gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "پاس نښلن" -#: gtk/gtkmenu.c:668 +#: ../gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "" -#: gtk/gtkmenu.c:675 +#: ../gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "کوز نښلن" -#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 +#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "" -#: gtk/gtkmenu.c:690 +#: ../gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" msgstr "" -#: gtk/gtkmenu.c:777 +#: ../gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "" -#: gtk/gtkmenu.c:778 +#: ../gtk/gtkmenu.c:778 msgid "" "Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "" -#: gtk/gtkmenu.c:783 +#: ../gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "" -#: gtk/gtkmenu.c:784 +#: ../gtk/gtkmenu.c:784 msgid "" "Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" -#: gtk/gtkmenu.c:791 +#: ../gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "" -#: gtk/gtkmenu.c:792 +#: ../gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" msgstr "" -#: gtk/gtkmenubar.c:168 +#: ../gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "" -#: gtk/gtkmenubar.c:169 +#: ../gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "" -#: gtk/gtkmenubar.c:185 +#: ../gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "" -#: gtk/gtkmenubar.c:186 +#: ../gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "" -#: gtk/gtkmenubar.c:195 +#: ../gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "" -#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 +#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "" -#: gtk/gtkmenubar.c:203 +#: ../gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "" -#: gtk/gtkmenubar.c:210 +#: ../gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "" -#: gtk/gtkmenubar.c:211 +#: ../gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "" -#: gtk/gtkmenuitem.c:252 +#: ../gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "" -#: gtk/gtkmenuitem.c:253 +#: ../gtk/gtkmenuitem.c:253 msgid "" "Sets whether the menu item appears justified at the right side of a menu bar" msgstr "" -#: gtk/gtkmenuitem.c:267 +#: ../gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "څېرمه غورنۍ" -#: gtk/gtkmenuitem.c:268 +#: ../gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" msgstr "" -#: gtk/gtkmenuitem.c:286 +#: ../gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "" -#: gtk/gtkmenuitem.c:301 -#, fuzzy +#: ../gtk/gtkmenuitem.c:301 msgid "The text for the child label" -msgstr "د نښکې ليکنه" +msgstr "" -#: gtk/gtkmenuitem.c:364 +#: ../gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "" -#: gtk/gtkmenuitem.c:377 +#: ../gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "" -#: gtk/gtkmenuitem.c:378 +#: ../gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "" -#: gtk/gtkmenushell.c:374 +#: ../gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "" -#: gtk/gtkmenushell.c:375 +#: ../gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "" -#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 +#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "غورنۍ" -#: gtk/gtkmenutoolbutton.c:246 +#: ../gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "" -#: gtk/gtkmessagedialog.c:98 +#: ../gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "انځور/نښکه بريد" -#: gtk/gtkmessagedialog.c:99 +#: ../gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "" -#: gtk/gtkmessagedialog.c:114 +#: ../gtk/gtkmessagedialog.c:114 msgid "Use separator" -msgstr "بېلند کارول" +msgstr "بېلوونکی کارول" -#: gtk/gtkmessagedialog.c:115 +#: ../gtk/gtkmessagedialog.c:115 msgid "" "Whether to put a separator between the message dialog's text and the buttons" msgstr "" -#: gtk/gtkmessagedialog.c:128 +#: ../gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "استوزې ډول" -#: gtk/gtkmessagedialog.c:129 +#: ../gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "د استوزې ډول" -#: gtk/gtkmessagedialog.c:136 +#: ../gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "استوزې تڼۍ" -#: gtk/gtkmessagedialog.c:137 +#: ../gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "هغه تڼۍ چې په استوزې کړکۍ کښې ښودل کيږي" -#: gtk/gtkmessagedialog.c:154 +#: ../gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "" -#: gtk/gtkmessagedialog.c:169 +#: ../gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "نښيال کارول" -#: gtk/gtkmessagedialog.c:170 +#: ../gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "" -#: gtk/gtkmessagedialog.c:184 +#: ../gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "دوهمه ليکنه" -#: gtk/gtkmessagedialog.c:185 +#: ../gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "د استوزې کړکۍ دوهمه ليکنه" -#: gtk/gtkmessagedialog.c:200 +#: ../gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "په دوهم کښې نښيال کارول" -#: gtk/gtkmessagedialog.c:201 +#: ../gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "" -#: gtk/gtkmessagedialog.c:216 +#: ../gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "انځور" -#: gtk/gtkmisc.c:83 +#: ../gtk/gtkmisc.c:83 msgid "Y align" msgstr "پرليکون Y" -#: gtk/gtkmisc.c:84 +#: ../gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "" -#: gtk/gtkmisc.c:93 +#: ../gtk/gtkmisc.c:93 msgid "X pad" msgstr "نالۍ X" -#: gtk/gtkmisc.c:94 +#: ../gtk/gtkmisc.c:94 msgid "" "The amount of space to add on the left and right of the widget, in pixels" msgstr "" -#: gtk/gtkmisc.c:103 +#: ../gtk/gtkmisc.c:103 msgid "Y pad" msgstr "نالۍ Y" -#: gtk/gtkmisc.c:104 +#: ../gtk/gtkmisc.c:104 msgid "" "The amount of space to add on the top and bottom of the widget, in pixels" msgstr "" -#: gtk/gtkmountoperation.c:139 -#, fuzzy +#: ../gtk/gtkmountoperation.c:139 msgid "Parent" -msgstr "پلرينه وړوکی" +msgstr "پلرين" -#: gtk/gtkmountoperation.c:140 -#, fuzzy +#: ../gtk/gtkmountoperation.c:140 msgid "The parent window" -msgstr "د کړکۍ ډول" +msgstr "پلرينه کړکۍ" -#: gtk/gtkmountoperation.c:147 -#, fuzzy +#: ../gtk/gtkmountoperation.c:147 msgid "Is Showing" -msgstr "سريز ښودل" +msgstr "" -#: gtk/gtkmountoperation.c:148 +#: ../gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "" -#: gtk/gtkmountoperation.c:156 +#: ../gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "" -#: gtk/gtknotebook.c:577 +#: ../gtk/gtknotebook.c:577 msgid "Page" msgstr "مخ" -#: gtk/gtknotebook.c:578 +#: ../gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "د اوسنۍ پاڼې لړيال" -#: gtk/gtknotebook.c:586 +#: ../gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "ټوپ ځای" -#: gtk/gtknotebook.c:587 +#: ../gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "" -#: gtk/gtknotebook.c:594 +#: ../gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "ټوپ بريد" -#: gtk/gtknotebook.c:595 +#: ../gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "" -#: gtk/gtknotebook.c:603 +#: ../gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "" -#: gtk/gtknotebook.c:604 +#: ../gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "" -#: gtk/gtknotebook.c:612 +#: ../gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "" -#: gtk/gtknotebook.c:613 +#: ../gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "" -#: gtk/gtknotebook.c:621 +#: ../gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "ټوپونه ښودل" -#: gtk/gtknotebook.c:622 +#: ../gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "" -#: gtk/gtknotebook.c:628 +#: ../gtk/gtknotebook.c:628 msgid "Show Border" msgstr "بريد ښودل" -#: gtk/gtknotebook.c:629 +#: ../gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "" -#: gtk/gtknotebook.c:635 +#: ../gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "رغښتل کېدونکی" -#: gtk/gtknotebook.c:636 +#: ../gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "" -#: gtk/gtknotebook.c:642 +#: ../gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "بړبوکيزه وړول" -#: gtk/gtknotebook.c:643 +#: ../gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" msgstr "" -#: gtk/gtknotebook.c:650 +#: ../gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "" -#: gtk/gtknotebook.c:656 +#: ../gtk/gtknotebook.c:656 msgid "Group ID" msgstr "ډله پېژند" -#: gtk/gtknotebook.c:657 +#: ../gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "" -#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 -#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 +#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 +#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 +#: ../gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "ډله" -#: gtk/gtknotebook.c:674 +#: ../gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "" -#: gtk/gtknotebook.c:680 +#: ../gtk/gtknotebook.c:680 msgid "Tab label" msgstr "ټوپ نښکه" -#: gtk/gtknotebook.c:681 +#: ../gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "" -#: gtk/gtknotebook.c:687 +#: ../gtk/gtknotebook.c:687 msgid "Menu label" msgstr "غورنۍ نښکه" -#: gtk/gtknotebook.c:688 +#: ../gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "" -#: gtk/gtknotebook.c:701 +#: ../gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "ټوپ غځونه" -#: gtk/gtknotebook.c:702 +#: ../gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "" -#: gtk/gtknotebook.c:708 +#: ../gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "ټوپ ډکون" -#: gtk/gtknotebook.c:709 +#: ../gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "" -#: gtk/gtknotebook.c:715 +#: ../gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "" -#: gtk/gtknotebook.c:722 +#: ../gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "ټوپ بيا اڼل کېدونکی" -#: gtk/gtknotebook.c:723 +#: ../gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "" -#: gtk/gtknotebook.c:729 +#: ../gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "" -#: gtk/gtknotebook.c:730 +#: ../gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "" -#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 +#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "" -#: gtk/gtknotebook.c:746 +#: ../gtk/gtknotebook.c:746 msgid "" "Display a second backward arrow button on the opposite end of the tab area" msgstr "" -#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 +#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "" -#: gtk/gtknotebook.c:762 +#: ../gtk/gtknotebook.c:762 msgid "" "Display a second forward arrow button on the opposite end of the tab area" msgstr "" -#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 +#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "" -#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 +#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "" -#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 +#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "" -#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 +#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "" -#: gtk/gtknotebook.c:806 +#: ../gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "" -#: gtk/gtknotebook.c:807 +#: ../gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "" -#: gtk/gtknotebook.c:822 +#: ../gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "" -#: gtk/gtknotebook.c:823 +#: ../gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "" -#: gtk/gtknotebook.c:839 -#, fuzzy +#: ../gtk/gtknotebook.c:839 msgid "Arrow spacing" -msgstr "کيل تشونه" +msgstr "د غشي تشونه" -#: gtk/gtknotebook.c:840 -#, fuzzy +#: ../gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" -msgstr "د رغښتپټې تشونه" +msgstr "" -#: gtk/gtkobject.c:370 +#: ../gtk/gtkobject.c:370 msgid "User Data" msgstr "کارن اومتوک" -#: gtk/gtkobject.c:371 +#: ../gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "" -#: gtk/gtkoptionmenu.c:162 +#: ../gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "د غوراويو غورنۍ" -#: gtk/gtkoptionmenu.c:169 +#: ../gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "" -#: gtk/gtkoptionmenu.c:175 +#: ../gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "" -#: gtk/gtkorientable.c:75 -#, fuzzy +#: ../gtk/gtkorientable.c:75 msgid "The orientation of the orientable" -msgstr "د چاپګر ځای" +msgstr "" -#: gtk/gtkpaned.c:242 +#: ../gtk/gtkpaned.c:242 msgid "" "Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "" -#: gtk/gtkpaned.c:251 +#: ../gtk/gtkpaned.c:251 msgid "Position Set" msgstr "" -#: gtk/gtkpaned.c:252 +#: ../gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "" -#: gtk/gtkpaned.c:258 +#: ../gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "" -#: gtk/gtkpaned.c:259 +#: ../gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "" -#: gtk/gtkpaned.c:275 +#: ../gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "" -#: gtk/gtkpaned.c:276 +#: ../gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "" -#: gtk/gtkpaned.c:293 +#: ../gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "" -#: gtk/gtkpaned.c:294 +#: ../gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "" -#: gtk/gtkpaned.c:311 +#: ../gtk/gtkpaned.c:311 msgid "Resize" msgstr "بياکچول" -#: gtk/gtkpaned.c:312 +#: ../gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "" -#: gtk/gtkpaned.c:327 +#: ../gtk/gtkpaned.c:327 msgid "Shrink" msgstr "غونجول" -#: gtk/gtkpaned.c:328 +#: ../gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "" -#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 +#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "راتاو" -#: gtk/gtkplug.c:151 +#: ../gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "" -#: gtk/gtkplug.c:165 +#: ../gtk/gtkplug.c:165 msgid "Socket Window" msgstr "" -#: gtk/gtkplug.c:166 +#: ../gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "" -#: gtk/gtkpreview.c:102 +#: ../gtk/gtkpreview.c:102 msgid "" "Whether the preview widget should take up the entire space it is allocated" msgstr "" -#: gtk/gtkprinter.c:124 +#: ../gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "د چاپګر نوم" -#: gtk/gtkprinter.c:130 +#: ../gtk/gtkprinter.c:130 msgid "Backend" msgstr "" -#: gtk/gtkprinter.c:131 +#: ../gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "" -#: gtk/gtkprinter.c:137 +#: ../gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "اوڅاريز دی" -#: gtk/gtkprinter.c:138 +#: ../gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "ناسم که چېرې سم هډوتری چاپګر وي" -#: gtk/gtkprinter.c:144 +#: ../gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "مني PDF" -#: gtk/gtkprinter.c:145 +#: ../gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "منلی شي PDF سم که چېرې دا چاپګر" -#: gtk/gtkprinter.c:151 +#: ../gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "مني PostScript" -#: gtk/gtkprinter.c:152 +#: ../gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "منلی شي PostScript سم که چېرې دا چاپګر" -#: gtk/gtkprinter.c:158 +#: ../gtk/gtkprinter.c:158 msgid "State Message" msgstr "انکړ استوزه" -#: gtk/gtkprinter.c:159 +#: ../gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "هغه مزی چې د چاپګر اوسنی انکړ ښيي" -#: gtk/gtkprinter.c:165 +#: ../gtk/gtkprinter.c:165 msgid "Location" msgstr "ځای" -#: gtk/gtkprinter.c:166 +#: ../gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "د چاپګر ځای" -#: gtk/gtkprinter.c:173 +#: ../gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "انځورن نوم چې د چاپګر لپاره وکاروو" -#: gtk/gtkprinter.c:179 +#: ../gtk/gtkprinter.c:179 msgid "Job Count" msgstr "دنده شمېر" -#: gtk/gtkprinter.c:180 +#: ../gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "چاپګر کښې د ليکه شويو دندو شمېر" -#: gtk/gtkprinter.c:198 -#, fuzzy +#: ../gtk/gtkprinter.c:198 msgid "Paused Printer" -msgstr "چاپګر" +msgstr "ځنډول شوی چاپګر" -#: gtk/gtkprinter.c:199 -#, fuzzy +#: ../gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" -msgstr "منلی شي PDF سم که چېرې دا چاپګر" +msgstr "" -#: gtk/gtkprinter.c:212 -#, fuzzy +#: ../gtk/gtkprinter.c:212 msgid "Accepting Jobs" -msgstr "منځواله منل" +msgstr "" -#: gtk/gtkprinter.c:213 -#, fuzzy +#: ../gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" -msgstr "منلی شي PDF سم که چېرې دا چاپګر" +msgstr "" -#: gtk/gtkprinteroptionwidget.c:123 +#: ../gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "سرچينه غوراوي" -#: gtk/gtkprinteroptionwidget.c:124 +#: ../gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "" -#: gtk/gtkprintjob.c:117 +#: ../gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "د چاپ دندې سرليک" -#: gtk/gtkprintjob.c:125 +#: ../gtk/gtkprintjob.c:125 msgid "Printer" msgstr "چاپګر" -#: gtk/gtkprintjob.c:126 +#: ../gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "هغه چاپګر چې دنده پرې چاپ کړو" -#: gtk/gtkprintjob.c:134 +#: ../gtk/gtkprintjob.c:134 msgid "Settings" msgstr "امستنې" -#: gtk/gtkprintjob.c:135 +#: ../gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "چاپګر امستنې" -#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 +#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 +#: ../gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "مخ امسته" -#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 +#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "چاپ انکړ پلنيول" -#: gtk/gtkprintjob.c:153 +#: ../gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." msgstr "" -#: gtk/gtkprintoperation.c:899 +#: ../gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "تلواله مخ امسته" -#: gtk/gtkprintoperation.c:900 +#: ../gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "" -#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 +#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "چاپ امستنې" -#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 +#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "" -#: gtk/gtkprintoperation.c:937 +#: ../gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "دندې نوم" -#: gtk/gtkprintoperation.c:938 +#: ../gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "" -#: gtk/gtkprintoperation.c:962 +#: ../gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "د مخونو شمېر" -#: gtk/gtkprintoperation.c:963 +#: ../gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr ".لاسوند کښې د مخونو شمېر" -#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 +#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "اوسنی مخ" -#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 +#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "" -#: gtk/gtkprintoperation.c:1006 +#: ../gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "ټول مخ کارول" -#: gtk/gtkprintoperation.c:1007 +#: ../gtk/gtkprintoperation.c:1007 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" msgstr "" -#: gtk/gtkprintoperation.c:1028 +#: ../gtk/gtkprintoperation.c:1028 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." msgstr "" -#: gtk/gtkprintoperation.c:1045 +#: ../gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "يوون" -#: gtk/gtkprintoperation.c:1046 +#: ../gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "" -#: gtk/gtkprintoperation.c:1063 +#: ../gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "کړکۍ ښودل" -#: gtk/gtkprintoperation.c:1064 +#: ../gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr ".سم که چېرې کوم پرمختګ کړکۍ د چاپولو پر مهال ښودل کيږي" -#: gtk/gtkprintoperation.c:1087 +#: ../gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "" -#: gtk/gtkprintoperation.c:1088 +#: ../gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "" -#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 +#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "دوتنه نوم بهرول" -#: gtk/gtkprintoperation.c:1125 +#: ../gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "انکړ" -#: gtk/gtkprintoperation.c:1126 +#: ../gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "د چاپ چار انکړ" -#: gtk/gtkprintoperation.c:1146 +#: ../gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "انکړ مزی" -#: gtk/gtkprintoperation.c:1147 +#: ../gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "" -#: gtk/gtkprintoperation.c:1165 +#: ../gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "دوديز ټوپ نښکه" -#: gtk/gtkprintoperation.c:1166 +#: ../gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "" -#: gtk/gtkprintunixdialog.c:259 +#: ../gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "" -#: gtk/gtkprintunixdialog.c:284 +#: ../gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "ټاکل شوی چاپګر" -#: gtk/gtkprintunixdialog.c:285 +#: ../gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "چې ټاکل شوی Gtkهغه چاپګر" -#: gtk/gtkprogress.c:102 +#: ../gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "چارندتيا اکر" -#: gtk/gtkprogress.c:103 +#: ../gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " "is used when you're doing something but don't know how long it will take." msgstr "" -#: gtk/gtkprogress.c:111 +#: ../gtk/gtkprogress.c:111 msgid "Show text" msgstr "ليکنه ښودل" -#: gtk/gtkprogress.c:112 +#: ../gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr ".که چېرې پرمختګ لکه ليکنه وښودل شي" -#: gtk/gtkprogressbar.c:119 +#: ../gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "" -#: gtk/gtkprogressbar.c:135 +#: ../gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "پټه ډول" -#: gtk/gtkprogressbar.c:136 +#: ../gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "" -#: gtk/gtkprogressbar.c:144 +#: ../gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "" -#: gtk/gtkprogressbar.c:145 +#: ../gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "" -#: gtk/gtkprogressbar.c:152 +#: ../gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "چارندتيا غونډونه" -#: gtk/gtkprogressbar.c:153 +#: ../gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" msgstr "" -#: gtk/gtkprogressbar.c:160 +#: ../gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "" -#: gtk/gtkprogressbar.c:161 +#: ../gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" msgstr "" -#: gtk/gtkprogressbar.c:168 +#: ../gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "" -#: gtk/gtkprogressbar.c:169 +#: ../gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "" -#: gtk/gtkprogressbar.c:176 +#: ../gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "" -#: gtk/gtkprogressbar.c:177 +#: ../gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "" -#: gtk/gtkprogressbar.c:185 +#: ../gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "" -#: gtk/gtkprogressbar.c:207 +#: ../gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." msgstr "" -#: gtk/gtkprogressbar.c:214 +#: ../gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "تشونهX" -#: gtk/gtkprogressbar.c:215 +#: ../gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "" -#: gtk/gtkprogressbar.c:220 -#, fuzzy +#: ../gtk/gtkprogressbar.c:220 msgid "YSpacing" -msgstr "تشونهX" +msgstr "" -#: gtk/gtkprogressbar.c:221 +#: ../gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "" -#: gtk/gtkprogressbar.c:234 -#, fuzzy +#: ../gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" -msgstr "پروت بېلند پلنوالی" +msgstr "" -#: gtk/gtkprogressbar.c:235 +#: ../gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "" -#: gtk/gtkprogressbar.c:247 +#: ../gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "" -#: gtk/gtkprogressbar.c:248 +#: ../gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "" -#: gtk/gtkprogressbar.c:260 -#, fuzzy +#: ../gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" -msgstr "نېغ بېلند پلنوالی" +msgstr "" -#: gtk/gtkprogressbar.c:261 -#, fuzzy +#: ../gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" -msgstr "د کړنلار نسخه" +msgstr "" -#: gtk/gtkprogressbar.c:273 +#: ../gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "" -#: gtk/gtkprogressbar.c:274 -#, fuzzy +#: ../gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" -msgstr "د سماو ټولولږه ارزښت" +msgstr "" -#: gtk/gtkradioaction.c:111 +#: ../gtk/gtkradioaction.c:111 msgid "The value" msgstr "ارزښت" -#: gtk/gtkradioaction.c:112 +#: ../gtk/gtkradioaction.c:112 msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." msgstr "" -#: gtk/gtkradioaction.c:129 +#: ../gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "" -#: gtk/gtkradioaction.c:144 +#: ../gtk/gtkradioaction.c:144 msgid "The current value" msgstr "" -#: gtk/gtkradioaction.c:145 +#: ../gtk/gtkradioaction.c:145 msgid "" "The value property of the currently active member of the group to which this " "action belongs." msgstr "" -#: gtk/gtkradiobutton.c:83 +#: ../gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "" -#: gtk/gtkradiomenuitem.c:344 +#: ../gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "" -#: gtk/gtkradiotoolbutton.c:66 +#: ../gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "" -#: gtk/gtkrange.c:358 +#: ../gtk/gtkrange.c:358 msgid "Update policy" msgstr "تګلار اوسمهالول" -#: gtk/gtkrange.c:359 +#: ../gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "" -#: gtk/gtkrange.c:368 +#: ../gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "" -#: gtk/gtkrange.c:375 +#: ../gtk/gtkrange.c:375 msgid "Inverted" msgstr "" -#: gtk/gtkrange.c:376 +#: ../gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" msgstr "" -#: gtk/gtkrange.c:383 +#: ../gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "" -#: gtk/gtkrange.c:384 +#: ../gtk/gtkrange.c:384 msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" msgstr "" -#: gtk/gtkrange.c:392 +#: ../gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "" -#: gtk/gtkrange.c:393 +#: ../gtk/gtkrange.c:393 msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" msgstr "" -#: gtk/gtkrange.c:410 +#: ../gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "د ډکېدو کچ ښودل" -#: gtk/gtkrange.c:411 +#: ../gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "" -#: gtk/gtkrange.c:427 +#: ../gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "" -#: gtk/gtkrange.c:428 +#: ../gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "" -#: gtk/gtkrange.c:443 +#: ../gtk/gtkrange.c:443 msgid "Fill Level" msgstr "ډکون کچ" -#: gtk/gtkrange.c:444 +#: ../gtk/gtkrange.c:444 msgid "The fill level." msgstr "د ډکون کچ" -#: gtk/gtkrange.c:452 +#: ../gtk/gtkrange.c:452 msgid "Slider Width" msgstr "د سلالۍ پټې پلنوالی" -#: gtk/gtkrange.c:453 +#: ../gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "" -#: gtk/gtkrange.c:460 +#: ../gtk/gtkrange.c:460 msgid "Trough Border" msgstr "" -#: gtk/gtkrange.c:461 +#: ../gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "" -#: gtk/gtkrange.c:468 +#: ../gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "" -#: gtk/gtkrange.c:469 +#: ../gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "" -#: gtk/gtkrange.c:484 +#: ../gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "" -#: gtk/gtkrange.c:485 +#: ../gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "" -#: gtk/gtkrange.c:492 +#: ../gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "" -#: gtk/gtkrange.c:493 +#: ../gtk/gtkrange.c:493 msgid "" "How far in the x direction to move the arrow when the button is depressed" msgstr "" -#: gtk/gtkrange.c:500 +#: ../gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "" -#: gtk/gtkrange.c:501 +#: ../gtk/gtkrange.c:501 msgid "" "How far in the y direction to move the arrow when the button is depressed" msgstr "" -#: gtk/gtkrange.c:509 +#: ../gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "" -#: gtk/gtkrange.c:510 +#: ../gtk/gtkrange.c:510 msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" msgstr "" -#: gtk/gtkrange.c:524 +#: ../gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "" -#: gtk/gtkrange.c:525 +#: ../gtk/gtkrange.c:525 msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" msgstr "" -#: gtk/gtkrange.c:541 +#: ../gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "" -#: gtk/gtkrange.c:542 +#: ../gtk/gtkrange.c:542 msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" msgstr "" -#: gtk/gtkrange.c:555 -#, fuzzy +#: ../gtk/gtkrange.c:555 msgid "Arrow scaling" -msgstr "کيل تشونه" +msgstr "" -#: gtk/gtkrange.c:556 +#: ../gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "" -#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 +#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "شمېرې ښودل" -#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 +#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "که چېرې توکي د يوې شمېرې سره وښودل شي" -#: gtk/gtkrecentchooser.c:132 +#: ../gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "اوسنی سمبالګر" -#: gtk/gtkrecentchooser.c:133 +#: ../gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "" -#: gtk/gtkrecentchooser.c:147 +#: ../gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "ځاني ښودل" -#: gtk/gtkrecentchooser.c:148 +#: ../gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "" -#: gtk/gtkrecentchooser.c:161 +#: ../gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "توک نکتې ښودل" -#: gtk/gtkrecentchooser.c:162 +#: ../gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "" -#: gtk/gtkrecentchooser.c:174 +#: ../gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "انځورنونه ښودل" -#: gtk/gtkrecentchooser.c:175 +#: ../gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "" -#: gtk/gtkrecentchooser.c:190 +#: ../gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "ونه موندل شو ښودل" -#: gtk/gtkrecentchooser.c:191 +#: ../gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "" -#: gtk/gtkrecentchooser.c:204 +#: ../gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "" -#: gtk/gtkrecentchooser.c:217 +#: ../gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "يوازې سيميز" -#: gtk/gtkrecentchooser.c:218 +#: ../gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "" -#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 +#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "" -#: gtk/gtkrecentchooser.c:235 +#: ../gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "" -#: gtk/gtkrecentchooser.c:249 +#: ../gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "اڼن ډول" -#: gtk/gtkrecentchooser.c:250 +#: ../gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "" -#: gtk/gtkrecentchooser.c:265 +#: ../gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "" -#: gtk/gtkrecentmanager.c:215 +#: ../gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "" -#: gtk/gtkrecentmanager.c:230 +#: ../gtk/gtkrecentmanager.c:230 msgid "" "The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "" -#: gtk/gtkrecentmanager.c:246 +#: ../gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "" -#: gtk/gtkruler.c:128 +#: ../gtk/gtkruler.c:128 msgid "Lower" msgstr "کوز" -#: gtk/gtkruler.c:129 +#: ../gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "" -#: gtk/gtkruler.c:138 +#: ../gtk/gtkruler.c:138 msgid "Upper" msgstr "بره" -#: gtk/gtkruler.c:139 +#: ../gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "" -#: gtk/gtkruler.c:149 +#: ../gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "" -#: gtk/gtkruler.c:158 +#: ../gtk/gtkruler.c:158 msgid "Max Size" msgstr "ټولوجګه کچ" -#: gtk/gtkruler.c:159 +#: ../gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "" -#: gtk/gtkruler.c:174 +#: ../gtk/gtkruler.c:174 msgid "Metric" msgstr "" -#: gtk/gtkruler.c:175 +#: ../gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "" -#: gtk/gtkscale.c:201 +#: ../gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "" -#: gtk/gtkscale.c:210 +#: ../gtk/gtkscale.c:210 msgid "Draw Value" msgstr "" -#: gtk/gtkscale.c:211 +#: ../gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "" -#: gtk/gtkscale.c:218 +#: ../gtk/gtkscale.c:218 msgid "Value Position" msgstr "د ارزښت ځای" -#: gtk/gtkscale.c:219 +#: ../gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "" -#: gtk/gtkscale.c:226 +#: ../gtk/gtkscale.c:226 msgid "Slider Length" msgstr "" -#: gtk/gtkscale.c:227 +#: ../gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "" -#: gtk/gtkscale.c:235 +#: ../gtk/gtkscale.c:235 msgid "Value spacing" msgstr "ارزښت تشونه" -#: gtk/gtkscale.c:236 +#: ../gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "" -#: gtk/gtkscalebutton.c:207 +#: ../gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "" -#: gtk/gtkscalebutton.c:217 +#: ../gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "د انځورن کچ" -#: gtk/gtkscalebutton.c:226 +#: ../gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" -#: gtk/gtkscalebutton.c:254 +#: ../gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "انځورنونه" -#: gtk/gtkscalebutton.c:255 +#: ../gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "د انځورن نومونو لړ" -#: gtk/gtkscrollbar.c:51 +#: ../gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "" -#: gtk/gtkscrollbar.c:52 +#: ../gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "" -#: gtk/gtkscrollbar.c:60 +#: ../gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "" -#: gtk/gtkscrollbar.c:61 +#: ../gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "" -#: gtk/gtkscrollbar.c:82 +#: ../gtk/gtkscrollbar.c:82 msgid "" "Display a second backward arrow button on the opposite end of the scrollbar" msgstr "" -#: gtk/gtkscrollbar.c:89 +#: ../gtk/gtkscrollbar.c:89 msgid "" "Display a second forward arrow button on the opposite end of the scrollbar" msgstr "" -#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 +#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 +#: ../gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "پروت سماو" -#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 +#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 +#: ../gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "نېغ سماو" -#: gtk/gtkscrolledwindow.c:232 +#: ../gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "د پرتې رغښتپټې تګلار" -#: gtk/gtkscrolledwindow.c:233 +#: ../gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "کله چې پرته رغښتپټه وښودل شي" -#: gtk/gtkscrolledwindow.c:240 +#: ../gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "د نېغې رغښتپټې تګلار" -#: gtk/gtkscrolledwindow.c:241 +#: ../gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "کله چې نېغه رغښتپټه وښودل شي" -#: gtk/gtkscrolledwindow.c:249 +#: ../gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "کړکۍ ځايونه" -#: gtk/gtkscrolledwindow.c:250 +#: ../gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." msgstr "" -#: gtk/gtkscrolledwindow.c:267 +#: ../gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "" -#: gtk/gtkscrolledwindow.c:268 +#: ../gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." msgstr "" -#: gtk/gtkscrolledwindow.c:274 +#: ../gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "د سيوري ډول" -#: gtk/gtkscrolledwindow.c:275 +#: ../gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "" -#: gtk/gtkscrolledwindow.c:289 +#: ../gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "" -#: gtk/gtkscrolledwindow.c:290 +#: ../gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "" -#: gtk/gtkscrolledwindow.c:296 +#: ../gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "د رغښتپټې تشونه" -#: gtk/gtkscrolledwindow.c:297 +#: ../gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "" -#: gtk/gtkscrolledwindow.c:312 +#: ../gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "" -#: gtk/gtkscrolledwindow.c:313 +#: ../gtk/gtkscrolledwindow.c:313 msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." msgstr "" -#: gtk/gtkseparatortoolitem.c:105 +#: ../gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "" -#: gtk/gtkseparatortoolitem.c:106 +#: ../gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "" -#: gtk/gtksettings.c:215 +#: ../gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "د دوه کېکاږلو مهال" -#: gtk/gtksettings.c:216 +#: ../gtk/gtksettings.c:216 msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" msgstr "" -#: gtk/gtksettings.c:223 +#: ../gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "د دوه کېکاږلو لرېوالی" -#: gtk/gtksettings.c:224 +#: ../gtk/gtksettings.c:224 msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" msgstr "" -#: gtk/gtksettings.c:240 +#: ../gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "ځری پړک" -#: gtk/gtksettings.c:241 +#: ../gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "" -#: gtk/gtksettings.c:248 +#: ../gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "د ځري د پړک مهال" -#: gtk/gtksettings.c:249 +#: ../gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "" -#: gtk/gtksettings.c:268 +#: ../gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "" -#: gtk/gtksettings.c:269 +#: ../gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "" -#: gtk/gtksettings.c:276 +#: ../gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "" -#: gtk/gtksettings.c:277 +#: ../gtk/gtksettings.c:277 msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" msgstr "" -#: gtk/gtksettings.c:284 +#: ../gtk/gtksettings.c:284 msgid "Theme Name" msgstr "کوندې نوم" -#: gtk/gtksettings.c:285 +#: ../gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "" -#: gtk/gtksettings.c:293 +#: ../gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "انځورن کوندې نوم" -#: gtk/gtksettings.c:294 +#: ../gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "د انځورن ويينې نوم چې وکارول شي" -#: gtk/gtksettings.c:302 +#: ../gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "" -#: gtk/gtksettings.c:303 +#: ../gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "" -#: gtk/gtksettings.c:311 +#: ../gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "د کيلۍ ويينې نوم" -#: gtk/gtksettings.c:312 +#: ../gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "" -#: gtk/gtksettings.c:320 +#: ../gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "" -#: gtk/gtksettings.c:321 +#: ../gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "" -#: gtk/gtksettings.c:329 +#: ../gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "" -#: gtk/gtksettings.c:330 +#: ../gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "" -#: gtk/gtksettings.c:338 +#: ../gtk/gtksettings.c:338 msgid "Font Name" msgstr "د ليکبڼې نوم" -#: gtk/gtksettings.c:339 +#: ../gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "د تلوالې ليکبڼې نوم چې وکارول شي" -#: gtk/gtksettings.c:361 +#: ../gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "انځورن کچې" -#: gtk/gtksettings.c:362 +#: ../gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "" -#: gtk/gtksettings.c:370 +#: ../gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "" -#: gtk/gtksettings.c:371 +#: ../gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "" -#: gtk/gtksettings.c:380 +#: ../gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "" -#: gtk/gtksettings.c:381 +#: ../gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "" -#: gtk/gtksettings.c:390 +#: ../gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "" -#: gtk/gtksettings.c:391 +#: ../gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "" -#: gtk/gtksettings.c:400 +#: ../gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "" -#: gtk/gtksettings.c:401 +#: ../gtk/gtksettings.c:401 msgid "" "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "" -#: gtk/gtksettings.c:410 +#: ../gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "" -#: gtk/gtksettings.c:411 +#: ../gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "" -#: gtk/gtksettings.c:420 +#: ../gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "" -#: gtk/gtksettings.c:421 +#: ../gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" msgstr "" -#: gtk/gtksettings.c:430 +#: ../gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "ځري کوندې نوم" -#: gtk/gtksettings.c:431 +#: ../gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" msgstr "" -#: gtk/gtksettings.c:439 +#: ../gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "ځري کوندې کچ" -#: gtk/gtksettings.c:440 +#: ../gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "" -#: gtk/gtksettings.c:450 +#: ../gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "" -#: gtk/gtksettings.c:451 +#: ../gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" msgstr "" -#: gtk/gtksettings.c:468 +#: ../gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "" -#: gtk/gtksettings.c:469 +#: ../gtk/gtksettings.c:469 msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" msgstr "" -#: gtk/gtksettings.c:477 +#: ../gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "" -#: gtk/gtksettings.c:478 +#: ../gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" msgstr "" -#: gtk/gtksettings.c:486 +#: ../gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "" -#: gtk/gtksettings.c:487 +#: ../gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" msgstr "" -#: gtk/gtksettings.c:495 +#: ../gtk/gtksettings.c:495 msgid "Start timeout" msgstr "" -#: gtk/gtksettings.c:496 +#: ../gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "" -#: gtk/gtksettings.c:505 +#: ../gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "" -#: gtk/gtksettings.c:506 +#: ../gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "" -#: gtk/gtksettings.c:515 +#: ../gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "" -#: gtk/gtksettings.c:516 +#: ../gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "" -#: gtk/gtksettings.c:551 +#: ../gtk/gtksettings.c:551 msgid "Color scheme" msgstr "" -#: gtk/gtksettings.c:552 +#: ../gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "" -#: gtk/gtksettings.c:561 +#: ../gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "سېلن وړول" -#: gtk/gtksettings.c:562 +#: ../gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "" -#: gtk/gtksettings.c:580 +#: ../gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "" -#: gtk/gtksettings.c:581 +#: ../gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "" -#: gtk/gtksettings.c:598 +#: ../gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "" -#: gtk/gtksettings.c:599 +#: ../gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "" -#: gtk/gtksettings.c:624 +#: ../gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "" -#: gtk/gtksettings.c:625 +#: ../gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "" -#: gtk/gtksettings.c:646 +#: ../gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "" -#: gtk/gtksettings.c:647 +#: ../gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "" -#: gtk/gtksettings.c:666 +#: ../gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "" -#: gtk/gtksettings.c:667 +#: ../gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" msgstr "" -#: gtk/gtksettings.c:684 +#: ../gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "" -#: gtk/gtksettings.c:685 +#: ../gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "" -#: gtk/gtksettings.c:705 +#: ../gtk/gtksettings.c:705 msgid "Error Bell" msgstr "" -#: gtk/gtksettings.c:706 +#: ../gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "" -#: gtk/gtksettings.c:723 +#: ../gtk/gtksettings.c:723 msgid "Color Hash" msgstr "" -#: gtk/gtksettings.c:724 +#: ../gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "" -#: gtk/gtksettings.c:732 +#: ../gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "" -#: gtk/gtksettings.c:733 +#: ../gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "" -#: gtk/gtksettings.c:750 +#: ../gtk/gtksettings.c:750 msgid "Default print backend" msgstr "" -#: gtk/gtksettings.c:751 +#: ../gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "" -#: gtk/gtksettings.c:774 +#: ../gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "هغه تلواله بولۍ چې وځغلول شي کله چې د چاپ مخليد ښودل کيږي" -#: gtk/gtksettings.c:775 +#: ../gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "هغه بولۍ چې وځغلول شي کله چې د چاپ مخليد ښودل کيږي" -#: gtk/gtksettings.c:791 +#: ../gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "" -#: gtk/gtksettings.c:792 +#: ../gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "" -#: gtk/gtksettings.c:808 +#: ../gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "" -#: gtk/gtksettings.c:809 +#: ../gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "" -#: gtk/gtksettings.c:826 +#: ../gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "" -#: gtk/gtksettings.c:827 +#: ../gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "" -#: gtk/gtksettings.c:845 +#: ../gtk/gtksettings.c:845 msgid "Default IM module" msgstr "" -#: gtk/gtksettings.c:846 +#: ../gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "" -#: gtk/gtksettings.c:864 -#, fuzzy +#: ../gtk/gtksettings.c:864 msgid "Recent Files Max Age" -msgstr "اوسنی سمبالګر" +msgstr "" -#: gtk/gtksettings.c:865 +#: ../gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "" -#: gtk/gtksettings.c:874 +#: ../gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "" -#: gtk/gtksettings.c:875 +#: ../gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "" -#: gtk/gtksettings.c:897 -#, fuzzy +#: ../gtk/gtksettings.c:897 msgid "Sound Theme Name" -msgstr "انځورن کوندې نوم" +msgstr "" -#: gtk/gtksettings.c:898 -#, fuzzy +#: ../gtk/gtksettings.c:898 msgid "XDG sound theme name" -msgstr "ځري کوندې نوم" +msgstr "" #. Translators: this means sounds that are played as feedback to user input -#: gtk/gtksettings.c:920 +#: ../gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "" -#: gtk/gtksettings.c:921 +#: ../gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "" -#: gtk/gtksettings.c:942 -#, fuzzy +#: ../gtk/gtksettings.c:942 msgid "Enable Event Sounds" -msgstr "سېلن وړول" +msgstr "" -#: gtk/gtksettings.c:943 -#, fuzzy +#: ../gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" -msgstr "که چېرې بايد ستن وښودل شي" +msgstr "" -#: gtk/gtksettings.c:958 -#, fuzzy +#: ../gtk/gtksettings.c:958 msgid "Enable Tooltips" -msgstr "توک نکتې" +msgstr "" -#: gtk/gtksettings.c:959 -#, fuzzy +#: ../gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" -msgstr "که چېرې بايد ونه کرښې په ونه ليد کښې وانځورول شي" +msgstr "" -#: gtk/gtksizegroup.c:293 +#: ../gtk/gtksizegroup.c:293 msgid "Mode" msgstr "" -#: gtk/gtksizegroup.c:294 +#: ../gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" msgstr "" -#: gtk/gtksizegroup.c:310 +#: ../gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "پټ پرېښودل" -#: gtk/gtksizegroup.c:311 +#: ../gtk/gtksizegroup.c:311 msgid "" "If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "" -#: gtk/gtkspinbutton.c:209 +#: ../gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "" -#: gtk/gtkspinbutton.c:216 +#: ../gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "" -#: gtk/gtkspinbutton.c:236 +#: ../gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "" -#: gtk/gtkspinbutton.c:237 +#: ../gtk/gtkspinbutton.c:237 msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" msgstr "" -#: gtk/gtkspinbutton.c:244 +#: ../gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "" -#: gtk/gtkspinbutton.c:245 +#: ../gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "" -#: gtk/gtkspinbutton.c:252 +#: ../gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "نغاړل" -#: gtk/gtkspinbutton.c:253 +#: ../gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "" -#: gtk/gtkspinbutton.c:260 +#: ../gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "تګلار اوسمهالول" -#: gtk/gtkspinbutton.c:261 +#: ../gtk/gtkspinbutton.c:261 msgid "" "Whether the spin button should update always, or only when the value is legal" msgstr "" -#: gtk/gtkspinbutton.c:270 +#: ../gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "اوسنی ارزښت لولي، يا نوی ارزښت ټاکي" -#: gtk/gtkspinbutton.c:279 +#: ../gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "" -#: gtk/gtkstatusbar.c:141 +#: ../gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "" -#: gtk/gtkstatusbar.c:142 +#: ../gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "" -#: gtk/gtkstatusbar.c:187 +#: ../gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "" -#: gtk/gtkstatusicon.c:268 +#: ../gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "د انځورن کچه" -#: gtk/gtkstatusicon.c:278 +#: ../gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "" -#: gtk/gtkstatusicon.c:285 +#: ../gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "پړکېدنه" -#: gtk/gtkstatusicon.c:286 +#: ../gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "" -#: gtk/gtkstatusicon.c:294 +#: ../gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "" -#: gtk/gtkstatusicon.c:310 +#: ../gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "" -#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 +#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "" -#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 +#: ../gtk/gtkstatusicon.c:353 ../gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "توک نکته لري" -#: gtk/gtkstatusicon.c:354 -#, fuzzy +#: ../gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" -msgstr "که چېرې دا وړوکی بايد يو توک نکته ولري" +msgstr "" -#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 +#: ../gtk/gtkstatusicon.c:375 ../gtk/gtkwidget.c:653 msgid "Tooltip Text" -msgstr "توک نکته ليک" +msgstr "د توک نکتې ليکنه " -#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 +#: ../gtk/gtkstatusicon.c:376 ../gtk/gtkwidget.c:654 ../gtk/gtkwidget.c:675 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:674 msgid "Tooltip markup" msgstr "توک نکته نښيال" -#: gtk/gtkstatusicon.c:400 -#, fuzzy +#: ../gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" -msgstr "د دې وړوکي د توک نکتې منځپانګه" +msgstr "" -#: gtk/gtktable.c:129 +#: ../gtk/gtktable.c:129 msgid "Rows" msgstr "کيلونه" -#: gtk/gtktable.c:130 +#: ../gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "په لښتيال کښې د کيلونو شمېر" -#: gtk/gtktable.c:138 +#: ../gtk/gtktable.c:138 msgid "Columns" msgstr "ستنې" -#: gtk/gtktable.c:139 +#: ../gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "په لښتيال کښې د ستنو شمېر" -#: gtk/gtktable.c:147 +#: ../gtk/gtktable.c:147 msgid "Row spacing" msgstr "کيل تشونه" -#: gtk/gtktable.c:148 +#: ../gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "د دوه پرله پسې کيلونو ترمنځ د تشې کچ" -#: gtk/gtktable.c:156 +#: ../gtk/gtktable.c:156 msgid "Column spacing" msgstr "ستن تشونه" -#: gtk/gtktable.c:157 +#: ../gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "د دوه پرله پسې ستنو ترمنځ د تشې کچ" -#: gtk/gtktable.c:166 +#: ../gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "" -#: gtk/gtktable.c:173 +#: ../gtk/gtktable.c:173 msgid "Left attachment" msgstr "کيڼ نښلن" -#: gtk/gtktable.c:180 +#: ../gtk/gtktable.c:180 msgid "Right attachment" msgstr "ښي نښلن" -#: gtk/gtktable.c:181 +#: ../gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "" -#: gtk/gtktable.c:187 +#: ../gtk/gtktable.c:187 msgid "Top attachment" msgstr "پاس نښلن" -#: gtk/gtktable.c:188 +#: ../gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "" -#: gtk/gtktable.c:194 +#: ../gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "کوز نښلن" -#: gtk/gtktable.c:201 +#: ../gtk/gtktable.c:201 msgid "Horizontal options" msgstr "پراته غوراوي" -#: gtk/gtktable.c:202 +#: ../gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "" -#: gtk/gtktable.c:208 +#: ../gtk/gtktable.c:208 msgid "Vertical options" msgstr "نېغ غوراوي" -#: gtk/gtktable.c:209 +#: ../gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "" -#: gtk/gtktable.c:215 +#: ../gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "" -#: gtk/gtktable.c:216 +#: ../gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" msgstr "" -#: gtk/gtktable.c:222 +#: ../gtk/gtktable.c:222 msgid "Vertical padding" msgstr "" -#: gtk/gtktable.c:223 +#: ../gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" msgstr "" -#: gtk/gtktext.c:546 +#: ../gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "" -#: gtk/gtktext.c:554 +#: ../gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "" -#: gtk/gtktext.c:561 +#: ../gtk/gtktext.c:561 msgid "Line Wrap" msgstr "ليکې نغاړل" -#: gtk/gtktext.c:562 +#: ../gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "" -#: gtk/gtktext.c:569 +#: ../gtk/gtktext.c:569 msgid "Word Wrap" msgstr "ويې نغاړل" -#: gtk/gtktext.c:570 +#: ../gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "" -#: gtk/gtktextbuffer.c:180 +#: ../gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "" -#: gtk/gtktextbuffer.c:181 +#: ../gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "" -#: gtk/gtktextbuffer.c:199 +#: ../gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "" -#: gtk/gtktextbuffer.c:213 +#: ../gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "ټاکنه لري" -#: gtk/gtktextbuffer.c:214 +#: ../gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "" -#: gtk/gtktextbuffer.c:230 +#: ../gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "د ځري ځای" -#: gtk/gtktextbuffer.c:231 +#: ../gtk/gtktextbuffer.c:231 msgid "" "The position of the insert mark (as offset from the beginning of the buffer)" msgstr "" -#: gtk/gtktextbuffer.c:246 +#: ../gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "" -#: gtk/gtktextbuffer.c:247 +#: ../gtk/gtktextbuffer.c:247 msgid "" "The list of targets this buffer supports for clipboard copying and DND source" msgstr "" -#: gtk/gtktextbuffer.c:262 +#: ../gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "" -#: gtk/gtktextbuffer.c:263 +#: ../gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" msgstr "" -#: gtk/gtktextmark.c:90 +#: ../gtk/gtktextmark.c:90 msgid "Mark name" msgstr "نښې نوم" -#: gtk/gtktextmark.c:97 +#: ../gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "" -#: gtk/gtktextmark.c:98 +#: ../gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "" -#: gtk/gtktexttag.c:173 +#: ../gtk/gtktexttag.c:173 msgid "Tag name" msgstr "" -#: gtk/gtktexttag.c:174 +#: ../gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "" -#: gtk/gtktexttag.c:192 +#: ../gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "" -#: gtk/gtktexttag.c:199 +#: ../gtk/gtktexttag.c:199 msgid "Background full height" msgstr "" -#: gtk/gtktexttag.c:200 +#: ../gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" msgstr "" -#: gtk/gtktexttag.c:208 +#: ../gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "" -#: gtk/gtktexttag.c:209 +#: ../gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "" -#: gtk/gtktexttag.c:226 +#: ../gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "" -#: gtk/gtktexttag.c:234 +#: ../gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "" -#: gtk/gtktexttag.c:235 +#: ../gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "" -#: gtk/gtktexttag.c:242 +#: ../gtk/gtktexttag.c:242 msgid "Text direction" msgstr "د ليکنې لور" -#: gtk/gtktexttag.c:243 +#: ../gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "د ليکنې لور، لکه ښي-نه-کيڼ يا کيڼ-نه-ښي" -#: gtk/gtktexttag.c:292 +#: ../gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "" -#: gtk/gtktexttag.c:301 +#: ../gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" msgstr "" -#: gtk/gtktexttag.c:310 +#: ../gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" msgstr "" -#: gtk/gtktexttag.c:321 +#: ../gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "" -#: gtk/gtktexttag.c:330 +#: ../gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "" -#: gtk/gtktexttag.c:340 +#: ../gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " "such as PANGO_SCALE_X_LARGE" msgstr "" -#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 +#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "" -#: gtk/gtktexttag.c:379 +#: ../gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." msgstr "" -#: gtk/gtktexttag.c:386 +#: ../gtk/gtktexttag.c:386 msgid "Left margin" msgstr "کيڼه مورګه" -#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 +#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "د کيڼې مورګې پلنوالی په پېکسلو" -#: gtk/gtktexttag.c:396 +#: ../gtk/gtktexttag.c:396 msgid "Right margin" msgstr "ښي مورګه" -#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 +#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "د ښي مورګې پلنوالی په پېکسلو" -#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 +#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 msgid "Indent" msgstr "سرتشه" -#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 +#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "" -#: gtk/gtktexttag.c:419 +#: ../gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" msgstr "" -#: gtk/gtktexttag.c:428 +#: ../gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "د ليکو دپاسه پېکسلې" -#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 +#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "" -#: gtk/gtktexttag.c:438 +#: ../gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "د ليکو لاندې پېکسلې" -#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 +#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "" -#: gtk/gtktexttag.c:448 +#: ../gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "" -#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 +#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "" -#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 +#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 msgid "" "Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "" -#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 +#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 msgid "Tabs" msgstr "ټوپونه" -#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 +#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "د دې ليکنې لپاره دوديز ټوپونه" -#: gtk/gtktexttag.c:504 +#: ../gtk/gtktexttag.c:504 msgid "Invisible" msgstr "نه ښکارېدونکی" -#: gtk/gtktexttag.c:505 +#: ../gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr ".که چېرې دا ليکنه پټه وي" -#: gtk/gtktexttag.c:519 +#: ../gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "" -#: gtk/gtktexttag.c:520 +#: ../gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "" -#: gtk/gtktexttag.c:535 +#: ../gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "" -#: gtk/gtktexttag.c:536 +#: ../gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "" -#: gtk/gtktexttag.c:554 +#: ../gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "" -#: gtk/gtktexttag.c:555 +#: ../gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "" -#: gtk/gtktexttag.c:568 +#: ../gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "" -#: gtk/gtktexttag.c:569 +#: ../gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "" -#: gtk/gtktexttag.c:572 +#: ../gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "" -#: gtk/gtktexttag.c:573 +#: ../gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "" -#: gtk/gtktexttag.c:580 +#: ../gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "" -#: gtk/gtktexttag.c:581 +#: ../gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "" -#: gtk/gtktexttag.c:616 +#: ../gtk/gtktexttag.c:616 msgid "Justification set" msgstr "" -#: gtk/gtktexttag.c:617 +#: ../gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "" -#: gtk/gtktexttag.c:624 +#: ../gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "" -#: gtk/gtktexttag.c:625 +#: ../gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "" -#: gtk/gtktexttag.c:628 +#: ../gtk/gtktexttag.c:628 msgid "Indent set" msgstr "" -#: gtk/gtktexttag.c:629 +#: ../gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "" -#: gtk/gtktexttag.c:636 +#: ../gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "" -#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 +#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "" -#: gtk/gtktexttag.c:640 +#: ../gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "" -#: gtk/gtktexttag.c:644 +#: ../gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "" -#: gtk/gtktexttag.c:645 +#: ../gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "" -#: gtk/gtktexttag.c:652 +#: ../gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "" -#: gtk/gtktexttag.c:653 +#: ../gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "" -#: gtk/gtktexttag.c:660 +#: ../gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "" -#: gtk/gtktexttag.c:661 +#: ../gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "" -#: gtk/gtktexttag.c:664 +#: ../gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "" -#: gtk/gtktexttag.c:665 +#: ../gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "" -#: gtk/gtktexttag.c:668 +#: ../gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "" -#: gtk/gtktexttag.c:669 +#: ../gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "" -#: gtk/gtktexttag.c:672 +#: ../gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "" -#: gtk/gtktexttag.c:673 +#: ../gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "" -#: gtk/gtktextview.c:543 +#: ../gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "" -#: gtk/gtktextview.c:553 +#: ../gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "" -#: gtk/gtktextview.c:563 +#: ../gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "" -#: gtk/gtktextview.c:581 +#: ../gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "نغاړلو اکر" -#: gtk/gtktextview.c:599 +#: ../gtk/gtktextview.c:599 msgid "Left Margin" msgstr "کيڼه لمن" -#: gtk/gtktextview.c:609 +#: ../gtk/gtktextview.c:609 msgid "Right Margin" msgstr "ښي لمن" -#: gtk/gtktextview.c:637 +#: ../gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "ځری ښکارېدونکی" -#: gtk/gtktextview.c:638 +#: ../gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "" -#: gtk/gtktextview.c:645 +#: ../gtk/gtktextview.c:645 msgid "Buffer" msgstr "" -#: gtk/gtktextview.c:646 +#: ../gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "" -#: gtk/gtktextview.c:654 +#: ../gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "" -#: gtk/gtktextview.c:661 +#: ../gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "ټوپ مني" -#: gtk/gtktextview.c:662 +#: ../gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "" -#: gtk/gtktextview.c:691 +#: ../gtk/gtktextview.c:691 msgid "Error underline color" msgstr "" -#: gtk/gtktextview.c:692 +#: ../gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "" -#: gtk/gtktoggleaction.c:104 +#: ../gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "" -#: gtk/gtktoggleaction.c:105 +#: ../gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "" -#: gtk/gtktoggleaction.c:120 +#: ../gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "" -#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 +#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "" -#: gtk/gtktogglebutton.c:124 +#: ../gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "" -#: gtk/gtktogglebutton.c:131 +#: ../gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "" -#: gtk/gtktogglebutton.c:132 +#: ../gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "" -#: gtk/gtktoolbar.c:494 +#: ../gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "توکپټې ډول" -#: gtk/gtktoolbar.c:495 +#: ../gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "" -#: gtk/gtktoolbar.c:502 +#: ../gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "غشی ښودل" -#: gtk/gtktoolbar.c:503 +#: ../gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "" -#: gtk/gtktoolbar.c:518 +#: ../gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "توک نکتې" -#: gtk/gtktoolbar.c:519 +#: ../gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "" -#: gtk/gtktoolbar.c:541 +#: ../gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "په دې توکپټه کښې د انځورنو کچ" -#: gtk/gtktoolbar.c:556 +#: ../gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "" -#: gtk/gtktoolbar.c:557 +#: ../gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "" -#: gtk/gtktoolbar.c:566 +#: ../gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "" -#: gtk/gtktoolbar.c:574 +#: ../gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "" -#: gtk/gtktoolbar.c:581 +#: ../gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "" -#: gtk/gtktoolbar.c:582 +#: ../gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "" -#: gtk/gtktoolbar.c:591 +#: ../gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "" -#: gtk/gtktoolbar.c:599 +#: ../gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "" -#: gtk/gtktoolbar.c:600 +#: ../gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "" -#: gtk/gtktoolbar.c:608 +#: ../gtk/gtktoolbar.c:608 msgid "Space style" msgstr "تشه ډول" -#: gtk/gtktoolbar.c:609 +#: ../gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "" -#: gtk/gtktoolbar.c:616 +#: ../gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "" -#: gtk/gtktoolbar.c:617 +#: ../gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "" -#: gtk/gtktoolbar.c:624 +#: ../gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "" -#: gtk/gtktoolbar.c:630 +#: ../gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "توکپټې ډول" -#: gtk/gtktoolbar.c:631 +#: ../gtk/gtktoolbar.c:631 msgid "" "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" -#: gtk/gtktoolbar.c:637 +#: ../gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "توکپټې انځورن کچ" -#: gtk/gtktoolbar.c:638 +#: ../gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "په تلواله توکپټو کښې د انځورنو کچ" -#: gtk/gtktoolbutton.c:203 +#: ../gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr ".په توکي کښې د ښودلو لپاره ليکنه" -#: gtk/gtktoolbutton.c:210 +#: ../gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" msgstr "" -#: gtk/gtktoolbutton.c:217 +#: ../gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "" -#: gtk/gtktoolbutton.c:223 +#: ../gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "" -#: gtk/gtktoolbutton.c:224 +#: ../gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "" -#: gtk/gtktoolbutton.c:240 +#: ../gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "د انځورن نوم" -#: gtk/gtktoolbutton.c:241 +#: ../gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "" -#: gtk/gtktoolbutton.c:247 +#: ../gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "" -#: gtk/gtktoolbutton.c:248 +#: ../gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "" -#: gtk/gtktoolbutton.c:261 +#: ../gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "انځورن تشونه" -#: gtk/gtktoolbutton.c:262 +#: ../gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "" -#: gtk/gtktoolitem.c:191 +#: ../gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" msgstr "" -#: gtk/gtktreemodelsort.c:274 +#: ../gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "" -#: gtk/gtktreemodelsort.c:275 +#: ../gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "" -#: gtk/gtktreeview.c:570 +#: ../gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "" -#: gtk/gtktreeview.c:571 +#: ../gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "" -#: gtk/gtktreeview.c:579 +#: ../gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "" -#: gtk/gtktreeview.c:587 +#: ../gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "" -#: gtk/gtktreeview.c:594 +#: ../gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "" -#: gtk/gtktreeview.c:595 +#: ../gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "" -#: gtk/gtktreeview.c:602 +#: ../gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "" -#: gtk/gtktreeview.c:603 +#: ../gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "" -#: gtk/gtktreeview.c:610 +#: ../gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "" -#: gtk/gtktreeview.c:611 +#: ../gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "" -#: gtk/gtktreeview.c:626 +#: ../gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "" -#: gtk/gtktreeview.c:627 +#: ../gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "" -#: gtk/gtktreeview.c:634 +#: ../gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "پلټون وړول" -#: gtk/gtktreeview.c:635 +#: ../gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "" -#: gtk/gtktreeview.c:642 +#: ../gtk/gtktreeview.c:642 msgid "Search Column" msgstr "" -#: gtk/gtktreeview.c:643 +#: ../gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" msgstr "" -#: gtk/gtktreeview.c:663 +#: ../gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "" -#: gtk/gtktreeview.c:664 +#: ../gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "" -#: gtk/gtktreeview.c:684 +#: ../gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "" -#: gtk/gtktreeview.c:685 +#: ../gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "" -#: gtk/gtktreeview.c:704 +#: ../gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "" -#: gtk/gtktreeview.c:705 +#: ../gtk/gtktreeview.c:705 msgid "" "Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "" -#: gtk/gtktreeview.c:719 +#: ../gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "" -#: gtk/gtktreeview.c:720 +#: ../gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "" -#: gtk/gtktreeview.c:734 +#: ../gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "" -#: gtk/gtktreeview.c:735 +#: ../gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "" -#: gtk/gtktreeview.c:744 +#: ../gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "" -#: gtk/gtktreeview.c:745 +#: ../gtk/gtktreeview.c:745 msgid "" "Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "" -#: gtk/gtktreeview.c:752 +#: ../gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "کرښې وړول" -#: gtk/gtktreeview.c:753 +#: ../gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "که چېرې بايد کرښې په ونه ليد کښې وانځورول شي" -#: gtk/gtktreeview.c:761 +#: ../gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "ونه کرښې وړول" -#: gtk/gtktreeview.c:762 +#: ../gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "که چېرې بايد ونه کرښې په ونه ليد کښې وانځورول شي" -#: gtk/gtktreeview.c:770 +#: ../gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "" -#: gtk/gtktreeview.c:792 +#: ../gtk/gtktreeview.c:792 msgid "Vertical Separator Width" -msgstr "نېغ بېلند پلنوالی" +msgstr "د نېغ بېلوونکي پلنوالی" -#: gtk/gtktreeview.c:793 +#: ../gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "" -#: gtk/gtktreeview.c:801 +#: ../gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" -msgstr "پروت بېلند پلنوالی" +msgstr "د پروت بېلوونکي پلنوالی" -#: gtk/gtktreeview.c:802 +#: ../gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "" -#: gtk/gtktreeview.c:810 +#: ../gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "دوی پرېښل" -#: gtk/gtktreeview.c:811 +#: ../gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "" -#: gtk/gtktreeview.c:817 +#: ../gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "" -#: gtk/gtktreeview.c:818 +#: ../gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "" -#: gtk/gtktreeview.c:824 +#: ../gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "جوت کيل رنګ" -#: gtk/gtktreeview.c:825 +#: ../gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "د جوتو کيلونو لپاره کارېدونکی رنګ" -#: gtk/gtktreeview.c:831 +#: ../gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "تاک کيل رنګ" -#: gtk/gtktreeview.c:832 +#: ../gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "د تاکو کيلونو لپاره کارېدونکی رنګ" -#: gtk/gtktreeview.c:838 +#: ../gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "کيل پايونې خرتياوې" -#: gtk/gtktreeview.c:839 +#: ../gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "" -#: gtk/gtktreeview.c:845 +#: ../gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "د کرښو پلنوالی" -#: gtk/gtktreeview.c:846 +#: ../gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "" -#: gtk/gtktreeview.c:852 +#: ../gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "ونه کرښې پلنوالی" -#: gtk/gtktreeview.c:853 +#: ../gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "" -#: gtk/gtktreeview.c:859 +#: ../gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "سيخ کرښه بېلګه" -#: gtk/gtktreeview.c:860 +#: ../gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "" -#: gtk/gtktreeview.c:866 +#: ../gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "ونه کرښه بېلګه" -#: gtk/gtktreeview.c:867 +#: ../gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "" -#: gtk/gtktreeviewcolumn.c:192 +#: ../gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "که چېرې بايد ستن وښودل شي" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 +#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:537 msgid "Resizable" msgstr "بياکچېدونکی" -#: gtk/gtktreeviewcolumn.c:200 +#: ../gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "ستن کارن-بياکچېدونکی دی" -#: gtk/gtktreeviewcolumn.c:208 +#: ../gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "د ستن اوسنی پلنوالی" -#: gtk/gtktreeviewcolumn.c:217 +#: ../gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "هغه تشه چې د کيلونو ترمنځ ننويستل کيږي" -#: gtk/gtktreeviewcolumn.c:225 +#: ../gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "کچونه" -#: gtk/gtktreeviewcolumn.c:226 +#: ../gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "د ستن بياکچ اکر" -#: gtk/gtktreeviewcolumn.c:234 +#: ../gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "ټاکلی پلنوالی" -#: gtk/gtktreeviewcolumn.c:235 +#: ../gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "د ستن اوسنی " -#: gtk/gtktreeviewcolumn.c:244 +#: ../gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "ټولولږه پلنوالی" -#: gtk/gtktreeviewcolumn.c:245 +#: ../gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:254 +#: ../gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "" -#: gtk/gtktreeviewcolumn.c:255 +#: ../gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:265 +#: ../gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "هغه سرليک چې په ستن سرۍ کې ښکاريږي" -#: gtk/gtktreeviewcolumn.c:273 +#: ../gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "" -#: gtk/gtktreeviewcolumn.c:280 +#: ../gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "کېکاږل کېدونکی" -#: gtk/gtktreeviewcolumn.c:281 +#: ../gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "که چېرې سرۍ کېکاږل کېدی شي" -#: gtk/gtktreeviewcolumn.c:289 +#: ../gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "" -#: gtk/gtktreeviewcolumn.c:290 +#: ../gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "" -#: gtk/gtktreeviewcolumn.c:298 +#: ../gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "" -#: gtk/gtktreeviewcolumn.c:308 +#: ../gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "" -#: gtk/gtktreeviewcolumn.c:315 +#: ../gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "" -#: gtk/gtktreeviewcolumn.c:316 +#: ../gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "" -#: gtk/gtktreeviewcolumn.c:323 +#: ../gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "" -#: gtk/gtktreeviewcolumn.c:324 +#: ../gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "" -#: gtk/gtkuimanager.c:223 +#: ../gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "" -#: gtk/gtkuimanager.c:230 +#: ../gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "" -#: gtk/gtkuimanager.c:231 +#: ../gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "" -#: gtk/gtkviewport.c:107 +#: ../gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" msgstr "" -#: gtk/gtkviewport.c:115 +#: ../gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" msgstr "" -#: gtk/gtkviewport.c:123 +#: ../gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" msgstr "" -#: gtk/gtkwidget.c:483 +#: ../gtk/gtkwidget.c:483 msgid "Widget name" msgstr "وړوکي نوم" -#: gtk/gtkwidget.c:484 +#: ../gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "د وړوکي نوم" -#: gtk/gtkwidget.c:490 +#: ../gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "پلرينه وړوکی" -#: gtk/gtkwidget.c:491 +#: ../gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" msgstr "" -#: gtk/gtkwidget.c:498 +#: ../gtk/gtkwidget.c:498 msgid "Width request" msgstr "" -#: gtk/gtkwidget.c:499 +#: ../gtk/gtkwidget.c:499 msgid "" "Override for width request of the widget, or -1 if natural request should be " "used" msgstr "" -#: gtk/gtkwidget.c:507 +#: ../gtk/gtkwidget.c:507 msgid "Height request" msgstr "" -#: gtk/gtkwidget.c:508 +#: ../gtk/gtkwidget.c:508 msgid "" "Override for height request of the widget, or -1 if natural request should " "be used" msgstr "" -#: gtk/gtkwidget.c:517 +#: ../gtk/gtkwidget.c:517 msgid "Whether the widget is visible" msgstr "" -#: gtk/gtkwidget.c:524 +#: ../gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "" -#: gtk/gtkwidget.c:530 +#: ../gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "" -#: gtk/gtkwidget.c:531 +#: ../gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "" -#: gtk/gtkwidget.c:537 +#: ../gtk/gtkwidget.c:537 msgid "Can focus" msgstr "منځواله کېدی" -#: gtk/gtkwidget.c:538 +#: ../gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "که چېرې وړوکی بايد ننوتۍ منځواله ومنلی شي" -#: gtk/gtkwidget.c:544 +#: ../gtk/gtkwidget.c:544 msgid "Has focus" msgstr "منځواله لري" -#: gtk/gtkwidget.c:545 +#: ../gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "که چېرې وړوکی بايد ننوتۍ منځواله ولري" -#: gtk/gtkwidget.c:551 +#: ../gtk/gtkwidget.c:551 msgid "Is focus" msgstr "منځواله دی" -#: gtk/gtkwidget.c:552 +#: ../gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "" -#: gtk/gtkwidget.c:558 +#: ../gtk/gtkwidget.c:558 msgid "Can default" msgstr "تلواله کېدی" -#: gtk/gtkwidget.c:559 +#: ../gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "که چېرې وړوکی تلواله وړوکی کېدی شي" -#: gtk/gtkwidget.c:565 +#: ../gtk/gtkwidget.c:565 msgid "Has default" msgstr "تلواله لري" -#: gtk/gtkwidget.c:566 +#: ../gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "که چېرې بايد وړوکی تلواله وړوکی وي" -#: gtk/gtkwidget.c:572 +#: ../gtk/gtkwidget.c:572 msgid "Receives default" msgstr "تلواله نيسي" -#: gtk/gtkwidget.c:573 +#: ../gtk/gtkwidget.c:573 msgid "If TRUE, the widget will receive the default action when it is focused" msgstr "" -#: gtk/gtkwidget.c:579 +#: ../gtk/gtkwidget.c:579 msgid "Composite child" msgstr "مرکبه زوی" -#: gtk/gtkwidget.c:580 +#: ../gtk/gtkwidget.c:580 msgid "Whether the widget is part of a composite widget" msgstr "که چېرې بايد وړوکی د يو مرکبه وړوکي برخه وي" -#: gtk/gtkwidget.c:586 +#: ../gtk/gtkwidget.c:586 msgid "Style" msgstr "ډول" -#: gtk/gtkwidget.c:587 +#: ../gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" msgstr "" -#: gtk/gtkwidget.c:593 +#: ../gtk/gtkwidget.c:593 msgid "Events" msgstr "پېښه" -#: gtk/gtkwidget.c:594 +#: ../gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" msgstr "" -#: gtk/gtkwidget.c:601 +#: ../gtk/gtkwidget.c:601 msgid "Extension events" msgstr "شاتاړې پېښې" -#: gtk/gtkwidget.c:602 +#: ../gtk/gtkwidget.c:602 msgid "The mask that decides what kind of extension events this widget gets" msgstr "" -#: gtk/gtkwidget.c:609 +#: ../gtk/gtkwidget.c:609 msgid "No show all" msgstr "نه ټول ښودل" -#: gtk/gtkwidget.c:610 +#: ../gtk/gtkwidget.c:610 msgid "Whether gtk_widget_show_all() should not affect this widget" msgstr "بايد په دې وړوکي اغېزه ونه کړي gtk_widget_show_all() که چېرې" -#: gtk/gtkwidget.c:633 +#: ../gtk/gtkwidget.c:633 msgid "Whether this widget has a tooltip" msgstr "که چېرې دا وړوکی بايد يو توک نکته ولري" -#: gtk/gtkwidget.c:689 -#, fuzzy +#: ../gtk/gtkwidget.c:689 msgid "Window" -msgstr "کړکۍ ډول" +msgstr "کړکۍ" -#: gtk/gtkwidget.c:690 +#: ../gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "" -#: gtk/gtkwidget.c:2212 +#: ../gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "کورنۍ منځواله" -#: gtk/gtkwidget.c:2213 +#: ../gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "" -#: gtk/gtkwidget.c:2219 +#: ../gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "" -#: gtk/gtkwidget.c:2220 +#: ../gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "" -#: gtk/gtkwidget.c:2226 +#: ../gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "" -#: gtk/gtkwidget.c:2227 +#: ../gtk/gtkwidget.c:2227 msgid "Dash pattern used to draw the focus indicator" msgstr "" -#: gtk/gtkwidget.c:2232 +#: ../gtk/gtkwidget.c:2232 msgid "Focus padding" msgstr "" -#: gtk/gtkwidget.c:2233 +#: ../gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" msgstr "" -#: gtk/gtkwidget.c:2238 +#: ../gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "ځرى رنګ" -#: gtk/gtkwidget.c:2239 +#: ../gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "" -#: gtk/gtkwidget.c:2244 +#: ../gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "دويم ځری رنګ" -#: gtk/gtkwidget.c:2245 +#: ../gtk/gtkwidget.c:2245 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:2250 msgid "Cursor line aspect ratio" msgstr "" -#: gtk/gtkwidget.c:2251 +#: ../gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "" -#: gtk/gtkwidget.c:2265 +#: ../gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "بريد انځورول" -#: gtk/gtkwidget.c:2266 +#: ../gtk/gtkwidget.c:2266 msgid "Size of areas outside the widget's allocation to draw" msgstr "" -#: gtk/gtkwidget.c:2279 +#: ../gtk/gtkwidget.c:2279 msgid "Unvisited Link Color" msgstr "ناکتلي پېوندونو رنګ" -#: gtk/gtkwidget.c:2280 +#: ../gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "د ناکتلو پېوندونو رنګ" -#: gtk/gtkwidget.c:2293 +#: ../gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "کتلي پېوندونو رنګ" -#: gtk/gtkwidget.c:2294 +#: ../gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "د کتل شويو پېوندونو رنګ" -#: gtk/gtkwidget.c:2308 +#: ../gtk/gtkwidget.c:2308 msgid "Wide Separators" -msgstr "پلن بېلندونه" +msgstr "پلن بېلوونکي" -#: gtk/gtkwidget.c:2309 +#: ../gtk/gtkwidget.c:2309 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:2323 msgid "Separator Width" -msgstr "بېلند پلنوالی" +msgstr "د بېلوونکي پلنوالی" -#: gtk/gtkwidget.c:2324 +#: ../gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" -msgstr "سم وي wide-separators د بېلندو اوږدوالی که چېرې " +msgstr "سم وي wide-separators د بېلوونکو اوږدوالی که چېرې " -#: gtk/gtkwidget.c:2338 +#: ../gtk/gtkwidget.c:2338 msgid "Separator Height" -msgstr "بېلند اوږدوالی" +msgstr "د بېلوونکي اوږدوالی" -#: gtk/gtkwidget.c:2339 +#: ../gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" -msgstr "سم وي \"wide-separators\" د بېلندو اوږدوالی که چېرې " +msgstr "سم وي \"wide-separators\" د بېلوونکو اوږدوالی که چېرې " -#: gtk/gtkwidget.c:2353 +#: ../gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" -msgstr "پرتو رغښت غشو اوږدوالی" +msgstr "د پرتو رغښت غشو اوږدوالی" -#: gtk/gtkwidget.c:2354 +#: ../gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "د پرتو رغښت غشو اوږدوالی" -#: gtk/gtkwidget.c:2368 +#: ../gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "نېغو رغښت غشو اوږدوالی" -#: gtk/gtkwidget.c:2369 +#: ../gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "د نېغو رغښت غشو اوږدوالی" -#: gtk/gtkwindow.c:478 +#: ../gtk/gtkwindow.c:478 msgid "Window Type" msgstr "کړکۍ ډول" -#: gtk/gtkwindow.c:479 +#: ../gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "د کړکۍ ډول" -#: gtk/gtkwindow.c:487 +#: ../gtk/gtkwindow.c:487 msgid "Window Title" msgstr "کړکۍ سرليک" -#: gtk/gtkwindow.c:488 +#: ../gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "د کړکۍ سرليک" -#: gtk/gtkwindow.c:495 +#: ../gtk/gtkwindow.c:495 msgid "Window Role" msgstr "" -#: gtk/gtkwindow.c:496 +#: ../gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:512 +#: ../gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "پېلنګ پېژند" -#: gtk/gtkwindow.c:513 +#: ../gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" -#: gtk/gtkwindow.c:520 +#: ../gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "غونجول پرېښل" -#: gtk/gtkwindow.c:522 +#: ../gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "که چېرې سم وي، کړکۍ هېڅ ټولولږه کچ نه لري. دا سمول ۹۹٪ يو بد سوچ دی" -#: gtk/gtkwindow.c:529 +#: ../gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "لويول پرېښل" -#: gtk/gtkwindow.c:530 +#: ../gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:538 +#: ../gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "که چېرې سم وي، کارنان کړکۍ بياکچولی شي" -#: gtk/gtkwindow.c:545 +#: ../gtk/gtkwindow.c:545 msgid "Modal" msgstr "بېلګه" -#: gtk/gtkwindow.c:546 +#: ../gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -6776,166 +6724,166 @@ msgstr "" "که چېرې سم وي، کړکۍ به بېلګه وي (که دا کړکۍ (دپاسه وي نورې کړکۍ به کارېدونکي " "نه وي" -#: gtk/gtkwindow.c:553 +#: ../gtk/gtkwindow.c:553 msgid "Window Position" msgstr "د کړکۍ ځای" -#: gtk/gtkwindow.c:554 +#: ../gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "د کړکۍ لمړنی ځای" -#: gtk/gtkwindow.c:562 +#: ../gtk/gtkwindow.c:562 msgid "Default Width" msgstr "تلواله پلنوالی" -#: gtk/gtkwindow.c:563 +#: ../gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "د کړکۍ تلواله پلنوالی، لمړيو کښې د کړکۍ ښودلو لپاره کاريږي" -#: gtk/gtkwindow.c:572 +#: ../gtk/gtkwindow.c:572 msgid "Default Height" msgstr "تلواله لوړوالی" -#: gtk/gtkwindow.c:573 +#: ../gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "د کړکۍ تلواله اوږدوالی، لمړيو کښې د کړکۍ ښودلو لپاره کاريږي" -#: gtk/gtkwindow.c:582 +#: ../gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "پلرين سره ړنګول" -#: gtk/gtkwindow.c:583 +#: ../gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "که چېرې دا کړکۍ بايد وړنګيږي کله چې پلرينه يې وړنګيږي" -#: gtk/gtkwindow.c:591 +#: ../gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "دې کړکۍ لپاره انځورن" -#: gtk/gtkwindow.c:607 +#: ../gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "دې کړکۍ لپاره د وييني انځورن نوم" -#: gtk/gtkwindow.c:622 +#: ../gtk/gtkwindow.c:622 msgid "Is Active" msgstr "چارند دی" -#: gtk/gtkwindow.c:623 +#: ../gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:630 +#: ../gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:631 +#: ../gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:638 +#: ../gtk/gtkwindow.c:638 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:639 +#: ../gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:647 +#: ../gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "دندپټه پرېښودل" -#: gtk/gtkwindow.c:648 +#: ../gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:655 +#: ../gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:656 +#: ../gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:663 +#: ../gtk/gtkwindow.c:663 msgid "Urgent" msgstr "" -#: gtk/gtkwindow.c:664 +#: ../gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "" -#: gtk/gtkwindow.c:678 +#: ../gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "منځواله منل" -#: gtk/gtkwindow.c:679 +#: ../gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:693 +#: ../gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "" -#: gtk/gtkwindow.c:694 +#: ../gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" -#: gtk/gtkwindow.c:708 +#: ../gtk/gtkwindow.c:708 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:709 +#: ../gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:723 +#: ../gtk/gtkwindow.c:723 msgid "Deletable" msgstr "ړنګيدونکی" -#: gtk/gtkwindow.c:724 +#: ../gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "بايد د کړکۍ چوکاټ يوه بندول تڼۍ ولري که نه" -#: gtk/gtkwindow.c:740 +#: ../gtk/gtkwindow.c:740 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:741 +#: ../gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "" -#: gtk/gtkwindow.c:758 +#: ../gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "" -#: gtk/gtkwindow.c:759 +#: ../gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "" -#: gtk/gtkwindow.c:774 +#: ../gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "" -#: gtk/gtkwindow.c:775 +#: ../gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "" -#: modules/input/gtkimcontextxim.c:334 +#: ../modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "" -#: modules/input/gtkimcontextxim.c:335 +#: ../modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "" -#: modules/input/gtkimcontextxim.c:343 +#: ../modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "انکړ ډول IM" -#: modules/input/gtkimcontextxim.c:344 +#: ../modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "" From cedc4415b4d49371a70b869c13219d1177568469 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 18 Apr 2009 01:23:20 -0400 Subject: [PATCH 071/190] Add a GtkBuildable implementation to GtkAssistant Expose the action area as internal child, and support child properties. --- docs/reference/gtk/tmpl/gtkassistant.sgml | 10 +++ docs/reference/gtk/tmpl/gtkbuilder.sgml | 91 +++++++++---------- gtk/gtkassistant.c | 102 ++++++++++++++++++---- 3 files changed, 141 insertions(+), 62 deletions(-) diff --git a/docs/reference/gtk/tmpl/gtkassistant.sgml b/docs/reference/gtk/tmpl/gtkassistant.sgml index c921014392..ab00eee54c 100644 --- a/docs/reference/gtk/tmpl/gtkassistant.sgml +++ b/docs/reference/gtk/tmpl/gtkassistant.sgml @@ -10,6 +10,16 @@ A #GtkAssistant is a widget used to represent a generally complex operation splitted in several steps, guiding the user through its pages and controlling the page flow to collect the necessary data. +GtkAssistant as GtkBuildable + +The GtkAssistant implementation of the GtkBuildable interface exposes the +@action_area as internal children with the name "action_area". + + +To add pages to an assistant in GtkBuilder, simply add it as a <child> +to the GtkAssistant object, and set its child properties as necessary. + + diff --git a/docs/reference/gtk/tmpl/gtkbuilder.sgml b/docs/reference/gtk/tmpl/gtkbuilder.sgml index 09ee015f94..fe10530f82 100644 --- a/docs/reference/gtk/tmpl/gtkbuilder.sgml +++ b/docs/reference/gtk/tmpl/gtkbuilder.sgml @@ -7,46 +7,46 @@ Build an interface from an XML UI definition A GtkBuilder is an auxiliary object that reads textual descriptions -of a user interface and instantiates the described objects. To pass a -description to a GtkBuilder, call gtk_builder_add_from_file() or +of a user interface and instantiates the described objects. To pass a +description to a GtkBuilder, call gtk_builder_add_from_file() or gtk_builder_add_from_string(). These functions can be called multiple -times; the builder merges the content of all descriptions. +times; the builder merges the content of all descriptions. A GtkBuilder holds a reference to all objects that it has constructed -and drops these references when it is finalized. This finalization can -cause the destruction of non-widget objects or widgets which are not -contained in a toplevel window. For toplevel windows constructed by a -builder, it is the responsibility of the user to call gtk_widget_destroy() +and drops these references when it is finalized. This finalization can +cause the destruction of non-widget objects or widgets which are not +contained in a toplevel window. For toplevel windows constructed by a +builder, it is the responsibility of the user to call gtk_widget_destroy() to get rid of them and all the widgets they contain. The functions gtk_builder_get_object() and gtk_builder_get_objects() -can be used to access the widgets in the interface by the names assigned +can be used to access the widgets in the interface by the names assigned to them inside the UI description. Toplevel windows returned by these functions will stay around until the user explicitly destroys them -with gtk_widget_destroy(). Other widgets will either be part of a +with gtk_widget_destroy(). Other widgets will either be part of a larger hierarchy constructed by the builder (in which case you should -not have to worry about their lifecycle), or without a parent, in which -case they have to be added to some container to make use of them. +not have to worry about their lifecycle), or without a parent, in which +case they have to be added to some container to make use of them. Non-widget objects need to be reffed with g_object_ref() to keep them beyond the lifespan of the builder. -The function gtk_builder_connect_signals() and variants thereof can be -used to connect handlers to the named signals in the description. +The function gtk_builder_connect_signals() and variants thereof can be +used to connect handlers to the named signals in the description. GtkBuilder UI Definitions -GtkBuilder parses textual descriptions of user interfaces which -are specified in an XML format which can be roughly described -by the DTD below. We refer to these descriptions as +GtkBuilder parses textual descriptions of user interfaces which +are specified in an XML format which can be roughly described +by the DTD below. We refer to these descriptions as GtkBuilder UI definitions or just UI definitions if the context is clear. -Do not confuse GtkBuilder UI Definitions with -GtkUIManager UI Definitions, -which are more limited in scope. +Do not confuse GtkBuilder UI Definitions with +GtkUIManager UI Definitions, +which are more limited in scope. @@ -101,28 +101,28 @@ The builder will error out if the version requirements are not met. Typically, the specific kind of object represented by an <object> element is specified by the "class" attribute. If the type has not been loaded yet, GTK+ tries to find the -_get_type() from the class name by applying +_get_type() from the class name by applying heuristics. This works in most cases, but if necessary, it is -possible to specify the name of the _get_type() -explictly with the "type-func" attribute. As a special case, +possible to specify the name of the _get_type() +explictly with the "type-func" attribute. As a special case, GtkBuilder allows to use an object that has been constructed by a #GtkUIManager in another part of the UI definition by specifying the id of the #GtkUIManager in the "constructor" attribute and the name of the object in the "id" attribute. -Objects must be given a name with the "id" attribute, which -allows the application to retrieve them from the builder with -gtk_builder_get_object(). An id is also necessary to use the +Objects must be given a name with the "id" attribute, which +allows the application to retrieve them from the builder with +gtk_builder_get_object(). An id is also necessary to use the object as property value in other parts of the UI definition. Setting properties of objects is pretty straightforward with the <property> element: the "name" attribute specifies -the name of the property, and the content of the element -specifies the value. If the "translatable" attribute is +the name of the property, and the content of the element +specifies the value. If the "translatable" attribute is set to a true value, GTK+ uses gettext() (or dgettext() if -the builder has a translation domain set) to find a translation +the builder has a translation domain set) to find a translation for the value. This happens before the value is parsed, so it can be used for properties of any type, but it is probably most useful for string properties. It is also possible to @@ -134,16 +134,16 @@ GtkBuilder can parse textual representations for the most common property types: characters, strings, integers, floating-point numbers, booleans (strings like "TRUE", "t", "yes", "y", "1" are interpreted as %TRUE, strings like "FALSE, "f", "no", "n", "0" are -interpreted as %FALSE), enumerations (can be specified by their -name, nick or integer value), flags (can be specified by their name, -nick, integer value, optionally combined with "|", e.g. -"GTK_VISIBLE|GTK_REALIZED") and colors (in a format understood by -gdk_color_parse()). Objects can be referred to by their name. +interpreted as %FALSE), enumerations (can be specified by their +name, nick or integer value), flags (can be specified by their name, +nick, integer value, optionally combined with "|", e.g. +"GTK_VISIBLE|GTK_REALIZED") and colors (in a format understood by +gdk_color_parse()). Objects can be referred to by their name. Pixbufs can be specified as a filename of an image file to load. -In general, GtkBuilder allows forward references to objects — +In general, GtkBuilder allows forward references to objects — an object doesn't have to constructed before it can be referred to. The exception to this rule is that an object has to be constructed -before it can be used as the value of a construct-only property. +before it can be used as the value of a construct-only property. Signal handlers are set up with the <signal> element. @@ -152,25 +152,25 @@ The "name" attribute specifies the name of the signal, and the By default, GTK+ tries to find the handler using g_module_symbol(), but this can be changed by passing a custom #GtkBuilderConnectFunc to gtk_builder_connect_signals_full(). The remaining attributes, -"after", "swapped" and "object", have the same meaning as the +"after", "swapped" and "object", have the same meaning as the corresponding parameters of the g_signal_connect_object() or g_signal_connect_data() functions. A "last_modification_time" attribute is also allowed, but it does not have a meaning to the builder. Sometimes it is necessary to refer to widgets which have implicitly -been constructed by GTK+ as part of a composite widget, to set -properties on them or to add further children (e.g. the @vbox +been constructed by GTK+ as part of a composite widget, to set +properties on them or to add further children (e.g. the @vbox of a #GtkDialog). This can be achieved by setting the "internal-child" propery of the <child> element to a true value. Note that GtkBuilder still requires an <object> element for the internal child, even if it has already been constructed. -A number of widgets have different places where a child can be +A number of widgets have different places where a child can be added (e.g. tabs vs. page content in notebooks). This can be reflected in a UI definition by specifying the "type" attribute on a <child> -The possible values for the "type" attribute are described in +The possible values for the "type" attribute are described in the sections describing the widget-specific portions of UI definitions. @@ -205,11 +205,11 @@ their own XML DTD fragments for filling in the ANY placeholders in the DTD above. Note that a custom element in a <child> element gets parsed by the custom tag handler of the parent object, while a custom element in an <object> element -gets parsed by the custom tag handler of the object. +gets parsed by the custom tag handler of the object. These XML fragments are explained in the documentation of the -respective objects, see +respective objects, see GtkWidget, GtkLabel, GtkWindow, @@ -228,7 +228,8 @@ respective objects, see GtkTreeView, GtkUIManager, GtkActionGroup. -GtkMenuItem. +GtkMenuItem, +GtkAssistant. diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c index e469b5a282..317e3cdd9f 100644 --- a/gtk/gtkassistant.c +++ b/gtk/gtkassistant.c @@ -40,6 +40,7 @@ #include "gtkintl.h" #include "gtkprivate.h" +#include "gtkbuildable.h" #include "gtkalias.h" @@ -119,6 +120,23 @@ static void gtk_assistant_get_child_property (GtkContainer *container, static AtkObject *gtk_assistant_get_accessible (GtkWidget *widget); +static void gtk_assistant_buildable_interface_init (GtkBuildableIface *iface); +static GObject *gtk_assistant_buildable_get_internal_child (GtkBuildable *buildable, + GtkBuilder *builder, + const gchar *childname); +static gboolean gtk_assistant_buildable_custom_tag_start (GtkBuildable *buildable, + GtkBuilder *builder, + GObject *child, + const gchar *tagname, + GMarkupParser *parser, + gpointer *data); +static void gtk_assistant_buildable_custom_finished (GtkBuildable *buildable, + GtkBuilder *builder, + GObject *child, + const gchar *tagname, + gpointer user_data); + + enum { CHILD_PROP_0, @@ -141,7 +159,9 @@ enum static guint signals [LAST_SIGNAL] = { 0 }; -G_DEFINE_TYPE (GtkAssistant, gtk_assistant, GTK_TYPE_WINDOW) +G_DEFINE_TYPE_WITH_CODE (GtkAssistant, gtk_assistant, GTK_TYPE_WINDOW, + G_IMPLEMENT_INTERFACE (GTK_TYPE_BUILDABLE, + gtk_assistant_buildable_interface_init)) static void @@ -197,8 +217,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 ::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 * can do any preparation which are necessary before showing @page. * * Since: 2.10 @@ -2233,7 +2253,7 @@ gtk_assistant_accessible_ref_child (AtkObject *accessible, GtkWidget *widget, *child; gint n_pages; AtkObject *obj; - gchar *title; + const gchar *title; widget = GTK_ACCESSIBLE (accessible)->widget; if (!widget) @@ -2290,15 +2310,15 @@ gtk_assistant_accessible_get_type (void) GType derived_type; GTypeQuery query; GType derived_atk_type; - + derived_type = g_type_parent (GTK_TYPE_ASSISTANT); factory = atk_registry_get_factory (atk_get_default_registry (), derived_type); derived_atk_type = atk_object_factory_get_accessible_type (factory); g_type_query (derived_atk_type, &query); - - type = g_type_register_static_simple (derived_atk_type, - I_("GtkAssistantAccessible"), + + type = g_type_register_static_simple (derived_atk_type, + I_("GtkAssistantAccessible"), query.class_size, (GClassInitFunc) gtk_assistant_accessible_class_init, query.instance_size, @@ -2315,9 +2335,9 @@ gtk_assistant_accessible_new (GObject *obj) g_return_val_if_fail (GTK_IS_ASSISTANT (obj), NULL); - accessible = g_object_new (gtk_assistant_accessible_get_type (), NULL); + accessible = g_object_new (gtk_assistant_accessible_get_type (), NULL); atk_object_initialize (accessible, obj); - + return accessible; } @@ -2345,16 +2365,16 @@ gtk_assistant_accessible_factory_get_type (void) { static GType type = 0; - if (!type) + if (!type) { - type = g_type_register_static_simple (ATK_TYPE_OBJECT_FACTORY, + type = g_type_register_static_simple (ATK_TYPE_OBJECT_FACTORY, I_("GtkAssistantAccessibleFactory"), sizeof (AtkObjectFactoryClass), (GClassInitFunc) gtk_assistant_accessible_factory_class_init, sizeof (AtkObjectFactory), NULL, 0); } - + return type; } @@ -2363,12 +2383,12 @@ gtk_assistant_get_accessible (GtkWidget *widget) { static gboolean first_time = TRUE; - if (first_time) + if (first_time) { AtkObjectFactory *factory; AtkRegistry *registry; - GType derived_type; - GType derived_atk_type; + GType derived_type; + GType derived_atk_type; /* * Figure out whether accessibility is enabled by looking at the @@ -2383,7 +2403,7 @@ gtk_assistant_get_accessible (GtkWidget *widget) derived_atk_type = atk_object_factory_get_accessible_type (factory); if (g_type_is_a (derived_atk_type, GTK_TYPE_ACCESSIBLE)) { - atk_registry_set_factory_type (registry, + atk_registry_set_factory_type (registry, GTK_TYPE_ASSISTANT, gtk_assistant_accessible_factory_get_type ()); } @@ -2394,5 +2414,53 @@ gtk_assistant_get_accessible (GtkWidget *widget) } +static GtkBuildableIface *parent_buildable_iface; + +static void +gtk_assistant_buildable_interface_init (GtkBuildableIface *iface) +{ + parent_buildable_iface = g_type_interface_peek_parent (iface); + iface->get_internal_child = gtk_assistant_buildable_get_internal_child; + iface->custom_tag_start = gtk_assistant_buildable_custom_tag_start; + iface->custom_finished = gtk_assistant_buildable_custom_finished; +} + +static GObject * +gtk_assistant_buildable_get_internal_child (GtkBuildable *buildable, + GtkBuilder *builder, + const gchar *childname) +{ + if (strcmp (childname, "action_area") == 0) + return G_OBJECT (GTK_ASSISTANT (buildable)->priv->action_area); + + return parent_buildable_iface->get_internal_child (buildable, + builder, + childname); +} + +gboolean +gtk_assistant_buildable_custom_tag_start (GtkBuildable *buildable, + GtkBuilder *builder, + GObject *child, + const gchar *tagname, + GMarkupParser *parser, + gpointer *data) +{ + return parent_buildable_iface->custom_tag_start (buildable, builder, child, + tagname, parser, data); +} + +static void +gtk_assistant_buildable_custom_finished (GtkBuildable *buildable, + GtkBuilder *builder, + GObject *child, + const gchar *tagname, + gpointer user_data) +{ + parent_buildable_iface->custom_finished (buildable, builder, child, + tagname, user_data); +} + + #define __GTK_ASSISTANT_C__ #include "gtkaliasdef.c" From 5d1a16b74e2a3be91ec8fdfd8e5464967d37907a Mon Sep 17 00:00:00 2001 From: Deng Xiyue Date: Sat, 18 Apr 2009 07:41:45 +0200 Subject: [PATCH 072/190] Updated zh_CN translation --- po/zh_CN.po | 2087 ++++++++++++++++++++++++++------------------------- 1 file changed, 1047 insertions(+), 1040 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index 0865a15b9f..32d8031963 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -13,9 +13,10 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-03-12 16:45+0800\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" +"+&component=general\n" +"POT-Creation-Date: 2009-04-11 15:30+0000\n" +"PO-Revision-Date: 2009-04-12 01:44+0800\n" "Last-Translator: Deng Xiyue \n" "Language-Team: i18n-zh \n" "MIME-Version: 1.0\n" @@ -23,58 +24,58 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "解析选项 --gdk-debug 出错" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "解析选项 --gdk-no-debug 时出错" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "窗口管理器所使用的程序类" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "类" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "窗口管理其所使用的程序名" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "名称" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "要使用的 X 显示" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "显示" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "要使用的 X 屏幕" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "屏幕" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "要设置的 Gdk 调试标志" @@ -82,662 +83,669 @@ msgstr "要设置的 Gdk 调试标志" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "标志" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "要取消的 Gdk 调试标志" -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "退格" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "制表" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "回车" -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "暂停" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "滚动锁" -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "系统请求" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "退出" -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_key" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "左" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "上" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "右" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "下" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "向上翻页" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "向下翻页" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "打印" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "插入" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "数字锁" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Space" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Tab" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Enter" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP_Home" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP_Left" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP_Left" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP_Right" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP_Down" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_PageUp" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP_Prior" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_PageDown" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP_Next" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "KP_End" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP_Begin" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP_Insert" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP_Delete" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Delete" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "打开文件“%s”失败:%s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "图像文件“%s”没有内容" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "载入图像“%s”失败:原因未知,可能是图像文件已损坏" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " "animation file" msgstr "载入动画“%s”失败:原因未知,可能是动画文件已损坏" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "加载用来载入图像的模块失败:%s:%s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " "from a different GTK version?" msgstr "图像载入模块 %s 没有导出正确的接口;它是否属于另一个 GTK 版本?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "不支持图像类型“%s”" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "识别文件“%s”的图像文件格式失败" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "无法识别的图像文件格式" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "载入图像“%s”失败:%s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "写入图像文件时出错:%s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "此 gdk-pixbuf 不支持要保存的图像格式:%s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "内存不足以保存回调的图像" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "打开临时文件失败" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "从临时文件读取失败" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "打开“%s”进行写入失败:%s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" "s" msgstr "写入图像时无法关闭“%s”,可能没有保存数据:%s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "内存不足以将图像保存至缓冲区" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "写入图像流时出错" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " "but didn't give a reason for the failure" msgstr "内部错误:图像载入模块“%s”完成某操作失败,但没有给出任何原因" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "图像类型“%s”不支持渐进式载入" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "图像头损坏" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "图像格式未知" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "图像像素数据损坏" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "分配 %u 字节的图像缓冲区失败" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "动画中有未预期的图标块" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "不支持的动画类型" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "动画头无效" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "内存不足以载入动画" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "动画中的块格式错误" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "ANI 图像格式" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "BMP 图像有伪造的头数据" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "内存不足以载入位图图像" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "不支持的 BMP 图像头大小" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "无法压缩自上而下的 BMP 图像" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "文件过早结束" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "无法分配内存来保存 BMP 文件" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "无法写入 BMP 文件" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "BMP 图像格式" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "读入 GIF 失败:%s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "GIF 文件缺少了某些数据(可能文件被截短了?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "GIF 文件载入模块产生内部程序错误(%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "栈溢出" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "GIF 文件载入模块无法分析此图像。" -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "遇到了错误的代码" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "GIF 文件中的表项循环" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "内存不足以载入 GIF 文件" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "内存不足以构建 GIF 文件中的一帧" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "GIF 图像已损坏(不正确的 LZW 压缩数据)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "文件好像不是 GIF 文件" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "不支持 %s 版本的 GIF 文件格式" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." msgstr "GIF 图像没有全局色彩表,它其中的一帧也没有局部色彩表。" -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "GIF 文件被截断或是不完整。" -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "GIF 图像格式" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "图标头无效" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "内存不足以载入图标" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "图标宽度为零" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "图标高度为零" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "不支持压缩图标" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "不支持的图标类型" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "内存不足以载入 ICO 文件" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "图像太大,无法另存为 ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "光标热点位于图像外" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "不支持的 ICO 文件深度:%d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "ICO 图像格式" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "读入 ICNS 图像文件时发生错误:%s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "无法解码 ICNS 文件" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "ICNS 图像格式" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "无法为流分配内存" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "无法解码图像" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "已转换的 JPEG2000 的宽度或高度为零" -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "目前不支持该图像类型" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "无法为色彩配置分配内存" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "内存不足以打开 JPEG 2000 文件" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "无法为缓冲图像数据分配内存" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 图像格式" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "分析 JPEG 图像文件时出错(%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" msgstr "内存不足以载入图像,试试关闭其它应用程序来释放内存" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "不支持的 JPEG 色彩空间(%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "无法分配内存来载入 JPEG 文件" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "变形 JPEG 宽度或高度为零。" -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " "parsed." msgstr "JPEG 质量一定要在 0 至 100 之间;无法解析数值“%s”。" -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG 质量一定要在 0 至 100 之间;不允许使用数值“%d”。" -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG 图像格式" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "无法为头分配内存" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "无法为上下文缓冲区分配内存" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "图像的宽度和/或高度无效" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "图像有不支持的 bpp" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "图像有不支持的 %d 位色盘" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "无法创建新像素缓冲" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "无法为线形数据分配内存" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "无法为调色板数据分配内存" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "未获得 PCX 图像的全部线形" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "在 PCX 数据结尾未发现调色板" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "PCX 图像格式" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "PNG 图像的每通道位数无效。" -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "变形 PNG 宽度或高度为零。" -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "变形 PNG 每通道位数不是 8。" -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "变形 PNG 不是 RGB 或 RGBA。" -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "变形 PNG 含有不支持的通道数,必须是 3 或 4。" -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "PNG 图像文件里有严重错误:%s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "内存不足以载入 PNG 文件" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -745,448 +753,452 @@ msgid "" msgstr "" "内存不足以载入大小为 %ld x %ld 的图像;试试关闭其它应用程序以减少内存使用量" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "读入 PNG 图像文件时发生严重错误" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "读入 PNG 图像文件时发生严重错误:%s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "PNG 文本块的关键字必须至少有 1 个字符,最多有 79 个字符。" -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "PNG 文本块的关键字必须是 ASCII 字符。" -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " "be parsed." msgstr "PNG 压缩级别一定要在 0 至 9 之间;无法解析数值“%s”。" -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " "allowed." msgstr "PNG 压缩级别一定要在 0 至 9 之间;不允许使用数值“%d”。" -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "PNG 文本块 %s 的值无法转换为 ISO-8859-1 编码。" -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "PNG 图像格式" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "PNM 载入模块找不到要找的整数" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "PNM 文件的第一个字节不正确" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "PNG 文件不是以可识别的 PNM 副格式存储的" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "PNM 文件的图像宽度为 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "PNM 文件的图像高度为 0" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "PNM 文件中最大可用颜色数为 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "PNM 文件中最大可用颜色数过大" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "原始 PNM 图像类型无效" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "PNM 载入程序不支持这种 PNM 副格式" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "原始 PNM 格式在样本数据前精确需要一个空格" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "无法分配内存来载入 PNM 图像" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "内存不足以载入 PNM 的上下文结构" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "PNM 图像数据过早结束" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "内存不足以载入 PNM 文件" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "PNM/PBM/PGM/PPM 图像格式族" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "RAS 图像有伪造的头数据" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "RAS 图像类型未知" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "不支持的 RAS 图像变种" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "内存不足以载入 RAS 图像" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Sun 光栅图像格式" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "无法为 IOBuffer 结构分配内存" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "无法为 IOBuffer 数据分配内存" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "无法重新分配 IOBuffer 数据" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "无法为临时 IOBuffer 数据分配内存" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "无法分配新像素缓冲" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "无法分配色彩表结构" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "无法分配色彩表项" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "未预期的色彩表项位深" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "无法分配 TGA 头内存" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "TGA 图像尺寸无效" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "不支持 TGA 图像类型" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "无法为 TGA 上下文结构分配内存" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "文件中的数据超额" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Targa 图像格式" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "无法取得图像宽度(TIFF 文件损坏)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "无法取得图像高度(TIFF 文件损坏)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "TIFF 图像的宽度或高度为零" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "TIFF 图像的尺寸太大" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "内存不足以打开 TIFF 文件" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "载入 TIFF 文件里的 RGB 数据失败" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "打开 TIFF 图像失败" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "TIFFClose 操作失败" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "载入 TIFF 图像失败" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "保存 TIFF 图像失败" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "写入 TIFF 图像失败" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "无法写入 TIFF 文件" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "TIFF 图像格式" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "图像宽度为零" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "图像高度为零" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "内存不足以载入图像" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "无法保存剩余部分" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "WBMP 图像格式" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "XBM 文件无效" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "内存不足以载入 XBM 图像文件" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "载入 XBM 图像时无法写入临时文件" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "XBM 图像格式" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "找不到 XPM 头" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "无效的 XBM 头" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "XPM 文件图像宽度 <= 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "XPM 文件图像高度 <= 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM 每个像素占用的字节数目无效" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "XPM 文件图像颜色数目不正确" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "无法分配内存来载入 XPM 图像" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "无法读入 XPM 色彩表" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "载入 XPM 图像时写入临时文件失败" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "XPM 图像格式" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "EMF 图像格式" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "无法分配内存:%s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "无法创建流:%s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "无法搜索流:%s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "无法从流中读取:%s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "无法装入位图" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "无法装入元文件" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "不支持的 GDI+ 图像格式" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "无法保存" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "WMF 图像格式" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "不对 GDI 请求批处理" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "不使用 Wintab API 来支持 tablet" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "与 --no-wintab 相同" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "使用 Wintab API [默认]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "8 位模式调色板大小" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "颜色" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "同步调用 X" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "正在启动 %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "打开 %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "打开 %d 项" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "许可" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "程序的许可协议" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "致谢(_R)" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "许可(_L)" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "关于 %s" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "致谢" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "编写者" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "文档撰写者" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "翻译者" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "美工" @@ -1195,7 +1207,7 @@ msgstr "美工" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1205,7 +1217,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1215,7 +1227,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1225,7 +1237,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1235,7 +1247,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1245,37 +1257,37 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Space" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "\\" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "无效的类型函数:“%s”" +msgstr "无效的类型函数出现于第 %d 行:“%s”" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "重复的对象ID“%s”出现在第 %d 行(之前出现在第 %d 行)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "无效的根元素:“%s”" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "未处理的标记:“%s”" @@ -1289,7 +1301,7 @@ msgstr "未处理的标记:“%s”" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:YM" @@ -1297,7 +1309,7 @@ msgstr "calendar:YM" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1306,7 +1318,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1321,7 +1333,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1337,7 +1349,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1353,7 +1365,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1361,7 +1373,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "禁用" @@ -1370,112 +1382,112 @@ msgstr "禁用" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "新建加速键..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "拾取颜色" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "收到了无效的颜色数据\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." msgstr "在外围环中选择您要的颜色。在内部三角形中选择该颜色的明暗度。" -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." msgstr "单击滴管,然后点屏幕任何一处来选取该位置的颜色。" -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "色调(_H):" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "在色相环中的位置。" -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "饱和度(_S):" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "颜色的“深度”。" -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "值(_V):" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "颜色的亮度。" -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "红(_R):" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "颜色中的红色分量。" -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "绿(_G):" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "颜色中的绿色分量。" -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "蓝(_B):" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "颜色中的蓝色分量。" -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "透明度(_A):" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "颜色的透明度。" -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "颜色名称(_N):" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." msgstr "" "您可以在此栏输入 HTML 风格的十六进制颜色值,或是像“orange”这样的颜色名称。" -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "调色板(_P):" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "色相环" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1484,17 +1496,17 @@ msgstr "" "先前选中的颜色,相对于您正选中的颜色。您可以拖动此颜色到调色板,或拖动此颜色" "到下一个颜色样品格内以作为当前选中颜色。" -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." msgstr "您选择的颜色。您可以拖动此颜色到调色板并将之保存供以后使用。" -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "在此保存颜色(_S)" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1502,55 +1514,55 @@ msgstr "" "单击此调色板项可以将其变为当前颜色。要更改此项,请将颜色拖曳到此处,或者用鼠" "标右键单击之,然后选择“在此保存颜色”。" -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "颜色选择" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "输入法(_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "插入 Unicode 控制字符(_I)" -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "大写锁已打开" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "选择文件" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "桌面" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(无)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "其它..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "无法获取关于文件的信息" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "无法添加书签" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "无法删除书签" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "无法创建文件夹" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1558,11 +1570,11 @@ msgstr "" "无法创建文件夹,因为已经存在同名文件。请试着为文件夹使用不同的名称,或者先重" "命名文件。" -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "无效的文件名" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "无法显示文件夹内容" @@ -1570,226 +1582,226 @@ msgstr "无法显示文件夹内容" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%2$s 上的 %1$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "搜索" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "最近使用的" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "选择要显示的文件类型" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "将文件夹“%s”添加到书签" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "将当前文件夹添加到书签" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "将选中文件夹添加到书签" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "删除书签“%s”" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "删除" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "重命名..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "位置" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "位置(_R)" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "添加(_A)" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "将选中的文件夹添加到书签" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "删除(_R)" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "删除选中的书签" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "无法选择文件" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "添加到书签(_A)" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "显示隐藏文件(_H)" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "显示大小列(_S)" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "文件" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "名称" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "大小" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "修改日期" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "名称(_N):" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "浏览其它文件夹(_B)" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "输入文件名" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "创建文件夹(_L)" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "位置(_L):" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "保存于文件夹(_F):" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "创建于文件夹(_F):" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "无法更改为文件夹,因为该文件夹并非本地" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "快捷方式 %s 已经存在" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "快捷方式 %s 不存在" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "已经存在名为“%s”的文件。您是否想要替换?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "文件已经在“%s”中存在了。替换该文件将覆盖其中的内容。" -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "替换(_R)" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "无法开启搜索进程" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." msgstr "程序无法连接到索引守护进程。请确保它在运行。" -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "无法发送搜索请求" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "搜索(_S):" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "无法挂载 %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "输入新建文件夹的名称" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "未知" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "昨天于 %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "无效的路径" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "未找到匹配" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "唯一补全" @@ -1797,13 +1809,13 @@ msgstr "唯一补全" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "进行补全,但不唯一" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "正在补全..." @@ -1811,7 +1823,7 @@ msgstr "正在补全..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "只能选择本地文件" @@ -1819,41 +1831,41 @@ msgstr "只能选择本地文件" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "主机名不完整;请在其末尾加上“/”" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "路径不存在" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "创建目录“%s”时出错:%s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "文件夹" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "文件夹(_D)" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "文件(_F)" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "文件夹不可读:%s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1863,88 +1875,88 @@ msgstr "" "文件“%s”位于另一台(名为 %s)机器上,可能无法被本程序访问。\n" "您确定要选择它吗?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "新建文件夹(_N)" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "删除文件(_L)" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "重命名文件(_R)" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "文件夹名称“%s”含有不允许存在于文件名中的符号" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "新建文件夹" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "文件夹名称(_F):" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "创建(_R)" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "文件名“%s”中含有不允许存在于文件名中的符号" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "删除文件“%s”时出错:%s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "真的要删除文件“%s”吗?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "删除文件" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "将文件重命名为“%s”时出错:%s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "重命名文件“%s”时出错:%s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "将文件“%s”重命名为“%s”时出错:%s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "重命名文件" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "将文件“%s”重命名为:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "重命名(_R)" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "选择(_S):" -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1952,15 +1964,15 @@ msgid "" msgstr "" "文件名“%s”无法转换为 UTF-8。(请尝试设置环境变量 G_FILENAME_ENCODING):%s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "无效的 UTF-8" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "名称太长" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "无法转换文件名" @@ -1969,75 +1981,75 @@ msgstr "无法转换文件名" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "文件系统" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "无法获得根文件夹" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(空)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "拾取字体" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "字体" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "GNOME 字体测试" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "字体族(_F):" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "样式(_S):" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "大小(_Z):" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "预览(_P):" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "字体选择" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Gamma 值(_G)" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "载入图标时出错:%s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2049,139 +2061,139 @@ msgstr "" "您可以从下面的位置获得一个副本:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "图标“%s”未出现在主题中" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "载入图标失败" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "简单" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "系统" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "系统(%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "输入" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "没有扩展的输入设备" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "设备(_D):" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "禁用" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "屏幕" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "窗口" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "模式(_M):" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "轴" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "按键" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "力度(_P):" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "X 倾斜(_T):" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Y 倾斜(_I):" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "滚轮(_W):" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "无" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(禁用)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(未知)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "清除(_E)" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "复制 URL" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "无效的 URI" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "装入额外的 GTK+ 模块" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "模块" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "将警告变为严重" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "要设置的 GTK+ 调试标志" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "要取消的 GTK+ 调试标志" @@ -2190,65 +2202,66 @@ msgstr "要取消的 GTK+ 调试标志" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "无法打开显示:%s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "GTK+ 选项" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "显示 GTK+ 选项" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "连接(_N)" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "匿名连接(_A)" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "连接为用户(_S):" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "用户名(_U):" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "域(_D):" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "密码(_P):" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "立即忘记密码(_I)" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "记到注销之前(_L)" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "永远记住(_F)" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "第 %u 页" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "非法的页面设置文件" @@ -2258,11 +2271,11 @@ msgstr "非法的页面设置文件" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2270,15 +2283,15 @@ msgstr "" "任意打印机\n" "用于便携文档" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "毫米" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "英寸" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2293,88 +2306,88 @@ msgstr "" " 上:%s %s\n" " 下:%s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "管理自定义大小..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "格式(_F):" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "纸张大小(_P):" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "方向(_O):" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "页面设置" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "打印机边距..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "自定义大小 %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "管理自定义大小" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "宽度(_W):" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "高度(_H):" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "纸张大小" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "上(_T):" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "下(_B):" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "左(_L):" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "右(_R):" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "纸张边距" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "上一层路径" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "下一层路径" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "根文件系统" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "不可用" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "保存于文件夹(_S):" @@ -2382,181 +2395,176 @@ msgstr "保存于文件夹(_S):" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s 的打印作业 #%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "初始状态" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "准备打印" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "生成数据" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "发送数据" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "等候" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "塞纸" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "打印" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "完成" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "有错误完成" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "正在准备 %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "正在准备" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "正在打印 %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "创建打印预览时出错" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "最可能的原因是无法创建临时文件。" -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "调用预览出错" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "打印出错" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "应用程序" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "打印机脱机" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "缺纸" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "已暂停" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "需要用户干预" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "自定义大小" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "未找到打印机" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "CreateDC 的参数无效" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "从 StartDoc 出错" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "内存不足" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "PrintDlgEx 的参数无效" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "PrintDlgEx 的指针无效" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "PrintDlgEx 的句柄无效" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "未指定错误" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "打印机" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "位置" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "状态" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "范围" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "所有页面(_A)" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "当前页(_U)" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "页面(_E):" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2564,125 +2572,124 @@ msgstr "" "指定一个或多个页面范围,\n" "如:1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "页面(_E):" +msgstr "页面" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "副本" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "副本数(_S):" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "逐份(_O)" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "逆序(_R)" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "常规" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "页面顺序" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "从左至右" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "从右至左" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "布局" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "双面(_W):" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "每面页数(_S):" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "页面顺序(_D):" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "打印(_O):" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "全面页面" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "奇数页" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "偶数页" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "缩放(_A):" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "纸张" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "纸张类型(_T):" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "纸张来源(_S):" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "出纸器(_R):" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "任务细节" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "优先级(_O):" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "计费信息(_B):" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "打印文档" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "立即(_N)" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "于(_T):" @@ -2690,125 +2697,125 @@ msgstr "于(_T):" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -"指定显示时间,\n" +"指定打印时间,\n" "例如 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "打印时间" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "等待(_H)" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "保持任务直到其被显式释放" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "添加封面页" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "封面(_F):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "封底(_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "任务" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "高级" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "图像质量" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "颜色" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "完成" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "对话框中的某些设置冲突" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "打印" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "找不到包含文件:“%s”" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "无法在像素图路径中找到图像文件:“%s”" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "此函数尚未在“%s”类的部件上实现" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "选择要显示的文档类型" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "URI“%s”未找到项目" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "无标题过滤器" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "无法删除项目" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "无法清除列表" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "复制位置(_L)" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "从列表中删除(_R)" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "清除列表(_C)" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "显示私有资源(_P)" @@ -2822,21 +2829,21 @@ msgstr "显示私有资源(_P)" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "未找到项目" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "最近使用过的资源中没有找到 URI“%s”" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "打开“%s”" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "未知项" @@ -2845,7 +2852,7 @@ msgstr "未知项" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2854,37 +2861,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "找不到 URI 为“%s”的一项" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "信息" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "警告" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "错误" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "问题" @@ -2892,691 +2899,691 @@ msgstr "问题" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "关于(_A)" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "添加(_A)" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "应用(_A)" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "粗体(_B)" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "取消(_C)" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "CD-ROM(_C)" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "清除(_C)" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "关闭(_C)" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "连接(_O)" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "转换(_C)" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "复制(_C)" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "剪切(_T)" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "删除(_D)" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "放弃(_D)" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "断开连接(_D)" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "执行(_E)" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "编辑(_E)" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "查找(_F)" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "查找并替换(_R)" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "软盘(_F)" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "全屏(_F)" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "离开全屏(_L)" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "到底部(_B)" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "到第一页(_F)" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "到最后一页(_L)" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "到顶部(_T)" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "后退(_B)" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "向下(_D)" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "前进(_F)" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "向上(_U)" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "硬盘(_H)" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "帮助(_H)" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "主文件夹(_H)" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "增加缩进" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "减少缩进" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "索引(_I)" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "信息(_I)" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "斜体(_I)" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "跳至(_J)" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "居中(_C)" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "两端对齐(_F)" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "左对齐(_L)" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "右对齐(_R)" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "前进(_F)" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "下首(_N)" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "暂停(_A)" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "播放(_P)" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "上首(_V)" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "录制(_R)" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "快退(_E)" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "停止(_S)" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "网络(_N)" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "新建(_N)" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "否(_N)" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "确定(_O)" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "打开(_O)" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "横向" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "纵向" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "横向翻转" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "纵向翻转" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "页面设置(_U)" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "粘贴(_P)" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "首选项(_P)" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "打印(_P)" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "打印预览(_V)" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "属性(_P)" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "退出(_Q)" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "重做(_R)" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "刷新(_R)" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "删除(_R)" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "还原(_R)" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "保存(_S)" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "另存为(_A)" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "全选(_A)" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "颜色(_C)" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "字体(_F)" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "升序(_A)" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "降序(_D)" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "拼写检查(_S)" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "停止(_S)" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "删除线(_S)" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "取消删除(_U)" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "下划线(_U)" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "撤消(_U)" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "是(_Y)" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "普通大小(_N)" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "最适合(_F)" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "放大(_I)" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "缩小(_O)" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "试图反序列化 %s 时发生未知错误" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "格式 %s 未找到反序列化函数" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "<%s> 元素同时找到了“id”和“name”" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "<%s> 元素找到了两次“%s”属性" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "<%s> 元素的 id“%s”无效" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "<%s> 元素既没有“name”也没有“id”属性" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "在同一个 <%2$s> 元素中重复了两次“%1$s”属性" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "此上下文中 <%2$s> 元素的属性“%1$s”非法" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "标签“%s”未定义。" -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "发现匿名标签,不能创建标签。" -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "标签“%s”不存在于缓存中,不能创建标签。" -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "元素 <%s> 不允许位于 <%s> 下方" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "“%s”不是合法的属性类型" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "“%s”不是合法的属性名称" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "“%s”不能被转换为“%s”类型的值,此值用于属性“%s”" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "“%s”不是属性“%s”的合法的值" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "标签“%s”已经定义" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "标签“%s”的优先级“%s”非法" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "文本最外层元素应当为 而不是 <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "已经指定了 <%s> 元素" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr " 元素不能出现在 元素之前" -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "序列化数据格式不对" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "序列化数据格式不对。第一节应该是 GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM 从左至右记号(_L)" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM 从右至左记号(_R)" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE 从左至右嵌入(_E)" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE 从右至左嵌入(_M)" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO 从左至右覆盖(_O)" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO 从右至左覆盖(_V)" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF 弹出方向格式化(_P)" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS 零宽度空格(_Z)" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ 零宽度接合(_J)" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ 零宽度非接合(_N)" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "无法在模块路径中找到主题引擎:“%s”," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- 无提示 ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "在第%2$d行第%3$d个字符处有未预期的开始标签“%1$s”" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "在第%d行第%d个字符处有未预期的字符" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "空" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "卷" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "打开或关闭音量" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "调整音量" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "降低音量" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "减少音量" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "提高音量" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "增加音量" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "静音" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "最大音量" @@ -3585,927 +3592,927 @@ msgstr "最大音量" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "DL 信封" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Choukei 2 信封" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Choukei 3 信封" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Choukei 4 信封" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (明信片)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "kahu 信封" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "kaku2 信封" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (明信片回复)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "you4 信封" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "6x9 英寸信封" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "7x9 英寸信封" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "9x11 英寸信封" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "a2 信封" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "c5 信封" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "European edp" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold European" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold German Legal" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government Legal" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government Letter" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Index 3x5" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (明信片)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Index 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Invoice" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Monarch Envelope" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "10 号信封" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "11 号信封" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "12 号信封" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "14 号信封" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "9 号信封" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "个人信封" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "宽格式" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Invite Envelope" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "意大利信封" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Postfix 信封" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "小照片" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "中国一号信封" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "中国十号信封" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "十六开" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "中国二号信封" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "中国三号信封" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "三十二开" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "中国四号信封" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "中国五号信封" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "中国六号信封" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "中国七号信封" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "中国八号信封" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "十六开" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "八开" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "符号链接“%s”和“%s”所用的 idatas 不同\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "写入头失败\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "写入哈希表失败\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "写入目录索引失败\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "重写头失败\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "打开文件 %s 失败:%s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "写入缓存文件失败:%s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "生成的缓存非法。\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "无法将 %s 重命名为 %s:%s,请删除 %s。\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "无法将 %s 重命名为 %s:%s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "无法将 %s 重命名回 %s:%s\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "缓存文件创建成功。\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "覆盖已有缓存,即使它已是最新" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "不检查已有的 index.theme" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "不再缓存中包含图像数据" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "输出 C 头文件" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "关闭详细输出" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "验证已有的图标缓存" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "文件未找到:%s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "非法图标缓存:%s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "无主题索引文件。" -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4515,271 +4522,271 @@ msgstr "" "如果您真的想要在此创建图标缓存,请使用 --ignore-theme-index。\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "阿姆哈拉语(EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "变音符" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "西里尔语(音译)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "因纽特语(音译)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Multipress" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "泰国-老挝" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "厄立特里亚提格里尼亚语(EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "埃塞俄比亚提格里尼亚语(EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "越南语(VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "X 输入法" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "打印机“%s”墨量低。" -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "打印机“%s”墨用完了" #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "打印机“%s”显影剂量低" #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "打印机“%s”显影剂用完了" #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "打印机“%s”至少有一个彩色墨量低" #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "打印机“%s”至少有一种彩色墨用完了" -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "打印机“%s”的盖子未关。" -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "打印机“%s”的盖子被打开了。" -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "打印机“%s”纸快用完了。" -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "打印机“%s”缺纸。" -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "打印机“%s”目前脱机。" -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "打印机“%s”可能无法连接。" -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "打印机“%s”可能有问题。" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "暂停;拒绝任务" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "拒绝任务" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "双面" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "纸张类型" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "纸张来源" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "出纸器" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "解决方案" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "GhostScript 预过滤" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "单面" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "长边(标准)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "短边(翻转)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "自动选择" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "打印机默认" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "只嵌入 GhostScript 字体" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "转换到 PS 1级" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "转换到 PS 2级" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "无预过滤" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "杂项" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "紧急" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "高" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "中" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "低" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "从左到右,从上到下" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "从左到右,从下到上" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "从右到左,从上到下" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "从右到左,从下到上" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "从上到下,从左到右" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "从上到下,从右到左" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "从下到上,从左到右" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "从下到上,从右到左" @@ -4787,66 +4794,66 @@ msgstr "从下到上,从右到左" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "每张页数" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "任务优先级" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "计费信息" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "无" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "已分类" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "机密" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "秘密" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "标准" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "绝密" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "未分类" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "封面" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "封底" @@ -4854,14 +4861,14 @@ msgstr "封底" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "打印于" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "在指定时间打印" @@ -4869,65 +4876,65 @@ msgstr "在指定时间打印" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "自定义 %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "output.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "打印到文件" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "每张页数(_S):" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "文件" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "输出格式(_O)" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "打印到 LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "每张页数" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "命令行" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "test-output.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "打印到测试打印机" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "无法获得文件“%s”的信息:%s" From fbfea09f37d4569e2d6542d701a4def859213908 Mon Sep 17 00:00:00 2001 From: Deng Xiyue Date: Sat, 18 Apr 2009 07:44:44 +0200 Subject: [PATCH 073/190] Updated zh_CN translation --- po/zh_CN.po | 2087 ++++++++++++++++++++++++++------------------------- 1 file changed, 1047 insertions(+), 1040 deletions(-) diff --git a/po/zh_CN.po b/po/zh_CN.po index 0865a15b9f..32d8031963 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -13,9 +13,10 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-03-12 16:45+0800\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" +"+&component=general\n" +"POT-Creation-Date: 2009-04-11 15:30+0000\n" +"PO-Revision-Date: 2009-04-12 01:44+0800\n" "Last-Translator: Deng Xiyue \n" "Language-Team: i18n-zh \n" "MIME-Version: 1.0\n" @@ -23,58 +24,58 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "解析选项 --gdk-debug 出错" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "解析选项 --gdk-no-debug 时出错" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "窗口管理器所使用的程序类" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "类" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "窗口管理其所使用的程序名" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "名称" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "要使用的 X 显示" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "显示" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "要使用的 X 屏幕" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "屏幕" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "要设置的 Gdk 调试标志" @@ -82,662 +83,669 @@ msgstr "要设置的 Gdk 调试标志" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "标志" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "要取消的 Gdk 调试标志" -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "退格" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "制表" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "回车" -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "暂停" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "滚动锁" -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "系统请求" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "退出" -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_key" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "左" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "上" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "右" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "下" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "向上翻页" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "向下翻页" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "打印" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "插入" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "数字锁" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Space" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Tab" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Enter" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP_Home" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP_Left" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP_Left" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP_Right" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP_Down" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_PageUp" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP_Prior" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_PageDown" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP_Next" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "KP_End" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP_Begin" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP_Insert" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP_Delete" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Delete" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "打开文件“%s”失败:%s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "图像文件“%s”没有内容" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "载入图像“%s”失败:原因未知,可能是图像文件已损坏" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " "animation file" msgstr "载入动画“%s”失败:原因未知,可能是动画文件已损坏" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "加载用来载入图像的模块失败:%s:%s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " "from a different GTK version?" msgstr "图像载入模块 %s 没有导出正确的接口;它是否属于另一个 GTK 版本?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "不支持图像类型“%s”" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "识别文件“%s”的图像文件格式失败" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "无法识别的图像文件格式" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "载入图像“%s”失败:%s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "写入图像文件时出错:%s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "此 gdk-pixbuf 不支持要保存的图像格式:%s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "内存不足以保存回调的图像" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "打开临时文件失败" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "从临时文件读取失败" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "打开“%s”进行写入失败:%s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" "s" msgstr "写入图像时无法关闭“%s”,可能没有保存数据:%s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "内存不足以将图像保存至缓冲区" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "写入图像流时出错" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " "but didn't give a reason for the failure" msgstr "内部错误:图像载入模块“%s”完成某操作失败,但没有给出任何原因" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "图像类型“%s”不支持渐进式载入" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "图像头损坏" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "图像格式未知" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "图像像素数据损坏" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "分配 %u 字节的图像缓冲区失败" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "动画中有未预期的图标块" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "不支持的动画类型" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "动画头无效" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "内存不足以载入动画" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "动画中的块格式错误" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "ANI 图像格式" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "BMP 图像有伪造的头数据" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "内存不足以载入位图图像" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "不支持的 BMP 图像头大小" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "无法压缩自上而下的 BMP 图像" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "文件过早结束" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "无法分配内存来保存 BMP 文件" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "无法写入 BMP 文件" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "BMP 图像格式" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "读入 GIF 失败:%s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "GIF 文件缺少了某些数据(可能文件被截短了?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "GIF 文件载入模块产生内部程序错误(%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "栈溢出" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "GIF 文件载入模块无法分析此图像。" -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "遇到了错误的代码" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "GIF 文件中的表项循环" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "内存不足以载入 GIF 文件" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "内存不足以构建 GIF 文件中的一帧" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "GIF 图像已损坏(不正确的 LZW 压缩数据)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "文件好像不是 GIF 文件" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "不支持 %s 版本的 GIF 文件格式" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." msgstr "GIF 图像没有全局色彩表,它其中的一帧也没有局部色彩表。" -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "GIF 文件被截断或是不完整。" -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "GIF 图像格式" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "图标头无效" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "内存不足以载入图标" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "图标宽度为零" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "图标高度为零" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "不支持压缩图标" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "不支持的图标类型" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "内存不足以载入 ICO 文件" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "图像太大,无法另存为 ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "光标热点位于图像外" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "不支持的 ICO 文件深度:%d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "ICO 图像格式" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "读入 ICNS 图像文件时发生错误:%s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "无法解码 ICNS 文件" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "ICNS 图像格式" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "无法为流分配内存" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "无法解码图像" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "已转换的 JPEG2000 的宽度或高度为零" -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "目前不支持该图像类型" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "无法为色彩配置分配内存" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "内存不足以打开 JPEG 2000 文件" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "无法为缓冲图像数据分配内存" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 图像格式" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "分析 JPEG 图像文件时出错(%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" msgstr "内存不足以载入图像,试试关闭其它应用程序来释放内存" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "不支持的 JPEG 色彩空间(%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "无法分配内存来载入 JPEG 文件" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "变形 JPEG 宽度或高度为零。" -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " "parsed." msgstr "JPEG 质量一定要在 0 至 100 之间;无法解析数值“%s”。" -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG 质量一定要在 0 至 100 之间;不允许使用数值“%d”。" -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG 图像格式" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "无法为头分配内存" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "无法为上下文缓冲区分配内存" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "图像的宽度和/或高度无效" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "图像有不支持的 bpp" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "图像有不支持的 %d 位色盘" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "无法创建新像素缓冲" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "无法为线形数据分配内存" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "无法为调色板数据分配内存" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "未获得 PCX 图像的全部线形" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "在 PCX 数据结尾未发现调色板" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "PCX 图像格式" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "PNG 图像的每通道位数无效。" -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "变形 PNG 宽度或高度为零。" -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "变形 PNG 每通道位数不是 8。" -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "变形 PNG 不是 RGB 或 RGBA。" -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "变形 PNG 含有不支持的通道数,必须是 3 或 4。" -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "PNG 图像文件里有严重错误:%s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "内存不足以载入 PNG 文件" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -745,448 +753,452 @@ msgid "" msgstr "" "内存不足以载入大小为 %ld x %ld 的图像;试试关闭其它应用程序以减少内存使用量" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "读入 PNG 图像文件时发生严重错误" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "读入 PNG 图像文件时发生严重错误:%s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "PNG 文本块的关键字必须至少有 1 个字符,最多有 79 个字符。" -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "PNG 文本块的关键字必须是 ASCII 字符。" -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " "be parsed." msgstr "PNG 压缩级别一定要在 0 至 9 之间;无法解析数值“%s”。" -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " "allowed." msgstr "PNG 压缩级别一定要在 0 至 9 之间;不允许使用数值“%d”。" -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "PNG 文本块 %s 的值无法转换为 ISO-8859-1 编码。" -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "PNG 图像格式" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "PNM 载入模块找不到要找的整数" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "PNM 文件的第一个字节不正确" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "PNG 文件不是以可识别的 PNM 副格式存储的" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "PNM 文件的图像宽度为 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "PNM 文件的图像高度为 0" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "PNM 文件中最大可用颜色数为 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "PNM 文件中最大可用颜色数过大" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "原始 PNM 图像类型无效" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "PNM 载入程序不支持这种 PNM 副格式" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "原始 PNM 格式在样本数据前精确需要一个空格" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "无法分配内存来载入 PNM 图像" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "内存不足以载入 PNM 的上下文结构" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "PNM 图像数据过早结束" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "内存不足以载入 PNM 文件" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "PNM/PBM/PGM/PPM 图像格式族" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "RAS 图像有伪造的头数据" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "RAS 图像类型未知" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "不支持的 RAS 图像变种" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "内存不足以载入 RAS 图像" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Sun 光栅图像格式" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "无法为 IOBuffer 结构分配内存" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "无法为 IOBuffer 数据分配内存" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "无法重新分配 IOBuffer 数据" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "无法为临时 IOBuffer 数据分配内存" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "无法分配新像素缓冲" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "无法分配色彩表结构" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "无法分配色彩表项" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "未预期的色彩表项位深" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "无法分配 TGA 头内存" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "TGA 图像尺寸无效" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "不支持 TGA 图像类型" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "无法为 TGA 上下文结构分配内存" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "文件中的数据超额" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Targa 图像格式" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "无法取得图像宽度(TIFF 文件损坏)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "无法取得图像高度(TIFF 文件损坏)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "TIFF 图像的宽度或高度为零" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "TIFF 图像的尺寸太大" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "内存不足以打开 TIFF 文件" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "载入 TIFF 文件里的 RGB 数据失败" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "打开 TIFF 图像失败" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "TIFFClose 操作失败" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "载入 TIFF 图像失败" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "保存 TIFF 图像失败" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "写入 TIFF 图像失败" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "无法写入 TIFF 文件" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "TIFF 图像格式" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "图像宽度为零" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "图像高度为零" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "内存不足以载入图像" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "无法保存剩余部分" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "WBMP 图像格式" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "XBM 文件无效" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "内存不足以载入 XBM 图像文件" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "载入 XBM 图像时无法写入临时文件" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "XBM 图像格式" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "找不到 XPM 头" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "无效的 XBM 头" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "XPM 文件图像宽度 <= 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "XPM 文件图像高度 <= 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM 每个像素占用的字节数目无效" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "XPM 文件图像颜色数目不正确" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "无法分配内存来载入 XPM 图像" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "无法读入 XPM 色彩表" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "载入 XPM 图像时写入临时文件失败" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "XPM 图像格式" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "EMF 图像格式" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "无法分配内存:%s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "无法创建流:%s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "无法搜索流:%s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "无法从流中读取:%s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "无法装入位图" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "无法装入元文件" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "不支持的 GDI+ 图像格式" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "无法保存" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "WMF 图像格式" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "不对 GDI 请求批处理" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "不使用 Wintab API 来支持 tablet" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "与 --no-wintab 相同" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "使用 Wintab API [默认]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "8 位模式调色板大小" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "颜色" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "同步调用 X" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "正在启动 %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "打开 %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "打开 %d 项" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "许可" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "程序的许可协议" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "致谢(_R)" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "许可(_L)" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "关于 %s" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "致谢" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "编写者" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "文档撰写者" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "翻译者" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "美工" @@ -1195,7 +1207,7 @@ msgstr "美工" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1205,7 +1217,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1215,7 +1227,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1225,7 +1237,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1235,7 +1247,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1245,37 +1257,37 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Space" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "\\" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "无效的类型函数:“%s”" +msgstr "无效的类型函数出现于第 %d 行:“%s”" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "重复的对象ID“%s”出现在第 %d 行(之前出现在第 %d 行)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "无效的根元素:“%s”" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "未处理的标记:“%s”" @@ -1289,7 +1301,7 @@ msgstr "未处理的标记:“%s”" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:YM" @@ -1297,7 +1309,7 @@ msgstr "calendar:YM" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1306,7 +1318,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1321,7 +1333,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1337,7 +1349,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1353,7 +1365,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1361,7 +1373,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "禁用" @@ -1370,112 +1382,112 @@ msgstr "禁用" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "新建加速键..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "拾取颜色" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "收到了无效的颜色数据\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." msgstr "在外围环中选择您要的颜色。在内部三角形中选择该颜色的明暗度。" -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." msgstr "单击滴管,然后点屏幕任何一处来选取该位置的颜色。" -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "色调(_H):" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "在色相环中的位置。" -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "饱和度(_S):" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "颜色的“深度”。" -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "值(_V):" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "颜色的亮度。" -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "红(_R):" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "颜色中的红色分量。" -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "绿(_G):" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "颜色中的绿色分量。" -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "蓝(_B):" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "颜色中的蓝色分量。" -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "透明度(_A):" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "颜色的透明度。" -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "颜色名称(_N):" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." msgstr "" "您可以在此栏输入 HTML 风格的十六进制颜色值,或是像“orange”这样的颜色名称。" -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "调色板(_P):" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "色相环" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1484,17 +1496,17 @@ msgstr "" "先前选中的颜色,相对于您正选中的颜色。您可以拖动此颜色到调色板,或拖动此颜色" "到下一个颜色样品格内以作为当前选中颜色。" -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." msgstr "您选择的颜色。您可以拖动此颜色到调色板并将之保存供以后使用。" -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "在此保存颜色(_S)" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1502,55 +1514,55 @@ msgstr "" "单击此调色板项可以将其变为当前颜色。要更改此项,请将颜色拖曳到此处,或者用鼠" "标右键单击之,然后选择“在此保存颜色”。" -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "颜色选择" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "输入法(_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "插入 Unicode 控制字符(_I)" -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "大写锁已打开" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "选择文件" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "桌面" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(无)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "其它..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "无法获取关于文件的信息" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "无法添加书签" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "无法删除书签" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "无法创建文件夹" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1558,11 +1570,11 @@ msgstr "" "无法创建文件夹,因为已经存在同名文件。请试着为文件夹使用不同的名称,或者先重" "命名文件。" -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "无效的文件名" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "无法显示文件夹内容" @@ -1570,226 +1582,226 @@ msgstr "无法显示文件夹内容" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%2$s 上的 %1$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "搜索" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "最近使用的" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "选择要显示的文件类型" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "将文件夹“%s”添加到书签" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "将当前文件夹添加到书签" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "将选中文件夹添加到书签" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "删除书签“%s”" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "删除" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "重命名..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "位置" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "位置(_R)" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "添加(_A)" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "将选中的文件夹添加到书签" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "删除(_R)" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "删除选中的书签" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "无法选择文件" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "添加到书签(_A)" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "显示隐藏文件(_H)" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "显示大小列(_S)" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "文件" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "名称" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "大小" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "修改日期" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "名称(_N):" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "浏览其它文件夹(_B)" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "输入文件名" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "创建文件夹(_L)" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "位置(_L):" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "保存于文件夹(_F):" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "创建于文件夹(_F):" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "无法更改为文件夹,因为该文件夹并非本地" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "快捷方式 %s 已经存在" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "快捷方式 %s 不存在" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "已经存在名为“%s”的文件。您是否想要替换?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "文件已经在“%s”中存在了。替换该文件将覆盖其中的内容。" -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "替换(_R)" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "无法开启搜索进程" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." msgstr "程序无法连接到索引守护进程。请确保它在运行。" -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "无法发送搜索请求" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "搜索(_S):" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "无法挂载 %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "输入新建文件夹的名称" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "未知" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "昨天于 %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "无效的路径" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "未找到匹配" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "唯一补全" @@ -1797,13 +1809,13 @@ msgstr "唯一补全" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "进行补全,但不唯一" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "正在补全..." @@ -1811,7 +1823,7 @@ msgstr "正在补全..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "只能选择本地文件" @@ -1819,41 +1831,41 @@ msgstr "只能选择本地文件" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "主机名不完整;请在其末尾加上“/”" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "路径不存在" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "创建目录“%s”时出错:%s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "文件夹" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "文件夹(_D)" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "文件(_F)" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "文件夹不可读:%s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1863,88 +1875,88 @@ msgstr "" "文件“%s”位于另一台(名为 %s)机器上,可能无法被本程序访问。\n" "您确定要选择它吗?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "新建文件夹(_N)" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "删除文件(_L)" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "重命名文件(_R)" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "文件夹名称“%s”含有不允许存在于文件名中的符号" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "新建文件夹" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "文件夹名称(_F):" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "创建(_R)" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "文件名“%s”中含有不允许存在于文件名中的符号" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "删除文件“%s”时出错:%s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "真的要删除文件“%s”吗?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "删除文件" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "将文件重命名为“%s”时出错:%s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "重命名文件“%s”时出错:%s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "将文件“%s”重命名为“%s”时出错:%s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "重命名文件" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "将文件“%s”重命名为:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "重命名(_R)" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "选择(_S):" -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1952,15 +1964,15 @@ msgid "" msgstr "" "文件名“%s”无法转换为 UTF-8。(请尝试设置环境变量 G_FILENAME_ENCODING):%s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "无效的 UTF-8" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "名称太长" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "无法转换文件名" @@ -1969,75 +1981,75 @@ msgstr "无法转换文件名" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "文件系统" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "无法获得根文件夹" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(空)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "拾取字体" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "字体" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "GNOME 字体测试" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "字体族(_F):" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "样式(_S):" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "大小(_Z):" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "预览(_P):" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "字体选择" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Gamma 值(_G)" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "载入图标时出错:%s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2049,139 +2061,139 @@ msgstr "" "您可以从下面的位置获得一个副本:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "图标“%s”未出现在主题中" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "载入图标失败" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "简单" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "系统" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "系统(%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "输入" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "没有扩展的输入设备" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "设备(_D):" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "禁用" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "屏幕" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "窗口" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "模式(_M):" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "轴" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "按键" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "力度(_P):" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "X 倾斜(_T):" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Y 倾斜(_I):" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "滚轮(_W):" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "无" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(禁用)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(未知)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "清除(_E)" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "复制 URL" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "无效的 URI" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "装入额外的 GTK+ 模块" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "模块" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "将警告变为严重" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "要设置的 GTK+ 调试标志" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "要取消的 GTK+ 调试标志" @@ -2190,65 +2202,66 @@ msgstr "要取消的 GTK+ 调试标志" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "无法打开显示:%s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "GTK+ 选项" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "显示 GTK+ 选项" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "连接(_N)" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "匿名连接(_A)" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "连接为用户(_S):" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "用户名(_U):" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "域(_D):" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "密码(_P):" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "立即忘记密码(_I)" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "记到注销之前(_L)" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "永远记住(_F)" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "第 %u 页" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "非法的页面设置文件" @@ -2258,11 +2271,11 @@ msgstr "非法的页面设置文件" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2270,15 +2283,15 @@ msgstr "" "任意打印机\n" "用于便携文档" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "毫米" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "英寸" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2293,88 +2306,88 @@ msgstr "" " 上:%s %s\n" " 下:%s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "管理自定义大小..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "格式(_F):" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "纸张大小(_P):" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "方向(_O):" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "页面设置" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "打印机边距..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "自定义大小 %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "管理自定义大小" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "宽度(_W):" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "高度(_H):" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "纸张大小" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "上(_T):" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "下(_B):" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "左(_L):" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "右(_R):" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "纸张边距" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "上一层路径" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "下一层路径" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "根文件系统" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "不可用" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "保存于文件夹(_S):" @@ -2382,181 +2395,176 @@ msgstr "保存于文件夹(_S):" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s 的打印作业 #%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "初始状态" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "准备打印" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "生成数据" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "发送数据" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "等候" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "塞纸" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "打印" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "完成" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "有错误完成" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "正在准备 %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "正在准备" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "正在打印 %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "创建打印预览时出错" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "最可能的原因是无法创建临时文件。" -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "调用预览出错" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "打印出错" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "应用程序" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "打印机脱机" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "缺纸" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "已暂停" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "需要用户干预" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "自定义大小" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "未找到打印机" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "CreateDC 的参数无效" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "从 StartDoc 出错" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "内存不足" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "PrintDlgEx 的参数无效" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "PrintDlgEx 的指针无效" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "PrintDlgEx 的句柄无效" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "未指定错误" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "打印机" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "位置" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "状态" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "范围" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "所有页面(_A)" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "当前页(_U)" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "页面(_E):" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2564,125 +2572,124 @@ msgstr "" "指定一个或多个页面范围,\n" "如:1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "页面(_E):" +msgstr "页面" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "副本" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "副本数(_S):" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "逐份(_O)" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "逆序(_R)" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "常规" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "页面顺序" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "从左至右" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "从右至左" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "布局" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "双面(_W):" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "每面页数(_S):" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "页面顺序(_D):" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "打印(_O):" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "全面页面" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "奇数页" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "偶数页" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "缩放(_A):" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "纸张" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "纸张类型(_T):" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "纸张来源(_S):" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "出纸器(_R):" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "任务细节" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "优先级(_O):" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "计费信息(_B):" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "打印文档" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "立即(_N)" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "于(_T):" @@ -2690,125 +2697,125 @@ msgstr "于(_T):" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" -"指定显示时间,\n" +"指定打印时间,\n" "例如 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "打印时间" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "等待(_H)" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "保持任务直到其被显式释放" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "添加封面页" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "封面(_F):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "封底(_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "任务" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "高级" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "图像质量" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "颜色" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "完成" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "对话框中的某些设置冲突" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "打印" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "找不到包含文件:“%s”" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "无法在像素图路径中找到图像文件:“%s”" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "此函数尚未在“%s”类的部件上实现" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "选择要显示的文档类型" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "URI“%s”未找到项目" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "无标题过滤器" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "无法删除项目" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "无法清除列表" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "复制位置(_L)" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "从列表中删除(_R)" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "清除列表(_C)" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "显示私有资源(_P)" @@ -2822,21 +2829,21 @@ msgstr "显示私有资源(_P)" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "未找到项目" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "最近使用过的资源中没有找到 URI“%s”" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "打开“%s”" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "未知项" @@ -2845,7 +2852,7 @@ msgstr "未知项" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2854,37 +2861,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "找不到 URI 为“%s”的一项" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "信息" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "警告" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "错误" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "问题" @@ -2892,691 +2899,691 @@ msgstr "问题" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "关于(_A)" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "添加(_A)" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "应用(_A)" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "粗体(_B)" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "取消(_C)" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "CD-ROM(_C)" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "清除(_C)" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "关闭(_C)" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "连接(_O)" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "转换(_C)" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "复制(_C)" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "剪切(_T)" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "删除(_D)" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "放弃(_D)" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "断开连接(_D)" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "执行(_E)" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "编辑(_E)" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "查找(_F)" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "查找并替换(_R)" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "软盘(_F)" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "全屏(_F)" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "离开全屏(_L)" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "到底部(_B)" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "到第一页(_F)" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "到最后一页(_L)" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "到顶部(_T)" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "后退(_B)" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "向下(_D)" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "前进(_F)" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "向上(_U)" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "硬盘(_H)" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "帮助(_H)" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "主文件夹(_H)" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "增加缩进" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "减少缩进" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "索引(_I)" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "信息(_I)" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "斜体(_I)" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "跳至(_J)" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "居中(_C)" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "两端对齐(_F)" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "左对齐(_L)" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "右对齐(_R)" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "前进(_F)" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "下首(_N)" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "暂停(_A)" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "播放(_P)" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "上首(_V)" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "录制(_R)" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "快退(_E)" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "停止(_S)" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "网络(_N)" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "新建(_N)" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "否(_N)" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "确定(_O)" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "打开(_O)" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "横向" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "纵向" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "横向翻转" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "纵向翻转" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "页面设置(_U)" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "粘贴(_P)" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "首选项(_P)" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "打印(_P)" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "打印预览(_V)" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "属性(_P)" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "退出(_Q)" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "重做(_R)" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "刷新(_R)" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "删除(_R)" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "还原(_R)" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "保存(_S)" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "另存为(_A)" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "全选(_A)" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "颜色(_C)" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "字体(_F)" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "升序(_A)" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "降序(_D)" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "拼写检查(_S)" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "停止(_S)" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "删除线(_S)" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "取消删除(_U)" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "下划线(_U)" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "撤消(_U)" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "是(_Y)" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "普通大小(_N)" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "最适合(_F)" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "放大(_I)" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "缩小(_O)" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "试图反序列化 %s 时发生未知错误" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "格式 %s 未找到反序列化函数" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "<%s> 元素同时找到了“id”和“name”" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "<%s> 元素找到了两次“%s”属性" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "<%s> 元素的 id“%s”无效" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "<%s> 元素既没有“name”也没有“id”属性" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "在同一个 <%2$s> 元素中重复了两次“%1$s”属性" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "此上下文中 <%2$s> 元素的属性“%1$s”非法" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "标签“%s”未定义。" -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "发现匿名标签,不能创建标签。" -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "标签“%s”不存在于缓存中,不能创建标签。" -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "元素 <%s> 不允许位于 <%s> 下方" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "“%s”不是合法的属性类型" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "“%s”不是合法的属性名称" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "“%s”不能被转换为“%s”类型的值,此值用于属性“%s”" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "“%s”不是属性“%s”的合法的值" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "标签“%s”已经定义" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "标签“%s”的优先级“%s”非法" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "文本最外层元素应当为 而不是 <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "已经指定了 <%s> 元素" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr " 元素不能出现在 元素之前" -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "序列化数据格式不对" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "序列化数据格式不对。第一节应该是 GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM 从左至右记号(_L)" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM 从右至左记号(_R)" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE 从左至右嵌入(_E)" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE 从右至左嵌入(_M)" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO 从左至右覆盖(_O)" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO 从右至左覆盖(_V)" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF 弹出方向格式化(_P)" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS 零宽度空格(_Z)" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ 零宽度接合(_J)" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ 零宽度非接合(_N)" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "无法在模块路径中找到主题引擎:“%s”," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- 无提示 ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "在第%2$d行第%3$d个字符处有未预期的开始标签“%1$s”" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "在第%d行第%d个字符处有未预期的字符" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "空" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "卷" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "打开或关闭音量" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "调整音量" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "降低音量" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "减少音量" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "提高音量" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "增加音量" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "静音" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "最大音量" @@ -3585,927 +3592,927 @@ msgstr "最大音量" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "DL 信封" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Choukei 2 信封" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Choukei 3 信封" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Choukei 4 信封" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (明信片)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "kahu 信封" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "kaku2 信封" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (明信片回复)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "you4 信封" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "6x9 英寸信封" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "7x9 英寸信封" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "9x11 英寸信封" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "a2 信封" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "c5 信封" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "European edp" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold European" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold German Legal" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government Legal" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government Letter" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Index 3x5" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (明信片)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Index 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Invoice" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Monarch Envelope" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "10 号信封" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "11 号信封" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "12 号信封" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "14 号信封" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "9 号信封" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "个人信封" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "宽格式" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Invite Envelope" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "意大利信封" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Postfix 信封" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "小照片" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "中国一号信封" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "中国十号信封" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "十六开" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "中国二号信封" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "中国三号信封" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "三十二开" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "中国四号信封" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "中国五号信封" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "中国六号信封" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "中国七号信封" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "中国八号信封" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "十六开" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "八开" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "符号链接“%s”和“%s”所用的 idatas 不同\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "写入头失败\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "写入哈希表失败\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "写入目录索引失败\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "重写头失败\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "打开文件 %s 失败:%s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "写入缓存文件失败:%s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "生成的缓存非法。\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "无法将 %s 重命名为 %s:%s,请删除 %s。\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "无法将 %s 重命名为 %s:%s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "无法将 %s 重命名回 %s:%s\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "缓存文件创建成功。\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "覆盖已有缓存,即使它已是最新" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "不检查已有的 index.theme" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "不再缓存中包含图像数据" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "输出 C 头文件" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "关闭详细输出" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "验证已有的图标缓存" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "文件未找到:%s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "非法图标缓存:%s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "无主题索引文件。" -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4515,271 +4522,271 @@ msgstr "" "如果您真的想要在此创建图标缓存,请使用 --ignore-theme-index。\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "阿姆哈拉语(EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "变音符" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "西里尔语(音译)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "因纽特语(音译)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Multipress" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "泰国-老挝" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "厄立特里亚提格里尼亚语(EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "埃塞俄比亚提格里尼亚语(EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "越南语(VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "X 输入法" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "打印机“%s”墨量低。" -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "打印机“%s”墨用完了" #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "打印机“%s”显影剂量低" #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "打印机“%s”显影剂用完了" #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "打印机“%s”至少有一个彩色墨量低" #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "打印机“%s”至少有一种彩色墨用完了" -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "打印机“%s”的盖子未关。" -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "打印机“%s”的盖子被打开了。" -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "打印机“%s”纸快用完了。" -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "打印机“%s”缺纸。" -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "打印机“%s”目前脱机。" -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "打印机“%s”可能无法连接。" -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "打印机“%s”可能有问题。" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "暂停;拒绝任务" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "拒绝任务" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "双面" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "纸张类型" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "纸张来源" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "出纸器" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "解决方案" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "GhostScript 预过滤" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "单面" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "长边(标准)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "短边(翻转)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "自动选择" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "打印机默认" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "只嵌入 GhostScript 字体" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "转换到 PS 1级" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "转换到 PS 2级" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "无预过滤" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "杂项" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "紧急" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "高" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "中" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "低" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "从左到右,从上到下" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "从左到右,从下到上" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "从右到左,从上到下" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "从右到左,从下到上" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "从上到下,从左到右" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "从上到下,从右到左" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "从下到上,从左到右" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "从下到上,从右到左" @@ -4787,66 +4794,66 @@ msgstr "从下到上,从右到左" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "每张页数" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "任务优先级" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "计费信息" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "无" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "已分类" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "机密" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "秘密" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "标准" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "绝密" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "未分类" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "封面" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "封底" @@ -4854,14 +4861,14 @@ msgstr "封底" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "打印于" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "在指定时间打印" @@ -4869,65 +4876,65 @@ msgstr "在指定时间打印" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "自定义 %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "output.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "打印到文件" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "每张页数(_S):" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "文件" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "输出格式(_O)" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "打印到 LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "每张页数" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "命令行" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "test-output.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "打印到测试打印机" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "无法获得文件“%s”的信息:%s" From 09602ccff7c9cf3b325417000348eb76df0b75bc Mon Sep 17 00:00:00 2001 From: David Planella Date: Sat, 18 Apr 2009 11:37:32 +0200 Subject: [PATCH 074/190] Updated Catalan translation --- po/ca.po | 2082 +++++++++++++++++++++++++++--------------------------- 1 file changed, 1045 insertions(+), 1037 deletions(-) diff --git a/po/ca.po b/po/ca.po index a8dbe94b60..4f72c79b87 100644 --- a/po/ca.po +++ b/po/ca.po @@ -28,8 +28,8 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.8.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-02-10 18:31+0100\n" +"POT-Creation-Date: 2009-04-18 11:13+0200\n" +"PO-Revision-Date: 2009-04-15 23:06+0200\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" @@ -37,58 +37,58 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n!=1;\n" -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "S'ha produït un error en analitzar l'opció --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "S'ha produït un error en analitzar l'opció --gdk-no-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Classe del programa tal com l'utilitza el gestor de finestres" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "CLASSE" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "El nom del programa tal com l'utilitza el gestor de finestres" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "NOM" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "Visualització X a utilitzar" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "VISUALITZACIÓ" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "Pantalla X a utilitzar" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "PANTALLA" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Senyaladors de depuració del Gdk a habilitar" @@ -96,217 +96,217 @@ msgstr "Senyaladors de depuració del Gdk a habilitar" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "SENYALADORS" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Senyaladors de depuració del Gdk a inhabilitar" -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "Retrocés" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tabulador" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Retorn" -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pausa" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Bloc_Despl" -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Pet_Sis" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Esc" -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Tecla_multi" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Inici" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Esquerra" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Amunt" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Dreta" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Avall" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Re_Pàg" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Av_Pàg" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "Fi" # FIXME És la mateixa traducció que «Home», però no tinc cap teclat # amb aquesta tecla per a comprovar-ho (dpm) -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Inici" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Impr_Pant" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insert" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Bloc_Núm" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "TN_Espai" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "TN_Tabulador" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "TN_Retorn" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "TN_Inici" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "TN_Esquerra" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "TN_Amunt" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "TN_Dreta" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "TN_Avall" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "TN_Re_Pàg" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "TN_Anterior" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "TN_Av_Pàg" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "TN_Següent" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "TN_Fi" # FIXME És la mateixa traducció que «Home», però no tinc cap teclat # amb aquesta tecla per a comprovar-ho (dpm) -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "TN_Inici" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "TN_Ins" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "TN_Supr" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Supr" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "No s'ha pogut obrir el fitxer «%s»: %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "El fitxer gràfic «%s» no conté dades" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -314,7 +314,7 @@ msgstr "" "No es pot carregar la imatge «%s»: se'n desconeix el motiu; probablement es " "tracta d'un fitxer d'imatge malmès" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -323,12 +323,12 @@ msgstr "" "No es pot carregar l'animació «%s»: se'n desconeix el motiu; probablement es " "tracta d'un fitxer d'animació malmès" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "No és possible carregar el mòdul per a la càrrega d'imatges: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -337,53 +337,53 @@ msgstr "" "El mòdul %s per carregar imatges no exporta la interfície adequada; potser " "és d'una versió GTK diferent" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "El tipus d'imatge «%s» no està implementat" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "No s'ha pogut reconèixer el format gràfic del fitxer «%s»" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "No es coneix el format del fitxer gràfic" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "No s'ha pogut carregar la imatge «%s»: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "S'ha produït un error en escriure al fitxer d'imatge: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "Aquest muntatge de gdk-pixbuf no permet desar el format d'imatge: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "No hi ha memòria suficient per desar la imatge a la crida de retorn" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "No s'ha pogut obrir el fitxer temporal" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "No s'ha pogut llegir el fitxer temporal" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "No s'ha pogut obrir «%s» per a l'escriptura: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -392,16 +392,16 @@ msgstr "" "No s'ha pogut desar «%s» en escriure la imatge, és probable que no s'hagin " "desat totes les dades: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "" "No hi ha memòria suficient per a desar la imatge en una memòria intermèdia" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "S'ha produït un error en escriure al flux d'imatge" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -410,144 +410,149 @@ msgstr "" "Error intern: El carregador d'imatge «%s» no ha pogut acabar una operació, " "però no ha donat cap raó per a la fallada" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "No està implementada la càrrega incremental del tipus d'imatge «%s»" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "La capçalera de la imatge està malmesa" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "El format de la imatge és desconegut" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Les dades de píxels de la imatge estan malmeses" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "no s'ha pogut assignar una memòria intermèdia d'imatge de %u byte" msgstr[1] "no s'ha pogut assignar una memòria intermèdia d'imatge de %u bytes" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Bloc d'icona inesperat en l'animació" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Tipus d'animació no implementada" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "La capçalera de l'animació no és vàlida" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "No hi ha memòria suficient per a carregar l'animació" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Bloc erroni en l'animació" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "El format d'imatge ANI" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "La imatge BMP conté dades de capçalera errònies" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "No hi ha memòria suficient per a carregar la imatge de mapa de bits" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "La imatge BMP té una mida de capçalera no suportada" # Topdown és un BMP amb la primera "scanline" al principi del fitxer. jm -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "No es poden comprimir les imatges BMP «topdown»" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "S'ha trobat un final de fitxer abans d'hora" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "No s'ha pogut obtenir memòria per a desar el fitxer BMP" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "No s'ha pogut escriure al fitxer BMP" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "El format d'imatge BMP" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "No s'ha pogut llegir el GIF: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "" "Al fitxer GIF li falten algunes dades (potser s'han truncat d'alguna manera)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Error intern en el carregador de GIF (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Sobreeiximent de la pila" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "El carregador d'imatges GIF no entén aquesta imatge." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "S'ha trobat un codi incorrecte" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Entrada de taula circular al fitxer GIF" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "No hi ha memòria suficient per carregar el fitxer GIF" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "No hi ha memòria suficient per a composar un marc al fitxer GIF" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "La imatge GIF és corrupta (la compressió LZW és incorrecte)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "El fitxer no sembla ser un fitxer GIF" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "No s'ha implementat la versió %s del format del fitxer GIF" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -555,114 +560,116 @@ msgstr "" "La imatge GIF no té mapa de color global, i un marc de dins no té mapa de " "color local." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "Imatge GIF truncada o incompleta." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "El format d'imatge GIF" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "La capçalera de la icona no és vàlida" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "No hi ha memòria suficient per a carregar la icona" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "L'amplada de la icona és zero" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "L'alçada de la icona és zero" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Les icones comprimides no estan implementades" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Tipus d'icona no implementada" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "No hi ha memòria suficient per a carregar el fitxer ICO" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "La imatge és massa gran per a desar-la com a ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Lloc calent del cursor fora de la imatge" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "No se suporta la profunditat per al fitxer ICO: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "El format d'imatge ICO" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "S'ha produït un error en llegir la imatge ICNS: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "No s'ha pogut descodificar el fitxer ICNS" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "El format d'imatge ICNS" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "No s'ha pogut assignar memòria per al flux" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "No s'ha pogut descodificar la imatge" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "El JPEG 2000 transformat té amplada o alçada zero" -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "El tipus d'imatge no està implementat actualment" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "No s'ha pogut assignar memòria per al perfil de color" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "No hi ha memòria suficient per a obrir el fitxer JPEG 2000" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" "No s'ha pogut assignar memòria per a ubicar les dades d'imatge a la memòria " "intermèdia" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "El format d'imatge JPEG 2000" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "S'ha produït un error en interpretar el fitxer gràfic JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -670,21 +677,21 @@ msgstr "" "La memòria per carregar la imatge és insuficient, proveu de sortir d'algunes " "aplicacions per a alliberar memòria" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Espai de color JPEG no implementat (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "No es pot obtenir memòria per a carregar el fitxer JPEG" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "El JPEG transformat té amplada o alçada zero." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -693,93 +700,93 @@ msgstr "" "La qualitat de JPEG ha de ser un valor entre 0 i 100; el valor «%s» no es pot " "analitzar." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" "La qualitat JPEG ha de ser un valor entre 0 i 100; el valor «%d» no és permès." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "El format d'imatge JPEG" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "No es pot obtenir memòria per a la capçalera" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "No s'ha pogut assignar memòria per al context de la memòria intermèdia" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "La imatge té una amplada i/o alçada no vàlida" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "La imatge té uns bpp no suportats" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "La imatge té un nombre de plànols de %d bits no compatible" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "No s'ha pogut crear una memòria intermèdia de píxels nova" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "No s'ha pogut assignar memòria per a les dades de la línia" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "No s'ha pogut assignar memòria per a les dades de la paleta" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "No s'han obtingut totes les línies de la imatge PCX" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "No s'ha trobat cap paleta al final de les dades PCX" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "El format d'imatge PCX" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Els bits per canal de la imatge PNG no són vàlids." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "El PNG transformat té amplada o alçada zero." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Els bits per canal del PNG transformat no són 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "El PNG transformat no és RGB o RGBA." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "El PNG transformat té un nombre no implementat de canals, ha de ser 3 o 4." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Error fatal al fitxer d'imatge PNG: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "No hi ha memòria suficient per a carregar el fitxer PNG" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -788,26 +795,26 @@ msgstr "" "Memòria insuficient per a emmagatzemar una imatge de %ld per %ld; proveu de " "sortir d'algunes aplicacions per reduir l'ús de memòria" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Error fatal en llegir el fitxer gràfic PNG" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Error fatal en llegir el fitxer gràfic PNG: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Les claus pera ls blocs text de PNG han de tenir entre 1 i 79 caràcters." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "Les claus per als blocs text de PNG han de ser caràcters ASCII." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -816,7 +823,7 @@ msgstr "" "El nivell de compressió de PNG ha de ser un valor entre 0 i 9; el valor «%s» " "no es pot analitzar." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -825,421 +832,425 @@ msgstr "" "El nivell de compressió de PNG ha de ser un valor entre 0 i 9; el valor «%d» " "no és permès." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "El valor per al fragment de text PNG %s no es pot convertir a la codificació " "ISO-8859-1." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "El format d'imatge PNG" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "El carregador PNM esperava trobar un enter, però no l'ha trobat" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "El fitxer PNM té un byte inicial incorrecte" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "El fitxer PNM no és en un subformat reconegut" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "El fitxer PNM té una amplada d'imatge de 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "El fitxer PNM té una alçada d'imatge zero" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "El valor màxim de color al fitxer PNM és zero" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "El valor màxim de color al fitxer PNM és massa alt" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "El tipus d'imatge PNM en brut no és vàlid" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "El carregador d'imatges PNM no permet aquest subformat PNM" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "Els formats PNM en brut requereixen exactament un espai en blanc abans de " "les dades de mostra" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "No es pot obtenir memòria per a carregar la imatge PNM" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "No hi ha memòria suficient per a carregar l'estructura de context PNM" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Final inesperat de les dades de la imatge PNM" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "No hi ha memòria suficient per a carregar el fitxer PNM" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "La família de format d'imatge PNM/PBM/PGM/PPM" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "La imatge RAS té dades de capçalera erronis" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "La imatge RAS és de tipus desconegut" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "Variació d'imatge RAS no implementada" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "No hi ha memòria suficient per carregar la imatge RAS" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "El format d'imatge Sun raster" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "No es pot obtenir memòria per a l'estructura IOBuffer" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "No es pot obtenir memòria per les dades de l'IOBuffer" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "No es pot reallotjar memòria per les dades de l'IOBuffer" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "No es poden assignar les dades temporals de l'IOBuffer" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "No es pot allotjar un nou pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "No es pot assignar l'estructura del mapa de colors" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "No es poden assignar les entrades del mapa de colors" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Profunditat de bit inesperada per a les entrades del mapa de color" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "No es pot obtenir memòria per les capçaleres TGA" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "La imatge TGA té unes dimensions no vàlides" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "El tipus d'imatge TGA no està permès" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "No es pot obtenir memòria per al context de l'estructura TGA" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Excés de dades al fitxer" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "El format d'imatge Targa" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "No es pot obtenir l'amplada de la imatge (fitxer TIFF incorrecte)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "No es pot obtenir l'alçada de la imatge (fitxer TIFF incorrecte)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "L'amplada o l'alçada de la imatge TIFF és zero" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Les dimensions de la imatge TIFF són massa grans" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "No hi ha memòria suficient per obrir el fitxer TIFF" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "No s'han pogut carregar les dades RGB des del fitxer TIFF" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "No s'ha pogut obrir la imatge TIFF" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "L'operació TIFFClose ha fallat" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "No s'ha pogut carregar la imatge TIFF" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "No s'ha pogut desar la imatge TIFF" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "No s'han pogut escriure dades TIFF" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "No s'ha pogut escriure al fitxer TIFF" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "El format d'imatge TIFF" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "La imatge té una amplada zero" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "La imatge té una alçada zero" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "No hi ha memòria suficient per carregar la imatge" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "No s'ha pogut desar la resta" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "El format d'imatge WBMP" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "El fitxer XBM no és vàlid" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "No hi ha memòria suficient per a carregar el fitxer gràfic XBM" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "No s'ha pogut escriure al fitxer temporal en carregar la imatge XBM" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "El format d'imatge XBM" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "No s'ha trobat la capçalera XPM" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "La capçalera XPM no és vàlida" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "El fitxer XPM té una amplada d'imatge menor o igual que 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "El fitxer XPM té una alçada d'imatge menor o igual que 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM té un nombre de caràcters per píxel no vàlid" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "El fitxer XPM té un nombre de colors no vàlid" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "No es pot obtenir memòria per a carregar la imatge XPM" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "No es pot llegir el mapa de color d'XPM" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "No s'ha pogut escriure al fitxer temporal en carregar la imatge XPM" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "El format d'imatge XPM" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "El format d'imatge EMF" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "No s'ha pogut assignar memòria: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "No s'ha pogut crear el flux: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "No s'ha pogut cercar en el flux: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "No s'ha pogut llegir el flux: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "No s'ha pogut carregar el mapa de bits" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "No s'ha pogut carregar el metafitxer" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "El GDI+ no funciona amb aquest format d'imatge" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "No s'ha pogut desar" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "El format d'imatge WMF" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "No processis en lot les peticions del GDI" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "No utilitzis l'API Wintab per al suport de tablet" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "El mateix que --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Utilitza l'API Wintab [per defecte]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Mida de la paleta al mode 8 bits" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "COLORS" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Fes les crides a X sincronitzades" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "S'està iniciant %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "S'està obrint %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "S'està obrint %d element" msgstr[1] "S'estan obrint %d elements" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Llicència" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "La llicència del programa" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "C_rèdits" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Llicència" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Quant a %s" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Crèdits" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Escrit per" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documentat per" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Traduït per" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Art per" @@ -1248,7 +1259,7 @@ msgstr "Art per" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Majús" @@ -1258,7 +1269,7 @@ msgstr "Majús" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1268,7 +1279,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1278,7 +1289,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Súper" @@ -1288,7 +1299,7 @@ msgstr "Súper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Híper" @@ -1298,37 +1309,39 @@ msgstr "Híper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Espai" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Barra inversa" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "El tipus de la funció no és vàlid: «%s»" +msgstr "Funció de tipus no vàlida a la línia %d: «%s»" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" msgstr "" +"Identificador d'objecte duplicat «%s» a la línia %d (anteriorment a la línia %" +"d)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "El nom de l'element arrel no és vàlid: «%s»" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "L'etiqueta no està gestionada: «%s»" @@ -1342,7 +1355,7 @@ msgstr "L'etiqueta no està gestionada: «%s»" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1350,7 +1363,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1359,7 +1372,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1374,7 +1387,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1390,7 +1403,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1406,7 +1419,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1414,7 +1427,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Inhabilitat" @@ -1423,25 +1436,25 @@ msgstr "Inhabilitat" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Accelerador nou..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Trieu un color" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "S'han rebut dades de color no vàlides\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1449,7 +1462,7 @@ msgstr "" "Seleccioneu el color que vulgueu de l'anell extern. Seleccioneu la foscor o " "la claror del color utilitzant el triangle intern." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1457,67 +1470,67 @@ msgstr "" "Feu clic al selector de color, llavors feu clic on vulgueu de la vostra " "pantalla per seleccionar el seu color." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Matís:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Posició a la roda de colors." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Saturació:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "«Profunditat» del color." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Valor:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Brillantor del color" -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Vermell:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Quantitat de llum vermella en el color." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Verd:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Quantitat de llum verda en el color." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Blau:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Quantitat de llum blava en el color." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "Op_acitat:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Transparència del color." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "_Nom del color:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1525,15 +1538,15 @@ msgstr "" "Podeu introduir un valor de color hexadecimal a l'estil HTML, o simplement " "el nom d'un color (com ara «orange»)" -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Paleta:" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Roda de colors" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1544,7 +1557,7 @@ msgstr "" "seleccionar-lo com a actual per portar-lo a l'altra banda de la gamma de " "colors." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1552,11 +1565,11 @@ msgstr "" "El color que heu escollit. Podeu arrossegar aquest color cap a una paleta i " "desar-lo per a utilitzar-lo més endavant." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Desa el color aquí" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1565,55 +1578,55 @@ msgstr "" "Per a canviar aquesta entrada, arrossegueu una gamma de colors aquí o feu-hi " "clic amb el botó dret i seleccioneu «Desa el color aquí»." -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Selecció de color" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Mètodes d'entrada" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Insereix caràcters de control Unicode" -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "La fixació de majúscules està activada" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Seleccioneu un fitxer" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Escriptori" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Cap)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Altre..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "No s'ha pogut obtenir informació sobre el fitxer" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "No s'ha pogut afegir una adreça d'interès" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "No s'ha pogut suprimir l'adreça d'interès" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "No s'ha pogut crear la carpeta" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1622,11 +1635,11 @@ msgstr "" "nom. Proveu utilitzant un nom diferent per a la carpeta, o canvieu el nom " "del fitxer abans." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "El nom del fitxer no és vàlid" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "No s'ha pogut mostrar el contingut de la carpeta" @@ -1634,159 +1647,159 @@ msgstr "No s'ha pogut mostrar el contingut de la carpeta" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s a %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Cerca" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Utilitzats recentment" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Seleccioneu quins tipus de fitxers es mostren" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Afegeix la carpeta «%s» a les adreces d'interès" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Afegeix la carpeta actual a les adreces d'interès" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Afegeix les carpetes seleccionades a les adreces d'interès" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Suprimeix l'adreça d'interès «%s»" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Suprimeix" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Canvia el nom..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Llocs" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Llocs" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Afegeix" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Afegeix la carpeta seleccionada a les adreces d'interès" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Suprimeix" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Suprimeix les adreces d'interès seleccionades" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "No s'ha pogut seleccionar el fitxer" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Afegeix a les adreces d'interès" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Mostra els fitxers _ocults" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Mostra la columna de la _mida" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Fitxers" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Nom" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Mida" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Modificat" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Nom:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "Na_vega per altres carpetes" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Escriviu un nom de fitxer" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Crea una ca_rpeta" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Ubicació:" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "De_sa en la carpeta:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Crea en la _carpeta:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "No es pot canviar a la carpeta perquè no és local" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "La drecera %s ja existeix" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "La drecera %s no existeix" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Ja existeix un fitxer amb el nom «%s». Voleu reemplaçar-ho?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." @@ -1794,15 +1807,15 @@ msgstr "" "El fitxer ja existeix a «%s». Si ho reemplaceu sobreescriureu el seu " "contingut." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Reemplaça" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "No s'ha pogut iniciar el procés de cerca" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1810,54 +1823,54 @@ msgstr "" "El programa no ha pogut crear cap connexió al dimoni d'indexació. Assegureu-" "vos que s'està executant." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "No s'ha pogut enviar la sol·licitud de cerca" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Cerca:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "No s'ha pogut muntar %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Escriviu el nom de la carpeta nova" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Desconegut" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Ahir a les %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Camí no vàlid" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "No hi ha cap coincidència" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Compleció única" @@ -1865,13 +1878,13 @@ msgstr "Compleció única" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Complet, però no és únic" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "S'està completant..." @@ -1879,7 +1892,7 @@ msgstr "S'està completant..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Només es poden seleccionar fitxers locals" @@ -1887,41 +1900,41 @@ msgstr "Només es poden seleccionar fitxers locals" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "El nom d'ordinador no és complet; ha de finalitzar amb «/»" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "No existeix el camí" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "S'ha produït un error en crear la carpeta «%s»: %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Carpetes" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Carpetes" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Fitxers" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "No es pot llegir la carpeta: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1932,19 +1945,19 @@ msgstr "" "estigui disponible per a aquest programa.\n" "Esteu segur que voleu seleccionar-lo?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "Carpeta _nova" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "Suprimeix e_l fitxer" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Canvia el nom del fitxer" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" @@ -1952,71 +1965,71 @@ msgstr "" "El nom de la carpeta «%s» conté símbols que no estan permesos als noms de " "fitxer" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Carpeta nova" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "Nom de la _carpeta:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "C_rea" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "El nom del fitxer «%s» conté símbols que no estan permesos als noms de fitxer" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "S'ha produït un error en suprimir el fitxer «%s»: %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Esteu segur de voler suprimir el fitxer «%s»?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Suprimeix el fitxer" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "S'ha produït un error en canviar el nom del fitxer a «%s»: %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "S'ha produït un error en canviar el nom del fitxer «%s»: %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "S'ha produït un error en canviar el nom del fitxer «%s» a «%s»: %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Canvia el nom del fitxer" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Canvia el nom del fitxer «%s» a:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Canvia el nom" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Selecció: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2025,15 +2038,15 @@ msgstr "" "No s'ha pogut convertir el nom de fitxer «%s» a UTF-8. (Proveu d'establir la " "variable d'entorn G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 no vàlid" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "El nom és massa llarg" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "No s'ha pogut convertir el nom del fitxer" @@ -2042,75 +2055,75 @@ msgstr "No s'ha pogut convertir el nom del fitxer" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Sistema de fitxers" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "No s'ha pogut obtenir la carpeta arrel" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Buit)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Trieu un tipus de lletra" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Tipus de lletra" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcçdefghijk ABCÇDEFGHIJK" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Família:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "E_stil:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Mida:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Previsualització:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Selecció del tipus de lletra" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Valor de la _gamma" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "S'ha produït un error en carregar la icona: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2123,139 +2136,139 @@ msgstr "" "Podeu obtenir-ne una còpia de:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "La icona «%s» no es troba al tema" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "No s'ha pogut carregar la icona" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Simple" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Sistema" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Sistema (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Entrada" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "No hi ha cap dispositiu d'entrada estès" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Dispositiu:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Desactivat" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Pantalla" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Finestra" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Mode:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Eixos" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Tecles" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Pressió:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "_Inclinació en X" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "I_nclinació en Y" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Roda:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "cap" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(desactivat)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(desconegut)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Neteja" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Copia l'URL" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "URI no vàlid" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Carrega mòduls del GTK+ addicionals" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MÒDULS" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Considera tots els avisos com a greus" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Senyaladors de depuració de GTK+ a habilitar" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Senyaladors de depuració de GTK+ a inhabilitar" @@ -2266,65 +2279,66 @@ msgstr "Senyaladors de depuració de GTK+ a inhabilitar" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "No es pot obrir la pantalla: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Opcions del GTK+" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Mostra les opcions del GTK+" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "C_onnecta" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Connecta't _anònimament" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Connecta't com a u_suari:" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Nom d'usuari:" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domini:" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "Contrasen_ya:" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Oblida la _contrasenya immediatament" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Recorda la contrasenya _fins que surti" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Recorda-la per se_mpre" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Pàgina %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "No és un fitxer de configuració de pàgina vàlid" @@ -2336,11 +2350,11 @@ msgstr "No és un fitxer de configuració de pàgina vàlid" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2348,15 +2362,15 @@ msgstr "" "Qualsevol impressora\n" "Per a documents portables" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "inch" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2371,90 +2385,90 @@ msgstr "" " Superior: %s %s\n" " Inferior: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Gestiona mides personalitzades..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Format per a:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "Mida del _paper:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientació:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Configuració de la pàgina" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Marges de la impressora..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Mida personalitzada %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Gestioneu mides personalitzades" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Amplada:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Alçada:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Mida del paper" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Superior:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Inferior:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Esquerre:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Dret:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Marges del paper" # FIXME -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Amunt" # FIXME -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Avall" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Arrel del sistema de fitxers" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "No està disponible" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "De_sa a la carpeta:" @@ -2462,183 +2476,178 @@ msgstr "De_sa a la carpeta:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s treball #%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Estat inicial" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "S'està preparant per a imprimir" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "S'estan generant les dades" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "S'estan enviant les dades" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "S'està esperant" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Bloquejat degut a un problema" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "S'està imprimint" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "S'ha finalitzat" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "S'ha finalitzat amb error" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "S'està preparant %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "S'està preparant" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "S'està imprimint %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "S'ha produït un error en crear la previsualització d'impressió" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "" "El motiu més probable és perquè no s'ha pogut crear un fitxer temporal." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "S'ha produït un error en llançar la previsualització" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "S'ha produït un error en imprimir" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplicació" # Connectada? (josep) -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "La impressora no està en línia" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "No hi ha paper" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "En pausa" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Cal la intervenció de l'usuari" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Mida personalitzada" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "No s'ha trobat cap impressora" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Argument no vàlid per a la funció CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Error de StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "No hi ha prou memòria" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Argument no vàlid a PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Punter no vàlid a PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Gestor no vàlid a PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Error no especificat" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Impressora" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Ubicació" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Estat" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Rang" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "T_otes les pàgines" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Pàgina act_ual" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Pà_gines:" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2646,125 +2655,124 @@ msgstr "" "Especifiqueu un o més rangs de pàgines,\n" "p.ex. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "Pà_gines:" +msgstr "Pàgines" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Còpies" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Còpie_s:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "C_ompagina" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Inve_rteix" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "General" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Ordenació de les pàgines" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "D'esquerra a dreta" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "De dreta a esquerra" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Disposició" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Doble cara:" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Pàgines per _cara:" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Or_denació de les pàgines:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "N_omés imprimeix:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Tots els fulls" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Fulls parells" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Fulls senars" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Esc_ala:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Paper" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tipus de paper:" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Font del pape_r:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Safata de so_rtida:" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detalls del treball" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oritat:" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Informació de _facturació:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Imprimeix el document" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "A_ra" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_a:" @@ -2772,7 +2780,7 @@ msgstr "_a:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2780,21 +2788,21 @@ msgstr "" "Especifiqueu l'hora d'impressió,\n" " p.ex. 15:30, 2:35 PM, 14:15:20, 11:46:30 AM, 4 PM" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "Hora d'impressió" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "En es_pera" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" "Mantingues la tasca en espera fins que no s'hagi alliberat de manera " "explícita" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Afegeix pàgina de coberta" @@ -2802,7 +2810,7 @@ msgstr "Afegeix pàgina de coberta" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "A_bans:" @@ -2810,91 +2818,91 @@ msgstr "A_bans:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Després:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Treball" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avançat" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Qualitat de la imatge" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Color" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Acabaments" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Alguns paràmetres del diàleg estan en conflicte" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Imprimeix" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "No s'ha pogut trobar el fitxer per a incloure: «%s»" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "No s'ha trobat un fitxer d'imatge al pixmap_path: «%s»" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Aquesta funció no està implementada per a ginys de la classe «%s»" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Seleccioneu quins tipus de documents s'han de mostrar" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "No s'ha trobat cap element per a la URI «%s»" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Filtre sense títol" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "No s'ha pogut suprimir l'element" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "No s'ha pogut netejar la llista" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Copia la _ubicació" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "Sup_rimeix de la llista" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Neteja la llista" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Mostra els recursos _privats" @@ -2908,21 +2916,21 @@ msgstr "Mostra els recursos _privats" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "No s'ha trobat cap element" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "No hi ha cap recurs emprat recentment amb l'URI «%s»" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Obre «%s»" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Element desconegut" @@ -2931,7 +2939,7 @@ msgstr "Element desconegut" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2940,37 +2948,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. (%s)" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "No s'ha pogut trobar cap element amb l'URI «%s»" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Informació" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Avís" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Error" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Pregunta" @@ -2978,699 +2986,699 @@ msgstr "Pregunta" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_Quant a" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Afegeix" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Aplica" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Negreta" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Cancel·la" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-ROM" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Neteja" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Tanca" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "C_onnecta" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Converteix" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Copia" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "Re_talla" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Suprimeix" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Descarta" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Desconnecta" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Executa" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Edita" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Cerca" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Cerca i _reemplaça" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Disquet" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Pantalla completa" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Surt de la pantalla completa" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Inferior" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Primer" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "Ú_ltim" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Superior" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Enrere" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "A_vall" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "E_ndavant" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "A_munt" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Disc dur" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "A_juda" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Inici" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Augmenta el sagnat" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Disminueix el sagnat" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "Índe_x" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Informació" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "Curs_iva" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Vés a" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Centrat" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Justificat" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Esquerra" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Dreta" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "E_ndavant" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Següent" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "En _pausa" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Reprodueix" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "An_terior" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "En_registra" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "R_ebobina" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Atura" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Xarxa" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Nou" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_No" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_D'acord" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Obre" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Apaïsat" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Vertical" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Apaïsat del revés" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Vertical del revés" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Confi_guració de la pàgina" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Enganxa" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Preferències" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Imprimeix" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Pre_visualització de la impressió" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Propietats" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Surt" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Refés" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Actualitza" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Suprimeix" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Restaura" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Desa" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "_Anomena i desa" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Seleccion_a-ho tot" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Color" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Tipus de lletra" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Ascendent" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Descendent" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_Verifica l'ortografia" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Atura" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Barrat" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "Rec_upera" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "S_ubratlla" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Desfés" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Sí" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "Mida _normal" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Millor a_just" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "_Amplia" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "_Redueix" # FIXME -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "S'ha produït un error en intentar deserialitzar %s" # FIXME -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "No s'ha trobat cap funció per a deserialitzar el format %s" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "S'ha trobat «id» i «name» a l'element <%s>" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "S'ha trobat dues vegades l'atribut «%s» a l'element <%s>" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "L'element <%s> té un id no vàlid «%s»" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "L'element <%s> no té ni l'atribut «name» ni el «id»" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "L'atribut «%s» està repetit dues vegades en el mateix element <%s>" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "L'atribut «%s» no és vàlid per a l'element <%s> en aquest context" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "L'etiqueta «%s» no ha estat definida." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "S'han trobat etiquetes anònimes, i no se n'han pogut crear." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "" "L'etiqueta «%s» no existeix a la memòria intermèdia, i no se'n poden crear." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "No es permet l'element <%s> per sota de <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "«%s» no és un tipus d'atribut vàlid" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "«%s» no és un nom d'atribut vàlid" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "" "No s'ha pogut convertir «%s» a un valor de tipus «%s» per a l'atribut «%s»" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "«%s» no és un valor vàlid per a l'atribut «%s»" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "L'etiqueta «%s» ja està definida" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "L'etiqueta «%s» té una prioritat («%s») no vàlida" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "" "L'element de més enfora del text ha de ser i no pas <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Ja s'ha especificat un element <%s>" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "No pot haver-hi un element abans d'un de " -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Les dades en sèrie estan mal formades" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Les dades en sèrie estan mal formades. La primera secció no és " "GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "Marca _esquerra-a-dreta LRM" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "Marca _dreta-a-esquerra RLM" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "_Incrustació esquerra-a-dreta LRE" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "I_ncrustació dreta-a-esquerra RLE" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "_Substitució esquerra-a-dreta LRO" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "S_ubstitució dreta-a-esquerra RLO" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "_Format direccional pop PDF" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "Espai d'amplada _zero ZWS" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "En_samblador d'amplada zero ZWJ" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "_No-ensamblador d'amplada zero ZWNJ" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "No s'ha trobat el motor de tema al module_path: «%s»," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "-- Cap consell --" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "" "S'ha trobat una etiqueta d'inici «%s» inesperada a la línia %d, caràcter %d" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "S'han trobat dades de caràcter inesperades a la línia %d, caràcter %d" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Buit" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Volum" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Apuja o abaixa el volum" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Ajusta el volum" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Abaixa el volum" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Disminueix el volum" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Apuja el volum" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Incrementa el volum" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Silencia" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Volum al màxim" @@ -3679,930 +3687,930 @@ msgstr "Volum al màxim" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "ASME_F" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 tabloide" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Sobre DL" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "JIS executiu" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Sobre Choukei 2" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Sobre Choukei 3" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Sobre Choukei 4" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "Hagaki (postal)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Sobre kahu" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Sobre kaku2" # FIXME -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "Oufuku (postal de resposta)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Sobre you4" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Sobre 6x9" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Sobre 7x9" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Sobre 9x11" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Sobre A2" # Mides per a l'arquitectura (dpm) -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "B plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "C" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Sobre C5" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "D" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "E" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "EDP" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "EDP europeu" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executiu" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "F" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "Paper continu europeu" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "Paper continu americà" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "Paper continu alemany legal" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Legal govern" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Carta governamental" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Índex 3x5" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Índex 4x6 (postal)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Índex 4x6 ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Índex 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Factura" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloide" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "Legal americà" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "Legal americà extra" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "Carta americà" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "Carta americà extra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "Carta americà plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Sobre Monarch" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Sobre del núm. 10" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Sobre del núm. 11" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Sobre del núm. 12" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Sobre del núm. 14" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Sobre del núm. 9" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Sobre personal" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quartilla" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Súper A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Súper B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Format ample" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Foli" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Foli sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Sobre d'invitació" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Sobre italià" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "Juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "Pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Sobre Postfix" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Foto petita" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Sobre prc1" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Sobre prc10" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Sobre prc2" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Sobre prc3" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Sobre prc4" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Sobre c5" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Sobre prc6" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Sobre prc7" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Sobre prc8" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "s'han trobat diferents idatas per als enllaços simbòlics «%s» i «%s»\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "No s'ha pogut escriure la capçalera\n" # FIXME -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "No s'ha pogut escriure la taula de resum\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "No s'ha pogut escriure l'índex de la carpeta\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "No s'ha pogut reescriure la capçalera\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "No s'ha pogut obrir el fitxer %s: %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "No s'ha pogut escriure el fitxer de memòria cau: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "La memòria cau generada no era vàlida.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "No s'ha pogut canviar el nom de %s a %s: %s, se suprimirà %s.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "No s'ha pogut canviar el nom de %s a %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "No s'ha pogut tornar a anomenar %s a %s: %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "S'ha creat el fitxer de memòria cau amb èxit.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Sobreescriu una memòria cau existent, encara que estigui al dia" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "No comprovis l'existència de index.theme" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "No incloguis dades d'imatges a la memòria cau" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Produeix un fitxer de capçalera C" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Desactiva la sortida detallada" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Valida la memòria cau d'icones existent" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "No s'ha trobat el fitxer: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "No és una memòria cau d'icones vàlida: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "No hi ha cap fitxer d'índex de tema." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4613,85 +4621,85 @@ msgstr "" "theme-index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amhàric (EZ+)" # FIXME #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cedilla" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Ciríl·lic (Transliterat)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (Transliterat)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Multipress" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thai-Lao" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrigna-Eritreà (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrigna-Etíop (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamita (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "Mètode d'entrada d'X" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "El nivell del tòner de la impressora «%s» és baix." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "No li queda tòner a la impressora «%s»." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "El nivell del revelador de la impressora «%s» és baix." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "No li queda revelador a la impressora «%s»." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "" @@ -4699,189 +4707,189 @@ msgstr "" "baix." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "" "No li queda tinta a almenys un dels contenidors de color a la impressora «%s»." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "La tapa de la impressora «%s» està oberta." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "La porta de la impressora «%s» està oberta." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "El nivell del paper de la impressora «%s» és baix." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "No li queda paper a la impressora «%s»." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "La impressora «%s» actualment no està en línia." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Pot ser que la impressora «%s» no estigui connectada." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Hi ha un problema a l'impressora «%s»." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "En pausa; refusa les tasques" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Refusa les tasques" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Doble cara" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Tipus de paper" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Font del paper" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Safata de sortida" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Resolució" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "Filtrat previ del GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Una cara" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Cantó llarg (estàndard)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Cantó curt (capgirat)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Selecció automàtica" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Predeterminat de la impressora" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Incrusta només els tipus de lletra GhostScript" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Converteix a PS, nivell 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Converteix a PS, nivell 2" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Sense filtratge previ" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Miscel·lània" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Urgent" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Alta" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Mitjana" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Baixa" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "D'esquerra a dreta, de dalt a baix" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "D'esquerra a dreta, de baix a dalt" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "De dreta a esquerra, de dalt a baix" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "De dreta a esquerra, de baix a dalt" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "De dalt a baix, d'esquerra a dreta" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "De dalt a baix, de dreta a esquerra" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "De baix a dalt, d'esquerra a dreta" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "De baix a dalt, de dreta a esquerra" @@ -4889,52 +4897,52 @@ msgstr "De baix a dalt, de dreta a esquerra" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Pàgines per full" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Prioritat de la tasca" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Informació de facturació" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Cap" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Classificat" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Confidencial" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Secret" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Estàndard" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Alt secret" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Desclassificat" @@ -4942,7 +4950,7 @@ msgstr "Desclassificat" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Abans" @@ -4950,7 +4958,7 @@ msgstr "Abans" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Després" @@ -4958,7 +4966,7 @@ msgstr "Després" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Imprimeix" @@ -4966,7 +4974,7 @@ msgstr "Imprimeix" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Imprimeix a una hora o data determinada" @@ -4974,66 +4982,66 @@ msgstr "Imprimeix a una hora o data determinada" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Personalitzat %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "sortida %s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Imprimeix a un fitxer" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Pàgines per _full:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Fitxer" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "F_ormat de sortida" # FIXME -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Imprimeix a LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Pàgines per full" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Línia d'ordres" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "prova-de-sortida.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Imprimiu per a provar la impressora" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "No s'ha pogut obtenir informació per al fitxer «%s»: %s" From ec0dd9f1ab3072c86c958b04d194c7def00ab88e Mon Sep 17 00:00:00 2001 From: David Planella Date: Sat, 18 Apr 2009 11:45:56 +0200 Subject: [PATCH 075/190] Updated Catalan translation --- po/ca.po | 2082 +++++++++++++++++++++++++++--------------------------- 1 file changed, 1045 insertions(+), 1037 deletions(-) diff --git a/po/ca.po b/po/ca.po index a8dbe94b60..40fb491276 100644 --- a/po/ca.po +++ b/po/ca.po @@ -28,8 +28,8 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.8.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-02-10 18:31+0100\n" +"POT-Creation-Date: 2009-04-18 11:42+0200\n" +"PO-Revision-Date: 2009-04-15 23:06+0200\n" "Last-Translator: David Planella \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" @@ -37,58 +37,58 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n!=1;\n" -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "S'ha produït un error en analitzar l'opció --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "S'ha produït un error en analitzar l'opció --gdk-no-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Classe del programa tal com l'utilitza el gestor de finestres" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "CLASSE" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "El nom del programa tal com l'utilitza el gestor de finestres" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "NOM" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "Visualització X a utilitzar" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "VISUALITZACIÓ" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "Pantalla X a utilitzar" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "PANTALLA" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Senyaladors de depuració del Gdk a habilitar" @@ -96,217 +96,217 @@ msgstr "Senyaladors de depuració del Gdk a habilitar" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "SENYALADORS" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Senyaladors de depuració del Gdk a inhabilitar" -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "Retrocés" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tabulador" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Retorn" -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pausa" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Bloc_Despl" -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Pet_Sis" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Esc" -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Tecla_multi" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Inici" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Esquerra" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Amunt" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Dreta" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Avall" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Re_Pàg" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Av_Pàg" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "Fi" # FIXME És la mateixa traducció que «Home», però no tinc cap teclat # amb aquesta tecla per a comprovar-ho (dpm) -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Inici" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Impr_Pant" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insert" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Bloc_Núm" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "TN_Espai" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "TN_Tabulador" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "TN_Retorn" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "TN_Inici" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "TN_Esquerra" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "TN_Amunt" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "TN_Dreta" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "TN_Avall" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "TN_Re_Pàg" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "TN_Anterior" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "TN_Av_Pàg" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "TN_Següent" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "TN_Fi" # FIXME És la mateixa traducció que «Home», però no tinc cap teclat # amb aquesta tecla per a comprovar-ho (dpm) -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "TN_Inici" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "TN_Ins" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "TN_Supr" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Supr" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "No s'ha pogut obrir el fitxer «%s»: %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "El fitxer gràfic «%s» no conté dades" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -314,7 +314,7 @@ msgstr "" "No es pot carregar la imatge «%s»: se'n desconeix el motiu; probablement es " "tracta d'un fitxer d'imatge malmès" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -323,12 +323,12 @@ msgstr "" "No es pot carregar l'animació «%s»: se'n desconeix el motiu; probablement es " "tracta d'un fitxer d'animació malmès" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "No és possible carregar el mòdul per a la càrrega d'imatges: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -337,53 +337,53 @@ msgstr "" "El mòdul %s per carregar imatges no exporta la interfície adequada; potser " "és d'una versió GTK diferent" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "El tipus d'imatge «%s» no està implementat" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "No s'ha pogut reconèixer el format gràfic del fitxer «%s»" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "No es coneix el format del fitxer gràfic" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "No s'ha pogut carregar la imatge «%s»: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "S'ha produït un error en escriure al fitxer d'imatge: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "Aquest muntatge de gdk-pixbuf no permet desar el format d'imatge: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "No hi ha memòria suficient per desar la imatge a la crida de retorn" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "No s'ha pogut obrir el fitxer temporal" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "No s'ha pogut llegir el fitxer temporal" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "No s'ha pogut obrir «%s» per a l'escriptura: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -392,16 +392,16 @@ msgstr "" "No s'ha pogut desar «%s» en escriure la imatge, és probable que no s'hagin " "desat totes les dades: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "" "No hi ha memòria suficient per a desar la imatge en una memòria intermèdia" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "S'ha produït un error en escriure al flux d'imatge" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -410,144 +410,149 @@ msgstr "" "Error intern: El carregador d'imatge «%s» no ha pogut acabar una operació, " "però no ha donat cap raó per a la fallada" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "No està implementada la càrrega incremental del tipus d'imatge «%s»" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "La capçalera de la imatge està malmesa" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "El format de la imatge és desconegut" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Les dades de píxels de la imatge estan malmeses" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "no s'ha pogut assignar una memòria intermèdia d'imatge de %u byte" msgstr[1] "no s'ha pogut assignar una memòria intermèdia d'imatge de %u bytes" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Bloc d'icona inesperat en l'animació" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Tipus d'animació no implementada" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "La capçalera de l'animació no és vàlida" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "No hi ha memòria suficient per a carregar l'animació" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Bloc erroni en l'animació" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "El format d'imatge ANI" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "La imatge BMP conté dades de capçalera errònies" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "No hi ha memòria suficient per a carregar la imatge de mapa de bits" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "La imatge BMP té una mida de capçalera no suportada" # Topdown és un BMP amb la primera "scanline" al principi del fitxer. jm -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "No es poden comprimir les imatges BMP «topdown»" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "S'ha trobat un final de fitxer abans d'hora" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "No s'ha pogut obtenir memòria per a desar el fitxer BMP" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "No s'ha pogut escriure al fitxer BMP" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "El format d'imatge BMP" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "No s'ha pogut llegir el GIF: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "" "Al fitxer GIF li falten algunes dades (potser s'han truncat d'alguna manera)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Error intern en el carregador de GIF (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Sobreeiximent de la pila" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "El carregador d'imatges GIF no entén aquesta imatge." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "S'ha trobat un codi incorrecte" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Entrada de taula circular al fitxer GIF" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "No hi ha memòria suficient per carregar el fitxer GIF" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "No hi ha memòria suficient per a composar un marc al fitxer GIF" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "La imatge GIF és corrupta (la compressió LZW és incorrecte)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "El fitxer no sembla ser un fitxer GIF" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "No s'ha implementat la versió %s del format del fitxer GIF" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -555,114 +560,116 @@ msgstr "" "La imatge GIF no té mapa de color global, i un marc de dins no té mapa de " "color local." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "Imatge GIF truncada o incompleta." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "El format d'imatge GIF" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "La capçalera de la icona no és vàlida" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "No hi ha memòria suficient per a carregar la icona" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "L'amplada de la icona és zero" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "L'alçada de la icona és zero" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Les icones comprimides no estan implementades" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Tipus d'icona no implementada" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "No hi ha memòria suficient per a carregar el fitxer ICO" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "La imatge és massa gran per a desar-la com a ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Lloc calent del cursor fora de la imatge" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "No se suporta la profunditat per al fitxer ICO: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "El format d'imatge ICO" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "S'ha produït un error en llegir la imatge ICNS: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "No s'ha pogut descodificar el fitxer ICNS" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "El format d'imatge ICNS" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "No s'ha pogut assignar memòria per al flux" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "No s'ha pogut descodificar la imatge" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "El JPEG 2000 transformat té amplada o alçada zero" -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "El tipus d'imatge no està implementat actualment" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "No s'ha pogut assignar memòria per al perfil de color" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "No hi ha memòria suficient per a obrir el fitxer JPEG 2000" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "" "No s'ha pogut assignar memòria per a ubicar les dades d'imatge a la memòria " "intermèdia" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "El format d'imatge JPEG 2000" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "S'ha produït un error en interpretar el fitxer gràfic JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -670,21 +677,21 @@ msgstr "" "La memòria per carregar la imatge és insuficient, proveu de sortir d'algunes " "aplicacions per a alliberar memòria" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Espai de color JPEG no implementat (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "No es pot obtenir memòria per a carregar el fitxer JPEG" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "El JPEG transformat té amplada o alçada zero." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -693,93 +700,93 @@ msgstr "" "La qualitat de JPEG ha de ser un valor entre 0 i 100; el valor «%s» no es pot " "analitzar." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" "La qualitat JPEG ha de ser un valor entre 0 i 100; el valor «%d» no és permès." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "El format d'imatge JPEG" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "No es pot obtenir memòria per a la capçalera" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "No s'ha pogut assignar memòria per al context de la memòria intermèdia" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "La imatge té una amplada i/o alçada no vàlida" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "La imatge té uns bpp no suportats" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "La imatge té un nombre de plànols de %d bits no compatible" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "No s'ha pogut crear una memòria intermèdia de píxels nova" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "No s'ha pogut assignar memòria per a les dades de la línia" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "No s'ha pogut assignar memòria per a les dades de la paleta" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "No s'han obtingut totes les línies de la imatge PCX" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "No s'ha trobat cap paleta al final de les dades PCX" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "El format d'imatge PCX" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Els bits per canal de la imatge PNG no són vàlids." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "El PNG transformat té amplada o alçada zero." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Els bits per canal del PNG transformat no són 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "El PNG transformat no és RGB o RGBA." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "El PNG transformat té un nombre no implementat de canals, ha de ser 3 o 4." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Error fatal al fitxer d'imatge PNG: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "No hi ha memòria suficient per a carregar el fitxer PNG" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -788,26 +795,26 @@ msgstr "" "Memòria insuficient per a emmagatzemar una imatge de %ld per %ld; proveu de " "sortir d'algunes aplicacions per reduir l'ús de memòria" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Error fatal en llegir el fitxer gràfic PNG" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Error fatal en llegir el fitxer gràfic PNG: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Les claus pera ls blocs text de PNG han de tenir entre 1 i 79 caràcters." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "Les claus per als blocs text de PNG han de ser caràcters ASCII." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -816,7 +823,7 @@ msgstr "" "El nivell de compressió de PNG ha de ser un valor entre 0 i 9; el valor «%s» " "no es pot analitzar." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -825,421 +832,425 @@ msgstr "" "El nivell de compressió de PNG ha de ser un valor entre 0 i 9; el valor «%d» " "no és permès." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "El valor per al fragment de text PNG %s no es pot convertir a la codificació " "ISO-8859-1." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "El format d'imatge PNG" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "El carregador PNM esperava trobar un enter, però no l'ha trobat" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "El fitxer PNM té un byte inicial incorrecte" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "El fitxer PNM no és en un subformat reconegut" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "El fitxer PNM té una amplada d'imatge de 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "El fitxer PNM té una alçada d'imatge zero" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "El valor màxim de color al fitxer PNM és zero" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "El valor màxim de color al fitxer PNM és massa alt" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "El tipus d'imatge PNM en brut no és vàlid" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "El carregador d'imatges PNM no permet aquest subformat PNM" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "Els formats PNM en brut requereixen exactament un espai en blanc abans de " "les dades de mostra" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "No es pot obtenir memòria per a carregar la imatge PNM" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "No hi ha memòria suficient per a carregar l'estructura de context PNM" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Final inesperat de les dades de la imatge PNM" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "No hi ha memòria suficient per a carregar el fitxer PNM" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "La família de format d'imatge PNM/PBM/PGM/PPM" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "La imatge RAS té dades de capçalera erronis" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "La imatge RAS és de tipus desconegut" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "Variació d'imatge RAS no implementada" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "No hi ha memòria suficient per carregar la imatge RAS" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "El format d'imatge Sun raster" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "No es pot obtenir memòria per a l'estructura IOBuffer" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "No es pot obtenir memòria per les dades de l'IOBuffer" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "No es pot reallotjar memòria per les dades de l'IOBuffer" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "No es poden assignar les dades temporals de l'IOBuffer" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "No es pot allotjar un nou pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "No es pot assignar l'estructura del mapa de colors" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "No es poden assignar les entrades del mapa de colors" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Profunditat de bit inesperada per a les entrades del mapa de color" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "No es pot obtenir memòria per les capçaleres TGA" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "La imatge TGA té unes dimensions no vàlides" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "El tipus d'imatge TGA no està permès" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "No es pot obtenir memòria per al context de l'estructura TGA" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Excés de dades al fitxer" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "El format d'imatge Targa" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "No es pot obtenir l'amplada de la imatge (fitxer TIFF incorrecte)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "No es pot obtenir l'alçada de la imatge (fitxer TIFF incorrecte)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "L'amplada o l'alçada de la imatge TIFF és zero" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Les dimensions de la imatge TIFF són massa grans" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "No hi ha memòria suficient per obrir el fitxer TIFF" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "No s'han pogut carregar les dades RGB des del fitxer TIFF" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "No s'ha pogut obrir la imatge TIFF" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "L'operació TIFFClose ha fallat" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "No s'ha pogut carregar la imatge TIFF" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "No s'ha pogut desar la imatge TIFF" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "No s'han pogut escriure dades TIFF" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "No s'ha pogut escriure al fitxer TIFF" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "El format d'imatge TIFF" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "La imatge té una amplada zero" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "La imatge té una alçada zero" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "No hi ha memòria suficient per carregar la imatge" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "No s'ha pogut desar la resta" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "El format d'imatge WBMP" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "El fitxer XBM no és vàlid" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "No hi ha memòria suficient per a carregar el fitxer gràfic XBM" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "No s'ha pogut escriure al fitxer temporal en carregar la imatge XBM" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "El format d'imatge XBM" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "No s'ha trobat la capçalera XPM" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "La capçalera XPM no és vàlida" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "El fitxer XPM té una amplada d'imatge menor o igual que 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "El fitxer XPM té una alçada d'imatge menor o igual que 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM té un nombre de caràcters per píxel no vàlid" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "El fitxer XPM té un nombre de colors no vàlid" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "No es pot obtenir memòria per a carregar la imatge XPM" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "No es pot llegir el mapa de color d'XPM" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "No s'ha pogut escriure al fitxer temporal en carregar la imatge XPM" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "El format d'imatge XPM" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "El format d'imatge EMF" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "No s'ha pogut assignar memòria: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "No s'ha pogut crear el flux: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "No s'ha pogut cercar en el flux: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "No s'ha pogut llegir el flux: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "No s'ha pogut carregar el mapa de bits" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "No s'ha pogut carregar el metafitxer" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "El GDI+ no funciona amb aquest format d'imatge" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "No s'ha pogut desar" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "El format d'imatge WMF" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "No processis en lot les peticions del GDI" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "No utilitzis l'API Wintab per al suport de tablet" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "El mateix que --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Utilitza l'API Wintab [per defecte]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Mida de la paleta al mode 8 bits" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "COLORS" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Fes les crides a X sincronitzades" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "S'està iniciant %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "S'està obrint %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "S'està obrint %d element" msgstr[1] "S'estan obrint %d elements" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Llicència" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "La llicència del programa" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "C_rèdits" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Llicència" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Quant a %s" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Crèdits" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Escrit per" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documentat per" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Traduït per" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Art per" @@ -1248,7 +1259,7 @@ msgstr "Art per" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Majús" @@ -1258,7 +1269,7 @@ msgstr "Majús" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1268,7 +1279,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1278,7 +1289,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Súper" @@ -1288,7 +1299,7 @@ msgstr "Súper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Híper" @@ -1298,37 +1309,39 @@ msgstr "Híper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Espai" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Barra inversa" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "El tipus de la funció no és vàlid: «%s»" +msgstr "Funció de tipus no vàlida a la línia %d: «%s»" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" msgstr "" +"Identificador d'objecte duplicat «%s» a la línia %d (anteriorment a la línia %" +"d)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "El nom de l'element arrel no és vàlid: «%s»" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "L'etiqueta no està gestionada: «%s»" @@ -1342,7 +1355,7 @@ msgstr "L'etiqueta no està gestionada: «%s»" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1350,7 +1363,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1359,7 +1372,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1374,7 +1387,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1390,7 +1403,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1406,7 +1419,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1414,7 +1427,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Inhabilitat" @@ -1423,25 +1436,25 @@ msgstr "Inhabilitat" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Accelerador nou..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Trieu un color" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "S'han rebut dades de color no vàlides\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1449,7 +1462,7 @@ msgstr "" "Seleccioneu el color que vulgueu de l'anell extern. Seleccioneu la foscor o " "la claror del color utilitzant el triangle intern." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1457,67 +1470,67 @@ msgstr "" "Feu clic al selector de color, llavors feu clic on vulgueu de la vostra " "pantalla per seleccionar el seu color." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Matís:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Posició a la roda de colors." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Saturació:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "«Profunditat» del color." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Valor:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Brillantor del color" -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Vermell:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Quantitat de llum vermella en el color." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Verd:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Quantitat de llum verda en el color." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Blau:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Quantitat de llum blava en el color." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "Op_acitat:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Transparència del color." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "_Nom del color:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1525,15 +1538,15 @@ msgstr "" "Podeu introduir un valor de color hexadecimal a l'estil HTML, o simplement " "el nom d'un color (com ara «orange»)" -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Paleta:" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Roda de colors" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1544,7 +1557,7 @@ msgstr "" "seleccionar-lo com a actual per portar-lo a l'altra banda de la gamma de " "colors." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1552,11 +1565,11 @@ msgstr "" "El color que heu escollit. Podeu arrossegar aquest color cap a una paleta i " "desar-lo per a utilitzar-lo més endavant." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Desa el color aquí" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1565,55 +1578,55 @@ msgstr "" "Per a canviar aquesta entrada, arrossegueu una gamma de colors aquí o feu-hi " "clic amb el botó dret i seleccioneu «Desa el color aquí»." -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Selecció de color" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Mètodes d'entrada" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Insereix caràcters de control Unicode" -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "La fixació de majúscules està activada" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Seleccioneu un fitxer" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Escriptori" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Cap)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Altre..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "No s'ha pogut obtenir informació sobre el fitxer" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "No s'ha pogut afegir una adreça d'interès" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "No s'ha pogut suprimir l'adreça d'interès" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "No s'ha pogut crear la carpeta" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1622,11 +1635,11 @@ msgstr "" "nom. Proveu utilitzant un nom diferent per a la carpeta, o canvieu el nom " "del fitxer abans." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "El nom del fitxer no és vàlid" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "No s'ha pogut mostrar el contingut de la carpeta" @@ -1634,159 +1647,159 @@ msgstr "No s'ha pogut mostrar el contingut de la carpeta" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s a %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Cerca" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Utilitzats recentment" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Seleccioneu quins tipus de fitxers es mostren" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Afegeix la carpeta «%s» a les adreces d'interès" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Afegeix la carpeta actual a les adreces d'interès" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Afegeix les carpetes seleccionades a les adreces d'interès" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Suprimeix l'adreça d'interès «%s»" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Suprimeix" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Canvia el nom..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Llocs" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Llocs" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Afegeix" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Afegeix la carpeta seleccionada a les adreces d'interès" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Suprimeix" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Suprimeix les adreces d'interès seleccionades" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "No s'ha pogut seleccionar el fitxer" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Afegeix a les adreces d'interès" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Mostra els fitxers _ocults" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Mostra la columna de la _mida" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Fitxers" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Nom" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Mida" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Modificat" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Nom:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "Na_vega per altres carpetes" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Escriviu un nom de fitxer" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Crea una ca_rpeta" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Ubicació:" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "De_sa en la carpeta:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Crea en la _carpeta:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "No es pot canviar a la carpeta perquè no és local" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "La drecera %s ja existeix" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "La drecera %s no existeix" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Ja existeix un fitxer amb el nom «%s». Voleu reemplaçar-ho?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." @@ -1794,15 +1807,15 @@ msgstr "" "El fitxer ja existeix a «%s». Si ho reemplaceu sobreescriureu el seu " "contingut." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Reemplaça" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "No s'ha pogut iniciar el procés de cerca" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1810,54 +1823,54 @@ msgstr "" "El programa no ha pogut crear cap connexió al dimoni d'indexació. Assegureu-" "vos que s'està executant." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "No s'ha pogut enviar la sol·licitud de cerca" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Cerca:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "No s'ha pogut muntar %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Escriviu el nom de la carpeta nova" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Desconegut" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Ahir a les %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Camí no vàlid" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "No hi ha cap coincidència" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Compleció única" @@ -1865,13 +1878,13 @@ msgstr "Compleció única" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Complet, però no és únic" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "S'està completant..." @@ -1879,7 +1892,7 @@ msgstr "S'està completant..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Només es poden seleccionar fitxers locals" @@ -1887,41 +1900,41 @@ msgstr "Només es poden seleccionar fitxers locals" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "El nom d'ordinador no és complet; ha de finalitzar amb «/»" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "No existeix el camí" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "S'ha produït un error en crear la carpeta «%s»: %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Carpetes" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Carpetes" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Fitxers" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "No es pot llegir la carpeta: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1932,19 +1945,19 @@ msgstr "" "estigui disponible per a aquest programa.\n" "Esteu segur que voleu seleccionar-lo?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "Carpeta _nova" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "Suprimeix e_l fitxer" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Canvia el nom del fitxer" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" @@ -1952,71 +1965,71 @@ msgstr "" "El nom de la carpeta «%s» conté símbols que no estan permesos als noms de " "fitxer" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Carpeta nova" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "Nom de la _carpeta:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "C_rea" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "El nom del fitxer «%s» conté símbols que no estan permesos als noms de fitxer" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "S'ha produït un error en suprimir el fitxer «%s»: %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Esteu segur de voler suprimir el fitxer «%s»?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Suprimeix el fitxer" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "S'ha produït un error en canviar el nom del fitxer a «%s»: %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "S'ha produït un error en canviar el nom del fitxer «%s»: %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "S'ha produït un error en canviar el nom del fitxer «%s» a «%s»: %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Canvia el nom del fitxer" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Canvia el nom del fitxer «%s» a:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Canvia el nom" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Selecció: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2025,15 +2038,15 @@ msgstr "" "No s'ha pogut convertir el nom de fitxer «%s» a UTF-8. (Proveu d'establir la " "variable d'entorn G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 no vàlid" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "El nom és massa llarg" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "No s'ha pogut convertir el nom del fitxer" @@ -2042,75 +2055,75 @@ msgstr "No s'ha pogut convertir el nom del fitxer" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Sistema de fitxers" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "No s'ha pogut obtenir la carpeta arrel" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Buit)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Trieu un tipus de lletra" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Tipus de lletra" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcçdefghijk ABCÇDEFGHIJK" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Família:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "E_stil:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Mida:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Previsualització:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Selecció del tipus de lletra" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Valor de la _gamma" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "S'ha produït un error en carregar la icona: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2123,139 +2136,139 @@ msgstr "" "Podeu obtenir-ne una còpia de:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "La icona «%s» no es troba al tema" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "No s'ha pogut carregar la icona" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Simple" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Sistema" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Sistema (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Entrada" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "No hi ha cap dispositiu d'entrada estès" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Dispositiu:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Desactivat" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Pantalla" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Finestra" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Mode:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Eixos" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Tecles" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Pressió:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "_Inclinació en X" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "I_nclinació en Y" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Roda:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "cap" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(desactivat)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(desconegut)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Neteja" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Copia l'URL" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "URI no vàlid" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Carrega mòduls del GTK+ addicionals" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MÒDULS" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Considera tots els avisos com a greus" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Senyaladors de depuració de GTK+ a habilitar" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Senyaladors de depuració de GTK+ a inhabilitar" @@ -2266,65 +2279,66 @@ msgstr "Senyaladors de depuració de GTK+ a inhabilitar" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "No es pot obrir la pantalla: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Opcions del GTK+" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Mostra les opcions del GTK+" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "C_onnecta" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Connecta't _anònimament" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Connecta't com a u_suari:" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Nom d'usuari:" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domini:" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "Contrasen_ya:" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Oblida la _contrasenya immediatament" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Recorda la contrasenya _fins que surti" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Recorda-la per se_mpre" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Pàgina %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "No és un fitxer de configuració de pàgina vàlid" @@ -2336,11 +2350,11 @@ msgstr "No és un fitxer de configuració de pàgina vàlid" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2348,15 +2362,15 @@ msgstr "" "Qualsevol impressora\n" "Per a documents portables" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "inch" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2371,90 +2385,90 @@ msgstr "" " Superior: %s %s\n" " Inferior: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Gestiona mides personalitzades..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Format per a:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "Mida del _paper:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientació:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Configuració de la pàgina" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Marges de la impressora..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Mida personalitzada %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Gestioneu mides personalitzades" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Amplada:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Alçada:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Mida del paper" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Superior:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Inferior:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Esquerre:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Dret:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Marges del paper" # FIXME -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Amunt" # FIXME -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Avall" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Arrel del sistema de fitxers" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "No està disponible" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "De_sa a la carpeta:" @@ -2462,183 +2476,178 @@ msgstr "De_sa a la carpeta:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s treball #%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Estat inicial" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "S'està preparant per a imprimir" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "S'estan generant les dades" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "S'estan enviant les dades" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "S'està esperant" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Bloquejat degut a un problema" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "S'està imprimint" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "S'ha finalitzat" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "S'ha finalitzat amb error" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "S'està preparant %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "S'està preparant" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "S'està imprimint %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "S'ha produït un error en crear la previsualització d'impressió" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "" "El motiu més probable és perquè no s'ha pogut crear un fitxer temporal." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "S'ha produït un error en llançar la previsualització" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "S'ha produït un error en imprimir" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplicació" # Connectada? (josep) -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "La impressora no està en línia" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "No hi ha paper" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "En pausa" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Cal la intervenció de l'usuari" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Mida personalitzada" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "No s'ha trobat cap impressora" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Argument no vàlid per a la funció CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Error de StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "No hi ha prou memòria" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Argument no vàlid a PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Punter no vàlid a PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Gestor no vàlid a PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Error no especificat" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Impressora" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Ubicació" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Estat" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Rang" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "T_otes les pàgines" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Pàgina act_ual" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Pà_gines:" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2646,125 +2655,124 @@ msgstr "" "Especifiqueu un o més rangs de pàgines,\n" "p.ex. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "Pà_gines:" +msgstr "Pàgines" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Còpies" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Còpie_s:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "C_ompagina" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Inve_rteix" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "General" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Ordenació de les pàgines" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "D'esquerra a dreta" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "De dreta a esquerra" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Disposició" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Doble cara:" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Pàgines per _cara:" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Or_denació de les pàgines:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "N_omés imprimeix:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Tots els fulls" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Fulls parells" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Fulls senars" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Esc_ala:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Paper" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tipus de paper:" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Font del pape_r:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Safata de so_rtida:" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detalls del treball" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oritat:" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Informació de _facturació:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Imprimeix el document" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "A_ra" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_a:" @@ -2772,7 +2780,7 @@ msgstr "_a:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2780,21 +2788,21 @@ msgstr "" "Especifiqueu l'hora d'impressió,\n" " p.ex. 15:30, 2:35 PM, 14:15:20, 11:46:30 AM, 4 PM" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "Hora d'impressió" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "En es_pera" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "" "Mantingues la tasca en espera fins que no s'hagi alliberat de manera " "explícita" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Afegeix pàgina de coberta" @@ -2802,7 +2810,7 @@ msgstr "Afegeix pàgina de coberta" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "A_bans:" @@ -2810,91 +2818,91 @@ msgstr "A_bans:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Després:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Treball" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avançat" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Qualitat de la imatge" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Color" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Acabaments" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Alguns paràmetres del diàleg estan en conflicte" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Imprimeix" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "No s'ha pogut trobar el fitxer per a incloure: «%s»" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "No s'ha trobat un fitxer d'imatge al pixmap_path: «%s»" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Aquesta funció no està implementada per a ginys de la classe «%s»" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Seleccioneu quins tipus de documents s'han de mostrar" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "No s'ha trobat cap element per a la URI «%s»" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Filtre sense títol" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "No s'ha pogut suprimir l'element" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "No s'ha pogut netejar la llista" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Copia la _ubicació" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "Sup_rimeix de la llista" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Neteja la llista" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Mostra els recursos _privats" @@ -2908,21 +2916,21 @@ msgstr "Mostra els recursos _privats" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "No s'ha trobat cap element" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "No hi ha cap recurs emprat recentment amb l'URI «%s»" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Obre «%s»" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Element desconegut" @@ -2931,7 +2939,7 @@ msgstr "Element desconegut" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2940,37 +2948,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. (%s)" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "No s'ha pogut trobar cap element amb l'URI «%s»" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Informació" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Avís" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Error" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Pregunta" @@ -2978,699 +2986,699 @@ msgstr "Pregunta" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_Quant a" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Afegeix" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Aplica" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Negreta" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Cancel·la" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-ROM" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Neteja" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Tanca" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "C_onnecta" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Converteix" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Copia" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "Re_talla" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Suprimeix" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Descarta" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Desconnecta" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Executa" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Edita" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Cerca" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Cerca i _reemplaça" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Disquet" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Pantalla completa" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Surt de la pantalla completa" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Inferior" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Primer" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "Ú_ltim" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Superior" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Enrere" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "A_vall" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "E_ndavant" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "A_munt" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Disc dur" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "A_juda" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Inici" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Augmenta el sagnat" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Disminueix el sagnat" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "Índe_x" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Informació" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "Curs_iva" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Vés a" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Centrat" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Justificat" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Esquerra" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Dreta" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "E_ndavant" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Següent" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "En _pausa" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Reprodueix" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "An_terior" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "En_registra" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "R_ebobina" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Atura" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Xarxa" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Nou" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_No" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_D'acord" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Obre" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Apaïsat" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Vertical" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Apaïsat del revés" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Vertical del revés" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Confi_guració de la pàgina" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Enganxa" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Preferències" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Imprimeix" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Pre_visualització de la impressió" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Propietats" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Surt" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Refés" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Actualitza" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Suprimeix" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Restaura" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Desa" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "_Anomena i desa" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Seleccion_a-ho tot" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Color" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Tipus de lletra" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Ascendent" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Descendent" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_Verifica l'ortografia" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Atura" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Barrat" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "Rec_upera" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "S_ubratlla" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Desfés" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Sí" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "Mida _normal" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Millor a_just" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "_Amplia" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "_Redueix" # FIXME -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "S'ha produït un error en intentar deserialitzar %s" # FIXME -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "No s'ha trobat cap funció per a deserialitzar el format %s" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "S'ha trobat «id» i «name» a l'element <%s>" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "S'ha trobat dues vegades l'atribut «%s» a l'element <%s>" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "L'element <%s> té un id no vàlid «%s»" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "L'element <%s> no té ni l'atribut «name» ni el «id»" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "L'atribut «%s» està repetit dues vegades en el mateix element <%s>" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "L'atribut «%s» no és vàlid per a l'element <%s> en aquest context" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "L'etiqueta «%s» no ha estat definida." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "S'han trobat etiquetes anònimes, i no se n'han pogut crear." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "" "L'etiqueta «%s» no existeix a la memòria intermèdia, i no se'n poden crear." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "No es permet l'element <%s> per sota de <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "«%s» no és un tipus d'atribut vàlid" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "«%s» no és un nom d'atribut vàlid" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "" "No s'ha pogut convertir «%s» a un valor de tipus «%s» per a l'atribut «%s»" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "«%s» no és un valor vàlid per a l'atribut «%s»" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "L'etiqueta «%s» ja està definida" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "L'etiqueta «%s» té una prioritat («%s») no vàlida" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "" "L'element de més enfora del text ha de ser i no pas <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Ja s'ha especificat un element <%s>" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "No pot haver-hi un element abans d'un de " -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Les dades en sèrie estan mal formades" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Les dades en sèrie estan mal formades. La primera secció no és " "GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "Marca _esquerra-a-dreta LRM" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "Marca _dreta-a-esquerra RLM" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "_Incrustació esquerra-a-dreta LRE" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "I_ncrustació dreta-a-esquerra RLE" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "_Substitució esquerra-a-dreta LRO" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "S_ubstitució dreta-a-esquerra RLO" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "_Format direccional pop PDF" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "Espai d'amplada _zero ZWS" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "En_samblador d'amplada zero ZWJ" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "_No-ensamblador d'amplada zero ZWNJ" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "No s'ha trobat el motor de tema al module_path: «%s»," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "-- Cap consell --" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "" "S'ha trobat una etiqueta d'inici «%s» inesperada a la línia %d, caràcter %d" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "S'han trobat dades de caràcter inesperades a la línia %d, caràcter %d" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Buit" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Volum" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Apuja o abaixa el volum" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Ajusta el volum" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Abaixa el volum" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Disminueix el volum" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Apuja el volum" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Incrementa el volum" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Silencia" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Volum al màxim" @@ -3679,930 +3687,930 @@ msgstr "Volum al màxim" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "ASME_F" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 tabloide" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Sobre DL" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "JIS executiu" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Sobre Choukei 2" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Sobre Choukei 3" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Sobre Choukei 4" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "Hagaki (postal)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Sobre kahu" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Sobre kaku2" # FIXME -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "Oufuku (postal de resposta)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Sobre you4" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Sobre 6x9" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Sobre 7x9" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Sobre 9x11" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Sobre A2" # Mides per a l'arquitectura (dpm) -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "B plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "C" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Sobre C5" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "D" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "E" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "EDP" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "EDP europeu" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executiu" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "F" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "Paper continu europeu" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "Paper continu americà" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "Paper continu alemany legal" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Legal govern" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Carta governamental" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Índex 3x5" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Índex 4x6 (postal)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Índex 4x6 ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Índex 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Factura" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloide" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "Legal americà" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "Legal americà extra" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "Carta americà" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "Carta americà extra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "Carta americà plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Sobre Monarch" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Sobre del núm. 10" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Sobre del núm. 11" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Sobre del núm. 12" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Sobre del núm. 14" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Sobre del núm. 9" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Sobre personal" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quartilla" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Súper A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Súper B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Format ample" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Foli" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Foli sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Sobre d'invitació" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Sobre italià" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "Juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "Pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Sobre Postfix" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Foto petita" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Sobre prc1" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Sobre prc10" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Sobre prc2" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Sobre prc3" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Sobre prc4" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Sobre c5" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Sobre prc6" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Sobre prc7" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Sobre prc8" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "s'han trobat diferents idatas per als enllaços simbòlics «%s» i «%s»\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "No s'ha pogut escriure la capçalera\n" # FIXME -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "No s'ha pogut escriure la taula de resum\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "No s'ha pogut escriure l'índex de la carpeta\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "No s'ha pogut reescriure la capçalera\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "No s'ha pogut obrir el fitxer %s: %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "No s'ha pogut escriure el fitxer de memòria cau: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "La memòria cau generada no era vàlida.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "No s'ha pogut canviar el nom de %s a %s: %s, se suprimirà %s.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "No s'ha pogut canviar el nom de %s a %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "No s'ha pogut tornar a anomenar %s a %s: %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "S'ha creat el fitxer de memòria cau amb èxit.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Sobreescriu una memòria cau existent, encara que estigui al dia" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "No comprovis l'existència de index.theme" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "No incloguis dades d'imatges a la memòria cau" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Produeix un fitxer de capçalera C" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Desactiva la sortida detallada" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Valida la memòria cau d'icones existent" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "No s'ha trobat el fitxer: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "No és una memòria cau d'icones vàlida: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "No hi ha cap fitxer d'índex de tema." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4613,85 +4621,85 @@ msgstr "" "theme-index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amhàric (EZ+)" # FIXME #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cedilla" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Ciríl·lic (Transliterat)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (Transliterat)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Multipress" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thai-Lao" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrigna-Eritreà (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrigna-Etíop (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamita (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "Mètode d'entrada d'X" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "El nivell del tòner de la impressora «%s» és baix." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "No li queda tòner a la impressora «%s»." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "El nivell del revelador de la impressora «%s» és baix." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "No li queda revelador a la impressora «%s»." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "" @@ -4699,189 +4707,189 @@ msgstr "" "baix." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "" "No li queda tinta a almenys un dels contenidors de color a la impressora «%s»." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "La tapa de la impressora «%s» està oberta." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "La porta de la impressora «%s» està oberta." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "El nivell del paper de la impressora «%s» és baix." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "No li queda paper a la impressora «%s»." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "La impressora «%s» actualment no està en línia." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Pot ser que la impressora «%s» no estigui connectada." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Hi ha un problema a l'impressora «%s»." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "En pausa; refusa les tasques" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Refusa les tasques" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Doble cara" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Tipus de paper" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Font del paper" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Safata de sortida" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Resolució" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "Filtrat previ del GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Una cara" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Cantó llarg (estàndard)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Cantó curt (capgirat)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Selecció automàtica" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Predeterminat de la impressora" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Incrusta només els tipus de lletra GhostScript" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Converteix a PS, nivell 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Converteix a PS, nivell 2" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Sense filtratge previ" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Miscel·lània" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Urgent" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Alta" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Mitjana" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Baixa" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "D'esquerra a dreta, de dalt a baix" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "D'esquerra a dreta, de baix a dalt" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "De dreta a esquerra, de dalt a baix" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "De dreta a esquerra, de baix a dalt" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "De dalt a baix, d'esquerra a dreta" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "De dalt a baix, de dreta a esquerra" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "De baix a dalt, d'esquerra a dreta" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "De baix a dalt, de dreta a esquerra" @@ -4889,52 +4897,52 @@ msgstr "De baix a dalt, de dreta a esquerra" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Pàgines per full" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Prioritat de la tasca" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Informació de facturació" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Cap" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Classificat" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Confidencial" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Secret" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Estàndard" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Alt secret" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Desclassificat" @@ -4942,7 +4950,7 @@ msgstr "Desclassificat" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Abans" @@ -4950,7 +4958,7 @@ msgstr "Abans" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Després" @@ -4958,7 +4966,7 @@ msgstr "Després" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Imprimeix" @@ -4966,7 +4974,7 @@ msgstr "Imprimeix" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Imprimeix a una hora o data determinada" @@ -4974,66 +4982,66 @@ msgstr "Imprimeix a una hora o data determinada" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Personalitzat %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "sortida %s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Imprimeix a un fitxer" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Pàgines per _full:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Fitxer" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "F_ormat de sortida" # FIXME -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Imprimeix a LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Pàgines per full" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Línia d'ordres" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "prova-de-sortida.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Imprimiu per a provar la impressora" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "No s'ha pogut obtenir informació per al fitxer «%s»: %s" From 3c9e7c73bf63fe99ee095fbcfc9f5078c84e331d Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Sat, 18 Apr 2009 15:16:22 +0300 Subject: [PATCH 076/190] Allow GdkPixbufSimpleAnim to loop Add a GdkPixbufSimpleAnim:loop boolean property and its accessors. Based on a patch by Tim Evans. (#561139) --- .../gdk-pixbuf/gdk-pixbuf-sections.txt | 2 + docs/reference/gdk-pixbuf/tmpl/animation.sgml | 18 +++ gdk-pixbuf/gdk-pixbuf-simple-anim.c | 119 +++++++++++++++++- gdk-pixbuf/gdk-pixbuf-simple-anim.h | 3 + gdk-pixbuf/gdk-pixbuf.symbols | 2 + 5 files changed, 140 insertions(+), 4 deletions(-) diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt index be208fdeb3..6d84f8e326 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt @@ -136,6 +136,8 @@ gdk_pixbuf_animation_iter_get_pixbuf GdkPixbufSimpleAnim gdk_pixbuf_simple_anim_new gdk_pixbuf_simple_anim_add_frame +gdk_pixbuf_simple_anim_set_loop +gdk_pixbuf_simple_anim_get_loop GDK_PIXBUF_ANIMATION diff --git a/docs/reference/gdk-pixbuf/tmpl/animation.sgml b/docs/reference/gdk-pixbuf/tmpl/animation.sgml index 3cd15b4baf..6df1a8b72f 100644 --- a/docs/reference/gdk-pixbuf/tmpl/animation.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/animation.sgml @@ -172,3 +172,21 @@ An opaque struct representing a simple animation. @pixbuf: + + + + + +@animation: +@loop: + + + + + + + +@animation: +@Returns: + + diff --git a/gdk-pixbuf/gdk-pixbuf-simple-anim.c b/gdk-pixbuf/gdk-pixbuf-simple-anim.c index 3cd1560440..24d7ba48dd 100644 --- a/gdk-pixbuf/gdk-pixbuf-simple-anim.c +++ b/gdk-pixbuf/gdk-pixbuf-simple-anim.c @@ -25,9 +25,12 @@ * Havoc Pennington */ +#include "config.h" #include +#define GDK_PIXBUF_C_COMPILATION #include "gdk-pixbuf.h" +#include "gdk-pixbuf-private.h" #include "gdk-pixbuf-io.h" #include "gdk-pixbuf-simple-anim.h" #include "gdk-pixbuf-alias.h" @@ -109,6 +112,21 @@ static GdkPixbufAnimationIter *get_iter (GdkPixbufAnimation *anim, const GTimeVal *start_time); +static void gdk_pixbuf_simple_anim_set_property (GObject *object, + guint prop_id, + const GValue *value, + GParamSpec *pspec); +static void gdk_pixbuf_simple_anim_get_property (GObject *object, + guint prop_id, + GValue *value, + GParamSpec *pspec); + +enum +{ + PROP_0, + PROP_LOOP +}; + G_DEFINE_TYPE (GdkPixbufSimpleAnim, gdk_pixbuf_simple_anim, GDK_TYPE_PIXBUF_ANIMATION) static void @@ -124,13 +142,30 @@ gdk_pixbuf_simple_anim_class_init (GdkPixbufSimpleAnimClass *klass) object_class = G_OBJECT_CLASS (klass); anim_class = GDK_PIXBUF_ANIMATION_CLASS (klass); - + + object_class->set_property = gdk_pixbuf_simple_anim_set_property; + object_class->get_property = gdk_pixbuf_simple_anim_get_property; object_class->finalize = gdk_pixbuf_simple_anim_finalize; anim_class->is_static_image = is_static_image; anim_class->get_static_image = get_static_image; anim_class->get_size = get_size; anim_class->get_iter = get_iter; + + /** + * GdkPixbufSimpleAnim:loop: + * + * Whether the animation should loop when it reaches the end. + * + * Since: 2.18 + */ + g_object_class_install_property (object_class, + PROP_LOOP, + g_param_spec_boolean ("loop", + P_("Loop"), + P_("Whether the animation should loop when it reaches the end"), + FALSE, + G_PARAM_READWRITE)); } static void @@ -277,7 +312,7 @@ advance (GdkPixbufAnimationIter *anim_iter, { GdkPixbufSimpleAnimIter *iter; gint elapsed; - gint loop; + gint loop_count; GList *tmp; GList *old; @@ -302,13 +337,13 @@ advance (GdkPixbufAnimationIter *anim_iter, /* See how many times we've already played the full animation, * and subtract time for that. */ - loop = elapsed / iter->simple_anim->total_time; + loop_count = elapsed / iter->simple_anim->total_time; elapsed = elapsed % iter->simple_anim->total_time; iter->position = elapsed; /* Now move to the proper frame */ - if (loop < 1) + if (loop_count < 1 || iter->simple_anim->loop) tmp = iter->simple_anim->frames; else tmp = NULL; @@ -437,6 +472,82 @@ gdk_pixbuf_simple_anim_add_frame (GdkPixbufSimpleAnim *animation, animation->frames = g_list_append (animation->frames, frame); } +static void +gdk_pixbuf_simple_anim_get_property (GObject *object, + guint prop_id, + GValue *value, + GParamSpec *pspec) +{ + GdkPixbufSimpleAnim *animation = GDK_PIXBUF_SIMPLE_ANIM (object); + + switch (prop_id) { + case PROP_LOOP: + g_value_set_boolean (value, + gdk_pixbuf_simple_anim_get_loop (animation)); + break; + default: + G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); + break; + } +} + +static void +gdk_pixbuf_simple_anim_set_property (GObject *object, + guint prop_id, + const GValue *value, + GParamSpec *pspec) +{ + GdkPixbufSimpleAnim *animation = GDK_PIXBUF_SIMPLE_ANIM (object); + + switch (prop_id) { + case PROP_LOOP: + gdk_pixbuf_simple_anim_set_loop (animation, + g_value_get_boolean (value)); + break; + default: + G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); + break; + } +} + +/** + * gdk_pixbuf_simple_anim_set_loop: + * @animation: a #GdkPixbufSimpleAnim + * @loop: whether to loop the animation + * + * Sets whether @animation should loop indefinitely when it reaches the end. + * + * Since: 2.18 + **/ +void +gdk_pixbuf_simple_anim_set_loop (GdkPixbufSimpleAnim *animation, + gboolean loop) +{ + g_return_if_fail (GDK_IS_PIXBUF_SIMPLE_ANIM (animation)); + + if (loop != animation->loop) { + animation->loop = loop; + g_object_notify (G_OBJECT (animation), "loop"); + } +} + +/** + * gdk_pixbuf_simple_anim_get_loop: + * @animation: a #GdkPixbufSimpleAnim + * + * Gets whether @animation should loop indefinitely when it reaches the end. + * + * Returns: %TRUE if the animation loops forever, %FALSE otherwise + * + * Since: 2.18 + **/ +gboolean +gdk_pixbuf_simple_anim_get_loop (GdkPixbufSimpleAnim *animation) +{ + g_return_val_if_fail (GDK_IS_PIXBUF_SIMPLE_ANIM (animation), FALSE); + + return animation->loop; +} #define __GDK_PIXBUF_SIMPLE_ANIM_C__ #include "gdk-pixbuf-aliasdef.c" diff --git a/gdk-pixbuf/gdk-pixbuf-simple-anim.h b/gdk-pixbuf/gdk-pixbuf-simple-anim.h index ae77c202a5..cb96c538d5 100644 --- a/gdk-pixbuf/gdk-pixbuf-simple-anim.h +++ b/gdk-pixbuf/gdk-pixbuf-simple-anim.h @@ -51,6 +51,9 @@ GdkPixbufSimpleAnim *gdk_pixbuf_simple_anim_new (gint width, gfloat rate); void gdk_pixbuf_simple_anim_add_frame (GdkPixbufSimpleAnim *animation, GdkPixbuf *pixbuf); +void gdk_pixbuf_simple_anim_set_loop (GdkPixbufSimpleAnim *animation, + gboolean loop); +gboolean gdk_pixbuf_simple_anim_get_loop (GdkPixbufSimpleAnim *animation); G_END_DECLS diff --git a/gdk-pixbuf/gdk-pixbuf.symbols b/gdk-pixbuf/gdk-pixbuf.symbols index 4b579dd78d..ddf01c0411 100644 --- a/gdk-pixbuf/gdk-pixbuf.symbols +++ b/gdk-pixbuf/gdk-pixbuf.symbols @@ -133,6 +133,8 @@ gdk_pixbuf_simple_anim_get_type G_GNUC_CONST gdk_pixbuf_simple_anim_iter_get_type G_GNUC_CONST gdk_pixbuf_simple_anim_new gdk_pixbuf_simple_anim_add_frame +gdk_pixbuf_simple_anim_set_loop +gdk_pixbuf_simple_anim_get_loop #endif #endif From cf68d7f1d5d8b7d332db629654585bf0caa2a080 Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Sat, 18 Apr 2009 14:35:07 +0200 Subject: [PATCH 077/190] Updated Italian translation Completed Italian translation Signed-off-by: Milo Casagrande --- po/it.po | 2076 +++++++++++++++++++++++++++--------------------------- 1 file changed, 1042 insertions(+), 1034 deletions(-) diff --git a/po/it.po b/po/it.po index 98c75f6fa2..6f08183d6d 100644 --- a/po/it.po +++ b/po/it.po @@ -8,9 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.14\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-04-08 21:45+0200\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" +"+&component=general\n" +"POT-Creation-Date: 2009-04-17 05:32+0000\n" +"PO-Revision-Date: 2009-04-17 22:57+0200\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" @@ -19,58 +20,58 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" # GTK-2-12 -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Errore nell'analizzare l'opzione --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Errore nell'analizzare l'opzione --gdk-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Classe del programma come usato dal window manager" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "CLASSE" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Nome del programma come usato dal window manager" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "NOME" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "Display X da usare" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "DISPLAY" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "Schermo X da usare" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "SCHERMO" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Flag per il debug di Gdk da attivare" @@ -78,17 +79,17 @@ msgstr "Flag per il debug di Gdk da attivare" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "FLAG" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Flag per il debug di Gdk da disattivare" # direi che non ha traduzione in italiano -Luca -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "BackSpace" @@ -96,21 +97,21 @@ msgstr "BackSpace" # Notare la differenza tra # "Tabulazione" (il carattere di -) e # "Tab" (il tasto -) -Luca -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tab" # Notare che in italiano non esiste distinzione tra Return ed Enter # (per lo meno mi pare così, dovrei controllare sulla Olivetti) -Luca -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Invio" # Traduzione del tasto sulla Logitech e Microsoft IT # che ho sottomano -Luca -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pausa" @@ -120,99 +121,99 @@ msgstr "Pausa" # Bloc # Scorr # Cmq direi di seguire la convenzione usata in originale con il _ -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Bloc_Scorr" # Traduzione del tasto sulla Logitech e Microsoft IT # che ho sottomano -Luca -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "R_Sist" # Traduzione del tasto sulla Logitech e Microsoft IT # che ho sottomano -Luca -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Esc" # Ma che tasto è ???? -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Tasto_Multi" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Sinistra" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Su" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Destra" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Giù" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Pag_Su" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Pag_Giù" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "Fine" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Inizio" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Stamp" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Ins" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Bloc_Num" # Questo e i successivi si riferiscono ai tasti sul Tastierino Numerico # (da cui il prefisso usato TN). -Luca -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "TN_Spazio" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "TN_Tab" @@ -222,96 +223,96 @@ msgstr "TN_Tab" # # Sulle tastiere Logitech e Microsoft IT che ho sottomano # entrambi sono tradotto come Invio. -Luca -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "TN_Invio" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "TN_Home" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "TN_Sinistra" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "TN_Su" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "TN_Destra" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "TN_Giù" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "TN_Pag_Su" # credo sia precedente, visto che c'è KP_Next, # ma non so a che tasto corrisponda.... -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "TN_Prec" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "TN_Pag_Giù" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "TN_Succ" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "TN_Fine" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "TN_Inizio" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "TN_Ins" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "TN_Canc" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Canc" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Apertura del file «%s» fallita: %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Il file d'immagine «%s» non contiene dati" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -319,7 +320,7 @@ msgstr "" "Caricamento dell'immagine «%s» fallito: causa sconosciuta, probabilmente un " "file d'immagine corrotto" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -328,12 +329,12 @@ msgstr "" "Caricamento dell'animazione «%s» fallito: causa sconosciuta, probabilmente un " "file d'animazione corrotto" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Impossibile aprire il modulo «%s» per il caricamento delle immagini: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -342,53 +343,53 @@ msgstr "" "Il modulo per il caricamento delle immagini «%s» non esporta l'interfaccia " "opportuna, forse appartiene a una versione differente di GTK." -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Il tipo di immagine «%s» non è supportato" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Impossibile riconoscere il formato di immagine per il file «%s»" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Formato del file di immagine non riconosciuto" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Caricamento dell'immagine «%s» fallito: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Errore nello scrivere sul file d'immagine: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "Questa versione di gdk-pixbuf non permette di salvare nel formato %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Memoria insufficiente per salvare l'immagine sulla callback" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Apertura del file temporaneo fallita" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Lettura dal file temporaneo fallita" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Apertura di «%s» in scrittura fallita: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -397,18 +398,18 @@ msgstr "" "Chiusura di «%s» fallita durante la scrittura dell'immagine, alcuni dati " "potrebbero non essere stati salvati: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Memoria insufficiente per salvare l'immagine in un buffer" # GTK-2-14 # stream lasciato non tradotto come in glib/gio, # credo intenda qualcosa 'tipo' file, ma più generico -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Errore nello scrivere sullo stream d'immagine" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -417,143 +418,148 @@ msgstr "" "Errore interno: il modulo di caricamento immagine «%s» non riesce a " "completare l'operazione, causa del problema sconosciuta" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Caricamento progressivo non supportato per il tipo di immagine «%s»" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Header dell'immagine corrotto" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Formato dell'immagine sconosciuto" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Immagine con dati dei pixel corrotti" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "fallita l'allocazione di un buffer di %u byte per l'immagine" msgstr[1] "fallita l'allocazione di un buffer di %u byte per l'immagine" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Segmento di icona inaspettato nell'animazione" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Tipo di animazione non supportato" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Header dell'animazione non valido" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Memoria insufficiente per caricare l'animazione" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Segmento malformato nell'animazione" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "Formato ANI" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "Immagine BMP con dati fasulli nell'header" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Memoria insufficiente per caricare l'immagine bitmap" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "Immagine BMP con dimensione dell'header non supportata" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Le immagini BMP topdown non possono essere compresse" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "End-of-file raggiunto prematuramente" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Impossibile allocare memoria per salvare il file BMP" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Impossibile scrivere nel file BMP" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "Formato BMP" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Lettura dell'immagine GIF fallita: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "Il file GIF non è completo (forse parte dei dati sono andati persi)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Errore interno nel modulo di caricamento GIF (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Stack overflow" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "" "Il modulo di caricamento di immagini GIF non riconosce questa immagine." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Lettura di codice errato" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Tabella circolare nel file GIF" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Memoria insufficiente per caricare il file GIF" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Memoria insufficiente per comporre un fotogramma nel file GIF" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "Immagine GIF corrotta (errori nella compressione LZW)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Il file non sembra essere in formato GIF" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "La versione %s del formato GIF non è supportata" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -561,126 +567,128 @@ msgstr "" "Immagine GIF priva di colormap globale e in un fotogramma interno manca la " "colormap locale." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "Immagine GIF troncata o incompleta." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "Formato GIF" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Header dell'icona non valido" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Memoria insufficiente per caricare l'icona" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Icona con larghezza pari a zero" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Icona con altezza pari a zero" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Icone compresse non supportate" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Tipo di icona non supportato" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Memoria insufficiente per caricare il file ICO" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Immagine troppo larga per essere salvata come ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Hotspot del cursore esterno all'immagine" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Profondità non supportata per il file ICO: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "Formato ICO" # GTK-2-14 -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Errore nel leggere l'immagine ICNS: %s" # GTK-2-14 -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Impossibile decodificare il file ICNS" # GTK-2-14 -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "Formato ICNS" # GTK-2-14 # stream lasciato non tradotto come in glib/gio, # credo intenda qualcosa 'tipo' file, ma più generico -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Impossibile allocare memoria per lo stream" # GTK-2-14 -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Impossibile decodificare l'immagine" # GTK-2-14 -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "L'immagine trasformata in JPEG2000 ha larghezza o altezza pari a zero." # GTK-2-14 -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Il tipo di immagine non è attualmente supportato" # GTK-2-14 -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Impossibile allocare memoria per il profilo di colore" # GTK-2-14 -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Memoria insufficiente per aprire il file JPEG 2000" # GTK-2-14 # FIXME: bufferizzare ???!!!!?? -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Impossibile allocare memoria per bufferizzare i dati dell'immagine" # GTK-2-14 -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Formato JPEG 2000" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Errore nell'interpretare il file JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -688,21 +696,21 @@ msgstr "" "Memoria insufficiente per caricare l'immagine, provare a chiudere qualche " "applicazione per liberare memoria" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Spazio di colore JPEG (%s) non supportato" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Impossibile allocare memoria per caricare il file JPEG" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "L'immagine convertita in JPEG ha larghezza o altezza pari a zero." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -711,7 +719,7 @@ msgstr "" "La qualità di un'immagine JPEG deve essere compresa tra 0 e 100; il valore «%" "s» non può essere analizzato." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -719,93 +727,93 @@ msgstr "" "La qualità di un'immagine JPEG deve essere compresa tra 0 e 100; il valore «%" "d» non è permesso." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Formato JPEG" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Impossibile allocare memoria per l'header" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Impossibile allocare memoria per il «context buffer»" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Larghezza e/o altezza dell'immagine non valida" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Byte per pixel dell'immagine non supportati" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Immagine ha un numero non supportato di piani %d-bit" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Impossibile creare un nuovo pixbuf" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Impossibile allocare memoria per i dati della riga" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Impossibile allocare memoria per i dati indicizzati" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Impossibile ottenere tutte le righe dell'immagine PCX" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Nessuna tavolozza trovata alla fine dei dati PCX" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "Formato PCX" # GTK-2-12 -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "I bit per canale dell'immagine PNG è non valido." # GTK-2-12 -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "L'immagine PNG trasformata ha larghezza o altezza pari a zero." # GTK-2-12 -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "I bit per canale dell'immagine PNG trasformata non è 8." # GTK-2-12 -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "L'immagine PNG trasformata non utilizza RGB o RGBA." # GTK-2-12 -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "L'immagine PNG trasformata presenta un numero di canali non supportato, deve " "essere 3 o 4." # GTK-2-12 -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Errore critico nel file di immagine PNG: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Memoria insufficiente per caricare il file PNG" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -815,28 +823,28 @@ msgstr "" "applicazione per liberare memoria" # GTK-2-12 -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Errore critico nella lettura del file PNG" # GTK-2-12 -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Errore critico nella lettura del file PNG: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Le chiavi per i segmenti di testo PNG devono avere da 1 a 79 caratteri." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "" "Le chiavi per i segmenti di testo PNG possono contenere solo caratteri ASCII." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -845,7 +853,7 @@ msgstr "" "Il livello di compressione PNG deve essere un valore tra 0 e 9; il valore «%" "s» non può essere elaborato." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -854,309 +862,313 @@ msgstr "" "Il livello di compressione PNG deve essere un valore tra 0 e 9; il valore «%" "d» non è consentito." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "Il valore per il segmento di testo PNG %s non è convertibile nella codifica " "ISO-8859-1." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "Formato PNG" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "" "Il numero intero atteso dal modulo di caricamento PNM non è stato trovato" # GTK-2-12 -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "Il file PNM presenta un byte iniziale non corretto" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "Il file PNM non è in un sottoformato PNM riconosciuto" # GTK-2-12 -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "Il file PNM ha larghezza pari a zero" # GTK-2-12 -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "Il file PNM ha altezza pari a zero" # GTK-2-12 -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Il valore di colore massimo nel file PNM è zero" # GTK-2-12 -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Il valore di colore massimo nel file PNM troppo grande" # GTK-2-12 -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Il tipo di immagine PNM Raw è non valido" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "" "Il modulo di caricamento per le immagini PNM non supporta questo " "sottoformato PNM" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "I formati Raw PNM richiedono esattamente uno spazio bianco prima dei dati " "grezzi" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Impossibile allocare memoria per caricare l'immagine PNM" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Memoria insufficiente per caricare la struttura context del file PNM" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Fine dei dati dell'immagine PNM inaspettata" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Memoria insufficiente per caricare il file PNM" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "Famiglia formati PNM/PBM/PGM/PPM" # GTK-2-12 -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "L'immagine RAS presenta dati fasulli nell'header" # GTK-2-12 -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "L'immagine RAS ha tipo sconosciuto" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "variante di immagine RAS non supportata" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Memoria insufficiente per caricare l'immagine RAS" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Formato Sun raster" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Impossibile allocare memoria per la struttura IOBuffer" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Impossibile allocare memoria per i dati IOBuffer" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Impossibile riallocare i dati IOBuffer" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Impossibile allocare i dati IOBuffer temporanei" # GTK-2-12 -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Impossibile allocare il nuovo pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Impossibile allocare la struttura colormap" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Impossibile allocare gli elementi della struttura colormap" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Profondità di colore inattesa per gli elementi della colormap" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Impossibile allocare memoria per l'header TGA" # GTK-2-12 -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "L'immagine TGA presenta dimensioni non valide" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "Tipo di immagine TGA non supportato" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Impossibile allocare memoria per la struttura context TGA" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Dati in eccesso nel file" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Formato Targa" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Impossibile ottenere la larghezza dell'immagine (file TIFF difettoso)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Impossibile ottenere l'altezza dell'immagine (file TIFF difettoso)" # GTK-2-12 -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "La larghezza o altezza dell'immagine TIFF è pari a zero" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Dimensioni dell'immagine TIFF troppo grandi" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Memoria insufficiente per aprire il file TIFF" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Impossibile caricare i dati RGB dal file TIFF" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Impossibile aprire l'immagine TIFF" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "Operazione TIFFClose fallita" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Impossibile caricare l'immagine TIFF" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Impossibile salvare l'immagine TIFF" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Scrittura dati TIFF fallita" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Impossibile scrivere nel file TIFF" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "Formato TIFF" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Larghezza dell'immagine pari a zero" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Altezza dell'immagine pari a zero" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Memoria insufficiente per caricare l'immagine" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Impossibile salvare il resto" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "Formato WBMP" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "File XBM non valido" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Memoria insufficiente per caricare l'immagine XBM" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "" "Fallita la scrittura sul file temporaneo durante il caricamento " "dell'immagine XBM" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "Formato XBM" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Impossibile trovare l'header XPM" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Header XBM non valido" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "File XPM con larghezza minore o uguale a zero" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "File XPM con altezza <= zero" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM con numero di byte per pixel non valido" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "File XPM con numero di colori non valido" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Impossibile allocare memoria per caricare l'immagine XPM" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Impossibile leggere la colormap XPM" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "" "Fallita la scrittura nel file temporaneo durante il caricamento " "dell'immagine XPM" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "Formato XPM" # GTK-2-14 -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "Formato EMF" # GTK-2-14 -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Impossibile allocare memoria: %s" @@ -1164,8 +1176,8 @@ msgstr "Impossibile allocare memoria: %s" # GTK-2-14 # stream lasciato non tradotto come in glib/gio, # credo intenda qualcosa 'tipo' file, ma più generico -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Impossibile creare lo stream: %s" @@ -1175,7 +1187,7 @@ msgstr "Impossibile creare lo stream: %s" # credo intenda qualcosa 'tipo' file, ma più generico # # seek->posizionare come il gio -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Impossibile posizionarsi nello stream: %s" @@ -1183,34 +1195,34 @@ msgstr "Impossibile posizionarsi nello stream: %s" # GTK-2-14 # stream lasciato non tradotto come in glib/gio, # credo intenda qualcosa 'tipo' file, ma più generico -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Impossibile leggere dallo stream: %s" # GTK-2-14 # il bitmap o la bitmap ?? -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Impossibile caricare la bitmap" # GTK-2-14 -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Impossibile caricare i metadati" # GTK-2-14 -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Formato di immagine non supportato per GDI+" # GTK-2-14 -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Impossibile salvare" # GTK-2-14 -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "Formato WMF" @@ -1218,44 +1230,44 @@ msgstr "Formato WMF" # # s/asincrone/sincrone !!! #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Rende sincrone le richieste GDI" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Non usare l'API Wintab per supportare le tavolette grafiche" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Uguale a --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Usa l'API Wintab [predefinito]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Dimensione della tavolozza in modalità 8 bit" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "COLORI" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Rende le chiamate a X sincrone" # GTK-2-14 # come da traduzione già # esistente in gnome-desktop e altro -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Avvio di «%s»" @@ -1263,67 +1275,67 @@ msgstr "Avvio di «%s»" # GTK-2-14 # come da traduzione già # esistente in gnome-desktop e altro -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Apertura di «%s»" # GTK-2-14 -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "Apertura di %d oggetto" msgstr[1] "Apertura di %d oggetti" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licenza" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "La licenza del programma" # GTK-2-12 #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Riconoscimenti" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licenza" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Informazioni su %s" # GTK-2-12 -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Riconoscimenti" # GTK-2-12 -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Codice" # GTK-2-12 -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documentazione" # GTK-2-12 -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Traduzione" # GTK-2-12 # # Nota: "art work" --> grafica (da garzantilinguistica.it) -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafica" @@ -1332,7 +1344,7 @@ msgstr "Grafica" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Maiusc" @@ -1342,7 +1354,7 @@ msgstr "Maiusc" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1352,7 +1364,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1362,7 +1374,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1372,7 +1384,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1382,40 +1394,40 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Spazio" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:343 +#: ../gtk/gtkbuilderparser.c:343 #, c-format msgid "Invalid type function on line %d: '%s'" msgstr "Funzione tipo non valida alla riga %d: \"%s\"" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" msgstr "" "ID di oggetto \"%s\" duplicato alla riga %d (il precedente è alla riga %d)" # GTK-2-12 -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Elemento radice non valido: \"%s\"" # GTK-2-12 -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Tag non gestito: \"%s\"" @@ -1429,7 +1441,7 @@ msgstr "Tag non gestito: \"%s\"" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1437,7 +1449,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1446,7 +1458,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1461,7 +1473,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1477,7 +1489,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1493,7 +1505,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1501,7 +1513,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Disabilitato" @@ -1510,28 +1522,28 @@ msgstr "Disabilitato" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Nuovo acceleratore..." # GTK-2-12 # Nota: il segno di percentuale è attaccato al valore # nella convenzione italiana -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d%%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Selezione colore" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Ricevuti dati colore non validi\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1539,7 +1551,7 @@ msgstr "" "Selezionare la tonalità di colore tramite l'anello esterno e la luminosità " "tramite il triangolo interno." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1547,68 +1559,68 @@ msgstr "" "Fare clic sul contagocce, quindi fare clic su un punto qualsiasi dello " "schermo per selezionare il colore di quel punto." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Tonalità:" # GTK-2-12 -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Posizione sull'anello dei colori." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Saturazione:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "\"Profondità\" del colore." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Valore:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Luminosità del colore." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Rosso:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Quantità di luce rossa nel colore." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Verde:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Quantità di luce verde nel colore." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Blu:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Quantità di luce blu nel colore." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "_Opacità:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Trasparenza del colore." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "_Nome colore:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1616,16 +1628,16 @@ msgstr "" "È possibile inserire il valore esadecimale (in stile HTML) del colore o " "semplicemente il nome del colore come ad esempio \"orange\"." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Tavolozza:" # GTK-2-12 -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Anello dei colori" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1636,7 +1648,7 @@ msgstr "" "della tavolozza o selezionarlo come corrente trascinandolo sul colore che si " "vuole sostituire." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1644,12 +1656,12 @@ msgstr "" "Il colore selezionato. È possibile trascinarlo su una posizione della " "tavolozza per averlo disponibile in futuro." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Salva il colore in questa posizione" # ,bug nella stringa il punto finale andrebbe fuori dall virgolette -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1659,15 +1671,15 @@ msgstr "" "o fare clic col pulsante destro per selezionare \"Salva il colore in questa " "posizione\"." -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Selezione colore" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Metodi di input" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Inserisci carattere di controllo unicode" @@ -1676,11 +1688,11 @@ msgstr "_Inserisci carattere di controllo unicode" # o Blocca Maiuscole ? # Metto BlocMaiusc per ora, dovrebbe essere la traduzione # corretta del tasto - Milo -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "BlocMaiusc è attivo" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Seleziona un file" @@ -1695,35 +1707,35 @@ msgstr "Seleziona un file" # # In questo modo i due bookmark hanno la stessa traduzione. # -Luca -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Scrivania" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Nessuno)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Altro..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Impossibile recuperare informazioni sul file" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Impossibile aggiungere un segnalibro" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Impossibile rimuovere il segnalibro" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "La cartella non può essere creata" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1732,11 +1744,11 @@ msgstr "" "nome. Provare a usare un nome diverso per la cartella o rinominare prima il " "file." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Nome di file non valido" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Il contenuto della cartella non può essere visualizzato" @@ -1744,110 +1756,110 @@ msgstr "Il contenuto della cartella non può essere visualizzato" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s su %2$s" # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Ricerca" # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Usati di recente" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Seleziona quali tipi di file mostrare" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Aggiunge la cartella «%s» ai segnalibri" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Aggiunge la cartella corrente ai segnalibri" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Aggiunge le cartelle selezionate ai segnalibri" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Rimuove il segnalibro «%s»" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Rimuovi" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Rinomina..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Risorse" # GKT-2-12 #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "Ris_orse" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "A_ggiungi" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Aggiunge la cartella selezionata ai segnalibri" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Rimuovi" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Rimuove il segnalibro selezionato" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Impossibile selezionare il file" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "A_ggiungi ai segnalibri" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Mostra _file nascosti" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Mostra _colonna dimensioni" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "File" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Nome" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Dimensione" # Visto che si applica a cartelle (f) e file (m) mi pare più corretto. -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Data di modifica" @@ -1857,25 +1869,25 @@ msgstr "Data di modifica" # # Da verificare nel printeroption!! --Luca #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "No_me:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_Esplora altre cartelle" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Digitare un nome di file" # GTK-2-12 #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "_Crea cartella" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Posizione:" @@ -1889,35 +1901,35 @@ msgstr "_Posizione:" # a usare la C come tasto d'accesso. # # --Luca -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Salva nella _cartella:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Crea nella _cartella:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Impossibile spostarsi in una cartella non locale" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "La scorciatoia «%s» esiste già" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "La scorciatoia «%s» non esiste" # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Esiste già un file con nome «%s». Sostituirlo?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." @@ -1925,17 +1937,17 @@ msgstr "" "Il file esiste già in «%s». Scegliendo di sostituirlo il suo contenuto verrà " "sovrascritto." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Sostituisci" # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Impossibile avviare il processo di ricerca" # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1944,44 +1956,44 @@ msgstr "" "indicizzazione. Assicurarsi che sia in esecuzione." # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Impossibile inviare la richiesta di ricerca" # GTK-2-12 #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Cerca:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Impossibile montare «%s»" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Digitare il nome della nuova cartella" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Sconosciuto" # GTK-2-14 -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%k.%M" # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Ieri alle %k.%M" # GTK-2-14 #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Percorso non valido" @@ -1989,7 +2001,7 @@ msgstr "Percorso non valido" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Nessuna corrispondenza" @@ -1997,7 +2009,7 @@ msgstr "Nessuna corrispondenza" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Unico completamento" @@ -2006,14 +2018,14 @@ msgstr "Unico completamento" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Completo, ma non unico" # GTK-2-14 #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Completamento..." @@ -2021,7 +2033,7 @@ msgstr "Completamento..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "È possibile selezionare solo i file locali" @@ -2029,42 +2041,42 @@ msgstr "È possibile selezionare solo i file locali" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Nome host incompleto; terminarlo con \"/\"" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Il percorso non esiste" # GTK-2-12 -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Errore nel creare la cartella «%s»: %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Cartelle" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Cartelle" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_File" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Cartella non leggibile: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -2075,89 +2087,89 @@ msgstr "" "disponibile.\n" "Selezionarlo veramente?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Nuova cartella" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "Eli_mina file" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Rinomina file" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Il nome della cartella «%s» contiene simboli non consentiti nei nomi dei file" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Nuova cartella" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "Nome _cartella:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "C_rea" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "Il nome del file «%s» contiene simboli non consentiti nei nomi dei file" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Errore nell'eliminare il file «%s»: %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Eliminare veramente il file «%s»?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Elimina file" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Errore nel rinominare il file in «%s»: %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Errore nel rinominare il file «%s»: %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Errore nel rinominare il file «%s» in «%s»: %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Rinomina file" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Rinomina il file «%s» in:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Rinomina" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Selezione: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2166,15 +2178,15 @@ msgstr "" "Il nome del file «%s» non è convertibile in UTF-8 (impostare la variabile " "d'ambiente G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 non valido" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nome troppo lungo" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Impossibile convertire il nome del file" @@ -2183,28 +2195,28 @@ msgstr "Impossibile convertire il nome del file" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "File system" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Impossibile ottenere la cartella radice" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Vuoto)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Selezione tipo di carattere" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Tipo di carattere" @@ -2215,49 +2227,49 @@ msgstr "Tipo di carattere" # #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcde ABCDE àèìòù €" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Famiglia:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Stile:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Dimensione:" # GTK-2-16 cambiato acceleratore per collisione con A_nnulla #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Anteprima:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Selezione tipo di carattere" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Valore _gamma" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Errore nel caricare l'icona: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2270,142 +2282,142 @@ msgstr "" "È possibile recuperarne una copia presso:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "Icona «%s» non presente nel tema" # GTK-2-12 -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Caricamento dell'icona fallito" # GTK-2-14 -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Semplice" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Sistema" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Sistema (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Inserimento" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Nessun dispositivo di inserimento esteso" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Dispositivo:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Disabilitato" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Schermo" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Finestra" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Modalità:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Assi" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Tasti" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Pressione:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "Inc_linazione X:" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "In_clinazione Y:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "Ro_tella:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "nessuno" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(disabilitato)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(sconosciuto)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Pulisci" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Copia URL" # GTK-2-12 -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "URI non valido" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Carica i moduli GTK+ addizionali" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULI" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Rende tutti i warning critici" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Flag per il debug di GTK+ da attivare" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Flag per il debug di GTK+ da disattivare" @@ -2414,76 +2426,77 @@ msgstr "Flag per il debug di GTK+ da disattivare" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" # GTK-2-14 -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Impossibile aprire il display: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Opzioni GTK+" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Mostra le opzioni GTK+" # GTK-2-14 -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "C_onnetti" # GTK-2-14 -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Connetti in modo _anonimo" # GTK-2-14 -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Connetti come u_tente:" # GTK-2-14 -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "Nome _utente:" # GTK-2-14 -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Dominio:" # GTK-2-14 -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "Pass_word:" # GTK-2-14 -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Di_menticare la password immediatamente" # GTK-2-14 -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Ricordare la password _fino al termine sessione" # GTK-2-14 -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Ricordare per sempre" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Pagina %u" # GTK-2-12 -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Non è un file di impostazione pagina valido" @@ -2493,11 +2506,11 @@ msgstr "Non è un file di impostazione pagina valido" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2505,15 +2518,15 @@ msgstr "" "Stampante generica\n" "Per documenti portabili" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "pollici" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2528,98 +2541,98 @@ msgstr "" " Superiore: %s %s\n" " Inferiore: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Gestisci dimensioni personalizzate..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Formato per:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Dimensione carta:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientamento:" # setup è sostantivo, set up è verbo -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Impostazione pagina" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Margini dalla stampante..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Dimensione personalizzata %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Gestisci dimensioni personalizzate" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Larghezza:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Altezza:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Dimensione carta" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Superiore:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Inferiore:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Sinistro:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Destro:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Margini carta" # GTK-2-12 # # nome/descrizione per accessibilità -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Su nel percorso" # GTK-2-12 # # nome/descrizione per accessibilità -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Giù nel percorso" # GTK-2-12 # # nome/descrizione per accessibilità -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Radice del file system" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Non disponibile" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "Salva nella ca_rtella:" @@ -2628,194 +2641,189 @@ msgstr "Salva nella ca_rtella:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s lavoro #%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Stato iniziale" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Preparazione per la stampa" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Generazione dati" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Invio dati" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Attesa" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Bloccato a causa di un problema" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Stampa in corso" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Terminato" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Terminato con errore" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Preparazione di %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "Preparazione" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Stampa di %d" # GTK-2-14 -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "Errore nel creare l'anteprima di stampa" # GTK-2-14 -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "" "Il motivo più probabile è che non è possibile creare un file temporaneo." # GTK-2-12 launch-->lanciare -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Errore nel lanciare l'anteprima" # GTK-2-12 -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Errore nello stampare" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Applicazione" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Stampante scollegata" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Carta terminata" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "In pausa" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Richiesto l'intervento dell'utente" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Dimensione personalizzata" # GTK-2-14 -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Nessuna stampante trovata" # GTK-2-14 -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Argomento non valido per CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Errore da StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Memoria insufficiente" # GTK-2-14 -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Argomento non valido per PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Puntatore a PrintDlgEx non valido" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Handle per PrintDlgEx non valido" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Errore non specificato" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Stampante" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Posizione" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Stato" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Intervallo" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Tutte le pagine" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Pagina c_orrente" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Pagine:" # GTK-2-12 -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2823,28 +2831,28 @@ msgstr "" "Specificare uno o più intervalli di pagine,\n" "per esempio: 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" msgstr "Pagine" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Copie" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Copi_e:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "Ra_ggruppa" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Ordine inve_rso" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Generale" @@ -2852,98 +2860,98 @@ msgstr "Generale" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Ordinamento pagine" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Da sinistra a destra" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Da destra a sinistra" # GTK-2-12 # # in tipografia layout-->impaginazione (garzantilinguistica.it) -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Impaginazione" # GTK-2-12 aggiunto acceleratore -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Fronte-retro:" # GTK-2-12 -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "P_agine per facciata:" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Or_dinamento pagine:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Sta_mpare solo:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Tutti i fogli" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Fogli pari" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Fogli dispari" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Scala:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Carta" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tipo di carta:" # GTK-2-14 # cambiato acceleratore per conflitto -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "S_orgente carta:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Cassetto di _uscita:" # GTK-2-12 -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Dettagli lavoro" # GTK-2-14 # cambiato acceleratore per conflitto -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_orità:" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "In_formazioni fatturazione:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Stampa documento" @@ -2952,11 +2960,11 @@ msgstr "Stampa documento" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "Ad_esso" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Alle:" @@ -2968,7 +2976,7 @@ msgstr "_Alle:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2976,33 +2984,33 @@ msgstr "" "Specificare l'ora della stampa,\n" " per esempio 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "Ora di stampa" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_In attesa" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Trattenere il lavoro finché non è esplicitamente rilasciato" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Aggiungi pagina di copertina" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "P_rima:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Dopo:" @@ -3010,88 +3018,88 @@ msgstr "_Dopo:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Lavoro" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avanzato" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Qualità immagine" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Colore" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Completamento in corso" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Alcune impostazioni nella finestra di dialogo sono in conflitto" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Stampa" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Impossibile trovare il file da includere: \"%s\"" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Impossibile trovare il file di immagine in pixmap_path: \"%s\"" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Questa funzione non è implementata per i widget della classe «%s»" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Seleziona i tipi di documento da visualizzare" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Nessun elemento trovato per l'URI «%s»" # GTK-2-12 -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Filtro senza titolo" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Impossibile rimuovere l'elemento" # GTK-2-12 s/lista/elenco -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Impossibile pulire l'elenco" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Copia _posizione" # GTK-2-12 s/lista/elenco -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Rimuovi da elenco" # GTK-2-12 s/lista/elenco -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Pulisci elenco" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Mostra risorse _private" @@ -3105,21 +3113,21 @@ msgstr "Mostra risorse _private" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Nessun elemento trovato" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Non sono state trovate risorse con l'URI «%s» usate di recente" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Apre «%s»" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Elemento sconosciuto" @@ -3128,7 +3136,7 @@ msgstr "Elemento sconosciuto" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -3137,37 +3145,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Impossibile trovare un elemento con l'URI «%s»" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Informazione" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Avvertimento" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Errore" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Domanda" @@ -3175,83 +3183,83 @@ msgstr "Domanda" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "I_nformazioni" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "A_ggiungi" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "A_pplica" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Grassetto" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "A_nnulla" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-Rom" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Pulisci" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Chiudi" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "C_onnetti" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Converti" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Copia" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "_Taglia" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "Eli_mina" # GTK-2-12 -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Scarta" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Disconnetti" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Esegui" @@ -3259,27 +3267,27 @@ msgstr "_Esegui" # GTK-2-16 # cambiato accelerato da _m a _d per possibili collisioni # con eli_mina -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "Mo_difica" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "Tr_ova" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Trova e sostit_uisci" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Floppy" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "Sc_hermo intero" @@ -3287,359 +3295,359 @@ msgstr "Sc_hermo intero" # Non è fedele, ma è come quanto già usato e testato in altre applicazioni. # La traduzione "Lascia schermo intero" o simili sono troppo lunghe per i # posti in cui va ad apparire (cfr epiphany, evince, gthumb...) -Luca -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Finestra normale" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Basso" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Primo" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Ultimo" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Alto" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Indietro" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Giù" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Avanti" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Su" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Disco fisso" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "A_iuto" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Home" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Aumenta rientro" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Riduci rientro" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Indice" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "I_nformazioni" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Corsivo" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Vai a" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Centrato" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Giustificato" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Sinistra" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Destra" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Avanti" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Successivo" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "P_ausa" # GKT-2-12 #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Riproduci" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "Pre_cedente" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "Re_gistra" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "Ria_vvolgi" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Ferma" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Rete" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Nuovo" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_No" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_OK" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Apri" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Orizzontale" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Verticale" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Orizzontale invertito" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Verticale invertito" # GTK-2-14 # setup è sostantivo, set up è verbo -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "_Impostazione pagina" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Incolla" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "Preferen_ze" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "Stam_pa" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Antepri_ma di stampa" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "Pr_oprietà" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Esci" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Ripeti" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Aggiorna" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Rimuovi" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Ripristina" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Salva" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Sa_lva come" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "_Seleziona tutto" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Colore" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Tipo di carattere" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Crescente" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Decrescente" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "C_ontrolla ortografia" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Ferma" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "S_barrato" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Annulla eliminazione" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Sottolineato" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Annulla" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Sì" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Dimensione normale" @@ -3648,253 +3656,253 @@ msgstr "_Dimensione normale" # # era "adatta alla finestra", ma che c'entra la finestra ???? #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Ada_tta dimensione" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "Aum_enta ingrandimento" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "Rid_uci ingrandimento" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Errore sconosciuto durante il tentativo di deserializzare %s" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Funzione di deserializzazione per il formato %s non trovata" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "Nell'elemento <%s> sono stati trovati sia \"id\" che \"name\"" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "" "L'attributo «%s» è stato trovato due volte all'interno dell'elemento <%s>" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "L'id «%s» dell'elemento <%s> non è valido" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "L'elemento <%s> non ha gli attributi \"id\" e \"name\"" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "L'attributo «%s» è ripetuto due volte nell'elemento <%s>" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "In questo contesto l'attributo «%s» non è valido nell'elemento <%s>" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Il tag «%s» non è stato definito." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Trovato tag anonimo. Non è possibile creare altri tag." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "Nel buffer non esiste il tag «%s» e non è possibile creare altri tag." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Non è consentito usare l'elemento <%s> dopo <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "«%s» non è un tipo di attributo valido" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "«%s» non è un nome di attributo valido" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "" "Non è possibile convertire «%s» in un valore di tipo «%s» per l'attributo «%s»" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "«%s» non è un valore valido per l'attributo «%s»" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Il tag «%s» è già definito" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Il tag «%s» ha priorità «%s» non valida" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "L'elemento più esterno deve essere , non <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Un elemento <%s> è già stato specificato" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Un elemento non può precedere un elemento " -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "I dati serializzati sono malformati" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "I dati serializzati sono malformati. La prima sezione non è " "GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM marcatura _sinistra-destra" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM marcatura _destra-sinistra" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE _inserimento sinistra-destra" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE i_nserimento destra-sinistra" # GTK-2-12 -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO _forza sinistra-destra" # GTK-2-12 -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO f_orza destra-sinistra" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF cancella formattazione direzionale" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS spa_zio a larghezza nulla" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ spazio di _unione a larghezza nulla" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ spazio _non di unione a larghezza nulla" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Impossibile trovare il motore del tema in module_path: «%s»," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Nessun suggerimento ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Tag iniziale «%s» non atteso alla riga %d, carattere %d" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Dati carattere non attesi alla riga %d, carattere %d" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Vuoto" # GTK-2-12 # nome per a11y -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Volume" # GTK-2-14 # descrizione per a11y -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Abbassa o alza il volume" # GTK-2-14 # descrizione dell'azione per a11y< -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Regola il volume" # GTK-2-12 # nome per a11y -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Abbassa volume" # GTK-2-14 # descrizione per a11y -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Decrementa il volume" # GTK-2-12 # nome per a11y -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Alza volume" # GTK-2-14 # descrizione per a11y -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Incrementa il volume" # GTK-2-12 -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Volume escluso" # GTK-2-12 -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Volume massimo" @@ -3906,932 +3914,932 @@ msgstr "Volume massimo" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d%%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tabulato" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Busta DL" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Busta Choukei 2" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Busta Choukei 3" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Busta Choukei 4" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (cartolina)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Busta kahu" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Busta kaku2" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (cartolina di risposta)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Busta you4" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10\"×11\"" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10\"×13\"" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10\"×14\"" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10\"×15\"" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11\"×12\"" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11\"×15\"" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12\"×19\"" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5\"×7\"" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Busta 6\"×9\"" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Busta 7\"×9\"" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Busta 9\"×11\"" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Busta a2" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Busta c5" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "edp Europeo" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "Modulo continuo Europeo" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "Modulo continuo US" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "Modulo continuo legal tedesco" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Legal ministeriale" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Letter ministeriale" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Bigliettino 3\"×5\"" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Bigliettino 4\"×6\" (cartolina)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Bigliettino 4\"×6\" ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Bigliettino 5\"×8\"" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Fattura" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Busta Monarch" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Busta #10" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Busta #11" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Busta #12" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Busta #14" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Busta #9" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Busta Personale" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Formato largo" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Busta invito" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Busta italiana" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Busta Postfix" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Foto piccola" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Busta prc1" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Busta prc10" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Busta prc2" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Busta prc3" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Busta prc4" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Busta prc5" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Busta prc6" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Busta prc7" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Busta prc8" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "trovati idata differenti per i collegamenti simbolici «%s» e «%s»\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Scrittura intestazione fallita\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Scrittura tabella hash fallita\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Scrittura indice della cartella fallita\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Riscrittura intestazione fallita\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Apertura del file «%s» fallita: %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Scrittura file di cache fallita: %s\n" # GTK-2-12 -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "La cache generata era non valida.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Impossibile rinominare %s in %s: %s quindi viene rimosso %s.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Impossibile rinominare %s in %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Impossibile rinominare %s nuovamente in %s: %s\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "File di cache creato con successo.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Sovrascrive una cache esistente, anche se aggiornata" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Non controlla se esiste index.theme" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Non include i dati dell'immagine nella cache" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Genera un header file C" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Disabilita l'output dettagliato" # GTK-2-12 -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Convalida una cache di icone esistente" # GTK-2-12 -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "File non trovato: %s\n" # GTK-2-12 -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Non è una cache di icone valida: %s\n" # GTK-2-14 -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Nessun file indice di tema." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4842,69 +4850,69 @@ msgstr "" "theme-index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amarico (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cedilla" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Cirillico (traslitterato)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (traslitterato)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" # GTK-2-12 #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Pressione multipla" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thai-Lao" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrino-Eritreo (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrino-Etiopico (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamita (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "Metodo di input X" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Toner in esaurimento sulla stampante «%s»." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Toner esaurito sulla stampante «%s»." @@ -4922,14 +4930,14 @@ msgstr "Toner esaurito sulla stampante «%s»." # # Per cui tanto vale non sbattersi la testa a cercare una traduzione. #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "Developer in esaurimento sulla stampante «%s»." # GTK-2-14 #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Developer esaurito sulla stampante «%s»." @@ -4937,7 +4945,7 @@ msgstr "Developer esaurito sulla stampante «%s»." # GTK-2-14 # marker-supply --> fornitura toner (da IBM) #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "Almeno una fornitura toner in esaurimento sulla stampante «%s»." @@ -4945,163 +4953,163 @@ msgstr "Almeno una fornitura toner in esaurimento sulla stampante «%s»." # GTK-2-14 # marker-supply --> fornitura toner (da IBM) #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Almeno una fornitura toner esaurita sulla stampante «%s»." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "Il coperchio della stampante «%s» è aperto." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "Lo sportello della stampante «%s» è aperto." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Carta in esaurimento sulla stampante «%s»." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Carta esaurita sulla stampante «%s»." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "La stampante «%s» è attualmente fuori rete." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "La stampante «%s» potrebbe non essere connessa." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "C'è un problema sulla stampante «%s»." # GTK-2-14 #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "In pausa; lavori rifiutati" # GTK-2-14 #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Lavori rifiutati" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Fronte-retro" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Tipo di carta" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Sorgente carta" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Cassetto di uscita" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Risoluzione" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "Pre-filtraggio GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Singola facciata" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Bordo lungo (standard)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Bordo corto (flip)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Selezione automatica" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Impostazioni predefinite stampante" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Includere solo i caratteri GhostScript" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Convertire a PS livello 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Convertire a PS livello 2" # GTK-2-14 #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Nessun pre-filtraggio" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Varie" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Urgente" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Alta" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Media" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Bassa" @@ -5109,42 +5117,42 @@ msgstr "Bassa" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Da sinistra a destra, dall'alto in basso" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Da sinistra a destra, dal basso in alto" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Da destra a sinistra, dall'alto in basso" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Da destra a sinistra, dal basso in alto" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Dall'alto in basso, da sinistra a destra" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Dall'alto in basso, da desta a sinistra" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Dal basso in alto, da sinistra a destra" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Dal basso in alto, da desta a sinistra" @@ -5152,7 +5160,7 @@ msgstr "Dal basso in alto, da desta a sinistra" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Pagine per foglio" @@ -5160,7 +5168,7 @@ msgstr "Pagine per foglio" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Priorità lavoro" @@ -5168,38 +5176,38 @@ msgstr "Priorità lavoro" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Informazioni fatturazione" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Nessuna" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Classificato" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Confidenziale" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Segreto" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Standard" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Top Secret" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Non classificato" @@ -5207,7 +5215,7 @@ msgstr "Non classificato" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Prima" @@ -5215,7 +5223,7 @@ msgstr "Prima" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Dopo" @@ -5224,14 +5232,14 @@ msgstr "Dopo" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Stampa" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Stampa alle" @@ -5240,67 +5248,67 @@ msgstr "Stampa alle" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Personalizzato %s×%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "output.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Stampa su file" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "PostScript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Pagine per _foglio:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "File" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "Formato di _output" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Stampa su LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Pagine per foglio" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Riga di comando" # GTK-2-12 #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "output-prova.%s" # GTK-2-12 -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Stampa su stampante di prova" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Impossibile ottenere informazioni per il file «%s»: %s" From db1e13895250ff7934a4741abbd5bc7a46067a4a Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sat, 18 Apr 2009 16:28:43 +0100 Subject: [PATCH 078/190] Updated British English translation --- po/en_GB.po | 2085 ++++++++++++++++++++++++++------------------------- 1 file changed, 1046 insertions(+), 1039 deletions(-) diff --git a/po/en_GB.po b/po/en_GB.po index b68c187d31..5612d39ee6 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,10 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2b" +"+&component=general\n" +"POT-Creation-Date: 2009-04-18 09:55+0000\n" "PO-Revision-Date: 2009-02-20 23:18+0000\n" -"Last-Translator: David Lodge \n" +"Last-Translator: Philip Withnall \n" "Language-Team: British English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,58 +20,58 @@ msgstr "" "X-Poedit-Language: English\n" "X-Poedit-Country: UNITED KINGDOM\n" -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Error parsing option --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Error parsing option --gdk-no-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Program class as used by the window manager" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "CLASS" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Program name as used by the window manager" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "NAME" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "X display to use" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "DISPLAY" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "X screen to use" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "SCREEN" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "GDK debugging flags to set" @@ -78,220 +79,220 @@ msgstr "GDK debugging flags to set" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "FLAGS" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "GDK debugging flags to unset" -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "Backspace" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tab" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Return" -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Scroll_Lock" -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Escape" -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_key" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Left" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Up" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Right" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Down" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page_Up" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page_Down" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Print" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insert" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Space" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Tab" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Enter" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP_Home" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP_Left" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP_Up" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP_Right" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP_Down" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_Page_Up" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP_Prior" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP_Next" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "KP_End" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP_Begin" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP_Insert" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP_Delete" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Delete" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Failed to open file '%s': %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Image file '%s' contains no data" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "" "Failed to load image '%s': reason not known, probably a corrupt image file" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -300,12 +301,12 @@ msgstr "" "Failed to load animation '%s': reason not known, probably a corrupt " "animation file" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Unable to load image-loading module: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -314,53 +315,53 @@ msgstr "" "Image-loading module %s does not export the correct interface; perhaps it's " "from a different GTK version?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Image type '%s' is not supported" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Couldn't recognise the image file format for file '%s'" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Unrecognised image file format" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Failed to load image '%s': %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Error writing to image file: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "This build of gdk-pixbuf does not support saving the image format: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Insufficient memory to save image to callback" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Failed to open temporary file" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Failed to read from temporary file" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Failed to open '%s' for writing: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -369,15 +370,15 @@ msgstr "" "Failed to close '%s' while writing image, all data may not have been saved: %" "s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Insufficient memory to save image into a buffer" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Error writing to image stream" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -386,142 +387,147 @@ msgstr "" "Internal error: Image loader module '%s' failed to complete an operation, " "but didn't give a reason for the failure" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Incremental loading of image type '%s' is not supported" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Image header corrupt" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Image format unknown" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Image pixel data corrupt" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "failed to allocate image buffer of %u byte" msgstr[1] "failed to allocate image buffer of %u bytes" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Unexpected icon chunk in animation" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Unsupported animation type" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Invalid header in animation" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Not enough memory to load animation" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Malformed chunk in animation" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "The ANI image format" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "BMP image has bogus header data" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Not enough memory to load bitmap image" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "BMP image has unsupported header size" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Topdown BMP images cannot be compressed" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Premature end-of-file encountered" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Couldn't allocate memory for saving BMP file" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Couldn't write to BMP file" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "The BMP image format" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Failure reading GIF: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "GIF file was missing some data (perhaps it was truncated somehow?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Internal error in the GIF loader (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Stack overflow" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "GIF image loader cannot understand this image." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Bad code encountered" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Circular table entry in GIF file" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Not enough memory to load GIF file" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Not enough memory to composite a frame in GIF file" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "GIF image is corrupt (incorrect LZW compression)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "File does not appear to be a GIF file" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "Version %s of the GIF file format is not supported" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -529,112 +535,114 @@ msgstr "" "GIF image has no global colourmap, and a frame inside it has no local " "colourmap." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "GIF image was truncated or incomplete." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "The GIF image format" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Invalid header in icon" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Not enough memory to load icon" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Icon has zero width" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Icon has zero height" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Compressed icons are not supported" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Unsupported icon type" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Not enough memory to load ICO file" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Image too large to be saved as ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Cursor hotspot outside image" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Unsupported depth for ICO file: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "The ICO image format" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Error reading ICNS image: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Could not decode ICNS file" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "The ICNS image format" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Couldn't allocate memory for stream" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Couldn't decode image" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Transformed JPEG2000 has zero width or height" -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Image type currently not supported" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Couldn't allocate memory for colour profile" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Insufficient memory to open JPEG 2000 file" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Couldn't allocate memory to buffer image data" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "The JPEG 2000 image format" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Error interpreting JPEG image file (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -642,21 +650,21 @@ msgstr "" "Insufficient memory to load image, try exiting some applications to free " "memory" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Unsupported JPEG colour space (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Couldn't allocate memory for loading JPEG file" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Transformed JPEG has zero width or height." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -665,92 +673,92 @@ msgstr "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " "parsed." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "The JPEG image format" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Couldn't allocate memory for header" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Couldn't allocate memory for context buffer" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Image has invalid width and/or height" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Image has unsupported bpp" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Image has unsupported number of %d-bit planes" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Couldn't create new pixbuf" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Couldn't allocate memory for line data" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Couldn't allocate memory for palette data" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Didn't get all lines of PCX image" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "No palette found at end of PCX data" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "The PCX image format" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Bits per channel of PNG image is invalid." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Transformed PNG has zero width or height." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Bits per channel of transformed PNG is not 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Transformed PNG not RGB or RGBA." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "Transformed PNG has unsupported number of channels, must be 3 or 4." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Fatal error in PNG image file: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Insufficient memory to load PNG file" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -759,26 +767,26 @@ msgstr "" "Insufficient memory to store a %ld by %ld image; try exiting some " "applications to reduce memory usage" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Fatal error reading PNG image file" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Fatal error reading PNG image file: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "Keys for PNG text chunks must be ASCII characters." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -787,7 +795,7 @@ msgstr "" "PNG compression level must be a value between 0 and 9; value '%s' could not " "be parsed." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -796,418 +804,422 @@ msgstr "" "PNG compression level must be a value between 0 and 9; value '%d' is not " "allowed." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "The PNG image format" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "PNM loader did not find expected integer" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "PNM file has an incorrect initial byte" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "PNM file is not in a recognised PNM subformat" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "PNM file has an image width of 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "PNM file has an image height of 0" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Maximum colour value in PNM file is 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Maximum colour value in PNM file is too large" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Raw PNM image type is invalid" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "PNM image loader does not support this PNM subformat" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "Raw PNM formats require exactly one whitespace before sample data" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Cannot allocate memory for loading PNM image" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Insufficient memory to load PNM context struct" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Unexpected end of PNM image data" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Insufficient memory to load PNM file" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "The PNM/PBM/PGM/PPM image format family" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "RAS image has bogus header data" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "RAS image has unknown type" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "unsupported RAS image variation" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Not enough memory to load RAS image" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "The Sun raster image format" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Cannot allocate memory for IOBuffer struct" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Cannot allocate memory for IOBuffer data" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Cannot realloc IOBuffer data" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Cannot allocate temporary IOBuffer data" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Cannot allocate new pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Cannot allocate colourmap structure" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Cannot allocate colourmap entries" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Unexpected bitdepth for colourmap entries" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Cannot allocate TGA header memory" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "TGA image has invalid dimensions" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "TGA image type not supported" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Cannot allocate memory for TGA context struct" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Excess data in file" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "The Targa image format" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Could not get image width (bad TIFF file)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Could not get image height (bad TIFF file)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "Width or height of TIFF image is zero" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Dimensions of TIFF image too large" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Insufficient memory to open TIFF file" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Failed to load RGB data from TIFF file" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Failed to open TIFF image" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "TIFFClose operation failed" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Failed to load TIFF image" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Failed to save TIFF image" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Failed to write TIFF data" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Couldn't write to TIFF file" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "The TIFF image format" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Image has zero width" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Image has zero height" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Not enough memory to load image" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Couldn't save the rest" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "The WBMP image format" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Invalid XBM file" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Insufficient memory to load XBM image file" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "Failed to write to temporary file when loading XBM image" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "The XBM image format" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "No XPM header found" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Invalid XPM header" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "XPM file has image width <= 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "XPM file has image height <= 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM has invalid number of chars per pixel" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "XPM file has invalid number of colours" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Cannot allocate memory for loading XPM image" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Cannot read XPM colourmap" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "Failed to write to temporary file when loading XPM image" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "The XPM image format" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "The EMF image format" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Could not allocate memory: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Could not create stream: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Could not seek stream: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Could not read from stream: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Couldn't load bitmap" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Couldn't load metafile" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Unsupported image format for GDI+" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Couldn't save" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "The WMF image format" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Don't batch GDI requests" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Don't use the Wintab API for tablet support" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Same as --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Do use the Wintab API [default]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Size of the palette in 8 bit mode" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "COLOURS" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Make X calls synchronous" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Starting %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Opening %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "Opening %d Item" msgstr[1] "Opening %d Items" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licence" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "The licence of the program" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "C_redits" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licence" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "About %s" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Credits" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Written by" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documented by" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Translated by" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Artwork by" @@ -1216,7 +1228,7 @@ msgstr "Artwork by" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1226,7 +1238,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1236,7 +1248,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1246,7 +1258,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1256,7 +1268,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1266,37 +1278,37 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Space" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "Invalid type function: `%s'" +msgstr "Invalid type function on line %d: '%s'" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "Duplicate object id '%s' on line %d (previously on line %d)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Invalid root element: '%s'" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Unhandled tag: '%s'" @@ -1310,7 +1322,7 @@ msgstr "Unhandled tag: '%s'" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1318,7 +1330,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:0" @@ -1327,7 +1339,7 @@ msgstr "calendar:week_start:0" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1342,7 +1354,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1358,7 +1370,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1374,7 +1386,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1382,7 +1394,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Disabled" @@ -1391,25 +1403,25 @@ msgstr "Disabled" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "New accelerator..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Pick a Colour" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Received invalid colour data\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1417,7 +1429,7 @@ msgstr "" "Select the colour you want from the outer ring. Select the darkness or " "lightness of that colour using the inner triangle." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1425,67 +1437,67 @@ msgstr "" "Click the eyedropper, then click a colour anywhere on your screen to select " "that colour." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Hue:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Position on the colour wheel." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Saturation:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "\"Deepness\" of the colour." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Value:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Brightness of the colour." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Red:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Amount of red light in the colour." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Green:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Amount of green light in the colour." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Blue:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Amount of blue light in the colour." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "Op_acity:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Transparency of the colour." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "Colour _name:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1493,15 +1505,15 @@ msgstr "" "You can enter an HTML-style hexadecimal colour value, or simply a colour " "name such as 'orange' in this entry." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Palette:" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Colour Wheel" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1511,7 +1523,7 @@ msgstr "" "selecting now. You can drag this colour to a palette entry, or select this " "colour as current by dragging it to the other colour swatch alongside." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1519,11 +1531,11 @@ msgstr "" "The colour you've chosen. You can drag this colour to a palette entry to " "save it for use in the future." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Save colour here" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1532,55 +1544,55 @@ msgstr "" "entry, drag a colour swatch here or right-click it and select \"Save colour " "here.\"" -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Colour Selection" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Input _Methods" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Insert Unicode Control Character" -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Caps Lock is on" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Select A File" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Desktop" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(None)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Other..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Could not retrieve information about the file" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Could not add a bookmark" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Could not remove bookmark" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "The folder could not be created" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1588,11 +1600,11 @@ msgstr "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Invalid file name" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "The folder contents could not be displayed" @@ -1600,174 +1612,174 @@ msgstr "The folder contents could not be displayed" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s on %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Search" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Recently Used" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Select which types of files are shown" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Add the folder '%s' to the bookmarks" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Add the current folder to the bookmarks" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Add the selected folders to the bookmarks" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Remove the bookmark '%s'" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Remove" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Rename..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Places" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Places" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Add" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Add the selected folder to the Bookmarks" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Remove" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Remove the selected bookmark" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Could not select file" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Add to Bookmarks" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Show _Hidden Files" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Show _Size Column" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Files" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Name" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Size" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Modified" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Name:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_Browse for other folders" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Type a file name" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Create Fo_lder" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Location:" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Save in _folder:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Create in _folder:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Cannot change to folder because it is not local" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Shortcut %s already exists" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "Shortcut %s does not exist" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "A file named \"%s\" already exists. Do you want to replace it?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "" "The file already exists in \"%s\". Replacing it will overwrite its contents." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Replace" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Could not start the search process" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1775,54 +1787,54 @@ msgstr "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Could not send the search request" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Search:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Could not mount %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Type name of new folder" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Unknown" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Yesterday at %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Invalid path" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "No match" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Sole completion" @@ -1830,13 +1842,13 @@ msgstr "Sole completion" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Complete, but not unique" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Completing..." @@ -1844,7 +1856,7 @@ msgstr "Completing..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Only local files may be selected" @@ -1852,41 +1864,41 @@ msgstr "Only local files may be selected" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Incomplete hostname; end it with '/'" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Path does not exist" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Error creating folder '%s': %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Folders" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "Fol_ders" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Files" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Folder unreadable: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1897,89 +1909,89 @@ msgstr "" "available to this program.\n" "Are you sure that you want to select it?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_New Folder" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "De_lete File" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Rename File" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "" "The folder name \"%s\" contains symbols that are not allowed in filenames" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "New Folder" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "_Folder name:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "C_reate" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "The filename \"%s\" contains symbols that are not allowed in filenames" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Error deleting file '%s': %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Really delete file \"%s\"?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Delete File" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Error renaming file to \"%s\": %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Error renaming file \"%s\": %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Error renaming file \"%s\" to \"%s\": %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Rename File" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Rename file \"%s\" to:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Rename" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Selection: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1988,15 +2000,15 @@ msgstr "" "The filename \"%s\" couldn't be converted to UTF-8 (try setting the " "environment variable G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Invalid UTF-8" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Name too long" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Couldn't convert filename" @@ -2005,75 +2017,75 @@ msgstr "Couldn't convert filename" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "File System" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Could not obtain root folder" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Empty)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Pick a Font" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Font" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcdefghijk ABCDEFGHIJK" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Family:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Style:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "Si_ze:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Preview:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Font Selection" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "_Gamma value" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Error loading icon: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2086,139 +2098,139 @@ msgstr "" "You can get a copy from:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "Icon '%s' not present in theme" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Failed to load icon" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Simple" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "System" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "System (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Input" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "No extended input devices" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Device:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Disabled" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Screen" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Window" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Mode:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Axes" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Keys" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Pressure:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "X _tilt:" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Y t_ilt:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Wheel:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "none" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(disabled)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(unknown)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "Cl_ear" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Copy URL" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Invalid URI" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Load additional GTK+ modules" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULES" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Make all warnings fatal" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "GTK+ debugging flags to set" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "GTK+ debugging flags to unset" @@ -2227,65 +2239,66 @@ msgstr "GTK+ debugging flags to unset" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Cannot open display: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "GTK+ Options" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Show GTK+ Options" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Co_nnect" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Connect _anonymously" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Connect as u_ser:" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Username:" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domain:" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Password:" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Forget password _immediately" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Remember password until you _logout" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Remember _forever" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Page %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Not a valid page setup file" @@ -2295,11 +2308,11 @@ msgstr "Not a valid page setup file" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2307,15 +2320,15 @@ msgstr "" "Any Printer\n" "For portable documents" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "inch" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2330,88 +2343,88 @@ msgstr "" " Top: %s %s\n" " Bottom: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Manage Custom Sizes..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Format for:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Paper size:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientation:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Page Setup" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Margins from Printer..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Custom Size %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Manage Custom Sizes" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Width:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Height:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Paper Size" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Top:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Bottom:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Left:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Right:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Paper Margins" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Up Path" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Down Path" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "File System Root" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Not available" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "_Save in folder:" @@ -2419,182 +2432,177 @@ msgstr "_Save in folder:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s job #%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Initial state" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Preparing to print" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Generating data" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Sending data" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Waiting" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Blocking on issue" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Printing" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Finished" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Finished with error" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Preparing %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "Preparing" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Printing %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "Error creating print preview" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "" "The most probable reason is that a temporary file could not be created." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Error launching preview" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Error printing" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Application" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Printer offline" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Out of paper" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Paused" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Need user intervention" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Custom size" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "No printer found" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Invalid argument to CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Error from StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Not enough free memory" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Invalid argument to PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Invalid pointer to PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Invalid handle to PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Unspecified error" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Printer" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Location" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Status" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Range" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_All Pages" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "C_urrent Page" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Pag_es:" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2602,125 +2610,124 @@ msgstr "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "Pag_es:" +msgstr "Pages" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Copies" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Copie_s:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "C_ollate" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Reverse" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "General" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Page Ordering" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Left to right" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Right to left" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Layout" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "T_wo-sided:" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Pages per _side:" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Page or_dering:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Only print:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "All sheets" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Even sheets" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Odd sheets" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Sc_ale:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Paper" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Paper _type:" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Paper _source:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Output t_ray:" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Job Details" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_ority:" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Billing info:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Print Document" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Now" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "A_t:" @@ -2728,7 +2735,7 @@ msgstr "A_t:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2736,117 +2743,117 @@ msgstr "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "Time of print" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "On _hold" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Hold the job until it is explicitly released" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Add Cover Page" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "Be_fore:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_After:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Job" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Advanced" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Image Quality" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Colour" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Finishing" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Some of the settings in the dialogue conflict" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Print" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Unable to find include file: \"%s\"" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Unable to locate image file in pixmap_path: \"%s\"" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "This function is not implemented for widgets of class '%s'" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Select which type of documents are shown" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "No item for URI '%s' found" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Untitled filter" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Could not remove item" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Could not clear list" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Copy _Location" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Remove From List" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Clear List" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Show _Private Resources" @@ -2860,21 +2867,21 @@ msgstr "Show _Private Resources" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "No items found" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "No recently used resource found with URI `%s'" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Open '%s'" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Unknown item" @@ -2883,7 +2890,7 @@ msgstr "Unknown item" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2892,37 +2899,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Unable to find an item with URI '%s'" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Information" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Warning" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Error" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Question" @@ -2930,693 +2937,693 @@ msgstr "Question" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_About" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Add" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Apply" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Bold" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Cancel" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-ROM" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Clear" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Close" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "C_onnect" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Convert" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Copy" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "Cu_t" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Delete" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Discard" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Disconnect" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Execute" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Edit" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Find" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Find and _Replace" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Floppy" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Fullscreen" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Leave Fullscreen" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Bottom" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_First" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Last" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Top" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Back" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Down" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Forward" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Up" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Hard disk" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Help" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Home" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Increase Indent" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Decrease Indent" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Index" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Information" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Italic" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Jump to" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Centre" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Fill" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Left" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Right" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Forward" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Next" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "P_ause" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Play" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "Pre_vious" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Record" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "R_ewind" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Stop" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Network" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_New" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_No" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_OK" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Open" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Landscape" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Portrait" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Reverse landscape" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Reverse portrait" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Page Set_up" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Paste" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Preferences" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Print" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Print Pre_view" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Properties" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Quit" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Redo" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Refresh" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Remove" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Revert" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Save" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Save _As" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Select _All" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Colour" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Font" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Ascending" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Descending" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_Spell Check" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Stop" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Strikethrough" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Undelete" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Underline" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Undo" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Yes" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Normal Size" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Best _Fit" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "Zoom _In" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "Zoom _Out" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Unknown error when trying to deserialise %s" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "No deserialise function found for format %s" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "Both \"id\" and \"name\" were found on the <%s> element" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "The attribute \"%s\" was found twice on the <%s> element" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "<%s> element has invalid id \"%s\"" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "<%s> element has neither a \"name\" nor an \"id\" attribute" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "Attribute \"%s\" repeated twice on the same <%s> element" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "Attribute \"%s\" is invalid on <%s> element in this context" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Tag \"%s\" has not been defined." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Anonymous tag found and tags can not be created." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "Tag \"%s\" does not exist in buffer and tags can not be created." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Element <%s> is not allowed below <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" is not a valid attribute type" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" is not a valid attribute name" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" is not a valid value for attribute \"%s\"" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Tag \"%s\" already defined" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Tag \"%s\" has invalid priority \"%s\"" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "Outermost element in text must be not <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "A <%s> element has already been specified" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "A element can't occur before a element" -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Serialised data is malformed" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Serialised data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM _Left-to-right mark" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM _Right-to-left mark" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE Left-to-right _embedding" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE Right-to-left e_mbedding" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO Left-to-right _override" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO Right-to-left o_verride" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF _Pop directional formatting" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS _Zero width space" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ Zero width _joiner" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ Zero width _non-joiner" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Unable to locate theme engine in module_path: \"%s\"," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- No Tip ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Unexpected start tag '%s' on line %d char %d" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Unexpected character data on line %d char %d" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Empty" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Volume" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Turns volume down or up" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Adjusts the volume" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Volume Down" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Decreases the volume" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Volume Up" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Increases the volume" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Muted" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Full Volume" @@ -3625,927 +3632,927 @@ msgstr "Full Volume" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "DL Envelope" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Choukei 2 Envelope" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Choukei 3 Envelope" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Choukei 4 Envelope" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (postcard)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "kahu Envelope" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "kaku2 Envelope" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (reply postcard)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "you4 Envelope" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "6x9 Envelope" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "7x9 Envelope" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "9x11 Envelope" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "a2 Envelope" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "c5 Envelope" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "European edp" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold European" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold German Legal" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government Legal" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government Letter" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Index 3x5" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (postcard)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Index 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Invoice" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Monarch Envelope" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "#10 Envelope" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "#11 Envelope" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "#12 Envelope" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "#14 Envelope" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "#9 Envelope" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Personal Envelope" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Wide Format" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Invite Envelope" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Italian Envelope" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Postfix Envelope" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Small Photo" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "prc1 Envelope" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "prc10 Envelope" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "prc2 Envelope" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "prc3 Envelope" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "prc4 Envelope" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "prc5 Envelope" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "prc6 Envelope" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "prc7 Envelope" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "prc8 Envelope" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "different idatas found for symlinked '%s' and '%s'\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Failed to write header\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Failed to write hash table\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Failed to write folder index\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Failed to rewrite header\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Failed to open file %s : %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Failed to write cache file: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "The generated cache was invalid.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Could not rename %s to %s: %s, removing %s then.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Could not rename %s to %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Could not rename %s back to %s: %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Cache file created successfully.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Overwrite an existing cache, even if up to date" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Don't check for the existence of index.theme" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Don't include image data in the cache" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Output a C header file" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Turn off verbose output" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Validate existing icon cache" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "File not found: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Not a valid icon cache: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "No theme index file." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4555,271 +4562,271 @@ msgstr "" "If you really want to create an icon cache here, use --ignore-theme-index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amharic (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cedilla" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Cyrillic (Transliterated)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (Transliterated)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Multipress" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thai-Lao" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrigna-Eritrean (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrigna-Ethiopian (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamese (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "X Input Method" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Printer '%s' is low on toner." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Printer '%s' has no toner left." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "Printer '%s' is low on developer." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Printer '%s' is out of developer." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "Printer '%s' is low on at least one marker supply." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Printer '%s' is out of at least one marker supply." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "The cover is open on printer '%s'." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "The door is open on printer '%s'." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Printer '%s' is low on paper." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Printer '%s' is out of paper." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Printer '%s' is currently offline." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Printer '%s' may not be connected." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "There is a problem on printer '%s'." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Paused ; Rejecting Jobs" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Rejecting Jobs" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Paper Type" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Output Tray" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "GhostScript pre-filtering" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "One Sided" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Long Edge (Standard)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Short Edge (Flip)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Auto Select" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Printer Default" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Embed GhostScript fonts only" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Convert to PS level 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Convert to PS level 2" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "No pre-filtering" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Miscellaneous" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Urgent" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "High" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Medium" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Low" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Left to right, top to bottom" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Left to right, bottom to top" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Right to left, top to bottom" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Right to left, bottom to top" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Top to bottom, left to right" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Top to bottom, right to left" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Bottom to top, left to right" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Bottom to top, right to left" @@ -4827,66 +4834,66 @@ msgstr "Bottom to top, right to left" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Pages per Sheet" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Job Priority" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Billing Info" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "None" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Classified" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Confidential" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Secret" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Standard" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Top Secret" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Unclassified" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Before" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "After" @@ -4894,14 +4901,14 @@ msgstr "After" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Print at" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Print at time" @@ -4909,65 +4916,65 @@ msgstr "Print at time" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Custom %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "output.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Print to File" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Pages per _sheet:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "File" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "_Output format" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Print to LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Pages Per Sheet" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Command Line" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "test-output.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Print to Test Printer" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Could not get information for file '%s': %s" From 553523048a1c01bc9dbc829aaa75fe0f5734baa2 Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Sat, 18 Apr 2009 17:32:24 +0200 Subject: [PATCH 079/190] Updated Italian translation Completed Italian translation for 2.16 --- po/it.po | 2076 +++++++++++++++++++++++++++--------------------------- 1 file changed, 1042 insertions(+), 1034 deletions(-) diff --git a/po/it.po b/po/it.po index 98c75f6fa2..9a68b6aa01 100644 --- a/po/it.po +++ b/po/it.po @@ -8,9 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.14\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-04-08 21:45+0200\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" +"+&component=general\n" +"POT-Creation-Date: 2009-04-18 09:55+0000\n" +"PO-Revision-Date: 2009-04-17 22:57+0200\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" @@ -19,58 +20,58 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" # GTK-2-12 -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Errore nell'analizzare l'opzione --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Errore nell'analizzare l'opzione --gdk-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Classe del programma come usato dal window manager" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "CLASSE" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Nome del programma come usato dal window manager" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "NOME" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "Display X da usare" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "DISPLAY" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "Schermo X da usare" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "SCHERMO" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Flag per il debug di Gdk da attivare" @@ -78,17 +79,17 @@ msgstr "Flag per il debug di Gdk da attivare" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "FLAG" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Flag per il debug di Gdk da disattivare" # direi che non ha traduzione in italiano -Luca -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "BackSpace" @@ -96,21 +97,21 @@ msgstr "BackSpace" # Notare la differenza tra # "Tabulazione" (il carattere di -) e # "Tab" (il tasto -) -Luca -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tab" # Notare che in italiano non esiste distinzione tra Return ed Enter # (per lo meno mi pare così, dovrei controllare sulla Olivetti) -Luca -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Invio" # Traduzione del tasto sulla Logitech e Microsoft IT # che ho sottomano -Luca -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pausa" @@ -120,99 +121,99 @@ msgstr "Pausa" # Bloc # Scorr # Cmq direi di seguire la convenzione usata in originale con il _ -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Bloc_Scorr" # Traduzione del tasto sulla Logitech e Microsoft IT # che ho sottomano -Luca -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "R_Sist" # Traduzione del tasto sulla Logitech e Microsoft IT # che ho sottomano -Luca -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Esc" # Ma che tasto è ???? -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Tasto_Multi" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Sinistra" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Su" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Destra" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Giù" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Pag_Su" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Pag_Giù" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "Fine" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Inizio" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Stamp" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Ins" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Bloc_Num" # Questo e i successivi si riferiscono ai tasti sul Tastierino Numerico # (da cui il prefisso usato TN). -Luca -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "TN_Spazio" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "TN_Tab" @@ -222,96 +223,96 @@ msgstr "TN_Tab" # # Sulle tastiere Logitech e Microsoft IT che ho sottomano # entrambi sono tradotto come Invio. -Luca -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "TN_Invio" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "TN_Home" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "TN_Sinistra" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "TN_Su" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "TN_Destra" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "TN_Giù" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "TN_Pag_Su" # credo sia precedente, visto che c'è KP_Next, # ma non so a che tasto corrisponda.... -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "TN_Prec" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "TN_Pag_Giù" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "TN_Succ" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "TN_Fine" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "TN_Inizio" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "TN_Ins" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "TN_Canc" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Canc" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Apertura del file «%s» fallita: %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Il file d'immagine «%s» non contiene dati" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -319,7 +320,7 @@ msgstr "" "Caricamento dell'immagine «%s» fallito: causa sconosciuta, probabilmente un " "file d'immagine corrotto" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -328,12 +329,12 @@ msgstr "" "Caricamento dell'animazione «%s» fallito: causa sconosciuta, probabilmente un " "file d'animazione corrotto" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Impossibile aprire il modulo «%s» per il caricamento delle immagini: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -342,53 +343,53 @@ msgstr "" "Il modulo per il caricamento delle immagini «%s» non esporta l'interfaccia " "opportuna, forse appartiene a una versione differente di GTK." -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Il tipo di immagine «%s» non è supportato" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Impossibile riconoscere il formato di immagine per il file «%s»" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Formato del file di immagine non riconosciuto" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Caricamento dell'immagine «%s» fallito: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Errore nello scrivere sul file d'immagine: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "Questa versione di gdk-pixbuf non permette di salvare nel formato %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Memoria insufficiente per salvare l'immagine sulla callback" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Apertura del file temporaneo fallita" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Lettura dal file temporaneo fallita" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Apertura di «%s» in scrittura fallita: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -397,18 +398,18 @@ msgstr "" "Chiusura di «%s» fallita durante la scrittura dell'immagine, alcuni dati " "potrebbero non essere stati salvati: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Memoria insufficiente per salvare l'immagine in un buffer" # GTK-2-14 # stream lasciato non tradotto come in glib/gio, # credo intenda qualcosa 'tipo' file, ma più generico -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Errore nello scrivere sullo stream d'immagine" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -417,143 +418,148 @@ msgstr "" "Errore interno: il modulo di caricamento immagine «%s» non riesce a " "completare l'operazione, causa del problema sconosciuta" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Caricamento progressivo non supportato per il tipo di immagine «%s»" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Header dell'immagine corrotto" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Formato dell'immagine sconosciuto" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Immagine con dati dei pixel corrotti" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "fallita l'allocazione di un buffer di %u byte per l'immagine" msgstr[1] "fallita l'allocazione di un buffer di %u byte per l'immagine" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Segmento di icona inaspettato nell'animazione" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Tipo di animazione non supportato" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Header dell'animazione non valido" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Memoria insufficiente per caricare l'animazione" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Segmento malformato nell'animazione" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "Formato ANI" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "Immagine BMP con dati fasulli nell'header" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Memoria insufficiente per caricare l'immagine bitmap" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "Immagine BMP con dimensione dell'header non supportata" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Le immagini BMP topdown non possono essere compresse" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "End-of-file raggiunto prematuramente" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Impossibile allocare memoria per salvare il file BMP" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Impossibile scrivere nel file BMP" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "Formato BMP" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Lettura dell'immagine GIF fallita: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "Il file GIF non è completo (forse parte dei dati sono andati persi)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Errore interno nel modulo di caricamento GIF (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Stack overflow" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "" "Il modulo di caricamento di immagini GIF non riconosce questa immagine." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Lettura di codice errato" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Tabella circolare nel file GIF" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Memoria insufficiente per caricare il file GIF" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Memoria insufficiente per comporre un fotogramma nel file GIF" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "Immagine GIF corrotta (errori nella compressione LZW)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Il file non sembra essere in formato GIF" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "La versione %s del formato GIF non è supportata" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -561,126 +567,128 @@ msgstr "" "Immagine GIF priva di colormap globale e in un fotogramma interno manca la " "colormap locale." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "Immagine GIF troncata o incompleta." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "Formato GIF" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Header dell'icona non valido" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Memoria insufficiente per caricare l'icona" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Icona con larghezza pari a zero" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Icona con altezza pari a zero" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Icone compresse non supportate" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Tipo di icona non supportato" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Memoria insufficiente per caricare il file ICO" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Immagine troppo larga per essere salvata come ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Hotspot del cursore esterno all'immagine" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Profondità non supportata per il file ICO: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "Formato ICO" # GTK-2-14 -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Errore nel leggere l'immagine ICNS: %s" # GTK-2-14 -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Impossibile decodificare il file ICNS" # GTK-2-14 -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "Formato ICNS" # GTK-2-14 # stream lasciato non tradotto come in glib/gio, # credo intenda qualcosa 'tipo' file, ma più generico -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Impossibile allocare memoria per lo stream" # GTK-2-14 -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Impossibile decodificare l'immagine" # GTK-2-14 -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "L'immagine trasformata in JPEG2000 ha larghezza o altezza pari a zero." # GTK-2-14 -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Il tipo di immagine non è attualmente supportato" # GTK-2-14 -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Impossibile allocare memoria per il profilo di colore" # GTK-2-14 -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Memoria insufficiente per aprire il file JPEG 2000" # GTK-2-14 # FIXME: bufferizzare ???!!!!?? -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Impossibile allocare memoria per bufferizzare i dati dell'immagine" # GTK-2-14 -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Formato JPEG 2000" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Errore nell'interpretare il file JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -688,21 +696,21 @@ msgstr "" "Memoria insufficiente per caricare l'immagine, provare a chiudere qualche " "applicazione per liberare memoria" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Spazio di colore JPEG (%s) non supportato" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Impossibile allocare memoria per caricare il file JPEG" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "L'immagine convertita in JPEG ha larghezza o altezza pari a zero." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -711,7 +719,7 @@ msgstr "" "La qualità di un'immagine JPEG deve essere compresa tra 0 e 100; il valore «%" "s» non può essere analizzato." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -719,93 +727,93 @@ msgstr "" "La qualità di un'immagine JPEG deve essere compresa tra 0 e 100; il valore «%" "d» non è permesso." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Formato JPEG" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Impossibile allocare memoria per l'header" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Impossibile allocare memoria per il «context buffer»" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Larghezza e/o altezza dell'immagine non valida" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Byte per pixel dell'immagine non supportati" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Immagine ha un numero non supportato di piani %d-bit" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Impossibile creare un nuovo pixbuf" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Impossibile allocare memoria per i dati della riga" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Impossibile allocare memoria per i dati indicizzati" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Impossibile ottenere tutte le righe dell'immagine PCX" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Nessuna tavolozza trovata alla fine dei dati PCX" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "Formato PCX" # GTK-2-12 -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "I bit per canale dell'immagine PNG è non valido." # GTK-2-12 -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "L'immagine PNG trasformata ha larghezza o altezza pari a zero." # GTK-2-12 -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "I bit per canale dell'immagine PNG trasformata non è 8." # GTK-2-12 -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "L'immagine PNG trasformata non utilizza RGB o RGBA." # GTK-2-12 -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "L'immagine PNG trasformata presenta un numero di canali non supportato, deve " "essere 3 o 4." # GTK-2-12 -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Errore critico nel file di immagine PNG: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Memoria insufficiente per caricare il file PNG" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -815,28 +823,28 @@ msgstr "" "applicazione per liberare memoria" # GTK-2-12 -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Errore critico nella lettura del file PNG" # GTK-2-12 -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Errore critico nella lettura del file PNG: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Le chiavi per i segmenti di testo PNG devono avere da 1 a 79 caratteri." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "" "Le chiavi per i segmenti di testo PNG possono contenere solo caratteri ASCII." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -845,7 +853,7 @@ msgstr "" "Il livello di compressione PNG deve essere un valore tra 0 e 9; il valore «%" "s» non può essere elaborato." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -854,309 +862,313 @@ msgstr "" "Il livello di compressione PNG deve essere un valore tra 0 e 9; il valore «%" "d» non è consentito." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "Il valore per il segmento di testo PNG %s non è convertibile nella codifica " "ISO-8859-1." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "Formato PNG" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "" "Il numero intero atteso dal modulo di caricamento PNM non è stato trovato" # GTK-2-12 -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "Il file PNM presenta un byte iniziale non corretto" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "Il file PNM non è in un sottoformato PNM riconosciuto" # GTK-2-12 -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "Il file PNM ha larghezza pari a zero" # GTK-2-12 -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "Il file PNM ha altezza pari a zero" # GTK-2-12 -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Il valore di colore massimo nel file PNM è zero" # GTK-2-12 -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Il valore di colore massimo nel file PNM troppo grande" # GTK-2-12 -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Il tipo di immagine PNM Raw è non valido" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "" "Il modulo di caricamento per le immagini PNM non supporta questo " "sottoformato PNM" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "I formati Raw PNM richiedono esattamente uno spazio bianco prima dei dati " "grezzi" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Impossibile allocare memoria per caricare l'immagine PNM" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Memoria insufficiente per caricare la struttura context del file PNM" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Fine dei dati dell'immagine PNM inaspettata" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Memoria insufficiente per caricare il file PNM" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "Famiglia formati PNM/PBM/PGM/PPM" # GTK-2-12 -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "L'immagine RAS presenta dati fasulli nell'header" # GTK-2-12 -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "L'immagine RAS ha tipo sconosciuto" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "variante di immagine RAS non supportata" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Memoria insufficiente per caricare l'immagine RAS" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Formato Sun raster" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Impossibile allocare memoria per la struttura IOBuffer" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Impossibile allocare memoria per i dati IOBuffer" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Impossibile riallocare i dati IOBuffer" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Impossibile allocare i dati IOBuffer temporanei" # GTK-2-12 -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Impossibile allocare il nuovo pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Impossibile allocare la struttura colormap" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Impossibile allocare gli elementi della struttura colormap" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Profondità di colore inattesa per gli elementi della colormap" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Impossibile allocare memoria per l'header TGA" # GTK-2-12 -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "L'immagine TGA presenta dimensioni non valide" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "Tipo di immagine TGA non supportato" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Impossibile allocare memoria per la struttura context TGA" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Dati in eccesso nel file" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Formato Targa" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Impossibile ottenere la larghezza dell'immagine (file TIFF difettoso)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Impossibile ottenere l'altezza dell'immagine (file TIFF difettoso)" # GTK-2-12 -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "La larghezza o altezza dell'immagine TIFF è pari a zero" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Dimensioni dell'immagine TIFF troppo grandi" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Memoria insufficiente per aprire il file TIFF" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Impossibile caricare i dati RGB dal file TIFF" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Impossibile aprire l'immagine TIFF" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "Operazione TIFFClose fallita" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Impossibile caricare l'immagine TIFF" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Impossibile salvare l'immagine TIFF" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Scrittura dati TIFF fallita" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Impossibile scrivere nel file TIFF" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "Formato TIFF" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Larghezza dell'immagine pari a zero" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Altezza dell'immagine pari a zero" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Memoria insufficiente per caricare l'immagine" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Impossibile salvare il resto" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "Formato WBMP" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "File XBM non valido" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Memoria insufficiente per caricare l'immagine XBM" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "" "Fallita la scrittura sul file temporaneo durante il caricamento " "dell'immagine XBM" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "Formato XBM" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Impossibile trovare l'header XPM" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Header XBM non valido" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "File XPM con larghezza minore o uguale a zero" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "File XPM con altezza <= zero" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM con numero di byte per pixel non valido" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "File XPM con numero di colori non valido" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Impossibile allocare memoria per caricare l'immagine XPM" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Impossibile leggere la colormap XPM" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "" "Fallita la scrittura nel file temporaneo durante il caricamento " "dell'immagine XPM" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "Formato XPM" # GTK-2-14 -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "Formato EMF" # GTK-2-14 -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Impossibile allocare memoria: %s" @@ -1164,8 +1176,8 @@ msgstr "Impossibile allocare memoria: %s" # GTK-2-14 # stream lasciato non tradotto come in glib/gio, # credo intenda qualcosa 'tipo' file, ma più generico -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Impossibile creare lo stream: %s" @@ -1175,7 +1187,7 @@ msgstr "Impossibile creare lo stream: %s" # credo intenda qualcosa 'tipo' file, ma più generico # # seek->posizionare come il gio -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Impossibile posizionarsi nello stream: %s" @@ -1183,34 +1195,34 @@ msgstr "Impossibile posizionarsi nello stream: %s" # GTK-2-14 # stream lasciato non tradotto come in glib/gio, # credo intenda qualcosa 'tipo' file, ma più generico -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Impossibile leggere dallo stream: %s" # GTK-2-14 # il bitmap o la bitmap ?? -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Impossibile caricare la bitmap" # GTK-2-14 -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Impossibile caricare i metadati" # GTK-2-14 -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Formato di immagine non supportato per GDI+" # GTK-2-14 -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Impossibile salvare" # GTK-2-14 -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "Formato WMF" @@ -1218,44 +1230,44 @@ msgstr "Formato WMF" # # s/asincrone/sincrone !!! #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Rende sincrone le richieste GDI" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Non usare l'API Wintab per supportare le tavolette grafiche" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Uguale a --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Usa l'API Wintab [predefinito]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Dimensione della tavolozza in modalità 8 bit" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "COLORI" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Rende le chiamate a X sincrone" # GTK-2-14 # come da traduzione già # esistente in gnome-desktop e altro -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Avvio di «%s»" @@ -1263,67 +1275,67 @@ msgstr "Avvio di «%s»" # GTK-2-14 # come da traduzione già # esistente in gnome-desktop e altro -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Apertura di «%s»" # GTK-2-14 -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "Apertura di %d oggetto" msgstr[1] "Apertura di %d oggetti" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licenza" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "La licenza del programma" # GTK-2-12 #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Riconoscimenti" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licenza" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Informazioni su %s" # GTK-2-12 -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Riconoscimenti" # GTK-2-12 -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Codice" # GTK-2-12 -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documentazione" # GTK-2-12 -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Traduzione" # GTK-2-12 # # Nota: "art work" --> grafica (da garzantilinguistica.it) -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafica" @@ -1332,7 +1344,7 @@ msgstr "Grafica" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Maiusc" @@ -1342,7 +1354,7 @@ msgstr "Maiusc" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1352,7 +1364,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1362,7 +1374,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1372,7 +1384,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1382,40 +1394,40 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Spazio" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:343 +#: ../gtk/gtkbuilderparser.c:343 #, c-format msgid "Invalid type function on line %d: '%s'" msgstr "Funzione tipo non valida alla riga %d: \"%s\"" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" msgstr "" "ID di oggetto \"%s\" duplicato alla riga %d (il precedente è alla riga %d)" # GTK-2-12 -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Elemento radice non valido: \"%s\"" # GTK-2-12 -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Tag non gestito: \"%s\"" @@ -1429,7 +1441,7 @@ msgstr "Tag non gestito: \"%s\"" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1437,7 +1449,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1446,7 +1458,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1461,7 +1473,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1477,7 +1489,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1493,7 +1505,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1501,7 +1513,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Disabilitato" @@ -1510,28 +1522,28 @@ msgstr "Disabilitato" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Nuovo acceleratore..." # GTK-2-12 # Nota: il segno di percentuale è attaccato al valore # nella convenzione italiana -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d%%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Selezione colore" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Ricevuti dati colore non validi\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1539,7 +1551,7 @@ msgstr "" "Selezionare la tonalità di colore tramite l'anello esterno e la luminosità " "tramite il triangolo interno." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1547,68 +1559,68 @@ msgstr "" "Fare clic sul contagocce, quindi fare clic su un punto qualsiasi dello " "schermo per selezionare il colore di quel punto." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Tonalità:" # GTK-2-12 -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Posizione sull'anello dei colori." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Saturazione:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "\"Profondità\" del colore." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Valore:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Luminosità del colore." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Rosso:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Quantità di luce rossa nel colore." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Verde:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Quantità di luce verde nel colore." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Blu:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Quantità di luce blu nel colore." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "_Opacità:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Trasparenza del colore." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "_Nome colore:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1616,16 +1628,16 @@ msgstr "" "È possibile inserire il valore esadecimale (in stile HTML) del colore o " "semplicemente il nome del colore come ad esempio \"orange\"." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Tavolozza:" # GTK-2-12 -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Anello dei colori" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1636,7 +1648,7 @@ msgstr "" "della tavolozza o selezionarlo come corrente trascinandolo sul colore che si " "vuole sostituire." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1644,12 +1656,12 @@ msgstr "" "Il colore selezionato. È possibile trascinarlo su una posizione della " "tavolozza per averlo disponibile in futuro." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Salva il colore in questa posizione" # ,bug nella stringa il punto finale andrebbe fuori dall virgolette -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1659,15 +1671,15 @@ msgstr "" "o fare clic col pulsante destro per selezionare \"Salva il colore in questa " "posizione\"." -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Selezione colore" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Metodi di input" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Inserisci carattere di controllo unicode" @@ -1676,11 +1688,11 @@ msgstr "_Inserisci carattere di controllo unicode" # o Blocca Maiuscole ? # Metto BlocMaiusc per ora, dovrebbe essere la traduzione # corretta del tasto - Milo -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "BlocMaiusc è attivo" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Seleziona un file" @@ -1695,35 +1707,35 @@ msgstr "Seleziona un file" # # In questo modo i due bookmark hanno la stessa traduzione. # -Luca -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Scrivania" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Nessuno)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Altro..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Impossibile recuperare informazioni sul file" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Impossibile aggiungere un segnalibro" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Impossibile rimuovere il segnalibro" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "La cartella non può essere creata" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1732,11 +1744,11 @@ msgstr "" "nome. Provare a usare un nome diverso per la cartella o rinominare prima il " "file." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Nome di file non valido" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Il contenuto della cartella non può essere visualizzato" @@ -1744,110 +1756,110 @@ msgstr "Il contenuto della cartella non può essere visualizzato" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s su %2$s" # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Ricerca" # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Usati di recente" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Seleziona quali tipi di file mostrare" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Aggiunge la cartella «%s» ai segnalibri" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Aggiunge la cartella corrente ai segnalibri" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Aggiunge le cartelle selezionate ai segnalibri" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Rimuove il segnalibro «%s»" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Rimuovi" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Rinomina..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Risorse" # GKT-2-12 #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "Ris_orse" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "A_ggiungi" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Aggiunge la cartella selezionata ai segnalibri" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Rimuovi" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Rimuove il segnalibro selezionato" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Impossibile selezionare il file" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "A_ggiungi ai segnalibri" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Mostra _file nascosti" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Mostra _colonna dimensioni" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "File" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Nome" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Dimensione" # Visto che si applica a cartelle (f) e file (m) mi pare più corretto. -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Data di modifica" @@ -1857,25 +1869,25 @@ msgstr "Data di modifica" # # Da verificare nel printeroption!! --Luca #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "No_me:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_Esplora altre cartelle" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Digitare un nome di file" # GTK-2-12 #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "_Crea cartella" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Posizione:" @@ -1889,35 +1901,35 @@ msgstr "_Posizione:" # a usare la C come tasto d'accesso. # # --Luca -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Salva nella _cartella:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Crea nella _cartella:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Impossibile spostarsi in una cartella non locale" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "La scorciatoia «%s» esiste già" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "La scorciatoia «%s» non esiste" # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Esiste già un file con nome «%s». Sostituirlo?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." @@ -1925,17 +1937,17 @@ msgstr "" "Il file esiste già in «%s». Scegliendo di sostituirlo il suo contenuto verrà " "sovrascritto." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Sostituisci" # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Impossibile avviare il processo di ricerca" # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1944,44 +1956,44 @@ msgstr "" "indicizzazione. Assicurarsi che sia in esecuzione." # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Impossibile inviare la richiesta di ricerca" # GTK-2-12 #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Cerca:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Impossibile montare «%s»" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Digitare il nome della nuova cartella" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Sconosciuto" # GTK-2-14 -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%k.%M" # GTK-2-12 -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Ieri alle %k.%M" # GTK-2-14 #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Percorso non valido" @@ -1989,7 +2001,7 @@ msgstr "Percorso non valido" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Nessuna corrispondenza" @@ -1997,7 +2009,7 @@ msgstr "Nessuna corrispondenza" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Unico completamento" @@ -2006,14 +2018,14 @@ msgstr "Unico completamento" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Completo, ma non unico" # GTK-2-14 #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Completamento..." @@ -2021,7 +2033,7 @@ msgstr "Completamento..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "È possibile selezionare solo i file locali" @@ -2029,42 +2041,42 @@ msgstr "È possibile selezionare solo i file locali" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Nome host incompleto; terminarlo con \"/\"" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Il percorso non esiste" # GTK-2-12 -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Errore nel creare la cartella «%s»: %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Cartelle" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Cartelle" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_File" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Cartella non leggibile: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -2075,89 +2087,89 @@ msgstr "" "disponibile.\n" "Selezionarlo veramente?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Nuova cartella" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "Eli_mina file" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Rinomina file" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Il nome della cartella «%s» contiene simboli non consentiti nei nomi dei file" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Nuova cartella" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "Nome _cartella:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "C_rea" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "Il nome del file «%s» contiene simboli non consentiti nei nomi dei file" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Errore nell'eliminare il file «%s»: %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Eliminare veramente il file «%s»?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Elimina file" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Errore nel rinominare il file in «%s»: %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Errore nel rinominare il file «%s»: %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Errore nel rinominare il file «%s» in «%s»: %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Rinomina file" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Rinomina il file «%s» in:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Rinomina" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Selezione: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2166,15 +2178,15 @@ msgstr "" "Il nome del file «%s» non è convertibile in UTF-8 (impostare la variabile " "d'ambiente G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 non valido" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nome troppo lungo" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Impossibile convertire il nome del file" @@ -2183,28 +2195,28 @@ msgstr "Impossibile convertire il nome del file" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "File system" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Impossibile ottenere la cartella radice" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Vuoto)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Selezione tipo di carattere" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Tipo di carattere" @@ -2215,49 +2227,49 @@ msgstr "Tipo di carattere" # #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcde ABCDE àèìòù €" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Famiglia:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Stile:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Dimensione:" # GTK-2-16 cambiato acceleratore per collisione con A_nnulla #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Anteprima:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Selezione tipo di carattere" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Valore _gamma" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Errore nel caricare l'icona: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2270,142 +2282,142 @@ msgstr "" "È possibile recuperarne una copia presso:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "Icona «%s» non presente nel tema" # GTK-2-12 -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Caricamento dell'icona fallito" # GTK-2-14 -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Semplice" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Sistema" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Sistema (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Inserimento" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Nessun dispositivo di inserimento esteso" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Dispositivo:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Disabilitato" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Schermo" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Finestra" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Modalità:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Assi" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Tasti" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Pressione:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "Inc_linazione X:" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "In_clinazione Y:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "Ro_tella:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "nessuno" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(disabilitato)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(sconosciuto)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Pulisci" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Copia URL" # GTK-2-12 -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "URI non valido" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Carica i moduli GTK+ addizionali" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULI" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Rende tutti i warning critici" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Flag per il debug di GTK+ da attivare" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Flag per il debug di GTK+ da disattivare" @@ -2414,76 +2426,77 @@ msgstr "Flag per il debug di GTK+ da disattivare" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" # GTK-2-14 -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Impossibile aprire il display: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Opzioni GTK+" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Mostra le opzioni GTK+" # GTK-2-14 -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "C_onnetti" # GTK-2-14 -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Connetti in modo _anonimo" # GTK-2-14 -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Connetti come u_tente:" # GTK-2-14 -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "Nome _utente:" # GTK-2-14 -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Dominio:" # GTK-2-14 -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "Pass_word:" # GTK-2-14 -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Di_menticare la password immediatamente" # GTK-2-14 -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Ricordare la password _fino al termine sessione" # GTK-2-14 -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Ricordare per sempre" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Pagina %u" # GTK-2-12 -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Non è un file di impostazione pagina valido" @@ -2493,11 +2506,11 @@ msgstr "Non è un file di impostazione pagina valido" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2505,15 +2518,15 @@ msgstr "" "Stampante generica\n" "Per documenti portabili" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "pollici" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2528,98 +2541,98 @@ msgstr "" " Superiore: %s %s\n" " Inferiore: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Gestisci dimensioni personalizzate..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Formato per:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Dimensione carta:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientamento:" # setup è sostantivo, set up è verbo -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Impostazione pagina" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Margini dalla stampante..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Dimensione personalizzata %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Gestisci dimensioni personalizzate" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Larghezza:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Altezza:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Dimensione carta" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Superiore:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Inferiore:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Sinistro:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Destro:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Margini carta" # GTK-2-12 # # nome/descrizione per accessibilità -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Su nel percorso" # GTK-2-12 # # nome/descrizione per accessibilità -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Giù nel percorso" # GTK-2-12 # # nome/descrizione per accessibilità -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Radice del file system" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Non disponibile" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "Salva nella ca_rtella:" @@ -2628,194 +2641,189 @@ msgstr "Salva nella ca_rtella:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s lavoro #%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Stato iniziale" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Preparazione per la stampa" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Generazione dati" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Invio dati" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Attesa" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Bloccato a causa di un problema" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Stampa in corso" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Terminato" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Terminato con errore" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Preparazione di %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "Preparazione" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Stampa di %d" # GTK-2-14 -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "Errore nel creare l'anteprima di stampa" # GTK-2-14 -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "" "Il motivo più probabile è che non è possibile creare un file temporaneo." # GTK-2-12 launch-->lanciare -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Errore nel lanciare l'anteprima" # GTK-2-12 -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Errore nello stampare" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Applicazione" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Stampante scollegata" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Carta terminata" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "In pausa" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Richiesto l'intervento dell'utente" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Dimensione personalizzata" # GTK-2-14 -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Nessuna stampante trovata" # GTK-2-14 -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Argomento non valido per CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Errore da StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Memoria insufficiente" # GTK-2-14 -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Argomento non valido per PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Puntatore a PrintDlgEx non valido" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Handle per PrintDlgEx non valido" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Errore non specificato" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Stampante" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Posizione" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Stato" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Intervallo" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Tutte le pagine" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Pagina c_orrente" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Pagine:" # GTK-2-12 -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2823,28 +2831,28 @@ msgstr "" "Specificare uno o più intervalli di pagine,\n" "per esempio: 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" msgstr "Pagine" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Copie" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Copi_e:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "Ra_ggruppa" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Ordine inve_rso" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Generale" @@ -2852,98 +2860,98 @@ msgstr "Generale" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Ordinamento pagine" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Da sinistra a destra" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Da destra a sinistra" # GTK-2-12 # # in tipografia layout-->impaginazione (garzantilinguistica.it) -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Impaginazione" # GTK-2-12 aggiunto acceleratore -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Fronte-retro:" # GTK-2-12 -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "P_agine per facciata:" # GTK-2-14 -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Or_dinamento pagine:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Sta_mpare solo:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Tutti i fogli" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Fogli pari" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Fogli dispari" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Scala:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Carta" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tipo di carta:" # GTK-2-14 # cambiato acceleratore per conflitto -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "S_orgente carta:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Cassetto di _uscita:" # GTK-2-12 -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Dettagli lavoro" # GTK-2-14 # cambiato acceleratore per conflitto -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_orità:" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "In_formazioni fatturazione:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Stampa documento" @@ -2952,11 +2960,11 @@ msgstr "Stampa documento" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "Ad_esso" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Alle:" @@ -2968,7 +2976,7 @@ msgstr "_Alle:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2976,33 +2984,33 @@ msgstr "" "Specificare l'ora della stampa,\n" " per esempio 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "Ora di stampa" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_In attesa" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Trattenere il lavoro finché non è esplicitamente rilasciato" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Aggiungi pagina di copertina" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "P_rima:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Dopo:" @@ -3010,88 +3018,88 @@ msgstr "_Dopo:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Lavoro" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avanzato" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Qualità immagine" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Colore" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Completamento in corso" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Alcune impostazioni nella finestra di dialogo sono in conflitto" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Stampa" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Impossibile trovare il file da includere: \"%s\"" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Impossibile trovare il file di immagine in pixmap_path: \"%s\"" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Questa funzione non è implementata per i widget della classe «%s»" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Seleziona i tipi di documento da visualizzare" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Nessun elemento trovato per l'URI «%s»" # GTK-2-12 -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Filtro senza titolo" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Impossibile rimuovere l'elemento" # GTK-2-12 s/lista/elenco -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Impossibile pulire l'elenco" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Copia _posizione" # GTK-2-12 s/lista/elenco -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Rimuovi da elenco" # GTK-2-12 s/lista/elenco -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Pulisci elenco" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Mostra risorse _private" @@ -3105,21 +3113,21 @@ msgstr "Mostra risorse _private" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Nessun elemento trovato" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Non sono state trovate risorse con l'URI «%s» usate di recente" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Apre «%s»" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Elemento sconosciuto" @@ -3128,7 +3136,7 @@ msgstr "Elemento sconosciuto" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -3137,37 +3145,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Impossibile trovare un elemento con l'URI «%s»" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Informazione" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Avvertimento" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Errore" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Domanda" @@ -3175,83 +3183,83 @@ msgstr "Domanda" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "I_nformazioni" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "A_ggiungi" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "A_pplica" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Grassetto" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "A_nnulla" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-Rom" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Pulisci" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Chiudi" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "C_onnetti" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Converti" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Copia" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "_Taglia" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "Eli_mina" # GTK-2-12 -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Scarta" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Disconnetti" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Esegui" @@ -3259,27 +3267,27 @@ msgstr "_Esegui" # GTK-2-16 # cambiato accelerato da _m a _d per possibili collisioni # con eli_mina -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "Mo_difica" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "Tr_ova" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Trova e sostit_uisci" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Floppy" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "Sc_hermo intero" @@ -3287,359 +3295,359 @@ msgstr "Sc_hermo intero" # Non è fedele, ma è come quanto già usato e testato in altre applicazioni. # La traduzione "Lascia schermo intero" o simili sono troppo lunghe per i # posti in cui va ad apparire (cfr epiphany, evince, gthumb...) -Luca -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Finestra normale" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Basso" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Primo" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Ultimo" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Alto" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Indietro" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Giù" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Avanti" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Su" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Disco fisso" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "A_iuto" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Home" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Aumenta rientro" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Riduci rientro" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Indice" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "I_nformazioni" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Corsivo" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Vai a" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Centrato" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Giustificato" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Sinistra" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Destra" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Avanti" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Successivo" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "P_ausa" # GKT-2-12 #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Riproduci" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "Pre_cedente" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "Re_gistra" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "Ria_vvolgi" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Ferma" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Rete" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Nuovo" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_No" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_OK" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Apri" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Orizzontale" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Verticale" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Orizzontale invertito" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Verticale invertito" # GTK-2-14 # setup è sostantivo, set up è verbo -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "_Impostazione pagina" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Incolla" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "Preferen_ze" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "Stam_pa" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Antepri_ma di stampa" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "Pr_oprietà" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Esci" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Ripeti" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Aggiorna" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Rimuovi" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Ripristina" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Salva" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Sa_lva come" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "_Seleziona tutto" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Colore" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Tipo di carattere" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Crescente" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Decrescente" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "C_ontrolla ortografia" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Ferma" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "S_barrato" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Annulla eliminazione" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Sottolineato" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Annulla" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Sì" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Dimensione normale" @@ -3648,253 +3656,253 @@ msgstr "_Dimensione normale" # # era "adatta alla finestra", ma che c'entra la finestra ???? #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Ada_tta dimensione" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "Aum_enta ingrandimento" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "Rid_uci ingrandimento" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Errore sconosciuto durante il tentativo di deserializzare %s" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Funzione di deserializzazione per il formato %s non trovata" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "Nell'elemento <%s> sono stati trovati sia \"id\" che \"name\"" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "" "L'attributo «%s» è stato trovato due volte all'interno dell'elemento <%s>" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "L'id «%s» dell'elemento <%s> non è valido" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "L'elemento <%s> non ha gli attributi \"id\" e \"name\"" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "L'attributo «%s» è ripetuto due volte nell'elemento <%s>" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "In questo contesto l'attributo «%s» non è valido nell'elemento <%s>" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Il tag «%s» non è stato definito." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Trovato tag anonimo. Non è possibile creare altri tag." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "Nel buffer non esiste il tag «%s» e non è possibile creare altri tag." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Non è consentito usare l'elemento <%s> dopo <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "«%s» non è un tipo di attributo valido" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "«%s» non è un nome di attributo valido" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "" "Non è possibile convertire «%s» in un valore di tipo «%s» per l'attributo «%s»" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "«%s» non è un valore valido per l'attributo «%s»" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Il tag «%s» è già definito" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Il tag «%s» ha priorità «%s» non valida" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "L'elemento più esterno deve essere , non <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Un elemento <%s> è già stato specificato" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Un elemento non può precedere un elemento " -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "I dati serializzati sono malformati" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "I dati serializzati sono malformati. La prima sezione non è " "GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM marcatura _sinistra-destra" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM marcatura _destra-sinistra" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE _inserimento sinistra-destra" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE i_nserimento destra-sinistra" # GTK-2-12 -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO _forza sinistra-destra" # GTK-2-12 -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO f_orza destra-sinistra" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF cancella formattazione direzionale" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS spa_zio a larghezza nulla" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ spazio di _unione a larghezza nulla" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ spazio _non di unione a larghezza nulla" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Impossibile trovare il motore del tema in module_path: «%s»," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Nessun suggerimento ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Tag iniziale «%s» non atteso alla riga %d, carattere %d" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Dati carattere non attesi alla riga %d, carattere %d" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Vuoto" # GTK-2-12 # nome per a11y -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Volume" # GTK-2-14 # descrizione per a11y -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Abbassa o alza il volume" # GTK-2-14 # descrizione dell'azione per a11y< -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Regola il volume" # GTK-2-12 # nome per a11y -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Abbassa volume" # GTK-2-14 # descrizione per a11y -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Decrementa il volume" # GTK-2-12 # nome per a11y -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Alza volume" # GTK-2-14 # descrizione per a11y -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Incrementa il volume" # GTK-2-12 -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Volume escluso" # GTK-2-12 -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Volume massimo" @@ -3906,932 +3914,932 @@ msgstr "Volume massimo" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d%%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tabulato" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Busta DL" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Busta Choukei 2" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Busta Choukei 3" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Busta Choukei 4" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (cartolina)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Busta kahu" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Busta kaku2" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (cartolina di risposta)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Busta you4" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10\"×11\"" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10\"×13\"" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10\"×14\"" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10\"×15\"" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11\"×12\"" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11\"×15\"" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12\"×19\"" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5\"×7\"" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Busta 6\"×9\"" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Busta 7\"×9\"" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Busta 9\"×11\"" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Busta a2" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Busta c5" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "edp Europeo" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "Modulo continuo Europeo" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "Modulo continuo US" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "Modulo continuo legal tedesco" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Legal ministeriale" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Letter ministeriale" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Bigliettino 3\"×5\"" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Bigliettino 4\"×6\" (cartolina)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Bigliettino 4\"×6\" ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Bigliettino 5\"×8\"" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Fattura" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Busta Monarch" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Busta #10" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Busta #11" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Busta #12" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Busta #14" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Busta #9" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Busta Personale" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Formato largo" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Busta invito" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Busta italiana" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Busta Postfix" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Foto piccola" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Busta prc1" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Busta prc10" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Busta prc2" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Busta prc3" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Busta prc4" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Busta prc5" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Busta prc6" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Busta prc7" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Busta prc8" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "trovati idata differenti per i collegamenti simbolici «%s» e «%s»\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Scrittura intestazione fallita\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Scrittura tabella hash fallita\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Scrittura indice della cartella fallita\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Riscrittura intestazione fallita\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Apertura del file «%s» fallita: %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Scrittura file di cache fallita: %s\n" # GTK-2-12 -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "La cache generata era non valida.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Impossibile rinominare %s in %s: %s quindi viene rimosso %s.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Impossibile rinominare %s in %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Impossibile rinominare %s nuovamente in %s: %s\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "File di cache creato con successo.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Sovrascrive una cache esistente, anche se aggiornata" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Non controlla se esiste index.theme" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Non include i dati dell'immagine nella cache" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Genera un header file C" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Disabilita l'output dettagliato" # GTK-2-12 -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Convalida una cache di icone esistente" # GTK-2-12 -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "File non trovato: %s\n" # GTK-2-12 -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Non è una cache di icone valida: %s\n" # GTK-2-14 -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Nessun file indice di tema." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4842,69 +4850,69 @@ msgstr "" "theme-index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amarico (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cedilla" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Cirillico (traslitterato)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (traslitterato)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" # GTK-2-12 #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Pressione multipla" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thai-Lao" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrino-Eritreo (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrino-Etiopico (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamita (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "Metodo di input X" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Toner in esaurimento sulla stampante «%s»." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Toner esaurito sulla stampante «%s»." @@ -4922,14 +4930,14 @@ msgstr "Toner esaurito sulla stampante «%s»." # # Per cui tanto vale non sbattersi la testa a cercare una traduzione. #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "Developer in esaurimento sulla stampante «%s»." # GTK-2-14 #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Developer esaurito sulla stampante «%s»." @@ -4937,7 +4945,7 @@ msgstr "Developer esaurito sulla stampante «%s»." # GTK-2-14 # marker-supply --> fornitura toner (da IBM) #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "Almeno una fornitura toner in esaurimento sulla stampante «%s»." @@ -4945,163 +4953,163 @@ msgstr "Almeno una fornitura toner in esaurimento sulla stampante «%s»." # GTK-2-14 # marker-supply --> fornitura toner (da IBM) #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Almeno una fornitura toner esaurita sulla stampante «%s»." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "Il coperchio della stampante «%s» è aperto." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "Lo sportello della stampante «%s» è aperto." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Carta in esaurimento sulla stampante «%s»." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Carta esaurita sulla stampante «%s»." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "La stampante «%s» è attualmente fuori rete." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "La stampante «%s» potrebbe non essere connessa." # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "C'è un problema sulla stampante «%s»." # GTK-2-14 #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "In pausa; lavori rifiutati" # GTK-2-14 #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Lavori rifiutati" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Fronte-retro" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Tipo di carta" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Sorgente carta" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Cassetto di uscita" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Risoluzione" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "Pre-filtraggio GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Singola facciata" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Bordo lungo (standard)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Bordo corto (flip)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Selezione automatica" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Impostazioni predefinite stampante" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Includere solo i caratteri GhostScript" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Convertire a PS livello 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Convertire a PS livello 2" # GTK-2-14 #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Nessun pre-filtraggio" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Varie" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Urgente" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Alta" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Media" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Bassa" @@ -5109,42 +5117,42 @@ msgstr "Bassa" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Da sinistra a destra, dall'alto in basso" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Da sinistra a destra, dal basso in alto" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Da destra a sinistra, dall'alto in basso" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Da destra a sinistra, dal basso in alto" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Dall'alto in basso, da sinistra a destra" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Dall'alto in basso, da desta a sinistra" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Dal basso in alto, da sinistra a destra" # GTK-2-14 -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Dal basso in alto, da desta a sinistra" @@ -5152,7 +5160,7 @@ msgstr "Dal basso in alto, da desta a sinistra" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Pagine per foglio" @@ -5160,7 +5168,7 @@ msgstr "Pagine per foglio" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Priorità lavoro" @@ -5168,38 +5176,38 @@ msgstr "Priorità lavoro" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Informazioni fatturazione" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Nessuna" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Classificato" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Confidenziale" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Segreto" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Standard" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Top Secret" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Non classificato" @@ -5207,7 +5215,7 @@ msgstr "Non classificato" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Prima" @@ -5215,7 +5223,7 @@ msgstr "Prima" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Dopo" @@ -5224,14 +5232,14 @@ msgstr "Dopo" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Stampa" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Stampa alle" @@ -5240,67 +5248,67 @@ msgstr "Stampa alle" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Personalizzato %s×%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "output.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Stampa su file" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "PostScript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Pagine per _foglio:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "File" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "Formato di _output" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Stampa su LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Pagine per foglio" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Riga di comando" # GTK-2-12 #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "output-prova.%s" # GTK-2-12 -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Stampa su stampante di prova" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Impossibile ottenere informazioni per il file «%s»: %s" From a982cea9cee9f9c3357dda3d97182f495e0ec893 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Sat, 18 Apr 2009 18:47:07 +0300 Subject: [PATCH 080/190] Deselect all other selected items when clicking a selected one When clicking on an GtkIconView item inside a selection, deselect all other selected items. (#506862) --- gtk/gtkiconview.c | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index 78d24d7134..aa1d16efc3 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -2144,14 +2144,11 @@ gtk_icon_view_button_press (GtkWidget *widget, } else { - if (!item->selected) - { - gtk_icon_view_unselect_all_internal (icon_view); - - item->selected = TRUE; - gtk_icon_view_queue_draw_item (icon_view, item); - dirty = TRUE; - } + gtk_icon_view_unselect_all_internal (icon_view); + + item->selected = TRUE; + gtk_icon_view_queue_draw_item (icon_view, item); + dirty = TRUE; } gtk_icon_view_set_cursor_item (icon_view, item, cursor_cell); icon_view->priv->anchor_item = item; From c28fabe3f6bb42ed348e832469a8d10c0f64078a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 18 Apr 2009 14:42:43 -0400 Subject: [PATCH 081/190] Make GtkAssistant keep its padding when built with GtkBuilder --- gtk/gtkassistant.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c index e469b5a282..5da1e15690 100644 --- a/gtk/gtkassistant.c +++ b/gtk/gtkassistant.c @@ -709,6 +709,7 @@ gtk_assistant_init (GtkAssistant *assistant) priv = assistant->priv = GTK_ASSISTANT_GET_PRIVATE (assistant); gtk_container_set_reallocate_redraws (GTK_CONTAINER (assistant), TRUE); + gtk_container_set_border_width (GTK_CONTAINER (assistant), 12); gtk_widget_push_composite_child (); @@ -1472,9 +1473,8 @@ gtk_assistant_new (void) { GtkWidget *assistant; - assistant = g_object_new (GTK_TYPE_ASSISTANT, - "border-width", 12, - NULL); + assistant = g_object_new (GTK_TYPE_ASSISTANT, NULL); + return assistant; } From 11adc5a0d38b2355349fa14d84d06a066084566b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 18 Apr 2009 14:52:04 -0400 Subject: [PATCH 082/190] Don't leak RequiresInfo when parsing GtkBuilder files This fixes bug 579366. --- gtk/gtkbuilderparser.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtkbuilderparser.c b/gtk/gtkbuilderparser.c index feda666c58..c5cb2d8938 100644 --- a/gtk/gtkbuilderparser.c +++ b/gtk/gtkbuilderparser.c @@ -974,10 +974,11 @@ end_element (GMarkupParseContext *context, GTK_BUILDER_ERROR, GTK_BUILDER_ERROR_VERSION_MISMATCH, "%s: required %s version %d.%d, current version is %d.%d", - data->filename, req_info->library, + data->filename, req_info->library, req_info->major, req_info->minor, GTK_MAJOR_VERSION, GTK_MINOR_VERSION); } + _free_requires_info (req_info, NULL); } else if (strcmp (element_name, "interface") == 0) { From 61af0859389fd310dbd99f1b174105de0415ddd3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 18 Apr 2009 15:18:10 -0400 Subject: [PATCH 083/190] Point to better place for git documentation --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index fe85e733c6..91dd2156ea 100644 --- a/HACKING +++ b/HACKING @@ -17,7 +17,7 @@ can be found here: Information about using git with GNOME can be found here: - http://live.gnome.org/GitMigration + http://live.gnome.org/Git In order to get GIT gtk+ installed on your system, you need to have the most recent GIT versions of glib, pango, and atk installed as well. From dcc506aa6eb9ccd6a8ac4a79d0f75116ca7ed83e Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sun, 19 Apr 2009 19:58:00 +0200 Subject: [PATCH 084/190] Updated Arabic translation --- po/ar.po | 125 +++++++++++++++++++++++++------------------------------ 1 file changed, 56 insertions(+), 69 deletions(-) diff --git a/po/ar.po b/po/ar.po index cc28cb75d8..7194ac3c2a 100644 --- a/po/ar.po +++ b/po/ar.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: gtk+.HEAD\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-04-14 00:53+0200\n" -"PO-Revision-Date: 2009-04-14 01:19+0300\n" +"PO-Revision-Date: 2009-04-19 19:56+0200\n" "Last-Translator: Khaled Hosny \n" "Language-Team: Arabic \n" "Language: ar\n" @@ -95,162 +95,154 @@ msgstr "شارات تنقيح Gdk التي ستُصفّر" #: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" -msgstr "مسح للخلف" +msgstr "BackSpace" #: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" -msgstr "تبويب" +msgstr "Tab" #: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" -msgstr "إدخال" +msgstr "Return" #: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" -msgstr "أُلبِث" +msgstr "Pause" #: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" -msgstr "" +msgstr "Scroll_Lock" #: ../gdk/keyname-table.h:3945 -#, fuzzy msgctxt "keyboard label" msgid "Sys_Req" -msgstr "نظام ملفات" +msgstr "Sys_Req" #: ../gdk/keyname-table.h:3946 -#, fuzzy msgctxt "keyboard label" msgid "Escape" -msgstr "عرضيّ" +msgstr "Escape" #: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" -msgstr "ضغط_متعدد" +msgstr "Multi_key" #: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" -msgstr "المنزل" +msgstr "Home" #: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" -msgstr "يسار" +msgstr "Left" #: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" -msgstr "أعلى" +msgstr "Up" #: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" -msgstr "يمين" +msgstr "Right" #: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" -msgstr "أسفل" +msgstr "Down" #: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" -msgstr "صفحة لأ_على" +msgstr "Page_Up" #: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" -msgstr "صفحة لأ_سفل" +msgstr "Page_Down" #: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" -msgstr "نهاية" +msgstr "End" #: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" -msgstr "بداية" +msgstr "Begin" #: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" -msgstr "اطبع" +msgstr "Print" #: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" -msgstr "أدرج" +msgstr "Insert" #: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" -msgstr "قفل الأ_رقام" +msgstr "Num_Lock" #: ../gdk/keyname-table.h:3960 -#, fuzzy msgctxt "keyboard label" msgid "KP_Space" -msgstr "است_بدِل" +msgstr "KP_Space" #: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" -msgstr "" +msgstr "KP_Tab" #: ../gdk/keyname-table.h:3962 -#, fuzzy msgctxt "keyboard label" msgid "KP_Enter" -msgstr "الطابعة" +msgstr "KP_Enter" #: ../gdk/keyname-table.h:3963 -#, fuzzy msgctxt "keyboard label" msgid "KP_Home" -msgstr "ال_منزل" +msgstr "KP_Home" #: ../gdk/keyname-table.h:3964 -#, fuzzy msgctxt "keyboard label" msgid "KP_Left" -msgstr "_يسار:" +msgstr "KP_Left" #: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" -msgstr "" +msgstr "KP_Up" #: ../gdk/keyname-table.h:3966 -#, fuzzy msgctxt "keyboard label" msgid "KP_Right" -msgstr "_يمين:" +msgstr "KP_Right" #: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" -msgstr "" +msgstr "KP_Down" #: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" -msgstr "" +msgstr "KP_Page_Up" #: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" -msgstr "" +msgstr "KP_Prior" #: ../gdk/keyname-table.h:3970 -#, fuzzy msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" @@ -258,33 +250,32 @@ msgstr "KP_Page_Down" #: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" -msgstr "" +msgstr "KP_Next" #: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" -msgstr "" +msgstr "KP_End" #: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" -msgstr "" +msgstr "KP_Begin" #: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" -msgstr "" +msgstr "KP_Insert" #: ../gdk/keyname-table.h:3975 -#, fuzzy msgctxt "keyboard label" msgid "KP_Delete" -msgstr "ا_حذف" +msgstr "KP_Delete" #: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" -msgstr "احذف" +msgstr "Delete" #: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 #: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 @@ -1213,7 +1204,7 @@ msgstr "عنْ %s" #: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" -msgstr "شكْر" +msgstr "إشادات" #: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" @@ -1239,7 +1230,7 @@ msgstr "جمَّلَهُ" #: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" -msgstr "تحويل" +msgstr "Shift" #. This is the text that should appear next to menu accelerators #. * that use the control key. If the text on this key isn't typically @@ -1249,7 +1240,7 @@ msgstr "تحويل" #: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" -msgstr "تحكم" +msgstr "Ctrl" #. This is the text that should appear next to menu accelerators #. * that use the alt key. If the text on this key isn't typically @@ -1259,7 +1250,7 @@ msgstr "تحكم" #: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" -msgstr "تبديل" +msgstr "Alt" #. This is the text that should appear next to menu accelerators #. * that use the super key. If the text on this key isn't typically @@ -1267,10 +1258,9 @@ msgstr "تبديل" #. * this. #. #: ../gtk/gtkaccellabel.c:671 -#, fuzzy msgctxt "keyboard label" msgid "Super" -msgstr "ورق" +msgstr "Super" #. This is the text that should appear next to menu accelerators #. * that use the hyper key. If the text on this key isn't typically @@ -1278,10 +1268,9 @@ msgstr "ورق" #. * this. #. #: ../gtk/gtkaccellabel.c:684 -#, fuzzy msgctxt "keyboard label" msgid "Hyper" -msgstr "ورق" +msgstr "Hyper" #. This is the text that should appear next to menu accelerators #. * that use the meta key. If the text on this key isn't typically @@ -1291,17 +1280,17 @@ msgstr "ورق" #: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" -msgstr "" +msgstr "Meta" #: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" -msgstr "مسافة" +msgstr "Space" #: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" -msgstr "شرطة مائلة راجعة" +msgstr "Backslash" #: ../gtk/gtkbuilderparser.c:343 #, c-format @@ -1311,7 +1300,7 @@ msgstr "نوع دالة غير سليم في سطر %d: '%s'" #: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "هوية كائن مكررة '%s' في سطر %d (السابقة في سطر %d)" #: ../gtk/gtkbuilderparser.c:853 #, c-format @@ -3638,10 +3627,9 @@ msgid "%d %%" msgstr "%Id %%" #: ../gtk/paper_names_offsets.c:4 -#, fuzzy msgctxt "paper size" msgid "asme_f" -msgstr "الا_سم" +msgstr "asme_f" #: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" @@ -4141,32 +4129,32 @@ msgstr "مظروف a2" #: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" -msgstr "" +msgstr "Arch A" #: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" -msgstr "" +msgstr "Arch B" #: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" -msgstr "" +msgstr "Arch C" #: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" -msgstr "" +msgstr "Arch D" #: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" -msgstr "" +msgstr "Arch E" #: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" -msgstr "" +msgstr "b-plus" #: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" @@ -4349,15 +4337,14 @@ msgid "Dai-pa-kai" msgstr "Dai-pa-kai" #: ../gtk/paper_names_offsets.c:147 -#, fuzzy msgctxt "paper size" msgid "Folio" -msgstr "اللون" +msgstr "Folio" #: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" -msgstr "" +msgstr "Folio sp" #: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" From 39eb2c618e8dd07dde0954fae4072ad61afecc56 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sun, 19 Apr 2009 20:00:33 +0200 Subject: [PATCH 085/190] Updated Arabic translation --- po/ar.po | 129 +++++++++++++++++++++++++------------------------------ 1 file changed, 58 insertions(+), 71 deletions(-) diff --git a/po/ar.po b/po/ar.po index cc28cb75d8..38dd3b8afc 100644 --- a/po/ar.po +++ b/po/ar.po @@ -12,14 +12,14 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-14 00:53+0200\n" -"PO-Revision-Date: 2009-04-14 01:19+0300\n" +"POT-Creation-Date: 2009-04-19 20:00+0200\n" +"PO-Revision-Date: 2009-04-19 19:56+0200\n" "Last-Translator: Khaled Hosny \n" "Language-Team: Arabic \n" -"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" "X-Generator: Virtaal 0.3.1\n" @@ -95,162 +95,154 @@ msgstr "شارات تنقيح Gdk التي ستُصفّر" #: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" -msgstr "مسح للخلف" +msgstr "BackSpace" #: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" -msgstr "تبويب" +msgstr "Tab" #: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" -msgstr "إدخال" +msgstr "Return" #: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" -msgstr "أُلبِث" +msgstr "Pause" #: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" -msgstr "" +msgstr "Scroll_Lock" #: ../gdk/keyname-table.h:3945 -#, fuzzy msgctxt "keyboard label" msgid "Sys_Req" -msgstr "نظام ملفات" +msgstr "Sys_Req" #: ../gdk/keyname-table.h:3946 -#, fuzzy msgctxt "keyboard label" msgid "Escape" -msgstr "عرضيّ" +msgstr "Escape" #: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" -msgstr "ضغط_متعدد" +msgstr "Multi_key" #: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" -msgstr "المنزل" +msgstr "Home" #: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" -msgstr "يسار" +msgstr "Left" #: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" -msgstr "أعلى" +msgstr "Up" #: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" -msgstr "يمين" +msgstr "Right" #: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" -msgstr "أسفل" +msgstr "Down" #: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" -msgstr "صفحة لأ_على" +msgstr "Page_Up" #: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" -msgstr "صفحة لأ_سفل" +msgstr "Page_Down" #: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" -msgstr "نهاية" +msgstr "End" #: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" -msgstr "بداية" +msgstr "Begin" #: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" -msgstr "اطبع" +msgstr "Print" #: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" -msgstr "أدرج" +msgstr "Insert" #: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" -msgstr "قفل الأ_رقام" +msgstr "Num_Lock" #: ../gdk/keyname-table.h:3960 -#, fuzzy msgctxt "keyboard label" msgid "KP_Space" -msgstr "است_بدِل" +msgstr "KP_Space" #: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" -msgstr "" +msgstr "KP_Tab" #: ../gdk/keyname-table.h:3962 -#, fuzzy msgctxt "keyboard label" msgid "KP_Enter" -msgstr "الطابعة" +msgstr "KP_Enter" #: ../gdk/keyname-table.h:3963 -#, fuzzy msgctxt "keyboard label" msgid "KP_Home" -msgstr "ال_منزل" +msgstr "KP_Home" #: ../gdk/keyname-table.h:3964 -#, fuzzy msgctxt "keyboard label" msgid "KP_Left" -msgstr "_يسار:" +msgstr "KP_Left" #: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" -msgstr "" +msgstr "KP_Up" #: ../gdk/keyname-table.h:3966 -#, fuzzy msgctxt "keyboard label" msgid "KP_Right" -msgstr "_يمين:" +msgstr "KP_Right" #: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" -msgstr "" +msgstr "KP_Down" #: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" -msgstr "" +msgstr "KP_Page_Up" #: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" -msgstr "" +msgstr "KP_Prior" #: ../gdk/keyname-table.h:3970 -#, fuzzy msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" @@ -258,33 +250,32 @@ msgstr "KP_Page_Down" #: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" -msgstr "" +msgstr "KP_Next" #: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" -msgstr "" +msgstr "KP_End" #: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" -msgstr "" +msgstr "KP_Begin" #: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" -msgstr "" +msgstr "KP_Insert" #: ../gdk/keyname-table.h:3975 -#, fuzzy msgctxt "keyboard label" msgid "KP_Delete" -msgstr "ا_حذف" +msgstr "KP_Delete" #: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" -msgstr "احذف" +msgstr "Delete" #: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 #: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 @@ -1213,7 +1204,7 @@ msgstr "عنْ %s" #: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" -msgstr "شكْر" +msgstr "إشادات" #: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" @@ -1239,7 +1230,7 @@ msgstr "جمَّلَهُ" #: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" -msgstr "تحويل" +msgstr "Shift" #. This is the text that should appear next to menu accelerators #. * that use the control key. If the text on this key isn't typically @@ -1249,7 +1240,7 @@ msgstr "تحويل" #: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" -msgstr "تحكم" +msgstr "Ctrl" #. This is the text that should appear next to menu accelerators #. * that use the alt key. If the text on this key isn't typically @@ -1259,7 +1250,7 @@ msgstr "تحكم" #: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" -msgstr "تبديل" +msgstr "Alt" #. This is the text that should appear next to menu accelerators #. * that use the super key. If the text on this key isn't typically @@ -1267,10 +1258,9 @@ msgstr "تبديل" #. * this. #. #: ../gtk/gtkaccellabel.c:671 -#, fuzzy msgctxt "keyboard label" msgid "Super" -msgstr "ورق" +msgstr "Super" #. This is the text that should appear next to menu accelerators #. * that use the hyper key. If the text on this key isn't typically @@ -1278,10 +1268,9 @@ msgstr "ورق" #. * this. #. #: ../gtk/gtkaccellabel.c:684 -#, fuzzy msgctxt "keyboard label" msgid "Hyper" -msgstr "ورق" +msgstr "Hyper" #. This is the text that should appear next to menu accelerators #. * that use the meta key. If the text on this key isn't typically @@ -1291,17 +1280,17 @@ msgstr "ورق" #: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" -msgstr "" +msgstr "Meta" #: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" -msgstr "مسافة" +msgstr "Space" #: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" -msgstr "شرطة مائلة راجعة" +msgstr "Backslash" #: ../gtk/gtkbuilderparser.c:343 #, c-format @@ -1311,7 +1300,7 @@ msgstr "نوع دالة غير سليم في سطر %d: '%s'" #: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "هوية كائن مكررة '%s' في سطر %d (السابقة في سطر %d)" #: ../gtk/gtkbuilderparser.c:853 #, c-format @@ -3638,10 +3627,9 @@ msgid "%d %%" msgstr "%Id %%" #: ../gtk/paper_names_offsets.c:4 -#, fuzzy msgctxt "paper size" msgid "asme_f" -msgstr "الا_سم" +msgstr "asme_f" #: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" @@ -4141,32 +4129,32 @@ msgstr "مظروف a2" #: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" -msgstr "" +msgstr "Arch A" #: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" -msgstr "" +msgstr "Arch B" #: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" -msgstr "" +msgstr "Arch C" #: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" -msgstr "" +msgstr "Arch D" #: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" -msgstr "" +msgstr "Arch E" #: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" -msgstr "" +msgstr "b-plus" #: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" @@ -4349,15 +4337,14 @@ msgid "Dai-pa-kai" msgstr "Dai-pa-kai" #: ../gtk/paper_names_offsets.c:147 -#, fuzzy msgctxt "paper size" msgid "Folio" -msgstr "اللون" +msgstr "Folio" #: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" -msgstr "" +msgstr "Folio sp" #: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" From 3c625fed0718fe769d72b5ec2114f08516d5d85f Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Mon, 20 Apr 2009 01:45:10 +0200 Subject: [PATCH 086/190] Remove a deprecated call to gtk_status_icon_set_tooltip This fixes bug 574386. --- tests/teststatusicon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/teststatusicon.c b/tests/teststatusicon.c index 86473601f8..4829bf0d0a 100755 --- a/tests/teststatusicon.c +++ b/tests/teststatusicon.c @@ -89,7 +89,7 @@ update_icons (void) GtkStatusIcon *status_icon = l->data; gtk_status_icon_set_from_icon_name (status_icon, icon_name); - gtk_status_icon_set_tooltip (status_icon, tooltip); + gtk_status_icon_set_tooltip_text (status_icon, tooltip); } } From 0e99a5849ee1da052150c50bd641ebb49b9eaa70 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 20 Apr 2009 14:53:51 +0200 Subject: [PATCH 087/190] Allow unsetting the icon title set with gdk_window_set_icon_name Change gdk_window_set_icon_name to allow using NULL to unset a previously set icon title, so that the icon title tracks the normal title again. Bug #535557. --- gdk/x11/gdkwindow-x11.c | 41 +++++++++++++++++++++++++++++------------ 1 file changed, 29 insertions(+), 12 deletions(-) diff --git a/gdk/x11/gdkwindow-x11.c b/gdk/x11/gdkwindow-x11.c index 54810a8c86..0a09f67acc 100644 --- a/gdk/x11/gdkwindow-x11.c +++ b/gdk/x11/gdkwindow-x11.c @@ -4205,13 +4205,18 @@ gdk_window_icon_name_set (GdkWindow *window) * idea from a user interface standpoint. But you can set such a name * with this function, if you like. * + * After calling this with a non-%NULL @name, calls to gdk_window_set_title() + * will not update the icon title. + * + * Using %NULL for @name unsets the icon title; further calls to + * gdk_window_set_title() will again update the icon title as well. **/ -void +void gdk_window_set_icon_name (GdkWindow *window, const gchar *name) { GdkDisplay *display; - + g_return_if_fail (GDK_IS_WINDOW (window)); if (GDK_WINDOW_DESTROYED (window)) @@ -4220,17 +4225,29 @@ gdk_window_set_icon_name (GdkWindow *window, display = gdk_drawable_get_display (window); g_object_set_qdata (G_OBJECT (window), g_quark_from_static_string ("gdk-icon-name-set"), - GUINT_TO_POINTER (TRUE)); + GUINT_TO_POINTER (name != NULL)); - XChangeProperty (GDK_DISPLAY_XDISPLAY (display), - GDK_WINDOW_XID (window), - gdk_x11_get_xatom_by_name_for_display (display, "_NET_WM_ICON_NAME"), - gdk_x11_get_xatom_by_name_for_display (display, "UTF8_STRING"), 8, - PropModeReplace, (guchar *)name, strlen (name)); - - set_text_property (display, GDK_WINDOW_XID (window), - gdk_x11_get_xatom_by_name_for_display (display, "WM_ICON_NAME"), - name); + if (name != NULL) + { + XChangeProperty (GDK_DISPLAY_XDISPLAY (display), + GDK_WINDOW_XID (window), + gdk_x11_get_xatom_by_name_for_display (display, "_NET_WM_ICON_NAME"), + gdk_x11_get_xatom_by_name_for_display (display, "UTF8_STRING"), 8, + PropModeReplace, (guchar *)name, strlen (name)); + + set_text_property (display, GDK_WINDOW_XID (window), + gdk_x11_get_xatom_by_name_for_display (display, "WM_ICON_NAME"), + name); + } + else + { + XDeleteProperty (GDK_DISPLAY_XDISPLAY (display), + GDK_WINDOW_XID (window), + gdk_x11_get_xatom_by_name_for_display (display, "_NET_WM_ICON_NAME")); + XDeleteProperty (GDK_DISPLAY_XDISPLAY (display), + GDK_WINDOW_XID (window), + gdk_x11_get_xatom_by_name_for_display (display, "WM_ICON_NAME")); + } } /** From 45d076fcc2ae6f03a34d9b2018fcd53e9d2bddfe Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 8 Apr 2009 19:18:44 +0200 Subject: [PATCH 088/190] Display invalid accelerators as "Invalid" in GTK mode. When in GTK_CELL_RENDERER_ACCEL_MODE_GTK, display accelerator key combinations that don't pass gtk_accelerator_valid() as "Invalid". Bug #572799. --- gtk/gtkcellrendereraccel.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/gtk/gtkcellrendereraccel.c b/gtk/gtkcellrendereraccel.c index 306bc5e247..f3e229688b 100644 --- a/gtk/gtkcellrendereraccel.c +++ b/gtk/gtkcellrendereraccel.c @@ -244,7 +244,16 @@ convert_keysym_state_to_string (GtkCellRendererAccel *accel, else { if (accel->accel_mode == GTK_CELL_RENDERER_ACCEL_MODE_GTK) - return gtk_accelerator_get_label (keysym, mask); + { + if (!gtk_accelerator_valid (keysym, mask)) + /* This label is displayed in a treeview cell displaying + * an accelerator key combination that is not valid according + * to gtk_accelerator_valid(). + */ + return g_strdup (C_("Accelerator", "Invalid")); + + return gtk_accelerator_get_label (keysym, mask); + } else { gchar *name; From 405955749103dcfdf582b6ae4f053c66837a6281 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 3 Apr 2009 02:10:55 +0200 Subject: [PATCH 089/190] Add default URL and Email hooks to GtkAboutDialog Adds default URL and Email hooks which use gtk_show_uri(). It is still possible to provide one's own hooks, and one can disable the default hooks by setting NULL hooks. Bug #577793. --- docs/reference/gtk/tmpl/gtkaboutdialog.sgml | 12 +- gtk/gtkaboutdialog.c | 126 ++++++++++++++++++-- 2 files changed, 121 insertions(+), 17 deletions(-) diff --git a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml index ebecec0b4e..6aac589c90 100644 --- a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml @@ -24,16 +24,20 @@ recognized by looking for http://url, with url extending to the next space, tab or line break. -When setting the website and email hooks for the #GtkAboutDialog widget, -you should remember that the order is important: you should set the hook -functions before setting the website and email URL properties, like this: +Since 2.18 #GtkAboutDialog provides default website and email hooks that use +gtk_show_uri(). + + +If you want provide your own hooks overriding the default ones, it is important +to do so before setting the website and email URL properties, like this: gtk_about_dialog_set_url_hook (GTK_ABOUT_DIALOG (dialog), launch_url, NULL, NULL); gtk_about_dialog_set_website (GTK_ABOUT_DIALOG (dialog), app_url); -Otherwise the GtkAboutDialog widget will not display the website and the +To disable the default hooks, you can pass %NULL as the hook func. Then, +the #GtkAboutDialog widget will not display the website or the email addresses as clickable. diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index 349d35e276..5b5dbabeb9 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -49,6 +49,9 @@ #include "gtktextview.h" #include "gtkvbox.h" #include "gtkiconfactory.h" +#include "gtkshow.h" +#include "gtkmain.h" +#include "gtkmessagedialog.h" #include "gtkprivate.h" #include "gtkintl.h" @@ -142,16 +145,68 @@ static void display_credits_dialog (GtkWidget static void display_license_dialog (GtkWidget *button, gpointer data); static void close_cb (GtkAboutDialog *about); - - +static void default_url_hook (GtkAboutDialog *about, + const gchar *uri, + gpointer user_data); +static void default_email_hook (GtkAboutDialog *about, + const gchar *email_address, + gpointer user_data); + +static gboolean activate_email_hook_set = FALSE; static GtkAboutDialogActivateLinkFunc activate_email_hook = NULL; static gpointer activate_email_hook_data = NULL; static GDestroyNotify activate_email_hook_destroy = NULL; +static gboolean activate_url_hook_set = FALSE; static GtkAboutDialogActivateLinkFunc activate_url_hook = NULL; static gpointer activate_url_hook_data = NULL; static GDestroyNotify activate_url_hook_destroy = NULL; +static void +default_url_hook (GtkAboutDialog *about, + const gchar *uri, + gpointer user_data G_GNUC_UNUSED) +{ + GdkScreen *screen; + GError *error = NULL; + + screen = gtk_widget_get_screen (GTK_WIDGET (about)); + + if (!gtk_show_uri (screen, uri, gtk_get_current_event_time (), &error)) { + GtkWidget *dialog; + + dialog = gtk_message_dialog_new (GTK_WINDOW (about), + GTK_DIALOG_DESTROY_WITH_PARENT | + GTK_DIALOG_MODAL, + GTK_MESSAGE_ERROR, + GTK_BUTTONS_CLOSE, + "%s", _("Could not show link")); + gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), + "%s", error->message); + g_error_free (error); + + g_signal_connect (dialog, "response", + G_CALLBACK (gtk_widget_destroy), NULL); + + gtk_window_present (GTK_WINDOW (dialog)); + } +} + +static void +default_email_hook (GtkAboutDialog *about, + const gchar *email_address, + gpointer user_data) +{ + char *escaped, *uri; + + escaped = g_uri_escape_string (email_address, NULL, FALSE); + uri = g_strdup_printf ("mailto:%s", escaped); + g_free (escaped); + + default_url_hook (about, uri, user_data); + g_free (uri); +} + G_DEFINE_TYPE (GtkAboutDialog, gtk_about_dialog, GTK_TYPE_DIALOG) static void @@ -688,7 +743,7 @@ update_website (GtkAboutDialog *about) { GtkAboutDialogPrivate *priv = (GtkAboutDialogPrivate *)about->private_data; - if (priv->website_url && activate_url_hook) + if (priv->website_url && (!activate_url_hook_set || activate_url_hook != NULL)) { gtk_widget_show (priv->website_button); gtk_widget_hide (priv->website_label); @@ -1647,9 +1702,22 @@ activate_url (GtkWidget *widget, { GtkAboutDialog *about = GTK_ABOUT_DIALOG (data); const gchar *url = gtk_link_button_get_uri (GTK_LINK_BUTTON (widget)); - - if (activate_url_hook != NULL) - (* activate_url_hook) (about, url, activate_url_hook_data); + GtkAboutDialogActivateLinkFunc url_hook; + gpointer url_hook_data; + + if (activate_url_hook_set) + { + url_hook = activate_url_hook; + url_hook_data = activate_url_hook_data; + } + else + { + url_hook = default_url_hook; + url_hook_data = NULL; + } + + if (url_hook) + url_hook (about, url, url_hook_data); } static void @@ -1660,24 +1728,48 @@ follow_if_link (GtkAboutDialog *about, GSList *tags = NULL, *tagp = NULL; GtkAboutDialogPrivate *priv = (GtkAboutDialogPrivate *)about->private_data; gchar *url = NULL; + GtkAboutDialogActivateLinkFunc email_hook, url_hook; + gpointer email_hook_data, url_hook_data; + + if (activate_email_hook_set) + { + email_hook = activate_email_hook; + email_hook_data = activate_email_hook_data; + } + else + { + email_hook = default_email_hook; + email_hook_data = NULL; + } + + if (activate_url_hook_set) + { + url_hook = activate_url_hook; + url_hook_data = activate_url_hook_data; + } + else + { + url_hook = default_url_hook; + url_hook_data = NULL; + } tags = gtk_text_iter_get_tags (iter); for (tagp = tags; tagp != NULL && !url; tagp = tagp->next) { GtkTextTag *tag = tagp->data; - if (activate_email_hook != NULL) + if (email_hook != NULL) { url = g_object_get_data (G_OBJECT (tag), "email"); - if (url) - (* activate_email_hook) (about, url, activate_email_hook_data); + if (url) + email_hook (about, url, email_hook_data); } - if (!url && activate_url_hook != NULL) + if (!url && url_hook != NULL) { url = g_object_get_data (G_OBJECT (tag), "url"); if (url) - (* activate_url_hook) (about, url, activate_url_hook_data); + url_hook (about, url, url_hook_data); } if (url && !g_slist_find_custom (priv->visited_links, url, (GCompareFunc)strcmp)) @@ -1866,8 +1958,8 @@ text_view_new (GtkAboutDialog *about, GdkColor visited_link_color; GtkAboutDialogPrivate *priv = (GtkAboutDialogPrivate *)about->private_data; - linkify_email = (activate_email_hook != NULL); - linkify_urls = (activate_url_hook != NULL); + linkify_email = (!activate_email_hook_set || activate_email_hook != NULL); + linkify_urls = (!activate_url_hook_set || activate_url_hook != NULL); gtk_widget_ensure_style (GTK_WIDGET (about)); gtk_widget_style_get (GTK_WIDGET (about), @@ -2176,6 +2268,9 @@ gtk_about_dialog_new (void) * * Installs a global function to be called whenever the user activates an * email link in an about dialog. + * + * Since 2.18 there exists a default function which uses gtk_show_uri(). To + * deactivate it, you can pass %NULL for @func. * * Return value: the previous email hook. * @@ -2193,6 +2288,7 @@ gtk_about_dialog_set_email_hook (GtkAboutDialogActivateLinkFunc func, old = activate_email_hook; + activate_email_hook_set = TRUE; activate_email_hook = func; activate_email_hook_data = data; activate_email_hook_destroy = destroy; @@ -2209,6 +2305,9 @@ gtk_about_dialog_set_email_hook (GtkAboutDialogActivateLinkFunc func, * Installs a global function to be called whenever the user activates a * URL link in an about dialog. * + * Since 2.18 here exists a default function which uses gtk_show_uri(). To + * deactivate it, you can pass %NULL for @func. + * * Return value: the previous URL hook. * * Since: 2.6 @@ -2225,6 +2324,7 @@ gtk_about_dialog_set_url_hook (GtkAboutDialogActivateLinkFunc func, old = activate_url_hook; + activate_url_hook_set = TRUE; activate_url_hook = func; activate_url_hook_data = data; activate_url_hook_destroy = destroy; From f1bb36c9d764fd3ce97a4c99fd07d4bca2230a38 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 20 Apr 2009 14:53:51 +0200 Subject: [PATCH 090/190] Allow unsetting the icon title set with gdk_window_set_icon_name Change gdk_window_set_icon_name to allow using NULL to unset a previously set icon title, so that the icon title tracks the normal title again. Bug #535557. --- gdk/x11/gdkwindow-x11.c | 41 +++++++++++++++++++++++++++++------------ 1 file changed, 29 insertions(+), 12 deletions(-) diff --git a/gdk/x11/gdkwindow-x11.c b/gdk/x11/gdkwindow-x11.c index 54810a8c86..0a09f67acc 100644 --- a/gdk/x11/gdkwindow-x11.c +++ b/gdk/x11/gdkwindow-x11.c @@ -4205,13 +4205,18 @@ gdk_window_icon_name_set (GdkWindow *window) * idea from a user interface standpoint. But you can set such a name * with this function, if you like. * + * After calling this with a non-%NULL @name, calls to gdk_window_set_title() + * will not update the icon title. + * + * Using %NULL for @name unsets the icon title; further calls to + * gdk_window_set_title() will again update the icon title as well. **/ -void +void gdk_window_set_icon_name (GdkWindow *window, const gchar *name) { GdkDisplay *display; - + g_return_if_fail (GDK_IS_WINDOW (window)); if (GDK_WINDOW_DESTROYED (window)) @@ -4220,17 +4225,29 @@ gdk_window_set_icon_name (GdkWindow *window, display = gdk_drawable_get_display (window); g_object_set_qdata (G_OBJECT (window), g_quark_from_static_string ("gdk-icon-name-set"), - GUINT_TO_POINTER (TRUE)); + GUINT_TO_POINTER (name != NULL)); - XChangeProperty (GDK_DISPLAY_XDISPLAY (display), - GDK_WINDOW_XID (window), - gdk_x11_get_xatom_by_name_for_display (display, "_NET_WM_ICON_NAME"), - gdk_x11_get_xatom_by_name_for_display (display, "UTF8_STRING"), 8, - PropModeReplace, (guchar *)name, strlen (name)); - - set_text_property (display, GDK_WINDOW_XID (window), - gdk_x11_get_xatom_by_name_for_display (display, "WM_ICON_NAME"), - name); + if (name != NULL) + { + XChangeProperty (GDK_DISPLAY_XDISPLAY (display), + GDK_WINDOW_XID (window), + gdk_x11_get_xatom_by_name_for_display (display, "_NET_WM_ICON_NAME"), + gdk_x11_get_xatom_by_name_for_display (display, "UTF8_STRING"), 8, + PropModeReplace, (guchar *)name, strlen (name)); + + set_text_property (display, GDK_WINDOW_XID (window), + gdk_x11_get_xatom_by_name_for_display (display, "WM_ICON_NAME"), + name); + } + else + { + XDeleteProperty (GDK_DISPLAY_XDISPLAY (display), + GDK_WINDOW_XID (window), + gdk_x11_get_xatom_by_name_for_display (display, "_NET_WM_ICON_NAME")); + XDeleteProperty (GDK_DISPLAY_XDISPLAY (display), + GDK_WINDOW_XID (window), + gdk_x11_get_xatom_by_name_for_display (display, "WM_ICON_NAME")); + } } /** From 6e121ee85e7c796b33d2f6635744ab3f0d0f65e2 Mon Sep 17 00:00:00 2001 From: Marek Kasik Date: Tue, 21 Apr 2009 13:06:49 +0200 Subject: [PATCH 091/190] Allow the custom widget to actualize on a printer change Passes print settings and page setup to the custom widget through a new "update-custom-widget" signal (#564854). --- gtk/gtkmarshalers.list | 1 + gtk/gtkprintoperation-unix.c | 22 ++++++++++++++++++++++ gtk/gtkprintoperation.c | 25 ++++++++++++++++++++++++- gtk/gtkprintoperation.h | 8 ++++++-- gtk/gtkprintunixdialog.c | 2 ++ 5 files changed, 55 insertions(+), 3 deletions(-) diff --git a/gtk/gtkmarshalers.list b/gtk/gtkmarshalers.list index c932f1d555..3e19a21551 100644 --- a/gtk/gtkmarshalers.list +++ b/gtk/gtkmarshalers.list @@ -88,6 +88,7 @@ VOID:OBJECT,STRING,STRING VOID:OBJECT,UINT VOID:OBJECT,UINT,FLAGS VOID:OBJECT,STRING +VOID:OBJECT,OBJECT,OBJECT VOID:POINTER VOID:POINTER,INT VOID:POINTER,BOOLEAN diff --git a/gtk/gtkprintoperation-unix.c b/gtk/gtkprintoperation-unix.c index 6ec4ebdd8c..bec565c01f 100644 --- a/gtk/gtkprintoperation-unix.c +++ b/gtk/gtkprintoperation-unix.c @@ -363,6 +363,26 @@ job_status_changed_cb (GtkPrintJob *job, } +static void +printer_changed_cb (GtkPrintUnixDialog *print_dialog, + GParamSpec *pspec, + gpointer user_data) +{ + GtkPageSetup *page_setup; + GtkPrintSettings *print_settings; + GtkPrintOperation *op = user_data; + GtkPrintOperationPrivate *priv = op->priv; + + page_setup = gtk_print_unix_dialog_get_page_setup (print_dialog); + print_settings = gtk_print_unix_dialog_get_settings (print_dialog); + + g_signal_emit_by_name (op, + "update-custom-widget", + priv->custom_widget, + page_setup, + print_settings); +} + static GtkWidget * get_print_dialog (GtkPrintOperation *op, GtkWindow *parent) @@ -409,6 +429,8 @@ get_print_dialog (GtkPrintOperation *op, gtk_print_unix_dialog_add_custom_tab (GTK_PRINT_UNIX_DIALOG (pd), priv->custom_widget, label); + + g_signal_connect (pd, "notify::selected-printer", (GCallback) printer_changed_cb, op); } return pd; diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c index 05b8b9e4a7..424054601f 100644 --- a/gtk/gtkprintoperation.c +++ b/gtk/gtkprintoperation.c @@ -48,6 +48,7 @@ enum CREATE_CUSTOM_WIDGET, CUSTOM_WIDGET_APPLY, PREVIEW, + UPDATE_CUSTOM_WIDGET, LAST_SIGNAL }; @@ -819,13 +820,35 @@ gtk_print_operation_class_init (GtkPrintOperationClass *class) _gtk_marshal_OBJECT__VOID, G_TYPE_OBJECT, 0); + /** + * GtkPrintOperation::update-custom-widget: + * @operation: the #GtkPrintOperation on which the signal was emitted + * @widget: the custom widget added in create-custom-widget + * @setup: actual page setup + * @settings: actual print settings + * + * Emmited after change of selected printer. The actual page setup and + * print settings are passed to the custom widget, which can actualize + * itself according to this change. + * + * Since: 2.18 + */ + signals[UPDATE_CUSTOM_WIDGET] = + g_signal_new (I_("update-custom-widget"), + G_TYPE_FROM_CLASS (class), + G_SIGNAL_RUN_LAST, + G_STRUCT_OFFSET (GtkPrintOperationClass, update_custom_widget), + NULL, NULL, + _gtk_marshal_VOID__OBJECT_OBJECT_OBJECT, + G_TYPE_NONE, 3, GTK_TYPE_WIDGET, GTK_TYPE_PAGE_SETUP, GTK_TYPE_PRINT_SETTINGS); + /** * GtkPrintOperation::custom-widget-apply: * @operation: the #GtkPrintOperation on which the signal was emitted * @widget: the custom widget added in create-custom-widget * * Emitted right before #GtkPrintOperation::begin-print if you added - * a custom widget in the #GtkPrintOperation:;create-custom-widget handler. + * a custom widget in the #GtkPrintOperation::create-custom-widget handler. * When you get this signal you should read the information from the * custom widgets, as the widgets are not guaraneed to be around at a * later time. diff --git a/gtk/gtkprintoperation.h b/gtk/gtkprintoperation.h index a3f0410943..af46332fcf 100644 --- a/gtk/gtkprintoperation.h +++ b/gtk/gtkprintoperation.h @@ -105,13 +105,18 @@ struct _GtkPrintOperationClass GtkWidget *(*create_custom_widget) (GtkPrintOperation *operation); void (*custom_widget_apply) (GtkPrintOperation *operation, - GtkWidget *widget); + GtkWidget *widget); gboolean (*preview) (GtkPrintOperation *operation, GtkPrintOperationPreview *preview, GtkPrintContext *context, GtkWindow *parent); + void (*update_custom_widget) (GtkPrintOperation *operation, + GtkWidget *widget, + GtkPageSetup *setup, + GtkPrintSettings *settings); + /* Padding for future expansion */ void (*_gtk_reserved1) (void); void (*_gtk_reserved2) (void); @@ -119,7 +124,6 @@ struct _GtkPrintOperationClass void (*_gtk_reserved4) (void); void (*_gtk_reserved5) (void); void (*_gtk_reserved6) (void); - void (*_gtk_reserved7) (void); }; #define GTK_PRINT_ERROR gtk_print_error_quark () diff --git a/gtk/gtkprintunixdialog.c b/gtk/gtkprintunixdialog.c index 72520f82a7..9f4cd6123a 100644 --- a/gtk/gtkprintunixdialog.c +++ b/gtk/gtkprintunixdialog.c @@ -1552,6 +1552,8 @@ selected_printer_changed (GtkTreeSelection *selection, update_dialog_from_settings (dialog); update_dialog_from_capabilities (dialog); + + g_object_notify ( G_OBJECT(dialog), "selected-printer"); } static void From 2c5ae21cdc6161dc4cf42b2107d74d92b6f303be Mon Sep 17 00:00:00 2001 From: Marek Kasik Date: Tue, 21 Apr 2009 14:24:32 +0200 Subject: [PATCH 092/190] Adds authentication support of CUPS backend Adds authentication support of CUPS backend against CUPS server. Print dialog is now capable to ask user for password and pass it to the CUPS server. It is also possible to authenticate user through Kerberos (GSS-API) (#384940). --- gtk/gtkmarshalers.list | 1 + gtk/gtkprintbackend.c | 182 +++++++++ gtk/gtkprintbackend.h | 16 +- gtk/gtkprintunixdialog.c | 5 +- modules/printbackends/cups/gtkcupsutils.c | 348 ++++++++++++++++-- modules/printbackends/cups/gtkcupsutils.h | 29 +- .../printbackends/cups/gtkprintbackendcups.c | 340 ++++++++++++++--- 7 files changed, 838 insertions(+), 83 deletions(-) diff --git a/gtk/gtkmarshalers.list b/gtk/gtkmarshalers.list index 3e19a21551..b625cba470 100644 --- a/gtk/gtkmarshalers.list +++ b/gtk/gtkmarshalers.list @@ -98,6 +98,7 @@ VOID:POINTER,UINT VOID:STRING VOID:STRING,BOXED VOID:STRING,STRING +VOID:STRING,STRING,STRING VOID:STRING,INT,POINTER VOID:STRING,UINT,FLAGS VOID:STRING,UINT,FLAGS,UINT diff --git a/gtk/gtkprintbackend.c b/gtk/gtkprintbackend.c index 2889b94fba..567273bdd7 100644 --- a/gtk/gtkprintbackend.c +++ b/gtk/gtkprintbackend.c @@ -25,6 +25,7 @@ #include "gtkintl.h" #include "gtkmodules.h" +#include "gtkmarshalers.h" #include "gtkprivate.h" #include "gtkprintbackend.h" #include "gtkprinter-private.h" @@ -49,6 +50,9 @@ struct _GtkPrintBackendPrivate guint printer_list_requested : 1; guint printer_list_done : 1; GtkPrintBackendStatus status; + char *hostname; + char *username; + char *password; }; enum { @@ -57,6 +61,7 @@ enum { PRINTER_ADDED, PRINTER_REMOVED, PRINTER_STATUS_CHANGED, + REQUEST_PASSWORD, LAST_SIGNAL }; @@ -353,6 +358,10 @@ static void fallback_printer_get_hard_margins (GtkPrinter static GList * fallback_printer_list_papers (GtkPrinter *printer); static GtkPageSetup * fallback_printer_get_default_page_size (GtkPrinter *printer); static GtkPrintCapabilities fallback_printer_get_capabilities (GtkPrinter *printer); +static void request_password (GtkPrintBackend *backend, + const gchar *hostname, + const gchar *username, + const gchar *prompt); static void gtk_print_backend_class_init (GtkPrintBackendClass *class) @@ -372,6 +381,7 @@ gtk_print_backend_class_init (GtkPrintBackendClass *class) class->printer_list_papers = fallback_printer_list_papers; class->printer_get_default_page_size = fallback_printer_get_default_page_size; class->printer_get_capabilities = fallback_printer_get_capabilities; + class->request_password = request_password; g_object_class_install_property (object_class, PROP_STATUS, @@ -425,6 +435,14 @@ gtk_print_backend_class_init (GtkPrintBackendClass *class) NULL, NULL, g_cclosure_marshal_VOID__OBJECT, G_TYPE_NONE, 1, GTK_TYPE_PRINTER); + signals[REQUEST_PASSWORD] = + g_signal_new (I_("request-password"), + G_TYPE_FROM_CLASS (class), + G_SIGNAL_RUN_LAST, + G_STRUCT_OFFSET (GtkPrintBackendClass, request_password), + NULL, NULL, + _gtk_marshal_VOID__STRING_STRING_STRING, + G_TYPE_NONE, 3, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING); } static void @@ -437,6 +455,9 @@ gtk_print_backend_init (GtkPrintBackend *backend) priv->printers = g_hash_table_new_full (g_str_hash, g_str_equal, (GDestroyNotify) g_free, (GDestroyNotify) g_object_unref); + priv->hostname = NULL; + priv->username = NULL; + priv->password = NULL; } static void @@ -640,6 +661,167 @@ gtk_print_backend_print_stream (GtkPrintBackend *backend, dnotify); } +void +gtk_print_backend_set_password (GtkPrintBackend *backend, + const gchar *hostname, + const gchar *username, + const gchar *password) +{ + g_return_if_fail (GTK_IS_PRINT_BACKEND (backend)); + + if (GTK_PRINT_BACKEND_GET_CLASS (backend)->set_password) + GTK_PRINT_BACKEND_GET_CLASS (backend)->set_password (backend, hostname, username, password); +} + +static void +store_password (GtkEntry *entry, + GtkPrintBackend *backend) +{ + GtkPrintBackendPrivate *priv = backend->priv; + + if (priv->password != NULL) + { + memset (priv->password, 0, strlen (priv->password)); + g_free (priv->password); + } + + priv->password = g_strdup (gtk_entry_get_text (entry)); +} + +static void +store_username (GtkEntry *entry, + GtkPrintBackend *backend) +{ + GtkPrintBackendPrivate *priv = backend->priv; + + g_free (priv->username); + priv->username = g_strdup (gtk_entry_get_text (entry)); +} + +static void +password_dialog_response (GtkWidget *dialog, + gint response_id, + GtkPrintBackend *backend) +{ + GtkPrintBackendPrivate *priv = backend->priv; + + if (response_id == GTK_RESPONSE_OK) + gtk_print_backend_set_password (backend, priv->hostname, priv->username, priv->password); + else + gtk_print_backend_set_password (backend, priv->hostname, priv->username, NULL); + + if (priv->password != NULL) + { + memset (priv->password, 0, strlen (priv->password)); + g_free (priv->password); + priv->password = NULL; + } + + g_free (priv->username); + priv->username = NULL; + + gtk_widget_destroy (dialog); + + g_object_unref (backend); +} + +static void +request_password (GtkPrintBackend *backend, + const gchar *hostname, + const gchar *username, + const gchar *prompt) +{ + GtkPrintBackendPrivate *priv = backend->priv; + GtkWidget *dialog, *username_box, *password_box, *main_box, *label, *icon, *vbox, + *password_prompt, *username_prompt, + *password_entry, *username_entry; + gchar *markup; + + dialog = gtk_dialog_new_with_buttons ( _("Authentication"), NULL, GTK_DIALOG_MODAL, + GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, + GTK_STOCK_OK, GTK_RESPONSE_OK, + NULL); + + gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK); + gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); + + main_box = gtk_hbox_new (FALSE, 0); + + /* Left */ + icon = gtk_image_new_from_stock (GTK_STOCK_DIALOG_AUTHENTICATION, GTK_ICON_SIZE_DIALOG); + gtk_misc_set_alignment (GTK_MISC (icon), 0.5, 0.0); + gtk_misc_set_padding (GTK_MISC (icon), 6, 6); + + + /* Right */ + vbox = gtk_vbox_new (FALSE, 0); + gtk_widget_set_size_request (GTK_WIDGET (vbox), 320, -1); + + /* Right - 1. */ + label = gtk_label_new (NULL); + markup = g_markup_printf_escaped ("%s", prompt); + gtk_label_set_markup (GTK_LABEL (label), markup); + gtk_label_set_line_wrap (GTK_LABEL (label), TRUE); + gtk_widget_set_size_request (GTK_WIDGET (label), 320, -1); + g_free (markup); + + + /* Right - 2. */ + username_box = gtk_hbox_new (TRUE, 0); + + username_prompt = gtk_label_new (_("Username:")); + gtk_misc_set_alignment (GTK_MISC (username_prompt), 0.0, 0.5); + + username_entry = gtk_entry_new (); + gtk_entry_set_text (GTK_ENTRY (username_entry), username); + + + /* Right - 3. */ + password_box = gtk_hbox_new (TRUE, 0); + + password_prompt = gtk_label_new (_("Password:")); + gtk_misc_set_alignment (GTK_MISC (password_prompt), 0.0, 0.5); + + password_entry = gtk_entry_new (); + gtk_entry_set_visibility (GTK_ENTRY (password_entry), FALSE); + gtk_entry_set_activates_default (GTK_ENTRY (password_entry), TRUE); + + + /* Packing */ + gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), main_box, TRUE, FALSE, 0); + + gtk_box_pack_start (GTK_BOX (main_box), icon, FALSE, FALSE, 6); + gtk_box_pack_start (GTK_BOX (main_box), vbox, FALSE, FALSE, 6); + + gtk_box_pack_start (GTK_BOX (vbox), label, FALSE, TRUE, 6); + gtk_box_pack_start (GTK_BOX (vbox), username_box, FALSE, TRUE, 6); + gtk_box_pack_start (GTK_BOX (vbox), password_box, FALSE, TRUE, 6); + + gtk_box_pack_start (GTK_BOX (username_box), username_prompt, TRUE, TRUE, 0); + gtk_box_pack_start (GTK_BOX (username_box), username_entry, TRUE, TRUE, 0); + + gtk_box_pack_start (GTK_BOX (password_box), password_prompt, TRUE, TRUE, 0); + gtk_box_pack_start (GTK_BOX (password_box), password_entry, TRUE, TRUE, 0); + + + gtk_widget_grab_focus (password_entry); + + priv->hostname = g_strdup (hostname); + priv->username = g_strdup (username); + + g_signal_connect (password_entry, "changed", + G_CALLBACK (store_password), backend); + + g_signal_connect (username_entry, "changed", + G_CALLBACK (store_username), backend); + + g_object_ref (backend); + g_signal_connect (G_OBJECT (dialog), "response", + G_CALLBACK (password_dialog_response), backend); + + gtk_widget_show_all (dialog); +} + void gtk_print_backend_destroy (GtkPrintBackend *print_backend) { diff --git a/gtk/gtkprintbackend.h b/gtk/gtkprintbackend.h index 2305e32c31..7d75f8e417 100644 --- a/gtk/gtkprintbackend.h +++ b/gtk/gtkprintbackend.h @@ -120,14 +120,22 @@ struct _GtkPrintBackendClass GtkPrinter *printer); void (*printer_status_changed) (GtkPrintBackend *backend, GtkPrinter *printer); + void (*request_password) (GtkPrintBackend *backend, + const gchar *hostname, + const gchar *username, + const gchar *prompt); + + /* not a signal */ + void (*set_password) (GtkPrintBackend *backend, + const gchar *hostname, + const gchar *username, + const gchar *password); /* Padding for future expansion */ void (*_gtk_reserved1) (void); void (*_gtk_reserved2) (void); void (*_gtk_reserved3) (void); void (*_gtk_reserved4) (void); - void (*_gtk_reserved5) (void); - void (*_gtk_reserved6) (void); }; GType gtk_print_backend_get_type (void) G_GNUC_CONST; @@ -144,6 +152,10 @@ void gtk_print_backend_print_stream (GtkPrintBackend *pri GDestroyNotify dnotify); GList * gtk_print_backend_load_modules (void); void gtk_print_backend_destroy (GtkPrintBackend *print_backend); +void gtk_print_backend_set_password (GtkPrintBackend *backend, + const gchar *hostname, + const gchar *username, + const gchar *password); /* Backend-only functions for GtkPrintBackend */ diff --git a/gtk/gtkprintunixdialog.c b/gtk/gtkprintunixdialog.c index 9f4cd6123a..fbb2d40583 100644 --- a/gtk/gtkprintunixdialog.c +++ b/gtk/gtkprintunixdialog.c @@ -757,7 +757,10 @@ load_print_backends (GtkPrintUnixDialog *dialog) priv->print_backends = gtk_print_backend_load_modules (); for (node = priv->print_backends; node != NULL; node = node->next) - printer_list_initialize (dialog, GTK_PRINT_BACKEND (node->data)); + { + GtkPrintBackend *backend = node->data; + printer_list_initialize (dialog, backend); + } } static void diff --git a/modules/printbackends/cups/gtkcupsutils.c b/modules/printbackends/cups/gtkcupsutils.c index 363f8f52e7..7ef202c3b6 100644 --- a/modules/printbackends/cups/gtkcupsutils.c +++ b/modules/printbackends/cups/gtkcupsutils.c @@ -39,10 +39,12 @@ static void _post_send (GtkCupsRequest *request); static void _post_write_request (GtkCupsRequest *request); static void _post_write_data (GtkCupsRequest *request); static void _post_check (GtkCupsRequest *request); +static void _post_auth (GtkCupsRequest *request); static void _post_read_response (GtkCupsRequest *request); static void _get_send (GtkCupsRequest *request); static void _get_check (GtkCupsRequest *request); +static void _get_auth (GtkCupsRequest *request); static void _get_read_data (GtkCupsRequest *request); struct _GtkCupsResult @@ -69,6 +71,7 @@ static GtkCupsRequestStateFunc post_states[] = { _post_write_request, _post_write_data, _post_check, + _post_auth, _post_read_response }; @@ -76,6 +79,7 @@ static GtkCupsRequestStateFunc get_states[] = { _connect, _get_send, _get_check, + _get_auth, _get_read_data }; @@ -101,12 +105,13 @@ gtk_cups_result_set_error (GtkCupsResult *result, } GtkCupsRequest * -gtk_cups_request_new (http_t *connection, - GtkCupsRequestType req_type, - gint operation_id, - GIOChannel *data_io, - const char *server, - const char *resource) +gtk_cups_request_new_with_username (http_t *connection, + GtkCupsRequestType req_type, + gint operation_id, + GIOChannel *data_io, + const char *server, + const char *resource, + const char *username) { GtkCupsRequest *request; cups_lang_t *language; @@ -123,6 +128,8 @@ gtk_cups_request_new (http_t *connection, request->type = req_type; request->state = GTK_CUPS_REQUEST_START; + request->password_state = GTK_CUPS_PASSWORD_NONE; + if (server) request->server = g_strdup (server); else @@ -171,15 +178,37 @@ gtk_cups_request_new (http_t *connection, "attributes-natural-language", NULL, language->language); - gtk_cups_request_ipp_add_string (request, IPP_TAG_OPERATION, IPP_TAG_NAME, - "requesting-user-name", - NULL, cupsUser ()); - + if (username != NULL) + gtk_cups_request_ipp_add_string (request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", + NULL, username); + else + gtk_cups_request_ipp_add_string (request, IPP_TAG_OPERATION, IPP_TAG_NAME, + "requesting-user-name", + NULL, cupsUser ()); + cupsLangFree (language); return request; } +GtkCupsRequest * +gtk_cups_request_new (http_t *connection, + GtkCupsRequestType req_type, + gint operation_id, + GIOChannel *data_io, + const char *server, + const char *resource) +{ + return gtk_cups_request_new_with_username (connection, + req_type, + operation_id, + data_io, + server, + resource, + NULL); +} + static void gtk_cups_result_free (GtkCupsResult *result) { @@ -205,6 +234,13 @@ gtk_cups_request_free (GtkCupsRequest *request) g_free (request->server); g_free (request->resource); + if (request->password != NULL) + { + memset (request->password, 0, strlen (request->password)); + g_free (request->password); + } + + g_free (request->username); gtk_cups_result_free (request->result); @@ -290,6 +326,23 @@ gtk_cups_request_ipp_add_strings (GtkCupsRequest *request, values); } +const char * +gtk_cups_request_ipp_get_string (GtkCupsRequest *request, + ipp_tag_t tag, + const char *name) +{ + ipp_attribute_t *attribute = NULL; + + if (request != NULL && request->ipp_request != NULL) + attribute = ippFindAttribute (request->ipp_request, + name, + tag); + + if (attribute != NULL && attribute->values != NULL) + return attribute->values[0].string.text; + else + return NULL; +} typedef struct @@ -786,12 +839,83 @@ _post_write_data (GtkCupsRequest *request) return; } } - else + else if (http_status == HTTP_UNAUTHORIZED) + { + request->state = GTK_CUPS_POST_CHECK; + request->poll_state = GTK_CUPS_HTTP_READ; + + request->attempts = 0; + return; + } + else { request->attempts++; } } +static void +_post_auth (GtkCupsRequest *request) +{ + if (request->password_state == GTK_CUPS_PASSWORD_HAS) + { + if (request->password == NULL) + { + request->state = GTK_CUPS_POST_DONE; + request->poll_state = GTK_CUPS_HTTP_IDLE; + + gtk_cups_result_set_error (request->result, + GTK_CUPS_ERROR_AUTH, + 0, + 1, + "Canceled by user"); + } + else + request->state = GTK_CUPS_POST_CHECK; + } +} + +static void +_get_auth (GtkCupsRequest *request) +{ + if (request->password_state == GTK_CUPS_PASSWORD_HAS) + { + if (request->password == NULL) + { + request->state = GTK_CUPS_GET_DONE; + request->poll_state = GTK_CUPS_HTTP_IDLE; + + gtk_cups_result_set_error (request->result, + GTK_CUPS_ERROR_AUTH, + 0, + 1, + "Canceled by user"); + } + else + request->state = GTK_CUPS_GET_CHECK; + } +} + +/* Very ugly hack: cups has a stupid synchronous password callback + * that doesn't even take the request or user data parameters, so + * we have to use a static variable to pass the password to it. + * Not threadsafe ! + * The callback sets cups_password to NULL to signal that the + * password has been used. + */ +static char *cups_password; +static char *cups_username; + +static const char * +passwordCB (const char *prompt) +{ + char *pwd = cups_password; + cups_password = NULL; + + cupsSetUser (cups_username); + + return pwd; +} + static void _post_check (GtkCupsRequest *request) { @@ -810,18 +934,91 @@ _post_check (GtkCupsRequest *request) } else if (http_status == HTTP_UNAUTHORIZED) { - /* TODO: callout for auth */ - g_warning ("NOT IMPLEMENTED: We need to prompt for authorization"); - request->state = GTK_CUPS_POST_DONE; - request->poll_state = GTK_CUPS_HTTP_IDLE; + int auth_result = -1; + httpFlush (request->http); + + if (request->password_state == GTK_CUPS_PASSWORD_APPLIED) + { + request->password_state = GTK_CUPS_PASSWORD_NOT_VALID; + request->state = GTK_CUPS_POST_AUTH; + request->need_password = TRUE; + + return; + } + + /* Negotiate */ + if (strncmp (httpGetField (request->http, HTTP_FIELD_WWW_AUTHENTICATE), "Negotiate", 9) == 0) + { + auth_result = cupsDoAuthentication (request->http, "POST", request->resource); + } + /* Basic, BasicDigest, Digest and PeerCred */ + else + { + if (request->password_state == GTK_CUPS_PASSWORD_NONE) + { + cups_password = g_strdup (""); + cups_username = request->username; + cupsSetPasswordCB (passwordCB); + + /* This call success for PeerCred authentication */ + auth_result = cupsDoAuthentication (request->http, "POST", request->resource); + + if (auth_result != 0) + { + /* move to AUTH state to let the backend + * ask for a password + */ + request->state = GTK_CUPS_POST_AUTH; + request->need_password = TRUE; + + return; + } + } + else + { + cups_password = request->password; + cups_username = request->username; + + auth_result = cupsDoAuthentication (request->http, "POST", request->resource); + + if (cups_password != NULL) + return; + + if (request->password != NULL) + { + memset (request->password, 0, strlen (request->password)); + g_free (request->password); + request->password = NULL; + } + + request->password_state = GTK_CUPS_PASSWORD_APPLIED; + } + } + + if (auth_result || + httpReconnect (request->http)) + { + /* if the password has been used, reset password_state + * so that we ask for a new one next time around + */ + if (cups_password == NULL) + request->password_state = GTK_CUPS_PASSWORD_NONE; + + request->state = GTK_CUPS_POST_DONE; + request->poll_state = GTK_CUPS_HTTP_IDLE; + gtk_cups_result_set_error (request->result, + GTK_CUPS_ERROR_AUTH, + 0, + 0, + "Not authorized"); + return; + } - /* TODO: create a not implemented error code */ - gtk_cups_result_set_error (request->result, - GTK_CUPS_ERROR_GENERAL, - 0, - 0, - "Can't prompt for authorization"); - return; + if (request->data_io != NULL) + g_io_channel_seek_position (request->data_io, 0, G_SEEK_SET, NULL); + + request->state = GTK_CUPS_POST_CONNECT; + request->poll_state = GTK_CUPS_HTTP_WRITE; } else if (http_status == HTTP_ERROR) { @@ -883,7 +1080,7 @@ _post_check (GtkCupsRequest *request) http_errno, "HTTP Error in POST %s", g_strerror (http_errno)); - request->poll_state = GTK_CUPS_HTTP_IDLE; + request->poll_state = GTK_CUPS_HTTP_IDLE; httpFlush (request->http); return; @@ -975,8 +1172,12 @@ _get_send (GtkCupsRequest *request) } httpClearFields (request->http); +#ifdef HAVE_HTTPGETAUTHSTRING + httpSetField (request->http, HTTP_FIELD_AUTHORIZATION, httpGetAuthString (request->http)); +#else #ifdef HAVE_HTTP_AUTHSTRING httpSetField (request->http, HTTP_FIELD_AUTHORIZATION, request->http->authstring); +#endif #endif if (httpGet (request->http, request->resource)) @@ -997,6 +1198,9 @@ _get_send (GtkCupsRequest *request) request->attempts++; return; } + + if (httpCheck (request->http)) + request->last_status = httpUpdate (request->http); request->attempts = 0; @@ -1024,18 +1228,90 @@ _get_check (GtkCupsRequest *request) } else if (http_status == HTTP_UNAUTHORIZED) { - /* TODO: callout for auth */ - g_warning ("NOT IMPLEMENTED: We need to prompt for authorization in a non blocking manner"); - request->state = GTK_CUPS_GET_DONE; - request->poll_state = GTK_CUPS_HTTP_IDLE; + int auth_result = -1; + httpFlush (request->http); - /* TODO: should add a status or error code for not implemented */ - gtk_cups_result_set_error (request->result, - GTK_CUPS_ERROR_GENERAL, - 0, - 0, - "Can't prompt for authorization"); - return; + if (request->password_state == GTK_CUPS_PASSWORD_APPLIED) + { + request->password_state = GTK_CUPS_PASSWORD_NOT_VALID; + request->state = GTK_CUPS_GET_AUTH; + request->need_password = TRUE; + + return; + } + + /* Negotiate */ + if (strncmp (httpGetField (request->http, HTTP_FIELD_WWW_AUTHENTICATE), "Negotiate", 9) == 0) + { + auth_result = cupsDoAuthentication (request->http, "GET", request->resource); + } + /* Basic, BasicDigest, Digest and PeerCred */ + else + { + if (request->password_state == GTK_CUPS_PASSWORD_NONE) + { + cups_password = g_strdup (""); + cups_username = request->username; + cupsSetPasswordCB (passwordCB); + + /* This call success for PeerCred authentication */ + auth_result = cupsDoAuthentication (request->http, "GET", request->resource); + + if (auth_result != 0) + { + /* move to AUTH state to let the backend + * ask for a password + */ + request->state = GTK_CUPS_GET_AUTH; + request->need_password = TRUE; + + return; + } + } + else + { + cups_password = request->password; + cups_username = request->username; + + auth_result = cupsDoAuthentication (request->http, "GET", request->resource); + + if (cups_password != NULL) + return; + + if (request->password != NULL) + { + memset (request->password, 0, strlen (request->password)); + g_free (request->password); + request->password = NULL; + } + + request->password_state = GTK_CUPS_PASSWORD_APPLIED; + } + } + + if (auth_result || + httpReconnect (request->http)) + { + /* if the password has been used, reset password_state + * so that we ask for a new one next time around + */ + if (cups_password == NULL) + request->password_state = GTK_CUPS_PASSWORD_NONE; + + request->state = GTK_CUPS_GET_DONE; + request->poll_state = GTK_CUPS_HTTP_IDLE; + gtk_cups_result_set_error (request->result, + GTK_CUPS_ERROR_AUTH, + 0, + 0, + "Not authorized"); + return; + } + + request->state = GTK_CUPS_GET_SEND; + request->last_status = HTTP_CONTINUE; + + return; } else if (http_status == HTTP_UPGRADE_REQUIRED) { @@ -1043,7 +1319,7 @@ _get_check (GtkCupsRequest *request) httpFlush (request->http); cupsSetEncryption (HTTP_ENCRYPT_REQUIRED); - request->state = GTK_CUPS_POST_CONNECT; + request->state = GTK_CUPS_GET_CONNECT; /* Reconnect... */ httpReconnect (request->http); @@ -1143,7 +1419,7 @@ _get_read_data (GtkCupsRequest *request) if (io_status == G_IO_STATUS_ERROR) { - request->state = GTK_CUPS_POST_DONE; + request->state = GTK_CUPS_GET_DONE; request->poll_state = GTK_CUPS_HTTP_IDLE; gtk_cups_result_set_error (request->result, diff --git a/modules/printbackends/cups/gtkcupsutils.h b/modules/printbackends/cups/gtkcupsutils.h index dcbb490ab6..47fd106e93 100644 --- a/modules/printbackends/cups/gtkcupsutils.h +++ b/modules/printbackends/cups/gtkcupsutils.h @@ -37,6 +37,7 @@ typedef enum GTK_CUPS_ERROR_HTTP, GTK_CUPS_ERROR_IPP, GTK_CUPS_ERROR_IO, + GTK_CUPS_ERROR_AUTH, GTK_CUPS_ERROR_GENERAL } GtkCupsErrorType; @@ -66,6 +67,15 @@ typedef enum GTK_CUPS_CONNECTION_IN_PROGRESS } GtkCupsConnectionState; +typedef enum +{ + GTK_CUPS_PASSWORD_NONE, + GTK_CUPS_PASSWORD_REQUESTED, + GTK_CUPS_PASSWORD_HAS, + GTK_CUPS_PASSWORD_APPLIED, + GTK_CUPS_PASSWORD_NOT_VALID +} GtkCupsPasswordState; + struct _GtkCupsRequest { GtkCupsRequestType type; @@ -84,7 +94,12 @@ struct _GtkCupsRequest gint state; GtkCupsPollState poll_state; - gint own_http : 1; + gchar *password; + gchar *username; + + gint own_http : 1; + gint need_password : 1; + GtkCupsPasswordState password_state; }; struct _GtkCupsConnectionTest @@ -108,6 +123,7 @@ enum GTK_CUPS_POST_WRITE_REQUEST, GTK_CUPS_POST_WRITE_DATA, GTK_CUPS_POST_CHECK, + GTK_CUPS_POST_AUTH, GTK_CUPS_POST_READ_RESPONSE, GTK_CUPS_POST_DONE = GTK_CUPS_REQUEST_DONE }; @@ -118,10 +134,18 @@ enum GTK_CUPS_GET_CONNECT = GTK_CUPS_REQUEST_START, GTK_CUPS_GET_SEND, GTK_CUPS_GET_CHECK, + GTK_CUPS_GET_AUTH, GTK_CUPS_GET_READ_DATA, GTK_CUPS_GET_DONE = GTK_CUPS_REQUEST_DONE }; +GtkCupsRequest * gtk_cups_request_new_with_username (http_t *connection, + GtkCupsRequestType req_type, + gint operation_id, + GIOChannel *data_io, + const char *server, + const char *resource, + const char *username); GtkCupsRequest * gtk_cups_request_new (http_t *connection, GtkCupsRequestType req_type, gint operation_id, @@ -141,6 +165,9 @@ void gtk_cups_request_ipp_add_strings (GtkCupsRequest * int num_values, const char *charset, const char * const *values); +const char * gtk_cups_request_ipp_get_string (GtkCupsRequest *request, + ipp_tag_t tag, + const char *name); gboolean gtk_cups_request_read_write (GtkCupsRequest *request); GtkCupsPollState gtk_cups_request_get_poll_state (GtkCupsRequest *request); void gtk_cups_request_free (GtkCupsRequest *request); diff --git a/modules/printbackends/cups/gtkprintbackendcups.c b/modules/printbackends/cups/gtkprintbackendcups.c index 0d2975f197..c63882c141 100644 --- a/modules/printbackends/cups/gtkprintbackendcups.c +++ b/modules/printbackends/cups/gtkprintbackendcups.c @@ -118,6 +118,11 @@ struct _GtkPrintBackendCups char *default_cover_before; char *default_cover_after; int number_of_covers; + + GList *requests; + GHashTable *auth; + gchar *username; + gboolean authentication_lock; }; static GObjectClass *backend_parent_class; @@ -176,6 +181,13 @@ static cairo_surface_t * cups_printer_create_cairo_surface (GtkPrinter gdouble height, GIOChannel *cache_io); +static void gtk_print_backend_cups_set_password (GtkPrintBackend *backend, + const gchar *hostname, + const gchar *username, + const gchar *password); + +void overwrite_and_free (gpointer data); +static gboolean is_address_local (const gchar *address); static void gtk_print_backend_cups_register_type (GTypeModule *module) @@ -271,6 +283,7 @@ gtk_print_backend_cups_class_init (GtkPrintBackendCupsClass *class) backend_class->printer_get_default_page_size = cups_printer_get_default_page_size; backend_class->printer_get_hard_margins = cups_printer_get_hard_margins; backend_class->printer_get_capabilities = cups_printer_get_capabilities; + backend_class->set_password = gtk_print_backend_cups_set_password; } static cairo_status_t @@ -511,12 +524,13 @@ gtk_print_backend_cups_print_stream (GtkPrintBackend *print_backend, cups_printer = GTK_PRINTER_CUPS (gtk_print_job_get_printer (job)); settings = gtk_print_job_get_settings (job); - request = gtk_cups_request_new (NULL, - GTK_CUPS_POST, - IPP_PRINT_JOB, - data_io, - NULL, - cups_printer->device_uri); + request = gtk_cups_request_new_with_username (NULL, + GTK_CUPS_POST, + IPP_PRINT_JOB, + data_io, + NULL, + cups_printer->device_uri, + GTK_PRINT_BACKEND_CUPS (print_backend)->username); #if (CUPS_VERSION_MAJOR == 1 && CUPS_VERSION_MINOR >= 2) || CUPS_VERSION_MAJOR > 1 httpAssembleURIf (HTTP_URI_CODING_ALL, @@ -561,6 +575,16 @@ gtk_print_backend_cups_print_stream (GtkPrintBackend *print_backend, (GDestroyNotify)cups_free_print_stream_data); } +void overwrite_and_free (gpointer data) +{ + gchar *password = (gchar *) data; + + if (password != NULL) + { + memset (password, 0, strlen (password)); + g_free (password); + } +} static void gtk_print_backend_cups_init (GtkPrintBackendCups *backend_cups) @@ -569,6 +593,10 @@ gtk_print_backend_cups_init (GtkPrintBackendCups *backend_cups) backend_cups->got_default_printer = FALSE; backend_cups->list_printers_pending = FALSE; + backend_cups->requests = NULL; + backend_cups->auth = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, overwrite_and_free); + backend_cups->authentication_lock = FALSE; + backend_cups->covers = NULL; backend_cups->default_cover_before = NULL; backend_cups->default_cover_after = NULL; @@ -577,6 +605,8 @@ gtk_print_backend_cups_init (GtkPrintBackendCups *backend_cups) backend_cups->default_printer_poll = 0; backend_cups->cups_connection_test = NULL; + backend_cups->username = NULL; + cups_get_local_default_printer (backend_cups); } @@ -602,6 +632,10 @@ gtk_print_backend_cups_finalize (GObject *object) gtk_cups_connection_test_free (backend_cups->cups_connection_test); backend_cups->cups_connection_test = NULL; + g_hash_table_destroy (backend_cups->auth); + + g_free (backend_cups->username); + backend_parent_class->finalize (object); } @@ -626,6 +660,155 @@ gtk_print_backend_cups_dispose (GObject *object) backend_parent_class->dispose (object); } +static gboolean +is_address_local (const gchar *address) +{ + if (address[0] == '/' || + strcmp (address, "127.0.0.1") == 0 || + strcmp (address, "[::1]") == 0) + return TRUE; + else + return FALSE; +} + +static void +gtk_print_backend_cups_set_password (GtkPrintBackend *backend, + const gchar *hostname, + const gchar *username, + const gchar *password) +{ + GtkPrintBackendCups *cups_backend = GTK_PRINT_BACKEND_CUPS (backend); + GList *l; + char dispatch_hostname[HTTP_MAX_URI]; + gchar *key; + + key = g_strconcat (username, "@", hostname, NULL); + g_hash_table_insert (cups_backend->auth, key, g_strdup (password)); + + g_free (cups_backend->username); + cups_backend->username = g_strdup (username); + + GTK_NOTE (PRINTING, + g_print ("CUPS backend: storing password for %s\n", key)); + + for (l = cups_backend->requests; l; l = l->next) + { + GtkPrintCupsDispatchWatch *dispatch = l->data; + + httpGetHostname (dispatch->request->http, dispatch_hostname, sizeof (dispatch_hostname)); + if (is_address_local (dispatch_hostname)) + strcpy (dispatch_hostname, "localhost"); + + if (strcmp (hostname, dispatch_hostname) == 0) + { + overwrite_and_free (dispatch->request->password); + dispatch->request->password = g_strdup (password); + g_free (dispatch->request->username); + dispatch->request->username = g_strdup (username); + dispatch->request->password_state = GTK_CUPS_PASSWORD_HAS; + dispatch->backend->authentication_lock = FALSE; + } + } +} + +static gboolean +request_password (gpointer data) +{ + GtkPrintCupsDispatchWatch *dispatch = data; + const gchar *username; + gchar *password; + gchar *prompt = NULL; + gchar *key = NULL; + char hostname[HTTP_MAX_URI]; + + if (dispatch->backend->authentication_lock) + return FALSE; + + httpGetHostname (dispatch->request->http, hostname, sizeof (hostname)); + if (is_address_local (hostname)) + strcpy (hostname, "localhost"); + + if (dispatch->backend->username != NULL) + username = dispatch->backend->username; + else + username = cupsUser (); + + key = g_strconcat (username, "@", hostname, NULL); + password = g_hash_table_lookup (dispatch->backend->auth, key); + + if (password && dispatch->request->password_state != GTK_CUPS_PASSWORD_NOT_VALID) + { + GTK_NOTE (PRINTING, + g_print ("CUPS backend: using stored password for %s\n", key)); + + overwrite_and_free (dispatch->request->password); + dispatch->request->password = g_strdup (password); + g_free (dispatch->request->username); + dispatch->request->username = g_strdup (username); + dispatch->request->password_state = GTK_CUPS_PASSWORD_HAS; + } + else + { + const char *job_title = gtk_cups_request_ipp_get_string (dispatch->request, IPP_TAG_NAME, "job-name"); + const char *printer_uri = gtk_cups_request_ipp_get_string (dispatch->request, IPP_TAG_URI, "printer-uri"); + char *printer_name = NULL; + + if (printer_uri != NULL && strrchr (printer_uri, '/') != NULL) + printer_name = g_strdup (strrchr (printer_uri, '/') + 1); + + if (dispatch->request->password_state == GTK_CUPS_PASSWORD_NOT_VALID) + g_hash_table_remove (dispatch->backend->auth, key); + + dispatch->request->password_state = GTK_CUPS_PASSWORD_REQUESTED; + + dispatch->backend->authentication_lock = TRUE; + + switch (dispatch->request->ipp_request->request.op.operation_id) + { + case 0: + prompt = g_strdup_printf ( _("Authentication is required to get a file from %s"), hostname); + break; + case IPP_PRINT_JOB: + if (job_title != NULL && printer_name != NULL) + prompt = g_strdup_printf ( _("Authentication is required to print document '%s' on printer %s"), job_title, printer_name); + else + prompt = g_strdup_printf ( _("Authentication is required to print a document on %s"), hostname); + break; + case IPP_GET_JOB_ATTRIBUTES: + if (job_title != NULL) + prompt = g_strdup_printf ( _("Authentication is required to get attributes of job '%s'"), job_title); + else + prompt = g_strdup ( _("Authentication is required to get attributes of a job")); + break; + case IPP_GET_PRINTER_ATTRIBUTES: + if (printer_name != NULL) + prompt = g_strdup_printf ( _("Authentication is required to get attributes of printer %s"), printer_name); + else + prompt = g_strdup ( _("Authentication is required to get attributes of a printer")); + break; + case CUPS_GET_DEFAULT: + prompt = g_strdup_printf ( _("Authentication is required to get default printer of %s"), hostname); + break; + case CUPS_GET_PRINTERS: + prompt = g_strdup_printf ( _("Authentication is required to get printers from %s"), hostname); + break; + default: + prompt = g_strdup_printf ( _("Authentication is required on %s"), hostname); + break; + } + + g_free (printer_name); + + g_signal_emit_by_name (dispatch->backend, "request-password", + hostname, username, prompt); + + g_free (prompt); + } + + g_free (key); + + return FALSE; +} static gboolean cups_dispatch_watch_check (GSource *source) @@ -665,7 +848,7 @@ cups_dispatch_watch_check (GSource *source) #endif } - if (poll_state != GTK_CUPS_HTTP_IDLE) + if (poll_state != GTK_CUPS_HTTP_IDLE && !dispatch->request->need_password) if (!(dispatch->data_poll->revents & dispatch->data_poll->events)) return FALSE; @@ -676,6 +859,13 @@ cups_dispatch_watch_check (GSource *source) g_free (dispatch->data_poll); dispatch->data_poll = NULL; } + + if (dispatch->request->need_password && dispatch->request->password_state != GTK_CUPS_PASSWORD_REQUESTED) + { + dispatch->request->need_password = FALSE; + g_idle_add (request_password, dispatch); + result = FALSE; + } return result; } @@ -735,12 +925,39 @@ static void cups_dispatch_watch_finalize (GSource *source) { GtkPrintCupsDispatchWatch *dispatch; + GtkCupsResult *result; GTK_NOTE (PRINTING, g_print ("CUPS Backend: %s \n", G_STRFUNC, source)); dispatch = (GtkPrintCupsDispatchWatch *) source; + result = gtk_cups_request_get_result (dispatch->request); + if (gtk_cups_result_get_error_type (result) == GTK_CUPS_ERROR_AUTH) + { + const gchar *username; + gchar hostname[HTTP_MAX_URI]; + gchar *key; + + httpGetHostname (dispatch->request->http, hostname, sizeof (hostname)); + if (is_address_local (hostname)) + strcpy (hostname, "localhost"); + + if (dispatch->backend->username != NULL) + username = dispatch->backend->username; + else + username = cupsUser (); + + key = g_strconcat (username, "@", hostname, NULL); + GTK_NOTE (PRINTING, + g_print ("CUPS backend: removing stored password for %s\n", key)); + g_hash_table_remove (dispatch->backend->auth, key); + g_free (key); + + if (dispatch->backend) + dispatch->backend->authentication_lock = FALSE; + } + gtk_cups_request_free (dispatch->request); if (dispatch->backend) @@ -754,6 +971,10 @@ cups_dispatch_watch_finalize (GSource *source) * of print backends. See _gtk_print_backend_create for the * disabling. */ + + dispatch->backend->requests = g_list_remove (dispatch->backend->requests, dispatch); + + g_object_unref (dispatch->backend); dispatch->backend = NULL; } @@ -788,6 +1009,8 @@ cups_request_execute (GtkPrintBackendCups *print_backend, dispatch->backend = g_object_ref (print_backend); dispatch->data_poll = NULL; + print_backend->requests = g_list_prepend (print_backend->requests, dispatch); + g_source_set_callback ((GSource *) dispatch, (GSourceFunc) callback, user_data, notify); g_source_attach ((GSource *) dispatch, NULL); @@ -890,12 +1113,13 @@ cups_request_printer_info (GtkPrintBackendCups *print_backend, "job-sheets-default" }; - request = gtk_cups_request_new (NULL, - GTK_CUPS_POST, - IPP_GET_PRINTER_ATTRIBUTES, - NULL, - NULL, - NULL); + request = gtk_cups_request_new_with_username (NULL, + GTK_CUPS_POST, + IPP_GET_PRINTER_ATTRIBUTES, + NULL, + NULL, + NULL, + print_backend->username); printer_uri = g_strdup_printf ("ipp://localhost/printers/%s", printer_name); @@ -1029,12 +1253,13 @@ cups_request_job_info (CupsJobPollData *data) GtkCupsRequest *request; gchar *job_uri; - request = gtk_cups_request_new (NULL, - GTK_CUPS_POST, - IPP_GET_JOB_ATTRIBUTES, - NULL, - NULL, - NULL); + request = gtk_cups_request_new_with_username (NULL, + GTK_CUPS_POST, + IPP_GET_JOB_ATTRIBUTES, + NULL, + NULL, + NULL, + data->print_backend->username); job_uri = g_strdup_printf ("ipp://localhost/jobs/%d", data->job_id); gtk_cups_request_ipp_add_string (request, IPP_TAG_OPERATION, IPP_TAG_URI, @@ -1121,8 +1346,19 @@ cups_request_printer_list_cb (GtkPrintBackendCups *cups_backend, if (gtk_cups_result_is_error (result)) { GTK_NOTE (PRINTING, - g_warning ("CUPS Backend: Error getting printer list: %s", - gtk_cups_result_get_error_string (result))); + g_warning ("CUPS Backend: Error getting printer list: %s %d %d", + gtk_cups_result_get_error_string (result), + gtk_cups_result_get_error_type (result), + gtk_cups_result_get_error_code (result))); + + if (gtk_cups_result_get_error_type (result) == GTK_CUPS_ERROR_AUTH && + gtk_cups_result_get_error_code (result) == 1) + { + /* Canceled by user, stop popping up more password dialogs */ + if (cups_backend->list_printers_poll > 0) + g_source_remove (cups_backend->list_printers_poll); + cups_backend->list_printers_poll = 0; + } goto done; } @@ -1609,12 +1845,13 @@ cups_request_printer_list (GtkPrintBackendCups *cups_backend) cups_backend->list_printers_pending = TRUE; - request = gtk_cups_request_new (NULL, - GTK_CUPS_POST, - CUPS_GET_PRINTERS, - NULL, - NULL, - NULL); + request = gtk_cups_request_new_with_username (NULL, + GTK_CUPS_POST, + CUPS_GET_PRINTERS, + NULL, + NULL, + NULL, + cups_backend->username); gtk_cups_request_ipp_add_strings (request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, "requested-attributes", G_N_ELEMENTS (pattrs), @@ -1776,28 +2013,30 @@ cups_request_ppd (GtkPrinter *printer) resource = g_strdup_printf ("/printers/%s.ppd", gtk_printer_cups_get_ppd_name (GTK_PRINTER_CUPS (printer))); - request = gtk_cups_request_new (data->http, - GTK_CUPS_GET, - 0, - data->ppd_io, - cups_printer->hostname, - resource); + print_backend = gtk_printer_get_backend (printer); + + request = gtk_cups_request_new_with_username (data->http, + GTK_CUPS_GET, + 0, + data->ppd_io, + cups_printer->hostname, + resource, + GTK_PRINT_BACKEND_CUPS (print_backend)->username); GTK_NOTE (PRINTING, g_print ("CUPS Backend: Requesting resource %s to be written to temp file %s\n", resource, ppd_filename)); - g_free (resource); - g_free (ppd_filename); cups_printer->reading_ppd = TRUE; - print_backend = gtk_printer_get_backend (printer); - cups_request_execute (GTK_PRINT_BACKEND_CUPS (print_backend), request, (GtkPrintCupsResponseCallbackFunc) cups_request_ppd_cb, data, (GDestroyNotify)get_ppd_data_free); + + g_free (resource); + g_free (ppd_filename); } /* Ordering matters for default preference */ @@ -2018,6 +2257,20 @@ cups_request_default_printer_cb (GtkPrintBackendCups *print_backend, GDK_THREADS_ENTER (); + if (gtk_cups_result_is_error (result)) + { + if (gtk_cups_result_get_error_type (result) == GTK_CUPS_ERROR_AUTH && + gtk_cups_result_get_error_code (result) == 1) + { + /* Canceled by user, stop popping up more password dialogs */ + if (print_backend->list_printers_poll > 0) + g_source_remove (print_backend->list_printers_poll); + print_backend->list_printers_poll = 0; + } + + return; + } + response = gtk_cups_result_get_response (result); if ((attr = ippFindAttribute (response, "printer-name", IPP_TAG_NAME)) != NULL) @@ -2056,12 +2309,13 @@ cups_request_default_printer (GtkPrintBackendCups *print_backend) if (state == GTK_CUPS_CONNECTION_IN_PROGRESS || state == GTK_CUPS_CONNECTION_NOT_AVAILABLE) return TRUE; - request = gtk_cups_request_new (NULL, - GTK_CUPS_POST, - CUPS_GET_DEFAULT, - NULL, - NULL, - NULL); + request = gtk_cups_request_new_with_username (NULL, + GTK_CUPS_POST, + CUPS_GET_DEFAULT, + NULL, + NULL, + NULL, + print_backend->username); cups_request_execute (print_backend, request, From 24b8f2dfecd0b274fb48100c2e45716706780386 Mon Sep 17 00:00:00 2001 From: Daniel Nylander Date: Tue, 21 Apr 2009 14:50:45 +0200 Subject: [PATCH 093/190] Updated sv translation --- po/sv.po | 2686 ++++++++++++++++++++++++------------------------------ 1 file changed, 1213 insertions(+), 1473 deletions(-) diff --git a/po/sv.po b/po/sv.po index 719421984d..4e60b008af 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-03-01 22:39+0100\n" +"POT-Creation-Date: 2009-04-21 14:49+0200\n" +"PO-Revision-Date: 2009-04-21 14:50+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" "MIME-Version: 1.0\n" @@ -17,58 +17,58 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Fel vid tolkning av flaggan --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Fel vid tolkning av flaggan --gdk-no-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Programklass som den används av fönsterhanteraren" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "KLASS" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Programnamn som det används av fönsterhanteraren" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "NAMN" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "X-display att använda" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "DISPLAY" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "X-skärm att använda" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "SKÄRM" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Gdk-felsökningsflaggor att ställa in" @@ -76,1143 +76,1167 @@ msgstr "Gdk-felsökningsflaggor att ställa in" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 +#: ../gdk/gdk.c:168 +#: ../gtk/gtkmain.c:457 +#: ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "FLAGGOR" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Gdk-felsökningsflaggor att inte ställa in" -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "BackSpace" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tabb" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Retur" -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Scroll_Lock" -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Escape" # Osäker. -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_key" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Vänster" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Upp" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Höger" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Ned" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page_Up" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page_Down" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Print" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insert" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Space" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Tab" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Enter" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP_Home" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP_Left" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP_Up" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP_Right" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP_Down" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_Page_Up" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP_Prior" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP_Next" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "KP_End" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP_Begin" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP_Insert" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP_Delete" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Delete" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 +#: ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Misslyckades med att öppna filen \"%s\": %s" # SUN CHANGED MESSAGE -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Bildfilen \"%s\" innehåller inga data" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 +#: ../tests/testfilechooser.c:267 #, c-format -msgid "" -"Failed to load image '%s': reason not known, probably a corrupt image file" -msgstr "" -"Misslyckades med att läsa in bilden \"%s\": anledningen är okänd, troligtvis " -"en trasig bildfil" +msgid "Failed to load image '%s': reason not known, probably a corrupt image file" +msgstr "Misslyckades med att läsa in bilden \"%s\": anledningen är okänd, troligtvis en trasig bildfil" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format -msgid "" -"Failed to load animation '%s': reason not known, probably a corrupt " -"animation file" -msgstr "" -"Misslyckades med att läsa in animeringen \"%s\": anledningen är okänd, " -"troligtvis en trasig animeringsfil" +msgid "Failed to load animation '%s': reason not known, probably a corrupt animation file" +msgstr "Misslyckades med att läsa in animeringen \"%s\": anledningen är okänd, troligtvis en trasig animeringsfil" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Kan inte läsa in bildinläsningsmodulen: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format -msgid "" -"Image-loading module %s does not export the proper interface; perhaps it's " -"from a different GTK version?" -msgstr "" -"Bildinläsningsmodulen %s exporterar inte rätt gränssnitt; den kanske är från " -"en annan GTK-version?" +msgid "Image-loading module %s does not export the proper interface; perhaps it's from a different GTK version?" +msgstr "Bildinläsningsmodulen %s exporterar inte rätt gränssnitt; den kanske är från en annan GTK-version?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Bildtypen \"%s\" stöds inte" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Kunde inte känna igen bildfilformatet på filen \"%s\"" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Okänt bildfilformat" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Misslyckades med att läsa in bilden \"%s\": %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 +#: ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Fel vid skrivning till bildfil: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "Detta bygge av gdk-pixbuf stöder inte sparande av bildformatet: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Inte tillräckligt med minne för att spara bild till återuppringning" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Misslyckades med att öppna temporär fil" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Misslyckades med att läsa från temporär fil" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Misslyckades med att öppna \"%s\" för skrivning: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format -msgid "" -"Failed to close '%s' while writing image, all data may not have been saved: %" -"s" -msgstr "" -"Misslyckades med att stänga \"%s\" när bilden skrevs, all data kanske inte " -"har sparats korrekt: %s" +msgid "Failed to close '%s' while writing image, all data may not have been saved: %s" +msgstr "Misslyckades med att stänga \"%s\" när bilden skrevs, all data kanske inte har sparats korrekt: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Inte tillräckligt med minne för att spara bild till en buffert" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Fel vid skrivning till bildström" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format -msgid "" -"Internal error: Image loader module '%s' failed to complete an operation, " -"but didn't give a reason for the failure" -msgstr "" -"Internt fel: Bildinläsningsmodulen \"%s\" misslyckades med att färdigställa " -"en åtgärd, men gav inte en anledning till misslyckandet" +msgid "Internal error: Image loader module '%s' failed to complete an operation, but didn't give a reason for the failure" +msgstr "Internt fel: Bildinläsningsmodulen \"%s\" misslyckades med att färdigställa en åtgärd, men gav inte en anledning till misslyckandet" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Inkrementell inläsning av bildtypen \"%s\" stöds inte" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Bildhuvudet är trasigt" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Bildformatet är okänt" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 +#: ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Bildpunktsdata är trasigt" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "misslyckades med att allokera bildbuffert på %u byte" msgstr[1] "misslyckades med att allokera bildbuffert på %u byte" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Oväntat ikonstycke i animation" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Animationstypen stöds inte" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 +#: ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 +#: ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 +#: ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Ogiltigt huvud i animation" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 +#: ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 +#: ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 +#: ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Inte tillräckligt med minne för att läsa in animation" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 +#: ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Felaktigt stycke i animation" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "Bildformatet ANI" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 +#: ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 +#: ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 +#: ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "BMP-bilden har felaktig huvuddata" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 +#: ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Inte tillräckligt med minne för att läsa in bild" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "BMP-bilden har huvudstorlek som inte stöds" # Osäker. -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "BMP-bilder som är uppifrån-och-ned kan inte komprimeras" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 +#: ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "För tidigt filslut påträffades" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Kunde inte allokera minne för sparande av BMP-fil" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Kunde inte skriva till BMP-fil" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 +#: ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "Bildformatet BMP" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Misslyckades med att läsa GIF: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 +#: ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "GIF-filen saknade en del data (den kanske klipptes på något sätt?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Internt fel i GIF-inläsaren (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Stackspill" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "GIF-bildinläsaren kan inte förstå denna bild." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Felaktig kod påträffades" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Cirkulär tabellpost i GIF-filen" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 +#: ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 +#: ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Inte tillräckligt med minne för att läsa in GIF-fil" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Inte tillräckligt med minne för att komponera en ram i GIF-fil" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "GIF-bilden är trasig (felaktig LZW-komprimering)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Filen verkar inte vara en GIF-fil" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "Version %s av filformatet GIF stöds inte" -#: gdk-pixbuf/io-gif.c:1303 -msgid "" -"GIF image has no global colormap, and a frame inside it has no local " -"colormap." -msgstr "" -"GIF-bilden har ingen global färgkarta, och en ram i den saknar lokal " -"färgkarta." +#: ../gdk-pixbuf/io-gif.c:1303 +msgid "GIF image has no global colormap, and a frame inside it has no local colormap." +msgstr "GIF-bilden har ingen global färgkarta, och en ram i den saknar lokal färgkarta." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "GIF-bilden var trunkerad eller ofullständig." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 +#: ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "Bildformatet GIF" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 +#: ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 +#: ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Ogiltigt huvud i ikon" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 +#: ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 +#: ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Inte tillräckligt med minne för att läsa in ikon" # SUN CHANGED MESSAGE -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Ikonens bredd är noll" # SUN CHANGED MESSAGE -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Ikonens höjd är noll" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Komprimerade ikoner stöds inte" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Ikontypen stöds inte" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Inte tillräckligt med minne för att läsa in ICO-fil" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Bilden för stor för att sparas som ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Markörpunkt utanför bilden" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Djupet stöds inte för ICO-fil: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 +#: ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "Bildformatet ICO" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Fel vid läsning av ICNS-bild: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Kunde inte avkoda ICNS-fil" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "Bildformatet ICNS" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Kunde inte allokera minne för ström" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Kunde inte avkoda bild" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Transformerad JPEG2000 har bredden eller höjden noll." -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Bildtypen stöds inte för tillfället" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 +#: ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Kunde inte allokera minne för färgprofil" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Inte tillräckligt med minne för att öppna JPEG 2000-fil" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Kunde inte allokera minne för att buffra bilddata" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Bildformatet JPEG 2000" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Fel vid tolkning av JPEG-bildfil (%s)" -#: gdk-pixbuf/io-jpeg.c:529 -msgid "" -"Insufficient memory to load image, try exiting some applications to free " -"memory" -msgstr "" -"Inte tillräckligt med minne för att läsa in bild, försök att avsluta några " -"program för att frigöra minne" +#: ../gdk-pixbuf/io-jpeg.c:529 +msgid "Insufficient memory to load image, try exiting some applications to free memory" +msgstr "Inte tillräckligt med minne för att läsa in bild, försök att avsluta några program för att frigöra minne" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 +#: ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "JPEG-färgrymden stöds inte (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 +#: ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 +#: ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Kunde inte allokera minne för inläsning av JPEG-fil" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Transformerad JPEG har bredden eller höjden noll." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 +#: ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format -msgid "" -"JPEG quality must be a value between 0 and 100; value '%s' could not be " -"parsed." -msgstr "" -"JPEG-kvaliteten måste vara ett värde mellan 0 och 100; värdet \"%s\" kunde " -"inte tolkas." +msgid "JPEG quality must be a value between 0 and 100; value '%s' could not be parsed." +msgstr "JPEG-kvaliteten måste vara ett värde mellan 0 och 100; värdet \"%s\" kunde inte tolkas." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 +#: ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format -msgid "" -"JPEG quality must be a value between 0 and 100; value '%d' is not allowed." -msgstr "" -"JPEG-kvaliteten måste vara ett värde mellan 0 och 100; värdet \"%d\" är inte " -"tillåtet." +msgid "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." +msgstr "JPEG-kvaliteten måste vara ett värde mellan 0 och 100; värdet \"%d\" är inte tillåtet." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 +#: ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Bildformatet JPEG" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Kunde inte allokera minne för huvud" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 +#: ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Kunde inte allokera minne för sammanhangsbuffert" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Bilden har ogiltig bredd och/eller höjd" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 +#: ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Bilden har bitdjup som inte stöds" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 +#: ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Bilden har ett antal %d-bitplan som inte stöds" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Kunde inte skapa ny pixbuf" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Kunde inte allokera minne för raddata" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Kunde inte allokera minne för palettdata" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Fick inte tag i alla rader för PCX-bild" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Ingen palett hittades vid slutet av PCX-data" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "Bildformatet PCX" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Bitar per kanal i PNG-bilden är ogiltigt." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 +#: ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Transformerad PNG har bredden eller höjden noll." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Bitar per kanal av transformerad PNG är inte 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Transformerad PNG är inte RGB eller RGBA." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." -msgstr "" -"Transformerad PNG har antal kanaler som inte stöds, måste vara 3 eller 4." +msgstr "Transformerad PNG har antal kanaler som inte stöds, måste vara 3 eller 4." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Ödesdigert fel i PNG-bildfil: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Inte tillräckligt med minne för att läsa in PNG-fil" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format -msgid "" -"Insufficient memory to store a %ld by %ld image; try exiting some " -"applications to reduce memory usage" -msgstr "" -"Inte tillräckligt med minne för att lagra en %ld × %ld stor bild; försök att " -"avsluta några program för att frigöra minne" +msgid "Insufficient memory to store a %ld by %ld image; try exiting some applications to reduce memory usage" +msgstr "Inte tillräckligt med minne för att lagra en %ld × %ld stor bild; försök att avsluta några program för att frigöra minne" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Ödesdigert fel vid läsning av PNG-bildfil" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Ödesdigert fel vid läsning av PNG-bildfil: %s" -#: gdk-pixbuf/io-png.c:825 -msgid "" -"Keys for PNG text chunks must have at least 1 and at most 79 characters." +#: ../gdk-pixbuf/io-png.c:825 +msgid "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "Nycklar för PNG-textstycken måste ha minst 1 och som mest 79 tecken." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "Nycklar för PNG-textstycken måste vara ASCII-tecken." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 +#: ../gdk-pixbuf/io-gdip-png.c:56 #, c-format -msgid "" -"PNG compression level must be a value between 0 and 9; value '%s' could not " -"be parsed." -msgstr "" -"PNG-komprimeringsnivån måste vara ett värde mellan 0 och 9; värdet \"%s\" " -"kunde inte tolkas." +msgid "PNG compression level must be a value between 0 and 9; value '%s' could not be parsed." +msgstr "PNG-komprimeringsnivån måste vara ett värde mellan 0 och 9; värdet \"%s\" kunde inte tolkas." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 +#: ../gdk-pixbuf/io-gdip-png.c:68 #, c-format -msgid "" -"PNG compression level must be a value between 0 and 9; value '%d' is not " -"allowed." -msgstr "" -"PNG-komprimeringsnivån måste vara ett värde mellan 0 och 9; värdet \"%d\" är " -"inte tillåtet." +msgid "PNG compression level must be a value between 0 and 9; value '%d' is not allowed." +msgstr "PNG-komprimeringsnivån måste vara ett värde mellan 0 och 9; värdet \"%d\" är inte tillåtet." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." -msgstr "" -"Värdet för PNG-textstycket %s kan inte konverteras till ISO-8859-1-kodning." +msgstr "Värdet för PNG-textstycket %s kan inte konverteras till ISO-8859-1-kodning." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 +#: ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "Bildformatet PNG" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "PNM-inläsaren förväntade ett heltal, men fick inte" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "PNM-filen har en ogiltig första byte" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "PNM-filen är inte i ett känt underformat av PNM" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "PNM-filens bildbredd är 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "PNM-filens bildhöjd är 0" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Maximala färgvärdet i PNM-filen är 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Maximala färgvärdet i PNM-filen är för stort" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 +#: ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Råa PNM-bildtypen är ogiltig" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "PNM-bildinläsaren stöder inte detta underformat av PNM" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 +#: ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "Råa PNM-format kräver precis ett blanktecken före provdata" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Kan inte allokera minne för inläsning av PNM-bild" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Inte tillräckligt med minne för att läsa in PNM-sammanhangsstruktur" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Oväntat slut på PNM-bilddata" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Inte tillräckligt med minne för att läsa in PNM-fil" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "Bildformatsfamiljen PNM/PBM/PGM/PPM" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "RAS-bilden har felaktig huvuddata" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "RAS-bilden har okänd typ" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "RAS-bildvariationen stöds inte" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 +#: ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Inte tillräckligt med minne för att läsa in RAS-bild" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Bildformatet Sun-raster" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Kan inte allokera minne för IOBuffer-struct" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Kan inte allokera minne för IOBuffer-data" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Kan inte omallokera IOBuffer-data" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Kan inte allokera temporära IOBuffer-data" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Kan inte allokera ny pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Kan inte allokera färgkartestruktur" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Kan inte allokera färgkarteposter" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Oväntat bitdjup för färgkarteposter" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Kan inte allokera TGA-huvudminne" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "TGA-bilden har ogiltiga dimensioner" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 +#: ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 +#: ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "TGA-bildtypen stöds inte" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Kan inte allokera minne för TGA-kontextstruct" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "För mycket data i fil" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Bildformatet Targa" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Kunde inte få tag i bildbredden (felaktig TIFF-fil)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Kunde inte få tag i bildhöjden (felaktig TIFF-fil)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "Bredden eller höjden på TIFF-bilden är noll" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 +#: ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "TIFF-bildens dimensioner är för stora" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 +#: ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Inte tillräckligt med minne för att öppna TIFF-fil" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Misslyckades med att läsa in RGB-data från TIFF-fil" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Misslyckades med att öppna TIFF-bild" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 +#: ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "Åtgärden TIFFClose misslyckades" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 +#: ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Misslyckades med att läsa in TIFF-bild" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Misslyckades med att spara TIFF-bild" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Misslyckades med att skriva TIFF-data" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Kunde inte skriva till TIFF-fil" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "Bildformatet TIFF" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Bilden har ingen bredd" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Bilden har ingen höjd" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Inte tillräckligt med minne för att läsa in bild" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Kunde inte spara resten" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "Bildformatet WBMP" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Ogiltig XBM-fil" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Inte tillräckligt med minne för att läsa in XBM-bildfil" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "Misslyckades med att skriva till temporär fil vid inläsning av XBM-fil" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "Bildformatet XBM" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Inget XPM-huvud hittades" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Ogiltigt XPM-huvud" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "XPM-filen har bildbredd <= 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "XPM-filen har bildhöjd <= 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM har ogiltigt antal tecken per bildpunkt" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "XPM-filen har ogiltigt antal färger" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 +#: ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Kan inte allokera minne för inläsning av XPM-bild" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Kan inte läsa XPM-färgkarta" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "Misslyckades med skrivning till temporär fil vid inläsning av XPM-bild" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "Bildformatet XPM" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "Bildformatet EMF" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Kunde inte allokera minne: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 +#: ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Kunde inte skapa ström: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Kunde inte spola i ström: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Kunde inte läsa från ström: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 +#: ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Kunde inte läsa in bitmap" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Kunde inte läsa in metafil" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "GDI+-bildformatet stöds inte" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Kunde inte spara" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "Bildformatet WMF" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Samla inte GDI-förfrågningar i en batch" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Använd inte Wintab-API:t för stöd av ritbrädor" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Samma som --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Använd inte Wintab-API:t [standard]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Storlek på paletten i 8-bitarsläge" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "FÄRGER" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Gör X-anrop synkrona" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Startar %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Öppnar %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "Öppnar %d objekt" msgstr[1] "Öppnar %d objekt" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 +#: ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licens" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Licensen för programmet" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "Ta_ck" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licens" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Om %s" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Tack" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Skrivet av" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumenterat av" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Översatt av" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafik av" @@ -1221,7 +1245,7 @@ msgstr "Grafik av" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Skift" @@ -1231,7 +1255,7 @@ msgstr "Skift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1241,7 +1265,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1251,7 +1275,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1261,7 +1285,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1271,37 +1295,37 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Blanksteg" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Omvänt snedstreck" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "Ogiltig typfunktion: \"%s\"" +msgstr "Ogiltig typfunktion på rad %d: \"%s\"" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "Duplikat objekt-id \"%s\" på rad %d (tidigare på rad %d)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Ogiltigt rotelement: \"%s\"" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Ohanterad tagg: \"%s\"" @@ -1315,7 +1339,7 @@ msgstr "Ohanterad tagg: \"%s\"" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1325,7 +1349,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1334,7 +1358,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1349,7 +1373,8 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 +#: ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1365,7 +1390,8 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 +#: ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1381,7 +1407,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1389,7 +1415,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Inaktiverad" @@ -1398,208 +1424,184 @@ msgstr "Inaktiverad" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 +#: ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Ny snabbtangent..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 +#: ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 +#: ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Välj en färg" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Mottog ogiltig färgdata\n" -#: gtk/gtkcolorsel.c:354 -msgid "" -"Select the color you want from the outer ring. Select the darkness or " -"lightness of that color using the inner triangle." -msgstr "" -"Välj den färg som du vill ha från den yttre ringen. Välj mörkheten eller " -"ljusheten på den färgen genom att använda den inre triangeln." +#: ../gtk/gtkcolorsel.c:354 +msgid "Select the color you want from the outer ring. Select the darkness or lightness of that color using the inner triangle." +msgstr "Välj den färg som du vill ha från den yttre ringen. Välj mörkheten eller ljusheten på den färgen genom att använda den inre triangeln." -#: gtk/gtkcolorsel.c:378 -msgid "" -"Click the eyedropper, then click a color anywhere on your screen to select " -"that color." -msgstr "" -"Klicka på pipetten, och klicka sedan på en färg någonstans på din skärm för " -"att välja den färgen." +#: ../gtk/gtkcolorsel.c:378 +msgid "Click the eyedropper, then click a color anywhere on your screen to select that color." +msgstr "Klicka på pipetten, och klicka sedan på en färg någonstans på din skärm för att välja den färgen." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Nyans:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Position på färghjulet." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Mättnad:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "\"Djup\" på färgen." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Värde:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Ljushet på färgen." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Röd:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Mängd rött ljus i färgen." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Grön:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Mängd grönt ljus i färgen." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Blå:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Mängd blått ljus i bilden." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "Op_acitet:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 +#: ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Genomskinlighet för färgen." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "Färg_namn:" -#: gtk/gtkcolorsel.c:440 -msgid "" -"You can enter an HTML-style hexadecimal color value, or simply a color name " -"such as 'orange' in this entry." -msgstr "" -"Du kan ange ett hexadecimalt färgvärde i HTML-stil, eller helt enkelt ange " -"ett engelskt namn på färgen som exempelvis \"orange\" i detta fält." +#: ../gtk/gtkcolorsel.c:440 +msgid "You can enter an HTML-style hexadecimal color value, or simply a color name such as 'orange' in this entry." +msgstr "Du kan ange ett hexadecimalt färgvärde i HTML-stil, eller helt enkelt ange ett engelskt namn på färgen som exempelvis \"orange\" i detta fält." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Palett:" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Färghjul" -#: gtk/gtkcolorsel.c:976 -msgid "" -"The previously-selected color, for comparison to the color you're selecting " -"now. You can drag this color to a palette entry, or select this color as " -"current by dragging it to the other color swatch alongside." -msgstr "" -"Den färg som valdes tidigare, för att du ska kunna jämföra med den färg du " -"väljer nu. Du kan dra färgen till en palettpost, eller välja denna färg som " -"den aktuella genom att dra den till det andra färgprovet." +#: ../gtk/gtkcolorsel.c:976 +msgid "The previously-selected color, for comparison to the color you're selecting now. You can drag this color to a palette entry, or select this color as current by dragging it to the other color swatch alongside." +msgstr "Den färg som valdes tidigare, för att du ska kunna jämföra med den färg du väljer nu. Du kan dra färgen till en palettpost, eller välja denna färg som den aktuella genom att dra den till det andra färgprovet." -#: gtk/gtkcolorsel.c:980 -msgid "" -"The color you've chosen. You can drag this color to a palette entry to save " -"it for use in the future." -msgstr "" -"Färgen som du valt. Du kan dra den här färgen till en palettpost för att " -"spara den för framtida bruk." +#: ../gtk/gtkcolorsel.c:980 +msgid "The color you've chosen. You can drag this color to a palette entry to save it for use in the future." +msgstr "Färgen som du valt. Du kan dra den här färgen till en palettpost för att spara den för framtida bruk." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Spara färgen här" -#: gtk/gtkcolorsel.c:1568 -msgid "" -"Click this palette entry to make it the current color. To change this entry, " -"drag a color swatch here or right-click it and select \"Save color here.\"" -msgstr "" -"Klicka på denna palettpost för att göra den till aktuell färg. För att ändra " -"denna post kan du dra ett färgprov hit eller högerklicka och välja \"Spara " -"färg här\"." +#: ../gtk/gtkcolorsel.c:1568 +msgid "Click this palette entry to make it the current color. To change this entry, drag a color swatch here or right-click it and select \"Save color here.\"" +msgstr "Klicka på denna palettpost för att göra den till aktuell färg. För att ändra denna post kan du dra ett färgprov hit eller högerklicka och välja \"Spara färg här\"." -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Färgval" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 +#: ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Inmatnings_metoder" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 +#: ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Infoga Unicode-styrtecken" -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Caps Lock är aktiverad" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Välj en fil" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 +#: ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Skrivbord" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Ingen)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Annan..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Kunde inte hämta information om filen" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Kunde inte lägga till ett bokmärke" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Kunde inte ta bort bokmärke" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Mappen kunde inte skapas" -#: gtk/gtkfilechooserdefault.c:1105 -msgid "" -"The folder could not be created, as a file with the same name already " -"exists. Try using a different name for the folder, or rename the file first." -msgstr "" -"Mappen kunde inte skapas eftersom det redan finns en fil med samma namn. " -"Prova att använda ett annat namn på mappen, eller byt namn på filen först." +#: ../gtk/gtkfilechooserdefault.c:1105 +msgid "The folder could not be created, as a file with the same name already exists. Try using a different name for the folder, or rename the file first." +msgstr "Mappen kunde inte skapas eftersom det redan finns en fil med samma namn. Prova att använda ett annat namn på mappen, eller byt namn på filen först." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Ogiltigt filnamn" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Mappinnehållet kunde inte visas" @@ -1607,230 +1609,231 @@ msgstr "Mappinnehållet kunde inte visas" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s på %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Sök" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Tidigare använda" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Välj vilka typer av filer som visas" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Lägg till mappen \"%s\" till bokmärkena" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Lägg till den aktuella mappen till dina bokmärken" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Lägg till de valda mapparna till bokmärkena" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Ta bort bokmärket \"%s\"" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Ta bort" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Byt namn..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Platser" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Platser" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Lägg till" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Lägg till den valda mappen i bokmärkena" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Ta bort" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Ta bort markerat bokmärke" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Kunde inte välja fil" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Lägg till i bokmärkena" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Visa _dolda filer" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Visa kolumnen _Storlek" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 +#: ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Filer" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Namn" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Storlek" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Ändrad" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 +#: ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Namn:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_Bläddra efter andra mappar" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Ange ett filnamn" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Skapa ma_pp" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Plats:" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Spara i _mappen:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Skapa i _mappen:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Kan inte byta till mappen eftersom den inte är lokal" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 +#: ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Genvägen %s finns redan" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "Genvägen %s finns inte" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 +#: ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "En fil med namnet \"%s\" finns redan. Vill du ersätta den?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 +#: ../gtk/gtkprintunixdialog.c:374 #, c-format -msgid "" -"The file already exists in \"%s\". Replacing it will overwrite its contents." -msgstr "" -"Filen finns redan i \"%s\". Att ersätta den kommer att skriva över dess " -"innehåll." +msgid "The file already exists in \"%s\". Replacing it will overwrite its contents." +msgstr "Filen finns redan i \"%s\". Att ersätta den kommer att skriva över dess innehåll." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 +#: ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Ersätt" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Kunde inte starta sökprocessen" -#: gtk/gtkfilechooserdefault.c:8915 -msgid "" -"The program was not able to create a connection to the indexer daemon. " -"Please make sure it is running." -msgstr "" -"Programmet kunde inte skapa en anslutning till indexeringsdemonen. Försäkra " -"dig om att den kör." +#: ../gtk/gtkfilechooserdefault.c:8915 +msgid "The program was not able to create a connection to the indexer daemon. Please make sure it is running." +msgstr "Programmet kunde inte skapa en anslutning till indexeringsdemonen. Försäkra dig om att den kör." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Kunde inte skicka sökbegäran" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Sök:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Kunde inte montera %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Ange namnet på den nya mappen" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 +#: ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Okänd" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H.%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Igår klockan %H.%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 +#: ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Ogiltig sökväg" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Ingen matchning" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Enda komplettering" @@ -1838,13 +1841,13 @@ msgstr "Enda komplettering" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Komplett, men inte unik" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Kompletterar..." @@ -1852,7 +1855,8 @@ msgstr "Kompletterar..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 +#: ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Endast lokala filer kan väljas" @@ -1860,150 +1864,148 @@ msgstr "Endast lokala filer kan väljas" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Okomplett värdnamn; avsluta med \"/\"" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Sökvägen finns inte" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 +#: ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Fel vid skapande av mappen \"%s\": %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Mappar" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Mappar" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Filer" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 +#: ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Mappen är oläsbar: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" -"The file \"%s\" resides on another machine (called %s) and may not be " -"available to this program.\n" +"The file \"%s\" resides on another machine (called %s) and may not be available to this program.\n" "Are you sure that you want to select it?" msgstr "" -"Filen \"%s\" finns på en annan maskin (kallad %s) och kanske inte är " -"tillgänglig för detta program.\n" +"Filen \"%s\" finns på en annan maskin (kallad %s) och kanske inte är tillgänglig för detta program.\n" "Är du säker på att du vill välja den?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Ny mapp" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "_Ta bort fil" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Byt namn på fil" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format -msgid "" -"The folder name \"%s\" contains symbols that are not allowed in filenames" +msgid "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "Mappnamnet \"%s\" innehåller tecken som inte är tillåtna i filnamn" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Ny mapp" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "_Mappnamn:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "S_kapa" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 +#: ../gtk/gtkfilesel.c:1581 +#: ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "Filnamnet \"%s\" innehåller tecken som inte är tillåtna i filnamn" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 +#: ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Fel vid borttagning av filen \"%s\": %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Verkligen ta bort filen \"%s\"?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Ta bort fil" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Fel vid namnbyte på filen till \"%s\": %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Fel vid namnbyte på filen \"%s\": %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Fel vid byte av namn på filen \"%s\" till \"%s\": %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Byt namn på fil" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Byt namn på filen \"%s\" till:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Byt namn" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Markering: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format -msgid "" -"The filename \"%s\" couldn't be converted to UTF-8. (try setting the " -"environment variable G_FILENAME_ENCODING): %s" -msgstr "" -"Filnamnet \"%s\" kunde inte konverteras till UTF-8 (prova att ställa in " -"miljövariabeln G_FILENAME_ENCODING): %s" +msgid "The filename \"%s\" couldn't be converted to UTF-8. (try setting the environment variable G_FILENAME_ENCODING): %s" +msgstr "Filnamnet \"%s\" kunde inte konverteras till UTF-8 (prova att ställa in miljövariabeln G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Ogiltig UTF-8" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Namnet är för långt" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Kunde inte konvertera filnamn" @@ -2012,75 +2014,76 @@ msgstr "Kunde inte konvertera filnamn" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Filsystem" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Kunde inte hämta rotmapp" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Tom)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 +#: ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Välj ett typsnitt" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Typsnitt" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcdefghijk ABCDEFGHIJK" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Familj:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Stil:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "S_torlek:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Förhandsvisning:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Typsnittsval" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "_Gammavärde" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Fel vid inläsning av ikonen: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2093,141 +2096,142 @@ msgstr "" "Du kan få tag i en kopia från:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "Ikonen \"%s\" finns inte i temat" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Misslyckades med att läsa in ikon" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Enkel" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "System" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "System (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Inmatning" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Inga utökade inmatningsenheter" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Enhet:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Avstängd" # Se http://bugzilla.gnome.org/show_bug.cgi?id=148437 -- detta ska vara # "skärm" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Skärm" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Fönster" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Läge:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Axlar" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Tangenter" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Tryck:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "X-_lutning:" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Y-lutnin_g:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Hjul:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "inget" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 +#: ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(avstängd)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(okänd)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Töm" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Kopiera url" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Ogiltig uri" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Läs in ytterligare GTK+-moduler" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULER" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Gör alla varningar ödesdigra" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "GTK+-felsökningsflaggor att ställa in" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "GTK+-felsökningsflaggor att inte ställa in" @@ -2236,65 +2240,68 @@ msgstr "GTK+-felsökningsflaggor att inte ställa in" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Kan inte öppna display: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "GTK+-flaggor" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Visa GTK+-flaggor" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "A_nslut" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Anslut _anonymt" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Anslut som a_nvändare:" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Användarnamn:" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domän:" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Lösenord:" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Glöm lösenordet _omedelbart" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Kom ihåg lösenordet tills du _loggar ut" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Kom ihåg _för alltid" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 +#: ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Sida %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 +#: ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Inte en giltig sidkonfigurationsfil" @@ -2304,11 +2311,11 @@ msgstr "Inte en giltig sidkonfigurationsfil" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2316,15 +2323,17 @@ msgstr "" "Valfri skrivare\n" "För portabla dokument" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 +#: ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 +#: ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "tum" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2339,88 +2348,89 @@ msgstr "" " Övre: %s %s\n" " Undre: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Hantera anpassade storlekar..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Format för:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Pappersstorlek:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientering:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 +#: ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Sidinställning" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Marginaler från skrivare..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Anpassad storlek %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Hantera anpassade storlekar" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Bredd:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Höjd:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Pappersstorlek" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Överst:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Nederst:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Vänster:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Höger:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Pappersmarginaler" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Sökväg uppåt" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Sökväg nedåt" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Filsystemsrot" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Inte tillgänglig" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "_Spara i mapp:" @@ -2428,181 +2438,180 @@ msgstr "_Spara i mapp:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s jobbnr %d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Initialt tillstånd" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Förbereder utskrift" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Genererar data" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Skickar data" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Väntar" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Blockerar vid problem" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Skriver ut" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Färdig" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Färdig men med fel" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Förbereder %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 +#: ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "Förbereder" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Skriver ut %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "Fel vid skapande av förhandsgranskning" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "Den mest troliga orsaken är att en temporärfil inte kunde skapas." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Fel vid start av förhandsgranskning" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Fel vid utskrift" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 +#: ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Program" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Skrivaren är frånkopplad" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Slut på papper" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Pausad" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Behöver användarhjälp" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Anpassad storlek" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Ingen skrivare hittades" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Ogiltigt argument till CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 +#: ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Fel från StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 +#: ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Inte tillräckligt med ledigt minne" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Ogiltigt argument till PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Ogiltig pekare till PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Ogiltigt handtag till PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Ospecificerat fel" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Skrivare" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Plats" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Status" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Intervall" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Alla sidor" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "A_ktuell sida" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Sid_or:" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2610,125 +2619,124 @@ msgstr "" "Ange en eller flera sidintervall,\n" " exempelvis 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "Sid_or:" +msgstr "Sidor" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopior" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Kop_ior:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "S_ortera" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Omvänd" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Allmänt" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Sidordning" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Vänster till höger" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Höger till vänster" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Layout" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "T_våsidig:" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Sidor per _blad:" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Sidor_dning:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Skriv endast _ut:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Alla blad" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Jämna blad" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Udda blad" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Sk_ala:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papper" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Pappers_typ:" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Pappers_källa:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Utsk_riftsfack:" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Jobbdetaljer" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oritet:" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Fak_tureringsinformation:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Skriv ut dokument" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Nu" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "Kloc_kan:" @@ -2736,7 +2744,7 @@ msgstr "Kloc_kan:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2744,118 +2752,122 @@ msgstr "" "Ange tiden för utskrift,\n" " t.ex. 15.30, 02.35, 14.15.20, 11.46.30" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "Tid för utskrift" # Är detta verkligen en bra översättning? -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_Pausad" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Håll kvar jobbet tills det uttryckligen släpps" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Lägg till försättssida" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Före:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Efter:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Jobb" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avancerat" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Bildkvalitet" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Färg" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Färdigställning" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Vissa av inställningarna i dialogen är i konflikt" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Skriv ut" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Kan inte hitta inkluderingsfil: \"%s\"" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 +#: ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Kan inte hitta bildfil i \"pixmap_path\": \"%s\"" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 +#: ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 +#: ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Denna funktion är inte implementerad för widgetar av klassen \"%s\"" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Välj vilken typ av dokument som visas" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 +#: ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Inget objekt för uri:n \"%s\" hittades" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Namnlöst filter" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Kunde inte ta bort objekt" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Kunde inte tömma lista" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Kopiera _plats" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Ta bort från lista" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Töm lista" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Visa _privata resurser" @@ -2869,21 +2881,22 @@ msgstr "Visa _privata resurser" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Inga objekt hittades" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 +#: ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Ingen tidigare använd resurs hittades med uri:n \"%s\"" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Öppna \"%s\"" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Okänt objekt" @@ -2892,7 +2905,7 @@ msgstr "Okänt objekt" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2901,37 +2914,40 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 +#: ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 +#: ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 +#: ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Kan inte hitta ett objekt med uri \"%s\"" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Information" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Varning" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Fel" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Fråga" @@ -2939,695 +2955,697 @@ msgstr "Fråga" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_Om" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Lägg till" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Verkställ" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Fet" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Avbryt" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_Cd-rom" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Töm" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "S_täng" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "A_nslut" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Konvertera" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Kopiera" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "Klipp _ut" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Ta bort" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Förkasta" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Koppla från" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Kör" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "R_edigera" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Sök" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Sök och _ersätt" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Diskett" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Helskärm" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Lämna helskärm" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Nederst" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Första" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Sista" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Överst" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Bakåt" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Ned" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Framåt" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Upp" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Hårddisk" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Hjälp" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Hem" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Öka indragning" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Minska indragning" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Index" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Information" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Kursiv" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Hoppa till" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Centrera" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Fyll" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Vänster" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Höger" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Framåt" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Nästa" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "Gör _paus" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "Spela _upp" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "Före_gående" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "Spela _in" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "Spola _bakåt" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Stoppa" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Nätverk" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Ny" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Nej" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_OK" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Öppna" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Liggande" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Stående" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Omvänt liggande" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Omvänt stående" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Sidinst_ällningar" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "Klistra _in" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Inställningar" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "Skriv _ut" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "_Förhandsgranska" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Egenskaper" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "A_vsluta" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Gör om" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Uppdatera" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Ta bort" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Återställ" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Spara" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Spara so_m" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Markera _allt" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Färg" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Typsnitt" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Stigande" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Fallande" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_Stavningskontroll" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Stoppa" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Genomstryk" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Återskapa" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Stryk under" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Ångra" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Ja" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Normal storlek" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Bästa _passning" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "Zooma _in" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "Zooma _ut" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Okänt fel vid försök att deserialisera %s" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Ingen deserialiseringsfunktion hittad för formatet %s" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 +#: ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "Både \"id\" och \"name\" hittades på <%s>-elementet" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 +#: ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "Attributet \"%s\" hittades två gånger på <%s>-elementet" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "<%s>-elementet har ett ogiltigt id \"%s\"" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "<%s>-elementet har varken ett \"name\"- eller ett \"id\"-attribut" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "Attributet \"%s\" repeterades två gånger på samma <%s>-element" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 +#: ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "Attributet \"%s\" är ogiltigt på <%s>-elementet i detta sammanhang" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Taggen \"%s\" har inte blivit definierad." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Anonym tagg hittades och taggar kan inte skapas." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "Taggen \"%s\" finns inte i bufferten och taggar kan inte skapas." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 +#: ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 +#: ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Elementet <%s> är inte tillåten under <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" är inte en giltig attributtyp" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" är inte ett giltigt attributnamn" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format -msgid "" -"\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" -msgstr "" -"\"%s\" kunde inte konverteras till ett värde av typen \"%s\" för attributet " -"\"%s\"" +msgid "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" +msgstr "\"%s\" kunde inte konverteras till ett värde av typen \"%s\" för attributet \"%s\"" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" är inte ett giltigt värde för attributet \"%s\"" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Taggen \"%s\" är redan definierad" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Taggen \"%s\" har ogiltig prioritet \"%s\"" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "Yttersta elementet i texten måste vara inte <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 +#: ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Ett <%s>-element har redan specificerats" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Ett -element kan inte inträffa före ett -element" -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Serialiserad data är felformulerad" -#: gtk/gtktextbufferserialize.c:1857 -msgid "" -"Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" -msgstr "" -"Serialiserad data är felformulerad. Första sektionen är inte " -"GTKTEXTBUFFERCONTENTS-0001" +#: ../gtk/gtktextbufferserialize.c:1857 +msgid "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" +msgstr "Serialiserad data är felformulerad. Första sektionen är inte GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM-märke för _vänster-till-höger" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM-märke för _höger-till-vänster" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE-_inbäddning för vänster-till-höger" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE-i_nbäddning för höger-till-vänster" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO-_åsidosättning för vänster-till-höger" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO-åsi_dosättning för höger-till-vänster" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF-_popriktningsformatering" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS-blanksteg _utan bredd" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ-_sammanslagare utan bredd" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ-_ickesammanslagare utan bredd" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Kan inte hitta temamotorn i \"module_path\": \"%s\"," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Inget tips ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Oväntad starttagg \"%s\" på rad %d tecken %d" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Oväntade teckendata på rad %d tecken %d" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Tom" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Volym" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Drar volymen ned eller upp" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Justerar volymen" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 +#: ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Sänk volymen" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Sänker volymen" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 +#: ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Höj volymen" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Ökar volymen" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Tystad" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Full volym" @@ -3636,927 +3654,929 @@ msgstr "Full volym" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "DL-kuvert" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Choukei 2-kuvert" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Choukei 3-kuvert" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Choukei 4-kuvert" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (vykort)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "kahu-kuvert" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "kaku2-kuvert" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (svarsvykort)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "you4-kuvert" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 +#: ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "6x9-kuvert" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "7x9-kuvert" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "9x11-kuvert" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "a2-kuvert" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "c5-kuvert" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "Europeisk edp" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold Europeisk" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold Tysk Legal" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government Legal" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government Letter" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Index 3x5" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (vykort)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Index 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Faktura" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tablå" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Monark-kuvert" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "#10-kuvert" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "#11-kuvert" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "#12-kuvert" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "#14-kuvert" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "#9-kuvert" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Personligt kuvert" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Brett format" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Invite-kuvert" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Italienskt kuvert" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Postfix-kuvert" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Litet foto" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "prc1-kuvert" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "prc10-kuvert" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "prc2-kuvert" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "prc3-kuvert" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "prc4-kuvert" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "prc5-kuvert" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "prc6-kuvert" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "prc7-kuvert" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "prc8-kuvert" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 +#: ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "olika idata hittades för symboliska länkade \"%s\" och \"%s\"\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Misslyckades med att skriva huvud\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Misslyckades med att skriva hashtabell\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Misslyckades med att skriva mappindex\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Misslyckades med att skriva om huvud\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Misslyckades med att öppna filen %s : %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Misslyckades med att skriva cachefil: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Den genererade cachen var ogiltig.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Kunde inte byta namn på %s till %s: %s, tar bort %s.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Kunde inte byta namn på %s till %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Kunde inte byta namn på %s tillbaka till %s: %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Cachefil skapades.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Skriv över en befintlig cache, även om den är uppdaterad" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Kontrollera inte om index.theme finns" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Inkludera inte bilddata i cachen" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Skriv ut en C-headerfil" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Stäng av informativ utskrift" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Validera befintlig ikoncache" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Filen hittades inte: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Inte en giltig ikoncache: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Ingen temaindexfil." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4566,273 +4586,273 @@ msgstr "" "Om du verkligen vill skapa en ikoncache här, använd --ignore-theme-index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amharisk (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cedilj" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Kyrillisk (Translitererad)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (Translitererad)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" # Osäker. #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Multipress" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thai-Lao" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrigna-Eritreansk (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrigna-Etiopisk (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamesisk (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "X-inmatningsmetod" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Skrivaren \"%s\" har snart slut på toner." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Skrivaren \"%s\" har slut på toner." # FIXME: Kolla denna. Hittar inget bättre ord #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "Skrivaren \"%s\" har snart slut på framkallningsmaterial." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Skrivaren \"%s\" har slut på framkallningsmaterial." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "Skrivaren \"%s\" har snart slut på minst en färgpenna." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Skrivaren \"%s\" har slut på minst en färgpenna." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "Luckan är öppen på skrivaren \"%s\"." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "Dörren är öppen på skrivaren \"%s\"." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Skrivaren \"%s\" har snart slut på papper." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Skrivaren \"%s\" har slut på papper." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Skrivaren \"%s\" är för närvarande frånkopplad." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Skrivaren \"%s\" kanske inte är ansluten." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Det har uppstått ett problem med skrivaren \"%s\"." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Pausad ; Avvisar jobb" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Avvisar jobb" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Tvåsidig" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Papperstyp" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Papperskälla" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Utskriftsfack" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Upplösning" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "GhostScript-förfiltrering" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Ensidigt" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Lång kant (Standard)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Kort kant (Vänd)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Välj automatiskt" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Skrivarens standard" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Endast inbäddade GhostScript-typsnitt" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Konvertera till PS nivå 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Konvertera till PS nivå 2" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Ingen förfiltrering" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Diverse" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Viktigt" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Hög" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Medel" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Låg" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Vänster till höger, topp till botten" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Vänster till höger, botten till topp" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Höger till vänster, topp till botten" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Höger till vänster, botten till topp" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Topp till botten, vänster till höger" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Topp till botten, höger till vänster" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Botten till topp, vänster till höger" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Botten till topp, höger till vänster" @@ -4840,68 +4860,68 @@ msgstr "Botten till topp, höger till vänster" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Sidor per blad" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Jobbprioritet" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Faktureringsinformation" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Ingen" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Klassificerat" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Konfidentiellt" # Se http://bugzilla.gnome.org/show_bug.cgi?id=148437 -- detta ska vara # "skärm" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Hemlig" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Standard" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Topphemligt" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Inte klassificerat" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Före" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Efter" @@ -4909,14 +4929,14 @@ msgstr "Efter" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Skriv ut den" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Skriv ut klockan" @@ -4924,969 +4944,689 @@ msgstr "Skriv ut klockan" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Anpassad %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "utdata.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Skriv ut till fil" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Sidor per _blad:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Fil" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "_Utskriftsformat" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Skriv ut till LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Sidor per blad" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Kommandorad" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "testutdata.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Skriv ut till testskrivare" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Kunde inte hämta information för filen \"%s\": %s" #~ msgid "directfb arg" #~ msgstr "directfb-argument" - #~ msgid "sdl|system" #~ msgstr "system" - #~ msgid "" #~ "You have the Caps Lock key on\n" #~ "and an active input method" #~ msgstr "" #~ "Du har aktiverat Caps Lock\n" #~ "och en aktiv inmatningsmetod" - #~ msgid "You have the Caps Lock key on" #~ msgstr "Du har aktiverat Caps Lock" - #~ msgid "You have an active input method" #~ msgstr "Du har en aktiv inmatningsmetod" - #~ msgid "keyboard label|BackSpace" #~ msgstr "Backsteg" - #~ msgid "keyboard label|Tab" #~ msgstr "Tabb" - #~ msgid "keyboard label|Return" #~ msgstr "Retur" - #~ msgid "keyboard label|Pause" #~ msgstr "Pause" - #~ msgid "keyboard label|Scroll_Lock" #~ msgstr "Scroll_Lock" - #~ msgid "keyboard label|Sys_Req" #~ msgstr "Sys_Req" - #~ msgid "keyboard label|Escape" #~ msgstr "Escape" # Osäker. #~ msgid "keyboard label|Multi_key" #~ msgstr "Multitangent" - #~ msgid "keyboard label|Home" #~ msgstr "Home" - #~ msgid "keyboard label|Left" #~ msgstr "Vänster" - #~ msgid "keyboard label|Up" #~ msgstr "Upp" - #~ msgid "keyboard label|Right" #~ msgstr "Höger" - #~ msgid "keyboard label|Down" #~ msgstr "Ned" - #~ msgid "keyboard label|Page_Up" #~ msgstr "Page_Up" - #~ msgid "keyboard label|Page_Down" #~ msgstr "Page_Down" - #~ msgid "keyboard label|End" #~ msgstr "End" - #~ msgid "keyboard label|Begin" #~ msgstr "Begin" - #~ msgid "keyboard label|Print" #~ msgstr "Print" - #~ msgid "keyboard label|Insert" #~ msgstr "Insert" - #~ msgid "keyboard label|Num_Lock" #~ msgstr "Num_Lock" - #~ msgid "keyboard label|KP_Space" #~ msgstr "KP_Space" - #~ msgid "keyboard label|KP_Tab" #~ msgstr "KP_Tabb" - #~ msgid "keyboard label|KP_Enter" #~ msgstr "KP_Enter" - #~ msgid "keyboard label|KP_Home" #~ msgstr "KP_Home" - #~ msgid "keyboard label|KP_Left" #~ msgstr "KP_Vänster" - #~ msgid "keyboard label|KP_Up" #~ msgstr "KP_Upp" - #~ msgid "keyboard label|KP_Right" #~ msgstr "KP_Höger" - #~ msgid "keyboard label|KP_Down" #~ msgstr "KP_Ned" - #~ msgid "keyboard label|KP_Page_Up" #~ msgstr "KP_Page_Up" - #~ msgid "keyboard label|KP_Prior" #~ msgstr "KP_Föregående" - #~ msgid "keyboard label|KP_Page_Down" #~ msgstr "KP_Page_Down" - #~ msgid "keyboard label|KP_Next" #~ msgstr "KP_Nästa" - #~ msgid "keyboard label|KP_End" #~ msgstr "KP_End" - #~ msgid "keyboard label|KP_Begin" #~ msgstr "KP_Begin" - #~ msgid "keyboard label|KP_Insert" #~ msgstr "KP_Insert" - #~ msgid "keyboard label|KP_Delete" #~ msgstr "KP_Delete" - #~ msgid "keyboard label|Delete" #~ msgstr "Delete" - #~ msgid "keyboard label|Shift" #~ msgstr "Skift" - #~ msgid "keyboard label|Ctrl" #~ msgstr "Ctrl" - #~ msgid "keyboard label|Alt" #~ msgstr "Alt" - #~ msgid "keyboard label|Super" #~ msgstr "Super" - #~ msgid "keyboard label|Hyper" #~ msgstr "Hyper" - #~ msgid "keyboard label|Meta" #~ msgstr "Meta" - #~ msgid "keyboard label|Space" #~ msgstr "Blanksteg" - #~ msgid "keyboard label|Backslash" #~ msgstr "Omvänt snedstreck" - #~ msgid "year measurement template|2000" #~ msgstr "2000" - #~ msgid "calendar:day:digits|%d" #~ msgstr "%d" - # I Sverige börjar veckan på måndag # #~ msgid "calendar:week:digits|%d" #~ msgstr "%d" - #~ msgid "calendar year format|%Y" #~ msgstr "%Y" - #~ msgid "Accelerator|Disabled" #~ msgstr "Inaktiverad" - #, fuzzy #~ msgid "Icon not present in theme" #~ msgstr "Ikonen \"%s\" finns inte i temat" - #~ msgid "progress bar label|%d %%" #~ msgstr "%d %%" - #~ msgid "input method menu|System" #~ msgstr "System" #, fuzzy #~ msgid "input method menu|System (%s)" #~ msgstr "System" - #~ msgid "print operation status|Initial state" #~ msgstr "Initialt tillstånd" - #~ msgid "print operation status|Preparing to print" #~ msgstr "Förbereder för utskrift" - #~ msgid "print operation status|Generating data" #~ msgstr "Genererar data" - #~ msgid "print operation status|Sending data" #~ msgstr "Skickar data" - #~ msgid "print operation status|Waiting" #~ msgstr "Väntar" - #~ msgid "print operation status|Blocking on issue" #~ msgstr "Blockerar vid problem" - #~ msgid "print operation status|Printing" #~ msgstr "Skriver ut" - #~ msgid "print operation status|Finished" #~ msgstr "Färdig" - #~ msgid "recent menu label|_%d. %s" #~ msgstr "_%d. %s" - #~ msgid "recent menu label|%d. %s" #~ msgstr "%d. %s" - #~ msgid "Navigation|_Bottom" #~ msgstr "_Nederst" - #~ msgid "Navigation|_First" #~ msgstr "_Första" - #~ msgid "Navigation|_Last" #~ msgstr "_Sista" - #~ msgid "Navigation|_Top" #~ msgstr "_Överst" - #~ msgid "Navigation|_Back" #~ msgstr "_Bakåt" - #~ msgid "Navigation|_Down" #~ msgstr "N_ed" - #~ msgid "Navigation|_Forward" #~ msgstr "_Framåt" - #~ msgid "Navigation|_Up" #~ msgstr "_Upp" - #~ msgid "Justify|_Center" #~ msgstr "_Centrera" - #~ msgid "Justify|_Fill" #~ msgstr "_Fyll" - #~ msgid "Justify|_Left" #~ msgstr "_Vänster" - #~ msgid "Justify|_Right" #~ msgstr "_Höger" - #~ msgid "Media|_Next" #~ msgstr "_Nästa" - #~ msgid "Media|P_ause" #~ msgstr "Gör _paus" - #~ msgid "Media|_Play" #~ msgstr "_Spela upp" - #~ msgid "Media|Pre_vious" #~ msgstr "Före_gående" - #~ msgid "Media|_Record" #~ msgstr "Spela _in" - #~ msgid "Media|R_ewind" #~ msgstr "Spola _bakåt" - #~ msgid "Media|_Stop" #~ msgstr "_Stopp" - #~ msgid "volume percentage|%d %%" #~ msgstr "%d %%" - #~ msgid "paper size|asme_f" #~ msgstr "asme_f" - #~ msgid "paper size|A0x2" #~ msgstr "A0x2" - #~ msgid "paper size|A0" #~ msgstr "A0" - #~ msgid "paper size|A0x3" #~ msgstr "A0x3" - #~ msgid "paper size|A1" #~ msgstr "A1" - #~ msgid "paper size|A10" #~ msgstr "A10" - #~ msgid "paper size|A1x3" #~ msgstr "A1x3" - #~ msgid "paper size|A1x4" #~ msgstr "A1x4" - #~ msgid "paper size|A2" #~ msgstr "A2" - #~ msgid "paper size|A2x3" #~ msgstr "A2x3" - #~ msgid "paper size|A2x4" #~ msgstr "A2x4" - #~ msgid "paper size|A2x5" #~ msgstr "A2x5" - #~ msgid "paper size|A3" #~ msgstr "A3" - #~ msgid "paper size|A3 Extra" #~ msgstr "A3 Extra" - #~ msgid "paper size|A3x3" #~ msgstr "A3x3" - #~ msgid "paper size|A3x4" #~ msgstr "A3x4" - #~ msgid "paper size|A3x5" #~ msgstr "A3x5" - #~ msgid "paper size|A3x6" #~ msgstr "A3x6" - #~ msgid "paper size|A3x7" #~ msgstr "A3x7" - #~ msgid "paper size|A4" #~ msgstr "A4" - #~ msgid "paper size|A4 Extra" #~ msgstr "A4 Extra" - #~ msgid "paper size|A4 Tab" #~ msgstr "A4 Tab" - #~ msgid "paper size|A4x3" #~ msgstr "A4x3" - #~ msgid "paper size|A4x4" #~ msgstr "A4x4" - #~ msgid "paper size|A4x5" #~ msgstr "A4x5" - #~ msgid "paper size|A4x6" #~ msgstr "A4x6" - #~ msgid "paper size|A4x7" #~ msgstr "A4x7" - #~ msgid "paper size|A4x8" #~ msgstr "A4x8" - #~ msgid "paper size|A4x9" #~ msgstr "A4x9" - #~ msgid "paper size|A5" #~ msgstr "A5" - #~ msgid "paper size|A5 Extra" #~ msgstr "A5 Extra" - #~ msgid "paper size|A6" #~ msgstr "A6" - #~ msgid "paper size|A7" #~ msgstr "A7" - #~ msgid "paper size|A8" #~ msgstr "A8" - #~ msgid "paper size|A9" #~ msgstr "A9" - #~ msgid "paper size|B0" #~ msgstr "B0" - #~ msgid "paper size|B1" #~ msgstr "B1" - #~ msgid "paper size|B10" #~ msgstr "B10" - #~ msgid "paper size|B2" #~ msgstr "B2" - #~ msgid "paper size|B3" #~ msgstr "B3" - #~ msgid "paper size|B4" #~ msgstr "B4" - #~ msgid "paper size|B5" #~ msgstr "B5" - #~ msgid "paper size|B5 Extra" #~ msgstr "B5 Extra" - #~ msgid "paper size|B6" #~ msgstr "B6" - #~ msgid "paper size|B6/C4" #~ msgstr "B6/C4" - #~ msgid "paper size|B7" #~ msgstr "B7" - #~ msgid "paper size|B8" #~ msgstr "B8" - #~ msgid "paper size|B9" #~ msgstr "B9" - #~ msgid "paper size|C0" #~ msgstr "C0" - #~ msgid "paper size|C1" #~ msgstr "C1" - #~ msgid "paper size|C10" #~ msgstr "C10" - #~ msgid "paper size|C2" #~ msgstr "C2" - #~ msgid "paper size|C3" #~ msgstr "C3" - #~ msgid "paper size|C4" #~ msgstr "C4" - #~ msgid "paper size|C5" #~ msgstr "C5" - #~ msgid "paper size|C6" #~ msgstr "C6" - #~ msgid "paper size|C6/C5" #~ msgstr "C6/C5" - #~ msgid "paper size|C7" #~ msgstr "C7" - #~ msgid "paper size|C7/C6" #~ msgstr "C7/C6" - #~ msgid "paper size|C8" #~ msgstr "C8" - #~ msgid "paper size|C9" #~ msgstr "C9" - #~ msgid "paper size|RA0" #~ msgstr "RA0" - #~ msgid "paper size|RA1" #~ msgstr "RA1" - #~ msgid "paper size|RA2" #~ msgstr "RA2" - #~ msgid "paper size|SRA0" #~ msgstr "SRA0" - #~ msgid "paper size|SRA1" #~ msgstr "SRA1" - #~ msgid "paper size|SRA2" #~ msgstr "SRA2" - #~ msgid "paper size|JB0" #~ msgstr "JB0" - #~ msgid "paper size|JB1" #~ msgstr "JB1" - #~ msgid "paper size|JB10" #~ msgstr "JB10" - #~ msgid "paper size|JB2" #~ msgstr "JB2" - #~ msgid "paper size|JB3" #~ msgstr "JB3" - #~ msgid "paper size|JB4" #~ msgstr "JB4" - #~ msgid "paper size|JB5" #~ msgstr "JB5" - #~ msgid "paper size|JB6" #~ msgstr "JB6" - #~ msgid "paper size|JB7" #~ msgstr "JB7" - #~ msgid "paper size|JB8" #~ msgstr "JB8" - #~ msgid "paper size|JB9" #~ msgstr "JB9" - #~ msgid "paper size|jis exec" #~ msgstr "jis exec" - #~ msgid "paper size|10x11" #~ msgstr "10x11" - #~ msgid "paper size|10x13" #~ msgstr "10x13" - #~ msgid "paper size|10x14" #~ msgstr "10x14" - #~ msgid "paper size|10x15" #~ msgstr "10x15" - #~ msgid "paper size|11x12" #~ msgstr "11x12" - #~ msgid "paper size|11x15" #~ msgstr "11x15" - #~ msgid "paper size|12x19" #~ msgstr "12x19" - #~ msgid "paper size|5x7" #~ msgstr "5x7" - #~ msgid "paper size|Arch A" #~ msgstr "Arch A" - #~ msgid "paper size|Arch B" #~ msgstr "Arch B" - #~ msgid "paper size|Arch C" #~ msgstr "Arch C" - #~ msgid "paper size|Arch D" #~ msgstr "Arch D" - #~ msgid "paper size|Arch E" #~ msgstr "Arch E" - #~ msgid "paper size|b-plus" #~ msgstr "b-plus" - #~ msgid "paper size|c" #~ msgstr "c" - #~ msgid "paper size|d" #~ msgstr "d" - #~ msgid "paper size|e" #~ msgstr "e" - #~ msgid "paper size|edp" #~ msgstr "edp" - #~ msgid "paper size|Executive" #~ msgstr "Executive" - #~ msgid "paper size|f" #~ msgstr "f" - #~ msgid "paper size|Index 3x5" #~ msgstr "Index 3x5" - #~ msgid "paper size|Index 5x8" #~ msgstr "Index 5x8" - #~ msgid "paper size|Invoice" #~ msgstr "Faktura" - #~ msgid "paper size|Tabloid" #~ msgstr "Tabloid" - #~ msgid "paper size|US Legal" #~ msgstr "US Legal" - #~ msgid "paper size|Quarto" #~ msgstr "Quarto" - #~ msgid "paper size|Super A" #~ msgstr "Super A" - #~ msgid "paper size|Super B" #~ msgstr "Super B" - #~ msgid "paper size|Folio" #~ msgstr "Folio" - #~ msgid "paper size|Folio sp" #~ msgstr "Folio sp" - #~ msgid "paper size|pa-kai" #~ msgstr "pa-kai" - #~ msgid "paper size|prc 16k" #~ msgstr "prc 16k" - #~ msgid "paper size|prc 32k" #~ msgstr "prc 32k" - #~ msgid "paper size|prc5 Envelope" #~ msgstr "prc5-kuvert" - #~ msgid "paper size|ROC 16k" #~ msgstr "ROC 16k" - #~ msgid "paper size|ROC 8k" #~ msgstr "ROC 8k" - #~ msgid "Couldn't create pixbuf" #~ msgstr "Kunde inte skapa pixbuf" - #~ msgid "%.1f KB" #~ msgstr "%.1f KB" - #~ msgid "%.1f MB" #~ msgstr "%.1f MB" - #~ msgid "%.1f GB" #~ msgstr "%.1f GB" - #~ msgid "Arrow spacing" #~ msgstr "Pilmellanrum" - #~ msgid "Scroll arrow spacing" #~ msgstr "Rullpilsmellanrum" - #~ msgid "Group" #~ msgstr "Grupp" - #~ msgid "The radio tool button whose group this button belongs to." #~ msgstr "Den radioverktygsknapp vars grupp denna knapp tillhör." - #~ msgid "URI" #~ msgstr "URI" - #~ msgid "The URI bound to this button" #~ msgstr "URI bundet till denna knapp" - #~ msgid "Invalid filename: %s" #~ msgstr "Ogiltigt filnamn: %s" - #~ msgid "" #~ "Could not add a bookmark for '%s' because it is an invalid path name." #~ msgstr "" #~ "Kunde inte lägga till ett bokmärke för \"%s\" eftersom det är ett " #~ "ogiltigt namn på en sökväg." - #~ msgid "Could not select file '%s' because it is an invalid path name." #~ msgstr "" #~ "Kunde inte välja filen \"%s\" eftersom det är ett ogiltigt namn på en " #~ "sökväg." - #~ msgid "%d byte" #~ msgid_plural "%d bytes" #~ msgstr[0] "%d byte" #~ msgstr[1] "%d byte" - #~ msgid "Could not get a stock icon for %s\n" #~ msgstr "Kunde inte hämta en standardikon för %s\n" - #~ msgid "Error getting information for '%s': %s" #~ msgstr "Fel vid hämtning av information för \"%s\": %s" - #~ msgid "This file system does not support mounting" #~ msgstr "Detta filsystem stöder inte montering" - #~ msgid "" #~ "The name \"%s\" is not valid because it contains the character \"%s\". " #~ "Please use a different name." #~ msgstr "" #~ "Namnet \"%s\" är inte giltigt eftersom det innehåller tecknet \"%s\". " #~ "Använd ett annat namn." - #~ msgid "Bookmark saving failed: %s" #~ msgstr "Bokmärkessparande misslyckades: %s" - #~ msgid "'%s' already exists in the bookmarks list" #~ msgstr "\"%s\" finns redan i bokmärkeslistan" - #~ msgid "'%s' does not exist in the bookmarks list" #~ msgstr "\"%s\" finns inte i bokmärkeslistan" - #~ msgid "Path is not a folder: '%s'" #~ msgstr "Sökvägen är inte en mapp: \"%s\"" - #~ msgid "Network Drive (%s)" #~ msgstr "Nätverksenhet (%s)" - #~ msgid "Unknown attribute '%s' on line %d char %d" #~ msgstr "Okänt attribut \"%s\" på rad %d tecken %d" - #~ msgid "Today at %H:%M" #~ msgstr "Idag klockan %H.%M" - #~ msgid "Default" #~ msgstr "Standard" - #~ msgid "Print Pages" #~ msgstr "Skriv ut sidor" - #~ msgid "_All" #~ msgstr "_Alla" - #~ msgid "Today" #~ msgstr "Idag" - #~ msgid "Location:" #~ msgstr "Plats:" - #~ msgid "PNM image format is invalid" #~ msgstr "PNM-bildformatet är ogiltigt" - #~ msgid "Line %d, column %d: missing attribute \"%s\"" #~ msgstr "Rad %d, kolumn %d: saknar attributet \"%s\"" - #~ msgid "Line %d, column %d: unexpected element \"%s\"" #~ msgstr "Rad %d, kolumn %d: oväntat element \"%s\"" - #~ msgid "" #~ "Line %d, column %d: expected end of element \"%s\", but got element for " #~ "\"%s\" instead" #~ msgstr "" #~ "Rad %d, kolumn %d: förväntade slut på elementet \"%s\", men fick element " #~ "för \"%s\" istället" - #~ msgid "" #~ "Line %d, column %d: expected \"%s\" at the toplevel, but found \"%s\" " #~ "instead" #~ msgstr "" #~ "Rad %d, kolumn %d: förväntade \"%s\" på toppnivån, men hittade \"%s\" " #~ "istället" - #~ msgid "" #~ "Line %d, column %d: expected \"%s\" or \"%s\", but found \"%s\" instead" #~ msgstr "" #~ "Rad %d, kolumn %d: förväntade \"%s\" eller \"%s\", men hittade \"%s\" " #~ "istället" - #~ msgid "Error creating directory '%s': %s" #~ msgstr "Fel vid skapande av katalogen \"%s\": %s" - #~ msgid "Thai (Broken)" #~ msgstr "Thailändsk (Trasig)" - #~ msgid "" #~ "Error creating folder \"%s\": %s\n" #~ "%s" #~ msgstr "" #~ "Fel vid skapande av mappen \"%s\": %s\n" #~ "%s" - #~ msgid "You probably used symbols not allowed in filenames." #~ msgstr "Du använde troligen tecken som inte är tillåtna i filnamn." - #~ msgid "" #~ "Error deleting file \"%s\": %s\n" #~ "%s" #~ msgstr "" #~ "Fel vid borttagning av filen \"%s\": %s\n" #~ "%s" - #~ msgid "It probably contains symbols not allowed in filenames." #~ msgstr "Det innehåller troligen tecken som inte är tillåtna i filnamn." - #~ msgid "" #~ "The file name \"%s\" contains symbols that are not allowed in filenames" #~ msgstr "Filnamnet \"%s\" innehåller tecken som inte är tillåtna i filnamn" - #~ msgid "Error getting information for '/': %s" #~ msgstr "Fel vid hämtning av information för \"/\": %s" - #~ msgid "Select All" #~ msgstr "Markera allt" #, fuzzy #~ msgid "shortcut %s already exists" #~ msgstr "Genvägen %s finns inte" - #~ msgid "Cannot handle PNM files with maximum color values greater than 255" #~ msgstr "Kan inte hantera PNM-filer med maximala färgvärden större än 255" - #~ msgid "Could not get information about '%s': %s" #~ msgstr "Kunde inte hämta information om \"%s\": %s" - #~ msgid "Shortcuts" #~ msgstr "Genvägar" - #~ msgid "Folder" #~ msgstr "Mapp" - #~ msgid "Cannot change folder" #~ msgstr "Kan inte byta mapp" - #~ msgid "The folder you specified is an invalid path." #~ msgstr "Mappen du angav är en ogiltig sökväg." - #~ msgid "Could not build file name from '%s' and '%s'" #~ msgstr "Kunde inte bygga filnamnet från \"%s\" och \"%s\"" - #~ msgid "Open Location" #~ msgstr "Öppna plats" - #~ msgid "Save in Location" #~ msgstr "Spara på plats" - #~ msgid "X" #~ msgstr "X" - #~ msgid "clear" #~ msgstr "töm" - #~ msgid "Pixmap path element: \"%s\" must be absolute, %s, line %d" #~ msgstr "Sökvägselement till bild: \"%s\" måste vara absolut, %s, rad %d" - #~ msgid "_Rename..." #~ msgstr "_Byt namn..." - #~ msgid "Rename" #~ msgstr "Byt namn" - #~ msgid "_Replace..." #~ msgstr "_Ersätt..." - #~ msgid "Replace..." #~ msgstr "Ersätt..." - #~ msgid "File system" #~ msgstr "Filsystem" #, fuzzy #~ msgid "Writing %s failed: %s" #~ msgstr "Bokmärkessparande misslyckades: %s" - #~ msgid "Network Drive" #~ msgstr "Nätverksenhet" - #~ msgid "_Credits" #~ msgstr "_Tack" - #~ msgid "Error getting information for '%s'" #~ msgstr "Fel vid hämtning av information för \"%s\"" - #~ msgid "Select a File" #~ msgstr "Välj en fil" - #~ msgid "Select a file" #~ msgstr "Välj en fil" - #~ msgid "error getting information for '%s': %s" #~ msgstr "fel vid hämtning av information för \"%s\": %s" - #~ msgid "error creating directory '%s': %s" #~ msgstr "fel vid skapande av katalogen \"%s\": %s" - #~ msgid "Bookmark saving failed (%s)" #~ msgstr "Bokmärkessparande misslyckades (%s)" - #~ msgid "This file system does not support icons for everything" #~ msgstr "Detta filsystem stöder inte ikoner till allt" - #~ msgid "" #~ "Could not change the current folder to %s:\n" #~ "%s" #~ msgstr "" #~ "Kunde inte byta aktuell mapp till %s:\n" #~ "%s" - #~ msgid "Could not add bookmark for %s because it is not a folder." #~ msgstr "Kunde inte lägga till bokmärke för %s eftersom det inte är en mapp." - #~ msgid "Could not find the path" #~ msgstr "Kunde inte hitta sökvägen" - #~ msgid "Input Methods" #~ msgstr "Inmatningsmetoder" - #~ msgid "Unsupported TIFF variant" #~ msgstr "TIFF-varianten stöds inte" - #~ msgid "Colors" #~ msgstr "Färger" - #~ msgid "Show Hidden Files" #~ msgstr "Visa dolda filer" - #~ msgid "Create Folder" #~ msgstr "Skapa _mapp" - #~ msgid "Create _Folder" #~ msgstr "Skapa _mapp" + From b33db85956135619b73d030a3af219cab97745c5 Mon Sep 17 00:00:00 2001 From: Matej Urban Date: Wed, 22 Apr 2009 12:07:53 +0200 Subject: [PATCH 094/190] Updated Slovenian translation --- po/sl.po | 2082 +++++++++++++++++++++++++++--------------------------- 1 file changed, 1044 insertions(+), 1038 deletions(-) diff --git a/po/sl.po b/po/sl.po index d05b454111..be45857ccc 100644 --- a/po/sl.po +++ b/po/sl.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: GTK+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-03-10 11:21+0100\n" +"POT-Creation-Date: 2009-04-22 12:07+0200\n" +"PO-Revision-Date: 2009-04-22 10:34+0100\n" "Last-Translator: Matej Urbančič \n" "Language-Team: Slovenian GNOME Translation Team \n" "MIME-Version: 1.0\n" @@ -22,58 +22,58 @@ msgstr "" "X-Poedit-SourceCharset: iso-8859-1\n" "X-Poedit-Language: Slovenian\n" -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Napaka pri razčlenjevanju --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Napaka pri razčlenjevanju --gdk-no-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Razred programa, kot ga uporablja okenski upravljavec" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "RAZRED" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Ime programa, kot ga uporablja upravitelj oken" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "IME" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "Zaslon X, ki naj bo uporabljen" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "ZASLON" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "Zaslon X, ki naj bo uporabljen" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "ZASLON" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Zastavice razhroščevanja gdk, ki naj bodo nastavljene" @@ -81,220 +81,220 @@ msgstr "Zastavice razhroščevanja gdk, ki naj bodo nastavljene" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "ZASTAVICE" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Zastavice razhroščevanja gdk, ki naj ne bodo nastavljene" -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "Vračalka" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tabulator" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Vrni" -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Premor" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Zaklep _drsnika" -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Ubežni znak" -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Večnamenska _tipka" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Domov" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Levo" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Gor" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Desno" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Dol" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Stran navzgor" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Stran navzdol" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "Konec" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Začetek" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Natisni" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Vstavi" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Zaklep _številčnice" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Preslednica" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Tabulator" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Vnos" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP_Domov" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP_Levo" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP_Gor" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP_Desno" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP_Dol" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_Stran_gor" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP_Predhodno" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Stran_dol" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP_Naslednji" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "KP_Konec" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP_Začetek" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP_Vstavi" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP_Izbriši" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Izbriši" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Odpiranje datoteke '%s' ni uspelo: %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Slikovna datoteka '%s' ne vsebuje podatkov" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "" "Nalaganje slike '%s' ni uspelo: razlog ni znan, verjetno pokvarjena datoteka" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -303,12 +303,12 @@ msgstr "" "Nalaganje animacije '%s' ni uspelo: razlog ni znan, verjetno pokvarjena " "datoteka" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Ni mogoče naložiti modula za nalaganje slik: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -317,53 +317,53 @@ msgstr "" "Modul za nalaganje slik %s ne izvaža zahtevanega vmesnika; morda je iz druge " "različice GTK?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Vrsta slike '%s' ni podprta" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Ni mogoče prepoznati vrste zapisa slike v datoteki '%s'" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Neznana vrsta zapisa slikovne datoteke" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Nalaganje slike '%s' ni uspelo: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Napaka pri pisanju v slikovno datoteko: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "Ta izgradnja gdk-pixbuf ne podpira shranjevanja v obliki zapisa: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Premalo pomnilnika za hrambo slike v preklicni funkciji" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Odpiranje začasne datoteke ni uspelo" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Branje iz začasne datoteke ni uspelo" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Odpiranje '%s' za pisanje ni uspelo: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -372,15 +372,15 @@ msgstr "" "Zapiranje '%s' med pisanjem slike ni uspelo, vsi podatki morda niso bili " "shranjeni: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Ni dovolj pomnilnika za hrambo slike v medpomnilnik" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Napaka pri pisanju v slikovni pretok" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -389,24 +389,24 @@ msgstr "" "Notranja napaka: Modul nalagalnika slik '%s' ni uspel končati operacije, " "vendar ni podal razloga za neuspeh" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Postopno nalaganje slike v zapisu '%s' ni podprto" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Glava slike je pokvarjena" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Vrsta zapisa slike ni znana" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Podatki o točkah slike so pokvarjeni" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" @@ -419,230 +419,237 @@ msgstr[2] "" msgstr[3] "" "dodeljevanje slikovnega medpomnilnika v velikosti %u bajtov ni uspelo" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Nepričakovan sklop ikone v animaciji" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Nepodprta vrsta animacije" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Neveljavna glava v animaciji" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Ni dovolj pomnilnika za naložitev animacije" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Nepravilno oblikovan sklop v animaciji" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "Vrsta zapisa slike ANI" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "Slika BMP ima v glavi neveljavne podatke" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Ni dovolj pomnilnika za naložitev slike" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "Slika BMP ima nepodprto velikost glave" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Slik BMP ni mogoče stisniti" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Naletel sem na predčasni konec datoteke" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Ni mogoče dodeliti spomina za shranjevanje datoteke BMP" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Ni mogoče pisati v datoteko BMP" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "Vrsta zapisa slike BMP" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Napaka ob branju GIF: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "" "V datoteki GIF manjka nekaj podatkov (morda je bila na nek način skrajšana?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Notranja napaka v nalagalniku GIF (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Prekoračitev sklada" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "Nalagalnik slik GIF ne razume te slike." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Naletel sem na neveljavno kodo" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Krožni vnost razpredelnice v GIF datoteki" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Ni dovolj pomnilnika za naložitev slike GIF" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Ni dovolj pomnilnika za združevanje okvirjev v slikah GIF" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "Slika GIF je pokvarjena (nepravilno stiskanje LZW)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Zdi se, da to ni datoteka GIF" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "Vrsta zapisa GIF različica %s ni podprta" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." msgstr "Slika GIF nima globalne karte barv in okvir nima krajevne karte barv." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "Slika GIF je bila skrajšana ali pa je nepopolna." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "Vrsta zapisa slike GIF" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Ikona ima neveljavno glavo" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Ni dovolj pomnilnika za naložitev ikone" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Ikona ima širino nič" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Ikona ima višino nič" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Stisnjene ikone niso podprte" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Nepodprta vrsta ikone" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Premalo pomnilnika za nalaganje datoteke ICO" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Slika je prevelika, da bi bila shranjena kot ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Vroča točka kazalca je zunaj slike" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Nepodprta barvna globina datoteke ICO: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "Vrsta zapisa slike ICO" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Napaka med branjem slike ICNS: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Ni mogoče dekodirati ICNS datoteke" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "Vrsta zapisa slike ICNS" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Ni mogoče dodeliti pomnilnika za pretok" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Ni mogoče dekodirati slike" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Preoblikovan JPEG2000 ima ničelno višino ali širino." -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Vrsta slike trenutno ni podprta" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Ni mogoče rezervirati pomnilnika za nalaganje barvnega profila" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Premalo spomina za odprtje datoteke JPEG 2000" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Ni mogoče dodeliti pomnilnika za slikovne podatke" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Vrsta zapisa slike JPEG 2000" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Napaka ob interpretiranju slikovne datoteke JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -650,21 +657,21 @@ msgstr "" "Ni dovolj pomnilnika za naložitev slike; za sprostiev pomnilnika zaprite " "nekaj programov" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Nepodprta vrsta barvnega prostora JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Ni mogoče rezervirati pomnilnika za nalaganje datoteke JPEG" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Preoblikovan JPEG ima ničelno višino ali širino." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -673,92 +680,92 @@ msgstr "" "Kvaliteta JPEG mora biti vrednost med 0 in 100; vrednost '%s' ne more biti " "razčlenjena." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" "Kvaliteta JPEG mora biti vrednost med 0 in 100; vrednost '%d' ni dovoljena." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Vrsta zapisa slike JPEG" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Ni mogoče dodeliti pomnilnika za glavo" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Ni mogoče dodeliti pomnilnika za kontekstni medpomnilnik" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Slika ima nepravilno širino in/ali višino" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Slika ima nepodprto barvno globino (bpp)" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Slika ima nepodprto število %d-bitnih ravnin" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Ni mogoče ustvariti novega medpomnilnika slik" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Ni mogoče dodeliti pomnilnika za vrstične podatke" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Ni mogoče dodeliti pomnilnika za paletne podatke" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Ni mogoče dobiti vseh vrstic slike PCX" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Nobena paleta ni bila najdena na koncu podatkov datoteke PCX" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "Vrsta zapisa slike PCX" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Podatek o bitih na kanal slike PNG ni veljaven." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Preoblikovan PNG ima ničelno višino ali širino." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Podatek o bitih na kanal preoblikovanega PNG ni 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Pretvorjen PNG ni RGB ali RGBA." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "Pretvorjen PNG ima nepodprto število kanalov, mora biti 3 ali 4." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Usodna napak v slikovni datoteki PNG: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Ni dovolj pomnilnika za naložitev datoteke PNG" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -767,25 +774,25 @@ msgstr "" "Ni dovolj pomnilnika za shranitev slike velikosti %ld x %ld; za sprostitev " "pomnilnika zaprite nekaj programov" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Usodna napaka med branjem slikovne datoteke PNG" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Usodna napaka med branjem slikovne datoteke PNG: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "Ključi za sklope besedila PNG morajo imeti vsaj 1 in največ 79 znakov." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "Ključi za sklope besedila PNG morajo biti znaki ASCII." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -794,7 +801,7 @@ msgstr "" "Stopnja stiskanja PNG mora biti vrednost med 0 in 9; vrednost '%s' ne more " "biti razčlenjena." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -802,373 +809,377 @@ msgid "" msgstr "" "Kvaliteta JPEG mora biti vrednost med 0 in 100; vrednost '%d' ni dovoljena." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "Vrednosti za PNG sklop besedila %s ni mogoče pretvoriti v kodiranje ISO-" "8859-1." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "Vrsta zapisa slike PNG" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "Nalagalnik PNM je pričakoval celo število, a ga ni našel" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "Datoteka PNM ima napačen začetni bajt" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "Datoteka PNM ni v prepoznani podvrsti zapisa PNM" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "Datoteka PNM ima širino slike 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "Datoteka PNM ima višino slike 0" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Največja vrednost barve v datoteki PNM je 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Največja vrednost barve v datoteki PNM je prevelika" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Surova vrsta slike PNM ni veljavna" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "Nalagalnik slik PNM ne podpira te podvrste zapisa PNM" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "Surove vrste zapisa PNM zahtevajo natančno en presledek pred podatki" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Ni mogoče dodeliti pomnilnika za nalaganje slike PNM" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Ni dovolj pomnilnika za naložitev strukture konteksta PNM" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Nepričakovan konec podatkov slike PNM" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Ni dovolj pomnilnika za naložitev slike PNM" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "Družina vrst zapisa slik PNM/PBM/PGM/PPM" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "Slika RAS ima v glavi neveljavne podatke" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "Slika RAS je neznane vrste" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "Nepodprta različica slike RAS" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Ni dovolj pomnilnika za naložitev slike RAS" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Vrsta zapisa rastrske slike Sun" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Ni mogoče dodeliti pomnilnika za strukturo IOBuffer" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Ni mogoče dodeliti pomnilnika za podatke IOBuffer" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Ni mogoče znova dodeliti pomnilnika za podatke IOBuffer" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Ni mogoče dodeliti pomnilnika za začasne podatke IOBuffer" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Ni mogoče dodeliti novega medpomnilnika slik (pixbuf)" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Ni mogoče dodeliti strukture barvne karte" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Ni mogoče dodeliti vnosov barvne karte" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Nepričakovana barvna globina za vnose barvne karte" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Ni mogoče dodeliti pomnilnika za glavo TGA" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "Slika TGA ima neveljavne dimenzije" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "Vrsta zapisa slike TGA ni podprta" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Ni mogoče dodeliti pomnilnika za strukturo konteksta TGA" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Preveč podatkov v datoteki" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Vrsta zapisa slike Targa" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Ni mogoče dobiti širine slike (slaba datoteka TIFF)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Ni mogoče dobiti višine slike (slaba datoteka TIFF)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "Širina ali višina slike TIFF je nič" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Dimenzije slike TIFF so prevelike" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Premalo pomnilnika za odprtje datoteke TIFF" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Nalaganje podatkov RGB iz datoteke TIFF ni uspelo" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Odpiranje slike TIFF ni uspelo" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "Operacija TIFFClose ni uspela" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Nalaganje slike TIFF ni uspelo" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Shranjevanje slike TIFF ni uspelo" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Zapisovanje podatkov TIFF ni uspelo" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Ni mogoče pisati v datoteko TIFF" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "Vrsta zapisa slike TIFF" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Ikona ima širino nič" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Ikona ima višino nič" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Primanjkuje pomnilnika, da bi lahko naložili sliko" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Ni mogoče shraniti preostanka" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "Vrsta zapisa slike WBMP" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Neveljavna datoteka XBM" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Premalo pomnilnika, da bi lahko naložili slikovno datoteko XBM" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "Pisanje v začasno datoteko med nalaganjem slike XBM ni uspelo" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "Vrsta zapisa slike XBM" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Glava XPM ni bila najdena" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Neveljavna glava XBM" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "Datoteka XPM ima širino slike <= 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "Datoteka XPM ima višino slike <=0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM ima neveljavno število znakov na slikovno točko" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "Datoteka XPM ima neveljavno število barv" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Ni mogoče dodeliti pomnilnika za nalaganje slike XPM" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Ni mogoče prebrati barvne karte XPM" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "Pisanje v začasno datoteko med nalaganjem slike XPM ni uspelo" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "Vrsta zapisa slike XPM" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "Vrsta zapisa slike EMF" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Ni mogoče dodeliti pomnilnika: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Ni mogoče ustvariti pretoka: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Ni mogoče iskati po pretoku: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Ni mogoče prebrati pretoka: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Ni mogoče naložiti slike" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Ni mogoče naložiti metadatoteke" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Nepodprta različica slike za GDI+" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Ni mogoče shraniti" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "Vrsta zapisa slike WMF" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Ne vsajaj GDI zahtev" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Ne uporabi Wintab API za podporo za grafične tablice" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Enako kot --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Uporabi Wintab API [privzeto]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Velikost barvne palete v 8 bitnem načinu" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "BARVE" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Naredi klice X sinhrone" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Zaganjanje %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Odpiranje %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" @@ -1177,46 +1188,46 @@ msgstr[1] "Odpiranje %d predmeta" msgstr[2] "Odpiranje %d predmetov" msgstr[3] "Odpiranje %d predmetov" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licenca" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Licenca programa" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Zasluge" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licenca" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "O programu %s" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Zasluge" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Pisci programa" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Pisci dokumentacije" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Prevajalci" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Ustvarjalci" @@ -1225,7 +1236,7 @@ msgstr "Ustvarjalci" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1235,7 +1246,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1245,7 +1256,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1255,7 +1266,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1265,7 +1276,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hiper" @@ -1275,37 +1286,37 @@ msgstr "Hiper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Preslednica" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Leva poševnica" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "Neveljavna vrsta funkcije: '%s'" +msgstr "Neveljavna vrsta funkcije v vrstici %d: '%s'" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "Podvojeni ID predmeta '%s' v vrstici %d (prvič vnesen v vrstici %d)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Neveljaven korenski element: '%s'" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Neobravnavan zaznamek: '%s'" @@ -1319,7 +1330,7 @@ msgstr "Neobravnavan zaznamek: '%s'" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1327,7 +1338,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1336,7 +1347,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1351,7 +1362,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1367,7 +1378,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1383,7 +1394,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1391,7 +1402,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Onemogočeno" @@ -1400,25 +1411,25 @@ msgstr "Onemogočeno" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Nova bližnjica ..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Izberite barvo" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Prejeti neveljavni podatki o barvi\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1426,74 +1437,74 @@ msgstr "" "Izberite barvo, ki jo želite, iz zunanjega obroča. Izberite temnost ali " "svetlost te barve z uporabno notranjega trikotnika." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." msgstr "" "Kliknite na pipalko, nato kliknite kjerkoli na zaslon za izbiro tiste barve." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Odtenek:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Položaj na barvnem krogu" -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Nasičenost:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "\"Globina\" barve." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Vrednost:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Svetlost barve." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Rdeča:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Količina rdeče luči v barvi." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Zelena:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Količina zelene luči v barvi." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Modra:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Količina modre luči v barvi." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "_Prosojnost:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Prosojnost barve." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "_Ime barve:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1501,15 +1512,15 @@ msgstr "" "V tem vnosu lahko vpišete šestnajstiško vrednost (kot v HTML) ali enostavno " "ime barve (kot na primer 'oranžna')." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Paleta:" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Barvno kolo" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1519,7 +1530,7 @@ msgstr "" "lahko povlečete do vnosa v paleti ali izberete to barvo kot trenutno z " "vlečenjem na drug vzorec." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1527,11 +1538,11 @@ msgstr "" "Barva, ki ste jo izbrali. To barvo lahko povlečete do vnosa v paleti za " "kasnejšo uporabo." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "Tu _shrani barvo" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1540,55 +1551,55 @@ msgstr "" "vnosa, potegnite drugo barvo sem, ali kliknite z desnim gumbom in izberite " "\"Tu shrani barvo.\"" -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Izbira barve" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Načini vnosa" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Vstavi nadzorni znak Unicode" -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Tipka velikih črk je vključena." -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Izberi datoteko" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Namizje" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Noben)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Drugo ..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Ni mogoče dobiti podatkov o datoteki" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Ni mogoče dodati zaznamka" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Ni mogoče odstraniti zaznamka" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Ni mogoče ustvariti mape" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1596,11 +1607,11 @@ msgstr "" "Ni mogoče ustvariti mape, saj že obstaja datoteka z enakim imenom. Poskusite " "uporabiti drugo ime za mapo ali pa preimenujte najprej datoteko." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Neveljavno ime datoteke" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Ni mogoče prikazati vsebine mape" @@ -1608,159 +1619,159 @@ msgstr "Ni mogoče prikazati vsebine mape" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s na %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Najdi" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Nazadnje uporabljeno" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Izberite, katere vrste datotek so pokazane" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Dodaj mapo '%s' med zaznamke" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Dodaj trenutno mapo med zaznamke" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Dodaj izbrane mape med zaznamke" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Odstrani zaznamek '%s'" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Odstrani" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Preimenuj ..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Mesta" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Mesta" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Dodaj" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Dodaj izbrano mapo med zaznamke" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "Od_strani" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Odstrani izbran zaznamek" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Ni mogoče izbrati datoteke" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "Dodaj med _zaznamke" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Pokaži _skrite datoteke" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Prikaži stolpec _velikosti" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Datoteke" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Ime" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Velikost" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Spremenjena" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Ime:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_Brskaj za drugimi mapami" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Vpišite ime datoteke" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Ustvari _mapo" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Mesto:" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "S_hrani v mapo" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Us_tvari v mapi:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Ni mogoče zamenjati mape, ker ni krajevna" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Bližnjica %s že obstaja" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "Bližnjica %s še ne obstaja" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Datoteka \"%s\" že obstaja. Ali jo želite zamenjati?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." @@ -1768,15 +1779,15 @@ msgstr "" "Datoteka že obstaja v \"%s\". Če jo boste zamenjali, bo njena vsebina " "prepisana." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Zamenjaj" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Ni mogoče zagnati postopka iskanja" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1784,54 +1795,54 @@ msgstr "" "Program ni mogel ustvariti povezave z demonom indeksacije. Prosim, " "preverite, da ta teče." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Ni mogoče poslati zahteve po iskanju" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Najdi:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Ni mogoče priklopiti %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Vpišite ime nove mape" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Neznan" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Včeraj ob %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Neveljavna pot" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Ni zadetka" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Izbiranje" @@ -1839,13 +1850,13 @@ msgstr "Izbiranje" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Zaključeno, vendar ni edinstveno" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Zaključevanje ..." @@ -1853,7 +1864,7 @@ msgstr "Zaključevanje ..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Izbrane so lahko le krajevne datoteke" @@ -1861,41 +1872,41 @@ msgstr "Izbrane so lahko le krajevne datoteke" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Nepopolno ime gostitelja; ime zaključite z '/'" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Pot ne obstaja" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Napaka pri ustvarjanju mape '%s': %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Mape" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Mape" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Datoteke" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Neberljiv imenik: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1906,89 +1917,89 @@ msgstr "" "voljo temu programu.\n" "Ste prepričani, da jo želite izbrati?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Nova mapa" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "_Zbriši datoteko" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "P_reimenuj datoteko" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "Ime mape \"%s\" vsebuje simbole, ki v imenih map niso dovoljeni" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Nova mapa" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "Ime _mape:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "_Ustvari" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Ime datoteke \"%s\" vsebuje simbole, ki v imenih datotek niso dovoljeni" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Napaka pri brisanju datoteke '%s': %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Ali resnično želite izbrisati datoteko \"%s\"?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Izbriši datoteko" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Napaka pri preimenovanju datoteke v \"%s\": %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Napaka pri preimenovanju datoteke \"%s\": %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Napaka ob preimenovanju datoteke \"%s\" v \"%s\": %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Preimenuj datoteko" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Preimenuj datoteko \"%s\" v:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "P_reimenuj" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Izbira: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1997,15 +2008,15 @@ msgstr "" "Imena datoteke \"%s\" ni mogoče pretvoriti v UTF-8. (Poskusite nastaviti " "okoljsko spremenljivko G_BROKEN__FILENAMES): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Neveljaven UTF-8" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Ime je predolgo" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Ni mogoče pretvoriti imena datoteke" @@ -2014,75 +2025,75 @@ msgstr "Ni mogoče pretvoriti imena datoteke" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Datotečni sistem" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Ni mogoče dobiti korenske mape" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Prazno)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Izberite pisavo" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Pisava" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcčdefghij ABCČDEFGHIJ" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Družina:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Slog:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Velikost:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Predolged" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Izbor pisave" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gama" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Vrednost _gama" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Napaka ob nalaganju ikone: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2095,139 +2106,139 @@ msgstr "" "Kopijo lahko dobite na:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "Ikona '%s' ni prisotna v temi" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Ikone ni mogoče naložiti" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Enostavno" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Sistem" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Sistem (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Vnos" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Nobene razširjene naprave za vnos" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Naprava:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Onemogočeno" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Zaslon" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Okno" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Način: " #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Osi" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Tipke" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Pritisk:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "Na_gib X" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Nag_ib Y" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Kolešček:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "nič" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(onemogočeno)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(neznano)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "P_očisti" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Kopiraj URL" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Neveljaven URI" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Naloži dodatne GTK+ module" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULI" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Naredi vsa opozorila usodna" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Zastavice razhroščevanja GTK+, ki naj bodo nastavljene" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Zastavice rahroščevanja GTK+, ki naj ne bodo nastavljene" @@ -2236,65 +2247,66 @@ msgstr "Zastavice rahroščevanja GTK+, ki naj ne bodo nastavljene" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Ni mogoče odpreti zaslona: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Možnosti GTK+" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Pokaži možnosti GTK+" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Po_veži" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Poveži _anonimno" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Poveži kot u_porabnik:" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Uporabniško ime:" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domena:" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Geslo:" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Nemudoma pozabi geslo" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Zapomni si geslo do _odjave" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Trajno si zapomni" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Stran %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Ni veljavna datoteka nastavitev strani" @@ -2304,11 +2316,11 @@ msgstr "Ni veljavna datoteka nastavitev strani" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2316,15 +2328,15 @@ msgstr "" "Katerikoli tiskalnik\n" "za prenosljive dokumente" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "palec" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2339,88 +2351,88 @@ msgstr "" " Zgoraj: %s %s\n" " Spodaj: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Upravljanje poljubnih velikosti ..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Vrsta za:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Velikost papirja:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Usmerjenost:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Nastavitev strani" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Robovi pri tiskalniku ..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Poljubna velikost %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Upravljanje poljubnih velikosti" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "Š_irina:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Višina:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Velikost papirja" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Zgoraj:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Spodaj:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Levo:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Desno:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Robovi papirja" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Po poti navzgor" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Po poti navzdol" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Koren datotečnega sistema" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Ni na voljo" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "_Shrani v mapo:" @@ -2428,181 +2440,176 @@ msgstr "_Shrani v mapo:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s - opravilo #%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Začetno stanje" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Priprava na tiskanje" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Ustvarjanje podatkov" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Pošiljanje podatkov" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Čakanje" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Zaustavljen zaradi napake" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Tiskanje" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Končano" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Končano z napako" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Pripravljanje %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "Pripravljanje" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Tiskanje %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "Napaka med pripravo predogleda tiskanja" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "Najverjetneje začasne datoteke ni bilo mogoče ustvariti." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Napaka pri zaganjanju predogleda" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Napaka pri tiskanju" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Program" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Nepriključen tiskalnik" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Brez papirja" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Premor" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Potrebno posredovanje uporabnika" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Poljubna velikost" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Ni mogoče najti tiskalnika" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Neveljaven argument za CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Napaka iz StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Ni dovolj prostega pomnilnika" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Neveljaven argument za PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Neveljaven kazalec (pointer) za PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Neveljavna ročica za PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Nedoločena napaka" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Tiskalnik" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Mesto" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Stanje" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Območje" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Vse strani" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "_Trenutna stran" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Strani:" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2610,125 +2617,124 @@ msgstr "" "Določite enega ali več obsegov strani,\n" " npr. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "_Strani:" +msgstr "Strani" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopije" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Kopi_je" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Zberi" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Obrnjeno" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Splošno" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Vrstni red strani" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Z leve proti desni" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Z desne proti levi" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Postavitev" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "D_vostransko:" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Strani na _stran:" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Vrstni _red strani:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Samo natisni" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Vsi listi" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Sodi listi" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Lihi listi" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "L_estvica:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papir" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "V_rsta papirja" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Vir papirja:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Izhodni p_ladenj:" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Podrobnosti o opravilu" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pr_ioriteta:" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Podatki o fakturiranju:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Natisni dokument" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Zdaj" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "N_a:" @@ -2736,7 +2742,7 @@ msgstr "N_a:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2744,117 +2750,117 @@ msgstr "" "Določitev čas tiskanja,\n" "na primer: 15.30, 14:15:20 ..." -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "Čas tiskanja" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Na č_akanju" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Zadrži opravilo, dokler ni popolnoma končano" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Dodaj naslovno stran" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "P_rej:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "P_otem:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Posel" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Napredno" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Kvaliteta slike" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Barva" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Zaključevanje" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Nekatere nastavitve v pogovornem oknu si nasprotujejo" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Natisni" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Ni mogoče najti vstavljene datoteke: \"%s\"" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Ni mogoče najti datoteke s sliko v poti pixmap_path: \"%s\"" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Ta funkcija ni implementirana za gradnike razreda '%s'" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Izberite, katere vrste dokumentov so prikazane" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Noben predmet za URI '%s' ni bil najden" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Neimenovani filter" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Ni mogoče odstraniti predmeta" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Ni mogoče počistiti seznama" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Kopiraj _mesto" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Odstrani iz seznama" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "Počisti _seznam" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Prikaži _zasebne vire" @@ -2868,21 +2874,21 @@ msgstr "Prikaži _zasebne vire" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Noben predmet ni bil najden" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Nobenih nedavno uporabljenih virov ni najdenih z URI '%s'" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Odpri '%s'" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Neznan predmet" @@ -2891,7 +2897,7 @@ msgstr "Neznan predmet" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2900,37 +2906,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Ni mogoče najti predmeta z URI '%s'" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Podrobnosti" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Opozorilo" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Napaka" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Vprašanje" @@ -2938,698 +2944,698 @@ msgstr "Vprašanje" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_O Programu" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Dodaj" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Uporabi" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Krepko" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Prekliči" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-Rom" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Počisti" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Zapri" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "_Poveži" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "P_retvori" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Kopiraj" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "I_zreži" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Zbriši" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Zavrzi" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Prekini povezavo" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Izvedi" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Uredi" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Poišči" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Poišči in _zamenjaj" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Disketa" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Celozaslonski način" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Zapusti celozaslonski način" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Spodaj" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "Prva" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Zadnja" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Zgoraj" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Nazaj" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Dol" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Naprej" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Gor" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Trdi disk" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Pomoč" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Domov" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Povečaj zamik" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Zmanjšaj zamik" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Kazalo" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Podrobnosti" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Ležeče" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Skoči na" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Sredina" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Zapolni" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Levo" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Desno" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Naprej" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Naslednja" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "P_remor" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Predvajaj" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "_Predhodno" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Snemanje" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "Pre_vij nazaj" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "U_stavi" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Omrežje" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Novo" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Ne" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_V redu" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Odpri" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Ležeče" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Pokončno" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Obrnjeno ležeče" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Obrnjeno pokončno" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Nastavitev s_trani" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Prilepi" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Nastavitve" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Natisni" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "P_redogled tiskanja" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Lastnosti" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Končaj" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Ponovi" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Osveži" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Odstrani" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Povrni" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Shrani" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Shrani _kot" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Izberi _vse" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Barva" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Pisava" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Naraščujoč" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Padajoče" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_Črkovanje" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "U_stavi" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "Prečr_tano" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "Pov_rni" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Podčrtano" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Razveljavi" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Da" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Običajna velikost" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "_Prilagojeno" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "Po_večaj" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "Po_manjšaj" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Neznana napaka pri poskusu deserializacije %s" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Nobene deserializacijska funkcija ni bila najdena za vrsto %s" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "Tako \"id\" kot \"name\" sta bila najdena v elementu <%s>" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "Atribut \"%s\" je bil v elementu <%s> najden dvakrat" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "Element <%s> ima neveljavno ID \"%s\"" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "Element <%s> nima niti atributa \"name\" niti \"id\"" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "Atribut \"%s\" je bil v enakem elementu <%s> ponovljen dvakrat" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "Atribut \"%s\" je v tem kontekstu v elementu <%s> neveljaven" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Oznaka (tag) \"%s\" ni določena." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "" "Najdena je bila anonimna oznaka (tag) in oznake ne morejo biti ustvarjene." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "" "Oznaka (tag) \"%s\" ne obstaja v medpomnilniku in oznake ne morejo biti " "ustvarjene." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Element <%s> ni dovoljen pod <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" ni veljavna vrsta atributa" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" ni veljavno ime atributa" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "" "\"%s\" ne more biti pretvorjen v vrednost vrste \"%s\" za atribut \"%s\"" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" ni veljavna vrednost za atribut \"%s\"" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Oznaka (tag) \"%s\" je že določena." -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Oznaka (tag) \"%s\" ima neveljavno prioriteto \"%s\"" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "" "Najbolj zunanji element v besedilu mora biti in ne <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Element <%s> je že podan" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Element se ne more pojaviti pred elementom " -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Serializacijski podatki so nepravilni" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Serializacijski podatki so nepravilni. Prvi odsek ni GTKTEXTBUFFERCONTENTS-" "0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM _Leva-proti-desni oznaka" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM _Desna-proti-levi oznaka" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE _Leva-proti-desni _vgradnja" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE Desna-proti-levi v_gradnja" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO Leva-proti-desni _prepis" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO Desna-proti-levi p_repis" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF _Odprto usmerjeno oblikovanje" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS Presledek _nične dolžine" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ _Združevalec nične širine" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ _Nezdruževalec nične širine" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Ni mogoče najti pogona tem v poti module_path: \"%s\"," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Ni namiga ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Nepričakovana začetna oznaka (start tag) '%s' v vrstici %d, znak %d" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Nepričakovani znakovni podatki v vrstici %d, znak %d" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Prazno" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Glasnost" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Poveča in pomanjša jakost" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Prilagajanje glasnosti" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Tišje" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Po_manjšaj glasnost" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Glasneje" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Po_večaj glasnost" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Nemo" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Polna jakost" @@ -3638,929 +3644,929 @@ msgstr "Polna jakost" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Ekstra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Ekstra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Ekstra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6-C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Ovojnica DL" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Ovojnica Choukei 2" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Ovojnica Choukei 2" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Ovojnica Choukei 2" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (dopisnica)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Ovojnica kahu" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Ovojnica kaku2" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (dopisnica za odgovor)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Ovojnica you4" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10×15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5×7" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Ovojnica 6x9" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Ovojnica 7x9" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Ovojnica 9x11" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Ovojnica A2" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Ovojnica C5" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "Evropski edp" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Administrativna ovojnica" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold Evropski" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold Ameriški" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold Namško" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Pravno vladno pismo" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Vladno pismo" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Indeks 3x5" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Indeks 4x6 (dopisnica)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Indeks 4x6 ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Indeks 5×8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Račun" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "Pisemska ovojnica US Legal" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "Pisemska ovojnica US Legal" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "Pisemska ovojnica US" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "Pisemska ovojnica US Extra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "Pisemska ovojnica US Plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Ovojnica Monarch" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Ovojnica #10" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Ovojnica #11" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Ovojnica #12" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Ovojnica #14" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Ovojnica" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Osebna ovojnica" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Široki format" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Ovojnica za vabila" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Italijanska ovojnica" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Ovojnica Postfix" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Majhna fotografija" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Ovojnica prc1" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Ovojnica prc10" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Ovojnica prc2" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Ovojnica prc3" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Ovojnica prc4" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Ovojnica prc5" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Ovojnica prc6" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Ovojnica prc7" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Ovojnica prc8" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "" "različni ipodatki (idatas) so bili najdeni za simbolno povezana '%s' in '%" "s'\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Pisanje glave ni uspelo\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Pisanje razpršene razpredelnice (hash table) ni uspelo\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Pisanje kazala mape ni uspelo\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Ponovno pisanje glave ni uspelo\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Ni mogoče odpreti datoteke %s : %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Pisanje predpomnilniške datoteke ni uspelo: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Ustvarjeni medpomnilnik je neveljaven.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Ni mogoče preimenovati %s v %s: %s, odstranjevanje %s.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Ni mogoče preimenovati %s v %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Ni mogoče preimenovati %s nazaj v %s: %s\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Predpomnilniška datoteka je bila uspešno ustvarjena.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Prepiši obstoječi predpomnilnik, tudi če je posodobljen" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Ne preveri obstoja index.theme" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Ne vstavi slikovnih podatkov v predpomnilnik" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Izpiši glavo datoteke C" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Izključi zgovoren izhod" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Preveri veljavnost obstoječega medpomnilnika ikon" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Datoteke ni mogoče najti: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Ni veljaven medpomnilnik ikon: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Ni seznamske datoteke teme." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4571,271 +4577,271 @@ msgstr "" "theme-index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "amharični (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Sedij" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "cirilični" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "inuktitski (prečrkovano)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "večnatisljivi" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "tajsko-laoški" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "tigrigniško-eritrejski (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "tigrigniško-etiopski (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "vietnamski (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "Vnosni način X" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Tiskalnik '%s' ima skoraj prazen toner." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "V tiskalniku '%s' je prazen toner." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "Tiskalnik '%s' ima le še malo razvijalca." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Tiskalnik '%s' je brez razvijalca." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "V tiskalniku '%s' je skoraj prazna vsaj ena posoda z barvo." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "V tiskalniku '%s' je prazna vsaj ena posoda z barvo." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "Tiskalnik '%s' ima odprt pokrov." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "Tiskalnik '%s' ima odprta vratca." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "V tiskalniku '%s' je le še malo papirja." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Tiskalnik '%s' je brez papirja." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Tiskalnik '%s' trenutno ni povezan." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Tiskalnik '%s' morda ni ustrezno priklopljen." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Prišlo je do napake na tiskalniku '%s'." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Zaustavljeno; zavračanje opravil" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Zavračanje opravil" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Dvostransko" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Vrsta papirja" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Izvor papirja" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Pladenj za papir" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Ločljivost" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "Predfiltriranje Ghostscript pisave" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Enostransko" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Dolga stranica (standardno)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Kratka stranica (obrnjeno)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Samodejno izberi" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Privzeto za tiskalnik" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Samo vključene GhostScript pisave" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Pretvori v PS ravni 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Pretvori v PS ravni 2" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Brez predfiltriranja" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Različno" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Nujno" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Visoka" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Srednja" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Nizka" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Z leve proti desni, od zgoraj navzdol" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Z leve proti desni, od spodaj navzgor" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Z desne proti levi, od zgoraj navzdol" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Z desne proti levi, od spodaj navzgor" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Od zgoraj navzdol, od leve proti desni" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Od zgoraj navzdol, od desne proti levi" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Od spodaj navzgor, od leve proti desni" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Od spodaj navzgor, od desne proti levi" @@ -4843,66 +4849,66 @@ msgstr "Od spodaj navzgor, od desne proti levi" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Strani na list" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Prednost opravila" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Podatki plačila" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Noben" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Omejeno" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Zaupno" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Skrivno" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Standardno" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Najstrožja skrivnost" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Neomejeno" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Pred" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Po" @@ -4910,14 +4916,14 @@ msgstr "Po" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Natisni" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Tiskaj ob času" @@ -4925,65 +4931,65 @@ msgstr "Tiskaj ob času" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Po meri %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "izhod.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Natisni v datoteko" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "PostScript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Strani na _list:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Datoteka" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "_Izhodni format" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Tiskaj preko LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Strani na list" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Ukazna vrstica" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "preizkusni-izhod.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Natisni na preizkusnem tiskalniku" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Ni mogoče dobiti podatkov o datoteki '%s': %s" From 28a6068eb9bb748c49e8c1efde7cb881e46e02f5 Mon Sep 17 00:00:00 2001 From: Vladimir Melo Date: Wed, 22 Apr 2009 20:49:58 -0300 Subject: [PATCH 095/190] Updated Brazilian Portuguese translation. --- po/pt_BR.po | 2089 ++++++++++++++++++++++++++------------------------- 1 file changed, 1049 insertions(+), 1040 deletions(-) diff --git a/po/pt_BR.po b/po/pt_BR.po index 6d3a5a81a0..f780193748 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -12,13 +12,16 @@ # Fábio Nogueira , 2008. # Leonardo Ferreira Fontenelle , 2006-2008, 2009. # Jonh Wendell , 2009. +# Vladimir Melo , 2009. +# msgid "" msgstr "" "Project-Id-Version: gtk+\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-02-11 12:18-0300\n" -"Last-Translator: Jonh Wendell \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" +"+&component=general\n" +"POT-Creation-Date: 2009-04-18 19:18+0000\n" +"PO-Revision-Date: 2009-04-19 10:10-0300\n" +"Last-Translator: Vladimir Melo \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,58 +29,58 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Virtaal 0.2\n" -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Erro analisando a opção --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Erro analisando a opção --gdk-no-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Classe do programa como utilizada pelo gerenciador de janelas" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "CLASSE" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Nome do programa como utilizado pelo gerenciador de janelas" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "NOME" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "Monitor do X a ser utilizado" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "MONITOR" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "Tela X a ser utilizada" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "TELA" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Opções de depuração do Gdk a serem ativadas" @@ -85,214 +88,214 @@ msgstr "Opções de depuração do Gdk a serem ativadas" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "FLAGS" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Opções de depuração do Gdk a serem desativadas" -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "BackSpace" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tab" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Enter" -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Scroll_Lock" -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Escape" -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_key" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Esquerda" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Acima" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Direita" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Abaixo" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page_Up" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page_Down" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" # Print Screen? -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Print" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insert" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "Espaço" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "Tab" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "Enter" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "Home" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "Esquerda" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "Acima" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "Direita" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "Abaixo" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "Page_Up" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "Anterior" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "Page_Down" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "Próxima" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "End" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "Begin" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "Insert" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "Delete" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Delete" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Falha ao abrir o arquivo \"%s\": %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "O arquivo de imagem \"%s\" não contém dados" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -300,7 +303,7 @@ msgstr "" "Falha ao carregar a imagem \"%s\": razão desconhecida, provavelmente um " "arquivo de imagem corrompido" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -309,12 +312,12 @@ msgstr "" "Falha ao carregar a animação \"%s\": razão desconhecida, provavelmente um " "arquivo de animação corrompido" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Não foi possível carregar o módulo de carregamento de imagens: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -323,55 +326,55 @@ msgstr "" "O módulo de carregamento de imagens %s não exporta a interface apropriada; " "talvez ele seja de uma versão diferente do GTK?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Não há suporte para imagens do tipo \"%s\"" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "" "Não foi possível reconhecer o formato de arquivo de imagem do arquivo \"%s\"" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Formato de arquivo de imagem não reconhecido" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Falha ao carregar a imagem \"%s\": %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Erro ao gravar no arquivo de imagem: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "" "Essa compilação do gdk-pixbuf não dá suporte a salvar o formato de imagem: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Memória insuficiente para salvar a imagem para retorno de chamada" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Falha ao abrir arquivo temporário" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Falha ao ler de arquivo temporário" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Falha ao abrir \"%s\" para escrita: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -380,15 +383,15 @@ msgstr "" "Falha ao fechar \"%s\" ao gravar a imagem, os dados podem não ter sido " "salvos: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Memória insuficiente para salvar a imagem em um buffer" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Erro ao gravar para o fluxo de imagem" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -397,144 +400,149 @@ msgstr "" "Erro interno: O módulo carregador de imagens \"%s\" falhou em completar uma " "operação, mas não deu uma razão para essa falha" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Não há suporte para carregamento incremental do tipo de imagem \"%s\"" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Cabeçalho da imagem corrompido" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Formato de imagem desconhecido" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Dados de pixel da imagem corrompidos" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "falha ao alocar buffer de imagem de %u byte" msgstr[1] "falha ao alocar buffer de imagem de %u bytes" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Pedaço de ícone inesperado na animação" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Tipo de animação não suportado" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Cabeçalho inválido na animação" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Memória insuficiente para carregar a animação" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Pedaço malformado na animação" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "Formato de imagem ANI" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "A imagem BMP tem dados de cabeçalho incorretos" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Memória insuficiente para carregar imagem bitmap" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "A imagem BMP possui um tamanho de cabeçalho não suportado" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Imagens BMP topdown não podem ser compactadas" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Fim de arquivo prematuro encontrado" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Não foi possível alocar memória para salvar o arquivo BMP" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Não foi possível gravar no arquivo BMP" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "Formato de imagem BMP" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Falha ao ler o GIF: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "" "Havia dados faltando no arquivo GIF (talvez ele tenha sido truncado de " "alguma forma?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Erro interno no carregador de GIF (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Estouro de pilha" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "O carregador de imagem GIF não consegue entender essa imagem." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Código inválido encontrado" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Entrada de tabela circular no arquivo GIF" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Memória insuficiente para carregar o arquivo GIF" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Memória insuficiente para compor um quadro no arquivo GIF" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "A imagem GIF está corrompida (compactação LZW incorreta)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "O arquivo não parece ser um GIF" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "Não há suporte para a versão %s do formato de arquivos GIF" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -542,112 +550,114 @@ msgstr "" "A imagem GIF não tem um mapa de cores global, e um quadro dentro dela não " "tem um mapa de cores local." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "A imagem GIF estava truncada ou incompleta." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "Formato de imagem GIF" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Cabeçalho inválido no ícone" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Memória insuficiente para carregar o ícone" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "O ícone tem largura zero" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "O ícone tem altura zero" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Não há suporte para ícones compactados" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Tipo de ícone não suportado" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Memória insuficiente para carregar o arquivo ICO" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Imagem grande demais para ser salva como ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Zona de ação do cursor fora da imagem" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Profundidade não suportada para arquivo ICO: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "Formato de imagem ICO" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Erro ao ler imagem ICNS: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Não foi possível decodificar arquivo ICNS" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "Formato de imagem ICNS" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Não foi possível alocar memória para o fluxo" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Não foi possível decodificar imagem" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Imagem JPEG2000 transformada tem altura ou largura igual a zero" -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Tipo de imagem não suportada atualmente" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Não foi possível alocar memória para o perfil de cores" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Memória insuficiente para abrir o arquivo JPEG 2000" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Não foi possível alocar memória para o buffer de dados de imagem" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Formato de imagem JPEG 2000" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Erro ao interpretar o arquivo de imagem JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -655,21 +665,21 @@ msgstr "" "Memória insuficiente para carregar a imagem, tente encerrar alguns " "aplicativos para liberar memória" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Espaço de cores JPEG não suportado (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Não foi possível alocar memória para carregar o arquivo JPEG" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Imagem JPEG transformada tem altura ou largura igual a zero." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -678,7 +688,7 @@ msgstr "" "A qualidade do JPEG deve ser um valor entre 0 e 100; não foi possível " "analisar o valor \"%s\"." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -686,86 +696,86 @@ msgstr "" "A qualidade do JPEG deve ser um valor entre 0 e 100; o valor \"%d\" não é " "permitido." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Formato de imagem JPEG" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Não foi possível alocar memória para o cabeçalho" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Não foi possível alocar memória para o buffer de contexto" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "A imagem tem altura e/ou largura inválidas" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "A imagem possui um número de bits-por-pixel (bpp) não suportado" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "A imagem tem um número não suportado de planos de %d bits" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Não foi possível criar um novo pixbuf" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Não foi possível alocar memória para dados de linhas" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Não foi possível alocar memória para dados em paletas" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Não foram obtidas todas as linhas da imagem PCX" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Nenhuma paleta localizada ao final dos dados PCX" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "Formato de imagem PCX" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Número de bits por canal da imagem PNG inválido." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Imagem PNG transformada tem altura ou largura igual a zero." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Número de bits por canal do PNG transformado não é 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "O PNG transformado não é RGB nem RGBA." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "O PNG transformado tem um número de canais não suportado, deve ser 3 ou 4." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Erro fatal no arquivo de imagem PNG: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Memória insuficiente para carregar o arquivo PNG" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -774,27 +784,27 @@ msgstr "" "Memória insuficiente para armazenar uma imagem de %ld por %ld; tente sair de " "alguns aplicativos para reduzir o uso de memória" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Erro fatal ao ler o arquivo de imagem PNG" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Erro fatal ao ler o arquivo de imagem PNG: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Chaves para blocos de texto PNG devem ter pelo menos 1 e no máximo 79 " "caracteres." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "Chaves para blocos de texto PNG devem ser caracteres ASCII." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -803,7 +813,7 @@ msgstr "" "O nível de compressão do PNG deve ser um valor entre 0 e 9; não foi possível " "analisar o valor \"%s\"." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -812,421 +822,425 @@ msgstr "" "O nível de compressão do PNG precisa ser um valor entre 0 e 9; o valor \"%d" "\" não é permitido." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "O valor para blocos de texto PNG %s não pode ser convertido para a " "codificação ISO-8859-1." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "Formato de imagem PNG" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "O carregador PNM esperava localizar um inteiro, mas não localizou" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "O arquivo PNM tem um byte inicial incorreto" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "O arquivo PNM não está num sub-formato PNM reconhecido" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "O arquivo PNM tem uma imagem de largura 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "O arquivo PNM tem uma imagem de altura 0" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "O valor máximo de cor do arquivo PNM é 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "O valor máximo de cor do arquivo PNM é grande demais" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "O tipo de imagem PNM bruta é inválido" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "O carregador de imagens PNM dá suporte a esse sub-formato PNM" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "Formatos de PNM brutos requerem exatamente um espaço em branco antes dos " "dados de amostra" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Não foi possível alocar memória para carregar a imagem PNM" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Memória insuficiente para carregar a estrutura de contexto do PNM" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Fim inesperado dos dados da imagem PNM" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Memória insuficiente para carregar o arquivo PNM" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "Família de formatos de imagem PNM/PBM/PGM/PPM" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "A imagem RAS tem dados de cabeçalho incorretos" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "A imagem RAS tem tipo desconhecido" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "variação de imagem RAS não suportado" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Memória insuficiente para carregar a imagem RAS" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Formato de imagem raster Sun" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Não foi possível alocar memória para a estrutura IOBuffer" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Não foi possível alocar memória para os dados de IOBuffer" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Não foi possível realocar os dados de IOBuffer" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Não foi possível alocar os dados de IOBuffer temporários" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Não foi possível alocar novo pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Não foi possível alocar estrutura do mapa de cores" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Não foi possível alocar entradas do mapa de cores" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Profundidade de bits inesperada para as entradas do mapa de cores" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Não foi possível alocar a memória do cabeçalho TGA" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "A imagem TGA tem dimensões inválidas" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "Sem suporte para imagem do tipo TGA" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Não foi possível alocar memória para a estrutura de contexto TGA" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Excesso de dados no arquivo" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Formato de imagem Targa" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Não foi possível obter a largura da imagem (arquivo TIFF inválido)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Não foi possível obter a altura da imagem (arquivo TIFF inválido)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "A largura ou a altura da imagem TIFF é zero" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "As dimensões da imagem TIFF são grandes demais" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Memória insuficiente para abrir o arquivo TIFF" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Falha ao carregar os dados RGB do arquivo TIFF" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Falha ao abrir a imagem TIFF" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "Falha na operação TIFFClose" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Falha ao carregar a imagem TIFF" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Falha ao salvar a imagem TIFF" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Falha ao gravar dados TIFF" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Não foi possível gravar no arquivo TIFF" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "Formato de imagem TIFF" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "A imagem tem largura zero" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "A imagem tem altura zero" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Memória insuficiente para carregar a imagem" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Não foi possível salvar o restante" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "Formato de imagem WBMP" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Arquivo XBM inválido" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Memória insuficiente para carregar o arquivo de imagem XBM" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "Falha ao gravar no arquivo temporário ao carregar a imagem XBM" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "Formato de imagem XBM" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Não foi localizado o cabeçalho XPM" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Cabeçalho XPM inválido" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "O arquivo XPM tem uma largura de imagem <= 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "O arquivo XPM tem uma altura de imagem <= 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "O XPM tem um número inválido de caracteres por pixel" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "O arquivo XPM tem um número de cores inválido" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Não foi possível alocar memória para carregar a imagem XPM" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Não foi possível ler o mapa de cores XPM" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "Falha ao gravar o arquivo temporário ao carregar a imagem XPM" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "O formato de imagem XPM" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "Formato de imagem EMF" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Não foi possível alocar memória: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Não foi possível criar fluxo: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Não foi possível percorrer fluxo: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Não foi possível ler do fluxo: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Não foi possível carregar bitmap" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Não foi possível carregar metarquivo" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Formato de imagem não suportado para GDI+" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Não foi possível salvar" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "Formato de imagem WMF" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Não acumula requisições GDI" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Não utiliza o Wintab API para suporte de tablet" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "O mesmo que --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Utiliza o Wintab API [padrão]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Tamanho da paleta no modo de 8 bits" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "CORES" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Torna síncronas as chamadas do X" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Iniciando %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Abrindo %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "Abrindo %d item" msgstr[1] "Abrindo %d itens" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licença" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "A licença do programa" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Créditos" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licença" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Sobre o %s" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Créditos" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Escrito por" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documentado por" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Traduzido por" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Arte por" @@ -1235,7 +1249,7 @@ msgstr "Arte por" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1245,7 +1259,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1255,7 +1269,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1265,7 +1279,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1275,7 +1289,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1285,39 +1299,39 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Espaço" # Espaços são permitidos? # Acelerador é usado? -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Barra invertida" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "Função de tipo inválida: \"%s\"" +msgstr "Função de tipo inválida na linha %d: \"%s\"" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "Id de objeto \"%s\" duplicado na linha %d (anteriormente na linha %d)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Elemento raiz inválido: \"%s\"" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Marca não manipulada: \"%s\"" @@ -1331,7 +1345,7 @@ msgstr "Marca não manipulada: \"%s\"" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1339,7 +1353,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:0" @@ -1348,7 +1362,7 @@ msgstr "calendar:week_start:0" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1363,7 +1377,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1379,7 +1393,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1395,7 +1409,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1403,7 +1417,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Desabilitado" @@ -1412,25 +1426,25 @@ msgstr "Desabilitado" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Novo acelerador..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d%%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Escolha uma cor" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Dados de cor inválidos recebidos\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1438,7 +1452,7 @@ msgstr "" "Selecione a cor que você deseja a partir do anel externo. Selecione a " "luminosidade dessa cor utilizando o triângulo interno." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1446,67 +1460,67 @@ msgstr "" "Clique no conta-gotas, depois clique numa cor em qualquer ponto da tela para " "selecioná-la." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Matiz:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Posição da roda de cores." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Saturação:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "\"Profundidade\" da cor." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Valor:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Brilho da cor." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "V_ermelho:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Quantidade de luz vermelha na cor." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "Ve_rde:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Quantidade de luz verde na cor." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Azul:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Quantidade de luz azul na cor." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "Op_acidade:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Transparência da cor." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "_Nome da cor:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1515,15 +1529,15 @@ msgstr "" "HTML, ou simplesmente um nome de cor tal como \"orange\" (laranja) nesta " "entrada." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Paleta:" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Roda de cores" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1534,7 +1548,7 @@ msgstr "" "ou selecionar esta cor como sendo a atual arrastando-a sobre a outra cor ao " "lado." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1542,11 +1556,11 @@ msgstr "" "A cor que você escolheu. Você pode arrastar esta cor para uma entrada da " "paleta para utilizá-la no futuro." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Salvar cor aqui" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1555,55 +1569,55 @@ msgstr "" "entrada, arraste uma cor até aqui ou clique com o botão direito sobre a cor " "e selecione a opção \"Salvar cor aqui.\"" -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Seleção de cor" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Métodos de entrada" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Inserir caractere de controle Unicode" -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "A tecla Caps Lock está ativa" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Selecione um arquivo" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Desktop" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Nenhum)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Outra..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Não foi possível obter informações sobre o arquivo" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Não foi possível adicionar um marcador" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Não foi possível remover o marcador" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Não foi possível criar a pasta" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1612,11 +1626,11 @@ msgstr "" "Tente usar um nome diferente para a pasta, ou renomeie o arquivo já " "existente antes." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Nome de arquivo inválido" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Não foi possível exibir o conteúdo da pasta" @@ -1624,174 +1638,174 @@ msgstr "Não foi possível exibir o conteúdo da pasta" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s em %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Pesquisar" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Usado recentemente" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Seleciona quais tipos de arquivos são mostrados" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Adiciona a pasta \"%s\" aos marcadores" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Adiciona a pasta atual aos marcadores" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Adiciona as pastas selecionadas aos marcadores" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Remove o marcador \"%s\"" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Remover" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Renomear..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Locais" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Locais" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Adicionar" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Adiciona a pasta selecionada aos Marcadores" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Remover" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Remove o marcador selecionado" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Não foi possível selecionar arquivo" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Adicionar aos marcadores" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Mostrar arquivos _ocultos" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Mostrar coluna _Tamanho" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Arquivos" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Nome" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Tamanho" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Modificado" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Nome:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_Navegar em outras pastas" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Digite um nome de arquivo" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Criar _pasta" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "Locali_zação:" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Salvar na _pasta:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Criar na _pasta:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Não foi possível ir para a pasta porque ela não é local" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "O atalho %s já existe" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "O atalho %s não existe" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Um arquivo com o nome \"%s\" já existe. Você deseja substituí-lo?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "" "O arquivo já existe em \"%s\". Substituí-lo irá sobrescrever seu conteúdo." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "Substitui_r" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Não foi possível iniciar o processo de pesquisa" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1799,54 +1813,54 @@ msgstr "" "Não foi possível estabelecer uma conexão com o serviço indexador. Por favor, " "certifique-se de que o serviço está em execução." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Não foi possível enviar o pedido de pesquisa" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Pesquisar:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Não foi possível montar %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Digite o nome da nova pasta" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Desconhecido" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Ontem às %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Caminho inválido" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Nada encontrado" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Conclusão exclusiva" @@ -1854,13 +1868,13 @@ msgstr "Conclusão exclusiva" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Concluído, mas não é o único" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Completando..." @@ -1868,7 +1882,7 @@ msgstr "Completando..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Somente arquivos locais podem ser selecionados" @@ -1876,41 +1890,41 @@ msgstr "Somente arquivos locais podem ser selecionados" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "O nome da máquina está incompleto; ele deve terminar com '/'" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "O caminho não existe" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Erro ao criar a pasta \"%s\": %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Pastas" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "Pas_tas" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Arquivos" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Pasta ilegível: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1921,19 +1935,19 @@ msgstr "" "estar disponível para esta aplicação.\n" "Você tem certeza de que deseja selecioná-lo?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Nova pasta" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "E_xcluir arquivo" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Renomear arquivo" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" @@ -1941,72 +1955,72 @@ msgstr "" "O nome de pasta \"%s\" contém símbolos que não são permitidos em nomes de " "arquivos" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Nova pasta" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "Nome da _pasta:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "C_riar" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "O nome de arquivo \"%s\" contém símbolos que não são permitidos em nomes de " "arquivos" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Erro ao excluir o arquivo \"%s\": %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Você realmente deseja excluir o arquivo \"%s\"?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Excluir arquivo" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Erro ao renomear o arquivo para \"%s\": %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Erro ao renomear o arquivo \"%s\": %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Erro ao renomear o arquivo \"%s\" para \"%s\": %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Renomear arquivo" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Renomear o arquivo \"%s\" para:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Renomear" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Seleção: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2015,15 +2029,15 @@ msgstr "" "O nome de arquivo \"%s\" não pôde ser convertido para UTF-8 (tente definir a " "variável de ambiente G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 inválido" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nome muito extenso" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Não foi possível converter o nome do arquivo" @@ -2032,75 +2046,75 @@ msgstr "Não foi possível converter o nome do arquivo" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Sistema de arquivos" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Não foi possível obter a pasta raiz" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Vazio)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Selecione uma fonte" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Fonte" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcdefghijk ABCDEFGHIJK" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Família:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Estilo:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Tamanho:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Visualizar:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Seleção de fonte" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Valor _gamma" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Erro ao carregar o ícone: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2113,139 +2127,139 @@ msgstr "" "Você pode obter uma cópia a partir de:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "O ícone \"%s\" não está presente no tema" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Falha ao carregar ícone" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Simples" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Sistema" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Sistema (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Entrada" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Não há dispositivos de entrada estendidos" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Dispositivo:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Desativado" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Tela" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Janela" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Modo:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Eixos" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Teclas" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Pressão:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "_Inclinação X:" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "I_nclinação Y:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Roda:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "nenhum" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(desativado)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(desconhecido)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Limpar" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Copiar URL" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "URI inválida" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Carrega módulos adicionais do GTK+" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MÓDULOS" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Torna todos os avisos fatais" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Opções de depuração do GTK+ a serem ativadas" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Opções de depuração do GTK+ a serem desativadas" @@ -2254,65 +2268,66 @@ msgstr "Opções de depuração do GTK+ a serem desativadas" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Não foi possível abrir a tela: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Opções do GTK+" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Mostra as opções do GTK+" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "C_onectar" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Conectar _anonimamente" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Conectar como u_suário:" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Usuário:" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domínio:" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Senha:" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Esquecer senha imediatamente" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Lembrar senha até o _fim dessa sessão" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Lembrar para sempre" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Página %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Não é um arquivo de configuração de página válido" @@ -2322,11 +2337,11 @@ msgstr "Não é um arquivo de configuração de página válido" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2334,15 +2349,15 @@ msgstr "" "Qualquer impressora\n" "Para documentos portáveis" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "polegada" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2357,90 +2372,90 @@ msgstr "" " Cima: %s %s\n" " Baixo: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Gerenciar tamanhos personalizados..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Formatar para:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "Tamanho do _papel:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientação:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Configurar página" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Margens para impressora..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Tamanho personalizado %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Gerenciar tamanhos personalizados" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Largura:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Altura:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Tamanho do papel" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "A_cima:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "A_baixo:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Esquerda:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Direita:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Margens do papel" # Lado de cima? para cima? -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Subir caminho" # Lado de baixo? para baixo? -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Descer caminho" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Raiz do sistema de arquivos" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Não disponível" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "_Salvar na pasta:" @@ -2448,181 +2463,176 @@ msgstr "_Salvar na pasta:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s tarefa #%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Estado inicial" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Preparando para imprimir" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Gerando dados" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Enviando dados" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Esperando" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Bloqueando na questão" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Imprimindo" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Concluído" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Concluído com erro" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Preparando %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "Preparando" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Imprimindo %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "Erro ao criar visualização de impressão" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "A razão mais provável é que um arquivo temporário não pôde ser criado." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Erro ao lançar visualização" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Erro ao imprimir" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplicativo" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Impressora desconectada" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Sem papel" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Pausado" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Precisa de intervenção do usuário" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Tamanho personalizado" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Nenhuma impressora localizada" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Argumento inválido para CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Erro de StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Memória livre insuficiente" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Argumento inválido para PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Ponteiro para PrintDlgEx inválido" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Manipulador para PrintDlgEx inválido" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Erro não especificado" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Impressora" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Localização" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Estado" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Intervalo" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Todas as páginas" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Página _atual" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Páginas:" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2630,125 +2640,124 @@ msgstr "" "Especificar um ou mais intervalos de páginas,\n" " ex.: 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "_Páginas:" +msgstr "Páginas" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Cópias" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Cópia_s:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Intercalar" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Inverte_r" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Geral" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Ordem das páginas" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Esquerda para direita" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Direita para esquerda" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Layout" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Frente e _verso:" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Página_s por lado:" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "O_rdem das páginas:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Apenas imprimir:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Todas as páginas" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Páginas pares" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Páginas ímpares" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Esc_ala:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papel" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tipo de papel:" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Origem do papel:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_Bandeja de saída:" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detalhes do trabalho" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oridade:" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Informações de _valores:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Imprimir documento" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Agora" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "À_s:" @@ -2756,7 +2765,7 @@ msgstr "À_s:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2764,117 +2773,117 @@ msgstr "" "Informe a hora da impressão,\n" "p. ex: 9:30, 15:10, 19:40:15" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "Tempo de impressão" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Em _espera" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Mantém a impressão em espera até ser explicitamente liberada" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Adicionar página de capa" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Antes:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Depois:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Trabalho" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avançado" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Qualidade da imagem" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Cor" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Concluindo" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Algumas configurações no diálogo de conflito" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Imprimir" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Não foi possível localizar o arquivo de include: \"%s\"" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Não foi possível encontrar o arquivo de imagem no pixmap_path: \"%s\"" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Esta função não está implementada para widgets da classe \"%s\"" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Selecione quais tipos de documentos são mostrados" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Nenhum item para o URI \"%s\" localizado" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Filtro sem nome" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Não foi possível remover o item" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Não foi possível limpar a lista" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Copiar _localização" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Remover da lista" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Limpar lista" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Mostrar recursos _privados" @@ -2888,21 +2897,21 @@ msgstr "Mostrar recursos _privados" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Nenhum item localizado" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Nenhum recurso recentemente usado localizado com o URI \"%s\"" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Abrir \"%s\"" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Item desconhecido" @@ -2911,7 +2920,7 @@ msgstr "Item desconhecido" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2920,37 +2929,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Não foi possível localizar um item com o URI \"%s\"" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Informações" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Aviso" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Erro" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Question" @@ -2958,112 +2967,112 @@ msgstr "Question" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_Sobre" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Adicione" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Aplicar" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Negrito" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Cancelar" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-ROM" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Limpar" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Fechar" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "C_onectar" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Converter" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Copiar" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "Recor_tar" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "E_xcluir" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Descartar" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Desconectar" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "E_xecutar" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Editar" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Localizar" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Localizar e _substituir" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Disquete" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Tela cheia" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Sair da tela cheia" @@ -3072,19 +3081,19 @@ msgstr "_Sair da tela cheia" # Traduzir de forma consistente com "_Top". # "_Fim"? #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Fundo" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Primeira" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "Últi_ma" @@ -3092,425 +3101,425 @@ msgstr "Últi_ma" # Traduzir de forma consistente com a tradução de _Bottom. # "_Início"? #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Topo" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Voltar" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "A_baixo" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Avançar" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "A_cima" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "Disco _rígido" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "Aj_uda" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Início" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Aumentar recuo" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Diminuir recuo" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "Índ_ice" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Informações" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Itálico" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Ir para" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Centralizado" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Justificado" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Esquerda" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Direita" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Avançar" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "Pró_ximo" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "_Pausar" # Antes era "_Tocar" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Reproduzir" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "A_nterior" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Gravar" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Voltar" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Parar" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Rede" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Novo" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Não" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_OK" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Abrir" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Paisagem" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Retrato" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Paisagem invertida" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Retrato invertido" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Config_urar página" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "C_olar" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Preferências" # Mudei de _Imprimir para Im_primir para combinar com Ctrl+P. -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "Im_primir" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "_Visualizar impressão" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Propriedades" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "Sai_r" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Refazer" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "Atualiza_r" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Remover" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Reverter" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Salvar" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Salvar _como" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Selecionar _tudo" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Cor" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Fonte" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Ascendente" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Descendente" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "Verificar _ortografia" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Pararu" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Tachado" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "Rec_uperar" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Sublinhar" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "Desfa_zer" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Sim" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "Tamanho _normal" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "_Melhor ajuste" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "_Ampliar" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "_Reduzir" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Ocorreu um erro desconhecido ao tentar desserializar %s" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Nenhuma função deserialize localizada para o formato %s" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "Tanto \"id\" quanto \"name\" foram localizados no elemento <%s>" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "O atributo \"%s\" foi repetido duas vezes no mesmo elemento <%s>" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "O elemento <%s> tem id \"%s\" inválida" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "O elemento <%s> não tem nem os elementos \"name\" ou \"id\"" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "O atributo \"%s\" foi repetido duas vezes no mesmo elemento <%s>" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "O atributo \"%s\" é inválido no elemento <%s> neste contexto" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "A tag \"%s\" não foi definida." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Tag anônima localizada e tags não podem ser criadas." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "A tag \"%s\" não existe no buffer e tags não podem ser criadas." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "O elemento <%s> não é permitido abaixo de <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" não é um tipo de atributo válido" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" não é um nome de atributo válido" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" @@ -3518,143 +3527,143 @@ msgstr "" "Não foi possível converter \"%s\" para um valor do tipo \"%s\" para o " "atributo \"%s\"" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" não é um valor válido para o atributo \"%s\"" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "A tag \"%s\" já foi definida" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "A tag \"%s\" tem prioridade \"%s\" inválida" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "O elemento mais externo no texto deve ser , não <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Um elemento <%s> já foi especificado" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Um elemento não pode ocorrer antes de um elemento " -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Os dados serializados estão mal formados" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Os dados serializados estão mal formados. A primeira seção não é " "GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM Marca da _esquerda para a direita" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM Marca da _direita para a esquerda" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE _Embutido da esquerda para a direita" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE E_mbutido da direita para a esquerda" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO _Sobrepor da esquerda para a direita" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO S_obrepor da direita para a esquerda" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "_PDF Mostrar formatação direcional" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "_ZWS Espaço de largura zero" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ _União de largura zero" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ _Não-união de largura zero" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "" "Não foi possível localizar a ferramenta de temas no module_path: \"%s\"," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Sem dica ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Tag de início \"%s\" inesperada na linha %d caractere %d" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Dados de caractere inesperados na linha %d caractere %d" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Vazio" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Volume" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Aumenta ou diminui o volume" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Ajusta o volume" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Diminuir volume" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Diminui o volume" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Aumentar volume" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Aumenta o volume" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Mudo" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Volume máximo" @@ -3663,928 +3672,928 @@ msgstr "Volume máximo" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 tab" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Envelope DL" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Envelope Choukei 2" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Envelope Choukei 3" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Envelope Choukei 4" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (cartão postal)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Envelope kahu" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Envelope kaku2" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (cartão postal de resposta)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Envelope you4" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Envelope 6x9" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Envelope 7x9" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Envelope 9x11" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Envelope a2" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Envelope c5" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "edp europeu" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executivo" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold europeu" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold alemão legal" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Governo (legal)" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Governo (carta)" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Índice 3x5" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Índice 4x6 (cartão postal)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Índice 4x6 ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Índice 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Invoice" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tablóide" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US legal" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US legal extra" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US carta" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US carta extra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US carta plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Envelope monarca" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Envelope 10" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Envelope 11" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Envelope 12" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Envelope 14" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Envelope 9" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Envelope pessoal" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Formato amplo" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Fólio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Fólio sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Envelope de convite" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Envelope italiano" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Envelope Postfix" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Foto pequena" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Envelope prc1" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Envelope prc10" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Envelope prc2" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Envelope prc3" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Envelope prc4" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Envelope prc5" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Envelope prc6" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Envelope prc7" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Envelope prc8" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "" "idatas diferentes localizados para \"%s\" e \"%s\" ligados simbolicamente\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Falha ao gravar cabeçalho\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Falha ao gravar tabela hash\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Falha ao gravar índice da pasta\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Falha ao regravar cabeçalho\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Falha ao abrir o arquivo \"%s\": %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Falha ao gravar arquivo de cache: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "O cache gerado era inválido.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Não foi possível renomear %s para %s: %s, então removendo %s.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Não foi possível renomear %s para %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Não foi possível renomear %s de volta para %s: %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Arquivo de criado com sucesso.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Sobrescrever um cache existente, mesmo que atualizado" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Não verificar a existência de index.theme" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Não incluir dados da imagem no cache" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Exibir um arquivo de cabeçalho C" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Desligar saída detalhada" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Validar o cache de ícones atual" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Arquivo não localizado: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Não é um cache de ícones válido: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Nenhum arquivo de índice de tema." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4595,277 +4604,277 @@ msgstr "" "index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amárico (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cedilha" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Cirílico (Transliterado)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inukitut (Transliterado)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Pressionamento múltiplo" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thailandês-Laosiano" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrínia-Eritreia (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrínia-Etiopiana (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamita (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "Método de entrada do X" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Impressora \"%s\" está com pouco toner." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Impressora \"%s\" está sem toner." # Photo developer = relevador, substância usada na revelação de fotografias #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "Impressora \"%s\" está com pouco revelador." # Photo developer = relevador, substância usada na revelação de fotografias #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Impressora \"%s\" está sem revelador." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "Impressora \"%s\" está com pouca tinta em pelo menos um cartucho." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Impressora \"%s\" está sem tinta em pelo menos um cartucho." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "A tampa da impressora \"%s\" está aberta." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "A porta da impressora \"%s\" está aberta." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Impressora \"%s\" está com pouco papel." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Impressora \"%s\" está sem papel." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Impressora \"%s\" está desligada." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Impressora \"%s\" pode estar desconectada." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Há um problema na impressora \"%s\"." # Esse parece ser um status da impressora #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Pausada ; Rejeitando trabalhos" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Rejeitando trabalhos" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Dois lados" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Tipo de papel" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Origem do papel" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Bandeja de saída" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Resolução" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "Pré-filtragem GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Um lado" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Virar na borda maior (padrão)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Virar na borda menor" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Selecionar automaticamente" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Padrão da impressora" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Somente para fontes GhostScript embutidas" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Converter para PS nível 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Converter para PS nível 2" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Sem pré-filtragem" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Outras opções" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Urgente" # prioridade de impressão -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Alta" # prioridade de impressão -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Média" # prioridade de impressão -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Baixa" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Esquerda para direita, cima para baixo" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Esquerda para direita, baixo para cima" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Direita para esquerda, cima para baixo" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Direita para esquerda, baixo para cima" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Cima para baixo, esquerda para direita" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Cima para baixo, direita para esquerda" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Baixo para cima, esquerda para direita" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Baixo para cima, direita para esquerda" @@ -4873,66 +4882,66 @@ msgstr "Baixo para cima, direita para esquerda" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Páginas por folha" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Prioridade do trabalho" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Informações de cobrança" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Nenhuma" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Classificado" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Confidencial" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Secreto" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Padrão" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Ultra secreto" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Não classificado" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Antes" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Depois" @@ -4940,14 +4949,14 @@ msgstr "Depois" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Imprimir em" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Imprimir na hora" @@ -4955,65 +4964,65 @@ msgstr "Imprimir na hora" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Personalizado (%sx%s)" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "saída.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Imprimir para arquivo" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "PostScript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Páginas por _folha:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Arquivo" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "Formato da _saída" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Imprimir para LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Páginas por folha" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Linha de comando" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "saída-teste.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Imprimir para testar impressora" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Não foi possível obter informações sobre o arquivo \"%s\": %s" From aa6045b13744e3a0f1766d8aaff6ce6046a9fa59 Mon Sep 17 00:00:00 2001 From: Vladimir Melo Date: Wed, 22 Apr 2009 20:52:02 -0300 Subject: [PATCH 096/190] Updated Brazilian Portuguese translation. --- po/pt_BR.po | 2089 ++++++++++++++++++++++++++------------------------- 1 file changed, 1049 insertions(+), 1040 deletions(-) diff --git a/po/pt_BR.po b/po/pt_BR.po index 6d3a5a81a0..f780193748 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -12,13 +12,16 @@ # Fábio Nogueira , 2008. # Leonardo Ferreira Fontenelle , 2006-2008, 2009. # Jonh Wendell , 2009. +# Vladimir Melo , 2009. +# msgid "" msgstr "" "Project-Id-Version: gtk+\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-02-11 12:18-0300\n" -"Last-Translator: Jonh Wendell \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" +"+&component=general\n" +"POT-Creation-Date: 2009-04-18 19:18+0000\n" +"PO-Revision-Date: 2009-04-19 10:10-0300\n" +"Last-Translator: Vladimir Melo \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,58 +29,58 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Virtaal 0.2\n" -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Erro analisando a opção --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Erro analisando a opção --gdk-no-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Classe do programa como utilizada pelo gerenciador de janelas" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "CLASSE" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Nome do programa como utilizado pelo gerenciador de janelas" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "NOME" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "Monitor do X a ser utilizado" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "MONITOR" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "Tela X a ser utilizada" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "TELA" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Opções de depuração do Gdk a serem ativadas" @@ -85,214 +88,214 @@ msgstr "Opções de depuração do Gdk a serem ativadas" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "FLAGS" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Opções de depuração do Gdk a serem desativadas" -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "BackSpace" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tab" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Enter" -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Scroll_Lock" -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Escape" -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_key" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Esquerda" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Acima" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Direita" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Abaixo" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page_Up" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page_Down" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" # Print Screen? -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Print" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insert" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "Espaço" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "Tab" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "Enter" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "Home" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "Esquerda" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "Acima" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "Direita" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "Abaixo" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "Page_Up" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "Anterior" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "Page_Down" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "Próxima" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "End" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "Begin" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "Insert" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "Delete" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Delete" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Falha ao abrir o arquivo \"%s\": %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "O arquivo de imagem \"%s\" não contém dados" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -300,7 +303,7 @@ msgstr "" "Falha ao carregar a imagem \"%s\": razão desconhecida, provavelmente um " "arquivo de imagem corrompido" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -309,12 +312,12 @@ msgstr "" "Falha ao carregar a animação \"%s\": razão desconhecida, provavelmente um " "arquivo de animação corrompido" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Não foi possível carregar o módulo de carregamento de imagens: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -323,55 +326,55 @@ msgstr "" "O módulo de carregamento de imagens %s não exporta a interface apropriada; " "talvez ele seja de uma versão diferente do GTK?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Não há suporte para imagens do tipo \"%s\"" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "" "Não foi possível reconhecer o formato de arquivo de imagem do arquivo \"%s\"" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Formato de arquivo de imagem não reconhecido" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Falha ao carregar a imagem \"%s\": %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Erro ao gravar no arquivo de imagem: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "" "Essa compilação do gdk-pixbuf não dá suporte a salvar o formato de imagem: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Memória insuficiente para salvar a imagem para retorno de chamada" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Falha ao abrir arquivo temporário" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Falha ao ler de arquivo temporário" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Falha ao abrir \"%s\" para escrita: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -380,15 +383,15 @@ msgstr "" "Falha ao fechar \"%s\" ao gravar a imagem, os dados podem não ter sido " "salvos: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Memória insuficiente para salvar a imagem em um buffer" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Erro ao gravar para o fluxo de imagem" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -397,144 +400,149 @@ msgstr "" "Erro interno: O módulo carregador de imagens \"%s\" falhou em completar uma " "operação, mas não deu uma razão para essa falha" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Não há suporte para carregamento incremental do tipo de imagem \"%s\"" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Cabeçalho da imagem corrompido" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Formato de imagem desconhecido" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Dados de pixel da imagem corrompidos" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "falha ao alocar buffer de imagem de %u byte" msgstr[1] "falha ao alocar buffer de imagem de %u bytes" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Pedaço de ícone inesperado na animação" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Tipo de animação não suportado" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Cabeçalho inválido na animação" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Memória insuficiente para carregar a animação" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Pedaço malformado na animação" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "Formato de imagem ANI" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "A imagem BMP tem dados de cabeçalho incorretos" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Memória insuficiente para carregar imagem bitmap" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "A imagem BMP possui um tamanho de cabeçalho não suportado" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Imagens BMP topdown não podem ser compactadas" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Fim de arquivo prematuro encontrado" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Não foi possível alocar memória para salvar o arquivo BMP" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Não foi possível gravar no arquivo BMP" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "Formato de imagem BMP" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Falha ao ler o GIF: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "" "Havia dados faltando no arquivo GIF (talvez ele tenha sido truncado de " "alguma forma?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Erro interno no carregador de GIF (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Estouro de pilha" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "O carregador de imagem GIF não consegue entender essa imagem." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Código inválido encontrado" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Entrada de tabela circular no arquivo GIF" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Memória insuficiente para carregar o arquivo GIF" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Memória insuficiente para compor um quadro no arquivo GIF" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "A imagem GIF está corrompida (compactação LZW incorreta)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "O arquivo não parece ser um GIF" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "Não há suporte para a versão %s do formato de arquivos GIF" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -542,112 +550,114 @@ msgstr "" "A imagem GIF não tem um mapa de cores global, e um quadro dentro dela não " "tem um mapa de cores local." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "A imagem GIF estava truncada ou incompleta." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "Formato de imagem GIF" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Cabeçalho inválido no ícone" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Memória insuficiente para carregar o ícone" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "O ícone tem largura zero" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "O ícone tem altura zero" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Não há suporte para ícones compactados" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Tipo de ícone não suportado" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Memória insuficiente para carregar o arquivo ICO" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Imagem grande demais para ser salva como ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Zona de ação do cursor fora da imagem" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Profundidade não suportada para arquivo ICO: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "Formato de imagem ICO" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Erro ao ler imagem ICNS: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Não foi possível decodificar arquivo ICNS" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "Formato de imagem ICNS" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Não foi possível alocar memória para o fluxo" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Não foi possível decodificar imagem" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Imagem JPEG2000 transformada tem altura ou largura igual a zero" -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Tipo de imagem não suportada atualmente" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Não foi possível alocar memória para o perfil de cores" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Memória insuficiente para abrir o arquivo JPEG 2000" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Não foi possível alocar memória para o buffer de dados de imagem" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Formato de imagem JPEG 2000" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Erro ao interpretar o arquivo de imagem JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -655,21 +665,21 @@ msgstr "" "Memória insuficiente para carregar a imagem, tente encerrar alguns " "aplicativos para liberar memória" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Espaço de cores JPEG não suportado (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Não foi possível alocar memória para carregar o arquivo JPEG" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Imagem JPEG transformada tem altura ou largura igual a zero." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -678,7 +688,7 @@ msgstr "" "A qualidade do JPEG deve ser um valor entre 0 e 100; não foi possível " "analisar o valor \"%s\"." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -686,86 +696,86 @@ msgstr "" "A qualidade do JPEG deve ser um valor entre 0 e 100; o valor \"%d\" não é " "permitido." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Formato de imagem JPEG" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Não foi possível alocar memória para o cabeçalho" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Não foi possível alocar memória para o buffer de contexto" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "A imagem tem altura e/ou largura inválidas" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "A imagem possui um número de bits-por-pixel (bpp) não suportado" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "A imagem tem um número não suportado de planos de %d bits" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Não foi possível criar um novo pixbuf" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Não foi possível alocar memória para dados de linhas" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Não foi possível alocar memória para dados em paletas" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Não foram obtidas todas as linhas da imagem PCX" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Nenhuma paleta localizada ao final dos dados PCX" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "Formato de imagem PCX" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Número de bits por canal da imagem PNG inválido." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Imagem PNG transformada tem altura ou largura igual a zero." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Número de bits por canal do PNG transformado não é 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "O PNG transformado não é RGB nem RGBA." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "O PNG transformado tem um número de canais não suportado, deve ser 3 ou 4." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Erro fatal no arquivo de imagem PNG: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Memória insuficiente para carregar o arquivo PNG" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -774,27 +784,27 @@ msgstr "" "Memória insuficiente para armazenar uma imagem de %ld por %ld; tente sair de " "alguns aplicativos para reduzir o uso de memória" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Erro fatal ao ler o arquivo de imagem PNG" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Erro fatal ao ler o arquivo de imagem PNG: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Chaves para blocos de texto PNG devem ter pelo menos 1 e no máximo 79 " "caracteres." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "Chaves para blocos de texto PNG devem ser caracteres ASCII." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -803,7 +813,7 @@ msgstr "" "O nível de compressão do PNG deve ser um valor entre 0 e 9; não foi possível " "analisar o valor \"%s\"." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -812,421 +822,425 @@ msgstr "" "O nível de compressão do PNG precisa ser um valor entre 0 e 9; o valor \"%d" "\" não é permitido." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "O valor para blocos de texto PNG %s não pode ser convertido para a " "codificação ISO-8859-1." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "Formato de imagem PNG" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "O carregador PNM esperava localizar um inteiro, mas não localizou" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "O arquivo PNM tem um byte inicial incorreto" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "O arquivo PNM não está num sub-formato PNM reconhecido" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "O arquivo PNM tem uma imagem de largura 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "O arquivo PNM tem uma imagem de altura 0" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "O valor máximo de cor do arquivo PNM é 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "O valor máximo de cor do arquivo PNM é grande demais" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "O tipo de imagem PNM bruta é inválido" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "O carregador de imagens PNM dá suporte a esse sub-formato PNM" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "Formatos de PNM brutos requerem exatamente um espaço em branco antes dos " "dados de amostra" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Não foi possível alocar memória para carregar a imagem PNM" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Memória insuficiente para carregar a estrutura de contexto do PNM" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Fim inesperado dos dados da imagem PNM" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Memória insuficiente para carregar o arquivo PNM" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "Família de formatos de imagem PNM/PBM/PGM/PPM" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "A imagem RAS tem dados de cabeçalho incorretos" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "A imagem RAS tem tipo desconhecido" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "variação de imagem RAS não suportado" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Memória insuficiente para carregar a imagem RAS" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Formato de imagem raster Sun" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Não foi possível alocar memória para a estrutura IOBuffer" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Não foi possível alocar memória para os dados de IOBuffer" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Não foi possível realocar os dados de IOBuffer" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Não foi possível alocar os dados de IOBuffer temporários" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Não foi possível alocar novo pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Não foi possível alocar estrutura do mapa de cores" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Não foi possível alocar entradas do mapa de cores" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Profundidade de bits inesperada para as entradas do mapa de cores" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Não foi possível alocar a memória do cabeçalho TGA" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "A imagem TGA tem dimensões inválidas" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "Sem suporte para imagem do tipo TGA" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Não foi possível alocar memória para a estrutura de contexto TGA" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Excesso de dados no arquivo" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Formato de imagem Targa" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Não foi possível obter a largura da imagem (arquivo TIFF inválido)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Não foi possível obter a altura da imagem (arquivo TIFF inválido)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "A largura ou a altura da imagem TIFF é zero" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "As dimensões da imagem TIFF são grandes demais" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Memória insuficiente para abrir o arquivo TIFF" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Falha ao carregar os dados RGB do arquivo TIFF" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Falha ao abrir a imagem TIFF" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "Falha na operação TIFFClose" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Falha ao carregar a imagem TIFF" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Falha ao salvar a imagem TIFF" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Falha ao gravar dados TIFF" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Não foi possível gravar no arquivo TIFF" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "Formato de imagem TIFF" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "A imagem tem largura zero" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "A imagem tem altura zero" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Memória insuficiente para carregar a imagem" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Não foi possível salvar o restante" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "Formato de imagem WBMP" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Arquivo XBM inválido" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Memória insuficiente para carregar o arquivo de imagem XBM" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "Falha ao gravar no arquivo temporário ao carregar a imagem XBM" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "Formato de imagem XBM" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Não foi localizado o cabeçalho XPM" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Cabeçalho XPM inválido" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "O arquivo XPM tem uma largura de imagem <= 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "O arquivo XPM tem uma altura de imagem <= 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "O XPM tem um número inválido de caracteres por pixel" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "O arquivo XPM tem um número de cores inválido" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Não foi possível alocar memória para carregar a imagem XPM" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Não foi possível ler o mapa de cores XPM" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "Falha ao gravar o arquivo temporário ao carregar a imagem XPM" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "O formato de imagem XPM" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "Formato de imagem EMF" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Não foi possível alocar memória: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Não foi possível criar fluxo: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Não foi possível percorrer fluxo: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Não foi possível ler do fluxo: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Não foi possível carregar bitmap" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Não foi possível carregar metarquivo" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Formato de imagem não suportado para GDI+" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Não foi possível salvar" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "Formato de imagem WMF" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Não acumula requisições GDI" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Não utiliza o Wintab API para suporte de tablet" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "O mesmo que --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Utiliza o Wintab API [padrão]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Tamanho da paleta no modo de 8 bits" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "CORES" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Torna síncronas as chamadas do X" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Iniciando %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Abrindo %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "Abrindo %d item" msgstr[1] "Abrindo %d itens" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licença" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "A licença do programa" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Créditos" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licença" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Sobre o %s" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Créditos" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Escrito por" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Documentado por" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Traduzido por" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Arte por" @@ -1235,7 +1249,7 @@ msgstr "Arte por" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1245,7 +1259,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1255,7 +1269,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1265,7 +1279,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1275,7 +1289,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1285,39 +1299,39 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Espaço" # Espaços são permitidos? # Acelerador é usado? -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Barra invertida" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "Função de tipo inválida: \"%s\"" +msgstr "Função de tipo inválida na linha %d: \"%s\"" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "Id de objeto \"%s\" duplicado na linha %d (anteriormente na linha %d)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Elemento raiz inválido: \"%s\"" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Marca não manipulada: \"%s\"" @@ -1331,7 +1345,7 @@ msgstr "Marca não manipulada: \"%s\"" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1339,7 +1353,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:0" @@ -1348,7 +1362,7 @@ msgstr "calendar:week_start:0" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1363,7 +1377,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1379,7 +1393,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1395,7 +1409,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1403,7 +1417,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Desabilitado" @@ -1412,25 +1426,25 @@ msgstr "Desabilitado" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Novo acelerador..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d%%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Escolha uma cor" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Dados de cor inválidos recebidos\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1438,7 +1452,7 @@ msgstr "" "Selecione a cor que você deseja a partir do anel externo. Selecione a " "luminosidade dessa cor utilizando o triângulo interno." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1446,67 +1460,67 @@ msgstr "" "Clique no conta-gotas, depois clique numa cor em qualquer ponto da tela para " "selecioná-la." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Matiz:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Posição da roda de cores." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Saturação:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "\"Profundidade\" da cor." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Valor:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Brilho da cor." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "V_ermelho:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Quantidade de luz vermelha na cor." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "Ve_rde:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Quantidade de luz verde na cor." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Azul:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Quantidade de luz azul na cor." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "Op_acidade:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Transparência da cor." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "_Nome da cor:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1515,15 +1529,15 @@ msgstr "" "HTML, ou simplesmente um nome de cor tal como \"orange\" (laranja) nesta " "entrada." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Paleta:" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Roda de cores" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1534,7 +1548,7 @@ msgstr "" "ou selecionar esta cor como sendo a atual arrastando-a sobre a outra cor ao " "lado." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1542,11 +1556,11 @@ msgstr "" "A cor que você escolheu. Você pode arrastar esta cor para uma entrada da " "paleta para utilizá-la no futuro." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Salvar cor aqui" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1555,55 +1569,55 @@ msgstr "" "entrada, arraste uma cor até aqui ou clique com o botão direito sobre a cor " "e selecione a opção \"Salvar cor aqui.\"" -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Seleção de cor" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Métodos de entrada" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Inserir caractere de controle Unicode" -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "A tecla Caps Lock está ativa" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Selecione um arquivo" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Desktop" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Nenhum)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Outra..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Não foi possível obter informações sobre o arquivo" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Não foi possível adicionar um marcador" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Não foi possível remover o marcador" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Não foi possível criar a pasta" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1612,11 +1626,11 @@ msgstr "" "Tente usar um nome diferente para a pasta, ou renomeie o arquivo já " "existente antes." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Nome de arquivo inválido" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Não foi possível exibir o conteúdo da pasta" @@ -1624,174 +1638,174 @@ msgstr "Não foi possível exibir o conteúdo da pasta" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s em %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Pesquisar" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Usado recentemente" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Seleciona quais tipos de arquivos são mostrados" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Adiciona a pasta \"%s\" aos marcadores" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Adiciona a pasta atual aos marcadores" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Adiciona as pastas selecionadas aos marcadores" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Remove o marcador \"%s\"" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Remover" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Renomear..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Locais" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Locais" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Adicionar" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Adiciona a pasta selecionada aos Marcadores" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Remover" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Remove o marcador selecionado" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Não foi possível selecionar arquivo" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Adicionar aos marcadores" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Mostrar arquivos _ocultos" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Mostrar coluna _Tamanho" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Arquivos" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Nome" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Tamanho" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Modificado" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Nome:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "_Navegar em outras pastas" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Digite um nome de arquivo" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Criar _pasta" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "Locali_zação:" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Salvar na _pasta:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Criar na _pasta:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Não foi possível ir para a pasta porque ela não é local" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "O atalho %s já existe" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "O atalho %s não existe" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Um arquivo com o nome \"%s\" já existe. Você deseja substituí-lo?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "" "O arquivo já existe em \"%s\". Substituí-lo irá sobrescrever seu conteúdo." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "Substitui_r" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Não foi possível iniciar o processo de pesquisa" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1799,54 +1813,54 @@ msgstr "" "Não foi possível estabelecer uma conexão com o serviço indexador. Por favor, " "certifique-se de que o serviço está em execução." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Não foi possível enviar o pedido de pesquisa" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Pesquisar:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Não foi possível montar %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Digite o nome da nova pasta" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Desconhecido" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Ontem às %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Caminho inválido" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Nada encontrado" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Conclusão exclusiva" @@ -1854,13 +1868,13 @@ msgstr "Conclusão exclusiva" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Concluído, mas não é o único" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Completando..." @@ -1868,7 +1882,7 @@ msgstr "Completando..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Somente arquivos locais podem ser selecionados" @@ -1876,41 +1890,41 @@ msgstr "Somente arquivos locais podem ser selecionados" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "O nome da máquina está incompleto; ele deve terminar com '/'" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "O caminho não existe" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Erro ao criar a pasta \"%s\": %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Pastas" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "Pas_tas" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Arquivos" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Pasta ilegível: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1921,19 +1935,19 @@ msgstr "" "estar disponível para esta aplicação.\n" "Você tem certeza de que deseja selecioná-lo?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Nova pasta" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "E_xcluir arquivo" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Renomear arquivo" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" @@ -1941,72 +1955,72 @@ msgstr "" "O nome de pasta \"%s\" contém símbolos que não são permitidos em nomes de " "arquivos" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Nova pasta" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "Nome da _pasta:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "C_riar" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "O nome de arquivo \"%s\" contém símbolos que não são permitidos em nomes de " "arquivos" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Erro ao excluir o arquivo \"%s\": %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Você realmente deseja excluir o arquivo \"%s\"?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Excluir arquivo" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Erro ao renomear o arquivo para \"%s\": %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Erro ao renomear o arquivo \"%s\": %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Erro ao renomear o arquivo \"%s\" para \"%s\": %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Renomear arquivo" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Renomear o arquivo \"%s\" para:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "_Renomear" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Seleção: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2015,15 +2029,15 @@ msgstr "" "O nome de arquivo \"%s\" não pôde ser convertido para UTF-8 (tente definir a " "variável de ambiente G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "UTF-8 inválido" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nome muito extenso" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Não foi possível converter o nome do arquivo" @@ -2032,75 +2046,75 @@ msgstr "Não foi possível converter o nome do arquivo" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Sistema de arquivos" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Não foi possível obter a pasta raiz" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Vazio)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Selecione uma fonte" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Fonte" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcdefghijk ABCDEFGHIJK" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Família:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Estilo:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Tamanho:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Visualizar:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Seleção de fonte" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Valor _gamma" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Erro ao carregar o ícone: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2113,139 +2127,139 @@ msgstr "" "Você pode obter uma cópia a partir de:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "O ícone \"%s\" não está presente no tema" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Falha ao carregar ícone" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Simples" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Sistema" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Sistema (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Entrada" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Não há dispositivos de entrada estendidos" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Dispositivo:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Desativado" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Tela" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Janela" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Modo:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Eixos" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Teclas" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Pressão:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "_Inclinação X:" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "I_nclinação Y:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Roda:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "nenhum" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(desativado)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(desconhecido)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Limpar" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Copiar URL" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "URI inválida" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Carrega módulos adicionais do GTK+" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MÓDULOS" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Torna todos os avisos fatais" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Opções de depuração do GTK+ a serem ativadas" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Opções de depuração do GTK+ a serem desativadas" @@ -2254,65 +2268,66 @@ msgstr "Opções de depuração do GTK+ a serem desativadas" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Não foi possível abrir a tela: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Opções do GTK+" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Mostra as opções do GTK+" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "C_onectar" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Conectar _anonimamente" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Conectar como u_suário:" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Usuário:" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domínio:" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Senha:" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Esquecer senha imediatamente" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Lembrar senha até o _fim dessa sessão" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Lembrar para sempre" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Página %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Não é um arquivo de configuração de página válido" @@ -2322,11 +2337,11 @@ msgstr "Não é um arquivo de configuração de página válido" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2334,15 +2349,15 @@ msgstr "" "Qualquer impressora\n" "Para documentos portáveis" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "polegada" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2357,90 +2372,90 @@ msgstr "" " Cima: %s %s\n" " Baixo: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Gerenciar tamanhos personalizados..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Formatar para:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "Tamanho do _papel:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientação:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Configurar página" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Margens para impressora..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Tamanho personalizado %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Gerenciar tamanhos personalizados" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Largura:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Altura:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Tamanho do papel" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "A_cima:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "A_baixo:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Esquerda:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Direita:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Margens do papel" # Lado de cima? para cima? -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Subir caminho" # Lado de baixo? para baixo? -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Descer caminho" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Raiz do sistema de arquivos" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Não disponível" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "_Salvar na pasta:" @@ -2448,181 +2463,176 @@ msgstr "_Salvar na pasta:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s tarefa #%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Estado inicial" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Preparando para imprimir" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Gerando dados" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Enviando dados" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Esperando" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Bloqueando na questão" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Imprimindo" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Concluído" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Concluído com erro" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Preparando %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "Preparando" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Imprimindo %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "Erro ao criar visualização de impressão" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "A razão mais provável é que um arquivo temporário não pôde ser criado." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Erro ao lançar visualização" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Erro ao imprimir" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplicativo" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Impressora desconectada" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Sem papel" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Pausado" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Precisa de intervenção do usuário" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Tamanho personalizado" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Nenhuma impressora localizada" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Argumento inválido para CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Erro de StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Memória livre insuficiente" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Argumento inválido para PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Ponteiro para PrintDlgEx inválido" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Manipulador para PrintDlgEx inválido" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Erro não especificado" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Impressora" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Localização" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Estado" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Intervalo" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Todas as páginas" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Página _atual" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Páginas:" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2630,125 +2640,124 @@ msgstr "" "Especificar um ou mais intervalos de páginas,\n" " ex.: 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "_Páginas:" +msgstr "Páginas" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Cópias" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Cópia_s:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Intercalar" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Inverte_r" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Geral" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Ordem das páginas" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Esquerda para direita" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Direita para esquerda" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Layout" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Frente e _verso:" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Página_s por lado:" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "O_rdem das páginas:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Apenas imprimir:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Todas as páginas" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Páginas pares" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Páginas ímpares" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "Esc_ala:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papel" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Tipo de papel:" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Origem do papel:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_Bandeja de saída:" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Detalhes do trabalho" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pri_oridade:" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Informações de _valores:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Imprimir documento" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Agora" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "À_s:" @@ -2756,7 +2765,7 @@ msgstr "À_s:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2764,117 +2773,117 @@ msgstr "" "Informe a hora da impressão,\n" "p. ex: 9:30, 15:10, 19:40:15" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "Tempo de impressão" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "Em _espera" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Mantém a impressão em espera até ser explicitamente liberada" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Adicionar página de capa" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Antes:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Depois:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Trabalho" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Avançado" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Qualidade da imagem" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Cor" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Concluindo" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Algumas configurações no diálogo de conflito" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Imprimir" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Não foi possível localizar o arquivo de include: \"%s\"" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Não foi possível encontrar o arquivo de imagem no pixmap_path: \"%s\"" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Esta função não está implementada para widgets da classe \"%s\"" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Selecione quais tipos de documentos são mostrados" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Nenhum item para o URI \"%s\" localizado" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Filtro sem nome" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Não foi possível remover o item" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Não foi possível limpar a lista" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Copiar _localização" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Remover da lista" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Limpar lista" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Mostrar recursos _privados" @@ -2888,21 +2897,21 @@ msgstr "Mostrar recursos _privados" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Nenhum item localizado" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Nenhum recurso recentemente usado localizado com o URI \"%s\"" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Abrir \"%s\"" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Item desconhecido" @@ -2911,7 +2920,7 @@ msgstr "Item desconhecido" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2920,37 +2929,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Não foi possível localizar um item com o URI \"%s\"" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Informações" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Aviso" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Erro" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Question" @@ -2958,112 +2967,112 @@ msgstr "Question" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_Sobre" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Adicione" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Aplicar" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Negrito" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Cancelar" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-ROM" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Limpar" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Fechar" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "C_onectar" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Converter" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Copiar" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "Recor_tar" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "E_xcluir" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Descartar" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Desconectar" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "E_xecutar" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Editar" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Localizar" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Localizar e _substituir" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Disquete" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Tela cheia" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Sair da tela cheia" @@ -3072,19 +3081,19 @@ msgstr "_Sair da tela cheia" # Traduzir de forma consistente com "_Top". # "_Fim"? #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Fundo" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Primeira" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "Últi_ma" @@ -3092,425 +3101,425 @@ msgstr "Últi_ma" # Traduzir de forma consistente com a tradução de _Bottom. # "_Início"? #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Topo" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Voltar" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "A_baixo" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Avançar" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "A_cima" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "Disco _rígido" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "Aj_uda" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Início" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Aumentar recuo" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Diminuir recuo" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "Índ_ice" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Informações" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Itálico" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Ir para" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Centralizado" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Justificado" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Esquerda" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Direita" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Avançar" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "Pró_ximo" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "_Pausar" # Antes era "_Tocar" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Reproduzir" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "A_nterior" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Gravar" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Voltar" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Parar" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Rede" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Novo" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Não" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_OK" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Abrir" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Paisagem" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Retrato" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Paisagem invertida" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Retrato invertido" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Config_urar página" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "C_olar" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Preferências" # Mudei de _Imprimir para Im_primir para combinar com Ctrl+P. -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "Im_primir" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "_Visualizar impressão" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Propriedades" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "Sai_r" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "_Refazer" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "Atualiza_r" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Remover" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Reverter" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Salvar" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Salvar _como" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Selecionar _tudo" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Cor" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Fonte" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Ascendente" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Descendente" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "Verificar _ortografia" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Pararu" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Tachado" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "Rec_uperar" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Sublinhar" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "Desfa_zer" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Sim" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "Tamanho _normal" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "_Melhor ajuste" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "_Ampliar" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "_Reduzir" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Ocorreu um erro desconhecido ao tentar desserializar %s" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Nenhuma função deserialize localizada para o formato %s" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "Tanto \"id\" quanto \"name\" foram localizados no elemento <%s>" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "O atributo \"%s\" foi repetido duas vezes no mesmo elemento <%s>" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "O elemento <%s> tem id \"%s\" inválida" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "O elemento <%s> não tem nem os elementos \"name\" ou \"id\"" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "O atributo \"%s\" foi repetido duas vezes no mesmo elemento <%s>" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "O atributo \"%s\" é inválido no elemento <%s> neste contexto" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "A tag \"%s\" não foi definida." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Tag anônima localizada e tags não podem ser criadas." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "A tag \"%s\" não existe no buffer e tags não podem ser criadas." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "O elemento <%s> não é permitido abaixo de <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" não é um tipo de atributo válido" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" não é um nome de atributo válido" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" @@ -3518,143 +3527,143 @@ msgstr "" "Não foi possível converter \"%s\" para um valor do tipo \"%s\" para o " "atributo \"%s\"" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" não é um valor válido para o atributo \"%s\"" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "A tag \"%s\" já foi definida" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "A tag \"%s\" tem prioridade \"%s\" inválida" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "O elemento mais externo no texto deve ser , não <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Um elemento <%s> já foi especificado" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Um elemento não pode ocorrer antes de um elemento " -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Os dados serializados estão mal formados" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Os dados serializados estão mal formados. A primeira seção não é " "GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM Marca da _esquerda para a direita" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM Marca da _direita para a esquerda" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE _Embutido da esquerda para a direita" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE E_mbutido da direita para a esquerda" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO _Sobrepor da esquerda para a direita" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO S_obrepor da direita para a esquerda" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "_PDF Mostrar formatação direcional" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "_ZWS Espaço de largura zero" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ _União de largura zero" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ _Não-união de largura zero" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "" "Não foi possível localizar a ferramenta de temas no module_path: \"%s\"," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Sem dica ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Tag de início \"%s\" inesperada na linha %d caractere %d" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Dados de caractere inesperados na linha %d caractere %d" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Vazio" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Volume" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Aumenta ou diminui o volume" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Ajusta o volume" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Diminuir volume" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Diminui o volume" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Aumentar volume" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Aumenta o volume" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Mudo" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Volume máximo" @@ -3663,928 +3672,928 @@ msgstr "Volume máximo" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 tab" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Envelope DL" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Envelope Choukei 2" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Envelope Choukei 3" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Envelope Choukei 4" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (cartão postal)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Envelope kahu" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Envelope kaku2" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (cartão postal de resposta)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Envelope you4" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Envelope 6x9" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Envelope 7x9" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Envelope 9x11" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Envelope a2" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Envelope c5" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "edp europeu" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executivo" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold europeu" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold alemão legal" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Governo (legal)" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Governo (carta)" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Índice 3x5" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Índice 4x6 (cartão postal)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Índice 4x6 ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Índice 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Invoice" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tablóide" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US legal" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US legal extra" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US carta" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US carta extra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US carta plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Envelope monarca" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Envelope 10" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Envelope 11" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Envelope 12" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Envelope 14" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Envelope 9" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Envelope pessoal" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Formato amplo" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Fólio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Fólio sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Envelope de convite" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Envelope italiano" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Envelope Postfix" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Foto pequena" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Envelope prc1" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Envelope prc10" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Envelope prc2" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Envelope prc3" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Envelope prc4" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Envelope prc5" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Envelope prc6" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Envelope prc7" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Envelope prc8" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "" "idatas diferentes localizados para \"%s\" e \"%s\" ligados simbolicamente\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Falha ao gravar cabeçalho\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Falha ao gravar tabela hash\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Falha ao gravar índice da pasta\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Falha ao regravar cabeçalho\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Falha ao abrir o arquivo \"%s\": %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Falha ao gravar arquivo de cache: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "O cache gerado era inválido.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Não foi possível renomear %s para %s: %s, então removendo %s.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Não foi possível renomear %s para %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Não foi possível renomear %s de volta para %s: %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Arquivo de criado com sucesso.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Sobrescrever um cache existente, mesmo que atualizado" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Não verificar a existência de index.theme" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Não incluir dados da imagem no cache" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Exibir um arquivo de cabeçalho C" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Desligar saída detalhada" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Validar o cache de ícones atual" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Arquivo não localizado: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Não é um cache de ícones válido: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Nenhum arquivo de índice de tema." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4595,277 +4604,277 @@ msgstr "" "index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amárico (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cedilha" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Cirílico (Transliterado)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inukitut (Transliterado)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Pressionamento múltiplo" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thailandês-Laosiano" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrínia-Eritreia (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrínia-Etiopiana (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamita (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "Método de entrada do X" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Impressora \"%s\" está com pouco toner." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Impressora \"%s\" está sem toner." # Photo developer = relevador, substância usada na revelação de fotografias #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "Impressora \"%s\" está com pouco revelador." # Photo developer = relevador, substância usada na revelação de fotografias #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Impressora \"%s\" está sem revelador." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "Impressora \"%s\" está com pouca tinta em pelo menos um cartucho." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Impressora \"%s\" está sem tinta em pelo menos um cartucho." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "A tampa da impressora \"%s\" está aberta." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "A porta da impressora \"%s\" está aberta." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Impressora \"%s\" está com pouco papel." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Impressora \"%s\" está sem papel." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Impressora \"%s\" está desligada." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Impressora \"%s\" pode estar desconectada." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Há um problema na impressora \"%s\"." # Esse parece ser um status da impressora #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Pausada ; Rejeitando trabalhos" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Rejeitando trabalhos" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Dois lados" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Tipo de papel" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Origem do papel" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Bandeja de saída" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Resolução" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "Pré-filtragem GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Um lado" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Virar na borda maior (padrão)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Virar na borda menor" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Selecionar automaticamente" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Padrão da impressora" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Somente para fontes GhostScript embutidas" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Converter para PS nível 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Converter para PS nível 2" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Sem pré-filtragem" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Outras opções" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Urgente" # prioridade de impressão -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Alta" # prioridade de impressão -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Média" # prioridade de impressão -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Baixa" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Esquerda para direita, cima para baixo" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Esquerda para direita, baixo para cima" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Direita para esquerda, cima para baixo" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Direita para esquerda, baixo para cima" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Cima para baixo, esquerda para direita" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Cima para baixo, direita para esquerda" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Baixo para cima, esquerda para direita" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Baixo para cima, direita para esquerda" @@ -4873,66 +4882,66 @@ msgstr "Baixo para cima, direita para esquerda" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Páginas por folha" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Prioridade do trabalho" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Informações de cobrança" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Nenhuma" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Classificado" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Confidencial" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Secreto" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Padrão" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Ultra secreto" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Não classificado" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Antes" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Depois" @@ -4940,14 +4949,14 @@ msgstr "Depois" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Imprimir em" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Imprimir na hora" @@ -4955,65 +4964,65 @@ msgstr "Imprimir na hora" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Personalizado (%sx%s)" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "saída.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Imprimir para arquivo" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "PostScript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Páginas por _folha:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Arquivo" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "Formato da _saída" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Imprimir para LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Páginas por folha" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Linha de comando" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "saída-teste.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Imprimir para testar impressora" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Não foi possível obter informações sobre o arquivo \"%s\": %s" From 1632d64a51ab1a8e2e7b184261502165a8a58de8 Mon Sep 17 00:00:00 2001 From: Manoj Kumar Giri Date: Thu, 23 Apr 2009 17:50:09 +0530 Subject: [PATCH 097/190] Updated Oriya Translation --- po-properties/or.po | 91 ++++++++++++++++++++++++++++----------------- 1 file changed, 56 insertions(+), 35 deletions(-) diff --git a/po-properties/or.po b/po-properties/or.po index 5f681d1296..fabe87b341 100644 --- a/po-properties/or.po +++ b/po-properties/or.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: or\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+&component=general\n" "POT-Creation-Date: 2009-04-13 03:29+0000\n" -"PO-Revision-Date: 2009-04-13 16:27+0530\n" +"PO-Revision-Date: 2009-04-23 17:31+0530\n" "Last-Translator: Manoj Kumar Giri \n" "Language-Team: Oriya \n" "MIME-Version: 1.0\n" @@ -36,6 +36,8 @@ msgstr "" "\n" "\n" "\n" +"\n" +"\n" #: ../gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" @@ -754,7 +756,7 @@ msgstr "ପୂର୍ଣ୍ଣ କରନ୍ତୁ" msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" -msgstr "" +msgstr "ନିମ୍ନ ସ୍ତରକୁ ଦିଆଯାଇଥିବା ଅତିରିକ୍ତ ସ୍ଥାନକୁ ନିମ୍ନସ୍ତରରେ ବଣ୍ଟନ କରାଯାଇଛି ଅଥବା ପ୍ୟାଡିଙ୍ଗରେ ବ୍ୟବହାର କରାଯାଇଛି" #: ../gtk/gtkbox.c:162 msgid "Padding" @@ -773,6 +775,8 @@ msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" msgstr "" +"GtkPackType ଇଙ୍ଗିତ କରିଥାଏ ଯେ ନିମ୍ନ ସ୍ତରଟି ପ୍ରାରମ୍ଭିକ ସନ୍ଦର୍ଭ ସହିତ ରଖାଯାଇଛି " +"ଅଥବା ପ୍ରମୂଖ ସ୍ତରର ସମାପ୍ତି ସହିତ" #: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 #: ../gtk/gtkruler.c:148 @@ -795,7 +799,7 @@ msgstr "gettext ଦ୍ୱାରା ବ୍ୟବହୃତ ହେଉଥିବା msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" -msgstr "" +msgstr "ବଟନ ମଧ୍ଯରେ ଥିବା ନାମପଟି ୱିଜେଟର ପାଠ୍ୟ, ଯଦି ସେହି ବଟନ ଗୋଟିଏ ନାମପଟି ୱିଜେଟ ଧାରଣ କରିଥାଏ" #: ../gtk/gtkbutton.c:227 ../gtk/gtkexpander.c:203 ../gtk/gtklabel.c:388 #: ../gtk/gtkmenuitem.c:315 ../gtk/gtktoolbutton.c:209 @@ -808,6 +812,8 @@ msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" msgstr "" +"ଯଦି ସେଟ କରାଯାଇଥାଏ, mnemonic ତ୍ୱରକ କି ପାଇଁ ପାଠ୍ୟରେ ଗୋଟିଏ ଅବରେଖନ ଇଙ୍ଗିତ କରୁଥିବା " +"ପରବର୍ତ୍ତି ବର୍ଣ୍ଣକୁ ବ୍ୟବହାର କରିବା ଉଚିତ" #: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 msgid "Use stock" @@ -884,7 +890,7 @@ msgstr "ନିର୍ଭରକ X ବିସ୍ଥାପନ" #: ../gtk/gtkbutton.c:447 msgid "How far in the x direction to move the child when the button is depressed" -msgstr "" +msgstr "x ଦିଗରେ କେତେ ଦୂର ନିମ୍ନ ସ୍ତରକୁ ଗତି କରାଇବା ଉଚିତ ଯେତେବେଳେକି ବଟନକୁ ଦବିରହିଥାଏ" #: ../gtk/gtkbutton.c:454 msgid "Child Y Displacement" @@ -892,7 +898,7 @@ msgstr "ନିର୍ଭରକ Y ବିସ୍ଥାପନ" #: ../gtk/gtkbutton.c:455 msgid "How far in the y direction to move the child when the button is depressed" -msgstr "" +msgstr "y ଦିଗରେ କେତେ ଦୂର ନିମ୍ନ ସ୍ତରକୁ ଗତି କରାଇବା ଉଚିତ ଯେତେବେଳେକି ବଟନକୁ ଦବିରହିଥାଏ" #: ../gtk/gtkbutton.c:471 msgid "Displace focus" @@ -902,7 +908,7 @@ msgstr "ଲକ୍ଷ୍ଯ ବିସ୍ଥାପନ କରନ୍ତୁ" msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" -msgstr "" +msgstr "child_displacement_x/_y ଗୁଣଧର୍ମ ଲକ୍ଷ୍ୟ ଆୟତକ୍ଷେତ୍ର ଉପରେ ପ୍ରଭାବ ପକାଇବା ଉଚିତ କି" #: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 msgid "Inner Border" @@ -1238,7 +1244,7 @@ msgstr "ଅବସ୍ଥା ଅନୁସରଣ କରନ୍ତୁ" #: ../gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" -msgstr "" +msgstr "ଚିତ୍ରଣ କରାଯାଇଥିବା pixbuf କୁ ଅବସ୍ଥା ଅନୁସାରେ ରଙ୍ଗାଇବା ଉଚିତ କି" #: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 #: ../gtk/gtkwindow.c:590 @@ -1268,6 +1274,8 @@ msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." msgstr "" +"କିଛି ଅଗ୍ରଗତି ହୋଇଛି ବୋଲି ଦର୍ଶାଇବା ପାଇଁ ଏହାକୁ ଯୁକ୍ତାତ୍ମକ ମୂଲ୍ୟ ଅନୁସାରେ ସେଟ କରନ୍ତୁ, କିନ୍ତୁ " +"ଆପଣ ଅଧିକ କିଛି ଜାଣିନାହାନ୍ତି।" #: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 msgid "Text x alignment" @@ -1277,7 +1285,7 @@ msgstr "ପାଠ୍ୟ x ପାର୍ଶ୍ୱୀକରଣ" msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." -msgstr "" +msgstr "ଭୂସମାନ୍ତରାଳ ପାଠ୍ୟ ସଜ୍ଜିକରଣ, 0 (ବାମ)ରୁ 1 (ଡାହାଣ)କୁ। RTL ବିନ୍ୟାସ ପାଇଁ ସଂରକ୍ଷିତ।" #: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 msgid "Text y alignment" @@ -1493,6 +1501,9 @@ msgid "" "when rendering the text. If you don't understand this parameter, you " "probably don't need it" msgstr "" +"ଏହି ପାଠ୍ୟରେ ଥିବା ଭାଷା, ଗୋଟିଏ ISO ସଂକେତ ଅଟେ। Pango ଏହାକୁ ପାଠ୍ୟ ଚିତ୍ରଣ କରିବା ସମୟରେ ସୂଚନା " +"ଭାବରେ ବ୍ୟବହାର କରିପାରିବ। ଯଦି ଆପଣ ଏହି ପ୍ରାଚଳକୁ ବୁଝିନପାରନ୍ତି, ତେବେ ସମ୍ଭବତଃ ଆପଣ " +"ଏହାକୁ ଆବଶ୍ୟକ କରୁନାହାନ୍ତି।" #: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 #: ../gtk/gtkprogressbar.c:206 @@ -1504,6 +1515,8 @@ msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" msgstr "" +"ବାକ୍ଯଖଣ୍ଡକୁ ellipsize କରିବାର ମନପସନ୍ଦ ସ୍ଥାନ, ଯଦି କୋଶ ଚିତ୍ରଣରେ ସମଗ୍ର ବାକ୍ୟଖଣ୍ଡକୁ ଦର୍ଶାଇବା ପାଇଁ " +"ଯଥେଷ୍ଟ ସ୍ଥାନ ନଥିବ" #: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 #: ../gtk/gtklabel.c:519 @@ -1523,6 +1536,8 @@ msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" msgstr "" +"ବାକ୍ୟଖଣ୍ଡକୁ ଏକାଧିକ ଧାଡ଼ିରେ କିପରି ବିଭକ୍ତ କରିବେ, ଯଦି କୋଷ ଚିତ୍ରଣରେ ସମଗ୍ର ବାକ୍ୟଖଣ୍ଡକୁ " +"ଦର୍ଶାଇବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ଥାନ ନଥିବ" #: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 msgid "Wrap width" @@ -1939,7 +1954,7 @@ msgstr "ତାଲିକାରେ tearoffଗୁଡ଼ିକୁ ଯୋଗ କର #: ../gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" -msgstr "" +msgstr "ଡ୍ରପଡାଉନରେ ଟିଓରଅଫ ତାଲିକା ବସ୍ତୁ ଅଛି କି ନାହିଁ" #: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 msgid "Has Frame" @@ -1947,11 +1962,11 @@ msgstr "ଫ୍ରେମ୍ ଅଛି" #: ../gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" -msgstr "" +msgstr "କମ୍ବୋ ବାକ୍ସ ନିମ୍ନ ସ୍ତର ଚାରିପଟେ ଫ୍ରେମ ଅଙ୍ଗନ କରିଛି କି ନାହିଁ" #: ../gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" -msgstr "" +msgstr "କମ୍ବୋ ବାକ୍ସ ମାଉସ ଦ୍ୱାରା କ୍ଲିକ କରାହେବା ଦ୍ୱାରା ଲକ୍ଷ୍ୟ ସାଧନ କରିତାଏ କି ନାହିଁ" #: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 msgid "Tearoff Title" @@ -1961,7 +1976,7 @@ msgstr "Tearoff ଶୀର୍ଷକ" msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" -msgstr "" +msgstr "ପପଅପଟି ଟର୍ଣ୍ଣଅଫ ହେବା ସମୟରେ ୱିଣ୍ଡୋ ପରିଚାଳକ ଦ୍ୱାରା ଶୀର୍ଷକ ଦର୍ଶାଯାଇପାରେ" #: ../gtk/gtkcombobox.c:823 msgid "Popup shown" @@ -1985,7 +2000,7 @@ msgstr "ତାଲିକା ପରି ଦୃଶ୍ୟମାନ ହୋଇଥାଏ #: ../gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" -msgstr "" +msgstr "ଡ୍ରପଡାଉନ ସୂଚୀ ଅପେକ୍ଷା ତାଲିକା ପରି ଦେଖାଯିବା ଉଚିତ କି ନୁହଁ" #: ../gtk/gtkcombobox.c:865 msgid "Arrow Size" @@ -2019,7 +2034,7 @@ msgstr "ସୀମା ଓସାର" #: ../gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" -msgstr "" +msgstr "ଧାରଣ ପାତ୍ରର ନିମ୍ନସ୍ତରରେ ଖାଲି ଧାରର ଓସାର" #: ../gtk/gtkcontainer.c:255 msgid "Child" @@ -2035,7 +2050,7 @@ msgstr "ବକ୍ର ପ୍ରକାର" #: ../gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" -msgstr "" +msgstr "ଏହା ଗୋଟିଏ ବକ୍ର ରେଖା, spline ପ୍ରକ୍ଷେପଣ, କିମ୍ବା ମୁକ୍ତ-ଫର୍ମ" #: ../gtk/gtkcurve.c:132 msgid "Minimum X" @@ -2123,7 +2138,7 @@ msgstr "ବଚ୍ଛାର ସୀମା" #: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 msgid "The position of the opposite end of the selection from the cursor in chars" -msgstr "" +msgstr "ଚୟନର ବିପରିତ ପ୍ରାନ୍ତର ସ୍ଥିତି ସୂଚକ ଅକ୍ଷରରେ" #: ../gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" @@ -2145,7 +2160,7 @@ msgstr "ଦ୍ରୁଶ୍ଯମାନ୍ଯତା" msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" -msgstr "" +msgstr "FALSE ପ୍ରକୃତ ପାଠ୍ୟ ପରିବର୍ତ୍ତେ \"invisible char\" କୁ ପ୍ରଦର୍ଶନ କରିଥାଏ (ପ୍ରବେଶ ସଂକେତ ଧାରା)" #: ../gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" @@ -2161,7 +2176,7 @@ msgstr "ଅଦୃଶ୍ଯ ଅକ୍ଷର" #: ../gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" -msgstr "" +msgstr "ଭରଣ ବିଷୟବସ୍ତୁଗୁଡ଼ିକୁ ଆବରଣ କରିବା ପାଇଁ ବ୍ୟବହୃତ ହେଉଥିବା ଅକ୍ଷର (\"password mode\" ରେ)" #: ../gtk/gtkentry.c:674 msgid "Activates default" @@ -2172,6 +2187,8 @@ msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" msgstr "" +"ପୂର୍ବନିର୍ଦ୍ଧାରିତ ୱିଜେଟକୁ ସକ୍ରିୟ କରିବା ଉଚିତ କି ନୁହଁ (ଯେପରିକି ସଂଳାପରେ ପୂର୍ବନିର୍ଦ୍ଧାରିତ ବଟନ) " +"ଯେତେବେଳେ ଭରଣ କରନ୍ତୁ କୁ ଦବାନ୍ତି" #: ../gtk/gtkentry.c:681 msgid "Width in chars" @@ -2179,7 +2196,7 @@ msgstr "ଚାର୍‌ସରେ ଓସାର" #: ../gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" -msgstr "" +msgstr "ଭରଣରେ ସ୍ଥାନ ଛାଡ଼ିବା ପାଇଁ ଅକ୍ଷର ସଂଖ୍ୟା" #: ../gtk/gtkentry.c:691 msgid "Scroll offset" @@ -2187,7 +2204,7 @@ msgstr "ଅପ୍‌ସେଟ୍ କୁ ସ୍କ୍ରୋଲ୍ କର" #: ../gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" -msgstr "" +msgstr "ବାମକୁ ବୁଲାଉଥିବା ଭରଣର ପିକସେଲ ସଂଖ୍ୟା" #: ../gtk/gtkentry.c:702 msgid "The contents of the entry" @@ -2263,7 +2280,7 @@ msgstr "ପ୍ରଗତି ସ୍ପନ୍ଦନ ପଦକ୍ଷେପ" msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" -msgstr "" +msgstr "ଉନ୍ନତିକୁ ବୃଦ୍ଧି ବ୍ଲକକୁ ଘୁଞ୍ଚାଇଥିବା ସମୁଦାୟ ଭରଣ ଓସାରର ଅଂଶ ପ୍ରତି gtk_entry_progress_pulse()" #: ../gtk/gtkentry.c:866 msgid "Primary pixbuf" @@ -2435,7 +2452,7 @@ msgstr "ଅବସ୍ଥିତି ସୂଚନା" #: ../gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" -msgstr "" +msgstr "ଛାୟା କିମ୍ବା ପୃଷ୍ଠଭୂମି ଅଙ୍କନ କରୁଥିବା ସମୟରେ ପଠାଯାଉଥିବା ପ୍ରକୃତ ସ୍ଥିତି" #: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 msgid "Select on focus" @@ -2443,7 +2460,7 @@ msgstr "ଲକ୍ଷ୍ୟସ୍ଥଳରେ ମନୋନୀତ କରନ୍ତ #: ../gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" -msgstr "" +msgstr "ଏହାକୁ ଫୋକସ କରିବା ସମୟରେ ଭରଣ କରିବା ପାଇଁ ବିଷୟ ବସ୍ତୁ ବାଛିବା ଉଚିତ କି ନୁହଁ" #: ../gtk/gtkentry.c:1697 msgid "Password Hint Timeout" @@ -2451,7 +2468,7 @@ msgstr "ପ୍ରବେଶ ସଙ୍କେତ ସମୟ ବିତିଯାଇଛ #: ../gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" -msgstr "" +msgstr "ଲୁକ୍କାଇତ ଭରଣରେ ଅନ୍ତିମ ନିବେଶ ଅକ୍ଷରକୁ କେତେ ସମୟ ଦର୍ଶାଇବା ଉଚିତ" #: ../gtk/gtkentrycompletion.c:279 msgid "Completion Model" @@ -2491,7 +2508,7 @@ msgstr "ପପ-ଅପ ସମ୍ପୂର୍ଣ୍ଣତା" #: ../gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" -msgstr "" +msgstr "ଗୋଟିଏ ପପଅପ ତାଲିକାରେ ସମ୍ପୂର୍ଣ୍ଣତାକୁ ଦର୍ଶାଇବା ଉଚିତ କି ନୁହଁ" #: ../gtk/gtkentrycompletion.c:354 msgid "Popup set width" @@ -2526,6 +2543,8 @@ msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." msgstr "" +"ଘଟଣା ବାକ୍ସଟି ଦୃଶ୍ୟମାନ ହେଉଛି କି ନୁହଁ, ଯେପରି ଅଦୃଶ୍ୟ ହେବାରୁ ବାରଣ କରିଥାଏ ଏବଂ କେବଳ ଘଟଣା " +"ଯାଞ୍ଚ କରିବାରେ ବ୍ୟବହୃତ ହୋଇଥାଏ।" #: ../gtk/gtkeventbox.c:98 msgid "Above child" @@ -2536,6 +2555,8 @@ msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." msgstr "" +"ଘଟଣା ବାକ୍ସର ସେହି କାଳେ ସେହି ଘଟଣା-ଯାଞ୍ଚକାରୀ ୱିଣ୍ଡୋଟି ନିମ୍ନ ସ୍ତର ୱିଜେଟ ୱିଣ୍ଡୋ ଉପରେ ରହିବା " +"ଉଚିତ କି ଯେପରି ନିମ୍ନରେ ବାରଣ କରାଯାଇଥାଏ।" #: ../gtk/gtkexpander.c:187 msgid "Expanded" @@ -2543,7 +2564,7 @@ msgstr "ବିସ୍ତୃତ" #: ../gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" -msgstr "" +msgstr "ନିମ୍ନ ସ୍ତର ୱିଜେଟକୁ ବିସ୍ତାର କରିବା ପାଇଁ କାଳେ ସେହି ବିସ୍ତାର କାରୀକୁ ଖୋଲାଯିବା ଉଚିତ କି" #: ../gtk/gtkexpander.c:196 msgid "Text of the expander's label" @@ -2555,7 +2576,7 @@ msgstr "ଚିହ୍ନଟ ବ୍ଯବହାର କରନ୍ତୁ" #: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" -msgstr "" +msgstr "ନାମପଟିର ପାଠ୍ୟରେ XML ଚିହ୍ନଟ ଅନ୍ତର୍ଭୁକ୍ତ ହୋଇଥାଏ। pango_parse_markup() କୁ ଦେଖନ୍ତୁ" #: ../gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" @@ -2587,7 +2608,7 @@ msgstr "କାର୍ଯ୍ଯ" #: ../gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" -msgstr "" +msgstr "ଫାଇଲ ଚୟନକର୍ତ୍ତା କରୁଥିବା ପ୍ରୟୋଗର ପ୍ରକାର" #: ../gtk/gtkfilechooser.c:201 msgid "File System Backend" @@ -2603,7 +2624,7 @@ msgstr "ଫିଲଟର" #: ../gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" -msgstr "" +msgstr "କେଉଁ ଫାଇଲଗୁଡ଼ିକୁ ଦର୍ଶାଯିବା ଉଚିତ ତାହା ବାଛିବା ପାଇଁ ପ୍ରଚଳିତ ଛାଣକ" #: ../gtk/gtkfilechooser.c:213 msgid "Local Only" @@ -2611,7 +2632,7 @@ msgstr "କେବଳ ସ୍ଥାନୀୟ" #: ../gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" -msgstr "" +msgstr "ବଚ୍ଛିତ ଫାଇଲ(ଗୁଡ଼ିକ) ସ୍ଥାନୀୟ ଫାଇଲରେ ସୀମିତ ରହିବା ଉଚିତ କି: URLs" #: ../gtk/gtkfilechooser.c:219 msgid "Preview widget" @@ -2619,7 +2640,7 @@ msgstr "ୱିଜେଟ ପ୍ରାକଦର୍ଶନ" #: ../gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." -msgstr "" +msgstr "ଇଚ୍ଛାରୂପୀ ପ୍ରାକଦର୍ଶନ ପାଇଁ ପ୍ରୟୋଗ ପ୍ରଦତ୍ତ ୱିଜେଟ।" #: ../gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" @@ -2627,7 +2648,7 @@ msgstr "ପ୍ରାକଦର୍ଶନ ୱିଜେଟ ସକ୍ରିୟ ଅଛ #: ../gtk/gtkfilechooser.c:226 msgid "Whether the application supplied widget for custom previews should be shown." -msgstr "" +msgstr "ଇଚ୍ଛାରୂପଣ ପ୍ରାକଦର୍ଶନକୁ କାଳେ ସେହି ପ୍ରଦତ୍ତ ୱିଜେଟ ପ୍ରୟୋଗରେ ଦର୍ଶାଯିବା ଉଚିତ କି।" #: ../gtk/gtkfilechooser.c:231 msgid "Use Preview Label" @@ -2635,7 +2656,7 @@ msgstr "ପ୍ରାକଦର୍ଶନ ନାମପଟିକୁ ବ୍ୟବହ #: ../gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." -msgstr "" +msgstr "ଗୋଟିଏ ଭଣ୍ଡାର ନାମପଟିକୁ ପ୍ରାକଦର୍ଶନ କରାଯାଇଥିବା ଫାଇଲର ନାମ ସହିତ ଦର୍ଶାଯିବା ଉଚିତ କି।" #: ../gtk/gtkfilechooser.c:237 msgid "Extra widget" @@ -2643,7 +2664,7 @@ msgstr "ଅତିରିକ୍ତ ୱିଜେଟ" #: ../gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." -msgstr "" +msgstr "ଅତିରିକ୍ତ ବିକଳ୍ପ ପାଇଁ ପ୍ରୟୋଗ ପ୍ରଦତ୍ତ ୱିଜେଟ।" #: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 #: ../gtk/gtkrecentchooser.c:203 @@ -2660,7 +2681,7 @@ msgstr "ଲୁକ୍କାଇତକୁ ଦର୍ଶାନ୍ତୁ" #: ../gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" -msgstr "" +msgstr "ଲୁକ୍କାଇତ ଫାଇଲ ଏବଂ ଫୋଲଡରଗୁଡ଼ିକୁ ଦର୍ଶାଯିବା ଉଚିତ କି ନୁହଁ" #: ../gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" From 5b4855d40ea0d95f8d0193de6a5a43c96b311695 Mon Sep 17 00:00:00 2001 From: Manoj Kumar Giri Date: Thu, 23 Apr 2009 17:57:33 +0530 Subject: [PATCH 098/190] Updated Oriya Translations --- po-properties/or.po | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/po-properties/or.po b/po-properties/or.po index fabe87b341..0fc9e7ba5d 100644 --- a/po-properties/or.po +++ b/po-properties/or.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: or\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+&component=general\n" "POT-Creation-Date: 2009-04-13 03:29+0000\n" -"PO-Revision-Date: 2009-04-23 17:31+0530\n" +"PO-Revision-Date: 2009-04-23 17:57+0530\n" "Last-Translator: Manoj Kumar Giri \n" "Language-Team: Oriya \n" "MIME-Version: 1.0\n" @@ -38,6 +38,7 @@ msgstr "" "\n" "\n" "\n" +"\n" #: ../gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" @@ -2707,7 +2708,7 @@ msgstr "ଫାଇଲ ଚୟନକର୍ତ୍ତା ସଂଳାପର ଶୀର #: ../gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." -msgstr "" +msgstr "ବଟନ ୱିଜେଟରୁ ଆଶାକରାଯାଉଥିବା ଓସାର, ଅକ୍ଷରରେ।" #: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 #: ../gtk/gtkstatusicon.c:218 From 3f00129e17fe9443e3ecd50aeac291b7fdc74ec3 Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Thu, 23 Apr 2009 14:36:51 +0100 Subject: [PATCH 099/190] Fix Selectable state for gailButton Only remove Selectable state from a GailButton if it is not Focusable (ie, a TreeView column header); do not add Selectable for all focusable buttons. Fixes a bug introduced with the fix to 433324. --- modules/other/gail/gailbutton.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/other/gail/gailbutton.c b/modules/other/gail/gailbutton.c index 01c6778f4b..b8ab7cd77d 100644 --- a/modules/other/gail/gailbutton.c +++ b/modules/other/gail/gailbutton.c @@ -889,9 +889,7 @@ gail_button_ref_state_set (AtkObject *obj) if (GTK_WIDGET_STATE (widget) == GTK_STATE_ACTIVE) atk_state_set_add_state (state_set, ATK_STATE_ARMED); - if (GTK_WIDGET_CAN_FOCUS(widget)) - atk_state_set_add_state (state_set, ATK_STATE_SELECTABLE); - else + if (!GTK_WIDGET_CAN_FOCUS(widget)) atk_state_set_remove_state (state_set, ATK_STATE_SELECTABLE); From 459b6a2e728ec4e8b48b3fcc3b4ec63c41e0c9d4 Mon Sep 17 00:00:00 2001 From: Jorge Gonzalez Date: Fri, 24 Apr 2009 20:36:13 +0200 Subject: [PATCH 100/190] Updated Spanish translation --- po/es.po | 373 +++++++++++++++++++++++++++++++++---------------------- 1 file changed, 226 insertions(+), 147 deletions(-) diff --git a/po/es.po b/po/es.po index 674d01163d..b60688a3d2 100644 --- a/po/es.po +++ b/po/es.po @@ -15,8 +15,8 @@ msgstr "" "Project-Id-Version: gtk+.HEAD\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" "+&component=general\n" -"POT-Creation-Date: 2009-04-12 03:30+0000\n" -"PO-Revision-Date: 2009-04-12 14:29+0200\n" +"POT-Creation-Date: 2009-04-21 12:26+0000\n" +"PO-Revision-Date: 2009-04-24 20:32+0200\n" "Last-Translator: Jorge González \n" "Language-Team: Español \n" "MIME-Version: 1.0\n" @@ -1202,46 +1202,51 @@ msgid_plural "Opening %d Items" msgstr[0] "Aberiendo %d elemento" msgstr[1] "Abriendo %d elementos" -#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:183 +#| msgid "Could not clear list" +msgid "Could not show link" +msgstr "No se pudo mostrar el enlace" + +#: ../gtk/gtkaboutdialog.c:306 ../gtk/gtkaboutdialog.c:2202 msgid "License" msgstr "Licencia" -#: ../gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:307 msgid "The license of the program" msgstr "La licencia del programa" #. Add the credits button -#: ../gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:547 msgid "C_redits" msgstr "C_réditos" #. Add the license button -#: ../gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:561 msgid "_License" msgstr "_Licencia" -#: ../gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:829 #, c-format msgid "About %s" msgstr "Acerca de %s" -#: ../gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2125 msgid "Credits" msgstr "Créditos" -#: ../gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2154 msgid "Written by" msgstr "Escrito por" -#: ../gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2157 msgid "Documented by" msgstr "Documentado por" -#: ../gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2169 msgid "Translated by" msgstr "Traducido por" -#: ../gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2173 msgid "Artwork by" msgstr "Arte por" @@ -1422,11 +1427,21 @@ msgctxt "Accelerator" msgid "Disabled" msgstr "Desactivado" +#. This label is displayed in a treeview cell displaying +#. * an accelerator key combination that is not valid according +#. * to gtk_accelerator_valid(). +#. +#: ../gtk/gtkcellrendereraccel.c:253 +#| msgid "Invalid URI" +msgctxt "Accelerator" +msgid "Invalid" +msgstr "No válido" + #. This label is displayed in a treeview cell displaying #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:388 ../gtk/gtkcellrendereraccel.c:600 msgid "New accelerator..." msgstr "Acelerador nuevo…" @@ -1627,7 +1642,7 @@ msgstr "" #: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" -msgstr "Nombre de archivo inválido" +msgstr "Nombre de archivo no válido" #: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" @@ -2392,7 +2407,7 @@ msgstr "Tamaño del _papel:" msgid "_Orientation:" msgstr "_Orientación:" -#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2683 msgid "Page Setup" msgstr "Configuración de página" @@ -2453,6 +2468,21 @@ msgstr "Ruta inferior" msgid "File System Root" msgstr "Sistema de archivos raíz" +#: ../gtk/gtkprintbackend.c:740 +#| msgid "Application" +msgid "Authentication" +msgstr "Autenticación" + +#: ../gtk/gtkprintbackend.c:772 +#| msgid "_Username:" +msgid "Username:" +msgstr "Nombre de usuario:" + +#: ../gtk/gtkprintbackend.c:782 +#| msgid "_Password:" +msgid "Password:" +msgstr "Contraseña:" + #: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "No disponible" @@ -2465,75 +2495,75 @@ msgstr "_Guardar en la carpeta:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: ../gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:176 #, c-format msgid "%s job #%d" msgstr "%s tarea #%d" -#: ../gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1540 msgctxt "print operation status" msgid "Initial state" msgstr "Estado inicial" -#: ../gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1541 msgctxt "print operation status" msgid "Preparing to print" msgstr "Preparándose para imprimir" -#: ../gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1542 msgctxt "print operation status" msgid "Generating data" msgstr "Generando datos" -#: ../gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1543 msgctxt "print operation status" msgid "Sending data" msgstr "Enviando datos" -#: ../gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1544 msgctxt "print operation status" msgid "Waiting" msgstr "Esperando" -#: ../gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1545 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Bloqueado en una hoja" -#: ../gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1546 msgctxt "print operation status" msgid "Printing" msgstr "Imprimiendo" -#: ../gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1547 msgctxt "print operation status" msgid "Finished" msgstr "Terminando" -#: ../gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1548 msgctxt "print operation status" msgid "Finished with error" msgstr "Terminado con error" -#: ../gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2071 #, c-format msgid "Preparing %d" msgstr "Preparando %d" -#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 +#: ../gtk/gtkprintoperation.c:2073 ../gtk/gtkprintoperation.c:2404 msgid "Preparing" msgstr "Preparando" -#: ../gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2076 #, c-format msgid "Printing %d" msgstr "Imprimiendo %d" -#: ../gtk/gtkprintoperation.c:2411 +#: ../gtk/gtkprintoperation.c:2434 msgid "Error creating print preview" msgstr "Error al crear la vista previa de impresión" -#: ../gtk/gtkprintoperation.c:2414 +#: ../gtk/gtkprintoperation.c:2437 msgid "The most probable reason is that a temporary file could not be created." msgstr "La razón más probable es que no se pudiera crear un archivo temporal." @@ -2545,7 +2575,7 @@ msgstr "Error al lanzar la vista previa" msgid "Error printing" msgstr "Error en la impresión" -#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:425 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplicación" @@ -2559,7 +2589,7 @@ msgstr "Papel agotado" #. Translators: this is a printer status. #: ../gtk/gtkprintoperation-win32.c:594 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1710 msgid "Paused" msgstr "Pausada" @@ -2604,37 +2634,37 @@ msgstr "Manipulador inválido a PrintDlgEx" msgid "Unspecified error" msgstr "Error no especificado" -#: ../gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1763 msgid "Printer" msgstr "Impresora" #. Translators: this is the header for the location column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1773 msgid "Location" msgstr "Lugar" #. Translators: this is the header for the printer status column in the print dialog -#: ../gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1784 msgid "Status" msgstr "Estado" -#: ../gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1809 msgid "Range" msgstr "Rango" -#: ../gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1813 msgid "_All Pages" msgstr "_Todas las páginas" -#: ../gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1820 msgid "C_urrent Page" msgstr "Página a_ctual" -#: ../gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1829 msgid "Pag_es:" msgstr "Págin_as:" -#: ../gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1830 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2642,124 +2672,124 @@ msgstr "" "Especifique uno o más rangos de páginas,\n" "ej. 1-3,7,11" -#: ../gtk/gtkprintunixdialog.c:1835 +#: ../gtk/gtkprintunixdialog.c:1840 msgid "Pages" msgstr "Páginas" -#: ../gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copies" msgstr "Copias" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: ../gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1858 msgid "Copie_s:" msgstr "_Copias:" -#: ../gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1876 msgid "C_ollate" msgstr "_Intercalar" -#: ../gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1884 msgid "_Reverse" msgstr "In_vertir" -#: ../gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1904 msgid "General" msgstr "General" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: ../gtk/gtkprintunixdialog.c:2439 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2444 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3164 msgid "Page Ordering" msgstr "Orden de las hojas" -#: ../gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2450 msgid "Left to right" msgstr "Izquierda a derecha" -#: ../gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2451 msgid "Right to left" msgstr "Derecha a izquierda" -#: ../gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2520 msgid "Layout" msgstr "Disposición" -#: ../gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2524 msgid "T_wo-sided:" msgstr "Por las _dos caras:" -#: ../gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2539 msgid "Pages per _side:" msgstr "Páginas por _hoja:" -#: ../gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2557 msgid "Page or_dering:" msgstr "Or_den de páginas:" -#: ../gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2573 msgid "_Only print:" msgstr "_Sólo imprimir:" #. In enum order -#: ../gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "All sheets" msgstr "Todas las hojas" -#: ../gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2589 msgid "Even sheets" msgstr "Hojas pares" -#: ../gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2590 msgid "Odd sheets" msgstr "Hojas impares" -#: ../gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2593 msgid "Sc_ale:" msgstr "_Escala:" -#: ../gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2620 msgid "Paper" msgstr "Papel" -#: ../gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2624 msgid "Paper _type:" msgstr "_Tipo de papel:" -#: ../gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2639 msgid "Paper _source:" msgstr "_Fuente del papel:" -#: ../gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2654 msgid "Output t_ray:" msgstr "_Bandeja de salida:" -#: ../gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2708 msgid "Job Details" msgstr "Detalles de la tarea" -#: ../gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2714 msgid "Pri_ority:" msgstr "_Prioridad:" -#: ../gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2729 msgid "_Billing info:" msgstr "Info de _facturación:" -#: ../gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2747 msgid "Print Document" msgstr "Imprimir documento" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2756 msgid "_Now" msgstr "_Ahora" -#: ../gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2767 msgid "A_t:" msgstr "_En:" @@ -2767,7 +2797,7 @@ msgstr "_En:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: ../gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2773 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2775,64 +2805,64 @@ msgstr "" "Especifique la hora de impresión,\n" "ej. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: ../gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2783 msgid "Time of print" msgstr "Hora de la impresión" -#: ../gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2799 msgid "On _hold" msgstr "En _espera" -#: ../gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2800 msgid "Hold the job until it is explicitly released" msgstr "Retener el trabajo hasta que se libere explícitamente" -#: ../gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2820 msgid "Add Cover Page" msgstr "Añadir página de cubierta" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2829 msgid "Be_fore:" msgstr "An_tes:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2847 msgid "_After:" msgstr "_Después:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: ../gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2865 msgid "Job" msgstr "Tarea" -#: ../gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2931 msgid "Advanced" msgstr "Avanzado" -#: ../gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2966 msgid "Image Quality" msgstr "Calidad de imagen" -#: ../gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2969 msgid "Color" msgstr "Color" -#: ../gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2972 msgid "Finishing" msgstr "Terminando" -#: ../gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2982 msgid "Some of the settings in the dialog conflict" msgstr "Algunos de los ajustes del diálogo están en conflicto" -#: ../gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3005 msgid "Print" msgstr "Imprimir" @@ -4656,217 +4686,266 @@ msgstr "Vietnamita (VIQR)" msgid "X Input Method" msgstr "Método de entrada X" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:769 +#, c-format +msgid "Authentication is required to get a file from %s" +msgstr "Se necesita autenticación para obtener un archivo de %s" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:773 +#, c-format +msgid "Authentication is required to print document '%s' on printer %s" +msgstr "" +"Se necesita autenticación para imprimir el documento «%s» en la impresora %s" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:775 +#, c-format +msgid "Authentication is required to print a document on %s" +msgstr "Se necesita autenticación para imprimir el documento en %s" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:779 +#, c-format +msgid "Authentication is required to get attributes of job '%s'" +msgstr "" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:781 +msgid "Authentication is required to get attributes of a job" +msgstr "" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:785 +#, c-format +msgid "Authentication is required to get attributes of printer %s" +msgstr "" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:787 +msgid "Authentication is required to get attributes of a printer" +msgstr "" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:790 +#, c-format +msgid "Authentication is required to get default printer of %s" +msgstr "" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:793 +#, c-format +msgid "Authentication is required to get printers from %s" +msgstr "" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:796 +#, c-format +msgid "Authentication is required on %s" +msgstr "" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1412 #, c-format msgid "Printer '%s' is low on toner." msgstr "A la impresora «%s» le queda poco tóner." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1413 #, c-format msgid "Printer '%s' has no toner left." msgstr "A la impresora «%s» no le queda tóner." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1415 #, c-format msgid "Printer '%s' is low on developer." msgstr "A la impresora «%s» le queda poco revelador." #. Translators: "Developer" like on photo development context -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1417 #, c-format msgid "Printer '%s' is out of developer." msgstr "A la impresora «%s» no le queda revelador." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1419 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "A la impresora «%s» le queda poco de, al menos, un cartucho." #. Translators: "marker" is one color bin of the printer -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1421 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "A la impresora «%s» no le queda, al menos, un cartucho." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1422 #, c-format msgid "The cover is open on printer '%s'." msgstr "La tapa de la impresora «%s» está abierta." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1423 #, c-format msgid "The door is open on printer '%s'." msgstr "La puerta de la impresora «%s» está abierta." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1424 #, c-format msgid "Printer '%s' is low on paper." msgstr "La impresora «%s» tiene poco papel." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1425 #, c-format msgid "Printer '%s' is out of paper." msgstr "La impresora «%s» no tiene papel." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1426 #, c-format msgid "Printer '%s' is currently off-line." msgstr "La impresora «%s» está actualmente desconectada." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1427 #, c-format msgid "Printer '%s' may not be connected." msgstr "La impresora «%s» parece no estar conectada." -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1428 #, c-format msgid "There is a problem on printer '%s'." msgstr "Existe un problema con la impresora «%s»." #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1707 msgid "Paused ; Rejecting Jobs" msgstr "Pausado; rechazando trabajos" #. Translators: this is a printer status. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1713 msgid "Rejecting Jobs" msgstr "Rechazando trabajos" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2399 msgid "Two Sided" msgstr "Dos caras" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2400 msgid "Paper Type" msgstr "Tipo de papel" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2401 msgid "Paper Source" msgstr "Fuente de papel" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2402 msgid "Output Tray" msgstr "Bandeja de salida" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2403 msgid "Resolution" msgstr "Resolución" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2404 msgid "GhostScript pre-filtering" msgstr "Prefiltrado GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2413 msgid "One Sided" msgstr "Una cara" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2415 msgid "Long Edge (Standard)" msgstr "Margen largo (estándar)" #. Translators: this is an option of "Two Sided" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2417 msgid "Short Edge (Flip)" msgstr "Margen corto (girar)" #. Translators: this is an option of "Paper Source" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2419 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2421 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2429 msgid "Auto Select" msgstr "Autoseleccionar" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2423 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2425 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2427 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2431 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2917 msgid "Printer Default" msgstr "Predeterminado de la impresora" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2433 msgid "Embed GhostScript fonts only" msgstr "Sólo empotrar tipografías GhostScript" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2435 msgid "Convert to PS level 1" msgstr "Convertir a PS de nivel 1" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2437 msgid "Convert to PS level 2" msgstr "Convertir a PS de nivel 2" #. Translators: this is an option of "GhostScript" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2439 msgid "No pre-filtering" msgstr "Sin prefiltrado" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2448 msgid "Miscellaneous" msgstr "Miscelánea" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3125 msgid "Urgent" msgstr "Urgente" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3125 msgid "High" msgstr "Alta" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3125 msgid "Medium" msgstr "Media" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3125 msgid "Low" msgstr "Baja" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3130 msgid "Left to right, top to bottom" msgstr "De izquierda a derecha, de arriba a abajo" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3130 msgid "Left to right, bottom to top" msgstr "De izquierda a derecha, de abajo a arriba" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3131 msgid "Right to left, top to bottom" msgstr "De derecha a izquierda, de arriba a abajo" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3131 msgid "Right to left, bottom to top" msgstr "De derecha a izquierda, de abajo a arriba" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3132 msgid "Top to bottom, left to right" msgstr "De arriba a abajo, de izquierda a derecha" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3132 msgid "Top to bottom, right to left" msgstr "De arriba a abajo, de derecha a izquierda" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3133 msgid "Bottom to top, left to right" msgstr "De abajo a arriba, de izquierda a derecha" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3133 msgid "Bottom to top, right to left" msgstr "De abajo a arriba, de derecha a izquierda" @@ -4874,21 +4953,21 @@ msgstr "De abajo a arriba, de derecha a izquierda" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3148 msgid "Pages per Sheet" msgstr "Páginas por hoja" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3185 msgid "Job Priority" msgstr "Prioridad del trabajo" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3196 msgid "Billing Info" msgstr "Información de facturación" @@ -4896,45 +4975,45 @@ msgstr "Información de facturación" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "None" msgstr "Ninguna" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Classified" msgstr "Clasificado" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Confidential" msgstr "Confidencial" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Secret" msgstr "Secreto" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Standard" msgstr "Estándar" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Top Secret" msgstr "Alto secreto" -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Unclassified" msgstr "Desclasificado" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3245 msgid "Before" msgstr "Antes" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3260 msgid "After" msgstr "Después" @@ -4942,14 +5021,14 @@ msgstr "Después" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3280 msgid "Print at" msgstr "Imprimir en" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3291 msgid "Print at time" msgstr "Imprimir a la hora" @@ -4957,7 +5036,7 @@ msgstr "Imprimir a la hora" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3326 #, c-format msgid "Custom %sx%s" msgstr "Personalizado %sx%s" From fa00f3e50a4a5a16ca00b08308f7fa6008b45d3e Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Fri, 24 Apr 2009 17:20:03 -0500 Subject: [PATCH 101/190] Fix casting problem in gmodule code. This fixes bug 579884. Previously the return value of g_slist_find_custom was being recasted as type (GtkModuleInfo *). This patch sets the return value to a temporary variable of type (GSList *), and sets info to temp->data. This avoids a crashing problem. --- gtk/gtkmodules.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/gtk/gtkmodules.c b/gtk/gtkmodules.c index dddee9d550..a6b40d88b5 100644 --- a/gtk/gtkmodules.c +++ b/gtk/gtkmodules.c @@ -289,9 +289,16 @@ load_module (GSList *module_list, g_module_close (module); else { + GSList *temp; + success = TRUE; - info = (GtkModuleInfo *) g_slist_find_custom (gtk_modules, module, - (GCompareFunc)cmp_module); + info = NULL; + + temp = g_slist_find_custom (gtk_modules, module, + (GCompareFunc)cmp_module); + if (temp != NULL) + info = temp->data; + if (!info) { info = g_new0 (GtkModuleInfo, 1); From f43a78a892981b220ecbb90245da3c8370cab2fe Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Fri, 24 Apr 2009 18:16:15 -0500 Subject: [PATCH 102/190] Fix casting problem in gmodule code. This fixes bug 579884. Previously the return value of g_slist_find_custom was being recasted as type (GtkModuleInfo *). This patch sets the return value to a temporary variable of type (GSList *), and sets info to temp->data. This avoids a crashing problem. --- gtk/gtkmodules.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/gtk/gtkmodules.c b/gtk/gtkmodules.c index dddee9d550..a6b40d88b5 100644 --- a/gtk/gtkmodules.c +++ b/gtk/gtkmodules.c @@ -289,9 +289,16 @@ load_module (GSList *module_list, g_module_close (module); else { + GSList *temp; + success = TRUE; - info = (GtkModuleInfo *) g_slist_find_custom (gtk_modules, module, - (GCompareFunc)cmp_module); + info = NULL; + + temp = g_slist_find_custom (gtk_modules, module, + (GCompareFunc)cmp_module); + if (temp != NULL) + info = temp->data; + if (!info) { info = g_new0 (GtkModuleInfo, 1); From 09607127d4c441861ab9ef90beeddd9bf775edf8 Mon Sep 17 00:00:00 2001 From: "Maxim V. Dziumanenko" Date: Sun, 26 Apr 2009 16:42:14 +0300 Subject: [PATCH 103/190] Update Ukrainian translation --- po-properties/uk.po | 3578 +++++++++++++++++++++---------------------- po/uk.po | 2783 ++++++++++++++++----------------- 2 files changed, 3119 insertions(+), 3242 deletions(-) diff --git a/po-properties/uk.po b/po-properties/uk.po index 486e792832..f2e485389f 100644 --- a/po-properties/uk.po +++ b/po-properties/uk.po @@ -1,123 +1,125 @@ # Ukrainian translation of gtk+. # Copyright (C) 1999 Free Software Foundation, Inc. # Yuri Syrota , 1999. -# Maxim Dziumanenko , 2004-2006 +# Maxim Dziumanenko , 2004-2009 # msgid "" msgstr "" "Project-Id-Version: gtk+ 2.4.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:25-0400\n" -"PO-Revision-Date: 2009-09-04 14:55+0200\n" +"POT-Creation-Date: 2009-04-26 16:04+0300\n" +"PO-Revision-Date: 2009-04-26 14:55+0200\n" "Last-Translator: dziumanenko@gmail.com\n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gdk-pixbuf/gdk-pixbuf.c:89 +#: ../gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "Кількість каналів" -#: gdk-pixbuf/gdk-pixbuf.c:90 +#: ../gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "Кількість площин на точку" -#: gdk-pixbuf/gdk-pixbuf.c:99 +#: ../gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "Простір кольорів" -#: gdk-pixbuf/gdk-pixbuf.c:100 +#: ../gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "Простір кольорів, у якому площини інтерпретуються" -#: gdk-pixbuf/gdk-pixbuf.c:108 +#: ../gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "Має альфа-канал" -#: gdk-pixbuf/gdk-pixbuf.c:109 +#: ../gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "Чи підтримує pixbuf альфа-канал" -#: gdk-pixbuf/gdk-pixbuf.c:122 +#: ../gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "Бітів на площину" -#: gdk-pixbuf/gdk-pixbuf.c:123 +#: ../gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "Кількість бітів на площину" -#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 +#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 +#: ../gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "Ширина" -#: gdk-pixbuf/gdk-pixbuf.c:133 +#: ../gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "Кількість стовпчиків у pixbuf" -#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 +#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 msgid "Height" msgstr "Висота" -#: gdk-pixbuf/gdk-pixbuf.c:143 +#: ../gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "Кількість рядків у pixbuf" -#: gdk-pixbuf/gdk-pixbuf.c:159 +#: ../gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "Крок рядків" -#: gdk-pixbuf/gdk-pixbuf.c:160 +#: ../gdk-pixbuf/gdk-pixbuf.c:160 msgid "" "The number of bytes between the start of a row and the start of the next row" msgstr "Кількість байтів між початком рядка та початком наступного рядка" -#: gdk-pixbuf/gdk-pixbuf.c:169 +#: ../gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "Точки" -#: gdk-pixbuf/gdk-pixbuf.c:170 +#: ../gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "Вказівник на піксельні дані pixbuf" -#: gdk/gdkdisplaymanager.c:103 +#: ../gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "Типовий дисплей" -#: gdk/gdkdisplaymanager.c:104 +#: ../gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "Типовий дисплей для підсистеми GDK" -#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 +#: ../gdk/gdkpango.c:537 ../gtk/gtkinvisible.c:86 +#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 +#: ../gtk/gtkwindow.c:614 msgid "Screen" msgstr "Екран" -#: gdk/gdkpango.c:538 +#: ../gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen для рендерера" -#: gdk/gdkscreen.c:75 +#: ../gdk/gdkscreen.c:75 msgid "Font options" msgstr "Параметри шрифту" -#: gdk/gdkscreen.c:76 +#: ../gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "Типові параметри шрифту для екрану" -#: gdk/gdkscreen.c:83 +#: ../gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "Роздільна здатність шрифту" -#: gdk/gdkscreen.c:84 +#: ../gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "Роздільна здатність шрифту на екрані" -#: gtk/gtkaboutdialog.c:184 +#: ../gtk/gtkaboutdialog.c:239 msgid "Program name" msgstr "Назва програми" -#: gtk/gtkaboutdialog.c:185 +#: ../gtk/gtkaboutdialog.c:240 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -125,43 +127,43 @@ msgstr "" "Назва програми. Якщо не встановлено, типово використовується " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:199 +#: ../gtk/gtkaboutdialog.c:254 msgid "Program version" msgstr "Версія програми" -#: gtk/gtkaboutdialog.c:200 +#: ../gtk/gtkaboutdialog.c:255 msgid "The version of the program" msgstr "Версія програми" -#: gtk/gtkaboutdialog.c:214 +#: ../gtk/gtkaboutdialog.c:269 msgid "Copyright string" msgstr "Рядок авторського права" -#: gtk/gtkaboutdialog.c:215 +#: ../gtk/gtkaboutdialog.c:270 msgid "Copyright information for the program" msgstr "Інформація про авторське право програми" -#: gtk/gtkaboutdialog.c:232 +#: ../gtk/gtkaboutdialog.c:287 msgid "Comments string" msgstr "Рядок коментаря" -#: gtk/gtkaboutdialog.c:233 +#: ../gtk/gtkaboutdialog.c:288 msgid "Comments about the program" msgstr "Коментар про програму" -#: gtk/gtkaboutdialog.c:267 +#: ../gtk/gtkaboutdialog.c:322 msgid "Website URL" msgstr "URL веб-сторінка" -#: gtk/gtkaboutdialog.c:268 +#: ../gtk/gtkaboutdialog.c:323 msgid "The URL for the link to the website of the program" msgstr "URL веб-сторінки програми" -#: gtk/gtkaboutdialog.c:284 +#: ../gtk/gtkaboutdialog.c:339 msgid "Website label" msgstr "Ярлик веб-сайту" -#: gtk/gtkaboutdialog.c:285 +#: ../gtk/gtkaboutdialog.c:340 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -169,46 +171,46 @@ msgstr "" "Ярлик посилання на веб-сторінку програми. Якщо не встановлено, типово " "відповідає URL" -#: gtk/gtkaboutdialog.c:301 +#: ../gtk/gtkaboutdialog.c:356 msgid "Authors" msgstr "Автори" -#: gtk/gtkaboutdialog.c:302 +#: ../gtk/gtkaboutdialog.c:357 msgid "List of authors of the program" msgstr "Перелік авторів програми" -#: gtk/gtkaboutdialog.c:318 +#: ../gtk/gtkaboutdialog.c:373 msgid "Documenters" msgstr "Автори документації" -#: gtk/gtkaboutdialog.c:319 +#: ../gtk/gtkaboutdialog.c:374 msgid "List of people documenting the program" msgstr "Перелік авторів документації програми" -#: gtk/gtkaboutdialog.c:335 +#: ../gtk/gtkaboutdialog.c:390 msgid "Artists" msgstr "Художники" -#: gtk/gtkaboutdialog.c:336 +#: ../gtk/gtkaboutdialog.c:391 msgid "List of people who have contributed artwork to the program" msgstr "Перелік осіб, що приймали участь у оформленні програми" -#: gtk/gtkaboutdialog.c:353 +#: ../gtk/gtkaboutdialog.c:408 msgid "Translator credits" msgstr "Перекладачі" -#: gtk/gtkaboutdialog.c:354 +#: ../gtk/gtkaboutdialog.c:409 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Подяки перекладачам. Ця рядки повинні бути позначені як доступні для " "перекладу." -#: gtk/gtkaboutdialog.c:369 +#: ../gtk/gtkaboutdialog.c:424 msgid "Logo" msgstr "Емблема" -#: gtk/gtkaboutdialog.c:370 +#: ../gtk/gtkaboutdialog.c:425 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -216,108 +218,109 @@ msgstr "" "Емблема для вікна \"Про програму\". Якщо не встановлено, типово " "використовується gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:385 +#: ../gtk/gtkaboutdialog.c:440 msgid "Logo Icon Name" msgstr "Назва значка емблеми" -#: gtk/gtkaboutdialog.c:386 +#: ../gtk/gtkaboutdialog.c:441 msgid "A named icon to use as the logo for the about box." msgstr "Назва значка, що використовується у якості емблеми \"Про програму\"." -#: gtk/gtkaboutdialog.c:399 +#: ../gtk/gtkaboutdialog.c:454 msgid "Wrap license" msgstr "Режим переносу ліцензії" -#: gtk/gtkaboutdialog.c:400 +#: ../gtk/gtkaboutdialog.c:455 msgid "Whether to wrap the license text." msgstr "Чи переносити рядку у тексті ліцензії." -#: gtk/gtkaccellabel.c:123 +#: ../gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "Об'єкт Closure комбінації клавіш" -#: gtk/gtkaccellabel.c:124 +#: ../gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "Об'єкт GClosure, в якому відображуються зміни комбінації клавіш" -#: gtk/gtkaccellabel.c:130 +#: ../gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "Елемент керування \"комбінація клавіш\"" -#: gtk/gtkaccellabel.c:131 +#: ../gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "Елемент керування, відповідний за зміну комбінації клавіш" -#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 -#: gtk/gtktextmark.c:89 +#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 +#: ../gtk/gtktextmark.c:89 msgid "Name" msgstr "Назва" -#: gtk/gtkaction.c:180 +#: ../gtk/gtkaction.c:180 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/gtktoolbutton.c:202 +#: ../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/gtktoolbutton.c:202 msgid "Label" msgstr "Позначка" -#: gtk/gtkaction.c:199 +#: ../gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "" "Позначка, що використовується для меню та кнопок, які ініціюють дану дію." -#: gtk/gtkaction.c:215 +#: ../gtk/gtkaction.c:215 msgid "Short label" msgstr "Скорочена позначка" -#: gtk/gtkaction.c:216 +#: ../gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "" "Скорочена позначка, яка може використовуватись для кнопок панелі керування." -#: gtk/gtkaction.c:224 +#: ../gtk/gtkaction.c:224 msgid "Tooltip" msgstr "Підказка" -#: gtk/gtkaction.c:225 +#: ../gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "Підказка до цієї дії." -#: gtk/gtkaction.c:240 +#: ../gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "Вбудований значок" -#: gtk/gtkaction.c:241 +#: ../gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "" "Вбудований значок, що відображається у віджетах, які представляють дану дію." -#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 +#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "GIcon" -#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 -#: gtk/gtkstatusicon.c:251 +#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 +#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "Набір значків до відображення" -#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 +#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 +#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 +#: ../gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Назва значка" -#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 -#: gtk/gtkstatusicon.c:235 +#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 +#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "Назва значка з теми значків" -#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 +#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "Видимий при горизонтальному розташуванні" -#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 +#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." @@ -325,11 +328,11 @@ msgstr "" "Чи буде елемент панелі інструментів видимий при горизонтальному розташуванні " "панелі інструментів." -#: gtk/gtkaction.c:306 +#: ../gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "Видимий при переповненні" -#: gtk/gtkaction.c:307 +#: ../gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." @@ -337,11 +340,11 @@ msgstr "" "Якщо встановлено, тоді проксі-елементи меню для цієї дії будуть перекривати " "меню на панелі інструментів." -#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 +#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "Видимий при вертикальному розташуванні" -#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 +#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." @@ -349,11 +352,11 @@ msgstr "" "Чи буде елемент панелі інструментів видимий при вертикальному розташуванні " "панелі інструментів." -#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 +#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 msgid "Is important" msgstr "Важливо" -#: gtk/gtkaction.c:323 +#: ../gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." @@ -361,39 +364,40 @@ msgstr "" "Чи вважається ця дія важливою. Якщо встановлено, тоді проксі-елементи панелі " "для цієї дії будуть показувати текст в режимі GTK_TOOLBAR_BOTH_HORIZ." -#: gtk/gtkaction.c:331 +#: ../gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "Приховувати, якщо порожній" -#: gtk/gtkaction.c:332 +#: ../gtk/gtkaction.c:332 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/gtkaction.c:338 ../gtk/gtkactiongroup.c:177 +#: ../gtk/gtkcellrenderer.c:193 ../gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "Чутливий" -#: gtk/gtkaction.c:339 +#: ../gtk/gtkaction.c:339 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/gtkaction.c:345 ../gtk/gtkactiongroup.c:184 +#: ../gtk/gtkstatusicon.c:293 ../gtk/gtktreeviewcolumn.c:191 +#: ../gtk/gtkwidget.c:516 msgid "Visible" msgstr "Видима" -#: gtk/gtkaction.c:346 +#: ../gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "Чи буде дія видимою." -#: gtk/gtkaction.c:352 +#: ../gtk/gtkaction.c:352 msgid "Action Group" msgstr "Група дій" -#: gtk/gtkaction.c:353 +#: ../gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." @@ -401,72 +405,72 @@ msgstr "" "GtkActionGroup, з якою пов'язаний цей об'єкт GtkAction, або NULL (для " "внутрішнього використання)." -#: gtk/gtkactiongroup.c:171 +#: ../gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "Назва групи групи дій." -#: gtk/gtkactiongroup.c:178 +#: ../gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "Чи буде група дій ввімкненою." -#: gtk/gtkactiongroup.c:185 +#: ../gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "Чи буде група дій видимою." -#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 +#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 +#: ../gtk/gtkscalebutton.c:206 ../gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Значення" -#: gtk/gtkadjustment.c:94 +#: ../gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "Значення регулятора" -#: gtk/gtkadjustment.c:110 +#: ../gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "Мінімальне значення" -#: gtk/gtkadjustment.c:111 +#: ../gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "Мінімальне значення регулятора" -#: gtk/gtkadjustment.c:130 +#: ../gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "Максимальне значення" -#: gtk/gtkadjustment.c:131 +#: ../gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "Максимальне значення регулятора" -#: gtk/gtkadjustment.c:147 +#: ../gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "Величина зміни на крок" -#: gtk/gtkadjustment.c:148 +#: ../gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "Величина кроку зміни регулятора" -#: gtk/gtkadjustment.c:164 +#: ../gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "Величина зміни на сторінку" -#: gtk/gtkadjustment.c:165 +#: ../gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "Величина кроку зміни на сторінку регулятора" -#: gtk/gtkadjustment.c:184 +#: ../gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "Розмір сторінки" -#: gtk/gtkadjustment.c:185 +#: ../gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "Розмір сторінки регулятора" -#: gtk/gtkalignment.c:90 +#: ../gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "Горизонтальне вирівнювання" -#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 +#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" @@ -474,11 +478,11 @@ msgstr "" "Горизонтальне положення вкладеного елемента в доступному просторі. 0.0 — " "вирівняно по лівому краю, 1.0 — вирівняно по правому краю" -#: gtk/gtkalignment.c:100 +#: ../gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "Вертикальне вирівнювання" -#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 +#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" @@ -486,11 +490,11 @@ msgstr "" "Вертикальне положення вкладеного елемента в доступному просторі. 0.0 — " "вирівняно по верхньому краю, 1.0 — вирівняно по нижньому краю" -#: gtk/gtkalignment.c:109 +#: ../gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "Горизонтальний масштаб" -#: gtk/gtkalignment.c:110 +#: ../gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" @@ -498,11 +502,11 @@ msgstr "" "Якщо доступний горизонтальний простір більше необхідного для елемента, " "скільки буде використано цим елементом. 0.0 — нічого, 1.0 — все" -#: gtk/gtkalignment.c:118 +#: ../gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "Вертикальний масштаб" -#: gtk/gtkalignment.c:119 +#: ../gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" @@ -510,191 +514,191 @@ msgstr "" "Якщо доступний вертикальний простір більше необхідного для елемента, скільки " "буде використано цим елементом. 0.0 — нічого, 1.0 — все" -#: gtk/gtkalignment.c:136 +#: ../gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "Доповнення згори" -#: gtk/gtkalignment.c:137 +#: ../gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "Простір, що додається до елемента керування згори." -#: gtk/gtkalignment.c:153 +#: ../gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "Доповнення знизу" -#: gtk/gtkalignment.c:154 +#: ../gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "Простір, що додається до елемента керування знизу." -#: gtk/gtkalignment.c:170 +#: ../gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "Доповнення зліва" -#: gtk/gtkalignment.c:171 +#: ../gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "Простір, що додається до елемента керування зліва." -#: gtk/gtkalignment.c:187 +#: ../gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "Доповнення справа" -#: gtk/gtkalignment.c:188 +#: ../gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "Простір, що додається до елемента керування справа." -#: gtk/gtkarrow.c:75 +#: ../gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "Напрям стрілки" -#: gtk/gtkarrow.c:76 +#: ../gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "Напрям стрілки" -#: gtk/gtkarrow.c:84 +#: ../gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "Тінь стрілки" -#: gtk/gtkarrow.c:85 +#: ../gtk/gtkarrow.c:85 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:363 msgid "Arrow Scaling" msgstr "Масштаб стрілки" -#: gtk/gtkarrow.c:93 +#: ../gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "Простір, що займає стрілка" -#: gtk/gtkaspectframe.c:79 +#: ../gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "Горизонтальне вирівнювання" -#: gtk/gtkaspectframe.c:80 +#: ../gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "Вирівнювання вкладеного елементу по X" -#: gtk/gtkaspectframe.c:86 +#: ../gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "Вертикальне вирівнювання" -#: gtk/gtkaspectframe.c:87 +#: ../gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "Вирівнювання вкладеного елементу по Y" -#: gtk/gtkaspectframe.c:93 +#: ../gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "Відношення" -#: gtk/gtkaspectframe.c:94 +#: ../gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "" "Коефіцієнт пропорційності, якщо для параметра obey_child вибрано значення " "\"Хибність\"(FALSE)" -#: gtk/gtkaspectframe.c:100 +#: ../gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "Підлеглий елемент" -#: gtk/gtkaspectframe.c:101 +#: ../gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "" "Привести коефіцієнт пропорційності у відповідність з вкладений елементом " "рамки" -#: gtk/gtkassistant.c:261 +#: ../gtk/gtkassistant.c:281 msgid "Header Padding" msgstr "Доповнення заголовку" -#: gtk/gtkassistant.c:262 +#: ../gtk/gtkassistant.c:282 msgid "Number of pixels around the header." msgstr "Простір, що додається до заголовку елемента керування." -#: gtk/gtkassistant.c:269 +#: ../gtk/gtkassistant.c:289 msgid "Content Padding" msgstr "Доповнення до вмісту" -#: gtk/gtkassistant.c:270 +#: ../gtk/gtkassistant.c:290 msgid "Number of pixels around the content pages." msgstr "Простір, що додається до вмісту елемента керування." -#: gtk/gtkassistant.c:286 +#: ../gtk/gtkassistant.c:306 msgid "Page type" msgstr "Тип сторінки" -#: gtk/gtkassistant.c:287 +#: ../gtk/gtkassistant.c:307 msgid "The type of the assistant page" msgstr "Тип сторінки помічника " -#: gtk/gtkassistant.c:304 +#: ../gtk/gtkassistant.c:324 msgid "Page title" msgstr "Заголовок сторінки" -#: gtk/gtkassistant.c:305 +#: ../gtk/gtkassistant.c:325 msgid "The title of the assistant page" msgstr "Заголовок сторінки помічника" -#: gtk/gtkassistant.c:321 +#: ../gtk/gtkassistant.c:341 msgid "Header image" msgstr "Зображення у заголовку" -#: gtk/gtkassistant.c:322 +#: ../gtk/gtkassistant.c:342 msgid "Header image for the assistant page" msgstr "Зображення у заголовку сторінки помічника" -#: gtk/gtkassistant.c:338 +#: ../gtk/gtkassistant.c:358 msgid "Sidebar image" msgstr "Бічне зображення" -#: gtk/gtkassistant.c:339 +#: ../gtk/gtkassistant.c:359 msgid "Sidebar image for the assistant page" msgstr "Зображення збоку сторінки помічника" -#: gtk/gtkassistant.c:354 +#: ../gtk/gtkassistant.c:374 msgid "Page complete" msgstr "Сторінка заповнена" -#: gtk/gtkassistant.c:355 +#: ../gtk/gtkassistant.c:375 msgid "Whether all required fields on the page have been filled out" msgstr "Чи були заповнені всі обов'язкові поля на сторінці" -#: gtk/gtkbbox.c:91 +#: ../gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "Мінімальна ширина вкладеного елементу" -#: gtk/gtkbbox.c:92 +#: ../gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "Мінімальна ширина кнопок в контейнері" -#: gtk/gtkbbox.c:100 +#: ../gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "Мінімальна висота вкладеного елементу" -#: gtk/gtkbbox.c:101 +#: ../gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "Мінімальна висота кнопок в контейнері" -#: gtk/gtkbbox.c:109 +#: ../gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "Внутрішнє заповнення по ширині" -#: gtk/gtkbbox.c:110 +#: ../gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "Степінь збільшення розміру елемента по горизонталі" -#: gtk/gtkbbox.c:118 +#: ../gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "Внутрішнє заповнення по висоті" -#: gtk/gtkbbox.c:119 +#: ../gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "Степінь збільшення розміру елемента по вертикалі" -#: gtk/gtkbbox.c:127 +#: ../gtk/gtkbbox.c:127 msgid "Layout style" msgstr "Стиль розміщення" -#: gtk/gtkbbox.c:128 +#: ../gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" @@ -703,11 +707,11 @@ msgstr "" "\"розподілити\"(spread), \"по краям\"(edge), \"на початку\"(start) і \"в " "кінці\"(end)" -#: gtk/gtkbbox.c:136 +#: ../gtk/gtkbbox.c:136 msgid "Secondary" msgstr "Вторинний" -#: gtk/gtkbbox.c:137 +#: ../gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" @@ -715,40 +719,40 @@ msgstr "" "Якщо встановлено, то вкладений елемент з'явиться у вторинній групі вкладених " "елементів; застосовується, наприклад, для кнопок виклику довідки" -#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 -#: gtk/gtktreeviewcolumn.c:216 +#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 +#: ../gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "Інтервал" -#: gtk/gtkbox.c:131 +#: ../gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "Відстані між вкладеними елементами" -#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 -#: gtk/gtktoolbar.c:573 +#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 +#: ../gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "Гомогенність" -#: gtk/gtkbox.c:141 +#: ../gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "Чи всі вкладені елементи повинні мати однаковий розмір" -#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 -#: gtk/gtktreeviewcolumn.c:272 +#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 +#: ../gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "Розширюваність" -#: gtk/gtkbox.c:149 +#: ../gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "" "Чи всі вкладені елементи повинні отримувати додатковий простір, під нас " "збільшення батьківського віджета" -#: gtk/gtkbox.c:155 +#: ../gtk/gtkbox.c:155 msgid "Fill" msgstr "Заповнення" -#: gtk/gtkbox.c:156 +#: ../gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" @@ -757,19 +761,19 @@ msgstr "" "всередині цього елементу(fill), або ж використовуватись для доповнення " "(padding)." -#: gtk/gtkbox.c:162 +#: ../gtk/gtkbox.c:162 msgid "Padding" msgstr "Доповнення" -#: gtk/gtkbox.c:163 +#: ../gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "Додатковий простір між вкладеним елементом і його сусідами, в точках" -#: gtk/gtkbox.c:169 +#: ../gtk/gtkbox.c:169 msgid "Pack type" msgstr "Тип упаковки" -#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 +#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" @@ -777,36 +781,36 @@ msgstr "" "Об'єкт GtkPackType, що визначає відносно чого упаковується вкладений об'єкт " "-- відносно початку, кінця, чи батьківського об'єкта" -#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 -#: gtk/gtkruler.c:148 +#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 +#: ../gtk/gtkruler.c:148 msgid "Position" msgstr "Позиція" -#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 +#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "Індекс вкладеного елемента у батьківському" -#: gtk/gtkbuilder.c:96 +#: ../gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "Домен перекладу" -#: gtk/gtkbuilder.c:97 +#: ../gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "Домен перекладу, що використовується gettext" -#: gtk/gtkbutton.c:220 +#: ../gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" msgstr "Текст віджета позначки в кнопці, якщо кнопка містить віджет позначки" -#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 -#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209 +#: ../gtk/gtkbutton.c:227 ../gtk/gtkexpander.c:203 ../gtk/gtklabel.c:388 +#: ../gtk/gtkmenuitem.c:315 ../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/gtkbutton.c:228 ../gtk/gtkexpander.c:204 ../gtk/gtklabel.c:389 +#: ../gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" @@ -814,70 +818,71 @@ msgstr "" "Якщо встановлено, то підкреслення в тексті означає, що наступний символ має " "використовуватися в комбінації клавіш." -#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 +#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "Використовувати влаштоване" -#: gtk/gtkbutton.c:236 +#: ../gtk/gtkbutton.c:236 msgid "" "If set, the label is used to pick a stock item instead of being displayed" msgstr "" "Якщо встановлено, позначку буде використано для вибору з влаштованих " "елементів замість відображення" -#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 +#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 +#: ../gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "Фокус при клацанні" -#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 +#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "Чи повинна кнопка захоплювати фокус вводу при клацанні на ній мишею" -#: gtk/gtkbutton.c:251 +#: ../gtk/gtkbutton.c:251 msgid "Border relief" msgstr "Рельєф границі" -#: gtk/gtkbutton.c:252 +#: ../gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "Стиль рельєфу границі" -#: gtk/gtkbutton.c:269 +#: ../gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "Горизонтальне вирівнювання вкладеного елементу" -#: gtk/gtkbutton.c:288 +#: ../gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "Вертикальне вирівнювання вкладеного елементу" -#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 +#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "Віджет зображення" -#: gtk/gtkbutton.c:306 +#: ../gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "Спадкоємний віджет, що з'являтиметься на екрані поруч з текстом кнопки" -#: gtk/gtkbutton.c:320 +#: ../gtk/gtkbutton.c:320 msgid "Image position" msgstr "Позиція зображення" -#: gtk/gtkbutton.c:321 +#: ../gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "Позиція зображення відносно вкладеного тексту" -#: gtk/gtkbutton.c:433 +#: ../gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "Типовий інтервал" -#: gtk/gtkbutton.c:434 +#: ../gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "Додатковий простір для кнопок CAN_DEFAULT" -#: gtk/gtkbutton.c:440 +#: ../gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "Типовий зовнішній інтервал" -#: gtk/gtkbutton.c:441 +#: ../gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" @@ -885,32 +890,32 @@ msgstr "" "Додатковий зовнішній простір для кнопок CAN_DEFAULT, що завжди додається до " "меж кнопок" -#: gtk/gtkbutton.c:446 +#: ../gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "Переміщення вкладеного елемента по горизонталі" -#: gtk/gtkbutton.c:447 +#: ../gtk/gtkbutton.c:447 msgid "" "How far in the x direction to move the child when the button is depressed" msgstr "" "Наскільки перемістити вкладений елемент по горизонталі, при відпусканні " "кнопки" -#: gtk/gtkbutton.c:454 +#: ../gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "Переміщення вкладеного елемента по вертикалі" -#: gtk/gtkbutton.c:455 +#: ../gtk/gtkbutton.c:455 msgid "" "How far in the y direction to move the child when the button is depressed" msgstr "" "Наскільки перемістити вкладений елемент по вертикалі, при відпусканні кнопки" -#: gtk/gtkbutton.c:471 +#: ../gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "Зсунути фокус" -#: gtk/gtkbutton.c:472 +#: ../gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" @@ -918,364 +923,366 @@ msgstr "" "Чи повинні властивості child_displacement_x/_y також впливати на прямокутник " "фокусу" -#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 +#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "Внутрішній бордюр" -#: gtk/gtkbutton.c:486 +#: ../gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "Бордюр між межами кнопки та дочірнім елементом." -#: gtk/gtkbutton.c:499 +#: ../gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "Відступ зображення" -#: gtk/gtkbutton.c:500 +#: ../gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "Інтервал у точках між зображенням та позначкою" -#: gtk/gtkbutton.c:514 +#: ../gtk/gtkbutton.c:514 msgid "Show button images" msgstr "Показ зображень на кнопках" -#: gtk/gtkbutton.c:515 +#: ../gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "Чи відображати у меню зображення" -#: gtk/gtkcalendar.c:440 +#: ../gtk/gtkcalendar.c:440 msgid "Year" msgstr "Рік" -#: gtk/gtkcalendar.c:441 +#: ../gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "Вибраний рік" -#: gtk/gtkcalendar.c:454 +#: ../gtk/gtkcalendar.c:454 msgid "Month" msgstr "Місяць" -#: gtk/gtkcalendar.c:455 +#: ../gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "Вибраний місяць (число від 0 до 11)" -#: gtk/gtkcalendar.c:469 +#: ../gtk/gtkcalendar.c:469 msgid "Day" msgstr "День" -#: gtk/gtkcalendar.c:470 +#: ../gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" msgstr "Вибраний день (число від 1 до 31, або 0 невизначеного для)" -#: gtk/gtkcalendar.c:484 +#: ../gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "Показувати заголовок" -#: gtk/gtkcalendar.c:485 +#: ../gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "Якщо встановлено, заголовок відображається" -#: gtk/gtkcalendar.c:499 +#: ../gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "Показувати назви днів" -#: gtk/gtkcalendar.c:500 +#: ../gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "Якщо встановлено, то назви днів відображатимуться" -#: gtk/gtkcalendar.c:513 +#: ../gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "Місяць не змінюється" -#: gtk/gtkcalendar.c:514 +#: ../gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "Якщо встановлено, то змінити вибраний місяць неможливо" -#: gtk/gtkcalendar.c:528 +#: ../gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "Показувати номери тижнів" -#: gtk/gtkcalendar.c:529 +#: ../gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "Якщо встановлено, номери тижнів відображаються" -#: gtk/gtkcalendar.c:544 +#: ../gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "Ширина у докладному режимі" -#: gtk/gtkcalendar.c:545 +#: ../gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "Ширина в символах у докладному режимі" -#: gtk/gtkcalendar.c:560 +#: ../gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "Висота у докладному режимі" -#: gtk/gtkcalendar.c:561 +#: ../gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "Висота у рядках у докладному режимі" -#: gtk/gtkcalendar.c:577 +#: ../gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "Показати подробиці" -#: gtk/gtkcalendar.c:578 +#: ../gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "Якщо встановлено, подробиці відображаються" -#: gtk/gtkcellrenderer.c:177 +#: ../gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "режим" -#: gtk/gtkcellrenderer.c:178 +#: ../gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "Режим редагування CellRenderer" -#: gtk/gtkcellrenderer.c:186 +#: ../gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "видимий" -#: gtk/gtkcellrenderer.c:187 +#: ../gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "Показати цю комірку" -#: gtk/gtkcellrenderer.c:194 +#: ../gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "Показувати чутливість комірки" -#: gtk/gtkcellrenderer.c:201 +#: ../gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "x-вирівнювання" -#: gtk/gtkcellrenderer.c:202 +#: ../gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "Вирівнювання по горизонталі" -#: gtk/gtkcellrenderer.c:211 +#: ../gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "y-вирівнювання" -#: gtk/gtkcellrenderer.c:212 +#: ../gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "Вирівнювання по вертикалі" -#: gtk/gtkcellrenderer.c:221 +#: ../gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "заповнення по горизонталі" -#: gtk/gtkcellrenderer.c:222 +#: ../gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "Горизонтальне заповнення" -#: gtk/gtkcellrenderer.c:231 +#: ../gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "заповнення по вертикалі" -#: gtk/gtkcellrenderer.c:232 +#: ../gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "Вертикальне заповнення" -#: gtk/gtkcellrenderer.c:241 +#: ../gtk/gtkcellrenderer.c:241 msgid "width" msgstr "ширина" -#: gtk/gtkcellrenderer.c:242 +#: ../gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "Фіксована ширина" -#: gtk/gtkcellrenderer.c:251 +#: ../gtk/gtkcellrenderer.c:251 msgid "height" msgstr "висота" -#: gtk/gtkcellrenderer.c:252 +#: ../gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "Фіксована висота" -#: gtk/gtkcellrenderer.c:261 +#: ../gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "Розширювач" -#: gtk/gtkcellrenderer.c:262 +#: ../gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "У рядку є вкладені елементи" -#: gtk/gtkcellrenderer.c:270 +#: ../gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "Розширений" -#: gtk/gtkcellrenderer.c:271 +#: ../gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "Рядок є розширюваним, і він розширений" -#: gtk/gtkcellrenderer.c:278 +#: ../gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "Назва кольору тла комірки" -#: gtk/gtkcellrenderer.c:279 +#: ../gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "Колір тла комірки у вигляді рядка" -#: gtk/gtkcellrenderer.c:286 +#: ../gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "Колір тла комірки" -#: gtk/gtkcellrenderer.c:287 +#: ../gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "Колір тла комірки у вигляді GdkColor" -#: gtk/gtkcellrenderer.c:294 +#: ../gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "Редагування" -#: gtk/gtkcellrenderer.c:295 +#: ../gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "Чи знаходиться візуалізатор комірки у режимі редагування" -#: gtk/gtkcellrenderer.c:303 +#: ../gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "Встановлення тла комірки" -#: gtk/gtkcellrenderer.c:304 +#: ../gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "Чи впливає цей тег на колір тла" -#: gtk/gtkcellrendereraccel.c:113 +#: ../gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "Клавіша у комбінації клавіш" -#: gtk/gtkcellrendereraccel.c:114 +#: ../gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "Значення клавіші у комбінації клавіш" -#: gtk/gtkcellrendereraccel.c:130 +#: ../gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "Модифікатор у комбінації клавіш" -#: gtk/gtkcellrendereraccel.c:131 +#: ../gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "Маска модифікатора у комбінації клавіш" -#: gtk/gtkcellrendereraccel.c:148 +#: ../gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "Код клавіші у комбінації клавіш" -#: gtk/gtkcellrendereraccel.c:149 +#: ../gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "Апаратний код клавіші у комбінації клавіш" -#: gtk/gtkcellrendereraccel.c:168 +#: ../gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "Режим комбінації клавіш" -#: gtk/gtkcellrendereraccel.c:169 +#: ../gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "Тип комбінацій клавіш" -#: gtk/gtkcellrenderercombo.c:107 +#: ../gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "Модель" -#: gtk/gtkcellrenderercombo.c:108 +#: ../gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "Модель, що містить можливі параметри розкривного списку" -#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 +#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "Текстовий стовпчик" -#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 +#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "Стовпчик у моделі джерела даних, з якого отримуються рядки" -#: gtk/gtkcellrenderercombo.c:148 +#: ../gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "Має запис" -#: gtk/gtkcellrenderercombo.c:149 +#: ../gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "Якщо не встановлено, не дозволяти вводити відмінні від вибраних рядки" -#: gtk/gtkcellrendererpixbuf.c:111 +#: ../gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "Об'єкт Pixbuf" -#: gtk/gtkcellrendererpixbuf.c:112 +#: ../gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "Об'єкт pixbuf для візуалізації" -#: gtk/gtkcellrendererpixbuf.c:119 +#: ../gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "Pixbuf відкритого розширювача" -#: gtk/gtkcellrendererpixbuf.c:120 +#: ../gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "Об'єкт Pixbuf для відкритого розширювача" -#: gtk/gtkcellrendererpixbuf.c:127 +#: ../gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "Pixbuf закритого розширювача" -#: gtk/gtkcellrendererpixbuf.c:128 +#: ../gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "Об'єкт Pixbuf для закритого розширювача" -#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 +#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 +#: ../gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "ID вбудованого значка" -#: gtk/gtkcellrendererpixbuf.c:136 +#: ../gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "Ідентифікатор вбудованого значка, для відображення" -#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 -#: gtk/gtkstatusicon.c:267 +#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 +#: ../gtk/gtkstatusicon.c:267 msgid "Size" msgstr "Розмір" -#: gtk/gtkcellrendererpixbuf.c:144 +#: ../gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "Значення GtkIconSize, яке визначає розмір візуалізації значка " -#: gtk/gtkcellrendererpixbuf.c:153 +#: ../gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "Подробиці" -#: gtk/gtkcellrendererpixbuf.c:154 +#: ../gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "Подробиці візуалізації для передачі у механізму теми" -#: gtk/gtkcellrendererpixbuf.c:187 +#: ../gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "Стан слідування" -#: gtk/gtkcellrendererpixbuf.c:188 +#: ../gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Чи растеризований pixbuf слід фарбувати у відповідності до стану" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 +#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 +#: ../gtk/gtkwindow.c:590 msgid "Icon" msgstr "Значок" -#: gtk/gtkcellrendererprogress.c:129 +#: ../gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "Значення індикатора поступу" -#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 -#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 -#: gtk/gtktextbuffer.c:198 +#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 +#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 +#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 msgid "Text" msgstr "Текст" -#: gtk/gtkcellrendererprogress.c:147 +#: ../gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "Текст, що відображається у панелі поступу" -#: gtk/gtkcellrendererprogress.c:170 +#: ../gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "Пульсує" -#: gtk/gtkcellrendererprogress.c:171 +#: ../gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." @@ -1283,11 +1290,11 @@ msgstr "" "Встановлення додатних значень буде відображати виконання дії, але величина " "поступу невідома." -#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 +#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "Вирівнювання тексту по X" -#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 +#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -1295,211 +1302,217 @@ msgstr "" "Горизонтальне вирівнювання тексту, від 0 (ліворуч) до 1 (праворуч). " "Інвертується для розташування RTL(справа-наліво)" -#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 +#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "Вирівнювання тексту по X" -#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 +#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "Вертикальне вирівнювання тексту, від 0 (вгору) до 1 (вниз)" -#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 -#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 -#: gtk/gtktrayicon-x11.c:110 +#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 +#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 +#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "Орієнтація" -#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 +#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "Орієнтація і напрямок росту панелі поступу" -#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 +#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 +#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:225 +#: ../gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Вирівнювання" -#: gtk/gtkcellrendererspin.c:94 +#: ../gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "Параметр, що зберігає значення кнопки-лічильника." -#: gtk/gtkcellrendererspin.c:109 +#: ../gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "Величина прискорення" -#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 +#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "Прискорення прокручування значень під час утримання кнопки натиснутою" -#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 +#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 +#: ../gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "Цифр" -#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 +#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "Кількість десяткових місць для відображення" -#: gtk/gtkcellrenderertext.c:196 +#: ../gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "Текст для візуалізації" -#: gtk/gtkcellrenderertext.c:203 +#: ../gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "Розмітка" -#: gtk/gtkcellrenderertext.c:204 +#: ../gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "Розмітка тексту до візуалізації" -#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 +#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 msgid "Attributes" msgstr "Атрибути" -#: gtk/gtkcellrenderertext.c:212 +#: ../gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "" "Список атрибутів стилю, які застосовуються до тексту, що відображається" -#: gtk/gtkcellrenderertext.c:219 +#: ../gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "Режим одного абзацу" -#: gtk/gtkcellrenderertext.c:220 +#: ../gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "Чи відображати весь текст у одному абзаці" -#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 +#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 +#: ../gtk/gtktexttag.c:183 msgid "Background color name" msgstr "Назва кольору тла" -#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 +#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 +#: ../gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "Колір тла у вигляді рядка" -#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 +#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 +#: ../gtk/gtktexttag.c:191 msgid "Background color" msgstr "Колір тла" -#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 +#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "Колір тла у вигляді GdkColor" -#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 +#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "Назва кольору переднього плану" -#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 +#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "Колір переднього плану у вигляді рядка" -#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 +#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "Колір переднього плану" -#: gtk/gtkcellrenderertext.c:253 +#: ../gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "Колір переднього плану у вигляді GdkColor" -#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 -#: gtk/gtktextview.c:573 +#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 +#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 msgid "Editable" msgstr "Редагується" -#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 +#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 +#: ../gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "Чи може текст змінюватись користувачем" -#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 -#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 +#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 +#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 msgid "Font" msgstr "Шрифт" -#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 +#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "Опис шрифту у вигляді рядка, наприклад \"Sans Italic 12\"" -#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 +#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "Опис шрифту у вигляді структури PangoFontDescription" -#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 +#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 msgid "Font family" msgstr "Гарнітура" -#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 +#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "Назва родини шрифтів, наприклад, Sans, Helvetica, Times, Monospace" -#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 -#: gtk/gtktexttag.c:291 +#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 +#: ../gtk/gtktexttag.c:291 msgid "Font style" msgstr "Стиль шрифту" -#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 -#: gtk/gtktexttag.c:300 +#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 +#: ../gtk/gtktexttag.c:300 msgid "Font variant" msgstr "Варіант шрифту" -#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 -#: gtk/gtktexttag.c:309 +#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 +#: ../gtk/gtktexttag.c:309 msgid "Font weight" msgstr "Жирність шрифту" -#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 -#: gtk/gtktexttag.c:320 +#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 +#: ../gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "Ширина шрифту" -#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 -#: gtk/gtktexttag.c:329 +#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 +#: ../gtk/gtktexttag.c:329 msgid "Font size" msgstr "Розмір шрифту" -#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 +#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 msgid "Font points" msgstr "Пункти шрифту" -#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 +#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "Розмір шрифту у точках" -#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 +#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 msgid "Font scale" msgstr "Масштаб шрифту" -#: gtk/gtkcellrenderertext.c:352 +#: ../gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "Коефіцієнт масштабування шрифту" -#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 +#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 msgid "Rise" msgstr "Підняти" -#: gtk/gtkcellrenderertext.c:362 +#: ../gtk/gtkcellrenderertext.c:362 msgid "" "Offset of text above the baseline (below the baseline if rise is negative)" msgstr "Зсув тексту на лінією шрифту (під лінію шрифту, для від'ємних значень)" -#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 +#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "Закреслення" -#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 +#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "Чи буде текст закресленим" -#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 +#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 msgid "Underline" msgstr "Підкреслення" -#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 +#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "Стиль підкреслення цього тексту" -#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 +#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 msgid "Language" msgstr "Мова" -#: gtk/gtkcellrenderertext.c:391 +#: ../gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " @@ -1509,11 +1522,12 @@ msgstr "" "під час візуалізації тексту. Якщо ви не розумієте цей параметр, то, напевно, " "він вам не потрібний." -#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 +#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 +#: ../gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "Еліптизація" -#: gtk/gtkcellrenderertext.c:412 +#: ../gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" @@ -1521,20 +1535,20 @@ msgstr "" "Бажане місце еліптизації рядка, якщо механізму відображення рядка не " "вистачає місця для відображення усього рядка" -#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 -#: gtk/gtklabel.c:519 +#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 +#: ../gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "Ширина у символах" -#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 +#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "Бажана ширина, у символах" -#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 +#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "Режим переносу" -#: gtk/gtkcellrenderertext.c:451 +#: ../gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" @@ -1542,633 +1556,637 @@ msgstr "" "Як розривати рядок на кілька рядків, якщо механізму відображення рядка не " "вистачає місця для відображення усього рядка." -#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 +#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "Ширина переносу" -#: gtk/gtkcellrenderertext.c:471 +#: ../gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "Ширина, на який текст загортається" -#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 +#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "Вирівнювання" -#: gtk/gtkcellrenderertext.c:492 +#: ../gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "Як вирівнювати рядки" -#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 +#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 +#: ../gtk/gtktexttag.c:564 msgid "Background set" msgstr "Встановлення тла" -#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 +#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 +#: ../gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "Чи впливає цей тег на колір тла" -#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 +#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "Встановлення переднього плану" -#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 +#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "Чи впливатиме цей тег на колір переднього плану" -#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 +#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 msgid "Editability set" msgstr "Встановлення можливості редагування" -#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 +#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "Чи впливає цей тег на можливість редагування тексту" -#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 +#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 msgid "Font family set" msgstr "Встановлення гарнітури шрифту" -#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 +#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "Чи впливає цей тег на гарнітуру шрифту" -#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 +#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 msgid "Font style set" msgstr "Встановлення стилю шрифту" -#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 +#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "Чи впливає цей тег на стиль шрифту" -#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 +#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "Встановлення варіанту шрифту" -#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 +#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "Чи впливає цей тег на варіант шрифту" -#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 +#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "Встановлення жирності шрифту" -#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 +#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "Чи впливає цей тег на жирність шрифту" -#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 +#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "Встановлення ширина шрифту" -#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 +#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "Чи впливає цей тег на ширину шрифту" -#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 +#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 msgid "Font size set" msgstr "Встановлення розміру шрифту" -#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 +#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "Чи впливає цей тег на розмір шрифту" -#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 +#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "Встановлення масштабу шрифту" -#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 +#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "Чи впливає масштабує цей тег розмір шрифту на коефіцієнт" -#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 +#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 msgid "Rise set" msgstr "Встановлення зсуву" -#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 +#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "Чи впливає цей тег на зсув" -#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 +#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "Встановлення закреслення" -#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 +#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "Чи впливає цей тег на закреслення" -#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 +#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 msgid "Underline set" msgstr "Встановлення підкреслення" -#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 +#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "Чи впливає цей тег на підкреслення" -#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 +#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 msgid "Language set" msgstr "Встановлення мови" -#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 +#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "Чи цей тег впливає на мову відображення тексту" -#: gtk/gtkcellrenderertext.c:558 +#: ../gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "Встановлення зсуву" -#: gtk/gtkcellrenderertext.c:559 +#: ../gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "Чи впливає цей тег на режим зсуву" -#: gtk/gtkcellrenderertext.c:562 +#: ../gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "Встановлено вирівнювання" -#: gtk/gtkcellrenderertext.c:563 +#: ../gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "Чи впливає цей тег на режим вирівнювання" -#: gtk/gtkcellrenderertoggle.c:126 +#: ../gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "Перемикнути стан" -#: gtk/gtkcellrenderertoggle.c:127 +#: ../gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "Перемикнути стан кнопки" -#: gtk/gtkcellrenderertoggle.c:134 +#: ../gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "Нечутливий стан" -#: gtk/gtkcellrenderertoggle.c:135 +#: ../gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "Нечутливий стан кнопки" -#: gtk/gtkcellrenderertoggle.c:142 +#: ../gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "Активується" -#: gtk/gtkcellrenderertoggle.c:143 +#: ../gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "Кнопка-вимикач може бути активовано" -#: gtk/gtkcellrenderertoggle.c:150 +#: ../gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "Стан перемикача" -#: gtk/gtkcellrenderertoggle.c:151 +#: ../gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "Намалювати кнопку як перемикача" -#: gtk/gtkcellrenderertoggle.c:158 +#: ../gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "Розмір індикатора" -#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 -#: gtk/gtkcheckmenuitem.c:122 +#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 +#: ../gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "Розмір індикатора перемикача чи вимикача" -#: gtk/gtkcellview.c:182 +#: ../gtk/gtkcellview.c:182 msgid "CellView model" msgstr "Модель CellView" -#: gtk/gtkcellview.c:183 +#: ../gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "Модель для перегляду комірки" -#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 +#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 +#: ../gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "Розмір індикатора" -#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 +#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 +#: ../gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "Інтервал індикатора" -#: gtk/gtkcheckbutton.c:78 +#: ../gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "Простір навколо вимикача чи перемикача" -#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 -#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 +#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 +#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 +#: ../gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "Активний" -#: gtk/gtkcheckmenuitem.c:99 +#: ../gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "Чи елемент меню ввімкнений" -#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 +#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "Нечутливий" -#: gtk/gtkcheckmenuitem.c:107 +#: ../gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "Чи відображати \"нечутливий\" стан" -#: gtk/gtkcheckmenuitem.c:114 +#: ../gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "Відображати як елемент меню-перемикач" -#: gtk/gtkcheckmenuitem.c:115 +#: ../gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "Чи елемент меню відображається як елемент меню-перемикач" -#: gtk/gtkcolorbutton.c:171 +#: ../gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "Використовувати прозорість" -#: gtk/gtkcolorbutton.c:172 +#: ../gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "Чи має колір прозорість" -#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 -#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 +#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 +#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 +#: ../gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "Заголовок" -#: gtk/gtkcolorbutton.c:187 +#: ../gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "Заголовок вікна вибору кольору" -#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 +#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "Поточний колір" -#: gtk/gtkcolorbutton.c:202 +#: ../gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "Вибраний колір" -#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 +#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "Поточний альфа-канал" -#: gtk/gtkcolorbutton.c:217 +#: ../gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "" "Поточне значення непрозорості (\"0\" — абсолютно прозоре, \"65535\" — " "абсолютно непрозоре)" -#: gtk/gtkcolorsel.c:279 +#: ../gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "Має керування прозорістю" -#: gtk/gtkcolorsel.c:280 +#: ../gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "Чи повинен вибір кольору дозволяти встановити прозорість" -#: gtk/gtkcolorsel.c:286 +#: ../gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "Має палітру" -#: gtk/gtkcolorsel.c:287 +#: ../gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "Чи повинна використовуватися палітра" -#: gtk/gtkcolorsel.c:294 +#: ../gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "Поточний колір." -#: gtk/gtkcolorsel.c:301 +#: ../gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "" "Поточне значення непрозорості (\"0\" — абсолютно прозоре, \"65535\" — " "абсолютно непрозоре)" -#: gtk/gtkcolorsel.c:315 +#: ../gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "Інша палітра" -#: gtk/gtkcolorsel.c:316 +#: ../gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "Палітра, що використовуватиметься у діалоговому вікні вибору кольору" -#: gtk/gtkcolorseldialog.c:102 +#: ../gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "Вибір кольору" -#: gtk/gtkcolorseldialog.c:103 +#: ../gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "Вибір кольору вбудовано у діалог." -#: gtk/gtkcolorseldialog.c:109 +#: ../gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "Кнопка Гаразд" -#: gtk/gtkcolorseldialog.c:110 +#: ../gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "Кнопка Гаразд у діалозі" -#: gtk/gtkcolorseldialog.c:116 +#: ../gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "Кнопка Скасувати" -#: gtk/gtkcolorseldialog.c:117 +#: ../gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "Кнопка Скасувати у діалозі" -#: gtk/gtkcolorseldialog.c:123 +#: ../gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "Кнопка Довідка" -#: gtk/gtkcolorseldialog.c:124 +#: ../gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "Кнопка Довідка у діалозі" -#: gtk/gtkcombo.c:145 +#: ../gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "Увімкнути клавіші-стрілки" -#: gtk/gtkcombo.c:146 +#: ../gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "Чи будуть клавіші керування курсором переміщувати по спису елементів" -#: gtk/gtkcombo.c:152 +#: ../gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "Завжди вмикати стрілки" -#: gtk/gtkcombo.c:153 +#: ../gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "Застаріла властивість, ігнорується" -#: gtk/gtkcombo.c:159 +#: ../gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "Регістрова чутливість" -#: gtk/gtkcombo.c:160 +#: ../gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "Чи враховує пошук елемента у списку регістр" -#: gtk/gtkcombo.c:167 +#: ../gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "Порожнє допустиме" -#: gtk/gtkcombo.c:168 +#: ../gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "Чи порожнє значення допустиме в цьому полі" -#: gtk/gtkcombo.c:175 +#: ../gtk/gtkcombo.c:175 msgid "Value in list" msgstr "Значення в списку" -#: gtk/gtkcombo.c:176 +#: ../gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "Чи введені дані мають бути присутніми в списку" -#: gtk/gtkcombobox.c:661 +#: ../gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "Модель поля зі списком" -#: gtk/gtkcombobox.c:662 +#: ../gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "Модель для перегляду у вигляді поля зі списком" -#: gtk/gtkcombobox.c:679 +#: ../gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "Ширина переносу для розташування елементів сітки" -#: gtk/gtkcombobox.c:701 +#: ../gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "Рядок інтервалів між стовпчиками" -#: gtk/gtkcombobox.c:702 +#: ../gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "Стовпчик TreeModel, що містить значення інтервалу рядків" -#: gtk/gtkcombobox.c:723 +#: ../gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "Рядок інтервалів між стовпчиками" -#: gtk/gtkcombobox.c:724 +#: ../gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "Стовпчик TreeModel, що містить значення інтервалу стовпчиків" -#: gtk/gtkcombobox.c:745 +#: ../gtk/gtkcombobox.c:745 msgid "Active item" msgstr "Активний елемент" -#: gtk/gtkcombobox.c:746 +#: ../gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "Елемент, що зараз активний" -#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 +#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "Додати елементи відривання до меню" -#: gtk/gtkcombobox.c:766 +#: ../gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "Чи повинні розкривні елементи мати лінію відриву" -#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 +#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 msgid "Has Frame" msgstr "Має рамку" -#: gtk/gtkcombobox.c:782 +#: ../gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "" "Чи повинне розкривне поле зі списком мати рамку навколо дочірнього елемента" -#: gtk/gtkcombobox.c:790 +#: ../gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "" "Чи повинне розкривне поле зі списком перехоплювати фокус при клацанні мишею" -#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 +#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "Заголовок від'єднаного меню" -#: gtk/gtkcombobox.c:806 +#: ../gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" msgstr "" "Заголовок, який менеджер вікон відображатиме при коли меню відривається" -#: gtk/gtkcombobox.c:823 +#: ../gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "Показувати розкривний список" -#: gtk/gtkcombobox.c:824 +#: ../gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "Чи відображатиметься розкривний список у комбінованому елементі" -#: gtk/gtkcombobox.c:840 +#: ../gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "Чутливість кнопки" -#: gtk/gtkcombobox.c:841 +#: ../gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "" "Чи повинна кнопка розкривного списку може захоплювати фокус вводу коли " "модель порожня" -#: gtk/gtkcombobox.c:848 +#: ../gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "Відображується як список" -#: gtk/gtkcombobox.c:849 +#: ../gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "" "Чи повинне розкривне поле зі списком повинно виглядати як список, а не як " "меню" -#: gtk/gtkcombobox.c:865 +#: ../gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "Розмір стрілки" -#: gtk/gtkcombobox.c:866 +#: ../gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "Мінімальний розмір стрілки у полі зі списком" -#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 -#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 -#: gtk/gtkviewport.c:122 +#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 +#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 +#: ../gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "Тип тіні" -#: gtk/gtkcombobox.c:882 +#: ../gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "Тип тіні навколо поля зі списком" -#: gtk/gtkcontainer.c:238 +#: ../gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "Режим зміни розміру" -#: gtk/gtkcontainer.c:239 +#: ../gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "Вкажіть спосіб обробки подій, що виникають при зміні розміру" -#: gtk/gtkcontainer.c:246 +#: ../gtk/gtkcontainer.c:246 msgid "Border width" msgstr "Ширина бордюру" -#: gtk/gtkcontainer.c:247 +#: ../gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "Ширина порожнього бордюру із зовнішньої сторони нащадків контейнера" -#: gtk/gtkcontainer.c:255 +#: ../gtk/gtkcontainer.c:255 msgid "Child" msgstr "Вкладений елемент" -#: gtk/gtkcontainer.c:256 +#: ../gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "" "Може бути використано для додавання нового вкладеного елемента в контейнер" -#: gtk/gtkcurve.c:124 +#: ../gtk/gtkcurve.c:124 msgid "Curve type" msgstr "Тип кривої" -#: gtk/gtkcurve.c:125 +#: ../gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "Чи є ця пряма лінійною, інтерпольованою сплайнами чи вільною" -#: gtk/gtkcurve.c:132 +#: ../gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "Мінімальне X" -#: gtk/gtkcurve.c:133 +#: ../gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "Мінімальне можливе значення X" -#: gtk/gtkcurve.c:141 +#: ../gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "Максимальне X" -#: gtk/gtkcurve.c:142 +#: ../gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "Максимальне можливе значення X" -#: gtk/gtkcurve.c:150 +#: ../gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "Мінімальне Y" -#: gtk/gtkcurve.c:151 +#: ../gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "Мінімальне можливе значення Y" -#: gtk/gtkcurve.c:159 +#: ../gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "Максимальне Y" -#: gtk/gtkcurve.c:160 +#: ../gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Максимальне можливе значення Y" -#: gtk/gtkdialog.c:145 +#: ../gtk/gtkdialog.c:145 msgid "Has separator" msgstr "Має розділювач" -#: gtk/gtkdialog.c:146 +#: ../gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "Діалог має розділювач над кнопками" -#: gtk/gtkdialog.c:191 +#: ../gtk/gtkdialog.c:191 msgid "Content area border" msgstr "Бордюр ділянки вмісту" -#: gtk/gtkdialog.c:192 +#: ../gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "Ширина межі навколо основної ділянки діалогу" -#: gtk/gtkdialog.c:209 -#, fuzzy +#: ../gtk/gtkdialog.c:209 msgid "Content area spacing" -msgstr "Доповнення до вмісту" +msgstr "Відступи основної області" -#: gtk/gtkdialog.c:210 -#, fuzzy +#: ../gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" -msgstr "Інтервал між зображеним значенням і ділянкою повзунка чи напрямної" +msgstr "Інтервал між елементами основної області діалогу" -#: gtk/gtkdialog.c:217 +#: ../gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "Інтервал між кнопками" -#: gtk/gtkdialog.c:218 +#: ../gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "Інтервал між кнопками" -#: gtk/gtkdialog.c:226 +#: ../gtk/gtkdialog.c:226 msgid "Action area border" msgstr "Бордюр ділянки дій" -#: gtk/gtkdialog.c:227 +#: ../gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "Ширина відступу навколо області кнопок діалогового вікна" -#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 +#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "Позиція курсора" -#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 +#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "Поточна позиція точки вставки в символах" -#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 +#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "Границя виділення" -#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 +#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 msgid "" "The position of the opposite end of the selection from the cursor in chars" msgstr "Позиція протилежного кінця вибору від курсора в символах" -#: gtk/gtkentry.c:626 +#: ../gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "Чи можна бути змінений вміст поля" -#: gtk/gtkentry.c:633 +#: ../gtk/gtkentry.c:633 msgid "Maximum length" msgstr "Максимальна довжина" -#: gtk/gtkentry.c:634 +#: ../gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "Максимальна кількість символів у полі. \"0\" — без обмежень." -#: gtk/gtkentry.c:642 +#: ../gtk/gtkentry.c:642 msgid "Visibility" msgstr "Видимість" -#: gtk/gtkentry.c:643 +#: ../gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" @@ -2176,31 +2194,31 @@ msgstr "" "Значення ХИБНІСТЬ(FALSE) вмикає відображення \"невидимих символів\" замість " "справжнього тексту (режим паролю)" -#: gtk/gtkentry.c:651 +#: ../gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "Значення ХИБНІСТЬ(FALSE) вилучає зовнішню фаску поля" -#: gtk/gtkentry.c:659 +#: ../gtk/gtkentry.c:659 msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "" "Бордюр між текстом та рамкою. Перевизначає властивість стилю внутрішнього " "бордюру" -#: gtk/gtkentry.c:666 +#: ../gtk/gtkentry.c:666 msgid "Invisible character" msgstr "Невидимий символ" -#: gtk/gtkentry.c:667 +#: ../gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" "Символ, що використовуватиметься для маскування вмісту поля (в режимі паролю)" -#: gtk/gtkentry.c:674 +#: ../gtk/gtkentry.c:674 msgid "Activates default" msgstr "Активує початковий елемент керування" -#: gtk/gtkentry.c:675 +#: ../gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" @@ -2208,33 +2226,33 @@ msgstr "" "Чи активувати початковий активний віджет (наприклад, початкова активна " "кнопка в діалозі), коли натиснута клавіша Enter" -#: gtk/gtkentry.c:681 +#: ../gtk/gtkentry.c:681 msgid "Width in chars" msgstr "Ширина в символах" -#: gtk/gtkentry.c:682 +#: ../gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "Кількість символів, для яких залишено місто в полі" -#: gtk/gtkentry.c:691 +#: ../gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "Зміщення прокрутки" -#: gtk/gtkentry.c:692 +#: ../gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "" "Кількість точок поля, що виходитимуть за ліву межу екрана під час " "прокручування" -#: gtk/gtkentry.c:702 +#: ../gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "Вміст поля" -#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 +#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 msgid "X align" msgstr "X-вирівнювання" -#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 +#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -2242,369 +2260,330 @@ msgstr "" "Горизонтальне вирівнювання, від 0 (ліворуч) до 1 (праворуч). Інвертується " "для розташування RTL(справа-наліво)" -#: gtk/gtkentry.c:734 +#: ../gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "Обрізати багаторядні" -#: gtk/gtkentry.c:735 +#: ../gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "Чи обрізати багаторядні вставки у один рядок." -#: gtk/gtkentry.c:751 +#: ../gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "Тип тіні, що виводиться навколо поля з рамкою" -#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 +#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "Режим заміщення" -#: gtk/gtkentry.c:767 +#: ../gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "Чи текст, що вводиться заміщує наявний" -#: gtk/gtkentry.c:781 +#: ../gtk/gtkentry.c:781 msgid "Text length" msgstr "Довжина тексту" -#: gtk/gtkentry.c:782 +#: ../gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "Довжина поточного тексту у елементі" -#: gtk/gtkentry.c:797 -#, fuzzy +#: ../gtk/gtkentry.c:797 msgid "Invisible char set" -msgstr "Встановлення невидимості" +msgstr "Невидимий набір символів" -#: gtk/gtkentry.c:798 -#, fuzzy +#: ../gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" -msgstr "Чи встановлено властивість розміру значка" +msgstr "Чи приховувати символи, що виводяться" -#: gtk/gtkentry.c:816 +#: ../gtk/gtkentry.c:816 msgid "Caps Lock warning" -msgstr "" +msgstr "Попередження про верхній регістр" -#: gtk/gtkentry.c:817 +#: ../gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "" +"Чи показувати попередження про введення у верхньому регістрі у діалозі вводу " +"паролю" -#: gtk/gtkentry.c:831 -#, fuzzy +#: ../gtk/gtkentry.c:831 msgid "Progress Fraction" -msgstr "Дріб" +msgstr "Відсоток виконання" -#: gtk/gtkentry.c:832 -#, fuzzy +#: ../gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" -msgstr "Виконана частина роботи" +msgstr "Відсоток виконання поставленого завдання" -#: gtk/gtkentry.c:849 -#, fuzzy +#: ../gtk/gtkentry.c:849 msgid "Progress Pulse Step" -msgstr "Крок приросту" +msgstr "Крок пульсації" -#: gtk/gtkentry.c:850 -#, fuzzy +#: ../gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" msgstr "" -"Частина загального поступу, під час виконання якої відбувається приріст " -"індикатора поступу" +"Частина загального обсягу робіт, при виконання якої відбувається приріст " +"індикатора поступу при викликах gtk_entry_progress_pulse()" -#: gtk/gtkentry.c:866 -#, fuzzy +#: ../gtk/gtkentry.c:866 msgid "Primary pixbuf" -msgstr "Pixbuf" +msgstr "Головний значок" -#: gtk/gtkentry.c:867 -#, fuzzy +#: ../gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" -msgstr "Об'єкт Pixbuf для відкритого розширювача" +msgstr "Значок (Pixbuf) для відкритого розширюваного об'єкту" -#: gtk/gtkentry.c:881 -#, fuzzy +#: ../gtk/gtkentry.c:881 msgid "Secondary pixbuf" -msgstr "Вторинний текст" +msgstr "Додатковий текст" -#: gtk/gtkentry.c:882 -#, fuzzy +#: ../gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" -msgstr "Додаткова кнопка переміщення вперед" +msgstr "Додатковий значок для поля вводу" -#: gtk/gtkentry.c:896 +#: ../gtk/gtkentry.c:896 msgid "Primary stock ID" -msgstr "" +msgstr "Ідентифікатор головного значка" -#: gtk/gtkentry.c:897 +#: ../gtk/gtkentry.c:897 msgid "Stock ID for primary icon" -msgstr "" +msgstr "Головний ідентифікатор вбудованого значка" -#: gtk/gtkentry.c:911 -#, fuzzy +#: ../gtk/gtkentry.c:911 msgid "Secondary stock ID" -msgstr "Вторинний текст" +msgstr "Ідентифікатор додаткового значка" -#: gtk/gtkentry.c:912 +#: ../gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" -msgstr "" +msgstr "Додатковий ідентифікатор вбудованого значка" -#: gtk/gtkentry.c:926 -#, fuzzy +#: ../gtk/gtkentry.c:926 msgid "Primary icon name" -msgstr "Список назв значків" +msgstr "Назва головного значка" -#: gtk/gtkentry.c:927 +#: ../gtk/gtkentry.c:927 msgid "Icon name for primary icon" -msgstr "" +msgstr "Головна назва для значка" -#: gtk/gtkentry.c:941 -#, fuzzy +#: ../gtk/gtkentry.c:941 msgid "Secondary icon name" -msgstr "Вторинний текст" +msgstr "Назва додаткового значка" -#: gtk/gtkentry.c:942 +#: ../gtk/gtkentry.c:942 msgid "Icon name for secondary icon" -msgstr "" +msgstr "Додаткова назва для значка" -#: gtk/gtkentry.c:956 +#: ../gtk/gtkentry.c:956 msgid "Primary GIcon" -msgstr "" +msgstr "Головний значок GIcon" -#: gtk/gtkentry.c:957 -#, fuzzy +#: ../gtk/gtkentry.c:957 msgid "GIcon for primary icon" -msgstr "Значок цього вікна" +msgstr "Головний значок GIcon" -#: gtk/gtkentry.c:971 -#, fuzzy +#: ../gtk/gtkentry.c:971 msgid "Secondary GIcon" -msgstr "Вторинний" +msgstr "Додатковий GIcon" -#: gtk/gtkentry.c:972 +#: ../gtk/gtkentry.c:972 msgid "GIcon for secondary icon" -msgstr "" +msgstr "Додатковий GIcon" -#: gtk/gtkentry.c:986 -#, fuzzy +#: ../gtk/gtkentry.c:986 msgid "Primary storage type" -msgstr "Тип зберігання" +msgstr "Тип зберігання головного значка" -#: gtk/gtkentry.c:987 -#, fuzzy +#: ../gtk/gtkentry.c:987 msgid "The representation being used for primary icon" -msgstr "Представлення даних зображення" +msgstr "Представлення, що використовується для головного значка" -#: gtk/gtkentry.c:1002 -#, fuzzy +#: ../gtk/gtkentry.c:1002 msgid "Secondary storage type" -msgstr "Додаткова кнопка переміщення вперед" +msgstr "Представлення додаткового значка" -#: gtk/gtkentry.c:1003 -#, fuzzy +#: ../gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" -msgstr "Представлення даних зображення" +msgstr "Представлення, що використовується для додаткового значка" -#: gtk/gtkentry.c:1024 +#: ../gtk/gtkentry.c:1024 msgid "Primary icon activatable" -msgstr "" +msgstr "Головний значок активний" -#: gtk/gtkentry.c:1025 -#, fuzzy +#: ../gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" -msgstr "Чи буде дія увімкнена." +msgstr "Чи активний головний значок" -#: gtk/gtkentry.c:1045 -#, fuzzy +#: ../gtk/gtkentry.c:1045 msgid "Secondary icon activatable" -msgstr "Вторинний колір курсора" +msgstr "Додатковий значок активний" -#: gtk/gtkentry.c:1046 -#, fuzzy +#: ../gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" -msgstr "Чи буде дія увімкнена." +msgstr "Чи активний додатковий значок" -#: gtk/gtkentry.c:1068 -#, fuzzy +#: ../gtk/gtkentry.c:1068 msgid "Primary icon sensitive" -msgstr "Показувати чутливість комірки" +msgstr "Головний значок чутливий" -#: gtk/gtkentry.c:1069 -#, fuzzy +#: ../gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" -msgstr "Чи враховує пошук елемента у списку регістр" +msgstr "Чи чутливий головний значок" -#: gtk/gtkentry.c:1090 -#, fuzzy +#: ../gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" -msgstr "Вторинний текст" +msgstr "Додатковий значок чутливий" -#: gtk/gtkentry.c:1091 -#, fuzzy +#: ../gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" -msgstr "Чи буде дія увімкнена." +msgstr "Чи чутливий додатковий значок" -#: gtk/gtkentry.c:1107 -#, fuzzy +#: ../gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" -msgstr "Показувати чутливість комірки" +msgstr "Текст контекстної підказки головного значка" -#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 -#, fuzzy +#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" -msgstr "Вміст підказки для цього віджета" +msgstr "Зміст контекстної підказки головного значка" -#: gtk/gtkentry.c:1124 -#, fuzzy +#: ../gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" -msgstr "Вторинний колір курсора" +msgstr "Текст контекстної підказки додаткового значка" -#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 -#, fuzzy +#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" -msgstr "Вміст підказки для цього віджета" +msgstr "Зміст контекстної підказки додаткового значка" -#: gtk/gtkentry.c:1143 -#, fuzzy +#: ../gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" -msgstr "Список назв значків" +msgstr "Розмітка контекстної підказки головного значка" -#: gtk/gtkentry.c:1162 -#, fuzzy +#: ../gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" -msgstr "Вторинний текст" +msgstr "Розмітка контекстної підказки додаткового значка" -#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 -#, fuzzy +#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 msgid "IM module" -msgstr "Типовий модуль IM" +msgstr "Модуль вводу" -#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 -#, fuzzy +#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 msgid "Which IM module should be used" -msgstr "Чи треба типово використовувати модуль IM" +msgstr "Модуль вводу, що використовується" -#: gtk/gtkentry.c:1197 -#, fuzzy +#: ../gtk/gtkentry.c:1197 msgid "Icon Prelight" -msgstr "Висота" +msgstr "Виділення кольором значка" -#: gtk/gtkentry.c:1198 -#, fuzzy +#: ../gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" -msgstr "Чи потрібно відображати ярлики вкладок" +msgstr "Чи виділяти кольором активний значок при наведені вказівника миші" -#: gtk/gtkentry.c:1211 -#, fuzzy +#: ../gtk/gtkentry.c:1211 msgid "Progress Border" -msgstr "Границя напрямної" +msgstr "Простір навколо індикатора поступу" -#: gtk/gtkentry.c:1212 -#, fuzzy +#: ../gtk/gtkentry.c:1212 msgid "Border around the progress bar" -msgstr "Текст, що відображається у панелі поступу" +msgstr "Відступи навколо індикатора поступу" -#: gtk/gtkentry.c:1662 +#: ../gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "Бордюр між текстом та рамкою." -#: gtk/gtkentry.c:1676 -#, fuzzy +#: ../gtk/gtkentry.c:1676 msgid "State Hint" -msgstr "Рядок статусу" +msgstr "Підказка стану" -#: gtk/gtkentry.c:1677 -#, fuzzy +#: ../gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" -msgstr "" -"Бітова мапа, що буде використана в якості маски під час малювання тла тексту" +msgstr "Чи передавати стан поля вводу для виводу тіні або тла" -#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 +#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 msgid "Select on focus" msgstr "Вибір на фокусуванні" -#: gtk/gtkentry.c:1683 +#: ../gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "Чи буде виділятись вміст поля, коли йому передається фокус " -#: gtk/gtkentry.c:1697 +#: ../gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "Інтервал очікування підказки паролю" -#: gtk/gtkentry.c:1698 +#: ../gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "Як довго показувати останній введений символ у прихованих полях" -#: gtk/gtkentrycompletion.c:279 +#: ../gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "Модель доповнення" -#: gtk/gtkentrycompletion.c:280 +#: ../gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "Модель для пошуку відповідностей" -#: gtk/gtkentrycompletion.c:286 +#: ../gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "Мінімальна довжина ключа" -#: gtk/gtkentrycompletion.c:287 +#: ../gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "Мінімальна довжина ключа, при пошуку відповідностей" -#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 +#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 msgid "Text column" msgstr "Текстовий стовпчик" -#: gtk/gtkentrycompletion.c:304 +#: ../gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "Стовпчик у моделі джерела даних, що містить рядки." -#: gtk/gtkentrycompletion.c:323 +#: ../gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "Автозавершення" -#: gtk/gtkentrycompletion.c:324 +#: ../gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "Чи повинен загальний префікс підставлятись автоматично" -#: gtk/gtkentrycompletion.c:338 +#: ../gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "Випадаюче автозавершення" -#: gtk/gtkentrycompletion.c:339 +#: ../gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "Чи відображатиметься границя елементу" -#: gtk/gtkentrycompletion.c:354 +#: ../gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "Ширина випадаючого набору" -#: gtk/gtkentrycompletion.c:355 +#: ../gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "" "Якщо встановлено, випадаюче вікно буде мати такий саме розмір як і елемент" -#: gtk/gtkentrycompletion.c:373 +#: ../gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "Випадати одним рядком" -#: gtk/gtkentrycompletion.c:374 +#: ../gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "Якщо встановлено, випадаюче вікно буде відображатись одним рядком." -#: gtk/gtkentrycompletion.c:388 +#: ../gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "Inline-виділення" -#: gtk/gtkentrycompletion.c:389 +#: ../gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "Ваш опис" -#: gtk/gtkeventbox.c:91 +#: ../gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "Видиме вікно" -#: gtk/gtkeventbox.c:92 +#: ../gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." @@ -2612,11 +2591,11 @@ msgstr "" "Чи є контейнер подій видимим, на відміну до невидимих та використовується " "лише для слідкування за подіями." -#: gtk/gtkeventbox.c:98 +#: ../gtk/gtkeventbox.c:98 msgid "Above child" msgstr "Верхній елемент" -#: gtk/gtkeventbox.c:99 +#: ../gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." @@ -2624,139 +2603,140 @@ msgstr "" "Чи вікно слідкування за подіями відповідного елементу керування знаходиться " "над вікном вкладеного віджету, або ж знизу." -#: gtk/gtkexpander.c:187 +#: ../gtk/gtkexpander.c:187 msgid "Expanded" msgstr "Розширений" -#: gtk/gtkexpander.c:188 +#: ../gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "Чи розширювач був відкритий для показу вкладеного елементу" -#: gtk/gtkexpander.c:196 +#: ../gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "Текст розгорнутої позначки" -#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 +#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 msgid "Use markup" msgstr "Використовувати розмітку" -#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 +#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "Текст позначки включає розмітку XML. Див. pango_parse_markup()" -#: gtk/gtkexpander.c:220 +#: ../gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "Додатковий інтервал між вкладеним елементом і його сусідами, в точках" -#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 +#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "Віджет \"позначка\"" -#: gtk/gtkexpander.c:230 +#: ../gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "Віджет для відображення у місці звичайної позначки рамки" -#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 +#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "Розмір розширювача" -#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 +#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "Величина стрілки розширювача" -#: gtk/gtkexpander.c:246 +#: ../gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "Інтервал навколо стрілки розширювача" -#: gtk/gtkfilechooser.c:194 +#: ../gtk/gtkfilechooser.c:194 msgid "Action" msgstr "Дія" -#: gtk/gtkfilechooser.c:195 +#: ../gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "Тип операції, яку виконує діалог вибору файлів" -#: gtk/gtkfilechooser.c:201 +#: ../gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "Механізм підтримки файлової системи" -#: gtk/gtkfilechooser.c:202 +#: ../gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "Назва механізму підтримки файлової системи" -#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 +#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "Фільтр" -#: gtk/gtkfilechooser.c:208 +#: ../gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "Поточний фільтр для відбору файлів, що відображаються" -#: gtk/gtkfilechooser.c:213 +#: ../gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "Лише локальні" -#: gtk/gtkfilechooser.c:214 +#: ../gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "Чи виділення файлу(ів) повинно обмежуватись локальними файлами: URL" -#: gtk/gtkfilechooser.c:219 +#: ../gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "Віджет попереднього перегляду" -#: gtk/gtkfilechooser.c:220 +#: ../gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "Віджет, що надається програмою, для власного попереднього перегляду." -#: gtk/gtkfilechooser.c:225 +#: ../gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "Попередній перегляд активний" -#: gtk/gtkfilechooser.c:226 +#: ../gtk/gtkfilechooser.c:226 msgid "" "Whether the application supplied widget for custom previews should be shown." msgstr "" "Чи буде показуватись віджет, що надається програмою, для власного " "попереднього перегляду." -#: gtk/gtkfilechooser.c:231 +#: ../gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "Використовувати позначку попереднього перегляду" -#: gtk/gtkfilechooser.c:232 +#: ../gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "" "Чи відображати вбудовану позначку з назвою файлу попереднього перегляду." -#: gtk/gtkfilechooser.c:237 +#: ../gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "Додатковий віджет" -#: gtk/gtkfilechooser.c:238 +#: ../gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "Наданий програмою віджет, для додаткових параметрів." -#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 +#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 +#: ../gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "Виділяти декілька" -#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 +#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "Чи дозволяти виділення багатьох файлів" -#: gtk/gtkfilechooser.c:250 +#: ../gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "Показувати приховані" -#: gtk/gtkfilechooser.c:251 +#: ../gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "Чи показувати приховані файли та теки" -#: gtk/gtkfilechooser.c:266 +#: ../gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "Попереджувати перед перезаписом" -#: gtk/gtkfilechooser.c:267 +#: ../gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." @@ -2764,172 +2744,172 @@ msgstr "" "Чи селектор файлів у режимі збереження буде виводити діалогове вікно з " "попередженням про перезапис, якщо користувач обрав існуючий файл." -#: gtk/gtkfilechooserbutton.c:376 +#: ../gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "Діалог" -#: gtk/gtkfilechooserbutton.c:377 +#: ../gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "Діалог вибору файлів, що використовується." -#: gtk/gtkfilechooserbutton.c:408 +#: ../gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "Заголовок діалогового вікна вибору файла." -#: gtk/gtkfilechooserbutton.c:422 +#: ../gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "Бажана ширина віджета кнопки, у символах." -#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 -#: gtk/gtkstatusicon.c:218 +#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 +#: ../gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "Назва файлу" -#: gtk/gtkfilesel.c:527 +#: ../gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "Назва поточного виділеного файлу" -#: gtk/gtkfilesel.c:533 +#: ../gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "Показувати файлові операції" -#: gtk/gtkfilesel.c:534 +#: ../gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "Чи показувати кнопки створення і маніпулювання файлами" -#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 +#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 msgid "X position" msgstr "Позиція по X" -#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 +#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "Горизонтальна позиція вкладеного віджета" -#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 +#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 msgid "Y position" msgstr "Позиція по Y" -#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 +#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "Вертикальна позиція вкладеного віджета" -#: gtk/gtkfontbutton.c:143 +#: ../gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "Заголовок діалогового вікна вибору шрифту" -#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 +#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 msgid "Font name" msgstr "Назва шрифту" -#: gtk/gtkfontbutton.c:159 +#: ../gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "Назва вибраного шрифту" -#: gtk/gtkfontbutton.c:160 +#: ../gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:175 +#: ../gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "Використати шрифт у позначці" -#: gtk/gtkfontbutton.c:176 +#: ../gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "Чи має позначка відображатись вибраним шрифтом" -#: gtk/gtkfontbutton.c:191 +#: ../gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "Використовувати розмір у позначці" -#: gtk/gtkfontbutton.c:192 +#: ../gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "Чи має позначка відображатись шрифтом визначеного розміру" -#: gtk/gtkfontbutton.c:208 +#: ../gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "Показ стилю" -#: gtk/gtkfontbutton.c:209 +#: ../gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "Чи показується стиль вибраного шрифту у позначці" -#: gtk/gtkfontbutton.c:224 +#: ../gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "Показ розміру" -#: gtk/gtkfontbutton.c:225 +#: ../gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "Чи показується розмір вибраного шрифту у позначці" -#: gtk/gtkfontsel.c:197 +#: ../gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "Рядок який представляє цей шрифт" -#: gtk/gtkfontsel.c:204 +#: ../gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "Поточний вибраний об'єкт GdkFont" -#: gtk/gtkfontsel.c:210 +#: ../gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "Перегляд тексту" -#: gtk/gtkfontsel.c:211 +#: ../gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "Текст для демонстрації вибраного шрифту" -#: gtk/gtkframe.c:106 +#: ../gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "Текст позначки рамки" -#: gtk/gtkframe.c:113 +#: ../gtk/gtkframe.c:113 msgid "Label xalign" msgstr "Вирівнювання по X" -#: gtk/gtkframe.c:114 +#: ../gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "Горизонтальне вирівнювання позначки" -#: gtk/gtkframe.c:122 +#: ../gtk/gtkframe.c:122 msgid "Label yalign" msgstr "Вирівнювання по Y" -#: gtk/gtkframe.c:123 +#: ../gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "Вертикальне вирівнювання позначки" -#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 +#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "Заборонена властивість, використовуйте замість неї shadow_type" -#: gtk/gtkframe.c:138 +#: ../gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "Тінь рамки" -#: gtk/gtkframe.c:139 +#: ../gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "Зовнішній вигляд бордюру рамки" -#: gtk/gtkframe.c:148 +#: ../gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "Віджет для відображення замість звичайної позначки рамки" -#: gtk/gtkhandlebox.c:175 +#: ../gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "Вигляд тіні, що оточує контейнер" -#: gtk/gtkhandlebox.c:183 +#: ../gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "Позиція регулятора" -#: gtk/gtkhandlebox.c:184 +#: ../gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "Позиція регулятора відносно вкладеного віджета" -#: gtk/gtkhandlebox.c:192 +#: ../gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "Вирівнювання країв" -#: gtk/gtkhandlebox.c:193 +#: ../gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" @@ -2937,11 +2917,11 @@ msgstr "" "Бік органу керування, вирівняний по точці стикування для стикування органу " "керування" -#: gtk/gtkhandlebox.c:201 +#: ../gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "Встановлення вирівнювання країв" -#: gtk/gtkhandlebox.c:202 +#: ../gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" @@ -2949,11 +2929,11 @@ msgstr "" "Використовувати значення властивості snap_edge чи значення отримане з " "handle_position" -#: gtk/gtkhandlebox.c:209 +#: ../gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "Дочірній елемент від'єднано" -#: gtk/gtkhandlebox.c:210 +#: ../gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." @@ -2961,260 +2941,258 @@ msgstr "" "Двійкове значення, що показує ч дочірній елемент handlebox приєднаний чи " "від'єднаний." -#: gtk/gtkiconview.c:548 +#: ../gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "Режим виділення" -#: gtk/gtkiconview.c:549 +#: ../gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "Режим виділення" -#: gtk/gtkiconview.c:567 +#: ../gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "Стовпчик pixbuf" -#: gtk/gtkiconview.c:568 +#: ../gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "" "Модель стовпця, що використовується для отримання зображення (pixbuf) значка" -#: gtk/gtkiconview.c:586 +#: ../gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "Модель стовпчика, що використовується для отримання з неї тексту" -#: gtk/gtkiconview.c:605 +#: ../gtk/gtkiconview.c:605 msgid "Markup column" msgstr "Розмітка стовпчика" -#: gtk/gtkiconview.c:606 +#: ../gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "" "Модель стовпчика, що використовується для тримання з неї тексту, якщо " "використовується розмітка pango" -#: gtk/gtkiconview.c:613 +#: ../gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "Модель Icon View" -#: gtk/gtkiconview.c:614 +#: ../gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "Модель для перегляду у вигляді значків" -#: gtk/gtkiconview.c:630 +#: ../gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "Кількість стовпчиків" -#: gtk/gtkiconview.c:631 +#: ../gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "Кількість стовпчиків, що відображаються" -#: gtk/gtkiconview.c:648 +#: ../gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "Віджет для кожного елемента" -#: gtk/gtkiconview.c:649 +#: ../gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "Ширина, що використовується для кожного елемента" -#: gtk/gtkiconview.c:665 +#: ../gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "Простір, що вставляється між комірками елемента" -#: gtk/gtkiconview.c:680 +#: ../gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "Міжрядковий інтервал" -#: gtk/gtkiconview.c:681 +#: ../gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "Простір, що вставляється між рядками сітки" -#: gtk/gtkiconview.c:696 +#: ../gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "Інтервал між стовпчиками" -#: gtk/gtkiconview.c:697 +#: ../gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "Простір, що вставляється між стовпчиками сітки" -#: gtk/gtkiconview.c:712 +#: ../gtk/gtkiconview.c:712 msgid "Margin" msgstr "Відступ" -#: gtk/gtkiconview.c:713 +#: ../gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "Простір, що вставляється на краях відображення значка" -#: gtk/gtkiconview.c:730 +#: ../gtk/gtkiconview.c:730 msgid "" "How the text and icon of each item are positioned relative to each other" msgstr "" "Як текст та значки кожного елемента розташовуються один відносно іншого" -#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 +#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 +#: ../gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "Дозволено перестановку" -#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 +#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "Перегляд можна перегрупувати" -#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 +#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "Стовпчик підказки" -#: gtk/gtkiconview.c:755 +#: ../gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "Стовпчик у моделі, що містить текстову підказку для елементів" -#: gtk/gtkiconview.c:766 +#: ../gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "Колір діалогу виділення виділення" -#: gtk/gtkiconview.c:767 +#: ../gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "Колір діалогу виділення виділення" -#: gtk/gtkiconview.c:773 +#: ../gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "Прозорість діалогу виділення" -#: gtk/gtkiconview.c:774 +#: ../gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "Заголовок діалогу виділення" -#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 +#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "Pixbuf" -#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 +#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "Об'єкт GdkPixbuf до відображення" -#: gtk/gtkimage.c:139 +#: ../gtk/gtkimage.c:139 msgid "Pixmap" msgstr "Растрове зображення" -#: gtk/gtkimage.c:140 +#: ../gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "Об'єкт GdkPixmap для відображення" -#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 +#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "Зображення" -#: gtk/gtkimage.c:148 +#: ../gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "Об'єкт GdkImage до відображення" -#: gtk/gtkimage.c:155 +#: ../gtk/gtkimage.c:155 msgid "Mask" msgstr "Маска" -#: gtk/gtkimage.c:156 +#: ../gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "Бітова маска, що використовується з GdkImage чи GdkPixmap" -#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 +#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "Назва файла до завантаження й відображення" -#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 +#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "Ідентифікатор вбудованого зображення для відображення" -#: gtk/gtkimage.c:180 +#: ../gtk/gtkimage.c:180 msgid "Icon set" msgstr "Набір значків" -#: gtk/gtkimage.c:181 +#: ../gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "Набір значків до відображення" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 +#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:216 ../gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Розмір значків" -#: gtk/gtkimage.c:189 +#: ../gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "" "Символічний розмір для вбудованого значка, набору значків чи значка з назвою" -#: gtk/gtkimage.c:205 +#: ../gtk/gtkimage.c:205 msgid "Pixel size" msgstr "Розмір у точках" -#: gtk/gtkimage.c:206 +#: ../gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "Розмір у точках, що використовується для значка з назвою" -#: gtk/gtkimage.c:214 +#: ../gtk/gtkimage.c:214 msgid "Animation" msgstr "Анімація" -#: gtk/gtkimage.c:215 +#: ../gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "GdkPixbufAnimation до відображення" -#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 +#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "Тип зберігання" -#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 +#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "Представлення даних зображення" -#: gtk/gtkimagemenuitem.c:136 +#: ../gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "Спадкоємний віджет, що з'являтиметься за текстом меню" -#: gtk/gtkimagemenuitem.c:151 -#, fuzzy +#: ../gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" -msgstr "Чи може текст позначки бути виділений використовуючи мишу" +msgstr "Чи використовувати текст позначки вбудованого значка при створенні елемента меню" -#: gtk/gtkimagemenuitem.c:169 +#: ../gtk/gtkimagemenuitem.c:169 msgid "Always show image" -msgstr "" +msgstr "Завжди показувати значок" -#: gtk/gtkimagemenuitem.c:170 -#, fuzzy +#: ../gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" -msgstr "Чи віджет видимий" +msgstr "Чи показувати значок у меню" -#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 +#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "Група прискорювачів" -#: gtk/gtkimagemenuitem.c:185 -#, fuzzy +#: ../gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" -msgstr "Об'єкт GClosure, в якому відображуються зміни комбінації клавіш" +msgstr "Група прискорювачів для додавання комбінацій клавіш для вбудованого значка" -#: gtk/gtkimagemenuitem.c:190 +#: ../gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "Показувати зображення меню" -#: gtk/gtkimagemenuitem.c:191 +#: ../gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "Чи потрібно відображати зображення у меню" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 +#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Екран, на якому буде відображено це вікно" -#: gtk/gtklabel.c:368 +#: ../gtk/gtklabel.c:368 msgid "The text of the label" msgstr "Текст позначки" -#: gtk/gtklabel.c:375 +#: ../gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "Список стильових ознак для застосування до тексту позначки" -#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 +#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 msgid "Justification" msgstr "Вирівнювання" -#: gtk/gtklabel.c:397 +#: ../gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " @@ -3224,11 +3202,11 @@ msgstr "" "вирівнювання позначки у вказаному для неї місці. Для цього дивіться GtkMisc::" "xalign" -#: gtk/gtklabel.c:405 +#: ../gtk/gtklabel.c:405 msgid "Pattern" msgstr "Шаблон" -#: gtk/gtklabel.c:406 +#: ../gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" @@ -3236,49 +3214,49 @@ msgstr "" "Рядок із символами підкреслення (_) в позиціях відповідних до позиції " "символів, які потрібно підкреслити в тексті" -#: gtk/gtklabel.c:413 +#: ../gtk/gtklabel.c:413 msgid "Line wrap" msgstr "Перенос рядків" -#: gtk/gtklabel.c:414 +#: ../gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "Якщо встановлено, занадто довгі рядки переносяться" -#: gtk/gtklabel.c:429 +#: ../gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "Режим переносу рядків" -#: gtk/gtklabel.c:430 +#: ../gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "" "Якщо встановлено перенос рядків, контролює як виконувати перенос рядків" -#: gtk/gtklabel.c:437 +#: ../gtk/gtklabel.c:437 msgid "Selectable" msgstr "Вибирається" -#: gtk/gtklabel.c:438 +#: ../gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "Чи може текст позначки бути виділений використовуючи мишу" -#: gtk/gtklabel.c:444 +#: ../gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "Мнемонічна клавіша" -#: gtk/gtklabel.c:445 +#: ../gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "Мнемонічна клавіша-прискорювач для цієї позначки" -#: gtk/gtklabel.c:453 +#: ../gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "Мнемонічний віджет" -#: gtk/gtklabel.c:454 +#: ../gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "" "Віджет, який буде активовано під час натиснення мнемонічної клавіші позначки" -#: gtk/gtklabel.c:500 +#: ../gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" @@ -3286,101 +3264,101 @@ msgstr "" "Бажане місце для еліптизації рядка, якщо для відображення усього рядка не " "вистачає місця." -#: gtk/gtklabel.c:540 +#: ../gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "Режим одного рядка" -#: gtk/gtklabel.c:541 +#: ../gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "Чи знаходиться рядок у режимі одного рядка" -#: gtk/gtklabel.c:558 +#: ../gtk/gtklabel.c:558 msgid "Angle" msgstr "Кут" -#: gtk/gtklabel.c:559 +#: ../gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "Кут, на який повертається ярлик" -#: gtk/gtklabel.c:579 +#: ../gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "Максимальна ширина в символах" -#: gtk/gtklabel.c:580 +#: ../gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "Бажана максимальна ширина ярлика, у символах" -#: gtk/gtklabel.c:696 +#: ../gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "Чи буде виділятись вміст позначки, коли їх передається фокус " -#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 +#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "Горизонтальне вирівнювання" -#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 +#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "Об'єкт GtkAdjustment для горизонтальної позиції" -#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 +#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "Вертикальне вирівнювання" -#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 +#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "Об'єкт GtkAdjustment для вертикальної позиції" -#: gtk/gtklayout.c:633 +#: ../gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "Ширина розміщення" -#: gtk/gtklayout.c:642 +#: ../gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "Висота розміщення" -#: gtk/gtklinkbutton.c:145 +#: ../gtk/gtklinkbutton.c:145 msgid "URI" msgstr "URI" -#: gtk/gtklinkbutton.c:146 +#: ../gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "URI, приписаний до цієї кнопки" -#: gtk/gtklinkbutton.c:160 +#: ../gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "Відвіданий" -#: gtk/gtklinkbutton.c:161 +#: ../gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "Чи це посилання було відвідано." -#: gtk/gtkmenu.c:501 +#: ../gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "Поточна вибрана назва файлу" -#: gtk/gtkmenu.c:516 +#: ../gtk/gtkmenu.c:516 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:285 msgid "Accel Path" msgstr "Шлях прискорювача" -#: gtk/gtkmenu.c:531 +#: ../gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "" "Шлях прискорювача, що використовується для зручного конструювання шляхів " "прискорювачів з дочірніх елементів" -#: gtk/gtkmenu.c:547 +#: ../gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "Додатковий віджет" -#: gtk/gtkmenu.c:548 +#: ../gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "Чи елемент має меню з позначкою" -#: gtk/gtkmenu.c:556 +#: ../gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" @@ -3388,43 +3366,43 @@ msgstr "" "Заголовок, який менеджер вікон відображатиме для цього меню після його " "від'єднання" -#: gtk/gtkmenu.c:570 +#: ../gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "Стан лінії відриву" -#: gtk/gtkmenu.c:571 +#: ../gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "Логічне значення, яке вказує чи є меню від'єднаним" -#: gtk/gtkmenu.c:585 +#: ../gtk/gtkmenu.c:585 msgid "Monitor" msgstr "Монітор" -#: gtk/gtkmenu.c:586 +#: ../gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "The monitor the menu will be popped up on" -#: gtk/gtkmenu.c:592 +#: ../gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "Вертикальний доповнення" -#: gtk/gtkmenu.c:593 +#: ../gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "Додатковий простір згори та знизу меню" -#: gtk/gtkmenu.c:601 +#: ../gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "Горизонтальне доповнення" -#: gtk/gtkmenu.c:602 +#: ../gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "Додатковий простір зліва та справа від меню" -#: gtk/gtkmenu.c:610 +#: ../gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "Вертикальний зсув" -#: gtk/gtkmenu.c:611 +#: ../gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" @@ -3432,11 +3410,11 @@ msgstr "" "Коли меню являє собою підменю, його позиція по вертикалі зсувається на " "вказану кількість точок" -#: gtk/gtkmenu.c:619 +#: ../gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "Горизонтальний зсув" -#: gtk/gtkmenu.c:620 +#: ../gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" @@ -3444,365 +3422,363 @@ msgstr "" "Коли меню являє собою підменю, його позиція по горизонталі зсувається на " "вказану кількість точок" -#: gtk/gtkmenu.c:628 +#: ../gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "Подвійні стрілки" -#: gtk/gtkmenu.c:629 +#: ../gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "При прокручуванні, завжди відображати обидві стрілки." -#: gtk/gtkmenu.c:642 -#, fuzzy +#: ../gtk/gtkmenu.c:642 msgid "Arrow Placement" -msgstr "Горизонтальний зсув стрілки" +msgstr "Розташування стрілки" -#: gtk/gtkmenu.c:643 +#: ../gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" -msgstr "" +msgstr "Вказує розташування стрілок прокрутки" -#: gtk/gtkmenu.c:651 +#: ../gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "Додавання зліва" -#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 +#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "Кількість стовпчиків, що додається до лівого краю вкладеного елемента" -#: gtk/gtkmenu.c:659 +#: ../gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "Додавання справа" -#: gtk/gtkmenu.c:660 +#: ../gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "Кількість стовпчиків, що додається до правого краю вкладеного елемента" -#: gtk/gtkmenu.c:667 +#: ../gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "Додавання згори" -#: gtk/gtkmenu.c:668 +#: ../gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "Кількість рядків, що додається до верхнього краю вкладеного елемента" -#: gtk/gtkmenu.c:675 +#: ../gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "Додавання знизу" -#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 +#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "Кількість рядків, що додається до нижнього краю вкладеного елемента" -#: gtk/gtkmenu.c:690 +#: ../gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" -msgstr "" +msgstr "Довільне значення для зменшення розміру стрілки прокрутки" -#: gtk/gtkmenu.c:777 +#: ../gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "Можна змінювати комбінації клавіш" -#: gtk/gtkmenu.c:778 +#: ../gtk/gtkmenu.c:778 msgid "" "Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "" "Чи можна змінити комбінацію клавіш меню натисненням клавіші на елементі меню" -#: gtk/gtkmenu.c:783 +#: ../gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "Затримка перед появою підменю" -#: gtk/gtkmenu.c:784 +#: ../gtk/gtkmenu.c:784 msgid "" "Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" "Мінімальний час, який вказівник має знаходитись над елементом меню, перед " "тим як з'явиться підменю" -#: gtk/gtkmenu.c:791 +#: ../gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "Затримка перед зникненням підменю" -#: gtk/gtkmenu.c:792 +#: ../gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" msgstr "Затримка перед зникненням підменю, коли вказівник рухається по меню" -#: gtk/gtkmenubar.c:168 +#: ../gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "Напрям пакування" -#: gtk/gtkmenubar.c:169 +#: ../gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "Напрям пакування меню" -#: gtk/gtkmenubar.c:185 +#: ../gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "Напрям пакування дочірнього меню" -#: gtk/gtkmenubar.c:186 +#: ../gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "Напрям пакування дочірнього меню у панелі меню" -#: gtk/gtkmenubar.c:195 +#: ../gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "Стиль фаски навколо панелі меню" -#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 +#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "Внутрішній відступ" -#: gtk/gtkmenubar.c:203 +#: ../gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "Розмір проміжку між тінню панелі меню і елементами меню" -#: gtk/gtkmenubar.c:210 +#: ../gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "Затримка перед появою розкривних меню" -#: gtk/gtkmenubar.c:211 +#: ../gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "Затримка перед появою підменю панелей меню" -#: gtk/gtkmenuitem.c:252 +#: ../gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "Вирівняти праворуч" -#: gtk/gtkmenuitem.c:253 +#: ../gtk/gtkmenuitem.c:253 msgid "" "Sets whether the menu item appears justified at the right side of a menu bar" msgstr "Визначає, що пункти меню вирівнюються праворуч у панелі меню" -#: gtk/gtkmenuitem.c:267 +#: ../gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "Підменю" -#: gtk/gtkmenuitem.c:268 +#: ../gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" msgstr "" "Підменю, що приєднане до пункту меню, або NULL - якщо поле не має підменю" -#: gtk/gtkmenuitem.c:286 +#: ../gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "Визначає шлях до акселератора пункту меню" -#: gtk/gtkmenuitem.c:301 -#, fuzzy +#: ../gtk/gtkmenuitem.c:301 msgid "The text for the child label" -msgstr "Текст позначки" +msgstr "Текст для дочірньої позначки" -#: gtk/gtkmenuitem.c:364 +#: ../gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "Кількість простору, що використовується стрілкою" -#: gtk/gtkmenuitem.c:377 +#: ../gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "Ширина у символах" -#: gtk/gtkmenuitem.c:378 +#: ../gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "Мінімальна бажана ширина пункту меню, у символах" -#: gtk/gtkmenushell.c:374 +#: ../gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "Має фокус" -#: gtk/gtkmenushell.c:375 +#: ../gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "Логічне значення, яке вказує чи меню отримує фокус вводу" -#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 +#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "Меню" -#: gtk/gtkmenutoolbutton.c:246 +#: ../gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "Випадаюче меню" -#: gtk/gtkmessagedialog.c:98 +#: ../gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "Бордюр зображення чи позначки" -#: gtk/gtkmessagedialog.c:99 +#: ../gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "Ширина відступу навколо позначки і зображення в діалозі повідомлення" -#: gtk/gtkmessagedialog.c:114 +#: ../gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "Містить розділювач" -#: gtk/gtkmessagedialog.c:115 +#: ../gtk/gtkmessagedialog.c:115 msgid "" "Whether to put a separator between the message dialog's text and the buttons" msgstr "" "Чи потрібно вставляти розділювач між текстом та кнопками у діалоговому вікні " "сповіщення" -#: gtk/gtkmessagedialog.c:128 +#: ../gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "Тип повідомлення" -#: gtk/gtkmessagedialog.c:129 +#: ../gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "Тип повідомлення" -#: gtk/gtkmessagedialog.c:136 +#: ../gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "Кнопки повідомлення" -#: gtk/gtkmessagedialog.c:137 +#: ../gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "Кнопки показані в діалозі повідомлення" -#: gtk/gtkmessagedialog.c:154 +#: ../gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "Головний текст діалогового вікна сповіщення" -#: gtk/gtkmessagedialog.c:169 +#: ../gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "Використовувати розмітку" -#: gtk/gtkmessagedialog.c:170 +#: ../gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "Головний текст заголовку включає розмітку Pango." -#: gtk/gtkmessagedialog.c:184 +#: ../gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "Вторинний текст" -#: gtk/gtkmessagedialog.c:185 +#: ../gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "Вторинний текст діалогового вікна сповіщення" -#: gtk/gtkmessagedialog.c:200 +#: ../gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "Використовувати розмітку у вторинному" -#: gtk/gtkmessagedialog.c:201 +#: ../gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "Головний текст заголовку включає розмітку Pango." -#: gtk/gtkmessagedialog.c:216 +#: ../gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "Зображення" -#: gtk/gtkmisc.c:83 +#: ../gtk/gtkmisc.c:83 msgid "Y align" msgstr "Y-вирівнювання" -#: gtk/gtkmisc.c:84 +#: ../gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "Вертикальне вирівнювання, від 0 (вгору) до 1 (вниз)" -#: gtk/gtkmisc.c:93 +#: ../gtk/gtkmisc.c:93 msgid "X pad" msgstr "Заповнення по горизонталі" -#: gtk/gtkmisc.c:94 +#: ../gtk/gtkmisc.c:94 msgid "" "The amount of space to add on the left and right of the widget, in pixels" msgstr "Простір, що додається до віджета ліворуч і праворуч, у точках" -#: gtk/gtkmisc.c:103 +#: ../gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Заповнення по вертикалі" -#: gtk/gtkmisc.c:104 +#: ../gtk/gtkmisc.c:104 msgid "" "The amount of space to add on the top and bottom of the widget, in pixels" msgstr "Простір, що додається до віджета зверху і знизу, у точках" -#: gtk/gtkmountoperation.c:139 +#: ../gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "Батьківське" -#: gtk/gtkmountoperation.c:140 +#: ../gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "Батьківське" -#: gtk/gtkmountoperation.c:147 +#: ../gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "Відображати" -#: gtk/gtkmountoperation.c:148 +#: ../gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "Чи виводити діалог" -#: gtk/gtkmountoperation.c:156 +#: ../gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "Екран, на якому буде показано це вікно" -#: gtk/gtknotebook.c:577 +#: ../gtk/gtknotebook.c:577 msgid "Page" msgstr "Сторінка" -#: gtk/gtknotebook.c:578 +#: ../gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "Індекс поточної сторінки" -#: gtk/gtknotebook.c:586 +#: ../gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "Позиція закладок" -#: gtk/gtknotebook.c:587 +#: ../gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "На якій стороні блокнота містяться вкладки" -#: gtk/gtknotebook.c:594 +#: ../gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "Поле закладки" -#: gtk/gtknotebook.c:595 +#: ../gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "Ширина відступу навколо позначок вкладок" -#: gtk/gtknotebook.c:603 +#: ../gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "Горизонтальний бордюр вкладки" -#: gtk/gtknotebook.c:604 +#: ../gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "Ширина горизонтальної межі позначок вкладок" -#: gtk/gtknotebook.c:612 +#: ../gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "Вертикальний бордюр вкладки" -#: gtk/gtknotebook.c:613 +#: ../gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "Ширина вертикальної межі позначок вкладок" -#: gtk/gtknotebook.c:621 +#: ../gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "Показувати ярлики" -#: gtk/gtknotebook.c:622 +#: ../gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "Чи потрібно відображати ярлики вкладок" -#: gtk/gtknotebook.c:628 +#: ../gtk/gtknotebook.c:628 msgid "Show Border" msgstr "Показувати межу" -#: gtk/gtknotebook.c:629 +#: ../gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "Чи відображатиметься границя елементу" -#: gtk/gtknotebook.c:635 +#: ../gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "Прокручується" -#: gtk/gtknotebook.c:636 +#: ../gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "" "Якщо встановлено, то стрілки прокрутки буде додано, коли з'явиться надто " "багато вкладок, щоб уміститися у вікні" -#: gtk/gtknotebook.c:642 +#: ../gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "Увімкнути меню" -#: gtk/gtknotebook.c:643 +#: ../gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" @@ -3810,363 +3786,364 @@ msgstr "" "Якщо істинно, то натиснення правої клавіші миші на блокноті, викликатиме " "меню, яке можна використовувати для переходу по сторінкам" -#: gtk/gtknotebook.c:650 +#: ../gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "Чи повинні вкладки мати однаковий розмір" -#: gtk/gtknotebook.c:656 +#: ../gtk/gtknotebook.c:656 msgid "Group ID" msgstr "Ідентифікатор групи" -#: gtk/gtknotebook.c:657 +#: ../gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "Ідентифікатор групи для перетягування" -#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 -#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 +#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 +#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 +#: ../gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "Група" -#: gtk/gtknotebook.c:674 +#: ../gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "Ідентифікатор групи для від'єднання та перетягування вкладок" -#: gtk/gtknotebook.c:680 +#: ../gtk/gtknotebook.c:680 msgid "Tab label" msgstr "Позначка вкладки" -#: gtk/gtknotebook.c:681 +#: ../gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "Рядок, що відображатиметься в позначці вкладки дочірнього елемента" -#: gtk/gtknotebook.c:687 +#: ../gtk/gtknotebook.c:687 msgid "Menu label" msgstr "Позначка меню" -#: gtk/gtknotebook.c:688 +#: ../gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "Рядок, що відображатиметься у пункті меню дочірнього елемента" -#: gtk/gtknotebook.c:701 +#: ../gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "Розширювати вкладки" -#: gtk/gtknotebook.c:702 +#: ../gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "Чи повинні розширюватись вкладки дочірнього елемента" -#: gtk/gtknotebook.c:708 +#: ../gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "Заповнення вкладок" -#: gtk/gtknotebook.c:709 +#: ../gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "" "Чи мають вкладки дочірнього елемента заповнювати весь виділений простір" -#: gtk/gtknotebook.c:715 +#: ../gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "Тип упаковки вкладки" -#: gtk/gtknotebook.c:722 +#: ../gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "Дозволено перестановку" -#: gtk/gtknotebook.c:723 +#: ../gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "Дозволяється користувачу перестановка вкладок чи ні" -#: gtk/gtknotebook.c:729 +#: ../gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "Відривні вкладки" -#: gtk/gtknotebook.c:730 +#: ../gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "Чи можуть вкладки відриватись" -#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 +#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "Додаткова кнопка переміщення назад" -#: gtk/gtknotebook.c:746 +#: ../gtk/gtknotebook.c:746 msgid "" "Display a second backward arrow button on the opposite end of the tab area" msgstr "" "Відображати другу кнопку із стрілкою назад на протилежні стороні смуги " "прокрутки" -#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 +#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "Додаткова кнопка переміщення вперед" -#: gtk/gtknotebook.c:762 +#: ../gtk/gtknotebook.c:762 msgid "" "Display a second forward arrow button on the opposite end of the tab area" msgstr "" "Відображати другу кнопку із стрілкою вперед на протилежні стороні смуги " "прокрутки" -#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 +#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "Кнопка переміщення назад" -#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 +#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "Відображати стандартну кнопку із стрілкою назад" -#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 +#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "Кнопка переміщення вперед" -#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 +#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "Відображати стандартну кнопку із стрілкою вперед" -#: gtk/gtknotebook.c:806 +#: ../gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "Перекривання вкладок" -#: gtk/gtknotebook.c:807 +#: ../gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "Розмір області перекривання вкладок" -#: gtk/gtknotebook.c:822 +#: ../gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "Кривина вкладок" -#: gtk/gtknotebook.c:823 +#: ../gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "Розмір кривини вкладок" -#: gtk/gtknotebook.c:839 +#: ../gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "Відступи стрілки" -#: gtk/gtknotebook.c:840 +#: ../gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "Відступи стрілки з прокруткою" -#: gtk/gtkobject.c:370 +#: ../gtk/gtkobject.c:370 msgid "User Data" msgstr "Дані користувача" -#: gtk/gtkobject.c:371 +#: ../gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "Вказівник даних анонімного користувача" -#: gtk/gtkoptionmenu.c:162 +#: ../gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "Меню параметрів" -#: gtk/gtkoptionmenu.c:169 +#: ../gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "Розмір спадного індикатора" -#: gtk/gtkoptionmenu.c:175 +#: ../gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "Інтервал навколо індикатора" -#: gtk/gtkorientable.c:75 -#, fuzzy +#: ../gtk/gtkorientable.c:75 msgid "The orientation of the orientable" -msgstr "Орієнтація шкали" +msgstr "Орієнтація елемента" -#: gtk/gtkpaned.c:242 +#: ../gtk/gtkpaned.c:242 msgid "" "Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "" "Позиція розділювача в точках (\"0\" означає весь простір до лівого верхнього " "кута)" -#: gtk/gtkpaned.c:251 +#: ../gtk/gtkpaned.c:251 msgid "Position Set" msgstr "Встановлення позиції" -#: gtk/gtkpaned.c:252 +#: ../gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "Якщо встановлено, має використовуватися властивість \"Позиція\"" -#: gtk/gtkpaned.c:258 +#: ../gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "Розмір елемента" -#: gtk/gtkpaned.c:259 +#: ../gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "Ширина елемента" -#: gtk/gtkpaned.c:275 +#: ../gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "Мінімальна позиція" -#: gtk/gtkpaned.c:276 +#: ../gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "Найменше можливе значення \"позиції\" вкладки" -#: gtk/gtkpaned.c:293 +#: ../gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "Максимальна позиція" -#: gtk/gtkpaned.c:294 +#: ../gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "Найбільше можливе значення \"позиції\" вкладки" -#: gtk/gtkpaned.c:311 +#: ../gtk/gtkpaned.c:311 msgid "Resize" msgstr "Змінюваний розмір" -#: gtk/gtkpaned.c:312 +#: ../gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "" "Якщо встановлено, тоді вкладений елемент змінює розмір разом з батьківським." -#: gtk/gtkpaned.c:327 +#: ../gtk/gtkpaned.c:327 msgid "Shrink" msgstr "Стискається" -#: gtk/gtkpaned.c:328 +#: ../gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "" "Якщо встановлено, тоді вкладений елемент можна зробити меншим ніж розмір, " "який він вимагає" -#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 +#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "Вбудований" -#: gtk/gtkplug.c:151 +#: ../gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "Чи заглушка вбудованою" -#: gtk/gtkplug.c:165 +#: ../gtk/gtkplug.c:165 msgid "Socket Window" msgstr "Вікно сокету" -#: gtk/gtkplug.c:166 +#: ../gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "Вікно сокету, у який вбудовано заглушку" -#: gtk/gtkpreview.c:102 +#: ../gtk/gtkpreview.c:102 msgid "" "Whether the preview widget should take up the entire space it is allocated" msgstr "Чи буде елемент перегляду зразка займати весь відведений йому простір" -#: gtk/gtkprinter.c:124 +#: ../gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "Назва принтера" -#: gtk/gtkprinter.c:130 +#: ../gtk/gtkprinter.c:130 msgid "Backend" msgstr "Механізм" -#: gtk/gtkprinter.c:131 +#: ../gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "Механізм принтера" -#: gtk/gtkprinter.c:137 +#: ../gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "Є віртуальним" -#: gtk/gtkprinter.c:138 +#: ../gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "FALSE, якщо представляє реальний апаратний принтер" -#: gtk/gtkprinter.c:144 +#: ../gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "Допускаються PDF" -#: gtk/gtkprinter.c:145 +#: ../gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "TRUE, якщо це принтер допускає PDF" -#: gtk/gtkprinter.c:151 +#: ../gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "Допускаються PostScript" -#: gtk/gtkprinter.c:152 +#: ../gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "TRUE, якщо цей принтер допускає PostScript" -#: gtk/gtkprinter.c:158 +#: ../gtk/gtkprinter.c:158 msgid "State Message" msgstr "Повідомлення про стан" -#: gtk/gtkprinter.c:159 +#: ../gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "Рядок, що описує поточний стан принтера" -#: gtk/gtkprinter.c:165 +#: ../gtk/gtkprinter.c:165 msgid "Location" msgstr "Розташування" -#: gtk/gtkprinter.c:166 +#: ../gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "Розташування принтера" -#: gtk/gtkprinter.c:173 +#: ../gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "Назва значка для принтера" -#: gtk/gtkprinter.c:179 +#: ../gtk/gtkprinter.c:179 msgid "Job Count" msgstr "Кількість завдань" -#: gtk/gtkprinter.c:180 +#: ../gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "Кількість завдань у черзі принтера" -#: gtk/gtkprinter.c:198 +#: ../gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "Принтер призупинено" -#: gtk/gtkprinter.c:199 +#: ../gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "TRUE, якщо цпринтер приймає документи PDF" -#: gtk/gtkprinter.c:212 +#: ../gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "Приймати завдання" -#: gtk/gtkprinter.c:213 +#: ../gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "TRUE, якщо це принтер приймає нові завдання" -#: gtk/gtkprinteroptionwidget.c:123 +#: ../gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "Параметр джерело" -#: gtk/gtkprinteroptionwidget.c:124 +#: ../gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "PrinterOption для цього віджета" -#: gtk/gtkprintjob.c:117 +#: ../gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "Заголовок завдання друку" -#: gtk/gtkprintjob.c:125 +#: ../gtk/gtkprintjob.c:125 msgid "Printer" msgstr "Принтер" -#: gtk/gtkprintjob.c:126 +#: ../gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "Принтер для друку завдання" -#: gtk/gtkprintjob.c:134 +#: ../gtk/gtkprintjob.c:134 msgid "Settings" msgstr "Параметри" -#: gtk/gtkprintjob.c:135 +#: ../gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "Параметри принтера" -#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 +#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 +#: ../gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "Параметри сторінки" -#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 +#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1050 msgid "Track Print Status" msgstr "Контроль стану принтера" -#: gtk/gtkprintjob.c:153 +#: ../gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." @@ -4174,51 +4151,51 @@ msgstr "" "TRUE якщо завдання друку продовжуватиме генерувати сигнали про зміну стану " "після надсилання даних на принтер або сервер друку." -#: gtk/gtkprintoperation.c:899 +#: ../gtk/gtkprintoperation.c:922 msgid "Default Page Setup" msgstr "Типові параметри сторінки" -#: gtk/gtkprintoperation.c:900 +#: ../gtk/gtkprintoperation.c:923 msgid "The GtkPageSetup used by default" msgstr "Типово використовується GtkPageSetup" -#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 +#: ../gtk/gtkprintoperation.c:941 ../gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "Параметри сторінки" -#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 +#: ../gtk/gtkprintoperation.c:942 ../gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "Для ініціалізації діалогу використовується GtkPrintSettings" -#: gtk/gtkprintoperation.c:937 +#: ../gtk/gtkprintoperation.c:960 msgid "Job Name" msgstr "Назва завдання" -#: gtk/gtkprintoperation.c:938 +#: ../gtk/gtkprintoperation.c:961 msgid "A string used for identifying the print job." msgstr "Рядок, що використовується для ідентифікації завдання друку." -#: gtk/gtkprintoperation.c:962 +#: ../gtk/gtkprintoperation.c:985 msgid "Number of Pages" msgstr "Кількість каналів" -#: gtk/gtkprintoperation.c:963 +#: ../gtk/gtkprintoperation.c:986 msgid "The number of pages in the document." msgstr "Кількість сторінок у документі." -#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 +#: ../gtk/gtkprintoperation.c:1007 ../gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "Поточна сторінка" -#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 +#: ../gtk/gtkprintoperation.c:1008 ../gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "Поточна сторінка у документі" -#: gtk/gtkprintoperation.c:1006 +#: ../gtk/gtkprintoperation.c:1029 msgid "Use full page" msgstr "Використовувати всю сторінку" -#: gtk/gtkprintoperation.c:1007 +#: ../gtk/gtkprintoperation.c:1030 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" @@ -4226,7 +4203,7 @@ msgstr "" "TRUE, якщо джерело контексту має бути у куті сторінки, а не у куті області " "зображення" -#: gtk/gtkprintoperation.c:1028 +#: ../gtk/gtkprintoperation.c:1051 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." @@ -4234,75 +4211,75 @@ msgstr "" "TRUE, якщо від операції друку надходитимуть сповіщення про статус завдання " "друку після надсилання даних друку на принтер або сервер друку." -#: gtk/gtkprintoperation.c:1045 +#: ../gtk/gtkprintoperation.c:1068 msgid "Unit" msgstr "Одиниця" -#: gtk/gtkprintoperation.c:1046 +#: ../gtk/gtkprintoperation.c:1069 msgid "The unit in which distances can be measured in the context" msgstr "Одиниці у яких вимірюються відстані у контексті" -#: gtk/gtkprintoperation.c:1063 +#: ../gtk/gtkprintoperation.c:1086 msgid "Show Dialog" msgstr "Діалог відображення" -#: gtk/gtkprintoperation.c:1064 +#: ../gtk/gtkprintoperation.c:1087 msgid "TRUE if a progress dialog is shown while printing." msgstr "TRUE, якщо при друкуванні відображається діалог поступу" -#: gtk/gtkprintoperation.c:1087 +#: ../gtk/gtkprintoperation.c:1110 msgid "Allow Async" msgstr "Дозволити асинхронний друк" -#: gtk/gtkprintoperation.c:1088 +#: ../gtk/gtkprintoperation.c:1111 msgid "TRUE if print process may run asynchronous." msgstr "TRUE, якщо процес друку може бути асинхронним." -#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 +#: ../gtk/gtkprintoperation.c:1133 ../gtk/gtkprintoperation.c:1134 msgid "Export filename" msgstr "Назва файлу експорту" -#: gtk/gtkprintoperation.c:1125 +#: ../gtk/gtkprintoperation.c:1148 msgid "Status" msgstr "Статус" -#: gtk/gtkprintoperation.c:1126 +#: ../gtk/gtkprintoperation.c:1149 msgid "The status of the print operation" msgstr "Статус операції друку" -#: gtk/gtkprintoperation.c:1146 +#: ../gtk/gtkprintoperation.c:1169 msgid "Status String" msgstr "Рядок статусу" -#: gtk/gtkprintoperation.c:1147 +#: ../gtk/gtkprintoperation.c:1170 msgid "A human-readable description of the status" msgstr "Текстовий опис статусу" -#: gtk/gtkprintoperation.c:1165 +#: ../gtk/gtkprintoperation.c:1188 msgid "Custom tab label" msgstr "Інша позначка вкладки" -#: gtk/gtkprintoperation.c:1166 +#: ../gtk/gtkprintoperation.c:1189 msgid "Label for the tab containing custom widgets." msgstr "Позначка для вкладки, що містить інший віджет." -#: gtk/gtkprintunixdialog.c:259 +#: ../gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "GtkPageSetup, що використовується" -#: gtk/gtkprintunixdialog.c:284 +#: ../gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "Вибраний принтер" -#: gtk/gtkprintunixdialog.c:285 +#: ../gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "GtkPrinter, що виділений" -#: gtk/gtkprogress.c:102 +#: ../gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "Режим активності" -#: gtk/gtkprogress.c:103 +#: ../gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " @@ -4312,39 +4289,39 @@ msgstr "" "що він повідомляє, що щось відбувається, але не відсоток завершення дії. Це " "використовується коли ви робите щось, що не відомо скільки буде тривати дія." -#: gtk/gtkprogress.c:111 +#: ../gtk/gtkprogress.c:111 msgid "Show text" msgstr "Показати текст" -#: gtk/gtkprogress.c:112 +#: ../gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "Чи відображати поступ у вигляді тексту" -#: gtk/gtkprogressbar.c:119 +#: ../gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "Об'єкт GtkAdjustment пов'язаний з панеллю поступу (застаріле)" -#: gtk/gtkprogressbar.c:135 +#: ../gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "Стиль панелі" -#: gtk/gtkprogressbar.c:136 +#: ../gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "Визначає стиль відображення панелі у відсотковому режими (застаріле)" -#: gtk/gtkprogressbar.c:144 +#: ../gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "Крок активності" -#: gtk/gtkprogressbar.c:145 +#: ../gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "Приріст для кожної ітерації в режимі активності (застаріле)" -#: gtk/gtkprogressbar.c:152 +#: ../gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "Блоки активності" -#: gtk/gtkprogressbar.c:153 +#: ../gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" @@ -4352,39 +4329,39 @@ msgstr "" "Кількість блоків індикації, що вміщаються в ділянці індикатора поступу в " "режимі процесу (Застосовувати не рекомендується)" -#: gtk/gtkprogressbar.c:160 +#: ../gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "Дискретних блоків" -#: gtk/gtkprogressbar.c:161 +#: ../gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" msgstr "Кількість дискретних блоків на панелі поступу (в дискретному стилі)" -#: gtk/gtkprogressbar.c:168 +#: ../gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "Дріб" -#: gtk/gtkprogressbar.c:169 +#: ../gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "Виконана частина роботи" -#: gtk/gtkprogressbar.c:176 +#: ../gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "Крок приросту" -#: gtk/gtkprogressbar.c:177 +#: ../gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "" "Частина загального поступу, під час виконання якої відбувається приріст " "індикатора поступу" -#: gtk/gtkprogressbar.c:185 +#: ../gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "Текст, що показуватиметься у панелі поступу" -#: gtk/gtkprogressbar.c:207 +#: ../gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." @@ -4392,59 +4369,59 @@ msgstr "" "Бажане місце для еліптизації рядка, якщо у панелі поступу не вистачає місця " "для відображення усього рядка." -#: gtk/gtkprogressbar.c:214 +#: ../gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "ДодІнтервал" -#: gtk/gtkprogressbar.c:215 +#: ../gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "Додатковий інтервал, що додається до ширини смуги поступу." -#: gtk/gtkprogressbar.c:220 +#: ../gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "YІнтервал" -#: gtk/gtkprogressbar.c:221 +#: ../gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "Додатковий інтервал, що додається до висоти рядку поступу." -#: gtk/gtkprogressbar.c:234 +#: ../gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "Мінімальна ширина горизонтальної панелі" -#: gtk/gtkprogressbar.c:235 +#: ../gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "Горизонтальне вирівнювання позначки" -#: gtk/gtkprogressbar.c:247 +#: ../gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "Горизонтальне вирівнювання" -#: gtk/gtkprogressbar.c:248 +#: ../gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "Значення індикатора ходу поступу" -#: gtk/gtkprogressbar.c:260 +#: ../gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "Ширина вертикального роздільника" -#: gtk/gtkprogressbar.c:261 +#: ../gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "Мінімальна ширина вертикального індикатора поступу" -#: gtk/gtkprogressbar.c:273 +#: ../gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "Мінімальна висота вкладеного елементу" -#: gtk/gtkprogressbar.c:274 +#: ../gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "Мінімальна висота вертикального індикатора поступу" -#: gtk/gtkradioaction.c:111 +#: ../gtk/gtkradioaction.c:111 msgid "The value" msgstr "Значення" -#: gtk/gtkradioaction.c:112 +#: ../gtk/gtkradioaction.c:112 msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." @@ -4452,155 +4429,155 @@ msgstr "" "Значення, яке повертає gtk_radio_action_get_current_value() коли ця дія є " "поточною дією у групі." -#: gtk/gtkradioaction.c:129 +#: ../gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "Дія-перемикач, групі якої належить ця дія." -#: gtk/gtkradioaction.c:144 +#: ../gtk/gtkradioaction.c:144 msgid "The current value" msgstr "Поточне значення" -#: gtk/gtkradioaction.c:145 +#: ../gtk/gtkradioaction.c:145 msgid "" "The value property of the currently active member of the group to which this " "action belongs." msgstr "" "Значення властивості поточного активного члена групи, до якої належить дія." -#: gtk/gtkradiobutton.c:83 +#: ../gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "Кнопка-перемикач, чиїй групі належить цей віджет." -#: gtk/gtkradiomenuitem.c:344 +#: ../gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "Кнопка-перемикач, чиїй групі належить цей віджет." -#: gtk/gtkradiotoolbutton.c:66 +#: ../gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "Радіо-кнопка, чиїй групі належить цей віджет." -#: gtk/gtkrange.c:358 +#: ../gtk/gtkrange.c:358 msgid "Update policy" msgstr "Метод оновлення" -#: gtk/gtkrange.c:359 +#: ../gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "Як діапазон має поновлюватись на екрані" -#: gtk/gtkrange.c:368 +#: ../gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "" "Об'єкт GtkAdjustment, що містить поточне значення цього діапазонного об'єкта" -#: gtk/gtkrange.c:375 +#: ../gtk/gtkrange.c:375 msgid "Inverted" msgstr "Зворотній" -#: gtk/gtkrange.c:376 +#: ../gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" msgstr "Зворотній напрямок руху повзунка призводить до збільшення значення" -#: gtk/gtkrange.c:383 +#: ../gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "Нижня чутливість кроку" -#: gtk/gtkrange.c:384 +#: ../gtk/gtkrange.c:384 msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" msgstr "Чутливість кроку, яка вказує на нижню сторону коригування" -#: gtk/gtkrange.c:392 +#: ../gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "Верхня чутливість кроку" -#: gtk/gtkrange.c:393 +#: ../gtk/gtkrange.c:393 msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" msgstr "Чутливість кроку, яка вказує на верхню сторону коригування" -#: gtk/gtkrange.c:410 +#: ../gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "Відображення рівня заповнення" -#: gtk/gtkrange.c:411 +#: ../gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "Чи відображати індикатор рівня заповнення графіки у жолобі" -#: gtk/gtkrange.c:427 +#: ../gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "Обмежувати рівень заповнення" -#: gtk/gtkrange.c:428 +#: ../gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "Чи обмежувати верхню межу рівнем заповнення." -#: gtk/gtkrange.c:443 +#: ../gtk/gtkrange.c:443 msgid "Fill Level" msgstr "Рівень заповнення" -#: gtk/gtkrange.c:444 +#: ../gtk/gtkrange.c:444 msgid "The fill level." msgstr "Рівень заповнення." -#: gtk/gtkrange.c:452 +#: ../gtk/gtkrange.c:452 msgid "Slider Width" msgstr "Ширина повзунка" -#: gtk/gtkrange.c:453 +#: ../gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "Ширина повзунка чи вказівника" -#: gtk/gtkrange.c:460 +#: ../gtk/gtkrange.c:460 msgid "Trough Border" msgstr "Границя напрямної" -#: gtk/gtkrange.c:461 +#: ../gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "" "Відстань між вказівником чи кнопками переміщення і зовнішньою границею " "напрямної" -#: gtk/gtkrange.c:468 +#: ../gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "Розмір кнопок переміщення" -#: gtk/gtkrange.c:469 +#: ../gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "Розмір кнопок переміщення по краях" -#: gtk/gtkrange.c:484 +#: ../gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "Відстань між кнопками переміщення" -#: gtk/gtkrange.c:485 +#: ../gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "Відстань між кнопками переміщення і вказівником" -#: gtk/gtkrange.c:492 +#: ../gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "Горизонтальний зсув стрілки" -#: gtk/gtkrange.c:493 +#: ../gtk/gtkrange.c:493 msgid "" "How far in the x direction to move the arrow when the button is depressed" msgstr "На скільки посувати стрілку по горизонталі, коли натиснуто кнопку" -#: gtk/gtkrange.c:500 +#: ../gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "Вертикальний зсув стрілки" -#: gtk/gtkrange.c:501 +#: ../gtk/gtkrange.c:501 msgid "" "How far in the y direction to move the arrow when the button is depressed" msgstr "На скільки посувати стрілку по вертикалі, коли натиснуто кнопку" -#: gtk/gtkrange.c:509 +#: ../gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "Малювати повзунок при перетягуванні, як ACTIVE" -#: gtk/gtkrange.c:510 +#: ../gtk/gtkrange.c:510 msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" @@ -4608,11 +4585,11 @@ msgstr "" "Якщо параметр має значення TRUE, при перетягуванні повзунки будуть " "малюватись активними та з внутрішньою тінню" -#: gtk/gtkrange.c:524 +#: ../gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "Подробиці сторони жолобу" -#: gtk/gtkrange.c:525 +#: ../gtk/gtkrange.c:525 msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" @@ -4620,11 +4597,11 @@ msgstr "" "При значенні TRUE, частини жолобу з двох сторін повзунка виводяться з " "різними подробицями" -#: gtk/gtkrange.c:541 +#: ../gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "Жолоб під степпером" -#: gtk/gtkrange.c:542 +#: ../gtk/gtkrange.c:542 msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" @@ -4632,263 +4609,265 @@ msgstr "" "Чи виводити жолоб на всю довжину діапазону або ж виключати степпер та " "відступи" -#: gtk/gtkrange.c:555 +#: ../gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "Розтягування стрілки" -#: gtk/gtkrange.c:556 +#: ../gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "Розтягування стрілки відносно до розміру кнопки прокрутки" -#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 +#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "Показувати номери" -#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 +#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "Чи відображати номери з елементами" -#: gtk/gtkrecentchooser.c:132 +#: ../gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "Недавній менеджер" -#: gtk/gtkrecentchooser.c:133 +#: ../gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "Об'єкт RecentManager, що використовується" -#: gtk/gtkrecentchooser.c:147 +#: ../gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "Показувати приватні" -#: gtk/gtkrecentchooser.c:148 +#: ../gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "Чи показувати приватні елементи" -#: gtk/gtkrecentchooser.c:161 +#: ../gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "Показувати підказки" -#: gtk/gtkrecentchooser.c:162 +#: ../gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "Чи відображатиметься підказка на елементі" -#: gtk/gtkrecentchooser.c:174 +#: ../gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "Показувати значки" -#: gtk/gtkrecentchooser.c:175 +#: ../gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "Чи має бути значок поблизу елемента" -#: gtk/gtkrecentchooser.c:190 +#: ../gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "Показувати не існуючі" -#: gtk/gtkrecentchooser.c:191 +#: ../gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "Чи показувати елементи, що вказують на неіснуючі ресурси" -#: gtk/gtkrecentchooser.c:204 +#: ../gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "Чи дозволяти виділення багатьох елементів" -#: gtk/gtkrecentchooser.c:217 +#: ../gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "Лише локальні" -#: gtk/gtkrecentchooser.c:218 +#: ../gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "Чи виділення ресурс(ів) повинно обмежуватись локальними файлами: URI" -#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 +#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "Межа" -#: gtk/gtkrecentchooser.c:235 +#: ../gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "Максимальна кількість елементів, що відображається" -#: gtk/gtkrecentchooser.c:249 +#: ../gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "Тип сортування" -#: gtk/gtkrecentchooser.c:250 +#: ../gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "Порядок сортування елементів, що відображаються" -#: gtk/gtkrecentchooser.c:265 +#: ../gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "Поточний фільтр для відбору ресурсів, що відображаються" -#: gtk/gtkrecentmanager.c:215 +#: ../gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "" "Повний шлях до файлу, що використовується для зберігання та читання списку" -#: gtk/gtkrecentmanager.c:230 +#: ../gtk/gtkrecentmanager.c:230 msgid "" "The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "" "Максимальне число елементів, що повертаються gtk_recent_manager_get_items()" -#: gtk/gtkrecentmanager.c:246 +#: ../gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "Розмір списку ресурсів, що недавно використовувались" -#: gtk/gtkruler.c:128 +#: ../gtk/gtkruler.c:128 msgid "Lower" msgstr "Низ" -#: gtk/gtkruler.c:129 +#: ../gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "Нижня межа лінійки" -#: gtk/gtkruler.c:138 +#: ../gtk/gtkruler.c:138 msgid "Upper" msgstr "Верх" -#: gtk/gtkruler.c:139 +#: ../gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "Верхня межа лінійки" -#: gtk/gtkruler.c:149 +#: ../gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "Положення позначки на лінійці" -#: gtk/gtkruler.c:158 +#: ../gtk/gtkruler.c:158 msgid "Max Size" msgstr "Максимальний розмір" -#: gtk/gtkruler.c:159 +#: ../gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "Максимальний розмір лінійки" -#: gtk/gtkruler.c:174 +#: ../gtk/gtkruler.c:174 msgid "Metric" msgstr "Метрична" -#: gtk/gtkruler.c:175 +#: ../gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "Система виміру, що використовується для лінійки" -#: gtk/gtkscale.c:201 +#: ../gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "Кількість десяткових місць для відображення значення" -#: gtk/gtkscale.c:210 +#: ../gtk/gtkscale.c:210 msgid "Draw Value" msgstr "Показувати значення" -#: gtk/gtkscale.c:211 +#: ../gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "Чи буде поточне значення відображатися у вигляді рядка за повзунком" -#: gtk/gtkscale.c:218 +#: ../gtk/gtkscale.c:218 msgid "Value Position" msgstr "Положення значення" -#: gtk/gtkscale.c:219 +#: ../gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "Місце, в якому відображається поточне значення" -#: gtk/gtkscale.c:226 +#: ../gtk/gtkscale.c:226 msgid "Slider Length" msgstr "Довжина повзунка" -#: gtk/gtkscale.c:227 +#: ../gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "Довжина повзунка" -#: gtk/gtkscale.c:235 +#: ../gtk/gtkscale.c:235 msgid "Value spacing" msgstr "Відступ значення" -#: gtk/gtkscale.c:236 +#: ../gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "Інтервал між зображеним значенням і ділянкою повзунка чи напрямної" -#: gtk/gtkscalebutton.c:207 +#: ../gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Значення масштабу" -#: gtk/gtkscalebutton.c:217 +#: ../gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Розмір значка" -#: gtk/gtkscalebutton.c:226 +#: ../gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "Об'єкт GtkAdjustment, що містить поточне значення масштабу цієї кнопки " "масштабу" -#: gtk/gtkscalebutton.c:254 +#: ../gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Значок" -#: gtk/gtkscalebutton.c:255 +#: ../gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Список назв значків" -#: gtk/gtkscrollbar.c:51 +#: ../gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "Мінімальна довжина повзунка" -#: gtk/gtkscrollbar.c:52 +#: ../gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "Мінімальна довжина повзунка смуги прокрутки" -#: gtk/gtkscrollbar.c:60 +#: ../gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "Фіксований розмір повзунка" -#: gtk/gtkscrollbar.c:61 +#: ../gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "Не змінювати розмір повзунка, встановити мінімальну довжину" -#: gtk/gtkscrollbar.c:82 +#: ../gtk/gtkscrollbar.c:82 msgid "" "Display a second backward arrow button on the opposite end of the scrollbar" msgstr "" "Відображати другу кнопку із стрілкою назад на протилежні стороні смуги " "прокрутки" -#: gtk/gtkscrollbar.c:89 +#: ../gtk/gtkscrollbar.c:89 msgid "" "Display a second forward arrow button on the opposite end of the scrollbar" msgstr "" "Відображати другу кнопку із стрілкою вперед на протилежні стороні смуги " "прокрутки" -#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 +#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 +#: ../gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "Горизонтальне вирівнювання" -#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 +#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 +#: ../gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "Вертикальне вирівнювання" -#: gtk/gtkscrolledwindow.c:232 +#: ../gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "Правило горизонтальної прокрутки" -#: gtk/gtkscrolledwindow.c:233 +#: ../gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "Коли відображається горизонтальна панель прокрутки" -#: gtk/gtkscrolledwindow.c:240 +#: ../gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "Правило вертикальної прокрутки" -#: gtk/gtkscrolledwindow.c:241 +#: ../gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "Коли відображається вертикальна панель прокрутки" -#: gtk/gtkscrolledwindow.c:249 +#: ../gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "Розміщення вікна" -#: gtk/gtkscrolledwindow.c:250 +#: ../gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." @@ -4896,11 +4875,11 @@ msgstr "" "Як буде розміщено вміст відносно смуг прокрутки. Ця властивість має ефект " "лише якщо \"window-placement-set\" має значення TRUE." -#: gtk/gtkscrolledwindow.c:267 +#: ../gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "Встановити розміщення вікна" -#: gtk/gtkscrolledwindow.c:268 +#: ../gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." @@ -4908,35 +4887,35 @@ msgstr "" "Чи слід використовувати \"window-placement\" для визначення розташування " "змісту відносно смуг прокрутки." -#: gtk/gtkscrolledwindow.c:274 +#: ../gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "Тип тіні" -#: gtk/gtkscrolledwindow.c:275 +#: ../gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "Стиль фаски навколо вмісту" -#: gtk/gtkscrolledwindow.c:289 +#: ../gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "Смуги прокрутки у межах фаски" -#: gtk/gtkscrolledwindow.c:290 +#: ../gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "Розміщати смуги прокрутки у межах фаски вікон, що прокручуються" -#: gtk/gtkscrolledwindow.c:296 +#: ../gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "Відстань до панелей прокрутки" -#: gtk/gtkscrolledwindow.c:297 +#: ../gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "Кількість точок між панелями прокрутки і вікном, що прокручується" -#: gtk/gtkscrolledwindow.c:312 +#: ../gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "Розміщення вікна прокрутки" -#: gtk/gtkscrolledwindow.c:313 +#: ../gtk/gtkscrolledwindow.c:313 msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." @@ -4944,19 +4923,19 @@ msgstr "" "Як буде розміщено вміст вікон, що прокручуються відносно смуг прокрутки, " "якщо не буде перевизначено власним розміщенням вікна, що прокручується." -#: gtk/gtkseparatortoolitem.c:105 +#: ../gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "Малювати" -#: gtk/gtkseparatortoolitem.c:106 +#: ../gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "Чи малюється розділювач, або вставляється інтервал" -#: gtk/gtksettings.c:215 +#: ../gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "Інтервал подвійного клацання" -#: gtk/gtksettings.c:216 +#: ../gtk/gtksettings.c:216 msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" @@ -4964,11 +4943,11 @@ msgstr "" "Максимальний час між двома клацаннями, щоб вважати їх одним подвійним " "клацанням (в мілісекундах)" -#: gtk/gtksettings.c:223 +#: ../gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "Період подвійного клацання" -#: gtk/gtksettings.c:224 +#: ../gtk/gtksettings.c:224 msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" @@ -4976,35 +4955,35 @@ msgstr "" "Максимальний період між двома клацаннями, щоб вважати їх одним подвійним " "клацанням (в мілісекундах)" -#: gtk/gtksettings.c:240 +#: ../gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "Блимання курсора" -#: gtk/gtksettings.c:241 +#: ../gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "Чи має курсор блимати" -#: gtk/gtksettings.c:248 +#: ../gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "Період блимання курсора" -#: gtk/gtksettings.c:249 +#: ../gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "Довжина циклу блимання курсора, в мілісекундах" -#: gtk/gtksettings.c:268 +#: ../gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "Затримка блимання курсора" -#: gtk/gtksettings.c:269 +#: ../gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "Час, після якого курсор перестає блимати, у секундах" -#: gtk/gtksettings.c:276 +#: ../gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "Розділити курсор" -#: gtk/gtksettings.c:277 +#: ../gtk/gtksettings.c:277 msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" @@ -5012,154 +4991,154 @@ msgstr "" "Чи відображатимуться два курсора для змішаного справа-наліво і зліва-направо " "тексту" -#: gtk/gtksettings.c:284 +#: ../gtk/gtksettings.c:284 msgid "Theme Name" msgstr "Назва теми" -#: gtk/gtksettings.c:285 +#: ../gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "Назва RC-файла з темою, який необхідно завантажити" -#: gtk/gtksettings.c:293 +#: ../gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "Назва теми значків" -#: gtk/gtksettings.c:294 +#: ../gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "Назва теми значків" -#: gtk/gtksettings.c:302 +#: ../gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "Назва запасної теми значків" -#: gtk/gtksettings.c:303 +#: ../gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "Назва теми значків, яка є запасною темою" -#: gtk/gtksettings.c:311 +#: ../gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "Назва ключової теми" -#: gtk/gtksettings.c:312 +#: ../gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "Назва RC-файла з ключовою темою, який необхідно завантажити" -#: gtk/gtksettings.c:320 +#: ../gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "Клавіша виклику панелі меню" -#: gtk/gtksettings.c:321 +#: ../gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "Клавіша для активації панелі меню" -#: gtk/gtksettings.c:329 +#: ../gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "Поріг перетягування" -#: gtk/gtksettings.c:330 +#: ../gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "" "Кількість точок, на які може зміститися курсор до початку перетягування" -#: gtk/gtksettings.c:338 +#: ../gtk/gtksettings.c:338 msgid "Font Name" msgstr "Назва шрифту" -#: gtk/gtksettings.c:339 +#: ../gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "Назва звичайного шрифту" -#: gtk/gtksettings.c:361 +#: ../gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "Розміри значків" -#: gtk/gtksettings.c:362 +#: ../gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "Список розмірів значків (gtk-menu=16,16:gtk-button=20,20..." -#: gtk/gtksettings.c:370 +#: ../gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "Модулі GTK" -#: gtk/gtksettings.c:371 +#: ../gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "Перелік активних модулів GTK" -#: gtk/gtksettings.c:380 +#: ../gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Xft згладжування" -#: gtk/gtksettings.c:381 +#: ../gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "Чи потрібно згладжувати Xft шрифти; 0=ні, 1=так, -1=типово" -#: gtk/gtksettings.c:390 +#: ../gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Xft уточнення" -#: gtk/gtksettings.c:391 +#: ../gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "Чи потрібно уточнювати Xft шрифти; 0=ні, 1=так, -1=типово" -#: gtk/gtksettings.c:400 +#: ../gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Тип уточнення Xft" -#: gtk/gtksettings.c:401 +#: ../gtk/gtksettings.c:401 msgid "" "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "" "Який ступінь уточнення використовувати; без уточнення(none), невелике" "(slight), середнє(medium), або повне(full)" -#: gtk/gtksettings.c:410 +#: ../gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft RGBA" -#: gtk/gtksettings.c:411 +#: ../gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "Тип субпіксельного згладжування; немає(none), rgb, bgr, vrgb, vbgr" -#: gtk/gtksettings.c:420 +#: ../gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Xft DPI" -#: gtk/gtksettings.c:421 +#: ../gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" msgstr "" "Роздільна здатність для Xft, у 1024 * точки/дюйм. -1 задає типове значення" -#: gtk/gtksettings.c:430 +#: ../gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "Назва теми курсорів" -#: gtk/gtksettings.c:431 +#: ../gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" msgstr "Назва теми курсорів, або NULL для використання типової теми" -#: gtk/gtksettings.c:439 +#: ../gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "Розмір теми курсорів" -#: gtk/gtksettings.c:440 +#: ../gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "" "Розмір, що буде використовуватись для курсорів, або 0 для використання " "типового розміру" -#: gtk/gtksettings.c:450 +#: ../gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "Альтернативний порядок кнопок" -#: gtk/gtksettings.c:451 +#: ../gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" msgstr "Чи повинен використовуватись альтернативний порядок кнопок у діалогах" -#: gtk/gtksettings.c:468 +#: ../gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "Альтернативний напрямок індикатора сортування" -#: gtk/gtksettings.c:469 +#: ../gtk/gtksettings.c:469 msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" @@ -5168,11 +5147,11 @@ msgstr "" "дерева, у порівнянні до типового напрямку.(коли напрямок вниз означає " "зростання)" -#: gtk/gtksettings.c:477 +#: ../gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "Показувати меню 'Методи вводу'" -#: gtk/gtksettings.c:478 +#: ../gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" @@ -5180,11 +5159,11 @@ msgstr "" "Чи у контекстних меню елементів та текстових віджетів пропонувати пункт " "зміни методу вводу" -#: gtk/gtksettings.c:486 +#: ../gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "Показувати меню 'Вставити керуючий символ Unicode'" -#: gtk/gtksettings.c:487 +#: ../gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" @@ -5192,229 +5171,229 @@ msgstr "" "Чи у контекстному меню елементів та текстових віджетів пропонувати пункт " "вставки керуючого символу Unicode" -#: gtk/gtksettings.c:495 +#: ../gtk/gtksettings.c:495 msgid "Start timeout" msgstr "Таймаут початку" -#: gtk/gtksettings.c:496 +#: ../gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "Значення для інтервалу початку повтору, при натисканні кнопки" -#: gtk/gtksettings.c:505 +#: ../gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "Таймаут повтору" -#: gtk/gtksettings.c:506 +#: ../gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "Значення для інтервалу очікування повтору, коли кнопка натиснута" -#: gtk/gtksettings.c:515 +#: ../gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "Таймаут розширення" -#: gtk/gtksettings.c:516 +#: ../gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "" "Значення для інтервалу очікування, коли віджет розширюється на нову область" -#: gtk/gtksettings.c:551 +#: ../gtk/gtksettings.c:551 msgid "Color scheme" msgstr "Схема кольорів" -#: gtk/gtksettings.c:552 +#: ../gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "Палітра назв кольорів, що використовуються у темах" -#: gtk/gtksettings.c:561 +#: ../gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "Увімкнути анімацію" -#: gtk/gtksettings.c:562 +#: ../gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "Чи вмикати анімацію у бібліотеці." -#: gtk/gtksettings.c:580 +#: ../gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "Увімкнути режим Touchscreen" -#: gtk/gtksettings.c:581 +#: ../gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "" "При значенні TRUE, події сповіщення про рух не доставляються на цей екран" -#: gtk/gtksettings.c:598 +#: ../gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "Таймаут появи підказки" -#: gtk/gtksettings.c:599 +#: ../gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "Інтервал часу перед відображенням підказки" -#: gtk/gtksettings.c:624 +#: ../gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "Таймаут перегляду підказки" -#: gtk/gtksettings.c:625 +#: ../gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "" "Інтервал часу перед відображенням підказки, коли вмикається режим перегляду" -#: gtk/gtksettings.c:646 +#: ../gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "Таймаут режиму перегляду" -#: gtk/gtksettings.c:647 +#: ../gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "Інтервал часу після якого вимикається режим перегляду" -#: gtk/gtksettings.c:666 +#: ../gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "Навігація курсора клавішами" -#: gtk/gtksettings.c:667 +#: ../gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" msgstr "" "При значенні TRUE, для навігації по віджету доступні лише клавіші керування " "курсором" -#: gtk/gtksettings.c:684 +#: ../gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "Перехід на межі віджета при навігації клавіатурою" -#: gtk/gtksettings.c:685 +#: ../gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "" "Чи переходити на інший бік при досягненні межі віджета при навігації " "клавіатурою" -#: gtk/gtksettings.c:705 +#: ../gtk/gtksettings.c:705 msgid "Error Bell" msgstr "Звуковий сигнал помилки" -#: gtk/gtksettings.c:706 +#: ../gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "" "При значенні TRUE, навігація клавішами та інші помилки генерують звуковий " "сигнал" -#: gtk/gtksettings.c:723 +#: ../gtk/gtksettings.c:723 msgid "Color Hash" msgstr "Хеш кольорів" -#: gtk/gtksettings.c:724 +#: ../gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "Представлення схеми кольорів у вигляді хеш-таблиці." -#: gtk/gtksettings.c:732 +#: ../gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "Типовий механізм вибору файлів" -#: gtk/gtksettings.c:733 +#: ../gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "Назва GtkFileChooser механізму для типового використання" -#: gtk/gtksettings.c:750 +#: ../gtk/gtksettings.c:750 msgid "Default print backend" msgstr "Типовий механізм друку" -#: gtk/gtksettings.c:751 +#: ../gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "Список механізмів GtkPrintBackend, які типово використовуються" -#: gtk/gtksettings.c:774 +#: ../gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "Типова команда, що запускається для попереднього перегляду друку" -#: gtk/gtksettings.c:775 +#: ../gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "Команда, що запускається для попереднього перегляду друку" -#: gtk/gtksettings.c:791 +#: ../gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "Увімкнути мнемоніку" -#: gtk/gtksettings.c:792 +#: ../gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "Чи повинні позначки мати мнемоніку" -#: gtk/gtksettings.c:808 +#: ../gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "Увімкнути комбінації клавіш" -#: gtk/gtksettings.c:809 +#: ../gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "Чи повинні додаватись до меню комбінації клавіш" -#: gtk/gtksettings.c:826 +#: ../gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "Кількість недавніх файлів" -#: gtk/gtksettings.c:827 +#: ../gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "Кількість недавно використаних файлів" -#: gtk/gtksettings.c:845 +#: ../gtk/gtksettings.c:845 msgid "Default IM module" msgstr "Типовий модуль IM" -#: gtk/gtksettings.c:846 +#: ../gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "Чи треба типово використовувати модуль IM" -#: gtk/gtksettings.c:864 +#: ../gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "Максимальний вік недавніх файлів" -#: gtk/gtksettings.c:865 +#: ../gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "Максимальний вік недавніх файлів, у днях" -#: gtk/gtksettings.c:874 +#: ../gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Відмітка часу конфігурації Fontconfig" -#: gtk/gtksettings.c:875 +#: ../gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "Часова позначка поточної конфігурації" -#: gtk/gtksettings.c:897 +#: ../gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "Назва теми звуків" -#: gtk/gtksettings.c:898 +#: ../gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "Назва теми звуків XDG" #. Translators: this means sounds that are played as feedback to user input -#: gtk/gtksettings.c:920 +#: ../gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "Звуковий зворотній зв'язок" -#: gtk/gtksettings.c:921 +#: ../gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "Чи буде відтворювати звукові події при вводі" -#: gtk/gtksettings.c:942 +#: ../gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "Увімкнути звукові події" -#: gtk/gtksettings.c:943 +#: ../gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "Чи взагалі відтворювати будь-який звук" -#: gtk/gtksettings.c:958 +#: ../gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "Увімкнути підказки" -#: gtk/gtksettings.c:959 +#: ../gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "Чи потрібно показувати підказки на віджетах" -#: gtk/gtksizegroup.c:293 +#: ../gtk/gtksizegroup.c:293 msgid "Mode" msgstr "Режим" -#: gtk/gtksizegroup.c:294 +#: ../gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" @@ -5422,30 +5401,30 @@ msgstr "" "Напрямки, в яких розмір групи впливає на задані розміри елементів, що " "входять у віджет" -#: gtk/gtksizegroup.c:310 +#: ../gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "Ігнорувати приховані" -#: gtk/gtksizegroup.c:311 +#: ../gtk/gtksizegroup.c:311 msgid "" "If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "" "При значенні TRUE, Якщо встановлено, при визначенні розміру групи приховані " "віджети ігноруються" -#: gtk/gtkspinbutton.c:209 +#: ../gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "Параметр, що зберігає значення кнопки-лічильника" -#: gtk/gtkspinbutton.c:216 +#: ../gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "Прискорення" -#: gtk/gtkspinbutton.c:236 +#: ../gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "Доводити до найближчих" -#: gtk/gtkspinbutton.c:237 +#: ../gtk/gtkspinbutton.c:237 msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" @@ -5453,189 +5432,187 @@ msgstr "" "Чи будуть недозволені значення автоматично замінятися на найближче дозволене " "значення" -#: gtk/gtkspinbutton.c:244 +#: ../gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "Числове" -#: gtk/gtkspinbutton.c:245 +#: ../gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "Чи будуть припускатись не цифрові символи" -#: gtk/gtkspinbutton.c:252 +#: ../gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "Перенос" -#: gtk/gtkspinbutton.c:253 +#: ../gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "" "Чи буде лічильник переходити до протилежного кінця шкали під час досягнення " "максимальних значень" -#: gtk/gtkspinbutton.c:260 +#: ../gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "Правило оновлення" -#: gtk/gtkspinbutton.c:261 +#: ../gtk/gtkspinbutton.c:261 msgid "" "Whether the spin button should update always, or only when the value is legal" msgstr "" "Чи має лічильник поновлюватися постійно, або якщо значення є допустимим" -#: gtk/gtkspinbutton.c:270 +#: ../gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "Зчитує поточне чи встановлює нове значення" -#: gtk/gtkspinbutton.c:279 +#: ../gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "Стиль фаски навколо поле зі стрілками" -#: gtk/gtkstatusbar.c:141 +#: ../gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "Має захват для зміни розміру" -#: gtk/gtkstatusbar.c:142 +#: ../gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "Чи рядок стану маж захват для зміни розміру вікна" -#: gtk/gtkstatusbar.c:187 +#: ../gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "Стиль фаски навколо тексту в рядку стану" -#: gtk/gtkstatusicon.c:268 +#: ../gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "Розмір значка" -#: gtk/gtkstatusicon.c:278 +#: ../gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "Екран, на якому буде відображено цей значок зі статусом" -#: gtk/gtkstatusicon.c:285 +#: ../gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "Блимання" -#: gtk/gtkstatusicon.c:286 +#: ../gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "Чи буде блимати значок статусу" -#: gtk/gtkstatusicon.c:294 +#: ../gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "Чи буде видимий значок статусу" -#: gtk/gtkstatusicon.c:310 +#: ../gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "Чи буде вбудованим значок статусу" -#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 +#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "Орієнтація лотка" -#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 +#: ../gtk/gtkstatusicon.c:353 ../gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "Має підказку" -#: gtk/gtkstatusicon.c:354 -#, fuzzy +#: ../gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" -msgstr "Чи цей віджет має підказку" +msgstr "Чи має цей значок панелі сповіщень контекстну підказку" -#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 +#: ../gtk/gtkstatusicon.c:375 ../gtk/gtkwidget.c:653 msgid "Tooltip Text" msgstr "Текст підказки" -#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 +#: ../gtk/gtkstatusicon.c:376 ../gtk/gtkwidget.c:654 ../gtk/gtkwidget.c:675 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:674 msgid "Tooltip markup" msgstr "Вміст підказки" -#: gtk/gtkstatusicon.c:400 -#, fuzzy +#: ../gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" -msgstr "Вміст підказки для цього віджета" +msgstr "Вміст підказки значка панелі сповіщень" -#: gtk/gtktable.c:129 +#: ../gtk/gtktable.c:129 msgid "Rows" msgstr "Рядки" -#: gtk/gtktable.c:130 +#: ../gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "Кількість рядків у таблиці" -#: gtk/gtktable.c:138 +#: ../gtk/gtktable.c:138 msgid "Columns" msgstr "Стовпчики" -#: gtk/gtktable.c:139 +#: ../gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "Кількість стовпчиків у таблиці" -#: gtk/gtktable.c:147 +#: ../gtk/gtktable.c:147 msgid "Row spacing" msgstr "Міжрядковий інтервал" -#: gtk/gtktable.c:148 +#: ../gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "Розмір проміжку між двома послідовними рядками" -#: gtk/gtktable.c:156 +#: ../gtk/gtktable.c:156 msgid "Column spacing" msgstr "Інтервал між стовпчиками" -#: gtk/gtktable.c:157 +#: ../gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "Розмір проміжку між двома послідовними стовпчиками" -#: gtk/gtktable.c:166 +#: ../gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "При значенні TRUE, комірки таблиці мають однакову ширину і висоту" -#: gtk/gtktable.c:173 +#: ../gtk/gtktable.c:173 msgid "Left attachment" msgstr "Додавання зліва" -#: gtk/gtktable.c:180 +#: ../gtk/gtktable.c:180 msgid "Right attachment" msgstr "Додавання справа" -#: gtk/gtktable.c:181 +#: ../gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "Кількість стовпчиків, що додаються до правого краю вкладеного елемента" -#: gtk/gtktable.c:187 +#: ../gtk/gtktable.c:187 msgid "Top attachment" msgstr "Додавання згори" -#: gtk/gtktable.c:188 +#: ../gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "Кількість рядків, що додаються до верхнього краю вкладеного елемента" -#: gtk/gtktable.c:194 +#: ../gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "Додавання знизу" -#: gtk/gtktable.c:201 +#: ../gtk/gtktable.c:201 msgid "Horizontal options" msgstr "Горизонтальні параметри" -#: gtk/gtktable.c:202 +#: ../gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "Параметри, що визначають горизонтальну поведінку вкладеного елемента" -#: gtk/gtktable.c:208 +#: ../gtk/gtktable.c:208 msgid "Vertical options" msgstr "Вертикальні параметри" -#: gtk/gtktable.c:209 +#: ../gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "Параметри, що визначають вертикальну поведінку вкладеного елемента" -#: gtk/gtktable.c:215 +#: ../gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "Горизонтальний відступ" -#: gtk/gtktable.c:216 +#: ../gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" @@ -5643,11 +5620,11 @@ msgstr "" "Додатковий інтервал, в точках, між вкладеним елементом і елементами, що " "знаходяться ліворуч і праворуч від нього" -#: gtk/gtktable.c:222 +#: ../gtk/gtktable.c:222 msgid "Vertical padding" msgstr "Вертикальний відступ" -#: gtk/gtktable.c:223 +#: ../gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" @@ -5655,112 +5632,112 @@ msgstr "" "Додатковий інтервал, в точках, між вкладеним елементом і елементами, що " "знаходяться під і над ним" -#: gtk/gtktext.c:546 +#: ../gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "Горизонтальне вирівнювання текстового віджета" -#: gtk/gtktext.c:554 +#: ../gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "Вертикальне вирівнювання текстового віджета" -#: gtk/gtktext.c:561 +#: ../gtk/gtktext.c:561 msgid "Line Wrap" msgstr "Перенос рядків" -#: gtk/gtktext.c:562 +#: ../gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "Стан переносу рядків на полі віджета" -#: gtk/gtktext.c:569 +#: ../gtk/gtktext.c:569 msgid "Word Wrap" msgstr "Перенос слів" -#: gtk/gtktext.c:570 +#: ../gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "Стан переносу слів на полі віджета" -#: gtk/gtktextbuffer.c:180 +#: ../gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "Таблиця ярликів" -#: gtk/gtktextbuffer.c:181 +#: ../gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "Таблиця текстових ярликів" -#: gtk/gtktextbuffer.c:199 +#: ../gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "Поточний текст буфера" -#: gtk/gtktextbuffer.c:213 +#: ../gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "Є виділення" -#: gtk/gtktextbuffer.c:214 +#: ../gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "Чи у поточному буфер виділено якийсь текст" -#: gtk/gtktextbuffer.c:230 +#: ../gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "Позиція курсора" -#: gtk/gtktextbuffer.c:231 +#: ../gtk/gtktextbuffer.c:231 msgid "" "The position of the insert mark (as offset from the beginning of the buffer)" msgstr "Позиція знаку вставки (як зсув з початку буфера)" -#: gtk/gtktextbuffer.c:246 +#: ../gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "Список цілей копіювання" -#: gtk/gtktextbuffer.c:247 +#: ../gtk/gtktextbuffer.c:247 msgid "" "The list of targets this buffer supports for clipboard copying and DND source" msgstr "" "Список цілей цього буфера підтримується для копіювання буферу обміну та " "джерела перетягування" -#: gtk/gtktextbuffer.c:262 +#: ../gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "Список цілей вставки" -#: gtk/gtktextbuffer.c:263 +#: ../gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" msgstr "" "Список цілей цього буферу підтримується для вставки та цілі перетягування" -#: gtk/gtktextmark.c:90 +#: ../gtk/gtktextmark.c:90 msgid "Mark name" msgstr "Назва позначки" -#: gtk/gtktextmark.c:97 +#: ../gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "Притягується ліворуч" -#: gtk/gtktextmark.c:98 +#: ../gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "Чи позначка притягується ліворуч" -#: gtk/gtktexttag.c:173 +#: ../gtk/gtktexttag.c:173 msgid "Tag name" msgstr "Назва ярлика" -#: gtk/gtktexttag.c:174 +#: ../gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "" "Назва, що використовуватиметься для посилань на текстовий ярлик. NULL для " "ярликів без назви." -#: gtk/gtktexttag.c:192 +#: ../gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "Колір тла у вигляді (можливо не ініціалізованої) структури GdkColor" -#: gtk/gtktexttag.c:199 +#: ../gtk/gtktexttag.c:199 msgid "Background full height" msgstr "Повна висота тла" -#: gtk/gtktexttag.c:200 +#: ../gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" @@ -5768,49 +5745,49 @@ msgstr "" "Чи буде колір тла застосовано на всю висоту, чи лише на висоту символів, " "відзначених тегами." -#: gtk/gtktexttag.c:208 +#: ../gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "Візерункова маска тла" -#: gtk/gtktexttag.c:209 +#: ../gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "" "Бітова мапа, що буде використана в якості маски під час малювання тла тексту" -#: gtk/gtktexttag.c:226 +#: ../gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "" "Колір переднього плану у вигляді (можливо не ініціалізованої) структури " "GdkColor" -#: gtk/gtktexttag.c:234 +#: ../gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "Візерункова мапа тексту" -#: gtk/gtktexttag.c:235 +#: ../gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "" "Бітова мапа, що буде використана в якості маски під час малювання переднього " "плану тексту" -#: gtk/gtktexttag.c:242 +#: ../gtk/gtktexttag.c:242 msgid "Text direction" msgstr "Напрям тексту" -#: gtk/gtktexttag.c:243 +#: ../gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "Напрямок тексту, тобто \"справа наліво\" чи \"зліва направо\"" -#: gtk/gtktexttag.c:292 +#: ../gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "Шрифт у вигляді PangoStyle, наприклад, PANGO_STYLE_ITALIC" -#: gtk/gtktexttag.c:301 +#: ../gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" msgstr "" "Варіант шрифту у вигляді PangoVariant, наприклад, PANGO_VARIANT_SMALL_CAPS" -#: gtk/gtktexttag.c:310 +#: ../gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" @@ -5818,17 +5795,17 @@ msgstr "" "Варіант шрифту у вигляді цілого числа, дивіться визначені значення у " "PangoWeight, наприклад PANGO_WEIGHT_BOLD" -#: gtk/gtktexttag.c:321 +#: ../gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "" "Розтягнутість шрифту у вигляді PangoStretch, наприклад " "PANGO_STRETCH_CONDENSED" -#: gtk/gtktexttag.c:330 +#: ../gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "Розмір шрифту в одиницях Pango" -#: gtk/gtktexttag.c:340 +#: ../gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " @@ -5838,11 +5815,11 @@ msgstr "" "шрифту. Ця властивість до змін у темі, і тому є рекомендованою. Pango " "визначає декілька масштабів, наприклад, PANGO_SCALE_X_LARGE" -#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 +#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "Ліве, праве чи центральне вирівнювання" -#: gtk/gtktexttag.c:379 +#: ../gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." @@ -5851,31 +5828,31 @@ msgstr "" "(hint)при візуалізації тексту. Якщо не встановлено, буде використовуватись " "типовий параметр." -#: gtk/gtktexttag.c:386 +#: ../gtk/gtktexttag.c:386 msgid "Left margin" msgstr "Лівий відступ" -#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 +#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "Ширина лівого відступу в точках" -#: gtk/gtktexttag.c:396 +#: ../gtk/gtktexttag.c:396 msgid "Right margin" msgstr "Правий відступ" -#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 +#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "Ширина правого відступу в точках" -#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 +#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 msgid "Indent" msgstr "Відступ" -#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 +#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "Величина відступу абзацу в точках" -#: gtk/gtktexttag.c:419 +#: ../gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" @@ -5883,381 +5860,381 @@ msgstr "" "Зсув тексту над лінією шрифту (під лінією шрифту, для від'ємних значень). У " "одиницях Pango" -#: gtk/gtktexttag.c:428 +#: ../gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "Інтервал над рядками" -#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 +#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "Інтервал, в точках растру, в просторі над абзацами" -#: gtk/gtktexttag.c:438 +#: ../gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "Інтервал під рядками" -#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 +#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "Інтервал, в точках растру, в просторі під абзацами" -#: gtk/gtktexttag.c:448 +#: ../gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "Інтервал в абзаці" -#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 +#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "Інтервал, в точках растру, між перенесеними рядками у абзаці" -#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 +#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 msgid "" "Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "Ніколи не переносити рядки, чи переносити по межі слів чи по символам" -#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 +#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 msgid "Tabs" msgstr "Табуляції" -#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 +#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "Нетипові табуляції для цього тексту" -#: gtk/gtktexttag.c:504 +#: ../gtk/gtktexttag.c:504 msgid "Invisible" msgstr "Невидимий" -#: gtk/gtktexttag.c:505 +#: ../gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "Чи є текст прихованим." -#: gtk/gtktexttag.c:519 +#: ../gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "Назва кольору тла абзацу" -#: gtk/gtktexttag.c:520 +#: ../gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "Колір тла абзацу у вигляді рядка" -#: gtk/gtktexttag.c:535 +#: ../gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "Колір тла абзацу" -#: gtk/gtktexttag.c:536 +#: ../gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "" "Колір тла абзацу у вигляді (можливо не ініціалізованої) структури GdkColor" -#: gtk/gtktexttag.c:554 +#: ../gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "Поля акумулюються" -#: gtk/gtktexttag.c:555 +#: ../gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "Чи акумулюються ліве та праве поля." -#: gtk/gtktexttag.c:568 +#: ../gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "Встановлення висоти тла" -#: gtk/gtktexttag.c:569 +#: ../gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "Чи впливає цей тег на висоту тла" -#: gtk/gtktexttag.c:572 +#: ../gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "Встановлення візерунку тла" -#: gtk/gtktexttag.c:573 +#: ../gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "Чи впливає цей тег на встановлення візерунку тла" -#: gtk/gtktexttag.c:580 +#: ../gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "Встановлення візерунку переднього плану" -#: gtk/gtktexttag.c:581 +#: ../gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "Чи впливає цей тег на візерунок переднього плану" -#: gtk/gtktexttag.c:616 +#: ../gtk/gtktexttag.c:616 msgid "Justification set" msgstr "Встановлення вирівнювання" -#: gtk/gtktexttag.c:617 +#: ../gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "Чи цей тег впливає на вирівнювання абзаців" -#: gtk/gtktexttag.c:624 +#: ../gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "Встановлення лівої межі" -#: gtk/gtktexttag.c:625 +#: ../gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "Чи цей тег впливає на ліву межу" -#: gtk/gtktexttag.c:628 +#: ../gtk/gtktexttag.c:628 msgid "Indent set" msgstr "Встановлення відступу" -#: gtk/gtktexttag.c:629 +#: ../gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "Чи цей тег впливає на відступи" -#: gtk/gtktexttag.c:636 +#: ../gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "Встановлення проміжку над рядками" -#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 +#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "Чи впливає цей тег на кількість точок над рядками" -#: gtk/gtktexttag.c:640 +#: ../gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "Встановлення проміжку під рядками" -#: gtk/gtktexttag.c:644 +#: ../gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "Встановлення проміжку в абзаці" -#: gtk/gtktexttag.c:645 +#: ../gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "Чи впливає цей тег на кількість точок між перенесеними рядками" -#: gtk/gtktexttag.c:652 +#: ../gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "Встановлення правої межі" -#: gtk/gtktexttag.c:653 +#: ../gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "Чи цей тег впливає на праву межу" -#: gtk/gtktexttag.c:660 +#: ../gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "Встановлення режиму переносу" -#: gtk/gtktexttag.c:661 +#: ../gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "Чи цей тег впливає на режим переносу" -#: gtk/gtktexttag.c:664 +#: ../gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "Встановлення табуляцій" -#: gtk/gtktexttag.c:665 +#: ../gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "Чи цей тег впливає на табуляції" -#: gtk/gtktexttag.c:668 +#: ../gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "Встановлення невидимості" -#: gtk/gtktexttag.c:669 +#: ../gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "Чи цей тег впливає на видимість тексту" -#: gtk/gtktexttag.c:672 +#: ../gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "Встановлення тла абзацу" -#: gtk/gtktexttag.c:673 +#: ../gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "Чи впливає цей тег на колір тла абзацу" -#: gtk/gtktextview.c:543 +#: ../gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "Точок над рядками" -#: gtk/gtktextview.c:553 +#: ../gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "Точок під рядками" -#: gtk/gtktextview.c:563 +#: ../gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "Точок в переносі" -#: gtk/gtktextview.c:581 +#: ../gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "Режим переносу" -#: gtk/gtktextview.c:599 +#: ../gtk/gtktextview.c:599 msgid "Left Margin" msgstr "Лівий відступ" -#: gtk/gtktextview.c:609 +#: ../gtk/gtktextview.c:609 msgid "Right Margin" msgstr "Правий відступ" -#: gtk/gtktextview.c:637 +#: ../gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "Видимий курсор" -#: gtk/gtktextview.c:638 +#: ../gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "Чи показується курсор вставляння" -#: gtk/gtktextview.c:645 +#: ../gtk/gtktextview.c:645 msgid "Buffer" msgstr "Буфер" -#: gtk/gtktextview.c:646 +#: ../gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "Буфер, що відображується" -#: gtk/gtktextview.c:654 +#: ../gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "Чи текст, що вводиться заміщує наявний" -#: gtk/gtktextview.c:661 +#: ../gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "Допускаються табулятори" -#: gtk/gtktextview.c:662 +#: ../gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "Чи натискання Tab призводить до вводу символу табуляції" -#: gtk/gtktextview.c:691 +#: ../gtk/gtktextview.c:691 msgid "Error underline color" msgstr "Колір підкреслення помилок" -#: gtk/gtktextview.c:692 +#: ../gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "Колір яким підкреслюються слова з помилками" -#: gtk/gtktoggleaction.c:104 +#: ../gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "Створити такі ж проксі як і радіо-дія" -#: gtk/gtktoggleaction.c:105 +#: ../gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "Чи повинні проксі для цих дій виглядати як проксі радіо-дії " -#: gtk/gtktoggleaction.c:120 +#: ../gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "Чи має кнопка перемикача бути активною" -#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 +#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "Чи має кнопка перемикача бути натиснутою" -#: gtk/gtktogglebutton.c:124 +#: ../gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "Якщо кнопка-вимикач у невизначеному стані" -#: gtk/gtktogglebutton.c:131 +#: ../gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "Малювати індикатор" -#: gtk/gtktogglebutton.c:132 +#: ../gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "Чи показується перемикач кнопки" -#: gtk/gtktoolbar.c:494 +#: ../gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "Стиль панелі інструментів" -#: gtk/gtktoolbar.c:495 +#: ../gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "Як малювати пенал" -#: gtk/gtktoolbar.c:502 +#: ../gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "Показується стрілка" -#: gtk/gtktoolbar.c:503 +#: ../gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "Чи повинна показуватись стрілка, при переповненні панелі інструментів" -#: gtk/gtktoolbar.c:518 +#: ../gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "Підказки" -#: gtk/gtktoolbar.c:519 +#: ../gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "Чи активувати підказки панелі інструментів" -#: gtk/gtktoolbar.c:541 +#: ../gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "Розмір значків у цій панелі інструментів" -#: gtk/gtktoolbar.c:556 +#: ../gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "Розмір значка встановлено" -#: gtk/gtktoolbar.c:557 +#: ../gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "Чи встановлено властивість розміру значка" -#: gtk/gtktoolbar.c:566 +#: ../gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "" "Чи елементи повинні отримувати додатковий простір, при збільшенні панелі " "інструментів" -#: gtk/gtktoolbar.c:574 +#: ../gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "Чи всі нащадки мають мати однаковий розмір" -#: gtk/gtktoolbar.c:581 +#: ../gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "Розмір пропуску" -#: gtk/gtktoolbar.c:582 +#: ../gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "Розмір пропусків" -#: gtk/gtktoolbar.c:591 +#: ../gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "Відстань між тінню пенала і кнопками" -#: gtk/gtktoolbar.c:599 +#: ../gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "Мінімальне розширення дочірнього елементу" -#: gtk/gtktoolbar.c:600 +#: ../gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "Максимальний розмір елементу, що може розширюватись" -#: gtk/gtktoolbar.c:608 +#: ../gtk/gtktoolbar.c:608 msgid "Space style" msgstr "Стиль проміжку" -#: gtk/gtktoolbar.c:609 +#: ../gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "Проміжки мають бути порожніми чи у вигляді вертикальних ліній" -#: gtk/gtktoolbar.c:616 +#: ../gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "Рельєф кнопки" -#: gtk/gtktoolbar.c:617 +#: ../gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "Тип фаски навколо кнопок пенала" -#: gtk/gtktoolbar.c:624 +#: ../gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "Стиль фаски навколо пенала" -#: gtk/gtktoolbar.c:630 +#: ../gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "Стиль панелі інструментів" -#: gtk/gtktoolbar.c:631 +#: ../gtk/gtktoolbar.c:631 msgid "" "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" "Чи матимуть пенали, початково, лише текст, текст і значки, лише значки тощо." -#: gtk/gtktoolbar.c:637 +#: ../gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "Розмір значка на панелі" -#: gtk/gtktoolbar.c:638 +#: ../gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "Розмір значків в типових панелях інструментів" -#: gtk/gtktoolbutton.c:203 +#: ../gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "Текст, що показується у елементі" -#: gtk/gtktoolbutton.c:210 +#: ../gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" @@ -6265,43 +6242,43 @@ msgstr "" "Якщо встановлено, то підкреслення в тексті означає, що наступний символ має " "використовуватися в комбінації клавіш." -#: gtk/gtktoolbutton.c:217 +#: ../gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "Віджет, який використовується як позначка елементу" -#: gtk/gtktoolbutton.c:223 +#: ../gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "ID вбудованого значка" -#: gtk/gtktoolbutton.c:224 +#: ../gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "Вбудований значок " -#: gtk/gtktoolbutton.c:240 +#: ../gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "Назва значка" -#: gtk/gtktoolbutton.c:241 +#: ../gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "Назва значка у темі, що відображається у елементі" -#: gtk/gtktoolbutton.c:247 +#: ../gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "Віджет \"значок\"" -#: gtk/gtktoolbutton.c:248 +#: ../gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "Віджет значка для відображення у елементі" -#: gtk/gtktoolbutton.c:261 +#: ../gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "Інтервал між значками" -#: gtk/gtktoolbutton.c:262 +#: ../gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "Відстань у точках між значками та позначкою" -#: gtk/gtktoolitem.c:191 +#: ../gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" @@ -6309,355 +6286,354 @@ msgstr "" "Чи вважається панель інструментів важливою. Якщо встановлено, кнопки панелі " "інструментів показують текст у GTK_TOOLBAR_BOTH_HORIZ режимі" -#: gtk/gtktreemodelsort.c:274 +#: ../gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "Модель TreeModelSort" -#: gtk/gtktreemodelsort.c:275 +#: ../gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "Модель для сортування TreeModelSort" -#: gtk/gtktreeview.c:570 +#: ../gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "Модель TreeView" -#: gtk/gtktreeview.c:571 +#: ../gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "Модель для перегляду у вигляді дерева" -#: gtk/gtktreeview.c:579 +#: ../gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "Горизонтальне вирівнювання віджета" -#: gtk/gtktreeview.c:587 +#: ../gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "Вертикальне вирівнювання віджета" -#: gtk/gtktreeview.c:594 +#: ../gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "Заголовки видимі" -#: gtk/gtktreeview.c:595 +#: ../gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "Показувати кнопки заголовків стовпчиків" -#: gtk/gtktreeview.c:602 +#: ../gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "Заголовки натискаються" -#: gtk/gtktreeview.c:603 +#: ../gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "Заголовки стовпчиків відповідають на події клацання" -#: gtk/gtktreeview.c:610 +#: ../gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "Колонка-розширювач" -#: gtk/gtktreeview.c:611 +#: ../gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "Встановити колонку для розширювача" -#: gtk/gtktreeview.c:626 +#: ../gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "Порада правилам" -#: gtk/gtktreeview.c:627 +#: ../gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "Встановити пораду процесору тем для малювання рядків у різні кольори" -#: gtk/gtktreeview.c:634 +#: ../gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "Дозволено пошук" -#: gtk/gtktreeview.c:635 +#: ../gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "" "Перегляд дозволяє користувачу виконувати пошук у стовпчиках в інтерактивному " "режимі" -#: gtk/gtktreeview.c:642 +#: ../gtk/gtktreeview.c:642 msgid "Search Column" msgstr "Стовпчик пошуку" -#: gtk/gtktreeview.c:643 -#, fuzzy +#: ../gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" -msgstr "Приклад стовпчика для пошуку в коді" +msgstr "Стовпчик моделі, зя яким слід виконати інтерактивний пошук по мірі набору" -#: gtk/gtktreeview.c:663 +#: ../gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "Режим фіксованої висоти" -#: gtk/gtktreeview.c:664 +#: ../gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "Прискорює GtkTreeView, вважаючи що всі рядки мають ту ж саму висоту" -#: gtk/gtktreeview.c:684 +#: ../gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "Слідкуюче виділення" -#: gtk/gtktreeview.c:685 +#: ../gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "Чи повинно виділення слідувати за вказівником" -#: gtk/gtktreeview.c:704 +#: ../gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "Слідкуюче розширення" -#: gtk/gtktreeview.c:705 +#: ../gtk/gtktreeview.c:705 msgid "" "Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "" "Чи повинні рядки розгортатись/згортатись при переміщенні над ними вказівника" -#: gtk/gtktreeview.c:719 +#: ../gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "Показувати розширювачі" -#: gtk/gtktreeview.c:720 +#: ../gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "Віджет містить розширювачі" -#: gtk/gtktreeview.c:734 +#: ../gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "Вирівнювання позначок" -#: gtk/gtktreeview.c:735 +#: ../gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "Додаткове вирівнювання для кожного рівня" -#: gtk/gtktreeview.c:744 +#: ../gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "Гумова стрічка" -#: gtk/gtktreeview.c:745 +#: ../gtk/gtktreeview.c:745 msgid "" "Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "" "Чи дозволяти виділення кількох елементів перетягуванням вказівника миші" -#: gtk/gtktreeview.c:752 +#: ../gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "Увімкнути лінії сітки" -#: gtk/gtktreeview.c:753 +#: ../gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "Чи відображати лінії сітки у віджеті" -#: gtk/gtktreeview.c:761 +#: ../gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "Увімкнути лінії рівня вкладення" -#: gtk/gtktreeview.c:762 +#: ../gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "Чи відображати лінії рівня вкладення у віджеті" -#: gtk/gtktreeview.c:770 +#: ../gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "" "Стовпчик у моделі джерела даних, що містить текстові підказки для рядків" -#: gtk/gtktreeview.c:792 +#: ../gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "Вертикальний інтервал між комірками" -#: gtk/gtktreeview.c:793 +#: ../gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "Вертикальний інтервал між комірками. Має бути парним числом." -#: gtk/gtktreeview.c:801 +#: ../gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "Ширина горизонтального розділювача" -#: gtk/gtktreeview.c:802 +#: ../gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "Горизонтальний інтервал між комірками. Має бути парним числом." -#: gtk/gtktreeview.c:810 +#: ../gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "Правила дозволу" -#: gtk/gtktreeview.c:811 +#: ../gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "Дозволити малювання рядків різними кольорами" -#: gtk/gtktreeview.c:817 +#: ../gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "Відступ розширювачів" -#: gtk/gtktreeview.c:818 +#: ../gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "Зробити відступ розширювачам" -#: gtk/gtktreeview.c:824 +#: ../gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "Колір парних рядків" -#: gtk/gtktreeview.c:825 +#: ../gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "Колір, що використовуватиметься для парних рядків" -#: gtk/gtktreeview.c:831 +#: ../gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "Колір непарних рядків" -#: gtk/gtktreeview.c:832 +#: ../gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "Колір, що використовуватиметься для непарних рядків" -#: gtk/gtktreeview.c:838 +#: ../gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "Подробиці редагування рядка" -#: gtk/gtktreeview.c:839 +#: ../gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "Увімкнути розширені теми тла рядка" -#: gtk/gtktreeview.c:845 +#: ../gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "Ширина лінії сітки" -#: gtk/gtktreeview.c:846 +#: ../gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "Ширина, в точках, ліній рівня вкладення та ліній сітки" -#: gtk/gtktreeview.c:852 +#: ../gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "Ширина лінії рівня вкладення" -#: gtk/gtktreeview.c:853 +#: ../gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "Ширина, в точках, лінії ліній рівня вкладення" -#: gtk/gtktreeview.c:859 +#: ../gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "Штрих лінії сітки" -#: gtk/gtktreeview.c:860 +#: ../gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "Візерунок, що використовується для малювання ліній сітки" -#: gtk/gtktreeview.c:866 +#: ../gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "Штрих лінії вкладення" -#: gtk/gtktreeview.c:867 +#: ../gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "Візерунок, що використовуватиметься для малювання індикатора фокусу" -#: gtk/gtktreeviewcolumn.c:192 +#: ../gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "Чи показувати стовпчик" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 +#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Розмір можна змінювати" -#: gtk/gtktreeviewcolumn.c:200 +#: ../gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "Користувач може змінювати розмір стовпчика" -#: gtk/gtktreeviewcolumn.c:208 +#: ../gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "Поточна ширина стовпчика" -#: gtk/gtktreeviewcolumn.c:217 +#: ../gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "Простір, що вставляється між комірками" -#: gtk/gtktreeviewcolumn.c:225 +#: ../gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "Зміна розміру" -#: gtk/gtktreeviewcolumn.c:226 +#: ../gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "Режим зміни розміру стовпчика" -#: gtk/gtktreeviewcolumn.c:234 +#: ../gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "Фіксована ширина" -#: gtk/gtktreeviewcolumn.c:235 +#: ../gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "Поточна фіксована ширина стовпчика" -#: gtk/gtktreeviewcolumn.c:244 +#: ../gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "Мінімальна ширина" -#: gtk/gtktreeviewcolumn.c:245 +#: ../gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "Мінімальна дозволена ширина стовпчика" -#: gtk/gtktreeviewcolumn.c:254 +#: ../gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "Максимальна ширина" -#: gtk/gtktreeviewcolumn.c:255 +#: ../gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "Максимальна дозволена ширина стовпчика" -#: gtk/gtktreeviewcolumn.c:265 +#: ../gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "Заголовок стовпчика" -#: gtk/gtktreeviewcolumn.c:273 +#: ../gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "Стовпчик отримує частину додаткової ширини виділеної віджету" -#: gtk/gtktreeviewcolumn.c:280 +#: ../gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "Натискається" -#: gtk/gtktreeviewcolumn.c:281 +#: ../gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "Чи чутливий заголовок до натискань" -#: gtk/gtktreeviewcolumn.c:289 +#: ../gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "Віджет" -#: gtk/gtktreeviewcolumn.c:290 +#: ../gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "Віджет для заміни заголовка стовпчика кнопкою" -#: gtk/gtktreeviewcolumn.c:298 +#: ../gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "Горизонтальне вирівнювання тексту чи віджета в заголовку стовпчика" -#: gtk/gtktreeviewcolumn.c:308 +#: ../gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "Чи можна переносити стовпчик в інше місце" -#: gtk/gtktreeviewcolumn.c:315 +#: ../gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "Індикатор сортування" -#: gtk/gtktreeviewcolumn.c:316 +#: ../gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "Стан відображення індикатора сортування" -#: gtk/gtktreeviewcolumn.c:323 +#: ../gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "Порядок сортування" -#: gtk/gtktreeviewcolumn.c:324 +#: ../gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "Напрямок сортування має відображатись індикатором" -#: gtk/gtkuimanager.c:223 +#: ../gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "Чи повинні додаватись до меню елементи відривання" -#: gtk/gtkuimanager.c:230 +#: ../gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "Сполучене визначення UI" -#: gtk/gtkuimanager.c:231 +#: ../gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "XML рядок, що описує сполучений UI" -#: gtk/gtkviewport.c:107 +#: ../gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" @@ -6665,7 +6641,7 @@ msgstr "" "GtkAdjustment, що визначає значення горизонтального положення для порта " "перегляду" -#: gtk/gtkviewport.c:115 +#: ../gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" @@ -6673,31 +6649,31 @@ msgstr "" "GtkAdjustment, що визначає значення вертикального положення для порта " "перегляду" -#: gtk/gtkviewport.c:123 +#: ../gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" msgstr "Визначає спосіб малювання тіні навколо порта перегляду" -#: gtk/gtkwidget.c:483 +#: ../gtk/gtkwidget.c:483 msgid "Widget name" msgstr "Назва віджета" -#: gtk/gtkwidget.c:484 +#: ../gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "Назва віджета" -#: gtk/gtkwidget.c:490 +#: ../gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "Батьківський віджет" -#: gtk/gtkwidget.c:491 +#: ../gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" msgstr "Батьківський віджет для цього віджета. Має бути віджетом-контейнером" -#: gtk/gtkwidget.c:498 +#: ../gtk/gtkwidget.c:498 msgid "Width request" msgstr "Запит на встановлення ширини" -#: gtk/gtkwidget.c:499 +#: ../gtk/gtkwidget.c:499 msgid "" "Override for width request of the widget, or -1 if natural request should be " "used" @@ -6705,11 +6681,11 @@ msgstr "" "Змінити запит на встановлення ширини цього віджета чи -1, якщо потрібно " "використати звичайний запит" -#: gtk/gtkwidget.c:507 +#: ../gtk/gtkwidget.c:507 msgid "Height request" msgstr "Запит на встановлення висоти" -#: gtk/gtkwidget.c:508 +#: ../gtk/gtkwidget.c:508 msgid "" "Override for height request of the widget, or -1 if natural request should " "be used" @@ -6717,170 +6693,170 @@ msgstr "" "Змінити запит на встановлення висоти цього віджета чи -1, якщо потрібно " "використати звичайний запит" -#: gtk/gtkwidget.c:517 +#: ../gtk/gtkwidget.c:517 msgid "Whether the widget is visible" msgstr "Чи віджет видимий" -#: gtk/gtkwidget.c:524 +#: ../gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "Чи буде віджет використовувати ввід" -#: gtk/gtkwidget.c:530 +#: ../gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "Малюється додатком" -#: gtk/gtkwidget.c:531 +#: ../gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "Чи буде додаток малювати просто у віджеті" -#: gtk/gtkwidget.c:537 +#: ../gtk/gtkwidget.c:537 msgid "Can focus" msgstr "Може мати фокус" -#: gtk/gtkwidget.c:538 +#: ../gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "Чи може віджет мати фокус вводу" -#: gtk/gtkwidget.c:544 +#: ../gtk/gtkwidget.c:544 msgid "Has focus" msgstr "Має фокус" -#: gtk/gtkwidget.c:545 +#: ../gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "Чи має віджет фокус вводу" -#: gtk/gtkwidget.c:551 +#: ../gtk/gtkwidget.c:551 msgid "Is focus" msgstr "Є фокусом" -#: gtk/gtkwidget.c:552 +#: ../gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "Чи є віджет віджетом фокусу на найвищому рівні" -#: gtk/gtkwidget.c:558 +#: ../gtk/gtkwidget.c:558 msgid "Can default" msgstr "Вибирається типово" -#: gtk/gtkwidget.c:559 +#: ../gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "Чим може віджет бути \"типовим елементом\"" -#: gtk/gtkwidget.c:565 +#: ../gtk/gtkwidget.c:565 msgid "Has default" msgstr "Типово вибраний" -#: gtk/gtkwidget.c:566 +#: ../gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "Чи віджет є \"типовим елементом\"" -#: gtk/gtkwidget.c:572 +#: ../gtk/gtkwidget.c:572 msgid "Receives default" msgstr "Типова дія" -#: gtk/gtkwidget.c:573 +#: ../gtk/gtkwidget.c:573 msgid "If TRUE, the widget will receive the default action when it is focused" msgstr "Якщо істинно, то віджет отримуватиме типову дію, коли отримає фокус" -#: gtk/gtkwidget.c:579 +#: ../gtk/gtkwidget.c:579 msgid "Composite child" msgstr "Складений вкладений елемент" -#: gtk/gtkwidget.c:580 +#: ../gtk/gtkwidget.c:580 msgid "Whether the widget is part of a composite widget" msgstr "Чи є елемент керування частиною складеного елемента керування" -#: gtk/gtkwidget.c:586 +#: ../gtk/gtkwidget.c:586 msgid "Style" msgstr "Стиль" -#: gtk/gtkwidget.c:587 +#: ../gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" msgstr "Стиль віджета, що описує його зовнішній вигляд (кольори тощо)" -#: gtk/gtkwidget.c:593 +#: ../gtk/gtkwidget.c:593 msgid "Events" msgstr "Події" -#: gtk/gtkwidget.c:594 +#: ../gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" msgstr "" "Маска подій, що визначає, які події GdkEvents може отримувати цей віджет" -#: gtk/gtkwidget.c:601 +#: ../gtk/gtkwidget.c:601 msgid "Extension events" msgstr "Додаткові події" -#: gtk/gtkwidget.c:602 +#: ../gtk/gtkwidget.c:602 msgid "The mask that decides what kind of extension events this widget gets" msgstr "Маска, що визначає, які додаткові події отримуватиме цей віджет" -#: gtk/gtkwidget.c:609 +#: ../gtk/gtkwidget.c:609 msgid "No show all" msgstr "Не показується все" -#: gtk/gtkwidget.c:610 +#: ../gtk/gtkwidget.c:610 msgid "Whether gtk_widget_show_all() should not affect this widget" msgstr "Чи функція gtk_widget_show_all() не повинна впливати на віджет" -#: gtk/gtkwidget.c:633 +#: ../gtk/gtkwidget.c:633 msgid "Whether this widget has a tooltip" msgstr "Чи цей віджет має підказку" -#: gtk/gtkwidget.c:689 +#: ../gtk/gtkwidget.c:689 msgid "Window" msgstr "Вікно" -#: gtk/gtkwidget.c:690 +#: ../gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "Вікно віджету, яке реалізовано " -#: gtk/gtkwidget.c:2212 +#: ../gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "Внутрішній фокус" -#: gtk/gtkwidget.c:2213 +#: ../gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "Чи відображати індикатор фокусу у віджетах" -#: gtk/gtkwidget.c:2219 +#: ../gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "Ширина лінії фокуса" -#: gtk/gtkwidget.c:2220 +#: ../gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "Ширина, в точках, лінії індикатора фокуса" -#: gtk/gtkwidget.c:2226 +#: ../gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "Штрих лінії фокуса" -#: gtk/gtkwidget.c:2227 +#: ../gtk/gtkwidget.c:2227 msgid "Dash pattern used to draw the focus indicator" msgstr "Візерунок, що використовуватиметься для малювання індикатора фокусу" -#: gtk/gtkwidget.c:2232 +#: ../gtk/gtkwidget.c:2232 msgid "Focus padding" msgstr "Відступ фокуса" -#: gtk/gtkwidget.c:2233 +#: ../gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" msgstr "Відстань, в точках, між індикатором фокуса і границею блока віджета" -#: gtk/gtkwidget.c:2238 +#: ../gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "Колір курсора" -#: gtk/gtkwidget.c:2239 +#: ../gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "Колір курсора" -#: gtk/gtkwidget.c:2244 +#: ../gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "Вторинний колір курсора" -#: gtk/gtkwidget.c:2245 +#: ../gtk/gtkwidget.c:2245 msgid "" "Color with which to draw the secondary insertion cursor when editing mixed " "right-to-left and left-to-right text" @@ -6888,43 +6864,43 @@ msgstr "" "Колір другого курсора, коли використовується змішаний (справа наліво і зліва " "направо) ввід тексту" -#: gtk/gtkwidget.c:2250 +#: ../gtk/gtkwidget.c:2250 msgid "Cursor line aspect ratio" msgstr "Пропорції курсора" -#: gtk/gtkwidget.c:2251 +#: ../gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "Пропорції курсора" -#: gtk/gtkwidget.c:2265 +#: ../gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "Рамка малювання" -#: gtk/gtkwidget.c:2266 +#: ../gtk/gtkwidget.c:2266 msgid "Size of areas outside the widget's allocation to draw" msgstr "Розмір області за межами запитаної віджетом ділянки для малювання" -#: gtk/gtkwidget.c:2279 +#: ../gtk/gtkwidget.c:2279 msgid "Unvisited Link Color" msgstr "Колір не відвіданого гіперпосилання" -#: gtk/gtkwidget.c:2280 +#: ../gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "Колір не відвіданих гіперпосилань" -#: gtk/gtkwidget.c:2293 +#: ../gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "Колір відвіданого гіперпосилання" -#: gtk/gtkwidget.c:2294 +#: ../gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "Колір відвіданого гіперпосилання" -#: gtk/gtkwidget.c:2308 +#: ../gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "Широкі розділювачі" -#: gtk/gtkwidget.c:2309 +#: ../gtk/gtkwidget.c:2309 msgid "" "Whether separators have configurable width and should be drawn using a box " "instead of a line" @@ -6932,78 +6908,78 @@ msgstr "" "Чи ширина елементів розділення може налаштовуватись, та вони відображаються " "у вигляді прямокутника замість лінії" -#: gtk/gtkwidget.c:2323 +#: ../gtk/gtkwidget.c:2323 msgid "Separator Width" msgstr "Ширина розділювача" -#: gtk/gtkwidget.c:2324 +#: ../gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" msgstr "Ширина елемента розділення, якщо увімкнені широкі розділювачі" -#: gtk/gtkwidget.c:2338 +#: ../gtk/gtkwidget.c:2338 msgid "Separator Height" msgstr "Висота розділювача" -#: gtk/gtkwidget.c:2339 +#: ../gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" msgstr "Висота елемента розділення, якщо увімкнені широкі розділювачі" -#: gtk/gtkwidget.c:2353 +#: ../gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" msgstr "Довжина стрілки горизонтальної прокрутки" -#: gtk/gtkwidget.c:2354 +#: ../gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "Довжина стрілок горизонтальної прокрутки" -#: gtk/gtkwidget.c:2368 +#: ../gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "Довжина стрілки вертикальної прокрутки" -#: gtk/gtkwidget.c:2369 +#: ../gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "Довжина стрілок вертикальної прокрутки" -#: gtk/gtkwindow.c:478 +#: ../gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Тип вікна" -#: gtk/gtkwindow.c:479 +#: ../gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Тип вікна" -#: gtk/gtkwindow.c:487 +#: ../gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Заголовок вікна" -#: gtk/gtkwindow.c:488 +#: ../gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Заголовок вікна" -#: gtk/gtkwindow.c:495 +#: ../gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Роль вікна" -#: gtk/gtkwindow.c:496 +#: ../gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Унікальний ідентифікатор вікна, що використовується при відновленні сеансу" -#: gtk/gtkwindow.c:512 +#: ../gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Початковий ідентифікатор" -#: gtk/gtkwindow.c:513 +#: ../gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Унікальний початковий ідентифікатор вікна, що використовується startup-" "notification" -#: gtk/gtkwindow.c:520 +#: ../gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Дозволити стиснення" -#: gtk/gtkwindow.c:522 +#: ../gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7012,23 +6988,23 @@ msgstr "" "Якщо істинно, вікно не має мінімального розміру. Встановлення цього значення " "в 99% випадків є поганою ідеєю" -#: gtk/gtkwindow.c:529 +#: ../gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Дозволити збільшення" -#: gtk/gtkwindow.c:530 +#: ../gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "Якщо істинно, то користувач може збільшувати розмір вікна" -#: gtk/gtkwindow.c:538 +#: ../gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Якщо істинно, то користувач може змінювати розмір вікна" -#: gtk/gtkwindow.c:545 +#: ../gtk/gtkwindow.c:545 msgid "Modal" msgstr "Модальне" -#: gtk/gtkwindow.c:546 +#: ../gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7036,72 +7012,72 @@ msgstr "" "Якщо істинно, то вікно є модальним (інші вікна не можуть використовуватися, " "доки це вікно існує)" -#: gtk/gtkwindow.c:553 +#: ../gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Позиція вікна" -#: gtk/gtkwindow.c:554 +#: ../gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Початкова позиція вікна" -#: gtk/gtkwindow.c:562 +#: ../gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Типова ширина" -#: gtk/gtkwindow.c:563 +#: ../gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Початкова ширина вікна, використовується під час початкового відображення " "вікна" -#: gtk/gtkwindow.c:572 +#: ../gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Типова висота" -#: gtk/gtkwindow.c:573 +#: ../gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "Початкова висота вікна, використовується під час початкового відображення " "вікна" -#: gtk/gtkwindow.c:582 +#: ../gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Знищувати з батьківським" -#: gtk/gtkwindow.c:583 +#: ../gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Чи має це вікно знищуватись разом з батьківським" -#: gtk/gtkwindow.c:591 +#: ../gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Значок цього вікна" -#: gtk/gtkwindow.c:607 +#: ../gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Назва значка з теми для цього вікна" -#: gtk/gtkwindow.c:622 +#: ../gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Активне" -#: gtk/gtkwindow.c:623 +#: ../gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Чи вікно найвищого рівня є поточним активним вікном" -#: gtk/gtkwindow.c:630 +#: ../gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Фокус у вікні найвищого рівня" -#: gtk/gtkwindow.c:631 +#: ../gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Чи фокус вводу в цьому об'єкті GtkWindow" -#: gtk/gtkwindow.c:638 +#: ../gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Вказівка типу" -#: gtk/gtkwindow.c:639 +#: ../gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7109,100 +7085,100 @@ msgstr "" "Вказівка, що допомагає середовищу зрозуміти якого типу є це вікно і як його " "необхідно обробляти" -#: gtk/gtkwindow.c:647 +#: ../gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Уникнути панель завдань" -#: gtk/gtkwindow.c:648 +#: ../gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Істина, якщо вікно не повинно потрапляти у панель завдань." -#: gtk/gtkwindow.c:655 +#: ../gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Уникнути пейджер" -#: gtk/gtkwindow.c:656 +#: ../gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "Істинно, якщо вікно не має потрапити в пейджер" -#: gtk/gtkwindow.c:663 +#: ../gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Терміново" -#: gtk/gtkwindow.c:664 +#: ../gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "Істинно, якщо вікно має привернути увагу користувача." -#: gtk/gtkwindow.c:678 +#: ../gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Допускає фокус" -#: gtk/gtkwindow.c:679 +#: ../gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "Істина, якщо вікно повинно отримувати фокус вводу." -#: gtk/gtkwindow.c:693 +#: ../gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Фокус при відображенні" -#: gtk/gtkwindow.c:694 +#: ../gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" "Встановлено, якщо вікно повинно отримувати фокус вводу при відображені." -#: gtk/gtkwindow.c:708 +#: ../gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Оздоблене" -#: gtk/gtkwindow.c:709 +#: ../gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Чи вікно повинно бути прикрашене менеджером вікон" -#: gtk/gtkwindow.c:723 +#: ../gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Може видалятись" -#: gtk/gtkwindow.c:724 +#: ../gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Чи кадр вікна повинен мати кнопку закривання" -#: gtk/gtkwindow.c:740 +#: ../gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Важливість" -#: gtk/gtkwindow.c:741 +#: ../gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Важливість вінка" -#: gtk/gtkwindow.c:758 +#: ../gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Прозорий для вікна" -#: gtk/gtkwindow.c:759 +#: ../gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Прозорий батьківський віджет діалогу" -#: gtk/gtkwindow.c:774 +#: ../gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Непрозорість вікна" -#: gtk/gtkwindow.c:775 +#: ../gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Непрозорість вікна, від 0 до 1" -#: modules/input/gtkimcontextxim.c:334 +#: ../modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "Стиль IM Preedit" -#: modules/input/gtkimcontextxim.c:335 +#: ../modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "Як зображати рядок IM Preedit" -#: modules/input/gtkimcontextxim.c:343 +#: ../modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "Стиль стану методу вводу" -#: modules/input/gtkimcontextxim.c:344 +#: ../modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "Як зображати панель стану методу вводу" diff --git a/po/uk.po b/po/uk.po index ecc0e0d151..cf2779b564 100644 --- a/po/uk.po +++ b/po/uk.po @@ -1,14 +1,14 @@ # Ukrainian translation of gtk+. # Copyright (C) 1999 Free Software Foundation, Inc. # Yuri Syrota , 1999, 2004. -# Maxim Dziumanenko , 2004-2007 +# Maxim Dziumanenko , 2004-2009 # msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2008-08-24 14:52+0200\n" +"POT-Creation-Date: 2009-04-26 15:39+0300\n" +"PO-Revision-Date: 2009-04-26 14:52+0200\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" @@ -17,58 +17,58 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: gdk/gdk.c:103 -#, fuzzy, c-format +#: ../gdk/gdk.c:103 +#, c-format msgid "Error parsing option --gdk-debug" -msgstr "Помилка друку" +msgstr "Не вдається розібрати --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" -msgstr "" +msgstr "Не вдається розібрати --gdk-no-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Клас програми, як він використовується менеджером" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "КЛАС" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Назва програми, яка використовується менеджером вікон" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "НАЗВА" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "X-дисплей що використовується" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "DISPLAY" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "X-екран, що використовується" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "ЕКРАН" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Встановити налагоджувальні ознаки Gdk" @@ -76,232 +76,213 @@ msgstr "Встановити налагоджувальні ознаки Gdk" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "ОЗНАКИ" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Скинути налагоджувальні ознаки Gdk" -#: gdk/keyname-table.h:3940 -#, fuzzy +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" -msgstr "_Замінити" +msgstr "BackSpace" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" -msgstr "" +msgstr "Tab" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" -msgstr "" +msgstr "Return" -#: gdk/keyname-table.h:3943 -#, fuzzy +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" -msgstr "Призупинено" +msgstr "Pause" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" -msgstr "" +msgstr "Scroll_Lock" -#: gdk/keyname-table.h:3945 -#, fuzzy +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" -msgstr "Файлова система" +msgstr "Sys_Req" -#: gdk/keyname-table.h:3946 -#, fuzzy +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" -msgstr "Альбомна" +msgstr "Escape" -#: gdk/keyname-table.h:3947 -#, fuzzy +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" -msgstr "Мультипрес" +msgstr "Multi_key" -#: gdk/keyname-table.h:3948 -#, fuzzy +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" -msgstr "_Домашня тека" +msgstr "Home" -#: gdk/keyname-table.h:3949 -#, fuzzy +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" -msgstr "_Ліве:" +msgstr "Ліворуч" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" -msgstr "" +msgstr "Вгору" -#: gdk/keyname-table.h:3951 -#, fuzzy +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" -msgstr "_Праве:" +msgstr "Праворуч" -#: gdk/keyname-table.h:3952 -#, fuzzy +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" -msgstr "Вниз по дереву" +msgstr "Вниз" -#: gdk/keyname-table.h:3953 -#, fuzzy +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" -msgstr "Пара_метри сторінки" +msgstr "Page_Up" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" -msgstr "" +msgstr "Page_Down" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" -msgstr "" +msgstr "End" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" -msgstr "" +msgstr "Begin" -#: gdk/keyname-table.h:3957 -#, fuzzy +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" -msgstr "Друк" +msgstr "Print" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" -msgstr "" +msgstr "Insert" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" -msgstr "" +msgstr "Num_Lock" -#: gdk/keyname-table.h:3960 -#, fuzzy +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" -msgstr "_Замінити" +msgstr "KP_Space" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" -msgstr "" +msgstr "KP_Tab" -#: gdk/keyname-table.h:3962 -#, fuzzy +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" -msgstr "Принтер" +msgstr "KP_Enter" -#: gdk/keyname-table.h:3963 -#, fuzzy +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" -msgstr "_Домашня тека" +msgstr "KP_Home" -#: gdk/keyname-table.h:3964 -#, fuzzy +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" -msgstr "_Ліве:" +msgstr "KP_Left" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" -msgstr "" +msgstr "KP_Up" -#: gdk/keyname-table.h:3966 -#, fuzzy +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" -msgstr "_Праве:" +msgstr "KP_Right" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" -msgstr "" +msgstr "KP_Down" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" -msgstr "" +msgstr "KP_Page_Up" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" -msgstr "" +msgstr "KP_Prior" -#: gdk/keyname-table.h:3970 -#, fuzzy +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" -msgstr "" +msgstr "KP_Next" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" -msgstr "" +msgstr "KP_End" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" -msgstr "" +msgstr "KP_Begin" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" -msgstr "" +msgstr "KP_Insert" -#: gdk/keyname-table.h:3975 -#, fuzzy +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" -msgstr "В_идалити" +msgstr "KP_Delete" -#: gdk/keyname-table.h:3976 -#, fuzzy +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" -msgstr "В_идалити" +msgstr "Delete" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Не вдається відкрити файл \"%s\": %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Файл зображення \"%s\" не містить даних" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -309,7 +290,7 @@ msgstr "" "Не вдається завантажити зображення \"%s\": причина невідома, можливо файл " "пошкоджений" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -318,12 +299,12 @@ msgstr "" "Не вдається завантажити анімацію \"%s\": причина невідома, можливо файл " "зіпсований" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Не вдається завантажити модуль завантаження зображення: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -332,54 +313,54 @@ msgstr "" "Модуль завантаження зображень %s не експортує відповідний інтерфейс; " "можливо, модуль лишився від іншої версії GTK?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Зображення типу \"%s\" не підтримуються" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Не вдається розпізнати формат зображення у файлі \"%s\"" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Нерозпізнаний формат файлу зображення" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Не вдається завантажити зображення \"%s\": %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Помилка при записуванні файлу зображення: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "" "Ця збірка gdk-pixbuf не підтримує збереження зображень у такому форматі: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Недостатньо пам'яті для збереження файлу зображення" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Не вдається відкрити тимчасовий файл" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Не вдається прочитати тимчасовий файл" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Не вдається відкрити \"%s\" для запису: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -388,15 +369,15 @@ msgstr "" "Не вдається закрити \"%s\" після запису зображення, можливо збережено не всі " "дані: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Недостатньо пам'яті для збереження файлу у буфері" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Помилка при записі у потік зображення" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -405,24 +386,24 @@ msgstr "" "Внутрішня помилка: модуль завантаження зображень \"%s\" не може завершити " "операцію, але він не повідомив про причину помилки." -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Не підтримується поступове завантаження зображення у форматі \"%s\"" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Заголовок зображення пошкоджений" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Невідомий формат зображення" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Пошкоджені піксельні дані зображення" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" @@ -430,118 +411,123 @@ msgstr[0] "не вдається розподілити %u байт для бу msgstr[1] "не вдається розподілити %u байти для буферу зображення" msgstr[2] "не вдається розподілити %u байтів для буферу зображення" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Несподівана послідовність кадрів в анімації" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Непідтримуваний тип анімації" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Неправильний заголовок у анімації" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Недостатньо пам'яті для завантаження анімації" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Неправильний фрагмент у анімації" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "Формат зображень ANI" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "Зображення формату BMP містить неправильні дані в заголовку" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Недостатньо пам'яті для завантаження растрового зображення" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "Зображення BMP має непідтримуваний розмір заголовка" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Перегорнуті зображення формату BMP не можуть бути стиснені" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Передчасне завершення файлу" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Не вдається виділити пам'ять для завантаження файлу BMP" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Не вдається записати файл BMP" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "Формат зображень BMP" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Не вдається зчитати GIF: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "Файл формату GIF містив пошкоджені дані (можливо його було обрізано?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Внутрішня помилка при завантаженні GIF (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Стек переповнений" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "Завантажувач зображень GIF формату не може зрозуміти це зображення." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Виявлено неправильний код" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Циклічний табличний запис у файлі формату GIF" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Недостатньо пам'яті для завантаження файлу GIF" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Недостатньо пам'яті для створення кадру файлу GIF" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "Зображення GIF пошкоджене (невірне стиснення LZW)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Файл не схожий на GIF" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "Формат файлу GIF версії %s не підтримується" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -549,112 +535,114 @@ msgstr "" "Зображення формату GIF не має глобальної мапи кольорів, і кадр в ньому не " "має локальної мапи кольорів." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "Зображення формату GIF обрізане чи незавершене." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "Формат зображень GIF" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Неправильний заголовок у файлі значка" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Недостатньо пам'яті для завантаження значка" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Ширина значка дорівнює нулю" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Висота значка дорівнює нулю" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Стиснуті значки не підтримуються" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Непідтримуваний тип значка" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Недостатньо пам'яті для завантаження файлу у форматі ICO" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Зображення надто велике для збереження у форматі ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Активна область визначена за межами зображення" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Глибина кольору %d для формату ICO не підтримується" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "Формат зображень ICO" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "При читанні зображення ICNS виникла помилка: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Не вдається файл декодувати файл ICNS" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "Формат зображень ICNS" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Не вдається виділити пам'ять для потоку" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Не вдається декодувати зображення" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Перетворене зображення формату JPEG2000 має нульову ширину чи висоту." -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Тип зображення не підтримується у цій версії" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Не вдається виділити пам'ять для кольорового профілю" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Не достатньо пам'яті для відкривання файлу JPEG 2000" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Не вдається виділити пам'ять для буфера даних зображення" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Формат зображень JPEG 2000" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Помилка інтерпретації файлу зображення JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -662,21 +650,21 @@ msgstr "" "Недостатньо пам'яті для завантаження зображення, спробуйте закрити деякі " "програми, щоб звільнити пам'ять" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Простір кольорів (%s) формату JPEG не підтримується" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Не вдається виділити пам'ять для завантаження файлу JPEG" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Перетворене зображення формату JPEG має нульову ширину чи висоту." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -685,7 +673,7 @@ msgstr "" "Якість формату JPEG має бути в діапазоні від 0 до 100; значення \"%s\" не " "вдається опрацювати." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -693,89 +681,89 @@ msgstr "" "Якість формату JPEG має бути в діапазоні від 0 до 100; значення \"%d\" " "неприпустиме." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Формат зображень JPEG" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Не вдається виділити пам'ять для заголовка" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Не вдається виділити пам'ять для буфера контексту" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Зображення має неправильну висоту та/чи ширину" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Зображення має непідтримувану кількість біт на точку" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Зображення має непідтримувану кількість %d-бітових площин" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Не вдається створити новий об'єкт Pixbuf" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Не вдається виділити пам'ять для даних рядка" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Не вдається виділити пам'ять для даних палітри" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Отримані не всі рядки зображення PCX" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Не знайдено палітри в кінці файлі формату PCX" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "Формат зображень PCX" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "" "Неправильне значення кількості бітів на канал для зображення формату PNM." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Перетворене зображення формату PNG має нульову ширину чи висоту." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "" "Значення кількості бітів на канал у зображенні формату PNM не дорівнює 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Перетворене зображення формату PNG не має тип RGB чи RGBA." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "Перетворене зображення формату PNG має непідтримувану кількість каналів, їх " "має бути 3 чи 4." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Критична помилка у файлі зображення PNG: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Недостатньо пам'яті для завантаження файлу PNG" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -784,29 +772,29 @@ msgstr "" "Недостатньо пам'яті для збереження %ld з %ld зображень; спробуйте закрити " "деякі програми, щоб зменшити кількість використаної пам'яті" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Критична помилка зчитування файлу зображення PNG" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Критична помилка зчитування файлу зображення PNG: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Ключі для блоків тексту в зображенні формату PNG мають містити не менше 1 та " "не більше 79 символів." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "" "Ключі для блоків тексту в зображенні формату PNG мають бути символами з " "набору ASCII." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -815,7 +803,7 @@ msgstr "" "Стиснення формату PNG має бути в діапазоні від 0 до 9; значення \"%s\" не " "вдається опрацювати." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -824,376 +812,380 @@ msgstr "" "Стиснення формату PNG має бути в діапазоні від 0 до 9; значення \"%d\" " "неприпустиме." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "Значення для блоку тексту \"%s\" в зображенні формату PNG не може бути " "перетворено в кодування ISO-8859-1." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "Формат зображень PNG" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "" "Завантажувач зображень формату PNM очікував знайти ціле число, але не " "знайшов його" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "Файл PNM має некоректний перший байт" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "Файл формату PNM має незрозумілий підформат PNM" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "Файл PNM містить зображення нульової ширини" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "Файл PNM містить зображення нульової висоти" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Максимальне значення кольору у файлі формату PNM дорівнює 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Максимальне значення кольору у файлі формату PNM надто велике" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Неправильний тип зображення формату Raw PNM" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "Завантажувач зображень формату PNM не підтримує цей підформат PNM" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "Формат Raw PNM вимагає точно один пропуск перед даними зразка" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Не вдається виділити пам'ять для завантаження файлу PNM" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Недостатньо пам'яті для завантаження структури вмісту PNM" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Несподіване завершення даних зображення PNM" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Недостатньо пам'яті для завантаження файлу PNM" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "Родина форматів зображень PNM/PBM/PGM/PPM" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "Заголовок зображення формату RAS містить неправильні дані" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "RAS-зображення має невідомий тип" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "непідтримуваний тип зображення формату RAS" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Недостатньо пам'яті для завантаження RAS-зображення" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Формат растрових зображень компанії Sun" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Не вдається виділити пам'ять для структури IOBuffer" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Не вдається виділити пам'ять для даних IOBuffer" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Не вдається перерозподілити дані структури IOBuffer" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Не вдається виділити пам'ять для тимчасових даних структури IOBuffer" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Не вдається виділити новий об'єкт Pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Не вдається виділити пам'ять для структури мапи кольорів" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Не вдається виділити пам'ять для елементів мапи кольорів" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Несподівана бітова глибина для елементів мапи кольорів" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Не вдається виділити пам'ять для заголовка формату TGA" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "Неправильний розмір зображення у форматі TGA" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "Тип зображення TGA не підтримується" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Не вдається виділити пам'ять для структури контексту формату TGA" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Надлишкові дані у файлі" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Формат зображень Targa" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Не вдається отримати ширину (неправильний файл TIFF)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Не вдається отримати висоту (неправильний файл TIFF)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "Ширина чи висота зображення TIFF дорівнює нулю" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Зображення формату TIFF надто велике" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Не достатньо пам'яті для відкривання файлу TIFF" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Не вдається завантажити дані RGB з файлу формату TIFF" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Не вдається відкрити зображення TIFF" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "Помилка операції TIFFClose" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Не вдається завантажити зображення TIFF" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Не вдається зберегти зображення TIFF" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Не вдається записати дані TIFF" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Не вдається записати у файл TIFF" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "Формат зображень TIFF" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Зображення має нульову ширину" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Зображення має нульову висоту" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Недостатньо пам'яті для завантаження зображення" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Не вдається зберегти залишок" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "Формат зображень WBMP" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Неправильний файл XBM" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Недостатньо пам'яті для завантаження файлу зображення XBM" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "Не вдається записати тимчасовий файл при завантаженні зображення XBM" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "Формат зображень XBM" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Не знайдено заголовок XPM" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Неправильний заголовок XBM" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "Ширина зображення XPM <= 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "Висота зображення XPM <= 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM має неправильну кількість байтів на точку" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "XPM має неправильну кількість кольорів" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Не вдається виділити пам'ять для завантаження зображення XPM" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Не вдається зчитати мапу кольорів XPM" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "" "Не вдається записати тимчасовий файл під час завантаження зображення XPM" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "Формат зображень XPM" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "Формат зображень EMF" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Не вдається виділити пам'ять: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Не вдається створити потік: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Не вдається змінити позицію у потоці: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Не вдається прочитати з потоку: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Не вдається завантажити растрове зображення" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Не вдається завантажити метафайл" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Цей формат зображень не підтримується для GDI+" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Не вдається зберегти" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "Формат зображень WMF" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Не об'єднувати запити GDI" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Не використовувати Wintab API для підтримки планшету" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Те саме що --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Не використовувати Wintab API [типово]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Розмір палітри у 8-бітному режимі" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "COLORS" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Вимкнути синхронні виклики X" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Запускається %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Відкривається '%s'" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" @@ -1201,46 +1193,50 @@ msgstr[0] "Відкривається %d елемент" msgstr[1] "Відкривається %d елементи" msgstr[2] "Відкривається %d елементів" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:183 +msgid "Could not show link" +msgstr "Не вдається показати посилання" + +#: ../gtk/gtkaboutdialog.c:306 ../gtk/gtkaboutdialog.c:2202 msgid "License" msgstr "Ліцензія" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:307 msgid "The license of the program" msgstr "Програма ліцензії" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:547 msgid "C_redits" msgstr "_Подяки" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:561 msgid "_License" msgstr "_Ліцензія" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:829 #, c-format msgid "About %s" msgstr "Про %s" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2125 msgid "Credits" msgstr "Подяки" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2154 msgid "Written by" msgstr "Автор" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2157 msgid "Documented by" msgstr "Автор документації" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2169 msgid "Translated by" msgstr "Переклад" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2173 msgid "Artwork by" msgstr "Графіка" @@ -1249,90 +1245,87 @@ msgstr "Графіка" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" -msgstr "" +msgstr "Shift" #. This is the text that should appear next to menu accelerators #. * that use the control key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" -msgstr "" +msgstr "Ctrl" #. This is the text that should appear next to menu accelerators #. * that use the alt key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" -msgstr "" +msgstr "Alt" #. This is the text that should appear next to menu accelerators #. * that use the super key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 -#, fuzzy +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" -msgstr "Папір" +msgstr "Super" #. This is the text that should appear next to menu accelerators #. * that use the hyper key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 -#, fuzzy +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" -msgstr "Папір" +msgstr "Hyper" #. This is the text that should appear next to menu accelerators #. * that use the meta key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" -msgstr "" +msgstr "Meta" -#: gtk/gtkaccellabel.c:715 -#, fuzzy +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" -msgstr "_Замінити" +msgstr "Пробіл" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" -msgstr "" +msgstr "Backslash" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "Неправильний тип функції: `%s'" +msgstr "Неправильний тип функції у рядку %d: '%s'" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "Дублікат ідентифікатора об'єкту id '%s' у рядку %d (попередній у рядку %d)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Неправильний кореневий елемент: '%s'" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Необроблюваний тег: '%s'" @@ -1346,7 +1339,7 @@ msgstr "Необроблюваний тег: '%s'" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1354,7 +1347,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1363,10 +1356,10 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" -msgstr "" +msgstr "2000" #. Translators: this defines whether the day numbers should use #. * localized digits or the ones used in English (0123...). @@ -1378,11 +1371,11 @@ msgstr "" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" -msgstr "" +msgstr "%d" #. Translators: this defines whether the week numbers should use #. * localized digits or the ones used in English (0123...). @@ -1394,11 +1387,11 @@ msgstr "" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" -msgstr "" +msgstr "%d" #. Translators: This dictates how the year is displayed in #. * gtkcalendar widget. See strftime() manual for the format. @@ -1410,43 +1403,51 @@ msgstr "" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" -msgstr "" +msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 -#, fuzzy +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" -msgstr "Вимкнений" +msgstr "Вимкнено" + +#. This label is displayed in a treeview cell displaying +#. * an accelerator key combination that is not valid according +#. * to gtk_accelerator_valid(). +#. +#: ../gtk/gtkcellrendereraccel.c:253 +msgctxt "Accelerator" +msgid "Invalid" +msgstr "Неправильний" #. This label is displayed in a treeview cell displaying #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:388 ../gtk/gtkcellrendereraccel.c:600 msgid "New accelerator..." msgstr "Нова комбінація клавіш..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" -msgstr "" +msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Вибір кольору" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Отримано неправильні дані кольору\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1454,7 +1455,7 @@ msgstr "" "Виберіть бажаний колір на зовнішньому колі. Виберіть темніший чи світліший " "відтінок, використовуючи внутрішній трикутник." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1462,67 +1463,67 @@ msgstr "" "Клацніть на піпетці, а потім по кольору в будь-якому місці екрана, щоб " "вибрати цей колір." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "Відт_інок:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Позиція у колірному крузі." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "Нас_иченість:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "\"Глибина\" кольору." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Яскравість:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Яскравість кольору." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Червоний:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Кількість червоного в кольорі." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Зелений:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Кількість зеленого в кольорі." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Синій:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Кількість синього в кольорі." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "Не_прозорість:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Прозорість вибраного кольору." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "Н_азва кольору:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1530,15 +1531,15 @@ msgstr "" "Ви можете ввести в цьому рядку або шістнадцяткове значення кольору (в стилі " "HTML), або назву кольору англійською. Наприклад, \"orange\"." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Палітра:" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Колірне коло" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1548,7 +1549,7 @@ msgstr "" "перетягти цей колір у палітру чи зробити цей колір поточним, перетягнувши " "його у розміщений збоку зразок." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1556,11 +1557,11 @@ msgstr "" "Вибраний вами колір. Можете перетягнути його в палітру, щоб зберегти для " "подальшого використання." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "З_берегти колір тут" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1569,56 +1570,55 @@ msgstr "" "змінити цей елемент, перетягніть сюди зразок кольору, клацніть правою " "клавішею і виберіть \"Зберегти колір тут\"" -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Вибір кольору" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "М_етоди вводу" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "Вс_тавити керівний символ Юнікоду" -#: gtk/gtkentry.c:9797 -#, fuzzy +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" -msgstr "Копіювати _адресу" +msgstr "Увімкнено ввід у верхньому регістрі" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Виберіть файл" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Робочий стіл" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Немає)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Інший..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Не вдається отримати інформацію про файл" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Не вдається додати закладку" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Не вдається видалити закладку" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Не вдається створити теку" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1626,11 +1626,11 @@ msgstr "" "Не вдається створити теку, вже існує файл з тією самою назвою. Спробуйте " "вказати іншу назву теки, чи перейменувати існуючий файл." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Неправильна назва файлу" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Не вдається відобразити вміст теки" @@ -1638,173 +1638,173 @@ msgstr "Не вдається відобразити вміст теки" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s на %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Пошук" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Недавні документи" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Виберіть типи файлів, що відображаються" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Додати теку '%s' до закладок" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Додати поточну теку до закладок" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Додати виділені теки до закладок" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Видалити закладку '%s'" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Видалити" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Перейменувати..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Місця" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Місця" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Додати" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Додати вибрану теку до закладок" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "В_идалити" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Видалити виділену закладку" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Не вдається виділити файл" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Додати до закладок" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Показати при_ховані файли" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" -msgstr "" +msgstr "Показувати _розмір" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Файли" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Назва" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Розмір" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Змінено" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Назва:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "О_глянути інші теки" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Введіть назву файлу" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Створити _теку" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Адреса:" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Зберегти у _теці:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Створити у _теці:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Не вдається перейти у вказану теку, тому що вона не локальна" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Ярлик %s вже існує" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "Ярлика %s не існує" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Файл з назвою \"%s\" вже існує. Бажаєте замінити його?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "Файл вже існує у \"%s\". Перезапис призведе до втрати вмісту." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Замінити" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Не вдається почати пошук" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1812,54 +1812,54 @@ msgstr "" "Не вдається з'єднатися з службою індексованого пошуку. Перевірте, що службу " "запущено." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Не вдається надіслати запит на пошук" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "П_ошук:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Не вдається підключити %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Введіть назву нової теки" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Невідомо" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Вчора о %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Неправильний шлях" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Немає відповідності" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Єдиний тип стиснення" @@ -1867,13 +1867,13 @@ msgstr "Єдиний тип стиснення" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Доповнено, але не є унікальним" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Доповнення..." @@ -1881,50 +1881,49 @@ msgstr "Доповнення..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" -msgstr "" +msgstr "Підтримуються лише локальні файли" #. Another option is to complete the hostname based on the remote volumes that are mounted #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" -msgstr "" +msgstr "Незавершена назва вузла, наберіть «/»" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 -#, fuzzy +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" -msgstr "Ярлика %s не існує" +msgstr "Шлях не існує" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Помилка створення теки \"%s\": %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Теки" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Теки" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Файли" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Не вдається зчитати каталог: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1935,91 +1934,91 @@ msgstr "" "недоступним цій програмі.\n" "Бажаєте вибрати саме його?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Створити теку" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "В_идалити файл" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "Перей_менувати файл" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Назва теки \"%s\" містить символи, які не можна використовувати у назвах тек" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Створити теку" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "Назва _теки:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "_Створити" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Назва файлу \"%s\" містить символи, які не можна використовувати у назвах " "файлів" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Помилка видалення файлу \"%s\": %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Дійсно видалити файл \"%s\"?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Видалення файлу" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Помилка перейменування файлу в \"%s\": %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Помилка перейменування файлу \"%s\": %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Помилка перейменування файлу \"%s\" у \"%s\": %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Перейменування файлу" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Перейменувати файл \"%s\" на:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "Перей_менувати" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Вибір: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2028,15 +2027,15 @@ msgstr "" "Назву файлу \"%s\" не вдається перетворити в UTF-8 (спробуйте встановити " "змінну середовища G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Неправильний UTF-8" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Назва надто довга" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Не вдається перетворити назву файлу" @@ -2045,75 +2044,75 @@ msgstr "Не вдається перетворити назву файлу" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Файлова система" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Не вдається отримати кореневу теку" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Пусто)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Виберіть шрифт" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Шрифт" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "абвгґд АБВГҐД abcde ABCDE" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Гарнітура:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Стиль:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Розмір:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Перегляд:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Вибір шрифту" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Гама" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "_Гама-значення" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Помилка завантаження значка: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2126,140 +2125,139 @@ msgstr "" "Завантажити тему можна з:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "Значок \"%s\" відсутній у темі" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Не вдається завантажити значок" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Просте" -#: gtk/gtkimmulticontext.c:541 -#, fuzzy +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" -msgstr "Файлова система" +msgstr "Системий" -#: gtk/gtkimmulticontext.c:625 -#, fuzzy, c-format +#: ../gtk/gtkimmulticontext.c:625 +#, c-format msgctxt "input method menu" msgid "System (%s)" -msgstr "%s (%s)" +msgstr "Системний (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Ввід" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Розширені пристрої вводу відсутні" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Пристрій:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Вимкнений" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Екран" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Вікно" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Режим:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Вісі" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Клавіші" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Натиск:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "Н_ахил X" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "На_хил Y:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Колесо" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "немає" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(вимкнено)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(невідомо)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "О_чистити" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Копіювати URL" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Неправильний URI" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Завантажити додаткові модулі GTK+" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULES" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Зробити усі попередження фатальними" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Встановити вказані ознаки налагодження GTK+" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Скинути вказані налагоджувальні ознаки GTK+" @@ -2268,65 +2266,66 @@ msgstr "Скинути вказані налагоджувальні ознак #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Неможливо відкрити дисплей: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Параметри GTK+" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Показати параметри GTK+" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "З_єднатися" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "З'єднатися _анонімно" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "З'єднатися _як:" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Ім'я користувача:" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Домен:" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Пароль:" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Забути пароль негайно" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Запам'ятати пароль _до виходу з сеансу" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Запам'ятати _назавжди" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Сторінка %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Некоректний файл налаштовування друку" @@ -2336,11 +2335,11 @@ msgstr "Некоректний файл налаштовування друку" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2348,15 +2347,15 @@ msgstr "" "Будь-який принтер\n" "Для переносимих документів" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "дюйми" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2371,88 +2370,100 @@ msgstr "" " верхнє: %s %s\n" " нижнє: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Керування власними розмірами..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Формат для:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "Розмір _паперу:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Розташування:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2683 msgid "Page Setup" msgstr "Параметри сторінки" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Поля з принтера..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Власний розмір %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Керування власними розмірами" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Ширина:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Висота:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Розмір паперу" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Верхнє:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Нижнє:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Ліве:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Праве:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Поля сторінки" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Вгору по дереву" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Вниз по дереву" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Корінь файлової системи" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprintbackend.c:740 +msgid "Authentication" +msgstr "Автентифікація" + +#: ../gtk/gtkprintbackend.c:772 +msgid "Username:" +msgstr "Ім'я користувача:" + +#: ../gtk/gtkprintbackend.c:782 +msgid "Password:" +msgstr "Пароль:" + +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Недоступно" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "З_берегти у теці:" @@ -2460,186 +2471,176 @@ msgstr "З_берегти у теці:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:176 #, c-format msgid "%s job #%d" msgstr "%s завдання №%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1540 msgctxt "print operation status" msgid "Initial state" -msgstr "" +msgstr "Початковий стан" -#: gtk/gtkprintoperation.c:1518 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1541 msgctxt "print operation status" msgid "Preparing to print" -msgstr "Підготовка %d" +msgstr "Підготовка до друку" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1542 msgctxt "print operation status" msgid "Generating data" -msgstr "" +msgstr "Створення даних" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1543 msgctxt "print operation status" msgid "Sending data" -msgstr "" +msgstr "Надсилання даних" -#: gtk/gtkprintoperation.c:1521 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1544 msgctxt "print operation status" msgid "Waiting" -msgstr "Попередження" +msgstr "Очікування" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1545 msgctxt "print operation status" msgid "Blocking on issue" -msgstr "" +msgstr "Зупинено через помилку" -#: gtk/gtkprintoperation.c:1523 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1546 msgctxt "print operation status" msgid "Printing" -msgstr "Друк %d" +msgstr "Друк" -#: gtk/gtkprintoperation.c:1524 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1547 msgctxt "print operation status" msgid "Finished" -msgstr "Завершення" +msgstr "Завершено" -#: gtk/gtkprintoperation.c:1525 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1548 msgctxt "print operation status" msgid "Finished with error" msgstr "Завершено з помилкою" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2071 #, c-format msgid "Preparing %d" msgstr "Підготовка %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2073 ../gtk/gtkprintoperation.c:2404 msgid "Preparing" msgstr "Підготовка" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2076 #, c-format msgid "Printing %d" msgstr "Друк %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2434 msgid "Error creating print preview" msgstr "Помилка при створенні попереднього перегляду" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2437 msgid "The most probable reason is that a temporary file could not be created." msgstr "Найбільш ймовірна причина: не вдається створити тимчасовий файл." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Помилка попереднього перегляду" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Помилка друку" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:425 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Програма" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Принтер вимкнено" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Немає паперу" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1710 msgid "Paused" msgstr "Призупинено" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Потрібне втручання користувача" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Власний розмір" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Принтери не знайдено" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Неправильний аргумент для CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Помилка від StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Недостатньо вільної пам'яті" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Неправильний аргумент для PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Неправильний вказівник для PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Неправильний дескриптор для PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Невизначена помилка" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1763 msgid "Printer" msgstr "Принтер" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1773 msgid "Location" msgstr "Розташування" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1784 msgid "Status" msgstr "Стан" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1809 msgid "Range" msgstr "Діапазон" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1813 msgid "_All Pages" msgstr "_Усі сторінки" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1820 msgid "C_urrent Page" msgstr "Пото_чну сторінку" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1829 msgid "Pag_es:" msgstr "С_торінки:" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1830 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2647,125 +2648,124 @@ msgstr "" "Вкажіть один або більше діапазонів,\n" " наприклад 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1840 msgid "Pages" -msgstr "С_торінки:" +msgstr "Сторінки" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copies" msgstr "Копії" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1858 msgid "Copie_s:" msgstr "Ко_пій:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1876 msgid "C_ollate" msgstr "_Впорядкувати" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1884 msgid "_Reverse" msgstr "_Обернено" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1904 msgid "General" msgstr "Загальні" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2444 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3164 msgid "Page Ordering" msgstr "Порядок сторінок" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2450 msgid "Left to right" msgstr "Зліва направо" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2451 msgid "Right to left" msgstr "Справа наліво" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2520 msgid "Layout" msgstr "Розташування" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2524 msgid "T_wo-sided:" msgstr "З _двох сторін:" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2539 msgid "Pages per _side:" msgstr "Сторінок на с_торону:" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2557 msgid "Page or_dering:" msgstr "_Порядок сторінок:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2573 msgid "_Only print:" msgstr "Друкувати _лише:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "All sheets" msgstr "Усі сторінки" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2589 msgid "Even sheets" msgstr "Парні сторінки" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2590 msgid "Odd sheets" msgstr "Непарні сторінки" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2593 msgid "Sc_ale:" msgstr "_Масштаб:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2620 msgid "Paper" msgstr "Папір" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2624 msgid "Paper _type:" msgstr "_Тип паперу:" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2639 msgid "Paper _source:" msgstr "Д_жерело паперу:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2654 msgid "Output t_ray:" msgstr "_Лоток виводу:" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2708 msgid "Job Details" msgstr "Відомості про завдання" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2714 msgid "Pri_ority:" msgstr "_Пріоритет:" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2729 msgid "_Billing info:" msgstr "_Розташування:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2747 msgid "Print Document" msgstr "Друкувати документ" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2756 msgid "_Now" msgstr "_Зараз" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2767 msgid "A_t:" msgstr "_у:" @@ -2773,123 +2773,125 @@ msgstr "_у:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2773 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" +"Вкажіть час друку,\n" +"наприклад, 15:30, 14:15:20, 7:20" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2783 msgid "Time of print" -msgstr "" +msgstr "Час друку" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2799 msgid "On _hold" msgstr "О_чікування" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2800 msgid "Hold the job until it is explicitly released" -msgstr "" +msgstr "Затримати завдання до додаткової команди" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2820 msgid "Add Cover Page" msgstr "Додати титульну сторінку" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2829 msgid "Be_fore:" msgstr "_До:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2847 msgid "_After:" msgstr "_Після:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2865 msgid "Job" msgstr "Завдання" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2931 msgid "Advanced" msgstr "Додатково" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2966 msgid "Image Quality" msgstr "Якість зображення" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2969 msgid "Color" msgstr "Колір" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2972 msgid "Finishing" msgstr "Завершення" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2982 msgid "Some of the settings in the dialog conflict" msgstr "Деякі параметри у діалоговому вікні конфліктують" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3005 msgid "Print" msgstr "Друк" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Не вдається знайти файл, що включається: \"%s\"" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Файл із зображенням не знайдено в pixmap_path: \"%s\"" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Ця функція не реалізована для віджета класу '%s'" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Виберіть типи документів, що відображаються" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Для URI не знайдено '%s'" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Фільтр без назви" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Не вдається видалити елемент" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Не вдається очистити елемент" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Копіювати _адресу" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "В_идалити зі списку" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "О_чистити список" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "_Показати особисті ресурси" @@ -2903,21 +2905,21 @@ msgstr "_Показати особисті ресурси" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Елементи не знайдені" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Ресурс, що нещодавно використовувався не знайдено URI `%s'" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Відкрити '%s'" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Невідомий елемент" @@ -2926,50 +2928,46 @@ msgstr "Невідомий елемент" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" -msgstr "" +msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 -#, fuzzy, c-format +#: ../gtk/gtkrecentchoosermenu.c:821 +#, c-format msgctxt "recent menu label" msgid "%d. %s" -msgstr "%s (%s)" +msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Не вдається знайти елемент з URI '%s'" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 -#, fuzzy +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Інформація" -#: gtk/gtkstock.c:289 -#, fuzzy +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Попередження" -#: gtk/gtkstock.c:290 -#, fuzzy +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Помилка" -#: gtk/gtkstock.c:291 -#, fuzzy +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Запитання" @@ -2977,782 +2975,695 @@ msgstr "Запитання" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 -#, fuzzy +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_Про програму" -#: gtk/gtkstock.c:297 -#, fuzzy +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Додати" -#: gtk/gtkstock.c:298 -#, fuzzy +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "Заст_осувати" -#: gtk/gtkstock.c:299 -#, fuzzy +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "Напів_жирний" -#: gtk/gtkstock.c:300 -#, fuzzy +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Скасувати" -#: gtk/gtkstock.c:301 -#, fuzzy +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "Ком_пакт-диск" -#: gtk/gtkstock.c:302 -#, fuzzy +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "О_чистити" -#: gtk/gtkstock.c:303 -#, fuzzy +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Закрити" -#: gtk/gtkstock.c:304 -#, fuzzy +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "П_ідключити" -#: gtk/gtkstock.c:305 -#, fuzzy +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "Пере_творити" -#: gtk/gtkstock.c:306 -#, fuzzy +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Копіювати" -#: gtk/gtkstock.c:307 -#, fuzzy +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "_Вирізати" -#: gtk/gtkstock.c:308 -#, fuzzy +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "В_идалити" -#: gtk/gtkstock.c:309 -#, fuzzy +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "Відки_нути" -#: gtk/gtkstock.c:310 -#, fuzzy +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Відключити" -#: gtk/gtkstock.c:311 -#, fuzzy +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "Вико_нати" -#: gtk/gtkstock.c:312 -#, fuzzy +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Правка" -#: gtk/gtkstock.c:313 -#, fuzzy +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "З_найти" -#: gtk/gtkstock.c:314 -#, fuzzy +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Знайти й за_мінити" -#: gtk/gtkstock.c:315 -#, fuzzy +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Дискета" -#: gtk/gtkstock.c:316 -#, fuzzy +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "На весь _екран" -#: gtk/gtkstock.c:317 -#, fuzzy +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Лишити на весь екран" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 -#, fuzzy +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" -msgstr "_Нижнє:" +msgstr "До_низу" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 -#, fuzzy +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" -msgstr "_Файли" +msgstr "На _початок" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 -#, fuzzy +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" -msgstr "Вст_авити" +msgstr "У _кінець" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 -#, fuzzy +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" -msgstr "_Верхнє:" +msgstr "В_гору" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" -msgstr "" +msgstr "На_зад" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 -#, fuzzy +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" -msgstr "_Зараз" +msgstr "В_низ" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 -#, fuzzy +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "В_перед" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" -msgstr "" +msgstr "В_гору" -#: gtk/gtkstock.c:334 -#, fuzzy +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Жорсткий диск" -#: gtk/gtkstock.c:335 -#, fuzzy +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Довідка" -#: gtk/gtkstock.c:336 -#, fuzzy +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Домашня тека" -#: gtk/gtkstock.c:337 -#, fuzzy +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Збільшити відступ" -#: gtk/gtkstock.c:338 -#, fuzzy +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Зменшити відступ" -#: gtk/gtkstock.c:339 -#, fuzzy +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Індекс" -#: gtk/gtkstock.c:340 -#, fuzzy +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Інформація" -#: gtk/gtkstock.c:341 -#, fuzzy +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Курсив" -#: gtk/gtkstock.c:342 -#, fuzzy +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "Пере_йти до" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 -#, fuzzy +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" -msgstr "Пере_творити" +msgstr "У _центрі" #. This is about text justification -#: gtk/gtkstock.c:346 -#, fuzzy +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" -msgstr "_Файли" +msgstr "У _ширину" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 -#, fuzzy +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" -msgstr "_Ліве:" +msgstr "_Ліворуч" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 -#, fuzzy +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" -msgstr "_Праве:" +msgstr "_Праворуч" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 -#, fuzzy +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "В_перед" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 -#, fuzzy +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" -msgstr "_Створити" +msgstr "_Наступна" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 -#, fuzzy +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" -msgstr "Призупинено" +msgstr "_Призупинити" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 -#, fuzzy +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" -msgstr "_Місця" +msgstr "_Відтворити" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 -#, fuzzy +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" -msgstr "_Попередній" +msgstr "_Попередня" #. Media label -#: gtk/gtkstock.c:363 -#, fuzzy +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Запис" #. Media label -#: gtk/gtkstock.c:365 -#, fuzzy +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Назад" #. Media label -#: gtk/gtkstock.c:367 -#, fuzzy +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "З_упинити" -#: gtk/gtkstock.c:368 -#, fuzzy +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Мережа" -#: gtk/gtkstock.c:369 -#, fuzzy +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Створити" -#: gtk/gtkstock.c:370 -#, fuzzy +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "Н_і" -#: gtk/gtkstock.c:371 -#, fuzzy +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_Гаразд" -#: gtk/gtkstock.c:372 -#, fuzzy +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Відкрити" #. Page orientation -#: gtk/gtkstock.c:374 -#, fuzzy +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Альбомна" #. Page orientation -#: gtk/gtkstock.c:376 -#, fuzzy +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Книжкова" #. Page orientation -#: gtk/gtkstock.c:378 -#, fuzzy +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Обернена альбомна" #. Page orientation -#: gtk/gtkstock.c:380 -#, fuzzy +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Обернена книжкова" -#: gtk/gtkstock.c:381 -#, fuzzy +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Пара_метри сторінки" -#: gtk/gtkstock.c:382 -#, fuzzy +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "Вст_авити" -#: gtk/gtkstock.c:383 -#, fuzzy +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "П_араметри" -#: gtk/gtkstock.c:384 -#, fuzzy +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "Д_рук" -#: gtk/gtkstock.c:385 -#, fuzzy +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "_Попередній перегляд" -#: gtk/gtkstock.c:386 -#, fuzzy +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "В_ластивості" -#: gtk/gtkstock.c:387 -#, fuzzy +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "Ви_йти" -#: gtk/gtkstock.c:388 -#, fuzzy +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "Пов_торити" -#: gtk/gtkstock.c:389 -#, fuzzy +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Оновити" -#: gtk/gtkstock.c:390 -#, fuzzy +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "В_идалити" -#: gtk/gtkstock.c:391 -#, fuzzy +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "Від_новити" -#: gtk/gtkstock.c:392 -#, fuzzy +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "З_берегти" -#: gtk/gtkstock.c:393 -#, fuzzy +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Зберегти _як" -#: gtk/gtkstock.c:394 -#, fuzzy +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Виді_лити все" -#: gtk/gtkstock.c:395 -#, fuzzy +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Колір" -#: gtk/gtkstock.c:396 -#, fuzzy +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Шрифт" #. Sorting direction -#: gtk/gtkstock.c:398 -#, fuzzy +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "За _зростанням" #. Sorting direction -#: gtk/gtkstock.c:400 -#, fuzzy +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "За _спаданням" -#: gtk/gtkstock.c:401 -#, fuzzy +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "Перевірка _орфографії" -#: gtk/gtkstock.c:402 -#, fuzzy +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "З_упинити" #. Font variant -#: gtk/gtkstock.c:404 -#, fuzzy +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "Зак_реслений" -#: gtk/gtkstock.c:405 -#, fuzzy +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Скасувати видалення" #. Font variant -#: gtk/gtkstock.c:407 -#, fuzzy +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "П_ідкреслений" -#: gtk/gtkstock.c:408 -#, fuzzy +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "В_ернути" -#: gtk/gtkstock.c:409 -#, fuzzy +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Так" #. Zoom -#: gtk/gtkstock.c:411 -#, fuzzy +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "З_вичайний розмір" #. Zoom -#: gtk/gtkstock.c:413 -#, fuzzy +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Найкраще за_повнення" -#: gtk/gtkstock.c:414 -#, fuzzy +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "З_більшити" -#: gtk/gtkstock.c:415 -#, fuzzy +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "З_меншити" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Невідома помилка при спробі десеріалізації %s" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Не знайдено функцію десеріалізації для формату %s" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "У елементі <%s> присутні як \"id\", так і \"name\"" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "Атрибут \"%s\" знайдено двічі у елементі <%s>" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "Елемент <%s> має неправильний ідентифікатор \"%s\"" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "<%s> не має ані елементу \"name\", ані елементу \"id\"" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "Атрибут \"%s\" зустрічається вічі у тому самому елементі <%s>" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "Атрибут \"%s\" є неправильним у елементі <%s> у цьому контексті" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Тег \"%s\" не було визначено." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Знайдено анонімний тег, не можуть бути створені теги." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "Тег \"%s\" не існує у буфері, тег не може бути створений" -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Елемент <%s> не є допустимим перед <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" не ж допустимим типом атрибуту" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" не є допустимою назвою атрибуту" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "" "\"%s\" не вдається перетворити на значення типу \"%s\" для атрибуту \"%s\"" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" не є допустимим значенням атрибуту \"%s\"" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Тег \"%s\" вже визначений" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Тег \"%s\" маж помилковий пріоритет \"%s\"" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "" "Найбільш віддаленим елементом у тексті має бути , а не <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Елемент <%s> вже був визначений" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Елемент не може зустрічатись перед елементом " -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Серіалізовані дані неправильно сформовані" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Серіалізовані дані неправильно сформовані. Першим розділом не є " "GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM Позначка з_ліва направо" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM Позначка с_права наліво" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE Вс_тавка зліва направо" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "LRE Вст_авка справа наліво" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO Пе_рекривання зліва направо" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO Пере_кривання справа наліво" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF П_опередній напрям" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS _Нульовий пропуск" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ Нульовий _з'єднувач" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ Нульовий _роз'єднувач" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Не вдається віднайти механізм роботи з темами у module_path: \"%s\"," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Немає підказки ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Несподіваний початковий тег \"%s\" (рядок %d, символ %d)" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Несподівані символьні дані (рядок %d, символ %d)" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Пусто" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Гучність:" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Збільшує чи зменшує гучність" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Регулює гучність" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Тихіше" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Зменшує гучність" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Гучніше" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Збільшує гучність" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Приглушити" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Повна гучність" @@ -3761,983 +3672,927 @@ msgstr "Повна гучність" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" -msgstr "" +msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 -#, fuzzy +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" -msgstr "Назва" +msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" -msgstr "" +msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" -msgstr "" +msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" -msgstr "" +msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" -msgstr "" +msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" -msgstr "" +msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" -msgstr "" +msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" -msgstr "" +msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" -msgstr "" +msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" -msgstr "" +msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" -msgstr "" +msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" -msgstr "" +msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" -msgstr "" +msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" -msgstr "" +msgstr "A3 Extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" -msgstr "" +msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" -msgstr "" +msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" -msgstr "" +msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" -msgstr "" +msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" -msgstr "" +msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" -msgstr "" +msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" -msgstr "" +msgstr "A4 Extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" -msgstr "" +msgstr "A4 Tab" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" -msgstr "" +msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" -msgstr "" +msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" -msgstr "" +msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" -msgstr "" +msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" -msgstr "" +msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" -msgstr "" +msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" -msgstr "" +msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" -msgstr "" +msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" -msgstr "" +msgstr "A5 Extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" -msgstr "" +msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" -msgstr "" +msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" -msgstr "" +msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" -msgstr "" +msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" -msgstr "" +msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" -msgstr "" +msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" -msgstr "" +msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" -msgstr "" +msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" -msgstr "" +msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" -msgstr "" +msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" -msgstr "" +msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" -msgstr "" +msgstr "B5 Extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" -msgstr "" +msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" -msgstr "" +msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" -msgstr "" +msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" -msgstr "" +msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" -msgstr "" +msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" -msgstr "" +msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" -msgstr "" +msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" -msgstr "" +msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" -msgstr "" +msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" -msgstr "" +msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" -msgstr "" +msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" -msgstr "" +msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" -msgstr "" +msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" -msgstr "" +msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" -msgstr "" +msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" -msgstr "" +msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" -msgstr "" +msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" -msgstr "" +msgstr "C9" -#: gtk/paper_names_offsets.c:65 -#, fuzzy +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Конверт DL" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" -msgstr "" +msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" -msgstr "" +msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" -msgstr "" +msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" -msgstr "" +msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" -msgstr "" +msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" -msgstr "" +msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" -msgstr "" +msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" -msgstr "" +msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" -msgstr "" +msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" -msgstr "" +msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" -msgstr "" +msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" -msgstr "" +msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" -msgstr "" +msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" -msgstr "" +msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" -msgstr "" +msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" -msgstr "" +msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" -msgstr "" +msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" -msgstr "" +msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 -#, fuzzy +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Конверт Choukei 2" -#: gtk/paper_names_offsets.c:85 -#, fuzzy +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Конверт Choukei 3" -#: gtk/paper_names_offsets.c:86 -#, fuzzy +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Конверт Choukei 4" -#: gtk/paper_names_offsets.c:87 -#, fuzzy +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (поштова картка)" -#: gtk/paper_names_offsets.c:88 -#, fuzzy +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Конверт kahu" -#: gtk/paper_names_offsets.c:89 -#, fuzzy +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Конверт kahu2" -#: gtk/paper_names_offsets.c:90 -#, fuzzy +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" -msgstr "oufuku (відповідна поштова кртка)" +msgstr "oufuku (відповідна поштова картка)" -#: gtk/paper_names_offsets.c:91 -#, fuzzy +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Конверт you4" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" -msgstr "" +msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" -msgstr "" +msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" -msgstr "" +msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" -msgstr "" +msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" -msgstr "" +msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" -msgstr "" +msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" -msgstr "" +msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" -msgstr "" +msgstr "5x7" -#: gtk/paper_names_offsets.c:101 -#, fuzzy +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Конверт 6x9" -#: gtk/paper_names_offsets.c:102 -#, fuzzy +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Конверт 7x9" -#: gtk/paper_names_offsets.c:103 -#, fuzzy +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Конверт 9x11" -#: gtk/paper_names_offsets.c:104 -#, fuzzy +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Конверт a2" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" -msgstr "" +msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" -msgstr "" +msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" -msgstr "" +msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" -msgstr "" +msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" -msgstr "" +msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" -msgstr "" +msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" -msgstr "" +msgstr "c" -#: gtk/paper_names_offsets.c:112 -#, fuzzy +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Конверт c5" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" -msgstr "" +msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" -msgstr "" +msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" -msgstr "" +msgstr "edp" -#: gtk/paper_names_offsets.c:116 -#, fuzzy +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" -msgstr "Европейський edp" +msgstr "Європейський edp" -#: gtk/paper_names_offsets.c:117 -#, fuzzy +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" -msgstr "Вико_нати" +msgstr "Executive" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" -msgstr "" +msgstr "f" -#: gtk/paper_names_offsets.c:119 -#, fuzzy +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "Європейська FanFold" -#: gtk/paper_names_offsets.c:120 -#, fuzzy +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: gtk/paper_names_offsets.c:121 -#, fuzzy +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold German Legal" -#: gtk/paper_names_offsets.c:122 -#, fuzzy +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government Legal" -#: gtk/paper_names_offsets.c:123 -#, fuzzy +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government Letter" -#: gtk/paper_names_offsets.c:124 -#, fuzzy +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" -msgstr "_Індекс" +msgstr "Index 3x5" -#: gtk/paper_names_offsets.c:125 -#, fuzzy +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (поштова картка)" -#: gtk/paper_names_offsets.c:126 -#, fuzzy +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: gtk/paper_names_offsets.c:127 -#, fuzzy +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" -msgstr "_Індекс" +msgstr "Index 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" -msgstr "" +msgstr "Invoice" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" -msgstr "" +msgstr "Tabloid" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" -msgstr "" +msgstr "US Legal" -#: gtk/paper_names_offsets.c:131 -#, fuzzy +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: gtk/paper_names_offsets.c:132 -#, fuzzy +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: gtk/paper_names_offsets.c:133 -#, fuzzy +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: gtk/paper_names_offsets.c:134 -#, fuzzy +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: gtk/paper_names_offsets.c:135 -#, fuzzy +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Конверт Monarch" -#: gtk/paper_names_offsets.c:136 -#, fuzzy +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" -msgstr "Конверт #10" +msgstr "Конверт №10" -#: gtk/paper_names_offsets.c:137 -#, fuzzy +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" -msgstr "Конверт #11" +msgstr "Конверт №11" -#: gtk/paper_names_offsets.c:138 -#, fuzzy +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" -msgstr "Конверт #12" +msgstr "Конверт №12" -#: gtk/paper_names_offsets.c:139 -#, fuzzy +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" -msgstr "Конверт #14" +msgstr "Конверт №14" -#: gtk/paper_names_offsets.c:140 -#, fuzzy +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" -msgstr "Конверт #9" +msgstr "Конверт №9" -#: gtk/paper_names_offsets.c:141 -#, fuzzy +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" -msgstr "Конверт Personal" +msgstr "Персональний конверт" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" -msgstr "" +msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 -#, fuzzy +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" -msgstr "Папір" +msgstr "Super A" -#: gtk/paper_names_offsets.c:144 -#, fuzzy +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" -msgstr "Папір" +msgstr "Super B" -#: gtk/paper_names_offsets.c:145 -#, fuzzy +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Широкий формат" -#: gtk/paper_names_offsets.c:146 -#, fuzzy +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 -#, fuzzy +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" -msgstr "Колір" +msgstr "Folio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" -msgstr "" +msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 -#, fuzzy +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Конверт Invite" -#: gtk/paper_names_offsets.c:150 -#, fuzzy +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Італійський конверт" -#: gtk/paper_names_offsets.c:151 -#, fuzzy +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" -msgstr "" +msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 -#, fuzzy +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Конверт Postfix" -#: gtk/paper_names_offsets.c:154 -#, fuzzy +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Маленьке фото" -#: gtk/paper_names_offsets.c:155 -#, fuzzy +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Конверт prc1" -#: gtk/paper_names_offsets.c:156 -#, fuzzy +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Конверт prc10" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" -msgstr "" +msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 -#, fuzzy +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Конверт prc2" -#: gtk/paper_names_offsets.c:159 -#, fuzzy +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Конверт prc3" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" -msgstr "" +msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 -#, fuzzy +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Конверт prc4" -#: gtk/paper_names_offsets.c:162 -#, fuzzy +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" -msgstr "Конверт c5" +msgstr "Конверт prc5" -#: gtk/paper_names_offsets.c:163 -#, fuzzy +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Конверт prc6" -#: gtk/paper_names_offsets.c:164 -#, fuzzy +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Конверт prc7" -#: gtk/paper_names_offsets.c:165 -#, fuzzy +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Конверт prc8" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" -msgstr "" +msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" -msgstr "" +msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" -msgstr "знайдено різні idatas для символічних посилань '%s' та '%s'\n" +msgstr "знайдено різні ідентифікатори для символічних посилань '%s' та '%s'\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Не вдається записати заголовок\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Не вдається записати хеш-таблицю\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Не вдається записати індекс каталогу\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Не вдається перезаписати заголовок\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Не вдається відкрити файл %s : %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Не вдається записати файл кешу: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Створений кеш містить помилки.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Не вдається перейменувати %s на %s: %s, з подальшим видаленням %s.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "не вдається перейменувати %s у %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Не вдається перейменувати %s назад на %s: %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Файл Cache успішно створено.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Перезаписати існуючий кеш, навіть якщо він оновлений" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Не перевіряти існування файлу index.theme" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Не включати зображення в кеш" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Видавати файл заголовків на мові C" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Вимкнути розширений вивід" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Перевірити поточний кеш значків" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Не вдається знайти файл: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Некоректний кеш: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Немає файлу з індексом теми." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4748,273 +4603,319 @@ msgstr "" "theme-index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Амхарське (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Цеділла" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Кирилиця (транслітерація)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Інуктітут (Транслітерація)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Мультипрес" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Таї-Лао" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Тигринья (Еритрея, EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Тигринья (Ефіопія, EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "В'єтнамська (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "Метод XInput" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:769 +#, c-format +msgid "Authentication is required to get a file from %s" +msgstr "Для отримання файлу з %s потрібно пройти автентифікацію" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:773 +#, c-format +msgid "Authentication is required to print document '%s' on printer %s" +msgstr "Для друку документу '%s' на принтері %s потрібно пройти автентифікацію" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:775 +#, c-format +msgid "Authentication is required to print a document on %s" +msgstr "Для друку документу '%s' на принтері потрібно пройти автентифікацію" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:779 +#, c-format +msgid "Authentication is required to get attributes of job '%s'" +msgstr "Для отримання атрибутів завдання '%s' потрібно пройти автентифікацію" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:781 +msgid "Authentication is required to get attributes of a job" +msgstr "Для отримання атрибутів завдання потрібно пройти автентифікацію" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:785 +#, c-format +msgid "Authentication is required to get attributes of printer %s" +msgstr "Для отримання атрибутів принтера '%s' потрібно пройти автентифікацію" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:787 +msgid "Authentication is required to get attributes of a printer" +msgstr "Для отримання атрибутів принтера потрібно пройти автентифікацію" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:790 +#, c-format +msgid "Authentication is required to get default printer of %s" +msgstr "Для отримання типового принтера вузла '%s' потрібно пройти автентифікацію" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:793 +#, c-format +msgid "Authentication is required to get printers from %s" +msgstr "Для отримання принтерів вузла '%s' потрібно пройти автентифікацію" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:796 +#, c-format +msgid "Authentication is required on %s" +msgstr "Потрібно пройти автентифікацію на %s" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1412 #, c-format msgid "Printer '%s' is low on toner." msgstr "У принтері «%s» закінчується тонер." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1413 #, c-format msgid "Printer '%s' has no toner left." msgstr "У принтері «%s» закінчився тонер." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1415 #, c-format msgid "Printer '%s' is low on developer." msgstr "У принтері «%s» закінчується проявник." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1417 #, c-format msgid "Printer '%s' is out of developer." msgstr "У принтері «%s» закінчується проявник." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1419 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "У принтері «%s» закінчується один з тонерів." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1421 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "У принтері «%s» закінчився один з тонерів." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1422 #, c-format msgid "The cover is open on printer '%s'." msgstr "У принтері «%s» відкрито кришку." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1423 #, c-format msgid "The door is open on printer '%s'." msgstr "У принтері «%s» відкрито дверці." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1424 #, c-format msgid "Printer '%s' is low on paper." msgstr "У принтері «%s» закінчується папір." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1425 #, c-format msgid "Printer '%s' is out of paper." msgstr "У принтері «%s» закінчився папір." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1426 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Принтер «%s» наразі вимкнено." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1427 #, c-format msgid "Printer '%s' may not be connected." msgstr "Можливо, принтер «%s» не під'єднаний." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1428 #, c-format msgid "There is a problem on printer '%s'." msgstr "Проблема з принтером «%s»." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1707 msgid "Paused ; Rejecting Jobs" msgstr "Призупинено ; скасування завдань" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1713 msgid "Rejecting Jobs" msgstr "Скасування завдань" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2399 msgid "Two Sided" msgstr "З двох сторін" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2400 msgid "Paper Type" msgstr "Тип паперу" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2401 msgid "Paper Source" msgstr "Джерело паперу" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2402 msgid "Output Tray" msgstr "Лоток виводу" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2403 msgid "Resolution" -msgstr "Запитання" +msgstr "Роздільна здатність" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2404 msgid "GhostScript pre-filtering" -msgstr "" +msgstr "Фільтрація GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2413 msgid "One Sided" msgstr "З однієї сторони" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2415 msgid "Long Edge (Standard)" -msgstr "" +msgstr "За довгою стороною" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2417 msgid "Short Edge (Flip)" -msgstr "" +msgstr "За короткою стороною" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2419 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2421 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2429 msgid "Auto Select" msgstr "Автовибір" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2423 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2425 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2427 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2431 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2917 msgid "Printer Default" msgstr "Типовий принтер" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2433 msgid "Embed GhostScript fonts only" -msgstr "" +msgstr "Вбудовувати лише шрифти GhostScript" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2435 msgid "Convert to PS level 1" -msgstr "" +msgstr "Перетворювати на формат PS рівень 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2437 msgid "Convert to PS level 2" -msgstr "" +msgstr "Перетворити на формат PS рівень 2" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2439 msgid "No pre-filtering" -msgstr "Принтери не знайдено" +msgstr "Не фільтрувати перед друком" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2448 msgid "Miscellaneous" -msgstr "" +msgstr "Додатково" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3125 msgid "Urgent" msgstr "Терміново" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3125 msgid "High" msgstr "Високий" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3125 msgid "Medium" msgstr "Середній" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3125 msgid "Low" msgstr "Низький" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3130 msgid "Left to right, top to bottom" msgstr "Зліва направо, згори вниз" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3130 msgid "Left to right, bottom to top" msgstr "Зліва направо, знизу вгору" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3131 msgid "Right to left, top to bottom" msgstr "Справа наліво, згори вниз" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3131 msgid "Right to left, bottom to top" msgstr "Справа наліво, знизу вгору" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3132 msgid "Top to bottom, left to right" msgstr "Згори вниз, зліва направо" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3132 msgid "Top to bottom, right to left" msgstr "Згори вниз, справа наліво" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3133 msgid "Bottom to top, left to right" msgstr "Знизу вгору, зліва направо" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3133 msgid "Bottom to top, right to left" msgstr "Знизу вгору, справа наліво" @@ -5022,66 +4923,66 @@ msgstr "Знизу вгору, справа наліво" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3148 msgid "Pages per Sheet" msgstr "Сторінок на аркуш" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3185 msgid "Job Priority" msgstr "Пріоритет завдання" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3196 msgid "Billing Info" msgstr "Інформація про облік" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "None" msgstr "Немає" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Classified" msgstr "Класифіковано" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Confidential" msgstr "Конфіденційно" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Secret" msgstr "Секретно" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Standard" msgstr "Стандарт" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Top Secret" msgstr "Цілковито секретно" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Unclassified" msgstr "Не класифіковано" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3245 msgid "Before" msgstr "Перед" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3260 msgid "After" msgstr "Після" @@ -5089,14 +4990,14 @@ msgstr "Після" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3280 msgid "Print at" msgstr "Друкувати" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3291 msgid "Print at time" msgstr "Друкувати о" @@ -5104,65 +5005,65 @@ msgstr "Друкувати о" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3326 #, c-format msgid "Custom %sx%s" msgstr "Інший %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "вивід.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Друкувати у файл" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Сторінок на _аркуш:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Файл" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "Формат _виводу" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Друкувати на LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Сторінок на аркуш" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Командний рядок" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "тест-друку.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Друкувати на текстовий принтер" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Не вдається отримати інформацію про файл '%s': %s" From b0b636ca8541a983bbcdf9d022a970ea253ce02c Mon Sep 17 00:00:00 2001 From: "Maxim V. Dziumanenko" Date: Mon, 27 Apr 2009 01:02:02 +0300 Subject: [PATCH 104/190] Updated Ukrainian translation --- po-properties/uk.po | 3584 +++++++++++++++++++++---------------------- po/uk.po | 2759 ++++++++++++++++----------------- 2 files changed, 3101 insertions(+), 3242 deletions(-) diff --git a/po-properties/uk.po b/po-properties/uk.po index 486e792832..0c30476ab0 100644 --- a/po-properties/uk.po +++ b/po-properties/uk.po @@ -1,123 +1,125 @@ # Ukrainian translation of gtk+. # Copyright (C) 1999 Free Software Foundation, Inc. # Yuri Syrota , 1999. -# Maxim Dziumanenko , 2004-2006 +# Maxim Dziumanenko , 2004-2009 # msgid "" msgstr "" "Project-Id-Version: gtk+ 2.4.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:25-0400\n" -"PO-Revision-Date: 2009-09-04 14:55+0200\n" +"POT-Creation-Date: 2009-04-27 01:01+0300\n" +"PO-Revision-Date: 2009-04-26 14:55+0200\n" "Last-Translator: dziumanenko@gmail.com\n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gdk-pixbuf/gdk-pixbuf.c:89 +#: ../gdk-pixbuf/gdk-pixbuf.c:89 msgid "Number of Channels" msgstr "Кількість каналів" -#: gdk-pixbuf/gdk-pixbuf.c:90 +#: ../gdk-pixbuf/gdk-pixbuf.c:90 msgid "The number of samples per pixel" msgstr "Кількість площин на точку" -#: gdk-pixbuf/gdk-pixbuf.c:99 +#: ../gdk-pixbuf/gdk-pixbuf.c:99 msgid "Colorspace" msgstr "Простір кольорів" -#: gdk-pixbuf/gdk-pixbuf.c:100 +#: ../gdk-pixbuf/gdk-pixbuf.c:100 msgid "The colorspace in which the samples are interpreted" msgstr "Простір кольорів, у якому площини інтерпретуються" -#: gdk-pixbuf/gdk-pixbuf.c:108 +#: ../gdk-pixbuf/gdk-pixbuf.c:108 msgid "Has Alpha" msgstr "Має альфа-канал" -#: gdk-pixbuf/gdk-pixbuf.c:109 +#: ../gdk-pixbuf/gdk-pixbuf.c:109 msgid "Whether the pixbuf has an alpha channel" msgstr "Чи підтримує pixbuf альфа-канал" -#: gdk-pixbuf/gdk-pixbuf.c:122 +#: ../gdk-pixbuf/gdk-pixbuf.c:122 msgid "Bits per Sample" msgstr "Бітів на площину" -#: gdk-pixbuf/gdk-pixbuf.c:123 +#: ../gdk-pixbuf/gdk-pixbuf.c:123 msgid "The number of bits per sample" msgstr "Кількість бітів на площину" -#: gdk-pixbuf/gdk-pixbuf.c:132 gtk/gtklayout.c:632 gtk/gtktreeviewcolumn.c:207 +#: ../gdk-pixbuf/gdk-pixbuf.c:132 ../gtk/gtklayout.c:632 +#: ../gtk/gtktreeviewcolumn.c:207 msgid "Width" msgstr "Ширина" -#: gdk-pixbuf/gdk-pixbuf.c:133 +#: ../gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of columns of the pixbuf" msgstr "Кількість стовпчиків у pixbuf" -#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:641 +#: ../gdk-pixbuf/gdk-pixbuf.c:142 ../gtk/gtklayout.c:641 msgid "Height" msgstr "Висота" -#: gdk-pixbuf/gdk-pixbuf.c:143 +#: ../gdk-pixbuf/gdk-pixbuf.c:143 msgid "The number of rows of the pixbuf" msgstr "Кількість рядків у pixbuf" -#: gdk-pixbuf/gdk-pixbuf.c:159 +#: ../gdk-pixbuf/gdk-pixbuf.c:159 msgid "Rowstride" msgstr "Крок рядків" -#: gdk-pixbuf/gdk-pixbuf.c:160 +#: ../gdk-pixbuf/gdk-pixbuf.c:160 msgid "" "The number of bytes between the start of a row and the start of the next row" msgstr "Кількість байтів між початком рядка та початком наступного рядка" -#: gdk-pixbuf/gdk-pixbuf.c:169 +#: ../gdk-pixbuf/gdk-pixbuf.c:169 msgid "Pixels" msgstr "Точки" -#: gdk-pixbuf/gdk-pixbuf.c:170 +#: ../gdk-pixbuf/gdk-pixbuf.c:170 msgid "A pointer to the pixel data of the pixbuf" msgstr "Вказівник на піксельні дані pixbuf" -#: gdk/gdkdisplaymanager.c:103 +#: ../gdk/gdkdisplaymanager.c:103 msgid "Default Display" msgstr "Типовий дисплей" -#: gdk/gdkdisplaymanager.c:104 +#: ../gdk/gdkdisplaymanager.c:104 msgid "The default display for GDK" msgstr "Типовий дисплей для підсистеми GDK" -#: gdk/gdkpango.c:537 gtk/gtkinvisible.c:86 gtk/gtkmountoperation.c:155 -#: gtk/gtkstatusicon.c:277 gtk/gtkwindow.c:614 +#: ../gdk/gdkpango.c:537 ../gtk/gtkinvisible.c:86 +#: ../gtk/gtkmountoperation.c:155 ../gtk/gtkstatusicon.c:277 +#: ../gtk/gtkwindow.c:614 msgid "Screen" msgstr "Екран" -#: gdk/gdkpango.c:538 +#: ../gdk/gdkpango.c:538 msgid "the GdkScreen for the renderer" msgstr "GdkScreen для рендерера" -#: gdk/gdkscreen.c:75 +#: ../gdk/gdkscreen.c:75 msgid "Font options" msgstr "Параметри шрифту" -#: gdk/gdkscreen.c:76 +#: ../gdk/gdkscreen.c:76 msgid "The default font options for the screen" msgstr "Типові параметри шрифту для екрану" -#: gdk/gdkscreen.c:83 +#: ../gdk/gdkscreen.c:83 msgid "Font resolution" msgstr "Роздільна здатність шрифту" -#: gdk/gdkscreen.c:84 +#: ../gdk/gdkscreen.c:84 msgid "The resolution for fonts on the screen" msgstr "Роздільна здатність шрифту на екрані" -#: gtk/gtkaboutdialog.c:184 +#: ../gtk/gtkaboutdialog.c:184 msgid "Program name" msgstr "Назва програми" -#: gtk/gtkaboutdialog.c:185 +#: ../gtk/gtkaboutdialog.c:185 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" @@ -125,43 +127,43 @@ msgstr "" "Назва програми. Якщо не встановлено, типово використовується " "g_get_application_name()" -#: gtk/gtkaboutdialog.c:199 +#: ../gtk/gtkaboutdialog.c:199 msgid "Program version" msgstr "Версія програми" -#: gtk/gtkaboutdialog.c:200 +#: ../gtk/gtkaboutdialog.c:200 msgid "The version of the program" msgstr "Версія програми" -#: gtk/gtkaboutdialog.c:214 +#: ../gtk/gtkaboutdialog.c:214 msgid "Copyright string" msgstr "Рядок авторського права" -#: gtk/gtkaboutdialog.c:215 +#: ../gtk/gtkaboutdialog.c:215 msgid "Copyright information for the program" msgstr "Інформація про авторське право програми" -#: gtk/gtkaboutdialog.c:232 +#: ../gtk/gtkaboutdialog.c:232 msgid "Comments string" msgstr "Рядок коментаря" -#: gtk/gtkaboutdialog.c:233 +#: ../gtk/gtkaboutdialog.c:233 msgid "Comments about the program" msgstr "Коментар про програму" -#: gtk/gtkaboutdialog.c:267 +#: ../gtk/gtkaboutdialog.c:267 msgid "Website URL" msgstr "URL веб-сторінка" -#: gtk/gtkaboutdialog.c:268 +#: ../gtk/gtkaboutdialog.c:268 msgid "The URL for the link to the website of the program" msgstr "URL веб-сторінки програми" -#: gtk/gtkaboutdialog.c:284 +#: ../gtk/gtkaboutdialog.c:284 msgid "Website label" msgstr "Ярлик веб-сайту" -#: gtk/gtkaboutdialog.c:285 +#: ../gtk/gtkaboutdialog.c:285 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -169,46 +171,46 @@ msgstr "" "Ярлик посилання на веб-сторінку програми. Якщо не встановлено, типово " "відповідає URL" -#: gtk/gtkaboutdialog.c:301 +#: ../gtk/gtkaboutdialog.c:301 msgid "Authors" msgstr "Автори" -#: gtk/gtkaboutdialog.c:302 +#: ../gtk/gtkaboutdialog.c:302 msgid "List of authors of the program" msgstr "Перелік авторів програми" -#: gtk/gtkaboutdialog.c:318 +#: ../gtk/gtkaboutdialog.c:318 msgid "Documenters" msgstr "Автори документації" -#: gtk/gtkaboutdialog.c:319 +#: ../gtk/gtkaboutdialog.c:319 msgid "List of people documenting the program" msgstr "Перелік авторів документації програми" -#: gtk/gtkaboutdialog.c:335 +#: ../gtk/gtkaboutdialog.c:335 msgid "Artists" msgstr "Художники" -#: gtk/gtkaboutdialog.c:336 +#: ../gtk/gtkaboutdialog.c:336 msgid "List of people who have contributed artwork to the program" msgstr "Перелік осіб, що приймали участь у оформленні програми" -#: gtk/gtkaboutdialog.c:353 +#: ../gtk/gtkaboutdialog.c:353 msgid "Translator credits" msgstr "Перекладачі" -#: gtk/gtkaboutdialog.c:354 +#: ../gtk/gtkaboutdialog.c:354 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" "Подяки перекладачам. Ця рядки повинні бути позначені як доступні для " "перекладу." -#: gtk/gtkaboutdialog.c:369 +#: ../gtk/gtkaboutdialog.c:369 msgid "Logo" msgstr "Емблема" -#: gtk/gtkaboutdialog.c:370 +#: ../gtk/gtkaboutdialog.c:370 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -216,108 +218,109 @@ msgstr "" "Емблема для вікна \"Про програму\". Якщо не встановлено, типово " "використовується gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:385 +#: ../gtk/gtkaboutdialog.c:385 msgid "Logo Icon Name" msgstr "Назва значка емблеми" -#: gtk/gtkaboutdialog.c:386 +#: ../gtk/gtkaboutdialog.c:386 msgid "A named icon to use as the logo for the about box." msgstr "Назва значка, що використовується у якості емблеми \"Про програму\"." -#: gtk/gtkaboutdialog.c:399 +#: ../gtk/gtkaboutdialog.c:399 msgid "Wrap license" msgstr "Режим переносу ліцензії" -#: gtk/gtkaboutdialog.c:400 +#: ../gtk/gtkaboutdialog.c:400 msgid "Whether to wrap the license text." msgstr "Чи переносити рядку у тексті ліцензії." -#: gtk/gtkaccellabel.c:123 +#: ../gtk/gtkaccellabel.c:123 msgid "Accelerator Closure" msgstr "Об'єкт Closure комбінації клавіш" -#: gtk/gtkaccellabel.c:124 +#: ../gtk/gtkaccellabel.c:124 msgid "The closure to be monitored for accelerator changes" msgstr "Об'єкт GClosure, в якому відображуються зміни комбінації клавіш" -#: gtk/gtkaccellabel.c:130 +#: ../gtk/gtkaccellabel.c:130 msgid "Accelerator Widget" msgstr "Елемент керування \"комбінація клавіш\"" -#: gtk/gtkaccellabel.c:131 +#: ../gtk/gtkaccellabel.c:131 msgid "The widget to be monitored for accelerator changes" msgstr "Елемент керування, відповідний за зміну комбінації клавіш" -#: gtk/gtkaction.c:179 gtk/gtkactiongroup.c:170 gtk/gtkprinter.c:123 -#: gtk/gtktextmark.c:89 +#: ../gtk/gtkaction.c:179 ../gtk/gtkactiongroup.c:170 ../gtk/gtkprinter.c:123 +#: ../gtk/gtktextmark.c:89 msgid "Name" msgstr "Назва" -#: gtk/gtkaction.c:180 +#: ../gtk/gtkaction.c:180 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/gtktoolbutton.c:202 +#: ../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/gtktoolbutton.c:202 msgid "Label" msgstr "Позначка" -#: gtk/gtkaction.c:199 +#: ../gtk/gtkaction.c:199 msgid "The label used for menu items and buttons that activate this action." msgstr "" "Позначка, що використовується для меню та кнопок, які ініціюють дану дію." -#: gtk/gtkaction.c:215 +#: ../gtk/gtkaction.c:215 msgid "Short label" msgstr "Скорочена позначка" -#: gtk/gtkaction.c:216 +#: ../gtk/gtkaction.c:216 msgid "A shorter label that may be used on toolbar buttons." msgstr "" "Скорочена позначка, яка може використовуватись для кнопок панелі керування." -#: gtk/gtkaction.c:224 +#: ../gtk/gtkaction.c:224 msgid "Tooltip" msgstr "Підказка" -#: gtk/gtkaction.c:225 +#: ../gtk/gtkaction.c:225 msgid "A tooltip for this action." msgstr "Підказка до цієї дії." -#: gtk/gtkaction.c:240 +#: ../gtk/gtkaction.c:240 msgid "Stock Icon" msgstr "Вбудований значок" -#: gtk/gtkaction.c:241 +#: ../gtk/gtkaction.c:241 msgid "The stock icon displayed in widgets representing this action." msgstr "" "Вбудований значок, що відображається у віджетах, які представляють дану дію." -#: gtk/gtkaction.c:261 gtk/gtkstatusicon.c:250 +#: ../gtk/gtkaction.c:261 ../gtk/gtkstatusicon.c:250 msgid "GIcon" msgstr "GIcon" -#: gtk/gtkaction.c:262 gtk/gtkcellrendererpixbuf.c:206 gtk/gtkimage.c:248 -#: gtk/gtkstatusicon.c:251 +#: ../gtk/gtkaction.c:262 ../gtk/gtkcellrendererpixbuf.c:206 +#: ../gtk/gtkimage.c:248 ../gtk/gtkstatusicon.c:251 msgid "The GIcon being displayed" msgstr "Набір значків до відображення" -#: gtk/gtkaction.c:282 gtk/gtkcellrendererpixbuf.c:171 gtk/gtkimage.c:230 -#: gtk/gtkprinter.c:172 gtk/gtkstatusicon.c:234 gtk/gtkwindow.c:606 +#: ../gtk/gtkaction.c:282 ../gtk/gtkcellrendererpixbuf.c:171 +#: ../gtk/gtkimage.c:230 ../gtk/gtkprinter.c:172 ../gtk/gtkstatusicon.c:234 +#: ../gtk/gtkwindow.c:606 msgid "Icon Name" msgstr "Назва значка" -#: gtk/gtkaction.c:283 gtk/gtkcellrendererpixbuf.c:172 gtk/gtkimage.c:231 -#: gtk/gtkstatusicon.c:235 +#: ../gtk/gtkaction.c:283 ../gtk/gtkcellrendererpixbuf.c:172 +#: ../gtk/gtkimage.c:231 ../gtk/gtkstatusicon.c:235 msgid "The name of the icon from the icon theme" msgstr "Назва значка з теми значків" -#: gtk/gtkaction.c:290 gtk/gtktoolitem.c:176 +#: ../gtk/gtkaction.c:290 ../gtk/gtktoolitem.c:176 msgid "Visible when horizontal" msgstr "Видимий при горизонтальному розташуванні" -#: gtk/gtkaction.c:291 gtk/gtktoolitem.c:177 +#: ../gtk/gtkaction.c:291 ../gtk/gtktoolitem.c:177 msgid "" "Whether the toolbar item is visible when the toolbar is in a horizontal " "orientation." @@ -325,11 +328,11 @@ msgstr "" "Чи буде елемент панелі інструментів видимий при горизонтальному розташуванні " "панелі інструментів." -#: gtk/gtkaction.c:306 +#: ../gtk/gtkaction.c:306 msgid "Visible when overflown" msgstr "Видимий при переповненні" -#: gtk/gtkaction.c:307 +#: ../gtk/gtkaction.c:307 msgid "" "When TRUE, toolitem proxies for this action are represented in the toolbar " "overflow menu." @@ -337,11 +340,11 @@ msgstr "" "Якщо встановлено, тоді проксі-елементи меню для цієї дії будуть перекривати " "меню на панелі інструментів." -#: gtk/gtkaction.c:314 gtk/gtktoolitem.c:183 +#: ../gtk/gtkaction.c:314 ../gtk/gtktoolitem.c:183 msgid "Visible when vertical" msgstr "Видимий при вертикальному розташуванні" -#: gtk/gtkaction.c:315 gtk/gtktoolitem.c:184 +#: ../gtk/gtkaction.c:315 ../gtk/gtktoolitem.c:184 msgid "" "Whether the toolbar item is visible when the toolbar is in a vertical " "orientation." @@ -349,11 +352,11 @@ msgstr "" "Чи буде елемент панелі інструментів видимий при вертикальному розташуванні " "панелі інструментів." -#: gtk/gtkaction.c:322 gtk/gtktoolitem.c:190 +#: ../gtk/gtkaction.c:322 ../gtk/gtktoolitem.c:190 msgid "Is important" msgstr "Важливо" -#: gtk/gtkaction.c:323 +#: ../gtk/gtkaction.c:323 msgid "" "Whether the action is considered important. When TRUE, toolitem proxies for " "this action show text in GTK_TOOLBAR_BOTH_HORIZ mode." @@ -361,39 +364,40 @@ msgstr "" "Чи вважається ця дія важливою. Якщо встановлено, тоді проксі-елементи панелі " "для цієї дії будуть показувати текст в режимі GTK_TOOLBAR_BOTH_HORIZ." -#: gtk/gtkaction.c:331 +#: ../gtk/gtkaction.c:331 msgid "Hide if empty" msgstr "Приховувати, якщо порожній" -#: gtk/gtkaction.c:332 +#: ../gtk/gtkaction.c:332 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/gtkaction.c:338 ../gtk/gtkactiongroup.c:177 +#: ../gtk/gtkcellrenderer.c:193 ../gtk/gtkwidget.c:523 msgid "Sensitive" msgstr "Чутливий" -#: gtk/gtkaction.c:339 +#: ../gtk/gtkaction.c:339 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/gtkaction.c:345 ../gtk/gtkactiongroup.c:184 +#: ../gtk/gtkstatusicon.c:293 ../gtk/gtktreeviewcolumn.c:191 +#: ../gtk/gtkwidget.c:516 msgid "Visible" msgstr "Видима" -#: gtk/gtkaction.c:346 +#: ../gtk/gtkaction.c:346 msgid "Whether the action is visible." msgstr "Чи буде дія видимою." -#: gtk/gtkaction.c:352 +#: ../gtk/gtkaction.c:352 msgid "Action Group" msgstr "Група дій" -#: gtk/gtkaction.c:353 +#: ../gtk/gtkaction.c:353 msgid "" "The GtkActionGroup this GtkAction is associated with, or NULL (for internal " "use)." @@ -401,72 +405,72 @@ msgstr "" "GtkActionGroup, з якою пов'язаний цей об'єкт GtkAction, або NULL (для " "внутрішнього використання)." -#: gtk/gtkactiongroup.c:171 +#: ../gtk/gtkactiongroup.c:171 msgid "A name for the action group." msgstr "Назва групи групи дій." -#: gtk/gtkactiongroup.c:178 +#: ../gtk/gtkactiongroup.c:178 msgid "Whether the action group is enabled." msgstr "Чи буде група дій ввімкненою." -#: gtk/gtkactiongroup.c:185 +#: ../gtk/gtkactiongroup.c:185 msgid "Whether the action group is visible." msgstr "Чи буде група дій видимою." -#: gtk/gtkadjustment.c:93 gtk/gtkcellrendererprogress.c:128 -#: gtk/gtkscalebutton.c:206 gtk/gtkspinbutton.c:269 +#: ../gtk/gtkadjustment.c:93 ../gtk/gtkcellrendererprogress.c:128 +#: ../gtk/gtkscalebutton.c:206 ../gtk/gtkspinbutton.c:269 msgid "Value" msgstr "Значення" -#: gtk/gtkadjustment.c:94 +#: ../gtk/gtkadjustment.c:94 msgid "The value of the adjustment" msgstr "Значення регулятора" -#: gtk/gtkadjustment.c:110 +#: ../gtk/gtkadjustment.c:110 msgid "Minimum Value" msgstr "Мінімальне значення" -#: gtk/gtkadjustment.c:111 +#: ../gtk/gtkadjustment.c:111 msgid "The minimum value of the adjustment" msgstr "Мінімальне значення регулятора" -#: gtk/gtkadjustment.c:130 +#: ../gtk/gtkadjustment.c:130 msgid "Maximum Value" msgstr "Максимальне значення" -#: gtk/gtkadjustment.c:131 +#: ../gtk/gtkadjustment.c:131 msgid "The maximum value of the adjustment" msgstr "Максимальне значення регулятора" -#: gtk/gtkadjustment.c:147 +#: ../gtk/gtkadjustment.c:147 msgid "Step Increment" msgstr "Величина зміни на крок" -#: gtk/gtkadjustment.c:148 +#: ../gtk/gtkadjustment.c:148 msgid "The step increment of the adjustment" msgstr "Величина кроку зміни регулятора" -#: gtk/gtkadjustment.c:164 +#: ../gtk/gtkadjustment.c:164 msgid "Page Increment" msgstr "Величина зміни на сторінку" -#: gtk/gtkadjustment.c:165 +#: ../gtk/gtkadjustment.c:165 msgid "The page increment of the adjustment" msgstr "Величина кроку зміни на сторінку регулятора" -#: gtk/gtkadjustment.c:184 +#: ../gtk/gtkadjustment.c:184 msgid "Page Size" msgstr "Розмір сторінки" -#: gtk/gtkadjustment.c:185 +#: ../gtk/gtkadjustment.c:185 msgid "The page size of the adjustment" msgstr "Розмір сторінки регулятора" -#: gtk/gtkalignment.c:90 +#: ../gtk/gtkalignment.c:90 msgid "Horizontal alignment" msgstr "Горизонтальне вирівнювання" -#: gtk/gtkalignment.c:91 gtk/gtkbutton.c:270 +#: ../gtk/gtkalignment.c:91 ../gtk/gtkbutton.c:270 msgid "" "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is " "right aligned" @@ -474,11 +478,11 @@ msgstr "" "Горизонтальне положення вкладеного елемента в доступному просторі. 0.0 — " "вирівняно по лівому краю, 1.0 — вирівняно по правому краю" -#: gtk/gtkalignment.c:100 +#: ../gtk/gtkalignment.c:100 msgid "Vertical alignment" msgstr "Вертикальне вирівнювання" -#: gtk/gtkalignment.c:101 gtk/gtkbutton.c:289 +#: ../gtk/gtkalignment.c:101 ../gtk/gtkbutton.c:289 msgid "" "Vertical position of child in available space. 0.0 is top aligned, 1.0 is " "bottom aligned" @@ -486,11 +490,11 @@ msgstr "" "Вертикальне положення вкладеного елемента в доступному просторі. 0.0 — " "вирівняно по верхньому краю, 1.0 — вирівняно по нижньому краю" -#: gtk/gtkalignment.c:109 +#: ../gtk/gtkalignment.c:109 msgid "Horizontal scale" msgstr "Горизонтальний масштаб" -#: gtk/gtkalignment.c:110 +#: ../gtk/gtkalignment.c:110 msgid "" "If available horizontal space is bigger than needed for the child, how much " "of it to use for the child. 0.0 means none, 1.0 means all" @@ -498,11 +502,11 @@ msgstr "" "Якщо доступний горизонтальний простір більше необхідного для елемента, " "скільки буде використано цим елементом. 0.0 — нічого, 1.0 — все" -#: gtk/gtkalignment.c:118 +#: ../gtk/gtkalignment.c:118 msgid "Vertical scale" msgstr "Вертикальний масштаб" -#: gtk/gtkalignment.c:119 +#: ../gtk/gtkalignment.c:119 msgid "" "If available vertical space is bigger than needed for the child, how much of " "it to use for the child. 0.0 means none, 1.0 means all" @@ -510,191 +514,191 @@ msgstr "" "Якщо доступний вертикальний простір більше необхідного для елемента, скільки " "буде використано цим елементом. 0.0 — нічого, 1.0 — все" -#: gtk/gtkalignment.c:136 +#: ../gtk/gtkalignment.c:136 msgid "Top Padding" msgstr "Доповнення згори" -#: gtk/gtkalignment.c:137 +#: ../gtk/gtkalignment.c:137 msgid "The padding to insert at the top of the widget." msgstr "Простір, що додається до елемента керування згори." -#: gtk/gtkalignment.c:153 +#: ../gtk/gtkalignment.c:153 msgid "Bottom Padding" msgstr "Доповнення знизу" -#: gtk/gtkalignment.c:154 +#: ../gtk/gtkalignment.c:154 msgid "The padding to insert at the bottom of the widget." msgstr "Простір, що додається до елемента керування знизу." -#: gtk/gtkalignment.c:170 +#: ../gtk/gtkalignment.c:170 msgid "Left Padding" msgstr "Доповнення зліва" -#: gtk/gtkalignment.c:171 +#: ../gtk/gtkalignment.c:171 msgid "The padding to insert at the left of the widget." msgstr "Простір, що додається до елемента керування зліва." -#: gtk/gtkalignment.c:187 +#: ../gtk/gtkalignment.c:187 msgid "Right Padding" msgstr "Доповнення справа" -#: gtk/gtkalignment.c:188 +#: ../gtk/gtkalignment.c:188 msgid "The padding to insert at the right of the widget." msgstr "Простір, що додається до елемента керування справа." -#: gtk/gtkarrow.c:75 +#: ../gtk/gtkarrow.c:75 msgid "Arrow direction" msgstr "Напрям стрілки" -#: gtk/gtkarrow.c:76 +#: ../gtk/gtkarrow.c:76 msgid "The direction the arrow should point" msgstr "Напрям стрілки" -#: gtk/gtkarrow.c:84 +#: ../gtk/gtkarrow.c:84 msgid "Arrow shadow" msgstr "Тінь стрілки" -#: gtk/gtkarrow.c:85 +#: ../gtk/gtkarrow.c:85 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:363 msgid "Arrow Scaling" msgstr "Масштаб стрілки" -#: gtk/gtkarrow.c:93 +#: ../gtk/gtkarrow.c:93 msgid "Amount of space used up by arrow" msgstr "Простір, що займає стрілка" -#: gtk/gtkaspectframe.c:79 +#: ../gtk/gtkaspectframe.c:79 msgid "Horizontal Alignment" msgstr "Горизонтальне вирівнювання" -#: gtk/gtkaspectframe.c:80 +#: ../gtk/gtkaspectframe.c:80 msgid "X alignment of the child" msgstr "Вирівнювання вкладеного елементу по X" -#: gtk/gtkaspectframe.c:86 +#: ../gtk/gtkaspectframe.c:86 msgid "Vertical Alignment" msgstr "Вертикальне вирівнювання" -#: gtk/gtkaspectframe.c:87 +#: ../gtk/gtkaspectframe.c:87 msgid "Y alignment of the child" msgstr "Вирівнювання вкладеного елементу по Y" -#: gtk/gtkaspectframe.c:93 +#: ../gtk/gtkaspectframe.c:93 msgid "Ratio" msgstr "Відношення" -#: gtk/gtkaspectframe.c:94 +#: ../gtk/gtkaspectframe.c:94 msgid "Aspect ratio if obey_child is FALSE" msgstr "" "Коефіцієнт пропорційності, якщо для параметра obey_child вибрано значення " "\"Хибність\"(FALSE)" -#: gtk/gtkaspectframe.c:100 +#: ../gtk/gtkaspectframe.c:100 msgid "Obey child" msgstr "Підлеглий елемент" -#: gtk/gtkaspectframe.c:101 +#: ../gtk/gtkaspectframe.c:101 msgid "Force aspect ratio to match that of the frame's child" msgstr "" "Привести коефіцієнт пропорційності у відповідність з вкладений елементом " "рамки" -#: gtk/gtkassistant.c:261 +#: ../gtk/gtkassistant.c:261 msgid "Header Padding" msgstr "Доповнення заголовку" -#: gtk/gtkassistant.c:262 +#: ../gtk/gtkassistant.c:262 msgid "Number of pixels around the header." msgstr "Простір, що додається до заголовку елемента керування." -#: gtk/gtkassistant.c:269 +#: ../gtk/gtkassistant.c:269 msgid "Content Padding" msgstr "Доповнення до вмісту" -#: gtk/gtkassistant.c:270 +#: ../gtk/gtkassistant.c:270 msgid "Number of pixels around the content pages." msgstr "Простір, що додається до вмісту елемента керування." -#: gtk/gtkassistant.c:286 +#: ../gtk/gtkassistant.c:286 msgid "Page type" msgstr "Тип сторінки" -#: gtk/gtkassistant.c:287 +#: ../gtk/gtkassistant.c:287 msgid "The type of the assistant page" msgstr "Тип сторінки помічника " -#: gtk/gtkassistant.c:304 +#: ../gtk/gtkassistant.c:304 msgid "Page title" msgstr "Заголовок сторінки" -#: gtk/gtkassistant.c:305 +#: ../gtk/gtkassistant.c:305 msgid "The title of the assistant page" msgstr "Заголовок сторінки помічника" -#: gtk/gtkassistant.c:321 +#: ../gtk/gtkassistant.c:321 msgid "Header image" msgstr "Зображення у заголовку" -#: gtk/gtkassistant.c:322 +#: ../gtk/gtkassistant.c:322 msgid "Header image for the assistant page" msgstr "Зображення у заголовку сторінки помічника" -#: gtk/gtkassistant.c:338 +#: ../gtk/gtkassistant.c:338 msgid "Sidebar image" msgstr "Бічне зображення" -#: gtk/gtkassistant.c:339 +#: ../gtk/gtkassistant.c:339 msgid "Sidebar image for the assistant page" msgstr "Зображення збоку сторінки помічника" -#: gtk/gtkassistant.c:354 +#: ../gtk/gtkassistant.c:354 msgid "Page complete" msgstr "Сторінка заповнена" -#: gtk/gtkassistant.c:355 +#: ../gtk/gtkassistant.c:355 msgid "Whether all required fields on the page have been filled out" msgstr "Чи були заповнені всі обов'язкові поля на сторінці" -#: gtk/gtkbbox.c:91 +#: ../gtk/gtkbbox.c:91 msgid "Minimum child width" msgstr "Мінімальна ширина вкладеного елементу" -#: gtk/gtkbbox.c:92 +#: ../gtk/gtkbbox.c:92 msgid "Minimum width of buttons inside the box" msgstr "Мінімальна ширина кнопок в контейнері" -#: gtk/gtkbbox.c:100 +#: ../gtk/gtkbbox.c:100 msgid "Minimum child height" msgstr "Мінімальна висота вкладеного елементу" -#: gtk/gtkbbox.c:101 +#: ../gtk/gtkbbox.c:101 msgid "Minimum height of buttons inside the box" msgstr "Мінімальна висота кнопок в контейнері" -#: gtk/gtkbbox.c:109 +#: ../gtk/gtkbbox.c:109 msgid "Child internal width padding" msgstr "Внутрішнє заповнення по ширині" -#: gtk/gtkbbox.c:110 +#: ../gtk/gtkbbox.c:110 msgid "Amount to increase child's size on either side" msgstr "Степінь збільшення розміру елемента по горизонталі" -#: gtk/gtkbbox.c:118 +#: ../gtk/gtkbbox.c:118 msgid "Child internal height padding" msgstr "Внутрішнє заповнення по висоті" -#: gtk/gtkbbox.c:119 +#: ../gtk/gtkbbox.c:119 msgid "Amount to increase child's size on the top and bottom" msgstr "Степінь збільшення розміру елемента по вертикалі" -#: gtk/gtkbbox.c:127 +#: ../gtk/gtkbbox.c:127 msgid "Layout style" msgstr "Стиль розміщення" -#: gtk/gtkbbox.c:128 +#: ../gtk/gtkbbox.c:128 msgid "" "How to layout the buttons in the box. Possible values are default, spread, " "edge, start and end" @@ -703,11 +707,11 @@ msgstr "" "\"розподілити\"(spread), \"по краям\"(edge), \"на початку\"(start) і \"в " "кінці\"(end)" -#: gtk/gtkbbox.c:136 +#: ../gtk/gtkbbox.c:136 msgid "Secondary" msgstr "Вторинний" -#: gtk/gtkbbox.c:137 +#: ../gtk/gtkbbox.c:137 msgid "" "If TRUE, the child appears in a secondary group of children, suitable for, e." "g., help buttons" @@ -715,40 +719,40 @@ msgstr "" "Якщо встановлено, то вкладений елемент з'явиться у вторинній групі вкладених " "елементів; застосовується, наприклад, для кнопок виклику довідки" -#: gtk/gtkbox.c:130 gtk/gtkexpander.c:219 gtk/gtkiconview.c:664 -#: gtk/gtktreeviewcolumn.c:216 +#: ../gtk/gtkbox.c:130 ../gtk/gtkexpander.c:219 ../gtk/gtkiconview.c:664 +#: ../gtk/gtktreeviewcolumn.c:216 msgid "Spacing" msgstr "Інтервал" -#: gtk/gtkbox.c:131 +#: ../gtk/gtkbox.c:131 msgid "The amount of space between children" msgstr "Відстані між вкладеними елементами" -#: gtk/gtkbox.c:140 gtk/gtknotebook.c:649 gtk/gtktable.c:165 -#: gtk/gtktoolbar.c:573 +#: ../gtk/gtkbox.c:140 ../gtk/gtknotebook.c:649 ../gtk/gtktable.c:165 +#: ../gtk/gtktoolbar.c:573 msgid "Homogeneous" msgstr "Гомогенність" -#: gtk/gtkbox.c:141 +#: ../gtk/gtkbox.c:141 msgid "Whether the children should all be the same size" msgstr "Чи всі вкладені елементи повинні мати однаковий розмір" -#: gtk/gtkbox.c:148 gtk/gtkpreview.c:101 gtk/gtktoolbar.c:565 -#: gtk/gtktreeviewcolumn.c:272 +#: ../gtk/gtkbox.c:148 ../gtk/gtkpreview.c:101 ../gtk/gtktoolbar.c:565 +#: ../gtk/gtktreeviewcolumn.c:272 msgid "Expand" msgstr "Розширюваність" -#: gtk/gtkbox.c:149 +#: ../gtk/gtkbox.c:149 msgid "Whether the child should receive extra space when the parent grows" msgstr "" "Чи всі вкладені елементи повинні отримувати додатковий простір, під нас " "збільшення батьківського віджета" -#: gtk/gtkbox.c:155 +#: ../gtk/gtkbox.c:155 msgid "Fill" msgstr "Заповнення" -#: gtk/gtkbox.c:156 +#: ../gtk/gtkbox.c:156 msgid "" "Whether extra space given to the child should be allocated to the child or " "used as padding" @@ -757,19 +761,19 @@ msgstr "" "всередині цього елементу(fill), або ж використовуватись для доповнення " "(padding)." -#: gtk/gtkbox.c:162 +#: ../gtk/gtkbox.c:162 msgid "Padding" msgstr "Доповнення" -#: gtk/gtkbox.c:163 +#: ../gtk/gtkbox.c:163 msgid "Extra space to put between the child and its neighbors, in pixels" msgstr "Додатковий простір між вкладеним елементом і його сусідами, в точках" -#: gtk/gtkbox.c:169 +#: ../gtk/gtkbox.c:169 msgid "Pack type" msgstr "Тип упаковки" -#: gtk/gtkbox.c:170 gtk/gtknotebook.c:716 +#: ../gtk/gtkbox.c:170 ../gtk/gtknotebook.c:716 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" @@ -777,36 +781,36 @@ msgstr "" "Об'єкт GtkPackType, що визначає відносно чого упаковується вкладений об'єкт " "-- відносно початку, кінця, чи батьківського об'єкта" -#: gtk/gtkbox.c:176 gtk/gtknotebook.c:694 gtk/gtkpaned.c:241 -#: gtk/gtkruler.c:148 +#: ../gtk/gtkbox.c:176 ../gtk/gtknotebook.c:694 ../gtk/gtkpaned.c:241 +#: ../gtk/gtkruler.c:148 msgid "Position" msgstr "Позиція" -#: gtk/gtkbox.c:177 gtk/gtknotebook.c:695 +#: ../gtk/gtkbox.c:177 ../gtk/gtknotebook.c:695 msgid "The index of the child in the parent" msgstr "Індекс вкладеного елемента у батьківському" -#: gtk/gtkbuilder.c:96 +#: ../gtk/gtkbuilder.c:96 msgid "Translation Domain" msgstr "Домен перекладу" -#: gtk/gtkbuilder.c:97 +#: ../gtk/gtkbuilder.c:97 msgid "The translation domain used by gettext" msgstr "Домен перекладу, що використовується gettext" -#: gtk/gtkbutton.c:220 +#: ../gtk/gtkbutton.c:220 msgid "" "Text of the label widget inside the button, if the button contains a label " "widget" msgstr "Текст віджета позначки в кнопці, якщо кнопка містить віджет позначки" -#: gtk/gtkbutton.c:227 gtk/gtkexpander.c:203 gtk/gtklabel.c:388 -#: gtk/gtkmenuitem.c:315 gtk/gtktoolbutton.c:209 +#: ../gtk/gtkbutton.c:227 ../gtk/gtkexpander.c:203 ../gtk/gtklabel.c:388 +#: ../gtk/gtkmenuitem.c:315 ../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/gtkbutton.c:228 ../gtk/gtkexpander.c:204 ../gtk/gtklabel.c:389 +#: ../gtk/gtkmenuitem.c:316 msgid "" "If set, an underline in the text indicates the next character should be used " "for the mnemonic accelerator key" @@ -814,70 +818,71 @@ msgstr "" "Якщо встановлено, то підкреслення в тексті означає, що наступний символ має " "використовуватися в комбінації клавіш." -#: gtk/gtkbutton.c:235 gtk/gtkimagemenuitem.c:150 +#: ../gtk/gtkbutton.c:235 ../gtk/gtkimagemenuitem.c:150 msgid "Use stock" msgstr "Використовувати влаштоване" -#: gtk/gtkbutton.c:236 +#: ../gtk/gtkbutton.c:236 msgid "" "If set, the label is used to pick a stock item instead of being displayed" msgstr "" "Якщо встановлено, позначку буде використано для вибору з влаштованих " "елементів замість відображення" -#: gtk/gtkbutton.c:243 gtk/gtkcombobox.c:789 gtk/gtkfilechooserbutton.c:393 +#: ../gtk/gtkbutton.c:243 ../gtk/gtkcombobox.c:789 +#: ../gtk/gtkfilechooserbutton.c:393 msgid "Focus on click" msgstr "Фокус при клацанні" -#: gtk/gtkbutton.c:244 gtk/gtkfilechooserbutton.c:394 +#: ../gtk/gtkbutton.c:244 ../gtk/gtkfilechooserbutton.c:394 msgid "Whether the button grabs focus when it is clicked with the mouse" msgstr "Чи повинна кнопка захоплювати фокус вводу при клацанні на ній мишею" -#: gtk/gtkbutton.c:251 +#: ../gtk/gtkbutton.c:251 msgid "Border relief" msgstr "Рельєф границі" -#: gtk/gtkbutton.c:252 +#: ../gtk/gtkbutton.c:252 msgid "The border relief style" msgstr "Стиль рельєфу границі" -#: gtk/gtkbutton.c:269 +#: ../gtk/gtkbutton.c:269 msgid "Horizontal alignment for child" msgstr "Горизонтальне вирівнювання вкладеного елементу" -#: gtk/gtkbutton.c:288 +#: ../gtk/gtkbutton.c:288 msgid "Vertical alignment for child" msgstr "Вертикальне вирівнювання вкладеного елементу" -#: gtk/gtkbutton.c:305 gtk/gtkimagemenuitem.c:135 +#: ../gtk/gtkbutton.c:305 ../gtk/gtkimagemenuitem.c:135 msgid "Image widget" msgstr "Віджет зображення" -#: gtk/gtkbutton.c:306 +#: ../gtk/gtkbutton.c:306 msgid "Child widget to appear next to the button text" msgstr "Спадкоємний віджет, що з'являтиметься на екрані поруч з текстом кнопки" -#: gtk/gtkbutton.c:320 +#: ../gtk/gtkbutton.c:320 msgid "Image position" msgstr "Позиція зображення" -#: gtk/gtkbutton.c:321 +#: ../gtk/gtkbutton.c:321 msgid "The position of the image relative to the text" msgstr "Позиція зображення відносно вкладеного тексту" -#: gtk/gtkbutton.c:433 +#: ../gtk/gtkbutton.c:433 msgid "Default Spacing" msgstr "Типовий інтервал" -#: gtk/gtkbutton.c:434 +#: ../gtk/gtkbutton.c:434 msgid "Extra space to add for CAN_DEFAULT buttons" msgstr "Додатковий простір для кнопок CAN_DEFAULT" -#: gtk/gtkbutton.c:440 +#: ../gtk/gtkbutton.c:440 msgid "Default Outside Spacing" msgstr "Типовий зовнішній інтервал" -#: gtk/gtkbutton.c:441 +#: ../gtk/gtkbutton.c:441 msgid "" "Extra space to add for CAN_DEFAULT buttons that is always drawn outside the " "border" @@ -885,32 +890,32 @@ msgstr "" "Додатковий зовнішній простір для кнопок CAN_DEFAULT, що завжди додається до " "меж кнопок" -#: gtk/gtkbutton.c:446 +#: ../gtk/gtkbutton.c:446 msgid "Child X Displacement" msgstr "Переміщення вкладеного елемента по горизонталі" -#: gtk/gtkbutton.c:447 +#: ../gtk/gtkbutton.c:447 msgid "" "How far in the x direction to move the child when the button is depressed" msgstr "" "Наскільки перемістити вкладений елемент по горизонталі, при відпусканні " "кнопки" -#: gtk/gtkbutton.c:454 +#: ../gtk/gtkbutton.c:454 msgid "Child Y Displacement" msgstr "Переміщення вкладеного елемента по вертикалі" -#: gtk/gtkbutton.c:455 +#: ../gtk/gtkbutton.c:455 msgid "" "How far in the y direction to move the child when the button is depressed" msgstr "" "Наскільки перемістити вкладений елемент по вертикалі, при відпусканні кнопки" -#: gtk/gtkbutton.c:471 +#: ../gtk/gtkbutton.c:471 msgid "Displace focus" msgstr "Зсунути фокус" -#: gtk/gtkbutton.c:472 +#: ../gtk/gtkbutton.c:472 msgid "" "Whether the child_displacement_x/_y properties should also affect the focus " "rectangle" @@ -918,364 +923,366 @@ msgstr "" "Чи повинні властивості child_displacement_x/_y також впливати на прямокутник " "фокусу" -#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 +#: ../gtk/gtkbutton.c:485 ../gtk/gtkentry.c:658 ../gtk/gtkentry.c:1661 msgid "Inner Border" msgstr "Внутрішній бордюр" -#: gtk/gtkbutton.c:486 +#: ../gtk/gtkbutton.c:486 msgid "Border between button edges and child." msgstr "Бордюр між межами кнопки та дочірнім елементом." -#: gtk/gtkbutton.c:499 +#: ../gtk/gtkbutton.c:499 msgid "Image spacing" msgstr "Відступ зображення" -#: gtk/gtkbutton.c:500 +#: ../gtk/gtkbutton.c:500 msgid "Spacing in pixels between the image and label" msgstr "Інтервал у точках між зображенням та позначкою" -#: gtk/gtkbutton.c:514 +#: ../gtk/gtkbutton.c:514 msgid "Show button images" msgstr "Показ зображень на кнопках" -#: gtk/gtkbutton.c:515 +#: ../gtk/gtkbutton.c:515 msgid "Whether images should be shown on buttons" msgstr "Чи відображати у меню зображення" -#: gtk/gtkcalendar.c:440 +#: ../gtk/gtkcalendar.c:440 msgid "Year" msgstr "Рік" -#: gtk/gtkcalendar.c:441 +#: ../gtk/gtkcalendar.c:441 msgid "The selected year" msgstr "Вибраний рік" -#: gtk/gtkcalendar.c:454 +#: ../gtk/gtkcalendar.c:454 msgid "Month" msgstr "Місяць" -#: gtk/gtkcalendar.c:455 +#: ../gtk/gtkcalendar.c:455 msgid "The selected month (as a number between 0 and 11)" msgstr "Вибраний місяць (число від 0 до 11)" -#: gtk/gtkcalendar.c:469 +#: ../gtk/gtkcalendar.c:469 msgid "Day" msgstr "День" -#: gtk/gtkcalendar.c:470 +#: ../gtk/gtkcalendar.c:470 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" msgstr "Вибраний день (число від 1 до 31, або 0 невизначеного для)" -#: gtk/gtkcalendar.c:484 +#: ../gtk/gtkcalendar.c:484 msgid "Show Heading" msgstr "Показувати заголовок" -#: gtk/gtkcalendar.c:485 +#: ../gtk/gtkcalendar.c:485 msgid "If TRUE, a heading is displayed" msgstr "Якщо встановлено, заголовок відображається" -#: gtk/gtkcalendar.c:499 +#: ../gtk/gtkcalendar.c:499 msgid "Show Day Names" msgstr "Показувати назви днів" -#: gtk/gtkcalendar.c:500 +#: ../gtk/gtkcalendar.c:500 msgid "If TRUE, day names are displayed" msgstr "Якщо встановлено, то назви днів відображатимуться" -#: gtk/gtkcalendar.c:513 +#: ../gtk/gtkcalendar.c:513 msgid "No Month Change" msgstr "Місяць не змінюється" -#: gtk/gtkcalendar.c:514 +#: ../gtk/gtkcalendar.c:514 msgid "If TRUE, the selected month cannot be changed" msgstr "Якщо встановлено, то змінити вибраний місяць неможливо" -#: gtk/gtkcalendar.c:528 +#: ../gtk/gtkcalendar.c:528 msgid "Show Week Numbers" msgstr "Показувати номери тижнів" -#: gtk/gtkcalendar.c:529 +#: ../gtk/gtkcalendar.c:529 msgid "If TRUE, week numbers are displayed" msgstr "Якщо встановлено, номери тижнів відображаються" -#: gtk/gtkcalendar.c:544 +#: ../gtk/gtkcalendar.c:544 msgid "Details Width" msgstr "Ширина у докладному режимі" -#: gtk/gtkcalendar.c:545 +#: ../gtk/gtkcalendar.c:545 msgid "Details width in characters" msgstr "Ширина в символах у докладному режимі" -#: gtk/gtkcalendar.c:560 +#: ../gtk/gtkcalendar.c:560 msgid "Details Height" msgstr "Висота у докладному режимі" -#: gtk/gtkcalendar.c:561 +#: ../gtk/gtkcalendar.c:561 msgid "Details height in rows" msgstr "Висота у рядках у докладному режимі" -#: gtk/gtkcalendar.c:577 +#: ../gtk/gtkcalendar.c:577 msgid "Show Details" msgstr "Показати подробиці" -#: gtk/gtkcalendar.c:578 +#: ../gtk/gtkcalendar.c:578 msgid "If TRUE, details are shown" msgstr "Якщо встановлено, подробиці відображаються" -#: gtk/gtkcellrenderer.c:177 +#: ../gtk/gtkcellrenderer.c:177 msgid "mode" msgstr "режим" -#: gtk/gtkcellrenderer.c:178 +#: ../gtk/gtkcellrenderer.c:178 msgid "Editable mode of the CellRenderer" msgstr "Режим редагування CellRenderer" -#: gtk/gtkcellrenderer.c:186 +#: ../gtk/gtkcellrenderer.c:186 msgid "visible" msgstr "видимий" -#: gtk/gtkcellrenderer.c:187 +#: ../gtk/gtkcellrenderer.c:187 msgid "Display the cell" msgstr "Показати цю комірку" -#: gtk/gtkcellrenderer.c:194 +#: ../gtk/gtkcellrenderer.c:194 msgid "Display the cell sensitive" msgstr "Показувати чутливість комірки" -#: gtk/gtkcellrenderer.c:201 +#: ../gtk/gtkcellrenderer.c:201 msgid "xalign" msgstr "x-вирівнювання" -#: gtk/gtkcellrenderer.c:202 +#: ../gtk/gtkcellrenderer.c:202 msgid "The x-align" msgstr "Вирівнювання по горизонталі" -#: gtk/gtkcellrenderer.c:211 +#: ../gtk/gtkcellrenderer.c:211 msgid "yalign" msgstr "y-вирівнювання" -#: gtk/gtkcellrenderer.c:212 +#: ../gtk/gtkcellrenderer.c:212 msgid "The y-align" msgstr "Вирівнювання по вертикалі" -#: gtk/gtkcellrenderer.c:221 +#: ../gtk/gtkcellrenderer.c:221 msgid "xpad" msgstr "заповнення по горизонталі" -#: gtk/gtkcellrenderer.c:222 +#: ../gtk/gtkcellrenderer.c:222 msgid "The xpad" msgstr "Горизонтальне заповнення" -#: gtk/gtkcellrenderer.c:231 +#: ../gtk/gtkcellrenderer.c:231 msgid "ypad" msgstr "заповнення по вертикалі" -#: gtk/gtkcellrenderer.c:232 +#: ../gtk/gtkcellrenderer.c:232 msgid "The ypad" msgstr "Вертикальне заповнення" -#: gtk/gtkcellrenderer.c:241 +#: ../gtk/gtkcellrenderer.c:241 msgid "width" msgstr "ширина" -#: gtk/gtkcellrenderer.c:242 +#: ../gtk/gtkcellrenderer.c:242 msgid "The fixed width" msgstr "Фіксована ширина" -#: gtk/gtkcellrenderer.c:251 +#: ../gtk/gtkcellrenderer.c:251 msgid "height" msgstr "висота" -#: gtk/gtkcellrenderer.c:252 +#: ../gtk/gtkcellrenderer.c:252 msgid "The fixed height" msgstr "Фіксована висота" -#: gtk/gtkcellrenderer.c:261 +#: ../gtk/gtkcellrenderer.c:261 msgid "Is Expander" msgstr "Розширювач" -#: gtk/gtkcellrenderer.c:262 +#: ../gtk/gtkcellrenderer.c:262 msgid "Row has children" msgstr "У рядку є вкладені елементи" -#: gtk/gtkcellrenderer.c:270 +#: ../gtk/gtkcellrenderer.c:270 msgid "Is Expanded" msgstr "Розширений" -#: gtk/gtkcellrenderer.c:271 +#: ../gtk/gtkcellrenderer.c:271 msgid "Row is an expander row, and is expanded" msgstr "Рядок є розширюваним, і він розширений" -#: gtk/gtkcellrenderer.c:278 +#: ../gtk/gtkcellrenderer.c:278 msgid "Cell background color name" msgstr "Назва кольору тла комірки" -#: gtk/gtkcellrenderer.c:279 +#: ../gtk/gtkcellrenderer.c:279 msgid "Cell background color as a string" msgstr "Колір тла комірки у вигляді рядка" -#: gtk/gtkcellrenderer.c:286 +#: ../gtk/gtkcellrenderer.c:286 msgid "Cell background color" msgstr "Колір тла комірки" -#: gtk/gtkcellrenderer.c:287 +#: ../gtk/gtkcellrenderer.c:287 msgid "Cell background color as a GdkColor" msgstr "Колір тла комірки у вигляді GdkColor" -#: gtk/gtkcellrenderer.c:294 +#: ../gtk/gtkcellrenderer.c:294 msgid "Editing" msgstr "Редагування" -#: gtk/gtkcellrenderer.c:295 +#: ../gtk/gtkcellrenderer.c:295 msgid "Whether the cell renderer is currently in editing mode" msgstr "Чи знаходиться візуалізатор комірки у режимі редагування" -#: gtk/gtkcellrenderer.c:303 +#: ../gtk/gtkcellrenderer.c:303 msgid "Cell background set" msgstr "Встановлення тла комірки" -#: gtk/gtkcellrenderer.c:304 +#: ../gtk/gtkcellrenderer.c:304 msgid "Whether this tag affects the cell background color" msgstr "Чи впливає цей тег на колір тла" -#: gtk/gtkcellrendereraccel.c:113 +#: ../gtk/gtkcellrendereraccel.c:113 msgid "Accelerator key" msgstr "Клавіша у комбінації клавіш" -#: gtk/gtkcellrendereraccel.c:114 +#: ../gtk/gtkcellrendereraccel.c:114 msgid "The keyval of the accelerator" msgstr "Значення клавіші у комбінації клавіш" -#: gtk/gtkcellrendereraccel.c:130 +#: ../gtk/gtkcellrendereraccel.c:130 msgid "Accelerator modifiers" msgstr "Модифікатор у комбінації клавіш" -#: gtk/gtkcellrendereraccel.c:131 +#: ../gtk/gtkcellrendereraccel.c:131 msgid "The modifier mask of the accelerator" msgstr "Маска модифікатора у комбінації клавіш" -#: gtk/gtkcellrendereraccel.c:148 +#: ../gtk/gtkcellrendereraccel.c:148 msgid "Accelerator keycode" msgstr "Код клавіші у комбінації клавіш" -#: gtk/gtkcellrendereraccel.c:149 +#: ../gtk/gtkcellrendereraccel.c:149 msgid "The hardware keycode of the accelerator" msgstr "Апаратний код клавіші у комбінації клавіш" -#: gtk/gtkcellrendereraccel.c:168 +#: ../gtk/gtkcellrendereraccel.c:168 msgid "Accelerator Mode" msgstr "Режим комбінації клавіш" -#: gtk/gtkcellrendereraccel.c:169 +#: ../gtk/gtkcellrendereraccel.c:169 msgid "The type of accelerators" msgstr "Тип комбінацій клавіш" -#: gtk/gtkcellrenderercombo.c:107 +#: ../gtk/gtkcellrenderercombo.c:107 msgid "Model" msgstr "Модель" -#: gtk/gtkcellrenderercombo.c:108 +#: ../gtk/gtkcellrenderercombo.c:108 msgid "The model containing the possible values for the combo box" msgstr "Модель, що містить можливі параметри розкривного списку" -#: gtk/gtkcellrenderercombo.c:130 gtk/gtkcomboboxentry.c:106 +#: ../gtk/gtkcellrenderercombo.c:130 ../gtk/gtkcomboboxentry.c:106 msgid "Text Column" msgstr "Текстовий стовпчик" -#: gtk/gtkcellrenderercombo.c:131 gtk/gtkcomboboxentry.c:107 +#: ../gtk/gtkcellrenderercombo.c:131 ../gtk/gtkcomboboxentry.c:107 msgid "A column in the data source model to get the strings from" msgstr "Стовпчик у моделі джерела даних, з якого отримуються рядки" -#: gtk/gtkcellrenderercombo.c:148 +#: ../gtk/gtkcellrenderercombo.c:148 msgid "Has Entry" msgstr "Має запис" -#: gtk/gtkcellrenderercombo.c:149 +#: ../gtk/gtkcellrenderercombo.c:149 msgid "If FALSE, don't allow to enter strings other than the chosen ones" msgstr "Якщо не встановлено, не дозволяти вводити відмінні від вибраних рядки" -#: gtk/gtkcellrendererpixbuf.c:111 +#: ../gtk/gtkcellrendererpixbuf.c:111 msgid "Pixbuf Object" msgstr "Об'єкт Pixbuf" -#: gtk/gtkcellrendererpixbuf.c:112 +#: ../gtk/gtkcellrendererpixbuf.c:112 msgid "The pixbuf to render" msgstr "Об'єкт pixbuf для візуалізації" -#: gtk/gtkcellrendererpixbuf.c:119 +#: ../gtk/gtkcellrendererpixbuf.c:119 msgid "Pixbuf Expander Open" msgstr "Pixbuf відкритого розширювача" -#: gtk/gtkcellrendererpixbuf.c:120 +#: ../gtk/gtkcellrendererpixbuf.c:120 msgid "Pixbuf for open expander" msgstr "Об'єкт Pixbuf для відкритого розширювача" -#: gtk/gtkcellrendererpixbuf.c:127 +#: ../gtk/gtkcellrendererpixbuf.c:127 msgid "Pixbuf Expander Closed" msgstr "Pixbuf закритого розширювача" -#: gtk/gtkcellrendererpixbuf.c:128 +#: ../gtk/gtkcellrendererpixbuf.c:128 msgid "Pixbuf for closed expander" msgstr "Об'єкт Pixbuf для закритого розширювача" -#: gtk/gtkcellrendererpixbuf.c:135 gtk/gtkimage.c:172 gtk/gtkstatusicon.c:226 +#: ../gtk/gtkcellrendererpixbuf.c:135 ../gtk/gtkimage.c:172 +#: ../gtk/gtkstatusicon.c:226 msgid "Stock ID" msgstr "ID вбудованого значка" -#: gtk/gtkcellrendererpixbuf.c:136 +#: ../gtk/gtkcellrendererpixbuf.c:136 msgid "The stock ID of the stock icon to render" msgstr "Ідентифікатор вбудованого значка, для відображення" -#: gtk/gtkcellrendererpixbuf.c:143 gtk/gtkrecentmanager.c:245 -#: gtk/gtkstatusicon.c:267 +#: ../gtk/gtkcellrendererpixbuf.c:143 ../gtk/gtkrecentmanager.c:245 +#: ../gtk/gtkstatusicon.c:267 msgid "Size" msgstr "Розмір" -#: gtk/gtkcellrendererpixbuf.c:144 +#: ../gtk/gtkcellrendererpixbuf.c:144 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "Значення GtkIconSize, яке визначає розмір візуалізації значка " -#: gtk/gtkcellrendererpixbuf.c:153 +#: ../gtk/gtkcellrendererpixbuf.c:153 msgid "Detail" msgstr "Подробиці" -#: gtk/gtkcellrendererpixbuf.c:154 +#: ../gtk/gtkcellrendererpixbuf.c:154 msgid "Render detail to pass to the theme engine" msgstr "Подробиці візуалізації для передачі у механізму теми" -#: gtk/gtkcellrendererpixbuf.c:187 +#: ../gtk/gtkcellrendererpixbuf.c:187 msgid "Follow State" msgstr "Стан слідування" -#: gtk/gtkcellrendererpixbuf.c:188 +#: ../gtk/gtkcellrendererpixbuf.c:188 msgid "Whether the rendered pixbuf should be colorized according to the state" msgstr "Чи растеризований pixbuf слід фарбувати у відповідності до стану" -#: gtk/gtkcellrendererpixbuf.c:205 gtk/gtkimage.c:247 gtk/gtkwindow.c:590 +#: ../gtk/gtkcellrendererpixbuf.c:205 ../gtk/gtkimage.c:247 +#: ../gtk/gtkwindow.c:590 msgid "Icon" msgstr "Значок" -#: gtk/gtkcellrendererprogress.c:129 +#: ../gtk/gtkcellrendererprogress.c:129 msgid "Value of the progress bar" msgstr "Значення індикатора поступу" -#: gtk/gtkcellrendererprogress.c:146 gtk/gtkcellrenderertext.c:195 -#: gtk/gtkentry.c:701 gtk/gtkmessagedialog.c:153 gtk/gtkprogressbar.c:184 -#: gtk/gtktextbuffer.c:198 +#: ../gtk/gtkcellrendererprogress.c:146 ../gtk/gtkcellrenderertext.c:195 +#: ../gtk/gtkentry.c:701 ../gtk/gtkmessagedialog.c:153 +#: ../gtk/gtkprogressbar.c:184 ../gtk/gtktextbuffer.c:198 msgid "Text" msgstr "Текст" -#: gtk/gtkcellrendererprogress.c:147 +#: ../gtk/gtkcellrendererprogress.c:147 msgid "Text on the progress bar" msgstr "Текст, що відображається у панелі поступу" -#: gtk/gtkcellrendererprogress.c:170 +#: ../gtk/gtkcellrendererprogress.c:170 msgid "Pulse" msgstr "Пульсує" -#: gtk/gtkcellrendererprogress.c:171 +#: ../gtk/gtkcellrendererprogress.c:171 msgid "" "Set this to positive values to indicate that some progress is made, but you " "don't know how much." @@ -1283,11 +1290,11 @@ msgstr "" "Встановлення додатних значень буде відображати виконання дії, але величина " "поступу невідома." -#: gtk/gtkcellrendererprogress.c:187 gtk/gtkprogress.c:118 +#: ../gtk/gtkcellrendererprogress.c:187 ../gtk/gtkprogress.c:118 msgid "Text x alignment" msgstr "Вирівнювання тексту по X" -#: gtk/gtkcellrendererprogress.c:188 gtk/gtkprogress.c:119 +#: ../gtk/gtkcellrendererprogress.c:188 ../gtk/gtkprogress.c:119 msgid "" "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -1295,211 +1302,217 @@ msgstr "" "Горизонтальне вирівнювання тексту, від 0 (ліворуч) до 1 (праворуч). " "Інвертується для розташування RTL(справа-наліво)" -#: gtk/gtkcellrendererprogress.c:204 gtk/gtkprogress.c:125 +#: ../gtk/gtkcellrendererprogress.c:204 ../gtk/gtkprogress.c:125 msgid "Text y alignment" msgstr "Вирівнювання тексту по X" -#: gtk/gtkcellrendererprogress.c:205 gtk/gtkprogress.c:126 +#: ../gtk/gtkcellrendererprogress.c:205 ../gtk/gtkprogress.c:126 msgid "The vertical text alignment, from 0 (top) to 1 (bottom)." msgstr "Вертикальне вирівнювання тексту, від 0 (вгору) до 1 (вниз)" -#: gtk/gtkcellrendererprogress.c:221 gtk/gtkiconview.c:729 -#: gtk/gtkorientable.c:74 gtk/gtkprogressbar.c:126 gtk/gtkstatusicon.c:325 -#: gtk/gtktrayicon-x11.c:110 +#: ../gtk/gtkcellrendererprogress.c:221 ../gtk/gtkiconview.c:729 +#: ../gtk/gtkorientable.c:74 ../gtk/gtkprogressbar.c:126 +#: ../gtk/gtkstatusicon.c:325 ../gtk/gtktrayicon-x11.c:110 msgid "Orientation" msgstr "Орієнтація" -#: gtk/gtkcellrendererprogress.c:222 gtk/gtkprogressbar.c:127 +#: ../gtk/gtkcellrendererprogress.c:222 ../gtk/gtkprogressbar.c:127 msgid "Orientation and growth direction of the progress bar" msgstr "Орієнтація і напрямок росту панелі поступу" -#: gtk/gtkcellrendererspin.c:93 gtk/gtkprogressbar.c:118 gtk/gtkrange.c:367 -#: gtk/gtkscalebutton.c:225 gtk/gtkspinbutton.c:208 +#: ../gtk/gtkcellrendererspin.c:93 ../gtk/gtkprogressbar.c:118 +#: ../gtk/gtkrange.c:367 ../gtk/gtkscalebutton.c:225 +#: ../gtk/gtkspinbutton.c:208 msgid "Adjustment" msgstr "Вирівнювання" -#: gtk/gtkcellrendererspin.c:94 +#: ../gtk/gtkcellrendererspin.c:94 msgid "The adjustment that holds the value of the spinbutton." msgstr "Параметр, що зберігає значення кнопки-лічильника." -#: gtk/gtkcellrendererspin.c:109 +#: ../gtk/gtkcellrendererspin.c:109 msgid "Climb rate" msgstr "Величина прискорення" -#: gtk/gtkcellrendererspin.c:110 gtk/gtkspinbutton.c:217 +#: ../gtk/gtkcellrendererspin.c:110 ../gtk/gtkspinbutton.c:217 msgid "The acceleration rate when you hold down a button" msgstr "Прискорення прокручування значень під час утримання кнопки натиснутою" -#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 +#: ../gtk/gtkcellrendererspin.c:123 ../gtk/gtkscale.c:200 +#: ../gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "Цифр" -#: gtk/gtkcellrendererspin.c:124 gtk/gtkspinbutton.c:227 +#: ../gtk/gtkcellrendererspin.c:124 ../gtk/gtkspinbutton.c:227 msgid "The number of decimal places to display" msgstr "Кількість десяткових місць для відображення" -#: gtk/gtkcellrenderertext.c:196 +#: ../gtk/gtkcellrenderertext.c:196 msgid "Text to render" msgstr "Текст для візуалізації" -#: gtk/gtkcellrenderertext.c:203 +#: ../gtk/gtkcellrenderertext.c:203 msgid "Markup" msgstr "Розмітка" -#: gtk/gtkcellrenderertext.c:204 +#: ../gtk/gtkcellrenderertext.c:204 msgid "Marked up text to render" msgstr "Розмітка тексту до візуалізації" -#: gtk/gtkcellrenderertext.c:211 gtk/gtklabel.c:374 +#: ../gtk/gtkcellrenderertext.c:211 ../gtk/gtklabel.c:374 msgid "Attributes" msgstr "Атрибути" -#: gtk/gtkcellrenderertext.c:212 +#: ../gtk/gtkcellrenderertext.c:212 msgid "A list of style attributes to apply to the text of the renderer" msgstr "" "Список атрибутів стилю, які застосовуються до тексту, що відображається" -#: gtk/gtkcellrenderertext.c:219 +#: ../gtk/gtkcellrenderertext.c:219 msgid "Single Paragraph Mode" msgstr "Режим одного абзацу" -#: gtk/gtkcellrenderertext.c:220 +#: ../gtk/gtkcellrenderertext.c:220 msgid "Whether or not to keep all text in a single paragraph" msgstr "Чи відображати весь текст у одному абзаці" -#: gtk/gtkcellrenderertext.c:228 gtk/gtkcellview.c:160 gtk/gtktexttag.c:183 +#: ../gtk/gtkcellrenderertext.c:228 ../gtk/gtkcellview.c:160 +#: ../gtk/gtktexttag.c:183 msgid "Background color name" msgstr "Назва кольору тла" -#: gtk/gtkcellrenderertext.c:229 gtk/gtkcellview.c:161 gtk/gtktexttag.c:184 +#: ../gtk/gtkcellrenderertext.c:229 ../gtk/gtkcellview.c:161 +#: ../gtk/gtktexttag.c:184 msgid "Background color as a string" msgstr "Колір тла у вигляді рядка" -#: gtk/gtkcellrenderertext.c:236 gtk/gtkcellview.c:167 gtk/gtktexttag.c:191 +#: ../gtk/gtkcellrenderertext.c:236 ../gtk/gtkcellview.c:167 +#: ../gtk/gtktexttag.c:191 msgid "Background color" msgstr "Колір тла" -#: gtk/gtkcellrenderertext.c:237 gtk/gtkcellview.c:168 +#: ../gtk/gtkcellrenderertext.c:237 ../gtk/gtkcellview.c:168 msgid "Background color as a GdkColor" msgstr "Колір тла у вигляді GdkColor" -#: gtk/gtkcellrenderertext.c:244 gtk/gtktexttag.c:217 +#: ../gtk/gtkcellrenderertext.c:244 ../gtk/gtktexttag.c:217 msgid "Foreground color name" msgstr "Назва кольору переднього плану" -#: gtk/gtkcellrenderertext.c:245 gtk/gtktexttag.c:218 +#: ../gtk/gtkcellrenderertext.c:245 ../gtk/gtktexttag.c:218 msgid "Foreground color as a string" msgstr "Колір переднього плану у вигляді рядка" -#: gtk/gtkcellrenderertext.c:252 gtk/gtktexttag.c:225 +#: ../gtk/gtkcellrenderertext.c:252 ../gtk/gtktexttag.c:225 msgid "Foreground color" msgstr "Колір переднього плану" -#: gtk/gtkcellrenderertext.c:253 +#: ../gtk/gtkcellrenderertext.c:253 msgid "Foreground color as a GdkColor" msgstr "Колір переднього плану у вигляді GdkColor" -#: gtk/gtkcellrenderertext.c:261 gtk/gtkentry.c:625 gtk/gtktexttag.c:251 -#: gtk/gtktextview.c:573 +#: ../gtk/gtkcellrenderertext.c:261 ../gtk/gtkentry.c:625 +#: ../gtk/gtktexttag.c:251 ../gtk/gtktextview.c:573 msgid "Editable" msgstr "Редагується" -#: gtk/gtkcellrenderertext.c:262 gtk/gtktexttag.c:252 gtk/gtktextview.c:574 +#: ../gtk/gtkcellrenderertext.c:262 ../gtk/gtktexttag.c:252 +#: ../gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "Чи може текст змінюватись користувачем" -#: gtk/gtkcellrenderertext.c:269 gtk/gtkcellrenderertext.c:277 -#: gtk/gtkfontsel.c:203 gtk/gtktexttag.c:267 gtk/gtktexttag.c:275 +#: ../gtk/gtkcellrenderertext.c:269 ../gtk/gtkcellrenderertext.c:277 +#: ../gtk/gtkfontsel.c:203 ../gtk/gtktexttag.c:267 ../gtk/gtktexttag.c:275 msgid "Font" msgstr "Шрифт" -#: gtk/gtkcellrenderertext.c:270 gtk/gtktexttag.c:268 +#: ../gtk/gtkcellrenderertext.c:270 ../gtk/gtktexttag.c:268 msgid "Font description as a string, e.g. \"Sans Italic 12\"" msgstr "Опис шрифту у вигляді рядка, наприклад \"Sans Italic 12\"" -#: gtk/gtkcellrenderertext.c:278 gtk/gtktexttag.c:276 +#: ../gtk/gtkcellrenderertext.c:278 ../gtk/gtktexttag.c:276 msgid "Font description as a PangoFontDescription struct" msgstr "Опис шрифту у вигляді структури PangoFontDescription" -#: gtk/gtkcellrenderertext.c:286 gtk/gtktexttag.c:283 +#: ../gtk/gtkcellrenderertext.c:286 ../gtk/gtktexttag.c:283 msgid "Font family" msgstr "Гарнітура" -#: gtk/gtkcellrenderertext.c:287 gtk/gtktexttag.c:284 +#: ../gtk/gtkcellrenderertext.c:287 ../gtk/gtktexttag.c:284 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "Назва родини шрифтів, наприклад, Sans, Helvetica, Times, Monospace" -#: gtk/gtkcellrenderertext.c:294 gtk/gtkcellrenderertext.c:295 -#: gtk/gtktexttag.c:291 +#: ../gtk/gtkcellrenderertext.c:294 ../gtk/gtkcellrenderertext.c:295 +#: ../gtk/gtktexttag.c:291 msgid "Font style" msgstr "Стиль шрифту" -#: gtk/gtkcellrenderertext.c:303 gtk/gtkcellrenderertext.c:304 -#: gtk/gtktexttag.c:300 +#: ../gtk/gtkcellrenderertext.c:303 ../gtk/gtkcellrenderertext.c:304 +#: ../gtk/gtktexttag.c:300 msgid "Font variant" msgstr "Варіант шрифту" -#: gtk/gtkcellrenderertext.c:312 gtk/gtkcellrenderertext.c:313 -#: gtk/gtktexttag.c:309 +#: ../gtk/gtkcellrenderertext.c:312 ../gtk/gtkcellrenderertext.c:313 +#: ../gtk/gtktexttag.c:309 msgid "Font weight" msgstr "Жирність шрифту" -#: gtk/gtkcellrenderertext.c:322 gtk/gtkcellrenderertext.c:323 -#: gtk/gtktexttag.c:320 +#: ../gtk/gtkcellrenderertext.c:322 ../gtk/gtkcellrenderertext.c:323 +#: ../gtk/gtktexttag.c:320 msgid "Font stretch" msgstr "Ширина шрифту" -#: gtk/gtkcellrenderertext.c:331 gtk/gtkcellrenderertext.c:332 -#: gtk/gtktexttag.c:329 +#: ../gtk/gtkcellrenderertext.c:331 ../gtk/gtkcellrenderertext.c:332 +#: ../gtk/gtktexttag.c:329 msgid "Font size" msgstr "Розмір шрифту" -#: gtk/gtkcellrenderertext.c:341 gtk/gtktexttag.c:349 +#: ../gtk/gtkcellrenderertext.c:341 ../gtk/gtktexttag.c:349 msgid "Font points" msgstr "Пункти шрифту" -#: gtk/gtkcellrenderertext.c:342 gtk/gtktexttag.c:350 +#: ../gtk/gtkcellrenderertext.c:342 ../gtk/gtktexttag.c:350 msgid "Font size in points" msgstr "Розмір шрифту у точках" -#: gtk/gtkcellrenderertext.c:351 gtk/gtktexttag.c:339 +#: ../gtk/gtkcellrenderertext.c:351 ../gtk/gtktexttag.c:339 msgid "Font scale" msgstr "Масштаб шрифту" -#: gtk/gtkcellrenderertext.c:352 +#: ../gtk/gtkcellrenderertext.c:352 msgid "Font scaling factor" msgstr "Коефіцієнт масштабування шрифту" -#: gtk/gtkcellrenderertext.c:361 gtk/gtktexttag.c:418 +#: ../gtk/gtkcellrenderertext.c:361 ../gtk/gtktexttag.c:418 msgid "Rise" msgstr "Підняти" -#: gtk/gtkcellrenderertext.c:362 +#: ../gtk/gtkcellrenderertext.c:362 msgid "" "Offset of text above the baseline (below the baseline if rise is negative)" msgstr "Зсув тексту на лінією шрифту (під лінію шрифту, для від'ємних значень)" -#: gtk/gtkcellrenderertext.c:373 gtk/gtktexttag.c:458 +#: ../gtk/gtkcellrenderertext.c:373 ../gtk/gtktexttag.c:458 msgid "Strikethrough" msgstr "Закреслення" -#: gtk/gtkcellrenderertext.c:374 gtk/gtktexttag.c:459 +#: ../gtk/gtkcellrenderertext.c:374 ../gtk/gtktexttag.c:459 msgid "Whether to strike through the text" msgstr "Чи буде текст закресленим" -#: gtk/gtkcellrenderertext.c:381 gtk/gtktexttag.c:466 +#: ../gtk/gtkcellrenderertext.c:381 ../gtk/gtktexttag.c:466 msgid "Underline" msgstr "Підкреслення" -#: gtk/gtkcellrenderertext.c:382 gtk/gtktexttag.c:467 +#: ../gtk/gtkcellrenderertext.c:382 ../gtk/gtktexttag.c:467 msgid "Style of underline for this text" msgstr "Стиль підкреслення цього тексту" -#: gtk/gtkcellrenderertext.c:390 gtk/gtktexttag.c:378 +#: ../gtk/gtkcellrenderertext.c:390 ../gtk/gtktexttag.c:378 msgid "Language" msgstr "Мова" -#: gtk/gtkcellrenderertext.c:391 +#: ../gtk/gtkcellrenderertext.c:391 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " @@ -1509,11 +1522,12 @@ msgstr "" "під час візуалізації тексту. Якщо ви не розумієте цей параметр, то, напевно, " "він вам не потрібний." -#: gtk/gtkcellrenderertext.c:411 gtk/gtklabel.c:499 gtk/gtkprogressbar.c:206 +#: ../gtk/gtkcellrenderertext.c:411 ../gtk/gtklabel.c:499 +#: ../gtk/gtkprogressbar.c:206 msgid "Ellipsize" msgstr "Еліптизація" -#: gtk/gtkcellrenderertext.c:412 +#: ../gtk/gtkcellrenderertext.c:412 msgid "" "The preferred place to ellipsize the string, if the cell renderer does not " "have enough room to display the entire string" @@ -1521,20 +1535,20 @@ msgstr "" "Бажане місце еліптизації рядка, якщо механізму відображення рядка не " "вистачає місця для відображення усього рядка" -#: gtk/gtkcellrenderertext.c:431 gtk/gtkfilechooserbutton.c:421 -#: gtk/gtklabel.c:519 +#: ../gtk/gtkcellrenderertext.c:431 ../gtk/gtkfilechooserbutton.c:421 +#: ../gtk/gtklabel.c:519 msgid "Width In Characters" msgstr "Ширина у символах" -#: gtk/gtkcellrenderertext.c:432 gtk/gtklabel.c:520 +#: ../gtk/gtkcellrenderertext.c:432 ../gtk/gtklabel.c:520 msgid "The desired width of the label, in characters" msgstr "Бажана ширина, у символах" -#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:475 +#: ../gtk/gtkcellrenderertext.c:450 ../gtk/gtktexttag.c:475 msgid "Wrap mode" msgstr "Режим переносу" -#: gtk/gtkcellrenderertext.c:451 +#: ../gtk/gtkcellrenderertext.c:451 msgid "" "How to break the string into multiple lines, if the cell renderer does not " "have enough room to display the entire string" @@ -1542,633 +1556,637 @@ msgstr "" "Як розривати рядок на кілька рядків, якщо механізму відображення рядка не " "вистачає місця для відображення усього рядка." -#: gtk/gtkcellrenderertext.c:470 gtk/gtkcombobox.c:678 +#: ../gtk/gtkcellrenderertext.c:470 ../gtk/gtkcombobox.c:678 msgid "Wrap width" msgstr "Ширина переносу" -#: gtk/gtkcellrenderertext.c:471 +#: ../gtk/gtkcellrenderertext.c:471 msgid "The width at which the text is wrapped" msgstr "Ширина, на який текст загортається" -#: gtk/gtkcellrenderertext.c:491 gtk/gtktreeviewcolumn.c:297 +#: ../gtk/gtkcellrenderertext.c:491 ../gtk/gtktreeviewcolumn.c:297 msgid "Alignment" msgstr "Вирівнювання" -#: gtk/gtkcellrenderertext.c:492 +#: ../gtk/gtkcellrenderertext.c:492 msgid "How to align the lines" msgstr "Як вирівнювати рядки" -#: gtk/gtkcellrenderertext.c:502 gtk/gtkcellview.c:190 gtk/gtktexttag.c:564 +#: ../gtk/gtkcellrenderertext.c:502 ../gtk/gtkcellview.c:190 +#: ../gtk/gtktexttag.c:564 msgid "Background set" msgstr "Встановлення тла" -#: gtk/gtkcellrenderertext.c:503 gtk/gtkcellview.c:191 gtk/gtktexttag.c:565 +#: ../gtk/gtkcellrenderertext.c:503 ../gtk/gtkcellview.c:191 +#: ../gtk/gtktexttag.c:565 msgid "Whether this tag affects the background color" msgstr "Чи впливає цей тег на колір тла" -#: gtk/gtkcellrenderertext.c:506 gtk/gtktexttag.c:576 +#: ../gtk/gtkcellrenderertext.c:506 ../gtk/gtktexttag.c:576 msgid "Foreground set" msgstr "Встановлення переднього плану" -#: gtk/gtkcellrenderertext.c:507 gtk/gtktexttag.c:577 +#: ../gtk/gtkcellrenderertext.c:507 ../gtk/gtktexttag.c:577 msgid "Whether this tag affects the foreground color" msgstr "Чи впливатиме цей тег на колір переднього плану" -#: gtk/gtkcellrenderertext.c:510 gtk/gtktexttag.c:584 +#: ../gtk/gtkcellrenderertext.c:510 ../gtk/gtktexttag.c:584 msgid "Editability set" msgstr "Встановлення можливості редагування" -#: gtk/gtkcellrenderertext.c:511 gtk/gtktexttag.c:585 +#: ../gtk/gtkcellrenderertext.c:511 ../gtk/gtktexttag.c:585 msgid "Whether this tag affects text editability" msgstr "Чи впливає цей тег на можливість редагування тексту" -#: gtk/gtkcellrenderertext.c:514 gtk/gtktexttag.c:588 +#: ../gtk/gtkcellrenderertext.c:514 ../gtk/gtktexttag.c:588 msgid "Font family set" msgstr "Встановлення гарнітури шрифту" -#: gtk/gtkcellrenderertext.c:515 gtk/gtktexttag.c:589 +#: ../gtk/gtkcellrenderertext.c:515 ../gtk/gtktexttag.c:589 msgid "Whether this tag affects the font family" msgstr "Чи впливає цей тег на гарнітуру шрифту" -#: gtk/gtkcellrenderertext.c:518 gtk/gtktexttag.c:592 +#: ../gtk/gtkcellrenderertext.c:518 ../gtk/gtktexttag.c:592 msgid "Font style set" msgstr "Встановлення стилю шрифту" -#: gtk/gtkcellrenderertext.c:519 gtk/gtktexttag.c:593 +#: ../gtk/gtkcellrenderertext.c:519 ../gtk/gtktexttag.c:593 msgid "Whether this tag affects the font style" msgstr "Чи впливає цей тег на стиль шрифту" -#: gtk/gtkcellrenderertext.c:522 gtk/gtktexttag.c:596 +#: ../gtk/gtkcellrenderertext.c:522 ../gtk/gtktexttag.c:596 msgid "Font variant set" msgstr "Встановлення варіанту шрифту" -#: gtk/gtkcellrenderertext.c:523 gtk/gtktexttag.c:597 +#: ../gtk/gtkcellrenderertext.c:523 ../gtk/gtktexttag.c:597 msgid "Whether this tag affects the font variant" msgstr "Чи впливає цей тег на варіант шрифту" -#: gtk/gtkcellrenderertext.c:526 gtk/gtktexttag.c:600 +#: ../gtk/gtkcellrenderertext.c:526 ../gtk/gtktexttag.c:600 msgid "Font weight set" msgstr "Встановлення жирності шрифту" -#: gtk/gtkcellrenderertext.c:527 gtk/gtktexttag.c:601 +#: ../gtk/gtkcellrenderertext.c:527 ../gtk/gtktexttag.c:601 msgid "Whether this tag affects the font weight" msgstr "Чи впливає цей тег на жирність шрифту" -#: gtk/gtkcellrenderertext.c:530 gtk/gtktexttag.c:604 +#: ../gtk/gtkcellrenderertext.c:530 ../gtk/gtktexttag.c:604 msgid "Font stretch set" msgstr "Встановлення ширина шрифту" -#: gtk/gtkcellrenderertext.c:531 gtk/gtktexttag.c:605 +#: ../gtk/gtkcellrenderertext.c:531 ../gtk/gtktexttag.c:605 msgid "Whether this tag affects the font stretch" msgstr "Чи впливає цей тег на ширину шрифту" -#: gtk/gtkcellrenderertext.c:534 gtk/gtktexttag.c:608 +#: ../gtk/gtkcellrenderertext.c:534 ../gtk/gtktexttag.c:608 msgid "Font size set" msgstr "Встановлення розміру шрифту" -#: gtk/gtkcellrenderertext.c:535 gtk/gtktexttag.c:609 +#: ../gtk/gtkcellrenderertext.c:535 ../gtk/gtktexttag.c:609 msgid "Whether this tag affects the font size" msgstr "Чи впливає цей тег на розмір шрифту" -#: gtk/gtkcellrenderertext.c:538 gtk/gtktexttag.c:612 +#: ../gtk/gtkcellrenderertext.c:538 ../gtk/gtktexttag.c:612 msgid "Font scale set" msgstr "Встановлення масштабу шрифту" -#: gtk/gtkcellrenderertext.c:539 gtk/gtktexttag.c:613 +#: ../gtk/gtkcellrenderertext.c:539 ../gtk/gtktexttag.c:613 msgid "Whether this tag scales the font size by a factor" msgstr "Чи впливає масштабує цей тег розмір шрифту на коефіцієнт" -#: gtk/gtkcellrenderertext.c:542 gtk/gtktexttag.c:632 +#: ../gtk/gtkcellrenderertext.c:542 ../gtk/gtktexttag.c:632 msgid "Rise set" msgstr "Встановлення зсуву" -#: gtk/gtkcellrenderertext.c:543 gtk/gtktexttag.c:633 +#: ../gtk/gtkcellrenderertext.c:543 ../gtk/gtktexttag.c:633 msgid "Whether this tag affects the rise" msgstr "Чи впливає цей тег на зсув" -#: gtk/gtkcellrenderertext.c:546 gtk/gtktexttag.c:648 +#: ../gtk/gtkcellrenderertext.c:546 ../gtk/gtktexttag.c:648 msgid "Strikethrough set" msgstr "Встановлення закреслення" -#: gtk/gtkcellrenderertext.c:547 gtk/gtktexttag.c:649 +#: ../gtk/gtkcellrenderertext.c:547 ../gtk/gtktexttag.c:649 msgid "Whether this tag affects strikethrough" msgstr "Чи впливає цей тег на закреслення" -#: gtk/gtkcellrenderertext.c:550 gtk/gtktexttag.c:656 +#: ../gtk/gtkcellrenderertext.c:550 ../gtk/gtktexttag.c:656 msgid "Underline set" msgstr "Встановлення підкреслення" -#: gtk/gtkcellrenderertext.c:551 gtk/gtktexttag.c:657 +#: ../gtk/gtkcellrenderertext.c:551 ../gtk/gtktexttag.c:657 msgid "Whether this tag affects underlining" msgstr "Чи впливає цей тег на підкреслення" -#: gtk/gtkcellrenderertext.c:554 gtk/gtktexttag.c:620 +#: ../gtk/gtkcellrenderertext.c:554 ../gtk/gtktexttag.c:620 msgid "Language set" msgstr "Встановлення мови" -#: gtk/gtkcellrenderertext.c:555 gtk/gtktexttag.c:621 +#: ../gtk/gtkcellrenderertext.c:555 ../gtk/gtktexttag.c:621 msgid "Whether this tag affects the language the text is rendered as" msgstr "Чи цей тег впливає на мову відображення тексту" -#: gtk/gtkcellrenderertext.c:558 +#: ../gtk/gtkcellrenderertext.c:558 msgid "Ellipsize set" msgstr "Встановлення зсуву" -#: gtk/gtkcellrenderertext.c:559 +#: ../gtk/gtkcellrenderertext.c:559 msgid "Whether this tag affects the ellipsize mode" msgstr "Чи впливає цей тег на режим зсуву" -#: gtk/gtkcellrenderertext.c:562 +#: ../gtk/gtkcellrenderertext.c:562 msgid "Align set" msgstr "Встановлено вирівнювання" -#: gtk/gtkcellrenderertext.c:563 +#: ../gtk/gtkcellrenderertext.c:563 msgid "Whether this tag affects the alignment mode" msgstr "Чи впливає цей тег на режим вирівнювання" -#: gtk/gtkcellrenderertoggle.c:126 +#: ../gtk/gtkcellrenderertoggle.c:126 msgid "Toggle state" msgstr "Перемикнути стан" -#: gtk/gtkcellrenderertoggle.c:127 +#: ../gtk/gtkcellrenderertoggle.c:127 msgid "The toggle state of the button" msgstr "Перемикнути стан кнопки" -#: gtk/gtkcellrenderertoggle.c:134 +#: ../gtk/gtkcellrenderertoggle.c:134 msgid "Inconsistent state" msgstr "Нечутливий стан" -#: gtk/gtkcellrenderertoggle.c:135 +#: ../gtk/gtkcellrenderertoggle.c:135 msgid "The inconsistent state of the button" msgstr "Нечутливий стан кнопки" -#: gtk/gtkcellrenderertoggle.c:142 +#: ../gtk/gtkcellrenderertoggle.c:142 msgid "Activatable" msgstr "Активується" -#: gtk/gtkcellrenderertoggle.c:143 +#: ../gtk/gtkcellrenderertoggle.c:143 msgid "The toggle button can be activated" msgstr "Кнопка-вимикач може бути активовано" -#: gtk/gtkcellrenderertoggle.c:150 +#: ../gtk/gtkcellrenderertoggle.c:150 msgid "Radio state" msgstr "Стан перемикача" -#: gtk/gtkcellrenderertoggle.c:151 +#: ../gtk/gtkcellrenderertoggle.c:151 msgid "Draw the toggle button as a radio button" msgstr "Намалювати кнопку як перемикача" -#: gtk/gtkcellrenderertoggle.c:158 +#: ../gtk/gtkcellrenderertoggle.c:158 msgid "Indicator size" msgstr "Розмір індикатора" -#: gtk/gtkcellrenderertoggle.c:159 gtk/gtkcheckbutton.c:70 -#: gtk/gtkcheckmenuitem.c:122 +#: ../gtk/gtkcellrenderertoggle.c:159 ../gtk/gtkcheckbutton.c:70 +#: ../gtk/gtkcheckmenuitem.c:122 msgid "Size of check or radio indicator" msgstr "Розмір індикатора перемикача чи вимикача" -#: gtk/gtkcellview.c:182 +#: ../gtk/gtkcellview.c:182 msgid "CellView model" msgstr "Модель CellView" -#: gtk/gtkcellview.c:183 +#: ../gtk/gtkcellview.c:183 msgid "The model for cell view" msgstr "Модель для перегляду комірки" -#: gtk/gtkcheckbutton.c:69 gtk/gtkcheckmenuitem.c:121 gtk/gtkoptionmenu.c:168 +#: ../gtk/gtkcheckbutton.c:69 ../gtk/gtkcheckmenuitem.c:121 +#: ../gtk/gtkoptionmenu.c:168 msgid "Indicator Size" msgstr "Розмір індикатора" -#: gtk/gtkcheckbutton.c:77 gtk/gtkexpander.c:245 gtk/gtkoptionmenu.c:174 +#: ../gtk/gtkcheckbutton.c:77 ../gtk/gtkexpander.c:245 +#: ../gtk/gtkoptionmenu.c:174 msgid "Indicator Spacing" msgstr "Інтервал індикатора" -#: gtk/gtkcheckbutton.c:78 +#: ../gtk/gtkcheckbutton.c:78 msgid "Spacing around check or radio indicator" msgstr "Простір навколо вимикача чи перемикача" -#: gtk/gtkcheckmenuitem.c:98 gtk/gtkmenu.c:500 gtk/gtktoggleaction.c:119 -#: gtk/gtktogglebutton.c:115 gtk/gtktoggletoolbutton.c:114 +#: ../gtk/gtkcheckmenuitem.c:98 ../gtk/gtkmenu.c:500 +#: ../gtk/gtktoggleaction.c:119 ../gtk/gtktogglebutton.c:115 +#: ../gtk/gtktoggletoolbutton.c:114 msgid "Active" msgstr "Активний" -#: gtk/gtkcheckmenuitem.c:99 +#: ../gtk/gtkcheckmenuitem.c:99 msgid "Whether the menu item is checked" msgstr "Чи елемент меню ввімкнений" -#: gtk/gtkcheckmenuitem.c:106 gtk/gtktogglebutton.c:123 +#: ../gtk/gtkcheckmenuitem.c:106 ../gtk/gtktogglebutton.c:123 msgid "Inconsistent" msgstr "Нечутливий" -#: gtk/gtkcheckmenuitem.c:107 +#: ../gtk/gtkcheckmenuitem.c:107 msgid "Whether to display an \"inconsistent\" state" msgstr "Чи відображати \"нечутливий\" стан" -#: gtk/gtkcheckmenuitem.c:114 +#: ../gtk/gtkcheckmenuitem.c:114 msgid "Draw as radio menu item" msgstr "Відображати як елемент меню-перемикач" -#: gtk/gtkcheckmenuitem.c:115 +#: ../gtk/gtkcheckmenuitem.c:115 msgid "Whether the menu item looks like a radio menu item" msgstr "Чи елемент меню відображається як елемент меню-перемикач" -#: gtk/gtkcolorbutton.c:171 +#: ../gtk/gtkcolorbutton.c:171 msgid "Use alpha" msgstr "Використовувати прозорість" -#: gtk/gtkcolorbutton.c:172 +#: ../gtk/gtkcolorbutton.c:172 msgid "Whether or not to give the color an alpha value" msgstr "Чи має колір прозорість" -#: gtk/gtkcolorbutton.c:186 gtk/gtkfilechooserbutton.c:407 -#: gtk/gtkfontbutton.c:142 gtk/gtkprintjob.c:116 gtk/gtktreeviewcolumn.c:264 +#: ../gtk/gtkcolorbutton.c:186 ../gtk/gtkfilechooserbutton.c:407 +#: ../gtk/gtkfontbutton.c:142 ../gtk/gtkprintjob.c:116 +#: ../gtk/gtktreeviewcolumn.c:264 msgid "Title" msgstr "Заголовок" -#: gtk/gtkcolorbutton.c:187 +#: ../gtk/gtkcolorbutton.c:187 msgid "The title of the color selection dialog" msgstr "Заголовок вікна вибору кольору" -#: gtk/gtkcolorbutton.c:201 gtk/gtkcolorsel.c:293 +#: ../gtk/gtkcolorbutton.c:201 ../gtk/gtkcolorsel.c:293 msgid "Current Color" msgstr "Поточний колір" -#: gtk/gtkcolorbutton.c:202 +#: ../gtk/gtkcolorbutton.c:202 msgid "The selected color" msgstr "Вибраний колір" -#: gtk/gtkcolorbutton.c:216 gtk/gtkcolorsel.c:300 +#: ../gtk/gtkcolorbutton.c:216 ../gtk/gtkcolorsel.c:300 msgid "Current Alpha" msgstr "Поточний альфа-канал" -#: gtk/gtkcolorbutton.c:217 +#: ../gtk/gtkcolorbutton.c:217 msgid "The selected opacity value (0 fully transparent, 65535 fully opaque)" msgstr "" "Поточне значення непрозорості (\"0\" — абсолютно прозоре, \"65535\" — " "абсолютно непрозоре)" -#: gtk/gtkcolorsel.c:279 +#: ../gtk/gtkcolorsel.c:279 msgid "Has Opacity Control" msgstr "Має керування прозорістю" -#: gtk/gtkcolorsel.c:280 +#: ../gtk/gtkcolorsel.c:280 msgid "Whether the color selector should allow setting opacity" msgstr "Чи повинен вибір кольору дозволяти встановити прозорість" -#: gtk/gtkcolorsel.c:286 +#: ../gtk/gtkcolorsel.c:286 msgid "Has palette" msgstr "Має палітру" -#: gtk/gtkcolorsel.c:287 +#: ../gtk/gtkcolorsel.c:287 msgid "Whether a palette should be used" msgstr "Чи повинна використовуватися палітра" -#: gtk/gtkcolorsel.c:294 +#: ../gtk/gtkcolorsel.c:294 msgid "The current color" msgstr "Поточний колір." -#: gtk/gtkcolorsel.c:301 +#: ../gtk/gtkcolorsel.c:301 msgid "The current opacity value (0 fully transparent, 65535 fully opaque)" msgstr "" "Поточне значення непрозорості (\"0\" — абсолютно прозоре, \"65535\" — " "абсолютно непрозоре)" -#: gtk/gtkcolorsel.c:315 +#: ../gtk/gtkcolorsel.c:315 msgid "Custom palette" msgstr "Інша палітра" -#: gtk/gtkcolorsel.c:316 +#: ../gtk/gtkcolorsel.c:316 msgid "Palette to use in the color selector" msgstr "Палітра, що використовуватиметься у діалоговому вікні вибору кольору" -#: gtk/gtkcolorseldialog.c:102 +#: ../gtk/gtkcolorseldialog.c:102 msgid "Color Selection" msgstr "Вибір кольору" -#: gtk/gtkcolorseldialog.c:103 +#: ../gtk/gtkcolorseldialog.c:103 msgid "The color selection embedded in the dialog." msgstr "Вибір кольору вбудовано у діалог." -#: gtk/gtkcolorseldialog.c:109 +#: ../gtk/gtkcolorseldialog.c:109 msgid "OK Button" msgstr "Кнопка Гаразд" -#: gtk/gtkcolorseldialog.c:110 +#: ../gtk/gtkcolorseldialog.c:110 msgid "The OK button of the dialog." msgstr "Кнопка Гаразд у діалозі" -#: gtk/gtkcolorseldialog.c:116 +#: ../gtk/gtkcolorseldialog.c:116 msgid "Cancel Button" msgstr "Кнопка Скасувати" -#: gtk/gtkcolorseldialog.c:117 +#: ../gtk/gtkcolorseldialog.c:117 msgid "The cancel button of the dialog." msgstr "Кнопка Скасувати у діалозі" -#: gtk/gtkcolorseldialog.c:123 +#: ../gtk/gtkcolorseldialog.c:123 msgid "Help Button" msgstr "Кнопка Довідка" -#: gtk/gtkcolorseldialog.c:124 +#: ../gtk/gtkcolorseldialog.c:124 msgid "The help button of the dialog." msgstr "Кнопка Довідка у діалозі" -#: gtk/gtkcombo.c:145 +#: ../gtk/gtkcombo.c:145 msgid "Enable arrow keys" msgstr "Увімкнути клавіші-стрілки" -#: gtk/gtkcombo.c:146 +#: ../gtk/gtkcombo.c:146 msgid "Whether the arrow keys move through the list of items" msgstr "Чи будуть клавіші керування курсором переміщувати по спису елементів" -#: gtk/gtkcombo.c:152 +#: ../gtk/gtkcombo.c:152 msgid "Always enable arrows" msgstr "Завжди вмикати стрілки" -#: gtk/gtkcombo.c:153 +#: ../gtk/gtkcombo.c:153 msgid "Obsolete property, ignored" msgstr "Застаріла властивість, ігнорується" -#: gtk/gtkcombo.c:159 +#: ../gtk/gtkcombo.c:159 msgid "Case sensitive" msgstr "Регістрова чутливість" -#: gtk/gtkcombo.c:160 +#: ../gtk/gtkcombo.c:160 msgid "Whether list item matching is case sensitive" msgstr "Чи враховує пошук елемента у списку регістр" -#: gtk/gtkcombo.c:167 +#: ../gtk/gtkcombo.c:167 msgid "Allow empty" msgstr "Порожнє допустиме" -#: gtk/gtkcombo.c:168 +#: ../gtk/gtkcombo.c:168 msgid "Whether an empty value may be entered in this field" msgstr "Чи порожнє значення допустиме в цьому полі" -#: gtk/gtkcombo.c:175 +#: ../gtk/gtkcombo.c:175 msgid "Value in list" msgstr "Значення в списку" -#: gtk/gtkcombo.c:176 +#: ../gtk/gtkcombo.c:176 msgid "Whether entered values must already be present in the list" msgstr "Чи введені дані мають бути присутніми в списку" -#: gtk/gtkcombobox.c:661 +#: ../gtk/gtkcombobox.c:661 msgid "ComboBox model" msgstr "Модель поля зі списком" -#: gtk/gtkcombobox.c:662 +#: ../gtk/gtkcombobox.c:662 msgid "The model for the combo box" msgstr "Модель для перегляду у вигляді поля зі списком" -#: gtk/gtkcombobox.c:679 +#: ../gtk/gtkcombobox.c:679 msgid "Wrap width for laying out the items in a grid" msgstr "Ширина переносу для розташування елементів сітки" -#: gtk/gtkcombobox.c:701 +#: ../gtk/gtkcombobox.c:701 msgid "Row span column" msgstr "Рядок інтервалів між стовпчиками" -#: gtk/gtkcombobox.c:702 +#: ../gtk/gtkcombobox.c:702 msgid "TreeModel column containing the row span values" msgstr "Стовпчик TreeModel, що містить значення інтервалу рядків" -#: gtk/gtkcombobox.c:723 +#: ../gtk/gtkcombobox.c:723 msgid "Column span column" msgstr "Рядок інтервалів між стовпчиками" -#: gtk/gtkcombobox.c:724 +#: ../gtk/gtkcombobox.c:724 msgid "TreeModel column containing the column span values" msgstr "Стовпчик TreeModel, що містить значення інтервалу стовпчиків" -#: gtk/gtkcombobox.c:745 +#: ../gtk/gtkcombobox.c:745 msgid "Active item" msgstr "Активний елемент" -#: gtk/gtkcombobox.c:746 +#: ../gtk/gtkcombobox.c:746 msgid "The item which is currently active" msgstr "Елемент, що зараз активний" -#: gtk/gtkcombobox.c:765 gtk/gtkuimanager.c:222 +#: ../gtk/gtkcombobox.c:765 ../gtk/gtkuimanager.c:222 msgid "Add tearoffs to menus" msgstr "Додати елементи відривання до меню" -#: gtk/gtkcombobox.c:766 +#: ../gtk/gtkcombobox.c:766 msgid "Whether dropdowns should have a tearoff menu item" msgstr "Чи повинні розкривні елементи мати лінію відриву" -#: gtk/gtkcombobox.c:781 gtk/gtkentry.c:650 +#: ../gtk/gtkcombobox.c:781 ../gtk/gtkentry.c:650 msgid "Has Frame" msgstr "Має рамку" -#: gtk/gtkcombobox.c:782 +#: ../gtk/gtkcombobox.c:782 msgid "Whether the combo box draws a frame around the child" msgstr "" "Чи повинне розкривне поле зі списком мати рамку навколо дочірнього елемента" -#: gtk/gtkcombobox.c:790 +#: ../gtk/gtkcombobox.c:790 msgid "Whether the combo box grabs focus when it is clicked with the mouse" msgstr "" "Чи повинне розкривне поле зі списком перехоплювати фокус при клацанні мишею" -#: gtk/gtkcombobox.c:805 gtk/gtkmenu.c:555 +#: ../gtk/gtkcombobox.c:805 ../gtk/gtkmenu.c:555 msgid "Tearoff Title" msgstr "Заголовок від'єднаного меню" -#: gtk/gtkcombobox.c:806 +#: ../gtk/gtkcombobox.c:806 msgid "" "A title that may be displayed by the window manager when the popup is torn-" "off" msgstr "" "Заголовок, який менеджер вікон відображатиме при коли меню відривається" -#: gtk/gtkcombobox.c:823 +#: ../gtk/gtkcombobox.c:823 msgid "Popup shown" msgstr "Показувати розкривний список" -#: gtk/gtkcombobox.c:824 +#: ../gtk/gtkcombobox.c:824 msgid "Whether the combo's dropdown is shown" msgstr "Чи відображатиметься розкривний список у комбінованому елементі" -#: gtk/gtkcombobox.c:840 +#: ../gtk/gtkcombobox.c:840 msgid "Button Sensitivity" msgstr "Чутливість кнопки" -#: gtk/gtkcombobox.c:841 +#: ../gtk/gtkcombobox.c:841 msgid "Whether the dropdown button is sensitive when the model is empty" msgstr "" "Чи повинна кнопка розкривного списку може захоплювати фокус вводу коли " "модель порожня" -#: gtk/gtkcombobox.c:848 +#: ../gtk/gtkcombobox.c:848 msgid "Appears as list" msgstr "Відображується як список" -#: gtk/gtkcombobox.c:849 +#: ../gtk/gtkcombobox.c:849 msgid "Whether dropdowns should look like lists rather than menus" msgstr "" "Чи повинне розкривне поле зі списком повинно виглядати як список, а не як " "меню" -#: gtk/gtkcombobox.c:865 +#: ../gtk/gtkcombobox.c:865 msgid "Arrow Size" msgstr "Розмір стрілки" -#: gtk/gtkcombobox.c:866 +#: ../gtk/gtkcombobox.c:866 msgid "The minimum size of the arrow in the combo box" msgstr "Мінімальний розмір стрілки у полі зі списком" -#: gtk/gtkcombobox.c:881 gtk/gtkentry.c:750 gtk/gtkhandlebox.c:174 -#: gtk/gtkmenubar.c:194 gtk/gtkstatusbar.c:186 gtk/gtktoolbar.c:623 -#: gtk/gtkviewport.c:122 +#: ../gtk/gtkcombobox.c:881 ../gtk/gtkentry.c:750 ../gtk/gtkhandlebox.c:174 +#: ../gtk/gtkmenubar.c:194 ../gtk/gtkstatusbar.c:186 ../gtk/gtktoolbar.c:623 +#: ../gtk/gtkviewport.c:122 msgid "Shadow type" msgstr "Тип тіні" -#: gtk/gtkcombobox.c:882 +#: ../gtk/gtkcombobox.c:882 msgid "Which kind of shadow to draw around the combo box" msgstr "Тип тіні навколо поля зі списком" -#: gtk/gtkcontainer.c:238 +#: ../gtk/gtkcontainer.c:238 msgid "Resize mode" msgstr "Режим зміни розміру" -#: gtk/gtkcontainer.c:239 +#: ../gtk/gtkcontainer.c:239 msgid "Specify how resize events are handled" msgstr "Вкажіть спосіб обробки подій, що виникають при зміні розміру" -#: gtk/gtkcontainer.c:246 +#: ../gtk/gtkcontainer.c:246 msgid "Border width" msgstr "Ширина бордюру" -#: gtk/gtkcontainer.c:247 +#: ../gtk/gtkcontainer.c:247 msgid "The width of the empty border outside the containers children" msgstr "Ширина порожнього бордюру із зовнішньої сторони нащадків контейнера" -#: gtk/gtkcontainer.c:255 +#: ../gtk/gtkcontainer.c:255 msgid "Child" msgstr "Вкладений елемент" -#: gtk/gtkcontainer.c:256 +#: ../gtk/gtkcontainer.c:256 msgid "Can be used to add a new child to the container" msgstr "" "Може бути використано для додавання нового вкладеного елемента в контейнер" -#: gtk/gtkcurve.c:124 +#: ../gtk/gtkcurve.c:124 msgid "Curve type" msgstr "Тип кривої" -#: gtk/gtkcurve.c:125 +#: ../gtk/gtkcurve.c:125 msgid "Is this curve linear, spline interpolated, or free-form" msgstr "Чи є ця пряма лінійною, інтерпольованою сплайнами чи вільною" -#: gtk/gtkcurve.c:132 +#: ../gtk/gtkcurve.c:132 msgid "Minimum X" msgstr "Мінімальне X" -#: gtk/gtkcurve.c:133 +#: ../gtk/gtkcurve.c:133 msgid "Minimum possible value for X" msgstr "Мінімальне можливе значення X" -#: gtk/gtkcurve.c:141 +#: ../gtk/gtkcurve.c:141 msgid "Maximum X" msgstr "Максимальне X" -#: gtk/gtkcurve.c:142 +#: ../gtk/gtkcurve.c:142 msgid "Maximum possible X value" msgstr "Максимальне можливе значення X" -#: gtk/gtkcurve.c:150 +#: ../gtk/gtkcurve.c:150 msgid "Minimum Y" msgstr "Мінімальне Y" -#: gtk/gtkcurve.c:151 +#: ../gtk/gtkcurve.c:151 msgid "Minimum possible value for Y" msgstr "Мінімальне можливе значення Y" -#: gtk/gtkcurve.c:159 +#: ../gtk/gtkcurve.c:159 msgid "Maximum Y" msgstr "Максимальне Y" -#: gtk/gtkcurve.c:160 +#: ../gtk/gtkcurve.c:160 msgid "Maximum possible value for Y" msgstr "Максимальне можливе значення Y" -#: gtk/gtkdialog.c:145 +#: ../gtk/gtkdialog.c:145 msgid "Has separator" msgstr "Має розділювач" -#: gtk/gtkdialog.c:146 +#: ../gtk/gtkdialog.c:146 msgid "The dialog has a separator bar above its buttons" msgstr "Діалог має розділювач над кнопками" -#: gtk/gtkdialog.c:191 +#: ../gtk/gtkdialog.c:191 msgid "Content area border" msgstr "Бордюр ділянки вмісту" -#: gtk/gtkdialog.c:192 +#: ../gtk/gtkdialog.c:192 msgid "Width of border around the main dialog area" msgstr "Ширина межі навколо основної ділянки діалогу" -#: gtk/gtkdialog.c:209 -#, fuzzy +#: ../gtk/gtkdialog.c:209 msgid "Content area spacing" -msgstr "Доповнення до вмісту" +msgstr "Відступи основної області" -#: gtk/gtkdialog.c:210 -#, fuzzy +#: ../gtk/gtkdialog.c:210 msgid "Spacing between elements of the main dialog area" -msgstr "Інтервал між зображеним значенням і ділянкою повзунка чи напрямної" +msgstr "Інтервал між елементами основної області діалогу" -#: gtk/gtkdialog.c:217 +#: ../gtk/gtkdialog.c:217 msgid "Button spacing" msgstr "Інтервал між кнопками" -#: gtk/gtkdialog.c:218 +#: ../gtk/gtkdialog.c:218 msgid "Spacing between buttons" msgstr "Інтервал між кнопками" -#: gtk/gtkdialog.c:226 +#: ../gtk/gtkdialog.c:226 msgid "Action area border" msgstr "Бордюр ділянки дій" -#: gtk/gtkdialog.c:227 +#: ../gtk/gtkdialog.c:227 msgid "Width of border around the button area at the bottom of the dialog" msgstr "Ширина відступу навколо області кнопок діалогового вікна" -#: gtk/gtkentry.c:605 gtk/gtklabel.c:462 +#: ../gtk/gtkentry.c:605 ../gtk/gtklabel.c:462 msgid "Cursor Position" msgstr "Позиція курсора" -#: gtk/gtkentry.c:606 gtk/gtklabel.c:463 +#: ../gtk/gtkentry.c:606 ../gtk/gtklabel.c:463 msgid "The current position of the insertion cursor in chars" msgstr "Поточна позиція точки вставки в символах" -#: gtk/gtkentry.c:615 gtk/gtklabel.c:472 +#: ../gtk/gtkentry.c:615 ../gtk/gtklabel.c:472 msgid "Selection Bound" msgstr "Границя виділення" -#: gtk/gtkentry.c:616 gtk/gtklabel.c:473 +#: ../gtk/gtkentry.c:616 ../gtk/gtklabel.c:473 msgid "" "The position of the opposite end of the selection from the cursor in chars" msgstr "Позиція протилежного кінця вибору від курсора в символах" -#: gtk/gtkentry.c:626 +#: ../gtk/gtkentry.c:626 msgid "Whether the entry contents can be edited" msgstr "Чи можна бути змінений вміст поля" -#: gtk/gtkentry.c:633 +#: ../gtk/gtkentry.c:633 msgid "Maximum length" msgstr "Максимальна довжина" -#: gtk/gtkentry.c:634 +#: ../gtk/gtkentry.c:634 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "Максимальна кількість символів у полі. \"0\" — без обмежень." -#: gtk/gtkentry.c:642 +#: ../gtk/gtkentry.c:642 msgid "Visibility" msgstr "Видимість" -#: gtk/gtkentry.c:643 +#: ../gtk/gtkentry.c:643 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" @@ -2176,31 +2194,31 @@ msgstr "" "Значення ХИБНІСТЬ(FALSE) вмикає відображення \"невидимих символів\" замість " "справжнього тексту (режим паролю)" -#: gtk/gtkentry.c:651 +#: ../gtk/gtkentry.c:651 msgid "FALSE removes outside bevel from entry" msgstr "Значення ХИБНІСТЬ(FALSE) вилучає зовнішню фаску поля" -#: gtk/gtkentry.c:659 +#: ../gtk/gtkentry.c:659 msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "" "Бордюр між текстом та рамкою. Перевизначає властивість стилю внутрішнього " "бордюру" -#: gtk/gtkentry.c:666 +#: ../gtk/gtkentry.c:666 msgid "Invisible character" msgstr "Невидимий символ" -#: gtk/gtkentry.c:667 +#: ../gtk/gtkentry.c:667 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" "Символ, що використовуватиметься для маскування вмісту поля (в режимі паролю)" -#: gtk/gtkentry.c:674 +#: ../gtk/gtkentry.c:674 msgid "Activates default" msgstr "Активує початковий елемент керування" -#: gtk/gtkentry.c:675 +#: ../gtk/gtkentry.c:675 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" @@ -2208,33 +2226,33 @@ msgstr "" "Чи активувати початковий активний віджет (наприклад, початкова активна " "кнопка в діалозі), коли натиснута клавіша Enter" -#: gtk/gtkentry.c:681 +#: ../gtk/gtkentry.c:681 msgid "Width in chars" msgstr "Ширина в символах" -#: gtk/gtkentry.c:682 +#: ../gtk/gtkentry.c:682 msgid "Number of characters to leave space for in the entry" msgstr "Кількість символів, для яких залишено місто в полі" -#: gtk/gtkentry.c:691 +#: ../gtk/gtkentry.c:691 msgid "Scroll offset" msgstr "Зміщення прокрутки" -#: gtk/gtkentry.c:692 +#: ../gtk/gtkentry.c:692 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "" "Кількість точок поля, що виходитимуть за ліву межу екрана під час " "прокручування" -#: gtk/gtkentry.c:702 +#: ../gtk/gtkentry.c:702 msgid "The contents of the entry" msgstr "Вміст поля" -#: gtk/gtkentry.c:717 gtk/gtkmisc.c:73 +#: ../gtk/gtkentry.c:717 ../gtk/gtkmisc.c:73 msgid "X align" msgstr "X-вирівнювання" -#: gtk/gtkentry.c:718 gtk/gtkmisc.c:74 +#: ../gtk/gtkentry.c:718 ../gtk/gtkmisc.c:74 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts." @@ -2242,369 +2260,330 @@ msgstr "" "Горизонтальне вирівнювання, від 0 (ліворуч) до 1 (праворуч). Інвертується " "для розташування RTL(справа-наліво)" -#: gtk/gtkentry.c:734 +#: ../gtk/gtkentry.c:734 msgid "Truncate multiline" msgstr "Обрізати багаторядні" -#: gtk/gtkentry.c:735 +#: ../gtk/gtkentry.c:735 msgid "Whether to truncate multiline pastes to one line." msgstr "Чи обрізати багаторядні вставки у один рядок." -#: gtk/gtkentry.c:751 +#: ../gtk/gtkentry.c:751 msgid "Which kind of shadow to draw around the entry when has-frame is set" msgstr "Тип тіні, що виводиться навколо поля з рамкою" -#: gtk/gtkentry.c:766 gtk/gtktextview.c:653 +#: ../gtk/gtkentry.c:766 ../gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "Режим заміщення" -#: gtk/gtkentry.c:767 +#: ../gtk/gtkentry.c:767 msgid "Whether new text overwrites existing text" msgstr "Чи текст, що вводиться заміщує наявний" -#: gtk/gtkentry.c:781 +#: ../gtk/gtkentry.c:781 msgid "Text length" msgstr "Довжина тексту" -#: gtk/gtkentry.c:782 +#: ../gtk/gtkentry.c:782 msgid "Length of the text currently in the entry" msgstr "Довжина поточного тексту у елементі" -#: gtk/gtkentry.c:797 -#, fuzzy +#: ../gtk/gtkentry.c:797 msgid "Invisible char set" -msgstr "Встановлення невидимості" +msgstr "Невидимий набір символів" -#: gtk/gtkentry.c:798 -#, fuzzy +#: ../gtk/gtkentry.c:798 msgid "Whether the invisible char has been set" -msgstr "Чи встановлено властивість розміру значка" +msgstr "Чи приховувати символи, що виводяться" -#: gtk/gtkentry.c:816 +#: ../gtk/gtkentry.c:816 msgid "Caps Lock warning" -msgstr "" +msgstr "Попередження про верхній регістр" -#: gtk/gtkentry.c:817 +#: ../gtk/gtkentry.c:817 msgid "Whether password entries will show a warning when Caps Lock is on" msgstr "" +"Чи показувати попередження про введення у верхньому регістрі у діалозі вводу " +"паролю" -#: gtk/gtkentry.c:831 -#, fuzzy +#: ../gtk/gtkentry.c:831 msgid "Progress Fraction" -msgstr "Дріб" +msgstr "Відсоток виконання" -#: gtk/gtkentry.c:832 -#, fuzzy +#: ../gtk/gtkentry.c:832 msgid "The current fraction of the task that's been completed" -msgstr "Виконана частина роботи" +msgstr "Відсоток виконання поставленого завдання" -#: gtk/gtkentry.c:849 -#, fuzzy +#: ../gtk/gtkentry.c:849 msgid "Progress Pulse Step" -msgstr "Крок приросту" +msgstr "Крок пульсації" -#: gtk/gtkentry.c:850 -#, fuzzy +#: ../gtk/gtkentry.c:850 msgid "" "The fraction of total entry width to move the progress bouncing block for " "each call to gtk_entry_progress_pulse()" msgstr "" -"Частина загального поступу, під час виконання якої відбувається приріст " -"індикатора поступу" +"Частина загального обсягу робіт, при виконання якої відбувається приріст " +"індикатора поступу при викликах gtk_entry_progress_pulse()" -#: gtk/gtkentry.c:866 -#, fuzzy +#: ../gtk/gtkentry.c:866 msgid "Primary pixbuf" -msgstr "Pixbuf" +msgstr "Головний значок" -#: gtk/gtkentry.c:867 -#, fuzzy +#: ../gtk/gtkentry.c:867 msgid "Primary pixbuf for the entry" -msgstr "Об'єкт Pixbuf для відкритого розширювача" +msgstr "Значок (Pixbuf) для відкритого розширюваного об'єкту" -#: gtk/gtkentry.c:881 -#, fuzzy +#: ../gtk/gtkentry.c:881 msgid "Secondary pixbuf" -msgstr "Вторинний текст" +msgstr "Додатковий текст" -#: gtk/gtkentry.c:882 -#, fuzzy +#: ../gtk/gtkentry.c:882 msgid "Secondary pixbuf for the entry" -msgstr "Додаткова кнопка переміщення вперед" +msgstr "Додатковий значок для поля вводу" -#: gtk/gtkentry.c:896 +#: ../gtk/gtkentry.c:896 msgid "Primary stock ID" -msgstr "" +msgstr "Ідентифікатор головного значка" -#: gtk/gtkentry.c:897 +#: ../gtk/gtkentry.c:897 msgid "Stock ID for primary icon" -msgstr "" +msgstr "Головний ідентифікатор вбудованого значка" -#: gtk/gtkentry.c:911 -#, fuzzy +#: ../gtk/gtkentry.c:911 msgid "Secondary stock ID" -msgstr "Вторинний текст" +msgstr "Ідентифікатор додаткового значка" -#: gtk/gtkentry.c:912 +#: ../gtk/gtkentry.c:912 msgid "Stock ID for secondary icon" -msgstr "" +msgstr "Додатковий ідентифікатор вбудованого значка" -#: gtk/gtkentry.c:926 -#, fuzzy +#: ../gtk/gtkentry.c:926 msgid "Primary icon name" -msgstr "Список назв значків" +msgstr "Назва головного значка" -#: gtk/gtkentry.c:927 +#: ../gtk/gtkentry.c:927 msgid "Icon name for primary icon" -msgstr "" +msgstr "Головна назва для значка" -#: gtk/gtkentry.c:941 -#, fuzzy +#: ../gtk/gtkentry.c:941 msgid "Secondary icon name" -msgstr "Вторинний текст" +msgstr "Назва додаткового значка" -#: gtk/gtkentry.c:942 +#: ../gtk/gtkentry.c:942 msgid "Icon name for secondary icon" -msgstr "" +msgstr "Додаткова назва для значка" -#: gtk/gtkentry.c:956 +#: ../gtk/gtkentry.c:956 msgid "Primary GIcon" -msgstr "" +msgstr "Головний значок GIcon" -#: gtk/gtkentry.c:957 -#, fuzzy +#: ../gtk/gtkentry.c:957 msgid "GIcon for primary icon" -msgstr "Значок цього вікна" +msgstr "Головний значок GIcon" -#: gtk/gtkentry.c:971 -#, fuzzy +#: ../gtk/gtkentry.c:971 msgid "Secondary GIcon" -msgstr "Вторинний" +msgstr "Додатковий GIcon" -#: gtk/gtkentry.c:972 +#: ../gtk/gtkentry.c:972 msgid "GIcon for secondary icon" -msgstr "" +msgstr "Додатковий GIcon" -#: gtk/gtkentry.c:986 -#, fuzzy +#: ../gtk/gtkentry.c:986 msgid "Primary storage type" -msgstr "Тип зберігання" +msgstr "Тип зберігання головного значка" -#: gtk/gtkentry.c:987 -#, fuzzy +#: ../gtk/gtkentry.c:987 msgid "The representation being used for primary icon" -msgstr "Представлення даних зображення" +msgstr "Представлення, що використовується для головного значка" -#: gtk/gtkentry.c:1002 -#, fuzzy +#: ../gtk/gtkentry.c:1002 msgid "Secondary storage type" -msgstr "Додаткова кнопка переміщення вперед" +msgstr "Представлення додаткового значка" -#: gtk/gtkentry.c:1003 -#, fuzzy +#: ../gtk/gtkentry.c:1003 msgid "The representation being used for secondary icon" -msgstr "Представлення даних зображення" +msgstr "Представлення, що використовується для додаткового значка" -#: gtk/gtkentry.c:1024 +#: ../gtk/gtkentry.c:1024 msgid "Primary icon activatable" -msgstr "" +msgstr "Головний значок активний" -#: gtk/gtkentry.c:1025 -#, fuzzy +#: ../gtk/gtkentry.c:1025 msgid "Whether the primary icon is activatable" -msgstr "Чи буде дія увімкнена." +msgstr "Чи активний головний значок" -#: gtk/gtkentry.c:1045 -#, fuzzy +#: ../gtk/gtkentry.c:1045 msgid "Secondary icon activatable" -msgstr "Вторинний колір курсора" +msgstr "Додатковий значок активний" -#: gtk/gtkentry.c:1046 -#, fuzzy +#: ../gtk/gtkentry.c:1046 msgid "Whether the secondary icon is activatable" -msgstr "Чи буде дія увімкнена." +msgstr "Чи активний додатковий значок" -#: gtk/gtkentry.c:1068 -#, fuzzy +#: ../gtk/gtkentry.c:1068 msgid "Primary icon sensitive" -msgstr "Показувати чутливість комірки" +msgstr "Головний значок чутливий" -#: gtk/gtkentry.c:1069 -#, fuzzy +#: ../gtk/gtkentry.c:1069 msgid "Whether the primary icon is sensitive" -msgstr "Чи враховує пошук елемента у списку регістр" +msgstr "Чи чутливий головний значок" -#: gtk/gtkentry.c:1090 -#, fuzzy +#: ../gtk/gtkentry.c:1090 msgid "Secondary icon sensitive" -msgstr "Вторинний текст" +msgstr "Додатковий значок чутливий" -#: gtk/gtkentry.c:1091 -#, fuzzy +#: ../gtk/gtkentry.c:1091 msgid "Whether the secondary icon is sensitive" -msgstr "Чи буде дія увімкнена." +msgstr "Чи чутливий додатковий значок" -#: gtk/gtkentry.c:1107 -#, fuzzy +#: ../gtk/gtkentry.c:1107 msgid "Primary icon tooltip text" -msgstr "Показувати чутливість комірки" +msgstr "Текст контекстної підказки головного значка" -#: gtk/gtkentry.c:1108 gtk/gtkentry.c:1144 -#, fuzzy +#: ../gtk/gtkentry.c:1108 ../gtk/gtkentry.c:1144 msgid "The contents of the tooltip on the primary icon" -msgstr "Вміст підказки для цього віджета" +msgstr "Зміст контекстної підказки головного значка" -#: gtk/gtkentry.c:1124 -#, fuzzy +#: ../gtk/gtkentry.c:1124 msgid "Secondary icon tooltip text" -msgstr "Вторинний колір курсора" +msgstr "Текст контекстної підказки додаткового значка" -#: gtk/gtkentry.c:1125 gtk/gtkentry.c:1163 -#, fuzzy +#: ../gtk/gtkentry.c:1125 ../gtk/gtkentry.c:1163 msgid "The contents of the tooltip on the secondary icon" -msgstr "Вміст підказки для цього віджета" +msgstr "Зміст контекстної підказки додаткового значка" -#: gtk/gtkentry.c:1143 -#, fuzzy +#: ../gtk/gtkentry.c:1143 msgid "Primary icon tooltip markup" -msgstr "Список назв значків" +msgstr "Розмітка контекстної підказки головного значка" -#: gtk/gtkentry.c:1162 -#, fuzzy +#: ../gtk/gtkentry.c:1162 msgid "Secondary icon tooltip markup" -msgstr "Вторинний текст" +msgstr "Розмітка контекстної підказки додаткового значка" -#: gtk/gtkentry.c:1182 gtk/gtktextview.c:681 -#, fuzzy +#: ../gtk/gtkentry.c:1182 ../gtk/gtktextview.c:681 msgid "IM module" -msgstr "Типовий модуль IM" +msgstr "Модуль вводу" -#: gtk/gtkentry.c:1183 gtk/gtktextview.c:682 -#, fuzzy +#: ../gtk/gtkentry.c:1183 ../gtk/gtktextview.c:682 msgid "Which IM module should be used" -msgstr "Чи треба типово використовувати модуль IM" +msgstr "Модуль вводу, що використовується" -#: gtk/gtkentry.c:1197 -#, fuzzy +#: ../gtk/gtkentry.c:1197 msgid "Icon Prelight" -msgstr "Висота" +msgstr "Виділення кольором значка" -#: gtk/gtkentry.c:1198 -#, fuzzy +#: ../gtk/gtkentry.c:1198 msgid "Whether activatable icons should prelight when hovered" -msgstr "Чи потрібно відображати ярлики вкладок" +msgstr "Чи виділяти кольором активний значок при наведені вказівника миші" -#: gtk/gtkentry.c:1211 -#, fuzzy +#: ../gtk/gtkentry.c:1211 msgid "Progress Border" -msgstr "Границя напрямної" +msgstr "Простір навколо індикатора поступу" -#: gtk/gtkentry.c:1212 -#, fuzzy +#: ../gtk/gtkentry.c:1212 msgid "Border around the progress bar" -msgstr "Текст, що відображається у панелі поступу" +msgstr "Відступи навколо індикатора поступу" -#: gtk/gtkentry.c:1662 +#: ../gtk/gtkentry.c:1662 msgid "Border between text and frame." msgstr "Бордюр між текстом та рамкою." -#: gtk/gtkentry.c:1676 -#, fuzzy +#: ../gtk/gtkentry.c:1676 msgid "State Hint" -msgstr "Рядок статусу" +msgstr "Підказка стану" -#: gtk/gtkentry.c:1677 -#, fuzzy +#: ../gtk/gtkentry.c:1677 msgid "Whether to pass a proper state when drawing shadow or background" -msgstr "" -"Бітова мапа, що буде використана в якості маски під час малювання тла тексту" +msgstr "Чи передавати стан поля вводу для виводу тіні або тла" -#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 +#: ../gtk/gtkentry.c:1682 ../gtk/gtklabel.c:695 msgid "Select on focus" msgstr "Вибір на фокусуванні" -#: gtk/gtkentry.c:1683 +#: ../gtk/gtkentry.c:1683 msgid "Whether to select the contents of an entry when it is focused" msgstr "Чи буде виділятись вміст поля, коли йому передається фокус " -#: gtk/gtkentry.c:1697 +#: ../gtk/gtkentry.c:1697 msgid "Password Hint Timeout" msgstr "Інтервал очікування підказки паролю" -#: gtk/gtkentry.c:1698 +#: ../gtk/gtkentry.c:1698 msgid "How long to show the last input character in hidden entries" msgstr "Як довго показувати останній введений символ у прихованих полях" -#: gtk/gtkentrycompletion.c:279 +#: ../gtk/gtkentrycompletion.c:279 msgid "Completion Model" msgstr "Модель доповнення" -#: gtk/gtkentrycompletion.c:280 +#: ../gtk/gtkentrycompletion.c:280 msgid "The model to find matches in" msgstr "Модель для пошуку відповідностей" -#: gtk/gtkentrycompletion.c:286 +#: ../gtk/gtkentrycompletion.c:286 msgid "Minimum Key Length" msgstr "Мінімальна довжина ключа" -#: gtk/gtkentrycompletion.c:287 +#: ../gtk/gtkentrycompletion.c:287 msgid "Minimum length of the search key in order to look up matches" msgstr "Мінімальна довжина ключа, при пошуку відповідностей" -#: gtk/gtkentrycompletion.c:303 gtk/gtkiconview.c:585 +#: ../gtk/gtkentrycompletion.c:303 ../gtk/gtkiconview.c:585 msgid "Text column" msgstr "Текстовий стовпчик" -#: gtk/gtkentrycompletion.c:304 +#: ../gtk/gtkentrycompletion.c:304 msgid "The column of the model containing the strings." msgstr "Стовпчик у моделі джерела даних, що містить рядки." -#: gtk/gtkentrycompletion.c:323 +#: ../gtk/gtkentrycompletion.c:323 msgid "Inline completion" msgstr "Автозавершення" -#: gtk/gtkentrycompletion.c:324 +#: ../gtk/gtkentrycompletion.c:324 msgid "Whether the common prefix should be inserted automatically" msgstr "Чи повинен загальний префікс підставлятись автоматично" -#: gtk/gtkentrycompletion.c:338 +#: ../gtk/gtkentrycompletion.c:338 msgid "Popup completion" msgstr "Випадаюче автозавершення" -#: gtk/gtkentrycompletion.c:339 +#: ../gtk/gtkentrycompletion.c:339 msgid "Whether the completions should be shown in a popup window" msgstr "Чи відображатиметься границя елементу" -#: gtk/gtkentrycompletion.c:354 +#: ../gtk/gtkentrycompletion.c:354 msgid "Popup set width" msgstr "Ширина випадаючого набору" -#: gtk/gtkentrycompletion.c:355 +#: ../gtk/gtkentrycompletion.c:355 msgid "If TRUE, the popup window will have the same size as the entry" msgstr "" "Якщо встановлено, випадаюче вікно буде мати такий саме розмір як і елемент" -#: gtk/gtkentrycompletion.c:373 +#: ../gtk/gtkentrycompletion.c:373 msgid "Popup single match" msgstr "Випадати одним рядком" -#: gtk/gtkentrycompletion.c:374 +#: ../gtk/gtkentrycompletion.c:374 msgid "If TRUE, the popup window will appear for a single match." msgstr "Якщо встановлено, випадаюче вікно буде відображатись одним рядком." -#: gtk/gtkentrycompletion.c:388 +#: ../gtk/gtkentrycompletion.c:388 msgid "Inline selection" msgstr "Inline-виділення" -#: gtk/gtkentrycompletion.c:389 +#: ../gtk/gtkentrycompletion.c:389 msgid "Your description here" msgstr "Ваш опис" -#: gtk/gtkeventbox.c:91 +#: ../gtk/gtkeventbox.c:91 msgid "Visible Window" msgstr "Видиме вікно" -#: gtk/gtkeventbox.c:92 +#: ../gtk/gtkeventbox.c:92 msgid "" "Whether the event box is visible, as opposed to invisible and only used to " "trap events." @@ -2612,11 +2591,11 @@ msgstr "" "Чи є контейнер подій видимим, на відміну до невидимих та використовується " "лише для слідкування за подіями." -#: gtk/gtkeventbox.c:98 +#: ../gtk/gtkeventbox.c:98 msgid "Above child" msgstr "Верхній елемент" -#: gtk/gtkeventbox.c:99 +#: ../gtk/gtkeventbox.c:99 msgid "" "Whether the event-trapping window of the eventbox is above the window of the " "child widget as opposed to below it." @@ -2624,139 +2603,140 @@ msgstr "" "Чи вікно слідкування за подіями відповідного елементу керування знаходиться " "над вікном вкладеного віджету, або ж знизу." -#: gtk/gtkexpander.c:187 +#: ../gtk/gtkexpander.c:187 msgid "Expanded" msgstr "Розширений" -#: gtk/gtkexpander.c:188 +#: ../gtk/gtkexpander.c:188 msgid "Whether the expander has been opened to reveal the child widget" msgstr "Чи розширювач був відкритий для показу вкладеного елементу" -#: gtk/gtkexpander.c:196 +#: ../gtk/gtkexpander.c:196 msgid "Text of the expander's label" msgstr "Текст розгорнутої позначки" -#: gtk/gtkexpander.c:211 gtk/gtklabel.c:381 +#: ../gtk/gtkexpander.c:211 ../gtk/gtklabel.c:381 msgid "Use markup" msgstr "Використовувати розмітку" -#: gtk/gtkexpander.c:212 gtk/gtklabel.c:382 +#: ../gtk/gtkexpander.c:212 ../gtk/gtklabel.c:382 msgid "The text of the label includes XML markup. See pango_parse_markup()" msgstr "Текст позначки включає розмітку XML. Див. pango_parse_markup()" -#: gtk/gtkexpander.c:220 +#: ../gtk/gtkexpander.c:220 msgid "Space to put between the label and the child" msgstr "Додатковий інтервал між вкладеним елементом і його сусідами, в точках" -#: gtk/gtkexpander.c:229 gtk/gtkframe.c:147 gtk/gtktoolbutton.c:216 +#: ../gtk/gtkexpander.c:229 ../gtk/gtkframe.c:147 ../gtk/gtktoolbutton.c:216 msgid "Label widget" msgstr "Віджет \"позначка\"" -#: gtk/gtkexpander.c:230 +#: ../gtk/gtkexpander.c:230 msgid "A widget to display in place of the usual expander label" msgstr "Віджет для відображення у місці звичайної позначки рамки" -#: gtk/gtkexpander.c:236 gtk/gtktreeview.c:783 +#: ../gtk/gtkexpander.c:236 ../gtk/gtktreeview.c:783 msgid "Expander Size" msgstr "Розмір розширювача" -#: gtk/gtkexpander.c:237 gtk/gtktreeview.c:784 +#: ../gtk/gtkexpander.c:237 ../gtk/gtktreeview.c:784 msgid "Size of the expander arrow" msgstr "Величина стрілки розширювача" -#: gtk/gtkexpander.c:246 +#: ../gtk/gtkexpander.c:246 msgid "Spacing around expander arrow" msgstr "Інтервал навколо стрілки розширювача" -#: gtk/gtkfilechooser.c:194 +#: ../gtk/gtkfilechooser.c:194 msgid "Action" msgstr "Дія" -#: gtk/gtkfilechooser.c:195 +#: ../gtk/gtkfilechooser.c:195 msgid "The type of operation that the file selector is performing" msgstr "Тип операції, яку виконує діалог вибору файлів" -#: gtk/gtkfilechooser.c:201 +#: ../gtk/gtkfilechooser.c:201 msgid "File System Backend" msgstr "Механізм підтримки файлової системи" -#: gtk/gtkfilechooser.c:202 +#: ../gtk/gtkfilechooser.c:202 msgid "Name of file system backend to use" msgstr "Назва механізму підтримки файлової системи" -#: gtk/gtkfilechooser.c:207 gtk/gtkrecentchooser.c:264 +#: ../gtk/gtkfilechooser.c:207 ../gtk/gtkrecentchooser.c:264 msgid "Filter" msgstr "Фільтр" -#: gtk/gtkfilechooser.c:208 +#: ../gtk/gtkfilechooser.c:208 msgid "The current filter for selecting which files are displayed" msgstr "Поточний фільтр для відбору файлів, що відображаються" -#: gtk/gtkfilechooser.c:213 +#: ../gtk/gtkfilechooser.c:213 msgid "Local Only" msgstr "Лише локальні" -#: gtk/gtkfilechooser.c:214 +#: ../gtk/gtkfilechooser.c:214 msgid "Whether the selected file(s) should be limited to local file: URLs" msgstr "Чи виділення файлу(ів) повинно обмежуватись локальними файлами: URL" -#: gtk/gtkfilechooser.c:219 +#: ../gtk/gtkfilechooser.c:219 msgid "Preview widget" msgstr "Віджет попереднього перегляду" -#: gtk/gtkfilechooser.c:220 +#: ../gtk/gtkfilechooser.c:220 msgid "Application supplied widget for custom previews." msgstr "Віджет, що надається програмою, для власного попереднього перегляду." -#: gtk/gtkfilechooser.c:225 +#: ../gtk/gtkfilechooser.c:225 msgid "Preview Widget Active" msgstr "Попередній перегляд активний" -#: gtk/gtkfilechooser.c:226 +#: ../gtk/gtkfilechooser.c:226 msgid "" "Whether the application supplied widget for custom previews should be shown." msgstr "" "Чи буде показуватись віджет, що надається програмою, для власного " "попереднього перегляду." -#: gtk/gtkfilechooser.c:231 +#: ../gtk/gtkfilechooser.c:231 msgid "Use Preview Label" msgstr "Використовувати позначку попереднього перегляду" -#: gtk/gtkfilechooser.c:232 +#: ../gtk/gtkfilechooser.c:232 msgid "Whether to display a stock label with the name of the previewed file." msgstr "" "Чи відображати вбудовану позначку з назвою файлу попереднього перегляду." -#: gtk/gtkfilechooser.c:237 +#: ../gtk/gtkfilechooser.c:237 msgid "Extra widget" msgstr "Додатковий віджет" -#: gtk/gtkfilechooser.c:238 +#: ../gtk/gtkfilechooser.c:238 msgid "Application supplied widget for extra options." msgstr "Наданий програмою віджет, для додаткових параметрів." -#: gtk/gtkfilechooser.c:243 gtk/gtkfilesel.c:540 gtk/gtkrecentchooser.c:203 +#: ../gtk/gtkfilechooser.c:243 ../gtk/gtkfilesel.c:540 +#: ../gtk/gtkrecentchooser.c:203 msgid "Select Multiple" msgstr "Виділяти декілька" -#: gtk/gtkfilechooser.c:244 gtk/gtkfilesel.c:541 +#: ../gtk/gtkfilechooser.c:244 ../gtk/gtkfilesel.c:541 msgid "Whether to allow multiple files to be selected" msgstr "Чи дозволяти виділення багатьох файлів" -#: gtk/gtkfilechooser.c:250 +#: ../gtk/gtkfilechooser.c:250 msgid "Show Hidden" msgstr "Показувати приховані" -#: gtk/gtkfilechooser.c:251 +#: ../gtk/gtkfilechooser.c:251 msgid "Whether the hidden files and folders should be displayed" msgstr "Чи показувати приховані файли та теки" -#: gtk/gtkfilechooser.c:266 +#: ../gtk/gtkfilechooser.c:266 msgid "Do overwrite confirmation" msgstr "Попереджувати перед перезаписом" -#: gtk/gtkfilechooser.c:267 +#: ../gtk/gtkfilechooser.c:267 msgid "" "Whether a file chooser in save mode will present an overwrite confirmation " "dialog if necessary." @@ -2764,172 +2744,172 @@ msgstr "" "Чи селектор файлів у режимі збереження буде виводити діалогове вікно з " "попередженням про перезапис, якщо користувач обрав існуючий файл." -#: gtk/gtkfilechooserbutton.c:376 +#: ../gtk/gtkfilechooserbutton.c:376 msgid "Dialog" msgstr "Діалог" -#: gtk/gtkfilechooserbutton.c:377 +#: ../gtk/gtkfilechooserbutton.c:377 msgid "The file chooser dialog to use." msgstr "Діалог вибору файлів, що використовується." -#: gtk/gtkfilechooserbutton.c:408 +#: ../gtk/gtkfilechooserbutton.c:408 msgid "The title of the file chooser dialog." msgstr "Заголовок діалогового вікна вибору файла." -#: gtk/gtkfilechooserbutton.c:422 +#: ../gtk/gtkfilechooserbutton.c:422 msgid "The desired width of the button widget, in characters." msgstr "Бажана ширина віджета кнопки, у символах." -#: gtk/gtkfilesel.c:526 gtk/gtkimage.c:163 gtk/gtkrecentmanager.c:214 -#: gtk/gtkstatusicon.c:218 +#: ../gtk/gtkfilesel.c:526 ../gtk/gtkimage.c:163 ../gtk/gtkrecentmanager.c:214 +#: ../gtk/gtkstatusicon.c:218 msgid "Filename" msgstr "Назва файлу" -#: gtk/gtkfilesel.c:527 +#: ../gtk/gtkfilesel.c:527 msgid "The currently selected filename" msgstr "Назва поточного виділеного файлу" -#: gtk/gtkfilesel.c:533 +#: ../gtk/gtkfilesel.c:533 msgid "Show file operations" msgstr "Показувати файлові операції" -#: gtk/gtkfilesel.c:534 +#: ../gtk/gtkfilesel.c:534 msgid "Whether buttons for creating/manipulating files should be displayed" msgstr "Чи показувати кнопки створення і маніпулювання файлами" -#: gtk/gtkfixed.c:90 gtk/gtklayout.c:596 +#: ../gtk/gtkfixed.c:90 ../gtk/gtklayout.c:596 msgid "X position" msgstr "Позиція по X" -#: gtk/gtkfixed.c:91 gtk/gtklayout.c:597 +#: ../gtk/gtkfixed.c:91 ../gtk/gtklayout.c:597 msgid "X position of child widget" msgstr "Горизонтальна позиція вкладеного віджета" -#: gtk/gtkfixed.c:100 gtk/gtklayout.c:606 +#: ../gtk/gtkfixed.c:100 ../gtk/gtklayout.c:606 msgid "Y position" msgstr "Позиція по Y" -#: gtk/gtkfixed.c:101 gtk/gtklayout.c:607 +#: ../gtk/gtkfixed.c:101 ../gtk/gtklayout.c:607 msgid "Y position of child widget" msgstr "Вертикальна позиція вкладеного віджета" -#: gtk/gtkfontbutton.c:143 +#: ../gtk/gtkfontbutton.c:143 msgid "The title of the font selection dialog" msgstr "Заголовок діалогового вікна вибору шрифту" -#: gtk/gtkfontbutton.c:158 gtk/gtkfontsel.c:196 +#: ../gtk/gtkfontbutton.c:158 ../gtk/gtkfontsel.c:196 msgid "Font name" msgstr "Назва шрифту" -#: gtk/gtkfontbutton.c:159 +#: ../gtk/gtkfontbutton.c:159 msgid "The name of the selected font" msgstr "Назва вибраного шрифту" -#: gtk/gtkfontbutton.c:160 +#: ../gtk/gtkfontbutton.c:160 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:175 +#: ../gtk/gtkfontbutton.c:175 msgid "Use font in label" msgstr "Використати шрифт у позначці" -#: gtk/gtkfontbutton.c:176 +#: ../gtk/gtkfontbutton.c:176 msgid "Whether the label is drawn in the selected font" msgstr "Чи має позначка відображатись вибраним шрифтом" -#: gtk/gtkfontbutton.c:191 +#: ../gtk/gtkfontbutton.c:191 msgid "Use size in label" msgstr "Використовувати розмір у позначці" -#: gtk/gtkfontbutton.c:192 +#: ../gtk/gtkfontbutton.c:192 msgid "Whether the label is drawn with the selected font size" msgstr "Чи має позначка відображатись шрифтом визначеного розміру" -#: gtk/gtkfontbutton.c:208 +#: ../gtk/gtkfontbutton.c:208 msgid "Show style" msgstr "Показ стилю" -#: gtk/gtkfontbutton.c:209 +#: ../gtk/gtkfontbutton.c:209 msgid "Whether the selected font style is shown in the label" msgstr "Чи показується стиль вибраного шрифту у позначці" -#: gtk/gtkfontbutton.c:224 +#: ../gtk/gtkfontbutton.c:224 msgid "Show size" msgstr "Показ розміру" -#: gtk/gtkfontbutton.c:225 +#: ../gtk/gtkfontbutton.c:225 msgid "Whether selected font size is shown in the label" msgstr "Чи показується розмір вибраного шрифту у позначці" -#: gtk/gtkfontsel.c:197 +#: ../gtk/gtkfontsel.c:197 msgid "The string that represents this font" msgstr "Рядок який представляє цей шрифт" -#: gtk/gtkfontsel.c:204 +#: ../gtk/gtkfontsel.c:204 msgid "The GdkFont that is currently selected" msgstr "Поточний вибраний об'єкт GdkFont" -#: gtk/gtkfontsel.c:210 +#: ../gtk/gtkfontsel.c:210 msgid "Preview text" msgstr "Перегляд тексту" -#: gtk/gtkfontsel.c:211 +#: ../gtk/gtkfontsel.c:211 msgid "The text to display in order to demonstrate the selected font" msgstr "Текст для демонстрації вибраного шрифту" -#: gtk/gtkframe.c:106 +#: ../gtk/gtkframe.c:106 msgid "Text of the frame's label" msgstr "Текст позначки рамки" -#: gtk/gtkframe.c:113 +#: ../gtk/gtkframe.c:113 msgid "Label xalign" msgstr "Вирівнювання по X" -#: gtk/gtkframe.c:114 +#: ../gtk/gtkframe.c:114 msgid "The horizontal alignment of the label" msgstr "Горизонтальне вирівнювання позначки" -#: gtk/gtkframe.c:122 +#: ../gtk/gtkframe.c:122 msgid "Label yalign" msgstr "Вирівнювання по Y" -#: gtk/gtkframe.c:123 +#: ../gtk/gtkframe.c:123 msgid "The vertical alignment of the label" msgstr "Вертикальне вирівнювання позначки" -#: gtk/gtkframe.c:131 gtk/gtkhandlebox.c:167 +#: ../gtk/gtkframe.c:131 ../gtk/gtkhandlebox.c:167 msgid "Deprecated property, use shadow_type instead" msgstr "Заборонена властивість, використовуйте замість неї shadow_type" -#: gtk/gtkframe.c:138 +#: ../gtk/gtkframe.c:138 msgid "Frame shadow" msgstr "Тінь рамки" -#: gtk/gtkframe.c:139 +#: ../gtk/gtkframe.c:139 msgid "Appearance of the frame border" msgstr "Зовнішній вигляд бордюру рамки" -#: gtk/gtkframe.c:148 +#: ../gtk/gtkframe.c:148 msgid "A widget to display in place of the usual frame label" msgstr "Віджет для відображення замість звичайної позначки рамки" -#: gtk/gtkhandlebox.c:175 +#: ../gtk/gtkhandlebox.c:175 msgid "Appearance of the shadow that surrounds the container" msgstr "Вигляд тіні, що оточує контейнер" -#: gtk/gtkhandlebox.c:183 +#: ../gtk/gtkhandlebox.c:183 msgid "Handle position" msgstr "Позиція регулятора" -#: gtk/gtkhandlebox.c:184 +#: ../gtk/gtkhandlebox.c:184 msgid "Position of the handle relative to the child widget" msgstr "Позиція регулятора відносно вкладеного віджета" -#: gtk/gtkhandlebox.c:192 +#: ../gtk/gtkhandlebox.c:192 msgid "Snap edge" msgstr "Вирівнювання країв" -#: gtk/gtkhandlebox.c:193 +#: ../gtk/gtkhandlebox.c:193 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" @@ -2937,11 +2917,11 @@ msgstr "" "Бік органу керування, вирівняний по точці стикування для стикування органу " "керування" -#: gtk/gtkhandlebox.c:201 +#: ../gtk/gtkhandlebox.c:201 msgid "Snap edge set" msgstr "Встановлення вирівнювання країв" -#: gtk/gtkhandlebox.c:202 +#: ../gtk/gtkhandlebox.c:202 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" @@ -2949,11 +2929,11 @@ msgstr "" "Використовувати значення властивості snap_edge чи значення отримане з " "handle_position" -#: gtk/gtkhandlebox.c:209 +#: ../gtk/gtkhandlebox.c:209 msgid "Child Detached" msgstr "Дочірній елемент від'єднано" -#: gtk/gtkhandlebox.c:210 +#: ../gtk/gtkhandlebox.c:210 msgid "" "A boolean value indicating whether the handlebox's child is attached or " "detached." @@ -2961,260 +2941,261 @@ msgstr "" "Двійкове значення, що показує ч дочірній елемент handlebox приєднаний чи " "від'єднаний." -#: gtk/gtkiconview.c:548 +#: ../gtk/gtkiconview.c:548 msgid "Selection mode" msgstr "Режим виділення" -#: gtk/gtkiconview.c:549 +#: ../gtk/gtkiconview.c:549 msgid "The selection mode" msgstr "Режим виділення" -#: gtk/gtkiconview.c:567 +#: ../gtk/gtkiconview.c:567 msgid "Pixbuf column" msgstr "Стовпчик pixbuf" -#: gtk/gtkiconview.c:568 +#: ../gtk/gtkiconview.c:568 msgid "Model column used to retrieve the icon pixbuf from" msgstr "" "Модель стовпця, що використовується для отримання зображення (pixbuf) значка" -#: gtk/gtkiconview.c:586 +#: ../gtk/gtkiconview.c:586 msgid "Model column used to retrieve the text from" msgstr "Модель стовпчика, що використовується для отримання з неї тексту" -#: gtk/gtkiconview.c:605 +#: ../gtk/gtkiconview.c:605 msgid "Markup column" msgstr "Розмітка стовпчика" -#: gtk/gtkiconview.c:606 +#: ../gtk/gtkiconview.c:606 msgid "Model column used to retrieve the text if using Pango markup" msgstr "" "Модель стовпчика, що використовується для тримання з неї тексту, якщо " "використовується розмітка pango" -#: gtk/gtkiconview.c:613 +#: ../gtk/gtkiconview.c:613 msgid "Icon View Model" msgstr "Модель Icon View" -#: gtk/gtkiconview.c:614 +#: ../gtk/gtkiconview.c:614 msgid "The model for the icon view" msgstr "Модель для перегляду у вигляді значків" -#: gtk/gtkiconview.c:630 +#: ../gtk/gtkiconview.c:630 msgid "Number of columns" msgstr "Кількість стовпчиків" -#: gtk/gtkiconview.c:631 +#: ../gtk/gtkiconview.c:631 msgid "Number of columns to display" msgstr "Кількість стовпчиків, що відображаються" -#: gtk/gtkiconview.c:648 +#: ../gtk/gtkiconview.c:648 msgid "Width for each item" msgstr "Віджет для кожного елемента" -#: gtk/gtkiconview.c:649 +#: ../gtk/gtkiconview.c:649 msgid "The width used for each item" msgstr "Ширина, що використовується для кожного елемента" -#: gtk/gtkiconview.c:665 +#: ../gtk/gtkiconview.c:665 msgid "Space which is inserted between cells of an item" msgstr "Простір, що вставляється між комірками елемента" -#: gtk/gtkiconview.c:680 +#: ../gtk/gtkiconview.c:680 msgid "Row Spacing" msgstr "Міжрядковий інтервал" -#: gtk/gtkiconview.c:681 +#: ../gtk/gtkiconview.c:681 msgid "Space which is inserted between grid rows" msgstr "Простір, що вставляється між рядками сітки" -#: gtk/gtkiconview.c:696 +#: ../gtk/gtkiconview.c:696 msgid "Column Spacing" msgstr "Інтервал між стовпчиками" -#: gtk/gtkiconview.c:697 +#: ../gtk/gtkiconview.c:697 msgid "Space which is inserted between grid columns" msgstr "Простір, що вставляється між стовпчиками сітки" -#: gtk/gtkiconview.c:712 +#: ../gtk/gtkiconview.c:712 msgid "Margin" msgstr "Відступ" -#: gtk/gtkiconview.c:713 +#: ../gtk/gtkiconview.c:713 msgid "Space which is inserted at the edges of the icon view" msgstr "Простір, що вставляється на краях відображення значка" -#: gtk/gtkiconview.c:730 +#: ../gtk/gtkiconview.c:730 msgid "" "How the text and icon of each item are positioned relative to each other" msgstr "" "Як текст та значки кожного елемента розташовуються один відносно іншого" -#: gtk/gtkiconview.c:746 gtk/gtktreeview.c:618 gtk/gtktreeviewcolumn.c:307 +#: ../gtk/gtkiconview.c:746 ../gtk/gtktreeview.c:618 +#: ../gtk/gtktreeviewcolumn.c:307 msgid "Reorderable" msgstr "Дозволено перестановку" -#: gtk/gtkiconview.c:747 gtk/gtktreeview.c:619 +#: ../gtk/gtkiconview.c:747 ../gtk/gtktreeview.c:619 msgid "View is reorderable" msgstr "Перегляд можна перегрупувати" -#: gtk/gtkiconview.c:754 gtk/gtktreeview.c:769 +#: ../gtk/gtkiconview.c:754 ../gtk/gtktreeview.c:769 msgid "Tooltip Column" msgstr "Стовпчик підказки" -#: gtk/gtkiconview.c:755 +#: ../gtk/gtkiconview.c:755 msgid "The column in the model containing the tooltip texts for the items" msgstr "Стовпчик у моделі, що містить текстову підказку для елементів" -#: gtk/gtkiconview.c:766 +#: ../gtk/gtkiconview.c:766 msgid "Selection Box Color" msgstr "Колір діалогу виділення виділення" -#: gtk/gtkiconview.c:767 +#: ../gtk/gtkiconview.c:767 msgid "Color of the selection box" msgstr "Колір діалогу виділення виділення" -#: gtk/gtkiconview.c:773 +#: ../gtk/gtkiconview.c:773 msgid "Selection Box Alpha" msgstr "Прозорість діалогу виділення" -#: gtk/gtkiconview.c:774 +#: ../gtk/gtkiconview.c:774 msgid "Opacity of the selection box" msgstr "Заголовок діалогу виділення" -#: gtk/gtkimage.c:131 gtk/gtkstatusicon.c:210 +#: ../gtk/gtkimage.c:131 ../gtk/gtkstatusicon.c:210 msgid "Pixbuf" msgstr "Pixbuf" -#: gtk/gtkimage.c:132 gtk/gtkstatusicon.c:211 +#: ../gtk/gtkimage.c:132 ../gtk/gtkstatusicon.c:211 msgid "A GdkPixbuf to display" msgstr "Об'єкт GdkPixbuf до відображення" -#: gtk/gtkimage.c:139 +#: ../gtk/gtkimage.c:139 msgid "Pixmap" msgstr "Растрове зображення" -#: gtk/gtkimage.c:140 +#: ../gtk/gtkimage.c:140 msgid "A GdkPixmap to display" msgstr "Об'єкт GdkPixmap для відображення" -#: gtk/gtkimage.c:147 gtk/gtkmessagedialog.c:215 +#: ../gtk/gtkimage.c:147 ../gtk/gtkmessagedialog.c:215 msgid "Image" msgstr "Зображення" -#: gtk/gtkimage.c:148 +#: ../gtk/gtkimage.c:148 msgid "A GdkImage to display" msgstr "Об'єкт GdkImage до відображення" -#: gtk/gtkimage.c:155 +#: ../gtk/gtkimage.c:155 msgid "Mask" msgstr "Маска" -#: gtk/gtkimage.c:156 +#: ../gtk/gtkimage.c:156 msgid "Mask bitmap to use with GdkImage or GdkPixmap" msgstr "Бітова маска, що використовується з GdkImage чи GdkPixmap" -#: gtk/gtkimage.c:164 gtk/gtkstatusicon.c:219 +#: ../gtk/gtkimage.c:164 ../gtk/gtkstatusicon.c:219 msgid "Filename to load and display" msgstr "Назва файла до завантаження й відображення" -#: gtk/gtkimage.c:173 gtk/gtkstatusicon.c:227 +#: ../gtk/gtkimage.c:173 ../gtk/gtkstatusicon.c:227 msgid "Stock ID for a stock image to display" msgstr "Ідентифікатор вбудованого зображення для відображення" -#: gtk/gtkimage.c:180 +#: ../gtk/gtkimage.c:180 msgid "Icon set" msgstr "Набір значків" -#: gtk/gtkimage.c:181 +#: ../gtk/gtkimage.c:181 msgid "Icon set to display" msgstr "Набір значків до відображення" -#: gtk/gtkimage.c:188 gtk/gtkscalebutton.c:216 gtk/gtktoolbar.c:540 +#: ../gtk/gtkimage.c:188 ../gtk/gtkscalebutton.c:216 ../gtk/gtktoolbar.c:540 msgid "Icon size" msgstr "Розмір значків" -#: gtk/gtkimage.c:189 +#: ../gtk/gtkimage.c:189 msgid "Symbolic size to use for stock icon, icon set or named icon" msgstr "" "Символічний розмір для вбудованого значка, набору значків чи значка з назвою" -#: gtk/gtkimage.c:205 +#: ../gtk/gtkimage.c:205 msgid "Pixel size" msgstr "Розмір у точках" -#: gtk/gtkimage.c:206 +#: ../gtk/gtkimage.c:206 msgid "Pixel size to use for named icon" msgstr "Розмір у точках, що використовується для значка з назвою" -#: gtk/gtkimage.c:214 +#: ../gtk/gtkimage.c:214 msgid "Animation" msgstr "Анімація" -#: gtk/gtkimage.c:215 +#: ../gtk/gtkimage.c:215 msgid "GdkPixbufAnimation to display" msgstr "GdkPixbufAnimation до відображення" -#: gtk/gtkimage.c:255 gtk/gtkstatusicon.c:258 +#: ../gtk/gtkimage.c:255 ../gtk/gtkstatusicon.c:258 msgid "Storage type" msgstr "Тип зберігання" -#: gtk/gtkimage.c:256 gtk/gtkstatusicon.c:259 +#: ../gtk/gtkimage.c:256 ../gtk/gtkstatusicon.c:259 msgid "The representation being used for image data" msgstr "Представлення даних зображення" -#: gtk/gtkimagemenuitem.c:136 +#: ../gtk/gtkimagemenuitem.c:136 msgid "Child widget to appear next to the menu text" msgstr "Спадкоємний віджет, що з'являтиметься за текстом меню" -#: gtk/gtkimagemenuitem.c:151 -#, fuzzy +#: ../gtk/gtkimagemenuitem.c:151 msgid "Whether to use the label text to create a stock menu item" -msgstr "Чи може текст позначки бути виділений використовуючи мишу" - -#: gtk/gtkimagemenuitem.c:169 -msgid "Always show image" msgstr "" +"Чи використовувати текст позначки вбудованого значка при створенні елемента " +"меню" -#: gtk/gtkimagemenuitem.c:170 -#, fuzzy +#: ../gtk/gtkimagemenuitem.c:169 +msgid "Always show image" +msgstr "Завжди показувати значок" + +#: ../gtk/gtkimagemenuitem.c:170 msgid "Whether the image will always be shown" -msgstr "Чи віджет видимий" +msgstr "Чи показувати значок у меню" -#: gtk/gtkimagemenuitem.c:184 gtk/gtkmenu.c:515 +#: ../gtk/gtkimagemenuitem.c:184 ../gtk/gtkmenu.c:515 msgid "Accel Group" msgstr "Група прискорювачів" -#: gtk/gtkimagemenuitem.c:185 -#, fuzzy +#: ../gtk/gtkimagemenuitem.c:185 msgid "The Accel Group to use for stock accelerator keys" -msgstr "Об'єкт GClosure, в якому відображуються зміни комбінації клавіш" +msgstr "" +"Група прискорювачів для додавання комбінацій клавіш для вбудованого значка" -#: gtk/gtkimagemenuitem.c:190 +#: ../gtk/gtkimagemenuitem.c:190 msgid "Show menu images" msgstr "Показувати зображення меню" -#: gtk/gtkimagemenuitem.c:191 +#: ../gtk/gtkimagemenuitem.c:191 msgid "Whether images should be shown in menus" msgstr "Чи потрібно відображати зображення у меню" -#: gtk/gtkinvisible.c:87 gtk/gtkwindow.c:615 +#: ../gtk/gtkinvisible.c:87 ../gtk/gtkwindow.c:615 msgid "The screen where this window will be displayed" msgstr "Екран, на якому буде відображено це вікно" -#: gtk/gtklabel.c:368 +#: ../gtk/gtklabel.c:368 msgid "The text of the label" msgstr "Текст позначки" -#: gtk/gtklabel.c:375 +#: ../gtk/gtklabel.c:375 msgid "A list of style attributes to apply to the text of the label" msgstr "Список стильових ознак для застосування до тексту позначки" -#: gtk/gtklabel.c:396 gtk/gtktexttag.c:359 gtk/gtktextview.c:590 +#: ../gtk/gtklabel.c:396 ../gtk/gtktexttag.c:359 ../gtk/gtktextview.c:590 msgid "Justification" msgstr "Вирівнювання" -#: gtk/gtklabel.c:397 +#: ../gtk/gtklabel.c:397 msgid "" "The alignment of the lines in the text of the label relative to each other. " "This does NOT affect the alignment of the label within its allocation. See " @@ -3224,11 +3205,11 @@ msgstr "" "вирівнювання позначки у вказаному для неї місці. Для цього дивіться GtkMisc::" "xalign" -#: gtk/gtklabel.c:405 +#: ../gtk/gtklabel.c:405 msgid "Pattern" msgstr "Шаблон" -#: gtk/gtklabel.c:406 +#: ../gtk/gtklabel.c:406 msgid "" "A string with _ characters in positions correspond to characters in the text " "to underline" @@ -3236,49 +3217,49 @@ msgstr "" "Рядок із символами підкреслення (_) в позиціях відповідних до позиції " "символів, які потрібно підкреслити в тексті" -#: gtk/gtklabel.c:413 +#: ../gtk/gtklabel.c:413 msgid "Line wrap" msgstr "Перенос рядків" -#: gtk/gtklabel.c:414 +#: ../gtk/gtklabel.c:414 msgid "If set, wrap lines if the text becomes too wide" msgstr "Якщо встановлено, занадто довгі рядки переносяться" -#: gtk/gtklabel.c:429 +#: ../gtk/gtklabel.c:429 msgid "Line wrap mode" msgstr "Режим переносу рядків" -#: gtk/gtklabel.c:430 +#: ../gtk/gtklabel.c:430 msgid "If wrap is set, controls how linewrapping is done" msgstr "" "Якщо встановлено перенос рядків, контролює як виконувати перенос рядків" -#: gtk/gtklabel.c:437 +#: ../gtk/gtklabel.c:437 msgid "Selectable" msgstr "Вибирається" -#: gtk/gtklabel.c:438 +#: ../gtk/gtklabel.c:438 msgid "Whether the label text can be selected with the mouse" msgstr "Чи може текст позначки бути виділений використовуючи мишу" -#: gtk/gtklabel.c:444 +#: ../gtk/gtklabel.c:444 msgid "Mnemonic key" msgstr "Мнемонічна клавіша" -#: gtk/gtklabel.c:445 +#: ../gtk/gtklabel.c:445 msgid "The mnemonic accelerator key for this label" msgstr "Мнемонічна клавіша-прискорювач для цієї позначки" -#: gtk/gtklabel.c:453 +#: ../gtk/gtklabel.c:453 msgid "Mnemonic widget" msgstr "Мнемонічний віджет" -#: gtk/gtklabel.c:454 +#: ../gtk/gtklabel.c:454 msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "" "Віджет, який буде активовано під час натиснення мнемонічної клавіші позначки" -#: gtk/gtklabel.c:500 +#: ../gtk/gtklabel.c:500 msgid "" "The preferred place to ellipsize the string, if the label does not have " "enough room to display the entire string" @@ -3286,101 +3267,101 @@ msgstr "" "Бажане місце для еліптизації рядка, якщо для відображення усього рядка не " "вистачає місця." -#: gtk/gtklabel.c:540 +#: ../gtk/gtklabel.c:540 msgid "Single Line Mode" msgstr "Режим одного рядка" -#: gtk/gtklabel.c:541 +#: ../gtk/gtklabel.c:541 msgid "Whether the label is in single line mode" msgstr "Чи знаходиться рядок у режимі одного рядка" -#: gtk/gtklabel.c:558 +#: ../gtk/gtklabel.c:558 msgid "Angle" msgstr "Кут" -#: gtk/gtklabel.c:559 +#: ../gtk/gtklabel.c:559 msgid "Angle at which the label is rotated" msgstr "Кут, на який повертається ярлик" -#: gtk/gtklabel.c:579 +#: ../gtk/gtklabel.c:579 msgid "Maximum Width In Characters" msgstr "Максимальна ширина в символах" -#: gtk/gtklabel.c:580 +#: ../gtk/gtklabel.c:580 msgid "The desired maximum width of the label, in characters" msgstr "Бажана максимальна ширина ярлика, у символах" -#: gtk/gtklabel.c:696 +#: ../gtk/gtklabel.c:696 msgid "Whether to select the contents of a selectable label when it is focused" msgstr "Чи буде виділятись вміст позначки, коли їх передається фокус " -#: gtk/gtklayout.c:616 gtk/gtkviewport.c:106 +#: ../gtk/gtklayout.c:616 ../gtk/gtkviewport.c:106 msgid "Horizontal adjustment" msgstr "Горизонтальне вирівнювання" -#: gtk/gtklayout.c:617 gtk/gtkscrolledwindow.c:219 +#: ../gtk/gtklayout.c:617 ../gtk/gtkscrolledwindow.c:219 msgid "The GtkAdjustment for the horizontal position" msgstr "Об'єкт GtkAdjustment для горизонтальної позиції" -#: gtk/gtklayout.c:624 gtk/gtkviewport.c:114 +#: ../gtk/gtklayout.c:624 ../gtk/gtkviewport.c:114 msgid "Vertical adjustment" msgstr "Вертикальне вирівнювання" -#: gtk/gtklayout.c:625 gtk/gtkscrolledwindow.c:226 +#: ../gtk/gtklayout.c:625 ../gtk/gtkscrolledwindow.c:226 msgid "The GtkAdjustment for the vertical position" msgstr "Об'єкт GtkAdjustment для вертикальної позиції" -#: gtk/gtklayout.c:633 +#: ../gtk/gtklayout.c:633 msgid "The width of the layout" msgstr "Ширина розміщення" -#: gtk/gtklayout.c:642 +#: ../gtk/gtklayout.c:642 msgid "The height of the layout" msgstr "Висота розміщення" -#: gtk/gtklinkbutton.c:145 +#: ../gtk/gtklinkbutton.c:145 msgid "URI" msgstr "URI" -#: gtk/gtklinkbutton.c:146 +#: ../gtk/gtklinkbutton.c:146 msgid "The URI bound to this button" msgstr "URI, приписаний до цієї кнопки" -#: gtk/gtklinkbutton.c:160 +#: ../gtk/gtklinkbutton.c:160 msgid "Visited" msgstr "Відвіданий" -#: gtk/gtklinkbutton.c:161 +#: ../gtk/gtklinkbutton.c:161 msgid "Whether this link has been visited." msgstr "Чи це посилання було відвідано." -#: gtk/gtkmenu.c:501 +#: ../gtk/gtkmenu.c:501 msgid "The currently selected menu item" msgstr "Поточна вибрана назва файлу" -#: gtk/gtkmenu.c:516 +#: ../gtk/gtkmenu.c:516 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:285 msgid "Accel Path" msgstr "Шлях прискорювача" -#: gtk/gtkmenu.c:531 +#: ../gtk/gtkmenu.c:531 msgid "An accel path used to conveniently construct accel paths of child items" msgstr "" "Шлях прискорювача, що використовується для зручного конструювання шляхів " "прискорювачів з дочірніх елементів" -#: gtk/gtkmenu.c:547 +#: ../gtk/gtkmenu.c:547 msgid "Attach Widget" msgstr "Додатковий віджет" -#: gtk/gtkmenu.c:548 +#: ../gtk/gtkmenu.c:548 msgid "The widget the menu is attached to" msgstr "Чи елемент має меню з позначкою" -#: gtk/gtkmenu.c:556 +#: ../gtk/gtkmenu.c:556 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" @@ -3388,43 +3369,43 @@ msgstr "" "Заголовок, який менеджер вікон відображатиме для цього меню після його " "від'єднання" -#: gtk/gtkmenu.c:570 +#: ../gtk/gtkmenu.c:570 msgid "Tearoff State" msgstr "Стан лінії відриву" -#: gtk/gtkmenu.c:571 +#: ../gtk/gtkmenu.c:571 msgid "A boolean that indicates whether the menu is torn-off" msgstr "Логічне значення, яке вказує чи є меню від'єднаним" -#: gtk/gtkmenu.c:585 +#: ../gtk/gtkmenu.c:585 msgid "Monitor" msgstr "Монітор" -#: gtk/gtkmenu.c:586 +#: ../gtk/gtkmenu.c:586 msgid "The monitor the menu will be popped up on" msgstr "The monitor the menu will be popped up on" -#: gtk/gtkmenu.c:592 +#: ../gtk/gtkmenu.c:592 msgid "Vertical Padding" msgstr "Вертикальний доповнення" -#: gtk/gtkmenu.c:593 +#: ../gtk/gtkmenu.c:593 msgid "Extra space at the top and bottom of the menu" msgstr "Додатковий простір згори та знизу меню" -#: gtk/gtkmenu.c:601 +#: ../gtk/gtkmenu.c:601 msgid "Horizontal Padding" msgstr "Горизонтальне доповнення" -#: gtk/gtkmenu.c:602 +#: ../gtk/gtkmenu.c:602 msgid "Extra space at the left and right edges of the menu" msgstr "Додатковий простір зліва та справа від меню" -#: gtk/gtkmenu.c:610 +#: ../gtk/gtkmenu.c:610 msgid "Vertical Offset" msgstr "Вертикальний зсув" -#: gtk/gtkmenu.c:611 +#: ../gtk/gtkmenu.c:611 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" @@ -3432,11 +3413,11 @@ msgstr "" "Коли меню являє собою підменю, його позиція по вертикалі зсувається на " "вказану кількість точок" -#: gtk/gtkmenu.c:619 +#: ../gtk/gtkmenu.c:619 msgid "Horizontal Offset" msgstr "Горизонтальний зсув" -#: gtk/gtkmenu.c:620 +#: ../gtk/gtkmenu.c:620 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" @@ -3444,365 +3425,363 @@ msgstr "" "Коли меню являє собою підменю, його позиція по горизонталі зсувається на " "вказану кількість точок" -#: gtk/gtkmenu.c:628 +#: ../gtk/gtkmenu.c:628 msgid "Double Arrows" msgstr "Подвійні стрілки" -#: gtk/gtkmenu.c:629 +#: ../gtk/gtkmenu.c:629 msgid "When scrolling, always show both arrows." msgstr "При прокручуванні, завжди відображати обидві стрілки." -#: gtk/gtkmenu.c:642 -#, fuzzy +#: ../gtk/gtkmenu.c:642 msgid "Arrow Placement" -msgstr "Горизонтальний зсув стрілки" +msgstr "Розташування стрілки" -#: gtk/gtkmenu.c:643 +#: ../gtk/gtkmenu.c:643 msgid "Indicates where scroll arrows should be placed" -msgstr "" +msgstr "Вказує розташування стрілок прокрутки" -#: gtk/gtkmenu.c:651 +#: ../gtk/gtkmenu.c:651 msgid "Left Attach" msgstr "Додавання зліва" -#: gtk/gtkmenu.c:652 gtk/gtktable.c:174 +#: ../gtk/gtkmenu.c:652 ../gtk/gtktable.c:174 msgid "The column number to attach the left side of the child to" msgstr "Кількість стовпчиків, що додається до лівого краю вкладеного елемента" -#: gtk/gtkmenu.c:659 +#: ../gtk/gtkmenu.c:659 msgid "Right Attach" msgstr "Додавання справа" -#: gtk/gtkmenu.c:660 +#: ../gtk/gtkmenu.c:660 msgid "The column number to attach the right side of the child to" msgstr "Кількість стовпчиків, що додається до правого краю вкладеного елемента" -#: gtk/gtkmenu.c:667 +#: ../gtk/gtkmenu.c:667 msgid "Top Attach" msgstr "Додавання згори" -#: gtk/gtkmenu.c:668 +#: ../gtk/gtkmenu.c:668 msgid "The row number to attach the top of the child to" msgstr "Кількість рядків, що додається до верхнього краю вкладеного елемента" -#: gtk/gtkmenu.c:675 +#: ../gtk/gtkmenu.c:675 msgid "Bottom Attach" msgstr "Додавання знизу" -#: gtk/gtkmenu.c:676 gtk/gtktable.c:195 +#: ../gtk/gtkmenu.c:676 ../gtk/gtktable.c:195 msgid "The row number to attach the bottom of the child to" msgstr "Кількість рядків, що додається до нижнього краю вкладеного елемента" -#: gtk/gtkmenu.c:690 +#: ../gtk/gtkmenu.c:690 msgid "Arbitrary constant to scale down the size of the scroll arrow" -msgstr "" +msgstr "Довільне значення для зменшення розміру стрілки прокрутки" -#: gtk/gtkmenu.c:777 +#: ../gtk/gtkmenu.c:777 msgid "Can change accelerators" msgstr "Можна змінювати комбінації клавіш" -#: gtk/gtkmenu.c:778 +#: ../gtk/gtkmenu.c:778 msgid "" "Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "" "Чи можна змінити комбінацію клавіш меню натисненням клавіші на елементі меню" -#: gtk/gtkmenu.c:783 +#: ../gtk/gtkmenu.c:783 msgid "Delay before submenus appear" msgstr "Затримка перед появою підменю" -#: gtk/gtkmenu.c:784 +#: ../gtk/gtkmenu.c:784 msgid "" "Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" "Мінімальний час, який вказівник має знаходитись над елементом меню, перед " "тим як з'явиться підменю" -#: gtk/gtkmenu.c:791 +#: ../gtk/gtkmenu.c:791 msgid "Delay before hiding a submenu" msgstr "Затримка перед зникненням підменю" -#: gtk/gtkmenu.c:792 +#: ../gtk/gtkmenu.c:792 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" msgstr "Затримка перед зникненням підменю, коли вказівник рухається по меню" -#: gtk/gtkmenubar.c:168 +#: ../gtk/gtkmenubar.c:168 msgid "Pack direction" msgstr "Напрям пакування" -#: gtk/gtkmenubar.c:169 +#: ../gtk/gtkmenubar.c:169 msgid "The pack direction of the menubar" msgstr "Напрям пакування меню" -#: gtk/gtkmenubar.c:185 +#: ../gtk/gtkmenubar.c:185 msgid "Child Pack direction" msgstr "Напрям пакування дочірнього меню" -#: gtk/gtkmenubar.c:186 +#: ../gtk/gtkmenubar.c:186 msgid "The child pack direction of the menubar" msgstr "Напрям пакування дочірнього меню у панелі меню" -#: gtk/gtkmenubar.c:195 +#: ../gtk/gtkmenubar.c:195 msgid "Style of bevel around the menubar" msgstr "Стиль фаски навколо панелі меню" -#: gtk/gtkmenubar.c:202 gtk/gtktoolbar.c:590 +#: ../gtk/gtkmenubar.c:202 ../gtk/gtktoolbar.c:590 msgid "Internal padding" msgstr "Внутрішній відступ" -#: gtk/gtkmenubar.c:203 +#: ../gtk/gtkmenubar.c:203 msgid "Amount of border space between the menubar shadow and the menu items" msgstr "Розмір проміжку між тінню панелі меню і елементами меню" -#: gtk/gtkmenubar.c:210 +#: ../gtk/gtkmenubar.c:210 msgid "Delay before drop down menus appear" msgstr "Затримка перед появою розкривних меню" -#: gtk/gtkmenubar.c:211 +#: ../gtk/gtkmenubar.c:211 msgid "Delay before the submenus of a menu bar appear" msgstr "Затримка перед появою підменю панелей меню" -#: gtk/gtkmenuitem.c:252 +#: ../gtk/gtkmenuitem.c:252 msgid "Right Justified" msgstr "Вирівняти праворуч" -#: gtk/gtkmenuitem.c:253 +#: ../gtk/gtkmenuitem.c:253 msgid "" "Sets whether the menu item appears justified at the right side of a menu bar" msgstr "Визначає, що пункти меню вирівнюються праворуч у панелі меню" -#: gtk/gtkmenuitem.c:267 +#: ../gtk/gtkmenuitem.c:267 msgid "Submenu" msgstr "Підменю" -#: gtk/gtkmenuitem.c:268 +#: ../gtk/gtkmenuitem.c:268 msgid "The submenu attached to the menu item, or NULL if it has none" msgstr "" "Підменю, що приєднане до пункту меню, або NULL - якщо поле не має підменю" -#: gtk/gtkmenuitem.c:286 +#: ../gtk/gtkmenuitem.c:286 msgid "Sets the accelerator path of the menu item" msgstr "Визначає шлях до акселератора пункту меню" -#: gtk/gtkmenuitem.c:301 -#, fuzzy +#: ../gtk/gtkmenuitem.c:301 msgid "The text for the child label" -msgstr "Текст позначки" +msgstr "Текст для дочірньої позначки" -#: gtk/gtkmenuitem.c:364 +#: ../gtk/gtkmenuitem.c:364 msgid "Amount of space used up by arrow, relative to the menu item's font size" msgstr "Кількість простору, що використовується стрілкою" -#: gtk/gtkmenuitem.c:377 +#: ../gtk/gtkmenuitem.c:377 msgid "Width in Characters" msgstr "Ширина у символах" -#: gtk/gtkmenuitem.c:378 +#: ../gtk/gtkmenuitem.c:378 msgid "The minimum desired width of the menu item in characters" msgstr "Мінімальна бажана ширина пункту меню, у символах" -#: gtk/gtkmenushell.c:374 +#: ../gtk/gtkmenushell.c:374 msgid "Take Focus" msgstr "Має фокус" -#: gtk/gtkmenushell.c:375 +#: ../gtk/gtkmenushell.c:375 msgid "A boolean that determines whether the menu grabs the keyboard focus" msgstr "Логічне значення, яке вказує чи меню отримує фокус вводу" -#: gtk/gtkmenutoolbutton.c:245 gtk/gtkoptionmenu.c:161 +#: ../gtk/gtkmenutoolbutton.c:245 ../gtk/gtkoptionmenu.c:161 msgid "Menu" msgstr "Меню" -#: gtk/gtkmenutoolbutton.c:246 +#: ../gtk/gtkmenutoolbutton.c:246 msgid "The dropdown menu" msgstr "Випадаюче меню" -#: gtk/gtkmessagedialog.c:98 +#: ../gtk/gtkmessagedialog.c:98 msgid "Image/label border" msgstr "Бордюр зображення чи позначки" -#: gtk/gtkmessagedialog.c:99 +#: ../gtk/gtkmessagedialog.c:99 msgid "Width of border around the label and image in the message dialog" msgstr "Ширина відступу навколо позначки і зображення в діалозі повідомлення" -#: gtk/gtkmessagedialog.c:114 +#: ../gtk/gtkmessagedialog.c:114 msgid "Use separator" msgstr "Містить розділювач" -#: gtk/gtkmessagedialog.c:115 +#: ../gtk/gtkmessagedialog.c:115 msgid "" "Whether to put a separator between the message dialog's text and the buttons" msgstr "" "Чи потрібно вставляти розділювач між текстом та кнопками у діалоговому вікні " "сповіщення" -#: gtk/gtkmessagedialog.c:128 +#: ../gtk/gtkmessagedialog.c:128 msgid "Message Type" msgstr "Тип повідомлення" -#: gtk/gtkmessagedialog.c:129 +#: ../gtk/gtkmessagedialog.c:129 msgid "The type of message" msgstr "Тип повідомлення" -#: gtk/gtkmessagedialog.c:136 +#: ../gtk/gtkmessagedialog.c:136 msgid "Message Buttons" msgstr "Кнопки повідомлення" -#: gtk/gtkmessagedialog.c:137 +#: ../gtk/gtkmessagedialog.c:137 msgid "The buttons shown in the message dialog" msgstr "Кнопки показані в діалозі повідомлення" -#: gtk/gtkmessagedialog.c:154 +#: ../gtk/gtkmessagedialog.c:154 msgid "The primary text of the message dialog" msgstr "Головний текст діалогового вікна сповіщення" -#: gtk/gtkmessagedialog.c:169 +#: ../gtk/gtkmessagedialog.c:169 msgid "Use Markup" msgstr "Використовувати розмітку" -#: gtk/gtkmessagedialog.c:170 +#: ../gtk/gtkmessagedialog.c:170 msgid "The primary text of the title includes Pango markup." msgstr "Головний текст заголовку включає розмітку Pango." -#: gtk/gtkmessagedialog.c:184 +#: ../gtk/gtkmessagedialog.c:184 msgid "Secondary Text" msgstr "Вторинний текст" -#: gtk/gtkmessagedialog.c:185 +#: ../gtk/gtkmessagedialog.c:185 msgid "The secondary text of the message dialog" msgstr "Вторинний текст діалогового вікна сповіщення" -#: gtk/gtkmessagedialog.c:200 +#: ../gtk/gtkmessagedialog.c:200 msgid "Use Markup in secondary" msgstr "Використовувати розмітку у вторинному" -#: gtk/gtkmessagedialog.c:201 +#: ../gtk/gtkmessagedialog.c:201 msgid "The secondary text includes Pango markup." msgstr "Головний текст заголовку включає розмітку Pango." -#: gtk/gtkmessagedialog.c:216 +#: ../gtk/gtkmessagedialog.c:216 msgid "The image" msgstr "Зображення" -#: gtk/gtkmisc.c:83 +#: ../gtk/gtkmisc.c:83 msgid "Y align" msgstr "Y-вирівнювання" -#: gtk/gtkmisc.c:84 +#: ../gtk/gtkmisc.c:84 msgid "The vertical alignment, from 0 (top) to 1 (bottom)" msgstr "Вертикальне вирівнювання, від 0 (вгору) до 1 (вниз)" -#: gtk/gtkmisc.c:93 +#: ../gtk/gtkmisc.c:93 msgid "X pad" msgstr "Заповнення по горизонталі" -#: gtk/gtkmisc.c:94 +#: ../gtk/gtkmisc.c:94 msgid "" "The amount of space to add on the left and right of the widget, in pixels" msgstr "Простір, що додається до віджета ліворуч і праворуч, у точках" -#: gtk/gtkmisc.c:103 +#: ../gtk/gtkmisc.c:103 msgid "Y pad" msgstr "Заповнення по вертикалі" -#: gtk/gtkmisc.c:104 +#: ../gtk/gtkmisc.c:104 msgid "" "The amount of space to add on the top and bottom of the widget, in pixels" msgstr "Простір, що додається до віджета зверху і знизу, у точках" -#: gtk/gtkmountoperation.c:139 +#: ../gtk/gtkmountoperation.c:139 msgid "Parent" msgstr "Батьківське" -#: gtk/gtkmountoperation.c:140 +#: ../gtk/gtkmountoperation.c:140 msgid "The parent window" msgstr "Батьківське" -#: gtk/gtkmountoperation.c:147 +#: ../gtk/gtkmountoperation.c:147 msgid "Is Showing" msgstr "Відображати" -#: gtk/gtkmountoperation.c:148 +#: ../gtk/gtkmountoperation.c:148 msgid "Are we showing a dialog" msgstr "Чи виводити діалог" -#: gtk/gtkmountoperation.c:156 +#: ../gtk/gtkmountoperation.c:156 msgid "The screen where this window will be displayed." msgstr "Екран, на якому буде показано це вікно" -#: gtk/gtknotebook.c:577 +#: ../gtk/gtknotebook.c:577 msgid "Page" msgstr "Сторінка" -#: gtk/gtknotebook.c:578 +#: ../gtk/gtknotebook.c:578 msgid "The index of the current page" msgstr "Індекс поточної сторінки" -#: gtk/gtknotebook.c:586 +#: ../gtk/gtknotebook.c:586 msgid "Tab Position" msgstr "Позиція закладок" -#: gtk/gtknotebook.c:587 +#: ../gtk/gtknotebook.c:587 msgid "Which side of the notebook holds the tabs" msgstr "На якій стороні блокнота містяться вкладки" -#: gtk/gtknotebook.c:594 +#: ../gtk/gtknotebook.c:594 msgid "Tab Border" msgstr "Поле закладки" -#: gtk/gtknotebook.c:595 +#: ../gtk/gtknotebook.c:595 msgid "Width of the border around the tab labels" msgstr "Ширина відступу навколо позначок вкладок" -#: gtk/gtknotebook.c:603 +#: ../gtk/gtknotebook.c:603 msgid "Horizontal Tab Border" msgstr "Горизонтальний бордюр вкладки" -#: gtk/gtknotebook.c:604 +#: ../gtk/gtknotebook.c:604 msgid "Width of the horizontal border of tab labels" msgstr "Ширина горизонтальної межі позначок вкладок" -#: gtk/gtknotebook.c:612 +#: ../gtk/gtknotebook.c:612 msgid "Vertical Tab Border" msgstr "Вертикальний бордюр вкладки" -#: gtk/gtknotebook.c:613 +#: ../gtk/gtknotebook.c:613 msgid "Width of the vertical border of tab labels" msgstr "Ширина вертикальної межі позначок вкладок" -#: gtk/gtknotebook.c:621 +#: ../gtk/gtknotebook.c:621 msgid "Show Tabs" msgstr "Показувати ярлики" -#: gtk/gtknotebook.c:622 +#: ../gtk/gtknotebook.c:622 msgid "Whether tabs should be shown or not" msgstr "Чи потрібно відображати ярлики вкладок" -#: gtk/gtknotebook.c:628 +#: ../gtk/gtknotebook.c:628 msgid "Show Border" msgstr "Показувати межу" -#: gtk/gtknotebook.c:629 +#: ../gtk/gtknotebook.c:629 msgid "Whether the border should be shown or not" msgstr "Чи відображатиметься границя елементу" -#: gtk/gtknotebook.c:635 +#: ../gtk/gtknotebook.c:635 msgid "Scrollable" msgstr "Прокручується" -#: gtk/gtknotebook.c:636 +#: ../gtk/gtknotebook.c:636 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "" "Якщо встановлено, то стрілки прокрутки буде додано, коли з'явиться надто " "багато вкладок, щоб уміститися у вікні" -#: gtk/gtknotebook.c:642 +#: ../gtk/gtknotebook.c:642 msgid "Enable Popup" msgstr "Увімкнути меню" -#: gtk/gtknotebook.c:643 +#: ../gtk/gtknotebook.c:643 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" @@ -3810,363 +3789,364 @@ msgstr "" "Якщо істинно, то натиснення правої клавіші миші на блокноті, викликатиме " "меню, яке можна використовувати для переходу по сторінкам" -#: gtk/gtknotebook.c:650 +#: ../gtk/gtknotebook.c:650 msgid "Whether tabs should have homogeneous sizes" msgstr "Чи повинні вкладки мати однаковий розмір" -#: gtk/gtknotebook.c:656 +#: ../gtk/gtknotebook.c:656 msgid "Group ID" msgstr "Ідентифікатор групи" -#: gtk/gtknotebook.c:657 +#: ../gtk/gtknotebook.c:657 msgid "Group ID for tabs drag and drop" msgstr "Ідентифікатор групи для перетягування" -#: gtk/gtknotebook.c:673 gtk/gtkradioaction.c:128 gtk/gtkradiobutton.c:82 -#: gtk/gtkradiomenuitem.c:343 gtk/gtkradiotoolbutton.c:65 +#: ../gtk/gtknotebook.c:673 ../gtk/gtkradioaction.c:128 +#: ../gtk/gtkradiobutton.c:82 ../gtk/gtkradiomenuitem.c:343 +#: ../gtk/gtkradiotoolbutton.c:65 msgid "Group" msgstr "Група" -#: gtk/gtknotebook.c:674 +#: ../gtk/gtknotebook.c:674 msgid "Group for tabs drag and drop" msgstr "Ідентифікатор групи для від'єднання та перетягування вкладок" -#: gtk/gtknotebook.c:680 +#: ../gtk/gtknotebook.c:680 msgid "Tab label" msgstr "Позначка вкладки" -#: gtk/gtknotebook.c:681 +#: ../gtk/gtknotebook.c:681 msgid "The string displayed on the child's tab label" msgstr "Рядок, що відображатиметься в позначці вкладки дочірнього елемента" -#: gtk/gtknotebook.c:687 +#: ../gtk/gtknotebook.c:687 msgid "Menu label" msgstr "Позначка меню" -#: gtk/gtknotebook.c:688 +#: ../gtk/gtknotebook.c:688 msgid "The string displayed in the child's menu entry" msgstr "Рядок, що відображатиметься у пункті меню дочірнього елемента" -#: gtk/gtknotebook.c:701 +#: ../gtk/gtknotebook.c:701 msgid "Tab expand" msgstr "Розширювати вкладки" -#: gtk/gtknotebook.c:702 +#: ../gtk/gtknotebook.c:702 msgid "Whether to expand the child's tab or not" msgstr "Чи повинні розширюватись вкладки дочірнього елемента" -#: gtk/gtknotebook.c:708 +#: ../gtk/gtknotebook.c:708 msgid "Tab fill" msgstr "Заповнення вкладок" -#: gtk/gtknotebook.c:709 +#: ../gtk/gtknotebook.c:709 msgid "Whether the child's tab should fill the allocated area or not" msgstr "" "Чи мають вкладки дочірнього елемента заповнювати весь виділений простір" -#: gtk/gtknotebook.c:715 +#: ../gtk/gtknotebook.c:715 msgid "Tab pack type" msgstr "Тип упаковки вкладки" -#: gtk/gtknotebook.c:722 +#: ../gtk/gtknotebook.c:722 msgid "Tab reorderable" msgstr "Дозволено перестановку" -#: gtk/gtknotebook.c:723 +#: ../gtk/gtknotebook.c:723 msgid "Whether the tab is reorderable by user action or not" msgstr "Дозволяється користувачу перестановка вкладок чи ні" -#: gtk/gtknotebook.c:729 +#: ../gtk/gtknotebook.c:729 msgid "Tab detachable" msgstr "Відривні вкладки" -#: gtk/gtknotebook.c:730 +#: ../gtk/gtknotebook.c:730 msgid "Whether the tab is detachable" msgstr "Чи можуть вкладки відриватись" -#: gtk/gtknotebook.c:745 gtk/gtkscrollbar.c:81 +#: ../gtk/gtknotebook.c:745 ../gtk/gtkscrollbar.c:81 msgid "Secondary backward stepper" msgstr "Додаткова кнопка переміщення назад" -#: gtk/gtknotebook.c:746 +#: ../gtk/gtknotebook.c:746 msgid "" "Display a second backward arrow button on the opposite end of the tab area" msgstr "" "Відображати другу кнопку із стрілкою назад на протилежні стороні смуги " "прокрутки" -#: gtk/gtknotebook.c:761 gtk/gtkscrollbar.c:88 +#: ../gtk/gtknotebook.c:761 ../gtk/gtkscrollbar.c:88 msgid "Secondary forward stepper" msgstr "Додаткова кнопка переміщення вперед" -#: gtk/gtknotebook.c:762 +#: ../gtk/gtknotebook.c:762 msgid "" "Display a second forward arrow button on the opposite end of the tab area" msgstr "" "Відображати другу кнопку із стрілкою вперед на протилежні стороні смуги " "прокрутки" -#: gtk/gtknotebook.c:776 gtk/gtkscrollbar.c:67 +#: ../gtk/gtknotebook.c:776 ../gtk/gtkscrollbar.c:67 msgid "Backward stepper" msgstr "Кнопка переміщення назад" -#: gtk/gtknotebook.c:777 gtk/gtkscrollbar.c:68 +#: ../gtk/gtknotebook.c:777 ../gtk/gtkscrollbar.c:68 msgid "Display the standard backward arrow button" msgstr "Відображати стандартну кнопку із стрілкою назад" -#: gtk/gtknotebook.c:791 gtk/gtkscrollbar.c:74 +#: ../gtk/gtknotebook.c:791 ../gtk/gtkscrollbar.c:74 msgid "Forward stepper" msgstr "Кнопка переміщення вперед" -#: gtk/gtknotebook.c:792 gtk/gtkscrollbar.c:75 +#: ../gtk/gtknotebook.c:792 ../gtk/gtkscrollbar.c:75 msgid "Display the standard forward arrow button" msgstr "Відображати стандартну кнопку із стрілкою вперед" -#: gtk/gtknotebook.c:806 +#: ../gtk/gtknotebook.c:806 msgid "Tab overlap" msgstr "Перекривання вкладок" -#: gtk/gtknotebook.c:807 +#: ../gtk/gtknotebook.c:807 msgid "Size of tab overlap area" msgstr "Розмір області перекривання вкладок" -#: gtk/gtknotebook.c:822 +#: ../gtk/gtknotebook.c:822 msgid "Tab curvature" msgstr "Кривина вкладок" -#: gtk/gtknotebook.c:823 +#: ../gtk/gtknotebook.c:823 msgid "Size of tab curvature" msgstr "Розмір кривини вкладок" -#: gtk/gtknotebook.c:839 +#: ../gtk/gtknotebook.c:839 msgid "Arrow spacing" msgstr "Відступи стрілки" -#: gtk/gtknotebook.c:840 +#: ../gtk/gtknotebook.c:840 msgid "Scroll arrow spacing" msgstr "Відступи стрілки з прокруткою" -#: gtk/gtkobject.c:370 +#: ../gtk/gtkobject.c:370 msgid "User Data" msgstr "Дані користувача" -#: gtk/gtkobject.c:371 +#: ../gtk/gtkobject.c:371 msgid "Anonymous User Data Pointer" msgstr "Вказівник даних анонімного користувача" -#: gtk/gtkoptionmenu.c:162 +#: ../gtk/gtkoptionmenu.c:162 msgid "The menu of options" msgstr "Меню параметрів" -#: gtk/gtkoptionmenu.c:169 +#: ../gtk/gtkoptionmenu.c:169 msgid "Size of dropdown indicator" msgstr "Розмір спадного індикатора" -#: gtk/gtkoptionmenu.c:175 +#: ../gtk/gtkoptionmenu.c:175 msgid "Spacing around indicator" msgstr "Інтервал навколо індикатора" -#: gtk/gtkorientable.c:75 -#, fuzzy +#: ../gtk/gtkorientable.c:75 msgid "The orientation of the orientable" -msgstr "Орієнтація шкали" +msgstr "Орієнтація елемента" -#: gtk/gtkpaned.c:242 +#: ../gtk/gtkpaned.c:242 msgid "" "Position of paned separator in pixels (0 means all the way to the left/top)" msgstr "" "Позиція розділювача в точках (\"0\" означає весь простір до лівого верхнього " "кута)" -#: gtk/gtkpaned.c:251 +#: ../gtk/gtkpaned.c:251 msgid "Position Set" msgstr "Встановлення позиції" -#: gtk/gtkpaned.c:252 +#: ../gtk/gtkpaned.c:252 msgid "TRUE if the Position property should be used" msgstr "Якщо встановлено, має використовуватися властивість \"Позиція\"" -#: gtk/gtkpaned.c:258 +#: ../gtk/gtkpaned.c:258 msgid "Handle Size" msgstr "Розмір елемента" -#: gtk/gtkpaned.c:259 +#: ../gtk/gtkpaned.c:259 msgid "Width of handle" msgstr "Ширина елемента" -#: gtk/gtkpaned.c:275 +#: ../gtk/gtkpaned.c:275 msgid "Minimal Position" msgstr "Мінімальна позиція" -#: gtk/gtkpaned.c:276 +#: ../gtk/gtkpaned.c:276 msgid "Smallest possible value for the \"position\" property" msgstr "Найменше можливе значення \"позиції\" вкладки" -#: gtk/gtkpaned.c:293 +#: ../gtk/gtkpaned.c:293 msgid "Maximal Position" msgstr "Максимальна позиція" -#: gtk/gtkpaned.c:294 +#: ../gtk/gtkpaned.c:294 msgid "Largest possible value for the \"position\" property" msgstr "Найбільше можливе значення \"позиції\" вкладки" -#: gtk/gtkpaned.c:311 +#: ../gtk/gtkpaned.c:311 msgid "Resize" msgstr "Змінюваний розмір" -#: gtk/gtkpaned.c:312 +#: ../gtk/gtkpaned.c:312 msgid "If TRUE, the child expands and shrinks along with the paned widget" msgstr "" "Якщо встановлено, тоді вкладений елемент змінює розмір разом з батьківським." -#: gtk/gtkpaned.c:327 +#: ../gtk/gtkpaned.c:327 msgid "Shrink" msgstr "Стискається" -#: gtk/gtkpaned.c:328 +#: ../gtk/gtkpaned.c:328 msgid "If TRUE, the child can be made smaller than its requisition" msgstr "" "Якщо встановлено, тоді вкладений елемент можна зробити меншим ніж розмір, " "який він вимагає" -#: gtk/gtkplug.c:150 gtk/gtkstatusicon.c:309 +#: ../gtk/gtkplug.c:150 ../gtk/gtkstatusicon.c:309 msgid "Embedded" msgstr "Вбудований" -#: gtk/gtkplug.c:151 +#: ../gtk/gtkplug.c:151 msgid "Whether or not the plug is embedded" msgstr "Чи заглушка вбудованою" -#: gtk/gtkplug.c:165 +#: ../gtk/gtkplug.c:165 msgid "Socket Window" msgstr "Вікно сокету" -#: gtk/gtkplug.c:166 +#: ../gtk/gtkplug.c:166 msgid "The window of the socket the plug is embedded in" msgstr "Вікно сокету, у який вбудовано заглушку" -#: gtk/gtkpreview.c:102 +#: ../gtk/gtkpreview.c:102 msgid "" "Whether the preview widget should take up the entire space it is allocated" msgstr "Чи буде елемент перегляду зразка займати весь відведений йому простір" -#: gtk/gtkprinter.c:124 +#: ../gtk/gtkprinter.c:124 msgid "Name of the printer" msgstr "Назва принтера" -#: gtk/gtkprinter.c:130 +#: ../gtk/gtkprinter.c:130 msgid "Backend" msgstr "Механізм" -#: gtk/gtkprinter.c:131 +#: ../gtk/gtkprinter.c:131 msgid "Backend for the printer" msgstr "Механізм принтера" -#: gtk/gtkprinter.c:137 +#: ../gtk/gtkprinter.c:137 msgid "Is Virtual" msgstr "Є віртуальним" -#: gtk/gtkprinter.c:138 +#: ../gtk/gtkprinter.c:138 msgid "FALSE if this represents a real hardware printer" msgstr "FALSE, якщо представляє реальний апаратний принтер" -#: gtk/gtkprinter.c:144 +#: ../gtk/gtkprinter.c:144 msgid "Accepts PDF" msgstr "Допускаються PDF" -#: gtk/gtkprinter.c:145 +#: ../gtk/gtkprinter.c:145 msgid "TRUE if this printer can accept PDF" msgstr "TRUE, якщо це принтер допускає PDF" -#: gtk/gtkprinter.c:151 +#: ../gtk/gtkprinter.c:151 msgid "Accepts PostScript" msgstr "Допускаються PostScript" -#: gtk/gtkprinter.c:152 +#: ../gtk/gtkprinter.c:152 msgid "TRUE if this printer can accept PostScript" msgstr "TRUE, якщо цей принтер допускає PostScript" -#: gtk/gtkprinter.c:158 +#: ../gtk/gtkprinter.c:158 msgid "State Message" msgstr "Повідомлення про стан" -#: gtk/gtkprinter.c:159 +#: ../gtk/gtkprinter.c:159 msgid "String giving the current state of the printer" msgstr "Рядок, що описує поточний стан принтера" -#: gtk/gtkprinter.c:165 +#: ../gtk/gtkprinter.c:165 msgid "Location" msgstr "Розташування" -#: gtk/gtkprinter.c:166 +#: ../gtk/gtkprinter.c:166 msgid "The location of the printer" msgstr "Розташування принтера" -#: gtk/gtkprinter.c:173 +#: ../gtk/gtkprinter.c:173 msgid "The icon name to use for the printer" msgstr "Назва значка для принтера" -#: gtk/gtkprinter.c:179 +#: ../gtk/gtkprinter.c:179 msgid "Job Count" msgstr "Кількість завдань" -#: gtk/gtkprinter.c:180 +#: ../gtk/gtkprinter.c:180 msgid "Number of jobs queued in the printer" msgstr "Кількість завдань у черзі принтера" -#: gtk/gtkprinter.c:198 +#: ../gtk/gtkprinter.c:198 msgid "Paused Printer" msgstr "Принтер призупинено" -#: gtk/gtkprinter.c:199 +#: ../gtk/gtkprinter.c:199 msgid "TRUE if this printer is paused" msgstr "TRUE, якщо цпринтер приймає документи PDF" -#: gtk/gtkprinter.c:212 +#: ../gtk/gtkprinter.c:212 msgid "Accepting Jobs" msgstr "Приймати завдання" -#: gtk/gtkprinter.c:213 +#: ../gtk/gtkprinter.c:213 msgid "TRUE if this printer is accepting new jobs" msgstr "TRUE, якщо це принтер приймає нові завдання" -#: gtk/gtkprinteroptionwidget.c:123 +#: ../gtk/gtkprinteroptionwidget.c:123 msgid "Source option" msgstr "Параметр джерело" -#: gtk/gtkprinteroptionwidget.c:124 +#: ../gtk/gtkprinteroptionwidget.c:124 msgid "The PrinterOption backing this widget" msgstr "PrinterOption для цього віджета" -#: gtk/gtkprintjob.c:117 +#: ../gtk/gtkprintjob.c:117 msgid "Title of the print job" msgstr "Заголовок завдання друку" -#: gtk/gtkprintjob.c:125 +#: ../gtk/gtkprintjob.c:125 msgid "Printer" msgstr "Принтер" -#: gtk/gtkprintjob.c:126 +#: ../gtk/gtkprintjob.c:126 msgid "Printer to print the job to" msgstr "Принтер для друку завдання" -#: gtk/gtkprintjob.c:134 +#: ../gtk/gtkprintjob.c:134 msgid "Settings" msgstr "Параметри" -#: gtk/gtkprintjob.c:135 +#: ../gtk/gtkprintjob.c:135 msgid "Printer settings" msgstr "Параметри принтера" -#: gtk/gtkprintjob.c:143 gtk/gtkprintjob.c:144 gtk/gtkprintunixdialog.c:258 +#: ../gtk/gtkprintjob.c:143 ../gtk/gtkprintjob.c:144 +#: ../gtk/gtkprintunixdialog.c:258 msgid "Page Setup" msgstr "Параметри сторінки" -#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 +#: ../gtk/gtkprintjob.c:152 ../gtk/gtkprintoperation.c:1027 msgid "Track Print Status" msgstr "Контроль стану принтера" -#: gtk/gtkprintjob.c:153 +#: ../gtk/gtkprintjob.c:153 msgid "" "TRUE if the print job will continue to emit status-changed signals after the " "print data has been sent to the printer or print server." @@ -4174,51 +4154,51 @@ msgstr "" "TRUE якщо завдання друку продовжуватиме генерувати сигнали про зміну стану " "після надсилання даних на принтер або сервер друку." -#: gtk/gtkprintoperation.c:899 +#: ../gtk/gtkprintoperation.c:899 msgid "Default Page Setup" msgstr "Типові параметри сторінки" -#: gtk/gtkprintoperation.c:900 +#: ../gtk/gtkprintoperation.c:900 msgid "The GtkPageSetup used by default" msgstr "Типово використовується GtkPageSetup" -#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 +#: ../gtk/gtkprintoperation.c:918 ../gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "Параметри сторінки" -#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 +#: ../gtk/gtkprintoperation.c:919 ../gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "Для ініціалізації діалогу використовується GtkPrintSettings" -#: gtk/gtkprintoperation.c:937 +#: ../gtk/gtkprintoperation.c:937 msgid "Job Name" msgstr "Назва завдання" -#: gtk/gtkprintoperation.c:938 +#: ../gtk/gtkprintoperation.c:938 msgid "A string used for identifying the print job." msgstr "Рядок, що використовується для ідентифікації завдання друку." -#: gtk/gtkprintoperation.c:962 +#: ../gtk/gtkprintoperation.c:962 msgid "Number of Pages" msgstr "Кількість каналів" -#: gtk/gtkprintoperation.c:963 +#: ../gtk/gtkprintoperation.c:963 msgid "The number of pages in the document." msgstr "Кількість сторінок у документі." -#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 +#: ../gtk/gtkprintoperation.c:984 ../gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "Поточна сторінка" -#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 +#: ../gtk/gtkprintoperation.c:985 ../gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "Поточна сторінка у документі" -#: gtk/gtkprintoperation.c:1006 +#: ../gtk/gtkprintoperation.c:1006 msgid "Use full page" msgstr "Використовувати всю сторінку" -#: gtk/gtkprintoperation.c:1007 +#: ../gtk/gtkprintoperation.c:1007 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" @@ -4226,7 +4206,7 @@ msgstr "" "TRUE, якщо джерело контексту має бути у куті сторінки, а не у куті області " "зображення" -#: gtk/gtkprintoperation.c:1028 +#: ../gtk/gtkprintoperation.c:1028 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." @@ -4234,75 +4214,75 @@ msgstr "" "TRUE, якщо від операції друку надходитимуть сповіщення про статус завдання " "друку після надсилання даних друку на принтер або сервер друку." -#: gtk/gtkprintoperation.c:1045 +#: ../gtk/gtkprintoperation.c:1045 msgid "Unit" msgstr "Одиниця" -#: gtk/gtkprintoperation.c:1046 +#: ../gtk/gtkprintoperation.c:1046 msgid "The unit in which distances can be measured in the context" msgstr "Одиниці у яких вимірюються відстані у контексті" -#: gtk/gtkprintoperation.c:1063 +#: ../gtk/gtkprintoperation.c:1063 msgid "Show Dialog" msgstr "Діалог відображення" -#: gtk/gtkprintoperation.c:1064 +#: ../gtk/gtkprintoperation.c:1064 msgid "TRUE if a progress dialog is shown while printing." msgstr "TRUE, якщо при друкуванні відображається діалог поступу" -#: gtk/gtkprintoperation.c:1087 +#: ../gtk/gtkprintoperation.c:1087 msgid "Allow Async" msgstr "Дозволити асинхронний друк" -#: gtk/gtkprintoperation.c:1088 +#: ../gtk/gtkprintoperation.c:1088 msgid "TRUE if print process may run asynchronous." msgstr "TRUE, якщо процес друку може бути асинхронним." -#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 +#: ../gtk/gtkprintoperation.c:1110 ../gtk/gtkprintoperation.c:1111 msgid "Export filename" msgstr "Назва файлу експорту" -#: gtk/gtkprintoperation.c:1125 +#: ../gtk/gtkprintoperation.c:1125 msgid "Status" msgstr "Статус" -#: gtk/gtkprintoperation.c:1126 +#: ../gtk/gtkprintoperation.c:1126 msgid "The status of the print operation" msgstr "Статус операції друку" -#: gtk/gtkprintoperation.c:1146 +#: ../gtk/gtkprintoperation.c:1146 msgid "Status String" msgstr "Рядок статусу" -#: gtk/gtkprintoperation.c:1147 +#: ../gtk/gtkprintoperation.c:1147 msgid "A human-readable description of the status" msgstr "Текстовий опис статусу" -#: gtk/gtkprintoperation.c:1165 +#: ../gtk/gtkprintoperation.c:1165 msgid "Custom tab label" msgstr "Інша позначка вкладки" -#: gtk/gtkprintoperation.c:1166 +#: ../gtk/gtkprintoperation.c:1166 msgid "Label for the tab containing custom widgets." msgstr "Позначка для вкладки, що містить інший віджет." -#: gtk/gtkprintunixdialog.c:259 +#: ../gtk/gtkprintunixdialog.c:259 msgid "The GtkPageSetup to use" msgstr "GtkPageSetup, що використовується" -#: gtk/gtkprintunixdialog.c:284 +#: ../gtk/gtkprintunixdialog.c:284 msgid "Selected Printer" msgstr "Вибраний принтер" -#: gtk/gtkprintunixdialog.c:285 +#: ../gtk/gtkprintunixdialog.c:285 msgid "The GtkPrinter which is selected" msgstr "GtkPrinter, що виділений" -#: gtk/gtkprogress.c:102 +#: ../gtk/gtkprogress.c:102 msgid "Activity mode" msgstr "Режим активності" -#: gtk/gtkprogress.c:103 +#: ../gtk/gtkprogress.c:103 msgid "" "If TRUE, the GtkProgress is in activity mode, meaning that it signals " "something is happening, but not how much of the activity is finished. This " @@ -4312,39 +4292,39 @@ msgstr "" "що він повідомляє, що щось відбувається, але не відсоток завершення дії. Це " "використовується коли ви робите щось, що не відомо скільки буде тривати дія." -#: gtk/gtkprogress.c:111 +#: ../gtk/gtkprogress.c:111 msgid "Show text" msgstr "Показати текст" -#: gtk/gtkprogress.c:112 +#: ../gtk/gtkprogress.c:112 msgid "Whether the progress is shown as text." msgstr "Чи відображати поступ у вигляді тексту" -#: gtk/gtkprogressbar.c:119 +#: ../gtk/gtkprogressbar.c:119 msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "Об'єкт GtkAdjustment пов'язаний з панеллю поступу (застаріле)" -#: gtk/gtkprogressbar.c:135 +#: ../gtk/gtkprogressbar.c:135 msgid "Bar style" msgstr "Стиль панелі" -#: gtk/gtkprogressbar.c:136 +#: ../gtk/gtkprogressbar.c:136 msgid "Specifies the visual style of the bar in percentage mode (Deprecated)" msgstr "Визначає стиль відображення панелі у відсотковому режими (застаріле)" -#: gtk/gtkprogressbar.c:144 +#: ../gtk/gtkprogressbar.c:144 msgid "Activity Step" msgstr "Крок активності" -#: gtk/gtkprogressbar.c:145 +#: ../gtk/gtkprogressbar.c:145 msgid "The increment used for each iteration in activity mode (Deprecated)" msgstr "Приріст для кожної ітерації в режимі активності (застаріле)" -#: gtk/gtkprogressbar.c:152 +#: ../gtk/gtkprogressbar.c:152 msgid "Activity Blocks" msgstr "Блоки активності" -#: gtk/gtkprogressbar.c:153 +#: ../gtk/gtkprogressbar.c:153 msgid "" "The number of blocks which can fit in the progress bar area in activity mode " "(Deprecated)" @@ -4352,39 +4332,39 @@ msgstr "" "Кількість блоків індикації, що вміщаються в ділянці індикатора поступу в " "режимі процесу (Застосовувати не рекомендується)" -#: gtk/gtkprogressbar.c:160 +#: ../gtk/gtkprogressbar.c:160 msgid "Discrete Blocks" msgstr "Дискретних блоків" -#: gtk/gtkprogressbar.c:161 +#: ../gtk/gtkprogressbar.c:161 msgid "" "The number of discrete blocks in a progress bar (when shown in the discrete " "style)" msgstr "Кількість дискретних блоків на панелі поступу (в дискретному стилі)" -#: gtk/gtkprogressbar.c:168 +#: ../gtk/gtkprogressbar.c:168 msgid "Fraction" msgstr "Дріб" -#: gtk/gtkprogressbar.c:169 +#: ../gtk/gtkprogressbar.c:169 msgid "The fraction of total work that has been completed" msgstr "Виконана частина роботи" -#: gtk/gtkprogressbar.c:176 +#: ../gtk/gtkprogressbar.c:176 msgid "Pulse Step" msgstr "Крок приросту" -#: gtk/gtkprogressbar.c:177 +#: ../gtk/gtkprogressbar.c:177 msgid "The fraction of total progress to move the bouncing block when pulsed" msgstr "" "Частина загального поступу, під час виконання якої відбувається приріст " "індикатора поступу" -#: gtk/gtkprogressbar.c:185 +#: ../gtk/gtkprogressbar.c:185 msgid "Text to be displayed in the progress bar" msgstr "Текст, що показуватиметься у панелі поступу" -#: gtk/gtkprogressbar.c:207 +#: ../gtk/gtkprogressbar.c:207 msgid "" "The preferred place to ellipsize the string, if the progress bar does not " "have enough room to display the entire string, if at all." @@ -4392,59 +4372,59 @@ msgstr "" "Бажане місце для еліптизації рядка, якщо у панелі поступу не вистачає місця " "для відображення усього рядка." -#: gtk/gtkprogressbar.c:214 +#: ../gtk/gtkprogressbar.c:214 msgid "XSpacing" msgstr "ДодІнтервал" -#: gtk/gtkprogressbar.c:215 +#: ../gtk/gtkprogressbar.c:215 msgid "Extra spacing applied to the width of a progress bar." msgstr "Додатковий інтервал, що додається до ширини смуги поступу." -#: gtk/gtkprogressbar.c:220 +#: ../gtk/gtkprogressbar.c:220 msgid "YSpacing" msgstr "YІнтервал" -#: gtk/gtkprogressbar.c:221 +#: ../gtk/gtkprogressbar.c:221 msgid "Extra spacing applied to the height of a progress bar." msgstr "Додатковий інтервал, що додається до висоти рядку поступу." -#: gtk/gtkprogressbar.c:234 +#: ../gtk/gtkprogressbar.c:234 msgid "Min horizontal bar width" msgstr "Мінімальна ширина горизонтальної панелі" -#: gtk/gtkprogressbar.c:235 +#: ../gtk/gtkprogressbar.c:235 msgid "The minimum horizontal width of the progress bar" msgstr "Горизонтальне вирівнювання позначки" -#: gtk/gtkprogressbar.c:247 +#: ../gtk/gtkprogressbar.c:247 msgid "Min horizontal bar height" msgstr "Горизонтальне вирівнювання" -#: gtk/gtkprogressbar.c:248 +#: ../gtk/gtkprogressbar.c:248 msgid "Minimum horizontal height of the progress bar" msgstr "Значення індикатора ходу поступу" -#: gtk/gtkprogressbar.c:260 +#: ../gtk/gtkprogressbar.c:260 msgid "Min vertical bar width" msgstr "Ширина вертикального роздільника" -#: gtk/gtkprogressbar.c:261 +#: ../gtk/gtkprogressbar.c:261 msgid "The minimum vertical width of the progress bar" msgstr "Мінімальна ширина вертикального індикатора поступу" -#: gtk/gtkprogressbar.c:273 +#: ../gtk/gtkprogressbar.c:273 msgid "Min vertical bar height" msgstr "Мінімальна висота вкладеного елементу" -#: gtk/gtkprogressbar.c:274 +#: ../gtk/gtkprogressbar.c:274 msgid "The minimum vertical height of the progress bar" msgstr "Мінімальна висота вертикального індикатора поступу" -#: gtk/gtkradioaction.c:111 +#: ../gtk/gtkradioaction.c:111 msgid "The value" msgstr "Значення" -#: gtk/gtkradioaction.c:112 +#: ../gtk/gtkradioaction.c:112 msgid "" "The value returned by gtk_radio_action_get_current_value() when this action " "is the current action of its group." @@ -4452,155 +4432,155 @@ msgstr "" "Значення, яке повертає gtk_radio_action_get_current_value() коли ця дія є " "поточною дією у групі." -#: gtk/gtkradioaction.c:129 +#: ../gtk/gtkradioaction.c:129 msgid "The radio action whose group this action belongs to." msgstr "Дія-перемикач, групі якої належить ця дія." -#: gtk/gtkradioaction.c:144 +#: ../gtk/gtkradioaction.c:144 msgid "The current value" msgstr "Поточне значення" -#: gtk/gtkradioaction.c:145 +#: ../gtk/gtkradioaction.c:145 msgid "" "The value property of the currently active member of the group to which this " "action belongs." msgstr "" "Значення властивості поточного активного члена групи, до якої належить дія." -#: gtk/gtkradiobutton.c:83 +#: ../gtk/gtkradiobutton.c:83 msgid "The radio button whose group this widget belongs to." msgstr "Кнопка-перемикач, чиїй групі належить цей віджет." -#: gtk/gtkradiomenuitem.c:344 +#: ../gtk/gtkradiomenuitem.c:344 msgid "The radio menu item whose group this widget belongs to." msgstr "Кнопка-перемикач, чиїй групі належить цей віджет." -#: gtk/gtkradiotoolbutton.c:66 +#: ../gtk/gtkradiotoolbutton.c:66 msgid "The radio tool button whose group this button belongs to." msgstr "Радіо-кнопка, чиїй групі належить цей віджет." -#: gtk/gtkrange.c:358 +#: ../gtk/gtkrange.c:358 msgid "Update policy" msgstr "Метод оновлення" -#: gtk/gtkrange.c:359 +#: ../gtk/gtkrange.c:359 msgid "How the range should be updated on the screen" msgstr "Як діапазон має поновлюватись на екрані" -#: gtk/gtkrange.c:368 +#: ../gtk/gtkrange.c:368 msgid "The GtkAdjustment that contains the current value of this range object" msgstr "" "Об'єкт GtkAdjustment, що містить поточне значення цього діапазонного об'єкта" -#: gtk/gtkrange.c:375 +#: ../gtk/gtkrange.c:375 msgid "Inverted" msgstr "Зворотній" -#: gtk/gtkrange.c:376 +#: ../gtk/gtkrange.c:376 msgid "Invert direction slider moves to increase range value" msgstr "Зворотній напрямок руху повзунка призводить до збільшення значення" -#: gtk/gtkrange.c:383 +#: ../gtk/gtkrange.c:383 msgid "Lower stepper sensitivity" msgstr "Нижня чутливість кроку" -#: gtk/gtkrange.c:384 +#: ../gtk/gtkrange.c:384 msgid "" "The sensitivity policy for the stepper that points to the adjustment's lower " "side" msgstr "Чутливість кроку, яка вказує на нижню сторону коригування" -#: gtk/gtkrange.c:392 +#: ../gtk/gtkrange.c:392 msgid "Upper stepper sensitivity" msgstr "Верхня чутливість кроку" -#: gtk/gtkrange.c:393 +#: ../gtk/gtkrange.c:393 msgid "" "The sensitivity policy for the stepper that points to the adjustment's upper " "side" msgstr "Чутливість кроку, яка вказує на верхню сторону коригування" -#: gtk/gtkrange.c:410 +#: ../gtk/gtkrange.c:410 msgid "Show Fill Level" msgstr "Відображення рівня заповнення" -#: gtk/gtkrange.c:411 +#: ../gtk/gtkrange.c:411 msgid "Whether to display a fill level indicator graphics on trough." msgstr "Чи відображати індикатор рівня заповнення графіки у жолобі" -#: gtk/gtkrange.c:427 +#: ../gtk/gtkrange.c:427 msgid "Restrict to Fill Level" msgstr "Обмежувати рівень заповнення" -#: gtk/gtkrange.c:428 +#: ../gtk/gtkrange.c:428 msgid "Whether to restrict the upper boundary to the fill level." msgstr "Чи обмежувати верхню межу рівнем заповнення." -#: gtk/gtkrange.c:443 +#: ../gtk/gtkrange.c:443 msgid "Fill Level" msgstr "Рівень заповнення" -#: gtk/gtkrange.c:444 +#: ../gtk/gtkrange.c:444 msgid "The fill level." msgstr "Рівень заповнення." -#: gtk/gtkrange.c:452 +#: ../gtk/gtkrange.c:452 msgid "Slider Width" msgstr "Ширина повзунка" -#: gtk/gtkrange.c:453 +#: ../gtk/gtkrange.c:453 msgid "Width of scrollbar or scale thumb" msgstr "Ширина повзунка чи вказівника" -#: gtk/gtkrange.c:460 +#: ../gtk/gtkrange.c:460 msgid "Trough Border" msgstr "Границя напрямної" -#: gtk/gtkrange.c:461 +#: ../gtk/gtkrange.c:461 msgid "Spacing between thumb/steppers and outer trough bevel" msgstr "" "Відстань між вказівником чи кнопками переміщення і зовнішньою границею " "напрямної" -#: gtk/gtkrange.c:468 +#: ../gtk/gtkrange.c:468 msgid "Stepper Size" msgstr "Розмір кнопок переміщення" -#: gtk/gtkrange.c:469 +#: ../gtk/gtkrange.c:469 msgid "Length of step buttons at ends" msgstr "Розмір кнопок переміщення по краях" -#: gtk/gtkrange.c:484 +#: ../gtk/gtkrange.c:484 msgid "Stepper Spacing" msgstr "Відстань між кнопками переміщення" -#: gtk/gtkrange.c:485 +#: ../gtk/gtkrange.c:485 msgid "Spacing between step buttons and thumb" msgstr "Відстань між кнопками переміщення і вказівником" -#: gtk/gtkrange.c:492 +#: ../gtk/gtkrange.c:492 msgid "Arrow X Displacement" msgstr "Горизонтальний зсув стрілки" -#: gtk/gtkrange.c:493 +#: ../gtk/gtkrange.c:493 msgid "" "How far in the x direction to move the arrow when the button is depressed" msgstr "На скільки посувати стрілку по горизонталі, коли натиснуто кнопку" -#: gtk/gtkrange.c:500 +#: ../gtk/gtkrange.c:500 msgid "Arrow Y Displacement" msgstr "Вертикальний зсув стрілки" -#: gtk/gtkrange.c:501 +#: ../gtk/gtkrange.c:501 msgid "" "How far in the y direction to move the arrow when the button is depressed" msgstr "На скільки посувати стрілку по вертикалі, коли натиснуто кнопку" -#: gtk/gtkrange.c:509 +#: ../gtk/gtkrange.c:509 msgid "Draw slider ACTIVE during drag" msgstr "Малювати повзунок при перетягуванні, як ACTIVE" -#: gtk/gtkrange.c:510 +#: ../gtk/gtkrange.c:510 msgid "" "With this option set to TRUE, sliders will be drawn ACTIVE and with shadow " "IN while they are dragged" @@ -4608,11 +4588,11 @@ msgstr "" "Якщо параметр має значення TRUE, при перетягуванні повзунки будуть " "малюватись активними та з внутрішньою тінню" -#: gtk/gtkrange.c:524 +#: ../gtk/gtkrange.c:524 msgid "Trough Side Details" msgstr "Подробиці сторони жолобу" -#: gtk/gtkrange.c:525 +#: ../gtk/gtkrange.c:525 msgid "" "When TRUE, the parts of the trough on the two sides of the slider are drawn " "with different details" @@ -4620,11 +4600,11 @@ msgstr "" "При значенні TRUE, частини жолобу з двох сторін повзунка виводяться з " "різними подробицями" -#: gtk/gtkrange.c:541 +#: ../gtk/gtkrange.c:541 msgid "Trough Under Steppers" msgstr "Жолоб під степпером" -#: gtk/gtkrange.c:542 +#: ../gtk/gtkrange.c:542 msgid "" "Whether to draw trough for full length of range or exclude the steppers and " "spacing" @@ -4632,263 +4612,265 @@ msgstr "" "Чи виводити жолоб на всю довжину діапазону або ж виключати степпер та " "відступи" -#: gtk/gtkrange.c:555 +#: ../gtk/gtkrange.c:555 msgid "Arrow scaling" msgstr "Розтягування стрілки" -#: gtk/gtkrange.c:556 +#: ../gtk/gtkrange.c:556 msgid "Arrow scaling with regard to scroll button size" msgstr "Розтягування стрілки відносно до розміру кнопки прокрутки" -#: gtk/gtkrecentaction.c:616 gtk/gtkrecentchoosermenu.c:227 +#: ../gtk/gtkrecentaction.c:616 ../gtk/gtkrecentchoosermenu.c:227 msgid "Show Numbers" msgstr "Показувати номери" -#: gtk/gtkrecentaction.c:617 gtk/gtkrecentchoosermenu.c:228 +#: ../gtk/gtkrecentaction.c:617 ../gtk/gtkrecentchoosermenu.c:228 msgid "Whether the items should be displayed with a number" msgstr "Чи відображати номери з елементами" -#: gtk/gtkrecentchooser.c:132 +#: ../gtk/gtkrecentchooser.c:132 msgid "Recent Manager" msgstr "Недавній менеджер" -#: gtk/gtkrecentchooser.c:133 +#: ../gtk/gtkrecentchooser.c:133 msgid "The RecentManager object to use" msgstr "Об'єкт RecentManager, що використовується" -#: gtk/gtkrecentchooser.c:147 +#: ../gtk/gtkrecentchooser.c:147 msgid "Show Private" msgstr "Показувати приватні" -#: gtk/gtkrecentchooser.c:148 +#: ../gtk/gtkrecentchooser.c:148 msgid "Whether the private items should be displayed" msgstr "Чи показувати приватні елементи" -#: gtk/gtkrecentchooser.c:161 +#: ../gtk/gtkrecentchooser.c:161 msgid "Show Tooltips" msgstr "Показувати підказки" -#: gtk/gtkrecentchooser.c:162 +#: ../gtk/gtkrecentchooser.c:162 msgid "Whether there should be a tooltip on the item" msgstr "Чи відображатиметься підказка на елементі" -#: gtk/gtkrecentchooser.c:174 +#: ../gtk/gtkrecentchooser.c:174 msgid "Show Icons" msgstr "Показувати значки" -#: gtk/gtkrecentchooser.c:175 +#: ../gtk/gtkrecentchooser.c:175 msgid "Whether there should be an icon near the item" msgstr "Чи має бути значок поблизу елемента" -#: gtk/gtkrecentchooser.c:190 +#: ../gtk/gtkrecentchooser.c:190 msgid "Show Not Found" msgstr "Показувати не існуючі" -#: gtk/gtkrecentchooser.c:191 +#: ../gtk/gtkrecentchooser.c:191 msgid "Whether the items pointing to unavailable resources should be displayed" msgstr "Чи показувати елементи, що вказують на неіснуючі ресурси" -#: gtk/gtkrecentchooser.c:204 +#: ../gtk/gtkrecentchooser.c:204 msgid "Whether to allow multiple items to be selected" msgstr "Чи дозволяти виділення багатьох елементів" -#: gtk/gtkrecentchooser.c:217 +#: ../gtk/gtkrecentchooser.c:217 msgid "Local only" msgstr "Лише локальні" -#: gtk/gtkrecentchooser.c:218 +#: ../gtk/gtkrecentchooser.c:218 msgid "Whether the selected resource(s) should be limited to local file: URIs" msgstr "Чи виділення ресурс(ів) повинно обмежуватись локальними файлами: URI" -#: gtk/gtkrecentchooser.c:234 gtk/gtkrecentmanager.c:229 +#: ../gtk/gtkrecentchooser.c:234 ../gtk/gtkrecentmanager.c:229 msgid "Limit" msgstr "Межа" -#: gtk/gtkrecentchooser.c:235 +#: ../gtk/gtkrecentchooser.c:235 msgid "The maximum number of items to be displayed" msgstr "Максимальна кількість елементів, що відображається" -#: gtk/gtkrecentchooser.c:249 +#: ../gtk/gtkrecentchooser.c:249 msgid "Sort Type" msgstr "Тип сортування" -#: gtk/gtkrecentchooser.c:250 +#: ../gtk/gtkrecentchooser.c:250 msgid "The sorting order of the items displayed" msgstr "Порядок сортування елементів, що відображаються" -#: gtk/gtkrecentchooser.c:265 +#: ../gtk/gtkrecentchooser.c:265 msgid "The current filter for selecting which resources are displayed" msgstr "Поточний фільтр для відбору ресурсів, що відображаються" -#: gtk/gtkrecentmanager.c:215 +#: ../gtk/gtkrecentmanager.c:215 msgid "The full path to the file to be used to store and read the list" msgstr "" "Повний шлях до файлу, що використовується для зберігання та читання списку" -#: gtk/gtkrecentmanager.c:230 +#: ../gtk/gtkrecentmanager.c:230 msgid "" "The maximum number of items to be returned by gtk_recent_manager_get_items()" msgstr "" "Максимальне число елементів, що повертаються gtk_recent_manager_get_items()" -#: gtk/gtkrecentmanager.c:246 +#: ../gtk/gtkrecentmanager.c:246 msgid "The size of the recently used resources list" msgstr "Розмір списку ресурсів, що недавно використовувались" -#: gtk/gtkruler.c:128 +#: ../gtk/gtkruler.c:128 msgid "Lower" msgstr "Низ" -#: gtk/gtkruler.c:129 +#: ../gtk/gtkruler.c:129 msgid "Lower limit of ruler" msgstr "Нижня межа лінійки" -#: gtk/gtkruler.c:138 +#: ../gtk/gtkruler.c:138 msgid "Upper" msgstr "Верх" -#: gtk/gtkruler.c:139 +#: ../gtk/gtkruler.c:139 msgid "Upper limit of ruler" msgstr "Верхня межа лінійки" -#: gtk/gtkruler.c:149 +#: ../gtk/gtkruler.c:149 msgid "Position of mark on the ruler" msgstr "Положення позначки на лінійці" -#: gtk/gtkruler.c:158 +#: ../gtk/gtkruler.c:158 msgid "Max Size" msgstr "Максимальний розмір" -#: gtk/gtkruler.c:159 +#: ../gtk/gtkruler.c:159 msgid "Maximum size of the ruler" msgstr "Максимальний розмір лінійки" -#: gtk/gtkruler.c:174 +#: ../gtk/gtkruler.c:174 msgid "Metric" msgstr "Метрична" -#: gtk/gtkruler.c:175 +#: ../gtk/gtkruler.c:175 msgid "The metric used for the ruler" msgstr "Система виміру, що використовується для лінійки" -#: gtk/gtkscale.c:201 +#: ../gtk/gtkscale.c:201 msgid "The number of decimal places that are displayed in the value" msgstr "Кількість десяткових місць для відображення значення" -#: gtk/gtkscale.c:210 +#: ../gtk/gtkscale.c:210 msgid "Draw Value" msgstr "Показувати значення" -#: gtk/gtkscale.c:211 +#: ../gtk/gtkscale.c:211 msgid "Whether the current value is displayed as a string next to the slider" msgstr "Чи буде поточне значення відображатися у вигляді рядка за повзунком" -#: gtk/gtkscale.c:218 +#: ../gtk/gtkscale.c:218 msgid "Value Position" msgstr "Положення значення" -#: gtk/gtkscale.c:219 +#: ../gtk/gtkscale.c:219 msgid "The position in which the current value is displayed" msgstr "Місце, в якому відображається поточне значення" -#: gtk/gtkscale.c:226 +#: ../gtk/gtkscale.c:226 msgid "Slider Length" msgstr "Довжина повзунка" -#: gtk/gtkscale.c:227 +#: ../gtk/gtkscale.c:227 msgid "Length of scale's slider" msgstr "Довжина повзунка" -#: gtk/gtkscale.c:235 +#: ../gtk/gtkscale.c:235 msgid "Value spacing" msgstr "Відступ значення" -#: gtk/gtkscale.c:236 +#: ../gtk/gtkscale.c:236 msgid "Space between value text and the slider/trough area" msgstr "Інтервал між зображеним значенням і ділянкою повзунка чи напрямної" -#: gtk/gtkscalebutton.c:207 +#: ../gtk/gtkscalebutton.c:207 msgid "The value of the scale" msgstr "Значення масштабу" -#: gtk/gtkscalebutton.c:217 +#: ../gtk/gtkscalebutton.c:217 msgid "The icon size" msgstr "Розмір значка" -#: gtk/gtkscalebutton.c:226 +#: ../gtk/gtkscalebutton.c:226 msgid "" "The GtkAdjustment that contains the current value of this scale button object" msgstr "" "Об'єкт GtkAdjustment, що містить поточне значення масштабу цієї кнопки " "масштабу" -#: gtk/gtkscalebutton.c:254 +#: ../gtk/gtkscalebutton.c:254 msgid "Icons" msgstr "Значок" -#: gtk/gtkscalebutton.c:255 +#: ../gtk/gtkscalebutton.c:255 msgid "List of icon names" msgstr "Список назв значків" -#: gtk/gtkscrollbar.c:51 +#: ../gtk/gtkscrollbar.c:51 msgid "Minimum Slider Length" msgstr "Мінімальна довжина повзунка" -#: gtk/gtkscrollbar.c:52 +#: ../gtk/gtkscrollbar.c:52 msgid "Minimum length of scrollbar slider" msgstr "Мінімальна довжина повзунка смуги прокрутки" -#: gtk/gtkscrollbar.c:60 +#: ../gtk/gtkscrollbar.c:60 msgid "Fixed slider size" msgstr "Фіксований розмір повзунка" -#: gtk/gtkscrollbar.c:61 +#: ../gtk/gtkscrollbar.c:61 msgid "Don't change slider size, just lock it to the minimum length" msgstr "Не змінювати розмір повзунка, встановити мінімальну довжину" -#: gtk/gtkscrollbar.c:82 +#: ../gtk/gtkscrollbar.c:82 msgid "" "Display a second backward arrow button on the opposite end of the scrollbar" msgstr "" "Відображати другу кнопку із стрілкою назад на протилежні стороні смуги " "прокрутки" -#: gtk/gtkscrollbar.c:89 +#: ../gtk/gtkscrollbar.c:89 msgid "" "Display a second forward arrow button on the opposite end of the scrollbar" msgstr "" "Відображати другу кнопку із стрілкою вперед на протилежні стороні смуги " "прокрутки" -#: gtk/gtkscrolledwindow.c:218 gtk/gtktext.c:545 gtk/gtktreeview.c:578 +#: ../gtk/gtkscrolledwindow.c:218 ../gtk/gtktext.c:545 +#: ../gtk/gtktreeview.c:578 msgid "Horizontal Adjustment" msgstr "Горизонтальне вирівнювання" -#: gtk/gtkscrolledwindow.c:225 gtk/gtktext.c:553 gtk/gtktreeview.c:586 +#: ../gtk/gtkscrolledwindow.c:225 ../gtk/gtktext.c:553 +#: ../gtk/gtktreeview.c:586 msgid "Vertical Adjustment" msgstr "Вертикальне вирівнювання" -#: gtk/gtkscrolledwindow.c:232 +#: ../gtk/gtkscrolledwindow.c:232 msgid "Horizontal Scrollbar Policy" msgstr "Правило горизонтальної прокрутки" -#: gtk/gtkscrolledwindow.c:233 +#: ../gtk/gtkscrolledwindow.c:233 msgid "When the horizontal scrollbar is displayed" msgstr "Коли відображається горизонтальна панель прокрутки" -#: gtk/gtkscrolledwindow.c:240 +#: ../gtk/gtkscrolledwindow.c:240 msgid "Vertical Scrollbar Policy" msgstr "Правило вертикальної прокрутки" -#: gtk/gtkscrolledwindow.c:241 +#: ../gtk/gtkscrolledwindow.c:241 msgid "When the vertical scrollbar is displayed" msgstr "Коли відображається вертикальна панель прокрутки" -#: gtk/gtkscrolledwindow.c:249 +#: ../gtk/gtkscrolledwindow.c:249 msgid "Window Placement" msgstr "Розміщення вікна" -#: gtk/gtkscrolledwindow.c:250 +#: ../gtk/gtkscrolledwindow.c:250 msgid "" "Where the contents are located with respect to the scrollbars. This property " "only takes effect if \"window-placement-set\" is TRUE." @@ -4896,11 +4878,11 @@ msgstr "" "Як буде розміщено вміст відносно смуг прокрутки. Ця властивість має ефект " "лише якщо \"window-placement-set\" має значення TRUE." -#: gtk/gtkscrolledwindow.c:267 +#: ../gtk/gtkscrolledwindow.c:267 msgid "Window Placement Set" msgstr "Встановити розміщення вікна" -#: gtk/gtkscrolledwindow.c:268 +#: ../gtk/gtkscrolledwindow.c:268 msgid "" "Whether \"window-placement\" should be used to determine the location of the " "contents with respect to the scrollbars." @@ -4908,35 +4890,35 @@ msgstr "" "Чи слід використовувати \"window-placement\" для визначення розташування " "змісту відносно смуг прокрутки." -#: gtk/gtkscrolledwindow.c:274 +#: ../gtk/gtkscrolledwindow.c:274 msgid "Shadow Type" msgstr "Тип тіні" -#: gtk/gtkscrolledwindow.c:275 +#: ../gtk/gtkscrolledwindow.c:275 msgid "Style of bevel around the contents" msgstr "Стиль фаски навколо вмісту" -#: gtk/gtkscrolledwindow.c:289 +#: ../gtk/gtkscrolledwindow.c:289 msgid "Scrollbars within bevel" msgstr "Смуги прокрутки у межах фаски" -#: gtk/gtkscrolledwindow.c:290 +#: ../gtk/gtkscrolledwindow.c:290 msgid "Place scrollbars within the scrolled window's bevel" msgstr "Розміщати смуги прокрутки у межах фаски вікон, що прокручуються" -#: gtk/gtkscrolledwindow.c:296 +#: ../gtk/gtkscrolledwindow.c:296 msgid "Scrollbar spacing" msgstr "Відстань до панелей прокрутки" -#: gtk/gtkscrolledwindow.c:297 +#: ../gtk/gtkscrolledwindow.c:297 msgid "Number of pixels between the scrollbars and the scrolled window" msgstr "Кількість точок між панелями прокрутки і вікном, що прокручується" -#: gtk/gtkscrolledwindow.c:312 +#: ../gtk/gtkscrolledwindow.c:312 msgid "Scrolled Window Placement" msgstr "Розміщення вікна прокрутки" -#: gtk/gtkscrolledwindow.c:313 +#: ../gtk/gtkscrolledwindow.c:313 msgid "" "Where the contents of scrolled windows are located with respect to the " "scrollbars, if not overridden by the scrolled window's own placement." @@ -4944,19 +4926,19 @@ msgstr "" "Як буде розміщено вміст вікон, що прокручуються відносно смуг прокрутки, " "якщо не буде перевизначено власним розміщенням вікна, що прокручується." -#: gtk/gtkseparatortoolitem.c:105 +#: ../gtk/gtkseparatortoolitem.c:105 msgid "Draw" msgstr "Малювати" -#: gtk/gtkseparatortoolitem.c:106 +#: ../gtk/gtkseparatortoolitem.c:106 msgid "Whether the separator is drawn, or just blank" msgstr "Чи малюється розділювач, або вставляється інтервал" -#: gtk/gtksettings.c:215 +#: ../gtk/gtksettings.c:215 msgid "Double Click Time" msgstr "Інтервал подвійного клацання" -#: gtk/gtksettings.c:216 +#: ../gtk/gtksettings.c:216 msgid "" "Maximum time allowed between two clicks for them to be considered a double " "click (in milliseconds)" @@ -4964,11 +4946,11 @@ msgstr "" "Максимальний час між двома клацаннями, щоб вважати їх одним подвійним " "клацанням (в мілісекундах)" -#: gtk/gtksettings.c:223 +#: ../gtk/gtksettings.c:223 msgid "Double Click Distance" msgstr "Період подвійного клацання" -#: gtk/gtksettings.c:224 +#: ../gtk/gtksettings.c:224 msgid "" "Maximum distance allowed between two clicks for them to be considered a " "double click (in pixels)" @@ -4976,35 +4958,35 @@ msgstr "" "Максимальний період між двома клацаннями, щоб вважати їх одним подвійним " "клацанням (в мілісекундах)" -#: gtk/gtksettings.c:240 +#: ../gtk/gtksettings.c:240 msgid "Cursor Blink" msgstr "Блимання курсора" -#: gtk/gtksettings.c:241 +#: ../gtk/gtksettings.c:241 msgid "Whether the cursor should blink" msgstr "Чи має курсор блимати" -#: gtk/gtksettings.c:248 +#: ../gtk/gtksettings.c:248 msgid "Cursor Blink Time" msgstr "Період блимання курсора" -#: gtk/gtksettings.c:249 +#: ../gtk/gtksettings.c:249 msgid "Length of the cursor blink cycle, in milliseconds" msgstr "Довжина циклу блимання курсора, в мілісекундах" -#: gtk/gtksettings.c:268 +#: ../gtk/gtksettings.c:268 msgid "Cursor Blink Timeout" msgstr "Затримка блимання курсора" -#: gtk/gtksettings.c:269 +#: ../gtk/gtksettings.c:269 msgid "Time after which the cursor stops blinking, in seconds" msgstr "Час, після якого курсор перестає блимати, у секундах" -#: gtk/gtksettings.c:276 +#: ../gtk/gtksettings.c:276 msgid "Split Cursor" msgstr "Розділити курсор" -#: gtk/gtksettings.c:277 +#: ../gtk/gtksettings.c:277 msgid "" "Whether two cursors should be displayed for mixed left-to-right and right-to-" "left text" @@ -5012,154 +4994,154 @@ msgstr "" "Чи відображатимуться два курсора для змішаного справа-наліво і зліва-направо " "тексту" -#: gtk/gtksettings.c:284 +#: ../gtk/gtksettings.c:284 msgid "Theme Name" msgstr "Назва теми" -#: gtk/gtksettings.c:285 +#: ../gtk/gtksettings.c:285 msgid "Name of theme RC file to load" msgstr "Назва RC-файла з темою, який необхідно завантажити" -#: gtk/gtksettings.c:293 +#: ../gtk/gtksettings.c:293 msgid "Icon Theme Name" msgstr "Назва теми значків" -#: gtk/gtksettings.c:294 +#: ../gtk/gtksettings.c:294 msgid "Name of icon theme to use" msgstr "Назва теми значків" -#: gtk/gtksettings.c:302 +#: ../gtk/gtksettings.c:302 msgid "Fallback Icon Theme Name" msgstr "Назва запасної теми значків" -#: gtk/gtksettings.c:303 +#: ../gtk/gtksettings.c:303 msgid "Name of a icon theme to fall back to" msgstr "Назва теми значків, яка є запасною темою" -#: gtk/gtksettings.c:311 +#: ../gtk/gtksettings.c:311 msgid "Key Theme Name" msgstr "Назва ключової теми" -#: gtk/gtksettings.c:312 +#: ../gtk/gtksettings.c:312 msgid "Name of key theme RC file to load" msgstr "Назва RC-файла з ключовою темою, який необхідно завантажити" -#: gtk/gtksettings.c:320 +#: ../gtk/gtksettings.c:320 msgid "Menu bar accelerator" msgstr "Клавіша виклику панелі меню" -#: gtk/gtksettings.c:321 +#: ../gtk/gtksettings.c:321 msgid "Keybinding to activate the menu bar" msgstr "Клавіша для активації панелі меню" -#: gtk/gtksettings.c:329 +#: ../gtk/gtksettings.c:329 msgid "Drag threshold" msgstr "Поріг перетягування" -#: gtk/gtksettings.c:330 +#: ../gtk/gtksettings.c:330 msgid "Number of pixels the cursor can move before dragging" msgstr "" "Кількість точок, на які може зміститися курсор до початку перетягування" -#: gtk/gtksettings.c:338 +#: ../gtk/gtksettings.c:338 msgid "Font Name" msgstr "Назва шрифту" -#: gtk/gtksettings.c:339 +#: ../gtk/gtksettings.c:339 msgid "Name of default font to use" msgstr "Назва звичайного шрифту" -#: gtk/gtksettings.c:361 +#: ../gtk/gtksettings.c:361 msgid "Icon Sizes" msgstr "Розміри значків" -#: gtk/gtksettings.c:362 +#: ../gtk/gtksettings.c:362 msgid "List of icon sizes (gtk-menu=16,16:gtk-button=20,20..." msgstr "Список розмірів значків (gtk-menu=16,16:gtk-button=20,20..." -#: gtk/gtksettings.c:370 +#: ../gtk/gtksettings.c:370 msgid "GTK Modules" msgstr "Модулі GTK" -#: gtk/gtksettings.c:371 +#: ../gtk/gtksettings.c:371 msgid "List of currently active GTK modules" msgstr "Перелік активних модулів GTK" -#: gtk/gtksettings.c:380 +#: ../gtk/gtksettings.c:380 msgid "Xft Antialias" msgstr "Xft згладжування" -#: gtk/gtksettings.c:381 +#: ../gtk/gtksettings.c:381 msgid "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default" msgstr "Чи потрібно згладжувати Xft шрифти; 0=ні, 1=так, -1=типово" -#: gtk/gtksettings.c:390 +#: ../gtk/gtksettings.c:390 msgid "Xft Hinting" msgstr "Xft уточнення" -#: gtk/gtksettings.c:391 +#: ../gtk/gtksettings.c:391 msgid "Whether to hint Xft fonts; 0=no, 1=yes, -1=default" msgstr "Чи потрібно уточнювати Xft шрифти; 0=ні, 1=так, -1=типово" -#: gtk/gtksettings.c:400 +#: ../gtk/gtksettings.c:400 msgid "Xft Hint Style" msgstr "Тип уточнення Xft" -#: gtk/gtksettings.c:401 +#: ../gtk/gtksettings.c:401 msgid "" "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull" msgstr "" "Який ступінь уточнення використовувати; без уточнення(none), невелике" "(slight), середнє(medium), або повне(full)" -#: gtk/gtksettings.c:410 +#: ../gtk/gtksettings.c:410 msgid "Xft RGBA" msgstr "Xft RGBA" -#: gtk/gtksettings.c:411 +#: ../gtk/gtksettings.c:411 msgid "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr" msgstr "Тип субпіксельного згладжування; немає(none), rgb, bgr, vrgb, vbgr" -#: gtk/gtksettings.c:420 +#: ../gtk/gtksettings.c:420 msgid "Xft DPI" msgstr "Xft DPI" -#: gtk/gtksettings.c:421 +#: ../gtk/gtksettings.c:421 msgid "Resolution for Xft, in 1024 * dots/inch. -1 to use default value" msgstr "" "Роздільна здатність для Xft, у 1024 * точки/дюйм. -1 задає типове значення" -#: gtk/gtksettings.c:430 +#: ../gtk/gtksettings.c:430 msgid "Cursor theme name" msgstr "Назва теми курсорів" -#: gtk/gtksettings.c:431 +#: ../gtk/gtksettings.c:431 msgid "Name of the cursor theme to use, or NULL to use the default theme" msgstr "Назва теми курсорів, або NULL для використання типової теми" -#: gtk/gtksettings.c:439 +#: ../gtk/gtksettings.c:439 msgid "Cursor theme size" msgstr "Розмір теми курсорів" -#: gtk/gtksettings.c:440 +#: ../gtk/gtksettings.c:440 msgid "Size to use for cursors, or 0 to use the default size" msgstr "" "Розмір, що буде використовуватись для курсорів, або 0 для використання " "типового розміру" -#: gtk/gtksettings.c:450 +#: ../gtk/gtksettings.c:450 msgid "Alternative button order" msgstr "Альтернативний порядок кнопок" -#: gtk/gtksettings.c:451 +#: ../gtk/gtksettings.c:451 msgid "Whether buttons in dialogs should use the alternative button order" msgstr "Чи повинен використовуватись альтернативний порядок кнопок у діалогах" -#: gtk/gtksettings.c:468 +#: ../gtk/gtksettings.c:468 msgid "Alternative sort indicator direction" msgstr "Альтернативний напрямок індикатора сортування" -#: gtk/gtksettings.c:469 +#: ../gtk/gtksettings.c:469 msgid "" "Whether the direction of the sort indicators in list and tree views is " "inverted compared to the default (where down means ascending)" @@ -5168,11 +5150,11 @@ msgstr "" "дерева, у порівнянні до типового напрямку.(коли напрямок вниз означає " "зростання)" -#: gtk/gtksettings.c:477 +#: ../gtk/gtksettings.c:477 msgid "Show the 'Input Methods' menu" msgstr "Показувати меню 'Методи вводу'" -#: gtk/gtksettings.c:478 +#: ../gtk/gtksettings.c:478 msgid "" "Whether the context menus of entries and text views should offer to change " "the input method" @@ -5180,11 +5162,11 @@ msgstr "" "Чи у контекстних меню елементів та текстових віджетів пропонувати пункт " "зміни методу вводу" -#: gtk/gtksettings.c:486 +#: ../gtk/gtksettings.c:486 msgid "Show the 'Insert Unicode Control Character' menu" msgstr "Показувати меню 'Вставити керуючий символ Unicode'" -#: gtk/gtksettings.c:487 +#: ../gtk/gtksettings.c:487 msgid "" "Whether the context menus of entries and text views should offer to insert " "control characters" @@ -5192,229 +5174,229 @@ msgstr "" "Чи у контекстному меню елементів та текстових віджетів пропонувати пункт " "вставки керуючого символу Unicode" -#: gtk/gtksettings.c:495 +#: ../gtk/gtksettings.c:495 msgid "Start timeout" msgstr "Таймаут початку" -#: gtk/gtksettings.c:496 +#: ../gtk/gtksettings.c:496 msgid "Starting value for timeouts, when button is pressed" msgstr "Значення для інтервалу початку повтору, при натисканні кнопки" -#: gtk/gtksettings.c:505 +#: ../gtk/gtksettings.c:505 msgid "Repeat timeout" msgstr "Таймаут повтору" -#: gtk/gtksettings.c:506 +#: ../gtk/gtksettings.c:506 msgid "Repeat value for timeouts, when button is pressed" msgstr "Значення для інтервалу очікування повтору, коли кнопка натиснута" -#: gtk/gtksettings.c:515 +#: ../gtk/gtksettings.c:515 msgid "Expand timeout" msgstr "Таймаут розширення" -#: gtk/gtksettings.c:516 +#: ../gtk/gtksettings.c:516 msgid "Expand value for timeouts, when a widget is expanding a new region" msgstr "" "Значення для інтервалу очікування, коли віджет розширюється на нову область" -#: gtk/gtksettings.c:551 +#: ../gtk/gtksettings.c:551 msgid "Color scheme" msgstr "Схема кольорів" -#: gtk/gtksettings.c:552 +#: ../gtk/gtksettings.c:552 msgid "A palette of named colors for use in themes" msgstr "Палітра назв кольорів, що використовуються у темах" -#: gtk/gtksettings.c:561 +#: ../gtk/gtksettings.c:561 msgid "Enable Animations" msgstr "Увімкнути анімацію" -#: gtk/gtksettings.c:562 +#: ../gtk/gtksettings.c:562 msgid "Whether to enable toolkit-wide animations." msgstr "Чи вмикати анімацію у бібліотеці." -#: gtk/gtksettings.c:580 +#: ../gtk/gtksettings.c:580 msgid "Enable Touchscreen Mode" msgstr "Увімкнути режим Touchscreen" -#: gtk/gtksettings.c:581 +#: ../gtk/gtksettings.c:581 msgid "When TRUE, there are no motion notify events delivered on this screen" msgstr "" "При значенні TRUE, події сповіщення про рух не доставляються на цей екран" -#: gtk/gtksettings.c:598 +#: ../gtk/gtksettings.c:598 msgid "Tooltip timeout" msgstr "Таймаут появи підказки" -#: gtk/gtksettings.c:599 +#: ../gtk/gtksettings.c:599 msgid "Timeout before tooltip is shown" msgstr "Інтервал часу перед відображенням підказки" -#: gtk/gtksettings.c:624 +#: ../gtk/gtksettings.c:624 msgid "Tooltip browse timeout" msgstr "Таймаут перегляду підказки" -#: gtk/gtksettings.c:625 +#: ../gtk/gtksettings.c:625 msgid "Timeout before tooltip is shown when browse mode is enabled" msgstr "" "Інтервал часу перед відображенням підказки, коли вмикається режим перегляду" -#: gtk/gtksettings.c:646 +#: ../gtk/gtksettings.c:646 msgid "Tooltip browse mode timeout" msgstr "Таймаут режиму перегляду" -#: gtk/gtksettings.c:647 +#: ../gtk/gtksettings.c:647 msgid "Timeout after which browse mode is disabled" msgstr "Інтервал часу після якого вимикається режим перегляду" -#: gtk/gtksettings.c:666 +#: ../gtk/gtksettings.c:666 msgid "Keynav Cursor Only" msgstr "Навігація курсора клавішами" -#: gtk/gtksettings.c:667 +#: ../gtk/gtksettings.c:667 msgid "When TRUE, there are only cursor keys available to navigate widgets" msgstr "" "При значенні TRUE, для навігації по віджету доступні лише клавіші керування " "курсором" -#: gtk/gtksettings.c:684 +#: ../gtk/gtksettings.c:684 msgid "Keynav Wrap Around" msgstr "Перехід на межі віджета при навігації клавіатурою" -#: gtk/gtksettings.c:685 +#: ../gtk/gtksettings.c:685 msgid "Whether to wrap around when keyboard-navigating widgets" msgstr "" "Чи переходити на інший бік при досягненні межі віджета при навігації " "клавіатурою" -#: gtk/gtksettings.c:705 +#: ../gtk/gtksettings.c:705 msgid "Error Bell" msgstr "Звуковий сигнал помилки" -#: gtk/gtksettings.c:706 +#: ../gtk/gtksettings.c:706 msgid "When TRUE, keyboard navigation and other errors will cause a beep" msgstr "" "При значенні TRUE, навігація клавішами та інші помилки генерують звуковий " "сигнал" -#: gtk/gtksettings.c:723 +#: ../gtk/gtksettings.c:723 msgid "Color Hash" msgstr "Хеш кольорів" -#: gtk/gtksettings.c:724 +#: ../gtk/gtksettings.c:724 msgid "A hash table representation of the color scheme." msgstr "Представлення схеми кольорів у вигляді хеш-таблиці." -#: gtk/gtksettings.c:732 +#: ../gtk/gtksettings.c:732 msgid "Default file chooser backend" msgstr "Типовий механізм вибору файлів" -#: gtk/gtksettings.c:733 +#: ../gtk/gtksettings.c:733 msgid "Name of the GtkFileChooser backend to use by default" msgstr "Назва GtkFileChooser механізму для типового використання" -#: gtk/gtksettings.c:750 +#: ../gtk/gtksettings.c:750 msgid "Default print backend" msgstr "Типовий механізм друку" -#: gtk/gtksettings.c:751 +#: ../gtk/gtksettings.c:751 msgid "List of the GtkPrintBackend backends to use by default" msgstr "Список механізмів GtkPrintBackend, які типово використовуються" -#: gtk/gtksettings.c:774 +#: ../gtk/gtksettings.c:774 msgid "Default command to run when displaying a print preview" msgstr "Типова команда, що запускається для попереднього перегляду друку" -#: gtk/gtksettings.c:775 +#: ../gtk/gtksettings.c:775 msgid "Command to run when displaying a print preview" msgstr "Команда, що запускається для попереднього перегляду друку" -#: gtk/gtksettings.c:791 +#: ../gtk/gtksettings.c:791 msgid "Enable Mnemonics" msgstr "Увімкнути мнемоніку" -#: gtk/gtksettings.c:792 +#: ../gtk/gtksettings.c:792 msgid "Whether labels should have mnemonics" msgstr "Чи повинні позначки мати мнемоніку" -#: gtk/gtksettings.c:808 +#: ../gtk/gtksettings.c:808 msgid "Enable Accelerators" msgstr "Увімкнути комбінації клавіш" -#: gtk/gtksettings.c:809 +#: ../gtk/gtksettings.c:809 msgid "Whether menu items should have accelerators" msgstr "Чи повинні додаватись до меню комбінації клавіш" -#: gtk/gtksettings.c:826 +#: ../gtk/gtksettings.c:826 msgid "Recent Files Limit" msgstr "Кількість недавніх файлів" -#: gtk/gtksettings.c:827 +#: ../gtk/gtksettings.c:827 msgid "Number of recently used files" msgstr "Кількість недавно використаних файлів" -#: gtk/gtksettings.c:845 +#: ../gtk/gtksettings.c:845 msgid "Default IM module" msgstr "Типовий модуль IM" -#: gtk/gtksettings.c:846 +#: ../gtk/gtksettings.c:846 msgid "Which IM module should be used by default" msgstr "Чи треба типово використовувати модуль IM" -#: gtk/gtksettings.c:864 +#: ../gtk/gtksettings.c:864 msgid "Recent Files Max Age" msgstr "Максимальний вік недавніх файлів" -#: gtk/gtksettings.c:865 +#: ../gtk/gtksettings.c:865 msgid "Maximum age of recently used files, in days" msgstr "Максимальний вік недавніх файлів, у днях" -#: gtk/gtksettings.c:874 +#: ../gtk/gtksettings.c:874 msgid "Fontconfig configuration timestamp" msgstr "Відмітка часу конфігурації Fontconfig" -#: gtk/gtksettings.c:875 +#: ../gtk/gtksettings.c:875 msgid "Timestamp of current fontconfig configuration" msgstr "Часова позначка поточної конфігурації" -#: gtk/gtksettings.c:897 +#: ../gtk/gtksettings.c:897 msgid "Sound Theme Name" msgstr "Назва теми звуків" -#: gtk/gtksettings.c:898 +#: ../gtk/gtksettings.c:898 msgid "XDG sound theme name" msgstr "Назва теми звуків XDG" #. Translators: this means sounds that are played as feedback to user input -#: gtk/gtksettings.c:920 +#: ../gtk/gtksettings.c:920 msgid "Audible Input Feedback" msgstr "Звуковий зворотній зв'язок" -#: gtk/gtksettings.c:921 +#: ../gtk/gtksettings.c:921 msgid "Whether to play event sounds as feedback to user input" msgstr "Чи буде відтворювати звукові події при вводі" -#: gtk/gtksettings.c:942 +#: ../gtk/gtksettings.c:942 msgid "Enable Event Sounds" msgstr "Увімкнути звукові події" -#: gtk/gtksettings.c:943 +#: ../gtk/gtksettings.c:943 msgid "Whether to play any event sounds at all" msgstr "Чи взагалі відтворювати будь-який звук" -#: gtk/gtksettings.c:958 +#: ../gtk/gtksettings.c:958 msgid "Enable Tooltips" msgstr "Увімкнути підказки" -#: gtk/gtksettings.c:959 +#: ../gtk/gtksettings.c:959 msgid "Whether tooltips should be shown on widgets" msgstr "Чи потрібно показувати підказки на віджетах" -#: gtk/gtksizegroup.c:293 +#: ../gtk/gtksizegroup.c:293 msgid "Mode" msgstr "Режим" -#: gtk/gtksizegroup.c:294 +#: ../gtk/gtksizegroup.c:294 msgid "" "The directions in which the size group affects the requested sizes of its " "component widgets" @@ -5422,30 +5404,30 @@ msgstr "" "Напрямки, в яких розмір групи впливає на задані розміри елементів, що " "входять у віджет" -#: gtk/gtksizegroup.c:310 +#: ../gtk/gtksizegroup.c:310 msgid "Ignore hidden" msgstr "Ігнорувати приховані" -#: gtk/gtksizegroup.c:311 +#: ../gtk/gtksizegroup.c:311 msgid "" "If TRUE, unmapped widgets are ignored when determining the size of the group" msgstr "" "При значенні TRUE, Якщо встановлено, при визначенні розміру групи приховані " "віджети ігноруються" -#: gtk/gtkspinbutton.c:209 +#: ../gtk/gtkspinbutton.c:209 msgid "The adjustment that holds the value of the spinbutton" msgstr "Параметр, що зберігає значення кнопки-лічильника" -#: gtk/gtkspinbutton.c:216 +#: ../gtk/gtkspinbutton.c:216 msgid "Climb Rate" msgstr "Прискорення" -#: gtk/gtkspinbutton.c:236 +#: ../gtk/gtkspinbutton.c:236 msgid "Snap to Ticks" msgstr "Доводити до найближчих" -#: gtk/gtkspinbutton.c:237 +#: ../gtk/gtkspinbutton.c:237 msgid "" "Whether erroneous values are automatically changed to a spin button's " "nearest step increment" @@ -5453,189 +5435,187 @@ msgstr "" "Чи будуть недозволені значення автоматично замінятися на найближче дозволене " "значення" -#: gtk/gtkspinbutton.c:244 +#: ../gtk/gtkspinbutton.c:244 msgid "Numeric" msgstr "Числове" -#: gtk/gtkspinbutton.c:245 +#: ../gtk/gtkspinbutton.c:245 msgid "Whether non-numeric characters should be ignored" msgstr "Чи будуть припускатись не цифрові символи" -#: gtk/gtkspinbutton.c:252 +#: ../gtk/gtkspinbutton.c:252 msgid "Wrap" msgstr "Перенос" -#: gtk/gtkspinbutton.c:253 +#: ../gtk/gtkspinbutton.c:253 msgid "Whether a spin button should wrap upon reaching its limits" msgstr "" "Чи буде лічильник переходити до протилежного кінця шкали під час досягнення " "максимальних значень" -#: gtk/gtkspinbutton.c:260 +#: ../gtk/gtkspinbutton.c:260 msgid "Update Policy" msgstr "Правило оновлення" -#: gtk/gtkspinbutton.c:261 +#: ../gtk/gtkspinbutton.c:261 msgid "" "Whether the spin button should update always, or only when the value is legal" msgstr "" "Чи має лічильник поновлюватися постійно, або якщо значення є допустимим" -#: gtk/gtkspinbutton.c:270 +#: ../gtk/gtkspinbutton.c:270 msgid "Reads the current value, or sets a new value" msgstr "Зчитує поточне чи встановлює нове значення" -#: gtk/gtkspinbutton.c:279 +#: ../gtk/gtkspinbutton.c:279 msgid "Style of bevel around the spin button" msgstr "Стиль фаски навколо поле зі стрілками" -#: gtk/gtkstatusbar.c:141 +#: ../gtk/gtkstatusbar.c:141 msgid "Has Resize Grip" msgstr "Має захват для зміни розміру" -#: gtk/gtkstatusbar.c:142 +#: ../gtk/gtkstatusbar.c:142 msgid "Whether the statusbar has a grip for resizing the toplevel" msgstr "Чи рядок стану маж захват для зміни розміру вікна" -#: gtk/gtkstatusbar.c:187 +#: ../gtk/gtkstatusbar.c:187 msgid "Style of bevel around the statusbar text" msgstr "Стиль фаски навколо тексту в рядку стану" -#: gtk/gtkstatusicon.c:268 +#: ../gtk/gtkstatusicon.c:268 msgid "The size of the icon" msgstr "Розмір значка" -#: gtk/gtkstatusicon.c:278 +#: ../gtk/gtkstatusicon.c:278 msgid "The screen where this status icon will be displayed" msgstr "Екран, на якому буде відображено цей значок зі статусом" -#: gtk/gtkstatusicon.c:285 +#: ../gtk/gtkstatusicon.c:285 msgid "Blinking" msgstr "Блимання" -#: gtk/gtkstatusicon.c:286 +#: ../gtk/gtkstatusicon.c:286 msgid "Whether or not the status icon is blinking" msgstr "Чи буде блимати значок статусу" -#: gtk/gtkstatusicon.c:294 +#: ../gtk/gtkstatusicon.c:294 msgid "Whether or not the status icon is visible" msgstr "Чи буде видимий значок статусу" -#: gtk/gtkstatusicon.c:310 +#: ../gtk/gtkstatusicon.c:310 msgid "Whether or not the status icon is embedded" msgstr "Чи буде вбудованим значок статусу" -#: gtk/gtkstatusicon.c:326 gtk/gtktrayicon-x11.c:111 +#: ../gtk/gtkstatusicon.c:326 ../gtk/gtktrayicon-x11.c:111 msgid "The orientation of the tray" msgstr "Орієнтація лотка" -#: gtk/gtkstatusicon.c:353 gtk/gtkwidget.c:632 +#: ../gtk/gtkstatusicon.c:353 ../gtk/gtkwidget.c:632 msgid "Has tooltip" msgstr "Має підказку" -#: gtk/gtkstatusicon.c:354 -#, fuzzy +#: ../gtk/gtkstatusicon.c:354 msgid "Whether this tray icon has a tooltip" -msgstr "Чи цей віджет має підказку" +msgstr "Чи має цей значок панелі сповіщень контекстну підказку" -#: gtk/gtkstatusicon.c:375 gtk/gtkwidget.c:653 +#: ../gtk/gtkstatusicon.c:375 ../gtk/gtkwidget.c:653 msgid "Tooltip Text" msgstr "Текст підказки" -#: gtk/gtkstatusicon.c:376 gtk/gtkwidget.c:654 gtk/gtkwidget.c:675 +#: ../gtk/gtkstatusicon.c:376 ../gtk/gtkwidget.c:654 ../gtk/gtkwidget.c:675 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:674 msgid "Tooltip markup" msgstr "Вміст підказки" -#: gtk/gtkstatusicon.c:400 -#, fuzzy +#: ../gtk/gtkstatusicon.c:400 msgid "The contents of the tooltip for this tray icon" -msgstr "Вміст підказки для цього віджета" +msgstr "Вміст підказки значка панелі сповіщень" -#: gtk/gtktable.c:129 +#: ../gtk/gtktable.c:129 msgid "Rows" msgstr "Рядки" -#: gtk/gtktable.c:130 +#: ../gtk/gtktable.c:130 msgid "The number of rows in the table" msgstr "Кількість рядків у таблиці" -#: gtk/gtktable.c:138 +#: ../gtk/gtktable.c:138 msgid "Columns" msgstr "Стовпчики" -#: gtk/gtktable.c:139 +#: ../gtk/gtktable.c:139 msgid "The number of columns in the table" msgstr "Кількість стовпчиків у таблиці" -#: gtk/gtktable.c:147 +#: ../gtk/gtktable.c:147 msgid "Row spacing" msgstr "Міжрядковий інтервал" -#: gtk/gtktable.c:148 +#: ../gtk/gtktable.c:148 msgid "The amount of space between two consecutive rows" msgstr "Розмір проміжку між двома послідовними рядками" -#: gtk/gtktable.c:156 +#: ../gtk/gtktable.c:156 msgid "Column spacing" msgstr "Інтервал між стовпчиками" -#: gtk/gtktable.c:157 +#: ../gtk/gtktable.c:157 msgid "The amount of space between two consecutive columns" msgstr "Розмір проміжку між двома послідовними стовпчиками" -#: gtk/gtktable.c:166 +#: ../gtk/gtktable.c:166 msgid "If TRUE, the table cells are all the same width/height" msgstr "При значенні TRUE, комірки таблиці мають однакову ширину і висоту" -#: gtk/gtktable.c:173 +#: ../gtk/gtktable.c:173 msgid "Left attachment" msgstr "Додавання зліва" -#: gtk/gtktable.c:180 +#: ../gtk/gtktable.c:180 msgid "Right attachment" msgstr "Додавання справа" -#: gtk/gtktable.c:181 +#: ../gtk/gtktable.c:181 msgid "The column number to attach the right side of a child widget to" msgstr "Кількість стовпчиків, що додаються до правого краю вкладеного елемента" -#: gtk/gtktable.c:187 +#: ../gtk/gtktable.c:187 msgid "Top attachment" msgstr "Додавання згори" -#: gtk/gtktable.c:188 +#: ../gtk/gtktable.c:188 msgid "The row number to attach the top of a child widget to" msgstr "Кількість рядків, що додаються до верхнього краю вкладеного елемента" -#: gtk/gtktable.c:194 +#: ../gtk/gtktable.c:194 msgid "Bottom attachment" msgstr "Додавання знизу" -#: gtk/gtktable.c:201 +#: ../gtk/gtktable.c:201 msgid "Horizontal options" msgstr "Горизонтальні параметри" -#: gtk/gtktable.c:202 +#: ../gtk/gtktable.c:202 msgid "Options specifying the horizontal behaviour of the child" msgstr "Параметри, що визначають горизонтальну поведінку вкладеного елемента" -#: gtk/gtktable.c:208 +#: ../gtk/gtktable.c:208 msgid "Vertical options" msgstr "Вертикальні параметри" -#: gtk/gtktable.c:209 +#: ../gtk/gtktable.c:209 msgid "Options specifying the vertical behaviour of the child" msgstr "Параметри, що визначають вертикальну поведінку вкладеного елемента" -#: gtk/gtktable.c:215 +#: ../gtk/gtktable.c:215 msgid "Horizontal padding" msgstr "Горизонтальний відступ" -#: gtk/gtktable.c:216 +#: ../gtk/gtktable.c:216 msgid "" "Extra space to put between the child and its left and right neighbors, in " "pixels" @@ -5643,11 +5623,11 @@ msgstr "" "Додатковий інтервал, в точках, між вкладеним елементом і елементами, що " "знаходяться ліворуч і праворуч від нього" -#: gtk/gtktable.c:222 +#: ../gtk/gtktable.c:222 msgid "Vertical padding" msgstr "Вертикальний відступ" -#: gtk/gtktable.c:223 +#: ../gtk/gtktable.c:223 msgid "" "Extra space to put between the child and its upper and lower neighbors, in " "pixels" @@ -5655,112 +5635,112 @@ msgstr "" "Додатковий інтервал, в точках, між вкладеним елементом і елементами, що " "знаходяться під і над ним" -#: gtk/gtktext.c:546 +#: ../gtk/gtktext.c:546 msgid "Horizontal adjustment for the text widget" msgstr "Горизонтальне вирівнювання текстового віджета" -#: gtk/gtktext.c:554 +#: ../gtk/gtktext.c:554 msgid "Vertical adjustment for the text widget" msgstr "Вертикальне вирівнювання текстового віджета" -#: gtk/gtktext.c:561 +#: ../gtk/gtktext.c:561 msgid "Line Wrap" msgstr "Перенос рядків" -#: gtk/gtktext.c:562 +#: ../gtk/gtktext.c:562 msgid "Whether lines are wrapped at widget edges" msgstr "Стан переносу рядків на полі віджета" -#: gtk/gtktext.c:569 +#: ../gtk/gtktext.c:569 msgid "Word Wrap" msgstr "Перенос слів" -#: gtk/gtktext.c:570 +#: ../gtk/gtktext.c:570 msgid "Whether words are wrapped at widget edges" msgstr "Стан переносу слів на полі віджета" -#: gtk/gtktextbuffer.c:180 +#: ../gtk/gtktextbuffer.c:180 msgid "Tag Table" msgstr "Таблиця ярликів" -#: gtk/gtktextbuffer.c:181 +#: ../gtk/gtktextbuffer.c:181 msgid "Text Tag Table" msgstr "Таблиця текстових ярликів" -#: gtk/gtktextbuffer.c:199 +#: ../gtk/gtktextbuffer.c:199 msgid "Current text of the buffer" msgstr "Поточний текст буфера" -#: gtk/gtktextbuffer.c:213 +#: ../gtk/gtktextbuffer.c:213 msgid "Has selection" msgstr "Є виділення" -#: gtk/gtktextbuffer.c:214 +#: ../gtk/gtktextbuffer.c:214 msgid "Whether the buffer has some text currently selected" msgstr "Чи у поточному буфер виділено якийсь текст" -#: gtk/gtktextbuffer.c:230 +#: ../gtk/gtktextbuffer.c:230 msgid "Cursor position" msgstr "Позиція курсора" -#: gtk/gtktextbuffer.c:231 +#: ../gtk/gtktextbuffer.c:231 msgid "" "The position of the insert mark (as offset from the beginning of the buffer)" msgstr "Позиція знаку вставки (як зсув з початку буфера)" -#: gtk/gtktextbuffer.c:246 +#: ../gtk/gtktextbuffer.c:246 msgid "Copy target list" msgstr "Список цілей копіювання" -#: gtk/gtktextbuffer.c:247 +#: ../gtk/gtktextbuffer.c:247 msgid "" "The list of targets this buffer supports for clipboard copying and DND source" msgstr "" "Список цілей цього буфера підтримується для копіювання буферу обміну та " "джерела перетягування" -#: gtk/gtktextbuffer.c:262 +#: ../gtk/gtktextbuffer.c:262 msgid "Paste target list" msgstr "Список цілей вставки" -#: gtk/gtktextbuffer.c:263 +#: ../gtk/gtktextbuffer.c:263 msgid "" "The list of targets this buffer supports for clipboard pasting and DND " "destination" msgstr "" "Список цілей цього буферу підтримується для вставки та цілі перетягування" -#: gtk/gtktextmark.c:90 +#: ../gtk/gtktextmark.c:90 msgid "Mark name" msgstr "Назва позначки" -#: gtk/gtktextmark.c:97 +#: ../gtk/gtktextmark.c:97 msgid "Left gravity" msgstr "Притягується ліворуч" -#: gtk/gtktextmark.c:98 +#: ../gtk/gtktextmark.c:98 msgid "Whether the mark has left gravity" msgstr "Чи позначка притягується ліворуч" -#: gtk/gtktexttag.c:173 +#: ../gtk/gtktexttag.c:173 msgid "Tag name" msgstr "Назва ярлика" -#: gtk/gtktexttag.c:174 +#: ../gtk/gtktexttag.c:174 msgid "Name used to refer to the text tag. NULL for anonymous tags" msgstr "" "Назва, що використовуватиметься для посилань на текстовий ярлик. NULL для " "ярликів без назви." -#: gtk/gtktexttag.c:192 +#: ../gtk/gtktexttag.c:192 msgid "Background color as a (possibly unallocated) GdkColor" msgstr "Колір тла у вигляді (можливо не ініціалізованої) структури GdkColor" -#: gtk/gtktexttag.c:199 +#: ../gtk/gtktexttag.c:199 msgid "Background full height" msgstr "Повна висота тла" -#: gtk/gtktexttag.c:200 +#: ../gtk/gtktexttag.c:200 msgid "" "Whether the background color fills the entire line height or only the height " "of the tagged characters" @@ -5768,49 +5748,49 @@ msgstr "" "Чи буде колір тла застосовано на всю висоту, чи лише на висоту символів, " "відзначених тегами." -#: gtk/gtktexttag.c:208 +#: ../gtk/gtktexttag.c:208 msgid "Background stipple mask" msgstr "Візерункова маска тла" -#: gtk/gtktexttag.c:209 +#: ../gtk/gtktexttag.c:209 msgid "Bitmap to use as a mask when drawing the text background" msgstr "" "Бітова мапа, що буде використана в якості маски під час малювання тла тексту" -#: gtk/gtktexttag.c:226 +#: ../gtk/gtktexttag.c:226 msgid "Foreground color as a (possibly unallocated) GdkColor" msgstr "" "Колір переднього плану у вигляді (можливо не ініціалізованої) структури " "GdkColor" -#: gtk/gtktexttag.c:234 +#: ../gtk/gtktexttag.c:234 msgid "Foreground stipple mask" msgstr "Візерункова мапа тексту" -#: gtk/gtktexttag.c:235 +#: ../gtk/gtktexttag.c:235 msgid "Bitmap to use as a mask when drawing the text foreground" msgstr "" "Бітова мапа, що буде використана в якості маски під час малювання переднього " "плану тексту" -#: gtk/gtktexttag.c:242 +#: ../gtk/gtktexttag.c:242 msgid "Text direction" msgstr "Напрям тексту" -#: gtk/gtktexttag.c:243 +#: ../gtk/gtktexttag.c:243 msgid "Text direction, e.g. right-to-left or left-to-right" msgstr "Напрямок тексту, тобто \"справа наліво\" чи \"зліва направо\"" -#: gtk/gtktexttag.c:292 +#: ../gtk/gtktexttag.c:292 msgid "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC" msgstr "Шрифт у вигляді PangoStyle, наприклад, PANGO_STYLE_ITALIC" -#: gtk/gtktexttag.c:301 +#: ../gtk/gtktexttag.c:301 msgid "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS" msgstr "" "Варіант шрифту у вигляді PangoVariant, наприклад, PANGO_VARIANT_SMALL_CAPS" -#: gtk/gtktexttag.c:310 +#: ../gtk/gtktexttag.c:310 msgid "" "Font weight as an integer, see predefined values in PangoWeight; for " "example, PANGO_WEIGHT_BOLD" @@ -5818,17 +5798,17 @@ msgstr "" "Варіант шрифту у вигляді цілого числа, дивіться визначені значення у " "PangoWeight, наприклад PANGO_WEIGHT_BOLD" -#: gtk/gtktexttag.c:321 +#: ../gtk/gtktexttag.c:321 msgid "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED" msgstr "" "Розтягнутість шрифту у вигляді PangoStretch, наприклад " "PANGO_STRETCH_CONDENSED" -#: gtk/gtktexttag.c:330 +#: ../gtk/gtktexttag.c:330 msgid "Font size in Pango units" msgstr "Розмір шрифту в одиницях Pango" -#: gtk/gtktexttag.c:340 +#: ../gtk/gtktexttag.c:340 msgid "" "Font size as a scale factor relative to the default font size. This properly " "adapts to theme changes etc. so is recommended. Pango predefines some scales " @@ -5838,11 +5818,11 @@ msgstr "" "шрифту. Ця властивість до змін у темі, і тому є рекомендованою. Pango " "визначає декілька масштабів, наприклад, PANGO_SCALE_X_LARGE" -#: gtk/gtktexttag.c:360 gtk/gtktextview.c:591 +#: ../gtk/gtktexttag.c:360 ../gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "Ліве, праве чи центральне вирівнювання" -#: gtk/gtktexttag.c:379 +#: ../gtk/gtktexttag.c:379 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If not set, an appropriate default will be used." @@ -5851,31 +5831,31 @@ msgstr "" "(hint)при візуалізації тексту. Якщо не встановлено, буде використовуватись " "типовий параметр." -#: gtk/gtktexttag.c:386 +#: ../gtk/gtktexttag.c:386 msgid "Left margin" msgstr "Лівий відступ" -#: gtk/gtktexttag.c:387 gtk/gtktextview.c:600 +#: ../gtk/gtktexttag.c:387 ../gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "Ширина лівого відступу в точках" -#: gtk/gtktexttag.c:396 +#: ../gtk/gtktexttag.c:396 msgid "Right margin" msgstr "Правий відступ" -#: gtk/gtktexttag.c:397 gtk/gtktextview.c:610 +#: ../gtk/gtktexttag.c:397 ../gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "Ширина правого відступу в точках" -#: gtk/gtktexttag.c:407 gtk/gtktextview.c:619 +#: ../gtk/gtktexttag.c:407 ../gtk/gtktextview.c:619 msgid "Indent" msgstr "Відступ" -#: gtk/gtktexttag.c:408 gtk/gtktextview.c:620 +#: ../gtk/gtktexttag.c:408 ../gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "Величина відступу абзацу в точках" -#: gtk/gtktexttag.c:419 +#: ../gtk/gtktexttag.c:419 msgid "" "Offset of text above the baseline (below the baseline if rise is negative) " "in Pango units" @@ -5883,381 +5863,381 @@ msgstr "" "Зсув тексту над лінією шрифту (під лінією шрифту, для від'ємних значень). У " "одиницях Pango" -#: gtk/gtktexttag.c:428 +#: ../gtk/gtktexttag.c:428 msgid "Pixels above lines" msgstr "Інтервал над рядками" -#: gtk/gtktexttag.c:429 gtk/gtktextview.c:544 +#: ../gtk/gtktexttag.c:429 ../gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "Інтервал, в точках растру, в просторі над абзацами" -#: gtk/gtktexttag.c:438 +#: ../gtk/gtktexttag.c:438 msgid "Pixels below lines" msgstr "Інтервал під рядками" -#: gtk/gtktexttag.c:439 gtk/gtktextview.c:554 +#: ../gtk/gtktexttag.c:439 ../gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "Інтервал, в точках растру, в просторі під абзацами" -#: gtk/gtktexttag.c:448 +#: ../gtk/gtktexttag.c:448 msgid "Pixels inside wrap" msgstr "Інтервал в абзаці" -#: gtk/gtktexttag.c:449 gtk/gtktextview.c:564 +#: ../gtk/gtktexttag.c:449 ../gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "Інтервал, в точках растру, між перенесеними рядками у абзаці" -#: gtk/gtktexttag.c:476 gtk/gtktextview.c:582 +#: ../gtk/gtktexttag.c:476 ../gtk/gtktextview.c:582 msgid "" "Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "Ніколи не переносити рядки, чи переносити по межі слів чи по символам" -#: gtk/gtktexttag.c:485 gtk/gtktextview.c:629 +#: ../gtk/gtktexttag.c:485 ../gtk/gtktextview.c:629 msgid "Tabs" msgstr "Табуляції" -#: gtk/gtktexttag.c:486 gtk/gtktextview.c:630 +#: ../gtk/gtktexttag.c:486 ../gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "Нетипові табуляції для цього тексту" -#: gtk/gtktexttag.c:504 +#: ../gtk/gtktexttag.c:504 msgid "Invisible" msgstr "Невидимий" -#: gtk/gtktexttag.c:505 +#: ../gtk/gtktexttag.c:505 msgid "Whether this text is hidden." msgstr "Чи є текст прихованим." -#: gtk/gtktexttag.c:519 +#: ../gtk/gtktexttag.c:519 msgid "Paragraph background color name" msgstr "Назва кольору тла абзацу" -#: gtk/gtktexttag.c:520 +#: ../gtk/gtktexttag.c:520 msgid "Paragraph background color as a string" msgstr "Колір тла абзацу у вигляді рядка" -#: gtk/gtktexttag.c:535 +#: ../gtk/gtktexttag.c:535 msgid "Paragraph background color" msgstr "Колір тла абзацу" -#: gtk/gtktexttag.c:536 +#: ../gtk/gtktexttag.c:536 msgid "Paragraph background color as a (possibly unallocated) GdkColor" msgstr "" "Колір тла абзацу у вигляді (можливо не ініціалізованої) структури GdkColor" -#: gtk/gtktexttag.c:554 +#: ../gtk/gtktexttag.c:554 msgid "Margin Accumulates" msgstr "Поля акумулюються" -#: gtk/gtktexttag.c:555 +#: ../gtk/gtktexttag.c:555 msgid "Whether left and right margins accumulate." msgstr "Чи акумулюються ліве та праве поля." -#: gtk/gtktexttag.c:568 +#: ../gtk/gtktexttag.c:568 msgid "Background full height set" msgstr "Встановлення висоти тла" -#: gtk/gtktexttag.c:569 +#: ../gtk/gtktexttag.c:569 msgid "Whether this tag affects background height" msgstr "Чи впливає цей тег на висоту тла" -#: gtk/gtktexttag.c:572 +#: ../gtk/gtktexttag.c:572 msgid "Background stipple set" msgstr "Встановлення візерунку тла" -#: gtk/gtktexttag.c:573 +#: ../gtk/gtktexttag.c:573 msgid "Whether this tag affects the background stipple" msgstr "Чи впливає цей тег на встановлення візерунку тла" -#: gtk/gtktexttag.c:580 +#: ../gtk/gtktexttag.c:580 msgid "Foreground stipple set" msgstr "Встановлення візерунку переднього плану" -#: gtk/gtktexttag.c:581 +#: ../gtk/gtktexttag.c:581 msgid "Whether this tag affects the foreground stipple" msgstr "Чи впливає цей тег на візерунок переднього плану" -#: gtk/gtktexttag.c:616 +#: ../gtk/gtktexttag.c:616 msgid "Justification set" msgstr "Встановлення вирівнювання" -#: gtk/gtktexttag.c:617 +#: ../gtk/gtktexttag.c:617 msgid "Whether this tag affects paragraph justification" msgstr "Чи цей тег впливає на вирівнювання абзаців" -#: gtk/gtktexttag.c:624 +#: ../gtk/gtktexttag.c:624 msgid "Left margin set" msgstr "Встановлення лівої межі" -#: gtk/gtktexttag.c:625 +#: ../gtk/gtktexttag.c:625 msgid "Whether this tag affects the left margin" msgstr "Чи цей тег впливає на ліву межу" -#: gtk/gtktexttag.c:628 +#: ../gtk/gtktexttag.c:628 msgid "Indent set" msgstr "Встановлення відступу" -#: gtk/gtktexttag.c:629 +#: ../gtk/gtktexttag.c:629 msgid "Whether this tag affects indentation" msgstr "Чи цей тег впливає на відступи" -#: gtk/gtktexttag.c:636 +#: ../gtk/gtktexttag.c:636 msgid "Pixels above lines set" msgstr "Встановлення проміжку над рядками" -#: gtk/gtktexttag.c:637 gtk/gtktexttag.c:641 +#: ../gtk/gtktexttag.c:637 ../gtk/gtktexttag.c:641 msgid "Whether this tag affects the number of pixels above lines" msgstr "Чи впливає цей тег на кількість точок над рядками" -#: gtk/gtktexttag.c:640 +#: ../gtk/gtktexttag.c:640 msgid "Pixels below lines set" msgstr "Встановлення проміжку під рядками" -#: gtk/gtktexttag.c:644 +#: ../gtk/gtktexttag.c:644 msgid "Pixels inside wrap set" msgstr "Встановлення проміжку в абзаці" -#: gtk/gtktexttag.c:645 +#: ../gtk/gtktexttag.c:645 msgid "Whether this tag affects the number of pixels between wrapped lines" msgstr "Чи впливає цей тег на кількість точок між перенесеними рядками" -#: gtk/gtktexttag.c:652 +#: ../gtk/gtktexttag.c:652 msgid "Right margin set" msgstr "Встановлення правої межі" -#: gtk/gtktexttag.c:653 +#: ../gtk/gtktexttag.c:653 msgid "Whether this tag affects the right margin" msgstr "Чи цей тег впливає на праву межу" -#: gtk/gtktexttag.c:660 +#: ../gtk/gtktexttag.c:660 msgid "Wrap mode set" msgstr "Встановлення режиму переносу" -#: gtk/gtktexttag.c:661 +#: ../gtk/gtktexttag.c:661 msgid "Whether this tag affects line wrap mode" msgstr "Чи цей тег впливає на режим переносу" -#: gtk/gtktexttag.c:664 +#: ../gtk/gtktexttag.c:664 msgid "Tabs set" msgstr "Встановлення табуляцій" -#: gtk/gtktexttag.c:665 +#: ../gtk/gtktexttag.c:665 msgid "Whether this tag affects tabs" msgstr "Чи цей тег впливає на табуляції" -#: gtk/gtktexttag.c:668 +#: ../gtk/gtktexttag.c:668 msgid "Invisible set" msgstr "Встановлення невидимості" -#: gtk/gtktexttag.c:669 +#: ../gtk/gtktexttag.c:669 msgid "Whether this tag affects text visibility" msgstr "Чи цей тег впливає на видимість тексту" -#: gtk/gtktexttag.c:672 +#: ../gtk/gtktexttag.c:672 msgid "Paragraph background set" msgstr "Встановлення тла абзацу" -#: gtk/gtktexttag.c:673 +#: ../gtk/gtktexttag.c:673 msgid "Whether this tag affects the paragraph background color" msgstr "Чи впливає цей тег на колір тла абзацу" -#: gtk/gtktextview.c:543 +#: ../gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "Точок над рядками" -#: gtk/gtktextview.c:553 +#: ../gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "Точок під рядками" -#: gtk/gtktextview.c:563 +#: ../gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "Точок в переносі" -#: gtk/gtktextview.c:581 +#: ../gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "Режим переносу" -#: gtk/gtktextview.c:599 +#: ../gtk/gtktextview.c:599 msgid "Left Margin" msgstr "Лівий відступ" -#: gtk/gtktextview.c:609 +#: ../gtk/gtktextview.c:609 msgid "Right Margin" msgstr "Правий відступ" -#: gtk/gtktextview.c:637 +#: ../gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "Видимий курсор" -#: gtk/gtktextview.c:638 +#: ../gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "Чи показується курсор вставляння" -#: gtk/gtktextview.c:645 +#: ../gtk/gtktextview.c:645 msgid "Buffer" msgstr "Буфер" -#: gtk/gtktextview.c:646 +#: ../gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "Буфер, що відображується" -#: gtk/gtktextview.c:654 +#: ../gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "Чи текст, що вводиться заміщує наявний" -#: gtk/gtktextview.c:661 +#: ../gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "Допускаються табулятори" -#: gtk/gtktextview.c:662 +#: ../gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "Чи натискання Tab призводить до вводу символу табуляції" -#: gtk/gtktextview.c:691 +#: ../gtk/gtktextview.c:691 msgid "Error underline color" msgstr "Колір підкреслення помилок" -#: gtk/gtktextview.c:692 +#: ../gtk/gtktextview.c:692 msgid "Color with which to draw error-indication underlines" msgstr "Колір яким підкреслюються слова з помилками" -#: gtk/gtktoggleaction.c:104 +#: ../gtk/gtktoggleaction.c:104 msgid "Create the same proxies as a radio action" msgstr "Створити такі ж проксі як і радіо-дія" -#: gtk/gtktoggleaction.c:105 +#: ../gtk/gtktoggleaction.c:105 msgid "Whether the proxies for this action look like radio action proxies" msgstr "Чи повинні проксі для цих дій виглядати як проксі радіо-дії " -#: gtk/gtktoggleaction.c:120 +#: ../gtk/gtktoggleaction.c:120 msgid "If the toggle action should be active in or not" msgstr "Чи має кнопка перемикача бути активною" -#: gtk/gtktogglebutton.c:116 gtk/gtktoggletoolbutton.c:115 +#: ../gtk/gtktogglebutton.c:116 ../gtk/gtktoggletoolbutton.c:115 msgid "If the toggle button should be pressed in or not" msgstr "Чи має кнопка перемикача бути натиснутою" -#: gtk/gtktogglebutton.c:124 +#: ../gtk/gtktogglebutton.c:124 msgid "If the toggle button is in an \"in between\" state" msgstr "Якщо кнопка-вимикач у невизначеному стані" -#: gtk/gtktogglebutton.c:131 +#: ../gtk/gtktogglebutton.c:131 msgid "Draw Indicator" msgstr "Малювати індикатор" -#: gtk/gtktogglebutton.c:132 +#: ../gtk/gtktogglebutton.c:132 msgid "If the toggle part of the button is displayed" msgstr "Чи показується перемикач кнопки" -#: gtk/gtktoolbar.c:494 +#: ../gtk/gtktoolbar.c:494 msgid "Toolbar Style" msgstr "Стиль панелі інструментів" -#: gtk/gtktoolbar.c:495 +#: ../gtk/gtktoolbar.c:495 msgid "How to draw the toolbar" msgstr "Як малювати пенал" -#: gtk/gtktoolbar.c:502 +#: ../gtk/gtktoolbar.c:502 msgid "Show Arrow" msgstr "Показується стрілка" -#: gtk/gtktoolbar.c:503 +#: ../gtk/gtktoolbar.c:503 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "Чи повинна показуватись стрілка, при переповненні панелі інструментів" -#: gtk/gtktoolbar.c:518 +#: ../gtk/gtktoolbar.c:518 msgid "Tooltips" msgstr "Підказки" -#: gtk/gtktoolbar.c:519 +#: ../gtk/gtktoolbar.c:519 msgid "If the tooltips of the toolbar should be active or not" msgstr "Чи активувати підказки панелі інструментів" -#: gtk/gtktoolbar.c:541 +#: ../gtk/gtktoolbar.c:541 msgid "Size of icons in this toolbar" msgstr "Розмір значків у цій панелі інструментів" -#: gtk/gtktoolbar.c:556 +#: ../gtk/gtktoolbar.c:556 msgid "Icon size set" msgstr "Розмір значка встановлено" -#: gtk/gtktoolbar.c:557 +#: ../gtk/gtktoolbar.c:557 msgid "Whether the icon-size property has been set" msgstr "Чи встановлено властивість розміру значка" -#: gtk/gtktoolbar.c:566 +#: ../gtk/gtktoolbar.c:566 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "" "Чи елементи повинні отримувати додатковий простір, при збільшенні панелі " "інструментів" -#: gtk/gtktoolbar.c:574 +#: ../gtk/gtktoolbar.c:574 msgid "Whether the item should be the same size as other homogeneous items" msgstr "Чи всі нащадки мають мати однаковий розмір" -#: gtk/gtktoolbar.c:581 +#: ../gtk/gtktoolbar.c:581 msgid "Spacer size" msgstr "Розмір пропуску" -#: gtk/gtktoolbar.c:582 +#: ../gtk/gtktoolbar.c:582 msgid "Size of spacers" msgstr "Розмір пропусків" -#: gtk/gtktoolbar.c:591 +#: ../gtk/gtktoolbar.c:591 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "Відстань між тінню пенала і кнопками" -#: gtk/gtktoolbar.c:599 +#: ../gtk/gtktoolbar.c:599 msgid "Maximum child expand" msgstr "Мінімальне розширення дочірнього елементу" -#: gtk/gtktoolbar.c:600 +#: ../gtk/gtktoolbar.c:600 msgid "Maximum amount of space an expandable item will be given" msgstr "Максимальний розмір елементу, що може розширюватись" -#: gtk/gtktoolbar.c:608 +#: ../gtk/gtktoolbar.c:608 msgid "Space style" msgstr "Стиль проміжку" -#: gtk/gtktoolbar.c:609 +#: ../gtk/gtktoolbar.c:609 msgid "Whether spacers are vertical lines or just blank" msgstr "Проміжки мають бути порожніми чи у вигляді вертикальних ліній" -#: gtk/gtktoolbar.c:616 +#: ../gtk/gtktoolbar.c:616 msgid "Button relief" msgstr "Рельєф кнопки" -#: gtk/gtktoolbar.c:617 +#: ../gtk/gtktoolbar.c:617 msgid "Type of bevel around toolbar buttons" msgstr "Тип фаски навколо кнопок пенала" -#: gtk/gtktoolbar.c:624 +#: ../gtk/gtktoolbar.c:624 msgid "Style of bevel around the toolbar" msgstr "Стиль фаски навколо пенала" -#: gtk/gtktoolbar.c:630 +#: ../gtk/gtktoolbar.c:630 msgid "Toolbar style" msgstr "Стиль панелі інструментів" -#: gtk/gtktoolbar.c:631 +#: ../gtk/gtktoolbar.c:631 msgid "" "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" "Чи матимуть пенали, початково, лише текст, текст і значки, лише значки тощо." -#: gtk/gtktoolbar.c:637 +#: ../gtk/gtktoolbar.c:637 msgid "Toolbar icon size" msgstr "Розмір значка на панелі" -#: gtk/gtktoolbar.c:638 +#: ../gtk/gtktoolbar.c:638 msgid "Size of icons in default toolbars" msgstr "Розмір значків в типових панелях інструментів" -#: gtk/gtktoolbutton.c:203 +#: ../gtk/gtktoolbutton.c:203 msgid "Text to show in the item." msgstr "Текст, що показується у елементі" -#: gtk/gtktoolbutton.c:210 +#: ../gtk/gtktoolbutton.c:210 msgid "" "If set, an underline in the label property indicates that the next character " "should be used for the mnemonic accelerator key in the overflow menu" @@ -6265,43 +6245,43 @@ msgstr "" "Якщо встановлено, то підкреслення в тексті означає, що наступний символ має " "використовуватися в комбінації клавіш." -#: gtk/gtktoolbutton.c:217 +#: ../gtk/gtktoolbutton.c:217 msgid "Widget to use as the item label" msgstr "Віджет, який використовується як позначка елементу" -#: gtk/gtktoolbutton.c:223 +#: ../gtk/gtktoolbutton.c:223 msgid "Stock Id" msgstr "ID вбудованого значка" -#: gtk/gtktoolbutton.c:224 +#: ../gtk/gtktoolbutton.c:224 msgid "The stock icon displayed on the item" msgstr "Вбудований значок " -#: gtk/gtktoolbutton.c:240 +#: ../gtk/gtktoolbutton.c:240 msgid "Icon name" msgstr "Назва значка" -#: gtk/gtktoolbutton.c:241 +#: ../gtk/gtktoolbutton.c:241 msgid "The name of the themed icon displayed on the item" msgstr "Назва значка у темі, що відображається у елементі" -#: gtk/gtktoolbutton.c:247 +#: ../gtk/gtktoolbutton.c:247 msgid "Icon widget" msgstr "Віджет \"значок\"" -#: gtk/gtktoolbutton.c:248 +#: ../gtk/gtktoolbutton.c:248 msgid "Icon widget to display in the item" msgstr "Віджет значка для відображення у елементі" -#: gtk/gtktoolbutton.c:261 +#: ../gtk/gtktoolbutton.c:261 msgid "Icon spacing" msgstr "Інтервал між значками" -#: gtk/gtktoolbutton.c:262 +#: ../gtk/gtktoolbutton.c:262 msgid "Spacing in pixels between the icon and label" msgstr "Відстань у точках між значками та позначкою" -#: gtk/gtktoolitem.c:191 +#: ../gtk/gtktoolitem.c:191 msgid "" "Whether the toolbar item is considered important. When TRUE, toolbar buttons " "show text in GTK_TOOLBAR_BOTH_HORIZ mode" @@ -6309,355 +6289,355 @@ msgstr "" "Чи вважається панель інструментів важливою. Якщо встановлено, кнопки панелі " "інструментів показують текст у GTK_TOOLBAR_BOTH_HORIZ режимі" -#: gtk/gtktreemodelsort.c:274 +#: ../gtk/gtktreemodelsort.c:274 msgid "TreeModelSort Model" msgstr "Модель TreeModelSort" -#: gtk/gtktreemodelsort.c:275 +#: ../gtk/gtktreemodelsort.c:275 msgid "The model for the TreeModelSort to sort" msgstr "Модель для сортування TreeModelSort" -#: gtk/gtktreeview.c:570 +#: ../gtk/gtktreeview.c:570 msgid "TreeView Model" msgstr "Модель TreeView" -#: gtk/gtktreeview.c:571 +#: ../gtk/gtktreeview.c:571 msgid "The model for the tree view" msgstr "Модель для перегляду у вигляді дерева" -#: gtk/gtktreeview.c:579 +#: ../gtk/gtktreeview.c:579 msgid "Horizontal Adjustment for the widget" msgstr "Горизонтальне вирівнювання віджета" -#: gtk/gtktreeview.c:587 +#: ../gtk/gtktreeview.c:587 msgid "Vertical Adjustment for the widget" msgstr "Вертикальне вирівнювання віджета" -#: gtk/gtktreeview.c:594 +#: ../gtk/gtktreeview.c:594 msgid "Headers Visible" msgstr "Заголовки видимі" -#: gtk/gtktreeview.c:595 +#: ../gtk/gtktreeview.c:595 msgid "Show the column header buttons" msgstr "Показувати кнопки заголовків стовпчиків" -#: gtk/gtktreeview.c:602 +#: ../gtk/gtktreeview.c:602 msgid "Headers Clickable" msgstr "Заголовки натискаються" -#: gtk/gtktreeview.c:603 +#: ../gtk/gtktreeview.c:603 msgid "Column headers respond to click events" msgstr "Заголовки стовпчиків відповідають на події клацання" -#: gtk/gtktreeview.c:610 +#: ../gtk/gtktreeview.c:610 msgid "Expander Column" msgstr "Колонка-розширювач" -#: gtk/gtktreeview.c:611 +#: ../gtk/gtktreeview.c:611 msgid "Set the column for the expander column" msgstr "Встановити колонку для розширювача" -#: gtk/gtktreeview.c:626 +#: ../gtk/gtktreeview.c:626 msgid "Rules Hint" msgstr "Порада правилам" -#: gtk/gtktreeview.c:627 +#: ../gtk/gtktreeview.c:627 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "Встановити пораду процесору тем для малювання рядків у різні кольори" -#: gtk/gtktreeview.c:634 +#: ../gtk/gtktreeview.c:634 msgid "Enable Search" msgstr "Дозволено пошук" -#: gtk/gtktreeview.c:635 +#: ../gtk/gtktreeview.c:635 msgid "View allows user to search through columns interactively" msgstr "" "Перегляд дозволяє користувачу виконувати пошук у стовпчиках в інтерактивному " "режимі" -#: gtk/gtktreeview.c:642 +#: ../gtk/gtktreeview.c:642 msgid "Search Column" msgstr "Стовпчик пошуку" -#: gtk/gtktreeview.c:643 -#, fuzzy +#: ../gtk/gtktreeview.c:643 msgid "Model column to search through during interactive search" -msgstr "Приклад стовпчика для пошуку в коді" +msgstr "" +"Стовпчик моделі, зя яким слід виконати інтерактивний пошук по мірі набору" -#: gtk/gtktreeview.c:663 +#: ../gtk/gtktreeview.c:663 msgid "Fixed Height Mode" msgstr "Режим фіксованої висоти" -#: gtk/gtktreeview.c:664 +#: ../gtk/gtktreeview.c:664 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "Прискорює GtkTreeView, вважаючи що всі рядки мають ту ж саму висоту" -#: gtk/gtktreeview.c:684 +#: ../gtk/gtktreeview.c:684 msgid "Hover Selection" msgstr "Слідкуюче виділення" -#: gtk/gtktreeview.c:685 +#: ../gtk/gtktreeview.c:685 msgid "Whether the selection should follow the pointer" msgstr "Чи повинно виділення слідувати за вказівником" -#: gtk/gtktreeview.c:704 +#: ../gtk/gtktreeview.c:704 msgid "Hover Expand" msgstr "Слідкуюче розширення" -#: gtk/gtktreeview.c:705 +#: ../gtk/gtktreeview.c:705 msgid "" "Whether rows should be expanded/collapsed when the pointer moves over them" msgstr "" "Чи повинні рядки розгортатись/згортатись при переміщенні над ними вказівника" -#: gtk/gtktreeview.c:719 +#: ../gtk/gtktreeview.c:719 msgid "Show Expanders" msgstr "Показувати розширювачі" -#: gtk/gtktreeview.c:720 +#: ../gtk/gtktreeview.c:720 msgid "View has expanders" msgstr "Віджет містить розширювачі" -#: gtk/gtktreeview.c:734 +#: ../gtk/gtktreeview.c:734 msgid "Level Indentation" msgstr "Вирівнювання позначок" -#: gtk/gtktreeview.c:735 +#: ../gtk/gtktreeview.c:735 msgid "Extra indentation for each level" msgstr "Додаткове вирівнювання для кожного рівня" -#: gtk/gtktreeview.c:744 +#: ../gtk/gtktreeview.c:744 msgid "Rubber Banding" msgstr "Гумова стрічка" -#: gtk/gtktreeview.c:745 +#: ../gtk/gtktreeview.c:745 msgid "" "Whether to enable selection of multiple items by dragging the mouse pointer" msgstr "" "Чи дозволяти виділення кількох елементів перетягуванням вказівника миші" -#: gtk/gtktreeview.c:752 +#: ../gtk/gtktreeview.c:752 msgid "Enable Grid Lines" msgstr "Увімкнути лінії сітки" -#: gtk/gtktreeview.c:753 +#: ../gtk/gtktreeview.c:753 msgid "Whether grid lines should be drawn in the tree view" msgstr "Чи відображати лінії сітки у віджеті" -#: gtk/gtktreeview.c:761 +#: ../gtk/gtktreeview.c:761 msgid "Enable Tree Lines" msgstr "Увімкнути лінії рівня вкладення" -#: gtk/gtktreeview.c:762 +#: ../gtk/gtktreeview.c:762 msgid "Whether tree lines should be drawn in the tree view" msgstr "Чи відображати лінії рівня вкладення у віджеті" -#: gtk/gtktreeview.c:770 +#: ../gtk/gtktreeview.c:770 msgid "The column in the model containing the tooltip texts for the rows" msgstr "" "Стовпчик у моделі джерела даних, що містить текстові підказки для рядків" -#: gtk/gtktreeview.c:792 +#: ../gtk/gtktreeview.c:792 msgid "Vertical Separator Width" msgstr "Вертикальний інтервал між комірками" -#: gtk/gtktreeview.c:793 +#: ../gtk/gtktreeview.c:793 msgid "Vertical space between cells. Must be an even number" msgstr "Вертикальний інтервал між комірками. Має бути парним числом." -#: gtk/gtktreeview.c:801 +#: ../gtk/gtktreeview.c:801 msgid "Horizontal Separator Width" msgstr "Ширина горизонтального розділювача" -#: gtk/gtktreeview.c:802 +#: ../gtk/gtktreeview.c:802 msgid "Horizontal space between cells. Must be an even number" msgstr "Горизонтальний інтервал між комірками. Має бути парним числом." -#: gtk/gtktreeview.c:810 +#: ../gtk/gtktreeview.c:810 msgid "Allow Rules" msgstr "Правила дозволу" -#: gtk/gtktreeview.c:811 +#: ../gtk/gtktreeview.c:811 msgid "Allow drawing of alternating color rows" msgstr "Дозволити малювання рядків різними кольорами" -#: gtk/gtktreeview.c:817 +#: ../gtk/gtktreeview.c:817 msgid "Indent Expanders" msgstr "Відступ розширювачів" -#: gtk/gtktreeview.c:818 +#: ../gtk/gtktreeview.c:818 msgid "Make the expanders indented" msgstr "Зробити відступ розширювачам" -#: gtk/gtktreeview.c:824 +#: ../gtk/gtktreeview.c:824 msgid "Even Row Color" msgstr "Колір парних рядків" -#: gtk/gtktreeview.c:825 +#: ../gtk/gtktreeview.c:825 msgid "Color to use for even rows" msgstr "Колір, що використовуватиметься для парних рядків" -#: gtk/gtktreeview.c:831 +#: ../gtk/gtktreeview.c:831 msgid "Odd Row Color" msgstr "Колір непарних рядків" -#: gtk/gtktreeview.c:832 +#: ../gtk/gtktreeview.c:832 msgid "Color to use for odd rows" msgstr "Колір, що використовуватиметься для непарних рядків" -#: gtk/gtktreeview.c:838 +#: ../gtk/gtktreeview.c:838 msgid "Row Ending details" msgstr "Подробиці редагування рядка" -#: gtk/gtktreeview.c:839 +#: ../gtk/gtktreeview.c:839 msgid "Enable extended row background theming" msgstr "Увімкнути розширені теми тла рядка" -#: gtk/gtktreeview.c:845 +#: ../gtk/gtktreeview.c:845 msgid "Grid line width" msgstr "Ширина лінії сітки" -#: gtk/gtktreeview.c:846 +#: ../gtk/gtktreeview.c:846 msgid "Width, in pixels, of the tree view grid lines" msgstr "Ширина, в точках, ліній рівня вкладення та ліній сітки" -#: gtk/gtktreeview.c:852 +#: ../gtk/gtktreeview.c:852 msgid "Tree line width" msgstr "Ширина лінії рівня вкладення" -#: gtk/gtktreeview.c:853 +#: ../gtk/gtktreeview.c:853 msgid "Width, in pixels, of the tree view lines" msgstr "Ширина, в точках, лінії ліній рівня вкладення" -#: gtk/gtktreeview.c:859 +#: ../gtk/gtktreeview.c:859 msgid "Grid line pattern" msgstr "Штрих лінії сітки" -#: gtk/gtktreeview.c:860 +#: ../gtk/gtktreeview.c:860 msgid "Dash pattern used to draw the tree view grid lines" msgstr "Візерунок, що використовується для малювання ліній сітки" -#: gtk/gtktreeview.c:866 +#: ../gtk/gtktreeview.c:866 msgid "Tree line pattern" msgstr "Штрих лінії вкладення" -#: gtk/gtktreeview.c:867 +#: ../gtk/gtktreeview.c:867 msgid "Dash pattern used to draw the tree view lines" msgstr "Візерунок, що використовуватиметься для малювання індикатора фокусу" -#: gtk/gtktreeviewcolumn.c:192 +#: ../gtk/gtktreeviewcolumn.c:192 msgid "Whether to display the column" msgstr "Чи показувати стовпчик" -#: gtk/gtktreeviewcolumn.c:199 gtk/gtkwindow.c:537 +#: ../gtk/gtktreeviewcolumn.c:199 ../gtk/gtkwindow.c:537 msgid "Resizable" msgstr "Розмір можна змінювати" -#: gtk/gtktreeviewcolumn.c:200 +#: ../gtk/gtktreeviewcolumn.c:200 msgid "Column is user-resizable" msgstr "Користувач може змінювати розмір стовпчика" -#: gtk/gtktreeviewcolumn.c:208 +#: ../gtk/gtktreeviewcolumn.c:208 msgid "Current width of the column" msgstr "Поточна ширина стовпчика" -#: gtk/gtktreeviewcolumn.c:217 +#: ../gtk/gtktreeviewcolumn.c:217 msgid "Space which is inserted between cells" msgstr "Простір, що вставляється між комірками" -#: gtk/gtktreeviewcolumn.c:225 +#: ../gtk/gtktreeviewcolumn.c:225 msgid "Sizing" msgstr "Зміна розміру" -#: gtk/gtktreeviewcolumn.c:226 +#: ../gtk/gtktreeviewcolumn.c:226 msgid "Resize mode of the column" msgstr "Режим зміни розміру стовпчика" -#: gtk/gtktreeviewcolumn.c:234 +#: ../gtk/gtktreeviewcolumn.c:234 msgid "Fixed Width" msgstr "Фіксована ширина" -#: gtk/gtktreeviewcolumn.c:235 +#: ../gtk/gtktreeviewcolumn.c:235 msgid "Current fixed width of the column" msgstr "Поточна фіксована ширина стовпчика" -#: gtk/gtktreeviewcolumn.c:244 +#: ../gtk/gtktreeviewcolumn.c:244 msgid "Minimum Width" msgstr "Мінімальна ширина" -#: gtk/gtktreeviewcolumn.c:245 +#: ../gtk/gtktreeviewcolumn.c:245 msgid "Minimum allowed width of the column" msgstr "Мінімальна дозволена ширина стовпчика" -#: gtk/gtktreeviewcolumn.c:254 +#: ../gtk/gtktreeviewcolumn.c:254 msgid "Maximum Width" msgstr "Максимальна ширина" -#: gtk/gtktreeviewcolumn.c:255 +#: ../gtk/gtktreeviewcolumn.c:255 msgid "Maximum allowed width of the column" msgstr "Максимальна дозволена ширина стовпчика" -#: gtk/gtktreeviewcolumn.c:265 +#: ../gtk/gtktreeviewcolumn.c:265 msgid "Title to appear in column header" msgstr "Заголовок стовпчика" -#: gtk/gtktreeviewcolumn.c:273 +#: ../gtk/gtktreeviewcolumn.c:273 msgid "Column gets share of extra width allocated to the widget" msgstr "Стовпчик отримує частину додаткової ширини виділеної віджету" -#: gtk/gtktreeviewcolumn.c:280 +#: ../gtk/gtktreeviewcolumn.c:280 msgid "Clickable" msgstr "Натискається" -#: gtk/gtktreeviewcolumn.c:281 +#: ../gtk/gtktreeviewcolumn.c:281 msgid "Whether the header can be clicked" msgstr "Чи чутливий заголовок до натискань" -#: gtk/gtktreeviewcolumn.c:289 +#: ../gtk/gtktreeviewcolumn.c:289 msgid "Widget" msgstr "Віджет" -#: gtk/gtktreeviewcolumn.c:290 +#: ../gtk/gtktreeviewcolumn.c:290 msgid "Widget to put in column header button instead of column title" msgstr "Віджет для заміни заголовка стовпчика кнопкою" -#: gtk/gtktreeviewcolumn.c:298 +#: ../gtk/gtktreeviewcolumn.c:298 msgid "X Alignment of the column header text or widget" msgstr "Горизонтальне вирівнювання тексту чи віджета в заголовку стовпчика" -#: gtk/gtktreeviewcolumn.c:308 +#: ../gtk/gtktreeviewcolumn.c:308 msgid "Whether the column can be reordered around the headers" msgstr "Чи можна переносити стовпчик в інше місце" -#: gtk/gtktreeviewcolumn.c:315 +#: ../gtk/gtktreeviewcolumn.c:315 msgid "Sort indicator" msgstr "Індикатор сортування" -#: gtk/gtktreeviewcolumn.c:316 +#: ../gtk/gtktreeviewcolumn.c:316 msgid "Whether to show a sort indicator" msgstr "Стан відображення індикатора сортування" -#: gtk/gtktreeviewcolumn.c:323 +#: ../gtk/gtktreeviewcolumn.c:323 msgid "Sort order" msgstr "Порядок сортування" -#: gtk/gtktreeviewcolumn.c:324 +#: ../gtk/gtktreeviewcolumn.c:324 msgid "Sort direction the sort indicator should indicate" msgstr "Напрямок сортування має відображатись індикатором" -#: gtk/gtkuimanager.c:223 +#: ../gtk/gtkuimanager.c:223 msgid "Whether tearoff menu items should be added to menus" msgstr "Чи повинні додаватись до меню елементи відривання" -#: gtk/gtkuimanager.c:230 +#: ../gtk/gtkuimanager.c:230 msgid "Merged UI definition" msgstr "Сполучене визначення UI" -#: gtk/gtkuimanager.c:231 +#: ../gtk/gtkuimanager.c:231 msgid "An XML string describing the merged UI" msgstr "XML рядок, що описує сполучений UI" -#: gtk/gtkviewport.c:107 +#: ../gtk/gtkviewport.c:107 msgid "" "The GtkAdjustment that determines the values of the horizontal position for " "this viewport" @@ -6665,7 +6645,7 @@ msgstr "" "GtkAdjustment, що визначає значення горизонтального положення для порта " "перегляду" -#: gtk/gtkviewport.c:115 +#: ../gtk/gtkviewport.c:115 msgid "" "The GtkAdjustment that determines the values of the vertical position for " "this viewport" @@ -6673,31 +6653,31 @@ msgstr "" "GtkAdjustment, що визначає значення вертикального положення для порта " "перегляду" -#: gtk/gtkviewport.c:123 +#: ../gtk/gtkviewport.c:123 msgid "Determines how the shadowed box around the viewport is drawn" msgstr "Визначає спосіб малювання тіні навколо порта перегляду" -#: gtk/gtkwidget.c:483 +#: ../gtk/gtkwidget.c:483 msgid "Widget name" msgstr "Назва віджета" -#: gtk/gtkwidget.c:484 +#: ../gtk/gtkwidget.c:484 msgid "The name of the widget" msgstr "Назва віджета" -#: gtk/gtkwidget.c:490 +#: ../gtk/gtkwidget.c:490 msgid "Parent widget" msgstr "Батьківський віджет" -#: gtk/gtkwidget.c:491 +#: ../gtk/gtkwidget.c:491 msgid "The parent widget of this widget. Must be a Container widget" msgstr "Батьківський віджет для цього віджета. Має бути віджетом-контейнером" -#: gtk/gtkwidget.c:498 +#: ../gtk/gtkwidget.c:498 msgid "Width request" msgstr "Запит на встановлення ширини" -#: gtk/gtkwidget.c:499 +#: ../gtk/gtkwidget.c:499 msgid "" "Override for width request of the widget, or -1 if natural request should be " "used" @@ -6705,11 +6685,11 @@ msgstr "" "Змінити запит на встановлення ширини цього віджета чи -1, якщо потрібно " "використати звичайний запит" -#: gtk/gtkwidget.c:507 +#: ../gtk/gtkwidget.c:507 msgid "Height request" msgstr "Запит на встановлення висоти" -#: gtk/gtkwidget.c:508 +#: ../gtk/gtkwidget.c:508 msgid "" "Override for height request of the widget, or -1 if natural request should " "be used" @@ -6717,170 +6697,170 @@ msgstr "" "Змінити запит на встановлення висоти цього віджета чи -1, якщо потрібно " "використати звичайний запит" -#: gtk/gtkwidget.c:517 +#: ../gtk/gtkwidget.c:517 msgid "Whether the widget is visible" msgstr "Чи віджет видимий" -#: gtk/gtkwidget.c:524 +#: ../gtk/gtkwidget.c:524 msgid "Whether the widget responds to input" msgstr "Чи буде віджет використовувати ввід" -#: gtk/gtkwidget.c:530 +#: ../gtk/gtkwidget.c:530 msgid "Application paintable" msgstr "Малюється додатком" -#: gtk/gtkwidget.c:531 +#: ../gtk/gtkwidget.c:531 msgid "Whether the application will paint directly on the widget" msgstr "Чи буде додаток малювати просто у віджеті" -#: gtk/gtkwidget.c:537 +#: ../gtk/gtkwidget.c:537 msgid "Can focus" msgstr "Може мати фокус" -#: gtk/gtkwidget.c:538 +#: ../gtk/gtkwidget.c:538 msgid "Whether the widget can accept the input focus" msgstr "Чи може віджет мати фокус вводу" -#: gtk/gtkwidget.c:544 +#: ../gtk/gtkwidget.c:544 msgid "Has focus" msgstr "Має фокус" -#: gtk/gtkwidget.c:545 +#: ../gtk/gtkwidget.c:545 msgid "Whether the widget has the input focus" msgstr "Чи має віджет фокус вводу" -#: gtk/gtkwidget.c:551 +#: ../gtk/gtkwidget.c:551 msgid "Is focus" msgstr "Є фокусом" -#: gtk/gtkwidget.c:552 +#: ../gtk/gtkwidget.c:552 msgid "Whether the widget is the focus widget within the toplevel" msgstr "Чи є віджет віджетом фокусу на найвищому рівні" -#: gtk/gtkwidget.c:558 +#: ../gtk/gtkwidget.c:558 msgid "Can default" msgstr "Вибирається типово" -#: gtk/gtkwidget.c:559 +#: ../gtk/gtkwidget.c:559 msgid "Whether the widget can be the default widget" msgstr "Чим може віджет бути \"типовим елементом\"" -#: gtk/gtkwidget.c:565 +#: ../gtk/gtkwidget.c:565 msgid "Has default" msgstr "Типово вибраний" -#: gtk/gtkwidget.c:566 +#: ../gtk/gtkwidget.c:566 msgid "Whether the widget is the default widget" msgstr "Чи віджет є \"типовим елементом\"" -#: gtk/gtkwidget.c:572 +#: ../gtk/gtkwidget.c:572 msgid "Receives default" msgstr "Типова дія" -#: gtk/gtkwidget.c:573 +#: ../gtk/gtkwidget.c:573 msgid "If TRUE, the widget will receive the default action when it is focused" msgstr "Якщо істинно, то віджет отримуватиме типову дію, коли отримає фокус" -#: gtk/gtkwidget.c:579 +#: ../gtk/gtkwidget.c:579 msgid "Composite child" msgstr "Складений вкладений елемент" -#: gtk/gtkwidget.c:580 +#: ../gtk/gtkwidget.c:580 msgid "Whether the widget is part of a composite widget" msgstr "Чи є елемент керування частиною складеного елемента керування" -#: gtk/gtkwidget.c:586 +#: ../gtk/gtkwidget.c:586 msgid "Style" msgstr "Стиль" -#: gtk/gtkwidget.c:587 +#: ../gtk/gtkwidget.c:587 msgid "" "The style of the widget, which contains information about how it will look " "(colors etc)" msgstr "Стиль віджета, що описує його зовнішній вигляд (кольори тощо)" -#: gtk/gtkwidget.c:593 +#: ../gtk/gtkwidget.c:593 msgid "Events" msgstr "Події" -#: gtk/gtkwidget.c:594 +#: ../gtk/gtkwidget.c:594 msgid "The event mask that decides what kind of GdkEvents this widget gets" msgstr "" "Маска подій, що визначає, які події GdkEvents може отримувати цей віджет" -#: gtk/gtkwidget.c:601 +#: ../gtk/gtkwidget.c:601 msgid "Extension events" msgstr "Додаткові події" -#: gtk/gtkwidget.c:602 +#: ../gtk/gtkwidget.c:602 msgid "The mask that decides what kind of extension events this widget gets" msgstr "Маска, що визначає, які додаткові події отримуватиме цей віджет" -#: gtk/gtkwidget.c:609 +#: ../gtk/gtkwidget.c:609 msgid "No show all" msgstr "Не показується все" -#: gtk/gtkwidget.c:610 +#: ../gtk/gtkwidget.c:610 msgid "Whether gtk_widget_show_all() should not affect this widget" msgstr "Чи функція gtk_widget_show_all() не повинна впливати на віджет" -#: gtk/gtkwidget.c:633 +#: ../gtk/gtkwidget.c:633 msgid "Whether this widget has a tooltip" msgstr "Чи цей віджет має підказку" -#: gtk/gtkwidget.c:689 +#: ../gtk/gtkwidget.c:689 msgid "Window" msgstr "Вікно" -#: gtk/gtkwidget.c:690 +#: ../gtk/gtkwidget.c:690 msgid "The widget's window if it is realized" msgstr "Вікно віджету, яке реалізовано " -#: gtk/gtkwidget.c:2212 +#: ../gtk/gtkwidget.c:2212 msgid "Interior Focus" msgstr "Внутрішній фокус" -#: gtk/gtkwidget.c:2213 +#: ../gtk/gtkwidget.c:2213 msgid "Whether to draw the focus indicator inside widgets" msgstr "Чи відображати індикатор фокусу у віджетах" -#: gtk/gtkwidget.c:2219 +#: ../gtk/gtkwidget.c:2219 msgid "Focus linewidth" msgstr "Ширина лінії фокуса" -#: gtk/gtkwidget.c:2220 +#: ../gtk/gtkwidget.c:2220 msgid "Width, in pixels, of the focus indicator line" msgstr "Ширина, в точках, лінії індикатора фокуса" -#: gtk/gtkwidget.c:2226 +#: ../gtk/gtkwidget.c:2226 msgid "Focus line dash pattern" msgstr "Штрих лінії фокуса" -#: gtk/gtkwidget.c:2227 +#: ../gtk/gtkwidget.c:2227 msgid "Dash pattern used to draw the focus indicator" msgstr "Візерунок, що використовуватиметься для малювання індикатора фокусу" -#: gtk/gtkwidget.c:2232 +#: ../gtk/gtkwidget.c:2232 msgid "Focus padding" msgstr "Відступ фокуса" -#: gtk/gtkwidget.c:2233 +#: ../gtk/gtkwidget.c:2233 msgid "Width, in pixels, between focus indicator and the widget 'box'" msgstr "Відстань, в точках, між індикатором фокуса і границею блока віджета" -#: gtk/gtkwidget.c:2238 +#: ../gtk/gtkwidget.c:2238 msgid "Cursor color" msgstr "Колір курсора" -#: gtk/gtkwidget.c:2239 +#: ../gtk/gtkwidget.c:2239 msgid "Color with which to draw insertion cursor" msgstr "Колір курсора" -#: gtk/gtkwidget.c:2244 +#: ../gtk/gtkwidget.c:2244 msgid "Secondary cursor color" msgstr "Вторинний колір курсора" -#: gtk/gtkwidget.c:2245 +#: ../gtk/gtkwidget.c:2245 msgid "" "Color with which to draw the secondary insertion cursor when editing mixed " "right-to-left and left-to-right text" @@ -6888,43 +6868,43 @@ msgstr "" "Колір другого курсора, коли використовується змішаний (справа наліво і зліва " "направо) ввід тексту" -#: gtk/gtkwidget.c:2250 +#: ../gtk/gtkwidget.c:2250 msgid "Cursor line aspect ratio" msgstr "Пропорції курсора" -#: gtk/gtkwidget.c:2251 +#: ../gtk/gtkwidget.c:2251 msgid "Aspect ratio with which to draw insertion cursor" msgstr "Пропорції курсора" -#: gtk/gtkwidget.c:2265 +#: ../gtk/gtkwidget.c:2265 msgid "Draw Border" msgstr "Рамка малювання" -#: gtk/gtkwidget.c:2266 +#: ../gtk/gtkwidget.c:2266 msgid "Size of areas outside the widget's allocation to draw" msgstr "Розмір області за межами запитаної віджетом ділянки для малювання" -#: gtk/gtkwidget.c:2279 +#: ../gtk/gtkwidget.c:2279 msgid "Unvisited Link Color" msgstr "Колір не відвіданого гіперпосилання" -#: gtk/gtkwidget.c:2280 +#: ../gtk/gtkwidget.c:2280 msgid "Color of unvisited links" msgstr "Колір не відвіданих гіперпосилань" -#: gtk/gtkwidget.c:2293 +#: ../gtk/gtkwidget.c:2293 msgid "Visited Link Color" msgstr "Колір відвіданого гіперпосилання" -#: gtk/gtkwidget.c:2294 +#: ../gtk/gtkwidget.c:2294 msgid "Color of visited links" msgstr "Колір відвіданого гіперпосилання" -#: gtk/gtkwidget.c:2308 +#: ../gtk/gtkwidget.c:2308 msgid "Wide Separators" msgstr "Широкі розділювачі" -#: gtk/gtkwidget.c:2309 +#: ../gtk/gtkwidget.c:2309 msgid "" "Whether separators have configurable width and should be drawn using a box " "instead of a line" @@ -6932,78 +6912,78 @@ msgstr "" "Чи ширина елементів розділення може налаштовуватись, та вони відображаються " "у вигляді прямокутника замість лінії" -#: gtk/gtkwidget.c:2323 +#: ../gtk/gtkwidget.c:2323 msgid "Separator Width" msgstr "Ширина розділювача" -#: gtk/gtkwidget.c:2324 +#: ../gtk/gtkwidget.c:2324 msgid "The width of separators if wide-separators is TRUE" msgstr "Ширина елемента розділення, якщо увімкнені широкі розділювачі" -#: gtk/gtkwidget.c:2338 +#: ../gtk/gtkwidget.c:2338 msgid "Separator Height" msgstr "Висота розділювача" -#: gtk/gtkwidget.c:2339 +#: ../gtk/gtkwidget.c:2339 msgid "The height of separators if \"wide-separators\" is TRUE" msgstr "Висота елемента розділення, якщо увімкнені широкі розділювачі" -#: gtk/gtkwidget.c:2353 +#: ../gtk/gtkwidget.c:2353 msgid "Horizontal Scroll Arrow Length" msgstr "Довжина стрілки горизонтальної прокрутки" -#: gtk/gtkwidget.c:2354 +#: ../gtk/gtkwidget.c:2354 msgid "The length of horizontal scroll arrows" msgstr "Довжина стрілок горизонтальної прокрутки" -#: gtk/gtkwidget.c:2368 +#: ../gtk/gtkwidget.c:2368 msgid "Vertical Scroll Arrow Length" msgstr "Довжина стрілки вертикальної прокрутки" -#: gtk/gtkwidget.c:2369 +#: ../gtk/gtkwidget.c:2369 msgid "The length of vertical scroll arrows" msgstr "Довжина стрілок вертикальної прокрутки" -#: gtk/gtkwindow.c:478 +#: ../gtk/gtkwindow.c:478 msgid "Window Type" msgstr "Тип вікна" -#: gtk/gtkwindow.c:479 +#: ../gtk/gtkwindow.c:479 msgid "The type of the window" msgstr "Тип вікна" -#: gtk/gtkwindow.c:487 +#: ../gtk/gtkwindow.c:487 msgid "Window Title" msgstr "Заголовок вікна" -#: gtk/gtkwindow.c:488 +#: ../gtk/gtkwindow.c:488 msgid "The title of the window" msgstr "Заголовок вікна" -#: gtk/gtkwindow.c:495 +#: ../gtk/gtkwindow.c:495 msgid "Window Role" msgstr "Роль вікна" -#: gtk/gtkwindow.c:496 +#: ../gtk/gtkwindow.c:496 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Унікальний ідентифікатор вікна, що використовується при відновленні сеансу" -#: gtk/gtkwindow.c:512 +#: ../gtk/gtkwindow.c:512 msgid "Startup ID" msgstr "Початковий ідентифікатор" -#: gtk/gtkwindow.c:513 +#: ../gtk/gtkwindow.c:513 msgid "Unique startup identifier for the window used by startup-notification" msgstr "" "Унікальний початковий ідентифікатор вікна, що використовується startup-" "notification" -#: gtk/gtkwindow.c:520 +#: ../gtk/gtkwindow.c:520 msgid "Allow Shrink" msgstr "Дозволити стиснення" -#: gtk/gtkwindow.c:522 +#: ../gtk/gtkwindow.c:522 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -7012,23 +6992,23 @@ msgstr "" "Якщо істинно, вікно не має мінімального розміру. Встановлення цього значення " "в 99% випадків є поганою ідеєю" -#: gtk/gtkwindow.c:529 +#: ../gtk/gtkwindow.c:529 msgid "Allow Grow" msgstr "Дозволити збільшення" -#: gtk/gtkwindow.c:530 +#: ../gtk/gtkwindow.c:530 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "Якщо істинно, то користувач може збільшувати розмір вікна" -#: gtk/gtkwindow.c:538 +#: ../gtk/gtkwindow.c:538 msgid "If TRUE, users can resize the window" msgstr "Якщо істинно, то користувач може змінювати розмір вікна" -#: gtk/gtkwindow.c:545 +#: ../gtk/gtkwindow.c:545 msgid "Modal" msgstr "Модальне" -#: gtk/gtkwindow.c:546 +#: ../gtk/gtkwindow.c:546 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -7036,72 +7016,72 @@ msgstr "" "Якщо істинно, то вікно є модальним (інші вікна не можуть використовуватися, " "доки це вікно існує)" -#: gtk/gtkwindow.c:553 +#: ../gtk/gtkwindow.c:553 msgid "Window Position" msgstr "Позиція вікна" -#: gtk/gtkwindow.c:554 +#: ../gtk/gtkwindow.c:554 msgid "The initial position of the window" msgstr "Початкова позиція вікна" -#: gtk/gtkwindow.c:562 +#: ../gtk/gtkwindow.c:562 msgid "Default Width" msgstr "Типова ширина" -#: gtk/gtkwindow.c:563 +#: ../gtk/gtkwindow.c:563 msgid "The default width of the window, used when initially showing the window" msgstr "" "Початкова ширина вікна, використовується під час початкового відображення " "вікна" -#: gtk/gtkwindow.c:572 +#: ../gtk/gtkwindow.c:572 msgid "Default Height" msgstr "Типова висота" -#: gtk/gtkwindow.c:573 +#: ../gtk/gtkwindow.c:573 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "Початкова висота вікна, використовується під час початкового відображення " "вікна" -#: gtk/gtkwindow.c:582 +#: ../gtk/gtkwindow.c:582 msgid "Destroy with Parent" msgstr "Знищувати з батьківським" -#: gtk/gtkwindow.c:583 +#: ../gtk/gtkwindow.c:583 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Чи має це вікно знищуватись разом з батьківським" -#: gtk/gtkwindow.c:591 +#: ../gtk/gtkwindow.c:591 msgid "Icon for this window" msgstr "Значок цього вікна" -#: gtk/gtkwindow.c:607 +#: ../gtk/gtkwindow.c:607 msgid "Name of the themed icon for this window" msgstr "Назва значка з теми для цього вікна" -#: gtk/gtkwindow.c:622 +#: ../gtk/gtkwindow.c:622 msgid "Is Active" msgstr "Активне" -#: gtk/gtkwindow.c:623 +#: ../gtk/gtkwindow.c:623 msgid "Whether the toplevel is the current active window" msgstr "Чи вікно найвищого рівня є поточним активним вікном" -#: gtk/gtkwindow.c:630 +#: ../gtk/gtkwindow.c:630 msgid "Focus in Toplevel" msgstr "Фокус у вікні найвищого рівня" -#: gtk/gtkwindow.c:631 +#: ../gtk/gtkwindow.c:631 msgid "Whether the input focus is within this GtkWindow" msgstr "Чи фокус вводу в цьому об'єкті GtkWindow" -#: gtk/gtkwindow.c:638 +#: ../gtk/gtkwindow.c:638 msgid "Type hint" msgstr "Вказівка типу" -#: gtk/gtkwindow.c:639 +#: ../gtk/gtkwindow.c:639 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -7109,100 +7089,100 @@ msgstr "" "Вказівка, що допомагає середовищу зрозуміти якого типу є це вікно і як його " "необхідно обробляти" -#: gtk/gtkwindow.c:647 +#: ../gtk/gtkwindow.c:647 msgid "Skip taskbar" msgstr "Уникнути панель завдань" -#: gtk/gtkwindow.c:648 +#: ../gtk/gtkwindow.c:648 msgid "TRUE if the window should not be in the task bar." msgstr "Істина, якщо вікно не повинно потрапляти у панель завдань." -#: gtk/gtkwindow.c:655 +#: ../gtk/gtkwindow.c:655 msgid "Skip pager" msgstr "Уникнути пейджер" -#: gtk/gtkwindow.c:656 +#: ../gtk/gtkwindow.c:656 msgid "TRUE if the window should not be in the pager." msgstr "Істинно, якщо вікно не має потрапити в пейджер" -#: gtk/gtkwindow.c:663 +#: ../gtk/gtkwindow.c:663 msgid "Urgent" msgstr "Терміново" -#: gtk/gtkwindow.c:664 +#: ../gtk/gtkwindow.c:664 msgid "TRUE if the window should be brought to the user's attention." msgstr "Істинно, якщо вікно має привернути увагу користувача." -#: gtk/gtkwindow.c:678 +#: ../gtk/gtkwindow.c:678 msgid "Accept focus" msgstr "Допускає фокус" -#: gtk/gtkwindow.c:679 +#: ../gtk/gtkwindow.c:679 msgid "TRUE if the window should receive the input focus." msgstr "Істина, якщо вікно повинно отримувати фокус вводу." -#: gtk/gtkwindow.c:693 +#: ../gtk/gtkwindow.c:693 msgid "Focus on map" msgstr "Фокус при відображенні" -#: gtk/gtkwindow.c:694 +#: ../gtk/gtkwindow.c:694 msgid "TRUE if the window should receive the input focus when mapped." msgstr "" "Встановлено, якщо вікно повинно отримувати фокус вводу при відображені." -#: gtk/gtkwindow.c:708 +#: ../gtk/gtkwindow.c:708 msgid "Decorated" msgstr "Оздоблене" -#: gtk/gtkwindow.c:709 +#: ../gtk/gtkwindow.c:709 msgid "Whether the window should be decorated by the window manager" msgstr "Чи вікно повинно бути прикрашене менеджером вікон" -#: gtk/gtkwindow.c:723 +#: ../gtk/gtkwindow.c:723 msgid "Deletable" msgstr "Може видалятись" -#: gtk/gtkwindow.c:724 +#: ../gtk/gtkwindow.c:724 msgid "Whether the window frame should have a close button" msgstr "Чи кадр вікна повинен мати кнопку закривання" -#: gtk/gtkwindow.c:740 +#: ../gtk/gtkwindow.c:740 msgid "Gravity" msgstr "Важливість" -#: gtk/gtkwindow.c:741 +#: ../gtk/gtkwindow.c:741 msgid "The window gravity of the window" msgstr "Важливість вінка" -#: gtk/gtkwindow.c:758 +#: ../gtk/gtkwindow.c:758 msgid "Transient for Window" msgstr "Прозорий для вікна" -#: gtk/gtkwindow.c:759 +#: ../gtk/gtkwindow.c:759 msgid "The transient parent of the dialog" msgstr "Прозорий батьківський віджет діалогу" -#: gtk/gtkwindow.c:774 +#: ../gtk/gtkwindow.c:774 msgid "Opacity for Window" msgstr "Непрозорість вікна" -#: gtk/gtkwindow.c:775 +#: ../gtk/gtkwindow.c:775 msgid "The opacity of the window, from 0 to 1" msgstr "Непрозорість вікна, від 0 до 1" -#: modules/input/gtkimcontextxim.c:334 +#: ../modules/input/gtkimcontextxim.c:334 msgid "IM Preedit style" msgstr "Стиль IM Preedit" -#: modules/input/gtkimcontextxim.c:335 +#: ../modules/input/gtkimcontextxim.c:335 msgid "How to draw the input method preedit string" msgstr "Як зображати рядок IM Preedit" -#: modules/input/gtkimcontextxim.c:343 +#: ../modules/input/gtkimcontextxim.c:343 msgid "IM Status style" msgstr "Стиль стану методу вводу" -#: modules/input/gtkimcontextxim.c:344 +#: ../modules/input/gtkimcontextxim.c:344 msgid "How to draw the input method statusbar" msgstr "Як зображати панель стану методу вводу" diff --git a/po/uk.po b/po/uk.po index ecc0e0d151..a52d355a83 100644 --- a/po/uk.po +++ b/po/uk.po @@ -1,14 +1,14 @@ # Ukrainian translation of gtk+. # Copyright (C) 1999 Free Software Foundation, Inc. # Yuri Syrota , 1999, 2004. -# Maxim Dziumanenko , 2004-2007 +# Maxim Dziumanenko , 2004-2009 # msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2008-08-24 14:52+0200\n" +"POT-Creation-Date: 2009-04-27 01:01+0300\n" +"PO-Revision-Date: 2009-04-26 14:52+0200\n" "Last-Translator: Maxim Dziumanenko \n" "Language-Team: Ukrainian \n" "MIME-Version: 1.0\n" @@ -17,58 +17,58 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: gdk/gdk.c:103 -#, fuzzy, c-format +#: ../gdk/gdk.c:103 +#, c-format msgid "Error parsing option --gdk-debug" -msgstr "Помилка друку" +msgstr "Не вдається розібрати --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" -msgstr "" +msgstr "Не вдається розібрати --gdk-no-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Клас програми, як він використовується менеджером" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "КЛАС" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Назва програми, яка використовується менеджером вікон" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "НАЗВА" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "X-дисплей що використовується" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "DISPLAY" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "X-екран, що використовується" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "ЕКРАН" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Встановити налагоджувальні ознаки Gdk" @@ -76,232 +76,213 @@ msgstr "Встановити налагоджувальні ознаки Gdk" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "ОЗНАКИ" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Скинути налагоджувальні ознаки Gdk" -#: gdk/keyname-table.h:3940 -#, fuzzy +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" -msgstr "_Замінити" +msgstr "BackSpace" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" -msgstr "" +msgstr "Tab" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" -msgstr "" +msgstr "Return" -#: gdk/keyname-table.h:3943 -#, fuzzy +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" -msgstr "Призупинено" +msgstr "Pause" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" -msgstr "" +msgstr "Scroll_Lock" -#: gdk/keyname-table.h:3945 -#, fuzzy +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" -msgstr "Файлова система" +msgstr "Sys_Req" -#: gdk/keyname-table.h:3946 -#, fuzzy +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" -msgstr "Альбомна" +msgstr "Escape" -#: gdk/keyname-table.h:3947 -#, fuzzy +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" -msgstr "Мультипрес" +msgstr "Multi_key" -#: gdk/keyname-table.h:3948 -#, fuzzy +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" -msgstr "_Домашня тека" +msgstr "Home" -#: gdk/keyname-table.h:3949 -#, fuzzy +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" -msgstr "_Ліве:" +msgstr "Ліворуч" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" -msgstr "" +msgstr "Вгору" -#: gdk/keyname-table.h:3951 -#, fuzzy +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" -msgstr "_Праве:" +msgstr "Праворуч" -#: gdk/keyname-table.h:3952 -#, fuzzy +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" -msgstr "Вниз по дереву" +msgstr "Вниз" -#: gdk/keyname-table.h:3953 -#, fuzzy +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" -msgstr "Пара_метри сторінки" +msgstr "Page_Up" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" -msgstr "" +msgstr "Page_Down" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" -msgstr "" +msgstr "End" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" -msgstr "" +msgstr "Begin" -#: gdk/keyname-table.h:3957 -#, fuzzy +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" -msgstr "Друк" +msgstr "Print" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" -msgstr "" +msgstr "Insert" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" -msgstr "" +msgstr "Num_Lock" -#: gdk/keyname-table.h:3960 -#, fuzzy +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" -msgstr "_Замінити" +msgstr "KP_Space" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" -msgstr "" +msgstr "KP_Tab" -#: gdk/keyname-table.h:3962 -#, fuzzy +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" -msgstr "Принтер" +msgstr "KP_Enter" -#: gdk/keyname-table.h:3963 -#, fuzzy +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" -msgstr "_Домашня тека" +msgstr "KP_Home" -#: gdk/keyname-table.h:3964 -#, fuzzy +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" -msgstr "_Ліве:" +msgstr "KP_Left" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" -msgstr "" +msgstr "KP_Up" -#: gdk/keyname-table.h:3966 -#, fuzzy +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" -msgstr "_Праве:" +msgstr "KP_Right" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" -msgstr "" +msgstr "KP_Down" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" -msgstr "" +msgstr "KP_Page_Up" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" -msgstr "" +msgstr "KP_Prior" -#: gdk/keyname-table.h:3970 -#, fuzzy +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" -msgstr "" +msgstr "KP_Next" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" -msgstr "" +msgstr "KP_End" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" -msgstr "" +msgstr "KP_Begin" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" -msgstr "" +msgstr "KP_Insert" -#: gdk/keyname-table.h:3975 -#, fuzzy +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" -msgstr "В_идалити" +msgstr "KP_Delete" -#: gdk/keyname-table.h:3976 -#, fuzzy +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" -msgstr "В_идалити" +msgstr "Delete" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Не вдається відкрити файл \"%s\": %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Файл зображення \"%s\" не містить даних" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -309,7 +290,7 @@ msgstr "" "Не вдається завантажити зображення \"%s\": причина невідома, можливо файл " "пошкоджений" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -318,12 +299,12 @@ msgstr "" "Не вдається завантажити анімацію \"%s\": причина невідома, можливо файл " "зіпсований" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Не вдається завантажити модуль завантаження зображення: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -332,54 +313,54 @@ msgstr "" "Модуль завантаження зображень %s не експортує відповідний інтерфейс; " "можливо, модуль лишився від іншої версії GTK?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Зображення типу \"%s\" не підтримуються" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Не вдається розпізнати формат зображення у файлі \"%s\"" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Нерозпізнаний формат файлу зображення" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Не вдається завантажити зображення \"%s\": %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Помилка при записуванні файлу зображення: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "" "Ця збірка gdk-pixbuf не підтримує збереження зображень у такому форматі: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Недостатньо пам'яті для збереження файлу зображення" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Не вдається відкрити тимчасовий файл" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Не вдається прочитати тимчасовий файл" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Не вдається відкрити \"%s\" для запису: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -388,15 +369,15 @@ msgstr "" "Не вдається закрити \"%s\" після запису зображення, можливо збережено не всі " "дані: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Недостатньо пам'яті для збереження файлу у буфері" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Помилка при записі у потік зображення" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -405,24 +386,24 @@ msgstr "" "Внутрішня помилка: модуль завантаження зображень \"%s\" не може завершити " "операцію, але він не повідомив про причину помилки." -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Не підтримується поступове завантаження зображення у форматі \"%s\"" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Заголовок зображення пошкоджений" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Невідомий формат зображення" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Пошкоджені піксельні дані зображення" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" @@ -430,118 +411,123 @@ msgstr[0] "не вдається розподілити %u байт для бу msgstr[1] "не вдається розподілити %u байти для буферу зображення" msgstr[2] "не вдається розподілити %u байтів для буферу зображення" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Несподівана послідовність кадрів в анімації" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Непідтримуваний тип анімації" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Неправильний заголовок у анімації" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Недостатньо пам'яті для завантаження анімації" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Неправильний фрагмент у анімації" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "Формат зображень ANI" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "Зображення формату BMP містить неправильні дані в заголовку" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Недостатньо пам'яті для завантаження растрового зображення" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "Зображення BMP має непідтримуваний розмір заголовка" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Перегорнуті зображення формату BMP не можуть бути стиснені" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Передчасне завершення файлу" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Не вдається виділити пам'ять для завантаження файлу BMP" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Не вдається записати файл BMP" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "Формат зображень BMP" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Не вдається зчитати GIF: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "Файл формату GIF містив пошкоджені дані (можливо його було обрізано?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Внутрішня помилка при завантаженні GIF (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Стек переповнений" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "Завантажувач зображень GIF формату не може зрозуміти це зображення." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Виявлено неправильний код" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Циклічний табличний запис у файлі формату GIF" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Недостатньо пам'яті для завантаження файлу GIF" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Недостатньо пам'яті для створення кадру файлу GIF" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "Зображення GIF пошкоджене (невірне стиснення LZW)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Файл не схожий на GIF" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "Формат файлу GIF версії %s не підтримується" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -549,112 +535,114 @@ msgstr "" "Зображення формату GIF не має глобальної мапи кольорів, і кадр в ньому не " "має локальної мапи кольорів." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "Зображення формату GIF обрізане чи незавершене." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "Формат зображень GIF" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Неправильний заголовок у файлі значка" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Недостатньо пам'яті для завантаження значка" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Ширина значка дорівнює нулю" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Висота значка дорівнює нулю" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Стиснуті значки не підтримуються" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Непідтримуваний тип значка" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Недостатньо пам'яті для завантаження файлу у форматі ICO" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Зображення надто велике для збереження у форматі ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Активна область визначена за межами зображення" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Глибина кольору %d для формату ICO не підтримується" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "Формат зображень ICO" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "При читанні зображення ICNS виникла помилка: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Не вдається файл декодувати файл ICNS" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "Формат зображень ICNS" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Не вдається виділити пам'ять для потоку" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Не вдається декодувати зображення" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Перетворене зображення формату JPEG2000 має нульову ширину чи висоту." -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Тип зображення не підтримується у цій версії" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Не вдається виділити пам'ять для кольорового профілю" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Не достатньо пам'яті для відкривання файлу JPEG 2000" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Не вдається виділити пам'ять для буфера даних зображення" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Формат зображень JPEG 2000" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Помилка інтерпретації файлу зображення JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -662,21 +650,21 @@ msgstr "" "Недостатньо пам'яті для завантаження зображення, спробуйте закрити деякі " "програми, щоб звільнити пам'ять" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Простір кольорів (%s) формату JPEG не підтримується" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Не вдається виділити пам'ять для завантаження файлу JPEG" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Перетворене зображення формату JPEG має нульову ширину чи висоту." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -685,7 +673,7 @@ msgstr "" "Якість формату JPEG має бути в діапазоні від 0 до 100; значення \"%s\" не " "вдається опрацювати." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." @@ -693,89 +681,89 @@ msgstr "" "Якість формату JPEG має бути в діапазоні від 0 до 100; значення \"%d\" " "неприпустиме." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Формат зображень JPEG" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Не вдається виділити пам'ять для заголовка" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Не вдається виділити пам'ять для буфера контексту" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Зображення має неправильну висоту та/чи ширину" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Зображення має непідтримувану кількість біт на точку" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Зображення має непідтримувану кількість %d-бітових площин" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Не вдається створити новий об'єкт Pixbuf" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Не вдається виділити пам'ять для даних рядка" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Не вдається виділити пам'ять для даних палітри" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Отримані не всі рядки зображення PCX" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Не знайдено палітри в кінці файлі формату PCX" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "Формат зображень PCX" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "" "Неправильне значення кількості бітів на канал для зображення формату PNM." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Перетворене зображення формату PNG має нульову ширину чи висоту." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "" "Значення кількості бітів на канал у зображенні формату PNM не дорівнює 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Перетворене зображення формату PNG не має тип RGB чи RGBA." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "Перетворене зображення формату PNG має непідтримувану кількість каналів, їх " "має бути 3 чи 4." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Критична помилка у файлі зображення PNG: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Недостатньо пам'яті для завантаження файлу PNG" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -784,29 +772,29 @@ msgstr "" "Недостатньо пам'яті для збереження %ld з %ld зображень; спробуйте закрити " "деякі програми, щоб зменшити кількість використаної пам'яті" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Критична помилка зчитування файлу зображення PNG" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Критична помилка зчитування файлу зображення PNG: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "Ключі для блоків тексту в зображенні формату PNG мають містити не менше 1 та " "не більше 79 символів." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "" "Ключі для блоків тексту в зображенні формату PNG мають бути символами з " "набору ASCII." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -815,7 +803,7 @@ msgstr "" "Стиснення формату PNG має бути в діапазоні від 0 до 9; значення \"%s\" не " "вдається опрацювати." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -824,376 +812,380 @@ msgstr "" "Стиснення формату PNG має бути в діапазоні від 0 до 9; значення \"%d\" " "неприпустиме." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "Значення для блоку тексту \"%s\" в зображенні формату PNG не може бути " "перетворено в кодування ISO-8859-1." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "Формат зображень PNG" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "" "Завантажувач зображень формату PNM очікував знайти ціле число, але не " "знайшов його" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "Файл PNM має некоректний перший байт" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "Файл формату PNM має незрозумілий підформат PNM" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "Файл PNM містить зображення нульової ширини" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "Файл PNM містить зображення нульової висоти" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Максимальне значення кольору у файлі формату PNM дорівнює 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Максимальне значення кольору у файлі формату PNM надто велике" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Неправильний тип зображення формату Raw PNM" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "Завантажувач зображень формату PNM не підтримує цей підформат PNM" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "Формат Raw PNM вимагає точно один пропуск перед даними зразка" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Не вдається виділити пам'ять для завантаження файлу PNM" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Недостатньо пам'яті для завантаження структури вмісту PNM" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Несподіване завершення даних зображення PNM" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Недостатньо пам'яті для завантаження файлу PNM" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "Родина форматів зображень PNM/PBM/PGM/PPM" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "Заголовок зображення формату RAS містить неправильні дані" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "RAS-зображення має невідомий тип" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "непідтримуваний тип зображення формату RAS" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Недостатньо пам'яті для завантаження RAS-зображення" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Формат растрових зображень компанії Sun" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Не вдається виділити пам'ять для структури IOBuffer" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Не вдається виділити пам'ять для даних IOBuffer" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Не вдається перерозподілити дані структури IOBuffer" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Не вдається виділити пам'ять для тимчасових даних структури IOBuffer" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Не вдається виділити новий об'єкт Pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Не вдається виділити пам'ять для структури мапи кольорів" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Не вдається виділити пам'ять для елементів мапи кольорів" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Несподівана бітова глибина для елементів мапи кольорів" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Не вдається виділити пам'ять для заголовка формату TGA" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "Неправильний розмір зображення у форматі TGA" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "Тип зображення TGA не підтримується" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Не вдається виділити пам'ять для структури контексту формату TGA" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Надлишкові дані у файлі" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Формат зображень Targa" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Не вдається отримати ширину (неправильний файл TIFF)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Не вдається отримати висоту (неправильний файл TIFF)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "Ширина чи висота зображення TIFF дорівнює нулю" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Зображення формату TIFF надто велике" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Не достатньо пам'яті для відкривання файлу TIFF" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Не вдається завантажити дані RGB з файлу формату TIFF" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Не вдається відкрити зображення TIFF" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "Помилка операції TIFFClose" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Не вдається завантажити зображення TIFF" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Не вдається зберегти зображення TIFF" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Не вдається записати дані TIFF" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Не вдається записати у файл TIFF" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "Формат зображень TIFF" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Зображення має нульову ширину" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Зображення має нульову висоту" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Недостатньо пам'яті для завантаження зображення" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Не вдається зберегти залишок" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "Формат зображень WBMP" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Неправильний файл XBM" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Недостатньо пам'яті для завантаження файлу зображення XBM" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "Не вдається записати тимчасовий файл при завантаженні зображення XBM" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "Формат зображень XBM" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Не знайдено заголовок XPM" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Неправильний заголовок XBM" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "Ширина зображення XPM <= 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "Висота зображення XPM <= 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM має неправильну кількість байтів на точку" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "XPM має неправильну кількість кольорів" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Не вдається виділити пам'ять для завантаження зображення XPM" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Не вдається зчитати мапу кольорів XPM" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "" "Не вдається записати тимчасовий файл під час завантаження зображення XPM" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "Формат зображень XPM" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "Формат зображень EMF" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Не вдається виділити пам'ять: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Не вдається створити потік: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Не вдається змінити позицію у потоці: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Не вдається прочитати з потоку: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Не вдається завантажити растрове зображення" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Не вдається завантажити метафайл" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Цей формат зображень не підтримується для GDI+" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Не вдається зберегти" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "Формат зображень WMF" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Не об'єднувати запити GDI" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Не використовувати Wintab API для підтримки планшету" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Те саме що --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Не використовувати Wintab API [типово]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Розмір палітри у 8-бітному режимі" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "COLORS" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Вимкнути синхронні виклики X" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Запускається %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Відкривається '%s'" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" @@ -1201,46 +1193,46 @@ msgstr[0] "Відкривається %d елемент" msgstr[1] "Відкривається %d елементи" msgstr[2] "Відкривається %d елементів" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Ліцензія" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Програма ліцензії" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Подяки" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Ліцензія" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Про %s" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Подяки" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Автор" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Автор документації" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Переклад" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Графіка" @@ -1249,90 +1241,88 @@ msgstr "Графіка" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" -msgstr "" +msgstr "Shift" #. This is the text that should appear next to menu accelerators #. * that use the control key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" -msgstr "" +msgstr "Ctrl" #. This is the text that should appear next to menu accelerators #. * that use the alt key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" -msgstr "" +msgstr "Alt" #. This is the text that should appear next to menu accelerators #. * that use the super key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 -#, fuzzy +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" -msgstr "Папір" +msgstr "Super" #. This is the text that should appear next to menu accelerators #. * that use the hyper key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 -#, fuzzy +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" -msgstr "Папір" +msgstr "Hyper" #. This is the text that should appear next to menu accelerators #. * that use the meta key. If the text on this key isn't typically #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" -msgstr "" +msgstr "Meta" -#: gtk/gtkaccellabel.c:715 -#, fuzzy +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" -msgstr "_Замінити" +msgstr "Пробіл" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" -msgstr "" +msgstr "Backslash" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "Неправильний тип функції: `%s'" +msgstr "Неправильний тип функції у рядку %d: '%s'" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" msgstr "" +"Дублікат ідентифікатора об'єкту id '%s' у рядку %d (попередній у рядку %d)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Неправильний кореневий елемент: '%s'" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Необроблюваний тег: '%s'" @@ -1346,7 +1336,7 @@ msgstr "Необроблюваний тег: '%s'" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1354,7 +1344,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1363,10 +1353,10 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" -msgstr "" +msgstr "2000" #. Translators: this defines whether the day numbers should use #. * localized digits or the ones used in English (0123...). @@ -1378,11 +1368,11 @@ msgstr "" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" -msgstr "" +msgstr "%d" #. Translators: this defines whether the week numbers should use #. * localized digits or the ones used in English (0123...). @@ -1394,11 +1384,11 @@ msgstr "" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" -msgstr "" +msgstr "%d" #. Translators: This dictates how the year is displayed in #. * gtkcalendar widget. See strftime() manual for the format. @@ -1410,43 +1400,42 @@ msgstr "" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" -msgstr "" +msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 -#, fuzzy +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" -msgstr "Вимкнений" +msgstr "Вимкнено" #. This label is displayed in a treeview cell displaying #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Нова комбінація клавіш..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" -msgstr "" +msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Вибір кольору" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Отримано неправильні дані кольору\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1454,7 +1443,7 @@ msgstr "" "Виберіть бажаний колір на зовнішньому колі. Виберіть темніший чи світліший " "відтінок, використовуючи внутрішній трикутник." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1462,67 +1451,67 @@ msgstr "" "Клацніть на піпетці, а потім по кольору в будь-якому місці екрана, щоб " "вибрати цей колір." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "Відт_інок:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Позиція у колірному крузі." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "Нас_иченість:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "\"Глибина\" кольору." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Яскравість:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Яскравість кольору." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Червоний:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Кількість червоного в кольорі." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Зелений:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Кількість зеленого в кольорі." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Синій:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Кількість синього в кольорі." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "Не_прозорість:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Прозорість вибраного кольору." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "Н_азва кольору:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1530,15 +1519,15 @@ msgstr "" "Ви можете ввести в цьому рядку або шістнадцяткове значення кольору (в стилі " "HTML), або назву кольору англійською. Наприклад, \"orange\"." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Палітра:" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Колірне коло" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1548,7 +1537,7 @@ msgstr "" "перетягти цей колір у палітру чи зробити цей колір поточним, перетягнувши " "його у розміщений збоку зразок." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1556,11 +1545,11 @@ msgstr "" "Вибраний вами колір. Можете перетягнути його в палітру, щоб зберегти для " "подальшого використання." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "З_берегти колір тут" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1569,56 +1558,55 @@ msgstr "" "змінити цей елемент, перетягніть сюди зразок кольору, клацніть правою " "клавішею і виберіть \"Зберегти колір тут\"" -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Вибір кольору" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "М_етоди вводу" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "Вс_тавити керівний символ Юнікоду" -#: gtk/gtkentry.c:9797 -#, fuzzy +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" -msgstr "Копіювати _адресу" +msgstr "Увімкнено ввід у верхньому регістрі" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Виберіть файл" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Робочий стіл" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Немає)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Інший..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Не вдається отримати інформацію про файл" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Не вдається додати закладку" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Не вдається видалити закладку" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Не вдається створити теку" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1626,11 +1614,11 @@ msgstr "" "Не вдається створити теку, вже існує файл з тією самою назвою. Спробуйте " "вказати іншу назву теки, чи перейменувати існуючий файл." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Неправильна назва файлу" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Не вдається відобразити вміст теки" @@ -1638,173 +1626,173 @@ msgstr "Не вдається відобразити вміст теки" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s на %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Пошук" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Недавні документи" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Виберіть типи файлів, що відображаються" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Додати теку '%s' до закладок" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Додати поточну теку до закладок" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Додати виділені теки до закладок" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Видалити закладку '%s'" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Видалити" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Перейменувати..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Місця" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Місця" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Додати" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Додати вибрану теку до закладок" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "В_идалити" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Видалити виділену закладку" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Не вдається виділити файл" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Додати до закладок" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Показати при_ховані файли" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" -msgstr "" +msgstr "Показувати _розмір" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Файли" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Назва" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Розмір" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Змінено" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Назва:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "О_глянути інші теки" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Введіть назву файлу" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Створити _теку" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Адреса:" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Зберегти у _теці:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Створити у _теці:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Не вдається перейти у вказану теку, тому що вона не локальна" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Ярлик %s вже існує" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "Ярлика %s не існує" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Файл з назвою \"%s\" вже існує. Бажаєте замінити його?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "Файл вже існує у \"%s\". Перезапис призведе до втрати вмісту." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Замінити" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Не вдається почати пошук" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1812,54 +1800,54 @@ msgstr "" "Не вдається з'єднатися з службою індексованого пошуку. Перевірте, що службу " "запущено." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Не вдається надіслати запит на пошук" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "П_ошук:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Не вдається підключити %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Введіть назву нової теки" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Невідомо" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Вчора о %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Неправильний шлях" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Немає відповідності" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Єдиний тип стиснення" @@ -1867,13 +1855,13 @@ msgstr "Єдиний тип стиснення" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Доповнено, але не є унікальним" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Доповнення..." @@ -1881,50 +1869,49 @@ msgstr "Доповнення..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" -msgstr "" +msgstr "Підтримуються лише локальні файли" #. Another option is to complete the hostname based on the remote volumes that are mounted #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" -msgstr "" +msgstr "Незавершена назва вузла, наберіть «/»" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 -#, fuzzy +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" -msgstr "Ярлика %s не існує" +msgstr "Шлях не існує" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Помилка створення теки \"%s\": %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Теки" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Теки" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Файли" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Не вдається зчитати каталог: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1935,91 +1922,91 @@ msgstr "" "недоступним цій програмі.\n" "Бажаєте вибрати саме його?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Створити теку" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "В_идалити файл" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "Перей_менувати файл" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Назва теки \"%s\" містить символи, які не можна використовувати у назвах тек" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Створити теку" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "Назва _теки:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "_Створити" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Назва файлу \"%s\" містить символи, які не можна використовувати у назвах " "файлів" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Помилка видалення файлу \"%s\": %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Дійсно видалити файл \"%s\"?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Видалення файлу" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Помилка перейменування файлу в \"%s\": %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Помилка перейменування файлу \"%s\": %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Помилка перейменування файлу \"%s\" у \"%s\": %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Перейменування файлу" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Перейменувати файл \"%s\" на:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "Перей_менувати" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Вибір: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2028,15 +2015,15 @@ msgstr "" "Назву файлу \"%s\" не вдається перетворити в UTF-8 (спробуйте встановити " "змінну середовища G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Неправильний UTF-8" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Назва надто довга" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Не вдається перетворити назву файлу" @@ -2045,75 +2032,75 @@ msgstr "Не вдається перетворити назву файлу" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Файлова система" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Не вдається отримати кореневу теку" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Пусто)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Виберіть шрифт" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Шрифт" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "абвгґд АБВГҐД abcde ABCDE" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Гарнітура:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Стиль:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Розмір:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Перегляд:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Вибір шрифту" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Гама" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "_Гама-значення" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Помилка завантаження значка: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2126,140 +2113,139 @@ msgstr "" "Завантажити тему можна з:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "Значок \"%s\" відсутній у темі" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Не вдається завантажити значок" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Просте" -#: gtk/gtkimmulticontext.c:541 -#, fuzzy +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" -msgstr "Файлова система" +msgstr "Системий" -#: gtk/gtkimmulticontext.c:625 -#, fuzzy, c-format +#: ../gtk/gtkimmulticontext.c:625 +#, c-format msgctxt "input method menu" msgid "System (%s)" -msgstr "%s (%s)" +msgstr "Системний (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Ввід" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Розширені пристрої вводу відсутні" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Пристрій:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Вимкнений" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Екран" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Вікно" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Режим:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Вісі" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Клавіші" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Натиск:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "Н_ахил X" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "На_хил Y:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Колесо" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "немає" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(вимкнено)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(невідомо)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "О_чистити" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Копіювати URL" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Неправильний URI" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Завантажити додаткові модулі GTK+" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULES" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Зробити усі попередження фатальними" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Встановити вказані ознаки налагодження GTK+" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Скинути вказані налагоджувальні ознаки GTK+" @@ -2268,65 +2254,66 @@ msgstr "Скинути вказані налагоджувальні ознак #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Неможливо відкрити дисплей: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Параметри GTK+" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Показати параметри GTK+" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "З_єднатися" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "З'єднатися _анонімно" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "З'єднатися _як:" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Ім'я користувача:" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Домен:" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Пароль:" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Забути пароль негайно" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Запам'ятати пароль _до виходу з сеансу" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Запам'ятати _назавжди" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Сторінка %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Некоректний файл налаштовування друку" @@ -2336,11 +2323,11 @@ msgstr "Некоректний файл налаштовування друку" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2348,15 +2335,15 @@ msgstr "" "Будь-який принтер\n" "Для переносимих документів" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "дюйми" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2371,88 +2358,88 @@ msgstr "" " верхнє: %s %s\n" " нижнє: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Керування власними розмірами..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Формат для:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "Розмір _паперу:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Розташування:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Параметри сторінки" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Поля з принтера..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Власний розмір %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Керування власними розмірами" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Ширина:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Висота:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Розмір паперу" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Верхнє:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Нижнє:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Ліве:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Праве:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Поля сторінки" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Вгору по дереву" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Вниз по дереву" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Корінь файлової системи" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Недоступно" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "З_берегти у теці:" @@ -2460,186 +2447,176 @@ msgstr "З_берегти у теці:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s завдання №%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" -msgstr "" +msgstr "Початковий стан" -#: gtk/gtkprintoperation.c:1518 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" -msgstr "Підготовка %d" +msgstr "Підготовка до друку" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" -msgstr "" +msgstr "Створення даних" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" -msgstr "" +msgstr "Надсилання даних" -#: gtk/gtkprintoperation.c:1521 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" -msgstr "Попередження" +msgstr "Очікування" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" -msgstr "" +msgstr "Зупинено через помилку" -#: gtk/gtkprintoperation.c:1523 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" -msgstr "Друк %d" +msgstr "Друк" -#: gtk/gtkprintoperation.c:1524 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" -msgstr "Завершення" +msgstr "Завершено" -#: gtk/gtkprintoperation.c:1525 -#, fuzzy +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Завершено з помилкою" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Підготовка %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "Підготовка" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Друк %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "Помилка при створенні попереднього перегляду" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "Найбільш ймовірна причина: не вдається створити тимчасовий файл." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Помилка попереднього перегляду" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Помилка друку" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Програма" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Принтер вимкнено" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Немає паперу" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Призупинено" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Потрібне втручання користувача" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Власний розмір" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Принтери не знайдено" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Неправильний аргумент для CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Помилка від StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Недостатньо вільної пам'яті" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Неправильний аргумент для PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Неправильний вказівник для PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Неправильний дескриптор для PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Невизначена помилка" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Принтер" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Розташування" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Стан" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Діапазон" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Усі сторінки" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Пото_чну сторінку" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "С_торінки:" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2647,125 +2624,124 @@ msgstr "" "Вкажіть один або більше діапазонів,\n" " наприклад 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "С_торінки:" +msgstr "Сторінки" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Копії" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Ко_пій:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Впорядкувати" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Обернено" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Загальні" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Порядок сторінок" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Зліва направо" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Справа наліво" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Розташування" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "З _двох сторін:" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Сторінок на с_торону:" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "_Порядок сторінок:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Друкувати _лише:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Усі сторінки" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Парні сторінки" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Непарні сторінки" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Масштаб:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Папір" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "_Тип паперу:" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Д_жерело паперу:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_Лоток виводу:" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Відомості про завдання" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "_Пріоритет:" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Розташування:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Друкувати документ" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Зараз" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_у:" @@ -2773,123 +2749,125 @@ msgstr "_у:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" msgstr "" +"Вкажіть час друку,\n" +"наприклад, 15:30, 14:15:20, 7:20" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "Час друку" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "О_чікування" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" -msgstr "" +msgstr "Затримати завдання до додаткової команди" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Додати титульну сторінку" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_До:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Після:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Завдання" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Додатково" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Якість зображення" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Колір" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Завершення" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Деякі параметри у діалоговому вікні конфліктують" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Друк" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Не вдається знайти файл, що включається: \"%s\"" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Файл із зображенням не знайдено в pixmap_path: \"%s\"" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Ця функція не реалізована для віджета класу '%s'" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Виберіть типи документів, що відображаються" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Для URI не знайдено '%s'" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Фільтр без назви" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Не вдається видалити елемент" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Не вдається очистити елемент" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Копіювати _адресу" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "В_идалити зі списку" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "О_чистити список" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "_Показати особисті ресурси" @@ -2903,21 +2881,21 @@ msgstr "_Показати особисті ресурси" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Елементи не знайдені" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Ресурс, що нещодавно використовувався не знайдено URI `%s'" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Відкрити '%s'" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Невідомий елемент" @@ -2926,50 +2904,46 @@ msgstr "Невідомий елемент" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" -msgstr "" +msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 -#, fuzzy, c-format +#: ../gtk/gtkrecentchoosermenu.c:821 +#, c-format msgctxt "recent menu label" msgid "%d. %s" -msgstr "%s (%s)" +msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Не вдається знайти елемент з URI '%s'" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 -#, fuzzy +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Інформація" -#: gtk/gtkstock.c:289 -#, fuzzy +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Попередження" -#: gtk/gtkstock.c:290 -#, fuzzy +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Помилка" -#: gtk/gtkstock.c:291 -#, fuzzy +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Запитання" @@ -2977,782 +2951,695 @@ msgstr "Запитання" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 -#, fuzzy +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_Про програму" -#: gtk/gtkstock.c:297 -#, fuzzy +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Додати" -#: gtk/gtkstock.c:298 -#, fuzzy +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "Заст_осувати" -#: gtk/gtkstock.c:299 -#, fuzzy +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "Напів_жирний" -#: gtk/gtkstock.c:300 -#, fuzzy +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Скасувати" -#: gtk/gtkstock.c:301 -#, fuzzy +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "Ком_пакт-диск" -#: gtk/gtkstock.c:302 -#, fuzzy +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "О_чистити" -#: gtk/gtkstock.c:303 -#, fuzzy +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Закрити" -#: gtk/gtkstock.c:304 -#, fuzzy +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "П_ідключити" -#: gtk/gtkstock.c:305 -#, fuzzy +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "Пере_творити" -#: gtk/gtkstock.c:306 -#, fuzzy +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Копіювати" -#: gtk/gtkstock.c:307 -#, fuzzy +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "_Вирізати" -#: gtk/gtkstock.c:308 -#, fuzzy +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "В_идалити" -#: gtk/gtkstock.c:309 -#, fuzzy +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "Відки_нути" -#: gtk/gtkstock.c:310 -#, fuzzy +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Відключити" -#: gtk/gtkstock.c:311 -#, fuzzy +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "Вико_нати" -#: gtk/gtkstock.c:312 -#, fuzzy +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Правка" -#: gtk/gtkstock.c:313 -#, fuzzy +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "З_найти" -#: gtk/gtkstock.c:314 -#, fuzzy +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Знайти й за_мінити" -#: gtk/gtkstock.c:315 -#, fuzzy +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Дискета" -#: gtk/gtkstock.c:316 -#, fuzzy +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "На весь _екран" -#: gtk/gtkstock.c:317 -#, fuzzy +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Лишити на весь екран" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 -#, fuzzy +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" -msgstr "_Нижнє:" +msgstr "До_низу" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 -#, fuzzy +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" -msgstr "_Файли" +msgstr "На _початок" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 -#, fuzzy +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" -msgstr "Вст_авити" +msgstr "У _кінець" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 -#, fuzzy +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" -msgstr "_Верхнє:" +msgstr "В_гору" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" -msgstr "" +msgstr "На_зад" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 -#, fuzzy +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" -msgstr "_Зараз" +msgstr "В_низ" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 -#, fuzzy +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "В_перед" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" -msgstr "" +msgstr "В_гору" -#: gtk/gtkstock.c:334 -#, fuzzy +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Жорсткий диск" -#: gtk/gtkstock.c:335 -#, fuzzy +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Довідка" -#: gtk/gtkstock.c:336 -#, fuzzy +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Домашня тека" -#: gtk/gtkstock.c:337 -#, fuzzy +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Збільшити відступ" -#: gtk/gtkstock.c:338 -#, fuzzy +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Зменшити відступ" -#: gtk/gtkstock.c:339 -#, fuzzy +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Індекс" -#: gtk/gtkstock.c:340 -#, fuzzy +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Інформація" -#: gtk/gtkstock.c:341 -#, fuzzy +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Курсив" -#: gtk/gtkstock.c:342 -#, fuzzy +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "Пере_йти до" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 -#, fuzzy +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" -msgstr "Пере_творити" +msgstr "У _центрі" #. This is about text justification -#: gtk/gtkstock.c:346 -#, fuzzy +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" -msgstr "_Файли" +msgstr "У _ширину" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 -#, fuzzy +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" -msgstr "_Ліве:" +msgstr "_Ліворуч" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 -#, fuzzy +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" -msgstr "_Праве:" +msgstr "_Праворуч" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 -#, fuzzy +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "В_перед" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 -#, fuzzy +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" -msgstr "_Створити" +msgstr "_Наступна" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 -#, fuzzy +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" -msgstr "Призупинено" +msgstr "_Призупинити" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 -#, fuzzy +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" -msgstr "_Місця" +msgstr "_Відтворити" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 -#, fuzzy +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" -msgstr "_Попередній" +msgstr "_Попередня" #. Media label -#: gtk/gtkstock.c:363 -#, fuzzy +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Запис" #. Media label -#: gtk/gtkstock.c:365 -#, fuzzy +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Назад" #. Media label -#: gtk/gtkstock.c:367 -#, fuzzy +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "З_упинити" -#: gtk/gtkstock.c:368 -#, fuzzy +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Мережа" -#: gtk/gtkstock.c:369 -#, fuzzy +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Створити" -#: gtk/gtkstock.c:370 -#, fuzzy +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "Н_і" -#: gtk/gtkstock.c:371 -#, fuzzy +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_Гаразд" -#: gtk/gtkstock.c:372 -#, fuzzy +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Відкрити" #. Page orientation -#: gtk/gtkstock.c:374 -#, fuzzy +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Альбомна" #. Page orientation -#: gtk/gtkstock.c:376 -#, fuzzy +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Книжкова" #. Page orientation -#: gtk/gtkstock.c:378 -#, fuzzy +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Обернена альбомна" #. Page orientation -#: gtk/gtkstock.c:380 -#, fuzzy +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Обернена книжкова" -#: gtk/gtkstock.c:381 -#, fuzzy +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Пара_метри сторінки" -#: gtk/gtkstock.c:382 -#, fuzzy +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "Вст_авити" -#: gtk/gtkstock.c:383 -#, fuzzy +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "П_араметри" -#: gtk/gtkstock.c:384 -#, fuzzy +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "Д_рук" -#: gtk/gtkstock.c:385 -#, fuzzy +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "_Попередній перегляд" -#: gtk/gtkstock.c:386 -#, fuzzy +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "В_ластивості" -#: gtk/gtkstock.c:387 -#, fuzzy +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "Ви_йти" -#: gtk/gtkstock.c:388 -#, fuzzy +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "Пов_торити" -#: gtk/gtkstock.c:389 -#, fuzzy +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Оновити" -#: gtk/gtkstock.c:390 -#, fuzzy +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "В_идалити" -#: gtk/gtkstock.c:391 -#, fuzzy +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "Від_новити" -#: gtk/gtkstock.c:392 -#, fuzzy +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "З_берегти" -#: gtk/gtkstock.c:393 -#, fuzzy +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Зберегти _як" -#: gtk/gtkstock.c:394 -#, fuzzy +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Виді_лити все" -#: gtk/gtkstock.c:395 -#, fuzzy +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Колір" -#: gtk/gtkstock.c:396 -#, fuzzy +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Шрифт" #. Sorting direction -#: gtk/gtkstock.c:398 -#, fuzzy +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "За _зростанням" #. Sorting direction -#: gtk/gtkstock.c:400 -#, fuzzy +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "За _спаданням" -#: gtk/gtkstock.c:401 -#, fuzzy +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "Перевірка _орфографії" -#: gtk/gtkstock.c:402 -#, fuzzy +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "З_упинити" #. Font variant -#: gtk/gtkstock.c:404 -#, fuzzy +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "Зак_реслений" -#: gtk/gtkstock.c:405 -#, fuzzy +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Скасувати видалення" #. Font variant -#: gtk/gtkstock.c:407 -#, fuzzy +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "П_ідкреслений" -#: gtk/gtkstock.c:408 -#, fuzzy +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "В_ернути" -#: gtk/gtkstock.c:409 -#, fuzzy +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Так" #. Zoom -#: gtk/gtkstock.c:411 -#, fuzzy +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "З_вичайний розмір" #. Zoom -#: gtk/gtkstock.c:413 -#, fuzzy +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Найкраще за_повнення" -#: gtk/gtkstock.c:414 -#, fuzzy +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "З_більшити" -#: gtk/gtkstock.c:415 -#, fuzzy +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "З_меншити" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Невідома помилка при спробі десеріалізації %s" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Не знайдено функцію десеріалізації для формату %s" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "У елементі <%s> присутні як \"id\", так і \"name\"" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "Атрибут \"%s\" знайдено двічі у елементі <%s>" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "Елемент <%s> має неправильний ідентифікатор \"%s\"" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "<%s> не має ані елементу \"name\", ані елементу \"id\"" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "Атрибут \"%s\" зустрічається вічі у тому самому елементі <%s>" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "Атрибут \"%s\" є неправильним у елементі <%s> у цьому контексті" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Тег \"%s\" не було визначено." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Знайдено анонімний тег, не можуть бути створені теги." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "Тег \"%s\" не існує у буфері, тег не може бути створений" -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Елемент <%s> не є допустимим перед <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" не ж допустимим типом атрибуту" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" не є допустимою назвою атрибуту" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "" "\"%s\" не вдається перетворити на значення типу \"%s\" для атрибуту \"%s\"" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" не є допустимим значенням атрибуту \"%s\"" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Тег \"%s\" вже визначений" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Тег \"%s\" маж помилковий пріоритет \"%s\"" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "" "Найбільш віддаленим елементом у тексті має бути , а не <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Елемент <%s> вже був визначений" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Елемент не може зустрічатись перед елементом " -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Серіалізовані дані неправильно сформовані" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Серіалізовані дані неправильно сформовані. Першим розділом не є " "GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM Позначка з_ліва направо" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM Позначка с_права наліво" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE Вс_тавка зліва направо" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "LRE Вст_авка справа наліво" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO Пе_рекривання зліва направо" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO Пере_кривання справа наліво" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF П_опередній напрям" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS _Нульовий пропуск" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ Нульовий _з'єднувач" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ Нульовий _роз'єднувач" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Не вдається віднайти механізм роботи з темами у module_path: \"%s\"," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Немає підказки ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Несподіваний початковий тег \"%s\" (рядок %d, символ %d)" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Несподівані символьні дані (рядок %d, символ %d)" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Пусто" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Гучність:" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Збільшує чи зменшує гучність" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Регулює гучність" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Тихіше" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Зменшує гучність" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Гучніше" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Збільшує гучність" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Приглушити" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Повна гучність" @@ -3761,983 +3648,927 @@ msgstr "Повна гучність" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" -msgstr "" +msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 -#, fuzzy +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" -msgstr "Назва" +msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" -msgstr "" +msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" -msgstr "" +msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" -msgstr "" +msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" -msgstr "" +msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" -msgstr "" +msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" -msgstr "" +msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" -msgstr "" +msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" -msgstr "" +msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" -msgstr "" +msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" -msgstr "" +msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" -msgstr "" +msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" -msgstr "" +msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" -msgstr "" +msgstr "A3 Extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" -msgstr "" +msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" -msgstr "" +msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" -msgstr "" +msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" -msgstr "" +msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" -msgstr "" +msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" -msgstr "" +msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" -msgstr "" +msgstr "A4 Extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" -msgstr "" +msgstr "A4 Tab" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" -msgstr "" +msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" -msgstr "" +msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" -msgstr "" +msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" -msgstr "" +msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" -msgstr "" +msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" -msgstr "" +msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" -msgstr "" +msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" -msgstr "" +msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" -msgstr "" +msgstr "A5 Extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" -msgstr "" +msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" -msgstr "" +msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" -msgstr "" +msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" -msgstr "" +msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" -msgstr "" +msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" -msgstr "" +msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" -msgstr "" +msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" -msgstr "" +msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" -msgstr "" +msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" -msgstr "" +msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" -msgstr "" +msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" -msgstr "" +msgstr "B5 Extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" -msgstr "" +msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" -msgstr "" +msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" -msgstr "" +msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" -msgstr "" +msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" -msgstr "" +msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" -msgstr "" +msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" -msgstr "" +msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" -msgstr "" +msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" -msgstr "" +msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" -msgstr "" +msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" -msgstr "" +msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" -msgstr "" +msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" -msgstr "" +msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" -msgstr "" +msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" -msgstr "" +msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" -msgstr "" +msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" -msgstr "" +msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" -msgstr "" +msgstr "C9" -#: gtk/paper_names_offsets.c:65 -#, fuzzy +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Конверт DL" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" -msgstr "" +msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" -msgstr "" +msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" -msgstr "" +msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" -msgstr "" +msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" -msgstr "" +msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" -msgstr "" +msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" -msgstr "" +msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" -msgstr "" +msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" -msgstr "" +msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" -msgstr "" +msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" -msgstr "" +msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" -msgstr "" +msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" -msgstr "" +msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" -msgstr "" +msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" -msgstr "" +msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" -msgstr "" +msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" -msgstr "" +msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" -msgstr "" +msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 -#, fuzzy +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Конверт Choukei 2" -#: gtk/paper_names_offsets.c:85 -#, fuzzy +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Конверт Choukei 3" -#: gtk/paper_names_offsets.c:86 -#, fuzzy +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Конверт Choukei 4" -#: gtk/paper_names_offsets.c:87 -#, fuzzy +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (поштова картка)" -#: gtk/paper_names_offsets.c:88 -#, fuzzy +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Конверт kahu" -#: gtk/paper_names_offsets.c:89 -#, fuzzy +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Конверт kahu2" -#: gtk/paper_names_offsets.c:90 -#, fuzzy +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" -msgstr "oufuku (відповідна поштова кртка)" +msgstr "oufuku (відповідна поштова картка)" -#: gtk/paper_names_offsets.c:91 -#, fuzzy +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Конверт you4" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" -msgstr "" +msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" -msgstr "" +msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" -msgstr "" +msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" -msgstr "" +msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" -msgstr "" +msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" -msgstr "" +msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" -msgstr "" +msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" -msgstr "" +msgstr "5x7" -#: gtk/paper_names_offsets.c:101 -#, fuzzy +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Конверт 6x9" -#: gtk/paper_names_offsets.c:102 -#, fuzzy +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Конверт 7x9" -#: gtk/paper_names_offsets.c:103 -#, fuzzy +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Конверт 9x11" -#: gtk/paper_names_offsets.c:104 -#, fuzzy +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Конверт a2" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" -msgstr "" +msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" -msgstr "" +msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" -msgstr "" +msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" -msgstr "" +msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" -msgstr "" +msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" -msgstr "" +msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" -msgstr "" +msgstr "c" -#: gtk/paper_names_offsets.c:112 -#, fuzzy +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Конверт c5" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" -msgstr "" +msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" -msgstr "" +msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" -msgstr "" +msgstr "edp" -#: gtk/paper_names_offsets.c:116 -#, fuzzy +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" -msgstr "Европейський edp" +msgstr "Європейський edp" -#: gtk/paper_names_offsets.c:117 -#, fuzzy +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" -msgstr "Вико_нати" +msgstr "Executive" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" -msgstr "" +msgstr "f" -#: gtk/paper_names_offsets.c:119 -#, fuzzy +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "Європейська FanFold" -#: gtk/paper_names_offsets.c:120 -#, fuzzy +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: gtk/paper_names_offsets.c:121 -#, fuzzy +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold German Legal" -#: gtk/paper_names_offsets.c:122 -#, fuzzy +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government Legal" -#: gtk/paper_names_offsets.c:123 -#, fuzzy +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government Letter" -#: gtk/paper_names_offsets.c:124 -#, fuzzy +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" -msgstr "_Індекс" +msgstr "Index 3x5" -#: gtk/paper_names_offsets.c:125 -#, fuzzy +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (поштова картка)" -#: gtk/paper_names_offsets.c:126 -#, fuzzy +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: gtk/paper_names_offsets.c:127 -#, fuzzy +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" -msgstr "_Індекс" +msgstr "Index 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" -msgstr "" +msgstr "Invoice" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" -msgstr "" +msgstr "Tabloid" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" -msgstr "" +msgstr "US Legal" -#: gtk/paper_names_offsets.c:131 -#, fuzzy +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: gtk/paper_names_offsets.c:132 -#, fuzzy +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: gtk/paper_names_offsets.c:133 -#, fuzzy +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: gtk/paper_names_offsets.c:134 -#, fuzzy +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: gtk/paper_names_offsets.c:135 -#, fuzzy +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Конверт Monarch" -#: gtk/paper_names_offsets.c:136 -#, fuzzy +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" -msgstr "Конверт #10" +msgstr "Конверт №10" -#: gtk/paper_names_offsets.c:137 -#, fuzzy +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" -msgstr "Конверт #11" +msgstr "Конверт №11" -#: gtk/paper_names_offsets.c:138 -#, fuzzy +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" -msgstr "Конверт #12" +msgstr "Конверт №12" -#: gtk/paper_names_offsets.c:139 -#, fuzzy +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" -msgstr "Конверт #14" +msgstr "Конверт №14" -#: gtk/paper_names_offsets.c:140 -#, fuzzy +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" -msgstr "Конверт #9" +msgstr "Конверт №9" -#: gtk/paper_names_offsets.c:141 -#, fuzzy +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" -msgstr "Конверт Personal" +msgstr "Персональний конверт" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" -msgstr "" +msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 -#, fuzzy +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" -msgstr "Папір" +msgstr "Super A" -#: gtk/paper_names_offsets.c:144 -#, fuzzy +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" -msgstr "Папір" +msgstr "Super B" -#: gtk/paper_names_offsets.c:145 -#, fuzzy +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Широкий формат" -#: gtk/paper_names_offsets.c:146 -#, fuzzy +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 -#, fuzzy +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" -msgstr "Колір" +msgstr "Folio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" -msgstr "" +msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 -#, fuzzy +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Конверт Invite" -#: gtk/paper_names_offsets.c:150 -#, fuzzy +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Італійський конверт" -#: gtk/paper_names_offsets.c:151 -#, fuzzy +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" -msgstr "" +msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 -#, fuzzy +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Конверт Postfix" -#: gtk/paper_names_offsets.c:154 -#, fuzzy +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Маленьке фото" -#: gtk/paper_names_offsets.c:155 -#, fuzzy +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Конверт prc1" -#: gtk/paper_names_offsets.c:156 -#, fuzzy +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Конверт prc10" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" -msgstr "" +msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 -#, fuzzy +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Конверт prc2" -#: gtk/paper_names_offsets.c:159 -#, fuzzy +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Конверт prc3" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" -msgstr "" +msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 -#, fuzzy +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Конверт prc4" -#: gtk/paper_names_offsets.c:162 -#, fuzzy +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" -msgstr "Конверт c5" +msgstr "Конверт prc5" -#: gtk/paper_names_offsets.c:163 -#, fuzzy +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Конверт prc6" -#: gtk/paper_names_offsets.c:164 -#, fuzzy +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Конверт prc7" -#: gtk/paper_names_offsets.c:165 -#, fuzzy +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Конверт prc8" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" -msgstr "" +msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" -msgstr "" +msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" -msgstr "знайдено різні idatas для символічних посилань '%s' та '%s'\n" +msgstr "знайдено різні ідентифікатори для символічних посилань '%s' та '%s'\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Не вдається записати заголовок\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Не вдається записати хеш-таблицю\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Не вдається записати індекс каталогу\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Не вдається перезаписати заголовок\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Не вдається відкрити файл %s : %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Не вдається записати файл кешу: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Створений кеш містить помилки.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Не вдається перейменувати %s на %s: %s, з подальшим видаленням %s.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "не вдається перейменувати %s у %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Не вдається перейменувати %s назад на %s: %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Файл Cache успішно створено.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Перезаписати існуючий кеш, навіть якщо він оновлений" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Не перевіряти існування файлу index.theme" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Не включати зображення в кеш" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Видавати файл заголовків на мові C" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Вимкнути розширений вивід" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Перевірити поточний кеш значків" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Не вдається знайти файл: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Некоректний кеш: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Немає файлу з індексом теми." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4748,273 +4579,271 @@ msgstr "" "theme-index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Амхарське (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Цеділла" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Кирилиця (транслітерація)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Інуктітут (Транслітерація)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Мультипрес" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Таї-Лао" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Тигринья (Еритрея, EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Тигринья (Ефіопія, EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "В'єтнамська (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "Метод XInput" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "У принтері «%s» закінчується тонер." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "У принтері «%s» закінчився тонер." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "У принтері «%s» закінчується проявник." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "У принтері «%s» закінчується проявник." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "У принтері «%s» закінчується один з тонерів." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "У принтері «%s» закінчився один з тонерів." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "У принтері «%s» відкрито кришку." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "У принтері «%s» відкрито дверці." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "У принтері «%s» закінчується папір." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "У принтері «%s» закінчився папір." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Принтер «%s» наразі вимкнено." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Можливо, принтер «%s» не під'єднаний." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Проблема з принтером «%s»." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Призупинено ; скасування завдань" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Скасування завдань" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "З двох сторін" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Тип паперу" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Джерело паперу" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Лоток виводу" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" -msgstr "Запитання" +msgstr "Роздільна здатність" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" -msgstr "" +msgstr "Фільтрація GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "З однієї сторони" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" -msgstr "" +msgstr "За довгою стороною" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" -msgstr "" +msgstr "За короткою стороною" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Автовибір" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Типовий принтер" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" -msgstr "" +msgstr "Вбудовувати лише шрифти GhostScript" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" -msgstr "" +msgstr "Перетворювати на формат PS рівень 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" -msgstr "" +msgstr "Перетворити на формат PS рівень 2" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 -#, fuzzy +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" -msgstr "Принтери не знайдено" +msgstr "Не фільтрувати перед друком" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" -msgstr "" +msgstr "Додатково" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Терміново" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Високий" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Середній" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Низький" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Зліва направо, згори вниз" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Зліва направо, знизу вгору" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Справа наліво, згори вниз" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Справа наліво, знизу вгору" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Згори вниз, зліва направо" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Згори вниз, справа наліво" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Знизу вгору, зліва направо" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Знизу вгору, справа наліво" @@ -5022,66 +4851,66 @@ msgstr "Знизу вгору, справа наліво" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Сторінок на аркуш" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Пріоритет завдання" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Інформація про облік" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Немає" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Класифіковано" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Конфіденційно" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Секретно" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Стандарт" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Цілковито секретно" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Не класифіковано" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Перед" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Після" @@ -5089,14 +4918,14 @@ msgstr "Після" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Друкувати" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Друкувати о" @@ -5104,69 +4933,119 @@ msgstr "Друкувати о" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Інший %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "вивід.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Друкувати у файл" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Сторінок на _аркуш:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Файл" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "Формат _виводу" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Друкувати на LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Сторінок на аркуш" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Командний рядок" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "тест-друку.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Друкувати на текстовий принтер" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Не вдається отримати інформацію про файл '%s': %s" +#~ msgid "Could not show link" +#~ msgstr "Не вдається показати посилання" + +#~ msgctxt "Accelerator" +#~ msgid "Invalid" +#~ msgstr "Неправильний" + +#~ msgid "Authentication" +#~ msgstr "Автентифікація" + +#~ msgid "Username:" +#~ msgstr "Ім'я користувача:" + +#~ msgid "Password:" +#~ msgstr "Пароль:" + +#~ msgid "Authentication is required to get a file from %s" +#~ msgstr "Для отримання файлу з %s потрібно пройти автентифікацію" + +#~ msgid "Authentication is required to print document '%s' on printer %s" +#~ msgstr "" +#~ "Для друку документу '%s' на принтері %s потрібно пройти автентифікацію" + +#~ msgid "Authentication is required to print a document on %s" +#~ msgstr "Для друку документу '%s' на принтері потрібно пройти автентифікацію" + +#~ msgid "Authentication is required to get attributes of job '%s'" +#~ msgstr "" +#~ "Для отримання атрибутів завдання '%s' потрібно пройти автентифікацію" + +#~ msgid "Authentication is required to get attributes of a job" +#~ msgstr "Для отримання атрибутів завдання потрібно пройти автентифікацію" + +#~ msgid "Authentication is required to get attributes of printer %s" +#~ msgstr "" +#~ "Для отримання атрибутів принтера '%s' потрібно пройти автентифікацію" + +#~ msgid "Authentication is required to get attributes of a printer" +#~ msgstr "Для отримання атрибутів принтера потрібно пройти автентифікацію" + +#~ msgid "Authentication is required to get default printer of %s" +#~ msgstr "" +#~ "Для отримання типового принтера вузла '%s' потрібно пройти автентифікацію" + +#~ msgid "Authentication is required to get printers from %s" +#~ msgstr "Для отримання принтерів вузла '%s' потрібно пройти автентифікацію" + +#~ msgid "Authentication is required on %s" +#~ msgstr "Потрібно пройти автентифікацію на %s" + #~ msgid "directfb arg" #~ msgstr "directfb arg" From 2266d161488c66ec66839d6922635246cdc64bc3 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 27 Apr 2009 12:26:40 +0200 Subject: [PATCH 105/190] Updated Hungarian translation --- po/hu.po | 2124 +++++++++++++++++++++++++++--------------------------- 1 file changed, 1060 insertions(+), 1064 deletions(-) diff --git a/po/hu.po b/po/hu.po index 964838ec5a..084f55ceeb 100644 --- a/po/hu.po +++ b/po/hu.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: gtk+.HEAD.hu\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-02-23 16:49+0100\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+&component=general\n" +"POT-Creation-Date: 2009-04-26 22:02+0000\n" +"PO-Revision-Date: 2009-04-27 12:25+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" "MIME-Version: 1.0\n" @@ -21,58 +21,58 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: KBabel 1.11.4\n" -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Hiba a --gdk-debug kapcsoló feldolgozásakor" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Hiba a --gdk-no-debug kapcsoló feldolgozásakor" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "A program osztálya, ahogy az ablakkezelő használja" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "OSZTÁLY" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "A programnév, ahogy az ablakkezelő használja" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "NÉV" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "Használandó X-megjelenítő" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "MEGJELENÍTŐ" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "Használandó X-képernyő" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "KÉPERNYŐ" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Beállítandó Gdk debug jelzőbitek" @@ -80,221 +80,220 @@ msgstr "Beállítandó Gdk debug jelzőbitek" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "JELZŐK" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Kikapcsolandó Gdk debug jelzőbitek" -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "BackSpace" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tab" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Enter" -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Scroll_Lock" -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Escape" -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_billentyű" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Balra" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Fel" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Jobbra" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Le" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page_Up" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page_Down" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Print" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insert" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Szóköz" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Tab" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Enter" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP_Home" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP_Balra" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP_Fel" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP_Jobbra" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP_Le" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_Page_Up" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP_Prior" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP_Next" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "KP_End" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP_Begin" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP_Insert" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP_Delete" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Delete" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Nem sikerült megnyitni a(z) „%s” fájlt: %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "A(z) „%s” képfájl nem tartalmaz adatokat" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format -msgid "" -"Failed to load image '%s': reason not known, probably a corrupt image file" +msgid "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "" "Nem sikerült betölteni a(z) „%s” képet: ok ismeretlen, valószínűleg sérült a " "képfájl" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -303,12 +302,12 @@ msgstr "" "Nem sikerült betölteni a(z) „%s” animációt: ok ismeretlen, valószínűleg " "sérült az animációfájl" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Nem lehet betölteni a képbetöltő modult: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -317,55 +316,55 @@ msgstr "" "A(z) %s képbetöltő-modul nem exportálja a megfelelő felületet, talán egy " "másik GTK verzióból van?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "A(z) „%s” képtípus nem támogatott" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Nem lehet azonosítani a(z) „%s” képfájl formátumát" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Azonosíthatatlan képfájl formátum" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Nem sikerült betölteni a(z) „%s” képet: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Hiba képfájlba íráskor: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "" "A gdk-pixbuf ezen változatába nincs befordítva a(z) %s képformátumba való " "mentés támogatása" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Nincs elég memória a kép visszahíváshoz mentéséhez" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Nem sikerült megnyitni az átmeneti fájlt" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Nem sikerült olvasni az átmeneti fájlból" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "„%s” megnyitása írásra sikertelen: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -374,15 +373,15 @@ msgstr "" "A(z) „%s” nem zárható le a kép írása közben, lehet, hogy nem sikerült minden " "adatot elmenteni: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Nincs elég memória a kép pufferbe mentéséhez" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Hiba képfolyamba íráskor" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -391,142 +390,147 @@ msgstr "" "Belső hiba: A(z) %s képbetöltő modul nem tudott befejezni egy műveletet, de " "nem adta meg a hiba okát" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "A(z) %s típusú képek növekményes betöltése nem támogatott" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Hibás képfejléc" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Ismeretlen képformátum" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "A kép képpontadata sérült" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "nem sikerült %u bájt méretű képpuffert lefoglalni" msgstr[1] "nem sikerült %u bájt méretű képpuffert lefoglalni" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Váratlan ikondarab az animációban" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Nem támogatott animációtípus" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Érvénytelen fejléc az animációban" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Nincs elég memória az animáció betöltéséhez" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Hibás részlet az animációban" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "ANI képformátum" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "A BMP-kép fejlécadata hibás" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Nincs elég memória a kép betöltéséhez" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "A BMP-kép fejlécmérete nem támogatott" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "A fentről-lefelé BMP képek nem tömöríthetőek" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "A fájl végét túl korán értem el" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Nem lehet memóriát foglalni a BMP fájl mentéséhez" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Nem sikerült írni a BMP fájlba" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "BMP képformátum" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Hiba a GIF olvasásánál: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "A GIF fájl egyes adatai hiányoznak (lehet, hogy csonkolódott a fájl?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Belső hiba a GIF betöltőben (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Veremtúlcsordulás" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "A GIF-képbetöltő nem tudja értelmezni ezt a képet." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Hibás kód érkezett" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Körkörös táblázat bejegyzés a GIF fájlban" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Nincs elég memória a GIF-fájl betöltéséhez" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Nincs elég memória a keretnek a GIF-fájlban való kiegészítéséhez" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "A GIF-kép hibás (helytelen LZW-tömörítés)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "A fájl nem tűnik GIF formátumúnak" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "A %s verziójú GIF formátum nincs támogatva" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -534,112 +538,114 @@ msgstr "" "A GIF képnek nincs globális színtérképe, és a benne lévő keretnek sincs " "lokális színtérképe." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "A GIF-kép csonkolódott vagy nem teljes." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "GIF képformátum" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Érvénytelen fejléc az ikonban" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Nincs elég memória az ikon betöltéséhez" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Az ikon szélessége nulla" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Az ikon magassága nulla" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Tömörített ikonok nincsenek támogatva" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Nem támogatott ikontípus" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Nincs elég memória az ICO-fájl betöltéséhez" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "A kép túl nagy ICO formátumba mentéshez" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "A kurzor aktív pontja a képen kívül helyezkedik el" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Nem támogatott mélység ICO-fájlnál: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "ICO képformátum" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Hiba az ICNS képfájl olvasásakor: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Nem sikerült visszafejteni az ICNS fájlt" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "ICNS képformátum" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Nem sikerült memóriát kiosztani az adatfolyamhoz" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Nem sikerült visszafejteni a képet" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Az átalakított JPEG2000 szélessége vagy magassága nulla" -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "A képtípus nem támogatott" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Nem lehet memóriát foglalni a színprofilhoz" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Nincs elég memória a JPEG 2000 fájl megnyitásához" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Nem lehet memóriát foglalni a képadatok számára" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 képformátum" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Hiba a JPEG képfájl értelmezésekor (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -647,21 +653,21 @@ msgstr "" "Nincs elég memória a kép betöltéséhez, memória felszabadításához próbáljon " "meg kilépni néhány alkalmazásból" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Nem támogatott JPEG-színtér (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Nem lehet memóriát kiosztani a JPEG fájl betöltéséhez" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Az átalakított JPEG szélessége vagy magassága nulla." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -670,95 +676,94 @@ msgstr "" "A JPEG-minőség értékének 0 és 100 között kell lennie, a(z) „%s” értéket nem " "lehet feldolgozni." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format -msgid "" -"JPEG quality must be a value between 0 and 100; value '%d' is not allowed." +msgid "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" "A JPEG-minőség értékének 0 és 100 között kell lennie, a(z) „%d” érték nem " "megengedett." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG képformátum" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Nem lehet memóriát kiosztani a fejléchez" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Nem lehet memóriát foglalni a kontextus-puffer számára" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "A kép szélessége és/vagy magassága érvénytelen" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "A kép képpontonkénti bitjeinek száma nem támogatott" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Nem támogatott számú %d bites színsík van a képben" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Nem lehet létrehozni új képpuffert" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Nem lehet memóriát foglalni a vonaladatok számára" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Nem lehet memóriát foglalni a palettaadatok számára" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Nem található a PCX-kép minden sora" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Nem található paletta a PCX-adat végén" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "PCX képformátum" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "A PNG-kép csatornánkénti bitjeinek száma érvénytelen." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Az átalakított PNG szélessége vagy magassága nulla." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Az átalakított PNG csatornánkénti bitjeinek száma nem 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Az átalakított PNG nem RGB vagy RGBA módú." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "Az átalakított PNG csatornánkénti bitjeinek száma nem támogatott, 3-nak vagy " "4-nek kell lennie." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Végzetes hiba a PNG képfájlban: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Nincs elég memória a PNG fájl betöltéséhez" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -767,27 +772,26 @@ msgstr "" "Nincs elég memória egy %ld x %ld méretű kép betöltéséhez, próbáljon meg " "kilépni néhány alkalmazásból a memóriahasználat csökkentéséhez" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Végzetes hiba a PNG képfájl olvasásakor" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Végzetes hiba a PNG képfájl olvasásakor: %s" -#: gdk-pixbuf/io-png.c:825 -msgid "" -"Keys for PNG text chunks must have at least 1 and at most 79 characters." +#: ../gdk-pixbuf/io-png.c:825 +msgid "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "A PNG szöveges darabok kulcsainak legalább 1 és legfeljebb 79 karakterből " "kell állniuk." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "A PNG szöveges darabok kulcsainak ASCII karaktereknek kell lenniük." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -796,7 +800,7 @@ msgstr "" "A PNG-tömörítés értékének 0 és 9 között kell lennie, a(z) „%s” értéket nem " "lehet feldolgozni." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -805,419 +809,423 @@ msgstr "" "A PNG-tömörítés értékének 0 és 9 között kell lennie, a(z) „%d” érték nem " "engedélyezett." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "%s PNG szöveges darab értéke nem konvertálható ISO-8859-1 kódolásúra." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "PNG képformátum" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "A PNM-betöltő egy egészet várt, de nem talált" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "A PNM-fájl kezdő bájtja helytelen" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "A PNM-fájl nincs felismert PNM-alformátumban" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "A PNM-fájl képszélessége 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "A PNM-fájl képmagassága 0" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "A PNM-fájlban a maximális színérték 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "A PNM-fájlban a maximális színérték túl nagy" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "A nyers PNM-képtípus érvénytelen" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "A PNM-képbetöltő nem támogatja ezt a PNM-alformátumot" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "A nyers PNM-formátumok pontosan egy üreshely-karaktert igényelnek a " "mintaadatok előtt" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Nem lehet memóriát kiosztani a PNM-kép betöltéséhez" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Nincs elég memória a PNM kontextus struktúrának" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "A PNM-képadatnak váratlanul vége" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Nincs elég memória a PNM fájl betöltéséhez" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "A PNM/PBM/PGM/PPM képformátum család" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "A RAS-kép fejlécadata hibás" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "A RAS-kép típusa ismeretlen" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "nem támogatott RAS-képváltozat" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Nincs elég memória a RAS-kép betöltéséhez" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Sun raster képformátum" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Nem lehet memóriát kiosztani az IOBuffer-struktúrához" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Nem lehet memóriát kiosztani az IOBuffer-adathoz" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Nem lehet újra kiosztani az IOBuffer-adatot" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Nem lehet kiosztani az átmeneti IOBuffer-adatot" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Nem lehet lefoglalni új képpuffert" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Nem lehet kiosztani színtérkép struktúrát" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Nem lehet kiosztani színtérkép bejegyzéseket" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Váratlan bitmélység a színtérkép-bejegyzésekhez" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Nem lehet kiosztani TGA-fejlécmemóriát" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "A TGA-kép mérete érvénytelen" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "A TGA képformátum nem támogatott" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Nem lehet memóriát lefoglalni a TGA kontextus struktúrának" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Többletadat a fájlban" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Targa képformátum" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Nem lehet megszerezni a kép szélességét (hibás TIFF fájl)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Nem lehet megszerezni a kép magasságát (hibás TIFF fájl)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "A TIFF-kép szélessége vagy magassága nulla" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "A TGA-kép mérete túl nagy" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Nincs elég memória a TIFF fájl megnyitásához" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "RGB-adat betöltése a TIFF-fájlból sikertelen" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Nem sikerült megnyitni a TIFF képet" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "A TIFFClose művelet sikertelen" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Nem sikerült betölteni a TIFF képet" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Nem sikerült menteni a TIFF képet" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Nem sikerült kiírni a TIFF adatokat" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Nem sikerült írni a TIFF fájlba" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "TIFF képformátum" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "A kép szélessége nulla" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "A kép magassága nulla" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Nincs elég memória a kép betöltéséhez" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Nem lehet menteni a többit" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "WBMP képformátum" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Érvénytelen XBM-fájl" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Nincs elég memória az XBM képfájl betöltéséhez" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "Átmeneti fájlba írás az XBM-kép betöltésekor sikertelen" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "XBM képformátum" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Nem található az XPM-fejléc" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Érvénytelen XPM-fejléc" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "Az XPM-fájl képszélessége <= 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "Az XPM-fájl képmagassága <= 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "Az XPM-fájl képpontonkénti karaktereinek száma érvénytelen" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "Az XPM-fájl színeinek száma érvénytelen" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Nem lehet memóriát kiosztani az XPM-kép betöltéséhez" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Nem lehet olvasni az XPM-színtérképet" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "Átmeneti fájlba írás az XPM-kép betöltésekor sikertelen" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "XPM képformátum" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "EMF képformátum" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Nem lehet memóriát foglalni: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Nem hozható létre adatfolyam: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Nem lehet pozicionálni az adatfolyamban: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Nem lehet olvasni az adatfolyamból: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Nem lehet betölteni a bitképet" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Nem lehet betölteni a metafájlt" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Nem támogatott képformátum a GDI+-hoz" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Nem lehet menteni" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "WMF képformátum" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Ne kötegelje a GDI kéréseket" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Ne használja a Wintab API-t a tablet támogatáshoz" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Ugyanaz mint --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Ne használja a Wintab API-t [alapértelmezett]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "A paletta mérete 8 bites módban" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "COLORS" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Legyenek szinkron X-hívások" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "%s indítása" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "%s megnyitása" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "%d elem megnyitása" msgstr[1] "%d elem megnyitása" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "Licenc" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "A program licence" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Köszönet" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Licenc" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s névjegye" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Köszönet" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Írta" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentáció" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Fordította" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Grafika" @@ -1226,7 +1234,7 @@ msgstr "Grafika" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1236,7 +1244,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1246,7 +1254,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1256,7 +1264,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1266,7 +1274,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1276,37 +1284,39 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Szóköz" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Fordított törtvonal" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "Érvénytelen típusfüggvény: „%s”" +msgstr "Érvénytelen típusfüggvény a(z) %d. sorban: „%s”" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" msgstr "" +"Többször szereplő objektumazonosító („%s”) a(z) %d. sorban (korábban a(z) %" +"d. sorban)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Érvénytelen gyökérelem: „%s”" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Kezeletlen címke: „%s”" @@ -1320,7 +1330,7 @@ msgstr "Kezeletlen címke: „%s”" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:YM" @@ -1328,7 +1338,7 @@ msgstr "calendar:YM" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1337,7 +1347,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1352,7 +1362,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1368,7 +1378,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1385,7 +1395,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1393,7 +1403,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Tiltva" @@ -1402,25 +1412,25 @@ msgstr "Tiltva" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Új gyorsbillentyű…" -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Szín kiválasztása" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Érvénytelen színadat érkezett\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1428,7 +1438,7 @@ msgstr "" "Válassza ki a kívánt színt a külső gyűrűről. Válassza ki ezen szín a " "sötétségét vagy világosságát a belső háromszög használatával." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1436,67 +1446,67 @@ msgstr "" "Kattintson a pipettára, majd a képernyő bármely pontjára az ott lévő szín " "kiválasztásához." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "Á_rnyalat:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "A színkerék pozíciója." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "Telített_ség:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "A szín telítettsége." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "É_rték:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "A szín fényessége." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Vörös:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "A vörös fény mennyisége a színben." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Zöld:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "A zöld fény mennyisége a színben." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Kék:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "A kék fény mennyisége a színben." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "Á_tlátszatlanság:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "A szín átlátszósága." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "Szín _neve:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1504,15 +1514,15 @@ msgstr "" "Beírhat ide egy HTML-stílusú hexadecimális színértéket, vagy egyszerűen egy " "színnevet, például „orange”." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Paletta:" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Színkerék" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1522,7 +1532,7 @@ msgstr "" "Áthúzhatja ezt a színt egy palettabejegyzéshez, vagy kiválaszthatja mint " "jelenlegit a mellette lévő mezőbe húzással." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1530,11 +1540,11 @@ msgstr "" "Az ön által kiválasztott szín. Ezt a színt egy palettabejegyzésbe áthúzva " "elmentheti későbbi felhasználásra." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Szín mentése ide" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1544,55 +1554,55 @@ msgstr "" "színmezőből vagy a jobb gombos menüben kattintson a „Szín mentése ide” " "pontra." -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Szín kiválasztása" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Beviteli mó_dok" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Unicode vezérlőkarakter beszúrása" -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "A Caps Lock be van kapcsolva" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Válasszon ki egy fájlt" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Asztal" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Nincs)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Egyéb…" -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Nem érhető el információ a fájlról" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Nem adható hozzá könyvjelző" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Nem lehet eltávolítani a könyvjelzőt" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "A mappa nem hozható létre" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1600,11 +1610,11 @@ msgstr "" "A mappát nem lehet létrehozni, mivel már létezik egy fájl ugyanezen a néven. " "Próbáljon más nevet adni a mappának vagy nevezze át a fájlt." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Érvénytelen fájlnév" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "A mappa tartalma nem jeleníthető meg" @@ -1612,175 +1622,174 @@ msgstr "A mappa tartalma nem jeleníthető meg" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s ezen: %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Keresés" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Nemrég használt" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Válassza ki, hogy milyen típusú fájlok jelenjenek meg" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "A(z) „%s” mappa hozzáadása a könyvjelzőkhöz" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "A jelenlegi mappa hozzáadása a könyvjelzőkhöz" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "A kijelölt mappák hozzáadása a könyvjelzőkhöz" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "A(z) „%s” könyvjelző eltávolítása" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Eltávolítás" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Átnevezés…" #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Helyek" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Helyek" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "Hozzá_adás" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "A kijelölt mappa hozzáadása a könyvjelzőkhöz" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Eltávolítás" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "A kijelölt könyvjelző eltávolítása" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Nem sikerült kijelölni a fájlt" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "Hozzá_adás a könyvjelzőkhöz" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "_Rejtett fájlok megjelenítése" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "_Méret oszlop megjelenítése" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Fájlok" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Név" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Méret" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Módosítva" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Név:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "Egyéb mappák _böngészése" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Írjon be egy fájlnevet" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "M_appa létrehozása" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "Hel_y:" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Mentés _mappába:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Létrehozás _mappában:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Nem lehet megváltoztatni a mappát, mert az nem helyi" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Már létezik %s gyorsbillentyű" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "%s gyorsbillentyű nem létezik" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "A(z) „%s” nevű fájl már létezik. Le akarja cserélni?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format -msgid "" -"The file already exists in \"%s\". Replacing it will overwrite its contents." +msgid "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "" "A fájl már létezik a(z) „%s” helyen. Lecserélésével a tartalma felül lesz " "írva." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Csere" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Nem lehet elindítani a keresési folyamatot" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1788,54 +1797,54 @@ msgstr "" "A program nem volt képes kapcsolatot létrehozni az indexelő démonhoz. " "Győződjön meg róla, hogy az fut." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Nem lehet elküldeni a keresési kérést" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Keresés:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "%s nem csatolható" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Adja meg az új mappa nevét" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Ismeretlen" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%k.%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Tegnap %k.%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Érvénytelen útvonal" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Nincs találat" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Egyszerű kiegészítés" @@ -1843,13 +1852,13 @@ msgstr "Egyszerű kiegészítés" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Teljes, de nem egyedi" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Kiegészítés…" @@ -1857,7 +1866,7 @@ msgstr "Kiegészítés…" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Csak helyi fájlnevek választhatók ki" @@ -1865,41 +1874,41 @@ msgstr "Csak helyi fájlnevek választhatók ki" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Befejezetlen gépnév, zárja le / jellel" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Az útvonal nem létezik" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Hiba a(z) „%s” mappa létrehozásakor: %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Mappák" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Mappák" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Fájlok" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Olvashatatlan könyvtár: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1910,90 +1919,87 @@ msgstr "" "ezen program számára.\n" "Valóban ki akarja választani?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "Új _mappa" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "Fájl _törlése" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "Fájl át_nevezése" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format -msgid "" -"The folder name \"%s\" contains symbols that are not allowed in filenames" -msgstr "" -"A(z) „%s” mappanév fájlnevekben meg nem engedett szimbólumokat tartalmaz" +msgid "The folder name \"%s\" contains symbols that are not allowed in filenames" +msgstr "A(z) „%s” mappanév fájlnevekben meg nem engedett szimbólumokat tartalmaz" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Új mappa" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "_Mappa neve:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "Lét_rehozás" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" -msgstr "" -"A(z) „%s” fájlnév fájlnevekben meg nem engedett szimbólumokat tartalmaz" +msgstr "A(z) „%s” fájlnév fájlnevekben meg nem engedett szimbólumokat tartalmaz" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Hiba a(z) „%s” fájl törlése közben: %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Biztos törli a(z) „%s” fájlt?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Fájl törlése" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Hiba a fájl átnevezése közben erre: „%s” : %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Hiba „%s” fájl átnevezése közben: %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Hiba „%s” fájl erre: „%s” való átnevezése közben: %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Fájl átnevezése" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "„%s” fájl átnevezése:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "Á_tnevezés" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Kijelölés: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -2002,15 +2008,15 @@ msgstr "" "A(z) „%s” fájlnevet nem lehet UTF-8-ra konvertálni. (próbálja meg beállítani " "a G_FILENAME_ENCODING környezeti változót): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Érvénytelen UTF-8" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Túl hosszú a név" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Nem lehet konvertálni a fájlnevet" @@ -2019,75 +2025,75 @@ msgstr "Nem lehet konvertálni a fájlnevet" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Fájlrendszer" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Nem kérhető le a gyökérmappa" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Üres)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Betűkészlet kiválasztása" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Betűkészlet" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "árvíztűrő tükörfúrógép ÁRVÍZTŰRŐ TÜKÖRFÚRÓGÉP" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Család:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Stílus:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Méret:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Előnézet:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Betűkészlet-választó" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "_Gamma érték" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Hiba az ikon betöltésekor: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2100,139 +2106,139 @@ msgstr "" "Beszerezhet egy másolatot a következő helyről:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "„%s” ikon nincs a témában" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Nem sikerült betölteni az ikont" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Egyszerű" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Rendszer" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Rendszer (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Bevitel" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Nincs kiterjesztett beviteli eszköz" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Eszköz:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Tiltva" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Képernyő" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Ablak" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Mód:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Tengelyek" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Billentyűk" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Nyomás:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "X _döntés:" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Y dö_ntés:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Görgő:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "nincs" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(tiltva)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(ismeretlen)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Törlés" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "URL másolása" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Érvénytelen URI" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "További GTK+ modulok betöltése" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULOK" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Minden figyelmeztetés végzetes legyen" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Beállítandó Gtk+ debug jelzőbitek" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Kikapcsolandó Gtk+ jelzőbitek" @@ -2241,65 +2247,66 @@ msgstr "Kikapcsolandó Gtk+ jelzőbitek" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Nem nyitható meg a megjelenítő: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "GTK+ beállításai" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "GTK+ beállítások megjelenítése" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Kap_csolódás" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Kapcsolódás _névtelenül" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Kapcsolódás _felhasználóként:" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Felhasználónév:" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Tartomány:" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "J_elszó:" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Jelszó a_zonnali elfelejtése" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Jelszó megjegyzése _kijelentkezésig" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Megjegyzés örökre" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "%u. oldal" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Nem érvényes oldalbeállítási fájl" @@ -2309,11 +2316,11 @@ msgstr "Nem érvényes oldalbeállítási fájl" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2321,15 +2328,15 @@ msgstr "" "Tetszőleges nyomtató\n" "Hordozható dokumentumokhoz" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "hüvelyk" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2344,88 +2351,88 @@ msgstr "" " Felső: %s %s\n" " Alsó: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Egyéni méretek kezelése…" -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Formátum ehhez:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Papírméret:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Tájolás:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Oldalbeállítás" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Margók a nyomtatótól…" -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Egyéni méret %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Egyéni méretek kezelése" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "_Szélesség:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Magasság:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Papírméret" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Fent:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Lent:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Bal:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "J_obb:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Papírmargók" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Vissza az útvonalon" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Előre az útvonalon" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Fájlrendszer gyökere" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Nem érhető el" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "Mentés _mappába:" @@ -2433,182 +2440,177 @@ msgstr "Mentés _mappába:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s %d. feladata" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Kezdeti állapot" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Nyomtatás előkészítése" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Adatok előállítása" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Adatok küldése" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Várakozás" # fixme: jó ez így? -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Blokkolás probléma miatt" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Nyomtatás" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Befejeződött" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Hibával fejeződött be" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "%d előkészítése" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "Előkészítés" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "%d nyomtatása" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "Hiba a nyomtatási előnézet létrehozásakor" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "A legvalószínűbb ok, hogy egy ideiglenes fájl nem hozható létre." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Hiba az előnézet indításakor" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Nyomtatási hiba" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Alkalmazás" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "A nyomtató nem érhető el" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Kifogyott a papír" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Szüneteltetve" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Felhasználói beavatkozás szükséges" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Egyéni méret" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Nem található nyomtató" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Érvénytelen paraméter a CreateDC-hez" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Hiba a StartDoc elemtől" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Nincs elég szabad memória" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Érvénytelen paraméter a PrintDlgEx-re" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Érvénytelen mutató a PrintDlgEx-re" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Érvénytelen kezelő a PrintDlgEx-re" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Meghatározatlan hiba" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Nyomtató" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Hely" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Állapot" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Tartomány" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "Min_den oldal" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "J_elenlegi oldal" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "_Oldalak:" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2616,125 +2618,124 @@ msgstr "" "Adjon meg oldaltartományokat,\n" "például 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "_Oldalak:" +msgstr "Oldalak" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Példányszám" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Pél_dányszám:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Szétválogatás" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "_Fordított" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Általános" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Oldalsorrend" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Balról jobbra" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Jobbról balra" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Elrendezés" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "_Kétoldalas:" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "_Lapok oldalanként:" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Ol_dalsorrend:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "_Nyomtatandó:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Minden oldal" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Páros oldalak" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Páratlan oldalak" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Méretezés:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papír" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Papír _típusa:" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "_Papírforrás:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Kimeneti tál_ca:" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Feladat részletei" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "_Prioritás:" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Fizetési információk:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Dokumentum nyomtatása" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Azonnal" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_Ekkor:" @@ -2742,7 +2743,7 @@ msgstr "_Ekkor:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2750,117 +2751,117 @@ msgstr "" "A nyomtatás idejének megadása\n" " például: 15.30, 2.35 du, 14.15.20, 11.46.30 de, 4 du" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "Nyomtatás ideje" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_Várakoztatás" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "A feladat felfüggesztése kifejezett elengedéséig" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Borítóoldal hozzáadása" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Elé:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Mögé:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Feladat" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Haladó" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Képminőség" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Szín" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Befejezés" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "A párbeszédablak egyes beállításai ütköznek" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Nyomtatás" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Include-fájl nem található: „%s”" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "A kép nem található a következő pixmap_path útvonalon: „%s”" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Ez a függvény nincs megvalósítva a(z) „%s” osztály felületi elemeihez" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Válassza ki a megjelenítendő dokumentumok típusát" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Nem található elem a következő URI címhez: „%s”" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Névtelen szűrő" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Nem távolítható el az elem" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Nem törölhető a lista" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Hely más_olása" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Törlés a listából" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Lista törlése" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Sze_mélyes erőforrások megjelenítése" @@ -2874,21 +2875,21 @@ msgstr "Sze_mélyes erőforrások megjelenítése" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Nem találhatók elemek" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Nem található nemrég használt erőforrás a következő URI címmel: „%s”" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "„%s” megnyitása" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Ismeretlen elem" @@ -2897,7 +2898,7 @@ msgstr "Ismeretlen elem" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2906,37 +2907,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Nem található a következő URI című elem: „%s”" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Információ" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Figyelmeztetés" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Hiba" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Kérdés" @@ -2944,696 +2945,691 @@ msgstr "Kérdés" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_Névjegy" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "Hozzá_adás" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Alkalmaz" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Félkövér" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "Mé_gse" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-Rom" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Törlés" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Bezárás" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "Kapcs_olódás" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Konvertálás" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Másolás" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "_Kivágás" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Törlés" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "El_dobás" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Bontás" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Végrehajtás" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "S_zerkesztés" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Keresés" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Keresés és _csere" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Floppy" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Teljes képernyő" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "T_eljes képernyő elhagyása" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Aljára" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Első" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Utolsó" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Tetejére" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Vissza" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Le" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Tovább" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Fel" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Merevlemez" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Súgó" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Kezdőlap" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Behúzás növelése" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Behúzás csökkentése" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Index" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Információ" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Dőlt" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Ugrás" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Középre" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "K_itöltés" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Balra" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Jobbra" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Előre" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Következő" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "_Szünet" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Lejátszás" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "_Előző" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Felvétel" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "_Vissza" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Leállítás" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Hálózat" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "Ú_j" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Nem" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_OK" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Megnyitás" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Fekvő" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Álló" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Fordított fekvő" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Fordított álló" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "_Oldalbeállítás" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Beillesztés" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "B_eállítások" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Nyomtatás" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Nyomtatási _kép" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Tulajdonságok" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Kilépés" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "Új_ra" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Frissítés" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Eltávolítás" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Visszaállítás" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "M_entés" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Men_tés másként" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "_Mindent kijelöl" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Szín" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Betűkészlet" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Növekvő" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Csökkenő" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_Helyesírás-ellenőrzés" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Leállítás" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "Át_húzás" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Visszaállítás" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Aláhúzás" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Visszavonás" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Igen" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Normál méret" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Legjobb _illeszkedés" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "_Nagyítás" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "_Kicsinyítés" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Ismeretlen hiba a(z) %s visszafejtésére tett kísérlet során" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Nem található visszafejtési függvény a(z) %s formátumhoz" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "A(z) <%s> elemben mind az „azonosító”, mind a „név” megtalálható" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "A(z) „%s” attribútum kétszer fordult elő a(z) <%s> elemen" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "A(z) <%s> elem a(z) „%s” érvénytelen azonosítóval rendelkezik" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "A(z) <%s> elem nem rendelkezik sem „név” sem „azonosító” attribútummal" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" -msgstr "" -"A(z) „%s” attribútum kétszer lett megismételve ugyanazon a(z) <%s> elemen" +msgstr "A(z) „%s” attribútum kétszer lett megismételve ugyanazon a(z) <%s> elemen" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" -msgstr "" -"A(z) „%s” attribútum <%s> elemen érvénytelen ebben a szövegkörnyezetben" +msgstr "A(z) „%s” attribútum <%s> elemen érvénytelen ebben a szövegkörnyezetben" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "A(z) „%s” címke nincs meghatározva." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Névtelen címke található és nem hozhatók létre címkék." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "A(z) „%s” címke nem létezik a pufferben és nem hozhatók létre címkék." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "A(z) <%s> elem nem engedélyezett <%s> alatt" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "A(z) „%s” nem érvényes attribútumtípus" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "A(z) „%s” nem érvényes attribútumnév" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format -msgid "" -"\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" +msgid "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "„%s” nem alakítható „%s” típusú értékké „%s” attribútumhoz" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "„%s” nem érvényes érték a(z) „%s” attribútumhoz" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "A(z) „%s” címke már meg van határozva" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "A(z) „%s” címke prioritása („%s”) érvénytelen" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" -msgstr "" -"A szöveg legkülső elemének <%s> helyett text_view_markup> elemnek kell lennie" +msgstr "A szöveg legkülső elemének <%s> helyett text_view_markup> elemnek kell lennie" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "már meg van határozva egy <%s> elem" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr " elem nem fordulhat elő elem előtt" -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "A sorba fejtett adatok rosszul formázottak" -#: gtk/gtktextbufferserialize.c:1857 -msgid "" -"Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" +#: ../gtk/gtktextbufferserialize.c:1857 +msgid "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "A sorba fejtett adatok rosszul formázottak. Az első szakasz nem " "GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM _Balról-jobbra jel" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM J_obbról-balra jel" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE Balról-jobbra beá_gyazás" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE Jobbról-balra b_eágyazás" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO Balról-jobbra _felülbírálás" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO Jobbról-balra f_elülbírálás" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF Irányformázás _visszakapása" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS N_ull szélességű szóköz" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ Null szélességű ö_sszekötő" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ Null szélességű _nem-összekötő" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Nem található a témamotor a következő modul útvonalon: „%s”," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "-- Nincs segédszöveg --" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Váratlan kezdőcímke: „%s” a(z) %d. sor %d. karakterénél" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Váratlan karakteradat a(z) %d. sor %d. karakterénél" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Üres" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Hangerő" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Csökkenti vagy növeli a hangerőt" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Módosítja a hangerőt" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Hangerő le" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Csökkenti a hangerőt" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Hangerő fel" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Növeli a hangerőt" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Némítva" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Teljes hangerő" @@ -3642,930 +3638,929 @@ msgstr "Teljes hangerő" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "DL boríték" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Choukei 2 boríték" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Choukei 3 boríték" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Choukei 4 boríték" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (levelezőlap)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "kahu boríték" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "kaku2 boríték" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (válasz levelezőlap)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "you4 boríték" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "6x9 boríték" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "7x9 boríték" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "9x11 boríték" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "a2 boríték" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "c5 boríték" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "Európai edp" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "Európai FanFold" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "US FanFold" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold German Legal" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government Legal" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government Letter" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Index 3x5" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (levelezőlap)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Index 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Invoice" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Monarch boríték" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "#10 boríték" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "#11 boríték" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "#12 boríték" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "#14 boríték" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "#9 boríték" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Személyes boríték" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Széles formátum" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Meghívó boríték" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Olasz boríték" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Postfix boríték" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Kis fénykép" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "prc1 boríték" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "prc10 boríték" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "prc2 boríték" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "prc3 boríték" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "prc4 boríték" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "prc5 boríték" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "prc6 boríték" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "prc7 boríték" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "prc8 boríték" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" -msgstr "" -"eltérő idata található a szimbolikusan linkelt „%s” és „%s” elemekhez\n" +msgstr "eltérő idata található a szimbolikusan linkelt „%s” és „%s” elemekhez\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "A fejléc írása meghiúsult\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "A hash tábla írása meghiúsult\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "A mappaindex írása meghiúsult\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "A fejléc újraírása meghiúsult\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "A fájl (%s) megnyitása meghiúsult: %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "A gyorsítótárfájl írása meghiúsult: „%s”\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Az előállított gyorsítótár érvénytelen volt.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "" "%s nem nevezhető át a következőre: %s: %s, ezért a(z) %s eltávolításra " "kerül.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "%s nem nevezhető át (erre: %s): %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "%s nem nevezhető át (erre: %s): %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "A gyorsítótárfájl sikeresen létrejött.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Meglévő gyorsítótár felülírása, még ha naprakész is" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Ne ellenőrizze az index.theme meglétét" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Ne vegye fel a képadatokat a gyorsítótárba" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "C fejlécfájl kiírása" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Bőbeszédű kimenet kikapcsolása" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Meglévő ikongyorsítótár ellenőrzése" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "A fájl nem található: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Nem egy érvényes ikongyorsítótár: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Nincs témaindexfájl." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4576,271 +4571,271 @@ msgstr "" "ignore-theme-index kapcsolót.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amhara (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cedilla" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Cirill (Transliterált)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (Transliterált)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Többbillentyűs" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thai-Lao" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Eritreai tigrigna (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Etióp tigrigna (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnami (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "X beviteli mód" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "A nyomtatóban („%s”) kevés a festék." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "A nyomtatóból („%s”) kifogyott a festék." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "A nyomtatóban („%s”) kevés az előhívó." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "A nyomtatóból („%s”) kifogyott az előhívó." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "A nyomtatóban („%s”) legalább egy szín festéke kevés." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "A nyomtatóból („%s”) legalább egy szín festéke kifogyott." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "A nyomtató („%s”) fedele nyitva van." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "A nyomtató („%s”) ajtaja nyitva van." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "A nyomtatóban („%s”) kevés a papír." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "A nyomtatóból („%s”) kifogyott a papír." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "A nyomtató („%s”) nem érhető el." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Lehet, hogy a nyomtató („%s”) nincs csatlakoztatva." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "A nyomtató („%s”) problémát észlelt." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Szüneteltetve; feladatok visszautasítása" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Feladatok visszautasítása" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Kétoldalas" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Papírtípus" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Papírforrás" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Kimeneti tálca" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Felbontás" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "GhostScript előszűrés" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Egyoldalas" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Hosszú él (szabványos)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Rövid él (fordított)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Automatikus kiválasztás" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Nyomtató alapértelmezése" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Csak GhostScript betűkészletek beágyazása" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Átalakítás 1. PS szintre" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Átalakítás 2. PS szintre" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Nincs előszűrés" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Egyebek" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Sürgős" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Magas" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Közepes" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Alacsony" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Balról jobbra, fentről le" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Balról jobbra, lentről fel" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Jobbról balra, fentről le" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Jobbról balra, lentről fel" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Fentről le, balról jobbra" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Fentről le, jobbról balra" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Lentről fel, balról jobbra" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Lentről fel, jobbról balra" @@ -4848,66 +4843,66 @@ msgstr "Lentről fel, jobbról balra" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Oldalak laponként" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Feladatprioritás" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Fizetési információk" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Nincs" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Nem nyilvános" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Bizalmas" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Titkos" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Szabványos" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Szigorúan titkos" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Nyilvános" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Előtte" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Mögötte" @@ -4915,14 +4910,14 @@ msgstr "Mögötte" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Nyomtatás itt:" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Nyomtatás adott időben" @@ -4930,65 +4925,66 @@ msgstr "Nyomtatás adott időben" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Egyéni %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "kimenet.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Nyomtatás fájlba" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "_Oldalak laponként:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Fájl" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "_Kimeneti formátum" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Nyomtatás LPR-re" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Oldalak laponként" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Parancssor" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "tesztkimenet.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Nyomtatás tesztnyomtatóra" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Nem lehet információt szerezni a(z) „%s” fájlról: %s" + From 70d0129f48fbc4dac8a134c8c206a4630a2c66e8 Mon Sep 17 00:00:00 2001 From: Shankar Prasad Date: Tue, 28 Apr 2009 13:52:01 +0530 Subject: [PATCH 106/190] Updated Kannada transltion --- po/kn.po | 2134 +++++++++++++++++++++++++++--------------------------- 1 file changed, 1063 insertions(+), 1071 deletions(-) diff --git a/po/kn.po b/po/kn.po index 72f13c433d..0381421149 100644 --- a/po/kn.po +++ b/po/kn.po @@ -1,4 +1,4 @@ -# translation of gtk+.HEAD.kn.po to Kannada +# translation of gtk+.gtk-2-16.kn.po to Kannada # translation of kn.po to # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. @@ -6,10 +6,10 @@ # Shankar Prasad , 2007, 2008, 2009. msgid "" msgstr "" -"Project-Id-Version: gtk+.HEAD.kn\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-03-03 10:48+0530\n" +"Project-Id-Version: gtk+.gtk-2-16.kn\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+&component=general\n" +"POT-Creation-Date: 2009-04-26 22:02+0000\n" +"PO-Revision-Date: 2009-04-28 13:48+0530\n" "Last-Translator: Shankar Prasad \n" "Language-Team: Kannada \n" "MIME-Version: 1.0\n" @@ -19,58 +19,58 @@ msgstr "" "\n" "X-Generator: KBabel 1.11.4\n" -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "--gdk-debug ಆಯ್ಕೆಯನ್ನು ಪಾರ್ಸ್ ಮಾಡುವಲ್ಲಿ ದೋಷ" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr " --gdk-no-debug ಆಯ್ಕೆಯನ್ನು ಪಾರ್ಸ್ ಮಾಡುವಲ್ಲಿ ದೋಷ" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "ವಿಂಡೋ ವ್ಯವಸ್ಥಾಪಕನಿಂದ ಬಳಸಲ್ಪಟ್ಟ ಪ್ರೊಗ್ರಾಂ ವರ್ಗ" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "CLASS" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "ವಿಂಡೋ ವ್ಯವಸ್ಥಾಪಕನಿಂದ ಬಳಸಲ್ಪಟ್ಟ ಪ್ರೊಗ್ರಾಂ ಹೆಸರು" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "NAME" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "ಬಳಸಲು X ಪ್ರದರ್ಶಕ" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "DISPLAY" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "ಬಳಸಲು X ತೆರೆ" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "SCREEN" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "ಸಂಯೋಜಿಸಲು Gdk ದೋಷ ನಿವಾರಿಸುವ್ಸ್ ಗುರುತು ಚೀಟಿಗಳು" @@ -78,221 +78,220 @@ msgstr "ಸಂಯೋಜಿಸಲು Gdk ದೋಷ ನಿವಾರಿಸುವ್ #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "FLAGS" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "ಸಂಯೋಜಿಸದೆ ಇರಲು Gdk ದೋಷ ನಿವಾರಕ ಗುರುತುಚೀಟಿಗಳು" -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "BackSpace" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tab" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "ರಿಟರ್ನ್" -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "ವಿರಮಿಸು" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Scroll_Lock" -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Escape" -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "ಬಹು ಕೀಲಿ(_k)" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "ನೆಲೆ" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "ಎಡ" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "ಮೇಲೆ" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "ಬಲ" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "ಕೆಳಗೆ" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page_Up" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page_Down" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "ಅಂತ್ಯಗೊಳಿಸು" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "ಆರಂಭಿಸು" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "ಮುದ್ರಿಸು" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "ಸೇರಿಸು" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Space" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Tab" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Enter" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP ನೆಲೆ(_H)" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP ಎಡ(_L)" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP ಮೇಲೆ(_U)" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP ಬಲ(_R)" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP ಕೆಳಕ್ಕೆ(_D)" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_Page_Up" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP ಮೊದಲಿನ(_P)" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP ಮುಂದಿನ(_N)" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "KP ಕೊನೆ(_E)" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP ಆರಂಭಿಸು(_B)" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP ಸೇರಿಸು(_I)" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP ಅಳಿಸು(_D)" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "ಅಳಿಸು" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' ಕಡತವನ್ನು ತೆರೆಯುವಲ್ಲಿ ವಿಫಲತೆ: %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "ಚಿತ್ರ ಕಡತ '%s' ದಲ್ಲಿ ಯಾವುದೇ ದತ್ತಾಂಶವಿಲ್ಲ" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format -msgid "" -"Failed to load image '%s': reason not known, probably a corrupt image file" +msgid "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "" "ಚಿತ್ರ '%s'ವನ್ನು ಲೋಡ್ ಮಾಡುವಲ್ಲಿ ವಿಫಲತೆ: ಕಾರಣ ತಿಳಿದಿಲ್ಲ, ಬಹುಷಃ ಒಂದು ಭ್ರಷ್ಟಗೊಂಡ ಚಿತ್ರ " "ಕಡತದಿಂದಾಗಿರಬಹುದು" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -301,12 +300,12 @@ msgstr "" "ಸಜೀವನ (animation) '%s'ಯನ್ನು ಲೋಡ್ ಮಾಡುವಲ್ಲಿ ವಿಫಲತೆ: ಕಾರಣ ತಿಳಿದಿಲ್ಲ, ಬಹುಷಃ ಒಂದು " "ಭ್ರಷ್ಟಗೊಂಡ ಸಜೀವನ (animation) ಕಡತದಿಂದಾಗಿರಬಹುದು" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "ಚಿತ್ರವನ್ನು ಲೋಡ್ ಮಾಡುವ ಘಟಕವನ್ನು ಲೋಡ್ ಮಾಡಲಾಗಿಲ್ಲ: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -315,54 +314,53 @@ msgstr "" "ಚಿತ್ರ-ಲೋಡ್ ಮಾಡುವ ಘಟಕ %s ವು ಸರಿಯಾದ ಸಂಪರ್ಕಸಾಧನವನ್ನು ರವಾನಿಸುವುದಿಲ್ಲ; ಬಹುಷಃ ಅದು " "ಬೇರೊಂದು GTK ಆವೃತ್ತಿಯದ್ದಾಗಿರಬೇಕು?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "ಚಿತ್ರ '%s'ವು ರೀತಿಯು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "ಕಡತ '%s'ಕ್ಕಾಗಿನ ಚಿತ್ರ ಕಡತ ವಿನ್ಯಾಸವನ್ನು ಗುರುತಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "ಗುರುತಿಸಲಾಗದ ಚಿತ್ರ ಕಡತ ರಚನೆ" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "ಚಿತ್ರ '%s'ವನ್ನು ಲೋಡ್ ಮಾಡುವಲ್ಲಿ ವಿಫಲತೆ: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "ಚಿತ್ರ ಕಡತಕ್ಕೆ ಬರೆಯುವಲ್ಲಿ ವಿಫಲತೆ: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" -msgstr "" -"gdk-pixbuf ನ ಈ ನಿರ್ಮಿತಿಯು ಚಿತ್ರ ವಿನ್ಯಾಸವನ್ನು ಉಳಿಸುವುದನ್ನು ಬೆಂಬಲಿಸುವುದಿಲ್ಲ: %s" +msgstr "gdk-pixbuf ನ ಈ ನಿರ್ಮಿತಿಯು ಚಿತ್ರ ವಿನ್ಯಾಸವನ್ನು ಉಳಿಸುವುದನ್ನು ಬೆಂಬಲಿಸುವುದಿಲ್ಲ: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "ಚಿತ್ರವನ್ನು ಕಾಲ್-ಬ್ಯಾಕಿಗೆ ಉಳಿಸಲು ಸಾಕಷ್ತು ಮೆಮೊರಿ ಇಲ್ಲ" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "ತಾತ್ಕಾಲಿಕ ಕಡತವನ್ನು ತೆಗೆಯುವಲ್ಲಿ ವಿಫಲತೆ" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "ತಾತ್ಕಾಲಿಕ ಕಡತದಿಂದ ಓದುವಲ್ಲಿ ವಿಫಲತೆ" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "'%s' ಅನ್ನು ಬರೆಯಲು ತೆರೆಯುವಲ್ಲಿ ವಿಫಲತೆ: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -371,15 +369,15 @@ msgstr "" "ಚಿತ್ರವನ್ನು ಬರೆಯುವಾಗ '%s' ಅನ್ನ್ನು ಮುಚ್ಚುವಲ್ಲಿ ವಿಫಲತೆ, ಎಲ್ಲಾ ದತ್ತಾಂಶಗಳು ಉಳಿಸಲ್ಪಡದೆ " "ಇರಬಹುದು: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "ಚಿತ್ರವನ್ನು ಬಫರಿಗೆ ಉಳಿಸಲು ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಇಲ್ಲ" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "ಚಿತ್ರ ಸ್ಟ್ರೀಮ್‍ಗೆ ಬರೆಯುವಲ್ಲಿ ವಿಫಲತೆ:" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -388,145 +386,149 @@ msgstr "" "ಆಂತರಿಕ ದೋಷ: ಚಿತ್ರ ಲೋಡ್ ಮಾಡುವ ಘಟಕ '%s'ವು ಒಂದು ಕಾರ್ಯಾಚರಣೆಯನ್ನು ಪೂರ್ಣಗೊಳಿಸುವಲ್ಲಿ " "ವಿಫಲತೆ ಎದುರಾಗಿದೆ, ಆದರೆ ಯಾವುದೆ ಕಾರಣವನ್ನು ನೀಡಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "'%s' ಪ್ರಕಾರದ ಚಿತ್ರವನ್ನು ಏರಿಕೆ ಕ್ರಮದಲ್ಲಿ ಲೋಡ್ ಮಾಡುವುದು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "ಚಿತ್ರ ಶೀರ್ಷಿಕೆಯು ಭ್ರಷ್ಟಗೊಂಡಿದೆ" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "ಚಿತ್ರ ರಚನೆಯು ತಿಳಿದಿಲ್ಲ" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "ಚಿತ್ರದ ಪಿಕ್ಸೆಲ್ ದತ್ತಾಂಶ ಭ್ರಷ್ಟಗೊಂಡಿದೆ" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "ಚಿತ್ರ ಬಫರಿಗೆ %u ಬೈಟನ್ನು ನಿಯೋಜಿಸುವಲ್ಲಿ ವಿಫಲತೆ " msgstr[1] "ಚಿತ್ರ ಬಫರಿಗೆ %u ಬೈಟಗಳನ್ನು ನಿಯೋಜಿಸುವಲ್ಲಿ ವಿಫಲತೆ" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "ಸಜೀವನದಲ್ಲಿ (ಅನಿಮೇಶನ್) ಅನಿರೀಕ್ಷಿತ ಲಾಂಛನ ತುಂಡು ಎದುರಾಗಿದೆ" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "ಬೆಂಬಲಿತವಿಲ್ಲದ ಸಜೀವನದ (animation) ರೀತಿ" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "ಸಜೀವನದ ಅಮಾನ್ಯ ಶೀರ್ಷಿಕೆ" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "ಸಜೀವನವನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಇಲ್ಲ" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "ಸಜೀವನದಲ್ಲಿ (ಅನಿಮೇಶನ್) ವೈರೂಪ್ಯಗೊಂಡ ತುಂಡು" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "ANI ಚಿತ್ರದ ವಿನ್ಯಾಸ" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "BMP ಚಿತ್ರವು (ಇಮೇಜ್) ನಕಲಿ ಶೀರ್ಷಿಕಾ ದತ್ತಾಂಶವನ್ನು ಹೊಂದಿದೆ" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "ಬಿಟ್-ಮ್ಯಾಪ್ ಚಿತ್ರವನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಇಲ್ಲ" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "BMP ಚಿತ್ರವು ಬೆಂಬಲವಿಲ್ಲದ ಶೀರ್ಷಿಕೆಯ ಗಾತ್ರವನ್ನು ಹೊಂದಿದೆ" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "ಟಾಪ್-ಡೌನ್ BMP ಚಿತ್ರಗಳನ್ನು ಸಂಕುಚಿತಗೊಳಿಸಲಾಗುವುದಿಲ್ಲ" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "ಅಕಾಲಿಕ ಕಡತದ ಕೊನೆ ಎದುರಾಗಿದೆ" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "BMP ಕಡತವನ್ನು ಉಳಿಸಲು ಮೆಮೊರಿಯನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "BMP ಕಡತಕ್ಕೆ ಬರೆಯಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "BMP ಚಿತ್ರ ವಿನ್ಯಾಸ" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "GIF ಅನ್ನು ಓದುವಲ್ಲಿ ವಿಫಲತೆ: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "" "GIF ಕಡತದಿಂದ ಕೆಲವೊಂದು ದತ್ತಾಂಶಗಳು ಕಾಣೆಯಾಗಿವೆ (ಬಹುಷಃ ಯಾವುದಾದರೂ ಬಗೆಯಲ್ಲಿ ಅದು " "ಕತ್ತರಿಸಲ್ಪಟ್ಟಿದೆಯೆ?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "GIF ಲೋಡರಿನಲ್ಲಿ ಆಂತರಿಕ ದೋಷ (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "ಕಲೆಹಾಕಿದ್ದು ಮಿತಿಮೀರಿದೆ" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "GIF ಚಿತ್ರ ಲೋಡರಿಗೆ ಈ ಚಿತ್ರವನ್ನು ಅರ್ಥ ಮಾಡಿಕೊಳ್ಳಲ್ಲಾಗಿಲ್ಲ." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "ಸರಿಯಲ್ಲದ ಸಂಕೇತ ಎದುರಾಗಿದೆ" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "GIF ಕಡತದಲ್ಲಿನ ವೃತ್ತಾಕಾರದ ಟೇಬಲ್ ನಮೂದು" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "GIF ಕಡತವನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಲಭ್ಯವಿಲ್ಲ" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" -msgstr "" -"GIF ಕಡತದಲ್ಲಿನ ಒಂದು ಚೌಕಟ್ಟನ್ನು ಸಂಯುಕ್ತಗೊಳಿಸಲು (composite) ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಲಭ್ಯವಿಲ್ಲ" +msgstr "GIF ಕಡತದಲ್ಲಿನ ಒಂದು ಚೌಕಟ್ಟನ್ನು ಸಂಯುಕ್ತಗೊಳಿಸಲು (composite) ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಲಭ್ಯವಿಲ್ಲ" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "GIF ಚಿತ್ರವು ಭ್ರಷ್ಟಗೊಂಡಿದೆ (ತಪ್ಪಾದ LZW ಸಂಕೋಚನೆ)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "ಕಡತವು ಒಂದು GIF ಕಡತ ಎಂದು ತೋರುತ್ತಿಲ್ಲ" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "GIF ಕಡತ ವಿನ್ಯಾಸದ %s ಆವೃತ್ತಿಯು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -534,112 +536,114 @@ msgstr "" "GIF ಚಿತ್ರವು ಜಾಗತಿಕ ಕಲರ್-ಮ್ಯಾಪ್ ಹೊಂದಿಲ್ಲ, ಹಾಗು ಅದರಲ್ಲಿನ ಒಂದು ಚೌಕಟ್ಟು ಸ್ಥಳೀಯ ಕಲರ್-" "ಮ್ಯಾಪನ್ನು ಹೊಂದಿಲ್ಲ." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "GIF ಚಿತ್ರವು ತುಂಡರಿಸಲ್ಪಟ್ಟಿದೆ ಅಥವ ಅಪೂರ್ಣಗೊಂಡಿದೆ" -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "GIF ಚಿತ್ರ ವಿನ್ಯಾಸ" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "ಲಾಂಛನದಲ್ಲಿನ ಅಮಾನ್ಯ ಶೀರ್ಷಿಕೆ" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "ಲಾಂಛನವನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಲಭ್ಯವಿಲ್ಲ" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "ಲಾಂಛನವು ಶೂನ್ಯ ಅಗಲವನ್ನು ಹೊಂದಿದೆ" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "ಲಾಂಛನವು ಶೂನ್ಯ ಎತ್ತರವನ್ನು ಹೊಂದಿದೆ" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "ಸಂಕುಚಿತಗೊಂಡ ಲಾಂಛನವು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "ಬೆಂಬಲವಿಲ್ಲದ ಲಾಂಛನದ ಪ್ರಕಾರ" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "ICO ಕಡತವನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಇಲ್ಲ" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "ICO ಆಗಿ ಉಳಿಸಲು ಚಿತ್ರವು ಬಹಳ ದೊಡ್ಡದಾಗಿದೆ" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "ಚಿತ್ರದ ಹೊರಗಿನ ತೆರೆಸೂಚಕ(cursor) ಹಾಟ್ ಸ್ಪಾಟ್" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "ICO ಕಡತಕ್ಕೆ ಬೆಂಬಲವಿಲ್ಲದ ಆಳ: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "ICO ಚಿತ್ರ ವಿನ್ಯಾಸ" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "ICNS ಚಿತ್ರ ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ದೋಷ: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "ICNS ಕಡತವನ್ನು ಡೀಕೋಡ್ ಮಾಡಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "ICNS ಚಿತ್ರ ವಿನ್ಯಾಸ" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "ಸ್ಟ್ರೀಮ್‍ಗೆ ಮೆಮೊರಿಯನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "ಚಿತ್ರವನ್ನು ಡೀಕೊಡ್ ಮಾಡಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "ರೂಪಾಂತರಗೊಂಡ JPEG2000 ವು ಶೂನ್ಯ ಅಗಲ ಅಥವ ಎತ್ತರವನ್ನು ಹೊಂದಿದೆ" -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "ಈ ಬಗೆಯ ಚಿತ್ರ ವಿನ್ಯಾಸವು ಪ್ರಸಕ್ತ ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "ಬಣ್ಣದ ಪ್ರೊಫೈಲ್‍ಗೆ ಮೆಮೊರಿಯನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 ಕಡತವನ್ನು ತೆರೆಯಲು ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಇಲ್ಲ" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "ಬಫರ್ ಚಿತ್ರ ದತ್ತಾಂಶಕ್ಕೆ ಮೆಮೊರಿಯನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 ಚಿತ್ರ ವಿನ್ಯಾಸ" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "JPEG ಚಿತ್ರ ಕಡತವನ್ನು ವಿವರಿಸುವಲ್ಲಿ ದೋಷ (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -647,113 +651,111 @@ msgstr "" "ಚಿತ್ರವನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಇಲ್ಲ, ಮೆಮೊರಿಯನ್ನು ತೆರವುಗೊಳಿಸಲು ಕೆಲವೊಂದು " "ಅನ್ವಯಗಳಿಂದ ನಿರ್ಗಮಿಸುವ ಮೂಲಕ ಪ್ರಯತ್ನಿಸಿ" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "ಬೆಂಬಲವಿಲ್ಲದ JPEG ವರ್ಣ ಸ್ಥಳ (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "JPEG ಕಡತವನ್ನು ಲೋಡ್ ಮಾಡಲು ಮೆಮೊರಿಯನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "ರೂಪಾಂತರಗೊಂಡ JPEGಯು ಶೂನ್ಯ ಅಗಲ ಅಥವ ಎತ್ತರವನ್ನು ಹೊಂದಿದೆ" -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " "parsed." msgstr "JPEG ಗುಣ ಮಟ್ಟವು ೦ ಹಾಗು ೧೦೦; ಮೌಲ್ಯ '%s' ವನ್ನು ಬಿಡಿಸಲಾಗಿಲ್ಲ(parse)." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format -msgid "" -"JPEG quality must be a value between 0 and 100; value '%d' is not allowed." +msgid "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG ಗುಣ ಮಟ್ತವು ೦ ಹಾಗು ೧೦೦; ಮಾಲ್ಯ '%d' ವು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG ಚಿತ್ರ ವಿನ್ಯಾಸ" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "ಶೀರ್ಷಿಕೆಗೆ ಮೆಮೊರಿಯನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "ಸನ್ನಿವೇಶ ಬಫರಿಗೆ ಮೆಮೊರಿಯನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "ಚಿತ್ರವು ಅಮಾನ್ಯ ಅಗಲ ಹಾಗು/ಅಥವ ಎತ್ತರವನ್ನು ಹೊಂದಿದೆ" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "ಚಿತ್ರವು ಬೆಂಬಲವಿಲ್ಲದ bpp ಯನ್ನು ಹೊಂದಿದೆ" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "ಚಿತ್ರವು ಬೆಂಬಲವಿಲ್ಲದ %d-ಬಿಟ್ ಸಮತಲಗಳ ಸಂಖ್ಯೆಯನ್ನು ಹೊಂದಿದೆ" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "ಹೊಸ pixbuf ಅನ್ನು ಸೃಷ್ಟಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "ಸಾಲು ದತ್ತಾಂಶಕ್ಕೆ ಮೆಮೊರಿಯನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "ವರ್ಣಫಲಕ(palette) ಮಾಡಲಾದ ದತ್ತಾಂಶಕ್ಕೆ ಮೆಮೊರಿಯನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "PCX ಚಿತ್ರದ ಎಲ್ಲಾ ಸಾಲುಗಳು ಅರ್ಥವಾಗಲಿಲ್ಲ" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "PCX ದತ್ತಾಂಶದ ಕೊನೆಯಲ್ಲಿ ಯಾವುದೇ ವರ್ಣಫಲಕ ಕಂಡು ಬಂದಿಲ್ಲ" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "PCX ಚಿತ್ರ ವಿನ್ಯಾಸ" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "PNG ಯ ಪ್ರತಿ ಚಾನಲ್ಲಿನ ದ್ವಿಮಾನಾಂಕಗಳು(bits) ಅಮಾನ್ಯವಾಗಿವೆ." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "ರೂಪಾಂತರಗೊಳಿಸಲಾದ PNGಯು ಶೂನ್ಯ ಅಗಲ ಅಥವ ಎತ್ತರವನ್ನು ಹೊಂದಿದೆ." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "ರೂಪಾಂತರಗೊಂಡ PNG ಯ ಪ್ರತಿ ಚಾನಲ್ಲಿನ ದ್ವಿಮಾನಾಂಕಗಳು(bits) ೮ ಅಲ್ಲ." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "ರೂಪಾಂತರಗೊಂಡ PNG ಯು RGB ಅಥವ RGBA ಆಗಿಲ್ಲ." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." -msgstr "" -"ರೂಪಾಂತರಗೊಂಡ PNG ಯು ಬೆಂಬಲವಿಲ್ಲದ ಸಂಖ್ಯೆಯ ಚಾನಲ್ಲುಗಳನ್ನು ಹೊಂದಿದೆ, ೩ ಅಥವ ೪ ಆಗಿರಬೇಕು." +msgstr "ರೂಪಾಂತರಗೊಂಡ PNG ಯು ಬೆಂಬಲವಿಲ್ಲದ ಸಂಖ್ಯೆಯ ಚಾನಲ್ಲುಗಳನ್ನು ಹೊಂದಿದೆ, ೩ ಅಥವ ೪ ಆಗಿರಬೇಕು." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "PNG ಚಿತ್ರಕಡತದಲ್ಲಿ ಮಾರಕ ದೋಷ: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "PNG ಕಡತವನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಇಲ್ಲ" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -762,25 +764,24 @@ msgstr "" "%ld ಅನ್ನು %ld ಚಿತ್ರದಲ್ಲಿ ಉಳಿಸುಲು ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಲಭ್ಯವಿಲ್ಲ; ಕೆಲವೊಂದು ಅನ್ವಯಗಳಿಂದ " "ನಿರ್ಗಮಿಸಿ ಪ್ರಯತ್ನಿಸು ಮೂಲಕ ಮೆಮೊರಿಯ ಬಳಕೆಯನ್ನು ಕಡಿಮೆ ಮಾಡಿ" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "PNG ಚಿತ್ರ ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ಮಾರಕ ದೋಷ" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "PNG ಚಿತ್ರ ಕಡತವನ್ನು ಓದುವಲ್ಲಿ ಮಾರಕ ದೋಷ: %s" -#: gdk-pixbuf/io-png.c:825 -msgid "" -"Keys for PNG text chunks must have at least 1 and at most 79 characters." +#: ../gdk-pixbuf/io-png.c:825 +msgid "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "PNG ಪಠ್ಯದ ತುಣುಕುಗಳ ಕೀಲಿಗಳು ಕನಿಷ್ಠ ೧ ಹಾಗು ಗರಿಷ್ಟ ೭೮ ಅಕ್ಷರಗಳನ್ನು ಹೊಂದಿರಬೇಕು." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "PNG ಪಠ್ಯದ ತುಣುಕುಗಳ ಕೀಲಿಗಳು ASCII ಅಕ್ಷರಗಳಲ್ಲಿರಬೇಕು." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -789,7 +790,7 @@ msgstr "" "JPEG ಸಂಕುಚನ ಮಟ್ಟವು ೦ ಹಾಗು ೯ ರ ನಡುವಿನ ಮೌಲ್ಯವನ್ನು ಹೊಂದಿರಬೇಕು; ಮೌಲ್ಯ '%s' ವನ್ನು " "ಬಿಡಿಸಲಾಗಿಲ್ಲ(parse)." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -798,420 +799,423 @@ msgstr "" "JPEG ಸಂಕುಚನ ಮಟ್ಟವು ೦ ಹಾಗು ೯ ರ ನಡುವಿನ ಮೌಲ್ಯವನ್ನು ಹೊಂದಿರಬೇಕು; ಮೌಲ್ಯ '%d' ಕ್ಕೆ ಅನುಮತಿ " "ಇಲ್ಲ." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." -msgstr "" -"PNG ಪಠ್ಯ ತುಣುಕು %s ನ ಮೌಲ್ಯವನ್ನು ISO-8859-1 ಸಂಕೇತಿಕರಣಕ್ಕೆ(encoding) ಬದಲಾಯಿಸಲಾಗಿಲ್ಲ." +msgstr "PNG ಪಠ್ಯ ತುಣುಕು %s ನ ಮೌಲ್ಯವನ್ನು ISO-8859-1 ಸಂಕೇತಿಕರಣಕ್ಕೆ(encoding) ಬದಲಾಯಿಸಲಾಗಿಲ್ಲ." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "PNG ಚಿತ್ರ ವಿನ್ಯಾಸ" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "PNM ಲೋಡರನ್ನು ಒಂದು ಪೂರ್ಣಾಂಕಕ್ಕೆ ನಿರೀಕ್ಷಿಸಲಾಗಿತ್ತು, ಆದರೆ ಹಾಗಾಗಲಿಲ್ಲ" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "PNM ಕಡತವು ಒಂದು ಸರಿಯಲ್ಲದ ಆರಂಭಿಕ ಅಷ್ಟಕವನ್ನು(byte) ಹೊಂದಿದೆ" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "PNM ಕಡತವು ಗುರುತಿಸಬಹುದಾದ ಒಂದು PNM ಉಪವಿನ್ಯಾಸದಲ್ಲಿ ಇಲ್ಲ" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "PNM ಕಡತವು ೦ ಚಿತ್ರ ಅಗಲವನ್ನು ಹೊಂದಿದೆ" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "PNM ಕಡತವು ೦ ಚಿತ್ರ ಎತ್ತರವನ್ನು ಹೊಂದಿದೆ" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "PNM ಕಡತದಲ್ಲಿನ ಗರಿಷ್ಠ ವರ್ಣ ಮೌಲ್ಯವು ೦ ಆಗಿದೆ" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "PNM ಕಡತದಲ್ಲಿನ ಗರಿಷ್ಠ ವರ್ಣ ಮೌಲ್ಯವು ಬಹಳ ದೊಡ್ಡದಾಗಿದೆ" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "ಕಚ್ಚಾ(raw) PNM ಚಿತ್ರದ ಪ್ರಕಾರವು ಅಮಾನ್ಯವಾಗಿದೆ" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "PNM ಚಿತ್ರ ಲೋಡರ್ ಈ PNM ಉಪವಿನ್ಯಾಸವನ್ನು ಬೆಂಬಲಿಸುವುದಿಲ್ಲ" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "PNM ವಿನ್ಯಾಸಗಳಿಗೆ ನಮೂನಾ ದತ್ತಾಂಶದ(sample data) ಮೊದಲು ಕರಾರುವಕ್ಕಾಗಿ ಒಂದು ಖಾಲಿಜಾಗದ " "(whitespace) ಅಗತ್ಯವಿರುತ್ತದೆ" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "PNM ಚಿತ್ರವನ್ನು ಲೋಡ್ ಮಾಡಲು ಮೆಮೊರಿಯನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "PNM ಸನ್ನಿವೇಶ ರಚನೆಯನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಇಲ್ಲ" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "PNM ಚಿತ್ರ ದತ್ತಾಂಶದ ಅನಿರೀಕ್ಷಿತ ಮುಕ್ತಾಯ" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "PNM ಕಡತವನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಇಲ್ಲ" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "PNM/PBM/PGM/PPM ಚಿತ್ರ ವಿನ್ಯಾಸ ಪರಿವಾರ" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "RAS ಚಿತ್ರವು (ಇಮೇಜ್) ನಕಲಿ ಶೀರ್ಷಿಕಾ ದತ್ತಾಂಶವನ್ನು ಹೊಂದಿದೆ" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "RAS ಚಿತ್ರವು ಗೊತ್ತಿರದ ಬಗೆಯದ್ದಾಗಿದೆ" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "ಬೆಂಬಲವಿಲ್ಲದ RAS ಚಿತ್ರ ಬದಲಾವಣೆ(variation)" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "RAS ಚಿತ್ರವನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಇಲ್ಲ" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Sun ರಾಸ್ಟರ್ ಚಿತ್ರ ವಿನ್ಯಾಸ" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "IOBuffer struct ಗೆ ಮೆಮೊರಿಯನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "IOBuffer ದತ್ತಾಂಶಕ್ಕೆ ಮೆಮೊರಿಯನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "realloc IOBuffer ದತ್ತಾಂಶವನ್ನು ಪುನರ್ ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "IOBuffer ದತ್ತಾಂಶವನ್ನು ಪುನರ್ ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "ಹೊಸ pixbuf ಅನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "ವರ್ಣನಕ್ಷೆ ರಚನೆಯನ್ನು (colormap structure) ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "ವರ್ಣನಕ್ಷೆ ನಮೂದುಗಳನ್ನು (colormap structure) ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "ವರ್ಣನಕ್ಷೆ ನಮೂದುಗಳಿಗೆ ಅನಿರೀಕ್ಷಿತ ದ್ವಿಮಾನ-ಆಳ(bitdepth)" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "TGA ಶೀರ್ಷಿಕಾ ಮೆಮೊರಿಯನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "TGA ಚಿತ್ರ ಅಮಾನ್ಯ ಆಯಾಮಗಳನ್ನು ಹೊಂದಿದೆ" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "TGA ಚಿತ್ರವು ಬೆಂಬಲಿತವಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "TGA ಸನ್ನಿವೇಶ ರಚನೆಗೆ ಮೆಮೊರಿಯನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "ಕಡತದಲ್ಲಿ ವಿಪರೀತ ದತ್ತಾಂಶವಿದೆ" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Targa ಚಿತ್ರ ವಿನ್ಯಾಸ" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "ಚಿತ್ರ ಎತ್ತರವನ್ನು ಪಡೆಯಲಾಗಿಲ್ಲ (ಸರಿ ಇಲ್ಲದ TIFF ಕಡತ)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "ಚಿತ್ರದ ಎತ್ತರವನ್ನು ಪಡೆಯಲಾಗಿಲ್ಲ (ಸರಿ ಇಲ್ಲದ TIFF ಕಡತ)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "TIFF ಚಿತ್ರದ ಅಗಲ ಅಥವ ಎತ್ತರವು ಶೂನ್ಯವಾಗಿದೆ" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "TIFF ಚಿತ್ರದ ಆಯಾಮಗಳು ಬಹಳ ದೊಡ್ಡದಾಗಿವೆ" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "TIFF ಕಡತವನ್ನು ತೆರೆಯಲು ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಇಲ್ಲ" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "RGB ದತ್ತಾಂಶವನ್ನು TIFF ಕಡತದಿಂದ ಲೋಡ್ ಮಾಡುವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "TIFF ಚಿತ್ರವನ್ನು ತೆರೆಯಲು ವಿಫಲ" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "TIFFClose ಕಾರ್ಯಾಚರಣೆಯು ವಿಫಲವಾಗಿದೆ" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "TIFF ಚಿತ್ರವನ್ನು ಲೋಡ್ ಮಾಡಲು ವಿಫಲವಾಗಿದೆ" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "TIFF ಚಿತ್ರವನ್ನು ಉಳಿಸಲು ವಿಫಲ" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "TIFF ದತ್ತಾಂಶವನ್ನು ಬರೆಯುವಲ್ಲಿ ವಿಫಲ" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "TIFF ಕಡತಕ್ಕೆ ಬರೆಯಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "TIFF ಚಿತ್ರ ವಿನ್ಯಾಸ" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "ಚಿತ್ರವು ಶೂನ್ಯ ಅಗಲವನ್ನು ಹೊಂದಿದೆ" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "ಚಿತ್ರವು ಶೂನ್ಯ ಎತ್ತರವನ್ನು ಹೊಂದಿದೆ" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "ಚಿತ್ರವನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಇಲ್ಲ" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "ಬಾಕಿಯದನ್ನು ಉಳಿಸಲಾಗಲಿಲ್ಲ" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "WBMP ಚಿತ್ರ ವಿನ್ಯಾಸ" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "ಅಮಾನ್ಯ XBM ಕಡತ" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "XBM ಚಿತ್ರ ಕಡತವನ್ನು ಲೋಡ್ ಮಾಡಲು ಸಾಕಷ್ಟು ಮೆಮೊರಿ ಇಲ್ಲ" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "XBM ಚಿತ್ರವನ್ನು ಲೋಡ್ ಮಾಡುವಾಗ ತಾತ್ಕಾಲಿಕ ಕಡತಕ್ಕೆ ಬರೆಯವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "XBM ಚಿತ್ರ ವಿನ್ಯಾಸ" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "XPM ಶೀರ್ಷಿಕೆ ಪತ್ತೆಯಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "ಅಮಾನ್ಯ XPM ಶೀರ್ಷಿಕೆ" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "XPM ಕಡತದಲ್ಲಿನ ಚಿತ್ರದ ಅಗಲವು <= 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "XPM ಕಡತದಲ್ಲಿನ ಚಿತ್ರದ ಎತ್ತರವು <= 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM ಪ್ರತಿ ಪಿಕ್ಸೆಲ್ಲಿನಲ್ಲಿ ಒಂದು ಅಮಾನ್ಯ ಸಂಖ್ಯೆಯ ಅಕ್ಷರಗಳನ್ನು ಹೊಂದಿದೆ" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "XPM ಕಡತದಲ್ಲಿ ಅಮಾನ್ಯ ಸಂಖ್ಯೆಯ ಬಣ್ಣಗಳನ್ನು ಹೊಂದಿದೆ" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "XPM ಚಿತ್ರವನ್ನು ಲೋಡ್ ಮಾಡಲು ಮೆಮೊರಿಯನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "XPM ಬಣ್ಣನಕ್ಷೆಯನ್ನು(colormap) ಓದಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "XPM ಚಿತ್ರವನ್ನು ಲೋಡ್ ಮಾಡುವಾಗ ತಾತ್ಕಾಲಿಕ ಕಡತಕ್ಕೆ ಬರೆಯವಲ್ಲಿ ವಿಫಲವಾಗಿದೆ" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "XPM ಚಿತ್ರ ವಿನ್ಯಾಸ" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "EMF ಚಿತ್ರ ವಿನ್ಯಾಸ" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "ಮೆಮೊರಿಯನ್ನು ನಿಯೋಜಿಸಲಾಗಿಲ್ಲ: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "ಸ್ಟ್ರೀಮ್ ಅನ್ನು ನಿರ್ಮಿಸಲಾಗಿಲ್ಲ: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "ಸ್ಟ್ರೀಮ್‌ಗಾಗಿ ಪ್ರಯತ್ನಿಸಲಾಗಿಲ್ಲ: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "ಸ್ಟ್ರೀಮ್‌ನಿಂದ ಓದಲಾಗಿಲ್ಲ: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "ಬಿಟ್‌ಮ್ಯಾಪನ್ನು ಲೋಡ್ ಮಾಡಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "ಮೆಟಾಫೈಲನ್ನು ಲೋಡ್ ಮಾಡಲಾಗಿಲ್ಲ" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "GDI+ ಗೆ ಬೆಂಬಲವಿಲ್ಲದ ಚಿತ್ರ ವಿನ್ಯಾಸ" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "ಉಳಿಸಲಾಗಲಿಲ್ಲ" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "WMF ಚಿತ್ರ ವಿನ್ಯಾಸ" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "GDI ಮನವಿಗಳನ್ನು ವರ್ಗೀಕರಿಸಬೇಡಿ" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "tablet ಬೆಂಬಲಕ್ಕೆ Wintab API ಅನ್ನು ಬಳಸಬೇಡಿ" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "--no-wintab ನ ಹಾಗೆಯೆ" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Wintab API ಅನ್ನು ಬಳಸಬೇಡಿ [ಪೂರ್ವನಿಯೋಜಿತ]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "೮ ಬಿಟ್ ಪದ್ದತಿಯಲ್ಲಿ ವರ್ಣಫಲಕದ ಗಾತ್ರ" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "ಬಣ್ಣಗಳು" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "X ಕರೆಗಳನ್ನು ಏಕಕಾಲೀಯಗೊಳಿಸು" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "%s ಅನ್ನು ಆರಂಭಿಸಲಾಗುತ್ತಿದೆ" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "'%s' ಅನ್ನು ತೆರೆಯಲಾಗುತ್ತಿದೆ" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "%d ಅಂಶವನ್ನು ತೆಗೆಯಲಾಗುತ್ತಿದೆ" msgstr[1] "%d ಅಂಶಗಳನ್ನು ತೆಗೆಯಲಾಗುತ್ತಿದೆ" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 msgid "License" msgstr "ಪರವಾನಗಿ" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "ಪ್ರೋಗ್ರಾಂನ ಪರವಾನಗಿ" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "ಮನ್ನಣೆಗಳು(_r)" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "ಪರವಾನಗಿ(_L)" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "%s ಬಗ್ಗೆ" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "ಮನ್ನಣೆಗಳು" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "ಬರೆದವರು" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "ದಸ್ತಾವೇಜುಗೊಳಿಸಿದವರು" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "ಅನುವಾದಿಸಿದವರು" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "ಕುಶಲಕಾರ್ಯಗೊಳಿಸಿದವರು" @@ -1220,7 +1224,7 @@ msgstr "ಕುಶಲಕಾರ್ಯಗೊಳಿಸಿದವರು" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1230,7 +1234,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1240,7 +1244,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1250,7 +1254,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "ಸೂಪರ್" @@ -1260,7 +1264,7 @@ msgstr "ಸೂಪರ್" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "ಹೈಪರ್" @@ -1270,37 +1274,37 @@ msgstr "ಹೈಪರ್" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "ಮೆಟಾ" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "ಸ್ಪೇಸ್" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "ಅಮಾನ್ಯ ಬಗೆಯ ಕ್ರಿಯೆ:%s" +msgstr "%d ಸಾಲಿನಲ್ಲಿ ಅಮಾನ್ಯ ಬಗೆಯ ಕ್ರಿಯೆ: '%s'" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "ನಕಲಿ ವಸ್ತು id '%s', %d ಸಾಲಿನಲ್ಲಿ (ಈ ಮೊದಲು %d ಸಾಲಿನಲ್ಲಿತ್ತು)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "ಅಮಾನ್ಯ ಮೂಲ ಘಟಕ:%s" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "ನಿಭಾಯಿಸದ ಟ್ಯಾಗ್: '%s'" @@ -1314,7 +1318,7 @@ msgstr "ನಿಭಾಯಿಸದ ಟ್ಯಾಗ್: '%s'" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1322,7 +1326,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:0" @@ -1331,7 +1335,7 @@ msgstr "calendar:week_start:0" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1346,7 +1350,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1362,7 +1366,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1378,7 +1382,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1386,7 +1390,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "ಅಶಕ್ತಗೊಂಡಿದೆ" @@ -1395,25 +1399,25 @@ msgstr "ಅಶಕ್ತಗೊಂಡಿದೆ" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "ಹೊಸ ವೇಗವರ್ಧಕ..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "ಒಂದು ಬಣ್ಣವನ್ನು ಆರಿಸಿ" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "ಅಮಾನ್ಯ ಬಣ್ಣ ದತ್ತಾಂಶವನ್ನು ಸ್ವೀಕರಿಸಲಾಗಿದೆ\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1421,7 +1425,7 @@ msgstr "" "ಹೊರಗಿನ ವೃತ್ತದಿಂದ ನಿಮಗೆ ಬೇಕಿರುವ ಬಣ್ಣವನ್ನು ಆರಿಸಿ. ಅದರ ಗಾಢ ಬಣ್ಣ ಅಥವ ತಿಳಿ ಬಣ್ಣವನ್ನು " "ಆರಿಸಲು ಒಳಗಿನ ತ್ರಿಕೋನವನ್ನು ಬಳಸಿ." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1429,67 +1433,67 @@ msgstr "" "ಐಡ್ರಾಪರನ್ನು ಕ್ಲಿಕ್ಕಿಸಿ, ನಂತರ ನಿಮ್ಮ್ ತೆರೆಯಲ್ಲಿನ ಯಾವುದೆ ಬಣ್ಣವನ್ನು ಕ್ಲಿಕ್ಕಿಸುವ ಮೂಲಕ ಆ " "ಬಣ್ಣವನ್ನು ಆರಿಸಿ." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "ಛಾಯೆ(_H):" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "ಬಣ್ಣ ಚಕ್ರದಲ್ಲಿನ ಜಾಗ." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "ಪರಿಪೂರ್ಣತೆ(_S):" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "ಬಣ್ಣದ \"ಗಾಢತೆ\"." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "(_V)ಮೌಲ್ಯ:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "ಬಣ್ಣದ ಹೊಳಪು." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "ಕೆಂಪು(_R):" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "ಬಣ್ಣದಲ್ಲಿನ ಕೆಂಪು ಬೆಳಕಿನ ಪ್ರಮಾಣ." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "ಹಸಿರು(_G):" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "ಬಣ್ಣದಲ್ಲಿನ ಹಸಿರು ಬೆಳಕಿನ ಪ್ರಮಾಣ." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "ನೀಲಿ(_B):" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "ಬಣ್ಣದಲ್ಲಿನ ನೀಲಿ ಬೆಳಕಿನ ಪ್ರಮಾಣ." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "ಅಪಾರದರ್ಶಕತೆ(_a):" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "ಬಣ್ಣದ ಪಾರದರ್ಶಕತೆ." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "ಬಣ್ಣದ ಹೆಸರು(_n):" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1497,15 +1501,15 @@ msgstr "" "ನೀವು ಒಂದು HTML-ಬಗೆಯ ಹೆಕ್ಸಾಡೆಸಿಮಲ್ ವರ್ಣ ಮೌಲ್ಯವನ್ನು ನಮೂದಿಸಬಹುದು, ಅಥವ 'ಕಿತ್ತಳೆ' ಯಂತಹ " "ಕೇವಲ ಬಣ್ಣದ ಹೆಸರನ್ನು ನಮೂದಿಸಿದರೂ ಸಾಕಾಗುತ್ತದೆ." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "ವರ್ಣಫಲಕ(_P):" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "ಬಣ್ಣದ ಚಕ್ರ" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1515,7 +1519,7 @@ msgstr "" "ವರ್ಣಫಲಕ ನಮೂದಿಗೆ ಸೇರಿಸಬಹುದು, ಅಥವ ಪಕ್ಕದಲ್ಲಿರುವ ಇನ್ನೊಂದು ಬಣ್ಣ ಮಾದರಿಗೆ ಸೇರಿಸುವ ಮೂಲಕ ಈ " "ಬಣ್ಣವನ್ನು ಚಾಲ್ತಿಗೆ ಆರಿಸಿ." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1523,11 +1527,11 @@ msgstr "" "ನೀವು ಆರಿಸಿದ ಬಣ್ಣ. ಈ ಬಣ್ಣವನ್ನು ಒಂದು ವರ್ಣಫಲಕ ನಮೂದಿಗೆ ಸೇರಿಸುವ ಮೂಲಕ ಭವಿಷ್ಯದಲ್ಲಿ ಬಳಸಲು " "ಉಳಿಸಿಕೊಳ್ಳಬಹುದು." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "ಬಣ್ಣವನ್ನು ಇಲ್ಲಿ ಉಳಿಸಿ(_S)" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1536,55 +1540,55 @@ msgstr "" "ಬಣ್ಣ ನಮೂದನ್ನು ಇಲ್ಲಿಗೆ ಸೇರಿಸಿ ಅಥವ ಅದರ ಮೇಲೆ ಬಲಕ್ಲಿಕ್ಕಿಸಿ ಹಾಗು \"ಬಣ್ಣವನ್ನು ಇಲ್ಲಿ ಉಳಿಸಿ." "\" ಅನ್ನು ಆರಿಸಿ." -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "ಬಣ್ಣದ ಆಯ್ಕೆ" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "ಆದಾನ ಪದ್ದತಿಗಳು(_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "ಯುನಿಕೊಡ್ ನಿಯಂತ್ರಣ ಚಿಹ್ನೆ (_I)" -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Caps Lock ಚಾಲಿತವಾಗಿದೆ" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "ಒಂದು ಕಡತವನ್ನು ಆರಿಸು" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "ಗಣಕತೆರೆ" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(ಯಾವುದೂ ಇಲ್ಲ)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "ಇತರೆ..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "ಕಡತದ ಬಗೆಗಿನ ಮಾಹಿತಿಯನ್ನು ಮರಳಿ ಪಡೆಯಲಾಗಿಲ್ಲ" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "ಒಂದು ಬುಕ್-ಮಾರ್ಕನ್ನು ಸೇರಿಸಲಾಗಿಲ್ಲ" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "ಒಂದು ಬುಕ್-ಮಾರ್ಕನ್ನು ತೆಗೆದು ಹಾಕಲಾಗಿಲ್ಲ" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "ಕಡತಕೋಶವನ್ನು ಸೃಷ್ಟಿಸಲಾಗಿಲ್ಲ" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1593,11 +1597,11 @@ msgstr "" "ಕಡತಕೋಶಕ್ಕೆ ಬೇರೊಂದು ಹೆಸರನ್ನು ಕೊಡುವ ಮೂಲಕ ಪ್ರಯತ್ನಿಸಿ, ಅಥವ ಕಡತವನ್ನು ಮೊದಲು ಪುನರ್ " "ಹೆಸರಿಸಿ." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "ಅಮಾನ್ಯ ಕಡತ ಹೆಸರು" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "ಕಡತಕೋಶದಲ್ಲಿನ ಅಂಶಗಳನ್ನು ತೋರಿಸಲಾಗಿಲ್ಲ" @@ -1605,176 +1609,174 @@ msgstr "ಕಡತಕೋಶದಲ್ಲಿನ ಅಂಶಗಳನ್ನು ತೋ #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%2$s ನಲ್ಲಿ %1$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "ಹುಡುಕು" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "ಇತ್ತೀಚೆಗೆ ಬಳಸಲ್ಪಟ್ಟ" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "ಯಾವ ಬಗೆಗಳನ್ನು ಕಡತಗಳನ್ನು ತೋರಿಸಲಾಗಿದೆ ಎಂಬುದನ್ನು ಆರಿಸಿ" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "ಕಡತಕೋಶ '%s' ವನ್ನು ಬುಕ್-ಮಾರ್ಕುಗಳಿಗೆ ಸೇರಿಸು" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "ಪ್ರಸ್ತುತ ಕಡತಕೋಶವನ್ನು ಬುಕ್-ಮಾರ್ಕುಗಳಿಗೆ ಸೇರಿಸು" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "ಆರಿಸಲ್ಪಟ್ಟ ಕಡತಕೋಶಗಳನ್ನು ಬುಕ್-ಮಾರ್ಕುಗಳಿಗೆ ಸೇರಿಸು" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "ಬುಕ್ ಮಾರ್ಕ್ '%s' ಅನ್ನು ತೆಗೆದು ಹಾಕು" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "ತೆಗೆದು ಹಾಕು" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "ಪುನರ್ ಹೆಸರಿಸು..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "ಸ್ಥಳಗಳು" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "ಸ್ಥಳಗಳು(_P)" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "ಸೇರಿಸು(_A)" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "ಆರಿಸಲ್ಪಟ್ಟ ಕೋಶಗಳನ್ನು ಬುಕ್-ಮಾರ್ಕುಗಳಿಗೆ ಸೇರಿಸಿ" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "ತೆಗೆದು ಹಾಕು(_R)" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "ಆರಿಸಲ್ಪಟ್ಟ ಬುಕ್-ಮಾರ್ಕನ್ನು ತೆಗೆದುಹಾಕಿ" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "ಕಡತವನ್ನು ಆರಿಸಲಾಗಿಲ್ಲ" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "ಬುಕ್-ಮಾರ್ಕಿಗೆ ಸೇರಿಸು(_A)" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "ಗೌಪ್ಯವಾಗಿರಸಲಾದ ಕಡತಗಳನ್ನು ತೋರಿಸು (_H)" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "ಗಾತ್ರದ ಕಾಲಂ ಅನ್ನು ತೋರಿಸು(_S)" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "ಕಡತಗಳು" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "ಹೆಸರು" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "ಗಾತ್ರ" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "ಮಾರ್ಪಾಟುಗೊಂಡಿದೆ" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "ಹೆಸರು(_N):" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "ಇತರೆ ಕಡತಕೋಶಗಳಿಗಾಗಿ ಹುಡುಕು(_B)" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "ಒಂದು ಕಡತದ ಹೆಸರನ್ನು ಟೈಪಿಸು" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "ಕಡತಕೋಶವನ್ನು ಸೃಷ್ಟಿಸು(_l)" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "ತಾಣ(_L):" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "ಈ ಕಡತಕೋಶದಲ್ಲಿ ಉಳಿಸು(_f):" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "ಈ ಕಡತಕೋಶದಲ್ಲಿ ಸೃಷ್ಟಿಸು(_f):" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "ಕಡತಕೋಶಕ್ಕೆ ಬದಲಾಯಿಸಲಾಗಿಲ್ಲ ಏಕೆಂದರೆ ಅದು ಸ್ಥಳಿಯವಲ್ಲ" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "ಶೀಘ್ರಮಾರ್ಗ (ಶಾರ್ಟ್ ಕಟ್) %s ಈಗಾಗಲೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "ಶೀಘ್ರಮಾರ್ಗ (ಶಾರ್ಟ್ ಕಟ್) %s ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" -msgstr "" -"\"%s\" ಹೆಸರಿನ ಒಂದು ಕಡತವು ಈಗಾಗಲೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ. ನೀವದನ್ನು ಬದಲಿ ಮಾಡಲು ಬಯಸುತ್ತಿರೆ?" +msgstr "\"%s\" ಹೆಸರಿನ ಒಂದು ಕಡತವು ಈಗಾಗಲೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ. ನೀವದನ್ನು ಬದಲಿ ಮಾಡಲು ಬಯಸುತ್ತಿರೆ?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format -msgid "" -"The file already exists in \"%s\". Replacing it will overwrite its contents." +msgid "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "" "\"%s\" ಹೆಸರಿನ ಒಂದು ಕಡತವು ಈಗಾಗಲೆ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ. ನೀವದನ್ನು ಬದಲಿ ಮಾಡಿದರೆ ಅದು " "ತಿದ್ದಿಬರೆಯಲ್ಪಡುತ್ತದೆ." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "ಬದಲಿ ಮಾಡು (_R)" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "ಶೋಧಿಸುವ ಪ್ರಕ್ರಿಯೆಯನ್ನು ಆರಂಭಿಸಲಾಗಿಲ್ಲ" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1782,54 +1784,54 @@ msgstr "" "ಈ ಪ್ರೋಗ್ರಾಂ ಸೂಚಕ ಡೆಮೊನಿಗೆ (indexer daemon) ಸಂಪರ್ಕವನ್ನು ಕಲ್ಪಿಸಲಾಗಿಲ್ಲ. ಅದು " "ಚಾಲನೆಯಲ್ಲಿದೆ ಎಂದು ದಯವಿಟ್ಟು ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಿ." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "ಶೋಧನೆಯ ಮನವಿಯನ್ನು ಕಳುಹಿಸಲಾಗಿಲ್ಲ್ಲ" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "ಶೋಧಿಸು(_S):" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "%s ಅನ್ನು ಆರೋಹಿಸಲಾಗಿಲ್ಲ" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "ಹೊಸ ಕಡತಕೋಶದ ಹೆಸರನ್ನು ಟೈಪಿಸಿ" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "ಗೊತ್ತಿರದ" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "ನಿನ್ನೆ %H:%M ಗೆ" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "ಅಮಾನ್ಯ ಮಾರ್ಗ" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "ಯಾವುದೂ ತಾಳೆಯಾಗುತ್ತಿಲ್ಲ" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "ಕೇವಲ ಒಂದರ ಪೂರ್ಣಗೊಳಿಕೆ" @@ -1837,13 +1839,13 @@ msgstr "ಕೇವಲ ಒಂದರ ಪೂರ್ಣಗೊಳಿಕೆ" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "ಪೂರ್ಣಗೊಂಡಿದೆ, ಆದರೆ ವಿಶಿಷ್ಟವಾಗಿಲ್ಲ" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "ಪೂರ್ಣಗೊಳಿಸಲಾಗುತ್ತಿದೆ..." @@ -1851,7 +1853,7 @@ msgstr "ಪೂರ್ಣಗೊಳಿಸಲಾಗುತ್ತಿದೆ..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "ಕೇವಲ ಸ್ಥಳೀಯ ಕಡತಗಳನ್ನು ಮಾತ್ರವೆ ಆರಿಸಬಹುದು" @@ -1859,41 +1861,41 @@ msgstr "ಕೇವಲ ಸ್ಥಳೀಯ ಕಡತಗಳನ್ನು ಮಾತ್ #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "ಅಪೂರ್ಣವಾದ ಅತಿಥೇಯದ ಹೆಸರು; / ಅದನ್ನು ಪೂರ್ಣಗೊಳಿಸಿ" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "ಮಾರ್ಗವು ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "'%s' ಕಡತಕೋಶವನ್ನು ಸೃಷ್ಟಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "ಕಡತಕೋಶಗಳು" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "ಕಡತಕೋಶಗಳು(_d)" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "ಕಡತಗಳು(_F)" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "ಕಡತಕೋಶವನ್ನು ಓದಲಾಗಿಲ್ಲ:%s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1904,88 +1906,87 @@ msgstr "" "ಪ್ರೊಗ್ರಾಂಗೆ ಲಭ್ಯವಿರದೆ ಇರಬಹುದು.\n" "ನೀವದನ್ನು ಆರಿಸಬೇಕೆಂಬುದು ಖಚಿತವೆ?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "ಹೊಸ ಕಡತಕೋಶ(_N)" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "ಕಡತವನ್ನು ಅಳಿಸಿಹಾಕು(_l)" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "ಕಡತವನ್ನು ಪುನರ್ ಹೆಸರಿಸು(_R)" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format -msgid "" -"The folder name \"%s\" contains symbols that are not allowed in filenames" +msgid "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "\"%s\" ಕಡತದ ಹೆಸರಿನಲ್ಲಿ ಅನುಮತಿ ಇರದೆ ಇರುವಂತಹ ಸಂಕೇತಗಳು ಇವೆ." -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "ಹೊಸ ಕಡತಕೋಶ" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "ಕಡತಕೋಶದ ಹೆಸರು(_F):" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "ಸೃಷ್ಟಿಸು(_r)" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "\"%s\" ಕಡತದ ಹೆಸರಿನಲ್ಲಿ ಅನುಮತಿ ಇರದೆ ಇರುವಂತಹ ಸಂಕೇತಗಳು ಇವೆ." -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "'%s' ಕಡತವನ್ನು ತೆಗೆದುಹಾಕುವಲ್ಲಿ ದೋಷ: %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "ಕಡತ \"%s\" ಅನ್ನು ನಿಜವಾಗಲೂ ಅಳಿಸಿ ಹಾಕಬೇಕೆ?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "ಕಡತವನ್ನು ಅಳಿಸಿಹಾಕು" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "\"%s\" ಎಂದು ಕಡತಕ್ಕೆ ಪುನರ್ ಹೆಸರಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "\"%s\" ಕಡತವನ್ನು ಪುನರ್ ಹೆಸರಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "\"%s\" ಕಡತಕ್ಕೆ \"%s\" ಎಂದು ಪುನರ್ ಹೆಸರಿಸುವಲ್ಲಿ ದೋಷ: %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "ಕಡತವನ್ನು ಪುನರ್ ಹೆಸರಿಸು" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "ಕಡತ \"%s\" ಅನ್ನು ಹೀಗೆ ಪುನರ್ ಹೆಸರಿಸು:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "ಪುನರ್ ಹೆಸರಿಸು(_R)" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "ಆಯ್ಕೆ(_S):" -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1994,15 +1995,15 @@ msgstr "" "ಕಡತದಹೆಸರು \"%s\" ಅನ್ನು UTF-8 ಗೆ ಬದಲಾಯಿಸಲಾಗಿಲ್ಲ. (G_FILENAME_ENCODING ವಾತಾವರಣ " "ಚರಮೌಲ್ಯವನ್ನು ಸಂಯೋಜಿಸಿ ಪ್ರಯತ್ನಿಸಿ): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "ಅಮಾನ್ಯ UTF-8" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "ಹೆಸರು ಬಹಳವೇ ಉದ್ದವಾಗಿದೆ" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "ಕಡತದ ಹೆಸರನ್ನು ಮಾರ್ಪಡಿಸಲಾಗಿಲ್ಲ" @@ -2011,75 +2012,75 @@ msgstr "ಕಡತದ ಹೆಸರನ್ನು ಮಾರ್ಪಡಿಸಲಾಗ #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "ಕಡತ ವ್ಯವಸ್ಥೆ" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "ಮೂಲ ಕಡತಕೋಶವನ್ನು ಪಡೆಯಲಾಗಿಲ್ಲ" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(ಖಾಲಿ)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "ಒಂದು ಅಕ್ಷರಶೈಲಿಯನ್ನು ಆರಿಸಿ" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "ಅಕ್ಷರದ ವಿನ್ಯಾಸ" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcdefghijk ABCDEFGHIJK" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "ಪರಿವಾರ(_F):" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "ಶೈಲಿ(_S):" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "ಗಾತ್ರ(_z):" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "ಮುನ್ನೋಟ(_P):" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "ಅಕ್ಷರ ಶೈಲಿಯ ಆಯ್ಕೆ" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "ಗಾಮ(Gamma)" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "ಗಾಮ(Gamma) ಮೌಲ್ಯ (_G)" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "ಲಾಂಛನವನ್ನು ಲೋಡ್ ಮಾಡುವಲ್ಲಿ ದೋಷ: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2092,139 +2093,139 @@ msgstr "" "ಅದರ ಒಂದು ನಕಲು ಪ್ರತಿ ನಿಮಗೆ ಇಲ್ಲಿ ದೊರೆಯುತ್ತದೆ:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "ಲಾಂಛನ '%s' ವು ಥೀಮಿನಲ್ಲಿ ಇಲ್ಲ" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "ಲಾಂಛನವನ್ನು ಲೋಡ್ ಮಾಡುವಲ್ಲಿ ವಿಫಲವಾಯಿತು" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "ಸರಳ" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "ವ್ಯವಸ್ಥೆ" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "ವ್ಯವಸ್ಥೆ (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "ಆದಾನ (Input)" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "ಯಾವುದೆ ವಿಸ್ತರಿಸಲಾದ ಸಾಧನಗಳಿಲ್ಲ" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "ಸಾಧನ(_D):" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "ಅಶಕ್ತಗೊಳಿಸಲಾಗಿದೆ" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "ತೆರೆ(Screen)" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "ಕಿಟಕಿ(ವಿಂಡೊ)" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "ಪದ್ಧತಿ(_M):" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "ಅಕ್ಷರೇಖೆಗಳು" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "ಕೀಲಿಗಳು" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "ಒತ್ತಡ(_P):" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "X ವಾಲಿಕೆ(_t):" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Y ವಾಲಿಕೆ(_i):" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "ಚಕ್ರ(_W):" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "ಯಾವುದೂ ಇಲ್ಲ" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(ಅಶಕ್ತಗೊಂಡ)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(ಗೊತ್ತಿರದ)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "ತೆರವುಗೊಳಿಸು(_e)" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "URL ಅನ್ನು ನಕಲಿಸು" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "ಅಮಾನ್ಯ URI" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "ಹೆಚ್ಚುವರಿ GTK+ ಘಟಕಗಳನ್ನು ಲೋಡ್ ಮಾಡು" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "ಘಟಕಗಳು" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "ಎಲ್ಲಾ ಎಚ್ಚರಿಕೆಗಳನ್ನು ಮಾರಕಗೊಳಿಸಿ" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "ಹೊಂದಿಸಲು GTK+ ದೋಷ ನಿವಾರಕ ಗುರುತುಗಳು" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "ಹೊಂದಿಸದೆ ಇರಲು GTK+ ದೋಷ ನಿವಾರಕ ಗುರುತುಗಳು" @@ -2233,65 +2234,66 @@ msgstr "ಹೊಂದಿಸದೆ ಇರಲು GTK+ ದೋಷ ನಿವಾರಕ #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "ಪ್ರದರ್ಶಕವನ್ನು ತೆರೆಯಲು ಸಾಧ್ಯವಿಲ್ಲ: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "GTK+ ಆಯ್ಕೆಗಳು" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "GTK+ ಆಯ್ಕೆಗಳನ್ನು ತೋರಿಸು" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "ಸಂಪರ್ಕ ಕಲ್ಪಿಸು (_n)" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "ಅನಾಮಿಕನಾಗಿ ಸಂಪರ್ಕಿಸು(_a)" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "ಬಳಕೆದಾರನಾಗಿ ಸಂಪರ್ಕಿಸು(_s):" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "ಬಳಕೆದಾರ ಹೆಸರು(_U):" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "ಕ್ಷೇತ್ರ(_D):" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "ಗುಪ್ತಪದ(_P):" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "ಗುಪ್ತಪದವನ್ನು ತಕ್ಷಣ ಮರೆತು ಬಿಡು(_F)" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "ಗುಪ್ತಪದವನ್ನು ನೀವು ನಿರ್ಗಮಿಸುವ ತನಕ ನೆನಪಿನಲ್ಲಿಡಿ(_R)" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "ಸದಾ ನೆನಪಿನಲ್ಲಿಡು(_R)" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "ಪುಟ %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "ಒಂದು ಮಾನ್ಯ ಪುಟ ಸಂಯೋಜನೆ ಕಡತವಲ್ಲ" @@ -2301,11 +2303,11 @@ msgstr "ಒಂದು ಮಾನ್ಯ ಪುಟ ಸಂಯೋಜನೆ ಕಡತ #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2313,15 +2315,15 @@ msgstr "" "ಯಾವುದೇ ಮುದ್ರಕ\n" "ಸಾಗಿಸಬಹುದಾದ ದಸ್ತಾವೇಜುಗಳಿಗೆ" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "ಎಂಎಂ" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "ಇಂಚು" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2336,88 +2338,88 @@ msgstr "" " ಮೇಲೆ: %s %s\n" " ಕೆಳಗೆ: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "ಗ್ರಾಹಕೀಯ ಗಾರ್ತಗಳನ್ನು ನಿರ್ವಹಿಸು..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "ಇದಕ್ಕೆ ಫಾರ್ಮಾಟುಗೊಳಿಸು(_F):" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "ಕಾಗದದ ಗಾತ್ರ(_P):" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "ವಾಲಿಕೆ(_Orientation):" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "ಪುಟದ ಸಂಯೋಜನೆ" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "ಮುದ್ರಕದಿಂದ ಅಂಚು..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "ಗ್ರಾಹಕೀಯ (ಕಸ್ಟಮ್) ಗಾತ್ರ %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "ಗ್ರಾಹಕೀಯ( Custom) ಗಾತ್ರಗಳನ್ನು ನಿರ್ವಹಿಸು" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "ಅಗಲ(_W):" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "ಎತ್ತರ(_H):" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "ಕಾಗದದ ಗಾತ್ರ" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "ಮೇಲೆ(_T):" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "ಕೆಳಗೆ(_B):" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "ಎಡ(_L):" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "ಬಲ(_R):" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "ಕಾಗದದ ಅಂಚುಗಳು" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "ಮೇಲಿನ ಪಥ" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "ಕೆಳಗಿನ ಪಥ" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "ಕಡತ ವ್ಯವಸ್ಥೆ ಮೂಲ" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "ಲಭ್ಯವಿರುವುದಿಲ್ಲ" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "ಕಡತಕೋಶದಲ್ಲಿ ಉಳಿಸು(_S):" @@ -2425,182 +2427,176 @@ msgstr "ಕಡತಕೋಶದಲ್ಲಿ ಉಳಿಸು(_S):" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s ಕಾರ್ಯ #%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "ಆರಂಭದ ಸ್ಥಿತಿ" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "ಮುದ್ರಿಸಲು ತಯಾರಾಗುತ್ತಿದೆ" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "ದತ್ತಾಂಶವನ್ನು ಉತ್ಪಾದಿಸಲಾಗುತ್ತಿದೆ" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "ದತ್ತಾಂಶವನ್ನು ಕಳುಹಿಸಲಾಗುತ್ತಿದೆ" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "ಕಾಯಲಾಗುತ್ತಿದೆ" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "ತೊಂದರೆಯ ಕಾರಣದಿಂದಾಗಿ ನಿರ್ಬಂಧಿಸಲಾಗುತ್ತಿದೆ" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "ಮುದ್ರಣಗೊಳ್ಳುತ್ತಿದೆ" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "ಅಂತ್ಯಗೊಳಿಸಲಾಗಿದೆ" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "ದೋಷದೊಂದಿಗೆ ಮುಕ್ತಾಯಗೊಂಡಿದೆ" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "ತಯಾರಾಗಿದೆ %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "ತಯಾರಾಗುತ್ತಿದೆ" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "%d ದ ಮುದ್ರಣ" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "ಮುದ್ರಣ ಮುನ್ನೋಟವನ್ನು ತೋರಿಸುವಲ್ಲಿ ದೋಷ" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." -msgstr "" -"ಸಾಧ್ಯವಿರಬಹುದಾದ ಒಂದು ಕಾರಣವೆಂದರೆ ತಾತ್ಕಾಲಿಕ ಕಡತವನ್ನು ಸೃಷ್ತಿಸುವಲ್ಲಿ ಉಂಟಾದ ವಿಫಲತೆ." +msgstr "ಸಾಧ್ಯವಿರಬಹುದಾದ ಒಂದು ಕಾರಣವೆಂದರೆ ತಾತ್ಕಾಲಿಕ ಕಡತವನ್ನು ಸೃಷ್ತಿಸುವಲ್ಲಿ ಉಂಟಾದ ವಿಫಲತೆ." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "ಮುನ್ನೋಟವನ್ನು ತೋರಿಸುವಲ್ಲಿ ದೋಷ" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "ಮುದ್ರಣಾ ದೋಷ" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "ಅನ್ವಯ" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "ಮುದ್ರಕದ ಆಫ್-ಲೈನ್ ಆಗಿದೆ" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "ಹಾಳೆಗಳಿಲ್ಲ" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "ತಾತ್ಕಾಲಿಕ ಸ್ಥಗಿತಗೊಂಡಿದೆ" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "ಬಳಕೆದಾರನು ಮಧ್ಯ ಬರುವ ಅಗತ್ಯವಿದೆ" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "ಗ್ರಾಹಕೀಯ (ಕಸ್ಟಮ್) ಗಾತ್ರ" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "ಯಾವುದೆ ಮುದ್ರಕವು ಕಂಡುಬಂದಿಲ್ಲ" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "CreateDC ಗೆ ಅಮಾನ್ಯ ಆರ್ಗ್ಯುಮೆಂಟ್" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "StartDoc ನಿಂದ ದೋಷ" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "ಸಾಕಷ್ಟು ಮುಕ್ತ ಮೆಮೊರಿ ಲಭ್ಯವಿಲ್ಲ" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "PrintDlgEx ಗೆ ಅಮಾನ್ಯ ಆರ್ಗ್ಯುಮೆಂಟ್" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "PrintDlgEx ಗೆ ಅಮಾನ್ಯ ಸೂಚಿ(pointer)" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "PrintDlgEx ಗೆ ಅಮಾನ್ಯ ನಿಭಾವಣೆ(handle)" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "ನಿಖರವಾಗದ ದೋಷ" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "ಮುದ್ರಕ" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "ತಾಣ" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "ಸ್ಥಿತಿ" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "ವ್ಯಾಪ್ತಿ" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "ಎಲ್ಲಾ ಹಾಳೆಗಳು(_A)" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "ಈಗಿನ ಪುಟ(_u)" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "ಪುಟಗಳು(_e):" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2608,125 +2604,124 @@ msgstr "" "ಒಂದು ಅಥವ ಹೆಚ್ಚಿನ ಪುಟ ವ್ಯಾಪ್ತಿಗಳನ್ನು ಸೂಚಿಸಿ,\n" " ಉದಾ. ೧-೩,೭,೧೧" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "ಪುಟಗಳು(_e):" +msgstr "ಪುಟಗಳು" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "ಪ್ರತಿಗಳು" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "ಪ್ರತಿಗಳು(_s):" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "ತಾಳೆ ನೋಡು(_o)" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "ವಿಲೋಮ(_R)" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "ಸಾಮಾನ್ಯ" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "ಪುಟಗಳ ಅನುಕ್ರಮ" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "ಎಡದಿಂದ ಬಲಕ್ಕೆ" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "ಬಲದಿಂದ ಎಡಕ್ಕೆ" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "ಹೊರವಿನ್ಯಾಸ" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "ಎರಡು ಬದಿಯ(_w):" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "ಪ್ರತಿ ಬದಿಯಲ್ಲಿನ ಪುಟಗಳು(_s):" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "ಪುಟಗಳ ಅನುಕ್ರಮ(_d):" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "ಕೇವಲ ಮುದ್ರಿಸು(_O):" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "ಎಲ್ಲಾ ಹಾಳೆಗಳು" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "ಸರಿ ಸಂಖ್ಯೆಯ ಹಾಳೆಗಳು" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "ಬೆಸ ಸಂಖ್ಯೆಯ ಹಾಳೆಗಳು" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "ಸ್ಕೇಲ್(_a):" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "ಕಾಗದ" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "ಕಾಗದದ ಬಗೆ(_t):" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "ಕಾಗದದ ಆಕರ(_s):" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "ಪ್ರದಾನದ (ಔಟ್ ಪುಟ್) ಟ್ರೇ(_r):" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "ಕಾರ್ಯದ ವಿವರಗಳು" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "ಆದ್ಯತೆ(_o):" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "ಬಿಲ್ಲು ಮಾಡುವ ಮಾಹಿತಿ(_B):" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "ದಸ್ತಾವೇಜನ್ನು ಮುದ್ರಿಸು" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "ಈಗ(_N)" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "ಇಲ್ಲಿ(_A):" @@ -2734,7 +2729,7 @@ msgstr "ಇಲ್ಲಿ(_A):" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2742,117 +2737,117 @@ msgstr "" "ಮುದ್ರಿಸುವ ಸಮಯವನ್ನು ಸೂಚಿಸಿ,\n" " ಉದಾ. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "ಮುದ್ರಿಸಲು ಬೇಕಿರುವ ಸಮಯ" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "ತಡೆ ಹಿಡಿಯಲಾಗಿದೆ(_h)" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "ಸ್ಪಷ್ಟವಾಗಿ ಬಿಡುಗಡೆ ಮಾಡದ ಹೊರತು ಕೆಲಸವನ್ನು ತಡೆಹಿಡಿ" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "ರಕ್ಷಾ ಪುಟವನ್ನು ಸೇರಿಸು" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "ಈ ಮೊದಲು(_f):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "ನಂತರ(_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "ಕಾರ್ಯ" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "ಪ್ರೌಢ" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "ಮುದ್ರಣ ಗುಣಮಟ್ಟ" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "ಬಣ್ಣ" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "ಅಂತ್ಯಗೊಳಿಸಲಾಗುತ್ತಿದೆ" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "ಸಂವಾದ ಭಿನ್ನಾಭಿಪ್ರಾಯದಲ್ಲಿನ ಕೆಲವೊಂದು ಸಂಯೋಜನೆಗಳು" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "ಮುದ್ರಿಸು" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "ಅಡಕಗೊಳ್ಳಿಸುವ ಕಡತವು ಕಂಡುಬಂದಿಲ್ಲ: \"%s\"" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "pixmap_path ದಲ್ಲಿ ಚಿತ್ರ ಕಡತವನ್ನು ಪತ್ತೆಮಾಡಲಾಗಿಲ್ಲ: \"%s\"" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "ಈ ಕಾರ್ಯಗಳು '%s' ವರ್ಗದ ಸಂಪರ್ಕತಟಗಳಲ್ಲಿ (widgets) ಅನ್ವಯಿಸಲಾಗಿಲ್ಲ" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "ಯಾವ ಬಗೆಯ ದಸ್ತಾವೇಜುಗಳು ತೋರಿಸಲ್ಪಟ್ಟಿವೆ ಎಂಬುದನ್ನು ಆರಿಸಿ" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "URI '%s' ಗೆ ಯಾವುದೆ ಅಂಶಗಳು ಪತ್ತೆಯಾಗಿಲ್ಲ" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "ಶೀರ್ಷಿಕೆ ರಹಿತ ಶೋಧಕ(filter)" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "ಅಂಶವನ್ನು ತೆಗೆದುಹಾಕಲಾಗಿಲ್ಲ" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "ಪಟ್ಟಿಯನ್ನು ಅಳಿಸಿ(clear) ಹಾಕಲಾಗಿಲ್ಲ" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "ಇಲ್ಲಿಗೆ ನಕಲಿಸು (_L)" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "ಪಟ್ಟಿಯಿಂದ ತೆಗೆದುಹಾಕು(_R)" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "ಪಟ್ಟಿಯನ್ನು ಅಳಿಸಿಹಾಕು(_C)" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "ಖಾಸಗಿ ಸಂಪನ್ಮೂಲಗಳನ್ನು ತೋರಿಸು(_P)" @@ -2866,21 +2861,21 @@ msgstr "ಖಾಸಗಿ ಸಂಪನ್ಮೂಲಗಳನ್ನು ತೋರಿ #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "ಯಾವುದೇ ಅಂಶ ಪತ್ತೆಯಾಗಿಲ್ಲ" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "URI `%s' ನೊಂದಿಗೆ ಇತ್ತೀಚೆಗೆ ಬಳಸಲಾದ ಯಾವುದೆ ಸಂಪನ್ಮೂಲಗಳು ಪತ್ತೆಯಾಗಿಲ್ಲ" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "'%s' ಅನ್ನು ತೆರೆ" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "ಅಜ್ಞಾತ ಅಂಶ" @@ -2889,7 +2884,7 @@ msgstr "ಅಜ್ಞಾತ ಅಂಶ" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2898,37 +2893,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "URI '%s' ನೊಂದಿಗಿನ ಒಂದು ಅಂಶವನ್ನು ಪತ್ತೆಮಾಡಲಾಗಿಲ್ಲ" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "ಮಾಹಿತಿ" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "ಎಚ್ಚರಿಕೆ" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "ದೋಷ" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "ಪ್ರಶ್ನೆ" @@ -2936,693 +2931,689 @@ msgstr "ಪ್ರಶ್ನೆ" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "ಕುರಿತು(_A)" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "ಸೇರಿಸು(_A)" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "ಅನ್ವಯಿಸು(_A)" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "ದಪ್ಪಕ್ಷರ(_B)" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "ರದ್ದು ಮಾಡು(_C)" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-Rom" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "ತೆರವುಗೊಳಿಸು(_C)" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "ಮುಚ್ಚು(_C)" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "ಸಂಪರ್ಕ ಕಲ್ಪಿಸು (_o)" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "ಮಾರ್ಪಡಿಸು(_C)" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "ಕಾಪಿ ಮಾಡು(_C)" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "ಕತ್ತರಿಸು(_t)" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "ಅಳಿಸು(_D)" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "ತಿರಸ್ಕರಿಸು(_D)" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "ಸಂಪರ್ಕ ಕಡಿದುಹಾಕು (_D)" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "ಕಾರ್ಯಗತಗೊಳಿಸು(_E)" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "ಸಂಪಾದಿಸು(_E)" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "ಹುಡುಕು(_F)" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "ಹುಡುಕು ಹಾಗು ಬದಲಾಯಿಸು(_R)" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "ಫ್ಲಾಪಿ(_F)" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "ಪೂರ್ಣತೆರೆ(_F)" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "ಪೂರ್ಣತೆರೆಯಿಂದ ನಿರ್ಗಮಿಸು(_L)" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "ಕೆಳಗೆ(_B)" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "ಮೊದಲಿನ(_F)" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "ಕೊನೆಯ(_L)" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "ಮೇಲಕ್ಕೆ(_T)" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "ಹಿಂದಕ್ಕೆ(_B)" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "ಕೆಳಕ್ಕೆ(_D)" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "ಮುಂದೆ(_F)" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "ಮೇಲಕ್ಕೆ(_U)" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "ಹಾರ್ಡ್ ಡಿಸ್ಕ್‍(_H)" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "ಸಹಾಯ(_H)" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "ನೆಲೆ(_H)" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "ಇಂಡೆಂಟನ್ನು ಹೆಚ್ಚಿಸು" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "ಇಂಡೆಂಟನ್ನು ಕಡಿಮೆಗೊಳಿಸು" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "ಸೂಚಿ(_I)" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "ಮಾಹಿತಿ(_I)" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "ಇಟಾಲಿಕ್(_I)" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "ಇಲ್ಲಿಗೆ ತೆರಳು(_J)" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "ಮಧ್ಯ(_C)" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "ತುಂಬಿಸು(_F)" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "ಎಡ(_L):" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "ಬಲ(_R):" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "ಮುಂದೆ(_F)" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "ಹೊಸ (_N)" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "ವಿರಮಿಸು(_a)" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "ಚಲಾಯಿಸು(_P)" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "ಹಿಂದಿನ(_v)" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "ರೆಕಾರ್ಡು ಮಾಡು(_R)" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "ಪುನಃ ಸುರುಳಿ ಸುತ್ತು(_e)" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "ನಿಲ್ಲು(_S)" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "ಜಾಲಬಂಧ(_N)" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "ಹೊಸ (_N)" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "ಇಲ್ಲ(_N)" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "ಸರಿ(_O)" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "ತೆರೆ(_O)" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "ಪ್ರಕೃತಿ ದೃಶ್ಯ" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "ಭಾವಚಿತ್ರ" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "ತಿರುಗು ಮುರುಗಾದ ಪ್ರಕೃತಿ ದೃಶ್ಯ" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "ತಿರುಗು ಮುರುಗಾದ ಭಾವಚಿತ್ರ" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "ಪುಟದ ಸಿದ್ಧತೆ(_u)" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "ಅಂಟಿಸು(_P)" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "ಆದ್ಯತೆಗಳು(_P)" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "ಮುದ್ರಿಸು(_P)" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "ಮುದ್ರಣಾ ಮುನ್ನೋಟ(_v)" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "ಗುಣಲಕ್ಷಣಗಳು(_P)" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "ಬಿಟ್ಟು ಬಿಡು(_Q)" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "ಪುನಃ ಮಾಡು(_R)" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "ಪುನಶ್ಚೇತನಗೊಳಿಸು(_R)" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "ತೆಗೆದು ಹಾಕು(_R)" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "ಹಿಮ್ಮರಳಿಸು(_R)" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "ಉಳಿಸು(_S)" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "ಹೀಗೆ ಉಳಿಸು(_A)" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "ಎಲ್ಲವನ್ನೂ ಆರಿಸು(_A)" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "ಬಣ್ಣ(_C)" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "ಅಕ್ಷರ ಶೈಲಿ(_F)" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "ಏರಿಕೆ ಕ್ರಮ (_A)" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "ಇಳಿಕೆಕ್ರಮ (_D)" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "ಕಾಗುಣಿತ ಪರಿಶೀಲನೆ(_S)" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "ನಿಲ್ಲು(_S)" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "ಅಡ್ಡಗೆರೆ(_S)" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "ಅಳಿಸಬೇಡ(_U)" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "ಅಡಿಗೆರೆ(_U)" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "ರದ್ದು ಮಾಡು(_U)" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "ಹೌದು(_Y)" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "ಸಾಮಾನ್ಯ ಗಾತ್ರ(_N)" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "ಸರಿಯಾಗಿ ಹೊಂದಿಕೊಳ್ಳುವ(_F)" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "ಹಿಗ್ಗಿಸು(_I)" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "ಕುಗ್ಗಿಸು(_O)" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "%s ನ ಅನುಕ್ರಮವನ್ನು ತೆರೆಯುವಾಗ ಒಂದು ಅಜ್ಞಾತ ದೋಷ ಎದುರಾಗಿದೆ" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "ರಚನೆ %s ಗೆ ಯಾವುದೇ ಡಿಸಿರಿಯಲೈಸ್ ಕಾರ್ಯವು ಕಂಡು ಬಂದಿಲ್ಲ" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "<%s> ಘಟಕದಲ್ಲಿ \"id\" ಹಾಗು \"ಹೆಸರು\" ಎರಡೂ ಕಂಡುಬಂದಿದೆ" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "ವೈಶಿಷ್ಟ್ಯ \"%s\" ವು <%s> ಘಟಕದಲ್ಲಿ ಎರಡು ಬಾರಿ ಕಂಡು ಬಂದಿದೆ" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "<%s> ಘಟಕವು ಅಮಾನ್ಯ id \"%s\"ಯನ್ನು ಹೊಂದಿದೆ" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "<%s> ಘಟಕವು ಒಂದು \"ಹೆಸರು\" ಅಥವ ಒಂದು \"id\" ವೈಶಿಷ್ಟ್ಯವಾಗಲಿ ಹೊಂದಿಲ್ಲ" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "ವೈಶಿಷ್ಟ್ಯ \"%s\" ವು <%s> ಘಟಕದಲ್ಲಿ ಎರಡು ಬಾರಿ ಪುನರಾವರ್ತಿತವಾಗಿದೆ" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "ವೈಶಿಷ್ಟ್ಯ \"%s\" ವು ಈ ಸನ್ನಿವೇಶದಲ್ಲಿ <%s> ಘಟಕದಲ್ಲಿ ಅಮಾನ್ಯವಾಗಿದೆ" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "ತಲೆಚೀಟಿ(Tag) \"%s\" ಅನ್ನು ವಿವರಿಸಲಾಗಿಲ್ಲ." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "ಅನಾಮಿಕ ತಲೆಚೀಟಿಗಳು (Tag) ಕಂಡು ಬಂದಿವೆ ಹಾಗು ತಲೆಚೀಟಿಗಳನ್ನು ರಚಿಸಲಾಗುವುದಿಲ್ಲ." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." -msgstr "" -"ತಲೆಚೀಟಿ \"%s\" ವು ಬಫರಿನಲ್ಲಿ ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ ಹಾಗು ತಲೆಚೀಟಿಗಳನ್ನು ರಚಿಸಲಾಗುವುದಿಲ್ಲ." +msgstr "ತಲೆಚೀಟಿ \"%s\" ವು ಬಫರಿನಲ್ಲಿ ಅಸ್ತಿತ್ವದಲ್ಲಿಲ್ಲ ಹಾಗು ತಲೆಚೀಟಿಗಳನ್ನು ರಚಿಸಲಾಗುವುದಿಲ್ಲ." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "ಘಟಕ <%s> ವು <%s> ನ ಕೆಳಗೆ ಇರಲು ಅನುಮತಿ ಇಲ್ಲ" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" ವು ಒಂದು ಮಾನ್ಯ ವೈಶಿಷ್ಟ್ಯದ ಪ್ರಕಾರವಲ್ಲ" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" ವು ಒಂದು ಮಾನ್ಯ ವೈಶಿಷ್ಟ್ಯದ ಹೆಸರಾಗಿಲ್ಲ" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format -msgid "" -"\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" +msgid "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "\"%s\" ವನ್ನು \"%s\" ಬಗೆಯ ಮೌಲ್ಯವಾಗಿ ವೈಶಿಷ್ಟ್ಯ \"%s\" ಕ್ಕೆ ಬದಲಾಯಿಸಲಾಗಿಲ್ಲ" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" ವು ವೈಶಿಷ್ಟ್ಯ\"%s\"ಕ್ಕೆ ಒಂದು ಮಾನ್ಯ ಮೌಲ್ಯವಲ್ಲ" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "ತಲೆಚೀಟಿ(tag) \"%s\" ಯನ್ನು ಈಗಾಗಲೆ ವಿವರಿಸಲಾಗಿದೆ" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "ತಲೆಚೀಟಿ(tag) \"%s\" ಯು ಅಮಾನ್ಯ ಆದ್ಯತೆ \"%s\" ಯನ್ನು ಹೊಂದಿದೆ" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "ಪಠ್ಯದಲ್ಲಿನ ಹೊರಗಿನ ಘಟಕವು ಆಗಿರಬೇಕೆ ಹೊರತು <%s> ಆಗಿರಬಾರದು" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "ಒಂದು <%s> ಘಟಕವನ್ನು ಈಗಾಗಲೆ ಸೂಚಿಸಲಾಗಿದೆ" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "ಒಂದು ಘಟಕವು ಘಟಕದ ಮೊದಲು ಇರುವಂತಿಲ್ಲ" -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "ಅನುಕ್ರಮಿತ ದತ್ತಾಂಶವು ವಿರೂಪಗೊಂಡಿದೆ." -#: gtk/gtktextbufferserialize.c:1857 -msgid "" -"Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" -msgstr "" -"ಅನುಕ್ರಮಿತ ದತ್ತಾಂಶವು ವಿರೂಪಗೊಂಡಿದೆ. ಪ್ರಥಮ ವಿಭಾಗವು GTKTEXTBUFFERCONTENTS-0001 ಆಗಿಲ್ಲ" +#: ../gtk/gtktextbufferserialize.c:1857 +msgid "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" +msgstr "ಅನುಕ್ರಮಿತ ದತ್ತಾಂಶವು ವಿರೂಪಗೊಂಡಿದೆ. ಪ್ರಥಮ ವಿಭಾಗವು GTKTEXTBUFFERCONTENTS-0001 ಆಗಿಲ್ಲ" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM ಎಡದಿಂದ-ಬಲಕ್ಕೆ ಗುರುತು(_L)" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM ಬಲದಿಂದ-ಎಡಕ್ಕೆ ಗುರುತು(_R)" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE ಎಡದಿಂದ-ಬಲಕ್ಕೆ ಅಡಕಗೊಳಿಸುವಿಕೆ(_e)" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE ಬಲದಿಂದ-ಎಡಕ್ಕೆ ಅಡಕಗೊಳಿಸುವಿಕೆ(_m)" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO ಎಡದಿಂದ-ಬಲಕ್ಕೆ ಅತಿಕ್ರಮಿಕೆ(_override)" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO ಬಲದಿಂದ-ಎಡಕ್ಕೆ ಅತಿಕ್ರಮಿಕೆ(o_verride)" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF _Pop directional formatting" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS ಶೂನ್ಯ ಅಗಲದ ಜಾಗ(_Z)" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ ಶೂನ್ಯ ಅಗಲ ಸಂಯೋಜಕ (_j)" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ ಸಂಯೋಜಕವಲ್ಲದ ಶೂನ್ಯ ಅಗಲ (_n)" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "ಘಟಕ ಪಥದಲ್ಲಿನ ಥೀಮ್ ಎಂಜಿನನ್ನು ಪತ್ತೆಹಚ್ಚಲಾಗಿಲ್ಲ(_p): \"%s\"," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- ಮಾಹಿತಿಯಿಲ್ಲ ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "ಅನಿರೀಕ್ಷಿತ ಆರಂಭ ತಲೆಚೀಟಿ '%s' ಯು ಸಾಲು %d ನಲ್ಲಿನ ಅಕ್ಷರ %d ದಲ್ಲಿ ಕಂಡು ಬಂದಿದೆ" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "ಸಾಲು %d ನಲ್ಲಿನ ಅಕ್ಷರ %d ದಲ್ಲಿ ಅನಿರೀಕ್ಷಿತ ಅಕ್ಷರ ದತ್ತಾಂಶ" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "ಖಾಲಿ" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "ವಾಲ್ಯೂಮ್" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "ವಾಲ್ಯೂಮ್ ಅನ್ನು ಹೆಚ್ಚು ಅಥವ ಕಡಿಮೆ ಮಾಡುತ್ತದೆ" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "ವಾಲ್ಯೂಮ್ ಅನ್ನು ಹೊಂದಿಸುತ್ತದೆ" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "ವಾಲ್ಯೂಮ್ ಅನ್ನು ಕಡಿಮೆಗೊಳಿಸು" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "ವಾಲ್ಯೂಮ್ ಅನ್ನು ಕಡಿಮೆಗೊಳಿಸುತ್ತದೆ" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "ವಾಲ್ಯೂಮ್ ಅನ್ನು ಹೆಚ್ಚು ಮಾಡು" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "ವಾಲ್ಯೂಮ್ ಅನ್ನು ಹೆಚ್ಚು ಮಾಡುತ್ತದೆ" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "ಮೂಕಗೊಳಿಸಲಾಗಿದೆ" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "ಸಂಪೂರ್ಣ ಧ್ವನಿ ಪ್ರಮಾಣ" @@ -3631,927 +3622,927 @@ msgstr "ಸಂಪೂರ್ಣ ಧ್ವನಿ ಪ್ರಮಾಣ" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 ಎಕ್ಸ್‍ಟ್ರಾ" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 ಎಕ್ಸ್‍ಟ್ರಾ" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 ಟ್ಯಾಬ್" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 ಎಕ್ಸ್‍ಟ್ರಾ" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 ಎಕ್ಸ್‍ಟ್ರಾ" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "DL ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Choukei 2 ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Choukei 3 ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Choukei 4 ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (ಪೊಸ್ಟ್ ಕಾರ್ಡ್)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "kahu ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "kaku2 ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (ಮಾರುತ್ತರಿಸುವ ಪೋಸ್ಟ್ ಕಾರ್ಡ್)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "you4 ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "೧೦x೧೧" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "೧೦x೧೩" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "೧೦x೧೪" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "೧೦x೧೫" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "೧೧x೧೨" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "೧೧x೧೫" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "೧೨x೧೯" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "೫x೭" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "೬x೯ ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "೭x೯ ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "೯x೧೧ ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "a2 ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "ಆರ್ಚ್ A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "ಆರ್ಚ್ B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "ಆರ್ಚ್ C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "ಆರ್ಚ್ D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "ಆರ್ಚ್ E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-ಪ್ಲಸ್" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "c5 ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "ಯುರೋಪಿಯನ್ edp" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "ಎಕ್ಸಿಕ್ಯೂಟಿವ್" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "ಫ್ಯಾನ್-ಫೋಲ್ಡ್ ಯೊರೋಪಿಯನ್" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "ಫ್ಯಾನ್-ಫೋಲ್ಡ್ ಯುಎಸ್" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "ಫ್ಯಾನ್-ಫೋಲ್ಡ್ ಜರ್ಮನ್ ಲೀಗಲ್" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "ಸರ್ಕಾರಿ ಲೀಗಲ್" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "ಸರ್ಕಾರಿ ಕಾಗದ" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "ಇಂಡೆಕ್ಸ್ ೩x೫" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "ಇಂಡೆಕ್ಸ್ ೪x೬(ಪೋಸ್ಟ್ ಕಾರ್ಡ್)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "ಇಂಡೆಕ್ಸ್ ೪x೬ ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "ಇಂಡೆಕ್ಸ್ ೫x೮" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "ಸರಕುಪಟ್ಟಿ(ಇನ್‌ವಾಯ್ಸ್)" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "ಟ್ಯಾಬ್ಲಾಯ್ಡ್‍" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "ಯುಎಸ್ ಲೀಗಲ್" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "ಯುಎಸ್ ಲೀಗಲ್ ಎಕ್ಸ್ಟ್ರಾ" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "ಯುಎಸ್ ಲೆಟರ್" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "ಯುಎಸ್ ಲೆಟರ್ ಎಕ್ಸ್ಟ್ರಾ" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "ಯುಎಸ್ ಲೆಟರ್ ಪ್ಲಸ್" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "ರಾಜ ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "#೧೦ ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "#೧೧ ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "#೧೨ ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "#೧೪ ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "#೯ ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "ವೈಯಕ್ತಿಕ ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "ಕ್ವಾರ್ಟೊ" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "ಸೂಪರ್ A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "ಸೂಪರ್ B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "ಅಗಲ ವಿನ್ಯಾಸ" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "ಫೋಲಿಯೊ" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "ಫೋಲಿಯೋ sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "ಆಹ್ವಾನ ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "ಇಟಾಲಿಯನ್ ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Postfix ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "ಚಿಕ್ಕ ಭಾವಚಿತ್ರ" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "prc1 ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "prc10 ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "prc2 ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "prc3 ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "prc4 ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "c5 ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "prc6 ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "prc7 ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "prc8 ಲಕೋಟೆ" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "symlinked ಆದ '%s' ಹಾಗು '%s' ಗೆ ವಿಭಿನ್ನ idata ಗಳು ಕಂಡು ಬಂದಿವೆ\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "ಶೀರ್ಷಿಕೆಯನ್ನು ಬರೆಯುವಲ್ಲಿ ವಿಫಲತೆ\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "ಹ್ಯಾಶ್(hash) ಟೇಬಲ್ಲಿಗೆ ಬರೆಯುವಲ್ಲಿ ವಿಫಲತೆ\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "ಕಡತಕೋಶ ಸೂಚಿಗೆ ಬರೆಯುವಲ್ಲಿ ವಿಫಲತೆ\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "ಶೀರ್ಷಿಕೆಯನ್ನು ಪುನರ್ ಬರೆಯುವಲ್ಲಿ ವಿಫಲತೆ\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "%s ಕಡತವನ್ನು ತೆರೆಯುವಲ್ಲಿ ವಿಫಲತೆ: %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "ಕ್ಯಾಶೆ(cache) ಕಡತವನ್ನು ಬರೆಯುವಲ್ಲಿ ವಿಫಲತೆ: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "ನಿರ್ಮಿಸಲಾದ ಕ್ಯಾಶೆಯು ಅಮಾನ್ಯವಾಗಿದೆ.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "%s ಅನ್ನು %s ಗೆ ಪುನರ್ ನಾಮಕರಣ ಮಾಡಲಾಗಿಲ್ಲ: %s, %s ಅನ್ನು ತೆಗೆಯಲಾಗುತ್ತಿದೆ\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "%s ಅನ್ನು %s ಗೆ ಪುನರ್ ನಾಮಕರಣ ಮಾಡಲಾಗಿಲ್ಲ: %s.\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "%s ಅನ್ನು %s ಎಂದು ಮರಳಿ ಪುನರ್ ನಾಮಕರಣ ಮಾಡಲಾಗಿಲ್ಲ: %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "ಕ್ಯಾಶೆಯು ಯಶಸ್ವಿಯಾಗಿ ರಚಿತಗೊಂಡಿದೆ.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "ಪ್ರಸ್ತುತ ಇರುವ ಒಂದು ಕ್ಯಾಶೆಯು ನವೀಕೃತವಾಗಿದ್ದರೂ ಅದನ್ನು ತಿದ್ದಿಬರೆ" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "index.theme ನ ಅಸ್ತಿತ್ವವನ್ನು ಪರೀಕ್ಷೆ ಮಾಡಬೇಡ" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "ಚಿತ್ರ ದತ್ತಾಂಶವನ್ನು ಕ್ಯಾಶೆಯಲ್ಲಿ ಅಡಕಗೊಳಿಸಬೇಡ" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "ಒಂದು C ಶೀರ್ಷಿಕಾ ಕಡತವನ್ನು ಆದಾನ(Output) ಮಾಡು" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "ವರ್ಬೊಸ್ ಆದಾನವನ್ನು ಆಫ್ ಮಾಡಿ" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "ಪ್ರಸ್ತುತ ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ ಕ್ಯಾಶೆಯನ್ನು ಸಕ್ರಮಗೊಳಿಸು" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "ಕಡತ ಪತ್ತೆಯಾಗಿಲ್ಲ: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "ಒಂದು ಮಾನ್ಯ ಲಾಂಛನ ಕ್ಯಾಶೆ ಅಲ್ಲ: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "ಯಾವುದೆ ಥೀಮ್ ಸೂಚಕ ಕಡತವಿಲ್ಲ." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4562,271 +4553,271 @@ msgstr "" "ಬಳಸಿ.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "ಆಮ್-ಹೆರಿಕ್ (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "ಸೆಡಿಲ್ಲಾ" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "ಸಿರಿಲಿಕ್ (ಲಿಪ್ಯಂತರ ಮಾಡಲಾಗಿದ್ದು)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "ಇನುಕ್ಟಿಟುಟ್ (ಲಿಪ್ಯಂತರ ಮಾಡಲಾಗಿದ್ದು)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "ಮಲ್ಟಿಪ್ರೆಸ್" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "ಥಾಯ್-ಲಾವೊ" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "ಟಿಗ್ರಿಗ್ನಾ-ಇರಿಟ್ರಿಯನ್ (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "ಟಿಗ್ರಿಗ್ನಾ-ಇಥಿಯೋಪಿಯನ್ (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "ವಿಯೆಟ್ನಾಮೀಸ್ (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "X ಆದಾನ ಪದ್ದತಿ" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "'%s' ಮುದ್ರಕದಲ್ಲಿ ಶಾಯಿ ಕಡಿಮೆಯಾಗಿದೆ." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "'%s' ಮುದ್ರಕದಲ್ಲಿ ಶಾಯಿ ಖಾಲಿಯಾಗಿದೆ." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "'%s' ಮುದ್ರಕದಲ್ಲಿ ಡೆವಲಪರ್ ಕಡಿಮೆ ಇದೆ." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "'%s' ಮುದ್ರಕದಲ್ಲಿ ಡೆವಲಪರ್ ಖಾಲಿಯಾಗಿದೆ." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "'%s' ಮುದ್ರಕದಲ್ಲಿ ಕನಿಷ್ಟ ಪಕ್ಷ ಒಂದು ಮಾರ್ಕರಿನ ಪೂರೈಕೆಯಲ್ಲಿ ಕೊರತೆ ಇದೆ." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "'%s' ಮುದ್ರಕದಲ್ಲಿ ಕನಿಷ್ಟ ಪಕ್ಷ ಒಂದು ಮಾರ್ಕರಿನ ಪೂರೈಕೆ ಇಲ್ಲವಾಗಿದೆ." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "'%s' ಮುದ್ರಕದ ಹೊದಿಕೆಯು ತೆರೆದಿದೆ." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "'%s' ಮುದ್ರಕದ ಬಾಗಿಲು ತೆರೆದಿದೆ." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "'%s' ಮುದ್ರಕದಲ್ಲಿ ಹಾಳೆಗಳ ಕೊರತೆಯಾಗಿದೆ." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "'%s' ಮುದ್ರಕದಲ್ಲಿ ಹಾಳೆಗಳು ಖಾಲಿಯಾಗಿವೆ." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "'%s' ಮುದ್ರಕವು ಆಫ್-ಲೈನ್‌ನಲ್ಲಿದೆ." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "'%s' ಮುದ್ರಕವು ಸಂಪರ್ಕಿತಗೊಂಡಿರದೆ ಇರಬಹುದು." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "'%s' ಮುದ್ರಕಕ್ಕೆ ಒಂದು ತೊಂದರೆ ಎದುರಾಗಿದೆ." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "ತಾತ್ಕಾಲಿಕ ಸ್ಥಗಿತ; ಕೆಲಸವು ತಿರಸ್ಕರಿಸಲ್ಪಟ್ಟಿದೆ" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "ಕೆಲಸವು ತಿರಸ್ಕರಿಸಲ್ಪಟ್ಟಿದೆ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "ಎರಡು ಬದಿಯ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "ಕಾಗದದ ಬಗೆ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "ಕಾಗದದ ಆಕರ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "ಪ್ರದಾನ(ಔಟ್‌ಪುಟ್) ಟ್ರೇ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "ರೆಸಲ್ಯೂಶನ್" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "GhostScript ಪೂರ್ವ-ಶೋಧಿಸುವಿಕೆ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "ಒಂದು ಬದಿಯ" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "ಉದ್ದನೆಯ ಅಂಚು (ಸಾಮಾನ್ಯ)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "ಸಣ್ಣ ಅಂಚು (ಮಡುಚು)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "ಸ್ವಯಂಚಾಲಿತ ಆಯ್ಕೆ" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "ಮುದ್ರಕ ಪೂರ್ವನಿಯೋಜಿತ" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "ಹುದುಗಿಸಲಾದ GhostScript ಅಕ್ಷರಶೈಲಿಗಳು ಮಾತ್ರ" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "PS ಹಂತ ೧ ಕ್ಕೆ ಮಾರ್ಪಡಿಸು" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "PS ಹಂತ ೨ ಕ್ಕೆ ಮಾರ್ಪಡಿಸು" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "ಪೂರ್ವ-ಶೋಧನೆ ಇಲ್ಲ" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "ಇತರೆ" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "ತುರ್ತು" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "ಹೆಚ್ಚಿನ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "ಮಧ್ಯಮ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "ಕೆಳಮಟ್ಟದ" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "ಎಡದಿಂದ ಬಲಕ್ಕೆ, ಮೇಲಿನಿಂದ ಕೆಳಕ್ಕೆ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "ಎಡದಿಂದ ಬಲಕ್ಕೆ, ಕೆಳಗಿನಿಂದ ಮೇಲಕ್ಕೆ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "ಬಲದಿಂದ ಎಡಕ್ಕೆ, ಮೇಲಿನಿಂದ ಕೆಳಕ್ಕೆ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "ಬಲದಿಂದ ಎಡಕ್ಕೆ, ಕೆಳಗಿನಿಂದ ಮೇಲಕ್ಕೆ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "ಮೇಲಿನಿಂದ ಕೆಳಕ್ಕೆ, ಎಡದಿಂದ ಬಲಕ್ಕೆ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "ಮೇಲಿನಿಂದ ಕೆಳಕ್ಕೆ, ಬಲದಿಂದ ಎಡಕ್ಕೆ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "ಕೆಳಗಿನಿಂದ ಮೇಲಕ್ಕೆ, ಎಡದಿಂದ ಬಲಕ್ಕೆ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "ಕೆಳಗಿನಿಂದ ಮೇಲಕ್ಕೆ, ಬಲದಿಂದ ಎಡಕ್ಕೆ" @@ -4834,66 +4825,66 @@ msgstr "ಕೆಳಗಿನಿಂದ ಮೇಲಕ್ಕೆ, ಬಲದಿಂದ #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "ಪ್ರತಿ ಹಾಳೆಯಲ್ಲಿನ ಪುಟಗಳು" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "ಕೆಲಸದ ಆದ್ಯತೆ" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "ಬಿಲ್ಲು ಮಾಡುವ ಮಾಹಿತಿ" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "ಯಾವುದೂ ಇಲ್ಲ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "ವರ್ಗೀಕೃತವಾದದ್ದು" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "ಗೌಪ್ಯವಾದ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "ರಹಸ್ಯ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "ಸಾಮಾನ್ಯ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "ಉನ್ನತ ರಹಸ್ಯ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "ವರ್ಗೀಕೃತಗೊಳ್ಳದ್ದು" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "ಈ ಮೊದಲು" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "ನಂತರ" @@ -4901,14 +4892,14 @@ msgstr "ನಂತರ" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "ಇಲ್ಲಿ ಮುದ್ರಿಸು" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "ಈ ಸಮಯದಲ್ಲಿ ಮುದ್ರಿಸು" @@ -4916,65 +4907,66 @@ msgstr "ಈ ಸಮಯದಲ್ಲಿ ಮುದ್ರಿಸು" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "ಕಸ್ಟಮ್ %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "ಪ್ರದಾನ(ಔಟ್‌ಪುಟ್).%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "ಕಡತಕ್ಕೆ ಮುದ್ರಿಸು" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "ಪೋಸ್ಟ್-ಸ್ಕ್ರಿಪ್ಟ್" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "ಪ್ರತಿ ಹಾಳೆಯಲ್ಲಿನ ಪುಟಗಳು (_s):" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "ಕಡತ" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "ಪ್ರದಾನದ (ಔಟ್‌ಪುಟ್) ವಿನ್ಯಾಸ (_O)" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "LPR ಗೆ ಮುದ್ರಿಸು" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "ಪ್ರತಿ ಹಾಳೆಯಲ್ಲಿನ ಪುಟಗಳು" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "ಆಜ್ಞಾ ಸಾಲು" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "ಪರೀಕ್ಷಾ-ಪ್ರದಾನ (ಔಟ್‌ಪುಟ್).%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "ಮುದ್ರಕವನ್ನು ಪರೀಕ್ಷಿಸಲು ಮುದ್ರಿಸು" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "'%s' ಕಡತಕ್ಕೆ ಮಾಹಿತಿಯನ್ನು ಪಡೆಯಲಾಗಿಲ್ಲ: %s" + From 812e129cd612f1b374be310c06d6f5142bb4603b Mon Sep 17 00:00:00 2001 From: Tomasz Mon Date: Tue, 28 Apr 2009 14:34:44 -0400 Subject: [PATCH 107/190] fix build for gtkdial example Replace use of deprecated GTK_SIGNAL_FUNC with G_CALLBACK, and add depth to blankstyle. Fixes Bug #578634. --- examples/gtkdial/gtkdial.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/examples/gtkdial/gtkdial.c b/examples/gtkdial/gtkdial.c index 87c8dbb564..385ed420f4 100644 --- a/examples/gtkdial/gtkdial.c +++ b/examples/gtkdial/gtkdial.c @@ -190,11 +190,11 @@ gtk_dial_set_adjustment (GtkDial *dial, dial->adjustment = adjustment; g_object_ref (GTK_OBJECT (dial->adjustment)); - g_signal_connect (GTK_OBJECT (adjustment), "changed", - GTK_SIGNAL_FUNC (gtk_dial_adjustment_changed), + g_signal_connect (G_OBJECT (adjustment), "changed", + G_CALLBACK (gtk_dial_adjustment_changed), (gpointer) dial); - g_signal_connect (GTK_OBJECT (adjustment), "value_changed", - GTK_SIGNAL_FUNC (gtk_dial_adjustment_value_changed), + g_signal_connect (G_OBJECT (adjustment), "value_changed", + G_CALLBACK (gtk_dial_adjustment_value_changed), (gpointer) dial); dial->old_value = adjustment->value; @@ -333,6 +333,8 @@ gtk_dial_expose( GtkWidget *widget, widget->style->bg_gc[GTK_STATE_NORMAL]; blankstyle->black_gc = widget->style->bg_gc[GTK_STATE_NORMAL]; + blankstyle->depth = + gdk_drawable_get_depth( GDK_DRAWABLE (widget->window)); gtk_paint_polygon (blankstyle, widget->window, From dae20e256132e4431535e08bac1b1a81febd7e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20P=C3=B5ldaru?= Date: Wed, 29 Apr 2009 07:50:18 +0300 Subject: [PATCH 108/190] Updating Estonian translation --- po/et.po | 1113 ++++-------------------------------------------------- 1 file changed, 73 insertions(+), 1040 deletions(-) diff --git a/po/et.po b/po/et.po index 581b26159e..f5682ee91a 100644 --- a/po/et.po +++ b/po/et.po @@ -15,9 +15,10 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-02-12 22:02+0300\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" +"+&component=general\n" +"POT-Creation-Date: 2009-04-26 13:42+0000\n" +"PO-Revision-Date: 2009-04-28 01:32+0300\n" "Last-Translator: Mattias Põldaru \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" @@ -25,58 +26,47 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Viga võtme --gdk-debug parsimisel" -#: gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Viga võtme --gdk-no-debug parsimisel" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Aknahalduri poolt kasutatav programmi klass" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 msgid "CLASS" msgstr "KLASS" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Aknahalduri poolt kasutatav programmi nimi" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 msgid "NAME" msgstr "NIMI" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 msgid "X display to use" msgstr "Kasutatav X'i kuva" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 msgid "DISPLAY" msgstr "KUVA" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 msgid "X screen to use" msgstr "Kasutatav X'i ekraan" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 msgid "SCREEN" msgstr "EKRAAN" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Gdk silumislipud, mida seada" @@ -84,213 +74,169 @@ msgstr "Gdk silumislipud, mida seada" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 msgid "FLAGS" msgstr "LIPUD" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Gdk silumislipud, mida maha võtta" -#: gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "BackSpace" -#: gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tab" -#: gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Enter" -#: gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Scroll_Lock" -#: gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Escape" -#: gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_key" -#: gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Left" -#: gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Up" -#: gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Right" -#: gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Down" -#: gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page_Up" -#: gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page_Down" -#: gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" -#: gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" -#: gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Print" -#: gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insert" -#: gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" -#: gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Space" -#: gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Tab" -#: gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Enter" -#: gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP_Home" -#: gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP_Left" -#: gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP_Up" -#: gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP_Right" -#: gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP_Down" -#: gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_Page_Up" -#: gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP_Prior" -#: gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP_Next" -#: gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "KP_End" -#: gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP_Begin" -#: gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP_Insert" -#: gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP_Delete" -#: gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Delete" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Tõrge faili '%s' avamisel: %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Pildifaili '%s' ei sisalda andmeid" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -298,7 +244,6 @@ msgstr "" "Tõrge pildifaili '%s' laadimisel: põhjus teadmata, arvatavasti on pildifail " "rikutud" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -307,12 +252,10 @@ msgstr "" "Tõrge animatsiooni '%s' laadimisel: põhjus teadmata, arvatavasti on " "animatsioonifail rikutud" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Piltide laadimise moodulit pole võimalik laadida: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -321,53 +264,42 @@ msgstr "" "Pildilaadimismoodul '%s' ei väljasta korralikku liidest; võib-olla on " "tegemist erinevate GTK versioonidega?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "'%s' pilditüüp pole toetatud" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Pildifaili '%s' vormingut pole võimalik ära tunda" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Pildifaili vorming pole äratuntav" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Tõrge pildi '%s' laadimisel: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Viga pildifaili kirjutamisel: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "See gdk-pixbuf'i variant ei toeta %s pildivormingu salvestamist" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Pildi väljakutsesse salvestamiseks pole piisavalt mälu" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Tõrge ajutise faili avamisel" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Tõrge ajutisest failist lugemisel" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Tõrge faili '%s' kirjutamiseks avamisel: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -375,15 +307,12 @@ msgid "" msgstr "" "Tõrge faili '%s' sulgemisel, kõik andmeid ei pruugi olla salvestatud: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Pildi puhvrisse salvestamiseks pole piisavalt mälu" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Viga pildifaili voogu kirjutamisel" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -392,254 +321,190 @@ msgstr "" "Sisemine viga: pildilaadimismooduli '%s' tõrge toimingu läbiviimisel, moodul " "ei andud tõrke põhjuse kohta andmeid" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Osade kaupa laadimine pole %s pilditüübi puhul toetatud" -#: gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Pildi päis on rikutud" -#: gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Pildi vorming on tundmatu" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Pildi piksliandmed on rikutud" -#: gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "tõrge pildipuhvrile %u baidi eraldamisel" msgstr[1] "tõrge pildipuhvrile %u baidi eraldamisel" -#: gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Animatsioonis on ootamatu ikoonitükk" -#: gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Animatsioonitüüp pole toetatud" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Vigane päis animatsioonis" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Animatsiooni laadimiseks pole piisavalt mälu" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Animatsioonis on vigaselt vormindatud tükk" -#: gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "ANI-pildivorming" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "BMP-pildi päises on võltsandmed" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Rasterpildi laadimiseks pole piisavalt mälu" -#: gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "BMP-pilt omas toetamata suurusega päist" -#: gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Ülalt-alla suunaga BMP-pilte pole võimalik pakkida" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Faili lõpp tuli enneaegselt" -#: gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "BMP-faili salvestamiseks pole võimalik mälu eraldada" -#: gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "BMP-faili pole võimalik kirjutada" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "BMP-pildivorming" -#: gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Viga GIF-faili lugemisel: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "GIF-failis on mõningad andmed puudu (kas seda on kuidagi tükeldatud?)" -#: gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Sisemine viga GIF laadijas (%s)" -#: gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Pinu ületäituvus" -#: gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "GIF-pildifaili laadija ei saa sellest pildist aru." -#: gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Avastati vigane kood" -#: gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "GIF-failis on ringseosega tabelikirje" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "GIF-faili laadimiseks pole piisavalt mälu" -#: gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "GIF-failis liitraami loomiseks pole piisavalt mälu" -#: gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "GIF-pilt on rikutud (mittekorrektne LZW pakkimine)" -#: gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Fail ei tundu olevat GIF-fail" -#: gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "GIF-failivormingu versioon %s pole toetatud" -#: gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." msgstr "" "GIF-pildil puudub üldine värvikaart ja raami sees pole kohalikku värvikaarti." -#: gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "GIF-pilt pole täielik või on seda tükeldatud." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "GIF-failivorming" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Vigane päis ikoonis" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Ikooni laadimiseks pole piisavalt mälu" -#: gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Ikoonil on null-laius" -#: gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Ikoonil on null-kõrgus" -#: gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Pakitud ikoonid pole toetatud" -#: gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Toetamata ikoonitüüp" -#: gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "ICO-faili laadimiseks pole piisavalt mälu" -#: gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Pilt on ICO-vormingus salvestamiseks liiga suur" -#: gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Kursori tulipunkt jääb pildist välja" -#: gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Toetamata värvisügavus %d ICO-faili jaoks" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "ICO-pildivorming" -#: gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Viga ICNS-pildi lugemisel: %s" -#: gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "ICNS-faili pole võimalik dekodeerida" -#: gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "ICNS-pildivorming" -#: gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Voo jaoks pole võimalik mälu eraldada" -#: gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Pilti pole võimalik dekodeerida" -#: gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Transformeeritud JPEG2000 laius või kõrgus on null" -#: gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Pilditüüp pole hetkel toetatud" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Värviprifiilile pole võimalik mälu eraldada" -#: gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 faili avamiseks pole piisavalt mälu" -#: gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Pildi andmete puhverdamiseks pole võimalik mälu eraldada" -#: gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 pildivorming" -#: gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Viga JPEG-pildifaili (%s) tõlgendamisel" -#: gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -647,21 +512,16 @@ msgstr "" "Pildifaili laadimiseks pole piisavalt mälu. Mälu vabastamiseks võid sa " "proovida sulgeda mõned rakendused" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Toetamata JPEG värvituum (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "JPEG-faili laadimiseks pole võimalik mälu eraldada" -#: gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Transformeeritud JPEG laius või kõrgus on null." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -670,93 +530,72 @@ msgstr "" "JPEG kvaliteedi väärtus peab olema 0 ja 100 vahel; väärtust '%s' pole " "võimalik analüüsida." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" "JPEG kvaliteedi väärtus peab olema 0 ja 100 vahel; väärtus '%d' pole lubatud." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG-pildivorming" -#: gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Päise jaoks pole võimalik mälu eraldada" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Kontekstipuhvri jaoks pole võimalik mälu eraldada" -#: gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Pildil on vigane laius ja/või kõrgus" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Pildil on toetamata värvisügavus" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Pildil on toetamata hulk %d-bitiseid tasandeid" -#: gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Uut pixbuf'i pole võimalik luua" -#: gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Joone andmetele pole võimalik mälu eraldada" -#: gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Paleti andmetele pole võimalik mälu eraldada" -#: gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "PCX-pildi jaoks ei saadud kõiki ridu" -#: gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "PCX-andmete lõpust ei leitud paletti" -#: gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "PCX-pildivorming" -#: gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Bittide arv PNG-faili kanalis on vigane." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Transformeeritud PNG laius või kõrgus on null." -#: gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Bittide arv transformeeritud PNG kanali kohta pole 8." -#: gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Transformeeritud PNG pole RGB ega RGBA." -#: gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "Transformeeritud PNG omab toetamata arvu kanaleid, peaks olema 3 või 4." -#: gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Saatuslik viga PNG-pildifailis: %s" -#: gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "PNG-faili laadimiseks pole piisavalt mälu" -#: gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -765,27 +604,22 @@ msgstr "" "%ldx%ld suurusega pildi salvestamiseks pole piisavalt mälu. Mälukasutuse " "vähendamiseks võid sa proovida mõnede rakenduste sulgemist" -#: gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Saatuslik viga PNG-pildifaili lugemisel" -#: gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Saatuslik viga PNG-pildifaili lugemisel: %s" -#: gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "" "PNG tekstitükkide võtmed peavad olema vähemalt 1 märgi ja kõige rohkem 79 " "märgi pikkused." -#: gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "PNG tekstitükkide võtmed peavad olema ASCII-märkidena." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -794,427 +628,330 @@ msgstr "" "PNG pakkimistase peab olema 0 ja 9 vahel; väärtust '%s' pole võimalik " "analüüsida." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " "allowed." msgstr "PNG pakkimistase peab olema 0 ja 9 vahel; väärtus '%d' pole lubatud." -#: gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "" "PNG tekstitüki %s väärtust pole võimalik ISO-8859-1 kooditabelile vastavaks " "teisendada." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "PNG-pildivorming" -#: gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "PNM laadur lootis leida täisarvu, kuid ei leidnud" -#: gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "PNM-failil on ebakorrektne algbait" -#: gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "PNM-fail pole äratuntavas PNM-alamvormingus" -#: gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "PNM-failil on pildi laius 0" -#: gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "PNM-failil on pildi kõrgus 0" -#: gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Maksimaalne suurim värvi väärtus PNM-failis on 0" -#: gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Maksimaalne suurim värvi väärtus PNM-failis on liiga suur" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Toore PNM-faili tüüp on vigane" -#: gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "PNM-pildivormingu laadija ei toeta seda PNM-alamvormingut" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "" "Toored PNM-vormingud nõuavad näidisandmete ette vähemalt ühte tühemikku" -#: gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "PNM-faili laadimiseks pole võimalik mälu eraldada" -#: gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "PNM kontekstistruktuuri laadimiseks pole piisavalt mälu" -#: gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Ootamatu PNM-pildi andmete lõpp" -#: gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "PNM-faili laadimiseks pole piisavalt mälu" -#: gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "PNM/PBM/PGM/PPM-pildivormingu perekond" -#: gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "RAS-pildi päises on võltsandmed" -#: gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "RAS-pildil on tundmatu tüüp" -#: gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "RAS-pildi toetamata variatsioon" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "RAS-pildi laadimiseks pole piisavalt mälu" -#: gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Sun rastripildivorming" -#: gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "IOBuffer struktuuri jaoks pole võimalik mälu eraldada" -#: gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "IOBuffer andmete jaoks pole võimalik mälu eraldada" -#: gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "IO-puhvri andmeid pole võimalik ümber paigutada" -#: gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "IOBuffer andmetele pole võimalik mälu eraldada" -#: gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Uut pixbuf'i pole võimalik eraldada" -#: gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Värvikaardi struktuurile pole võimalik mälu eraldada" -#: gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Värvikaardi kirjetele pole võimalik mälu eraldada" -#: gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Ootamatu bitisügavus värvikaardi kirjetele" -#: gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "TGA päisele pole võimalik mälu eraldada" -#: gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "TGA-pildil on vigane suurus" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "TGA-pilditüüp pole toetatud" -#: gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "TGA kontekstistruktuuri jaoks pole võimalik mälu eraldada" -#: gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "Failis on liigsed andmed" -#: gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Targa pildivorming" -#: gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Pildi laiust pole võimalik tuvastada (vigane TIFF-fail)" -#: gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Pildi kõrgust pole võimalik tuvastada (vigane TIFF-fail)" -#: gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "TIFF-pildi laius või kõrgus on null" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "TIFF-pildi mõõtmed on liiga suured" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "TIFF-faili avamiseks pole piisavalt mälu" -#: gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "TIFF-failist pole võimalik RGB andmeid lugeda " -#: gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Tõrge TIFF-faili avamisel" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "TIFFSulgemisoperatsioon nurjus" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Tõrge TIFF-faili laadimisel" -#: gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Tõrge TIFF-faili salvestamisel" -#: gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Tõrge TIFF-andmete kirjutamisel" -#: gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "TIFF-faili pole võimalik kirjutada" -#: gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "TIFF-pildivorming" -#: gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Pildi laius on null" -#: gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Pildi kõrgus on null" -#: gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Pildi laadimiseks pole piisavalt mälu" -#: gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Ülejäänud pole võimalik salvestada" -#: gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "WBMP-pildivorming" -#: gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Vigane XBM-fail" -#: gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "XBM-pildifaili laadimiseks pole piisavalt mälu" -#: gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "Tõrge XBM-pildi laadimise käigus ajutisse faili kirjutamisel" -#: gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "XBM-pildivorming" -#: gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "XPM päist ei leitud" -#: gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Vigane XPM päis" -#: gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "XPM-failil on pildi laius <= 0 " -#: gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "XPM-failil on pildi kõrgus <= 0 " -#: gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM sisaldab vigast \"sümboleid piksli kohta\" numbrit" -#: gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "XPM-fail sisaldab vigast värvide arvu" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "XPM-faili laadimiseks pole võimalik mälu eraldada" -#: gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "XPM värvikaarti ei suudeta lugeda" -#: gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "Tõrge ajutise faili kirjutamisel XPM-pildi laadimisel" -#: gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "XPM-pildivorming" -#: gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "EMF-pildivorming" -#: gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Mälu pole võimalik eraldada: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Voogu pole võimalik luua: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Voos pole võimalik asukohta vahetada: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Voost pole võimalik lugeda: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Rastergraafikat pole võimalik laadida" -#: gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Metafaili pole võimalik laadida" -#: gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Toetamata pildivorming GDI+ jaoks" -#: gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Salvestamine pole võimalik" -#: gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "WMF-pildivorming" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Ära kuhja GDI päringuid" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Digitahvli jaoks ei kasutata Wintab API-t" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Sama mis --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Ära kasuta Wintab API-t [vaikimisi]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Paleti suurus 8-bitises resiimis" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "VÄRVID" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "X'i kutsungid sünkroonseks" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Käivitamine: %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Avamine: %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "%d kirje avamine" msgstr[1] "%d kirje avamine" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#| msgid "Could not clear list" +msgid "Could not show link" +msgstr "Linki pole võimalik kuvada" + msgid "License" msgstr "Litsents" -#: gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Programmi litsents" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 msgid "C_redits" msgstr "_Autorid" #. Add the license button -#: gtk/gtkaboutdialog.c:506 msgid "_License" msgstr "_Litsents" -#: gtk/gtkaboutdialog.c:774 #, c-format msgid "About %s" msgstr "Lähem teave %s kohta" -#: gtk/gtkaboutdialog.c:2033 msgid "Credits" msgstr "Autorid" -#: gtk/gtkaboutdialog.c:2062 msgid "Written by" msgstr "Programmeerimine" -#: gtk/gtkaboutdialog.c:2065 msgid "Documented by" msgstr "Dokumentatsioon" -#: gtk/gtkaboutdialog.c:2077 msgid "Translated by" msgstr "Tõlge" -#: gtk/gtkaboutdialog.c:2081 msgid "Artwork by" msgstr "Kunst" @@ -1223,7 +960,6 @@ msgstr "Kunst" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1233,7 +969,6 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1243,7 +978,6 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1253,7 +987,6 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1263,7 +996,6 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hüper" @@ -1273,37 +1005,30 @@ msgstr "Hüper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Tühik" -#: gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "Vigane liigi funktsioon: `%s'" +msgstr "Vigane liigi funktsioon real %d: '%s'" -#: gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "Duplikaatobjekt id-ga '%s' real %d (eelmine real %d)" -#: gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Vigane juurkirje: %s" -#: gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Käsitlematu silt: '%s'" @@ -1317,7 +1042,6 @@ msgstr "Käsitlematu silt: '%s'" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1325,7 +1049,6 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1334,7 +1057,6 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1349,7 +1071,6 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1365,7 +1086,6 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1381,7 +1101,6 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1389,34 +1108,37 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Välja lülitatud" +#. This label is displayed in a treeview cell displaying +#. * an accelerator key combination that is not valid according +#. * to gtk_accelerator_valid(). +#. +#| msgid "Invalid URI" +msgctxt "Accelerator" +msgid "Invalid" +msgstr "Vigane" + #. This label is displayed in a treeview cell displaying #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Uus kiirendi..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Värvuse valimine" -#: gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Võesti vastu vigased värviandmed\n" -#: gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1424,7 +1146,6 @@ msgstr "" "Vali oma soovitud värv välimiselt ringilt. Kasutades sisemist kolmnurka, " "vali värvi heledus või tumedus." -#: gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." @@ -1432,67 +1153,51 @@ msgstr "" "Pipeti abil on võimalik valida värvi ekraani suvalisest punktist. Klõpsa " "pipetil ja siis klõpsa soovitud värvil." -#: gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Toon:" -#: gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Asukoht värviringil." -#: gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Küllastus:" -#: gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "Värvi \"sügavus\"." -#: gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Heledus:" -#: gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Värvi heledus." -#: gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "_Punane:" -#: gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Punase valguse kogus värvis." -#: gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Roheline:" -#: gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Rohelise valguse kogus värvis." -#: gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Sinine:" -#: gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Sinise valguse kogus värvis." -#: gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "Kat_vus:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Värvi läbipaistvus." -#: gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "Värvi _nimi:" -#: gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1500,15 +1205,12 @@ msgstr "" "Siia võid sisestada HTML-stiilis kuueteistkümnendarvuna värvi väärtuse, või " "värvi inglisekeelse nimetuse (näiteks 'orange')." -#: gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "Pal_ett:" -#: gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Värviratas" -#: gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1518,7 +1220,6 @@ msgstr "" "värvi lohistada paletikirjetesse või määrata värvi käesolevaks värviks " "lohistades selle kõrvalasuvale värviproovile." -#: gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1526,11 +1227,9 @@ msgstr "" "Sinu valitud värv. Võid selle värvi lohistada paletikirjetesse, et kasutada " "seda hõlpsasti ka tulevikus." -#: gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Salvesta värv siia" -#: gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1539,55 +1238,42 @@ msgstr "" "kirje salvestamiseks lohista värviproov siia või vali parema hiireklõpsu alt " "\"Salvesta värv siia\"." -#: gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Värvi valik" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Sisestus_meetodid" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "L_isa Unicode'i juhtmärk" -#: gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Tõstelukk on sisse lülitatud" -#: gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Faili valimine" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Töölaud" -#: gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(puudub)" -#: gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Muu..." -#: gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "Faili kohta pole võimalik teavet hankida" -#: gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Järjehoidjat pole võimalik lisada" -#: gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Järjehoidjat pole võimalik eemaldada" -#: gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Kataloogi pole võimalik luua" -#: gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1596,11 +1282,9 @@ msgstr "" "kataloogile määrata mõni muu nimi või nimeta fail enne kataloogi loomist " "ümber." -#: gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Vigane failinimi" -#: gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Kataloogi sisu pole võimalik kuvada" @@ -1608,174 +1292,135 @@ msgstr "Kataloogi sisu pole võimalik kuvada" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s hostil %2$s" -#: gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Otsing" -#: gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Viimati kasutatud" -#: gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Vali, milliseid failitüüpe näidata" -#: gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Kataloogi '%s' lisamine järjehoidjatesse" -#: gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Käesoleva kataloogi lisamine järjehoidjatesse" -#: gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Valitud kataloogide lisamine järjehoidjatesse" -#: gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Järjehoidja '%s' eemaldamine" -#: gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Eemalda" -#: gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Muuda nime..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Asukohad" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "As_ukohad" -#: gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "L_isa" -#: gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Valitud kataloogi lisamine järjehoidjate hulka" -#: gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "_Eemalda" -#: gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Eemalda valitud järjehoidja" -#: gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Faili pole võimalik valida" -#: gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Lisa järjehoidjatesse" -#: gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Näita _peidetud faile" -#: gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "_Suuruse tulpa näidatakse" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 msgid "Files" msgstr "Failid" -#: gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Nimi" -#: gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Suurus" -#: gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Muudetud" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Nimi:" -#: gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "Si_rvi teisi katalooge" -#: gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Faili nime sisestamine" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "Loo _kataloog" -#: gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "Asuk_oht:" -#: gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "Salvestada _kataloogi:" -#: gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Loo _kataloogi:" -#: gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Kataloogi pole võimalik muuta kuna see pole kohalik kataloog" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Kiirklahv %s on juba olemas" -#: gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "Kiirklahvi %s pole olemas" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Fail nimega \"%s\" on juba olemas. Kas sa soovid seda asendada?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "" "Fail on juba \"%s\" all olemas. Asendamine kirjutab selle faili sisu üle." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "_Asenda" -#: gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Otsinguprotsessi pole võimalik alustada" -#: gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1783,54 +1428,43 @@ msgstr "" "Programmil pole võimalik indekseerimisdeemoniga ühendust luua. Palun veendu, " "et see deemon töötaks." -#: gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Otsingupäringut pole võimalik saata" #. Label -#: gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Otsing:" -#: gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "%s pole võimalik ühendada" -#: gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Sisesta uue kataloogi nimi" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "tundmatu" -#: gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Eile kell %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Vigane asukoht" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Vastavusi pole" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Lõplik" @@ -1838,13 +1472,11 @@ msgstr "Lõplik" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Lõplik, kuid mitte unikaalne" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Lõpetamine..." @@ -1852,7 +1484,6 @@ msgstr "Lõpetamine..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Valida saab ainult kohalikke faile" @@ -1860,41 +1491,32 @@ msgstr "Valida saab ainult kohalikke faile" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Lõpetamata hostinimi; lõpeta see kaldkriipsuga '/'" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Asukohta pole olemas" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Viga kataloogi '%s' loomisel: %s" -#: gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Kataloogid" -#: gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Kataloogid" -#: gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Failid" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Kataloog on loetamatu: %s" -#: gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1905,88 +1527,69 @@ msgstr "" "sellele programmile kättesaadav olla.\n" "Kas sa tahad kindlasti seda faili valida?" -#: gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Uus kataloog" -#: gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "_Kustuta fail" -#: gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "Muuda faili _nime" -#: gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "Kataloogi \"%s\" nimi sisaldab failinimedes keelatud märke" -#: gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Uus kataloog" -#: gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "_Kataloogi nimi:" -#: gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "_Loo" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "Failinimi \"%s\" sisaldab failinimedes keelatud märke" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Viga faili '%s' kustutamisel: %s" -#: gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Kas kustutadata fail \"%s\"?" -#: gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Faili kustutamine" -#: gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Viga faili ümbernimetamisel nimega \"%s\": %s" -#: gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Viga faili \"%s\" ümbernimetamisel: %s" -#: gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Viga faili \"%s\" ümbernimetamisel \"%s\"-ks: %s" -#: gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Faili ümbernimetamine" -#: gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Faili \"%s\" ümbernimetamine:" -#: gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "Muuda _nime" -#: gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Valik: " -#: gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1995,15 +1598,12 @@ msgstr "" "Failinime \"%s\" pole võimalik UTF-8sse teisendada (proovi keskkonnamuutuja " "G_FILENAME_ENCODING seadmist): %s" -#: gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Vigane UTF-8" -#: gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Nimi on liiga pikk" -#: gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Failinime pole võimalik teisendada" @@ -2012,75 +1612,59 @@ msgstr "Failinime pole võimalik teisendada" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Failisüsteem" -#: gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Juurkataloogi pole võimalik hankida" -#: gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(tühi)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Kirjatüübi valimine" #. Initialize fields -#: gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Kirjatüüp" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "abcdefghijkõäöü ABCDEFGHIJKÕÄÖÜ" -#: gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Perekond:" -#: gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "Laa_d:" -#: gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Suurus:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Näidis:" -#: gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Kirjatüübi valik" -#: gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gamma" -#: gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "_Gamma väärtus" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Viga ikooni laadimisel: %s" -#: gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2093,139 +1677,108 @@ msgstr "" "Sul on võimalik hankida koopia:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "Ikoon '%s' ei sisaldu teemas" -#: gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Tõrge ikooni laadimisel" -#: gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Lihtne" -#: gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Süsteem" -#: gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Süsteem (%s)" -#: gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Sisend" -#: gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Laiendatud sisendseadmeid ei ole" -#: gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Seade:" -#: gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Välja lülitatud" -#: gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Ekraan" -#: gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Aken" -#: gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Režiim:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Teljed" #. Keys listbox -#: gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Klahvid" -#: gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "Su_rve:" -#: gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "X _kalle:" -#: gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Y k_alle:" -#: gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Ratas:" -#: gtk/gtkinputdialog.c:581 msgid "none" msgstr "ei ole" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(välja lülitatud)" -#: gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(tundmatu)" #. and clear button -#: gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "_Tühjenda" -#: gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Kopeeri URL" -#: gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Vigane URI" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Täiendavate GTK+ moodulite laadimine" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 msgid "MODULES" msgstr "MOODULID" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Kõikide hoiatuste muutmine fataalseks" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "GTK+ silumislipud, mida seada" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "GTK+ silumislipud, mida maha võtta" @@ -2234,65 +1787,50 @@ msgstr "GTK+ silumislipud, mida maha võtta" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Kuva pole võimalik avada: %s" -#: gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "GTK+ võtmed" -#: gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "GTK+ võtmete näitamine" -#: gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "Ü_hendu" -#: gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Ühendu _anonüümselt" -#: gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Ühendu _kasutajana:" -#: gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "_Kasutajanimi:" -#: gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Domeen:" -#: gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Parool:" -#: gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "_Unusta parool koheselt" -#: gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "_Jäta parool kuni väljalogimiseni meelde" -#: gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "_Jäta igavesti meelde" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Lehekülg %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Pole korrektne lehekülje sätete fail" @@ -2302,11 +1840,9 @@ msgstr "Pole korrektne lehekülje sätete fail" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2314,15 +1850,12 @@ msgstr "" "Iga printer\n" "Portaablitele dokumentidele" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "tolli" -#: gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2337,88 +1870,79 @@ msgstr "" " Ülemine: %s %s\n" " Alumine: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Kohandatud suuruste haldamine..." -#: gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "Millele _vormindatakse:" -#: gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Paberi suurus:" -#: gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Suund:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Lehekülje sätted" -#: gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Veerised printerist..." -#: gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Kohandatud suurus %d" -#: gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Kohandatud suuruste haldamine" -#: gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "La_ius:" -#: gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "Kõr_gus:" -#: gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Paberi suurus" -#: gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Ülemine:" -#: gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Alumine:" -#: gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Vasak:" -#: gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "_Parem:" -#: gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Paberi veerised" -#: gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Ülemine rada" -#: gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Alumine rada" -#: gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Failisüsteemi juurkataloog" -#: gtk/gtkprinteroptionwidget.c:693 +#| msgid "Application" +msgid "Authentication" +msgstr "Autentimine" + +#| msgid "_Username:" +msgid "Username:" +msgstr "Kasutajanimi:" + +#| msgid "_Password:" +msgid "Password:" +msgstr "Parool:" + msgid "Not available" msgstr "Pole saadaval" -#: gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "Salvestada _kataloogi:" @@ -2426,182 +1950,136 @@ msgstr "Salvestada _kataloogi:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "Rakenduse %s printimistöö #%d" -#: gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Algolek" -#: gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Trükkimise ettevalmistamine" -#: gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Andmete genereerimine" -#: gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Andmete saatmine" -#: gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Ootamine" -#: gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Blokeeriv viga" -#: gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Printimine" -#: gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Lõpetatud" -#: gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Lõpetatud veaga" -#: gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Ettevalmistamine: %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format msgid "Preparing" msgstr "Ettevalmistamine" -#: gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Printimine: %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format msgid "Error creating print preview" msgstr "Viga printimise eelvaate loomisel" -#: gtk/gtkprintoperation.c:2414 -#, c-format msgid "The most probable reason is that a temporary file could not be created." msgstr "" "Kõige tõonäolisemalt on põhjus selles, et ajutisi faile pole võimalik luua." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format msgid "Error launching preview" msgstr "Viga eelvaate näitamisel" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format msgid "Error printing" msgstr "Viga printimisel" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Rakendus" -#: gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Printer on ühendamata" -#: gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Paber on lõppenud" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Pausitud" -#: gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Vajalik on kasutaja sekkumine" -#: gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Kohandatud suurus" -#: gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Printerit ei leitud" -#: gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Vigane CreateDC argument" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Viga StartDoc'ist" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Vaba mälu pole piisavalt" -#: gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Vigane PrintDlgEx argument" -#: gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Vigane PrintDlgEx pointer" -#: gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Vigane PrintDlgEx käsitleja" -#: gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Kirjeldamata viga" -#: gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Printer" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Asukoht" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Olek" -#: gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Vahemik" -#: gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "_Kõik leheküljed" -#: gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Kä_esolev lehekülg" -#: gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "Le_heküljed:" -#: gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2609,126 +2087,96 @@ msgstr "" "Määra üks või rohkem leheküljevahemikku.\n" " Näiteks: 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy msgid "Pages" -msgstr "Le_heküljed:" +msgstr "Le_heküljed" -#: gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Koopiad" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "Koop_iaid:" -#: gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "_Eksemplarhaaval" -#: gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "Pöö_ratud järjestuses" -#: gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Üldine" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Lehekülgede järjekord" -#: gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Vasakult paremale" -#: gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Paremalt vasakule" -#: gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Paigutus" # msgstr "Le_hekülgi lehel:" -#: gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Kahe_poolne:" -#: gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Le_hekülgi slaidil:" -#: gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Lehekülgede _järjestamine:" -#: gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Prindita_kse ainult:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Kõik leheküljed" -#: gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Paarisnumbriga leheküljed" -#: gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Paaritu numbriga leheküljed" -#: gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Skaleerimine:" -#: gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Paber" -#: gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Pa_beri liik:" -#: gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Paberi _allikas:" -#: gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "_Väljundsalv:" -#: gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Töö üksikasjad" -#: gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Tä_htsus:" -#: gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "_Maksmise andmed:" -#: gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Dokumenti printimine" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "_Nüüd" -#: gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "A_jal:" @@ -2736,7 +2184,6 @@ msgstr "A_jal:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2744,117 +2191,91 @@ msgstr "" "Määra trükkimise kellaaeg,\n" " nt 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "Trükkimise aeg" -#: gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "_Ootel" -#: gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Tööd hoitakse kuni selle selgesõnalise vabastamiseni" -#: gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Kaane lisamine" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "_Enne:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "_Pärast:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Töö" -#: gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Laiendatud" -#: gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Pildikvaliteet" -#: gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Värv" -#: gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Lõpetamine" -#: gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Selle dialoogi mõned sätted on omavahel vastuolus" -#: gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Prindi" -#: gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Faili pole võimalik kaasata: \"%s\"" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Ei leia pildifaili otsingurajalt 'pixmap_path': \"%s\"" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "See funktsioon pole vidinate klassis '%s' teostatud" -#: gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Vali, milliseid dokumendiliike näidata" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "'%s' URI jaoks ei leitud kirjet" -#: gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Pealkirjata filter" -#: gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Kirjet pole võimalik eemaldada" -#: gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Loendit pole võimalik tühjendada" -#: gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Kopeeri _asukoht" -#: gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Eemalda loetelust" -#: gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "_Tühjenda loend" -#: gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Näita _privaatressursse" @@ -2868,21 +2289,17 @@ msgstr "Näita _privaatressursse" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Kirjeid ei leitud" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "URI-ga `%s' ei leitud viimati kasutatud ressurssi" -#: gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "'%s' avamine" -#: gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Tundmatu kirje" @@ -2891,7 +2308,6 @@ msgstr "Tundmatu kirje" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2900,37 +2316,28 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "URI-ga `%s' pole võimalik leida ühtegi kirjet" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Teave" -#: gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Hoiatus" -#: gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Viga" -#: gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Küsimus" @@ -2938,552 +2345,447 @@ msgstr "Küsimus" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "_Programmist lähemalt" -#: gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "L_isa" -#: gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Rakenda" -#: gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Paks" -#: gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Loobu" -#: gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-ROM" -#: gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "_Tühjenda" -#: gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "Sul_ge" -#: gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "Ü_hendu" -#: gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Konverdi" -#: gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Kopeeri" -#: gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "_Lõika" -#: gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "Ku_stuta" -#: gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "_Hülga" -#: gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "Katkesta ühen_dus" -#: gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "K_äivita" -#: gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Redigeeri" -#: gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Otsi" -#: gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Otsi ja _asenda" -#: gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Flopi" -#: gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Täisekraan" -#: gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Lahku täisekraanist" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Alla" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "_Esimene" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "_Viimane" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "_Üles" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Tagasi" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Alla" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Edasi" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Üles" -#: gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Kõvaketas" -#: gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "A_bi" -#: gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Kodu" -#: gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Suurenda taanet" -#: gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Vähenda taanet" -#: gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Indeks" -#: gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Teave" -#: gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Kursiiv" -#: gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Hüppa kuni" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "_Keskele" #. This is about text justification -#: gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Rööpne" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "_Vasakule" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "_Paremale" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "Keri e_dasi" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Järgmine" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "_Pausi" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "_Esita" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "Ee_lmine" #. Media label -#: gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Salvesta" #. Media label -#: gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "Keri _tagasi" #. Media label -#: gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "_Peata" -#: gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Võrk" -#: gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Uus" -#: gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Ei" -#: gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_Olgu" -#: gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Ava" #. Page orientation -#: gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Rõhtne" #. Page orientation -#: gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Püstine" #. Page orientation -#: gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Ümberpööratud rõhtne" #. Page orientation -#: gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Ümberpööratud püstine" -#: gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "Lehekül_je sätted" -#: gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "_Aseta" -#: gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Eelistused" -#: gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Prindi" -#: gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Printimise eel_vaade" -#: gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Omadused" -#: gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "_Lõpeta" -#: gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "Uu_esti" -#: gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "_Värskenda" -#: gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "_Eemalda" -#: gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Taasta" -#: gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Salvesta" -#: gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Salvesta _kui" -#: gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "Vali k_õik" -#: gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Värv" -#: gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Kirjatüüp" #. Sorting direction -#: gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Kasvav" #. Sorting direction -#: gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "K_ahanev" -#: gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "Õ_igekirjakontroll" -#: gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "_Peata" #. Font variant -#: gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Läbikriipsutus" -#: gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Taasta" #. Font variant -#: gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "_Allajoonitud" -#: gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Unusta" -#: gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Jah" #. Zoom -#: gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Normaalsuurus" #. Zoom -#: gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "_Parim mahutus" -#: gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "_Suurenda" -#: gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "_Vähenda" -#: gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Tundmatu viga %s deserialiseerimise katsel" -#: gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Vormingu %s jaoks ei leitud deserialiseerimise funktsiooni" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "<%s> kirjes leidub nii \"id\" kui ka \"name\"" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "\"%s\" rekvisiiti on <%s> kirjes kaks korda" -#: gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "<%s> kirjel on vigane id \"%s\"" -#: gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "<%s> kirjel puuduvad nii \"name\" kui ka \"id\" rekvisiidid" -#: gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "Rekvisiiti \"%s\" korratakse kaks korda samas <%s> kirjes" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "Rekvisiit \"%s\" on selle konteksti korral <%s> kirjes vigane" -#: gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Silti \"%s\" pole defineeritud." -#: gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Leiti anonüümne silt ja silte pole võimalik luua." -#: gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "Silti \"%s\" pole puhvris ja silte pole võimalik luua." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" -msgstr "Elemen <%s> pole <%s> sees lubatud" +msgstr "Element <%s> pole <%s> sees lubatud" -#: gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" pole rekvisiidi liigiks lubatud" -#: gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" pole rekvisiidi väärtuseks lubatud" -#: gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" @@ -3491,142 +2793,110 @@ msgstr "" "Väärtust \"%1$s\" pole võimalik rekvisiidi \"%3$s\" jaoks \"%2$s\"-" "tüübiliseks väärtuseks teisendada" -#: gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" pole rekvisiidile \"%s\" sobilik väärtus" -#: gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Silt \"%s\" on juba kirjeldatud" -#: gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Sildil \"%s\" on vigane tähtsus \"%s\"" -#: gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "Teksti kõige välisem kirje peab olema , mitte <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Kirje <%s> on juba kirjeldatud" -#: gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Kirje ei tohi olla enne kirjet " -#: gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Serialiseeritud andmed on vääralt vormindatud" -#: gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Serialiseeritud andmed pole korrektselt vormindatud. Esimene sektsioon pole " "GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM _Vasakult-paremale märk" -#: gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM _Paremalt-vasakule märk" -#: gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE Va_sakult-paremale põimimine" -#: gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE Pa_remalt-vasakule põimimine" -#: gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO Vasakult-paremale ü_lekirjutamine" -#: gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO Paremalt-vasakule üle_kirjutamine" -#: gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "_Suundvormindus (PDF Pop directional formatting)" -#: gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS _Null-laiusega tühik" -#: gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ Null-laiusega ü_hendaja" -#: gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWJ Null-laiusega _mitteühendaja" -#: gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Ei leia teemamootorit otsingurajalt 'module_path': \"%s\"," -#: gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Vihje puudub ---" -#: gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Tundmatu algussilt '%s', rida %d sümbol %d" -#: gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Tundmatu andmevoog, rida %d sümbol %d" -#: gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Tühi" -#: gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Valjus:" -#: gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Helivaljuse muutmine valjemaks või vaiksemaks" -#: gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Helivaljuse reguleerimine" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Valjemaks" -#: gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Helivaljuse vaiksemaks muutmine" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Vaiksemaks" -#: gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Helivaljuse valjemaks muutmine" -#: gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Tumm" -#: gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Täisvaljus" @@ -3635,928 +2905,742 @@ msgstr "Täisvaljus" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Ekstra" -#: gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Ekstra" -#: gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Ekstra" -#: gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Ekstra" -#: gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "DL-ümbrik" -#: gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "c" -#: gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Choukei 2 ümbrik" -#: gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Choukei 3 ümbrik" -#: gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Choukei 4 ümbrik" -#: gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (postcard)" -#: gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "kahu ümbrik" -#: gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "kaku2 ümbrik" -#: gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "Oufuku (vastusepostkaart)" -#: gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "you4 ümbrik" -#: gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "6x9 ümbrik" -#: gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "7x9 ümbrik" -#: gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "9x11 ümbrik" -#: gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "a2-ümbrik" -#: gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "c" -#: gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "c5-ümbrik" -#: gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "Euroopa edp" -#: gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold euroopa" -#: gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold USA" -#: gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold saksa" -#: gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government Legal" -#: gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government Letter" -#: gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Indeks 3x5" -#: gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Indeks 4x6 (postkaart)" -#: gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Indeks 4x6 laiendatud" -#: gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Indeks 5x8" -#: gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Arve" -#: gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal ekstra" -#: gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter ekstra" -#: gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Monarch-ümbrik" -#: gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "#10 ümbrik" -#: gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "#11 ümbrik" -#: gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "#12 ümbrik" -#: gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "#14 ümbrik" -#: gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "#9 ümbrik" -#: gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Personal-ümbrik" -#: gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Laiformaat" -#: gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Foolio" -#: gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Kutse ümbrik" -#: gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Itaalia ümbrik" -#: gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Postfix ümbrik" -#: gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Väike foto" -#: gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "prc1-ümbrik" -#: gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "prc10-ümbrik" -#: gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "prc2-ümbrik" -#: gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "prc3-ümbrik" -#: gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "prc4-ümbrik" -#: gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "c5-ümbrik" -#: gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "prc6-ümbrik" -#: gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "prc7-ümbrik" -#: gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "prc8-ümbrik" -#: gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "erinevad idata andmed nimega viidatud '%s' ja '%s' jaoks\n" -#: gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Tõrge päise kirjutamisel\n" -#: gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Tõrge räsitabeli kirjutamisel\n" -#: gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Tõrge kataloogiindeksi kirjutamisel\n" -#: gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Tõrge päise uuestikirjutamisel\n" -#: gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Tõrge faili %s avamisel: %s\n" -#: gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Tõrge puhverfaili kirjutamisel: %s\n" -#: gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Genereeritud puhver on vigane.\n" -#: gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "" "Faili %s nime pole võimalik nimeks %s muuta: %s, sestap %s eemaldatakse.\n" -#: gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Kataloogi %s pole võimalik nime %s alla ümber nimetada: %s\n" -#: gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "Kataloogi %s pole võimalik tagasi nime %s alla ümber nimetada: %s\n" -#: gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Puhverfail edukalt loodud.\n" -#: gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Olemasoleva puhvri ülekirjutamine isegi värskeima puhvri korral" -#: gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "index.theme olemasolu ei kontrollita" -#: gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Pildiandmeid puhvrisse ei kaasata" -#: gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "C-päisefaili väljastamine" -#: gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Teaberohke väljundi keelamine" -#: gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Olemasoleva ikoonipuhvri valideerimine" -#: gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Faili ei leitud: %s\n" -#: gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Ikoonipuhver pole korras: %s\n" -#: gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Teema indeksfail on puudu." -#: gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4567,271 +3651,249 @@ msgstr "" "võtit.\n" #. ID -#: modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amhari (EZ+)" #. ID -#: modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Sedii" #. ID -#: modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Kirillits (translitereeritud)" #. ID -#: modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inukitut (translitereeritud)" #. ID -#: modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 msgid "Multipress" msgstr "Multipress" #. ID -#: modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Tai-Laose" #. ID -#: modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigrinja-Eritrea (EZ+)" #. ID -#: modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigrinja-Etioopia (EZ+)" #. ID -#: modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnami (VIQR)" #. ID -#: modules/input/imxim.c:28 msgid "X Input Method" msgstr "X'i sisestusmeetod" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#, c-format +msgid "Authentication is required to get a file from %s" +msgstr "Faili tõmbamiseks %s-st on vajalik autentimine" + +#, c-format +msgid "Authentication is required to print document '%s' on printer %s" +msgstr "Dokumendi '%s' trükkimiseks printerisse %s on vajalik autentimine" + +#, c-format +msgid "Authentication is required to print a document on %s" +msgstr "Dokumendi trükkimiseks %s-sse on vajalik autentimine" + +#, c-format +msgid "Authentication is required to get attributes of job '%s'" +msgstr "Töö '%s' atribuutide hankimiseks on vajalik autentimine" + +msgid "Authentication is required to get attributes of a job" +msgstr "Töö atribuutide hankimiseks on vajalik autentimine" + +#, c-format +msgid "Authentication is required to get attributes of printer %s" +msgstr "Printeri '%s' atribuutide hankimiseks on vajalik autentimine" + +msgid "Authentication is required to get attributes of a printer" +msgstr "Printeri atribuutide hankimiseks on vajalik autentimine" + +#, c-format +msgid "Authentication is required to get default printer of %s" +msgstr "Vaikimisi printeri hankimiseks %s-st on vajalik autentimine" + +#, c-format +msgid "Authentication is required to get printers from %s" +msgstr "Printerite hankimiseks %s-st on vajalik autentimine" + +#, c-format +msgid "Authentication is required on %s" +msgstr "%s jaoks on nõutud autentimine" + #, c-format msgid "Printer '%s' is low on toner." msgstr "Printeris '%s' on vähe toonerit." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Printeris '%s' pole toonerit." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "Printeris '%s' on ilmuti lõppemas." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Printeris '%s' on ilmuti otsas." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "Printeris '%s' on vähemalt ühe tindi varu lõppemas." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Printeris '%s' on vähemalt ühe tindi varu otsas." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "Printeril '%s' on kaas lahti." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "Printeril '%s' on luuk lahti." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Printeris '%s' on vähe paberit." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Printeril '%s' on paber otsas." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Printer '%s' on hetkel ühendamata." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Printer '%s' ei pruugi ühendatud olla." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Printeriga '%s on probleem." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Pausitud, printimistööde tagasilükkamine" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Printimistööde tagasilükkamine" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Kahepoolne" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Paberi liik" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Paberi allikas" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Väljastussalv" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Lahutus" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "GhostScripti eelfilter" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Ühepoolne" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Pikk külg (tavaline)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Lühike külg (pööratud)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Automaatne valik" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Printeri vaikimisi" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Kaasa pannakse ainult GhostScript fondid" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Teisenda vormingusse PS level 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Teisenda vormingusse PS level 2" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Eelfilter väljas" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Mitmesugust" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Kiireloomuline" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Kõrge" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Keskmine" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Madal" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Vasakult paremale, ülevalt alla" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Vasakult paremale, alt üles" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Paremalt vasakule, ülevalt alla" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Paremalt vasakule, alt üles" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Ülevalt alla, vasakult paremale" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Ülevalt alla, paremalt vasakule" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Alt üles, vasakult paremale" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Alt üles, paremalt vasakule" @@ -4839,66 +3901,54 @@ msgstr "Alt üles, paremalt vasakule" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Lehekülgi lehel" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Printimistöö tähtsus" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Maksmise andmed" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Puudub" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Liigitatud" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Konfidentsiaalne" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Salajane" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Tavaline" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Ülisalajane" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Liigitamata" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Enne" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Pärast" @@ -4906,14 +3956,12 @@ msgstr "Pärast" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Prindi ajal" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Printimine kindlal kellaajal" @@ -4921,65 +3969,50 @@ msgstr "Printimine kindlal kellaajal" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Kohandatud %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "väljund.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Printimine faili" -#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "Le_hekülgi lehel:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Fail" -#: modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "_Väljundvorming" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Printimine LPR-i" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Lehekülgi lehel" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Käsurida" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "testväljund.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Printimine testprinterisse" -#: tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Faili '%s' kohta pole võimalik andmeid hankida: %s" From 33f4ead50679294ce6eed04cd014ece44401d626 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Wed, 29 Apr 2009 18:52:32 -0500 Subject: [PATCH 109/190] Minor fix for GTK+ mediaLib code. After doing some performance analysis, it was found that the GTK+ mediaLib code triggers unnecessary lazy loading of dependent libraries. The current code uses RTLD_DEFAULT, RTLD_PROBE, RTLD_NEXT, and RTLD_SELF. However, RTLD_PROBE is all that is necessary, and avoids triggering the lazy loading. So this commit fixes the code to just use RTLD_PROBE. (Bug 580678) --- gdk-pixbuf/pixops/pixops.c | 5 +---- gdk/gdkmedialib.c | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/gdk-pixbuf/pixops/pixops.c b/gdk-pixbuf/pixops/pixops.c index 3d01edaf2a..513d16fc8b 100644 --- a/gdk-pixbuf/pixops/pixops.c +++ b/gdk-pixbuf/pixops/pixops.c @@ -217,10 +217,7 @@ _pixops_use_medialib () * For x86 processors use of libumem conflicts with * mediaLib, so avoid using it. */ - if ((dlsym (RTLD_DEFAULT, "umem_alloc") != NULL) || - (dlsym (RTLD_PROBE, "umem_alloc") != NULL) || - (dlsym (RTLD_NEXT, "umem_alloc") != NULL) || - (dlsym (RTLD_SELF, "umem_alloc") != NULL)) + if (dlsym (RTLD_PROBE, "umem_alloc") != NULL) { use_medialib = FALSE; return; diff --git a/gdk/gdkmedialib.c b/gdk/gdkmedialib.c index 0a2301208f..effb89dd85 100644 --- a/gdk/gdkmedialib.c +++ b/gdk/gdkmedialib.c @@ -104,10 +104,7 @@ _gdk_use_medialib (void) * For x86 processors use of libumem conflicts with * mediaLib, so avoid using it. */ - if ((dlsym (RTLD_DEFAULT, "umem_alloc") != NULL) || - (dlsym (RTLD_PROBE, "umem_alloc") != NULL) || - (dlsym (RTLD_NEXT, "umem_alloc") != NULL) || - (dlsym (RTLD_SELF, "umem_alloc") != NULL)) + if (dlsym (RTLD_PROBE, "umem_alloc") != NULL) { return FALSE; } From 5457956c794e2f1c97e100c9a27a79556839257f Mon Sep 17 00:00:00 2001 From: Manoj Kumar Giri Date: Thu, 30 Apr 2009 13:59:01 +0530 Subject: [PATCH 110/190] Updated Oriya Translation. --- po/or.po | 2152 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 1119 insertions(+), 1033 deletions(-) diff --git a/po/or.po b/po/or.po index e4b36ad508..0c23e1e197 100644 --- a/po/or.po +++ b/po/or.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: or\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-04-14 12:05+0530\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+&component=general\n" +"POT-Creation-Date: 2009-04-26 13:42+0000\n" +"PO-Revision-Date: 2009-04-30 13:58+0530\n" "Last-Translator: Manoj Kumar Giri \n" "Language-Team: Oriya \n" "MIME-Version: 1.0\n" @@ -27,60 +27,61 @@ msgstr "" "\n" "\n" "\n" +"\n" "X-Generator: KBabel 1.11.4\n" -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "--gdk-debug କୁ ବିଶ୍ଳେଷଣ କରିବା ସମୟରେ ତୃଟି" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "--gdk-no-debug କୁ ବିଶ୍ଳେଷଣ କରିବା ସମୟରେ ତୃଟି" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "ୱିଣ୍ଡୋ ପରିଚାଳକ ଦ୍ବାରା ବ୍ଯବହୃତ ପ୍ରଗ୍ରାମ ଶ୍ରେଣୀ" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "ଶ୍ରେଣୀ" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "ୱିଣ୍ଡୋ ପରିଚାଳକ ଦ୍ବାରା ବ୍ଯବହୃତ ପ୍ରଗ୍ରାମ ନାମ" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "ନାମ" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "ବ୍ଯବହାର ପାଇଁ X ପ୍ରଦର୍ଶିକା" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "ପ୍ରଦର୍ଶିକା" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "ବ୍ଯବହାର ପାଇଁ X ପରଦା" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "ପରଦା" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "ବିନ୍ଯାସ ପାଇଁ Gdkର ତୃଟିମୁକ୍ତିକରଣ ସୂଚକଗୁଡ଼ିକ" @@ -88,220 +89,220 @@ msgstr "ବିନ୍ଯାସ ପାଇଁ Gdkର ତୃଟିମୁକ୍ତି #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "ସୂଚକ" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "ଅବିନ୍ଯାସ ପାଇଁ Gdkର ତୃଟିମୁକ୍ତିକରଣ ସୂଚକଗୁଡ଼ିକ" -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "BackSpace" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tab" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Return" -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Scroll_Lock" -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Escape" -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_key" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "ବାମ" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "ଉପର" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "ଡାହାଣ" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "ତଳ" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "ପୃଷ୍ଠା ଉପରକୁ କରନ୍ତୁ (_U)" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "ପୃଷ୍ଠା ତଳକୁ କରନ୍ତୁ (_D)" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "ଆରମ୍ଭ" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "ମୁଦ୍ରଣ କରନ୍ତୁ" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "ଭର୍ତ୍ତି କରନ୍ତୁ" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Space" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Tab" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Enter" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP_Home" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP_Left" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP_Up" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP_Right" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP_Down" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_Page_Up" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP_Prior" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP_Next" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "KP_End" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP_Begin" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP_Insert" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP_Delete" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "ଅପସାରଣ କରନ୍ତୁ" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "'%s' ଫାଇଲକୁ ଖୋଲିବାରେ ଅସଫଳ: %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "'%s' ଚିତ୍ର ଫାଇଲରେ କୌଣସି ତଥ୍ଯ ନାହିଁ" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "Failed to load image '%s': reason not known, probably a corrupt image file" msgstr "" "'%s' ଚିତ୍ର ଫାଇଲ ଧାରଣ କରିବାରେ ଅସଫଳ: କାରଣ ଜଣା ନାହିଁ, ସମ୍ଭବତଃ ଏହା ଗୋଟିଏ ତୃଟିଯୁକ୍ତ ଚିତ୍ର ଫାଇଲ " "ଅଟେ" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -310,12 +311,12 @@ msgstr "" "'%s' ଜୀବନାୟନ ଫାଇଲ ଧାରଣ କରିବାରେ ଅସଫଳ: କାରଣ ଜଣା ନାହିଁ, ସମ୍ଭବତଃ ଏହା ଗୋଟିଏ ତୃଟିଯୁକ୍ତ " "ଜୀବନାୟନ ଫାଇଲ ଅଟେ" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "ଚିତ୍ର-ଧାରଣ ଏକକାଂଶ ଧାରଣ କରିବାରେ ଅସଫଳ: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -324,68 +325,68 @@ msgstr "" "%s ଚିତ୍ର-ଧାରଣ ଏକକାଂଶ ଠିକ ଅନ୍ତରାପୃଷ୍ଠ ରପ୍ତାନି କରେ ନାହିଁ; ବୋଧହୁଏ ଏହା ଗୋଟିଏ ଅଲଗା ଜି.ଟି.କେ. " "ସଂସ୍କରଣରୁ ପ୍ରାପ୍ତ?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "'%s' ଚିତ୍ର ପ୍ରକାର ଅସହାୟକ" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "'%s' ଚିତ୍ର ଫାଇଲ ଶୈଳୀ ଚିହ୍ନିପାରିଲା ନାହିଁ" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "ଅଚିହ୍ନିତ ଚିତ୍ର ଫାଇଲ ଶୈଳୀ" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "'%s' ଚିତ୍ର ଧାରଣ କରିବାରେ ଅସଫଳ: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "ଚିତ୍ର ଫାଇଲକୁ ଲେଖିବାରେ ତୃଟି: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "ଜି.ଡି.କେ.-ପିକ୍ସବଫର ଏହି ସଂସ୍କରଣ ଚିତ୍ର ଶୈଳୀ ସଂରକ୍ଷଣକୁ ସମର୍ଥନ କରୁନାହିଁ:%s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "ଚିତ୍ରକୁ କଲବ୍ଯାକରେ ସଂରକ୍ଷିତ କରିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "ଅସ୍ଥାୟୀ ଫାଇଲ ଖୋଲିବାରେ ଅସଫଳ" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "ଅସ୍ଥାୟୀ ଫାଇଲରୁ ପଢ଼ିବାରେ ଅସଫଳ" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "'%s'କୁ ଲେଖିବା ପ୍ରତି ଖୋଲିବାରେ ଅସଫଳ: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" "s" msgstr "ଚିତ୍ର ଲେଖିବା ସମୟରେ '%s'କୁ ବନ୍ଦ କରିବାରେ ଅସଫଳ, ସମ୍ପୂର୍ଣ ତଥ୍ଯ ସଂରକ୍ଷିତ ନ ହୋଇଥାଇପାରେ: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "ଚିତ୍ରକୁ ବଫରରେ ସଂରକ୍ଷିତ କରିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "ଚିତ୍ର ଧାରାକୁ ଲେଖିବାରେ ତୃଟି" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -394,363 +395,370 @@ msgstr "" "ଆଭ୍ଯନ୍ତରୀଣ ତୃଟି: '%s' ଚିତ୍ର ଧାରକ ଏକକାଂଶ ଏହି ପ୍ରକ୍ରିୟାକୁ ସମ୍ପନ୍ନ କରିବାରେ ଅସଫଳ ହେଲା, କିନ୍ତୁ " "ଅସଫଳତା ପାଇଁ କୌଣସି କାରଣ ପ୍ରଦାନ କଲା ନାହିଁ" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "'%s' ଚିତ୍ର ପ୍ରକାରର କ୍ରମବର୍ଦ୍ଧୀ ଧାରଣ ଅସହାୟକ" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "ଚିତ୍ର ଶୀର୍ଷକ ତୃଟିଯୁକ୍ତ" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "ଚିତ୍ର ଶୈଳୀ ଅଜଣା" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "ଚିତ୍ର ପିକ୍ସେଲ ତଥ୍ଯ ତୃଟିଯୁକ୍ତ" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" msgstr[0] "%u ବାଇଟର ଚିତ୍ର ବଫର ଯୋଗାଇବାରେ ଅସଫଳ" msgstr[1] "%u ବାଇଟର ଚିତ୍ର ବଫର ଯୋଗାଇବାରେ ଅସଫଳ" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "ଜୀବନୟାନରେ ଅପ୍ରତ୍ଯାଶିତ ଚିତ୍ରସଙ୍କେତ ଖଣ୍ଡ" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "ଅସହାୟକ ଜୀବନୟାନ ପ୍ରକାର" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "ଜୀବନୟାନରେ ଅବୈଧ ଶୀର୍ଷକ" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "ଜୀବନୟାନ ଧାରଣ କରିବା ପାଇଂ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "ଜୀବନୟାନରେ ବିକୃତ ଖଣ୍ଡ" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "ANI ଚିତ୍ର ଶୈଳୀ" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "BMP ଚିତ୍ରର ଶୀର୍ଷକରେ ନକଲି ତଥ୍ଯ ଅଛି" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "ବିଟମ୍ଯାପ ଚିତ୍ର ଧାରଣ କରିବା ପାଇଂ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "BMP ଚିତ୍ରର ଶୀର୍ଷକ ଆକାର ଅସହାୟକ" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "ଉପରୁ ତଳ BMP ଚିତ୍ରକୁ ସଂକୁଚିତ କରାଯାଇପାରିବ ନାହିଁ" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "ଫାଇଲର ଅପ୍ରତ୍ଯାଶିତ ଶେଷ" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "BMP ଫାଇଲ ସଂରକ୍ଷଣ ପାଇଁ ସ୍ମୃତି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "BMP ଫାଇଲକୁ ଲେଖିହେଲା ନାହିଁ" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "BMP ଚିତ୍ର ଶୈଳୀ" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "GIF ପଢ଼ିବାରେ ତୃଟି: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "GIF ଫାଇଲରେ କିଛି ତଥ୍ଯ ନ ଥିଲା (ବୋଧହୁଏ ଏହା କିପରି ଶେଷରୁ କଟିଯାଇଛି?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "GIF ଧାରକରେ ଆଭ୍ଯନ୍ତରୀଣ ତୃଟି (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "ଥାକ ସୀମା ଟପିଗଲା" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "GIF ଚିତ୍ର ଧାରକ ଏହି ଚିତ୍ରକୁ ବୁଝିପାରିଲା ନାହିଁ." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "ଖରାପ ସଙ୍କେତ ମିଳିଲା" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "GIF ଫାଇଲରେ ବୃତ୍ତାକାର ସାରଣୀ ଭରଣ" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "GIF ଫାଇଲ ଧାରଣ କରିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "GIF ଫାଇଲରେ ବନ୍ଧେଇ ମିଶ୍ରିତ କରିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "GIF ଚିତ୍ର ତୃଟିଯୁକ୍ତ (ଭୂଲ ଏଲ.ଜେଡ.ଡବ୍ଲୁ. ସଙ୍କୋଚନ)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "ଫାଇଲଟି GIF ଫାଇଲ ଭଳି ଜଣା ପଡ଼ୁ ନାହିଁ" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "GIF ଫାଇଲ ଶୈଳୀର %s ସଂସ୍କରଣ ଅସହାୟକ" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." msgstr "GIF ଚିତ୍ରର ସାମଗ୍ରିକ ରଙ୍ଗନକ୍ସା ନାହିଁ, ଓ ତାହା ଭିତରେ ସ୍ଥିତ ଫ୍ରେମର ସ୍ଥାନୀୟ ରଙ୍ଗନକ୍ସା ନାହିଁ." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "GIF ଚିତ୍ର ଶେଷରୁ କଟିଯାଇଛି ବା ଅସମ୍ପୂର୍ଣ୍ଣ ଅଛି." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "GIF ଚିତ୍ର ଶୈଳୀ" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "ଚିତ୍ରସଙ୍କେତରେ ଅବୈଧ ଶୀର୍ଷକ" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "ଚିତ୍ରସଙ୍କେତ ଧାରଣ କରିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "ଚିତ୍ରସଙ୍କେତର ଓସାର ଶୂନ୍ଯ" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "ଚିତ୍ରସଙ୍କେତର ଉଚ୍ଚତା ଶୂନ୍ଯ" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "ସଂକୁଚିତ ଚିତ୍ରସଙ୍କେତ ଅସହାୟକ" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "ଅସହାୟକ ଚିତ୍ରସଙ୍କେତ ପ୍ରକାର" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "ICO ଫାଇଲ ଧାରଣ କରିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "ICO ଭାବରେ ସଂରକ୍ଷିତ କରିବା ପାଇଁ ଚିତ୍ରଟି ଅତି ବଡ଼" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "ଦର୍ଶିକା କର୍ମଚଞ୍ଚଳ ବିନ୍ଦୁ ଚିତ୍ର ବାହାରେ" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "ICO ଫାଇଲ ପାଇଁ ଅସହାୟକ ପ୍ରଗାଢ଼ତା: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "ICO ଚିତ୍ର ଶୈଳୀ" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "ICNS ପ୍ରତିଛବି ପଢ଼ିବାରେ ତୃଟି: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "ICNS ଫାଇଲକୁ ଅବସଂକେତ କରିପାରିଲାନାହିଁ" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "ICNS ଚିତ୍ର ଶୈଳୀ" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "ଧାରା ପାଇଁ ସ୍ମୃତି ସ୍ଥାନ ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "ପ୍ରତିଛବିକୁ ଅବସଂକେତ କରିପାରିଲାନାହିଁ" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "ପରିବର୍ତ୍ତିତ JPEG2000ର ଓସାର ବା ଉଚ୍ଚତା ଶୂନ୍ଯ ଅଟେ" -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "ପ୍ରତିଛବି ପ୍ରକାର ବର୍ତ୍ତମାନ ସମର୍ଥିତ ନୁହଁ" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "ରଙ୍ଗ ରୂପରେଖ ପାଇଁ ସ୍ମୃତି ସ୍ଥାନ ଯୋଗାଇ ପାରିଲା ନାହିଁ" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 ଫାଇଲ ଖୋଲିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "ବଫର ପ୍ରତିଛବି ତଥ୍ଯ ପାଇଁ ସ୍ମୃତି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "JPEG 2000 ଚିତ୍ର ଶୈଳୀ" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "JPEG ଚିତ୍ର ଫାଇଲ ବ୍ଯାଖ୍ଯା କରିବାରେ ତୃଟି (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" msgstr "ଚିତ୍ର ଧାରଣ କରିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ, ସ୍ମୃତି ମୁକ୍ତି ପାଇଁ କିଛି ପ୍ରୟୋଗ ବନ୍ଦ କରିବାକୁ ଚେଷ୍ଟା କରନ୍ତୁ" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "ଅସହାୟକ JPEG ରଙ୍ଗ କ୍ଷେତ୍ର (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "JPEG ଫାଇଲ ଧାରଣ କରିବା ପାଇଁ ସ୍ମୃତି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "ପରିବର୍ତ୍ତିତ JPEG ର ଓସାର ବା ଉଚ୍ଚତା ଶୂନ୍ଯ." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " "parsed." msgstr "JPEG ଗୁଣବତ୍ତାର ମୂଲ୍ଯ ୦ ଓ ୧୦୦ ଭିତରେ ଥିବା ଉଚିତ; '%s' ମୂଲ୍ଯ ବିଶ୍ଲେଷିତ କରିହେଲା ନାହିଁ." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "JPEG ଗୁଣବତ୍ତାର ମୂଲ୍ଯ ୦ ଓ ୧୦୦ ଭିତରେ ଥିବା ଉଚିତ; '%d' ମୂଲ୍ଯର ଅନୁମତି ନାହିଁ." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "JPEG ଚିତ୍ର ଶୈଳୀ" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "ଶୀର୍ଷକ ପାଇଁ ସ୍ମୃତି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "ପ୍ରସଙ୍ଗ ବଫର ପାଇଁ ସ୍ମୃତି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "ଚିତ୍ରର ଓସାର ବା/ଓ ଉଚ୍ଚତା ଅବୈଧ" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "ଚିତ୍ରର bpp ଅସହାୟକ" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "ଚିତ୍ରର %d-ବିଟ ସମତଳ କ୍ଷେତ୍ରର ସଂଖ୍ଯା ଅସହାୟକ" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "ନୂତନ ପିକ୍ସବଫ ସୃଷ୍ଟି କରିହେଲା ନାହିଁ" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "ଧାଡ଼ି ତଥ୍ଯ ପାଇଁ ସ୍ମୃତି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "ଆଳି ତଥ୍ଯ ପାଇଁ ସ୍ମୃତି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "PCX ଚିତ୍ରର ସବୁ ଧାଡ଼ି ମିଳିଲା ନାହିଁ" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "PCX ତଥ୍ଯର ଶେଷରେ କୌଣସି ଆଳି ମିଳିଲା ନାହିଁ" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "PCX ଚିତ୍ର ଶୈଳୀ" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "PNG ଚିତ୍ରର ବିଟ ପ୍ରତି ଚ୍ଯାନେଲର ମୂଲ୍ଯ ଅବୈଧ" -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "ପରିବର୍ତ୍ତିତ PNG ର ଓସାର ବା ଉଚ୍ଚତା ଶୂନ୍ଯ" -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "ପରିବର୍ତ୍ତିତ PNG ର ବିଟ ପ୍ରତି ଚ୍ଯାନେଲର ମୂଲ୍ଯ ୮ ନୁହେଁ" -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "ପରିବର୍ତ୍ତିତ PNG, RGB କିମ୍ବା RGBA ନୁହେଁ।" -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "ପରିବର୍ତ୍ତିତ PNG ର ଚ୍ଯାନେଲର ସଂଖ୍ଯା ଅସହାୟକ, ୩ ବା ୪ ହେବା ଆବଶ୍ଯକ." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "PNG ଚିତ୍ର ଫାଇଲରେ ମାରାତ୍ମକ ତୃଟି: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "PNG ଫାଇଲ ଧାରଣ କରିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -759,448 +767,457 @@ msgstr "" "%ld ରୁ %ld ଚିତ୍ର ସଞ୍ଚିତ କରିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ; ସ୍ମୃତି ମୁକ୍ତି ପାଇଁ କିଛି ପ୍ରୟୋଗ ବନ୍ଦ କରିବାକୁ " "ଚେଷ୍ଟା କରନ୍ତୁ" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "PNG ଫାଇଲ ପଢ଼ିବାରେ ମାରାତ୍ମକ ତୃଟି" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "PNG ଫାଇଲ ପଢ଼ିବାରେ ମାରାତ୍ମକ ତୃଟି: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "PNG ପାଠ୍ଯ ଖଣ୍ଡର ଚାବି ୧ ଓ ୭୯ ଅକ୍ଷର ଭିତରେ ହୋଇଥିବା ଆବଶ୍ଯକ." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "PNG ପାଠ୍ଯ ଖଣ୍ଡର ଚାବି ଆସ୍କି ଅକ୍ଷରରୁ ହୋଇଥିବା ଆବଶ୍ଯକ." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " "be parsed." msgstr "PNG ସଂକୋଚନ ସ୍ତରର ମୂଲ୍ଯ 0 ଓ 9 ଭିତରେ ଥିବା ଉଚିତ; '%s' ମୂଲ୍ଯ ବିଶ୍ଲେଷିତ କରିହେଲା ନାହିଁ." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " "allowed." msgstr "PNG ସଂକୋଚନ ସ୍ତରର ମୂଲ୍ଯ 0 ଓ 9 ଭିତରେ ଥିବା ଉଚିତ; '%d' ମୂଲ୍ଯର ଅନୁମତି ନାହିଁ." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "%s PNG ପାଠ୍ଯ ଖଣ୍ଡର ମୂଲ୍ଯକୁ ଆଇ.ଏସ.ଓ.-୮୮୫୯-୧ ସଙ୍କେତକୁ ରୂପାନ୍ତରିତ କରିହେଲା ନାହିଁ." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "PNG ଚିତ୍ର ଶୈଳୀ" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "PNM ଧାରକ ଗୋଟିଏ ପୂର୍ଣ୍ଣ ସଂଖ୍ଯାର ପ୍ରତ୍ଯାଶା କରିଥିଲା, କିନ୍ତୁ ଏହା ମିଳିଲା ନାହିଁ" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "PNM ଫାଇଲର ପ୍ରାରମ୍ଭିକ ବାଇଟ ଭୂଲ" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "PNM ଫାଇଲ ଚିହ୍ନିତ PNM ଉପ-ଶୈଳୀରେ ନାହିଁ" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "PNM ଫାଇଲର ଚିତ୍ର ଓସାର ଶୂନ୍ଯ" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "PNM ଫାଇଲର ଚିତ୍ର ଉଚ୍ଚତା ଶୂନ୍ଯ" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "PNM ଫାଇଲରେ ସର୍ବାଧିକ ରଙ୍ଗ ମୂଲ୍ଯ ଶୂନ୍ଯ" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "PNM ଫାଇଲରେ ସର୍ବାଧିକ ରଙ୍ଗ ମୂଲ୍ଯ ଅତି ବଡ଼" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "ଅସଂସାଧିତ PNM ଚିତ୍ର ପ୍ରକାରଟି ଅବୈଧ" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "PNM ଚିତ୍ର ଧାରକରେ ଏହି PNM ଉପ-ଶୈଳୀ ଅସହାୟକ" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "ଅସଂସାଧିତ PNM ଶୈଳୀଗୁଡ଼ିକରେ ନମୁନା ତଥ୍ଯ ପୂର୍ବରୁ ଠିକ ଗୋଟିଏ ଖାଲି ସ୍ଥାନ ଥିବା ଆବଶ୍ଯକ" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "PNM ଚିତ୍ର ଧାରଣ କରିବା ପାଇଁ ସ୍ମୃତି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "PNM ପ୍ରସଙ୍ଗ ଷ୍ଟ୍ରକ୍ଟ ଧାରଣ କରିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "PNM ଚିତ୍ର ତଥ୍ଯର ଅପ୍ରତ୍ଯାଶିତ ଶେଷ" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "PNM ଫାଇଲ ଧାରଣ କରିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "PNM/PBM/PGM/PPM ଚିତ୍ର ଶୈଳୀ ଶ୍ରେଣୀ" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "ଆର.ଏ.ଏସ. ଚିତ୍ରର ଶୀର୍ଷକରେ ନକଲି ତଥ୍ଯ ଅଛି" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "RAS ଚିତ୍ରର ପ୍ରକାର ଅଜଣା" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "RAS ଚିତ୍ରର ଭିନ୍ନ ପ୍ରକାର ଅସହାୟକ" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "RAS ଚିତ୍ର ଧାରଣ କରିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Sun ରୈଖିକ ଚିତ୍ର ଶୈଳୀ" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "ଆଇ.ଓ. ବଫର ଷ୍ଟ୍ରକ୍ଟ ପାଇଁ ସ୍ମୃତି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "ଆଇ.ଓ. ବଫର ତଥ୍ଯ ପାଇଁ ସ୍ମୃତି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "ଆଇ.ଓ. ବଫର ତଥ୍ଯ ପାଇଁ ସ୍ମୃତି ପୁଣି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "ଅସ୍ଥାୟୀ ଆଇ.ଓ. ବଫର ତଥ୍ଯ ପାଇଁ ସ୍ମୃତି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "ନୂତନ ପିକ୍ସବଫ ପାଇଁ ସ୍ମୃତି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "ରଙ୍ଗନକ୍ସା ଷ୍ଟ୍ରକ୍ଟ ପାଇଁ ସ୍ମୃତି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "ରଙ୍ଗନକ୍ସା ଭରଣଗୁଡ଼ିକ ପାଇଁ ସ୍ମୃତି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "ରଙ୍ଗନକ୍ସା ଭରଣଗୁଡ଼ିକର ବିଟ ପ୍ରଗାଢ଼ତା ଅପ୍ରତ୍ଯାଶିତ" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "TGA ଶୀର୍ଷକ ସ୍ମୃତି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "TGA ଚିତ୍ରର ପରିସର ଅବୈଧ" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "TGA ଚିତ୍ର ପ୍ରକାର ଅସହାୟକ" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "TGA ପ୍ରସଙ୍ଗ ଷ୍ଟ୍ରକ୍ଟ ପାଇଁ ସ୍ମୃତି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "ଫାଇଲରେ ଅତ୍ଯାଧିକ ତଥ୍ଯ" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Targa ଚିତ୍ର ଶୈଳୀ" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "ଚିତ୍ର ଓସାର ମିଳିଲା ନାହିଁ (ଖରାପ TIFF ଫାଇଲ)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "ଚିତ୍ର ଉଚ୍ଚତା ମିଳିଲା ନାହିଁ (ଖରାପ TIFF ଫାଇଲ)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "TIFF ଚିତ୍ରର ଓସାର ବା ଉଚ୍ଚତା ଶୂନ୍ଯ" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "TIFF ଚିତ୍ରର ପରିସର ଅତି ବଡ଼" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "TIFF ଫାଇଲ ଖୋଲିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "TIFF ଫାଇଲରୁ ଆର.ଜି.ବି. ତଥ୍ଯ ଧାରଣ କରିବାରେ ଅସଫଳ" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "TIFF ଫାଇଲ ଖୋଲିବାରେ ଅସଫଳ" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "TIFFବନ୍ଦ ଚାଳନା ଅସଫଳ" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "TIFF ଚିତ୍ର ଧାରଣ କରିବାରେ ଅସଫଳ" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "TIFF ଚିତ୍ରକୁ ସଂରକ୍ଷଣ କରିବାରେ ଅସଫଳ" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "TIFF ତଥ୍ଯକୁ ଲେଖିବାରେ ଅସଫଳ" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "TIFF ଫାଇଲରେ ଲେଖିପାରିଲା ନାହିଁ" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "TIFF ଚିତ୍ର ଶୈଳୀ" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "ଚିତ୍ରର ଓସାର ଶୂନ୍ଯ" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "ଚିତ୍ରର ଉଚ୍ଚତା ଶୂନ୍ଯ" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "ଚିତ୍ର ଧାରଣ କରିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "ବାକି ସଞ୍ଚିତ କରିହେଲା ନାହିଁ" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "WBMP ଚିତ୍ର ଶୈଳୀ" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "ଅବୈଧ XBM ଫାଇଲ" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "XBM ଚିତ୍ର ଫାଇଲ ଧାରଣ କରିବା ପାଇଁ ଯଥେଷ୍ଟ ସ୍ମୃତି ନାହିଁ" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "XBM ଚିତ୍ର ଧାରଣ କରିବା ସମୟରେ ଅସ୍ଥାୟୀ ଫାଇଲକୁ ଲେଖିବାରେ ଅସଫଳ" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "XBM ଚିତ୍ର ଶୈଳୀ" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "XPM ଶୀର୍ଷକ ମିଳିଲା ନାହିଁ" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "ଅବୈଧ XPM ଶୀର୍ଷକ" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "XPM ଫାଇଲର ଚିତ୍ରର ଓସାର <= ୦" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "XPM ଫାଇଲର ଚିତ୍ରର ଉଚ୍ଚତା <= ୦" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM ଫାଇଲର ଅକ୍ଷର ପ୍ରତି ପିକ୍ସେଲର ସଂଖ୍ଯା ଅବୈଧ" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "XPM ଫାଇଲର ରଙ୍ଗର ସଂଖ୍ଯା ଅବୈଧ" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "XPM ଚିତ୍ର ଧାରଣ କରିବା ପାଇଁ ସ୍ମୃତି ଯୋଗାଇ ହେଲା ନାହିଁ" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "XPM ରଙ୍ଗନକ୍ସା ପଢ଼ିହେଲା ନାହିଁ" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "XPM ଚିତ୍ର ଧାରଣ କରିବା ସମୟରେ ଅସ୍ଥାୟୀ ଫାଇଲକୁ ଲେଖିବାରେ ଅସଫଳ" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "XPM ଚିତ୍ର ଶୈଳୀ" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "EMF ଚିତ୍ର ଶୈଳୀ" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "ସ୍ମୃତି ସ୍ଥାନ ଯୋଗାଇ ହେଲା ନାହିଁ: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "ଧାରା ସୃଷ୍ଟି କରିପାରିଲା ନାହିଁ: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "ଧାରାକୁ ଅନୁସନ୍ଧାନ କରିହେଲା ନାହିଁ: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "ଧାରାରୁ ପଢ଼ି ପାରିଲା ନାହିଁ: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "bitmapକୁ ଧାରଣ କରିହେଲା ନାହିଁ" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "metafileକୁ ଧାରଣ କରିହେଲା ନାହିଁ" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "GDI+ ପାଇଁ ଅସମର୍ଥିତ ଚିତ୍ରଶୈଳୀ" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "ସଂରକ୍ଷଣ କରିପାରିଲା ନାହିଁ" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "WMF ଚିତ୍ର ଶୈଳୀ" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "ଜିଡିଆଇ ଅନୁରୋଧ ମିଶାନ୍ତୁ ନାହିଁ" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "ଫଳକ ସହାୟତା ପାଇଁ ୱିନଟ୍ଯାବ ଏ.ପି.ଆଇ. ବ୍ଯବହାର କରନ୍ତୁ ନାହିଁ" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "--no-wintab ସଙ୍ଗେ ସମାନ" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "ୱିନଟ୍ଯାବ ଏ.ପି.ଆଇ. ବ୍ଯବହାର କରନ୍ତୁ" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "8 ବିଟ ଧାରାରେ ଆଳିର ଆକାର" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "ରଙ୍ଗ" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "ଏକ୍ସ ଡାକରା ସମକାଳିତ କରନ୍ତୁ" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "%sକୁ ଆରମ୍ଭ କରୁଅଛି" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "%s କୁ ଖୋଲୁଅଛି" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" msgstr[0] "%d ବସ୍ତୁକୁ ଖୋଲୁଅଛି" msgstr[1] "%d ବସ୍ତୁଗୁଡ଼ିକୁ ଖୋଲୁଅଛି" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:183 +#| msgid "Could not clear list" +msgid "Could not show link" +msgstr "ସଂଯୋଗକୁ ଦର୍ଶାଇପାରିଲା ନାହିଁ" + +#: ../gtk/gtkaboutdialog.c:306 ../gtk/gtkaboutdialog.c:2202 msgid "License" msgstr "ଅନୁମତି ପତ୍ର" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:307 msgid "The license of the program" msgstr "ଏହି କାରିକାର ଅନୁମତି ପତ୍ର" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:547 msgid "C_redits" msgstr "ସ୍ବୀକୃତି (_r)" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:561 msgid "_License" msgstr "ଅନୁମତି ପତ୍ର (_L)" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:829 #, c-format msgid "About %s" msgstr "%s ବିଷୟରେ" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2125 msgid "Credits" msgstr "ସ୍ବୀକୃତି" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2154 msgid "Written by" msgstr "ଲେଖକ" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2157 msgid "Documented by" msgstr "ଦଲିଲକରଣ ଲେଖକ" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2169 msgid "Translated by" msgstr "ଅନୁବାଦକ" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2173 msgid "Artwork by" msgstr "ଚିତ୍ରକାର" @@ -1209,7 +1226,7 @@ msgstr "ଚିତ୍ରକାର" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1219,7 +1236,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1229,7 +1246,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1239,7 +1256,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1249,7 +1266,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1259,37 +1276,37 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Space" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Backslash" -#: gtk/gtkbuilderparser.c:343 +#: ../gtk/gtkbuilderparser.c:343 #, c-format msgid "Invalid type function on line %d: '%s'" msgstr "ଧାଡ଼ି %d ରେ ଅବୈଧ ପ୍ରକାର ଫଳନ: '%s'" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" msgstr "ନକଲି ବସ୍ତୁ id '%s' ଧାଡ଼ି %dରେ (ପୂର୍ବରୁ ଧାଡ଼ି %dରେ)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "ଅବୈଧ ପ୍ରମୁଖ ଚାଳକ ଉପାଦାନ: '%s'" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "ଅନିୟନ୍ତ୍ରିତ ଟ୍ୟାଗ: '%s'" @@ -1303,7 +1320,7 @@ msgstr "ଅନିୟନ୍ତ୍ରିତ ଟ୍ୟାଗ: '%s'" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1311,7 +1328,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:0" @@ -1320,7 +1337,7 @@ msgstr "calendar:week_start:0" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1335,7 +1352,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1351,7 +1368,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1367,7 +1384,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1375,106 +1392,116 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "ନିଷ୍କ୍ରିୟ ହୋଇଛି" +#. This label is displayed in a treeview cell displaying +#. * an accelerator key combination that is not valid according +#. * to gtk_accelerator_valid(). +#. +#: ../gtk/gtkcellrendereraccel.c:253 +#| msgid "Invalid URI" +msgctxt "Accelerator" +msgid "Invalid" +msgstr "ଅବୈଧ" + #. This label is displayed in a treeview cell displaying #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:388 ../gtk/gtkcellrendereraccel.c:600 msgid "New accelerator..." msgstr "ନୂତନ ତ୍ବରକ..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "ରଙ୍ଗ ବାଛନ୍ତୁ" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "ଅବୈଧ ରଙ୍ଗ ତଥ୍ଯ ମିଳିଲା\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." msgstr "ବାହାର ମଣ୍ଡଳରୁ ରଙ୍ଗ ବାଛନ୍ତୁ. ଭିତର ତ୍ରିଭୁଜରୁ ରଙ୍ଗର ପ୍ରଗାଢ଼ତା ବାଛନ୍ତୁ।" -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." msgstr "ଆଖିଡ୍ରପର ଉପରେ ମାଉସ ଚାବି ଦବାଇ, ରଙ୍ଗ ବାଛିବା ପାଇଁ ପରଦାର କୌଣସି ରଙ୍ଗ ଉପରେ ମାଉସ ଚାବି ଦବାନ୍ତୁ।" -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "ରଙ୍ଗ (_H):" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "ରଙ୍ଗ ଚକ୍ରରେ ଅବସ୍ଥାନ।" -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "ରଙ୍ଗର ପ୍ରଗାଢ଼ତା (_S):" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "ରଙ୍ଗର \"ପ୍ରଗାଢ଼ତା\"।" -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "ମୂଲ୍ଯ (_V):" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "ରଙ୍ଗର ଉଜ୍ଜ୍ବଳତା।" -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "ନାଲି (_R):" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "ରଙ୍ଗରେ ନାଲି ଆଲୋକର ମାତ୍ରା।" -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "ସବୁଜ (_G):" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "ରଙ୍ଗରେ ସାଗୁଆ ଆଲୋକର ମାତ୍ରା।" -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "ନୀଳ (_B):" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "ରଙ୍ଗରେ ନିଳ ଆଲୋକର ମାତ୍ରା।" -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "ଅସ୍ବଚ୍ଛତା (_a):" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "ରଙ୍ଗର ସ୍ବଚ୍ଛତା।" -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "ରଙ୍ଗର ନାମ (_n):" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1482,15 +1509,15 @@ msgstr "" "ଏହି ଭରଣରେ ଆପଣ ଗୋଟିଏ HTML-ଶୈଳୀର ଷୋହଳମିକ ରଙ୍ଗ ମୂଲ୍ଯ, କିମ୍ବା ସରଳ ଭାବରେ ଗୋଟିଏ ରଙ୍ଗର ନାମ, " "ଯେପରି କି 'ନାରଙ୍ଗ' ଭରି ପାରନ୍ତି।" -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "ଥାଳି (_P):" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "ରଙ୍ଗ ଚକ୍ର" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1499,7 +1526,7 @@ msgstr "" "ପୂର୍ବରୁ ବଛାଯାଇଥିବା ରଙ୍ଗ, ବର୍ତମାନ ବଛାଯାଇଥିବା ରଙ୍ଗ ସଙ୍ଗେ ଦୁଳନା ପାଇଁ. ଆପଣ ଏହି ରଙ୍ଗକୁ ଆଳି ଭରଣକୁ " "ଟାଣିପାରନ୍ତି କିମ୍ବା ଏହାକୁ ପାଖରେ ସ୍ଥିତ ରଙ୍ଗ ନମୁନା କ୍ଷେତ୍ରକୁ ଟାଣି ସାମ୍ପ୍ରତିକ ରଙ୍ଗ ଭାବରେ ବାଛିପାରନ୍ତି।" -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1507,11 +1534,11 @@ msgstr "" "ଆପଣଙ୍କ ଦ୍ବାରା ବଛା ରଙ୍ଗ. ଆପଣ ଏହାକୁ ଗୋଟିଏ ଆଳି ଭରଣକୁ ଟାଣି ଭବିଷ୍ଯତରେ ବ୍ଯବହାର ପାଇଁ ସଂରକ୍ଷିତ " "କରିପାରନ୍ତି।" -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "ଏଠାରେ ରଙ୍ଗ ସଂରକ୍ଷିତ କରନ୍ତୁ (_S)" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1520,55 +1547,55 @@ msgstr "" "ଏଠାରେ ରଙ୍ଗ ନମୁନା ଟାଣି ଆଣନ୍ତୁ ବା ଏହା ଉପରେ ଡାହାଣ ମାଉସ ଚାବି ଦବାଇ \"Save color here.\" " "ବାଛନ୍ତୁ।" -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "ରଙ୍ଗ ଚୟନ" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "ନିବେଶ ପ୍ରଣାଳୀ (_M)" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "ୟୁନିକୋଡ ନିୟନ୍ତ୍ରଣ ଅକ୍ଷର ଭର୍ତ୍ତି କରନ୍ତୁ (_I)" -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Caps Lock ଅନ ଅଛି" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "ଗୋଟିଏ ଫାଇଲ ବାଛନ୍ତୁ" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "ଡେସ୍କଟପ" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(କିଛି ନୁହେଁ)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "ଅନ୍ଯାନ୍ଯ ..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "ଫାଇଲ ବିଷୟରେ ସୂଚନା ଆଣିହେଲା ନାହିଁ" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "ଚିହ୍ନିତ ସ୍ଥାନ ଯୋଡ଼ିହେଲା ନାହିଁ" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "ଚିହ୍ନିତ ସ୍ଥାନ କାଢ଼ିହେଲା ନାହିଁ" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "ଫୋଲ୍ଡରଟି ସୃଷ୍ଟି କରିହେଲା ନାହିଁ" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1576,11 +1603,11 @@ msgstr "" "ଏକା ନାମର ଫାଇଲ ପୂର୍ବରୁ ଥିବାରୁ ଫୋଲ୍ଡରଟି ସୃଷ୍ଟି କରିହେଲା ନାହିଁ। ଫୋଲ୍ଡର ପାଇଁ ଅନ୍ଯ ନାମ ବ୍ଯବହାର " "କରିବାକୁ ଚେଷ୍ଟା କରନ୍ତୁ, ବା ପ୍ରଥମେ ଫାଇଲନାମ ବଦଳାନ୍ତୁ।" -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "ଅବୈଧ ଫାଇଲ ନାମ" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "ଫୋଲ୍ଡର ସୂଚୀ ଗେଖାଇହେଲା ନାହିଁ" @@ -1588,172 +1615,172 @@ msgstr "ଫୋଲ୍ଡର ସୂଚୀ ଗେଖାଇହେଲା ନାହି #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s %2$sରେ" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "ଖୋଜନ୍ତୁ" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "ନିକଟରେ ବ୍ୟବହୃତ" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "ପ୍ରଦର୍ଶନ ପାଇଁ ଫାଇଲ ପ୍ରକାର ବାଛନ୍ତୁ" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "'%s' ଫୋଲ୍ଡରକୁ ଚିହ୍ନିତ ସ୍ଥାନଗୁଡ଼ିକରେ ଯୋଗାନ୍ତୁ" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "ସାମ୍ପ୍ରତିକ ଫୋଲ୍ଡରକୁ ଚିହ୍ନିତ ସ୍ଥାନଗୁଡ଼ିକରେ ଯୋଗାନ୍ତୁ" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "ବଛା ଫୋଲ୍ଡରଗୁଡ଼ିକୁ ଚିହ୍ନିତ ସ୍ଥାନଗୁଡ଼ିକରେ ଯୋଗାନ୍ତୁ" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "'%s' ଚିହ୍ନିତ ସ୍ଥାନ କାଢ଼ନ୍ତୁ" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "କାଢ଼ନ୍ତୁ" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "ନାମ ବଦଳାନ୍ତୁ..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "ସ୍ଥାନ" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "ସ୍ଥାନ (_P)" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "ଯୋଗ କରନ୍ତୁ (_A)" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "ବଛା ଫୋଲ୍ଡରକୁ ଚିହ୍ନିତ ସ୍ଥାନଗୁଡ଼ିକରେ ଯୋଗାନ୍ତୁ" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "କାଢ଼ନ୍ତୁ (_R)" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "ବଛା ଚିହ୍ନିତ ସ୍ଥାନ କାଢ଼ନ୍ତୁ" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "ଫାଇଲ ବାଛିହେଲା ନାହିଁ" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "ଚିହ୍ନିତ ସ୍ଥାନଗୁଡ଼ିକରେ ଯୋଗାନ୍ତୁ (_A)" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "ଲୁକ୍କାୟିତ ଫାଇଲଗୁଡ଼ିକୁ ଦର୍ଶାନ୍ତୁ (_H)" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "ସ୍ତମ୍ଭ ଆକାର ଦର୍ଶାନ୍ତୁ (_S)" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "ଫାଇଲଗୁଡ଼ିକ" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "ନାମ" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "ଆକାର" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "ପରିବର୍ତ୍ତିତ" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "ନାମ (_N):" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "ଅନ୍ଯ ଫୋଲ୍ଡର ପାଇଁ ଖୋଜିବୁଲନ୍ତୁ (_B)" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "ଗୋଟିଏ ଫାଇଲ ନାମକୁ ଟାଇପ କରନ୍ତୁ" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "ଫୋଲ୍ଡର ସୃଷ୍ଟି କରନ୍ତୁ (_l)" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "ଅବସ୍ଥାନ (_L):" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "ଫୋଲ୍ଡରରେ ସଞ୍ଚିତ କରନ୍ତୁ: (_f)" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "ଫୋଲ୍ଡରରେ ସୃଷ୍ଟି କରନ୍ତୁ: (_f)" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "ଏହି ଫୋଲ୍ଡର ସ୍ତାନୀୟ ନ ଥିବାରୁ ଏଠିକି ଯାଇ ହେବ ନାହିଁ" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "%s ସଂକ୍ଷିପ୍ତ ପଥ ପୂର୍ବରୁ ଅଛି" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "%s ସଂକ୍ଷିପ୍ତ ପଥ ଅବସ୍ଥିତ ନାହିଁ" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "\"%s\" ନାମର ଫାଇଲ ପୂର୍ବରୁ ଅଛି. ଆପଣ ତାହାକୁ ବଦଳାଇବାକୁ ଚାହାନ୍ତି କି?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "\"%s\"ରେ ଫାଇଲ ପୂର୍ବରୁ ଅଛି. ଏହାକୁ ବଦଳାଇଲେ, ତାହାର ସୂଚୀ ନବଲିଖିତ ହୋଇଯିବ." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "ବଦଳାନ୍ତୁ (_R)" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "ସନ୍ଧାନ ପଦ୍ଧତିକୁ ଆରମ୍ଭ କରିହେଲା ନାହିଁ" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1761,54 +1788,54 @@ msgstr "" "ଅନୁକ୍ରମଣିକା ଡେମନ ସହିତ ସଂଯୋଗ ସ୍ଥାପନ କରିବାରେ ଏହି ପ୍ରଗ୍ରାମଟି ଅସମର୍ଥ. ଏହା ଚାଲୁଅଛି ବୋଲି ଦୟାକରି " "ନିଶ୍ଚିତ ହୁଅନ୍ତୁ." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "ସନ୍ଧାନ ଅନୁରୋଧକୁ ପଠାଯାଇପାରିଲା ନାହିଁ" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "ଖୋଜନ୍ତୁ (_S):" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "%s ସ୍ଥାପନ କରିହେଲା ନାହିଁ" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "ନୂତନ ଫୋଲ୍ଡରର ପ୍ରକାରର ନାମ" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "ଅଜଣା" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "ଗତକାଲି %H:%M ରେ" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "ଅବୈଧ ପଥ" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "କୌଣସି ମେଳକ ନାହିଁ" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "ଏକମାତ୍ର ସମ୍ପୂର୍ଣ୍ଣତା" @@ -1816,13 +1843,13 @@ msgstr "ଏକମାତ୍ର ସମ୍ପୂର୍ଣ୍ଣତା" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "ସମ୍ପୂର୍ଣ୍ଣ, କିନ୍ତୁ ଅନନ୍ୟ ନୁହଁ" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "ସମ୍ପୂର୍ଣ୍ଣ କରୁଅଛି..." @@ -1830,7 +1857,7 @@ msgstr "ସମ୍ପୂର୍ଣ୍ଣ କରୁଅଛି..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "କେବଳ ସ୍ଥାନୀୟ ଫାଇଲଗୁଡ଼ିକ ବଛାଯାଇପାରେ" @@ -1838,41 +1865,41 @@ msgstr "କେବଳ ସ୍ଥାନୀୟ ଫାଇଲଗୁଡ଼ିକ ବଛ #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "ଅସମ୍ପୂର୍ଣ୍ଣ ଆଧାର ନାମ, / ସହିତ ସମାପ୍ତ" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "ପଥ ଅବସ୍ଥିତ ନାହିଁ" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "ଫୋଲଡର '%s' ସୃଷ୍ଟି କରିବାରେ ତୃଟି: %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "ଫୋଲ୍ଡରଗୁଡ଼ିକ" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "ଫୋଲ୍ଡରଗୁଡ଼ିକ (_d)" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "ଫାଇଲଗୁଡ଼ିକ (_F)" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "ଫୋଲ୍ଡର ପଠନକ୍ଷମ ନୁହେଁ: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1883,87 +1910,87 @@ msgstr "" "ହୋଇପାରେ.\n" "ଆପଣ ନିଶ୍ଚିତ ଭାବରେ ତାହାକୁ ବାଛିବାକୁ ଚାହାନ୍ତି କି?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "ନୂତନ ଫୋଲ୍ଡର (_N)" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "ଫାଇଲ ଲିଭାନ୍ତୁ (_l)" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "ଫାଇଲର ନାମ ବଦଳାନ୍ତୁ (_R)" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "ଫୋଲ୍ଡରର ନାମ \"%s\"ରେ କିଛି ପ୍ରତୀକ ଅଛି ଯେଉଁଗୁଡ଼ିକ ଫାଇଲ ନାମରେ ମନା" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "ନୂତନ ଫୋଲ୍ଡର" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "ଫୋଲ୍ଡର ନାମ (_F)" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "ସୃଷ୍ଟି କରନ୍ତୁ (_r)" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "ଫାଇଲ ନାମ \"%s\"ରେ କିଛି ପ୍ରତୀକ ଅଛି ଯେଉଁଗୁଡ଼ିକ ଫାଇଲ ନାମରେ ମନା" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "'%s' ଫାଇଲକକୁ ଅପସାରଣ କରିବା ସମୟରେ ତୃଟି: %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "\"%s\" କୁ ପ୍ରକୃତରେ ଅପସାରଣ କରାଯିବ?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "ଫାଇଲ ଲିଭାନ୍ତୁ" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "ଫାଇଲର ନାମ \"%s\"କୁ ବଦଳାଇବାରେ ତୃଟି: %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "\"%s\" ଫାଇଲର ନାମ ବଦଳାଇବାରେ ତୃଟି: %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "ଫାଇଲର ନାମ \"%s\"ରୁ \"%s\"ରେ ବଦଳାଇବାରେ ତୃଟି: %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "ଫାଇଲର ନାମ ବଦଳାନ୍ତୁ" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "\"%s\" ଫାଇଲକୁ ଏହି ନାମକୁ ବଦଳାନ୍ତୁ:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "ନାମ ବଦଳାନ୍ତୁ (_R)" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "ଚୟନ (_S)" -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1972,15 +1999,15 @@ msgstr "" "\"%s\" ଫାଇଲ ନାମ ୟୁ.ଟି.ଏଫ.-୮କୁ ରୂପାନ୍ତରିତ କରିହେଲା ନାହିଁ. (ପରିବେଶ ଚଳ G_FILENAME_ENCODING " "ବିନ୍ଯାସ କରିବାକୁ ଚେଷ୍ଟା କରନ୍ତୁ): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "ଅବୈଧ ୟୁ.ଟି.ଏଫ.-୮" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "ନାମ ଅତି ବଡ଼" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "ଫାଇଲ ନାମ ରୂପାନ୍ତରିତ କରିହେଲା ନାହିଁ" @@ -1989,75 +2016,75 @@ msgstr "ଫାଇଲ ନାମ ରୂପାନ୍ତରିତ କରିହେଲ #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "ଫାଇଲ ତନ୍ତ୍ର" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "ରୁଟ୍ ଫୋଲଡରକୁ ପାଇପାରିଲା ନାହିଁ" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(ଖାଲି)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "ଗୋଟିଏ ଅକ୍ଷରରୂପ ବାଛନ୍ତୁ" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "ଅକ୍ଷରରୂପ" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "ଅଆଇଈଉଊକଖଗଘଞଅଆଇଈଉଊକଖଗଘଞ" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "ଶ୍ରେଣୀ (_F):" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "ଶୈଳୀ (_S):" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "ଆକାର (_z):" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "ପୂର୍ବାବଲୋକନ (_P):" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "ଅକ୍ଷରରୂପ ଚୟନ" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "ଗାମା" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "ଗାମା ମୂଲ୍ଯ (_G)" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "ଚିତ୍ରସଙ୍କେତ ଧାରଣ କରିବାରେ ତୃଟି: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2070,139 +2097,139 @@ msgstr "" "ଆପଣ ଏଠାରୁ ନକଲଟିଏ ଆଣିପାରିବେ:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "'%s' ଚିତ୍ରସଙ୍କେତ ପ୍ରସଙ୍ଗରେ ଅବସ୍ଥିତ ନାହିଁ" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "ଚିତ୍ର ସଂକେତ ଧାରଣ କରିବାରେ ଅସଫଳ" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "ସରଳ" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "ଫାଇଲ ତନ୍ତ୍ର" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "ତନ୍ତ୍ର (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "ନିବେଶ" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "କୌଣସି ବିସ୍ତୃତ ନିବେଶ ଯନ୍ତ୍ର ନାହିଁ" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "ଯନ୍ତ୍ର (_D):" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "ନିଷ୍କ୍ରିୟ" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "ପରଦା" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "ୱିଣ୍ଡୋ" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "ଧାରା (_M):" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "ଏକ୍ସେସ୍" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "ଚାବି" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "ଚାପ (_P):" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "ଏକ୍ସ ଢାଲୁ (_t):" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "ୱାଇ ଢାଲୁ (_i):" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "ଚକ (_W):" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "କିଛି ନୁହେଁ" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(ନିଷ୍କ୍ରିୟ)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(ଅଜଣା)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "ସଫା କରନ୍ତୁ (_e)" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "ୟୁ.ଆର.ଏଲ. କୁ ନକଲ କରନ୍ତୁ" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "ଅବୈଧ URI" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "ଅତିରିକ୍ତ GTK+ ଏକକାଂଶଗୁଡ଼ିକୁ ଧାରଣ କରନ୍ତୁ" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "ଏକକାଂଶଗୁଡ଼ିକ" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "ସମସ୍ତ ଚେତାବନୀକୁ ମାରାତ୍ମକ କରନ୍ତୁ" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "ବିନ୍ଯାସ ପାଇଁ GTK+ ତୃଟିମୁକ୍ତକରଣ ସୂଚକ" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "ଅବିନ୍ଯାସ ପାଇଁ ଜି.ଟି.କେ.+ ତୃଟିମୁକ୍ତିକରଣ ସୂଚକ" @@ -2211,65 +2238,66 @@ msgstr "ଅବିନ୍ଯାସ ପାଇଁ ଜି.ଟି.କେ.+ ତୃଟ #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "ପ୍ରଦର୍ଶନକୁ ଖୋଲିପାରିବେ ନାହିଁ: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "ଜି.ଟି.କେ.+ ପସନ୍ଦ" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "ଜି.ଟି.କେ.+ ପସନ୍ଦ ଦେଖାନ୍ତୁ" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "ସଂଯୋଗ କରନ୍ତୁ (_n)" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "ଅଜ୍ଞାତ ଭାବରେ ସଂଯୋଗ କରନ୍ତୁ (_a)" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "ଚାଳକ ଭାବରେ ସଂଯୋଗ କରନ୍ତୁ (_s):" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "ଚାଳକ ନାମ (_U):" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "ପରିସର (_D):" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "ପ୍ରବେଶ ସଂକେତ (_P):" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "ଅତିଶିଘ୍ର ପ୍ରବେଶ ସଂକେତ ଭୁଲିଯାଆନ୍ତୁ (_i)" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "ଆପଣ ଲଗଆଉଟ ହେବା ପର୍ଯ୍ୟନ୍ତ ମନେରଖନ୍ତୁ (_l)" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "ସବୁଦିନ ପାଇଁ ମନେରଖନ୍ତୁ (_f)" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "ପୃଷ୍ଠା %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "ଗୋଟିଏ ବୈଧ ପୃଷ୍ଠା ବିନ୍ୟାସ ଫାଇଲ ନୁହଁ" @@ -2279,11 +2307,11 @@ msgstr "ଗୋଟିଏ ବୈଧ ପୃଷ୍ଠା ବିନ୍ୟାସ ଫ #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ:ମିମି" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2291,15 +2319,15 @@ msgstr "" "ଯେ କୌଣସି ମୂଦ୍ରଣୀ\n" "ସଂକ୍ଷିପ୍ତ ଦଲିଲ ପାଇଁ" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "ମିମି" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "ଇଞ୍ଚ" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2314,88 +2342,103 @@ msgstr "" " ଉପର: %s %s\n" " ତଳ: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "ଇଚ୍ଚାରୂପଣ ଆକାର ପରିଚାଳନା କରନ୍ତୁ ..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "ଏହା ପାଇଁ ସଂରୂପଣ କରନ୍ତୁ (_F):" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "କାଗଜର ଆକାର (_P):" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "ଅନୁସ୍ଥାପନ (_O):" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2683 msgid "Page Setup" msgstr "ପୃଷ୍ଠା ବ୍ଯବସ୍ଥାପନ" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "ମୂଦ୍ରଣୀରୁ ମାର୍ଜିନ..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "ଇଚ୍ଚାରୂପଣ ଆକାର %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "ଇଚ୍ଚାରୂପଣ ଆକାର ପରିଚାଳନା କରନ୍ତୁ" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "ଓସାର (_W):" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "ଉଚ୍ଛତା (_H):" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "କାଗଜର ଆକାର" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "ଉପର (_T):" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "ତଳ (_B):" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "ବାମ (_L):" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "ଡାହାଣ (_R):" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "କାଗଜ ମାର୍ଜିନ" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "ଉପର ପଥ" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "ତଳ ପଥ" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "ଫାଇଲ ତନ୍ତ୍ର ମୁଖ୍ୟ ଚାଳକ" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprintbackend.c:740 +#| msgid "Application" +msgid "Authentication" +msgstr "ବୈଧିକରଣ" + +#: ../gtk/gtkprintbackend.c:772 +#| msgid "_Username:" +msgid "Username:" +msgstr "ଚାଳକ ନାମ:" + +#: ../gtk/gtkprintbackend.c:782 +#| msgid "_Password:" +msgid "Password:" +msgstr "ପ୍ରବେଶ ସଂକେତ:" + +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "ଅନୁପଲବ୍ଧ" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "ଫୋଲ୍ଡରରେ ସଂରକ୍ଷିତ କରନ୍ତୁ (_S):" @@ -2403,181 +2446,176 @@ msgstr "ଫୋଲ୍ଡରରେ ସଂରକ୍ଷିତ କରନ୍ତୁ (_S #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:176 #, c-format msgid "%s job #%d" msgstr "%s job #%d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1540 msgctxt "print operation status" msgid "Initial state" msgstr "ପ୍ରାଥମିକ ଅବସ୍ଥା" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1541 msgctxt "print operation status" msgid "Preparing to print" msgstr "ମୁଦ୍ରଣ କରିବାକୁ ପ୍ରସ୍ତୁତ କରୁଅଛି" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1542 msgctxt "print operation status" msgid "Generating data" msgstr "ତଥ୍ୟ ନିର୍ମାଣ କରୁଅଛି" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1543 msgctxt "print operation status" msgid "Sending data" msgstr "ତଥ୍ୟ ପଠାଉଅଛି" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1544 msgctxt "print operation status" msgid "Waiting" msgstr "ଚେତାବନୀ" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1545 msgctxt "print operation status" msgid "Blocking on issue" msgstr "ସମସ୍ୟା ହେତୁ ଅଟକାଉଛି" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1546 msgctxt "print operation status" msgid "Printing" msgstr "ମୁଦ୍ରଣ କରୁଅଛି" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1547 msgctxt "print operation status" msgid "Finished" msgstr "ସମ୍ପନ୍ନ କରୁଅଛି" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1548 msgctxt "print operation status" msgid "Finished with error" msgstr "ତୃଟି ସହିତ ସମାପ୍ତ" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2071 #, c-format msgid "Preparing %d" msgstr "%dକୁ ପ୍ରସ୍ତୁତ କରୁଅଛି" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2073 ../gtk/gtkprintoperation.c:2404 msgid "Preparing" msgstr "ପ୍ରସ୍ତୁତ କରୁଅଛି" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2076 #, c-format msgid "Printing %d" msgstr "%dକୁ ମୁଦ୍ରଣ କରୁଅଛି" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2434 msgid "Error creating print preview" msgstr "ମୁଦ୍ରଣ ପ୍ରାକଦର୍ଶନକୁ ନିର୍ମାଣ କରିବା ସମୟରେ ତୃଟି" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2437 msgid "The most probable reason is that a temporary file could not be created." msgstr "ଗୋଟିଏ ଅତି ସମ୍ଭାବ୍ୟ କାରଣ ହେଲା ଅସ୍ଥାୟୀ ଫାଇଲ ନିର୍ମାଣ କରିହେବ ନାହିଁ." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "ପ୍ରାକଦର୍ଶନକୁ ଚଲାଇବା ସମୟରେ ତୃଟି" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "ମୂଦ୍ରଣ କରିବା ସମୟରେ ତୃଟି" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:425 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "ପ୍ରୟୋଗ" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "ମୂଦ୍ରଣୀ ଅଫ-ଲାଇନ" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "କାଗଜ ବାହାରେ" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1710 msgid "Paused" msgstr "ସାମୟିକ ବିରାମ ନେଉଛି" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "ଚାଳକ ହସ୍ତକ୍ଷେପ ଆବଶ୍ଯକ" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "ଆକାରକୁ ଇଚ୍ଛାରୂପଣ କରନ୍ତୁ" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "କୌଣସି ମୁଦ୍ରଣୀ ମିଳିଲା ନାହିଁ" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "DC ନିର୍ମାଣ ପାଇଁ ଅବୈଧ ସ୍ବତନ୍ତ୍ରଚର" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "StartDoc ରୁ ତୃଟି" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "ଯଥେଷ୍ଟ ଅବ୍ଯବହ୍ରୁତ ସ୍ମୃତି ନାହିଁ" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "PrintDlgEx ପାଇଁ ଅବୈଧ ସ୍ବତନ୍ତ୍ରଚର" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "PrintDlgEx ପାଇଁ ଅବୈଧ ସୂଚକ" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "PrintDlgEx ପାଇଁ ଅବୈଧ ନିୟନ୍ତ୍ରକ" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "ଅନିର୍ଦ୍ଦିଷ୍ଟ ତୃଟି" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1763 msgid "Printer" msgstr "ମୁଦ୍ରଣୀ" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1773 msgid "Location" msgstr "ଅବସ୍ଥାନ" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1784 msgid "Status" msgstr "ସ୍ଥିତି" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1809 msgid "Range" msgstr "ପରିସୀମା" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1813 msgid "_All Pages" msgstr "ସମସ୍ତ ପୃଷ୍ଠାଗୁଡ଼ିକ (_A)" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1820 msgid "C_urrent Page" msgstr "ପ୍ରଚଳିତ ପୃଷ୍ଠା (_u)" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1829 msgid "Pag_es:" msgstr "ପୃଷ୍ଠାଗୁଡ଼ିକ (_e):" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1830 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2585,124 +2623,124 @@ msgstr "" "ଏକ ବା ଏକାଧିକ ପୃଷ୍ଠା ପରିସୀମା ଉଲ୍ଲେଖ କରନ୍ତୁ,\n" "ଯେପରି କି 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 +#: ../gtk/gtkprintunixdialog.c:1840 msgid "Pages" msgstr "ପୃଷ୍ଠାଗୁଡ଼ିକ" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copies" msgstr "ପ୍ରତିଲିପି" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1858 msgid "Copie_s:" msgstr "ପ୍ରତିଲିପି (_s):" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1876 msgid "C_ollate" msgstr "ତୁଳନା କରନ୍ତୁ (_o)" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1884 msgid "_Reverse" msgstr "ପ୍ରତ୍ଯାବୃତ କରନ୍ତୁ (_R)" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1904 msgid "General" msgstr "ସାମାନ୍ଯ" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2444 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3164 msgid "Page Ordering" msgstr "ପୃଷ୍ଠାକୁ କ୍ରମରେ ସଜାଡିବା" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2450 msgid "Left to right" msgstr "ବାମରୁ ଡାହାଣକୁ" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2451 msgid "Right to left" msgstr "ଡାହାଣରୁ ବାମକୁ" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2520 msgid "Layout" msgstr "ବିନ୍ଯାସ" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2524 msgid "T_wo-sided:" msgstr "ଉଭୟ ପାର୍ଶ୍ବ (_w):" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2539 msgid "Pages per _side:" msgstr "ପ୍ରତ୍ୟେକ ପାଖରେ ଥିବା ପୃଷ୍ଠା (_s):" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2557 msgid "Page or_dering:" msgstr "ପୃଷ୍ଠା କ୍ରମରେ ସଜାଡୁଛି (_d):" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2573 msgid "_Only print:" msgstr "କେବଳ ମୁଦ୍ରଣ କରନ୍ତୁ (_O):" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "All sheets" msgstr "ସମସ୍ତ ସୀଟ" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2589 msgid "Even sheets" msgstr "ଯୁଗ୍ମ ଅଙ୍କ ବିଶିଷ୍ଟ ସୀଟ୍ସ" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2590 msgid "Odd sheets" msgstr "ଅଯୁଗ୍ମ ଅଙ୍କ ବିଶିଷ୍ଟ ସୀଟ୍ସ" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2593 msgid "Sc_ale:" msgstr "ମାପନ୍ତୁ (_a):" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2620 msgid "Paper" msgstr "କାଗଜ" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2624 msgid "Paper _type:" msgstr "କାଗଜର ପ୍ରକାର (_t):" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2639 msgid "Paper _source:" msgstr "କାଗଜର ଉତ୍ସ (_s):" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2654 msgid "Output t_ray:" msgstr "ନିର୍ଗମ ଟ୍ରେ (_r):" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2708 msgid "Job Details" msgstr "କାର୍ଯ୍ଯର ବିସ୍ତ୍ରୁତ ବିବରଣୀ" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2714 msgid "Pri_ority:" msgstr "ଅଗ୍ରାଧିକାର (_o):" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2729 msgid "_Billing info:" msgstr "ବିଲି ସମ୍ବନ୍ଧୀୟ ସୂଚନା (_B):" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2747 msgid "Print Document" msgstr "ଦଲିଲକୁ ମୂଦ୍ରଣ କରନ୍ତୁ" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2756 msgid "_Now" msgstr "ବର୍ତମାନ (_N)" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2767 msgid "A_t:" msgstr "ସେହିଠାରେ (_t):" @@ -2710,7 +2748,7 @@ msgstr "ସେହିଠାରେ (_t):" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2773 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2718,117 +2756,117 @@ msgstr "" "ମୁଦ୍ରଣର ସମୟ ଉଲ୍ଲେଖ କରନ୍ତୁ,\n" " ଉଦାହରଣ ସ୍ୱରୂପ. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2783 msgid "Time of print" msgstr "ମୁଦ୍ରଣ ସମୟ" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2799 msgid "On _hold" msgstr "ଆୟତ୍ତ ରେ (_h)" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2800 msgid "Hold the job until it is explicitly released" msgstr "କାର୍ଯ୍ୟଟି ସମ୍ପୂର୍ଣ୍ଣ ରୂପେ ପ୍ରକାଶନ ହେବା ପର୍ଯ୍ୟନ୍ତ ଧରିରଖନ୍ତୁ" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2820 msgid "Add Cover Page" msgstr "ଉପର ପୃଷ୍ଠାକୁ ସଂଯୋଗ କରନ୍ତୁ" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2829 msgid "Be_fore:" msgstr "ଏହା ପୂର୍ବରୁ (_f):" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2847 msgid "_After:" msgstr "ଏହା ପରେ (_A):" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2865 msgid "Job" msgstr "କାର୍ଯ୍ଯ" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2931 msgid "Advanced" msgstr "ଉନ୍ନତ" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2966 msgid "Image Quality" msgstr "ପ୍ରତିଛବି ଗୁଣବତ୍ତା" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2969 msgid "Color" msgstr "ରଙ୍ଗ" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2972 msgid "Finishing" msgstr "ସମ୍ପନ୍ନ କରୁଅଛି" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2982 msgid "Some of the settings in the dialog conflict" msgstr "ସଂଳାପ ବିରୋଧରେ କିଛି ବିନ୍ଯାସ" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3005 msgid "Print" msgstr "ମୁଦ୍ରଣ କରନ୍ତୁ" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "ଭରଣ ପାଇଁ \"%s\" ଫାଇଲ ମିଳିଲା ନାହିଁ" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "\"%s\" ପିକ୍ସମ୍ଯାପ_ପଥରେ ଚିତ୍ର ଫାଇଲ ମିଳିଲା ନାହିଁ" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "'%s' ଶ୍ରେଣୀର ୱିଜେଟଟ ପାଇଁ ଏହି ପ୍ରକ୍ରିୟା ଲାଗୁ କରାଯାଇ ନାହିଁ" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "କେଉଁ ପ୍ରକାରର ଦଲିଲ ମାନଙ୍କୁ ପ୍ରଦର୍ଶନ କରାଯାଇଛି ତାହାକୁ ବାଛନ୍ତୁ" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "'%s' ୟୁ.ଆର.ଆଇ. ପାଇଁ କୌଣସି ବସ୍ତୁ ମିଳିଲା ନାହିଁ" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "ଶୀର୍ଷକହୀନ ଛାଣ" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "ବସ୍ତୁକୁ ଅପସାରିତ ହେଲା ନାହିଁ" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "ତାଲିକାକୁ ସଫା କରିହେଲା ନାହିଁ" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "ଅବସ୍ଥାନକୁ ନକଲ କରନ୍ତୁ (_L)" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "ତାଲିକାରୁ ବାହାର କରି ଦିଅନ୍ତୁ (_R)" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "ତାଲିକାକୁ ସଫା କରନ୍ତୁ (_C)" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "ବ୍ଯକ୍ତିଗତ ସମ୍ବଳ ଗୁଡିକୁ ଦେଖାନ୍ତୁ (_P)" @@ -2842,21 +2880,21 @@ msgstr "ବ୍ଯକ୍ତିଗତ ସମ୍ବଳ ଗୁଡିକୁ ଦେଖ #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "କୌଣସି ବସ୍ତୁ ମିଳିଲା ନାହିଁ" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "`%s' ୟୁ.ଆର.ଆଇ. ରେ ନିକଟ ଅତୀତରେ ବ୍ଯବହ୍ରୁତ କୌଣସି ମିଳିଲା ନାହିଁ" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "'%s' କୁ ଖୋଲନ୍ତୁ" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "ଅଜଣା ବସ୍ତୁ" @@ -2865,7 +2903,7 @@ msgstr "ଅଜଣା ବସ୍ତୁ" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2874,37 +2912,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "'%s' URI ବିଶିଷ୍ଟ ଗୋଟିଏ ବସ୍ତୁକୁ ଖୋଜି ପାରିଲା ନାହିଁ" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "ସୂଚନା" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "ଚେତାବନୀ" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "ତୃଟି" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "ପ୍ରଶ୍ନ" @@ -2912,689 +2950,689 @@ msgstr "ପ୍ରଶ୍ନ" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "ବିବରଣୀ (_A)" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "ଯୋଗ କରନ୍ତୁ (_A)" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "ପ୍ରୟୋଗ କରନ୍ତୁ (_A)" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "ମୋଟା ଅକ୍ଷର (_B)" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "ବାତିଲ କରନ୍ତୁ (_C)" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "ସି.ଡି.-ରମ (_C)" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "ସଫା କରନ୍ତୁ (_C)" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "ବନ୍ଦ କରନ୍ତୁ (_C)" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "ସଂଯୋଗ କରନ୍ତୁ (_o)" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "ରୂପାନ୍ତରିତ କରନ୍ତୁ (_C)" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "ନକଲ କରନ୍ତୁ (_C)" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "କାଟନ୍ତୁ (_t)" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "ଲିଭାନ୍ତୁ (_D)" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "ପରିତ୍ୟାଗ କରନ୍ତୁ (_D)" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "ବିଚ୍ଛିନ୍ନ କରନ୍ତୁ (_D)" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "ନିଷ୍ପାଦନ କରନ୍ତୁ (_E)" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "ସମ୍ପାଦନ କରନ୍ତୁ (_E)" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "ଖୋଜନ୍ତୁ (_F)" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "ଖୋଜି ବଦଳାନ୍ତୁ (_R)" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "ଫ୍ଲପି (_F)" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "ପୂର୍ଣ୍ଣ ପରଦା (_F)" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "ପୂର୍ଣ୍ଣ ପରଦା ଧାରା ଛାଡ଼ନ୍ତୁ (_L)" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "ତଳ (_B)" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "ପ୍ରଥମ (_F)" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "ଅନ୍ତିମ (_L)" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "ଉପର (_T)" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "ପଛ (_B)" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "ତଳ (_D)" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "ଆଗକୁ (_F)" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "ଉପର (_U)" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "ହାର୍ଡ଼ ଡିସ୍କ (_H)" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "ସହାୟତା (_H)" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "ଘର (_H)" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "ଅନୁଚ୍ଛେଦ ବ୍ଯବଧାନ ବଢ଼ାନ୍ତୁ" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "ଅନୁଚ୍ଛେଦ ବ୍ଯବଧାନ କମାନ୍ତୁ" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "ଅନୁକ୍ରମଣିକା (_I)" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "ସୂଚନା (_I)" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "ତେରେଛା (_I)" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "ଏଠାକୁ ଯାଆନ୍ତୁ (_J)" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "କେନ୍ଦ୍ର (_C)" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "ପୁରଣ କରନ୍ତୁ (_F)" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "ବାମ (_L):" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "ଡାହାଣ (_R):" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "ଆଗକୁ (_F)" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "ନୂତନ (_N)" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "ସାମୟିକ ବିରାମ ନେଉଛି (_a)" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "ସ୍ଥାନ (_P)" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "ପୂର୍ବବର୍ତ୍ତୀ (_v)" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "ଲିପିବଦ୍ଧ କରନ୍ତୁ (_R)" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "ପଛୁଆ ଘୂରାନ୍ତୁ (_e)" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "ବିରାମ କରନ୍ତୁ (_S)" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "ନେଟୱାର୍କ (_N)" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "ନୂତନ (_N)" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "ନାଁ (_N)" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "ଠିକ ଅଛି (_O)" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "ଖୋଲନ୍ତୁ (_O)" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "ଭୂ-ଦୃଶ୍ଯ" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "ଚିତ୍ରପଟ" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "ଓଲଟା ଭୂ-ଦୃଶ୍ଯ" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "ଓଲଟା ଚିତ୍ରପଟ" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "ପୃଷ୍ଠା ବ୍ଯବସ୍ଥାପନ (_u)" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "ଲଗାନ୍ତୁ (_P)" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "ପସନ୍ଦ (_P)" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "ମୁଦ୍ରଣ କରନ୍ତୁ (_P)" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "ମୁଦ୍ରଣ ପୂର୍ବାବଲୋକନ (_v)" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "ଗୁଣଧର୍ମ (_P)" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "ବିଦାୟ ନିଅନ୍ତୁ (_Q)" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "ପୁଣି କରନ୍ତୁ (_R)" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "ସତେଜିତ କରନ୍ତୁ (_R)" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "କାଢ଼ନ୍ତୁ (_R)" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "ପ୍ରତ୍ଯାବୃତ କରନ୍ତୁ (_R)" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "ସଂରକ୍ଷଣ କରନ୍ତୁ (_S)" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "ଏହି ଭାବେ ସଂରକ୍ଷଣ କରନ୍ତୁ (_A)" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "ସବୁ ବାଛନ୍ତୁ (_A)" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "ରଙ୍ଗ (_C)" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "ଅକ୍ଷରରୂପ (_F)" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "ଆରୋହୀ କ୍ରମ (_A)" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "ଅବରୋହୀ କ୍ରମ (_D)" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "ବନାନ ଶୋଧନ କରନ୍ତୁ (_S)" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "ବିରାମ କରନ୍ତୁ (_S)" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "ମଧ୍ଯରେଖିତ କରନ୍ତୁ (_S)" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "ପୁନରୁଦ୍ଧାର କରନ୍ତୁ (_U)" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "ଅବରେଖନ କରନ୍ତୁ (_U)" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "ପଦକ୍ଷେପ ବାତିଲ କରନ୍ତୁ (_U)" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "ହଁ (_Y)" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "ସାଧାରଣ ଆକାର (_N)" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "ସର୍ବୋତ୍ତମ ଭାବରେ ମେଳ (_F)" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "ବଡ଼ କରନ୍ତୁ (_I)" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "ସାନ କରନ୍ତୁ (_O)" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "%s କ୍ରମନ୍ବୟକୁ ହଟାଇବାର (ଡି-ସିରିଏଲାଇଜ) ପ୍ରଚେଷ୍ଟା କରୁଥିବା ସମୟରେ ଅଜଣା ତୃଟି" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "%s ଶୈଳୀ ପାଇଁ କୌଣସି ଡି-ସିରିଏଲାଇଜ ପ୍ରକ୍ରିୟା ମିଳିଲା ନାହିଁ" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "<%s> ତତ୍ବରେ ଉଭୟ \"ପରିଚୟ\" ଏବଂ \"ନାମ\" ମିଳିଲା" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "\"%s\" ଗୁଣ <%s> ତତ୍ବରେ ଦୁଇଥର ମିଳିଲା" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "<%s> ବସ୍ତୁ ନିକଟର ଅବୈଧ \"%s\" ପରିଚୟ ଅଛି" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "<%s> ବସ୍ତୁ ନିକଟର ଗୋଟିଏ \"ନାମ\" କିମ୍ବା ଗୋଟିଏ \"ପରିଚୟ\" ବସ୍ତୁ ନାହିଁ" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "\"%s\" ଗୁଣକୁ ଦୁଇଥର ଏହି <%s> ତତ୍ବରେ ପୁନରାବ୍ରୁତ୍ତି କରାଯାଇଛି" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "\"%s\" ଗୁଣ ଏହି ପ୍ରସଙ୍ଗରେ <%s> ତତ୍ବ ପାଇଁ ଅବୈଧ" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "\"%s\" ସୂଚକକୁ ବ୍ଯାଖ୍ଯ କରାଯାଇ ନାହିଁ।" -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "ଅଜ୍ଞାତ ସୂଚକ ମିଳିଲା ଏବଂ ସୂଚକ ଗୁଡିକୁ ସୃଷ୍ଟି କରିହେବ ନାହିଁ।" -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "\"%s\" ସୂଚକ ବଫରରେ ଅବସ୍ଥିତ ନାହିଁ ଏବଂ ସୂଚକ ଗୁଡିକୁ ସୃଷ୍ଟି କରିହେବ ନାହିଁ।" -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "<%s> ବସ୍ତୁଟି <%s> ତଳେ ସ୍ବୀକାର୍ଯ୍ଯ ନୁହେଁ" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" ଟି ଗୋଟିଏ ବୈଧ ଗୁଣ ପ୍ରକାର ନୁହେଁ" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" ଟି ଗୋଟିଏ ବୈଧ ଗୁଣ ନାମ ନୁହେଁ" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "\"%s\" କୁ \"%s\" ପ୍ରକାରର ଗୋଟିଏ ମୂଲ୍ଯର \"%s\" ଗୁଣ ପାଇଁ ବଦଳା ଯାଇ ପାରିଲା ନାହିଁ" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" ଟି \"%s\" ଗୁଣ ପାଇଁ ଗୋଟିଏ ବୈଧ ମୂଲ୍ଯ ନୁହେଁ" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "\"%s\" ସୂଚକକୁ ପୂର୍ବରୁ ବ୍ଯାଖ୍ଯା କରାଯାଇ ନାହିଁ" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "\"%s\" ସୂଚକ ନିକଟରେ ଗୋଟିଏ ଅବୈଧ \"%s\" ଅଗ୍ରାଧିକାର ଅଛି" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "ପାଠ୍ଯରେ ବାହ୍ଯ ତତ୍ଯଟି ହେବା ଉଚିତ <%s> ନୁହେଁ" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "ଗୋଟିଏ <%s> ବସ୍ତୁକୁ ପୂର୍ବରୁ ନିର୍ଦ୍ଦିଷ୍ଟ କରାଯାଇଛି" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "ଗୋଟିଏ ତତ୍ବ ଗୋଟିଏ ତତ୍ବ ପୂର୍ବରୁ ଆସି ପାରିବ ନାହିଁ" -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "ଧାରାବହିକ ତଥ୍ଯକୁ ବିକୃତ ରୂପରେ ଗଠନ କରାଯାଇଛି" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "ଧାରାବହିକ ତଥ୍ଯକୁ ବିକୃତ ରୂପରେ ଗଠନ କରାଯାଇଛି। ପ୍ରଥମ ଭାଗଟି GTKTEXTBUFFERCONTENTS-0001 ନୁହେଁ" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM ବାମରୁ ଡାହାଣ ଚିହ୍ନ (_L)" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "ଆର.ଏଲ.ଏମ. ଡାହାଣରୁ ବାମ ଚିହ୍ନ (_R)" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "ଏଲ.ଆର.ଇ. ବାମରୁ ଡାହାଣ ସନ୍ନିବେଶନ (_e)" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "ଆର.ଏଲ.ଇ. ଡାହାଣରୁ ବାମ ସନ୍ନିବେଶନ (_m)" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "ଏଲ.ଆର.ଓ. ବାମରୁ ଡାହାଣ ଜବରଦସ୍ତି (_o)" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "ଆର.ଏଲ.ଓ. ଡାହାଣରୁ ବାମ ଜବରଦସ୍ତି (_v)" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "ପି.ଡି.ଏଫ. ପପ ଦିଗରେ ସଜ୍ଜିକରଣ (_P)" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ଜେଡ.ଡବ୍ଲୁ.ଏସ. ଶୂନ୍ଯ ଓସାର ଖାଲି ସ୍ଥାନ (_Z)" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ଜେଡ.ଡବ୍ଲୁ.ଜେ. ଶୂନ୍ଯ ଓସାର ଯୁକ୍ତିକାରକ (_j)" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ଜେଡ.ଡବ୍ଲୁ.ଏନ.ଜେ. ଶୂନ୍ଯ ଓସାର ବିଯୁକ୍ତିକାରକ (_n)" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "ଯନ୍ତ୍ରାଂଶ ପଥରେ ପ୍ରସଙ୍ଗ ଯନ୍ତ୍ର ମିଳିଲା ନାହିଁ: \"%s\"," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- କୌଣସି ସୂଚନା ନାହିଁ ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "ଧାଡ଼ି %2$d ଅକ୍ଷର %3$dରେ ଅପ୍ରତ୍ଯାଶିତ ପ୍ରାରମ୍ଭିକ ସୂଚକ '%1$s'" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "ଧାଡ଼ି %d ଅକ୍ଷର %dରେ ଅପ୍ରତ୍ଯାଶିତ ଅକ୍ଷର ତଥ୍ଯ" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "ଖାଲି" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "ତିବ୍ରତା" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "ତିବ୍ରତାକୁ ତଳ ବା ଉପର କରେ" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "ତିବ୍ରତାକୁ ନିୟନ୍ତ୍ରଣ କରେ" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "ତିବ୍ରତା ତଳକୁ କରନ୍ତୁ" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "ତିବ୍ରତାକୁ କମାଇଦେଇଥାଏ" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "ତିବ୍ରତା ଉପରକୁ କରନ୍ତୁ" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "ତିବ୍ରତାକୁ ବଢ଼ାଇଦେଇଥାଏ" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "ମୌନ କରାଯାଇଛି" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "ସମ୍ପୂର୍ଣ୍ଣ ତିବ୍ରତା" @@ -3603,927 +3641,927 @@ msgstr "ସମ୍ପୂର୍ଣ୍ଣ ତିବ୍ରତା" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 ବଳକା" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 ବଳକା" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 ବଳକା" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 ବଳକା" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "DL ଲଫାପା" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Choukei 2 ଲଫାପା" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Choukei 3 ଲଫାପା" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Choukei 4 ଲଫାପା" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "ହଜାକି (ପୋଷ୍ଟକାର୍ଡ)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "kaku ଲଫାପା" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "kaku2 ଲଫାପା" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (ଜବାବୀ ପୋଷ୍ଟକାର୍ଡ)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "you4 ଲଫାପା" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "6x9 ଲଫାପା" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "7x9 ଲଫାପା" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "9x11 ଲଫାପା" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "a2 ଲଫାପା" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-ପ୍ଲସ" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "c5 ଲଫାପା" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "ୟୁରୋପୂୟାନ edp" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "କାର୍ଯ୍ୟପାଳକ" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "ଫାନ-ଫୋଲ୍ଡ ୟୁରୋପୂୟାନ" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "ଫାନ-ଫୋଲ୍ଡ ୟୁ.ଏସ." -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "ଫାନ-ଫୋଲ୍ଡ ଜର୍ମାନ ନିତିଗତ" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "ସରକାରୀ ନିତିଗତ" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "ସରକାରୀ ପତ୍ର" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "ଅନୁକ୍ରମଣିକା 3x5" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "ଅନୁକ୍ରମଣିକା 4x6 (ପୋଷ୍ଟକାର୍ଡ଼)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "ଅନୁକ୍ରମଣିକା 4x6 ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "ଅନୁକ୍ରମଣିକା 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "ଚାଲାଣ" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "ୟୁ.ଏସ. ନିତିଗତ" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "ୟୁ.ଏସ. ନିତିଗତ ବଳକା" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "ୟୁ.ଏସ. ଅକ୍ଷର" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "ୟୁ.ଏସ. ଅକ୍ଷର ବଳକା" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "ୟୁ.ଏସ. ଲେଟାର ପ୍ଲସ" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "ମୋନାର୍କ ଲଫାପା" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "#10 ଲଫାପା" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "#11 ଲଫାପା" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "#12 ଲଫାପା" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "#14 ଲଫାପା" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "#9 ଲଫାପା" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "ବ୍ଯକ୍ତିଗତ ଲଫାପା" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "ପ୍ରସାରିତ ଶୈଳୀ" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "ଡାଇ-ପା-କାଇ" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "ପୃଷ୍ଠା" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "ନିମନ୍ତ୍ରଣ ପତ୍ର ଲଫାପା" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "ଇଟାଲୀୟ ଲଫାପା" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "ଜୁରୋ-କୁ-କାଇ" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "ପୋଷ୍ଟ-ଫିକ୍ସ ଲଫାପା" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "ଛୋଟ ଫଟୋ" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "prc1 ଲଫାପା" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "prc10 ଲଫାପା" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "prc2 ଲଫାପା" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "prc3 ଲଫାପା" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "prc4 ଲଫାପା" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "prc5 ଲଫାପା" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "prc6 ଲଫାପା" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "prc7 ଲଫାପା" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "prc8 ଲଫାପା" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "'%s' ଏବଂ '%s' ପ୍ରତିକାତ୍ମାକ ସଂଯୋଗ ପାଇଁ ବିଭିନ୍ନ ଆଇ-ଡାଟା ମିଳିଲା\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "ଶୀର୍ଷକକୁ ଲେଖିବାରେ ବିଫଳ\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "ଦୃତାନ୍ବେଷଣ ସାରଣୀରେ ଲେଖିବାରେ ବିଫଳ\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "ଫୋଲଡର ଅନୁକ୍ରମଣିକାକୁ ଲେଖିବାରେ ବିଫଳ\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "ଶୀର୍ଷକର ପୁନଃଲିଖନରେ ବିଫଳ\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "ଫାଇଲ %sକୁ ଖୋଲିବାରେ ଅସଫଳ: %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "ସଞ୍ଚୟ ଫାଇଲରେ ଲେଖିବାରେ ବିଫଳ: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "ସୃଷ୍ଟି କରାଯାଇଥିବା କେଶେଟି ଅବୈଧ ଅଟେ.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "%s ନାମକୁ %sରେ ବଦଳାଇ ପାରିଲା ନାହିଁ: %s, ସେଥିପାଇଁ %s କୁ ଅପସାରିତ କରିଦେଉଛି।\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "%sର ନାମକୁ %sରେ ବଦଳାଇ ପାରିଲା ନାହିଁ: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "%sର ନାମକୁ ତାହାର ପୂର୍ବ ନାମ %sରେ ବଦଳାଇ ପାରିଲା ନାହିଁ: %s\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "ସଞ୍ଚୟ ଫାଇଲକୁ ସଫଳତାର ସହିତ ସୃଷ୍ଟି କରାଯାଇଛି।\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "ଗୋଟିଏ ସ୍ଥିତବାନ କେଶେକୁ ନବଲିଖନ କରନ୍ତୁ, ଯଦିଚ ଏହା ଅଦ୍ଯତିତ ହୋଇଛି" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "index.theme ଅସ୍ତିତ୍ବକୁ ଯାଞ୍ଚ କରନ୍ତୁ ନାହିଁ" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "ସଞ୍ଚୟରେ ଗୋଟିଏ ପ୍ରତିଛବିକୁ ଅନ୍ତର୍ଭୂକ୍ତ କରନ୍ତୁ ନାହିଁ" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "ଗୋଟିଏ C ଶୀର୍ଷକ ଫାଇଲ ନିର୍ଗମ କରନ୍ତୁ" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "ଦୃଷ୍ଟି ସୂଚନାଯୁକ୍ତ ନିର୍ଗମକୁ ବନ୍ଦ କରନ୍ତୁ" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "ସ୍ଥିତବାନ ଚିତ୍ରସଂକେତ କେଶେକୁ ବୈଧିକୃତ କରନ୍ତୁ" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "ଫାଇଲ ମିଳୁନାହିଁ: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "ଗୋଟିଏ ବୈଧ ଚିତ୍ରସଂକେତ କେଶେ ନୁହଁ: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "କୌଣସି ପ୍ରସଙ୍ଗ ଅନୁକ୍ରମଣିକା ଫାଇଲ ନାହିଁ." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4534,271 +4572,319 @@ msgstr "" "ignore-theme-index ନିର୍ଦ୍ଦେଶ କୁ ବ୍ଯବହାର କରନ୍ତୁ।\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "ଆମ୍ହାରିକ (ଇ.ଜେଡ.+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "ଶେଡିଲା" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "ସାଇରିଲୀୟ (ଉଚ୍ଚାରଣ ସଂଗତିରେ ଲିପିବଦ୍ଧ)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "ଇନୁକ୍ଟିଟୁଟ (ଉଚ୍ଚାରଣ ସଂଗତିରେ ଲିପିବଦ୍ଧ)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "ଏକାଧିକ ଚାପ" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "ଥାଇ-ଲାଓ" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "ଟିଗ୍ରିନା-ଏରିଟ୍ରୀୟ (ଇ.ଜେଡ.+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "ଟିଗ୍ରିନା-ଏଥିଓପୀୟ (ଇ.ଜେଡ.+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "ଭିଏତନାମୀ (ଭି.ଆଇ.କ୍ଯୁ.ଆର.)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "ଏକ୍ସ ନିବେଶ ପ୍ରଣାଳୀ" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:769 +#, c-format +msgid "Authentication is required to get a file from %s" +msgstr "%s ରୁ ଗୋଟିଏ ଫାଇଲ ପାଇବା ପାଇଁ ବୈଧିକରଣ ଆବଶ୍ୟକ" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:773 +#, c-format +msgid "Authentication is required to print document '%s' on printer %s" +msgstr "ଦଲିଲ '%s' କୁ ମୁଦ୍ରଣୀ %s ରେ ମୁଦ୍ରଣ କରିବା ପାଇଁ ବୈଧିକରଣ ଆବଶ୍ୟକ" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:775 +#, c-format +msgid "Authentication is required to print a document on %s" +msgstr "%s ରେ ଗୋଟିଏ ଦଲିଲ ମୁଦ୍ରଣ କରିବା ପାଇଁ ବୈଧିକରଣ ଆବଶ୍ୟକ" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:779 +#, c-format +msgid "Authentication is required to get attributes of job '%s'" +msgstr "କାର୍ଯ୍ୟ '%s' ର ଗୁଣଧର୍ମ ପାଇବା ପାଇଁ ବୈଧିକରଣ ଆବଶ୍ୟକ" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:781 +msgid "Authentication is required to get attributes of a job" +msgstr "ଗୋଟିଏ କାର୍ଯ୍ୟର ଗୁଣଧର୍ମ ପାଇବା ପାଇଁ ବୈଧିକରଣ ଆବଶ୍ୟକ" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:785 +#, c-format +msgid "Authentication is required to get attributes of printer %s" +msgstr "ମୁଦ୍ରଣୀ %s ର ଗୁଣଧର୍ମ ପାଇବା ପାଇଁ ବୈଧିକରଣ ଆବଶ୍ୟକ" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:787 +msgid "Authentication is required to get attributes of a printer" +msgstr "ଗୋଟିଏ ମୁଦ୍ରଣୀର ଗୁଣଧର୍ମ ପାଇବା ପାଇଁ ବୈଧିକରଣ ଆବଶ୍ୟକ" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:790 +#, c-format +msgid "Authentication is required to get default printer of %s" +msgstr "%s ର ପୂର୍ବନିର୍ଦ୍ଧାରିତ ମୁଦ୍ରଣୀର ଗୁଣଧର୍ମ ପାଇବା ପାଇଁ ବୈଧିକରଣ ଆବଶ୍ୟକ" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:793 +#, c-format +msgid "Authentication is required to get printers from %s" +msgstr "%s ରୁ ମୁଦ୍ରଣୀଗୁଡ଼ିକୁ ପାଇବା ପାଇଁ ବୈଧିକରଣ ଆବଶ୍ୟକ" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:796 +#, c-format +msgid "Authentication is required on %s" +msgstr "%s ରେ ବୈଧିକରଣ ଆବଶ୍ୟକ" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1412 #, c-format msgid "Printer '%s' is low on toner." msgstr "ମୁଦ୍ରଣୀ '%s'ରେ ଟନରର ଅଭାବ." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1413 #, c-format msgid "Printer '%s' has no toner left." msgstr "ମୁଦ୍ରଣୀ '%s'ରେ କିଛି ଟନର ବଳିନାହିଁ." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1415 #, c-format msgid "Printer '%s' is low on developer." msgstr "ମୁଦ୍ରଣୀ '%s'ରେ ବିକାଶକାରୀର ଅଭାବ." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1417 #, c-format msgid "Printer '%s' is out of developer." msgstr "ମୁଦ୍ରଣୀ '%s' ରେ ବିକାଶକାରୀ ଶେଷ." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1419 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "ମୁଦ୍ରଣୀ '%s'ରେ ଅତିକମରେ ଗୋଟିଏ ଚିହ୍ନଟ ସାମଗ୍ରୀର କମ ଅଛି." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1421 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "ମୁଦ୍ରଣୀ '%s'ରେ ଅତିକମରେ ଗୋଟିଏ ଚିହ୍ନଟ ସାମଗ୍ରୀର ଅଭାବ ଅଛି." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1422 #, c-format msgid "The cover is open on printer '%s'." msgstr "ମୁଦ୍ରଣୀ '%s'ରେ ଢ଼ାଙ୍କୁଣି ଖୋଲାଅଛି." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1423 #, c-format msgid "The door is open on printer '%s'." msgstr "ମୁଦ୍ରଣୀ '%s'ରେ ଦ୍ୱାର ଖୋଲାଅଛି." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1424 #, c-format msgid "Printer '%s' is low on paper." msgstr "ମୁଦ୍ରଣୀ '%s'ରେ କାଗଜର ଅଭାବ." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1425 #, c-format msgid "Printer '%s' is out of paper." msgstr "ମୁଦ୍ରଣୀ '%s'ରେ କାଗଜ ଶେଷ." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1426 #, c-format msgid "Printer '%s' is currently off-line." msgstr "ମୂଦ୍ରଣୀ '%s' ବର୍ତ୍ତମାନ ଅଫ-ଲାଇନ ଅଛି." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1427 #, c-format msgid "Printer '%s' may not be connected." msgstr "ମୂଦ୍ରଣୀ '%s' ସଂଯୁକ୍ତ ଥାଇନପାରେ." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1428 #, c-format msgid "There is a problem on printer '%s'." msgstr "ମୂଦ୍ରଣୀ '%s'ରେ ଗୋଟିଏ ସମସ୍ୟା ଅଛି." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1707 msgid "Paused ; Rejecting Jobs" msgstr "ବିରତି ; କାର୍ଯ୍ୟକୁ ଅସ୍ୱୀକାର କରୁଅଛି" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1713 msgid "Rejecting Jobs" msgstr "କାର୍ଯ୍ୟକୁ ଅସ୍ୱୀକାର କରୁଅଛି" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2399 msgid "Two Sided" msgstr "ଉଭୟ ପାର୍ଶ୍ବ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2400 msgid "Paper Type" msgstr "କାଗଜର ପ୍ରକାର" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2401 msgid "Paper Source" msgstr "କାଗଜ ଉତ୍ସ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2402 msgid "Output Tray" msgstr "ନିର୍ଗମ ଟ୍ରେ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2403 msgid "Resolution" msgstr "ବିଭେଦ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2404 msgid "GhostScript pre-filtering" msgstr "GhostScript ପ୍ରାକ-ଛଣା" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2413 msgid "One Sided" msgstr "ଗୋଟିଏ ପାଖ" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2415 msgid "Long Edge (Standard)" msgstr "ବୃହତ ଧାର (ମାନକ)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2417 msgid "Short Edge (Flip)" msgstr "ସଂକ୍ଷିପ୍ତ ଧାର (ଫ୍ଲିପ)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2419 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2421 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2429 msgid "Auto Select" msgstr "ସ୍ବତଃ ଚୟନ" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2423 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2425 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2427 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2431 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2917 msgid "Printer Default" msgstr "ପୂର୍ବନିର୍ଦ୍ଧାରିତ ମୂଦ୍ରଣୀ" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2433 msgid "Embed GhostScript fonts only" msgstr "କୋବଳ GhostScript ଅକ୍ଷରରୂପଗୁଡ଼ିକୁ ଯୋଗକରନ୍ତୁ" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2435 msgid "Convert to PS level 1" msgstr "PS ସ୍ତର 1କୁ ରୂପାନ୍ତରିତ କରନ୍ତୁ" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2437 msgid "Convert to PS level 2" msgstr "PS ସ୍ତର 2କୁ ରୂପାନ୍ତରିତ କରନ୍ତୁ" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2439 msgid "No pre-filtering" msgstr "କୌଣସି ପ୍ରାକ-ମୁଦ୍ରଣୀ ନାହିଁ" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2448 msgid "Miscellaneous" msgstr "ବିବିଧ" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3125 msgid "Urgent" msgstr "ଜରୁରୀ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3125 msgid "High" msgstr "ଉଚ୍ଚ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3125 msgid "Medium" msgstr "ମଧ୍ଯମ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3125 msgid "Low" msgstr "ନିମ୍ନ" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3130 msgid "Left to right, top to bottom" msgstr "ବାମରୁ ଡାହାଣ, ଉପରୁ ତଳ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3130 msgid "Left to right, bottom to top" msgstr "ବାମରୁ ଡାହାଣ, ତଳୁ ଉପର" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3131 msgid "Right to left, top to bottom" msgstr "ଡାହାଣରୁ ବାମ, ଉପରୁ ତଳ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3131 msgid "Right to left, bottom to top" msgstr "ଡାହାଣରୁ ବାମ, ତଳୁ ଉପର" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3132 msgid "Top to bottom, left to right" msgstr "ଉପରୁ ତଳ, ବାମରୁ ଡାହାଣ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3132 msgid "Top to bottom, right to left" msgstr "ଉପରୁ ତଳ, ଡାହାଣରୁ ବାମ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3133 msgid "Bottom to top, left to right" msgstr "ତଳୁ ଉପର, ବାମରୁ ଡାହାଣ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3133 msgid "Bottom to top, right to left" msgstr "ତଳୁ ଉପର, ଡାହାଣରୁ ବାମ" @@ -4806,66 +4892,66 @@ msgstr "ତଳୁ ଉପର, ଡାହାଣରୁ ବାମ" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3148 msgid "Pages per Sheet" msgstr "ପ୍ରତି ସୀଟରେ ଥିବା ପୃଷ୍ଠାସଂଖ୍ୟା" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3185 msgid "Job Priority" msgstr "କାର୍ଯ୍ୟ ଅଗ୍ରାଧିକାର" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3196 msgid "Billing Info" msgstr "ବିଲି ସମ୍ବନ୍ଧୀୟ ସୂଚନା" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "None" msgstr "(କିଛି ନୁହେଁ)" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Classified" msgstr "ବର୍ଗୀକୃତ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Confidential" msgstr "ଗୋପନୀୟ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Secret" msgstr "ଗୁପ୍ତ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Standard" msgstr "ମାନକ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Top Secret" msgstr "ଅତ୍ଯନ୍ତ ଗୋପନୀୟ" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Unclassified" msgstr "ଅବର୍ଗୀକୃତ" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3245 msgid "Before" msgstr "ଏହା ପୂର୍ବରୁ" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3260 msgid "After" msgstr "ଏହା ପରେ" @@ -4873,14 +4959,14 @@ msgstr "ଏହା ପରେ" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3280 msgid "Print at" msgstr "ଠାରେ ମୁଦ୍ରଣ କରନ୍ତୁ" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3291 msgid "Print at time" msgstr "ସମୟରେ ମୁଦ୍ରଣ କରନ୍ତୁ" @@ -4888,65 +4974,65 @@ msgstr "ସମୟରେ ମୁଦ୍ରଣ କରନ୍ତୁ" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3326 #, c-format msgid "Custom %sx%s" msgstr "%sx%sକୁ ଇଚ୍ଛାରୂପଣ କରନ୍ତୁ" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "%s ନିର୍ଗମ।" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "ଫାଇଲରେ ମୁଦ୍ରଣ କରନ୍ତୁ (_P)" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "ପୋଷ୍ଟ-ସ୍କ୍ରିପ୍ଟ" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "ପୃଷ୍ଠା ପ୍ରତି ସୀଟରେ (_s):" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "ଫାଇଲ" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "ନିର୍ଗମ ଶୈଳୀ (_O)" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "LPR ରେ ମୂଦ୍ରଣ କରନ୍ତୁ" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "ପୃଷ୍ଠା ପ୍ରତି ସୀଟରେ" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "ପାଠ୍ଯ ନିର୍ଦ୍ଦେଶ" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "ପରୀକ୍ଷା-ଫଳାଫଳ.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "ପରୀକ୍ଷା ମୁଦ୍ରଣୀରେ ମୁଦ୍ରଣ କରନ୍ତୁ" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "'%s' ଫାଇଲ ପାଇଁ ସୂଚନା ଆଣିହେଲା ନାହିଁ: %s" From 8f1a578ade0e94a6370917e2bfee23cfcf8d01d0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 30 Apr 2009 14:40:22 -0400 Subject: [PATCH 111/190] Add a GtkEntry::invisible-char style property Allow themes to set a preferred invisible character. GTK+ will still fall back to other candidates if the character is not available in the font. --- NEWS | 8 ++++++++ gtk/gtkentry.c | 30 +++++++++++++++++++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0019b138e4..5037f3e1a9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Overview of Changes from GTK+ 2.16.x to 2.17.0 +============================================== + +* Changes that are relevant for theme authors + - GtkEntry now has a ::invisible-char style property that allows + themes to set the preferred invisible character + + Overview of Changes from GTK+ 2.16.0 to 2.16.1 ============================================== diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 607ef878a5..a21e94f57f 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -1213,6 +1213,27 @@ gtk_entry_class_init (GtkEntryClass *class) GTK_TYPE_BORDER, GTK_PARAM_READABLE)); + /** + * GtkEntry::invisible-char: + * + * The invisible character is used when masking entry contents (in + * \"password mode\")"). When it is not explicitly set with the + * #GtkEntry::invisible-char property, GTK+ determines the character + * to use from a list of possible candidates, depending on availability + * in the current font. + * + * This style property allows the theme to prepend a character + * to the list of candidates. + * + * Since: 2.22 + */ + gtk_widget_class_install_style_property (widget_class, + g_param_spec_unichar ("invisible-char", + P_("Invisible character"), + P_("The character to use when masking entry contents (in \"password mode\")"), + 0, + GTK_PARAM_READABLE)); + /** * GtkEntry::populate-popup: * @entry: The entry on which the signal is emitted @@ -2149,12 +2170,18 @@ find_invisible_char (GtkWidget *widget) PangoAttrList *attr_list; gint i; gunichar invisible_chars [] = { + 0, 0x25cf, /* BLACK CIRCLE */ 0x2022, /* BULLET */ 0x2731, /* HEAVY ASTERISK */ 0x273a /* SIXTEEN POINTED ASTERISK */ }; + if (widget->style) + gtk_widget_style_get (widget, + "invisible-char", &invisible_chars[0], + NULL); + layout = gtk_widget_create_pango_layout (widget, NULL); attr_list = pango_attr_list_new (); @@ -2163,7 +2190,7 @@ find_invisible_char (GtkWidget *widget) pango_layout_set_attributes (layout, attr_list); pango_attr_list_unref (attr_list); - for (i = 0; i < G_N_ELEMENTS (invisible_chars); i++) + for (i = (invisible_chars[0] != 0 ? 0 : 1); i < G_N_ELEMENTS (invisible_chars); i++) { gchar text[7] = { 0, }; gint len, count; @@ -2181,6 +2208,7 @@ find_invisible_char (GtkWidget *widget) } g_object_unref (layout); + return '*'; } From 8076c8fbbfc78bac9777db30e7fd7dc089716200 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 30 Apr 2009 14:41:49 -0400 Subject: [PATCH 112/190] Test the new style property --- tests/testgtkrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/testgtkrc b/tests/testgtkrc index e94ab284b7..d2be67ff06 100644 --- a/tests/testgtkrc +++ b/tests/testgtkrc @@ -32,7 +32,9 @@ style "global-style-properties" GtkButtonBox::child_min_width = 0 GtkButtonBox::child_min_height = 0 GtkArrow::arrow-scaling = 1.0 + GtkEntry::invisible-char = 10046 } + class "GtkWidget" style "global-style-properties" style "defaultfont" From 637252af65b632c2ae4c03100c6e8e2790ab97d3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 22 Apr 2009 11:57:39 -0400 Subject: [PATCH 113/190] Avoid double browser windows from the about dialog. --- gtk/gtkaboutdialog.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index 349d35e276..f18a450734 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -469,8 +469,6 @@ gtk_about_dialog_init (GtkAboutDialog *about) priv->website_button = button = gtk_link_button_new (""); gtk_widget_set_no_show_all (button, TRUE); - g_signal_connect (G_OBJECT (button), "clicked", - G_CALLBACK (activate_url), about); gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0); priv->website_label = button = gtk_label_new (""); From c92f56531c038a46a97e5ff6a8c5fd783ed40c08 Mon Sep 17 00:00:00 2001 From: Jorge Gonzalez Date: Fri, 1 May 2009 19:32:09 +0200 Subject: [PATCH 114/190] Updated Spanish translation --- po/es.po | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/po/es.po b/po/es.po index b60688a3d2..c4875c988e 100644 --- a/po/es.po +++ b/po/es.po @@ -15,8 +15,8 @@ msgstr "" "Project-Id-Version: gtk+.HEAD\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" "+&component=general\n" -"POT-Creation-Date: 2009-04-21 12:26+0000\n" -"PO-Revision-Date: 2009-04-24 20:32+0200\n" +"POT-Creation-Date: 2009-04-24 18:37+0000\n" +"PO-Revision-Date: 2009-05-01 19:28+0200\n" "Last-Translator: Jorge González \n" "Language-Team: Español \n" "MIME-Version: 1.0\n" @@ -1203,7 +1203,6 @@ msgstr[0] "Aberiendo %d elemento" msgstr[1] "Abriendo %d elementos" #: ../gtk/gtkaboutdialog.c:183 -#| msgid "Could not clear list" msgid "Could not show link" msgstr "No se pudo mostrar el enlace" @@ -1432,7 +1431,6 @@ msgstr "Desactivado" #. * to gtk_accelerator_valid(). #. #: ../gtk/gtkcellrendereraccel.c:253 -#| msgid "Invalid URI" msgctxt "Accelerator" msgid "Invalid" msgstr "No válido" @@ -2469,17 +2467,14 @@ msgid "File System Root" msgstr "Sistema de archivos raíz" #: ../gtk/gtkprintbackend.c:740 -#| msgid "Application" msgid "Authentication" msgstr "Autenticación" #: ../gtk/gtkprintbackend.c:772 -#| msgid "_Username:" msgid "Username:" msgstr "Nombre de usuario:" #: ../gtk/gtkprintbackend.c:782 -#| msgid "_Password:" msgid "Password:" msgstr "Contraseña:" @@ -4705,35 +4700,37 @@ msgstr "Se necesita autenticación para imprimir el documento en %s" #: ../modules/printbackends/cups/gtkprintbackendcups.c:779 #, c-format msgid "Authentication is required to get attributes of job '%s'" -msgstr "" +msgstr "Se necesita autenticación para obtener los atributos del trabajo «%s»" #: ../modules/printbackends/cups/gtkprintbackendcups.c:781 msgid "Authentication is required to get attributes of a job" -msgstr "" +msgstr "Se necesita autenticación para obtener los atributos de un trabajo" #: ../modules/printbackends/cups/gtkprintbackendcups.c:785 #, c-format msgid "Authentication is required to get attributes of printer %s" msgstr "" +"Se necesita autenticación para obtener los atributos de la impresora %s" #: ../modules/printbackends/cups/gtkprintbackendcups.c:787 msgid "Authentication is required to get attributes of a printer" -msgstr "" +msgstr "Se necesita autenticación para obtener los atributos de una impresora" #: ../modules/printbackends/cups/gtkprintbackendcups.c:790 #, c-format msgid "Authentication is required to get default printer of %s" msgstr "" +"Se necesita autenticación para obtener la impresora predeterminada de %s" #: ../modules/printbackends/cups/gtkprintbackendcups.c:793 #, c-format msgid "Authentication is required to get printers from %s" -msgstr "" +msgstr "Se necesita autenticación para obtener las impresoras de %s" #: ../modules/printbackends/cups/gtkprintbackendcups.c:796 #, c-format msgid "Authentication is required on %s" -msgstr "" +msgstr "Se necesita autenticación en %s" #: ../modules/printbackends/cups/gtkprintbackendcups.c:1412 #, c-format From 098a5b0500b5738fb6eb5fbe6b3cee7f988f186c Mon Sep 17 00:00:00 2001 From: Jorge Gonzalez Date: Fri, 1 May 2009 20:26:29 +0200 Subject: [PATCH 115/190] Updated Spanish translation --- po/es.po | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/po/es.po b/po/es.po index 674d01163d..db554b37c2 100644 --- a/po/es.po +++ b/po/es.po @@ -15,8 +15,8 @@ msgstr "" "Project-Id-Version: gtk+.HEAD\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" "+&component=general\n" -"POT-Creation-Date: 2009-04-12 03:30+0000\n" -"PO-Revision-Date: 2009-04-12 14:29+0200\n" +"POT-Creation-Date: 2009-04-30 19:06+0000\n" +"PO-Revision-Date: 2009-05-01 14:39+0200\n" "Last-Translator: Jorge González \n" "Language-Team: Español \n" "MIME-Version: 1.0\n" @@ -1202,7 +1202,7 @@ msgid_plural "Opening %d Items" msgstr[0] "Aberiendo %d elemento" msgstr[1] "Abriendo %d elementos" -#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2108 msgid "License" msgstr "Licencia" @@ -1211,37 +1211,37 @@ msgid "The license of the program" msgstr "La licencia del programa" #. Add the credits button -#: ../gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:490 msgid "C_redits" msgstr "C_réditos" #. Add the license button -#: ../gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:504 msgid "_License" msgstr "_Licencia" -#: ../gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:772 #, c-format msgid "About %s" msgstr "Acerca de %s" -#: ../gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2031 msgid "Credits" msgstr "Créditos" -#: ../gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2060 msgid "Written by" msgstr "Escrito por" -#: ../gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2063 msgid "Documented by" msgstr "Documentado por" -#: ../gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2075 msgid "Translated by" msgstr "Traducido por" -#: ../gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2079 msgid "Artwork by" msgstr "Arte por" @@ -3308,7 +3308,7 @@ msgstr "_Pegar" #: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" -msgstr "_Preferencias" +msgstr "Prefere_ncias" #: ../gtk/gtkstock.c:384 msgctxt "Stock label" From 60b62e6c88d57bb58fd00f69e359e7a67dbc8312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20P=C3=B5ldaru?= Date: Sat, 2 May 2009 11:10:55 +0300 Subject: [PATCH 116/190] Updating Estonian translation --- po/et.po | 80 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/po/et.po b/po/et.po index f5682ee91a..d7021e86be 100644 --- a/po/et.po +++ b/po/et.po @@ -18,7 +18,7 @@ msgstr "" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" "+&component=general\n" "POT-Creation-Date: 2009-04-26 13:42+0000\n" -"PO-Revision-Date: 2009-04-28 01:32+0300\n" +"PO-Revision-Date: 2009-04-29 08:13+0300\n" "Last-Translator: Mattias Põldaru \n" "Language-Team: Estonian \n" "MIME-Version: 1.0\n" @@ -261,7 +261,7 @@ msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " "from a different GTK version?" msgstr "" -"Pildilaadimismoodul '%s' ei väljasta korralikku liidest; võib-olla on " +"Pildilaadimismoodul '%s' ei väljasta korralikku liidest. Võib-olla on " "tegemist erinevate GTK versioonidega?" #, c-format @@ -490,7 +490,7 @@ msgid "Image type currently not supported" msgstr "Pilditüüp pole hetkel toetatud" msgid "Couldn't allocate memory for color profile" -msgstr "Värviprifiilile pole võimalik mälu eraldada" +msgstr "Värviprofiilile pole võimalik mälu eraldada" msgid "Insufficient memory to open JPEG 2000 file" msgstr "JPEG 2000 faili avamiseks pole piisavalt mälu" @@ -514,7 +514,7 @@ msgstr "" #, c-format msgid "Unsupported JPEG color space (%s)" -msgstr "Toetamata JPEG värvituum (%s)" +msgstr "Toetamata JPEG värviruum (%s)" msgid "Couldn't allocate memory for loading JPEG file" msgstr "JPEG-faili laadimiseks pole võimalik mälu eraldada" @@ -702,7 +702,7 @@ msgid "Not enough memory to load RAS image" msgstr "RAS-pildi laadimiseks pole piisavalt mälu" msgid "The Sun raster image format" -msgstr "Sun rastripildivorming" +msgstr "Sun'i rasterpildivorming" msgid "Cannot allocate memory for IOBuffer struct" msgstr "IOBuffer struktuuri jaoks pole võimalik mälu eraldada" @@ -795,7 +795,7 @@ msgid "Not enough memory to load image" msgstr "Pildi laadimiseks pole piisavalt mälu" msgid "Couldn't save the rest" -msgstr "Ülejäänud pole võimalik salvestada" +msgstr "Ülejäänut pole võimalik salvestada" msgid "The WBMP image format" msgstr "WBMP-pildivorming" @@ -825,7 +825,7 @@ msgid "XPM file has image height <= 0" msgstr "XPM-failil on pildi kõrgus <= 0 " msgid "XPM has invalid number of chars per pixel" -msgstr "XPM sisaldab vigast \"sümboleid piksli kohta\" numbrit" +msgstr "XPM sisaldab vigast \"sümboleid piksli kohta\" arvu" msgid "XPM file has invalid number of colors" msgstr "XPM-fail sisaldab vigast värvide arvu" @@ -878,7 +878,7 @@ msgstr "WMF-pildivorming" #. Description of --sync in --help output msgid "Don't batch GDI requests" -msgstr "Ära kuhja GDI päringuid" +msgstr "GDI päringuid ei kuhjata" #. Description of --no-wintab in --help output msgid "Don't use the Wintab API for tablet support" @@ -890,11 +890,11 @@ msgstr "Sama mis --no-wintab" #. Description of --use-wintab in --help output msgid "Do use the Wintab API [default]" -msgstr "Ära kasuta Wintab API-t [vaikimisi]" +msgstr "Wintab API-t ei kasutata [vaikimisi]" #. Description of --max-colors=COLORS in --help output msgid "Size of the palette in 8 bit mode" -msgstr "Paleti suurus 8-bitises resiimis" +msgstr "Paleti suurus 8-bitises režiimis" #. Placeholder in --max-colors=COLORS in --help output msgid "COLORS" @@ -1019,7 +1019,7 @@ msgstr "Backslash" #, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "Vigane liigi funktsioon real %d: '%s'" +msgstr "Vigast liiki funktsioon real %d: '%s'" #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" @@ -1137,7 +1137,7 @@ msgid "Pick a Color" msgstr "Värvuse valimine" msgid "Received invalid color data\n" -msgstr "Võesti vastu vigased värviandmed\n" +msgstr "Võeti vastu vigased värviandmed\n" msgid "" "Select the color you want from the outer ring. Select the darkness or " @@ -1151,7 +1151,7 @@ msgid "" "that color." msgstr "" "Pipeti abil on võimalik valida värvi ekraani suvalisest punktist. Klõpsa " -"pipetil ja siis klõpsa soovitud värvil." +"pipetil ja siis klõpsa soovitud värvi pikslil." msgid "_Hue:" msgstr "_Toon:" @@ -1203,7 +1203,7 @@ msgid "" "such as 'orange' in this entry." msgstr "" "Siia võid sisestada HTML-stiilis kuueteistkümnendarvuna värvi väärtuse, või " -"värvi inglisekeelse nimetuse (näiteks 'orange')." +"värvi ingliskeelse nimetuse (näiteks 'orange')." msgid "_Palette:" msgstr "Pal_ett:" @@ -1426,7 +1426,7 @@ msgid "" "Please make sure it is running." msgstr "" "Programmil pole võimalik indekseerimisdeemoniga ühendust luua. Palun veendu, " -"et see deemon töötaks." +"et see deemon töötab." msgid "Could not send the search request" msgstr "Otsingupäringut pole võimalik saata" @@ -1595,7 +1595,7 @@ msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " "environment variable G_FILENAME_ENCODING): %s" msgstr "" -"Failinime \"%s\" pole võimalik UTF-8sse teisendada (proovi keskkonnamuutuja " +"Failinime \"%s\" pole võimalik UTF-8'sse teisendada (proovi keskkonnamuutuja " "G_FILENAME_ENCODING seadmist): %s" msgid "Invalid UTF-8" @@ -1735,10 +1735,10 @@ msgid "_Pressure:" msgstr "Su_rve:" msgid "X _tilt:" -msgstr "X _kalle:" +msgstr "X-_kalle:" msgid "Y t_ilt:" -msgstr "Y k_alle:" +msgstr "Y-k_alle:" msgid "_Wheel:" msgstr "_Ratas:" @@ -1952,7 +1952,7 @@ msgstr "Salvestada _kataloogi:" #. #, c-format msgid "%s job #%d" -msgstr "Rakenduse %s printimistöö #%d" +msgstr "Rakenduse %s printimistöö %d" msgctxt "print operation status" msgid "Initial state" @@ -2169,7 +2169,7 @@ msgid "_Billing info:" msgstr "_Maksmise andmed:" msgid "Print Document" -msgstr "Dokumenti printimine" +msgstr "Dokumendi printimine" #. Translators: this is one of the choices for the print at option #. * in the print dialog @@ -2294,7 +2294,7 @@ msgstr "Kirjeid ei leitud" #, c-format msgid "No recently used resource found with URI `%s'" -msgstr "URI-ga `%s' ei leitud viimati kasutatud ressurssi" +msgstr "URI-ga '%s' ei leitud viimati kasutatud ressurssi" #, c-format msgid "Open '%s'" @@ -2323,7 +2323,7 @@ msgstr "%d. %s" #, c-format msgid "Unable to find an item with URI '%s'" -msgstr "URI-ga `%s' pole võimalik leida ühtegi kirjet" +msgstr "URI-ga '%s' pole võimalik leida ühtegi kirjet" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate msgctxt "Stock label" @@ -2745,7 +2745,7 @@ msgstr "<%s> kirjes leidub nii \"id\" kui ka \"name\"" #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" -msgstr "\"%s\" rekvisiiti on <%s> kirjes kaks korda" +msgstr "\"%s\" atribuut esineb <%s> kirjes kaks korda" #, c-format msgid "<%s> element has invalid id \"%s\"" @@ -2753,15 +2753,15 @@ msgstr "<%s> kirjel on vigane id \"%s\"" #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" -msgstr "<%s> kirjel puuduvad nii \"name\" kui ka \"id\" rekvisiidid" +msgstr "<%s> kirjel puuduvad nii \"name\" kui ka \"id\" atribuudid" #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" -msgstr "Rekvisiiti \"%s\" korratakse kaks korda samas <%s> kirjes" +msgstr "Atribuuti \"%s\" korratakse kaks korda samas <%s> kirjes" #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" -msgstr "Rekvisiit \"%s\" on selle konteksti korral <%s> kirjes vigane" +msgstr "Atribuut \"%s\" on selle konteksti korral <%s> kirjes vigane" #, c-format msgid "Tag \"%s\" has not been defined." @@ -2780,22 +2780,22 @@ msgstr "Element <%s> pole <%s> sees lubatud" #, c-format msgid "\"%s\" is not a valid attribute type" -msgstr "\"%s\" pole rekvisiidi liigiks lubatud" +msgstr "\"%s\" pole atribuudi liigiks lubatud" #, c-format msgid "\"%s\" is not a valid attribute name" -msgstr "\"%s\" pole rekvisiidi väärtuseks lubatud" +msgstr "\"%s\" pole atribuudi väärtuseks lubatud" #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "" -"Väärtust \"%1$s\" pole võimalik rekvisiidi \"%3$s\" jaoks \"%2$s\"-" +"Väärtust \"%1$s\" pole võimalik atribuudi \"%3$s\" jaoks \"%2$s\"-" "tüübiliseks väärtuseks teisendada" #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" -msgstr "\"%s\" pole rekvisiidile \"%s\" sobilik väärtus" +msgstr "\"%s\" pole atribuudile \"%s\" sobilik väärtus" #, c-format msgid "Tag \"%s\" already defined" @@ -2874,7 +2874,7 @@ msgid "Empty" msgstr "Tühi" msgid "Volume" -msgstr "Valjus:" +msgstr "Valjus" msgid "Turns volume down or up" msgstr "Helivaljuse muutmine valjemaks või vaiksemaks" @@ -2883,13 +2883,13 @@ msgid "Adjusts the volume" msgstr "Helivaljuse reguleerimine" msgid "Volume Down" -msgstr "Valjemaks" +msgstr "Vaiksemaks" msgid "Decreases the volume" msgstr "Helivaljuse vaiksemaks muutmine" msgid "Volume Up" -msgstr "Vaiksemaks" +msgstr "Valjemaks" msgid "Increases the volume" msgstr "Helivaljuse valjemaks muutmine" @@ -3220,7 +3220,7 @@ msgstr "JB7" msgctxt "paper size" msgid "JB8" -msgstr "c" +msgstr "JB8" msgctxt "paper size" msgid "JB9" @@ -3244,7 +3244,7 @@ msgstr "Choukei 4 ümbrik" msgctxt "paper size" msgid "hagaki (postcard)" -msgstr "hagaki (postcard)" +msgstr "hagaki (postkaart)" msgctxt "paper size" msgid "kahu Envelope" @@ -3316,7 +3316,7 @@ msgstr "Arch A" msgctxt "paper size" msgid "Arch B" -msgstr "c" +msgstr "Arch B" msgctxt "paper size" msgid "Arch C" @@ -3484,7 +3484,7 @@ msgstr "Foolio" msgctxt "paper size" msgid "Folio sp" -msgstr "Folio sp" +msgstr "Foolio sp" msgctxt "paper size" msgid "Invite Envelope" @@ -3564,7 +3564,7 @@ msgstr "ROC 8k" #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" -msgstr "erinevad idata andmed nimega viidatud '%s' ja '%s' jaoks\n" +msgstr "erinevad idata andmed nimeviidaga seotud '%s' ja '%s' jaoks\n" #, c-format msgid "Failed to write header\n" @@ -3639,7 +3639,7 @@ msgstr "Ikoonipuhver pole korras: %s\n" #, c-format msgid "No theme index file." -msgstr "Teema indeksfail on puudu." +msgstr "Teema indeksifail on puudu." #, c-format msgid "" @@ -3730,7 +3730,7 @@ msgstr "Printerite hankimiseks %s-st on vajalik autentimine" #, c-format msgid "Authentication is required on %s" -msgstr "%s jaoks on nõutud autentimine" +msgstr "%s jaoks on vajalik autentimine" #, c-format msgid "Printer '%s' is low on toner." From 06ff89368398b8daf51e5195565badced0995047 Mon Sep 17 00:00:00 2001 From: Jorge Gonzalez Date: Sat, 2 May 2009 12:47:29 +0200 Subject: [PATCH 117/190] Updated Spanish translation --- po/es.po | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/po/es.po b/po/es.po index c4875c988e..bf2bc3c54d 100644 --- a/po/es.po +++ b/po/es.po @@ -15,8 +15,8 @@ msgstr "" "Project-Id-Version: gtk+.HEAD\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" "+&component=general\n" -"POT-Creation-Date: 2009-04-24 18:37+0000\n" -"PO-Revision-Date: 2009-05-01 19:28+0200\n" +"POT-Creation-Date: 2009-05-01 17:32+0000\n" +"PO-Revision-Date: 2009-05-02 12:46+0200\n" "Last-Translator: Jorge González \n" "Language-Team: Español \n" "MIME-Version: 1.0\n" @@ -58,7 +58,7 @@ msgstr "NOMBRE" #. Description of --display=DISPLAY in --help output #: ../gdk/gdk.c:157 msgid "X display to use" -msgstr "Visor [display] X a usar" +msgstr "Visor [display] X que usar" #. Placeholder in --display=DISPLAY in --help output #: ../gdk/gdk.c:158 @@ -68,7 +68,7 @@ msgstr "VISOR" #. Description of --screen=SCREEN in --help output #: ../gdk/gdk.c:160 msgid "X screen to use" -msgstr "Pantalla [screen] X a usar" +msgstr "Pantalla [screen] X que usar" #. Placeholder in --screen=SCREEN in --help output #: ../gdk/gdk.c:161 @@ -1585,15 +1585,15 @@ msgstr "" msgid "Color Selection" msgstr "Selección de color" -#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8443 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "_Métodos de entrada" -#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8457 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "_Insertar un carácter de control Unicode" -#: ../gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9825 msgid "Caps Lock is on" msgstr "Bloq Mayús está activado" @@ -3323,7 +3323,7 @@ msgstr "Vertical invertido" #: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" -msgstr "_Configuración de página" +msgstr "Config_uración de página" #: ../gtk/gtkstock.c:382 msgctxt "Stock label" From 01946b51209f97625bdb7106da833c7e74da844d Mon Sep 17 00:00:00 2001 From: Jorge Gonzalez Date: Sat, 2 May 2009 12:49:28 +0200 Subject: [PATCH 118/190] Updated Spanish translation --- po/es.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/po/es.po b/po/es.po index db554b37c2..ea26889c5d 100644 --- a/po/es.po +++ b/po/es.po @@ -15,8 +15,8 @@ msgstr "" "Project-Id-Version: gtk+.HEAD\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk" "+&component=general\n" -"POT-Creation-Date: 2009-04-30 19:06+0000\n" -"PO-Revision-Date: 2009-05-01 14:39+0200\n" +"POT-Creation-Date: 2009-05-01 18:27+0000\n" +"PO-Revision-Date: 2009-05-02 12:31+0200\n" "Last-Translator: Jorge González \n" "Language-Team: Español \n" "MIME-Version: 1.0\n" @@ -58,7 +58,7 @@ msgstr "NOMBRE" #. Description of --display=DISPLAY in --help output #: ../gdk/gdk.c:157 msgid "X display to use" -msgstr "Visor [display] X a usar" +msgstr "Visor [display] X que usar" #. Placeholder in --display=DISPLAY in --help output #: ../gdk/gdk.c:158 @@ -68,7 +68,7 @@ msgstr "VISOR" #. Description of --screen=SCREEN in --help output #: ../gdk/gdk.c:160 msgid "X screen to use" -msgstr "Pantalla [screen] X a usar" +msgstr "Pantalla [screen] X que usar" #. Placeholder in --screen=SCREEN in --help output #: ../gdk/gdk.c:161 @@ -3298,7 +3298,7 @@ msgstr "Vertical invertido" #: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" -msgstr "_Configuración de página" +msgstr "Config_uración de página" #: ../gtk/gtkstock.c:382 msgctxt "Stock label" From bc74cdb8aeb935a1fb16ecd5910980910973a35b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 2 May 2009 19:12:06 -0400 Subject: [PATCH 119/190] Make an internal function static --- gtk/gtkdialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index 05be93fad8..d463306844 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -1371,7 +1371,7 @@ static const GMarkupParser attributes_parser = attributes_text_element, }; -gboolean +static gboolean gtk_dialog_buildable_custom_tag_start (GtkBuildable *buildable, GtkBuilder *builder, GObject *child, From 6e51533ec30e3745825656db028490fa18cb6105 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 2 May 2009 20:20:04 -0400 Subject: [PATCH 120/190] Fix a shadowed variable and a few other compiler warnings --- gtk/gtkwidget.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index c15da47d9f..16fdc2b61c 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -8181,7 +8181,7 @@ _gtk_widget_is_pointer_widget (GtkWidget *widget) win = _gtk_widget_get_pointer_window (widget); if (win) { - gdk_window_get_user_data (win, &wid); + gdk_window_get_user_data (win, (gpointer *)&wid); if (wid == widget) return TRUE; } @@ -9627,9 +9627,9 @@ accessibility_start_element (GMarkupParseContext *context, } else if (strcmp (element_name, "action") == 0) { - gchar *action_name = NULL; - gchar *description = NULL; - gchar *context = NULL; + const gchar *action_name = NULL; + const gchar *description = NULL; + const gchar *msg_context = NULL; gboolean translatable = FALSE; AtkActionData *action; @@ -9649,7 +9649,7 @@ accessibility_start_element (GMarkupParseContext *context, /* do nothing, comments are for translators */ } else if (strcmp (names[i], "context") == 0) - context = values[i]; + msg_context = values[i]; else { g_markup_parse_context_get_position (context, @@ -9683,7 +9683,7 @@ accessibility_start_element (GMarkupParseContext *context, action = g_slice_new (AtkActionData); action->action_name = g_strdup (action_name); action->description = g_string_new (description); - action->context = g_strdup (context); + action->context = g_strdup (msg_context); action->translatable = translatable; data->actions = g_slist_prepend (data->actions, action); From dc8f36e2549021a9f51291267d916b73f8d909df Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 2 May 2009 21:02:12 -0400 Subject: [PATCH 121/190] Support scale marks in builder markup --- NEWS | 4 + docs/reference/gtk/tmpl/gtkbuilder.sgml | 3 +- docs/reference/gtk/tmpl/gtkscale.sgml | 24 ++- gtk/gtkscale.c | 256 +++++++++++++++++++++++- 4 files changed, 277 insertions(+), 10 deletions(-) diff --git a/NEWS b/NEWS index 5037f3e1a9..c47eb47d36 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ Overview of Changes from GTK+ 2.16.x to 2.17.0 ============================================== +* GtkBuilder: + - Scale marks can now be specified in builder markup + - GtkAssistant action widgets can be added in builder markup + * Changes that are relevant for theme authors - GtkEntry now has a ::invisible-char style property that allows themes to set the preferred invisible character diff --git a/docs/reference/gtk/tmpl/gtkbuilder.sgml b/docs/reference/gtk/tmpl/gtkbuilder.sgml index fe10530f82..8dc1eb54a7 100644 --- a/docs/reference/gtk/tmpl/gtkbuilder.sgml +++ b/docs/reference/gtk/tmpl/gtkbuilder.sgml @@ -229,7 +229,8 @@ respective objects, see GtkUIManager, GtkActionGroup. GtkMenuItem, -GtkAssistant. +GtkAssistant, +GtkScale. diff --git a/docs/reference/gtk/tmpl/gtkscale.sgml b/docs/reference/gtk/tmpl/gtkscale.sgml index 3955e9f0ff..2ac9a18fe6 100644 --- a/docs/reference/gtk/tmpl/gtkscale.sgml +++ b/docs/reference/gtk/tmpl/gtkscale.sgml @@ -7,18 +7,28 @@ Base class for GtkHScale and GtkVScale A #GtkScale is a slider control used to select a numeric value. -To use it, you'll probably want to investigate the methods on +To use it, you'll probably want to investigate the methods on its base class, #GtkRange, in addition to the methods for #GtkScale itself. -To set the value of a scale, you would normally use gtk_range_set_value(). -To detect changes to the value, you would normally use the "value_changed" +To set the value of a scale, you would normally use gtk_range_set_value(). +To detect changes to the value, you would normally use the "value_changed" signal. The #GtkScale widget is an abstract class, used only for deriving the -subclasses #GtkHScale and #GtkVScale. To create a scale widget, +subclasses #GtkHScale and #GtkVScale. To create a scale widget, call gtk_hscale_new_with_range() or gtk_vscale_new_with_range(). +GtkScale as GtkBuildable + +GtkScale supports a custom <marks> element, which +can contain multiple <mark> elements. The "value" and "position" +attributes have the same meaning as gtk_scale_add_mark() parameters of the +same name. If the element is not empty, its content is taken as the markup +to show at the mark. It can be translated with the usual "translatable and +"context" attributes. + + @@ -39,9 +49,9 @@ the accessor functions. -@scale: -@value: -@Returns: +@scale: +@value: +@Returns: diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c index b738d6dd17..87aa469da4 100644 --- a/gtk/gtkscale.c +++ b/gtk/gtkscale.c @@ -38,6 +38,8 @@ #include "gtkbindings.h" #include "gtkprivate.h" #include "gtkintl.h" +#include "gtkbuildable.h" +#include "gtkbuilderprivate.h" #include "gtkalias.h" @@ -56,7 +58,7 @@ typedef struct _GtkScaleMark GtkScaleMark; struct _GtkScaleMark { gdouble value; - const gchar *markup; + gchar *markup; GtkPositionType position; }; @@ -110,8 +112,24 @@ static gboolean gtk_scale_expose (GtkWidget *widget, static void gtk_scale_real_get_layout_offsets (GtkScale *scale, gint *x, gint *y); +static void gtk_scale_buildable_interface_init (GtkBuildableIface *iface); +static gboolean gtk_scale_buildable_custom_tag_start (GtkBuildable *buildable, + GtkBuilder *builder, + GObject *child, + const gchar *tagname, + GMarkupParser *parser, + gpointer *data); +static void gtk_scale_buildable_custom_finished (GtkBuildable *buildable, + GtkBuilder *builder, + GObject *child, + const gchar *tagname, + gpointer user_data); + + +G_DEFINE_ABSTRACT_TYPE_WITH_CODE (GtkScale, gtk_scale, GTK_TYPE_RANGE, + G_IMPLEMENT_INTERFACE (GTK_TYPE_BUILDABLE, + gtk_scale_buildable_interface_init)) -G_DEFINE_ABSTRACT_TYPE (GtkScale, gtk_scale, GTK_TYPE_RANGE) static gboolean single_string_accumulator (GSignalInvocationHint *ihint, @@ -1355,6 +1373,240 @@ gtk_scale_add_mark (GtkScale *scale, gtk_widget_queue_resize (GTK_WIDGET (scale)); } +static GtkBuildableIface *parent_buildable_iface; + +static void +gtk_scale_buildable_interface_init (GtkBuildableIface *iface) +{ + parent_buildable_iface = g_type_interface_peek_parent (iface); + iface->custom_tag_start = gtk_scale_buildable_custom_tag_start; + iface->custom_finished = gtk_scale_buildable_custom_finished; +} + +typedef struct +{ + GtkScale *scale; + GtkBuilder *builder; + GSList *marks; +} MarksSubparserData; + +typedef struct +{ + gdouble value; + GtkPositionType position; + GString *markup; + gchar *context; + gboolean translatable; +} MarkData; + +static void +mark_data_free (MarkData *data) +{ + g_string_free (data->markup, TRUE); + g_free (data->context); + g_slice_free (MarkData, data); +} + +static void +marks_start_element (GMarkupParseContext *context, + const gchar *element_name, + const gchar **names, + const gchar **values, + gpointer user_data, + GError **error) +{ + MarksSubparserData *parser_data = (MarksSubparserData*)user_data; + guint i; + gint line_number, char_number; + + if (strcmp (element_name, "marks") == 0) + ; + else if (strcmp (element_name, "mark") == 0) + { + gdouble value; + gboolean has_value = FALSE; + GtkPositionType position = GTK_POS_BOTTOM; + const gchar *msg_context = NULL; + gboolean translatable = FALSE; + MarkData *mark; + + for (i = 0; names[i]; i++) + { + if (strcmp (names[i], "translatable") == 0) + { + if (!_gtk_builder_boolean_from_string (values[i], &translatable, error)) + return; + } + else if (strcmp (names[i], "comments") == 0) + { + /* do nothing, comments are for translators */ + } + else if (strcmp (names[i], "context") == 0) + msg_context = values[i]; + else if (strcmp (names[i], "value") == 0) + { + GValue gvalue = { 0, }; + + if (!gtk_builder_value_from_string_type (parser_data->builder, G_TYPE_DOUBLE, values[i], &gvalue, error)) + return; + + value = g_value_get_double (&gvalue); + has_value = TRUE; + } + else if (strcmp (names[i], "position") == 0) + { + GValue gvalue = { 0, }; + + if (!gtk_builder_value_from_string_type (parser_data->builder, GTK_TYPE_POSITION_TYPE, values[i], &gvalue, error)) + return; + + position = g_value_get_enum (&gvalue); + } + else + { + g_markup_parse_context_get_position (context, + &line_number, + &char_number); + g_set_error (error, + GTK_BUILDER_ERROR, + GTK_BUILDER_ERROR_INVALID_ATTRIBUTE, + "%s:%d:%d '%s' is not a valid attribute of <%s>", + "", + line_number, char_number, names[i], "mark"); + return; + } + } + + if (!has_value) + { + g_markup_parse_context_get_position (context, + &line_number, + &char_number); + g_set_error (error, + GTK_BUILDER_ERROR, + GTK_BUILDER_ERROR_MISSING_ATTRIBUTE, + "%s:%d:%d <%s> requires attribute \"%s\"", + "", + line_number, char_number, "mark", + "value"); + return; + } + + mark = g_slice_new (MarkData); + mark->value = value; + mark->position = position; + mark->markup = g_string_new (""); + mark->context = g_strdup (msg_context); + mark->translatable = translatable; + + parser_data->marks = g_slist_prepend (parser_data->marks, mark); + } + else + { + g_markup_parse_context_get_position (context, + &line_number, + &char_number); + g_set_error (error, + GTK_BUILDER_ERROR, + GTK_BUILDER_ERROR_MISSING_ATTRIBUTE, + "%s:%d:%d unsupported tag for GtkScale: \"%s\"", + "", + line_number, char_number, element_name); + return; + } +} + +static void +marks_text (GMarkupParseContext *context, + const gchar *text, + gsize text_len, + gpointer user_data, + GError **error) +{ + MarksSubparserData *data = (MarksSubparserData*)user_data; + + if (strcmp (g_markup_parse_context_get_element (context), "mark") == 0) + { + MarkData *mark = data->marks->data; + + g_string_append_len (mark->markup, text, text_len); + } +} + +static const GMarkupParser marks_parser = + { + marks_start_element, + NULL, + marks_text, + }; + + +static gboolean +gtk_scale_buildable_custom_tag_start (GtkBuildable *buildable, + GtkBuilder *builder, + GObject *child, + const gchar *tagname, + GMarkupParser *parser, + gpointer *data) +{ + MarksSubparserData *parser_data; + + if (child) + return FALSE; + + if (strcmp (tagname, "marks") == 0) + { + parser_data = g_slice_new0 (MarksSubparserData); + parser_data->scale = GTK_SCALE (buildable); + parser_data->marks = NULL; + + *parser = marks_parser; + *data = parser_data; + return TRUE; + } + + return parent_buildable_iface->custom_tag_start (buildable, builder, child, + tagname, parser, data); +} + +static void +gtk_scale_buildable_custom_finished (GtkBuildable *buildable, + GtkBuilder *builder, + GObject *child, + const gchar *tagname, + gpointer user_data) +{ + GtkScale *scale = GTK_SCALE (buildable); + MarksSubparserData *marks_data; + GtkWidget *toplevel; + + if (strcmp (tagname, "marks") == 0) + { + GSList *m; + gchar *markup; + + marks_data = (MarksSubparserData *)user_data; + + for (m = marks_data->marks; m; m = m->next) + { + MarkData *mdata = m->data; + + if (mdata->translatable && mdata->markup->len) + markup = _gtk_builder_parser_translate (gtk_builder_get_translation_domain (builder), + mdata->context, + mdata->markup->str); + else + markup = mdata->markup->str; + + gtk_scale_add_mark (scale, mdata->value, mdata->position, markup); + + mark_data_free (mdata); + } + + g_slist_free (marks_data->marks); + g_slice_free (MarksSubparserData, marks_data); + } +} #define __GTK_SCALE_C__ #include "gtkaliasdef.c" From 49e1700bb27bda87292af36f318a48a33852ccc9 Mon Sep 17 00:00:00 2001 From: Petr Kovar Date: Sun, 3 May 2009 18:46:22 +0200 Subject: [PATCH 122/190] Updated Czech translation --- po/cs.po | 2082 +++++++++++++++++++++++++++--------------------------- 1 file changed, 1044 insertions(+), 1038 deletions(-) diff --git a/po/cs.po b/po/cs.po index 27359885dd..4e4c553520 100644 --- a/po/cs.po +++ b/po/cs.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-03-01 00:16+0100\n" +"POT-Creation-Date: 2009-05-03 18:45+0200\n" +"PO-Revision-Date: 2009-05-03 18:44+0200\n" "Last-Translator: Petr Kovar \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" @@ -26,58 +26,58 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: KBabel 1.11.4\n" -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Chyba při analýze přepínače --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Chyba při analýze přepínače --gdk-no-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Třída programu používaná správcem oken" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "TŘÍDA" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Název programu používaný správcem oken" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "NÁZEV" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "Displej X, který použije" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "DISPLEJ" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "Obrazovka X, kterou použije" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "OBRAZOVKA" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Ladicí příznaky Gdk, které nastaví" @@ -85,213 +85,213 @@ msgstr "Ladicí příznaky Gdk, které nastaví" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "PŘÍZNAKY" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Ladicí příznaky Gdk, jejichž nastavení zruší" -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "Backspace" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tabulátor" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Enter" -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Scroll_Lock" -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Escape" -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_key" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Vlevo" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Nahoru" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Vpravo" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Dolů" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page_Up" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page_Down" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Print" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insert" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Mezerník" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Tabulátor" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Enter" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP_Home" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP_Vlevo" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP_Nahoru" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP_Vpravo" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP_Dolů" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_Page_Up" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP_Prior" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP_Next" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "KP_End" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP_Begin" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP_Insert" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP_Delete" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Delete" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Nelze otevřít soubor \"%s\": %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Soubor obrázku \"%s\" neobsahuje data" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -299,7 +299,7 @@ msgstr "" "Nelze načíst obrázek \"%s\": důvod není znám, pravděpodobně poškozený soubor " "obrázku" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -308,12 +308,12 @@ msgstr "" "Nelze načíst animaci \"%s\": důvod není znám, pravděpodobně poškozený soubor " "animace" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Nelze načíst modul pro čtení obrázků: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -322,53 +322,53 @@ msgstr "" "Modul pro čtení obrázků %s neexportuje správné rozhraní; možná je z jiné " "verze GTK?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Typ obrázku \"%s\" není podporován" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Nelze rozpoznat formát obrázku u souboru \"%s\"" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Nerozpoznaný formát obrázku" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Nelze načíst obrázek \"%s\": %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Chyba při zápisu do souboru obrázku: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "Toto sestavení gdk-pixbuf nepodporuje ukládání obrázku ve formátu: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Nedostatek paměti k uložení obrázku pro zpětné volání" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Nelze otevřít dočasný soubor" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Z dočasného souboru nelze číst" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Nelze otevřít \"%s\" k zápisu: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -377,15 +377,15 @@ msgstr "" "Nelze zavřít \"%s\" během zápisu obrázku, možná nejsou uložena všechna data: " "%s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Nedostatek paměti k uložení obrázku do vyrovnávací paměti" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Chyba při zápisu do obrazového proudu" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -394,24 +394,24 @@ msgstr "" "Interní chyba: Modulu pro načítání obrázku \"%s\" se nezdařilo dokončit " "operaci, ale k tomuto selhání neudal důvod" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Postupné načítání obrázku typu \"%s\" není podporováno" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Záhlaví obrázku je poškozeno" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Neznámý formát obrázku" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Data pixelů obrázku jsou poškozena" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" @@ -419,118 +419,123 @@ msgstr[0] "nelze alokovat paměť pro obrázek o velikosti %u bajt" msgstr[1] "nelze alokovat paměť pro obrázek o velikosti %u bajty" msgstr[2] "nelze alokovat paměť pro obrázek o velikosti %u bajtů" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Neočekávaný blok ikony v animaci" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Nepodporovaný typ animace" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Neplatné záhlaví v animaci" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Nedostatek paměti k načtení animace" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Chybně vytvořený blok v animaci" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "Formát obrázku ANI" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "Obrázek formátu BMP má neplatná data v záhlaví" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Nedostatek paměti k načtení rastrového obrázku" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "Obrázek BMP má nepodporovanou velikost záhlaví" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Obrázky BMP shora dolů nelze komprimovat" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Nalezen předčasný konec souboru" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Nelze alokovat paměť k uložení souboru BMP" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Nelze zapisovat do souboru BMP" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "Formát obrázku BMP" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Chyba při čtení formátu GIF: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "V souboru GIF chybí některá data (možná byl nějakým způsobem zkrácen?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Interní chyba v zavaděči GIF (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Přetečení zásobníku" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "Zavaděč obrázků GIF nerozumí tomuto obrázku." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Nalezen chybný kód" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Cyklická položka tabulky v souboru GIF" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Nedostatek paměti k načtení obrázku GIF" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Nedostatek paměti ke složení políčka v souboru GIF" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "Obrázek GIF je poškozen (chybná komprese LZW)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Soubor nevypadá jako soubor GIF" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "Verze %s formátu souborů GIF není podporována" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -538,112 +543,114 @@ msgstr "" "Obrázek GIF neobsahuje globální mapu barev a políčko v něm neobsahuje " "lokální mapu." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "Obrázek GIF byl zkrácen nebo není úplný." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "Formát obrázku GIF" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Neplatné záhlaví ikony" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Nedostatek paměti k načtení ikony" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Ikona má nulovou šířku" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Ikona má nulovou výšku" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Komprimované ikony nejsou podporovány" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Nepodporovaný typ ikony" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Nedostatek paměti k načtení souboru ICO" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Obrázek je příliš velký, aby mohl být uložen jako ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Aktivní bod kurzoru mimo obrázek" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Nepodporovaná hloubka souboru ICO: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "Formát obrázku ICO" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Chyba při čtení obrázku ICNS: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Nelze dekódovat soubor ICNS" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "Formát obrázku ICNS" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Nelze alokovat paměť proudu" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Nelze dekódovat obrázek" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Transformovaný obrázek JPEG2000 má nulovou výšku nebo šířku" -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Typ obrázku v současnosti není podporován" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Nelze alokovat paměť profilu barev" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Nedostatek paměti k otevření souboru JPEG 2000" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Nelze alokovat paměť k načtení obrazových dat do vyrovnávací paměti" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Formát obrázku JPEG 2000" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Chyba při interpretaci souboru obrázku JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -651,21 +658,21 @@ msgstr "" "Nedostatek paměti k načtení obrázku, zkuste prosím uvolnit paměť ukončením " "několika aplikací" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Nepodporovaný prostor barev JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Nelze alokovat paměť k načtení souboru JPEG" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Transformovaný obrázek JPEG má nulovou výšku nebo šířku." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -674,93 +681,93 @@ msgstr "" "Kvalita JPEG musí být hodnota mezi 0 a 100; hodnotu \"%s\" nebylo možné " "zpracovat." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" "Kvalita JPEG musí být hodnota mezi 0 a 100; hodnota \"%d\" není povolena." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Formát obrázku JPEG" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Nemohu alokovat paměť pro záhlaví" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Nelze alokovat paměť pro vyrovnávací paměť kontextu" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Obrázek má nulovou šířku a/nebo výšku" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Obrázek má nepodporované bpp" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Obrázek má nepodporovaný počet %dbitových rovin" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Nelze vytvořit nový pixbuf" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Nelze alokovat paměť pro data řádků" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Nelze alokovat paměť pro data palety" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Nezískány všechny řádky obrázku PCX" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Na konci dat PCX nenalezena paleta" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "Formát obrázku PCX" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Počet bitů na kanál obrázku PNG není platný." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Transformovaný obrázek PNG má nulovou výšku nebo šířku." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Počet bitů na kanál transformovaného obrázku PNG není 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Transformovaný obrázek PNG není RGB nebo RGBA." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "Transformovaný obrázek PNG má nepodporovaný počet kanálů, musí být 3 nebo 4." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Kritická chyba v souboru obrázku PNG: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Nedostatek paměti k načtení souboru PNG" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -769,25 +776,25 @@ msgstr "" "Nedostatek paměti k uložení obrázku %ld krát %ld; zkuste prosím uvolnit " "paměť ukončením několika aplikací" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Kritická chyba při čtení souboru obrázku PNG" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Kritická chyba při čtení souboru obrázku PNG: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "Klíče textových bloků PNG musí mít alespoň 1 a nejvýše 79 znaků." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "Klíče textových bloků PNG musí být znaky ASCII." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -796,7 +803,7 @@ msgstr "" "Úroveň komprese PNG musí být hodnota mezi 0 a 9; hodnotu \"%s\" nebylo možné " "zpracovat." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -805,371 +812,375 @@ msgstr "" "Úroveň komprese PNG musí být hodnota mezi 0 a 9; hodnota \"%d\" není " "povolena." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "Hodnotu textového bloku PNG %s nelze převést do kódování ISO-8859-1." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "Formát obrázku PNG" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "Zavaděč PNM očekával celé číslo, ale nenašel ho" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "Soubor PNM obsahuje nesprávný počáteční bajt" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "Soubor PNM není v rozpoznaném podřazeném formátu PNM" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "Soubor PNM má šířku obrázku 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "Soubor PNM má výšku obrázku 0" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Maximální hodnota barvy v souboru PNM je 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Maximální hodnota barvy v souboru PNM je příliš vysoká" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Typ obrázku raw PNM není platný" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "Zavaděč obrázků PNM nepodporuje tento podřazený formát PNM" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "Formáty raw PNM vyžadují přesně jednu mezeru před daty vzorků" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Nelze alokovat paměť k načtení obrázku PNM" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Nedostatek paměti k načtení struktury kontextu PNM" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Neočekávaný konec dat obrázku PNM" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Nedostatek paměti k načtení souboru PNM" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "Rodina formátů obrázků PNM/PBM/PGM/PPM" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "Obrázek RAS má neplatná data v záhlaví" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "Obrázek RAS má neznámý typ" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "nepodporovaná variace obrázku RAS" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Nedostatek paměti k načtení obrázku RAS" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Formát obrázku Sun raster" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Nelze alokovat paměť pro strukturu IOBuffer" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Nelze alokovat paměť pro data IOBuffer" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Nelze přealokovat data IOBuffer" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Nelze alokovat dočasná data pro IOBuffer" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Nelze alokovat nový pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Nelze alokovat strukturu pro mapu barev" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Nelze alokovat položky mapy barev" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Neočekávaná bitová hloubka položek map barev" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Nelze alokovat paměť pro záhlaví TGA" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "Obrázek TGA má neplatné rozměry" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "Typ obrázku TGA není podporován" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Nelze alokovat paměť pro strukturu kontextu TGA" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "V souboru jsou přebytečná data" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Formát obrázku Targa" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Nelze získat šířku obrázku (chybný soubor TIFF)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Nelze získat výšku obrázku (chybný soubor TIFF)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "Výška nebo šířka obrázku TIFF je 0" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Rozměry obrázku TIFF jsou příliš velké" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Nedostatek paměti k otevření souboru TIFF" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Nelze načíst data RGB ze souboru TIFF" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Nelze otevřít obrázek TIFF" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "Operace TIFFClose selhala" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Nelze načíst obrázek TIFF" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Ukládání obrázku TIFF selhalo" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Zápis dat TIFF selhal" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Nelze zapisovat do souboru TIFF" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "Formát obrázku TIFF" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Obrázek má nulovou šířku" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Obrázek má nulovou výšku" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Nedostatek paměti k načtení obrázku" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Nelze uložit zbývající část" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "Formát obrázku WBMP" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Neplatný soubor XBM" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Nedostatek paměti k načtení souboru obrázku XBM" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "Při načítání obrázku XBM se nezdařil zápis do dočasného souboru" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "Formát obrázku XBM" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Nebylo nalezeno záhlaví XPM" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Neplatné záhlaví XPM" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "Soubor XPM má šířku obrázku <= 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "Soubor XPM má výšku obrázku <= 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM obsahuje neplatný počet znaků na pixel" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "Soubor XPM má neplatný počet barev" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Nelze alokovat paměť k načtení obrázku XPM" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Nelze načíst mapu barev XPM" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "Při načítání obrázku XPM se nezdařil zápis do dočasného souboru" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "Formát obrázku XPM" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "Formát obrázku EMF" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Nelze alokovat paměť: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Nelze vytvořit proud: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Nelze nalézt proud: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Z proudu nelze číst: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Nelze načíst rastrový obrázek" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Nelze načíst metasoubor" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Nepodporovaný formát obrázku GDI+" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Nelze uložit" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "Formát obrázku WMF" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Nebude dávkovat požadavky GDI" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Nepoužije API Wintab pro podporu tabletů" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Totéž jako --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Použije API Wintab [výchozí]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Velikost palety v osmibitovém režimu" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "BARVY" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Provede volání X synchronně" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Spouští se %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Otevírá se %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" @@ -1177,46 +1188,46 @@ msgstr[0] "Otevírání %d položky" msgstr[1] "Otevírání %d položek" msgstr[2] "Otevírání %d položek" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:251 ../gtk/gtkaboutdialog.c:2108 msgid "License" msgstr "Licence" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:252 msgid "The license of the program" msgstr "Licence programu" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:490 msgid "C_redits" msgstr "Zá_sluhy" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:504 msgid "_License" msgstr "_Licence" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:772 #, c-format msgid "About %s" msgstr "O aplikaci %s" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2031 msgid "Credits" msgstr "Zásluhy" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2060 msgid "Written by" msgstr "Napsali" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2063 msgid "Documented by" msgstr "Zdokumentovali" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2075 msgid "Translated by" msgstr "Přeložili" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2079 msgid "Artwork by" msgstr "Grafika" @@ -1225,7 +1236,7 @@ msgstr "Grafika" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1235,7 +1246,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1245,7 +1256,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1255,7 +1266,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1265,7 +1276,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1275,37 +1286,37 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Mezerník" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Zpětné lomítko" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "Neplatná funkce typu: \"%s\"" +msgstr "Neplatná funkce typu na řádku %d: \"%s\"" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "Duplicitní ID objektu \"%s\" na řádku %d (dříve na řádku %d)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Neplatný kořenový prvek: \"%s\"" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Neobsloužená značka: \"%s\"" @@ -1319,7 +1330,7 @@ msgstr "Neobsloužená značka: \"%s\"" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1327,7 +1338,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1336,7 +1347,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1351,7 +1362,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1367,7 +1378,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1383,7 +1394,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1391,7 +1402,7 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Vypnuto" @@ -1400,25 +1411,25 @@ msgstr "Vypnuto" #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:379 ../gtk/gtkcellrendereraccel.c:591 msgid "New accelerator..." msgstr "Nová klávesová zkratka..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Vybrat barvu" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Přijata neplatná data barvy\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1426,73 +1437,73 @@ msgstr "" "Vyberte požadovanou barvu z vnějšího kruhu. Tmavost nebo světlost barvy " "vyberte pomocí vnitřního trojúhelníku." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." msgstr "Klikněte na kapátko, pak vyberte barvu kliknutím kdekoli na obrazovce." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Odstín:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Pozice na barevném kotouči." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Sytost:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "\"Hloubka\" barvy." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Hodnota:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Jas barvy." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "Če_rvená:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Množství červeného světla v barvě." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Zelená:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Množství zeleného světla v barvě." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Modrá:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Množství modrého světla v barvě." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "_Krytí:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Průhlednost barvy." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "_Název barvy:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1500,15 +1511,15 @@ msgstr "" "Můžete zadat hexadecimální hodnotu barvy ve stylu HTML, nebo jednoduše název " "barvy, například \"orange\"." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Paleta:" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Barevný kotouč" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1518,7 +1529,7 @@ msgstr "" "barvu můžete přetáhnout do položky palety nebo vybrat jako aktuální " "přetažením na ukazatel druhé barvy." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1526,11 +1537,11 @@ msgstr "" "Barva, kterou jste vybrali. Tuto barvu můžete přetáhnout do položky palety, " "a tím ji uložit pro budoucí použití." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Uložit barvu zde" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1539,55 +1550,55 @@ msgstr "" "palety změnit, přetáhněte na její místo jinou barvu, nebo klikněte pravým " "tlačítkem myši a vyberte \"Uložit barvu zde\"." -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Výběr barvy" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8415 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Vstupní _metody" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8429 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "Vloži_t řídící znak Unicode" -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9797 msgid "Caps Lock is on" msgstr "Funkce Caps Lock je zapnuta" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Zvolte soubor" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Pracovní plocha" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Žádný)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Jiné..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "O souboru nelze získat informace" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Nelze přidat záložku" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Nelze odstranit záložku" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Složku nelze vytvořit" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1595,11 +1606,11 @@ msgstr "" "Složku nelze vytvořit, protože již existuje soubor se stejným názvem. Zkuste " "pro složku použít jiný název, nebo nejprve přejmenovat soubor." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Neplatný název souboru" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Obsah složky nelze zobrazit" @@ -1607,173 +1618,173 @@ msgstr "Obsah složky nelze zobrazit" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s na %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Hledat" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Naposledy použité" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Výběr zobrazených typů souborů" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Přidá složku \"%s\" mezi záložky" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Přidá aktuální složku mezi záložky" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Přidá zvolené složky mezi záložky" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Odstraní záložku \"%s\"" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Odstranit" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Přejmenovat..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Místa" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Místa" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Přidat" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Přidá zvolenou složku mezi záložky" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "O_dstranit" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Odstraní zvolenou záložku" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Nelze vybrat soubor" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Přidat mezi záložky" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Zobrazovat _skryté soubory" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Z_obrazovat sloupec Velikost" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Soubory" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Název" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Velikost" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Změněno" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Název:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "Procházet _jiné složky" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Zadání názvu souboru" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "V_ytvořit složku" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Umístění:" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "U_ložit do složky:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Vytvořit ve složc_e:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Nelze přejít do složky, protože není místní" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Zkratka %s již existuje" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "Zkratka %s neexistuje" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Soubor nazvaný \"%s\" již existuje. Chcete jej nahradit?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "V \"%s\" již tento soubor existuje. Jeho nahrazení přepíše celý obsah." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "Na_hradit" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Nelze spustit proces hledání" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1781,54 +1792,54 @@ msgstr "" "Program nebyl schopen vytvořit spojení s indexovacím démonem. Ujistěte se " "prosím, že běží." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Nelze odeslat vyhledávací požadavek" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Hledat:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Nelze připojit %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Zadání názvu nové složky" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Neznámé" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Včera v %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Neplatná cesta" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Žádná shoda" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Jediné dokončení" @@ -1836,13 +1847,13 @@ msgstr "Jediné dokončení" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Dokončené, ale nikoliv jedinečné" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Dokončování..." @@ -1850,7 +1861,7 @@ msgstr "Dokončování..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Vybrány mohou být pouze místní soubory" @@ -1858,41 +1869,41 @@ msgstr "Vybrány mohou být pouze místní soubory" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Neúplný název počítače, je nutné ho zakončit znakem \"/\"" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Cesta neexistuje" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Chyba při vytváření složky \"%s\": %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Složky" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Složky" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Soubory" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Složka nečitelná: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1903,90 +1914,90 @@ msgstr "" "pro tento program.\n" "Opravdu jej chcete vybrat?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Nová složka" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "Smazat s_oubor" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Přejmenovat soubor" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Název složky \"%s\" obsahuje znaky, které nejsou v názvech souborů povoleny" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Nová složka" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "Název _složky:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "_Vytvořit" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Název souboru \"%s\" obsahuje znaky, které nejsou v názvech souborů povoleny" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Chyba při mazání souboru \"%s\": %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Opravdu smazat soubor \"%s\"?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Smazat soubor" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Chyba při přejmenovávání souboru na \"%s\": %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Chyba při přejmenovávání souboru \"%s\": %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Chyba při přejmenovávání souboru \"%s\" na \"%s\": %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Přejmenovat soubor" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Přejmenovat soubor \"%s\" na:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "Pře_jmenovat" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Výběr: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1995,15 +2006,15 @@ msgstr "" "Název souboru \"%s\" nemohl být převeden do UTF-8. (zkuste prosím nastavit " "proměnnou prostředí G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Neplatné UTF-8" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Příliš dlouhý název" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Nelze převést název souboru" @@ -2012,75 +2023,75 @@ msgstr "Nelze převést název souboru" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Systém souborů" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Nelze získat kořenovou složku" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Prázdný)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Vybrat písmo" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Písmo" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "přikrášlený žluťoučký kůň PŘIKRÁŠLENÝ ŽLUŤOUČKÝ KŮŇ" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Rodina:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Styl:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Velikost:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Náhled:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Výběr písma" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gama" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Hodnota _gama" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Chyba při načítání ikony: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2093,139 +2104,139 @@ msgstr "" "Získat ho je možné z:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "V motivu není obsažena ikona \"%s\"" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Nelze načíst ikonu" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Jednoduché" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Systémová" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Systémová (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Vstup" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Žádná rozšířená vstupní zařízení" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Zařízení:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Vypnuto" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Obrazovka" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Okno" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Režim:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Osy" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Klávesy" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Tlak:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "Sk_lon X:" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Skl_on Y:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Kolečko:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "žádný" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(vypnuto)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(neznámá)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "Vy_mazat" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Kopírovat URL" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Neplatné URI" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Načte přídavné moduly GTK+" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULY" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Učiní všechna varování kritickými" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Ladicí příznaky GTK+, které nastaví" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Ladicí příznaky GTK+, jejichž nastavení zruší" @@ -2234,65 +2245,66 @@ msgstr "Ladicí příznaky GTK+, jejichž nastavení zruší" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Nelze otevřít displej: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Přepínače GTK+" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Zobrazit přepínače GTK+" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "_Připojit" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Připojit se _anonymně" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Připojit se jako _uživatel:" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "Uživat_elské jméno:" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Doména:" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Heslo:" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Zapo_menout heslo okamžitě" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Pamat_ovat si heslo až do odhlášení" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Pama_tovat si navždy" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Strana %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Neplatný soubor vzhledu stránky" @@ -2302,11 +2314,11 @@ msgstr "Neplatný soubor vzhledu stránky" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2314,15 +2326,15 @@ msgstr "" "Libovolná tiskárna\n" "Pro přenositelné dokumenty" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "palec" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2337,88 +2349,88 @@ msgstr "" " Horní: %s %s\n" " Dolní: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Spravovat vlastní velikosti..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Formát pro:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Velikost papíru:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientace:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2678 msgid "Page Setup" msgstr "Vzhled stránky" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Okraje z tiskárny..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Vlastní velikost %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Spravovat vlastní velikosti" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "Šíř_ka:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Výška:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Rozměry papíru" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Horní:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Dolní:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Levý:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "P_ravý:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Okraje papíru" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Nahoru v cestě" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Dolů v cestě" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Kořen systému souborů" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Nedostupné" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "Uložit do složk_y:" @@ -2426,181 +2438,176 @@ msgstr "Uložit do složk_y:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:175 #, c-format msgid "%s job #%d" msgstr "%s: úloha č. %d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1517 msgctxt "print operation status" msgid "Initial state" msgstr "Počáteční stav" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1518 msgctxt "print operation status" msgid "Preparing to print" msgstr "Připravuje se tisk" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1519 msgctxt "print operation status" msgid "Generating data" msgstr "Vytváření dat" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1520 msgctxt "print operation status" msgid "Sending data" msgstr "Odesílání dat" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1521 msgctxt "print operation status" msgid "Waiting" msgstr "Čeká se" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1522 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Blokováno původcem problému" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1523 msgctxt "print operation status" msgid "Printing" msgstr "Tiskne se" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1524 msgctxt "print operation status" msgid "Finished" msgstr "Hotovo" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1525 msgctxt "print operation status" msgid "Finished with error" msgstr "Hotovo, došlo k chybě" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2048 #, c-format msgid "Preparing %d" msgstr "Připravuje se %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2050 ../gtk/gtkprintoperation.c:2381 msgid "Preparing" msgstr "Připravuje se" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2053 #, c-format msgid "Printing %d" msgstr "Tiskne se %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2411 msgid "Error creating print preview" msgstr "Chyba při vytváření náhledu tisku" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2414 msgid "The most probable reason is that a temporary file could not be created." msgstr "Nejpravděpodobnější příčinou je nemožnost vytvoření dočasného souboru." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Chyba spouštění náhledu" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Chyba při tisku" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:405 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplikace" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Tiskárna není připojena" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Došel papír" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1474 msgid "Paused" msgstr "Přerušeno" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Je potřeba zásah uživatele" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Vlastní velikost" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Nebyla nalezena žádná tiskárna" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Neplatný argument ke CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Chyba ze StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Nedostatek volné paměti" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Neplatný argument pro PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Neplatný ukazatel na PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Neplatná obsluha na PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Neurčená chyba" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1758 msgid "Printer" msgstr "Tiskárna" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1768 msgid "Location" msgstr "Umístění" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1779 msgid "Status" msgstr "Stav" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1804 msgid "Range" msgstr "Rozsah" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1808 msgid "_All Pages" msgstr "Vše_chny strany" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1815 msgid "C_urrent Page" msgstr "Aktuá_lní strana" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1824 msgid "Pag_es:" msgstr "St_rany:" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1825 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2608,125 +2615,124 @@ msgstr "" "Zadejte prosím jeden nebo více rozsahů stran,\n" "např. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1835 msgid "Pages" -msgstr "St_rany:" +msgstr "Strany" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1848 msgid "Copies" msgstr "Kopie" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copie_s:" msgstr "_Kopie:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1871 msgid "C_ollate" msgstr "S_etřídit" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1879 msgid "_Reverse" msgstr "O_brátit" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1899 msgid "General" msgstr "Obecné" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2439 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2910 msgid "Page Ordering" msgstr "Řazení stran" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2445 msgid "Left to right" msgstr "Zleva doprava" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2446 msgid "Right to left" msgstr "Zprava doleva" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2515 msgid "Layout" msgstr "Rozvržení" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2519 msgid "T_wo-sided:" msgstr "Obo_ustranné:" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2534 msgid "Pages per _side:" msgstr "Strá_nek na stranu papíru:" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2552 msgid "Page or_dering:" msgstr "Ř_azení stran:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2568 msgid "_Only print:" msgstr "Tisknout p_ouze:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2583 msgid "All sheets" msgstr "Všechny listy" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2584 msgid "Even sheets" msgstr "Sudé listy" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2585 msgid "Odd sheets" msgstr "Liché listy" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "Sc_ale:" msgstr "_Měřítko:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2615 msgid "Paper" msgstr "Papír" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2619 msgid "Paper _type:" msgstr "Typ _papíru:" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2634 msgid "Paper _source:" msgstr "Z_droj papíru:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2649 msgid "Output t_ray:" msgstr "Vý_stupní zásobník:" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2703 msgid "Job Details" msgstr "Podrobnosti k úloze" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2709 msgid "Pri_ority:" msgstr "Pr_iorita:" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2724 msgid "_Billing info:" msgstr "Účtovací in_formace:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2742 msgid "Print Document" msgstr "Vytisknout dokument" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2751 msgid "_Now" msgstr "N_yní" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2762 msgid "A_t:" msgstr "_V:" @@ -2734,7 +2740,7 @@ msgstr "_V:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2768 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2742,117 +2748,117 @@ msgstr "" "Upřesněte čas tisku,\n" " např. 15:30, 14:35, 14:15:20, 11:46:30, 16:00" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2778 msgid "Time of print" -msgstr "" +msgstr "Čas tisku" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2794 msgid "On _hold" msgstr "S posečká_ním" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2795 msgid "Hold the job until it is explicitly released" msgstr "Posečkat s úlohou, dokud není výslovně odeslána" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2815 msgid "Add Cover Page" msgstr "Přidat krycí stranu" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2824 msgid "Be_fore:" msgstr "Pře_d:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2842 msgid "_After:" msgstr "Z_a:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2860 msgid "Job" msgstr "Úloha" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2926 msgid "Advanced" msgstr "Pokročilé" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2961 msgid "Image Quality" msgstr "Kvalita obrazu" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2964 msgid "Color" msgstr "Barva" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2967 msgid "Finishing" msgstr "Dokončování" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2977 msgid "Some of the settings in the dialog conflict" msgstr "Některá nastavení v dialogu jsou v konfliktu" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3000 msgid "Print" msgstr "Tisk" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Nelze nalézt vložený soubor: \"%s\"" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Nelze nalézt soubor obrázku v pixmap_path: \"%s\"" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Tato funkce není implementována pro \"widgety\" třídy \"%s\"" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Výběr zobrazených typů dokumentů" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Nenalezena žádná položka u URI \"%s\"" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Filtr bez názvu" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Nelze odstranit položku" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Nelze vymazat seznam" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Kopírovat _umístění" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Odstranit ze seznamu" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "Vy_mazat seznam" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Zo_brazovat soukromé zdroje" @@ -2866,21 +2872,21 @@ msgstr "Zo_brazovat soukromé zdroje" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Nebyly nalezeny žádné položky" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Nenalezeny žádné naposledy použité zdroje s URI \"%s\"" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Otevřít \"%s\"" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Neznámá položka" @@ -2889,7 +2895,7 @@ msgstr "Neznámá položka" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2898,37 +2904,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Nelze nalézt položku s URI \"%s\"" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Informace" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Varování" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Chyba" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Otázka" @@ -2936,693 +2942,693 @@ msgstr "Otázka" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "O _aplikaci" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Přidat" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Použít" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Tučné" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Zrušit" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-ROM" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "Vy_mazat" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Zavřít" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "_Připojit" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Převést" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Kopírovat" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "_Vyjmout" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Smazat" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "Za_hodit" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Odpojit" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Spustit" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Upravit" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Hledat" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Hledat a nah_radit" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Disketa" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Celá obrazovka" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Opustit celou obrazovku" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Dolů" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "P_rvní" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "Po_slední" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "N_ahoru" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Zpět" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Níž" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Vpřed" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Výš" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Pevný disk" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Nápověda" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Domů" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Zvětšit odsazení" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Zmenšit odsazení" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Index" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Informace" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Kurzíva" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Přejít na" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "Na _střed" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Vyplnit" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "Do_leva" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "Do_prava" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Vpřed" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Následující" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "_Pozastavit" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "Pře_hrát" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "_Předchozí" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Zaznamenávat" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "Pře_točit" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "Za_stavit" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Síť" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Nový" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Ne" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_Budiž" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Otevřít" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Na šířku" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Na výšku" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Obráceně na šířku" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Obráceně na výšku" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "_Vzhled stránky" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "V_ložit" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Nastavení" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Tisk" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Ná_hled tisku" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Vlastnosti" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "U_končit" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "Zn_ovu" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "Ob_novit" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "O_dstranit" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Vrátit" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Uložit" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Uložit _jako" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "V_ybrat vše" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Barva" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Písmo" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Vzestupně" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Sestupně" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_Kontrola pravopisu" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "Za_stavit" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Přeškrtnuté" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Zrušit smazání" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "Po_dtržené" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Zpět" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Ano" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Normální velikost" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Při_způsobit velikost" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "Z_většit" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "Z_menšit" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Neznámá chyba při pokusu převést %s na paralelní tvar" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Pro formát %s nebyla nalezena žádná funkce převodu na paralelní tvar" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "V prvku <%s> bylo nalezeno \"id\" i \"name\"" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "V prvku <%s> byl dvakrát nalezen atribut \"%s\"" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "Prvek <%s> má neplatné \"id\" \"%s\"" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "Prvek <%s> nemá atribut \"name\", ani \"id\"" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "Atribut \"%s\" provedl dvakrát opakování na stejném prvku <%s>" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "V tomto kontextu je atribut \"%s\" v prvku <%s> neplatný" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Značka \"%s\" nebyla definována." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Nalezena anonymní značka, značky nemohly být vytvořeny." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "" "Značka \"%s\" ve vyrovnávací paměti neexistuje, značky nemohly být vytvořeny." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Prvek <%s> není povolen pod <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" není platným typem atributu" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" není platným názvem atributu" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "\"%s\" nemohlo být převedeno na hodnotu typu \"%s\" atributu \"%s\"" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" není platnou hodnotou atributu \"%s\"" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Značka \"%s\" již byla definována" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Značka \"%s\" má nesprávnou prioritu \"%s\"" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "Nejkrajnější prvek v textu musí být , nikoliv <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Prvek <%s> již zadán byl" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Prvek se nemůže vyskytovat před prvkem " -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Serializovaná data jsou chybná" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Serializovaná data jsou chybná. První částí není GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM - značka z_leva doprava" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM - značka zp_rava doleva" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE - _zapouzdření zleva doprava" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE - z_apouzdření zprava doleva" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO - _přepisování zleva doprava" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO - př_episování zprava doleva" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF - zrušení směrovaného _formátování" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS - mezera _nulové šířky" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ - _spojovač nulové šířky" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ - nespojovač n_ulové šířky" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Nelze nalézt systém motivů v module_path: \"%s\"," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Bez rady ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Neočekávaná počáteční značka \"%s\" na řádku %d, znak %d" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Neočekávaná data znaků na řádku %d, znak %d" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Prázdný" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Hlasitost" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Sníží nebo zvýší hlasitost" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Změní hlasitost" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Snížit hlasitost" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Sníží hlasitost" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Zvýšit hlasitost" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Zvýší hlasitost" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Ztlumeno" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Maximální hlasitost" @@ -3631,927 +3637,927 @@ msgstr "Maximální hlasitost" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Obálka DL" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Obálka Choukei 2" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Obálka Choukei 3" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Obálka Choukei 4" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (dopisnice)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Obálka kahu" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Obálka kaku2" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (odpovědní dopisnice)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Obálka you4" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Obálka 6x9" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Obálka 7x9" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Obálka 9x11" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Obálka a2" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Obálka c5" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "European edp" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold European" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold German Legal" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government Legal" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government Letter" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Index 3x5" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (dopisnice)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Index 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Invoice" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Obálka Monarch" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Obálka č. 10" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Obálka č. 11" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Obálka č. 12" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Obálka č. 14" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Obálka č. 9" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Osobní obálka" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Široký formát" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Obálka Invite" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Italská obálka" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Obálka Postfix" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Small Photo" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Obálka prc1" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Obálka prc10" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Obálka prc2" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Obálka prc3" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Obálka prc4" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Obálka prc5" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Obálka prc6" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Obálka prc7" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Obálka prc8" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "nalezena rozdílná \"idatas\" symbolicky odkazovaných \"%s\" a \"%s\"\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Nezdařil se zápis záhlaví\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Nezdařil se zápis tabulky \"hash\"\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Nezdařil se zápis indexu složky\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Nezdařil se přepis záhlaví\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Nezdařilo se otevřít soubor %s : %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Nezdařil se zápis souboru vyrovnávací paměti: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Vytvořená vyrovnávací paměť byla neplatná.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Nelze přejmenovat %s na %s: %s, odstraňuje se tedy %s.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Nelze přejmenovat %s na %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "%s nelze přejmenovat zpět na %s: %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Soubor vyrovnávací paměti úspěšně vytvořen.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Přepsat existující vyrovnávací paměť, i když je aktuální" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Nekontrolovat existenci \"index.theme\"" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Nezahrnout do vyrovnávací paměti obrazová data" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Výstupem soubor typu \"C header\"" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Vypnout podrobný výstup" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Ověřit existující vyrovnávací paměť ikon" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Soubor nenalezen: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Neplatná vyrovnávací paměť ikon: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Soubor index motivu neexistuje." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4562,271 +4568,271 @@ msgstr "" "prosím --ignore-theme-index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amharština (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cédille" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Cyrilice (transliterovaná)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (transliterovaný)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Multipress" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thajština-laoština" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigriňa-Eritrea (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigriňa-Etiopie (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamština (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "Vstupní metoda X" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1176 #, c-format msgid "Printer '%s' is low on toner." msgstr "Tiskárně \"%s\" dochází toner." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1177 #, c-format msgid "Printer '%s' has no toner left." msgstr "Tiskárně \"%s\" došel toner." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1179 #, c-format msgid "Printer '%s' is low on developer." msgstr "Tiskárně \"%s\" dochází vývojka." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1181 #, c-format msgid "Printer '%s' is out of developer." msgstr "Tiskárně \"%s\" došla vývojka." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1183 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "Tiskárně \"%s\" dochází zásoba alespoň jednoho popisovače." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1185 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Tiskárně \"%s\" došla zásoba alespoň jednoho popisovače." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1186 #, c-format msgid "The cover is open on printer '%s'." msgstr "Na tiskárně \"%s\" je otevřen kryt." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1187 #, c-format msgid "The door is open on printer '%s'." msgstr "Na tiskárně \"%s\" jsou otevřena dvířka." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1188 #, c-format msgid "Printer '%s' is low on paper." msgstr "Tiskárně \"%s\" dochází papír." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1189 #, c-format msgid "Printer '%s' is out of paper." msgstr "Tiskárně \"%s\" došel papír." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1190 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Tiskárna \"%s\" není v tomto okamžiku připojena." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1191 #, c-format msgid "Printer '%s' may not be connected." msgstr "Tiskárna \"%s\" nemůže být připojena." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1192 #, c-format msgid "There is a problem on printer '%s'." msgstr "Na tiskárně \"%s\" se vyskytla chyba." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1471 msgid "Paused ; Rejecting Jobs" msgstr "Pozastaveno ; odmítání úloh" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1477 msgid "Rejecting Jobs" msgstr "Odmítání úloh" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2145 msgid "Two Sided" msgstr "Oboustranný" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2146 msgid "Paper Type" msgstr "Typ papíru" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2147 msgid "Paper Source" msgstr "Zdroj papíru" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2148 msgid "Output Tray" msgstr "Výstupní zásobník" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2149 msgid "Resolution" msgstr "Rozlišení" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2150 msgid "GhostScript pre-filtering" msgstr "Předběžné filtrování GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2159 msgid "One Sided" msgstr "Jednostranný" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2161 msgid "Long Edge (Standard)" msgstr "Delší okraj (standardní)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2163 msgid "Short Edge (Flip)" msgstr "Kratší okraj (otočení)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2165 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2167 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2175 msgid "Auto Select" msgstr "Automatický výběr" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2169 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2171 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2173 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2663 msgid "Printer Default" msgstr "Výchozí pro tiskárnu" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2179 msgid "Embed GhostScript fonts only" msgstr "Vložit pouze písma GhostScript" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2181 msgid "Convert to PS level 1" msgstr "Převést na PS, úroveň 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2183 msgid "Convert to PS level 2" msgstr "Převést na PS, úroveň 2" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2185 msgid "No pre-filtering" msgstr "Bez předběžného filtrování" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2194 msgid "Miscellaneous" msgstr "Různé" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Urgent" msgstr "Naléhavá" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "High" msgstr "Vysoká" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Medium" msgstr "Střední" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2871 msgid "Low" msgstr "Nízká" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, top to bottom" msgstr "Zleva doprava, shora dolů" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2876 msgid "Left to right, bottom to top" msgstr "Zleva doprava, zdola nahoru" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, top to bottom" msgstr "Zprava doleva, shora dolů" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2877 msgid "Right to left, bottom to top" msgstr "Zprava doleva, zdola nahoru" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, left to right" msgstr "Shora dolů, zleva doprava" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2878 msgid "Top to bottom, right to left" msgstr "Shora dolů, zprava doleva" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, left to right" msgstr "Zdola nahoru, zleva doprava" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2879 msgid "Bottom to top, right to left" msgstr "Zdola nahoru, zprava doleva" @@ -4834,66 +4840,66 @@ msgstr "Zdola nahoru, zprava doleva" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2894 msgid "Pages per Sheet" msgstr "Stran na list" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2931 msgid "Job Priority" msgstr "Priorita úlohy" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2942 msgid "Billing Info" msgstr "Účtovací informace" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "None" msgstr "Žádné" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Classified" msgstr "Utajované" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Confidential" msgstr "Důvěrné" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Secret" msgstr "Tajné" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Standard" msgstr "Standardní" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Top Secret" msgstr "Přísně tajné" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2956 msgid "Unclassified" msgstr "Neutajované" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2991 msgid "Before" msgstr "Před" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3006 msgid "After" msgstr "Za" @@ -4901,14 +4907,14 @@ msgstr "Za" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3026 msgid "Print at" msgstr "Vytisknout" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3037 msgid "Print at time" msgstr "Vytisknout v určený čas" @@ -4916,65 +4922,65 @@ msgstr "Vytisknout v určený čas" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3072 #, c-format msgid "Custom %sx%s" msgstr "Vlastní %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "výstup.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Tisknout do souboru" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "St_ran na list:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Soubor" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "_Výstupní formát" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Tisknout na LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Stran na list" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Příkazový řádek" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "zkušební_výstup.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Tisknout na zkušební tiskárnu" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Nelze získat informace o souboru \"%s\": %s" From 46bc2ec740c9c3b86fad9c373342e0851ca0bf43 Mon Sep 17 00:00:00 2001 From: Petr Kovar Date: Sun, 3 May 2009 18:52:07 +0200 Subject: [PATCH 123/190] Updated Czech translation --- po/cs.po | 2160 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 1122 insertions(+), 1038 deletions(-) diff --git a/po/cs.po b/po/cs.po index 27359885dd..019da67ceb 100644 --- a/po/cs.po +++ b/po/cs.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: gtk+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-04-11 16:24-0400\n" -"PO-Revision-Date: 2009-03-01 00:16+0100\n" +"POT-Creation-Date: 2009-05-03 18:51+0200\n" +"PO-Revision-Date: 2009-05-03 18:44+0200\n" "Last-Translator: Petr Kovar \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" @@ -26,58 +26,58 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" "X-Generator: KBabel 1.11.4\n" -#: gdk/gdk.c:103 +#: ../gdk/gdk.c:103 #, c-format msgid "Error parsing option --gdk-debug" msgstr "Chyba při analýze přepínače --gdk-debug" -#: gdk/gdk.c:123 +#: ../gdk/gdk.c:123 #, c-format msgid "Error parsing option --gdk-no-debug" msgstr "Chyba při analýze přepínače --gdk-no-debug" #. Description of --class=CLASS in --help output -#: gdk/gdk.c:151 +#: ../gdk/gdk.c:151 msgid "Program class as used by the window manager" msgstr "Třída programu používaná správcem oken" #. Placeholder in --class=CLASS in --help output -#: gdk/gdk.c:152 +#: ../gdk/gdk.c:152 msgid "CLASS" msgstr "TŘÍDA" #. Description of --name=NAME in --help output -#: gdk/gdk.c:154 +#: ../gdk/gdk.c:154 msgid "Program name as used by the window manager" msgstr "Název programu používaný správcem oken" #. Placeholder in --name=NAME in --help output -#: gdk/gdk.c:155 +#: ../gdk/gdk.c:155 msgid "NAME" msgstr "NÁZEV" #. Description of --display=DISPLAY in --help output -#: gdk/gdk.c:157 +#: ../gdk/gdk.c:157 msgid "X display to use" msgstr "Displej X, který použije" #. Placeholder in --display=DISPLAY in --help output -#: gdk/gdk.c:158 +#: ../gdk/gdk.c:158 msgid "DISPLAY" msgstr "DISPLEJ" #. Description of --screen=SCREEN in --help output -#: gdk/gdk.c:160 +#: ../gdk/gdk.c:160 msgid "X screen to use" msgstr "Obrazovka X, kterou použije" #. Placeholder in --screen=SCREEN in --help output -#: gdk/gdk.c:161 +#: ../gdk/gdk.c:161 msgid "SCREEN" msgstr "OBRAZOVKA" #. Description of --gdk-debug=FLAGS in --help output -#: gdk/gdk.c:164 +#: ../gdk/gdk.c:164 msgid "Gdk debugging flags to set" msgstr "Ladicí příznaky Gdk, které nastaví" @@ -85,213 +85,213 @@ msgstr "Ladicí příznaky Gdk, které nastaví" #. Placeholder in --gdk-no-debug=FLAGS in --help output #. Placeholder in --gtk-debug=FLAGS in --help output #. Placeholder in --gtk-no-debug=FLAGS in --help output -#: gdk/gdk.c:165 gdk/gdk.c:168 gtk/gtkmain.c:457 gtk/gtkmain.c:460 +#: ../gdk/gdk.c:165 ../gdk/gdk.c:168 ../gtk/gtkmain.c:457 ../gtk/gtkmain.c:460 msgid "FLAGS" msgstr "PŘÍZNAKY" #. Description of --gdk-no-debug=FLAGS in --help output -#: gdk/gdk.c:167 +#: ../gdk/gdk.c:167 msgid "Gdk debugging flags to unset" msgstr "Ladicí příznaky Gdk, jejichž nastavení zruší" -#: gdk/keyname-table.h:3940 +#: ../gdk/keyname-table.h:3940 msgctxt "keyboard label" msgid "BackSpace" msgstr "Backspace" -#: gdk/keyname-table.h:3941 +#: ../gdk/keyname-table.h:3941 msgctxt "keyboard label" msgid "Tab" msgstr "Tabulátor" -#: gdk/keyname-table.h:3942 +#: ../gdk/keyname-table.h:3942 msgctxt "keyboard label" msgid "Return" msgstr "Enter" -#: gdk/keyname-table.h:3943 +#: ../gdk/keyname-table.h:3943 msgctxt "keyboard label" msgid "Pause" msgstr "Pause" -#: gdk/keyname-table.h:3944 +#: ../gdk/keyname-table.h:3944 msgctxt "keyboard label" msgid "Scroll_Lock" msgstr "Scroll_Lock" -#: gdk/keyname-table.h:3945 +#: ../gdk/keyname-table.h:3945 msgctxt "keyboard label" msgid "Sys_Req" msgstr "Sys_Req" -#: gdk/keyname-table.h:3946 +#: ../gdk/keyname-table.h:3946 msgctxt "keyboard label" msgid "Escape" msgstr "Escape" -#: gdk/keyname-table.h:3947 +#: ../gdk/keyname-table.h:3947 msgctxt "keyboard label" msgid "Multi_key" msgstr "Multi_key" -#: gdk/keyname-table.h:3948 +#: ../gdk/keyname-table.h:3948 msgctxt "keyboard label" msgid "Home" msgstr "Home" -#: gdk/keyname-table.h:3949 +#: ../gdk/keyname-table.h:3949 msgctxt "keyboard label" msgid "Left" msgstr "Vlevo" -#: gdk/keyname-table.h:3950 +#: ../gdk/keyname-table.h:3950 msgctxt "keyboard label" msgid "Up" msgstr "Nahoru" -#: gdk/keyname-table.h:3951 +#: ../gdk/keyname-table.h:3951 msgctxt "keyboard label" msgid "Right" msgstr "Vpravo" -#: gdk/keyname-table.h:3952 +#: ../gdk/keyname-table.h:3952 msgctxt "keyboard label" msgid "Down" msgstr "Dolů" -#: gdk/keyname-table.h:3953 +#: ../gdk/keyname-table.h:3953 msgctxt "keyboard label" msgid "Page_Up" msgstr "Page_Up" -#: gdk/keyname-table.h:3954 +#: ../gdk/keyname-table.h:3954 msgctxt "keyboard label" msgid "Page_Down" msgstr "Page_Down" -#: gdk/keyname-table.h:3955 +#: ../gdk/keyname-table.h:3955 msgctxt "keyboard label" msgid "End" msgstr "End" -#: gdk/keyname-table.h:3956 +#: ../gdk/keyname-table.h:3956 msgctxt "keyboard label" msgid "Begin" msgstr "Begin" -#: gdk/keyname-table.h:3957 +#: ../gdk/keyname-table.h:3957 msgctxt "keyboard label" msgid "Print" msgstr "Print" -#: gdk/keyname-table.h:3958 +#: ../gdk/keyname-table.h:3958 msgctxt "keyboard label" msgid "Insert" msgstr "Insert" -#: gdk/keyname-table.h:3959 +#: ../gdk/keyname-table.h:3959 msgctxt "keyboard label" msgid "Num_Lock" msgstr "Num_Lock" -#: gdk/keyname-table.h:3960 +#: ../gdk/keyname-table.h:3960 msgctxt "keyboard label" msgid "KP_Space" msgstr "KP_Mezerník" -#: gdk/keyname-table.h:3961 +#: ../gdk/keyname-table.h:3961 msgctxt "keyboard label" msgid "KP_Tab" msgstr "KP_Tabulátor" -#: gdk/keyname-table.h:3962 +#: ../gdk/keyname-table.h:3962 msgctxt "keyboard label" msgid "KP_Enter" msgstr "KP_Enter" -#: gdk/keyname-table.h:3963 +#: ../gdk/keyname-table.h:3963 msgctxt "keyboard label" msgid "KP_Home" msgstr "KP_Home" -#: gdk/keyname-table.h:3964 +#: ../gdk/keyname-table.h:3964 msgctxt "keyboard label" msgid "KP_Left" msgstr "KP_Vlevo" -#: gdk/keyname-table.h:3965 +#: ../gdk/keyname-table.h:3965 msgctxt "keyboard label" msgid "KP_Up" msgstr "KP_Nahoru" -#: gdk/keyname-table.h:3966 +#: ../gdk/keyname-table.h:3966 msgctxt "keyboard label" msgid "KP_Right" msgstr "KP_Vpravo" -#: gdk/keyname-table.h:3967 +#: ../gdk/keyname-table.h:3967 msgctxt "keyboard label" msgid "KP_Down" msgstr "KP_Dolů" -#: gdk/keyname-table.h:3968 +#: ../gdk/keyname-table.h:3968 msgctxt "keyboard label" msgid "KP_Page_Up" msgstr "KP_Page_Up" -#: gdk/keyname-table.h:3969 +#: ../gdk/keyname-table.h:3969 msgctxt "keyboard label" msgid "KP_Prior" msgstr "KP_Prior" -#: gdk/keyname-table.h:3970 +#: ../gdk/keyname-table.h:3970 msgctxt "keyboard label" msgid "KP_Page_Down" msgstr "KP_Page_Down" -#: gdk/keyname-table.h:3971 +#: ../gdk/keyname-table.h:3971 msgctxt "keyboard label" msgid "KP_Next" msgstr "KP_Next" -#: gdk/keyname-table.h:3972 +#: ../gdk/keyname-table.h:3972 msgctxt "keyboard label" msgid "KP_End" msgstr "KP_End" -#: gdk/keyname-table.h:3973 +#: ../gdk/keyname-table.h:3973 msgctxt "keyboard label" msgid "KP_Begin" msgstr "KP_Begin" -#: gdk/keyname-table.h:3974 +#: ../gdk/keyname-table.h:3974 msgctxt "keyboard label" msgid "KP_Insert" msgstr "KP_Insert" -#: gdk/keyname-table.h:3975 +#: ../gdk/keyname-table.h:3975 msgctxt "keyboard label" msgid "KP_Delete" msgstr "KP_Delete" -#: gdk/keyname-table.h:3976 +#: ../gdk/keyname-table.h:3976 msgctxt "keyboard label" msgid "Delete" msgstr "Delete" -#: gdk-pixbuf/gdk-pixbuf-animation.c:133 gdk-pixbuf/gdk-pixbuf-io.c:968 -#: gdk-pixbuf/gdk-pixbuf-io.c:1228 tests/testfilechooser.c:222 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:133 ../gdk-pixbuf/gdk-pixbuf-io.c:968 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1228 ../tests/testfilechooser.c:222 #, c-format msgid "Failed to open file '%s': %s" msgstr "Nelze otevřít soubor \"%s\": %s" -#: gdk-pixbuf/gdk-pixbuf-animation.c:146 gdk-pixbuf/gdk-pixbuf-io.c:980 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:146 ../gdk-pixbuf/gdk-pixbuf-io.c:980 #, c-format msgid "Image file '%s' contains no data" msgstr "Soubor obrázku \"%s\" neobsahuje data" -#: gdk-pixbuf/gdk-pixbuf-animation.c:188 gdk-pixbuf/gdk-pixbuf-io.c:1016 -#: gdk-pixbuf/gdk-pixbuf-io.c:1280 tests/testfilechooser.c:267 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:188 ../gdk-pixbuf/gdk-pixbuf-io.c:1016 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1280 ../tests/testfilechooser.c:267 #, c-format msgid "" "Failed to load image '%s': reason not known, probably a corrupt image file" @@ -299,7 +299,7 @@ msgstr "" "Nelze načíst obrázek \"%s\": důvod není znám, pravděpodobně poškozený soubor " "obrázku" -#: gdk-pixbuf/gdk-pixbuf-animation.c:221 +#: ../gdk-pixbuf/gdk-pixbuf-animation.c:221 #, c-format msgid "" "Failed to load animation '%s': reason not known, probably a corrupt " @@ -308,12 +308,12 @@ msgstr "" "Nelze načíst animaci \"%s\": důvod není znám, pravděpodobně poškozený soubor " "animace" -#: gdk-pixbuf/gdk-pixbuf-io.c:701 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:701 #, c-format msgid "Unable to load image-loading module: %s: %s" msgstr "Nelze načíst modul pro čtení obrázků: %s: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:716 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:716 #, c-format msgid "" "Image-loading module %s does not export the proper interface; perhaps it's " @@ -322,53 +322,53 @@ msgstr "" "Modul pro čtení obrázků %s neexportuje správné rozhraní; možná je z jiné " "verze GTK?" -#: gdk-pixbuf/gdk-pixbuf-io.c:725 gdk-pixbuf/gdk-pixbuf-io.c:776 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:725 ../gdk-pixbuf/gdk-pixbuf-io.c:776 #, c-format msgid "Image type '%s' is not supported" msgstr "Typ obrázku \"%s\" není podporován" -#: gdk-pixbuf/gdk-pixbuf-io.c:849 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:849 #, c-format msgid "Couldn't recognize the image file format for file '%s'" msgstr "Nelze rozpoznat formát obrázku u souboru \"%s\"" -#: gdk-pixbuf/gdk-pixbuf-io.c:857 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:857 msgid "Unrecognized image file format" msgstr "Nerozpoznaný formát obrázku" -#: gdk-pixbuf/gdk-pixbuf-io.c:1025 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1025 #, c-format msgid "Failed to load image '%s': %s" msgstr "Nelze načíst obrázek \"%s\": %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1659 gdk-pixbuf/io-gdip-utils.c:952 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1659 ../gdk-pixbuf/io-gdip-utils.c:952 #, c-format msgid "Error writing to image file: %s" msgstr "Chyba při zápisu do souboru obrázku: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1704 gdk-pixbuf/gdk-pixbuf-io.c:1834 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1704 ../gdk-pixbuf/gdk-pixbuf-io.c:1834 #, c-format msgid "This build of gdk-pixbuf does not support saving the image format: %s" msgstr "Toto sestavení gdk-pixbuf nepodporuje ukládání obrázku ve formátu: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:1738 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1738 msgid "Insufficient memory to save image to callback" msgstr "Nedostatek paměti k uložení obrázku pro zpětné volání" -#: gdk-pixbuf/gdk-pixbuf-io.c:1751 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1751 msgid "Failed to open temporary file" msgstr "Nelze otevřít dočasný soubor" -#: gdk-pixbuf/gdk-pixbuf-io.c:1777 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:1777 msgid "Failed to read from temporary file" msgstr "Z dočasného souboru nelze číst" -#: gdk-pixbuf/gdk-pixbuf-io.c:2011 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2011 #, c-format msgid "Failed to open '%s' for writing: %s" msgstr "Nelze otevřít \"%s\" k zápisu: %s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2036 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2036 #, c-format msgid "" "Failed to close '%s' while writing image, all data may not have been saved: %" @@ -377,15 +377,15 @@ msgstr "" "Nelze zavřít \"%s\" během zápisu obrázku, možná nejsou uložena všechna data: " "%s" -#: gdk-pixbuf/gdk-pixbuf-io.c:2256 gdk-pixbuf/gdk-pixbuf-io.c:2307 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2256 ../gdk-pixbuf/gdk-pixbuf-io.c:2307 msgid "Insufficient memory to save image into a buffer" msgstr "Nedostatek paměti k uložení obrázku do vyrovnávací paměti" -#: gdk-pixbuf/gdk-pixbuf-io.c:2353 +#: ../gdk-pixbuf/gdk-pixbuf-io.c:2353 msgid "Error writing to image stream" msgstr "Chyba při zápisu do obrazového proudu" -#: gdk-pixbuf/gdk-pixbuf-loader.c:330 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:330 #, c-format msgid "" "Internal error: Image loader module '%s' failed to complete an operation, " @@ -394,24 +394,24 @@ msgstr "" "Interní chyba: Modulu pro načítání obrázku \"%s\" se nezdařilo dokončit " "operaci, ale k tomuto selhání neudal důvod" -#: gdk-pixbuf/gdk-pixbuf-loader.c:372 +#: ../gdk-pixbuf/gdk-pixbuf-loader.c:372 #, c-format msgid "Incremental loading of image type '%s' is not supported" msgstr "Postupné načítání obrázku typu \"%s\" není podporováno" -#: gdk-pixbuf/gdk-pixdata.c:147 +#: ../gdk-pixbuf/gdk-pixdata.c:147 msgid "Image header corrupt" msgstr "Záhlaví obrázku je poškozeno" -#: gdk-pixbuf/gdk-pixdata.c:152 +#: ../gdk-pixbuf/gdk-pixdata.c:152 msgid "Image format unknown" msgstr "Neznámý formát obrázku" -#: gdk-pixbuf/gdk-pixdata.c:157 gdk-pixbuf/gdk-pixdata.c:487 +#: ../gdk-pixbuf/gdk-pixdata.c:157 ../gdk-pixbuf/gdk-pixdata.c:487 msgid "Image pixel data corrupt" msgstr "Data pixelů obrázku jsou poškozena" -#: gdk-pixbuf/gdk-pixdata.c:431 +#: ../gdk-pixbuf/gdk-pixdata.c:431 #, c-format msgid "failed to allocate image buffer of %u byte" msgid_plural "failed to allocate image buffer of %u bytes" @@ -419,118 +419,123 @@ msgstr[0] "nelze alokovat paměť pro obrázek o velikosti %u bajt" msgstr[1] "nelze alokovat paměť pro obrázek o velikosti %u bajty" msgstr[2] "nelze alokovat paměť pro obrázek o velikosti %u bajtů" -#: gdk-pixbuf/io-ani.c:244 +#: ../gdk-pixbuf/io-ani.c:244 msgid "Unexpected icon chunk in animation" msgstr "Neočekávaný blok ikony v animaci" -#: gdk-pixbuf/io-ani.c:337 +#: ../gdk-pixbuf/io-ani.c:337 msgid "Unsupported animation type" msgstr "Nepodporovaný typ animace" -#: gdk-pixbuf/io-ani.c:348 gdk-pixbuf/io-ani.c:406 gdk-pixbuf/io-ani.c:432 -#: gdk-pixbuf/io-ani.c:455 gdk-pixbuf/io-ani.c:482 gdk-pixbuf/io-ani.c:569 +#: ../gdk-pixbuf/io-ani.c:348 ../gdk-pixbuf/io-ani.c:406 +#: ../gdk-pixbuf/io-ani.c:432 ../gdk-pixbuf/io-ani.c:455 +#: ../gdk-pixbuf/io-ani.c:482 ../gdk-pixbuf/io-ani.c:569 msgid "Invalid header in animation" msgstr "Neplatné záhlaví v animaci" -#: gdk-pixbuf/io-ani.c:358 gdk-pixbuf/io-ani.c:380 gdk-pixbuf/io-ani.c:464 -#: gdk-pixbuf/io-ani.c:491 gdk-pixbuf/io-ani.c:542 gdk-pixbuf/io-ani.c:614 +#: ../gdk-pixbuf/io-ani.c:358 ../gdk-pixbuf/io-ani.c:380 +#: ../gdk-pixbuf/io-ani.c:464 ../gdk-pixbuf/io-ani.c:491 +#: ../gdk-pixbuf/io-ani.c:542 ../gdk-pixbuf/io-ani.c:614 msgid "Not enough memory to load animation" msgstr "Nedostatek paměti k načtení animace" -#: gdk-pixbuf/io-ani.c:398 gdk-pixbuf/io-ani.c:424 gdk-pixbuf/io-ani.c:443 +#: ../gdk-pixbuf/io-ani.c:398 ../gdk-pixbuf/io-ani.c:424 +#: ../gdk-pixbuf/io-ani.c:443 msgid "Malformed chunk in animation" msgstr "Chybně vytvořený blok v animaci" -#: gdk-pixbuf/io-ani.c:711 +#: ../gdk-pixbuf/io-ani.c:711 msgid "The ANI image format" msgstr "Formát obrázku ANI" -#: gdk-pixbuf/io-bmp.c:230 gdk-pixbuf/io-bmp.c:267 gdk-pixbuf/io-bmp.c:338 -#: gdk-pixbuf/io-bmp.c:370 gdk-pixbuf/io-bmp.c:393 gdk-pixbuf/io-bmp.c:496 +#: ../gdk-pixbuf/io-bmp.c:230 ../gdk-pixbuf/io-bmp.c:267 +#: ../gdk-pixbuf/io-bmp.c:338 ../gdk-pixbuf/io-bmp.c:370 +#: ../gdk-pixbuf/io-bmp.c:393 ../gdk-pixbuf/io-bmp.c:496 msgid "BMP image has bogus header data" msgstr "Obrázek formátu BMP má neplatná data v záhlaví" -#: gdk-pixbuf/io-bmp.c:241 gdk-pixbuf/io-bmp.c:433 +#: ../gdk-pixbuf/io-bmp.c:241 ../gdk-pixbuf/io-bmp.c:433 msgid "Not enough memory to load bitmap image" msgstr "Nedostatek paměti k načtení rastrového obrázku" -#: gdk-pixbuf/io-bmp.c:319 +#: ../gdk-pixbuf/io-bmp.c:319 msgid "BMP image has unsupported header size" msgstr "Obrázek BMP má nepodporovanou velikost záhlaví" -#: gdk-pixbuf/io-bmp.c:357 +#: ../gdk-pixbuf/io-bmp.c:357 msgid "Topdown BMP images cannot be compressed" msgstr "Obrázky BMP shora dolů nelze komprimovat" -#: gdk-pixbuf/io-bmp.c:717 gdk-pixbuf/io-pnm.c:709 +#: ../gdk-pixbuf/io-bmp.c:717 ../gdk-pixbuf/io-pnm.c:709 msgid "Premature end-of-file encountered" msgstr "Nalezen předčasný konec souboru" -#: gdk-pixbuf/io-bmp.c:1329 +#: ../gdk-pixbuf/io-bmp.c:1329 msgid "Couldn't allocate memory for saving BMP file" msgstr "Nelze alokovat paměť k uložení souboru BMP" -#: gdk-pixbuf/io-bmp.c:1370 +#: ../gdk-pixbuf/io-bmp.c:1370 msgid "Couldn't write to BMP file" msgstr "Nelze zapisovat do souboru BMP" -#: gdk-pixbuf/io-bmp.c:1423 gdk-pixbuf/io-gdip-bmp.c:82 +#: ../gdk-pixbuf/io-bmp.c:1423 ../gdk-pixbuf/io-gdip-bmp.c:82 msgid "The BMP image format" msgstr "Formát obrázku BMP" -#: gdk-pixbuf/io-gif.c:222 +#: ../gdk-pixbuf/io-gif.c:222 #, c-format msgid "Failure reading GIF: %s" msgstr "Chyba při čtení formátu GIF: %s" -#: gdk-pixbuf/io-gif.c:496 gdk-pixbuf/io-gif.c:1481 gdk-pixbuf/io-gif.c:1642 +#: ../gdk-pixbuf/io-gif.c:496 ../gdk-pixbuf/io-gif.c:1481 +#: ../gdk-pixbuf/io-gif.c:1642 msgid "GIF file was missing some data (perhaps it was truncated somehow?)" msgstr "V souboru GIF chybí některá data (možná byl nějakým způsobem zkrácen?)" -#: gdk-pixbuf/io-gif.c:505 +#: ../gdk-pixbuf/io-gif.c:505 #, c-format msgid "Internal error in the GIF loader (%s)" msgstr "Interní chyba v zavaděči GIF (%s)" -#: gdk-pixbuf/io-gif.c:579 +#: ../gdk-pixbuf/io-gif.c:579 msgid "Stack overflow" msgstr "Přetečení zásobníku" -#: gdk-pixbuf/io-gif.c:639 +#: ../gdk-pixbuf/io-gif.c:639 msgid "GIF image loader cannot understand this image." msgstr "Zavaděč obrázků GIF nerozumí tomuto obrázku." -#: gdk-pixbuf/io-gif.c:668 +#: ../gdk-pixbuf/io-gif.c:668 msgid "Bad code encountered" msgstr "Nalezen chybný kód" -#: gdk-pixbuf/io-gif.c:678 +#: ../gdk-pixbuf/io-gif.c:678 msgid "Circular table entry in GIF file" msgstr "Cyklická položka tabulky v souboru GIF" -#: gdk-pixbuf/io-gif.c:866 gdk-pixbuf/io-gif.c:1468 gdk-pixbuf/io-gif.c:1515 -#: gdk-pixbuf/io-gif.c:1630 +#: ../gdk-pixbuf/io-gif.c:866 ../gdk-pixbuf/io-gif.c:1468 +#: ../gdk-pixbuf/io-gif.c:1515 ../gdk-pixbuf/io-gif.c:1630 msgid "Not enough memory to load GIF file" msgstr "Nedostatek paměti k načtení obrázku GIF" -#: gdk-pixbuf/io-gif.c:960 +#: ../gdk-pixbuf/io-gif.c:960 msgid "Not enough memory to composite a frame in GIF file" msgstr "Nedostatek paměti ke složení políčka v souboru GIF" -#: gdk-pixbuf/io-gif.c:1132 +#: ../gdk-pixbuf/io-gif.c:1132 msgid "GIF image is corrupt (incorrect LZW compression)" msgstr "Obrázek GIF je poškozen (chybná komprese LZW)" -#: gdk-pixbuf/io-gif.c:1182 +#: ../gdk-pixbuf/io-gif.c:1182 msgid "File does not appear to be a GIF file" msgstr "Soubor nevypadá jako soubor GIF" -#: gdk-pixbuf/io-gif.c:1194 +#: ../gdk-pixbuf/io-gif.c:1194 #, c-format msgid "Version %s of the GIF file format is not supported" msgstr "Verze %s formátu souborů GIF není podporována" -#: gdk-pixbuf/io-gif.c:1303 +#: ../gdk-pixbuf/io-gif.c:1303 msgid "" "GIF image has no global colormap, and a frame inside it has no local " "colormap." @@ -538,112 +543,114 @@ msgstr "" "Obrázek GIF neobsahuje globální mapu barev a políčko v něm neobsahuje " "lokální mapu." -#: gdk-pixbuf/io-gif.c:1537 +#: ../gdk-pixbuf/io-gif.c:1537 msgid "GIF image was truncated or incomplete." msgstr "Obrázek GIF byl zkrácen nebo není úplný." -#: gdk-pixbuf/io-gif.c:1693 gdk-pixbuf/io-gdip-gif.c:80 +#: ../gdk-pixbuf/io-gif.c:1693 ../gdk-pixbuf/io-gdip-gif.c:80 msgid "The GIF image format" msgstr "Formát obrázku GIF" -#: gdk-pixbuf/io-ico.c:211 gdk-pixbuf/io-ico.c:225 gdk-pixbuf/io-ico.c:277 -#: gdk-pixbuf/io-ico.c:290 gdk-pixbuf/io-ico.c:359 +#: ../gdk-pixbuf/io-ico.c:211 ../gdk-pixbuf/io-ico.c:225 +#: ../gdk-pixbuf/io-ico.c:277 ../gdk-pixbuf/io-ico.c:290 +#: ../gdk-pixbuf/io-ico.c:359 msgid "Invalid header in icon" msgstr "Neplatné záhlaví ikony" -#: gdk-pixbuf/io-ico.c:240 gdk-pixbuf/io-ico.c:300 gdk-pixbuf/io-ico.c:369 -#: gdk-pixbuf/io-ico.c:432 gdk-pixbuf/io-ico.c:462 +#: ../gdk-pixbuf/io-ico.c:240 ../gdk-pixbuf/io-ico.c:300 +#: ../gdk-pixbuf/io-ico.c:369 ../gdk-pixbuf/io-ico.c:432 +#: ../gdk-pixbuf/io-ico.c:462 msgid "Not enough memory to load icon" msgstr "Nedostatek paměti k načtení ikony" -#: gdk-pixbuf/io-ico.c:322 +#: ../gdk-pixbuf/io-ico.c:322 msgid "Icon has zero width" msgstr "Ikona má nulovou šířku" -#: gdk-pixbuf/io-ico.c:332 +#: ../gdk-pixbuf/io-ico.c:332 msgid "Icon has zero height" msgstr "Ikona má nulovou výšku" -#: gdk-pixbuf/io-ico.c:384 +#: ../gdk-pixbuf/io-ico.c:384 msgid "Compressed icons are not supported" msgstr "Komprimované ikony nejsou podporovány" -#: gdk-pixbuf/io-ico.c:417 +#: ../gdk-pixbuf/io-ico.c:417 msgid "Unsupported icon type" msgstr "Nepodporovaný typ ikony" -#: gdk-pixbuf/io-ico.c:511 +#: ../gdk-pixbuf/io-ico.c:511 msgid "Not enough memory to load ICO file" msgstr "Nedostatek paměti k načtení souboru ICO" -#: gdk-pixbuf/io-ico.c:976 +#: ../gdk-pixbuf/io-ico.c:976 msgid "Image too large to be saved as ICO" msgstr "Obrázek je příliš velký, aby mohl být uložen jako ICO" -#: gdk-pixbuf/io-ico.c:987 +#: ../gdk-pixbuf/io-ico.c:987 msgid "Cursor hotspot outside image" msgstr "Aktivní bod kurzoru mimo obrázek" -#: gdk-pixbuf/io-ico.c:1010 +#: ../gdk-pixbuf/io-ico.c:1010 #, c-format msgid "Unsupported depth for ICO file: %d" msgstr "Nepodporovaná hloubka souboru ICO: %d" -#: gdk-pixbuf/io-ico.c:1245 gdk-pixbuf/io-gdip-ico.c:59 +#: ../gdk-pixbuf/io-ico.c:1245 ../gdk-pixbuf/io-gdip-ico.c:59 msgid "The ICO image format" msgstr "Formát obrázku ICO" -#: gdk-pixbuf/io-icns.c:347 +#: ../gdk-pixbuf/io-icns.c:347 #, c-format msgid "Error reading ICNS image: %s" msgstr "Chyba při čtení obrázku ICNS: %s" -#: gdk-pixbuf/io-icns.c:364 +#: ../gdk-pixbuf/io-icns.c:364 msgid "Could not decode ICNS file" msgstr "Nelze dekódovat soubor ICNS" -#: gdk-pixbuf/io-icns.c:397 +#: ../gdk-pixbuf/io-icns.c:397 msgid "The ICNS image format" msgstr "Formát obrázku ICNS" -#: gdk-pixbuf/io-jasper.c:75 +#: ../gdk-pixbuf/io-jasper.c:75 msgid "Couldn't allocate memory for stream" msgstr "Nelze alokovat paměť proudu" -#: gdk-pixbuf/io-jasper.c:105 +#: ../gdk-pixbuf/io-jasper.c:105 msgid "Couldn't decode image" msgstr "Nelze dekódovat obrázek" -#: gdk-pixbuf/io-jasper.c:123 +#: ../gdk-pixbuf/io-jasper.c:123 msgid "Transformed JPEG2000 has zero width or height" msgstr "Transformovaný obrázek JPEG2000 má nulovou výšku nebo šířku" -#: gdk-pixbuf/io-jasper.c:137 +#: ../gdk-pixbuf/io-jasper.c:137 msgid "Image type currently not supported" msgstr "Typ obrázku v současnosti není podporován" -#: gdk-pixbuf/io-jasper.c:149 gdk-pixbuf/io-jasper.c:157 +#: ../gdk-pixbuf/io-jasper.c:149 ../gdk-pixbuf/io-jasper.c:157 msgid "Couldn't allocate memory for color profile" msgstr "Nelze alokovat paměť profilu barev" -#: gdk-pixbuf/io-jasper.c:183 +#: ../gdk-pixbuf/io-jasper.c:183 msgid "Insufficient memory to open JPEG 2000 file" msgstr "Nedostatek paměti k otevření souboru JPEG 2000" -#: gdk-pixbuf/io-jasper.c:262 +#: ../gdk-pixbuf/io-jasper.c:262 msgid "Couldn't allocate memory to buffer image data" msgstr "Nelze alokovat paměť k načtení obrazových dat do vyrovnávací paměti" -#: gdk-pixbuf/io-jasper.c:306 +#: ../gdk-pixbuf/io-jasper.c:306 msgid "The JPEG 2000 image format" msgstr "Formát obrázku JPEG 2000" -#: gdk-pixbuf/io-jpeg.c:117 +#: ../gdk-pixbuf/io-jpeg.c:117 #, c-format msgid "Error interpreting JPEG image file (%s)" msgstr "Chyba při interpretaci souboru obrázku JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:529 +#: ../gdk-pixbuf/io-jpeg.c:529 msgid "" "Insufficient memory to load image, try exiting some applications to free " "memory" @@ -651,21 +658,21 @@ msgstr "" "Nedostatek paměti k načtení obrázku, zkuste prosím uvolnit paměť ukončením " "několika aplikací" -#: gdk-pixbuf/io-jpeg.c:570 gdk-pixbuf/io-jpeg.c:776 +#: ../gdk-pixbuf/io-jpeg.c:570 ../gdk-pixbuf/io-jpeg.c:776 #, c-format msgid "Unsupported JPEG color space (%s)" msgstr "Nepodporovaný prostor barev JPEG (%s)" -#: gdk-pixbuf/io-jpeg.c:668 gdk-pixbuf/io-jpeg.c:944 gdk-pixbuf/io-jpeg.c:1177 -#: gdk-pixbuf/io-jpeg.c:1186 +#: ../gdk-pixbuf/io-jpeg.c:668 ../gdk-pixbuf/io-jpeg.c:944 +#: ../gdk-pixbuf/io-jpeg.c:1177 ../gdk-pixbuf/io-jpeg.c:1186 msgid "Couldn't allocate memory for loading JPEG file" msgstr "Nelze alokovat paměť k načtení souboru JPEG" -#: gdk-pixbuf/io-jpeg.c:920 +#: ../gdk-pixbuf/io-jpeg.c:920 msgid "Transformed JPEG has zero width or height." msgstr "Transformovaný obrázek JPEG má nulovou výšku nebo šířku." -#: gdk-pixbuf/io-jpeg.c:1133 gdk-pixbuf/io-gdip-jpeg.c:53 +#: ../gdk-pixbuf/io-jpeg.c:1133 ../gdk-pixbuf/io-gdip-jpeg.c:53 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%s' could not be " @@ -674,93 +681,93 @@ msgstr "" "Kvalita JPEG musí být hodnota mezi 0 a 100; hodnotu \"%s\" nebylo možné " "zpracovat." -#: gdk-pixbuf/io-jpeg.c:1148 gdk-pixbuf/io-gdip-jpeg.c:68 +#: ../gdk-pixbuf/io-jpeg.c:1148 ../gdk-pixbuf/io-gdip-jpeg.c:68 #, c-format msgid "" "JPEG quality must be a value between 0 and 100; value '%d' is not allowed." msgstr "" "Kvalita JPEG musí být hodnota mezi 0 a 100; hodnota \"%d\" není povolena." -#: gdk-pixbuf/io-jpeg.c:1310 gdk-pixbuf/io-gdip-jpeg.c:136 +#: ../gdk-pixbuf/io-jpeg.c:1310 ../gdk-pixbuf/io-gdip-jpeg.c:136 msgid "The JPEG image format" msgstr "Formát obrázku JPEG" -#: gdk-pixbuf/io-pcx.c:187 +#: ../gdk-pixbuf/io-pcx.c:187 msgid "Couldn't allocate memory for header" msgstr "Nemohu alokovat paměť pro záhlaví" -#: gdk-pixbuf/io-pcx.c:202 gdk-pixbuf/io-pcx.c:560 +#: ../gdk-pixbuf/io-pcx.c:202 ../gdk-pixbuf/io-pcx.c:560 msgid "Couldn't allocate memory for context buffer" msgstr "Nelze alokovat paměť pro vyrovnávací paměť kontextu" -#: gdk-pixbuf/io-pcx.c:601 +#: ../gdk-pixbuf/io-pcx.c:601 msgid "Image has invalid width and/or height" msgstr "Obrázek má nulovou šířku a/nebo výšku" -#: gdk-pixbuf/io-pcx.c:613 gdk-pixbuf/io-pcx.c:674 +#: ../gdk-pixbuf/io-pcx.c:613 ../gdk-pixbuf/io-pcx.c:674 msgid "Image has unsupported bpp" msgstr "Obrázek má nepodporované bpp" -#: gdk-pixbuf/io-pcx.c:618 gdk-pixbuf/io-pcx.c:626 +#: ../gdk-pixbuf/io-pcx.c:618 ../gdk-pixbuf/io-pcx.c:626 #, c-format msgid "Image has unsupported number of %d-bit planes" msgstr "Obrázek má nepodporovaný počet %dbitových rovin" -#: gdk-pixbuf/io-pcx.c:642 +#: ../gdk-pixbuf/io-pcx.c:642 msgid "Couldn't create new pixbuf" msgstr "Nelze vytvořit nový pixbuf" -#: gdk-pixbuf/io-pcx.c:650 +#: ../gdk-pixbuf/io-pcx.c:650 msgid "Couldn't allocate memory for line data" msgstr "Nelze alokovat paměť pro data řádků" -#: gdk-pixbuf/io-pcx.c:657 +#: ../gdk-pixbuf/io-pcx.c:657 msgid "Couldn't allocate memory for paletted data" msgstr "Nelze alokovat paměť pro data palety" -#: gdk-pixbuf/io-pcx.c:704 +#: ../gdk-pixbuf/io-pcx.c:704 msgid "Didn't get all lines of PCX image" msgstr "Nezískány všechny řádky obrázku PCX" -#: gdk-pixbuf/io-pcx.c:711 +#: ../gdk-pixbuf/io-pcx.c:711 msgid "No palette found at end of PCX data" msgstr "Na konci dat PCX nenalezena paleta" -#: gdk-pixbuf/io-pcx.c:756 +#: ../gdk-pixbuf/io-pcx.c:756 msgid "The PCX image format" msgstr "Formát obrázku PCX" -#: gdk-pixbuf/io-png.c:55 +#: ../gdk-pixbuf/io-png.c:55 msgid "Bits per channel of PNG image is invalid." msgstr "Počet bitů na kanál obrázku PNG není platný." -#: gdk-pixbuf/io-png.c:136 gdk-pixbuf/io-png.c:618 +#: ../gdk-pixbuf/io-png.c:136 ../gdk-pixbuf/io-png.c:618 msgid "Transformed PNG has zero width or height." msgstr "Transformovaný obrázek PNG má nulovou výšku nebo šířku." -#: gdk-pixbuf/io-png.c:144 +#: ../gdk-pixbuf/io-png.c:144 msgid "Bits per channel of transformed PNG is not 8." msgstr "Počet bitů na kanál transformovaného obrázku PNG není 8." -#: gdk-pixbuf/io-png.c:153 +#: ../gdk-pixbuf/io-png.c:153 msgid "Transformed PNG not RGB or RGBA." msgstr "Transformovaný obrázek PNG není RGB nebo RGBA." -#: gdk-pixbuf/io-png.c:162 +#: ../gdk-pixbuf/io-png.c:162 msgid "Transformed PNG has unsupported number of channels, must be 3 or 4." msgstr "" "Transformovaný obrázek PNG má nepodporovaný počet kanálů, musí být 3 nebo 4." -#: gdk-pixbuf/io-png.c:183 +#: ../gdk-pixbuf/io-png.c:183 #, c-format msgid "Fatal error in PNG image file: %s" msgstr "Kritická chyba v souboru obrázku PNG: %s" -#: gdk-pixbuf/io-png.c:310 +#: ../gdk-pixbuf/io-png.c:310 msgid "Insufficient memory to load PNG file" msgstr "Nedostatek paměti k načtení souboru PNG" -#: gdk-pixbuf/io-png.c:633 +#: ../gdk-pixbuf/io-png.c:633 #, c-format msgid "" "Insufficient memory to store a %ld by %ld image; try exiting some " @@ -769,25 +776,25 @@ msgstr "" "Nedostatek paměti k uložení obrázku %ld krát %ld; zkuste prosím uvolnit " "paměť ukončením několika aplikací" -#: gdk-pixbuf/io-png.c:684 +#: ../gdk-pixbuf/io-png.c:684 msgid "Fatal error reading PNG image file" msgstr "Kritická chyba při čtení souboru obrázku PNG" -#: gdk-pixbuf/io-png.c:733 +#: ../gdk-pixbuf/io-png.c:733 #, c-format msgid "Fatal error reading PNG image file: %s" msgstr "Kritická chyba při čtení souboru obrázku PNG: %s" -#: gdk-pixbuf/io-png.c:825 +#: ../gdk-pixbuf/io-png.c:825 msgid "" "Keys for PNG text chunks must have at least 1 and at most 79 characters." msgstr "Klíče textových bloků PNG musí mít alespoň 1 a nejvýše 79 znaků." -#: gdk-pixbuf/io-png.c:833 +#: ../gdk-pixbuf/io-png.c:833 msgid "Keys for PNG text chunks must be ASCII characters." msgstr "Klíče textových bloků PNG musí být znaky ASCII." -#: gdk-pixbuf/io-png.c:846 gdk-pixbuf/io-gdip-png.c:56 +#: ../gdk-pixbuf/io-png.c:846 ../gdk-pixbuf/io-gdip-png.c:56 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%s' could not " @@ -796,7 +803,7 @@ msgstr "" "Úroveň komprese PNG musí být hodnota mezi 0 a 9; hodnotu \"%s\" nebylo možné " "zpracovat." -#: gdk-pixbuf/io-png.c:858 gdk-pixbuf/io-gdip-png.c:68 +#: ../gdk-pixbuf/io-png.c:858 ../gdk-pixbuf/io-gdip-png.c:68 #, c-format msgid "" "PNG compression level must be a value between 0 and 9; value '%d' is not " @@ -805,371 +812,375 @@ msgstr "" "Úroveň komprese PNG musí být hodnota mezi 0 a 9; hodnota \"%d\" není " "povolena." -#: gdk-pixbuf/io-png.c:896 +#: ../gdk-pixbuf/io-png.c:896 #, c-format msgid "Value for PNG text chunk %s cannot be converted to ISO-8859-1 encoding." msgstr "Hodnotu textového bloku PNG %s nelze převést do kódování ISO-8859-1." -#: gdk-pixbuf/io-png.c:1045 gdk-pixbuf/io-gdip-png.c:133 +#: ../gdk-pixbuf/io-png.c:1045 ../gdk-pixbuf/io-gdip-png.c:133 msgid "The PNG image format" msgstr "Formát obrázku PNG" -#: gdk-pixbuf/io-pnm.c:250 +#: ../gdk-pixbuf/io-pnm.c:250 msgid "PNM loader expected to find an integer, but didn't" msgstr "Zavaděč PNM očekával celé číslo, ale nenašel ho" -#: gdk-pixbuf/io-pnm.c:282 +#: ../gdk-pixbuf/io-pnm.c:282 msgid "PNM file has an incorrect initial byte" msgstr "Soubor PNM obsahuje nesprávný počáteční bajt" -#: gdk-pixbuf/io-pnm.c:312 +#: ../gdk-pixbuf/io-pnm.c:312 msgid "PNM file is not in a recognized PNM subformat" msgstr "Soubor PNM není v rozpoznaném podřazeném formátu PNM" -#: gdk-pixbuf/io-pnm.c:337 +#: ../gdk-pixbuf/io-pnm.c:337 msgid "PNM file has an image width of 0" msgstr "Soubor PNM má šířku obrázku 0" -#: gdk-pixbuf/io-pnm.c:358 +#: ../gdk-pixbuf/io-pnm.c:358 msgid "PNM file has an image height of 0" msgstr "Soubor PNM má výšku obrázku 0" -#: gdk-pixbuf/io-pnm.c:381 +#: ../gdk-pixbuf/io-pnm.c:381 msgid "Maximum color value in PNM file is 0" msgstr "Maximální hodnota barvy v souboru PNM je 0" -#: gdk-pixbuf/io-pnm.c:389 +#: ../gdk-pixbuf/io-pnm.c:389 msgid "Maximum color value in PNM file is too large" msgstr "Maximální hodnota barvy v souboru PNM je příliš vysoká" -#: gdk-pixbuf/io-pnm.c:429 gdk-pixbuf/io-pnm.c:459 gdk-pixbuf/io-pnm.c:504 +#: ../gdk-pixbuf/io-pnm.c:429 ../gdk-pixbuf/io-pnm.c:459 +#: ../gdk-pixbuf/io-pnm.c:504 msgid "Raw PNM image type is invalid" msgstr "Typ obrázku raw PNM není platný" -#: gdk-pixbuf/io-pnm.c:654 +#: ../gdk-pixbuf/io-pnm.c:654 msgid "PNM image loader does not support this PNM subformat" msgstr "Zavaděč obrázků PNM nepodporuje tento podřazený formát PNM" -#: gdk-pixbuf/io-pnm.c:741 gdk-pixbuf/io-pnm.c:968 +#: ../gdk-pixbuf/io-pnm.c:741 ../gdk-pixbuf/io-pnm.c:968 msgid "Raw PNM formats require exactly one whitespace before sample data" msgstr "Formáty raw PNM vyžadují přesně jednu mezeru před daty vzorků" -#: gdk-pixbuf/io-pnm.c:768 +#: ../gdk-pixbuf/io-pnm.c:768 msgid "Cannot allocate memory for loading PNM image" msgstr "Nelze alokovat paměť k načtení obrázku PNM" -#: gdk-pixbuf/io-pnm.c:818 +#: ../gdk-pixbuf/io-pnm.c:818 msgid "Insufficient memory to load PNM context struct" msgstr "Nedostatek paměti k načtení struktury kontextu PNM" -#: gdk-pixbuf/io-pnm.c:869 +#: ../gdk-pixbuf/io-pnm.c:869 msgid "Unexpected end of PNM image data" msgstr "Neočekávaný konec dat obrázku PNM" -#: gdk-pixbuf/io-pnm.c:997 +#: ../gdk-pixbuf/io-pnm.c:997 msgid "Insufficient memory to load PNM file" msgstr "Nedostatek paměti k načtení souboru PNM" -#: gdk-pixbuf/io-pnm.c:1081 +#: ../gdk-pixbuf/io-pnm.c:1081 msgid "The PNM/PBM/PGM/PPM image format family" msgstr "Rodina formátů obrázků PNM/PBM/PGM/PPM" -#: gdk-pixbuf/io-ras.c:126 +#: ../gdk-pixbuf/io-ras.c:126 msgid "RAS image has bogus header data" msgstr "Obrázek RAS má neplatná data v záhlaví" -#: gdk-pixbuf/io-ras.c:148 +#: ../gdk-pixbuf/io-ras.c:148 msgid "RAS image has unknown type" msgstr "Obrázek RAS má neznámý typ" -#: gdk-pixbuf/io-ras.c:156 +#: ../gdk-pixbuf/io-ras.c:156 msgid "unsupported RAS image variation" msgstr "nepodporovaná variace obrázku RAS" -#: gdk-pixbuf/io-ras.c:171 gdk-pixbuf/io-ras.c:200 +#: ../gdk-pixbuf/io-ras.c:171 ../gdk-pixbuf/io-ras.c:200 msgid "Not enough memory to load RAS image" msgstr "Nedostatek paměti k načtení obrázku RAS" -#: gdk-pixbuf/io-ras.c:545 +#: ../gdk-pixbuf/io-ras.c:545 msgid "The Sun raster image format" msgstr "Formát obrázku Sun raster" -#: gdk-pixbuf/io-tga.c:154 +#: ../gdk-pixbuf/io-tga.c:154 msgid "Cannot allocate memory for IOBuffer struct" msgstr "Nelze alokovat paměť pro strukturu IOBuffer" -#: gdk-pixbuf/io-tga.c:173 +#: ../gdk-pixbuf/io-tga.c:173 msgid "Cannot allocate memory for IOBuffer data" msgstr "Nelze alokovat paměť pro data IOBuffer" -#: gdk-pixbuf/io-tga.c:184 +#: ../gdk-pixbuf/io-tga.c:184 msgid "Cannot realloc IOBuffer data" msgstr "Nelze přealokovat data IOBuffer" -#: gdk-pixbuf/io-tga.c:214 +#: ../gdk-pixbuf/io-tga.c:214 msgid "Cannot allocate temporary IOBuffer data" msgstr "Nelze alokovat dočasná data pro IOBuffer" -#: gdk-pixbuf/io-tga.c:347 +#: ../gdk-pixbuf/io-tga.c:347 msgid "Cannot allocate new pixbuf" msgstr "Nelze alokovat nový pixbuf" -#: gdk-pixbuf/io-tga.c:687 +#: ../gdk-pixbuf/io-tga.c:687 msgid "Cannot allocate colormap structure" msgstr "Nelze alokovat strukturu pro mapu barev" -#: gdk-pixbuf/io-tga.c:694 +#: ../gdk-pixbuf/io-tga.c:694 msgid "Cannot allocate colormap entries" msgstr "Nelze alokovat položky mapy barev" -#: gdk-pixbuf/io-tga.c:716 +#: ../gdk-pixbuf/io-tga.c:716 msgid "Unexpected bitdepth for colormap entries" msgstr "Neočekávaná bitová hloubka položek map barev" -#: gdk-pixbuf/io-tga.c:734 +#: ../gdk-pixbuf/io-tga.c:734 msgid "Cannot allocate TGA header memory" msgstr "Nelze alokovat paměť pro záhlaví TGA" -#: gdk-pixbuf/io-tga.c:767 +#: ../gdk-pixbuf/io-tga.c:767 msgid "TGA image has invalid dimensions" msgstr "Obrázek TGA má neplatné rozměry" -#: gdk-pixbuf/io-tga.c:773 gdk-pixbuf/io-tga.c:782 gdk-pixbuf/io-tga.c:792 -#: gdk-pixbuf/io-tga.c:802 gdk-pixbuf/io-tga.c:809 +#: ../gdk-pixbuf/io-tga.c:773 ../gdk-pixbuf/io-tga.c:782 +#: ../gdk-pixbuf/io-tga.c:792 ../gdk-pixbuf/io-tga.c:802 +#: ../gdk-pixbuf/io-tga.c:809 msgid "TGA image type not supported" msgstr "Typ obrázku TGA není podporován" -#: gdk-pixbuf/io-tga.c:856 +#: ../gdk-pixbuf/io-tga.c:856 msgid "Cannot allocate memory for TGA context struct" msgstr "Nelze alokovat paměť pro strukturu kontextu TGA" -#: gdk-pixbuf/io-tga.c:921 +#: ../gdk-pixbuf/io-tga.c:921 msgid "Excess data in file" msgstr "V souboru jsou přebytečná data" -#: gdk-pixbuf/io-tga.c:1002 +#: ../gdk-pixbuf/io-tga.c:1002 msgid "The Targa image format" msgstr "Formát obrázku Targa" -#: gdk-pixbuf/io-tiff.c:160 +#: ../gdk-pixbuf/io-tiff.c:160 msgid "Could not get image width (bad TIFF file)" msgstr "Nelze získat šířku obrázku (chybný soubor TIFF)" -#: gdk-pixbuf/io-tiff.c:167 +#: ../gdk-pixbuf/io-tiff.c:167 msgid "Could not get image height (bad TIFF file)" msgstr "Nelze získat výšku obrázku (chybný soubor TIFF)" -#: gdk-pixbuf/io-tiff.c:175 +#: ../gdk-pixbuf/io-tiff.c:175 msgid "Width or height of TIFF image is zero" msgstr "Výška nebo šířka obrázku TIFF je 0" -#: gdk-pixbuf/io-tiff.c:184 gdk-pixbuf/io-tiff.c:193 +#: ../gdk-pixbuf/io-tiff.c:184 ../gdk-pixbuf/io-tiff.c:193 msgid "Dimensions of TIFF image too large" msgstr "Rozměry obrázku TIFF jsou příliš velké" -#: gdk-pixbuf/io-tiff.c:217 gdk-pixbuf/io-tiff.c:229 gdk-pixbuf/io-tiff.c:541 +#: ../gdk-pixbuf/io-tiff.c:217 ../gdk-pixbuf/io-tiff.c:229 +#: ../gdk-pixbuf/io-tiff.c:541 msgid "Insufficient memory to open TIFF file" msgstr "Nedostatek paměti k otevření souboru TIFF" -#: gdk-pixbuf/io-tiff.c:275 +#: ../gdk-pixbuf/io-tiff.c:275 msgid "Failed to load RGB data from TIFF file" msgstr "Nelze načíst data RGB ze souboru TIFF" -#: gdk-pixbuf/io-tiff.c:331 +#: ../gdk-pixbuf/io-tiff.c:331 msgid "Failed to open TIFF image" msgstr "Nelze otevřít obrázek TIFF" -#: gdk-pixbuf/io-tiff.c:343 gdk-pixbuf/io-tiff.c:722 +#: ../gdk-pixbuf/io-tiff.c:343 ../gdk-pixbuf/io-tiff.c:722 msgid "TIFFClose operation failed" msgstr "Operace TIFFClose selhala" -#: gdk-pixbuf/io-tiff.c:473 gdk-pixbuf/io-tiff.c:486 +#: ../gdk-pixbuf/io-tiff.c:473 ../gdk-pixbuf/io-tiff.c:486 msgid "Failed to load TIFF image" msgstr "Nelze načíst obrázek TIFF" -#: gdk-pixbuf/io-tiff.c:670 +#: ../gdk-pixbuf/io-tiff.c:670 msgid "Failed to save TIFF image" msgstr "Ukládání obrázku TIFF selhalo" -#: gdk-pixbuf/io-tiff.c:708 +#: ../gdk-pixbuf/io-tiff.c:708 msgid "Failed to write TIFF data" msgstr "Zápis dat TIFF selhal" -#: gdk-pixbuf/io-tiff.c:760 +#: ../gdk-pixbuf/io-tiff.c:760 msgid "Couldn't write to TIFF file" msgstr "Nelze zapisovat do souboru TIFF" -#: gdk-pixbuf/io-tiff.c:815 +#: ../gdk-pixbuf/io-tiff.c:815 msgid "The TIFF image format" msgstr "Formát obrázku TIFF" -#: gdk-pixbuf/io-wbmp.c:246 +#: ../gdk-pixbuf/io-wbmp.c:246 msgid "Image has zero width" msgstr "Obrázek má nulovou šířku" -#: gdk-pixbuf/io-wbmp.c:264 +#: ../gdk-pixbuf/io-wbmp.c:264 msgid "Image has zero height" msgstr "Obrázek má nulovou výšku" -#: gdk-pixbuf/io-wbmp.c:275 +#: ../gdk-pixbuf/io-wbmp.c:275 msgid "Not enough memory to load image" msgstr "Nedostatek paměti k načtení obrázku" -#: gdk-pixbuf/io-wbmp.c:334 +#: ../gdk-pixbuf/io-wbmp.c:334 msgid "Couldn't save the rest" msgstr "Nelze uložit zbývající část" -#: gdk-pixbuf/io-wbmp.c:375 +#: ../gdk-pixbuf/io-wbmp.c:375 msgid "The WBMP image format" msgstr "Formát obrázku WBMP" -#: gdk-pixbuf/io-xbm.c:295 +#: ../gdk-pixbuf/io-xbm.c:295 msgid "Invalid XBM file" msgstr "Neplatný soubor XBM" -#: gdk-pixbuf/io-xbm.c:305 +#: ../gdk-pixbuf/io-xbm.c:305 msgid "Insufficient memory to load XBM image file" msgstr "Nedostatek paměti k načtení souboru obrázku XBM" -#: gdk-pixbuf/io-xbm.c:453 +#: ../gdk-pixbuf/io-xbm.c:453 msgid "Failed to write to temporary file when loading XBM image" msgstr "Při načítání obrázku XBM se nezdařil zápis do dočasného souboru" -#: gdk-pixbuf/io-xbm.c:492 +#: ../gdk-pixbuf/io-xbm.c:492 msgid "The XBM image format" msgstr "Formát obrázku XBM" -#: gdk-pixbuf/io-xpm.c:468 +#: ../gdk-pixbuf/io-xpm.c:468 msgid "No XPM header found" msgstr "Nebylo nalezeno záhlaví XPM" -#: gdk-pixbuf/io-xpm.c:477 +#: ../gdk-pixbuf/io-xpm.c:477 msgid "Invalid XPM header" msgstr "Neplatné záhlaví XPM" -#: gdk-pixbuf/io-xpm.c:485 +#: ../gdk-pixbuf/io-xpm.c:485 msgid "XPM file has image width <= 0" msgstr "Soubor XPM má šířku obrázku <= 0" -#: gdk-pixbuf/io-xpm.c:493 +#: ../gdk-pixbuf/io-xpm.c:493 msgid "XPM file has image height <= 0" msgstr "Soubor XPM má výšku obrázku <= 0" -#: gdk-pixbuf/io-xpm.c:501 +#: ../gdk-pixbuf/io-xpm.c:501 msgid "XPM has invalid number of chars per pixel" msgstr "XPM obsahuje neplatný počet znaků na pixel" -#: gdk-pixbuf/io-xpm.c:510 +#: ../gdk-pixbuf/io-xpm.c:510 msgid "XPM file has invalid number of colors" msgstr "Soubor XPM má neplatný počet barev" -#: gdk-pixbuf/io-xpm.c:522 gdk-pixbuf/io-xpm.c:531 gdk-pixbuf/io-xpm.c:583 +#: ../gdk-pixbuf/io-xpm.c:522 ../gdk-pixbuf/io-xpm.c:531 +#: ../gdk-pixbuf/io-xpm.c:583 msgid "Cannot allocate memory for loading XPM image" msgstr "Nelze alokovat paměť k načtení obrázku XPM" -#: gdk-pixbuf/io-xpm.c:545 +#: ../gdk-pixbuf/io-xpm.c:545 msgid "Cannot read XPM colormap" msgstr "Nelze načíst mapu barev XPM" -#: gdk-pixbuf/io-xpm.c:777 +#: ../gdk-pixbuf/io-xpm.c:777 msgid "Failed to write to temporary file when loading XPM image" msgstr "Při načítání obrázku XPM se nezdařil zápis do dočasného souboru" -#: gdk-pixbuf/io-xpm.c:816 +#: ../gdk-pixbuf/io-xpm.c:816 msgid "The XPM image format" msgstr "Formát obrázku XPM" -#: gdk-pixbuf/io-gdip-emf.c:59 +#: ../gdk-pixbuf/io-gdip-emf.c:59 msgid "The EMF image format" msgstr "Formát obrázku EMF" -#: gdk-pixbuf/io-gdip-utils.c:220 +#: ../gdk-pixbuf/io-gdip-utils.c:220 #, c-format msgid "Could not allocate memory: %s" msgstr "Nelze alokovat paměť: %s" -#: gdk-pixbuf/io-gdip-utils.c:245 gdk-pixbuf/io-gdip-utils.c:360 -#: gdk-pixbuf/io-gdip-utils.c:394 +#: ../gdk-pixbuf/io-gdip-utils.c:245 ../gdk-pixbuf/io-gdip-utils.c:360 +#: ../gdk-pixbuf/io-gdip-utils.c:394 #, c-format msgid "Could not create stream: %s" msgstr "Nelze vytvořit proud: %s" -#: gdk-pixbuf/io-gdip-utils.c:259 +#: ../gdk-pixbuf/io-gdip-utils.c:259 #, c-format msgid "Could not seek stream: %s" msgstr "Nelze nalézt proud: %s" -#: gdk-pixbuf/io-gdip-utils.c:271 +#: ../gdk-pixbuf/io-gdip-utils.c:271 #, c-format msgid "Could not read from stream: %s" msgstr "Z proudu nelze číst: %s" -#: gdk-pixbuf/io-gdip-utils.c:683 gdk-pixbuf/io-gdip-utils.c:815 +#: ../gdk-pixbuf/io-gdip-utils.c:683 ../gdk-pixbuf/io-gdip-utils.c:815 msgid "Couldn't load bitmap" msgstr "Nelze načíst rastrový obrázek" -#: gdk-pixbuf/io-gdip-utils.c:838 +#: ../gdk-pixbuf/io-gdip-utils.c:838 msgid "Couldn't load metafile" msgstr "Nelze načíst metasoubor" -#: gdk-pixbuf/io-gdip-utils.c:997 +#: ../gdk-pixbuf/io-gdip-utils.c:997 msgid "Unsupported image format for GDI+" msgstr "Nepodporovaný formát obrázku GDI+" -#: gdk-pixbuf/io-gdip-utils.c:1004 +#: ../gdk-pixbuf/io-gdip-utils.c:1004 msgid "Couldn't save" msgstr "Nelze uložit" -#: gdk-pixbuf/io-gdip-wmf.c:58 +#: ../gdk-pixbuf/io-gdip-wmf.c:58 msgid "The WMF image format" msgstr "Formát obrázku WMF" #. Description of --sync in --help output -#: gdk/win32/gdkmain-win32.c:54 +#: ../gdk/win32/gdkmain-win32.c:54 msgid "Don't batch GDI requests" msgstr "Nebude dávkovat požadavky GDI" #. Description of --no-wintab in --help output -#: gdk/win32/gdkmain-win32.c:56 +#: ../gdk/win32/gdkmain-win32.c:56 msgid "Don't use the Wintab API for tablet support" msgstr "Nepoužije API Wintab pro podporu tabletů" #. Description of --ignore-wintab in --help output -#: gdk/win32/gdkmain-win32.c:58 +#: ../gdk/win32/gdkmain-win32.c:58 msgid "Same as --no-wintab" msgstr "Totéž jako --no-wintab" #. Description of --use-wintab in --help output -#: gdk/win32/gdkmain-win32.c:60 +#: ../gdk/win32/gdkmain-win32.c:60 msgid "Do use the Wintab API [default]" msgstr "Použije API Wintab [výchozí]" #. Description of --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:62 +#: ../gdk/win32/gdkmain-win32.c:62 msgid "Size of the palette in 8 bit mode" msgstr "Velikost palety v osmibitovém režimu" #. Placeholder in --max-colors=COLORS in --help output -#: gdk/win32/gdkmain-win32.c:63 +#: ../gdk/win32/gdkmain-win32.c:63 msgid "COLORS" msgstr "BARVY" #. Description of --sync in --help output -#: gdk/x11/gdkmain-x11.c:92 +#: ../gdk/x11/gdkmain-x11.c:92 msgid "Make X calls synchronous" msgstr "Provede volání X synchronně" -#: gdk/x11/gdkapplaunchcontext-x11.c:311 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:311 #, c-format msgid "Starting %s" msgstr "Spouští se %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:313 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:313 #, c-format msgid "Opening %s" msgstr "Otevírá se %s" -#: gdk/x11/gdkapplaunchcontext-x11.c:316 +#: ../gdk/x11/gdkapplaunchcontext-x11.c:316 #, c-format msgid "Opening %d Item" msgid_plural "Opening %d Items" @@ -1177,46 +1188,51 @@ msgstr[0] "Otevírání %d položky" msgstr[1] "Otevírání %d položek" msgstr[2] "Otevírání %d položek" -#: gtk/gtkaboutdialog.c:251 gtk/gtkaboutdialog.c:2110 +#: ../gtk/gtkaboutdialog.c:183 +#, fuzzy +msgid "Could not show link" +msgstr "Nelze vymazat seznam" + +#: ../gtk/gtkaboutdialog.c:306 ../gtk/gtkaboutdialog.c:2202 msgid "License" msgstr "Licence" -#: gtk/gtkaboutdialog.c:252 +#: ../gtk/gtkaboutdialog.c:307 msgid "The license of the program" msgstr "Licence programu" #. Add the credits button -#: gtk/gtkaboutdialog.c:492 +#: ../gtk/gtkaboutdialog.c:547 msgid "C_redits" msgstr "Zá_sluhy" #. Add the license button -#: gtk/gtkaboutdialog.c:506 +#: ../gtk/gtkaboutdialog.c:561 msgid "_License" msgstr "_Licence" -#: gtk/gtkaboutdialog.c:774 +#: ../gtk/gtkaboutdialog.c:829 #, c-format msgid "About %s" msgstr "O aplikaci %s" -#: gtk/gtkaboutdialog.c:2033 +#: ../gtk/gtkaboutdialog.c:2125 msgid "Credits" msgstr "Zásluhy" -#: gtk/gtkaboutdialog.c:2062 +#: ../gtk/gtkaboutdialog.c:2154 msgid "Written by" msgstr "Napsali" -#: gtk/gtkaboutdialog.c:2065 +#: ../gtk/gtkaboutdialog.c:2157 msgid "Documented by" msgstr "Zdokumentovali" -#: gtk/gtkaboutdialog.c:2077 +#: ../gtk/gtkaboutdialog.c:2169 msgid "Translated by" msgstr "Přeložili" -#: gtk/gtkaboutdialog.c:2081 +#: ../gtk/gtkaboutdialog.c:2173 msgid "Artwork by" msgstr "Grafika" @@ -1225,7 +1241,7 @@ msgstr "Grafika" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:91 +#: ../gtk/gtkaccellabel.c:91 msgctxt "keyboard label" msgid "Shift" msgstr "Shift" @@ -1235,7 +1251,7 @@ msgstr "Shift" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:97 +#: ../gtk/gtkaccellabel.c:97 msgctxt "keyboard label" msgid "Ctrl" msgstr "Ctrl" @@ -1245,7 +1261,7 @@ msgstr "Ctrl" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:103 +#: ../gtk/gtkaccellabel.c:103 msgctxt "keyboard label" msgid "Alt" msgstr "Alt" @@ -1255,7 +1271,7 @@ msgstr "Alt" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:671 +#: ../gtk/gtkaccellabel.c:671 msgctxt "keyboard label" msgid "Super" msgstr "Super" @@ -1265,7 +1281,7 @@ msgstr "Super" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:684 +#: ../gtk/gtkaccellabel.c:684 msgctxt "keyboard label" msgid "Hyper" msgstr "Hyper" @@ -1275,37 +1291,37 @@ msgstr "Hyper" #. * translated on keyboards used for your language, don't translate #. * this. #. -#: gtk/gtkaccellabel.c:698 +#: ../gtk/gtkaccellabel.c:698 msgctxt "keyboard label" msgid "Meta" msgstr "Meta" -#: gtk/gtkaccellabel.c:715 +#: ../gtk/gtkaccellabel.c:715 msgctxt "keyboard label" msgid "Space" msgstr "Mezerník" -#: gtk/gtkaccellabel.c:718 +#: ../gtk/gtkaccellabel.c:718 msgctxt "keyboard label" msgid "Backslash" msgstr "Zpětné lomítko" -#: gtk/gtkbuilderparser.c:343 -#, fuzzy, c-format +#: ../gtk/gtkbuilderparser.c:343 +#, c-format msgid "Invalid type function on line %d: '%s'" -msgstr "Neplatná funkce typu: \"%s\"" +msgstr "Neplatná funkce typu na řádku %d: \"%s\"" -#: gtk/gtkbuilderparser.c:402 +#: ../gtk/gtkbuilderparser.c:402 #, c-format msgid "Duplicate object id '%s' on line %d (previously on line %d)" -msgstr "" +msgstr "Duplicitní ID objektu \"%s\" na řádku %d (dříve na řádku %d)" -#: gtk/gtkbuilderparser.c:853 +#: ../gtk/gtkbuilderparser.c:853 #, c-format msgid "Invalid root element: '%s'" msgstr "Neplatný kořenový prvek: \"%s\"" -#: gtk/gtkbuilderparser.c:892 +#: ../gtk/gtkbuilderparser.c:892 #, c-format msgid "Unhandled tag: '%s'" msgstr "Neobsloužená značka: \"%s\"" @@ -1319,7 +1335,7 @@ msgstr "Neobsloužená značka: \"%s\"" #. * so if you have a default text direction of RTL and YM, then #. * the year will appear on the right. #. -#: gtk/gtkcalendar.c:758 +#: ../gtk/gtkcalendar.c:758 msgid "calendar:MY" msgstr "calendar:MY" @@ -1327,7 +1343,7 @@ msgstr "calendar:MY" #. * first day of the week to calendar:week_start:1 if you want Monday #. * to be the first day of the week, and so on. #. -#: gtk/gtkcalendar.c:796 +#: ../gtk/gtkcalendar.c:796 msgid "calendar:week_start:0" msgstr "calendar:week_start:1" @@ -1336,7 +1352,7 @@ msgstr "calendar:week_start:1" #. * #. * If you don't understand this, leave it as "2000" #. -#: gtk/gtkcalendar.c:1803 +#: ../gtk/gtkcalendar.c:1803 msgctxt "year measurement template" msgid "2000" msgstr "2000" @@ -1351,7 +1367,7 @@ msgstr "2000" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1834 gtk/gtkcalendar.c:2492 +#: ../gtk/gtkcalendar.c:1834 ../gtk/gtkcalendar.c:2492 #, c-format msgctxt "calendar:day:digits" msgid "%d" @@ -1367,7 +1383,7 @@ msgstr "%d" #. * digits. That needs support from your system and locale definition #. * too. #. -#: gtk/gtkcalendar.c:1866 gtk/gtkcalendar.c:2355 +#: ../gtk/gtkcalendar.c:1866 ../gtk/gtkcalendar.c:2355 #, c-format msgctxt "calendar:week:digits" msgid "%d" @@ -1383,7 +1399,7 @@ msgstr "%d" #. * #. * "%Y" is appropriate for most locales. #. -#: gtk/gtkcalendar.c:2146 +#: ../gtk/gtkcalendar.c:2146 msgctxt "calendar year format" msgid "%Y" msgstr "%Y" @@ -1391,34 +1407,44 @@ msgstr "%Y" #. This label is displayed in a treeview cell displaying #. * a disabled accelerator key combination. #. -#: gtk/gtkcellrendereraccel.c:243 +#: ../gtk/gtkcellrendereraccel.c:243 msgctxt "Accelerator" msgid "Disabled" msgstr "Vypnuto" +#. This label is displayed in a treeview cell displaying +#. * an accelerator key combination that is not valid according +#. * to gtk_accelerator_valid(). +#. +#: ../gtk/gtkcellrendereraccel.c:253 +#, fuzzy +msgctxt "Accelerator" +msgid "Invalid" +msgstr "Neplatné URI" + #. This label is displayed in a treeview cell displaying #. * an accelerator when the cell is clicked to change the #. * acelerator. #. -#: gtk/gtkcellrendereraccel.c:379 gtk/gtkcellrendereraccel.c:591 +#: ../gtk/gtkcellrendereraccel.c:388 ../gtk/gtkcellrendereraccel.c:600 msgid "New accelerator..." msgstr "Nová klávesová zkratka..." -#: gtk/gtkcellrendererprogress.c:361 gtk/gtkcellrendererprogress.c:448 +#: ../gtk/gtkcellrendererprogress.c:361 ../gtk/gtkcellrendererprogress.c:448 #, c-format msgctxt "progress bar label" msgid "%d %%" msgstr "%d %%" -#: gtk/gtkcolorbutton.c:188 gtk/gtkcolorbutton.c:559 +#: ../gtk/gtkcolorbutton.c:188 ../gtk/gtkcolorbutton.c:559 msgid "Pick a Color" msgstr "Vybrat barvu" -#: gtk/gtkcolorbutton.c:448 +#: ../gtk/gtkcolorbutton.c:448 msgid "Received invalid color data\n" msgstr "Přijata neplatná data barvy\n" -#: gtk/gtkcolorsel.c:354 +#: ../gtk/gtkcolorsel.c:354 msgid "" "Select the color you want from the outer ring. Select the darkness or " "lightness of that color using the inner triangle." @@ -1426,73 +1452,73 @@ msgstr "" "Vyberte požadovanou barvu z vnějšího kruhu. Tmavost nebo světlost barvy " "vyberte pomocí vnitřního trojúhelníku." -#: gtk/gtkcolorsel.c:378 +#: ../gtk/gtkcolorsel.c:378 msgid "" "Click the eyedropper, then click a color anywhere on your screen to select " "that color." msgstr "Klikněte na kapátko, pak vyberte barvu kliknutím kdekoli na obrazovce." -#: gtk/gtkcolorsel.c:387 +#: ../gtk/gtkcolorsel.c:387 msgid "_Hue:" msgstr "_Odstín:" -#: gtk/gtkcolorsel.c:388 +#: ../gtk/gtkcolorsel.c:388 msgid "Position on the color wheel." msgstr "Pozice na barevném kotouči." -#: gtk/gtkcolorsel.c:390 +#: ../gtk/gtkcolorsel.c:390 msgid "_Saturation:" msgstr "_Sytost:" -#: gtk/gtkcolorsel.c:391 +#: ../gtk/gtkcolorsel.c:391 msgid "\"Deepness\" of the color." msgstr "\"Hloubka\" barvy." -#: gtk/gtkcolorsel.c:392 +#: ../gtk/gtkcolorsel.c:392 msgid "_Value:" msgstr "_Hodnota:" -#: gtk/gtkcolorsel.c:393 +#: ../gtk/gtkcolorsel.c:393 msgid "Brightness of the color." msgstr "Jas barvy." -#: gtk/gtkcolorsel.c:394 +#: ../gtk/gtkcolorsel.c:394 msgid "_Red:" msgstr "Če_rvená:" -#: gtk/gtkcolorsel.c:395 +#: ../gtk/gtkcolorsel.c:395 msgid "Amount of red light in the color." msgstr "Množství červeného světla v barvě." -#: gtk/gtkcolorsel.c:396 +#: ../gtk/gtkcolorsel.c:396 msgid "_Green:" msgstr "_Zelená:" -#: gtk/gtkcolorsel.c:397 +#: ../gtk/gtkcolorsel.c:397 msgid "Amount of green light in the color." msgstr "Množství zeleného světla v barvě." -#: gtk/gtkcolorsel.c:398 +#: ../gtk/gtkcolorsel.c:398 msgid "_Blue:" msgstr "_Modrá:" -#: gtk/gtkcolorsel.c:399 +#: ../gtk/gtkcolorsel.c:399 msgid "Amount of blue light in the color." msgstr "Množství modrého světla v barvě." -#: gtk/gtkcolorsel.c:402 +#: ../gtk/gtkcolorsel.c:402 msgid "Op_acity:" msgstr "_Krytí:" -#: gtk/gtkcolorsel.c:409 gtk/gtkcolorsel.c:419 +#: ../gtk/gtkcolorsel.c:409 ../gtk/gtkcolorsel.c:419 msgid "Transparency of the color." msgstr "Průhlednost barvy." -#: gtk/gtkcolorsel.c:426 +#: ../gtk/gtkcolorsel.c:426 msgid "Color _name:" msgstr "_Název barvy:" -#: gtk/gtkcolorsel.c:440 +#: ../gtk/gtkcolorsel.c:440 msgid "" "You can enter an HTML-style hexadecimal color value, or simply a color name " "such as 'orange' in this entry." @@ -1500,15 +1526,15 @@ msgstr "" "Můžete zadat hexadecimální hodnotu barvy ve stylu HTML, nebo jednoduše název " "barvy, například \"orange\"." -#: gtk/gtkcolorsel.c:470 +#: ../gtk/gtkcolorsel.c:470 msgid "_Palette:" msgstr "_Paleta:" -#: gtk/gtkcolorsel.c:499 +#: ../gtk/gtkcolorsel.c:499 msgid "Color Wheel" msgstr "Barevný kotouč" -#: gtk/gtkcolorsel.c:976 +#: ../gtk/gtkcolorsel.c:976 msgid "" "The previously-selected color, for comparison to the color you're selecting " "now. You can drag this color to a palette entry, or select this color as " @@ -1518,7 +1544,7 @@ msgstr "" "barvu můžete přetáhnout do položky palety nebo vybrat jako aktuální " "přetažením na ukazatel druhé barvy." -#: gtk/gtkcolorsel.c:980 +#: ../gtk/gtkcolorsel.c:980 msgid "" "The color you've chosen. You can drag this color to a palette entry to save " "it for use in the future." @@ -1526,11 +1552,11 @@ msgstr "" "Barva, kterou jste vybrali. Tuto barvu můžete přetáhnout do položky palety, " "a tím ji uložit pro budoucí použití." -#: gtk/gtkcolorsel.c:1363 +#: ../gtk/gtkcolorsel.c:1363 msgid "_Save color here" msgstr "_Uložit barvu zde" -#: gtk/gtkcolorsel.c:1568 +#: ../gtk/gtkcolorsel.c:1568 msgid "" "Click this palette entry to make it the current color. To change this entry, " "drag a color swatch here or right-click it and select \"Save color here.\"" @@ -1539,55 +1565,55 @@ msgstr "" "palety změnit, přetáhněte na její místo jinou barvu, nebo klikněte pravým " "tlačítkem myši a vyberte \"Uložit barvu zde\"." -#: gtk/gtkcolorseldialog.c:170 +#: ../gtk/gtkcolorseldialog.c:170 msgid "Color Selection" msgstr "Výběr barvy" -#: gtk/gtkentry.c:8415 gtk/gtktextview.c:7767 +#: ../gtk/gtkentry.c:8443 ../gtk/gtktextview.c:7767 msgid "Input _Methods" msgstr "Vstupní _metody" -#: gtk/gtkentry.c:8429 gtk/gtktextview.c:7781 +#: ../gtk/gtkentry.c:8457 ../gtk/gtktextview.c:7781 msgid "_Insert Unicode Control Character" msgstr "Vloži_t řídící znak Unicode" -#: gtk/gtkentry.c:9797 +#: ../gtk/gtkentry.c:9825 msgid "Caps Lock is on" msgstr "Funkce Caps Lock je zapnuta" -#: gtk/gtkfilechooserbutton.c:64 +#: ../gtk/gtkfilechooserbutton.c:64 msgid "Select A File" msgstr "Zvolte soubor" -#: gtk/gtkfilechooserbutton.c:65 gtk/gtkfilechooserdefault.c:1933 +#: ../gtk/gtkfilechooserbutton.c:65 ../gtk/gtkfilechooserdefault.c:1933 msgid "Desktop" msgstr "Pracovní plocha" -#: gtk/gtkfilechooserbutton.c:66 +#: ../gtk/gtkfilechooserbutton.c:66 msgid "(None)" msgstr "(Žádný)" -#: gtk/gtkfilechooserbutton.c:2014 +#: ../gtk/gtkfilechooserbutton.c:2014 msgid "Other..." msgstr "Jiné..." -#: gtk/gtkfilechooserdefault.c:1059 +#: ../gtk/gtkfilechooserdefault.c:1059 msgid "Could not retrieve information about the file" msgstr "O souboru nelze získat informace" -#: gtk/gtkfilechooserdefault.c:1070 +#: ../gtk/gtkfilechooserdefault.c:1070 msgid "Could not add a bookmark" msgstr "Nelze přidat záložku" -#: gtk/gtkfilechooserdefault.c:1081 +#: ../gtk/gtkfilechooserdefault.c:1081 msgid "Could not remove bookmark" msgstr "Nelze odstranit záložku" -#: gtk/gtkfilechooserdefault.c:1092 +#: ../gtk/gtkfilechooserdefault.c:1092 msgid "The folder could not be created" msgstr "Složku nelze vytvořit" -#: gtk/gtkfilechooserdefault.c:1105 +#: ../gtk/gtkfilechooserdefault.c:1105 msgid "" "The folder could not be created, as a file with the same name already " "exists. Try using a different name for the folder, or rename the file first." @@ -1595,11 +1621,11 @@ msgstr "" "Složku nelze vytvořit, protože již existuje soubor se stejným názvem. Zkuste " "pro složku použít jiný název, nebo nejprve přejmenovat soubor." -#: gtk/gtkfilechooserdefault.c:1116 +#: ../gtk/gtkfilechooserdefault.c:1116 msgid "Invalid file name" msgstr "Neplatný název souboru" -#: gtk/gtkfilechooserdefault.c:1126 +#: ../gtk/gtkfilechooserdefault.c:1126 msgid "The folder contents could not be displayed" msgstr "Obsah složky nelze zobrazit" @@ -1607,173 +1633,173 @@ msgstr "Obsah složky nelze zobrazit" #. * is a hostname. Nautilus and the panel contain the same string #. * to translate. #. -#: gtk/gtkfilechooserdefault.c:1676 +#: ../gtk/gtkfilechooserdefault.c:1676 #, c-format msgid "%1$s on %2$s" msgstr "%1$s na %2$s" -#: gtk/gtkfilechooserdefault.c:1852 +#: ../gtk/gtkfilechooserdefault.c:1852 msgid "Search" msgstr "Hledat" -#: gtk/gtkfilechooserdefault.c:1876 +#: ../gtk/gtkfilechooserdefault.c:1876 msgid "Recently Used" msgstr "Naposledy použité" -#: gtk/gtkfilechooserdefault.c:2510 +#: ../gtk/gtkfilechooserdefault.c:2510 msgid "Select which types of files are shown" msgstr "Výběr zobrazených typů souborů" -#: gtk/gtkfilechooserdefault.c:2939 +#: ../gtk/gtkfilechooserdefault.c:2939 #, c-format msgid "Add the folder '%s' to the bookmarks" msgstr "Přidá složku \"%s\" mezi záložky" -#: gtk/gtkfilechooserdefault.c:2980 +#: ../gtk/gtkfilechooserdefault.c:2980 #, c-format msgid "Add the current folder to the bookmarks" msgstr "Přidá aktuální složku mezi záložky" -#: gtk/gtkfilechooserdefault.c:2982 +#: ../gtk/gtkfilechooserdefault.c:2982 #, c-format msgid "Add the selected folders to the bookmarks" msgstr "Přidá zvolené složky mezi záložky" -#: gtk/gtkfilechooserdefault.c:3022 +#: ../gtk/gtkfilechooserdefault.c:3022 #, c-format msgid "Remove the bookmark '%s'" msgstr "Odstraní záložku \"%s\"" -#: gtk/gtkfilechooserdefault.c:3740 +#: ../gtk/gtkfilechooserdefault.c:3740 msgid "Remove" msgstr "Odstranit" -#: gtk/gtkfilechooserdefault.c:3749 +#: ../gtk/gtkfilechooserdefault.c:3749 msgid "Rename..." msgstr "Přejmenovat..." #. Accessible object name for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3895 +#: ../gtk/gtkfilechooserdefault.c:3895 msgid "Places" msgstr "Místa" #. Column header for the file chooser's shortcuts pane -#: gtk/gtkfilechooserdefault.c:3952 +#: ../gtk/gtkfilechooserdefault.c:3952 msgid "_Places" msgstr "_Místa" -#: gtk/gtkfilechooserdefault.c:4008 +#: ../gtk/gtkfilechooserdefault.c:4008 msgid "_Add" msgstr "_Přidat" -#: gtk/gtkfilechooserdefault.c:4015 +#: ../gtk/gtkfilechooserdefault.c:4015 msgid "Add the selected folder to the Bookmarks" msgstr "Přidá zvolenou složku mezi záložky" -#: gtk/gtkfilechooserdefault.c:4020 +#: ../gtk/gtkfilechooserdefault.c:4020 msgid "_Remove" msgstr "O_dstranit" -#: gtk/gtkfilechooserdefault.c:4027 +#: ../gtk/gtkfilechooserdefault.c:4027 msgid "Remove the selected bookmark" msgstr "Odstraní zvolenou záložku" -#: gtk/gtkfilechooserdefault.c:4136 +#: ../gtk/gtkfilechooserdefault.c:4136 msgid "Could not select file" msgstr "Nelze vybrat soubor" -#: gtk/gtkfilechooserdefault.c:4311 +#: ../gtk/gtkfilechooserdefault.c:4311 msgid "_Add to Bookmarks" msgstr "_Přidat mezi záložky" -#: gtk/gtkfilechooserdefault.c:4325 +#: ../gtk/gtkfilechooserdefault.c:4325 msgid "Show _Hidden Files" msgstr "Zobrazovat _skryté soubory" -#: gtk/gtkfilechooserdefault.c:4332 +#: ../gtk/gtkfilechooserdefault.c:4332 msgid "Show _Size Column" msgstr "Z_obrazovat sloupec Velikost" -#: gtk/gtkfilechooserdefault.c:4587 gtk/gtkfilesel.c:730 +#: ../gtk/gtkfilechooserdefault.c:4587 ../gtk/gtkfilesel.c:730 msgid "Files" msgstr "Soubory" -#: gtk/gtkfilechooserdefault.c:4636 +#: ../gtk/gtkfilechooserdefault.c:4636 msgid "Name" msgstr "Název" -#: gtk/gtkfilechooserdefault.c:4661 +#: ../gtk/gtkfilechooserdefault.c:4661 msgid "Size" msgstr "Velikost" -#: gtk/gtkfilechooserdefault.c:4675 +#: ../gtk/gtkfilechooserdefault.c:4675 msgid "Modified" msgstr "Změněno" #. Label -#: gtk/gtkfilechooserdefault.c:4895 gtk/gtkprinteroptionwidget.c:796 +#: ../gtk/gtkfilechooserdefault.c:4895 ../gtk/gtkprinteroptionwidget.c:796 msgid "_Name:" msgstr "_Název:" -#: gtk/gtkfilechooserdefault.c:4938 +#: ../gtk/gtkfilechooserdefault.c:4938 msgid "_Browse for other folders" msgstr "Procházet _jiné složky" -#: gtk/gtkfilechooserdefault.c:5208 +#: ../gtk/gtkfilechooserdefault.c:5208 msgid "Type a file name" msgstr "Zadání názvu souboru" #. Create Folder -#: gtk/gtkfilechooserdefault.c:5245 +#: ../gtk/gtkfilechooserdefault.c:5245 msgid "Create Fo_lder" msgstr "V_ytvořit složku" -#: gtk/gtkfilechooserdefault.c:5255 +#: ../gtk/gtkfilechooserdefault.c:5255 msgid "_Location:" msgstr "_Umístění:" -#: gtk/gtkfilechooserdefault.c:5459 +#: ../gtk/gtkfilechooserdefault.c:5459 msgid "Save in _folder:" msgstr "U_ložit do složky:" -#: gtk/gtkfilechooserdefault.c:5461 +#: ../gtk/gtkfilechooserdefault.c:5461 msgid "Create in _folder:" msgstr "Vytvořit ve složc_e:" -#: gtk/gtkfilechooserdefault.c:7151 +#: ../gtk/gtkfilechooserdefault.c:7151 msgid "Cannot change to folder because it is not local" msgstr "Nelze přejít do složky, protože není místní" -#: gtk/gtkfilechooserdefault.c:7776 gtk/gtkfilechooserdefault.c:7797 +#: ../gtk/gtkfilechooserdefault.c:7776 ../gtk/gtkfilechooserdefault.c:7797 #, c-format msgid "Shortcut %s already exists" msgstr "Zkratka %s již existuje" -#: gtk/gtkfilechooserdefault.c:7887 +#: ../gtk/gtkfilechooserdefault.c:7887 #, c-format msgid "Shortcut %s does not exist" msgstr "Zkratka %s neexistuje" -#: gtk/gtkfilechooserdefault.c:8149 gtk/gtkprintunixdialog.c:370 +#: ../gtk/gtkfilechooserdefault.c:8149 ../gtk/gtkprintunixdialog.c:370 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Soubor nazvaný \"%s\" již existuje. Chcete jej nahradit?" -#: gtk/gtkfilechooserdefault.c:8152 gtk/gtkprintunixdialog.c:374 +#: ../gtk/gtkfilechooserdefault.c:8152 ../gtk/gtkprintunixdialog.c:374 #, c-format msgid "" "The file already exists in \"%s\". Replacing it will overwrite its contents." msgstr "V \"%s\" již tento soubor existuje. Jeho nahrazení přepíše celý obsah." -#: gtk/gtkfilechooserdefault.c:8157 gtk/gtkprintunixdialog.c:381 +#: ../gtk/gtkfilechooserdefault.c:8157 ../gtk/gtkprintunixdialog.c:381 msgid "_Replace" msgstr "Na_hradit" -#: gtk/gtkfilechooserdefault.c:8914 +#: ../gtk/gtkfilechooserdefault.c:8914 msgid "Could not start the search process" msgstr "Nelze spustit proces hledání" -#: gtk/gtkfilechooserdefault.c:8915 +#: ../gtk/gtkfilechooserdefault.c:8915 msgid "" "The program was not able to create a connection to the indexer daemon. " "Please make sure it is running." @@ -1781,54 +1807,54 @@ msgstr "" "Program nebyl schopen vytvořit spojení s indexovacím démonem. Ujistěte se " "prosím, že běží." -#: gtk/gtkfilechooserdefault.c:8929 +#: ../gtk/gtkfilechooserdefault.c:8929 msgid "Could not send the search request" msgstr "Nelze odeslat vyhledávací požadavek" #. Label -#: gtk/gtkfilechooserdefault.c:9396 +#: ../gtk/gtkfilechooserdefault.c:9396 msgid "_Search:" msgstr "_Hledat:" -#: gtk/gtkfilechooserdefault.c:10349 +#: ../gtk/gtkfilechooserdefault.c:10349 #, c-format msgid "Could not mount %s" msgstr "Nelze připojit %s" -#: gtk/gtkfilechooserdefault.c:11024 +#: ../gtk/gtkfilechooserdefault.c:11024 msgid "Type name of new folder" msgstr "Zadání názvu nové složky" -#: gtk/gtkfilechooserdefault.c:11202 gtk/gtkfilechooserdefault.c:11224 -#: gtk/gtkfilechooserdefault.c:11295 +#: ../gtk/gtkfilechooserdefault.c:11202 ../gtk/gtkfilechooserdefault.c:11224 +#: ../gtk/gtkfilechooserdefault.c:11295 msgid "Unknown" msgstr "Neznámé" -#: gtk/gtkfilechooserdefault.c:11242 +#: ../gtk/gtkfilechooserdefault.c:11242 msgid "%H:%M" msgstr "%H:%M" -#: gtk/gtkfilechooserdefault.c:11244 +#: ../gtk/gtkfilechooserdefault.c:11244 msgid "Yesterday at %H:%M" msgstr "Včera v %H:%M" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry, when the user enters an invalid path. -#: gtk/gtkfilechooserentry.c:698 gtk/gtkfilechooserentry.c:1163 +#: ../gtk/gtkfilechooserentry.c:698 ../gtk/gtkfilechooserentry.c:1163 msgid "Invalid path" msgstr "Neplatná cesta" #. translators: this text is shown when there are no completions #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1095 +#: ../gtk/gtkfilechooserentry.c:1095 msgid "No match" msgstr "Žádná shoda" #. translators: this text is shown when there is exactly one completion #. * for something the user typed in a file chooser entry #. -#: gtk/gtkfilechooserentry.c:1106 +#: ../gtk/gtkfilechooserentry.c:1106 msgid "Sole completion" msgstr "Jediné dokončení" @@ -1836,13 +1862,13 @@ msgstr "Jediné dokončení" #. * entry is a complete filename, but could be continued to find #. * a longer match #. -#: gtk/gtkfilechooserentry.c:1122 +#: ../gtk/gtkfilechooserentry.c:1122 msgid "Complete, but not unique" msgstr "Dokončené, ale nikoliv jedinečné" #. Translators: this text is shown while the system is searching #. * for possible completions for filenames in a file chooser entry. -#: gtk/gtkfilechooserentry.c:1154 +#: ../gtk/gtkfilechooserentry.c:1154 msgid "Completing..." msgstr "Dokončování..." @@ -1850,7 +1876,7 @@ msgstr "Dokončování..." #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user enters something like #. * "sftp://blahblah" in an app that only supports local filenames. -#: gtk/gtkfilechooserentry.c:1176 gtk/gtkfilechooserentry.c:1201 +#: ../gtk/gtkfilechooserentry.c:1176 ../gtk/gtkfilechooserentry.c:1201 msgid "Only local files may be selected" msgstr "Vybrány mohou být pouze místní soubory" @@ -1858,41 +1884,41 @@ msgstr "Vybrány mohou být pouze místní soubory" #. Translators: this is shown in the feedback for Tab-completion in a #. * file chooser's text entry when the user hasn't entered the first '/' #. * after a hostname and yet hits Tab (such as "sftp://blahblah[Tab]") -#: gtk/gtkfilechooserentry.c:1185 +#: ../gtk/gtkfilechooserentry.c:1185 msgid "Incomplete hostname; end it with '/'" msgstr "Neúplný název počítače, je nutné ho zakončit znakem \"/\"" #. Translators: this is shown in the feedback for Tab-completion in a file #. * chooser's text entry when the user enters a path that does not exist #. * and then hits Tab -#: gtk/gtkfilechooserentry.c:1196 +#: ../gtk/gtkfilechooserentry.c:1196 msgid "Path does not exist" msgstr "Cesta neexistuje" -#: gtk/gtkfilechoosersettings.c:362 gtk/gtkfilesel.c:1349 -#: gtk/gtkfilesel.c:1358 +#: ../gtk/gtkfilechoosersettings.c:362 ../gtk/gtkfilesel.c:1349 +#: ../gtk/gtkfilesel.c:1358 #, c-format msgid "Error creating folder '%s': %s" msgstr "Chyba při vytváření složky \"%s\": %s" -#: gtk/gtkfilesel.c:694 +#: ../gtk/gtkfilesel.c:694 msgid "Folders" msgstr "Složky" -#: gtk/gtkfilesel.c:698 +#: ../gtk/gtkfilesel.c:698 msgid "Fol_ders" msgstr "_Složky" -#: gtk/gtkfilesel.c:734 +#: ../gtk/gtkfilesel.c:734 msgid "_Files" msgstr "_Soubory" -#: gtk/gtkfilesel.c:821 gtk/gtkfilesel.c:2148 +#: ../gtk/gtkfilesel.c:821 ../gtk/gtkfilesel.c:2148 #, c-format msgid "Folder unreadable: %s" msgstr "Složka nečitelná: %s" -#: gtk/gtkfilesel.c:905 +#: ../gtk/gtkfilesel.c:905 #, c-format msgid "" "The file \"%s\" resides on another machine (called %s) and may not be " @@ -1903,90 +1929,90 @@ msgstr "" "pro tento program.\n" "Opravdu jej chcete vybrat?" -#: gtk/gtkfilesel.c:1020 +#: ../gtk/gtkfilesel.c:1020 msgid "_New Folder" msgstr "_Nová složka" -#: gtk/gtkfilesel.c:1031 +#: ../gtk/gtkfilesel.c:1031 msgid "De_lete File" msgstr "Smazat s_oubor" -#: gtk/gtkfilesel.c:1042 +#: ../gtk/gtkfilesel.c:1042 msgid "_Rename File" msgstr "_Přejmenovat soubor" -#: gtk/gtkfilesel.c:1347 +#: ../gtk/gtkfilesel.c:1347 #, c-format msgid "" "The folder name \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Název složky \"%s\" obsahuje znaky, které nejsou v názvech souborů povoleny" -#: gtk/gtkfilesel.c:1392 +#: ../gtk/gtkfilesel.c:1392 msgid "New Folder" msgstr "Nová složka" -#: gtk/gtkfilesel.c:1407 +#: ../gtk/gtkfilesel.c:1407 msgid "_Folder name:" msgstr "Název _složky:" -#: gtk/gtkfilesel.c:1431 +#: ../gtk/gtkfilesel.c:1431 msgid "C_reate" msgstr "_Vytvořit" -#: gtk/gtkfilesel.c:1474 gtk/gtkfilesel.c:1581 gtk/gtkfilesel.c:1594 +#: ../gtk/gtkfilesel.c:1474 ../gtk/gtkfilesel.c:1581 ../gtk/gtkfilesel.c:1594 #, c-format msgid "The filename \"%s\" contains symbols that are not allowed in filenames" msgstr "" "Název souboru \"%s\" obsahuje znaky, které nejsou v názvech souborů povoleny" -#: gtk/gtkfilesel.c:1477 gtk/gtkfilesel.c:1487 +#: ../gtk/gtkfilesel.c:1477 ../gtk/gtkfilesel.c:1487 #, c-format msgid "Error deleting file '%s': %s" msgstr "Chyba při mazání souboru \"%s\": %s" -#: gtk/gtkfilesel.c:1530 +#: ../gtk/gtkfilesel.c:1530 #, c-format msgid "Really delete file \"%s\"?" msgstr "Opravdu smazat soubor \"%s\"?" -#: gtk/gtkfilesel.c:1535 +#: ../gtk/gtkfilesel.c:1535 msgid "Delete File" msgstr "Smazat soubor" -#: gtk/gtkfilesel.c:1583 +#: ../gtk/gtkfilesel.c:1583 #, c-format msgid "Error renaming file to \"%s\": %s" msgstr "Chyba při přejmenovávání souboru na \"%s\": %s" -#: gtk/gtkfilesel.c:1596 +#: ../gtk/gtkfilesel.c:1596 #, c-format msgid "Error renaming file \"%s\": %s" msgstr "Chyba při přejmenovávání souboru \"%s\": %s" -#: gtk/gtkfilesel.c:1605 +#: ../gtk/gtkfilesel.c:1605 #, c-format msgid "Error renaming file \"%s\" to \"%s\": %s" msgstr "Chyba při přejmenovávání souboru \"%s\" na \"%s\": %s" -#: gtk/gtkfilesel.c:1652 +#: ../gtk/gtkfilesel.c:1652 msgid "Rename File" msgstr "Přejmenovat soubor" -#: gtk/gtkfilesel.c:1667 +#: ../gtk/gtkfilesel.c:1667 #, c-format msgid "Rename file \"%s\" to:" msgstr "Přejmenovat soubor \"%s\" na:" -#: gtk/gtkfilesel.c:1696 +#: ../gtk/gtkfilesel.c:1696 msgid "_Rename" msgstr "Pře_jmenovat" -#: gtk/gtkfilesel.c:2128 +#: ../gtk/gtkfilesel.c:2128 msgid "_Selection: " msgstr "_Výběr: " -#: gtk/gtkfilesel.c:3050 +#: ../gtk/gtkfilesel.c:3050 #, c-format msgid "" "The filename \"%s\" couldn't be converted to UTF-8. (try setting the " @@ -1995,15 +2021,15 @@ msgstr "" "Název souboru \"%s\" nemohl být převeden do UTF-8. (zkuste prosím nastavit " "proměnnou prostředí G_FILENAME_ENCODING): %s" -#: gtk/gtkfilesel.c:3053 +#: ../gtk/gtkfilesel.c:3053 msgid "Invalid UTF-8" msgstr "Neplatné UTF-8" -#: gtk/gtkfilesel.c:3927 +#: ../gtk/gtkfilesel.c:3927 msgid "Name too long" msgstr "Příliš dlouhý název" -#: gtk/gtkfilesel.c:3929 +#: ../gtk/gtkfilesel.c:3929 msgid "Couldn't convert filename" msgstr "Nelze převést název souboru" @@ -2012,75 +2038,75 @@ msgstr "Nelze převést název souboru" #. * token for the fake "File System" volume. So, we'll return a pointer to #. * this particular string. #. -#: gtk/gtkfilesystem.c:52 +#: ../gtk/gtkfilesystem.c:52 msgid "File System" msgstr "Systém souborů" -#: gtk/gtkfilesystemmodel.c:700 +#: ../gtk/gtkfilesystemmodel.c:700 msgid "Could not obtain root folder" msgstr "Nelze získat kořenovou složku" -#: gtk/gtkfilesystemmodel.c:1301 +#: ../gtk/gtkfilesystemmodel.c:1301 msgid "(Empty)" msgstr "(Prázdný)" -#: gtk/gtkfontbutton.c:144 gtk/gtkfontbutton.c:266 +#: ../gtk/gtkfontbutton.c:144 ../gtk/gtkfontbutton.c:266 msgid "Pick a Font" msgstr "Vybrat písmo" #. Initialize fields -#: gtk/gtkfontbutton.c:260 +#: ../gtk/gtkfontbutton.c:260 msgid "Sans 12" msgstr "Sans 12" -#: gtk/gtkfontbutton.c:785 +#: ../gtk/gtkfontbutton.c:785 msgid "Font" msgstr "Písmo" #. This is the default text shown in the preview entry, though the user #. can set it. Remember that some fonts only have capital letters. -#: gtk/gtkfontsel.c:75 +#: ../gtk/gtkfontsel.c:75 msgid "abcdefghijk ABCDEFGHIJK" msgstr "přikrášlený žluťoučký kůň PŘIKRÁŠLENÝ ŽLUŤOUČKÝ KŮŇ" -#: gtk/gtkfontsel.c:343 +#: ../gtk/gtkfontsel.c:343 msgid "_Family:" msgstr "_Rodina:" -#: gtk/gtkfontsel.c:349 +#: ../gtk/gtkfontsel.c:349 msgid "_Style:" msgstr "_Styl:" -#: gtk/gtkfontsel.c:355 +#: ../gtk/gtkfontsel.c:355 msgid "Si_ze:" msgstr "_Velikost:" #. create the text entry widget -#: gtk/gtkfontsel.c:532 +#: ../gtk/gtkfontsel.c:532 msgid "_Preview:" msgstr "_Náhled:" -#: gtk/gtkfontsel.c:1649 +#: ../gtk/gtkfontsel.c:1649 msgid "Font Selection" msgstr "Výběr písma" -#: gtk/gtkgamma.c:408 +#: ../gtk/gtkgamma.c:408 msgid "Gamma" msgstr "Gama" -#: gtk/gtkgamma.c:418 +#: ../gtk/gtkgamma.c:418 msgid "_Gamma value" msgstr "Hodnota _gama" #. Remove this icon source so we don't keep trying to #. * load it. #. -#: gtk/gtkiconfactory.c:1404 +#: ../gtk/gtkiconfactory.c:1404 #, c-format msgid "Error loading icon: %s" msgstr "Chyba při načítání ikony: %s" -#: gtk/gtkicontheme.c:1363 +#: ../gtk/gtkicontheme.c:1363 #, c-format msgid "" "Could not find the icon '%s'. The '%s' theme\n" @@ -2093,139 +2119,139 @@ msgstr "" "Získat ho je možné z:\n" "\t%s" -#: gtk/gtkicontheme.c:1543 +#: ../gtk/gtkicontheme.c:1543 #, c-format msgid "Icon '%s' not present in theme" msgstr "V motivu není obsažena ikona \"%s\"" -#: gtk/gtkicontheme.c:3074 +#: ../gtk/gtkicontheme.c:3074 msgid "Failed to load icon" msgstr "Nelze načíst ikonu" -#: gtk/gtkimmodule.c:527 +#: ../gtk/gtkimmodule.c:527 msgid "Simple" msgstr "Jednoduché" -#: gtk/gtkimmulticontext.c:541 +#: ../gtk/gtkimmulticontext.c:541 msgctxt "input method menu" msgid "System" msgstr "Systémová" -#: gtk/gtkimmulticontext.c:625 +#: ../gtk/gtkimmulticontext.c:625 #, c-format msgctxt "input method menu" msgid "System (%s)" msgstr "Systémová (%s)" -#: gtk/gtkinputdialog.c:192 +#: ../gtk/gtkinputdialog.c:192 msgid "Input" msgstr "Vstup" -#: gtk/gtkinputdialog.c:207 +#: ../gtk/gtkinputdialog.c:207 msgid "No extended input devices" msgstr "Žádná rozšířená vstupní zařízení" -#: gtk/gtkinputdialog.c:220 +#: ../gtk/gtkinputdialog.c:220 msgid "_Device:" msgstr "_Zařízení:" -#: gtk/gtkinputdialog.c:237 +#: ../gtk/gtkinputdialog.c:237 msgid "Disabled" msgstr "Vypnuto" -#: gtk/gtkinputdialog.c:244 +#: ../gtk/gtkinputdialog.c:244 msgid "Screen" msgstr "Obrazovka" -#: gtk/gtkinputdialog.c:251 +#: ../gtk/gtkinputdialog.c:251 msgid "Window" msgstr "Okno" -#: gtk/gtkinputdialog.c:258 +#: ../gtk/gtkinputdialog.c:258 msgid "_Mode:" msgstr "_Režim:" #. The axis listbox -#: gtk/gtkinputdialog.c:279 +#: ../gtk/gtkinputdialog.c:279 msgid "Axes" msgstr "Osy" #. Keys listbox -#: gtk/gtkinputdialog.c:297 +#: ../gtk/gtkinputdialog.c:297 msgid "Keys" msgstr "Klávesy" -#: gtk/gtkinputdialog.c:524 +#: ../gtk/gtkinputdialog.c:524 msgid "_X:" msgstr "_X:" -#: gtk/gtkinputdialog.c:525 +#: ../gtk/gtkinputdialog.c:525 msgid "_Y:" msgstr "_Y:" -#: gtk/gtkinputdialog.c:526 +#: ../gtk/gtkinputdialog.c:526 msgid "_Pressure:" msgstr "_Tlak:" -#: gtk/gtkinputdialog.c:527 +#: ../gtk/gtkinputdialog.c:527 msgid "X _tilt:" msgstr "Sk_lon X:" -#: gtk/gtkinputdialog.c:528 +#: ../gtk/gtkinputdialog.c:528 msgid "Y t_ilt:" msgstr "Skl_on Y:" -#: gtk/gtkinputdialog.c:529 +#: ../gtk/gtkinputdialog.c:529 msgid "_Wheel:" msgstr "_Kolečko:" -#: gtk/gtkinputdialog.c:581 +#: ../gtk/gtkinputdialog.c:581 msgid "none" msgstr "žádný" -#: gtk/gtkinputdialog.c:618 gtk/gtkinputdialog.c:654 +#: ../gtk/gtkinputdialog.c:618 ../gtk/gtkinputdialog.c:654 msgid "(disabled)" msgstr "(vypnuto)" -#: gtk/gtkinputdialog.c:647 +#: ../gtk/gtkinputdialog.c:647 msgid "(unknown)" msgstr "(neznámá)" #. and clear button -#: gtk/gtkinputdialog.c:751 +#: ../gtk/gtkinputdialog.c:751 msgid "Cl_ear" msgstr "Vy_mazat" -#: gtk/gtklinkbutton.c:428 +#: ../gtk/gtklinkbutton.c:428 msgid "Copy URL" msgstr "Kopírovat URL" -#: gtk/gtklinkbutton.c:586 +#: ../gtk/gtklinkbutton.c:586 msgid "Invalid URI" msgstr "Neplatné URI" #. Description of --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:450 +#: ../gtk/gtkmain.c:450 msgid "Load additional GTK+ modules" msgstr "Načte přídavné moduly GTK+" #. Placeholder in --gtk-module=MODULES in --help output -#: gtk/gtkmain.c:451 +#: ../gtk/gtkmain.c:451 msgid "MODULES" msgstr "MODULY" #. Description of --g-fatal-warnings in --help output -#: gtk/gtkmain.c:453 +#: ../gtk/gtkmain.c:453 msgid "Make all warnings fatal" msgstr "Učiní všechna varování kritickými" #. Description of --gtk-debug=FLAGS in --help output -#: gtk/gtkmain.c:456 +#: ../gtk/gtkmain.c:456 msgid "GTK+ debugging flags to set" msgstr "Ladicí příznaky GTK+, které nastaví" #. Description of --gtk-no-debug=FLAGS in --help output -#: gtk/gtkmain.c:459 +#: ../gtk/gtkmain.c:459 msgid "GTK+ debugging flags to unset" msgstr "Ladicí příznaky GTK+, jejichž nastavení zruší" @@ -2234,65 +2260,66 @@ msgstr "Ladicí příznaky GTK+, jejichž nastavení zruší" #. * Do *not* translate it to "predefinito:LTR", if it #. * it isn't default:LTR or default:RTL it will not work #. -#: gtk/gtkmain.c:707 +#: ../gtk/gtkmain.c:707 msgid "default:LTR" msgstr "default:LTR" -#: gtk/gtkmain.c:773 +#: ../gtk/gtkmain.c:773 #, c-format msgid "Cannot open display: %s" msgstr "Nelze otevřít displej: %s" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "GTK+ Options" msgstr "Přepínače GTK+" -#: gtk/gtkmain.c:810 +#: ../gtk/gtkmain.c:810 msgid "Show GTK+ Options" msgstr "Zobrazit přepínače GTK+" -#: gtk/gtkmountoperation.c:468 +#: ../gtk/gtkmountoperation.c:468 msgid "Co_nnect" msgstr "_Připojit" -#: gtk/gtkmountoperation.c:535 +#: ../gtk/gtkmountoperation.c:535 msgid "Connect _anonymously" msgstr "Připojit se _anonymně" -#: gtk/gtkmountoperation.c:544 +#: ../gtk/gtkmountoperation.c:544 msgid "Connect as u_ser:" msgstr "Připojit se jako _uživatel:" -#: gtk/gtkmountoperation.c:582 +#: ../gtk/gtkmountoperation.c:582 msgid "_Username:" msgstr "Uživat_elské jméno:" -#: gtk/gtkmountoperation.c:587 +#: ../gtk/gtkmountoperation.c:587 msgid "_Domain:" msgstr "_Doména:" -#: gtk/gtkmountoperation.c:593 +#: ../gtk/gtkmountoperation.c:593 msgid "_Password:" msgstr "_Heslo:" -#: gtk/gtkmountoperation.c:611 +#: ../gtk/gtkmountoperation.c:611 msgid "Forget password _immediately" msgstr "Zapo_menout heslo okamžitě" -#: gtk/gtkmountoperation.c:621 +#: ../gtk/gtkmountoperation.c:621 msgid "Remember password until you _logout" msgstr "Pamat_ovat si heslo až do odhlášení" -#: gtk/gtkmountoperation.c:631 +#: ../gtk/gtkmountoperation.c:631 msgid "Remember _forever" msgstr "Pama_tovat si navždy" -#: gtk/gtknotebook.c:4427 gtk/gtknotebook.c:6946 +#: ../gtk/gtknotebook.c:4427 ../gtk/gtknotebook.c:6946 #, c-format msgid "Page %u" msgstr "Strana %u" -#: gtk/gtkpagesetup.c:597 gtk/gtkpapersize.c:825 gtk/gtkpapersize.c:867 +#: ../gtk/gtkpagesetup.c:597 ../gtk/gtkpapersize.c:825 +#: ../gtk/gtkpapersize.c:867 msgid "Not a valid page setup file" msgstr "Neplatný soubor vzhledu stránky" @@ -2302,11 +2329,11 @@ msgstr "Neplatný soubor vzhledu stránky" #. * Do *not* translate it to "predefinito:mm", if it #. * it isn't default:mm or default:inch it will not work #. -#: gtk/gtkpagesetupunixdialog.c:152 +#: ../gtk/gtkpagesetupunixdialog.c:152 msgid "default:mm" msgstr "default:mm" -#: gtk/gtkpagesetupunixdialog.c:308 +#: ../gtk/gtkpagesetupunixdialog.c:308 msgid "" "Any Printer\n" "For portable documents" @@ -2314,15 +2341,15 @@ msgstr "" "Libovolná tiskárna\n" "Pro přenositelné dokumenty" -#: gtk/gtkpagesetupunixdialog.c:894 gtk/gtkpagesetupunixdialog.c:1403 +#: ../gtk/gtkpagesetupunixdialog.c:894 ../gtk/gtkpagesetupunixdialog.c:1403 msgid "mm" msgstr "mm" -#: gtk/gtkpagesetupunixdialog.c:896 gtk/gtkpagesetupunixdialog.c:1401 +#: ../gtk/gtkpagesetupunixdialog.c:896 ../gtk/gtkpagesetupunixdialog.c:1401 msgid "inch" msgstr "palec" -#: gtk/gtkpagesetupunixdialog.c:915 +#: ../gtk/gtkpagesetupunixdialog.c:915 #, c-format msgid "" "Margins:\n" @@ -2337,88 +2364,103 @@ msgstr "" " Horní: %s %s\n" " Dolní: %s %s" -#: gtk/gtkpagesetupunixdialog.c:964 +#: ../gtk/gtkpagesetupunixdialog.c:964 msgid "Manage Custom Sizes..." msgstr "Spravovat vlastní velikosti..." -#: gtk/gtkpagesetupunixdialog.c:1012 +#: ../gtk/gtkpagesetupunixdialog.c:1012 msgid "_Format for:" msgstr "_Formát pro:" -#: gtk/gtkpagesetupunixdialog.c:1034 +#: ../gtk/gtkpagesetupunixdialog.c:1034 msgid "_Paper size:" msgstr "_Velikost papíru:" -#: gtk/gtkpagesetupunixdialog.c:1065 +#: ../gtk/gtkpagesetupunixdialog.c:1065 msgid "_Orientation:" msgstr "_Orientace:" -#: gtk/gtkpagesetupunixdialog.c:1129 gtk/gtkprintunixdialog.c:2678 +#: ../gtk/gtkpagesetupunixdialog.c:1129 ../gtk/gtkprintunixdialog.c:2683 msgid "Page Setup" msgstr "Vzhled stránky" -#: gtk/gtkpagesetupunixdialog.c:1448 +#: ../gtk/gtkpagesetupunixdialog.c:1448 msgid "Margins from Printer..." msgstr "Okraje z tiskárny..." -#: gtk/gtkpagesetupunixdialog.c:1608 +#: ../gtk/gtkpagesetupunixdialog.c:1608 #, c-format msgid "Custom Size %d" msgstr "Vlastní velikost %d" -#: gtk/gtkpagesetupunixdialog.c:1837 +#: ../gtk/gtkpagesetupunixdialog.c:1837 msgid "Manage Custom Sizes" msgstr "Spravovat vlastní velikosti" -#: gtk/gtkpagesetupunixdialog.c:1933 +#: ../gtk/gtkpagesetupunixdialog.c:1933 msgid "_Width:" msgstr "Šíř_ka:" -#: gtk/gtkpagesetupunixdialog.c:1945 +#: ../gtk/gtkpagesetupunixdialog.c:1945 msgid "_Height:" msgstr "_Výška:" -#: gtk/gtkpagesetupunixdialog.c:1957 +#: ../gtk/gtkpagesetupunixdialog.c:1957 msgid "Paper Size" msgstr "Rozměry papíru" -#: gtk/gtkpagesetupunixdialog.c:1967 +#: ../gtk/gtkpagesetupunixdialog.c:1967 msgid "_Top:" msgstr "_Horní:" -#: gtk/gtkpagesetupunixdialog.c:1979 +#: ../gtk/gtkpagesetupunixdialog.c:1979 msgid "_Bottom:" msgstr "_Dolní:" -#: gtk/gtkpagesetupunixdialog.c:1991 +#: ../gtk/gtkpagesetupunixdialog.c:1991 msgid "_Left:" msgstr "_Levý:" -#: gtk/gtkpagesetupunixdialog.c:2003 +#: ../gtk/gtkpagesetupunixdialog.c:2003 msgid "_Right:" msgstr "P_ravý:" -#: gtk/gtkpagesetupunixdialog.c:2044 +#: ../gtk/gtkpagesetupunixdialog.c:2044 msgid "Paper Margins" msgstr "Okraje papíru" -#: gtk/gtkpathbar.c:151 +#: ../gtk/gtkpathbar.c:151 msgid "Up Path" msgstr "Nahoru v cestě" -#: gtk/gtkpathbar.c:153 +#: ../gtk/gtkpathbar.c:153 msgid "Down Path" msgstr "Dolů v cestě" -#: gtk/gtkpathbar.c:1472 +#: ../gtk/gtkpathbar.c:1472 msgid "File System Root" msgstr "Kořen systému souborů" -#: gtk/gtkprinteroptionwidget.c:693 +#: ../gtk/gtkprintbackend.c:740 +#, fuzzy +msgid "Authentication" +msgstr "Aplikace" + +#: ../gtk/gtkprintbackend.c:772 +#, fuzzy +msgid "Username:" +msgstr "Uživat_elské jméno:" + +#: ../gtk/gtkprintbackend.c:782 +#, fuzzy +msgid "Password:" +msgstr "_Heslo:" + +#: ../gtk/gtkprinteroptionwidget.c:693 msgid "Not available" msgstr "Nedostupné" -#: gtk/gtkprinteroptionwidget.c:808 +#: ../gtk/gtkprinteroptionwidget.c:808 msgid "_Save in folder:" msgstr "Uložit do složk_y:" @@ -2426,181 +2468,176 @@ msgstr "Uložit do složk_y:" #. * jobs. %s gets replaced by the application name, %d gets replaced #. * by the job number. #. -#: gtk/gtkprintoperation.c:175 +#: ../gtk/gtkprintoperation.c:176 #, c-format msgid "%s job #%d" msgstr "%s: úloha č. %d" -#: gtk/gtkprintoperation.c:1517 +#: ../gtk/gtkprintoperation.c:1540 msgctxt "print operation status" msgid "Initial state" msgstr "Počáteční stav" -#: gtk/gtkprintoperation.c:1518 +#: ../gtk/gtkprintoperation.c:1541 msgctxt "print operation status" msgid "Preparing to print" msgstr "Připravuje se tisk" -#: gtk/gtkprintoperation.c:1519 +#: ../gtk/gtkprintoperation.c:1542 msgctxt "print operation status" msgid "Generating data" msgstr "Vytváření dat" -#: gtk/gtkprintoperation.c:1520 +#: ../gtk/gtkprintoperation.c:1543 msgctxt "print operation status" msgid "Sending data" msgstr "Odesílání dat" -#: gtk/gtkprintoperation.c:1521 +#: ../gtk/gtkprintoperation.c:1544 msgctxt "print operation status" msgid "Waiting" msgstr "Čeká se" -#: gtk/gtkprintoperation.c:1522 +#: ../gtk/gtkprintoperation.c:1545 msgctxt "print operation status" msgid "Blocking on issue" msgstr "Blokováno původcem problému" -#: gtk/gtkprintoperation.c:1523 +#: ../gtk/gtkprintoperation.c:1546 msgctxt "print operation status" msgid "Printing" msgstr "Tiskne se" -#: gtk/gtkprintoperation.c:1524 +#: ../gtk/gtkprintoperation.c:1547 msgctxt "print operation status" msgid "Finished" msgstr "Hotovo" -#: gtk/gtkprintoperation.c:1525 +#: ../gtk/gtkprintoperation.c:1548 msgctxt "print operation status" msgid "Finished with error" msgstr "Hotovo, došlo k chybě" -#: gtk/gtkprintoperation.c:2048 +#: ../gtk/gtkprintoperation.c:2071 #, c-format msgid "Preparing %d" msgstr "Připravuje se %d" -#: gtk/gtkprintoperation.c:2050 gtk/gtkprintoperation.c:2381 -#, c-format +#: ../gtk/gtkprintoperation.c:2073 ../gtk/gtkprintoperation.c:2404 msgid "Preparing" msgstr "Připravuje se" -#: gtk/gtkprintoperation.c:2053 +#: ../gtk/gtkprintoperation.c:2076 #, c-format msgid "Printing %d" msgstr "Tiskne se %d" -#: gtk/gtkprintoperation.c:2411 -#, c-format +#: ../gtk/gtkprintoperation.c:2434 msgid "Error creating print preview" msgstr "Chyba při vytváření náhledu tisku" -#: gtk/gtkprintoperation.c:2414 -#, c-format +#: ../gtk/gtkprintoperation.c:2437 msgid "The most probable reason is that a temporary file could not be created." msgstr "Nejpravděpodobnější příčinou je nemožnost vytvoření dočasného souboru." -#: gtk/gtkprintoperation-unix.c:257 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:257 msgid "Error launching preview" msgstr "Chyba spouštění náhledu" -#: gtk/gtkprintoperation-unix.c:301 -#, c-format +#: ../gtk/gtkprintoperation-unix.c:301 msgid "Error printing" msgstr "Chyba při tisku" -#: gtk/gtkprintoperation-unix.c:405 gtk/gtkprintoperation-win32.c:1425 +#: ../gtk/gtkprintoperation-unix.c:425 ../gtk/gtkprintoperation-win32.c:1425 msgid "Application" msgstr "Aplikace" -#: gtk/gtkprintoperation-win32.c:590 +#: ../gtk/gtkprintoperation-win32.c:590 msgid "Printer offline" msgstr "Tiskárna není připojena" -#: gtk/gtkprintoperation-win32.c:592 +#: ../gtk/gtkprintoperation-win32.c:592 msgid "Out of paper" msgstr "Došel papír" #. Translators: this is a printer status. -#: gtk/gtkprintoperation-win32.c:594 -#: modules/printbackends/cups/gtkprintbackendcups.c:1474 +#: ../gtk/gtkprintoperation-win32.c:594 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1710 msgid "Paused" msgstr "Přerušeno" -#: gtk/gtkprintoperation-win32.c:596 +#: ../gtk/gtkprintoperation-win32.c:596 msgid "Need user intervention" msgstr "Je potřeba zásah uživatele" -#: gtk/gtkprintoperation-win32.c:696 +#: ../gtk/gtkprintoperation-win32.c:696 msgid "Custom size" msgstr "Vlastní velikost" -#: gtk/gtkprintoperation-win32.c:1517 +#: ../gtk/gtkprintoperation-win32.c:1517 msgid "No printer found" msgstr "Nebyla nalezena žádná tiskárna" -#: gtk/gtkprintoperation-win32.c:1544 +#: ../gtk/gtkprintoperation-win32.c:1544 msgid "Invalid argument to CreateDC" msgstr "Neplatný argument ke CreateDC" -#: gtk/gtkprintoperation-win32.c:1578 gtk/gtkprintoperation-win32.c:1801 +#: ../gtk/gtkprintoperation-win32.c:1578 ../gtk/gtkprintoperation-win32.c:1801 msgid "Error from StartDoc" msgstr "Chyba ze StartDoc" -#: gtk/gtkprintoperation-win32.c:1658 gtk/gtkprintoperation-win32.c:1681 -#: gtk/gtkprintoperation-win32.c:1729 +#: ../gtk/gtkprintoperation-win32.c:1658 ../gtk/gtkprintoperation-win32.c:1681 +#: ../gtk/gtkprintoperation-win32.c:1729 msgid "Not enough free memory" msgstr "Nedostatek volné paměti" -#: gtk/gtkprintoperation-win32.c:1734 +#: ../gtk/gtkprintoperation-win32.c:1734 msgid "Invalid argument to PrintDlgEx" msgstr "Neplatný argument pro PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1739 +#: ../gtk/gtkprintoperation-win32.c:1739 msgid "Invalid pointer to PrintDlgEx" msgstr "Neplatný ukazatel na PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1744 +#: ../gtk/gtkprintoperation-win32.c:1744 msgid "Invalid handle to PrintDlgEx" msgstr "Neplatná obsluha na PrintDlgEx" -#: gtk/gtkprintoperation-win32.c:1749 +#: ../gtk/gtkprintoperation-win32.c:1749 msgid "Unspecified error" msgstr "Neurčená chyba" -#: gtk/gtkprintunixdialog.c:1758 +#: ../gtk/gtkprintunixdialog.c:1763 msgid "Printer" msgstr "Tiskárna" #. Translators: this is the header for the location column in the print dialog -#: gtk/gtkprintunixdialog.c:1768 +#: ../gtk/gtkprintunixdialog.c:1773 msgid "Location" msgstr "Umístění" #. Translators: this is the header for the printer status column in the print dialog -#: gtk/gtkprintunixdialog.c:1779 +#: ../gtk/gtkprintunixdialog.c:1784 msgid "Status" msgstr "Stav" -#: gtk/gtkprintunixdialog.c:1804 +#: ../gtk/gtkprintunixdialog.c:1809 msgid "Range" msgstr "Rozsah" -#: gtk/gtkprintunixdialog.c:1808 +#: ../gtk/gtkprintunixdialog.c:1813 msgid "_All Pages" msgstr "Vše_chny strany" -#: gtk/gtkprintunixdialog.c:1815 +#: ../gtk/gtkprintunixdialog.c:1820 msgid "C_urrent Page" msgstr "Aktuá_lní strana" -#: gtk/gtkprintunixdialog.c:1824 +#: ../gtk/gtkprintunixdialog.c:1829 msgid "Pag_es:" msgstr "St_rany:" -#: gtk/gtkprintunixdialog.c:1825 +#: ../gtk/gtkprintunixdialog.c:1830 msgid "" "Specify one or more page ranges,\n" " e.g. 1-3,7,11" @@ -2608,125 +2645,124 @@ msgstr "" "Zadejte prosím jeden nebo více rozsahů stran,\n" "např. 1-3,7,11" -#: gtk/gtkprintunixdialog.c:1835 -#, fuzzy +#: ../gtk/gtkprintunixdialog.c:1840 msgid "Pages" -msgstr "St_rany:" +msgstr "Strany" -#: gtk/gtkprintunixdialog.c:1848 +#: ../gtk/gtkprintunixdialog.c:1853 msgid "Copies" msgstr "Kopie" #. FIXME chpe: too much space between Copies and spinbutton, put those 2 in a hbox and make it span 2 columns -#: gtk/gtkprintunixdialog.c:1853 +#: ../gtk/gtkprintunixdialog.c:1858 msgid "Copie_s:" msgstr "_Kopie:" -#: gtk/gtkprintunixdialog.c:1871 +#: ../gtk/gtkprintunixdialog.c:1876 msgid "C_ollate" msgstr "S_etřídit" -#: gtk/gtkprintunixdialog.c:1879 +#: ../gtk/gtkprintunixdialog.c:1884 msgid "_Reverse" msgstr "O_brátit" -#: gtk/gtkprintunixdialog.c:1899 +#: ../gtk/gtkprintunixdialog.c:1904 msgid "General" msgstr "Obecné" #. Translators, this string is used to label the option in the print #. * dialog that controls in what order multiple pages are arranged #. -#: gtk/gtkprintunixdialog.c:2439 -#: modules/printbackends/cups/gtkprintbackendcups.c:2910 +#: ../gtk/gtkprintunixdialog.c:2444 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3164 msgid "Page Ordering" msgstr "Řazení stran" -#: gtk/gtkprintunixdialog.c:2445 +#: ../gtk/gtkprintunixdialog.c:2450 msgid "Left to right" msgstr "Zleva doprava" -#: gtk/gtkprintunixdialog.c:2446 +#: ../gtk/gtkprintunixdialog.c:2451 msgid "Right to left" msgstr "Zprava doleva" -#: gtk/gtkprintunixdialog.c:2515 +#: ../gtk/gtkprintunixdialog.c:2520 msgid "Layout" msgstr "Rozvržení" -#: gtk/gtkprintunixdialog.c:2519 +#: ../gtk/gtkprintunixdialog.c:2524 msgid "T_wo-sided:" msgstr "Obo_ustranné:" -#: gtk/gtkprintunixdialog.c:2534 +#: ../gtk/gtkprintunixdialog.c:2539 msgid "Pages per _side:" msgstr "Strá_nek na stranu papíru:" -#: gtk/gtkprintunixdialog.c:2552 +#: ../gtk/gtkprintunixdialog.c:2557 msgid "Page or_dering:" msgstr "Ř_azení stran:" -#: gtk/gtkprintunixdialog.c:2568 +#: ../gtk/gtkprintunixdialog.c:2573 msgid "_Only print:" msgstr "Tisknout p_ouze:" #. In enum order -#: gtk/gtkprintunixdialog.c:2583 +#: ../gtk/gtkprintunixdialog.c:2588 msgid "All sheets" msgstr "Všechny listy" -#: gtk/gtkprintunixdialog.c:2584 +#: ../gtk/gtkprintunixdialog.c:2589 msgid "Even sheets" msgstr "Sudé listy" -#: gtk/gtkprintunixdialog.c:2585 +#: ../gtk/gtkprintunixdialog.c:2590 msgid "Odd sheets" msgstr "Liché listy" -#: gtk/gtkprintunixdialog.c:2588 +#: ../gtk/gtkprintunixdialog.c:2593 msgid "Sc_ale:" msgstr "_Měřítko:" -#: gtk/gtkprintunixdialog.c:2615 +#: ../gtk/gtkprintunixdialog.c:2620 msgid "Paper" msgstr "Papír" -#: gtk/gtkprintunixdialog.c:2619 +#: ../gtk/gtkprintunixdialog.c:2624 msgid "Paper _type:" msgstr "Typ _papíru:" -#: gtk/gtkprintunixdialog.c:2634 +#: ../gtk/gtkprintunixdialog.c:2639 msgid "Paper _source:" msgstr "Z_droj papíru:" -#: gtk/gtkprintunixdialog.c:2649 +#: ../gtk/gtkprintunixdialog.c:2654 msgid "Output t_ray:" msgstr "Vý_stupní zásobník:" -#: gtk/gtkprintunixdialog.c:2703 +#: ../gtk/gtkprintunixdialog.c:2708 msgid "Job Details" msgstr "Podrobnosti k úloze" -#: gtk/gtkprintunixdialog.c:2709 +#: ../gtk/gtkprintunixdialog.c:2714 msgid "Pri_ority:" msgstr "Pr_iorita:" -#: gtk/gtkprintunixdialog.c:2724 +#: ../gtk/gtkprintunixdialog.c:2729 msgid "_Billing info:" msgstr "Účtovací in_formace:" -#: gtk/gtkprintunixdialog.c:2742 +#: ../gtk/gtkprintunixdialog.c:2747 msgid "Print Document" msgstr "Vytisknout dokument" #. Translators: this is one of the choices for the print at option #. * in the print dialog #. -#: gtk/gtkprintunixdialog.c:2751 +#: ../gtk/gtkprintunixdialog.c:2756 msgid "_Now" msgstr "N_yní" -#: gtk/gtkprintunixdialog.c:2762 +#: ../gtk/gtkprintunixdialog.c:2767 msgid "A_t:" msgstr "_V:" @@ -2734,7 +2770,7 @@ msgstr "_V:" #. * You can remove the am/pm values below for your locale if they are not #. * supported. #. -#: gtk/gtkprintunixdialog.c:2768 +#: ../gtk/gtkprintunixdialog.c:2773 msgid "" "Specify the time of print,\n" " e.g. 15:30, 2:35 pm, 14:15:20, 11:46:30 am, 4 pm" @@ -2742,117 +2778,117 @@ msgstr "" "Upřesněte čas tisku,\n" " např. 15:30, 14:35, 14:15:20, 11:46:30, 16:00" -#: gtk/gtkprintunixdialog.c:2778 +#: ../gtk/gtkprintunixdialog.c:2783 msgid "Time of print" -msgstr "" +msgstr "Čas tisku" -#: gtk/gtkprintunixdialog.c:2794 +#: ../gtk/gtkprintunixdialog.c:2799 msgid "On _hold" msgstr "S posečká_ním" -#: gtk/gtkprintunixdialog.c:2795 +#: ../gtk/gtkprintunixdialog.c:2800 msgid "Hold the job until it is explicitly released" msgstr "Posečkat s úlohou, dokud není výslovně odeslána" -#: gtk/gtkprintunixdialog.c:2815 +#: ../gtk/gtkprintunixdialog.c:2820 msgid "Add Cover Page" msgstr "Přidat krycí stranu" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: gtk/gtkprintunixdialog.c:2824 +#: ../gtk/gtkprintunixdialog.c:2829 msgid "Be_fore:" msgstr "Pře_d:" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: gtk/gtkprintunixdialog.c:2842 +#: ../gtk/gtkprintunixdialog.c:2847 msgid "_After:" msgstr "Z_a:" #. Translators: this is the tab label for the notebook tab containing #. * job-specific options in the print dialog #. -#: gtk/gtkprintunixdialog.c:2860 +#: ../gtk/gtkprintunixdialog.c:2865 msgid "Job" msgstr "Úloha" -#: gtk/gtkprintunixdialog.c:2926 +#: ../gtk/gtkprintunixdialog.c:2931 msgid "Advanced" msgstr "Pokročilé" -#: gtk/gtkprintunixdialog.c:2961 +#: ../gtk/gtkprintunixdialog.c:2966 msgid "Image Quality" msgstr "Kvalita obrazu" -#: gtk/gtkprintunixdialog.c:2964 +#: ../gtk/gtkprintunixdialog.c:2969 msgid "Color" msgstr "Barva" -#: gtk/gtkprintunixdialog.c:2967 +#: ../gtk/gtkprintunixdialog.c:2972 msgid "Finishing" msgstr "Dokončování" -#: gtk/gtkprintunixdialog.c:2977 +#: ../gtk/gtkprintunixdialog.c:2982 msgid "Some of the settings in the dialog conflict" msgstr "Některá nastavení v dialogu jsou v konfliktu" -#: gtk/gtkprintunixdialog.c:3000 +#: ../gtk/gtkprintunixdialog.c:3005 msgid "Print" msgstr "Tisk" -#: gtk/gtkrc.c:2874 +#: ../gtk/gtkrc.c:2874 #, c-format msgid "Unable to find include file: \"%s\"" msgstr "Nelze nalézt vložený soubor: \"%s\"" -#: gtk/gtkrc.c:3502 gtk/gtkrc.c:3505 +#: ../gtk/gtkrc.c:3502 ../gtk/gtkrc.c:3505 #, c-format msgid "Unable to locate image file in pixmap_path: \"%s\"" msgstr "Nelze nalézt soubor obrázku v pixmap_path: \"%s\"" -#: gtk/gtkrecentaction.c:154 gtk/gtkrecentaction.c:162 -#: gtk/gtkrecentchoosermenu.c:588 gtk/gtkrecentchoosermenu.c:596 +#: ../gtk/gtkrecentaction.c:154 ../gtk/gtkrecentaction.c:162 +#: ../gtk/gtkrecentchoosermenu.c:588 ../gtk/gtkrecentchoosermenu.c:596 #, c-format msgid "This function is not implemented for widgets of class '%s'" msgstr "Tato funkce není implementována pro \"widgety\" třídy \"%s\"" -#: gtk/gtkrecentchooserdefault.c:481 +#: ../gtk/gtkrecentchooserdefault.c:481 msgid "Select which type of documents are shown" msgstr "Výběr zobrazených typů dokumentů" -#: gtk/gtkrecentchooserdefault.c:1134 gtk/gtkrecentchooserdefault.c:1171 +#: ../gtk/gtkrecentchooserdefault.c:1134 ../gtk/gtkrecentchooserdefault.c:1171 #, c-format msgid "No item for URI '%s' found" msgstr "Nenalezena žádná položka u URI \"%s\"" -#: gtk/gtkrecentchooserdefault.c:1298 +#: ../gtk/gtkrecentchooserdefault.c:1298 msgid "Untitled filter" msgstr "Filtr bez názvu" -#: gtk/gtkrecentchooserdefault.c:1651 +#: ../gtk/gtkrecentchooserdefault.c:1651 msgid "Could not remove item" msgstr "Nelze odstranit položku" -#: gtk/gtkrecentchooserdefault.c:1695 +#: ../gtk/gtkrecentchooserdefault.c:1695 msgid "Could not clear list" msgstr "Nelze vymazat seznam" -#: gtk/gtkrecentchooserdefault.c:1779 +#: ../gtk/gtkrecentchooserdefault.c:1779 msgid "Copy _Location" msgstr "Kopírovat _umístění" -#: gtk/gtkrecentchooserdefault.c:1792 +#: ../gtk/gtkrecentchooserdefault.c:1792 msgid "_Remove From List" msgstr "_Odstranit ze seznamu" -#: gtk/gtkrecentchooserdefault.c:1801 +#: ../gtk/gtkrecentchooserdefault.c:1801 msgid "_Clear List" msgstr "Vy_mazat seznam" -#: gtk/gtkrecentchooserdefault.c:1815 +#: ../gtk/gtkrecentchooserdefault.c:1815 msgid "Show _Private Resources" msgstr "Zo_brazovat soukromé zdroje" @@ -2866,21 +2902,21 @@ msgstr "Zo_brazovat soukromé zdroje" #. * user appended or prepended custom menu items to the #. * recent chooser menu widget. #. -#: gtk/gtkrecentchoosermenu.c:342 +#: ../gtk/gtkrecentchoosermenu.c:342 msgid "No items found" msgstr "Nebyly nalezeny žádné položky" -#: gtk/gtkrecentchoosermenu.c:508 gtk/gtkrecentchoosermenu.c:564 +#: ../gtk/gtkrecentchoosermenu.c:508 ../gtk/gtkrecentchoosermenu.c:564 #, c-format msgid "No recently used resource found with URI `%s'" msgstr "Nenalezeny žádné naposledy použité zdroje s URI \"%s\"" -#: gtk/gtkrecentchoosermenu.c:775 +#: ../gtk/gtkrecentchoosermenu.c:775 #, c-format msgid "Open '%s'" msgstr "Otevřít \"%s\"" -#: gtk/gtkrecentchoosermenu.c:805 +#: ../gtk/gtkrecentchoosermenu.c:805 msgid "Unknown item" msgstr "Neznámá položka" @@ -2889,7 +2925,7 @@ msgstr "Neznámá položka" #. * the %s is the name of the item. Please keep the _ in front #. * of the number to give these menu items a mnemonic. #. -#: gtk/gtkrecentchoosermenu.c:816 +#: ../gtk/gtkrecentchoosermenu.c:816 #, c-format msgctxt "recent menu label" msgid "_%d. %s" @@ -2898,37 +2934,37 @@ msgstr "_%d. %s" #. This is the format that is used for items in a recent files menu. #. * The %d is the number of the item, the %s is the name of the item. #. -#: gtk/gtkrecentchoosermenu.c:821 +#: ../gtk/gtkrecentchoosermenu.c:821 #, c-format msgctxt "recent menu label" msgid "%d. %s" msgstr "%d. %s" -#: gtk/gtkrecentmanager.c:1020 gtk/gtkrecentmanager.c:1033 -#: gtk/gtkrecentmanager.c:1171 gtk/gtkrecentmanager.c:1181 -#: gtk/gtkrecentmanager.c:1234 gtk/gtkrecentmanager.c:1243 -#: gtk/gtkrecentmanager.c:1258 +#: ../gtk/gtkrecentmanager.c:1020 ../gtk/gtkrecentmanager.c:1033 +#: ../gtk/gtkrecentmanager.c:1171 ../gtk/gtkrecentmanager.c:1181 +#: ../gtk/gtkrecentmanager.c:1234 ../gtk/gtkrecentmanager.c:1243 +#: ../gtk/gtkrecentmanager.c:1258 #, c-format msgid "Unable to find an item with URI '%s'" msgstr "Nelze nalézt položku s URI \"%s\"" #. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate -#: gtk/gtkstock.c:288 +#: ../gtk/gtkstock.c:288 msgctxt "Stock label" msgid "Information" msgstr "Informace" -#: gtk/gtkstock.c:289 +#: ../gtk/gtkstock.c:289 msgctxt "Stock label" msgid "Warning" msgstr "Varování" -#: gtk/gtkstock.c:290 +#: ../gtk/gtkstock.c:290 msgctxt "Stock label" msgid "Error" msgstr "Chyba" -#: gtk/gtkstock.c:291 +#: ../gtk/gtkstock.c:291 msgctxt "Stock label" msgid "Question" msgstr "Otázka" @@ -2936,693 +2972,693 @@ msgstr "Otázka" #. FIXME these need accelerators when appropriate, and #. * need the mnemonics to be rationalized #. -#: gtk/gtkstock.c:296 +#: ../gtk/gtkstock.c:296 msgctxt "Stock label" msgid "_About" msgstr "O _aplikaci" -#: gtk/gtkstock.c:297 +#: ../gtk/gtkstock.c:297 msgctxt "Stock label" msgid "_Add" msgstr "_Přidat" -#: gtk/gtkstock.c:298 +#: ../gtk/gtkstock.c:298 msgctxt "Stock label" msgid "_Apply" msgstr "_Použít" -#: gtk/gtkstock.c:299 +#: ../gtk/gtkstock.c:299 msgctxt "Stock label" msgid "_Bold" msgstr "_Tučné" -#: gtk/gtkstock.c:300 +#: ../gtk/gtkstock.c:300 msgctxt "Stock label" msgid "_Cancel" msgstr "_Zrušit" -#: gtk/gtkstock.c:301 +#: ../gtk/gtkstock.c:301 msgctxt "Stock label" msgid "_CD-Rom" msgstr "_CD-ROM" -#: gtk/gtkstock.c:302 +#: ../gtk/gtkstock.c:302 msgctxt "Stock label" msgid "_Clear" msgstr "Vy_mazat" -#: gtk/gtkstock.c:303 +#: ../gtk/gtkstock.c:303 msgctxt "Stock label" msgid "_Close" msgstr "_Zavřít" -#: gtk/gtkstock.c:304 +#: ../gtk/gtkstock.c:304 msgctxt "Stock label" msgid "C_onnect" msgstr "_Připojit" -#: gtk/gtkstock.c:305 +#: ../gtk/gtkstock.c:305 msgctxt "Stock label" msgid "_Convert" msgstr "_Převést" -#: gtk/gtkstock.c:306 +#: ../gtk/gtkstock.c:306 msgctxt "Stock label" msgid "_Copy" msgstr "_Kopírovat" -#: gtk/gtkstock.c:307 +#: ../gtk/gtkstock.c:307 msgctxt "Stock label" msgid "Cu_t" msgstr "_Vyjmout" -#: gtk/gtkstock.c:308 +#: ../gtk/gtkstock.c:308 msgctxt "Stock label" msgid "_Delete" msgstr "_Smazat" -#: gtk/gtkstock.c:309 +#: ../gtk/gtkstock.c:309 msgctxt "Stock label" msgid "_Discard" msgstr "Za_hodit" -#: gtk/gtkstock.c:310 +#: ../gtk/gtkstock.c:310 msgctxt "Stock label" msgid "_Disconnect" msgstr "_Odpojit" -#: gtk/gtkstock.c:311 +#: ../gtk/gtkstock.c:311 msgctxt "Stock label" msgid "_Execute" msgstr "_Spustit" -#: gtk/gtkstock.c:312 +#: ../gtk/gtkstock.c:312 msgctxt "Stock label" msgid "_Edit" msgstr "_Upravit" -#: gtk/gtkstock.c:313 +#: ../gtk/gtkstock.c:313 msgctxt "Stock label" msgid "_Find" msgstr "_Hledat" -#: gtk/gtkstock.c:314 +#: ../gtk/gtkstock.c:314 msgctxt "Stock label" msgid "Find and _Replace" msgstr "Hledat a nah_radit" -#: gtk/gtkstock.c:315 +#: ../gtk/gtkstock.c:315 msgctxt "Stock label" msgid "_Floppy" msgstr "_Disketa" -#: gtk/gtkstock.c:316 +#: ../gtk/gtkstock.c:316 msgctxt "Stock label" msgid "_Fullscreen" msgstr "_Celá obrazovka" -#: gtk/gtkstock.c:317 +#: ../gtk/gtkstock.c:317 msgctxt "Stock label" msgid "_Leave Fullscreen" msgstr "_Opustit celou obrazovku" #. This is a navigation label as in "go to the bottom of the page" -#: gtk/gtkstock.c:319 +#: ../gtk/gtkstock.c:319 msgctxt "Stock label, navigation" msgid "_Bottom" msgstr "_Dolů" #. This is a navigation label as in "go to the first page" -#: gtk/gtkstock.c:321 +#: ../gtk/gtkstock.c:321 msgctxt "Stock label, navigation" msgid "_First" msgstr "P_rvní" #. This is a navigation label as in "go to the last page" -#: gtk/gtkstock.c:323 +#: ../gtk/gtkstock.c:323 msgctxt "Stock label, navigation" msgid "_Last" msgstr "Po_slední" #. This is a navigation label as in "go to the top of the page" -#: gtk/gtkstock.c:325 +#: ../gtk/gtkstock.c:325 msgctxt "Stock label, navigation" msgid "_Top" msgstr "N_ahoru" #. This is a navigation label as in "go back" -#: gtk/gtkstock.c:327 +#: ../gtk/gtkstock.c:327 msgctxt "Stock label, navigation" msgid "_Back" msgstr "_Zpět" #. This is a navigation label as in "go down" -#: gtk/gtkstock.c:329 +#: ../gtk/gtkstock.c:329 msgctxt "Stock label, navigation" msgid "_Down" msgstr "_Níž" #. This is a navigation label as in "go forward" -#: gtk/gtkstock.c:331 +#: ../gtk/gtkstock.c:331 msgctxt "Stock label, navigation" msgid "_Forward" msgstr "_Vpřed" #. This is a navigation label as in "go up" -#: gtk/gtkstock.c:333 +#: ../gtk/gtkstock.c:333 msgctxt "Stock label, navigation" msgid "_Up" msgstr "_Výš" -#: gtk/gtkstock.c:334 +#: ../gtk/gtkstock.c:334 msgctxt "Stock label" msgid "_Harddisk" msgstr "_Pevný disk" -#: gtk/gtkstock.c:335 +#: ../gtk/gtkstock.c:335 msgctxt "Stock label" msgid "_Help" msgstr "_Nápověda" -#: gtk/gtkstock.c:336 +#: ../gtk/gtkstock.c:336 msgctxt "Stock label" msgid "_Home" msgstr "_Domů" -#: gtk/gtkstock.c:337 +#: ../gtk/gtkstock.c:337 msgctxt "Stock label" msgid "Increase Indent" msgstr "Zvětšit odsazení" -#: gtk/gtkstock.c:338 +#: ../gtk/gtkstock.c:338 msgctxt "Stock label" msgid "Decrease Indent" msgstr "Zmenšit odsazení" -#: gtk/gtkstock.c:339 +#: ../gtk/gtkstock.c:339 msgctxt "Stock label" msgid "_Index" msgstr "_Index" -#: gtk/gtkstock.c:340 +#: ../gtk/gtkstock.c:340 msgctxt "Stock label" msgid "_Information" msgstr "_Informace" -#: gtk/gtkstock.c:341 +#: ../gtk/gtkstock.c:341 msgctxt "Stock label" msgid "_Italic" msgstr "_Kurzíva" -#: gtk/gtkstock.c:342 +#: ../gtk/gtkstock.c:342 msgctxt "Stock label" msgid "_Jump to" msgstr "_Přejít na" #. This is about text justification, "centered text" -#: gtk/gtkstock.c:344 +#: ../gtk/gtkstock.c:344 msgctxt "Stock label" msgid "_Center" msgstr "Na _střed" #. This is about text justification -#: gtk/gtkstock.c:346 +#: ../gtk/gtkstock.c:346 msgctxt "Stock label" msgid "_Fill" msgstr "_Vyplnit" #. This is about text justification, "left-justified text" -#: gtk/gtkstock.c:348 +#: ../gtk/gtkstock.c:348 msgctxt "Stock label" msgid "_Left" msgstr "Do_leva" #. This is about text justification, "right-justified text" -#: gtk/gtkstock.c:350 +#: ../gtk/gtkstock.c:350 msgctxt "Stock label" msgid "_Right" msgstr "Do_prava" #. Media label, as in "fast forward" -#: gtk/gtkstock.c:353 +#: ../gtk/gtkstock.c:353 msgctxt "Stock label, media" msgid "_Forward" msgstr "_Vpřed" #. Media label, as in "next song" -#: gtk/gtkstock.c:355 +#: ../gtk/gtkstock.c:355 msgctxt "Stock label, media" msgid "_Next" msgstr "_Následující" #. Media label, as in "pause music" -#: gtk/gtkstock.c:357 +#: ../gtk/gtkstock.c:357 msgctxt "Stock label, media" msgid "P_ause" msgstr "_Pozastavit" #. Media label, as in "play music" -#: gtk/gtkstock.c:359 +#: ../gtk/gtkstock.c:359 msgctxt "Stock label, media" msgid "_Play" msgstr "Pře_hrát" #. Media label, as in "previous song" -#: gtk/gtkstock.c:361 +#: ../gtk/gtkstock.c:361 msgctxt "Stock label, media" msgid "Pre_vious" msgstr "_Předchozí" #. Media label -#: gtk/gtkstock.c:363 +#: ../gtk/gtkstock.c:363 msgctxt "Stock label, media" msgid "_Record" msgstr "_Zaznamenávat" #. Media label -#: gtk/gtkstock.c:365 +#: ../gtk/gtkstock.c:365 msgctxt "Stock label, media" msgid "R_ewind" msgstr "Pře_točit" #. Media label -#: gtk/gtkstock.c:367 +#: ../gtk/gtkstock.c:367 msgctxt "Stock label, media" msgid "_Stop" msgstr "Za_stavit" -#: gtk/gtkstock.c:368 +#: ../gtk/gtkstock.c:368 msgctxt "Stock label" msgid "_Network" msgstr "_Síť" -#: gtk/gtkstock.c:369 +#: ../gtk/gtkstock.c:369 msgctxt "Stock label" msgid "_New" msgstr "_Nový" -#: gtk/gtkstock.c:370 +#: ../gtk/gtkstock.c:370 msgctxt "Stock label" msgid "_No" msgstr "_Ne" -#: gtk/gtkstock.c:371 +#: ../gtk/gtkstock.c:371 msgctxt "Stock label" msgid "_OK" msgstr "_Budiž" -#: gtk/gtkstock.c:372 +#: ../gtk/gtkstock.c:372 msgctxt "Stock label" msgid "_Open" msgstr "_Otevřít" #. Page orientation -#: gtk/gtkstock.c:374 +#: ../gtk/gtkstock.c:374 msgctxt "Stock label" msgid "Landscape" msgstr "Na šířku" #. Page orientation -#: gtk/gtkstock.c:376 +#: ../gtk/gtkstock.c:376 msgctxt "Stock label" msgid "Portrait" msgstr "Na výšku" #. Page orientation -#: gtk/gtkstock.c:378 +#: ../gtk/gtkstock.c:378 msgctxt "Stock label" msgid "Reverse landscape" msgstr "Obráceně na šířku" #. Page orientation -#: gtk/gtkstock.c:380 +#: ../gtk/gtkstock.c:380 msgctxt "Stock label" msgid "Reverse portrait" msgstr "Obráceně na výšku" -#: gtk/gtkstock.c:381 +#: ../gtk/gtkstock.c:381 msgctxt "Stock label" msgid "Page Set_up" msgstr "_Vzhled stránky" -#: gtk/gtkstock.c:382 +#: ../gtk/gtkstock.c:382 msgctxt "Stock label" msgid "_Paste" msgstr "V_ložit" -#: gtk/gtkstock.c:383 +#: ../gtk/gtkstock.c:383 msgctxt "Stock label" msgid "_Preferences" msgstr "_Nastavení" -#: gtk/gtkstock.c:384 +#: ../gtk/gtkstock.c:384 msgctxt "Stock label" msgid "_Print" msgstr "_Tisk" -#: gtk/gtkstock.c:385 +#: ../gtk/gtkstock.c:385 msgctxt "Stock label" msgid "Print Pre_view" msgstr "Ná_hled tisku" -#: gtk/gtkstock.c:386 +#: ../gtk/gtkstock.c:386 msgctxt "Stock label" msgid "_Properties" msgstr "_Vlastnosti" -#: gtk/gtkstock.c:387 +#: ../gtk/gtkstock.c:387 msgctxt "Stock label" msgid "_Quit" msgstr "U_končit" -#: gtk/gtkstock.c:388 +#: ../gtk/gtkstock.c:388 msgctxt "Stock label" msgid "_Redo" msgstr "Zn_ovu" -#: gtk/gtkstock.c:389 +#: ../gtk/gtkstock.c:389 msgctxt "Stock label" msgid "_Refresh" msgstr "Ob_novit" -#: gtk/gtkstock.c:390 +#: ../gtk/gtkstock.c:390 msgctxt "Stock label" msgid "_Remove" msgstr "O_dstranit" -#: gtk/gtkstock.c:391 +#: ../gtk/gtkstock.c:391 msgctxt "Stock label" msgid "_Revert" msgstr "_Vrátit" -#: gtk/gtkstock.c:392 +#: ../gtk/gtkstock.c:392 msgctxt "Stock label" msgid "_Save" msgstr "_Uložit" -#: gtk/gtkstock.c:393 +#: ../gtk/gtkstock.c:393 msgctxt "Stock label" msgid "Save _As" msgstr "Uložit _jako" -#: gtk/gtkstock.c:394 +#: ../gtk/gtkstock.c:394 msgctxt "Stock label" msgid "Select _All" msgstr "V_ybrat vše" -#: gtk/gtkstock.c:395 +#: ../gtk/gtkstock.c:395 msgctxt "Stock label" msgid "_Color" msgstr "_Barva" -#: gtk/gtkstock.c:396 +#: ../gtk/gtkstock.c:396 msgctxt "Stock label" msgid "_Font" msgstr "_Písmo" #. Sorting direction -#: gtk/gtkstock.c:398 +#: ../gtk/gtkstock.c:398 msgctxt "Stock label" msgid "_Ascending" msgstr "_Vzestupně" #. Sorting direction -#: gtk/gtkstock.c:400 +#: ../gtk/gtkstock.c:400 msgctxt "Stock label" msgid "_Descending" msgstr "_Sestupně" -#: gtk/gtkstock.c:401 +#: ../gtk/gtkstock.c:401 msgctxt "Stock label" msgid "_Spell Check" msgstr "_Kontrola pravopisu" -#: gtk/gtkstock.c:402 +#: ../gtk/gtkstock.c:402 msgctxt "Stock label" msgid "_Stop" msgstr "Za_stavit" #. Font variant -#: gtk/gtkstock.c:404 +#: ../gtk/gtkstock.c:404 msgctxt "Stock label" msgid "_Strikethrough" msgstr "_Přeškrtnuté" -#: gtk/gtkstock.c:405 +#: ../gtk/gtkstock.c:405 msgctxt "Stock label" msgid "_Undelete" msgstr "_Zrušit smazání" #. Font variant -#: gtk/gtkstock.c:407 +#: ../gtk/gtkstock.c:407 msgctxt "Stock label" msgid "_Underline" msgstr "Po_dtržené" -#: gtk/gtkstock.c:408 +#: ../gtk/gtkstock.c:408 msgctxt "Stock label" msgid "_Undo" msgstr "_Zpět" -#: gtk/gtkstock.c:409 +#: ../gtk/gtkstock.c:409 msgctxt "Stock label" msgid "_Yes" msgstr "_Ano" #. Zoom -#: gtk/gtkstock.c:411 +#: ../gtk/gtkstock.c:411 msgctxt "Stock label" msgid "_Normal Size" msgstr "_Normální velikost" #. Zoom -#: gtk/gtkstock.c:413 +#: ../gtk/gtkstock.c:413 msgctxt "Stock label" msgid "Best _Fit" msgstr "Při_způsobit velikost" -#: gtk/gtkstock.c:414 +#: ../gtk/gtkstock.c:414 msgctxt "Stock label" msgid "Zoom _In" msgstr "Z_většit" -#: gtk/gtkstock.c:415 +#: ../gtk/gtkstock.c:415 msgctxt "Stock label" msgid "Zoom _Out" msgstr "Z_menšit" -#: gtk/gtktextbufferrichtext.c:651 +#: ../gtk/gtktextbufferrichtext.c:651 #, c-format msgid "Unknown error when trying to deserialize %s" msgstr "Neznámá chyba při pokusu převést %s na paralelní tvar" -#: gtk/gtktextbufferrichtext.c:710 +#: ../gtk/gtktextbufferrichtext.c:710 #, c-format msgid "No deserialize function found for format %s" msgstr "Pro formát %s nebyla nalezena žádná funkce převodu na paralelní tvar" -#: gtk/gtktextbufferserialize.c:796 gtk/gtktextbufferserialize.c:822 +#: ../gtk/gtktextbufferserialize.c:796 ../gtk/gtktextbufferserialize.c:822 #, c-format msgid "Both \"id\" and \"name\" were found on the <%s> element" msgstr "V prvku <%s> bylo nalezeno \"id\" i \"name\"" -#: gtk/gtktextbufferserialize.c:806 gtk/gtktextbufferserialize.c:832 +#: ../gtk/gtktextbufferserialize.c:806 ../gtk/gtktextbufferserialize.c:832 #, c-format msgid "The attribute \"%s\" was found twice on the <%s> element" msgstr "V prvku <%s> byl dvakrát nalezen atribut \"%s\"" -#: gtk/gtktextbufferserialize.c:846 +#: ../gtk/gtktextbufferserialize.c:846 #, c-format msgid "<%s> element has invalid id \"%s\"" msgstr "Prvek <%s> má neplatné \"id\" \"%s\"" -#: gtk/gtktextbufferserialize.c:856 +#: ../gtk/gtktextbufferserialize.c:856 #, c-format msgid "<%s> element has neither a \"name\" nor an \"id\" attribute" msgstr "Prvek <%s> nemá atribut \"name\", ani \"id\"" -#: gtk/gtktextbufferserialize.c:943 +#: ../gtk/gtktextbufferserialize.c:943 #, c-format msgid "Attribute \"%s\" repeated twice on the same <%s> element" msgstr "Atribut \"%s\" provedl dvakrát opakování na stejném prvku <%s>" -#: gtk/gtktextbufferserialize.c:961 gtk/gtktextbufferserialize.c:986 +#: ../gtk/gtktextbufferserialize.c:961 ../gtk/gtktextbufferserialize.c:986 #, c-format msgid "Attribute \"%s\" is invalid on <%s> element in this context" msgstr "V tomto kontextu je atribut \"%s\" v prvku <%s> neplatný" -#: gtk/gtktextbufferserialize.c:1022 +#: ../gtk/gtktextbufferserialize.c:1022 #, c-format msgid "Tag \"%s\" has not been defined." msgstr "Značka \"%s\" nebyla definována." -#: gtk/gtktextbufferserialize.c:1034 +#: ../gtk/gtktextbufferserialize.c:1034 msgid "Anonymous tag found and tags can not be created." msgstr "Nalezena anonymní značka, značky nemohly být vytvořeny." -#: gtk/gtktextbufferserialize.c:1045 +#: ../gtk/gtktextbufferserialize.c:1045 #, c-format msgid "Tag \"%s\" does not exist in buffer and tags can not be created." msgstr "" "Značka \"%s\" ve vyrovnávací paměti neexistuje, značky nemohly být vytvořeny." -#: gtk/gtktextbufferserialize.c:1144 gtk/gtktextbufferserialize.c:1219 -#: gtk/gtktextbufferserialize.c:1320 gtk/gtktextbufferserialize.c:1394 +#: ../gtk/gtktextbufferserialize.c:1144 ../gtk/gtktextbufferserialize.c:1219 +#: ../gtk/gtktextbufferserialize.c:1320 ../gtk/gtktextbufferserialize.c:1394 #, c-format msgid "Element <%s> is not allowed below <%s>" msgstr "Prvek <%s> není povolen pod <%s>" -#: gtk/gtktextbufferserialize.c:1175 +#: ../gtk/gtktextbufferserialize.c:1175 #, c-format msgid "\"%s\" is not a valid attribute type" msgstr "\"%s\" není platným typem atributu" -#: gtk/gtktextbufferserialize.c:1183 +#: ../gtk/gtktextbufferserialize.c:1183 #, c-format msgid "\"%s\" is not a valid attribute name" msgstr "\"%s\" není platným názvem atributu" -#: gtk/gtktextbufferserialize.c:1193 +#: ../gtk/gtktextbufferserialize.c:1193 #, c-format msgid "" "\"%s\" could not be converted to a value of type \"%s\" for attribute \"%s\"" msgstr "\"%s\" nemohlo být převedeno na hodnotu typu \"%s\" atributu \"%s\"" -#: gtk/gtktextbufferserialize.c:1202 +#: ../gtk/gtktextbufferserialize.c:1202 #, c-format msgid "\"%s\" is not a valid value for attribute \"%s\"" msgstr "\"%s\" není platnou hodnotou atributu \"%s\"" -#: gtk/gtktextbufferserialize.c:1285 +#: ../gtk/gtktextbufferserialize.c:1285 #, c-format msgid "Tag \"%s\" already defined" msgstr "Značka \"%s\" již byla definována" -#: gtk/gtktextbufferserialize.c:1296 +#: ../gtk/gtktextbufferserialize.c:1296 #, c-format msgid "Tag \"%s\" has invalid priority \"%s\"" msgstr "Značka \"%s\" má nesprávnou prioritu \"%s\"" -#: gtk/gtktextbufferserialize.c:1349 +#: ../gtk/gtktextbufferserialize.c:1349 #, c-format msgid "Outermost element in text must be not <%s>" msgstr "Nejkrajnější prvek v textu musí být , nikoliv <%s>" -#: gtk/gtktextbufferserialize.c:1358 gtk/gtktextbufferserialize.c:1374 +#: ../gtk/gtktextbufferserialize.c:1358 ../gtk/gtktextbufferserialize.c:1374 #, c-format msgid "A <%s> element has already been specified" msgstr "Prvek <%s> již zadán byl" -#: gtk/gtktextbufferserialize.c:1380 +#: ../gtk/gtktextbufferserialize.c:1380 msgid "A element can't occur before a element" msgstr "Prvek se nemůže vyskytovat před prvkem " -#: gtk/gtktextbufferserialize.c:1779 +#: ../gtk/gtktextbufferserialize.c:1779 msgid "Serialized data is malformed" msgstr "Serializovaná data jsou chybná" -#: gtk/gtktextbufferserialize.c:1857 +#: ../gtk/gtktextbufferserialize.c:1857 msgid "" "Serialized data is malformed. First section isn't GTKTEXTBUFFERCONTENTS-0001" msgstr "" "Serializovaná data jsou chybná. První částí není GTKTEXTBUFFERCONTENTS-0001" -#: gtk/gtktextutil.c:61 +#: ../gtk/gtktextutil.c:61 msgid "LRM _Left-to-right mark" msgstr "LRM - značka z_leva doprava" -#: gtk/gtktextutil.c:62 +#: ../gtk/gtktextutil.c:62 msgid "RLM _Right-to-left mark" msgstr "RLM - značka zp_rava doleva" -#: gtk/gtktextutil.c:63 +#: ../gtk/gtktextutil.c:63 msgid "LRE Left-to-right _embedding" msgstr "LRE - _zapouzdření zleva doprava" -#: gtk/gtktextutil.c:64 +#: ../gtk/gtktextutil.c:64 msgid "RLE Right-to-left e_mbedding" msgstr "RLE - z_apouzdření zprava doleva" -#: gtk/gtktextutil.c:65 +#: ../gtk/gtktextutil.c:65 msgid "LRO Left-to-right _override" msgstr "LRO - _přepisování zleva doprava" -#: gtk/gtktextutil.c:66 +#: ../gtk/gtktextutil.c:66 msgid "RLO Right-to-left o_verride" msgstr "RLO - př_episování zprava doleva" -#: gtk/gtktextutil.c:67 +#: ../gtk/gtktextutil.c:67 msgid "PDF _Pop directional formatting" msgstr "PDF - zrušení směrovaného _formátování" -#: gtk/gtktextutil.c:68 +#: ../gtk/gtktextutil.c:68 msgid "ZWS _Zero width space" msgstr "ZWS - mezera _nulové šířky" -#: gtk/gtktextutil.c:69 +#: ../gtk/gtktextutil.c:69 msgid "ZWJ Zero width _joiner" msgstr "ZWJ - _spojovač nulové šířky" -#: gtk/gtktextutil.c:70 +#: ../gtk/gtktextutil.c:70 msgid "ZWNJ Zero width _non-joiner" msgstr "ZWNJ - nespojovač n_ulové šířky" -#: gtk/gtkthemes.c:71 +#: ../gtk/gtkthemes.c:71 #, c-format msgid "Unable to locate theme engine in module_path: \"%s\"," msgstr "Nelze nalézt systém motivů v module_path: \"%s\"," -#: gtk/gtktipsquery.c:188 +#: ../gtk/gtktipsquery.c:188 msgid "--- No Tip ---" msgstr "--- Bez rady ---" -#: gtk/gtkuimanager.c:1463 +#: ../gtk/gtkuimanager.c:1463 #, c-format msgid "Unexpected start tag '%s' on line %d char %d" msgstr "Neočekávaná počáteční značka \"%s\" na řádku %d, znak %d" -#: gtk/gtkuimanager.c:1553 +#: ../gtk/gtkuimanager.c:1553 #, c-format msgid "Unexpected character data on line %d char %d" msgstr "Neočekávaná data znaků na řádku %d, znak %d" -#: gtk/gtkuimanager.c:2385 +#: ../gtk/gtkuimanager.c:2385 msgid "Empty" msgstr "Prázdný" -#: gtk/gtkvolumebutton.c:73 +#: ../gtk/gtkvolumebutton.c:73 msgid "Volume" msgstr "Hlasitost" -#: gtk/gtkvolumebutton.c:75 +#: ../gtk/gtkvolumebutton.c:75 msgid "Turns volume down or up" msgstr "Sníží nebo zvýší hlasitost" -#: gtk/gtkvolumebutton.c:78 +#: ../gtk/gtkvolumebutton.c:78 msgid "Adjusts the volume" msgstr "Změní hlasitost" -#: gtk/gtkvolumebutton.c:81 gtk/gtkvolumebutton.c:84 +#: ../gtk/gtkvolumebutton.c:81 ../gtk/gtkvolumebutton.c:84 msgid "Volume Down" msgstr "Snížit hlasitost" -#: gtk/gtkvolumebutton.c:83 +#: ../gtk/gtkvolumebutton.c:83 msgid "Decreases the volume" msgstr "Sníží hlasitost" -#: gtk/gtkvolumebutton.c:87 gtk/gtkvolumebutton.c:90 +#: ../gtk/gtkvolumebutton.c:87 ../gtk/gtkvolumebutton.c:90 msgid "Volume Up" msgstr "Zvýšit hlasitost" -#: gtk/gtkvolumebutton.c:89 +#: ../gtk/gtkvolumebutton.c:89 msgid "Increases the volume" msgstr "Zvýší hlasitost" -#: gtk/gtkvolumebutton.c:147 +#: ../gtk/gtkvolumebutton.c:147 msgid "Muted" msgstr "Ztlumeno" -#: gtk/gtkvolumebutton.c:151 +#: ../gtk/gtkvolumebutton.c:151 msgid "Full Volume" msgstr "Maximální hlasitost" @@ -3631,927 +3667,927 @@ msgstr "Maximální hlasitost" #. * Translate the "%d" to "%Id" if you want to use localised digits, #. * or otherwise translate the "%d" to "%d". #. -#: gtk/gtkvolumebutton.c:164 +#: ../gtk/gtkvolumebutton.c:164 #, c-format msgctxt "volume percentage" msgid "%d %%" msgstr "%d %%" -#: gtk/paper_names_offsets.c:4 +#: ../gtk/paper_names_offsets.c:4 msgctxt "paper size" msgid "asme_f" msgstr "asme_f" -#: gtk/paper_names_offsets.c:5 +#: ../gtk/paper_names_offsets.c:5 msgctxt "paper size" msgid "A0x2" msgstr "A0x2" -#: gtk/paper_names_offsets.c:6 +#: ../gtk/paper_names_offsets.c:6 msgctxt "paper size" msgid "A0" msgstr "A0" -#: gtk/paper_names_offsets.c:7 +#: ../gtk/paper_names_offsets.c:7 msgctxt "paper size" msgid "A0x3" msgstr "A0x3" -#: gtk/paper_names_offsets.c:8 +#: ../gtk/paper_names_offsets.c:8 msgctxt "paper size" msgid "A1" msgstr "A1" -#: gtk/paper_names_offsets.c:9 +#: ../gtk/paper_names_offsets.c:9 msgctxt "paper size" msgid "A10" msgstr "A10" -#: gtk/paper_names_offsets.c:10 +#: ../gtk/paper_names_offsets.c:10 msgctxt "paper size" msgid "A1x3" msgstr "A1x3" -#: gtk/paper_names_offsets.c:11 +#: ../gtk/paper_names_offsets.c:11 msgctxt "paper size" msgid "A1x4" msgstr "A1x4" -#: gtk/paper_names_offsets.c:12 +#: ../gtk/paper_names_offsets.c:12 msgctxt "paper size" msgid "A2" msgstr "A2" -#: gtk/paper_names_offsets.c:13 +#: ../gtk/paper_names_offsets.c:13 msgctxt "paper size" msgid "A2x3" msgstr "A2x3" -#: gtk/paper_names_offsets.c:14 +#: ../gtk/paper_names_offsets.c:14 msgctxt "paper size" msgid "A2x4" msgstr "A2x4" -#: gtk/paper_names_offsets.c:15 +#: ../gtk/paper_names_offsets.c:15 msgctxt "paper size" msgid "A2x5" msgstr "A2x5" -#: gtk/paper_names_offsets.c:16 +#: ../gtk/paper_names_offsets.c:16 msgctxt "paper size" msgid "A3" msgstr "A3" -#: gtk/paper_names_offsets.c:17 +#: ../gtk/paper_names_offsets.c:17 msgctxt "paper size" msgid "A3 Extra" msgstr "A3 Extra" -#: gtk/paper_names_offsets.c:18 +#: ../gtk/paper_names_offsets.c:18 msgctxt "paper size" msgid "A3x3" msgstr "A3x3" -#: gtk/paper_names_offsets.c:19 +#: ../gtk/paper_names_offsets.c:19 msgctxt "paper size" msgid "A3x4" msgstr "A3x4" -#: gtk/paper_names_offsets.c:20 +#: ../gtk/paper_names_offsets.c:20 msgctxt "paper size" msgid "A3x5" msgstr "A3x5" -#: gtk/paper_names_offsets.c:21 +#: ../gtk/paper_names_offsets.c:21 msgctxt "paper size" msgid "A3x6" msgstr "A3x6" -#: gtk/paper_names_offsets.c:22 +#: ../gtk/paper_names_offsets.c:22 msgctxt "paper size" msgid "A3x7" msgstr "A3x7" -#: gtk/paper_names_offsets.c:23 +#: ../gtk/paper_names_offsets.c:23 msgctxt "paper size" msgid "A4" msgstr "A4" -#: gtk/paper_names_offsets.c:24 +#: ../gtk/paper_names_offsets.c:24 msgctxt "paper size" msgid "A4 Extra" msgstr "A4 Extra" -#: gtk/paper_names_offsets.c:25 +#: ../gtk/paper_names_offsets.c:25 msgctxt "paper size" msgid "A4 Tab" msgstr "A4 Tab" -#: gtk/paper_names_offsets.c:26 +#: ../gtk/paper_names_offsets.c:26 msgctxt "paper size" msgid "A4x3" msgstr "A4x3" -#: gtk/paper_names_offsets.c:27 +#: ../gtk/paper_names_offsets.c:27 msgctxt "paper size" msgid "A4x4" msgstr "A4x4" -#: gtk/paper_names_offsets.c:28 +#: ../gtk/paper_names_offsets.c:28 msgctxt "paper size" msgid "A4x5" msgstr "A4x5" -#: gtk/paper_names_offsets.c:29 +#: ../gtk/paper_names_offsets.c:29 msgctxt "paper size" msgid "A4x6" msgstr "A4x6" -#: gtk/paper_names_offsets.c:30 +#: ../gtk/paper_names_offsets.c:30 msgctxt "paper size" msgid "A4x7" msgstr "A4x7" -#: gtk/paper_names_offsets.c:31 +#: ../gtk/paper_names_offsets.c:31 msgctxt "paper size" msgid "A4x8" msgstr "A4x8" -#: gtk/paper_names_offsets.c:32 +#: ../gtk/paper_names_offsets.c:32 msgctxt "paper size" msgid "A4x9" msgstr "A4x9" -#: gtk/paper_names_offsets.c:33 +#: ../gtk/paper_names_offsets.c:33 msgctxt "paper size" msgid "A5" msgstr "A5" -#: gtk/paper_names_offsets.c:34 +#: ../gtk/paper_names_offsets.c:34 msgctxt "paper size" msgid "A5 Extra" msgstr "A5 Extra" -#: gtk/paper_names_offsets.c:35 +#: ../gtk/paper_names_offsets.c:35 msgctxt "paper size" msgid "A6" msgstr "A6" -#: gtk/paper_names_offsets.c:36 +#: ../gtk/paper_names_offsets.c:36 msgctxt "paper size" msgid "A7" msgstr "A7" -#: gtk/paper_names_offsets.c:37 +#: ../gtk/paper_names_offsets.c:37 msgctxt "paper size" msgid "A8" msgstr "A8" -#: gtk/paper_names_offsets.c:38 +#: ../gtk/paper_names_offsets.c:38 msgctxt "paper size" msgid "A9" msgstr "A9" -#: gtk/paper_names_offsets.c:39 +#: ../gtk/paper_names_offsets.c:39 msgctxt "paper size" msgid "B0" msgstr "B0" -#: gtk/paper_names_offsets.c:40 +#: ../gtk/paper_names_offsets.c:40 msgctxt "paper size" msgid "B1" msgstr "B1" -#: gtk/paper_names_offsets.c:41 +#: ../gtk/paper_names_offsets.c:41 msgctxt "paper size" msgid "B10" msgstr "B10" -#: gtk/paper_names_offsets.c:42 +#: ../gtk/paper_names_offsets.c:42 msgctxt "paper size" msgid "B2" msgstr "B2" -#: gtk/paper_names_offsets.c:43 +#: ../gtk/paper_names_offsets.c:43 msgctxt "paper size" msgid "B3" msgstr "B3" -#: gtk/paper_names_offsets.c:44 +#: ../gtk/paper_names_offsets.c:44 msgctxt "paper size" msgid "B4" msgstr "B4" -#: gtk/paper_names_offsets.c:45 +#: ../gtk/paper_names_offsets.c:45 msgctxt "paper size" msgid "B5" msgstr "B5" -#: gtk/paper_names_offsets.c:46 +#: ../gtk/paper_names_offsets.c:46 msgctxt "paper size" msgid "B5 Extra" msgstr "B5 Extra" -#: gtk/paper_names_offsets.c:47 +#: ../gtk/paper_names_offsets.c:47 msgctxt "paper size" msgid "B6" msgstr "B6" -#: gtk/paper_names_offsets.c:48 +#: ../gtk/paper_names_offsets.c:48 msgctxt "paper size" msgid "B6/C4" msgstr "B6/C4" -#: gtk/paper_names_offsets.c:49 +#: ../gtk/paper_names_offsets.c:49 msgctxt "paper size" msgid "B7" msgstr "B7" -#: gtk/paper_names_offsets.c:50 +#: ../gtk/paper_names_offsets.c:50 msgctxt "paper size" msgid "B8" msgstr "B8" -#: gtk/paper_names_offsets.c:51 +#: ../gtk/paper_names_offsets.c:51 msgctxt "paper size" msgid "B9" msgstr "B9" -#: gtk/paper_names_offsets.c:52 +#: ../gtk/paper_names_offsets.c:52 msgctxt "paper size" msgid "C0" msgstr "C0" -#: gtk/paper_names_offsets.c:53 +#: ../gtk/paper_names_offsets.c:53 msgctxt "paper size" msgid "C1" msgstr "C1" -#: gtk/paper_names_offsets.c:54 +#: ../gtk/paper_names_offsets.c:54 msgctxt "paper size" msgid "C10" msgstr "C10" -#: gtk/paper_names_offsets.c:55 +#: ../gtk/paper_names_offsets.c:55 msgctxt "paper size" msgid "C2" msgstr "C2" -#: gtk/paper_names_offsets.c:56 +#: ../gtk/paper_names_offsets.c:56 msgctxt "paper size" msgid "C3" msgstr "C3" -#: gtk/paper_names_offsets.c:57 +#: ../gtk/paper_names_offsets.c:57 msgctxt "paper size" msgid "C4" msgstr "C4" -#: gtk/paper_names_offsets.c:58 +#: ../gtk/paper_names_offsets.c:58 msgctxt "paper size" msgid "C5" msgstr "C5" -#: gtk/paper_names_offsets.c:59 +#: ../gtk/paper_names_offsets.c:59 msgctxt "paper size" msgid "C6" msgstr "C6" -#: gtk/paper_names_offsets.c:60 +#: ../gtk/paper_names_offsets.c:60 msgctxt "paper size" msgid "C6/C5" msgstr "C6/C5" -#: gtk/paper_names_offsets.c:61 +#: ../gtk/paper_names_offsets.c:61 msgctxt "paper size" msgid "C7" msgstr "C7" -#: gtk/paper_names_offsets.c:62 +#: ../gtk/paper_names_offsets.c:62 msgctxt "paper size" msgid "C7/C6" msgstr "C7/C6" -#: gtk/paper_names_offsets.c:63 +#: ../gtk/paper_names_offsets.c:63 msgctxt "paper size" msgid "C8" msgstr "C8" -#: gtk/paper_names_offsets.c:64 +#: ../gtk/paper_names_offsets.c:64 msgctxt "paper size" msgid "C9" msgstr "C9" -#: gtk/paper_names_offsets.c:65 +#: ../gtk/paper_names_offsets.c:65 msgctxt "paper size" msgid "DL Envelope" msgstr "Obálka DL" -#: gtk/paper_names_offsets.c:66 +#: ../gtk/paper_names_offsets.c:66 msgctxt "paper size" msgid "RA0" msgstr "RA0" -#: gtk/paper_names_offsets.c:67 +#: ../gtk/paper_names_offsets.c:67 msgctxt "paper size" msgid "RA1" msgstr "RA1" -#: gtk/paper_names_offsets.c:68 +#: ../gtk/paper_names_offsets.c:68 msgctxt "paper size" msgid "RA2" msgstr "RA2" -#: gtk/paper_names_offsets.c:69 +#: ../gtk/paper_names_offsets.c:69 msgctxt "paper size" msgid "SRA0" msgstr "SRA0" -#: gtk/paper_names_offsets.c:70 +#: ../gtk/paper_names_offsets.c:70 msgctxt "paper size" msgid "SRA1" msgstr "SRA1" -#: gtk/paper_names_offsets.c:71 +#: ../gtk/paper_names_offsets.c:71 msgctxt "paper size" msgid "SRA2" msgstr "SRA2" -#: gtk/paper_names_offsets.c:72 +#: ../gtk/paper_names_offsets.c:72 msgctxt "paper size" msgid "JB0" msgstr "JB0" -#: gtk/paper_names_offsets.c:73 +#: ../gtk/paper_names_offsets.c:73 msgctxt "paper size" msgid "JB1" msgstr "JB1" -#: gtk/paper_names_offsets.c:74 +#: ../gtk/paper_names_offsets.c:74 msgctxt "paper size" msgid "JB10" msgstr "JB10" -#: gtk/paper_names_offsets.c:75 +#: ../gtk/paper_names_offsets.c:75 msgctxt "paper size" msgid "JB2" msgstr "JB2" -#: gtk/paper_names_offsets.c:76 +#: ../gtk/paper_names_offsets.c:76 msgctxt "paper size" msgid "JB3" msgstr "JB3" -#: gtk/paper_names_offsets.c:77 +#: ../gtk/paper_names_offsets.c:77 msgctxt "paper size" msgid "JB4" msgstr "JB4" -#: gtk/paper_names_offsets.c:78 +#: ../gtk/paper_names_offsets.c:78 msgctxt "paper size" msgid "JB5" msgstr "JB5" -#: gtk/paper_names_offsets.c:79 +#: ../gtk/paper_names_offsets.c:79 msgctxt "paper size" msgid "JB6" msgstr "JB6" -#: gtk/paper_names_offsets.c:80 +#: ../gtk/paper_names_offsets.c:80 msgctxt "paper size" msgid "JB7" msgstr "JB7" -#: gtk/paper_names_offsets.c:81 +#: ../gtk/paper_names_offsets.c:81 msgctxt "paper size" msgid "JB8" msgstr "JB8" -#: gtk/paper_names_offsets.c:82 +#: ../gtk/paper_names_offsets.c:82 msgctxt "paper size" msgid "JB9" msgstr "JB9" -#: gtk/paper_names_offsets.c:83 +#: ../gtk/paper_names_offsets.c:83 msgctxt "paper size" msgid "jis exec" msgstr "jis exec" -#: gtk/paper_names_offsets.c:84 +#: ../gtk/paper_names_offsets.c:84 msgctxt "paper size" msgid "Choukei 2 Envelope" msgstr "Obálka Choukei 2" -#: gtk/paper_names_offsets.c:85 +#: ../gtk/paper_names_offsets.c:85 msgctxt "paper size" msgid "Choukei 3 Envelope" msgstr "Obálka Choukei 3" -#: gtk/paper_names_offsets.c:86 +#: ../gtk/paper_names_offsets.c:86 msgctxt "paper size" msgid "Choukei 4 Envelope" msgstr "Obálka Choukei 4" -#: gtk/paper_names_offsets.c:87 +#: ../gtk/paper_names_offsets.c:87 msgctxt "paper size" msgid "hagaki (postcard)" msgstr "hagaki (dopisnice)" -#: gtk/paper_names_offsets.c:88 +#: ../gtk/paper_names_offsets.c:88 msgctxt "paper size" msgid "kahu Envelope" msgstr "Obálka kahu" -#: gtk/paper_names_offsets.c:89 +#: ../gtk/paper_names_offsets.c:89 msgctxt "paper size" msgid "kaku2 Envelope" msgstr "Obálka kaku2" -#: gtk/paper_names_offsets.c:90 +#: ../gtk/paper_names_offsets.c:90 msgctxt "paper size" msgid "oufuku (reply postcard)" msgstr "oufuku (odpovědní dopisnice)" -#: gtk/paper_names_offsets.c:91 +#: ../gtk/paper_names_offsets.c:91 msgctxt "paper size" msgid "you4 Envelope" msgstr "Obálka you4" -#: gtk/paper_names_offsets.c:92 +#: ../gtk/paper_names_offsets.c:92 msgctxt "paper size" msgid "10x11" msgstr "10x11" -#: gtk/paper_names_offsets.c:93 +#: ../gtk/paper_names_offsets.c:93 msgctxt "paper size" msgid "10x13" msgstr "10x13" -#: gtk/paper_names_offsets.c:94 +#: ../gtk/paper_names_offsets.c:94 msgctxt "paper size" msgid "10x14" msgstr "10x14" -#: gtk/paper_names_offsets.c:95 gtk/paper_names_offsets.c:96 +#: ../gtk/paper_names_offsets.c:95 ../gtk/paper_names_offsets.c:96 msgctxt "paper size" msgid "10x15" msgstr "10x15" -#: gtk/paper_names_offsets.c:97 +#: ../gtk/paper_names_offsets.c:97 msgctxt "paper size" msgid "11x12" msgstr "11x12" -#: gtk/paper_names_offsets.c:98 +#: ../gtk/paper_names_offsets.c:98 msgctxt "paper size" msgid "11x15" msgstr "11x15" -#: gtk/paper_names_offsets.c:99 +#: ../gtk/paper_names_offsets.c:99 msgctxt "paper size" msgid "12x19" msgstr "12x19" -#: gtk/paper_names_offsets.c:100 +#: ../gtk/paper_names_offsets.c:100 msgctxt "paper size" msgid "5x7" msgstr "5x7" -#: gtk/paper_names_offsets.c:101 +#: ../gtk/paper_names_offsets.c:101 msgctxt "paper size" msgid "6x9 Envelope" msgstr "Obálka 6x9" -#: gtk/paper_names_offsets.c:102 +#: ../gtk/paper_names_offsets.c:102 msgctxt "paper size" msgid "7x9 Envelope" msgstr "Obálka 7x9" -#: gtk/paper_names_offsets.c:103 +#: ../gtk/paper_names_offsets.c:103 msgctxt "paper size" msgid "9x11 Envelope" msgstr "Obálka 9x11" -#: gtk/paper_names_offsets.c:104 +#: ../gtk/paper_names_offsets.c:104 msgctxt "paper size" msgid "a2 Envelope" msgstr "Obálka a2" -#: gtk/paper_names_offsets.c:105 +#: ../gtk/paper_names_offsets.c:105 msgctxt "paper size" msgid "Arch A" msgstr "Arch A" -#: gtk/paper_names_offsets.c:106 +#: ../gtk/paper_names_offsets.c:106 msgctxt "paper size" msgid "Arch B" msgstr "Arch B" -#: gtk/paper_names_offsets.c:107 +#: ../gtk/paper_names_offsets.c:107 msgctxt "paper size" msgid "Arch C" msgstr "Arch C" -#: gtk/paper_names_offsets.c:108 +#: ../gtk/paper_names_offsets.c:108 msgctxt "paper size" msgid "Arch D" msgstr "Arch D" -#: gtk/paper_names_offsets.c:109 +#: ../gtk/paper_names_offsets.c:109 msgctxt "paper size" msgid "Arch E" msgstr "Arch E" -#: gtk/paper_names_offsets.c:110 +#: ../gtk/paper_names_offsets.c:110 msgctxt "paper size" msgid "b-plus" msgstr "b-plus" -#: gtk/paper_names_offsets.c:111 +#: ../gtk/paper_names_offsets.c:111 msgctxt "paper size" msgid "c" msgstr "c" -#: gtk/paper_names_offsets.c:112 +#: ../gtk/paper_names_offsets.c:112 msgctxt "paper size" msgid "c5 Envelope" msgstr "Obálka c5" -#: gtk/paper_names_offsets.c:113 +#: ../gtk/paper_names_offsets.c:113 msgctxt "paper size" msgid "d" msgstr "d" -#: gtk/paper_names_offsets.c:114 +#: ../gtk/paper_names_offsets.c:114 msgctxt "paper size" msgid "e" msgstr "e" -#: gtk/paper_names_offsets.c:115 +#: ../gtk/paper_names_offsets.c:115 msgctxt "paper size" msgid "edp" msgstr "edp" -#: gtk/paper_names_offsets.c:116 +#: ../gtk/paper_names_offsets.c:116 msgctxt "paper size" msgid "European edp" msgstr "European edp" -#: gtk/paper_names_offsets.c:117 +#: ../gtk/paper_names_offsets.c:117 msgctxt "paper size" msgid "Executive" msgstr "Executive" -#: gtk/paper_names_offsets.c:118 +#: ../gtk/paper_names_offsets.c:118 msgctxt "paper size" msgid "f" msgstr "f" -#: gtk/paper_names_offsets.c:119 +#: ../gtk/paper_names_offsets.c:119 msgctxt "paper size" msgid "FanFold European" msgstr "FanFold European" -#: gtk/paper_names_offsets.c:120 +#: ../gtk/paper_names_offsets.c:120 msgctxt "paper size" msgid "FanFold US" msgstr "FanFold US" -#: gtk/paper_names_offsets.c:121 +#: ../gtk/paper_names_offsets.c:121 msgctxt "paper size" msgid "FanFold German Legal" msgstr "FanFold German Legal" -#: gtk/paper_names_offsets.c:122 +#: ../gtk/paper_names_offsets.c:122 msgctxt "paper size" msgid "Government Legal" msgstr "Government Legal" -#: gtk/paper_names_offsets.c:123 +#: ../gtk/paper_names_offsets.c:123 msgctxt "paper size" msgid "Government Letter" msgstr "Government Letter" -#: gtk/paper_names_offsets.c:124 +#: ../gtk/paper_names_offsets.c:124 msgctxt "paper size" msgid "Index 3x5" msgstr "Index 3x5" -#: gtk/paper_names_offsets.c:125 +#: ../gtk/paper_names_offsets.c:125 msgctxt "paper size" msgid "Index 4x6 (postcard)" msgstr "Index 4x6 (dopisnice)" -#: gtk/paper_names_offsets.c:126 +#: ../gtk/paper_names_offsets.c:126 msgctxt "paper size" msgid "Index 4x6 ext" msgstr "Index 4x6 ext" -#: gtk/paper_names_offsets.c:127 +#: ../gtk/paper_names_offsets.c:127 msgctxt "paper size" msgid "Index 5x8" msgstr "Index 5x8" -#: gtk/paper_names_offsets.c:128 +#: ../gtk/paper_names_offsets.c:128 msgctxt "paper size" msgid "Invoice" msgstr "Invoice" -#: gtk/paper_names_offsets.c:129 +#: ../gtk/paper_names_offsets.c:129 msgctxt "paper size" msgid "Tabloid" msgstr "Tabloid" -#: gtk/paper_names_offsets.c:130 +#: ../gtk/paper_names_offsets.c:130 msgctxt "paper size" msgid "US Legal" msgstr "US Legal" -#: gtk/paper_names_offsets.c:131 +#: ../gtk/paper_names_offsets.c:131 msgctxt "paper size" msgid "US Legal Extra" msgstr "US Legal Extra" -#: gtk/paper_names_offsets.c:132 +#: ../gtk/paper_names_offsets.c:132 msgctxt "paper size" msgid "US Letter" msgstr "US Letter" -#: gtk/paper_names_offsets.c:133 +#: ../gtk/paper_names_offsets.c:133 msgctxt "paper size" msgid "US Letter Extra" msgstr "US Letter Extra" -#: gtk/paper_names_offsets.c:134 +#: ../gtk/paper_names_offsets.c:134 msgctxt "paper size" msgid "US Letter Plus" msgstr "US Letter Plus" -#: gtk/paper_names_offsets.c:135 +#: ../gtk/paper_names_offsets.c:135 msgctxt "paper size" msgid "Monarch Envelope" msgstr "Obálka Monarch" -#: gtk/paper_names_offsets.c:136 +#: ../gtk/paper_names_offsets.c:136 msgctxt "paper size" msgid "#10 Envelope" msgstr "Obálka č. 10" -#: gtk/paper_names_offsets.c:137 +#: ../gtk/paper_names_offsets.c:137 msgctxt "paper size" msgid "#11 Envelope" msgstr "Obálka č. 11" -#: gtk/paper_names_offsets.c:138 +#: ../gtk/paper_names_offsets.c:138 msgctxt "paper size" msgid "#12 Envelope" msgstr "Obálka č. 12" -#: gtk/paper_names_offsets.c:139 +#: ../gtk/paper_names_offsets.c:139 msgctxt "paper size" msgid "#14 Envelope" msgstr "Obálka č. 14" -#: gtk/paper_names_offsets.c:140 +#: ../gtk/paper_names_offsets.c:140 msgctxt "paper size" msgid "#9 Envelope" msgstr "Obálka č. 9" -#: gtk/paper_names_offsets.c:141 +#: ../gtk/paper_names_offsets.c:141 msgctxt "paper size" msgid "Personal Envelope" msgstr "Osobní obálka" -#: gtk/paper_names_offsets.c:142 +#: ../gtk/paper_names_offsets.c:142 msgctxt "paper size" msgid "Quarto" msgstr "Quarto" -#: gtk/paper_names_offsets.c:143 +#: ../gtk/paper_names_offsets.c:143 msgctxt "paper size" msgid "Super A" msgstr "Super A" -#: gtk/paper_names_offsets.c:144 +#: ../gtk/paper_names_offsets.c:144 msgctxt "paper size" msgid "Super B" msgstr "Super B" -#: gtk/paper_names_offsets.c:145 +#: ../gtk/paper_names_offsets.c:145 msgctxt "paper size" msgid "Wide Format" msgstr "Široký formát" -#: gtk/paper_names_offsets.c:146 +#: ../gtk/paper_names_offsets.c:146 msgctxt "paper size" msgid "Dai-pa-kai" msgstr "Dai-pa-kai" -#: gtk/paper_names_offsets.c:147 +#: ../gtk/paper_names_offsets.c:147 msgctxt "paper size" msgid "Folio" msgstr "Folio" -#: gtk/paper_names_offsets.c:148 +#: ../gtk/paper_names_offsets.c:148 msgctxt "paper size" msgid "Folio sp" msgstr "Folio sp" -#: gtk/paper_names_offsets.c:149 +#: ../gtk/paper_names_offsets.c:149 msgctxt "paper size" msgid "Invite Envelope" msgstr "Obálka Invite" -#: gtk/paper_names_offsets.c:150 +#: ../gtk/paper_names_offsets.c:150 msgctxt "paper size" msgid "Italian Envelope" msgstr "Italská obálka" -#: gtk/paper_names_offsets.c:151 +#: ../gtk/paper_names_offsets.c:151 msgctxt "paper size" msgid "juuro-ku-kai" msgstr "juuro-ku-kai" -#: gtk/paper_names_offsets.c:152 +#: ../gtk/paper_names_offsets.c:152 msgctxt "paper size" msgid "pa-kai" msgstr "pa-kai" -#: gtk/paper_names_offsets.c:153 +#: ../gtk/paper_names_offsets.c:153 msgctxt "paper size" msgid "Postfix Envelope" msgstr "Obálka Postfix" -#: gtk/paper_names_offsets.c:154 +#: ../gtk/paper_names_offsets.c:154 msgctxt "paper size" msgid "Small Photo" msgstr "Small Photo" -#: gtk/paper_names_offsets.c:155 +#: ../gtk/paper_names_offsets.c:155 msgctxt "paper size" msgid "prc1 Envelope" msgstr "Obálka prc1" -#: gtk/paper_names_offsets.c:156 +#: ../gtk/paper_names_offsets.c:156 msgctxt "paper size" msgid "prc10 Envelope" msgstr "Obálka prc10" -#: gtk/paper_names_offsets.c:157 +#: ../gtk/paper_names_offsets.c:157 msgctxt "paper size" msgid "prc 16k" msgstr "prc 16k" -#: gtk/paper_names_offsets.c:158 +#: ../gtk/paper_names_offsets.c:158 msgctxt "paper size" msgid "prc2 Envelope" msgstr "Obálka prc2" -#: gtk/paper_names_offsets.c:159 +#: ../gtk/paper_names_offsets.c:159 msgctxt "paper size" msgid "prc3 Envelope" msgstr "Obálka prc3" -#: gtk/paper_names_offsets.c:160 +#: ../gtk/paper_names_offsets.c:160 msgctxt "paper size" msgid "prc 32k" msgstr "prc 32k" -#: gtk/paper_names_offsets.c:161 +#: ../gtk/paper_names_offsets.c:161 msgctxt "paper size" msgid "prc4 Envelope" msgstr "Obálka prc4" -#: gtk/paper_names_offsets.c:162 +#: ../gtk/paper_names_offsets.c:162 msgctxt "paper size" msgid "prc5 Envelope" msgstr "Obálka prc5" -#: gtk/paper_names_offsets.c:163 +#: ../gtk/paper_names_offsets.c:163 msgctxt "paper size" msgid "prc6 Envelope" msgstr "Obálka prc6" -#: gtk/paper_names_offsets.c:164 +#: ../gtk/paper_names_offsets.c:164 msgctxt "paper size" msgid "prc7 Envelope" msgstr "Obálka prc7" -#: gtk/paper_names_offsets.c:165 +#: ../gtk/paper_names_offsets.c:165 msgctxt "paper size" msgid "prc8 Envelope" msgstr "Obálka prc8" -#: gtk/paper_names_offsets.c:166 +#: ../gtk/paper_names_offsets.c:166 msgctxt "paper size" msgid "ROC 16k" msgstr "ROC 16k" -#: gtk/paper_names_offsets.c:167 +#: ../gtk/paper_names_offsets.c:167 msgctxt "paper size" msgid "ROC 8k" msgstr "ROC 8k" -#: gtk/updateiconcache.c:492 gtk/updateiconcache.c:552 +#: ../gtk/updateiconcache.c:492 ../gtk/updateiconcache.c:552 #, c-format msgid "different idatas found for symlinked '%s' and '%s'\n" msgstr "nalezena rozdílná \"idatas\" symbolicky odkazovaných \"%s\" a \"%s\"\n" -#: gtk/updateiconcache.c:1374 +#: ../gtk/updateiconcache.c:1374 #, c-format msgid "Failed to write header\n" msgstr "Nezdařil se zápis záhlaví\n" -#: gtk/updateiconcache.c:1380 +#: ../gtk/updateiconcache.c:1380 #, c-format msgid "Failed to write hash table\n" msgstr "Nezdařil se zápis tabulky \"hash\"\n" -#: gtk/updateiconcache.c:1386 +#: ../gtk/updateiconcache.c:1386 #, c-format msgid "Failed to write folder index\n" msgstr "Nezdařil se zápis indexu složky\n" -#: gtk/updateiconcache.c:1394 +#: ../gtk/updateiconcache.c:1394 #, c-format msgid "Failed to rewrite header\n" msgstr "Nezdařil se přepis záhlaví\n" -#: gtk/updateiconcache.c:1455 +#: ../gtk/updateiconcache.c:1455 #, c-format msgid "Failed to open file %s : %s\n" msgstr "Nezdařilo se otevřít soubor %s : %s\n" -#: gtk/updateiconcache.c:1463 +#: ../gtk/updateiconcache.c:1463 #, c-format msgid "Failed to write cache file: %s\n" msgstr "Nezdařil se zápis souboru vyrovnávací paměti: %s\n" -#: gtk/updateiconcache.c:1499 +#: ../gtk/updateiconcache.c:1499 #, c-format msgid "The generated cache was invalid.\n" msgstr "Vytvořená vyrovnávací paměť byla neplatná.\n" -#: gtk/updateiconcache.c:1511 +#: ../gtk/updateiconcache.c:1511 #, c-format msgid "Could not rename %s to %s: %s, removing %s then.\n" msgstr "Nelze přejmenovat %s na %s: %s, odstraňuje se tedy %s.\n" -#: gtk/updateiconcache.c:1523 +#: ../gtk/updateiconcache.c:1523 #, c-format msgid "Could not rename %s to %s: %s\n" msgstr "Nelze přejmenovat %s na %s: %s\n" -#: gtk/updateiconcache.c:1530 +#: ../gtk/updateiconcache.c:1530 #, c-format msgid "Could not rename %s back to %s: %s.\n" msgstr "%s nelze přejmenovat zpět na %s: %s.\n" -#: gtk/updateiconcache.c:1556 +#: ../gtk/updateiconcache.c:1556 #, c-format msgid "Cache file created successfully.\n" msgstr "Soubor vyrovnávací paměti úspěšně vytvořen.\n" -#: gtk/updateiconcache.c:1595 +#: ../gtk/updateiconcache.c:1595 msgid "Overwrite an existing cache, even if up to date" msgstr "Přepsat existující vyrovnávací paměť, i když je aktuální" -#: gtk/updateiconcache.c:1596 +#: ../gtk/updateiconcache.c:1596 msgid "Don't check for the existence of index.theme" msgstr "Nekontrolovat existenci \"index.theme\"" -#: gtk/updateiconcache.c:1597 +#: ../gtk/updateiconcache.c:1597 msgid "Don't include image data in the cache" msgstr "Nezahrnout do vyrovnávací paměti obrazová data" -#: gtk/updateiconcache.c:1598 +#: ../gtk/updateiconcache.c:1598 msgid "Output a C header file" msgstr "Výstupem soubor typu \"C header\"" -#: gtk/updateiconcache.c:1599 +#: ../gtk/updateiconcache.c:1599 msgid "Turn off verbose output" msgstr "Vypnout podrobný výstup" -#: gtk/updateiconcache.c:1600 +#: ../gtk/updateiconcache.c:1600 msgid "Validate existing icon cache" msgstr "Ověřit existující vyrovnávací paměť ikon" -#: gtk/updateiconcache.c:1663 +#: ../gtk/updateiconcache.c:1663 #, c-format msgid "File not found: %s\n" msgstr "Soubor nenalezen: %s\n" -#: gtk/updateiconcache.c:1669 +#: ../gtk/updateiconcache.c:1669 #, c-format msgid "Not a valid icon cache: %s\n" msgstr "Neplatná vyrovnávací paměť ikon: %s\n" -#: gtk/updateiconcache.c:1682 +#: ../gtk/updateiconcache.c:1682 #, c-format msgid "No theme index file." msgstr "Soubor index motivu neexistuje." -#: gtk/updateiconcache.c:1686 +#: ../gtk/updateiconcache.c:1686 #, c-format msgid "" "No theme index file in '%s'.\n" @@ -4562,271 +4598,319 @@ msgstr "" "prosím --ignore-theme-index.\n" #. ID -#: modules/input/imam-et.c:454 +#: ../modules/input/imam-et.c:454 msgid "Amharic (EZ+)" msgstr "Amharština (EZ+)" #. ID -#: modules/input/imcedilla.c:92 +#: ../modules/input/imcedilla.c:92 msgid "Cedilla" msgstr "Cédille" #. ID -#: modules/input/imcyrillic-translit.c:217 +#: ../modules/input/imcyrillic-translit.c:217 msgid "Cyrillic (Transliterated)" msgstr "Cyrilice (transliterovaná)" #. ID -#: modules/input/iminuktitut.c:127 +#: ../modules/input/iminuktitut.c:127 msgid "Inuktitut (Transliterated)" msgstr "Inuktitut (transliterovaný)" #. ID -#: modules/input/imipa.c:145 +#: ../modules/input/imipa.c:145 msgid "IPA" msgstr "IPA" #. ID -#: modules/input/immultipress.c:31 +#: ../modules/input/immultipress.c:31 msgid "Multipress" msgstr "Multipress" #. ID -#: modules/input/imthai.c:35 +#: ../modules/input/imthai.c:35 msgid "Thai-Lao" msgstr "Thajština-laoština" #. ID -#: modules/input/imti-er.c:453 +#: ../modules/input/imti-er.c:453 msgid "Tigrigna-Eritrean (EZ+)" msgstr "Tigriňa-Eritrea (EZ+)" #. ID -#: modules/input/imti-et.c:453 +#: ../modules/input/imti-et.c:453 msgid "Tigrigna-Ethiopian (EZ+)" msgstr "Tigriňa-Etiopie (EZ+)" #. ID -#: modules/input/imviqr.c:244 +#: ../modules/input/imviqr.c:244 msgid "Vietnamese (VIQR)" msgstr "Vietnamština (VIQR)" #. ID -#: modules/input/imxim.c:28 +#: ../modules/input/imxim.c:28 msgid "X Input Method" msgstr "Vstupní metoda X" -#: modules/printbackends/cups/gtkprintbackendcups.c:1176 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:769 +#, c-format +msgid "Authentication is required to get a file from %s" +msgstr "" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:773 +#, c-format +msgid "Authentication is required to print document '%s' on printer %s" +msgstr "" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:775 +#, c-format +msgid "Authentication is required to print a document on %s" +msgstr "" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:779 +#, c-format +msgid "Authentication is required to get attributes of job '%s'" +msgstr "" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:781 +msgid "Authentication is required to get attributes of a job" +msgstr "" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:785 +#, c-format +msgid "Authentication is required to get attributes of printer %s" +msgstr "" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:787 +msgid "Authentication is required to get attributes of a printer" +msgstr "" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:790 +#, c-format +msgid "Authentication is required to get default printer of %s" +msgstr "" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:793 +#, c-format +msgid "Authentication is required to get printers from %s" +msgstr "" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:796 +#, c-format +msgid "Authentication is required on %s" +msgstr "" + +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1412 #, c-format msgid "Printer '%s' is low on toner." msgstr "Tiskárně \"%s\" dochází toner." -#: modules/printbackends/cups/gtkprintbackendcups.c:1177 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1413 #, c-format msgid "Printer '%s' has no toner left." msgstr "Tiskárně \"%s\" došel toner." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1415 #, c-format msgid "Printer '%s' is low on developer." msgstr "Tiskárně \"%s\" dochází vývojka." #. Translators: "Developer" like on photo development context -#: modules/printbackends/cups/gtkprintbackendcups.c:1181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1417 #, c-format msgid "Printer '%s' is out of developer." msgstr "Tiskárně \"%s\" došla vývojka." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1419 #, c-format msgid "Printer '%s' is low on at least one marker supply." msgstr "Tiskárně \"%s\" dochází zásoba alespoň jednoho popisovače." #. Translators: "marker" is one color bin of the printer -#: modules/printbackends/cups/gtkprintbackendcups.c:1185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1421 #, c-format msgid "Printer '%s' is out of at least one marker supply." msgstr "Tiskárně \"%s\" došla zásoba alespoň jednoho popisovače." -#: modules/printbackends/cups/gtkprintbackendcups.c:1186 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1422 #, c-format msgid "The cover is open on printer '%s'." msgstr "Na tiskárně \"%s\" je otevřen kryt." -#: modules/printbackends/cups/gtkprintbackendcups.c:1187 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1423 #, c-format msgid "The door is open on printer '%s'." msgstr "Na tiskárně \"%s\" jsou otevřena dvířka." -#: modules/printbackends/cups/gtkprintbackendcups.c:1188 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1424 #, c-format msgid "Printer '%s' is low on paper." msgstr "Tiskárně \"%s\" dochází papír." -#: modules/printbackends/cups/gtkprintbackendcups.c:1189 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1425 #, c-format msgid "Printer '%s' is out of paper." msgstr "Tiskárně \"%s\" došel papír." -#: modules/printbackends/cups/gtkprintbackendcups.c:1190 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1426 #, c-format msgid "Printer '%s' is currently off-line." msgstr "Tiskárna \"%s\" není v tomto okamžiku připojena." -#: modules/printbackends/cups/gtkprintbackendcups.c:1191 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1427 #, c-format msgid "Printer '%s' may not be connected." msgstr "Tiskárna \"%s\" nemůže být připojena." -#: modules/printbackends/cups/gtkprintbackendcups.c:1192 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1428 #, c-format msgid "There is a problem on printer '%s'." msgstr "Na tiskárně \"%s\" se vyskytla chyba." #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1471 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1707 msgid "Paused ; Rejecting Jobs" msgstr "Pozastaveno ; odmítání úloh" #. Translators: this is a printer status. -#: modules/printbackends/cups/gtkprintbackendcups.c:1477 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:1713 msgid "Rejecting Jobs" msgstr "Odmítání úloh" -#: modules/printbackends/cups/gtkprintbackendcups.c:2145 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2399 msgid "Two Sided" msgstr "Oboustranný" -#: modules/printbackends/cups/gtkprintbackendcups.c:2146 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2400 msgid "Paper Type" msgstr "Typ papíru" -#: modules/printbackends/cups/gtkprintbackendcups.c:2147 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2401 msgid "Paper Source" msgstr "Zdroj papíru" -#: modules/printbackends/cups/gtkprintbackendcups.c:2148 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2402 msgid "Output Tray" msgstr "Výstupní zásobník" -#: modules/printbackends/cups/gtkprintbackendcups.c:2149 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2403 msgid "Resolution" msgstr "Rozlišení" -#: modules/printbackends/cups/gtkprintbackendcups.c:2150 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2404 msgid "GhostScript pre-filtering" msgstr "Předběžné filtrování GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2159 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2413 msgid "One Sided" msgstr "Jednostranný" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2161 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2415 msgid "Long Edge (Standard)" msgstr "Delší okraj (standardní)" #. Translators: this is an option of "Two Sided" -#: modules/printbackends/cups/gtkprintbackendcups.c:2163 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2417 msgid "Short Edge (Flip)" msgstr "Kratší okraj (otočení)" #. Translators: this is an option of "Paper Source" -#: modules/printbackends/cups/gtkprintbackendcups.c:2165 -#: modules/printbackends/cups/gtkprintbackendcups.c:2167 -#: modules/printbackends/cups/gtkprintbackendcups.c:2175 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2419 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2421 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2429 msgid "Auto Select" msgstr "Automatický výběr" #. Translators: this is an option of "Paper Source" #. Translators: this is an option of "Resolution" -#: modules/printbackends/cups/gtkprintbackendcups.c:2169 -#: modules/printbackends/cups/gtkprintbackendcups.c:2171 -#: modules/printbackends/cups/gtkprintbackendcups.c:2173 -#: modules/printbackends/cups/gtkprintbackendcups.c:2177 -#: modules/printbackends/cups/gtkprintbackendcups.c:2663 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2423 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2425 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2427 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2431 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2917 msgid "Printer Default" msgstr "Výchozí pro tiskárnu" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2179 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2433 msgid "Embed GhostScript fonts only" msgstr "Vložit pouze písma GhostScript" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2181 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2435 msgid "Convert to PS level 1" msgstr "Převést na PS, úroveň 1" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2183 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2437 msgid "Convert to PS level 2" msgstr "Převést na PS, úroveň 2" #. Translators: this is an option of "GhostScript" -#: modules/printbackends/cups/gtkprintbackendcups.c:2185 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2439 msgid "No pre-filtering" msgstr "Bez předběžného filtrování" #. Translators: "Miscellaneous" is the label for a button, that opens #. up an extra panel of settings in a print dialog. -#: modules/printbackends/cups/gtkprintbackendcups.c:2194 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:2448 msgid "Miscellaneous" msgstr "Různé" #. Translators: These strings name the possible values of the #. * job priority option in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3125 msgid "Urgent" msgstr "Naléhavá" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3125 msgid "High" msgstr "Vysoká" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3125 msgid "Medium" msgstr "Střední" -#: modules/printbackends/cups/gtkprintbackendcups.c:2871 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3125 msgid "Low" msgstr "Nízká" #. Translators: These strings name the possible arrangements of #. * multiple pages on a sheet when printing #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3130 msgid "Left to right, top to bottom" msgstr "Zleva doprava, shora dolů" -#: modules/printbackends/cups/gtkprintbackendcups.c:2876 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3130 msgid "Left to right, bottom to top" msgstr "Zleva doprava, zdola nahoru" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3131 msgid "Right to left, top to bottom" msgstr "Zprava doleva, shora dolů" -#: modules/printbackends/cups/gtkprintbackendcups.c:2877 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3131 msgid "Right to left, bottom to top" msgstr "Zprava doleva, zdola nahoru" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3132 msgid "Top to bottom, left to right" msgstr "Shora dolů, zleva doprava" -#: modules/printbackends/cups/gtkprintbackendcups.c:2878 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3132 msgid "Top to bottom, right to left" msgstr "Shora dolů, zprava doleva" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3133 msgid "Bottom to top, left to right" msgstr "Zdola nahoru, zleva doprava" -#: modules/printbackends/cups/gtkprintbackendcups.c:2879 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3133 msgid "Bottom to top, right to left" msgstr "Zdola nahoru, zprava doleva" @@ -4834,66 +4918,66 @@ msgstr "Zdola nahoru, zprava doleva" #. Translators, this string is used to label the pages-per-sheet option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2894 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3148 msgid "Pages per Sheet" msgstr "Stran na list" #. Translators, this string is used to label the job priority option #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2931 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3185 msgid "Job Priority" msgstr "Priorita úlohy" #. Translators, this string is used to label the billing info entry #. * in the print dialog #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2942 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3196 msgid "Billing Info" msgstr "Účtovací informace" #. Translators, these strings are names for various 'standard' cover #. * pages that the printing system may support. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "None" msgstr "Žádné" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Classified" msgstr "Utajované" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Confidential" msgstr "Důvěrné" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Secret" msgstr "Tajné" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Standard" msgstr "Standardní" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Top Secret" msgstr "Přísně tajné" -#: modules/printbackends/cups/gtkprintbackendcups.c:2956 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3210 msgid "Unclassified" msgstr "Neutajované" #. Translators, this is the label used for the option in the print #. * dialog that controls the front cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:2991 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3245 msgid "Before" msgstr "Před" #. Translators, this is the label used for the option in the print #. * dialog that controls the back cover page. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3006 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3260 msgid "After" msgstr "Za" @@ -4901,14 +4985,14 @@ msgstr "Za" #. * a print job is printed. Possible values are 'now', a specified time, #. * or 'on hold' #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3026 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3280 msgid "Print at" msgstr "Vytisknout" #. Translators: this is the name of the option that allows the user #. * to specify a time when a print job will be printed. #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3037 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3291 msgid "Print at time" msgstr "Vytisknout v určený čas" @@ -4916,65 +5000,65 @@ msgstr "Vytisknout v určený čas" #. * size. The two placeholders are replaced with the width and height #. * in points. E.g: "Custom 230.4x142.9" #. -#: modules/printbackends/cups/gtkprintbackendcups.c:3072 +#: ../modules/printbackends/cups/gtkprintbackendcups.c:3326 #, c-format msgid "Custom %sx%s" msgstr "Vlastní %sx%s" #. default filename used for print-to-file -#: modules/printbackends/file/gtkprintbackendfile.c:235 +#: ../modules/printbackends/file/gtkprintbackendfile.c:235 #, c-format msgid "output.%s" msgstr "výstup.%s" -#: modules/printbackends/file/gtkprintbackendfile.c:469 +#: ../modules/printbackends/file/gtkprintbackendfile.c:469 msgid "Print to File" msgstr "Tisknout do souboru" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "PDF" msgstr "PDF" -#: modules/printbackends/file/gtkprintbackendfile.c:546 +#: ../modules/printbackends/file/gtkprintbackendfile.c:546 msgid "Postscript" msgstr "Postscript" -#: modules/printbackends/file/gtkprintbackendfile.c:558 -#: modules/printbackends/test/gtkprintbackendtest.c:506 +#: ../modules/printbackends/file/gtkprintbackendfile.c:558 +#: ../modules/printbackends/test/gtkprintbackendtest.c:506 msgid "Pages per _sheet:" msgstr "St_ran na list:" -#: modules/printbackends/file/gtkprintbackendfile.c:604 +#: ../modules/printbackends/file/gtkprintbackendfile.c:604 msgid "File" msgstr "Soubor" -#: modules/printbackends/file/gtkprintbackendfile.c:613 +#: ../modules/printbackends/file/gtkprintbackendfile.c:613 msgid "_Output format" msgstr "_Výstupní formát" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:400 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:400 msgid "Print to LPR" msgstr "Tisknout na LPR" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:426 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:426 msgid "Pages Per Sheet" msgstr "Stran na list" -#: modules/printbackends/lpr/gtkprintbackendlpr.c:433 +#: ../modules/printbackends/lpr/gtkprintbackendlpr.c:433 msgid "Command Line" msgstr "Příkazový řádek" #. default filename used for print-to-test -#: modules/printbackends/test/gtkprintbackendtest.c:234 +#: ../modules/printbackends/test/gtkprintbackendtest.c:234 #, c-format msgid "test-output.%s" msgstr "zkušební_výstup.%s" -#: modules/printbackends/test/gtkprintbackendtest.c:470 +#: ../modules/printbackends/test/gtkprintbackendtest.c:470 msgid "Print to Test Printer" msgstr "Tisknout na zkušební tiskárnu" -#: tests/testfilechooser.c:207 +#: ../tests/testfilechooser.c:207 #, c-format msgid "Could not get information for file '%s': %s" msgstr "Nelze získat informace o souboru \"%s\": %s" From 5325959fe2054491d7dcfe6ea3a1333d0465ae7e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 3 May 2009 12:45:54 -0400 Subject: [PATCH 124/190] Update to explain the situation. 2008-09-23 Matthias Clasen * README.in: Update to explain the situation. * gtk/gtkadjustment.c: Revert to the old behaviour of allowing values in the range [lower, upper]. Relying on the possibility to set values in the [upper - page_size, upper] subrange is considered deprecated, though, and will trigger a warning. * gtk/gtkcombobox.c: * gtk/gtkiconview.c: * gtk/gtkrange.c: * gtk/gtkscrolledwindow.c: * gtk/gtktreeview.c: Add the CLAMPing back that was removed after the GtkAdjustment behaviour change. svn path=/branches/gtk-2-14/; revision=21499 Conflicts: ChangeLog.pre-2-14 --- README.in | 14 +++++++---- gtk/gtkadjustment.c | 6 +---- gtk/gtkcombobox.c | 8 +++---- gtk/gtkiconview.c | 52 +++++++++++++++++++++++++++-------------- gtk/gtkrange.c | 6 +++++ gtk/gtkscrolledwindow.c | 8 +++++-- gtk/gtktreeview.c | 22 +++++++++++------ 7 files changed, 75 insertions(+), 41 deletions(-) diff --git a/README.in b/README.in index 2bc3209a91..9f8198bcdf 100644 --- a/README.in +++ b/README.in @@ -69,11 +69,15 @@ Release notes for 2.14 to GTK_SENSITIVITY_ON, so that the button is always sensitive or GTK_SENSITIVITY_OFF to make it insensitive respectively. -* GtkAdjustment now enforces that values are restricted to the - range [lower, upper - page_size]. This has always been the documented - behaviour, and the recommended practice is to set page_size to 0 - when using adjustments for simple scalar values, like in a slider - or spin button. +* In the early 2.14.x releases, GtkAdjustment was changed to enforce + that values are restricted to the range [lower, upper - page_size]. + This has always been the documented behaviour, and the recommended + practice is to set page_size to 0 when using adjustments for simple + scalar values, like in a slider or spin button. + Due to the large number of applications that are affected by this + change, the behaviour has been reverted to the old behaviour in + 2.14.3, with an explicit warning that this change will be + reintroduced in 2.90. * gdk-pixbuf will use GIO for mime type detection if possible. For this to work, shared-mime-info needs to be installed and XDG_DATA_DIRS diff --git a/gtk/gtkadjustment.c b/gtk/gtkadjustment.c index dd1b3f609d..49f5008ec2 100644 --- a/gtk/gtkadjustment.c +++ b/gtk/gtkadjustment.c @@ -359,11 +359,7 @@ gtk_adjustment_set_value (GtkAdjustment *adjustment, { g_return_if_fail (GTK_IS_ADJUSTMENT (adjustment)); - /* don't use CLAMP() so we don't end up below lower if upper - page_size - * is smaller than lower - */ - value = MIN (value, adjustment->upper - adjustment->page_size); - value = MAX (value, adjustment->lower); + value = CLAMP (value, adjustment->lower, adjustment->upper); if (value != adjustment->value) { diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 57a975d0ef..eb669a031a 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -4018,13 +4018,13 @@ gtk_combo_box_list_auto_scroll (GtkComboBox *combo_box, adj->lower < adj->value) { value = adj->value - (tree_view->allocation.x - x + 1); - gtk_adjustment_set_value (adj, value); + gtk_adjustment_set_value (adj, CLAMP (value, adj->lower, adj->upper - adj->page_size)); } else if (x >= tree_view->allocation.x + tree_view->allocation.width && adj->upper - adj->page_size > adj->value) { value = adj->value + (x - tree_view->allocation.x - tree_view->allocation.width + 1); - gtk_adjustment_set_value (adj, MAX (value, 0.0)); + gtk_adjustment_set_value (adj, CLAMP (value, 0.0, adj->upper - adj->page_size)); } } @@ -4035,13 +4035,13 @@ gtk_combo_box_list_auto_scroll (GtkComboBox *combo_box, adj->lower < adj->value) { value = adj->value - (tree_view->allocation.y - y + 1); - gtk_adjustment_set_value (adj, value); + gtk_adjustment_set_value (adj, CLAMP (value, adj->lower, adj->upper - adj->page_size)); } else if (y >= tree_view->allocation.height && adj->upper - adj->page_size > adj->value) { value = adj->value + (y - tree_view->allocation.height + 1); - gtk_adjustment_set_value (adj, MAX (value, 0.0)); + gtk_adjustment_set_value (adj, CLAMP (value, 0.0, adj->upper - adj->page_size)); } } } diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index 78d24d7134..c93a574d04 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -1471,7 +1471,7 @@ gtk_icon_view_size_allocate (GtkWidget *widget, hadjustment->upper = MAX (allocation->width, icon_view->priv->width); if (hadjustment->value > hadjustment->upper - hadjustment->page_size) - gtk_adjustment_set_value (hadjustment, hadjustment->upper - hadjustment->page_size); + gtk_adjustment_set_value (hadjustment, MAX (0, hadjustment->upper - hadjustment->page_size)); vadjustment->page_size = allocation->height; vadjustment->page_increment = allocation->height * 0.9; @@ -1480,7 +1480,7 @@ gtk_icon_view_size_allocate (GtkWidget *widget, vadjustment->upper = MAX (allocation->height, icon_view->priv->height); if (vadjustment->value > vadjustment->upper - vadjustment->page_size) - gtk_adjustment_set_value (vadjustment, vadjustment->upper - vadjustment->page_size); + gtk_adjustment_set_value (vadjustment, MAX (0, vadjustment->upper - vadjustment->page_size)); if (GTK_WIDGET_REALIZED (widget) && icon_view->priv->scroll_to_path) @@ -1638,11 +1638,17 @@ gtk_icon_view_expose (GtkWidget *widget, static gboolean rubberband_scroll_timeout (gpointer data) { - GtkIconView *icon_view = data; + GtkIconView *icon_view; + gdouble value; - gtk_adjustment_set_value (icon_view->priv->vadjustment, - icon_view->priv->vadjustment->value + - icon_view->priv->scroll_value_diff); + icon_view = data; + + value = MIN (icon_view->priv->vadjustment->value + + icon_view->priv->scroll_value_diff, + icon_view->priv->vadjustment->upper - + icon_view->priv->vadjustment->page_size); + + gtk_adjustment_set_value (icon_view->priv->vadjustment, value); gtk_icon_view_update_rubberband (icon_view); @@ -4349,7 +4355,7 @@ gtk_icon_view_scroll_to_path (GtkIconView *icon_view, { gint x, y; gint focus_width; - gfloat offset; + gfloat offset, value; gtk_widget_style_get (GTK_WIDGET (icon_view), "focus-line-width", &focus_width, @@ -4359,15 +4365,17 @@ gtk_icon_view_scroll_to_path (GtkIconView *icon_view, offset = y + item->y - focus_width - row_align * (GTK_WIDGET (icon_view)->allocation.height - item->height); - - gtk_adjustment_set_value (icon_view->priv->vadjustment, - icon_view->priv->vadjustment->value + offset); + value = CLAMP (icon_view->priv->vadjustment->value + offset, + icon_view->priv->vadjustment->lower, + icon_view->priv->vadjustment->upper - icon_view->priv->vadjustment->page_size); + gtk_adjustment_set_value (icon_view->priv->vadjustment, value); offset = x + item->x - focus_width - col_align * (GTK_WIDGET (icon_view)->allocation.width - item->width); - - gtk_adjustment_set_value (icon_view->priv->hadjustment, - icon_view->priv->hadjustment->value + offset); + value = CLAMP (icon_view->priv->hadjustment->value + offset, + icon_view->priv->hadjustment->lower, + icon_view->priv->hadjustment->upper - icon_view->priv->hadjustment->page_size); + gtk_adjustment_set_value (icon_view->priv->hadjustment, value); gtk_adjustment_changed (icon_view->priv->hadjustment); gtk_adjustment_changed (icon_view->priv->vadjustment); @@ -6407,6 +6415,7 @@ gtk_icon_view_autoscroll (GtkIconView *icon_view) { gint px, py, x, y, width, height; gint hoffset, voffset; + gfloat value; gdk_window_get_pointer (GTK_WIDGET (icon_view)->window, &px, &py, NULL); gdk_window_get_geometry (GTK_WIDGET (icon_view)->window, &x, &y, &width, &height, NULL); @@ -6421,12 +6430,19 @@ gtk_icon_view_autoscroll (GtkIconView *icon_view) hoffset = MAX (px - (x + width - 2 * SCROLL_EDGE_SIZE), 0); if (voffset != 0) - gtk_adjustment_set_value (icon_view->priv->vadjustment, - icon_view->priv->vadjustment->value + voffset); - + { + value = CLAMP (icon_view->priv->vadjustment->value + voffset, + icon_view->priv->vadjustment->lower, + icon_view->priv->vadjustment->upper - icon_view->priv->vadjustment->page_size); + gtk_adjustment_set_value (icon_view->priv->vadjustment, value); + } if (hoffset != 0) - gtk_adjustment_set_value (icon_view->priv->hadjustment, - icon_view->priv->hadjustment->value + hoffset); + { + value = CLAMP (icon_view->priv->hadjustment->value + hoffset, + icon_view->priv->hadjustment->lower, + icon_view->priv->hadjustment->upper - icon_view->priv->hadjustment->page_size); + gtk_adjustment_set_value (icon_view->priv->hadjustment, value); + } } diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c index 0c1b313b5a..ce4e5e4282 100644 --- a/gtk/gtkrange.c +++ b/gtk/gtkrange.c @@ -990,6 +990,9 @@ gtk_range_set_range (GtkRange *range, value = MIN (value, MAX (range->adjustment->lower, range->layout->fill_level)); + value = CLAMP (value, range->adjustment->lower, + (range->adjustment->upper - range->adjustment->page_size)); + gtk_adjustment_set_value (range->adjustment, value); gtk_adjustment_changed (range->adjustment); } @@ -1014,6 +1017,9 @@ gtk_range_set_value (GtkRange *range, value = MIN (value, MAX (range->adjustment->lower, range->layout->fill_level)); + value = CLAMP (value, range->adjustment->lower, + (range->adjustment->upper - range->adjustment->page_size)); + gtk_adjustment_set_value (range->adjustment, value); } diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c index b1b4184396..e1ef6333bb 100644 --- a/gtk/gtkscrolledwindow.c +++ b/gtk/gtkscrolledwindow.c @@ -1190,6 +1190,8 @@ gtk_scrolled_window_scroll_child (GtkScrolledWindow *scrolled_window, break; } + value = CLAMP (value, adjustment->lower, adjustment->upper - adjustment->page_size); + gtk_adjustment_set_value (adjustment, value); return TRUE; @@ -1573,11 +1575,13 @@ gtk_scrolled_window_scroll_event (GtkWidget *widget, if (range && GTK_WIDGET_VISIBLE (range)) { GtkAdjustment *adj = GTK_RANGE (range)->adjustment; - gdouble delta; + gdouble delta, new_value; delta = _gtk_range_get_wheel_delta (GTK_RANGE (range), event->direction); - gtk_adjustment_set_value (adj, adj->value + delta); + new_value = CLAMP (adj->value + delta, adj->lower, adj->upper - adj->page_size); + + gtk_adjustment_set_value (adj, new_value); return TRUE; } diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index 5078cdb8dc..caa517c07a 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -3620,6 +3620,7 @@ gtk_tree_view_vertical_autoscroll (GtkTreeView *tree_view) GdkRectangle visible_rect; gint y; gint offset; + gfloat value; gdk_window_get_pointer (tree_view->priv->bin_window, NULL, &y, NULL); y += tree_view->priv->dy; @@ -3635,8 +3636,9 @@ gtk_tree_view_vertical_autoscroll (GtkTreeView *tree_view) return; } - gtk_adjustment_set_value (tree_view->priv->vadjustment, - MAX (tree_view->priv->vadjustment->value + offset, 0.0)); + value = CLAMP (tree_view->priv->vadjustment->value + offset, 0.0, + tree_view->priv->vadjustment->upper - tree_view->priv->vadjustment->page_size); + gtk_adjustment_set_value (tree_view->priv->vadjustment, value); } static gboolean @@ -3645,6 +3647,7 @@ gtk_tree_view_horizontal_autoscroll (GtkTreeView *tree_view) GdkRectangle visible_rect; gint x; gint offset; + gfloat value; gdk_window_get_pointer (tree_view->priv->bin_window, &x, NULL, NULL); @@ -3660,8 +3663,9 @@ gtk_tree_view_horizontal_autoscroll (GtkTreeView *tree_view) } offset = offset/3; - gtk_adjustment_set_value (tree_view->priv->hadjustment, - MAX (tree_view->priv->hadjustment->value + offset, 0.0)); + value = CLAMP (tree_view->priv->hadjustment->value + offset, + 0.0, tree_view->priv->hadjustment->upper - tree_view->priv->hadjustment->page_size); + gtk_adjustment_set_value (tree_view->priv->hadjustment, value); return TRUE; @@ -8964,7 +8968,11 @@ gtk_tree_view_clamp_column_visible (GtkTreeView *tree_view, } } - gtk_adjustment_set_value (tree_view->priv->hadjustment, x); + gtk_adjustment_set_value (tree_view->priv->hadjustment, + CLAMP (x, + tree_view->priv->hadjustment->lower, + tree_view->priv->hadjustment->upper + - tree_view->priv->hadjustment->page_size)); } else { @@ -11613,9 +11621,9 @@ gtk_tree_view_scroll_to_point (GtkTreeView *tree_view, vadj = tree_view->priv->vadjustment; if (tree_x != -1) - gtk_adjustment_set_value (hadj, tree_x); + gtk_adjustment_set_value (hadj, CLAMP (tree_x, hadj->lower, hadj->upper - hadj->page_size)); if (tree_y != -1) - gtk_adjustment_set_value (vadj, tree_y); + gtk_adjustment_set_value (vadj, CLAMP (tree_y, vadj->lower, vadj->upper - vadj->page_size)); } /** From 1fe0b8e9064309e8694959bb4412719eaa34c290 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 23 Sep 2008 22:23:09 +0000 Subject: [PATCH 125/190] Warn if the adjustment has nonzero page size. 2008-09-23 Matthias Clasen * gtk/gtkspinbutton.c: Warn if the adjustment has nonzero page size. svn path=/branches/gtk-2-14/; revision=21500 --- gtk/gtkspinbutton.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index 836214b97b..a61ea841ec 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -1692,6 +1692,13 @@ gtk_spin_button_new_with_range (gdouble min, return GTK_WIDGET (spin); } +static void +warn_nonzero_page_size (GtkAdjustment *adjustment) +{ + if (gtk_adjustment_get_page_size (adjustment) != 0.0) + g_warning ("GtkSpinButton: setting an adjustment with non-zero page size is deprecated"); +} + /* Callback used when the spin button's adjustment changes. We need to redraw * the arrows when the adjustment's range changes, and reevaluate our size request. */ @@ -1703,6 +1710,7 @@ adjustment_changed_cb (GtkAdjustment *adjustment, gpointer data) spin_button = GTK_SPIN_BUTTON (data); spin_button->timer_step = spin_button->adjustment->step_increment; + warn_nonzero_page_size (adjustment); gtk_widget_queue_resize (GTK_WIDGET (spin_button)); } @@ -1742,6 +1750,7 @@ gtk_spin_button_set_adjustment (GtkSpinButton *spin_button, G_CALLBACK (adjustment_changed_cb), spin_button); spin_button->timer_step = spin_button->adjustment->step_increment; + warn_nonzero_page_size (adjustment); } gtk_widget_queue_resize (GTK_WIDGET (spin_button)); From 832be659b7baf41191a50ef825f3099137bea7a0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 3 May 2009 12:59:00 -0400 Subject: [PATCH 126/190] Fix whitespace --- README.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.in b/README.in index 9f8198bcdf..6d81355472 100644 --- a/README.in +++ b/README.in @@ -69,15 +69,15 @@ Release notes for 2.14 to GTK_SENSITIVITY_ON, so that the button is always sensitive or GTK_SENSITIVITY_OFF to make it insensitive respectively. -* In the early 2.14.x releases, GtkAdjustment was changed to enforce - that values are restricted to the range [lower, upper - page_size]. - This has always been the documented behaviour, and the recommended - practice is to set page_size to 0 when using adjustments for simple +* In the early 2.14.x releases, GtkAdjustment was changed to enforce + that values are restricted to the range [lower, upper - page_size]. + This has always been the documented behaviour, and the recommended + practice is to set page_size to 0 when using adjustments for simple scalar values, like in a slider or spin button. Due to the large number of applications that are affected by this change, the behaviour has been reverted to the old behaviour in - 2.14.3, with an explicit warning that this change will be - reintroduced in 2.90. + 2.14.3, with an explicit warning that this change will be + reintroduced in 2.90. * gdk-pixbuf will use GIO for mime type detection if possible. For this to work, shared-mime-info needs to be installed and XDG_DATA_DIRS From e6373738fc9c53c95e467a3681fcd3426fd94d13 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 3 May 2009 13:04:06 -0400 Subject: [PATCH 127/190] Forward-port a GtkAdjustment compatibility fix We reverted GtkAdjustment to its traditional behaviour wrt. to clamping in 2.14.3, but the fix was lost between 2.14 and 2.16. --- README.in | 14 +++++++---- gtk/gtkadjustment.c | 6 +---- gtk/gtkcombobox.c | 8 +++---- gtk/gtkiconview.c | 52 +++++++++++++++++++++++++++-------------- gtk/gtkrange.c | 6 +++++ gtk/gtkscrolledwindow.c | 8 +++++-- gtk/gtkspinbutton.c | 9 +++++++ gtk/gtktreeview.c | 22 +++++++++++------ 8 files changed, 84 insertions(+), 41 deletions(-) diff --git a/README.in b/README.in index 2bc3209a91..9f8198bcdf 100644 --- a/README.in +++ b/README.in @@ -69,11 +69,15 @@ Release notes for 2.14 to GTK_SENSITIVITY_ON, so that the button is always sensitive or GTK_SENSITIVITY_OFF to make it insensitive respectively. -* GtkAdjustment now enforces that values are restricted to the - range [lower, upper - page_size]. This has always been the documented - behaviour, and the recommended practice is to set page_size to 0 - when using adjustments for simple scalar values, like in a slider - or spin button. +* In the early 2.14.x releases, GtkAdjustment was changed to enforce + that values are restricted to the range [lower, upper - page_size]. + This has always been the documented behaviour, and the recommended + practice is to set page_size to 0 when using adjustments for simple + scalar values, like in a slider or spin button. + Due to the large number of applications that are affected by this + change, the behaviour has been reverted to the old behaviour in + 2.14.3, with an explicit warning that this change will be + reintroduced in 2.90. * gdk-pixbuf will use GIO for mime type detection if possible. For this to work, shared-mime-info needs to be installed and XDG_DATA_DIRS diff --git a/gtk/gtkadjustment.c b/gtk/gtkadjustment.c index dd1b3f609d..49f5008ec2 100644 --- a/gtk/gtkadjustment.c +++ b/gtk/gtkadjustment.c @@ -359,11 +359,7 @@ gtk_adjustment_set_value (GtkAdjustment *adjustment, { g_return_if_fail (GTK_IS_ADJUSTMENT (adjustment)); - /* don't use CLAMP() so we don't end up below lower if upper - page_size - * is smaller than lower - */ - value = MIN (value, adjustment->upper - adjustment->page_size); - value = MAX (value, adjustment->lower); + value = CLAMP (value, adjustment->lower, adjustment->upper); if (value != adjustment->value) { diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 57a975d0ef..eb669a031a 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -4018,13 +4018,13 @@ gtk_combo_box_list_auto_scroll (GtkComboBox *combo_box, adj->lower < adj->value) { value = adj->value - (tree_view->allocation.x - x + 1); - gtk_adjustment_set_value (adj, value); + gtk_adjustment_set_value (adj, CLAMP (value, adj->lower, adj->upper - adj->page_size)); } else if (x >= tree_view->allocation.x + tree_view->allocation.width && adj->upper - adj->page_size > adj->value) { value = adj->value + (x - tree_view->allocation.x - tree_view->allocation.width + 1); - gtk_adjustment_set_value (adj, MAX (value, 0.0)); + gtk_adjustment_set_value (adj, CLAMP (value, 0.0, adj->upper - adj->page_size)); } } @@ -4035,13 +4035,13 @@ gtk_combo_box_list_auto_scroll (GtkComboBox *combo_box, adj->lower < adj->value) { value = adj->value - (tree_view->allocation.y - y + 1); - gtk_adjustment_set_value (adj, value); + gtk_adjustment_set_value (adj, CLAMP (value, adj->lower, adj->upper - adj->page_size)); } else if (y >= tree_view->allocation.height && adj->upper - adj->page_size > adj->value) { value = adj->value + (y - tree_view->allocation.height + 1); - gtk_adjustment_set_value (adj, MAX (value, 0.0)); + gtk_adjustment_set_value (adj, CLAMP (value, 0.0, adj->upper - adj->page_size)); } } } diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index aa1d16efc3..3a413f0ed2 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -1471,7 +1471,7 @@ gtk_icon_view_size_allocate (GtkWidget *widget, hadjustment->upper = MAX (allocation->width, icon_view->priv->width); if (hadjustment->value > hadjustment->upper - hadjustment->page_size) - gtk_adjustment_set_value (hadjustment, hadjustment->upper - hadjustment->page_size); + gtk_adjustment_set_value (hadjustment, MAX (0, hadjustment->upper - hadjustment->page_size)); vadjustment->page_size = allocation->height; vadjustment->page_increment = allocation->height * 0.9; @@ -1480,7 +1480,7 @@ gtk_icon_view_size_allocate (GtkWidget *widget, vadjustment->upper = MAX (allocation->height, icon_view->priv->height); if (vadjustment->value > vadjustment->upper - vadjustment->page_size) - gtk_adjustment_set_value (vadjustment, vadjustment->upper - vadjustment->page_size); + gtk_adjustment_set_value (vadjustment, MAX (0, vadjustment->upper - vadjustment->page_size)); if (GTK_WIDGET_REALIZED (widget) && icon_view->priv->scroll_to_path) @@ -1638,11 +1638,17 @@ gtk_icon_view_expose (GtkWidget *widget, static gboolean rubberband_scroll_timeout (gpointer data) { - GtkIconView *icon_view = data; + GtkIconView *icon_view; + gdouble value; - gtk_adjustment_set_value (icon_view->priv->vadjustment, - icon_view->priv->vadjustment->value + - icon_view->priv->scroll_value_diff); + icon_view = data; + + value = MIN (icon_view->priv->vadjustment->value + + icon_view->priv->scroll_value_diff, + icon_view->priv->vadjustment->upper - + icon_view->priv->vadjustment->page_size); + + gtk_adjustment_set_value (icon_view->priv->vadjustment, value); gtk_icon_view_update_rubberband (icon_view); @@ -4346,7 +4352,7 @@ gtk_icon_view_scroll_to_path (GtkIconView *icon_view, { gint x, y; gint focus_width; - gfloat offset; + gfloat offset, value; gtk_widget_style_get (GTK_WIDGET (icon_view), "focus-line-width", &focus_width, @@ -4356,15 +4362,17 @@ gtk_icon_view_scroll_to_path (GtkIconView *icon_view, offset = y + item->y - focus_width - row_align * (GTK_WIDGET (icon_view)->allocation.height - item->height); - - gtk_adjustment_set_value (icon_view->priv->vadjustment, - icon_view->priv->vadjustment->value + offset); + value = CLAMP (icon_view->priv->vadjustment->value + offset, + icon_view->priv->vadjustment->lower, + icon_view->priv->vadjustment->upper - icon_view->priv->vadjustment->page_size); + gtk_adjustment_set_value (icon_view->priv->vadjustment, value); offset = x + item->x - focus_width - col_align * (GTK_WIDGET (icon_view)->allocation.width - item->width); - - gtk_adjustment_set_value (icon_view->priv->hadjustment, - icon_view->priv->hadjustment->value + offset); + value = CLAMP (icon_view->priv->hadjustment->value + offset, + icon_view->priv->hadjustment->lower, + icon_view->priv->hadjustment->upper - icon_view->priv->hadjustment->page_size); + gtk_adjustment_set_value (icon_view->priv->hadjustment, value); gtk_adjustment_changed (icon_view->priv->hadjustment); gtk_adjustment_changed (icon_view->priv->vadjustment); @@ -6404,6 +6412,7 @@ gtk_icon_view_autoscroll (GtkIconView *icon_view) { gint px, py, x, y, width, height; gint hoffset, voffset; + gfloat value; gdk_window_get_pointer (GTK_WIDGET (icon_view)->window, &px, &py, NULL); gdk_window_get_geometry (GTK_WIDGET (icon_view)->window, &x, &y, &width, &height, NULL); @@ -6418,12 +6427,19 @@ gtk_icon_view_autoscroll (GtkIconView *icon_view) hoffset = MAX (px - (x + width - 2 * SCROLL_EDGE_SIZE), 0); if (voffset != 0) - gtk_adjustment_set_value (icon_view->priv->vadjustment, - icon_view->priv->vadjustment->value + voffset); - + { + value = CLAMP (icon_view->priv->vadjustment->value + voffset, + icon_view->priv->vadjustment->lower, + icon_view->priv->vadjustment->upper - icon_view->priv->vadjustment->page_size); + gtk_adjustment_set_value (icon_view->priv->vadjustment, value); + } if (hoffset != 0) - gtk_adjustment_set_value (icon_view->priv->hadjustment, - icon_view->priv->hadjustment->value + hoffset); + { + value = CLAMP (icon_view->priv->hadjustment->value + hoffset, + icon_view->priv->hadjustment->lower, + icon_view->priv->hadjustment->upper - icon_view->priv->hadjustment->page_size); + gtk_adjustment_set_value (icon_view->priv->hadjustment, value); + } } diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c index 0c1b313b5a..ce4e5e4282 100644 --- a/gtk/gtkrange.c +++ b/gtk/gtkrange.c @@ -990,6 +990,9 @@ gtk_range_set_range (GtkRange *range, value = MIN (value, MAX (range->adjustment->lower, range->layout->fill_level)); + value = CLAMP (value, range->adjustment->lower, + (range->adjustment->upper - range->adjustment->page_size)); + gtk_adjustment_set_value (range->adjustment, value); gtk_adjustment_changed (range->adjustment); } @@ -1014,6 +1017,9 @@ gtk_range_set_value (GtkRange *range, value = MIN (value, MAX (range->adjustment->lower, range->layout->fill_level)); + value = CLAMP (value, range->adjustment->lower, + (range->adjustment->upper - range->adjustment->page_size)); + gtk_adjustment_set_value (range->adjustment, value); } diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c index b1b4184396..e1ef6333bb 100644 --- a/gtk/gtkscrolledwindow.c +++ b/gtk/gtkscrolledwindow.c @@ -1190,6 +1190,8 @@ gtk_scrolled_window_scroll_child (GtkScrolledWindow *scrolled_window, break; } + value = CLAMP (value, adjustment->lower, adjustment->upper - adjustment->page_size); + gtk_adjustment_set_value (adjustment, value); return TRUE; @@ -1573,11 +1575,13 @@ gtk_scrolled_window_scroll_event (GtkWidget *widget, if (range && GTK_WIDGET_VISIBLE (range)) { GtkAdjustment *adj = GTK_RANGE (range)->adjustment; - gdouble delta; + gdouble delta, new_value; delta = _gtk_range_get_wheel_delta (GTK_RANGE (range), event->direction); - gtk_adjustment_set_value (adj, adj->value + delta); + new_value = CLAMP (adj->value + delta, adj->lower, adj->upper - adj->page_size); + + gtk_adjustment_set_value (adj, new_value); return TRUE; } diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index 836214b97b..a61ea841ec 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -1692,6 +1692,13 @@ gtk_spin_button_new_with_range (gdouble min, return GTK_WIDGET (spin); } +static void +warn_nonzero_page_size (GtkAdjustment *adjustment) +{ + if (gtk_adjustment_get_page_size (adjustment) != 0.0) + g_warning ("GtkSpinButton: setting an adjustment with non-zero page size is deprecated"); +} + /* Callback used when the spin button's adjustment changes. We need to redraw * the arrows when the adjustment's range changes, and reevaluate our size request. */ @@ -1703,6 +1710,7 @@ adjustment_changed_cb (GtkAdjustment *adjustment, gpointer data) spin_button = GTK_SPIN_BUTTON (data); spin_button->timer_step = spin_button->adjustment->step_increment; + warn_nonzero_page_size (adjustment); gtk_widget_queue_resize (GTK_WIDGET (spin_button)); } @@ -1742,6 +1750,7 @@ gtk_spin_button_set_adjustment (GtkSpinButton *spin_button, G_CALLBACK (adjustment_changed_cb), spin_button); spin_button->timer_step = spin_button->adjustment->step_increment; + warn_nonzero_page_size (adjustment); } gtk_widget_queue_resize (GTK_WIDGET (spin_button)); diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index 5078cdb8dc..caa517c07a 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -3620,6 +3620,7 @@ gtk_tree_view_vertical_autoscroll (GtkTreeView *tree_view) GdkRectangle visible_rect; gint y; gint offset; + gfloat value; gdk_window_get_pointer (tree_view->priv->bin_window, NULL, &y, NULL); y += tree_view->priv->dy; @@ -3635,8 +3636,9 @@ gtk_tree_view_vertical_autoscroll (GtkTreeView *tree_view) return; } - gtk_adjustment_set_value (tree_view->priv->vadjustment, - MAX (tree_view->priv->vadjustment->value + offset, 0.0)); + value = CLAMP (tree_view->priv->vadjustment->value + offset, 0.0, + tree_view->priv->vadjustment->upper - tree_view->priv->vadjustment->page_size); + gtk_adjustment_set_value (tree_view->priv->vadjustment, value); } static gboolean @@ -3645,6 +3647,7 @@ gtk_tree_view_horizontal_autoscroll (GtkTreeView *tree_view) GdkRectangle visible_rect; gint x; gint offset; + gfloat value; gdk_window_get_pointer (tree_view->priv->bin_window, &x, NULL, NULL); @@ -3660,8 +3663,9 @@ gtk_tree_view_horizontal_autoscroll (GtkTreeView *tree_view) } offset = offset/3; - gtk_adjustment_set_value (tree_view->priv->hadjustment, - MAX (tree_view->priv->hadjustment->value + offset, 0.0)); + value = CLAMP (tree_view->priv->hadjustment->value + offset, + 0.0, tree_view->priv->hadjustment->upper - tree_view->priv->hadjustment->page_size); + gtk_adjustment_set_value (tree_view->priv->hadjustment, value); return TRUE; @@ -8964,7 +8968,11 @@ gtk_tree_view_clamp_column_visible (GtkTreeView *tree_view, } } - gtk_adjustment_set_value (tree_view->priv->hadjustment, x); + gtk_adjustment_set_value (tree_view->priv->hadjustment, + CLAMP (x, + tree_view->priv->hadjustment->lower, + tree_view->priv->hadjustment->upper + - tree_view->priv->hadjustment->page_size)); } else { @@ -11613,9 +11621,9 @@ gtk_tree_view_scroll_to_point (GtkTreeView *tree_view, vadj = tree_view->priv->vadjustment; if (tree_x != -1) - gtk_adjustment_set_value (hadj, tree_x); + gtk_adjustment_set_value (hadj, CLAMP (tree_x, hadj->lower, hadj->upper - hadj->page_size)); if (tree_y != -1) - gtk_adjustment_set_value (vadj, tree_y); + gtk_adjustment_set_value (vadj, CLAMP (tree_y, vadj->lower, vadj->upper - vadj->page_size)); } /** From e4bbfd9a4bc8a9a303533e75b771095f7e060acd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 3 May 2009 19:39:22 -0400 Subject: [PATCH 128/190] Fix whitespace --- README.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.in b/README.in index 9f8198bcdf..6d81355472 100644 --- a/README.in +++ b/README.in @@ -69,15 +69,15 @@ Release notes for 2.14 to GTK_SENSITIVITY_ON, so that the button is always sensitive or GTK_SENSITIVITY_OFF to make it insensitive respectively. -* In the early 2.14.x releases, GtkAdjustment was changed to enforce - that values are restricted to the range [lower, upper - page_size]. - This has always been the documented behaviour, and the recommended - practice is to set page_size to 0 when using adjustments for simple +* In the early 2.14.x releases, GtkAdjustment was changed to enforce + that values are restricted to the range [lower, upper - page_size]. + This has always been the documented behaviour, and the recommended + practice is to set page_size to 0 when using adjustments for simple scalar values, like in a slider or spin button. Due to the large number of applications that are affected by this change, the behaviour has been reverted to the old behaviour in - 2.14.3, with an explicit warning that this change will be - reintroduced in 2.90. + 2.14.3, with an explicit warning that this change will be + reintroduced in 2.90. * gdk-pixbuf will use GIO for mime type detection if possible. For this to work, shared-mime-info needs to be installed and XDG_DATA_DIRS From 6aa63385789fd28e61eb4de05312e2f1316cf6d0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 3 May 2009 21:38:54 -0400 Subject: [PATCH 129/190] Fix handling of GDK_NONE Don't intern "NONE" and warn if GDK_NONE is converted to an X atom. Problem pointed out in bug 580511. --- gdk/x11/gdkproperty-x11.c | 16 +++++++++------- gdk/x11/gdkselection-x11.c | 5 ++++- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/gdk/x11/gdkproperty-x11.c b/gdk/x11/gdkproperty-x11.c index 36b8e9fcc4..116f47d9ff 100644 --- a/gdk/x11/gdkproperty-x11.c +++ b/gdk/x11/gdkproperty-x11.c @@ -44,7 +44,7 @@ static GHashTable *virtual_atom_hash; static const gchar xatoms_string[] = /* These are all the standard predefined X atoms */ - "NONE\0" + "\0" /* leave a space for None, even though it is not a predefined atom */ "PRIMARY\0" "SECONDARY\0" "ARC\0" @@ -120,12 +120,12 @@ static const gchar xatoms_string[] = ; static const gint xatoms_offset[] = { - 0, 5, 13, 23, 27, 32, 39, 48, 57, 64, 76, 88, - 100, 112, 124, 136, 148, 160, 169, 174, 182, 189, 195, 205, - 222, 236, 249, 262, 278, 291, 305, 317, 324, 333, 340, 351, - 360, 378, 391, 404, 412, 428, 442, 456, 466, 477, 487, 497, - 511, 525, 537, 549, 568, 588, 605, 623, 636, 645, 656, 663, - 674, 685, 695, 702, 712, 724, 734, 745, 754, 771 + 0, 1, 9, 19, 23, 28, 35, 44, 53, 60, 72, 84, + 96, 108, 120, 132, 144, 156, 165, 170, 178, 185, 189, 201, + 218, 232, 245, 258, 274, 287, 301, 313, 320, 329, 336, 347, + 356, 374, 387, 400, 408, 424, 438, 452, 462, 473, 483, 493, + 507, 521, 533, 545, 564, 584, 601, 619, 632, 641, 652, 659, + 670, 681, 691, 698, 708, 720, 730, 741, 750, 767 }; #define N_CUSTOM_PREDEFINED 1 @@ -189,6 +189,7 @@ gdk_x11_atom_to_xatom_for_display (GdkDisplay *display, Atom xatom = None; g_return_val_if_fail (GDK_IS_DISPLAY (display), None); + g_return_val_if_fail (atom != GDK_NONE, None); if (display->closed) return None; @@ -292,6 +293,7 @@ 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 (display->closed) return GDK_NONE; diff --git a/gdk/x11/gdkselection-x11.c b/gdk/x11/gdkselection-x11.c index fd482e2fb3..6045dadea3 100644 --- a/gdk/x11/gdkselection-x11.c +++ b/gdk/x11/gdkselection-x11.c @@ -404,7 +404,10 @@ gdk_selection_send_notify_for_display (GdkDisplay *display, xevent.requestor = requestor; xevent.selection = gdk_x11_atom_to_xatom_for_display (display, selection); xevent.target = gdk_x11_atom_to_xatom_for_display (display, target); - xevent.property = gdk_x11_atom_to_xatom_for_display (display, property); + if (property == GDK_NONE) + xevent.property = None; + else + xevent.property = gdk_x11_atom_to_xatom_for_display (display, property); xevent.time = time; _gdk_send_xevent (display, requestor, False, NoEventMask, (XEvent*) & xevent); From d183f44748a8da7e6e2eff04d41810de4b3b9ab0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 3 May 2009 21:38:54 -0400 Subject: [PATCH 130/190] Fix handling of GDK_NONE Don't intern "NONE" and warn if GDK_NONE is converted to an X atom. Problem pointed out in bug 580511. --- gdk/x11/gdkproperty-x11.c | 16 +++++++++------- gdk/x11/gdkselection-x11.c | 5 ++++- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/gdk/x11/gdkproperty-x11.c b/gdk/x11/gdkproperty-x11.c index 36b8e9fcc4..116f47d9ff 100644 --- a/gdk/x11/gdkproperty-x11.c +++ b/gdk/x11/gdkproperty-x11.c @@ -44,7 +44,7 @@ static GHashTable *virtual_atom_hash; static const gchar xatoms_string[] = /* These are all the standard predefined X atoms */ - "NONE\0" + "\0" /* leave a space for None, even though it is not a predefined atom */ "PRIMARY\0" "SECONDARY\0" "ARC\0" @@ -120,12 +120,12 @@ static const gchar xatoms_string[] = ; static const gint xatoms_offset[] = { - 0, 5, 13, 23, 27, 32, 39, 48, 57, 64, 76, 88, - 100, 112, 124, 136, 148, 160, 169, 174, 182, 189, 195, 205, - 222, 236, 249, 262, 278, 291, 305, 317, 324, 333, 340, 351, - 360, 378, 391, 404, 412, 428, 442, 456, 466, 477, 487, 497, - 511, 525, 537, 549, 568, 588, 605, 623, 636, 645, 656, 663, - 674, 685, 695, 702, 712, 724, 734, 745, 754, 771 + 0, 1, 9, 19, 23, 28, 35, 44, 53, 60, 72, 84, + 96, 108, 120, 132, 144, 156, 165, 170, 178, 185, 189, 201, + 218, 232, 245, 258, 274, 287, 301, 313, 320, 329, 336, 347, + 356, 374, 387, 400, 408, 424, 438, 452, 462, 473, 483, 493, + 507, 521, 533, 545, 564, 584, 601, 619, 632, 641, 652, 659, + 670, 681, 691, 698, 708, 720, 730, 741, 750, 767 }; #define N_CUSTOM_PREDEFINED 1 @@ -189,6 +189,7 @@ gdk_x11_atom_to_xatom_for_display (GdkDisplay *display, Atom xatom = None; g_return_val_if_fail (GDK_IS_DISPLAY (display), None); + g_return_val_if_fail (atom != GDK_NONE, None); if (display->closed) return None; @@ -292,6 +293,7 @@ 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 (display->closed) return GDK_NONE; diff --git a/gdk/x11/gdkselection-x11.c b/gdk/x11/gdkselection-x11.c index fd482e2fb3..6045dadea3 100644 --- a/gdk/x11/gdkselection-x11.c +++ b/gdk/x11/gdkselection-x11.c @@ -404,7 +404,10 @@ gdk_selection_send_notify_for_display (GdkDisplay *display, xevent.requestor = requestor; xevent.selection = gdk_x11_atom_to_xatom_for_display (display, selection); xevent.target = gdk_x11_atom_to_xatom_for_display (display, target); - xevent.property = gdk_x11_atom_to_xatom_for_display (display, property); + if (property == GDK_NONE) + xevent.property = None; + else + xevent.property = gdk_x11_atom_to_xatom_for_display (display, property); xevent.time = time; _gdk_send_xevent (display, requestor, False, NoEventMask, (XEvent*) & xevent); From 3dc395ad4ee13eecf8b9b494e78df41b3b7647a5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 3 May 2009 22:27:12 -0400 Subject: [PATCH 131/190] Make GtkHandleBox work on multiple displays --- gtk/gtkhandlebox.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtkhandlebox.c b/gtk/gtkhandlebox.c index d376248428..2215689567 100644 --- a/gtk/gtkhandlebox.c +++ b/gtk/gtkhandlebox.c @@ -1079,6 +1079,7 @@ gtk_handle_box_button_press (GtkWidget *widget, gint root_x, root_y; gint width, height; + gtk_invisible_set_screen (GTK_INVISIBLE (invisible), gtk_widget_get_screen (hb)); gdk_window_get_deskrelative_origin (hb->bin_window, &desk_x, &desk_y); gdk_window_get_origin (hb->bin_window, &root_x, &root_y); gdk_drawable_get_size (hb->bin_window, &width, &height); From 00524901e1393618e469dd9a8f224401b8ba7e35 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 3 May 2009 22:27:12 -0400 Subject: [PATCH 132/190] Make GtkHandleBox work on multiple displays --- gtk/gtkhandlebox.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtkhandlebox.c b/gtk/gtkhandlebox.c index d376248428..2215689567 100644 --- a/gtk/gtkhandlebox.c +++ b/gtk/gtkhandlebox.c @@ -1079,6 +1079,7 @@ gtk_handle_box_button_press (GtkWidget *widget, gint root_x, root_y; gint width, height; + gtk_invisible_set_screen (GTK_INVISIBLE (invisible), gtk_widget_get_screen (hb)); gdk_window_get_deskrelative_origin (hb->bin_window, &desk_x, &desk_y); gdk_window_get_origin (hb->bin_window, &root_x, &root_y); gdk_drawable_get_size (hb->bin_window, &width, &height); From 7f6a534d0fe10854c862fcecf81ddbb4b64afe55 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 3 May 2009 22:50:27 -0400 Subject: [PATCH 133/190] Handle translated combobox models better Make gtk-builder-convert keep translated combobox models translated. Fixes bug 553385. --- gtk/gtk-builder-convert | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/gtk/gtk-builder-convert b/gtk/gtk-builder-convert index c6b36578b5..a641b3385d 100755 --- a/gtk/gtk-builder-convert +++ b/gtk/gtk-builder-convert @@ -546,6 +546,14 @@ class GtkBuilderConverter(object): if not prop.childNodes: parent.removeChild(prop) return + + translatable_attr = prop.attributes.get('translatable') + translatable = translatable_attr is not None and translatable_attr.value == 'yes' + has_context_attr = prop.attributes.get('context') + has_context = has_context_attr is not None and has_context_attr.value == 'yes' + comments_attr = prop.attributes.get('comments') + comments = comments_attr is not None and comments_attr.value or None + value = prop.childNodes[0].data model = self._create_root_object("GtkListStore", template="model") @@ -568,7 +576,15 @@ class GtkBuilderConverter(object): col = self._dom.createElement('col') col.setAttribute('id', '0') - col.setAttribute('translatable', 'yes') + if translatable: + col.setAttribute('translatable', 'yes') + if has_context: + splitting = item.split('|', 1) + if len(splitting) == 2: + context, item = splitting + col.setAttribute('context', context) + if comments is not None: + col.setAttribute('comments', comments) col.appendChild(self._dom.createTextNode(item)) row.appendChild(col) From 850965101f54667f9448193e333626fab8b4005b Mon Sep 17 00:00:00 2001 From: Itay Perl Date: Sun, 3 May 2009 23:26:11 -0400 Subject: [PATCH 134/190] Fix handling of child widgets in the presence of bidi text GtkTextLayout incorrectly assumed that pango iterates in logical order. Fixes bug 580814. --- gtk/gtktextlayout.c | 50 +++++++++++++++++++++++++++++++-------------- 1 file changed, 35 insertions(+), 15 deletions(-) diff --git a/gtk/gtktextlayout.c b/gtk/gtktextlayout.c index 156503a506..319b8ce645 100644 --- a/gtk/gtktextlayout.c +++ b/gtk/gtktextlayout.c @@ -147,6 +147,16 @@ static void gtk_text_layout_buffer_delete_range (GtkTextBuffer *textbuffer, static void gtk_text_layout_update_cursor_line (GtkTextLayout *layout); +static void line_display_index_to_iter (GtkTextLayout *layout, + GtkTextLineDisplay *display, + GtkTextIter *iter, + gint index, + gint trailing); + +static gint line_display_iter_to_index (GtkTextLayout *layout, + GtkTextLineDisplay *display, + const GtkTextIter *iter); + enum { INVALIDATED, CHANGED, @@ -1800,49 +1810,59 @@ static void allocate_child_widgets (GtkTextLayout *text_layout, GtkTextLineDisplay *display) { - GSList *shaped = display->shaped_objects; PangoLayout *layout = display->layout; - PangoLayoutIter *iter; + PangoLayoutIter *run_iter; - iter = pango_layout_get_iter (layout); + run_iter = pango_layout_get_iter (layout); do { - PangoLayoutRun *run = pango_layout_iter_get_run_readonly (iter); - + PangoLayoutRun *run = pango_layout_iter_get_run_readonly (run_iter); + if (run && is_shape (run)) { - GObject *shaped_object = shaped->data; - shaped = shaped->next; - - /* shaped_object is NULL for child anchors with no - * widgets stored at them + gint byte_index; + GtkTextIter text_iter; + GtkTextChildAnchor *anchor = 0; + GList *widgets = 0; + + /* The pango iterator iterates in visual order. + * We use the byte index to find the child widget. */ - if (GTK_IS_WIDGET (shaped_object)) + + byte_index = pango_layout_iter_get_index (run_iter); + line_display_index_to_iter (text_layout, display, &text_iter, byte_index, 0); + anchor = gtk_text_iter_get_child_anchor (&text_iter); + widgets = gtk_text_child_anchor_get_widgets (anchor); + + if (widgets) { PangoRectangle extents; + GtkWidget *child = widgets->data; /* We emit "allocate_child" with the x,y of * the widget with respect to the top of the line * and the left side of the buffer */ - pango_layout_iter_get_run_extents (iter, + pango_layout_iter_get_run_extents (run_iter, NULL, &extents); g_signal_emit (text_layout, signals[ALLOCATE_CHILD], 0, - shaped_object, + child, PANGO_PIXELS (extents.x) + display->x_offset, PANGO_PIXELS (extents.y) + display->top_margin); + + g_list_free (widgets); } } } - while (pango_layout_iter_next_run (iter)); + while (pango_layout_iter_next_run (run_iter)); - pango_layout_iter_free (iter); + pango_layout_iter_free (run_iter); } static void From 6eb95098b1c43da144ca120191c3489966a54c76 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 18 Apr 2009 14:52:04 -0400 Subject: [PATCH 135/190] Don't leak RequiresInfo when parsing GtkBuilder files This fixes bug 579366. --- gtk/gtkbuilderparser.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtkbuilderparser.c b/gtk/gtkbuilderparser.c index feda666c58..c5cb2d8938 100644 --- a/gtk/gtkbuilderparser.c +++ b/gtk/gtkbuilderparser.c @@ -974,10 +974,11 @@ end_element (GMarkupParseContext *context, GTK_BUILDER_ERROR, GTK_BUILDER_ERROR_VERSION_MISMATCH, "%s: required %s version %d.%d, current version is %d.%d", - data->filename, req_info->library, + data->filename, req_info->library, req_info->major, req_info->minor, GTK_MAJOR_VERSION, GTK_MINOR_VERSION); } + _free_requires_info (req_info, NULL); } else if (strcmp (element_name, "interface") == 0) { From 5d617ee80beb126ec1c622dc18cdf64745536467 Mon Sep 17 00:00:00 2001 From: Li Yuan Date: Mon, 4 May 2009 11:12:06 +0800 Subject: [PATCH 136/190] Emit property-changed:accessible-name for gailcombobox Fix bug #579741. Emit property-changed:accessible-name when selection of combobox changed. --- modules/other/gail/gailcombobox.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/other/gail/gailcombobox.c b/modules/other/gail/gailcombobox.c index 82962a53a7..b90e7cc199 100644 --- a/modules/other/gail/gailcombobox.c +++ b/modules/other/gail/gailcombobox.c @@ -138,6 +138,7 @@ gail_combo_box_changed_gtk (GtkWidget *widget) if (gail_combo_box->old_selection != index) { gail_combo_box->old_selection = index; + g_object_notify (G_OBJECT (obj), "accessible-name"); g_signal_emit_by_name (obj, "selection_changed"); } } From b125eeae9d0e12ea83c12ea8a850c9bc9f6df510 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 18 Apr 2009 14:42:43 -0400 Subject: [PATCH 137/190] Make GtkAssistant keep its padding when built with GtkBuilder --- gtk/gtkassistant.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c index 317e3cdd9f..4e8f155aea 100644 --- a/gtk/gtkassistant.c +++ b/gtk/gtkassistant.c @@ -729,6 +729,7 @@ gtk_assistant_init (GtkAssistant *assistant) priv = assistant->priv = GTK_ASSISTANT_GET_PRIVATE (assistant); gtk_container_set_reallocate_redraws (GTK_CONTAINER (assistant), TRUE); + gtk_container_set_border_width (GTK_CONTAINER (assistant), 12); gtk_widget_push_composite_child (); @@ -1492,9 +1493,8 @@ gtk_assistant_new (void) { GtkWidget *assistant; - assistant = g_object_new (GTK_TYPE_ASSISTANT, - "border-width", 12, - NULL); + assistant = g_object_new (GTK_TYPE_ASSISTANT, NULL); + return assistant; } From 4f4643207ede313a2db68e06e19d990023ac2b58 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 18 Apr 2009 15:18:10 -0400 Subject: [PATCH 138/190] Point to better place for git documentation --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index fe85e733c6..91dd2156ea 100644 --- a/HACKING +++ b/HACKING @@ -17,7 +17,7 @@ can be found here: Information about using git with GNOME can be found here: - http://live.gnome.org/GitMigration + http://live.gnome.org/Git In order to get GIT gtk+ installed on your system, you need to have the most recent GIT versions of glib, pango, and atk installed as well. From 4ea26a686419f216a99eaeea513863ccf0eaa8e0 Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Mon, 20 Apr 2009 01:45:10 +0200 Subject: [PATCH 139/190] Remove a deprecated call to gtk_status_icon_set_tooltip This fixes bug 574386. --- tests/teststatusicon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/teststatusicon.c b/tests/teststatusicon.c index 86473601f8..4829bf0d0a 100755 --- a/tests/teststatusicon.c +++ b/tests/teststatusicon.c @@ -89,7 +89,7 @@ update_icons (void) GtkStatusIcon *status_icon = l->data; gtk_status_icon_set_from_icon_name (status_icon, icon_name); - gtk_status_icon_set_tooltip (status_icon, tooltip); + gtk_status_icon_set_tooltip_text (status_icon, tooltip); } } From 44c6b24fc78412c6964f7ea3c74d760516e762f2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 22 Apr 2009 11:57:39 -0400 Subject: [PATCH 140/190] Avoid double browser windows from the about dialog. --- gtk/gtkaboutdialog.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index 5b5dbabeb9..b073c98228 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -524,8 +524,6 @@ gtk_about_dialog_init (GtkAboutDialog *about) priv->website_button = button = gtk_link_button_new (""); gtk_widget_set_no_show_all (button, TRUE); - g_signal_connect (G_OBJECT (button), "clicked", - G_CALLBACK (activate_url), about); gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0); priv->website_label = button = gtk_label_new (""); From 86e5df91c149e4c888b98135259d2c54d3d9385b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 4 May 2009 00:43:19 -0400 Subject: [PATCH 141/190] Update NEWS for 2.17.0 --- NEWS | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/NEWS b/NEWS index c47eb47d36..413fb319b2 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,36 @@ Overview of Changes from GTK+ 2.16.x to 2.17.0 - GtkEntry now has a ::invisible-char style property that allows themes to set the preferred invisible character +* Printing: + - GTK+ supports authentication of users against CUPS servers now. + +* Bugs fixed: + 578634 gtkdial example fails to compile + 580678 Minor improvement to GTK+ mediaLib code + 580511 gdk_x11_atom_to_xatom_for_display translates GDK_NONE... + 581110 Handlebox widget uses static variables, crashes in multi... + 553385 gtk-builder-convert creates untranslated combobox models + 580814 GtkTextLayout incorrectly assumes pango iterates in logi... + 579366 gtkbuilderparser leaks RequiresInfo objects + 579741 gailcombox should emit property-changed:accessible-name... + 574386 Remove deprecated call to gtk_status_icon_set_tooltip... + 384940 handle rejecting jobs and authentication meaningfully + +* Updated translations + Arabic + Brazilian Portuguese + British English + Catalan + Czech + Estonian + Italian + Kannada + Oriya + Simplified Chinese + Slovenian + Spanish + Ukrainian + Overview of Changes from GTK+ 2.16.0 to 2.16.1 ============================================== From ce517a4152146ab9e745d175a12585150b20614f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 4 May 2009 00:43:49 -0400 Subject: [PATCH 142/190] Bump version to 2.17.0 --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 268425d53b..ee32a678d9 100644 --- a/configure.in +++ b/configure.in @@ -11,9 +11,9 @@ AC_PREREQ(2.54) # set GTK_BINARY_AGE and GTK_INTERFACE_AGE to 0. 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_minor_version], [17]) +m4_define([gtk_micro_version], [0]) +m4_define([gtk_interface_age], [0]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)]) m4_define([gtk_version], From cc4cf97d62bb22a3d464b84d999975db985e6dde Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 4 May 2009 01:54:06 -0400 Subject: [PATCH 143/190] GTK+ 2.17.0 --- docs/reference/gtk/tmpl/gtkentry.sgml | 5 + .../reference/gtk/tmpl/gtkprintoperation.sgml | 10 + docs/reference/gtk/tmpl/gtkscale.sgml | 7 +- gtk/gtk.symbols | 1 + gtk/tests/builder.c | 4 +- po-properties/af.po | 176 +- po-properties/am.po | 176 +- po-properties/ang.po | 176 +- po-properties/ar.po | 176 +- po-properties/as.po | 176 +- po-properties/ast.po | 176 +- po-properties/az.po | 176 +- po-properties/az_IR.po | 176 +- po-properties/be.po | 176 +- po-properties/be@latin.po | 176 +- po-properties/bg.po | 176 +- po-properties/bn.po | 176 +- po-properties/bn_IN.po | 176 +- po-properties/br.po | 176 +- po-properties/bs.po | 176 +- po-properties/ca.po | 176 +- po-properties/ca@valencia.po | 176 +- po-properties/crh.po | 176 +- po-properties/cs.po | 176 +- po-properties/cy.po | 176 +- po-properties/da.po | 176 +- po-properties/de.po | 176 +- po-properties/dz.po | 176 +- po-properties/el.po | 176 +- po-properties/en_CA.po | 176 +- po-properties/en_GB.po | 176 +- po-properties/eo.po | 176 +- po-properties/es.po | 176 +- po-properties/et.po | 176 +- po-properties/eu.po | 176 +- po-properties/fa.po | 176 +- po-properties/fi.po | 176 +- po-properties/fr.po | 176 +- po-properties/ga.po | 176 +- po-properties/gl.po | 176 +- po-properties/gu.po | 176 +- po-properties/he.po | 176 +- po-properties/hi.po | 176 +- po-properties/hr.po | 176 +- po-properties/hu.po | 176 +- po-properties/hy.po | 176 +- po-properties/ia.po | 176 +- po-properties/id.po | 176 +- po-properties/io.po | 176 +- po-properties/is.po | 176 +- po-properties/it.po | 176 +- po-properties/ja.po | 176 +- po-properties/ka.po | 176 +- po-properties/kn.po | 176 +- po-properties/ko.po | 176 +- po-properties/ku.po | 176 +- po-properties/li.po | 176 +- po-properties/lt.po | 176 +- po-properties/lv.po | 176 +- po-properties/mai.po | 176 +- po-properties/mi.po | 176 +- po-properties/mk.po | 176 +- po-properties/ml.po | 176 +- po-properties/mn.po | 176 +- po-properties/mr.po | 176 +- po-properties/ms.po | 176 +- po-properties/nb.po | 176 +- po-properties/ne.po | 176 +- po-properties/nl.po | 176 +- po-properties/nn.po | 176 +- po-properties/nso.po | 176 +- po-properties/oc.po | 176 +- po-properties/or.po | 3597 +++++++++-------- po-properties/pa.po | 176 +- po-properties/pl.po | 176 +- po-properties/ps.po | 3395 ++++++++-------- po-properties/pt.po | 176 +- po-properties/pt_BR.po | 176 +- po-properties/ro.po | 176 +- po-properties/ru.po | 176 +- po-properties/rw.po | 176 +- po-properties/si.po | 176 +- po-properties/sk.po | 176 +- po-properties/sl.po | 176 +- po-properties/sq.po | 176 +- po-properties/sr.po | 176 +- po-properties/sr@ije.po | 176 +- po-properties/sr@latin.po | 176 +- po-properties/sv.po | 176 +- po-properties/ta.po | 176 +- po-properties/te.po | 176 +- po-properties/th.po | 176 +- po-properties/tk.po | 176 +- po-properties/tr.po | 176 +- po-properties/tt.po | 176 +- po-properties/uk.po | 3402 ++++++++-------- po-properties/ur.po | 176 +- po-properties/uz.po | 176 +- po-properties/uz@cyrillic.po | 176 +- po-properties/vi.po | 176 +- po-properties/wa.po | 176 +- po-properties/xh.po | 176 +- po-properties/yi.po | 176 +- po-properties/zh_CN.po | 176 +- po-properties/zh_HK.po | 176 +- po-properties/zh_TW.po | 176 +- po/af.po | 374 +- po/am.po | 374 +- po/ang.po | 374 +- po/ar.po | 2149 +++++----- po/as.po | 374 +- po/ast.po | 374 +- po/az.po | 376 +- po/az_IR.po | 369 +- po/be.po | 374 +- po/be@latin.po | 374 +- po/bg.po | 374 +- po/bn.po | 374 +- po/bn_IN.po | 374 +- po/br.po | 374 +- po/bs.po | 376 +- po/ca.po | 2147 +++++----- po/ca@valencia.po | 374 +- po/crh.po | 378 +- po/cs.po | 2099 +++++----- po/cy.po | 374 +- po/da.po | 2147 +++++----- po/de.po | 374 +- po/dz.po | 374 +- po/el.po | 374 +- po/en_CA.po | 374 +- po/en_GB.po | 374 +- po/eo.po | 374 +- po/es.po | 2102 +++++----- po/et.po | 1055 ++++- po/eu.po | 374 +- po/fa.po | 374 +- po/fi.po | 374 +- po/fr.po | 374 +- po/ga.po | 374 +- po/gl.po | 374 +- po/gu.po | 420 +- po/he.po | 374 +- po/hi.po | 374 +- po/hr.po | 376 +- po/hu.po | 2191 +++++----- po/hy.po | 374 +- po/ia.po | 374 +- po/id.po | 374 +- po/io.po | 374 +- po/is.po | 374 +- po/it.po | 2154 +++++----- po/ja.po | 374 +- po/ka.po | 374 +- po/kn.po | 374 +- po/ko.po | 374 +- po/ku.po | 374 +- po/li.po | 376 +- po/lt.po | 374 +- po/lv.po | 374 +- po/mai.po | 374 +- po/mi.po | 374 +- po/mk.po | 374 +- po/ml.po | 374 +- po/mn.po | 380 +- po/mr.po | 374 +- po/ms.po | 376 +- po/nb.po | 374 +- po/ne.po | 373 +- po/nl.po | 375 +- po/nn.po | 377 +- po/nso.po | 376 +- po/oc.po | 373 +- po/or.po | 2143 +++++----- po/pa.po | 374 +- po/pl.po | 374 +- po/ps.po | 374 +- po/pt.po | 374 +- po/pt_BR.po | 2150 +++++----- po/ro.po | 374 +- po/ru.po | 374 +- po/rw.po | 377 +- po/si.po | 374 +- po/sk.po | 374 +- po/sl.po | 374 +- po/sq.po | 375 +- po/sr.po | 2147 +++++----- po/sr@ije.po | 376 +- po/sr@latin.po | 2175 +++++----- po/sv.po | 2751 +++++++------ po/ta.po | 374 +- po/te.po | 374 +- po/th.po | 374 +- po/tk.po | 374 +- po/tr.po | 378 +- po/tt.po | 373 +- po/uk.po | 2105 +++++----- po/ur.po | 369 +- po/uz.po | 374 +- po/uz@cyrillic.po | 374 +- po/vi.po | 374 +- po/wa.po | 374 +- po/xh.po | 374 +- po/yi.po | 376 +- po/zh_CN.po | 2150 +++++----- po/zh_HK.po | 374 +- po/zh_TW.po | 374 +- 207 files changed, 50163 insertions(+), 41406 deletions(-) diff --git a/docs/reference/gtk/tmpl/gtkentry.sgml b/docs/reference/gtk/tmpl/gtkentry.sgml index 72b802c2c8..385e7235e7 100644 --- a/docs/reference/gtk/tmpl/gtkentry.sgml +++ b/docs/reference/gtk/tmpl/gtkentry.sgml @@ -378,6 +378,11 @@ The #GtkEntry-struct struct contains only private data. + + + + + diff --git a/docs/reference/gtk/tmpl/gtkprintoperation.sgml b/docs/reference/gtk/tmpl/gtkprintoperation.sgml index 1694d1a68d..6c195341b0 100644 --- a/docs/reference/gtk/tmpl/gtkprintoperation.sgml +++ b/docs/reference/gtk/tmpl/gtkprintoperation.sgml @@ -178,6 +178,16 @@ Printing support was added in GTK+ 2.10. @printoperation: the object which received the signal. + + + + + +@printoperation: the object which received the signal. +@widget: +@arg1: +@arg2: + diff --git a/docs/reference/gtk/tmpl/gtkscale.sgml b/docs/reference/gtk/tmpl/gtkscale.sgml index 2ac9a18fe6..b3f5bf5b82 100644 --- a/docs/reference/gtk/tmpl/gtkscale.sgml +++ b/docs/reference/gtk/tmpl/gtkscale.sgml @@ -28,6 +28,7 @@ same name. If the element is not empty, its content is taken as the markup to show at the mark. It can be translated with the usual "translatable and "context" attributes. + @@ -49,9 +50,9 @@ the accessor functions. -@scale: -@value: -@Returns: +@scale: +@value: +@Returns: diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols index 9e99266f7c..e21497788c 100644 --- a/gtk/gtk.symbols +++ b/gtk/gtk.symbols @@ -2823,6 +2823,7 @@ gtk_print_backend_printer_list_is_done gtk_print_backend_find_printer gtk_print_backend_print_stream gtk_print_backend_load_modules +gtk_print_backend_set_password #endif #endif #endif diff --git a/gtk/tests/builder.c b/gtk/tests/builder.c index e9dab5c11f..7b2cc19b60 100644 --- a/gtk/tests/builder.c +++ b/gtk/tests/builder.c @@ -792,7 +792,7 @@ test_spin_button (void) "10" "2" "3" - "5" + "0" "1" "" "" @@ -820,7 +820,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); } diff --git a/po-properties/af.po b/po-properties/af.po index 55de4f0a5b..6dc0aa185c 100644 --- a/po-properties/af.po +++ b/po-properties/af.po @@ -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-05-04 01:14-0400\n" "PO-Revision-Date: 2004-03-30 17:02+0200\n" "Last-Translator: Zuza Software Foundation \n" "Language-Team: Afrikaans \n" @@ -120,121 +120,121 @@ msgstr "Fontpunte" msgid "The resolution for fonts on the screen" msgstr "Hoe die strekking op die skerm moet bygewerk word" -#: gtk/gtkaboutdialog.c:184 +#: gtk/gtkaboutdialog.c:239 #, fuzzy msgid "Program name" msgstr "Merkernaam" -#: gtk/gtkaboutdialog.c:185 +#: gtk/gtkaboutdialog.c:240 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:199 +#: gtk/gtkaboutdialog.c:254 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:255 #, fuzzy msgid "The version of the program" msgstr "Die oriëntering van die nutsbalk" -#: gtk/gtkaboutdialog.c:214 +#: gtk/gtkaboutdialog.c:269 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:270 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:232 +#: gtk/gtkaboutdialog.c:287 #, fuzzy msgid "Comments string" msgstr "Kolomspasiëring" -#: gtk/gtkaboutdialog.c:233 +#: gtk/gtkaboutdialog.c:288 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:267 +#: gtk/gtkaboutdialog.c:322 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:323 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:339 #, fuzzy msgid "Website label" msgstr "Gebruik grootte in etiket" -#: gtk/gtkaboutdialog.c:285 +#: gtk/gtkaboutdialog.c:340 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:356 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:302 +#: gtk/gtkaboutdialog.c:357 #, fuzzy msgid "List of authors of the program" msgstr "Die oriëntering van die nutsbalk" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:373 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:319 +#: gtk/gtkaboutdialog.c:374 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:390 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:336 +#: gtk/gtkaboutdialog.c:391 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:353 +#: gtk/gtkaboutdialog.c:408 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:354 +#: gtk/gtkaboutdialog.c:409 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:424 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:425 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:440 #, fuzzy msgid "Logo Icon Name" msgstr "Fontnaam" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:441 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:399 +#: gtk/gtkaboutdialog.c:454 #, fuzzy msgid "Wrap license" msgstr "Omvoumodusstel" -#: gtk/gtkaboutdialog.c:400 +#: gtk/gtkaboutdialog.c:455 #, fuzzy msgid "Whether to wrap the license text." msgstr "Of die teks deurgehaal moet word" @@ -604,70 +604,70 @@ msgstr "Gehoorsaam kind" msgid "Force aspect ratio to match that of the frame's child" msgstr "Forseer aspekratio om by die raam se kind s'n te pas" -#: gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:281 #, fuzzy msgid "Header Padding" msgstr "Linkeropvulling" -#: gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:282 #, fuzzy msgid "Number of pixels around the header." msgstr "Styl skuinskant rondom die kieslysstaaf" -#: gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:289 #, fuzzy msgid "Content Padding" msgstr "Onderkantopvulling" -#: gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:290 #, fuzzy msgid "Number of pixels around the content pages." msgstr "Styl van skuinskant rondom die inhoud" -#: gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:306 #, fuzzy msgid "Page type" msgstr "Paksoort" -#: gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:307 #, fuzzy msgid "The type of the assistant page" msgstr "Die soort boodskap" -#: gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:324 #, fuzzy msgid "Page title" msgstr "Bladsygrootte" -#: gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:325 #, fuzzy msgid "The title of the assistant page" msgstr "Die titel van die venster" -#: gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:341 #, fuzzy msgid "Header image" msgstr "Koppe kliekbaar" -#: gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:342 msgid "Header image for the assistant page" msgstr "" -#: gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:358 #, fuzzy msgid "Sidebar image" msgstr "Die waarde" -#: gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:359 msgid "Sidebar image for the assistant page" msgstr "" -#: gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:374 #, fuzzy msgid "Page complete" msgstr "Bladsyinkrement" -#: gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:375 msgid "Whether all required fields on the page have been filled out" msgstr "" @@ -931,7 +931,7 @@ msgid "" "rectangle" msgstr "" -#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682 #, fuzzy msgid "Inner Border" msgstr "Oortjiegrens" @@ -1370,7 +1370,7 @@ msgstr "Klimkoers" msgid "The acceleration rate when you hold down a button" msgstr "Die versnellingskoers wanneer jy 'n knoppie inhou" -#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "Syfers" @@ -2252,11 +2252,11 @@ msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "" -#: gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232 msgid "Invisible character" msgstr "Onsigbare karakter" -#: gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" "Die karakter om te gebruik wanneer inskrywingsinhoud verberg word (in " @@ -2571,34 +2571,34 @@ msgstr "Troggrens" msgid "Border around the progress bar" msgstr "Teks wat in die vorderingstaaf vertoon moet word" -#: gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1683 msgid "Border between text and frame." msgstr "" -#: gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1697 #, fuzzy msgid "State Hint" msgstr "Reëlsverwenking" -#: gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1698 #, fuzzy msgid "Whether to pass a proper state when drawing shadow or background" msgstr "Biskaart om as masker te gebruik wanneer teksagtergrond geteken word" -#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "Merk by fokus" -#: gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1704 msgid "Whether to select the contents of an entry when it is focused" msgstr "" "Of die inhoud van 'n inskrywing gemerk moet word wanneer die fokus daarop is" -#: gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1718 msgid "Password Hint Timeout" msgstr "" -#: gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1719 msgid "How long to show the last input character in hidden entries" msgstr "" @@ -4326,7 +4326,7 @@ msgstr "" msgid "Page Setup" msgstr "Bladsygrootte" -#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050 msgid "Track Print Status" msgstr "" @@ -4336,123 +4336,123 @@ msgid "" "print data has been sent to the printer or print server." msgstr "" -#: gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:922 #, fuzzy msgid "Default Page Setup" msgstr "Verstekhoogte" -#: gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:923 msgid "The GtkPageSetup used by default" msgstr "" -#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "" -#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "" -#: gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:960 #, fuzzy msgid "Job Name" msgstr "Fontnaam" -#: gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:961 msgid "A string used for identifying the print job." msgstr "" -#: gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:985 #, fuzzy msgid "Number of Pages" msgstr "Getal kanale" -#: gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:986 #, fuzzy msgid "The number of pages in the document." msgstr "Die getal rye in die tabel" -#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266 #, fuzzy msgid "Current Page" msgstr "Huidige alfa" -#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267 #, fuzzy msgid "The current page in the document" msgstr "Die bladsygrootte van die aanpassing" -#: gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1029 #, fuzzy msgid "Use full page" msgstr "Gebruik alfa" -#: gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1030 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" msgstr "" -#: gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1051 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." msgstr "" -#: gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1068 msgid "Unit" msgstr "" -#: gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1069 msgid "The unit in which distances can be measured in the context" msgstr "" -#: gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1086 #, fuzzy msgid "Show Dialog" msgstr "Toon kop" -#: gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1087 msgid "TRUE if a progress dialog is shown while printing." msgstr "" -#: gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1110 #, fuzzy msgid "Allow Async" msgstr "Laat reëls toe" -#: gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1111 msgid "TRUE if print process may run asynchronous." msgstr "" -#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134 #, fuzzy msgid "Export filename" msgstr "Lêernaam" -#: gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1148 msgid "Status" msgstr "" -#: gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1149 #, fuzzy msgid "The status of the print operation" msgstr "Die swikstaat van die knoppie" -#: gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1169 msgid "Status String" msgstr "" -#: gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1170 msgid "A human-readable description of the status" msgstr "" -#: gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1188 #, fuzzy msgid "Custom tab label" msgstr "Doelgemaakte palet" -#: gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1189 msgid "Label for the tab containing custom widgets." msgstr "" @@ -4974,39 +4974,39 @@ msgstr "Numeries" msgid "The metric used for the ruler" msgstr "Die model vir die boomaansig" -#: gtk/gtkscale.c:201 +#: gtk/gtkscale.c:219 msgid "The number of decimal places that are displayed in the value" msgstr "Die getal desimale plekke wat in die waarde vertoon word" -#: gtk/gtkscale.c:210 +#: gtk/gtkscale.c:228 msgid "Draw Value" msgstr "Tekenwaarde" -#: gtk/gtkscale.c:211 +#: gtk/gtkscale.c:229 msgid "Whether the current value is displayed as a string next to the slider" msgstr "Of die huidige waarde as 'n string langs die skuifknoppie vertoon word" -#: gtk/gtkscale.c:218 +#: gtk/gtkscale.c:236 msgid "Value Position" msgstr "Waardeposisie" -#: gtk/gtkscale.c:219 +#: gtk/gtkscale.c:237 msgid "The position in which the current value is displayed" msgstr "Die posisie waarin die huidige waarde vertoon word" -#: gtk/gtkscale.c:226 +#: gtk/gtkscale.c:244 msgid "Slider Length" msgstr "Skuifknoppielengte" -#: gtk/gtkscale.c:227 +#: gtk/gtkscale.c:245 msgid "Length of scale's slider" msgstr "Lengte van skaal se skuifknoppie" -#: gtk/gtkscale.c:235 +#: gtk/gtkscale.c:253 msgid "Value spacing" msgstr "Waardespasiëring" -#: gtk/gtkscale.c:236 +#: gtk/gtkscale.c:254 msgid "Space between value text and the slider/trough area" msgstr "Ruimte tussen waardeteks en die skuifknoppie/trog-streek" diff --git a/po-properties/am.po b/po-properties/am.po index 33781c07b4..722fb41575 100644 --- a/po-properties/am.po +++ b/po-properties/am.po @@ -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-05-04 01:14-0400\n" "PO-Revision-Date: 2003-01-14 11:02+EDT\n" "Last-Translator: Ge'ez Frontier Foundation \n" "Language-Team: Amharic \n" @@ -116,117 +116,117 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:184 +#: gtk/gtkaboutdialog.c:239 msgid "Program name" msgstr "" -#: gtk/gtkaboutdialog.c:185 +#: gtk/gtkaboutdialog.c:240 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:199 +#: gtk/gtkaboutdialog.c:254 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:255 #, fuzzy msgid "The version of the program" msgstr "የጽሑፉ መለያ" -#: gtk/gtkaboutdialog.c:214 +#: gtk/gtkaboutdialog.c:269 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:270 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:232 +#: gtk/gtkaboutdialog.c:287 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:233 +#: gtk/gtkaboutdialog.c:288 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:267 +#: gtk/gtkaboutdialog.c:322 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:323 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:339 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:285 +#: gtk/gtkaboutdialog.c:340 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:356 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:302 +#: gtk/gtkaboutdialog.c:357 #, fuzzy msgid "List of authors of the program" msgstr "የጽሑፉ መለያ" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:373 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:319 +#: gtk/gtkaboutdialog.c:374 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:390 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:336 +#: gtk/gtkaboutdialog.c:391 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:353 +#: gtk/gtkaboutdialog.c:408 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:354 +#: gtk/gtkaboutdialog.c:409 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:424 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:425 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:440 #, fuzzy msgid "Logo Icon Name" msgstr "የፊደሉ ቅርጽ ስም" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:441 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:399 +#: gtk/gtkaboutdialog.c:454 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:400 +#: gtk/gtkaboutdialog.c:455 msgid "Whether to wrap the license text." msgstr "" @@ -593,70 +593,70 @@ msgstr "" msgid "Force aspect ratio to match that of the frame's child" msgstr "" -#: gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:281 #, fuzzy msgid "Header Padding" msgstr "የግራ ህዳግ" -#: gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:282 #, fuzzy msgid "Number of pixels around the header." msgstr "የጽሑፉ መለያ" -#: gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:289 #, fuzzy msgid "Content Padding" msgstr "የግራ ህዳግ" -#: gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:290 #, fuzzy msgid "Number of pixels around the content pages." msgstr "የጽሑፉ መለያ" -#: gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:306 #, fuzzy msgid "Page type" msgstr "መጠን" -#: gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:307 #, fuzzy msgid "The type of the assistant page" msgstr "የመስኮቱ ዓይነት" -#: gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:324 #, fuzzy msgid "Page title" msgstr "መጠን" -#: gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:325 #, fuzzy msgid "The title of the assistant page" msgstr "የመስኮቱ አርእስት" -#: gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:341 #, fuzzy msgid "Header image" msgstr "የጭብጥ ስም" -#: gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:342 msgid "Header image for the assistant page" msgstr "" -#: gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:358 #, fuzzy msgid "Sidebar image" msgstr "የጭብጥ ስም" -#: gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:359 msgid "Sidebar image for the assistant page" msgstr "" -#: gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:374 #, fuzzy msgid "Page complete" msgstr "መጠን" -#: gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:375 msgid "Whether all required fields on the page have been filled out" msgstr "" @@ -900,7 +900,7 @@ msgid "" "rectangle" msgstr "" -#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682 #, fuzzy msgid "Inner Border" msgstr "ቅደም ተከተል" @@ -1321,7 +1321,7 @@ msgstr "" msgid "The acceleration rate when you hold down a button" msgstr "" -#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "" @@ -2165,11 +2165,11 @@ msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "" -#: gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232 msgid "Invisible character" msgstr "" -#: gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" @@ -2451,31 +2451,31 @@ msgstr "ቅደም ተከተል" msgid "Border around the progress bar" msgstr "የጽሑፉ መለያ" -#: gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1683 msgid "Border between text and frame." msgstr "" -#: gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1697 msgid "State Hint" msgstr "" -#: gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1698 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "" -#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "" -#: gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1704 msgid "Whether to select the contents of an entry when it is focused" msgstr "" -#: gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1718 msgid "Password Hint Timeout" msgstr "" -#: gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1719 msgid "How long to show the last input character in hidden entries" msgstr "" @@ -4107,7 +4107,7 @@ msgstr "" msgid "Page Setup" msgstr "መጠን" -#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050 msgid "Track Print Status" msgstr "" @@ -4117,120 +4117,120 @@ msgid "" "print data has been sent to the printer or print server." msgstr "" -#: gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:922 #, fuzzy msgid "Default Page Setup" msgstr "የነበረው እርዝማኔ" -#: gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:923 msgid "The GtkPageSetup used by default" msgstr "" -#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "" -#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "" -#: gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:960 #, fuzzy msgid "Job Name" msgstr "የፊደሉ ቅርጽ ስም" -#: gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:961 msgid "A string used for identifying the print job." msgstr "" -#: gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:985 #, fuzzy msgid "Number of Pages" msgstr "ዐምዶች" -#: gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:986 #, fuzzy msgid "The number of pages in the document." msgstr "የጽሑፉ መለያ" -#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266 #, fuzzy msgid "Current Page" msgstr "የአሁኑን ቀለም" -#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267 #, fuzzy msgid "The current page in the document" msgstr "የጽሑፉ መለያ" -#: gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1029 msgid "Use full page" msgstr "" -#: gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1030 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" msgstr "" -#: gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1051 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." msgstr "" -#: gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1068 msgid "Unit" msgstr "" -#: gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1069 msgid "The unit in which distances can be measured in the context" msgstr "" -#: gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1086 #, fuzzy msgid "Show Dialog" msgstr "ማስረጊያዎች አሳይ" -#: gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1087 msgid "TRUE if a progress dialog is shown while printing." msgstr "" -#: gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1110 msgid "Allow Async" msgstr "" -#: gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1111 msgid "TRUE if print process may run asynchronous." msgstr "" -#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134 #, fuzzy msgid "Export filename" msgstr "የፋይል ስም" -#: gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1148 msgid "Status" msgstr "" -#: gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1149 #, fuzzy msgid "The status of the print operation" msgstr "የመስኮቱ አርእስት" -#: gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1169 msgid "Status String" msgstr "" -#: gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1170 msgid "A human-readable description of the status" msgstr "" -#: gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1188 msgid "Custom tab label" msgstr "" -#: gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1189 msgid "Label for the tab containing custom widgets." msgstr "" @@ -4714,39 +4714,39 @@ msgstr "" msgid "The metric used for the ruler" msgstr "የጽሑፉ መለያ" -#: gtk/gtkscale.c:201 +#: gtk/gtkscale.c:219 msgid "The number of decimal places that are displayed in the value" msgstr "" -#: gtk/gtkscale.c:210 +#: gtk/gtkscale.c:228 msgid "Draw Value" msgstr "" -#: gtk/gtkscale.c:211 +#: gtk/gtkscale.c:229 msgid "Whether the current value is displayed as a string next to the slider" msgstr "" -#: gtk/gtkscale.c:218 +#: gtk/gtkscale.c:236 msgid "Value Position" msgstr "" -#: gtk/gtkscale.c:219 +#: gtk/gtkscale.c:237 msgid "The position in which the current value is displayed" msgstr "" -#: gtk/gtkscale.c:226 +#: gtk/gtkscale.c:244 msgid "Slider Length" msgstr "" -#: gtk/gtkscale.c:227 +#: gtk/gtkscale.c:245 msgid "Length of scale's slider" msgstr "" -#: gtk/gtkscale.c:235 +#: gtk/gtkscale.c:253 msgid "Value spacing" msgstr "" -#: gtk/gtkscale.c:236 +#: gtk/gtkscale.c:254 msgid "Space between value text and the slider/trough area" msgstr "" diff --git a/po-properties/ang.po b/po-properties/ang.po index 670bc40bab..6cf814ec2f 100644 --- a/po-properties/ang.po +++ b/po-properties/ang.po @@ -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-05-04 01:14-0400\n" "PO-Revision-Date: 2004-08-26 16:32-0600\n" "Last-Translator: James Johnson \n" "Language-Team: Old English \n" @@ -113,114 +113,114 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:184 +#: gtk/gtkaboutdialog.c:239 msgid "Program name" msgstr "" -#: gtk/gtkaboutdialog.c:185 +#: gtk/gtkaboutdialog.c:240 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:199 +#: gtk/gtkaboutdialog.c:254 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:255 msgid "The version of the program" msgstr "" -#: gtk/gtkaboutdialog.c:214 +#: gtk/gtkaboutdialog.c:269 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:270 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:232 +#: gtk/gtkaboutdialog.c:287 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:233 +#: gtk/gtkaboutdialog.c:288 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:267 +#: gtk/gtkaboutdialog.c:322 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:323 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:339 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:285 +#: gtk/gtkaboutdialog.c:340 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:356 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:302 +#: gtk/gtkaboutdialog.c:357 msgid "List of authors of the program" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:373 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:319 +#: gtk/gtkaboutdialog.c:374 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:390 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:336 +#: gtk/gtkaboutdialog.c:391 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:353 +#: gtk/gtkaboutdialog.c:408 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:354 +#: gtk/gtkaboutdialog.c:409 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:424 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:425 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:440 msgid "Logo Icon Name" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:441 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:399 +#: gtk/gtkaboutdialog.c:454 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:400 +#: gtk/gtkaboutdialog.c:455 msgid "Whether to wrap the license text." msgstr "" @@ -569,61 +569,61 @@ msgstr "" msgid "Force aspect ratio to match that of the frame's child" msgstr "" -#: gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:281 msgid "Header Padding" msgstr "" -#: gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:282 msgid "Number of pixels around the header." msgstr "" -#: gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:289 msgid "Content Padding" msgstr "" -#: gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:290 msgid "Number of pixels around the content pages." msgstr "" -#: gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:306 msgid "Page type" msgstr "" -#: gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:307 #, fuzzy msgid "The type of the assistant page" msgstr "Þæt cynn þæs éagþyrles" -#: gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:324 msgid "Page title" msgstr "" -#: gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:325 #, fuzzy msgid "The title of the assistant page" msgstr "Þæt cynn þæs éagþyrles" -#: gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:341 msgid "Header image" msgstr "" -#: gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:342 msgid "Header image for the assistant page" msgstr "" -#: gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:358 msgid "Sidebar image" msgstr "" -#: gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:359 msgid "Sidebar image for the assistant page" msgstr "" -#: gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:374 msgid "Page complete" msgstr "" -#: gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:375 msgid "Whether all required fields on the page have been filled out" msgstr "" @@ -864,7 +864,7 @@ msgid "" "rectangle" msgstr "" -#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682 msgid "Inner Border" msgstr "" @@ -1276,7 +1276,7 @@ msgstr "" msgid "The acceleration rate when you hold down a button" msgstr "" -#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "" @@ -2110,11 +2110,11 @@ msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "" -#: gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232 msgid "Invisible character" msgstr "" -#: gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" @@ -2387,31 +2387,31 @@ msgstr "" msgid "Border around the progress bar" msgstr "" -#: gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1683 msgid "Border between text and frame." msgstr "" -#: gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1697 msgid "State Hint" msgstr "" -#: gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1698 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "" -#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "" -#: gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1704 msgid "Whether to select the contents of an entry when it is focused" msgstr "" -#: gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1718 msgid "Password Hint Timeout" msgstr "" -#: gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1719 msgid "How long to show the last input character in hidden entries" msgstr "" @@ -3989,7 +3989,7 @@ msgstr "" msgid "Page Setup" msgstr "" -#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050 msgid "Track Print Status" msgstr "" @@ -3999,114 +3999,114 @@ msgid "" "print data has been sent to the printer or print server." msgstr "" -#: gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:922 msgid "Default Page Setup" msgstr "" -#: gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:923 msgid "The GtkPageSetup used by default" msgstr "" -#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "" -#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "" -#: gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:960 #, fuzzy msgid "Job Name" msgstr "Nama" -#: gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:961 msgid "A string used for identifying the print job." msgstr "" -#: gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:985 #, fuzzy msgid "Number of Pages" msgstr "Gerím channela" -#: gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:986 #, fuzzy msgid "The number of pages in the document." msgstr "Þæt gerím rǽwa þæs pixbuf" -#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "" -#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "" -#: gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1029 msgid "Use full page" msgstr "" -#: gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1030 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" msgstr "" -#: gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1051 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." msgstr "" -#: gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1068 msgid "Unit" msgstr "" -#: gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1069 msgid "The unit in which distances can be measured in the context" msgstr "" -#: gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1086 msgid "Show Dialog" msgstr "" -#: gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1087 msgid "TRUE if a progress dialog is shown while printing." msgstr "" -#: gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1110 msgid "Allow Async" msgstr "" -#: gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1111 msgid "TRUE if print process may run asynchronous." msgstr "" -#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134 msgid "Export filename" msgstr "" -#: gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1148 msgid "Status" msgstr "" -#: gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1149 msgid "The status of the print operation" msgstr "" -#: gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1169 msgid "Status String" msgstr "" -#: gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1170 msgid "A human-readable description of the status" msgstr "" -#: gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1188 msgid "Custom tab label" msgstr "" -#: gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1189 msgid "Label for the tab containing custom widgets." msgstr "" @@ -4574,39 +4574,39 @@ msgstr "" msgid "The metric used for the ruler" msgstr "" -#: gtk/gtkscale.c:201 +#: gtk/gtkscale.c:219 msgid "The number of decimal places that are displayed in the value" msgstr "" -#: gtk/gtkscale.c:210 +#: gtk/gtkscale.c:228 msgid "Draw Value" msgstr "" -#: gtk/gtkscale.c:211 +#: gtk/gtkscale.c:229 msgid "Whether the current value is displayed as a string next to the slider" msgstr "" -#: gtk/gtkscale.c:218 +#: gtk/gtkscale.c:236 msgid "Value Position" msgstr "" -#: gtk/gtkscale.c:219 +#: gtk/gtkscale.c:237 msgid "The position in which the current value is displayed" msgstr "" -#: gtk/gtkscale.c:226 +#: gtk/gtkscale.c:244 msgid "Slider Length" msgstr "" -#: gtk/gtkscale.c:227 +#: gtk/gtkscale.c:245 msgid "Length of scale's slider" msgstr "" -#: gtk/gtkscale.c:235 +#: gtk/gtkscale.c:253 msgid "Value spacing" msgstr "" -#: gtk/gtkscale.c:236 +#: gtk/gtkscale.c:254 msgid "Space between value text and the slider/trough area" msgstr "" diff --git a/po-properties/ar.po b/po-properties/ar.po index 9526154377..be23cd0bdb 100644 --- a/po-properties/ar.po +++ b/po-properties/ar.po @@ -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-05-04 01:14-0400\n" "PO-Revision-Date: 2008-09-18 02:19+0300\n" "Last-Translator: Anas Afif Emad \n" "Language-Team: Arabic \n" @@ -121,96 +121,96 @@ msgstr "ميز الخط" msgid "The resolution for fonts on the screen" msgstr "ميز الخطوط على الشاشة" -#: gtk/gtkaboutdialog.c:184 +#: gtk/gtkaboutdialog.c:239 msgid "Program name" msgstr "اسم البرنامج" -#: gtk/gtkaboutdialog.c:185 +#: gtk/gtkaboutdialog.c:240 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "اسم البرنامج. اذا لم يحدد ، الإفتراضي هو g_get_application_name()" -#: gtk/gtkaboutdialog.c:199 +#: gtk/gtkaboutdialog.c:254 msgid "Program version" msgstr "نسخة البرنامج" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:255 msgid "The version of the program" msgstr "نسخة البرنامج" -#: gtk/gtkaboutdialog.c:214 +#: gtk/gtkaboutdialog.c:269 msgid "Copyright string" msgstr "نصّ حقوق النسخ" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:270 msgid "Copyright information for the program" msgstr "معلومات حقوق نسخ للبرنامج" -#: gtk/gtkaboutdialog.c:232 +#: gtk/gtkaboutdialog.c:287 msgid "Comments string" msgstr "نصّ التعليقات" -#: gtk/gtkaboutdialog.c:233 +#: gtk/gtkaboutdialog.c:288 msgid "Comments about the program" msgstr "تعليقات عن البرنامج" -#: gtk/gtkaboutdialog.c:267 +#: gtk/gtkaboutdialog.c:322 msgid "Website URL" msgstr "موقع الانترنت" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:323 msgid "The URL for the link to the website of the program" msgstr "وصلة موقع البرنامج." -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:339 msgid "Website label" msgstr "عنوان موقع الويب" -#: gtk/gtkaboutdialog.c:285 +#: gtk/gtkaboutdialog.c:340 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "تسمية الوصلة الى موقع البرنامج. إذا لم تكن محدّدة، الإفتراضي هو العنوان" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:356 msgid "Authors" msgstr "المؤلفين" -#: gtk/gtkaboutdialog.c:302 +#: gtk/gtkaboutdialog.c:357 msgid "List of authors of the program" msgstr "قائمة بمؤلفي البرنامج" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:373 msgid "Documenters" msgstr "الموثّقون" -#: gtk/gtkaboutdialog.c:319 +#: gtk/gtkaboutdialog.c:374 msgid "List of people documenting the program" msgstr "قائمة بموثّقي البرنامج" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:390 msgid "Artists" msgstr "الفنانين" -#: gtk/gtkaboutdialog.c:336 +#: gtk/gtkaboutdialog.c:391 msgid "List of people who have contributed artwork to the program" msgstr "قائمة بالأشخاص الذي شاركوا بأعمال فنية للبرنامج" -#: gtk/gtkaboutdialog.c:353 +#: gtk/gtkaboutdialog.c:408 msgid "Translator credits" msgstr "شكر للمترجمين" -#: gtk/gtkaboutdialog.c:354 +#: gtk/gtkaboutdialog.c:409 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "شكر للمترجمين. يجب تعليم هذا النصّ على انه قابل للترجمة" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:424 msgid "Logo" msgstr "الشعار" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:425 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -218,19 +218,19 @@ msgstr "" "شعار لصندوق حوْل. لو لم يحدد سيستخدم الإفتراضي " "gtk_window_get_default_icon_list()" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:440 msgid "Logo Icon Name" msgstr "اسم أيقونة الشعار" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:441 msgid "A named icon to use as the logo for the about box." msgstr "أيقونة مسماة لتستخدم كشعار في صندوق حوْل." -#: gtk/gtkaboutdialog.c:399 +#: gtk/gtkaboutdialog.c:454 msgid "Wrap license" msgstr "لف الرخصة" -#: gtk/gtkaboutdialog.c:400 +#: gtk/gtkaboutdialog.c:455 msgid "Whether to wrap the license text." msgstr "اذا كان يتم لف الرخصة" @@ -592,59 +592,59 @@ msgstr "ابن مطيع" msgid "Force aspect ratio to match that of the frame's child" msgstr "فرض نسبة الإشعاع حتى تناسب نسبة إطار الإبن" -#: gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:281 msgid "Header Padding" msgstr "حشو الرأس" -#: gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:282 msgid "Number of pixels around the header." msgstr "عدد البكسلات حول العنوان." -#: gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:289 msgid "Content Padding" msgstr "حشو المحتوى" -#: gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:290 msgid "Number of pixels around the content pages." msgstr "عدد البكسلات حول محتويات الصفحات" -#: gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:306 msgid "Page type" msgstr "نوع الصفحة" -#: gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:307 msgid "The type of the assistant page" msgstr "نوع الصفحة المساعدة" -#: gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:324 msgid "Page title" msgstr "عنوان الصفحة" -#: gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:325 msgid "The title of the assistant page" msgstr "عنوان الصورة المعاونة" -#: gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:341 msgid "Header image" msgstr "صورة الرأس" -#: gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:342 msgid "Header image for the assistant page" msgstr "الصورة الرأسية للصفحة المساعدة" -#: gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:358 msgid "Sidebar image" msgstr "الصورة الجانبية" -#: gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:359 msgid "Sidebar image for the assistant page" msgstr "الصورة الجانبية للصفحة المساعدة" -#: gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:374 msgid "Page complete" msgstr "صفحة كاملة" -#: gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:375 msgid "Whether all required fields on the page have been filled out" msgstr "إذا تم ملأ كل المجالات المطلوبة على الصفحة" @@ -891,7 +891,7 @@ msgid "" "rectangle" msgstr "إذا كانت خصائص child_displacement_x/_y تؤثر أيضا عل مستطيل التركيز" -#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682 msgid "Inner Border" msgstr "الحد الداخلي" @@ -1299,7 +1299,7 @@ msgstr "نسبة الزيادة" msgid "The acceleration rate when you hold down a button" msgstr "نسبة التسارع أثناء ضغطك للزر" -#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "خانات رقمية" @@ -2138,11 +2138,11 @@ msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "الحد بين النص والاطار. تتجاوز خاصية أسلوب الحد-الداخلي" -#: gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232 msgid "Invisible character" msgstr "رمز مخفي" -#: gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "الرمز الذي سيستخدم لاخفاء محتويات الخانة (في \"نمط كلمة السر\")" @@ -2448,33 +2448,33 @@ msgstr "حد منخفض" msgid "Border around the progress bar" msgstr "النص على عمود التقدم" -#: gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1683 msgid "Border between text and frame." msgstr "الحد بين النص والاطار." -#: gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1697 #, fuzzy msgid "State Hint" msgstr "نص الحالة" -#: gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1698 #, fuzzy msgid "Whether to pass a proper state when drawing shadow or background" msgstr "صورة بيتماب المستخدمة كغلاف أثناء رسم الواجهة الخلفية للنص" -#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "اختيار عند التركيز" -#: gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1704 msgid "Whether to select the contents of an entry when it is focused" msgstr "فيما اذا سيقع انتقاء محتويات خانة عند تركيزها" -#: gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1718 msgid "Password Hint Timeout" msgstr "مدة عرض تلميحة كلمة السر" -#: gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1719 msgid "How long to show the last input character in hidden entries" msgstr "مدة ظهور الحرف المدخل الأخير في المداخل المخفية" @@ -4065,7 +4065,7 @@ msgstr "إعدادات الطابعة" msgid "Page Setup" msgstr "إعداد الصفحة" -#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050 msgid "Track Print Status" msgstr "متابعة حالة الطبع" @@ -4077,51 +4077,51 @@ msgstr "" "صحيح اذا شغل الطبع سيظل يبعث إشارات تغيير الحالة بعد ارسال بيانات الطبع " "لخادوم الطباعة." -#: gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:922 msgid "Default Page Setup" msgstr "إعداد الصفحة الإفتراضي" -#: gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:923 msgid "The GtkPageSetup used by default" msgstr "الـ GtkPageSetup المستعمل افتراضيا" -#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "إعدادات الطبع" -#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "الـ GtkPrintSettings المستعمل لبدأ الحوار" -#: gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:960 msgid "Job Name" msgstr "اسم العمل" -#: gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:961 msgid "A string used for identifying the print job." msgstr "سلسلة تستخدم لتعريف وظيفة الطبع." -#: gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:985 msgid "Number of Pages" msgstr "عدد الصفحات" -#: gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:986 msgid "The number of pages in the document." msgstr "عدد الصفحات في المستند" -#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "الصفحة الحالية" -#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "الصفحة الحالية في المستند" -#: gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1029 msgid "Use full page" msgstr "استعمل صفحة كاملة" -#: gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1030 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" @@ -4129,7 +4129,7 @@ msgstr "" "صحيح إذا كان أصل السياق يجب أن يكون في زاوية الصفحة وليس عند زاوية المنطقة " "الصورية" -#: gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1051 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." @@ -4137,55 +4137,55 @@ msgstr "" "صحيح اذا كانت عملية الطبع ستظل تبعث إشارات تغيير الحالة بعد ارسال بيانات " "الطبع لخادوم الطباعة." -#: gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1068 msgid "Unit" msgstr "الوحدة" -#: gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1069 msgid "The unit in which distances can be measured in the context" msgstr "الوحدة في المسافات التي يمكن قياسها" -#: gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1086 msgid "Show Dialog" msgstr "اظهر الحوار" -#: gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1087 msgid "TRUE if a progress dialog is shown while printing." msgstr "صحيح إذا كان حوار التقدم معروضا عند الطبع" -#: gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1110 msgid "Allow Async" msgstr "اسمح بـ Async" -#: gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1111 msgid "TRUE if print process may run asynchronous." msgstr "صحيح اذا يتم تشغيل تطبيق الطباعة لا تزامنيا" -#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134 msgid "Export filename" msgstr "صدّر اسم الملف" -#: gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1148 msgid "Status" msgstr "الحالة" -#: gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1149 msgid "The status of the print operation" msgstr "حالة عملية الطباعة" -#: gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1169 msgid "Status String" msgstr "نص الحالة" -#: gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1170 msgid "A human-readable description of the status" msgstr "وصف للحالة بصورة مفهومة للبشر" -#: gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1188 msgid "Custom tab label" msgstr "عنوان لسان مخصص" -#: gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1189 msgid "Label for the tab containing custom widgets." msgstr "تسمية اللسان المحتوي على القطع المخصصة" @@ -4660,39 +4660,39 @@ msgstr "القياس" msgid "The metric used for the ruler" msgstr "القياس المستعمل للمسطرة" -#: gtk/gtkscale.c:201 +#: gtk/gtkscale.c:219 msgid "The number of decimal places that are displayed in the value" msgstr "عدد الخانات العشرية التي يتم عرضها في القيمة" -#: gtk/gtkscale.c:210 +#: gtk/gtkscale.c:228 msgid "Draw Value" msgstr "رسم القيمة" -#: gtk/gtkscale.c:211 +#: gtk/gtkscale.c:229 msgid "Whether the current value is displayed as a string next to the slider" msgstr "ما إذا سيتم عرض القيمة الحالية كسلسلة بجانب المتزحلق" -#: gtk/gtkscale.c:218 +#: gtk/gtkscale.c:236 msgid "Value Position" msgstr "موقع القيمة" -#: gtk/gtkscale.c:219 +#: gtk/gtkscale.c:237 msgid "The position in which the current value is displayed" msgstr "موقع عرض القيمة الحالية" -#: gtk/gtkscale.c:226 +#: gtk/gtkscale.c:244 msgid "Slider Length" msgstr "طول المتزحلق" -#: gtk/gtkscale.c:227 +#: gtk/gtkscale.c:245 msgid "Length of scale's slider" msgstr "طول متزحلق القياس" -#: gtk/gtkscale.c:235 +#: gtk/gtkscale.c:253 msgid "Value spacing" msgstr "فراغات القيمة" -#: gtk/gtkscale.c:236 +#: gtk/gtkscale.c:254 msgid "Space between value text and the slider/trough area" msgstr "الفراغ بين نص القيمة ومنطقة المتزحلق/المنخفض" diff --git a/po-properties/as.po b/po-properties/as.po index b8dcd315ee..104e9ebe20 100644 --- a/po-properties/as.po +++ b/po-properties/as.po @@ -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-05-04 01:14-0400\n" "PO-Revision-Date: 2009-03-16 17:51+0530\n" "Last-Translator: Amitakhya Phukan \n" "Language-Team: American English \n" @@ -117,54 +117,54 @@ msgstr "ফন্টৰ বিভাজন" msgid "The resolution for fonts on the screen" msgstr "পৰ্দ্দাৰ ফন্টৰ বিভাজন" -#: gtk/gtkaboutdialog.c:184 +#: gtk/gtkaboutdialog.c:239 msgid "Program name" msgstr "অনুপ্ৰয়োগৰ নাম" -#: gtk/gtkaboutdialog.c:185 +#: gtk/gtkaboutdialog.c:240 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" "অনুপ্ৰয়োগৰ নাম । কোন নাম নিদিলে অবিকল্পিতৰূপে g_get_application_name() ব্যৱহৃত হয়।" -#: gtk/gtkaboutdialog.c:199 +#: gtk/gtkaboutdialog.c:254 msgid "Program version" msgstr "অনুপ্ৰয়োগৰ সংস্কৰণ" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:255 msgid "The version of the program" msgstr "অনুপ্ৰয়োগৰ সংস্কৰণ" -#: gtk/gtkaboutdialog.c:214 +#: gtk/gtkaboutdialog.c:269 msgid "Copyright string" msgstr "প্ৰতিলিপিস্বত্বৰ শব্দ" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:270 msgid "Copyright information for the program" msgstr "অনুপ্ৰয়োগৰ প্ৰতিলিপি স্বত্ব সংক্ৰান্ত তথ্য" -#: gtk/gtkaboutdialog.c:232 +#: gtk/gtkaboutdialog.c:287 msgid "Comments string" msgstr "মন্তব্য শব্দ" -#: gtk/gtkaboutdialog.c:233 +#: gtk/gtkaboutdialog.c:288 msgid "Comments about the program" msgstr "অনুপ্ৰয়োগ সম্পৰ্কিত মন্তব্য" -#: gtk/gtkaboutdialog.c:267 +#: gtk/gtkaboutdialog.c:322 msgid "Website URL" msgstr "ৱেবছাইটৰ URL" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:323 msgid "The URL for the link to the website of the program" msgstr "অনুপ্ৰয়োগৰ ৱেবছাইট নিৰ্দেশক সংযোগৰ URL" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:339 msgid "Website label" msgstr "ৱেবছাইট লেবেল" -#: gtk/gtkaboutdialog.c:285 +#: gtk/gtkaboutdialog.c:340 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" @@ -172,44 +172,44 @@ msgstr "" "অনুপ্ৰয়োগৰ ৱেবছাইট নিৰ্দেশক সংযোগৰ লেবেল । ইয়াক নিৰ্ধাৰণ নকৰিলে অবিকল্পিতৰূপে URL " "ব্যৱহৃত হয়।" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:356 msgid "Authors" msgstr "লেখক" -#: gtk/gtkaboutdialog.c:302 +#: gtk/gtkaboutdialog.c:357 msgid "List of authors of the program" msgstr "অনুপ্ৰয়োগৰ লেখকসকলৰ তালিকা" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:373 msgid "Documenters" msgstr "আলেখ্যনৰ প্ৰস্তুতকাৰক" -#: gtk/gtkaboutdialog.c:319 +#: gtk/gtkaboutdialog.c:374 msgid "List of people documenting the program" msgstr "অনুপ্ৰয়োগৰ আলেখ্যন তৈয়াৰ কৰা প্ৰস্তুতকাৰকসকলৰ তালিকা" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:390 msgid "Artists" msgstr "শিল্পী" -#: gtk/gtkaboutdialog.c:336 +#: gtk/gtkaboutdialog.c:391 msgid "List of people who have contributed artwork to the program" msgstr "যি সকল ব্যক্তি এই অনুপ্ৰয়োগৰ বাবে শিল্পকৰ্মত সহায় আগবঢ়াইছে" -#: gtk/gtkaboutdialog.c:353 +#: gtk/gtkaboutdialog.c:408 msgid "Translator credits" msgstr "অমিতাক্ষ ফুকন (aphukan@fedoraproject.org)" -#: gtk/gtkaboutdialog.c:354 +#: gtk/gtkaboutdialog.c:409 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "অনুবাদকদের স্বীকৃতি। এই পংক্তিটি অনুবাদযোগ্য রূপে চিহ্নিত হওয়া আবশ্যক।" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:424 msgid "Logo" msgstr "প্ৰতীকচিহ্ন" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:425 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" @@ -217,19 +217,19 @@ msgstr "" "বিষয়ক প্ৰদৰ্শক বক্সৰ লোগো । ইয়াক নিৰ্দিষ্ট নকৰিলে অবিকল্পিত হিচাপে " "gtk_window_get_default_icon_list() ব্যৱহৃত হয় ।" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:440 msgid "Logo Icon Name" msgstr "লোগো আইকনৰ নাম" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:441 msgid "A named icon to use as the logo for the about box." msgstr "পৰিচিতি প্ৰদৰ্শক বক্সৰ লোগো হিচাপে এটা নামযুক্ত আইকন ব্যৱহাৰ কৰা হ'ব।" -#: gtk/gtkaboutdialog.c:399 +#: gtk/gtkaboutdialog.c:454 msgid "Wrap license" msgstr "লাইছেঞ্চ মেৰাই দিয়ক" -#: gtk/gtkaboutdialog.c:400 +#: gtk/gtkaboutdialog.c:455 msgid "Whether to wrap the license text." msgstr "লাইছেঞ্চৰ শব্দক মেৰোৱা হ'ব নে নাই ।" @@ -590,59 +590,59 @@ msgstr "চাইল্ডক মানক" msgid "Force aspect ratio to match that of the frame's child" msgstr "দৃষ্টি কোণৰ অনুপাতক বলবৎভাবে ফ্ৰেমৰ চাইল্ডৰ সমান কৰক" -#: gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:281 msgid "Header Padding" msgstr "হেডাৰ পেডিং" -#: gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:282 msgid "Number of pixels around the header." msgstr "হেডাৰৰ কাষত থকা পিক্সেলৰ সংখ্যা ।" -#: gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:289 msgid "Content Padding" msgstr "বিসয়বস্তুৰ পেডিং" -#: gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:290 msgid "Number of pixels around the content pages." msgstr "বিষয়বস্তুৰ পৃষ্ঠাত থকা পিক্সেলৰ সংখ্যা ।" -#: gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:306 msgid "Page type" msgstr "পৃষ্ঠাৰ ধৰণ" -#: gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:307 msgid "The type of the assistant page" msgstr "সহায়ক পৃষ্ঠাৰ ধৰণ" -#: gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:324 msgid "Page title" msgstr "পৃষ্ঠাৰ শিৰোনামা" -#: gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:325 msgid "The title of the assistant page" msgstr "সহায়ক পৃষ্ঠাৰ শিৰোনামা" -#: gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:341 msgid "Header image" msgstr "হেডাৰ প্ৰতিমূৰ্ত্তি" -#: gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:342 msgid "Header image for the assistant page" msgstr "সহায়ক পৃষ্ঠাৰ বাবে হেডাৰৰ প্ৰতিমূৰ্ত্তি" -#: gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:358 msgid "Sidebar image" msgstr "Sidebar ৰ প্ৰতিমূৰ্ত্তি" -#: gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:359 msgid "Sidebar image for the assistant page" msgstr "সহায়ক পৃষ্ঠাৰ বাবে Sidebar ৰ প্ৰতিমূৰ্ত্তি" -#: gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:374 msgid "Page complete" msgstr "পৃষ্ঠা সম্পূৰ্ণ" -#: gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:375 msgid "Whether all required fields on the page have been filled out" msgstr "পৃষ্ঠাৰ প্ৰয়োজনীয় অংশসমূহ পূৰ্ণ কৰা হ'ল নে নাই" @@ -895,7 +895,7 @@ msgid "" msgstr "" "child_displacement_x/_y বৈশিষ্ট্য ফোকাসকাৰী আয়তক্ষেত্ৰকেও প্ৰভাবিত কৰবে নে নাই" -#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682 msgid "Inner Border" msgstr "Border" @@ -1308,7 +1308,7 @@ msgstr "ওপৰতে উঠাৰ গতি" msgid "The acceleration rate when you hold down a button" msgstr "বুটাম চেপে ধৰে ৰাখলে গতিবৃদ্ধিৰ মান" -#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "অংক" @@ -2164,11 +2164,11 @@ msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "Border" -#: gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232 msgid "Invisible character" msgstr "অদৃশ্য অক্ষৰ" -#: gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" "অন্তৰ্ভুক্তিৰ (Entry) বিষয়বস্তু আড়াল কৰাৰ বাবে ব্যৱহৃত অক্ষৰ (\"পাসওয়াৰ্ড মোড\" এ " @@ -2481,33 +2481,33 @@ msgstr "দীৰ্ঘ বক্সৰ প্ৰান্ত" msgid "Border around the progress bar" msgstr "প্ৰগ্ৰেছবাৰত যি লিপি প্ৰদৰ্শন কৰা হ'ব" -#: gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1683 msgid "Border between text and frame." msgstr "Border." # -#: gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1697 msgid "State Hint" msgstr "অবস্থা বাক্য" # -#: gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1698 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "টেক্সটৰ পটভূমি আঁকাৰ সময় যি বিটম্যাপকে মাস্ক হিচাপে ব্যৱহাৰ কৰা হ'ব" -#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "ফোকাস কৰলে চিহ্নিত হ'ব" -#: gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1704 msgid "Whether to select the contents of an entry when it is focused" msgstr "কোন অন্তৰ্ভুক্তিৰ (Entry) অভ্যন্তৰীণ বস্তুকে ফ'কাচ কৰলে তা চিহ্নিত হ'ব নে নাই" -#: gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1718 msgid "Password Hint Timeout" msgstr "গুপ্তশব্দ" -#: gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1719 msgid "How long to show the last input character in hidden entries" msgstr "শেষ" @@ -4138,7 +4138,7 @@ msgstr "মুদ্ৰক ছেটিংছ..." msgid "Page Setup" msgstr "পৃষ্ঠাৰ বিন্যাস" -#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050 msgid "Track Print Status" msgstr "প্ৰিন্ট কৰক অবস্থা" @@ -4148,111 +4148,111 @@ msgid "" "print data has been sent to the printer or print server." msgstr "পৰে." -#: gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:922 msgid "Default Page Setup" msgstr "অবিকল্পিত পৃষ্ঠা" -#: gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:923 msgid "The GtkPageSetup used by default" msgstr "The GtkPageSetup used by default" -#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "প্ৰিন্ট কৰক" -#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "উল্লিখিত সময় অবধি" -#: gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:960 msgid "Job Name" msgstr "নাম" -#: gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:961 msgid "A string used for identifying the print job." msgstr "উল্লিখিত সময় অবধি." -#: gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:985 msgid "Number of Pages" msgstr "সৰ্বমোট" -#: gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:986 msgid "The number of pages in the document." msgstr "সৰ্বমোট." -#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "পৃষ্ঠা" -#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "The current page in the document" -#: gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1029 msgid "Use full page" msgstr "Use full page" -#: gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1030 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" msgstr "সৰ্বমোট সৰ্বমোট সৰ্বমোট" -#: gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1051 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." msgstr "সক্ৰিয় পৰে." -#: gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1068 msgid "Unit" msgstr "একক" -#: gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1069 msgid "The unit in which distances can be measured in the context" msgstr "The unit in which distances can be measured in the context" -#: gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1086 msgid "Show Dialog" msgstr "ডায়ালগ" -#: gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1087 msgid "TRUE if a progress dialog is shown while printing." msgstr "হলো." -#: gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1110 msgid "Allow Async" msgstr "Allow Async" -#: gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1111 msgid "TRUE if print process may run asynchronous." msgstr "TRUE if print process may run asynchronous." -#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134 msgid "Export filename" msgstr "Export filename" -#: gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1148 msgid "Status" msgstr "অবস্থা" -#: gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1149 msgid "The status of the print operation" msgstr "সৰ্বমোট" -#: gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1169 msgid "Status String" msgstr "অবস্থা বাক্য" -#: gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1170 msgid "A human-readable description of the status" msgstr "বিবৰণ সৰ্বমোট" -#: gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1188 msgid "Custom tab label" msgstr "নিজস্ব" -#: gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1189 msgid "Label for the tab containing custom widgets." msgstr "Label উল্লিখিত সময় অবধি স্বনিৰ্বাচিত." @@ -4740,39 +4740,39 @@ msgstr "পৰিমাপ-ব্যৱস্থা" msgid "The metric used for the ruler" msgstr "ৰুলাৰে ব্যৱহৃত পৰিমাপ-ব্যৱস্থা" -#: gtk/gtkscale.c:201 +#: gtk/gtkscale.c:219 msgid "The number of decimal places that are displayed in the value" msgstr "দশমিকেৰ পৰ যতটি অংক দেখানো হ'ব" -#: gtk/gtkscale.c:210 +#: gtk/gtkscale.c:228 msgid "Draw Value" msgstr "আঁকাৰ মান" -#: gtk/gtkscale.c:211 +#: gtk/gtkscale.c:229 msgid "Whether the current value is displayed as a string next to the slider" msgstr "স্লাইডাৰেৰ পাশে বৰ্তমান মানটিকে পংক্তি হিচাপে প্ৰদৰ্শন কৰা হ'ব নে নাই" -#: gtk/gtkscale.c:218 +#: gtk/gtkscale.c:236 msgid "Value Position" msgstr "মানেৰ অবস্থান" -#: gtk/gtkscale.c:219 +#: gtk/gtkscale.c:237 msgid "The position in which the current value is displayed" msgstr "যি অবস্থানে বৰ্তমান মানটি প্ৰদৰ্শন কৰা হ'ব" -#: gtk/gtkscale.c:226 +#: gtk/gtkscale.c:244 msgid "Slider Length" msgstr "স্লাইডাৰেৰ দৈৰ্ঘ্য" -#: gtk/gtkscale.c:227 +#: gtk/gtkscale.c:245 msgid "Length of scale's slider" msgstr "মাপদন্ডেৰ স্লাইডাৰেৰ দৈৰ্ঘ্য" -#: gtk/gtkscale.c:235 +#: gtk/gtkscale.c:253 msgid "Value spacing" msgstr "স্পেসিং তৰ মান" -#: gtk/gtkscale.c:236 +#: gtk/gtkscale.c:254 msgid "Space between value text and the slider/trough area" msgstr "মানসূচক টেক্সট আৰু স্লাইডাৰ/থ্ৰু অংশেৰ মধ্যবৰ্তী স্থান তৰ সংখ্যা" diff --git a/po-properties/ast.po b/po-properties/ast.po index 042edc5982..618c5260c6 100644 --- a/po-properties/ast.po +++ b/po-properties/ast.po @@ -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-05-04 01:14-0400\n" "PO-Revision-Date: 2009-01-25 13:10+0200\n" "Last-Translator: Esbardu \n" "Language-Team: Asturian \n" @@ -113,114 +113,114 @@ msgstr "" msgid "The resolution for fonts on the screen" msgstr "" -#: gtk/gtkaboutdialog.c:184 +#: gtk/gtkaboutdialog.c:239 msgid "Program name" msgstr "" -#: gtk/gtkaboutdialog.c:185 +#: gtk/gtkaboutdialog.c:240 msgid "" "The name of the program. If this is not set, it defaults to " "g_get_application_name()" msgstr "" -#: gtk/gtkaboutdialog.c:199 +#: gtk/gtkaboutdialog.c:254 msgid "Program version" msgstr "" -#: gtk/gtkaboutdialog.c:200 +#: gtk/gtkaboutdialog.c:255 msgid "The version of the program" msgstr "" -#: gtk/gtkaboutdialog.c:214 +#: gtk/gtkaboutdialog.c:269 msgid "Copyright string" msgstr "" -#: gtk/gtkaboutdialog.c:215 +#: gtk/gtkaboutdialog.c:270 msgid "Copyright information for the program" msgstr "" -#: gtk/gtkaboutdialog.c:232 +#: gtk/gtkaboutdialog.c:287 msgid "Comments string" msgstr "" -#: gtk/gtkaboutdialog.c:233 +#: gtk/gtkaboutdialog.c:288 msgid "Comments about the program" msgstr "" -#: gtk/gtkaboutdialog.c:267 +#: gtk/gtkaboutdialog.c:322 msgid "Website URL" msgstr "" -#: gtk/gtkaboutdialog.c:268 +#: gtk/gtkaboutdialog.c:323 msgid "The URL for the link to the website of the program" msgstr "" -#: gtk/gtkaboutdialog.c:284 +#: gtk/gtkaboutdialog.c:339 msgid "Website label" msgstr "" -#: gtk/gtkaboutdialog.c:285 +#: gtk/gtkaboutdialog.c:340 msgid "" "The label for the link to the website of the program. If this is not set, it " "defaults to the URL" msgstr "" -#: gtk/gtkaboutdialog.c:301 +#: gtk/gtkaboutdialog.c:356 msgid "Authors" msgstr "" -#: gtk/gtkaboutdialog.c:302 +#: gtk/gtkaboutdialog.c:357 msgid "List of authors of the program" msgstr "" -#: gtk/gtkaboutdialog.c:318 +#: gtk/gtkaboutdialog.c:373 msgid "Documenters" msgstr "" -#: gtk/gtkaboutdialog.c:319 +#: gtk/gtkaboutdialog.c:374 msgid "List of people documenting the program" msgstr "" -#: gtk/gtkaboutdialog.c:335 +#: gtk/gtkaboutdialog.c:390 msgid "Artists" msgstr "" -#: gtk/gtkaboutdialog.c:336 +#: gtk/gtkaboutdialog.c:391 msgid "List of people who have contributed artwork to the program" msgstr "" -#: gtk/gtkaboutdialog.c:353 +#: gtk/gtkaboutdialog.c:408 msgid "Translator credits" msgstr "" -#: gtk/gtkaboutdialog.c:354 +#: gtk/gtkaboutdialog.c:409 msgid "" "Credits to the translators. This string should be marked as translatable" msgstr "" -#: gtk/gtkaboutdialog.c:369 +#: gtk/gtkaboutdialog.c:424 msgid "Logo" msgstr "" -#: gtk/gtkaboutdialog.c:370 +#: gtk/gtkaboutdialog.c:425 msgid "" "A logo for the about box. If this is not set, it defaults to " "gtk_window_get_default_icon_list()" msgstr "" -#: gtk/gtkaboutdialog.c:385 +#: gtk/gtkaboutdialog.c:440 msgid "Logo Icon Name" msgstr "" -#: gtk/gtkaboutdialog.c:386 +#: gtk/gtkaboutdialog.c:441 msgid "A named icon to use as the logo for the about box." msgstr "" -#: gtk/gtkaboutdialog.c:399 +#: gtk/gtkaboutdialog.c:454 msgid "Wrap license" msgstr "" -#: gtk/gtkaboutdialog.c:400 +#: gtk/gtkaboutdialog.c:455 msgid "Whether to wrap the license text." msgstr "" @@ -567,59 +567,59 @@ msgstr "" msgid "Force aspect ratio to match that of the frame's child" msgstr "" -#: gtk/gtkassistant.c:261 +#: gtk/gtkassistant.c:281 msgid "Header Padding" msgstr "" -#: gtk/gtkassistant.c:262 +#: gtk/gtkassistant.c:282 msgid "Number of pixels around the header." msgstr "" -#: gtk/gtkassistant.c:269 +#: gtk/gtkassistant.c:289 msgid "Content Padding" msgstr "" -#: gtk/gtkassistant.c:270 +#: gtk/gtkassistant.c:290 msgid "Number of pixels around the content pages." msgstr "" -#: gtk/gtkassistant.c:286 +#: gtk/gtkassistant.c:306 msgid "Page type" msgstr "" -#: gtk/gtkassistant.c:287 +#: gtk/gtkassistant.c:307 msgid "The type of the assistant page" msgstr "" -#: gtk/gtkassistant.c:304 +#: gtk/gtkassistant.c:324 msgid "Page title" msgstr "" -#: gtk/gtkassistant.c:305 +#: gtk/gtkassistant.c:325 msgid "The title of the assistant page" msgstr "" -#: gtk/gtkassistant.c:321 +#: gtk/gtkassistant.c:341 msgid "Header image" msgstr "" -#: gtk/gtkassistant.c:322 +#: gtk/gtkassistant.c:342 msgid "Header image for the assistant page" msgstr "" -#: gtk/gtkassistant.c:338 +#: gtk/gtkassistant.c:358 msgid "Sidebar image" msgstr "" -#: gtk/gtkassistant.c:339 +#: gtk/gtkassistant.c:359 msgid "Sidebar image for the assistant page" msgstr "" -#: gtk/gtkassistant.c:354 +#: gtk/gtkassistant.c:374 msgid "Page complete" msgstr "" -#: gtk/gtkassistant.c:355 +#: gtk/gtkassistant.c:375 msgid "Whether all required fields on the page have been filled out" msgstr "" @@ -860,7 +860,7 @@ msgid "" "rectangle" msgstr "" -#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1661 +#: gtk/gtkbutton.c:485 gtk/gtkentry.c:658 gtk/gtkentry.c:1682 msgid "Inner Border" msgstr "" @@ -1268,7 +1268,7 @@ msgstr "" msgid "The acceleration rate when you hold down a button" msgstr "" -#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:200 gtk/gtkspinbutton.c:226 +#: gtk/gtkcellrendererspin.c:123 gtk/gtkscale.c:218 gtk/gtkspinbutton.c:226 msgid "Digits" msgstr "" @@ -2099,11 +2099,11 @@ msgid "" "Border between text and frame. Overrides the inner-border style property" msgstr "" -#: gtk/gtkentry.c:666 +#: gtk/gtkentry.c:666 gtk/gtkentry.c:1232 msgid "Invisible character" msgstr "" -#: gtk/gtkentry.c:667 +#: gtk/gtkentry.c:667 gtk/gtkentry.c:1233 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" @@ -2369,31 +2369,31 @@ msgstr "" msgid "Border around the progress bar" msgstr "" -#: gtk/gtkentry.c:1662 +#: gtk/gtkentry.c:1683 msgid "Border between text and frame." msgstr "" -#: gtk/gtkentry.c:1676 +#: gtk/gtkentry.c:1697 msgid "State Hint" msgstr "" -#: gtk/gtkentry.c:1677 +#: gtk/gtkentry.c:1698 msgid "Whether to pass a proper state when drawing shadow or background" msgstr "" -#: gtk/gtkentry.c:1682 gtk/gtklabel.c:695 +#: gtk/gtkentry.c:1703 gtk/gtklabel.c:695 msgid "Select on focus" msgstr "" -#: gtk/gtkentry.c:1683 +#: gtk/gtkentry.c:1704 msgid "Whether to select the contents of an entry when it is focused" msgstr "" -#: gtk/gtkentry.c:1697 +#: gtk/gtkentry.c:1718 msgid "Password Hint Timeout" msgstr "" -#: gtk/gtkentry.c:1698 +#: gtk/gtkentry.c:1719 msgid "How long to show the last input character in hidden entries" msgstr "" @@ -3960,7 +3960,7 @@ msgstr "" msgid "Page Setup" msgstr "" -#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1027 +#: gtk/gtkprintjob.c:152 gtk/gtkprintoperation.c:1050 msgid "Track Print Status" msgstr "" @@ -3970,111 +3970,111 @@ msgid "" "print data has been sent to the printer or print server." msgstr "" -#: gtk/gtkprintoperation.c:899 +#: gtk/gtkprintoperation.c:922 msgid "Default Page Setup" msgstr "" -#: gtk/gtkprintoperation.c:900 +#: gtk/gtkprintoperation.c:923 msgid "The GtkPageSetup used by default" msgstr "" -#: gtk/gtkprintoperation.c:918 gtk/gtkprintunixdialog.c:276 +#: gtk/gtkprintoperation.c:941 gtk/gtkprintunixdialog.c:276 msgid "Print Settings" msgstr "" -#: gtk/gtkprintoperation.c:919 gtk/gtkprintunixdialog.c:277 +#: gtk/gtkprintoperation.c:942 gtk/gtkprintunixdialog.c:277 msgid "The GtkPrintSettings used for initializing the dialog" msgstr "" -#: gtk/gtkprintoperation.c:937 +#: gtk/gtkprintoperation.c:960 msgid "Job Name" msgstr "" -#: gtk/gtkprintoperation.c:938 +#: gtk/gtkprintoperation.c:961 msgid "A string used for identifying the print job." msgstr "" -#: gtk/gtkprintoperation.c:962 +#: gtk/gtkprintoperation.c:985 msgid "Number of Pages" msgstr "" -#: gtk/gtkprintoperation.c:963 +#: gtk/gtkprintoperation.c:986 msgid "The number of pages in the document." msgstr "" -#: gtk/gtkprintoperation.c:984 gtk/gtkprintunixdialog.c:266 +#: gtk/gtkprintoperation.c:1007 gtk/gtkprintunixdialog.c:266 msgid "Current Page" msgstr "" -#: gtk/gtkprintoperation.c:985 gtk/gtkprintunixdialog.c:267 +#: gtk/gtkprintoperation.c:1008 gtk/gtkprintunixdialog.c:267 msgid "The current page in the document" msgstr "" -#: gtk/gtkprintoperation.c:1006 +#: gtk/gtkprintoperation.c:1029 msgid "Use full page" msgstr "" -#: gtk/gtkprintoperation.c:1007 +#: gtk/gtkprintoperation.c:1030 msgid "" "TRUE if the origin of the context should be at the corner of the page and " "not the corner of the imageable area" msgstr "" -#: gtk/gtkprintoperation.c:1028 +#: gtk/gtkprintoperation.c:1051 msgid "" "TRUE if the print operation will continue to report on the print job status " "after the print data has been sent to the printer or print server." msgstr "" -#: gtk/gtkprintoperation.c:1045 +#: gtk/gtkprintoperation.c:1068 msgid "Unit" msgstr "" -#: gtk/gtkprintoperation.c:1046 +#: gtk/gtkprintoperation.c:1069 msgid "The unit in which distances can be measured in the context" msgstr "" -#: gtk/gtkprintoperation.c:1063 +#: gtk/gtkprintoperation.c:1086 msgid "Show Dialog" msgstr "" -#: gtk/gtkprintoperation.c:1064 +#: gtk/gtkprintoperation.c:1087 msgid "TRUE if a progress dialog is shown while printing." msgstr "" -#: gtk/gtkprintoperation.c:1087 +#: gtk/gtkprintoperation.c:1110 msgid "Allow Async" msgstr "" -#: gtk/gtkprintoperation.c:1088 +#: gtk/gtkprintoperation.c:1111 msgid "TRUE if print process may run asynchronous." msgstr "" -#: gtk/gtkprintoperation.c:1110 gtk/gtkprintoperation.c:1111 +#: gtk/gtkprintoperation.c:1133 gtk/gtkprintoperation.c:1134 msgid "Export filename" msgstr "" -#: gtk/gtkprintoperation.c:1125 +#: gtk/gtkprintoperation.c:1148 msgid "Status" msgstr "" -#: gtk/gtkprintoperation.c:1126 +#: gtk/gtkprintoperation.c:1149 msgid "The status of the print operation" msgstr "" -#: gtk/gtkprintoperation.c:1146 +#: gtk/gtkprintoperation.c:1169 msgid "Status String" msgstr "" -#: gtk/gtkprintoperation.c:1147 +#: gtk/gtkprintoperation.c:1170 msgid "A human-readable description of the status" msgstr "" -#: gtk/gtkprintoperation.c:1165 +#: gtk/gtkprintoperation.c:1188 msgid "Custom tab label" msgstr "" -#: gtk/gtkprintoperation.c:1166 +#: gtk/gtkprintoperation.c:1189 msgid "Label for the tab containing custom widgets." msgstr "" @@ -4540,39 +4540,39 @@ msgstr "" msgid "The metric used for the ruler" msgstr "" -#: gtk/gtkscale.c:201 +#: gtk/gtkscale.c:219 msgid "The number of decimal places that are displayed in the value" msgstr "" -#: gtk/gtkscale.c:210 +#: gtk/gtkscale.c:228 msgid "Draw Value" msgstr "" -#: gtk/gtkscale.c:211 +#: gtk/gtkscale.c:229 msgid "Whether the current value is displayed as a string next to the slider" msgstr "" -#: gtk/gtkscale.c:218 +#: gtk/gtkscale.c:236 msgid "Value Position" msgstr "" -#: gtk/gtkscale.c:219 +#: gtk/gtkscale.c:237 msgid "The position in which the current value is displayed" msgstr "" -#: gtk/gtkscale.c:226 +#: gtk/gtkscale.c:244 msgid "Slider Length" msgstr "" -#: gtk/gtkscale.c:227 +#: gtk/gtkscale.c:245 msgid "Length of scale's slider" msgstr "" -#: gtk/gtkscale.c:235 +#: gtk/gtkscale.c:253 msgid "Value spacing" msgstr "" -#: gtk/gtkscale.c:236 +#: gtk/gtkscale.c:254 msgid "Space between value text and the slider/trough area" msgstr "" diff --git a/po-properties/az.po b/po-properties/az.po index 00ece778f6..63799c486e 100644 --- a/po-properties/az.po +++ b/po-properties/az.po @@ -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-05-04 01:14-0400\n" "PO-Revision-Date: 2004-03-07 18:05+0200\n" "Last-Translator: Mətin Əmirov \n" "Language-Team: Azerbaijani Turkish